++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Sep 22 02:00:16 AM UTC 2025 ===================' INFO: =================== Mon Sep 22 02:00:16 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ grep 'inet ' +++ awk '{print $2}' +++ ip addr show dev ens3 +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.56 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICSDB_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ ANALYTICS_SNMP_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ 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 ' +++ '[' -n '10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081 ' ']' +++ echo '10.0.0.56:8081 10.0.0.38:8081 10.0.0.27:8081' ++ ANALYTICS_SERVERS='10.0.0.56:8081 10.0.0.38:8081 10.0.0.27: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ 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 ' +++ '[' -n '10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042 ' ']' +++ echo '10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.56:9042 10.0.0.38:9042 10.0.0.27:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ 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 ' +++ '[' -n '10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086 ' ']' +++ echo '10.0.0.56:8086 10.0.0.38:8086 10.0.0.27:8086' ++ COLLECTOR_SERVERS='10.0.0.56:8086 10.0.0.38:8086 10.0.0.27: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.56,10.0.0.38,10.0.0.27 ++ CONFIGDB_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ 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 ' +++ '[' -n '10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082 ' ']' +++ echo '10.0.0.56:8082 10.0.0.38:8082 10.0.0.27:8082' ++ CONFIG_SERVERS='10.0.0.56:8082 10.0.0.38:8082 10.0.0.27: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ 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 ' +++ '[' -n '10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161 ' ']' +++ echo '10.0.0.56:9161 10.0.0.38:9161 10.0.0.27:9161' ++ CONFIGDB_SERVERS='10.0.0.56:9161 10.0.0.38:9161 10.0.0.27: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ 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 ' +++ '[' -n '10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041 ' ']' +++ echo '10.0.0.56:9041 10.0.0.38:9041 10.0.0.27:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.56:9041 10.0.0.38:9041 10.0.0.27: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.254,10.20.0.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.254,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ 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, +++ '[' -n 10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181, ']' +++ echo 10.0.0.56:2181,10.0.0.38:2181,10.0.0.27:2181 ++ ZOOKEEPER_SERVERS=10.0.0.56:2181,10.0.0.38:2181,10.0.0.27: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ 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 ' +++ '[' -n '10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181 ' ']' +++ echo '10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.56:2181 10.0.0.38:2181 10.0.0.27:2181' ++ RABBITMQ_NODES=10.0.0.56,10.0.0.38,10.0.0.27 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ 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, +++ '[' -n 10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673, ']' +++ echo 10.0.0.56:5673,10.0.0.38:5673,10.0.0.27:5673 ++ RABBITMQ_SERVERS=10.0.0.56:5673,10.0.0.38:5673,10.0.0.27: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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ 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 ' +++ '[' -n '10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379 ' ']' +++ echo '10.0.0.56:6379 10.0.0.38:6379 10.0.0.27:6379' ++ REDIS_SERVERS='10.0.0.56:6379 10.0.0.38:6379 10.0.0.27: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.56,10.0.0.38,10.0.0.27 ++ 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.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ 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 ' +++ '[' -n '10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092 ' ']' +++ echo '10.0.0.56:9092 10.0.0.38:9092 10.0.0.27:9092' ++ KAFKA_SERVERS='10.0.0.56:9092 10.0.0.38:9092 10.0.0.27: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.56 ++ 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.56,10.0.0.38,10.0.0.27 ++ 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.56,10.0.0.38,10.0.0.27 ++ 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.56,10.0.0.38,10.0.0.27 ++ cut -d , -f 1 + local cassandra=10.0.0.56 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.56 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ cut -d ' ' -f 1 +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.56,10.0.0.38,10.0.0.27 +++ local servers=10.0.0.56,10.0.0.38,10.0.0.27 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq +++ local local_ips=,10.0.0.56,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.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.56,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ echo 10.0.0.56 1 +++ return ++ local ip=10.0.0.56 ++ [[ -z 10.0.0.56 ]] ++ echo 10.0.0.56 + host_ip=10.0.0.56 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 09/22/2025 02:00:24.206 7fa1d1963600 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/22/2025 02:00:24.385 7fa1d1963600 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 09/22/2025 02:00:24.394 7fa1d1963600 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/22/2025 02:00:24.395 7fa1d1963600 [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.56: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.56 - - [2025-09-22 02:00:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.061668 [API:8081]10.0.0.56 - - [2025-09-22 02:01:00] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-09-22 02:01:00] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.27 - - [2025-09-22 02:01:00] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.27 - - [2025-09-22 02:01:00] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.38 - - [2025-09-22 02:01:01] "GET /analytics HTTP/1.1" 401 205 0.003949 [API:8081]10.0.0.38 - - [2025-09-22 02:01:01] "GET /analytics HTTP/1.1" 401 205 0.000471 [API:8081]10.0.0.56 - - [2025-09-22 02:01:31] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.56 - - [2025-09-22 02:01:31] "GET /analytics HTTP/1.1" 401 205 0.000135 [API:8081]10.0.0.27 - - [2025-09-22 02:01:31] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2025-09-22 02:01:31] "GET /analytics HTTP/1.1" 401 205 0.000155 [API:8081]10.0.0.38 - - [2025-09-22 02:01:32] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.38 - - [2025-09-22 02:01:32] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.56 - - [2025-09-22 02:02:01] "GET /analytics HTTP/1.1" 401 205 0.000459 [API:8081]10.0.0.56 - - [2025-09-22 02:02:01] "GET /analytics HTTP/1.1" 401 205 0.000188 [API:8081]10.0.0.27 - - [2025-09-22 02:02:01] "GET /analytics HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.27 - - [2025-09-22 02:02:01] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.56 - - [2025-09-22 02:02:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.061322 [API:8081]10.0.0.56 - - [2025-09-22 02:03:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.256996 [API:8081]10.0.0.27 - - [2025-09-22 02:03:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.575063 [API:8081]10.0.0.27 - - [2025-09-22 02:03:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168330 [API:8081]10.0.0.56 - - [2025-09-22 02:03:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.149657 [API:8081]10.0.0.38 - - [2025-09-22 02:03:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129651 [API:8081]10.0.0.38 - - [2025-09-22 02:03:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.217994 [API:8081]10.0.0.56 - - [2025-09-22 02:03:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.050719 [Introspect:8090]10.0.0.56 - - [2025-09-22 02:04:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001170 [Introspect:8090]10.0.0.56 - - [2025-09-22 02:04:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001115 [Introspect:8090]10.0.0.56 - - [2025-09-22 02:05:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001947 [Introspect:8090]10.0.0.56 - - [2025-09-22 02:05:32] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000869 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0?flat HTTP/1.1" 200 35551 0.063272 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.053833 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0?flat HTTP/1.1" 200 38618 0.066942 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.015685 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0?flat HTTP/1.1" 200 37991 0.022290 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.014922 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20170 0.018651 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.018593 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3709 0.026188 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3375 0.013231 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.011332 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.014672 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4007 0.012782 [API:8081]10.0.0.56 - - [2025-09-22 02:05:32] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4007 0.013671 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.010532 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011789 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011530 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011586 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012293 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012077 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012296 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013456 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012328 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011443 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14821 0.019857 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015249 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14821 0.049132 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015127 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14828 0.014400 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015729 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20170 0.018237 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.019085 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12099 0.019225 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20170 0.026636 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.021501 [API:8081]10.0.0.56 - - [2025-09-22 02:05:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12099 0.018729 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.017692 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3267 0.029349 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20492 0.028056 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3270 0.019840 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.015497 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.027455 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3997 0.012539 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.014784 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14821 0.019962 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015278 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.011704 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14832 0.014418 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3995 0.012907 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015651 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3677 0.011143 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015174 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3677 0.011167 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.014297 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3677 0.012712 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.011024 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4308 0.011315 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4007 0.011223 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control:0?flat HTTP/1.1" 200 35556 0.019172 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.010880 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.018382 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control:0?flat HTTP/1.1" 200 38620 0.019951 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.009696 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16246 0.016449 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control:0?flat HTTP/1.1" 200 38001 0.027878 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012267 [API:8081]10.0.0.56 - - [2025-09-22 02:05:35] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4159-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13497 0.015244 [API:8081]10.0.0.56 - - [2025-09-22 02:05:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12081 0.017775 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?flat HTTP/1.1" 200 15704 0.020871 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?flat HTTP/1.1" 200 14313 0.018795 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?flat HTTP/1.1" 200 19292 0.028725 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?flat HTTP/1.1" 200 15704 0.023835 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?flat HTTP/1.1" 200 14313 0.027152 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?flat HTTP/1.1" 200 19292 0.034415 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?flat HTTP/1.1" 200 15704 0.024660 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?flat HTTP/1.1" 200 14313 0.018877 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?flat HTTP/1.1" 200 19292 0.027055 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?flat HTTP/1.1" 200 15704 0.020012 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?flat HTTP/1.1" 200 14313 0.019935 [API:8081]10.0.0.56 - - [2025-09-22 02:05:38] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?flat HTTP/1.1" 200 19292 0.021672 [API:8081]10.0.0.56 - - [2025-09-22 02:05:40] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 8135 0.018997 [API:8081]10.0.0.56 - - [2025-09-22 02:05:40] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 8139 0.019641 [API:8081]10.0.0.56 - - [2025-09-22 02:05:40] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4159-3?flat HTTP/1.1" 200 8137 0.013633 [API:8081]10.0.0.56 - - [2025-09-22 02:05:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.56 - - [2025-09-22 02:05:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.052078 [API:8081]10.0.0.56 - - [2025-09-22 02:05:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059063 [API:8081]10.0.0.56 - - [2025-09-22 02:05:56] "POST /analytics/query HTTP/1.1" 200 54746 1.067250 [API:8081]10.0.0.56 - - [2025-09-22 02:05:57] "POST /analytics/query HTTP/1.1" 200 5875 1.020407 [API:8081]10.0.0.56 - - [2025-09-22 02:05:58] "POST /analytics/query HTTP/1.1" 200 871 1.050874 [API:8081]10.0.0.56 - - [2025-09-22 02:05:59] "POST /analytics/query HTTP/1.1" 200 5875 1.019339 [API:8081]10.0.0.56 - - [2025-09-22 02:06:00] "POST /analytics/query HTTP/1.1" 200 871 1.015163 [API:8081]10.0.0.56 - - [2025-09-22 02:06:11] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000866 [API:8081]10.0.0.56 - - [2025-09-22 02:06:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.083116 [API:8081]10.0.0.27 - - [2025-09-22 02:08:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174813 [API:8081]10.0.0.56 - - [2025-09-22 02:08:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.245486 [API:8081]10.0.0.27 - - [2025-09-22 02:08:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.223531 [API:8081]10.0.0.56 - - [2025-09-22 02:08:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.186214 [API:8081]10.0.0.38 - - [2025-09-22 02:08:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.266909 [API:8081]10.0.0.38 - - [2025-09-22 02:08:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.304979 [API:8081]10.0.0.56 - - [2025-09-22 02:08:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059006 [API:8081]10.0.0.56 - - [2025-09-22 02:09:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.56 - - [2025-09-22 02:09:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1436 0.052638 [API:8081]10.0.0.56 - - [2025-09-22 02:09:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.054835 [API:8081]10.0.0.56 - - [2025-09-22 02:09:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.051688 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:10:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002815 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:10:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002963 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:10:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003531 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:10:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002428 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:10:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001897 [API:8081]10.0.0.38 - - [2025-09-22 02:11:32] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.38 - - [2025-09-22 02:11:32] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.56 - - [2025-09-22 02:11:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052727 [API:8081]10.0.0.56 - - [2025-09-22 02:12:01] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.56 - - [2025-09-22 02:12:01] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.27 - - [2025-09-22 02:12:02] "GET /analytics HTTP/1.1" 401 205 0.000221 [API:8081]10.0.0.27 - - [2025-09-22 02:12:02] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.56 - - [2025-09-22 02:12:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.067761 [API:8081]10.0.0.27 - - [2025-09-22 02:13:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.256961 [API:8081]10.0.0.56 - - [2025-09-22 02:13:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.475144 [API:8081]10.0.0.27 - - [2025-09-22 02:13:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.265608 [API:8081]10.0.0.56 - - [2025-09-22 02:13:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.188627 [API:8081]10.0.0.38 - - [2025-09-22 02:13:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.283171 [API:8081]10.0.0.38 - - [2025-09-22 02:13:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.311271 [API:8081]10.0.0.56 - - [2025-09-22 02:14:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.150412 [API:8081]10.0.0.56 - - [2025-09-22 02:15:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.56 - - [2025-09-22 02:15:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.046380 [API:8081]10.0.0.56 - - [2025-09-22 02:15:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.048952 [API:8081]10.0.0.56 - - [2025-09-22 02:15:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.052941 [API:8081]10.0.0.56 - - [2025-09-22 02:17:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1364 0.008196 [API:8081]10.0.0.56 - - [2025-09-22 02:17:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1370 0.008604 [API:8081]10.0.0.56 - - [2025-09-22 02:17:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1598 0.051878 [API:8081]10.0.0.56 - - [2025-09-22 02:17:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1826 0.007935 [API:8081]10.0.0.56 - - [2025-09-22 02:17:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.089582 [API:8081]10.0.0.27 - - [2025-09-22 02:18:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.209615 [API:8081]10.0.0.56 - - [2025-09-22 02:18:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.215486 [API:8081]10.0.0.27 - - [2025-09-22 02:18:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.207858 [API:8081]10.0.0.56 - - [2025-09-22 02:18:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.215435 [API:8081]10.0.0.38 - - [2025-09-22 02:18:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.250275 [API:8081]10.0.0.38 - - [2025-09-22 02:18:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.281311 [API:8081]10.0.0.56 - - [2025-09-22 02:18:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.055316 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:20:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002791 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:20:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002275 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:20:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002180 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:20:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002373 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:20:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001841 [API:8081]10.0.0.56 - - [2025-09-22 02:21:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053212 [API:8081]10.0.0.56 - - [2025-09-22 02:21:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.066996 [API:8081]10.0.0.56 - - [2025-09-22 02:21:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.020784 [API:8081]10.0.0.56 - - [2025-09-22 02:21:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.061631 [API:8081]10.0.0.56 - - [2025-09-22 02:21:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.018948 [API:8081]10.0.0.56 - - [2025-09-22 02:21:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.024102 [API:8081]10.0.0.56 - - [2025-09-22 02:21:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.017851 [API:8081]10.0.0.38 - - [2025-09-22 02:21:32] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.38 - - [2025-09-22 02:21:32] "GET /analytics HTTP/1.1" 401 205 0.000128 [API:8081]10.0.0.56 - - [2025-09-22 02:21:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.017159 [API:8081]10.0.0.56 - - [2025-09-22 02:21:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.017275 [API:8081]10.0.0.56 - - [2025-09-22 02:21:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet1-09925463?flat HTTP/1.1" 200 8247 0.011250 [API:8081]10.0.0.56 - - [2025-09-22 02:21:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008330 [API:8081]10.0.0.56 - - [2025-09-22 02:21:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25187 0.019233 [API:8081]10.0.0.56 - - [2025-09-22 02:21:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13039 0.022954 [API:8081]10.0.0.56 - - [2025-09-22 02:21:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25187 0.019886 [API:8081]10.0.0.56 - - [2025-09-22 02:21:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12617 0.020211 [API:8081]10.0.0.56 - - [2025-09-22 02:21:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-54140238:ctest-vnet0-14898256?flat HTTP/1.1" 200 8244 0.010947 [API:8081]10.0.0.56 - - [2025-09-22 02:21:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008713 [API:8081]10.0.0.56 - - [2025-09-22 02:21:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.009394 [API:8081]10.0.0.56 - - [2025-09-22 02:22:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.046962 [API:8081]10.0.0.56 - - [2025-09-22 02:22:01] "GET /analytics HTTP/1.1" 401 205 0.000216 [API:8081]10.0.0.56 - - [2025-09-22 02:22:01] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.27 - - [2025-09-22 02:22:02] "GET /analytics HTTP/1.1" 401 205 0.000214 [API:8081]10.0.0.27 - - [2025-09-22 02:22:02] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.27 - - [2025-09-22 02:23:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.122102 [API:8081]10.0.0.56 - - [2025-09-22 02:23:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151254 [API:8081]10.0.0.27 - - [2025-09-22 02:23:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144465 [API:8081]10.0.0.56 - - [2025-09-22 02:23:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162828 [API:8081]10.0.0.38 - - [2025-09-22 02:23:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.216300 [API:8081]10.0.0.38 - - [2025-09-22 02:23:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.231421 [API:8081]10.0.0.56 - - [2025-09-22 02:24:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064739 [API:8081]10.0.0.56 - - [2025-09-22 02:24:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.56 - - [2025-09-22 02:24:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1378 0.048634 [API:8081]10.0.0.56 - - [2025-09-22 02:25:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.046035 [API:8081]10.0.0.56 - - [2025-09-22 02:25:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.062203 [API:8081]10.0.0.56 - - [2025-09-22 02:25:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13080 0.022793 [API:8081]10.0.0.56 - - [2025-09-22 02:25:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.052284 [API:8081]10.0.0.56 - - [2025-09-22 02:25:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13080 0.019264 [API:8081]10.0.0.56 - - [2025-09-22 02:25:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.024048 [API:8081]10.0.0.56 - - [2025-09-22 02:25:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13080 0.018525 [API:8081]10.0.0.56 - - [2025-09-22 02:25:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019494 [API:8081]10.0.0.56 - - [2025-09-22 02:25:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13080 0.019575 [API:8081]10.0.0.56 - - [2025-09-22 02:25:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019522 [API:8081]10.0.0.56 - - [2025-09-22 02:25:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13080 0.020159 [API:8081]10.0.0.56 - - [2025-09-22 02:25:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020965 [API:8081]10.0.0.56 - - [2025-09-22 02:25:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13080 0.021274 [API:8081]10.0.0.56 - - [2025-09-22 02:25:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020772 [API:8081]10.0.0.56 - - [2025-09-22 02:25:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13080 0.019630 [API:8081]10.0.0.56 - - [2025-09-22 02:25:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018981 [API:8081]10.0.0.56 - - [2025-09-22 02:25:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13080 0.019553 [API:8081]10.0.0.56 - - [2025-09-22 02:25:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020190 [API:8081]10.0.0.56 - - [2025-09-22 02:25:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12631 0.022291 [API:8081]10.0.0.56 - - [2025-09-22 02:25:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-49689072:ctest-vnet0-97818488?flat HTTP/1.1" 200 7199 0.024471 [API:8081]10.0.0.56 - - [2025-09-22 02:25:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.017517 [API:8081]10.0.0.56 - - [2025-09-22 02:25:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.56 - - [2025-09-22 02:25:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.047575 [API:8081]10.0.0.56 - - [2025-09-22 02:26:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-09-22 02:26:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.050641 [API:8081]10.0.0.56 - - [2025-09-22 02:26:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.046999 [API:8081]10.0.0.56 - - [2025-09-22 02:26:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.050557 [API:8081]10.0.0.56 - - [2025-09-22 02:26:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-68373447:00219049-b880-45d6-a592-22243d78eed3?flat HTTP/1.1" 200 5232 0.015214 [API:8081]10.0.0.56 - - [2025-09-22 02:26:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-68373447:00219049-b880-45d6-a592-22243d78eed3?flat HTTP/1.1" 200 5232 0.013335 [API:8081]10.0.0.56 - - [2025-09-22 02:26:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-68373447:00219049-b880-45d6-a592-22243d78eed3?flat HTTP/1.1" 200 5232 0.016050 [API:8081]10.0.0.56 - - [2025-09-22 02:26:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-68373447:ctest-VN1-74225606?flat HTTP/1.1" 200 8562 0.024336 [API:8081]10.0.0.56 - - [2025-09-22 02:26:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.021655 [API:8081]10.0.0.56 - - [2025-09-22 02:26:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13382 0.021744 [API:8081]10.0.0.56 - - [2025-09-22 02:26:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.019289 [API:8081]10.0.0.56 - - [2025-09-22 02:26:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13382 0.019035 [API:8081]10.0.0.56 - - [2025-09-22 02:26:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014168 [API:8081]10.0.0.56 - - [2025-09-22 02:27:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-68373447:16c571b9-0a55-4f68-b959-d57d8f3ab290?flat HTTP/1.1" 200 5090 0.015015 [API:8081]10.0.0.56 - - [2025-09-22 02:27:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-68373447:16c571b9-0a55-4f68-b959-d57d8f3ab290?flat HTTP/1.1" 200 5090 0.015561 [API:8081]10.0.0.56 - - [2025-09-22 02:27:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-68373447:16c571b9-0a55-4f68-b959-d57d8f3ab290?flat HTTP/1.1" 200 5090 0.014193 [API:8081]10.0.0.56 - - [2025-09-22 02:27:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-68373447:ctest-VN2-93317681?flat HTTP/1.1" 200 7856 0.016596 [API:8081]10.0.0.56 - - [2025-09-22 02:27:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018716 [API:8081]10.0.0.56 - - [2025-09-22 02:27:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016366 [API:8081]10.0.0.56 - - [2025-09-22 02:27:03] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.016665 [API:8081]10.0.0.56 - - [2025-09-22 02:27:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046992 [API:8081]10.0.0.56 - - [2025-09-22 02:27:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-68373447:df1fb85e-220f-41c0-9955-f2435051f60e?flat HTTP/1.1" 200 5095 0.021330 [API:8081]10.0.0.56 - - [2025-09-22 02:27:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-68373447:df1fb85e-220f-41c0-9955-f2435051f60e?flat HTTP/1.1" 200 5095 0.013331 [API:8081]10.0.0.56 - - [2025-09-22 02:27:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-68373447:df1fb85e-220f-41c0-9955-f2435051f60e?flat HTTP/1.1" 200 5095 0.019874 [API:8081]10.0.0.56 - - [2025-09-22 02:27:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-68373447:ctest-VN3-83033793?flat HTTP/1.1" 200 7445 0.018762 [API:8081]10.0.0.56 - - [2025-09-22 02:27:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.020256 [API:8081]10.0.0.56 - - [2025-09-22 02:27:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13382 0.020104 [API:8081]10.0.0.56 - - [2025-09-22 02:27:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25202 0.018271 [API:8081]10.0.0.56 - - [2025-09-22 02:27:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13382 0.019990 [API:8081]10.0.0.56 - - [2025-09-22 02:27:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008758 [API:8081]10.0.0.56 - - [2025-09-22 02:28:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.050622 [API:8081]10.0.0.56 - - [2025-09-22 02:28:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.020030 [API:8081]10.0.0.56 - - [2025-09-22 02:28:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13392 0.022128 [API:8081]10.0.0.56 - - [2025-09-22 02:28:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25205 0.032411 [API:8081]10.0.0.56 - - [2025-09-22 02:28:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13202 0.031670 [API:8081]10.0.0.56 - - [2025-09-22 02:28:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-68373447:ctest-VN3-83033793?flat HTTP/1.1" 200 6218 0.018948 [API:8081]10.0.0.56 - - [2025-09-22 02:28:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.017883 [API:8081]10.0.0.56 - - [2025-09-22 02:28:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.030392 [API:8081]10.0.0.56 - - [2025-09-22 02:28:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017520 [API:8081]10.0.0.56 - - [2025-09-22 02:28:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018016 [API:8081]10.0.0.56 - - [2025-09-22 02:28:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018847 [API:8081]10.0.0.56 - - [2025-09-22 02:28:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019147 [API:8081]10.0.0.56 - - [2025-09-22 02:28:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016965 [API:8081]10.0.0.56 - - [2025-09-22 02:28:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.025980 [API:8081]10.0.0.27 - - [2025-09-22 02:28:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.141204 [API:8081]10.0.0.56 - - [2025-09-22 02:28:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150765 [API:8081]10.0.0.27 - - [2025-09-22 02:28:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139840 [API:8081]10.0.0.56 - - [2025-09-22 02:28:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154690 [API:8081]10.0.0.56 - - [2025-09-22 02:28:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.015635 [API:8081]10.0.0.56 - - [2025-09-22 02:28:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-68373447:ctest-VN2-93317681?flat HTTP/1.1" 200 6550 0.011547 [API:8081]10.0.0.56 - - [2025-09-22 02:28:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008211 [API:8081]10.0.0.38 - - [2025-09-22 02:28:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.393803 [API:8081]10.0.0.38 - - [2025-09-22 02:28:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.429621 [API:8081]10.0.0.56 - - [2025-09-22 02:28:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.020314 [API:8081]10.0.0.56 - - [2025-09-22 02:28:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13024 0.021097 [API:8081]10.0.0.56 - - [2025-09-22 02:28:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.021440 [API:8081]10.0.0.56 - - [2025-09-22 02:28:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13024 0.020920 [API:8081]10.0.0.56 - - [2025-09-22 02:28:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25207 0.018028 [API:8081]10.0.0.56 - - [2025-09-22 02:28:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12636 0.021478 [API:8081]10.0.0.56 - - [2025-09-22 02:28:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-68373447:ctest-VN1-74225606?flat HTTP/1.1" 200 6776 0.015651 [API:8081]10.0.0.56 - - [2025-09-22 02:28:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007519 [API:8081]10.0.0.56 - - [2025-09-22 02:28:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-09-22 02:28:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.055487 [API:8081]10.0.0.56 - - [2025-09-22 02:28:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.048742 [API:8081]10.0.0.56 - - [2025-09-22 02:29:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.050453 [API:8081]10.0.0.56 - - [2025-09-22 02:29:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:5400849b-c68f-413b-b0ba-19911766804f?flat HTTP/1.1" 200 5368 0.014359 [API:8081]10.0.0.56 - - [2025-09-22 02:29:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:5400849b-c68f-413b-b0ba-19911766804f?flat HTTP/1.1" 200 5368 0.038795 [API:8081]10.0.0.56 - - [2025-09-22 02:29:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:5400849b-c68f-413b-b0ba-19911766804f?flat HTTP/1.1" 200 5368 0.012603 [API:8081]10.0.0.56 - - [2025-09-22 02:29:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:5400849b-c68f-413b-b0ba-19911766804f?flat HTTP/1.1" 200 5368 0.012682 [API:8081]10.0.0.56 - - [2025-09-22 02:29:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN1-91656259?flat HTTP/1.1" 200 9457 0.015620 [API:8081]10.0.0.56 - - [2025-09-22 02:29:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020711 [API:8081]10.0.0.56 - - [2025-09-22 02:29:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13423 0.023164 [API:8081]10.0.0.56 - - [2025-09-22 02:29:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.022292 [API:8081]10.0.0.56 - - [2025-09-22 02:29:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13423 0.021502 [API:8081]10.0.0.56 - - [2025-09-22 02:29:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008870 [API:8081]10.0.0.56 - - [2025-09-22 02:29:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5?flat HTTP/1.1" 200 5217 0.013313 [API:8081]10.0.0.56 - - [2025-09-22 02:29:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5?flat HTTP/1.1" 200 5217 0.012183 [API:8081]10.0.0.56 - - [2025-09-22 02:29:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5?flat HTTP/1.1" 200 5217 0.013012 [API:8081]10.0.0.56 - - [2025-09-22 02:29:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:ea6ab9a0-15fb-4b1c-944a-24ada1cd7ae5?flat HTTP/1.1" 200 5217 0.011801 [API:8081]10.0.0.56 - - [2025-09-22 02:29:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN2-15359173?flat HTTP/1.1" 200 8633 0.014091 [API:8081]10.0.0.56 - - [2025-09-22 02:29:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021214 [API:8081]10.0.0.56 - - [2025-09-22 02:29:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017626 [API:8081]10.0.0.56 - - [2025-09-22 02:29:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008507 [API:8081]10.0.0.56 - - [2025-09-22 02:30:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:bd2fdbac-ee7b-494a-81b8-1e23dec0e255?flat HTTP/1.1" 200 5223 0.014832 [API:8081]10.0.0.56 - - [2025-09-22 02:30:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:bd2fdbac-ee7b-494a-81b8-1e23dec0e255?flat HTTP/1.1" 200 5223 0.012606 [API:8081]10.0.0.56 - - [2025-09-22 02:30:00] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:bd2fdbac-ee7b-494a-81b8-1e23dec0e255?flat HTTP/1.1" 200 5223 0.012900 [API:8081]10.0.0.56 - - [2025-09-22 02:30:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-35215347:bd2fdbac-ee7b-494a-81b8-1e23dec0e255?flat HTTP/1.1" 200 5223 0.013481 [API:8081]10.0.0.56 - - [2025-09-22 02:30:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN3-79198819?flat HTTP/1.1" 200 8205 0.016797 [API:8081]10.0.0.56 - - [2025-09-22 02:30:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.027910 [API:8081]10.0.0.56 - - [2025-09-22 02:30:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13423 0.028831 [API:8081]10.0.0.56 - - [2025-09-22 02:30:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.027128 [API:8081]10.0.0.56 - - [2025-09-22 02:30:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13423 0.021167 [API:8081]10.0.0.56 - - [2025-09-22 02:30:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009313 [API:8081]10.0.0.56 - - [2025-09-22 02:30:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051383 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:30:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002286 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:30:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002408 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:30:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002288 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:30:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002280 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:30:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002286 [API:8081]10.0.0.56 - - [2025-09-22 02:31:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.053635 [API:8081]10.0.0.56 - - [2025-09-22 02:31:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020452 [API:8081]10.0.0.56 - - [2025-09-22 02:31:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13430 0.021677 [API:8081]10.0.0.56 - - [2025-09-22 02:31:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019469 [API:8081]10.0.0.56 - - [2025-09-22 02:31:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13430 0.023195 [API:8081]10.0.0.56 - - [2025-09-22 02:31:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.019335 [API:8081]10.0.0.56 - - [2025-09-22 02:31:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13430 0.018619 [API:8081]10.0.0.56 - - [2025-09-22 02:31:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020412 [API:8081]10.0.0.56 - - [2025-09-22 02:31:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13430 0.019696 [API:8081]10.0.0.56 - - [2025-09-22 02:31:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.018480 [API:8081]10.0.0.56 - - [2025-09-22 02:31:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13430 0.019318 [API:8081]10.0.0.56 - - [2025-09-22 02:31:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020908 [API:8081]10.0.0.56 - - [2025-09-22 02:31:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13430 0.020640 [API:8081]10.0.0.38 - - [2025-09-22 02:31:32] "GET /analytics HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.38 - - [2025-09-22 02:31:32] "GET /analytics HTTP/1.1" 401 205 0.000156 [API:8081]10.0.0.56 - - [2025-09-22 02:31:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25209 0.020912 [API:8081]10.0.0.56 - - [2025-09-22 02:31:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13430 0.019351 [API:8081]10.0.0.56 - - [2025-09-22 02:31:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019681 [API:8081]10.0.0.56 - - [2025-09-22 02:31:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13430 0.021770 [API:8081]10.0.0.56 - - [2025-09-22 02:31:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.019250 [API:8081]10.0.0.56 - - [2025-09-22 02:31:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13043 0.018202 [API:8081]10.0.0.56 - - [2025-09-22 02:31:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN3-79198819?flat HTTP/1.1" 200 6966 0.012038 [API:8081]10.0.0.56 - - [2025-09-22 02:31:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007758 [API:8081]10.0.0.56 - - [2025-09-22 02:31:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.021074 [API:8081]10.0.0.56 - - [2025-09-22 02:31:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017404 [API:8081]10.0.0.56 - - [2025-09-22 02:31:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.016453 [API:8081]10.0.0.56 - - [2025-09-22 02:31:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017101 [API:8081]10.0.0.56 - - [2025-09-22 02:31:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019042 [API:8081]10.0.0.56 - - [2025-09-22 02:31:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018611 [API:8081]10.0.0.56 - - [2025-09-22 02:32:01] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.56 - - [2025-09-22 02:32:01] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.27 - - [2025-09-22 02:32:02] "GET /analytics HTTP/1.1" 401 205 0.000202 [API:8081]10.0.0.27 - - [2025-09-22 02:32:02] "GET /analytics HTTP/1.1" 401 205 0.000112 [API:8081]10.0.0.56 - - [2025-09-22 02:32:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017608 [API:8081]10.0.0.56 - - [2025-09-22 02:32:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.018083 [API:8081]10.0.0.56 - - [2025-09-22 02:32:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN2-15359173?flat HTTP/1.1" 200 7309 0.012241 [API:8081]10.0.0.56 - - [2025-09-22 02:32:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.012909 [API:8081]10.0.0.56 - - [2025-09-22 02:32:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25211 0.020022 [API:8081]10.0.0.56 - - [2025-09-22 02:32:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13044 0.019412 [API:8081]10.0.0.56 - - [2025-09-22 02:32:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25212 0.024077 [API:8081]10.0.0.56 - - [2025-09-22 02:32:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12637 0.025378 [API:8081]10.0.0.56 - - [2025-09-22 02:32:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-35215347:ctest-VN1-91656259?flat HTTP/1.1" 200 7650 0.012667 [API:8081]10.0.0.56 - - [2025-09-22 02:32:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010676 [API:8081]10.0.0.56 - - [2025-09-22 02:32:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.56 - - [2025-09-22 02:32:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.048543 [API:8081]10.0.0.56 - - [2025-09-22 02:32:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.052405 [API:8081]10.0.0.56 - - [2025-09-22 02:33:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064216 [API:8081]10.0.0.27 - - [2025-09-22 02:33:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169379 [API:8081]10.0.0.56 - - [2025-09-22 02:33:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130709 [API:8081]10.0.0.27 - - [2025-09-22 02:33:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144701 [API:8081]10.0.0.56 - - [2025-09-22 02:33:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137169 [API:8081]10.0.0.38 - - [2025-09-22 02:33:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.252570 [API:8081]10.0.0.38 - - [2025-09-22 02:33:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.277845 [API:8081]10.0.0.56 - - [2025-09-22 02:34:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.058424 [API:8081]10.0.0.56 - - [2025-09-22 02:34:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.56 - - [2025-09-22 02:34:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.052773 [API:8081]10.0.0.56 - - [2025-09-22 02:36:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057060 [API:8081]10.0.0.56 - - [2025-09-22 02:36:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25228 0.067305 [API:8081]10.0.0.56 - - [2025-09-22 02:36:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13078 0.020112 [API:8081]10.0.0.56 - - [2025-09-22 02:36:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25229 0.074389 [API:8081]10.0.0.56 - - [2025-09-22 02:36:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12647 0.020027 [API:8081]10.0.0.56 - - [2025-09-22 02:36:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-94402543:ctest-vnet0-65774905?flat HTTP/1.1" 200 7964 0.012733 [API:8081]10.0.0.56 - - [2025-09-22 02:36:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007813 [API:8081]10.0.0.56 - - [2025-09-22 02:36:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-09-22 02:37:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.049031 [API:8081]10.0.0.56 - - [2025-09-22 02:37:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.046589 [API:8081]10.0.0.56 - - [2025-09-22 02:37:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.053262 [API:8081]10.0.0.27 - - [2025-09-22 02:38:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159771 [API:8081]10.0.0.56 - - [2025-09-22 02:38:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140635 [API:8081]10.0.0.27 - - [2025-09-22 02:38:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151420 [API:8081]10.0.0.56 - - [2025-09-22 02:38:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150718 [API:8081]10.0.0.38 - - [2025-09-22 02:38:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.253847 [API:8081]10.0.0.38 - - [2025-09-22 02:38:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.274021 [API:8081]10.0.0.56 - - [2025-09-22 02:39:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051328 [API:8081]10.0.0.56 - - [2025-09-22 02:40:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.018262 [API:8081]10.0.0.56 - - [2025-09-22 02:40:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.062140 [API:8081]10.0.0.56 - - [2025-09-22 02:40:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.017682 [API:8081]10.0.0.56 - - [2025-09-22 02:40:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.017768 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:40:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002292 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:40:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002253 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:40:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002422 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:40:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002208 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:40:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002201 [API:8081]10.0.0.56 - - [2025-09-22 02:40:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.050236 [API:8081]10.0.0.56 - - [2025-09-22 02:40:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.021743 [API:8081]10.0.0.56 - - [2025-09-22 02:40:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.017639 [API:8081]10.0.0.56 - - [2025-09-22 02:40:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.015920 [API:8081]10.0.0.56 - - [2025-09-22 02:40:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.020993 [API:8081]10.0.0.56 - - [2025-09-22 02:40:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-95287583:ctest-vnet1-22975752?flat HTTP/1.1" 200 7307 0.013900 [API:8081]10.0.0.56 - - [2025-09-22 02:40:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008405 [API:8081]10.0.0.56 - - [2025-09-22 02:40:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25239 0.019307 [API:8081]10.0.0.56 - - [2025-09-22 02:40:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13063 0.019234 [API:8081]10.0.0.56 - - [2025-09-22 02:40:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25239 0.030847 [API:8081]10.0.0.56 - - [2025-09-22 02:40:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12650 0.028779 [API:8081]10.0.0.56 - - [2025-09-22 02:40:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-95287583:ctest-vnet0-39424383?flat HTTP/1.1" 200 6959 0.020148 [API:8081]10.0.0.56 - - [2025-09-22 02:40:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008289 [API:8081]10.0.0.56 - - [2025-09-22 02:40:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.56 - - [2025-09-22 02:40:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.052029 [API:8081]10.0.0.56 - - [2025-09-22 02:41:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.046959 [API:8081]10.0.0.38 - - [2025-09-22 02:41:32] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2025-09-22 02:41:32] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.56 - - [2025-09-22 02:42:01] "GET /analytics HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.56 - - [2025-09-22 02:42:01] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.27 - - [2025-09-22 02:42:02] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.27 - - [2025-09-22 02:42:02] "GET /analytics HTTP/1.1" 401 205 0.000120 [API:8081]10.0.0.56 - - [2025-09-22 02:42:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048847 [API:8081]10.0.0.56 - - [2025-09-22 02:43:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.060322 [API:8081]10.0.0.27 - - [2025-09-22 02:43:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.133233 [API:8081]10.0.0.56 - - [2025-09-22 02:43:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.122440 [API:8081]10.0.0.27 - - [2025-09-22 02:43:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.116759 [API:8081]10.0.0.56 - - [2025-09-22 02:43:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.127689 [API:8081]10.0.0.38 - - [2025-09-22 02:43:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.232134 [API:8081]10.0.0.38 - - [2025-09-22 02:43:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.259440 [API:8081]10.0.0.56 - - [2025-09-22 02:44:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.018266 [API:8081]10.0.0.56 - - [2025-09-22 02:44:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.071049 [API:8081]10.0.0.56 - - [2025-09-22 02:44:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ctest-vnet1-60058244?flat HTTP/1.1" 200 8068 0.012171 [API:8081]10.0.0.56 - - [2025-09-22 02:44:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009445 [API:8081]10.0.0.56 - - [2025-09-22 02:44:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.019543 [API:8081]10.0.0.56 - - [2025-09-22 02:44:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13085 0.027471 [API:8081]10.0.0.56 - - [2025-09-22 02:44:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.020108 [API:8081]10.0.0.56 - - [2025-09-22 02:44:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13085 0.021599 [API:8081]10.0.0.56 - - [2025-09-22 02:44:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25246 0.021668 [API:8081]10.0.0.56 - - [2025-09-22 02:44:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12646 0.020840 [API:8081]10.0.0.56 - - [2025-09-22 02:44:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-14206705:ctest-vnet0-98582001?flat HTTP/1.1" 200 7706 0.010748 [API:8081]10.0.0.56 - - [2025-09-22 02:44:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009298 [API:8081]10.0.0.56 - - [2025-09-22 02:45:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052876 [API:8081]10.0.0.56 - - [2025-09-22 02:46:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.047712 [API:8081]10.0.0.56 - - [2025-09-22 02:48:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073401 [API:8081]10.0.0.27 - - [2025-09-22 02:48:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145900 [API:8081]10.0.0.56 - - [2025-09-22 02:48:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137656 [API:8081]10.0.0.27 - - [2025-09-22 02:48:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.131555 [API:8081]10.0.0.56 - - [2025-09-22 02:48:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.141650 [API:8081]10.0.0.38 - - [2025-09-22 02:48:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.196023 [API:8081]10.0.0.38 - - [2025-09-22 02:48:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.250159 [API:8081]10.0.0.56 - - [2025-09-22 02:48:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-09-22 02:48:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.051450 [API:8081]10.0.0.56 - - [2025-09-22 02:49:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.054390 [API:8081]10.0.0.56 - - [2025-09-22 02:49:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.048249 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:50:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002459 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:50:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002466 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:50:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002415 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:50:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002507 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 02:50:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001944 [API:8081]10.0.0.56 - - [2025-09-22 02:51:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068506 [API:8081]10.0.0.38 - - [2025-09-22 02:51:32] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.38 - - [2025-09-22 02:51:32] "GET /analytics HTTP/1.1" 401 205 0.000122 [API:8081]10.0.0.56 - - [2025-09-22 02:51:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.56 - - [2025-09-22 02:51:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1478 0.043771 [API:8081]10.0.0.56 - - [2025-09-22 02:52:01] "GET /analytics HTTP/1.1" 401 205 0.000398 [API:8081]10.0.0.56 - - [2025-09-22 02:52:01] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.27 - - [2025-09-22 02:52:02] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.27 - - [2025-09-22 02:52:02] "GET /analytics HTTP/1.1" 401 205 0.000126 [API:8081]10.0.0.56 - - [2025-09-22 02:52:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:313ae0db-c8f1-4c85-b716-30e2e2c35342?flat HTTP/1.1" 200 5675 0.061902 [API:8081]10.0.0.56 - - [2025-09-22 02:52:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:313ae0db-c8f1-4c85-b716-30e2e2c35342?flat HTTP/1.1" 200 5675 0.063094 [API:8081]10.0.0.56 - - [2025-09-22 02:52:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:313ae0db-c8f1-4c85-b716-30e2e2c35342?flat HTTP/1.1" 200 5675 0.012873 [API:8081]10.0.0.56 - - [2025-09-22 02:52:09] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308-69689375?flat HTTP/1.1" 200 4538 0.016994 [API:8081]10.0.0.56 - - [2025-09-22 02:52:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.033004 [API:8081]10.0.0.56 - - [2025-09-22 02:52:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13251 0.019508 [API:8081]10.0.0.56 - - [2025-09-22 02:52:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25254 0.036430 [API:8081]10.0.0.56 - - [2025-09-22 02:52:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13251 0.030793 [API:8081]10.0.0.56 - - [2025-09-22 02:52:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012878 [API:8081]10.0.0.56 - - [2025-09-22 02:52:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.052652 [API:8081]10.0.0.56 - - [2025-09-22 02:52:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:adfeb910-c617-49f7-a0ef-82d32ede7ea5?flat HTTP/1.1" 200 5677 0.011988 [API:8081]10.0.0.56 - - [2025-09-22 02:52:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:adfeb910-c617-49f7-a0ef-82d32ede7ea5?flat HTTP/1.1" 200 5677 0.011327 [API:8081]10.0.0.56 - - [2025-09-22 02:52:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:adfeb910-c617-49f7-a0ef-82d32ede7ea5?flat HTTP/1.1" 200 5677 0.012078 [API:8081]10.0.0.56 - - [2025-09-22 02:52:30] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308-69689375?flat HTTP/1.1" 200 10799 0.016794 [API:8081]10.0.0.56 - - [2025-09-22 02:52:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.017621 [API:8081]10.0.0.56 - - [2025-09-22 02:52:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.017687 [API:8081]10.0.0.56 - - [2025-09-22 02:52:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010358 [API:8081]10.0.0.27 - - [2025-09-22 02:53:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161841 [API:8081]10.0.0.56 - - [2025-09-22 02:53:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.142921 [API:8081]10.0.0.27 - - [2025-09-22 02:53:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146243 [API:8081]10.0.0.56 - - [2025-09-22 02:53:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168701 [API:8081]10.0.0.38 - - [2025-09-22 02:53:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.231920 [API:8081]10.0.0.38 - - [2025-09-22 02:53:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.273499 [API:8081]10.0.0.56 - - [2025-09-22 02:54:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017282 [API:8081]10.0.0.56 - - [2025-09-22 02:54:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.019410 [API:8081]10.0.0.56 - - [2025-09-22 02:54:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051461 [API:8081]10.0.0.56 - - [2025-09-22 02:54:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017711 [API:8081]10.0.0.56 - - [2025-09-22 02:54:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.029427 [API:8081]10.0.0.56 - - [2025-09-22 02:54:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017413 [API:8081]10.0.0.56 - - [2025-09-22 02:54:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017311 [API:8081]10.0.0.56 - - [2025-09-22 02:54:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308-69689375?flat HTTP/1.1" 200 11617 0.017700 [API:8081]10.0.0.56 - - [2025-09-22 02:54:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008998 [API:8081]10.0.0.56 - - [2025-09-22 02:54:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.021646 [API:8081]10.0.0.56 - - [2025-09-22 02:54:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 14114 0.022279 [API:8081]10.0.0.56 - - [2025-09-22 02:54:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.024417 [API:8081]10.0.0.56 - - [2025-09-22 02:54:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13518 0.022533 [API:8081]10.0.0.56 - - [2025-09-22 02:54:41] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308:ctest-SecurityGroupBasicRegressionTests1Ipv6-45135308-69689375?flat HTTP/1.1" 200 8798 0.013349 [API:8081]10.0.0.56 - - [2025-09-22 02:54:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008542 [API:8081]10.0.0.56 - - [2025-09-22 02:54:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-09-22 02:54:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.047795 [API:8081]10.0.0.56 - - [2025-09-22 02:55:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2573 0.064924 [API:8081]10.0.0.56 - - [2025-09-22 02:55:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:78069ee0-446c-465c-ae9e-9b2e15efde16?flat HTTP/1.1" 200 5808 0.055696 [API:8081]10.0.0.56 - - [2025-09-22 02:55:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:78069ee0-446c-465c-ae9e-9b2e15efde16?flat HTTP/1.1" 200 5808 0.014997 [API:8081]10.0.0.56 - - [2025-09-22 02:55:28] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:78069ee0-446c-465c-ae9e-9b2e15efde16?flat HTTP/1.1" 200 5808 0.067075 [API:8081]10.0.0.56 - - [2025-09-22 02:55:28] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665-46431522?flat HTTP/1.1" 200 10445 0.016407 [API:8081]10.0.0.56 - - [2025-09-22 02:55:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.022488 [API:8081]10.0.0.56 - - [2025-09-22 02:55:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 14146 0.020101 [API:8081]10.0.0.56 - - [2025-09-22 02:55:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25257 0.019398 [API:8081]10.0.0.56 - - [2025-09-22 02:55:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 14146 0.021595 [API:8081]10.0.0.56 - - [2025-09-22 02:55:29] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.011417 [API:8081]10.0.0.56 - - [2025-09-22 02:55:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:5441b320-f059-40fe-bd1e-04b75b1a9d82?flat HTTP/1.1" 200 5672 0.013542 [API:8081]10.0.0.56 - - [2025-09-22 02:55:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:5441b320-f059-40fe-bd1e-04b75b1a9d82?flat HTTP/1.1" 200 5672 0.011579 [API:8081]10.0.0.56 - - [2025-09-22 02:55:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:5441b320-f059-40fe-bd1e-04b75b1a9d82?flat HTTP/1.1" 200 5672 0.013613 [API:8081]10.0.0.56 - - [2025-09-22 02:55:49] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665-46431522?flat HTTP/1.1" 200 11821 0.018164 [API:8081]10.0.0.56 - - [2025-09-22 02:55:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017150 [API:8081]10.0.0.56 - - [2025-09-22 02:55:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017851 [API:8081]10.0.0.56 - - [2025-09-22 02:55:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009260 [API:8081]10.0.0.56 - - [2025-09-22 02:57:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057287 [API:8081]10.0.0.56 - - [2025-09-22 02:57:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018837 [API:8081]10.0.0.56 - - [2025-09-22 02:57:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018027 [API:8081]10.0.0.56 - - [2025-09-22 02:57:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017561 [API:8081]10.0.0.56 - - [2025-09-22 02:57:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018076 [API:8081]10.0.0.56 - - [2025-09-22 02:57:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018223 [API:8081]10.0.0.56 - - [2025-09-22 02:57:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018177 [API:8081]10.0.0.56 - - [2025-09-22 02:57:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.020014 [API:8081]10.0.0.56 - - [2025-09-22 02:57:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018541 [API:8081]10.0.0.56 - - [2025-09-22 02:58:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.017925 [API:8081]10.0.0.56 - - [2025-09-22 02:58:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24636 0.018117 [API:8081]10.0.0.56 - - [2025-09-22 02:58:06] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665-46431522?flat HTTP/1.1" 200 11667 0.018233 [API:8081]10.0.0.56 - - [2025-09-22 02:58:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010230 [API:8081]10.0.0.56 - - [2025-09-22 02:58:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.023260 [API:8081]10.0.0.56 - - [2025-09-22 02:58:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13287 0.032327 [API:8081]10.0.0.56 - - [2025-09-22 02:58:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.021521 [API:8081]10.0.0.56 - - [2025-09-22 02:58:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12665 0.021863 [API:8081]10.0.0.56 - - [2025-09-22 02:58:12] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665:ctest-SecurityGroupBasicRegressionTests1_contrail-39280665-46431522?flat HTTP/1.1" 200 8431 0.012712 [API:8081]10.0.0.56 - - [2025-09-22 02:58:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008171 [API:8081]10.0.0.56 - - [2025-09-22 02:58:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.56 - - [2025-09-22 02:58:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.058166 [API:8081]10.0.0.56 - - [2025-09-22 02:58:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.056597 [API:8081]10.0.0.27 - - [2025-09-22 02:58:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.371775 [API:8081]10.0.0.56 - - [2025-09-22 02:58:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.239268 [API:8081]10.0.0.27 - - [2025-09-22 02:58:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139589 [API:8081]10.0.0.56 - - [2025-09-22 02:58:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.182011 [API:8081]10.0.0.38 - - [2025-09-22 02:58:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.258019 [API:8081]10.0.0.38 - - [2025-09-22 02:58:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.267962 [API:8081]10.0.0.56 - - [2025-09-22 02:59:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:e44f9179-858d-4e86-9a74-ac9f852cb871?flat HTTP/1.1" 200 5683 0.051185 [API:8081]10.0.0.56 - - [2025-09-22 02:59:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:e44f9179-858d-4e86-9a74-ac9f852cb871?flat HTTP/1.1" 200 5683 0.017168 [API:8081]10.0.0.56 - - [2025-09-22 02:59:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:e44f9179-858d-4e86-9a74-ac9f852cb871?flat HTTP/1.1" 200 5683 0.059907 [API:8081]10.0.0.56 - - [2025-09-22 02:59:01] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:ctest-SecurityGroupBasicRegressionTests1-29804628-06467410?flat HTTP/1.1" 200 4341 0.017199 [API:8081]10.0.0.56 - - [2025-09-22 02:59:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.021088 [API:8081]10.0.0.56 - - [2025-09-22 02:59:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13244 0.019805 [API:8081]10.0.0.56 - - [2025-09-22 02:59:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.018424 [API:8081]10.0.0.56 - - [2025-09-22 02:59:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13244 0.020905 [API:8081]10.0.0.56 - - [2025-09-22 02:59:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008483 [API:8081]10.0.0.56 - - [2025-09-22 02:59:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:5719131d-092b-4d83-8a4e-c349de46fe71?flat HTTP/1.1" 200 5545 0.013695 [API:8081]10.0.0.56 - - [2025-09-22 02:59:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:5719131d-092b-4d83-8a4e-c349de46fe71?flat HTTP/1.1" 200 5545 0.012825 [API:8081]10.0.0.56 - - [2025-09-22 02:59:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:5719131d-092b-4d83-8a4e-c349de46fe71?flat HTTP/1.1" 200 5545 0.012239 [API:8081]10.0.0.56 - - [2025-09-22 02:59:22] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:ctest-SecurityGroupBasicRegressionTests1-29804628-06467410?flat HTTP/1.1" 200 10934 0.016012 [API:8081]10.0.0.56 - - [2025-09-22 02:59:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.016599 [API:8081]10.0.0.56 - - [2025-09-22 02:59:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.016525 [API:8081]10.0.0.56 - - [2025-09-22 02:59:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010603 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:00:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002667 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:00:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002667 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:00:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002288 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:00:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002168 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:00:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001874 [API:8081]10.0.0.56 - - [2025-09-22 03:00:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053238 [API:8081]10.0.0.56 - - [2025-09-22 03:01:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.041478 [API:8081]10.0.0.56 - - [2025-09-22 03:01:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020234 [API:8081]10.0.0.56 - - [2025-09-22 03:01:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017238 [API:8081]10.0.0.56 - - [2025-09-22 03:01:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019281 [API:8081]10.0.0.56 - - [2025-09-22 03:01:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017290 [API:8081]10.0.0.56 - - [2025-09-22 03:01:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019411 [API:8081]10.0.0.56 - - [2025-09-22 03:01:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017943 [API:8081]10.0.0.56 - - [2025-09-22 03:01:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.049508 [API:8081]10.0.0.38 - - [2025-09-22 03:01:32] "GET /analytics HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.38 - - [2025-09-22 03:01:32] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.56 - - [2025-09-22 03:01:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.027406 [API:8081]10.0.0.56 - - [2025-09-22 03:01:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017336 [API:8081]10.0.0.56 - - [2025-09-22 03:01:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:ctest-SecurityGroupBasicRegressionTests1-29804628-06467410?flat HTTP/1.1" 200 10826 0.017420 [API:8081]10.0.0.56 - - [2025-09-22 03:01:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009419 [API:8081]10.0.0.56 - - [2025-09-22 03:01:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.020722 [API:8081]10.0.0.56 - - [2025-09-22 03:01:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13245 0.020623 [API:8081]10.0.0.56 - - [2025-09-22 03:01:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25260 0.021071 [API:8081]10.0.0.56 - - [2025-09-22 03:01:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12666 0.020440 [API:8081]10.0.0.56 - - [2025-09-22 03:01:41] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-29804628:ctest-SecurityGroupBasicRegressionTests1-29804628-06467410?flat HTTP/1.1" 200 7959 0.016207 [API:8081]10.0.0.56 - - [2025-09-22 03:01:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010226 [API:8081]10.0.0.56 - - [2025-09-22 03:01:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000282 [API:8081]10.0.0.56 - - [2025-09-22 03:01:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.049126 [API:8081]10.0.0.56 - - [2025-09-22 03:01:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.049805 [API:8081]10.0.0.56 - - [2025-09-22 03:02:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.049635 [API:8081]10.0.0.56 - - [2025-09-22 03:02:01] "GET /analytics HTTP/1.1" 401 205 0.001688 [API:8081]10.0.0.56 - - [2025-09-22 03:02:01] "GET /analytics HTTP/1.1" 401 205 0.000168 [API:8081]10.0.0.27 - - [2025-09-22 03:02:02] "GET /analytics HTTP/1.1" 401 205 0.000198 [API:8081]10.0.0.27 - - [2025-09-22 03:02:02] "GET /analytics HTTP/1.1" 401 205 0.000146 [API:8081]10.0.0.56 - - [2025-09-22 03:02:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.014228 [API:8081]10.0.0.56 - - [2025-09-22 03:02:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.007702 [API:8081]10.0.0.56 - - [2025-09-22 03:02:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.012773 [API:8081]10.0.0.56 - - [2025-09-22 03:02:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.010458 [API:8081]10.0.0.56 - - [2025-09-22 03:02:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2002 0.009561 [API:8081]10.0.0.56 - - [2025-09-22 03:02:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.56 - - [2025-09-22 03:02:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.053165 [API:8081]10.0.0.56 - - [2025-09-22 03:02:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.073461 [API:8081]10.0.0.56 - - [2025-09-22 03:02:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.044712 [API:8081]10.0.0.56 - - [2025-09-22 03:02:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.011088 [API:8081]10.0.0.56 - - [2025-09-22 03:02:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008672 [API:8081]10.0.0.56 - - [2025-09-22 03:02:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.007596 [API:8081]10.0.0.56 - - [2025-09-22 03:03:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.56 - - [2025-09-22 03:03:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.050077 [API:8081]10.0.0.56 - - [2025-09-22 03:03:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.048169 [API:8081]10.0.0.56 - - [2025-09-22 03:03:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.045264 [API:8081]10.0.0.56 - - [2025-09-22 03:03:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.011060 [API:8081]10.0.0.56 - - [2025-09-22 03:03:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.009164 [API:8081]10.0.0.56 - - [2025-09-22 03:03:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.007081 [API:8081]10.0.0.56 - - [2025-09-22 03:03:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.009007 [API:8081]10.0.0.56 - - [2025-09-22 03:03:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.009415 [API:8081]10.0.0.56 - - [2025-09-22 03:03:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050900 [API:8081]10.0.0.27 - - [2025-09-22 03:03:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.335605 [API:8081]10.0.0.56 - - [2025-09-22 03:03:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.267521 [API:8081]10.0.0.27 - - [2025-09-22 03:03:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.232658 [API:8081]10.0.0.56 - - [2025-09-22 03:03:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.203941 [API:8081]10.0.0.56 - - [2025-09-22 03:03:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.56 - - [2025-09-22 03:03:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.050407 [API:8081]10.0.0.38 - - [2025-09-22 03:03:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.267791 [API:8081]10.0.0.38 - - [2025-09-22 03:03:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.330850 [API:8081]10.0.0.56 - - [2025-09-22 03:03:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.012253 [API:8081]10.0.0.56 - - [2025-09-22 03:03:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.067104 [API:8081]10.0.0.56 - - [2025-09-22 03:03:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.056550 [API:8081]10.0.0.56 - - [2025-09-22 03:03:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.009359 [API:8081]10.0.0.56 - - [2025-09-22 03:04:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.061102 [API:8081]10.0.0.56 - - [2025-09-22 03:06:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078563 [API:8081]10.0.0.56 - - [2025-09-22 03:07:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.094701 [API:8081]10.0.0.27 - - [2025-09-22 03:08:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.107599 [API:8081]10.0.0.56 - - [2025-09-22 03:08:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.121877 [API:8081]10.0.0.27 - - [2025-09-22 03:08:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.119675 [API:8081]10.0.0.56 - - [2025-09-22 03:08:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.112047 [API:8081]10.0.0.38 - - [2025-09-22 03:08:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.537340 [API:8081]10.0.0.38 - - [2025-09-22 03:08:36] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.585629 [API:8081]10.0.0.56 - - [2025-09-22 03:09:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054638 [API:8081]10.0.0.56 - - [2025-09-22 03:09:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.56 - - [2025-09-22 03:09:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.051373 [API:8081]10.0.0.56 - - [2025-09-22 03:09:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.057236 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:10:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002566 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:10:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002883 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:10:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003247 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:10:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002471 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:10:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002335 [API:8081]10.0.0.56 - - [2025-09-22 03:10:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.053227 [API:8081]10.0.0.38 - - [2025-09-22 03:11:32] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.38 - - [2025-09-22 03:11:32] "GET /analytics HTTP/1.1" 401 205 0.000189 [API:8081]10.0.0.56 - - [2025-09-22 03:12:01] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.56 - - [2025-09-22 03:12:01] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.27 - - [2025-09-22 03:12:02] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.27 - - [2025-09-22 03:12:02] "GET /analytics HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.56 - - [2025-09-22 03:12:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057138 [API:8081]10.0.0.27 - - [2025-09-22 03:13:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.160372 [API:8081]10.0.0.56 - - [2025-09-22 03:13:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146679 [API:8081]10.0.0.27 - - [2025-09-22 03:13:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137455 [API:8081]10.0.0.56 - - [2025-09-22 03:13:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145152 [API:8081]10.0.0.38 - - [2025-09-22 03:13:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.106897 [API:8081]10.0.0.38 - - [2025-09-22 03:13:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.180091 [API:8081]10.0.0.56 - - [2025-09-22 03:13:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.062307 [API:8081]10.0.0.56 - - [2025-09-22 03:14:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.56 - - [2025-09-22 03:14:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1120 0.045758 [API:8081]10.0.0.56 - - [2025-09-22 03:14:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000339 [API:8081]10.0.0.56 - - [2025-09-22 03:14:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.056982 [API:8081]10.0.0.56 - - [2025-09-22 03:15:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053692 [API:8081]10.0.0.56 - - [2025-09-22 03:16:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.063094 [API:8081]10.0.0.27 - - [2025-09-22 03:18:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.119936 [API:8081]10.0.0.56 - - [2025-09-22 03:18:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132726 [API:8081]10.0.0.27 - - [2025-09-22 03:18:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148584 [API:8081]10.0.0.56 - - [2025-09-22 03:18:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.126988 [API:8081]10.0.0.38 - - [2025-09-22 03:18:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.244635 [API:8081]10.0.0.38 - - [2025-09-22 03:18:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.257482 [API:8081]10.0.0.56 - - [2025-09-22 03:18:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048728 [API:8081]10.0.0.56 - - [2025-09-22 03:19:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.065464 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:20:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002481 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:20:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002623 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:20:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002312 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:20:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002312 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:20:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002334 [API:8081]10.0.0.38 - - [2025-09-22 03:21:32] "GET /analytics HTTP/1.1" 401 205 0.002038 [API:8081]10.0.0.38 - - [2025-09-22 03:21:32] "GET /analytics HTTP/1.1" 401 205 0.000225 [API:8081]10.0.0.56 - - [2025-09-22 03:21:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.127045 [API:8081]10.0.0.56 - - [2025-09-22 03:22:01] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.56 - - [2025-09-22 03:22:01] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.27 - - [2025-09-22 03:22:02] "GET /analytics HTTP/1.1" 401 205 0.000284 [API:8081]10.0.0.27 - - [2025-09-22 03:22:02] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.56 - - [2025-09-22 03:22:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.56 - - [2025-09-22 03:22:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.055050 [API:8081]10.0.0.56 - - [2025-09-22 03:22:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.053050 [API:8081]10.0.0.27 - - [2025-09-22 03:23:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.119033 [API:8081]10.0.0.56 - - [2025-09-22 03:23:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.136975 [API:8081]10.0.0.27 - - [2025-09-22 03:23:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150868 [API:8081]10.0.0.56 - - [2025-09-22 03:23:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.126028 [API:8081]10.0.0.38 - - [2025-09-22 03:23:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.207109 [API:8081]10.0.0.38 - - [2025-09-22 03:23:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.243888 [API:8081]10.0.0.56 - - [2025-09-22 03:24:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057025 [API:8081]10.0.0.56 - - [2025-09-22 03:25:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.059648 [API:8081]10.0.0.56 - - [2025-09-22 03:27:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065804 [API:8081]10.0.0.56 - - [2025-09-22 03:27:51] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-87119503:cee10ed8-d0d4-44df-9f90-a4461ce3dfbf?flat HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-09-22 03:27:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-87119503:cee10ed8-d0d4-44df-9f90-a4461ce3dfbf?flat HTTP/1.1" 200 5109 0.051974 [API:8081]10.0.0.56 - - [2025-09-22 03:27:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-87119503:cee10ed8-d0d4-44df-9f90-a4461ce3dfbf?flat HTTP/1.1" 200 5109 0.055326 [API:8081]10.0.0.56 - - [2025-09-22 03:27:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-87119503:cee10ed8-d0d4-44df-9f90-a4461ce3dfbf?flat HTTP/1.1" 200 5109 0.069166 [API:8081]10.0.0.56 - - [2025-09-22 03:27:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-87119503:ctest-random-88419771?flat HTTP/1.1" 200 3376 0.019433 [API:8081]10.0.0.56 - - [2025-09-22 03:27:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.025888 [API:8081]10.0.0.56 - - [2025-09-22 03:27:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13078 0.019254 [API:8081]10.0.0.56 - - [2025-09-22 03:27:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.018503 [API:8081]10.0.0.56 - - [2025-09-22 03:27:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13078 0.020420 [API:8081]10.0.0.56 - - [2025-09-22 03:27:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009114 [API:8081]10.0.0.56 - - [2025-09-22 03:27:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.009092 [API:8081]10.0.0.56 - - [2025-09-22 03:27:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.020764 [API:8081]10.0.0.56 - - [2025-09-22 03:27:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13078 0.022393 [API:8081]10.0.0.56 - - [2025-09-22 03:28:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.020550 [API:8081]10.0.0.56 - - [2025-09-22 03:28:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13078 0.022099 [API:8081]10.0.0.56 - - [2025-09-22 03:28:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.022612 [API:8081]10.0.0.56 - - [2025-09-22 03:28:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13078 0.021286 [API:8081]10.0.0.56 - - [2025-09-22 03:28:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.024570 [API:8081]10.0.0.56 - - [2025-09-22 03:28:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13078 0.023132 [API:8081]10.0.0.56 - - [2025-09-22 03:28:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.031090 [API:8081]10.0.0.56 - - [2025-09-22 03:28:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13078 0.029561 [API:8081]10.0.0.56 - - [2025-09-22 03:28:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25269 0.023600 [API:8081]10.0.0.56 - - [2025-09-22 03:28:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12693 0.019625 [API:8081]10.0.0.56 - - [2025-09-22 03:28:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-87119503:ctest-random-88419771?flat HTTP/1.1" 200 3996 0.014365 [API:8081]10.0.0.56 - - [2025-09-22 03:28:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008076 [API:8081]10.0.0.27 - - [2025-09-22 03:28:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.121474 [API:8081]10.0.0.56 - - [2025-09-22 03:28:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159775 [API:8081]10.0.0.27 - - [2025-09-22 03:28:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153289 [API:8081]10.0.0.56 - - [2025-09-22 03:28:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159901 [API:8081]10.0.0.38 - - [2025-09-22 03:28:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.257571 [API:8081]10.0.0.38 - - [2025-09-22 03:28:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.301729 [API:8081]10.0.0.56 - - [2025-09-22 03:28:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.052925 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:30:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002892 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:30:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003092 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:30:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003726 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:30:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003189 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:30:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002668 [API:8081]10.0.0.56 - - [2025-09-22 03:30:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052688 [API:8081]10.0.0.56 - - [2025-09-22 03:31:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.56 - - [2025-09-22 03:31:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.052077 [API:8081]10.0.0.38 - - [2025-09-22 03:31:32] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.38 - - [2025-09-22 03:31:32] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.56 - - [2025-09-22 03:31:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.054021 [API:8081]10.0.0.56 - - [2025-09-22 03:32:01] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.56 - - [2025-09-22 03:32:01] "GET /analytics HTTP/1.1" 401 205 0.000139 [API:8081]10.0.0.27 - - [2025-09-22 03:32:02] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.27 - - [2025-09-22 03:32:02] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.27 - - [2025-09-22 03:33:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135919 [API:8081]10.0.0.56 - - [2025-09-22 03:33:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.124736 [API:8081]10.0.0.27 - - [2025-09-22 03:33:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135331 [API:8081]10.0.0.56 - - [2025-09-22 03:33:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.172468 [API:8081]10.0.0.38 - - [2025-09-22 03:33:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.221933 [API:8081]10.0.0.38 - - [2025-09-22 03:33:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.273441 [API:8081]10.0.0.56 - - [2025-09-22 03:33:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056464 [API:8081]10.0.0.56 - - [2025-09-22 03:34:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.56 - - [2025-09-22 03:34:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.064528 [API:8081]10.0.0.56 - - [2025-09-22 03:34:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.051410 [API:8081]10.0.0.56 - - [2025-09-22 03:36:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.56 - - [2025-09-22 03:36:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.053901 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:51] "POST /analytics/query HTTP/1.1" 202 179 0.005491 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:51] "GET /analytics/query/60c751fd-9765-11f0-b18e-00000a000038 HTTP/1.1" 200 221 0.001739 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:52] "GET /analytics/query/60c751fd-9765-11f0-b18e-00000a000038 HTTP/1.1" 200 221 0.002373 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:52] "GET /analytics/query/60c751fd-9765-11f0-b18e-00000a000038 HTTP/1.1" 200 221 0.001877 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:53] "GET /analytics/query/60c751fd-9765-11f0-b18e-00000a000038 HTTP/1.1" 200 338 0.002394 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:53] "GET /analytics/query/60c751fd-9765-11f0-b18e-00000a000038/chunk-final/0 HTTP/1.1" 200 858 0.002147 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:54] "POST /analytics/query HTTP/1.1" 202 179 0.015617 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:54] "GET /analytics/query/620bb45b-9765-11f0-a1dd-00000a000038 HTTP/1.1" 200 221 0.001880 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:54] "GET /analytics/query/620bb45b-9765-11f0-a1dd-00000a000038 HTTP/1.1" 200 221 0.002807 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:55] "GET /analytics/query/620bb45b-9765-11f0-a1dd-00000a000038 HTTP/1.1" 200 221 0.002684 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:55] "GET /analytics/query/620bb45b-9765-11f0-a1dd-00000a000038 HTTP/1.1" 200 338 0.001929 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:55] "GET /analytics/query/620bb45b-9765-11f0-a1dd-00000a000038/chunk-final/0 HTTP/1.1" 200 858 0.001826 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:56] "POST /analytics/query HTTP/1.1" 202 179 0.006278 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:56] "GET /analytics/query/6350df41-9765-11f0-8812-00000a000038 HTTP/1.1" 200 221 0.005527 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:56] "GET /analytics/query/6350df41-9765-11f0-8812-00000a000038 HTTP/1.1" 200 339 0.002168 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:56] "GET /analytics/query/6350df41-9765-11f0-8812-00000a000038/chunk-final/0 HTTP/1.1" 200 24997 0.003283 [API:8081]10.0.0.56 - - [2025-09-22 03:36:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078700 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:57] "POST /analytics/query HTTP/1.1" 202 179 0.005066 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:57] "GET /analytics/query/64131d69-9765-11f0-baf1-00000a000038 HTTP/1.1" 200 221 0.001943 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:58] "GET /analytics/query/64131d69-9765-11f0-baf1-00000a000038 HTTP/1.1" 200 339 0.002223 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:58] "GET /analytics/query/64131d69-9765-11f0-baf1-00000a000038/chunk-final/0 HTTP/1.1" 200 27913 0.003083 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:58] "POST /analytics/query HTTP/1.1" 202 179 0.020344 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:58] "GET /analytics/query/64be6495-9765-11f0-bc21-00000a000038 HTTP/1.1" 200 221 0.001829 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:59] "GET /analytics/query/64be6495-9765-11f0-bc21-00000a000038 HTTP/1.1" 200 221 0.002511 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:59] "GET /analytics/query/64be6495-9765-11f0-bc21-00000a000038 HTTP/1.1" 200 339 0.002118 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:36:59] "GET /analytics/query/64be6495-9765-11f0-bc21-00000a000038/chunk-final/0 HTTP/1.1" 200 9159 0.001977 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.003433 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:03] "POST /analytics/query HTTP/1.1" 202 179 0.037222 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:03] "GET /analytics/query/67a74a41-9765-11f0-867a-00000a000038 HTTP/1.1" 200 221 0.001946 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:04] "GET /analytics/query/67a74a41-9765-11f0-867a-00000a000038 HTTP/1.1" 200 340 0.002622 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:04] "GET /analytics/query/67a74a41-9765-11f0-867a-00000a000038/chunk-final/0 HTTP/1.1" 200 321652 0.012436 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.003550 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:05] "GET /analytics/tables HTTP/1.1" 200 76090 0.004055 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:05] "POST /analytics/query HTTP/1.1" 202 179 0.005032 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:05] "GET /analytics/query/68c8d4a7-9765-11f0-b8ed-00000a000038 HTTP/1.1" 200 221 0.008781 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:05] "GET /analytics/query/68c8d4a7-9765-11f0-b8ed-00000a000038 HTTP/1.1" 200 338 0.002706 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:05] "GET /analytics/query/68c8d4a7-9765-11f0-b8ed-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002251 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:05] "POST /analytics/query HTTP/1.1" 202 179 0.012079 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:05] "GET /analytics/query/691b77d4-9765-11f0-a3dd-00000a000038 HTTP/1.1" 200 221 0.004925 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:06] "GET /analytics/query/691b77d4-9765-11f0-a3dd-00000a000038 HTTP/1.1" 200 338 0.003127 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:06] "GET /analytics/query/691b77d4-9765-11f0-a3dd-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.002410 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:06] "POST /analytics/query HTTP/1.1" 202 179 0.006667 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:06] "GET /analytics/query/696f75c3-9765-11f0-ad41-00000a000038 HTTP/1.1" 200 221 0.015279 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:07] "GET /analytics/query/696f75c3-9765-11f0-ad41-00000a000038 HTTP/1.1" 200 338 0.002199 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:07] "GET /analytics/query/696f75c3-9765-11f0-ad41-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.005785 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:07] "POST /analytics/query HTTP/1.1" 202 179 0.005755 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:07] "GET /analytics/query/69c31e42-9765-11f0-9aa7-00000a000038 HTTP/1.1" 200 221 0.002866 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:07] "GET /analytics/query/69c31e42-9765-11f0-9aa7-00000a000038 HTTP/1.1" 200 338 0.002295 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:07] "GET /analytics/query/69c31e42-9765-11f0-9aa7-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001890 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:07] "POST /analytics/query HTTP/1.1" 202 179 0.022765 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:07] "GET /analytics/query/6a1504e0-9765-11f0-87e8-00000a000038 HTTP/1.1" 200 221 0.001846 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:08] "GET /analytics/query/6a1504e0-9765-11f0-87e8-00000a000038 HTTP/1.1" 200 338 0.002078 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:08] "GET /analytics/query/6a1504e0-9765-11f0-87e8-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001848 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:08] "POST /analytics/query HTTP/1.1" 202 179 0.004640 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:08] "GET /analytics/query/6a6862bf-9765-11f0-9d74-00000a000038 HTTP/1.1" 200 221 0.001692 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:08] "GET /analytics/query/6a6862bf-9765-11f0-9d74-00000a000038 HTTP/1.1" 200 338 0.001765 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:08] "GET /analytics/query/6a6862bf-9765-11f0-9d74-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001432 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:08] "POST /analytics/query HTTP/1.1" 202 179 0.004200 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:08] "GET /analytics/query/6ab824ea-9765-11f0-a18c-00000a000038 HTTP/1.1" 200 221 0.001267 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:09] "GET /analytics/query/6ab824ea-9765-11f0-a18c-00000a000038 HTTP/1.1" 200 338 0.001727 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:09] "GET /analytics/query/6ab824ea-9765-11f0-a18c-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001333 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:09] "POST /analytics/query HTTP/1.1" 202 179 0.005502 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:09] "GET /analytics/query/6b081767-9765-11f0-8be9-00000a000038 HTTP/1.1" 200 221 0.006646 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:09] "GET /analytics/query/6b081767-9765-11f0-8be9-00000a000038 HTTP/1.1" 200 338 0.002175 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:09] "GET /analytics/query/6b081767-9765-11f0-8be9-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001656 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:09] "POST /analytics/query HTTP/1.1" 202 179 0.008664 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:09] "GET /analytics/query/6b5a50df-9765-11f0-a15a-00000a000038 HTTP/1.1" 200 221 0.002653 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:10] "GET /analytics/query/6b5a50df-9765-11f0-a15a-00000a000038 HTTP/1.1" 200 338 0.002042 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:10] "GET /analytics/query/6b5a50df-9765-11f0-a15a-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001787 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:10] "POST /analytics/query HTTP/1.1" 202 179 0.008148 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:10] "GET /analytics/query/6bac2f7c-9765-11f0-b4ed-00000a000038 HTTP/1.1" 200 221 0.004657 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:10] "GET /analytics/query/6bac2f7c-9765-11f0-b4ed-00000a000038 HTTP/1.1" 200 338 0.005635 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:10] "GET /analytics/query/6bac2f7c-9765-11f0-b4ed-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001972 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:10] "POST /analytics/query HTTP/1.1" 202 179 0.015036 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:10] "GET /analytics/query/6bfe9973-9765-11f0-baaa-00000a000038 HTTP/1.1" 200 221 0.005561 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:11] "GET /analytics/query/6bfe9973-9765-11f0-baaa-00000a000038 HTTP/1.1" 200 338 0.002387 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:11] "GET /analytics/query/6bfe9973-9765-11f0-baaa-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001642 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:11] "POST /analytics/query HTTP/1.1" 202 179 0.004900 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:11] "GET /analytics/query/6c5328d4-9765-11f0-a162-00000a000038 HTTP/1.1" 200 221 0.001749 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:11] "GET /analytics/query/6c5328d4-9765-11f0-a162-00000a000038 HTTP/1.1" 200 338 0.002328 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:11] "GET /analytics/query/6c5328d4-9765-11f0-a162-00000a000038/chunk-final/0 HTTP/1.1" 200 145 0.001847 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:12] "GET /analytics/tables HTTP/1.1" 200 76090 0.005205 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.003778 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:13] "POST /analytics/query HTTP/1.1" 202 179 0.005186 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:13] "GET /analytics/query/6d6b54cf-9765-11f0-9517-00000a000038 HTTP/1.1" 200 221 0.003582 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:13] "GET /analytics/query/6d6b54cf-9765-11f0-9517-00000a000038 HTTP/1.1" 200 340 0.002406 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:13] "GET /analytics/query/6d6b54cf-9765-11f0-9517-00000a000038/chunk-final/0 HTTP/1.1" 200 1531973 0.015232 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:13] "POST /analytics/query HTTP/1.1" 202 179 0.005577 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:13] "GET /analytics/query/6dc5e90e-9765-11f0-afe5-00000a000038 HTTP/1.1" 200 221 0.009045 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:14] "GET /analytics/query/6dc5e90e-9765-11f0-afe5-00000a000038 HTTP/1.1" 200 340 0.002859 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:14] "GET /analytics/query/6dc5e90e-9765-11f0-afe5-00000a000038/chunk-final/0 HTTP/1.1" 200 1533374 0.026873 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.004319 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:15] "GET /analytics/tables HTTP/1.1" 200 76090 0.003499 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.003388 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.003393 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:17] "GET /analytics/tables HTTP/1.1" 200 76090 0.003125 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:17] "POST /analytics/query HTTP/1.1" 202 179 0.012783 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:17] "GET /analytics/query/7031060b-9765-11f0-866c-00000a000038 HTTP/1.1" 200 221 0.007743 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:18] "GET /analytics/query/7031060b-9765-11f0-866c-00000a000038 HTTP/1.1" 200 339 0.002040 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:18] "GET /analytics/query/7031060b-9765-11f0-866c-00000a000038/chunk-final/0 HTTP/1.1" 200 61163 0.005595 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.003648 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:19] "POST /analytics/query HTTP/1.1" 202 179 0.014681 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:19] "GET /analytics/query/70e4ca6d-9765-11f0-a52c-00000a000038 HTTP/1.1" 200 221 0.002007 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:19] "GET /analytics/query/70e4ca6d-9765-11f0-a52c-00000a000038 HTTP/1.1" 200 341 0.002183 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:19] "GET /analytics/query/70e4ca6d-9765-11f0-a52c-00000a000038/chunk-final/0 HTTP/1.1" 200 937824 0.029529 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.003809 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:20] "GET /analytics/tables HTTP/1.1" 200 76090 0.005839 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.003745 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:25] "POST /analytics/query HTTP/1.1" 200 145 1.028560 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:25] "GET /analytics/tables HTTP/1.1" 200 76090 0.004588 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:26] "POST /analytics/query HTTP/1.1" 200 2278 1.010647 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:27] "GET /analytics/tables HTTP/1.1" 200 76090 0.003294 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:28] "POST /analytics/query HTTP/1.1" 200 765 1.009927 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:29] "GET /analytics/tables HTTP/1.1" 200 76090 0.003358 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:30] "POST /analytics/query HTTP/1.1" 200 2698 1.020360 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:30] "GET /analytics/tables HTTP/1.1" 200 76090 0.003469 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:31] "POST /analytics/query HTTP/1.1" 200 261 1.010671 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:32] "GET /analytics/tables HTTP/1.1" 200 76090 0.003389 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:33] "POST /analytics/query HTTP/1.1" 200 1390 1.010059 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:33] "GET /analytics/tables HTTP/1.1" 200 76090 0.004048 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:34] "POST /analytics/query HTTP/1.1" 200 2698 1.014044 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:35] "GET /analytics/tables HTTP/1.1" 200 76090 0.003485 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:36] "POST /analytics/query HTTP/1.1" 200 839 1.013880 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:37] "GET /analytics/tables HTTP/1.1" 200 76090 0.003374 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:38] "POST /analytics/query HTTP/1.1" 200 141435 1.033271 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:38] "GET /analytics/tables HTTP/1.1" 200 76090 0.003725 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:39] "POST /analytics/query HTTP/1.1" 200 918 1.021412 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:40] "GET /analytics/tables HTTP/1.1" 200 76090 0.003971 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:41] "POST /analytics/query HTTP/1.1" 200 261 1.010511 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003751 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:43] "POST /analytics/query HTTP/1.1" 200 596 1.012212 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.003875 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:44] "POST /analytics/query HTTP/1.1" 200 1797 1.028394 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:45] "GET /analytics/tables HTTP/1.1" 200 76090 0.003556 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:46] "POST /analytics/query HTTP/1.1" 200 596 1.010903 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:47] "GET /analytics/tables HTTP/1.1" 200 76090 0.007385 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:48] "POST /analytics/query HTTP/1.1" 200 236 1.011452 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:37:48] "GET /analytics/tables HTTP/1.1" 200 76090 0.004147 [API:8081]10.0.0.56 - - [2025-09-22 03:37:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.081406 [API:8081]10.0.0.56 - - [2025-09-22 03:38:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000327 [API:8081]10.0.0.56 - - [2025-09-22 03:38:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1392 0.058962 [API:8081]10.0.0.27 - - [2025-09-22 03:38:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.167746 [API:8081]10.0.0.56 - - [2025-09-22 03:38:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.119776 [API:8081]10.0.0.27 - - [2025-09-22 03:38:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.271905 [API:8081]10.0.0.56 - - [2025-09-22 03:38:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.196663 [API:8081]10.0.0.38 - - [2025-09-22 03:38:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.323097 [API:8081]10.0.0.38 - - [2025-09-22 03:38:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.374346 [API:8081]10.0.0.56 - - [2025-09-22 03:38:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.112586 [API:8081]10.0.0.56 - - [2025-09-22 03:38:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.067404 [API:8081]10.0.0.56 - - [2025-09-22 03:38:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.012143 [API:8081]10.0.0.56 - - [2025-09-22 03:39:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009089 [API:8081]10.0.0.56 - - [2025-09-22 03:39:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008122 [API:8081]10.0.0.56 - - [2025-09-22 03:39:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.012222 [API:8081]10.0.0.56 - - [2025-09-22 03:39:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008476 [API:8081]10.0.0.56 - - [2025-09-22 03:39:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.007964 [API:8081]10.0.0.56 - - [2025-09-22 03:39:42] "POST /analytics/query HTTP/1.1" 200 222 1.018149 [API:8081]10.0.0.56 - - [2025-09-22 03:39:43] "POST /analytics/query HTTP/1.1" 200 222 1.017646 [API:8081]10.0.0.56 - - [2025-09-22 03:39:44] "POST /analytics/query HTTP/1.1" 200 353 1.018344 [API:8081]10.0.0.56 - - [2025-09-22 03:39:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052306 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:40:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002698 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:40:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002730 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:40:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002218 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:40:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002148 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:40:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001950 [API:8081]10.0.0.56 - - [2025-09-22 03:41:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.057211 [API:8081]10.0.0.38 - - [2025-09-22 03:41:32] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-09-22 03:41:32] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.56 - - [2025-09-22 03:42:01] "GET /analytics HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.56 - - [2025-09-22 03:42:01] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.27 - - [2025-09-22 03:42:02] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.27 - - [2025-09-22 03:42:02] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.56 - - [2025-09-22 03:43:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057454 [API:8081]10.0.0.56 - - [2025-09-22 03:43:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26209 0.062689 [API:8081]10.0.0.56 - - [2025-09-22 03:43:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13790 0.022528 [API:8081]10.0.0.56 - - [2025-09-22 03:43:05] "POST /analytics/query HTTP/1.1" 200 507 1.027588 [API:8081]10.0.0.56 - - [2025-09-22 03:43:06] "POST /analytics/query HTTP/1.1" 200 353 1.017092 [API:8081]10.0.0.56 - - [2025-09-22 03:43:07] "POST /analytics/query HTTP/1.1" 200 353 1.019682 [API:8081]10.0.0.27 - - [2025-09-22 03:43:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176324 [API:8081]10.0.0.56 - - [2025-09-22 03:43:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.180018 [API:8081]10.0.0.27 - - [2025-09-22 03:43:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.134344 [API:8081]10.0.0.56 - - [2025-09-22 03:43:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137813 [API:8081]10.0.0.38 - - [2025-09-22 03:43:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.297356 [API:8081]10.0.0.38 - - [2025-09-22 03:43:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.316359 [API:8081]10.0.0.56 - - [2025-09-22 03:44:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.047957 [API:8081]10.0.0.56 - - [2025-09-22 03:46:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062564 [API:8081]10.0.0.56 - - [2025-09-22 03:47:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.050638 [API:8081]10.0.0.27 - - [2025-09-22 03:48:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132327 [API:8081]10.0.0.56 - - [2025-09-22 03:48:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.121663 [API:8081]10.0.0.27 - - [2025-09-22 03:48:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.114437 [API:8081]10.0.0.56 - - [2025-09-22 03:48:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.125236 [API:8081]10.0.0.38 - - [2025-09-22 03:48:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.239205 [API:8081]10.0.0.38 - - [2025-09-22 03:48:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.289008 [API:8081]10.0.0.56 - - [2025-09-22 03:49:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046666 [API:8081]10.0.0.56 - - [2025-09-22 03:50:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.059174 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:50:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002821 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:50:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002764 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:50:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004091 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:50:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002375 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 03:50:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001942 [API:8081]10.0.0.38 - - [2025-09-22 03:51:32] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.38 - - [2025-09-22 03:51:32] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.56 - - [2025-09-22 03:52:01] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.56 - - [2025-09-22 03:52:01] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.27 - - [2025-09-22 03:52:02] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.27 - - [2025-09-22 03:52:02] "GET /analytics HTTP/1.1" 401 205 0.000121 [API:8081]10.0.0.56 - - [2025-09-22 03:52:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053655 [API:8081]10.0.0.56 - - [2025-09-22 03:53:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.054271 [API:8081]10.0.0.27 - - [2025-09-22 03:53:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.121063 [API:8081]10.0.0.56 - - [2025-09-22 03:53:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.121382 [API:8081]10.0.0.27 - - [2025-09-22 03:53:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.267032 [API:8081]10.0.0.56 - - [2025-09-22 03:53:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135090 [API:8081]10.0.0.38 - - [2025-09-22 03:53:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.230642 [API:8081]10.0.0.38 - - [2025-09-22 03:53:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.265615 [API:8081]10.0.0.56 - - [2025-09-22 03:55:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061739 [API:8081]10.0.0.56 - - [2025-09-22 03:55:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.56 - - [2025-09-22 03:55:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.051230 [API:8081]10.0.0.56 - - [2025-09-22 03:55:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:43db4ffd-ba6e-489f-9d7d-578f8a8a0599?flat HTTP/1.1" 200 5203 0.044728 [API:8081]10.0.0.56 - - [2025-09-22 03:55:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:43db4ffd-ba6e-489f-9d7d-578f8a8a0599?flat HTTP/1.1" 200 5203 0.052084 [API:8081]10.0.0.56 - - [2025-09-22 03:55:59] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:43db4ffd-ba6e-489f-9d7d-578f8a8a0599?flat HTTP/1.1" 200 5203 0.014814 [API:8081]10.0.0.56 - - [2025-09-22 03:55:59] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-58237118:EVPN-VN1?flat HTTP/1.1" 200 3938 0.014935 [API:8081]10.0.0.56 - - [2025-09-22 03:55:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26215 0.020019 [API:8081]10.0.0.56 - - [2025-09-22 03:55:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13079 0.021896 [API:8081]10.0.0.56 - - [2025-09-22 03:55:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 26215 0.021414 [API:8081]10.0.0.56 - - [2025-09-22 03:55:59] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 13079 0.020268 [API:8081]10.0.0.56 - - [2025-09-22 03:55:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008847 [API:8081]10.0.0.56 - - [2025-09-22 03:56:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2546 0.065621 [API:8081]10.0.0.56 - - [2025-09-22 03:56:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:30de7fb1-98dc-4e17-90c2-cb010292d7a8?flat HTTP/1.1" 200 5205 0.014452 [API:8081]10.0.0.56 - - [2025-09-22 03:56:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:30de7fb1-98dc-4e17-90c2-cb010292d7a8?flat HTTP/1.1" 200 5205 0.012547 [API:8081]10.0.0.56 - - [2025-09-22 03:56:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:30de7fb1-98dc-4e17-90c2-cb010292d7a8?flat HTTP/1.1" 200 5205 0.013009 [API:8081]10.0.0.56 - - [2025-09-22 03:56:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-58237118:EVPN-VN1?flat HTTP/1.1" 200 9363 0.018690 [API:8081]10.0.0.56 - - [2025-09-22 03:56:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.018697 [API:8081]10.0.0.56 - - [2025-09-22 03:56:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.020374 [API:8081]10.0.0.56 - - [2025-09-22 03:56:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.012690 [API:8081]10.0.0.56 - - [2025-09-22 03:58:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.054445 [API:8081]10.0.0.27 - - [2025-09-22 03:58:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.127048 [API:8081]10.0.0.56 - - [2025-09-22 03:58:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.138237 [API:8081]10.0.0.27 - - [2025-09-22 03:58:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132584 [API:8081]10.0.0.56 - - [2025-09-22 03:58:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139911 [API:8081]10.0.0.38 - - [2025-09-22 03:58:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.347719 [API:8081]10.0.0.38 - - [2025-09-22 03:58:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.344091 [API:8081]10.0.0.56 - - [2025-09-22 03:58:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:43db4ffd-ba6e-489f-9d7d-578f8a8a0599?flat HTTP/1.1" 200 5314 0.014210 [API:8081]10.0.0.56 - - [2025-09-22 03:58:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:43db4ffd-ba6e-489f-9d7d-578f8a8a0599?flat HTTP/1.1" 200 5314 0.013934 [API:8081]10.0.0.56 - - [2025-09-22 03:58:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:43db4ffd-ba6e-489f-9d7d-578f8a8a0599?flat HTTP/1.1" 200 5314 0.014175 [API:8081]10.0.0.56 - - [2025-09-22 03:58:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-58237118:EVPN-VN1?flat HTTP/1.1" 200 9296 0.018212 [API:8081]10.0.0.56 - - [2025-09-22 03:58:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21046 0.019096 [API:8081]10.0.0.56 - - [2025-09-22 03:58:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12001 0.018245 [API:8081]10.0.0.56 - - [2025-09-22 03:58:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 21046 0.017736 [API:8081]10.0.0.56 - - [2025-09-22 03:58:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12001 0.022340 [API:8081]10.0.0.56 - - [2025-09-22 03:58:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008737 [API:8081]10.0.0.56 - - [2025-09-22 03:58:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:30de7fb1-98dc-4e17-90c2-cb010292d7a8?flat HTTP/1.1" 200 5209 0.013936 [API:8081]10.0.0.56 - - [2025-09-22 03:58:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:30de7fb1-98dc-4e17-90c2-cb010292d7a8?flat HTTP/1.1" 200 5209 0.012995 [API:8081]10.0.0.56 - - [2025-09-22 03:58:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-58237118:30de7fb1-98dc-4e17-90c2-cb010292d7a8?flat HTTP/1.1" 200 5209 0.016494 [API:8081]10.0.0.56 - - [2025-09-22 03:58:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-58237118:EVPN-VN1?flat HTTP/1.1" 200 9296 0.022018 [API:8081]10.0.0.56 - - [2025-09-22 03:58:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 30931 0.024967 [API:8081]10.0.0.56 - - [2025-09-22 03:58:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 30931 0.023095 [API:8081]10.0.0.56 - - [2025-09-22 03:58:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009401 [API:8081]10.0.0.56 - - [2025-09-22 03:59:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.057548 [API:8081]10.0.0.56 - - [2025-09-22 03:59:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33105 0.033947 [API:8081]10.0.0.56 - - [2025-09-22 03:59:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-58237118:EVPN-VN1?flat HTTP/1.1" 200 8514 0.019701 [API:8081]10.0.0.56 - - [2025-09-22 03:59:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008644 [API:8081]10.0.0.56 - - [2025-09-22 04:00:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24665 0.027538 [API:8081]10.0.0.56 - - [2025-09-22 04:00:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12776 0.020560 [API:8081]10.0.0.56 - - [2025-09-22 04:00:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24665 0.020262 [API:8081]10.0.0.56 - - [2025-09-22 04:00:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12776 0.020203 [API:8081]10.0.0.56 - - [2025-09-22 04:00:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24665 0.019820 [API:8081]10.0.0.56 - - [2025-09-22 04:00:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12776 0.020067 [API:8081]10.0.0.56 - - [2025-09-22 04:00:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24667 0.030416 [API:8081]10.0.0.56 - - [2025-09-22 04:00:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12398 0.022486 [API:8081]10.0.0.56 - - [2025-09-22 04:00:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-58237118:EVPN-VN1?flat HTTP/1.1" 200 5992 0.012764 [API:8081]10.0.0.56 - - [2025-09-22 04:00:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008290 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:00:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002585 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:00:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003340 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:00:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004176 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:00:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003204 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:00:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002227 [API:8081]10.0.0.56 - - [2025-09-22 04:01:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050000 [API:8081]10.0.0.38 - - [2025-09-22 04:01:32] "GET /analytics HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.38 - - [2025-09-22 04:01:32] "GET /analytics HTTP/1.1" 401 205 0.000133 [API:8081]10.0.0.56 - - [2025-09-22 04:02:01] "GET /analytics HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.56 - - [2025-09-22 04:02:01] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.27 - - [2025-09-22 04:02:02] "GET /analytics HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.27 - - [2025-09-22 04:02:02] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.56 - - [2025-09-22 04:02:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.058959 [API:8081]10.0.0.56 - - [2025-09-22 04:02:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-98884841:b23f6629-beb3-46c1-a5ad-456091ec4c11?flat HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.56 - - [2025-09-22 04:02:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-98884841:b23f6629-beb3-46c1-a5ad-456091ec4c11?flat HTTP/1.1" 200 4956 0.449203 [API:8081]10.0.0.56 - - [2025-09-22 04:02:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-98884841:b23f6629-beb3-46c1-a5ad-456091ec4c11?flat HTTP/1.1" 200 4956 0.115559 [API:8081]10.0.0.56 - - [2025-09-22 04:02:48] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-98884841:b23f6629-beb3-46c1-a5ad-456091ec4c11?flat HTTP/1.1" 200 4956 0.054667 [API:8081]10.0.0.56 - - [2025-09-22 04:02:48] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-05187821:ctest-TestRbac-05187821-41762381?flat HTTP/1.1" 200 3329 0.058076 [API:8081]10.0.0.56 - - [2025-09-22 04:02:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.096849 [API:8081]10.0.0.56 - - [2025-09-22 04:02:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.153373 [API:8081]10.0.0.56 - - [2025-09-22 04:02:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.56 - - [2025-09-22 04:02:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.083506 [API:8081]10.0.0.56 - - [2025-09-22 04:02:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.038663 [API:8081]10.0.0.56 - - [2025-09-22 04:02:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.137892 [API:8081]10.0.0.56 - - [2025-09-22 04:02:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.070510 [API:8081]10.0.0.56 - - [2025-09-22 04:02:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.049802 [API:8081]10.0.0.56 - - [2025-09-22 04:02:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.080677 [API:8081]10.0.0.56 - - [2025-09-22 04:02:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.108537 [API:8081]10.0.0.56 - - [2025-09-22 04:02:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.022927 [API:8081]10.0.0.56 - - [2025-09-22 04:02:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.070027 [API:8081]10.0.0.56 - - [2025-09-22 04:03:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.025618 [API:8081]10.0.0.56 - - [2025-09-22 04:03:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33168 0.025716 [API:8081]10.0.0.56 - - [2025-09-22 04:03:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33170 0.023936 [API:8081]10.0.0.56 - - [2025-09-22 04:03:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-05187821:ctest-TestRbac-05187821-41762381?flat HTTP/1.1" 200 2083 0.010371 [API:8081]10.0.0.56 - - [2025-09-22 04:03:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009409 [API:8081]10.0.0.27 - - [2025-09-22 04:03:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.294829 [API:8081]10.0.0.56 - - [2025-09-22 04:03:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.426990 [API:8081]10.0.0.27 - - [2025-09-22 04:03:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.485628 [API:8081]10.0.0.56 - - [2025-09-22 04:03:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.446434 [API:8081]10.0.0.56 - - [2025-09-22 04:03:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.56 - - [2025-09-22 04:03:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.085992 [API:8081]10.0.0.38 - - [2025-09-22 04:03:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.327408 [API:8081]10.0.0.38 - - [2025-09-22 04:03:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.362358 [API:8081]10.0.0.56 - - [2025-09-22 04:03:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.007599 [API:8081]10.0.0.56 - - [2025-09-22 04:03:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.100708 [API:8081]10.0.0.56 - - [2025-09-22 04:04:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-20373608:521d41e3-09b9-47d8-a7d2-754f6a9d8b54?flat HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.56 - - [2025-09-22 04:04:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-20373608:521d41e3-09b9-47d8-a7d2-754f6a9d8b54?flat HTTP/1.1" 200 5393 0.126470 [API:8081]10.0.0.56 - - [2025-09-22 04:04:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-20373608:521d41e3-09b9-47d8-a7d2-754f6a9d8b54?flat HTTP/1.1" 200 5393 0.060939 [API:8081]10.0.0.56 - - [2025-09-22 04:04:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-20373608:521d41e3-09b9-47d8-a7d2-754f6a9d8b54?flat HTTP/1.1" 200 5393 0.055671 [API:8081]10.0.0.56 - - [2025-09-22 04:04:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20373608:ctest-TestRbacBasic-20373608-02002875?flat HTTP/1.1" 200 4139 0.054399 [API:8081]10.0.0.56 - - [2025-09-22 04:04:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.053707 [API:8081]10.0.0.56 - - [2025-09-22 04:04:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.077844 [API:8081]10.0.0.56 - - [2025-09-22 04:04:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.032234 [API:8081]10.0.0.56 - - [2025-09-22 04:04:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.031084 [API:8081]10.0.0.56 - - [2025-09-22 04:04:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.081203 [API:8081]10.0.0.56 - - [2025-09-22 04:04:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.065845 [API:8081]10.0.0.56 - - [2025-09-22 04:04:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.045351 [API:8081]10.0.0.56 - - [2025-09-22 04:04:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.052479 [API:8081]10.0.0.56 - - [2025-09-22 04:04:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.074895 [API:8081]10.0.0.56 - - [2025-09-22 04:04:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.029687 [API:8081]10.0.0.56 - - [2025-09-22 04:04:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.025261 [API:8081]10.0.0.56 - - [2025-09-22 04:04:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060481 [API:8081]10.0.0.56 - - [2025-09-22 04:04:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.031390 [API:8081]10.0.0.56 - - [2025-09-22 04:04:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.031861 [API:8081]10.0.0.56 - - [2025-09-22 04:04:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.023976 [API:8081]10.0.0.56 - - [2025-09-22 04:04:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.035473 [API:8081]10.0.0.56 - - [2025-09-22 04:04:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.028842 [API:8081]10.0.0.56 - - [2025-09-22 04:04:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33173 0.024522 [API:8081]10.0.0.56 - - [2025-09-22 04:04:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-20373608:ctest-TestRbacBasic-20373608-02002875?flat HTTP/1.1" 200 6889 0.014385 [API:8081]10.0.0.56 - - [2025-09-22 04:04:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010400 [Introspect:8090]10.0.0.56 - - [2025-09-22 04:04:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001101 [API:8081]10.0.0.56 - - [2025-09-22 04:04:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.56 - - [2025-09-22 04:04:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.057642 [API:8081]10.0.0.56 - - [2025-09-22 04:05:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.047695 [API:8081]10.0.0.56 - - [2025-09-22 04:07:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052486 [API:8081]10.0.0.56 - - [2025-09-22 04:07:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:430dd6a6-dbde-4959-afb0-44066efc0622?flat HTTP/1.1" 200 5375 0.020537 [API:8081]10.0.0.56 - - [2025-09-22 04:07:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:430dd6a6-dbde-4959-afb0-44066efc0622?flat HTTP/1.1" 200 5375 0.061775 [API:8081]10.0.0.56 - - [2025-09-22 04:07:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:430dd6a6-dbde-4959-afb0-44066efc0622?flat HTTP/1.1" 200 5375 0.058419 [API:8081]10.0.0.56 - - [2025-09-22 04:07:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn1-27673793?flat HTTP/1.1" 200 9575 0.026291 [API:8081]10.0.0.56 - - [2025-09-22 04:07:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.031948 [API:8081]10.0.0.56 - - [2025-09-22 04:07:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12997 0.033405 [API:8081]10.0.0.56 - - [2025-09-22 04:07:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.032501 [API:8081]10.0.0.56 - - [2025-09-22 04:07:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12997 0.030690 [API:8081]10.0.0.56 - - [2025-09-22 04:07:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014653 [API:8081]10.0.0.56 - - [2025-09-22 04:07:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:ef026981-f184-4156-9664-548cfc46a7f0?flat HTTP/1.1" 200 5503 0.017160 [API:8081]10.0.0.56 - - [2025-09-22 04:07:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:ef026981-f184-4156-9664-548cfc46a7f0?flat HTTP/1.1" 200 5503 0.020250 [API:8081]10.0.0.56 - - [2025-09-22 04:07:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:ef026981-f184-4156-9664-548cfc46a7f0?flat HTTP/1.1" 200 5503 0.023511 [API:8081]10.0.0.56 - - [2025-09-22 04:07:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn1-27673793?flat HTTP/1.1" 200 9575 0.031193 [API:8081]10.0.0.56 - - [2025-09-22 04:07:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.034998 [API:8081]10.0.0.56 - - [2025-09-22 04:07:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.025507 [API:8081]10.0.0.56 - - [2025-09-22 04:07:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011243 [API:8081]10.0.0.56 - - [2025-09-22 04:07:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.023674 [API:8081]10.0.0.56 - - [2025-09-22 04:08:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.024070 [API:8081]10.0.0.56 - - [2025-09-22 04:08:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.025290 [API:8081]10.0.0.56 - - [2025-09-22 04:08:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn1-27673793?flat HTTP/1.1" 200 7671 0.015887 [API:8081]10.0.0.56 - - [2025-09-22 04:08:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008850 [API:8081]10.0.0.56 - - [2025-09-22 04:08:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.025310 [API:8081]10.0.0.56 - - [2025-09-22 04:08:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12997 0.020787 [API:8081]10.0.0.56 - - [2025-09-22 04:08:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.020073 [API:8081]10.0.0.56 - - [2025-09-22 04:08:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12997 0.022648 [API:8081]10.0.0.56 - - [2025-09-22 04:08:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24723 0.019254 [API:8081]10.0.0.56 - - [2025-09-22 04:08:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12595 0.021804 [API:8081]10.0.0.56 - - [2025-09-22 04:08:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn1-27673793?flat HTTP/1.1" 200 4922 0.012798 [API:8081]10.0.0.56 - - [2025-09-22 04:08:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008234 [API:8081]10.0.0.56 - - [2025-09-22 04:08:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.008863 [API:8081]10.0.0.56 - - [2025-09-22 04:08:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.008675 [API:8081]10.0.0.56 - - [2025-09-22 04:08:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.092666 [API:8081]10.0.0.27 - - [2025-09-22 04:08:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.178771 [API:8081]10.0.0.56 - - [2025-09-22 04:08:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156607 [API:8081]10.0.0.27 - - [2025-09-22 04:08:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.012783 [API:8081]10.0.0.56 - - [2025-09-22 04:08:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.166320 [API:8081]10.0.0.38 - - [2025-09-22 04:08:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.319556 [API:8081]10.0.0.38 - - [2025-09-22 04:08:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.329474 [API:8081]10.0.0.56 - - [2025-09-22 04:10:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.046806 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:10:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002542 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:10:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002897 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:10:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002795 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:10:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002974 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:10:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001828 [API:8081]10.0.0.56 - - [2025-09-22 04:11:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.057574 [API:8081]10.0.0.38 - - [2025-09-22 04:11:32] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.38 - - [2025-09-22 04:11:32] "GET /analytics HTTP/1.1" 401 205 0.000136 [Introspect:8090]10.0.0.56 - - [2025-09-22 04:11:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001038 [API:8081]10.0.0.56 - - [2025-09-22 04:11:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12141 0.367859 [API:8081]10.0.0.56 - - [2025-09-22 04:11:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 6195 0.377162 [API:8081]10.0.0.56 - - [2025-09-22 04:11:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 6197 0.047296 [API:8081]10.0.0.56 - - [2025-09-22 04:11:34] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4159-3?flat HTTP/1.1" 200 4109 0.012920 [API:8081]10.0.0.56 - - [2025-09-22 04:11:34] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?flat HTTP/1.1" 200 7322 0.014597 [API:8081]10.0.0.56 - - [2025-09-22 04:11:34] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?flat HTTP/1.1" 200 5897 0.014507 [API:8081]10.0.0.56 - - [2025-09-22 04:11:34] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?flat HTTP/1.1" 200 5896 0.014883 [API:8081]10.0.0.56 - - [2025-09-22 04:11:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.011536 [API:8081]10.0.0.56 - - [2025-09-22 04:12:01] "GET /analytics HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.56 - - [2025-09-22 04:12:01] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.27 - - [2025-09-22 04:12:02] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.27 - - [2025-09-22 04:12:02] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.56 - - [2025-09-22 04:12:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:75952831-b32d-400f-b497-72b5ed547547?flat HTTP/1.1" 200 5243 0.013938 [API:8081]10.0.0.56 - - [2025-09-22 04:12:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:75952831-b32d-400f-b497-72b5ed547547?flat HTTP/1.1" 200 5243 0.016400 [API:8081]10.0.0.56 - - [2025-09-22 04:12:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:75952831-b32d-400f-b497-72b5ed547547?flat HTTP/1.1" 200 5243 0.014093 [API:8081]10.0.0.56 - - [2025-09-22 04:12:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn1-60968486?flat HTTP/1.1" 200 7113 0.014419 [API:8081]10.0.0.56 - - [2025-09-22 04:12:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.018784 [API:8081]10.0.0.56 - - [2025-09-22 04:12:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12467 0.020356 [API:8081]10.0.0.56 - - [2025-09-22 04:12:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25289 0.020369 [API:8081]10.0.0.56 - - [2025-09-22 04:12:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12467 0.021233 [API:8081]10.0.0.56 - - [2025-09-22 04:12:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.011210 [API:8081]10.0.0.56 - - [2025-09-22 04:13:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:e178706c-cccf-4e57-950f-9a9a9dd321a5?flat HTTP/1.1" 200 5346 0.013448 [API:8081]10.0.0.56 - - [2025-09-22 04:13:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:e178706c-cccf-4e57-950f-9a9a9dd321a5?flat HTTP/1.1" 200 5346 0.014034 [API:8081]10.0.0.56 - - [2025-09-22 04:13:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-73921524:e178706c-cccf-4e57-950f-9a9a9dd321a5?flat HTTP/1.1" 200 5346 0.013403 [API:8081]10.0.0.56 - - [2025-09-22 04:13:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn2-20522580?flat HTTP/1.1" 200 7113 0.016674 [API:8081]10.0.0.56 - - [2025-09-22 04:13:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39867 0.026631 [API:8081]10.0.0.56 - - [2025-09-22 04:13:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12461 0.019495 [API:8081]10.0.0.56 - - [2025-09-22 04:13:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39867 0.028935 [API:8081]10.0.0.56 - - [2025-09-22 04:13:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12461 0.019943 [API:8081]10.0.0.56 - - [2025-09-22 04:13:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.009469 [API:8081]10.0.0.56 - - [2025-09-22 04:13:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053406 [API:8081]10.0.0.27 - - [2025-09-22 04:13:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161089 [API:8081]10.0.0.56 - - [2025-09-22 04:13:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.150327 [API:8081]10.0.0.27 - - [2025-09-22 04:13:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.118379 [API:8081]10.0.0.56 - - [2025-09-22 04:13:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.142179 [API:8081]10.0.0.38 - - [2025-09-22 04:13:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.326232 [API:8081]10.0.0.38 - - [2025-09-22 04:13:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.367482 [API:8081]10.0.0.56 - - [2025-09-22 04:14:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39877 0.028124 [API:8081]10.0.0.56 - - [2025-09-22 04:14:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 13637 0.024597 [API:8081]10.0.0.56 - - [2025-09-22 04:14:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39877 0.031845 [API:8081]10.0.0.56 - - [2025-09-22 04:14:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12984 0.020605 [API:8081]10.0.0.56 - - [2025-09-22 04:14:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39882 0.028832 [API:8081]10.0.0.56 - - [2025-09-22 04:14:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12869 0.020358 [API:8081]10.0.0.56 - - [2025-09-22 04:14:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn2-20522580?flat HTTP/1.1" 200 7859 0.016881 [API:8081]10.0.0.56 - - [2025-09-22 04:14:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009074 [API:8081]10.0.0.56 - - [2025-09-22 04:14:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25308 0.019449 [API:8081]10.0.0.56 - - [2025-09-22 04:14:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12987 0.019667 [API:8081]10.0.0.56 - - [2025-09-22 04:14:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25308 0.020764 [API:8081]10.0.0.56 - - [2025-09-22 04:14:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12987 0.019067 [API:8081]10.0.0.56 - - [2025-09-22 04:14:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054240 [API:8081]10.0.0.56 - - [2025-09-22 04:14:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25311 0.019898 [API:8081]10.0.0.56 - - [2025-09-22 04:14:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12862 0.019208 [API:8081]10.0.0.56 - - [2025-09-22 04:14:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-73921524:ctest-vn1-60968486?flat HTTP/1.1" 200 7929 0.016449 [API:8081]10.0.0.56 - - [2025-09-22 04:14:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008959 [API:8081]10.0.0.56 - - [2025-09-22 04:15:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-65895477:ce9f206f-11f0-431b-9284-01526d3afca2?flat HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.56 - - [2025-09-22 04:15:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-65895477:ce9f206f-11f0-431b-9284-01526d3afca2?flat HTTP/1.1" 200 5242 0.052435 [API:8081]10.0.0.56 - - [2025-09-22 04:15:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-65895477:ce9f206f-11f0-431b-9284-01526d3afca2?flat HTTP/1.1" 200 5242 0.066957 [API:8081]10.0.0.56 - - [2025-09-22 04:15:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-65895477:ce9f206f-11f0-431b-9284-01526d3afca2?flat HTTP/1.1" 200 5242 0.063059 [API:8081]10.0.0.56 - - [2025-09-22 04:15:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-65895477:ctest-vn-92802429?flat HTTP/1.1" 200 8044 0.029053 [API:8081]10.0.0.56 - - [2025-09-22 04:15:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.032621 [API:8081]10.0.0.56 - - [2025-09-22 04:15:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12965 0.022752 [API:8081]10.0.0.56 - - [2025-09-22 04:15:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.029476 [API:8081]10.0.0.56 - - [2025-09-22 04:15:47] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12965 0.024964 [API:8081]10.0.0.56 - - [2025-09-22 04:15:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008663 [API:8081]10.0.0.56 - - [2025-09-22 04:15:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-65895477:ae679754-545d-4c62-ae48-90eeba7990bb?flat HTTP/1.1" 200 5087 0.014731 [API:8081]10.0.0.56 - - [2025-09-22 04:15:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-65895477:ae679754-545d-4c62-ae48-90eeba7990bb?flat HTTP/1.1" 200 5087 0.016032 [API:8081]10.0.0.56 - - [2025-09-22 04:15:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-65895477:ae679754-545d-4c62-ae48-90eeba7990bb?flat HTTP/1.1" 200 5087 0.016881 [API:8081]10.0.0.56 - - [2025-09-22 04:15:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-65895477:ctest-vn-20483651?flat HTTP/1.1" 200 7411 0.017779 [API:8081]10.0.0.56 - - [2025-09-22 04:15:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25325 0.023672 [API:8081]10.0.0.56 - - [2025-09-22 04:15:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12863 0.020408 [API:8081]10.0.0.56 - - [2025-09-22 04:15:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25325 0.023311 [API:8081]10.0.0.56 - - [2025-09-22 04:15:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12863 0.019495 [API:8081]10.0.0.56 - - [2025-09-22 04:15:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009263 [API:8081]10.0.0.56 - - [2025-09-22 04:16:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25328 0.021402 [API:8081]10.0.0.56 - - [2025-09-22 04:16:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12982 0.021430 [API:8081]10.0.0.56 - - [2025-09-22 04:16:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25328 0.021545 [API:8081]10.0.0.56 - - [2025-09-22 04:16:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12982 0.019678 [API:8081]10.0.0.56 - - [2025-09-22 04:16:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25330 0.021312 [API:8081]10.0.0.56 - - [2025-09-22 04:16:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-2?flat HTTP/1.1" 200 12589 0.023659 [API:8081]10.0.0.56 - - [2025-09-22 04:16:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-65895477:ctest-vn-20483651?flat HTTP/1.1" 200 6186 0.011986 [API:8081]10.0.0.56 - - [2025-09-22 04:16:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.010569 [API:8081]10.0.0.56 - - [2025-09-22 04:16:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077612 [API:8081]10.0.0.56 - - [2025-09-22 04:16:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39909 0.026941 [API:8081]10.0.0.56 - - [2025-09-22 04:16:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12956 0.019418 [API:8081]10.0.0.56 - - [2025-09-22 04:16:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39909 0.029168 [API:8081]10.0.0.56 - - [2025-09-22 04:16:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12956 0.023446 [API:8081]10.0.0.56 - - [2025-09-22 04:16:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39909 0.027601 [API:8081]10.0.0.56 - - [2025-09-22 04:16:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12956 0.020023 [API:8081]10.0.0.56 - - [2025-09-22 04:16:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39913 0.030621 [API:8081]10.0.0.56 - - [2025-09-22 04:16:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12956 0.024303 [API:8081]10.0.0.56 - - [2025-09-22 04:16:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39913 0.039402 [API:8081]10.0.0.56 - - [2025-09-22 04:16:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12957 0.025717 [API:8081]10.0.0.56 - - [2025-09-22 04:16:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39913 0.027795 [API:8081]10.0.0.56 - - [2025-09-22 04:16:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12957 0.021753 [API:8081]10.0.0.56 - - [2025-09-22 04:16:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4159-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39914 0.027714 [API:8081]10.0.0.56 - - [2025-09-22 04:16:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4159-1?flat HTTP/1.1" 200 12569 0.022697 [API:8081]10.0.0.56 - - [2025-09-22 04:16:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-65895477:ctest-vn-92802429?flat HTTP/1.1" 200 6188 0.016365 [API:8081]10.0.0.56 - - [2025-09-22 04:16:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008189 [API:8081]10.0.0.56 - - [2025-09-22 04:16:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.56 - - [2025-09-22 04:16:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.080742 [API:8081]10.0.0.56 - - [2025-09-22 04:16:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.051019 [API:8081]10.0.0.56 - - [2025-09-22 04:17:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.047808 [API:8081]10.0.0.27 - - [2025-09-22 04:18:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.142747 [API:8081]10.0.0.56 - - [2025-09-22 04:18:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146511 [API:8081]10.0.0.27 - - [2025-09-22 04:18:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.110748 [API:8081]10.0.0.56 - - [2025-09-22 04:18:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.128760 [API:8081]10.0.0.38 - - [2025-09-22 04:18:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.321756 [API:8081]10.0.0.38 - - [2025-09-22 04:18:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.315571 [API:8081]10.0.0.56 - - [2025-09-22 04:19:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055245 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:20:24] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003145 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:20:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002592 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:20:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002520 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:20:24] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4159-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002246 [LOCAL API:8181]127.0.0.1 - - [2025-09-22 04:20:24] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002039 [API:8081]10.0.0.56 - - [2025-09-22 04:20:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.074836 [API:8081]10.0.0.38 - - [2025-09-22 04:21:32] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.38 - - [2025-09-22 04:21:32] "GET /analytics HTTP/1.1" 401 205 0.000122 [API:8081]10.0.0.56 - - [2025-09-22 04:22:01] "GET /analytics HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.56 - - [2025-09-22 04:22:01] "GET /analytics HTTP/1.1" 401 205 0.000143 [API:8081]10.0.0.27 - - [2025-09-22 04:22:02] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.27 - - [2025-09-22 04:22:02] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.56 - - [2025-09-22 04:22:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.56 - - [2025-09-22 04:22:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.062694 [API:8081]10.0.0.56 - - [2025-09-22 04:22:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055095 [API:8081]10.0.0.56 - - [2025-09-22 04:23:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.053638 [API:8081]10.0.0.27 - - [2025-09-22 04:23:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135349 [API:8081]10.0.0.56 - - [2025-09-22 04:23:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140657 [API:8081]10.0.0.27 - - [2025-09-22 04:23:33] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.158453 [API:8081]10.0.0.56 - - [2025-09-22 04:23:34] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.123953 [API:8081]10.0.0.38 - - [2025-09-22 04:23:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.214584 [API:8081]10.0.0.38 - - [2025-09-22 04:23:35] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.253935 [API:8081]10.0.0.56 - - [2025-09-22 04:25:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063388 [API:8081]10.0.0.56 - - [2025-09-22 04:26:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.065253 [Introspect:8090]10.0.0.56 - - [2025-09-22 04:28:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.000995