++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Tue Aug 26 21:30:42 UTC 2025 ===================' INFO: =================== Tue Aug 26 21:30:42 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ cut -d / -f 1 +++ head -n 1 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.254 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.254,10.0.0.22,10.0.0.33 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.254,10.0.0.22,10.0.0.33 ++ ANALYTICSDB_NODES=10.0.0.254,10.0.0.22,10.0.0.33 ++ ANALYTICS_SNMP_NODES=10.0.0.254,10.0.0.22,10.0.0.33 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8081 ' +++ '[' -n '10.0.0.254:8081 10.0.0.22:8081 10.0.0.33:8081 ' ']' +++ echo '10.0.0.254:8081 10.0.0.22:8081 10.0.0.33:8081' ++ ANALYTICS_SERVERS='10.0.0.254:8081 10.0.0.22:8081 10.0.0.33: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9042 ' +++ '[' -n '10.0.0.254:9042 10.0.0.22:9042 10.0.0.33:9042 ' ']' +++ echo '10.0.0.254:9042 10.0.0.22:9042 10.0.0.33:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.254:9042 10.0.0.22:9042 10.0.0.33:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.254,10.0.0.22,10.0.0.33 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8086 ' +++ '[' -n '10.0.0.254:8086 10.0.0.22:8086 10.0.0.33:8086 ' ']' +++ echo '10.0.0.254:8086 10.0.0.22:8086 10.0.0.33:8086' ++ COLLECTOR_SERVERS='10.0.0.254:8086 10.0.0.22:8086 10.0.0.33: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.254,10.0.0.22,10.0.0.33 ++ CONFIGDB_NODES=10.0.0.254,10.0.0.22,10.0.0.33 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:8082 ' +++ '[' -n '10.0.0.254:8082 10.0.0.22:8082 10.0.0.33:8082 ' ']' +++ echo '10.0.0.254:8082 10.0.0.22:8082 10.0.0.33:8082' ++ CONFIG_SERVERS='10.0.0.254:8082 10.0.0.22:8082 10.0.0.33: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9161 ' +++ '[' -n '10.0.0.254:9161 10.0.0.22:9161 10.0.0.33:9161 ' ']' +++ echo '10.0.0.254:9161 10.0.0.22:9161 10.0.0.33:9161' ++ CONFIGDB_SERVERS='10.0.0.254:9161 10.0.0.22:9161 10.0.0.33: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9041 ' +++ '[' -n '10.0.0.254:9041 10.0.0.22:9041 10.0.0.33:9041 ' ']' +++ echo '10.0.0.254:9041 10.0.0.22:9041 10.0.0.33:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.254:9041 10.0.0.22:9041 10.0.0.33: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.17,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.17,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.254,10.0.0.22,10.0.0.33 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:2181, +++ '[' -n 10.0.0.254:2181,10.0.0.22:2181,10.0.0.33:2181, ']' +++ echo 10.0.0.254:2181,10.0.0.22:2181,10.0.0.33:2181 ++ ZOOKEEPER_SERVERS=10.0.0.254:2181,10.0.0.22:2181,10.0.0.33: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:2181 ' +++ '[' -n '10.0.0.254:2181 10.0.0.22:2181 10.0.0.33:2181 ' ']' +++ echo '10.0.0.254:2181 10.0.0.22:2181 10.0.0.33:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.254:2181 10.0.0.22:2181 10.0.0.33:2181' ++ RABBITMQ_NODES=10.0.0.254,10.0.0.22,10.0.0.33 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+=10.0.0.33:5673, +++ '[' -n 10.0.0.254:5673,10.0.0.22:5673,10.0.0.33:5673, ']' +++ echo 10.0.0.254:5673,10.0.0.22:5673,10.0.0.33:5673 ++ RABBITMQ_SERVERS=10.0.0.254:5673,10.0.0.22:5673,10.0.0.33: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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:6379 ' +++ '[' -n '10.0.0.254:6379 10.0.0.22:6379 10.0.0.33:6379 ' ']' +++ echo '10.0.0.254:6379 10.0.0.22:6379 10.0.0.33:6379' ++ REDIS_SERVERS='10.0.0.254:6379 10.0.0.22:6379 10.0.0.33: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.254,10.0.0.22,10.0.0.33 ++ 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.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in '"${server_list[@]}"' ++++ echo 10.0.0.33 +++ local server_address=10.0.0.33 +++ extended_server_list+='10.0.0.33:9092 ' +++ '[' -n '10.0.0.254:9092 10.0.0.22:9092 10.0.0.33:9092 ' ']' +++ echo '10.0.0.254:9092 10.0.0.22:9092 10.0.0.33:9092' ++ KAFKA_SERVERS='10.0.0.254:9092 10.0.0.22:9092 10.0.0.33: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.254 ++ 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.254,10.0.0.22,10.0.0.33 ++ 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_CRYPT_INTERFACE=crypt0 ++ VROUTER_DECRYPT_INTERFACE=decrypt0 ++ VROUTER_DECRYPT_KEY=15 ++ 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.254,10.0.0.22,10.0.0.33 ++ 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_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.254,10.0.0.22,10.0.0.33 ++ cut -d , -f 1 + local cassandra=10.0.0.254 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.254 9041 + echo -e '\035\nquit' + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.254,10.0.0.22,10.0.0.33 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.254,10.0.0.22,10.0.0.33 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.254,10.20.0.17,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.254'\''))' +++ local server_ip=10.0.0.254 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.254 ]] +++ [[ ,10.0.0.254,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.254, ]] +++ echo 10.0.0.254 1 +++ return ++ local ip=10.0.0.254 ++ [[ -z 10.0.0.254 ]] ++ echo 10.0.0.254 + host_ip=10.0.0.254 + [[ cql == \c\q\l ]] ++ echo 10.0.0.254:9041 10.0.0.22:9041 10.0.0.33:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.254:9041 10.0.0.22:9041 10.0.0.33:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.254:8082' + 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 ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + 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 contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -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/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -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/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py:42: CryptographyDeprecationWarning: Python 3.6 is no longer supported by the Python core team. Therefore, support for it is deprecated in cryptography. The next release of cryptography will remove support for Python 3.6. from cryptography.hazmat import backends as crypto_backends 08/26/2025 21:30:50.379 7fb6d2167988 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 08/26/2025 21:30:50.407 7fb6d2167988 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 08/26/2025 21:30:50.422 7fb6d2167988 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 08/26/2025 21:30:50.422 7fb6d2167988 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] ovl: Error while doing RPMdb copy-up: [Errno 13] Permission denied: '/var/lib/rpm/__db.003' The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.254:8082/ Hit Ctrl-C to quit. 10.0.0.254 - - [2025-08-26 21:31:20] "GET / HTTP/1.1" 200 45871 0.001465 10.0.0.254 - - [2025-08-26 21:31:20] "GET / HTTP/1.1" 200 45871 0.001116 Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.254 - - [2025-08-26 21:31:20] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000578 10.0.0.254 - - [2025-08-26 21:31:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000292 10.0.0.33 - - [2025-08-26 21:31:21] "GET / HTTP/1.1" 200 36215 0.002029 10.0.0.33 - - [2025-08-26 21:31:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000363 10.0.0.254 - - [2025-08-26 21:31:21] "GET / HTTP/1.1" 200 36215 0.001288 10.0.0.254 - - [2025-08-26 21:31:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000395 10.0.0.22 - - [2025-08-26 21:31:21] "GET / HTTP/1.1" 200 36215 0.001355 10.0.0.22 - - [2025-08-26 21:31:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000369 10.0.0.33 - - [2025-08-26 21:31:21] "GET / HTTP/1.1" 200 36215 0.001479 10.0.0.33 - - [2025-08-26 21:31:22] "GET / HTTP/1.1" 200 36215 0.001368 10.0.0.33 - - [2025-08-26 21:31:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000454 10.0.0.33 - - [2025-08-26 21:31:22] "GET / HTTP/1.1" 200 36215 0.001387 10.0.0.254 - - [2025-08-26 21:31:22] "GET / HTTP/1.1" 200 36215 0.001283 10.0.0.254 - - [2025-08-26 21:31:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.33 - - [2025-08-26 21:31:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000477 10.0.0.22 - - [2025-08-26 21:31:25] "GET / HTTP/1.1" 200 36215 0.001461 10.0.0.22 - - [2025-08-26 21:31:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000378 10.0.0.33 - - [2025-08-26 21:31:25] "GET / HTTP/1.1" 200 36215 0.001270 10.0.0.33 - - [2025-08-26 21:31:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000367 10.0.0.22 - - [2025-08-26 21:31:42] "GET / HTTP/1.1" 200 36215 0.002728 10.0.0.22 - - [2025-08-26 21:31:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397 10.0.0.33 - - [2025-08-26 21:31:42] "GET / HTTP/1.1" 200 36215 0.001288 10.0.0.33 - - [2025-08-26 21:31:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.254 - - [2025-08-26 21:31:43] "GET / HTTP/1.1" 200 36215 0.001525 10.0.0.254 - - [2025-08-26 21:31:43] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.254 - - [2025-08-26 21:31:54] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 23.115010 10.0.0.254 - - [2025-08-26 21:31:54] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.008374 10.0.0.22 - - [2025-08-26 21:31:54] "GET /global-system-configs HTTP/1.1" 200 323 10.041139 10.0.0.254 - - [2025-08-26 21:31:54] "GET /global-system-configs HTTP/1.1" 200 323 8.037136 10.0.0.254 - - [2025-08-26 21:31:54] "GET /global-system-configs HTTP/1.1" 200 323 5.732795 10.0.0.254 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 1.321879 10.0.0.254 - - [2025-08-26 21:31:55] "GET /routing-instance/77f207a7-20f0-4dec-a148-a5a97f0eccad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.007474 10.0.0.22 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 1.907532 10.0.0.22 - - [2025-08-26 21:31:55] "GET /routing-instance/77f207a7-20f0-4dec-a148-a5a97f0eccad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.011789 10.0.0.254 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 23.180888 10.0.0.254 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.33 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 1.668916 10.0.0.33 - - [2025-08-26 21:31:55] "GET /routing-instance/77f207a7-20f0-4dec-a148-a5a97f0eccad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.004796 10.0.0.254 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 22.382851 10.0.0.254 - - [2025-08-26 21:31:55] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005919 10.0.0.254 - - [2025-08-26 21:31:55] "POST /bgp-routers HTTP/1.1" 200 622 0.082030 10.0.0.254 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.005511 10.0.0.33 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 22.732500 10.0.0.22 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 17.007190 10.0.0.22 - - [2025-08-26 21:31:55] "POST /bgp-routers HTTP/1.1" 200 622 0.101253 10.0.0.33 - - [2025-08-26 21:31:55] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.016383 10.0.0.22 - - [2025-08-26 21:31:55] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.019127 10.0.0.254 - - [2025-08-26 21:31:55] "GET /bgp-router/fe76e9f2-9688-4c2e-8082-3ebce3bad66e?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.008051 10.0.0.33 - - [2025-08-26 21:31:55] "POST /bgp-routers HTTP/1.1" 200 622 0.116849 10.0.0.254 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 19.932891 10.0.0.33 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.017130 10.0.0.254 - - [2025-08-26 21:31:55] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.014360 10.0.0.22 - - [2025-08-26 21:31:55] "GET /bgp-router/761baed9-5500-4225-a660-28d1a2b57302?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.032771 10.0.0.254 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007509 10.0.0.22 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.007446 10.0.0.22 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 21.959452 10.0.0.22 - - [2025-08-26 21:31:55] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.003745 10.0.0.254 - - [2025-08-26 21:31:55] "POST /config-nodes HTTP/1.1" 200 601 0.073389 10.0.0.33 - - [2025-08-26 21:31:55] "GET /bgp-router/425c3055-a425-46a6-a5f3-d442a72c1bef?fields=global_system_config_back_refs HTTP/1.1" 200 1117 0.011997 10.0.0.22 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007442 10.0.0.254 - - [2025-08-26 21:31:55] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.010629 10.0.0.254 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.008773 10.0.0.33 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 16.573610 10.0.0.33 - - [2025-08-26 21:31:55] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005609 10.0.0.22 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.004426 10.0.0.33 - - [2025-08-26 21:31:55] "GET /global-system-configs HTTP/1.1" 200 323 16.039409 10.0.0.33 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.008534 10.0.0.254 - - [2025-08-26 21:31:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009620 10.0.0.22 - - [2025-08-26 21:31:55] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.007006 10.0.0.33 - - [2025-08-26 21:31:55] "POST /config-nodes HTTP/1.1" 200 601 0.078750 10.0.0.22 - - [2025-08-26 21:31:55] "POST /config-database-nodes HTTP/1.1" 200 619 0.096267 10.0.0.33 - - [2025-08-26 21:31:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.032273 10.0.0.33 - - [2025-08-26 21:31:55] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.013886 10.0.0.22 - - [2025-08-26 21:31:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.008917 10.0.0.33 - - [2025-08-26 21:31:55] "GET /global-system-configs HTTP/1.1" 200 323 4.638351 10.0.0.254 - - [2025-08-26 21:31:55] "POST /ref-update HTTP/1.1" 200 156 0.041614 10.0.0.33 - - [2025-08-26 21:31:55] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.011292 10.0.0.22 - - [2025-08-26 21:31:55] "POST /config-nodes HTTP/1.1" 200 601 0.166025 10.0.0.22 - - [2025-08-26 21:31:55] "GET /global-system-configs HTTP/1.1" 200 323 3.300217 10.0.0.22 - - [2025-08-26 21:31:55] "POST /ref-update HTTP/1.1" 200 156 0.089015 10.0.0.254 - - [2025-08-26 21:31:55] "POST /config-database-nodes HTTP/1.1" 200 619 0.209385 10.0.0.33 - - [2025-08-26 21:31:55] "POST /ref-update HTTP/1.1" 200 156 0.081306 10.0.0.33 - - [2025-08-26 21:31:55] "POST /config-database-nodes HTTP/1.1" 200 619 0.162501 10.0.0.33 - - [2025-08-26 21:31:55] "GET / HTTP/1.1" 200 36215 0.001432 10.0.0.33 - - [2025-08-26 21:31:55] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000400 10.0.0.22 - - [2025-08-26 21:31:55] "GET / HTTP/1.1" 200 36215 0.001468 10.0.0.22 - - [2025-08-26 21:31:55] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000393 10.0.0.254 - - [2025-08-26 21:31:55] "GET / HTTP/1.1" 200 36215 0.001806 10.0.0.254 - - [2025-08-26 21:31:55] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000493 10.0.0.33 - - [2025-08-26 21:31:56] "GET /network-ipam/b39fb9f9-9eb1-41fd-a971-cb74cd24f91c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.624442 10.0.0.33 - - [2025-08-26 21:31:57] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 1.474335 10.0.0.33 - - [2025-08-26 21:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.008555 10.0.0.33 - - [2025-08-26 21:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.33 - - [2025-08-26 21:31:57] "POST /fqname-to-id HTTP/1.1" 404 200 1.838894 10.0.0.33 - - [2025-08-26 21:31:57] "POST /service-templates HTTP/1.1" 200 503 0.058935 10.0.0.33 - - [2025-08-26 21:31:57] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.465124 10.0.0.22 - - [2025-08-26 21:31:58] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.181666 10.0.0.254 - - [2025-08-26 21:31:58] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.929673 /usr/local/lib/python3.6/site-packages/keystoneauth1/adapter.py:244: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn('Using keystoneclient sessions has been deprecated. ' 10.0.0.33 - - [2025-08-26 21:31:58] "POST /job-templates HTTP/1.1" 200 547 0.107730 10.0.0.33 - - [2025-08-26 21:31:58] "POST /ref-update HTTP/1.1" 200 156 0.067571 10.0.0.33 - - [2025-08-26 21:31:58] "POST /fqname-to-id HTTP/1.1" 404 208 0.005723 10.0.0.33 - - [2025-08-26 21:31:58] "POST /service-templates HTTP/1.1" 200 509 0.050785 10.0.0.33 - - [2025-08-26 21:31:58] "POST /job-templates HTTP/1.1" 200 585 0.044795 10.0.0.33 - - [2025-08-26 21:31:58] "POST /fqname-to-id HTTP/1.1" 404 203 0.004350 10.0.0.33 - - [2025-08-26 21:31:58] "POST /job-templates HTTP/1.1" 200 557 0.100388 10.0.0.33 - - [2025-08-26 21:31:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.003888 10.0.0.33 - - [2025-08-26 21:31:58] "POST /fqname-to-id HTTP/1.1" 404 224 0.012541 10.0.0.33 - - [2025-08-26 21:31:58] "POST /job-templates HTTP/1.1" 200 537 0.044862 10.0.0.33 - - [2025-08-26 21:31:58] "POST /fqname-to-id HTTP/1.1" 404 198 0.003741 10.0.0.33 - - [2025-08-26 21:31:58] "POST /ref-update HTTP/1.1" 200 156 0.030393 10.0.0.33 - - [2025-08-26 21:31:59] "POST /job-templates HTTP/1.1" 200 561 0.084351 10.0.0.33 - - [2025-08-26 21:31:59] "POST /route-targets HTTP/1.1" 200 328 0.025002 10.0.0.33 - - [2025-08-26 21:31:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.003220 10.0.0.33 - - [2025-08-26 21:31:59] "POST /ref-update HTTP/1.1" 200 156 0.022706 10.0.0.33 - - [2025-08-26 21:31:59] "POST /job-templates HTTP/1.1" 200 557 0.085257 10.0.0.33 - - [2025-08-26 21:31:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.011701 10.0.0.33 - - [2025-08-26 21:31:59] "PUT /access-control-list/88fc2ff9-094e-4ac4-b6a8-2ff27b196a7d HTTP/1.1" 200 273 0.032008 10.0.0.33 - - [2025-08-26 21:31:59] "POST /job-templates HTTP/1.1" 200 581 0.064180 10.0.0.33 - - [2025-08-26 21:31:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.008937 10.0.0.33 - - [2025-08-26 21:31:59] "POST /job-templates HTTP/1.1" 200 577 0.031316 10.0.0.33 - - [2025-08-26 21:31:59] "POST /fqname-to-id HTTP/1.1" 404 198 0.009671 10.0.0.33 - - [2025-08-26 21:32:00] "POST /job-templates HTTP/1.1" 200 557 0.105659 10.0.0.33 - - [2025-08-26 21:32:00] "POST /fqname-to-id HTTP/1.1" 404 195 0.004169 10.0.0.33 - - [2025-08-26 21:32:00] "POST /job-templates HTTP/1.1" 200 555 0.031954 10.0.0.33 - - [2025-08-26 21:32:00] "POST /fqname-to-id HTTP/1.1" 404 201 0.003422 10.0.0.33 - - [2025-08-26 21:32:00] "POST /config-propertiess HTTP/1.1" 200 553 0.026922 10.0.0.33 - - [2025-08-26 21:32:00] "POST /fqname-to-id HTTP/1.1" 404 166 0.010179 10.0.0.33 - - [2025-08-26 21:32:00] "POST /tags HTTP/1.1" 200 334 0.032196 10.0.0.33 - - [2025-08-26 21:32:00] "POST /fqname-to-id HTTP/1.1" 404 174 0.003805 10.0.0.33 - - [2025-08-26 21:32:00] "POST /tags HTTP/1.1" 200 314 0.064796 10.0.0.33 - - [2025-08-26 21:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.33 - - [2025-08-26 21:32:00] "POST /hardwares HTTP/1.1" 200 328 0.017244 10.0.0.33 - - [2025-08-26 21:32:01] "POST /fqname-to-id HTTP/1.1" 404 166 0.007807 10.0.0.33 - - [2025-08-26 21:32:01] "POST /hardwares HTTP/1.1" 200 328 0.012763 10.0.0.33 - - [2025-08-26 21:32:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.006162 10.0.0.33 - - [2025-08-26 21:32:01] "POST /hardwares HTTP/1.1" 200 318 0.013187 10.0.0.33 - - [2025-08-26 21:32:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.004374 10.0.0.33 - - [2025-08-26 21:32:01] "POST /hardwares HTTP/1.1" 200 324 0.017704 10.0.0.33 - - [2025-08-26 21:32:01] "POST /fqname-to-id HTTP/1.1" 404 165 0.007825 10.0.0.33 - - [2025-08-26 21:32:01] "POST /hardwares HTTP/1.1" 200 326 0.015665 10.0.0.33 - - [2025-08-26 21:32:01] "POST /fqname-to-id HTTP/1.1" 404 164 0.005028 10.0.0.33 - - [2025-08-26 21:32:01] "POST /hardwares HTTP/1.1" 200 318 0.016792 10.0.0.33 - - [2025-08-26 21:32:01] "POST /fqname-to-id HTTP/1.1" 404 161 0.004676 10.0.0.33 - - [2025-08-26 21:32:01] "POST /hardwares HTTP/1.1" 200 324 0.016175 10.0.0.33 - - [2025-08-26 21:32:02] "POST /fqname-to-id HTTP/1.1" 404 162 0.007378 10.0.0.33 - - [2025-08-26 21:32:02] "POST /hardwares HTTP/1.1" 200 326 0.014685 10.0.0.33 - - [2025-08-26 21:32:02] "POST /fqname-to-id HTTP/1.1" 404 161 0.005430 10.0.0.33 - - [2025-08-26 21:32:02] "POST /hardwares HTTP/1.1" 200 320 0.013500 10.0.0.33 - - [2025-08-26 21:32:02] "POST /fqname-to-id HTTP/1.1" 404 162 0.004808 10.0.0.33 - - [2025-08-26 21:32:02] "POST /hardwares HTTP/1.1" 200 312 0.015399 10.0.0.33 - - [2025-08-26 21:32:02] "POST /fqname-to-id HTTP/1.1" 404 160 0.006509 10.0.0.33 - - [2025-08-26 21:32:02] "POST /hardwares HTTP/1.1" 200 304 0.013422 10.0.0.33 - - [2025-08-26 21:32:02] "POST /fqname-to-id HTTP/1.1" 404 155 0.014569 10.0.0.33 - - [2025-08-26 21:32:02] "POST /hardwares HTTP/1.1" 200 306 0.012609 10.0.0.33 - - [2025-08-26 21:32:02] "POST /fqname-to-id HTTP/1.1" 404 155 0.008687 10.0.0.33 - - [2025-08-26 21:32:02] "POST /hardwares HTTP/1.1" 200 308 0.023597 10.0.0.33 - - [2025-08-26 21:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003652 10.0.0.33 - - [2025-08-26 21:32:03] "GET /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.003444 10.0.0.33 - - [2025-08-26 21:32:03] "POST /fqname-to-id HTTP/1.1" 404 156 0.002557 10.0.0.22 - - [2025-08-26 21:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006303 10.0.0.22 - - [2025-08-26 21:32:03] "GET /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.002950 10.0.0.33 - - [2025-08-26 21:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.254 - - [2025-08-26 21:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005215 10.0.0.254 - - [2025-08-26 21:32:03] "GET /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.004249 10.0.0.22 - - [2025-08-26 21:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002784 10.0.0.33 - - [2025-08-26 21:32:03] "POST /hardwares HTTP/1.1" 200 310 0.016992 10.0.0.254 - - [2025-08-26 21:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007170 10.0.0.33 - - [2025-08-26 21:32:03] "PUT /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681 HTTP/1.1" 200 277 0.025336 10.0.0.22 - - [2025-08-26 21:32:03] "PUT /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681 HTTP/1.1" 200 277 0.023573 10.0.0.254 - - [2025-08-26 21:32:03] "PUT /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681 HTTP/1.1" 200 277 0.023154 10.0.0.33 - - [2025-08-26 21:32:03] "POST /fqname-to-id HTTP/1.1" 404 158 0.008040 10.0.0.33 - - [2025-08-26 21:32:03] "POST /hardwares HTTP/1.1" 200 302 0.017020 10.0.0.33 - - [2025-08-26 21:32:03] "POST /fqname-to-id HTTP/1.1" 404 157 0.006318 10.0.0.33 - - [2025-08-26 21:32:03] "GET / HTTP/1.1" 200 36215 0.001803 10.0.0.22 - - [2025-08-26 21:32:03] "GET / HTTP/1.1" 200 36215 0.001218 10.0.0.33 - - [2025-08-26 21:32:03] "POST /alarms HTTP/1.1" 401 293 0.000353 10.0.0.22 - - [2025-08-26 21:32:03] "POST /alarms HTTP/1.1" 401 293 0.000337 10.0.0.33 - - [2025-08-26 21:32:03] "POST /hardwares HTTP/1.1" 200 310 0.020714 10.0.0.254 - - [2025-08-26 21:32:03] "GET / HTTP/1.1" 200 36215 0.001737 10.0.0.254 - - [2025-08-26 21:32:03] "POST /alarms HTTP/1.1" 401 293 0.000384 10.0.0.33 - - [2025-08-26 21:32:03] "POST /fqname-to-id HTTP/1.1" 404 157 0.006482 10.0.0.33 - - [2025-08-26 21:32:03] "POST /hardwares HTTP/1.1" 200 318 0.027133 10.0.0.33 - - [2025-08-26 21:32:03] "POST /fqname-to-id HTTP/1.1" 404 157 0.010800 10.0.0.33 - - [2025-08-26 21:32:03] "POST /hardwares HTTP/1.1" 200 304 0.013338 10.0.0.33 - - [2025-08-26 21:32:03] "POST /fqname-to-id HTTP/1.1" 404 185 0.003443 10.0.0.33 - - [2025-08-26 21:32:03] "POST /features HTTP/1.1" 200 523 0.040040 10.0.0.33 - - [2025-08-26 21:32:04] "POST /fqname-to-id HTTP/1.1" 404 189 0.009538 10.0.0.33 - - [2025-08-26 21:32:04] "POST /features HTTP/1.1" 200 523 0.025913 10.0.0.33 - - [2025-08-26 21:32:04] "POST /fqname-to-id HTTP/1.1" 404 186 0.007814 10.0.0.33 - - [2025-08-26 21:32:04] "POST /features HTTP/1.1" 200 521 0.023463 10.0.0.33 - - [2025-08-26 21:32:04] "POST /fqname-to-id HTTP/1.1" 404 190 0.003387 10.0.0.33 - - [2025-08-26 21:32:04] "POST /features HTTP/1.1" 200 543 0.050237 10.0.0.33 - - [2025-08-26 21:32:04] "POST /fqname-to-id HTTP/1.1" 404 179 0.014939 10.0.0.33 - - [2025-08-26 21:32:04] "POST /physical-roles HTTP/1.1" 200 535 0.050015 10.0.0.33 - - [2025-08-26 21:32:04] "POST /alarms HTTP/1.1" 200 583 0.847032 10.0.0.254 - - [2025-08-26 21:32:04] "POST /alarms HTTP/1.1" 409 264 0.111554 10.0.0.22 - - [2025-08-26 21:32:04] "POST /alarms HTTP/1.1" 409 300 0.443000 10.0.0.254 - - [2025-08-26 21:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008634 10.0.0.33 - - [2025-08-26 21:32:04] "POST /fqname-to-id HTTP/1.1" 404 191 0.003205 10.0.0.22 - - [2025-08-26 21:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007027 10.0.0.33 - - [2025-08-26 21:32:04] "POST /alarms HTTP/1.1" 200 577 0.043785 10.0.0.254 - - [2025-08-26 21:32:04] "PUT /alarm/0c7aea9f-5bb5-4e3d-bf34-261f76332cc6 HTTP/1.1" 200 245 0.036641 10.0.0.22 - - [2025-08-26 21:32:04] "PUT /alarm/0c7aea9f-5bb5-4e3d-bf34-261f76332cc6 HTTP/1.1" 200 245 0.036880 10.0.0.33 - - [2025-08-26 21:32:04] "POST /overlay-roles HTTP/1.1" 200 533 0.048002 10.0.0.254 - - [2025-08-26 21:32:04] "POST /alarms HTTP/1.1" 409 261 0.004421 10.0.0.22 - - [2025-08-26 21:32:04] "POST /alarms HTTP/1.1" 409 261 0.006963 10.0.0.33 - - [2025-08-26 21:32:04] "POST /alarms HTTP/1.1" 200 577 0.065422 10.0.0.254 - - [2025-08-26 21:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.22 - - [2025-08-26 21:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.33 - - [2025-08-26 21:32:04] "POST /fqname-to-id HTTP/1.1" 404 185 0.004064 10.0.0.33 - - [2025-08-26 21:32:04] "POST /alarms HTTP/1.1" 200 561 0.075753 10.0.0.254 - - [2025-08-26 21:32:04] "PUT /alarm/377f2211-bd72-42cf-ba89-20f2d550a385 HTTP/1.1" 200 245 0.056545 10.0.0.22 - - [2025-08-26 21:32:05] "PUT /alarm/377f2211-bd72-42cf-ba89-20f2d550a385 HTTP/1.1" 200 245 0.053530 10.0.0.254 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 261 0.005001 10.0.0.33 - - [2025-08-26 21:32:05] "POST /overlay-roles HTTP/1.1" 200 543 0.057966 10.0.0.22 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 261 0.010936 10.0.0.33 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 200 557 0.062568 10.0.0.254 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.33 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 404 184 0.011243 10.0.0.22 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.254 - - [2025-08-26 21:32:05] "PUT /alarm/67faec69-1254-4bc0-8587-9f06cdc5a62c HTTP/1.1" 200 245 0.021567 10.0.0.22 - - [2025-08-26 21:32:05] "PUT /alarm/67faec69-1254-4bc0-8587-9f06cdc5a62c HTTP/1.1" 200 245 0.039040 10.0.0.33 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 200 559 0.074924 10.0.0.254 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 253 0.019132 10.0.0.22 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 253 0.003109 10.0.0.33 - - [2025-08-26 21:32:05] "POST /overlay-roles HTTP/1.1" 200 535 0.054424 10.0.0.254 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.22 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.33 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 200 567 0.055538 10.0.0.33 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 404 187 0.008828 10.0.0.254 - - [2025-08-26 21:32:05] "PUT /alarm/c1049ed2-9775-4ef8-ad2a-ff1d0066b12f HTTP/1.1" 200 245 0.020980 10.0.0.22 - - [2025-08-26 21:32:05] "PUT /alarm/c1049ed2-9775-4ef8-ad2a-ff1d0066b12f HTTP/1.1" 200 245 0.031963 10.0.0.254 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 251 0.010897 10.0.0.22 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 251 0.004222 10.0.0.33 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 200 551 0.073925 10.0.0.33 - - [2025-08-26 21:32:05] "POST /overlay-roles HTTP/1.1" 200 543 0.074832 10.0.0.254 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.008397 10.0.0.22 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.254 - - [2025-08-26 21:32:05] "PUT /alarm/5b415078-dcce-4ea9-8243-75395284924e HTTP/1.1" 200 245 0.021944 10.0.0.33 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.007234 10.0.0.33 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 200 559 0.064060 10.0.0.22 - - [2025-08-26 21:32:05] "PUT /alarm/5b415078-dcce-4ea9-8243-75395284924e HTTP/1.1" 200 245 0.034728 10.0.0.254 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 252 0.002959 10.0.0.22 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 252 0.002628 10.0.0.254 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.33 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 200 569 0.050823 10.0.0.33 - - [2025-08-26 21:32:05] "POST /role-definitions HTTP/1.1" 200 535 0.043904 10.0.0.22 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.254 - - [2025-08-26 21:32:05] "PUT /alarm/837a8300-9bde-4ad3-8d19-ccc2869e0f35 HTTP/1.1" 200 245 0.017916 10.0.0.33 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.008761 10.0.0.22 - - [2025-08-26 21:32:05] "PUT /alarm/837a8300-9bde-4ad3-8d19-ccc2869e0f35 HTTP/1.1" 200 245 0.030603 10.0.0.254 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 256 0.006280 10.0.0.33 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 200 557 0.066738 10.0.0.22 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 256 0.003767 10.0.0.254 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.33 - - [2025-08-26 21:32:05] "POST /role-definitions HTTP/1.1" 200 553 0.038233 10.0.0.22 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.33 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 404 189 0.011819 10.0.0.254 - - [2025-08-26 21:32:05] "PUT /alarm/89bb4eb4-530a-4bfa-b383-788ded931a00 HTTP/1.1" 200 245 0.035306 10.0.0.33 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 200 569 0.055011 10.0.0.22 - - [2025-08-26 21:32:05] "PUT /alarm/89bb4eb4-530a-4bfa-b383-788ded931a00 HTTP/1.1" 200 245 0.021154 10.0.0.254 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 248 0.016148 10.0.0.22 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 409 248 0.005471 10.0.0.254 - - [2025-08-26 21:32:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.014641 10.0.0.33 - - [2025-08-26 21:32:05] "POST /alarms HTTP/1.1" 200 577 0.075620 10.0.0.33 - - [2025-08-26 21:32:06] "POST /role-definitions HTTP/1.1" 200 551 0.068744 10.0.0.22 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.010797 10.0.0.254 - - [2025-08-26 21:32:06] "PUT /alarm/c1d067f9-0dc7-40d5-b005-14382b216412 HTTP/1.1" 200 245 0.029363 10.0.0.33 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.005629 10.0.0.22 - - [2025-08-26 21:32:06] "PUT /alarm/c1d067f9-0dc7-40d5-b005-14382b216412 HTTP/1.1" 200 245 0.015284 10.0.0.33 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 200 571 0.053785 10.0.0.254 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 409 252 0.002995 10.0.0.22 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 409 252 0.006841 10.0.0.254 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005034 10.0.0.22 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.33 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 200 563 0.048533 10.0.0.33 - - [2025-08-26 21:32:06] "POST /role-definitions HTTP/1.1" 200 563 0.042329 10.0.0.254 - - [2025-08-26 21:32:06] "PUT /alarm/af1ceb48-b104-4d13-96c5-3c2722ab8c56 HTTP/1.1" 200 245 0.023231 10.0.0.33 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 404 190 0.004200 10.0.0.22 - - [2025-08-26 21:32:06] "PUT /alarm/af1ceb48-b104-4d13-96c5-3c2722ab8c56 HTTP/1.1" 200 245 0.026858 10.0.0.254 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 409 257 0.003043 10.0.0.33 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 200 563 0.058079 10.0.0.22 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 409 257 0.006985 10.0.0.254 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002797 10.0.0.22 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002570 10.0.0.33 - - [2025-08-26 21:32:06] "POST /role-definitions HTTP/1.1" 200 547 0.055372 10.0.0.33 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 200 563 0.046813 10.0.0.254 - - [2025-08-26 21:32:06] "PUT /alarm/4c38f3b9-acae-4e0e-ada2-62cebb706676 HTTP/1.1" 200 245 0.031333 10.0.0.22 - - [2025-08-26 21:32:06] "PUT /alarm/4c38f3b9-acae-4e0e-ada2-62cebb706676 HTTP/1.1" 200 245 0.023105 10.0.0.33 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 404 192 0.007773 10.0.0.254 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 409 251 0.003096 10.0.0.22 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 409 251 0.005552 10.0.0.33 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 200 549 0.064877 10.0.0.254 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008498 10.0.0.22 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235 10.0.0.33 - - [2025-08-26 21:32:06] "POST /role-definitions HTTP/1.1" 200 557 0.035708 10.0.0.254 - - [2025-08-26 21:32:06] "PUT /alarm/6c20c143-d301-4d31-9a9d-bb4fedda5a4f HTTP/1.1" 200 245 0.021515 10.0.0.33 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 404 187 0.008072 10.0.0.22 - - [2025-08-26 21:32:06] "PUT /alarm/6c20c143-d301-4d31-9a9d-bb4fedda5a4f HTTP/1.1" 200 245 0.033340 10.0.0.33 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 200 597 0.071570 10.0.0.254 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 409 257 0.012414 10.0.0.22 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 409 257 0.003211 10.0.0.254 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007031 10.0.0.33 - - [2025-08-26 21:32:06] "POST /role-definitions HTTP/1.1" 200 533 0.037192 10.0.0.22 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004806 10.0.0.33 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 200 577 0.049670 10.0.0.33 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 404 189 0.008184 10.0.0.254 - - [2025-08-26 21:32:06] "PUT /alarm/352def76-d3a2-43d4-bb95-f44bf1e065e2 HTTP/1.1" 200 245 0.050278 10.0.0.22 - - [2025-08-26 21:32:06] "PUT /alarm/352def76-d3a2-43d4-bb95-f44bf1e065e2 HTTP/1.1" 200 245 0.026305 10.0.0.33 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 200 573 0.058754 10.0.0.22 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 409 261 0.008394 10.0.0.254 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 409 261 0.008074 10.0.0.33 - - [2025-08-26 21:32:06] "POST /role-definitions HTTP/1.1" 200 559 0.046245 10.0.0.33 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.010139 10.0.0.22 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.254 - - [2025-08-26 21:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005656 10.0.0.33 - - [2025-08-26 21:32:06] "POST /alarms HTTP/1.1" 200 585 0.054576 10.0.0.254 - - [2025-08-26 21:32:06] "PUT /alarm/2e9e2ee7-43af-410d-845e-6ae470d27934 HTTP/1.1" 200 245 0.034502 10.0.0.22 - - [2025-08-26 21:32:06] "PUT /alarm/2e9e2ee7-43af-410d-845e-6ae470d27934 HTTP/1.1" 200 245 0.033326 10.0.0.33 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 200 611 0.054000 10.0.0.22 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 258 0.002701 10.0.0.254 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 258 0.006109 10.0.0.33 - - [2025-08-26 21:32:07] "POST /feature-configs HTTP/1.1" 200 539 0.036292 10.0.0.254 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002757 10.0.0.22 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.014234 10.0.0.33 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.005437 10.0.0.254 - - [2025-08-26 21:32:07] "PUT /alarm/5a200643-e9ca-4205-8700-a9e41d15a406 HTTP/1.1" 200 245 0.013612 10.0.0.22 - - [2025-08-26 21:32:07] "PUT /alarm/5a200643-e9ca-4205-8700-a9e41d15a406 HTTP/1.1" 200 245 0.033990 10.0.0.254 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 254 0.002849 10.0.0.33 - - [2025-08-26 21:32:07] "POST /node-profiles HTTP/1.1" 200 549 0.035640 10.0.0.22 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 254 0.004192 10.0.0.254 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.33 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 404 193 0.004306 10.0.0.22 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.254 - - [2025-08-26 21:32:07] "PUT /alarm/2d2563be-2bf5-4175-a86f-c55ed35212f5 HTTP/1.1" 200 245 0.030596 10.0.0.22 - - [2025-08-26 21:32:07] "PUT /alarm/2d2563be-2bf5-4175-a86f-c55ed35212f5 HTTP/1.1" 200 245 0.020475 10.0.0.33 - - [2025-08-26 21:32:07] "POST /node-profiles HTTP/1.1" 200 543 0.038414 10.0.0.254 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 254 0.006532 10.0.0.22 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 254 0.004887 10.0.0.33 - - [2025-08-26 21:32:07] "GET / HTTP/1.1" 200 36215 0.001635 10.0.0.33 - - [2025-08-26 21:32:07] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000374 10.0.0.33 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 404 188 0.004795 10.0.0.254 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002642 10.0.0.22 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.254 - - [2025-08-26 21:32:07] "PUT /alarm/4f08b998-ab3c-48c1-b647-bc1c2ea4a206 HTTP/1.1" 200 245 0.035700 10.0.0.33 - - [2025-08-26 21:32:07] "POST /node-profiles HTTP/1.1" 200 533 0.063425 10.0.0.22 - - [2025-08-26 21:32:07] "PUT /alarm/4f08b998-ab3c-48c1-b647-bc1c2ea4a206 HTTP/1.1" 200 245 0.039391 10.0.0.254 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 254 0.005942 10.0.0.22 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 254 0.002762 10.0.0.33 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.004498 10.0.0.254 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.011363 10.0.0.22 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.009807 10.0.0.254 - - [2025-08-26 21:32:07] "PUT /alarm/dc39a71e-0ad9-4665-accc-303a6026675b HTTP/1.1" 200 245 0.072775 10.0.0.22 - - [2025-08-26 21:32:07] "PUT /alarm/dc39a71e-0ad9-4665-accc-303a6026675b HTTP/1.1" 200 245 0.069268 10.0.0.33 - - [2025-08-26 21:32:07] "POST /telemetry-profiles HTTP/1.1" 200 556 0.068474 10.0.0.254 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 247 0.003342 10.0.0.22 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 247 0.002597 10.0.0.33 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.011083 10.0.0.254 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.22 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002439 10.0.0.22 - - [2025-08-26 21:32:07] "PUT /alarm/a46f7c18-19ce-44ad-9bd8-df3abaa2b5ba HTTP/1.1" 200 245 0.048100 10.0.0.33 - - [2025-08-26 21:32:07] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.040201 10.0.0.254 - - [2025-08-26 21:32:07] "PUT /alarm/a46f7c18-19ce-44ad-9bd8-df3abaa2b5ba HTTP/1.1" 200 245 0.063674 10.0.0.33 - - [2025-08-26 21:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.33 - - [2025-08-26 21:32:07] "POST /telemetry-profiles HTTP/1.1" 200 556 0.062213 10.0.0.22 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 272 0.003957 10.0.0.254 - - [2025-08-26 21:32:07] "POST /alarms HTTP/1.1" 409 272 0.003827 10.0.0.33 - - [2025-08-26 21:32:08] "PUT /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681 HTTP/1.1" 200 277 0.013944 10.0.0.33 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.004882 10.0.0.22 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002707 10.0.0.254 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.22 - - [2025-08-26 21:32:08] "PUT /alarm/db1e66e9-1bdd-477d-add8-a180f427487a HTTP/1.1" 200 245 0.035490 10.0.0.254 - - [2025-08-26 21:32:08] "PUT /alarm/db1e66e9-1bdd-477d-add8-a180f427487a HTTP/1.1" 200 245 0.046084 10.0.0.33 - - [2025-08-26 21:32:08] "POST /sflow-profiles HTTP/1.1" 200 534 0.063653 10.0.0.22 - - [2025-08-26 21:32:08] "POST /alarms HTTP/1.1" 409 261 0.010474 10.0.0.254 - - [2025-08-26 21:32:08] "POST /alarms HTTP/1.1" 409 261 0.003333 10.0.0.33 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.018195 10.0.0.254 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.22 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005933 10.0.0.254 - - [2025-08-26 21:32:08] "PUT /alarm/393c523e-923f-4b2b-88e2-afd8c5459a75 HTTP/1.1" 200 245 0.019057 10.0.0.22 - - [2025-08-26 21:32:08] "PUT /alarm/393c523e-923f-4b2b-88e2-afd8c5459a75 HTTP/1.1" 200 245 0.024945 10.0.0.33 - - [2025-08-26 21:32:08] "POST /grpc-profiles HTTP/1.1" 200 532 0.054113 10.0.0.254 - - [2025-08-26 21:32:08] "POST /alarms HTTP/1.1" 409 259 0.005052 10.0.0.22 - - [2025-08-26 21:32:08] "POST /alarms HTTP/1.1" 409 259 0.002759 10.0.0.33 - - [2025-08-26 21:32:08] "GET / HTTP/1.1" 200 36215 0.001557 10.0.0.33 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000331 10.0.0.33 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 404 202 0.005864 10.0.0.254 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006299 10.0.0.22 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004869 10.0.0.254 - - [2025-08-26 21:32:08] "PUT /alarm/8e103a7f-f740-447a-8fa3-524b5ea0c99c HTTP/1.1" 200 245 0.030556 10.0.0.22 - - [2025-08-26 21:32:08] "PUT /alarm/8e103a7f-f740-447a-8fa3-524b5ea0c99c HTTP/1.1" 200 245 0.037529 10.0.0.33 - - [2025-08-26 21:32:08] "POST /device-functional-groups HTTP/1.1" 200 542 0.062560 10.0.0.254 - - [2025-08-26 21:32:08] "POST /alarms HTTP/1.1" 409 265 0.007164 10.0.0.22 - - [2025-08-26 21:32:08] "POST /alarms HTTP/1.1" 409 265 0.007027 10.0.0.254 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.33 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 404 195 0.016194 10.0.0.22 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.012263 10.0.0.254 - - [2025-08-26 21:32:08] "PUT /alarm/969a2023-2da5-4d6d-a474-a0e98800f265 HTTP/1.1" 200 245 0.015042 10.0.0.22 - - [2025-08-26 21:32:08] "PUT /alarm/969a2023-2da5-4d6d-a474-a0e98800f265 HTTP/1.1" 200 245 0.011505 10.0.0.254 - - [2025-08-26 21:32:08] "POST /alarms HTTP/1.1" 409 279 0.003492 10.0.0.22 - - [2025-08-26 21:32:08] "POST /alarms HTTP/1.1" 409 279 0.007804 10.0.0.254 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006221 10.0.0.33 - - [2025-08-26 21:32:08] "POST /device-functional-groups HTTP/1.1" 200 544 0.042209 10.0.0.22 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.011499 10.0.0.254 - - [2025-08-26 21:32:08] "PUT /alarm/e1c0e119-4ae0-4547-b81c-4ecf4a6b25d3 HTTP/1.1" 200 245 0.049066 10.0.0.33 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 404 208 0.011247 10.0.0.22 - - [2025-08-26 21:32:08] "PUT /alarm/e1c0e119-4ae0-4547-b81c-4ecf4a6b25d3 HTTP/1.1" 200 245 0.039995 10.0.0.33 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.034261 10.0.0.33 - - [2025-08-26 21:32:08] "GET /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.009562 10.0.0.33 - - [2025-08-26 21:32:08] "POST /device-functional-groups HTTP/1.1" 200 622 0.036987 10.0.0.33 - - [2025-08-26 21:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.33 - - [2025-08-26 21:32:09] "POST /fqname-to-id HTTP/1.1" 404 205 0.023463 10.0.0.33 - - [2025-08-26 21:32:09] "PUT /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681 HTTP/1.1" 200 277 0.022744 10.0.0.33 - - [2025-08-26 21:32:09] "POST /device-functional-groups HTTP/1.1" 200 576 0.073504 10.0.0.22 - - [2025-08-26 21:32:09] "GET / HTTP/1.1" 200 36215 0.002005 10.0.0.22 - - [2025-08-26 21:32:09] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000445 10.0.0.33 - - [2025-08-26 21:32:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.011171 10.0.0.254 - - [2025-08-26 21:32:09] "GET / HTTP/1.1" 200 36215 0.001886 10.0.0.254 - - [2025-08-26 21:32:09] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000399 10.0.0.33 - - [2025-08-26 21:32:09] "POST /role-configs HTTP/1.1" 200 524 0.042951 10.0.0.33 - - [2025-08-26 21:32:09] "GET / HTTP/1.1" 200 36215 0.001611 10.0.0.33 - - [2025-08-26 21:32:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.33 - - [2025-08-26 21:32:09] "POST /fqname-to-id HTTP/1.1" 404 202 0.003999 10.0.0.33 - - [2025-08-26 21:32:09] "POST /role-configs HTTP/1.1" 200 523 0.048689 10.0.0.33 - - [2025-08-26 21:32:09] "POST /fqname-to-id HTTP/1.1" 404 194 0.007054 10.0.0.33 - - [2025-08-26 21:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.015412 10.0.0.33 - - [2025-08-26 21:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.33 - - [2025-08-26 21:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.33 - - [2025-08-26 21:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005790 10.0.0.22 - - [2025-08-26 21:32:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.670789 10.0.0.22 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.254 - - [2025-08-26 21:32:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.384635 10.0.0.254 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.070115 10.0.0.33 - - [2025-08-26 21:32:10] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.011354 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.22 - - [2025-08-26 21:32:10] "PUT /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681 HTTP/1.1" 200 277 0.017883 10.0.0.33 - - [2025-08-26 21:32:10] "PUT /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351 HTTP/1.1" 200 275 0.051569 10.0.0.254 - - [2025-08-26 21:32:10] "PUT /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681 HTTP/1.1" 200 277 0.027606 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003373 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.22 - - [2025-08-26 21:32:10] "GET / HTTP/1.1" 200 36215 0.001618 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.22 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000326 10.0.0.254 - - [2025-08-26 21:32:10] "GET / HTTP/1.1" 200 36215 0.001534 10.0.0.254 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000318 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005047 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.33 - - [2025-08-26 21:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005752 10.0.0.22 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.354357 10.0.0.22 - - [2025-08-26 21:32:11] "GET /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004511 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.254 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.044280 10.0.0.254 - - [2025-08-26 21:32:11] "GET /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.006769 10.0.0.22 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.254 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.22 - - [2025-08-26 21:32:11] "PUT /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681 HTTP/1.1" 200 277 0.025633 10.0.0.254 - - [2025-08-26 21:32:11] "PUT /global-vrouter-config/3f8c2ab6-ea7d-4f5e-8f97-4930c9928681 HTTP/1.1" 200 277 0.015850 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006630 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008417 10.0.0.22 - - [2025-08-26 21:32:11] "GET / HTTP/1.1" 200 36215 0.001585 10.0.0.22 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000399 10.0.0.254 - - [2025-08-26 21:32:11] "GET / HTTP/1.1" 200 36215 0.001414 10.0.0.254 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000736 10.0.0.33 - - [2025-08-26 21:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.019035 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005134 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006775 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.22 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.329119 10.0.0.22 - - [2025-08-26 21:32:12] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.003316 10.0.0.254 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.043704 10.0.0.254 - - [2025-08-26 21:32:12] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.007682 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002249 10.0.0.22 - - [2025-08-26 21:32:12] "PUT /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351 HTTP/1.1" 200 275 0.045378 10.0.0.254 - - [2025-08-26 21:32:12] "PUT /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351 HTTP/1.1" 200 275 0.024862 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.33 - - [2025-08-26 21:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003343 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.33 - - [2025-08-26 21:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003029 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006964 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006665 10.0.0.33 - - [2025-08-26 21:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.010643 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009805 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005792 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004338 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.012662 10.0.0.33 - - [2025-08-26 21:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004731 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003183 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.33 - - [2025-08-26 21:32:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005397 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.33 - - [2025-08-26 21:32:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007766 10.0.0.22 - - [2025-08-26 21:32:18] "GET / HTTP/1.1" 200 36215 0.001614 10.0.0.22 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000386 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.33 - - [2025-08-26 21:32:18] "GET / HTTP/1.1" 200 36215 0.001494 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000360 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004285 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.021915 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.33 - - [2025-08-26 21:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.015387 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.22 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.627729 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.137171 10.0.0.22 - - [2025-08-26 21:32:19] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.007850 10.0.0.33 - - [2025-08-26 21:32:19] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.019765 10.0.0.22 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.014550 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.006646 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.022257 10.0.0.33 - - [2025-08-26 21:32:19] "POST /database-nodes HTTP/1.1" 200 605 0.073127 10.0.0.22 - - [2025-08-26 21:32:19] "POST /database-nodes HTTP/1.1" 200 605 0.090058 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.254 - - [2025-08-26 21:32:19] "GET / HTTP/1.1" 200 36215 0.001376 10.0.0.254 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.009631 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008226 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006885 10.0.0.33 - - [2025-08-26 21:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010659 10.0.0.33 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006095 10.0.0.33 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.017209 10.0.0.254 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.087715 10.0.0.254 - - [2025-08-26 21:32:20] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.007393 10.0.0.33 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006986 10.0.0.254 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.007266 10.0.0.33 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.012496 10.0.0.254 - - [2025-08-26 21:32:20] "POST /database-nodes HTTP/1.1" 200 605 0.075765 10.0.0.33 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005960 10.0.0.33 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007023 10.0.0.33 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.33 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.33 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.33 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007422 10.0.0.33 - - [2025-08-26 21:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006147 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006575 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008650 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.022660 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004924 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.33 - - [2025-08-26 21:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.33 - - [2025-08-26 21:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.33 - - [2025-08-26 21:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005370 10.0.0.33 - - [2025-08-26 21:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.33 - - [2025-08-26 21:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008009 10.0.0.33 - - [2025-08-26 21:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.33 - - [2025-08-26 21:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008914 10.0.0.33 - - [2025-08-26 21:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005353 10.0.0.33 - - [2025-08-26 21:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.33 - - [2025-08-26 21:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.014439 10.0.0.33 - - [2025-08-26 21:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.33 - - [2025-08-26 21:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.011824 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008807 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009342 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.33 - - [2025-08-26 21:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008472 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005144 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.019244 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.012234 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005137 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.33 - - [2025-08-26 21:32:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.007652 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010060 10.0.0.33 - - [2025-08-26 21:32:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.33 - - [2025-08-26 21:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.33 - - [2025-08-26 21:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.33 - - [2025-08-26 21:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.33 - - [2025-08-26 21:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004498 10.0.0.33 - - [2025-08-26 21:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.33 - - [2025-08-26 21:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.33 - - [2025-08-26 21:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.33 - - [2025-08-26 21:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007358 10.0.0.33 - - [2025-08-26 21:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.33 - - [2025-08-26 21:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.33 - - [2025-08-26 21:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007075 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004401 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006556 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006014 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011212 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.33 - - [2025-08-26 21:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.021225 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.010294 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005568 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.023452 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.33 - - [2025-08-26 21:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.33 - - [2025-08-26 21:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.33 - - [2025-08-26 21:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.33 - - [2025-08-26 21:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.014967 10.0.0.33 - - [2025-08-26 21:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.33 - - [2025-08-26 21:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.010017 10.0.0.33 - - [2025-08-26 21:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007191 10.0.0.33 - - [2025-08-26 21:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.33 - - [2025-08-26 21:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.008471 10.0.0.33 - - [2025-08-26 21:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.006399 10.0.0.33 - - [2025-08-26 21:32:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005147 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.010913 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.008200 10.0.0.33 - - [2025-08-26 21:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.33 - - [2025-08-26 21:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.33 - - [2025-08-26 21:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.010053 10.0.0.254 - - [2025-08-26 21:32:31] "POST /useragent-kv HTTP/1.1" 200 115 0.008263 10.0.0.33 - - [2025-08-26 21:32:31] "POST /virtual-networks HTTP/1.1" 200 554 0.258511 10.0.0.33 - - [2025-08-26 21:32:31] "POST /fqname-to-id HTTP/1.1" 404 178 0.003103 10.0.0.33 - - [2025-08-26 21:32:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.002690 10.0.0.33 - - [2025-08-26 21:32:31] "POST /ref-update HTTP/1.1" 200 156 0.034533 10.0.0.254 - - [2025-08-26 21:32:46] "GET / HTTP/1.1" 200 36215 0.001390 10.0.0.254 - - [2025-08-26 21:32:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.33 - - [2025-08-26 21:32:46] "GET / HTTP/1.1" 200 36215 0.001653 10.0.0.33 - - [2025-08-26 21:32:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000395 10.0.0.22 - - [2025-08-26 21:32:46] "GET / HTTP/1.1" 200 36215 0.001449 10.0.0.22 - - [2025-08-26 21:32:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000405 10.0.0.254 - - [2025-08-26 21:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.757831 10.0.0.254 - - [2025-08-26 21:32:47] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.003374 10.0.0.33 - - [2025-08-26 21:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.374035 10.0.0.33 - - [2025-08-26 21:32:47] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.003346 10.0.0.33 - - [2025-08-26 21:32:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.002634 10.0.0.22 - - [2025-08-26 21:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.050379 10.0.0.22 - - [2025-08-26 21:32:47] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.002778 10.0.0.22 - - [2025-08-26 21:32:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.002649 10.0.0.254 - - [2025-08-26 21:32:47] "POST /fqname-to-id HTTP/1.1" 404 220 0.004170 10.0.0.33 - - [2025-08-26 21:32:47] "POST /analytics-nodes HTTP/1.1" 200 607 0.049613 10.0.0.22 - - [2025-08-26 21:32:47] "POST /analytics-nodes HTTP/1.1" 200 607 0.063311 10.0.0.254 - - [2025-08-26 21:32:47] "POST /analytics-nodes HTTP/1.1" 200 607 0.062818 10.0.0.22 - - [2025-08-26 21:32:51] "GET / HTTP/1.1" 200 36215 0.001813 10.0.0.254 - - [2025-08-26 21:32:51] "GET / HTTP/1.1" 200 36215 0.001379 10.0.0.33 - - [2025-08-26 21:32:52] "GET / HTTP/1.1" 200 36215 0.001525 10.0.0.22 - - [2025-08-26 21:32:59] "GET / HTTP/1.1" 200 36215 0.001598 10.0.0.22 - - [2025-08-26 21:32:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.254 - - [2025-08-26 21:33:00] "GET / HTTP/1.1" 200 36215 0.001459 10.0.0.254 - - [2025-08-26 21:33:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000380 10.0.0.33 - - [2025-08-26 21:33:00] "GET / HTTP/1.1" 200 36215 0.001647 10.0.0.33 - - [2025-08-26 21:33:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000396 10.0.0.22 - - [2025-08-26 21:33:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.644849 10.0.0.22 - - [2025-08-26 21:33:01] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.003723 10.0.0.22 - - [2025-08-26 21:33:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.010225 10.0.0.22 - - [2025-08-26 21:33:01] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.073314 10.0.0.254 - - [2025-08-26 21:33:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.736734 10.0.0.254 - - [2025-08-26 21:33:01] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.004658 10.0.0.254 - - [2025-08-26 21:33:01] "POST /fqname-to-id HTTP/1.1" 404 220 0.006669 10.0.0.254 - - [2025-08-26 21:33:01] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.066982 10.0.0.33 - - [2025-08-26 21:33:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.657682 10.0.0.33 - - [2025-08-26 21:33:02] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.004767 10.0.0.33 - - [2025-08-26 21:33:02] "POST /fqname-to-id HTTP/1.1" 404 220 0.005258 10.0.0.33 - - [2025-08-26 21:33:02] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.059370 10.0.0.22 - - [2025-08-26 21:33:09] "GET / HTTP/1.1" 200 36215 0.001399 10.0.0.22 - - [2025-08-26 21:33:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000390 10.0.0.33 - - [2025-08-26 21:33:09] "GET / HTTP/1.1" 200 36215 0.003006 10.0.0.33 - - [2025-08-26 21:33:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000366 10.0.0.254 - - [2025-08-26 21:33:09] "GET / HTTP/1.1" 200 36215 0.001429 10.0.0.254 - - [2025-08-26 21:33:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.002271 10.0.0.22 - - [2025-08-26 21:33:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.859350 10.0.0.22 - - [2025-08-26 21:33:11] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.007776 10.0.0.33 - - [2025-08-26 21:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.423083 10.0.0.22 - - [2025-08-26 21:33:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.002846 10.0.0.33 - - [2025-08-26 21:33:11] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.004477 10.0.0.33 - - [2025-08-26 21:33:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.004217 10.0.0.254 - - [2025-08-26 21:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.048992 10.0.0.254 - - [2025-08-26 21:33:11] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.004210 10.0.0.254 - - [2025-08-26 21:33:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.003613 10.0.0.22 - - [2025-08-26 21:33:11] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.039172 10.0.0.33 - - [2025-08-26 21:33:11] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.044711 10.0.0.254 - - [2025-08-26 21:33:11] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.042874 10.0.0.137 - - [2025-08-26 21:34:52] "GET / HTTP/1.1" 200 36215 0.001786 10.0.0.137 - - [2025-08-26 21:34:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000389 10.0.0.137 - - [2025-08-26 21:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.023749 10.0.0.137 - - [2025-08-26 21:34:53] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3164 0.004375 10.0.0.137 - - [2025-08-26 21:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006195 10.0.0.137 - - [2025-08-26 21:34:53] "GET /routing-instance/77f207a7-20f0-4dec-a148-a5a97f0eccad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003714 10.0.0.137 - - [2025-08-26 21:34:53] "PUT /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351 HTTP/1.1" 200 275 0.021370 10.0.0.137 - - [2025-08-26 21:34:53] "POST /fqname-to-id HTTP/1.1" 404 218 0.005007 10.0.0.249 - - [2025-08-26 21:34:53] "GET / HTTP/1.1" 200 36215 0.001682 10.0.0.249 - - [2025-08-26 21:34:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000362 10.0.0.137 - - [2025-08-26 21:34:53] "POST /virtual-routers HTTP/1.1" 200 605 0.044729 10.0.0.137 - - [2025-08-26 21:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.137 - - [2025-08-26 21:34:53] "GET /virtual-router/6afb2966-27f0-4d8a-b3aa-721222e2a9f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1247 0.009231 10.0.0.137 - - [2025-08-26 21:34:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.003695 10.0.0.137 - - [2025-08-26 21:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.137 - - [2025-08-26 21:34:53] "GET /virtual-network/6dbdba86-e994-4480-8964-8b15ff44eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.004379 10.0.0.137 - - [2025-08-26 21:34:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.100851 10.0.0.249 - - [2025-08-26 21:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.056186 10.0.0.249 - - [2025-08-26 21:34:54] "GET /global-system-config/556d7795-7e50-49ea-bf3b-36796b7a4351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3248 0.004929 10.0.0.249 - - [2025-08-26 21:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.249 - - [2025-08-26 21:34:54] "GET /routing-instance/77f207a7-20f0-4dec-a148-a5a97f0eccad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003349 10.0.0.249 - - [2025-08-26 21:34:54] "POST /fqname-to-id HTTP/1.1" 404 218 0.004677 10.0.0.249 - - [2025-08-26 21:34:54] "POST /virtual-routers HTTP/1.1" 200 605 0.024995 10.0.0.249 - - [2025-08-26 21:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.013803 10.0.0.249 - - [2025-08-26 21:34:54] "GET /virtual-router/3a3deb44-330c-4b02-b309-68012b91c2be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.007431 10.0.0.249 - - [2025-08-26 21:34:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.003066 10.0.0.249 - - [2025-08-26 21:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.249 - - [2025-08-26 21:34:54] "GET /virtual-network/6dbdba86-e994-4480-8964-8b15ff44eec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006403 10.0.0.249 - - [2025-08-26 21:34:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.101262 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:35:34] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000900 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:35:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000846 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:36:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000793 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:36:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000846 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.22 - - [2025-08-26 21:36:04] "GET /obj-perms HTTP/1.1" 200 5075 0.373491 10.0.0.33 - - [2025-08-26 21:36:05] "GET /obj-perms HTTP/1.1" 200 5075 0.043946 10.0.0.33 - - [2025-08-26 21:36:15] "GET /global-system-configs HTTP/1.1" 200 323 0.032076 10.0.0.254 - - [2025-08-26 21:36:15] "GET /obj-perms HTTP/1.1" 200 5075 0.108211 10.0.0.22 - - [2025-08-26 21:36:15] "GET /global-system-configs HTTP/1.1" 200 323 0.027193 10.0.0.254 - - [2025-08-26 21:36:15] "GET /global-system-configs HTTP/1.1" 200 323 0.114382 10.0.0.254 - - [2025-08-26 21:36:15] "GET /global-system-configs HTTP/1.1" 200 323 0.110713 10.0.0.33 - - [2025-08-26 21:36:15] "GET /global-system-configs HTTP/1.1" 200 323 0.173733 10.0.0.33 - - [2025-08-26 21:36:15] "GET /obj-perms HTTP/1.1" 200 5075 0.350932 10.0.0.22 - - [2025-08-26 21:36:15] "GET /obj-perms HTTP/1.1" 200 5075 0.365345 10.0.0.254 - - [2025-08-26 21:36:15] "GET /obj-perms HTTP/1.1" 200 5075 0.304280 10.0.0.22 - - [2025-08-26 21:36:16] "GET /global-system-configs HTTP/1.1" 200 323 0.045987 10.0.0.22 - - [2025-08-26 21:36:17] "GET /obj-perms HTTP/1.1" 200 5075 0.102524 10.0.0.33 - - [2025-08-26 21:36:17] "GET /obj-perms HTTP/1.1" 200 5075 0.114601 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:36:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000871 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:36:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000824 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:36:46] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000823 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:36:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000907 10.0.0.254 - - [2025-08-26 21:37:05] "GET /obj-perms HTTP/1.1" 200 5075 0.042852 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:37:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000822 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:37:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000901 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:37:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000834 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:37:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000879 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:37:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000801 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:37:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000837 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:38:13] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000904 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:38:13] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000827 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:38:35] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000792 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:38:35] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000818 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:38:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000751 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:38:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000838 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:39:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000816 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:39:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000897 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:39:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000827 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:39:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000809 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:40:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000829 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:40:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000942 10.0.0.22 - - [2025-08-26 21:40:08] "GET /obj-perms HTTP/1.1" 200 5075 0.043076 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:40:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000779 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:40:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000828 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:40:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000825 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:40:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000829 10.0.0.33 - - [2025-08-26 21:41:09] "GET /obj-perms HTTP/1.1" 200 5075 0.055643 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:41:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000814 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:41:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000859 10.0.0.254 - - [2025-08-26 21:41:09] "GET /obj-perms HTTP/1.1" 200 5075 0.041212 10.0.0.33 - - [2025-08-26 21:41:15] "GET /global-system-configs HTTP/1.1" 200 323 0.024317 10.0.0.22 - - [2025-08-26 21:41:15] "GET /global-system-configs HTTP/1.1" 200 323 0.059659 10.0.0.254 - - [2025-08-26 21:41:15] "GET /global-system-configs HTTP/1.1" 200 323 0.169193 10.0.0.254 - - [2025-08-26 21:41:15] "GET /global-system-configs HTTP/1.1" 200 323 0.157511 10.0.0.33 - - [2025-08-26 21:41:15] "GET /global-system-configs HTTP/1.1" 200 323 0.241867 10.0.0.33 - - [2025-08-26 21:41:15] "GET /obj-perms HTTP/1.1" 200 5075 0.414339 10.0.0.22 - - [2025-08-26 21:41:16] "GET /obj-perms HTTP/1.1" 200 5075 0.425246 10.0.0.254 - - [2025-08-26 21:41:16] "GET /obj-perms HTTP/1.1" 200 5075 0.437351 10.0.0.22 - - [2025-08-26 21:41:16] "GET /global-system-configs HTTP/1.1" 200 323 0.057260 10.0.0.33 - - [2025-08-26 21:41:16] "GET /obj-perms HTTP/1.1" 200 5075 0.075260 10.0.0.22 - - [2025-08-26 21:41:17] "GET /obj-perms HTTP/1.1" 200 5075 0.096101 10.0.0.254 - - [2025-08-26 21:41:17] "GET /obj-perms HTTP/1.1" 200 5075 0.123784 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:41:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000801 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:41:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000919 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:41:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000839 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:41:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000846 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:42:15] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000816 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:42:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000883 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:42:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000829 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:42:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001225 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:42:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000969 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:42:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000840 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:43:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000820 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:43:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000865 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:43:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001063 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:43:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000943 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:44:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000812 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:44:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000858 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:44:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000827 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:44:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000932 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:44:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000766 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:44:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000826 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:45:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000916 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:45:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000861 10.0.0.22 - - [2025-08-26 21:45:12] "GET /obj-perms HTTP/1.1" 200 5075 0.045441 10.0.0.33 - - [2025-08-26 21:45:12] "GET /obj-perms HTTP/1.1" 200 5075 0.042365 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:45:31] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000855 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:45:31] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000806 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:45:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000809 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:45:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000858 10.0.0.254 - - [2025-08-26 21:46:12] "GET /obj-perms HTTP/1.1" 200 5075 0.044839 10.0.0.33 - - [2025-08-26 21:46:15] "GET /global-system-configs HTTP/1.1" 200 323 0.037463 10.0.0.22 - - [2025-08-26 21:46:15] "GET /global-system-configs HTTP/1.1" 200 323 0.081827 10.0.0.254 - - [2025-08-26 21:46:15] "GET /global-system-configs HTTP/1.1" 200 323 0.182124 10.0.0.33 - - [2025-08-26 21:46:15] "GET /obj-perms HTTP/1.1" 200 5075 0.199344 10.0.0.254 - - [2025-08-26 21:46:15] "GET /obj-perms HTTP/1.1" 200 5075 0.212060 10.0.0.22 - - [2025-08-26 21:46:15] "GET /obj-perms HTTP/1.1" 200 5075 0.265215 10.0.0.254 - - [2025-08-26 21:46:15] "GET /global-system-configs HTTP/1.1" 200 323 0.176064 10.0.0.33 - - [2025-08-26 21:46:15] "GET /global-system-configs HTTP/1.1" 200 323 0.225133 10.0.0.22 - - [2025-08-26 21:46:16] "GET /obj-perms HTTP/1.1" 200 5075 0.424211 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:46:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000765 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:46:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000861 10.0.0.254 - - [2025-08-26 21:46:16] "GET /obj-perms HTTP/1.1" 200 5075 0.003987 10.0.0.22 - - [2025-08-26 21:46:16] "GET /global-system-configs HTTP/1.1" 200 323 0.006166 10.0.0.33 - - [2025-08-26 21:46:16] "GET /obj-perms HTTP/1.1" 200 5075 0.004133 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:46:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000995 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:46:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001005 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:46:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000756 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:46:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000845 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:47:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000842 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:47:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000897 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:47:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000896 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:47:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000856 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:48:06] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000818 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:48:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000920 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:48:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000822 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:48:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000854 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:48:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000843 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:48:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000842 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:49:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000814 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:49:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000894 10.0.0.22 - - [2025-08-26 21:49:15] "GET /obj-perms HTTP/1.1" 200 5075 0.070318 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:49:33] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000849 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:49:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000859 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:49:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000803 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:49:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000875 10.0.0.33 - - [2025-08-26 21:50:16] "GET /obj-perms HTTP/1.1" 200 5075 0.063645 10.0.0.254 - - [2025-08-26 21:50:16] "GET /obj-perms HTTP/1.1" 200 5075 0.042354 10.0.0.33 - - [2025-08-26 21:51:15] "GET /global-system-configs HTTP/1.1" 200 323 0.038593 10.0.0.22 - - [2025-08-26 21:51:15] "GET /global-system-configs HTTP/1.1" 200 323 0.065472 10.0.0.254 - - [2025-08-26 21:51:15] "GET /global-system-configs HTTP/1.1" 200 323 0.197230 10.0.0.254 - - [2025-08-26 21:51:15] "GET /global-system-configs HTTP/1.1" 200 323 0.200788 10.0.0.33 - - [2025-08-26 21:51:15] "GET /global-system-configs HTTP/1.1" 200 323 0.266393 10.0.0.22 - - [2025-08-26 21:51:16] "GET /obj-perms HTTP/1.1" 200 5075 0.464102 10.0.0.254 - - [2025-08-26 21:51:16] "GET /obj-perms HTTP/1.1" 200 5075 0.476973 10.0.0.33 - - [2025-08-26 21:51:16] "GET /obj-perms HTTP/1.1" 200 5075 0.502210 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:51:16] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000870 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:51:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000889 10.0.0.22 - - [2025-08-26 21:51:17] "GET /global-system-configs HTTP/1.1" 200 323 0.158724 10.0.0.22 - - [2025-08-26 21:51:17] "GET /obj-perms HTTP/1.1" 200 5075 0.265286 10.0.0.33 - - [2025-08-26 21:51:17] "GET /obj-perms HTTP/1.1" 200 5075 0.277290 10.0.0.254 - - [2025-08-26 21:51:17] "GET /obj-perms HTTP/1.1" 200 5075 0.291790 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:51:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000790 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:51:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000771 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:52:00] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000755 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:52:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000910 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:53:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000890 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:53:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000863 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:53:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000779 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:53:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000845 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:54:03] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000909 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:54:03] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000872 10.0.0.22 - - [2025-08-26 21:54:19] "GET /obj-perms HTTP/1.1" 200 5075 0.052526 10.0.0.33 - - [2025-08-26 21:54:19] "GET /obj-perms HTTP/1.1" 200 5075 0.041485 [Introspect:8084]10.0.0.254 - - [2025-08-26 21:54:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000829