++ 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 Dec 4 02:20:27 AM UTC 2025 ===================' INFO: =================== Thu Dec 4 02:20:27 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ head -n 1 +++ 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 +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.33:8081 10.0.0.23: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.33:8086 10.0.0.23: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.33,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.33:8082 10.0.0.23: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.33:9161 10.0.0.23: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23: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.254,10.20.0.209,10.20.0.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.209,10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.33:5673,10.0.0.23: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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.33:6379 10.0.0.23: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.33,10.0.0.23 ++ 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.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.33:9092 10.0.0.23: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.33,10.0.0.23 ++ 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.33,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.27,10.0.0.33,10.0.0.23 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.27 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.33,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.33,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.27,10.20.0.254,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.254,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 ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 12/04/2025 02:20:35.180 7f4c8e8ebf00 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/04/2025 02:20:35.363 7f4c8e8ebf00 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 12/04/2025 02:20:35.376 7f4c8e8ebf00 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/04/2025 02:20:35.376 7f4c8e8ebf00 [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.23 - - [2025-12-04 02:21:14] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.23 - - [2025-12-04 02:21:14] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.27 - - [2025-12-04 02:21:15] "GET /analytics HTTP/1.1" 401 205 0.001023 [API:8081]10.0.0.27 - - [2025-12-04 02:21:15] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.33 - - [2025-12-04 02:21:15] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2025-12-04 02:21:15] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.33 - - [2025-12-04 02:21:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.404569 [API:8081]10.0.0.23 - - [2025-12-04 02:21:45] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-04 02:21:45] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-12-04 02:21:46] "GET /analytics HTTP/1.1" 401 205 0.000438 [API:8081]10.0.0.27 - - [2025-12-04 02:21:46] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.33 - - [2025-12-04 02:21:46] "GET /analytics HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.33 - - [2025-12-04 02:21:46] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-04 02:22:16] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-04 02:22:16] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.33 - - [2025-12-04 02:22:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.378195 [API:8081]10.0.0.33 - - [2025-12-04 02:23:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.33 - - [2025-12-04 02:23:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000540 [API:8081]10.0.0.23 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.33 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2025-12-04 02:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2025-12-04 02:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000710 [API:8081]10.0.0.27 - - [2025-12-04 02:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2025-12-04 02:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2025-12-04 02:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [Introspect:8090]10.0.0.27 - - [2025-12-04 02:24:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001097 [API:8081]10.0.0.33 - - [2025-12-04 02:24:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.404217 [Introspect:8090]10.0.0.27 - - [2025-12-04 02:24:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001071 [API:8081]10.0.0.33 - - [2025-12-04 02:25:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.078121 [Introspect:8090]10.0.0.27 - - [2025-12-04 02:25:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001107 [Introspect:8090]10.0.0.27 - - [2025-12-04 02:25:51] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000650 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1:Control:contrail-control:0?flat HTTP/1.1" 200 35663 0.091955 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.069572 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2:Control:contrail-control:0?flat HTTP/1.1" 200 38110 0.079751 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.016692 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3:Control:contrail-control:0?flat HTTP/1.1" 200 38723 0.022941 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.021746 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.058466 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.015126 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.017431 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3357 0.014458 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009816 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.012924 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.019357 [API:8081]10.0.0.27 - - [2025-12-04 02:25:52] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.024182 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.014429 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018905 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.024345 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.020624 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018558 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017280 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.023086 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016487 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.031968 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.031096 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.026903 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.020017 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.023973 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018646 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14836 0.017338 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.021079 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.030571 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12038 0.023656 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.023267 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.020751 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12038 0.027098 [API:8081]10.0.0.27 - - [2025-12-04 02:25:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.016737 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.018838 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.015714 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.017872 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.012299 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.022164 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.032304 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014274 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.015237 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.028251 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015010 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.012018 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14836 0.015678 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015995 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.023234 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.011071 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015964 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.012729 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.020204 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.010934 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.012117 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.018417 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4618 0.014471 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1:Control:contrail-control:0?flat HTTP/1.1" 200 35663 0.021538 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.011726 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.021435 [API:8081]10.0.0.27 - - [2025-12-04 02:25:55] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2:Control:contrail-control:0?flat HTTP/1.1" 200 38110 0.054162 [API:8081]10.0.0.27 - - [2025-12-04 02:25:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.016310 [API:8081]10.0.0.27 - - [2025-12-04 02:25:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.092176 [API:8081]10.0.0.27 - - [2025-12-04 02:25:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3:Control:contrail-control:0?flat HTTP/1.1" 200 38723 0.051991 [API:8081]10.0.0.27 - - [2025-12-04 02:25:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013853 [API:8081]10.0.0.27 - - [2025-12-04 02:25:56] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4840-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.024946 [API:8081]10.0.0.27 - - [2025-12-04 02:25:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12038 0.023865 [API:8081]10.0.0.27 - - [2025-12-04 02:25:58] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?flat HTTP/1.1" 200 15905 0.021869 [API:8081]10.0.0.27 - - [2025-12-04 02:25:58] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?flat HTTP/1.1" 200 14401 0.022793 [API:8081]10.0.0.27 - - [2025-12-04 02:25:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?flat HTTP/1.1" 200 18932 0.021458 [API:8081]10.0.0.27 - - [2025-12-04 02:25:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?flat HTTP/1.1" 200 15905 0.023151 [API:8081]10.0.0.27 - - [2025-12-04 02:25:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?flat HTTP/1.1" 200 14401 0.026920 [API:8081]10.0.0.27 - - [2025-12-04 02:25:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?flat HTTP/1.1" 200 18932 0.020979 [API:8081]10.0.0.27 - - [2025-12-04 02:25:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?flat HTTP/1.1" 200 15905 0.024091 [API:8081]10.0.0.27 - - [2025-12-04 02:25:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?flat HTTP/1.1" 200 14401 0.019436 [API:8081]10.0.0.27 - - [2025-12-04 02:25:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?flat HTTP/1.1" 200 18932 0.020537 [API:8081]10.0.0.27 - - [2025-12-04 02:25:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?flat HTTP/1.1" 200 15905 0.023218 [API:8081]10.0.0.27 - - [2025-12-04 02:25:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?flat HTTP/1.1" 200 14401 0.020425 [API:8081]10.0.0.27 - - [2025-12-04 02:25:59] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?flat HTTP/1.1" 200 18932 0.023301 [API:8081]10.0.0.27 - - [2025-12-04 02:26:00] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 8001 0.015276 [API:8081]10.0.0.27 - - [2025-12-04 02:26:00] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 7998 0.015647 [API:8081]10.0.0.27 - - [2025-12-04 02:26:00] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-3?flat HTTP/1.1" 200 7998 0.014479 [API:8081]10.0.0.27 - - [2025-12-04 02:26:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.27 - - [2025-12-04 02:26:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.061230 [API:8081]10.0.0.27 - - [2025-12-04 02:26:23] "POST /analytics/query HTTP/1.1" 200 68161 1.075192 [API:8081]10.0.0.27 - - [2025-12-04 02:26:24] "POST /analytics/query HTTP/1.1" 200 6790 1.063679 [API:8081]10.0.0.27 - - [2025-12-04 02:26:25] "POST /analytics/query HTTP/1.1" 200 871 1.020778 [API:8081]10.0.0.27 - - [2025-12-04 02:26:26] "POST /analytics/query HTTP/1.1" 200 6790 1.018495 [API:8081]10.0.0.27 - - [2025-12-04 02:26:27] "POST /analytics/query HTTP/1.1" 200 871 1.032069 [API:8081]10.0.0.27 - - [2025-12-04 02:26:38] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000932 [API:8081]10.0.0.33 - - [2025-12-04 02:27:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076482 [API:8081]10.0.0.33 - - [2025-12-04 02:28:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.067641 [API:8081]10.0.0.33 - - [2025-12-04 02:28:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.33 - - [2025-12-04 02:28:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000388 [API:8081]10.0.0.23 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.33 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000603 [API:8081]10.0.0.33 - - [2025-12-04 02:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-12-04 02:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.27 - - [2025-12-04 02:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2025-12-04 02:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-12-04 02:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.27 - - [2025-12-04 02:30:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.27 - - [2025-12-04 02:30:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.087038 [API:8081]10.0.0.27 - - [2025-12-04 02:30:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.102805 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006936 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.006660 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003955 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002442 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003073 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002653 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007478 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002885 [API:8081]10.0.0.33 - - [2025-12-04 02:30:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078023 [API:8081]10.0.0.33 - - [2025-12-04 02:31:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.064497 [API:8081]10.0.0.27 - - [2025-12-04 02:31:46] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2025-12-04 02:31:46] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.33 - - [2025-12-04 02:31:46] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2025-12-04 02:31:46] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.23 - - [2025-12-04 02:32:16] "GET /analytics HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-12-04 02:32:16] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.33 - - [2025-12-04 02:33:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-04 02:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.33 - - [2025-12-04 02:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2025-12-04 02:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.27 - - [2025-12-04 02:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2025-12-04 02:33:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071794 [API:8081]10.0.0.27 - - [2025-12-04 02:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.27 - - [2025-12-04 02:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.33 - - [2025-12-04 02:34:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.085794 [API:8081]10.0.0.27 - - [2025-12-04 02:36:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000474 [API:8081]10.0.0.27 - - [2025-12-04 02:36:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.071263 [API:8081]10.0.0.27 - - [2025-12-04 02:36:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.064330 [API:8081]10.0.0.33 - - [2025-12-04 02:36:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072595 [API:8081]10.0.0.33 - - [2025-12-04 02:37:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.071165 [API:8081]10.0.0.27 - - [2025-12-04 02:38:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.009855 [API:8081]10.0.0.27 - - [2025-12-04 02:38:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.097723 [API:8081]10.0.0.27 - - [2025-12-04 02:38:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.010036 [API:8081]10.0.0.27 - - [2025-12-04 02:38:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.008682 [API:8081]10.0.0.33 - - [2025-12-04 02:38:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.33 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2025-12-04 02:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.27 - - [2025-12-04 02:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2025-12-04 02:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2025-12-04 02:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-12-04 02:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.33 - - [2025-12-04 02:39:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064201 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002978 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003117 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003561 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003400 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003215 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003669 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004104 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004236 [API:8081]10.0.0.33 - - [2025-12-04 02:40:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.091242 [API:8081]10.0.0.27 - - [2025-12-04 02:41:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.075210 [API:8081]10.0.0.27 - - [2025-12-04 02:41:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-38352761:ctest-vnet1-20417090?flat HTTP/1.1" 200 8246 0.014795 [API:8081]10.0.0.27 - - [2025-12-04 02:41:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.069594 [API:8081]10.0.0.27 - - [2025-12-04 02:41:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.021373 [API:8081]10.0.0.27 - - [2025-12-04 02:41:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12978 0.028005 [API:8081]10.0.0.27 - - [2025-12-04 02:41:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.021225 [API:8081]10.0.0.27 - - [2025-12-04 02:41:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12978 0.023429 [API:8081]10.0.0.27 - - [2025-12-04 02:41:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.024607 [API:8081]10.0.0.27 - - [2025-12-04 02:41:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12978 0.021915 [API:8081]10.0.0.27 - - [2025-12-04 02:41:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.020963 [API:8081]10.0.0.27 - - [2025-12-04 02:41:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12978 0.026222 [API:8081]10.0.0.27 - - [2025-12-04 02:41:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.023471 [API:8081]10.0.0.27 - - [2025-12-04 02:41:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12978 0.023265 [API:8081]10.0.0.27 - - [2025-12-04 02:41:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.027981 [API:8081]10.0.0.27 - - [2025-12-04 02:41:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12978 0.024661 [API:8081]10.0.0.27 - - [2025-12-04 02:41:46] "GET /analytics HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.27 - - [2025-12-04 02:41:46] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2025-12-04 02:41:46] "GET /analytics HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.33 - - [2025-12-04 02:41:46] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.27 - - [2025-12-04 02:41:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.024224 [API:8081]10.0.0.27 - - [2025-12-04 02:41:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12978 0.023646 [API:8081]10.0.0.27 - - [2025-12-04 02:41:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.020513 [API:8081]10.0.0.27 - - [2025-12-04 02:41:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12978 0.021725 [API:8081]10.0.0.27 - - [2025-12-04 02:41:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.021209 [API:8081]10.0.0.27 - - [2025-12-04 02:41:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12559 0.027194 [API:8081]10.0.0.27 - - [2025-12-04 02:41:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-38352761:ctest-vnet0-62589461?flat HTTP/1.1" 200 8244 0.018549 [API:8081]10.0.0.27 - - [2025-12-04 02:41:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008500 [API:8081]10.0.0.27 - - [2025-12-04 02:42:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.008757 [API:8081]10.0.0.23 - - [2025-12-04 02:42:16] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2025-12-04 02:42:16] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.33 - - [2025-12-04 02:42:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078491 [API:8081]10.0.0.33 - - [2025-12-04 02:43:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2025-12-04 02:43:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.23 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.33 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.33 - - [2025-12-04 02:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.27 - - [2025-12-04 02:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000414 [API:8081]10.0.0.27 - - [2025-12-04 02:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.27 - - [2025-12-04 02:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.27 - - [2025-12-04 02:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.33 - - [2025-12-04 02:43:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065997 [API:8081]10.0.0.27 - - [2025-12-04 02:44:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-12-04 02:44:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.068316 [API:8081]10.0.0.27 - - [2025-12-04 02:45:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.094916 [API:8081]10.0.0.27 - - [2025-12-04 02:45:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.081635 [API:8081]10.0.0.27 - - [2025-12-04 02:45:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022182 [API:8081]10.0.0.27 - - [2025-12-04 02:45:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.023695 [API:8081]10.0.0.27 - - [2025-12-04 02:45:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022293 [API:8081]10.0.0.27 - - [2025-12-04 02:45:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.022121 [API:8081]10.0.0.27 - - [2025-12-04 02:45:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.038312 [API:8081]10.0.0.27 - - [2025-12-04 02:45:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.031142 [API:8081]10.0.0.27 - - [2025-12-04 02:45:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022173 [API:8081]10.0.0.27 - - [2025-12-04 02:45:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.023772 [API:8081]10.0.0.27 - - [2025-12-04 02:45:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021663 [API:8081]10.0.0.27 - - [2025-12-04 02:45:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.021431 [API:8081]10.0.0.27 - - [2025-12-04 02:45:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022403 [API:8081]10.0.0.27 - - [2025-12-04 02:45:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.022394 [API:8081]10.0.0.27 - - [2025-12-04 02:45:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021900 [API:8081]10.0.0.27 - - [2025-12-04 02:45:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.023421 [API:8081]10.0.0.33 - - [2025-12-04 02:45:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064855 [API:8081]10.0.0.27 - - [2025-12-04 02:45:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021872 [API:8081]10.0.0.27 - - [2025-12-04 02:45:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.021684 [API:8081]10.0.0.27 - - [2025-12-04 02:45:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.023874 [API:8081]10.0.0.27 - - [2025-12-04 02:45:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12562 0.023875 [API:8081]10.0.0.27 - - [2025-12-04 02:45:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-74562367:ctest-vnet0-56739006?flat HTTP/1.1" 200 7195 0.013835 [API:8081]10.0.0.27 - - [2025-12-04 02:45:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008986 [API:8081]10.0.0.27 - - [2025-12-04 02:46:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2025-12-04 02:46:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.072713 [API:8081]10.0.0.27 - - [2025-12-04 02:46:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000522 [API:8081]10.0.0.27 - - [2025-12-04 02:46:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.064145 [API:8081]10.0.0.27 - - [2025-12-04 02:46:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.063359 [API:8081]10.0.0.27 - - [2025-12-04 02:46:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.072425 [API:8081]10.0.0.33 - - [2025-12-04 02:46:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072179 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-24296219:a4e31013-13cc-4e6c-96eb-d482891cdfb3?flat HTTP/1.1" 200 5230 0.015318 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-24296219:a4e31013-13cc-4e6c-96eb-d482891cdfb3?flat HTTP/1.1" 200 5230 0.014457 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-24296219:a4e31013-13cc-4e6c-96eb-d482891cdfb3?flat HTTP/1.1" 200 5230 0.013525 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-24296219:ctest-VN1-61864949?flat HTTP/1.1" 200 8555 0.017558 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021508 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13322 0.022948 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020505 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13322 0.021072 [API:8081]10.0.0.27 - - [2025-12-04 02:47:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010455 [API:8081]10.0.0.27 - - [2025-12-04 02:47:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-24296219:0a48bd38-0e2b-442d-a9a5-d98cd8b10ccd?flat HTTP/1.1" 200 5459 0.012275 [API:8081]10.0.0.27 - - [2025-12-04 02:47:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-24296219:0a48bd38-0e2b-442d-a9a5-d98cd8b10ccd?flat HTTP/1.1" 200 5459 0.013814 [API:8081]10.0.0.27 - - [2025-12-04 02:47:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-24296219:0a48bd38-0e2b-442d-a9a5-d98cd8b10ccd?flat HTTP/1.1" 200 5459 0.013512 [API:8081]10.0.0.27 - - [2025-12-04 02:47:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-24296219:ctest-VN2-81642570?flat HTTP/1.1" 200 9091 0.016658 [API:8081]10.0.0.27 - - [2025-12-04 02:47:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.017321 [API:8081]10.0.0.27 - - [2025-12-04 02:47:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25200 0.019252 [API:8081]10.0.0.27 - - [2025-12-04 02:47:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010808 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-24296219:5bdfe92e-749a-4398-958a-146aac7b440e?flat HTTP/1.1" 200 5100 0.013304 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-24296219:5bdfe92e-749a-4398-958a-146aac7b440e?flat HTTP/1.1" 200 5100 0.014057 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-24296219:5bdfe92e-749a-4398-958a-146aac7b440e?flat HTTP/1.1" 200 5100 0.014483 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-24296219:ctest-VN3-92647700?flat HTTP/1.1" 200 7446 0.017257 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021618 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13322 0.022149 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019392 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13322 0.021015 [API:8081]10.0.0.27 - - [2025-12-04 02:47:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009030 [API:8081]10.0.0.27 - - [2025-12-04 02:48:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.022464 [API:8081]10.0.0.27 - - [2025-12-04 02:48:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13329 0.025706 [API:8081]10.0.0.27 - - [2025-12-04 02:48:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.022177 [API:8081]10.0.0.27 - - [2025-12-04 02:48:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13329 0.022208 [API:8081]10.0.0.27 - - [2025-12-04 02:48:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.027911 [API:8081]10.0.0.27 - - [2025-12-04 02:48:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12966 0.023139 [API:8081]10.0.0.27 - - [2025-12-04 02:48:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-24296219:ctest-VN3-92647700?flat HTTP/1.1" 200 6219 0.012635 [API:8081]10.0.0.27 - - [2025-12-04 02:48:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009864 [API:8081]10.0.0.27 - - [2025-12-04 02:48:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018945 [API:8081]10.0.0.27 - - [2025-12-04 02:48:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019121 [API:8081]10.0.0.27 - - [2025-12-04 02:48:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020918 [API:8081]10.0.0.27 - - [2025-12-04 02:48:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018034 [API:8081]10.0.0.33 - - [2025-12-04 02:48:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.33 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.33 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2025-12-04 02:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-12-04 02:48:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.017503 [API:8081]10.0.0.27 - - [2025-12-04 02:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2025-12-04 02:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2025-12-04 02:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2025-12-04 02:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2025-12-04 02:48:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018355 [API:8081]10.0.0.27 - - [2025-12-04 02:48:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019142 [API:8081]10.0.0.27 - - [2025-12-04 02:48:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.021985 [API:8081]10.0.0.27 - - [2025-12-04 02:48:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.017863 [API:8081]10.0.0.33 - - [2025-12-04 02:48:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065309 [API:8081]10.0.0.27 - - [2025-12-04 02:48:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25204 0.023690 [API:8081]10.0.0.27 - - [2025-12-04 02:48:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.030939 [API:8081]10.0.0.27 - - [2025-12-04 02:48:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-24296219:ctest-VN2-81642570?flat HTTP/1.1" 200 6555 0.016002 [API:8081]10.0.0.27 - - [2025-12-04 02:48:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011716 [API:8081]10.0.0.27 - - [2025-12-04 02:48:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.037946 [API:8081]10.0.0.27 - - [2025-12-04 02:48:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12962 0.023564 [API:8081]10.0.0.27 - - [2025-12-04 02:49:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023153 [API:8081]10.0.0.27 - - [2025-12-04 02:49:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12962 0.024788 [API:8081]10.0.0.27 - - [2025-12-04 02:49:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022540 [API:8081]10.0.0.27 - - [2025-12-04 02:49:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12962 0.020857 [API:8081]10.0.0.27 - - [2025-12-04 02:49:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026929 [API:8081]10.0.0.27 - - [2025-12-04 02:49:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12962 0.026980 [API:8081]10.0.0.27 - - [2025-12-04 02:49:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020540 [API:8081]10.0.0.27 - - [2025-12-04 02:49:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12962 0.023861 [API:8081]10.0.0.27 - - [2025-12-04 02:49:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022884 [API:8081]10.0.0.27 - - [2025-12-04 02:49:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12962 0.024209 [API:8081]10.0.0.27 - - [2025-12-04 02:49:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020788 [API:8081]10.0.0.27 - - [2025-12-04 02:49:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12962 0.021913 [API:8081]10.0.0.27 - - [2025-12-04 02:49:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020956 [API:8081]10.0.0.27 - - [2025-12-04 02:49:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12962 0.021858 [API:8081]10.0.0.27 - - [2025-12-04 02:49:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.027758 [API:8081]10.0.0.27 - - [2025-12-04 02:49:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12573 0.021204 [API:8081]10.0.0.27 - - [2025-12-04 02:49:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-24296219:ctest-VN1-61864949?flat HTTP/1.1" 200 6771 0.012722 [API:8081]10.0.0.27 - - [2025-12-04 02:49:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009610 [API:8081]10.0.0.27 - - [2025-12-04 02:49:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.27 - - [2025-12-04 02:49:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.061048 [API:8081]10.0.0.27 - - [2025-12-04 02:49:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.068348 [API:8081]10.0.0.27 - - [2025-12-04 02:49:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.076972 [API:8081]10.0.0.33 - - [2025-12-04 02:49:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.062633 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003301 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003078 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003772 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004054 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003459 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002871 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002692 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 02:50:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002666 [API:8081]10.0.0.27 - - [2025-12-04 02:50:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:30dec441-23d5-4f1a-bb7c-75622fd744a7?flat HTTP/1.1" 200 5364 0.015617 [API:8081]10.0.0.27 - - [2025-12-04 02:50:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:30dec441-23d5-4f1a-bb7c-75622fd744a7?flat HTTP/1.1" 200 5364 0.014386 [API:8081]10.0.0.27 - - [2025-12-04 02:50:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:30dec441-23d5-4f1a-bb7c-75622fd744a7?flat HTTP/1.1" 200 5364 0.016348 [API:8081]10.0.0.27 - - [2025-12-04 02:50:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:30dec441-23d5-4f1a-bb7c-75622fd744a7?flat HTTP/1.1" 200 5364 0.016396 [API:8081]10.0.0.27 - - [2025-12-04 02:50:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-96935984:ctest-VN1-90331990?flat HTTP/1.1" 200 9452 0.022937 [API:8081]10.0.0.27 - - [2025-12-04 02:50:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021190 [API:8081]10.0.0.27 - - [2025-12-04 02:50:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13389 0.030279 [API:8081]10.0.0.27 - - [2025-12-04 02:50:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023930 [API:8081]10.0.0.27 - - [2025-12-04 02:50:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13389 0.022296 [API:8081]10.0.0.27 - - [2025-12-04 02:50:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012609 [API:8081]10.0.0.27 - - [2025-12-04 02:50:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:2c811150-d82b-49e9-a09a-0cc9370d65e1?flat HTTP/1.1" 200 5221 0.012954 [API:8081]10.0.0.27 - - [2025-12-04 02:50:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:2c811150-d82b-49e9-a09a-0cc9370d65e1?flat HTTP/1.1" 200 5221 0.011486 [API:8081]10.0.0.27 - - [2025-12-04 02:50:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:2c811150-d82b-49e9-a09a-0cc9370d65e1?flat HTTP/1.1" 200 5221 0.014191 [API:8081]10.0.0.27 - - [2025-12-04 02:50:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:2c811150-d82b-49e9-a09a-0cc9370d65e1?flat HTTP/1.1" 200 5221 0.011844 [API:8081]10.0.0.27 - - [2025-12-04 02:50:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-96935984:ctest-VN2-21473336?flat HTTP/1.1" 200 8636 0.012850 [API:8081]10.0.0.27 - - [2025-12-04 02:50:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018655 [API:8081]10.0.0.27 - - [2025-12-04 02:50:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.029741 [API:8081]10.0.0.27 - - [2025-12-04 02:50:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010109 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:24e94464-ced1-45ec-b520-32e8e5a9115e?flat HTTP/1.1" 200 5222 0.016199 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:24e94464-ced1-45ec-b520-32e8e5a9115e?flat HTTP/1.1" 200 5222 0.014083 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:24e94464-ced1-45ec-b520-32e8e5a9115e?flat HTTP/1.1" 200 5222 0.013947 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-96935984:24e94464-ced1-45ec-b520-32e8e5a9115e?flat HTTP/1.1" 200 5222 0.013664 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-96935984:ctest-VN3-22910592?flat HTTP/1.1" 200 8205 0.014863 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021406 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13389 0.021312 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022336 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13389 0.020952 [API:8081]10.0.0.27 - - [2025-12-04 02:50:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009432 [API:8081]10.0.0.27 - - [2025-12-04 02:51:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018964 [API:8081]10.0.0.27 - - [2025-12-04 02:51:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13371 0.020436 [API:8081]10.0.0.27 - - [2025-12-04 02:51:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020915 [API:8081]10.0.0.27 - - [2025-12-04 02:51:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13371 0.021958 [API:8081]10.0.0.27 - - [2025-12-04 02:51:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022724 [API:8081]10.0.0.27 - - [2025-12-04 02:51:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13371 0.023925 [API:8081]10.0.0.27 - - [2025-12-04 02:51:46] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2025-12-04 02:51:46] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.33 - - [2025-12-04 02:51:46] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.33 - - [2025-12-04 02:51:46] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.27 - - [2025-12-04 02:51:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.027659 [API:8081]10.0.0.27 - - [2025-12-04 02:51:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13371 0.020087 [API:8081]10.0.0.27 - - [2025-12-04 02:51:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.022384 [API:8081]10.0.0.27 - - [2025-12-04 02:51:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13371 0.021239 [API:8081]10.0.0.27 - - [2025-12-04 02:51:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.028980 [API:8081]10.0.0.27 - - [2025-12-04 02:51:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12980 0.023397 [API:8081]10.0.0.27 - - [2025-12-04 02:51:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-96935984:ctest-VN3-22910592?flat HTTP/1.1" 200 6966 0.015716 [API:8081]10.0.0.27 - - [2025-12-04 02:51:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009024 [API:8081]10.0.0.33 - - [2025-12-04 02:51:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085792 [API:8081]10.0.0.27 - - [2025-12-04 02:51:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019672 [API:8081]10.0.0.27 - - [2025-12-04 02:51:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019367 [API:8081]10.0.0.27 - - [2025-12-04 02:52:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018883 [API:8081]10.0.0.27 - - [2025-12-04 02:52:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018688 [API:8081]10.0.0.27 - - [2025-12-04 02:52:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019115 [API:8081]10.0.0.27 - - [2025-12-04 02:52:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.033616 [API:8081]10.0.0.27 - - [2025-12-04 02:52:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018579 [API:8081]10.0.0.23 - - [2025-12-04 02:52:16] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-04 02:52:16] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.27 - - [2025-12-04 02:52:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019827 [API:8081]10.0.0.27 - - [2025-12-04 02:52:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.031291 [API:8081]10.0.0.27 - - [2025-12-04 02:52:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.021361 [API:8081]10.0.0.27 - - [2025-12-04 02:52:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.019008 [API:8081]10.0.0.27 - - [2025-12-04 02:52:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-96935984:ctest-VN2-21473336?flat HTTP/1.1" 200 7312 0.013695 [API:8081]10.0.0.27 - - [2025-12-04 02:52:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009485 [API:8081]10.0.0.27 - - [2025-12-04 02:52:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.021981 [API:8081]10.0.0.27 - - [2025-12-04 02:52:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12976 0.021250 [API:8081]10.0.0.27 - - [2025-12-04 02:52:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.020349 [API:8081]10.0.0.27 - - [2025-12-04 02:52:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12976 0.021592 [API:8081]10.0.0.27 - - [2025-12-04 02:52:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.023740 [API:8081]10.0.0.27 - - [2025-12-04 02:52:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12976 0.021577 [API:8081]10.0.0.27 - - [2025-12-04 02:52:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.023954 [API:8081]10.0.0.27 - - [2025-12-04 02:52:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12976 0.024590 [API:8081]10.0.0.27 - - [2025-12-04 02:52:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.022489 [API:8081]10.0.0.27 - - [2025-12-04 02:52:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12976 0.023015 [API:8081]10.0.0.27 - - [2025-12-04 02:52:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.021543 [API:8081]10.0.0.27 - - [2025-12-04 02:52:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12976 0.021474 [API:8081]10.0.0.27 - - [2025-12-04 02:52:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.021563 [API:8081]10.0.0.27 - - [2025-12-04 02:52:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12976 0.021261 [API:8081]10.0.0.27 - - [2025-12-04 02:52:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.023472 [API:8081]10.0.0.27 - - [2025-12-04 02:52:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12976 0.023151 [API:8081]10.0.0.27 - - [2025-12-04 02:52:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.023720 [API:8081]10.0.0.27 - - [2025-12-04 02:52:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12601 0.038828 [API:8081]10.0.0.27 - - [2025-12-04 02:52:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-96935984:ctest-VN1-90331990?flat HTTP/1.1" 200 7645 0.016528 [API:8081]10.0.0.27 - - [2025-12-04 02:52:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012098 [API:8081]10.0.0.33 - - [2025-12-04 02:52:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.145659 [API:8081]10.0.0.27 - - [2025-12-04 02:53:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2025-12-04 02:53:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.060949 [API:8081]10.0.0.27 - - [2025-12-04 02:53:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.063039 [API:8081]10.0.0.33 - - [2025-12-04 02:53:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.33 - - [2025-12-04 02:53:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.23 - - [2025-12-04 02:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-12-04 02:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-04 02:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-04 02:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2025-12-04 02:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2025-12-04 02:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2025-12-04 02:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-12-04 02:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-12-04 02:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.27 - - [2025-12-04 02:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.33 - - [2025-12-04 02:54:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064048 [API:8081]10.0.0.33 - - [2025-12-04 02:55:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.066744 [API:8081]10.0.0.27 - - [2025-12-04 02:56:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-12-04 02:56:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.074610 [API:8081]10.0.0.33 - - [2025-12-04 02:58:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065234 [API:8081]10.0.0.33 - - [2025-12-04 02:58:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.33 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.33 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2025-12-04 02:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2025-12-04 02:58:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.27 - - [2025-12-04 02:58:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2025-12-04 02:58:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2025-12-04 02:58:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2025-12-04 02:59:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065313 [API:8081]10.0.0.27 - - [2025-12-04 02:59:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.023704 [API:8081]10.0.0.27 - - [2025-12-04 02:59:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.086982 [API:8081]10.0.0.27 - - [2025-12-04 02:59:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.076911 [API:8081]10.0.0.27 - - [2025-12-04 02:59:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.028404 [API:8081]10.0.0.27 - - [2025-12-04 02:59:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.027089 [API:8081]10.0.0.27 - - [2025-12-04 02:59:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.021271 [API:8081]10.0.0.27 - - [2025-12-04 02:59:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.022957 [API:8081]10.0.0.27 - - [2025-12-04 02:59:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13040 0.023089 [API:8081]10.0.0.27 - - [2025-12-04 02:59:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24612 0.024574 [API:8081]10.0.0.27 - - [2025-12-04 02:59:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12608 0.026629 [API:8081]10.0.0.27 - - [2025-12-04 02:59:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-74034227:ctest-vnet0-01968127?flat HTTP/1.1" 200 7967 0.015305 [API:8081]10.0.0.27 - - [2025-12-04 02:59:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008723 [API:8081]10.0.0.27 - - [2025-12-04 02:59:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.27 - - [2025-12-04 02:59:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.089352 [API:8081]10.0.0.27 - - [2025-12-04 02:59:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.063498 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002701 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003501 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003214 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003279 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002959 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004381 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008195 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:00:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005279 [API:8081]10.0.0.33 - - [2025-12-04 03:01:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071866 [API:8081]10.0.0.27 - - [2025-12-04 03:01:46] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2025-12-04 03:01:46] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.33 - - [2025-12-04 03:01:46] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2025-12-04 03:01:46] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.33 - - [2025-12-04 03:02:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.074347 [API:8081]10.0.0.23 - - [2025-12-04 03:02:16] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-04 03:02:16] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.27 - - [2025-12-04 03:03:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.029346 [API:8081]10.0.0.27 - - [2025-12-04 03:03:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.099155 [API:8081]10.0.0.27 - - [2025-12-04 03:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.019375 [API:8081]10.0.0.27 - - [2025-12-04 03:03:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-73073101:ctest-vnet1-41981024?flat HTTP/1.1" 200 7307 0.013361 [API:8081]10.0.0.27 - - [2025-12-04 03:03:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008945 [API:8081]10.0.0.27 - - [2025-12-04 03:03:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.023234 [API:8081]10.0.0.27 - - [2025-12-04 03:03:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13018 0.021909 [API:8081]10.0.0.27 - - [2025-12-04 03:03:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.022000 [API:8081]10.0.0.27 - - [2025-12-04 03:03:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13018 0.025093 [API:8081]10.0.0.27 - - [2025-12-04 03:03:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.028606 [API:8081]10.0.0.27 - - [2025-12-04 03:03:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13018 0.021400 [API:8081]10.0.0.33 - - [2025-12-04 03:03:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-12-04 03:03:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.034520 [API:8081]10.0.0.27 - - [2025-12-04 03:03:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13018 0.029799 [API:8081]10.0.0.23 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.33 - - [2025-12-04 03:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.27 - - [2025-12-04 03:03:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.27 - - [2025-12-04 03:03:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2025-12-04 03:03:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-12-04 03:03:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-12-04 03:03:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.022691 [API:8081]10.0.0.27 - - [2025-12-04 03:03:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13018 0.023820 [API:8081]10.0.0.27 - - [2025-12-04 03:03:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.024814 [API:8081]10.0.0.27 - - [2025-12-04 03:03:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13018 0.022576 [API:8081]10.0.0.27 - - [2025-12-04 03:03:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.027945 [API:8081]10.0.0.27 - - [2025-12-04 03:03:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13018 0.023929 [API:8081]10.0.0.27 - - [2025-12-04 03:03:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.021061 [API:8081]10.0.0.27 - - [2025-12-04 03:03:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13018 0.022424 [API:8081]10.0.0.27 - - [2025-12-04 03:03:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.022914 [API:8081]10.0.0.27 - - [2025-12-04 03:03:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12584 0.021412 [API:8081]10.0.0.27 - - [2025-12-04 03:03:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-73073101:ctest-vnet0-88018051?flat HTTP/1.1" 200 6960 0.013345 [API:8081]10.0.0.27 - - [2025-12-04 03:03:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009199 [API:8081]10.0.0.33 - - [2025-12-04 03:04:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.107374 [API:8081]10.0.0.27 - - [2025-12-04 03:04:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2025-12-04 03:04:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.082709 [API:8081]10.0.0.27 - - [2025-12-04 03:04:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.069422 [API:8081]10.0.0.33 - - [2025-12-04 03:05:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.070898 [API:8081]10.0.0.33 - - [2025-12-04 03:07:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079215 [API:8081]10.0.0.27 - - [2025-12-04 03:07:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25227 0.019537 [API:8081]10.0.0.27 - - [2025-12-04 03:07:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25228 0.070573 [API:8081]10.0.0.27 - - [2025-12-04 03:07:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-71881843:ctest-vnet1-29772919?flat HTTP/1.1" 200 8068 0.016281 [API:8081]10.0.0.27 - - [2025-12-04 03:07:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008922 [API:8081]10.0.0.27 - - [2025-12-04 03:07:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.022829 [API:8081]10.0.0.27 - - [2025-12-04 03:07:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13043 0.025164 [API:8081]10.0.0.27 - - [2025-12-04 03:07:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.021373 [API:8081]10.0.0.27 - - [2025-12-04 03:07:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13043 0.022169 [API:8081]10.0.0.27 - - [2025-12-04 03:07:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.023636 [API:8081]10.0.0.27 - - [2025-12-04 03:07:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13043 0.021156 [API:8081]10.0.0.27 - - [2025-12-04 03:07:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.027021 [API:8081]10.0.0.27 - - [2025-12-04 03:07:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13043 0.023219 [API:8081]10.0.0.27 - - [2025-12-04 03:07:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.021564 [API:8081]10.0.0.27 - - [2025-12-04 03:07:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13043 0.021393 [API:8081]10.0.0.27 - - [2025-12-04 03:07:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.025658 [API:8081]10.0.0.27 - - [2025-12-04 03:07:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13043 0.021317 [API:8081]10.0.0.27 - - [2025-12-04 03:07:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.022172 [API:8081]10.0.0.27 - - [2025-12-04 03:07:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13043 0.024703 [API:8081]10.0.0.27 - - [2025-12-04 03:07:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.024539 [API:8081]10.0.0.27 - - [2025-12-04 03:07:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13043 0.022308 [API:8081]10.0.0.27 - - [2025-12-04 03:07:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.023009 [API:8081]10.0.0.27 - - [2025-12-04 03:07:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12606 0.022012 [API:8081]10.0.0.27 - - [2025-12-04 03:07:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-71881843:ctest-vnet0-04445582?flat HTTP/1.1" 200 7706 0.013183 [API:8081]10.0.0.27 - - [2025-12-04 03:07:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009486 [API:8081]10.0.0.33 - - [2025-12-04 03:08:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.167262 [API:8081]10.0.0.33 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.23 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000621 [API:8081]10.0.0.23 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.33 - - [2025-12-04 03:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.27 - - [2025-12-04 03:08:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.27 - - [2025-12-04 03:08:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2025-12-04 03:08:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-12-04 03:08:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.33 - - [2025-12-04 03:10:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066159 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002382 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002446 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002825 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002685 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002764 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003158 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002546 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:10:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002703 [API:8081]10.0.0.33 - - [2025-12-04 03:11:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.085343 [API:8081]10.0.0.27 - - [2025-12-04 03:11:46] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2025-12-04 03:11:46] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.33 - - [2025-12-04 03:11:46] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.33 - - [2025-12-04 03:11:46] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.23 - - [2025-12-04 03:12:16] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-04 03:12:16] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.27 - - [2025-12-04 03:12:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.27 - - [2025-12-04 03:12:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.071323 [API:8081]10.0.0.33 - - [2025-12-04 03:13:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067009 [API:8081]10.0.0.33 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.33 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.23 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.23 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2025-12-04 03:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2025-12-04 03:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.27 - - [2025-12-04 03:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-12-04 03:13:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000376 [API:8081]10.0.0.27 - - [2025-12-04 03:13:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.27 - - [2025-12-04 03:13:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.081761 [API:8081]10.0.0.33 - - [2025-12-04 03:14:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072099 [API:8081]10.0.0.27 - - [2025-12-04 03:15:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-12-04 03:15:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.066251 [API:8081]10.0.0.33 - - [2025-12-04 03:16:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073400 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744:246ae08e-6dd6-49e6-9db2-2b42f20fa414?flat HTTP/1.1" 200 5828 0.070814 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744:246ae08e-6dd6-49e6-9db2-2b42f20fa414?flat HTTP/1.1" 200 5828 0.013994 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744:246ae08e-6dd6-49e6-9db2-2b42f20fa414?flat HTTP/1.1" 200 5828 0.064989 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744-71445771?flat HTTP/1.1" 200 10804 0.018245 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020744 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13221 0.021257 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021650 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13221 0.024853 [API:8081]10.0.0.27 - - [2025-12-04 03:16:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009454 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744:89a29de3-3b50-4447-b22d-dcd296c2a00a?flat HTTP/1.1" 200 5680 0.016981 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744:89a29de3-3b50-4447-b22d-dcd296c2a00a?flat HTTP/1.1" 200 5680 0.014137 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744:89a29de3-3b50-4447-b22d-dcd296c2a00a?flat HTTP/1.1" 200 5680 0.016411 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744-71445771?flat HTTP/1.1" 200 10804 0.028546 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.024608 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.018826 [API:8081]10.0.0.27 - - [2025-12-04 03:16:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008776 [API:8081]10.0.0.33 - - [2025-12-04 03:17:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.083414 [API:8081]10.0.0.33 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.23 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.33 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.33 - - [2025-12-04 03:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.27 - - [2025-12-04 03:18:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.27 - - [2025-12-04 03:18:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000429 [API:8081]10.0.0.27 - - [2025-12-04 03:18:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2025-12-04 03:18:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2025-12-04 03:18:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.024967 [API:8081]10.0.0.27 - - [2025-12-04 03:18:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020334 [API:8081]10.0.0.27 - - [2025-12-04 03:18:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.033208 [API:8081]10.0.0.27 - - [2025-12-04 03:18:56] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744-71445771?flat HTTP/1.1" 200 11708 0.022540 [API:8081]10.0.0.27 - - [2025-12-04 03:18:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013472 [API:8081]10.0.0.27 - - [2025-12-04 03:18:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.026652 [API:8081]10.0.0.27 - - [2025-12-04 03:18:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13195 0.021428 [API:8081]10.0.0.27 - - [2025-12-04 03:19:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.028887 [API:8081]10.0.0.27 - - [2025-12-04 03:19:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13195 0.022958 [API:8081]10.0.0.27 - - [2025-12-04 03:19:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023233 [API:8081]10.0.0.27 - - [2025-12-04 03:19:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13195 0.021483 [API:8081]10.0.0.27 - - [2025-12-04 03:19:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022061 [API:8081]10.0.0.27 - - [2025-12-04 03:19:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13195 0.023042 [API:8081]10.0.0.27 - - [2025-12-04 03:19:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022228 [API:8081]10.0.0.27 - - [2025-12-04 03:19:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13195 0.022068 [API:8081]10.0.0.27 - - [2025-12-04 03:19:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023941 [API:8081]10.0.0.27 - - [2025-12-04 03:19:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13195 0.024629 [API:8081]10.0.0.33 - - [2025-12-04 03:19:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070164 [API:8081]10.0.0.27 - - [2025-12-04 03:19:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.025841 [API:8081]10.0.0.27 - - [2025-12-04 03:19:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13195 0.028205 [API:8081]10.0.0.27 - - [2025-12-04 03:19:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021985 [API:8081]10.0.0.27 - - [2025-12-04 03:19:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13195 0.023563 [API:8081]10.0.0.27 - - [2025-12-04 03:19:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022485 [API:8081]10.0.0.27 - - [2025-12-04 03:19:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12601 0.022585 [API:8081]10.0.0.27 - - [2025-12-04 03:19:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744:ctest-SecurityGroupBasicRegressionTests1Ipv6-67291744-71445771?flat HTTP/1.1" 200 8795 0.015037 [API:8081]10.0.0.27 - - [2025-12-04 03:19:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008681 [API:8081]10.0.0.27 - - [2025-12-04 03:19:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.27 - - [2025-12-04 03:19:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.071132 [API:8081]10.0.0.33 - - [2025-12-04 03:20:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.082235 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187:f17ed044-d21b-47b8-8e33-4c227992790e?flat HTTP/1.1" 200 5808 0.070668 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187:f17ed044-d21b-47b8-8e33-4c227992790e?flat HTTP/1.1" 200 5808 0.015279 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187:f17ed044-d21b-47b8-8e33-4c227992790e?flat HTTP/1.1" 200 5808 0.069388 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187-62072653?flat HTTP/1.1" 200 10443 0.018846 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.021532 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13229 0.024239 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.024223 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13229 0.025113 [API:8081]10.0.0.27 - - [2025-12-04 03:20:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009666 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003001 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003059 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002892 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002680 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003088 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003090 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003200 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:20:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003062 [API:8081]10.0.0.27 - - [2025-12-04 03:20:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187:b6a36a48-92e8-4163-9daa-8ed845954ed2?flat HTTP/1.1" 200 5663 0.013745 [API:8081]10.0.0.27 - - [2025-12-04 03:20:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187:b6a36a48-92e8-4163-9daa-8ed845954ed2?flat HTTP/1.1" 200 5663 0.012502 [API:8081]10.0.0.27 - - [2025-12-04 03:20:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187:b6a36a48-92e8-4163-9daa-8ed845954ed2?flat HTTP/1.1" 200 5663 0.013682 [API:8081]10.0.0.27 - - [2025-12-04 03:20:50] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187-62072653?flat HTTP/1.1" 200 10443 0.019929 [API:8081]10.0.0.27 - - [2025-12-04 03:20:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020898 [API:8081]10.0.0.27 - - [2025-12-04 03:20:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.021190 [API:8081]10.0.0.27 - - [2025-12-04 03:20:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008965 [API:8081]10.0.0.27 - - [2025-12-04 03:21:46] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2025-12-04 03:21:46] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2025-12-04 03:21:46] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2025-12-04 03:21:46] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.23 - - [2025-12-04 03:22:16] "GET /analytics HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-12-04 03:22:16] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.33 - - [2025-12-04 03:22:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099821 [API:8081]10.0.0.27 - - [2025-12-04 03:22:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020720 [API:8081]10.0.0.27 - - [2025-12-04 03:22:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019253 [API:8081]10.0.0.27 - - [2025-12-04 03:22:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019212 [API:8081]10.0.0.27 - - [2025-12-04 03:22:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.020117 [API:8081]10.0.0.27 - - [2025-12-04 03:22:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187-62072653?flat HTTP/1.1" 200 11353 0.031884 [API:8081]10.0.0.27 - - [2025-12-04 03:22:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009898 [API:8081]10.0.0.27 - - [2025-12-04 03:22:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024160 [API:8081]10.0.0.27 - - [2025-12-04 03:22:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13254 0.025292 [API:8081]10.0.0.27 - - [2025-12-04 03:23:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023634 [API:8081]10.0.0.27 - - [2025-12-04 03:23:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13254 0.028701 [API:8081]10.0.0.27 - - [2025-12-04 03:23:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023062 [API:8081]10.0.0.27 - - [2025-12-04 03:23:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13254 0.021725 [API:8081]10.0.0.27 - - [2025-12-04 03:23:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.022145 [API:8081]10.0.0.27 - - [2025-12-04 03:23:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13254 0.026051 [API:8081]10.0.0.27 - - [2025-12-04 03:23:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021688 [API:8081]10.0.0.27 - - [2025-12-04 03:23:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13254 0.026545 [API:8081]10.0.0.27 - - [2025-12-04 03:23:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021824 [API:8081]10.0.0.27 - - [2025-12-04 03:23:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13254 0.024048 [API:8081]10.0.0.27 - - [2025-12-04 03:23:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023307 [API:8081]10.0.0.27 - - [2025-12-04 03:23:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13254 0.022937 [API:8081]10.0.0.27 - - [2025-12-04 03:23:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023290 [API:8081]10.0.0.27 - - [2025-12-04 03:23:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13254 0.022207 [API:8081]10.0.0.33 - - [2025-12-04 03:23:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.088923 [API:8081]10.0.0.27 - - [2025-12-04 03:23:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021744 [API:8081]10.0.0.27 - - [2025-12-04 03:23:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13254 0.033736 [API:8081]10.0.0.27 - - [2025-12-04 03:23:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024054 [API:8081]10.0.0.27 - - [2025-12-04 03:23:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12629 0.022110 [API:8081]10.0.0.27 - - [2025-12-04 03:23:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187:ctest-SecurityGroupBasicRegressionTests1_contrail-48392187-62072653?flat HTTP/1.1" 200 8418 0.014987 [API:8081]10.0.0.27 - - [2025-12-04 03:23:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010610 [API:8081]10.0.0.33 - - [2025-12-04 03:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2025-12-04 03:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2025-12-04 03:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-04 03:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2025-12-04 03:23:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2025-12-04 03:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.33 - - [2025-12-04 03:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-04 03:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.33 - - [2025-12-04 03:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.27 - - [2025-12-04 03:23:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.222188 [API:8081]10.0.0.27 - - [2025-12-04 03:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000441 [API:8081]10.0.0.27 - - [2025-12-04 03:23:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.27 - - [2025-12-04 03:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2025-12-04 03:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-12-04 03:24:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-15045400:d44b55dc-0283-4d98-8d86-6cd1ffff9341?flat HTTP/1.1" 200 5679 0.079880 [API:8081]10.0.0.27 - - [2025-12-04 03:24:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-15045400:d44b55dc-0283-4d98-8d86-6cd1ffff9341?flat HTTP/1.1" 200 5679 0.067749 [API:8081]10.0.0.27 - - [2025-12-04 03:24:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-15045400:d44b55dc-0283-4d98-8d86-6cd1ffff9341?flat HTTP/1.1" 200 5679 0.015018 [API:8081]10.0.0.27 - - [2025-12-04 03:24:28] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-15045400:ctest-SecurityGroupBasicRegressionTests1-15045400-68719899?flat HTTP/1.1" 200 9932 0.018438 [API:8081]10.0.0.27 - - [2025-12-04 03:24:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.023443 [API:8081]10.0.0.27 - - [2025-12-04 03:24:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13175 0.023802 [API:8081]10.0.0.27 - - [2025-12-04 03:24:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.033277 [API:8081]10.0.0.27 - - [2025-12-04 03:24:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13175 0.022391 [API:8081]10.0.0.27 - - [2025-12-04 03:24:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009605 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-15045400:2b547581-41aa-44e3-b7df-0a8c008b61ba?flat HTTP/1.1" 200 5539 0.012542 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-15045400:2b547581-41aa-44e3-b7df-0a8c008b61ba?flat HTTP/1.1" 200 5539 0.014804 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-15045400:2b547581-41aa-44e3-b7df-0a8c008b61ba?flat HTTP/1.1" 200 5539 0.012238 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-15045400:ctest-SecurityGroupBasicRegressionTests1-15045400-68719899?flat HTTP/1.1" 200 9932 0.018127 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.021976 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.017619 [API:8081]10.0.0.27 - - [2025-12-04 03:24:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009266 [API:8081]10.0.0.33 - - [2025-12-04 03:25:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077760 [API:8081]10.0.0.27 - - [2025-12-04 03:26:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.020455 [API:8081]10.0.0.27 - - [2025-12-04 03:26:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.021988 [API:8081]10.0.0.27 - - [2025-12-04 03:26:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.018573 [API:8081]10.0.0.27 - - [2025-12-04 03:26:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019778 [API:8081]10.0.0.27 - - [2025-12-04 03:26:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.021245 [API:8081]10.0.0.33 - - [2025-12-04 03:26:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.073408 [API:8081]10.0.0.27 - - [2025-12-04 03:26:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019349 [API:8081]10.0.0.27 - - [2025-12-04 03:26:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-15045400:ctest-SecurityGroupBasicRegressionTests1-15045400-68719899?flat HTTP/1.1" 200 10801 0.021409 [API:8081]10.0.0.27 - - [2025-12-04 03:26:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010209 [API:8081]10.0.0.27 - - [2025-12-04 03:26:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021742 [API:8081]10.0.0.27 - - [2025-12-04 03:26:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13175 0.023794 [API:8081]10.0.0.27 - - [2025-12-04 03:26:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.022277 [API:8081]10.0.0.27 - - [2025-12-04 03:26:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13175 0.022482 [API:8081]10.0.0.27 - - [2025-12-04 03:26:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.029786 [API:8081]10.0.0.27 - - [2025-12-04 03:26:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13175 0.025126 [API:8081]10.0.0.27 - - [2025-12-04 03:26:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024043 [API:8081]10.0.0.27 - - [2025-12-04 03:26:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13175 0.025257 [API:8081]10.0.0.27 - - [2025-12-04 03:26:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.026676 [API:8081]10.0.0.27 - - [2025-12-04 03:26:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13175 0.024387 [API:8081]10.0.0.27 - - [2025-12-04 03:26:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.024742 [API:8081]10.0.0.27 - - [2025-12-04 03:26:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13175 0.024167 [API:8081]10.0.0.27 - - [2025-12-04 03:26:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.022135 [API:8081]10.0.0.27 - - [2025-12-04 03:26:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13175 0.024035 [API:8081]10.0.0.27 - - [2025-12-04 03:26:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021557 [API:8081]10.0.0.27 - - [2025-12-04 03:26:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13175 0.021280 [API:8081]10.0.0.27 - - [2025-12-04 03:26:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.048756 [API:8081]10.0.0.27 - - [2025-12-04 03:26:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12877 0.038515 [API:8081]10.0.0.27 - - [2025-12-04 03:26:52] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-15045400:ctest-SecurityGroupBasicRegressionTests1-15045400-68719899?flat HTTP/1.1" 200 7953 0.016043 [API:8081]10.0.0.27 - - [2025-12-04 03:26:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010562 [API:8081]10.0.0.27 - - [2025-12-04 03:27:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2025-12-04 03:27:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.092633 [API:8081]10.0.0.27 - - [2025-12-04 03:27:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.086847 [API:8081]10.0.0.27 - - [2025-12-04 03:27:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.069098 [API:8081]10.0.0.27 - - [2025-12-04 03:27:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.008498 [API:8081]10.0.0.27 - - [2025-12-04 03:27:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.013419 [API:8081]10.0.0.27 - - [2025-12-04 03:27:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.009865 [API:8081]10.0.0.27 - - [2025-12-04 03:27:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.009574 [API:8081]10.0.0.27 - - [2025-12-04 03:27:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2002 0.010202 [API:8081]10.0.0.27 - - [2025-12-04 03:27:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-12-04 03:27:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.064599 [API:8081]10.0.0.27 - - [2025-12-04 03:27:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.067485 [API:8081]10.0.0.27 - - [2025-12-04 03:27:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.077875 [API:8081]10.0.0.27 - - [2025-12-04 03:28:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.010618 [API:8081]10.0.0.27 - - [2025-12-04 03:28:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.009574 [API:8081]10.0.0.27 - - [2025-12-04 03:28:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.008198 [API:8081]10.0.0.27 - - [2025-12-04 03:28:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.27 - - [2025-12-04 03:28:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.081606 [API:8081]10.0.0.27 - - [2025-12-04 03:28:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.083245 [API:8081]10.0.0.27 - - [2025-12-04 03:28:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.081710 [API:8081]10.0.0.33 - - [2025-12-04 03:28:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087695 [API:8081]10.0.0.27 - - [2025-12-04 03:28:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.016508 [API:8081]10.0.0.27 - - [2025-12-04 03:28:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.009039 [API:8081]10.0.0.33 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.33 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.23 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-12-04 03:28:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.011379 [API:8081]10.0.0.23 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.33 - - [2025-12-04 03:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-04 03:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.33 - - [2025-12-04 03:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2025-12-04 03:28:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.009223 [API:8081]10.0.0.27 - - [2025-12-04 03:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.27 - - [2025-12-04 03:28:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.27 - - [2025-12-04 03:28:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.008909 [API:8081]10.0.0.27 - - [2025-12-04 03:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-12-04 03:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.27 - - [2025-12-04 03:28:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.27 - - [2025-12-04 03:28:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.071440 [API:8081]10.0.0.27 - - [2025-12-04 03:28:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.060988 [API:8081]10.0.0.27 - - [2025-12-04 03:28:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.071409 [API:8081]10.0.0.27 - - [2025-12-04 03:29:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.010427 [API:8081]10.0.0.27 - - [2025-12-04 03:29:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.009615 [API:8081]10.0.0.33 - - [2025-12-04 03:29:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.069214 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002725 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003004 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003344 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002824 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003294 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002768 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002620 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:30:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002957 [API:8081]10.0.0.33 - - [2025-12-04 03:31:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072746 [API:8081]10.0.0.27 - - [2025-12-04 03:31:46] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2025-12-04 03:31:46] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.33 - - [2025-12-04 03:31:46] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2025-12-04 03:31:46] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.23 - - [2025-12-04 03:32:16] "GET /analytics HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.23 - - [2025-12-04 03:32:16] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.33 - - [2025-12-04 03:32:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.068893 [API:8081]10.0.0.33 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.33 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.23 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2025-12-04 03:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.33 - - [2025-12-04 03:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2025-12-04 03:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2025-12-04 03:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.27 - - [2025-12-04 03:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.27 - - [2025-12-04 03:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2025-12-04 03:34:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070318 [API:8081]10.0.0.33 - - [2025-12-04 03:35:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075769 [API:8081]10.0.0.27 - - [2025-12-04 03:35:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2025-12-04 03:35:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.075654 [API:8081]10.0.0.27 - - [2025-12-04 03:35:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.085736 [API:8081]10.0.0.33 - - [2025-12-04 03:37:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070213 [API:8081]10.0.0.33 - - [2025-12-04 03:38:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065864 [API:8081]10.0.0.33 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.33 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.23 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-12-04 03:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2025-12-04 03:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2025-12-04 03:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-12-04 03:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.27 - - [2025-12-04 03:38:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.27 - - [2025-12-04 03:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2025-12-04 03:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2025-12-04 03:40:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2025-12-04 03:40:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.095277 [API:8081]10.0.0.33 - - [2025-12-04 03:40:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077656 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003573 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003711 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004886 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003788 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003369 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003655 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:35] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002712 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002656 [API:8081]10.0.0.27 - - [2025-12-04 03:41:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.27 - - [2025-12-04 03:41:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.079850 [API:8081]10.0.0.33 - - [2025-12-04 03:41:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.065282 [API:8081]10.0.0.27 - - [2025-12-04 03:41:46] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2025-12-04 03:41:46] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2025-12-04 03:41:46] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2025-12-04 03:41:46] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.23 - - [2025-12-04 03:42:16] "GET /analytics HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-12-04 03:42:16] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.33 - - [2025-12-04 03:43:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073977 [API:8081]10.0.0.33 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.33 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.002681 [API:8081]10.0.0.33 - - [2025-12-04 03:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.33 - - [2025-12-04 03:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-12-04 03:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2025-12-04 03:43:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-12-04 03:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2025-12-04 03:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.33 - - [2025-12-04 03:44:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.068197 [API:8081]10.0.0.33 - - [2025-12-04 03:46:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085422 [API:8081]10.0.0.27 - - [2025-12-04 03:47:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-12-04 03:47:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.068961 [API:8081]10.0.0.33 - - [2025-12-04 03:47:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.073617 [API:8081]10.0.0.33 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.33 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.23 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2025-12-04 03:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2025-12-04 03:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.33 - - [2025-12-04 03:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2025-12-04 03:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.27 - - [2025-12-04 03:48:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-12-04 03:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.27 - - [2025-12-04 03:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2025-12-04 03:49:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094528 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003167 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003087 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003278 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002976 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002594 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003013 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003122 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 03:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005938 [API:8081]10.0.0.33 - - [2025-12-04 03:50:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.087328 [API:8081]10.0.0.27 - - [2025-12-04 03:51:46] "GET /analytics HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2025-12-04 03:51:46] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.33 - - [2025-12-04 03:51:46] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2025-12-04 03:51:46] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-04 03:52:16] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.23 - - [2025-12-04 03:52:16] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.33 - - [2025-12-04 03:52:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072886 [API:8081]10.0.0.27 - - [2025-12-04 03:52:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-14114395:14e426a7-825f-47f5-9bef-a327ce30b199?flat HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-14114395:14e426a7-825f-47f5-9bef-a327ce30b199?flat HTTP/1.1" 200 5259 0.071504 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-14114395:14e426a7-825f-47f5-9bef-a327ce30b199?flat HTTP/1.1" 200 5259 0.075205 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-14114395:14e426a7-825f-47f5-9bef-a327ce30b199?flat HTTP/1.1" 200 5259 0.073184 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-14114395:ctest-random-38522225?flat HTTP/1.1" 200 3995 0.016660 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.023502 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13017 0.023994 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.028901 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13017 0.022881 [API:8081]10.0.0.27 - - [2025-12-04 03:52:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009342 [API:8081]10.0.0.27 - - [2025-12-04 03:52:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.009178 [API:8081]10.0.0.27 - - [2025-12-04 03:52:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.021957 [API:8081]10.0.0.27 - - [2025-12-04 03:52:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13016 0.023075 [API:8081]10.0.0.27 - - [2025-12-04 03:53:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.032800 [API:8081]10.0.0.27 - - [2025-12-04 03:53:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13016 0.023883 [API:8081]10.0.0.27 - - [2025-12-04 03:53:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.021635 [API:8081]10.0.0.27 - - [2025-12-04 03:53:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13016 0.023049 [API:8081]10.0.0.27 - - [2025-12-04 03:53:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.024143 [API:8081]10.0.0.27 - - [2025-12-04 03:53:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13016 0.025167 [API:8081]10.0.0.27 - - [2025-12-04 03:53:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.029366 [API:8081]10.0.0.27 - - [2025-12-04 03:53:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13016 0.023930 [API:8081]10.0.0.27 - - [2025-12-04 03:53:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.023682 [API:8081]10.0.0.27 - - [2025-12-04 03:53:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13016 0.021431 [API:8081]10.0.0.27 - - [2025-12-04 03:53:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.023051 [API:8081]10.0.0.27 - - [2025-12-04 03:53:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13016 0.022540 [API:8081]10.0.0.27 - - [2025-12-04 03:53:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.023090 [API:8081]10.0.0.27 - - [2025-12-04 03:53:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13016 0.024809 [API:8081]10.0.0.27 - - [2025-12-04 03:53:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.023231 [API:8081]10.0.0.27 - - [2025-12-04 03:53:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12626 0.020776 [API:8081]10.0.0.27 - - [2025-12-04 03:53:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-14114395:ctest-random-38522225?flat HTTP/1.1" 200 8113 0.014934 [API:8081]10.0.0.27 - - [2025-12-04 03:53:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008720 [API:8081]10.0.0.33 - - [2025-12-04 03:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.33 - - [2025-12-04 03:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-04 03:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000647 [API:8081]10.0.0.23 - - [2025-12-04 03:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-04 03:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-04 03:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2025-12-04 03:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2025-12-04 03:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.27 - - [2025-12-04 03:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.27 - - [2025-12-04 03:53:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.27 - - [2025-12-04 03:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.27 - - [2025-12-04 03:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000452 [API:8081]10.0.0.33 - - [2025-12-04 03:53:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.066441 [API:8081]10.0.0.33 - - [2025-12-04 03:55:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079192 [API:8081]10.0.0.27 - - [2025-12-04 03:56:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.27 - - [2025-12-04 03:56:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.072200 [API:8081]10.0.0.33 - - [2025-12-04 03:56:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.082195 [API:8081]10.0.0.33 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.33 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2025-12-04 03:58:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2025-12-04 03:58:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.33 - - [2025-12-04 03:58:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2025-12-04 03:58:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.27 - - [2025-12-04 03:58:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000543 [API:8081]10.0.0.27 - - [2025-12-04 03:58:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.27 - - [2025-12-04 03:58:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.33 - - [2025-12-04 03:58:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068720 [API:8081]10.0.0.33 - - [2025-12-04 03:59:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.064281 [API:8081]10.0.0.27 - - [2025-12-04 04:00:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.27 - - [2025-12-04 04:00:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1118 0.071216 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002961 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002743 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002791 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002694 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003817 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002419 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002504 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:00:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002614 [API:8081]10.0.0.27 - - [2025-12-04 04:01:46] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2025-12-04 04:01:46] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.33 - - [2025-12-04 04:01:46] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2025-12-04 04:01:46] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.33 - - [2025-12-04 04:01:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074443 [API:8081]10.0.0.23 - - [2025-12-04 04:02:16] "GET /analytics HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-04 04:02:16] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.33 - - [2025-12-04 04:02:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.063929 [API:8081]10.0.0.27 - - [2025-12-04 04:03:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2025-12-04 04:03:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.068991 [API:8081]10.0.0.33 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.33 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.23 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2025-12-04 04:03:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2025-12-04 04:03:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2025-12-04 04:03:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-12-04 04:03:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.27 - - [2025-12-04 04:03:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2025-12-04 04:03:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.27 - - [2025-12-04 04:03:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:44] "POST /analytics/query HTTP/1.1" 202 179 0.013170 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:44] "GET /analytics/query/3a48ddf2-d0c6-11f0-93e9-00000a00001b HTTP/1.1" 200 221 0.007926 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:45] "GET /analytics/query/3a48ddf2-d0c6-11f0-93e9-00000a00001b HTTP/1.1" 200 221 0.003924 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:45] "GET /analytics/query/3a48ddf2-d0c6-11f0-93e9-00000a00001b HTTP/1.1" 200 338 0.002579 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:45] "GET /analytics/query/3a48ddf2-d0c6-11f0-93e9-00000a00001b/chunk-final/0 HTTP/1.1" 200 856 0.003171 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:46] "POST /analytics/query HTTP/1.1" 202 179 0.007602 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:46] "GET /analytics/query/3b4fcca0-d0c6-11f0-8f20-00000a00001b HTTP/1.1" 200 221 0.002019 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:47] "GET /analytics/query/3b4fcca0-d0c6-11f0-8f20-00000a00001b HTTP/1.1" 200 221 0.002707 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:47] "GET /analytics/query/3b4fcca0-d0c6-11f0-8f20-00000a00001b HTTP/1.1" 200 221 0.002504 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:48] "GET /analytics/query/3b4fcca0-d0c6-11f0-8f20-00000a00001b HTTP/1.1" 200 338 0.002415 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:48] "GET /analytics/query/3b4fcca0-d0c6-11f0-8f20-00000a00001b/chunk-final/0 HTTP/1.1" 200 856 0.002932 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:48] "POST /analytics/query HTTP/1.1" 202 179 0.005882 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:48] "GET /analytics/query/3ca780f5-d0c6-11f0-9226-00000a00001b HTTP/1.1" 200 221 0.003748 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:49] "GET /analytics/query/3ca780f5-d0c6-11f0-9226-00000a00001b HTTP/1.1" 200 339 0.002555 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:49] "GET /analytics/query/3ca780f5-d0c6-11f0-9226-00000a00001b/chunk-final/0 HTTP/1.1" 200 16383 0.002900 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:50] "POST /analytics/query HTTP/1.1" 202 179 0.010391 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:50] "GET /analytics/query/3d73be3e-d0c6-11f0-8c7e-00000a00001b HTTP/1.1" 200 221 0.004616 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:50] "GET /analytics/query/3d73be3e-d0c6-11f0-8c7e-00000a00001b HTTP/1.1" 200 339 0.003708 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:50] "GET /analytics/query/3d73be3e-d0c6-11f0-8c7e-00000a00001b/chunk-final/0 HTTP/1.1" 200 16383 0.005369 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:51] "POST /analytics/query HTTP/1.1" 202 179 0.005798 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:51] "GET /analytics/query/3e3c6aee-d0c6-11f0-88a3-00000a00001b HTTP/1.1" 200 221 0.003565 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:51] "GET /analytics/query/3e3c6aee-d0c6-11f0-88a3-00000a00001b HTTP/1.1" 200 221 0.003246 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:52] "GET /analytics/query/3e3c6aee-d0c6-11f0-88a3-00000a00001b HTTP/1.1" 200 339 0.003766 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:52] "GET /analytics/query/3e3c6aee-d0c6-11f0-88a3-00000a00001b/chunk-final/0 HTTP/1.1" 200 7655 0.010562 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.006737 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:56] "POST /analytics/query HTTP/1.1" 202 179 0.015808 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:56] "GET /analytics/query/4170c20e-d0c6-11f0-83a2-00000a00001b HTTP/1.1" 200 221 0.003870 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:57] "GET /analytics/query/4170c20e-d0c6-11f0-83a2-00000a00001b HTTP/1.1" 200 340 0.002110 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:57] "GET /analytics/query/4170c20e-d0c6-11f0-83a2-00000a00001b/chunk-final/0 HTTP/1.1" 200 322402 0.038489 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.003547 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.003958 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:59] "POST /analytics/query HTTP/1.1" 202 179 0.019712 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:59] "GET /analytics/query/42b7eeb7-d0c6-11f0-a816-00000a00001b HTTP/1.1" 200 221 0.004556 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:59] "GET /analytics/query/42b7eeb7-d0c6-11f0-a816-00000a00001b HTTP/1.1" 200 338 0.002615 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:59] "GET /analytics/query/42b7eeb7-d0c6-11f0-a816-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002941 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:59] "POST /analytics/query HTTP/1.1" 202 179 0.005432 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:03:59] "GET /analytics/query/430c34fb-d0c6-11f0-902b-00000a00001b HTTP/1.1" 200 221 0.002227 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:00] "GET /analytics/query/430c34fb-d0c6-11f0-902b-00000a00001b HTTP/1.1" 200 338 0.002204 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:00] "GET /analytics/query/430c34fb-d0c6-11f0-902b-00000a00001b/chunk-final/0 HTTP/1.1" 200 12749 0.002815 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:00] "POST /analytics/query HTTP/1.1" 202 179 0.004861 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:00] "GET /analytics/query/435cfe00-d0c6-11f0-bda3-00000a00001b HTTP/1.1" 200 221 0.001899 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:00] "GET /analytics/query/435cfe00-d0c6-11f0-bda3-00000a00001b HTTP/1.1" 200 338 0.002525 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:00] "GET /analytics/query/435cfe00-d0c6-11f0-bda3-00000a00001b/chunk-final/0 HTTP/1.1" 200 7877 0.002246 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:00] "POST /analytics/query HTTP/1.1" 202 179 0.011568 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:00] "GET /analytics/query/43ad984e-d0c6-11f0-b3f3-00000a00001b HTTP/1.1" 200 221 0.004048 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:01] "GET /analytics/query/43ad984e-d0c6-11f0-b3f3-00000a00001b HTTP/1.1" 200 338 0.002086 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:01] "GET /analytics/query/43ad984e-d0c6-11f0-b3f3-00000a00001b/chunk-final/0 HTTP/1.1" 200 11740 0.002763 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:01] "POST /analytics/query HTTP/1.1" 202 179 0.005867 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:01] "GET /analytics/query/43ffb8d3-d0c6-11f0-8089-00000a00001b HTTP/1.1" 200 221 0.005616 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:01] "GET /analytics/query/43ffb8d3-d0c6-11f0-8089-00000a00001b HTTP/1.1" 200 338 0.002472 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:01] "GET /analytics/query/43ffb8d3-d0c6-11f0-8089-00000a00001b/chunk-final/0 HTTP/1.1" 200 5948 0.002762 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:01] "POST /analytics/query HTTP/1.1" 202 179 0.005419 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:01] "GET /analytics/query/4453cc17-d0c6-11f0-b73b-00000a00001b HTTP/1.1" 200 221 0.004231 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:02] "GET /analytics/query/4453cc17-d0c6-11f0-b73b-00000a00001b HTTP/1.1" 200 338 0.002187 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:02] "GET /analytics/query/4453cc17-d0c6-11f0-b73b-00000a00001b/chunk-final/0 HTTP/1.1" 200 11743 0.002695 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:02] "POST /analytics/query HTTP/1.1" 202 179 0.005190 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:02] "GET /analytics/query/44a58b50-d0c6-11f0-818b-00000a00001b HTTP/1.1" 200 221 0.003285 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:02] "GET /analytics/query/44a58b50-d0c6-11f0-818b-00000a00001b HTTP/1.1" 200 338 0.001881 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:02] "GET /analytics/query/44a58b50-d0c6-11f0-818b-00000a00001b/chunk-final/0 HTTP/1.1" 200 11740 0.002357 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:02] "POST /analytics/query HTTP/1.1" 202 179 0.006603 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:02] "GET /analytics/query/44f6d402-d0c6-11f0-bfa6-00000a00001b HTTP/1.1" 200 221 0.002206 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:03] "GET /analytics/query/44f6d402-d0c6-11f0-bfa6-00000a00001b HTTP/1.1" 200 338 0.002214 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:03] "GET /analytics/query/44f6d402-d0c6-11f0-bfa6-00000a00001b/chunk-final/0 HTTP/1.1" 200 4015 0.002258 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:03] "POST /analytics/query HTTP/1.1" 202 179 0.004673 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:03] "GET /analytics/query/454775b7-d0c6-11f0-821b-00000a00001b HTTP/1.1" 200 221 0.002227 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:03] "GET /analytics/query/454775b7-d0c6-11f0-821b-00000a00001b HTTP/1.1" 200 339 0.002398 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:03] "GET /analytics/query/454775b7-d0c6-11f0-821b-00000a00001b/chunk-final/0 HTTP/1.1" 200 19482 0.003215 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:03] "POST /analytics/query HTTP/1.1" 202 179 0.004684 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:03] "GET /analytics/query/4598e901-d0c6-11f0-b7cd-00000a00001b HTTP/1.1" 200 221 0.014848 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:04] "GET /analytics/query/4598e901-d0c6-11f0-b7cd-00000a00001b HTTP/1.1" 200 338 0.002489 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:04] "GET /analytics/query/4598e901-d0c6-11f0-b7cd-00000a00001b/chunk-final/0 HTTP/1.1" 200 2083 0.002089 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:04] "POST /analytics/query HTTP/1.1" 202 179 0.005152 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:04] "GET /analytics/query/45eba4d5-d0c6-11f0-824a-00000a00001b HTTP/1.1" 200 221 0.002802 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:04] "GET /analytics/query/45eba4d5-d0c6-11f0-824a-00000a00001b HTTP/1.1" 200 338 0.002372 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:04] "GET /analytics/query/45eba4d5-d0c6-11f0-824a-00000a00001b/chunk-final/0 HTTP/1.1" 200 7880 0.002261 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:04] "POST /analytics/query HTTP/1.1" 202 179 0.005076 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:04] "GET /analytics/query/463ca83a-d0c6-11f0-bce1-00000a00001b HTTP/1.1" 200 221 0.003761 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:05] "GET /analytics/query/463ca83a-d0c6-11f0-bce1-00000a00001b HTTP/1.1" 200 338 0.002636 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:05] "GET /analytics/query/463ca83a-d0c6-11f0-bce1-00000a00001b/chunk-final/0 HTTP/1.1" 200 145 0.002058 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.004217 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.004416 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:06] "POST /analytics/query HTTP/1.1" 202 179 0.004914 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:06] "GET /analytics/query/476f19d7-d0c6-11f0-89a1-00000a00001b HTTP/1.1" 200 221 0.006418 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:07] "GET /analytics/query/476f19d7-d0c6-11f0-89a1-00000a00001b HTTP/1.1" 200 340 0.002321 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:07] "GET /analytics/query/476f19d7-d0c6-11f0-89a1-00000a00001b/chunk-final/0 HTTP/1.1" 200 1531815 0.022028 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:07] "POST /analytics/query HTTP/1.1" 202 179 0.005324 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:07] "GET /analytics/query/47cae34c-d0c6-11f0-8aad-00000a00001b HTTP/1.1" 200 221 0.002302 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:08] "GET /analytics/query/47cae34c-d0c6-11f0-8aad-00000a00001b HTTP/1.1" 200 340 0.002528 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:08] "GET /analytics/query/47cae34c-d0c6-11f0-8aad-00000a00001b/chunk-final/0 HTTP/1.1" 200 1533188 0.020679 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.004516 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.004291 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.004094 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.006072 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.003825 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:11] "POST /analytics/query HTTP/1.1" 202 179 0.005516 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:11] "GET /analytics/query/4a6c0e3b-d0c6-11f0-9d07-00000a00001b HTTP/1.1" 200 221 0.002179 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:12] "GET /analytics/query/4a6c0e3b-d0c6-11f0-9d07-00000a00001b HTTP/1.1" 200 339 0.002268 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:12] "GET /analytics/query/4a6c0e3b-d0c6-11f0-9d07-00000a00001b/chunk-final/0 HTTP/1.1" 200 43907 0.005493 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.003827 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:13] "POST /analytics/query HTTP/1.1" 202 179 0.012402 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:13] "GET /analytics/query/4b34a44a-d0c6-11f0-810d-00000a00001b HTTP/1.1" 200 221 0.003862 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:13] "GET /analytics/query/4b34a44a-d0c6-11f0-810d-00000a00001b HTTP/1.1" 200 341 0.002095 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:13] "GET /analytics/query/4b34a44a-d0c6-11f0-810d-00000a00001b/chunk-final/0 HTTP/1.1" 200 829345 0.029361 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.004495 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004176 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.004309 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:19] "POST /analytics/query HTTP/1.1" 200 145 1.012451 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.004613 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:21] "POST /analytics/query HTTP/1.1" 200 2337 1.024760 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.003890 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:23] "POST /analytics/query HTTP/1.1" 200 707 1.025668 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004426 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:24] "POST /analytics/query HTTP/1.1" 200 2829 1.010906 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004453 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:26] "POST /analytics/query HTTP/1.1" 200 258 1.012470 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003714 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:28] "POST /analytics/query HTTP/1.1" 200 1333 1.016353 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.008979 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:29] "POST /analytics/query HTTP/1.1" 200 2829 1.037865 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.005058 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:31] "POST /analytics/query HTTP/1.1" 200 825 1.014768 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003635 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:33] "POST /analytics/query HTTP/1.1" 200 141433 1.024784 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:34] "GET /analytics/tables HTTP/1.1" 200 76090 0.003758 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:35] "POST /analytics/query HTTP/1.1" 200 631 1.013423 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.004478 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:36] "POST /analytics/query HTTP/1.1" 200 258 1.010936 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.004099 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:38] "POST /analytics/query HTTP/1.1" 200 596 1.025180 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.004167 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:40] "POST /analytics/query HTTP/1.1" 200 1427 1.012081 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.003888 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:42] "POST /analytics/query HTTP/1.1" 200 596 1.016790 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.004521 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:43] "POST /analytics/query HTTP/1.1" 200 236 1.019395 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:04:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.003966 [API:8081]10.0.0.33 - - [2025-12-04 04:04:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089091 [API:8081]10.0.0.27 - - [2025-12-04 04:04:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2025-12-04 04:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1158 0.083576 [API:8081]10.0.0.27 - - [2025-12-04 04:05:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.178855 [API:8081]10.0.0.27 - - [2025-12-04 04:05:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.127613 [API:8081]10.0.0.27 - - [2025-12-04 04:05:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009474 [API:8081]10.0.0.33 - - [2025-12-04 04:05:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.073606 [API:8081]10.0.0.27 - - [2025-12-04 04:06:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010218 [API:8081]10.0.0.27 - - [2025-12-04 04:06:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009216 [API:8081]10.0.0.27 - - [2025-12-04 04:06:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009374 [API:8081]10.0.0.27 - - [2025-12-04 04:06:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010528 [API:8081]10.0.0.27 - - [2025-12-04 04:06:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.010157 [API:8081]10.0.0.27 - - [2025-12-04 04:06:39] "POST /analytics/query HTTP/1.1" 200 222 1.021239 [API:8081]10.0.0.27 - - [2025-12-04 04:06:40] "POST /analytics/query HTTP/1.1" 200 222 1.019282 [API:8081]10.0.0.27 - - [2025-12-04 04:06:41] "POST /analytics/query HTTP/1.1" 200 353 1.021670 [API:8081]10.0.0.33 - - [2025-12-04 04:07:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069020 [API:8081]10.0.0.33 - - [2025-12-04 04:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2025-12-04 04:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000582 [API:8081]10.0.0.23 - - [2025-12-04 04:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2025-12-04 04:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-04 04:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-12-04 04:08:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2025-12-04 04:08:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.33 - - [2025-12-04 04:08:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.27 - - [2025-12-04 04:08:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.27 - - [2025-12-04 04:08:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.27 - - [2025-12-04 04:08:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2025-12-04 04:08:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000852 [API:8081]10.0.0.33 - - [2025-12-04 04:08:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.068540 [API:8081]10.0.0.27 - - [2025-12-04 04:10:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25595 0.093662 [API:8081]10.0.0.27 - - [2025-12-04 04:10:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13741 0.023818 [API:8081]10.0.0.27 - - [2025-12-04 04:10:03] "POST /analytics/query HTTP/1.1" 200 507 1.021912 [API:8081]10.0.0.27 - - [2025-12-04 04:10:04] "POST /analytics/query HTTP/1.1" 200 353 1.020380 [API:8081]10.0.0.27 - - [2025-12-04 04:10:05] "POST /analytics/query HTTP/1.1" 200 353 1.018860 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002919 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003231 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003778 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003816 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003867 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003462 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003778 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:10:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003184 [API:8081]10.0.0.33 - - [2025-12-04 04:10:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075454 [API:8081]10.0.0.27 - - [2025-12-04 04:11:46] "GET /analytics HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2025-12-04 04:11:46] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.33 - - [2025-12-04 04:11:46] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.33 - - [2025-12-04 04:11:46] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.33 - - [2025-12-04 04:12:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075883 [API:8081]10.0.0.23 - - [2025-12-04 04:12:16] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-12-04 04:12:16] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.33 - - [2025-12-04 04:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.33 - - [2025-12-04 04:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-12-04 04:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-04 04:13:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-12-04 04:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2025-12-04 04:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.23 - - [2025-12-04 04:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.33 - - [2025-12-04 04:13:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2025-12-04 04:13:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.27 - - [2025-12-04 04:13:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.27 - - [2025-12-04 04:13:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-12-04 04:13:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.33 - - [2025-12-04 04:14:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088573 [API:8081]10.0.0.33 - - [2025-12-04 04:15:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.083282 [API:8081]10.0.0.33 - - [2025-12-04 04:17:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083092 [API:8081]10.0.0.33 - - [2025-12-04 04:18:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.080409 [API:8081]10.0.0.33 - - [2025-12-04 04:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.33 - - [2025-12-04 04:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2025-12-04 04:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.23 - - [2025-12-04 04:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.23 - - [2025-12-04 04:18:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000387 [API:8081]10.0.0.23 - - [2025-12-04 04:18:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.33 - - [2025-12-04 04:18:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.33 - - [2025-12-04 04:18:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.27 - - [2025-12-04 04:18:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000479 [API:8081]10.0.0.27 - - [2025-12-04 04:18:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000352 [API:8081]10.0.0.27 - - [2025-12-04 04:18:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.27 - - [2025-12-04 04:18:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.33 - - [2025-12-04 04:20:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075254 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002919 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004800 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005689 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005354 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003770 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003505 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004751 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:20:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005385 [API:8081]10.0.0.33 - - [2025-12-04 04:21:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.078334 [API:8081]10.0.0.27 - - [2025-12-04 04:21:46] "GET /analytics HTTP/1.1" 401 205 0.000446 [API:8081]10.0.0.27 - - [2025-12-04 04:21:46] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.33 - - [2025-12-04 04:21:46] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.33 - - [2025-12-04 04:21:46] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.23 - - [2025-12-04 04:22:16] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2025-12-04 04:22:16] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.27 - - [2025-12-04 04:23:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000445 [API:8081]10.0.0.27 - - [2025-12-04 04:23:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.118258 [API:8081]10.0.0.33 - - [2025-12-04 04:23:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.374141 [API:8081]10.0.0.33 - - [2025-12-04 04:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.33 - - [2025-12-04 04:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2025-12-04 04:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-04 04:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-12-04 04:23:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2025-12-04 04:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.33 - - [2025-12-04 04:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2025-12-04 04:23:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2025-12-04 04:23:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2025-12-04 04:23:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2025-12-04 04:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.27 - - [2025-12-04 04:23:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.27 - - [2025-12-04 04:23:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:2e6190b3-7589-4da4-a117-16eae9670168?flat HTTP/1.1" 200 5211 0.069482 [API:8081]10.0.0.27 - - [2025-12-04 04:23:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:2e6190b3-7589-4da4-a117-16eae9670168?flat HTTP/1.1" 200 5211 0.013915 [API:8081]10.0.0.27 - - [2025-12-04 04:23:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:2e6190b3-7589-4da4-a117-16eae9670168?flat HTTP/1.1" 200 5211 0.071767 [API:8081]10.0.0.27 - - [2025-12-04 04:23:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06924132:EVPN-VN1?flat HTTP/1.1" 200 7832 0.021378 [API:8081]10.0.0.27 - - [2025-12-04 04:23:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25599 0.026428 [API:8081]10.0.0.27 - - [2025-12-04 04:23:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13011 0.030934 [API:8081]10.0.0.27 - - [2025-12-04 04:23:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25599 0.025375 [API:8081]10.0.0.27 - - [2025-12-04 04:23:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 13011 0.025050 [API:8081]10.0.0.27 - - [2025-12-04 04:23:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010639 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc?flat HTTP/1.1" 200 5065 0.012549 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc?flat HTTP/1.1" 200 5065 0.014456 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc?flat HTTP/1.1" 200 5065 0.013751 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06924132:EVPN-VN1?flat HTTP/1.1" 200 7832 0.020683 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26210 0.017754 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26210 0.019537 [API:8081]10.0.0.27 - - [2025-12-04 04:23:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009132 [API:8081]10.0.0.33 - - [2025-12-04 04:24:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.097915 [API:8081]10.0.0.33 - - [2025-12-04 04:26:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.078724 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:2e6190b3-7589-4da4-a117-16eae9670168?flat HTTP/1.1" 200 5325 0.015484 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:2e6190b3-7589-4da4-a117-16eae9670168?flat HTTP/1.1" 200 5325 0.014872 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:2e6190b3-7589-4da4-a117-16eae9670168?flat HTTP/1.1" 200 5325 0.015853 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06924132:EVPN-VN1?flat HTTP/1.1" 200 8459 0.019363 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23718 0.023703 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12099 0.024630 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23718 0.023770 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12099 0.023885 [API:8081]10.0.0.27 - - [2025-12-04 04:26:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010214 [API:8081]10.0.0.27 - - [2025-12-04 04:26:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc?flat HTTP/1.1" 200 5312 0.016191 [API:8081]10.0.0.27 - - [2025-12-04 04:26:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc?flat HTTP/1.1" 200 5312 0.015281 [API:8081]10.0.0.27 - - [2025-12-04 04:26:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-06924132:7c9277d3-92fd-4d13-ad6e-3ee5ecd04fbc?flat HTTP/1.1" 200 5312 0.024629 [API:8081]10.0.0.27 - - [2025-12-04 04:26:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06924132:EVPN-VN1?flat HTTP/1.1" 200 9703 0.027498 [API:8081]10.0.0.27 - - [2025-12-04 04:26:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23273 0.021860 [API:8081]10.0.0.27 - - [2025-12-04 04:26:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23273 0.021202 [API:8081]10.0.0.27 - - [2025-12-04 04:26:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009049 [API:8081]10.0.0.33 - - [2025-12-04 04:27:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.077088 [API:8081]10.0.0.27 - - [2025-12-04 04:27:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32162 0.027462 [API:8081]10.0.0.27 - - [2025-12-04 04:27:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06924132:EVPN-VN1?flat HTTP/1.1" 200 8542 0.019250 [API:8081]10.0.0.27 - - [2025-12-04 04:27:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009301 [API:8081]10.0.0.27 - - [2025-12-04 04:27:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25290 0.022038 [API:8081]10.0.0.27 - - [2025-12-04 04:27:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12772 0.021806 [API:8081]10.0.0.27 - - [2025-12-04 04:27:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25290 0.025371 [API:8081]10.0.0.27 - - [2025-12-04 04:27:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12374 0.027064 [API:8081]10.0.0.27 - - [2025-12-04 04:27:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-06924132:EVPN-VN1?flat HTTP/1.1" 200 5990 0.023657 [API:8081]10.0.0.27 - - [2025-12-04 04:27:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.016622 [API:8081]10.0.0.33 - - [2025-12-04 04:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000457 [API:8081]10.0.0.33 - - [2025-12-04 04:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-12-04 04:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000433 [API:8081]10.0.0.23 - - [2025-12-04 04:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-04 04:28:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.23 - - [2025-12-04 04:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.33 - - [2025-12-04 04:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.33 - - [2025-12-04 04:28:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.27 - - [2025-12-04 04:28:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.27 - - [2025-12-04 04:28:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2025-12-04 04:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000472 [API:8081]10.0.0.27 - - [2025-12-04 04:28:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.33 - - [2025-12-04 04:29:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100305 [API:8081]10.0.0.27 - - [2025-12-04 04:30:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-31412184:ctest-TestRbac-31412184-25010223?flat HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.27 - - [2025-12-04 04:30:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-31412184:ctest-TestRbac-31412184-25010223?flat HTTP/1.1" 200 2078 0.548118 [API:8081]10.0.0.27 - - [2025-12-04 04:30:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.192562 [API:8081]10.0.0.27 - - [2025-12-04 04:30:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-31412184:ctest-TestRbac-31412184-25010223?flat HTTP/1.1" 401 205 0.000450 [API:8081]10.0.0.27 - - [2025-12-04 04:30:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-31412184:ctest-TestRbac-31412184-25010223?flat HTTP/1.1" 200 2078 0.302903 [API:8081]10.0.0.27 - - [2025-12-04 04:30:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.128816 [API:8081]10.0.0.33 - - [2025-12-04 04:30:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.226827 [API:8081]10.0.0.27 - - [2025-12-04 04:30:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-11048123:79b9776d-9b7a-42b6-bbb8-3d3761cd39ff?flat HTTP/1.1" 200 5318 0.069362 [API:8081]10.0.0.27 - - [2025-12-04 04:30:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-11048123:79b9776d-9b7a-42b6-bbb8-3d3761cd39ff?flat HTTP/1.1" 200 5318 0.072887 [API:8081]10.0.0.27 - - [2025-12-04 04:30:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-11048123:79b9776d-9b7a-42b6-bbb8-3d3761cd39ff?flat HTTP/1.1" 200 5318 0.066310 [API:8081]10.0.0.27 - - [2025-12-04 04:30:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-31412184:ctest-TestRbac-31412184-25010223?flat HTTP/1.1" 200 8370 0.066369 [API:8081]10.0.0.27 - - [2025-12-04 04:30:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.069324 [API:8081]10.0.0.27 - - [2025-12-04 04:30:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.177302 [API:8081]10.0.0.27 - - [2025-12-04 04:30:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2025-12-04 04:30:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.086335 [API:8081]10.0.0.27 - - [2025-12-04 04:30:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.048875 [API:8081]10.0.0.27 - - [2025-12-04 04:30:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.166879 [API:8081]10.0.0.27 - - [2025-12-04 04:30:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.087306 [API:8081]10.0.0.27 - - [2025-12-04 04:30:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.049511 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003411 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003604 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002879 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002903 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003821 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003458 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003120 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:30:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003976 [API:8081]10.0.0.27 - - [2025-12-04 04:30:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.095948 [API:8081]10.0.0.27 - - [2025-12-04 04:30:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.174076 [API:8081]10.0.0.27 - - [2025-12-04 04:30:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.027525 [API:8081]10.0.0.27 - - [2025-12-04 04:30:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.090536 [API:8081]10.0.0.27 - - [2025-12-04 04:30:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.038047 [API:8081]10.0.0.27 - - [2025-12-04 04:30:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.028022 [API:8081]10.0.0.27 - - [2025-12-04 04:30:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32554 0.027122 [API:8081]10.0.0.27 - - [2025-12-04 04:30:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32554 0.027165 [API:8081]10.0.0.27 - - [2025-12-04 04:30:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32554 0.027594 [API:8081]10.0.0.27 - - [2025-12-04 04:30:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32554 0.026106 [API:8081]10.0.0.27 - - [2025-12-04 04:31:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32554 0.047067 [API:8081]10.0.0.27 - - [2025-12-04 04:31:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-31412184:ctest-TestRbac-31412184-25010223?flat HTTP/1.1" 200 6496 0.015561 [API:8081]10.0.0.27 - - [2025-12-04 04:31:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012300 [API:8081]10.0.0.27 - - [2025-12-04 04:31:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2025-12-04 04:31:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 200 6761 0.116330 [API:8081]10.0.0.27 - - [2025-12-04 04:31:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 401 205 0.000292 --- 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-39516125'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-44989728' RBAC: ctest-TestRbacBasic-27055381 doesn't have read permission in project '692a529936b04cef8ecbe119cc64e4c8' 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-63747653', 'ctest-TestRbacBasic-63747653-47435786'], 'virtual_network', '6acfa31c-c24d-4640-b5f7-916ef3f167ca', "Permission Denied for ['ctest-TestRbacBasic-39516125'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-44989728' RBAC: ctest-TestRbacBasic-27055381 doesn't have read permission in project '692a529936b04cef8ecbe119cc64e4c8'"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 403 198 0.124662 [API:8081]10.0.0.27 - - [2025-12-04 04:31:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 401 205 0.000424 [API:8081]10.0.0.27 - - [2025-12-04 04:31:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 200 6761 0.081366 [API:8081]10.0.0.27 - - [2025-12-04 04:31:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.086319 [API:8081]10.0.0.27 - - [2025-12-04 04:31:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.080924 [API:8081]10.0.0.27 - - [2025-12-04 04:31:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.071226 --- 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-39516125'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-63747653' RBAC: ctest-TestRbacBasic-27055381 doesn't have read permission in project '7773b820593544a1bbf4486711cd2226' 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-63747653', 'ctest-TestRbacBasic-63747653-47435786'], 'virtual_network', '6acfa31c-c24d-4640-b5f7-916ef3f167ca', "Permission Denied for ['ctest-TestRbacBasic-39516125'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-63747653' RBAC: ctest-TestRbacBasic-27055381 doesn't have read permission in project '7773b820593544a1bbf4486711cd2226'"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 403 198 0.045183 --- 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-39516125'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-63747653' RBAC: ctest-TestRbacBasic-27055381 doesn't have read permission in project '7773b820593544a1bbf4486711cd2226' 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-63747653', 'ctest-TestRbacBasic-63747653-47435786'], 'virtual_network', '6acfa31c-c24d-4640-b5f7-916ef3f167ca', "Permission Denied for ['ctest-TestRbacBasic-39516125'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-63747653' RBAC: ctest-TestRbacBasic-27055381 doesn't have read permission in project '7773b820593544a1bbf4486711cd2226'"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 403 198 0.107691 [API:8081]10.0.0.27 - - [2025-12-04 04:31:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 200 6765 0.063682 [API:8081]10.0.0.27 - - [2025-12-04 04:31:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-63747653:ctest-TestRbacBasic-63747653-47435786?flat HTTP/1.1" 200 6765 0.012677 [API:8081]10.0.0.27 - - [2025-12-04 04:31:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.092549 [API:8081]10.0.0.27 - - [2025-12-04 04:31:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.051147 [API:8081]10.0.0.27 - - [2025-12-04 04:31:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.009526 [API:8081]10.0.0.27 - - [2025-12-04 04:31:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.008903 [API:8081]10.0.0.27 - - [2025-12-04 04:31:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 401 205 0.000282 --- 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-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524 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-34170524', 'ctest-TestRbacBasic-34170524-44058839'], 'virtual_network', 'b5aa5c6e-ee39-480c-917f-970698502331', "Permission Denied for ctest-TestRbacBasic-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 403 198 0.103755 [API:8081]10.0.0.27 - - [2025-12-04 04:31:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.077930 [API:8081]10.0.0.27 - - [2025-12-04 04:31:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 200 2116 0.062251 [API:8081]10.0.0.27 - - [2025-12-04 04:31:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.062972 --- 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-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524 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-34170524', 'ctest-TestRbacBasic-34170524-44058839'], 'virtual_network', 'b5aa5c6e-ee39-480c-917f-970698502331', "Permission Denied for ctest-TestRbacBasic-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 403 198 0.078198 --- 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-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524 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-34170524', 'ctest-TestRbacBasic-34170524-44058839'], 'virtual_network', 'b5aa5c6e-ee39-480c-917f-970698502331', "Permission Denied for ctest-TestRbacBasic-57742244 as ['ctest-TestRbacBasic-59350293'] to R virtual-network in ctest-TestRbacBasic-34170524"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 403 198 0.103575 [API:8081]10.0.0.27 - - [2025-12-04 04:31:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.072294 [API:8081]10.0.0.27 - - [2025-12-04 04:31:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 200 2116 0.063026 [API:8081]10.0.0.27 - - [2025-12-04 04:31:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.062915 [API:8081]10.0.0.27 - - [2025-12-04 04:31:46] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2025-12-04 04:31:46] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.27 - - [2025-12-04 04:31:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.33 - - [2025-12-04 04:31:46] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.33 - - [2025-12-04 04:31:46] "GET /analytics HTTP/1.1" 401 205 0.000264 --- 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-27055381 as ['ctest-TestRbacBasic-39516125'] to R virtual-network in ctest-TestRbacBasic-34170524 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-34170524', 'ctest-TestRbacBasic-34170524-44058839'], 'virtual_network', 'b5aa5c6e-ee39-480c-917f-970698502331', "Permission Denied for ctest-TestRbacBasic-27055381 as ['ctest-TestRbacBasic-39516125'] to R virtual-network in ctest-TestRbacBasic-34170524"),) [API:8081]10.0.0.27 - - [2025-12-04 04:31:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 403 198 0.115992 [API:8081]10.0.0.27 - - [2025-12-04 04:31:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.056248 [API:8081]10.0.0.27 - - [2025-12-04 04:31:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-44058839?flat HTTP/1.1" 200 2116 0.056600 [API:8081]10.0.0.27 - - [2025-12-04 04:31:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.052214 [API:8081]10.0.0.27 - - [2025-12-04 04:31:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.100598 [API:8081]10.0.0.27 - - [2025-12-04 04:31:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.010149 [API:8081]10.0.0.23 - - [2025-12-04 04:32:16] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-04 04:32:16] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.33 - - [2025-12-04 04:32:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071086 [API:8081]10.0.0.27 - - [2025-12-04 04:32:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-34170524:c7cd1c5c-71ed-43b3-a34e-2953292f926c?flat HTTP/1.1" 200 5392 0.067910 [API:8081]10.0.0.27 - - [2025-12-04 04:32:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-34170524:c7cd1c5c-71ed-43b3-a34e-2953292f926c?flat HTTP/1.1" 200 5392 0.068490 [API:8081]10.0.0.27 - - [2025-12-04 04:32:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-34170524:c7cd1c5c-71ed-43b3-a34e-2953292f926c?flat HTTP/1.1" 200 5392 0.062299 [API:8081]10.0.0.27 - - [2025-12-04 04:32:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-22609451?flat HTTP/1.1" 200 8782 0.068425 [API:8081]10.0.0.27 - - [2025-12-04 04:32:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.034901 [API:8081]10.0.0.27 - - [2025-12-04 04:32:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.096760 [API:8081]10.0.0.27 - - [2025-12-04 04:32:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.043041 [API:8081]10.0.0.27 - - [2025-12-04 04:32:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.031209 [API:8081]10.0.0.27 - - [2025-12-04 04:32:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.091749 [API:8081]10.0.0.27 - - [2025-12-04 04:32:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.037084 [API:8081]10.0.0.27 - - [2025-12-04 04:32:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.060065 [API:8081]10.0.0.27 - - [2025-12-04 04:32:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-22609451?flat HTTP/1.1" 200 8782 0.100735 [API:8081]10.0.0.27 - - [2025-12-04 04:32:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.057008 [API:8081]10.0.0.27 - - [2025-12-04 04:32:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.036290 [API:8081]10.0.0.27 - - [2025-12-04 04:32:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.109873 [API:8081]10.0.0.27 - - [2025-12-04 04:32:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.030808 [API:8081]10.0.0.27 - - [2025-12-04 04:32:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.026845 [API:8081]10.0.0.27 - - [2025-12-04 04:32:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.027241 [API:8081]10.0.0.27 - - [2025-12-04 04:32:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32557 0.027096 [API:8081]10.0.0.27 - - [2025-12-04 04:32:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.027159 [API:8081]10.0.0.27 - - [2025-12-04 04:32:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.025898 [API:8081]10.0.0.27 - - [2025-12-04 04:32:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.046685 [API:8081]10.0.0.27 - - [2025-12-04 04:32:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.034035 [API:8081]10.0.0.27 - - [2025-12-04 04:33:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32561 0.027715 [API:8081]10.0.0.27 - - [2025-12-04 04:33:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-34170524:ctest-TestRbacBasic-34170524-22609451?flat HTTP/1.1" 200 6880 0.014998 [API:8081]10.0.0.27 - - [2025-12-04 04:33:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010381 [Introspect:8090]10.0.0.27 - - [2025-12-04 04:33:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001344 [API:8081]10.0.0.27 - - [2025-12-04 04:33:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2025-12-04 04:33:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.068928 [API:8081]10.0.0.33 - - [2025-12-04 04:33:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.119243 [API:8081]10.0.0.33 - - [2025-12-04 04:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.33 - - [2025-12-04 04:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2025-12-04 04:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-04 04:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.23 - - [2025-12-04 04:33:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-04 04:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.33 - - [2025-12-04 04:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.33 - - [2025-12-04 04:33:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2025-12-04 04:33:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.27 - - [2025-12-04 04:33:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2025-12-04 04:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2025-12-04 04:33:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.33 - - [2025-12-04 04:35:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078624 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:fd79ee3a-440b-4f0e-9d98-a0cf71204483?flat HTTP/1.1" 200 5381 0.015469 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:fd79ee3a-440b-4f0e-9d98-a0cf71204483?flat HTTP/1.1" 200 5381 0.083275 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:fd79ee3a-440b-4f0e-9d98-a0cf71204483?flat HTTP/1.1" 200 5381 0.095940 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59276804:ctest-vn1-85689632?flat HTTP/1.1" 200 9546 0.023945 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.026111 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12966 0.028023 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.024976 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12966 0.023231 [API:8081]10.0.0.27 - - [2025-12-04 04:35:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014086 [API:8081]10.0.0.27 - - [2025-12-04 04:36:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:ce778109-bb79-4211-9334-2ebebd31db6a?flat HTTP/1.1" 200 5366 0.015395 [API:8081]10.0.0.27 - - [2025-12-04 04:36:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:ce778109-bb79-4211-9334-2ebebd31db6a?flat HTTP/1.1" 200 5366 0.017082 [API:8081]10.0.0.27 - - [2025-12-04 04:36:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:ce778109-bb79-4211-9334-2ebebd31db6a?flat HTTP/1.1" 200 5366 0.015783 [API:8081]10.0.0.27 - - [2025-12-04 04:36:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59276804:ctest-vn1-85689632?flat HTTP/1.1" 200 9435 0.024324 [API:8081]10.0.0.27 - - [2025-12-04 04:36:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.026568 [API:8081]10.0.0.27 - - [2025-12-04 04:36:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.027518 [API:8081]10.0.0.27 - - [2025-12-04 04:36:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011554 [API:8081]10.0.0.27 - - [2025-12-04 04:36:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.028206 [API:8081]10.0.0.27 - - [2025-12-04 04:36:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.027365 [API:8081]10.0.0.27 - - [2025-12-04 04:36:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.027196 [API:8081]10.0.0.27 - - [2025-12-04 04:36:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.030765 [API:8081]10.0.0.33 - - [2025-12-04 04:36:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.081839 [API:8081]10.0.0.27 - - [2025-12-04 04:36:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.027588 [API:8081]10.0.0.27 - - [2025-12-04 04:36:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.026011 [API:8081]10.0.0.27 - - [2025-12-04 04:36:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.025515 [API:8081]10.0.0.27 - - [2025-12-04 04:36:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32564 0.038757 [API:8081]10.0.0.27 - - [2025-12-04 04:36:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59276804:ctest-vn1-85689632?flat HTTP/1.1" 200 7752 0.020287 [API:8081]10.0.0.27 - - [2025-12-04 04:36:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009408 [API:8081]10.0.0.27 - - [2025-12-04 04:36:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.023669 [API:8081]10.0.0.27 - - [2025-12-04 04:36:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12969 0.021842 [API:8081]10.0.0.27 - - [2025-12-04 04:36:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.026733 [API:8081]10.0.0.27 - - [2025-12-04 04:36:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12969 0.024205 [API:8081]10.0.0.27 - - [2025-12-04 04:36:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.025867 [API:8081]10.0.0.27 - - [2025-12-04 04:36:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12969 0.025681 [API:8081]10.0.0.27 - - [2025-12-04 04:36:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.032168 [API:8081]10.0.0.27 - - [2025-12-04 04:36:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12969 0.024486 [API:8081]10.0.0.27 - - [2025-12-04 04:36:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.023544 [API:8081]10.0.0.27 - - [2025-12-04 04:36:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12969 0.027135 [API:8081]10.0.0.27 - - [2025-12-04 04:36:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.068845 [API:8081]10.0.0.27 - - [2025-12-04 04:36:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12969 0.022096 [API:8081]10.0.0.27 - - [2025-12-04 04:36:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25340 0.023569 [API:8081]10.0.0.27 - - [2025-12-04 04:36:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 12579 0.021668 [API:8081]10.0.0.27 - - [2025-12-04 04:36:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59276804:ctest-vn1-85689632?flat HTTP/1.1" 200 6230 0.014411 [API:8081]10.0.0.27 - - [2025-12-04 04:36:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009692 [API:8081]10.0.0.27 - - [2025-12-04 04:36:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.009888 [API:8081]10.0.0.27 - - [2025-12-04 04:37:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.013144 [API:8081]10.0.0.33 - - [2025-12-04 04:38:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072250 [API:8081]10.0.0.33 - - [2025-12-04 04:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.33 - - [2025-12-04 04:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-04 04:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-12-04 04:38:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-12-04 04:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2025-12-04 04:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000452 [API:8081]10.0.0.33 - - [2025-12-04 04:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.33 - - [2025-12-04 04:38:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.27 - - [2025-12-04 04:38:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.27 - - [2025-12-04 04:38:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.27 - - [2025-12-04 04:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2025-12-04 04:38:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.33 - - [2025-12-04 04:39:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.919727 [Introspect:8090]10.0.0.27 - - [2025-12-04 04:40:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001397 [API:8081]10.0.0.27 - - [2025-12-04 04:40:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 11949 0.446354 [API:8081]10.0.0.27 - - [2025-12-04 04:40:01] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-1?flat HTTP/1.1" 200 6059 0.405755 [API:8081]10.0.0.27 - - [2025-12-04 04:40:01] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-2?flat HTTP/1.1" 200 6056 0.074287 [API:8081]10.0.0.27 - - [2025-12-04 04:40:02] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4840-3?flat HTTP/1.1" 200 3949 0.015140 [API:8081]10.0.0.27 - - [2025-12-04 04:40:02] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?flat HTTP/1.1" 200 6131 0.017632 [API:8081]10.0.0.27 - - [2025-12-04 04:40:02] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?flat HTTP/1.1" 200 6693 0.021306 [API:8081]10.0.0.27 - - [2025-12-04 04:40:02] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?flat HTTP/1.1" 200 7050 0.017899 [API:8081]10.0.0.27 - - [2025-12-04 04:40:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.011005 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002914 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004112 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003596 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002872 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003436 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003237 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003119 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:40:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003578 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:31b8a888-7f09-4503-abb4-3199dbf710df?flat HTTP/1.1" 200 5245 0.013135 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:31b8a888-7f09-4503-abb4-3199dbf710df?flat HTTP/1.1" 200 5245 0.013915 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:31b8a888-7f09-4503-abb4-3199dbf710df?flat HTTP/1.1" 200 5245 0.015236 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59276804:ctest-vn1-98715626?flat HTTP/1.1" 200 7100 0.019889 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32266 0.025647 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32266 0.026419 [API:8081]10.0.0.27 - - [2025-12-04 04:40:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009245 [API:8081]10.0.0.33 - - [2025-12-04 04:41:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072568 [API:8081]10.0.0.27 - - [2025-12-04 04:41:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:9992f858-af7f-4108-89e9-51984b976907?flat HTTP/1.1" 200 5243 0.013987 [API:8081]10.0.0.27 - - [2025-12-04 04:41:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:9992f858-af7f-4108-89e9-51984b976907?flat HTTP/1.1" 200 5243 0.014230 [API:8081]10.0.0.27 - - [2025-12-04 04:41:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-59276804:9992f858-af7f-4108-89e9-51984b976907?flat HTTP/1.1" 200 5243 0.016772 [API:8081]10.0.0.27 - - [2025-12-04 04:41:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59276804:ctest-vn2-45641536?flat HTTP/1.1" 200 7139 0.017009 [API:8081]10.0.0.27 - - [2025-12-04 04:41:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32537 0.026972 [API:8081]10.0.0.27 - - [2025-12-04 04:41:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32537 0.024981 [API:8081]10.0.0.27 - - [2025-12-04 04:41:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009776 [API:8081]10.0.0.27 - - [2025-12-04 04:41:46] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2025-12-04 04:41:46] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.33 - - [2025-12-04 04:41:46] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.33 - - [2025-12-04 04:41:46] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.23 - - [2025-12-04 04:42:16] "GET /analytics HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.23 - - [2025-12-04 04:42:16] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2025-12-04 04:42:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.066740 [API:8081]10.0.0.27 - - [2025-12-04 04:42:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.032879 [API:8081]10.0.0.27 - - [2025-12-04 04:42:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.092236 [API:8081]10.0.0.27 - - [2025-12-04 04:43:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.029750 [API:8081]10.0.0.27 - - [2025-12-04 04:43:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.028176 [API:8081]10.0.0.27 - - [2025-12-04 04:43:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.027166 [API:8081]10.0.0.27 - - [2025-12-04 04:43:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.035240 [API:8081]10.0.0.27 - - [2025-12-04 04:43:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.029062 [API:8081]10.0.0.27 - - [2025-12-04 04:43:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.026541 [API:8081]10.0.0.27 - - [2025-12-04 04:43:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32552 0.025673 [API:8081]10.0.0.27 - - [2025-12-04 04:43:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32554 0.043862 [API:8081]10.0.0.27 - - [2025-12-04 04:43:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59276804:ctest-vn2-45641536?flat HTTP/1.1" 200 7847 0.021447 [API:8081]10.0.0.27 - - [2025-12-04 04:43:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010607 [API:8081]10.0.0.27 - - [2025-12-04 04:43:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32284 0.032578 [API:8081]10.0.0.27 - - [2025-12-04 04:43:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32284 0.023758 [API:8081]10.0.0.27 - - [2025-12-04 04:43:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32284 0.025410 [API:8081]10.0.0.27 - - [2025-12-04 04:43:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32284 0.032240 [API:8081]10.0.0.27 - - [2025-12-04 04:43:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32284 0.027141 [API:8081]10.0.0.33 - - [2025-12-04 04:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.33 - - [2025-12-04 04:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2025-12-04 04:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-04 04:43:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.23 - - [2025-12-04 04:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-12-04 04:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.33 - - [2025-12-04 04:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2025-12-04 04:43:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2025-12-04 04:43:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.27 - - [2025-12-04 04:43:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2025-12-04 04:43:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32284 0.026121 [API:8081]10.0.0.27 - - [2025-12-04 04:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2025-12-04 04:43:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2025-12-04 04:43:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32285 0.024745 [API:8081]10.0.0.27 - - [2025-12-04 04:43:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-59276804:ctest-vn1-98715626?flat HTTP/1.1" 200 7909 0.015950 [API:8081]10.0.0.27 - - [2025-12-04 04:43:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009935 [API:8081]10.0.0.33 - - [2025-12-04 04:44:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083059 [API:8081]10.0.0.27 - - [2025-12-04 04:44:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73998817:12b22a8c-2575-479e-b143-55affa488d6c?flat HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.27 - - [2025-12-04 04:44:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73998817:12b22a8c-2575-479e-b143-55affa488d6c?flat HTTP/1.1" 200 5234 0.072281 [API:8081]10.0.0.27 - - [2025-12-04 04:44:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73998817:12b22a8c-2575-479e-b143-55affa488d6c?flat HTTP/1.1" 200 5234 0.071572 [API:8081]10.0.0.27 - - [2025-12-04 04:44:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73998817:12b22a8c-2575-479e-b143-55affa488d6c?flat HTTP/1.1" 200 5234 0.093296 [API:8081]10.0.0.27 - - [2025-12-04 04:44:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-73998817:ctest-vn-02258413?flat HTTP/1.1" 200 3997 0.021274 [API:8081]10.0.0.27 - - [2025-12-04 04:44:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32304 0.034046 [API:8081]10.0.0.27 - - [2025-12-04 04:44:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32304 0.025097 [API:8081]10.0.0.27 - - [2025-12-04 04:44:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010381 [API:8081]10.0.0.27 - - [2025-12-04 04:44:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73998817:cc5d5911-34fe-4a80-950b-d3b32d205518?flat HTTP/1.1" 200 5241 0.073375 [API:8081]10.0.0.27 - - [2025-12-04 04:44:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73998817:cc5d5911-34fe-4a80-950b-d3b32d205518?flat HTTP/1.1" 200 5241 0.016318 [API:8081]10.0.0.27 - - [2025-12-04 04:44:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-73998817:cc5d5911-34fe-4a80-950b-d3b32d205518?flat HTTP/1.1" 200 5241 0.014357 [API:8081]10.0.0.27 - - [2025-12-04 04:44:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-73998817:ctest-vn-07855335?flat HTTP/1.1" 200 4003 0.016975 [API:8081]10.0.0.27 - - [2025-12-04 04:44:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.025921 [API:8081]10.0.0.27 - - [2025-12-04 04:44:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.049262 [API:8081]10.0.0.27 - - [2025-12-04 04:44:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008648 [API:8081]10.0.0.27 - - [2025-12-04 04:45:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.029406 [API:8081]10.0.0.27 - - [2025-12-04 04:45:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32572 0.031925 [API:8081]10.0.0.27 - - [2025-12-04 04:45:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32573 0.029736 [API:8081]10.0.0.27 - - [2025-12-04 04:45:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-73998817:ctest-vn-07855335?flat HTTP/1.1" 200 6186 0.016777 [API:8081]10.0.0.27 - - [2025-12-04 04:45:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010344 [API:8081]10.0.0.27 - - [2025-12-04 04:45:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.033748 [API:8081]10.0.0.27 - - [2025-12-04 04:45:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.024845 [API:8081]10.0.0.27 - - [2025-12-04 04:45:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.025981 [API:8081]10.0.0.33 - - [2025-12-04 04:45:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.074653 [API:8081]10.0.0.27 - - [2025-12-04 04:45:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.025999 [API:8081]10.0.0.27 - - [2025-12-04 04:45:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.039488 [API:8081]10.0.0.27 - - [2025-12-04 04:45:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32309 0.026662 [API:8081]10.0.0.27 - - [2025-12-04 04:45:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4840-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32310 0.026387 [API:8081]10.0.0.27 - - [2025-12-04 04:45:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-73998817:ctest-vn-02258413?flat HTTP/1.1" 200 6180 0.014764 [API:8081]10.0.0.27 - - [2025-12-04 04:45:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008549 [API:8081]10.0.0.27 - - [2025-12-04 04:45:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2025-12-04 04:45:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.079422 [API:8081]10.0.0.27 - - [2025-12-04 04:45:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.080403 [API:8081]10.0.0.33 - - [2025-12-04 04:47:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073984 [API:8081]10.0.0.33 - - [2025-12-04 04:48:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.078820 [API:8081]10.0.0.33 - - [2025-12-04 04:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.33 - - [2025-12-04 04:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-12-04 04:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-04 04:48:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000662 [API:8081]10.0.0.23 - - [2025-12-04 04:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-12-04 04:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.33 - - [2025-12-04 04:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.33 - - [2025-12-04 04:48:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.27 - - [2025-12-04 04:48:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2025-12-04 04:48:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2025-12-04 04:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-12-04 04:48:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.33 - - [2025-12-04 04:50:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083028 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003647 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003538 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003223 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003447 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004587 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003857 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003003 [LOCAL API:8181]127.0.0.1 - - [2025-12-04 04:50:36] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4840-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002606 [API:8081]10.0.0.33 - - [2025-12-04 04:51:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.090382 [API:8081]10.0.0.27 - - [2025-12-04 04:51:46] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2025-12-04 04:51:46] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.33 - - [2025-12-04 04:51:46] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.33 - - [2025-12-04 04:51:46] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.27 - - [2025-12-04 04:52:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.27 - - [2025-12-04 04:52:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.090341 [API:8081]10.0.0.23 - - [2025-12-04 04:52:16] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.23 - - [2025-12-04 04:52:16] "GET /analytics HTTP/1.1" 401 205 0.000120 [API:8081]10.0.0.33 - - [2025-12-04 04:53:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089162 [API:8081]10.0.0.33 - - [2025-12-04 04:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000411 [API:8081]10.0.0.33 - - [2025-12-04 04:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.23 - - [2025-12-04 04:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.23 - - [2025-12-04 04:53:37] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-04 04:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.23 - - [2025-12-04 04:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2025-12-04 04:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2025-12-04 04:53:38] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2025-12-04 04:53:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2025-12-04 04:53:39] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2025-12-04 04:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2025-12-04 04:53:40] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2025-12-04 04:54:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.078164 [API:8081]10.0.0.33 - - [2025-12-04 04:56:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080510 [API:8081]10.0.0.33 - - [2025-12-04 04:57:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.088795 [Introspect:8090]10.0.0.27 - - [2025-12-04 04:58:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001468