++ 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 Nov 10 01:58:07 AM UTC 2025 ===================' INFO: =================== Mon Nov 10 01:58:07 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 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.22 ++ 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 '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.22:8081 10.0.0.50:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.22:9042 10.0.0.50:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.22:8086 10.0.0.50:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.22:8082 10.0.0.50:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.22:9161 10.0.0.50:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.22:9041 10.0.0.50:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.22:2181,10.0.0.50:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.22:2181 10.0.0.50:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+=10.0.0.50:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.22:5673,10.0.0.50:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.22:6379 10.0.0.50:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.50 +++ local server_address=10.0.0.50 +++ extended_server_list+='10.0.0.50:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.22:9092 10.0.0.50:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.22 ++ 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.22,10.0.0.50,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.22,10.0.0.50,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.22,10.0.0.50,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.22 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.22 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.22,10.0.0.50,10.0.0.23 +++ local servers=10.0.0.22,10.0.0.50,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.22,10.20.0.193,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.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.22,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ echo 10.0.0.22 1 +++ return ++ local ip=10.0.0.22 ++ [[ -z 10.0.0.22 ]] ++ echo 10.0.0.22 + host_ip=10.0.0.22 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' ++ grep '^ANALYTICS_API__.*__.*=.*$' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 11/10/2025 01:58:15.556 7efd5dab6e80 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/10/2025 01:58:15.727 7efd5dab6e80 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 11/10/2025 01:58:15.737 7efd5dab6e80 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/10/2025 01:58:15.737 7efd5dab6e80 [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.22: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.50 - - [2025-11-10 01:58:52] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.50 - - [2025-11-10 01:58:52] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.23 - - [2025-11-10 01:58:52] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-11-10 01:58:52] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.22 - - [2025-11-10 01:58:54] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-11-10 01:58:54] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.50 - - [2025-11-10 01:59:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.366509 [API:8081]10.0.0.50 - - [2025-11-10 01:59:23] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.50 - - [2025-11-10 01:59:23] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.23 - - [2025-11-10 01:59:23] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2025-11-10 01:59:23] "GET /analytics HTTP/1.1" 401 205 0.000403 [API:8081]10.0.0.22 - - [2025-11-10 01:59:25] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.22 - - [2025-11-10 01:59:25] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.50 - - [2025-11-10 01:59:53] "GET /analytics HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.50 - - [2025-11-10 01:59:53] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2025-11-10 01:59:53] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2025-11-10 01:59:53] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.50 - - [2025-11-10 02:00:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.388682 [API:8081]10.0.0.23 - - [2025-11-10 02:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000422 [API:8081]10.0.0.23 - - [2025-11-10 02:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-11-10 02:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2025-11-10 02:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000404 [API:8081]10.0.0.50 - - [2025-11-10 02:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.50 - - [2025-11-10 02:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2025-11-10 02:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-11-10 02:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.22 - - [2025-11-10 02:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.22 - - [2025-11-10 02:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000673 [API:8081]10.0.0.22 - - [2025-11-10 02:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.22 - - [2025-11-10 02:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [Introspect:8090]10.0.0.22 - - [2025-11-10 02:01:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001576 [Introspect:8090]10.0.0.22 - - [2025-11-10 02:02:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001609 [API:8081]10.0.0.50 - - [2025-11-10 02:02:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.370370 [API:8081]10.0.0.50 - - [2025-11-10 02:03:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.078169 [Introspect:8090]10.0.0.22 - - [2025-11-10 02:03:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001289 [Introspect:8090]10.0.0.22 - - [2025-11-10 02:03:28] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000629 [API:8081]10.0.0.22 - - [2025-11-10 02:03:28] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1:Control:contrail-control:0?flat HTTP/1.1" 200 38001 0.074050 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.069043 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2:Control:contrail-control:0?flat HTTP/1.1" 200 35050 0.072750 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.018780 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3:Control:contrail-control:0?flat HTTP/1.1" 200 38105 0.021992 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.015103 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.024903 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.078908 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.018097 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.012738 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010126 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4315 0.015091 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4308 0.019025 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.012401 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010949 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.017714 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.020994 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014024 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016748 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016584 [API:8081]10.0.0.22 - - [2025-11-10 02:03:29] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014100 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016364 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012897 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014701 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.018929 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015984 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.018634 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018682 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14879 0.015050 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017242 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.018404 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.021131 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12093 0.043118 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.024419 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.024299 [API:8081]10.0.0.22 - - [2025-11-10 02:03:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12093 0.022877 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20495 0.020374 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.012119 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.020298 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.013246 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.012835 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.021081 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014942 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.010689 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.020533 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011860 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.016682 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14879 0.018184 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013316 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.018233 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.013003 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.019580 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.013518 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015453 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.012784 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4315 0.014120 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4308 0.014050 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.015905 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1:Control:contrail-control:0?flat HTTP/1.1" 200 38003 0.023015 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013235 [API:8081]10.0.0.22 - - [2025-11-10 02:03:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.018239 [API:8081]10.0.0.22 - - [2025-11-10 02:03:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2:Control:contrail-control:0?flat HTTP/1.1" 200 35052 0.022829 [API:8081]10.0.0.22 - - [2025-11-10 02:03:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.014903 [API:8081]10.0.0.22 - - [2025-11-10 02:03:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.017323 [API:8081]10.0.0.22 - - [2025-11-10 02:03:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3:Control:contrail-control:0?flat HTTP/1.1" 200 38107 0.023398 [API:8081]10.0.0.22 - - [2025-11-10 02:03:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.014879 [API:8081]10.0.0.22 - - [2025-11-10 02:03:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4674-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.014087 [API:8081]10.0.0.22 - - [2025-11-10 02:03:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-1?flat HTTP/1.1" 200 12097 0.021871 [API:8081]10.0.0.22 - - [2025-11-10 02:03:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?flat HTTP/1.1" 200 14666 0.022497 [API:8081]10.0.0.22 - - [2025-11-10 02:03:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?flat HTTP/1.1" 200 16266 0.018436 [API:8081]10.0.0.22 - - [2025-11-10 02:03:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?flat HTTP/1.1" 200 17758 0.018837 [API:8081]10.0.0.22 - - [2025-11-10 02:03:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?flat HTTP/1.1" 200 14666 0.027124 [API:8081]10.0.0.22 - - [2025-11-10 02:03:35] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?flat HTTP/1.1" 200 16266 0.028692 [API:8081]10.0.0.22 - - [2025-11-10 02:03:36] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?flat HTTP/1.1" 200 17758 0.025975 [API:8081]10.0.0.22 - - [2025-11-10 02:03:36] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?flat HTTP/1.1" 200 14666 0.022851 [API:8081]10.0.0.22 - - [2025-11-10 02:03:36] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?flat HTTP/1.1" 200 16266 0.020118 [API:8081]10.0.0.22 - - [2025-11-10 02:03:36] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?flat HTTP/1.1" 200 17758 0.019991 [API:8081]10.0.0.22 - - [2025-11-10 02:03:36] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?flat HTTP/1.1" 200 14666 0.028614 [API:8081]10.0.0.22 - - [2025-11-10 02:03:36] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?flat HTTP/1.1" 200 16266 0.024993 [API:8081]10.0.0.22 - - [2025-11-10 02:03:36] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?flat HTTP/1.1" 200 17758 0.021836 [API:8081]10.0.0.22 - - [2025-11-10 02:03:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4674-1?flat HTTP/1.1" 200 8140 0.014751 [API:8081]10.0.0.22 - - [2025-11-10 02:03:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 8136 0.013921 [API:8081]10.0.0.22 - - [2025-11-10 02:03:37] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4674-3?flat HTTP/1.1" 200 8134 0.013873 [API:8081]10.0.0.22 - - [2025-11-10 02:03:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.22 - - [2025-11-10 02:03:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.057467 [API:8081]10.0.0.22 - - [2025-11-10 02:03:54] "POST /analytics/query HTTP/1.1" 200 54215 1.081917 [API:8081]10.0.0.22 - - [2025-11-10 02:03:55] "POST /analytics/query HTTP/1.1" 200 5872 1.072616 [API:8081]10.0.0.22 - - [2025-11-10 02:03:56] "POST /analytics/query HTTP/1.1" 200 871 1.022199 [API:8081]10.0.0.22 - - [2025-11-10 02:03:57] "POST /analytics/query HTTP/1.1" 200 5872 1.019732 [API:8081]10.0.0.22 - - [2025-11-10 02:03:58] "POST /analytics/query HTTP/1.1" 200 871 1.017200 [API:8081]10.0.0.22 - - [2025-11-10 02:04:10] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000931 [API:8081]10.0.0.50 - - [2025-11-10 02:05:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069621 [API:8081]10.0.0.50 - - [2025-11-10 02:06:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.062918 [API:8081]10.0.0.23 - - [2025-11-10 02:06:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2025-11-10 02:06:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.23 - - [2025-11-10 02:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-11-10 02:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2025-11-10 02:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2025-11-10 02:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2025-11-10 02:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000650 [API:8081]10.0.0.50 - - [2025-11-10 02:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.22 - - [2025-11-10 02:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.22 - - [2025-11-10 02:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.22 - - [2025-11-10 02:06:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.22 - - [2025-11-10 02:06:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000424 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:08:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002752 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:08:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.012729 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:08:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.008159 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:08:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002789 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:08:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004331 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:08:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008246 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:08:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.008836 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:08:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004064 [API:8081]10.0.0.50 - - [2025-11-10 02:08:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073797 [API:8081]10.0.0.22 - - [2025-11-10 02:09:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.22 - - [2025-11-10 02:09:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.057925 [API:8081]10.0.0.22 - - [2025-11-10 02:09:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.071571 [API:8081]10.0.0.50 - - [2025-11-10 02:09:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.070917 [API:8081]10.0.0.22 - - [2025-11-10 02:09:25] "GET /analytics HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.22 - - [2025-11-10 02:09:25] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.50 - - [2025-11-10 02:09:53] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.50 - - [2025-11-10 02:09:53] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.23 - - [2025-11-10 02:09:53] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2025-11-10 02:09:53] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.23 - - [2025-11-10 02:11:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.23 - - [2025-11-10 02:11:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.23 - - [2025-11-10 02:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2025-11-10 02:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.50 - - [2025-11-10 02:11:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.109437 [API:8081]10.0.0.50 - - [2025-11-10 02:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.50 - - [2025-11-10 02:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2025-11-10 02:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.50 - - [2025-11-10 02:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.22 - - [2025-11-10 02:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.22 - - [2025-11-10 02:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000410 [API:8081]10.0.0.22 - - [2025-11-10 02:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.22 - - [2025-11-10 02:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.50 - - [2025-11-10 02:12:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.069118 [API:8081]10.0.0.50 - - [2025-11-10 02:14:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064982 [API:8081]10.0.0.22 - - [2025-11-10 02:15:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-11-10 02:15:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.059829 [API:8081]10.0.0.22 - - [2025-11-10 02:15:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.054738 [API:8081]10.0.0.50 - - [2025-11-10 02:15:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.075419 [API:8081]10.0.0.23 - - [2025-11-10 02:16:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-11-10 02:16:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.23 - - [2025-11-10 02:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2025-11-10 02:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.50 - - [2025-11-10 02:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000425 [API:8081]10.0.0.50 - - [2025-11-10 02:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2025-11-10 02:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.50 - - [2025-11-10 02:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.22 - - [2025-11-10 02:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.22 - - [2025-11-10 02:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.22 - - [2025-11-10 02:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-11-10 02:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.22 - - [2025-11-10 02:16:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1886 0.009777 [API:8081]10.0.0.22 - - [2025-11-10 02:16:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2114 0.011928 [API:8081]10.0.0.22 - - [2025-11-10 02:16:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2342 0.056316 [API:8081]10.0.0.22 - - [2025-11-10 02:16:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2570 0.015121 [API:8081]10.0.0.50 - - [2025-11-10 02:17:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064510 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:18:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002958 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:18:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004137 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:18:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.004322 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:18:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004540 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:18:15] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004728 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:18:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003414 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:18:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002613 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:18:15] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002953 [API:8081]10.0.0.50 - - [2025-11-10 02:18:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.065851 [API:8081]10.0.0.22 - - [2025-11-10 02:19:25] "GET /analytics HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.22 - - [2025-11-10 02:19:25] "GET /analytics HTTP/1.1" 401 205 0.000186 [API:8081]10.0.0.50 - - [2025-11-10 02:19:53] "GET /analytics HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.50 - - [2025-11-10 02:19:53] "GET /analytics HTTP/1.1" 401 205 0.000190 [API:8081]10.0.0.23 - - [2025-11-10 02:19:53] "GET /analytics HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.23 - - [2025-11-10 02:19:53] "GET /analytics HTTP/1.1" 401 205 0.000175 [API:8081]10.0.0.22 - - [2025-11-10 02:20:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.071333 [API:8081]10.0.0.22 - - [2025-11-10 02:20:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.070554 [API:8081]10.0.0.22 - - [2025-11-10 02:20:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.021686 [API:8081]10.0.0.22 - - [2025-11-10 02:20:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.021479 [API:8081]10.0.0.22 - - [2025-11-10 02:20:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.026983 [API:8081]10.0.0.22 - - [2025-11-10 02:20:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.024531 [API:8081]10.0.0.22 - - [2025-11-10 02:20:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.024195 [API:8081]10.0.0.22 - - [2025-11-10 02:20:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.021274 [API:8081]10.0.0.22 - - [2025-11-10 02:20:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.021769 [API:8081]10.0.0.22 - - [2025-11-10 02:20:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.023364 [API:8081]10.0.0.22 - - [2025-11-10 02:20:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.023579 [API:8081]10.0.0.22 - - [2025-11-10 02:20:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.023692 [API:8081]10.0.0.22 - - [2025-11-10 02:20:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.020471 [API:8081]10.0.0.22 - - [2025-11-10 02:20:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.031419 [API:8081]10.0.0.22 - - [2025-11-10 02:20:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.021364 [API:8081]10.0.0.22 - - [2025-11-10 02:20:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12630 0.020604 [API:8081]10.0.0.22 - - [2025-11-10 02:20:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-24196850:ctest-vnet1-36088511?flat HTTP/1.1" 200 8247 0.012805 [API:8081]10.0.0.22 - - [2025-11-10 02:20:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009325 [API:8081]10.0.0.50 - - [2025-11-10 02:20:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075720 [API:8081]10.0.0.22 - - [2025-11-10 02:20:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.032071 [API:8081]10.0.0.22 - - [2025-11-10 02:20:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.026457 [API:8081]10.0.0.22 - - [2025-11-10 02:20:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-24196850:ctest-vnet0-92005559?flat HTTP/1.1" 200 8245 0.013714 [API:8081]10.0.0.22 - - [2025-11-10 02:20:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011542 [API:8081]10.0.0.22 - - [2025-11-10 02:20:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.009204 [API:8081]10.0.0.23 - - [2025-11-10 02:21:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2025-11-10 02:21:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-11-10 02:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-11-10 02:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.50 - - [2025-11-10 02:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2025-11-10 02:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.50 - - [2025-11-10 02:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.50 - - [2025-11-10 02:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-11-10 02:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000431 [API:8081]10.0.0.22 - - [2025-11-10 02:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.22 - - [2025-11-10 02:21:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.22 - - [2025-11-10 02:21:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.50 - - [2025-11-10 02:21:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.071882 [API:8081]10.0.0.22 - - [2025-11-10 02:22:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.22 - - [2025-11-10 02:22:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.062592 [API:8081]10.0.0.50 - - [2025-11-10 02:23:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062991 [API:8081]10.0.0.22 - - [2025-11-10 02:23:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.091019 [API:8081]10.0.0.22 - - [2025-11-10 02:23:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020857 [API:8081]10.0.0.22 - - [2025-11-10 02:23:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.066257 [API:8081]10.0.0.22 - - [2025-11-10 02:23:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.024014 [API:8081]10.0.0.22 - - [2025-11-10 02:23:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.033250 [API:8081]10.0.0.22 - - [2025-11-10 02:24:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022364 [API:8081]10.0.0.22 - - [2025-11-10 02:24:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-01302931:ctest-vnet0-44353163?flat HTTP/1.1" 200 7199 0.015686 [API:8081]10.0.0.22 - - [2025-11-10 02:24:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011407 [API:8081]10.0.0.22 - - [2025-11-10 02:24:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.22 - - [2025-11-10 02:24:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.059913 [API:8081]10.0.0.22 - - [2025-11-10 02:24:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-11-10 02:24:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.070922 [API:8081]10.0.0.50 - - [2025-11-10 02:24:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.098086 [API:8081]10.0.0.22 - - [2025-11-10 02:24:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.054683 [API:8081]10.0.0.22 - - [2025-11-10 02:24:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.011191 [API:8081]10.0.0.22 - - [2025-11-10 02:25:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01457679:e72e96df-c69f-4ca1-99b9-cbf4be50470d?flat HTTP/1.1" 200 5227 0.062837 [API:8081]10.0.0.22 - - [2025-11-10 02:25:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01457679:e72e96df-c69f-4ca1-99b9-cbf4be50470d?flat HTTP/1.1" 200 5227 0.015427 [API:8081]10.0.0.22 - - [2025-11-10 02:25:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01457679:e72e96df-c69f-4ca1-99b9-cbf4be50470d?flat HTTP/1.1" 200 5227 0.013958 [API:8081]10.0.0.22 - - [2025-11-10 02:25:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01457679:ctest-VN1-50026022?flat HTTP/1.1" 200 8551 0.019213 [API:8081]10.0.0.22 - - [2025-11-10 02:25:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.030143 [API:8081]10.0.0.22 - - [2025-11-10 02:25:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.024415 [API:8081]10.0.0.22 - - [2025-11-10 02:25:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009428 [API:8081]10.0.0.22 - - [2025-11-10 02:25:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01457679:6e25bf7a-2b3d-4226-be8f-a6d5cfa10360?flat HTTP/1.1" 200 5095 0.013919 [API:8081]10.0.0.22 - - [2025-11-10 02:25:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01457679:6e25bf7a-2b3d-4226-be8f-a6d5cfa10360?flat HTTP/1.1" 200 5095 0.014240 [API:8081]10.0.0.22 - - [2025-11-10 02:25:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01457679:6e25bf7a-2b3d-4226-be8f-a6d5cfa10360?flat HTTP/1.1" 200 5095 0.014377 [API:8081]10.0.0.22 - - [2025-11-10 02:25:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01457679:ctest-VN2-29051739?flat HTTP/1.1" 200 7854 0.018797 [API:8081]10.0.0.22 - - [2025-11-10 02:25:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.030577 [API:8081]10.0.0.22 - - [2025-11-10 02:25:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13023 0.022230 [API:8081]10.0.0.22 - - [2025-11-10 02:25:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24583 0.021758 [API:8081]10.0.0.22 - - [2025-11-10 02:25:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13023 0.023512 [API:8081]10.0.0.22 - - [2025-11-10 02:25:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013066 [API:8081]10.0.0.22 - - [2025-11-10 02:25:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01457679:73633051-2178-4074-8005-f74b3098bc63?flat HTTP/1.1" 200 5445 0.016269 [API:8081]10.0.0.22 - - [2025-11-10 02:25:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01457679:73633051-2178-4074-8005-f74b3098bc63?flat HTTP/1.1" 200 5445 0.023679 [API:8081]10.0.0.22 - - [2025-11-10 02:25:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-01457679:73633051-2178-4074-8005-f74b3098bc63?flat HTTP/1.1" 200 5445 0.015166 [API:8081]10.0.0.22 - - [2025-11-10 02:25:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01457679:ctest-VN3-62556519?flat HTTP/1.1" 200 8857 0.022186 [API:8081]10.0.0.22 - - [2025-11-10 02:25:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.018620 [API:8081]10.0.0.22 - - [2025-11-10 02:25:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.032656 [API:8081]10.0.0.22 - - [2025-11-10 02:25:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010396 [API:8081]10.0.0.22 - - [2025-11-10 02:26:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022114 [API:8081]10.0.0.22 - - [2025-11-10 02:26:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021189 [API:8081]10.0.0.22 - - [2025-11-10 02:26:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.034465 [API:8081]10.0.0.22 - - [2025-11-10 02:26:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021609 [API:8081]10.0.0.23 - - [2025-11-10 02:26:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.23 - - [2025-11-10 02:26:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-11-10 02:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2025-11-10 02:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-10 02:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.50 - - [2025-11-10 02:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-11-10 02:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.50 - - [2025-11-10 02:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.22 - - [2025-11-10 02:26:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.028135 [API:8081]10.0.0.22 - - [2025-11-10 02:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.22 - - [2025-11-10 02:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000384 [API:8081]10.0.0.22 - - [2025-11-10 02:26:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000390 [API:8081]10.0.0.22 - - [2025-11-10 02:26:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.22 - - [2025-11-10 02:26:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.024987 [API:8081]10.0.0.22 - - [2025-11-10 02:26:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020233 [API:8081]10.0.0.22 - - [2025-11-10 02:26:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.039631 [API:8081]10.0.0.50 - - [2025-11-10 02:26:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064198 [API:8081]10.0.0.22 - - [2025-11-10 02:26:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.032065 [API:8081]10.0.0.22 - - [2025-11-10 02:26:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01457679:ctest-VN3-62556519?flat HTTP/1.1" 200 6216 0.013597 [API:8081]10.0.0.22 - - [2025-11-10 02:26:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.022156 [API:8081]10.0.0.22 - - [2025-11-10 02:26:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023888 [API:8081]10.0.0.22 - - [2025-11-10 02:26:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13028 0.023793 [API:8081]10.0.0.22 - - [2025-11-10 02:26:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020568 [API:8081]10.0.0.22 - - [2025-11-10 02:26:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13028 0.022437 [API:8081]10.0.0.22 - - [2025-11-10 02:26:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025186 [API:8081]10.0.0.22 - - [2025-11-10 02:26:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13028 0.024509 [API:8081]10.0.0.22 - - [2025-11-10 02:26:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.028855 [API:8081]10.0.0.22 - - [2025-11-10 02:26:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13028 0.024173 [API:8081]10.0.0.22 - - [2025-11-10 02:26:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025620 [API:8081]10.0.0.22 - - [2025-11-10 02:26:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13028 0.028602 [API:8081]10.0.0.22 - - [2025-11-10 02:26:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021214 [API:8081]10.0.0.22 - - [2025-11-10 02:26:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13028 0.022003 [API:8081]10.0.0.22 - - [2025-11-10 02:26:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021126 [API:8081]10.0.0.22 - - [2025-11-10 02:26:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12636 0.023162 [API:8081]10.0.0.22 - - [2025-11-10 02:26:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01457679:ctest-VN2-29051739?flat HTTP/1.1" 200 6547 0.013177 [API:8081]10.0.0.22 - - [2025-11-10 02:26:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009220 [API:8081]10.0.0.22 - - [2025-11-10 02:26:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020010 [API:8081]10.0.0.22 - - [2025-11-10 02:27:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020524 [API:8081]10.0.0.22 - - [2025-11-10 02:27:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.021130 [API:8081]10.0.0.22 - - [2025-11-10 02:27:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-01457679:ctest-VN1-50026022?flat HTTP/1.1" 200 6767 0.012486 [API:8081]10.0.0.22 - - [2025-11-10 02:27:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009128 [API:8081]10.0.0.22 - - [2025-11-10 02:27:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.22 - - [2025-11-10 02:27:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.062505 [API:8081]10.0.0.22 - - [2025-11-10 02:27:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.062758 [API:8081]10.0.0.22 - - [2025-11-10 02:27:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.070323 [API:8081]10.0.0.50 - - [2025-11-10 02:27:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.065375 [API:8081]10.0.0.22 - - [2025-11-10 02:28:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:e94fc3d8-b176-419e-a3cf-454ffa9e2e9e?flat HTTP/1.1" 200 5357 0.014749 [API:8081]10.0.0.22 - - [2025-11-10 02:28:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:e94fc3d8-b176-419e-a3cf-454ffa9e2e9e?flat HTTP/1.1" 200 5357 0.012101 [API:8081]10.0.0.22 - - [2025-11-10 02:28:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:e94fc3d8-b176-419e-a3cf-454ffa9e2e9e?flat HTTP/1.1" 200 5357 0.014401 [API:8081]10.0.0.22 - - [2025-11-10 02:28:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:e94fc3d8-b176-419e-a3cf-454ffa9e2e9e?flat HTTP/1.1" 200 5357 0.014088 [API:8081]10.0.0.22 - - [2025-11-10 02:28:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-32683063:ctest-VN1-01302041?flat HTTP/1.1" 200 9446 0.014602 [API:8081]10.0.0.22 - - [2025-11-10 02:28:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.022474 [API:8081]10.0.0.22 - - [2025-11-10 02:28:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.020146 [API:8081]10.0.0.22 - - [2025-11-10 02:28:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009869 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:28:15] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002879 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002963 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002869 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002548 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:28:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002698 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002529 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002727 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002501 [API:8081]10.0.0.22 - - [2025-11-10 02:28:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:488aa3a4-31ed-46d3-a2a8-580e3b181328?flat HTTP/1.1" 200 5225 0.020194 [API:8081]10.0.0.22 - - [2025-11-10 02:28:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:488aa3a4-31ed-46d3-a2a8-580e3b181328?flat HTTP/1.1" 200 5225 0.014765 [API:8081]10.0.0.22 - - [2025-11-10 02:28:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:488aa3a4-31ed-46d3-a2a8-580e3b181328?flat HTTP/1.1" 200 5225 0.015284 [API:8081]10.0.0.22 - - [2025-11-10 02:28:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:488aa3a4-31ed-46d3-a2a8-580e3b181328?flat HTTP/1.1" 200 5225 0.015637 [API:8081]10.0.0.22 - - [2025-11-10 02:28:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-32683063:ctest-VN2-79223197?flat HTTP/1.1" 200 8643 0.016892 [API:8081]10.0.0.22 - - [2025-11-10 02:28:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.026285 [API:8081]10.0.0.22 - - [2025-11-10 02:28:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13042 0.027150 [API:8081]10.0.0.22 - - [2025-11-10 02:28:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025429 [API:8081]10.0.0.22 - - [2025-11-10 02:28:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13042 0.027624 [API:8081]10.0.0.22 - - [2025-11-10 02:28:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011038 [API:8081]10.0.0.22 - - [2025-11-10 02:28:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:58d2921b-c722-484b-b375-97351438d776?flat HTTP/1.1" 200 5216 0.015192 [API:8081]10.0.0.22 - - [2025-11-10 02:28:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:58d2921b-c722-484b-b375-97351438d776?flat HTTP/1.1" 200 5216 0.015801 [API:8081]10.0.0.22 - - [2025-11-10 02:28:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:58d2921b-c722-484b-b375-97351438d776?flat HTTP/1.1" 200 5216 0.018151 [API:8081]10.0.0.22 - - [2025-11-10 02:28:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-32683063:58d2921b-c722-484b-b375-97351438d776?flat HTTP/1.1" 200 5216 0.015231 [API:8081]10.0.0.22 - - [2025-11-10 02:28:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-32683063:ctest-VN3-63611059?flat HTTP/1.1" 200 8199 0.018066 [API:8081]10.0.0.22 - - [2025-11-10 02:28:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.029162 [API:8081]10.0.0.22 - - [2025-11-10 02:28:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24591 0.035297 [API:8081]10.0.0.22 - - [2025-11-10 02:28:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009072 [API:8081]10.0.0.22 - - [2025-11-10 02:28:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.024216 [API:8081]10.0.0.22 - - [2025-11-10 02:29:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.033078 [API:8081]10.0.0.22 - - [2025-11-10 02:29:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-32683063:ctest-VN3-63611059?flat HTTP/1.1" 200 6960 0.012792 [API:8081]10.0.0.22 - - [2025-11-10 02:29:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011846 [API:8081]10.0.0.22 - - [2025-11-10 02:29:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.024499 [API:8081]10.0.0.22 - - [2025-11-10 02:29:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13055 0.027372 [API:8081]10.0.0.22 - - [2025-11-10 02:29:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021199 [API:8081]10.0.0.22 - - [2025-11-10 02:29:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13055 0.023289 [API:8081]10.0.0.22 - - [2025-11-10 02:29:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019621 [API:8081]10.0.0.22 - - [2025-11-10 02:29:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13055 0.025250 [API:8081]10.0.0.22 - - [2025-11-10 02:29:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.028663 [API:8081]10.0.0.22 - - [2025-11-10 02:29:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13055 0.024520 [API:8081]10.0.0.22 - - [2025-11-10 02:29:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022738 [API:8081]10.0.0.22 - - [2025-11-10 02:29:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13055 0.020855 [API:8081]10.0.0.22 - - [2025-11-10 02:29:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020603 [API:8081]10.0.0.22 - - [2025-11-10 02:29:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13055 0.026827 [API:8081]10.0.0.22 - - [2025-11-10 02:29:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.033713 [API:8081]10.0.0.22 - - [2025-11-10 02:29:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13055 0.023469 [API:8081]10.0.0.22 - - [2025-11-10 02:29:25] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-11-10 02:29:25] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.22 - - [2025-11-10 02:29:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020264 [API:8081]10.0.0.22 - - [2025-11-10 02:29:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12643 0.021222 [API:8081]10.0.0.22 - - [2025-11-10 02:29:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-32683063:ctest-VN2-79223197?flat HTTP/1.1" 200 7319 0.012129 [API:8081]10.0.0.22 - - [2025-11-10 02:29:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008844 [API:8081]10.0.0.22 - - [2025-11-10 02:29:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.019572 [API:8081]10.0.0.22 - - [2025-11-10 02:29:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.021115 [API:8081]10.0.0.22 - - [2025-11-10 02:29:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-32683063:ctest-VN1-01302041?flat HTTP/1.1" 200 7639 0.013374 [API:8081]10.0.0.22 - - [2025-11-10 02:29:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008792 [API:8081]10.0.0.50 - - [2025-11-10 02:29:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060226 [API:8081]10.0.0.22 - - [2025-11-10 02:29:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.22 - - [2025-11-10 02:29:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.055612 [API:8081]10.0.0.22 - - [2025-11-10 02:29:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.055001 [API:8081]10.0.0.50 - - [2025-11-10 02:29:53] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-11-10 02:29:53] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.23 - - [2025-11-10 02:29:53] "GET /analytics HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2025-11-10 02:29:53] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.50 - - [2025-11-10 02:30:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.074991 [API:8081]10.0.0.23 - - [2025-11-10 02:31:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2025-11-10 02:31:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-11-10 02:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.23 - - [2025-11-10 02:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.50 - - [2025-11-10 02:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-11-10 02:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2025-11-10 02:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.50 - - [2025-11-10 02:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-11-10 02:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.22 - - [2025-11-10 02:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.22 - - [2025-11-10 02:31:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-11-10 02:31:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.22 - - [2025-11-10 02:32:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-11-10 02:32:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.054202 [API:8081]10.0.0.50 - - [2025-11-10 02:32:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062783 [API:8081]10.0.0.50 - - [2025-11-10 02:33:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.061741 [API:8081]10.0.0.22 - - [2025-11-10 02:34:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.023471 [API:8081]10.0.0.22 - - [2025-11-10 02:34:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.066226 [API:8081]10.0.0.22 - - [2025-11-10 02:34:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.069792 [API:8081]10.0.0.22 - - [2025-11-10 02:34:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.019297 [API:8081]10.0.0.22 - - [2025-11-10 02:34:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.018629 [API:8081]10.0.0.22 - - [2025-11-10 02:34:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.021193 [API:8081]10.0.0.22 - - [2025-11-10 02:34:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.024505 [API:8081]10.0.0.22 - - [2025-11-10 02:34:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.019872 [API:8081]10.0.0.22 - - [2025-11-10 02:34:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24610 0.028896 [API:8081]10.0.0.22 - - [2025-11-10 02:34:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-75841124:ctest-vnet0-19460991?flat HTTP/1.1" 200 7965 0.021146 [API:8081]10.0.0.22 - - [2025-11-10 02:34:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012909 [API:8081]10.0.0.22 - - [2025-11-10 02:34:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.22 - - [2025-11-10 02:34:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.058649 [API:8081]10.0.0.22 - - [2025-11-10 02:34:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.056184 [API:8081]10.0.0.50 - - [2025-11-10 02:35:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072091 [API:8081]10.0.0.23 - - [2025-11-10 02:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.23 - - [2025-11-10 02:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2025-11-10 02:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2025-11-10 02:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000406 [API:8081]10.0.0.50 - - [2025-11-10 02:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-11-10 02:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-10 02:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.50 - - [2025-11-10 02:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-11-10 02:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.22 - - [2025-11-10 02:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2025-11-10 02:36:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-11-10 02:36:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.50 - - [2025-11-10 02:36:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.069032 [API:8081]10.0.0.22 - - [2025-11-10 02:38:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.025526 [API:8081]10.0.0.22 - - [2025-11-10 02:38:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.083582 [API:8081]10.0.0.22 - - [2025-11-10 02:38:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.020755 [API:8081]10.0.0.22 - - [2025-11-10 02:38:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.025922 [API:8081]10.0.0.22 - - [2025-11-10 02:38:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.020586 [API:8081]10.0.0.22 - - [2025-11-10 02:38:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.025912 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:38:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002649 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002646 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002765 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002858 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:38:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002957 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002788 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003051 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002699 [API:8081]10.0.0.22 - - [2025-11-10 02:38:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.021463 [API:8081]10.0.0.22 - - [2025-11-10 02:38:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.023991 [API:8081]10.0.0.22 - - [2025-11-10 02:38:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.032745 [API:8081]10.0.0.22 - - [2025-11-10 02:38:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.022448 [API:8081]10.0.0.22 - - [2025-11-10 02:38:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.021580 [API:8081]10.0.0.22 - - [2025-11-10 02:38:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13054 0.023786 [API:8081]10.0.0.22 - - [2025-11-10 02:38:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24601 0.023603 [API:8081]10.0.0.22 - - [2025-11-10 02:38:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12644 0.023382 [API:8081]10.0.0.22 - - [2025-11-10 02:38:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-07323147:ctest-vnet1-11497013?flat HTTP/1.1" 200 7307 0.013518 [API:8081]10.0.0.22 - - [2025-11-10 02:38:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010585 [API:8081]10.0.0.22 - - [2025-11-10 02:38:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.022180 [API:8081]10.0.0.22 - - [2025-11-10 02:38:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.022134 [API:8081]10.0.0.22 - - [2025-11-10 02:38:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-07323147:ctest-vnet0-74407935?flat HTTP/1.1" 200 6960 0.012630 [API:8081]10.0.0.22 - - [2025-11-10 02:38:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010572 [API:8081]10.0.0.50 - - [2025-11-10 02:38:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072450 [API:8081]10.0.0.22 - - [2025-11-10 02:38:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2025-11-10 02:38:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.077763 [API:8081]10.0.0.22 - - [2025-11-10 02:38:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.074597 [API:8081]10.0.0.22 - - [2025-11-10 02:39:25] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-11-10 02:39:25] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.50 - - [2025-11-10 02:39:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.064815 [API:8081]10.0.0.50 - - [2025-11-10 02:39:53] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2025-11-10 02:39:53] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.23 - - [2025-11-10 02:39:53] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2025-11-10 02:39:53] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.23 - - [2025-11-10 02:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.23 - - [2025-11-10 02:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.23 - - [2025-11-10 02:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.23 - - [2025-11-10 02:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.50 - - [2025-11-10 02:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-11-10 02:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-10 02:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-10 02:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.22 - - [2025-11-10 02:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2025-11-10 02:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.22 - - [2025-11-10 02:41:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.22 - - [2025-11-10 02:41:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2025-11-10 02:41:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061204 [API:8081]10.0.0.22 - - [2025-11-10 02:41:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.022469 [API:8081]10.0.0.22 - - [2025-11-10 02:41:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13071 0.067391 [API:8081]10.0.0.22 - - [2025-11-10 02:41:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24605 0.022266 [API:8081]10.0.0.22 - - [2025-11-10 02:41:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12829 0.036256 [API:8081]10.0.0.22 - - [2025-11-10 02:41:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-48517482:ctest-vnet1-52529212?flat HTTP/1.1" 200 8068 0.011803 [API:8081]10.0.0.22 - - [2025-11-10 02:41:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010962 [API:8081]10.0.0.22 - - [2025-11-10 02:41:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.020489 [API:8081]10.0.0.22 - - [2025-11-10 02:42:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.023831 [API:8081]10.0.0.22 - - [2025-11-10 02:42:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.031814 [API:8081]10.0.0.22 - - [2025-11-10 02:42:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-48517482:ctest-vnet0-22319853?flat HTTP/1.1" 200 7710 0.013534 [API:8081]10.0.0.22 - - [2025-11-10 02:42:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009143 [API:8081]10.0.0.50 - - [2025-11-10 02:42:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.064549 [API:8081]10.0.0.50 - - [2025-11-10 02:44:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.081289 [API:8081]10.0.0.50 - - [2025-11-10 02:45:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.066109 [API:8081]10.0.0.23 - - [2025-11-10 02:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-11-10 02:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-11-10 02:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-11-10 02:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.50 - - [2025-11-10 02:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-11-10 02:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-11-10 02:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2025-11-10 02:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-11-10 02:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-11-10 02:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.22 - - [2025-11-10 02:46:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-11-10 02:46:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2025-11-10 02:46:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.22 - - [2025-11-10 02:46:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.357863 [API:8081]10.0.0.50 - - [2025-11-10 02:47:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065034 [API:8081]10.0.0.22 - - [2025-11-10 02:48:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.056885 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:48:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003924 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003162 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003160 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002436 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:48:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002704 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002552 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002387 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002285 [API:8081]10.0.0.50 - - [2025-11-10 02:48:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.073130 [API:8081]10.0.0.22 - - [2025-11-10 02:49:25] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2025-11-10 02:49:25] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.22 - - [2025-11-10 02:49:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-11-10 02:49:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1778 0.063064 [API:8081]10.0.0.50 - - [2025-11-10 02:49:53] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.50 - - [2025-11-10 02:49:53] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.23 - - [2025-11-10 02:49:53] "GET /analytics HTTP/1.1" 401 205 0.000362 [API:8081]10.0.0.23 - - [2025-11-10 02:49:53] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.22 - - [2025-11-10 02:50:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257:b3837564-00b3-482e-9d0a-ea34ca983db5?flat HTTP/1.1" 200 5826 0.054209 [API:8081]10.0.0.22 - - [2025-11-10 02:50:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257:b3837564-00b3-482e-9d0a-ea34ca983db5?flat HTTP/1.1" 200 5826 0.058687 [API:8081]10.0.0.22 - - [2025-11-10 02:50:20] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257:b3837564-00b3-482e-9d0a-ea34ca983db5?flat HTTP/1.1" 200 5826 0.013581 [API:8081]10.0.0.22 - - [2025-11-10 02:50:20] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257-67182897?flat HTTP/1.1" 200 10806 0.022999 [API:8081]10.0.0.22 - - [2025-11-10 02:50:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019224 [API:8081]10.0.0.22 - - [2025-11-10 02:50:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.033121 [API:8081]10.0.0.22 - - [2025-11-10 02:50:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008929 [API:8081]10.0.0.22 - - [2025-11-10 02:50:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257:b412b086-40d9-446d-a8a1-2b4bbe041d4c?flat HTTP/1.1" 200 5689 0.015002 [API:8081]10.0.0.22 - - [2025-11-10 02:50:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257:b412b086-40d9-446d-a8a1-2b4bbe041d4c?flat HTTP/1.1" 200 5689 0.054247 [API:8081]10.0.0.22 - - [2025-11-10 02:50:41] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257:b412b086-40d9-446d-a8a1-2b4bbe041d4c?flat HTTP/1.1" 200 5689 0.018291 [API:8081]10.0.0.22 - - [2025-11-10 02:50:41] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257-67182897?flat HTTP/1.1" 200 11814 0.020329 [API:8081]10.0.0.22 - - [2025-11-10 02:50:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.021435 [API:8081]10.0.0.22 - - [2025-11-10 02:50:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13255 0.021401 [API:8081]10.0.0.22 - - [2025-11-10 02:50:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.026536 [API:8081]10.0.0.22 - - [2025-11-10 02:50:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13255 0.025652 [API:8081]10.0.0.22 - - [2025-11-10 02:50:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008273 [API:8081]10.0.0.50 - - [2025-11-10 02:50:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074833 [API:8081]10.0.0.23 - - [2025-11-10 02:51:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2025-11-10 02:51:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2025-11-10 02:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2025-11-10 02:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000552 [API:8081]10.0.0.50 - - [2025-11-10 02:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-11-10 02:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.50 - - [2025-11-10 02:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2025-11-10 02:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-11-10 02:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.22 - - [2025-11-10 02:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.22 - - [2025-11-10 02:51:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.038131 [API:8081]10.0.0.22 - - [2025-11-10 02:51:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13261 0.030932 [API:8081]10.0.0.22 - - [2025-11-10 02:51:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.22 - - [2025-11-10 02:51:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.22 - - [2025-11-10 02:51:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.045571 [API:8081]10.0.0.22 - - [2025-11-10 02:51:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12951 0.027474 [API:8081]10.0.0.22 - - [2025-11-10 02:51:25] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257-67182897?flat HTTP/1.1" 200 11703 0.017930 [API:8081]10.0.0.22 - - [2025-11-10 02:51:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013668 [API:8081]10.0.0.22 - - [2025-11-10 02:51:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020916 [API:8081]10.0.0.22 - - [2025-11-10 02:51:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018689 [API:8081]10.0.0.22 - - [2025-11-10 02:51:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.026913 [API:8081]10.0.0.22 - - [2025-11-10 02:51:34] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257:ctest-SecurityGroupBasicRegressionTests1Ipv6-07882257-67182897?flat HTTP/1.1" 200 8810 0.013778 [API:8081]10.0.0.22 - - [2025-11-10 02:51:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010351 [API:8081]10.0.0.22 - - [2025-11-10 02:51:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.22 - - [2025-11-10 02:51:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.060742 [API:8081]10.0.0.50 - - [2025-11-10 02:51:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.075330 [API:8081]10.0.0.22 - - [2025-11-10 02:52:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109:674d9d26-74b5-45ea-b477-24fc1762493f?flat HTTP/1.1" 200 5811 0.058832 [API:8081]10.0.0.22 - - [2025-11-10 02:52:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109:674d9d26-74b5-45ea-b477-24fc1762493f?flat HTTP/1.1" 200 5811 0.015988 [API:8081]10.0.0.22 - - [2025-11-10 02:52:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109:674d9d26-74b5-45ea-b477-24fc1762493f?flat HTTP/1.1" 200 5811 0.059648 [API:8081]10.0.0.22 - - [2025-11-10 02:52:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109-69376745?flat HTTP/1.1" 200 10447 0.020484 [API:8081]10.0.0.22 - - [2025-11-10 02:52:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019297 [API:8081]10.0.0.22 - - [2025-11-10 02:52:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.026913 [API:8081]10.0.0.22 - - [2025-11-10 02:52:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009920 [API:8081]10.0.0.22 - - [2025-11-10 02:52:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109:cfa69a04-aeb3-48ff-bd90-163292097870?flat HTTP/1.1" 200 5675 0.015646 [API:8081]10.0.0.22 - - [2025-11-10 02:52:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109:cfa69a04-aeb3-48ff-bd90-163292097870?flat HTTP/1.1" 200 5675 0.013674 [API:8081]10.0.0.22 - - [2025-11-10 02:52:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109:cfa69a04-aeb3-48ff-bd90-163292097870?flat HTTP/1.1" 200 5675 0.013357 [API:8081]10.0.0.22 - - [2025-11-10 02:52:47] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109-69376745?flat HTTP/1.1" 200 11501 0.023520 [API:8081]10.0.0.22 - - [2025-11-10 02:52:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.032968 [API:8081]10.0.0.22 - - [2025-11-10 02:52:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13293 0.021492 [API:8081]10.0.0.22 - - [2025-11-10 02:52:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.028615 [API:8081]10.0.0.22 - - [2025-11-10 02:52:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13293 0.022218 [API:8081]10.0.0.22 - - [2025-11-10 02:52:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011813 [API:8081]10.0.0.50 - - [2025-11-10 02:53:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085682 [API:8081]10.0.0.22 - - [2025-11-10 02:53:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.022397 [API:8081]10.0.0.22 - - [2025-11-10 02:53:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12674 0.023163 [API:8081]10.0.0.22 - - [2025-11-10 02:53:56] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109-69376745?flat HTTP/1.1" 200 11564 0.016491 [API:8081]10.0.0.22 - - [2025-11-10 02:53:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009446 [API:8081]10.0.0.22 - - [2025-11-10 02:53:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021275 [API:8081]10.0.0.22 - - [2025-11-10 02:54:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.026359 [API:8081]10.0.0.22 - - [2025-11-10 02:54:02] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109:ctest-SecurityGroupBasicRegressionTests1_contrail-21744109-69376745?flat HTTP/1.1" 200 8430 0.013652 [API:8081]10.0.0.22 - - [2025-11-10 02:54:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008665 [API:8081]10.0.0.22 - - [2025-11-10 02:54:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000440 [API:8081]10.0.0.22 - - [2025-11-10 02:54:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.075106 [API:8081]10.0.0.50 - - [2025-11-10 02:54:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.059157 [API:8081]10.0.0.22 - - [2025-11-10 02:54:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-70909038:82c723f4-63cb-4d37-9327-cb8b1e38dbbb?flat HTTP/1.1" 200 5682 0.071620 [API:8081]10.0.0.22 - - [2025-11-10 02:54:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-70909038:82c723f4-63cb-4d37-9327-cb8b1e38dbbb?flat HTTP/1.1" 200 5682 0.020800 [API:8081]10.0.0.22 - - [2025-11-10 02:54:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-70909038:82c723f4-63cb-4d37-9327-cb8b1e38dbbb?flat HTTP/1.1" 200 5682 0.059275 [API:8081]10.0.0.22 - - [2025-11-10 02:54:57] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-70909038:ctest-SecurityGroupBasicRegressionTests1-70909038-65969037?flat HTTP/1.1" 200 4342 0.015929 [API:8081]10.0.0.22 - - [2025-11-10 02:54:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.023293 [API:8081]10.0.0.22 - - [2025-11-10 02:54:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.036401 [API:8081]10.0.0.22 - - [2025-11-10 02:54:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009812 [API:8081]10.0.0.22 - - [2025-11-10 02:55:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-70909038:7621a90a-8037-4f35-98fc-b8aa64ebc74b?flat HTTP/1.1" 200 5545 0.014275 [API:8081]10.0.0.22 - - [2025-11-10 02:55:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-70909038:7621a90a-8037-4f35-98fc-b8aa64ebc74b?flat HTTP/1.1" 200 5545 0.019901 [API:8081]10.0.0.22 - - [2025-11-10 02:55:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-70909038:7621a90a-8037-4f35-98fc-b8aa64ebc74b?flat HTTP/1.1" 200 5545 0.016036 [API:8081]10.0.0.22 - - [2025-11-10 02:55:18] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-70909038:ctest-SecurityGroupBasicRegressionTests1-70909038-65969037?flat HTTP/1.1" 200 10070 0.019527 [API:8081]10.0.0.22 - - [2025-11-10 02:55:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020071 [API:8081]10.0.0.22 - - [2025-11-10 02:55:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13232 0.020559 [API:8081]10.0.0.22 - - [2025-11-10 02:55:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023103 [API:8081]10.0.0.22 - - [2025-11-10 02:55:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13232 0.024364 [API:8081]10.0.0.22 - - [2025-11-10 02:55:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009788 [API:8081]10.0.0.23 - - [2025-11-10 02:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2025-11-10 02:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2025-11-10 02:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2025-11-10 02:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.50 - - [2025-11-10 02:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000451 [API:8081]10.0.0.50 - - [2025-11-10 02:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.50 - - [2025-11-10 02:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.50 - - [2025-11-10 02:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.22 - - [2025-11-10 02:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000516 [API:8081]10.0.0.22 - - [2025-11-10 02:56:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.22 - - [2025-11-10 02:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.22 - - [2025-11-10 02:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2025-11-10 02:56:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064719 [API:8081]10.0.0.22 - - [2025-11-10 02:56:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023516 [API:8081]10.0.0.22 - - [2025-11-10 02:56:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13231 0.022350 [API:8081]10.0.0.22 - - [2025-11-10 02:57:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021574 [API:8081]10.0.0.22 - - [2025-11-10 02:57:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13231 0.026788 [API:8081]10.0.0.22 - - [2025-11-10 02:57:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.028867 [API:8081]10.0.0.22 - - [2025-11-10 02:57:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13231 0.024849 [API:8081]10.0.0.22 - - [2025-11-10 02:57:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023871 [API:8081]10.0.0.22 - - [2025-11-10 02:57:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13231 0.021140 [API:8081]10.0.0.22 - - [2025-11-10 02:57:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.025444 [API:8081]10.0.0.22 - - [2025-11-10 02:57:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13231 0.027021 [API:8081]10.0.0.22 - - [2025-11-10 02:57:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.023876 [API:8081]10.0.0.22 - - [2025-11-10 02:57:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13231 0.023606 [API:8081]10.0.0.22 - - [2025-11-10 02:57:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021485 [API:8081]10.0.0.22 - - [2025-11-10 02:57:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13231 0.026903 [API:8081]10.0.0.22 - - [2025-11-10 02:57:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.031319 [API:8081]10.0.0.22 - - [2025-11-10 02:57:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13231 0.025963 [API:8081]10.0.0.22 - - [2025-11-10 02:57:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021711 [API:8081]10.0.0.22 - - [2025-11-10 02:57:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13231 0.020249 [API:8081]10.0.0.22 - - [2025-11-10 02:57:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.036960 [API:8081]10.0.0.22 - - [2025-11-10 02:57:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12666 0.035576 [API:8081]10.0.0.22 - - [2025-11-10 02:57:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-70909038:ctest-SecurityGroupBasicRegressionTests1-70909038-65969037?flat HTTP/1.1" 200 10805 0.025276 [API:8081]10.0.0.22 - - [2025-11-10 02:57:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009588 [API:8081]10.0.0.22 - - [2025-11-10 02:57:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.022514 [API:8081]10.0.0.22 - - [2025-11-10 02:57:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.024710 [API:8081]10.0.0.22 - - [2025-11-10 02:57:32] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-70909038:ctest-SecurityGroupBasicRegressionTests1-70909038-65969037?flat HTTP/1.1" 200 7960 0.015193 [API:8081]10.0.0.22 - - [2025-11-10 02:57:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009091 [API:8081]10.0.0.22 - - [2025-11-10 02:57:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2025-11-10 02:57:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.065183 [API:8081]10.0.0.22 - - [2025-11-10 02:57:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.062312 [API:8081]10.0.0.22 - - [2025-11-10 02:57:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.054136 [API:8081]10.0.0.50 - - [2025-11-10 02:57:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.062050 [API:8081]10.0.0.22 - - [2025-11-10 02:58:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.009501 [API:8081]10.0.0.22 - - [2025-11-10 02:58:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.009359 [API:8081]10.0.0.22 - - [2025-11-10 02:58:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.011232 [API:8081]10.0.0.22 - - [2025-11-10 02:58:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.008571 [API:8081]10.0.0.22 - - [2025-11-10 02:58:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2302 0.008752 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:58:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004666 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002965 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002996 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004288 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:58:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004691 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002303 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002524 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 02:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002428 [API:8081]10.0.0.22 - - [2025-11-10 02:58:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.22 - - [2025-11-10 02:58:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.071605 [API:8081]10.0.0.22 - - [2025-11-10 02:58:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.059396 [API:8081]10.0.0.22 - - [2025-11-10 02:58:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.062206 [API:8081]10.0.0.22 - - [2025-11-10 02:58:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.009096 [API:8081]10.0.0.22 - - [2025-11-10 02:58:42] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.009218 [API:8081]10.0.0.22 - - [2025-11-10 02:58:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.009416 [API:8081]10.0.0.22 - - [2025-11-10 02:58:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2025-11-10 02:58:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.349474 [API:8081]10.0.0.22 - - [2025-11-10 02:59:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.060364 [API:8081]10.0.0.22 - - [2025-11-10 02:59:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.056791 [API:8081]10.0.0.22 - - [2025-11-10 02:59:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009292 [API:8081]10.0.0.22 - - [2025-11-10 02:59:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.008758 [API:8081]10.0.0.22 - - [2025-11-10 02:59:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.009642 [API:8081]10.0.0.22 - - [2025-11-10 02:59:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.010667 [API:8081]10.0.0.22 - - [2025-11-10 02:59:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.009820 [API:8081]10.0.0.22 - - [2025-11-10 02:59:25] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-11-10 02:59:25] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.22 - - [2025-11-10 02:59:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.22 - - [2025-11-10 02:59:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.061646 [API:8081]10.0.0.22 - - [2025-11-10 02:59:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.054220 [API:8081]10.0.0.22 - - [2025-11-10 02:59:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.058249 [API:8081]10.0.0.22 - - [2025-11-10 02:59:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.008532 [API:8081]10.0.0.22 - - [2025-11-10 02:59:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.010583 [API:8081]10.0.0.50 - - [2025-11-10 02:59:53] "GET /analytics HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2025-11-10 02:59:53] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.23 - - [2025-11-10 02:59:53] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.23 - - [2025-11-10 02:59:53] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.50 - - [2025-11-10 02:59:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057186 [API:8081]10.0.0.50 - - [2025-11-10 03:01:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.085674 [API:8081]10.0.0.23 - - [2025-11-10 03:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.23 - - [2025-11-10 03:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-11-10 03:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.23 - - [2025-11-10 03:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.50 - - [2025-11-10 03:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-11-10 03:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.50 - - [2025-11-10 03:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2025-11-10 03:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.22 - - [2025-11-10 03:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.22 - - [2025-11-10 03:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-11-10 03:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.22 - - [2025-11-10 03:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.50 - - [2025-11-10 03:03:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066625 [API:8081]10.0.0.50 - - [2025-11-10 03:04:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.063985 [API:8081]10.0.0.22 - - [2025-11-10 03:05:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.22 - - [2025-11-10 03:05:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.058757 [API:8081]10.0.0.22 - - [2025-11-10 03:05:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.060266 [API:8081]10.0.0.50 - - [2025-11-10 03:06:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059336 [API:8081]10.0.0.23 - - [2025-11-10 03:06:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.23 - - [2025-11-10 03:06:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-11-10 03:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-11-10 03:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.50 - - [2025-11-10 03:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2025-11-10 03:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2025-11-10 03:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000840 [API:8081]10.0.0.50 - - [2025-11-10 03:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.22 - - [2025-11-10 03:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000389 [API:8081]10.0.0.22 - - [2025-11-10 03:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.22 - - [2025-11-10 03:06:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-11-10 03:06:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.50 - - [2025-11-10 03:07:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.056754 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:08:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003330 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003239 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002919 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002842 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:08:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002838 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002469 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003016 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002337 [API:8081]10.0.0.50 - - [2025-11-10 03:09:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064874 [API:8081]10.0.0.22 - - [2025-11-10 03:09:25] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.22 - - [2025-11-10 03:09:25] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.50 - - [2025-11-10 03:09:53] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-11-10 03:09:53] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.23 - - [2025-11-10 03:09:53] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.23 - - [2025-11-10 03:09:53] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.50 - - [2025-11-10 03:10:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.074688 [API:8081]10.0.0.22 - - [2025-11-10 03:10:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.22 - - [2025-11-10 03:10:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.065042 [API:8081]10.0.0.22 - - [2025-11-10 03:10:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.22 - - [2025-11-10 03:10:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.060419 [API:8081]10.0.0.23 - - [2025-11-10 03:11:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.23 - - [2025-11-10 03:11:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.23 - - [2025-11-10 03:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-11-10 03:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-11-10 03:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.50 - - [2025-11-10 03:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2025-11-10 03:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.50 - - [2025-11-10 03:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2025-11-10 03:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-11-10 03:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.22 - - [2025-11-10 03:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.22 - - [2025-11-10 03:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.50 - - [2025-11-10 03:12:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062026 [API:8081]10.0.0.50 - - [2025-11-10 03:13:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.061379 [API:8081]10.0.0.50 - - [2025-11-10 03:15:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066724 [API:8081]10.0.0.50 - - [2025-11-10 03:16:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.067650 [API:8081]10.0.0.23 - - [2025-11-10 03:16:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-11-10 03:16:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2025-11-10 03:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.23 - - [2025-11-10 03:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000592 [API:8081]10.0.0.50 - - [2025-11-10 03:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.50 - - [2025-11-10 03:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-10 03:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.50 - - [2025-11-10 03:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.22 - - [2025-11-10 03:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.22 - - [2025-11-10 03:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-11-10 03:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.22 - - [2025-11-10 03:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2025-11-10 03:16:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.22 - - [2025-11-10 03:16:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.061647 [API:8081]10.0.0.50 - - [2025-11-10 03:18:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066258 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:18:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003653 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003275 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003261 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002543 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:18:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003776 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002908 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003189 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002564 [API:8081]10.0.0.50 - - [2025-11-10 03:19:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.066284 [API:8081]10.0.0.22 - - [2025-11-10 03:19:25] "GET /analytics HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.22 - - [2025-11-10 03:19:25] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.50 - - [2025-11-10 03:19:53] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.50 - - [2025-11-10 03:19:53] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.23 - - [2025-11-10 03:19:53] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-11-10 03:19:53] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.50 - - [2025-11-10 03:21:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056706 [API:8081]10.0.0.23 - - [2025-11-10 03:21:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000533 [API:8081]10.0.0.23 - - [2025-11-10 03:21:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2025-11-10 03:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000440 [API:8081]10.0.0.23 - - [2025-11-10 03:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.50 - - [2025-11-10 03:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.50 - - [2025-11-10 03:21:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-11-10 03:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2025-11-10 03:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.22 - - [2025-11-10 03:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000565 [API:8081]10.0.0.22 - - [2025-11-10 03:21:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000546 [API:8081]10.0.0.22 - - [2025-11-10 03:21:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.22 - - [2025-11-10 03:21:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2025-11-10 03:21:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-76927313:e44dbd92-a660-4155-bc5f-150f6b42c9b2?flat HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-11-10 03:21:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-76927313:e44dbd92-a660-4155-bc5f-150f6b42c9b2?flat HTTP/1.1" 200 5121 0.060875 [API:8081]10.0.0.22 - - [2025-11-10 03:21:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-76927313:e44dbd92-a660-4155-bc5f-150f6b42c9b2?flat HTTP/1.1" 200 5121 0.062443 [API:8081]10.0.0.22 - - [2025-11-10 03:21:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-76927313:e44dbd92-a660-4155-bc5f-150f6b42c9b2?flat HTTP/1.1" 200 5121 0.056506 [API:8081]10.0.0.22 - - [2025-11-10 03:21:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-76927313:ctest-random-47379845?flat HTTP/1.1" 200 3390 0.013118 [API:8081]10.0.0.22 - - [2025-11-10 03:21:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.020268 [API:8081]10.0.0.22 - - [2025-11-10 03:21:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021169 [API:8081]10.0.0.22 - - [2025-11-10 03:21:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009783 [API:8081]10.0.0.22 - - [2025-11-10 03:21:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.012555 [API:8081]10.0.0.22 - - [2025-11-10 03:21:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.020096 [API:8081]10.0.0.22 - - [2025-11-10 03:21:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.022243 [API:8081]10.0.0.22 - - [2025-11-10 03:21:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.023506 [API:8081]10.0.0.22 - - [2025-11-10 03:21:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.030877 [API:8081]10.0.0.22 - - [2025-11-10 03:21:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.022965 [API:8081]10.0.0.22 - - [2025-11-10 03:22:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.025478 [API:8081]10.0.0.22 - - [2025-11-10 03:22:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.019489 [API:8081]10.0.0.22 - - [2025-11-10 03:22:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-76927313:ctest-random-47379845?flat HTTP/1.1" 200 8129 0.023301 [API:8081]10.0.0.22 - - [2025-11-10 03:22:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009914 [API:8081]10.0.0.50 - - [2025-11-10 03:22:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.149197 [API:8081]10.0.0.50 - - [2025-11-10 03:24:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060399 [API:8081]10.0.0.22 - - [2025-11-10 03:24:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000747 [API:8081]10.0.0.22 - - [2025-11-10 03:24:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.060532 [API:8081]10.0.0.50 - - [2025-11-10 03:25:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.060126 [API:8081]10.0.0.23 - - [2025-11-10 03:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.23 - - [2025-11-10 03:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-11-10 03:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-11-10 03:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.50 - - [2025-11-10 03:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.50 - - [2025-11-10 03:26:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.50 - - [2025-11-10 03:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-11-10 03:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.22 - - [2025-11-10 03:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.22 - - [2025-11-10 03:26:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.22 - - [2025-11-10 03:26:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000370 [API:8081]10.0.0.22 - - [2025-11-10 03:26:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.50 - - [2025-11-10 03:27:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060405 [API:8081]10.0.0.22 - - [2025-11-10 03:27:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-11-10 03:27:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1418 0.068290 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:28:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002958 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002329 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002289 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002540 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:28:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002532 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002269 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002465 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:28:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002230 [API:8081]10.0.0.50 - - [2025-11-10 03:28:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.059609 [API:8081]10.0.0.22 - - [2025-11-10 03:29:25] "GET /analytics HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.22 - - [2025-11-10 03:29:25] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.22 - - [2025-11-10 03:29:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.22 - - [2025-11-10 03:29:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.059355 [API:8081]10.0.0.50 - - [2025-11-10 03:29:53] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.50 - - [2025-11-10 03:29:53] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2025-11-10 03:29:53] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-11-10 03:29:53] "GET /analytics HTTP/1.1" 401 205 0.000144 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:16] "POST /analytics/query HTTP/1.1" 202 179 0.014676 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:16] "GET /analytics/query/933e3f6a-bde5-11f0-9beb-00000a000016 HTTP/1.1" 200 221 0.005352 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:16] "GET /analytics/query/933e3f6a-bde5-11f0-9beb-00000a000016 HTTP/1.1" 200 221 0.002212 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:17] "GET /analytics/query/933e3f6a-bde5-11f0-9beb-00000a000016 HTTP/1.1" 200 338 0.002623 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:17] "GET /analytics/query/933e3f6a-bde5-11f0-9beb-00000a000016/chunk-final/0 HTTP/1.1" 200 856 0.002506 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:18] "POST /analytics/query HTTP/1.1" 202 179 0.021743 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:18] "GET /analytics/query/94484a43-bde5-11f0-b5b7-00000a000016 HTTP/1.1" 200 221 0.002332 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:18] "GET /analytics/query/94484a43-bde5-11f0-b5b7-00000a000016 HTTP/1.1" 200 221 0.002595 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:19] "GET /analytics/query/94484a43-bde5-11f0-b5b7-00000a000016 HTTP/1.1" 200 338 0.002185 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:19] "GET /analytics/query/94484a43-bde5-11f0-b5b7-00000a000016/chunk-final/0 HTTP/1.1" 200 856 0.002258 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:19] "POST /analytics/query HTTP/1.1" 202 179 0.020714 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:19] "GET /analytics/query/954b8d21-bde5-11f0-85b6-00000a000016 HTTP/1.1" 200 221 0.002022 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:20] "GET /analytics/query/954b8d21-bde5-11f0-85b6-00000a000016 HTTP/1.1" 200 339 0.002007 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:20] "GET /analytics/query/954b8d21-bde5-11f0-85b6-00000a000016/chunk-final/0 HTTP/1.1" 200 27664 0.003538 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:21] "POST /analytics/query HTTP/1.1" 202 179 0.012002 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:21] "GET /analytics/query/95fbf328-bde5-11f0-a558-00000a000016 HTTP/1.1" 200 221 0.007251 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:21] "GET /analytics/query/95fbf328-bde5-11f0-a558-00000a000016 HTTP/1.1" 200 339 0.002006 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:21] "GET /analytics/query/95fbf328-bde5-11f0-a558-00000a000016/chunk-final/0 HTTP/1.1" 200 28352 0.003170 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:22] "POST /analytics/query HTTP/1.1" 202 179 0.006095 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:22] "GET /analytics/query/96aeb7ec-bde5-11f0-8fef-00000a000016 HTTP/1.1" 200 221 0.002504 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:22] "GET /analytics/query/96aeb7ec-bde5-11f0-8fef-00000a000016 HTTP/1.1" 200 221 0.002104 [API:8081]10.0.0.50 - - [2025-11-10 03:30:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063846 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:23] "GET /analytics/query/96aeb7ec-bde5-11f0-8fef-00000a000016 HTTP/1.1" 200 339 0.004951 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:23] "GET /analytics/query/96aeb7ec-bde5-11f0-8fef-00000a000016/chunk-final/0 HTTP/1.1" 200 10537 0.002769 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.013549 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:27] "POST /analytics/query HTTP/1.1" 202 179 0.004936 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:27] "GET /analytics/query/99a5757e-bde5-11f0-97d1-00000a000016 HTTP/1.1" 200 221 0.010630 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:27] "GET /analytics/query/99a5757e-bde5-11f0-97d1-00000a000016 HTTP/1.1" 200 340 0.002089 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:27] "GET /analytics/query/99a5757e-bde5-11f0-97d1-00000a000016/chunk-final/0 HTTP/1.1" 200 322449 0.049740 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004920 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.003922 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:29] "POST /analytics/query HTTP/1.1" 202 179 0.004486 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:29] "GET /analytics/query/9ade11da-bde5-11f0-94c9-00000a000016 HTTP/1.1" 200 221 0.003051 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:29] "GET /analytics/query/9ade11da-bde5-11f0-94c9-00000a000016 HTTP/1.1" 200 338 0.001980 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:29] "GET /analytics/query/9ade11da-bde5-11f0-94c9-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.002127 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:29] "POST /analytics/query HTTP/1.1" 202 179 0.007719 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:29] "GET /analytics/query/9b2fa585-bde5-11f0-9bb1-00000a000016 HTTP/1.1" 200 221 0.002079 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:30] "GET /analytics/query/9b2fa585-bde5-11f0-9bb1-00000a000016 HTTP/1.1" 200 338 0.002189 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:30] "GET /analytics/query/9b2fa585-bde5-11f0-9bb1-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001733 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:30] "POST /analytics/query HTTP/1.1" 202 179 0.005864 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:30] "GET /analytics/query/9b8211c6-bde5-11f0-912c-00000a000016 HTTP/1.1" 200 221 0.001907 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:30] "GET /analytics/query/9b8211c6-bde5-11f0-912c-00000a000016 HTTP/1.1" 200 338 0.002073 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:30] "GET /analytics/query/9b8211c6-bde5-11f0-912c-00000a000016/chunk-final/0 HTTP/1.1" 200 7877 0.002188 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:30] "POST /analytics/query HTTP/1.1" 202 179 0.004371 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:30] "GET /analytics/query/9bd2a69d-bde5-11f0-9929-00000a000016 HTTP/1.1" 200 221 0.014625 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:31] "GET /analytics/query/9bd2a69d-bde5-11f0-9929-00000a000016 HTTP/1.1" 200 338 0.002029 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:31] "GET /analytics/query/9bd2a69d-bde5-11f0-9929-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001715 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:31] "POST /analytics/query HTTP/1.1" 202 179 0.006738 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:31] "GET /analytics/query/9c25ef77-bde5-11f0-9b73-00000a000016 HTTP/1.1" 200 221 0.003731 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:31] "GET /analytics/query/9c25ef77-bde5-11f0-9b73-00000a000016 HTTP/1.1" 200 338 0.001997 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:31] "GET /analytics/query/9c25ef77-bde5-11f0-9b73-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001844 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:31] "POST /analytics/query HTTP/1.1" 202 179 0.009526 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:31] "GET /analytics/query/9c76b530-bde5-11f0-ba37-00000a000016 HTTP/1.1" 200 221 0.004229 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:32] "GET /analytics/query/9c76b530-bde5-11f0-ba37-00000a000016 HTTP/1.1" 200 338 0.002415 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:32] "GET /analytics/query/9c76b530-bde5-11f0-ba37-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001556 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:32] "POST /analytics/query HTTP/1.1" 202 179 0.013791 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:32] "GET /analytics/query/9cc8d3ee-bde5-11f0-88e6-00000a000016 HTTP/1.1" 200 221 0.010150 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:32] "GET /analytics/query/9cc8d3ee-bde5-11f0-88e6-00000a000016 HTTP/1.1" 200 338 0.003110 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:32] "GET /analytics/query/9cc8d3ee-bde5-11f0-88e6-00000a000016/chunk-final/0 HTTP/1.1" 200 5945 0.002114 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:32] "POST /analytics/query HTTP/1.1" 202 179 0.006463 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:32] "GET /analytics/query/9d1e93ce-bde5-11f0-8842-00000a000016 HTTP/1.1" 200 221 0.005897 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:33] "GET /analytics/query/9d1e93ce-bde5-11f0-8842-00000a000016 HTTP/1.1" 200 338 0.002088 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:33] "GET /analytics/query/9d1e93ce-bde5-11f0-8842-00000a000016/chunk-final/0 HTTP/1.1" 200 4013 0.001791 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:33] "POST /analytics/query HTTP/1.1" 202 179 0.004278 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:33] "GET /analytics/query/9d7042f1-bde5-11f0-b022-00000a000016 HTTP/1.1" 200 221 0.001655 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:34] "GET /analytics/query/9d7042f1-bde5-11f0-b022-00000a000016 HTTP/1.1" 200 338 0.002616 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:34] "GET /analytics/query/9d7042f1-bde5-11f0-b022-00000a000016/chunk-final/0 HTTP/1.1" 200 4013 0.002532 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:34] "POST /analytics/query HTTP/1.1" 202 179 0.018256 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:34] "GET /analytics/query/9dc1144b-bde5-11f0-b5c0-00000a000016 HTTP/1.1" 200 221 0.003772 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:34] "GET /analytics/query/9dc1144b-bde5-11f0-b5c0-00000a000016 HTTP/1.1" 200 338 0.002110 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:34] "GET /analytics/query/9dc1144b-bde5-11f0-b5c0-00000a000016/chunk-final/0 HTTP/1.1" 200 2082 0.002299 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:34] "POST /analytics/query HTTP/1.1" 202 179 0.005530 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:34] "GET /analytics/query/9e140cd3-bde5-11f0-b0de-00000a000016 HTTP/1.1" 200 221 0.001598 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:35] "GET /analytics/query/9e140cd3-bde5-11f0-b0de-00000a000016 HTTP/1.1" 200 338 0.004246 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:35] "GET /analytics/query/9e140cd3-bde5-11f0-b0de-00000a000016/chunk-final/0 HTTP/1.1" 200 4014 0.003766 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:35] "POST /analytics/query HTTP/1.1" 202 179 0.005812 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:35] "GET /analytics/query/9e65d92e-bde5-11f0-ac3f-00000a000016 HTTP/1.1" 200 221 0.001982 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:35] "GET /analytics/query/9e65d92e-bde5-11f0-ac3f-00000a000016 HTTP/1.1" 200 338 0.001960 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:35] "GET /analytics/query/9e65d92e-bde5-11f0-ac3f-00000a000016/chunk-final/0 HTTP/1.1" 200 145 0.001800 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.005616 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.003580 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:37] "POST /analytics/query HTTP/1.1" 202 179 0.011119 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:37] "GET /analytics/query/9f88d35d-bde5-11f0-a7f3-00000a000016 HTTP/1.1" 200 221 0.002014 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:37] "GET /analytics/query/9f88d35d-bde5-11f0-a7f3-00000a000016 HTTP/1.1" 200 340 0.002091 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:37] "GET /analytics/query/9f88d35d-bde5-11f0-a7f3-00000a000016/chunk-final/0 HTTP/1.1" 200 1505163 0.024774 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:37] "POST /analytics/query HTTP/1.1" 202 179 0.008225 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:37] "GET /analytics/query/9fe5560c-bde5-11f0-9f66-00000a000016 HTTP/1.1" 200 221 0.006828 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:38] "GET /analytics/query/9fe5560c-bde5-11f0-9f66-00000a000016 HTTP/1.1" 200 340 0.002108 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:38] "GET /analytics/query/9fe5560c-bde5-11f0-9f66-00000a000016/chunk-final/0 HTTP/1.1" 200 1506539 0.023393 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.006407 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.004576 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003518 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003558 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.005892 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:41] "POST /analytics/query HTTP/1.1" 202 179 0.004780 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:41] "GET /analytics/query/a249927b-bde5-11f0-8b60-00000a000016 HTTP/1.1" 200 221 0.005620 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:42] "GET /analytics/query/a249927b-bde5-11f0-8b60-00000a000016 HTTP/1.1" 200 339 0.002067 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:42] "GET /analytics/query/a249927b-bde5-11f0-8b60-00000a000016/chunk-final/0 HTTP/1.1" 200 74289 0.004772 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003732 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:42] "POST /analytics/query HTTP/1.1" 202 179 0.008746 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:42] "GET /analytics/query/a2fdbc5e-bde5-11f0-b032-00000a000016 HTTP/1.1" 200 221 0.001986 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:43] "GET /analytics/query/a2fdbc5e-bde5-11f0-b032-00000a000016 HTTP/1.1" 200 341 0.002064 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:43] "GET /analytics/query/a2fdbc5e-bde5-11f0-b032-00000a000016/chunk-final/0 HTTP/1.1" 200 1033273 0.043186 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.004129 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.003646 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004260 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:49] "POST /analytics/query HTTP/1.1" 200 145 1.011498 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.004793 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:50] "POST /analytics/query HTTP/1.1" 200 2329 1.011810 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.003606 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:52] "POST /analytics/query HTTP/1.1" 200 763 1.017881 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003881 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:54] "POST /analytics/query HTTP/1.1" 200 2829 1.012452 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.004220 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:55] "POST /analytics/query HTTP/1.1" 200 206 1.022442 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003891 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:57] "POST /analytics/query HTTP/1.1" 200 1403 1.012649 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:58] "GET /analytics/tables HTTP/1.1" 200 76090 0.004813 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:59] "POST /analytics/query HTTP/1.1" 200 2829 1.021500 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:30:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003986 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:00] "POST /analytics/query HTTP/1.1" 200 834 1.019707 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:01] "GET /analytics/tables HTTP/1.1" 200 76090 0.004393 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:02] "POST /analytics/query HTTP/1.1" 200 141445 1.048954 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.004995 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:04] "POST /analytics/query HTTP/1.1" 200 1102 1.010836 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.004061 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:06] "POST /analytics/query HTTP/1.1" 200 258 1.010730 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.005080 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:07] "POST /analytics/query HTTP/1.1" 200 596 1.025085 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.003887 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:09] "POST /analytics/query HTTP/1.1" 200 1432 1.011754 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:10] "GET /analytics/tables HTTP/1.1" 200 76090 0.003968 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:11] "POST /analytics/query HTTP/1.1" 200 596 1.011245 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.004930 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:12] "POST /analytics/query HTTP/1.1" 200 236 1.020656 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:31:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.005068 [API:8081]10.0.0.23 - - [2025-11-10 03:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2025-11-10 03:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-11-10 03:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.23 - - [2025-11-10 03:31:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.50 - - [2025-11-10 03:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.50 - - [2025-11-10 03:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2025-11-10 03:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.50 - - [2025-11-10 03:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.22 - - [2025-11-10 03:31:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.22 - - [2025-11-10 03:31:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000354 [API:8081]10.0.0.22 - - [2025-11-10 03:31:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.22 - - [2025-11-10 03:31:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.50 - - [2025-11-10 03:31:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.121798 [API:8081]10.0.0.22 - - [2025-11-10 03:31:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-11-10 03:31:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.057680 [API:8081]10.0.0.22 - - [2025-11-10 03:32:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.075743 [API:8081]10.0.0.22 - - [2025-11-10 03:32:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.075817 [API:8081]10.0.0.22 - - [2025-11-10 03:32:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009124 [API:8081]10.0.0.22 - - [2025-11-10 03:32:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009455 [API:8081]10.0.0.22 - - [2025-11-10 03:32:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008357 [API:8081]10.0.0.22 - - [2025-11-10 03:32:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009979 [API:8081]10.0.0.22 - - [2025-11-10 03:32:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008678 [API:8081]10.0.0.22 - - [2025-11-10 03:32:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009150 [API:8081]10.0.0.22 - - [2025-11-10 03:33:03] "POST /analytics/query HTTP/1.1" 200 222 1.030762 [API:8081]10.0.0.22 - - [2025-11-10 03:33:04] "POST /analytics/query HTTP/1.1" 200 222 1.025408 [API:8081]10.0.0.22 - - [2025-11-10 03:33:05] "POST /analytics/query HTTP/1.1" 200 353 1.022119 [API:8081]10.0.0.50 - - [2025-11-10 03:33:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059551 [API:8081]10.0.0.50 - - [2025-11-10 03:34:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.061974 [API:8081]10.0.0.23 - - [2025-11-10 03:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.23 - - [2025-11-10 03:36:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-11-10 03:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.23 - - [2025-11-10 03:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2025-11-10 03:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2025-11-10 03:36:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-11-10 03:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.50 - - [2025-11-10 03:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000405 [API:8081]10.0.0.22 - - [2025-11-10 03:36:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.22 - - [2025-11-10 03:36:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2025-11-10 03:36:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.22 - - [2025-11-10 03:36:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-11-10 03:36:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.031809 [API:8081]10.0.0.22 - - [2025-11-10 03:36:27] "POST /analytics/query HTTP/1.1" 200 507 1.019473 [API:8081]10.0.0.50 - - [2025-11-10 03:36:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061290 [API:8081]10.0.0.22 - - [2025-11-10 03:36:28] "POST /analytics/query HTTP/1.1" 200 353 1.022412 [API:8081]10.0.0.22 - - [2025-11-10 03:36:29] "POST /analytics/query HTTP/1.1" 200 353 1.064785 [API:8081]10.0.0.50 - - [2025-11-10 03:37:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.089108 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:38:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002846 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002708 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003223 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002436 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:38:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002656 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002736 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002356 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:38:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002469 [API:8081]10.0.0.22 - - [2025-11-10 03:39:25] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.22 - - [2025-11-10 03:39:25] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.50 - - [2025-11-10 03:39:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057079 [API:8081]10.0.0.50 - - [2025-11-10 03:39:53] "GET /analytics HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.50 - - [2025-11-10 03:39:53] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.23 - - [2025-11-10 03:39:53] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2025-11-10 03:39:53] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.50 - - [2025-11-10 03:40:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.164769 [API:8081]10.0.0.23 - - [2025-11-10 03:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2025-11-10 03:41:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2025-11-10 03:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-11-10 03:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.50 - - [2025-11-10 03:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.50 - - [2025-11-10 03:41:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2025-11-10 03:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-11-10 03:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.22 - - [2025-11-10 03:41:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000320 [API:8081]10.0.0.22 - - [2025-11-10 03:41:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.22 - - [2025-11-10 03:41:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.22 - - [2025-11-10 03:41:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-10 03:42:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063545 [API:8081]10.0.0.50 - - [2025-11-10 03:43:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.059642 [API:8081]10.0.0.50 - - [2025-11-10 03:45:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071989 [API:8081]10.0.0.23 - - [2025-11-10 03:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.23 - - [2025-11-10 03:46:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-11-10 03:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.23 - - [2025-11-10 03:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.50 - - [2025-11-10 03:46:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.50 - - [2025-11-10 03:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.50 - - [2025-11-10 03:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-10 03:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.22 - - [2025-11-10 03:46:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.22 - - [2025-11-10 03:46:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.22 - - [2025-11-10 03:46:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.22 - - [2025-11-10 03:46:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.50 - - [2025-11-10 03:46:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.064342 [API:8081]10.0.0.22 - - [2025-11-10 03:48:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.22 - - [2025-11-10 03:48:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.070403 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:48:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002980 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002850 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003184 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002665 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:48:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002732 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002515 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002517 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:48:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002658 [API:8081]10.0.0.50 - - [2025-11-10 03:48:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064143 [API:8081]10.0.0.22 - - [2025-11-10 03:48:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:375a50d4-55ee-4ad1-a6fa-89810b756f6e?flat HTTP/1.1" 200 5202 0.064863 [API:8081]10.0.0.22 - - [2025-11-10 03:48:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:375a50d4-55ee-4ad1-a6fa-89810b756f6e?flat HTTP/1.1" 200 5202 0.013815 [API:8081]10.0.0.22 - - [2025-11-10 03:48:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:375a50d4-55ee-4ad1-a6fa-89810b756f6e?flat HTTP/1.1" 200 5202 0.057199 [API:8081]10.0.0.22 - - [2025-11-10 03:48:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93886457:EVPN-VN1?flat HTTP/1.1" 200 3941 0.017498 [API:8081]10.0.0.22 - - [2025-11-10 03:48:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.020823 [API:8081]10.0.0.22 - - [2025-11-10 03:48:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25597 0.022553 [API:8081]10.0.0.22 - - [2025-11-10 03:48:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010895 [API:8081]10.0.0.22 - - [2025-11-10 03:48:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:2ad89e5f-d52e-40e0-adb2-ab084aa483a4?flat HTTP/1.1" 200 5211 0.018221 [API:8081]10.0.0.22 - - [2025-11-10 03:48:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:2ad89e5f-d52e-40e0-adb2-ab084aa483a4?flat HTTP/1.1" 200 5211 0.019530 [API:8081]10.0.0.22 - - [2025-11-10 03:48:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:2ad89e5f-d52e-40e0-adb2-ab084aa483a4?flat HTTP/1.1" 200 5211 0.018492 [API:8081]10.0.0.22 - - [2025-11-10 03:48:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93886457:EVPN-VN1?flat HTTP/1.1" 200 4358 0.020272 [API:8081]10.0.0.22 - - [2025-11-10 03:48:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.030522 [API:8081]10.0.0.22 - - [2025-11-10 03:48:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13071 0.022545 [API:8081]10.0.0.22 - - [2025-11-10 03:48:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.027041 [API:8081]10.0.0.22 - - [2025-11-10 03:48:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 13071 0.022147 [API:8081]10.0.0.22 - - [2025-11-10 03:48:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.013665 [API:8081]10.0.0.22 - - [2025-11-10 03:49:25] "GET /analytics HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2025-11-10 03:49:25] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.50 - - [2025-11-10 03:49:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.063333 [API:8081]10.0.0.50 - - [2025-11-10 03:49:53] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.50 - - [2025-11-10 03:49:53] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.23 - - [2025-11-10 03:49:53] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-11-10 03:49:53] "GET /analytics HTTP/1.1" 401 205 0.000153 [API:8081]10.0.0.22 - - [2025-11-10 03:51:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:375a50d4-55ee-4ad1-a6fa-89810b756f6e?flat HTTP/1.1" 200 5316 0.015653 [API:8081]10.0.0.22 - - [2025-11-10 03:51:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:375a50d4-55ee-4ad1-a6fa-89810b756f6e?flat HTTP/1.1" 200 5316 0.014941 [API:8081]10.0.0.22 - - [2025-11-10 03:51:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:375a50d4-55ee-4ad1-a6fa-89810b756f6e?flat HTTP/1.1" 200 5316 0.016033 [API:8081]10.0.0.22 - - [2025-11-10 03:51:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93886457:EVPN-VN1?flat HTTP/1.1" 200 8304 0.018824 [API:8081]10.0.0.22 - - [2025-11-10 03:51:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23274 0.020152 [API:8081]10.0.0.22 - - [2025-11-10 03:51:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23274 0.018039 [API:8081]10.0.0.22 - - [2025-11-10 03:51:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009860 [API:8081]10.0.0.22 - - [2025-11-10 03:51:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:2ad89e5f-d52e-40e0-adb2-ab084aa483a4?flat HTTP/1.1" 200 5321 0.020803 [API:8081]10.0.0.22 - - [2025-11-10 03:51:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:2ad89e5f-d52e-40e0-adb2-ab084aa483a4?flat HTTP/1.1" 200 5321 0.015856 [API:8081]10.0.0.22 - - [2025-11-10 03:51:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-93886457:2ad89e5f-d52e-40e0-adb2-ab084aa483a4?flat HTTP/1.1" 200 5321 0.016415 [API:8081]10.0.0.22 - - [2025-11-10 03:51:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93886457:EVPN-VN1?flat HTTP/1.1" 200 9504 0.021496 [API:8081]10.0.0.22 - - [2025-11-10 03:51:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23096 0.023714 [API:8081]10.0.0.22 - - [2025-11-10 03:51:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12019 0.027225 [API:8081]10.0.0.22 - - [2025-11-10 03:51:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23096 0.024260 [API:8081]10.0.0.22 - - [2025-11-10 03:51:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12019 0.025531 [API:8081]10.0.0.22 - - [2025-11-10 03:51:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010073 [API:8081]10.0.0.23 - - [2025-11-10 03:51:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.23 - - [2025-11-10 03:51:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2025-11-10 03:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.23 - - [2025-11-10 03:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000444 [API:8081]10.0.0.50 - - [2025-11-10 03:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-11-10 03:51:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.50 - - [2025-11-10 03:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.50 - - [2025-11-10 03:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-11-10 03:51:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.22 - - [2025-11-10 03:51:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-11-10 03:51:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.22 - - [2025-11-10 03:51:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.50 - - [2025-11-10 03:51:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062250 [API:8081]10.0.0.22 - - [2025-11-10 03:52:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24461 0.023330 [API:8081]10.0.0.22 - - [2025-11-10 03:52:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12292 0.042607 [API:8081]10.0.0.22 - - [2025-11-10 03:52:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93886457:EVPN-VN1?flat HTTP/1.1" 200 8513 0.021341 [API:8081]10.0.0.22 - - [2025-11-10 03:52:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014235 [API:8081]10.0.0.22 - - [2025-11-10 03:52:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32493 0.024293 [API:8081]10.0.0.22 - - [2025-11-10 03:52:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32495 0.033261 [API:8081]10.0.0.22 - - [2025-11-10 03:52:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-93886457:EVPN-VN1?flat HTTP/1.1" 200 5990 0.016833 [API:8081]10.0.0.22 - - [2025-11-10 03:52:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009271 [API:8081]10.0.0.50 - - [2025-11-10 03:52:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.063702 [API:8081]10.0.0.50 - - [2025-11-10 03:54:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085827 [API:8081]10.0.0.22 - - [2025-11-10 03:54:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53845998:ctest-TestRbac-53845998-30730994?flat HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2025-11-10 03:54:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53845998:ctest-TestRbac-53845998-30730994?flat HTTP/1.1" 200 2084 0.438185 [API:8081]10.0.0.22 - - [2025-11-10 03:54:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.167850 [API:8081]10.0.0.22 - - [2025-11-10 03:54:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53845998:ctest-TestRbac-53845998-30730994?flat HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-11-10 03:54:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53845998:ctest-TestRbac-53845998-30730994?flat HTTP/1.1" 200 2084 0.151978 [API:8081]10.0.0.22 - - [2025-11-10 03:54:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.097410 [API:8081]10.0.0.22 - - [2025-11-10 03:55:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-78341735:2962a606-97a7-43bb-ac3e-cd9478491389?flat HTTP/1.1" 200 5326 0.105319 [API:8081]10.0.0.22 - - [2025-11-10 03:55:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-78341735:2962a606-97a7-43bb-ac3e-cd9478491389?flat HTTP/1.1" 200 5326 0.058619 [API:8081]10.0.0.22 - - [2025-11-10 03:55:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-78341735:2962a606-97a7-43bb-ac3e-cd9478491389?flat HTTP/1.1" 200 5326 0.060909 [API:8081]10.0.0.22 - - [2025-11-10 03:55:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53845998:ctest-TestRbac-53845998-30730994?flat HTTP/1.1" 200 8378 0.057420 [API:8081]10.0.0.22 - - [2025-11-10 03:55:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.038420 [API:8081]10.0.0.22 - - [2025-11-10 03:55:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.136571 [API:8081]10.0.0.22 - - [2025-11-10 03:55:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.22 - - [2025-11-10 03:55:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24706 0.068211 [API:8081]10.0.0.22 - - [2025-11-10 03:55:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12906 0.062718 [API:8081]10.0.0.22 - - [2025-11-10 03:55:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.079592 [API:8081]10.0.0.22 - - [2025-11-10 03:55:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.131513 [API:8081]10.0.0.22 - - [2025-11-10 03:55:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24706 0.020090 [API:8081]10.0.0.22 - - [2025-11-10 03:55:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12906 0.020236 [API:8081]10.0.0.22 - - [2025-11-10 03:55:19] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.066760 [API:8081]10.0.0.22 - - [2025-11-10 03:55:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.039030 [API:8081]10.0.0.22 - - [2025-11-10 03:55:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.157889 [API:8081]10.0.0.22 - - [2025-11-10 03:55:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24706 0.079239 [API:8081]10.0.0.22 - - [2025-11-10 03:55:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12906 0.031670 [API:8081]10.0.0.22 - - [2025-11-10 03:55:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24706 0.020133 [API:8081]10.0.0.22 - - [2025-11-10 03:55:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12906 0.020033 [API:8081]10.0.0.22 - - [2025-11-10 03:55:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.024235 [API:8081]10.0.0.22 - - [2025-11-10 03:55:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12906 0.022951 [API:8081]10.0.0.22 - - [2025-11-10 03:55:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.021127 [API:8081]10.0.0.22 - - [2025-11-10 03:55:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12904 0.020464 [API:8081]10.0.0.22 - - [2025-11-10 03:55:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.021699 [API:8081]10.0.0.22 - - [2025-11-10 03:55:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12904 0.020807 [API:8081]10.0.0.22 - - [2025-11-10 03:55:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.025187 [API:8081]10.0.0.22 - - [2025-11-10 03:55:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12904 0.032573 [API:8081]10.0.0.22 - - [2025-11-10 03:55:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.020046 [API:8081]10.0.0.22 - - [2025-11-10 03:55:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12904 0.020942 [API:8081]10.0.0.50 - - [2025-11-10 03:55:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054270 [API:8081]10.0.0.22 - - [2025-11-10 03:55:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.032800 [API:8081]10.0.0.22 - - [2025-11-10 03:55:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12904 0.021086 [API:8081]10.0.0.22 - - [2025-11-10 03:55:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.022851 [API:8081]10.0.0.22 - - [2025-11-10 03:55:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12477 0.021336 [API:8081]10.0.0.22 - - [2025-11-10 03:55:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-53845998:ctest-TestRbac-53845998-30730994?flat HTTP/1.1" 200 6502 0.015129 [API:8081]10.0.0.22 - - [2025-11-10 03:55:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009898 [API:8081]10.0.0.22 - - [2025-11-10 03:56:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67713175:ctest-TestRbacBasic-67713175-21650311?flat HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.22 - - [2025-11-10 03:56:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67713175:ctest-TestRbacBasic-67713175-21650311?flat HTTP/1.1" 200 2121 0.094480 [API:8081]10.0.0.22 - - [2025-11-10 03:56:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67713175:ctest-TestRbacBasic-67713175-21650311?flat HTTP/1.1" 401 205 0.000248 --- 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-75818940'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-47713175' RBAC: ctest-TestRbacBasic-68439471 doesn't have read permission in project '217e4608a9df4525a1f55aff13b4e67f' 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-67713175', 'ctest-TestRbacBasic-67713175-21650311'], 'virtual_network', 'c3352efe-dac3-43a8-8673-a760e43d31ff', "Permission Denied for ['ctest-TestRbacBasic-75818940'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-47713175' RBAC: ctest-TestRbacBasic-68439471 doesn't have read permission in project '217e4608a9df4525a1f55aff13b4e67f'"),) [API:8081]10.0.0.22 - - [2025-11-10 03:56:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67713175:ctest-TestRbacBasic-67713175-21650311?flat HTTP/1.1" 403 198 0.096217 [API:8081]10.0.0.22 - - [2025-11-10 03:56:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67713175:ctest-TestRbacBasic-67713175-21650311?flat HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.22 - - [2025-11-10 03:56:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67713175:ctest-TestRbacBasic-67713175-21650311?flat HTTP/1.1" 200 2121 0.058102 [API:8081]10.0.0.22 - - [2025-11-10 03:56:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.105774 [API:8081]10.0.0.22 - - [2025-11-10 03:56:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.083054 [API:8081]10.0.0.22 - - [2025-11-10 03:56:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.057750 --- 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-75818940'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-67713175' RBAC: ctest-TestRbacBasic-68439471 doesn't have read permission in project '716bc5da350642a482d5e0eac307cf83' 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-67713175', 'ctest-TestRbacBasic-67713175-21650311'], 'virtual_network', 'c3352efe-dac3-43a8-8673-a760e43d31ff', "Permission Denied for ['ctest-TestRbacBasic-75818940'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-67713175' RBAC: ctest-TestRbacBasic-68439471 doesn't have read permission in project '716bc5da350642a482d5e0eac307cf83'"),) [API:8081]10.0.0.22 - - [2025-11-10 03:56:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67713175:ctest-TestRbacBasic-67713175-21650311?flat HTTP/1.1" 403 198 0.038618 --- 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-75818940'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-67713175' RBAC: ctest-TestRbacBasic-68439471 doesn't have read permission in project '716bc5da350642a482d5e0eac307cf83' 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-67713175', 'ctest-TestRbacBasic-67713175-21650311'], 'virtual_network', 'c3352efe-dac3-43a8-8673-a760e43d31ff', "Permission Denied for ['ctest-TestRbacBasic-75818940'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-67713175' RBAC: ctest-TestRbacBasic-68439471 doesn't have read permission in project '716bc5da350642a482d5e0eac307cf83'"),) [API:8081]10.0.0.22 - - [2025-11-10 03:56:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67713175:ctest-TestRbacBasic-67713175-21650311?flat HTTP/1.1" 403 198 0.090073 [API:8081]10.0.0.22 - - [2025-11-10 03:56:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67713175:ctest-TestRbacBasic-67713175-21650311?flat HTTP/1.1" 200 2125 0.056170 [API:8081]10.0.0.22 - - [2025-11-10 03:56:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67713175:ctest-TestRbacBasic-67713175-21650311?flat HTTP/1.1" 200 2125 0.011197 [API:8081]10.0.0.22 - - [2025-11-10 03:56:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.081795 [API:8081]10.0.0.22 - - [2025-11-10 03:56:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.066804 [API:8081]10.0.0.22 - - [2025-11-10 03:56:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.010551 [API:8081]10.0.0.23 - - [2025-11-10 03:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.23 - - [2025-11-10 03:56:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.22 - - [2025-11-10 03:56:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.009319 [API:8081]10.0.0.23 - - [2025-11-10 03:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.23 - - [2025-11-10 03:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.50 - - [2025-11-10 03:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.50 - - [2025-11-10 03:56:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-10 03:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.22 - - [2025-11-10 03:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000369 [API:8081]10.0.0.50 - - [2025-11-10 03:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001185 [API:8081]10.0.0.22 - - [2025-11-10 03:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.22 - - [2025-11-10 03:56:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-40332598?flat HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.22 - - [2025-11-10 03:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-11-10 03:56:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 --- 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-31099165 as ['ctest-TestRbacBasic-77954456'] to R virtual-network in ctest-TestRbacBasic-67565055 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-67565055', 'ctest-TestRbacBasic-67565055-40332598'], 'virtual_network', '83cd7e32-8e2f-4a94-aa07-c109b039b1ed', "Permission Denied for ctest-TestRbacBasic-31099165 as ['ctest-TestRbacBasic-77954456'] to R virtual-network in ctest-TestRbacBasic-67565055"),) [API:8081]10.0.0.22 - - [2025-11-10 03:56:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-40332598?flat HTTP/1.1" 403 198 0.155467 [API:8081]10.0.0.22 - - [2025-11-10 03:56:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.061104 [API:8081]10.0.0.22 - - [2025-11-10 03:56:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-40332598?flat HTTP/1.1" 200 2121 0.055177 [API:8081]10.0.0.22 - - [2025-11-10 03:56:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.054575 --- 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-31099165 as ['ctest-TestRbacBasic-77954456'] to R virtual-network in ctest-TestRbacBasic-67565055 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-67565055', 'ctest-TestRbacBasic-67565055-40332598'], 'virtual_network', '83cd7e32-8e2f-4a94-aa07-c109b039b1ed', "Permission Denied for ctest-TestRbacBasic-31099165 as ['ctest-TestRbacBasic-77954456'] to R virtual-network in ctest-TestRbacBasic-67565055"),) [API:8081]10.0.0.22 - - [2025-11-10 03:56:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-40332598?flat HTTP/1.1" 403 198 0.049463 --- 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-31099165 as ['ctest-TestRbacBasic-77954456'] to R virtual-network in ctest-TestRbacBasic-67565055 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-67565055', 'ctest-TestRbacBasic-67565055-40332598'], 'virtual_network', '83cd7e32-8e2f-4a94-aa07-c109b039b1ed', "Permission Denied for ctest-TestRbacBasic-31099165 as ['ctest-TestRbacBasic-77954456'] to R virtual-network in ctest-TestRbacBasic-67565055"),) [API:8081]10.0.0.22 - - [2025-11-10 03:56:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-40332598?flat HTTP/1.1" 403 198 0.107066 [API:8081]10.0.0.22 - - [2025-11-10 03:56:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.069474 [API:8081]10.0.0.22 - - [2025-11-10 03:56:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-40332598?flat HTTP/1.1" 200 2121 0.062967 [API:8081]10.0.0.22 - - [2025-11-10 03:56:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.057253 [API:8081]10.0.0.22 - - [2025-11-10 03:56:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-40332598?flat HTTP/1.1" 401 205 0.000275 --- 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-68439471 as ['ctest-TestRbacBasic-75818940'] to R virtual-network in ctest-TestRbacBasic-67565055 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-67565055', 'ctest-TestRbacBasic-67565055-40332598'], 'virtual_network', '83cd7e32-8e2f-4a94-aa07-c109b039b1ed', "Permission Denied for ctest-TestRbacBasic-68439471 as ['ctest-TestRbacBasic-75818940'] to R virtual-network in ctest-TestRbacBasic-67565055"),) [API:8081]10.0.0.22 - - [2025-11-10 03:56:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-40332598?flat HTTP/1.1" 403 198 0.109692 [API:8081]10.0.0.22 - - [2025-11-10 03:56:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.058816 [API:8081]10.0.0.22 - - [2025-11-10 03:56:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-40332598?flat HTTP/1.1" 200 2121 0.061995 [API:8081]10.0.0.22 - - [2025-11-10 03:56:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.049161 [API:8081]10.0.0.22 - - [2025-11-10 03:56:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.061890 [API:8081]10.0.0.22 - - [2025-11-10 03:56:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.008434 [API:8081]10.0.0.22 - - [2025-11-10 03:57:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-67565055:f51fbbc9-763b-4839-8034-b35f6c3533e9?flat HTTP/1.1" 200 5393 0.060797 [API:8081]10.0.0.22 - - [2025-11-10 03:57:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-67565055:f51fbbc9-763b-4839-8034-b35f6c3533e9?flat HTTP/1.1" 200 5393 0.062992 [API:8081]10.0.0.22 - - [2025-11-10 03:57:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-67565055:f51fbbc9-763b-4839-8034-b35f6c3533e9?flat HTTP/1.1" 200 5393 0.059345 [API:8081]10.0.0.22 - - [2025-11-10 03:57:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-47273429?flat HTTP/1.1" 200 8780 0.062767 [API:8081]10.0.0.22 - - [2025-11-10 03:57:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.031663 [API:8081]10.0.0.22 - - [2025-11-10 03:57:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.081135 [API:8081]10.0.0.22 - - [2025-11-10 03:57:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.024357 [API:8081]10.0.0.22 - - [2025-11-10 03:57:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.035412 [API:8081]10.0.0.22 - - [2025-11-10 03:57:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.085707 [API:8081]10.0.0.22 - - [2025-11-10 03:57:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.023261 [API:8081]10.0.0.22 - - [2025-11-10 03:57:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.045057 [API:8081]10.0.0.22 - - [2025-11-10 03:57:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-47273429?flat HTTP/1.1" 200 8780 0.075581 [API:8081]10.0.0.22 - - [2025-11-10 03:57:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.070666 [API:8081]10.0.0.22 - - [2025-11-10 03:57:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.040900 [API:8081]10.0.0.22 - - [2025-11-10 03:57:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.087364 [API:8081]10.0.0.22 - - [2025-11-10 03:57:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.023663 [API:8081]10.0.0.22 - - [2025-11-10 03:57:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.037179 [API:8081]10.0.0.22 - - [2025-11-10 03:57:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.023890 [API:8081]10.0.0.22 - - [2025-11-10 03:57:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.026266 [API:8081]10.0.0.22 - - [2025-11-10 03:57:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.023070 [API:8081]10.0.0.22 - - [2025-11-10 03:57:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.030208 [API:8081]10.0.0.22 - - [2025-11-10 03:57:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.025042 [API:8081]10.0.0.22 - - [2025-11-10 03:57:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.025104 [API:8081]10.0.0.22 - - [2025-11-10 03:57:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.025466 [API:8081]10.0.0.22 - - [2025-11-10 03:57:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-67565055:ctest-TestRbacBasic-67565055-47273429?flat HTTP/1.1" 200 6886 0.013947 [API:8081]10.0.0.22 - - [2025-11-10 03:57:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009958 [API:8081]10.0.0.50 - - [2025-11-10 03:57:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072850 [Introspect:8090]10.0.0.22 - - [2025-11-10 03:57:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001116 [API:8081]10.0.0.22 - - [2025-11-10 03:57:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.22 - - [2025-11-10 03:57:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.056915 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:58:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005263 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003936 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005361 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005078 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:58:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004932 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004129 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003805 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 03:58:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002940 [API:8081]10.0.0.50 - - [2025-11-10 03:58:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.072854 [API:8081]10.0.0.22 - - [2025-11-10 03:59:25] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.22 - - [2025-11-10 03:59:25] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.50 - - [2025-11-10 03:59:53] "GET /analytics HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.50 - - [2025-11-10 03:59:53] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.23 - - [2025-11-10 03:59:53] "GET /analytics HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2025-11-10 03:59:53] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.50 - - [2025-11-10 04:00:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066633 [API:8081]10.0.0.22 - - [2025-11-10 04:00:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:7050a246-5161-4a44-b7e8-30f72761ada2?flat HTTP/1.1" 200 5443 0.013042 [API:8081]10.0.0.22 - - [2025-11-10 04:00:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:7050a246-5161-4a44-b7e8-30f72761ada2?flat HTTP/1.1" 200 5443 0.061018 [API:8081]10.0.0.22 - - [2025-11-10 04:00:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:7050a246-5161-4a44-b7e8-30f72761ada2?flat HTTP/1.1" 200 5443 0.066581 [API:8081]10.0.0.22 - - [2025-11-10 04:00:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-50027161:ctest-vn1-59836847?flat HTTP/1.1" 200 9428 0.022350 [API:8081]10.0.0.22 - - [2025-11-10 04:00:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.024834 [API:8081]10.0.0.22 - - [2025-11-10 04:00:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32565 0.024815 [API:8081]10.0.0.22 - - [2025-11-10 04:00:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012740 [API:8081]10.0.0.22 - - [2025-11-10 04:00:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:ec536e13-534b-4527-8182-4713c5b00632?flat HTTP/1.1" 200 5432 0.020982 [API:8081]10.0.0.22 - - [2025-11-10 04:00:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:ec536e13-534b-4527-8182-4713c5b00632?flat HTTP/1.1" 200 5432 0.017625 [API:8081]10.0.0.22 - - [2025-11-10 04:00:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:ec536e13-534b-4527-8182-4713c5b00632?flat HTTP/1.1" 200 5432 0.019318 [API:8081]10.0.0.22 - - [2025-11-10 04:00:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-50027161:ctest-vn1-59836847?flat HTTP/1.1" 200 9428 0.027010 [API:8081]10.0.0.22 - - [2025-11-10 04:00:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.032178 [API:8081]10.0.0.22 - - [2025-11-10 04:00:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12995 0.025733 [API:8081]10.0.0.22 - - [2025-11-10 04:00:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.022138 [API:8081]10.0.0.22 - - [2025-11-10 04:00:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12995 0.026876 [API:8081]10.0.0.22 - - [2025-11-10 04:00:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011045 [API:8081]10.0.0.22 - - [2025-11-10 04:00:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.027203 [API:8081]10.0.0.22 - - [2025-11-10 04:01:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12995 0.022069 [API:8081]10.0.0.22 - - [2025-11-10 04:01:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.022406 [API:8081]10.0.0.22 - - [2025-11-10 04:01:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12995 0.024937 [API:8081]10.0.0.22 - - [2025-11-10 04:01:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.024198 [API:8081]10.0.0.22 - - [2025-11-10 04:01:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12995 0.022732 [API:8081]10.0.0.22 - - [2025-11-10 04:01:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.033529 [API:8081]10.0.0.22 - - [2025-11-10 04:01:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12995 0.023073 [API:8081]10.0.0.22 - - [2025-11-10 04:01:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.024700 [API:8081]10.0.0.22 - - [2025-11-10 04:01:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12995 0.028310 [API:8081]10.0.0.22 - - [2025-11-10 04:01:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.027033 [API:8081]10.0.0.22 - - [2025-11-10 04:01:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12995 0.027641 [API:8081]10.0.0.22 - - [2025-11-10 04:01:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.022541 [API:8081]10.0.0.22 - - [2025-11-10 04:01:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 12604 0.021854 [API:8081]10.0.0.22 - - [2025-11-10 04:01:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-50027161:ctest-vn1-59836847?flat HTTP/1.1" 200 7738 0.015362 [API:8081]10.0.0.22 - - [2025-11-10 04:01:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009602 [API:8081]10.0.0.23 - - [2025-11-10 04:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.23 - - [2025-11-10 04:01:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2025-11-10 04:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.23 - - [2025-11-10 04:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-11-10 04:01:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.50 - - [2025-11-10 04:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.22 - - [2025-11-10 04:01:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.029719 [API:8081]10.0.0.50 - - [2025-11-10 04:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.50 - - [2025-11-10 04:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.22 - - [2025-11-10 04:01:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-11-10 04:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.22 - - [2025-11-10 04:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.22 - - [2025-11-10 04:01:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.22 - - [2025-11-10 04:01:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.028516 [API:8081]10.0.0.22 - - [2025-11-10 04:01:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32566 0.024498 [API:8081]10.0.0.22 - - [2025-11-10 04:01:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.032129 [API:8081]10.0.0.22 - - [2025-11-10 04:01:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.023351 [API:8081]10.0.0.22 - - [2025-11-10 04:01:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.075992 [API:8081]10.0.0.22 - - [2025-11-10 04:01:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32568 0.024348 [API:8081]10.0.0.22 - - [2025-11-10 04:01:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-50027161:ctest-vn1-59836847?flat HTTP/1.1" 200 6229 0.013155 [API:8081]10.0.0.22 - - [2025-11-10 04:01:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009656 [API:8081]10.0.0.22 - - [2025-11-10 04:01:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.010621 [API:8081]10.0.0.22 - - [2025-11-10 04:01:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.014338 [API:8081]10.0.0.50 - - [2025-11-10 04:01:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.089612 [API:8081]10.0.0.50 - - [2025-11-10 04:03:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.063794 [Introspect:8090]10.0.0.22 - - [2025-11-10 04:04:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001151 [API:8081]10.0.0.22 - - [2025-11-10 04:04:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4674-1?flat HTTP/1.1" 200 12010 0.427900 [API:8081]10.0.0.22 - - [2025-11-10 04:04:33] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4674-1?flat HTTP/1.1" 200 6197 0.379398 [API:8081]10.0.0.22 - - [2025-11-10 04:04:33] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4674-2?flat HTTP/1.1" 200 6196 0.378475 [API:8081]10.0.0.22 - - [2025-11-10 04:04:33] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4674-3?flat HTTP/1.1" 200 4109 0.012939 [API:8081]10.0.0.22 - - [2025-11-10 04:04:33] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?flat HTTP/1.1" 200 5900 0.016540 [API:8081]10.0.0.22 - - [2025-11-10 04:04:33] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?flat HTTP/1.1" 200 7383 0.017413 [API:8081]10.0.0.22 - - [2025-11-10 04:04:33] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?flat HTTP/1.1" 200 5898 0.023656 [API:8081]10.0.0.22 - - [2025-11-10 04:04:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.010949 [API:8081]10.0.0.50 - - [2025-11-10 04:04:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.058190 [API:8081]10.0.0.22 - - [2025-11-10 04:05:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:05b4063a-0f62-47d6-99bf-27c427285489?flat HTTP/1.1" 200 5248 0.016339 [API:8081]10.0.0.22 - - [2025-11-10 04:05:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:05b4063a-0f62-47d6-99bf-27c427285489?flat HTTP/1.1" 200 5248 0.015019 [API:8081]10.0.0.22 - - [2025-11-10 04:05:17] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:05b4063a-0f62-47d6-99bf-27c427285489?flat HTTP/1.1" 200 5248 0.014495 [API:8081]10.0.0.22 - - [2025-11-10 04:05:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-50027161:ctest-vn1-37129822?flat HTTP/1.1" 200 7102 0.019172 [API:8081]10.0.0.22 - - [2025-11-10 04:05:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32293 0.033478 [API:8081]10.0.0.22 - - [2025-11-10 04:05:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32293 0.024685 [API:8081]10.0.0.22 - - [2025-11-10 04:05:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010514 [API:8081]10.0.0.22 - - [2025-11-10 04:06:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:1ba4f9df-3f8e-4da5-9c32-1c5e899f2e37?flat HTTP/1.1" 200 5245 0.014891 [API:8081]10.0.0.22 - - [2025-11-10 04:06:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:1ba4f9df-3f8e-4da5-9c32-1c5e899f2e37?flat HTTP/1.1" 200 5245 0.014765 [API:8081]10.0.0.22 - - [2025-11-10 04:06:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-50027161:1ba4f9df-3f8e-4da5-9c32-1c5e899f2e37?flat HTTP/1.1" 200 5245 0.017190 [API:8081]10.0.0.22 - - [2025-11-10 04:06:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-50027161:ctest-vn2-86761906?flat HTTP/1.1" 200 7117 0.031051 [API:8081]10.0.0.22 - - [2025-11-10 04:06:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32877 0.035415 [API:8081]10.0.0.22 - - [2025-11-10 04:06:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32877 0.029386 [API:8081]10.0.0.22 - - [2025-11-10 04:06:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009532 [API:8081]10.0.0.23 - - [2025-11-10 04:06:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2025-11-10 04:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2025-11-10 04:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.23 - - [2025-11-10 04:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-11-10 04:06:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-10 04:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.50 - - [2025-11-10 04:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.50 - - [2025-11-10 04:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.22 - - [2025-11-10 04:06:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.22 - - [2025-11-10 04:06:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.22 - - [2025-11-10 04:06:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-11-10 04:06:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.50 - - [2025-11-10 04:06:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.165642 [API:8081]10.0.0.22 - - [2025-11-10 04:07:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32886 0.027876 [API:8081]10.0.0.22 - - [2025-11-10 04:07:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32886 0.027281 [API:8081]10.0.0.22 - - [2025-11-10 04:07:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32886 0.025471 [API:8081]10.0.0.22 - - [2025-11-10 04:07:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32886 0.032984 [API:8081]10.0.0.22 - - [2025-11-10 04:07:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32886 0.031512 [API:8081]10.0.0.22 - - [2025-11-10 04:07:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32886 0.025693 [API:8081]10.0.0.22 - - [2025-11-10 04:07:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32889 0.026896 [API:8081]10.0.0.22 - - [2025-11-10 04:07:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-50027161:ctest-vn2-86761906?flat HTTP/1.1" 200 7855 0.018048 [API:8081]10.0.0.22 - - [2025-11-10 04:07:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010317 [API:8081]10.0.0.22 - - [2025-11-10 04:07:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32313 0.025753 [API:8081]10.0.0.22 - - [2025-11-10 04:07:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32318 0.022839 [API:8081]10.0.0.22 - - [2025-11-10 04:07:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32318 0.027918 [API:8081]10.0.0.22 - - [2025-11-10 04:07:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32318 0.030279 [API:8081]10.0.0.22 - - [2025-11-10 04:07:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32318 0.041367 [API:8081]10.0.0.22 - - [2025-11-10 04:07:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32318 0.023807 [API:8081]10.0.0.22 - - [2025-11-10 04:07:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32318 0.035475 [API:8081]10.0.0.22 - - [2025-11-10 04:07:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-50027161:ctest-vn1-37129822?flat HTTP/1.1" 200 7783 0.023199 [API:8081]10.0.0.22 - - [2025-11-10 04:07:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009372 [API:8081]10.0.0.50 - - [2025-11-10 04:07:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059981 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:08:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003480 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003047 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003143 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003021 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:08:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003378 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003281 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003119 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:08:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002759 [API:8081]10.0.0.22 - - [2025-11-10 04:08:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15694039:c00f1b8c-e9a7-406c-8071-f81caf5c0263?flat HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.22 - - [2025-11-10 04:08:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15694039:c00f1b8c-e9a7-406c-8071-f81caf5c0263?flat HTTP/1.1" 200 5240 0.067775 [API:8081]10.0.0.22 - - [2025-11-10 04:08:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15694039:c00f1b8c-e9a7-406c-8071-f81caf5c0263?flat HTTP/1.1" 200 5240 0.063467 [API:8081]10.0.0.22 - - [2025-11-10 04:08:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15694039:c00f1b8c-e9a7-406c-8071-f81caf5c0263?flat HTTP/1.1" 200 5240 0.067415 [API:8081]10.0.0.22 - - [2025-11-10 04:08:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-15694039:ctest-vn-38827726?flat HTTP/1.1" 200 8052 0.030215 [API:8081]10.0.0.22 - - [2025-11-10 04:08:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32329 0.029786 [API:8081]10.0.0.22 - - [2025-11-10 04:08:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32329 0.024925 [API:8081]10.0.0.22 - - [2025-11-10 04:08:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009368 [API:8081]10.0.0.22 - - [2025-11-10 04:08:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15694039:aa08118b-8544-42ac-9a0a-336098adbd73?flat HTTP/1.1" 200 5239 0.021323 [API:8081]10.0.0.22 - - [2025-11-10 04:08:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15694039:aa08118b-8544-42ac-9a0a-336098adbd73?flat HTTP/1.1" 200 5239 0.027398 [API:8081]10.0.0.22 - - [2025-11-10 04:08:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-15694039:aa08118b-8544-42ac-9a0a-336098adbd73?flat HTTP/1.1" 200 5239 0.021336 [API:8081]10.0.0.22 - - [2025-11-10 04:08:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-15694039:ctest-vn-13382571?flat HTTP/1.1" 200 8049 0.023497 [API:8081]10.0.0.22 - - [2025-11-10 04:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32915 0.040945 [API:8081]10.0.0.22 - - [2025-11-10 04:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32915 0.032157 [API:8081]10.0.0.22 - - [2025-11-10 04:08:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009100 [API:8081]10.0.0.22 - - [2025-11-10 04:09:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32915 0.025657 [API:8081]10.0.0.22 - - [2025-11-10 04:09:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32915 0.027001 [API:8081]10.0.0.22 - - [2025-11-10 04:09:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32916 0.025127 [API:8081]10.0.0.22 - - [2025-11-10 04:09:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-15694039:ctest-vn-13382571?flat HTTP/1.1" 200 6181 0.014432 [API:8081]10.0.0.22 - - [2025-11-10 04:09:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008771 [API:8081]10.0.0.22 - - [2025-11-10 04:09:25] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.22 - - [2025-11-10 04:09:25] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.22 - - [2025-11-10 04:09:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.030482 [API:8081]10.0.0.22 - - [2025-11-10 04:09:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.039825 [API:8081]10.0.0.22 - - [2025-11-10 04:09:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.026498 [API:8081]10.0.0.22 - - [2025-11-10 04:09:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.023784 [API:8081]10.0.0.22 - - [2025-11-10 04:09:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.027095 [API:8081]10.0.0.22 - - [2025-11-10 04:09:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32331 0.025854 [API:8081]10.0.0.22 - - [2025-11-10 04:09:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4674-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32332 0.029781 [API:8081]10.0.0.22 - - [2025-11-10 04:09:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-15694039:ctest-vn-38827726?flat HTTP/1.1" 200 6180 0.015172 [API:8081]10.0.0.22 - - [2025-11-10 04:09:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010290 [API:8081]10.0.0.50 - - [2025-11-10 04:09:53] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.50 - - [2025-11-10 04:09:53] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.23 - - [2025-11-10 04:09:53] "GET /analytics HTTP/1.1" 401 205 0.000485 [API:8081]10.0.0.23 - - [2025-11-10 04:09:53] "GET /analytics HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.50 - - [2025-11-10 04:09:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077852 [API:8081]10.0.0.22 - - [2025-11-10 04:09:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.22 - - [2025-11-10 04:09:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.056093 [API:8081]10.0.0.22 - - [2025-11-10 04:09:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.068638 [API:8081]10.0.0.50 - - [2025-11-10 04:10:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.079994 [API:8081]10.0.0.23 - - [2025-11-10 04:11:19] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2025-11-10 04:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.23 - - [2025-11-10 04:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000696 [API:8081]10.0.0.23 - - [2025-11-10 04:11:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.50 - - [2025-11-10 04:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.50 - - [2025-11-10 04:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.50 - - [2025-11-10 04:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.50 - - [2025-11-10 04:11:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.22 - - [2025-11-10 04:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.22 - - [2025-11-10 04:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.22 - - [2025-11-10 04:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.22 - - [2025-11-10 04:11:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.50 - - [2025-11-10 04:12:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084846 [API:8081]10.0.0.50 - - [2025-11-10 04:13:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.060822 [API:8081]10.0.0.22 - - [2025-11-10 04:15:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.22 - - [2025-11-10 04:15:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.055714 [API:8081]10.0.0.50 - - [2025-11-10 04:15:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067265 [API:8081]10.0.0.23 - - [2025-11-10 04:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2025-11-10 04:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.23 - - [2025-11-10 04:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2025-11-10 04:16:20] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.50 - - [2025-11-10 04:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.50 - - [2025-11-10 04:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.50 - - [2025-11-10 04:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.50 - - [2025-11-10 04:16:21] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.22 - - [2025-11-10 04:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.22 - - [2025-11-10 04:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.22 - - [2025-11-10 04:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.22 - - [2025-11-10 04:16:22] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.50 - - [2025-11-10 04:16:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.066160 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:18:16] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004286 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002769 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002815 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002702 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:18:16] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002542 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002475 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002803 [LOCAL API:8181]127.0.0.1 - - [2025-11-10 04:18:16] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4674-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002659 [API:8081]10.0.0.50 - - [2025-11-10 04:19:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072318 [API:8081]10.0.0.22 - - [2025-11-10 04:19:25] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.22 - - [2025-11-10 04:19:25] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.50 - - [2025-11-10 04:19:53] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.50 - - [2025-11-10 04:19:53] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.23 - - [2025-11-10 04:19:53] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.23 - - [2025-11-10 04:19:53] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.50 - - [2025-11-10 04:20:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.076075 [Introspect:8090]10.0.0.22 - - [2025-11-10 04:20:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001136