++ 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:43 AM UTC 2025 ===================' INFO: =================== Thu Nov 13 02:09:43 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 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.56 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.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 ++ cut -d , -f 1 ++ echo 10.0.0.141,10.0.0.56,10.0.0.61 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.141,10.0.0.56,10.0.0.61 +++ 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 +++ cut -d ' ' -f 1 ++++ sort ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.56,10.20.0.193,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.56,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.141, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.56'\''))' +++ local server_ip=10.0.0.56 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.56 ]] +++ [[ ,10.0.0.56,10.20.0.193,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.56, ]] +++ echo 10.0.0.56 2 +++ return ++ local ip=10.0.0.56 ++ [[ -z 10.0.0.56 ]] ++ echo 10.0.0.56 + host_ip=10.0.0.56 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ set -o posix ++ set ++ sort ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 + 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.105 7fc21ee72cc0 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/13/2025 02:09:52.279 7fc21ee72cc0 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 11/13/2025 02:09:52.290 7fc21ee72cc0 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/13/2025 02:09:52.290 7fc21ee72cc0 [contrail-analytics-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/analytics-api/contrail-analytics-api.log] Bottle v0.12.25 server starting up (using ContrailGeventServer())... Listening on http://10.0.0.56:8081/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer())... Listening on http://localhost:8181/ Hit Ctrl-C to quit. [API:8081]10.0.0.61 - - [2025-11-13 02:10:28] "GET /analytics HTTP/1.1" 401 206 0.000503 [API:8081]10.0.0.61 - - [2025-11-13 02:10:28] "GET /analytics HTTP/1.1" 401 206 0.000202 [API:8081]10.0.0.56 - - [2025-11-13 02:10:29] "GET /analytics HTTP/1.1" 401 206 0.000431 [API:8081]10.0.0.56 - - [2025-11-13 02:10:29] "GET /analytics HTTP/1.1" 401 206 0.000409 [API:8081]10.0.0.141 - - [2025-11-13 02:10:29] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.141 - - [2025-11-13 02:10:29] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.56 - - [2025-11-13 02:10:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.056247 [API:8081]10.0.0.61 - - [2025-11-13 02:10:59] "GET /analytics HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.61 - - [2025-11-13 02:10:59] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.56 - - [2025-11-13 02:11:00] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.56 - - [2025-11-13 02:11:00] "GET /analytics HTTP/1.1" 401 206 0.000176 [API:8081]10.0.0.141 - - [2025-11-13 02:11:00] "GET /analytics HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.141 - - [2025-11-13 02:11:00] "GET /analytics HTTP/1.1" 401 206 0.000170 [API:8081]10.0.0.61 - - [2025-11-13 02:11:30] "GET /analytics HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.61 - - [2025-11-13 02:11:30] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.56 - - [2025-11-13 02:11:30] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.56 - - [2025-11-13 02:11:30] "GET /analytics HTTP/1.1" 401 206 0.000165 [API:8081]10.0.0.56 - - [2025-11-13 02:12:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.054193 [API:8081]10.0.0.56 - - [2025-11-13 02:12:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000404 [API:8081]10.0.0.56 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.61 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.61 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.56 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.56 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000367 [API:8081]10.0.0.61 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.61 - - [2025-11-13 02:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2025-11-13 02:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000383 [API:8081]10.0.0.141 - - [2025-11-13 02:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2025-11-13 02:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000712 [API:8081]10.0.0.141 - - [2025-11-13 02:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [Introspect:8090]10.0.0.56 - - [2025-11-13 02:13:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001312 [Introspect:8090]10.0.0.56 - - [2025-11-13 02:13:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001116 [API:8081]10.0.0.56 - - [2025-11-13 02:13:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.053655 [Introspect:8090]10.0.0.141 - - [2025-11-13 02:15:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001139 [Introspect:8090]10.0.0.141 - - [2025-11-13 02:15:09] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000713 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.141 - - [2025-11-13 02:15:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12057 0.099027 [API:8081]10.0.0.141 - - [2025-11-13 02:15:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12057 0.083937 [API:8081]10.0.0.141 - - [2025-11-13 02:15:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.141 - - [2025-11-13 02:15:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1146 0.069645 [API:8081]10.0.0.56 - - [2025-11-13 02:15:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.107358 [API:8081]10.0.0.56 - - [2025-11-13 02:16:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.060150 [API:8081]10.0.0.56 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000318 [API:8081]10.0.0.56 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.61 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.61 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.56 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.56 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.61 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.61 - - [2025-11-13 02:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.141 - - [2025-11-13 02:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.141 - - [2025-11-13 02:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.141 - - [2025-11-13 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.141 - - [2025-11-13 02:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.56 - - [2025-11-13 02:18:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.104148 [API:8081]10.0.0.141 - - [2025-11-13 02:19:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.141 - - [2025-11-13 02:19:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1452 0.055896 [API:8081]10.0.0.141 - - [2025-11-13 02:19:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1684 0.049396 [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.002762 [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.002396 [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.002741 [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.002335 [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.002402 [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.002026 [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.002331 [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.004601 [API:8081]10.0.0.56 - - [2025-11-13 02:19:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.069994 [API:8081]10.0.0.141 - - [2025-11-13 02:21:00] "GET /analytics HTTP/1.1" 401 206 0.000980 [API:8081]10.0.0.141 - - [2025-11-13 02:21:00] "GET /analytics HTTP/1.1" 401 206 0.000182 [API:8081]10.0.0.61 - - [2025-11-13 02:21:30] "GET /analytics HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.61 - - [2025-11-13 02:21:30] "GET /analytics HTTP/1.1" 401 206 0.000190 [API:8081]10.0.0.56 - - [2025-11-13 02:21:30] "GET /analytics HTTP/1.1" 401 206 0.000232 [API:8081]10.0.0.56 - - [2025-11-13 02:21:30] "GET /analytics HTTP/1.1" 401 206 0.000180 [API:8081]10.0.0.56 - - [2025-11-13 02:22:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.074530 [API:8081]10.0.0.56 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.56 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000366 [API:8081]10.0.0.61 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.61 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.56 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.56 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.61 - - [2025-11-13 02:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000345 [API:8081]10.0.0.61 - - [2025-11-13 02:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.141 - - [2025-11-13 02:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.141 - - [2025-11-13 02:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.141 - - [2025-11-13 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.141 - - [2025-11-13 02:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.56 - - [2025-11-13 02:23:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.111527 [API:8081]10.0.0.56 - - [2025-11-13 02:25:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064472 [API:8081]10.0.0.141 - - [2025-11-13 02:25:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000786 [API:8081]10.0.0.141 - - [2025-11-13 02:25:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.048927 [API:8081]10.0.0.141 - - [2025-11-13 02:25:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2150 0.049132 [API:8081]10.0.0.56 - - [2025-11-13 02:26:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.058396 [API:8081]10.0.0.141 - - [2025-11-13 02:26:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1586 0.008962 [API:8081]10.0.0.141 - - [2025-11-13 02:26:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1814 0.007854 [API:8081]10.0.0.141 - - [2025-11-13 02:26:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2042 0.052323 [API:8081]10.0.0.141 - - [2025-11-13 02:27:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2270 0.009227 [API:8081]10.0.0.56 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.56 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.61 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.61 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.56 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.56 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.61 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.61 - - [2025-11-13 02:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.141 - - [2025-11-13 02:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2025-11-13 02:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.141 - - [2025-11-13 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000707 [API:8081]10.0.0.141 - - [2025-11-13 02:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.56 - - [2025-11-13 02:28:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.073031 [API:8081]10.0.0.56 - - [2025-11-13 02:29:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.071931 [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.002366 [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.002901 [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.002378 [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.002492 [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.002881 [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.002260 [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.002637 [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.003229 [API:8081]10.0.0.141 - - [2025-11-13 02:30:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12998 0.023535 [API:8081]10.0.0.141 - - [2025-11-13 02:30:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12998 0.022906 [API:8081]10.0.0.141 - - [2025-11-13 02:30:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12580 0.020364 [API:8081]10.0.0.141 - - [2025-11-13 02:30:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007900 [API:8081]10.0.0.141 - - [2025-11-13 02:30:12] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008049 [API:8081]10.0.0.141 - - [2025-11-13 02:30:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.007102 [API:8081]10.0.0.141 - - [2025-11-13 02:31:00] "GET /analytics HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.141 - - [2025-11-13 02:31:00] "GET /analytics HTTP/1.1" 401 206 0.000195 [API:8081]10.0.0.56 - - [2025-11-13 02:31:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053614 [API:8081]10.0.0.61 - - [2025-11-13 02:31:30] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.61 - - [2025-11-13 02:31:30] "GET /analytics HTTP/1.1" 401 206 0.000150 [API:8081]10.0.0.56 - - [2025-11-13 02:31:30] "GET /analytics HTTP/1.1" 401 206 0.000233 [API:8081]10.0.0.56 - - [2025-11-13 02:31:30] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.56 - - [2025-11-13 02:32:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.092356 [API:8081]10.0.0.141 - - [2025-11-13 02:32:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000287 [API:8081]10.0.0.141 - - [2025-11-13 02:32:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.061648 [API:8081]10.0.0.56 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.56 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000407 [API:8081]10.0.0.61 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.61 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.56 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.56 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.61 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.61 - - [2025-11-13 02:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2025-11-13 02:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000371 [API:8081]10.0.0.141 - - [2025-11-13 02:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.141 - - [2025-11-13 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.141 - - [2025-11-13 02:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.141 - - [2025-11-13 02:33:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.049765 [API:8081]10.0.0.141 - - [2025-11-13 02:33:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.141 - - [2025-11-13 02:33:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1154 0.049025 [API:8081]10.0.0.141 - - [2025-11-13 02:34:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.141 - - [2025-11-13 02:34:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.054325 [API:8081]10.0.0.56 - - [2025-11-13 02:34:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.068673 [API:8081]10.0.0.141 - - [2025-11-13 02:34:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.371446 [API:8081]10.0.0.141 - - [2025-11-13 02:34:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1538 0.007735 [API:8081]10.0.0.141 - - [2025-11-13 02:35:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.046985 [API:8081]10.0.0.56 - - [2025-11-13 02:35:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.071276 [API:8081]10.0.0.141 - - [2025-11-13 02:35:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12965 0.019240 [API:8081]10.0.0.141 - - [2025-11-13 02:35:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12965 0.018921 [API:8081]10.0.0.141 - - [2025-11-13 02:35:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007628 [API:8081]10.0.0.141 - - [2025-11-13 02:35:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007845 [API:8081]10.0.0.141 - - [2025-11-13 02:36:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008310 [API:8081]10.0.0.141 - - [2025-11-13 02:36:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12974 0.019825 [API:8081]10.0.0.141 - - [2025-11-13 02:36:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12974 0.019049 [API:8081]10.0.0.141 - - [2025-11-13 02:36:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12974 0.020457 [API:8081]10.0.0.141 - - [2025-11-13 02:36:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12974 0.020481 [API:8081]10.0.0.141 - - [2025-11-13 02:36:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12974 0.019142 [API:8081]10.0.0.141 - - [2025-11-13 02:37:02] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12974 0.020628 [API:8081]10.0.0.141 - - [2025-11-13 02:37:05] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12974 0.018814 [API:8081]10.0.0.141 - - [2025-11-13 02:37:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12591 0.020239 [API:8081]10.0.0.141 - - [2025-11-13 02:37:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008003 [API:8081]10.0.0.56 - - [2025-11-13 02:37:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057297 [API:8081]10.0.0.141 - - [2025-11-13 02:37:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008833 [API:8081]10.0.0.141 - - [2025-11-13 02:37:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2025-11-13 02:37:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.052325 [API:8081]10.0.0.141 - - [2025-11-13 02:37:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.052497 [API:8081]10.0.0.141 - - [2025-11-13 02:37:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1574 0.052799 [API:8081]10.0.0.56 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000423 [API:8081]10.0.0.56 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000334 [API:8081]10.0.0.61 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.61 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [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.000255 [API:8081]10.0.0.61 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.61 - - [2025-11-13 02:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2025-11-13 02:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.141 - - [2025-11-13 02:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.141 - - [2025-11-13 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.141 - - [2025-11-13 02:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000388 [API:8081]10.0.0.56 - - [2025-11-13 02:38:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.060671 [API:8081]10.0.0.141 - - [2025-11-13 02:38:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.009583 [API:8081]10.0.0.141 - - [2025-11-13 02:38:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12995 0.022635 [API:8081]10.0.0.141 - - [2025-11-13 02:38:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12995 0.021048 [API:8081]10.0.0.141 - - [2025-11-13 02:38:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008349 [API:8081]10.0.0.141 - - [2025-11-13 02:38:30] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007967 [API:8081]10.0.0.141 - - [2025-11-13 02:39:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009524 [API:8081]10.0.0.141 - - [2025-11-13 02:39:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13008 0.021461 [API:8081]10.0.0.141 - - [2025-11-13 02:39:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13008 0.021482 [API:8081]10.0.0.141 - - [2025-11-13 02:39:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13008 0.021436 [API:8081]10.0.0.141 - - [2025-11-13 02:39:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13008 0.021040 [API:8081]10.0.0.141 - - [2025-11-13 02:39:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13008 0.019005 [API:8081]10.0.0.141 - - [2025-11-13 02:39:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13008 0.019247 [API:8081]10.0.0.141 - - [2025-11-13 02:39:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13008 0.025883 [API:8081]10.0.0.141 - - [2025-11-13 02:39:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12598 0.018902 [API:8081]10.0.0.141 - - [2025-11-13 02:39:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008053 [API:8081]10.0.0.141 - - [2025-11-13 02:39:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007341 [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.002634 [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.002835 [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.002853 [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.002523 [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.002912 [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.002796 [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.002569 [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.002875 [API:8081]10.0.0.141 - - [2025-11-13 02:39:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000384 [API:8081]10.0.0.141 - - [2025-11-13 02:39:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.049134 [API:8081]10.0.0.141 - - [2025-11-13 02:39:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.049817 [API:8081]10.0.0.56 - - [2025-11-13 02:40:15] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050273 [API:8081]10.0.0.141 - - [2025-11-13 02:41:00] "GET /analytics HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2025-11-13 02:41:00] "GET /analytics HTTP/1.1" 401 206 0.000140 [API:8081]10.0.0.56 - - [2025-11-13 02:41:16] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.068570 [API:8081]10.0.0.61 - - [2025-11-13 02:41:30] "GET /analytics HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.61 - - [2025-11-13 02:41:30] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.56 - - [2025-11-13 02:41:30] "GET /analytics HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.56 - - [2025-11-13 02:41:30] "GET /analytics HTTP/1.1" 401 206 0.000163 [API:8081]10.0.0.141 - - [2025-11-13 02:42:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.141 - - [2025-11-13 02:42:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.056080 [API:8081]10.0.0.56 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000290 [API:8081]10.0.0.56 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.61 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.61 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.56 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000532 [API:8081]10.0.0.56 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.61 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.61 - - [2025-11-13 02:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.141 - - [2025-11-13 02:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.141 - - [2025-11-13 02:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.141 - - [2025-11-13 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.141 - - [2025-11-13 02:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.56 - - [2025-11-13 02:43:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051790 [API:8081]10.0.0.56 - - [2025-11-13 02:44:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.054806 [API:8081]10.0.0.141 - - [2025-11-13 02:44:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007983 [API:8081]10.0.0.141 - - [2025-11-13 02:44:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000483 [API:8081]10.0.0.141 - - [2025-11-13 02:44:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1138 0.048225 [API:8081]10.0.0.141 - - [2025-11-13 02:45:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1362 0.062980 [API:8081]10.0.0.56 - - [2025-11-13 02:46:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057651 [API:8081]10.0.0.56 - - [2025-11-13 02:47:21] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061661 [API:8081]10.0.0.56 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.56 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.61 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.61 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.56 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.56 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.61 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000422 [API:8081]10.0.0.61 - - [2025-11-13 02:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000410 [API:8081]10.0.0.141 - - [2025-11-13 02:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000311 [API:8081]10.0.0.141 - - [2025-11-13 02:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.141 - - [2025-11-13 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.141 - - [2025-11-13 02:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.141 - - [2025-11-13 02:48:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13013 0.024424 [API:8081]10.0.0.141 - - [2025-11-13 02:48:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13013 0.069922 [API:8081]10.0.0.141 - - [2025-11-13 02:48:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13013 0.021691 [API:8081]10.0.0.141 - - [2025-11-13 02:48:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13013 0.019184 [API:8081]10.0.0.141 - - [2025-11-13 02:48:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13013 0.019341 [API:8081]10.0.0.141 - - [2025-11-13 02:48:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13013 0.019556 [API:8081]10.0.0.141 - - [2025-11-13 02:48:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13013 0.022906 [API:8081]10.0.0.141 - - [2025-11-13 02:48:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13013 0.020572 [API:8081]10.0.0.141 - - [2025-11-13 02:48:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12602 0.026024 [API:8081]10.0.0.141 - - [2025-11-13 02:48:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009440 [API:8081]10.0.0.141 - - [2025-11-13 02:48:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.011434 [API:8081]10.0.0.141 - - [2025-11-13 02:49:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.141 - - [2025-11-13 02:49:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1150 0.055177 [API:8081]10.0.0.141 - - [2025-11-13 02:49:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1386 0.053944 [API:8081]10.0.0.56 - - [2025-11-13 02:49:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059541 [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.002946 [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.002979 [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.002796 [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.002629 [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.002498 [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.002431 [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.002362 [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.002295 [API:8081]10.0.0.56 - - [2025-11-13 02:50:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061471 [API:8081]10.0.0.141 - - [2025-11-13 02:51:00] "GET /analytics HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.141 - - [2025-11-13 02:51:00] "GET /analytics HTTP/1.1" 401 206 0.000175 [API:8081]10.0.0.61 - - [2025-11-13 02:51:30] "GET /analytics HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.61 - - [2025-11-13 02:51:30] "GET /analytics HTTP/1.1" 401 206 0.000145 [API:8081]10.0.0.56 - - [2025-11-13 02:51:30] "GET /analytics HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.56 - - [2025-11-13 02:51:30] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.56 - - [2025-11-13 02:52:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054369 [API:8081]10.0.0.141 - - [2025-11-13 02:52:43] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13035 0.069359 [API:8081]10.0.0.141 - - [2025-11-13 02:52:46] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13035 0.021017 [API:8081]10.0.0.141 - - [2025-11-13 02:52:49] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13035 0.019367 [API:8081]10.0.0.141 - - [2025-11-13 02:52:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13035 0.021220 [API:8081]10.0.0.141 - - [2025-11-13 02:52:55] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13035 0.019278 [API:8081]10.0.0.56 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000370 [API:8081]10.0.0.56 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000379 [API:8081]10.0.0.61 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [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.56 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.56 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000352 [API:8081]10.0.0.61 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.61 - - [2025-11-13 02:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.141 - - [2025-11-13 02:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.141 - - [2025-11-13 02:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.141 - - [2025-11-13 02:52:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13035 0.020147 [API:8081]10.0.0.141 - - [2025-11-13 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000313 [API:8081]10.0.0.141 - - [2025-11-13 02:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2025-11-13 02:53:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13035 0.025018 [API:8081]10.0.0.141 - - [2025-11-13 02:53:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13035 0.018734 [API:8081]10.0.0.141 - - [2025-11-13 02:53:08] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12599 0.019372 [API:8081]10.0.0.141 - - [2025-11-13 02:53:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007962 [API:8081]10.0.0.141 - - [2025-11-13 02:53:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007633 [API:8081]10.0.0.56 - - [2025-11-13 02:53:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.107024 [API:8081]10.0.0.56 - - [2025-11-13 02:55:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054226 [API:8081]10.0.0.56 - - [2025-11-13 02:56:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.104746 [API:8081]10.0.0.141 - - [2025-11-13 02:57:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.141 - - [2025-11-13 02:57:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.103020 [API:8081]10.0.0.56 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.56 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.61 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.61 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.56 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.56 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.61 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.61 - - [2025-11-13 02:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2025-11-13 02:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.141 - - [2025-11-13 02:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.141 - - [2025-11-13 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000297 [API:8081]10.0.0.141 - - [2025-11-13 02:57:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.141 - - [2025-11-13 02:58:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1350 0.056928 [API:8081]10.0.0.56 - - [2025-11-13 02:58:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049070 [API:8081]10.0.0.56 - - [2025-11-13 02:59:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.077500 [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.002507 [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.002824 [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.002813 [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.002499 [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.002553 [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.002148 [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.002217 [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.002372 [API:8081]10.0.0.141 - - [2025-11-13 03:00:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.141 - - [2025-11-13 03:00:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1478 0.056654 [API:8081]10.0.0.141 - - [2025-11-13 03:00:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.053329 [API:8081]10.0.0.141 - - [2025-11-13 03:01:00] "GET /analytics HTTP/1.1" 401 206 0.000235 [API:8081]10.0.0.141 - - [2025-11-13 03:01:00] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.141 - - [2025-11-13 03:01:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13217 0.068844 [API:8081]10.0.0.141 - - [2025-11-13 03:01:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13217 0.019664 [API:8081]10.0.0.141 - - [2025-11-13 03:01:06] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009959 [API:8081]10.0.0.61 - - [2025-11-13 03:01:30] "GET /analytics HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.61 - - [2025-11-13 03:01:30] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.56 - - [2025-11-13 03:01:30] "GET /analytics HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.56 - - [2025-11-13 03:01:30] "GET /analytics HTTP/1.1" 401 206 0.000158 [API:8081]10.0.0.56 - - [2025-11-13 03:01:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059512 [API:8081]10.0.0.141 - - [2025-11-13 03:02:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13225 0.019740 [API:8081]10.0.0.141 - - [2025-11-13 03:02:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13225 0.026720 [API:8081]10.0.0.141 - - [2025-11-13 03:02:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13225 0.021916 [API:8081]10.0.0.141 - - [2025-11-13 03:02:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13225 0.020279 [API:8081]10.0.0.141 - - [2025-11-13 03:02:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13225 0.019507 [API:8081]10.0.0.141 - - [2025-11-13 03:02:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13225 0.027353 [API:8081]10.0.0.56 - - [2025-11-13 03:02:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061221 [API:8081]10.0.0.141 - - [2025-11-13 03:02:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12626 0.020981 [API:8081]10.0.0.141 - - [2025-11-13 03:02:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008187 [API:8081]10.0.0.141 - - [2025-11-13 03:02:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009685 [API:8081]10.0.0.141 - - [2025-11-13 03:02:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.141 - - [2025-11-13 03:02:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1280 0.058140 [API:8081]10.0.0.56 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.56 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.61 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.61 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.56 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.56 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000296 [API:8081]10.0.0.61 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.61 - - [2025-11-13 03:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.141 - - [2025-11-13 03:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.141 - - [2025-11-13 03:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2025-11-13 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2025-11-13 03:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2025-11-13 03:03:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.052391 [API:8081]10.0.0.141 - - [2025-11-13 03:04:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13250 0.065326 [API:8081]10.0.0.141 - - [2025-11-13 03:04:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13250 0.026890 [API:8081]10.0.0.141 - - [2025-11-13 03:04:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008857 [API:8081]10.0.0.56 - - [2025-11-13 03:04:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056594 [API:8081]10.0.0.56 - - [2025-11-13 03:05:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.063776 [API:8081]10.0.0.141 - - [2025-11-13 03:06:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13252 0.022912 [API:8081]10.0.0.141 - - [2025-11-13 03:06:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13252 0.018936 [API:8081]10.0.0.141 - - [2025-11-13 03:06:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13252 0.019008 [API:8081]10.0.0.141 - - [2025-11-13 03:06:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13252 0.019922 [API:8081]10.0.0.141 - - [2025-11-13 03:06:24] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13252 0.020047 [API:8081]10.0.0.141 - - [2025-11-13 03:06:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13252 0.019340 [API:8081]10.0.0.141 - - [2025-11-13 03:06:30] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13252 0.018952 [API:8081]10.0.0.141 - - [2025-11-13 03:06:33] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13252 0.025887 [API:8081]10.0.0.141 - - [2025-11-13 03:06:36] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12629 0.019506 [API:8081]10.0.0.141 - - [2025-11-13 03:06:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007919 [API:8081]10.0.0.141 - - [2025-11-13 03:06:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.007391 [API:8081]10.0.0.141 - - [2025-11-13 03:06:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.141 - - [2025-11-13 03:06:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1244 0.057252 [API:8081]10.0.0.141 - - [2025-11-13 03:07:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.063097 [API:8081]10.0.0.56 - - [2025-11-13 03:07:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.057410 [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.000263 [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.000267 [API:8081]10.0.0.141 - - [2025-11-13 03:07:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13194 0.022317 [API:8081]10.0.0.141 - - [2025-11-13 03:07:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13194 0.022410 [API:8081]10.0.0.141 - - [2025-11-13 03:07:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.051391 [API:8081]10.0.0.56 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000312 [API:8081]10.0.0.56 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.61 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.61 - - [2025-11-13 03:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.141 - - [2025-11-13 03:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.141 - - [2025-11-13 03:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.141 - - [2025-11-13 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.141 - - [2025-11-13 03:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.56 - - [2025-11-13 03:08:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.057093 [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.007717 [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.003413 [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.004755 [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.003091 [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.003090 [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.002852 [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.002184 [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.002287 [API:8081]10.0.0.141 - - [2025-11-13 03:10:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13195 0.024659 [API:8081]10.0.0.141 - - [2025-11-13 03:10:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13195 0.020541 [API:8081]10.0.0.141 - - [2025-11-13 03:10:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13195 0.022384 [API:8081]10.0.0.141 - - [2025-11-13 03:10:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13195 0.018678 [API:8081]10.0.0.141 - - [2025-11-13 03:10:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13195 0.019139 [API:8081]10.0.0.141 - - [2025-11-13 03:10:26] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13195 0.019920 [API:8081]10.0.0.141 - - [2025-11-13 03:10:29] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13195 0.019003 [API:8081]10.0.0.141 - - [2025-11-13 03:10:32] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13195 0.018683 [API:8081]10.0.0.141 - - [2025-11-13 03:10:35] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12628 0.018840 [API:8081]10.0.0.141 - - [2025-11-13 03:10:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008571 [API:8081]10.0.0.56 - - [2025-11-13 03:10:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052599 [API:8081]10.0.0.141 - - [2025-11-13 03:10:41] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009021 [API:8081]10.0.0.141 - - [2025-11-13 03:10:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2025-11-13 03:10:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1340 0.053373 [API:8081]10.0.0.141 - - [2025-11-13 03:10:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.046250 [API:8081]10.0.0.141 - - [2025-11-13 03:11:00] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.141 - - [2025-11-13 03:11:00] "GET /analytics HTTP/1.1" 401 206 0.000185 [API:8081]10.0.0.141 - - [2025-11-13 03:11:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1766 0.054595 [API:8081]10.0.0.141 - - [2025-11-13 03:11:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008408 [API:8081]10.0.0.141 - - [2025-11-13 03:11:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1550 0.007504 [API:8081]10.0.0.141 - - [2025-11-13 03:11:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1764 0.009439 [API:8081]10.0.0.141 - - [2025-11-13 03:11:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1988 0.008327 [API:8081]10.0.0.141 - - [2025-11-13 03:11:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2214 0.007844 [API:8081]10.0.0.61 - - [2025-11-13 03:11:30] "GET /analytics HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.61 - - [2025-11-13 03:11:30] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.56 - - [2025-11-13 03:11:30] "GET /analytics HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.56 - - [2025-11-13 03:11:30] "GET /analytics HTTP/1.1" 401 206 0.000155 [API:8081]10.0.0.141 - - [2025-11-13 03:11:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.141 - - [2025-11-13 03:11:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.055470 [API:8081]10.0.0.141 - - [2025-11-13 03:11:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.048592 [API:8081]10.0.0.141 - - [2025-11-13 03:11:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1560 0.049482 [API:8081]10.0.0.56 - - [2025-11-13 03:11:42] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.056513 [API:8081]10.0.0.141 - - [2025-11-13 03:11:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1126 0.009854 [API:8081]10.0.0.141 - - [2025-11-13 03:11:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1338 0.008454 [API:8081]10.0.0.141 - - [2025-11-13 03:11:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1552 0.008170 [API:8081]10.0.0.141 - - [2025-11-13 03:12:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000364 [API:8081]10.0.0.141 - - [2025-11-13 03:12:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.053359 [API:8081]10.0.0.141 - - [2025-11-13 03:12:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.049317 [API:8081]10.0.0.141 - - [2025-11-13 03:12:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.056962 [API:8081]10.0.0.141 - - [2025-11-13 03:12:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.008240 [API:8081]10.0.0.141 - - [2025-11-13 03:12:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1330 0.010495 [API:8081]10.0.0.141 - - [2025-11-13 03:12:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1540 0.008332 [API:8081]10.0.0.141 - - [2025-11-13 03:12:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.007804 [API:8081]10.0.0.141 - - [2025-11-13 03:12:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1982 0.009804 [API:8081]10.0.0.141 - - [2025-11-13 03:12:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.141 - - [2025-11-13 03:12:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1128 0.079866 [API:8081]10.0.0.141 - - [2025-11-13 03:12:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.049511 [API:8081]10.0.0.141 - - [2025-11-13 03:12:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1564 0.051855 [API:8081]10.0.0.141 - - [2025-11-13 03:12:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1796 0.008975 [API:8081]10.0.0.141 - - [2025-11-13 03:12:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2030 0.007298 [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.000372 [API:8081]10.0.0.61 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.61 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000234 [API:8081]10.0.0.56 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.56 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.61 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.61 - - [2025-11-13 03:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2025-11-13 03:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.141 - - [2025-11-13 03:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.141 - - [2025-11-13 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2025-11-13 03:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000253 [API:8081]10.0.0.56 - - [2025-11-13 03:13:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064850 [API:8081]10.0.0.56 - - [2025-11-13 03:14:44] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.055686 [API:8081]10.0.0.56 - - [2025-11-13 03:16:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.062950 [API:8081]10.0.0.56 - - [2025-11-13 03:17:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.062473 [API:8081]10.0.0.56 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.56 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.61 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000307 [API:8081]10.0.0.61 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.56 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.56 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.61 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.61 - - [2025-11-13 03:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.141 - - [2025-11-13 03:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000314 [API:8081]10.0.0.141 - - [2025-11-13 03:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000323 [API:8081]10.0.0.141 - - [2025-11-13 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000326 [API:8081]10.0.0.141 - - [2025-11-13 03:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2025-11-13 03:19:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000354 [API:8081]10.0.0.141 - - [2025-11-13 03:19:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1344 0.051842 [API:8081]10.0.0.141 - - [2025-11-13 03:19:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1554 0.047368 [API:8081]10.0.0.56 - - [2025-11-13 03:19:48] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.388918 [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.003278 [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.002501 [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.002623 [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.002307 [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.002572 [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.002265 [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.002209 [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.002332 [API:8081]10.0.0.56 - - [2025-11-13 03:20:49] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.053432 [API:8081]10.0.0.141 - - [2025-11-13 03:21:00] "GET /analytics HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2025-11-13 03:21:00] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.61 - - [2025-11-13 03:21:30] "GET /analytics HTTP/1.1" 401 206 0.000239 [API:8081]10.0.0.61 - - [2025-11-13 03:21:30] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.56 - - [2025-11-13 03:21:30] "GET /analytics HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.56 - - [2025-11-13 03:21:30] "GET /analytics HTTP/1.1" 401 206 0.000226 [API:8081]10.0.0.56 - - [2025-11-13 03:22:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053359 [API:8081]10.0.0.56 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.56 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.61 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.61 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000319 [API:8081]10.0.0.56 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000308 [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.61 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.61 - - [2025-11-13 03:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2025-11-13 03:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.141 - - [2025-11-13 03:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.141 - - [2025-11-13 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.141 - - [2025-11-13 03:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.141 - - [2025-11-13 03:23:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000309 [API:8081]10.0.0.141 - - [2025-11-13 03:23:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1326 0.050300 [API:8081]10.0.0.56 - - [2025-11-13 03:23:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.053800 [API:8081]10.0.0.141 - - [2025-11-13 03:24:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.141 - - [2025-11-13 03:24:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1342 0.052122 [API:8081]10.0.0.56 - - [2025-11-13 03:25:53] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053851 [API:8081]10.0.0.56 - - [2025-11-13 03:26:54] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.054696 [API:8081]10.0.0.56 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000310 [API:8081]10.0.0.56 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.61 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000256 [API:8081]10.0.0.61 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.56 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.56 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.61 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.61 - - [2025-11-13 03:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.141 - - [2025-11-13 03:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.141 - - [2025-11-13 03:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.141 - - [2025-11-13 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.141 - - [2025-11-13 03:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.56 - - [2025-11-13 03:28:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052443 [API:8081]10.0.0.141 - - [2025-11-13 03:29:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000308 [API:8081]10.0.0.141 - - [2025-11-13 03:29:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1116 0.053822 [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.003611 [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.003521 [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.003414 [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.003118 [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.003003 [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.002935 [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.003290 [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.002596 [API:8081]10.0.0.56 - - [2025-11-13 03:29:57] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.053994 [API:8081]10.0.0.141 - - [2025-11-13 03:31:00] "GET /analytics HTTP/1.1" 401 206 0.000720 [API:8081]10.0.0.141 - - [2025-11-13 03:31:00] "GET /analytics HTTP/1.1" 401 206 0.000145 [API:8081]10.0.0.61 - - [2025-11-13 03:31:30] "GET /analytics HTTP/1.1" 401 206 0.000300 [API:8081]10.0.0.61 - - [2025-11-13 03:31:30] "GET /analytics HTTP/1.1" 401 206 0.000199 [API:8081]10.0.0.56 - - [2025-11-13 03:31:30] "GET /analytics HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.56 - - [2025-11-13 03:31:30] "GET /analytics HTTP/1.1" 401 206 0.000146 [API:8081]10.0.0.56 - - [2025-11-13 03:31:58] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051926 [API:8081]10.0.0.56 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000393 [API:8081]10.0.0.56 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000387 [API:8081]10.0.0.61 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.61 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.56 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000386 [API:8081]10.0.0.56 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000381 [API:8081]10.0.0.61 - - [2025-11-13 03:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000374 [API:8081]10.0.0.61 - - [2025-11-13 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.141 - - [2025-11-13 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000337 [API:8081]10.0.0.141 - - [2025-11-13 03:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000365 [API:8081]10.0.0.141 - - [2025-11-13 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000212 [API:8081]10.0.0.141 - - [2025-11-13 03:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.56 - - [2025-11-13 03:32:59] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.108068 [API:8081]10.0.0.141 - - [2025-11-13 03:34:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 206 0.000340 [API:8081]10.0.0.141 - - [2025-11-13 03:34:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.050972 [API:8081]10.0.0.141 - - [2025-11-13 03:34:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1122 0.048733 [API:8081]10.0.0.56 - - [2025-11-13 03:35:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055884 [API:8081]10.0.0.141 - - [2025-11-13 03:35:14] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.007601 [API:8081]10.0.0.56 - - [2025-11-13 03:36:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.054229 [API:8081]10.0.0.56 - - [2025-11-13 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000437 [API:8081]10.0.0.56 - - [2025-11-13 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000363 [API:8081]10.0.0.61 - - [2025-11-13 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000351 [API:8081]10.0.0.61 - - [2025-11-13 03:37:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.56 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000413 [API:8081]10.0.0.61 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.56 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.61 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.141 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000356 [API:8081]10.0.0.141 - - [2025-11-13 03:37:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000373 [API:8081]10.0.0.141 - - [2025-11-13 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.141 - - [2025-11-13 03:37:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.141 - - [2025-11-13 03:38:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.56 - - [2025-11-13 03:38:03] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.117000 [API:8081]10.0.0.141 - - [2025-11-13 03:38:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1760 0.446338 [API:8081]10.0.0.56 - - [2025-11-13 03:39:05] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061644 [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.002289 [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.002392 [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.002473 [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.002320 [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.002402 [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.002091 [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.002088 [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.002018 [API:8081]10.0.0.141 - - [2025-11-13 03:40:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.141 - - [2025-11-13 03:40:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1322 0.056585 [API:8081]10.0.0.141 - - [2025-11-13 03:41:00] "GET /analytics HTTP/1.1" 401 206 0.000348 [API:8081]10.0.0.141 - - [2025-11-13 03:41:00] "GET /analytics HTTP/1.1" 401 206 0.000206 [API:8081]10.0.0.56 - - [2025-11-13 03:41:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.390184 [API:8081]10.0.0.61 - - [2025-11-13 03:41:30] "GET /analytics HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.61 - - [2025-11-13 03:41:30] "GET /analytics HTTP/1.1" 401 206 0.000141 [API:8081]10.0.0.56 - - [2025-11-13 03:41:30] "GET /analytics HTTP/1.1" 401 206 0.000260 [API:8081]10.0.0.56 - - [2025-11-13 03:41:30] "GET /analytics HTTP/1.1" 401 206 0.000160 [API:8081]10.0.0.56 - - [2025-11-13 03:42:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.056055 [API:8081]10.0.0.141 - - [2025-11-13 03:42:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000289 [API:8081]10.0.0.56 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.141 - - [2025-11-13 03:42:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1148 0.099663 [API:8081]10.0.0.56 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.61 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.61 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000244 [API:8081]10.0.0.56 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000281 [API:8081]10.0.0.56 - - [2025-11-13 03:42:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.61 - - [2025-11-13 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.61 - - [2025-11-13 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000294 [API:8081]10.0.0.141 - - [2025-11-13 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.141 - - [2025-11-13 03:42:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.141 - - [2025-11-13 03:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000343 [API:8081]10.0.0.141 - - [2025-11-13 03:42:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000332 [API:8081]10.0.0.56 - - [2025-11-13 03:44:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060115 [API:8081]10.0.0.141 - - [2025-11-13 03:44:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.141 - - [2025-11-13 03:44:40] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1392 0.048442 [API:8081]10.0.0.56 - - [2025-11-13 03:45:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.058197 [API:8081]10.0.0.141 - - [2025-11-13 03:45:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.082346 [API:8081]10.0.0.141 - - [2025-11-13 03:45:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.018441 [API:8081]10.0.0.141 - - [2025-11-13 03:45:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.068390 [API:8081]10.0.0.141 - - [2025-11-13 03:46:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.009398 [API:8081]10.0.0.141 - - [2025-11-13 03:46:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008100 [API:8081]10.0.0.141 - - [2025-11-13 03:46:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.007913 [API:8081]10.0.0.141 - - [2025-11-13 03:46:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.007833 [API:8081]10.0.0.141 - - [2025-11-13 03:46:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.008382 [API:8081]10.0.0.56 - - [2025-11-13 03:47:11] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055423 [API:8081]10.0.0.56 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000276 [API:8081]10.0.0.56 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [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:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.56 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.56 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000283 [API:8081]10.0.0.61 - - [2025-11-13 03:47:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.61 - - [2025-11-13 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000342 [API:8081]10.0.0.141 - - [2025-11-13 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.141 - - [2025-11-13 03:47:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.141 - - [2025-11-13 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.141 - - [2025-11-13 03:47:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.56 - - [2025-11-13 03:48:12] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.064598 [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.002467 [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-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002944 [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.003151 [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.002209 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:49:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003077 [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-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.016851 [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=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.006548 [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=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.005247 [API:8081]10.0.0.56 - - [2025-11-13 03:50:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056632 [API:8081]10.0.0.141 - - [2025-11-13 03:51:00] "GET /analytics HTTP/1.1" 401 206 0.000277 [API:8081]10.0.0.141 - - [2025-11-13 03:51:00] "GET /analytics HTTP/1.1" 401 206 0.000191 [API:8081]10.0.0.56 - - [2025-11-13 03:51:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.074285 [API:8081]10.0.0.61 - - [2025-11-13 03:51:30] "GET /analytics HTTP/1.1" 401 206 0.000341 [API:8081]10.0.0.61 - - [2025-11-13 03:51:30] "GET /analytics HTTP/1.1" 401 206 0.000198 [API:8081]10.0.0.56 - - [2025-11-13 03:51:30] "GET /analytics HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.56 - - [2025-11-13 03:51:30] "GET /analytics HTTP/1.1" 401 206 0.000147 [API:8081]10.0.0.56 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.56 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.61 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000317 [API:8081]10.0.0.61 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.56 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000278 [API:8081]10.0.0.56 - - [2025-11-13 03:52:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000286 [API:8081]10.0.0.61 - - [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:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.141 - - [2025-11-13 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.141 - - [2025-11-13 03:52:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.141 - - [2025-11-13 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000299 [API:8081]10.0.0.141 - - [2025-11-13 03:52:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.56 - - [2025-11-13 03:53:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.071802 [API:8081]10.0.0.56 - - [2025-11-13 03:54:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.052044 [API:8081]10.0.0.56 - - [2025-11-13 03:56:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.065628 [API:8081]10.0.0.56 - - [2025-11-13 03:57:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.058400 [API:8081]10.0.0.56 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.56 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.61 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000262 [API:8081]10.0.0.61 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000246 [API:8081]10.0.0.56 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.56 - - [2025-11-13 03:57:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.61 - - [2025-11-13 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000247 [API:8081]10.0.0.61 - - [2025-11-13 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.141 - - [2025-11-13 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.141 - - [2025-11-13 03:57:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000340 [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.000291 [API:8081]10.0.0.56 - - [2025-11-13 03:59:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078804 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:52] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002400 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002470 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002429 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:52] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-4712-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002298 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03:59:52] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003221 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03: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.002628 [LOCAL API:8181]127.0.0.1 - - [2025-11-13 03: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.002681 [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.003583 [API:8081]10.0.0.56 - - [2025-11-13 04:00:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.064446 [API:8081]10.0.0.141 - - [2025-11-13 04:01:00] "GET /analytics HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2025-11-13 04:01:00] "GET /analytics HTTP/1.1" 401 206 0.000164 [API:8081]10.0.0.61 - - [2025-11-13 04:01:30] "GET /analytics HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.61 - - [2025-11-13 04:01:30] "GET /analytics HTTP/1.1" 401 206 0.000152 [API:8081]10.0.0.56 - - [2025-11-13 04:01:30] "GET /analytics HTTP/1.1" 401 206 0.000236 [API:8081]10.0.0.56 - - [2025-11-13 04:01:30] "GET /analytics HTTP/1.1" 401 206 0.000168 [API:8081]10.0.0.141 - - [2025-11-13 04:01:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2025-11-13 04:01:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1332 0.051595 [API:8081]10.0.0.141 - - [2025-11-13 04:02:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.071742 [API:8081]10.0.0.56 - - [2025-11-13 04:02:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054135 [API:8081]10.0.0.141 - - [2025-11-13 04:02:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13031 0.020879 [API:8081]10.0.0.141 - - [2025-11-13 04:02:27] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 13031 0.020153 [API:8081]10.0.0.141 - - [2025-11-13 04:02:27] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.056360 [API:8081]10.0.0.56 - - [2025-11-13 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.56 - - [2025-11-13 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000331 [API:8081]10.0.0.61 - - [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:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000249 [API:8081]10.0.0.56 - - [2025-11-13 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000304 [API:8081]10.0.0.56 - - [2025-11-13 04:02:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000589 [API:8081]10.0.0.61 - - [2025-11-13 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [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.141 - - [2025-11-13 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.141 - - [2025-11-13 04:02:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000284 [API:8081]10.0.0.141 - - [2025-11-13 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000321 [API:8081]10.0.0.141 - - [2025-11-13 04:02:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000338 [API:8081]10.0.0.56 - - [2025-11-13 04:03:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2545 0.061013 [API:8081]10.0.0.141 - - [2025-11-13 04:04:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 11959 0.019568 [API:8081]10.0.0.141 - - [2025-11-13 04:04:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 11959 0.019796 [API:8081]10.0.0.141 - - [2025-11-13 04:04:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.007915 [API:8081]10.0.0.141 - - [2025-11-13 04:04:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 11968 0.018470 [API:8081]10.0.0.141 - - [2025-11-13 04:04:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 11968 0.018500 [API:8081]10.0.0.141 - - [2025-11-13 04:04:57] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008666 [API:8081]10.0.0.56 - - [2025-11-13 04:05:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058187 [API:8081]10.0.0.141 - - [2025-11-13 04:06:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12254 0.019150 [API:8081]10.0.0.141 - - [2025-11-13 04:06:01] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.009909 [API:8081]10.0.0.141 - - [2025-11-13 04:06:13] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12746 0.021159 [API:8081]10.0.0.141 - - [2025-11-13 04:06:16] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12746 0.019461 [API:8081]10.0.0.141 - - [2025-11-13 04:06:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12746 0.018986 [API:8081]10.0.0.141 - - [2025-11-13 04:06:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12370 0.021524 [API:8081]10.0.0.141 - - [2025-11-13 04:06:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009414 [API:8081]10.0.0.56 - - [2025-11-13 04:06:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.150905 [API:8081]10.0.0.56 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.56 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.61 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.61 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000252 [API:8081]10.0.0.56 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000291 [API:8081]10.0.0.56 - - [2025-11-13 04:07:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.61 - - [2025-11-13 04:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000293 [API:8081]10.0.0.61 - - [2025-11-13 04:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000242 [API:8081]10.0.0.141 - - [2025-11-13 04:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000292 [API:8081]10.0.0.141 - - [2025-11-13 04:07:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.141 - - [2025-11-13 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.141 - - [2025-11-13 04:07:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000240 [API:8081]10.0.0.56 - - [2025-11-13 04:08:29] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.400861 [API:8081]10.0.0.141 - - [2025-11-13 04:09:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2025-11-13 04:09:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12869 0.063468 [API:8081]10.0.0.141 - - [2025-11-13 04:09:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12869 0.069833 [API:8081]10.0.0.141 - - [2025-11-13 04:09:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.141 - - [2025-11-13 04:09:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.112160 [API:8081]10.0.0.141 - - [2025-11-13 04:09:19] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12869 0.019861 [API:8081]10.0.0.141 - - [2025-11-13 04:09:22] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12869 0.062089 [API:8081]10.0.0.141 - - [2025-11-13 04:09:25] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12869 0.025001 [API:8081]10.0.0.141 - - [2025-11-13 04:09:28] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12869 0.021015 [API:8081]10.0.0.56 - - [2025-11-13 04:09:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.057384 [API:8081]10.0.0.141 - - [2025-11-13 04:09:31] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12869 0.024024 [API:8081]10.0.0.141 - - [2025-11-13 04:09:34] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12869 0.023680 [API:8081]10.0.0.141 - - [2025-11-13 04:09:38] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12869 0.020546 [API:8081]10.0.0.141 - - [2025-11-13 04:09:41] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12869 0.022656 [API:8081]10.0.0.141 - - [2025-11-13 04:09:44] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12549 0.023788 [API:8081]10.0.0.141 - - [2025-11-13 04:09:44] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.009523 [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.003010 [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.003309 [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.002809 [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.002974 [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.002772 [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.002872 [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.003993 [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.002603 [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.000283 --- 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:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-36897910:ctest-TestRbacBasic-36897910-11409233?flat HTTP/1.1" 403 199 0.456646 [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" 401 206 0.000263 --- 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.086519 [API:8081]10.0.0.141 - - [2025-11-13 04:10:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.141 - - [2025-11-13 04:10:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.055053 [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" 401 206 0.000254 --- 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.109060 --- 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.042899 --- 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.079673 [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.000365 --- 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:27] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-59249342:ctest-TestRbacBasic-59249342-54922921?flat HTTP/1.1" 403 199 0.082536 [API:8081]10.0.0.141 - - [2025-11-13 04:10:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1160 0.055454 [API:8081]10.0.0.141 - - [2025-11-13 04:10:34] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1406 0.121757 [API:8081]10.0.0.141 - - [2025-11-13 04:10:52] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12983 0.020208 [API:8081]10.0.0.141 - - [2025-11-13 04:10:53] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12983 0.019051 [API:8081]10.0.0.141 - - [2025-11-13 04:10:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.059342 [API:8081]10.0.0.141 - - [2025-11-13 04:10:58] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12983 0.018969 [API:8081]10.0.0.141 - - [2025-11-13 04:11:00] "GET /analytics HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2025-11-13 04:11:00] "GET /analytics HTTP/1.1" 401 206 0.000144 [API:8081]10.0.0.141 - - [2025-11-13 04:11:01] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12983 0.023528 [API:8081]10.0.0.141 - - [2025-11-13 04:11:04] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12983 0.021125 [API:8081]10.0.0.141 - - [2025-11-13 04:11:07] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12983 0.020037 [API:8081]10.0.0.141 - - [2025-11-13 04:11:11] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12983 0.021659 [API:8081]10.0.0.141 - - [2025-11-13 04:11:14] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12983 0.021671 [API:8081]10.0.0.141 - - [2025-11-13 04:11:17] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12983 0.020880 [API:8081]10.0.0.141 - - [2025-11-13 04:11:20] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12983 0.026062 [API:8081]10.0.0.141 - - [2025-11-13 04:11:23] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12518 0.021131 [API:8081]10.0.0.141 - - [2025-11-13 04:11:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.008772 [Introspect:8090]10.0.0.141 - - [2025-11-13 04:11:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001457 [API:8081]10.0.0.61 - - [2025-11-13 04:11:30] "GET /analytics HTTP/1.1" 401 206 0.000329 [API:8081]10.0.0.61 - - [2025-11-13 04:11:30] "GET /analytics HTTP/1.1" 401 206 0.000182 [API:8081]10.0.0.56 - - [2025-11-13 04:11:30] "GET /analytics HTTP/1.1" 401 206 0.000263 [API:8081]10.0.0.56 - - [2025-11-13 04:11:30] "GET /analytics HTTP/1.1" 401 206 0.000161 [API:8081]10.0.0.56 - - [2025-11-13 04:11:32] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078958 [API:8081]10.0.0.141 - - [2025-11-13 04:11:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000282 [API:8081]10.0.0.141 - - [2025-11-13 04:11:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.053209 [API:8081]10.0.0.56 - - [2025-11-13 04:12:33] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.064023 [API:8081]10.0.0.56 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000347 [API:8081]10.0.0.56 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000346 [API:8081]10.0.0.61 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000273 [API:8081]10.0.0.61 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000248 [API:8081]10.0.0.56 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.56 - - [2025-11-13 04:12:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000264 [API:8081]10.0.0.61 - - [2025-11-13 04:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000298 [API:8081]10.0.0.61 - - [2025-11-13 04:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2025-11-13 04:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2025-11-13 04:12:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2025-11-13 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000320 [API:8081]10.0.0.141 - - [2025-11-13 04:12:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000397 [API:8081]10.0.0.56 - - [2025-11-13 04:14:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058379 [API:8081]10.0.0.141 - - [2025-11-13 04:14:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12969 0.019502 [API:8081]10.0.0.141 - - [2025-11-13 04:14:37] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12969 0.065135 [API:8081]10.0.0.141 - - [2025-11-13 04:14:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.051225 [API:8081]10.0.0.141 - - [2025-11-13 04:14:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12960 0.019879 [API:8081]10.0.0.141 - - [2025-11-13 04:14:40] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12960 0.019891 [API:8081]10.0.0.141 - - [2025-11-13 04:14:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008076 [API:8081]10.0.0.141 - - [2025-11-13 04:14:48] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12963 0.025816 [API:8081]10.0.0.141 - - [2025-11-13 04:14:51] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12963 0.020446 [API:8081]10.0.0.141 - - [2025-11-13 04:14:54] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12963 0.019365 [API:8081]10.0.0.141 - - [2025-11-13 04:14:57] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12963 0.020030 [API:8081]10.0.0.141 - - [2025-11-13 04:15:00] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12963 0.019640 [API:8081]10.0.0.141 - - [2025-11-13 04:15:03] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12963 0.019874 [API:8081]10.0.0.141 - - [2025-11-13 04:15:06] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12963 0.020005 [API:8081]10.0.0.141 - - [2025-11-13 04:15:09] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12963 0.019604 [API:8081]10.0.0.141 - - [2025-11-13 04:15:12] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12962 0.021510 [API:8081]10.0.0.141 - - [2025-11-13 04:15:15] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-1?flat HTTP/1.1" 200 12569 0.020079 [API:8081]10.0.0.141 - - [2025-11-13 04:15:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008379 [API:8081]10.0.0.141 - - [2025-11-13 04:15:18] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12972 0.023207 [API:8081]10.0.0.141 - - [2025-11-13 04:15:21] "GET /analytics/uves/vrouter/an-jenkins-deploy-platform-ansible-os-4712-2?flat HTTP/1.1" 200 12756 0.020576 [API:8081]10.0.0.141 - - [2025-11-13 04:15:21] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.007819 [API:8081]10.0.0.141 - - [2025-11-13 04:15:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1124 0.009076 [API:8081]10.0.0.141 - - [2025-11-13 04:15:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1334 0.008550 [API:8081]10.0.0.56 - - [2025-11-13 04:15:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2544 0.062198 [API:8081]10.0.0.56 - - [2025-11-13 04:17:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.051163 [API:8081]10.0.0.56 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000274 [API:8081]10.0.0.56 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000280 [API:8081]10.0.0.61 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000243 [API:8081]10.0.0.61 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000266 [API:8081]10.0.0.56 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000305 [API:8081]10.0.0.56 - - [2025-11-13 04:17:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000267 [API:8081]10.0.0.61 - - [2025-11-13 04:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.61 - - [2025-11-13 04:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.141 - - [2025-11-13 04:17:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [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:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.141 - - [2025-11-13 04:17:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000250 [API:8081]10.0.0.56 - - [2025-11-13 04:18:39] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061582 [Introspect:8090]10.0.0.141 - - [2025-11-13 04:18:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001072 [API:8081]10.0.0.141 - - [2025-11-13 04:18:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1544 0.048661 [API:8081]10.0.0.141 - - [2025-11-13 04:19:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.056233 [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.002551 [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.002642 [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.003176 [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.002554 [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.002479 [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.002269 [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.002353 [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.002266 [API:8081]10.0.0.141 - - [2025-11-13 04:20:26] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 733 0.050884 [API:8081]10.0.0.56 - - [2025-11-13 04:20:40] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.058371 [API:8081]10.0.0.141 - - [2025-11-13 04:21:00] "GET /analytics HTTP/1.1" 401 206 0.000254 [API:8081]10.0.0.141 - - [2025-11-13 04:21:00] "GET /analytics HTTP/1.1" 401 206 0.000142 [API:8081]10.0.0.61 - - [2025-11-13 04:21:30] "GET /analytics HTTP/1.1" 401 206 0.000330 [API:8081]10.0.0.61 - - [2025-11-13 04:21:30] "GET /analytics HTTP/1.1" 401 206 0.000199 [API:8081]10.0.0.56 - - [2025-11-13 04:21:30] "GET /analytics HTTP/1.1" 401 206 0.000306 [API:8081]10.0.0.56 - - [2025-11-13 04:21:30] "GET /analytics HTTP/1.1" 401 206 0.000238 [API:8081]10.0.0.141 - - [2025-11-13 04:21:34] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 577 0.008124 [API:8081]10.0.0.141 - - [2025-11-13 04:21:40] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.008412 [API:8081]10.0.0.56 - - [2025-11-13 04:21:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061272 [API:8081]10.0.0.141 - - [2025-11-13 04:22:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.141 - - [2025-11-13 04:22:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.058572 [API:8081]10.0.0.141 - - [2025-11-13 04:22:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 421 0.049097 [API:8081]10.0.0.56 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000355 [API:8081]10.0.0.56 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000361 [API:8081]10.0.0.61 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.61 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000327 [API:8081]10.0.0.56 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.56 - - [2025-11-13 04:22:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.61 - - [2025-11-13 04:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000245 [API:8081]10.0.0.61 - - [2025-11-13 04:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2025-11-13 04:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000269 [API:8081]10.0.0.141 - - [2025-11-13 04:22:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.141 - - [2025-11-13 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000257 [API:8081]10.0.0.141 - - [2025-11-13 04:22:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000279 [API:8081]10.0.0.141 - - [2025-11-13 04:23:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 265 0.065440 [API:8081]10.0.0.141 - - [2025-11-13 04:23:32] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008367 [API:8081]10.0.0.141 - - [2025-11-13 04:23:43] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000241 [API:8081]10.0.0.56 - - [2025-11-13 04:23:43] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.088794 [API:8081]10.0.0.141 - - [2025-11-13 04:23:44] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.390982 [API:8081]10.0.0.141 - - [2025-11-13 04:23:45] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1358 0.059769 [API:8081]10.0.0.56 - - [2025-11-13 04:24:45] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054271 [API:8081]10.0.0.56 - - [2025-11-13 04:26:46] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.075149 [API:8081]10.0.0.56 - - [2025-11-13 04:27:47] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.061845 [API:8081]10.0.0.56 - - [2025-11-13 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000275 [API:8081]10.0.0.56 - - [2025-11-13 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000271 [API:8081]10.0.0.61 - - [2025-11-13 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000362 [API:8081]10.0.0.61 - - [2025-11-13 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000328 [API:8081]10.0.0.56 - - [2025-11-13 04:27:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000333 [API:8081]10.0.0.56 - - [2025-11-13 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000360 [API:8081]10.0.0.61 - - [2025-11-13 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000285 [API:8081]10.0.0.61 - - [2025-11-13 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000322 [API:8081]10.0.0.141 - - [2025-11-13 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000268 [API:8081]10.0.0.141 - - [2025-11-13 04:27:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000272 [API:8081]10.0.0.141 - - [2025-11-13 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000335 [API:8081]10.0.0.141 - - [2025-11-13 04:27:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000339 [API:8081]10.0.0.141 - - [2025-11-13 04:29:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 206 0.000315 [API:8081]10.0.0.141 - - [2025-11-13 04:29:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1572 0.089174 [API:8081]10.0.0.56 - - [2025-11-13 04:29:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.052459 [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.002253 [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.002534 [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.002556 [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.002350 [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.002406 [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.002116 [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.002256 [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.002218 [API:8081]10.0.0.56 - - [2025-11-13 04:30:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.062027 [API:8081]10.0.0.141 - - [2025-11-13 04:31:00] "GET /analytics HTTP/1.1" 401 206 0.000270 [API:8081]10.0.0.141 - - [2025-11-13 04:31:00] "GET /analytics HTTP/1.1" 401 206 0.000191 [API:8081]10.0.0.61 - - [2025-11-13 04:31:30] "GET /analytics HTTP/1.1" 401 206 0.000261 [API:8081]10.0.0.61 - - [2025-11-13 04:31:30] "GET /analytics HTTP/1.1" 401 206 0.000145 [API:8081]10.0.0.56 - - [2025-11-13 04:31:30] "GET /analytics HTTP/1.1" 401 206 0.000288 [API:8081]10.0.0.56 - - [2025-11-13 04:31:30] "GET /analytics HTTP/1.1" 401 206 0.000153 [API:8081]10.0.0.56 - - [2025-11-13 04:32:51] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060383 [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.000271 [API:8081]10.0.0.61 - - [2025-11-13 04:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000270 [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.56 - - [2025-11-13 04:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.56 - - [2025-11-13 04:32:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000259 [API:8081]10.0.0.61 - - [2025-11-13 04:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000265 [API:8081]10.0.0.61 - - [2025-11-13 04:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000350 [API:8081]10.0.0.141 - - [2025-11-13 04:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000251 [API:8081]10.0.0.141 - - [2025-11-13 04:32:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2025-11-13 04:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000258 [API:8081]10.0.0.141 - - [2025-11-13 04:32:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 206 0.000255 [API:8081]10.0.0.56 - - [2025-11-13 04:33:52] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2548 0.054612 [Introspect:8090]10.0.0.56 - - [2025-11-13 04:35:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3828 0.001912