++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Jun 18 01:59:03 AM UTC 2026 ===================' INFO: =================== Thu Jun 18 01:59:03 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.27 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICSDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_SNMP_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8081 ' +++ '[' -n '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081 ' ']' +++ echo '10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' ++ ANALYTICS_SERVERS='10.0.0.27:8081 10.0.0.33:8081 10.0.0.23:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9042 ' +++ '[' -n '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042 ' ']' +++ echo '10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.27:9042 10.0.0.33:9042 10.0.0.23:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8086 ' +++ '[' -n '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086 ' ']' +++ echo '10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ COLLECTOR_SERVERS='10.0.0.27:8086 10.0.0.33:8086 10.0.0.23:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ CONFIGDB_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:8082 ' +++ '[' -n '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082 ' ']' +++ echo '10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' ++ CONFIG_SERVERS='10.0.0.27:8082 10.0.0.33:8082 10.0.0.23:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9161 ' +++ '[' -n '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161 ' ']' +++ echo '10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' ++ CONFIGDB_SERVERS='10.0.0.27:9161 10.0.0.33:9161 10.0.0.23:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9041 ' +++ '[' -n '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041 ' ']' +++ echo '10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.27:9041 10.0.0.33:9041 10.0.0.23:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:2181, +++ '[' -n 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181, ']' +++ echo 10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 ++ ZOOKEEPER_SERVERS=10.0.0.27:2181,10.0.0.33:2181,10.0.0.23:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:2181 ' +++ '[' -n '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181 ' ']' +++ echo '10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.27:2181 10.0.0.33:2181 10.0.0.23:2181' ++ RABBITMQ_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+=10.0.0.23:5673, +++ '[' -n 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673, ']' +++ echo 10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SERVERS=10.0.0.27:5673,10.0.0.33:5673,10.0.0.23:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:6379 ' +++ '[' -n '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379 ' ']' +++ echo '10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_SERVERS='10.0.0.27:6379 10.0.0.33:6379 10.0.0.23:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.23 +++ local server_address=10.0.0.23 +++ extended_server_list+='10.0.0.23:9092 ' +++ '[' -n '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092 ' ']' +++ echo '10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SERVERS='10.0.0.27:9092 10.0.0.33:9092 10.0.0.23:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.27 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.27,10.0.0.33,10.0.0.23 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.27,10.0.0.33,10.0.0.23 ++ cut -d , -f 1 + local cassandra=10.0.0.27 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.27 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.27,10.0.0.33,10.0.0.23 +++ local servers=10.0.0.27,10.0.0.33,10.0.0.23 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ uniq ++++ sort ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.27,10.20.0.25,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.27,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ echo 10.0.0.27 1 +++ return ++ local ip=10.0.0.27 ++ [[ -z 10.0.0.27 ]] ++ echo 10.0.0.27 + host_ip=10.0.0.27 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ sed 's/^ANALYTICS_API__//g' ++ sort ++ cut -d = -f 1 ++ grep '^ANALYTICS_API__.*__.*=.*$' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py: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/18/2026 01:59:11.896 7f733ac6e4c0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/18/2026 01:59:12.071 7f733ac6e4c0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 06/18/2026 01:59:12.084 7f733ac6e4c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/18/2026 01:59:12.084 7f733ac6e4c0 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.27:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.23 - - [2026-06-18 01:59:46] "GET /analytics HTTP/1.1" 401 205 0.000351 [API:8081]10.0.0.23 - - [2026-06-18 01:59:46] "GET /analytics HTTP/1.1" 401 205 0.000151 [API:8081]10.0.0.33 - - [2026-06-18 01:59:46] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2026-06-18 01:59:46] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.27 - - [2026-06-18 01:59:47] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-18 01:59:47] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.33 - - [2026-06-18 02:00:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.065219 [API:8081]10.0.0.23 - - [2026-06-18 02:00:17] "GET /analytics HTTP/1.1" 401 205 0.000299 [API:8081]10.0.0.23 - - [2026-06-18 02:00:17] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.33 - - [2026-06-18 02:00:17] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.33 - - [2026-06-18 02:00:17] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-06-18 02:00:18] "GET /analytics HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.27 - - [2026-06-18 02:00:18] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.23 - - [2026-06-18 02:00:47] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-06-18 02:00:47] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.33 - - [2026-06-18 02:00:47] "GET /analytics HTTP/1.1" 401 205 0.000448 [API:8081]10.0.0.33 - - [2026-06-18 02:00:47] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.33 - - [2026-06-18 02:02:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.055952 [Introspect:8090]10.0.0.27 - - [2026-06-18 02:02:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001093 [Introspect:8090]10.0.0.27 - - [2026-06-18 02:02:54] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001044 [API:8081]10.0.0.33 - - [2026-06-18 02:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.33 - - [2026-06-18 02:02:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.23 - - [2026-06-18 02:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-06-18 02:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.33 - - [2026-06-18 02:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-06-18 02:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-06-18 02:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.23 - - [2026-06-18 02:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000543 [API:8081]10.0.0.27 - - [2026-06-18 02:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2026-06-18 02:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-18 02:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-06-18 02:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-06-18 02:03:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.054412 [Introspect:8090]10.0.0.27 - - [2026-06-18 02:04:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001107 [Introspect:8090]10.0.0.27 - - [2026-06-18 02:04:20] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000554 [API:8081]10.0.0.27 - - [2026-06-18 02:04:20] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1:Control:contrail-control:0?flat HTTP/1.1" 200 35661 0.079483 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.056939 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2:Control:contrail-control:0?flat HTTP/1.1" 200 35660 0.068316 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.018464 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3:Control:contrail-control:0?flat HTTP/1.1" 200 38108 0.066636 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13601 0.015541 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.024953 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20484 0.027254 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3356 0.014159 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.018598 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010242 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4625 0.023127 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.016866 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4316 0.013637 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011196 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013220 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.018762 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.016650 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012736 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011464 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012925 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012157 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.018195 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.030346 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14216 0.038440 [API:8081]10.0.0.27 - - [2026-06-18 02:04:21] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.027569 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14206 0.027304 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.025688 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14209 0.025554 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.044423 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.035952 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12045 0.045443 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.035178 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12028 0.031416 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.027839 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12045 0.028782 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.027490 [API:8081]10.0.0.27 - - [2026-06-18 02:04:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12028 0.020367 [API:8081]10.0.0.27 - - [2026-06-18 02:04:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20493 0.019468 [API:8081]10.0.0.27 - - [2026-06-18 02:04:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.011605 [API:8081]10.0.0.27 - - [2026-06-18 02:04:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20491 0.018432 [API:8081]10.0.0.27 - - [2026-06-18 02:04:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.011051 [API:8081]10.0.0.27 - - [2026-06-18 02:04:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.013020 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14216 0.023772 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014102 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.013569 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14206 0.025132 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013072 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.011004 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14209 0.014028 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014228 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017628 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.013217 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.019485 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.013596 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.021362 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3983 0.012137 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4625 0.011011 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4616 0.012414 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4621 0.013319 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1:Control:contrail-control:0?flat HTTP/1.1" 200 35670 0.025006 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.011421 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.016581 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2:Control:contrail-control:0?flat HTTP/1.1" 200 35669 0.025342 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012249 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16352 0.017225 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3:Control:contrail-control:0?flat HTTP/1.1" 200 38110 0.027641 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.018421 [API:8081]10.0.0.27 - - [2026-06-18 02:04:24] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-5973-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13601 0.020446 [API:8081]10.0.0.27 - - [2026-06-18 02:04:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12045 0.026805 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?flat HTTP/1.1" 200 20418 0.025785 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?flat HTTP/1.1" 200 13110 0.017466 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?flat HTTP/1.1" 200 13317 0.017599 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?flat HTTP/1.1" 200 20418 0.021960 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?flat HTTP/1.1" 200 13110 0.019684 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?flat HTTP/1.1" 200 13317 0.016886 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?flat HTTP/1.1" 200 20418 0.023222 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?flat HTTP/1.1" 200 13110 0.016662 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?flat HTTP/1.1" 200 13317 0.017251 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?flat HTTP/1.1" 200 20418 0.025981 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?flat HTTP/1.1" 200 13110 0.018462 [API:8081]10.0.0.27 - - [2026-06-18 02:04:27] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?flat HTTP/1.1" 200 13317 0.017049 [API:8081]10.0.0.27 - - [2026-06-18 02:04:28] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 7998 0.015380 [API:8081]10.0.0.27 - - [2026-06-18 02:04:28] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 7997 0.014321 [API:8081]10.0.0.27 - - [2026-06-18 02:04:28] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5973-3?flat HTTP/1.1" 200 7997 0.015872 [API:8081]10.0.0.27 - - [2026-06-18 02:04:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2026-06-18 02:04:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.043684 [API:8081]10.0.0.27 - - [2026-06-18 02:04:55] "POST /analytics/query HTTP/1.1" 200 54746 1.064148 [API:8081]10.0.0.27 - - [2026-06-18 02:04:56] "POST /analytics/query HTTP/1.1" 200 5875 1.073263 [API:8081]10.0.0.27 - - [2026-06-18 02:04:57] "POST /analytics/query HTTP/1.1" 200 871 1.049979 [API:8081]10.0.0.27 - - [2026-06-18 02:04:58] "POST /analytics/query HTTP/1.1" 200 5875 1.018761 [API:8081]10.0.0.27 - - [2026-06-18 02:04:59] "POST /analytics/query HTTP/1.1" 200 871 1.019701 [API:8081]10.0.0.33 - - [2026-06-18 02:05:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.362960 [API:8081]10.0.0.27 - - [2026-06-18 02:05:13] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000913 [API:8081]10.0.0.33 - - [2026-06-18 02:06:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.063873 [API:8081]10.0.0.33 - - [2026-06-18 02:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.33 - - [2026-06-18 02:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.23 - - [2026-06-18 02:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-06-18 02:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.33 - - [2026-06-18 02:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.33 - - [2026-06-18 02:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-06-18 02:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-06-18 02:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000582 [API:8081]10.0.0.27 - - [2026-06-18 02:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-06-18 02:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-06-18 02:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2026-06-18 02:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.33 - - [2026-06-18 02:08:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053169 [API:8081]10.0.0.33 - - [2026-06-18 02:09:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.056266 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:09:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002950 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003876 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.006881 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004126 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:09:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.006335 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003731 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003261 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004108 [API:8081]10.0.0.27 - - [2026-06-18 02:10:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.27 - - [2026-06-18 02:10:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.135762 [API:8081]10.0.0.27 - - [2026-06-18 02:10:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1678 0.085900 [API:8081]10.0.0.27 - - [2026-06-18 02:10:18] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-06-18 02:10:18] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.23 - - [2026-06-18 02:10:47] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-06-18 02:10:47] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.33 - - [2026-06-18 02:10:47] "GET /analytics HTTP/1.1" 401 205 0.000209 [API:8081]10.0.0.33 - - [2026-06-18 02:10:47] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.33 - - [2026-06-18 02:11:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046767 [API:8081]10.0.0.33 - - [2026-06-18 02:12:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.047053 [API:8081]10.0.0.33 - - [2026-06-18 02:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-06-18 02:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.23 - - [2026-06-18 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.23 - - [2026-06-18 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.33 - - [2026-06-18 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.33 - - [2026-06-18 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.23 - - [2026-06-18 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.23 - - [2026-06-18 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-06-18 02:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.27 - - [2026-06-18 02:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2026-06-18 02:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000471 [API:8081]10.0.0.27 - - [2026-06-18 02:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-06-18 02:14:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069284 [API:8081]10.0.0.33 - - [2026-06-18 02:15:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.069036 [API:8081]10.0.0.27 - - [2026-06-18 02:15:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.27 - - [2026-06-18 02:15:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.066599 [API:8081]10.0.0.27 - - [2026-06-18 02:15:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2450 0.058571 [API:8081]10.0.0.33 - - [2026-06-18 02:17:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047987 [API:8081]10.0.0.27 - - [2026-06-18 02:17:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1664 0.007813 [API:8081]10.0.0.33 - - [2026-06-18 02:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-06-18 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.23 - - [2026-06-18 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-06-18 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-06-18 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-06-18 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-06-18 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-06-18 02:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-06-18 02:17:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1892 0.007681 [API:8081]10.0.0.27 - - [2026-06-18 02:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.27 - - [2026-06-18 02:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2026-06-18 02:17:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2120 0.038279 [API:8081]10.0.0.27 - - [2026-06-18 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.27 - - [2026-06-18 02:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000334 [API:8081]10.0.0.27 - - [2026-06-18 02:18:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2348 0.010414 [API:8081]10.0.0.33 - - [2026-06-18 02:18:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.043758 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:19:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002676 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002495 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002715 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002422 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:19:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002738 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002174 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002616 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002425 [API:8081]10.0.0.27 - - [2026-06-18 02:20:18] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.27 - - [2026-06-18 02:20:18] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.33 - - [2026-06-18 02:20:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054988 [API:8081]10.0.0.23 - - [2026-06-18 02:20:47] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-06-18 02:20:47] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.33 - - [2026-06-18 02:20:47] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.33 - - [2026-06-18 02:20:47] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.27 - - [2026-06-18 02:21:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.061454 [API:8081]10.0.0.27 - - [2026-06-18 02:21:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12981 0.052104 [API:8081]10.0.0.27 - - [2026-06-18 02:21:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.027196 [API:8081]10.0.0.27 - - [2026-06-18 02:21:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12981 0.018910 [API:8081]10.0.0.27 - - [2026-06-18 02:21:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.021941 [API:8081]10.0.0.27 - - [2026-06-18 02:21:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12981 0.022119 [API:8081]10.0.0.27 - - [2026-06-18 02:21:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.033504 [API:8081]10.0.0.27 - - [2026-06-18 02:21:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12981 0.025950 [API:8081]10.0.0.27 - - [2026-06-18 02:21:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.023519 [API:8081]10.0.0.27 - - [2026-06-18 02:21:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12981 0.021013 [API:8081]10.0.0.27 - - [2026-06-18 02:21:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.044469 [API:8081]10.0.0.27 - - [2026-06-18 02:21:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12981 0.026767 [API:8081]10.0.0.33 - - [2026-06-18 02:21:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.048092 [API:8081]10.0.0.27 - - [2026-06-18 02:21:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.019365 [API:8081]10.0.0.27 - - [2026-06-18 02:21:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12585 0.020113 [API:8081]10.0.0.27 - - [2026-06-18 02:21:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-09722610:ctest-vnet1-37502164?flat HTTP/1.1" 200 8248 0.011352 [API:8081]10.0.0.27 - - [2026-06-18 02:21:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008482 [API:8081]10.0.0.27 - - [2026-06-18 02:21:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.032477 [API:8081]10.0.0.27 - - [2026-06-18 02:21:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12991 0.026201 [API:8081]10.0.0.27 - - [2026-06-18 02:21:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.020374 [API:8081]10.0.0.27 - - [2026-06-18 02:21:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12991 0.020809 [API:8081]10.0.0.27 - - [2026-06-18 02:21:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.020816 [API:8081]10.0.0.27 - - [2026-06-18 02:21:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12991 0.023747 [API:8081]10.0.0.27 - - [2026-06-18 02:21:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.022715 [API:8081]10.0.0.27 - - [2026-06-18 02:21:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12991 0.022572 [API:8081]10.0.0.27 - - [2026-06-18 02:21:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.034971 [API:8081]10.0.0.27 - - [2026-06-18 02:21:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12991 0.031185 [API:8081]10.0.0.27 - - [2026-06-18 02:21:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24564 0.020827 [API:8081]10.0.0.27 - - [2026-06-18 02:21:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12757 0.039809 [API:8081]10.0.0.27 - - [2026-06-18 02:21:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-09722610:ctest-vnet0-67064973?flat HTTP/1.1" 200 8246 0.021706 [API:8081]10.0.0.27 - - [2026-06-18 02:21:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.012957 [API:8081]10.0.0.27 - - [2026-06-18 02:21:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.010364 [API:8081]10.0.0.33 - - [2026-06-18 02:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.33 - - [2026-06-18 02:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-06-18 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-06-18 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-06-18 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.33 - - [2026-06-18 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.23 - - [2026-06-18 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-06-18 02:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2026-06-18 02:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2026-06-18 02:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-06-18 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-06-18 02:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-06-18 02:23:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062502 [API:8081]10.0.0.27 - - [2026-06-18 02:23:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-06-18 02:23:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.047839 [API:8081]10.0.0.33 - - [2026-06-18 02:24:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.050646 [API:8081]10.0.0.27 - - [2026-06-18 02:24:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.063663 [API:8081]10.0.0.27 - - [2026-06-18 02:24:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13026 0.020274 [API:8081]10.0.0.27 - - [2026-06-18 02:24:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.050918 [API:8081]10.0.0.27 - - [2026-06-18 02:24:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13026 0.030056 [API:8081]10.0.0.27 - - [2026-06-18 02:24:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.024236 [API:8081]10.0.0.27 - - [2026-06-18 02:24:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13026 0.022335 [API:8081]10.0.0.27 - - [2026-06-18 02:24:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.023339 [API:8081]10.0.0.27 - - [2026-06-18 02:24:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13026 0.021754 [API:8081]10.0.0.27 - - [2026-06-18 02:24:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.026277 [API:8081]10.0.0.27 - - [2026-06-18 02:24:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12588 0.030922 [API:8081]10.0.0.27 - - [2026-06-18 02:24:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-45770931:ctest-vnet0-57960043?flat HTTP/1.1" 200 7200 0.011318 [API:8081]10.0.0.27 - - [2026-06-18 02:24:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009034 [API:8081]10.0.0.27 - - [2026-06-18 02:24:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.27 - - [2026-06-18 02:24:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1454 0.049557 [API:8081]10.0.0.27 - - [2026-06-18 02:25:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.27 - - [2026-06-18 02:25:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.051470 [API:8081]10.0.0.27 - - [2026-06-18 02:25:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.061988 [API:8081]10.0.0.27 - - [2026-06-18 02:25:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1838 0.042675 [API:8081]10.0.0.27 - - [2026-06-18 02:26:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-94223742:80a315ca-3cff-4883-bdf9-a224342bb785?flat HTTP/1.1" 200 5224 0.013382 [API:8081]10.0.0.27 - - [2026-06-18 02:26:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-94223742:80a315ca-3cff-4883-bdf9-a224342bb785?flat HTTP/1.1" 200 5224 0.013491 [API:8081]10.0.0.27 - - [2026-06-18 02:26:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-94223742:80a315ca-3cff-4883-bdf9-a224342bb785?flat HTTP/1.1" 200 5224 0.012247 [API:8081]10.0.0.27 - - [2026-06-18 02:26:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-94223742:ctest-VN1-74511330?flat HTTP/1.1" 200 8547 0.018268 [API:8081]10.0.0.27 - - [2026-06-18 02:26:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.024926 [API:8081]10.0.0.27 - - [2026-06-18 02:26:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13313 0.021670 [API:8081]10.0.0.27 - - [2026-06-18 02:26:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.020462 [API:8081]10.0.0.27 - - [2026-06-18 02:26:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13313 0.021492 [API:8081]10.0.0.27 - - [2026-06-18 02:26:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008992 [API:8081]10.0.0.27 - - [2026-06-18 02:26:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-94223742:dd6e274d-caf7-4a09-b321-9a7e866e260a?flat HTTP/1.1" 200 5099 0.020501 [API:8081]10.0.0.27 - - [2026-06-18 02:26:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-94223742:dd6e274d-caf7-4a09-b321-9a7e866e260a?flat HTTP/1.1" 200 5099 0.016029 [API:8081]10.0.0.27 - - [2026-06-18 02:26:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-94223742:dd6e274d-caf7-4a09-b321-9a7e866e260a?flat HTTP/1.1" 200 5099 0.014404 [API:8081]10.0.0.27 - - [2026-06-18 02:26:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-94223742:ctest-VN2-37743869?flat HTTP/1.1" 200 7866 0.018451 [API:8081]10.0.0.27 - - [2026-06-18 02:26:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.020362 [API:8081]10.0.0.27 - - [2026-06-18 02:26:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12968 0.020268 [API:8081]10.0.0.27 - - [2026-06-18 02:26:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.020241 [API:8081]10.0.0.27 - - [2026-06-18 02:26:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12968 0.023889 [API:8081]10.0.0.27 - - [2026-06-18 02:26:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009428 [API:8081]10.0.0.27 - - [2026-06-18 02:26:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-94223742:38d03e03-b41d-4300-ae8a-3091e873ae78?flat HTTP/1.1" 200 5469 0.014314 [API:8081]10.0.0.27 - - [2026-06-18 02:26:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-94223742:38d03e03-b41d-4300-ae8a-3091e873ae78?flat HTTP/1.1" 200 5469 0.012304 [API:8081]10.0.0.27 - - [2026-06-18 02:26:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-94223742:38d03e03-b41d-4300-ae8a-3091e873ae78?flat HTTP/1.1" 200 5469 0.015800 [API:8081]10.0.0.27 - - [2026-06-18 02:26:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-94223742:ctest-VN3-04211003?flat HTTP/1.1" 200 9041 0.016455 [API:8081]10.0.0.27 - - [2026-06-18 02:26:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24579 0.023478 [API:8081]10.0.0.27 - - [2026-06-18 02:26:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13323 0.020753 [API:8081]10.0.0.27 - - [2026-06-18 02:26:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24579 0.020272 [API:8081]10.0.0.27 - - [2026-06-18 02:26:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13323 0.022149 [API:8081]10.0.0.27 - - [2026-06-18 02:26:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008929 [API:8081]10.0.0.33 - - [2026-06-18 02:26:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050975 [API:8081]10.0.0.27 - - [2026-06-18 02:26:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020171 [API:8081]10.0.0.27 - - [2026-06-18 02:26:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13325 0.020521 [API:8081]10.0.0.27 - - [2026-06-18 02:26:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020444 [API:8081]10.0.0.27 - - [2026-06-18 02:26:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13325 0.022891 [API:8081]10.0.0.27 - - [2026-06-18 02:26:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020657 [API:8081]10.0.0.27 - - [2026-06-18 02:26:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13325 0.020585 [API:8081]10.0.0.27 - - [2026-06-18 02:26:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.030937 [API:8081]10.0.0.27 - - [2026-06-18 02:26:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12961 0.029898 [API:8081]10.0.0.27 - - [2026-06-18 02:26:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-94223742:ctest-VN3-04211003?flat HTTP/1.1" 200 6215 0.012580 [API:8081]10.0.0.27 - - [2026-06-18 02:26:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010170 [API:8081]10.0.0.27 - - [2026-06-18 02:26:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.020544 [API:8081]10.0.0.27 - - [2026-06-18 02:26:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12976 0.021118 [API:8081]10.0.0.27 - - [2026-06-18 02:26:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.026583 [API:8081]10.0.0.27 - - [2026-06-18 02:26:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12586 0.031115 [API:8081]10.0.0.27 - - [2026-06-18 02:26:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-94223742:ctest-VN2-37743869?flat HTTP/1.1" 200 6560 0.016057 [API:8081]10.0.0.27 - - [2026-06-18 02:26:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012576 [API:8081]10.0.0.27 - - [2026-06-18 02:26:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.023337 [API:8081]10.0.0.27 - - [2026-06-18 02:26:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12961 0.020661 [API:8081]10.0.0.27 - - [2026-06-18 02:27:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.024904 [API:8081]10.0.0.27 - - [2026-06-18 02:27:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12961 0.026800 [API:8081]10.0.0.27 - - [2026-06-18 02:27:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.021318 [API:8081]10.0.0.27 - - [2026-06-18 02:27:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12961 0.020228 [API:8081]10.0.0.27 - - [2026-06-18 02:27:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.026233 [API:8081]10.0.0.27 - - [2026-06-18 02:27:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12961 0.026100 [API:8081]10.0.0.27 - - [2026-06-18 02:27:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020800 [API:8081]10.0.0.27 - - [2026-06-18 02:27:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12961 0.025832 [API:8081]10.0.0.27 - - [2026-06-18 02:27:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.021240 [API:8081]10.0.0.27 - - [2026-06-18 02:27:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12961 0.019315 [API:8081]10.0.0.27 - - [2026-06-18 02:27:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.021737 [API:8081]10.0.0.27 - - [2026-06-18 02:27:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12588 0.024584 [API:8081]10.0.0.27 - - [2026-06-18 02:27:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-94223742:ctest-VN1-74511330?flat HTTP/1.1" 200 6766 0.013696 [API:8081]10.0.0.27 - - [2026-06-18 02:27:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008252 [API:8081]10.0.0.33 - - [2026-06-18 02:27:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.078952 [API:8081]10.0.0.27 - - [2026-06-18 02:27:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-06-18 02:27:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.040593 [API:8081]10.0.0.27 - - [2026-06-18 02:27:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.046175 [API:8081]10.0.0.27 - - [2026-06-18 02:27:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1874 0.042576 [API:8081]10.0.0.33 - - [2026-06-18 02:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000426 [API:8081]10.0.0.33 - - [2026-06-18 02:27:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-06-18 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-06-18 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.33 - - [2026-06-18 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.33 - - [2026-06-18 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-06-18 02:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-06-18 02:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2026-06-18 02:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000325 [API:8081]10.0.0.27 - - [2026-06-18 02:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.27 - - [2026-06-18 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2026-06-18 02:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000399 [API:8081]10.0.0.27 - - [2026-06-18 02:28:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:a5882c8e-59bc-415d-a618-4bc348d36166?flat HTTP/1.1" 200 5369 0.017205 [API:8081]10.0.0.27 - - [2026-06-18 02:28:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:a5882c8e-59bc-415d-a618-4bc348d36166?flat HTTP/1.1" 200 5369 0.016181 [API:8081]10.0.0.27 - - [2026-06-18 02:28:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:a5882c8e-59bc-415d-a618-4bc348d36166?flat HTTP/1.1" 200 5369 0.013255 [API:8081]10.0.0.27 - - [2026-06-18 02:28:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:a5882c8e-59bc-415d-a618-4bc348d36166?flat HTTP/1.1" 200 5369 0.022044 [API:8081]10.0.0.27 - - [2026-06-18 02:28:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35053638:ctest-VN1-96573138?flat HTTP/1.1" 200 9460 0.018671 [API:8081]10.0.0.27 - - [2026-06-18 02:28:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.026363 [API:8081]10.0.0.27 - - [2026-06-18 02:28:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13354 0.019711 [API:8081]10.0.0.27 - - [2026-06-18 02:28:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019736 [API:8081]10.0.0.27 - - [2026-06-18 02:28:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13354 0.021591 [API:8081]10.0.0.27 - - [2026-06-18 02:28:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011840 [API:8081]10.0.0.27 - - [2026-06-18 02:28:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:b334bbe5-625c-47db-af92-df4214a5f45f?flat HTTP/1.1" 200 5624 0.012693 [API:8081]10.0.0.27 - - [2026-06-18 02:28:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:b334bbe5-625c-47db-af92-df4214a5f45f?flat HTTP/1.1" 200 5624 0.014129 [API:8081]10.0.0.27 - - [2026-06-18 02:28:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:b334bbe5-625c-47db-af92-df4214a5f45f?flat HTTP/1.1" 200 5624 0.013570 [API:8081]10.0.0.27 - - [2026-06-18 02:28:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:b334bbe5-625c-47db-af92-df4214a5f45f?flat HTTP/1.1" 200 5624 0.020123 [API:8081]10.0.0.27 - - [2026-06-18 02:28:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35053638:ctest-VN2-30629895?flat HTTP/1.1" 200 10354 0.022124 [API:8081]10.0.0.27 - - [2026-06-18 02:28:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.030788 [API:8081]10.0.0.27 - - [2026-06-18 02:28:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13003 0.022301 [API:8081]10.0.0.27 - - [2026-06-18 02:28:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24573 0.029482 [API:8081]10.0.0.27 - - [2026-06-18 02:28:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13003 0.022777 [API:8081]10.0.0.27 - - [2026-06-18 02:28:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012076 [API:8081]10.0.0.27 - - [2026-06-18 02:28:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:293cb58f-62f3-405b-b303-24fa2e226aff?flat HTTP/1.1" 200 5222 0.016018 [API:8081]10.0.0.27 - - [2026-06-18 02:28:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:293cb58f-62f3-405b-b303-24fa2e226aff?flat HTTP/1.1" 200 5222 0.013350 [API:8081]10.0.0.27 - - [2026-06-18 02:28:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:293cb58f-62f3-405b-b303-24fa2e226aff?flat HTTP/1.1" 200 5222 0.017917 [API:8081]10.0.0.27 - - [2026-06-18 02:28:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35053638:293cb58f-62f3-405b-b303-24fa2e226aff?flat HTTP/1.1" 200 5222 0.014029 [API:8081]10.0.0.27 - - [2026-06-18 02:28:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35053638:ctest-VN3-76946697?flat HTTP/1.1" 200 8207 0.019648 [API:8081]10.0.0.27 - - [2026-06-18 02:28:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.020184 [API:8081]10.0.0.27 - - [2026-06-18 02:28:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13354 0.019984 [API:8081]10.0.0.27 - - [2026-06-18 02:28:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019817 [API:8081]10.0.0.27 - - [2026-06-18 02:28:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13354 0.020636 [API:8081]10.0.0.27 - - [2026-06-18 02:28:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008934 [API:8081]10.0.0.27 - - [2026-06-18 02:29:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.030322 [API:8081]10.0.0.27 - - [2026-06-18 02:29:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13362 0.020482 [API:8081]10.0.0.27 - - [2026-06-18 02:29:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021745 [API:8081]10.0.0.27 - - [2026-06-18 02:29:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13362 0.022623 [API:8081]10.0.0.27 - - [2026-06-18 02:29:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019423 [API:8081]10.0.0.27 - - [2026-06-18 02:29:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13362 0.023694 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:29:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002836 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002697 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002670 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002599 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:29:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003443 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003226 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002791 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002622 [API:8081]10.0.0.27 - - [2026-06-18 02:29:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021463 [API:8081]10.0.0.27 - - [2026-06-18 02:29:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.020630 [API:8081]10.0.0.27 - - [2026-06-18 02:29:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35053638:ctest-VN3-76946697?flat HTTP/1.1" 200 6968 0.011976 [API:8081]10.0.0.27 - - [2026-06-18 02:29:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009134 [API:8081]10.0.0.27 - - [2026-06-18 02:29:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24575 0.030144 [API:8081]10.0.0.27 - - [2026-06-18 02:29:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13002 0.030455 [API:8081]10.0.0.27 - - [2026-06-18 02:29:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020521 [API:8081]10.0.0.27 - - [2026-06-18 02:29:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12594 0.025540 [API:8081]10.0.0.27 - - [2026-06-18 02:29:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35053638:ctest-VN2-30629895?flat HTTP/1.1" 200 7320 0.014712 [API:8081]10.0.0.27 - - [2026-06-18 02:29:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012208 [API:8081]10.0.0.27 - - [2026-06-18 02:29:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.029214 [API:8081]10.0.0.27 - - [2026-06-18 02:29:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.028920 [API:8081]10.0.0.33 - - [2026-06-18 02:29:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048005 [API:8081]10.0.0.27 - - [2026-06-18 02:29:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021006 [API:8081]10.0.0.27 - - [2026-06-18 02:29:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.019180 [API:8081]10.0.0.27 - - [2026-06-18 02:29:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019600 [API:8081]10.0.0.27 - - [2026-06-18 02:29:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.020416 [API:8081]10.0.0.27 - - [2026-06-18 02:29:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021474 [API:8081]10.0.0.27 - - [2026-06-18 02:29:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.020774 [API:8081]10.0.0.27 - - [2026-06-18 02:29:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.023097 [API:8081]10.0.0.27 - - [2026-06-18 02:29:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.021222 [API:8081]10.0.0.27 - - [2026-06-18 02:29:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021154 [API:8081]10.0.0.27 - - [2026-06-18 02:29:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.021904 [API:8081]10.0.0.27 - - [2026-06-18 02:29:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.033051 [API:8081]10.0.0.27 - - [2026-06-18 02:29:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12592 0.032665 [API:8081]10.0.0.27 - - [2026-06-18 02:29:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35053638:ctest-VN1-96573138?flat HTTP/1.1" 200 7655 0.019738 [API:8081]10.0.0.27 - - [2026-06-18 02:29:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011322 [API:8081]10.0.0.27 - - [2026-06-18 02:29:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.27 - - [2026-06-18 02:29:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.062395 [API:8081]10.0.0.27 - - [2026-06-18 02:30:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.058731 [API:8081]10.0.0.27 - - [2026-06-18 02:30:18] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2026-06-18 02:30:18] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.33 - - [2026-06-18 02:30:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.051714 [API:8081]10.0.0.23 - - [2026-06-18 02:30:47] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-06-18 02:30:47] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.33 - - [2026-06-18 02:30:48] "GET /analytics HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-06-18 02:30:48] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2026-06-18 02:31:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.27 - - [2026-06-18 02:31:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.049565 [API:8081]10.0.0.33 - - [2026-06-18 02:32:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055364 [API:8081]10.0.0.33 - - [2026-06-18 02:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-06-18 02:32:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-06-18 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-06-18 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-06-18 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-06-18 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000606 [API:8081]10.0.0.23 - - [2026-06-18 02:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-06-18 02:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2026-06-18 02:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000473 [API:8081]10.0.0.27 - - [2026-06-18 02:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-06-18 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.27 - - [2026-06-18 02:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2026-06-18 02:33:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.063799 [API:8081]10.0.0.27 - - [2026-06-18 02:33:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13024 0.026378 [API:8081]10.0.0.33 - - [2026-06-18 02:33:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.053114 [API:8081]10.0.0.27 - - [2026-06-18 02:33:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.021917 [API:8081]10.0.0.27 - - [2026-06-18 02:33:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13024 0.028495 [API:8081]10.0.0.27 - - [2026-06-18 02:33:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.056335 [API:8081]10.0.0.27 - - [2026-06-18 02:33:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13024 0.023238 [API:8081]10.0.0.27 - - [2026-06-18 02:33:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.030183 [API:8081]10.0.0.27 - - [2026-06-18 02:33:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13024 0.021948 [API:8081]10.0.0.27 - - [2026-06-18 02:33:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.021206 [API:8081]10.0.0.27 - - [2026-06-18 02:33:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13024 0.021492 [API:8081]10.0.0.27 - - [2026-06-18 02:33:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.035042 [API:8081]10.0.0.27 - - [2026-06-18 02:33:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12590 0.022826 [API:8081]10.0.0.27 - - [2026-06-18 02:33:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-28010092:ctest-vnet0-55356573?flat HTTP/1.1" 200 7968 0.014335 [API:8081]10.0.0.27 - - [2026-06-18 02:33:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009094 [API:8081]10.0.0.27 - - [2026-06-18 02:34:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.27 - - [2026-06-18 02:34:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1438 0.063180 [API:8081]10.0.0.27 - - [2026-06-18 02:34:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1662 0.042727 [API:8081]10.0.0.33 - - [2026-06-18 02:35:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047222 [API:8081]10.0.0.27 - - [2026-06-18 02:36:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.020539 [API:8081]10.0.0.27 - - [2026-06-18 02:36:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12996 0.021766 [API:8081]10.0.0.27 - - [2026-06-18 02:36:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.065955 [API:8081]10.0.0.27 - - [2026-06-18 02:36:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12996 0.021404 [API:8081]10.0.0.27 - - [2026-06-18 02:36:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.021368 [API:8081]10.0.0.27 - - [2026-06-18 02:36:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12594 0.024243 [API:8081]10.0.0.27 - - [2026-06-18 02:36:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-49871442:ctest-vnet1-35263942?flat HTTP/1.1" 200 7307 0.012403 [API:8081]10.0.0.27 - - [2026-06-18 02:36:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009349 [API:8081]10.0.0.27 - - [2026-06-18 02:36:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.025242 [API:8081]10.0.0.27 - - [2026-06-18 02:36:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13011 0.026981 [API:8081]10.0.0.27 - - [2026-06-18 02:36:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.021961 [API:8081]10.0.0.27 - - [2026-06-18 02:36:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13011 0.027825 [API:8081]10.0.0.33 - - [2026-06-18 02:36:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.059311 [API:8081]10.0.0.27 - - [2026-06-18 02:36:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.021181 [API:8081]10.0.0.27 - - [2026-06-18 02:36:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13011 0.022811 [API:8081]10.0.0.27 - - [2026-06-18 02:36:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.019295 [API:8081]10.0.0.27 - - [2026-06-18 02:36:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13011 0.020220 [API:8081]10.0.0.27 - - [2026-06-18 02:36:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.020943 [API:8081]10.0.0.27 - - [2026-06-18 02:36:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13011 0.021780 [API:8081]10.0.0.27 - - [2026-06-18 02:36:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.020158 [API:8081]10.0.0.27 - - [2026-06-18 02:36:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12598 0.035135 [API:8081]10.0.0.27 - - [2026-06-18 02:36:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-49871442:ctest-vnet0-42430900?flat HTTP/1.1" 200 6960 0.015463 [API:8081]10.0.0.27 - - [2026-06-18 02:36:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008384 [API:8081]10.0.0.27 - - [2026-06-18 02:37:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-18 02:37:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1450 0.051589 [API:8081]10.0.0.27 - - [2026-06-18 02:37:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.044938 [API:8081]10.0.0.33 - - [2026-06-18 02:37:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000330 [API:8081]10.0.0.33 - - [2026-06-18 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.23 - - [2026-06-18 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-06-18 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.33 - - [2026-06-18 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.33 - - [2026-06-18 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.23 - - [2026-06-18 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-06-18 02:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-06-18 02:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.27 - - [2026-06-18 02:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.27 - - [2026-06-18 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.27 - - [2026-06-18 02:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.33 - - [2026-06-18 02:38:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.045715 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:39:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003177 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002730 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002750 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002594 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:39:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002934 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002906 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002959 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002595 [API:8081]10.0.0.33 - - [2026-06-18 02:39:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.054614 [API:8081]10.0.0.27 - - [2026-06-18 02:40:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.046991 [API:8081]10.0.0.27 - - [2026-06-18 02:40:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13022 0.069048 [API:8081]10.0.0.27 - - [2026-06-18 02:40:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.028727 [API:8081]10.0.0.27 - - [2026-06-18 02:40:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13022 0.022320 [API:8081]10.0.0.27 - - [2026-06-18 02:40:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019765 [API:8081]10.0.0.27 - - [2026-06-18 02:40:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13022 0.021067 [API:8081]10.0.0.27 - - [2026-06-18 02:40:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.020960 [API:8081]10.0.0.27 - - [2026-06-18 02:40:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13022 0.019697 [API:8081]10.0.0.27 - - [2026-06-18 02:40:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.021885 [API:8081]10.0.0.27 - - [2026-06-18 02:40:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13022 0.019554 [API:8081]10.0.0.27 - - [2026-06-18 02:40:18] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-06-18 02:40:18] "GET /analytics HTTP/1.1" 401 205 0.000172 [API:8081]10.0.0.27 - - [2026-06-18 02:40:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.022115 [API:8081]10.0.0.27 - - [2026-06-18 02:40:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13022 0.022018 [API:8081]10.0.0.27 - - [2026-06-18 02:40:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019674 [API:8081]10.0.0.27 - - [2026-06-18 02:40:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12582 0.023407 [API:8081]10.0.0.27 - - [2026-06-18 02:40:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-65742536:ctest-vnet1-17167154?flat HTTP/1.1" 200 8070 0.012640 [API:8081]10.0.0.27 - - [2026-06-18 02:40:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009183 [API:8081]10.0.0.27 - - [2026-06-18 02:40:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.026733 [API:8081]10.0.0.27 - - [2026-06-18 02:40:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13029 0.026002 [API:8081]10.0.0.27 - - [2026-06-18 02:40:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.025371 [API:8081]10.0.0.27 - - [2026-06-18 02:40:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13029 0.019286 [API:8081]10.0.0.27 - - [2026-06-18 02:40:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.022820 [API:8081]10.0.0.27 - - [2026-06-18 02:40:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13029 0.024111 [API:8081]10.0.0.27 - - [2026-06-18 02:40:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.021973 [API:8081]10.0.0.27 - - [2026-06-18 02:40:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13029 0.022265 [API:8081]10.0.0.27 - - [2026-06-18 02:40:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.024444 [API:8081]10.0.0.27 - - [2026-06-18 02:40:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13029 0.022876 [API:8081]10.0.0.27 - - [2026-06-18 02:40:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.029298 [API:8081]10.0.0.27 - - [2026-06-18 02:40:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13029 0.021994 [API:8081]10.0.0.27 - - [2026-06-18 02:40:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.030576 [API:8081]10.0.0.27 - - [2026-06-18 02:40:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12596 0.023598 [API:8081]10.0.0.27 - - [2026-06-18 02:40:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-65742536:ctest-vnet0-94855988?flat HTTP/1.1" 200 7710 0.012435 [API:8081]10.0.0.27 - - [2026-06-18 02:40:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008074 [API:8081]10.0.0.23 - - [2026-06-18 02:40:47] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-06-18 02:40:47] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.33 - - [2026-06-18 02:40:48] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.33 - - [2026-06-18 02:40:48] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.33 - - [2026-06-18 02:41:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052528 [API:8081]10.0.0.33 - - [2026-06-18 02:42:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.051576 [API:8081]10.0.0.33 - - [2026-06-18 02:42:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.33 - - [2026-06-18 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.23 - - [2026-06-18 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-06-18 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.33 - - [2026-06-18 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.33 - - [2026-06-18 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.23 - - [2026-06-18 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.23 - - [2026-06-18 02:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-18 02:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.27 - - [2026-06-18 02:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2026-06-18 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2026-06-18 02:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000347 [API:8081]10.0.0.33 - - [2026-06-18 02:44:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060681 [API:8081]10.0.0.27 - - [2026-06-18 02:45:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-06-18 02:45:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.068661 [API:8081]10.0.0.33 - - [2026-06-18 02:45:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.056463 [API:8081]10.0.0.27 - - [2026-06-18 02:46:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.048755 [API:8081]10.0.0.33 - - [2026-06-18 02:47:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.091497 [API:8081]10.0.0.27 - - [2026-06-18 02:47:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-06-18 02:47:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.053074 [API:8081]10.0.0.33 - - [2026-06-18 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.33 - - [2026-06-18 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-06-18 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-06-18 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.33 - - [2026-06-18 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.33 - - [2026-06-18 02:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-06-18 02:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.23 - - [2026-06-18 02:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2026-06-18 02:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2026-06-18 02:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.27 - - [2026-06-18 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-06-18 02:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.27 - - [2026-06-18 02:48:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729:9498256a-a830-4e84-90a6-e57210850c21?flat HTTP/1.1" 200 5827 0.058876 [API:8081]10.0.0.27 - - [2026-06-18 02:48:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729:9498256a-a830-4e84-90a6-e57210850c21?flat HTTP/1.1" 200 5827 0.042635 [API:8081]10.0.0.27 - - [2026-06-18 02:48:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729:9498256a-a830-4e84-90a6-e57210850c21?flat HTTP/1.1" 200 5827 0.013091 [API:8081]10.0.0.27 - - [2026-06-18 02:48:39] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729-74419323?flat HTTP/1.1" 200 10800 0.015656 [API:8081]10.0.0.27 - - [2026-06-18 02:48:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.021846 [API:8081]10.0.0.27 - - [2026-06-18 02:48:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13186 0.021466 [API:8081]10.0.0.27 - - [2026-06-18 02:48:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.021417 [API:8081]10.0.0.27 - - [2026-06-18 02:48:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13186 0.019369 [API:8081]10.0.0.27 - - [2026-06-18 02:48:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008078 [API:8081]10.0.0.33 - - [2026-06-18 02:48:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.053877 [API:8081]10.0.0.27 - - [2026-06-18 02:48:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729:fe3cd82e-8eab-4290-ba40-570263e168fa?flat HTTP/1.1" 200 5956 0.012564 [API:8081]10.0.0.27 - - [2026-06-18 02:48:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729:fe3cd82e-8eab-4290-ba40-570263e168fa?flat HTTP/1.1" 200 5956 0.013221 [API:8081]10.0.0.27 - - [2026-06-18 02:48:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729:fe3cd82e-8eab-4290-ba40-570263e168fa?flat HTTP/1.1" 200 5956 0.014189 [API:8081]10.0.0.27 - - [2026-06-18 02:48:55] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729-74419323?flat HTTP/1.1" 200 13381 0.021119 [API:8081]10.0.0.27 - - [2026-06-18 02:48:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.023997 [API:8081]10.0.0.27 - - [2026-06-18 02:48:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13182 0.026410 [API:8081]10.0.0.27 - - [2026-06-18 02:48:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.036802 [API:8081]10.0.0.27 - - [2026-06-18 02:48:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13182 0.021142 [API:8081]10.0.0.27 - - [2026-06-18 02:48:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011183 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:49:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002797 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002820 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002690 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002908 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:49:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002857 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002256 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002222 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002173 [API:8081]10.0.0.27 - - [2026-06-18 02:49:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.021279 [API:8081]10.0.0.27 - - [2026-06-18 02:49:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13215 0.020561 [API:8081]10.0.0.27 - - [2026-06-18 02:50:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.022142 [API:8081]10.0.0.27 - - [2026-06-18 02:50:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13215 0.022159 [API:8081]10.0.0.27 - - [2026-06-18 02:50:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.024280 [API:8081]10.0.0.27 - - [2026-06-18 02:50:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13215 0.025885 [API:8081]10.0.0.27 - - [2026-06-18 02:50:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.020203 [API:8081]10.0.0.27 - - [2026-06-18 02:50:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13215 0.021281 [API:8081]10.0.0.27 - - [2026-06-18 02:50:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.031529 [API:8081]10.0.0.27 - - [2026-06-18 02:50:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13215 0.022004 [API:8081]10.0.0.27 - - [2026-06-18 02:50:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.022502 [API:8081]10.0.0.27 - - [2026-06-18 02:50:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13215 0.022839 [API:8081]10.0.0.27 - - [2026-06-18 02:50:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.020423 [API:8081]10.0.0.27 - - [2026-06-18 02:50:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13215 0.023425 [API:8081]10.0.0.27 - - [2026-06-18 02:50:18] "GET /analytics HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.27 - - [2026-06-18 02:50:18] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.27 - - [2026-06-18 02:50:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24614 0.019933 [API:8081]10.0.0.27 - - [2026-06-18 02:50:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13215 0.022107 [API:8081]10.0.0.27 - - [2026-06-18 02:50:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24619 0.022475 [API:8081]10.0.0.27 - - [2026-06-18 02:50:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12620 0.021739 [API:8081]10.0.0.27 - - [2026-06-18 02:50:22] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729-74419323?flat HTTP/1.1" 200 11636 0.016864 [API:8081]10.0.0.27 - - [2026-06-18 02:50:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007856 [API:8081]10.0.0.27 - - [2026-06-18 02:50:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.031200 [API:8081]10.0.0.27 - - [2026-06-18 02:50:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13190 0.026941 [API:8081]10.0.0.27 - - [2026-06-18 02:50:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.020648 [API:8081]10.0.0.27 - - [2026-06-18 02:50:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13190 0.020204 [API:8081]10.0.0.27 - - [2026-06-18 02:50:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.020458 [API:8081]10.0.0.27 - - [2026-06-18 02:50:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13190 0.021427 [API:8081]10.0.0.27 - - [2026-06-18 02:50:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.023981 [API:8081]10.0.0.27 - - [2026-06-18 02:50:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13190 0.019233 [API:8081]10.0.0.27 - - [2026-06-18 02:50:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.034746 [API:8081]10.0.0.27 - - [2026-06-18 02:50:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13190 0.036291 [API:8081]10.0.0.27 - - [2026-06-18 02:50:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.030005 [API:8081]10.0.0.27 - - [2026-06-18 02:50:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13190 0.028775 [API:8081]10.0.0.33 - - [2026-06-18 02:50:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.040927 [API:8081]10.0.0.27 - - [2026-06-18 02:50:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.022063 [API:8081]10.0.0.27 - - [2026-06-18 02:50:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12594 0.046350 [API:8081]10.0.0.27 - - [2026-06-18 02:50:45] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729:ctest-SecurityGroupBasicRegressionTests1Ipv6-69004729-74419323?flat HTTP/1.1" 200 8804 0.015601 [API:8081]10.0.0.27 - - [2026-06-18 02:50:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010385 [API:8081]10.0.0.23 - - [2026-06-18 02:50:47] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.23 - - [2026-06-18 02:50:47] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.33 - - [2026-06-18 02:50:48] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2026-06-18 02:50:48] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.27 - - [2026-06-18 02:50:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-18 02:50:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.048624 [API:8081]10.0.0.27 - - [2026-06-18 02:51:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704:d5ca8c57-2105-4457-b0b8-bed69062a66c?flat HTTP/1.1" 200 5801 0.047843 [API:8081]10.0.0.27 - - [2026-06-18 02:51:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704:d5ca8c57-2105-4457-b0b8-bed69062a66c?flat HTTP/1.1" 200 5801 0.063344 [API:8081]10.0.0.27 - - [2026-06-18 02:51:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704:d5ca8c57-2105-4457-b0b8-bed69062a66c?flat HTTP/1.1" 200 5801 0.013753 [API:8081]10.0.0.27 - - [2026-06-18 02:51:37] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704-40402780?flat HTTP/1.1" 200 10436 0.016567 [API:8081]10.0.0.27 - - [2026-06-18 02:51:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.030743 [API:8081]10.0.0.27 - - [2026-06-18 02:51:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13220 0.023988 [API:8081]10.0.0.27 - - [2026-06-18 02:51:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.028205 [API:8081]10.0.0.27 - - [2026-06-18 02:51:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13220 0.032981 [API:8081]10.0.0.27 - - [2026-06-18 02:51:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009339 [API:8081]10.0.0.33 - - [2026-06-18 02:51:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.051389 [API:8081]10.0.0.27 - - [2026-06-18 02:51:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704:0d2d0ee9-a0e5-4ff4-a768-4387b662834a?flat HTTP/1.1" 200 6045 0.013136 [API:8081]10.0.0.27 - - [2026-06-18 02:51:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704:0d2d0ee9-a0e5-4ff4-a768-4387b662834a?flat HTTP/1.1" 200 6045 0.036216 [API:8081]10.0.0.27 - - [2026-06-18 02:51:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704:0d2d0ee9-a0e5-4ff4-a768-4387b662834a?flat HTTP/1.1" 200 6045 0.016039 [API:8081]10.0.0.27 - - [2026-06-18 02:51:53] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704-40402780?flat HTTP/1.1" 200 13541 0.035739 [API:8081]10.0.0.27 - - [2026-06-18 02:51:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.025071 [API:8081]10.0.0.27 - - [2026-06-18 02:51:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13237 0.025600 [API:8081]10.0.0.27 - - [2026-06-18 02:51:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24622 0.039796 [API:8081]10.0.0.27 - - [2026-06-18 02:51:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13237 0.033327 [API:8081]10.0.0.27 - - [2026-06-18 02:51:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.015601 [API:8081]10.0.0.33 - - [2026-06-18 02:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-06-18 02:52:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-06-18 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-06-18 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.33 - - [2026-06-18 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.33 - - [2026-06-18 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2026-06-18 02:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.23 - - [2026-06-18 02:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-06-18 02:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001450 [API:8081]10.0.0.27 - - [2026-06-18 02:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-06-18 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.27 - - [2026-06-18 02:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2026-06-18 02:53:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24624 0.038618 [API:8081]10.0.0.27 - - [2026-06-18 02:53:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13239 0.021679 [API:8081]10.0.0.27 - - [2026-06-18 02:53:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.024476 [API:8081]10.0.0.27 - - [2026-06-18 02:53:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12616 0.029053 [API:8081]10.0.0.27 - - [2026-06-18 02:53:24] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704-40402780?flat HTTP/1.1" 200 11572 0.017348 [API:8081]10.0.0.27 - - [2026-06-18 02:53:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008142 [API:8081]10.0.0.27 - - [2026-06-18 02:53:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019451 [API:8081]10.0.0.27 - - [2026-06-18 02:53:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13219 0.020455 [API:8081]10.0.0.27 - - [2026-06-18 02:53:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.024508 [API:8081]10.0.0.27 - - [2026-06-18 02:53:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13219 0.027922 [API:8081]10.0.0.27 - - [2026-06-18 02:53:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.025695 [API:8081]10.0.0.27 - - [2026-06-18 02:53:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13219 0.023272 [API:8081]10.0.0.27 - - [2026-06-18 02:53:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021978 [API:8081]10.0.0.27 - - [2026-06-18 02:53:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13219 0.025694 [API:8081]10.0.0.27 - - [2026-06-18 02:53:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020864 [API:8081]10.0.0.27 - - [2026-06-18 02:53:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13219 0.023270 [API:8081]10.0.0.27 - - [2026-06-18 02:53:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.037028 [API:8081]10.0.0.27 - - [2026-06-18 02:53:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12596 0.021165 [API:8081]10.0.0.27 - - [2026-06-18 02:53:44] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704:ctest-SecurityGroupBasicRegressionTests1_contrail-05543704-40402780?flat HTTP/1.1" 200 8419 0.012130 [API:8081]10.0.0.27 - - [2026-06-18 02:53:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008548 [API:8081]10.0.0.33 - - [2026-06-18 02:53:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076500 [API:8081]10.0.0.27 - - [2026-06-18 02:53:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-06-18 02:53:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.048923 [API:8081]10.0.0.27 - - [2026-06-18 02:54:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-23678392:47fc6105-dfe4-4e56-b84d-c606da743430?flat HTTP/1.1" 200 5685 0.056165 [API:8081]10.0.0.27 - - [2026-06-18 02:54:38] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-23678392:47fc6105-dfe4-4e56-b84d-c606da743430?flat HTTP/1.1" 200 5685 0.049395 [API:8081]10.0.0.27 - - [2026-06-18 02:54:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-23678392:47fc6105-dfe4-4e56-b84d-c606da743430?flat HTTP/1.1" 200 5685 0.014681 [API:8081]10.0.0.27 - - [2026-06-18 02:54:39] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-23678392:ctest-SecurityGroupBasicRegressionTests1-23678392-24851876?flat HTTP/1.1" 200 9936 0.022383 [API:8081]10.0.0.27 - - [2026-06-18 02:54:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.035402 [API:8081]10.0.0.27 - - [2026-06-18 02:54:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13158 0.026884 [API:8081]10.0.0.27 - - [2026-06-18 02:54:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020807 [API:8081]10.0.0.27 - - [2026-06-18 02:54:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13158 0.024856 [API:8081]10.0.0.27 - - [2026-06-18 02:54:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009127 [API:8081]10.0.0.33 - - [2026-06-18 02:54:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.047180 [API:8081]10.0.0.27 - - [2026-06-18 02:54:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-23678392:412986d8-0ada-45d1-b855-1584c51254dd?flat HTTP/1.1" 200 5825 0.012469 [API:8081]10.0.0.27 - - [2026-06-18 02:54:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-23678392:412986d8-0ada-45d1-b855-1584c51254dd?flat HTTP/1.1" 200 5825 0.014086 [API:8081]10.0.0.27 - - [2026-06-18 02:54:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-23678392:412986d8-0ada-45d1-b855-1584c51254dd?flat HTTP/1.1" 200 5825 0.017843 [API:8081]10.0.0.27 - - [2026-06-18 02:54:54] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-23678392:ctest-SecurityGroupBasicRegressionTests1-23678392-24851876?flat HTTP/1.1" 200 12546 0.018572 [API:8081]10.0.0.27 - - [2026-06-18 02:54:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.020721 [API:8081]10.0.0.27 - - [2026-06-18 02:54:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13188 0.025640 [API:8081]10.0.0.27 - - [2026-06-18 02:54:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.024711 [API:8081]10.0.0.27 - - [2026-06-18 02:54:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13188 0.020854 [API:8081]10.0.0.27 - - [2026-06-18 02:54:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007773 [API:8081]10.0.0.27 - - [2026-06-18 02:56:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.021305 [API:8081]10.0.0.27 - - [2026-06-18 02:56:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13180 0.022265 [API:8081]10.0.0.27 - - [2026-06-18 02:56:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.037797 [API:8081]10.0.0.27 - - [2026-06-18 02:56:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13180 0.044116 [API:8081]10.0.0.27 - - [2026-06-18 02:56:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.029070 [API:8081]10.0.0.27 - - [2026-06-18 02:56:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13180 0.028276 [API:8081]10.0.0.33 - - [2026-06-18 02:56:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050169 [API:8081]10.0.0.27 - - [2026-06-18 02:56:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.030485 [API:8081]10.0.0.27 - - [2026-06-18 02:56:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12613 0.024955 [API:8081]10.0.0.27 - - [2026-06-18 02:56:52] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-23678392:ctest-SecurityGroupBasicRegressionTests1-23678392-24851876?flat HTTP/1.1" 200 10754 0.026620 [API:8081]10.0.0.27 - - [2026-06-18 02:56:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012390 [API:8081]10.0.0.27 - - [2026-06-18 02:56:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019230 [API:8081]10.0.0.27 - - [2026-06-18 02:56:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13172 0.021888 [API:8081]10.0.0.27 - - [2026-06-18 02:57:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.028382 [API:8081]10.0.0.27 - - [2026-06-18 02:57:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13172 0.022253 [API:8081]10.0.0.27 - - [2026-06-18 02:57:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.027384 [API:8081]10.0.0.27 - - [2026-06-18 02:57:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13172 0.022160 [API:8081]10.0.0.27 - - [2026-06-18 02:57:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.025726 [API:8081]10.0.0.27 - - [2026-06-18 02:57:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13172 0.034921 [API:8081]10.0.0.27 - - [2026-06-18 02:57:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.022042 [API:8081]10.0.0.27 - - [2026-06-18 02:57:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13172 0.022492 [API:8081]10.0.0.27 - - [2026-06-18 02:57:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019215 [API:8081]10.0.0.27 - - [2026-06-18 02:57:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13172 0.020704 [API:8081]10.0.0.27 - - [2026-06-18 02:57:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019913 [API:8081]10.0.0.27 - - [2026-06-18 02:57:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12628 0.023034 [API:8081]10.0.0.27 - - [2026-06-18 02:57:15] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-23678392:ctest-SecurityGroupBasicRegressionTests1-23678392-24851876?flat HTTP/1.1" 200 7967 0.013951 [API:8081]10.0.0.27 - - [2026-06-18 02:57:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007664 [API:8081]10.0.0.27 - - [2026-06-18 02:57:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-06-18 02:57:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.053138 [API:8081]10.0.0.27 - - [2026-06-18 02:57:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.052331 [API:8081]10.0.0.27 - - [2026-06-18 02:57:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.054995 [API:8081]10.0.0.33 - - [2026-06-18 02:57:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.057077 [API:8081]10.0.0.33 - - [2026-06-18 02:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.33 - - [2026-06-18 02:57:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2026-06-18 02:57:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1640 0.007893 [API:8081]10.0.0.23 - - [2026-06-18 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.23 - - [2026-06-18 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.33 - - [2026-06-18 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.33 - - [2026-06-18 02:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-06-18 02:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.23 - - [2026-06-18 02:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2026-06-18 02:57:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.008086 [API:8081]10.0.0.27 - - [2026-06-18 02:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.27 - - [2026-06-18 02:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-06-18 02:57:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2066 0.009450 [API:8081]10.0.0.27 - - [2026-06-18 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.27 - - [2026-06-18 02:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-06-18 02:58:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2290 0.009242 [API:8081]10.0.0.27 - - [2026-06-18 02:58:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2516 0.009951 [API:8081]10.0.0.27 - - [2026-06-18 02:58:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-06-18 02:58:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.049218 [API:8081]10.0.0.27 - - [2026-06-18 02:58:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.050961 [API:8081]10.0.0.27 - - [2026-06-18 02:58:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1860 0.039956 [API:8081]10.0.0.27 - - [2026-06-18 02:58:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1426 0.008420 [API:8081]10.0.0.27 - - [2026-06-18 02:58:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008745 [API:8081]10.0.0.27 - - [2026-06-18 02:58:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1852 0.007851 [API:8081]10.0.0.27 - - [2026-06-18 02:58:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.27 - - [2026-06-18 02:58:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.058064 [API:8081]10.0.0.27 - - [2026-06-18 02:58:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.040030 [API:8081]10.0.0.27 - - [2026-06-18 02:58:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.039679 [API:8081]10.0.0.27 - - [2026-06-18 02:58:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.007575 [API:8081]10.0.0.27 - - [2026-06-18 02:58:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.008053 [API:8081]10.0.0.27 - - [2026-06-18 02:58:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1840 0.008060 [API:8081]10.0.0.27 - - [2026-06-18 02:58:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.010203 [API:8081]10.0.0.27 - - [2026-06-18 02:58:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2282 0.007980 [API:8081]10.0.0.27 - - [2026-06-18 02:59:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.27 - - [2026-06-18 02:59:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1428 0.046171 [API:8081]10.0.0.27 - - [2026-06-18 02:59:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.038550 [API:8081]10.0.0.27 - - [2026-06-18 02:59:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1864 0.043935 [API:8081]10.0.0.27 - - [2026-06-18 02:59:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2096 0.008915 [API:8081]10.0.0.27 - - [2026-06-18 02:59:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2330 0.016360 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:59:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002548 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002536 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002684 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.006370 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:59:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003808 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002697 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002846 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 02:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002210 [API:8081]10.0.0.33 - - [2026-06-18 02:59:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048930 [API:8081]10.0.0.27 - - [2026-06-18 03:00:18] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.27 - - [2026-06-18 03:00:18] "GET /analytics HTTP/1.1" 401 205 0.000548 [API:8081]10.0.0.23 - - [2026-06-18 03:00:47] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-06-18 03:00:47] "GET /analytics HTTP/1.1" 401 205 0.000173 [API:8081]10.0.0.33 - - [2026-06-18 03:00:48] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2026-06-18 03:00:48] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.33 - - [2026-06-18 03:00:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.055603 [API:8081]10.0.0.33 - - [2026-06-18 03:02:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049905 [API:8081]10.0.0.33 - - [2026-06-18 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000368 [API:8081]10.0.0.33 - - [2026-06-18 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.23 - - [2026-06-18 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-06-18 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.33 - - [2026-06-18 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.33 - - [2026-06-18 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.23 - - [2026-06-18 03:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.23 - - [2026-06-18 03:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.27 - - [2026-06-18 03:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2026-06-18 03:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-06-18 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000312 [API:8081]10.0.0.27 - - [2026-06-18 03:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.33 - - [2026-06-18 03:03:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.054218 [API:8081]10.0.0.27 - - [2026-06-18 03:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.27 - - [2026-06-18 03:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1644 0.047334 [API:8081]10.0.0.27 - - [2026-06-18 03:04:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1634 0.053365 [API:8081]10.0.0.33 - - [2026-06-18 03:05:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053360 [API:8081]10.0.0.33 - - [2026-06-18 03:07:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.111853 [API:8081]10.0.0.33 - - [2026-06-18 03:07:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.33 - - [2026-06-18 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-06-18 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.23 - - [2026-06-18 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.33 - - [2026-06-18 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.33 - - [2026-06-18 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-06-18 03:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-06-18 03:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-06-18 03:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2026-06-18 03:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-06-18 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.27 - - [2026-06-18 03:08:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-06-18 03:08:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.27 - - [2026-06-18 03:08:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1626 0.050185 [API:8081]10.0.0.27 - - [2026-06-18 03:08:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2026-06-18 03:08:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.066922 [API:8081]10.0.0.33 - - [2026-06-18 03:09:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.085270 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:09:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004675 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007183 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007781 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002967 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:09:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004709 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002944 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003416 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:09:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004721 [API:8081]10.0.0.33 - - [2026-06-18 03:10:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.061456 [API:8081]10.0.0.27 - - [2026-06-18 03:10:18] "GET /analytics HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.27 - - [2026-06-18 03:10:18] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.23 - - [2026-06-18 03:10:47] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.23 - - [2026-06-18 03:10:47] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.33 - - [2026-06-18 03:10:48] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-06-18 03:10:48] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.33 - - [2026-06-18 03:12:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.399814 [API:8081]10.0.0.27 - - [2026-06-18 03:12:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.27 - - [2026-06-18 03:12:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1416 0.053970 [API:8081]10.0.0.33 - - [2026-06-18 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.33 - - [2026-06-18 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.23 - - [2026-06-18 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.23 - - [2026-06-18 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-06-18 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000306 [API:8081]10.0.0.33 - - [2026-06-18 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-06-18 03:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-06-18 03:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.27 - - [2026-06-18 03:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.27 - - [2026-06-18 03:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.27 - - [2026-06-18 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.27 - - [2026-06-18 03:13:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000337 [API:8081]10.0.0.33 - - [2026-06-18 03:13:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.052699 [API:8081]10.0.0.33 - - [2026-06-18 03:15:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046166 [API:8081]10.0.0.33 - - [2026-06-18 03:16:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.064500 [API:8081]10.0.0.27 - - [2026-06-18 03:16:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-88243383:af6c98a5-6ff7-4207-91b6-d2dc09adedf9?flat HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-06-18 03:16:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-88243383:af6c98a5-6ff7-4207-91b6-d2dc09adedf9?flat HTTP/1.1" 200 5369 0.072530 [API:8081]10.0.0.27 - - [2026-06-18 03:16:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-88243383:af6c98a5-6ff7-4207-91b6-d2dc09adedf9?flat HTTP/1.1" 200 5369 0.062784 [API:8081]10.0.0.27 - - [2026-06-18 03:16:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-88243383:af6c98a5-6ff7-4207-91b6-d2dc09adedf9?flat HTTP/1.1" 200 5369 0.051111 [API:8081]10.0.0.27 - - [2026-06-18 03:16:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-88243383:ctest-random-23072080?flat HTTP/1.1" 200 4078 0.022093 [API:8081]10.0.0.27 - - [2026-06-18 03:16:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.032517 [API:8081]10.0.0.27 - - [2026-06-18 03:16:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.023092 [API:8081]10.0.0.27 - - [2026-06-18 03:16:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.026158 [API:8081]10.0.0.27 - - [2026-06-18 03:16:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.029337 [API:8081]10.0.0.27 - - [2026-06-18 03:16:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010739 [API:8081]10.0.0.27 - - [2026-06-18 03:16:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1422 0.009470 [API:8081]10.0.0.27 - - [2026-06-18 03:16:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.021620 [API:8081]10.0.0.27 - - [2026-06-18 03:16:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.019541 [API:8081]10.0.0.27 - - [2026-06-18 03:16:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.022018 [API:8081]10.0.0.27 - - [2026-06-18 03:16:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.027177 [API:8081]10.0.0.27 - - [2026-06-18 03:17:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.024259 [API:8081]10.0.0.27 - - [2026-06-18 03:17:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.028942 [API:8081]10.0.0.27 - - [2026-06-18 03:17:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.023503 [API:8081]10.0.0.27 - - [2026-06-18 03:17:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.019183 [API:8081]10.0.0.27 - - [2026-06-18 03:17:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.022051 [API:8081]10.0.0.27 - - [2026-06-18 03:17:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.023371 [API:8081]10.0.0.27 - - [2026-06-18 03:17:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.023231 [API:8081]10.0.0.27 - - [2026-06-18 03:17:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13007 0.021299 [API:8081]10.0.0.27 - - [2026-06-18 03:17:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.027956 [API:8081]10.0.0.27 - - [2026-06-18 03:17:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 12618 0.026218 [API:8081]10.0.0.27 - - [2026-06-18 03:17:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-88243383:ctest-random-23072080?flat HTTP/1.1" 200 3986 0.016708 [API:8081]10.0.0.27 - - [2026-06-18 03:17:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009901 [API:8081]10.0.0.33 - - [2026-06-18 03:17:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2026-06-18 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.23 - - [2026-06-18 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-06-18 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000301 [API:8081]10.0.0.33 - - [2026-06-18 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-06-18 03:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.23 - - [2026-06-18 03:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.23 - - [2026-06-18 03:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2026-06-18 03:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-06-18 03:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.27 - - [2026-06-18 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.27 - - [2026-06-18 03:18:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000353 [API:8081]10.0.0.33 - - [2026-06-18 03:18:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056670 [API:8081]10.0.0.33 - - [2026-06-18 03:19:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.065968 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:19:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.005191 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003535 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003208 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004157 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:19:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004200 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003548 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002969 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:19:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003284 [API:8081]10.0.0.27 - - [2026-06-18 03:20:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.27 - - [2026-06-18 03:20:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2060 0.095412 [API:8081]10.0.0.27 - - [2026-06-18 03:20:18] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2026-06-18 03:20:18] "GET /analytics HTTP/1.1" 401 205 0.000177 [API:8081]10.0.0.23 - - [2026-06-18 03:20:47] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.23 - - [2026-06-18 03:20:47] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.33 - - [2026-06-18 03:20:48] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.33 - - [2026-06-18 03:20:48] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.33 - - [2026-06-18 03:21:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048385 [API:8081]10.0.0.33 - - [2026-06-18 03:22:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.054024 [API:8081]10.0.0.33 - - [2026-06-18 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.33 - - [2026-06-18 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.23 - - [2026-06-18 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.23 - - [2026-06-18 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.33 - - [2026-06-18 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.33 - - [2026-06-18 03:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-06-18 03:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.23 - - [2026-06-18 03:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-06-18 03:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000344 [API:8081]10.0.0.27 - - [2026-06-18 03:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.27 - - [2026-06-18 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.27 - - [2026-06-18 03:23:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2026-06-18 03:23:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.27 - - [2026-06-18 03:23:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1418 0.125530 [API:8081]10.0.0.33 - - [2026-06-18 03:24:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051626 [API:8081]10.0.0.27 - - [2026-06-18 03:25:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.27 - - [2026-06-18 03:25:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1448 0.055497 [API:8081]10.0.0.33 - - [2026-06-18 03:25:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.051707 [API:8081]10.0.0.27 - - [2026-06-18 03:25:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2026-06-18 03:25:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.050061 [API:8081]10.0.0.33 - - [2026-06-18 03:27:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.047657 [API:8081]10.0.0.33 - - [2026-06-18 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.33 - - [2026-06-18 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.23 - - [2026-06-18 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.23 - - [2026-06-18 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.33 - - [2026-06-18 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.33 - - [2026-06-18 03:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-06-18 03:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-06-18 03:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.27 - - [2026-06-18 03:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.27 - - [2026-06-18 03:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2026-06-18 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-06-18 03:28:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.33 - - [2026-06-18 03:28:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.051629 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:29:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002719 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002970 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002701 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002573 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:29:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002776 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002736 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002951 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:29:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003469 [API:8081]10.0.0.27 - - [2026-06-18 03:30:18] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-06-18 03:30:18] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.33 - - [2026-06-18 03:30:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060932 [API:8081]10.0.0.23 - - [2026-06-18 03:30:47] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-06-18 03:30:47] "GET /analytics HTTP/1.1" 401 205 0.000208 [API:8081]10.0.0.33 - - [2026-06-18 03:30:48] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.33 - - [2026-06-18 03:30:48] "GET /analytics HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.33 - - [2026-06-18 03:31:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.053417 [API:8081]10.0.0.27 - - [2026-06-18 03:32:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2026-06-18 03:32:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1894 0.078973 [API:8081]10.0.0.33 - - [2026-06-18 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-06-18 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-06-18 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.23 - - [2026-06-18 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.33 - - [2026-06-18 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.33 - - [2026-06-18 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-06-18 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.23 - - [2026-06-18 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.27 - - [2026-06-18 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.27 - - [2026-06-18 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-06-18 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.27 - - [2026-06-18 03:33:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.27 - - [2026-06-18 03:33:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:f9569503-5706-46e2-980c-21f6ca70fc60?flat HTTP/1.1" 200 5063 0.054529 [API:8081]10.0.0.27 - - [2026-06-18 03:33:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:f9569503-5706-46e2-980c-21f6ca70fc60?flat HTTP/1.1" 200 5063 0.060426 [API:8081]10.0.0.27 - - [2026-06-18 03:33:12] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:f9569503-5706-46e2-980c-21f6ca70fc60?flat HTTP/1.1" 200 5063 0.019476 [API:8081]10.0.0.27 - - [2026-06-18 03:33:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92479213:EVPN-VN1?flat HTTP/1.1" 200 3465 0.017417 [API:8081]10.0.0.27 - - [2026-06-18 03:33:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.021994 [API:8081]10.0.0.27 - - [2026-06-18 03:33:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13018 0.022397 [API:8081]10.0.0.27 - - [2026-06-18 03:33:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25271 0.019737 [API:8081]10.0.0.27 - - [2026-06-18 03:33:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 13018 0.022319 [API:8081]10.0.0.27 - - [2026-06-18 03:33:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008916 [API:8081]10.0.0.27 - - [2026-06-18 03:33:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:850f5441-913f-40d0-a1fe-1df3b3c6246a?flat HTTP/1.1" 200 5064 0.016789 [API:8081]10.0.0.27 - - [2026-06-18 03:33:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:850f5441-913f-40d0-a1fe-1df3b3c6246a?flat HTTP/1.1" 200 5064 0.014174 [API:8081]10.0.0.27 - - [2026-06-18 03:33:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:850f5441-913f-40d0-a1fe-1df3b3c6246a?flat HTTP/1.1" 200 5064 0.014314 [API:8081]10.0.0.27 - - [2026-06-18 03:33:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92479213:EVPN-VN1?flat HTTP/1.1" 200 4614 0.022364 [API:8081]10.0.0.27 - - [2026-06-18 03:33:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24648 0.023512 [API:8081]10.0.0.27 - - [2026-06-18 03:33:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13008 0.019509 [API:8081]10.0.0.27 - - [2026-06-18 03:33:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24648 0.024802 [API:8081]10.0.0.27 - - [2026-06-18 03:33:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 13008 0.021803 [API:8081]10.0.0.27 - - [2026-06-18 03:33:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008499 [API:8081]10.0.0.33 - - [2026-06-18 03:33:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061670 [API:8081]10.0.0.33 - - [2026-06-18 03:34:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.050022 [API:8081]10.0.0.27 - - [2026-06-18 03:35:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:f9569503-5706-46e2-980c-21f6ca70fc60?flat HTTP/1.1" 200 5314 0.013381 [API:8081]10.0.0.27 - - [2026-06-18 03:35:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:f9569503-5706-46e2-980c-21f6ca70fc60?flat HTTP/1.1" 200 5314 0.012586 [API:8081]10.0.0.27 - - [2026-06-18 03:35:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:f9569503-5706-46e2-980c-21f6ca70fc60?flat HTTP/1.1" 200 5314 0.012793 [API:8081]10.0.0.27 - - [2026-06-18 03:35:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92479213:EVPN-VN1?flat HTTP/1.1" 200 9254 0.016971 [API:8081]10.0.0.27 - - [2026-06-18 03:35:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27537 0.024300 [API:8081]10.0.0.27 - - [2026-06-18 03:35:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 27537 0.033592 [API:8081]10.0.0.27 - - [2026-06-18 03:35:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012011 [API:8081]10.0.0.27 - - [2026-06-18 03:35:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:850f5441-913f-40d0-a1fe-1df3b3c6246a?flat HTTP/1.1" 200 5220 0.012594 [API:8081]10.0.0.27 - - [2026-06-18 03:35:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:850f5441-913f-40d0-a1fe-1df3b3c6246a?flat HTTP/1.1" 200 5220 0.014274 [API:8081]10.0.0.27 - - [2026-06-18 03:35:31] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-92479213:850f5441-913f-40d0-a1fe-1df3b3c6246a?flat HTTP/1.1" 200 5220 0.012455 [API:8081]10.0.0.27 - - [2026-06-18 03:35:31] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92479213:EVPN-VN1?flat HTTP/1.1" 200 9254 0.017570 [API:8081]10.0.0.27 - - [2026-06-18 03:35:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 29988 0.022729 [API:8081]10.0.0.27 - - [2026-06-18 03:35:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 29988 0.024050 [API:8081]10.0.0.27 - - [2026-06-18 03:35:31] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008734 [API:8081]10.0.0.33 - - [2026-06-18 03:36:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053973 [API:8081]10.0.0.27 - - [2026-06-18 03:36:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32157 0.021968 [API:8081]10.0.0.27 - - [2026-06-18 03:36:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92479213:EVPN-VN1?flat HTTP/1.1" 200 8522 0.014992 [API:8081]10.0.0.27 - - [2026-06-18 03:36:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009072 [API:8081]10.0.0.27 - - [2026-06-18 03:36:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32156 0.032173 [API:8081]10.0.0.27 - - [2026-06-18 03:36:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32156 0.033377 [API:8081]10.0.0.27 - - [2026-06-18 03:36:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32158 0.028880 [API:8081]10.0.0.27 - - [2026-06-18 03:36:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-92479213:EVPN-VN1?flat HTTP/1.1" 200 5991 0.011471 [API:8081]10.0.0.27 - - [2026-06-18 03:36:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007598 [API:8081]10.0.0.33 - - [2026-06-18 03:37:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.066577 [API:8081]10.0.0.33 - - [2026-06-18 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000308 [API:8081]10.0.0.33 - - [2026-06-18 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.23 - - [2026-06-18 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.23 - - [2026-06-18 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.33 - - [2026-06-18 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.33 - - [2026-06-18 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.23 - - [2026-06-18 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.23 - - [2026-06-18 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.27 - - [2026-06-18 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.27 - - [2026-06-18 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.27 - - [2026-06-18 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-06-18 03:38:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:39:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002425 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002333 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002498 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002311 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:39:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002584 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002154 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002169 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:39:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002228 [API:8081]10.0.0.33 - - [2026-06-18 03:39:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065887 [API:8081]10.0.0.27 - - [2026-06-18 03:40:18] "GET /analytics HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.27 - - [2026-06-18 03:40:18] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.33 - - [2026-06-18 03:40:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.049762 [API:8081]10.0.0.23 - - [2026-06-18 03:40:47] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-06-18 03:40:47] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.33 - - [2026-06-18 03:40:48] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.33 - - [2026-06-18 03:40:48] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.27 - - [2026-06-18 03:41:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-17880920:ctest-TestRbac-17880920-32150091?flat HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.27 - - [2026-06-18 03:41:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-17880920:ctest-TestRbac-17880920-32150091?flat HTTP/1.1" 200 2084 0.447650 [API:8081]10.0.0.27 - - [2026-06-18 03:41:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.106794 [API:8081]10.0.0.27 - - [2026-06-18 03:41:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-17880920:ctest-TestRbac-17880920-32150091?flat HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.27 - - [2026-06-18 03:41:28] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-17880920:ctest-TestRbac-17880920-32150091?flat HTTP/1.1" 200 2084 0.136606 [API:8081]10.0.0.27 - - [2026-06-18 03:41:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 335 0.076825 [API:8081]10.0.0.27 - - [2026-06-18 03:41:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-82768736:3eee7115-9841-440d-8253-7a13e8e78ef0?flat HTTP/1.1" 200 5322 0.081085 [API:8081]10.0.0.27 - - [2026-06-18 03:41:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-82768736:3eee7115-9841-440d-8253-7a13e8e78ef0?flat HTTP/1.1" 200 5322 0.049436 [API:8081]10.0.0.27 - - [2026-06-18 03:41:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-82768736:3eee7115-9841-440d-8253-7a13e8e78ef0?flat HTTP/1.1" 200 5322 0.047425 [API:8081]10.0.0.27 - - [2026-06-18 03:41:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-17880920:ctest-TestRbac-17880920-32150091?flat HTTP/1.1" 200 3961 0.050801 [API:8081]10.0.0.27 - - [2026-06-18 03:41:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.044430 [API:8081]10.0.0.27 - - [2026-06-18 03:41:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.128532 [API:8081]10.0.0.27 - - [2026-06-18 03:41:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.27 - - [2026-06-18 03:41:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32214 0.077840 [API:8081]10.0.0.27 - - [2026-06-18 03:41:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.036654 [API:8081]10.0.0.27 - - [2026-06-18 03:41:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.118013 [API:8081]10.0.0.27 - - [2026-06-18 03:41:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32214 0.071115 [API:8081]10.0.0.27 - - [2026-06-18 03:41:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.056520 [API:8081]10.0.0.27 - - [2026-06-18 03:41:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.086135 [API:8081]10.0.0.27 - - [2026-06-18 03:41:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.117214 [API:8081]10.0.0.27 - - [2026-06-18 03:41:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32214 0.024313 [API:8081]10.0.0.27 - - [2026-06-18 03:42:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32214 0.076686 [API:8081]10.0.0.27 - - [2026-06-18 03:42:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32214 0.023403 [API:8081]10.0.0.27 - - [2026-06-18 03:42:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32214 0.024629 [API:8081]10.0.0.27 - - [2026-06-18 03:42:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32214 0.024053 [API:8081]10.0.0.27 - - [2026-06-18 03:42:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32214 0.024366 [API:8081]10.0.0.27 - - [2026-06-18 03:42:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32216 0.035923 [API:8081]10.0.0.27 - - [2026-06-18 03:42:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-17880920:ctest-TestRbac-17880920-32150091?flat HTTP/1.1" 200 2084 0.020214 [API:8081]10.0.0.27 - - [2026-06-18 03:42:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011964 [API:8081]10.0.0.33 - - [2026-06-18 03:42:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.080538 [API:8081]10.0.0.27 - - [2026-06-18 03:42:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-17741844:ctest-TestRbacBasic-17741844-74866815?flat HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2026-06-18 03:42:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-17741844:ctest-TestRbacBasic-17741844-74866815?flat HTTP/1.1" 200 2124 0.081415 [API:8081]10.0.0.27 - - [2026-06-18 03:42:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-17741844:ctest-TestRbacBasic-17741844-74866815?flat HTTP/1.1" 401 205 0.000285 --- 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-68505748'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-62823461' RBAC: ctest-TestRbacBasic-30545297 doesn't have read permission in project '97eda87b8c914d5fabd7629adba3657b' 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-17741844', 'ctest-TestRbacBasic-17741844-74866815'], 'virtual_network', '77523bc3-4178-464e-8c35-5065fada4515', "Permission Denied for ['ctest-TestRbacBasic-68505748'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-62823461' RBAC: ctest-TestRbacBasic-30545297 doesn't have read permission in project '97eda87b8c914d5fabd7629adba3657b'"),) [API:8081]10.0.0.27 - - [2026-06-18 03:42:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-17741844:ctest-TestRbacBasic-17741844-74866815?flat HTTP/1.1" 403 198 0.117675 [API:8081]10.0.0.27 - - [2026-06-18 03:42:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-17741844:ctest-TestRbacBasic-17741844-74866815?flat HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2026-06-18 03:42:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-17741844:ctest-TestRbacBasic-17741844-74866815?flat HTTP/1.1" 200 2124 0.054418 [API:8081]10.0.0.27 - - [2026-06-18 03:42:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.069805 [API:8081]10.0.0.27 - - [2026-06-18 03:42:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.068297 [API:8081]10.0.0.27 - - [2026-06-18 03:42:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2184 0.045049 --- 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-68505748'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-17741844' RBAC: ctest-TestRbacBasic-30545297 doesn't have read permission in project 'dbf902267a1c4fb7b99dc57b69435192' 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-17741844', 'ctest-TestRbacBasic-17741844-74866815'], 'virtual_network', '77523bc3-4178-464e-8c35-5065fada4515', "Permission Denied for ['ctest-TestRbacBasic-68505748'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-17741844' RBAC: ctest-TestRbacBasic-30545297 doesn't have read permission in project 'dbf902267a1c4fb7b99dc57b69435192'"),) [API:8081]10.0.0.27 - - [2026-06-18 03:42:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-17741844:ctest-TestRbacBasic-17741844-74866815?flat HTTP/1.1" 403 198 0.039559 --- 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-68505748'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-17741844' RBAC: ctest-TestRbacBasic-30545297 doesn't have read permission in project 'dbf902267a1c4fb7b99dc57b69435192' 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-17741844', 'ctest-TestRbacBasic-17741844-74866815'], 'virtual_network', '77523bc3-4178-464e-8c35-5065fada4515', "Permission Denied for ['ctest-TestRbacBasic-68505748'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-17741844' RBAC: ctest-TestRbacBasic-30545297 doesn't have read permission in project 'dbf902267a1c4fb7b99dc57b69435192'"),) [API:8081]10.0.0.27 - - [2026-06-18 03:42:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-17741844:ctest-TestRbacBasic-17741844-74866815?flat HTTP/1.1" 403 198 0.081113 [API:8081]10.0.0.27 - - [2026-06-18 03:42:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-17741844:ctest-TestRbacBasic-17741844-74866815?flat HTTP/1.1" 200 2128 0.052166 [API:8081]10.0.0.27 - - [2026-06-18 03:42:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-17741844:ctest-TestRbacBasic-17741844-74866815?flat HTTP/1.1" 200 2128 0.012834 [API:8081]10.0.0.27 - - [2026-06-18 03:42:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.076238 [API:8081]10.0.0.27 - - [2026-06-18 03:42:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.062788 [API:8081]10.0.0.27 - - [2026-06-18 03:42:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2184 0.009877 [API:8081]10.0.0.27 - - [2026-06-18 03:42:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1938 0.009819 [API:8081]10.0.0.27 - - [2026-06-18 03:42:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-20067249?flat HTTP/1.1" 401 205 0.000342 --- 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-68275897 as ['ctest-TestRbacBasic-94227468'] to R virtual-network in ctest-TestRbacBasic-47438417 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-47438417', 'ctest-TestRbacBasic-47438417-20067249'], 'virtual_network', '6fe08057-0649-4a98-a0b1-852ee6326b4b', "Permission Denied for ctest-TestRbacBasic-68275897 as ['ctest-TestRbacBasic-94227468'] to R virtual-network in ctest-TestRbacBasic-47438417"),) [API:8081]10.0.0.27 - - [2026-06-18 03:42:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-20067249?flat HTTP/1.1" 403 198 0.090099 [API:8081]10.0.0.33 - - [2026-06-18 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.33 - - [2026-06-18 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.27 - - [2026-06-18 03:42:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.075636 [API:8081]10.0.0.23 - - [2026-06-18 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.23 - - [2026-06-18 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.33 - - [2026-06-18 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.33 - - [2026-06-18 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001051 [API:8081]10.0.0.23 - - [2026-06-18 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.23 - - [2026-06-18 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.27 - - [2026-06-18 03:42:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-20067249?flat HTTP/1.1" 200 2121 0.047292 [API:8081]10.0.0.27 - - [2026-06-18 03:42:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.053226 [API:8081]10.0.0.27 - - [2026-06-18 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.27 - - [2026-06-18 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 --- 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-68275897 as ['ctest-TestRbacBasic-94227468'] to R virtual-network in ctest-TestRbacBasic-47438417 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-47438417', 'ctest-TestRbacBasic-47438417-20067249'], 'virtual_network', '6fe08057-0649-4a98-a0b1-852ee6326b4b', "Permission Denied for ctest-TestRbacBasic-68275897 as ['ctest-TestRbacBasic-94227468'] to R virtual-network in ctest-TestRbacBasic-47438417"),) [API:8081]10.0.0.27 - - [2026-06-18 03:43:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-20067249?flat HTTP/1.1" 403 198 0.052436 [API:8081]10.0.0.27 - - [2026-06-18 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.27 - - [2026-06-18 03:43:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 --- 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-68275897 as ['ctest-TestRbacBasic-94227468'] to R virtual-network in ctest-TestRbacBasic-47438417 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-47438417', 'ctest-TestRbacBasic-47438417-20067249'], 'virtual_network', '6fe08057-0649-4a98-a0b1-852ee6326b4b', "Permission Denied for ctest-TestRbacBasic-68275897 as ['ctest-TestRbacBasic-94227468'] to R virtual-network in ctest-TestRbacBasic-47438417"),) [API:8081]10.0.0.27 - - [2026-06-18 03:43:00] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-20067249?flat HTTP/1.1" 403 198 0.161876 [API:8081]10.0.0.27 - - [2026-06-18 03:43:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.063375 [API:8081]10.0.0.27 - - [2026-06-18 03:43:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-20067249?flat HTTP/1.1" 200 2121 0.061975 [API:8081]10.0.0.27 - - [2026-06-18 03:43:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.061945 [API:8081]10.0.0.27 - - [2026-06-18 03:43:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-20067249?flat HTTP/1.1" 401 205 0.000271 --- 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-30545297 as ['ctest-TestRbacBasic-68505748'] to R virtual-network in ctest-TestRbacBasic-47438417 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-47438417', 'ctest-TestRbacBasic-47438417-20067249'], 'virtual_network', '6fe08057-0649-4a98-a0b1-852ee6326b4b', "Permission Denied for ctest-TestRbacBasic-30545297 as ['ctest-TestRbacBasic-68505748'] to R virtual-network in ctest-TestRbacBasic-47438417"),) [API:8081]10.0.0.27 - - [2026-06-18 03:43:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-20067249?flat HTTP/1.1" 403 198 0.082307 [API:8081]10.0.0.27 - - [2026-06-18 03:43:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.048863 [API:8081]10.0.0.27 - - [2026-06-18 03:43:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-20067249?flat HTTP/1.1" 200 2121 0.064629 [API:8081]10.0.0.27 - - [2026-06-18 03:43:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 355 0.064940 [API:8081]10.0.0.27 - - [2026-06-18 03:43:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1938 0.067454 [API:8081]10.0.0.27 - - [2026-06-18 03:43:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2184 0.011568 [API:8081]10.0.0.33 - - [2026-06-18 03:43:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.064330 [API:8081]10.0.0.27 - - [2026-06-18 03:43:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-47438417:c5082dc0-6629-4f1f-8f94-2bda4f3a7462?flat HTTP/1.1" 200 5395 0.047439 [API:8081]10.0.0.27 - - [2026-06-18 03:43:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-47438417:c5082dc0-6629-4f1f-8f94-2bda4f3a7462?flat HTTP/1.1" 200 5395 0.055152 [API:8081]10.0.0.27 - - [2026-06-18 03:43:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-47438417:c5082dc0-6629-4f1f-8f94-2bda4f3a7462?flat HTTP/1.1" 200 5395 0.064724 [API:8081]10.0.0.27 - - [2026-06-18 03:43:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-58020742?flat HTTP/1.1" 200 8778 0.052811 [API:8081]10.0.0.27 - - [2026-06-18 03:43:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.039940 [API:8081]10.0.0.27 - - [2026-06-18 03:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.108028 [API:8081]10.0.0.27 - - [2026-06-18 03:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32226 0.046196 [API:8081]10.0.0.27 - - [2026-06-18 03:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033796 [API:8081]10.0.0.27 - - [2026-06-18 03:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.070213 [API:8081]10.0.0.27 - - [2026-06-18 03:43:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32226 0.022645 [API:8081]10.0.0.27 - - [2026-06-18 03:43:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.064825 [API:8081]10.0.0.27 - - [2026-06-18 03:43:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-58020742?flat HTTP/1.1" 200 8778 0.078044 [API:8081]10.0.0.27 - - [2026-06-18 03:43:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 601 0.065822 [API:8081]10.0.0.27 - - [2026-06-18 03:43:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033591 [API:8081]10.0.0.27 - - [2026-06-18 03:43:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.077080 [API:8081]10.0.0.27 - - [2026-06-18 03:43:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32226 0.025554 [API:8081]10.0.0.27 - - [2026-06-18 03:44:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32226 0.026907 [API:8081]10.0.0.27 - - [2026-06-18 03:44:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32226 0.040824 [API:8081]10.0.0.27 - - [2026-06-18 03:44:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32226 0.022821 [API:8081]10.0.0.27 - - [2026-06-18 03:44:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32226 0.025250 [API:8081]10.0.0.27 - - [2026-06-18 03:44:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32226 0.028965 [API:8081]10.0.0.27 - - [2026-06-18 03:44:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32226 0.025729 [API:8081]10.0.0.27 - - [2026-06-18 03:44:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32227 0.025096 [API:8081]10.0.0.27 - - [2026-06-18 03:44:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-47438417:ctest-TestRbacBasic-47438417-58020742?flat HTTP/1.1" 200 6891 0.013765 [API:8081]10.0.0.27 - - [2026-06-18 03:44:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010105 [Introspect:8090]10.0.0.27 - - [2026-06-18 03:44:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001035 [API:8081]10.0.0.27 - - [2026-06-18 03:44:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-06-18 03:44:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1902 0.082328 [API:8081]10.0.0.33 - - [2026-06-18 03:45:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059700 [API:8081]10.0.0.27 - - [2026-06-18 03:46:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:d1e2ef18-fbd6-4e94-a415-c115c670404e?flat HTTP/1.1" 200 5377 0.060457 [API:8081]10.0.0.27 - - [2026-06-18 03:46:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:d1e2ef18-fbd6-4e94-a415-c115c670404e?flat HTTP/1.1" 200 5377 0.021199 [API:8081]10.0.0.27 - - [2026-06-18 03:46:32] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:d1e2ef18-fbd6-4e94-a415-c115c670404e?flat HTTP/1.1" 200 5377 0.057192 [API:8081]10.0.0.27 - - [2026-06-18 03:46:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-54131467:ctest-vn1-83263590?flat HTTP/1.1" 200 9437 0.026045 [API:8081]10.0.0.27 - - [2026-06-18 03:46:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32242 0.022795 [API:8081]10.0.0.27 - - [2026-06-18 03:46:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32242 0.033883 [API:8081]10.0.0.27 - - [2026-06-18 03:46:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010737 [API:8081]10.0.0.27 - - [2026-06-18 03:46:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:7efb99b4-00b6-465a-beeb-79b35b2f5410?flat HTTP/1.1" 200 5384 0.012518 [API:8081]10.0.0.27 - - [2026-06-18 03:46:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:7efb99b4-00b6-465a-beeb-79b35b2f5410?flat HTTP/1.1" 200 5384 0.015566 [API:8081]10.0.0.27 - - [2026-06-18 03:46:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:7efb99b4-00b6-465a-beeb-79b35b2f5410?flat HTTP/1.1" 200 5384 0.012866 [API:8081]10.0.0.27 - - [2026-06-18 03:46:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-54131467:ctest-vn1-83263590?flat HTTP/1.1" 200 9437 0.024769 [API:8081]10.0.0.27 - - [2026-06-18 03:46:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32240 0.027157 [API:8081]10.0.0.27 - - [2026-06-18 03:46:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32240 0.025250 [API:8081]10.0.0.27 - - [2026-06-18 03:46:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010665 [API:8081]10.0.0.33 - - [2026-06-18 03:46:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.058921 [API:8081]10.0.0.27 - - [2026-06-18 03:46:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32240 0.026685 [API:8081]10.0.0.27 - - [2026-06-18 03:46:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32240 0.023599 [API:8081]10.0.0.27 - - [2026-06-18 03:46:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-54131467:ctest-vn1-83263590?flat HTTP/1.1" 200 7659 0.019480 [API:8081]10.0.0.27 - - [2026-06-18 03:46:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010149 [API:8081]10.0.0.27 - - [2026-06-18 03:46:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32242 0.028106 [API:8081]10.0.0.27 - - [2026-06-18 03:46:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32242 0.025873 [API:8081]10.0.0.27 - - [2026-06-18 03:46:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32242 0.070479 [API:8081]10.0.0.27 - - [2026-06-18 03:46:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-54131467:ctest-vn1-83263590?flat HTTP/1.1" 200 4922 0.016121 [API:8081]10.0.0.27 - - [2026-06-18 03:46:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011729 [API:8081]10.0.0.27 - - [2026-06-18 03:47:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1902 0.008246 [API:8081]10.0.0.27 - - [2026-06-18 03:47:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2112 0.008751 [API:8081]10.0.0.33 - - [2026-06-18 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.33 - - [2026-06-18 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.23 - - [2026-06-18 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.23 - - [2026-06-18 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.33 - - [2026-06-18 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.33 - - [2026-06-18 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000401 [API:8081]10.0.0.23 - - [2026-06-18 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.23 - - [2026-06-18 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.27 - - [2026-06-18 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.27 - - [2026-06-18 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.27 - - [2026-06-18 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.27 - - [2026-06-18 03:48:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.33 - - [2026-06-18 03:48:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.044858 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:49:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002883 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002929 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003107 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002535 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:49:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003722 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003520 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003976 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:49:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003268 [Introspect:8090]10.0.0.27 - - [2026-06-18 03:49:32] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001046 [API:8081]10.0.0.27 - - [2026-06-18 03:49:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 11933 0.485352 [API:8081]10.0.0.27 - - [2026-06-18 03:49:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 6056 0.389765 [API:8081]10.0.0.27 - - [2026-06-18 03:49:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5973-2?flat HTTP/1.1" 200 6055 0.396248 [API:8081]10.0.0.27 - - [2026-06-18 03:49:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-5973-3?flat HTTP/1.1" 200 3948 0.013647 [API:8081]10.0.0.27 - - [2026-06-18 03:49:34] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?flat HTTP/1.1" 200 6130 0.030458 [API:8081]10.0.0.27 - - [2026-06-18 03:49:34] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?flat HTTP/1.1" 200 7616 0.014191 [API:8081]10.0.0.27 - - [2026-06-18 03:49:34] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?flat HTTP/1.1" 200 6129 0.012836 [API:8081]10.0.0.27 - - [2026-06-18 03:49:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2322 0.011433 [API:8081]10.0.0.33 - - [2026-06-18 03:49:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.054048 [API:8081]10.0.0.27 - - [2026-06-18 03:50:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:7d748f3a-cae9-4933-9229-5c67bd277654?flat HTTP/1.1" 200 5105 0.013907 [API:8081]10.0.0.27 - - [2026-06-18 03:50:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:7d748f3a-cae9-4933-9229-5c67bd277654?flat HTTP/1.1" 200 5105 0.013935 [API:8081]10.0.0.27 - - [2026-06-18 03:50:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:7d748f3a-cae9-4933-9229-5c67bd277654?flat HTTP/1.1" 200 5105 0.014168 [API:8081]10.0.0.27 - - [2026-06-18 03:50:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-54131467:ctest-vn1-85218927?flat HTTP/1.1" 200 6673 0.015877 [API:8081]10.0.0.27 - - [2026-06-18 03:50:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39213 0.029922 [API:8081]10.0.0.27 - - [2026-06-18 03:50:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39213 0.028332 [API:8081]10.0.0.27 - - [2026-06-18 03:50:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009971 [API:8081]10.0.0.27 - - [2026-06-18 03:50:18] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.27 - - [2026-06-18 03:50:18] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.23 - - [2026-06-18 03:50:47] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.23 - - [2026-06-18 03:50:47] "GET /analytics HTTP/1.1" 401 205 0.000176 [API:8081]10.0.0.33 - - [2026-06-18 03:50:48] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.33 - - [2026-06-18 03:50:48] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.27 - - [2026-06-18 03:50:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:a1becdba-0b14-4001-8077-68311cd63d8c?flat HTTP/1.1" 200 5244 0.014159 [API:8081]10.0.0.27 - - [2026-06-18 03:50:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:a1becdba-0b14-4001-8077-68311cd63d8c?flat HTTP/1.1" 200 5244 0.014673 [API:8081]10.0.0.27 - - [2026-06-18 03:50:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-54131467:a1becdba-0b14-4001-8077-68311cd63d8c?flat HTTP/1.1" 200 5244 0.022329 [API:8081]10.0.0.27 - - [2026-06-18 03:50:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-54131467:ctest-vn2-37799449?flat HTTP/1.1" 200 7111 0.016563 [API:8081]10.0.0.27 - - [2026-06-18 03:50:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32794 0.025807 [API:8081]10.0.0.27 - - [2026-06-18 03:50:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12400 0.023957 [API:8081]10.0.0.27 - - [2026-06-18 03:50:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32794 0.026013 [API:8081]10.0.0.27 - - [2026-06-18 03:50:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12400 0.022651 [API:8081]10.0.0.27 - - [2026-06-18 03:50:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009059 [API:8081]10.0.0.33 - - [2026-06-18 03:51:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052792 [API:8081]10.0.0.27 - - [2026-06-18 03:51:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32799 0.028960 [API:8081]10.0.0.27 - - [2026-06-18 03:51:56] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12911 0.025082 [API:8081]10.0.0.27 - - [2026-06-18 03:51:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32799 0.028289 [API:8081]10.0.0.27 - - [2026-06-18 03:51:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12911 0.024155 [API:8081]10.0.0.27 - - [2026-06-18 03:52:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32799 0.027870 [API:8081]10.0.0.27 - - [2026-06-18 03:52:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12911 0.024263 [API:8081]10.0.0.27 - - [2026-06-18 03:52:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32799 0.025811 [API:8081]10.0.0.27 - - [2026-06-18 03:52:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12911 0.027018 [API:8081]10.0.0.27 - - [2026-06-18 03:52:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32799 0.026750 [API:8081]10.0.0.27 - - [2026-06-18 03:52:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12911 0.023726 [API:8081]10.0.0.27 - - [2026-06-18 03:52:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32799 0.023766 [API:8081]10.0.0.27 - - [2026-06-18 03:52:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12911 0.022559 [API:8081]10.0.0.27 - - [2026-06-18 03:52:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32801 0.031692 [API:8081]10.0.0.27 - - [2026-06-18 03:52:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12782 0.020065 [API:8081]10.0.0.27 - - [2026-06-18 03:52:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-54131467:ctest-vn2-37799449?flat HTTP/1.1" 200 7847 0.019284 [API:8081]10.0.0.27 - - [2026-06-18 03:52:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008269 [API:8081]10.0.0.27 - - [2026-06-18 03:52:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39554 0.039018 [API:8081]10.0.0.27 - - [2026-06-18 03:52:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39565 0.034630 [API:8081]10.0.0.27 - - [2026-06-18 03:52:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39569 0.032794 [API:8081]10.0.0.27 - - [2026-06-18 03:52:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-54131467:ctest-vn1-85218927?flat HTTP/1.1" 200 7785 0.014131 [API:8081]10.0.0.27 - - [2026-06-18 03:52:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008558 [API:8081]10.0.0.33 - - [2026-06-18 03:52:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.050946 [API:8081]10.0.0.33 - - [2026-06-18 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.33 - - [2026-06-18 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.23 - - [2026-06-18 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.23 - - [2026-06-18 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.33 - - [2026-06-18 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.23 - - [2026-06-18 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.33 - - [2026-06-18 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.23 - - [2026-06-18 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.27 - - [2026-06-18 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.27 - - [2026-06-18 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.27 - - [2026-06-18 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000421 [API:8081]10.0.0.27 - - [2026-06-18 03:53:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.27 - - [2026-06-18 03:53:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87382448:35a0f79f-2933-403a-84b8-f916dcc5c0a8?flat HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.27 - - [2026-06-18 03:53:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87382448:35a0f79f-2933-403a-84b8-f916dcc5c0a8?flat HTTP/1.1" 200 4864 0.050201 [API:8081]10.0.0.27 - - [2026-06-18 03:53:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87382448:35a0f79f-2933-403a-84b8-f916dcc5c0a8?flat HTTP/1.1" 200 4864 0.058423 [API:8081]10.0.0.27 - - [2026-06-18 03:53:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87382448:35a0f79f-2933-403a-84b8-f916dcc5c0a8?flat HTTP/1.1" 200 4864 0.050389 [API:8081]10.0.0.27 - - [2026-06-18 03:53:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-87382448:ctest-vn-29939864?flat HTTP/1.1" 200 3365 0.012889 [API:8081]10.0.0.27 - - [2026-06-18 03:53:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32820 0.025053 [API:8081]10.0.0.27 - - [2026-06-18 03:53:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12778 0.021841 [API:8081]10.0.0.27 - - [2026-06-18 03:53:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32820 0.025201 [API:8081]10.0.0.27 - - [2026-06-18 03:53:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12779 0.019684 [API:8081]10.0.0.27 - - [2026-06-18 03:53:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007922 [API:8081]10.0.0.27 - - [2026-06-18 03:53:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87382448:57a65e56-865b-4a92-8556-5178972bcb51?flat HTTP/1.1" 200 5236 0.020219 [API:8081]10.0.0.27 - - [2026-06-18 03:53:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87382448:57a65e56-865b-4a92-8556-5178972bcb51?flat HTTP/1.1" 200 5236 0.014484 [API:8081]10.0.0.27 - - [2026-06-18 03:53:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-87382448:57a65e56-865b-4a92-8556-5178972bcb51?flat HTTP/1.1" 200 5236 0.012666 [API:8081]10.0.0.27 - - [2026-06-18 03:53:29] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-87382448:ctest-vn-42232332?flat HTTP/1.1" 200 5459 0.017720 [API:8081]10.0.0.27 - - [2026-06-18 03:53:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39586 0.032648 [API:8081]10.0.0.27 - - [2026-06-18 03:53:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39586 0.036985 [API:8081]10.0.0.27 - - [2026-06-18 03:53:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008563 [API:8081]10.0.0.27 - - [2026-06-18 03:53:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39586 0.033634 [API:8081]10.0.0.27 - - [2026-06-18 03:53:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39589 0.038185 [API:8081]10.0.0.27 - - [2026-06-18 03:53:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-87382448:ctest-vn-42232332?flat HTTP/1.1" 200 6185 0.016350 [API:8081]10.0.0.27 - - [2026-06-18 03:53:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009971 [API:8081]10.0.0.27 - - [2026-06-18 03:53:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32823 0.034920 [API:8081]10.0.0.27 - - [2026-06-18 03:53:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12885 0.022793 [API:8081]10.0.0.27 - - [2026-06-18 03:54:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32823 0.028751 [API:8081]10.0.0.27 - - [2026-06-18 03:54:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12885 0.024087 [API:8081]10.0.0.27 - - [2026-06-18 03:54:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32823 0.038088 [API:8081]10.0.0.27 - - [2026-06-18 03:54:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12885 0.024391 [API:8081]10.0.0.27 - - [2026-06-18 03:54:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32823 0.035222 [API:8081]10.0.0.27 - - [2026-06-18 03:54:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12885 0.022013 [API:8081]10.0.0.27 - - [2026-06-18 03:54:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32823 0.025058 [API:8081]10.0.0.27 - - [2026-06-18 03:54:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12885 0.021893 [API:8081]10.0.0.27 - - [2026-06-18 03:54:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32823 0.027634 [API:8081]10.0.0.27 - - [2026-06-18 03:54:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12885 0.041304 [API:8081]10.0.0.27 - - [2026-06-18 03:54:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-5973-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32823 0.025847 [API:8081]10.0.0.27 - - [2026-06-18 03:54:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-5973-1?flat HTTP/1.1" 200 12494 0.020760 [API:8081]10.0.0.27 - - [2026-06-18 03:54:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-87382448:ctest-vn-29939864?flat HTTP/1.1" 200 6183 0.014436 [API:8081]10.0.0.27 - - [2026-06-18 03:54:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011052 [API:8081]10.0.0.27 - - [2026-06-18 03:54:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.27 - - [2026-06-18 03:54:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.064385 [API:8081]10.0.0.27 - - [2026-06-18 03:54:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2136 0.059708 [API:8081]10.0.0.33 - - [2026-06-18 03:54:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.044296 [API:8081]10.0.0.33 - - [2026-06-18 03:55:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.053946 [API:8081]10.0.0.33 - - [2026-06-18 03:57:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052454 [API:8081]10.0.0.33 - - [2026-06-18 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.33 - - [2026-06-18 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.23 - - [2026-06-18 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.23 - - [2026-06-18 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.33 - - [2026-06-18 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.33 - - [2026-06-18 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.23 - - [2026-06-18 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.23 - - [2026-06-18 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.27 - - [2026-06-18 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.27 - - [2026-06-18 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.27 - - [2026-06-18 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.27 - - [2026-06-18 03:58:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.33 - - [2026-06-18 03:58:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.060241 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:59:12] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003186 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003144 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002630 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002898 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:59:12] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003549 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002590 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002639 [LOCAL API:8181]127.0.0.1 - - [2026-06-18 03:59:12] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-5973-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002537 [API:8081]10.0.0.27 - - [2026-06-18 03:59:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.27 - - [2026-06-18 03:59:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2128 0.064559 [API:8081]10.0.0.27 - - [2026-06-18 04:00:18] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.27 - - [2026-06-18 04:00:18] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.33 - - [2026-06-18 04:00:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054380 [API:8081]10.0.0.23 - - [2026-06-18 04:00:47] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.23 - - [2026-06-18 04:00:47] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.33 - - [2026-06-18 04:00:48] "GET /analytics HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.33 - - [2026-06-18 04:00:48] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.33 - - [2026-06-18 04:01:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058774 [API:8081]10.0.0.33 - - [2026-06-18 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.33 - - [2026-06-18 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.23 - - [2026-06-18 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.23 - - [2026-06-18 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.33 - - [2026-06-18 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.33 - - [2026-06-18 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.23 - - [2026-06-18 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.23 - - [2026-06-18 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2026-06-18 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2026-06-18 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.27 - - [2026-06-18 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000583 [API:8081]10.0.0.27 - - [2026-06-18 04:03:00] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.33 - - [2026-06-18 04:03:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083813 [API:8081]10.0.0.33 - - [2026-06-18 04:04:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.073805 [Introspect:8090]10.0.0.27 - - [2026-06-18 04:05:52] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001014