++ 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 Jun 22 02:37:01 AM UTC 2026 ===================' INFO: =================== Mon Jun 22 02:37:01 AM UTC 2026 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ head -n 1 +++ grep 'inet ' +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.19 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8081 ' +++ '[' -n '10.0.0.19:8081 10.0.0.129:8081 10.0.0.241:8081 ' ']' +++ echo '10.0.0.19:8081 10.0.0.129:8081 10.0.0.241:8081' ++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.129:8081 10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9042 ' +++ '[' -n '10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042 ' ']' +++ echo '10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8086 ' +++ '[' -n '10.0.0.19:8086 10.0.0.129:8086 10.0.0.241:8086 ' ']' +++ echo '10.0.0.19:8086 10.0.0.129:8086 10.0.0.241:8086' ++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.129:8086 10.0.0.241: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.19,10.0.0.129,10.0.0.241 ++ CONFIGDB_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8082 ' +++ '[' -n '10.0.0.19:8082 10.0.0.129:8082 10.0.0.241:8082 ' ']' +++ echo '10.0.0.19:8082 10.0.0.129:8082 10.0.0.241:8082' ++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.129:8082 10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9161 ' +++ '[' -n '10.0.0.19:9161 10.0.0.129:9161 10.0.0.241:9161 ' ']' +++ echo '10.0.0.19:9161 10.0.0.129:9161 10.0.0.241:9161' ++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.129:9161 10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9041 ' +++ '[' -n '10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041 ' ']' +++ echo '10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.129:9041 10.0.0.241: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.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:2181, +++ '[' -n 10.0.0.19:2181,10.0.0.129:2181,10.0.0.241:2181, ']' +++ echo 10.0.0.19:2181,10.0.0.129:2181,10.0.0.241:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.129:2181,10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:2181 ' +++ '[' -n '10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181 ' ']' +++ echo '10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181' ++ RABBITMQ_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:5673, +++ '[' -n 10.0.0.19:5673,10.0.0.129:5673,10.0.0.241:5673, ']' +++ echo 10.0.0.19:5673,10.0.0.129:5673,10.0.0.241:5673 ++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.129:5673,10.0.0.241: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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:6379 ' +++ '[' -n '10.0.0.19:6379 10.0.0.129:6379 10.0.0.241:6379 ' ']' +++ echo '10.0.0.19:6379 10.0.0.129:6379 10.0.0.241:6379' ++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.129:6379 10.0.0.241: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.19,10.0.0.129,10.0.0.241 ++ 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.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9092 ' +++ '[' -n '10.0.0.19:9092 10.0.0.129:9092 10.0.0.241:9092 ' ']' +++ echo '10.0.0.19:9092 10.0.0.129:9092 10.0.0.241:9092' ++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.129:9092 10.0.0.241: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.19 ++ 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.19,10.0.0.129,10.0.0.241 ++ 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.19,10.0.0.129,10.0.0.241 ++ 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.19,10.0.0.129,10.0.0.241 ++ cut -d , -f 1 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.19,10.0.0.129,10.0.0.241 +++ local servers=10.0.0.19,10.0.0.129,10.0.0.241 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ sort ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq +++ local local_ips=,10.0.0.19,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.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.19,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ echo 10.0.0.19 1 +++ return ++ local ip=10.0.0.19 ++ [[ -z 10.0.0.19 ]] ++ echo 10.0.0.19 + host_ip=10.0.0.19 + 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=__ ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ set -o posix ++ set + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1001: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1012: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 06/22/2026 02:37:09.465 7f94bfef7c80 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/22/2026 02:37:09.659 7f94bfef7c80 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 06/22/2026 02:37:09.671 7f94bfef7c80 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/22/2026 02:37:09.671 7f94bfef7c80 [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.19: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.241 - - [2026-06-22 02:37:44] "GET /analytics HTTP/1.1" 401 205 0.000651 [API:8081]10.0.0.241 - - [2026-06-22 02:37:44] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.129 - - [2026-06-22 02:37:44] "GET /analytics HTTP/1.1" 401 205 0.000360 [API:8081]10.0.0.129 - - [2026-06-22 02:37:44] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.19 - - [2026-06-22 02:37:45] "GET /analytics HTTP/1.1" 401 205 0.000212 [API:8081]10.0.0.19 - - [2026-06-22 02:37:45] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.241 - - [2026-06-22 02:37:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.052671 [API:8081]10.0.0.241 - - [2026-06-22 02:38:15] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.241 - - [2026-06-22 02:38:15] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.129 - - [2026-06-22 02:38:15] "GET /analytics HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.129 - - [2026-06-22 02:38:15] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.19 - - [2026-06-22 02:38:16] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2026-06-22 02:38:16] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.241 - - [2026-06-22 02:38:45] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.241 - - [2026-06-22 02:38:45] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.129 - - [2026-06-22 02:38:45] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.129 - - [2026-06-22 02:38:45] "GET /analytics HTTP/1.1" 401 205 0.000193 [API:8081]10.0.0.241 - - [2026-06-22 02:39:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.049022 [Introspect:8090]10.0.0.19 - - [2026-06-22 02:40:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001164 [Introspect:8090]10.0.0.19 - - [2026-06-22 02:40:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001540 [API:8081]10.0.0.241 - - [2026-06-22 02:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.241 - - [2026-06-22 02:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.129 - - [2026-06-22 02:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.129 - - [2026-06-22 02:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.241 - - [2026-06-22 02:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.241 - - [2026-06-22 02:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.241 - - [2026-06-22 02:40:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.043535 [API:8081]10.0.0.19 - - [2026-06-22 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.19 - - [2026-06-22 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.129 - - [2026-06-22 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.129 - - [2026-06-22 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-06-22 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-06-22 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [Introspect:8090]10.0.0.19 - - [2026-06-22 02:42:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001166 [Introspect:8090]10.0.0.19 - - [2026-06-22 02:42:22] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000522 [API:8081]10.0.0.19 - - [2026-06-22 02:42:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1:Control:contrail-control:0?flat HTTP/1.1" 200 35673 0.057422 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.047383 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2:Control:contrail-control:0?flat HTTP/1.1" 200 38728 0.096511 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.018385 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3:Control:contrail-control:0?flat HTTP/1.1" 200 38728 0.025122 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.015106 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.021775 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.025733 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3359 0.010894 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3358 0.012091 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009987 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4624 0.011689 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4619 0.012203 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4629 0.013281 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009959 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.012324 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011916 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.015817 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.013033 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.012784 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011514 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.019704 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014494 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012375 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14211 0.017384 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.016060 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14212 0.019510 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.015492 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14213 0.014230 [API:8081]10.0.0.19 - - [2026-06-22 02:42:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.014002 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.018620 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12023 0.044467 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.019183 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.023446 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12023 0.021661 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.020937 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.031532 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.011691 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.018631 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3273 0.011295 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.010648 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14211 0.026305 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.011940 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3384 0.013058 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14212 0.017868 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3994 0.014188 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.026162 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14213 0.019755 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012926 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.016301 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.012682 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.015171 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.011875 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11116 0.016257 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3986 0.012049 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4624 0.013929 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4619 0.012968 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4629 0.019064 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1:Control:contrail-control:0?flat HTTP/1.1" 200 35673 0.036957 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.016315 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.017522 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2:Control:contrail-control:0?flat HTTP/1.1" 200 38728 0.024069 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.017269 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16354 0.023724 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3:Control:contrail-control:0?flat HTTP/1.1" 200 38728 0.023528 [API:8081]10.0.0.19 - - [2026-06-22 02:42:26] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3382 0.012688 [API:8081]10.0.0.19 - - [2026-06-22 02:42:27] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-6014-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13603 0.019298 [API:8081]10.0.0.19 - - [2026-06-22 02:42:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12023 0.020799 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?flat HTTP/1.1" 200 18327 0.025176 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?flat HTTP/1.1" 200 16614 0.019194 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?flat HTTP/1.1" 200 13745 0.017509 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?flat HTTP/1.1" 200 18327 0.020596 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?flat HTTP/1.1" 200 16614 0.018500 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?flat HTTP/1.1" 200 13745 0.023177 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?flat HTTP/1.1" 200 18327 0.026287 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?flat HTTP/1.1" 200 16614 0.020333 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?flat HTTP/1.1" 200 13745 0.016537 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?flat HTTP/1.1" 200 18327 0.020700 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?flat HTTP/1.1" 200 16614 0.018319 [API:8081]10.0.0.19 - - [2026-06-22 02:42:29] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?flat HTTP/1.1" 200 13745 0.017292 [API:8081]10.0.0.19 - - [2026-06-22 02:42:31] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 8004 0.014565 [API:8081]10.0.0.19 - - [2026-06-22 02:42:31] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 8002 0.020456 [API:8081]10.0.0.19 - - [2026-06-22 02:42:31] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-3?flat HTTP/1.1" 200 7998 0.016302 [API:8081]10.0.0.19 - - [2026-06-22 02:42:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.19 - - [2026-06-22 02:42:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.043286 [API:8081]10.0.0.19 - - [2026-06-22 02:42:58] "POST /analytics/query HTTP/1.1" 200 54717 1.049484 [API:8081]10.0.0.19 - - [2026-06-22 02:42:59] "POST /analytics/query HTTP/1.1" 200 5872 1.072578 [API:8081]10.0.0.241 - - [2026-06-22 02:42:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052357 [API:8081]10.0.0.19 - - [2026-06-22 02:43:00] "POST /analytics/query HTTP/1.1" 200 871 1.061865 [API:8081]10.0.0.19 - - [2026-06-22 02:43:01] "POST /analytics/query HTTP/1.1" 200 5872 1.019311 [API:8081]10.0.0.19 - - [2026-06-22 02:43:02] "POST /analytics/query HTTP/1.1" 200 871 1.026206 [API:8081]10.0.0.19 - - [2026-06-22 02:43:15] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001338 [API:8081]10.0.0.241 - - [2026-06-22 02:44:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.057057 [API:8081]10.0.0.241 - - [2026-06-22 02:45:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.241 - - [2026-06-22 02:45:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.129 - - [2026-06-22 02:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.129 - - [2026-06-22 02:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.241 - - [2026-06-22 02:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.241 - - [2026-06-22 02:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-06-22 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000588 [API:8081]10.0.0.19 - - [2026-06-22 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.129 - - [2026-06-22 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.129 - - [2026-06-22 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2026-06-22 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.19 - - [2026-06-22 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.241 - - [2026-06-22 02:46:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071111 [API:8081]10.0.0.241 - - [2026-06-22 02:47:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.120534 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003639 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.007748 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003496 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003503 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004175 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003427 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002934 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003978 [API:8081]10.0.0.19 - - [2026-06-22 02:48:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.19 - - [2026-06-22 02:48:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.068525 [API:8081]10.0.0.19 - - [2026-06-22 02:48:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.038173 [API:8081]10.0.0.19 - - [2026-06-22 02:48:16] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2026-06-22 02:48:16] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.241 - - [2026-06-22 02:48:45] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.241 - - [2026-06-22 02:48:45] "GET /analytics HTTP/1.1" 401 205 0.000180 [API:8081]10.0.0.129 - - [2026-06-22 02:48:45] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.129 - - [2026-06-22 02:48:45] "GET /analytics HTTP/1.1" 401 205 0.000120 [API:8081]10.0.0.241 - - [2026-06-22 02:49:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.044136 [API:8081]10.0.0.241 - - [2026-06-22 02:50:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.052245 [API:8081]10.0.0.241 - - [2026-06-22 02:50:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.241 - - [2026-06-22 02:50:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000407 [API:8081]10.0.0.129 - - [2026-06-22 02:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.129 - - [2026-06-22 02:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.241 - - [2026-06-22 02:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.241 - - [2026-06-22 02:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-06-22 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-06-22 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.129 - - [2026-06-22 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.129 - - [2026-06-22 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2026-06-22 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.19 - - [2026-06-22 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.241 - - [2026-06-22 02:52:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054009 [API:8081]10.0.0.241 - - [2026-06-22 02:53:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.053149 [API:8081]10.0.0.19 - - [2026-06-22 02:53:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2026-06-22 02:53:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.048503 [API:8081]10.0.0.19 - - [2026-06-22 02:53:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.053736 [API:8081]10.0.0.19 - - [2026-06-22 02:54:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1664 0.042031 [API:8081]10.0.0.19 - - [2026-06-22 02:54:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1892 0.013433 [API:8081]10.0.0.19 - - [2026-06-22 02:54:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.009121 [API:8081]10.0.0.19 - - [2026-06-22 02:54:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2348 0.010966 [API:8081]10.0.0.241 - - [2026-06-22 02:55:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054048 [API:8081]10.0.0.241 - - [2026-06-22 02:55:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.241 - - [2026-06-22 02:55:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.129 - - [2026-06-22 02:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.129 - - [2026-06-22 02:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.241 - - [2026-06-22 02:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.241 - - [2026-06-22 02:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.19 - - [2026-06-22 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.19 - - [2026-06-22 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.129 - - [2026-06-22 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.129 - - [2026-06-22 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.19 - - [2026-06-22 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000332 [API:8081]10.0.0.19 - - [2026-06-22 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.241 - - [2026-06-22 02:56:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.048192 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002718 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002607 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002736 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002629 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004251 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002836 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002705 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002503 [API:8081]10.0.0.19 - - [2026-06-22 02:57:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24565 0.020878 [API:8081]10.0.0.19 - - [2026-06-22 02:57:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24565 0.019111 [API:8081]10.0.0.19 - - [2026-06-22 02:57:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-51335222:ctest-vnet1-79587846?flat HTTP/1.1" 200 8247 0.013105 [API:8081]10.0.0.19 - - [2026-06-22 02:57:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008382 [API:8081]10.0.0.19 - - [2026-06-22 02:57:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.021164 [API:8081]10.0.0.19 - - [2026-06-22 02:57:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13008 0.021362 [API:8081]10.0.0.19 - - [2026-06-22 02:57:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.023762 [API:8081]10.0.0.19 - - [2026-06-22 02:57:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12589 0.023091 [API:8081]10.0.0.19 - - [2026-06-22 02:57:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-51335222:ctest-vnet0-45522405?flat HTTP/1.1" 200 8245 0.013220 [API:8081]10.0.0.19 - - [2026-06-22 02:57:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008240 [API:8081]10.0.0.19 - - [2026-06-22 02:57:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.010070 [API:8081]10.0.0.241 - - [2026-06-22 02:58:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.045908 [API:8081]10.0.0.19 - - [2026-06-22 02:58:16] "GET /analytics HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.19 - - [2026-06-22 02:58:16] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.241 - - [2026-06-22 02:58:45] "GET /analytics HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.241 - - [2026-06-22 02:58:45] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.129 - - [2026-06-22 02:58:45] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.129 - - [2026-06-22 02:58:45] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.241 - - [2026-06-22 02:59:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.365141 [API:8081]10.0.0.19 - - [2026-06-22 02:59:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.19 - - [2026-06-22 02:59:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.053303 [API:8081]10.0.0.19 - - [2026-06-22 03:00:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.071369 [API:8081]10.0.0.19 - - [2026-06-22 03:00:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13011 0.052086 [API:8081]10.0.0.19 - - [2026-06-22 03:00:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.026337 [API:8081]10.0.0.19 - - [2026-06-22 03:00:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13011 0.020570 [API:8081]10.0.0.19 - - [2026-06-22 03:00:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.022596 [API:8081]10.0.0.19 - - [2026-06-22 03:00:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13011 0.021137 [API:8081]10.0.0.19 - - [2026-06-22 03:00:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.029827 [API:8081]10.0.0.19 - - [2026-06-22 03:00:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13011 0.027842 [API:8081]10.0.0.19 - - [2026-06-22 03:00:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.022423 [API:8081]10.0.0.19 - - [2026-06-22 03:00:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13011 0.021240 [API:8081]10.0.0.19 - - [2026-06-22 03:00:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.024145 [API:8081]10.0.0.19 - - [2026-06-22 03:00:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13011 0.023874 [API:8081]10.0.0.19 - - [2026-06-22 03:00:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.032140 [API:8081]10.0.0.19 - - [2026-06-22 03:00:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13011 0.023840 [API:8081]10.0.0.19 - - [2026-06-22 03:00:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021767 [API:8081]10.0.0.19 - - [2026-06-22 03:00:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12570 0.020761 [API:8081]10.0.0.19 - - [2026-06-22 03:00:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-86547735:ctest-vnet0-69651664?flat HTTP/1.1" 200 7193 0.017038 [API:8081]10.0.0.19 - - [2026-06-22 03:00:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012740 [API:8081]10.0.0.241 - - [2026-06-22 03:00:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.241 - - [2026-06-22 03:00:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.129 - - [2026-06-22 03:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.129 - - [2026-06-22 03:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.241 - - [2026-06-22 03:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.241 - - [2026-06-22 03:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-06-22 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-06-22 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.129 - - [2026-06-22 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.129 - - [2026-06-22 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.19 - - [2026-06-22 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2026-06-22 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.19 - - [2026-06-22 03:00:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2026-06-22 03:01:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.046366 [API:8081]10.0.0.19 - - [2026-06-22 03:01:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.19 - - [2026-06-22 03:01:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.050675 [API:8081]10.0.0.241 - - [2026-06-22 03:01:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083276 [API:8081]10.0.0.19 - - [2026-06-22 03:01:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.366011 [API:8081]10.0.0.19 - - [2026-06-22 03:01:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.010182 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-05469321:9081c373-ad92-45e2-940b-4f270619d079?flat HTTP/1.1" 200 5233 0.050173 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-05469321:9081c373-ad92-45e2-940b-4f270619d079?flat HTTP/1.1" 200 5233 0.014131 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-05469321:9081c373-ad92-45e2-940b-4f270619d079?flat HTTP/1.1" 200 5233 0.013329 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-05469321:ctest-VN1-28961524?flat HTTP/1.1" 200 8555 0.020280 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.019618 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13351 0.022935 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.019672 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13351 0.020873 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008771 [API:8081]10.0.0.19 - - [2026-06-22 03:02:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-05469321:15f13023-bf24-4046-a22f-ea95d3a72b7f?flat HTTP/1.1" 200 5480 0.014164 [API:8081]10.0.0.19 - - [2026-06-22 03:02:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-05469321:15f13023-bf24-4046-a22f-ea95d3a72b7f?flat HTTP/1.1" 200 5480 0.015061 [API:8081]10.0.0.19 - - [2026-06-22 03:02:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-05469321:15f13023-bf24-4046-a22f-ea95d3a72b7f?flat HTTP/1.1" 200 5480 0.011900 [API:8081]10.0.0.19 - - [2026-06-22 03:02:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-05469321:ctest-VN2-73538335?flat HTTP/1.1" 200 9539 0.016809 [API:8081]10.0.0.19 - - [2026-06-22 03:02:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.019905 [API:8081]10.0.0.19 - - [2026-06-22 03:02:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.018408 [API:8081]10.0.0.19 - - [2026-06-22 03:02:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009923 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-05469321:20e5eca3-27a4-44a3-aa07-49be10858eed?flat HTTP/1.1" 200 5094 0.014635 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-05469321:20e5eca3-27a4-44a3-aa07-49be10858eed?flat HTTP/1.1" 200 5094 0.014888 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-05469321:20e5eca3-27a4-44a3-aa07-49be10858eed?flat HTTP/1.1" 200 5094 0.016663 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-05469321:ctest-VN3-76414879?flat HTTP/1.1" 200 7446 0.016325 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.021159 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13351 0.019991 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.019561 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13351 0.019330 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009831 [API:8081]10.0.0.241 - - [2026-06-22 03:02:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060399 [API:8081]10.0.0.19 - - [2026-06-22 03:03:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.021188 [API:8081]10.0.0.19 - - [2026-06-22 03:03:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13328 0.026932 [API:8081]10.0.0.19 - - [2026-06-22 03:03:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.030082 [API:8081]10.0.0.19 - - [2026-06-22 03:03:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13328 0.025202 [API:8081]10.0.0.19 - - [2026-06-22 03:03:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.023073 [API:8081]10.0.0.19 - - [2026-06-22 03:03:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13328 0.023649 [API:8081]10.0.0.19 - - [2026-06-22 03:03:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.020995 [API:8081]10.0.0.19 - - [2026-06-22 03:03:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13328 0.024143 [API:8081]10.0.0.19 - - [2026-06-22 03:03:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.020366 [API:8081]10.0.0.19 - - [2026-06-22 03:03:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12985 0.021357 [API:8081]10.0.0.19 - - [2026-06-22 03:03:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-05469321:ctest-VN3-76414879?flat HTTP/1.1" 200 6219 0.013611 [API:8081]10.0.0.19 - - [2026-06-22 03:03:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009476 [API:8081]10.0.0.19 - - [2026-06-22 03:03:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.020155 [API:8081]10.0.0.19 - - [2026-06-22 03:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.020713 [API:8081]10.0.0.19 - - [2026-06-22 03:03:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.020318 [API:8081]10.0.0.19 - - [2026-06-22 03:03:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.022408 [API:8081]10.0.0.19 - - [2026-06-22 03:03:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.018728 [API:8081]10.0.0.19 - - [2026-06-22 03:03:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.021028 [API:8081]10.0.0.19 - - [2026-06-22 03:03:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.019119 [API:8081]10.0.0.19 - - [2026-06-22 03:03:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-05469321:ctest-VN2-73538335?flat HTTP/1.1" 200 6547 0.012042 [API:8081]10.0.0.19 - - [2026-06-22 03:03:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008641 [API:8081]10.0.0.19 - - [2026-06-22 03:03:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.033633 [API:8081]10.0.0.19 - - [2026-06-22 03:03:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12985 0.031849 [API:8081]10.0.0.19 - - [2026-06-22 03:03:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.026907 [API:8081]10.0.0.19 - - [2026-06-22 03:03:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12595 0.024502 [API:8081]10.0.0.19 - - [2026-06-22 03:03:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-05469321:ctest-VN1-28961524?flat HTTP/1.1" 200 6774 0.016628 [API:8081]10.0.0.19 - - [2026-06-22 03:03:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010926 [API:8081]10.0.0.19 - - [2026-06-22 03:04:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.19 - - [2026-06-22 03:04:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.048624 [API:8081]10.0.0.19 - - [2026-06-22 03:04:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.044925 [API:8081]10.0.0.19 - - [2026-06-22 03:04:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.044975 [API:8081]10.0.0.241 - - [2026-06-22 03:04:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052027 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:d32dfddb-ab91-43f5-96ba-98281b659d30?flat HTTP/1.1" 200 5359 0.014493 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:d32dfddb-ab91-43f5-96ba-98281b659d30?flat HTTP/1.1" 200 5359 0.013353 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:d32dfddb-ab91-43f5-96ba-98281b659d30?flat HTTP/1.1" 200 5359 0.013415 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:d32dfddb-ab91-43f5-96ba-98281b659d30?flat HTTP/1.1" 200 5359 0.014856 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-73493509:ctest-VN1-37592517?flat HTTP/1.1" 200 9449 0.018230 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020302 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13389 0.024325 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022409 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13389 0.022425 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010359 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:5bfb8b94-5065-40f6-88f5-6e39d50d2e2d?flat HTTP/1.1" 200 5221 0.015038 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:5bfb8b94-5065-40f6-88f5-6e39d50d2e2d?flat HTTP/1.1" 200 5221 0.013679 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:5bfb8b94-5065-40f6-88f5-6e39d50d2e2d?flat HTTP/1.1" 200 5221 0.013493 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:5bfb8b94-5065-40f6-88f5-6e39d50d2e2d?flat HTTP/1.1" 200 5221 0.015233 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-73493509:ctest-VN2-54464526?flat HTTP/1.1" 200 8639 0.013664 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.023422 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.020056 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009726 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:ff7e59c4-0d9f-47d0-b142-958c40587d1b?flat HTTP/1.1" 200 5215 0.014751 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:ff7e59c4-0d9f-47d0-b142-958c40587d1b?flat HTTP/1.1" 200 5215 0.017392 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:ff7e59c4-0d9f-47d0-b142-958c40587d1b?flat HTTP/1.1" 200 5215 0.014503 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-73493509:ff7e59c4-0d9f-47d0-b142-958c40587d1b?flat HTTP/1.1" 200 5215 0.013195 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-73493509:ctest-VN3-00472179?flat HTTP/1.1" 200 8197 0.014102 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019807 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13389 0.025753 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.023987 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13389 0.020249 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010483 [API:8081]10.0.0.241 - - [2026-06-22 03:05:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.059531 [API:8081]10.0.0.19 - - [2026-06-22 03:05:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.022030 [API:8081]10.0.0.19 - - [2026-06-22 03:05:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13399 0.021801 [API:8081]10.0.0.19 - - [2026-06-22 03:05:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019194 [API:8081]10.0.0.19 - - [2026-06-22 03:05:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13399 0.020214 [API:8081]10.0.0.19 - - [2026-06-22 03:05:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020327 [API:8081]10.0.0.19 - - [2026-06-22 03:05:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13399 0.021667 [API:8081]10.0.0.19 - - [2026-06-22 03:05:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.023548 [API:8081]10.0.0.19 - - [2026-06-22 03:05:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13399 0.021399 [API:8081]10.0.0.19 - - [2026-06-22 03:05:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019365 [API:8081]10.0.0.19 - - [2026-06-22 03:05:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13399 0.022250 [API:8081]10.0.0.19 - - [2026-06-22 03:05:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.026714 [API:8081]10.0.0.19 - - [2026-06-22 03:05:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13399 0.021710 [API:8081]10.0.0.19 - - [2026-06-22 03:05:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021852 [API:8081]10.0.0.19 - - [2026-06-22 03:05:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13399 0.024049 [API:8081]10.0.0.19 - - [2026-06-22 03:05:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.025849 [API:8081]10.0.0.19 - - [2026-06-22 03:05:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13399 0.026129 [API:8081]10.0.0.19 - - [2026-06-22 03:05:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020972 [API:8081]10.0.0.19 - - [2026-06-22 03:05:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13015 0.020049 [API:8081]10.0.0.19 - - [2026-06-22 03:05:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-73493509:ctest-VN3-00472179?flat HTTP/1.1" 200 6958 0.013055 [API:8081]10.0.0.19 - - [2026-06-22 03:05:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008704 [API:8081]10.0.0.19 - - [2026-06-22 03:05:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.034872 [API:8081]10.0.0.19 - - [2026-06-22 03:05:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.018937 [API:8081]10.0.0.241 - - [2026-06-22 03:05:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.241 - - [2026-06-22 03:05:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-06-22 03:05:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.026814 [API:8081]10.0.0.129 - - [2026-06-22 03:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.129 - - [2026-06-22 03:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.241 - - [2026-06-22 03:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.241 - - [2026-06-22 03:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.19 - - [2026-06-22 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.19 - - [2026-06-22 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.129 - - [2026-06-22 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.129 - - [2026-06-22 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2026-06-22 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.19 - - [2026-06-22 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-06-22 03:06:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.020030 [API:8081]10.0.0.19 - - [2026-06-22 03:06:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.019724 [API:8081]10.0.0.19 - - [2026-06-22 03:06:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.029386 [API:8081]10.0.0.19 - - [2026-06-22 03:06:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24574 0.022447 [API:8081]10.0.0.19 - - [2026-06-22 03:06:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-73493509:ctest-VN2-54464526?flat HTTP/1.1" 200 7315 0.014997 [API:8081]10.0.0.19 - - [2026-06-22 03:06:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009769 [API:8081]10.0.0.19 - - [2026-06-22 03:06:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.028125 [API:8081]10.0.0.19 - - [2026-06-22 03:06:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13015 0.027663 [API:8081]10.0.0.19 - - [2026-06-22 03:06:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020707 [API:8081]10.0.0.19 - - [2026-06-22 03:06:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12599 0.020613 [API:8081]10.0.0.19 - - [2026-06-22 03:06:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-73493509:ctest-VN1-37592517?flat HTTP/1.1" 200 7644 0.012702 [API:8081]10.0.0.19 - - [2026-06-22 03:06:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009505 [API:8081]10.0.0.19 - - [2026-06-22 03:06:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.19 - - [2026-06-22 03:06:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.063288 [API:8081]10.0.0.19 - - [2026-06-22 03:06:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.041588 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002978 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002877 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005913 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005474 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003632 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002768 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003978 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003819 [API:8081]10.0.0.241 - - [2026-06-22 03:07:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051797 [API:8081]10.0.0.19 - - [2026-06-22 03:07:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-06-22 03:07:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.056823 [API:8081]10.0.0.19 - - [2026-06-22 03:08:16] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2026-06-22 03:08:16] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.241 - - [2026-06-22 03:08:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.061985 [API:8081]10.0.0.241 - - [2026-06-22 03:08:45] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.241 - - [2026-06-22 03:08:45] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.129 - - [2026-06-22 03:08:45] "GET /analytics HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.129 - - [2026-06-22 03:08:45] "GET /analytics HTTP/1.1" 401 205 0.000184 [API:8081]10.0.0.19 - - [2026-06-22 03:09:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24597 0.071916 [API:8081]10.0.0.19 - - [2026-06-22 03:09:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12788 0.034952 [API:8081]10.0.0.19 - - [2026-06-22 03:09:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-54107769:ctest-vnet0-54193592?flat HTTP/1.1" 200 7965 0.053782 [API:8081]10.0.0.19 - - [2026-06-22 03:09:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.013028 [API:8081]10.0.0.19 - - [2026-06-22 03:10:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2026-06-22 03:10:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.049922 [API:8081]10.0.0.19 - - [2026-06-22 03:10:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.049101 [API:8081]10.0.0.241 - - [2026-06-22 03:10:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046356 [API:8081]10.0.0.241 - - [2026-06-22 03:10:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.241 - - [2026-06-22 03:10:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.129 - - [2026-06-22 03:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.129 - - [2026-06-22 03:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.241 - - [2026-06-22 03:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.241 - - [2026-06-22 03:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2026-06-22 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2026-06-22 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.129 - - [2026-06-22 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.129 - - [2026-06-22 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.19 - - [2026-06-22 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.19 - - [2026-06-22 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.241 - - [2026-06-22 03:11:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.055915 [API:8081]10.0.0.19 - - [2026-06-22 03:12:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023916 [API:8081]10.0.0.19 - - [2026-06-22 03:12:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.063611 [API:8081]10.0.0.19 - - [2026-06-22 03:12:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023400 [API:8081]10.0.0.19 - - [2026-06-22 03:12:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021627 [API:8081]10.0.0.19 - - [2026-06-22 03:12:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.025837 [API:8081]10.0.0.19 - - [2026-06-22 03:13:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.030659 [API:8081]10.0.0.19 - - [2026-06-22 03:13:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.022559 [API:8081]10.0.0.19 - - [2026-06-22 03:13:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019673 [API:8081]10.0.0.19 - - [2026-06-22 03:13:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.020238 [API:8081]10.0.0.19 - - [2026-06-22 03:13:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-61370318:ctest-vnet1-77636840?flat HTTP/1.1" 200 7306 0.011748 [API:8081]10.0.0.19 - - [2026-06-22 03:13:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008540 [API:8081]10.0.0.19 - - [2026-06-22 03:13:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.021663 [API:8081]10.0.0.19 - - [2026-06-22 03:13:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12987 0.020342 [API:8081]10.0.0.19 - - [2026-06-22 03:13:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.020958 [API:8081]10.0.0.19 - - [2026-06-22 03:13:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12601 0.020513 [API:8081]10.0.0.19 - - [2026-06-22 03:13:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-61370318:ctest-vnet0-20271755?flat HTTP/1.1" 200 6959 0.011797 [API:8081]10.0.0.19 - - [2026-06-22 03:13:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009679 [API:8081]10.0.0.241 - - [2026-06-22 03:13:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.349662 [API:8081]10.0.0.19 - - [2026-06-22 03:13:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.19 - - [2026-06-22 03:13:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.045757 [API:8081]10.0.0.19 - - [2026-06-22 03:13:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.047101 [API:8081]10.0.0.241 - - [2026-06-22 03:14:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.045806 [API:8081]10.0.0.241 - - [2026-06-22 03:15:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.241 - - [2026-06-22 03:15:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.129 - - [2026-06-22 03:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.129 - - [2026-06-22 03:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.241 - - [2026-06-22 03:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.241 - - [2026-06-22 03:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.19 - - [2026-06-22 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.19 - - [2026-06-22 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.129 - - [2026-06-22 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.129 - - [2026-06-22 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2026-06-22 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.19 - - [2026-06-22 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2026-06-22 03:16:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24598 0.025819 [API:8081]10.0.0.19 - - [2026-06-22 03:16:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-73099662:ctest-vnet1-96483225?flat HTTP/1.1" 200 8066 0.013802 [API:8081]10.0.0.19 - - [2026-06-22 03:16:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.047803 [API:8081]10.0.0.19 - - [2026-06-22 03:16:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.020893 [API:8081]10.0.0.19 - - [2026-06-22 03:16:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13025 0.025013 [API:8081]10.0.0.19 - - [2026-06-22 03:16:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.022095 [API:8081]10.0.0.19 - - [2026-06-22 03:16:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12598 0.019081 [API:8081]10.0.0.19 - - [2026-06-22 03:16:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-73099662:ctest-vnet0-43877582?flat HTTP/1.1" 200 7707 0.012228 [API:8081]10.0.0.19 - - [2026-06-22 03:16:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008379 [API:8081]10.0.0.241 - - [2026-06-22 03:16:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073148 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002827 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002817 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002827 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002935 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:10] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003656 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002754 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002734 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002620 [API:8081]10.0.0.241 - - [2026-06-22 03:17:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.046227 [API:8081]10.0.0.19 - - [2026-06-22 03:18:16] "GET /analytics HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2026-06-22 03:18:16] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.241 - - [2026-06-22 03:18:45] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.241 - - [2026-06-22 03:18:45] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.129 - - [2026-06-22 03:18:45] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.129 - - [2026-06-22 03:18:45] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.241 - - [2026-06-22 03:19:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052257 [API:8081]10.0.0.19 - - [2026-06-22 03:20:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-06-22 03:20:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.055197 [API:8081]10.0.0.241 - - [2026-06-22 03:20:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.055091 [API:8081]10.0.0.241 - - [2026-06-22 03:20:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.241 - - [2026-06-22 03:20:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.129 - - [2026-06-22 03:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.129 - - [2026-06-22 03:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.241 - - [2026-06-22 03:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.241 - - [2026-06-22 03:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2026-06-22 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.19 - - [2026-06-22 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.129 - - [2026-06-22 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.129 - - [2026-06-22 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-06-22 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.19 - - [2026-06-22 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.19 - - [2026-06-22 03:21:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.042203 [API:8081]10.0.0.241 - - [2026-06-22 03:22:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.043608 [API:8081]10.0.0.19 - - [2026-06-22 03:22:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.19 - - [2026-06-22 03:22:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.073539 [API:8081]10.0.0.19 - - [2026-06-22 03:23:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270:be3a80bc-a188-4172-b6cd-9be450c8227c?flat HTTP/1.1" 200 5826 0.045863 [API:8081]10.0.0.19 - - [2026-06-22 03:23:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270:be3a80bc-a188-4172-b6cd-9be450c8227c?flat HTTP/1.1" 200 5826 0.048162 [API:8081]10.0.0.19 - - [2026-06-22 03:23:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270:be3a80bc-a188-4172-b6cd-9be450c8227c?flat HTTP/1.1" 200 5826 0.013555 [API:8081]10.0.0.19 - - [2026-06-22 03:23:27] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270-43697691?flat HTTP/1.1" 200 10799 0.016721 [API:8081]10.0.0.19 - - [2026-06-22 03:23:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.019010 [API:8081]10.0.0.19 - - [2026-06-22 03:23:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13211 0.019682 [API:8081]10.0.0.19 - - [2026-06-22 03:23:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.019552 [API:8081]10.0.0.19 - - [2026-06-22 03:23:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13211 0.024581 [API:8081]10.0.0.19 - - [2026-06-22 03:23:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010110 [API:8081]10.0.0.241 - - [2026-06-22 03:23:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.055776 [API:8081]10.0.0.19 - - [2026-06-22 03:23:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270:dbe38568-ebc0-4241-9ffd-22f18c32282e?flat HTTP/1.1" 200 5942 0.012130 [API:8081]10.0.0.19 - - [2026-06-22 03:23:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270:dbe38568-ebc0-4241-9ffd-22f18c32282e?flat HTTP/1.1" 200 5942 0.013532 [API:8081]10.0.0.19 - - [2026-06-22 03:23:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270:dbe38568-ebc0-4241-9ffd-22f18c32282e?flat HTTP/1.1" 200 5942 0.014430 [API:8081]10.0.0.19 - - [2026-06-22 03:23:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270-43697691?flat HTTP/1.1" 200 12037 0.017207 [API:8081]10.0.0.19 - - [2026-06-22 03:23:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.020486 [API:8081]10.0.0.19 - - [2026-06-22 03:23:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.024910 [API:8081]10.0.0.19 - - [2026-06-22 03:23:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007964 [API:8081]10.0.0.19 - - [2026-06-22 03:25:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.020004 [API:8081]10.0.0.19 - - [2026-06-22 03:25:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.020766 [API:8081]10.0.0.19 - - [2026-06-22 03:25:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.021376 [API:8081]10.0.0.19 - - [2026-06-22 03:25:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.019400 [API:8081]10.0.0.19 - - [2026-06-22 03:25:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.022707 [API:8081]10.0.0.241 - - [2026-06-22 03:25:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048927 [API:8081]10.0.0.19 - - [2026-06-22 03:25:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.023477 [API:8081]10.0.0.19 - - [2026-06-22 03:25:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24617 0.020655 [API:8081]10.0.0.19 - - [2026-06-22 03:25:39] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270-43697691?flat HTTP/1.1" 200 11640 0.016857 [API:8081]10.0.0.19 - - [2026-06-22 03:25:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008797 [API:8081]10.0.0.19 - - [2026-06-22 03:25:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.043122 [API:8081]10.0.0.19 - - [2026-06-22 03:25:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13210 0.034213 [API:8081]10.0.0.19 - - [2026-06-22 03:25:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.020953 [API:8081]10.0.0.19 - - [2026-06-22 03:25:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12615 0.022891 [API:8081]10.0.0.19 - - [2026-06-22 03:25:47] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270:ctest-SecurityGroupBasicRegressionTests1Ipv6-18915270-43697691?flat HTTP/1.1" 200 8803 0.013981 [API:8081]10.0.0.19 - - [2026-06-22 03:25:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010744 [API:8081]10.0.0.19 - - [2026-06-22 03:25:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.241 - - [2026-06-22 03:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.241 - - [2026-06-22 03:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2026-06-22 03:25:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.155059 [API:8081]10.0.0.129 - - [2026-06-22 03:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.129 - - [2026-06-22 03:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.241 - - [2026-06-22 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.241 - - [2026-06-22 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2026-06-22 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.129 - - [2026-06-22 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.19 - - [2026-06-22 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.129 - - [2026-06-22 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2026-06-22 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.19 - - [2026-06-22 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.241 - - [2026-06-22 03:26:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.044246 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572:414526ca-e28e-4209-aef9-1aa27aac8a0c?flat HTTP/1.1" 200 5805 0.046903 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572:414526ca-e28e-4209-aef9-1aa27aac8a0c?flat HTTP/1.1" 200 5805 0.013030 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572:414526ca-e28e-4209-aef9-1aa27aac8a0c?flat HTTP/1.1" 200 5805 0.045747 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572-36044314?flat HTTP/1.1" 200 10288 0.018340 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.021378 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13223 0.019404 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.026841 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13223 0.024987 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010015 [API:8081]10.0.0.19 - - [2026-06-22 03:26:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572:f84319c9-bd1c-4ff7-bbf4-7f3af3154164?flat HTTP/1.1" 200 5669 0.014112 [API:8081]10.0.0.19 - - [2026-06-22 03:26:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572:f84319c9-bd1c-4ff7-bbf4-7f3af3154164?flat HTTP/1.1" 200 5669 0.014155 [API:8081]10.0.0.19 - - [2026-06-22 03:26:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572:f84319c9-bd1c-4ff7-bbf4-7f3af3154164?flat HTTP/1.1" 200 5669 0.028292 [API:8081]10.0.0.19 - - [2026-06-22 03:26:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572-36044314?flat HTTP/1.1" 200 11844 0.025575 [API:8081]10.0.0.19 - - [2026-06-22 03:26:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.022449 [API:8081]10.0.0.19 - - [2026-06-22 03:26:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.019120 [API:8081]10.0.0.19 - - [2026-06-22 03:26:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008499 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:10] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003778 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003608 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002900 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002782 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:10] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003126 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002985 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002486 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002609 [API:8081]10.0.0.19 - - [2026-06-22 03:28:16] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.19 - - [2026-06-22 03:28:16] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.19 - - [2026-06-22 03:28:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24621 0.021424 [API:8081]10.0.0.19 - - [2026-06-22 03:28:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.020503 [API:8081]10.0.0.19 - - [2026-06-22 03:28:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.020497 [API:8081]10.0.0.19 - - [2026-06-22 03:28:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.025420 [API:8081]10.0.0.19 - - [2026-06-22 03:28:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.019481 [API:8081]10.0.0.19 - - [2026-06-22 03:28:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.021347 [API:8081]10.0.0.241 - - [2026-06-22 03:28:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052959 [API:8081]10.0.0.19 - - [2026-06-22 03:28:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24625 0.036275 [API:8081]10.0.0.19 - - [2026-06-22 03:28:39] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572-36044314?flat HTTP/1.1" 200 11593 0.025952 [API:8081]10.0.0.19 - - [2026-06-22 03:28:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009324 [API:8081]10.0.0.19 - - [2026-06-22 03:28:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.030921 [API:8081]10.0.0.19 - - [2026-06-22 03:28:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13228 0.032609 [API:8081]10.0.0.241 - - [2026-06-22 03:28:45] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.241 - - [2026-06-22 03:28:45] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.129 - - [2026-06-22 03:28:45] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.129 - - [2026-06-22 03:28:45] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.19 - - [2026-06-22 03:28:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.027174 [API:8081]10.0.0.19 - - [2026-06-22 03:28:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12602 0.023821 [API:8081]10.0.0.19 - - [2026-06-22 03:28:47] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572:ctest-SecurityGroupBasicRegressionTests1_contrail-20671572-36044314?flat HTTP/1.1" 200 8425 0.013314 [API:8081]10.0.0.19 - - [2026-06-22 03:28:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009525 [API:8081]10.0.0.19 - - [2026-06-22 03:28:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2026-06-22 03:28:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.048305 [API:8081]10.0.0.19 - - [2026-06-22 03:29:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36857177:d38949de-a4b5-4fe9-aa13-d60b0f40448d?flat HTTP/1.1" 200 5683 0.363317 [API:8081]10.0.0.19 - - [2026-06-22 03:29:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36857177:d38949de-a4b5-4fe9-aa13-d60b0f40448d?flat HTTP/1.1" 200 5683 0.014757 [API:8081]10.0.0.241 - - [2026-06-22 03:29:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.068720 [API:8081]10.0.0.19 - - [2026-06-22 03:29:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36857177:d38949de-a4b5-4fe9-aa13-d60b0f40448d?flat HTTP/1.1" 200 5683 0.017720 [API:8081]10.0.0.19 - - [2026-06-22 03:29:37] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-36857177:ctest-SecurityGroupBasicRegressionTests1-36857177-10365688?flat HTTP/1.1" 200 9930 0.053664 [API:8081]10.0.0.19 - - [2026-06-22 03:29:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.029513 [API:8081]10.0.0.19 - - [2026-06-22 03:29:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13196 0.020598 [API:8081]10.0.0.19 - - [2026-06-22 03:29:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.020301 [API:8081]10.0.0.19 - - [2026-06-22 03:29:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13196 0.021184 [API:8081]10.0.0.19 - - [2026-06-22 03:29:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.014344 [API:8081]10.0.0.19 - - [2026-06-22 03:29:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36857177:d58c4335-b6d2-4e67-a629-ea92fc169797?flat HTTP/1.1" 200 5544 0.014043 [API:8081]10.0.0.19 - - [2026-06-22 03:29:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36857177:d58c4335-b6d2-4e67-a629-ea92fc169797?flat HTTP/1.1" 200 5544 0.011976 [API:8081]10.0.0.19 - - [2026-06-22 03:29:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-36857177:d58c4335-b6d2-4e67-a629-ea92fc169797?flat HTTP/1.1" 200 5544 0.012572 [API:8081]10.0.0.19 - - [2026-06-22 03:29:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-36857177:ctest-SecurityGroupBasicRegressionTests1-36857177-10365688?flat HTTP/1.1" 200 10918 0.019010 [API:8081]10.0.0.19 - - [2026-06-22 03:29:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.018975 [API:8081]10.0.0.19 - - [2026-06-22 03:29:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.019952 [API:8081]10.0.0.19 - - [2026-06-22 03:29:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008997 [API:8081]10.0.0.241 - - [2026-06-22 03:30:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.241 - - [2026-06-22 03:30:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.129 - - [2026-06-22 03:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.129 - - [2026-06-22 03:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.241 - - [2026-06-22 03:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.241 - - [2026-06-22 03:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.19 - - [2026-06-22 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-06-22 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.129 - - [2026-06-22 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.129 - - [2026-06-22 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.19 - - [2026-06-22 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.19 - - [2026-06-22 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-06-22 03:31:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24634 0.018624 [API:8081]10.0.0.19 - - [2026-06-22 03:31:38] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-36857177:ctest-SecurityGroupBasicRegressionTests1-36857177-10365688?flat HTTP/1.1" 200 10712 0.019597 [API:8081]10.0.0.19 - - [2026-06-22 03:31:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008483 [API:8081]10.0.0.241 - - [2026-06-22 03:31:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.082474 [API:8081]10.0.0.19 - - [2026-06-22 03:31:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.033548 [API:8081]10.0.0.19 - - [2026-06-22 03:31:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13200 0.041473 [API:8081]10.0.0.19 - - [2026-06-22 03:31:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.022247 [API:8081]10.0.0.19 - - [2026-06-22 03:31:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12630 0.023438 [API:8081]10.0.0.19 - - [2026-06-22 03:31:46] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-36857177:ctest-SecurityGroupBasicRegressionTests1-36857177-10365688?flat HTTP/1.1" 200 7963 0.013819 [API:8081]10.0.0.19 - - [2026-06-22 03:31:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009108 [API:8081]10.0.0.19 - - [2026-06-22 03:32:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-06-22 03:32:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.060133 [API:8081]10.0.0.19 - - [2026-06-22 03:32:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.042374 [API:8081]10.0.0.19 - - [2026-06-22 03:32:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.038346 [API:8081]10.0.0.19 - - [2026-06-22 03:32:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.008987 [API:8081]10.0.0.19 - - [2026-06-22 03:32:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.010491 [API:8081]10.0.0.19 - - [2026-06-22 03:32:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.008150 [API:8081]10.0.0.19 - - [2026-06-22 03:32:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2290 0.010047 [API:8081]10.0.0.19 - - [2026-06-22 03:32:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.010111 [API:8081]10.0.0.241 - - [2026-06-22 03:32:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.058199 [API:8081]10.0.0.19 - - [2026-06-22 03:32:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2026-06-22 03:32:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.056736 [API:8081]10.0.0.19 - - [2026-06-22 03:32:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.075948 [API:8081]10.0.0.19 - - [2026-06-22 03:32:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.046918 [API:8081]10.0.0.19 - - [2026-06-22 03:33:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.010617 [API:8081]10.0.0.19 - - [2026-06-22 03:33:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008272 [API:8081]10.0.0.19 - - [2026-06-22 03:33:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.008462 [API:8081]10.0.0.19 - - [2026-06-22 03:33:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-06-22 03:33:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.049468 [API:8081]10.0.0.19 - - [2026-06-22 03:33:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.042710 [API:8081]10.0.0.19 - - [2026-06-22 03:33:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.048752 [API:8081]10.0.0.19 - - [2026-06-22 03:33:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009203 [API:8081]10.0.0.19 - - [2026-06-22 03:33:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.007826 [API:8081]10.0.0.19 - - [2026-06-22 03:33:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.009364 [API:8081]10.0.0.19 - - [2026-06-22 03:33:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.008370 [API:8081]10.0.0.19 - - [2026-06-22 03:33:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.009596 [API:8081]10.0.0.19 - - [2026-06-22 03:33:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2026-06-22 03:33:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.042810 [API:8081]10.0.0.19 - - [2026-06-22 03:33:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.044210 [API:8081]10.0.0.19 - - [2026-06-22 03:33:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.043004 [API:8081]10.0.0.19 - - [2026-06-22 03:33:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.009784 [API:8081]10.0.0.19 - - [2026-06-22 03:33:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.008895 [API:8081]10.0.0.241 - - [2026-06-22 03:34:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.045352 [API:8081]10.0.0.241 - - [2026-06-22 03:35:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.055648 [API:8081]10.0.0.241 - - [2026-06-22 03:35:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.241 - - [2026-06-22 03:35:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.129 - - [2026-06-22 03:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.129 - - [2026-06-22 03:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.241 - - [2026-06-22 03:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.241 - - [2026-06-22 03:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.19 - - [2026-06-22 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.19 - - [2026-06-22 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.129 - - [2026-06-22 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.129 - - [2026-06-22 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.19 - - [2026-06-22 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2026-06-22 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:10] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003058 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003449 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003334 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003077 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:10] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002886 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002646 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002667 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002566 [API:8081]10.0.0.241 - - [2026-06-22 03:37:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056634 [API:8081]10.0.0.19 - - [2026-06-22 03:38:16] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-06-22 03:38:16] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.241 - - [2026-06-22 03:38:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075900 [API:8081]10.0.0.241 - - [2026-06-22 03:38:45] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.241 - - [2026-06-22 03:38:45] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.129 - - [2026-06-22 03:38:45] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.129 - - [2026-06-22 03:38:45] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.19 - - [2026-06-22 03:38:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-06-22 03:38:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.046896 [API:8081]10.0.0.19 - - [2026-06-22 03:38:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.050594 [API:8081]10.0.0.241 - - [2026-06-22 03:40:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.086330 [API:8081]10.0.0.241 - - [2026-06-22 03:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.241 - - [2026-06-22 03:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.129 - - [2026-06-22 03:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.129 - - [2026-06-22 03:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.241 - - [2026-06-22 03:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.241 - - [2026-06-22 03:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-06-22 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-06-22 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.129 - - [2026-06-22 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.129 - - [2026-06-22 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2026-06-22 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2026-06-22 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.241 - - [2026-06-22 03:41:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.050964 [API:8081]10.0.0.19 - - [2026-06-22 03:42:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2026-06-22 03:42:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1420 0.056911 [API:8081]10.0.0.19 - - [2026-06-22 03:43:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2026-06-22 03:43:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.053469 [API:8081]10.0.0.241 - - [2026-06-22 03:43:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.045482 [API:8081]10.0.0.241 - - [2026-06-22 03:44:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.062654 [API:8081]10.0.0.241 - - [2026-06-22 03:45:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.241 - - [2026-06-22 03:45:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.129 - - [2026-06-22 03:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.129 - - [2026-06-22 03:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.241 - - [2026-06-22 03:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.241 - - [2026-06-22 03:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-06-22 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.19 - - [2026-06-22 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.129 - - [2026-06-22 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.129 - - [2026-06-22 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2026-06-22 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.19 - - [2026-06-22 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.241 - - [2026-06-22 03:46:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056125 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:10] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004540 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003192 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003745 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003195 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:10] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003267 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002794 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002586 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002361 [API:8081]10.0.0.19 - - [2026-06-22 03:47:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.241 - - [2026-06-22 03:47:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.383867 [API:8081]10.0.0.19 - - [2026-06-22 03:47:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.074636 [API:8081]10.0.0.19 - - [2026-06-22 03:48:16] "GET /analytics HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.19 - - [2026-06-22 03:48:16] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.241 - - [2026-06-22 03:48:45] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.241 - - [2026-06-22 03:48:45] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.129 - - [2026-06-22 03:48:45] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.129 - - [2026-06-22 03:48:45] "GET /analytics HTTP/1.1" 401 205 0.000203 [API:8081]10.0.0.241 - - [2026-06-22 03:49:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054273 [API:8081]10.0.0.241 - - [2026-06-22 03:50:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.105806 [API:8081]10.0.0.241 - - [2026-06-22 03:50:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.241 - - [2026-06-22 03:50:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.129 - - [2026-06-22 03:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.129 - - [2026-06-22 03:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.241 - - [2026-06-22 03:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.241 - - [2026-06-22 03:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.19 - - [2026-06-22 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-06-22 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.129 - - [2026-06-22 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.129 - - [2026-06-22 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-06-22 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2026-06-22 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.19 - - [2026-06-22 03:52:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-04366143:f1e45b6a-6c95-41ee-9380-2c48f46fabc4?flat HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-04366143:f1e45b6a-6c95-41ee-9380-2c48f46fabc4?flat HTTP/1.1" 200 5260 0.052914 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-04366143:f1e45b6a-6c95-41ee-9380-2c48f46fabc4?flat HTTP/1.1" 200 5260 0.064759 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-04366143:f1e45b6a-6c95-41ee-9380-2c48f46fabc4?flat HTTP/1.1" 200 5260 0.057009 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-04366143:ctest-random-95011915?flat HTTP/1.1" 200 4958 0.021432 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.028937 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13032 0.028166 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.030358 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13032 0.024163 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008665 [API:8081]10.0.0.19 - - [2026-06-22 03:52:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.012261 [API:8081]10.0.0.19 - - [2026-06-22 03:52:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.025856 [API:8081]10.0.0.19 - - [2026-06-22 03:52:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13032 0.024650 [API:8081]10.0.0.19 - - [2026-06-22 03:52:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.025198 [API:8081]10.0.0.19 - - [2026-06-22 03:52:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13032 0.024159 [API:8081]10.0.0.19 - - [2026-06-22 03:52:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.023378 [API:8081]10.0.0.19 - - [2026-06-22 03:52:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13032 0.021611 [API:8081]10.0.0.19 - - [2026-06-22 03:52:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.024248 [API:8081]10.0.0.19 - - [2026-06-22 03:52:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13032 0.021190 [API:8081]10.0.0.19 - - [2026-06-22 03:52:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.021713 [API:8081]10.0.0.19 - - [2026-06-22 03:52:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13032 0.020032 [API:8081]10.0.0.19 - - [2026-06-22 03:52:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.019110 [API:8081]10.0.0.19 - - [2026-06-22 03:52:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13032 0.020703 [API:8081]10.0.0.19 - - [2026-06-22 03:52:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.020748 [API:8081]10.0.0.19 - - [2026-06-22 03:52:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13032 0.020609 [API:8081]10.0.0.19 - - [2026-06-22 03:52:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.026405 [API:8081]10.0.0.19 - - [2026-06-22 03:52:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12639 0.024606 [API:8081]10.0.0.19 - - [2026-06-22 03:52:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-04366143:ctest-random-95011915?flat HTTP/1.1" 200 8118 0.017283 [API:8081]10.0.0.19 - - [2026-06-22 03:52:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009698 [API:8081]10.0.0.241 - - [2026-06-22 03:52:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051065 [API:8081]10.0.0.241 - - [2026-06-22 03:53:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.048782 [API:8081]10.0.0.19 - - [2026-06-22 03:55:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2026-06-22 03:55:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.052578 [API:8081]10.0.0.241 - - [2026-06-22 03:55:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.241 - - [2026-06-22 03:55:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.129 - - [2026-06-22 03:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.129 - - [2026-06-22 03:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.241 - - [2026-06-22 03:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.241 - - [2026-06-22 03:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.19 - - [2026-06-22 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.129 - - [2026-06-22 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2026-06-22 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.129 - - [2026-06-22 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.241 - - [2026-06-22 03:55:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.198543 [API:8081]10.0.0.19 - - [2026-06-22 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2026-06-22 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.241 - - [2026-06-22 03:57:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.053171 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:10] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004011 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003925 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003898 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003700 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:10] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004167 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003700 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003473 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003767 [API:8081]10.0.0.19 - - [2026-06-22 03:58:16] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2026-06-22 03:58:16] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.19 - - [2026-06-22 03:58:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.19 - - [2026-06-22 03:58:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1622 0.052103 [API:8081]10.0.0.241 - - [2026-06-22 03:58:45] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.241 - - [2026-06-22 03:58:45] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.129 - - [2026-06-22 03:58:45] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.129 - - [2026-06-22 03:58:45] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.241 - - [2026-06-22 03:59:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052915 [API:8081]10.0.0.241 - - [2026-06-22 04:00:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.075659 [API:8081]10.0.0.19 - - [2026-06-22 04:00:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2026-06-22 04:00:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.054971 [API:8081]10.0.0.241 - - [2026-06-22 04:00:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.241 - - [2026-06-22 04:00:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:00:57] "POST /analytics/query HTTP/1.1" 202 179 0.029031 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:00:57] "GET /analytics/query/f8fb6589-6dee-11f1-b8e6-00000a000013 HTTP/1.1" 200 221 0.002292 [API:8081]10.0.0.129 - - [2026-06-22 04:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.129 - - [2026-06-22 04:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:00:57] "GET /analytics/query/f8fb6589-6dee-11f1-b8e6-00000a000013 HTTP/1.1" 200 221 0.003673 [API:8081]10.0.0.241 - - [2026-06-22 04:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.241 - - [2026-06-22 04:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:00:58] "GET /analytics/query/f8fb6589-6dee-11f1-b8e6-00000a000013 HTTP/1.1" 200 338 0.002346 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:00:58] "GET /analytics/query/f8fb6589-6dee-11f1-b8e6-00000a000013/chunk-final/0 HTTP/1.1" 200 856 0.002148 [API:8081]10.0.0.19 - - [2026-06-22 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.19 - - [2026-06-22 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.129 - - [2026-06-22 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.129 - - [2026-06-22 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:00:58] "POST /analytics/query HTTP/1.1" 202 179 0.006950 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:00:58] "GET /analytics/query/fa06630a-6dee-11f1-843b-00000a000013 HTTP/1.1" 200 221 0.003966 [API:8081]10.0.0.19 - - [2026-06-22 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000402 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:00:59] "GET /analytics/query/fa06630a-6dee-11f1-843b-00000a000013 HTTP/1.1" 200 221 0.003149 [API:8081]10.0.0.19 - - [2026-06-22 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:00:59] "GET /analytics/query/fa06630a-6dee-11f1-843b-00000a000013 HTTP/1.1" 200 338 0.002437 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:00:59] "GET /analytics/query/fa06630a-6dee-11f1-843b-00000a000013/chunk-final/0 HTTP/1.1" 200 856 0.002257 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:00] "POST /analytics/query HTTP/1.1" 202 179 0.006500 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:00] "GET /analytics/query/fb00abac-6dee-11f1-ba72-00000a000013 HTTP/1.1" 200 221 0.007856 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:01] "GET /analytics/query/fb00abac-6dee-11f1-ba72-00000a000013 HTTP/1.1" 200 339 0.002017 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:01] "GET /analytics/query/fb00abac-6dee-11f1-ba72-00000a000013/chunk-final/0 HTTP/1.1" 200 12404 0.002885 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:01] "POST /analytics/query HTTP/1.1" 202 179 0.045011 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:01] "GET /analytics/query/fbb37663-6dee-11f1-bbed-00000a000013 HTTP/1.1" 200 221 0.002516 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:02] "GET /analytics/query/fbb37663-6dee-11f1-bbed-00000a000013 HTTP/1.1" 200 339 0.002683 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:02] "GET /analytics/query/fbb37663-6dee-11f1-bbed-00000a000013/chunk-final/0 HTTP/1.1" 200 12404 0.005550 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:03] "POST /analytics/query HTTP/1.1" 202 179 0.005917 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:03] "GET /analytics/query/fc82f6db-6dee-11f1-a18c-00000a000013 HTTP/1.1" 200 221 0.007059 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:03] "GET /analytics/query/fc82f6db-6dee-11f1-a18c-00000a000013 HTTP/1.1" 200 338 0.002124 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:03] "GET /analytics/query/fc82f6db-6dee-11f1-a18c-00000a000013/chunk-final/0 HTTP/1.1" 200 5651 0.001981 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:07] "GET /analytics/tables HTTP/1.1" 200 76090 0.004269 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:07] "POST /analytics/query HTTP/1.1" 202 179 0.004483 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:07] "GET /analytics/query/ff2596f3-6dee-11f1-9dbc-00000a000013 HTTP/1.1" 200 221 0.001995 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:08] "GET /analytics/query/ff2596f3-6dee-11f1-9dbc-00000a000013 HTTP/1.1" 200 340 0.002625 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:08] "GET /analytics/query/ff2596f3-6dee-11f1-9dbc-00000a000013/chunk-final/0 HTTP/1.1" 200 324854 0.012717 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.003973 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.006609 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:09] "POST /analytics/query HTTP/1.1" 202 179 0.019602 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:09] "GET /analytics/query/0037c3cf-6def-11f1-81d4-00000a000013 HTTP/1.1" 200 221 0.008899 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:09] "GET /analytics/query/0037c3cf-6def-11f1-81d4-00000a000013 HTTP/1.1" 200 338 0.002593 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:09] "GET /analytics/query/0037c3cf-6def-11f1-81d4-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.002370 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:09] "POST /analytics/query HTTP/1.1" 202 179 0.007531 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:09] "GET /analytics/query/008bad63-6def-11f1-914a-00000a000013 HTTP/1.1" 200 221 0.002717 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:10] "GET /analytics/query/008bad63-6def-11f1-914a-00000a000013 HTTP/1.1" 200 338 0.002823 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:10] "GET /analytics/query/008bad63-6def-11f1-914a-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.002097 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:10] "POST /analytics/query HTTP/1.1" 202 179 0.005842 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:10] "GET /analytics/query/00de7aec-6def-11f1-bcda-00000a000013 HTTP/1.1" 200 221 0.002045 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:10] "GET /analytics/query/00de7aec-6def-11f1-bcda-00000a000013 HTTP/1.1" 200 338 0.002378 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:10] "GET /analytics/query/00de7aec-6def-11f1-bcda-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.005064 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:10] "POST /analytics/query HTTP/1.1" 202 179 0.014373 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:11] "GET /analytics/query/01318192-6def-11f1-b280-00000a000013 HTTP/1.1" 200 221 0.002712 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:11] "GET /analytics/query/01318192-6def-11f1-b280-00000a000013 HTTP/1.1" 200 338 0.002666 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:11] "GET /analytics/query/01318192-6def-11f1-b280-00000a000013/chunk-final/0 HTTP/1.1" 200 9343 0.002683 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:11] "POST /analytics/query HTTP/1.1" 202 179 0.005997 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:11] "GET /analytics/query/0183b327-6def-11f1-b1dd-00000a000013 HTTP/1.1" 200 221 0.007141 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:12] "GET /analytics/query/0183b327-6def-11f1-b1dd-00000a000013 HTTP/1.1" 200 338 0.001924 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:12] "GET /analytics/query/0183b327-6def-11f1-b1dd-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.002097 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:12] "POST /analytics/query HTTP/1.1" 202 179 0.005222 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:12] "GET /analytics/query/01d5807a-6def-11f1-b575-00000a000013 HTTP/1.1" 200 221 0.002008 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:12] "GET /analytics/query/01d5807a-6def-11f1-b575-00000a000013 HTTP/1.1" 200 338 0.002202 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:12] "GET /analytics/query/01d5807a-6def-11f1-b575-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001774 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:12] "POST /analytics/query HTTP/1.1" 202 179 0.009443 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:12] "GET /analytics/query/02274066-6def-11f1-81f6-00000a000013 HTTP/1.1" 200 221 0.005913 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:13] "GET /analytics/query/02274066-6def-11f1-81f6-00000a000013 HTTP/1.1" 200 338 0.002001 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:13] "GET /analytics/query/02274066-6def-11f1-81f6-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.002227 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:13] "POST /analytics/query HTTP/1.1" 202 179 0.005335 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:13] "GET /analytics/query/0278c576-6def-11f1-be22-00000a000013 HTTP/1.1" 200 221 0.007032 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:13] "GET /analytics/query/0278c576-6def-11f1-be22-00000a000013 HTTP/1.1" 200 338 0.002035 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:13] "GET /analytics/query/0278c576-6def-11f1-be22-00000a000013/chunk-final/0 HTTP/1.1" 200 4013 0.001906 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:13] "POST /analytics/query HTTP/1.1" 202 179 0.004524 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:13] "GET /analytics/query/02c9b651-6def-11f1-afbc-00000a000013 HTTP/1.1" 200 221 0.006006 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:14] "GET /analytics/query/02c9b651-6def-11f1-afbc-00000a000013 HTTP/1.1" 200 338 0.002160 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:14] "GET /analytics/query/02c9b651-6def-11f1-afbc-00000a000013/chunk-final/0 HTTP/1.1" 200 7876 0.002165 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:14] "POST /analytics/query HTTP/1.1" 202 179 0.018883 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:14] "GET /analytics/query/031a642d-6def-11f1-9be2-00000a000013 HTTP/1.1" 200 221 0.001847 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:14] "GET /analytics/query/031a642d-6def-11f1-9be2-00000a000013 HTTP/1.1" 200 338 0.002810 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:14] "GET /analytics/query/031a642d-6def-11f1-9be2-00000a000013/chunk-final/0 HTTP/1.1" 200 4013 0.003109 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:14] "POST /analytics/query HTTP/1.1" 202 179 0.006112 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:14] "GET /analytics/query/036d417e-6def-11f1-9fce-00000a000013 HTTP/1.1" 200 221 0.002005 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:15] "GET /analytics/query/036d417e-6def-11f1-9fce-00000a000013 HTTP/1.1" 200 338 0.003024 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:15] "GET /analytics/query/036d417e-6def-11f1-9fce-00000a000013/chunk-final/0 HTTP/1.1" 200 4013 0.002966 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:15] "POST /analytics/query HTTP/1.1" 202 179 0.007218 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:15] "GET /analytics/query/03c049dd-6def-11f1-a830-00000a000013 HTTP/1.1" 200 221 0.005441 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:15] "GET /analytics/query/03c049dd-6def-11f1-a830-00000a000013 HTTP/1.1" 200 338 0.003578 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:15] "GET /analytics/query/03c049dd-6def-11f1-a830-00000a000013/chunk-final/0 HTTP/1.1" 200 4013 0.003374 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.003810 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.003452 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:17] "POST /analytics/query HTTP/1.1" 202 179 0.026012 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:17] "GET /analytics/query/04de4650-6def-11f1-99ab-00000a000013 HTTP/1.1" 200 221 0.001770 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:17] "GET /analytics/query/04de4650-6def-11f1-99ab-00000a000013 HTTP/1.1" 200 340 0.001891 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:17] "GET /analytics/query/04de4650-6def-11f1-99ab-00000a000013/chunk-final/0 HTTP/1.1" 200 1505230 0.033237 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:17] "POST /analytics/query HTTP/1.1" 202 179 0.004942 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:17] "GET /analytics/query/053c5040-6def-11f1-8997-00000a000013 HTTP/1.1" 200 221 0.005622 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:18] "GET /analytics/query/053c5040-6def-11f1-8997-00000a000013 HTTP/1.1" 200 340 0.002285 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:18] "GET /analytics/query/053c5040-6def-11f1-8997-00000a000013/chunk-final/0 HTTP/1.1" 200 1506664 0.024832 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.005441 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.003424 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.003435 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.004475 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.005150 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:22] "POST /analytics/query HTTP/1.1" 202 179 0.005246 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:22] "GET /analytics/query/07c3f855-6def-11f1-927c-00000a000013 HTTP/1.1" 200 221 0.002291 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:22] "GET /analytics/query/07c3f855-6def-11f1-927c-00000a000013 HTTP/1.1" 200 339 0.002714 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:22] "GET /analytics/query/07c3f855-6def-11f1-927c-00000a000013/chunk-final/0 HTTP/1.1" 200 81240 0.006660 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.004137 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:23] "POST /analytics/query HTTP/1.1" 202 179 0.025887 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:23] "GET /analytics/query/08767065-6def-11f1-b9ec-00000a000013 HTTP/1.1" 200 221 0.009450 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:23] "GET /analytics/query/08767065-6def-11f1-b9ec-00000a000013 HTTP/1.1" 200 341 0.001936 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:23] "GET /analytics/query/08767065-6def-11f1-b9ec-00000a000013/chunk-final/0 HTTP/1.1" 200 1051308 0.034740 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.003732 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004614 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.009530 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:29] "POST /analytics/query HTTP/1.1" 200 145 1.018349 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003427 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:31] "POST /analytics/query HTTP/1.1" 200 2272 1.010907 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:31] "GET /analytics/tables HTTP/1.1" 200 76090 0.003583 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:32] "POST /analytics/query HTTP/1.1" 200 765 1.012645 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.004439 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:34] "POST /analytics/query HTTP/1.1" 200 2897 1.012927 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003639 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:36] "POST /analytics/query HTTP/1.1" 200 261 1.011291 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:36] "GET /analytics/tables HTTP/1.1" 200 76090 0.003490 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:37] "POST /analytics/query HTTP/1.1" 200 1277 1.012652 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.003612 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:39] "POST /analytics/query HTTP/1.1" 200 2897 1.011416 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:39] "GET /analytics/tables HTTP/1.1" 200 76090 0.003845 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:40] "POST /analytics/query HTTP/1.1" 200 831 1.012613 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:41] "GET /analytics/tables HTTP/1.1" 200 76090 0.003552 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:42] "POST /analytics/query HTTP/1.1" 200 141423 1.031073 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.003962 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:44] "POST /analytics/query HTTP/1.1" 200 943 1.010924 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.006020 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:46] "POST /analytics/query HTTP/1.1" 200 261 1.014537 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:46] "GET /analytics/tables HTTP/1.1" 200 76090 0.004043 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:47] "POST /analytics/query HTTP/1.1" 200 596 1.028518 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004146 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:49] "POST /analytics/query HTTP/1.1" 200 1795 1.011327 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:49] "GET /analytics/tables HTTP/1.1" 200 76090 0.004642 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:50] "POST /analytics/query HTTP/1.1" 200 596 1.012650 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.012362 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:52] "POST /analytics/query HTTP/1.1" 200 236 1.010215 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:01:53] "GET /analytics/tables HTTP/1.1" 200 76090 0.003972 [API:8081]10.0.0.241 - - [2026-06-22 04:02:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056006 [API:8081]10.0.0.19 - - [2026-06-22 04:02:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2026-06-22 04:02:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.063171 [API:8081]10.0.0.19 - - [2026-06-22 04:02:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.062369 [API:8081]10.0.0.19 - - [2026-06-22 04:02:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.039624 [API:8081]10.0.0.19 - - [2026-06-22 04:02:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010501 [API:8081]10.0.0.241 - - [2026-06-22 04:03:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.053775 [API:8081]10.0.0.19 - - [2026-06-22 04:03:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010062 [API:8081]10.0.0.19 - - [2026-06-22 04:03:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.008705 [API:8081]10.0.0.19 - - [2026-06-22 04:03:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010951 [API:8081]10.0.0.19 - - [2026-06-22 04:03:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.010090 [API:8081]10.0.0.19 - - [2026-06-22 04:03:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1952 0.009989 [API:8081]10.0.0.19 - - [2026-06-22 04:03:44] "POST /analytics/query HTTP/1.1" 200 246 1.027245 [API:8081]10.0.0.19 - - [2026-06-22 04:03:45] "POST /analytics/query HTTP/1.1" 200 222 1.019476 [API:8081]10.0.0.19 - - [2026-06-22 04:03:47] "POST /analytics/query HTTP/1.1" 200 353 1.017117 [API:8081]10.0.0.241 - - [2026-06-22 04:05:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049606 [API:8081]10.0.0.241 - - [2026-06-22 04:05:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.241 - - [2026-06-22 04:05:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.129 - - [2026-06-22 04:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.129 - - [2026-06-22 04:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.241 - - [2026-06-22 04:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.241 - - [2026-06-22 04:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-06-22 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2026-06-22 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.129 - - [2026-06-22 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.129 - - [2026-06-22 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-06-22 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2026-06-22 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.241 - - [2026-06-22 04:06:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.053011 [API:8081]10.0.0.19 - - [2026-06-22 04:07:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.057479 [API:8081]10.0.0.19 - - [2026-06-22 04:07:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13734 0.024517 [API:8081]10.0.0.19 - - [2026-06-22 04:07:08] "POST /analytics/query HTTP/1.1" 200 507 1.028412 [API:8081]10.0.0.19 - - [2026-06-22 04:07:09] "POST /analytics/query HTTP/1.1" 200 353 1.018418 [API:8081]10.0.0.19 - - [2026-06-22 04:07:10] "POST /analytics/query HTTP/1.1" 200 353 1.021101 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:10] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002699 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003068 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003022 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004208 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:10] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.005816 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003104 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002753 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.007529 [API:8081]10.0.0.241 - - [2026-06-22 04:08:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052951 [API:8081]10.0.0.19 - - [2026-06-22 04:08:16] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.19 - - [2026-06-22 04:08:16] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.241 - - [2026-06-22 04:08:45] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.241 - - [2026-06-22 04:08:45] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.129 - - [2026-06-22 04:08:45] "GET /analytics HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.129 - - [2026-06-22 04:08:45] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.241 - - [2026-06-22 04:09:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.044385 [API:8081]10.0.0.241 - - [2026-06-22 04:10:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.241 - - [2026-06-22 04:10:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.129 - - [2026-06-22 04:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.129 - - [2026-06-22 04:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.241 - - [2026-06-22 04:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.241 - - [2026-06-22 04:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.19 - - [2026-06-22 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2026-06-22 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.129 - - [2026-06-22 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.129 - - [2026-06-22 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.19 - - [2026-06-22 04:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.19 - - [2026-06-22 04:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.241 - - [2026-06-22 04:11:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060801 [API:8081]10.0.0.241 - - [2026-06-22 04:12:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.052539 [API:8081]10.0.0.241 - - [2026-06-22 04:14:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.044039 [API:8081]10.0.0.241 - - [2026-06-22 04:15:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060069 [API:8081]10.0.0.241 - - [2026-06-22 04:15:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.241 - - [2026-06-22 04:15:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000358 [API:8081]10.0.0.129 - - [2026-06-22 04:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.129 - - [2026-06-22 04:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.241 - - [2026-06-22 04:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.241 - - [2026-06-22 04:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2026-06-22 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-06-22 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.129 - - [2026-06-22 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.129 - - [2026-06-22 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.19 - - [2026-06-22 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.19 - - [2026-06-22 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000386 [API:8081]10.0.0.19 - - [2026-06-22 04:16:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.19 - - [2026-06-22 04:16:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.049020 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:38274dcd-30ef-4f11-b471-607062a33149?flat HTTP/1.1" 200 5202 0.044108 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:38274dcd-30ef-4f11-b471-607062a33149?flat HTTP/1.1" 200 5202 0.050673 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:38274dcd-30ef-4f11-b471-607062a33149?flat HTTP/1.1" 200 5202 0.014682 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-07330017:EVPN-VN1?flat HTTP/1.1" 200 3939 0.017368 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.023768 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13028 0.021535 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.022027 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 13028 0.019453 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008560 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:10] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002728 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003142 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002934 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002684 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:10] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003009 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002553 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002683 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002391 [API:8081]10.0.0.19 - - [2026-06-22 04:17:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:ba70b466-5e57-490d-841f-e8554bcad88a?flat HTTP/1.1" 200 5071 0.012005 [API:8081]10.0.0.19 - - [2026-06-22 04:17:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:ba70b466-5e57-490d-841f-e8554bcad88a?flat HTTP/1.1" 200 5071 0.012146 [API:8081]10.0.0.19 - - [2026-06-22 04:17:11] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:ba70b466-5e57-490d-841f-e8554bcad88a?flat HTTP/1.1" 200 5071 0.013907 [API:8081]10.0.0.19 - - [2026-06-22 04:17:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-07330017:EVPN-VN1?flat HTTP/1.1" 200 3939 0.014611 [API:8081]10.0.0.19 - - [2026-06-22 04:17:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25587 0.019045 [API:8081]10.0.0.19 - - [2026-06-22 04:17:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25587 0.025509 [API:8081]10.0.0.19 - - [2026-06-22 04:17:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008714 [API:8081]10.0.0.241 - - [2026-06-22 04:17:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.043892 [API:8081]10.0.0.19 - - [2026-06-22 04:18:16] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.19 - - [2026-06-22 04:18:16] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.241 - - [2026-06-22 04:18:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.048449 [API:8081]10.0.0.241 - - [2026-06-22 04:18:45] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.241 - - [2026-06-22 04:18:45] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.129 - - [2026-06-22 04:18:45] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.129 - - [2026-06-22 04:18:45] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.19 - - [2026-06-22 04:19:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:38274dcd-30ef-4f11-b471-607062a33149?flat HTTP/1.1" 200 5313 0.037163 [API:8081]10.0.0.19 - - [2026-06-22 04:19:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:38274dcd-30ef-4f11-b471-607062a33149?flat HTTP/1.1" 200 5313 0.025825 [API:8081]10.0.0.19 - - [2026-06-22 04:19:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:38274dcd-30ef-4f11-b471-607062a33149?flat HTTP/1.1" 200 5313 0.022832 [API:8081]10.0.0.19 - - [2026-06-22 04:19:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-07330017:EVPN-VN1?flat HTTP/1.1" 200 8298 0.030443 [API:8081]10.0.0.19 - - [2026-06-22 04:19:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23714 0.044252 [API:8081]10.0.0.19 - - [2026-06-22 04:19:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 11927 0.035656 [API:8081]10.0.0.19 - - [2026-06-22 04:19:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23714 0.021111 [API:8081]10.0.0.19 - - [2026-06-22 04:19:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 11927 0.021347 [API:8081]10.0.0.19 - - [2026-06-22 04:19:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009102 [API:8081]10.0.0.19 - - [2026-06-22 04:19:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:ba70b466-5e57-490d-841f-e8554bcad88a?flat HTTP/1.1" 200 5321 0.016953 [API:8081]10.0.0.19 - - [2026-06-22 04:19:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:ba70b466-5e57-490d-841f-e8554bcad88a?flat HTTP/1.1" 200 5321 0.014984 [API:8081]10.0.0.19 - - [2026-06-22 04:19:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-07330017:ba70b466-5e57-490d-841f-e8554bcad88a?flat HTTP/1.1" 200 5321 0.015797 [API:8081]10.0.0.19 - - [2026-06-22 04:19:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-07330017:EVPN-VN1?flat HTTP/1.1" 200 9431 0.027316 [API:8081]10.0.0.19 - - [2026-06-22 04:19:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 22616 0.022378 [API:8081]10.0.0.19 - - [2026-06-22 04:19:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 22616 0.018860 [API:8081]10.0.0.19 - - [2026-06-22 04:19:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014432 [API:8081]10.0.0.241 - - [2026-06-22 04:20:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053592 [API:8081]10.0.0.19 - - [2026-06-22 04:20:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24671 0.018863 [API:8081]10.0.0.19 - - [2026-06-22 04:20:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-07330017:EVPN-VN1?flat HTTP/1.1" 200 8789 0.016641 [API:8081]10.0.0.19 - - [2026-06-22 04:20:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008556 [API:8081]10.0.0.19 - - [2026-06-22 04:20:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25291 0.030808 [API:8081]10.0.0.19 - - [2026-06-22 04:20:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12358 0.027845 [API:8081]10.0.0.19 - - [2026-06-22 04:20:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-07330017:EVPN-VN1?flat HTTP/1.1" 200 5990 0.012683 [API:8081]10.0.0.19 - - [2026-06-22 04:20:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010726 [API:8081]10.0.0.241 - - [2026-06-22 04:20:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.241 - - [2026-06-22 04:20:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000304 [API:8081]10.0.0.129 - - [2026-06-22 04:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.129 - - [2026-06-22 04:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000310 [API:8081]10.0.0.241 - - [2026-06-22 04:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.241 - - [2026-06-22 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2026-06-22 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-06-22 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.129 - - [2026-06-22 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.129 - - [2026-06-22 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.19 - - [2026-06-22 04:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2026-06-22 04:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.241 - - [2026-06-22 04:21:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.077846 [API:8081]10.0.0.19 - - [2026-06-22 04:23:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-62681534:ctest-TestRbac-62681534-62157118?flat HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.19 - - [2026-06-22 04:23:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-62681534:ctest-TestRbac-62681534-62157118?flat HTTP/1.1" 200 2074 0.425072 [API:8081]10.0.0.19 - - [2026-06-22 04:23:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.123450 [API:8081]10.0.0.19 - - [2026-06-22 04:23:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-62681534:ctest-TestRbac-62681534-62157118?flat HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.19 - - [2026-06-22 04:23:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-62681534:ctest-TestRbac-62681534-62157118?flat HTTP/1.1" 200 2074 0.122690 [API:8081]10.0.0.19 - - [2026-06-22 04:23:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.073834 [API:8081]10.0.0.241 - - [2026-06-22 04:23:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063164 [API:8081]10.0.0.19 - - [2026-06-22 04:23:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-33873323:7bcf8e16-3b66-4810-96f5-1feec2c313c6?flat HTTP/1.1" 200 5311 0.060246 [API:8081]10.0.0.19 - - [2026-06-22 04:23:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-33873323:7bcf8e16-3b66-4810-96f5-1feec2c313c6?flat HTTP/1.1" 200 5311 0.094359 [API:8081]10.0.0.19 - - [2026-06-22 04:23:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-33873323:7bcf8e16-3b66-4810-96f5-1feec2c313c6?flat HTTP/1.1" 200 5311 0.059343 [API:8081]10.0.0.19 - - [2026-06-22 04:23:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-62681534:ctest-TestRbac-62681534-62157118?flat HTTP/1.1" 200 8359 0.094334 [API:8081]10.0.0.19 - - [2026-06-22 04:23:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.050747 [API:8081]10.0.0.19 - - [2026-06-22 04:23:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.096326 [API:8081]10.0.0.19 - - [2026-06-22 04:23:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.19 - - [2026-06-22 04:23:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.065385 [API:8081]10.0.0.19 - - [2026-06-22 04:23:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.035134 [API:8081]10.0.0.19 - - [2026-06-22 04:23:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.091155 [API:8081]10.0.0.19 - - [2026-06-22 04:23:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.051467 [API:8081]10.0.0.19 - - [2026-06-22 04:23:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.040187 [API:8081]10.0.0.19 - - [2026-06-22 04:24:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.087542 [API:8081]10.0.0.19 - - [2026-06-22 04:24:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.127409 [API:8081]10.0.0.19 - - [2026-06-22 04:24:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.041282 [API:8081]10.0.0.19 - - [2026-06-22 04:24:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.050274 [API:8081]10.0.0.19 - - [2026-06-22 04:24:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.019651 [API:8081]10.0.0.19 - - [2026-06-22 04:24:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.027407 [API:8081]10.0.0.19 - - [2026-06-22 04:24:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.022899 [API:8081]10.0.0.19 - - [2026-06-22 04:24:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.020299 [API:8081]10.0.0.19 - - [2026-06-22 04:24:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24716 0.020498 [API:8081]10.0.0.241 - - [2026-06-22 04:24:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.049731 [API:8081]10.0.0.19 - - [2026-06-22 04:24:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24719 0.020012 [API:8081]10.0.0.19 - - [2026-06-22 04:24:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-62681534:ctest-TestRbac-62681534-62157118?flat HTTP/1.1" 200 6492 0.011990 [API:8081]10.0.0.19 - - [2026-06-22 04:24:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007701 [API:8081]10.0.0.19 - - [2026-06-22 04:24:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2026-06-22 04:24:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 200 2125 0.095568 [API:8081]10.0.0.19 - - [2026-06-22 04:24:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 401 205 0.000406 --- 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-83515738'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-68927120' RBAC: ctest-TestRbacBasic-43510999 doesn't have read permission in project '241a926961774cd88ad0b8306050a262' 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-28764662', 'ctest-TestRbacBasic-28764662-60060757'], 'virtual_network', 'b113920c-25ee-48a0-bb50-7a65f147e209', "Permission Denied for ['ctest-TestRbacBasic-83515738'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-68927120' RBAC: ctest-TestRbacBasic-43510999 doesn't have read permission in project '241a926961774cd88ad0b8306050a262'"),) [API:8081]10.0.0.19 - - [2026-06-22 04:24:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 403 198 0.093207 [API:8081]10.0.0.19 - - [2026-06-22 04:24:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2026-06-22 04:24:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 200 2125 0.063810 [API:8081]10.0.0.19 - - [2026-06-22 04:24:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.074843 [API:8081]10.0.0.19 - - [2026-06-22 04:24:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.083790 [API:8081]10.0.0.19 - - [2026-06-22 04:24:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.048149 --- 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-83515738'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-28764662' RBAC: ctest-TestRbacBasic-43510999 doesn't have read permission in project 'c2aac55f80a843c78a6f04fe2d8f9c7f' 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-28764662', 'ctest-TestRbacBasic-28764662-60060757'], 'virtual_network', 'b113920c-25ee-48a0-bb50-7a65f147e209', "Permission Denied for ['ctest-TestRbacBasic-83515738'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-28764662' RBAC: ctest-TestRbacBasic-43510999 doesn't have read permission in project 'c2aac55f80a843c78a6f04fe2d8f9c7f'"),) [API:8081]10.0.0.19 - - [2026-06-22 04:24:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 403 198 0.045643 --- 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-83515738'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-28764662' RBAC: ctest-TestRbacBasic-43510999 doesn't have read permission in project 'c2aac55f80a843c78a6f04fe2d8f9c7f' 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-28764662', 'ctest-TestRbacBasic-28764662-60060757'], 'virtual_network', 'b113920c-25ee-48a0-bb50-7a65f147e209', "Permission Denied for ['ctest-TestRbacBasic-83515738'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-28764662' RBAC: ctest-TestRbacBasic-43510999 doesn't have read permission in project 'c2aac55f80a843c78a6f04fe2d8f9c7f'"),) [API:8081]10.0.0.19 - - [2026-06-22 04:24:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 403 198 0.078030 [API:8081]10.0.0.19 - - [2026-06-22 04:24:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 200 2129 0.049223 [API:8081]10.0.0.19 - - [2026-06-22 04:24:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 200 2129 0.009847 [API:8081]10.0.0.19 - - [2026-06-22 04:24:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.071933 [API:8081]10.0.0.19 - - [2026-06-22 04:24:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.054145 [API:8081]10.0.0.19 - - [2026-06-22 04:24:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.008768 [API:8081]10.0.0.19 - - [2026-06-22 04:24:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.009995 [API:8081]10.0.0.19 - - [2026-06-22 04:24:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 401 205 0.000303 --- 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-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061 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-65954061', 'ctest-TestRbacBasic-65954061-01488954'], 'virtual_network', 'f2a67795-0703-4675-8c91-4da3e80e78d6', "Permission Denied for ctest-TestRbacBasic-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061"),) [API:8081]10.0.0.19 - - [2026-06-22 04:24:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 403 198 0.078545 [API:8081]10.0.0.19 - - [2026-06-22 04:24:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.049150 [API:8081]10.0.0.19 - - [2026-06-22 04:24:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 200 2112 0.052425 [API:8081]10.0.0.19 - - [2026-06-22 04:24:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.095537 --- 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-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061 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-65954061', 'ctest-TestRbacBasic-65954061-01488954'], 'virtual_network', 'f2a67795-0703-4675-8c91-4da3e80e78d6', "Permission Denied for ctest-TestRbacBasic-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061"),) [API:8081]10.0.0.19 - - [2026-06-22 04:25:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 403 198 0.065516 --- 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-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061 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-65954061', 'ctest-TestRbacBasic-65954061-01488954'], 'virtual_network', 'f2a67795-0703-4675-8c91-4da3e80e78d6', "Permission Denied for ctest-TestRbacBasic-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061"),) [API:8081]10.0.0.19 - - [2026-06-22 04:25:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 403 198 0.087623 [API:8081]10.0.0.19 - - [2026-06-22 04:25:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.063247 [API:8081]10.0.0.19 - - [2026-06-22 04:25:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 200 2112 0.059163 [API:8081]10.0.0.19 - - [2026-06-22 04:25:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.059438 [API:8081]10.0.0.19 - - [2026-06-22 04:25:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 401 205 0.000298 --- 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-43510999 as ['ctest-TestRbacBasic-83515738'] to R virtual-network in ctest-TestRbacBasic-65954061 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-65954061', 'ctest-TestRbacBasic-65954061-01488954'], 'virtual_network', 'f2a67795-0703-4675-8c91-4da3e80e78d6', "Permission Denied for ctest-TestRbacBasic-43510999 as ['ctest-TestRbacBasic-83515738'] to R virtual-network in ctest-TestRbacBasic-65954061"),) [API:8081]10.0.0.19 - - [2026-06-22 04:25:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 403 198 0.097349 [API:8081]10.0.0.19 - - [2026-06-22 04:25:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.049538 [API:8081]10.0.0.19 - - [2026-06-22 04:25:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 200 2112 0.045718 [API:8081]10.0.0.19 - - [2026-06-22 04:25:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.090755 [API:8081]10.0.0.19 - - [2026-06-22 04:25:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1460 0.068985 [API:8081]10.0.0.19 - - [2026-06-22 04:25:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1706 0.009722 [API:8081]10.0.0.19 - - [2026-06-22 04:25:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-65954061:8d99bce2-ba96-4643-ba19-47cb1c10fd16?flat HTTP/1.1" 200 5390 0.061484 [API:8081]10.0.0.19 - - [2026-06-22 04:25:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-65954061:8d99bce2-ba96-4643-ba19-47cb1c10fd16?flat HTTP/1.1" 200 5390 0.064262 [API:8081]10.0.0.19 - - [2026-06-22 04:25:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-65954061:8d99bce2-ba96-4643-ba19-47cb1c10fd16?flat HTTP/1.1" 200 5390 0.083629 [API:8081]10.0.0.19 - - [2026-06-22 04:25:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-12629007?flat HTTP/1.1" 200 8775 0.072000 [API:8081]10.0.0.19 - - [2026-06-22 04:25:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.029624 [API:8081]10.0.0.19 - - [2026-06-22 04:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.093506 [API:8081]10.0.0.19 - - [2026-06-22 04:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.033313 [API:8081]10.0.0.19 - - [2026-06-22 04:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.049331 [API:8081]10.0.0.19 - - [2026-06-22 04:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.075982 [API:8081]10.0.0.19 - - [2026-06-22 04:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.021942 [API:8081]10.0.0.19 - - [2026-06-22 04:25:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.037673 [API:8081]10.0.0.19 - - [2026-06-22 04:25:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-12629007?flat HTTP/1.1" 200 8775 0.068155 [API:8081]10.0.0.19 - - [2026-06-22 04:25:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.050935 [API:8081]10.0.0.241 - - [2026-06-22 04:25:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.241 - - [2026-06-22 04:25:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.129 - - [2026-06-22 04:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000365 [API:8081]10.0.0.129 - - [2026-06-22 04:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.241 - - [2026-06-22 04:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.241 - - [2026-06-22 04:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.19 - - [2026-06-22 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-06-22 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.129 - - [2026-06-22 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.129 - - [2026-06-22 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.19 - - [2026-06-22 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000346 [API:8081]10.0.0.19 - - [2026-06-22 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2026-06-22 04:26:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.036646 [API:8081]10.0.0.19 - - [2026-06-22 04:26:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.072893 [API:8081]10.0.0.19 - - [2026-06-22 04:26:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.022463 [API:8081]10.0.0.19 - - [2026-06-22 04:26:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.021959 [API:8081]10.0.0.19 - - [2026-06-22 04:26:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.019200 [API:8081]10.0.0.19 - - [2026-06-22 04:26:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.020049 [API:8081]10.0.0.19 - - [2026-06-22 04:26:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.022310 [API:8081]10.0.0.19 - - [2026-06-22 04:26:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.019603 [API:8081]10.0.0.19 - - [2026-06-22 04:26:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24720 0.021233 [API:8081]10.0.0.19 - - [2026-06-22 04:26:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.022819 [API:8081]10.0.0.19 - - [2026-06-22 04:26:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-12629007?flat HTTP/1.1" 200 6882 0.013397 [API:8081]10.0.0.19 - - [2026-06-22 04:26:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010636 [API:8081]10.0.0.241 - - [2026-06-22 04:26:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099072 [Introspect:8090]10.0.0.19 - - [2026-06-22 04:26:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001027 [API:8081]10.0.0.19 - - [2026-06-22 04:26:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-06-22 04:26:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.051869 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:10] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002712 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002567 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002578 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002565 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:10] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003076 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002269 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002282 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002373 [API:8081]10.0.0.241 - - [2026-06-22 04:27:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.051043 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:e5063ee8-5fee-4772-944f-1eed0a8bbae2?flat HTTP/1.1" 200 5641 0.046830 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:e5063ee8-5fee-4772-944f-1eed0a8bbae2?flat HTTP/1.1" 200 5641 0.017808 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:e5063ee8-5fee-4772-944f-1eed0a8bbae2?flat HTTP/1.1" 200 5641 0.044394 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09576591:ctest-vn1-33257248?flat HTTP/1.1" 200 9772 0.020064 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.020511 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12957 0.020456 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25338 0.020667 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12957 0.020240 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008374 [API:8081]10.0.0.19 - - [2026-06-22 04:28:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:65a8fcf3-a516-4060-b211-96e993e5eb54?flat HTTP/1.1" 200 5621 0.015626 [API:8081]10.0.0.19 - - [2026-06-22 04:28:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:65a8fcf3-a516-4060-b211-96e993e5eb54?flat HTTP/1.1" 200 5621 0.014275 [API:8081]10.0.0.19 - - [2026-06-22 04:28:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:65a8fcf3-a516-4060-b211-96e993e5eb54?flat HTTP/1.1" 200 5621 0.017479 [API:8081]10.0.0.19 - - [2026-06-22 04:28:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09576591:ctest-vn1-33257248?flat HTTP/1.1" 200 9772 0.021339 [API:8081]10.0.0.19 - - [2026-06-22 04:28:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.022133 [API:8081]10.0.0.19 - - [2026-06-22 04:28:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.022236 [API:8081]10.0.0.19 - - [2026-06-22 04:28:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010096 [API:8081]10.0.0.19 - - [2026-06-22 04:28:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.019379 [API:8081]10.0.0.19 - - [2026-06-22 04:28:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.021784 [API:8081]10.0.0.19 - - [2026-06-22 04:28:16] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2026-06-22 04:28:16] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.19 - - [2026-06-22 04:28:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.021227 [API:8081]10.0.0.19 - - [2026-06-22 04:28:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.020026 [API:8081]10.0.0.19 - - [2026-06-22 04:28:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.021356 [API:8081]10.0.0.19 - - [2026-06-22 04:28:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09576591:ctest-vn1-33257248?flat HTTP/1.1" 200 7743 0.020085 [API:8081]10.0.0.19 - - [2026-06-22 04:28:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008919 [API:8081]10.0.0.19 - - [2026-06-22 04:28:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.029405 [API:8081]10.0.0.19 - - [2026-06-22 04:28:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12950 0.030877 [API:8081]10.0.0.19 - - [2026-06-22 04:28:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.020383 [API:8081]10.0.0.19 - - [2026-06-22 04:28:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12950 0.021026 [API:8081]10.0.0.19 - - [2026-06-22 04:28:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.021133 [API:8081]10.0.0.19 - - [2026-06-22 04:28:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12950 0.020732 [API:8081]10.0.0.19 - - [2026-06-22 04:28:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.027987 [API:8081]10.0.0.19 - - [2026-06-22 04:28:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12950 0.033136 [API:8081]10.0.0.19 - - [2026-06-22 04:28:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.027860 [API:8081]10.0.0.19 - - [2026-06-22 04:28:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12950 0.021540 [API:8081]10.0.0.19 - - [2026-06-22 04:28:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25339 0.036653 [API:8081]10.0.0.19 - - [2026-06-22 04:28:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 12544 0.019772 [API:8081]10.0.0.19 - - [2026-06-22 04:28:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09576591:ctest-vn1-33257248?flat HTTP/1.1" 200 4919 0.012172 [API:8081]10.0.0.19 - - [2026-06-22 04:28:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008881 [API:8081]10.0.0.241 - - [2026-06-22 04:28:45] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.241 - - [2026-06-22 04:28:45] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.129 - - [2026-06-22 04:28:46] "GET /analytics HTTP/1.1" 401 205 0.000349 [API:8081]10.0.0.129 - - [2026-06-22 04:28:46] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.19 - - [2026-06-22 04:28:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1424 0.009326 [API:8081]10.0.0.19 - - [2026-06-22 04:28:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.009409 [API:8081]10.0.0.241 - - [2026-06-22 04:29:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.122295 [API:8081]10.0.0.241 - - [2026-06-22 04:30:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.063728 [API:8081]10.0.0.241 - - [2026-06-22 04:30:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.241 - - [2026-06-22 04:30:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.129 - - [2026-06-22 04:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.129 - - [2026-06-22 04:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.241 - - [2026-06-22 04:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.241 - - [2026-06-22 04:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-06-22 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2026-06-22 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.129 - - [2026-06-22 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.129 - - [2026-06-22 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.19 - - [2026-06-22 04:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001160 [API:8081]10.0.0.19 - - [2026-06-22 04:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [Introspect:8090]10.0.0.19 - - [2026-06-22 04:31:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001466 [API:8081]10.0.0.19 - - [2026-06-22 04:31:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 11947 0.396846 [API:8081]10.0.0.19 - - [2026-06-22 04:31:13] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 6063 0.391718 [API:8081]10.0.0.19 - - [2026-06-22 04:31:14] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 6063 0.393388 [API:8081]10.0.0.19 - - [2026-06-22 04:31:14] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-3?flat HTTP/1.1" 200 3967 0.015283 [API:8081]10.0.0.19 - - [2026-06-22 04:31:14] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?flat HTTP/1.1" 200 6146 0.014795 [API:8081]10.0.0.19 - - [2026-06-22 04:31:14] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?flat HTTP/1.1" 200 6148 0.016499 [API:8081]10.0.0.19 - - [2026-06-22 04:31:14] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?flat HTTP/1.1" 200 7646 0.016015 [API:8081]10.0.0.19 - - [2026-06-22 04:31:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1844 0.008432 [API:8081]10.0.0.19 - - [2026-06-22 04:31:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:60787268-1ffa-4fad-9e58-3bf8fbe5eba0?flat HTTP/1.1" 200 5461 0.016913 [API:8081]10.0.0.19 - - [2026-06-22 04:31:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:60787268-1ffa-4fad-9e58-3bf8fbe5eba0?flat HTTP/1.1" 200 5461 0.015828 [API:8081]10.0.0.19 - - [2026-06-22 04:31:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:60787268-1ffa-4fad-9e58-3bf8fbe5eba0?flat HTTP/1.1" 200 5461 0.013662 [API:8081]10.0.0.19 - - [2026-06-22 04:31:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09576591:ctest-vn1-45924388?flat HTTP/1.1" 200 7178 0.015699 [API:8081]10.0.0.19 - - [2026-06-22 04:31:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32867 0.026933 [API:8081]10.0.0.19 - - [2026-06-22 04:31:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32867 0.024827 [API:8081]10.0.0.19 - - [2026-06-22 04:31:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009533 [API:8081]10.0.0.241 - - [2026-06-22 04:32:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062582 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:8196340a-c0ff-48a0-b4a5-a00fc7aa8734?flat HTTP/1.1" 200 5243 0.015556 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:8196340a-c0ff-48a0-b4a5-a00fc7aa8734?flat HTTP/1.1" 200 5243 0.015825 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-09576591:8196340a-c0ff-48a0-b4a5-a00fc7aa8734?flat HTTP/1.1" 200 5243 0.017021 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09576591:ctest-vn2-96918487?flat HTTP/1.1" 200 7117 0.021455 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32877 0.034649 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 12419 0.022626 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32877 0.028339 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 12419 0.025297 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009433 [API:8081]10.0.0.19 - - [2026-06-22 04:33:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32885 0.037287 [API:8081]10.0.0.19 - - [2026-06-22 04:33:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 12952 0.025376 [API:8081]10.0.0.19 - - [2026-06-22 04:33:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32885 0.025004 [API:8081]10.0.0.19 - - [2026-06-22 04:33:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 12952 0.019964 [API:8081]10.0.0.241 - - [2026-06-22 04:33:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.047121 [API:8081]10.0.0.19 - - [2026-06-22 04:33:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32885 0.023884 [API:8081]10.0.0.19 - - [2026-06-22 04:33:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 12952 0.019305 [API:8081]10.0.0.19 - - [2026-06-22 04:33:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32886 0.028560 [API:8081]10.0.0.19 - - [2026-06-22 04:33:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 12824 0.025527 [API:8081]10.0.0.19 - - [2026-06-22 04:33:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09576591:ctest-vn2-96918487?flat HTTP/1.1" 200 7745 0.019900 [API:8081]10.0.0.19 - - [2026-06-22 04:33:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009802 [API:8081]10.0.0.19 - - [2026-06-22 04:33:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32895 0.023831 [API:8081]10.0.0.19 - - [2026-06-22 04:33:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32895 0.023180 [API:8081]10.0.0.19 - - [2026-06-22 04:33:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32895 0.047180 [API:8081]10.0.0.19 - - [2026-06-22 04:33:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32895 0.024041 [API:8081]10.0.0.19 - - [2026-06-22 04:33:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32895 0.026076 [API:8081]10.0.0.19 - - [2026-06-22 04:33:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32895 0.025069 [API:8081]10.0.0.19 - - [2026-06-22 04:33:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32898 0.022944 [API:8081]10.0.0.19 - - [2026-06-22 04:33:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-09576591:ctest-vn1-45924388?flat HTTP/1.1" 200 7789 0.014320 [API:8081]10.0.0.19 - - [2026-06-22 04:33:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009019 [API:8081]10.0.0.19 - - [2026-06-22 04:34:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-39410422:44717a8f-f558-44b2-bb2b-98c61da19111?flat HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2026-06-22 04:34:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-39410422:44717a8f-f558-44b2-bb2b-98c61da19111?flat HTTP/1.1" 200 5229 0.080545 [API:8081]10.0.0.19 - - [2026-06-22 04:34:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-39410422:44717a8f-f558-44b2-bb2b-98c61da19111?flat HTTP/1.1" 200 5229 0.078873 [API:8081]10.0.0.19 - - [2026-06-22 04:34:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-39410422:44717a8f-f558-44b2-bb2b-98c61da19111?flat HTTP/1.1" 200 5229 0.060579 [API:8081]10.0.0.19 - - [2026-06-22 04:34:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-39410422:ctest-vn-31201843?flat HTTP/1.1" 200 3991 0.017700 [API:8081]10.0.0.19 - - [2026-06-22 04:34:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32912 0.031903 [API:8081]10.0.0.19 - - [2026-06-22 04:34:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32912 0.024939 [API:8081]10.0.0.19 - - [2026-06-22 04:34:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008507 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-39410422:144197fe-2a67-4236-beaf-5ae2f589f740?flat HTTP/1.1" 200 5251 0.016564 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-39410422:144197fe-2a67-4236-beaf-5ae2f589f740?flat HTTP/1.1" 200 5251 0.012611 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-39410422:144197fe-2a67-4236-beaf-5ae2f589f740?flat HTTP/1.1" 200 5251 0.012305 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-39410422:ctest-vn-82932953?flat HTTP/1.1" 200 4010 0.013442 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32906 0.027083 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 12842 0.025315 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32906 0.025775 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 12842 0.021190 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008094 [API:8081]10.0.0.19 - - [2026-06-22 04:35:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32914 0.026626 [API:8081]10.0.0.19 - - [2026-06-22 04:35:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 12841 0.024168 [API:8081]10.0.0.241 - - [2026-06-22 04:35:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.041386 [API:8081]10.0.0.19 - - [2026-06-22 04:35:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32914 0.026595 [API:8081]10.0.0.19 - - [2026-06-22 04:35:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 12841 0.021503 [API:8081]10.0.0.19 - - [2026-06-22 04:35:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32917 0.027561 [API:8081]10.0.0.19 - - [2026-06-22 04:35:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 12551 0.022824 [API:8081]10.0.0.19 - - [2026-06-22 04:35:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-39410422:ctest-vn-82932953?flat HTTP/1.1" 200 6189 0.012733 [API:8081]10.0.0.19 - - [2026-06-22 04:35:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008840 [API:8081]10.0.0.19 - - [2026-06-22 04:35:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32921 0.024265 [API:8081]10.0.0.19 - - [2026-06-22 04:35:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32921 0.060327 [API:8081]10.0.0.19 - - [2026-06-22 04:35:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32921 0.029498 [API:8081]10.0.0.19 - - [2026-06-22 04:35:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32921 0.024435 [API:8081]10.0.0.19 - - [2026-06-22 04:35:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32921 0.023808 [API:8081]10.0.0.19 - - [2026-06-22 04:35:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-6014-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.025079 [API:8081]10.0.0.19 - - [2026-06-22 04:35:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-39410422:ctest-vn-31201843?flat HTTP/1.1" 200 6177 0.011879 [API:8081]10.0.0.19 - - [2026-06-22 04:35:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008481 [API:8081]10.0.0.241 - - [2026-06-22 04:35:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.241 - - [2026-06-22 04:35:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.129 - - [2026-06-22 04:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.129 - - [2026-06-22 04:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.241 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.241 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.129 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.129 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.19 - - [2026-06-22 04:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.19 - - [2026-06-22 04:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.19 - - [2026-06-22 04:36:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.19 - - [2026-06-22 04:36:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.061138 [API:8081]10.0.0.19 - - [2026-06-22 04:36:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.066213 [API:8081]10.0.0.241 - - [2026-06-22 04:36:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.050003 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:10] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003162 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003644 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004158 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003609 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:10] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002961 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003216 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002901 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002725 [API:8081]10.0.0.19 - - [2026-06-22 04:38:16] "GET /analytics HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.19 - - [2026-06-22 04:38:16] "GET /analytics HTTP/1.1" 401 205 0.000196 [API:8081]10.0.0.241 - - [2026-06-22 04:38:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.043688 [API:8081]10.0.0.241 - - [2026-06-22 04:38:45] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.241 - - [2026-06-22 04:38:45] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.129 - - [2026-06-22 04:38:46] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.129 - - [2026-06-22 04:38:46] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.241 - - [2026-06-22 04:39:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.048688 [API:8081]10.0.0.19 - - [2026-06-22 04:40:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2026-06-22 04:40:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.051383 [API:8081]10.0.0.241 - - [2026-06-22 04:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.241 - - [2026-06-22 04:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.129 - - [2026-06-22 04:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000416 [API:8081]10.0.0.129 - - [2026-06-22 04:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.241 - - [2026-06-22 04:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.241 - - [2026-06-22 04:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.19 - - [2026-06-22 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-06-22 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.129 - - [2026-06-22 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.129 - - [2026-06-22 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.19 - - [2026-06-22 04:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-06-22 04:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.241 - - [2026-06-22 04:41:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056057 [API:8081]10.0.0.241 - - [2026-06-22 04:42:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.047627 [API:8081]10.0.0.241 - - [2026-06-22 04:44:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051316 [Introspect:8090]10.0.0.19 - - [2026-06-22 04:45:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3833 0.001250