++ 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 Nov 13 02:09:44 AM UTC 2025 ===================' INFO: =================== Thu Nov 13 02:09:44 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ head -n 1 +++ awk '{print $2}' +++ grep 'inet ' +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.141 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.141,10.0.0.56,10.0.0.61 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.141,10.0.0.56,10.0.0.61 ++ ANALYTICSDB_NODES=10.0.0.141,10.0.0.56,10.0.0.61 ++ ANALYTICS_SNMP_NODES=10.0.0.141,10.0.0.56,10.0.0.61 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8081 ' +++ '[' -n '10.0.0.141:8081 10.0.0.56:8081 10.0.0.61:8081 ' ']' +++ echo '10.0.0.141:8081 10.0.0.56:8081 10.0.0.61:8081' ++ ANALYTICS_SERVERS='10.0.0.141:8081 10.0.0.56:8081 10.0.0.61: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9042 ' +++ '[' -n '10.0.0.141:9042 10.0.0.56:9042 10.0.0.61:9042 ' ']' +++ echo '10.0.0.141:9042 10.0.0.56:9042 10.0.0.61:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.141:9042 10.0.0.56:9042 10.0.0.61:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141,10.0.0.56,10.0.0.61 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8086 ' +++ '[' -n '10.0.0.141:8086 10.0.0.56:8086 10.0.0.61:8086 ' ']' +++ echo '10.0.0.141:8086 10.0.0.56:8086 10.0.0.61:8086' ++ COLLECTOR_SERVERS='10.0.0.141:8086 10.0.0.56:8086 10.0.0.61: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.141,10.0.0.56,10.0.0.61 ++ CONFIGDB_NODES=10.0.0.141,10.0.0.56,10.0.0.61 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:8082 ' +++ '[' -n '10.0.0.141:8082 10.0.0.56:8082 10.0.0.61:8082 ' ']' +++ echo '10.0.0.141:8082 10.0.0.56:8082 10.0.0.61:8082' ++ CONFIG_SERVERS='10.0.0.141:8082 10.0.0.56:8082 10.0.0.61: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9161 ' +++ '[' -n '10.0.0.141:9161 10.0.0.56:9161 10.0.0.61:9161 ' ']' +++ echo '10.0.0.141:9161 10.0.0.56:9161 10.0.0.61:9161' ++ CONFIGDB_SERVERS='10.0.0.141:9161 10.0.0.56:9161 10.0.0.61: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9041 ' +++ '[' -n '10.0.0.141:9041 10.0.0.56:9041 10.0.0.61:9041 ' ']' +++ echo '10.0.0.141:9041 10.0.0.56:9041 10.0.0.61:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.141:9041 10.0.0.56:9041 10.0.0.61:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.25,10.20.0.193,10.20.0.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.193,10.20.0.254 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141,10.0.0.56,10.0.0.61 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:2181, +++ '[' -n 10.0.0.141:2181,10.0.0.56:2181,10.0.0.61:2181, ']' +++ echo 10.0.0.141:2181,10.0.0.56:2181,10.0.0.61:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181,10.0.0.56:2181,10.0.0.61: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:2181 ' +++ '[' -n '10.0.0.141:2181 10.0.0.56:2181 10.0.0.61:2181 ' ']' +++ echo '10.0.0.141:2181 10.0.0.56:2181 10.0.0.61:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.141:2181 10.0.0.56:2181 10.0.0.61:2181' ++ RABBITMQ_NODES=10.0.0.141,10.0.0.56,10.0.0.61 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+=10.0.0.56:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+=10.0.0.61:5673, +++ '[' -n 10.0.0.141:5673,10.0.0.56:5673,10.0.0.61:5673, ']' +++ echo 10.0.0.141:5673,10.0.0.56:5673,10.0.0.61:5673 ++ RABBITMQ_SERVERS=10.0.0.141:5673,10.0.0.56:5673,10.0.0.61: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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:6379 ' +++ '[' -n '10.0.0.141:6379 10.0.0.56:6379 10.0.0.61:6379 ' ']' +++ echo '10.0.0.141:6379 10.0.0.56:6379 10.0.0.61:6379' ++ REDIS_SERVERS='10.0.0.141:6379 10.0.0.56:6379 10.0.0.61: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.141,10.0.0.56,10.0.0.61 ++ 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.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.56 +++ local server_address=10.0.0.56 +++ extended_server_list+='10.0.0.56:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.61 +++ local server_address=10.0.0.61 +++ extended_server_list+='10.0.0.61:9092 ' +++ '[' -n '10.0.0.141:9092 10.0.0.56:9092 10.0.0.61:9092 ' ']' +++ echo '10.0.0.141:9092 10.0.0.56:9092 10.0.0.61:9092' ++ KAFKA_SERVERS='10.0.0.141:9092 10.0.0.56:9092 10.0.0.61: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.141 ++ 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.141,10.0.0.56,10.0.0.61 ++ 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.141,10.0.0.56,10.0.0.61 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_redis_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_analytics_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.141,10.0.0.56,10.0.0.61 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.141 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.141,10.0.0.56,10.0.0.61 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.141,10.0.0.56,10.0.0.61 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.141,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.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.141,10.20.0.25,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ echo 10.0.0.141 1 +++ return ++ local ip=10.0.0.141 ++ [[ -z 10.0.0.141 ]] ++ echo 10.0.0.141 + host_ip=10.0.0.141 + 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=__ ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ set -o posix ++ set ++ sort ++ cut -d = -f 1 ++ sed 's/^ANALYTICS_API__//g' + local vars= + local section= + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs analytics-api + local template=analytics-api ++ dirname /var/log/contrail/analytics-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/analytics-api + chmod 755 /var/log/contrail/analytics-api + mv -n '/var/log/contrail/*analytics-api.log*' /var/log/contrail/analytics-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/analytics-api + find /var/log/contrail/analytics-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-analytics-api -c /etc/contrail/contrail-analytics-api.conf -c /etc/contrail/contrail-keystone-auth.conf /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1017: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1028: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_v) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1033: SyntaxWarning: "is" with a literal. Did you mean "=="? elif match_v[0][-1] is '*': /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:1048: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: /usr/local/lib/python3.9/site-packages/opserver/opserver_util.py:17: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81. import pkg_resources 11/13/2025 02:09:52.102 7f75d4ad2300 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/13/2025 02:09:52.290 7f75d4ad2300 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 11/13/2025 02:09:52.303 7f75d4ad2300 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/13/2025 02:09:52.304 7f75d4ad2300 [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.141: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.61 - - [2025-11-13 02:10:28] "GET /analytics HTTP/1.1" 401 206 0.000398 [API:8081]10.0.0.61 - - [2025-11-13 02:10:28] "GET /analytics HTTP/1.1" 401 206 0.000208 [API:8081]10.0.0.56 - - [2025-11-13 02:10:29] "GET /analytics HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.56 - - [2025-11-13 02:10:29] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.141 - - [2025-11-13 02:10:29] "GET /analytics HTTP/1.1" 401 206 0.000401 [API:8081]10.0.0.141 - - [2025-11-13 02:10:29] "GET /analytics HTTP/1.1" 401 206 0.000168 [API:8081]10.0.0.56 - - [2025-11-13 02:10:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.417219 [API:8081]10.0.0.61 - - [2025-11-13 02:10:59] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.61 - - [2025-11-13 02:10:59] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.56 - - [2025-11-13 02:11:00] "GET /analytics HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.56 - - [2025-11-13 02:11:00] "GET /analytics HTTP/1.1" 401 206 0.000134 [API:8081]10.0.0.141 - - [2025-11-13 02:11:00] "GET /analytics HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2025-11-13 02:11:00] "GET /analytics HTTP/1.1" 401 206 0.000157 [API:8081]10.0.0.61 - - [2025-11-13 02:11:30] "GET /analytics HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.61 - - [2025-11-13 02:11:30] "GET /analytics HTTP/1.1" 401 206 0.000145 [API:8081]10.0.0.56 - - [2025-11-13 02:11:30] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.56 - - [2025-11-13 02:11:30] "GET /analytics HTTP/1.1" 401 206 0.000138 [API:8081]10.0.0.56 - - [2025-11-13 02:11:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.400370 [API:8081]10.0.0.56 - - [2025-11-13 02:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.56 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.61 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.61 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.56 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.56 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.61 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000575 [API:8081]10.0.0.61 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.141 - - [2025-11-13 02:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.141 - - [2025-11-13 02:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.141 - - [2025-11-13 02:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.141 - - [2025-11-13 02:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [Introspect:8090]10.0.0.141 - - [2025-11-13 02:13:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001548 [Introspect:8090]10.0.0.141 - - [2025-11-13 02:13:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001040 [API:8081]10.0.0.56 - - [2025-11-13 02:13:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.397288 [API:8081]10.0.0.56 - - [2025-11-13 02:14:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.055653 [Introspect:8090]10.0.0.141 - - [2025-11-13 02:15:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001086 [Introspect:8090]10.0.0.141 - - [2025-11-13 02:15:09] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000589 [API:8081]10.0.0.141 - - [2025-11-13 02:15:09] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1:Control:contrail-control:0?flat HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1:Control:contrail-control:0?flat HTTP/1.1" 200 38004 0.080498 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16247 0.054689 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2:Control:contrail-control:0?flat HTTP/1.1" 200 38005 0.077508 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16247 0.017629 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3:Control:contrail-control:0?flat HTTP/1.1" 200 34942 0.027344 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13498 0.014540 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.070941 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20494 0.027893 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Config:contrail-schema:0?flat HTTP/1.1" 200 3710 0.012015 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Config:contrail-svc-monitor:0?flat HTTP/1.1" 200 3357 0.017000 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.008569 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4622 0.013541 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4617 0.012254 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.018412 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generators HTTP/1.1" 200 14162 0.015907 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.023627 [API:8081]10.0.0.141 - - [2025-11-13 02:15:10] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.026653 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.022946 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.023833 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013672 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.015139 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.011826 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.017207 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.023077 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.020904 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.019398 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.015402 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.014937 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.017789 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.013656 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.018226 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20497 0.039869 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12068 0.041686 [API:8081]10.0.0.141 - - [2025-11-13 02:15:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.027719 [API:8081]10.0.0.141 - - [2025-11-13 02:15:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20497 0.031376 [API:8081]10.0.0.141 - - [2025-11-13 02:15:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12068 0.031215 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20488 0.018753 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.011296 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 20497 0.026490 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-nodemgr:0?flat HTTP/1.1" 200 3271 0.011554 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.010881 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14826 0.017643 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.014453 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3382 0.015199 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14822 0.019822 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.013650 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Analytics:contrail-analytics-nodemgr:0?flat HTTP/1.1" 200 3383 0.011623 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Analytics:contrail-collector:0?flat HTTP/1.1" 200 14830 0.015864 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Analytics:contrail-analytics-api:0?flat HTTP/1.1" 200 3993 0.012421 [API:8081]10.0.0.141 - - [2025-11-13 02:15:13] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.013438 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.011508 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.013651 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.011686 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Database:contrail-query-engine:0?flat HTTP/1.1" 200 11114 0.015399 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Database:contrail-database-nodemgr:0?flat HTTP/1.1" 200 3984 0.017329 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1.:Config:contrail-api:0?flat HTTP/1.1" 200 4622 0.019682 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2.:Config:contrail-api:0?flat HTTP/1.1" 200 4617 0.023047 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3.:Config:contrail-api:0?flat HTTP/1.1" 200 4620 0.027224 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1:Control:contrail-control:0?flat HTTP/1.1" 200 38004 0.033963 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.016428 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-1:Control:contrail-dns:0?flat HTTP/1.1" 200 16247 0.023916 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2:Control:contrail-control:0?flat HTTP/1.1" 200 38005 0.042252 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3381 0.013241 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-2:Control:contrail-dns:0?flat HTTP/1.1" 200 16247 0.023662 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3:Control:contrail-control:0?flat HTTP/1.1" 200 34942 0.025414 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3:Control:contrail-control-nodemgr:0?flat HTTP/1.1" 200 3380 0.012559 [API:8081]10.0.0.141 - - [2025-11-13 02:15:14] "GET /analytics/uves/generator/cn-jenkins-deploy-platform-ansible-os-4712-3:Control:contrail-dns:0?flat HTTP/1.1" 200 13498 0.013993 [API:8081]10.0.0.141 - - [2025-11-13 02:15:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12057 0.019506 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?flat HTTP/1.1" 200 15624 0.020340 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?flat HTTP/1.1" 200 15838 0.020947 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?flat HTTP/1.1" 200 17342 0.018480 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?flat HTTP/1.1" 200 15624 0.020171 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?flat HTTP/1.1" 200 15838 0.018296 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?flat HTTP/1.1" 200 17342 0.018122 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?flat HTTP/1.1" 200 15624 0.020940 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?flat HTTP/1.1" 200 15838 0.018040 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?flat HTTP/1.1" 200 17342 0.017722 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?flat HTTP/1.1" 200 15624 0.019125 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?flat HTTP/1.1" 200 15838 0.020740 [API:8081]10.0.0.141 - - [2025-11-13 02:15:17] "GET /analytics/uves/analytics-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?flat HTTP/1.1" 200 17342 0.017438 [API:8081]10.0.0.141 - - [2025-11-13 02:15:18] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 8040 0.015328 [API:8081]10.0.0.141 - - [2025-11-13 02:15:18] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 8043 0.013416 [API:8081]10.0.0.141 - - [2025-11-13 02:15:18] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4712-3?flat HTTP/1.1" 200 8041 0.012135 [API:8081]10.0.0.141 - - [2025-11-13 02:15:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.141 - - [2025-11-13 02:15:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.051504 [API:8081]10.0.0.141 - - [2025-11-13 02:15:35] "POST /analytics/query HTTP/1.1" 200 54695 1.063554 [API:8081]10.0.0.141 - - [2025-11-13 02:15:36] "POST /analytics/query HTTP/1.1" 200 5872 1.056855 [API:8081]10.0.0.141 - - [2025-11-13 02:15:37] "POST /analytics/query HTTP/1.1" 200 871 1.017171 [API:8081]10.0.0.141 - - [2025-11-13 02:15:38] "POST /analytics/query HTTP/1.1" 200 5872 1.016068 [API:8081]10.0.0.141 - - [2025-11-13 02:15:39] "POST /analytics/query HTTP/1.1" 200 871 1.016967 [API:8081]10.0.0.141 - - [2025-11-13 02:15:50] "GET /documentation/index.html HTTP/1.1" 200 5407 0.000917 [API:8081]10.0.0.56 - - [2025-11-13 02:16:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062880 [API:8081]10.0.0.56 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.56 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.56 - - [2025-11-13 02:17:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.095829 [API:8081]10.0.0.61 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.61 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.56 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.56 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000372 [API:8081]10.0.0.61 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.61 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2025-11-13 02:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.141 - - [2025-11-13 02:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.141 - - [2025-11-13 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.141 - - [2025-11-13 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.141 - - [2025-11-13 02:19:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.141 - - [2025-11-13 02:19:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1459 0.063272 [API:8081]10.0.0.141 - - [2025-11-13 02:19:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1692 0.050081 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:19:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004654 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.007607 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004216 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.034599 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:19:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.017020 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003069 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.010481 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005422 [API:8081]10.0.0.56 - - [2025-11-13 02:19:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075095 [API:8081]10.0.0.56 - - [2025-11-13 02:20:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.056708 [API:8081]10.0.0.141 - - [2025-11-13 02:21:00] "GET /analytics HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.141 - - [2025-11-13 02:21:00] "GET /analytics HTTP/1.1" 401 206 0.000205 [API:8081]10.0.0.61 - - [2025-11-13 02:21:30] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.61 - - [2025-11-13 02:21:30] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.56 - - [2025-11-13 02:21:30] "GET /analytics HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.56 - - [2025-11-13 02:21:30] "GET /analytics HTTP/1.1" 401 206 0.000137 [API:8081]10.0.0.56 - - [2025-11-13 02:22:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.56 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.61 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.61 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.56 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.56 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.61 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.61 - - [2025-11-13 02:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.141 - - [2025-11-13 02:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2025-11-13 02:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.141 - - [2025-11-13 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.141 - - [2025-11-13 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.56 - - [2025-11-13 02:23:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058872 [API:8081]10.0.0.56 - - [2025-11-13 02:24:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.067433 [API:8081]10.0.0.141 - - [2025-11-13 02:25:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.141 - - [2025-11-13 02:25:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2160 0.048508 [API:8081]10.0.0.141 - - [2025-11-13 02:25:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2160 0.049020 [API:8081]10.0.0.56 - - [2025-11-13 02:26:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059188 [API:8081]10.0.0.141 - - [2025-11-13 02:26:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1594 0.008320 [API:8081]10.0.0.141 - - [2025-11-13 02:26:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1823 0.008047 [API:8081]10.0.0.141 - - [2025-11-13 02:26:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2052 0.052922 [API:8081]10.0.0.141 - - [2025-11-13 02:27:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2281 0.009387 [API:8081]10.0.0.56 - - [2025-11-13 02:27:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.056421 [API:8081]10.0.0.56 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.56 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.61 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.61 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.56 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000344 [API:8081]10.0.0.56 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.61 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.61 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000397 [API:8081]10.0.0.141 - - [2025-11-13 02:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000390 [API:8081]10.0.0.141 - - [2025-11-13 02:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2025-11-13 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.141 - - [2025-11-13 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.56 - - [2025-11-13 02:29:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055363 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:29:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002332 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002503 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002647 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002367 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:29:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002520 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002214 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002816 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002181 [API:8081]10.0.0.141 - - [2025-11-13 02:30:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.019565 [API:8081]10.0.0.141 - - [2025-11-13 02:30:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.019916 [API:8081]10.0.0.141 - - [2025-11-13 02:30:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24567 0.020859 [API:8081]10.0.0.141 - - [2025-11-13 02:30:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-25499409:ctest-vnet1-91274873?flat HTTP/1.1" 200 8243 0.018423 [API:8081]10.0.0.141 - - [2025-11-13 02:30:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011277 [API:8081]10.0.0.56 - - [2025-11-13 02:30:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.056277 [API:8081]10.0.0.141 - - [2025-11-13 02:30:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24569 0.020119 [API:8081]10.0.0.141 - - [2025-11-13 02:30:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13019 0.020614 [API:8081]10.0.0.141 - - [2025-11-13 02:30:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24570 0.021043 [API:8081]10.0.0.141 - - [2025-11-13 02:30:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12603 0.021313 [API:8081]10.0.0.141 - - [2025-11-13 02:30:12] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyIpv4v6-25499409:ctest-vnet0-63726692?flat HTTP/1.1" 200 8246 0.012474 [API:8081]10.0.0.141 - - [2025-11-13 02:30:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007711 [API:8081]10.0.0.141 - - [2025-11-13 02:30:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.047041 [API:8081]10.0.0.141 - - [2025-11-13 02:31:00] "GET /analytics HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.141 - - [2025-11-13 02:31:00] "GET /analytics HTTP/1.1" 401 206 0.000185 [API:8081]10.0.0.61 - - [2025-11-13 02:31:30] "GET /analytics HTTP/1.1" 401 206 0.000434 [API:8081]10.0.0.61 - - [2025-11-13 02:31:30] "GET /analytics HTTP/1.1" 401 206 0.000225 [API:8081]10.0.0.56 - - [2025-11-13 02:31:30] "GET /analytics HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.56 - - [2025-11-13 02:31:30] "GET /analytics HTTP/1.1" 401 206 0.000210 [API:8081]10.0.0.56 - - [2025-11-13 02:32:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.106248 [API:8081]10.0.0.141 - - [2025-11-13 02:32:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.141 - - [2025-11-13 02:32:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.062541 [API:8081]10.0.0.56 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.56 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.61 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000376 [API:8081]10.0.0.61 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.56 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.56 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.61 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.61 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.141 - - [2025-11-13 02:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2025-11-13 02:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.141 - - [2025-11-13 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.141 - - [2025-11-13 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.56 - - [2025-11-13 02:33:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.050758 [API:8081]10.0.0.141 - - [2025-11-13 02:33:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.063084 [API:8081]10.0.0.141 - - [2025-11-13 02:33:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.020797 [API:8081]10.0.0.141 - - [2025-11-13 02:33:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.074944 [API:8081]10.0.0.141 - - [2025-11-13 02:33:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.022428 [API:8081]10.0.0.141 - - [2025-11-13 02:33:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.031287 [API:8081]10.0.0.141 - - [2025-11-13 02:33:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.029786 [API:8081]10.0.0.141 - - [2025-11-13 02:33:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.021339 [API:8081]10.0.0.141 - - [2025-11-13 02:33:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.023852 [API:8081]10.0.0.141 - - [2025-11-13 02:33:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.020654 [API:8081]10.0.0.141 - - [2025-11-13 02:33:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12606 0.023013 [API:8081]10.0.0.141 - - [2025-11-13 02:33:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicPolicyModifyIpv4v6-21306933:ctest-vnet0-18470629?flat HTTP/1.1" 200 7203 0.014397 [API:8081]10.0.0.141 - - [2025-11-13 02:33:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008268 [API:8081]10.0.0.141 - - [2025-11-13 02:33:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.141 - - [2025-11-13 02:33:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.051685 [API:8081]10.0.0.141 - - [2025-11-13 02:34:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000237 [API:8081]10.0.0.141 - - [2025-11-13 02:34:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.054680 [API:8081]10.0.0.141 - - [2025-11-13 02:34:10] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.135207 [API:8081]10.0.0.141 - - [2025-11-13 02:34:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1546 0.057537 [API:8081]10.0.0.141 - - [2025-11-13 02:35:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-72174825:2e3da74c-636d-49fe-9f69-6129dfcc6268?flat HTTP/1.1" 200 5238 0.013870 [API:8081]10.0.0.141 - - [2025-11-13 02:35:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-72174825:2e3da74c-636d-49fe-9f69-6129dfcc6268?flat HTTP/1.1" 200 5238 0.012507 [API:8081]10.0.0.141 - - [2025-11-13 02:35:02] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-72174825:2e3da74c-636d-49fe-9f69-6129dfcc6268?flat HTTP/1.1" 200 5238 0.016653 [API:8081]10.0.0.141 - - [2025-11-13 02:35:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-72174825:ctest-VN1-62248677?flat HTTP/1.1" 200 8566 0.015725 [API:8081]10.0.0.141 - - [2025-11-13 02:35:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.019718 [API:8081]10.0.0.141 - - [2025-11-13 02:35:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13350 0.020435 [API:8081]10.0.0.141 - - [2025-11-13 02:35:02] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.019634 [API:8081]10.0.0.141 - - [2025-11-13 02:35:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13350 0.020283 [API:8081]10.0.0.141 - - [2025-11-13 02:35:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008044 [API:8081]10.0.0.56 - - [2025-11-13 02:35:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066846 [API:8081]10.0.0.141 - - [2025-11-13 02:35:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-72174825:d41e0b64-6a70-4648-9153-37309402c974?flat HTTP/1.1" 200 5240 0.012865 [API:8081]10.0.0.141 - - [2025-11-13 02:35:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-72174825:d41e0b64-6a70-4648-9153-37309402c974?flat HTTP/1.1" 200 5240 0.013382 [API:8081]10.0.0.141 - - [2025-11-13 02:35:18] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-72174825:d41e0b64-6a70-4648-9153-37309402c974?flat HTTP/1.1" 200 5240 0.013873 [API:8081]10.0.0.141 - - [2025-11-13 02:35:18] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-72174825:ctest-VN2-75240515?flat HTTP/1.1" 200 8341 0.014470 [API:8081]10.0.0.141 - - [2025-11-13 02:35:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.020255 [API:8081]10.0.0.141 - - [2025-11-13 02:35:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24584 0.019293 [API:8081]10.0.0.141 - - [2025-11-13 02:35:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008261 [API:8081]10.0.0.141 - - [2025-11-13 02:35:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-72174825:411e4ee3-dcb1-406f-bb51-eca0bf97cf23?flat HTTP/1.1" 200 5341 0.021577 [API:8081]10.0.0.141 - - [2025-11-13 02:35:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-72174825:411e4ee3-dcb1-406f-bb51-eca0bf97cf23?flat HTTP/1.1" 200 5341 0.023308 [API:8081]10.0.0.141 - - [2025-11-13 02:35:21] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAcl-72174825:411e4ee3-dcb1-406f-bb51-eca0bf97cf23?flat HTTP/1.1" 200 5341 0.013935 [API:8081]10.0.0.141 - - [2025-11-13 02:35:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-72174825:ctest-VN3-92190834?flat HTTP/1.1" 200 8436 0.017221 [API:8081]10.0.0.141 - - [2025-11-13 02:35:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.020734 [API:8081]10.0.0.141 - - [2025-11-13 02:35:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13356 0.020707 [API:8081]10.0.0.141 - - [2025-11-13 02:35:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.021362 [API:8081]10.0.0.141 - - [2025-11-13 02:35:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13356 0.023400 [API:8081]10.0.0.141 - - [2025-11-13 02:35:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008001 [API:8081]10.0.0.56 - - [2025-11-13 02:36:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.055889 [API:8081]10.0.0.141 - - [2025-11-13 02:36:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.022403 [API:8081]10.0.0.141 - - [2025-11-13 02:36:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13360 0.022070 [API:8081]10.0.0.141 - - [2025-11-13 02:36:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.021190 [API:8081]10.0.0.141 - - [2025-11-13 02:36:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13360 0.021459 [API:8081]10.0.0.141 - - [2025-11-13 02:36:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.020171 [API:8081]10.0.0.141 - - [2025-11-13 02:36:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13360 0.020941 [API:8081]10.0.0.141 - - [2025-11-13 02:36:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.020248 [API:8081]10.0.0.141 - - [2025-11-13 02:36:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13360 0.021553 [API:8081]10.0.0.141 - - [2025-11-13 02:36:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.022771 [API:8081]10.0.0.141 - - [2025-11-13 02:36:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13360 0.022940 [API:8081]10.0.0.141 - - [2025-11-13 02:36:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.023270 [API:8081]10.0.0.141 - - [2025-11-13 02:36:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13360 0.023599 [API:8081]10.0.0.141 - - [2025-11-13 02:36:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.024940 [API:8081]10.0.0.141 - - [2025-11-13 02:36:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13360 0.025057 [API:8081]10.0.0.141 - - [2025-11-13 02:36:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.029700 [API:8081]10.0.0.141 - - [2025-11-13 02:36:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13360 0.022575 [API:8081]10.0.0.141 - - [2025-11-13 02:36:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24588 0.020420 [API:8081]10.0.0.141 - - [2025-11-13 02:36:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12998 0.033261 [API:8081]10.0.0.141 - - [2025-11-13 02:36:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-72174825:ctest-VN3-92190834?flat HTTP/1.1" 200 6213 0.014064 [API:8081]10.0.0.141 - - [2025-11-13 02:36:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008710 [API:8081]10.0.0.141 - - [2025-11-13 02:36:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022257 [API:8081]10.0.0.141 - - [2025-11-13 02:36:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020714 [API:8081]10.0.0.141 - - [2025-11-13 02:36:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.019342 [API:8081]10.0.0.141 - - [2025-11-13 02:36:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.021200 [API:8081]10.0.0.141 - - [2025-11-13 02:36:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.018997 [API:8081]10.0.0.141 - - [2025-11-13 02:37:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.020857 [API:8081]10.0.0.141 - - [2025-11-13 02:37:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.019882 [API:8081]10.0.0.141 - - [2025-11-13 02:37:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24587 0.022212 [API:8081]10.0.0.141 - - [2025-11-13 02:37:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-72174825:ctest-VN2-75240515?flat HTTP/1.1" 200 6559 0.012776 [API:8081]10.0.0.141 - - [2025-11-13 02:37:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008965 [API:8081]10.0.0.141 - - [2025-11-13 02:37:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24592 0.021918 [API:8081]10.0.0.141 - - [2025-11-13 02:37:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12998 0.028285 [API:8081]10.0.0.141 - - [2025-11-13 02:37:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.023728 [API:8081]10.0.0.141 - - [2025-11-13 02:37:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12605 0.020993 [API:8081]10.0.0.141 - - [2025-11-13 02:37:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAcl-72174825:ctest-VN1-62248677?flat HTTP/1.1" 200 6780 0.011793 [API:8081]10.0.0.141 - - [2025-11-13 02:37:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008723 [API:8081]10.0.0.141 - - [2025-11-13 02:37:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2025-11-13 02:37:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.050061 [API:8081]10.0.0.141 - - [2025-11-13 02:37:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.053869 [API:8081]10.0.0.141 - - [2025-11-13 02:37:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1582 0.050507 [API:8081]10.0.0.56 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.56 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.61 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000377 [API:8081]10.0.0.61 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000399 [API:8081]10.0.0.56 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.56 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.61 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000411 [API:8081]10.0.0.61 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.141 - - [2025-11-13 02:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.141 - - [2025-11-13 02:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.141 - - [2025-11-13 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.141 - - [2025-11-13 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.56 - - [2025-11-13 02:38:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055563 [API:8081]10.0.0.141 - - [2025-11-13 02:38:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:b5f3ea21-4b73-4e31-94c2-8930abde60b3?flat HTTP/1.1" 200 5369 0.015250 [API:8081]10.0.0.141 - - [2025-11-13 02:38:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:b5f3ea21-4b73-4e31-94c2-8930abde60b3?flat HTTP/1.1" 200 5369 0.014266 [API:8081]10.0.0.141 - - [2025-11-13 02:38:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:b5f3ea21-4b73-4e31-94c2-8930abde60b3?flat HTTP/1.1" 200 5369 0.012627 [API:8081]10.0.0.141 - - [2025-11-13 02:38:22] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:b5f3ea21-4b73-4e31-94c2-8930abde60b3?flat HTTP/1.1" 200 5369 0.012654 [API:8081]10.0.0.141 - - [2025-11-13 02:38:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-00699268:ctest-VN1-01859871?flat HTTP/1.1" 200 9456 0.016101 [API:8081]10.0.0.141 - - [2025-11-13 02:38:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.020386 [API:8081]10.0.0.141 - - [2025-11-13 02:38:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13390 0.020108 [API:8081]10.0.0.141 - - [2025-11-13 02:38:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.019778 [API:8081]10.0.0.141 - - [2025-11-13 02:38:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13390 0.020628 [API:8081]10.0.0.141 - - [2025-11-13 02:38:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009701 [API:8081]10.0.0.141 - - [2025-11-13 02:38:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:2e0598b4-38db-4068-9019-dacbb1304aa6?flat HTTP/1.1" 200 5224 0.014752 [API:8081]10.0.0.141 - - [2025-11-13 02:38:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:2e0598b4-38db-4068-9019-dacbb1304aa6?flat HTTP/1.1" 200 5224 0.013771 [API:8081]10.0.0.141 - - [2025-11-13 02:38:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:2e0598b4-38db-4068-9019-dacbb1304aa6?flat HTTP/1.1" 200 5224 0.028501 [API:8081]10.0.0.141 - - [2025-11-13 02:38:26] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:2e0598b4-38db-4068-9019-dacbb1304aa6?flat HTTP/1.1" 200 5224 0.017892 [API:8081]10.0.0.141 - - [2025-11-13 02:38:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-00699268:ctest-VN2-18599514?flat HTTP/1.1" 200 8642 0.017642 [API:8081]10.0.0.141 - - [2025-11-13 02:38:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.026155 [API:8081]10.0.0.141 - - [2025-11-13 02:38:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.019283 [API:8081]10.0.0.141 - - [2025-11-13 02:38:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008249 [API:8081]10.0.0.141 - - [2025-11-13 02:38:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:bb4739a0-971e-4ba0-b438-a55c74c6c7de?flat HTTP/1.1" 200 5220 0.013551 [API:8081]10.0.0.141 - - [2025-11-13 02:38:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:bb4739a0-971e-4ba0-b438-a55c74c6c7de?flat HTTP/1.1" 200 5220 0.012344 [API:8081]10.0.0.141 - - [2025-11-13 02:38:29] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:bb4739a0-971e-4ba0-b438-a55c74c6c7de?flat HTTP/1.1" 200 5220 0.015363 [API:8081]10.0.0.141 - - [2025-11-13 02:38:30] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestPolicyAclIpv4v6-00699268:bb4739a0-971e-4ba0-b438-a55c74c6c7de?flat HTTP/1.1" 200 5220 0.019237 [API:8081]10.0.0.141 - - [2025-11-13 02:38:30] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-00699268:ctest-VN3-49803711?flat HTTP/1.1" 200 8201 0.015530 [API:8081]10.0.0.141 - - [2025-11-13 02:38:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.021812 [API:8081]10.0.0.141 - - [2025-11-13 02:38:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13390 0.021436 [API:8081]10.0.0.141 - - [2025-11-13 02:38:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24593 0.026683 [API:8081]10.0.0.141 - - [2025-11-13 02:38:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13390 0.051313 [API:8081]10.0.0.141 - - [2025-11-13 02:38:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.013443 [API:8081]10.0.0.141 - - [2025-11-13 02:39:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.021446 [API:8081]10.0.0.141 - - [2025-11-13 02:39:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13397 0.021798 [API:8081]10.0.0.141 - - [2025-11-13 02:39:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.024203 [API:8081]10.0.0.141 - - [2025-11-13 02:39:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13015 0.022359 [API:8081]10.0.0.141 - - [2025-11-13 02:39:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-00699268:ctest-VN3-49803711?flat HTTP/1.1" 200 6962 0.013565 [API:8081]10.0.0.141 - - [2025-11-13 02:39:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008052 [API:8081]10.0.0.56 - - [2025-11-13 02:39:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.053004 [API:8081]10.0.0.141 - - [2025-11-13 02:39:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.019757 [API:8081]10.0.0.141 - - [2025-11-13 02:39:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.024542 [API:8081]10.0.0.141 - - [2025-11-13 02:39:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.025985 [API:8081]10.0.0.141 - - [2025-11-13 02:39:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.024246 [API:8081]10.0.0.141 - - [2025-11-13 02:39:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.018949 [API:8081]10.0.0.141 - - [2025-11-13 02:39:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.019122 [API:8081]10.0.0.141 - - [2025-11-13 02:39:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.020279 [API:8081]10.0.0.141 - - [2025-11-13 02:39:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24590 0.019167 [API:8081]10.0.0.141 - - [2025-11-13 02:39:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-00699268:ctest-VN2-18599514?flat HTTP/1.1" 200 7318 0.011645 [API:8081]10.0.0.141 - - [2025-11-13 02:39:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008184 [API:8081]10.0.0.141 - - [2025-11-13 02:39:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.029436 [API:8081]10.0.0.141 - - [2025-11-13 02:39:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13015 0.029137 [API:8081]10.0.0.141 - - [2025-11-13 02:39:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24595 0.024954 [API:8081]10.0.0.141 - - [2025-11-13 02:39:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12602 0.022227 [API:8081]10.0.0.141 - - [2025-11-13 02:39:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestPolicyAclIpv4v6-00699268:ctest-VN1-01859871?flat HTTP/1.1" 200 7649 0.012717 [API:8081]10.0.0.141 - - [2025-11-13 02:39:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008847 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:39:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002387 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002512 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002676 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002364 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:39:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002287 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002104 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002334 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004242 [API:8081]10.0.0.141 - - [2025-11-13 02:39:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.141 - - [2025-11-13 02:39:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.051893 [API:8081]10.0.0.141 - - [2025-11-13 02:39:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.056446 [API:8081]10.0.0.141 - - [2025-11-13 02:41:00] "GET /analytics HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.141 - - [2025-11-13 02:41:00] "GET /analytics HTTP/1.1" 401 206 0.000196 [API:8081]10.0.0.56 - - [2025-11-13 02:41:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056282 [API:8081]10.0.0.61 - - [2025-11-13 02:41:30] "GET /analytics HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.61 - - [2025-11-13 02:41:30] "GET /analytics HTTP/1.1" 401 206 0.000136 [API:8081]10.0.0.56 - - [2025-11-13 02:41:30] "GET /analytics HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.56 - - [2025-11-13 02:41:30] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.141 - - [2025-11-13 02:42:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000231 [API:8081]10.0.0.141 - - [2025-11-13 02:42:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1156 0.051897 [API:8081]10.0.0.56 - - [2025-11-13 02:42:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.073490 [API:8081]10.0.0.56 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.56 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.61 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.61 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.56 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.56 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.61 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.61 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.141 - - [2025-11-13 02:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.141 - - [2025-11-13 02:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2025-11-13 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.141 - - [2025-11-13 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000849 [API:8081]10.0.0.141 - - [2025-11-13 02:44:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.062637 [API:8081]10.0.0.141 - - [2025-11-13 02:44:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13045 0.020950 [API:8081]10.0.0.56 - - [2025-11-13 02:44:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054479 [API:8081]10.0.0.141 - - [2025-11-13 02:44:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.029669 [API:8081]10.0.0.141 - - [2025-11-13 02:44:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13045 0.020430 [API:8081]10.0.0.141 - - [2025-11-13 02:44:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.061551 [API:8081]10.0.0.141 - - [2025-11-13 02:44:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13045 0.021017 [API:8081]10.0.0.141 - - [2025-11-13 02:44:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.028381 [API:8081]10.0.0.141 - - [2025-11-13 02:44:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13045 0.029177 [API:8081]10.0.0.141 - - [2025-11-13 02:44:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.022325 [API:8081]10.0.0.141 - - [2025-11-13 02:44:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13045 0.024996 [API:8081]10.0.0.141 - - [2025-11-13 02:44:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.022698 [API:8081]10.0.0.141 - - [2025-11-13 02:44:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13045 0.043169 [API:8081]10.0.0.141 - - [2025-11-13 02:44:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.020726 [API:8081]10.0.0.141 - - [2025-11-13 02:44:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13045 0.025325 [API:8081]10.0.0.141 - - [2025-11-13 02:44:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.021582 [API:8081]10.0.0.141 - - [2025-11-13 02:44:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13045 0.023014 [API:8081]10.0.0.141 - - [2025-11-13 02:44:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24606 0.020873 [API:8081]10.0.0.141 - - [2025-11-13 02:44:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12615 0.020688 [API:8081]10.0.0.141 - - [2025-11-13 02:44:41] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy0Ipv4v6-42823064:ctest-vnet0-37772640?flat HTTP/1.1" 200 7967 0.014084 [API:8081]10.0.0.141 - - [2025-11-13 02:44:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008696 [API:8081]10.0.0.141 - - [2025-11-13 02:44:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.141 - - [2025-11-13 02:44:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1144 0.050773 [API:8081]10.0.0.141 - - [2025-11-13 02:45:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1369 0.052346 [API:8081]10.0.0.56 - - [2025-11-13 02:45:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.059404 [API:8081]10.0.0.56 - - [2025-11-13 02:47:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.098709 [API:8081]10.0.0.56 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.56 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.61 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.61 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.56 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.56 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.61 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.61 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.141 - - [2025-11-13 02:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.141 - - [2025-11-13 02:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000368 [API:8081]10.0.0.141 - - [2025-11-13 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.141 - - [2025-11-13 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.141 - - [2025-11-13 02:48:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.033692 [API:8081]10.0.0.141 - - [2025-11-13 02:48:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.072123 [API:8081]10.0.0.141 - - [2025-11-13 02:48:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.020784 [API:8081]10.0.0.56 - - [2025-11-13 02:48:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.053523 [API:8081]10.0.0.141 - - [2025-11-13 02:48:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.019816 [API:8081]10.0.0.141 - - [2025-11-13 02:48:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.023056 [API:8081]10.0.0.141 - - [2025-11-13 02:48:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.019253 [API:8081]10.0.0.141 - - [2025-11-13 02:48:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.022674 [API:8081]10.0.0.141 - - [2025-11-13 02:48:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.031034 [API:8081]10.0.0.141 - - [2025-11-13 02:48:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24602 0.018603 [API:8081]10.0.0.141 - - [2025-11-13 02:48:38] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-50414282:ctest-vnet1-18183900?flat HTTP/1.1" 200 7306 0.012977 [API:8081]10.0.0.141 - - [2025-11-13 02:48:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008055 [API:8081]10.0.0.141 - - [2025-11-13 02:48:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24613 0.020935 [API:8081]10.0.0.141 - - [2025-11-13 02:48:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13030 0.024605 [API:8081]10.0.0.141 - - [2025-11-13 02:48:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24615 0.020595 [API:8081]10.0.0.141 - - [2025-11-13 02:48:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12617 0.020832 [API:8081]10.0.0.141 - - [2025-11-13 02:48:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1-50414282:ctest-vnet0-76853290?flat HTTP/1.1" 200 6959 0.012422 [API:8081]10.0.0.141 - - [2025-11-13 02:48:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009244 [API:8081]10.0.0.141 - - [2025-11-13 02:49:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2025-11-13 02:49:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1156 0.050418 [API:8081]10.0.0.141 - - [2025-11-13 02:49:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1393 0.058847 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:49:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002451 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002617 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002791 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002763 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:49:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003059 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002457 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002753 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002810 [API:8081]10.0.0.56 - - [2025-11-13 02:50:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059306 [API:8081]10.0.0.141 - - [2025-11-13 02:51:00] "GET /analytics HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.141 - - [2025-11-13 02:51:00] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.56 - - [2025-11-13 02:51:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.053434 [API:8081]10.0.0.61 - - [2025-11-13 02:51:30] "GET /analytics HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.61 - - [2025-11-13 02:51:30] "GET /analytics HTTP/1.1" 401 206 0.000162 [API:8081]10.0.0.56 - - [2025-11-13 02:51:30] "GET /analytics HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.56 - - [2025-11-13 02:51:30] "GET /analytics HTTP/1.1" 401 206 0.000186 [API:8081]10.0.0.141 - - [2025-11-13 02:52:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.019904 [API:8081]10.0.0.141 - - [2025-11-13 02:52:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.073688 [API:8081]10.0.0.141 - - [2025-11-13 02:52:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.018711 [API:8081]10.0.0.141 - - [2025-11-13 02:52:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.026183 [API:8081]10.0.0.141 - - [2025-11-13 02:52:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.019582 [API:8081]10.0.0.56 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.56 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.61 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.61 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.56 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.56 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.61 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.61 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.141 - - [2025-11-13 02:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.141 - - [2025-11-13 02:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2025-11-13 02:52:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.019160 [API:8081]10.0.0.141 - - [2025-11-13 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000396 [API:8081]10.0.0.141 - - [2025-11-13 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2025-11-13 02:53:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.021998 [API:8081]10.0.0.141 - - [2025-11-13 02:53:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.019026 [API:8081]10.0.0.141 - - [2025-11-13 02:53:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24608 0.019183 [API:8081]10.0.0.141 - - [2025-11-13 02:53:08] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-23813393:ctest-vnet1-57655935?flat HTTP/1.1" 200 8066 0.012113 [API:8081]10.0.0.141 - - [2025-11-13 02:53:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008120 [API:8081]10.0.0.141 - - [2025-11-13 02:53:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.020275 [API:8081]10.0.0.141 - - [2025-11-13 02:53:10] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13045 0.020814 [API:8081]10.0.0.141 - - [2025-11-13 02:53:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24627 0.035555 [API:8081]10.0.0.141 - - [2025-11-13 02:53:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12612 0.029972 [API:8081]10.0.0.141 - - [2025-11-13 02:53:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDetailedPolicy1Ipv4v6-23813393:ctest-vnet0-51275377?flat HTTP/1.1" 200 7709 0.012855 [API:8081]10.0.0.141 - - [2025-11-13 02:53:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008161 [API:8081]10.0.0.56 - - [2025-11-13 02:53:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.076912 [API:8081]10.0.0.56 - - [2025-11-13 02:54:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.059100 [API:8081]10.0.0.56 - - [2025-11-13 02:56:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060880 [API:8081]10.0.0.141 - - [2025-11-13 02:57:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.141 - - [2025-11-13 02:57:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1345 0.050630 [API:8081]10.0.0.56 - - [2025-11-13 02:57:30] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.064103 [API:8081]10.0.0.56 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.56 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.61 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.61 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.56 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.56 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.61 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.61 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000357 [API:8081]10.0.0.141 - - [2025-11-13 02:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.141 - - [2025-11-13 02:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.141 - - [2025-11-13 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2025-11-13 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2025-11-13 02:58:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1357 0.049003 [API:8081]10.0.0.56 - - [2025-11-13 02:59:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059983 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:59:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002341 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002734 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002809 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002614 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:59:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003011 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002290 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002659 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 02:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.011231 [API:8081]10.0.0.141 - - [2025-11-13 03:00:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.141 - - [2025-11-13 03:00:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1485 0.054654 [API:8081]10.0.0.56 - - [2025-11-13 03:00:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.069643 [API:8081]10.0.0.141 - - [2025-11-13 03:00:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163:16075797-3a7a-482f-bc16-440e84809095?flat HTTP/1.1" 200 5823 0.056578 [API:8081]10.0.0.141 - - [2025-11-13 03:00:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163:16075797-3a7a-482f-bc16-440e84809095?flat HTTP/1.1" 200 5823 0.014326 [API:8081]10.0.0.141 - - [2025-11-13 03:00:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163:16075797-3a7a-482f-bc16-440e84809095?flat HTTP/1.1" 200 5823 0.065901 [API:8081]10.0.0.141 - - [2025-11-13 03:00:45] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163-90880298?flat HTTP/1.1" 200 10798 0.022948 [API:8081]10.0.0.141 - - [2025-11-13 03:00:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.021407 [API:8081]10.0.0.141 - - [2025-11-13 03:00:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13225 0.022142 [API:8081]10.0.0.141 - - [2025-11-13 03:00:46] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.020930 [API:8081]10.0.0.141 - - [2025-11-13 03:00:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13225 0.022784 [API:8081]10.0.0.141 - - [2025-11-13 03:00:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009213 [API:8081]10.0.0.141 - - [2025-11-13 03:01:00] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.141 - - [2025-11-13 03:01:00] "GET /analytics HTTP/1.1" 401 206 0.000157 [API:8081]10.0.0.141 - - [2025-11-13 03:01:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163:e4e4deb2-81c0-4ae4-9438-b5145600ea34?flat HTTP/1.1" 200 5827 0.016174 [API:8081]10.0.0.141 - - [2025-11-13 03:01:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163:e4e4deb2-81c0-4ae4-9438-b5145600ea34?flat HTTP/1.1" 200 5827 0.014598 [API:8081]10.0.0.141 - - [2025-11-13 03:01:06] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163:e4e4deb2-81c0-4ae4-9438-b5145600ea34?flat HTTP/1.1" 200 5827 0.015102 [API:8081]10.0.0.141 - - [2025-11-13 03:01:06] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163-90880298?flat HTTP/1.1" 200 11213 0.022373 [API:8081]10.0.0.141 - - [2025-11-13 03:01:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.020178 [API:8081]10.0.0.141 - - [2025-11-13 03:01:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.022432 [API:8081]10.0.0.141 - - [2025-11-13 03:01:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008308 [API:8081]10.0.0.61 - - [2025-11-13 03:01:30] "GET /analytics HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.61 - - [2025-11-13 03:01:30] "GET /analytics HTTP/1.1" 401 206 0.000131 [API:8081]10.0.0.56 - - [2025-11-13 03:01:30] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.56 - - [2025-11-13 03:01:30] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.141 - - [2025-11-13 03:02:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.019891 [API:8081]10.0.0.141 - - [2025-11-13 03:02:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.019130 [API:8081]10.0.0.141 - - [2025-11-13 03:02:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.019631 [API:8081]10.0.0.141 - - [2025-11-13 03:02:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.019685 [API:8081]10.0.0.141 - - [2025-11-13 03:02:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.018687 [API:8081]10.0.0.56 - - [2025-11-13 03:02:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060178 [API:8081]10.0.0.141 - - [2025-11-13 03:02:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.033275 [API:8081]10.0.0.141 - - [2025-11-13 03:02:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24630 0.022180 [API:8081]10.0.0.141 - - [2025-11-13 03:02:37] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163-90880298?flat HTTP/1.1" 200 11653 0.018414 [API:8081]10.0.0.141 - - [2025-11-13 03:02:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010054 [API:8081]10.0.0.141 - - [2025-11-13 03:02:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24640 0.021948 [API:8081]10.0.0.141 - - [2025-11-13 03:02:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13234 0.021887 [API:8081]10.0.0.141 - - [2025-11-13 03:02:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24641 0.028851 [API:8081]10.0.0.141 - - [2025-11-13 03:02:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12638 0.029976 [API:8081]10.0.0.141 - - [2025-11-13 03:02:43] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163:ctest-SecurityGroupBasicRegressionTests1Ipv6-68167163-90880298?flat HTTP/1.1" 200 8795 0.015086 [API:8081]10.0.0.141 - - [2025-11-13 03:02:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009993 [API:8081]10.0.0.141 - - [2025-11-13 03:02:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.141 - - [2025-11-13 03:02:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1286 0.054526 [API:8081]10.0.0.56 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.56 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.61 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.61 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.56 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.56 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.61 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.61 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.141 - - [2025-11-13 03:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.141 - - [2025-11-13 03:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.141 - - [2025-11-13 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.141 - - [2025-11-13 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.56 - - [2025-11-13 03:03:35] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.082163 [API:8081]10.0.0.141 - - [2025-11-13 03:03:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401:283296b1-808e-4248-a891-5c361b9361e5?flat HTTP/1.1" 200 5811 0.061061 [API:8081]10.0.0.141 - - [2025-11-13 03:03:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401:283296b1-808e-4248-a891-5c361b9361e5?flat HTTP/1.1" 200 5811 0.012735 [API:8081]10.0.0.141 - - [2025-11-13 03:03:35] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401:283296b1-808e-4248-a891-5c361b9361e5?flat HTTP/1.1" 200 5811 0.067362 [API:8081]10.0.0.141 - - [2025-11-13 03:03:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401-23422249?flat HTTP/1.1" 200 4452 0.017153 [API:8081]10.0.0.141 - - [2025-11-13 03:03:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.020633 [API:8081]10.0.0.141 - - [2025-11-13 03:03:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13256 0.023679 [API:8081]10.0.0.141 - - [2025-11-13 03:03:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.023594 [API:8081]10.0.0.141 - - [2025-11-13 03:03:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13256 0.021864 [API:8081]10.0.0.141 - - [2025-11-13 03:03:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008130 [API:8081]10.0.0.141 - - [2025-11-13 03:04:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401:5510b37c-5bc2-4e99-bc8a-77bf857e3772?flat HTTP/1.1" 200 5674 0.014933 [API:8081]10.0.0.141 - - [2025-11-13 03:04:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401:5510b37c-5bc2-4e99-bc8a-77bf857e3772?flat HTTP/1.1" 200 5674 0.013351 [API:8081]10.0.0.141 - - [2025-11-13 03:04:01] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401:5510b37c-5bc2-4e99-bc8a-77bf857e3772?flat HTTP/1.1" 200 5674 0.013819 [API:8081]10.0.0.141 - - [2025-11-13 03:04:01] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401-23422249?flat HTTP/1.1" 200 11515 0.020607 [API:8081]10.0.0.141 - - [2025-11-13 03:04:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.018593 [API:8081]10.0.0.141 - - [2025-11-13 03:04:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24631 0.018866 [API:8081]10.0.0.141 - - [2025-11-13 03:04:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008168 [API:8081]10.0.0.56 - - [2025-11-13 03:05:36] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051962 [API:8081]10.0.0.141 - - [2025-11-13 03:06:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.026743 [API:8081]10.0.0.141 - - [2025-11-13 03:06:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.020492 [API:8081]10.0.0.141 - - [2025-11-13 03:06:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.025001 [API:8081]10.0.0.141 - - [2025-11-13 03:06:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.019630 [API:8081]10.0.0.141 - - [2025-11-13 03:06:24] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.020459 [API:8081]10.0.0.141 - - [2025-11-13 03:06:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.019500 [API:8081]10.0.0.141 - - [2025-11-13 03:06:30] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.020741 [API:8081]10.0.0.141 - - [2025-11-13 03:06:33] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.019082 [API:8081]10.0.0.141 - - [2025-11-13 03:06:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24637 0.019776 [API:8081]10.0.0.141 - - [2025-11-13 03:06:36] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401-23422249?flat HTTP/1.1" 200 11404 0.017205 [API:8081]10.0.0.141 - - [2025-11-13 03:06:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.013152 [API:8081]10.0.0.56 - - [2025-11-13 03:06:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.130356 [API:8081]10.0.0.141 - - [2025-11-13 03:06:39] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.027833 [API:8081]10.0.0.141 - - [2025-11-13 03:06:39] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13267 0.026960 [API:8081]10.0.0.141 - - [2025-11-13 03:06:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.022733 [API:8081]10.0.0.141 - - [2025-11-13 03:06:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12642 0.022397 [API:8081]10.0.0.141 - - [2025-11-13 03:06:42] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401:ctest-SecurityGroupBasicRegressionTests1_contrail-15563401-23422249?flat HTTP/1.1" 200 8430 0.012019 [API:8081]10.0.0.141 - - [2025-11-13 03:06:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007133 [API:8081]10.0.0.141 - - [2025-11-13 03:06:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2025-11-13 03:06:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1250 0.052677 [API:8081]10.0.0.141 - - [2025-11-13 03:07:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-31787460:a1d719b2-77fe-4223-b3bf-c3b737fab05b?flat HTTP/1.1" 200 5680 0.071626 [API:8081]10.0.0.141 - - [2025-11-13 03:07:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-31787460:a1d719b2-77fe-4223-b3bf-c3b737fab05b?flat HTTP/1.1" 200 5680 0.063812 [API:8081]10.0.0.141 - - [2025-11-13 03:07:36] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-31787460:a1d719b2-77fe-4223-b3bf-c3b737fab05b?flat HTTP/1.1" 200 5680 0.013608 [API:8081]10.0.0.141 - - [2025-11-13 03:07:36] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-31787460:ctest-SecurityGroupBasicRegressionTests1-31787460-09127157?flat HTTP/1.1" 200 4337 0.016477 [API:8081]10.0.0.141 - - [2025-11-13 03:07:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.021086 [API:8081]10.0.0.141 - - [2025-11-13 03:07:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13214 0.021097 [API:8081]10.0.0.141 - - [2025-11-13 03:07:36] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24643 0.021897 [API:8081]10.0.0.141 - - [2025-11-13 03:07:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13214 0.021521 [API:8081]10.0.0.141 - - [2025-11-13 03:07:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007871 [API:8081]10.0.0.56 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.56 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.141 - - [2025-11-13 03:07:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-31787460:18daa3b0-cb90-4a28-a468-c602748bfb4d?flat HTTP/1.1" 200 5542 0.013536 [API:8081]10.0.0.61 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000215 [API:8081]10.0.0.141 - - [2025-11-13 03:07:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-31787460:18daa3b0-cb90-4a28-a468-c602748bfb4d?flat HTTP/1.1" 200 5542 0.022042 [API:8081]10.0.0.61 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.141 - - [2025-11-13 03:07:57] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-SecurityGroupBasicRegressionTests1-31787460:18daa3b0-cb90-4a28-a468-c602748bfb4d?flat HTTP/1.1" 200 5542 0.013205 [API:8081]10.0.0.141 - - [2025-11-13 03:07:57] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-31787460:ctest-SecurityGroupBasicRegressionTests1-31787460-09127157?flat HTTP/1.1" 200 10070 0.020058 [API:8081]10.0.0.141 - - [2025-11-13 03:07:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019712 [API:8081]10.0.0.141 - - [2025-11-13 03:07:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24638 0.019750 [API:8081]10.0.0.141 - - [2025-11-13 03:07:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007910 [API:8081]10.0.0.56 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.56 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.61 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.61 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.141 - - [2025-11-13 03:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.141 - - [2025-11-13 03:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2025-11-13 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.141 - - [2025-11-13 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.56 - - [2025-11-13 03:08:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078024 [API:8081]10.0.0.56 - - [2025-11-13 03:09:40] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.076215 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:09:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002337 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002951 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002434 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002284 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:09:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002498 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002121 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002179 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:09:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002116 [API:8081]10.0.0.141 - - [2025-11-13 03:10:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.019689 [API:8081]10.0.0.141 - - [2025-11-13 03:10:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.027847 [API:8081]10.0.0.141 - - [2025-11-13 03:10:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.022944 [API:8081]10.0.0.141 - - [2025-11-13 03:10:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.019278 [API:8081]10.0.0.141 - - [2025-11-13 03:10:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.020950 [API:8081]10.0.0.141 - - [2025-11-13 03:10:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.025996 [API:8081]10.0.0.141 - - [2025-11-13 03:10:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.022211 [API:8081]10.0.0.141 - - [2025-11-13 03:10:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.023302 [API:8081]10.0.0.141 - - [2025-11-13 03:10:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24639 0.021587 [API:8081]10.0.0.141 - - [2025-11-13 03:10:35] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-31787460:ctest-SecurityGroupBasicRegressionTests1-31787460-09127157?flat HTTP/1.1" 200 10824 0.020768 [API:8081]10.0.0.141 - - [2025-11-13 03:10:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009022 [API:8081]10.0.0.141 - - [2025-11-13 03:10:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.022452 [API:8081]10.0.0.141 - - [2025-11-13 03:10:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13201 0.020779 [API:8081]10.0.0.141 - - [2025-11-13 03:10:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24646 0.028315 [API:8081]10.0.0.141 - - [2025-11-13 03:10:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12903 0.028719 [API:8081]10.0.0.141 - - [2025-11-13 03:10:41] "GET /analytics/uves/virtual-network/default-domain:ctest-SecurityGroupBasicRegressionTests1-31787460:ctest-SecurityGroupBasicRegressionTests1-31787460-09127157?flat HTTP/1.1" 200 7955 0.016361 [API:8081]10.0.0.141 - - [2025-11-13 03:10:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010725 [API:8081]10.0.0.141 - - [2025-11-13 03:10:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2025-11-13 03:10:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1347 0.059839 [API:8081]10.0.0.141 - - [2025-11-13 03:10:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.054306 [API:8081]10.0.0.141 - - [2025-11-13 03:11:00] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.141 - - [2025-11-13 03:11:00] "GET /analytics HTTP/1.1" 401 206 0.000163 [API:8081]10.0.0.141 - - [2025-11-13 03:11:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1775 0.061288 [API:8081]10.0.0.141 - - [2025-11-13 03:11:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1345 0.011834 [API:8081]10.0.0.141 - - [2025-11-13 03:11:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1558 0.016398 [API:8081]10.0.0.141 - - [2025-11-13 03:11:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1773 0.017620 [API:8081]10.0.0.141 - - [2025-11-13 03:11:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1998 0.008149 [API:8081]10.0.0.141 - - [2025-11-13 03:11:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2225 0.008092 [API:8081]10.0.0.61 - - [2025-11-13 03:11:30] "GET /analytics HTTP/1.1" 401 206 0.000223 [API:8081]10.0.0.61 - - [2025-11-13 03:11:30] "GET /analytics HTTP/1.1" 401 206 0.000129 [API:8081]10.0.0.56 - - [2025-11-13 03:11:30] "GET /analytics HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.56 - - [2025-11-13 03:11:30] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.141 - - [2025-11-13 03:11:33] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2025-11-13 03:11:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1345 0.053204 [API:8081]10.0.0.141 - - [2025-11-13 03:11:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1349 0.048935 [API:8081]10.0.0.141 - - [2025-11-13 03:11:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1568 0.047426 [API:8081]10.0.0.56 - - [2025-11-13 03:11:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059329 [API:8081]10.0.0.141 - - [2025-11-13 03:11:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1132 0.008327 [API:8081]10.0.0.141 - - [2025-11-13 03:11:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1345 0.008357 [API:8081]10.0.0.141 - - [2025-11-13 03:11:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.008934 [API:8081]10.0.0.141 - - [2025-11-13 03:12:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.141 - - [2025-11-13 03:12:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.049986 [API:8081]10.0.0.141 - - [2025-11-13 03:12:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1337 0.063600 [API:8081]10.0.0.141 - - [2025-11-13 03:12:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1548 0.063823 [API:8081]10.0.0.141 - - [2025-11-13 03:12:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.008224 [API:8081]10.0.0.141 - - [2025-11-13 03:12:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1337 0.012744 [API:8081]10.0.0.141 - - [2025-11-13 03:12:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1548 0.008054 [API:8081]10.0.0.141 - - [2025-11-13 03:12:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1769 0.007221 [API:8081]10.0.0.141 - - [2025-11-13 03:12:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1992 0.009514 [API:8081]10.0.0.56 - - [2025-11-13 03:12:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.388778 [API:8081]10.0.0.141 - - [2025-11-13 03:12:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.141 - - [2025-11-13 03:12:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1134 0.060486 [API:8081]10.0.0.141 - - [2025-11-13 03:12:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1351 0.050683 [API:8081]10.0.0.141 - - [2025-11-13 03:12:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.050097 [API:8081]10.0.0.141 - - [2025-11-13 03:12:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1805 0.007435 [API:8081]10.0.0.141 - - [2025-11-13 03:12:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2040 0.008007 [API:8081]10.0.0.56 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.56 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.61 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.61 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.56 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.56 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.61 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.61 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000430 [API:8081]10.0.0.141 - - [2025-11-13 03:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2025-11-13 03:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2025-11-13 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.141 - - [2025-11-13 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.56 - - [2025-11-13 03:14:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053099 [API:8081]10.0.0.56 - - [2025-11-13 03:15:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.053891 [API:8081]10.0.0.56 - - [2025-11-13 03:17:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054156 [API:8081]10.0.0.56 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.56 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.61 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.61 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.56 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.56 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.61 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.61 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.141 - - [2025-11-13 03:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2025-11-13 03:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2025-11-13 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2025-11-13 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.56 - - [2025-11-13 03:18:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.068612 [API:8081]10.0.0.141 - - [2025-11-13 03:19:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.141 - - [2025-11-13 03:19:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1351 0.057269 [API:8081]10.0.0.141 - - [2025-11-13 03:19:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1562 0.050867 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:19:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003084 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002443 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002581 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002350 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:19:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003125 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002262 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002462 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:19:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003652 [API:8081]10.0.0.56 - - [2025-11-13 03:20:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061956 [API:8081]10.0.0.141 - - [2025-11-13 03:21:00] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2025-11-13 03:21:00] "GET /analytics HTTP/1.1" 401 206 0.000201 [API:8081]10.0.0.61 - - [2025-11-13 03:21:30] "GET /analytics HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.61 - - [2025-11-13 03:21:30] "GET /analytics HTTP/1.1" 401 206 0.000217 [API:8081]10.0.0.56 - - [2025-11-13 03:21:30] "GET /analytics HTTP/1.1" 401 206 0.000316 [API:8081]10.0.0.56 - - [2025-11-13 03:21:30] "GET /analytics HTTP/1.1" 401 206 0.000196 [API:8081]10.0.0.56 - - [2025-11-13 03:21:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.060346 [API:8081]10.0.0.56 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.56 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.61 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.61 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.56 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.56 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.61 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.61 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.141 - - [2025-11-13 03:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.141 - - [2025-11-13 03:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.141 - - [2025-11-13 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.141 - - [2025-11-13 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.141 - - [2025-11-13 03:23:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2025-11-13 03:23:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1333 0.052283 [API:8081]10.0.0.56 - - [2025-11-13 03:23:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055196 [API:8081]10.0.0.141 - - [2025-11-13 03:24:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.141 - - [2025-11-13 03:24:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1349 0.057055 [API:8081]10.0.0.56 - - [2025-11-13 03:24:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.055932 [API:8081]10.0.0.56 - - [2025-11-13 03:26:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055842 [API:8081]10.0.0.56 - - [2025-11-13 03:27:55] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.052193 [API:8081]10.0.0.56 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.56 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.61 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.61 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.56 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.56 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.61 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.61 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2025-11-13 03:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.141 - - [2025-11-13 03:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2025-11-13 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.141 - - [2025-11-13 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2025-11-13 03:29:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.141 - - [2025-11-13 03:29:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.051993 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:29:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003046 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002731 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003479 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003777 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:29:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003592 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003207 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002452 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:29:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002223 [API:8081]10.0.0.56 - - [2025-11-13 03:29:56] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050425 [API:8081]10.0.0.56 - - [2025-11-13 03:30:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.067681 [API:8081]10.0.0.141 - - [2025-11-13 03:31:00] "GET /analytics HTTP/1.1" 401 206 0.000937 [API:8081]10.0.0.141 - - [2025-11-13 03:31:00] "GET /analytics HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.61 - - [2025-11-13 03:31:30] "GET /analytics HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.61 - - [2025-11-13 03:31:30] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.56 - - [2025-11-13 03:31:30] "GET /analytics HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.56 - - [2025-11-13 03:31:30] "GET /analytics HTTP/1.1" 401 206 0.000173 [API:8081]10.0.0.56 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000349 [API:8081]10.0.0.56 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.61 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000414 [API:8081]10.0.0.61 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.56 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.56 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.61 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.61 - - [2025-11-13 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2025-11-13 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.141 - - [2025-11-13 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.56 - - [2025-11-13 03:32:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055650 [API:8081]10.0.0.141 - - [2025-11-13 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.141 - - [2025-11-13 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.56 - - [2025-11-13 03:34:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061469 [API:8081]10.0.0.141 - - [2025-11-13 03:34:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-08329261:1b55ffac-c873-46fc-a972-9de90be053a1?flat HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.141 - - [2025-11-13 03:34:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-08329261:1b55ffac-c873-46fc-a972-9de90be053a1?flat HTTP/1.1" 200 5269 0.055810 [API:8081]10.0.0.141 - - [2025-11-13 03:34:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-08329261:1b55ffac-c873-46fc-a972-9de90be053a1?flat HTTP/1.1" 200 5269 0.056265 [API:8081]10.0.0.141 - - [2025-11-13 03:34:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRoutes-08329261:1b55ffac-c873-46fc-a972-9de90be053a1?flat HTTP/1.1" 200 5269 0.055503 [API:8081]10.0.0.141 - - [2025-11-13 03:34:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-08329261:ctest-random-07341555?flat HTTP/1.1" 200 9090 0.018998 [API:8081]10.0.0.141 - - [2025-11-13 03:34:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.022390 [API:8081]10.0.0.141 - - [2025-11-13 03:34:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.021498 [API:8081]10.0.0.141 - - [2025-11-13 03:34:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.019838 [API:8081]10.0.0.141 - - [2025-11-13 03:34:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.021629 [API:8081]10.0.0.141 - - [2025-11-13 03:34:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008503 [API:8081]10.0.0.141 - - [2025-11-13 03:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.008464 [API:8081]10.0.0.141 - - [2025-11-13 03:34:49] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.021091 [API:8081]10.0.0.141 - - [2025-11-13 03:34:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.021689 [API:8081]10.0.0.141 - - [2025-11-13 03:34:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.021186 [API:8081]10.0.0.141 - - [2025-11-13 03:34:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.024554 [API:8081]10.0.0.141 - - [2025-11-13 03:34:55] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.030872 [API:8081]10.0.0.141 - - [2025-11-13 03:34:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.022067 [API:8081]10.0.0.141 - - [2025-11-13 03:34:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.021099 [API:8081]10.0.0.141 - - [2025-11-13 03:34:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.022816 [API:8081]10.0.0.141 - - [2025-11-13 03:35:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.024580 [API:8081]10.0.0.141 - - [2025-11-13 03:35:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.047361 [API:8081]10.0.0.141 - - [2025-11-13 03:35:05] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.022491 [API:8081]10.0.0.141 - - [2025-11-13 03:35:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.021541 [API:8081]10.0.0.141 - - [2025-11-13 03:35:08] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.022937 [API:8081]10.0.0.141 - - [2025-11-13 03:35:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.021650 [API:8081]10.0.0.141 - - [2025-11-13 03:35:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.022911 [API:8081]10.0.0.141 - - [2025-11-13 03:35:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13046 0.022065 [API:8081]10.0.0.141 - - [2025-11-13 03:35:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24653 0.040987 [API:8081]10.0.0.141 - - [2025-11-13 03:35:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12656 0.023801 [API:8081]10.0.0.141 - - [2025-11-13 03:35:14] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRoutes-08329261:ctest-random-07341555?flat HTTP/1.1" 200 8119 0.021539 [API:8081]10.0.0.141 - - [2025-11-13 03:35:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008738 [API:8081]10.0.0.56 - - [2025-11-13 03:36:01] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058083 [API:8081]10.0.0.56 - - [2025-11-13 03:37:02] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.052840 [API:8081]10.0.0.56 - - [2025-11-13 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.56 - - [2025-11-13 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.61 - - [2025-11-13 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.61 - - [2025-11-13 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.56 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.61 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.56 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.61 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.141 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.141 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.141 - - [2025-11-13 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.141 - - [2025-11-13 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.141 - - [2025-11-13 03:38:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.141 - - [2025-11-13 03:38:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1769 0.398256 [API:8081]10.0.0.56 - - [2025-11-13 03:39:04] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057917 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:39:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003059 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002904 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002538 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002390 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:39:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002598 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002271 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002349 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:39:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002214 [API:8081]10.0.0.56 - - [2025-11-13 03:40:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.065720 [API:8081]10.0.0.141 - - [2025-11-13 03:40:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2025-11-13 03:40:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1329 0.051800 [API:8081]10.0.0.141 - - [2025-11-13 03:41:00] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.141 - - [2025-11-13 03:41:00] "GET /analytics HTTP/1.1" 401 206 0.000174 [API:8081]10.0.0.61 - - [2025-11-13 03:41:30] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.61 - - [2025-11-13 03:41:30] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.56 - - [2025-11-13 03:41:30] "GET /analytics HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.56 - - [2025-11-13 03:41:30] "GET /analytics HTTP/1.1" 401 206 0.000183 [API:8081]10.0.0.56 - - [2025-11-13 03:42:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051534 [API:8081]10.0.0.141 - - [2025-11-13 03:42:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.141 - - [2025-11-13 03:42:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.053229 [API:8081]10.0.0.56 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.56 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.61 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.61 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.56 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.56 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.61 - - [2025-11-13 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.61 - - [2025-11-13 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.141 - - [2025-11-13 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.141 - - [2025-11-13 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.141 - - [2025-11-13 03:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2025-11-13 03:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.56 - - [2025-11-13 03:43:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.052256 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:32] "POST /analytics/query HTTP/1.1" 202 179 0.010402 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:32] "GET /analytics/query/ecc2c7ff-c042-11f0-ae40-00000a00008d HTTP/1.1" 200 221 0.010024 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:32] "GET /analytics/query/ecc2c7ff-c042-11f0-ae40-00000a00008d HTTP/1.1" 200 221 0.002258 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:33] "GET /analytics/query/ecc2c7ff-c042-11f0-ae40-00000a00008d HTTP/1.1" 200 338 0.002746 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:33] "GET /analytics/query/ecc2c7ff-c042-11f0-ae40-00000a00008d/chunk-final/0 HTTP/1.1" 200 858 0.002276 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:33] "POST /analytics/query HTTP/1.1" 202 179 0.004842 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:33] "GET /analytics/query/edd28e9c-c042-11f0-8dec-00000a00008d HTTP/1.1" 200 221 0.001912 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:34] "GET /analytics/query/edd28e9c-c042-11f0-8dec-00000a00008d HTTP/1.1" 200 221 0.002077 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:34] "GET /analytics/query/edd28e9c-c042-11f0-8dec-00000a00008d HTTP/1.1" 200 338 0.002710 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:34] "GET /analytics/query/edd28e9c-c042-11f0-8dec-00000a00008d/chunk-final/0 HTTP/1.1" 200 858 0.005854 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:35] "POST /analytics/query HTTP/1.1" 202 179 0.004895 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:35] "GET /analytics/query/eedd029c-c042-11f0-9cab-00000a00008d HTTP/1.1" 200 221 0.002251 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:36] "GET /analytics/query/eedd029c-c042-11f0-9cab-00000a00008d HTTP/1.1" 200 339 0.001994 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:36] "GET /analytics/query/eedd029c-c042-11f0-9cab-00000a00008d/chunk-final/0 HTTP/1.1" 200 26253 0.002849 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:36] "POST /analytics/query HTTP/1.1" 202 179 0.008379 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:36] "GET /analytics/query/ef91154f-c042-11f0-94f5-00000a00008d HTTP/1.1" 200 221 0.003359 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:37] "GET /analytics/query/ef91154f-c042-11f0-94f5-00000a00008d HTTP/1.1" 200 339 0.002055 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:37] "GET /analytics/query/ef91154f-c042-11f0-94f5-00000a00008d/chunk-final/0 HTTP/1.1" 200 26253 0.002789 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:37] "POST /analytics/query HTTP/1.1" 202 179 0.022221 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:38] "GET /analytics/query/f042ed61-c042-11f0-9fc7-00000a00008d HTTP/1.1" 200 221 0.002227 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:38] "GET /analytics/query/f042ed61-c042-11f0-9fc7-00000a00008d HTTP/1.1" 200 339 0.002066 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:38] "GET /analytics/query/f042ed61-c042-11f0-9fc7-00000a00008d/chunk-final/0 HTTP/1.1" 200 9829 0.003047 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:42] "GET /analytics/tables HTTP/1.1" 200 76090 0.003373 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:42] "POST /analytics/query HTTP/1.1" 202 179 0.004585 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:42] "GET /analytics/query/f2e8910f-c042-11f0-9b7d-00000a00008d HTTP/1.1" 200 221 0.001770 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:42] "GET /analytics/query/f2e8910f-c042-11f0-9b7d-00000a00008d HTTP/1.1" 200 340 0.001997 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:42] "GET /analytics/query/f2e8910f-c042-11f0-9b7d-00000a00008d/chunk-final/0 HTTP/1.1" 200 322039 0.009096 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:43] "GET /analytics/tables HTTP/1.1" 200 76090 0.003294 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:44] "GET /analytics/tables HTTP/1.1" 200 76090 0.003211 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:44] "POST /analytics/query HTTP/1.1" 202 179 0.010732 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:44] "GET /analytics/query/f4024c8e-c042-11f0-83c4-00000a00008d HTTP/1.1" 200 221 0.002624 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:44] "GET /analytics/query/f4024c8e-c042-11f0-83c4-00000a00008d HTTP/1.1" 200 338 0.002258 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:44] "GET /analytics/query/f4024c8e-c042-11f0-83c4-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.001874 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:44] "POST /analytics/query HTTP/1.1" 202 179 0.005906 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:44] "GET /analytics/query/f4545098-c042-11f0-8435-00000a00008d HTTP/1.1" 200 221 0.002635 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:45] "GET /analytics/query/f4545098-c042-11f0-8435-00000a00008d HTTP/1.1" 200 338 0.001887 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:45] "GET /analytics/query/f4545098-c042-11f0-8435-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.001529 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:45] "POST /analytics/query HTTP/1.1" 202 179 0.004323 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:45] "GET /analytics/query/f4a6e97d-c042-11f0-bf8b-00000a00008d HTTP/1.1" 200 221 0.001556 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:45] "GET /analytics/query/f4a6e97d-c042-11f0-bf8b-00000a00008d HTTP/1.1" 200 338 0.002535 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:45] "GET /analytics/query/f4a6e97d-c042-11f0-bf8b-00000a00008d/chunk-final/0 HTTP/1.1" 200 9343 0.002340 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:45] "POST /analytics/query HTTP/1.1" 202 179 0.018278 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:45] "GET /analytics/query/f4f70dfd-c042-11f0-8edd-00000a00008d HTTP/1.1" 200 221 0.004222 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:46] "GET /analytics/query/f4f70dfd-c042-11f0-8edd-00000a00008d HTTP/1.1" 200 338 0.002125 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:46] "GET /analytics/query/f4f70dfd-c042-11f0-8edd-00000a00008d/chunk-final/0 HTTP/1.1" 200 4013 0.002222 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:46] "POST /analytics/query HTTP/1.1" 202 179 0.006945 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:46] "GET /analytics/query/f54a29ae-c042-11f0-822b-00000a00008d HTTP/1.1" 200 221 0.005190 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:46] "GET /analytics/query/f54a29ae-c042-11f0-822b-00000a00008d HTTP/1.1" 200 338 0.001900 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:46] "GET /analytics/query/f54a29ae-c042-11f0-822b-00000a00008d/chunk-final/0 HTTP/1.1" 200 7876 0.001986 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:46] "POST /analytics/query HTTP/1.1" 202 179 0.004260 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:46] "GET /analytics/query/f59b1705-c042-11f0-8377-00000a00008d HTTP/1.1" 200 221 0.001950 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:47] "GET /analytics/query/f59b1705-c042-11f0-8377-00000a00008d HTTP/1.1" 200 338 0.002060 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:47] "GET /analytics/query/f59b1705-c042-11f0-8377-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.002162 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:47] "POST /analytics/query HTTP/1.1" 202 179 0.010032 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:47] "GET /analytics/query/f5eb5aa7-c042-11f0-8b6e-00000a00008d HTTP/1.1" 200 221 0.007780 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:48] "GET /analytics/query/f5eb5aa7-c042-11f0-8b6e-00000a00008d HTTP/1.1" 200 338 0.002398 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:48] "GET /analytics/query/f5eb5aa7-c042-11f0-8b6e-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.002131 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:48] "POST /analytics/query HTTP/1.1" 202 179 0.004081 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:48] "GET /analytics/query/f63e19d2-c042-11f0-bd38-00000a00008d HTTP/1.1" 200 221 0.001883 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:48] "GET /analytics/query/f63e19d2-c042-11f0-bd38-00000a00008d HTTP/1.1" 200 338 0.002438 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:48] "GET /analytics/query/f63e19d2-c042-11f0-bd38-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.001595 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:48] "POST /analytics/query HTTP/1.1" 202 179 0.004423 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:48] "GET /analytics/query/f68e41f0-c042-11f0-bb20-00000a00008d HTTP/1.1" 200 221 0.002342 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:49] "GET /analytics/query/f68e41f0-c042-11f0-bb20-00000a00008d HTTP/1.1" 200 338 0.002211 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:49] "GET /analytics/query/f68e41f0-c042-11f0-bb20-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.001575 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:49] "POST /analytics/query HTTP/1.1" 202 179 0.016496 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:49] "GET /analytics/query/f6de4797-c042-11f0-9270-00000a00008d HTTP/1.1" 200 221 0.002710 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:49] "GET /analytics/query/f6de4797-c042-11f0-9270-00000a00008d HTTP/1.1" 200 338 0.001985 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:49] "GET /analytics/query/f6de4797-c042-11f0-9270-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.001692 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:49] "POST /analytics/query HTTP/1.1" 202 179 0.003972 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:49] "GET /analytics/query/f730a73c-c042-11f0-9bac-00000a00008d HTTP/1.1" 200 221 0.002226 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:50] "GET /analytics/query/f730a73c-c042-11f0-9bac-00000a00008d HTTP/1.1" 200 338 0.002001 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:50] "GET /analytics/query/f730a73c-c042-11f0-9bac-00000a00008d/chunk-final/0 HTTP/1.1" 200 4013 0.003278 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:50] "POST /analytics/query HTTP/1.1" 202 179 0.004743 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:50] "GET /analytics/query/f78139d8-c042-11f0-9d8b-00000a00008d HTTP/1.1" 200 221 0.001650 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:50] "GET /analytics/query/f78139d8-c042-11f0-9d8b-00000a00008d HTTP/1.1" 200 338 0.002069 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:50] "GET /analytics/query/f78139d8-c042-11f0-9d8b-00000a00008d/chunk-final/0 HTTP/1.1" 200 145 0.001713 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:51] "GET /analytics/tables HTTP/1.1" 200 76090 0.003295 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:52] "GET /analytics/tables HTTP/1.1" 200 76090 0.003569 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:52] "POST /analytics/query HTTP/1.1" 202 179 0.017691 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:52] "GET /analytics/query/f8a05191-c042-11f0-bad4-00000a00008d HTTP/1.1" 200 221 0.002685 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:52] "GET /analytics/query/f8a05191-c042-11f0-bad4-00000a00008d HTTP/1.1" 200 340 0.002900 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:52] "GET /analytics/query/f8a05191-c042-11f0-bad4-00000a00008d/chunk-final/0 HTTP/1.1" 200 1505223 0.019129 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:52] "POST /analytics/query HTTP/1.1" 202 179 0.004494 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:52] "GET /analytics/query/f8fd80b6-c042-11f0-8049-00000a00008d HTTP/1.1" 200 221 0.010505 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:53] "GET /analytics/query/f8fd80b6-c042-11f0-8049-00000a00008d HTTP/1.1" 200 340 0.002150 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:53] "GET /analytics/query/f8fd80b6-c042-11f0-8049-00000a00008d/chunk-final/0 HTTP/1.1" 200 1506622 0.036027 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003712 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:54] "GET /analytics/tables HTTP/1.1" 200 76090 0.003331 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:55] "GET /analytics/tables HTTP/1.1" 200 76090 0.003335 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003407 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:56] "GET /analytics/tables HTTP/1.1" 200 76090 0.003473 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:56] "POST /analytics/query HTTP/1.1" 202 179 0.004568 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:56] "GET /analytics/query/fb68437f-c042-11f0-845b-00000a00008d HTTP/1.1" 200 221 0.001478 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:57] "GET /analytics/query/fb68437f-c042-11f0-845b-00000a00008d HTTP/1.1" 200 339 0.001922 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:57] "GET /analytics/query/fb68437f-c042-11f0-845b-00000a00008d/chunk-final/0 HTTP/1.1" 200 82444 0.004489 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:57] "GET /analytics/tables HTTP/1.1" 200 76090 0.003697 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:57] "POST /analytics/query HTTP/1.1" 202 179 0.024140 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:57] "GET /analytics/query/fc279f46-c042-11f0-a301-00000a00008d HTTP/1.1" 200 221 0.004461 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:58] "GET /analytics/query/fc279f46-c042-11f0-a301-00000a00008d HTTP/1.1" 200 341 0.001903 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:58] "GET /analytics/query/fc279f46-c042-11f0-a301-00000a00008d/chunk-final/0 HTTP/1.1" 200 940733 0.028753 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003387 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:43:59] "GET /analytics/tables HTTP/1.1" 200 76090 0.003386 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:03] "GET /analytics/tables HTTP/1.1" 200 76090 0.003585 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:04] "POST /analytics/query HTTP/1.1" 200 145 1.010515 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:04] "GET /analytics/tables HTTP/1.1" 200 76090 0.003560 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:05] "POST /analytics/query HTTP/1.1" 200 2123 1.012622 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:06] "GET /analytics/tables HTTP/1.1" 200 76090 0.003269 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:07] "POST /analytics/query HTTP/1.1" 200 760 1.011220 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:08] "GET /analytics/tables HTTP/1.1" 200 76090 0.004753 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:09] "POST /analytics/query HTTP/1.1" 200 2831 1.010985 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:09] "GET /analytics/tables HTTP/1.1" 200 76090 0.003663 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:10] "POST /analytics/query HTTP/1.1" 200 206 1.010870 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:11] "GET /analytics/tables HTTP/1.1" 200 76090 0.003837 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:12] "POST /analytics/query HTTP/1.1" 200 1339 1.024803 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:13] "GET /analytics/tables HTTP/1.1" 200 76090 0.005560 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:14] "POST /analytics/query HTTP/1.1" 200 2831 1.016865 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:14] "GET /analytics/tables HTTP/1.1" 200 76090 0.003534 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:15] "POST /analytics/query HTTP/1.1" 200 831 1.010890 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:16] "GET /analytics/tables HTTP/1.1" 200 76090 0.003334 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:17] "POST /analytics/query HTTP/1.1" 200 141393 1.022544 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:18] "GET /analytics/tables HTTP/1.1" 200 76090 0.003531 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:19] "POST /analytics/query HTTP/1.1" 200 929 1.013671 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:19] "GET /analytics/tables HTTP/1.1" 200 76090 0.003839 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:20] "POST /analytics/query HTTP/1.1" 200 258 1.012012 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:21] "GET /analytics/tables HTTP/1.1" 200 76090 0.003597 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:22] "POST /analytics/query HTTP/1.1" 200 596 1.018156 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:23] "GET /analytics/tables HTTP/1.1" 200 76090 0.003548 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:24] "POST /analytics/query HTTP/1.1" 200 1427 1.011665 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:24] "GET /analytics/tables HTTP/1.1" 200 76090 0.004384 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:25] "POST /analytics/query HTTP/1.1" 200 596 1.010920 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:26] "GET /analytics/tables HTTP/1.1" 200 76090 0.003983 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:27] "POST /analytics/query HTTP/1.1" 200 236 1.013591 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:44:28] "GET /analytics/tables HTTP/1.1" 200 76090 0.004633 [API:8081]10.0.0.141 - - [2025-11-13 03:44:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.141 - - [2025-11-13 03:44:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1399 0.055495 [API:8081]10.0.0.56 - - [2025-11-13 03:45:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056726 [API:8081]10.0.0.141 - - [2025-11-13 03:45:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.145429 [API:8081]10.0.0.141 - - [2025-11-13 03:45:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.008840 [API:8081]10.0.0.141 - - [2025-11-13 03:45:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.052583 [API:8081]10.0.0.141 - - [2025-11-13 03:46:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.008541 [API:8081]10.0.0.141 - - [2025-11-13 03:46:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.007733 [API:8081]10.0.0.141 - - [2025-11-13 03:46:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.010770 [API:8081]10.0.0.141 - - [2025-11-13 03:46:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.008182 [API:8081]10.0.0.141 - - [2025-11-13 03:46:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1660 0.007922 [API:8081]10.0.0.56 - - [2025-11-13 03:46:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.051754 [API:8081]10.0.0.141 - - [2025-11-13 03:46:20] "POST /analytics/query HTTP/1.1" 200 222 1.016972 [API:8081]10.0.0.141 - - [2025-11-13 03:46:21] "POST /analytics/query HTTP/1.1" 200 222 1.017134 [API:8081]10.0.0.141 - - [2025-11-13 03:46:22] "POST /analytics/query HTTP/1.1" 200 353 1.018049 [API:8081]10.0.0.56 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.56 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.61 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.61 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.56 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000324 [API:8081]10.0.0.56 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.61 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.61 - - [2025-11-13 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.141 - - [2025-11-13 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.141 - - [2025-11-13 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.141 - - [2025-11-13 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000715 [API:8081]10.0.0.141 - - [2025-11-13 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.56 - - [2025-11-13 03:48:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053986 [API:8081]10.0.0.56 - - [2025-11-13 03:49:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.056706 [API:8081]10.0.0.141 - - [2025-11-13 03:49:42] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25594 0.021342 [API:8081]10.0.0.141 - - [2025-11-13 03:49:42] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13741 0.021018 [API:8081]10.0.0.141 - - [2025-11-13 03:49:43] "POST /analytics/query HTTP/1.1" 200 507 1.057902 [API:8081]10.0.0.141 - - [2025-11-13 03:49:44] "POST /analytics/query HTTP/1.1" 200 353 1.016574 [API:8081]10.0.0.141 - - [2025-11-13 03:49:45] "POST /analytics/query HTTP/1.1" 200 353 1.021178 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:49:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002563 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002764 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:49:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003293 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:49:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003414 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:49:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003418 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:49:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002591 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:49:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002957 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:49:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004306 [API:8081]10.0.0.141 - - [2025-11-13 03:51:00] "GET /analytics HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.141 - - [2025-11-13 03:51:00] "GET /analytics HTTP/1.1" 401 206 0.000198 [API:8081]10.0.0.56 - - [2025-11-13 03:51:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056669 [API:8081]10.0.0.61 - - [2025-11-13 03:51:30] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.61 - - [2025-11-13 03:51:30] "GET /analytics HTTP/1.1" 401 206 0.000149 [API:8081]10.0.0.56 - - [2025-11-13 03:51:30] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.56 - - [2025-11-13 03:51:30] "GET /analytics HTTP/1.1" 401 206 0.000137 [API:8081]10.0.0.56 - - [2025-11-13 03:52:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.064054 [API:8081]10.0.0.56 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.56 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.61 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.61 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.56 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.56 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.61 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.61 - - [2025-11-13 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.141 - - [2025-11-13 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.141 - - [2025-11-13 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2025-11-13 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000325 [API:8081]10.0.0.141 - - [2025-11-13 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.56 - - [2025-11-13 03:54:17] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059206 [API:8081]10.0.0.56 - - [2025-11-13 03:55:18] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.059867 [API:8081]10.0.0.56 - - [2025-11-13 03:57:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052504 [API:8081]10.0.0.56 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.56 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.61 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.61 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.56 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000303 [API:8081]10.0.0.56 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.61 - - [2025-11-13 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.61 - - [2025-11-13 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.141 - - [2025-11-13 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.141 - - [2025-11-13 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.141 - - [2025-11-13 03:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2025-11-13 03:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.56 - - [2025-11-13 03:58:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.055870 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002987 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002972 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003029 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002527 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002863 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002351 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002218 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002237 [API:8081]10.0.0.56 - - [2025-11-13 04:00:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083804 [API:8081]10.0.0.141 - - [2025-11-13 04:01:00] "GET /analytics HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.141 - - [2025-11-13 04:01:00] "GET /analytics HTTP/1.1" 401 206 0.000204 [API:8081]10.0.0.56 - - [2025-11-13 04:01:23] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.059364 [API:8081]10.0.0.61 - - [2025-11-13 04:01:30] "GET /analytics HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.61 - - [2025-11-13 04:01:30] "GET /analytics HTTP/1.1" 401 206 0.000151 [API:8081]10.0.0.56 - - [2025-11-13 04:01:30] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.56 - - [2025-11-13 04:01:30] "GET /analytics HTTP/1.1" 401 206 0.000183 [API:8081]10.0.0.141 - - [2025-11-13 04:01:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.141 - - [2025-11-13 04:01:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1339 0.066195 [API:8081]10.0.0.141 - - [2025-11-13 04:02:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:669ee111-25d9-40bf-8c66-f54b586ffa98?flat HTTP/1.1" 200 5204 0.058298 [API:8081]10.0.0.141 - - [2025-11-13 04:02:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:669ee111-25d9-40bf-8c66-f54b586ffa98?flat HTTP/1.1" 200 5204 0.136998 [API:8081]10.0.0.141 - - [2025-11-13 04:02:16] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:669ee111-25d9-40bf-8c66-f54b586ffa98?flat HTTP/1.1" 200 5204 0.041430 [API:8081]10.0.0.141 - - [2025-11-13 04:02:17] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-91466202:EVPN-VN1?flat HTTP/1.1" 200 7828 0.052413 [API:8081]10.0.0.141 - - [2025-11-13 04:02:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25599 0.054486 [API:8081]10.0.0.141 - - [2025-11-13 04:02:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13036 0.049094 [API:8081]10.0.0.141 - - [2025-11-13 04:02:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25599 0.035975 [API:8081]10.0.0.141 - - [2025-11-13 04:02:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 13036 0.041333 [API:8081]10.0.0.141 - - [2025-11-13 04:02:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.012538 [API:8081]10.0.0.141 - - [2025-11-13 04:02:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:9e98c8b7-76f5-42d0-826f-eaaef2a3713f?flat HTTP/1.1" 200 5064 0.017805 [API:8081]10.0.0.141 - - [2025-11-13 04:02:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:9e98c8b7-76f5-42d0-826f-eaaef2a3713f?flat HTTP/1.1" 200 5064 0.021159 [API:8081]10.0.0.141 - - [2025-11-13 04:02:27] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:9e98c8b7-76f5-42d0-826f-eaaef2a3713f?flat HTTP/1.1" 200 5064 0.019997 [API:8081]10.0.0.141 - - [2025-11-13 04:02:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-91466202:EVPN-VN1?flat HTTP/1.1" 200 7828 0.025212 [API:8081]10.0.0.141 - - [2025-11-13 04:02:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25593 0.047321 [API:8081]10.0.0.141 - - [2025-11-13 04:02:27] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 25593 0.021288 [API:8081]10.0.0.141 - - [2025-11-13 04:02:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008924 [API:8081]10.0.0.56 - - [2025-11-13 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.56 - - [2025-11-13 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000301 [API:8081]10.0.0.61 - - [2025-11-13 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.61 - - [2025-11-13 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.56 - - [2025-11-13 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.56 - - [2025-11-13 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.61 - - [2025-11-13 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.61 - - [2025-11-13 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2025-11-13 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000295 [API:8081]10.0.0.141 - - [2025-11-13 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.141 - - [2025-11-13 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.141 - - [2025-11-13 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.56 - - [2025-11-13 04:03:24] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078157 [API:8081]10.0.0.56 - - [2025-11-13 04:04:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.055609 [API:8081]10.0.0.141 - - [2025-11-13 04:04:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:669ee111-25d9-40bf-8c66-f54b586ffa98?flat HTTP/1.1" 200 5308 0.014287 [API:8081]10.0.0.141 - - [2025-11-13 04:04:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:669ee111-25d9-40bf-8c66-f54b586ffa98?flat HTTP/1.1" 200 5308 0.015450 [API:8081]10.0.0.141 - - [2025-11-13 04:04:53] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:669ee111-25d9-40bf-8c66-f54b586ffa98?flat HTTP/1.1" 200 5308 0.015169 [API:8081]10.0.0.141 - - [2025-11-13 04:04:53] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-91466202:EVPN-VN1?flat HTTP/1.1" 200 9293 0.019158 [API:8081]10.0.0.141 - - [2025-11-13 04:04:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23892 0.021941 [API:8081]10.0.0.141 - - [2025-11-13 04:04:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23892 0.020846 [API:8081]10.0.0.141 - - [2025-11-13 04:04:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010165 [API:8081]10.0.0.141 - - [2025-11-13 04:04:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:9e98c8b7-76f5-42d0-826f-eaaef2a3713f?flat HTTP/1.1" 200 5213 0.013914 [API:8081]10.0.0.141 - - [2025-11-13 04:04:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:9e98c8b7-76f5-42d0-826f-eaaef2a3713f?flat HTTP/1.1" 200 5213 0.012685 [API:8081]10.0.0.141 - - [2025-11-13 04:04:56] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestEvpnCasesRestart-91466202:9e98c8b7-76f5-42d0-826f-eaaef2a3713f?flat HTTP/1.1" 200 5213 0.013023 [API:8081]10.0.0.141 - - [2025-11-13 04:04:56] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-91466202:EVPN-VN1?flat HTTP/1.1" 200 9293 0.016937 [API:8081]10.0.0.141 - - [2025-11-13 04:04:56] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23096 0.024984 [API:8081]10.0.0.141 - - [2025-11-13 04:04:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 23096 0.019096 [API:8081]10.0.0.141 - - [2025-11-13 04:04:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008694 [API:8081]10.0.0.141 - - [2025-11-13 04:06:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24461 0.020335 [API:8081]10.0.0.141 - - [2025-11-13 04:06:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-91466202:EVPN-VN1?flat HTTP/1.1" 200 8508 0.016376 [API:8081]10.0.0.141 - - [2025-11-13 04:06:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008404 [API:8081]10.0.0.141 - - [2025-11-13 04:06:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33111 0.025970 [API:8081]10.0.0.141 - - [2025-11-13 04:06:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33111 0.025774 [API:8081]10.0.0.141 - - [2025-11-13 04:06:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33111 0.025427 [API:8081]10.0.0.141 - - [2025-11-13 04:06:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33113 0.033624 [API:8081]10.0.0.141 - - [2025-11-13 04:06:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestEvpnCasesRestart-91466202:EVPN-VN1?flat HTTP/1.1" 200 5990 0.015389 [API:8081]10.0.0.141 - - [2025-11-13 04:06:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010314 [API:8081]10.0.0.56 - - [2025-11-13 04:06:27] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.066943 [API:8081]10.0.0.56 - - [2025-11-13 04:07:28] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.059721 [API:8081]10.0.0.56 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.56 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000382 [API:8081]10.0.0.61 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.61 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.56 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.56 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.61 - - [2025-11-13 04:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.61 - - [2025-11-13 04:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.141 - - [2025-11-13 04:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.141 - - [2025-11-13 04:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2025-11-13 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2025-11-13 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.141 - - [2025-11-13 04:08:39] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-79792200:ctest-TestRbac-79792200-70627522?flat HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.141 - - [2025-11-13 04:08:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-79792200:ctest-TestRbac-79792200-70627522?flat HTTP/1.1" 200 6494 0.442806 [API:8081]10.0.0.141 - - [2025-11-13 04:08:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.111894 [API:8081]10.0.0.141 - - [2025-11-13 04:08:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-79792200:ctest-TestRbac-79792200-70627522?flat HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.141 - - [2025-11-13 04:08:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-79792200:ctest-TestRbac-79792200-70627522?flat HTTP/1.1" 200 6494 0.133305 [API:8081]10.0.0.141 - - [2025-11-13 04:08:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 336 0.069604 [API:8081]10.0.0.141 - - [2025-11-13 04:09:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-86453847:f75ed062-e5ed-42e6-9506-b5c7dec68736?flat HTTP/1.1" 200 5318 0.114834 [API:8081]10.0.0.141 - - [2025-11-13 04:09:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-86453847:f75ed062-e5ed-42e6-9506-b5c7dec68736?flat HTTP/1.1" 200 5318 0.053932 [API:8081]10.0.0.141 - - [2025-11-13 04:09:13] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbac-86453847:f75ed062-e5ed-42e6-9506-b5c7dec68736?flat HTTP/1.1" 200 5318 0.057706 [API:8081]10.0.0.141 - - [2025-11-13 04:09:13] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-79792200:ctest-TestRbac-79792200-70627522?flat HTTP/1.1" 200 8364 0.055943 [API:8081]10.0.0.141 - - [2025-11-13 04:09:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.028477 [API:8081]10.0.0.141 - - [2025-11-13 04:09:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.122693 [API:8081]10.0.0.141 - - [2025-11-13 04:09:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.141 - - [2025-11-13 04:09:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.059829 [API:8081]10.0.0.141 - - [2025-11-13 04:09:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.045324 [API:8081]10.0.0.141 - - [2025-11-13 04:09:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.132030 [API:8081]10.0.0.141 - - [2025-11-13 04:09:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.073757 [API:8081]10.0.0.141 - - [2025-11-13 04:09:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.036261 [API:8081]10.0.0.141 - - [2025-11-13 04:09:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.074797 [API:8081]10.0.0.141 - - [2025-11-13 04:09:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.106381 [API:8081]10.0.0.141 - - [2025-11-13 04:09:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.018899 [API:8081]10.0.0.141 - - [2025-11-13 04:09:22] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.071958 [API:8081]10.0.0.141 - - [2025-11-13 04:09:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.018892 [API:8081]10.0.0.141 - - [2025-11-13 04:09:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.020186 [API:8081]10.0.0.56 - - [2025-11-13 04:09:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049610 [API:8081]10.0.0.141 - - [2025-11-13 04:09:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.021552 [API:8081]10.0.0.141 - - [2025-11-13 04:09:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.036844 [API:8081]10.0.0.141 - - [2025-11-13 04:09:38] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.037739 [API:8081]10.0.0.141 - - [2025-11-13 04:09:41] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24717 0.021099 [API:8081]10.0.0.141 - - [2025-11-13 04:09:44] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24718 0.027211 [API:8081]10.0.0.141 - - [2025-11-13 04:09:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbac-79792200:ctest-TestRbac-79792200-70627522?flat HTTP/1.1" 200 6494 0.012566 [API:8081]10.0.0.141 - - [2025-11-13 04:09:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008714 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:09:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002485 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:09:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002724 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:09:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002755 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:09:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002764 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:09:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003445 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:09:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003187 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:09:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003139 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:09:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002821 [API:8081]10.0.0.141 - - [2025-11-13 04:10:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36897910:ctest-TestRbacBasic-36897910-11409233?flat HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.141 - - [2025-11-13 04:10:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36897910:ctest-TestRbacBasic-36897910-11409233?flat HTTP/1.1" 200 2120 0.089490 [API:8081]10.0.0.141 - - [2025-11-13 04:10:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36897910:ctest-TestRbacBasic-36897910-11409233?flat HTTP/1.1" 401 206 0.000226 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-28368370'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-76416190' RBAC: ctest-TestRbacBasic-39215774 doesn't have read permission in project 'a8736be8f4304b8a93f7c2c0844cfa9f' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-36897910', 'ctest-TestRbacBasic-36897910-11409233'], 'virtual_network', '0ef78bd1-7a25-4b7a-9278-7a76561e4606', "Permission Denied for ['ctest-TestRbacBasic-28368370'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-76416190' RBAC: ctest-TestRbacBasic-39215774 doesn't have read permission in project 'a8736be8f4304b8a93f7c2c0844cfa9f'"),) [API:8081]10.0.0.141 - - [2025-11-13 04:10:03] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36897910:ctest-TestRbacBasic-36897910-11409233?flat HTTP/1.1" 403 199 0.090790 [API:8081]10.0.0.141 - - [2025-11-13 04:10:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36897910:ctest-TestRbacBasic-36897910-11409233?flat HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.141 - - [2025-11-13 04:10:05] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36897910:ctest-TestRbacBasic-36897910-11409233?flat HTTP/1.1" 200 2120 0.058382 [API:8081]10.0.0.141 - - [2025-11-13 04:10:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.064208 [API:8081]10.0.0.141 - - [2025-11-13 04:10:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.062669 [API:8081]10.0.0.141 - - [2025-11-13 04:10:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1413 0.054347 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-28368370'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-36897910' RBAC: ctest-TestRbacBasic-39215774 doesn't have read permission in project '759c0bf5101b4273be4036cd91b325c4' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-36897910', 'ctest-TestRbacBasic-36897910-11409233'], 'virtual_network', '0ef78bd1-7a25-4b7a-9278-7a76561e4606', "Permission Denied for ['ctest-TestRbacBasic-28368370'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-36897910' RBAC: ctest-TestRbacBasic-39215774 doesn't have read permission in project '759c0bf5101b4273be4036cd91b325c4'"),) [API:8081]10.0.0.141 - - [2025-11-13 04:10:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36897910:ctest-TestRbacBasic-36897910-11409233?flat HTTP/1.1" 403 199 0.037310 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ['ctest-TestRbacBasic-28368370'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-36897910' RBAC: ctest-TestRbacBasic-39215774 doesn't have read permission in project '759c0bf5101b4273be4036cd91b325c4' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-36897910', 'ctest-TestRbacBasic-36897910-11409233'], 'virtual_network', '0ef78bd1-7a25-4b7a-9278-7a76561e4606', "Permission Denied for ['ctest-TestRbacBasic-28368370'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-36897910' RBAC: ctest-TestRbacBasic-39215774 doesn't have read permission in project '759c0bf5101b4273be4036cd91b325c4'"),) [API:8081]10.0.0.141 - - [2025-11-13 04:10:06] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36897910:ctest-TestRbacBasic-36897910-11409233?flat HTTP/1.1" 403 199 0.083150 [API:8081]10.0.0.141 - - [2025-11-13 04:10:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36897910:ctest-TestRbacBasic-36897910-11409233?flat HTTP/1.1" 200 2124 0.046531 [API:8081]10.0.0.141 - - [2025-11-13 04:10:07] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36897910:ctest-TestRbacBasic-36897910-11409233?flat HTTP/1.1" 200 2124 0.010716 [API:8081]10.0.0.141 - - [2025-11-13 04:10:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.070410 [API:8081]10.0.0.141 - - [2025-11-13 04:10:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.044728 [API:8081]10.0.0.141 - - [2025-11-13 04:10:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1413 0.008740 [API:8081]10.0.0.141 - - [2025-11-13 04:10:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1166 0.009011 [API:8081]10.0.0.141 - - [2025-11-13 04:10:19] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-54922921?flat HTTP/1.1" 401 206 0.000278 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-61750550 as ['ctest-TestRbacBasic-49478054'] to R virtual-network in ctest-TestRbacBasic-59249342 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-59249342', 'ctest-TestRbacBasic-59249342-54922921'], 'virtual_network', '9d3f6d29-a0d6-44ee-9788-d2d43eba7132', "Permission Denied for ctest-TestRbacBasic-61750550 as ['ctest-TestRbacBasic-49478054'] to R virtual-network in ctest-TestRbacBasic-59249342"),) [API:8081]10.0.0.141 - - [2025-11-13 04:10:20] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-54922921?flat HTTP/1.1" 403 199 0.100856 [API:8081]10.0.0.141 - - [2025-11-13 04:10:21] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.056276 [API:8081]10.0.0.141 - - [2025-11-13 04:10:22] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-54922921?flat HTTP/1.1" 200 2119 0.048004 [API:8081]10.0.0.141 - - [2025-11-13 04:10:22] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.090459 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-61750550 as ['ctest-TestRbacBasic-49478054'] to R virtual-network in ctest-TestRbacBasic-59249342 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-59249342', 'ctest-TestRbacBasic-59249342-54922921'], 'virtual_network', '9d3f6d29-a0d6-44ee-9788-d2d43eba7132', "Permission Denied for ctest-TestRbacBasic-61750550 as ['ctest-TestRbacBasic-49478054'] to R virtual-network in ctest-TestRbacBasic-59249342"),) [API:8081]10.0.0.141 - - [2025-11-13 04:10:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-54922921?flat HTTP/1.1" 403 199 0.035097 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-61750550 as ['ctest-TestRbacBasic-49478054'] to R virtual-network in ctest-TestRbacBasic-59249342 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-59249342', 'ctest-TestRbacBasic-59249342-54922921'], 'virtual_network', '9d3f6d29-a0d6-44ee-9788-d2d43eba7132', "Permission Denied for ctest-TestRbacBasic-61750550 as ['ctest-TestRbacBasic-49478054'] to R virtual-network in ctest-TestRbacBasic-59249342"),) [API:8081]10.0.0.141 - - [2025-11-13 04:10:24] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-54922921?flat HTTP/1.1" 403 199 0.081854 [API:8081]10.0.0.141 - - [2025-11-13 04:10:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.054254 [API:8081]10.0.0.141 - - [2025-11-13 04:10:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-54922921?flat HTTP/1.1" 200 2119 0.046365 [API:8081]10.0.0.141 - - [2025-11-13 04:10:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.040610 [API:8081]10.0.0.141 - - [2025-11-13 04:10:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-54922921?flat HTTP/1.1" 401 206 0.000280 --- Logging error --- Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 126, in get_obj_perms_by_name obj = getattr(self._vnc_api_client, obj_get_method) (id = uuid) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 728, in _object_read response = self._request_server(OP_GET, uri, query_params) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1183, in _request raise PermissionDenied(content) vnc_api.exceptions.PermissionDenied: Permission Denied for ctest-TestRbacBasic-39215774 as ['ctest-TestRbacBasic-28368370'] to R virtual-network in ctest-TestRbacBasic-59249342 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/python3.9/logging/handlers.py", line 73, in emit if self.shouldRollover(record): File "/usr/lib64/python3.9/logging/handlers.py", line 194, in shouldRollover msg = "%s\n" % self.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 927, in format return fmt.format(record) File "/usr/lib64/python3.9/logging/__init__.py", line 663, in format record.message = record.getMessage() File "/usr/lib64/python3.9/logging/__init__.py", line 367, in getMessage msg = msg % self.args TypeError: not enough arguments for format string Call stack: File "/usr/local/lib64/python3.9/site-packages/gevent/baseserver.py", line 34, in _handle_and_close_when_done return handle(*args_tuple) File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1704, in handle handler.handle() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 578, in handle result = self.handle_one_request() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 808, in handle_one_request self.handle_one_response() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1111, in handle_one_response self.run_application() File "/usr/local/lib64/python3.9/site-packages/gevent/pywsgi.py", line 1057, in run_application self.result = self.application(self.environ, self.start_response) File "/usr/local/bin/bottle.py", line 993, in __call__ return self.wsgi(environ, start_response) File "/usr/local/bin/bottle.py", line 968, in wsgi out = self._cast(self._handle(environ)) File "/usr/local/bin/bottle.py", line 937, in _cast first = next(iout) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 2052, in dyn_http_get rv_obj_perms = self.get_obj_perms(name, cfg_type) File "/usr/local/lib/python3.9/site-packages/opserver/opserver.py", line 1319, in get_obj_perms rv_obj_perms = self._vnc_api_client.get_obj_perms_by_name( File "/usr/local/lib/python3.9/site-packages/opserver/vnc_cfg_api_client.py", line 129, in get_obj_perms_by_name self._logger.error("fq_name:%s cfg_type:%s uuid:%s Exception: %s", \ Message: 'fq_name:%s cfg_type:%s uuid:%s Exception: %s' Arguments: ((['default-domain', 'ctest-TestRbacBasic-59249342', 'ctest-TestRbacBasic-59249342-54922921'], 'virtual_network', '9d3f6d29-a0d6-44ee-9788-d2d43eba7132', "Permission Denied for ctest-TestRbacBasic-39215774 as ['ctest-TestRbacBasic-28368370'] to R virtual-network in ctest-TestRbacBasic-59249342"),) [API:8081]10.0.0.141 - - [2025-11-13 04:10:26] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-54922921?flat HTTP/1.1" 403 199 0.080745 [API:8081]10.0.0.141 - - [2025-11-13 04:10:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 109 0.050069 [API:8081]10.0.0.141 - - [2025-11-13 04:10:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-54922921?flat HTTP/1.1" 200 2119 0.039195 [API:8081]10.0.0.141 - - [2025-11-13 04:10:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 356 0.082005 [API:8081]10.0.0.56 - - [2025-11-13 04:10:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.087959 [API:8081]10.0.0.141 - - [2025-11-13 04:10:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1166 0.008523 [API:8081]10.0.0.141 - - [2025-11-13 04:10:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1413 0.008116 [API:8081]10.0.0.141 - - [2025-11-13 04:10:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-59249342:41b6e78d-e1df-4d01-b3ab-11690aaae87f?flat HTTP/1.1" 200 5400 0.050599 [API:8081]10.0.0.141 - - [2025-11-13 04:10:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-59249342:41b6e78d-e1df-4d01-b3ab-11690aaae87f?flat HTTP/1.1" 200 5400 0.048608 [API:8081]10.0.0.141 - - [2025-11-13 04:10:52] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestRbacBasic-59249342:41b6e78d-e1df-4d01-b3ab-11690aaae87f?flat HTTP/1.1" 200 5400 0.052437 [API:8081]10.0.0.141 - - [2025-11-13 04:10:52] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-68348028?flat HTTP/1.1" 200 8792 0.048361 [API:8081]10.0.0.141 - - [2025-11-13 04:10:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.026917 [API:8081]10.0.0.141 - - [2025-11-13 04:10:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.076866 [API:8081]10.0.0.141 - - [2025-11-13 04:10:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.035168 [API:8081]10.0.0.141 - - [2025-11-13 04:10:52] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.024943 [API:8081]10.0.0.141 - - [2025-11-13 04:10:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.065933 [API:8081]10.0.0.141 - - [2025-11-13 04:10:53] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.071928 [API:8081]10.0.0.141 - - [2025-11-13 04:10:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.044739 [API:8081]10.0.0.141 - - [2025-11-13 04:10:54] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-68348028?flat HTTP/1.1" 200 8792 0.070851 [API:8081]10.0.0.141 - - [2025-11-13 04:10:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 603 0.039190 [API:8081]10.0.0.141 - - [2025-11-13 04:10:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.030578 [API:8081]10.0.0.141 - - [2025-11-13 04:10:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 403 199 0.081220 [API:8081]10.0.0.141 - - [2025-11-13 04:10:58] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.032092 [API:8081]10.0.0.141 - - [2025-11-13 04:11:00] "GET /analytics HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.141 - - [2025-11-13 04:11:00] "GET /analytics HTTP/1.1" 401 206 0.000195 [API:8081]10.0.0.141 - - [2025-11-13 04:11:01] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33179 0.024745 [API:8081]10.0.0.141 - - [2025-11-13 04:11:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.025223 [API:8081]10.0.0.141 - - [2025-11-13 04:11:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.024680 [API:8081]10.0.0.141 - - [2025-11-13 04:11:10] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.028059 [API:8081]10.0.0.141 - - [2025-11-13 04:11:14] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.038703 [API:8081]10.0.0.141 - - [2025-11-13 04:11:17] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.026056 [API:8081]10.0.0.141 - - [2025-11-13 04:11:20] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.025116 [API:8081]10.0.0.141 - - [2025-11-13 04:11:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33181 0.039687 [API:8081]10.0.0.141 - - [2025-11-13 04:11:23] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-68348028?flat HTTP/1.1" 200 6886 0.013912 [API:8081]10.0.0.141 - - [2025-11-13 04:11:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010551 [Introspect:8090]10.0.0.141 - - [2025-11-13 04:11:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001142 [API:8081]10.0.0.61 - - [2025-11-13 04:11:30] "GET /analytics HTTP/1.1" 401 206 0.000501 [API:8081]10.0.0.61 - - [2025-11-13 04:11:30] "GET /analytics HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.56 - - [2025-11-13 04:11:30] "GET /analytics HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.56 - - [2025-11-13 04:11:30] "GET /analytics HTTP/1.1" 401 206 0.000156 [API:8081]10.0.0.141 - - [2025-11-13 04:11:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.141 - - [2025-11-13 04:11:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1130 0.053347 [API:8081]10.0.0.56 - - [2025-11-13 04:12:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060601 [API:8081]10.0.0.56 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.56 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.61 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.61 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.56 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.56 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000302 [API:8081]10.0.0.61 - - [2025-11-13 04:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.61 - - [2025-11-13 04:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.141 - - [2025-11-13 04:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.141 - - [2025-11-13 04:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.141 - - [2025-11-13 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.141 - - [2025-11-13 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.56 - - [2025-11-13 04:13:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.064109 [API:8081]10.0.0.141 - - [2025-11-13 04:14:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:dffafe0c-750c-40e3-b609-4bf99086f027?flat HTTP/1.1" 200 5429 0.013384 [API:8081]10.0.0.141 - - [2025-11-13 04:14:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:dffafe0c-750c-40e3-b609-4bf99086f027?flat HTTP/1.1" 200 5429 0.055910 [API:8081]10.0.0.141 - - [2025-11-13 04:14:37] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:dffafe0c-750c-40e3-b609-4bf99086f027?flat HTTP/1.1" 200 5429 0.061673 [API:8081]10.0.0.141 - - [2025-11-13 04:14:37] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-74406034:ctest-vn1-88334958?flat HTTP/1.1" 200 9532 0.020732 [API:8081]10.0.0.141 - - [2025-11-13 04:14:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33183 0.025720 [API:8081]10.0.0.141 - - [2025-11-13 04:14:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33183 0.025747 [API:8081]10.0.0.141 - - [2025-11-13 04:14:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008143 [API:8081]10.0.0.141 - - [2025-11-13 04:14:39] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:d9bb8ded-dc24-48a3-b932-decb329bb179?flat HTTP/1.1" 200 5497 0.015026 [API:8081]10.0.0.141 - - [2025-11-13 04:14:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:d9bb8ded-dc24-48a3-b932-decb329bb179?flat HTTP/1.1" 200 5497 0.013356 [API:8081]10.0.0.141 - - [2025-11-13 04:14:40] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:d9bb8ded-dc24-48a3-b932-decb329bb179?flat HTTP/1.1" 200 5497 0.013711 [API:8081]10.0.0.141 - - [2025-11-13 04:14:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-74406034:ctest-vn1-88334958?flat HTTP/1.1" 200 9532 0.019398 [API:8081]10.0.0.141 - - [2025-11-13 04:14:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.019641 [API:8081]10.0.0.141 - - [2025-11-13 04:14:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24721 0.020727 [API:8081]10.0.0.141 - - [2025-11-13 04:14:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008696 [API:8081]10.0.0.141 - - [2025-11-13 04:14:48] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.020246 [API:8081]10.0.0.141 - - [2025-11-13 04:14:51] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.019907 [API:8081]10.0.0.141 - - [2025-11-13 04:14:54] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.019817 [API:8081]10.0.0.141 - - [2025-11-13 04:14:57] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.027414 [API:8081]10.0.0.141 - - [2025-11-13 04:15:00] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24722 0.019915 [API:8081]10.0.0.141 - - [2025-11-13 04:15:03] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.019508 [API:8081]10.0.0.141 - - [2025-11-13 04:15:06] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.023781 [API:8081]10.0.0.141 - - [2025-11-13 04:15:09] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.019325 [API:8081]10.0.0.141 - - [2025-11-13 04:15:12] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.030470 [API:8081]10.0.0.141 - - [2025-11-13 04:15:15] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 24724 0.020427 [API:8081]10.0.0.141 - - [2025-11-13 04:15:15] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-74406034:ctest-vn1-88334958?flat HTTP/1.1" 200 7727 0.017362 [API:8081]10.0.0.141 - - [2025-11-13 04:15:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007900 [API:8081]10.0.0.141 - - [2025-11-13 04:15:18] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33186 0.025837 [API:8081]10.0.0.141 - - [2025-11-13 04:15:21] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 33186 0.029361 [API:8081]10.0.0.141 - - [2025-11-13 04:15:21] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-74406034:ctest-vn1-88334958?flat HTTP/1.1" 200 4922 0.014062 [API:8081]10.0.0.141 - - [2025-11-13 04:15:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008742 [API:8081]10.0.0.141 - - [2025-11-13 04:15:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1130 0.030556 [API:8081]10.0.0.141 - - [2025-11-13 04:15:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1341 0.008537 [API:8081]10.0.0.56 - - [2025-11-13 04:15:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063019 [API:8081]10.0.0.56 - - [2025-11-13 04:16:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.054836 [API:8081]10.0.0.56 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.56 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.61 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.61 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.56 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.56 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.61 - - [2025-11-13 04:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.61 - - [2025-11-13 04:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.141 - - [2025-11-13 04:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.141 - - [2025-11-13 04:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.141 - - [2025-11-13 04:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.141 - - [2025-11-13 04:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.56 - - [2025-11-13 04:18:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.403155 [Introspect:8090]10.0.0.141 - - [2025-11-13 04:18:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001085 [API:8081]10.0.0.141 - - [2025-11-13 04:18:50] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12119 0.414054 [API:8081]10.0.0.141 - - [2025-11-13 04:18:50] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 6116 0.420269 [API:8081]10.0.0.141 - - [2025-11-13 04:18:50] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 6103 0.056757 [API:8081]10.0.0.141 - - [2025-11-13 04:18:50] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-4712-3?flat HTTP/1.1" 200 3951 0.012285 [API:8081]10.0.0.141 - - [2025-11-13 04:18:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?flat HTTP/1.1" 200 6438 0.014474 [API:8081]10.0.0.141 - - [2025-11-13 04:18:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?flat HTTP/1.1" 200 7334 0.014134 [API:8081]10.0.0.141 - - [2025-11-13 04:18:51] "GET /analytics/uves/config-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?flat HTTP/1.1" 200 6138 0.013587 [API:8081]10.0.0.141 - - [2025-11-13 04:18:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.008661 [API:8081]10.0.0.141 - - [2025-11-13 04:19:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:b1859bd2-ba3f-4e89-9bd7-ce3f23c49d5b?flat HTTP/1.1" 200 5244 0.013583 [API:8081]10.0.0.141 - - [2025-11-13 04:19:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:b1859bd2-ba3f-4e89-9bd7-ce3f23c49d5b?flat HTTP/1.1" 200 5244 0.015295 [API:8081]10.0.0.141 - - [2025-11-13 04:19:34] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:b1859bd2-ba3f-4e89-9bd7-ce3f23c49d5b?flat HTTP/1.1" 200 5244 0.016301 [API:8081]10.0.0.141 - - [2025-11-13 04:19:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-74406034:ctest-vn1-09955457?flat HTTP/1.1" 200 7095 0.018711 [API:8081]10.0.0.141 - - [2025-11-13 04:19:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32294 0.027373 [API:8081]10.0.0.141 - - [2025-11-13 04:19:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12422 0.034191 [API:8081]10.0.0.141 - - [2025-11-13 04:19:35] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32294 0.025995 [API:8081]10.0.0.141 - - [2025-11-13 04:19:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12422 0.027308 [API:8081]10.0.0.141 - - [2025-11-13 04:19:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008638 [API:8081]10.0.0.56 - - [2025-11-13 04:19:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.058548 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:19:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002776 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:19:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002987 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:19:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004272 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:19:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004045 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:19:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004456 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:19:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003368 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:19:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002754 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:19:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002907 [API:8081]10.0.0.141 - - [2025-11-13 04:20:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:66f12621-638d-4e80-a165-9e084cd7b64d?flat HTTP/1.1" 200 5243 0.012817 [API:8081]10.0.0.141 - - [2025-11-13 04:20:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:66f12621-638d-4e80-a165-9e084cd7b64d?flat HTTP/1.1" 200 5243 0.012641 [API:8081]10.0.0.141 - - [2025-11-13 04:20:25] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestBasicVMVN0-74406034:66f12621-638d-4e80-a165-9e084cd7b64d?flat HTTP/1.1" 200 5243 0.012310 [API:8081]10.0.0.141 - - [2025-11-13 04:20:25] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-74406034:ctest-vn2-81351139?flat HTTP/1.1" 200 6992 0.015955 [API:8081]10.0.0.141 - - [2025-11-13 04:20:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32883 0.031969 [API:8081]10.0.0.141 - - [2025-11-13 04:20:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12430 0.022535 [API:8081]10.0.0.141 - - [2025-11-13 04:20:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32883 0.029271 [API:8081]10.0.0.141 - - [2025-11-13 04:20:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12430 0.023649 [API:8081]10.0.0.141 - - [2025-11-13 04:20:25] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.009122 [API:8081]10.0.0.141 - - [2025-11-13 04:21:00] "GET /analytics HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.141 - - [2025-11-13 04:21:00] "GET /analytics HTTP/1.1" 401 206 0.000150 [API:8081]10.0.0.141 - - [2025-11-13 04:21:25] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32894 0.025117 [API:8081]10.0.0.141 - - [2025-11-13 04:21:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12948 0.019870 [API:8081]10.0.0.141 - - [2025-11-13 04:21:28] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32894 0.024865 [API:8081]10.0.0.141 - - [2025-11-13 04:21:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12948 0.019665 [API:8081]10.0.0.61 - - [2025-11-13 04:21:30] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.61 - - [2025-11-13 04:21:30] "GET /analytics HTTP/1.1" 401 206 0.000134 [API:8081]10.0.0.56 - - [2025-11-13 04:21:30] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.56 - - [2025-11-13 04:21:30] "GET /analytics HTTP/1.1" 401 206 0.000221 [API:8081]10.0.0.141 - - [2025-11-13 04:21:31] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32894 0.025627 [API:8081]10.0.0.141 - - [2025-11-13 04:21:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12948 0.020805 [API:8081]10.0.0.141 - - [2025-11-13 04:21:34] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32898 0.027566 [API:8081]10.0.0.141 - - [2025-11-13 04:21:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12827 0.021695 [API:8081]10.0.0.141 - - [2025-11-13 04:21:34] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-74406034:ctest-vn2-81351139?flat HTTP/1.1" 200 7859 0.028604 [API:8081]10.0.0.141 - - [2025-11-13 04:21:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.007716 [API:8081]10.0.0.141 - - [2025-11-13 04:21:37] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32312 0.026499 [API:8081]10.0.0.141 - - [2025-11-13 04:21:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12945 0.020661 [API:8081]10.0.0.141 - - [2025-11-13 04:21:40] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32316 0.034398 [API:8081]10.0.0.141 - - [2025-11-13 04:21:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12819 0.020566 [API:8081]10.0.0.141 - - [2025-11-13 04:21:40] "GET /analytics/uves/virtual-network/default-domain:ctest-TestBasicVMVN0-74406034:ctest-vn1-09955457?flat HTTP/1.1" 200 7915 0.018584 [API:8081]10.0.0.141 - - [2025-11-13 04:21:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007668 [API:8081]10.0.0.56 - - [2025-11-13 04:21:41] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.244694 [API:8081]10.0.0.141 - - [2025-11-13 04:22:42] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82156845:a5178859-563f-4bb6-97e3-f88eb556afab?flat HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.141 - - [2025-11-13 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82156845:a5178859-563f-4bb6-97e3-f88eb556afab?flat HTTP/1.1" 200 5236 0.387800 [API:8081]10.0.0.56 - - [2025-11-13 04:22:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.085525 [API:8081]10.0.0.141 - - [2025-11-13 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82156845:a5178859-563f-4bb6-97e3-f88eb556afab?flat HTTP/1.1" 200 5236 0.061100 [API:8081]10.0.0.141 - - [2025-11-13 04:22:43] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82156845:a5178859-563f-4bb6-97e3-f88eb556afab?flat HTTP/1.1" 200 5236 0.016289 [API:8081]10.0.0.141 - - [2025-11-13 04:22:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-82156845:ctest-vn-12417368?flat HTTP/1.1" 200 3991 0.052009 [API:8081]10.0.0.141 - - [2025-11-13 04:22:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32912 0.024952 [API:8081]10.0.0.141 - - [2025-11-13 04:22:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12824 0.020036 [API:8081]10.0.0.141 - - [2025-11-13 04:22:43] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32912 0.025523 [API:8081]10.0.0.141 - - [2025-11-13 04:22:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12824 0.019900 [API:8081]10.0.0.141 - - [2025-11-13 04:22:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007803 [API:8081]10.0.0.141 - - [2025-11-13 04:22:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82156845:4ae3a420-f1de-4288-b065-a76d70353ae0?flat HTTP/1.1" 200 5237 0.016051 [API:8081]10.0.0.141 - - [2025-11-13 04:22:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82156845:4ae3a420-f1de-4288-b065-a76d70353ae0?flat HTTP/1.1" 200 5237 0.017107 [API:8081]10.0.0.141 - - [2025-11-13 04:22:45] "GET /analytics/uves/virtual-machine-interface/default-domain:ctest-TestDropStats-82156845:4ae3a420-f1de-4288-b065-a76d70353ae0?flat HTTP/1.1" 200 5237 0.016126 [API:8081]10.0.0.141 - - [2025-11-13 04:22:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-82156845:ctest-vn-33521517?flat HTTP/1.1" 200 5451 0.016815 [API:8081]10.0.0.141 - - [2025-11-13 04:22:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32327 0.027890 [API:8081]10.0.0.141 - - [2025-11-13 04:22:45] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12823 0.023931 [API:8081]10.0.0.141 - - [2025-11-13 04:22:45] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32327 0.036195 [API:8081]10.0.0.141 - - [2025-11-13 04:22:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12823 0.024497 [API:8081]10.0.0.141 - - [2025-11-13 04:22:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007842 [API:8081]10.0.0.56 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.56 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.61 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.61 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.56 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.56 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.61 - - [2025-11-13 04:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.61 - - [2025-11-13 04:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.141 - - [2025-11-13 04:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.141 - - [2025-11-13 04:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.141 - - [2025-11-13 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.141 - - [2025-11-13 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.141 - - [2025-11-13 04:23:04] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32332 0.026088 [API:8081]10.0.0.141 - - [2025-11-13 04:23:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12823 0.021233 [API:8081]10.0.0.141 - - [2025-11-13 04:23:07] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32332 0.027613 [API:8081]10.0.0.141 - - [2025-11-13 04:23:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12823 0.022492 [API:8081]10.0.0.141 - - [2025-11-13 04:23:11] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-2:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32336 0.026390 [API:8081]10.0.0.141 - - [2025-11-13 04:23:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12533 0.019951 [API:8081]10.0.0.141 - - [2025-11-13 04:23:11] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-82156845:ctest-vn-33521517?flat HTTP/1.1" 200 6189 0.012094 [API:8081]10.0.0.141 - - [2025-11-13 04:23:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.007333 [API:8081]10.0.0.141 - - [2025-11-13 04:23:13] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.026197 [API:8081]10.0.0.141 - - [2025-11-13 04:23:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12934 0.022575 [API:8081]10.0.0.141 - - [2025-11-13 04:23:16] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.027301 [API:8081]10.0.0.141 - - [2025-11-13 04:23:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12934 0.020877 [API:8081]10.0.0.141 - - [2025-11-13 04:23:19] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.025414 [API:8081]10.0.0.141 - - [2025-11-13 04:23:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12934 0.021804 [API:8081]10.0.0.141 - - [2025-11-13 04:23:23] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.026546 [API:8081]10.0.0.141 - - [2025-11-13 04:23:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12934 0.024333 [API:8081]10.0.0.141 - - [2025-11-13 04:23:26] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.025206 [API:8081]10.0.0.141 - - [2025-11-13 04:23:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12934 0.020700 [API:8081]10.0.0.141 - - [2025-11-13 04:23:29] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.026079 [API:8081]10.0.0.141 - - [2025-11-13 04:23:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12934 0.020181 [API:8081]10.0.0.141 - - [2025-11-13 04:23:32] "GET /analytics/uves/generator/an-jenkins-deploy-platform-ansible-os-4712-1:Compute:contrail-vrouter-agent:0?flat HTTP/1.1" 200 32923 0.025567 [API:8081]10.0.0.141 - - [2025-11-13 04:23:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12541 0.021976 [API:8081]10.0.0.141 - - [2025-11-13 04:23:32] "GET /analytics/uves/virtual-network/default-domain:ctest-TestDropStats-82156845:ctest-vn-12417368?flat HTTP/1.1" 200 6187 0.013267 [API:8081]10.0.0.141 - - [2025-11-13 04:23:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007663 [API:8081]10.0.0.141 - - [2025-11-13 04:23:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.141 - - [2025-11-13 04:23:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.393882 [API:8081]10.0.0.141 - - [2025-11-13 04:23:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1365 0.058291 [API:8081]10.0.0.56 - - [2025-11-13 04:24:45] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054166 [API:8081]10.0.0.56 - - [2025-11-13 04:25:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.059930 [API:8081]10.0.0.56 - - [2025-11-13 04:27:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064107 [API:8081]10.0.0.56 - - [2025-11-13 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.56 - - [2025-11-13 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.61 - - [2025-11-13 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.61 - - [2025-11-13 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.56 - - [2025-11-13 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000336 [API:8081]10.0.0.56 - - [2025-11-13 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.61 - - [2025-11-13 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.61 - - [2025-11-13 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.141 - - [2025-11-13 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.141 - - [2025-11-13 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2025-11-13 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.141 - - [2025-11-13 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.56 - - [2025-11-13 04:28:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.053679 [API:8081]10.0.0.141 - - [2025-11-13 04:29:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2025-11-13 04:29:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1580 0.079232 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:29:53] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002292 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002345 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002636 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004262 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:29:53] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002844 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002461 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002774 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 04:29:53] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002366 [API:8081]10.0.0.56 - - [2025-11-13 04:30:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058784 [API:8081]10.0.0.141 - - [2025-11-13 04:31:00] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2025-11-13 04:31:00] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.61 - - [2025-11-13 04:31:30] "GET /analytics HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.61 - - [2025-11-13 04:31:30] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.56 - - [2025-11-13 04:31:30] "GET /analytics HTTP/1.1" 401 206 0.000230 [API:8081]10.0.0.56 - - [2025-11-13 04:31:30] "GET /analytics HTTP/1.1" 401 206 0.000133 [API:8081]10.0.0.56 - - [2025-11-13 04:31:51] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.053771 [API:8081]10.0.0.56 - - [2025-11-13 04:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.56 - - [2025-11-13 04:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.61 - - [2025-11-13 04:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.61 - - [2025-11-13 04:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.56 - - [2025-11-13 04:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.56 - - [2025-11-13 04:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.61 - - [2025-11-13 04:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.61 - - [2025-11-13 04:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.141 - - [2025-11-13 04:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.141 - - [2025-11-13 04:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.141 - - [2025-11-13 04:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.141 - - [2025-11-13 04:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.56 - - [2025-11-13 04:33:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071057 [Introspect:8090]10.0.0.141 - - [2025-11-13 04:34:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001150