++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Thu Aug 28 02:08:51 AM UTC 2025 ===================' INFO: =================== Thu Aug 28 02:08:51 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.*' +++++ ip route get 1 +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ cut -d / -f 1 +++ command -v ip +++ local nic=ens3 +++ awk '{print $2}' +++ head -n 1 +++ ip addr show dev ens3 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.19 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ '[' -n '10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081 ' ']' +++ echo '10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081' ++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.38:8081 10.0.0.41:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ '[' -n '10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042 ' ']' +++ echo '10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.38:9042 10.0.0.41:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ '[' -n '10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086 ' ']' +++ echo '10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086' ++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.38:8086 10.0.0.41:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ CONFIGDB_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ '[' -n '10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082 ' ']' +++ echo '10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082' ++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.38:8082 10.0.0.41:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ '[' -n '10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161 ' ']' +++ echo '10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161' ++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.38:9161 10.0.0.41:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ '[' -n '10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041 ' ']' +++ echo '10.0.0.19:9041 10.0.0.38:9041 10.0.0.41:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.38:9041 10.0.0.41: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.17,10.20.0.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ '[' -n 10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181, ']' +++ echo 10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.38:2181,10.0.0.41:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ '[' -n '10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181 ' ']' +++ echo '10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.38:2181 10.0.0.41:2181' ++ RABBITMQ_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ '[' -n 10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673, ']' +++ echo 10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673 ++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.38:5673,10.0.0.41:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ '[' -n '10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379 ' ']' +++ echo '10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379' ++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.38:6379 10.0.0.41:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ '[' -n '10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092 ' ']' +++ echo '10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092' ++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.38:9092 10.0.0.41:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.19 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.19,10.0.0.38,10.0.0.41 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.19,10.0.0.38,10.0.0.41 ++ cut -d , -f 1 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.19 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.19,10.0.0.38,10.0.0.41 +++ local servers=10.0.0.19,10.0.0.38,10.0.0.41 +++ local server_list= +++ IFS=, +++ cut -d ' ' -f 1 +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort +++ local local_ips=,10.0.0.19,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.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.19,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ echo 10.0.0.19 1 +++ return ++ local ip=10.0.0.19 ++ [[ -z 10.0.0.19 ]] ++ echo 10.0.0.19 + host_ip=10.0.0.19 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 08/28/2025 02:08:58.858 7ff377c49580 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/28/2025 02:08:59.021 7ff377c49580 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 08/28/2025 02:08:59.031 7ff377c49580 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/28/2025 02:08:59.031 7ff377c49580 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.19:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.41 - - [2025-08-28 02:09:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.052511 [API:8081]10.0.0.38 - - [2025-08-28 02:09:34] "GET /analytics HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.38 - - [2025-08-28 02:09:34] "GET /analytics HTTP/1.1" 401 205 0.000345 [API:8081]10.0.0.41 - - [2025-08-28 02:09:34] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.41 - - [2025-08-28 02:09:34] "GET /analytics HTTP/1.1" 401 205 0.000125 [API:8081]10.0.0.19 - - [2025-08-28 02:09:35] "GET /analytics HTTP/1.1" 401 205 0.001195 [API:8081]10.0.0.19 - - [2025-08-28 02:09:35] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.38 - - [2025-08-28 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.38 - - [2025-08-28 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.41 - - [2025-08-28 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.41 - - [2025-08-28 02:10:05] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.19 - - [2025-08-28 02:10:06] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.19 - - [2025-08-28 02:10:06] "GET /analytics HTTP/1.1" 401 205 0.000164 [API:8081]10.0.0.41 - - [2025-08-28 02:10:35] "GET /analytics HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.41 - - [2025-08-28 02:10:35] "GET /analytics HTTP/1.1" 401 205 0.000124 [API:8081]10.0.0.38 - - [2025-08-28 02:10:35] "GET /analytics HTTP/1.1" 401 205 0.000309 [API:8081]10.0.0.38 - - [2025-08-28 02:10:35] "GET /analytics HTTP/1.1" 401 205 0.000194 [API:8081]10.0.0.41 - - [2025-08-28 02:11:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.045593 [Introspect:8090]10.0.0.19 - - [2025-08-28 02:11:24] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001096 [Introspect:8090]10.0.0.19 - - [2025-08-28 02:11:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001145 [API:8081]10.0.0.38 - - [2025-08-28 02:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.181493 [API:8081]10.0.0.41 - - [2025-08-28 02:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.587970 [API:8081]10.0.0.41 - - [2025-08-28 02:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144325 [API:8081]10.0.0.38 - - [2025-08-28 02:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.228086 [API:8081]10.0.0.19 - - [2025-08-28 02:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.203742 [API:8081]10.0.0.19 - - [2025-08-28 02:12:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.178559 [API:8081]10.0.0.41 - - [2025-08-28 02:12:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.151423 [Introspect:8090]10.0.0.19 - - [2025-08-28 02:13:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001112 [Introspect:8090]10.0.0.19 - - [2025-08-28 02:13:12] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000566 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0?flat HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0?flat HTTP/1.1" 200 38738 0.058267 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.051838 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0?flat HTTP/1.1" 200 35685 0.055388 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.019493 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0?flat HTTP/1.1" 200 38737 0.027447 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13606 0.019763 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.019958 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.016802 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3709 0.011270 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3356 0.011898 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.009124 [API:8081]10.0.0.19 - - [2025-08-28 02:13:12] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.011909 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4308 0.018668 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4318 0.017454 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generators HTTP/1.1" 200 14103 0.013318 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013597 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012163 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014799 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.014961 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012611 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010771 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.013938 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.015482 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.012745 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14819 0.023697 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.014362 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14827 0.015530 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.015278 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.013411 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.017313 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.016299 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.015636 [API:8081]10.0.0.19 - - [2025-08-28 02:13:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.017172 [API:8081]10.0.0.19 - - [2025-08-28 02:13:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.015240 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.018477 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.012531 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20487 0.016144 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3269 0.013124 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.011781 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14819 0.017636 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.011461 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.011319 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14827 0.015863 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010493 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3381 0.009991 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14823 0.012588 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3991 0.010228 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.013581 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.011360 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.013350 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.010538 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11113 0.013125 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3675 0.011271 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.010924 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4308 0.014574 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4318 0.013042 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control:0?flat HTTP/1.1" 200 38738 0.029240 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.012930 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.016304 [API:8081]10.0.0.19 - - [2025-08-28 02:13:15] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control:0?flat HTTP/1.1" 200 35685 0.021273 [API:8081]10.0.0.19 - - [2025-08-28 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.013538 [API:8081]10.0.0.19 - - [2025-08-28 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16355 0.013854 [API:8081]10.0.0.19 - - [2025-08-28 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control:0?flat HTTP/1.1" 200 38737 0.018301 [API:8081]10.0.0.19 - - [2025-08-28 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3379 0.011048 [API:8081]10.0.0.19 - - [2025-08-28 02:13:16] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-3956-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13606 0.012424 [API:8081]10.0.0.19 - - [2025-08-28 02:13:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12052 0.017384 [API:8081]10.0.0.19 - - [2025-08-28 02:13:18] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?flat HTTP/1.1" 200 13659 0.018515 [API:8081]10.0.0.19 - - [2025-08-28 02:13:18] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?flat HTTP/1.1" 200 17556 0.018333 [API:8081]10.0.0.19 - - [2025-08-28 02:13:18] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?flat HTTP/1.1" 200 18064 0.020372 [API:8081]10.0.0.19 - - [2025-08-28 02:13:18] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?flat HTTP/1.1" 200 13659 0.025630 [API:8081]10.0.0.19 - - [2025-08-28 02:13:18] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?flat HTTP/1.1" 200 17556 0.029811 [API:8081]10.0.0.19 - - [2025-08-28 02:13:18] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?flat HTTP/1.1" 200 18064 0.030669 [API:8081]10.0.0.19 - - [2025-08-28 02:13:18] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?flat HTTP/1.1" 200 13659 0.025908 [API:8081]10.0.0.19 - - [2025-08-28 02:13:18] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?flat HTTP/1.1" 200 17556 0.019919 [API:8081]10.0.0.19 - - [2025-08-28 02:13:18] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?flat HTTP/1.1" 200 18064 0.017196 [API:8081]10.0.0.19 - - [2025-08-28 02:13:18] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?flat HTTP/1.1" 200 13659 0.018186 [API:8081]10.0.0.19 - - [2025-08-28 02:13:18] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?flat HTTP/1.1" 200 17556 0.018810 [API:8081]10.0.0.19 - - [2025-08-28 02:13:19] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?flat HTTP/1.1" 200 18064 0.017131 [API:8081]10.0.0.19 - - [2025-08-28 02:13:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 8087 0.013149 [API:8081]10.0.0.19 - - [2025-08-28 02:13:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 8086 0.012127 [API:8081]10.0.0.19 - - [2025-08-28 02:13:20] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-3956-3?flat HTTP/1.1" 200 8090 0.012317 [API:8081]10.0.0.19 - - [2025-08-28 02:13:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2025-08-28 02:13:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1348 0.048957 [API:8081]10.0.0.19 - - [2025-08-28 02:13:36] "POST /analytics/query HTTP/1.1" 200 54678 1.058450 [API:8081]10.0.0.19 - - [2025-08-28 02:13:37] "POST /analytics/query HTTP/1.1" 200 5872 1.059381 [API:8081]10.0.0.19 - - [2025-08-28 02:13:38] "POST /analytics/query HTTP/1.1" 200 871 1.016780 [API:8081]10.0.0.19 - - [2025-08-28 02:13:39] "POST /analytics/query HTTP/1.1" 200 5872 1.014999 [API:8081]10.0.0.19 - - [2025-08-28 02:13:40] "POST /analytics/query HTTP/1.1" 200 871 1.016161 [API:8081]10.0.0.41 - - [2025-08-28 02:14:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067744 [API:8081]10.0.0.41 - - [2025-08-28 02:15:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.064016 [API:8081]10.0.0.19 - - [2025-08-28 02:17:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000342 [API:8081]10.0.0.41 - - [2025-08-28 02:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.171414 [API:8081]10.0.0.19 - - [2025-08-28 02:17:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1348 0.193349 [API:8081]10.0.0.38 - - [2025-08-28 02:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.326689 [API:8081]10.0.0.41 - - [2025-08-28 02:17:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169326 [API:8081]10.0.0.38 - - [2025-08-28 02:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.433936 [API:8081]10.0.0.19 - - [2025-08-28 02:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.414065 [API:8081]10.0.0.19 - - [2025-08-28 02:17:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.046456 [API:8081]10.0.0.19 - - [2025-08-28 02:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170731 [API:8081]10.0.0.41 - - [2025-08-28 02:17:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049342 [API:8081]10.0.0.41 - - [2025-08-28 02:18:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.050708 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:18:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002260 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002333 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.002775 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002636 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:18:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001554 [API:8081]10.0.0.19 - - [2025-08-28 02:20:06] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2025-08-28 02:20:06] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.41 - - [2025-08-28 02:20:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053362 [API:8081]10.0.0.41 - - [2025-08-28 02:20:35] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.41 - - [2025-08-28 02:20:35] "GET /analytics HTTP/1.1" 401 205 0.000137 [API:8081]10.0.0.38 - - [2025-08-28 02:20:35] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-08-28 02:20:35] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.41 - - [2025-08-28 02:21:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.080637 [API:8081]10.0.0.41 - - [2025-08-28 02:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.134962 [API:8081]10.0.0.38 - - [2025-08-28 02:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.200001 [API:8081]10.0.0.41 - - [2025-08-28 02:22:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.329412 [API:8081]10.0.0.38 - - [2025-08-28 02:22:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.213428 [API:8081]10.0.0.19 - - [2025-08-28 02:22:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.181922 [API:8081]10.0.0.19 - - [2025-08-28 02:22:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154413 [API:8081]10.0.0.19 - - [2025-08-28 02:22:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.19 - - [2025-08-28 02:22:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2352 0.053797 [API:8081]10.0.0.19 - - [2025-08-28 02:22:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2352 0.049093 [API:8081]10.0.0.41 - - [2025-08-28 02:23:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048414 [API:8081]10.0.0.19 - - [2025-08-28 02:24:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1788 0.007092 [API:8081]10.0.0.19 - - [2025-08-28 02:24:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2016 0.009808 [API:8081]10.0.0.19 - - [2025-08-28 02:24:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2244 0.048090 [API:8081]10.0.0.19 - - [2025-08-28 02:24:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2472 0.007773 [API:8081]10.0.0.41 - - [2025-08-28 02:24:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.053661 [API:8081]10.0.0.41 - - [2025-08-28 02:26:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048433 [API:8081]10.0.0.19 - - [2025-08-28 02:27:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.016130 [API:8081]10.0.0.41 - - [2025-08-28 02:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156969 [API:8081]10.0.0.38 - - [2025-08-28 02:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.131591 [API:8081]10.0.0.41 - - [2025-08-28 02:27:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.137142 [API:8081]10.0.0.38 - - [2025-08-28 02:27:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147406 [API:8081]10.0.0.19 - - [2025-08-28 02:27:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.212943 [API:8081]10.0.0.19 - - [2025-08-28 02:27:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159382 [API:8081]10.0.0.19 - - [2025-08-28 02:27:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.016054 [API:8081]10.0.0.19 - - [2025-08-28 02:27:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.017567 [API:8081]10.0.0.19 - - [2025-08-28 02:27:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.017822 [API:8081]10.0.0.19 - - [2025-08-28 02:27:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet1-75110364?flat HTTP/1.1" 200 8246 0.012448 [API:8081]10.0.0.19 - - [2025-08-28 02:27:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.011020 [API:8081]10.0.0.19 - - [2025-08-28 02:27:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.018880 [API:8081]10.0.0.19 - - [2025-08-28 02:27:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-75851588:ctest-vnet0-79840890?flat HTTP/1.1" 200 8246 0.011943 [API:8081]10.0.0.19 - - [2025-08-28 02:27:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007534 [API:8081]10.0.0.41 - - [2025-08-28 02:27:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.064445 [API:8081]10.0.0.19 - - [2025-08-28 02:27:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.008217 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:28:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002546 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003489 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 294 0.005013 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.006222 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:28:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002267 [API:8081]10.0.0.19 - - [2025-08-28 02:29:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2025-08-28 02:29:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.049890 [API:8081]10.0.0.41 - - [2025-08-28 02:29:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048893 [API:8081]10.0.0.19 - - [2025-08-28 02:30:06] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2025-08-28 02:30:06] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.41 - - [2025-08-28 02:30:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.053811 [API:8081]10.0.0.19 - - [2025-08-28 02:30:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017988 [API:8081]10.0.0.19 - - [2025-08-28 02:30:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.058361 [API:8081]10.0.0.19 - - [2025-08-28 02:30:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.057778 [API:8081]10.0.0.19 - - [2025-08-28 02:30:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018985 [API:8081]10.0.0.19 - - [2025-08-28 02:30:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019554 [API:8081]10.0.0.41 - - [2025-08-28 02:30:35] "GET /analytics HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.41 - - [2025-08-28 02:30:35] "GET /analytics HTTP/1.1" 401 205 0.000123 [API:8081]10.0.0.38 - - [2025-08-28 02:30:35] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.38 - - [2025-08-28 02:30:35] "GET /analytics HTTP/1.1" 401 205 0.000120 [API:8081]10.0.0.19 - - [2025-08-28 02:30:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019928 [API:8081]10.0.0.19 - - [2025-08-28 02:30:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019597 [API:8081]10.0.0.19 - - [2025-08-28 02:30:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.034186 [API:8081]10.0.0.19 - - [2025-08-28 02:30:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019068 [API:8081]10.0.0.19 - - [2025-08-28 02:30:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-91433191:ctest-vnet0-56086182?flat HTTP/1.1" 200 7197 0.011979 [API:8081]10.0.0.19 - - [2025-08-28 02:30:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007312 [API:8081]10.0.0.19 - - [2025-08-28 02:30:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2025-08-28 02:30:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1356 0.059665 [API:8081]10.0.0.19 - - [2025-08-28 02:31:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.19 - - [2025-08-28 02:31:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1740 0.047247 [API:8081]10.0.0.19 - - [2025-08-28 02:31:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1740 0.052366 [API:8081]10.0.0.19 - - [2025-08-28 02:31:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1740 0.047940 [API:8081]10.0.0.41 - - [2025-08-28 02:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130465 [API:8081]10.0.0.38 - - [2025-08-28 02:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163061 [API:8081]10.0.0.41 - - [2025-08-28 02:32:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.153296 [API:8081]10.0.0.19 - - [2025-08-28 02:32:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52027420:da112671-ca6b-445d-9a5f-9c60ab90db15?flat HTTP/1.1" 200 5236 0.012351 [API:8081]10.0.0.19 - - [2025-08-28 02:32:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52027420:da112671-ca6b-445d-9a5f-9c60ab90db15?flat HTTP/1.1" 200 5236 0.012616 [API:8081]10.0.0.19 - - [2025-08-28 02:32:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52027420:da112671-ca6b-445d-9a5f-9c60ab90db15?flat HTTP/1.1" 200 5236 0.014075 [API:8081]10.0.0.19 - - [2025-08-28 02:32:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52027420:ctest-VN1-79245349?flat HTTP/1.1" 200 8562 0.029139 [API:8081]10.0.0.19 - - [2025-08-28 02:32:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.027875 [API:8081]10.0.0.19 - - [2025-08-28 02:32:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.027480 [API:8081]10.0.0.38 - - [2025-08-28 02:32:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.279099 [API:8081]10.0.0.19 - - [2025-08-28 02:32:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.223791 [API:8081]10.0.0.19 - - [2025-08-28 02:32:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008615 [API:8081]10.0.0.19 - - [2025-08-28 02:32:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.158035 [API:8081]10.0.0.19 - - [2025-08-28 02:32:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52027420:e121c753-9a61-4fda-8f6c-8af9e8b83d0c?flat HTTP/1.1" 200 5100 0.014399 [API:8081]10.0.0.19 - - [2025-08-28 02:32:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52027420:e121c753-9a61-4fda-8f6c-8af9e8b83d0c?flat HTTP/1.1" 200 5100 0.011865 [API:8081]10.0.0.19 - - [2025-08-28 02:32:07] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52027420:e121c753-9a61-4fda-8f6c-8af9e8b83d0c?flat HTTP/1.1" 200 5100 0.013690 [API:8081]10.0.0.19 - - [2025-08-28 02:32:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52027420:ctest-VN2-19010842?flat HTTP/1.1" 200 7865 0.013702 [API:8081]10.0.0.19 - - [2025-08-28 02:32:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24578 0.017663 [API:8081]10.0.0.19 - - [2025-08-28 02:32:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24578 0.015199 [API:8081]10.0.0.19 - - [2025-08-28 02:32:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008793 [API:8081]10.0.0.19 - - [2025-08-28 02:32:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52027420:1543b65c-5ee5-4404-a27b-1d83d116f899?flat HTTP/1.1" 200 5094 0.020964 [API:8081]10.0.0.19 - - [2025-08-28 02:32:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52027420:1543b65c-5ee5-4404-a27b-1d83d116f899?flat HTTP/1.1" 200 5094 0.012050 [API:8081]10.0.0.19 - - [2025-08-28 02:32:10] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-52027420:1543b65c-5ee5-4404-a27b-1d83d116f899?flat HTTP/1.1" 200 5094 0.013298 [API:8081]10.0.0.19 - - [2025-08-28 02:32:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52027420:ctest-VN3-78918316?flat HTTP/1.1" 200 7447 0.013832 [API:8081]10.0.0.19 - - [2025-08-28 02:32:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.048509 [API:8081]10.0.0.19 - - [2025-08-28 02:32:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018683 [API:8081]10.0.0.19 - - [2025-08-28 02:32:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007821 [API:8081]10.0.0.41 - - [2025-08-28 02:32:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053648 [API:8081]10.0.0.19 - - [2025-08-28 02:32:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022128 [API:8081]10.0.0.19 - - [2025-08-28 02:32:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019866 [API:8081]10.0.0.19 - - [2025-08-28 02:32:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019000 [API:8081]10.0.0.19 - - [2025-08-28 02:33:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018931 [API:8081]10.0.0.19 - - [2025-08-28 02:33:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022137 [API:8081]10.0.0.19 - - [2025-08-28 02:33:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.020057 [API:8081]10.0.0.19 - - [2025-08-28 02:33:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.046721 [API:8081]10.0.0.19 - - [2025-08-28 02:33:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.021182 [API:8081]10.0.0.19 - - [2025-08-28 02:33:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.019619 [API:8081]10.0.0.19 - - [2025-08-28 02:33:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52027420:ctest-VN3-78918316?flat HTTP/1.1" 200 6220 0.014006 [API:8081]10.0.0.19 - - [2025-08-28 02:33:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008785 [API:8081]10.0.0.19 - - [2025-08-28 02:33:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.022518 [API:8081]10.0.0.19 - - [2025-08-28 02:33:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016961 [API:8081]10.0.0.41 - - [2025-08-28 02:33:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057057 [API:8081]10.0.0.19 - - [2025-08-28 02:33:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018230 [API:8081]10.0.0.19 - - [2025-08-28 02:33:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018779 [API:8081]10.0.0.19 - - [2025-08-28 02:33:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016897 [API:8081]10.0.0.19 - - [2025-08-28 02:33:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016490 [API:8081]10.0.0.19 - - [2025-08-28 02:33:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.030634 [API:8081]10.0.0.19 - - [2025-08-28 02:33:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016269 [API:8081]10.0.0.19 - - [2025-08-28 02:33:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016985 [API:8081]10.0.0.19 - - [2025-08-28 02:33:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52027420:ctest-VN2-19010842?flat HTTP/1.1" 200 6559 0.012830 [API:8081]10.0.0.19 - - [2025-08-28 02:33:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009671 [API:8081]10.0.0.19 - - [2025-08-28 02:33:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.018135 [API:8081]10.0.0.19 - - [2025-08-28 02:33:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-52027420:ctest-VN1-79245349?flat HTTP/1.1" 200 6776 0.011901 [API:8081]10.0.0.19 - - [2025-08-28 02:33:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007956 [API:8081]10.0.0.19 - - [2025-08-28 02:33:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2025-08-28 02:34:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.053594 [API:8081]10.0.0.19 - - [2025-08-28 02:34:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.086338 [API:8081]10.0.0.19 - - [2025-08-28 02:34:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1776 0.053862 [API:8081]10.0.0.19 - - [2025-08-28 02:34:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:7933013e-4d5b-4530-836e-882e00b3d984?flat HTTP/1.1" 200 5361 0.012448 [API:8081]10.0.0.19 - - [2025-08-28 02:34:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:7933013e-4d5b-4530-836e-882e00b3d984?flat HTTP/1.1" 200 5361 0.012476 [API:8081]10.0.0.19 - - [2025-08-28 02:34:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:7933013e-4d5b-4530-836e-882e00b3d984?flat HTTP/1.1" 200 5361 0.013717 [API:8081]10.0.0.19 - - [2025-08-28 02:34:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:7933013e-4d5b-4530-836e-882e00b3d984?flat HTTP/1.1" 200 5361 0.014235 [API:8081]10.0.0.19 - - [2025-08-28 02:34:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN1-43350243?flat HTTP/1.1" 200 9452 0.015168 [API:8081]10.0.0.19 - - [2025-08-28 02:34:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.021836 [API:8081]10.0.0.19 - - [2025-08-28 02:34:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.021187 [API:8081]10.0.0.19 - - [2025-08-28 02:34:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007925 [API:8081]10.0.0.19 - - [2025-08-28 02:34:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:8cccc106-836b-4ba6-8112-324128d44e01?flat HTTP/1.1" 200 5224 0.018044 [API:8081]10.0.0.19 - - [2025-08-28 02:34:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:8cccc106-836b-4ba6-8112-324128d44e01?flat HTTP/1.1" 200 5224 0.012239 [API:8081]10.0.0.19 - - [2025-08-28 02:34:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:8cccc106-836b-4ba6-8112-324128d44e01?flat HTTP/1.1" 200 5224 0.011498 [API:8081]10.0.0.19 - - [2025-08-28 02:34:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:8cccc106-836b-4ba6-8112-324128d44e01?flat HTTP/1.1" 200 5224 0.011944 [API:8081]10.0.0.19 - - [2025-08-28 02:34:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN2-05184334?flat HTTP/1.1" 200 8634 0.012324 [API:8081]10.0.0.19 - - [2025-08-28 02:34:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016095 [API:8081]10.0.0.19 - - [2025-08-28 02:34:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016723 [API:8081]10.0.0.19 - - [2025-08-28 02:34:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007900 [API:8081]10.0.0.19 - - [2025-08-28 02:34:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:a79cdf29-895a-4759-b57a-34acf2925c52?flat HTTP/1.1" 200 5218 0.014366 [API:8081]10.0.0.19 - - [2025-08-28 02:34:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:a79cdf29-895a-4759-b57a-34acf2925c52?flat HTTP/1.1" 200 5218 0.018630 [API:8081]10.0.0.19 - - [2025-08-28 02:34:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:a79cdf29-895a-4759-b57a-34acf2925c52?flat HTTP/1.1" 200 5218 0.024103 [API:8081]10.0.0.19 - - [2025-08-28 02:34:58] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-27208649:a79cdf29-895a-4759-b57a-34acf2925c52?flat HTTP/1.1" 200 5218 0.022005 [API:8081]10.0.0.19 - - [2025-08-28 02:34:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN3-26142907?flat HTTP/1.1" 200 8198 0.023942 [API:8081]10.0.0.19 - - [2025-08-28 02:34:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.029543 [API:8081]10.0.0.19 - - [2025-08-28 02:34:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.018847 [API:8081]10.0.0.19 - - [2025-08-28 02:34:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008060 [API:8081]10.0.0.41 - - [2025-08-28 02:35:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053751 [API:8081]10.0.0.19 - - [2025-08-28 02:35:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.021631 [API:8081]10.0.0.19 - - [2025-08-28 02:35:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.022147 [API:8081]10.0.0.19 - - [2025-08-28 02:35:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.019070 [API:8081]10.0.0.19 - - [2025-08-28 02:35:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN3-26142907?flat HTTP/1.1" 200 6959 0.012071 [API:8081]10.0.0.19 - - [2025-08-28 02:35:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010492 [API:8081]10.0.0.19 - - [2025-08-28 02:35:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.015897 [API:8081]10.0.0.19 - - [2025-08-28 02:35:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016057 [API:8081]10.0.0.19 - - [2025-08-28 02:35:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016230 [API:8081]10.0.0.19 - - [2025-08-28 02:35:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.015854 [API:8081]10.0.0.19 - - [2025-08-28 02:35:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017491 [API:8081]10.0.0.19 - - [2025-08-28 02:36:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.016778 [API:8081]10.0.0.19 - - [2025-08-28 02:36:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.017202 [API:8081]10.0.0.19 - - [2025-08-28 02:36:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24586 0.015994 [API:8081]10.0.0.19 - - [2025-08-28 02:36:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017884 [API:8081]10.0.0.19 - - [2025-08-28 02:36:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN2-05184334?flat HTTP/1.1" 200 7310 0.014497 [API:8081]10.0.0.19 - - [2025-08-28 02:36:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007930 [API:8081]10.0.0.19 - - [2025-08-28 02:36:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.019249 [API:8081]10.0.0.19 - - [2025-08-28 02:36:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-27208649:ctest-VN1-43350243?flat HTTP/1.1" 200 7645 0.012659 [API:8081]10.0.0.19 - - [2025-08-28 02:36:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.006771 [API:8081]10.0.0.41 - - [2025-08-28 02:36:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.073424 [API:8081]10.0.0.19 - - [2025-08-28 02:36:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.19 - - [2025-08-28 02:36:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1536 0.048386 [API:8081]10.0.0.19 - - [2025-08-28 02:36:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1536 0.042755 [API:8081]10.0.0.41 - - [2025-08-28 02:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162755 [API:8081]10.0.0.38 - - [2025-08-28 02:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.156598 [API:8081]10.0.0.41 - - [2025-08-28 02:37:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168800 [API:8081]10.0.0.38 - - [2025-08-28 02:37:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.279842 [API:8081]10.0.0.19 - - [2025-08-28 02:37:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.246082 [API:8081]10.0.0.19 - - [2025-08-28 02:37:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.133240 [API:8081]10.0.0.19 - - [2025-08-28 02:38:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000285 [API:8081]10.0.0.19 - - [2025-08-28 02:38:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1772 0.054454 [API:8081]10.0.0.41 - - [2025-08-28 02:38:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051536 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:38:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002267 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002666 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002330 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002186 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:38:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001537 [API:8081]10.0.0.41 - - [2025-08-28 02:39:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056983 [API:8081]10.0.0.19 - - [2025-08-28 02:40:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.023453 [API:8081]10.0.0.19 - - [2025-08-28 02:40:06] "GET /analytics HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.19 - - [2025-08-28 02:40:06] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.19 - - [2025-08-28 02:40:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.071240 [API:8081]10.0.0.19 - - [2025-08-28 02:40:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.057368 [API:8081]10.0.0.19 - - [2025-08-28 02:40:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24599 0.019165 [API:8081]10.0.0.19 - - [2025-08-28 02:40:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-69950665:ctest-vnet0-65150326?flat HTTP/1.1" 200 7965 0.011938 [API:8081]10.0.0.19 - - [2025-08-28 02:40:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007823 [API:8081]10.0.0.19 - - [2025-08-28 02:40:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2025-08-28 02:40:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.052945 [API:8081]10.0.0.19 - - [2025-08-28 02:40:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.055098 [API:8081]10.0.0.41 - - [2025-08-28 02:40:35] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.41 - - [2025-08-28 02:40:35] "GET /analytics HTTP/1.1" 401 205 0.000136 [API:8081]10.0.0.38 - - [2025-08-28 02:40:35] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.38 - - [2025-08-28 02:40:35] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.41 - - [2025-08-28 02:41:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050008 [API:8081]10.0.0.41 - - [2025-08-28 02:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.186535 [API:8081]10.0.0.38 - - [2025-08-28 02:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.138815 [API:8081]10.0.0.41 - - [2025-08-28 02:42:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.176806 [API:8081]10.0.0.38 - - [2025-08-28 02:42:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.097486 [API:8081]10.0.0.19 - - [2025-08-28 02:42:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130333 [API:8081]10.0.0.19 - - [2025-08-28 02:42:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145317 [API:8081]10.0.0.41 - - [2025-08-28 02:42:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056508 [API:8081]10.0.0.19 - - [2025-08-28 02:43:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.018281 [API:8081]10.0.0.19 - - [2025-08-28 02:43:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-03790461:ctest-vnet1-53167832?flat HTTP/1.1" 200 7306 0.052072 [API:8081]10.0.0.19 - - [2025-08-28 02:43:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.006780 [API:8081]10.0.0.19 - - [2025-08-28 02:43:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.023661 [API:8081]10.0.0.19 - - [2025-08-28 02:43:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-03790461:ctest-vnet0-19703913?flat HTTP/1.1" 200 6959 0.012242 [API:8081]10.0.0.19 - - [2025-08-28 02:43:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008873 [API:8081]10.0.0.19 - - [2025-08-28 02:44:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2025-08-28 02:44:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1352 0.054636 [API:8081]10.0.0.19 - - [2025-08-28 02:44:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1588 0.071619 [API:8081]10.0.0.41 - - [2025-08-28 02:44:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057965 [API:8081]10.0.0.41 - - [2025-08-28 02:45:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057142 [API:8081]10.0.0.19 - - [2025-08-28 02:46:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.017329 [API:8081]10.0.0.19 - - [2025-08-28 02:46:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.058083 [API:8081]10.0.0.19 - - [2025-08-28 02:46:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.016775 [API:8081]10.0.0.19 - - [2025-08-28 02:47:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.017036 [API:8081]10.0.0.41 - - [2025-08-28 02:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.172096 [API:8081]10.0.0.38 - - [2025-08-28 02:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146551 [API:8081]10.0.0.41 - - [2025-08-28 02:47:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144527 [API:8081]10.0.0.38 - - [2025-08-28 02:47:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.260546 [API:8081]10.0.0.19 - - [2025-08-28 02:47:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.222634 [API:8081]10.0.0.19 - - [2025-08-28 02:47:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.016707 [API:8081]10.0.0.19 - - [2025-08-28 02:47:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.127547 [API:8081]10.0.0.19 - - [2025-08-28 02:47:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24603 0.020198 [API:8081]10.0.0.19 - - [2025-08-28 02:47:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24607 0.015568 [API:8081]10.0.0.19 - - [2025-08-28 02:47:10] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:ctest-vnet1-80582045?flat HTTP/1.1" 200 8064 0.011202 [API:8081]10.0.0.19 - - [2025-08-28 02:47:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007230 [API:8081]10.0.0.19 - - [2025-08-28 02:47:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24616 0.018704 [API:8081]10.0.0.19 - - [2025-08-28 02:47:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-27750882:ctest-vnet0-72393078?flat HTTP/1.1" 200 7706 0.011996 [API:8081]10.0.0.19 - - [2025-08-28 02:47:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007043 [API:8081]10.0.0.41 - - [2025-08-28 02:47:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052166 [API:8081]10.0.0.41 - - [2025-08-28 02:48:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.056512 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:48:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002393 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002634 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002724 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002543 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:48:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001786 [API:8081]10.0.0.19 - - [2025-08-28 02:50:06] "GET /analytics HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.19 - - [2025-08-28 02:50:06] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.19 - - [2025-08-28 02:50:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2025-08-28 02:50:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1746 0.052784 [API:8081]10.0.0.41 - - [2025-08-28 02:50:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.067721 [API:8081]10.0.0.41 - - [2025-08-28 02:50:35] "GET /analytics HTTP/1.1" 401 205 0.000294 [API:8081]10.0.0.41 - - [2025-08-28 02:50:35] "GET /analytics HTTP/1.1" 401 205 0.000160 [API:8081]10.0.0.38 - - [2025-08-28 02:50:35] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.38 - - [2025-08-28 02:50:35] "GET /analytics HTTP/1.1" 401 205 0.000163 [API:8081]10.0.0.41 - - [2025-08-28 02:51:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.060767 [API:8081]10.0.0.19 - - [2025-08-28 02:51:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.008125 [API:8081]10.0.0.41 - - [2025-08-28 02:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.118936 [API:8081]10.0.0.38 - - [2025-08-28 02:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163040 [API:8081]10.0.0.41 - - [2025-08-28 02:52:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.124108 [API:8081]10.0.0.38 - - [2025-08-28 02:52:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.133675 [API:8081]10.0.0.19 - - [2025-08-28 02:52:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.113550 [API:8081]10.0.0.19 - - [2025-08-28 02:52:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.119395 [API:8081]10.0.0.19 - - [2025-08-28 02:53:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.19 - - [2025-08-28 02:53:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1680 0.048442 [API:8081]10.0.0.41 - - [2025-08-28 02:53:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072210 [API:8081]10.0.0.19 - - [2025-08-28 02:53:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:893be996-4e9e-4182-8957-0edd4b1baf09?flat HTTP/1.1" 200 5819 0.055647 [API:8081]10.0.0.19 - - [2025-08-28 02:53:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:893be996-4e9e-4182-8957-0edd4b1baf09?flat HTTP/1.1" 200 5819 0.012359 [API:8081]10.0.0.19 - - [2025-08-28 02:53:47] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:893be996-4e9e-4182-8957-0edd4b1baf09?flat HTTP/1.1" 200 5819 0.055851 [API:8081]10.0.0.19 - - [2025-08-28 02:53:47] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807-91300675?flat HTTP/1.1" 200 10797 0.015277 [API:8081]10.0.0.19 - - [2025-08-28 02:53:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018338 [API:8081]10.0.0.19 - - [2025-08-28 02:53:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.024995 [API:8081]10.0.0.19 - - [2025-08-28 02:53:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007864 [API:8081]10.0.0.19 - - [2025-08-28 02:54:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:42d5a4fa-33da-4c5a-802f-adb2294fda9c?flat HTTP/1.1" 200 5679 0.012804 [API:8081]10.0.0.19 - - [2025-08-28 02:54:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:42d5a4fa-33da-4c5a-802f-adb2294fda9c?flat HTTP/1.1" 200 5679 0.012476 [API:8081]10.0.0.19 - - [2025-08-28 02:54:08] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:42d5a4fa-33da-4c5a-802f-adb2294fda9c?flat HTTP/1.1" 200 5679 0.012003 [API:8081]10.0.0.19 - - [2025-08-28 02:54:08] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807-91300675?flat HTTP/1.1" 200 10797 0.015306 [API:8081]10.0.0.19 - - [2025-08-28 02:54:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.037702 [API:8081]10.0.0.19 - - [2025-08-28 02:54:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.016698 [API:8081]10.0.0.19 - - [2025-08-28 02:54:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008907 [API:8081]10.0.0.41 - - [2025-08-28 02:54:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.066179 [API:8081]10.0.0.19 - - [2025-08-28 02:55:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.016122 [API:8081]10.0.0.19 - - [2025-08-28 02:55:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.017027 [API:8081]10.0.0.19 - - [2025-08-28 02:55:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.016494 [API:8081]10.0.0.19 - - [2025-08-28 02:55:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.016355 [API:8081]10.0.0.19 - - [2025-08-28 02:55:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.016411 [API:8081]10.0.0.19 - - [2025-08-28 02:56:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.016831 [API:8081]10.0.0.19 - - [2025-08-28 02:56:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.017323 [API:8081]10.0.0.19 - - [2025-08-28 02:56:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.016346 [API:8081]10.0.0.19 - - [2025-08-28 02:56:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24629 0.016344 [API:8081]10.0.0.19 - - [2025-08-28 02:56:11] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807-91300675?flat HTTP/1.1" 200 11650 0.015975 [API:8081]10.0.0.19 - - [2025-08-28 02:56:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007720 [API:8081]10.0.0.19 - - [2025-08-28 02:56:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019161 [API:8081]10.0.0.19 - - [2025-08-28 02:56:14] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807:ctest-SecurityGroupBasicRegressionTests1Ipv6-91042807-91300675?flat HTTP/1.1" 200 8801 0.012967 [API:8081]10.0.0.19 - - [2025-08-28 02:56:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007621 [API:8081]10.0.0.19 - - [2025-08-28 02:56:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2025-08-28 02:56:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1482 0.058957 [API:8081]10.0.0.41 - - [2025-08-28 02:56:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058153 [API:8081]10.0.0.41 - - [2025-08-28 02:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132886 [API:8081]10.0.0.38 - - [2025-08-28 02:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.142130 [API:8081]10.0.0.41 - - [2025-08-28 02:57:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.162811 [API:8081]10.0.0.38 - - [2025-08-28 02:57:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.287951 [API:8081]10.0.0.19 - - [2025-08-28 02:57:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.232834 [API:8081]10.0.0.19 - - [2025-08-28 02:57:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.148638 [API:8081]10.0.0.19 - - [2025-08-28 02:57:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:7943c97a-bdb3-4d5e-a502-d6915005de3f?flat HTTP/1.1" 200 5802 0.052717 [API:8081]10.0.0.19 - - [2025-08-28 02:57:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:7943c97a-bdb3-4d5e-a502-d6915005de3f?flat HTTP/1.1" 200 5802 0.012893 [API:8081]10.0.0.19 - - [2025-08-28 02:57:05] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:7943c97a-bdb3-4d5e-a502-d6915005de3f?flat HTTP/1.1" 200 5802 0.062586 [API:8081]10.0.0.19 - - [2025-08-28 02:57:05] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078-61857855?flat HTTP/1.1" 200 10437 0.020502 [API:8081]10.0.0.19 - - [2025-08-28 02:57:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020168 [API:8081]10.0.0.19 - - [2025-08-28 02:57:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018588 [API:8081]10.0.0.19 - - [2025-08-28 02:57:05] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008595 [API:8081]10.0.0.19 - - [2025-08-28 02:57:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:6dbb7df8-e12d-4b5f-bcde-8935460460e2?flat HTTP/1.1" 200 5925 0.012433 [API:8081]10.0.0.19 - - [2025-08-28 02:57:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:6dbb7df8-e12d-4b5f-bcde-8935460460e2?flat HTTP/1.1" 200 5925 0.012204 [API:8081]10.0.0.19 - - [2025-08-28 02:57:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:6dbb7df8-e12d-4b5f-bcde-8935460460e2?flat HTTP/1.1" 200 5925 0.012481 [API:8081]10.0.0.19 - - [2025-08-28 02:57:26] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078-61857855?flat HTTP/1.1" 200 12657 0.016882 [API:8081]10.0.0.19 - - [2025-08-28 02:57:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.015915 [API:8081]10.0.0.19 - - [2025-08-28 02:57:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.019750 [API:8081]10.0.0.19 - - [2025-08-28 02:57:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008698 [API:8081]10.0.0.41 - - [2025-08-28 02:57:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.052317 [API:8081]10.0.0.19 - - [2025-08-28 02:58:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.017330 [API:8081]10.0.0.19 - - [2025-08-28 02:58:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.017101 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:58:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002407 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002519 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002589 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002613 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 02:58:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001801 [API:8081]10.0.0.19 - - [2025-08-28 02:59:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.017746 [API:8081]10.0.0.19 - - [2025-08-28 02:59:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.016663 [API:8081]10.0.0.19 - - [2025-08-28 02:59:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.016105 [API:8081]10.0.0.19 - - [2025-08-28 02:59:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.017576 [API:8081]10.0.0.19 - - [2025-08-28 02:59:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.016580 [API:8081]10.0.0.19 - - [2025-08-28 02:59:13] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078-61857855?flat HTTP/1.1" 200 11577 0.016827 [API:8081]10.0.0.19 - - [2025-08-28 02:59:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007600 [API:8081]10.0.0.19 - - [2025-08-28 02:59:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019760 [API:8081]10.0.0.19 - - [2025-08-28 02:59:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019701 [API:8081]10.0.0.19 - - [2025-08-28 02:59:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019961 [API:8081]10.0.0.19 - - [2025-08-28 02:59:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018187 [API:8081]10.0.0.19 - - [2025-08-28 02:59:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020282 [API:8081]10.0.0.19 - - [2025-08-28 02:59:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021304 [API:8081]10.0.0.19 - - [2025-08-28 02:59:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019640 [API:8081]10.0.0.19 - - [2025-08-28 02:59:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.029990 [API:8081]10.0.0.19 - - [2025-08-28 02:59:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019040 [API:8081]10.0.0.41 - - [2025-08-28 02:59:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048954 [API:8081]10.0.0.19 - - [2025-08-28 02:59:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018866 [API:8081]10.0.0.19 - - [2025-08-28 02:59:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078:ctest-SecurityGroupBasicRegressionTests1_contrail-77223078-61857855?flat HTTP/1.1" 200 8420 0.011612 [API:8081]10.0.0.19 - - [2025-08-28 02:59:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007545 [API:8081]10.0.0.19 - - [2025-08-28 02:59:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2025-08-28 02:59:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1446 0.052233 [API:8081]10.0.0.19 - - [2025-08-28 03:00:06] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2025-08-28 03:00:06] "GET /analytics HTTP/1.1" 401 205 0.000129 [API:8081]10.0.0.41 - - [2025-08-28 03:00:35] "GET /analytics HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.41 - - [2025-08-28 03:00:35] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.38 - - [2025-08-28 03:00:35] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.38 - - [2025-08-28 03:00:35] "GET /analytics HTTP/1.1" 401 205 0.000182 [API:8081]10.0.0.19 - - [2025-08-28 03:00:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:7a193a72-336c-4b68-900c-ce7197b404db?flat HTTP/1.1" 200 5679 0.084509 [API:8081]10.0.0.19 - - [2025-08-28 03:00:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:7a193a72-336c-4b68-900c-ce7197b404db?flat HTTP/1.1" 200 5679 0.055717 [API:8081]10.0.0.19 - - [2025-08-28 03:00:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:7a193a72-336c-4b68-900c-ce7197b404db?flat HTTP/1.1" 200 5679 0.012648 [API:8081]10.0.0.19 - - [2025-08-28 03:00:36] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:ctest-SecurityGroupBasicRegressionTests1-98028803-78153126?flat HTTP/1.1" 200 6306 0.017575 [API:8081]10.0.0.19 - - [2025-08-28 03:00:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.026326 [API:8081]10.0.0.19 - - [2025-08-28 03:00:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.025819 [API:8081]10.0.0.19 - - [2025-08-28 03:00:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.010078 [API:8081]10.0.0.41 - - [2025-08-28 03:00:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.051277 [API:8081]10.0.0.19 - - [2025-08-28 03:00:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:fb589c5a-2fd5-4705-8e83-6626e7ef3d17?flat HTTP/1.1" 200 5549 0.012034 [API:8081]10.0.0.19 - - [2025-08-28 03:00:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:fb589c5a-2fd5-4705-8e83-6626e7ef3d17?flat HTTP/1.1" 200 5549 0.011510 [API:8081]10.0.0.19 - - [2025-08-28 03:00:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:fb589c5a-2fd5-4705-8e83-6626e7ef3d17?flat HTTP/1.1" 200 5549 0.011881 [API:8081]10.0.0.19 - - [2025-08-28 03:00:57] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:ctest-SecurityGroupBasicRegressionTests1-98028803-78153126?flat HTTP/1.1" 200 10930 0.015991 [API:8081]10.0.0.19 - - [2025-08-28 03:00:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.015896 [API:8081]10.0.0.19 - - [2025-08-28 03:00:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.017150 [API:8081]10.0.0.19 - - [2025-08-28 03:00:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008178 [API:8081]10.0.0.41 - - [2025-08-28 03:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.149967 [API:8081]10.0.0.38 - - [2025-08-28 03:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.157446 [API:8081]10.0.0.41 - - [2025-08-28 03:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.141023 [API:8081]10.0.0.38 - - [2025-08-28 03:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.232211 [API:8081]10.0.0.19 - - [2025-08-28 03:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.174567 [API:8081]10.0.0.19 - - [2025-08-28 03:02:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.175108 [API:8081]10.0.0.19 - - [2025-08-28 03:02:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017650 [API:8081]10.0.0.19 - - [2025-08-28 03:02:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.021864 [API:8081]10.0.0.19 - - [2025-08-28 03:02:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017117 [API:8081]10.0.0.19 - - [2025-08-28 03:02:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.015740 [API:8081]10.0.0.19 - - [2025-08-28 03:02:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017168 [API:8081]10.0.0.19 - - [2025-08-28 03:02:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.020687 [API:8081]10.0.0.19 - - [2025-08-28 03:02:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.022694 [API:8081]10.0.0.19 - - [2025-08-28 03:02:42] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:ctest-SecurityGroupBasicRegressionTests1-98028803-78153126?flat HTTP/1.1" 200 10767 0.014592 [API:8081]10.0.0.19 - - [2025-08-28 03:02:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008113 [API:8081]10.0.0.41 - - [2025-08-28 03:02:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083062 [API:8081]10.0.0.19 - - [2025-08-28 03:02:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019199 [API:8081]10.0.0.19 - - [2025-08-28 03:02:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021291 [API:8081]10.0.0.19 - - [2025-08-28 03:02:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019152 [API:8081]10.0.0.19 - - [2025-08-28 03:02:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.017709 [API:8081]10.0.0.19 - - [2025-08-28 03:02:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021285 [API:8081]10.0.0.19 - - [2025-08-28 03:03:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020644 [API:8081]10.0.0.19 - - [2025-08-28 03:03:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020534 [API:8081]10.0.0.19 - - [2025-08-28 03:03:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.021301 [API:8081]10.0.0.19 - - [2025-08-28 03:03:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.019755 [API:8081]10.0.0.19 - - [2025-08-28 03:03:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.018394 [API:8081]10.0.0.19 - - [2025-08-28 03:03:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.020808 [API:8081]10.0.0.19 - - [2025-08-28 03:03:16] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-98028803:ctest-SecurityGroupBasicRegressionTests1-98028803-78153126?flat HTTP/1.1" 200 7956 0.014330 [API:8081]10.0.0.19 - - [2025-08-28 03:03:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009007 [API:8081]10.0.0.19 - - [2025-08-28 03:03:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000288 [API:8081]10.0.0.19 - - [2025-08-28 03:03:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1542 0.052156 [API:8081]10.0.0.19 - - [2025-08-28 03:03:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1754 0.050581 [API:8081]10.0.0.19 - - [2025-08-28 03:03:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1968 0.048141 [API:8081]10.0.0.41 - - [2025-08-28 03:03:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.053334 [API:8081]10.0.0.19 - - [2025-08-28 03:03:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1328 0.007989 [API:8081]10.0.0.19 - - [2025-08-28 03:03:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.007788 [API:8081]10.0.0.19 - - [2025-08-28 03:03:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1754 0.008809 [API:8081]10.0.0.19 - - [2025-08-28 03:03:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1978 0.008072 [API:8081]10.0.0.19 - - [2025-08-28 03:03:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2204 0.007577 [API:8081]10.0.0.19 - - [2025-08-28 03:04:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2025-08-28 03:04:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1328 0.052198 [API:8081]10.0.0.19 - - [2025-08-28 03:04:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.046776 [API:8081]10.0.0.19 - - [2025-08-28 03:04:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1762 0.120866 [API:8081]10.0.0.19 - - [2025-08-28 03:04:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.007724 [API:8081]10.0.0.19 - - [2025-08-28 03:04:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1756 0.008062 [API:8081]10.0.0.19 - - [2025-08-28 03:04:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1970 0.007454 [API:8081]10.0.0.19 - - [2025-08-28 03:04:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2025-08-28 03:04:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.054216 [API:8081]10.0.0.19 - - [2025-08-28 03:04:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1532 0.056575 [API:8081]10.0.0.19 - - [2025-08-28 03:04:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1742 0.046840 [API:8081]10.0.0.19 - - [2025-08-28 03:04:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1324 0.008726 [API:8081]10.0.0.19 - - [2025-08-28 03:04:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1532 0.008942 [API:8081]10.0.0.19 - - [2025-08-28 03:04:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1742 0.008200 [API:8081]10.0.0.19 - - [2025-08-28 03:04:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1962 0.009654 [API:8081]10.0.0.19 - - [2025-08-28 03:04:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2184 0.008240 [API:8081]10.0.0.19 - - [2025-08-28 03:05:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2025-08-28 03:05:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.052852 [API:8081]10.0.0.19 - - [2025-08-28 03:05:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.050280 [API:8081]10.0.0.19 - - [2025-08-28 03:05:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.052783 [API:8081]10.0.0.19 - - [2025-08-28 03:05:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1998 0.008181 [API:8081]10.0.0.19 - - [2025-08-28 03:05:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2232 0.008947 [API:8081]10.0.0.41 - - [2025-08-28 03:05:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059732 [API:8081]10.0.0.41 - - [2025-08-28 03:06:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.054920 [API:8081]10.0.0.41 - - [2025-08-28 03:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187287 [API:8081]10.0.0.38 - - [2025-08-28 03:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.127373 [API:8081]10.0.0.41 - - [2025-08-28 03:07:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.166077 [API:8081]10.0.0.38 - - [2025-08-28 03:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.294161 [API:8081]10.0.0.19 - - [2025-08-28 03:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.233727 [API:8081]10.0.0.19 - - [2025-08-28 03:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.138375 [API:8081]10.0.0.41 - - [2025-08-28 03:08:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056377 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:08:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002691 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:08:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002578 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:08:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003278 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:08:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003203 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:08:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001736 [API:8081]10.0.0.41 - - [2025-08-28 03:09:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.052182 [API:8081]10.0.0.19 - - [2025-08-28 03:10:06] "GET /analytics HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2025-08-28 03:10:06] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.41 - - [2025-08-28 03:10:35] "GET /analytics HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.41 - - [2025-08-28 03:10:35] "GET /analytics HTTP/1.1" 401 205 0.000162 [API:8081]10.0.0.38 - - [2025-08-28 03:10:35] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.38 - - [2025-08-28 03:10:35] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.19 - - [2025-08-28 03:10:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.19 - - [2025-08-28 03:10:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.046910 [API:8081]10.0.0.19 - - [2025-08-28 03:10:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1756 0.047967 [API:8081]10.0.0.41 - - [2025-08-28 03:11:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050913 [API:8081]10.0.0.41 - - [2025-08-28 03:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129727 [API:8081]10.0.0.38 - - [2025-08-28 03:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.154562 [API:8081]10.0.0.41 - - [2025-08-28 03:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.143608 [API:8081]10.0.0.38 - - [2025-08-28 03:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129925 [API:8081]10.0.0.19 - - [2025-08-28 03:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.175492 [API:8081]10.0.0.19 - - [2025-08-28 03:12:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.125907 [API:8081]10.0.0.41 - - [2025-08-28 03:12:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.101254 [API:8081]10.0.0.19 - - [2025-08-28 03:14:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2025-08-28 03:14:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.060761 [API:8081]10.0.0.41 - - [2025-08-28 03:14:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052091 [API:8081]10.0.0.19 - - [2025-08-28 03:15:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2025-08-28 03:15:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.048992 [API:8081]10.0.0.41 - - [2025-08-28 03:15:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057363 [API:8081]10.0.0.41 - - [2025-08-28 03:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145200 [API:8081]10.0.0.38 - - [2025-08-28 03:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170337 [API:8081]10.0.0.41 - - [2025-08-28 03:17:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.165368 [API:8081]10.0.0.38 - - [2025-08-28 03:17:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.114049 [API:8081]10.0.0.19 - - [2025-08-28 03:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.198205 [API:8081]10.0.0.19 - - [2025-08-28 03:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144965 [API:8081]10.0.0.41 - - [2025-08-28 03:17:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055160 [API:8081]10.0.0.41 - - [2025-08-28 03:18:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.052480 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:18:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002950 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003750 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003661 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003716 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:18:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002739 [API:8081]10.0.0.19 - - [2025-08-28 03:20:06] "GET /analytics HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.19 - - [2025-08-28 03:20:06] "GET /analytics HTTP/1.1" 401 205 0.000181 [API:8081]10.0.0.19 - - [2025-08-28 03:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2025-08-28 03:20:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1318 0.055223 [API:8081]10.0.0.41 - - [2025-08-28 03:20:35] "GET /analytics HTTP/1.1" 401 205 0.000211 [API:8081]10.0.0.41 - - [2025-08-28 03:20:35] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.38 - - [2025-08-28 03:20:35] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.38 - - [2025-08-28 03:20:35] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.41 - - [2025-08-28 03:20:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048875 [API:8081]10.0.0.41 - - [2025-08-28 03:21:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.051640 [API:8081]10.0.0.41 - - [2025-08-28 03:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.144347 [API:8081]10.0.0.38 - - [2025-08-28 03:22:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.131251 [API:8081]10.0.0.41 - - [2025-08-28 03:22:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161300 [API:8081]10.0.0.19 - - [2025-08-28 03:22:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.147088 [API:8081]10.0.0.38 - - [2025-08-28 03:22:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.253628 [API:8081]10.0.0.19 - - [2025-08-28 03:22:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.163749 [API:8081]10.0.0.41 - - [2025-08-28 03:23:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051555 [API:8081]10.0.0.41 - - [2025-08-28 03:24:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.053317 [API:8081]10.0.0.19 - - [2025-08-28 03:25:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-27899685:47dc495e-0fb0-46c3-89ce-043843544d31?flat HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2025-08-28 03:25:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-27899685:47dc495e-0fb0-46c3-89ce-043843544d31?flat HTTP/1.1" 200 5260 0.053215 [API:8081]10.0.0.19 - - [2025-08-28 03:25:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-27899685:47dc495e-0fb0-46c3-89ce-043843544d31?flat HTTP/1.1" 200 5260 0.080983 [API:8081]10.0.0.19 - - [2025-08-28 03:25:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-27899685:47dc495e-0fb0-46c3-89ce-043843544d31?flat HTTP/1.1" 200 5260 0.056649 [API:8081]10.0.0.19 - - [2025-08-28 03:25:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-27899685:ctest-random-20457151?flat HTTP/1.1" 200 4968 0.013595 [API:8081]10.0.0.19 - - [2025-08-28 03:25:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.020225 [API:8081]10.0.0.19 - - [2025-08-28 03:25:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.019800 [API:8081]10.0.0.19 - - [2025-08-28 03:25:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008079 [API:8081]10.0.0.19 - - [2025-08-28 03:25:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1324 0.008640 [API:8081]10.0.0.19 - - [2025-08-28 03:25:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.020851 [API:8081]10.0.0.19 - - [2025-08-28 03:25:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.018214 [API:8081]10.0.0.19 - - [2025-08-28 03:25:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.022049 [API:8081]10.0.0.19 - - [2025-08-28 03:25:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.018598 [API:8081]10.0.0.19 - - [2025-08-28 03:25:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.027850 [API:8081]10.0.0.19 - - [2025-08-28 03:25:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.018427 [API:8081]10.0.0.19 - - [2025-08-28 03:25:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.033043 [API:8081]10.0.0.19 - - [2025-08-28 03:25:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.020635 [API:8081]10.0.0.19 - - [2025-08-28 03:25:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24651 0.022757 [API:8081]10.0.0.19 - - [2025-08-28 03:25:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-27899685:ctest-random-20457151?flat HTTP/1.1" 200 8118 0.015970 [API:8081]10.0.0.19 - - [2025-08-28 03:25:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008133 [API:8081]10.0.0.41 - - [2025-08-28 03:27:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062768 [API:8081]10.0.0.41 - - [2025-08-28 03:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.126881 [API:8081]10.0.0.38 - - [2025-08-28 03:27:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146429 [API:8081]10.0.0.41 - - [2025-08-28 03:27:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135458 [API:8081]10.0.0.38 - - [2025-08-28 03:27:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140575 [API:8081]10.0.0.19 - - [2025-08-28 03:27:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.185839 [API:8081]10.0.0.19 - - [2025-08-28 03:27:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135333 [API:8081]10.0.0.41 - - [2025-08-28 03:28:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057473 [API:8081]10.0.0.19 - - [2025-08-28 03:28:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.19 - - [2025-08-28 03:28:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1962 0.060619 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:28:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003080 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003773 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004365 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:28:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.004354 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:28:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002778 [API:8081]10.0.0.41 - - [2025-08-28 03:30:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054841 [API:8081]10.0.0.19 - - [2025-08-28 03:30:06] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2025-08-28 03:30:06] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.41 - - [2025-08-28 03:30:35] "GET /analytics HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.41 - - [2025-08-28 03:30:35] "GET /analytics HTTP/1.1" 401 205 0.000145 [API:8081]10.0.0.38 - - [2025-08-28 03:30:35] "GET /analytics HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.38 - - [2025-08-28 03:30:35] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.41 - - [2025-08-28 03:31:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.054526 [API:8081]10.0.0.19 - - [2025-08-28 03:31:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2025-08-28 03:31:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1320 0.054792 [API:8081]10.0.0.41 - - [2025-08-28 03:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.159963 [API:8081]10.0.0.38 - - [2025-08-28 03:32:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.168711 [API:8081]10.0.0.41 - - [2025-08-28 03:32:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161468 [API:8081]10.0.0.19 - - [2025-08-28 03:32:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.149999 [API:8081]10.0.0.38 - - [2025-08-28 03:32:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.296474 [API:8081]10.0.0.19 - - [2025-08-28 03:32:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.344250 [API:8081]10.0.0.41 - - [2025-08-28 03:33:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061419 [API:8081]10.0.0.19 - - [2025-08-28 03:33:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2025-08-28 03:33:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.051903 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:51] "POST /analytics/query HTTP/1.1" 202 179 0.012388 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:51] "GET /analytics/query/d09c93d7-83bf-11f0-b902-00000a000013 HTTP/1.1" 200 221 0.002698 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:51] "GET /analytics/query/d09c93d7-83bf-11f0-b902-00000a000013 HTTP/1.1" 200 221 0.002262 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:52] "GET /analytics/query/d09c93d7-83bf-11f0-b902-00000a000013 HTTP/1.1" 200 338 0.002200 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:52] "GET /analytics/query/d09c93d7-83bf-11f0-b902-00000a000013/chunk-final/0 HTTP/1.1" 200 858 0.002877 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:52] "POST /analytics/query HTTP/1.1" 202 179 0.004345 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:52] "GET /analytics/query/d1a177a6-83bf-11f0-a181-00000a000013 HTTP/1.1" 200 221 0.013395 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:53] "GET /analytics/query/d1a177a6-83bf-11f0-a181-00000a000013 HTTP/1.1" 200 221 0.001956 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:53] "GET /analytics/query/d1a177a6-83bf-11f0-a181-00000a000013 HTTP/1.1" 200 221 0.002032 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:54] "GET /analytics/query/d1a177a6-83bf-11f0-a181-00000a000013 HTTP/1.1" 200 338 0.001952 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:54] "GET /analytics/query/d1a177a6-83bf-11f0-a181-00000a000013/chunk-final/0 HTTP/1.1" 200 858 0.002037 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:54] "POST /analytics/query HTTP/1.1" 202 179 0.004856 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:54] "GET /analytics/query/d2ea67b6-83bf-11f0-9aba-00000a000013 HTTP/1.1" 200 221 0.001595 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:55] "GET /analytics/query/d2ea67b6-83bf-11f0-9aba-00000a000013 HTTP/1.1" 200 339 0.002266 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:55] "GET /analytics/query/d2ea67b6-83bf-11f0-9aba-00000a000013/chunk-final/0 HTTP/1.1" 200 26253 0.003126 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:56] "POST /analytics/query HTTP/1.1" 202 179 0.042595 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:56] "GET /analytics/query/d394e590-83bf-11f0-bf72-00000a000013 HTTP/1.1" 200 221 0.002547 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:56] "GET /analytics/query/d394e590-83bf-11f0-bf72-00000a000013 HTTP/1.1" 200 339 0.002735 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:56] "GET /analytics/query/d394e590-83bf-11f0-bf72-00000a000013/chunk-final/0 HTTP/1.1" 200 26941 0.003718 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:57] "POST /analytics/query HTTP/1.1" 202 179 0.010547 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:57] "GET /analytics/query/d45314c4-83bf-11f0-abf1-00000a000013 HTTP/1.1" 200 221 0.002018 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:57] "GET /analytics/query/d45314c4-83bf-11f0-abf1-00000a000013 HTTP/1.1" 200 221 0.002033 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:58] "GET /analytics/query/d45314c4-83bf-11f0-abf1-00000a000013 HTTP/1.1" 200 339 0.001823 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:33:58] "GET /analytics/query/d45314c4-83bf-11f0-abf1-00000a000013/chunk-final/0 HTTP/1.1" 200 9829 0.002059 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:02] "GET /analytics/tables HTTP/1.1" 200 27988 0.004438 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:02] "POST /analytics/query HTTP/1.1" 202 179 0.004717 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:02] "GET /analytics/query/d73eb3e7-83bf-11f0-b188-00000a000013 HTTP/1.1" 200 221 0.001714 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:02] "GET /analytics/query/d73eb3e7-83bf-11f0-b188-00000a000013 HTTP/1.1" 200 340 0.002432 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:02] "GET /analytics/query/d73eb3e7-83bf-11f0-b188-00000a000013/chunk-final/0 HTTP/1.1" 200 323497 0.025289 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:03] "GET /analytics/tables HTTP/1.1" 200 27988 0.002261 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:04] "GET /analytics/tables HTTP/1.1" 200 27988 0.002698 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:04] "POST /analytics/query HTTP/1.1" 202 179 0.017072 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:04] "GET /analytics/query/d8678c2e-83bf-11f0-90cb-00000a000013 HTTP/1.1" 200 221 0.002937 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:04] "GET /analytics/query/d8678c2e-83bf-11f0-90cb-00000a000013 HTTP/1.1" 200 338 0.002201 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:04] "GET /analytics/query/d8678c2e-83bf-11f0-90cb-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001930 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:04] "POST /analytics/query HTTP/1.1" 202 179 0.004539 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:04] "GET /analytics/query/d8bbe0f9-83bf-11f0-ae9d-00000a000013 HTTP/1.1" 200 221 0.006738 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:05] "GET /analytics/query/d8bbe0f9-83bf-11f0-ae9d-00000a000013 HTTP/1.1" 200 338 0.001877 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:05] "GET /analytics/query/d8bbe0f9-83bf-11f0-ae9d-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001503 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:05] "POST /analytics/query HTTP/1.1" 202 179 0.004301 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:05] "GET /analytics/query/d90d22df-83bf-11f0-9d2f-00000a000013 HTTP/1.1" 200 221 0.001480 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:05] "GET /analytics/query/d90d22df-83bf-11f0-9d2f-00000a000013 HTTP/1.1" 200 338 0.002323 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:05] "GET /analytics/query/d90d22df-83bf-11f0-9d2f-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001820 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:05] "POST /analytics/query HTTP/1.1" 202 179 0.010787 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:05] "GET /analytics/query/d95cf66a-83bf-11f0-93ed-00000a000013 HTTP/1.1" 200 221 0.003527 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:06] "GET /analytics/query/d95cf66a-83bf-11f0-93ed-00000a000013 HTTP/1.1" 200 338 0.002102 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:06] "GET /analytics/query/d95cf66a-83bf-11f0-93ed-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.002662 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:06] "POST /analytics/query HTTP/1.1" 202 179 0.005906 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:06] "GET /analytics/query/d9af7867-83bf-11f0-8e72-00000a000013 HTTP/1.1" 200 221 0.001800 [API:8081]10.0.0.41 - - [2025-08-28 03:34:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.058544 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:06] "GET /analytics/query/d9af7867-83bf-11f0-8e72-00000a000013 HTTP/1.1" 200 338 0.002069 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:06] "GET /analytics/query/d9af7867-83bf-11f0-8e72-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001661 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:06] "POST /analytics/query HTTP/1.1" 202 179 0.004553 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:06] "GET /analytics/query/d9ffa5e5-83bf-11f0-9939-00000a000013 HTTP/1.1" 200 221 0.001821 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:07] "GET /analytics/query/d9ffa5e5-83bf-11f0-9939-00000a000013 HTTP/1.1" 200 338 0.001920 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:07] "GET /analytics/query/d9ffa5e5-83bf-11f0-9939-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001869 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:07] "POST /analytics/query HTTP/1.1" 202 179 0.011257 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:07] "GET /analytics/query/da4fb091-83bf-11f0-816a-00000a000013 HTTP/1.1" 200 221 0.001877 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:07] "GET /analytics/query/da4fb091-83bf-11f0-816a-00000a000013 HTTP/1.1" 200 338 0.001921 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:07] "GET /analytics/query/da4fb091-83bf-11f0-816a-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001618 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:07] "POST /analytics/query HTTP/1.1" 202 179 0.004085 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:07] "GET /analytics/query/daa16606-83bf-11f0-962c-00000a000013 HTTP/1.1" 200 221 0.001880 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:08] "GET /analytics/query/daa16606-83bf-11f0-962c-00000a000013 HTTP/1.1" 200 338 0.002020 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:08] "GET /analytics/query/daa16606-83bf-11f0-962c-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001477 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:08] "POST /analytics/query HTTP/1.1" 202 179 0.004635 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:08] "GET /analytics/query/daf2fda5-83bf-11f0-bea2-00000a000013 HTTP/1.1" 200 221 0.001455 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:08] "GET /analytics/query/daf2fda5-83bf-11f0-bea2-00000a000013 HTTP/1.1" 200 338 0.002372 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:08] "GET /analytics/query/daf2fda5-83bf-11f0-bea2-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001825 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:08] "POST /analytics/query HTTP/1.1" 202 179 0.010606 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:08] "GET /analytics/query/db43650f-83bf-11f0-8501-00000a000013 HTTP/1.1" 200 221 0.008831 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:09] "GET /analytics/query/db43650f-83bf-11f0-8501-00000a000013 HTTP/1.1" 200 338 0.002487 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:09] "GET /analytics/query/db43650f-83bf-11f0-8501-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.002035 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:09] "POST /analytics/query HTTP/1.1" 202 179 0.007048 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:09] "GET /analytics/query/db96cdd2-83bf-11f0-a29d-00000a000013 HTTP/1.1" 200 221 0.005524 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:09] "GET /analytics/query/db96cdd2-83bf-11f0-a29d-00000a000013 HTTP/1.1" 200 338 0.002133 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:09] "GET /analytics/query/db96cdd2-83bf-11f0-a29d-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001567 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:09] "POST /analytics/query HTTP/1.1" 202 179 0.004154 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:09] "GET /analytics/query/dbe79601-83bf-11f0-a1fd-00000a000013 HTTP/1.1" 200 221 0.001871 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:10] "GET /analytics/query/dbe79601-83bf-11f0-a1fd-00000a000013 HTTP/1.1" 200 338 0.002053 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:10] "GET /analytics/query/dbe79601-83bf-11f0-a1fd-00000a000013/chunk-final/0 HTTP/1.1" 200 145 0.001496 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:11] "GET /analytics/tables HTTP/1.1" 200 27988 0.002344 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:11] "GET /analytics/tables HTTP/1.1" 200 27988 0.002195 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:11] "POST /analytics/query HTTP/1.1" 202 179 0.004369 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:11] "GET /analytics/query/dcf8aad7-83bf-11f0-a7b6-00000a000013 HTTP/1.1" 200 221 0.008716 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:12] "GET /analytics/query/dcf8aad7-83bf-11f0-a7b6-00000a000013 HTTP/1.1" 200 340 0.002076 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:12] "GET /analytics/query/dcf8aad7-83bf-11f0-a7b6-00000a000013/chunk-final/0 HTTP/1.1" 200 1505360 0.013562 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:12] "POST /analytics/query HTTP/1.1" 202 179 0.022679 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:12] "GET /analytics/query/dd52b025-83bf-11f0-84f2-00000a000013 HTTP/1.1" 200 221 0.001873 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:12] "GET /analytics/query/dd52b025-83bf-11f0-84f2-00000a000013 HTTP/1.1" 200 340 0.002040 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:12] "GET /analytics/query/dd52b025-83bf-11f0-84f2-00000a000013/chunk-final/0 HTTP/1.1" 200 1505410 0.015013 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:13] "GET /analytics/tables HTTP/1.1" 200 27988 0.002682 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:14] "GET /analytics/tables HTTP/1.1" 200 27988 0.002113 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:15] "GET /analytics/tables HTTP/1.1" 200 27988 0.007430 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:15] "GET /analytics/tables HTTP/1.1" 200 27988 0.002321 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:16] "GET /analytics/tables HTTP/1.1" 200 27988 0.002572 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:16] "POST /analytics/query HTTP/1.1" 202 179 0.004544 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:16] "GET /analytics/query/dfb048d5-83bf-11f0-a804-00000a000013 HTTP/1.1" 200 221 0.001539 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:16] "GET /analytics/query/dfb048d5-83bf-11f0-a804-00000a000013 HTTP/1.1" 200 339 0.001862 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:16] "GET /analytics/query/dfb048d5-83bf-11f0-a804-00000a000013/chunk-final/0 HTTP/1.1" 200 73894 0.004191 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:17] "GET /analytics/tables HTTP/1.1" 200 27988 0.002157 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:17] "POST /analytics/query HTTP/1.1" 202 179 0.012977 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:17] "GET /analytics/query/e0611797-83bf-11f0-9c18-00000a000013 HTTP/1.1" 200 221 0.009109 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:18] "GET /analytics/query/e0611797-83bf-11f0-9c18-00000a000013 HTTP/1.1" 200 341 0.001806 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:18] "GET /analytics/query/e0611797-83bf-11f0-9c18-00000a000013/chunk-final/0 HTTP/1.1" 200 1020247 0.031668 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:18] "GET /analytics/tables HTTP/1.1" 200 27988 0.002379 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:19] "GET /analytics/tables HTTP/1.1" 200 27988 0.002200 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:22] "GET /analytics/tables HTTP/1.1" 200 27988 0.002334 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:23] "GET /analytics/tables HTTP/1.1" 200 27988 0.002470 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:24] "POST /analytics/query HTTP/1.1" 200 2227 1.020575 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:24] "GET /analytics/tables HTTP/1.1" 200 27988 0.002415 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:25] "GET /analytics/tables HTTP/1.1" 200 27988 0.002593 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:26] "GET /analytics/tables HTTP/1.1" 200 27988 0.002535 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:26] "GET /analytics/tables HTTP/1.1" 200 27988 0.002170 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:27] "GET /analytics/tables HTTP/1.1" 200 27988 0.002200 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:28] "GET /analytics/tables HTTP/1.1" 200 27988 0.002151 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:28] "GET /analytics/tables HTTP/1.1" 200 27988 0.002329 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:29] "POST /analytics/query HTTP/1.1" 200 141441 1.015820 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:30] "GET /analytics/tables HTTP/1.1" 200 27988 0.005305 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:31] "GET /analytics/tables HTTP/1.1" 200 27988 0.002270 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:31] "GET /analytics/tables HTTP/1.1" 200 27988 0.002226 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:32] "GET /analytics/tables HTTP/1.1" 200 27988 0.002534 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:32] "GET /analytics/tables HTTP/1.1" 200 27988 0.002102 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:33] "GET /analytics/tables HTTP/1.1" 200 27988 0.002503 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:34:34] "GET /analytics/tables HTTP/1.1" 200 27988 0.002384 [API:8081]10.0.0.19 - - [2025-08-28 03:34:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000316 [API:8081]10.0.0.19 - - [2025-08-28 03:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1360 0.060211 [API:8081]10.0.0.19 - - [2025-08-28 03:35:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.116916 [API:8081]10.0.0.19 - - [2025-08-28 03:35:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.122202 [API:8081]10.0.0.19 - - [2025-08-28 03:35:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.008640 [API:8081]10.0.0.19 - - [2025-08-28 03:36:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.008265 [API:8081]10.0.0.19 - - [2025-08-28 03:36:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.009613 [API:8081]10.0.0.19 - - [2025-08-28 03:36:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.008510 [API:8081]10.0.0.19 - - [2025-08-28 03:36:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.008126 [API:8081]10.0.0.19 - - [2025-08-28 03:36:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1854 0.007889 [API:8081]10.0.0.41 - - [2025-08-28 03:36:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065857 [API:8081]10.0.0.19 - - [2025-08-28 03:36:18] "POST /analytics/query HTTP/1.1" 200 222 1.017108 [API:8081]10.0.0.19 - - [2025-08-28 03:36:19] "POST /analytics/query HTTP/1.1" 200 222 1.018439 [API:8081]10.0.0.19 - - [2025-08-28 03:36:20] "POST /analytics/query HTTP/1.1" 200 353 1.021183 [API:8081]10.0.0.41 - - [2025-08-28 03:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.177197 [API:8081]10.0.0.38 - - [2025-08-28 03:37:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146754 [API:8081]10.0.0.41 - - [2025-08-28 03:37:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.151769 [API:8081]10.0.0.19 - - [2025-08-28 03:37:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.013486 [API:8081]10.0.0.38 - - [2025-08-28 03:37:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132634 [API:8081]10.0.0.19 - - [2025-08-28 03:37:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170753 [API:8081]10.0.0.41 - - [2025-08-28 03:37:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.057013 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:38:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002408 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002548 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002554 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:38:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002417 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:38:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002121 [API:8081]10.0.0.41 - - [2025-08-28 03:39:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052692 [API:8081]10.0.0.19 - - [2025-08-28 03:39:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.021132 [API:8081]10.0.0.19 - - [2025-08-28 03:39:41] "POST /analytics/query HTTP/1.1" 200 507 1.025647 [API:8081]10.0.0.19 - - [2025-08-28 03:39:42] "POST /analytics/query HTTP/1.1" 200 353 1.014948 [API:8081]10.0.0.19 - - [2025-08-28 03:39:43] "POST /analytics/query HTTP/1.1" 200 353 1.017607 [API:8081]10.0.0.19 - - [2025-08-28 03:40:06] "GET /analytics HTTP/1.1" 401 205 0.000393 [API:8081]10.0.0.19 - - [2025-08-28 03:40:06] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.41 - - [2025-08-28 03:40:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.063282 [API:8081]10.0.0.41 - - [2025-08-28 03:40:35] "GET /analytics HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.41 - - [2025-08-28 03:40:35] "GET /analytics HTTP/1.1" 401 205 0.000138 [API:8081]10.0.0.38 - - [2025-08-28 03:40:35] "GET /analytics HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.38 - - [2025-08-28 03:40:35] "GET /analytics HTTP/1.1" 401 205 0.000132 [API:8081]10.0.0.41 - - [2025-08-28 03:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.127584 [API:8081]10.0.0.38 - - [2025-08-28 03:42:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.146929 [API:8081]10.0.0.41 - - [2025-08-28 03:42:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139163 [API:8081]10.0.0.38 - - [2025-08-28 03:42:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.138431 [API:8081]10.0.0.19 - - [2025-08-28 03:42:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.218938 [API:8081]10.0.0.19 - - [2025-08-28 03:42:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140023 [API:8081]10.0.0.41 - - [2025-08-28 03:42:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059971 [API:8081]10.0.0.41 - - [2025-08-28 03:43:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.064257 [API:8081]10.0.0.41 - - [2025-08-28 03:45:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050400 [API:8081]10.0.0.41 - - [2025-08-28 03:46:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.055605 [API:8081]10.0.0.41 - - [2025-08-28 03:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.164379 [API:8081]10.0.0.38 - - [2025-08-28 03:47:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.130947 [API:8081]10.0.0.41 - - [2025-08-28 03:47:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.152523 [API:8081]10.0.0.38 - - [2025-08-28 03:47:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.190717 [API:8081]10.0.0.19 - - [2025-08-28 03:47:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.197474 [API:8081]10.0.0.19 - - [2025-08-28 03:47:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.250916 [API:8081]10.0.0.41 - - [2025-08-28 03:48:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053176 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:48:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002484 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002862 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003060 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:48:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003264 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:48:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002654 [API:8081]10.0.0.41 - - [2025-08-28 03:49:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.061309 [API:8081]10.0.0.19 - - [2025-08-28 03:50:06] "GET /analytics HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.19 - - [2025-08-28 03:50:06] "GET /analytics HTTP/1.1" 401 205 0.000130 [API:8081]10.0.0.19 - - [2025-08-28 03:50:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2025-08-28 03:50:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1534 0.062798 [API:8081]10.0.0.41 - - [2025-08-28 03:50:35] "GET /analytics HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.41 - - [2025-08-28 03:50:35] "GET /analytics HTTP/1.1" 401 205 0.000178 [API:8081]10.0.0.38 - - [2025-08-28 03:50:35] "GET /analytics HTTP/1.1" 401 205 0.000324 [API:8081]10.0.0.38 - - [2025-08-28 03:50:35] "GET /analytics HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.19 - - [2025-08-28 03:50:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:47d3d8f9-b4f2-47b3-9e8d-4dde132fd950?flat HTTP/1.1" 200 5208 0.058642 [API:8081]10.0.0.19 - - [2025-08-28 03:50:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:47d3d8f9-b4f2-47b3-9e8d-4dde132fd950?flat HTTP/1.1" 200 5208 0.055618 [API:8081]10.0.0.19 - - [2025-08-28 03:50:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:47d3d8f9-b4f2-47b3-9e8d-4dde132fd950?flat HTTP/1.1" 200 5208 0.016443 [API:8081]10.0.0.19 - - [2025-08-28 03:50:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81672927:EVPN-VN1?flat HTTP/1.1" 200 7832 0.015607 [API:8081]10.0.0.19 - - [2025-08-28 03:50:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.028355 [API:8081]10.0.0.19 - - [2025-08-28 03:50:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.019754 [API:8081]10.0.0.19 - - [2025-08-28 03:50:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.014136 [API:8081]10.0.0.19 - - [2025-08-28 03:50:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:6dd477d4-71b2-4d74-9a56-7a1c4c1ee515?flat HTTP/1.1" 200 5072 0.013092 [API:8081]10.0.0.19 - - [2025-08-28 03:50:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:6dd477d4-71b2-4d74-9a56-7a1c4c1ee515?flat HTTP/1.1" 200 5072 0.012994 [API:8081]10.0.0.19 - - [2025-08-28 03:50:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:6dd477d4-71b2-4d74-9a56-7a1c4c1ee515?flat HTTP/1.1" 200 5072 0.013081 [API:8081]10.0.0.19 - - [2025-08-28 03:50:49] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81672927:EVPN-VN1?flat HTTP/1.1" 200 7832 0.015210 [API:8081]10.0.0.19 - - [2025-08-28 03:50:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25589 0.017423 [API:8081]10.0.0.19 - - [2025-08-28 03:50:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25589 0.017852 [API:8081]10.0.0.19 - - [2025-08-28 03:50:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009277 [API:8081]10.0.0.41 - - [2025-08-28 03:51:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.084907 [API:8081]10.0.0.41 - - [2025-08-28 03:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.131326 [API:8081]10.0.0.38 - - [2025-08-28 03:52:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.138896 [API:8081]10.0.0.41 - - [2025-08-28 03:52:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139745 [API:8081]10.0.0.19 - - [2025-08-28 03:52:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.012299 [API:8081]10.0.0.38 - - [2025-08-28 03:52:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.222628 [API:8081]10.0.0.19 - - [2025-08-28 03:52:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.142717 [API:8081]10.0.0.41 - - [2025-08-28 03:52:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 1748 0.072215 [API:8081]10.0.0.19 - - [2025-08-28 03:52:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:47d3d8f9-b4f2-47b3-9e8d-4dde132fd950?flat HTTP/1.1" 200 5312 0.015319 [API:8081]10.0.0.19 - - [2025-08-28 03:52:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:47d3d8f9-b4f2-47b3-9e8d-4dde132fd950?flat HTTP/1.1" 200 5312 0.016261 [API:8081]10.0.0.19 - - [2025-08-28 03:52:54] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:47d3d8f9-b4f2-47b3-9e8d-4dde132fd950?flat HTTP/1.1" 200 5312 0.016520 [API:8081]10.0.0.19 - - [2025-08-28 03:52:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81672927:EVPN-VN1?flat HTTP/1.1" 200 8299 0.018494 [API:8081]10.0.0.19 - - [2025-08-28 03:52:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23272 0.032651 [API:8081]10.0.0.19 - - [2025-08-28 03:52:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 11953 0.021207 [API:8081]10.0.0.19 - - [2025-08-28 03:52:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23272 0.021775 [API:8081]10.0.0.19 - - [2025-08-28 03:52:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 11953 0.023615 [API:8081]10.0.0.19 - - [2025-08-28 03:52:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009376 [API:8081]10.0.0.19 - - [2025-08-28 03:53:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:6dd477d4-71b2-4d74-9a56-7a1c4c1ee515?flat HTTP/1.1" 200 5313 0.013045 [API:8081]10.0.0.19 - - [2025-08-28 03:53:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:6dd477d4-71b2-4d74-9a56-7a1c4c1ee515?flat HTTP/1.1" 200 5313 0.013768 [API:8081]10.0.0.19 - - [2025-08-28 03:53:03] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-81672927:6dd477d4-71b2-4d74-9a56-7a1c4c1ee515?flat HTTP/1.1" 200 5313 0.012861 [API:8081]10.0.0.19 - - [2025-08-28 03:53:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81672927:EVPN-VN1?flat HTTP/1.1" 200 9417 0.018780 [API:8081]10.0.0.19 - - [2025-08-28 03:53:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23270 0.019814 [API:8081]10.0.0.19 - - [2025-08-28 03:53:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23270 0.019092 [API:8081]10.0.0.19 - - [2025-08-28 03:53:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008671 [API:8081]10.0.0.19 - - [2025-08-28 03:54:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32160 0.025340 [API:8081]10.0.0.19 - - [2025-08-28 03:54:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81672927:EVPN-VN1?flat HTTP/1.1" 200 8511 0.019315 [API:8081]10.0.0.19 - - [2025-08-28 03:54:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008038 [API:8081]10.0.0.19 - - [2025-08-28 03:54:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32487 0.025713 [API:8081]10.0.0.19 - - [2025-08-28 03:54:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12744 0.020723 [API:8081]10.0.0.41 - - [2025-08-28 03:54:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057359 [API:8081]10.0.0.19 - - [2025-08-28 03:54:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32487 0.025773 [API:8081]10.0.0.19 - - [2025-08-28 03:54:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12524 0.020339 [API:8081]10.0.0.19 - - [2025-08-28 03:54:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-81672927:EVPN-VN1?flat HTTP/1.1" 200 5992 0.011926 [API:8081]10.0.0.19 - - [2025-08-28 03:54:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008600 [API:8081]10.0.0.41 - - [2025-08-28 03:55:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.059517 [API:8081]10.0.0.19 - - [2025-08-28 03:56:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-66573306:8f01a61b-d9c4-429c-b536-71de1337227f?flat HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.19 - - [2025-08-28 03:56:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-66573306:8f01a61b-d9c4-429c-b536-71de1337227f?flat HTTP/1.1" 200 5175 0.420882 [API:8081]10.0.0.19 - - [2025-08-28 03:56:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-66573306:8f01a61b-d9c4-429c-b536-71de1337227f?flat HTTP/1.1" 200 5175 0.099651 [API:8081]10.0.0.19 - - [2025-08-28 03:56:44] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-66573306:8f01a61b-d9c4-429c-b536-71de1337227f?flat HTTP/1.1" 200 5175 0.059190 [API:8081]10.0.0.19 - - [2025-08-28 03:56:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-73513667:ctest-TestRbac-73513667-88203537?flat HTTP/1.1" 200 7748 0.052057 [API:8081]10.0.0.19 - - [2025-08-28 03:56:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.078681 [API:8081]10.0.0.19 - - [2025-08-28 03:56:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.125098 [API:8081]10.0.0.19 - - [2025-08-28 03:56:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.19 - - [2025-08-28 03:56:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.078548 [API:8081]10.0.0.19 - - [2025-08-28 03:56:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.031053 [API:8081]10.0.0.19 - - [2025-08-28 03:56:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.122094 [API:8081]10.0.0.19 - - [2025-08-28 03:56:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.066117 [API:8081]10.0.0.19 - - [2025-08-28 03:56:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.040275 [API:8081]10.0.0.19 - - [2025-08-28 03:56:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.078797 [API:8081]10.0.0.19 - - [2025-08-28 03:56:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.127517 [API:8081]10.0.0.19 - - [2025-08-28 03:56:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.024606 [API:8081]10.0.0.19 - - [2025-08-28 03:56:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.071348 [API:8081]10.0.0.19 - - [2025-08-28 03:56:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.024364 [API:8081]10.0.0.19 - - [2025-08-28 03:56:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32538 0.023237 [API:8081]10.0.0.41 - - [2025-08-28 03:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.170376 [API:8081]10.0.0.19 - - [2025-08-28 03:57:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32540 0.029270 [API:8081]10.0.0.19 - - [2025-08-28 03:57:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-73513667:ctest-TestRbac-73513667-88203537?flat HTTP/1.1" 200 6499 0.012414 [API:8081]10.0.0.19 - - [2025-08-28 03:57:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.013952 [API:8081]10.0.0.38 - - [2025-08-28 03:57:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.293056 [API:8081]10.0.0.41 - - [2025-08-28 03:57:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.300204 [API:8081]10.0.0.38 - - [2025-08-28 03:57:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.441162 [API:8081]10.0.0.19 - - [2025-08-28 03:57:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.708049 [API:8081]10.0.0.19 - - [2025-08-28 03:57:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.356584 [API:8081]10.0.0.41 - - [2025-08-28 03:57:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.376232 [API:8081]10.0.0.19 - - [2025-08-28 03:57:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2025-08-28 03:57:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.052632 [API:8081]10.0.0.19 - - [2025-08-28 03:57:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.062949 [API:8081]10.0.0.19 - - [2025-08-28 03:57:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1608 0.100828 [API:8081]10.0.0.19 - - [2025-08-28 03:58:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-75815382:22dd4212-364f-4bf5-ba75-2e1b116ecb0f?flat HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2025-08-28 03:58:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-75815382:22dd4212-364f-4bf5-ba75-2e1b116ecb0f?flat HTTP/1.1" 200 5251 0.124907 [API:8081]10.0.0.19 - - [2025-08-28 03:58:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-75815382:22dd4212-364f-4bf5-ba75-2e1b116ecb0f?flat HTTP/1.1" 200 5251 0.060604 [API:8081]10.0.0.19 - - [2025-08-28 03:58:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-75815382:22dd4212-364f-4bf5-ba75-2e1b116ecb0f?flat HTTP/1.1" 200 5251 0.052530 [API:8081]10.0.0.19 - - [2025-08-28 03:58:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-75815382:ctest-TestRbacBasic-75815382-12082245?flat HTTP/1.1" 200 3513 0.064314 [API:8081]10.0.0.19 - - [2025-08-28 03:58:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.060631 [API:8081]10.0.0.19 - - [2025-08-28 03:58:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.073669 [API:8081]10.0.0.19 - - [2025-08-28 03:58:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.031245 [API:8081]10.0.0.19 - - [2025-08-28 03:58:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12985 0.029222 [API:8081]10.0.0.19 - - [2025-08-28 03:58:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.054764 [API:8081]10.0.0.19 - - [2025-08-28 03:58:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.073878 [API:8081]10.0.0.19 - - [2025-08-28 03:58:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32555 0.025235 [API:8081]10.0.0.19 - - [2025-08-28 03:58:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12985 0.020600 [API:8081]10.0.0.19 - - [2025-08-28 03:58:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.061808 [API:8081]10.0.0.19 - - [2025-08-28 03:58:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.033195 [API:8081]10.0.0.19 - - [2025-08-28 03:58:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 198 0.077301 [API:8081]10.0.0.19 - - [2025-08-28 03:58:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.036658 [API:8081]10.0.0.19 - - [2025-08-28 03:58:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12985 0.023583 [API:8081]10.0.0.19 - - [2025-08-28 03:58:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.024311 [API:8081]10.0.0.19 - - [2025-08-28 03:58:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12985 0.020999 [API:8081]10.0.0.19 - - [2025-08-28 03:58:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.025606 [API:8081]10.0.0.19 - - [2025-08-28 03:58:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12985 0.021233 [API:8081]10.0.0.19 - - [2025-08-28 03:58:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.026335 [API:8081]10.0.0.19 - - [2025-08-28 03:58:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12985 0.020550 [API:8081]10.0.0.19 - - [2025-08-28 03:58:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.023854 [API:8081]10.0.0.19 - - [2025-08-28 03:58:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12985 0.024223 [API:8081]10.0.0.19 - - [2025-08-28 03:58:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.030843 [API:8081]10.0.0.19 - - [2025-08-28 03:58:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12543 0.020343 [API:8081]10.0.0.19 - - [2025-08-28 03:58:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-75815382:ctest-TestRbacBasic-75815382-12082245?flat HTTP/1.1" 200 2248 0.010267 [API:8081]10.0.0.19 - - [2025-08-28 03:58:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008940 [API:8081]10.0.0.41 - - [2025-08-28 03:58:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.065907 [Introspect:8090]10.0.0.19 - - [2025-08-28 03:58:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001040 [API:8081]10.0.0.19 - - [2025-08-28 03:58:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.19 - - [2025-08-28 03:58:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1326 0.058985 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:58:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002466 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002608 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002431 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:58:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002464 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 03:58:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001831 [API:8081]10.0.0.19 - - [2025-08-28 04:00:06] "GET /analytics HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.19 - - [2025-08-28 04:00:06] "GET /analytics HTTP/1.1" 401 205 0.000166 [API:8081]10.0.0.41 - - [2025-08-28 04:00:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062306 [API:8081]10.0.0.41 - - [2025-08-28 04:00:35] "GET /analytics HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.41 - - [2025-08-28 04:00:35] "GET /analytics HTTP/1.1" 401 205 0.000183 [API:8081]10.0.0.38 - - [2025-08-28 04:00:35] "GET /analytics HTTP/1.1" 401 205 0.000213 [API:8081]10.0.0.38 - - [2025-08-28 04:00:35] "GET /analytics HTTP/1.1" 401 205 0.000148 [API:8081]10.0.0.19 - - [2025-08-28 04:00:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:7116d704-0c73-45ec-a73e-0ed717b95a99?flat HTTP/1.1" 200 5440 0.053017 [API:8081]10.0.0.19 - - [2025-08-28 04:00:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:7116d704-0c73-45ec-a73e-0ed717b95a99?flat HTTP/1.1" 200 5440 0.013748 [API:8081]10.0.0.19 - - [2025-08-28 04:00:50] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:7116d704-0c73-45ec-a73e-0ed717b95a99?flat HTTP/1.1" 200 5440 0.052959 [API:8081]10.0.0.19 - - [2025-08-28 04:00:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-29522296?flat HTTP/1.1" 200 9501 0.025180 [API:8081]10.0.0.19 - - [2025-08-28 04:00:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.029891 [API:8081]10.0.0.19 - - [2025-08-28 04:00:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12973 0.024442 [API:8081]10.0.0.19 - - [2025-08-28 04:00:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.025944 [API:8081]10.0.0.19 - - [2025-08-28 04:00:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12973 0.021707 [API:8081]10.0.0.19 - - [2025-08-28 04:00:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.010039 [API:8081]10.0.0.19 - - [2025-08-28 04:00:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:57101bdd-2a06-416f-9478-a6341fe66b2c?flat HTTP/1.1" 200 5372 0.012714 [API:8081]10.0.0.19 - - [2025-08-28 04:00:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:57101bdd-2a06-416f-9478-a6341fe66b2c?flat HTTP/1.1" 200 5372 0.012133 [API:8081]10.0.0.19 - - [2025-08-28 04:00:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:57101bdd-2a06-416f-9478-a6341fe66b2c?flat HTTP/1.1" 200 5372 0.013942 [API:8081]10.0.0.19 - - [2025-08-28 04:00:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-29522296?flat HTTP/1.1" 200 9501 0.017565 [API:8081]10.0.0.19 - - [2025-08-28 04:00:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.023350 [API:8081]10.0.0.19 - - [2025-08-28 04:00:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.023481 [API:8081]10.0.0.19 - - [2025-08-28 04:00:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008297 [API:8081]10.0.0.19 - - [2025-08-28 04:01:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.023039 [API:8081]10.0.0.19 - - [2025-08-28 04:01:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32559 0.027013 [API:8081]10.0.0.19 - - [2025-08-28 04:01:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-29522296?flat HTTP/1.1" 200 7658 0.026253 [API:8081]10.0.0.19 - - [2025-08-28 04:01:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009120 [API:8081]10.0.0.19 - - [2025-08-28 04:01:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.027033 [API:8081]10.0.0.19 - - [2025-08-28 04:01:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12971 0.021614 [API:8081]10.0.0.19 - - [2025-08-28 04:01:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.024691 [API:8081]10.0.0.19 - - [2025-08-28 04:01:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12971 0.019943 [API:8081]10.0.0.19 - - [2025-08-28 04:01:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.027048 [API:8081]10.0.0.19 - - [2025-08-28 04:01:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12971 0.020677 [API:8081]10.0.0.19 - - [2025-08-28 04:01:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.031297 [API:8081]10.0.0.19 - - [2025-08-28 04:01:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12971 0.019998 [API:8081]10.0.0.19 - - [2025-08-28 04:01:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.028536 [API:8081]10.0.0.19 - - [2025-08-28 04:01:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12971 0.023911 [API:8081]10.0.0.19 - - [2025-08-28 04:01:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.026317 [API:8081]10.0.0.19 - - [2025-08-28 04:01:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12969 0.019287 [API:8081]10.0.0.19 - - [2025-08-28 04:01:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32563 0.027691 [API:8081]10.0.0.19 - - [2025-08-28 04:01:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 12578 0.021024 [API:8081]10.0.0.19 - - [2025-08-28 04:01:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-29522296?flat HTTP/1.1" 200 4922 0.012547 [API:8081]10.0.0.19 - - [2025-08-28 04:01:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008968 [API:8081]10.0.0.41 - - [2025-08-28 04:01:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2538 0.059285 [API:8081]10.0.0.19 - - [2025-08-28 04:01:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1326 0.009954 [API:8081]10.0.0.19 - - [2025-08-28 04:01:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1536 0.010280 [API:8081]10.0.0.41 - - [2025-08-28 04:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.132596 [API:8081]10.0.0.38 - - [2025-08-28 04:02:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135264 [API:8081]10.0.0.41 - - [2025-08-28 04:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139391 [API:8081]10.0.0.38 - - [2025-08-28 04:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.008935 [API:8081]10.0.0.19 - - [2025-08-28 04:02:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.014465 [API:8081]10.0.0.19 - - [2025-08-28 04:02:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.161398 [API:8081]10.0.0.41 - - [2025-08-28 04:03:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.057153 [Introspect:8090]10.0.0.19 - - [2025-08-28 04:04:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001125 [API:8081]10.0.0.19 - - [2025-08-28 04:04:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 11968 0.381922 [API:8081]10.0.0.19 - - [2025-08-28 04:04:15] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-3956-1?flat HTTP/1.1" 200 6149 0.377601 [API:8081]10.0.0.19 - - [2025-08-28 04:04:16] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 6147 0.366679 [API:8081]10.0.0.19 - - [2025-08-28 04:04:16] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-3956-3?flat HTTP/1.1" 200 4061 0.012427 [API:8081]10.0.0.19 - - [2025-08-28 04:04:16] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?flat HTTP/1.1" 200 6146 0.012233 [API:8081]10.0.0.19 - - [2025-08-28 04:04:16] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?flat HTTP/1.1" 200 5850 0.013769 [API:8081]10.0.0.19 - - [2025-08-28 04:04:16] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?flat HTTP/1.1" 200 7039 0.015786 [API:8081]10.0.0.19 - - [2025-08-28 04:04:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1746 0.009073 [API:8081]10.0.0.41 - - [2025-08-28 04:04:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.054077 [API:8081]10.0.0.19 - - [2025-08-28 04:04:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:71fdb443-ebbc-461f-9e84-5f1d4ec2ada4?flat HTTP/1.1" 200 5250 0.011964 [API:8081]10.0.0.19 - - [2025-08-28 04:04:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:71fdb443-ebbc-461f-9e84-5f1d4ec2ada4?flat HTTP/1.1" 200 5250 0.012082 [API:8081]10.0.0.19 - - [2025-08-28 04:04:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:71fdb443-ebbc-461f-9e84-5f1d4ec2ada4?flat HTTP/1.1" 200 5250 0.012114 [API:8081]10.0.0.19 - - [2025-08-28 04:04:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-50579577?flat HTTP/1.1" 200 7122 0.015899 [API:8081]10.0.0.19 - - [2025-08-28 04:04:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39849 0.027870 [API:8081]10.0.0.19 - - [2025-08-28 04:04:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39849 0.027870 [API:8081]10.0.0.19 - - [2025-08-28 04:04:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007802 [API:8081]10.0.0.19 - - [2025-08-28 04:05:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:dd5b6ae0-4bc5-4ed4-8a7a-4e2a4b55eb26?flat HTTP/1.1" 200 5252 0.015361 [API:8081]10.0.0.19 - - [2025-08-28 04:05:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:dd5b6ae0-4bc5-4ed4-8a7a-4e2a4b55eb26?flat HTTP/1.1" 200 5252 0.012736 [API:8081]10.0.0.19 - - [2025-08-28 04:05:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-72692947:dd5b6ae0-4bc5-4ed4-8a7a-4e2a4b55eb26?flat HTTP/1.1" 200 5252 0.014904 [API:8081]10.0.0.19 - - [2025-08-28 04:05:36] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn2-66914093?flat HTTP/1.1" 200 6985 0.017419 [API:8081]10.0.0.19 - - [2025-08-28 04:05:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39863 0.028422 [API:8081]10.0.0.19 - - [2025-08-28 04:05:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12420 0.025909 [API:8081]10.0.0.19 - - [2025-08-28 04:05:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39863 0.032439 [API:8081]10.0.0.19 - - [2025-08-28 04:05:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12420 0.020070 [API:8081]10.0.0.19 - - [2025-08-28 04:05:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.008337 [API:8081]10.0.0.41 - - [2025-08-28 04:06:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062081 [API:8081]10.0.0.19 - - [2025-08-28 04:06:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39871 0.029860 [API:8081]10.0.0.19 - - [2025-08-28 04:06:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 13481 0.022657 [API:8081]10.0.0.19 - - [2025-08-28 04:06:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn2-66914093?flat HTTP/1.1" 200 7877 0.016437 [API:8081]10.0.0.19 - - [2025-08-28 04:06:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007353 [API:8081]10.0.0.19 - - [2025-08-28 04:06:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39876 0.030288 [API:8081]10.0.0.19 - - [2025-08-28 04:06:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39876 0.030097 [API:8081]10.0.0.19 - - [2025-08-28 04:06:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39876 0.029422 [API:8081]10.0.0.19 - - [2025-08-28 04:06:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39876 0.027864 [API:8081]10.0.0.19 - - [2025-08-28 04:06:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39876 0.026681 [API:8081]10.0.0.19 - - [2025-08-28 04:06:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39876 0.047242 [API:8081]10.0.0.19 - - [2025-08-28 04:06:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39876 0.030337 [API:8081]10.0.0.19 - - [2025-08-28 04:06:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-72692947:ctest-vn1-50579577?flat HTTP/1.1" 200 7919 0.015706 [API:8081]10.0.0.19 - - [2025-08-28 04:06:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.012179 [API:8081]10.0.0.41 - - [2025-08-28 04:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.173762 [API:8081]10.0.0.38 - - [2025-08-28 04:07:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.169395 [API:8081]10.0.0.41 - - [2025-08-28 04:07:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140712 [API:8081]10.0.0.38 - - [2025-08-28 04:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.253582 [API:8081]10.0.0.19 - - [2025-08-28 04:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.215260 [API:8081]10.0.0.19 - - [2025-08-28 04:07:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.140362 [API:8081]10.0.0.41 - - [2025-08-28 04:07:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.053817 [API:8081]10.0.0.19 - - [2025-08-28 04:08:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-11697689:11ded609-b9e3-48e0-a6f8-624cf71b4d25?flat HTTP/1.1" 401 205 0.000356 [API:8081]10.0.0.19 - - [2025-08-28 04:08:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-11697689:11ded609-b9e3-48e0-a6f8-624cf71b4d25?flat HTTP/1.1" 200 5238 0.072231 [API:8081]10.0.0.19 - - [2025-08-28 04:08:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-11697689:11ded609-b9e3-48e0-a6f8-624cf71b4d25?flat HTTP/1.1" 200 5238 0.083071 [API:8081]10.0.0.19 - - [2025-08-28 04:08:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-11697689:11ded609-b9e3-48e0-a6f8-624cf71b4d25?flat HTTP/1.1" 200 5238 0.110575 [API:8081]10.0.0.19 - - [2025-08-28 04:08:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-11697689:ctest-vn-36513225?flat HTTP/1.1" 200 4006 0.013142 [API:8081]10.0.0.19 - - [2025-08-28 04:08:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39899 0.027588 [API:8081]10.0.0.19 - - [2025-08-28 04:08:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39899 0.025758 [API:8081]10.0.0.19 - - [2025-08-28 04:08:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008554 [API:8081]10.0.0.19 - - [2025-08-28 04:08:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-11697689:45262604-51db-46c6-84e2-a924c74d2711?flat HTTP/1.1" 200 5228 0.013426 [API:8081]10.0.0.19 - - [2025-08-28 04:08:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-11697689:45262604-51db-46c6-84e2-a924c74d2711?flat HTTP/1.1" 200 5228 0.012820 [API:8081]10.0.0.19 - - [2025-08-28 04:08:04] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-11697689:45262604-51db-46c6-84e2-a924c74d2711?flat HTTP/1.1" 200 5228 0.015526 [API:8081]10.0.0.19 - - [2025-08-28 04:08:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-11697689:ctest-vn-37501524?flat HTTP/1.1" 200 3987 0.014907 [API:8081]10.0.0.19 - - [2025-08-28 04:08:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39897 0.029557 [API:8081]10.0.0.19 - - [2025-08-28 04:08:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12841 0.037661 [API:8081]10.0.0.19 - - [2025-08-28 04:08:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39900 0.030436 [API:8081]10.0.0.19 - - [2025-08-28 04:08:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12841 0.020780 [API:8081]10.0.0.19 - - [2025-08-28 04:08:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008253 [API:8081]10.0.0.19 - - [2025-08-28 04:08:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39904 0.028492 [API:8081]10.0.0.19 - - [2025-08-28 04:08:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12841 0.019415 [API:8081]10.0.0.19 - - [2025-08-28 04:08:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39904 0.039864 [API:8081]10.0.0.19 - - [2025-08-28 04:08:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12841 0.023150 [API:8081]10.0.0.19 - - [2025-08-28 04:08:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39905 0.029144 [API:8081]10.0.0.19 - - [2025-08-28 04:08:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-3956-2?flat HTTP/1.1" 200 12551 0.020772 [API:8081]10.0.0.19 - - [2025-08-28 04:08:35] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-11697689:ctest-vn-37501524?flat HTTP/1.1" 200 6180 0.012474 [API:8081]10.0.0.19 - - [2025-08-28 04:08:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007513 [API:8081]10.0.0.19 - - [2025-08-28 04:08:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.028269 [API:8081]10.0.0.19 - - [2025-08-28 04:08:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.027318 [API:8081]10.0.0.19 - - [2025-08-28 04:08:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.026284 [API:8081]10.0.0.19 - - [2025-08-28 04:08:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.027136 [API:8081]10.0.0.19 - - [2025-08-28 04:08:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.026687 [API:8081]10.0.0.19 - - [2025-08-28 04:08:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39908 0.033029 [API:8081]10.0.0.19 - - [2025-08-28 04:08:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-3956-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 39909 0.028300 [API:8081]10.0.0.19 - - [2025-08-28 04:08:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-11697689:ctest-vn-36513225?flat HTTP/1.1" 200 6186 0.015997 [API:8081]10.0.0.19 - - [2025-08-28 04:08:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011369 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:08:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002443 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:08:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004865 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:08:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003545 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:08:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.003095 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:08:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002103 [API:8081]10.0.0.19 - - [2025-08-28 04:09:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.19 - - [2025-08-28 04:09:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.056188 [API:8081]10.0.0.19 - - [2025-08-28 04:09:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.050152 [API:8081]10.0.0.41 - - [2025-08-28 04:09:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057382 [API:8081]10.0.0.19 - - [2025-08-28 04:10:06] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2025-08-28 04:10:06] "GET /analytics HTTP/1.1" 401 205 0.000144 [API:8081]10.0.0.41 - - [2025-08-28 04:10:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.054332 [API:8081]10.0.0.41 - - [2025-08-28 04:10:35] "GET /analytics HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.41 - - [2025-08-28 04:10:35] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.38 - - [2025-08-28 04:10:35] "GET /analytics HTTP/1.1" 401 205 0.000296 [API:8081]10.0.0.38 - - [2025-08-28 04:10:35] "GET /analytics HTTP/1.1" 401 205 0.000197 [API:8081]10.0.0.41 - - [2025-08-28 04:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.134462 [API:8081]10.0.0.38 - - [2025-08-28 04:12:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.127000 [API:8081]10.0.0.41 - - [2025-08-28 04:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.128197 [API:8081]10.0.0.19 - - [2025-08-28 04:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.012658 [API:8081]10.0.0.38 - - [2025-08-28 04:12:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.197912 [API:8081]10.0.0.19 - - [2025-08-28 04:12:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.129535 [API:8081]10.0.0.41 - - [2025-08-28 04:12:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058278 [API:8081]10.0.0.41 - - [2025-08-28 04:13:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.062048 [API:8081]10.0.0.19 - - [2025-08-28 04:14:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000300 [API:8081]10.0.0.19 - - [2025-08-28 04:14:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.052940 [API:8081]10.0.0.41 - - [2025-08-28 04:15:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054879 [API:8081]10.0.0.41 - - [2025-08-28 04:16:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2540 0.091923 [API:8081]10.0.0.41 - - [2025-08-28 04:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.145381 [API:8081]10.0.0.38 - - [2025-08-28 04:17:02] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.139461 [API:8081]10.0.0.41 - - [2025-08-28 04:17:03] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.135037 [API:8081]10.0.0.38 - - [2025-08-28 04:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.276219 [API:8081]10.0.0.19 - - [2025-08-28 04:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.236417 [API:8081]10.0.0.19 - - [2025-08-28 04:17:04] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2912 0.187947 [API:8081]10.0.0.41 - - [2025-08-28 04:18:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059041 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:18:59] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003115 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003308 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002936 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:18:59] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-3956-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.002628 [LOCAL API:8181]127.0.0.1 - - [2025-08-28 04:18:59] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002530 [Introspect:8090]10.0.0.19 - - [2025-08-28 04:19:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3822 0.001060