++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ CONTAINER_LOG_DIR=/var/log/contrail/analytics-api ++ mkdir -p /var/log/contrail/analytics-api ++ log_file=/var/log/contrail/analytics-api/console.log ++ touch /var/log/contrail/analytics-api/console.log ++ chmod 600 /var/log/contrail/analytics-api/console.log ++ exec +++ tee -a /var/log/contrail/analytics-api/console.log +++ date ++ echo 'INFO: =================== Mon Jun 22 02:37:01 AM UTC 2026 ===================' INFO: =================== Mon Jun 22 02:37:01 AM UTC 2026 =================== ++ 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 +++ ip addr show dev ens3 ++ DEFAULT_LOCAL_IP=10.0.0.241 ++ 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 '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8081 ' +++ '[' -n '10.0.0.19:8081 10.0.0.129:8081 10.0.0.241:8081 ' ']' +++ echo '10.0.0.19:8081 10.0.0.129:8081 10.0.0.241:8081' ++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.129:8081 10.0.0.241:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9042 ' +++ '[' -n '10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042 ' ']' +++ echo '10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.129:9042 10.0.0.241:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8086 ' +++ '[' -n '10.0.0.19:8086 10.0.0.129:8086 10.0.0.241:8086 ' ']' +++ echo '10.0.0.19:8086 10.0.0.129:8086 10.0.0.241:8086' ++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.129:8086 10.0.0.241:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ CONFIGDB_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:8082 ' +++ '[' -n '10.0.0.19:8082 10.0.0.129:8082 10.0.0.241:8082 ' ']' +++ echo '10.0.0.19:8082 10.0.0.129:8082 10.0.0.241:8082' ++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.129:8082 10.0.0.241:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9161 ' +++ '[' -n '10.0.0.19:9161 10.0.0.129:9161 10.0.0.241:9161 ' ']' +++ echo '10.0.0.19:9161 10.0.0.129:9161 10.0.0.241:9161' ++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.129:9161 10.0.0.241:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9041 ' +++ '[' -n '10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041 ' ']' +++ echo '10.0.0.19:9041 10.0.0.129:9041 10.0.0.241:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.129:9041 10.0.0.241: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.193,10.20.0.129,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.193,10.20.0.129,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:2181, +++ '[' -n 10.0.0.19:2181,10.0.0.129:2181,10.0.0.241:2181, ']' +++ echo 10.0.0.19:2181,10.0.0.129:2181,10.0.0.241:2181 ++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.129:2181,10.0.0.241:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:2181 ' +++ '[' -n '10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181 ' ']' +++ echo '10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.129:2181 10.0.0.241:2181' ++ RABBITMQ_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+=10.0.0.19:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+=10.0.0.129:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+=10.0.0.241:5673, +++ '[' -n 10.0.0.19:5673,10.0.0.129:5673,10.0.0.241:5673, ']' +++ echo 10.0.0.19:5673,10.0.0.129:5673,10.0.0.241:5673 ++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.129:5673,10.0.0.241:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:6379 ' +++ '[' -n '10.0.0.19:6379 10.0.0.129:6379 10.0.0.241:6379 ' ']' +++ echo '10.0.0.19:6379 10.0.0.129:6379 10.0.0.241:6379' ++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.129:6379 10.0.0.241:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.19 +++ local server_address=10.0.0.19 +++ extended_server_list+='10.0.0.19:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.129 +++ local server_address=10.0.0.129 +++ extended_server_list+='10.0.0.129:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.241 +++ local server_address=10.0.0.241 +++ extended_server_list+='10.0.0.241:9092 ' +++ '[' -n '10.0.0.19:9092 10.0.0.129:9092 10.0.0.241:9092 ' ']' +++ echo '10.0.0.19:9092 10.0.0.129:9092 10.0.0.241:9092' ++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.129:9092 10.0.0.241:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.19 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.19,10.0.0.129,10.0.0.241 ++ 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.19,10.0.0.129,10.0.0.241 + local cassandra=10.0.0.19 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.19 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 ++ get_listen_ip_for_node ANALYTICS +++ find_my_ip_and_order_for_node ANALYTICS +++ local server_typ=ANALYTICS_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.19,10.0.0.129,10.0.0.241 +++ local servers=10.0.0.19,10.0.0.129,10.0.0.241 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ tr '\n' , ++++ grep -vi host ++++ sort ++++ cat /proc/net/fib_trie ++++ uniq +++ local local_ips=,10.0.0.241,10.20.0.18,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))' +++ local server_ip=10.0.0.19 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.19 ]] +++ [[ ,10.0.0.241,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.129'\''))' +++ local server_ip=10.0.0.129 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.129 ]] +++ [[ ,10.0.0.241,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.129, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.241'\''))' +++ local server_ip=10.0.0.241 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.241 ]] +++ [[ ,10.0.0.241,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.241, ]] +++ echo 10.0.0.241 3 +++ return ++ local ip=10.0.0.241 ++ [[ -z 10.0.0.241 ]] ++ echo 10.0.0.241 + host_ip=10.0.0.241 + mkdir -p /etc/contrail + cat ++ get_introspect_listen_ip_for_node ANALYTICS ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + cat + cat + add_ini_params_from_env ANALYTICS_API /etc/contrail/contrail-analytics-api.conf + local service_name=ANALYTICS_API + local cfg_path=/etc/contrail/contrail-analytics-api.conf + local delim=__ ++ set -o posix ++ set ++ grep '^ANALYTICS_API__.*__.*=.*$' ++ sed 's/^ANALYTICS_API__//g' ++ cut -d = -f 1 ++ sort + 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:1001: 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:1012: 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:1017: 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:1032: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(match_sp) is 1: 06/22/2026 02:37:09.069 7f4a92dfc300 [contrail-analytics-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 06/22/2026 02:37:09.240 7f4a92dfc300 [contrail-analytics-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8090 06/22/2026 02:37:09.251 7f4a92dfc300 [contrail-analytics-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 06/22/2026 02:37:09.251 7f4a92dfc300 [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.241: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.241 - - [2026-06-22 02:37:44] "GET /analytics HTTP/1.1" 401 205 0.000439 [API:8081]10.0.0.241 - - [2026-06-22 02:37:44] "GET /analytics HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.129 - - [2026-06-22 02:37:44] "GET /analytics HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.129 - - [2026-06-22 02:37:44] "GET /analytics HTTP/1.1" 401 205 0.000170 [API:8081]10.0.0.19 - - [2026-06-22 02:37:45] "GET /analytics HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-06-22 02:37:45] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.241 - - [2026-06-22 02:37:54] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 144 0.385693 [API:8081]10.0.0.241 - - [2026-06-22 02:38:15] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.241 - - [2026-06-22 02:38:15] "GET /analytics HTTP/1.1" 401 205 0.000191 [API:8081]10.0.0.129 - - [2026-06-22 02:38:15] "GET /analytics HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.129 - - [2026-06-22 02:38:15] "GET /analytics HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2026-06-22 02:38:16] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.19 - - [2026-06-22 02:38:16] "GET /analytics HTTP/1.1" 401 205 0.000147 [API:8081]10.0.0.241 - - [2026-06-22 02:38:45] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.241 - - [2026-06-22 02:38:45] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.129 - - [2026-06-22 02:38:45] "GET /analytics HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.129 - - [2026-06-22 02:38:45] "GET /analytics HTTP/1.1" 401 205 0.000174 [API:8081]10.0.0.241 - - [2026-06-22 02:38:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 144 0.424469 [Introspect:8090]10.0.0.241 - - [2026-06-22 02:40:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001287 [Introspect:8090]10.0.0.241 - - [2026-06-22 02:40:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.000992 [API:8081]10.0.0.241 - - [2026-06-22 02:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.241 - - [2026-06-22 02:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.129 - - [2026-06-22 02:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.129 - - [2026-06-22 02:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.241 - - [2026-06-22 02:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.241 - - [2026-06-22 02:40:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.517997 [API:8081]10.0.0.241 - - [2026-06-22 02:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000392 [API:8081]10.0.0.19 - - [2026-06-22 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-06-22 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.129 - - [2026-06-22 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.129 - - [2026-06-22 02:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.19 - - [2026-06-22 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-06-22 02:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.241 - - [2026-06-22 02:41:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.048715 [Introspect:8090]10.0.0.19 - - [2026-06-22 02:42:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001266 [API:8081]10.0.0.19 - - [2026-06-22 02:42:20] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?flat HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2026-06-22 02:42:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?flat HTTP/1.1" 200 5188 0.067311 [API:8081]10.0.0.19 - - [2026-06-22 02:42:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?flat HTTP/1.1" 200 5186 0.054269 [API:8081]10.0.0.19 - - [2026-06-22 02:42:21] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?flat HTTP/1.1" 200 5185 0.054313 [Introspect:8090]10.0.0.19 - - [2026-06-22 02:42:22] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000571 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 8003 0.015042 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 7999 0.015113 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-3?flat HTTP/1.1" 200 7996 0.020841 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-1?flat HTTP/1.1" 200 8003 0.019853 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-2?flat HTTP/1.1" 200 7999 0.016877 [API:8081]10.0.0.19 - - [2026-06-22 02:42:24] "GET /analytics/uves/control-node/cn-jenkins-deploy-platform-ansible-os-6014-3?flat HTTP/1.1" 200 7996 0.019982 [API:8081]10.0.0.19 - - [2026-06-22 02:42:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2026-06-22 02:42:38] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1152 0.045205 [API:8081]10.0.0.241 - - [2026-06-22 02:44:00] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049373 [API:8081]10.0.0.241 - - [2026-06-22 02:45:01] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.057920 [API:8081]10.0.0.241 - - [2026-06-22 02:45:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.241 - - [2026-06-22 02:45:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.129 - - [2026-06-22 02:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.129 - - [2026-06-22 02:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.241 - - [2026-06-22 02:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000372 [API:8081]10.0.0.241 - - [2026-06-22 02:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-06-22 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-06-22 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.129 - - [2026-06-22 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.129 - - [2026-06-22 02:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.19 - - [2026-06-22 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.19 - - [2026-06-22 02:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.241 - - [2026-06-22 02:47:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.113848 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002834 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002925 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003367 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002845 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003018 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002575 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002377 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002774 [API:8081]10.0.0.241 - - [2026-06-22 02:48:04] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.377372 [API:8081]10.0.0.19 - - [2026-06-22 02:48:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.19 - - [2026-06-22 02:48:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1453 0.049824 [API:8081]10.0.0.19 - - [2026-06-22 02:48:06] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1686 0.037977 [API:8081]10.0.0.19 - - [2026-06-22 02:48:16] "GET /analytics HTTP/1.1" 401 205 0.000364 [API:8081]10.0.0.19 - - [2026-06-22 02:48:16] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.241 - - [2026-06-22 02:48:45] "GET /analytics HTTP/1.1" 401 205 0.000350 [API:8081]10.0.0.241 - - [2026-06-22 02:48:45] "GET /analytics HTTP/1.1" 401 205 0.000149 [API:8081]10.0.0.129 - - [2026-06-22 02:48:45] "GET /analytics HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.129 - - [2026-06-22 02:48:45] "GET /analytics HTTP/1.1" 401 205 0.000142 [API:8081]10.0.0.241 - - [2026-06-22 02:50:06] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.078123 [API:8081]10.0.0.241 - - [2026-06-22 02:50:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.241 - - [2026-06-22 02:50:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.129 - - [2026-06-22 02:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.129 - - [2026-06-22 02:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.241 - - [2026-06-22 02:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.241 - - [2026-06-22 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000338 [API:8081]10.0.0.19 - - [2026-06-22 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2026-06-22 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.129 - - [2026-06-22 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.129 - - [2026-06-22 02:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.19 - - [2026-06-22 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000743 [API:8081]10.0.0.19 - - [2026-06-22 02:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000500 [API:8081]10.0.0.241 - - [2026-06-22 02:51:07] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.097958 [API:8081]10.0.0.241 - - [2026-06-22 02:53:08] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.054808 [API:8081]10.0.0.19 - - [2026-06-22 02:53:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-06-22 02:53:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.056551 [API:8081]10.0.0.19 - - [2026-06-22 02:53:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2461 0.043007 [API:8081]10.0.0.241 - - [2026-06-22 02:54:09] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.056565 [API:8081]10.0.0.19 - - [2026-06-22 02:54:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1672 0.010349 [API:8081]10.0.0.19 - - [2026-06-22 02:54:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1901 0.009886 [API:8081]10.0.0.19 - - [2026-06-22 02:54:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2130 0.068945 [API:8081]10.0.0.19 - - [2026-06-22 02:54:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2359 0.010525 [API:8081]10.0.0.241 - - [2026-06-22 02:55:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000318 [API:8081]10.0.0.241 - - [2026-06-22 02:55:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.129 - - [2026-06-22 02:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.129 - - [2026-06-22 02:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.241 - - [2026-06-22 02:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.241 - - [2026-06-22 02:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.19 - - [2026-06-22 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2026-06-22 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.129 - - [2026-06-22 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.129 - - [2026-06-22 02:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.19 - - [2026-06-22 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2026-06-22 02:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.241 - - [2026-06-22 02:56:10] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060144 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003726 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003469 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002748 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003112 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003304 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003374 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002373 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 02:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002524 [API:8081]10.0.0.241 - - [2026-06-22 02:57:11] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.058571 [API:8081]10.0.0.19 - - [2026-06-22 02:57:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008826 [API:8081]10.0.0.19 - - [2026-06-22 02:57:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008799 [API:8081]10.0.0.19 - - [2026-06-22 02:57:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.009091 [API:8081]10.0.0.19 - - [2026-06-22 02:58:16] "GET /analytics HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.19 - - [2026-06-22 02:58:16] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.241 - - [2026-06-22 02:58:45] "GET /analytics HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.241 - - [2026-06-22 02:58:45] "GET /analytics HTTP/1.1" 401 205 0.000167 [API:8081]10.0.0.129 - - [2026-06-22 02:58:45] "GET /analytics HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.129 - - [2026-06-22 02:58:45] "GET /analytics HTTP/1.1" 401 205 0.000152 [API:8081]10.0.0.241 - - [2026-06-22 02:59:13] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.064004 [API:8081]10.0.0.19 - - [2026-06-22 02:59:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.19 - - [2026-06-22 02:59:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.055222 [API:8081]10.0.0.241 - - [2026-06-22 03:00:14] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.072114 [API:8081]10.0.0.19 - - [2026-06-22 03:00:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.046281 [API:8081]10.0.0.241 - - [2026-06-22 03:00:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000333 [API:8081]10.0.0.241 - - [2026-06-22 03:00:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.129 - - [2026-06-22 03:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.129 - - [2026-06-22 03:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.241 - - [2026-06-22 03:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.241 - - [2026-06-22 03:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.19 - - [2026-06-22 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-06-22 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000295 [API:8081]10.0.0.129 - - [2026-06-22 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.129 - - [2026-06-22 03:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-06-22 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-06-22 03:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.044576 [API:8081]10.0.0.19 - - [2026-06-22 03:01:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2026-06-22 03:01:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1461 0.056259 [API:8081]10.0.0.19 - - [2026-06-22 03:01:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2026-06-22 03:01:14] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.042151 [API:8081]10.0.0.19 - - [2026-06-22 03:01:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.045892 [API:8081]10.0.0.19 - - [2026-06-22 03:01:16] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1847 0.052101 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e?flat HTTP/1.1" 200 1711 0.011009 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e?flat HTTP/1.1" 200 1711 0.010906 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/virtual-machine/05d9f159-a75b-40e8-b2e3-81238bcd589e?flat HTTP/1.1" 200 1711 0.011374 [API:8081]10.0.0.19 - - [2026-06-22 03:02:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010377 [API:8081]10.0.0.19 - - [2026-06-22 03:02:08] "GET /analytics/uves/virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236?flat HTTP/1.1" 200 1988 0.012800 [API:8081]10.0.0.19 - - [2026-06-22 03:02:08] "GET /analytics/uves/virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236?flat HTTP/1.1" 200 1988 0.011050 [API:8081]10.0.0.19 - - [2026-06-22 03:02:08] "GET /analytics/uves/virtual-machine/665e1e4f-8b7f-4f09-8637-ddfc6c9d8236?flat HTTP/1.1" 200 1988 0.011415 [API:8081]10.0.0.19 - - [2026-06-22 03:02:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008155 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3?flat HTTP/1.1" 200 1712 0.011096 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3?flat HTTP/1.1" 200 1712 0.010436 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/virtual-machine/4c4c464e-5763-4c20-bab4-6172e78d01f3?flat HTTP/1.1" 200 1712 0.010752 [API:8081]10.0.0.19 - - [2026-06-22 03:02:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010043 [API:8081]10.0.0.241 - - [2026-06-22 03:02:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.055443 [API:8081]10.0.0.19 - - [2026-06-22 03:03:15] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009033 [API:8081]10.0.0.241 - - [2026-06-22 03:03:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.055947 [API:8081]10.0.0.19 - - [2026-06-22 03:03:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010451 [API:8081]10.0.0.19 - - [2026-06-22 03:03:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008617 [API:8081]10.0.0.19 - - [2026-06-22 03:04:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-06-22 03:04:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.056648 [API:8081]10.0.0.19 - - [2026-06-22 03:04:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.041572 [API:8081]10.0.0.19 - - [2026-06-22 03:04:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1883 0.041039 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae?flat HTTP/1.1" 200 1719 0.011857 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae?flat HTTP/1.1" 200 1719 0.011717 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/virtual-machine/fb966d87-2bd6-4297-ab9e-7dff4fdff9ae?flat HTTP/1.1" 200 1719 0.010722 [API:8081]10.0.0.19 - - [2026-06-22 03:04:54] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009672 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a?flat HTTP/1.1" 200 1719 0.011359 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a?flat HTTP/1.1" 200 1719 0.009999 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/virtual-machine/f0fad0d9-67f2-4df5-b439-b6212d6dda1a?flat HTTP/1.1" 200 1719 0.010476 [API:8081]10.0.0.19 - - [2026-06-22 03:04:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.014436 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87?flat HTTP/1.1" 200 1719 0.012467 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87?flat HTTP/1.1" 200 1719 0.011199 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/virtual-machine/da1130ce-5a29-4545-bf6b-1ab937ee8c87?flat HTTP/1.1" 200 1719 0.011999 [API:8081]10.0.0.19 - - [2026-06-22 03:05:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009946 [API:8081]10.0.0.241 - - [2026-06-22 03:05:18] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050086 [API:8081]10.0.0.19 - - [2026-06-22 03:05:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009528 [API:8081]10.0.0.241 - - [2026-06-22 03:05:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000281 [API:8081]10.0.0.241 - - [2026-06-22 03:05:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.129 - - [2026-06-22 03:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.129 - - [2026-06-22 03:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000222 [API:8081]10.0.0.241 - - [2026-06-22 03:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000326 [API:8081]10.0.0.241 - - [2026-06-22 03:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000315 [API:8081]10.0.0.19 - - [2026-06-22 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2026-06-22 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.129 - - [2026-06-22 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000677 [API:8081]10.0.0.129 - - [2026-06-22 03:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.19 - - [2026-06-22 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.19 - - [2026-06-22 03:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-06-22 03:06:09] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.011275 [API:8081]10.0.0.19 - - [2026-06-22 03:06:17] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008182 [API:8081]10.0.0.241 - - [2026-06-22 03:06:19] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060034 [API:8081]10.0.0.19 - - [2026-06-22 03:06:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.19 - - [2026-06-22 03:06:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.043460 [API:8081]10.0.0.19 - - [2026-06-22 03:06:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.043020 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002649 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.003200 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002904 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002498 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.004038 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004559 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004921 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004075 [API:8081]10.0.0.19 - - [2026-06-22 03:07:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000396 [API:8081]10.0.0.19 - - [2026-06-22 03:07:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.072738 [API:8081]10.0.0.19 - - [2026-06-22 03:08:16] "GET /analytics HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.19 - - [2026-06-22 03:08:16] "GET /analytics HTTP/1.1" 401 205 0.000141 [API:8081]10.0.0.241 - - [2026-06-22 03:08:20] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050772 [API:8081]10.0.0.241 - - [2026-06-22 03:08:45] "GET /analytics HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.241 - - [2026-06-22 03:08:45] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.129 - - [2026-06-22 03:08:45] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.129 - - [2026-06-22 03:08:45] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.241 - - [2026-06-22 03:09:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.054808 [API:8081]10.0.0.19 - - [2026-06-22 03:09:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.009868 [API:8081]10.0.0.19 - - [2026-06-22 03:10:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-06-22 03:10:04] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1445 0.056447 [API:8081]10.0.0.19 - - [2026-06-22 03:10:05] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1670 0.051976 [API:8081]10.0.0.241 - - [2026-06-22 03:10:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.241 - - [2026-06-22 03:10:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.129 - - [2026-06-22 03:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.129 - - [2026-06-22 03:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.241 - - [2026-06-22 03:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000265 [API:8081]10.0.0.241 - - [2026-06-22 03:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2026-06-22 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-06-22 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.129 - - [2026-06-22 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.129 - - [2026-06-22 03:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000336 [API:8081]10.0.0.19 - - [2026-06-22 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-06-22 03:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001077 [API:8081]10.0.0.241 - - [2026-06-22 03:11:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048110 [API:8081]10.0.0.241 - - [2026-06-22 03:12:24] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.053773 [API:8081]10.0.0.19 - - [2026-06-22 03:13:10] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008437 [API:8081]10.0.0.19 - - [2026-06-22 03:13:18] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.040684 [API:8081]10.0.0.19 - - [2026-06-22 03:13:35] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-06-22 03:13:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1457 0.048213 [API:8081]10.0.0.19 - - [2026-06-22 03:13:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1694 0.040398 [API:8081]10.0.0.241 - - [2026-06-22 03:14:25] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.044953 [API:8081]10.0.0.241 - - [2026-06-22 03:15:26] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.052013 [API:8081]10.0.0.241 - - [2026-06-22 03:15:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.241 - - [2026-06-22 03:15:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000278 [API:8081]10.0.0.129 - - [2026-06-22 03:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.129 - - [2026-06-22 03:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.241 - - [2026-06-22 03:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.241 - - [2026-06-22 03:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000373 [API:8081]10.0.0.19 - - [2026-06-22 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-06-22 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.129 - - [2026-06-22 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000224 [API:8081]10.0.0.129 - - [2026-06-22 03:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.19 - - [2026-06-22 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.19 - - [2026-06-22 03:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-06-22 03:16:08] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009691 [API:8081]10.0.0.19 - - [2026-06-22 03:16:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.040460 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003272 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003746 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003671 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 295 0.002178 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003047 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002937 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002491 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002285 [API:8081]10.0.0.241 - - [2026-06-22 03:17:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050957 [API:8081]10.0.0.19 - - [2026-06-22 03:18:16] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-06-22 03:18:16] "GET /analytics HTTP/1.1" 401 205 0.000131 [API:8081]10.0.0.241 - - [2026-06-22 03:18:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.051137 [API:8081]10.0.0.241 - - [2026-06-22 03:18:45] "GET /analytics HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.241 - - [2026-06-22 03:18:45] "GET /analytics HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.129 - - [2026-06-22 03:18:45] "GET /analytics HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.129 - - [2026-06-22 03:18:45] "GET /analytics HTTP/1.1" 401 205 0.000205 [API:8081]10.0.0.19 - - [2026-06-22 03:20:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.19 - - [2026-06-22 03:20:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.050755 [API:8081]10.0.0.241 - - [2026-06-22 03:20:30] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.107537 [API:8081]10.0.0.241 - - [2026-06-22 03:20:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.241 - - [2026-06-22 03:20:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.129 - - [2026-06-22 03:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.129 - - [2026-06-22 03:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000239 [API:8081]10.0.0.241 - - [2026-06-22 03:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.241 - - [2026-06-22 03:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000292 [API:8081]10.0.0.19 - - [2026-06-22 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.19 - - [2026-06-22 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.129 - - [2026-06-22 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.129 - - [2026-06-22 03:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000302 [API:8081]10.0.0.19 - - [2026-06-22 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-06-22 03:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.19 - - [2026-06-22 03:21:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.039997 [API:8081]10.0.0.241 - - [2026-06-22 03:21:31] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.052083 [API:8081]10.0.0.19 - - [2026-06-22 03:22:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000291 [API:8081]10.0.0.19 - - [2026-06-22 03:22:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1567 0.049613 [API:8081]10.0.0.19 - - [2026-06-22 03:23:27] "GET /analytics/uves/virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784?flat HTTP/1.1" 200 1781 0.044029 [API:8081]10.0.0.19 - - [2026-06-22 03:23:27] "GET /analytics/uves/virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784?flat HTTP/1.1" 200 1781 0.042463 [API:8081]10.0.0.19 - - [2026-06-22 03:23:27] "GET /analytics/uves/virtual-machine/c83ba81b-e8d2-4b11-9e07-0555d7b4d784?flat HTTP/1.1" 200 1781 0.011744 [API:8081]10.0.0.19 - - [2026-06-22 03:23:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009405 [API:8081]10.0.0.241 - - [2026-06-22 03:23:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046938 [API:8081]10.0.0.19 - - [2026-06-22 03:23:38] "GET /analytics/uves/virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b?flat HTTP/1.1" 200 1909 0.010950 [API:8081]10.0.0.19 - - [2026-06-22 03:23:38] "GET /analytics/uves/virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b?flat HTTP/1.1" 200 1909 0.011793 [API:8081]10.0.0.19 - - [2026-06-22 03:23:38] "GET /analytics/uves/virtual-machine/ec59b72b-4ca4-454c-9128-e4b81b23c23b?flat HTTP/1.1" 200 1909 0.011768 [API:8081]10.0.0.19 - - [2026-06-22 03:23:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009155 [API:8081]10.0.0.241 - - [2026-06-22 03:24:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.048987 [API:8081]10.0.0.19 - - [2026-06-22 03:25:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010198 [API:8081]10.0.0.19 - - [2026-06-22 03:25:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.010797 [API:8081]10.0.0.241 - - [2026-06-22 03:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.241 - - [2026-06-22 03:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000367 [API:8081]10.0.0.129 - - [2026-06-22 03:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.129 - - [2026-06-22 03:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-06-22 03:25:57] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000311 [API:8081]10.0.0.241 - - [2026-06-22 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.241 - - [2026-06-22 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.19 - - [2026-06-22 03:25:58] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1587 0.153045 [API:8081]10.0.0.19 - - [2026-06-22 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.129 - - [2026-06-22 03:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-06-22 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.129 - - [2026-06-22 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000251 [API:8081]10.0.0.19 - - [2026-06-22 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000374 [API:8081]10.0.0.19 - - [2026-06-22 03:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.241 - - [2026-06-22 03:26:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048223 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5?flat HTTP/1.1" 200 1341 0.044305 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5?flat HTTP/1.1" 200 1341 0.010750 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/virtual-machine/648f5977-e8af-4145-bb06-ff5580e7bca5?flat HTTP/1.1" 200 1790 0.042283 [API:8081]10.0.0.19 - - [2026-06-22 03:26:37] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009369 [API:8081]10.0.0.19 - - [2026-06-22 03:26:53] "GET /analytics/uves/virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a?flat HTTP/1.1" 200 1789 0.011467 [API:8081]10.0.0.19 - - [2026-06-22 03:26:53] "GET /analytics/uves/virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a?flat HTTP/1.1" 200 1789 0.011741 [API:8081]10.0.0.19 - - [2026-06-22 03:26:53] "GET /analytics/uves/virtual-machine/5a9de0aa-79c0-4420-86d6-7d7da775a08a?flat HTTP/1.1" 200 1789 0.010678 [API:8081]10.0.0.19 - - [2026-06-22 03:26:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008609 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002628 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003423 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003354 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002954 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003312 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002791 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002597 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002333 [API:8081]10.0.0.241 - - [2026-06-22 03:27:36] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.050675 [API:8081]10.0.0.19 - - [2026-06-22 03:28:16] "GET /analytics HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.19 - - [2026-06-22 03:28:16] "GET /analytics HTTP/1.1" 401 205 0.000210 [API:8081]10.0.0.19 - - [2026-06-22 03:28:39] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009424 [API:8081]10.0.0.241 - - [2026-06-22 03:28:45] "GET /analytics HTTP/1.1" 401 205 0.000328 [API:8081]10.0.0.241 - - [2026-06-22 03:28:45] "GET /analytics HTTP/1.1" 401 205 0.000195 [API:8081]10.0.0.129 - - [2026-06-22 03:28:45] "GET /analytics HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.129 - - [2026-06-22 03:28:45] "GET /analytics HTTP/1.1" 401 205 0.000150 [API:8081]10.0.0.19 - - [2026-06-22 03:28:47] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008917 [API:8081]10.0.0.19 - - [2026-06-22 03:28:59] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2026-06-22 03:29:00] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1551 0.062129 [API:8081]10.0.0.19 - - [2026-06-22 03:29:37] "GET /analytics/uves/virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9?flat HTTP/1.1" 200 1324 0.167083 [API:8081]10.0.0.241 - - [2026-06-22 03:29:37] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059890 [API:8081]10.0.0.19 - - [2026-06-22 03:29:37] "GET /analytics/uves/virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9?flat HTTP/1.1" 200 1324 0.012000 [API:8081]10.0.0.19 - - [2026-06-22 03:29:38] "GET /analytics/uves/virtual-machine/a1959a1a-4a20-4694-9c5d-5d877ec062d9?flat HTTP/1.1" 200 1324 0.011384 [API:8081]10.0.0.19 - - [2026-06-22 03:29:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.043816 [API:8081]10.0.0.19 - - [2026-06-22 03:29:53] "GET /analytics/uves/virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174?flat HTTP/1.1" 200 1773 0.013316 [API:8081]10.0.0.19 - - [2026-06-22 03:29:53] "GET /analytics/uves/virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174?flat HTTP/1.1" 200 1773 0.010926 [API:8081]10.0.0.19 - - [2026-06-22 03:29:53] "GET /analytics/uves/virtual-machine/908a1ac5-8f2f-4421-9cab-e65af6766174?flat HTTP/1.1" 200 1773 0.010635 [API:8081]10.0.0.19 - - [2026-06-22 03:29:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.017737 [API:8081]10.0.0.241 - - [2026-06-22 03:30:38] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.052140 [API:8081]10.0.0.241 - - [2026-06-22 03:30:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000465 [API:8081]10.0.0.241 - - [2026-06-22 03:30:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000394 [API:8081]10.0.0.129 - - [2026-06-22 03:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.129 - - [2026-06-22 03:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.241 - - [2026-06-22 03:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.241 - - [2026-06-22 03:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000267 [API:8081]10.0.0.19 - - [2026-06-22 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000313 [API:8081]10.0.0.19 - - [2026-06-22 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.129 - - [2026-06-22 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000261 [API:8081]10.0.0.129 - - [2026-06-22 03:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2026-06-22 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2026-06-22 03:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000919 [API:8081]10.0.0.19 - - [2026-06-22 03:31:38] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.010599 [API:8081]10.0.0.19 - - [2026-06-22 03:31:46] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008970 [API:8081]10.0.0.19 - - [2026-06-22 03:32:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-06-22 03:32:12] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1648 0.046850 [API:8081]10.0.0.19 - - [2026-06-22 03:32:13] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.040150 [API:8081]10.0.0.19 - - [2026-06-22 03:32:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.046400 [API:8081]10.0.0.19 - - [2026-06-22 03:32:27] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1648 0.008807 [API:8081]10.0.0.19 - - [2026-06-22 03:32:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.009160 [API:8081]10.0.0.19 - - [2026-06-22 03:32:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2076 0.009041 [API:8081]10.0.0.19 - - [2026-06-22 03:32:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2301 0.008962 [API:8081]10.0.0.19 - - [2026-06-22 03:32:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2528 0.010590 [API:8081]10.0.0.241 - - [2026-06-22 03:32:39] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056836 [API:8081]10.0.0.19 - - [2026-06-22 03:32:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.19 - - [2026-06-22 03:32:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1433 0.073787 [API:8081]10.0.0.19 - - [2026-06-22 03:32:52] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.059320 [API:8081]10.0.0.19 - - [2026-06-22 03:32:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1869 0.042965 [API:8081]10.0.0.19 - - [2026-06-22 03:33:01] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1433 0.009323 [API:8081]10.0.0.19 - - [2026-06-22 03:33:02] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1646 0.009111 [API:8081]10.0.0.19 - - [2026-06-22 03:33:03] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1861 0.008732 [API:8081]10.0.0.19 - - [2026-06-22 03:33:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.19 - - [2026-06-22 03:33:17] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.046041 [API:8081]10.0.0.19 - - [2026-06-22 03:33:18] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.039338 [API:8081]10.0.0.19 - - [2026-06-22 03:33:20] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1849 0.051537 [API:8081]10.0.0.19 - - [2026-06-22 03:33:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.009817 [API:8081]10.0.0.19 - - [2026-06-22 03:33:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1638 0.008314 [API:8081]10.0.0.19 - - [2026-06-22 03:33:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1849 0.013003 [API:8081]10.0.0.19 - - [2026-06-22 03:33:31] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2070 0.009226 [API:8081]10.0.0.19 - - [2026-06-22 03:33:32] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2293 0.009545 [API:8081]10.0.0.241 - - [2026-06-22 03:33:41] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.118137 [API:8081]10.0.0.19 - - [2026-06-22 03:33:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-06-22 03:33:46] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1435 0.054869 [API:8081]10.0.0.19 - - [2026-06-22 03:33:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.043336 [API:8081]10.0.0.19 - - [2026-06-22 03:33:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1873 0.046700 [API:8081]10.0.0.19 - - [2026-06-22 03:33:50] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2106 0.009523 [API:8081]10.0.0.19 - - [2026-06-22 03:33:51] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2341 0.009380 [API:8081]10.0.0.241 - - [2026-06-22 03:35:42] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.070086 [API:8081]10.0.0.241 - - [2026-06-22 03:35:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.241 - - [2026-06-22 03:35:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.129 - - [2026-06-22 03:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.129 - - [2026-06-22 03:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.241 - - [2026-06-22 03:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000220 [API:8081]10.0.0.241 - - [2026-06-22 03:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2026-06-22 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2026-06-22 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.129 - - [2026-06-22 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000786 [API:8081]10.0.0.129 - - [2026-06-22 03:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2026-06-22 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2026-06-22 03:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.241 - - [2026-06-22 03:36:43] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.054015 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003002 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002955 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002716 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002375 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003124 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002624 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002156 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:37:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002167 [API:8081]10.0.0.19 - - [2026-06-22 03:38:16] "GET /analytics HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2026-06-22 03:38:16] "GET /analytics HTTP/1.1" 401 205 0.000185 [API:8081]10.0.0.241 - - [2026-06-22 03:38:44] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.094852 [API:8081]10.0.0.241 - - [2026-06-22 03:38:45] "GET /analytics HTTP/1.1" 401 205 0.000271 [API:8081]10.0.0.241 - - [2026-06-22 03:38:45] "GET /analytics HTTP/1.1" 401 205 0.000217 [API:8081]10.0.0.129 - - [2026-06-22 03:38:45] "GET /analytics HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.129 - - [2026-06-22 03:38:45] "GET /analytics HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.19 - - [2026-06-22 03:38:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-06-22 03:38:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1652 0.052290 [API:8081]10.0.0.19 - - [2026-06-22 03:38:56] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1863 0.041436 [API:8081]10.0.0.241 - - [2026-06-22 03:39:46] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.067329 [API:8081]10.0.0.241 - - [2026-06-22 03:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000355 [API:8081]10.0.0.241 - - [2026-06-22 03:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000245 [API:8081]10.0.0.129 - - [2026-06-22 03:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.129 - - [2026-06-22 03:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000323 [API:8081]10.0.0.241 - - [2026-06-22 03:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000329 [API:8081]10.0.0.241 - - [2026-06-22 03:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-06-22 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000319 [API:8081]10.0.0.19 - - [2026-06-22 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000359 [API:8081]10.0.0.129 - - [2026-06-22 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000276 [API:8081]10.0.0.129 - - [2026-06-22 03:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.19 - - [2026-06-22 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-06-22 03:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.241 - - [2026-06-22 03:41:47] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049487 [API:8081]10.0.0.19 - - [2026-06-22 03:42:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000395 [API:8081]10.0.0.19 - - [2026-06-22 03:42:37] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1427 0.042250 [API:8081]10.0.0.241 - - [2026-06-22 03:42:48] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.048857 [API:8081]10.0.0.19 - - [2026-06-22 03:43:23] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000361 [API:8081]10.0.0.19 - - [2026-06-22 03:43:24] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1650 0.048359 [API:8081]10.0.0.241 - - [2026-06-22 03:44:49] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046013 [API:8081]10.0.0.241 - - [2026-06-22 03:45:50] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.050195 [API:8081]10.0.0.241 - - [2026-06-22 03:45:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.241 - - [2026-06-22 03:45:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000223 [API:8081]10.0.0.129 - - [2026-06-22 03:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000385 [API:8081]10.0.0.129 - - [2026-06-22 03:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000305 [API:8081]10.0.0.241 - - [2026-06-22 03:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.241 - - [2026-06-22 03:45:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000371 [API:8081]10.0.0.19 - - [2026-06-22 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.19 - - [2026-06-22 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.129 - - [2026-06-22 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.129 - - [2026-06-22 03:45:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2026-06-22 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-06-22 03:45:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000225 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004073 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003383 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.004217 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002548 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003272 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002518 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002535 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:47:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002439 [API:8081]10.0.0.241 - - [2026-06-22 03:47:52] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.083560 [API:8081]10.0.0.19 - - [2026-06-22 03:47:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2026-06-22 03:47:53] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1423 0.043259 [API:8081]10.0.0.19 - - [2026-06-22 03:48:16] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.19 - - [2026-06-22 03:48:16] "GET /analytics HTTP/1.1" 401 205 0.000158 [API:8081]10.0.0.241 - - [2026-06-22 03:48:45] "GET /analytics HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.241 - - [2026-06-22 03:48:45] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.129 - - [2026-06-22 03:48:45] "GET /analytics HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.129 - - [2026-06-22 03:48:45] "GET /analytics HTTP/1.1" 401 205 0.000201 [API:8081]10.0.0.241 - - [2026-06-22 03:48:53] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.060925 [API:8081]10.0.0.241 - - [2026-06-22 03:50:55] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.061141 [API:8081]10.0.0.241 - - [2026-06-22 03:50:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.241 - - [2026-06-22 03:50:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000366 [API:8081]10.0.0.129 - - [2026-06-22 03:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.129 - - [2026-06-22 03:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000317 [API:8081]10.0.0.241 - - [2026-06-22 03:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.241 - - [2026-06-22 03:50:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2026-06-22 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000272 [API:8081]10.0.0.19 - - [2026-06-22 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.129 - - [2026-06-22 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.129 - - [2026-06-22 03:50:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-06-22 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000348 [API:8081]10.0.0.19 - - [2026-06-22 03:50:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.241 - - [2026-06-22 03:51:56] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.058408 [API:8081]10.0.0.19 - - [2026-06-22 03:52:07] "GET /analytics/uves/virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3?flat HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.19 - - [2026-06-22 03:52:07] "GET /analytics/uves/virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3?flat HTTP/1.1" 200 964 0.045604 [API:8081]10.0.0.19 - - [2026-06-22 03:52:09] "GET /analytics/uves/virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3?flat HTTP/1.1" 200 964 0.044273 [API:8081]10.0.0.19 - - [2026-06-22 03:52:11] "GET /analytics/uves/virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3?flat HTTP/1.1" 200 964 0.045872 [API:8081]10.0.0.19 - - [2026-06-22 03:52:13] "GET /analytics/uves/virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3?flat HTTP/1.1" 200 964 0.010070 [API:8081]10.0.0.19 - - [2026-06-22 03:52:15] "GET /analytics/uves/virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3?flat HTTP/1.1" 200 1402 0.011962 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3?flat HTTP/1.1" 200 1402 0.012046 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/virtual-machine/20017dac-e839-48a4-8232-526ab003e1b3?flat HTTP/1.1" 200 1402 0.012753 [API:8081]10.0.0.19 - - [2026-06-22 03:52:16] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008678 [API:8081]10.0.0.19 - - [2026-06-22 03:52:19] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1429 0.012842 [API:8081]10.0.0.19 - - [2026-06-22 03:52:45] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.009585 [API:8081]10.0.0.241 - - [2026-06-22 03:53:57] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.051575 [API:8081]10.0.0.241 - - [2026-06-22 03:54:58] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.047352 [API:8081]10.0.0.19 - - [2026-06-22 03:55:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2026-06-22 03:55:39] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 2070 0.046638 [API:8081]10.0.0.241 - - [2026-06-22 03:55:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000363 [API:8081]10.0.0.241 - - [2026-06-22 03:55:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.129 - - [2026-06-22 03:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.129 - - [2026-06-22 03:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000314 [API:8081]10.0.0.241 - - [2026-06-22 03:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000241 [API:8081]10.0.0.241 - - [2026-06-22 03:55:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2026-06-22 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.129 - - [2026-06-22 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.19 - - [2026-06-22 03:55:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.129 - - [2026-06-22 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000269 [API:8081]10.0.0.19 - - [2026-06-22 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.19 - - [2026-06-22 03:55:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000287 [API:8081]10.0.0.241 - - [2026-06-22 03:56:59] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.056031 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003031 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003579 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005049 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003451 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002711 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002851 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002578 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 03:57:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002879 [API:8081]10.0.0.241 - - [2026-06-22 03:58:00] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.049254 [API:8081]10.0.0.19 - - [2026-06-22 03:58:16] "GET /analytics HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-06-22 03:58:16] "GET /analytics HTTP/1.1" 401 205 0.000206 [API:8081]10.0.0.19 - - [2026-06-22 03:58:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-06-22 03:58:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1630 0.049111 [API:8081]10.0.0.241 - - [2026-06-22 03:58:45] "GET /analytics HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.241 - - [2026-06-22 03:58:45] "GET /analytics HTTP/1.1" 401 205 0.000154 [API:8081]10.0.0.129 - - [2026-06-22 03:58:45] "GET /analytics HTTP/1.1" 401 205 0.000752 [API:8081]10.0.0.129 - - [2026-06-22 03:58:45] "GET /analytics HTTP/1.1" 401 205 0.000187 [API:8081]10.0.0.241 - - [2026-06-22 04:00:02] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.072125 [API:8081]10.0.0.19 - - [2026-06-22 04:00:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2026-06-22 04:00:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1455 0.070336 [API:8081]10.0.0.241 - - [2026-06-22 04:00:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.241 - - [2026-06-22 04:00:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.129 - - [2026-06-22 04:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.129 - - [2026-06-22 04:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000321 [API:8081]10.0.0.241 - - [2026-06-22 04:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000258 [API:8081]10.0.0.241 - - [2026-06-22 04:00:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.19 - - [2026-06-22 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.19 - - [2026-06-22 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000283 [API:8081]10.0.0.129 - - [2026-06-22 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.129 - - [2026-06-22 04:00:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2026-06-22 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2026-06-22 04:00:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.241 - - [2026-06-22 04:01:03] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.076658 [API:8081]10.0.0.19 - - [2026-06-22 04:02:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000298 [API:8081]10.0.0.19 - - [2026-06-22 04:02:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1700 0.055863 [API:8081]10.0.0.19 - - [2026-06-22 04:02:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.044581 [API:8081]10.0.0.19 - - [2026-06-22 04:02:47] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.050261 [API:8081]10.0.0.19 - - [2026-06-22 04:02:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.012559 [API:8081]10.0.0.241 - - [2026-06-22 04:03:05] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050143 [API:8081]10.0.0.19 - - [2026-06-22 04:03:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.016530 [API:8081]10.0.0.19 - - [2026-06-22 04:03:28] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.009381 [API:8081]10.0.0.19 - - [2026-06-22 04:03:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.008484 [API:8081]10.0.0.19 - - [2026-06-22 04:03:29] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.009908 [API:8081]10.0.0.19 - - [2026-06-22 04:03:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1961 0.008786 [API:8081]10.0.0.241 - - [2026-06-22 04:04:06] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.056146 [API:8081]10.0.0.241 - - [2026-06-22 04:05:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.241 - - [2026-06-22 04:05:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000303 [API:8081]10.0.0.129 - - [2026-06-22 04:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.129 - - [2026-06-22 04:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.241 - - [2026-06-22 04:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.241 - - [2026-06-22 04:05:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2026-06-22 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.19 - - [2026-06-22 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.129 - - [2026-06-22 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.129 - - [2026-06-22 04:05:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000232 [API:8081]10.0.0.19 - - [2026-06-22 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.19 - - [2026-06-22 04:05:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.241 - - [2026-06-22 04:06:07] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.050833 [API:8081]10.0.0.241 - - [2026-06-22 04:07:08] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.049190 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002675 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002915 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.002524 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002625 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002888 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002642 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002347 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:07:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002185 [API:8081]10.0.0.19 - - [2026-06-22 04:08:16] "GET /analytics HTTP/1.1" 401 205 0.000248 [API:8081]10.0.0.19 - - [2026-06-22 04:08:16] "GET /analytics HTTP/1.1" 401 205 0.000140 [API:8081]10.0.0.241 - - [2026-06-22 04:08:45] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.241 - - [2026-06-22 04:08:45] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.129 - - [2026-06-22 04:08:45] "GET /analytics HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.129 - - [2026-06-22 04:08:45] "GET /analytics HTTP/1.1" 401 205 0.000171 [API:8081]10.0.0.241 - - [2026-06-22 04:09:09] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048381 [API:8081]10.0.0.241 - - [2026-06-22 04:10:10] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.058033 [API:8081]10.0.0.241 - - [2026-06-22 04:10:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.241 - - [2026-06-22 04:10:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.129 - - [2026-06-22 04:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000240 [API:8081]10.0.0.129 - - [2026-06-22 04:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.241 - - [2026-06-22 04:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.241 - - [2026-06-22 04:10:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000253 [API:8081]10.0.0.19 - - [2026-06-22 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.19 - - [2026-06-22 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.129 - - [2026-06-22 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.129 - - [2026-06-22 04:10:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000400 [API:8081]10.0.0.19 - - [2026-06-22 04:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000254 [API:8081]10.0.0.19 - - [2026-06-22 04:10:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.241 - - [2026-06-22 04:12:12] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049044 [API:8081]10.0.0.241 - - [2026-06-22 04:13:13] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.045536 [API:8081]10.0.0.241 - - [2026-06-22 04:15:14] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.053756 [API:8081]10.0.0.241 - - [2026-06-22 04:15:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.241 - - [2026-06-22 04:15:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000289 [API:8081]10.0.0.129 - - [2026-06-22 04:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000343 [API:8081]10.0.0.129 - - [2026-06-22 04:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000397 [API:8081]10.0.0.241 - - [2026-06-22 04:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.241 - - [2026-06-22 04:15:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000279 [API:8081]10.0.0.19 - - [2026-06-22 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.19 - - [2026-06-22 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000275 [API:8081]10.0.0.129 - - [2026-06-22 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.129 - - [2026-06-22 04:15:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001054 [API:8081]10.0.0.19 - - [2026-06-22 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.19 - - [2026-06-22 04:15:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.241 - - [2026-06-22 04:16:15] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2552 0.050595 [API:8081]10.0.0.19 - - [2026-06-22 04:16:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.19 - - [2026-06-22 04:16:30] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1423 0.041923 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247?flat HTTP/1.1" 200 1712 0.054170 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247?flat HTTP/1.1" 200 1712 0.048055 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247?flat HTTP/1.1" 200 1712 0.013930 [API:8081]10.0.0.19 - - [2026-06-22 04:17:07] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008420 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.004909 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004676 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.005482 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.004776 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.003716 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003537 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.004641 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:17:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.003152 [API:8081]10.0.0.19 - - [2026-06-22 04:17:11] "GET /analytics/uves/virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0?flat HTTP/1.1" 200 1712 0.010602 [API:8081]10.0.0.19 - - [2026-06-22 04:17:11] "GET /analytics/uves/virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0?flat HTTP/1.1" 200 1712 0.011071 [API:8081]10.0.0.19 - - [2026-06-22 04:17:11] "GET /analytics/uves/virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0?flat HTTP/1.1" 200 1712 0.012807 [API:8081]10.0.0.19 - - [2026-06-22 04:17:11] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.009277 [API:8081]10.0.0.241 - - [2026-06-22 04:18:16] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.059736 [API:8081]10.0.0.19 - - [2026-06-22 04:18:16] "GET /analytics HTTP/1.1" 401 205 0.000293 [API:8081]10.0.0.19 - - [2026-06-22 04:18:16] "GET /analytics HTTP/1.1" 401 205 0.000605 [API:8081]10.0.0.241 - - [2026-06-22 04:18:45] "GET /analytics HTTP/1.1" 401 205 0.000341 [API:8081]10.0.0.241 - - [2026-06-22 04:18:45] "GET /analytics HTTP/1.1" 401 205 0.000215 [API:8081]10.0.0.129 - - [2026-06-22 04:18:46] "GET /analytics HTTP/1.1" 401 205 0.000418 [API:8081]10.0.0.129 - - [2026-06-22 04:18:46] "GET /analytics HTTP/1.1" 401 205 0.000204 [API:8081]10.0.0.19 - - [2026-06-22 04:19:08] "GET /analytics/uves/virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247?flat HTTP/1.1" 200 1471 0.012690 [API:8081]10.0.0.19 - - [2026-06-22 04:19:10] "GET /analytics/uves/virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247?flat HTTP/1.1" 200 1471 0.012708 [API:8081]10.0.0.19 - - [2026-06-22 04:19:12] "GET /analytics/uves/virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247?flat HTTP/1.1" 200 1845 0.015215 [API:8081]10.0.0.19 - - [2026-06-22 04:19:12] "GET /analytics/uves/virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247?flat HTTP/1.1" 200 1845 0.013414 [API:8081]10.0.0.19 - - [2026-06-22 04:19:12] "GET /analytics/uves/virtual-machine/6311b3ea-0822-4a78-9b87-6e57ff9ae247?flat HTTP/1.1" 200 1890 0.012568 [API:8081]10.0.0.19 - - [2026-06-22 04:19:13] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008257 [API:8081]10.0.0.19 - - [2026-06-22 04:19:16] "GET /analytics/uves/virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0?flat HTTP/1.1" 200 1471 0.010298 [API:8081]10.0.0.241 - - [2026-06-22 04:19:17] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.055012 [API:8081]10.0.0.19 - - [2026-06-22 04:19:18] "GET /analytics/uves/virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0?flat HTTP/1.1" 200 1471 0.012821 [API:8081]10.0.0.19 - - [2026-06-22 04:19:20] "GET /analytics/uves/virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0?flat HTTP/1.1" 200 1471 0.016589 [API:8081]10.0.0.19 - - [2026-06-22 04:19:22] "GET /analytics/uves/virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0?flat HTTP/1.1" 200 1902 0.010830 [API:8081]10.0.0.19 - - [2026-06-22 04:19:22] "GET /analytics/uves/virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0?flat HTTP/1.1" 200 1902 0.012154 [API:8081]10.0.0.19 - - [2026-06-22 04:19:22] "GET /analytics/uves/virtual-machine/6f1f72cd-0c9e-4b2f-aebd-211124ec31d0?flat HTTP/1.1" 200 1902 0.011555 [API:8081]10.0.0.19 - - [2026-06-22 04:19:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008548 [API:8081]10.0.0.19 - - [2026-06-22 04:20:28] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.010108 [API:8081]10.0.0.19 - - [2026-06-22 04:20:42] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009267 [API:8081]10.0.0.241 - - [2026-06-22 04:20:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000379 [API:8081]10.0.0.241 - - [2026-06-22 04:20:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000412 [API:8081]10.0.0.129 - - [2026-06-22 04:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.129 - - [2026-06-22 04:20:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.241 - - [2026-06-22 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000335 [API:8081]10.0.0.241 - - [2026-06-22 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.19 - - [2026-06-22 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-06-22 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000307 [API:8081]10.0.0.129 - - [2026-06-22 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.129 - - [2026-06-22 04:20:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001042 [API:8081]10.0.0.19 - - [2026-06-22 04:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000247 [API:8081]10.0.0.19 - - [2026-06-22 04:20:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000266 [API:8081]10.0.0.241 - - [2026-06-22 04:21:19] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.079043 [API:8081]10.0.0.241 - - [2026-06-22 04:22:20] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.051969 [API:8081]10.0.0.19 - - [2026-06-22 04:23:34] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 401 205 0.000380 [API:8081]10.0.0.19 - - [2026-06-22 04:23:34] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 966 0.105148 [API:8081]10.0.0.19 - - [2026-06-22 04:23:36] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 966 0.090188 [API:8081]10.0.0.19 - - [2026-06-22 04:23:38] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 966 0.064847 [API:8081]10.0.0.19 - - [2026-06-22 04:23:40] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 966 0.043217 [API:8081]10.0.0.19 - - [2026-06-22 04:23:42] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 966 0.044980 [API:8081]10.0.0.19 - - [2026-06-22 04:23:44] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 966 0.068140 [API:8081]10.0.0.19 - - [2026-06-22 04:23:46] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 966 0.045739 [API:8081]10.0.0.19 - - [2026-06-22 04:23:48] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 966 0.040432 [API:8081]10.0.0.19 - - [2026-06-22 04:23:50] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 966 0.056087 [API:8081]10.0.0.19 - - [2026-06-22 04:23:53] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 1845 0.039516 [API:8081]10.0.0.19 - - [2026-06-22 04:23:53] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 1845 0.043591 [API:8081]10.0.0.19 - - [2026-06-22 04:23:53] "GET /analytics/uves/virtual-machine/ea7fa45d-ebee-419e-a59b-c7997656ac1b?flat HTTP/1.1" 200 1845 0.042889 [API:8081]10.0.0.19 - - [2026-06-22 04:23:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.044762 [API:8081]10.0.0.241 - - [2026-06-22 04:24:21] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.045476 [API:8081]10.0.0.19 - - [2026-06-22 04:24:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.19 - - [2026-06-22 04:24:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.043930 [API:8081]10.0.0.19 - - [2026-06-22 04:24:42] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 401 205 0.000251 --- 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-83515738'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-68927120' RBAC: ctest-TestRbacBasic-43510999 doesn't have read permission in project '241a926961774cd88ad0b8306050a262' 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-28764662', 'ctest-TestRbacBasic-28764662-60060757'], 'virtual_network', 'b113920c-25ee-48a0-bb50-7a65f147e209', "Permission Denied for ['ctest-TestRbacBasic-83515738'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-68927120' RBAC: ctest-TestRbacBasic-43510999 doesn't have read permission in project '241a926961774cd88ad0b8306050a262'"),) [API:8081]10.0.0.19 - - [2026-06-22 04:24:43] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 403 198 0.413600 [API:8081]10.0.0.19 - - [2026-06-22 04:24:44] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 401 205 0.000243 --- 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-83515738'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-28764662' RBAC: ctest-TestRbacBasic-43510999 doesn't have read permission in project 'c2aac55f80a843c78a6f04fe2d8f9c7f' 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-28764662', 'ctest-TestRbacBasic-28764662-60060757'], 'virtual_network', 'b113920c-25ee-48a0-bb50-7a65f147e209', "Permission Denied for ['ctest-TestRbacBasic-83515738'] to read operation in domain 'default-domain' and project 'ctest-TestRbacBasic-28764662' RBAC: ctest-TestRbacBasic-43510999 doesn't have read permission in project 'c2aac55f80a843c78a6f04fe2d8f9c7f'"),) [API:8081]10.0.0.19 - - [2026-06-22 04:24:45] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-28764662:ctest-TestRbacBasic-28764662-60060757?flat HTTP/1.1" 403 198 0.079850 [API:8081]10.0.0.19 - - [2026-06-22 04:24:54] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000262 [API:8081]10.0.0.19 - - [2026-06-22 04:24:55] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1467 0.047101 [API:8081]10.0.0.19 - - [2026-06-22 04:24:57] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 401 205 0.000243 --- 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-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061 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-65954061', 'ctest-TestRbacBasic-65954061-01488954'], 'virtual_network', 'f2a67795-0703-4675-8c91-4da3e80e78d6', "Permission Denied for ctest-TestRbacBasic-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061"),) [API:8081]10.0.0.19 - - [2026-06-22 04:24:58] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 403 198 0.097192 --- 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-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061 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-65954061', 'ctest-TestRbacBasic-65954061-01488954'], 'virtual_network', 'f2a67795-0703-4675-8c91-4da3e80e78d6', "Permission Denied for ctest-TestRbacBasic-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061"),) [API:8081]10.0.0.19 - - [2026-06-22 04:25:01] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 403 198 0.042677 --- 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-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061 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-65954061', 'ctest-TestRbacBasic-65954061-01488954'], 'virtual_network', 'f2a67795-0703-4675-8c91-4da3e80e78d6', "Permission Denied for ctest-TestRbacBasic-61123401 as ['ctest-TestRbacBasic-51613123'] to R virtual-network in ctest-TestRbacBasic-65954061"),) [API:8081]10.0.0.19 - - [2026-06-22 04:25:02] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 403 198 0.080467 [API:8081]10.0.0.19 - - [2026-06-22 04:25:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 401 205 0.000363 --- 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-43510999 as ['ctest-TestRbacBasic-83515738'] to R virtual-network in ctest-TestRbacBasic-65954061 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-65954061', 'ctest-TestRbacBasic-65954061-01488954'], 'virtual_network', 'f2a67795-0703-4675-8c91-4da3e80e78d6', "Permission Denied for ctest-TestRbacBasic-43510999 as ['ctest-TestRbacBasic-83515738'] to R virtual-network in ctest-TestRbacBasic-65954061"),) [API:8081]10.0.0.19 - - [2026-06-22 04:25:04] "GET /analytics/uves/virtual-network/default-domain:ctest-TestRbacBasic-65954061:ctest-TestRbacBasic-65954061-01488954?flat HTTP/1.1" 403 198 0.068415 [API:8081]10.0.0.19 - - [2026-06-22 04:25:09] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1467 0.057986 [API:8081]10.0.0.19 - - [2026-06-22 04:25:11] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1714 0.056837 [API:8081]10.0.0.241 - - [2026-06-22 04:25:22] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.047305 [API:8081]10.0.0.19 - - [2026-06-22 04:25:35] "GET /analytics/uves/virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?flat HTTP/1.1" 200 965 0.065434 [API:8081]10.0.0.19 - - [2026-06-22 04:25:37] "GET /analytics/uves/virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?flat HTTP/1.1" 200 965 0.047810 [API:8081]10.0.0.19 - - [2026-06-22 04:25:39] "GET /analytics/uves/virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?flat HTTP/1.1" 200 965 0.035448 [API:8081]10.0.0.19 - - [2026-06-22 04:25:41] "GET /analytics/uves/virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?flat HTTP/1.1" 200 965 0.038839 [API:8081]10.0.0.19 - - [2026-06-22 04:25:43] "GET /analytics/uves/virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?flat HTTP/1.1" 200 965 0.041234 [API:8081]10.0.0.19 - - [2026-06-22 04:25:45] "GET /analytics/uves/virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?flat HTTP/1.1" 200 965 0.039019 [API:8081]10.0.0.19 - - [2026-06-22 04:25:47] "GET /analytics/uves/virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?flat HTTP/1.1" 200 965 0.044940 [API:8081]10.0.0.19 - - [2026-06-22 04:25:49] "GET /analytics/uves/virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?flat HTTP/1.1" 200 965 0.044959 [API:8081]10.0.0.19 - - [2026-06-22 04:25:51] "GET /analytics/uves/virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?flat HTTP/1.1" 200 1408 0.052208 [API:8081]10.0.0.19 - - [2026-06-22 04:25:51] "GET /analytics/uves/virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?flat HTTP/1.1" 200 1408 0.039998 [API:8081]10.0.0.19 - - [2026-06-22 04:25:51] "GET /analytics/uves/virtual-machine/24a3348b-69f4-4fb5-add9-8052a5cd69bd?flat HTTP/1.1" 200 1408 0.067883 [API:8081]10.0.0.19 - - [2026-06-22 04:25:53] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.037848 [API:8081]10.0.0.241 - - [2026-06-22 04:25:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.241 - - [2026-06-22 04:25:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.129 - - [2026-06-22 04:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000257 [API:8081]10.0.0.129 - - [2026-06-22 04:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000255 [API:8081]10.0.0.241 - - [2026-06-22 04:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.241 - - [2026-06-22 04:25:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-06-22 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000250 [API:8081]10.0.0.19 - - [2026-06-22 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000270 [API:8081]10.0.0.129 - - [2026-06-22 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000277 [API:8081]10.0.0.129 - - [2026-06-22 04:25:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001081 [API:8081]10.0.0.19 - - [2026-06-22 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2026-06-22 04:25:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000252 [API:8081]10.0.0.19 - - [2026-06-22 04:26:22] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.009913 [Introspect:8090]10.0.0.19 - - [2026-06-22 04:26:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001038 [API:8081]10.0.0.19 - - [2026-06-22 04:26:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000331 [API:8081]10.0.0.19 - - [2026-06-22 04:26:36] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.049705 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.003180 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.003139 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003267 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002695 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002885 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002408 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002223 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:27:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002120 [API:8081]10.0.0.241 - - [2026-06-22 04:27:23] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.046272 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8?flat HTTP/1.1" 200 2068 0.046921 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8?flat HTTP/1.1" 200 2068 0.013069 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/virtual-machine/8d91285f-df7d-468a-80a4-b428d9de5ec8?flat HTTP/1.1" 200 2068 0.045125 [API:8081]10.0.0.19 - - [2026-06-22 04:27:59] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010122 [API:8081]10.0.0.19 - - [2026-06-22 04:28:01] "GET /analytics/uves/virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8?flat HTTP/1.1" 200 2046 0.013745 [API:8081]10.0.0.19 - - [2026-06-22 04:28:02] "GET /analytics/uves/virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8?flat HTTP/1.1" 200 2046 0.012989 [API:8081]10.0.0.19 - - [2026-06-22 04:28:02] "GET /analytics/uves/virtual-machine/db3ac370-0152-43e5-8cd4-fb66d49409c8?flat HTTP/1.1" 200 2046 0.011828 [API:8081]10.0.0.19 - - [2026-06-22 04:28:02] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.007981 [API:8081]10.0.0.19 - - [2026-06-22 04:28:16] "GET /analytics HTTP/1.1" 401 205 0.000322 [API:8081]10.0.0.19 - - [2026-06-22 04:28:16] "GET /analytics HTTP/1.1" 401 205 0.000165 [API:8081]10.0.0.19 - - [2026-06-22 04:28:23] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.008870 [API:8081]10.0.0.241 - - [2026-06-22 04:28:25] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.054809 [API:8081]10.0.0.19 - - [2026-06-22 04:28:43] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008816 [API:8081]10.0.0.241 - - [2026-06-22 04:28:45] "GET /analytics HTTP/1.1" 401 205 0.000264 [API:8081]10.0.0.241 - - [2026-06-22 04:28:45] "GET /analytics HTTP/1.1" 401 205 0.000161 [API:8081]10.0.0.129 - - [2026-06-22 04:28:46] "GET /analytics HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.129 - - [2026-06-22 04:28:46] "GET /analytics HTTP/1.1" 401 205 0.000134 [API:8081]10.0.0.19 - - [2026-06-22 04:28:48] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1431 0.009462 [API:8081]10.0.0.19 - - [2026-06-22 04:28:49] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1642 0.011602 [API:8081]10.0.0.241 - - [2026-06-22 04:30:26] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 254 0.049021 [API:8081]10.0.0.241 - - [2026-06-22 04:30:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.241 - - [2026-06-22 04:30:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000246 [API:8081]10.0.0.129 - - [2026-06-22 04:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.129 - - [2026-06-22 04:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000234 [API:8081]10.0.0.241 - - [2026-06-22 04:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000226 [API:8081]10.0.0.241 - - [2026-06-22 04:30:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000260 [API:8081]10.0.0.19 - - [2026-06-22 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000230 [API:8081]10.0.0.19 - - [2026-06-22 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000280 [API:8081]10.0.0.129 - - [2026-06-22 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000244 [API:8081]10.0.0.129 - - [2026-06-22 04:30:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000274 [API:8081]10.0.0.19 - - [2026-06-22 04:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000235 [API:8081]10.0.0.19 - - [2026-06-22 04:30:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.001370 [Introspect:8090]10.0.0.19 - - [2026-06-22 04:31:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001446 [API:8081]10.0.0.19 - - [2026-06-22 04:31:15] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1853 0.039654 [API:8081]10.0.0.241 - - [2026-06-22 04:31:27] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.063467 [API:8081]10.0.0.19 - - [2026-06-22 04:31:55] "GET /analytics/uves/virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9?flat HTTP/1.1" 200 1850 0.051332 [API:8081]10.0.0.19 - - [2026-06-22 04:31:55] "GET /analytics/uves/virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9?flat HTTP/1.1" 200 1850 0.014500 [API:8081]10.0.0.19 - - [2026-06-22 04:31:55] "GET /analytics/uves/virtual-machine/5c16d3bc-e566-4378-b2c7-572f8ffb13a9?flat HTTP/1.1" 200 1850 0.045489 [API:8081]10.0.0.19 - - [2026-06-22 04:31:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.010261 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14?flat HTTP/1.1" 200 1717 0.011399 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14?flat HTTP/1.1" 200 1717 0.010689 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/virtual-machine/b0a38eb3-e8d9-4885-b468-777880040a14?flat HTTP/1.1" 200 1717 0.010966 [API:8081]10.0.0.19 - - [2026-06-22 04:32:36] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 737 0.010309 [API:8081]10.0.0.241 - - [2026-06-22 04:33:28] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049243 [API:8081]10.0.0.19 - - [2026-06-22 04:33:33] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 580 0.008142 [API:8081]10.0.0.19 - - [2026-06-22 04:33:56] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007932 [API:8081]10.0.0.241 - - [2026-06-22 04:34:29] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.069737 [API:8081]10.0.0.19 - - [2026-06-22 04:34:57] "GET /analytics/uves/virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41?flat HTTP/1.1" 401 205 0.000268 [API:8081]10.0.0.19 - - [2026-06-22 04:34:57] "GET /analytics/uves/virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41?flat HTTP/1.1" 200 1391 0.046291 [API:8081]10.0.0.19 - - [2026-06-22 04:34:58] "GET /analytics/uves/virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41?flat HTTP/1.1" 200 1391 0.054769 [API:8081]10.0.0.19 - - [2026-06-22 04:34:58] "GET /analytics/uves/virtual-machine/66b7d460-4988-4a3e-8cb7-8010784c3c41?flat HTTP/1.1" 200 1391 0.062394 [API:8081]10.0.0.19 - - [2026-06-22 04:34:58] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007991 [API:8081]10.0.0.19 - - [2026-06-22 04:35:00] "GET /analytics/uves/virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2?flat HTTP/1.1" 200 966 0.010451 [API:8081]10.0.0.19 - - [2026-06-22 04:35:02] "GET /analytics/uves/virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2?flat HTTP/1.1" 200 966 0.012441 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2?flat HTTP/1.1" 200 1401 0.009473 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2?flat HTTP/1.1" 200 1401 0.009682 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/virtual-machine/b2f394f3-37eb-4359-b162-3ce2897d69d2?flat HTTP/1.1" 200 1401 0.010328 [API:8081]10.0.0.19 - - [2026-06-22 04:35:04] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 423 0.007792 [API:8081]10.0.0.19 - - [2026-06-22 04:35:35] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 266 0.008660 [API:8081]10.0.0.19 - - [2026-06-22 04:35:55] "GET /analytics/uves/virtual-machines HTTP/1.1" 200 109 0.008549 [API:8081]10.0.0.241 - - [2026-06-22 04:35:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000227 [API:8081]10.0.0.241 - - [2026-06-22 04:35:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000290 [API:8081]10.0.0.129 - - [2026-06-22 04:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000228 [API:8081]10.0.0.129 - - [2026-06-22 04:35:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000218 [API:8081]10.0.0.241 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.241 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000297 [API:8081]10.0.0.19 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000263 [API:8081]10.0.0.19 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000742 [API:8081]10.0.0.129 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.129 - - [2026-06-22 04:35:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000238 [API:8081]10.0.0.19 - - [2026-06-22 04:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000249 [API:8081]10.0.0.19 - - [2026-06-22 04:35:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000243 [API:8081]10.0.0.19 - - [2026-06-22 04:36:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000219 [API:8081]10.0.0.19 - - [2026-06-22 04:36:07] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.061696 [API:8081]10.0.0.19 - - [2026-06-22 04:36:08] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1666 0.039496 [API:8081]10.0.0.241 - - [2026-06-22 04:36:31] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.049664 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:09] "GET /analytics/uves/database-nodes?cfilt=DatabaseUsageInfo HTTP/1.1" 200 682 0.002976 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002685 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 297 0.003731 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:09] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=DatabaseUsageInfo HTTP/1.1" 200 296 0.002418 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:09] "GET /analytics/uves/database-nodes?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 766 0.002804 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-2.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002884 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-1.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002341 [LOCAL API:8181]127.0.0.1 - - [2026-06-22 04:37:10] "GET /analytics/uves/database-node/cn-jenkins-deploy-platform-ansible-os-6014-3.?cfilt=CassandraStatusData:cassandra_compaction_task HTTP/1.1" 200 214 0.002525 [API:8081]10.0.0.241 - - [2026-06-22 04:37:32] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.050584 [API:8081]10.0.0.19 - - [2026-06-22 04:38:16] "GET /analytics HTTP/1.1" 401 205 0.000237 [API:8081]10.0.0.19 - - [2026-06-22 04:38:16] "GET /analytics HTTP/1.1" 401 205 0.000157 [API:8081]10.0.0.241 - - [2026-06-22 04:38:45] "GET /analytics HTTP/1.1" 401 205 0.000233 [API:8081]10.0.0.241 - - [2026-06-22 04:38:45] "GET /analytics HTTP/1.1" 401 205 0.000179 [API:8081]10.0.0.129 - - [2026-06-22 04:38:46] "GET /analytics HTTP/1.1" 401 205 0.000357 [API:8081]10.0.0.129 - - [2026-06-22 04:38:46] "GET /analytics HTTP/1.1" 401 205 0.000159 [API:8081]10.0.0.241 - - [2026-06-22 04:39:33] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.048918 [API:8081]10.0.0.19 - - [2026-06-22 04:40:25] "GET /analytics/uves/virtual-networks HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.19 - - [2026-06-22 04:40:26] "GET /analytics/uves/virtual-networks HTTP/1.1" 200 1658 0.044175 [API:8081]10.0.0.241 - - [2026-06-22 04:40:34] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.065988 [API:8081]10.0.0.241 - - [2026-06-22 04:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000286 [API:8081]10.0.0.241 - - [2026-06-22 04:40:56] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000259 [API:8081]10.0.0.129 - - [2026-06-22 04:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.129 - - [2026-06-22 04:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.241 - - [2026-06-22 04:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000378 [API:8081]10.0.0.241 - - [2026-06-22 04:40:57] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000340 [API:8081]10.0.0.19 - - [2026-06-22 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000242 [API:8081]10.0.0.19 - - [2026-06-22 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000273 [API:8081]10.0.0.129 - - [2026-06-22 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000229 [API:8081]10.0.0.129 - - [2026-06-22 04:40:58] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000256 [API:8081]10.0.0.19 - - [2026-06-22 04:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000236 [API:8081]10.0.0.19 - - [2026-06-22 04:40:59] "GET /analytics/uves/bgp-peers HTTP/1.1" 401 205 0.000231 [API:8081]10.0.0.241 - - [2026-06-22 04:42:35] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.060489 [API:8081]10.0.0.241 - - [2026-06-22 04:43:37] "GET /analytics/uves/vrouter/*?cfilt=NodeStatus:process_status HTTP/1.1" 200 2550 0.077758 [API:8081]10.0.0.241 - - [2026-06-22 04:45:38] "GET /analytics/uves/vrouter/*?cfilt=VrouterAgent:mode HTTP/1.1" 200 366 0.063609 [Introspect:8090]10.0.0.241 - - [2026-06-22 04:45:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3832 0.001021