++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Dec 22 02:05:53 AM UTC 2025 ===================' INFO: =================== Mon Dec 22 02:05:53 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.23 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ 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.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.23:8081 10.0.0.22:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.23:8081 10.0.0.22:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.23:8081 10.0.0.22:8081 10.0.0.65:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.23:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.23:8086 10.0.0.22:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.23:8086 10.0.0.22:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.23:8086 10.0.0.22:8086 10.0.0.65:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.23:8082 10.0.0.22:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.23:8082 10.0.0.22:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.23:8082 10.0.0.22:8082 10.0.0.65:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.23:9161 10.0.0.22:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.23:9161 10.0.0.22:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.23:9161 10.0.0.22:9161 10.0.0.65:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.23:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.192,10.20.0.14,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.192,10.20.0.14,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.23:2181,10.0.0.22:2181,10.0.0.65:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.23:2181 10.0.0.22:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.23:5673,10.0.0.22:5673,10.0.0.65:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.23:6379 10.0.0.22:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.23:6379 10.0.0.22:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.23:6379 10.0.0.22:6379 10.0.0.65:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.23:9092 10.0.0.22:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.23:9092 10.0.0.22:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.23:9092 10.0.0.22:9092 10.0.0.65:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.23 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.23,10.0.0.22,10.0.0.65 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ cut -d , -f 1 ++ echo 10.0.0.23,10.0.0.22,10.0.0.65 + local cassandra=10.0.0.23 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.23 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.23,10.0.0.22,10.0.0.65 +++ local servers=10.0.0.23,10.0.0.22,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ tr '\n' , ++++ sort ++++ uniq +++ local local_ips=,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.23'\''))' +++ local server_ip=10.0.0.23 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.23 ]] +++ [[ ,10.0.0.23,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.23, ]] +++ echo 10.0.0.23 1 +++ return ++ local ip=10.0.0.23 ++ [[ -z 10.0.0.23 ]] ++ echo 10.0.0.23 + host_ip=10.0.0.23 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ set ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ sort + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py: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/22/2025 02:06:01.724 7fa4588f8a00 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/22/2025 02:06:01.916 7fa4588f8a00 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 12/22/2025 02:06:01.933 7fa4588f8a00 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/22/2025 02:06:01.933 7fa4588f8a00 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.23:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.23 - - [2025-12-22 02:06:37] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2025-12-22 02:06:37] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.22 - - [2025-12-22 02:06:37] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.22 - - [2025-12-22 02:06:37] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.65 - - [2025-12-22 02:06:38] "GET /analytics HTTP/1.1" 401 205 0.000435 [API:8081]10.0.0.65 - - [2025-12-22 02:06:38] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.23 - - [2025-12-22 02:07:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.371942 [API:8081]10.0.0.23 - - [2025-12-22 02:07:08] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-22 02:07:08] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.22 - - [2025-12-22 02:07:08] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.22 - - [2025-12-22 02:07:08] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.65 - - [2025-12-22 02:07:09] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.65 - - [2025-12-22 02:07:09] "GET /analytics HTTP/1.1" 401 205 0.000123 [API:8081]10.0.0.23 - - [2025-12-22 02:07:38] "GET /analytics HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.23 - - [2025-12-22 02:07:38] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.22 - - [2025-12-22 02:07:38] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-12-22 02:07:38] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.23 - - [2025-12-22 02:08:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.394063 [API:8081]10.0.0.65 - - [2025-12-22 02:09:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.65 - - [2025-12-22 02:09:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.22 - - [2025-12-22 02:09:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-12-22 02:09:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000377 [API:8081]10.0.0.22 - - [2025-12-22 02:09:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.22 - - [2025-12-22 02:09:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2025-12-22 02:09:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000648 [API:8081]10.0.0.65 - - [2025-12-22 02:09:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2025-12-22 02:09:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-22 02:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-22 02:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.23 - - [2025-12-22 02:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [Introspect:8090]10.0.0.23 - - [2025-12-22 02:09:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001109 [Introspect:8090]10.0.0.23 - - [2025-12-22 02:09:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001050 [API:8081]10.0.0.23 - - [2025-12-22 02:10:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.389997 [API:8081]10.0.0.23 - - [2025-12-22 02:11:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.134472 [Introspect:8090]10.0.0.23 - - [2025-12-22 02:11:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000960 [Introspect:8090]10.0.0.23 - - [2025-12-22 02:11:16] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000521 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1:Control:contrail-control:0?flat HTTP/1.1" 200 35561 0.065830 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.059717 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2:Control:contrail-control:0?flat HTTP/1.1" 200 37999 0.064160 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.025227 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3:Control:contrail-control:0?flat HTTP/1.1" 200 38615 0.031455 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.014560 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.018199 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20781 0.067902 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3709 0.012228 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3375 0.019588 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009781 [API:8081]10.0.0.23 - - [2025-12-22 02:11:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4626 0.012005 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.014807 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.017478 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010809 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012626 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011664 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011945 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014098 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012566 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015574 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014193 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012141 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011203 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.019463 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015440 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.016212 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018393 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.014924 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017504 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.017744 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20782 0.021128 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20486 0.021070 [API:8081]10.0.0.23 - - [2025-12-22 02:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20782 0.017589 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.020736 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.011787 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20782 0.020057 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.012608 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.014604 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.016576 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011496 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.014165 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.020372 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012477 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.015717 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.016084 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011154 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018018 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.023255 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.022964 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.017554 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.021608 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.015512 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4626 0.025486 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.012671 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.010973 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1:Control:contrail-control:0?flat HTTP/1.1" 200 36165 0.031856 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013616 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16848 0.016671 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2:Control:contrail-control:0?flat HTTP/1.1" 200 38001 0.027328 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.014495 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16848 0.020423 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3:Control:contrail-control:0?flat HTTP/1.1" 200 38618 0.023672 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012532 [API:8081]10.0.0.23 - - [2025-12-22 02:11:19] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4918-3:Control:contrail-dns:0?flat HTTP/1.1" 200 14099 0.014143 [API:8081]10.0.0.23 - - [2025-12-22 02:11:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4918-1?flat HTTP/1.1" 200 12055 0.019041 [API:8081]10.0.0.23 - - [2025-12-22 02:11:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?flat HTTP/1.1" 200 14656 0.033959 [API:8081]10.0.0.23 - - [2025-12-22 02:11:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?flat HTTP/1.1" 200 14420 0.025352 [API:8081]10.0.0.23 - - [2025-12-22 02:11:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?flat HTTP/1.1" 200 18283 0.039257 [API:8081]10.0.0.23 - - [2025-12-22 02:11:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?flat HTTP/1.1" 200 14656 0.022247 [API:8081]10.0.0.23 - - [2025-12-22 02:11:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?flat HTTP/1.1" 200 14420 0.044616 [API:8081]10.0.0.23 - - [2025-12-22 02:11:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?flat HTTP/1.1" 200 18283 0.032905 [API:8081]10.0.0.23 - - [2025-12-22 02:11:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?flat HTTP/1.1" 200 14656 0.031178 [API:8081]10.0.0.23 - - [2025-12-22 02:11:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?flat HTTP/1.1" 200 14420 0.021834 [API:8081]10.0.0.23 - - [2025-12-22 02:11:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?flat HTTP/1.1" 200 18283 0.028454 [API:8081]10.0.0.23 - - [2025-12-22 02:11:22] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?flat HTTP/1.1" 200 14656 0.027765 [API:8081]10.0.0.23 - - [2025-12-22 02:11:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?flat HTTP/1.1" 200 14420 0.022063 [API:8081]10.0.0.23 - - [2025-12-22 02:11:23] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?flat HTTP/1.1" 200 18283 0.028407 [API:8081]10.0.0.23 - - [2025-12-22 02:11:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4918-1?flat HTTP/1.1" 200 7998 0.015353 [API:8081]10.0.0.23 - - [2025-12-22 02:11:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4918-2?flat HTTP/1.1" 200 7993 0.027899 [API:8081]10.0.0.23 - - [2025-12-22 02:11:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4918-3?flat HTTP/1.1" 200 8000 0.016584 [API:8081]10.0.0.23 - - [2025-12-22 02:11:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2025-12-22 02:11:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.058424 [API:8081]10.0.0.23 - - [2025-12-22 02:11:46] "POST /analytics/query HTTP/1.1" 200 54746 1.075813 [API:8081]10.0.0.23 - - [2025-12-22 02:11:47] "POST /analytics/query HTTP/1.1" 200 5869 1.075299 [API:8081]10.0.0.23 - - [2025-12-22 02:11:48] "POST /analytics/query HTTP/1.1" 200 871 1.019152 [API:8081]10.0.0.23 - - [2025-12-22 02:11:49] "POST /analytics/query HTTP/1.1" 200 6784 1.029887 [API:8081]10.0.0.23 - - [2025-12-22 02:11:50] "POST /analytics/query HTTP/1.1" 200 871 1.018209 [API:8081]10.0.0.23 - - [2025-12-22 02:12:01] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000855 [API:8081]10.0.0.23 - - [2025-12-22 02:13:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074310 [API:8081]10.0.0.65 - - [2025-12-22 02:14:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.65 - - [2025-12-22 02:14:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2025-12-22 02:14:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.22 - - [2025-12-22 02:14:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.22 - - [2025-12-22 02:14:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.22 - - [2025-12-22 02:14:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-22 02:14:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.145252 [API:8081]10.0.0.65 - - [2025-12-22 02:14:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2025-12-22 02:14:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-12-22 02:14:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-12-22 02:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.23 - - [2025-12-22 02:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2025-12-22 02:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-22 02:15:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-22 02:15:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.061695 [API:8081]10.0.0.23 - - [2025-12-22 02:15:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.052647 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:16:02] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005042 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003958 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003075 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003075 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:16:02] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005141 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003846 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002451 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002580 [API:8081]10.0.0.23 - - [2025-12-22 02:16:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.149897 [API:8081]10.0.0.65 - - [2025-12-22 02:17:09] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2025-12-22 02:17:09] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.23 - - [2025-12-22 02:17:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.063676 [API:8081]10.0.0.23 - - [2025-12-22 02:17:38] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-12-22 02:17:38] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.22 - - [2025-12-22 02:17:38] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.22 - - [2025-12-22 02:17:38] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.65 - - [2025-12-22 02:19:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.65 - - [2025-12-22 02:19:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.22 - - [2025-12-22 02:19:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.22 - - [2025-12-22 02:19:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-12-22 02:19:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2025-12-22 02:19:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2025-12-22 02:19:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.65 - - [2025-12-22 02:19:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-12-22 02:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-22 02:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-22 02:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-12-22 02:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-22 02:19:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.092646 [API:8081]10.0.0.23 - - [2025-12-22 02:20:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.058562 [API:8081]10.0.0.23 - - [2025-12-22 02:21:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2025-12-22 02:21:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.059684 [API:8081]10.0.0.23 - - [2025-12-22 02:21:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.060162 [API:8081]10.0.0.23 - - [2025-12-22 02:22:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053203 [API:8081]10.0.0.23 - - [2025-12-22 02:23:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.057132 [API:8081]10.0.0.23 - - [2025-12-22 02:23:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.009205 [API:8081]10.0.0.23 - - [2025-12-22 02:23:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.071115 [API:8081]10.0.0.23 - - [2025-12-22 02:23:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.009651 [API:8081]10.0.0.23 - - [2025-12-22 02:23:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.009958 [API:8081]10.0.0.65 - - [2025-12-22 02:24:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.65 - - [2025-12-22 02:24:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-12-22 02:24:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.22 - - [2025-12-22 02:24:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.22 - - [2025-12-22 02:24:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-12-22 02:24:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.65 - - [2025-12-22 02:24:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.65 - - [2025-12-22 02:24:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-22 02:24:09] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-22 02:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-22 02:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2025-12-22 02:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-22 02:25:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062178 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:26:02] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003144 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002780 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002441 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003339 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:26:02] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002903 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002441 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002881 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002752 [API:8081]10.0.0.23 - - [2025-12-22 02:26:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.084220 [API:8081]10.0.0.23 - - [2025-12-22 02:27:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25180 0.063831 [API:8081]10.0.0.65 - - [2025-12-22 02:27:09] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2025-12-22 02:27:09] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.23 - - [2025-12-22 02:27:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25180 0.024127 [API:8081]10.0.0.23 - - [2025-12-22 02:27:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.123870 [API:8081]10.0.0.23 - - [2025-12-22 02:27:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.021536 [API:8081]10.0.0.23 - - [2025-12-22 02:27:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25183 0.016126 [API:8081]10.0.0.23 - - [2025-12-22 02:27:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-09495670:ctest-vnet1-13074651?flat HTTP/1.1" 200 8246 0.012165 [API:8081]10.0.0.23 - - [2025-12-22 02:27:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009278 [API:8081]10.0.0.23 - - [2025-12-22 02:27:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.016742 [API:8081]10.0.0.23 - - [2025-12-22 02:27:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.029061 [API:8081]10.0.0.23 - - [2025-12-22 02:27:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.022838 [API:8081]10.0.0.23 - - [2025-12-22 02:27:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.017717 [API:8081]10.0.0.23 - - [2025-12-22 02:27:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.016906 [API:8081]10.0.0.23 - - [2025-12-22 02:27:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.019406 [API:8081]10.0.0.23 - - [2025-12-22 02:27:38] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2025-12-22 02:27:38] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.22 - - [2025-12-22 02:27:38] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.22 - - [2025-12-22 02:27:38] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.23 - - [2025-12-22 02:27:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.020432 [API:8081]10.0.0.23 - - [2025-12-22 02:27:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.029534 [API:8081]10.0.0.23 - - [2025-12-22 02:27:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.033119 [API:8081]10.0.0.23 - - [2025-12-22 02:27:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.031472 [API:8081]10.0.0.23 - - [2025-12-22 02:27:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-09495670:ctest-vnet0-81401969?flat HTTP/1.1" 200 8245 0.014392 [API:8081]10.0.0.23 - - [2025-12-22 02:27:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010702 [API:8081]10.0.0.23 - - [2025-12-22 02:28:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.007687 [API:8081]10.0.0.23 - - [2025-12-22 02:28:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.100901 [API:8081]10.0.0.65 - - [2025-12-22 02:29:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.65 - - [2025-12-22 02:29:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2025-12-22 02:29:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2025-12-22 02:29:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-12-22 02:29:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-12-22 02:29:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2025-12-22 02:29:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2025-12-22 02:29:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2025-12-22 02:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.23 - - [2025-12-22 02:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2025-12-22 02:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-22 02:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-22 02:29:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.072414 [API:8081]10.0.0.23 - - [2025-12-22 02:30:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.23 - - [2025-12-22 02:30:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.059320 [API:8081]10.0.0.23 - - [2025-12-22 02:31:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066706 [API:8081]10.0.0.23 - - [2025-12-22 02:31:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.074963 [API:8081]10.0.0.23 - - [2025-12-22 02:31:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016090 [API:8081]10.0.0.23 - - [2025-12-22 02:31:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.072770 [API:8081]10.0.0.23 - - [2025-12-22 02:31:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020730 [API:8081]10.0.0.23 - - [2025-12-22 02:31:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017042 [API:8081]10.0.0.23 - - [2025-12-22 02:31:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.034765 [API:8081]10.0.0.23 - - [2025-12-22 02:31:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-89086697:ctest-vnet0-55247053?flat HTTP/1.1" 200 7196 0.013574 [API:8081]10.0.0.23 - - [2025-12-22 02:31:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008344 [API:8081]10.0.0.23 - - [2025-12-22 02:32:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-12-22 02:32:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.059522 [API:8081]10.0.0.23 - - [2025-12-22 02:32:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-22 02:32:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.055855 [API:8081]10.0.0.23 - - [2025-12-22 02:32:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.061012 [API:8081]10.0.0.23 - - [2025-12-22 02:32:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.058005 [API:8081]10.0.0.23 - - [2025-12-22 02:32:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.148304 [API:8081]10.0.0.23 - - [2025-12-22 02:33:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-78008253:927ddf5c-d191-40a5-96d0-c24e65681ff4?flat HTTP/1.1" 200 5240 0.013057 [API:8081]10.0.0.23 - - [2025-12-22 02:33:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-78008253:927ddf5c-d191-40a5-96d0-c24e65681ff4?flat HTTP/1.1" 200 5240 0.014134 [API:8081]10.0.0.23 - - [2025-12-22 02:33:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-78008253:927ddf5c-d191-40a5-96d0-c24e65681ff4?flat HTTP/1.1" 200 5240 0.013478 [API:8081]10.0.0.23 - - [2025-12-22 02:33:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-78008253:ctest-VN1-81740365?flat HTTP/1.1" 200 8566 0.013333 [API:8081]10.0.0.23 - - [2025-12-22 02:33:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.016065 [API:8081]10.0.0.23 - - [2025-12-22 02:33:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.029318 [API:8081]10.0.0.23 - - [2025-12-22 02:33:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008356 [API:8081]10.0.0.23 - - [2025-12-22 02:33:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-78008253:c1c99205-5026-4609-a2f4-219b2d8cf9be?flat HTTP/1.1" 200 5099 0.012785 [API:8081]10.0.0.23 - - [2025-12-22 02:33:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-78008253:c1c99205-5026-4609-a2f4-219b2d8cf9be?flat HTTP/1.1" 200 5099 0.015548 [API:8081]10.0.0.23 - - [2025-12-22 02:33:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-78008253:c1c99205-5026-4609-a2f4-219b2d8cf9be?flat HTTP/1.1" 200 5099 0.013588 [API:8081]10.0.0.23 - - [2025-12-22 02:33:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-78008253:ctest-VN2-44792542?flat HTTP/1.1" 200 7857 0.013613 [API:8081]10.0.0.23 - - [2025-12-22 02:33:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25199 0.019798 [API:8081]10.0.0.23 - - [2025-12-22 02:33:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25199 0.017013 [API:8081]10.0.0.23 - - [2025-12-22 02:33:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009293 [API:8081]10.0.0.23 - - [2025-12-22 02:33:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-78008253:525dbdc8-2595-4f50-a1d0-2d043e2f19ad?flat HTTP/1.1" 200 5088 0.013757 [API:8081]10.0.0.23 - - [2025-12-22 02:33:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-78008253:525dbdc8-2595-4f50-a1d0-2d043e2f19ad?flat HTTP/1.1" 200 5088 0.012790 [API:8081]10.0.0.23 - - [2025-12-22 02:33:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-78008253:525dbdc8-2595-4f50-a1d0-2d043e2f19ad?flat HTTP/1.1" 200 5088 0.011817 [API:8081]10.0.0.23 - - [2025-12-22 02:33:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-78008253:ctest-VN3-82809528?flat HTTP/1.1" 200 7434 0.012716 [API:8081]10.0.0.23 - - [2025-12-22 02:33:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.018176 [API:8081]10.0.0.23 - - [2025-12-22 02:33:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.017033 [API:8081]10.0.0.23 - - [2025-12-22 02:33:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010974 [API:8081]10.0.0.65 - - [2025-12-22 02:34:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.65 - - [2025-12-22 02:34:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.22 - - [2025-12-22 02:34:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-12-22 02:34:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.22 - - [2025-12-22 02:34:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2025-12-22 02:34:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.65 - - [2025-12-22 02:34:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.65 - - [2025-12-22 02:34:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2025-12-22 02:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2025-12-22 02:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-22 02:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-22 02:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-22 02:34:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.025798 [API:8081]10.0.0.23 - - [2025-12-22 02:34:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.028327 [API:8081]10.0.0.23 - - [2025-12-22 02:34:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018305 [API:8081]10.0.0.23 - - [2025-12-22 02:34:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-78008253:ctest-VN3-82809528?flat HTTP/1.1" 200 6207 0.012621 [API:8081]10.0.0.23 - - [2025-12-22 02:34:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009925 [API:8081]10.0.0.23 - - [2025-12-22 02:34:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.020269 [API:8081]10.0.0.23 - - [2025-12-22 02:34:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073845 [API:8081]10.0.0.23 - - [2025-12-22 02:34:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.020961 [API:8081]10.0.0.23 - - [2025-12-22 02:34:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.027935 [API:8081]10.0.0.23 - - [2025-12-22 02:34:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.016283 [API:8081]10.0.0.23 - - [2025-12-22 02:34:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.017716 [API:8081]10.0.0.23 - - [2025-12-22 02:34:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018645 [API:8081]10.0.0.23 - - [2025-12-22 02:34:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019518 [API:8081]10.0.0.23 - - [2025-12-22 02:34:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.017434 [API:8081]10.0.0.23 - - [2025-12-22 02:34:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.020038 [API:8081]10.0.0.23 - - [2025-12-22 02:34:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-78008253:ctest-VN2-44792542?flat HTTP/1.1" 200 6550 0.013291 [API:8081]10.0.0.23 - - [2025-12-22 02:34:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009617 [API:8081]10.0.0.23 - - [2025-12-22 02:34:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018326 [API:8081]10.0.0.23 - - [2025-12-22 02:34:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.016408 [API:8081]10.0.0.23 - - [2025-12-22 02:34:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017668 [API:8081]10.0.0.23 - - [2025-12-22 02:34:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.023737 [API:8081]10.0.0.23 - - [2025-12-22 02:35:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.026588 [API:8081]10.0.0.23 - - [2025-12-22 02:35:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.017393 [API:8081]10.0.0.23 - - [2025-12-22 02:35:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021634 [API:8081]10.0.0.23 - - [2025-12-22 02:35:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018328 [API:8081]10.0.0.23 - - [2025-12-22 02:35:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022588 [API:8081]10.0.0.23 - - [2025-12-22 02:35:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021084 [API:8081]10.0.0.23 - - [2025-12-22 02:35:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-78008253:ctest-VN1-81740365?flat HTTP/1.1" 200 6770 0.012640 [API:8081]10.0.0.23 - - [2025-12-22 02:35:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009660 [API:8081]10.0.0.23 - - [2025-12-22 02:35:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.117462 [API:8081]10.0.0.23 - - [2025-12-22 02:35:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-12-22 02:35:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.061095 [API:8081]10.0.0.23 - - [2025-12-22 02:35:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.068999 [API:8081]10.0.0.23 - - [2025-12-22 02:35:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.058557 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:36:02] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003051 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003319 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003503 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003156 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:36:02] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003064 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003623 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002621 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002362 [API:8081]10.0.0.23 - - [2025-12-22 02:36:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:c8074b12-98e2-4ea2-acdf-6cb649b1078c?flat HTTP/1.1" 200 5363 0.013624 [API:8081]10.0.0.23 - - [2025-12-22 02:36:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:c8074b12-98e2-4ea2-acdf-6cb649b1078c?flat HTTP/1.1" 200 5363 0.014985 [API:8081]10.0.0.23 - - [2025-12-22 02:36:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:c8074b12-98e2-4ea2-acdf-6cb649b1078c?flat HTTP/1.1" 200 5363 0.013717 [API:8081]10.0.0.23 - - [2025-12-22 02:36:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:c8074b12-98e2-4ea2-acdf-6cb649b1078c?flat HTTP/1.1" 200 5363 0.010893 [API:8081]10.0.0.23 - - [2025-12-22 02:36:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-12656828:ctest-VN1-55176609?flat HTTP/1.1" 200 9451 0.017535 [API:8081]10.0.0.23 - - [2025-12-22 02:36:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019995 [API:8081]10.0.0.23 - - [2025-12-22 02:36:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.018151 [API:8081]10.0.0.23 - - [2025-12-22 02:36:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008972 [API:8081]10.0.0.23 - - [2025-12-22 02:36:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:64d9f95b-3cfb-4241-9c31-aaf213300aaa?flat HTTP/1.1" 200 5219 0.012290 [API:8081]10.0.0.23 - - [2025-12-22 02:36:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:64d9f95b-3cfb-4241-9c31-aaf213300aaa?flat HTTP/1.1" 200 5219 0.012132 [API:8081]10.0.0.23 - - [2025-12-22 02:36:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:64d9f95b-3cfb-4241-9c31-aaf213300aaa?flat HTTP/1.1" 200 5219 0.012587 [API:8081]10.0.0.23 - - [2025-12-22 02:36:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:64d9f95b-3cfb-4241-9c31-aaf213300aaa?flat HTTP/1.1" 200 5219 0.012219 [API:8081]10.0.0.23 - - [2025-12-22 02:36:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-12656828:ctest-VN2-88735609?flat HTTP/1.1" 200 8634 0.012335 [API:8081]10.0.0.23 - - [2025-12-22 02:36:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.015811 [API:8081]10.0.0.23 - - [2025-12-22 02:36:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.026369 [API:8081]10.0.0.23 - - [2025-12-22 02:36:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008033 [API:8081]10.0.0.23 - - [2025-12-22 02:36:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:c83eb8e7-dd10-481b-8a87-bbc0a61d2d73?flat HTTP/1.1" 200 5213 0.013411 [API:8081]10.0.0.23 - - [2025-12-22 02:36:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:c83eb8e7-dd10-481b-8a87-bbc0a61d2d73?flat HTTP/1.1" 200 5213 0.016290 [API:8081]10.0.0.23 - - [2025-12-22 02:36:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:c83eb8e7-dd10-481b-8a87-bbc0a61d2d73?flat HTTP/1.1" 200 5213 0.013377 [API:8081]10.0.0.23 - - [2025-12-22 02:36:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-12656828:c83eb8e7-dd10-481b-8a87-bbc0a61d2d73?flat HTTP/1.1" 200 5213 0.012055 [API:8081]10.0.0.23 - - [2025-12-22 02:36:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-12656828:ctest-VN3-52271996?flat HTTP/1.1" 200 8196 0.013228 [API:8081]10.0.0.23 - - [2025-12-22 02:36:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.017146 [API:8081]10.0.0.23 - - [2025-12-22 02:36:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.021431 [API:8081]10.0.0.23 - - [2025-12-22 02:36:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010771 [API:8081]10.0.0.65 - - [2025-12-22 02:37:09] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.65 - - [2025-12-22 02:37:09] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.23 - - [2025-12-22 02:37:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054474 [API:8081]10.0.0.23 - - [2025-12-22 02:37:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.021125 [API:8081]10.0.0.23 - - [2025-12-22 02:37:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.017342 [API:8081]10.0.0.23 - - [2025-12-22 02:37:38] "GET /analytics HTTP/1.1" 401 205 0.001986 [API:8081]10.0.0.23 - - [2025-12-22 02:37:38] "GET /analytics HTTP/1.1" 401 205 0.000740 [API:8081]10.0.0.22 - - [2025-12-22 02:37:38] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.22 - - [2025-12-22 02:37:38] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.23 - - [2025-12-22 02:37:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.017050 [API:8081]10.0.0.23 - - [2025-12-22 02:37:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.018385 [API:8081]10.0.0.23 - - [2025-12-22 02:37:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.035714 [API:8081]10.0.0.23 - - [2025-12-22 02:37:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.016114 [API:8081]10.0.0.23 - - [2025-12-22 02:37:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-12656828:ctest-VN3-52271996?flat HTTP/1.1" 200 6957 0.013185 [API:8081]10.0.0.23 - - [2025-12-22 02:37:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009639 [API:8081]10.0.0.23 - - [2025-12-22 02:37:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.016524 [API:8081]10.0.0.23 - - [2025-12-22 02:37:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.017378 [API:8081]10.0.0.23 - - [2025-12-22 02:37:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.028285 [API:8081]10.0.0.23 - - [2025-12-22 02:38:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018305 [API:8081]10.0.0.23 - - [2025-12-22 02:38:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.019997 [API:8081]10.0.0.23 - - [2025-12-22 02:38:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018078 [API:8081]10.0.0.23 - - [2025-12-22 02:38:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018778 [API:8081]10.0.0.23 - - [2025-12-22 02:38:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.018180 [API:8081]10.0.0.23 - - [2025-12-22 02:38:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.023660 [API:8081]10.0.0.23 - - [2025-12-22 02:38:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-12656828:ctest-VN2-88735609?flat HTTP/1.1" 200 7310 0.020900 [API:8081]10.0.0.23 - - [2025-12-22 02:38:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008664 [API:8081]10.0.0.23 - - [2025-12-22 02:38:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.021798 [API:8081]10.0.0.23 - - [2025-12-22 02:38:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.016629 [API:8081]10.0.0.23 - - [2025-12-22 02:38:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.017546 [API:8081]10.0.0.23 - - [2025-12-22 02:38:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.072998 [API:8081]10.0.0.23 - - [2025-12-22 02:38:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.016606 [API:8081]10.0.0.23 - - [2025-12-22 02:38:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.028071 [API:8081]10.0.0.23 - - [2025-12-22 02:38:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.019683 [API:8081]10.0.0.23 - - [2025-12-22 02:38:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.026102 [API:8081]10.0.0.23 - - [2025-12-22 02:38:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.018191 [API:8081]10.0.0.23 - - [2025-12-22 02:38:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.017153 [API:8081]10.0.0.23 - - [2025-12-22 02:38:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.018361 [API:8081]10.0.0.23 - - [2025-12-22 02:38:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-12656828:ctest-VN1-55176609?flat HTTP/1.1" 200 7644 0.012025 [API:8081]10.0.0.23 - - [2025-12-22 02:38:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009508 [API:8081]10.0.0.23 - - [2025-12-22 02:39:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-22 02:39:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.061571 [API:8081]10.0.0.23 - - [2025-12-22 02:39:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.055942 [API:8081]10.0.0.65 - - [2025-12-22 02:39:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.65 - - [2025-12-22 02:39:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-12-22 02:39:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.22 - - [2025-12-22 02:39:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.22 - - [2025-12-22 02:39:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.22 - - [2025-12-22 02:39:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.65 - - [2025-12-22 02:39:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.65 - - [2025-12-22 02:39:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2025-12-22 02:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000477 [API:8081]10.0.0.23 - - [2025-12-22 02:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-22 02:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2025-12-22 02:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.23 - - [2025-12-22 02:40:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081297 [API:8081]10.0.0.23 - - [2025-12-22 02:41:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.23 - - [2025-12-22 02:41:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.080143 [API:8081]10.0.0.23 - - [2025-12-22 02:41:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.067742 [API:8081]10.0.0.23 - - [2025-12-22 02:43:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.064653 [API:8081]10.0.0.23 - - [2025-12-22 02:43:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.017098 [API:8081]10.0.0.23 - - [2025-12-22 02:43:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.106305 [API:8081]10.0.0.23 - - [2025-12-22 02:43:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056160 [API:8081]10.0.0.23 - - [2025-12-22 02:43:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.016267 [API:8081]10.0.0.23 - - [2025-12-22 02:43:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.016961 [API:8081]10.0.0.23 - - [2025-12-22 02:43:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.017990 [API:8081]10.0.0.23 - - [2025-12-22 02:43:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.016682 [API:8081]10.0.0.23 - - [2025-12-22 02:43:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.024726 [API:8081]10.0.0.23 - - [2025-12-22 02:43:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.029579 [API:8081]10.0.0.23 - - [2025-12-22 02:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.028372 [API:8081]10.0.0.23 - - [2025-12-22 02:43:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-58030944:ctest-vnet0-75866291?flat HTTP/1.1" 200 7961 0.013180 [API:8081]10.0.0.23 - - [2025-12-22 02:43:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011230 [API:8081]10.0.0.65 - - [2025-12-22 02:44:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2025-12-22 02:44:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-12-22 02:44:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.22 - - [2025-12-22 02:44:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2025-12-22 02:44:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-12-22 02:44:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.22 - - [2025-12-22 02:44:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2025-12-22 02:44:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2025-12-22 02:44:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.107472 [API:8081]10.0.0.65 - - [2025-12-22 02:44:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-12-22 02:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-22 02:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.23 - - [2025-12-22 02:44:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.059796 [API:8081]10.0.0.23 - - [2025-12-22 02:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-22 02:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-12-22 02:44:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.070782 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:46:02] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002968 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002403 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002279 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002593 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:46:02] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002668 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002210 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002578 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002431 [API:8081]10.0.0.23 - - [2025-12-22 02:46:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061702 [API:8081]10.0.0.23 - - [2025-12-22 02:47:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.022522 [API:8081]10.0.0.23 - - [2025-12-22 02:47:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.073516 [API:8081]10.0.0.65 - - [2025-12-22 02:47:09] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.65 - - [2025-12-22 02:47:09] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.23 - - [2025-12-22 02:47:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.016983 [API:8081]10.0.0.23 - - [2025-12-22 02:47:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.019796 [API:8081]10.0.0.23 - - [2025-12-22 02:47:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25219 0.018511 [API:8081]10.0.0.23 - - [2025-12-22 02:47:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-86204144:ctest-vnet1-07827063?flat HTTP/1.1" 200 7306 0.015452 [API:8081]10.0.0.23 - - [2025-12-22 02:47:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010957 [API:8081]10.0.0.23 - - [2025-12-22 02:47:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.018288 [API:8081]10.0.0.23 - - [2025-12-22 02:47:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-86204144:ctest-vnet0-36537039?flat HTTP/1.1" 200 6960 0.013138 [API:8081]10.0.0.23 - - [2025-12-22 02:47:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009734 [API:8081]10.0.0.23 - - [2025-12-22 02:47:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.076058 [API:8081]10.0.0.23 - - [2025-12-22 02:47:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-12-22 02:47:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.048379 [API:8081]10.0.0.23 - - [2025-12-22 02:47:38] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-12-22 02:47:38] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.22 - - [2025-12-22 02:47:38] "GET /analytics HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.22 - - [2025-12-22 02:47:38] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.23 - - [2025-12-22 02:47:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.064749 [API:8081]10.0.0.65 - - [2025-12-22 02:49:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.65 - - [2025-12-22 02:49:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.22 - - [2025-12-22 02:49:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-12-22 02:49:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.22 - - [2025-12-22 02:49:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.22 - - [2025-12-22 02:49:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2025-12-22 02:49:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.65 - - [2025-12-22 02:49:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-12-22 02:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2025-12-22 02:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-22 02:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-22 02:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-22 02:49:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080382 [API:8081]10.0.0.23 - - [2025-12-22 02:50:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.070801 [API:8081]10.0.0.23 - - [2025-12-22 02:50:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.018247 [API:8081]10.0.0.23 - - [2025-12-22 02:50:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.064127 [API:8081]10.0.0.23 - - [2025-12-22 02:50:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.016808 [API:8081]10.0.0.23 - - [2025-12-22 02:51:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.019643 [API:8081]10.0.0.23 - - [2025-12-22 02:51:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.019629 [API:8081]10.0.0.23 - - [2025-12-22 02:51:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.018368 [API:8081]10.0.0.23 - - [2025-12-22 02:51:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25221 0.018518 [API:8081]10.0.0.23 - - [2025-12-22 02:51:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.017733 [API:8081]10.0.0.23 - - [2025-12-22 02:51:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25223 0.024719 [API:8081]10.0.0.23 - - [2025-12-22 02:51:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-55820220:ctest-vnet1-04145702?flat HTTP/1.1" 200 8066 0.011662 [API:8081]10.0.0.23 - - [2025-12-22 02:51:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008854 [API:8081]10.0.0.23 - - [2025-12-22 02:51:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.024763 [API:8081]10.0.0.23 - - [2025-12-22 02:51:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-55820220:ctest-vnet0-81632835?flat HTTP/1.1" 200 7709 0.012288 [API:8081]10.0.0.23 - - [2025-12-22 02:51:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011029 [API:8081]10.0.0.23 - - [2025-12-22 02:52:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064759 [API:8081]10.0.0.23 - - [2025-12-22 02:53:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.059765 [API:8081]10.0.0.65 - - [2025-12-22 02:54:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.65 - - [2025-12-22 02:54:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.22 - - [2025-12-22 02:54:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-12-22 02:54:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-12-22 02:54:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.22 - - [2025-12-22 02:54:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.65 - - [2025-12-22 02:54:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.65 - - [2025-12-22 02:54:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-12-22 02:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-22 02:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.23 - - [2025-12-22 02:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-22 02:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2025-12-22 02:55:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079063 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:56:02] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002325 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002978 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003703 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003114 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:56:02] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003118 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002817 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002301 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 02:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002994 [API:8081]10.0.0.23 - - [2025-12-22 02:56:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2025-12-22 02:56:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.064571 [API:8081]10.0.0.23 - - [2025-12-22 02:56:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.069985 [API:8081]10.0.0.65 - - [2025-12-22 02:57:09] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2025-12-22 02:57:09] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.23 - - [2025-12-22 02:57:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.056688 [API:8081]10.0.0.23 - - [2025-12-22 02:57:38] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-22 02:57:38] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.22 - - [2025-12-22 02:57:38] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-12-22 02:57:38] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.23 - - [2025-12-22 02:58:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057074 [API:8081]10.0.0.65 - - [2025-12-22 02:59:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.65 - - [2025-12-22 02:59:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-12-22 02:59:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.22 - - [2025-12-22 02:59:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.22 - - [2025-12-22 02:59:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-12-22 02:59:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.65 - - [2025-12-22 02:59:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.65 - - [2025-12-22 02:59:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-12-22 02:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-12-22 02:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-12-22 02:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-22 02:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-12-22 02:59:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-12-22 02:59:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1260 0.065182 [API:8081]10.0.0.23 - - [2025-12-22 02:59:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.056023 [API:8081]10.0.0.23 - - [2025-12-22 03:00:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728:549e670e-1bc5-464c-bf92-ebc8502d1c52?flat HTTP/1.1" 200 5819 0.054151 [API:8081]10.0.0.23 - - [2025-12-22 03:00:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728:549e670e-1bc5-464c-bf92-ebc8502d1c52?flat HTTP/1.1" 200 5819 0.015092 [API:8081]10.0.0.23 - - [2025-12-22 03:00:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728:549e670e-1bc5-464c-bf92-ebc8502d1c52?flat HTTP/1.1" 200 5819 0.067111 [API:8081]10.0.0.23 - - [2025-12-22 03:00:06] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728-19708355?flat HTTP/1.1" 200 10796 0.014030 [API:8081]10.0.0.23 - - [2025-12-22 03:00:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.016462 [API:8081]10.0.0.23 - - [2025-12-22 03:00:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.018871 [API:8081]10.0.0.23 - - [2025-12-22 03:00:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009773 [API:8081]10.0.0.23 - - [2025-12-22 03:00:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728:44180554-37eb-477e-be4c-5d3125fe365b?flat HTTP/1.1" 200 5688 0.013179 [API:8081]10.0.0.23 - - [2025-12-22 03:00:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728:44180554-37eb-477e-be4c-5d3125fe365b?flat HTTP/1.1" 200 5688 0.012889 [API:8081]10.0.0.23 - - [2025-12-22 03:00:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728:44180554-37eb-477e-be4c-5d3125fe365b?flat HTTP/1.1" 200 5688 0.016006 [API:8081]10.0.0.23 - - [2025-12-22 03:00:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728-19708355?flat HTTP/1.1" 200 10944 0.015245 [API:8081]10.0.0.23 - - [2025-12-22 03:00:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.017058 [API:8081]10.0.0.23 - - [2025-12-22 03:00:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.023220 [API:8081]10.0.0.23 - - [2025-12-22 03:00:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008679 [API:8081]10.0.0.23 - - [2025-12-22 03:01:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.016665 [API:8081]10.0.0.23 - - [2025-12-22 03:01:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.036531 [API:8081]10.0.0.23 - - [2025-12-22 03:01:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.029392 [API:8081]10.0.0.23 - - [2025-12-22 03:01:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019077 [API:8081]10.0.0.23 - - [2025-12-22 03:01:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.023555 [API:8081]10.0.0.23 - - [2025-12-22 03:01:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.017285 [API:8081]10.0.0.23 - - [2025-12-22 03:01:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.019247 [API:8081]10.0.0.23 - - [2025-12-22 03:01:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.016759 [API:8081]10.0.0.23 - - [2025-12-22 03:01:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.016413 [API:8081]10.0.0.23 - - [2025-12-22 03:01:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063695 [API:8081]10.0.0.23 - - [2025-12-22 03:01:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.028965 [API:8081]10.0.0.23 - - [2025-12-22 03:01:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.017048 [API:8081]10.0.0.23 - - [2025-12-22 03:01:49] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728-19708355?flat HTTP/1.1" 200 11672 0.015584 [API:8081]10.0.0.23 - - [2025-12-22 03:01:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010729 [API:8081]10.0.0.23 - - [2025-12-22 03:01:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018599 [API:8081]10.0.0.23 - - [2025-12-22 03:01:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017360 [API:8081]10.0.0.23 - - [2025-12-22 03:01:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022716 [API:8081]10.0.0.23 - - [2025-12-22 03:02:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017874 [API:8081]10.0.0.23 - - [2025-12-22 03:02:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018326 [API:8081]10.0.0.23 - - [2025-12-22 03:02:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019122 [API:8081]10.0.0.23 - - [2025-12-22 03:02:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.039052 [API:8081]10.0.0.23 - - [2025-12-22 03:02:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023740 [API:8081]10.0.0.23 - - [2025-12-22 03:02:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017009 [API:8081]10.0.0.23 - - [2025-12-22 03:02:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020072 [API:8081]10.0.0.23 - - [2025-12-22 03:02:19] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728:ctest-SecurityGroupBasicRegressionTests1Ipv6-83831728-19708355?flat HTTP/1.1" 200 8798 0.021124 [API:8081]10.0.0.23 - - [2025-12-22 03:02:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009557 [API:8081]10.0.0.23 - - [2025-12-22 03:02:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-22 03:02:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.054960 [API:8081]10.0.0.23 - - [2025-12-22 03:02:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.063153 [API:8081]10.0.0.23 - - [2025-12-22 03:03:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373:ae273e8c-b388-4d06-9be0-362d13cad078?flat HTTP/1.1" 200 5817 0.066705 [API:8081]10.0.0.23 - - [2025-12-22 03:03:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373:ae273e8c-b388-4d06-9be0-362d13cad078?flat HTTP/1.1" 200 5817 0.014077 [API:8081]10.0.0.23 - - [2025-12-22 03:03:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373:ae273e8c-b388-4d06-9be0-362d13cad078?flat HTTP/1.1" 200 5817 0.066267 [API:8081]10.0.0.23 - - [2025-12-22 03:03:20] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373-64871495?flat HTTP/1.1" 200 10456 0.018175 [API:8081]10.0.0.23 - - [2025-12-22 03:03:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.016375 [API:8081]10.0.0.23 - - [2025-12-22 03:03:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020692 [API:8081]10.0.0.23 - - [2025-12-22 03:03:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009490 [API:8081]10.0.0.23 - - [2025-12-22 03:03:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373:7b1ea4fa-b17d-4c0e-a6fa-af24c95ab4b8?flat HTTP/1.1" 200 5671 0.013039 [API:8081]10.0.0.23 - - [2025-12-22 03:03:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373:7b1ea4fa-b17d-4c0e-a6fa-af24c95ab4b8?flat HTTP/1.1" 200 5671 0.012095 [API:8081]10.0.0.23 - - [2025-12-22 03:03:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373:7b1ea4fa-b17d-4c0e-a6fa-af24c95ab4b8?flat HTTP/1.1" 200 5671 0.012871 [API:8081]10.0.0.23 - - [2025-12-22 03:03:45] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373-64871495?flat HTTP/1.1" 200 10456 0.013736 [API:8081]10.0.0.23 - - [2025-12-22 03:03:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.027196 [API:8081]10.0.0.23 - - [2025-12-22 03:03:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25252 0.029810 [API:8081]10.0.0.23 - - [2025-12-22 03:03:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008620 [API:8081]10.0.0.65 - - [2025-12-22 03:04:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2025-12-22 03:04:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.22 - - [2025-12-22 03:04:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2025-12-22 03:04:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-12-22 03:04:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.22 - - [2025-12-22 03:04:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2025-12-22 03:04:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.65 - - [2025-12-22 03:04:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.23 - - [2025-12-22 03:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-22 03:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.23 - - [2025-12-22 03:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-22 03:04:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-22 03:04:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.108151 [API:8081]10.0.0.23 - - [2025-12-22 03:05:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25253 0.016835 [API:8081]10.0.0.23 - - [2025-12-22 03:05:47] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373-64871495?flat HTTP/1.1" 200 11569 0.015232 [API:8081]10.0.0.23 - - [2025-12-22 03:05:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011443 [API:8081]10.0.0.23 - - [2025-12-22 03:05:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.084164 [API:8081]10.0.0.23 - - [2025-12-22 03:05:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018807 [API:8081]10.0.0.23 - - [2025-12-22 03:05:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018749 [API:8081]10.0.0.23 - - [2025-12-22 03:05:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018928 [API:8081]10.0.0.23 - - [2025-12-22 03:05:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017549 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:06:02] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003336 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:06:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002989 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:06:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003172 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:06:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004176 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:06:02] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004086 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:06:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003276 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:06:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002603 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:06:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003160 [API:8081]10.0.0.23 - - [2025-12-22 03:06:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018940 [API:8081]10.0.0.23 - - [2025-12-22 03:06:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024524 [API:8081]10.0.0.23 - - [2025-12-22 03:06:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019667 [API:8081]10.0.0.23 - - [2025-12-22 03:06:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020895 [API:8081]10.0.0.23 - - [2025-12-22 03:06:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017864 [API:8081]10.0.0.23 - - [2025-12-22 03:06:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018590 [API:8081]10.0.0.23 - - [2025-12-22 03:06:18] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373:ctest-SecurityGroupBasicRegressionTests1_contrail-15740373-64871495?flat HTTP/1.1" 200 8428 0.013550 [API:8081]10.0.0.23 - - [2025-12-22 03:06:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011168 [API:8081]10.0.0.23 - - [2025-12-22 03:06:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-22 03:06:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.062235 [API:8081]10.0.0.65 - - [2025-12-22 03:07:09] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.65 - - [2025-12-22 03:07:09] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.23 - - [2025-12-22 03:07:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21290888:54b02ca7-ff2f-423e-a2d5-50b1a95ed5ba?flat HTTP/1.1" 200 5690 0.074537 [API:8081]10.0.0.23 - - [2025-12-22 03:07:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21290888:54b02ca7-ff2f-423e-a2d5-50b1a95ed5ba?flat HTTP/1.1" 200 5690 0.058875 [API:8081]10.0.0.23 - - [2025-12-22 03:07:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21290888:54b02ca7-ff2f-423e-a2d5-50b1a95ed5ba?flat HTTP/1.1" 200 5690 0.024280 [API:8081]10.0.0.23 - - [2025-12-22 03:07:20] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-21290888:ctest-SecurityGroupBasicRegressionTests1-21290888-59849939?flat HTTP/1.1" 200 9936 0.016470 [API:8081]10.0.0.23 - - [2025-12-22 03:07:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018342 [API:8081]10.0.0.23 - - [2025-12-22 03:07:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019488 [API:8081]10.0.0.23 - - [2025-12-22 03:07:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009066 [API:8081]10.0.0.23 - - [2025-12-22 03:07:38] "GET /analytics HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.23 - - [2025-12-22 03:07:38] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.22 - - [2025-12-22 03:07:38] "GET /analytics HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.22 - - [2025-12-22 03:07:38] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.23 - - [2025-12-22 03:07:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21290888:c534ab69-d7c5-4c67-9080-732061357c09?flat HTTP/1.1" 200 5818 0.017900 [API:8081]10.0.0.23 - - [2025-12-22 03:07:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21290888:c534ab69-d7c5-4c67-9080-732061357c09?flat HTTP/1.1" 200 5818 0.016890 [API:8081]10.0.0.23 - - [2025-12-22 03:07:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-21290888:c534ab69-d7c5-4c67-9080-732061357c09?flat HTTP/1.1" 200 5818 0.017808 [API:8081]10.0.0.23 - - [2025-12-22 03:07:46] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-21290888:ctest-SecurityGroupBasicRegressionTests1-21290888-59849939?flat HTTP/1.1" 200 11325 0.029019 [API:8081]10.0.0.23 - - [2025-12-22 03:07:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.036492 [API:8081]10.0.0.23 - - [2025-12-22 03:07:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.020833 [API:8081]10.0.0.23 - - [2025-12-22 03:07:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008640 [API:8081]10.0.0.23 - - [2025-12-22 03:07:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082388 [API:8081]10.0.0.23 - - [2025-12-22 03:08:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.063453 [API:8081]10.0.0.65 - - [2025-12-22 03:09:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2025-12-22 03:09:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.22 - - [2025-12-22 03:09:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-12-22 03:09:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.22 - - [2025-12-22 03:09:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.22 - - [2025-12-22 03:09:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2025-12-22 03:09:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.65 - - [2025-12-22 03:09:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2025-12-22 03:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-12-22 03:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-12-22 03:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-12-22 03:09:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-22 03:09:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.019772 [API:8081]10.0.0.23 - - [2025-12-22 03:09:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25255 0.021949 [API:8081]10.0.0.23 - - [2025-12-22 03:09:48] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-21290888:ctest-SecurityGroupBasicRegressionTests1-21290888-59849939?flat HTTP/1.1" 200 10837 0.021678 [API:8081]10.0.0.23 - - [2025-12-22 03:09:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012388 [API:8081]10.0.0.23 - - [2025-12-22 03:09:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019031 [API:8081]10.0.0.23 - - [2025-12-22 03:09:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.016917 [API:8081]10.0.0.23 - - [2025-12-22 03:09:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.019729 [API:8081]10.0.0.23 - - [2025-12-22 03:10:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017609 [API:8081]10.0.0.23 - - [2025-12-22 03:10:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.020125 [API:8081]10.0.0.23 - - [2025-12-22 03:10:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017258 [API:8081]10.0.0.23 - - [2025-12-22 03:10:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.026750 [API:8081]10.0.0.23 - - [2025-12-22 03:10:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.021256 [API:8081]10.0.0.23 - - [2025-12-22 03:10:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.017004 [API:8081]10.0.0.23 - - [2025-12-22 03:10:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24644 0.018400 [API:8081]10.0.0.23 - - [2025-12-22 03:10:19] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-21290888:ctest-SecurityGroupBasicRegressionTests1-21290888-59849939?flat HTTP/1.1" 200 7958 0.013172 [API:8081]10.0.0.23 - - [2025-12-22 03:10:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008733 [API:8081]10.0.0.23 - - [2025-12-22 03:10:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-22 03:10:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.059128 [API:8081]10.0.0.23 - - [2025-12-22 03:10:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.058359 [API:8081]10.0.0.23 - - [2025-12-22 03:10:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.060683 [API:8081]10.0.0.23 - - [2025-12-22 03:10:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.009761 [API:8081]10.0.0.23 - - [2025-12-22 03:10:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061188 [API:8081]10.0.0.23 - - [2025-12-22 03:10:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.010882 [API:8081]10.0.0.23 - - [2025-12-22 03:10:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.016371 [API:8081]10.0.0.23 - - [2025-12-22 03:10:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.009608 [API:8081]10.0.0.23 - - [2025-12-22 03:10:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2002 0.008596 [API:8081]10.0.0.23 - - [2025-12-22 03:11:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-22 03:11:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.057961 [API:8081]10.0.0.23 - - [2025-12-22 03:11:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.072354 [API:8081]10.0.0.23 - - [2025-12-22 03:11:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.055894 [API:8081]10.0.0.23 - - [2025-12-22 03:11:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.009055 [API:8081]10.0.0.23 - - [2025-12-22 03:11:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.009070 [API:8081]10.0.0.23 - - [2025-12-22 03:11:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1768 0.009696 [API:8081]10.0.0.23 - - [2025-12-22 03:11:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-12-22 03:11:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.069258 [API:8081]10.0.0.23 - - [2025-12-22 03:11:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.061940 [API:8081]10.0.0.23 - - [2025-12-22 03:11:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1756 0.059495 [API:8081]10.0.0.23 - - [2025-12-22 03:11:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.055854 [API:8081]10.0.0.23 - - [2025-12-22 03:11:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.009284 [API:8081]10.0.0.23 - - [2025-12-22 03:11:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.009863 [API:8081]10.0.0.23 - - [2025-12-22 03:11:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.008944 [API:8081]10.0.0.23 - - [2025-12-22 03:11:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.009173 [API:8081]10.0.0.23 - - [2025-12-22 03:12:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.008837 [API:8081]10.0.0.23 - - [2025-12-22 03:12:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-22 03:12:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.055596 [API:8081]10.0.0.23 - - [2025-12-22 03:12:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.068080 [API:8081]10.0.0.23 - - [2025-12-22 03:12:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.054614 [API:8081]10.0.0.23 - - [2025-12-22 03:12:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.012884 [API:8081]10.0.0.23 - - [2025-12-22 03:12:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.009375 [API:8081]10.0.0.23 - - [2025-12-22 03:13:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062962 [API:8081]10.0.0.65 - - [2025-12-22 03:14:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.65 - - [2025-12-22 03:14:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-12-22 03:14:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.22 - - [2025-12-22 03:14:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2025-12-22 03:14:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-12-22 03:14:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2025-12-22 03:14:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.65 - - [2025-12-22 03:14:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-22 03:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-12-22 03:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.23 - - [2025-12-22 03:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.23 - - [2025-12-22 03:14:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2025-12-22 03:14:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.355324 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:16:02] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002477 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004348 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003868 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003528 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:16:02] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003647 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005348 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004862 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:16:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003469 [API:8081]10.0.0.23 - - [2025-12-22 03:16:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068939 [API:8081]10.0.0.65 - - [2025-12-22 03:17:09] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.65 - - [2025-12-22 03:17:09] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.23 - - [2025-12-22 03:17:38] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2025-12-22 03:17:38] "GET /analytics HTTP/1.1" 401 205 0.000169 [API:8081]10.0.0.22 - - [2025-12-22 03:17:38] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.22 - - [2025-12-22 03:17:38] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.23 - - [2025-12-22 03:17:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.060667 [API:8081]10.0.0.23 - - [2025-12-22 03:18:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-22 03:18:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.067335 [API:8081]10.0.0.23 - - [2025-12-22 03:18:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.064607 [API:8081]10.0.0.65 - - [2025-12-22 03:19:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.65 - - [2025-12-22 03:19:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.22 - - [2025-12-22 03:19:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.22 - - [2025-12-22 03:19:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.22 - - [2025-12-22 03:19:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.002010 [API:8081]10.0.0.22 - - [2025-12-22 03:19:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.65 - - [2025-12-22 03:19:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.65 - - [2025-12-22 03:19:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2025-12-22 03:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-22 03:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2025-12-22 03:19:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-22 03:19:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-12-22 03:19:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057785 [API:8081]10.0.0.23 - - [2025-12-22 03:21:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.062584 [API:8081]10.0.0.23 - - [2025-12-22 03:23:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082888 [API:8081]10.0.0.23 - - [2025-12-22 03:23:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2025-12-22 03:23:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.081187 [API:8081]10.0.0.23 - - [2025-12-22 03:24:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.060084 [API:8081]10.0.0.65 - - [2025-12-22 03:24:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.65 - - [2025-12-22 03:24:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.22 - - [2025-12-22 03:24:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.22 - - [2025-12-22 03:24:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.22 - - [2025-12-22 03:24:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2025-12-22 03:24:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.65 - - [2025-12-22 03:24:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-22 03:24:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-12-22 03:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2025-12-22 03:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-22 03:24:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.23 - - [2025-12-22 03:24:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.23 - - [2025-12-22 03:24:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-12-22 03:24:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.055409 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:26:02] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.006595 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002433 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002587 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002869 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:26:02] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002960 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002456 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002356 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:26:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002606 [API:8081]10.0.0.23 - - [2025-12-22 03:26:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069436 [API:8081]10.0.0.23 - - [2025-12-22 03:27:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.062493 [API:8081]10.0.0.65 - - [2025-12-22 03:27:09] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2025-12-22 03:27:09] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.23 - - [2025-12-22 03:27:38] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2025-12-22 03:27:38] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.22 - - [2025-12-22 03:27:38] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.22 - - [2025-12-22 03:27:38] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.23 - - [2025-12-22 03:29:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069907 [API:8081]10.0.0.65 - - [2025-12-22 03:29:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-22 03:29:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-12-22 03:29:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.22 - - [2025-12-22 03:29:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.22 - - [2025-12-22 03:29:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.22 - - [2025-12-22 03:29:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.65 - - [2025-12-22 03:29:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.65 - - [2025-12-22 03:29:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2025-12-22 03:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-22 03:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2025-12-22 03:29:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-12-22 03:29:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-22 03:30:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.368747 [API:8081]10.0.0.23 - - [2025-12-22 03:30:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2025-12-22 03:30:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.082802 [API:8081]10.0.0.23 - - [2025-12-22 03:32:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063051 [API:8081]10.0.0.23 - - [2025-12-22 03:33:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.069209 [API:8081]10.0.0.65 - - [2025-12-22 03:34:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.65 - - [2025-12-22 03:34:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-12-22 03:34:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-12-22 03:34:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.22 - - [2025-12-22 03:34:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.22 - - [2025-12-22 03:34:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.65 - - [2025-12-22 03:34:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.65 - - [2025-12-22 03:34:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-12-22 03:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2025-12-22 03:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-12-22 03:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-22 03:34:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-12-22 03:35:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064051 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:36:02] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003060 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002501 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002620 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002579 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:36:02] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003804 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002164 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002141 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:36:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002503 [API:8081]10.0.0.23 - - [2025-12-22 03:36:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.070120 [API:8081]10.0.0.23 - - [2025-12-22 03:36:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-99475599:256d6885-8e0c-4aa4-a5cc-1b4c4d53deaa?flat HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-22 03:36:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-99475599:256d6885-8e0c-4aa4-a5cc-1b4c4d53deaa?flat HTTP/1.1" 200 5268 0.059268 [API:8081]10.0.0.23 - - [2025-12-22 03:36:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-99475599:256d6885-8e0c-4aa4-a5cc-1b4c4d53deaa?flat HTTP/1.1" 200 5268 0.071950 [API:8081]10.0.0.23 - - [2025-12-22 03:36:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-99475599:256d6885-8e0c-4aa4-a5cc-1b4c4d53deaa?flat HTTP/1.1" 200 5268 0.060086 [API:8081]10.0.0.23 - - [2025-12-22 03:36:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-99475599:ctest-random-57279823?flat HTTP/1.1" 200 4967 0.011834 [API:8081]10.0.0.23 - - [2025-12-22 03:36:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.017612 [API:8081]10.0.0.23 - - [2025-12-22 03:36:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.020210 [API:8081]10.0.0.23 - - [2025-12-22 03:36:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008725 [API:8081]10.0.0.23 - - [2025-12-22 03:36:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.009804 [API:8081]10.0.0.23 - - [2025-12-22 03:36:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.026650 [API:8081]10.0.0.23 - - [2025-12-22 03:36:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.018636 [API:8081]10.0.0.23 - - [2025-12-22 03:37:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.017486 [API:8081]10.0.0.23 - - [2025-12-22 03:37:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.036983 [API:8081]10.0.0.23 - - [2025-12-22 03:37:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.023692 [API:8081]10.0.0.65 - - [2025-12-22 03:37:09] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.65 - - [2025-12-22 03:37:09] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.23 - - [2025-12-22 03:37:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.031666 [API:8081]10.0.0.23 - - [2025-12-22 03:37:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.020331 [API:8081]10.0.0.23 - - [2025-12-22 03:37:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.017733 [API:8081]10.0.0.23 - - [2025-12-22 03:37:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.022435 [API:8081]10.0.0.23 - - [2025-12-22 03:37:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-99475599:ctest-random-57279823?flat HTTP/1.1" 200 8123 0.015889 [API:8081]10.0.0.23 - - [2025-12-22 03:37:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009278 [API:8081]10.0.0.23 - - [2025-12-22 03:37:38] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-22 03:37:38] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.22 - - [2025-12-22 03:37:38] "GET /analytics HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.22 - - [2025-12-22 03:37:38] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.23 - - [2025-12-22 03:38:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061365 [API:8081]10.0.0.65 - - [2025-12-22 03:39:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.65 - - [2025-12-22 03:39:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.22 - - [2025-12-22 03:39:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.22 - - [2025-12-22 03:39:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.22 - - [2025-12-22 03:39:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.22 - - [2025-12-22 03:39:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.65 - - [2025-12-22 03:39:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.65 - - [2025-12-22 03:39:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2025-12-22 03:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2025-12-22 03:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2025-12-22 03:39:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000648 [API:8081]10.0.0.23 - - [2025-12-22 03:39:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.23 - - [2025-12-22 03:39:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.072194 [API:8081]10.0.0.23 - - [2025-12-22 03:40:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-12-22 03:40:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.053090 [API:8081]10.0.0.23 - - [2025-12-22 03:41:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063136 [API:8081]10.0.0.23 - - [2025-12-22 03:42:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.063832 [API:8081]10.0.0.23 - - [2025-12-22 03:44:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-22 03:44:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.058422 [API:8081]10.0.0.65 - - [2025-12-22 03:44:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2025-12-22 03:44:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.22 - - [2025-12-22 03:44:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2025-12-22 03:44:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.22 - - [2025-12-22 03:44:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.22 - - [2025-12-22 03:44:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.65 - - [2025-12-22 03:44:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2025-12-22 03:44:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2025-12-22 03:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-12-22 03:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2025-12-22 03:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2025-12-22 03:44:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2025-12-22 03:44:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058361 [API:8081]10.0.0.23 - - [2025-12-22 03:45:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.065619 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:46:02] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003248 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003256 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002809 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003257 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:46:02] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003353 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002877 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003493 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:46:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003225 [API:8081]10.0.0.23 - - [2025-12-22 03:46:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-12-22 03:46:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.059886 [API:8081]10.0.0.65 - - [2025-12-22 03:47:09] "GET /analytics HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.65 - - [2025-12-22 03:47:09] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.23 - - [2025-12-22 03:47:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066495 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:36] "POST /analytics/query HTTP/1.1" 202 179 0.005562 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:36] "GET /analytics/query/f4b7fa84-dee8-11f0-bd52-00000a000017 HTTP/1.1" 200 221 0.001896 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:37] "GET /analytics/query/f4b7fa84-dee8-11f0-bd52-00000a000017 HTTP/1.1" 200 221 0.001806 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:37] "GET /analytics/query/f4b7fa84-dee8-11f0-bd52-00000a000017 HTTP/1.1" 200 338 0.002499 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:37] "GET /analytics/query/f4b7fa84-dee8-11f0-bd52-00000a000017/chunk-final/0 HTTP/1.1" 200 856 0.003380 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:38] "POST /analytics/query HTTP/1.1" 202 179 0.021188 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:38] "GET /analytics/query/f5b7e890-dee8-11f0-8cab-00000a000017 HTTP/1.1" 200 221 0.005265 [API:8081]10.0.0.23 - - [2025-12-22 03:47:38] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2025-12-22 03:47:38] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.22 - - [2025-12-22 03:47:38] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.22 - - [2025-12-22 03:47:38] "GET /analytics HTTP/1.1" 401 205 0.000132 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:39] "GET /analytics/query/f5b7e890-dee8-11f0-8cab-00000a000017 HTTP/1.1" 200 221 0.002038 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:39] "GET /analytics/query/f5b7e890-dee8-11f0-8cab-00000a000017 HTTP/1.1" 200 338 0.002052 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:39] "GET /analytics/query/f5b7e890-dee8-11f0-8cab-00000a000017/chunk-final/0 HTTP/1.1" 200 856 0.002676 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:40] "POST /analytics/query HTTP/1.1" 202 179 0.004873 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:40] "GET /analytics/query/f6ba4272-dee8-11f0-a11c-00000a000017 HTTP/1.1" 200 221 0.003150 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:40] "GET /analytics/query/f6ba4272-dee8-11f0-a11c-00000a000017 HTTP/1.1" 200 339 0.010184 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:40] "GET /analytics/query/f6ba4272-dee8-11f0-a11c-00000a000017/chunk-final/0 HTTP/1.1" 200 19365 0.003211 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:41] "POST /analytics/query HTTP/1.1" 202 179 0.004674 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:41] "GET /analytics/query/f7713c20-dee8-11f0-8d84-00000a000017 HTTP/1.1" 200 221 0.002391 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:41] "GET /analytics/query/f7713c20-dee8-11f0-8d84-00000a000017 HTTP/1.1" 200 339 0.001833 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:41] "GET /analytics/query/f7713c20-dee8-11f0-8d84-00000a000017/chunk-final/0 HTTP/1.1" 200 19362 0.001989 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:42] "POST /analytics/query HTTP/1.1" 202 179 0.003964 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:42] "GET /analytics/query/f81d4f0b-dee8-11f0-8030-00000a000017 HTTP/1.1" 200 221 0.003827 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:43] "GET /analytics/query/f81d4f0b-dee8-11f0-8030-00000a000017 HTTP/1.1" 200 339 0.001871 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:43] "GET /analytics/query/f81d4f0b-dee8-11f0-8030-00000a000017/chunk-final/0 HTTP/1.1" 200 7655 0.002286 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.004310 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:46] "POST /analytics/query HTTP/1.1" 202 179 0.007688 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:46] "GET /analytics/query/fac24e11-dee8-11f0-9510-00000a000017 HTTP/1.1" 200 221 0.004841 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:47] "GET /analytics/query/fac24e11-dee8-11f0-9510-00000a000017 HTTP/1.1" 200 340 0.001828 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:47] "GET /analytics/query/fac24e11-dee8-11f0-9510-00000a000017/chunk-final/0 HTTP/1.1" 200 322338 0.008730 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.003686 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.003878 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:48] "POST /analytics/query HTTP/1.1" 202 179 0.006194 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:48] "GET /analytics/query/fbd8472f-dee8-11f0-8440-00000a000017 HTTP/1.1" 200 221 0.012569 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:49] "GET /analytics/query/fbd8472f-dee8-11f0-8440-00000a000017 HTTP/1.1" 200 338 0.005335 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:49] "GET /analytics/query/fbd8472f-dee8-11f0-8440-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002494 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:49] "POST /analytics/query HTTP/1.1" 202 179 0.011631 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:49] "GET /analytics/query/fc2b80fb-dee8-11f0-be55-00000a000017 HTTP/1.1" 200 221 0.005976 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:49] "GET /analytics/query/fc2b80fb-dee8-11f0-be55-00000a000017 HTTP/1.1" 200 338 0.002083 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:49] "GET /analytics/query/fc2b80fb-dee8-11f0-be55-00000a000017/chunk-final/0 HTTP/1.1" 200 5945 0.002997 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:49] "POST /analytics/query HTTP/1.1" 202 179 0.005881 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:49] "GET /analytics/query/fc7e3985-dee8-11f0-8cdb-00000a000017 HTTP/1.1" 200 221 0.014685 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:50] "GET /analytics/query/fc7e3985-dee8-11f0-8cdb-00000a000017 HTTP/1.1" 200 338 0.002137 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:50] "GET /analytics/query/fc7e3985-dee8-11f0-8cdb-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002459 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:50] "POST /analytics/query HTTP/1.1" 202 179 0.004337 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:50] "GET /analytics/query/fcd071e2-dee8-11f0-bd1d-00000a000017 HTTP/1.1" 200 221 0.001648 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:50] "GET /analytics/query/fcd071e2-dee8-11f0-bd1d-00000a000017 HTTP/1.1" 200 338 0.002460 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:50] "GET /analytics/query/fcd071e2-dee8-11f0-bd1d-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001478 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:50] "POST /analytics/query HTTP/1.1" 202 179 0.003630 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:50] "GET /analytics/query/fd206f22-dee8-11f0-a628-00000a000017 HTTP/1.1" 200 221 0.004754 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:51] "GET /analytics/query/fd206f22-dee8-11f0-a628-00000a000017 HTTP/1.1" 200 338 0.001929 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:51] "GET /analytics/query/fd206f22-dee8-11f0-a628-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001411 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:51] "POST /analytics/query HTTP/1.1" 202 179 0.004506 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:51] "GET /analytics/query/fd72da76-dee8-11f0-9fd3-00000a000017 HTTP/1.1" 200 221 0.002003 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:51] "GET /analytics/query/fd72da76-dee8-11f0-9fd3-00000a000017 HTTP/1.1" 200 338 0.001974 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:51] "GET /analytics/query/fd72da76-dee8-11f0-9fd3-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001849 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:51] "POST /analytics/query HTTP/1.1" 202 179 0.006854 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:51] "GET /analytics/query/fdc38d3c-dee8-11f0-b747-00000a000017 HTTP/1.1" 200 221 0.002298 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:52] "GET /analytics/query/fdc38d3c-dee8-11f0-b747-00000a000017 HTTP/1.1" 200 338 0.001887 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:52] "GET /analytics/query/fdc38d3c-dee8-11f0-b747-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.002069 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:52] "POST /analytics/query HTTP/1.1" 202 179 0.013417 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:52] "GET /analytics/query/fe142c6c-dee8-11f0-8d79-00000a000017 HTTP/1.1" 200 221 0.001961 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:53] "GET /analytics/query/fe142c6c-dee8-11f0-8d79-00000a000017 HTTP/1.1" 200 338 0.001772 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:53] "GET /analytics/query/fe142c6c-dee8-11f0-8d79-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.002738 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:53] "POST /analytics/query HTTP/1.1" 202 179 0.004905 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:53] "GET /analytics/query/fe65d7f1-dee8-11f0-960c-00000a000017 HTTP/1.1" 200 221 0.001930 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:53] "GET /analytics/query/fe65d7f1-dee8-11f0-960c-00000a000017 HTTP/1.1" 200 338 0.001884 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:53] "GET /analytics/query/fe65d7f1-dee8-11f0-960c-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.001801 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:53] "POST /analytics/query HTTP/1.1" 202 179 0.004724 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:53] "GET /analytics/query/feb5ca29-dee8-11f0-8d47-00000a000017 HTTP/1.1" 200 221 0.005168 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:54] "GET /analytics/query/feb5ca29-dee8-11f0-8d47-00000a000017 HTTP/1.1" 200 338 0.001984 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:54] "GET /analytics/query/feb5ca29-dee8-11f0-8d47-00000a000017/chunk-final/0 HTTP/1.1" 200 4013 0.001982 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:54] "POST /analytics/query HTTP/1.1" 202 179 0.003744 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:54] "GET /analytics/query/ff065131-dee8-11f0-9ae6-00000a000017 HTTP/1.1" 200 221 0.002016 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:54] "GET /analytics/query/ff065131-dee8-11f0-9ae6-00000a000017 HTTP/1.1" 200 338 0.001962 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:54] "GET /analytics/query/ff065131-dee8-11f0-9ae6-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001586 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:54] "POST /analytics/query HTTP/1.1" 202 179 0.004375 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:54] "GET /analytics/query/ff56f017-dee8-11f0-a21b-00000a000017 HTTP/1.1" 200 221 0.001962 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:55] "GET /analytics/query/ff56f017-dee8-11f0-a21b-00000a000017 HTTP/1.1" 200 338 0.002339 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:55] "GET /analytics/query/ff56f017-dee8-11f0-a21b-00000a000017/chunk-final/0 HTTP/1.1" 200 145 0.001688 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.003561 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003531 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:56] "POST /analytics/query HTTP/1.1" 202 179 0.004417 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:56] "GET /analytics/query/0060679e-dee9-11f0-aaac-00000a000017 HTTP/1.1" 200 221 0.001723 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:56] "GET /analytics/query/0060679e-dee9-11f0-aaac-00000a000017 HTTP/1.1" 200 340 0.003190 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:56] "GET /analytics/query/0060679e-dee9-11f0-aaac-00000a000017/chunk-final/0 HTTP/1.1" 200 1558431 0.033935 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:56] "POST /analytics/query HTTP/1.1" 202 179 0.027140 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:57] "GET /analytics/query/00be3987-dee9-11f0-92a1-00000a000017 HTTP/1.1" 200 221 0.005710 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:57] "GET /analytics/query/00be3987-dee9-11f0-92a1-00000a000017 HTTP/1.1" 200 340 0.001733 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:57] "GET /analytics/query/00be3987-dee9-11f0-92a1-00000a000017/chunk-final/0 HTTP/1.1" 200 1559787 0.015931 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.005355 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.004258 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:47:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003685 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.003470 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:00] "GET /analytics/tables HTTP/1.1" 200 76090 0.003756 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:00] "POST /analytics/query HTTP/1.1" 202 179 0.004890 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:00] "GET /analytics/query/030babf1-dee9-11f0-842f-00000a000017 HTTP/1.1" 200 221 0.003367 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:01] "GET /analytics/query/030babf1-dee9-11f0-842f-00000a000017 HTTP/1.1" 200 339 0.002059 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:01] "GET /analytics/query/030babf1-dee9-11f0-842f-00000a000017/chunk-final/0 HTTP/1.1" 200 43905 0.004962 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:02] "GET /analytics/tables HTTP/1.1" 200 76090 0.004725 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:02] "POST /analytics/query HTTP/1.1" 202 179 0.005854 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:02] "GET /analytics/query/03bfdab2-dee9-11f0-8ef0-00000a000017 HTTP/1.1" 200 221 0.010813 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:02] "GET /analytics/query/03bfdab2-dee9-11f0-8ef0-00000a000017 HTTP/1.1" 200 341 0.001942 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:02] "GET /analytics/query/03bfdab2-dee9-11f0-8ef0-00000a000017/chunk-final/0 HTTP/1.1" 200 811895 0.030601 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.003406 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.003633 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.003662 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:08] "POST /analytics/query HTTP/1.1" 200 145 1.012665 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.004357 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:09] "POST /analytics/query HTTP/1.1" 200 2205 1.009647 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.003744 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:11] "POST /analytics/query HTTP/1.1" 200 708 1.012422 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.003696 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:13] "POST /analytics/query HTTP/1.1" 200 2830 1.023489 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.004056 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:14] "POST /analytics/query HTTP/1.1" 200 206 1.012404 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.003887 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:16] "POST /analytics/query HTTP/1.1" 200 1398 1.011117 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.003303 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:18] "POST /analytics/query HTTP/1.1" 200 2830 1.021201 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.004425 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:19] "POST /analytics/query HTTP/1.1" 200 826 1.010165 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.003458 [API:8081]10.0.0.23 - - [2025-12-22 03:48:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.064243 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:21] "POST /analytics/query HTTP/1.1" 200 141451 1.022609 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:22] "GET /analytics/tables HTTP/1.1" 200 76090 0.004542 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:23] "POST /analytics/query HTTP/1.1" 200 631 1.016101 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.003994 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:24] "POST /analytics/query HTTP/1.1" 200 258 1.010899 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.003635 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:26] "POST /analytics/query HTTP/1.1" 200 596 1.011590 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003536 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:28] "POST /analytics/query HTTP/1.1" 200 1432 1.016772 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004059 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:29] "POST /analytics/query HTTP/1.1" 200 596 1.012159 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003911 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:31] "POST /analytics/query HTTP/1.1" 200 236 1.010423 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:48:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.005456 [API:8081]10.0.0.23 - - [2025-12-22 03:48:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2025-12-22 03:48:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1392 0.051335 [API:8081]10.0.0.65 - - [2025-12-22 03:49:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.65 - - [2025-12-22 03:49:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.22 - - [2025-12-22 03:49:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.22 - - [2025-12-22 03:49:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2025-12-22 03:49:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.22 - - [2025-12-22 03:49:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.65 - - [2025-12-22 03:49:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.65 - - [2025-12-22 03:49:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.23 - - [2025-12-22 03:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-22 03:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-12-22 03:49:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2025-12-22 03:49:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.23 - - [2025-12-22 03:50:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068080 [API:8081]10.0.0.23 - - [2025-12-22 03:51:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.083329 [API:8081]10.0.0.23 - - [2025-12-22 03:53:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000436 [API:8081]10.0.0.23 - - [2025-12-22 03:53:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1360 0.054197 [API:8081]10.0.0.23 - - [2025-12-22 03:53:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072444 [API:8081]10.0.0.65 - - [2025-12-22 03:54:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.65 - - [2025-12-22 03:54:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.22 - - [2025-12-22 03:54:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.22 - - [2025-12-22 03:54:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.22 - - [2025-12-22 03:54:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.22 - - [2025-12-22 03:54:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000732 [API:8081]10.0.0.65 - - [2025-12-22 03:54:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.65 - - [2025-12-22 03:54:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.23 - - [2025-12-22 03:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-22 03:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2025-12-22 03:54:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-12-22 03:54:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-22 03:54:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.069571 [API:8081]10.0.0.23 - - [2025-12-22 03:55:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00309069:ctest-TestRbac-00309069-07652319?flat HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.23 - - [2025-12-22 03:55:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00309069:ctest-TestRbac-00309069-07652319?flat HTTP/1.1" 200 2076 0.426838 [API:8081]10.0.0.23 - - [2025-12-22 03:55:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.142293 [API:8081]10.0.0.23 - - [2025-12-22 03:55:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00309069:ctest-TestRbac-00309069-07652319?flat HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2025-12-22 03:55:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00309069:ctest-TestRbac-00309069-07652319?flat HTTP/1.1" 200 2076 0.160717 [API:8081]10.0.0.23 - - [2025-12-22 03:55:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.092448 [API:8081]10.0.0.23 - - [2025-12-22 03:55:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-38061710:ab8f92a4-0fe8-4075-aa0b-a6cfaea8c074?flat HTTP/1.1" 200 5325 0.104284 [API:8081]10.0.0.23 - - [2025-12-22 03:55:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-38061710:ab8f92a4-0fe8-4075-aa0b-a6cfaea8c074?flat HTTP/1.1" 200 5325 0.068644 [API:8081]10.0.0.23 - - [2025-12-22 03:55:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-38061710:ab8f92a4-0fe8-4075-aa0b-a6cfaea8c074?flat HTTP/1.1" 200 5325 0.059915 [API:8081]10.0.0.23 - - [2025-12-22 03:55:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00309069:ctest-TestRbac-00309069-07652319?flat HTTP/1.1" 200 3962 0.053842 [API:8081]10.0.0.23 - - [2025-12-22 03:55:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.035219 [API:8081]10.0.0.23 - - [2025-12-22 03:55:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.138659 [API:8081]10.0.0.23 - - [2025-12-22 03:55:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-12-22 03:55:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.077219 [API:8081]10.0.0.23 - - [2025-12-22 03:55:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.038938 [API:8081]10.0.0.23 - - [2025-12-22 03:55:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.135994 [API:8081]10.0.0.23 - - [2025-12-22 03:55:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.066846 [API:8081]10.0.0.23 - - [2025-12-22 03:55:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.039368 [API:8081]10.0.0.23 - - [2025-12-22 03:55:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.088652 [API:8081]10.0.0.23 - - [2025-12-22 03:55:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.142007 [API:8081]10.0.0.23 - - [2025-12-22 03:55:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.018079 [API:8081]10.0.0.23 - - [2025-12-22 03:55:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.075256 [API:8081]10.0.0.23 - - [2025-12-22 03:56:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.023931 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:56:02] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002618 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003068 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002534 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002546 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:56:02] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002741 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002358 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002408 [LOCAL API:8181]127.0.0.1 - - [2025-12-22 03:56:02] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4918-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002778 [API:8081]10.0.0.23 - - [2025-12-22 03:56:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.017531 [API:8081]10.0.0.23 - - [2025-12-22 03:56:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.018450 [API:8081]10.0.0.23 - - [2025-12-22 03:56:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.028610 [API:8081]10.0.0.23 - - [2025-12-22 03:56:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.018411 [API:8081]10.0.0.23 - - [2025-12-22 03:56:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.018007 [API:8081]10.0.0.23 - - [2025-12-22 03:56:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.019677 [API:8081]10.0.0.23 - - [2025-12-22 03:56:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-00309069:ctest-TestRbac-00309069-07652319?flat HTTP/1.1" 200 6494 0.012501 [API:8081]10.0.0.23 - - [2025-12-22 03:56:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009886 [API:8081]10.0.0.23 - - [2025-12-22 03:56:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.405155 [API:8081]10.0.0.23 - - [2025-12-22 03:56:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66641394:ctest-TestRbacBasic-66641394-54969010?flat HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2025-12-22 03:56:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66641394:ctest-TestRbacBasic-66641394-54969010?flat HTTP/1.1" 200 2120 0.102837 [API:8081]10.0.0.23 - - [2025-12-22 03:56:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66641394:ctest-TestRbacBasic-66641394-54969010?flat HTTP/1.1" 401 205 0.000229 --- 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-97012698'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-04899558' RBAC: ctest-TestRbacBasic-27525747 doesn't have read permission in project '7718aca3c3b44f998fdbe2a67032e66f' 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-66641394', 'ctest-TestRbacBasic-66641394-54969010'], 'virtual_network', '4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428', "Permission Denied for ['ctest-TestRbacBasic-97012698'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-04899558' RBAC: ctest-TestRbacBasic-27525747 doesn't have read permission in project '7718aca3c3b44f998fdbe2a67032e66f'"),) [API:8081]10.0.0.23 - - [2025-12-22 03:56:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66641394:ctest-TestRbacBasic-66641394-54969010?flat HTTP/1.1" 403 198 0.106800 [API:8081]10.0.0.23 - - [2025-12-22 03:56:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66641394:ctest-TestRbacBasic-66641394-54969010?flat HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.23 - - [2025-12-22 03:56:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66641394:ctest-TestRbacBasic-66641394-54969010?flat HTTP/1.1" 200 2120 0.073878 [API:8081]10.0.0.23 - - [2025-12-22 03:56:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.087968 [API:8081]10.0.0.23 - - [2025-12-22 03:56:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.084654 [API:8081]10.0.0.23 - - [2025-12-22 03:56:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.069939 --- 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-97012698'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-66641394' RBAC: ctest-TestRbacBasic-27525747 doesn't have read permission in project '5d063fa1b7cd4e5ca5eb1b8a69962214' 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-66641394', 'ctest-TestRbacBasic-66641394-54969010'], 'virtual_network', '4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428', "Permission Denied for ['ctest-TestRbacBasic-97012698'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-66641394' RBAC: ctest-TestRbacBasic-27525747 doesn't have read permission in project '5d063fa1b7cd4e5ca5eb1b8a69962214'"),) [API:8081]10.0.0.23 - - [2025-12-22 03:56:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66641394:ctest-TestRbacBasic-66641394-54969010?flat HTTP/1.1" 403 198 0.039525 --- 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-97012698'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-66641394' RBAC: ctest-TestRbacBasic-27525747 doesn't have read permission in project '5d063fa1b7cd4e5ca5eb1b8a69962214' 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-66641394', 'ctest-TestRbacBasic-66641394-54969010'], 'virtual_network', '4ce92bb4-d4e5-45b8-ab82-2ed8a36a7428', "Permission Denied for ['ctest-TestRbacBasic-97012698'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-66641394' RBAC: ctest-TestRbacBasic-27525747 doesn't have read permission in project '5d063fa1b7cd4e5ca5eb1b8a69962214'"),) [API:8081]10.0.0.23 - - [2025-12-22 03:56:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66641394:ctest-TestRbacBasic-66641394-54969010?flat HTTP/1.1" 403 198 0.087675 [API:8081]10.0.0.23 - - [2025-12-22 03:56:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66641394:ctest-TestRbacBasic-66641394-54969010?flat HTTP/1.1" 200 2124 0.049127 [API:8081]10.0.0.23 - - [2025-12-22 03:56:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-66641394:ctest-TestRbacBasic-66641394-54969010?flat HTTP/1.1" 200 2124 0.012335 [API:8081]10.0.0.23 - - [2025-12-22 03:56:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.098763 [API:8081]10.0.0.23 - - [2025-12-22 03:56:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.070619 [API:8081]10.0.0.23 - - [2025-12-22 03:56:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.008902 [API:8081]10.0.0.23 - - [2025-12-22 03:56:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1404 0.008673 [API:8081]10.0.0.23 - - [2025-12-22 03:56:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-78997188?flat HTTP/1.1" 401 205 0.000245 --- 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-49729981 as ['ctest-TestRbacBasic-20664022'] to R virtual-network in ctest-TestRbacBasic-92252324 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-92252324', 'ctest-TestRbacBasic-92252324-78997188'], 'virtual_network', '45d5ae72-8711-42c4-b38d-dae743383b27', "Permission Denied for ctest-TestRbacBasic-49729981 as ['ctest-TestRbacBasic-20664022'] to R virtual-network in ctest-TestRbacBasic-92252324"),) [API:8081]10.0.0.23 - - [2025-12-22 03:56:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-78997188?flat HTTP/1.1" 403 198 0.095190 [API:8081]10.0.0.23 - - [2025-12-22 03:56:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.066105 [API:8081]10.0.0.23 - - [2025-12-22 03:56:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-78997188?flat HTTP/1.1" 200 2120 0.055930 [API:8081]10.0.0.23 - - [2025-12-22 03:56:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.055871 --- 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-49729981 as ['ctest-TestRbacBasic-20664022'] to R virtual-network in ctest-TestRbacBasic-92252324 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-92252324', 'ctest-TestRbacBasic-92252324-78997188'], 'virtual_network', '45d5ae72-8711-42c4-b38d-dae743383b27', "Permission Denied for ctest-TestRbacBasic-49729981 as ['ctest-TestRbacBasic-20664022'] to R virtual-network in ctest-TestRbacBasic-92252324"),) [API:8081]10.0.0.23 - - [2025-12-22 03:56:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-78997188?flat HTTP/1.1" 403 198 0.042491 --- 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-49729981 as ['ctest-TestRbacBasic-20664022'] to R virtual-network in ctest-TestRbacBasic-92252324 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-92252324', 'ctest-TestRbacBasic-92252324-78997188'], 'virtual_network', '45d5ae72-8711-42c4-b38d-dae743383b27', "Permission Denied for ctest-TestRbacBasic-49729981 as ['ctest-TestRbacBasic-20664022'] to R virtual-network in ctest-TestRbacBasic-92252324"),) [API:8081]10.0.0.23 - - [2025-12-22 03:56:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-78997188?flat HTTP/1.1" 403 198 0.089812 [API:8081]10.0.0.23 - - [2025-12-22 03:57:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.059931 [API:8081]10.0.0.23 - - [2025-12-22 03:57:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-78997188?flat HTTP/1.1" 200 2120 0.062599 [API:8081]10.0.0.23 - - [2025-12-22 03:57:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.062994 [API:8081]10.0.0.23 - - [2025-12-22 03:57:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-78997188?flat HTTP/1.1" 401 205 0.000251 --- 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-27525747 as ['ctest-TestRbacBasic-97012698'] to R virtual-network in ctest-TestRbacBasic-92252324 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-92252324', 'ctest-TestRbacBasic-92252324-78997188'], 'virtual_network', '45d5ae72-8711-42c4-b38d-dae743383b27', "Permission Denied for ctest-TestRbacBasic-27525747 as ['ctest-TestRbacBasic-97012698'] to R virtual-network in ctest-TestRbacBasic-92252324"),) [API:8081]10.0.0.23 - - [2025-12-22 03:57:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-78997188?flat HTTP/1.1" 403 198 0.096230 [API:8081]10.0.0.23 - - [2025-12-22 03:57:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.062522 [API:8081]10.0.0.23 - - [2025-12-22 03:57:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-78997188?flat HTTP/1.1" 200 2120 0.057509 [API:8081]10.0.0.23 - - [2025-12-22 03:57:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.053419 [API:8081]10.0.0.23 - - [2025-12-22 03:57:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1404 0.075161 [API:8081]10.0.0.23 - - [2025-12-22 03:57:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.010898 [API:8081]10.0.0.65 - - [2025-12-22 03:57:09] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.65 - - [2025-12-22 03:57:09] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.23 - - [2025-12-22 03:57:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-92252324:943f1e34-4c92-481c-8bb3-43eb9dd9fc4b?flat HTTP/1.1" 200 5239 0.066644 [API:8081]10.0.0.23 - - [2025-12-22 03:57:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-92252324:943f1e34-4c92-481c-8bb3-43eb9dd9fc4b?flat HTTP/1.1" 200 5239 0.059565 [API:8081]10.0.0.23 - - [2025-12-22 03:57:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-92252324:943f1e34-4c92-481c-8bb3-43eb9dd9fc4b?flat HTTP/1.1" 200 5239 0.050630 [API:8081]10.0.0.23 - - [2025-12-22 03:57:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-48130264?flat HTTP/1.1" 200 3502 0.051729 [API:8081]10.0.0.23 - - [2025-12-22 03:57:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.058786 [API:8081]10.0.0.23 - - [2025-12-22 03:57:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.093551 [API:8081]10.0.0.23 - - [2025-12-22 03:57:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.023798 [API:8081]10.0.0.23 - - [2025-12-22 03:57:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.037192 [API:8081]10.0.0.23 - - [2025-12-22 03:57:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.353400 [API:8081]10.0.0.23 - - [2025-12-22 03:57:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.087694 [API:8081]10.0.0.23 - - [2025-12-22 03:57:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.016556 [API:8081]10.0.0.23 - - [2025-12-22 03:57:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.047947 [API:8081]10.0.0.23 - - [2025-12-22 03:57:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-48130264?flat HTTP/1.1" 200 3502 0.072408 [API:8081]10.0.0.23 - - [2025-12-22 03:57:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.097886 [API:8081]10.0.0.23 - - [2025-12-22 03:57:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.036775 [API:8081]10.0.0.23 - - [2025-12-22 03:57:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.086184 [API:8081]10.0.0.23 - - [2025-12-22 03:57:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.027953 [API:8081]10.0.0.23 - - [2025-12-22 03:57:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.019798 [API:8081]10.0.0.23 - - [2025-12-22 03:57:38] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-12-22 03:57:38] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.22 - - [2025-12-22 03:57:38] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.22 - - [2025-12-22 03:57:38] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.23 - - [2025-12-22 03:57:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.018598 [API:8081]10.0.0.23 - - [2025-12-22 03:57:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.018276 [API:8081]10.0.0.23 - - [2025-12-22 03:57:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.019475 [API:8081]10.0.0.23 - - [2025-12-22 03:57:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4918-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26206 0.020279 [API:8081]10.0.0.23 - - [2025-12-22 03:57:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-92252324:ctest-TestRbacBasic-92252324-48130264?flat HTTP/1.1" 200 6880 0.013174 [API:8081]10.0.0.23 - - [2025-12-22 03:57:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009604 [Introspect:8090]10.0.0.23 - - [2025-12-22 03:57:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001362 [API:8081]10.0.0.23 - - [2025-12-22 03:58:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2025-12-22 03:58:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1368 0.056641 [API:8081]10.0.0.23 - - [2025-12-22 03:58:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1368 0.059033 [API:8081]10.0.0.23 - - [2025-12-22 03:58:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1578 0.096554 [API:8081]10.0.0.65 - - [2025-12-22 03:59:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.65 - - [2025-12-22 03:59:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2025-12-22 03:59:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.22 - - [2025-12-22 03:59:07] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.22 - - [2025-12-22 03:59:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2025-12-22 03:59:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.65 - - [2025-12-22 03:59:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.65 - - [2025-12-22 03:59:08] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-12-22 03:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-22 03:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.23 - - [2025-12-22 03:59:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.23 - - [2025-12-22 03:59:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-12-22 03:59:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-12-22 03:59:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1602 0.086741 [API:8081]10.0.0.23 - - [2025-12-22 03:59:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1602 0.060991 [API:8081]10.0.0.23 - - [2025-12-22 03:59:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061168 [API:8081]10.0.0.23 - - [2025-12-22 03:59:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2025-12-22 03:59:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1372 0.058180 [API:8081]10.0.0.23 - - [2025-12-22 04:00:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.059214 [Introspect:8090]10.0.0.23 - - [2025-12-22 04:01:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001011