+++ date ++ echo 'INFO: =================== Thu Nov 6 01:42:32 AM UTC 2025 ===================' INFO: =================== Thu Nov 6 01:42:32 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.141 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=0 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 0 ]] ++ 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=noauth ++ AUTH_PARAMS= ++ SSL_ENABLE=True ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.141 ++ ANALYTICS_ALARM_ENABLE=False ++ ANALYTICS_SNMP_ENABLE=False ++ ANALYTICSDB_ENABLE=False ++ ANALYTICS_NODES=10.0.0.141 ++ ANALYTICSDB_NODES=10.0.0.141 ++ ANALYTICS_SNMP_NODES=10.0.0.141 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8081 ' +++ '[' -n '10.0.0.141:8081 ' ']' +++ echo 10.0.0.141:8081 ++ ANALYTICS_SERVERS=10.0.0.141:8081 +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9042 ' +++ '[' -n '10.0.0.141:9042 ' ']' +++ echo 10.0.0.141:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.141:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.141 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8086 ' +++ '[' -n '10.0.0.141:8086 ' ']' +++ echo 10.0.0.141:8086 ++ COLLECTOR_SERVERS=10.0.0.141:8086 ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.141 ++ CONFIGDB_NODES=10.0.0.141 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:8082 ' +++ '[' -n '10.0.0.141:8082 ' ']' +++ echo 10.0.0.141:8082 ++ CONFIG_SERVERS=10.0.0.141:8082 +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9161 ' +++ '[' -n '10.0.0.141:9161 ' ']' +++ echo 10.0.0.141:9161 ++ CONFIGDB_SERVERS=10.0.0.141:9161 +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9041 ' +++ '[' -n '10.0.0.141:9041 ' ']' +++ echo 10.0.0.141:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.141:9041 ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=True ++ 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=True ++ 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=True ++ 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.0.0.141 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.0.0.141 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.141 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:2181, +++ '[' -n 10.0.0.141:2181, ']' +++ echo 10.0.0.141:2181 ++ ZOOKEEPER_SERVERS=10.0.0.141:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:2181 ' +++ '[' -n '10.0.0.141:2181 ' ']' +++ echo 10.0.0.141:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.141:2181 ++ RABBITMQ_NODES=10.0.0.141 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+=10.0.0.141:5673, +++ '[' -n 10.0.0.141:5673, ']' +++ echo 10.0.0.141:5673 ++ RABBITMQ_SERVERS=10.0.0.141: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=True ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:6379 ' +++ '[' -n '10.0.0.141:6379 ' ']' +++ echo 10.0.0.141:6379 ++ REDIS_SERVERS=10.0.0.141:6379 ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=True ++ 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 True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' redis_ssl_config ++ true ++ KAFKA_NODES=10.0.0.141 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.141 +++ local server_address=10.0.0.141 +++ extended_server_list+='10.0.0.141:9092 ' +++ '[' -n '10.0.0.141:9092 ' ']' +++ echo 10.0.0.141:9092 ++ KAFKA_SERVERS=10.0.0.141:9092 ++ KAFKA_SSL_ENABLE=True ++ 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=password ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=admin_domain ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=admin_domain ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=252.141.8.0 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5050 ++ KEYSTONE_AUTH_PUBLIC_PORT=5050 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.141 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=password ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.141 ++ 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=True ++ 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=True ++ 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=True ++ 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 password' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' xmpp_certs_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' analytics_api_ssl_opts ++ true ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' rabbitmq_ssl_config ++ true ++ read -r -d '' kombu_ssl_config ++ true ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ read -r -d '' kafka_ssl_config ++ true ++ [[ -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 True + local val=true + [[ true == \t\r\u\e ]] + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + wait_files /etc/contrail/ssl/certs/server.pem /etc/contrail/ssl/private/server-privkey.pem + local file1=/etc/contrail/ssl/certs/server.pem + local file2=/etc/contrail/ssl/private/server-privkey.pem + printf 'INFO: wait for files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem' INFO: wait for files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem+ wait_cmd_success 'test -f /etc/contrail/ssl/certs/server.pem' + local 'cmd=test -f /etc/contrail/ssl/certs/server.pem' + local interval=3 + local max=20 + local i=0 + test -f /etc/contrail/ssl/certs/server.pem + return 0 + wait_cmd_success 'test -f /etc/contrail/ssl/private/server-privkey.pem' + local 'cmd=test -f /etc/contrail/ssl/private/server-privkey.pem' + local interval=3 + local max=20 + local i=0 + test -f /etc/contrail/ssl/private/server-privkey.pem + return 0 + echo -e '\nINFO: files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem are present' INFO: files /etc/contrail/ssl/certs/server.pem and /etc/contrail/ssl/private/server-privkey.pem are present + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + wait_config_api_certs_if_ssl_enabled + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + [[ /etc/contrail/ssl/private/server-privkey.pem != \/\e\t\c\/\c\o\n\t\r\a\i\l\/\s\s\l\/\p\r\i\v\a\t\e\/\s\e\r\v\e\r\-\p\r\i\v\k\e\y\.\p\e\m ]] + wait_for_cassandra ++ echo 10.0.0.141 ++ cut -d , -f 1 + local cassandra=10.0.0.141 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Waiting for cassandra 2/30' INFO: Waiting for cassandra 2/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Waiting for cassandra 3/30' INFO: Waiting for cassandra 3/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Waiting for cassandra 4/30' INFO: Waiting for cassandra 4/30 + sleep 10 + (( i++ )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.141 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + 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 +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.141 +++ local servers=10.0.0.141 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ tr '\n' , ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ uniq +++ local local_ips=,10.0.0.141,10.62.26.1,127.0.0.1,172.17.0.1,252.141.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.141'\''))' +++ local server_ip=10.0.0.141 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.141 ]] +++ [[ ,10.0.0.141,10.62.26.1,127.0.0.1,172.17.0.1,252.141.0.1,, =~ ,10\.0\.0\.141, ]] +++ echo 10.0.0.141 1 +++ return ++ local ip=10.0.0.141 ++ [[ -z 10.0.0.141 ]] ++ echo 10.0.0.141 + host_ip=10.0.0.141 + [[ cql == \c\q\l ]] ++ echo 10.0.0.141:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.141:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.141:8082' + is_enabled True + local val=true + [[ true == \t\r\u\e ]] + (( CONFIG_API_WORKER_COUNT == 1 )) + read -r -d '' config_api_certs_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 ]] + 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=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sed 's/^API__//g' ++ sort + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/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 True + local val=true + [[ true == \t\r\u\e ]] + cat + [[ 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/local/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/local/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/local/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.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 11/06/2025 01:43:11.932 7f6514c9b180 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 11/06/2025 01:43:12.110 7f6514c9b180 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 11/06/2025 01:43:12.126 7f6514c9b180 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 11/06/2025 01:43:12.127 7f6514c9b180 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] 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=, ca_certs='/etc/contrail/ssl/certs/ca-cert.pem', keyfile='/etc/contrail/ssl/private/server-privkey.pem', certfile='/etc/contrail/ssl/certs/server.pem', ssl_version=<_SSLMethod.PROTOCOL_TLSv1_2: 5>))... Listening on http://10.0.0.141:8082/ Hit Ctrl-C to quit. 10.0.0.141 - - [2025-11-06 01:43:21] "GET / HTTP/1.1" 503 181 0.000267 10.0.0.141 - - [2025-11-06 01:43:21] "GET / HTTP/1.1" 503 181 0.000201 10.0.0.141 - - [2025-11-06 01:43:22] "GET / HTTP/1.1" 200 36499 0.001566 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.141 - - [2025-11-06 01:43:22] "POST /fqname-to-id HTTP/1.1" 401 294 0.000632 10.0.0.141 - - [2025-11-06 01:43:22] "GET / HTTP/1.1" 200 36499 0.001483 10.0.0.141 - - [2025-11-06 01:43:22] "POST /fqname-to-id HTTP/1.1" 401 294 0.000497 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:43:22] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001415 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:43:22] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3018 0.001215 10.0.0.141 - - [2025-11-06 01:43:22] "GET / HTTP/1.1" 200 45019 0.001683 10.0.0.141 - - [2025-11-06 01:43:22] "GET / HTTP/1.1" 200 45019 0.001565 10.0.0.141 - - [2025-11-06 01:43:22] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 294 0.000514 10.0.0.141 - - [2025-11-06 01:43:22] "POST /fqname-to-id HTTP/1.1" 401 294 0.000317 10.0.0.141 - - [2025-11-06 01:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.398573 10.0.0.141 - - [2025-11-06 01:43:22] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1062 0.007965 10.0.0.141 - - [2025-11-06 01:43:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.075830 10.0.0.141 - - [2025-11-06 01:43:22] "GET /routing-instance/dd8e0a8b-97c6-470c-83a6-e59c8b1c95bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.006799 10.0.0.141 - - [2025-11-06 01:43:22] "POST /fqname-to-id HTTP/1.1" 404 214 0.003777 10.0.0.141 - - [2025-11-06 01:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.155525 10.0.0.141 - - [2025-11-06 01:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.009686 10.0.0.141 - - [2025-11-06 01:43:23] "POST /bgp-routers HTTP/1.1" 200 616 0.258520 10.0.0.141 - - [2025-11-06 01:43:23] "GET /bgp-router/bd688d70-3281-4a67-b8be-916ab58a43dd?fields=global_system_config_back_refs HTTP/1.1" 200 1112 0.012622 10.0.0.141 - - [2025-11-06 01:43:23] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 312 0.083956 10.0.0.141 - - [2025-11-06 01:43:23] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 333 0.003206 10.0.0.141 - - [2025-11-06 01:43:23] "POST /analytics-snmp-nodes HTTP/1.1" 200 609 0.336075 10.0.0.141 - - [2025-11-06 01:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.141 - - [2025-11-06 01:43:23] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1062 0.016024 10.0.0.141 - - [2025-11-06 01:43:23] "GET / HTTP/1.1" 200 36499 0.001606 10.0.0.141 - - [2025-11-06 01:43:23] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004017 10.0.0.141 - - [2025-11-06 01:43:23] "POST /ref-update HTTP/1.1" 200 156 0.010762 10.0.0.141 - - [2025-11-06 01:43:23] "GET / HTTP/1.1" 200 36499 0.001795 10.0.0.141 - - [2025-11-06 01:43:23] "GET / HTTP/1.1" 200 36499 0.002120 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.141 - - [2025-11-06 01:43:23] "POST /fqname-to-id HTTP/1.1" 401 294 0.000599 10.0.0.141 - - [2025-11-06 01:43:24] "GET / HTTP/1.1" 200 36499 0.001567 10.0.0.141 - - [2025-11-06 01:43:24] "POST /fqname-to-id HTTP/1.1" 401 294 0.000556 10.0.0.141 - - [2025-11-06 01:43:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.060423 10.0.0.141 - - [2025-11-06 01:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.013069 10.0.0.141 - - [2025-11-06 01:43:24] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.024958 10.0.0.141 - - [2025-11-06 01:43:24] "GET / HTTP/1.1" 200 36499 0.003391 10.0.0.141 - - [2025-11-06 01:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.056205 10.0.0.141 - - [2025-11-06 01:43:24] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.010136 10.0.0.141 - - [2025-11-06 01:43:24] "POST /service-appliance-sets HTTP/1.1" 200 557 0.071457 10.0.0.141 - - [2025-11-06 01:43:24] "POST /fqname-to-id HTTP/1.1" 404 214 0.011586 10.0.0.141 - - [2025-11-06 01:43:24] "POST /fqname-to-id HTTP/1.1" 404 180 0.004122 10.0.0.141 - - [2025-11-06 01:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.141 - - [2025-11-06 01:43:24] "POST /database-nodes HTTP/1.1" 200 597 0.039062 10.0.0.141 - - [2025-11-06 01:43:24] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.011002 10.0.0.141 - - [2025-11-06 01:43:24] "POST /service-appliance-sets HTTP/1.1" 200 545 0.033731 10.0.0.141 - - [2025-11-06 01:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.017754 10.0.0.141 - - [2025-11-06 01:43:24] "GET /network-ipam/b75d0b54-4163-47c8-9951-c5db6b2f94ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1958 0.007091 10.0.0.141 - - [2025-11-06 01:43:24] "POST /service-templates HTTP/1.1" 200 515 0.028052 10.0.0.141 - - [2025-11-06 01:43:25] "POST /service-templates HTTP/1.1" 200 505 0.044587 10.0.0.141 - - [2025-11-06 01:43:25] "POST /service-templates HTTP/1.1" 200 519 0.028751 10.0.0.141 - - [2025-11-06 01:43:25] "POST /service-templates HTTP/1.1" 200 539 0.035838 10.0.0.141 - - [2025-11-06 01:43:25] "POST /service-templates HTTP/1.1" 200 511 0.238924 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.141 - - [2025-11-06 01:43:26] "GET /obj-perms HTTP/1.1" 200 6387 0.453959 10.0.0.141 - - [2025-11-06 01:43:26] "GET /obj-perms HTTP/1.1" 200 6387 0.077391 10.0.0.141 - - [2025-11-06 01:43:28] "GET / HTTP/1.1" 200 36499 0.001637 10.0.0.141 - - [2025-11-06 01:43:28] "POST /fqname-to-id HTTP/1.1" 401 294 0.000427 10.0.0.141 - - [2025-11-06 01:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.061269 10.0.0.141 - - [2025-11-06 01:43:29] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.012592 10.0.0.141 - - [2025-11-06 01:43:29] "GET / HTTP/1.1" 200 36499 0.003871 10.0.0.141 - - [2025-11-06 01:43:29] "POST /fqname-to-id HTTP/1.1" 404 214 0.003424 10.0.0.141 - - [2025-11-06 01:43:29] "POST /fqname-to-id HTTP/1.1" 401 294 0.000803 10.0.0.141 - - [2025-11-06 01:43:29] "GET / HTTP/1.1" 200 36499 0.001472 10.0.0.141 - - [2025-11-06 01:43:29] "POST /fqname-to-id HTTP/1.1" 401 294 0.000385 10.0.0.141 - - [2025-11-06 01:43:29] "POST /analytics-alarm-nodes HTTP/1.1" 200 611 0.075294 10.0.0.141 - - [2025-11-06 01:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.051139 10.0.0.141 - - [2025-11-06 01:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.039050 10.0.0.141 - - [2025-11-06 01:43:29] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.022379 10.0.0.141 - - [2025-11-06 01:43:29] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.018272 10.0.0.141 - - [2025-11-06 01:43:29] "POST /fqname-to-id HTTP/1.1" 401 294 0.000430 10.0.0.141 - - [2025-11-06 01:43:29] "POST /fqname-to-id HTTP/1.1" 404 214 0.003706 10.0.0.141 - - [2025-11-06 01:43:29] "POST /fqname-to-id HTTP/1.1" 404 214 0.004054 10.0.0.141 - - [2025-11-06 01:43:29] "POST /config-nodes HTTP/1.1" 200 593 0.051332 10.0.0.141 - - [2025-11-06 01:43:29] "POST /analytics-nodes HTTP/1.1" 200 599 0.054872 10.0.0.141 - - [2025-11-06 01:43:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.057216 10.0.0.141 - - [2025-11-06 01:43:29] "GET /network-ipam/b75d0b54-4163-47c8-9951-c5db6b2f94ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1958 0.004236 10.0.0.141 - - [2025-11-06 01:43:30] "GET / HTTP/1.1" 200 36499 0.002129 10.0.0.141 - - [2025-11-06 01:43:30] "POST /global-vrouter-configs HTTP/1.1" 401 294 0.000584 10.0.0.141 - - [2025-11-06 01:43:30] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.036894 10.0.0.141 - - [2025-11-06 01:43:30] "POST /fqname-to-id HTTP/1.1" 404 225 0.003070 10.0.0.141 - - [2025-11-06 01:43:30] "POST /access-control-lists HTTP/1.1" 200 591 0.027286 10.0.0.141 - - [2025-11-06 01:43:30] "POST /fqname-to-id HTTP/1.1" 404 224 0.003622 10.0.0.141 - - [2025-11-06 01:43:30] "POST /access-control-lists HTTP/1.1" 200 589 0.034889 10.0.0.141 - - [2025-11-06 01:43:30] "POST /route-targets HTTP/1.1" 200 329 0.020767 10.0.0.141 - - [2025-11-06 01:43:30] "GET / HTTP/1.1" 200 36499 0.002508 10.0.0.141 - - [2025-11-06 01:43:30] "POST /ref-update HTTP/1.1" 200 156 0.056474 10.0.0.141 - - [2025-11-06 01:43:30] "POST /fqname-to-id HTTP/1.1" 401 294 0.000408 10.0.0.141 - - [2025-11-06 01:43:30] "POST /route-targets HTTP/1.1" 200 329 0.016359 10.0.0.141 - - [2025-11-06 01:43:31] "POST /ref-update HTTP/1.1" 200 156 0.016952 10.0.0.141 - - [2025-11-06 01:43:31] "POST /route-targets HTTP/1.1" 200 329 0.017701 10.0.0.141 - - [2025-11-06 01:43:31] "POST /ref-update HTTP/1.1" 200 156 0.021830 10.0.0.141 - - [2025-11-06 01:43:31] "POST /route-targets HTTP/1.1" 200 329 0.026081 10.0.0.141 - - [2025-11-06 01:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.041949 10.0.0.141 - - [2025-11-06 01:43:31] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.007171 10.0.0.141 - - [2025-11-06 01:43:31] "POST /ref-update HTTP/1.1" 200 156 0.016229 10.0.0.141 - - [2025-11-06 01:43:31] "POST /fqname-to-id HTTP/1.1" 404 214 0.004588 10.0.0.141 - - [2025-11-06 01:43:31] "POST /fqname-to-id HTTP/1.1" 404 201 0.003372 10.0.0.141 - - [2025-11-06 01:43:31] "POST /config-database-nodes HTTP/1.1" 200 611 0.045847 10.0.0.141 - - [2025-11-06 01:43:31] "POST /access-control-lists HTTP/1.1" 200 555 0.090600 10.0.0.141 - - [2025-11-06 01:43:31] "PUT /access-control-list/d6e6b357-2367-4cef-8b1d-4e844cca7f45 HTTP/1.1" 200 274 0.014363 10.0.0.141 - - [2025-11-06 01:43:31] "PUT /access-control-list/3fe954b7-f1c5-4a21-bf30-6b12cd9a07bb HTTP/1.1" 200 274 0.011907 10.0.0.141 - - [2025-11-06 01:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005534 10.0.0.141 - - [2025-11-06 01:43:35] "GET /global-vrouter-config/cbfb02e4-22b7-42e2-bf39-e3adf187d5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1220 0.004522 10.0.0.141 - - [2025-11-06 01:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.141 - - [2025-11-06 01:43:35] "PUT /global-vrouter-config/cbfb02e4-22b7-42e2-bf39-e3adf187d5f4 HTTP/1.1" 200 278 0.014669 10.0.0.141 - - [2025-11-06 01:43:36] "GET / HTTP/1.1" 200 36499 0.002007 10.0.0.141 - - [2025-11-06 01:43:36] "POST /alarms HTTP/1.1" 401 294 0.000462 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:43:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000986 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:43:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001312 10.0.0.141 - - [2025-11-06 01:43:36] "POST /alarms HTTP/1.1" 200 585 0.061263 10.0.0.141 - - [2025-11-06 01:43:36] "POST /alarms HTTP/1.1" 200 579 0.057153 10.0.0.141 - - [2025-11-06 01:43:36] "POST /alarms HTTP/1.1" 200 579 0.078162 10.0.0.141 - - [2025-11-06 01:43:36] "POST /alarms HTTP/1.1" 200 563 0.050404 10.0.0.141 - - [2025-11-06 01:43:36] "POST /alarms HTTP/1.1" 200 559 0.025931 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 561 0.040119 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 569 0.030877 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 553 0.092151 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 561 0.026883 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 571 0.028791 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 559 0.023094 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 571 0.023759 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 579 0.073211 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 573 0.023863 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 565 0.032979 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 565 0.030833 10.0.0.141 - - [2025-11-06 01:43:37] "POST /alarms HTTP/1.1" 200 565 0.019758 10.0.0.141 - - [2025-11-06 01:43:38] "POST /alarms HTTP/1.1" 200 551 0.024790 10.0.0.141 - - [2025-11-06 01:43:38] "POST /alarms HTTP/1.1" 200 599 0.027005 10.0.0.141 - - [2025-11-06 01:43:38] "POST /alarms HTTP/1.1" 200 579 0.024364 10.0.0.141 - - [2025-11-06 01:43:38] "POST /alarms HTTP/1.1" 200 575 0.043932 10.0.0.141 - - [2025-11-06 01:43:38] "POST /alarms HTTP/1.1" 200 587 0.023332 10.0.0.141 - - [2025-11-06 01:43:38] "POST /alarms HTTP/1.1" 200 613 0.024580 10.0.0.141 - - [2025-11-06 01:43:38] "GET / HTTP/1.1" 200 36499 0.002084 10.0.0.141 - - [2025-11-06 01:43:38] "POST /global-vrouter-configs HTTP/1.1" 401 294 0.001165 10.0.0.141 - - [2025-11-06 01:43:39] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.036786 10.0.0.141 - - [2025-11-06 01:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.141 - - [2025-11-06 01:43:39] "PUT /global-vrouter-config/cbfb02e4-22b7-42e2-bf39-e3adf187d5f4 HTTP/1.1" 200 278 0.014880 10.0.0.141 - - [2025-11-06 01:43:39] "GET / HTTP/1.1" 200 36499 0.001841 10.0.0.141 - - [2025-11-06 01:43:39] "POST /fqname-to-id HTTP/1.1" 401 294 0.000497 10.0.0.141 - - [2025-11-06 01:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.038959 10.0.0.141 - - [2025-11-06 01:43:40] "GET /global-vrouter-config/cbfb02e4-22b7-42e2-bf39-e3adf187d5f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1619 0.006491 10.0.0.141 - - [2025-11-06 01:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.141 - - [2025-11-06 01:43:40] "PUT /global-vrouter-config/cbfb02e4-22b7-42e2-bf39-e3adf187d5f4 HTTP/1.1" 200 278 0.012965 10.0.0.141 - - [2025-11-06 01:43:40] "GET / HTTP/1.1" 200 36499 0.001859 10.0.0.141 - - [2025-11-06 01:43:40] "POST /fqname-to-id HTTP/1.1" 401 294 0.000477 10.0.0.141 - - [2025-11-06 01:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.041489 10.0.0.141 - - [2025-11-06 01:43:41] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.008841 10.0.0.141 - - [2025-11-06 01:43:41] "PUT /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552 HTTP/1.1" 200 276 0.027889 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:43:50] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001259 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:43:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001335 10.0.0.141 - - [2025-11-06 01:44:27] "GET /obj-perms HTTP/1.1" 200 6387 0.059914 10.0.0.141 - - [2025-11-06 01:44:27] "GET /obj-perms HTTP/1.1" 200 6387 0.069085 10.0.0.141 - - [2025-11-06 01:45:26] "GET / HTTP/1.1" 200 36499 0.003354 10.0.0.141 - - [2025-11-06 01:45:26] "POST /fqname-to-id HTTP/1.1" 401 294 0.000436 10.0.0.141 - - [2025-11-06 01:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.031380 10.0.0.141 - - [2025-11-06 01:45:26] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.005638 10.0.0.141 - - [2025-11-06 01:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.141 - - [2025-11-06 01:45:27] "GET /routing-instance/dd8e0a8b-97c6-470c-83a6-e59c8b1c95bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.004363 10.0.0.141 - - [2025-11-06 01:45:27] "PUT /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552 HTTP/1.1" 200 276 0.012764 10.0.0.141 - - [2025-11-06 01:45:27] "POST /fqname-to-id HTTP/1.1" 404 214 0.003360 10.0.0.141 - - [2025-11-06 01:45:27] "POST /virtual-routers HTTP/1.1" 200 599 0.018519 10.0.0.141 - - [2025-11-06 01:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.141 - - [2025-11-06 01:45:27] "GET /virtual-router/b927317e-3f7c-4d03-b837-9d97d7ca33b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.023374 10.0.0.141 - - [2025-11-06 01:45:27] "POST /fqname-to-id HTTP/1.1" 404 227 0.004314 10.0.0.141 - - [2025-11-06 01:45:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.141 - - [2025-11-06 01:45:27] "GET /virtual-network/975a0c18-018f-4143-af31-83486cc55735?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.006724 10.0.0.141 - - [2025-11-06 01:45:27] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.061007 10.0.0.141 - - [2025-11-06 01:45:28] "PUT /access-control-list/061b440d-1969-402d-89c3-35adc73380a4 HTTP/1.1" 200 274 0.015630 10.0.0.141 - - [2025-11-06 01:45:28] "GET /obj-perms HTTP/1.1" 200 6387 0.076306 10.0.0.141 - - [2025-11-06 01:45:28] "GET /obj-perms HTTP/1.1" 200 6387 0.062251 10.0.0.141 - - [2025-11-06 01:45:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.141 - - [2025-11-06 01:45:28] "GET /virtual-router/b927317e-3f7c-4d03-b837-9d97d7ca33b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.003823 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:45:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001004 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:45:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001279 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:45:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001058 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:45:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001347 10.0.0.141 - - [2025-11-06 01:45:58] "GET / HTTP/1.1" 200 36499 0.001647 10.0.0.141 - - [2025-11-06 01:45:58] "POST /fqname-to-id HTTP/1.1" 401 294 0.000499 10.0.0.141 - - [2025-11-06 01:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.032362 10.0.0.141 - - [2025-11-06 01:45:59] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.006630 10.0.0.141 - - [2025-11-06 01:45:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.141 - - [2025-11-06 01:45:59] "GET /config-node/ef336080-9758-4e2b-a1f1-bcb6fb0e7745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1190 0.006144 10.0.0.141 - - [2025-11-06 01:46:10] "GET / HTTP/1.1" 200 36499 0.002158 10.0.0.141 - - [2025-11-06 01:46:10] "POST /fqname-to-id HTTP/1.1" 401 294 0.000447 10.0.0.141 - - [2025-11-06 01:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.043103 10.0.0.141 - - [2025-11-06 01:46:10] "GET /routing-instance/dd8e0a8b-97c6-470c-83a6-e59c8b1c95bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.004771 10.0.0.141 - - [2025-11-06 01:46:10] "POST /bgp-routers HTTP/1.1" 409 299 0.003649 10.0.0.141 - - [2025-11-06 01:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:46:10] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001128 10.0.0.141 - - [2025-11-06 01:46:10] "GET /bgp-router/bd688d70-3281-4a67-b8be-916ab58a43dd?fields=bgp_router_parameters%2Cglobal_system_config_back_refs HTTP/1.1" 200 1800 0.007621 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:46:10] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.002504 10.0.0.141 - - [2025-11-06 01:46:10] "PUT /bgp-router/bd688d70-3281-4a67-b8be-916ab58a43dd HTTP/1.1" 200 256 0.019743 10.0.0.141 - - [2025-11-06 01:46:29] "GET /obj-perms HTTP/1.1" 200 6387 0.057090 10.0.0.141 - - [2025-11-06 01:46:29] "GET /obj-perms HTTP/1.1" 200 6387 0.058245 10.0.0.141 - - [2025-11-06 01:47:29] "GET /obj-perms HTTP/1.1" 200 6387 0.112442 10.0.0.141 - - [2025-11-06 01:47:30] "GET /obj-perms HTTP/1.1" 200 6387 0.147140 10.0.0.141 - - [2025-11-06 01:47:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000420 10.0.0.141 - - [2025-11-06 01:47:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000396 10.0.0.141 - - [2025-11-06 01:48:01] "GET / HTTP/1.1" 200 36499 0.001802 10.0.0.141 - - [2025-11-06 01:48:01] "POST /fqname-to-id HTTP/1.1" 401 294 0.000475 10.0.0.141 - - [2025-11-06 01:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.035071 10.0.0.141 - - [2025-11-06 01:48:02] "GET /global-system-config/950a27cc-0b9c-4b08-ac08-22bfe78c9552?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.005790 10.0.0.141 - - [2025-11-06 01:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.141 - - [2025-11-06 01:48:02] "GET /routing-instance/dd8e0a8b-97c6-470c-83a6-e59c8b1c95bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1179 0.004423 10.0.0.141 - - [2025-11-06 01:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.141 - - [2025-11-06 01:48:02] "GET /virtual-router/b927317e-3f7c-4d03-b837-9d97d7ca33b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.005074 10.0.0.141 - - [2025-11-06 01:48:02] "PUT /virtual-router/b927317e-3f7c-4d03-b837-9d97d7ca33b3 HTTP/1.1" 200 264 0.014312 10.0.0.141 - - [2025-11-06 01:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005522 10.0.0.141 - - [2025-11-06 01:48:02] "GET /virtual-router/b927317e-3f7c-4d03-b837-9d97d7ca33b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1237 0.004882 10.0.0.141 - - [2025-11-06 01:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.141 - - [2025-11-06 01:48:02] "GET /virtual-machine-interface/b479fc29-9be8-4c10-ba87-270758a8861c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1902 0.005760 10.0.0.141 - - [2025-11-06 01:48:02] "PUT /virtual-machine-interface/b479fc29-9be8-4c10-ba87-270758a8861c HTTP/1.1" 200 286 0.026827 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:48:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001236 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:48:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001408 10.0.0.141 - - [2025-11-06 01:48:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000505 10.0.0.141 - - [2025-11-06 01:48:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000780 10.0.0.141 - - [2025-11-06 01:48:31] "GET /obj-perms HTTP/1.1" 200 6387 0.074697 10.0.0.141 - - [2025-11-06 01:48:31] "GET /obj-perms HTTP/1.1" 200 6387 0.060745 10.0.0.141 - - [2025-11-06 01:49:31] "GET /obj-perms HTTP/1.1" 200 6387 0.056087 10.0.0.141 - - [2025-11-06 01:49:32] "GET /obj-perms HTTP/1.1" 200 6387 0.053914 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:50:26] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001193 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:50:26] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001363 10.0.0.141 - - [2025-11-06 01:50:32] "GET /obj-perms HTTP/1.1" 200 6387 0.063266 10.0.0.141 - - [2025-11-06 01:50:33] "GET /obj-perms HTTP/1.1" 200 6387 0.054625 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:50:55] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001098 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:50:55] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001559 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:51:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001008 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:51:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001612 10.0.0.141 - - [2025-11-06 01:51:33] "GET /obj-perms HTTP/1.1" 200 6387 0.065402 10.0.0.141 - - [2025-11-06 01:51:34] "GET /obj-perms HTTP/1.1" 200 6387 0.056993 10.0.0.141 - - [2025-11-06 01:52:34] "GET /obj-perms HTTP/1.1" 200 6387 0.142911 10.0.0.141 - - [2025-11-06 01:52:35] "GET /obj-perms HTTP/1.1" 200 6387 0.059263 10.0.0.141 - - [2025-11-06 01:52:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000472 10.0.0.141 - - [2025-11-06 01:52:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000529 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:52:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001008 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:52:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001194 10.0.0.141 - - [2025-11-06 01:53:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000460 10.0.0.141 - - [2025-11-06 01:53:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000525 10.0.0.141 - - [2025-11-06 01:53:35] "GET /obj-perms HTTP/1.1" 200 6387 0.069291 10.0.0.141 - - [2025-11-06 01:53:35] "GET /obj-perms HTTP/1.1" 200 6387 0.072587 10.0.0.141 - - [2025-11-06 01:54:36] "GET /obj-perms HTTP/1.1" 200 6387 0.061698 10.0.0.141 - - [2025-11-06 01:54:36] "GET /obj-perms HTTP/1.1" 200 6387 0.067641 10.0.0.141 - - [2025-11-06 01:55:37] "GET /obj-perms HTTP/1.1" 200 6387 0.059977 10.0.0.141 - - [2025-11-06 01:55:37] "GET /obj-perms HTTP/1.1" 200 6387 0.060545 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:55:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000983 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:55:38] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001172 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:55:44] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001191 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:55:44] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001146 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:55:56] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000984 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:55:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001137 10.0.0.141 - - [2025-11-06 01:56:38] "GET /obj-perms HTTP/1.1" 200 6387 0.068259 10.0.0.141 - - [2025-11-06 01:56:38] "GET /obj-perms HTTP/1.1" 200 6387 0.137551 10.0.0.141 - - [2025-11-06 01:57:39] "GET /obj-perms HTTP/1.1" 200 6387 0.071101 10.0.0.141 - - [2025-11-06 01:57:39] "GET /obj-perms HTTP/1.1" 200 6387 0.062444 10.0.0.141 - - [2025-11-06 01:57:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000841 10.0.0.141 - - [2025-11-06 01:57:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000766 10.0.0.141 - - [2025-11-06 01:58:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000408 10.0.0.141 - - [2025-11-06 01:58:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000540 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:58:38] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001267 [Introspect:8084]10.0.0.141 - - [2025-11-06 01:58:39] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001432 10.0.0.141 - - [2025-11-06 01:58:40] "GET /obj-perms HTTP/1.1" 200 6387 0.069184 10.0.0.141 - - [2025-11-06 01:58:40] "GET /obj-perms HTTP/1.1" 200 6387 0.060618 10.0.0.141 - - [2025-11-06 01:59:40] "GET /obj-perms HTTP/1.1" 200 6387 0.063051 10.0.0.141 - - [2025-11-06 01:59:41] "GET /obj-perms HTTP/1.1" 200 6387 0.067442 10.0.0.141 - - [2025-11-06 02:00:41] "GET /obj-perms HTTP/1.1" 200 6387 0.063570 10.0.0.141 - - [2025-11-06 02:00:42] "GET /obj-perms HTTP/1.1" 200 6387 0.063246 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:00:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001124 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:00:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001208 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:01:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001341 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:01:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001374 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:01:17] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001248 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:01:17] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001506 10.0.0.141 - - [2025-11-06 02:01:42] "GET /obj-perms HTTP/1.1" 200 6387 0.055789 10.0.0.141 - - [2025-11-06 02:01:43] "GET /obj-perms HTTP/1.1" 200 6387 0.062757 10.0.0.141 - - [2025-11-06 02:02:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000563 10.0.0.141 - - [2025-11-06 02:02:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000377 10.0.0.141 - - [2025-11-06 02:02:43] "GET /obj-perms HTTP/1.1" 200 6387 0.064404 10.0.0.141 - - [2025-11-06 02:02:44] "GET /obj-perms HTTP/1.1" 200 6387 0.063170 10.0.0.141 - - [2025-11-06 02:03:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000616 10.0.0.141 - - [2025-11-06 02:03:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000621 10.0.0.141 - - [2025-11-06 02:03:44] "GET /obj-perms HTTP/1.1" 200 6387 0.068882 10.0.0.141 - - [2025-11-06 02:03:45] "GET /obj-perms HTTP/1.1" 200 6387 0.069535 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:03:51] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001266 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:03:51] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001879 10.0.0.141 - - [2025-11-06 02:04:45] "GET /obj-perms HTTP/1.1" 200 6387 0.069670 10.0.0.141 - - [2025-11-06 02:04:45] "GET /obj-perms HTTP/1.1" 200 6387 0.059773 10.0.0.141 - - [2025-11-06 02:05:46] "GET /obj-perms HTTP/1.1" 200 6387 0.084429 10.0.0.141 - - [2025-11-06 02:05:46] "GET /obj-perms HTTP/1.1" 200 6387 0.063113 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:05:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001386 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:05:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001347 10.0.0.141 - - [2025-11-06 02:06:47] "GET /obj-perms HTTP/1.1" 200 6387 0.058408 10.0.0.141 - - [2025-11-06 02:06:47] "GET /obj-perms HTTP/1.1" 200 6387 0.059427 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:07:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001345 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:07:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.003159 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:07:12] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000885 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:07:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001072 10.0.0.141 - - [2025-11-06 02:07:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000527 10.0.0.141 - - [2025-11-06 02:07:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000436 10.0.0.141 - - [2025-11-06 02:07:48] "GET /obj-perms HTTP/1.1" 200 6387 0.120555 10.0.0.141 - - [2025-11-06 02:07:49] "GET /obj-perms HTTP/1.1" 200 6387 0.128755 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:08:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001039 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:08:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001844 10.0.0.141 - - [2025-11-06 02:08:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000584 10.0.0.141 - - [2025-11-06 02:08:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000524 10.0.0.141 - - [2025-11-06 02:08:49] "GET /obj-perms HTTP/1.1" 200 6387 0.059307 10.0.0.141 - - [2025-11-06 02:08:50] "GET /obj-perms HTTP/1.1" 200 6387 0.057718 10.0.0.141 - - [2025-11-06 02:09:50] "GET /obj-perms HTTP/1.1" 200 6387 0.065767 10.0.0.141 - - [2025-11-06 02:09:51] "GET /obj-perms HTTP/1.1" 200 6387 0.062539 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:09:58] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001019 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:09:58] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001228 10.0.0.141 - - [2025-11-06 02:10:51] "GET /obj-perms HTTP/1.1" 200 6387 0.060368 10.0.0.141 - - [2025-11-06 02:10:51] "GET /obj-perms HTTP/1.1" 200 6387 0.060884 10.0.0.141 - - [2025-11-06 02:11:52] "GET /obj-perms HTTP/1.1" 200 6387 0.068169 10.0.0.141 - - [2025-11-06 02:11:52] "GET /obj-perms HTTP/1.1" 200 6387 0.056054 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:12:41] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001144 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:12:41] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001469 10.0.0.141 - - [2025-11-06 02:12:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000511 10.0.0.141 - - [2025-11-06 02:12:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000495 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:12:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001485 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:12:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001657 10.0.0.141 - - [2025-11-06 02:12:53] "GET /obj-perms HTTP/1.1" 200 6387 0.095813 10.0.0.141 - - [2025-11-06 02:12:53] "GET /obj-perms HTTP/1.1" 200 6387 0.087400 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:13:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001355 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:13:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.002658 10.0.0.141 - - [2025-11-06 02:13:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000511 10.0.0.141 - - [2025-11-06 02:13:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000444 10.0.0.141 - - [2025-11-06 02:13:54] "GET /obj-perms HTTP/1.1" 200 6387 0.069747 10.0.0.141 - - [2025-11-06 02:13:54] "GET /obj-perms HTTP/1.1" 200 6387 0.063902 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:14:05] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001149 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:14:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001184 10.0.0.141 - - [2025-11-06 02:14:55] "GET /obj-perms HTTP/1.1" 200 6387 0.060796 10.0.0.141 - - [2025-11-06 02:14:55] "GET /obj-perms HTTP/1.1" 200 6387 0.062639 10.0.0.141 - - [2025-11-06 02:15:56] "GET /obj-perms HTTP/1.1" 200 6387 0.068733 10.0.0.141 - - [2025-11-06 02:15:56] "GET /obj-perms HTTP/1.1" 200 6387 0.071228 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:16:53] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001039 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:16:53] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001471 10.0.0.141 - - [2025-11-06 02:16:57] "GET /obj-perms HTTP/1.1" 200 6387 0.070956 10.0.0.141 - - [2025-11-06 02:16:57] "GET /obj-perms HTTP/1.1" 200 6387 0.065204 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:16:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001337 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:17:00] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001933 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:17:28] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001293 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:17:28] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001421 10.0.0.141 - - [2025-11-06 02:17:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000743 10.0.0.141 - - [2025-11-06 02:17:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000816 10.0.0.141 - - [2025-11-06 02:17:57] "GET /obj-perms HTTP/1.1" 200 6387 0.074830 10.0.0.141 - - [2025-11-06 02:17:58] "GET /obj-perms HTTP/1.1" 200 6387 0.057195 10.0.0.141 - - [2025-11-06 02:18:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000508 10.0.0.141 - - [2025-11-06 02:18:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000540 10.0.0.141 - - [2025-11-06 02:18:58] "GET /obj-perms HTTP/1.1" 200 6387 0.075924 10.0.0.141 - - [2025-11-06 02:18:59] "GET /obj-perms HTTP/1.1" 200 6387 0.066016 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:19:36] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000932 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:19:36] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001083 10.0.0.141 - - [2025-11-06 02:19:59] "GET /obj-perms HTTP/1.1" 200 6387 0.068249 10.0.0.141 - - [2025-11-06 02:20:00] "GET /obj-perms HTTP/1.1" 200 6387 0.068933 10.0.0.141 - - [2025-11-06 02:21:00] "GET /obj-perms HTTP/1.1" 200 6387 0.097225 10.0.0.141 - - [2025-11-06 02:21:01] "GET /obj-perms HTTP/1.1" 200 6387 0.067355 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:21:02] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001272 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:21:02] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001549 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:21:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001279 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:21:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001520 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:21:47] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001205 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:21:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001406 10.0.0.141 - - [2025-11-06 02:22:01] "GET /obj-perms HTTP/1.1" 200 6387 0.073506 10.0.0.141 - - [2025-11-06 02:22:01] "GET /obj-perms HTTP/1.1" 200 6387 0.067616 10.0.0.141 - - [2025-11-06 02:22:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000559 10.0.0.141 - - [2025-11-06 02:22:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000437 10.0.0.141 - - [2025-11-06 02:23:02] "GET /obj-perms HTTP/1.1" 200 6387 0.066753 10.0.0.141 - - [2025-11-06 02:23:02] "GET /obj-perms HTTP/1.1" 200 6387 0.056700 10.0.0.141 - - [2025-11-06 02:23:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000588 10.0.0.141 - - [2025-11-06 02:23:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000388 10.0.0.141 - - [2025-11-06 02:24:03] "GET /obj-perms HTTP/1.1" 200 6387 0.068626 10.0.0.141 - - [2025-11-06 02:24:03] "GET /obj-perms HTTP/1.1" 200 6387 0.064081 10.0.0.141 - - [2025-11-06 02:25:04] "GET /obj-perms HTTP/1.1" 200 6387 0.067061 10.0.0.141 - - [2025-11-06 02:25:04] "GET /obj-perms HTTP/1.1" 200 6387 0.058664 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:25:09] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.000952 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:25:09] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001082 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:26:04] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001616 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:26:04] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001158 10.0.0.141 - - [2025-11-06 02:26:05] "GET /obj-perms HTTP/1.1" 200 6387 0.063394 10.0.0.141 - - [2025-11-06 02:26:05] "GET /obj-perms HTTP/1.1" 200 6387 0.069648 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:26:43] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001006 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:26:43] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001456 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:26:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001240 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:26:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001460 10.0.0.141 - - [2025-11-06 02:27:06] "GET /obj-perms HTTP/1.1" 200 6387 0.061327 10.0.0.141 - - [2025-11-06 02:27:06] "GET /obj-perms HTTP/1.1" 200 6387 0.062851 10.0.0.141 - - [2025-11-06 02:27:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000476 10.0.0.141 - - [2025-11-06 02:27:43] "GET /global-system-configs HTTP/1.1" 401 294 0.000504 10.0.0.141 - - [2025-11-06 02:28:06] "GET /obj-perms HTTP/1.1" 200 6387 0.075796 10.0.0.141 - - [2025-11-06 02:28:07] "GET /obj-perms HTTP/1.1" 200 6387 0.068403 10.0.0.141 - - [2025-11-06 02:28:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000638 10.0.0.141 - - [2025-11-06 02:28:12] "GET /global-system-configs HTTP/1.1" 401 294 0.000492 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:28:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 848 0.001336 [Introspect:8084]10.0.0.141 - - [2025-11-06 02:28:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2959 0.001297