++ 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 Sep 11 01:57:56 AM UTC 2025 ===================' INFO: =================== Thu Sep 11 01:57:56 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.249 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8081 ' +++ '[' -n '10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081 ' ']' +++ echo '10.0.0.249:8081 10.0.0.22:8081 10.0.0.49:8081' ++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.22:8081 10.0.0.49: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9042 ' +++ '[' -n '10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042 ' ']' +++ echo '10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.22:9042 10.0.0.49:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8086 ' +++ '[' -n '10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086 ' ']' +++ echo '10.0.0.249:8086 10.0.0.22:8086 10.0.0.49:8086' ++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.22:8086 10.0.0.49: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.249,10.0.0.22,10.0.0.49 ++ CONFIGDB_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:8082 ' +++ '[' -n '10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082 ' ']' +++ echo '10.0.0.249:8082 10.0.0.22:8082 10.0.0.49:8082' ++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.22:8082 10.0.0.49: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9161 ' +++ '[' -n '10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161 ' ']' +++ echo '10.0.0.249:9161 10.0.0.22:9161 10.0.0.49:9161' ++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.22:9161 10.0.0.49: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9041 ' +++ '[' -n '10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041 ' ']' +++ echo '10.0.0.249:9041 10.0.0.22:9041 10.0.0.49:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.22:9041 10.0.0.49: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.193 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.17,10.20.0.193 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:2181, +++ '[' -n 10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181, ']' +++ echo 10.0.0.249:2181,10.0.0.22:2181,10.0.0.49:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.22:2181,10.0.0.49: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:2181 ' +++ '[' -n '10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181 ' ']' +++ echo '10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.22:2181 10.0.0.49:2181' ++ RABBITMQ_NODES=10.0.0.249,10.0.0.22,10.0.0.49 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+=10.0.0.249:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+=10.0.0.49:5673, +++ '[' -n 10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673, ']' +++ echo 10.0.0.249:5673,10.0.0.22:5673,10.0.0.49:5673 ++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.22:5673,10.0.0.49: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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:6379 ' +++ '[' -n '10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379 ' ']' +++ echo '10.0.0.249:6379 10.0.0.22:6379 10.0.0.49:6379' ++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.22:6379 10.0.0.49: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.249,10.0.0.22,10.0.0.49 ++ 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.249 +++ local server_address=10.0.0.249 +++ extended_server_list+='10.0.0.249:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.49 +++ local server_address=10.0.0.49 +++ extended_server_list+='10.0.0.49:9092 ' +++ '[' -n '10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092 ' ']' +++ echo '10.0.0.249:9092 10.0.0.22:9092 10.0.0.49:9092' ++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.22:9092 10.0.0.49: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.249 ++ 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.249,10.0.0.22,10.0.0.49 ++ 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.249,10.0.0.22,10.0.0.49 ++ 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 ++ cut -d , -f 1 ++ echo 10.0.0.249,10.0.0.22,10.0.0.49 + local cassandra=10.0.0.249 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.249 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.22,10.0.0.49 +++ local servers=10.0.0.249,10.0.0.22,10.0.0.49 +++ local server_list= +++ cut -d ' ' -f 1 +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ sort ++++ uniq +++ local local_ips=,10.0.0.249,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.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]] +++ echo 10.0.0.249 1 +++ return ++ local ip=10.0.0.249 ++ [[ -z 10.0.0.249 ]] ++ echo 10.0.0.249 + host_ip=10.0.0.249 + 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=__ ++ cut -d = -f 1 ++ sort ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ set -o posix ++ set + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 09/11/2025 01:58:04.123 7ff599b9f780 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/11/2025 01:58:04.297 7ff599b9f780 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 09/11/2025 01:58:04.307 7ff599b9f780 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/11/2025 01:58:04.307 7ff599b9f780 [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.249: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.22 - - [2025-09-11 01:58:37] "GET /analytics HTTP/1.1" 401 206 0.000439 [API:8081]10.0.0.22 - - [2025-09-11 01:58:37] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.49 - - [2025-09-11 01:58:38] "GET /analytics HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.49 - - [2025-09-11 01:58:38] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.249 - - [2025-09-11 01:58:38] "GET /analytics HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.249 - - [2025-09-11 01:58:38] "GET /analytics HTTP/1.1" 401 206 0.000199 [API:8081]10.0.0.22 - - [2025-09-11 01:58:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.050046 [API:8081]10.0.0.22 - - [2025-09-11 01:59:08] "GET /analytics HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.22 - - [2025-09-11 01:59:08] "GET /analytics HTTP/1.1" 401 206 0.000133 [API:8081]10.0.0.49 - - [2025-09-11 01:59:09] "GET /analytics HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.49 - - [2025-09-11 01:59:09] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.249 - - [2025-09-11 01:59:09] "GET /analytics HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.249 - - [2025-09-11 01:59:09] "GET /analytics HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.22 - - [2025-09-11 01:59:38] "GET /analytics HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.22 - - [2025-09-11 01:59:38] "GET /analytics HTTP/1.1" 401 206 0.000129 [API:8081]10.0.0.49 - - [2025-09-11 01:59:39] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.49 - - [2025-09-11 01:59:39] "GET /analytics HTTP/1.1" 401 206 0.000145 [API:8081]10.0.0.22 - - [2025-09-11 02:00:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.070501 [API:8081]10.0.0.49 - - [2025-09-11 02:01:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.137033 [API:8081]10.0.0.22 - - [2025-09-11 02:01:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.569018 [API:8081]10.0.0.22 - - [2025-09-11 02:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.276411 [API:8081]10.0.0.49 - - [2025-09-11 02:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.288971 [API:8081]10.0.0.249 - - [2025-09-11 02:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.147981 [API:8081]10.0.0.249 - - [2025-09-11 02:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.090278 [Introspect:8090]10.0.0.249 - - [2025-09-11 02:01:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001366 [Introspect:8090]10.0.0.249 - - [2025-09-11 02:01:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001063 [API:8081]10.0.0.22 - - [2025-09-11 02:01:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.052360 [Introspect:8090]10.0.0.249 - - [2025-09-11 02:03:18] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001081 [Introspect:8090]10.0.0.249 - - [2025-09-11 02:03:21] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000560 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0?flat HTTP/1.1" 200 38004 0.065321 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16247 0.057270 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0?flat HTTP/1.1" 200 38005 0.057741 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16864 0.014967 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0?flat HTTP/1.1" 200 27605 0.017689 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0?flat HTTP/1.1" 200 14115 0.014004 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.018530 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.016124 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3357 0.010790 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3358 0.010760 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.011496 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.011470 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4309 0.012456 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.011884 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.008993 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.011196 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012090 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.020417 [API:8081]10.0.0.249 - - [2025-09-11 02:03:22] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.021484 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.016981 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012595 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.011854 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.013024 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.012411 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14824 0.016391 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.019120 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.019321 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.018002 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.014548 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.014983 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.018277 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.027494 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.021975 [API:8081]10.0.0.249 - - [2025-09-11 02:03:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.016345 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20496 0.018266 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.010638 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.020104 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3272 0.012460 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.012379 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14824 0.015499 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.011599 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.016327 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.019732 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012773 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.011952 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.014833 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3992 0.011190 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.015298 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3678 0.012943 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.014106 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3678 0.012022 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.015432 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3679 0.013382 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4313 0.011508 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4309 0.012229 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4312 0.011852 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control:0?flat HTTP/1.1" 200 38004 0.020655 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.012052 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16247 0.014806 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control:0?flat HTTP/1.1" 200 38005 0.020558 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.011622 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16864 0.015205 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control:0?flat HTTP/1.1" 200 27605 0.017305 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.012465 [API:8081]10.0.0.249 - - [2025-09-11 02:03:25] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4079-3:Control:contrail-dns:0?flat HTTP/1.1" 200 14115 0.028489 [API:8081]10.0.0.249 - - [2025-09-11 02:03:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4079-1?flat HTTP/1.1" 200 12094 0.016943 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?flat HTTP/1.1" 200 14129 0.019192 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?flat HTTP/1.1" 200 14273 0.018025 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?flat HTTP/1.1" 200 19432 0.018575 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?flat HTTP/1.1" 200 14129 0.018684 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?flat HTTP/1.1" 200 14273 0.017971 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?flat HTTP/1.1" 200 19432 0.017555 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?flat HTTP/1.1" 200 14129 0.017972 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?flat HTTP/1.1" 200 14273 0.026838 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?flat HTTP/1.1" 200 19432 0.020819 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?flat HTTP/1.1" 200 14129 0.020972 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?flat HTTP/1.1" 200 14273 0.017347 [API:8081]10.0.0.249 - - [2025-09-11 02:03:28] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?flat HTTP/1.1" 200 19432 0.017788 [API:8081]10.0.0.249 - - [2025-09-11 02:03:30] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4079-1?flat HTTP/1.1" 200 8150 0.014831 [API:8081]10.0.0.249 - - [2025-09-11 02:03:30] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4079-2?flat HTTP/1.1" 200 8148 0.016542 [API:8081]10.0.0.249 - - [2025-09-11 02:03:30] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4079-3?flat HTTP/1.1" 200 8153 0.015189 [API:8081]10.0.0.249 - - [2025-09-11 02:03:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2025-09-11 02:03:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.053075 [API:8081]10.0.0.249 - - [2025-09-11 02:03:46] "POST /analytics/query HTTP/1.1" 200 54639 1.096015 [API:8081]10.0.0.249 - - [2025-09-11 02:03:47] "POST /analytics/query HTTP/1.1" 200 5872 1.058015 [API:8081]10.0.0.249 - - [2025-09-11 02:03:48] "POST /analytics/query HTTP/1.1" 200 871 1.018209 [API:8081]10.0.0.249 - - [2025-09-11 02:03:49] "POST /analytics/query HTTP/1.1" 200 5872 1.025131 [API:8081]10.0.0.249 - - [2025-09-11 02:03:50] "POST /analytics/query HTTP/1.1" 200 871 1.017246 [API:8081]10.0.0.22 - - [2025-09-11 02:03:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078121 [API:8081]10.0.0.249 - - [2025-09-11 02:04:01] "GET /documentation/index.html HTTP/1.1" 200 5407 0.001128 [API:8081]10.0.0.22 - - [2025-09-11 02:04:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.067494 [API:8081]10.0.0.49 - - [2025-09-11 02:06:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.020005 [API:8081]10.0.0.22 - - [2025-09-11 02:06:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.719822 [API:8081]10.0.0.49 - - [2025-09-11 02:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.958920 [API:8081]10.0.0.22 - - [2025-09-11 02:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.844440 [API:8081]10.0.0.249 - - [2025-09-11 02:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.538465 [API:8081]10.0.0.249 - - [2025-09-11 02:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.257908 [API:8081]10.0.0.22 - - [2025-09-11 02:06:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.077507 [API:8081]10.0.0.249 - - [2025-09-11 02:07:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.249 - - [2025-09-11 02:07:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1459 0.056072 [API:8081]10.0.0.249 - - [2025-09-11 02:07:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.047485 [API:8081]10.0.0.22 - - [2025-09-11 02:07:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.080701 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:08:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003337 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:08:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003569 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:08:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005696 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:08:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.005339 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:08:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.003322 [API:8081]10.0.0.249 - - [2025-09-11 02:09:09] "GET /analytics HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-09-11 02:09:09] "GET /analytics HTTP/1.1" 401 206 0.000213 [API:8081]10.0.0.22 - - [2025-09-11 02:09:38] "GET /analytics HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.22 - - [2025-09-11 02:09:38] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.49 - - [2025-09-11 02:09:39] "GET /analytics HTTP/1.1" 401 206 0.000229 [API:8081]10.0.0.49 - - [2025-09-11 02:09:39] "GET /analytics HTTP/1.1" 401 206 0.000129 [API:8081]10.0.0.22 - - [2025-09-11 02:09:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056056 [API:8081]10.0.0.22 - - [2025-09-11 02:11:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.077957 [API:8081]10.0.0.22 - - [2025-09-11 02:11:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.237640 [API:8081]10.0.0.49 - - [2025-09-11 02:11:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.133736 [API:8081]10.0.0.22 - - [2025-09-11 02:11:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.014777 [API:8081]10.0.0.49 - - [2025-09-11 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.484407 [API:8081]10.0.0.249 - - [2025-09-11 02:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.307261 [API:8081]10.0.0.249 - - [2025-09-11 02:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.268109 [API:8081]10.0.0.22 - - [2025-09-11 02:13:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088206 [API:8081]10.0.0.249 - - [2025-09-11 02:13:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.249 - - [2025-09-11 02:13:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2160 0.053480 [API:8081]10.0.0.249 - - [2025-09-11 02:13:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2160 0.055682 [API:8081]10.0.0.22 - - [2025-09-11 02:14:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.059604 [API:8081]10.0.0.249 - - [2025-09-11 02:14:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.009693 [API:8081]10.0.0.249 - - [2025-09-11 02:14:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1377 0.008707 [API:8081]10.0.0.249 - - [2025-09-11 02:14:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1606 0.050899 [API:8081]10.0.0.249 - - [2025-09-11 02:14:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1835 0.007983 [API:8081]10.0.0.22 - - [2025-09-11 02:16:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060917 [API:8081]10.0.0.22 - - [2025-09-11 02:16:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.167962 [API:8081]10.0.0.49 - - [2025-09-11 02:16:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.127986 [API:8081]10.0.0.49 - - [2025-09-11 02:16:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.008059 [API:8081]10.0.0.22 - - [2025-09-11 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.247923 [API:8081]10.0.0.249 - - [2025-09-11 02:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.154505 [API:8081]10.0.0.249 - - [2025-09-11 02:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.144851 [API:8081]10.0.0.22 - - [2025-09-11 02:17:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.057682 [API:8081]10.0.0.249 - - [2025-09-11 02:17:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.017838 [API:8081]10.0.0.249 - - [2025-09-11 02:17:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.018691 [API:8081]10.0.0.249 - - [2025-09-11 02:18:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.034621 [API:8081]10.0.0.249 - - [2025-09-11 02:18:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.060297 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:18:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002406 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:18:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002439 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:18:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002640 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:18:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002805 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:18:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002347 [API:8081]10.0.0.249 - - [2025-09-11 02:18:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.065134 [API:8081]10.0.0.249 - - [2025-09-11 02:18:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24566 0.020631 [API:8081]10.0.0.249 - - [2025-09-11 02:18:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.018160 [API:8081]10.0.0.249 - - [2025-09-11 02:18:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24568 0.016323 [API:8081]10.0.0.249 - - [2025-09-11 02:18:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet1-46684661?flat HTTP/1.1" 200 8246 0.012479 [API:8081]10.0.0.249 - - [2025-09-11 02:18:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008115 [API:8081]10.0.0.249 - - [2025-09-11 02:18:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.018317 [API:8081]10.0.0.249 - - [2025-09-11 02:18:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24571 0.022440 [API:8081]10.0.0.249 - - [2025-09-11 02:18:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-54756315:ctest-vnet0-54762444?flat HTTP/1.1" 200 8245 0.013853 [API:8081]10.0.0.249 - - [2025-09-11 02:18:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009849 [API:8081]10.0.0.249 - - [2025-09-11 02:18:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.009874 [API:8081]10.0.0.22 - - [2025-09-11 02:19:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053914 [API:8081]10.0.0.249 - - [2025-09-11 02:19:09] "GET /analytics HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-09-11 02:19:09] "GET /analytics HTTP/1.1" 401 206 0.000131 [API:8081]10.0.0.22 - - [2025-09-11 02:19:38] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.22 - - [2025-09-11 02:19:38] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.49 - - [2025-09-11 02:19:39] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.49 - - [2025-09-11 02:19:39] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.22 - - [2025-09-11 02:20:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.058602 [API:8081]10.0.0.249 - - [2025-09-11 02:21:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.249 - - [2025-09-11 02:21:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1385 0.051694 [API:8081]10.0.0.22 - - [2025-09-11 02:21:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.154686 [API:8081]10.0.0.49 - - [2025-09-11 02:21:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.229353 [API:8081]10.0.0.22 - - [2025-09-11 02:21:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.136929 [API:8081]10.0.0.49 - - [2025-09-11 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.197190 [API:8081]10.0.0.249 - - [2025-09-11 02:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.139415 [API:8081]10.0.0.249 - - [2025-09-11 02:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.159657 [API:8081]10.0.0.22 - - [2025-09-11 02:22:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056439 [API:8081]10.0.0.249 - - [2025-09-11 02:22:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.062804 [API:8081]10.0.0.249 - - [2025-09-11 02:22:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017113 [API:8081]10.0.0.249 - - [2025-09-11 02:22:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.090624 [API:8081]10.0.0.249 - - [2025-09-11 02:22:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018600 [API:8081]10.0.0.249 - - [2025-09-11 02:22:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.016496 [API:8081]10.0.0.249 - - [2025-09-11 02:22:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.016401 [API:8081]10.0.0.249 - - [2025-09-11 02:22:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018935 [API:8081]10.0.0.249 - - [2025-09-11 02:22:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017077 [API:8081]10.0.0.249 - - [2025-09-11 02:22:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018012 [API:8081]10.0.0.249 - - [2025-09-11 02:22:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020323 [API:8081]10.0.0.249 - - [2025-09-11 02:22:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-62041778:ctest-vnet0-50801837?flat HTTP/1.1" 200 7196 0.012067 [API:8081]10.0.0.249 - - [2025-09-11 02:22:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007708 [API:8081]10.0.0.249 - - [2025-09-11 02:23:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2025-09-11 02:23:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.059180 [API:8081]10.0.0.22 - - [2025-09-11 02:23:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.115166 [API:8081]10.0.0.249 - - [2025-09-11 02:23:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2025-09-11 02:23:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.109670 [API:8081]10.0.0.249 - - [2025-09-11 02:23:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.057121 [API:8081]10.0.0.249 - - [2025-09-11 02:23:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.052530 [API:8081]10.0.0.249 - - [2025-09-11 02:24:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-79333722:c12d01f7-0222-4e6c-9014-b9816862d2cb?flat HTTP/1.1" 200 5224 0.021819 [API:8081]10.0.0.249 - - [2025-09-11 02:24:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-79333722:c12d01f7-0222-4e6c-9014-b9816862d2cb?flat HTTP/1.1" 200 5224 0.012145 [API:8081]10.0.0.249 - - [2025-09-11 02:24:09] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-79333722:c12d01f7-0222-4e6c-9014-b9816862d2cb?flat HTTP/1.1" 200 5224 0.013555 [API:8081]10.0.0.249 - - [2025-09-11 02:24:09] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-79333722:ctest-VN1-39121718?flat HTTP/1.1" 200 8551 0.015960 [API:8081]10.0.0.249 - - [2025-09-11 02:24:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020978 [API:8081]10.0.0.249 - - [2025-09-11 02:24:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.054836 [API:8081]10.0.0.249 - - [2025-09-11 02:24:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.007830 [API:8081]10.0.0.249 - - [2025-09-11 02:24:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-79333722:b93bb9d4-f2c8-47d3-a91c-9812a54e8f4e?flat HTTP/1.1" 200 5227 0.014091 [API:8081]10.0.0.249 - - [2025-09-11 02:24:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-79333722:b93bb9d4-f2c8-47d3-a91c-9812a54e8f4e?flat HTTP/1.1" 200 5227 0.013479 [API:8081]10.0.0.249 - - [2025-09-11 02:24:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-79333722:b93bb9d4-f2c8-47d3-a91c-9812a54e8f4e?flat HTTP/1.1" 200 5227 0.012959 [API:8081]10.0.0.249 - - [2025-09-11 02:24:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-79333722:ctest-VN2-09281928?flat HTTP/1.1" 200 8329 0.013225 [API:8081]10.0.0.249 - - [2025-09-11 02:24:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.020321 [API:8081]10.0.0.249 - - [2025-09-11 02:24:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24585 0.016955 [API:8081]10.0.0.249 - - [2025-09-11 02:24:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.011425 [API:8081]10.0.0.249 - - [2025-09-11 02:24:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-79333722:039fe433-50cd-4b04-aad6-d42bd483d203?flat HTTP/1.1" 200 5342 0.015165 [API:8081]10.0.0.249 - - [2025-09-11 02:24:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-79333722:039fe433-50cd-4b04-aad6-d42bd483d203?flat HTTP/1.1" 200 5342 0.013057 [API:8081]10.0.0.249 - - [2025-09-11 02:24:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-79333722:039fe433-50cd-4b04-aad6-d42bd483d203?flat HTTP/1.1" 200 5342 0.013660 [API:8081]10.0.0.249 - - [2025-09-11 02:24:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-79333722:ctest-VN3-18402484?flat HTTP/1.1" 200 8439 0.014737 [API:8081]10.0.0.249 - - [2025-09-11 02:24:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017931 [API:8081]10.0.0.249 - - [2025-09-11 02:24:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.019433 [API:8081]10.0.0.249 - - [2025-09-11 02:24:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009866 [API:8081]10.0.0.22 - - [2025-09-11 02:25:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057975 [API:8081]10.0.0.249 - - [2025-09-11 02:25:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.018489 [API:8081]10.0.0.249 - - [2025-09-11 02:25:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.017378 [API:8081]10.0.0.249 - - [2025-09-11 02:25:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.017182 [API:8081]10.0.0.249 - - [2025-09-11 02:25:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.020980 [API:8081]10.0.0.249 - - [2025-09-11 02:25:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.018492 [API:8081]10.0.0.249 - - [2025-09-11 02:25:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.016575 [API:8081]10.0.0.249 - - [2025-09-11 02:25:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.032805 [API:8081]10.0.0.249 - - [2025-09-11 02:25:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-79333722:ctest-VN3-18402484?flat HTTP/1.1" 200 6212 0.015179 [API:8081]10.0.0.249 - - [2025-09-11 02:25:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009484 [API:8081]10.0.0.249 - - [2025-09-11 02:25:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018279 [API:8081]10.0.0.249 - - [2025-09-11 02:25:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020407 [API:8081]10.0.0.249 - - [2025-09-11 02:25:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.019229 [API:8081]10.0.0.249 - - [2025-09-11 02:26:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017201 [API:8081]10.0.0.249 - - [2025-09-11 02:26:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.016898 [API:8081]10.0.0.249 - - [2025-09-11 02:26:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022556 [API:8081]10.0.0.22 - - [2025-09-11 02:26:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.173673 [API:8081]10.0.0.49 - - [2025-09-11 02:26:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.109991 [API:8081]10.0.0.49 - - [2025-09-11 02:26:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.009749 [API:8081]10.0.0.22 - - [2025-09-11 02:26:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.106824 [API:8081]10.0.0.249 - - [2025-09-11 02:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.168247 [API:8081]10.0.0.249 - - [2025-09-11 02:26:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.017394 [API:8081]10.0.0.249 - - [2025-09-11 02:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.459896 [API:8081]10.0.0.22 - - [2025-09-11 02:26:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.225622 [API:8081]10.0.0.249 - - [2025-09-11 02:26:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24589 0.017956 [API:8081]10.0.0.249 - - [2025-09-11 02:26:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-79333722:ctest-VN2-09281928?flat HTTP/1.1" 200 6547 0.013732 [API:8081]10.0.0.249 - - [2025-09-11 02:26:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.007856 [API:8081]10.0.0.249 - - [2025-09-11 02:26:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.018091 [API:8081]10.0.0.249 - - [2025-09-11 02:26:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24594 0.018545 [API:8081]10.0.0.249 - - [2025-09-11 02:26:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-79333722:ctest-VN1-39121718?flat HTTP/1.1" 200 6765 0.012522 [API:8081]10.0.0.249 - - [2025-09-11 02:26:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008085 [API:8081]10.0.0.249 - - [2025-09-11 02:26:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.249 - - [2025-09-11 02:26:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.048436 [API:8081]10.0.0.249 - - [2025-09-11 02:26:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.052672 [API:8081]10.0.0.249 - - [2025-09-11 02:26:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.049786 [API:8081]10.0.0.249 - - [2025-09-11 02:27:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:aa77c050-1c30-4377-8be0-413ad58a90b0?flat HTTP/1.1" 200 5363 0.016710 [API:8081]10.0.0.249 - - [2025-09-11 02:27:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:aa77c050-1c30-4377-8be0-413ad58a90b0?flat HTTP/1.1" 200 5363 0.016666 [API:8081]10.0.0.249 - - [2025-09-11 02:27:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:aa77c050-1c30-4377-8be0-413ad58a90b0?flat HTTP/1.1" 200 5363 0.015754 [API:8081]10.0.0.249 - - [2025-09-11 02:27:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:aa77c050-1c30-4377-8be0-413ad58a90b0?flat HTTP/1.1" 200 5363 0.012460 [API:8081]10.0.0.249 - - [2025-09-11 02:27:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN1-50538801?flat HTTP/1.1" 200 9451 0.034580 [API:8081]10.0.0.249 - - [2025-09-11 02:27:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.024364 [API:8081]10.0.0.249 - - [2025-09-11 02:27:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.016772 [API:8081]10.0.0.249 - - [2025-09-11 02:27:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008702 [API:8081]10.0.0.249 - - [2025-09-11 02:27:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:cc09baf1-001e-4c2e-8fc8-08c74c634de8?flat HTTP/1.1" 200 5223 0.012869 [API:8081]10.0.0.249 - - [2025-09-11 02:27:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:cc09baf1-001e-4c2e-8fc8-08c74c634de8?flat HTTP/1.1" 200 5223 0.013524 [API:8081]10.0.0.249 - - [2025-09-11 02:27:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:cc09baf1-001e-4c2e-8fc8-08c74c634de8?flat HTTP/1.1" 200 5223 0.013540 [API:8081]10.0.0.249 - - [2025-09-11 02:27:33] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:cc09baf1-001e-4c2e-8fc8-08c74c634de8?flat HTTP/1.1" 200 5223 0.013115 [API:8081]10.0.0.249 - - [2025-09-11 02:27:33] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN2-76923013?flat HTTP/1.1" 200 8639 0.012710 [API:8081]10.0.0.249 - - [2025-09-11 02:27:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.016925 [API:8081]10.0.0.249 - - [2025-09-11 02:27:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.022649 [API:8081]10.0.0.249 - - [2025-09-11 02:27:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008724 [API:8081]10.0.0.249 - - [2025-09-11 02:27:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:7203e3c4-134a-47f0-83db-029d2c66588d?flat HTTP/1.1" 200 5220 0.013304 [API:8081]10.0.0.249 - - [2025-09-11 02:27:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:7203e3c4-134a-47f0-83db-029d2c66588d?flat HTTP/1.1" 200 5220 0.012942 [API:8081]10.0.0.249 - - [2025-09-11 02:27:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:7203e3c4-134a-47f0-83db-029d2c66588d?flat HTTP/1.1" 200 5220 0.013636 [API:8081]10.0.0.249 - - [2025-09-11 02:27:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-19387082:7203e3c4-134a-47f0-83db-029d2c66588d?flat HTTP/1.1" 200 5220 0.013528 [API:8081]10.0.0.249 - - [2025-09-11 02:27:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN3-05819714?flat HTTP/1.1" 200 8202 0.015245 [API:8081]10.0.0.249 - - [2025-09-11 02:27:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.018653 [API:8081]10.0.0.249 - - [2025-09-11 02:27:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.020598 [API:8081]10.0.0.249 - - [2025-09-11 02:27:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008382 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:28:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002772 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:28:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002743 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:28:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.005505 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:28:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003942 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:28:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002728 [API:8081]10.0.0.22 - - [2025-09-11 02:28:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056305 [API:8081]10.0.0.249 - - [2025-09-11 02:28:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.018214 [API:8081]10.0.0.249 - - [2025-09-11 02:28:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.017497 [API:8081]10.0.0.249 - - [2025-09-11 02:28:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN3-05819714?flat HTTP/1.1" 200 6963 0.012211 [API:8081]10.0.0.249 - - [2025-09-11 02:28:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007170 [API:8081]10.0.0.249 - - [2025-09-11 02:28:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.021985 [API:8081]10.0.0.249 - - [2025-09-11 02:28:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.016631 [API:8081]10.0.0.249 - - [2025-09-11 02:28:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.016981 [API:8081]10.0.0.249 - - [2025-09-11 02:28:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.020328 [API:8081]10.0.0.249 - - [2025-09-11 02:28:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.019701 [API:8081]10.0.0.249 - - [2025-09-11 02:28:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.016861 [API:8081]10.0.0.249 - - [2025-09-11 02:28:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.019108 [API:8081]10.0.0.249 - - [2025-09-11 02:28:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.016612 [API:8081]10.0.0.249 - - [2025-09-11 02:28:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN2-76923013?flat HTTP/1.1" 200 7315 0.011451 [API:8081]10.0.0.249 - - [2025-09-11 02:28:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009341 [API:8081]10.0.0.249 - - [2025-09-11 02:28:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.016733 [API:8081]10.0.0.249 - - [2025-09-11 02:28:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24596 0.017041 [API:8081]10.0.0.249 - - [2025-09-11 02:28:51] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-19387082:ctest-VN1-50538801?flat HTTP/1.1" 200 7644 0.012053 [API:8081]10.0.0.249 - - [2025-09-11 02:28:51] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008116 [API:8081]10.0.0.249 - - [2025-09-11 02:29:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.249 - - [2025-09-11 02:29:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.050562 [API:8081]10.0.0.249 - - [2025-09-11 02:29:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.052966 [API:8081]10.0.0.249 - - [2025-09-11 02:29:09] "GET /analytics HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.249 - - [2025-09-11 02:29:09] "GET /analytics HTTP/1.1" 401 206 0.000179 [API:8081]10.0.0.22 - - [2025-09-11 02:29:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.106399 [API:8081]10.0.0.22 - - [2025-09-11 02:29:38] "GET /analytics HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.22 - - [2025-09-11 02:29:38] "GET /analytics HTTP/1.1" 401 206 0.000211 [API:8081]10.0.0.49 - - [2025-09-11 02:29:39] "GET /analytics HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.49 - - [2025-09-11 02:29:39] "GET /analytics HTTP/1.1" 401 206 0.000127 [API:8081]10.0.0.22 - - [2025-09-11 02:31:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.147332 [API:8081]10.0.0.49 - - [2025-09-11 02:31:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.140040 [API:8081]10.0.0.22 - - [2025-09-11 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.251763 [API:8081]10.0.0.49 - - [2025-09-11 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.318415 [API:8081]10.0.0.249 - - [2025-09-11 02:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.139304 [API:8081]10.0.0.249 - - [2025-09-11 02:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.149150 [API:8081]10.0.0.22 - - [2025-09-11 02:31:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063584 [API:8081]10.0.0.249 - - [2025-09-11 02:31:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.249 - - [2025-09-11 02:31:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1367 0.059162 [API:8081]10.0.0.22 - - [2025-09-11 02:32:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.057882 [API:8081]10.0.0.249 - - [2025-09-11 02:33:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.108294 [API:8081]10.0.0.249 - - [2025-09-11 02:33:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.016836 [API:8081]10.0.0.249 - - [2025-09-11 02:33:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.059071 [API:8081]10.0.0.249 - - [2025-09-11 02:33:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.018070 [API:8081]10.0.0.249 - - [2025-09-11 02:33:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.016926 [API:8081]10.0.0.249 - - [2025-09-11 02:33:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.019152 [API:8081]10.0.0.249 - - [2025-09-11 02:33:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-35038270:ctest-vnet0-22844250?flat HTTP/1.1" 200 7967 0.012200 [API:8081]10.0.0.249 - - [2025-09-11 02:33:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007593 [API:8081]10.0.0.249 - - [2025-09-11 02:34:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.249 - - [2025-09-11 02:34:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.050319 [API:8081]10.0.0.249 - - [2025-09-11 02:34:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1369 0.050442 [API:8081]10.0.0.22 - - [2025-09-11 02:34:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068676 [API:8081]10.0.0.22 - - [2025-09-11 02:35:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.071755 [API:8081]10.0.0.22 - - [2025-09-11 02:36:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.126594 [API:8081]10.0.0.49 - - [2025-09-11 02:36:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.142852 [API:8081]10.0.0.22 - - [2025-09-11 02:36:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.068987 [API:8081]10.0.0.49 - - [2025-09-11 02:36:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.143966 [API:8081]10.0.0.249 - - [2025-09-11 02:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.125844 [API:8081]10.0.0.249 - - [2025-09-11 02:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.158730 [API:8081]10.0.0.22 - - [2025-09-11 02:37:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051691 [API:8081]10.0.0.249 - - [2025-09-11 02:37:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.134947 [API:8081]10.0.0.249 - - [2025-09-11 02:37:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.025182 [API:8081]10.0.0.249 - - [2025-09-11 02:37:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.018032 [API:8081]10.0.0.249 - - [2025-09-11 02:37:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.021720 [API:8081]10.0.0.249 - - [2025-09-11 02:37:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.017294 [API:8081]10.0.0.249 - - [2025-09-11 02:37:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.017367 [API:8081]10.0.0.249 - - [2025-09-11 02:37:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.017517 [API:8081]10.0.0.249 - - [2025-09-11 02:37:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24604 0.017100 [API:8081]10.0.0.249 - - [2025-09-11 02:37:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet1-10556218?flat HTTP/1.1" 200 7306 0.012324 [API:8081]10.0.0.249 - - [2025-09-11 02:37:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.007457 [API:8081]10.0.0.249 - - [2025-09-11 02:37:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24620 0.016998 [API:8081]10.0.0.249 - - [2025-09-11 02:37:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24623 0.023387 [API:8081]10.0.0.249 - - [2025-09-11 02:37:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-81798788:ctest-vnet0-68671145?flat HTTP/1.1" 200 6960 0.013406 [API:8081]10.0.0.249 - - [2025-09-11 02:37:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009681 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:38:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002503 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:38:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002536 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:38:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.011086 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:38:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002651 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:38:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.001787 [API:8081]10.0.0.249 - - [2025-09-11 02:38:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.249 - - [2025-09-11 02:38:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1156 0.050291 [API:8081]10.0.0.249 - - [2025-09-11 02:38:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1393 0.068846 [API:8081]10.0.0.22 - - [2025-09-11 02:38:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.055862 [API:8081]10.0.0.249 - - [2025-09-11 02:39:09] "GET /analytics HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.249 - - [2025-09-11 02:39:09] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.22 - - [2025-09-11 02:39:38] "GET /analytics HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.22 - - [2025-09-11 02:39:38] "GET /analytics HTTP/1.1" 401 206 0.000123 [API:8081]10.0.0.49 - - [2025-09-11 02:39:39] "GET /analytics HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.49 - - [2025-09-11 02:39:39] "GET /analytics HTTP/1.1" 401 206 0.000148 [API:8081]10.0.0.22 - - [2025-09-11 02:40:22] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052900 [API:8081]10.0.0.22 - - [2025-09-11 02:41:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.138076 [API:8081]10.0.0.49 - - [2025-09-11 02:41:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.127722 [API:8081]10.0.0.22 - - [2025-09-11 02:41:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.052835 [API:8081]10.0.0.49 - - [2025-09-11 02:41:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.157152 [API:8081]10.0.0.249 - - [2025-09-11 02:41:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.182765 [API:8081]10.0.0.249 - - [2025-09-11 02:41:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.138006 [API:8081]10.0.0.22 - - [2025-09-11 02:41:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.056661 [API:8081]10.0.0.249 - - [2025-09-11 02:41:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.056986 [API:8081]10.0.0.249 - - [2025-09-11 02:41:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet1-51853307?flat HTTP/1.1" 200 8069 0.011120 [API:8081]10.0.0.249 - - [2025-09-11 02:41:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.007964 [API:8081]10.0.0.249 - - [2025-09-11 02:41:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.019631 [API:8081]10.0.0.249 - - [2025-09-11 02:41:50] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24632 0.017432 [API:8081]10.0.0.249 - - [2025-09-11 02:41:50] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-39157939:ctest-vnet0-14479534?flat HTTP/1.1" 200 7709 0.012205 [API:8081]10.0.0.249 - - [2025-09-11 02:41:50] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007311 [API:8081]10.0.0.22 - - [2025-09-11 02:43:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050255 [API:8081]10.0.0.22 - - [2025-09-11 02:44:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.054808 [API:8081]10.0.0.249 - - [2025-09-11 02:45:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.249 - - [2025-09-11 02:45:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.061440 [API:8081]10.0.0.22 - - [2025-09-11 02:46:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.152275 [API:8081]10.0.0.49 - - [2025-09-11 02:46:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.154744 [API:8081]10.0.0.22 - - [2025-09-11 02:46:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.136216 [API:8081]10.0.0.49 - - [2025-09-11 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.283308 [API:8081]10.0.0.249 - - [2025-09-11 02:46:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.137170 [API:8081]10.0.0.249 - - [2025-09-11 02:46:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.150344 [API:8081]10.0.0.22 - - [2025-09-11 02:46:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064049 [API:8081]10.0.0.249 - - [2025-09-11 02:46:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.051721 [API:8081]10.0.0.249 - - [2025-09-11 02:47:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.249 - - [2025-09-11 02:47:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1266 0.082154 [API:8081]10.0.0.22 - - [2025-09-11 02:47:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.056720 [API:8081]10.0.0.249 - - [2025-09-11 02:47:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:92475caa-c26b-4c7c-a285-919714e73fe3?flat HTTP/1.1" 200 5827 0.065228 [API:8081]10.0.0.249 - - [2025-09-11 02:47:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:92475caa-c26b-4c7c-a285-919714e73fe3?flat HTTP/1.1" 200 5827 0.017328 [API:8081]10.0.0.249 - - [2025-09-11 02:47:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:92475caa-c26b-4c7c-a285-919714e73fe3?flat HTTP/1.1" 200 5827 0.050422 [API:8081]10.0.0.249 - - [2025-09-11 02:47:57] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912-56415930?flat HTTP/1.1" 200 10647 0.014572 [API:8081]10.0.0.249 - - [2025-09-11 02:47:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.017164 [API:8081]10.0.0.249 - - [2025-09-11 02:47:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.015691 [API:8081]10.0.0.249 - - [2025-09-11 02:47:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008621 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:48:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002413 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:48:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003059 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:48:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002472 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:48:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002492 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:48:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002110 [API:8081]10.0.0.249 - - [2025-09-11 02:48:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017210 [API:8081]10.0.0.249 - - [2025-09-11 02:48:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.018229 [API:8081]10.0.0.249 - - [2025-09-11 02:48:20] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912:ctest-SecurityGroupBasicRegressionTests1Ipv6-21639912-56415930?flat HTTP/1.1" 200 8800 0.013774 [API:8081]10.0.0.249 - - [2025-09-11 02:48:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008094 [API:8081]10.0.0.249 - - [2025-09-11 02:48:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.249 - - [2025-09-11 02:48:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1286 0.061711 [API:8081]10.0.0.249 - - [2025-09-11 02:49:09] "GET /analytics HTTP/1.1" 401 206 0.000394 [API:8081]10.0.0.249 - - [2025-09-11 02:49:09] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.249 - - [2025-09-11 02:49:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:8b944123-350f-4d30-9d7c-691da40b7175?flat HTTP/1.1" 200 5813 0.053758 [API:8081]10.0.0.249 - - [2025-09-11 02:49:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:8b944123-350f-4d30-9d7c-691da40b7175?flat HTTP/1.1" 200 5813 0.062163 [API:8081]10.0.0.249 - - [2025-09-11 02:49:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:8b944123-350f-4d30-9d7c-691da40b7175?flat HTTP/1.1" 200 5813 0.016333 [API:8081]10.0.0.249 - - [2025-09-11 02:49:13] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679-93822568?flat HTTP/1.1" 200 10290 0.019605 [API:8081]10.0.0.249 - - [2025-09-11 02:49:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.023383 [API:8081]10.0.0.249 - - [2025-09-11 02:49:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.021512 [API:8081]10.0.0.249 - - [2025-09-11 02:49:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008119 [API:8081]10.0.0.22 - - [2025-09-11 02:49:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052981 [API:8081]10.0.0.249 - - [2025-09-11 02:49:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.016392 [API:8081]10.0.0.249 - - [2025-09-11 02:49:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017264 [API:8081]10.0.0.22 - - [2025-09-11 02:49:38] "GET /analytics HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.22 - - [2025-09-11 02:49:38] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.49 - - [2025-09-11 02:49:39] "GET /analytics HTTP/1.1" 401 206 0.000220 [API:8081]10.0.0.49 - - [2025-09-11 02:49:39] "GET /analytics HTTP/1.1" 401 206 0.000125 [API:8081]10.0.0.249 - - [2025-09-11 02:49:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.017366 [API:8081]10.0.0.249 - - [2025-09-11 02:49:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.018139 [API:8081]10.0.0.249 - - [2025-09-11 02:49:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.034895 [API:8081]10.0.0.249 - - [2025-09-11 02:49:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.027661 [API:8081]10.0.0.249 - - [2025-09-11 02:49:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.022759 [API:8081]10.0.0.249 - - [2025-09-11 02:49:52] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679:ctest-SecurityGroupBasicRegressionTests1_contrail-99915679-93822568?flat HTTP/1.1" 200 8430 0.012003 [API:8081]10.0.0.249 - - [2025-09-11 02:49:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008373 [API:8081]10.0.0.249 - - [2025-09-11 02:50:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.249 - - [2025-09-11 02:50:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1250 0.054340 [API:8081]10.0.0.22 - - [2025-09-11 02:50:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.053604 [API:8081]10.0.0.249 - - [2025-09-11 02:50:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:91488f14-04eb-4b66-8329-a0f1736db7d7?flat HTTP/1.1" 200 5677 0.052776 [API:8081]10.0.0.249 - - [2025-09-11 02:50:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:91488f14-04eb-4b66-8329-a0f1736db7d7?flat HTTP/1.1" 200 5677 0.014741 [API:8081]10.0.0.249 - - [2025-09-11 02:50:49] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:91488f14-04eb-4b66-8329-a0f1736db7d7?flat HTTP/1.1" 200 5677 0.054974 [API:8081]10.0.0.249 - - [2025-09-11 02:50:49] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:ctest-SecurityGroupBasicRegressionTests1-00517784-58700791?flat HTTP/1.1" 200 4187 0.020312 [API:8081]10.0.0.249 - - [2025-09-11 02:50:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.049365 [API:8081]10.0.0.249 - - [2025-09-11 02:50:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.029201 [API:8081]10.0.0.249 - - [2025-09-11 02:50:49] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009140 [API:8081]10.0.0.249 - - [2025-09-11 02:51:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.017543 [API:8081]10.0.0.22 - - [2025-09-11 02:51:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.146106 [API:8081]10.0.0.49 - - [2025-09-11 02:51:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.143388 [API:8081]10.0.0.22 - - [2025-09-11 02:51:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.065691 [API:8081]10.0.0.49 - - [2025-09-11 02:51:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.120753 [API:8081]10.0.0.249 - - [2025-09-11 02:51:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.157748 [API:8081]10.0.0.249 - - [2025-09-11 02:51:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.029126 [API:8081]10.0.0.249 - - [2025-09-11 02:51:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.127327 [API:8081]10.0.0.249 - - [2025-09-11 02:51:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017503 [API:8081]10.0.0.249 - - [2025-09-11 02:51:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.017103 [API:8081]10.0.0.249 - - [2025-09-11 02:51:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24642 0.018789 [API:8081]10.0.0.249 - - [2025-09-11 02:51:21] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-00517784:ctest-SecurityGroupBasicRegressionTests1-00517784-58700791?flat HTTP/1.1" 200 7951 0.012256 [API:8081]10.0.0.249 - - [2025-09-11 02:51:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007761 [API:8081]10.0.0.249 - - [2025-09-11 02:51:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.249 - - [2025-09-11 02:51:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1347 0.050565 [API:8081]10.0.0.249 - - [2025-09-11 02:51:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.048950 [API:8081]10.0.0.249 - - [2025-09-11 02:51:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1775 0.050976 [API:8081]10.0.0.249 - - [2025-09-11 02:51:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.009841 [API:8081]10.0.0.249 - - [2025-09-11 02:51:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1345 0.008647 [API:8081]10.0.0.249 - - [2025-09-11 02:51:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.008464 [API:8081]10.0.0.249 - - [2025-09-11 02:51:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1785 0.008214 [API:8081]10.0.0.249 - - [2025-09-11 02:51:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2012 0.008570 [API:8081]10.0.0.249 - - [2025-09-11 02:52:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.249 - - [2025-09-11 02:52:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.050177 [API:8081]10.0.0.249 - - [2025-09-11 02:52:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1349 0.062799 [API:8081]10.0.0.249 - - [2025-09-11 02:52:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1568 0.051020 [API:8081]10.0.0.249 - - [2025-09-11 02:52:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.015271 [API:8081]10.0.0.249 - - [2025-09-11 02:52:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1345 0.007870 [API:8081]10.0.0.249 - - [2025-09-11 02:52:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.008346 [API:8081]10.0.0.22 - - [2025-09-11 02:52:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.087217 [API:8081]10.0.0.249 - - [2025-09-11 02:52:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.249 - - [2025-09-11 02:52:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.051412 [API:8081]10.0.0.249 - - [2025-09-11 02:52:41] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1337 0.047539 [API:8081]10.0.0.249 - - [2025-09-11 02:52:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1548 0.047758 [API:8081]10.0.0.249 - - [2025-09-11 02:52:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.007879 [API:8081]10.0.0.249 - - [2025-09-11 02:52:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1337 0.009625 [API:8081]10.0.0.249 - - [2025-09-11 02:52:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1548 0.008317 [API:8081]10.0.0.249 - - [2025-09-11 02:52:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1769 0.008180 [API:8081]10.0.0.249 - - [2025-09-11 02:52:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1992 0.016446 [API:8081]10.0.0.249 - - [2025-09-11 02:53:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2025-09-11 02:53:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1134 0.051441 [API:8081]10.0.0.249 - - [2025-09-11 02:53:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1351 0.054676 [API:8081]10.0.0.249 - - [2025-09-11 02:53:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.117398 [API:8081]10.0.0.249 - - [2025-09-11 02:53:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1805 0.008548 [API:8081]10.0.0.249 - - [2025-09-11 02:53:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2040 0.008600 [API:8081]10.0.0.22 - - [2025-09-11 02:53:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.054847 [API:8081]10.0.0.22 - - [2025-09-11 02:55:34] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056536 [API:8081]10.0.0.22 - - [2025-09-11 02:56:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.170782 [API:8081]10.0.0.49 - - [2025-09-11 02:56:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.236306 [API:8081]10.0.0.22 - - [2025-09-11 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.375286 [API:8081]10.0.0.49 - - [2025-09-11 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.381940 [API:8081]10.0.0.249 - - [2025-09-11 02:56:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.169977 [API:8081]10.0.0.249 - - [2025-09-11 02:56:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.289580 [API:8081]10.0.0.249 - - [2025-09-11 02:56:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2025-09-11 02:56:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1130 0.046879 [API:8081]10.0.0.249 - - [2025-09-11 02:56:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.056062 [API:8081]10.0.0.22 - - [2025-09-11 02:56:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.068799 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:58:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002522 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:58:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002502 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:58:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002412 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:58:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002881 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 02:58:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002068 [API:8081]10.0.0.22 - - [2025-09-11 02:58:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052289 [API:8081]10.0.0.249 - - [2025-09-11 02:59:09] "GET /analytics HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.249 - - [2025-09-11 02:59:09] "GET /analytics HTTP/1.1" 401 206 0.000178 [API:8081]10.0.0.22 - - [2025-09-11 02:59:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.051849 [API:8081]10.0.0.22 - - [2025-09-11 02:59:39] "GET /analytics HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.22 - - [2025-09-11 02:59:39] "GET /analytics HTTP/1.1" 401 206 0.000124 [API:8081]10.0.0.49 - - [2025-09-11 02:59:39] "GET /analytics HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.49 - - [2025-09-11 02:59:39] "GET /analytics HTTP/1.1" 401 206 0.000139 [API:8081]10.0.0.22 - - [2025-09-11 03:01:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.151733 [API:8081]10.0.0.49 - - [2025-09-11 03:01:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.138635 [API:8081]10.0.0.49 - - [2025-09-11 03:01:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.122501 [API:8081]10.0.0.22 - - [2025-09-11 03:01:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.158899 [API:8081]10.0.0.249 - - [2025-09-11 03:01:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.151961 [API:8081]10.0.0.249 - - [2025-09-11 03:01:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.252194 [API:8081]10.0.0.22 - - [2025-09-11 03:01:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056705 [API:8081]10.0.0.22 - - [2025-09-11 03:02:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.055851 [API:8081]10.0.0.22 - - [2025-09-11 03:04:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061388 [API:8081]10.0.0.249 - - [2025-09-11 03:05:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.249 - - [2025-09-11 03:05:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.074717 [API:8081]10.0.0.249 - - [2025-09-11 03:05:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.249 - - [2025-09-11 03:05:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1142 0.077265 [API:8081]10.0.0.22 - - [2025-09-11 03:05:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.091171 [API:8081]10.0.0.22 - - [2025-09-11 03:06:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.186270 [API:8081]10.0.0.49 - - [2025-09-11 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.531617 [API:8081]10.0.0.22 - - [2025-09-11 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.433016 [API:8081]10.0.0.49 - - [2025-09-11 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.507755 [API:8081]10.0.0.249 - - [2025-09-11 03:06:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.241666 [API:8081]10.0.0.249 - - [2025-09-11 03:06:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.476118 [API:8081]10.0.0.249 - - [2025-09-11 03:06:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.249 - - [2025-09-11 03:06:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.057959 [API:8081]10.0.0.22 - - [2025-09-11 03:07:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057505 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:08:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002733 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:08:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002816 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:08:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002720 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:08:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002849 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:08:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002214 [API:8081]10.0.0.22 - - [2025-09-11 03:08:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.059047 [API:8081]10.0.0.249 - - [2025-09-11 03:08:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-01056498:4fa46218-017b-4dac-bfbe-31bcd2fd65ec?flat HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.249 - - [2025-09-11 03:08:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-01056498:4fa46218-017b-4dac-bfbe-31bcd2fd65ec?flat HTTP/1.1" 200 5260 0.057092 [API:8081]10.0.0.249 - - [2025-09-11 03:08:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-01056498:4fa46218-017b-4dac-bfbe-31bcd2fd65ec?flat HTTP/1.1" 200 5260 0.059449 [API:8081]10.0.0.249 - - [2025-09-11 03:08:55] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-01056498:4fa46218-017b-4dac-bfbe-31bcd2fd65ec?flat HTTP/1.1" 200 5260 0.052543 [API:8081]10.0.0.249 - - [2025-09-11 03:08:55] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-01056498:ctest-random-77249728?flat HTTP/1.1" 200 7980 0.013499 [API:8081]10.0.0.249 - - [2025-09-11 03:08:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.017649 [API:8081]10.0.0.249 - - [2025-09-11 03:08:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.024469 [API:8081]10.0.0.249 - - [2025-09-11 03:08:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008431 [API:8081]10.0.0.249 - - [2025-09-11 03:08:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.009461 [API:8081]10.0.0.249 - - [2025-09-11 03:08:59] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.027784 [API:8081]10.0.0.249 - - [2025-09-11 03:09:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.017644 [API:8081]10.0.0.249 - - [2025-09-11 03:09:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.018952 [API:8081]10.0.0.249 - - [2025-09-11 03:09:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.019861 [API:8081]10.0.0.249 - - [2025-09-11 03:09:09] "GET /analytics HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.249 - - [2025-09-11 03:09:09] "GET /analytics HTTP/1.1" 401 206 0.000214 [API:8081]10.0.0.249 - - [2025-09-11 03:09:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24645 0.020902 [API:8081]10.0.0.249 - - [2025-09-11 03:09:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.020278 [API:8081]10.0.0.249 - - [2025-09-11 03:09:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24647 0.025723 [API:8081]10.0.0.249 - - [2025-09-11 03:09:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24648 0.020542 [API:8081]10.0.0.249 - - [2025-09-11 03:09:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-01056498:ctest-random-77249728?flat HTTP/1.1" 200 6270 0.013661 [API:8081]10.0.0.249 - - [2025-09-11 03:09:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008394 [API:8081]10.0.0.22 - - [2025-09-11 03:09:39] "GET /analytics HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.22 - - [2025-09-11 03:09:39] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.49 - - [2025-09-11 03:09:39] "GET /analytics HTTP/1.1" 401 206 0.000214 [API:8081]10.0.0.49 - - [2025-09-11 03:09:39] "GET /analytics HTTP/1.1" 401 206 0.000138 [API:8081]10.0.0.22 - - [2025-09-11 03:10:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063686 [API:8081]10.0.0.249 - - [2025-09-11 03:10:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2025-09-11 03:10:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.056091 [API:8081]10.0.0.22 - - [2025-09-11 03:11:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.155096 [API:8081]10.0.0.49 - - [2025-09-11 03:11:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.144049 [API:8081]10.0.0.49 - - [2025-09-11 03:11:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.133218 [API:8081]10.0.0.22 - - [2025-09-11 03:11:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.179584 [API:8081]10.0.0.249 - - [2025-09-11 03:11:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.163043 [API:8081]10.0.0.249 - - [2025-09-11 03:11:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.143637 [API:8081]10.0.0.22 - - [2025-09-11 03:11:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.073191 [API:8081]10.0.0.22 - - [2025-09-11 03:13:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.099963 [API:8081]10.0.0.249 - - [2025-09-11 03:13:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.249 - - [2025-09-11 03:13:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.063436 [API:8081]10.0.0.22 - - [2025-09-11 03:14:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.062601 [API:8081]10.0.0.249 - - [2025-09-11 03:16:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.249 - - [2025-09-11 03:16:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.049943 [API:8081]10.0.0.22 - - [2025-09-11 03:16:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.169596 [API:8081]10.0.0.49 - - [2025-09-11 03:16:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.137378 [API:8081]10.0.0.22 - - [2025-09-11 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.281399 [API:8081]10.0.0.49 - - [2025-09-11 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.314710 [API:8081]10.0.0.249 - - [2025-09-11 03:16:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.176674 [API:8081]10.0.0.249 - - [2025-09-11 03:16:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.198344 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:33] "POST /analytics/query HTTP/1.1" 202 179 0.022873 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:33] "GET /analytics/query/b7c18f2d-8ebd-11f0-8bf6-00000a0000f9 HTTP/1.1" 200 221 0.003192 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:33] "GET /analytics/query/b7c18f2d-8ebd-11f0-8bf6-00000a0000f9 HTTP/1.1" 200 221 0.002430 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:34] "GET /analytics/query/b7c18f2d-8ebd-11f0-8bf6-00000a0000f9 HTTP/1.1" 200 338 0.002257 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:34] "GET /analytics/query/b7c18f2d-8ebd-11f0-8bf6-00000a0000f9/chunk-final/0 HTTP/1.1" 200 854 0.002042 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:34] "POST /analytics/query HTTP/1.1" 202 179 0.004927 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:34] "GET /analytics/query/b8ca3717-8ebd-11f0-92dd-00000a0000f9 HTTP/1.1" 200 221 0.006972 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:35] "GET /analytics/query/b8ca3717-8ebd-11f0-92dd-00000a0000f9 HTTP/1.1" 200 221 0.002063 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:35] "GET /analytics/query/b8ca3717-8ebd-11f0-92dd-00000a0000f9 HTTP/1.1" 200 338 0.001931 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:35] "GET /analytics/query/b8ca3717-8ebd-11f0-92dd-00000a0000f9/chunk-final/0 HTTP/1.1" 200 854 0.002038 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:36] "POST /analytics/query HTTP/1.1" 202 179 0.005017 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:36] "GET /analytics/query/b9c8b356-8ebd-11f0-bbad-00000a0000f9 HTTP/1.1" 200 221 0.001870 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:37] "GET /analytics/query/b9c8b356-8ebd-11f0-bbad-00000a0000f9 HTTP/1.1" 200 339 0.002091 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:37] "GET /analytics/query/b9c8b356-8ebd-11f0-bbad-00000a0000f9/chunk-final/0 HTTP/1.1" 200 21889 0.003596 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:37] "POST /analytics/query HTTP/1.1" 202 179 0.005612 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:37] "GET /analytics/query/ba7a82cc-8ebd-11f0-88ee-00000a0000f9 HTTP/1.1" 200 221 0.006599 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:38] "GET /analytics/query/ba7a82cc-8ebd-11f0-88ee-00000a0000f9 HTTP/1.1" 200 339 0.001960 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:38] "GET /analytics/query/ba7a82cc-8ebd-11f0-88ee-00000a0000f9/chunk-final/0 HTTP/1.1" 200 23898 0.003245 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:39] "POST /analytics/query HTTP/1.1" 202 179 0.009545 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:39] "GET /analytics/query/bb410a56-8ebd-11f0-a5f8-00000a0000f9 HTTP/1.1" 200 221 0.003582 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:39] "GET /analytics/query/bb410a56-8ebd-11f0-a5f8-00000a0000f9 HTTP/1.1" 200 221 0.002012 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:40] "GET /analytics/query/bb410a56-8ebd-11f0-a5f8-00000a0000f9 HTTP/1.1" 200 339 0.002228 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:40] "GET /analytics/query/bb410a56-8ebd-11f0-a5f8-00000a0000f9/chunk-final/0 HTTP/1.1" 200 10460 0.002752 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:43] "GET /analytics/tables HTTP/1.1" 200 27988 0.002393 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:44] "POST /analytics/query HTTP/1.1" 202 179 0.046146 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:44] "GET /analytics/query/be390023-8ebd-11f0-9741-00000a0000f9 HTTP/1.1" 200 221 0.002484 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:44] "GET /analytics/query/be390023-8ebd-11f0-9741-00000a0000f9 HTTP/1.1" 200 340 0.001981 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:44] "GET /analytics/query/be390023-8ebd-11f0-9741-00000a0000f9/chunk-final/0 HTTP/1.1" 200 325022 0.015960 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:45] "GET /analytics/tables HTTP/1.1" 200 27988 0.002602 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:45] "GET /analytics/tables HTTP/1.1" 200 27988 0.002700 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:46] "POST /analytics/query HTTP/1.1" 202 179 0.021405 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:46] "GET /analytics/query/bf6b4006-8ebd-11f0-aaaf-00000a0000f9 HTTP/1.1" 200 221 0.007007 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:46] "GET /analytics/query/bf6b4006-8ebd-11f0-aaaf-00000a0000f9 HTTP/1.1" 200 338 0.001796 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:46] "GET /analytics/query/bf6b4006-8ebd-11f0-aaaf-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001839 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:46] "POST /analytics/query HTTP/1.1" 202 179 0.005169 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:46] "GET /analytics/query/bfc021b5-8ebd-11f0-84b8-00000a0000f9 HTTP/1.1" 200 221 0.004249 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:47] "GET /analytics/query/bfc021b5-8ebd-11f0-84b8-00000a0000f9 HTTP/1.1" 200 338 0.001883 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:47] "GET /analytics/query/bfc021b5-8ebd-11f0-84b8-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001746 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:47] "POST /analytics/query HTTP/1.1" 202 179 0.004709 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:47] "GET /analytics/query/c0139521-8ebd-11f0-a629-00000a0000f9 HTTP/1.1" 200 221 0.003951 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:47] "GET /analytics/query/c0139521-8ebd-11f0-a629-00000a0000f9 HTTP/1.1" 200 338 0.002054 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:47] "GET /analytics/query/c0139521-8ebd-11f0-a629-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001580 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:47] "POST /analytics/query HTTP/1.1" 202 179 0.024672 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:47] "GET /analytics/query/c0662875-8ebd-11f0-9176-00000a0000f9 HTTP/1.1" 200 221 0.006234 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:48] "GET /analytics/query/c0662875-8ebd-11f0-9176-00000a0000f9 HTTP/1.1" 200 338 0.001926 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:48] "GET /analytics/query/c0662875-8ebd-11f0-9176-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001659 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:48] "POST /analytics/query HTTP/1.1" 202 179 0.004906 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:48] "GET /analytics/query/c0ba9756-8ebd-11f0-a142-00000a0000f9 HTTP/1.1" 200 221 0.002892 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:48] "GET /analytics/query/c0ba9756-8ebd-11f0-a142-00000a0000f9 HTTP/1.1" 200 338 0.002640 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:48] "GET /analytics/query/c0ba9756-8ebd-11f0-a142-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001806 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:48] "POST /analytics/query HTTP/1.1" 202 179 0.004514 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:48] "GET /analytics/query/c10b95c0-8ebd-11f0-b333-00000a0000f9 HTTP/1.1" 200 221 0.009806 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:49] "GET /analytics/query/c10b95c0-8ebd-11f0-b333-00000a0000f9 HTTP/1.1" 200 338 0.002270 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:49] "GET /analytics/query/c10b95c0-8ebd-11f0-b333-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002410 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:49] "POST /analytics/query HTTP/1.1" 202 179 0.023830 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:49] "GET /analytics/query/c15d47cf-8ebd-11f0-9431-00000a0000f9 HTTP/1.1" 200 221 0.001857 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:49] "GET /analytics/query/c15d47cf-8ebd-11f0-9431-00000a0000f9 HTTP/1.1" 200 338 0.002194 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:49] "GET /analytics/query/c15d47cf-8ebd-11f0-9431-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002815 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:49] "POST /analytics/query HTTP/1.1" 202 179 0.004985 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:49] "GET /analytics/query/c1b16b3a-8ebd-11f0-8e15-00000a0000f9 HTTP/1.1" 200 221 0.004044 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:50] "GET /analytics/query/c1b16b3a-8ebd-11f0-8e15-00000a0000f9 HTTP/1.1" 200 338 0.004048 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:50] "GET /analytics/query/c1b16b3a-8ebd-11f0-8e15-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.003764 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:50] "POST /analytics/query HTTP/1.1" 202 179 0.011005 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:50] "GET /analytics/query/c2052a9f-8ebd-11f0-9c9b-00000a0000f9 HTTP/1.1" 200 221 0.003219 [API:8081]10.0.0.22 - - [2025-09-11 03:16:50] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057288 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:50] "GET /analytics/query/c2052a9f-8ebd-11f0-9c9b-00000a0000f9 HTTP/1.1" 200 338 0.002236 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:50] "GET /analytics/query/c2052a9f-8ebd-11f0-9c9b-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002909 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:50] "POST /analytics/query HTTP/1.1" 202 179 0.003943 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:50] "GET /analytics/query/c257a245-8ebd-11f0-a553-00000a0000f9 HTTP/1.1" 200 221 0.003242 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:51] "GET /analytics/query/c257a245-8ebd-11f0-a553-00000a0000f9 HTTP/1.1" 200 338 0.001953 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:51] "GET /analytics/query/c257a245-8ebd-11f0-a553-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.002163 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:51] "POST /analytics/query HTTP/1.1" 202 179 0.005331 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:51] "GET /analytics/query/c2ab3304-8ebd-11f0-8522-00000a0000f9 HTTP/1.1" 200 221 0.002806 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:51] "GET /analytics/query/c2ab3304-8ebd-11f0-8522-00000a0000f9 HTTP/1.1" 200 338 0.001781 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:51] "GET /analytics/query/c2ab3304-8ebd-11f0-8522-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001913 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:51] "POST /analytics/query HTTP/1.1" 202 179 0.004382 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:51] "GET /analytics/query/c2fbd830-8ebd-11f0-883c-00000a0000f9 HTTP/1.1" 200 221 0.001683 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:52] "GET /analytics/query/c2fbd830-8ebd-11f0-883c-00000a0000f9 HTTP/1.1" 200 338 0.002102 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:52] "GET /analytics/query/c2fbd830-8ebd-11f0-883c-00000a0000f9/chunk-final/0 HTTP/1.1" 200 145 0.001809 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:53] "GET /analytics/tables HTTP/1.1" 200 27988 0.002952 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:53] "GET /analytics/tables HTTP/1.1" 200 27988 0.002367 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:53] "POST /analytics/query HTTP/1.1" 202 179 0.006629 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:53] "GET /analytics/query/c410cfc7-8ebd-11f0-b231-00000a0000f9 HTTP/1.1" 200 221 0.005700 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:54] "GET /analytics/query/c410cfc7-8ebd-11f0-b231-00000a0000f9 HTTP/1.1" 200 340 0.002297 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:54] "GET /analytics/query/c410cfc7-8ebd-11f0-b231-00000a0000f9/chunk-final/0 HTTP/1.1" 200 1505283 0.021913 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:54] "POST /analytics/query HTTP/1.1" 202 179 0.005021 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:54] "GET /analytics/query/c46d7e41-8ebd-11f0-bf09-00000a0000f9 HTTP/1.1" 200 221 0.001929 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:54] "GET /analytics/query/c46d7e41-8ebd-11f0-bf09-00000a0000f9 HTTP/1.1" 200 340 0.001983 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:54] "GET /analytics/query/c46d7e41-8ebd-11f0-bf09-00000a0000f9/chunk-final/0 HTTP/1.1" 200 1506648 0.015965 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:55] "GET /analytics/tables HTTP/1.1" 200 27988 0.002428 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:56] "GET /analytics/tables HTTP/1.1" 200 27988 0.002311 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:57] "GET /analytics/tables HTTP/1.1" 200 27988 0.002513 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:57] "GET /analytics/tables HTTP/1.1" 200 27988 0.002323 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:58] "GET /analytics/tables HTTP/1.1" 200 27988 0.002184 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:58] "POST /analytics/query HTTP/1.1" 202 179 0.004475 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:58] "GET /analytics/query/c6d0fc69-8ebd-11f0-bb88-00000a0000f9 HTTP/1.1" 200 221 0.003933 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:58] "GET /analytics/query/c6d0fc69-8ebd-11f0-bb88-00000a0000f9 HTTP/1.1" 200 339 0.002815 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:58] "GET /analytics/query/c6d0fc69-8ebd-11f0-bb88-00000a0000f9/chunk-final/0 HTTP/1.1" 200 65869 0.006038 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:59] "GET /analytics/tables HTTP/1.1" 200 27988 0.002180 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:59] "POST /analytics/query HTTP/1.1" 202 179 0.004015 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:16:59] "GET /analytics/query/c781eb2c-8ebd-11f0-8147-00000a0000f9 HTTP/1.1" 200 221 0.001657 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:00] "GET /analytics/query/c781eb2c-8ebd-11f0-8147-00000a0000f9 HTTP/1.1" 200 341 0.002063 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:00] "GET /analytics/query/c781eb2c-8ebd-11f0-8147-00000a0000f9/chunk-final/0 HTTP/1.1" 200 896472 0.034396 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:00] "GET /analytics/tables HTTP/1.1" 200 27988 0.002794 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:01] "GET /analytics/tables HTTP/1.1" 200 27988 0.002470 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:04] "GET /analytics/tables HTTP/1.1" 200 27988 0.002901 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:05] "GET /analytics/tables HTTP/1.1" 200 27988 0.002853 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:06] "POST /analytics/query HTTP/1.1" 200 2322 1.010730 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:07] "GET /analytics/tables HTTP/1.1" 200 27988 0.003412 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:07] "GET /analytics/tables HTTP/1.1" 200 27988 0.002527 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:08] "GET /analytics/tables HTTP/1.1" 200 27988 0.002353 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:09] "GET /analytics/tables HTTP/1.1" 200 27988 0.002379 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:10] "GET /analytics/tables HTTP/1.1" 200 27988 0.002238 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:10] "GET /analytics/tables HTTP/1.1" 200 27988 0.002398 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:11] "GET /analytics/tables HTTP/1.1" 200 27988 0.002873 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:12] "POST /analytics/query HTTP/1.1" 200 141439 1.018743 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:13] "GET /analytics/tables HTTP/1.1" 200 27988 0.002269 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:13] "GET /analytics/tables HTTP/1.1" 200 27988 0.002138 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:14] "GET /analytics/tables HTTP/1.1" 200 27988 0.002842 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:15] "GET /analytics/tables HTTP/1.1" 200 27988 0.002375 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:15] "GET /analytics/tables HTTP/1.1" 200 27988 0.002219 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:16] "GET /analytics/tables HTTP/1.1" 200 27988 0.002618 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:17:17] "GET /analytics/tables HTTP/1.1" 200 27988 0.002821 [API:8081]10.0.0.249 - - [2025-09-11 03:17:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.249 - - [2025-09-11 03:17:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1164 0.056362 [API:8081]10.0.0.22 - - [2025-09-11 03:17:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.069060 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:18:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003456 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:18:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.013927 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:18:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004414 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:18:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.007518 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:18:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.002691 [API:8081]10.0.0.249 - - [2025-09-11 03:18:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.103202 [API:8081]10.0.0.249 - - [2025-09-11 03:18:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.009812 [API:8081]10.0.0.249 - - [2025-09-11 03:18:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.071509 [API:8081]10.0.0.249 - - [2025-09-11 03:19:09] "GET /analytics HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.249 - - [2025-09-11 03:19:09] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.22 - - [2025-09-11 03:19:39] "GET /analytics HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.22 - - [2025-09-11 03:19:39] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.49 - - [2025-09-11 03:19:39] "GET /analytics HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.49 - - [2025-09-11 03:19:39] "GET /analytics HTTP/1.1" 401 206 0.000123 [API:8081]10.0.0.22 - - [2025-09-11 03:19:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060218 [API:8081]10.0.0.22 - - [2025-09-11 03:20:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.059450 [API:8081]10.0.0.22 - - [2025-09-11 03:21:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.202494 [API:8081]10.0.0.49 - - [2025-09-11 03:21:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.165691 [API:8081]10.0.0.49 - - [2025-09-11 03:21:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.013354 [API:8081]10.0.0.22 - - [2025-09-11 03:21:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.088794 [API:8081]10.0.0.249 - - [2025-09-11 03:21:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.153332 [API:8081]10.0.0.249 - - [2025-09-11 03:21:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.193732 [API:8081]10.0.0.249 - - [2025-09-11 03:22:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000216 [API:8081]10.0.0.249 - - [2025-09-11 03:22:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1863 0.052186 [API:8081]10.0.0.22 - - [2025-09-11 03:22:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.069064 [API:8081]10.0.0.249 - - [2025-09-11 03:23:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-67771415:30e9d87c-e3e3-4bec-af07-c7c3d4bee757?flat HTTP/1.1" 200 5200 0.077356 [API:8081]10.0.0.249 - - [2025-09-11 03:23:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-67771415:30e9d87c-e3e3-4bec-af07-c7c3d4bee757?flat HTTP/1.1" 200 5200 0.018084 [API:8081]10.0.0.249 - - [2025-09-11 03:23:14] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-67771415:30e9d87c-e3e3-4bec-af07-c7c3d4bee757?flat HTTP/1.1" 200 5200 0.052767 [API:8081]10.0.0.249 - - [2025-09-11 03:23:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-67771415:EVPN-VN1?flat HTTP/1.1" 200 7686 0.013433 [API:8081]10.0.0.249 - - [2025-09-11 03:23:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25588 0.017690 [API:8081]10.0.0.249 - - [2025-09-11 03:23:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25588 0.023024 [API:8081]10.0.0.249 - - [2025-09-11 03:23:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.008290 [API:8081]10.0.0.249 - - [2025-09-11 03:23:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25588 0.018068 [API:8081]10.0.0.249 - - [2025-09-11 03:23:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25588 0.016762 [API:8081]10.0.0.249 - - [2025-09-11 03:23:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-67771415:EVPN-VN1?flat HTTP/1.1" 200 5990 0.011574 [API:8081]10.0.0.249 - - [2025-09-11 03:23:20] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.008203 [API:8081]10.0.0.22 - - [2025-09-11 03:23:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.105426 [API:8081]10.0.0.249 - - [2025-09-11 03:25:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-98540101:fb0de6df-f00c-496d-b484-da9a9a391a47?flat HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.249 - - [2025-09-11 03:25:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-98540101:fb0de6df-f00c-496d-b484-da9a9a391a47?flat HTTP/1.1" 200 5320 0.475706 [API:8081]10.0.0.249 - - [2025-09-11 03:25:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-98540101:fb0de6df-f00c-496d-b484-da9a9a391a47?flat HTTP/1.1" 200 5320 0.158063 [API:8081]10.0.0.249 - - [2025-09-11 03:25:46] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-98540101:fb0de6df-f00c-496d-b484-da9a9a391a47?flat HTTP/1.1" 200 5320 0.060358 [API:8081]10.0.0.249 - - [2025-09-11 03:25:46] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-62191288:ctest-TestRbac-62191288-98140342?flat HTTP/1.1" 200 3949 0.054291 [API:8081]10.0.0.249 - - [2025-09-11 03:25:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.079639 [API:8081]10.0.0.249 - - [2025-09-11 03:25:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.137874 [API:8081]10.0.0.249 - - [2025-09-11 03:25:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.249 - - [2025-09-11 03:25:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.094843 [API:8081]10.0.0.249 - - [2025-09-11 03:25:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.036053 [API:8081]10.0.0.249 - - [2025-09-11 03:25:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.119027 [API:8081]10.0.0.249 - - [2025-09-11 03:25:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.056523 [API:8081]10.0.0.249 - - [2025-09-11 03:25:48] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.044899 [API:8081]10.0.0.249 - - [2025-09-11 03:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.076402 [API:8081]10.0.0.249 - - [2025-09-11 03:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.124570 [API:8081]10.0.0.249 - - [2025-09-11 03:25:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.019573 [API:8081]10.0.0.249 - - [2025-09-11 03:25:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.069547 [API:8081]10.0.0.22 - - [2025-09-11 03:25:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051996 [API:8081]10.0.0.249 - - [2025-09-11 03:25:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.016777 [API:8081]10.0.0.249 - - [2025-09-11 03:26:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.031361 [API:8081]10.0.0.249 - - [2025-09-11 03:26:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.017067 [API:8081]10.0.0.249 - - [2025-09-11 03:26:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.018962 [API:8081]10.0.0.22 - - [2025-09-11 03:26:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.171406 [API:8081]10.0.0.49 - - [2025-09-11 03:26:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.125129 [API:8081]10.0.0.22 - - [2025-09-11 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.258158 [API:8081]10.0.0.249 - - [2025-09-11 03:26:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24633 0.016103 [API:8081]10.0.0.49 - - [2025-09-11 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.284437 [API:8081]10.0.0.249 - - [2025-09-11 03:26:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.172416 [API:8081]10.0.0.249 - - [2025-09-11 03:26:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.148184 [API:8081]10.0.0.249 - - [2025-09-11 03:26:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.015912 [API:8081]10.0.0.249 - - [2025-09-11 03:26:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24635 0.017379 [API:8081]10.0.0.249 - - [2025-09-11 03:26:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-62191288:ctest-TestRbac-62191288-98140342?flat HTTP/1.1" 200 6495 0.012014 [API:8081]10.0.0.249 - - [2025-09-11 03:26:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.007926 [API:8081]10.0.0.249 - - [2025-09-11 03:26:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.249 - - [2025-09-11 03:26:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1907 0.050774 [API:8081]10.0.0.249 - - [2025-09-11 03:26:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1907 0.082415 [API:8081]10.0.0.249 - - [2025-09-11 03:26:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2154 0.128633 [API:8081]10.0.0.22 - - [2025-09-11 03:26:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.352907 [API:8081]10.0.0.249 - - [2025-09-11 03:27:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-70982756:3855961f-fd25-41d9-8348-1d65948b97e8?flat HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.249 - - [2025-09-11 03:27:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-70982756:3855961f-fd25-41d9-8348-1d65948b97e8?flat HTTP/1.1" 200 5400 0.116642 [API:8081]10.0.0.249 - - [2025-09-11 03:27:15] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-70982756:3855961f-fd25-41d9-8348-1d65948b97e8?flat HTTP/1.1" 200 5400 0.051454 [API:8081]10.0.0.249 - - [2025-09-11 03:27:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-70982756:3855961f-fd25-41d9-8348-1d65948b97e8?flat HTTP/1.1" 200 5400 0.053659 [API:8081]10.0.0.249 - - [2025-09-11 03:27:16] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70982756:ctest-TestRbacBasic-70982756-11118593?flat HTTP/1.1" 200 4148 0.051162 [API:8081]10.0.0.249 - - [2025-09-11 03:27:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.057575 [API:8081]10.0.0.249 - - [2025-09-11 03:27:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.070801 [API:8081]10.0.0.249 - - [2025-09-11 03:27:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017756 [API:8081]10.0.0.249 - - [2025-09-11 03:27:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.028079 [API:8081]10.0.0.249 - - [2025-09-11 03:27:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.071668 [API:8081]10.0.0.249 - - [2025-09-11 03:27:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017909 [API:8081]10.0.0.249 - - [2025-09-11 03:27:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.041384 [API:8081]10.0.0.249 - - [2025-09-11 03:27:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.051652 [API:8081]10.0.0.249 - - [2025-09-11 03:27:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.085508 [API:8081]10.0.0.249 - - [2025-09-11 03:27:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017899 [API:8081]10.0.0.249 - - [2025-09-11 03:27:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017725 [API:8081]10.0.0.249 - - [2025-09-11 03:27:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018899 [API:8081]10.0.0.249 - - [2025-09-11 03:27:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018072 [API:8081]10.0.0.249 - - [2025-09-11 03:27:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.024039 [API:8081]10.0.0.249 - - [2025-09-11 03:27:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018415 [API:8081]10.0.0.249 - - [2025-09-11 03:27:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.018185 [API:8081]10.0.0.249 - - [2025-09-11 03:27:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.017328 [API:8081]10.0.0.249 - - [2025-09-11 03:27:47] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.019433 [API:8081]10.0.0.249 - - [2025-09-11 03:27:47] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-70982756:ctest-TestRbacBasic-70982756-11118593?flat HTTP/1.1" 200 2250 0.010482 [API:8081]10.0.0.249 - - [2025-09-11 03:27:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009065 [Introspect:8090]10.0.0.249 - - [2025-09-11 03:27:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001063 [API:8081]10.0.0.249 - - [2025-09-11 03:28:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.249 - - [2025-09-11 03:28:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1871 0.069683 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:28:04] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003373 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:28:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.013541 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:28:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.007638 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:28:04] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4079-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 298 0.009103 [LOCAL API:8181]127.0.0.1 - - [2025-09-11 03:28:04] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 109 0.005425 [API:8081]10.0.0.22 - - [2025-09-11 03:29:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059678 [API:8081]10.0.0.249 - - [2025-09-11 03:29:09] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.249 - - [2025-09-11 03:29:09] "GET /analytics HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.249 - - [2025-09-11 03:29:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2082 0.065825 [API:8081]10.0.0.249 - - [2025-09-11 03:29:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2293 0.009848 [API:8081]10.0.0.22 - - [2025-09-11 03:29:39] "GET /analytics HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.22 - - [2025-09-11 03:29:39] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.49 - - [2025-09-11 03:29:39] "GET /analytics HTTP/1.1" 401 206 0.000219 [API:8081]10.0.0.49 - - [2025-09-11 03:29:39] "GET /analytics HTTP/1.1" 401 206 0.000167 [API:8081]10.0.0.22 - - [2025-09-11 03:30:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.064246 [API:8081]10.0.0.22 - - [2025-09-11 03:31:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.169261 [API:8081]10.0.0.49 - - [2025-09-11 03:31:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.141994 [API:8081]10.0.0.22 - - [2025-09-11 03:31:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.067329 [API:8081]10.0.0.49 - - [2025-09-11 03:31:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.116744 [API:8081]10.0.0.249 - - [2025-09-11 03:31:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.183354 [API:8081]10.0.0.249 - - [2025-09-11 03:31:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.172988 [API:8081]10.0.0.249 - - [2025-09-11 03:31:23] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-66717438:85d6d6d1-a491-41b8-b9e6-8f3c5852cb5f?flat HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.249 - - [2025-09-11 03:31:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-66717438:85d6d6d1-a491-41b8-b9e6-8f3c5852cb5f?flat HTTP/1.1" 200 5236 0.083436 [API:8081]10.0.0.249 - - [2025-09-11 03:31:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-66717438:85d6d6d1-a491-41b8-b9e6-8f3c5852cb5f?flat HTTP/1.1" 200 5236 0.073612 [API:8081]10.0.0.249 - - [2025-09-11 03:31:24] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-66717438:85d6d6d1-a491-41b8-b9e6-8f3c5852cb5f?flat HTTP/1.1" 200 5236 0.077163 [API:8081]10.0.0.249 - - [2025-09-11 03:31:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-66717438:ctest-vn-17066672?flat HTTP/1.1" 200 4006 0.013780 [API:8081]10.0.0.249 - - [2025-09-11 03:31:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.025781 [API:8081]10.0.0.249 - - [2025-09-11 03:31:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.020489 [API:8081]10.0.0.249 - - [2025-09-11 03:31:24] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 894 0.009137 [API:8081]10.0.0.249 - - [2025-09-11 03:31:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.035014 [API:8081]10.0.0.249 - - [2025-09-11 03:31:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.020230 [API:8081]10.0.0.249 - - [2025-09-11 03:31:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.020549 [API:8081]10.0.0.249 - - [2025-09-11 03:31:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.019009 [API:8081]10.0.0.249 - - [2025-09-11 03:31:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.019169 [API:8081]10.0.0.249 - - [2025-09-11 03:31:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.018402 [API:8081]10.0.0.249 - - [2025-09-11 03:31:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.019101 [API:8081]10.0.0.249 - - [2025-09-11 03:31:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.017920 [API:8081]10.0.0.249 - - [2025-09-11 03:31:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4079-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25592 0.028100 [API:8081]10.0.0.249 - - [2025-09-11 03:31:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-66717438:ctest-vn-17066672?flat HTTP/1.1" 200 6184 0.016991 [API:8081]10.0.0.249 - - [2025-09-11 03:31:52] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.011604 [API:8081]10.0.0.249 - - [2025-09-11 03:32:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.249 - - [2025-09-11 03:32:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2106 0.345606 [API:8081]10.0.0.22 - - [2025-09-11 03:32:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074667 [API:8081]10.0.0.249 - - [2025-09-11 03:32:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2106 0.066939 [API:8081]10.0.0.22 - - [2025-09-11 03:33:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.054186 [API:8081]10.0.0.249 - - [2025-09-11 03:34:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.249 - - [2025-09-11 03:34:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2098 0.060774 [API:8081]10.0.0.22 - - [2025-09-11 03:35:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054633 [API:8081]10.0.0.22 - - [2025-09-11 03:36:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2537 0.060680 [API:8081]10.0.0.22 - - [2025-09-11 03:36:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.280637 [API:8081]10.0.0.49 - - [2025-09-11 03:36:10] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.215027 [API:8081]10.0.0.22 - - [2025-09-11 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.379732 [API:8081]10.0.0.49 - - [2025-09-11 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.408617 [API:8081]10.0.0.249 - - [2025-09-11 03:36:11] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.257353 [API:8081]10.0.0.249 - - [2025-09-11 03:36:12] "GET /analytics/uves/bgp-peers HTTP/1.1" 200 2918 0.158820 [Introspect:8090]10.0.0.249 - - [2025-09-11 03:37:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3827 0.001051