++ 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: =================== Thu Jun 12 00:42:36 UTC 2025 ==================='
INFO: =================== Thu Jun 12 00:42:36 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
+++ cut -d / -f 1
+++ get_cidr_for_nic ens3
+++ command -v ip
+++ local nic=ens3
+++ ip addr show dev ens3
+++ grep 'inet '
+++ awk '{print $2}'
+++ head -n 1
++ DEFAULT_LOCAL_IP=10.0.0.19
++ 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 '' ]]
+++ tail -n 1
+++ awk '/pagesize=2M/{print($3)}'
+++ mount -t hugetlbfs
++ HUGE_PAGES_2MB_DIR=
++ DPDK_MEM_PER_SOCKET=1024
++ DPDK_COMMAND_ADDITIONAL_ARGS=
++ NIC_OFFLOAD_ENABLE=False
++ DPDK_ENABLE_VLAN_FWRD=False
++ DIST_SNAT_PROTO_PORT_LIST=
++ CLOUD_ORCHESTRATOR=openstack
++ CLOUD_ADMIN_ROLE=admin
++ AAA_MODE=rbac
++ AUTH_MODE=keystone
++ AUTH_PARAMS=
++ SSL_ENABLE=false
++ SSL_INSECURE=True
++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem
++ SELFSIGNED_CERTS_WITH_IPS=True
++ CONTROLLER_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ ANALYTICSDB_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ ANALYTICS_SNMP_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ ANALYTICS_API_PORT=8081
++ ANALYTICS_API_INTROSPECT_PORT=8090
++ ANALYTICSDB_PORT=9160
++ ANALYTICSDB_CQL_PORT=9042
++ TOPOLOGY_INTROSPECT_PORT=5921
++ QUERYENGINE_INTROSPECT_PORT=8091
+++ get_server_list ANALYTICS ':8081 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8081 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:8081 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:8081 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:8081 '
+++ '[' -n '10.0.0.19:8081 10.0.0.41:8081 10.0.0.61:8081 ' ']'
+++ echo '10.0.0.19:8081 10.0.0.41:8081 10.0.0.61:8081'
++ ANALYTICS_SERVERS='10.0.0.19:8081 10.0.0.41:8081 10.0.0.61:8081'
+++ get_server_list ANALYTICSDB ':9042 '
+++ local server_typ=ANALYTICSDB_NODES
+++ local 'port_with_delim=:9042 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:9042 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:9042 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:9042 '
+++ '[' -n '10.0.0.19:9042 10.0.0.41:9042 10.0.0.61:9042 ' ']'
+++ echo '10.0.0.19:9042 10.0.0.41:9042 10.0.0.61:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.19:9042 10.0.0.41:9042 10.0.0.61:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ ALARMGEN_INTROSPECT_PORT=5995
++ BGP_PORT=179
++ BGP_AUTO_MESH=true
++ BGP_ASN=64512
++ ENABLE_4BYTE_AS=false
++ APPLY_DEFAULTS=true
++ COLLECTOR_PORT=8086
++ COLLECTOR_INTROSPECT_PORT=8089
++ COLLECTOR_SYSLOG_PORT=514
++ COLLECTOR_SFLOW_PORT=6343
++ COLLECTOR_IPFIX_PORT=4739
++ COLLECTOR_PROTOBUF_PORT=3333
++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514
++ SNMPCOLLECTOR_INTROSPECT_PORT=5920
+++ get_server_list ANALYTICS ':8086 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:8086 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:8086 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:8086 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:8086 '
+++ '[' -n '10.0.0.19:8086 10.0.0.41:8086 10.0.0.61:8086 ' ']'
+++ echo '10.0.0.19:8086 10.0.0.41:8086 10.0.0.61:8086'
++ COLLECTOR_SERVERS='10.0.0.19:8086 10.0.0.41:8086 10.0.0.61:8086'
++ CASSANDRA_PORT=9160
++ CASSANDRA_CQL_PORT=9042
++ CASSANDRA_SSL_STORAGE_PORT=7011
++ CASSANDRA_STORAGE_PORT=7010
++ CASSANDRA_JMX_LOCAL_PORT=7200
++ CONFIGDB_CASSANDRA_DRIVER=cql
++ CONFIG_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ CONFIGDB_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ CONFIG_API_PORT=8082
++ CONFIG_API_INTROSPECT_PORT=8084
++ CONFIG_API_ADMIN_PORT=8095
++ CONFIGDB_PORT=9161
++ CONFIGDB_CQL_PORT=9041
+++ get_server_list CONFIG ':8082 '
+++ local server_typ=CONFIG_NODES
+++ local 'port_with_delim=:8082 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:8082 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:8082 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:8082 '
+++ '[' -n '10.0.0.19:8082 10.0.0.41:8082 10.0.0.61:8082 ' ']'
+++ echo '10.0.0.19:8082 10.0.0.41:8082 10.0.0.61:8082'
++ CONFIG_SERVERS='10.0.0.19:8082 10.0.0.41:8082 10.0.0.61:8082'
+++ get_server_list CONFIGDB ':9161 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9161 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:9161 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:9161 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:9161 '
+++ '[' -n '10.0.0.19:9161 10.0.0.41:9161 10.0.0.61:9161 ' ']'
+++ echo '10.0.0.19:9161 10.0.0.41:9161 10.0.0.61:9161'
++ CONFIGDB_SERVERS='10.0.0.19:9161 10.0.0.41:9161 10.0.0.61:9161'
+++ get_server_list CONFIGDB ':9041 '
+++ local server_typ=CONFIGDB_NODES
+++ local 'port_with_delim=:9041 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:9041 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:9041 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:9041 '
+++ '[' -n '10.0.0.19:9041 10.0.0.41:9041 10.0.0.61:9041 ' ']'
+++ echo '10.0.0.19:9041 10.0.0.41:9041 10.0.0.61:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.19:9041 10.0.0.41:9041 10.0.0.61:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.254,10.20.0.14,10.20.0.25
++ CONTROL_INTROSPECT_PORT=8083
++ DNS_NODES=10.20.0.254,10.20.0.14,10.20.0.25
++ DNS_SERVER_PORT=53
++ DNS_INTROSPECT_PORT=8092
++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg==
++ USE_EXTERNAL_TFTP=False
++ ZOOKEEPER_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ ZOOKEEPER_PORT=2181
++ ZOOKEEPER_PORTS=2888:3888
+++ get_server_list ZOOKEEPER :2181,
+++ local server_typ=ZOOKEEPER_NODES
+++ local port_with_delim=:2181,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.19
+++ local server_address=10.0.0.19
+++ extended_server_list+=10.0.0.19:2181,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+=10.0.0.41:2181,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+=10.0.0.61:2181,
+++ '[' -n 10.0.0.19:2181,10.0.0.41:2181,10.0.0.61:2181, ']'
+++ echo 10.0.0.19:2181,10.0.0.41:2181,10.0.0.61:2181
++ ZOOKEEPER_SERVERS=10.0.0.19:2181,10.0.0.41:2181,10.0.0.61:2181
+++ get_server_list ZOOKEEPER ':2181 '
+++ local server_typ=ZOOKEEPER_NODES
+++ local 'port_with_delim=:2181 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:2181 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:2181 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:2181 '
+++ '[' -n '10.0.0.19:2181 10.0.0.41:2181 10.0.0.61:2181 ' ']'
+++ echo '10.0.0.19:2181 10.0.0.41:2181 10.0.0.61:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.19:2181 10.0.0.41:2181 10.0.0.61:2181'
++ RABBITMQ_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ RABBITMQ_NODE_PORT=5673
+++ get_server_list RABBITMQ :5673,
+++ local server_typ=RABBITMQ_NODES
+++ local port_with_delim=:5673,
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.19
+++ local server_address=10.0.0.19
+++ extended_server_list+=10.0.0.19:5673,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+=10.0.0.41:5673,
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+=10.0.0.61:5673,
+++ '[' -n 10.0.0.19:5673,10.0.0.41:5673,10.0.0.61:5673, ']'
+++ echo 10.0.0.19:5673,10.0.0.41:5673,10.0.0.61:5673
++ RABBITMQ_SERVERS=10.0.0.19:5673,10.0.0.41:5673,10.0.0.61:5673
++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true
++ RABBITMQ_VHOST=/
++ RABBITMQ_USER=guest
++ RABBITMQ_PASSWORD=guest
++ RABBITMQ_USE_SSL=false
++ RABBITMQ_SSL_VER=tlsv1.2
++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ RABBITMQ_HEARTBEAT_INTERVAL=60
++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal
++ RABBITMQ_MIRRORED_QUEUE_MODE=all
++ REDIS_SERVER_PORT=6379
++ REDIS_SERVER_PASSWORD=
+++ get_server_list ANALYTICS ':6379 '
+++ local server_typ=ANALYTICS_NODES
+++ local 'port_with_delim=:6379 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:6379 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:6379 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:6379 '
+++ '[' -n '10.0.0.19:6379 10.0.0.41:6379 10.0.0.61:6379 ' ']'
+++ echo '10.0.0.19:6379 10.0.0.41:6379 10.0.0.61:6379'
++ REDIS_SERVERS='10.0.0.19:6379 10.0.0.41:6379 10.0.0.61:6379'
++ REDIS_LISTEN_ADDRESS=
++ REDIS_PROTECTED_MODE=
++ REDIS_SSL_ENABLE=false
++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ redis_ssl_config=
++ KAFKA_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ KAFKA_PORT=9092
+++ get_server_list KAFKA ':9092 '
+++ local server_typ=KAFKA_NODES
+++ local 'port_with_delim=:9092 '
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
+++ local extended_server_list=
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.19
+++ local server_address=10.0.0.19
+++ extended_server_list+='10.0.0.19:9092 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.41
+++ local server_address=10.0.0.41
+++ extended_server_list+='10.0.0.41:9092 '
+++ for server in '"${server_list[@]}"'
++++ echo 10.0.0.61
+++ local server_address=10.0.0.61
+++ extended_server_list+='10.0.0.61:9092 '
+++ '[' -n '10.0.0.19:9092 10.0.0.41:9092 10.0.0.61:9092 ' ']'
+++ echo '10.0.0.19:9092 10.0.0.41:9092 10.0.0.61:9092'
++ KAFKA_SERVERS='10.0.0.19:9092 10.0.0.41:9092 10.0.0.61:9092'
++ KAFKA_SSL_ENABLE=false
++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ KEYSTONE_AUTH_ADMIN_TENANT=admin
++ KEYSTONE_AUTH_ADMIN_USER=admin
++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123
++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default
++ KEYSTONE_AUTH_REGION_NAME=RegionOne
++ KEYSTONE_AUTH_URL_VERSION=/v3
++ KEYSTONE_AUTH_HOST=10.0.0.19
++ KEYSTONE_AUTH_PROTO=http
++ KEYSTONE_AUTH_ADMIN_PORT=5000
++ KEYSTONE_AUTH_PUBLIC_PORT=5000
++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens
++ KEYSTONE_AUTH_INSECURE=True
++ KEYSTONE_AUTH_CERTFILE=
++ KEYSTONE_AUTH_KEYFILE=
++ KEYSTONE_AUTH_CA_CERTFILE=
++ KEYSTONE_AUTH_ENDPOINT_TYPE=
++ KEYSTONE_AUTH_SYNC_ON_DEMAND=
++ KEYSTONE_AUTH_INTERFACE=public
++ KUBEMANAGER_NODES=10.0.0.19,10.0.0.41,10.0.0.61
++ KUBERNETES_CLUSTER_NAME=k8s
++ KUBERNETES_CNI_META_PLUGIN=multus
++ METADATA_PROXY_SECRET=contrail
++ BARBICAN_TENANT_NAME=service
++ BARBICAN_USER=barbican
++ BARBICAN_PASSWORD=contrail123
++ AGENT_MODE=kernel
++ EXTERNAL_ROUTERS=
++ SUBCLUSTER=
++ VROUTER_COMPUTE_NODE_ADDRESS=
++ VROUTER_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.19,10.0.0.41,10.0.0.61
++ WEBUI_JOB_SERVER_PORT=3000
++ KUE_UI_PORT=3002
++ WEBUI_HTTP_LISTEN_PORT=8180
++ WEBUI_HTTPS_LISTEN_PORT=8143
++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem
++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem
++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA
++ WEBUI_STATIC_AUTH_USER=admin
++ WEBUI_STATIC_AUTH_PASSWORD=contrail123
++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin
++ XMPP_SERVER_PORT=5269
++ XMPP_SSL_ENABLE=false
++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ LINKLOCAL_SERVICE_PORT=80
++ LINKLOCAL_SERVICE_NAME=metadata
++ LINKLOCAL_SERVICE_IP=169.254.169.254
++ IPFABRIC_SERVICE_PORT=8775
++ INTROSPECT_SSL_ENABLE=false
++ INTROSPECT_SSL_INSECURE=True
++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ INTROSPECT_LISTEN_ALL=True
++ SANDESH_SSL_ENABLE=false
++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ METADATA_SSL_ENABLE=false
++ METADATA_SSL_CERTFILE=
++ METADATA_SSL_KEYFILE=
++ METADATA_SSL_CA_CERTFILE=
++ METADATA_SSL_CERT_TYPE=
++ CONFIGURE_IPTABLES=false
++ FWAAS_ENABLE=False
++ CONTAINERD_NAMESPACE=k8s.io
++ TOR_AGENT_OVS_KA=10000
++ TOR_TYPE=ovs
++ TOR_OVS_PROTOCOL=tcp
++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ [[ /v3 == \/\v\2\.\0 ]]
++ [[ openstack == \o\p\e\n\s\t\a\c\k ]]
++ AUTH_MODE=keystone
++ [[ keystone == \k\e\y\s\t\o\n\e ]]
++ AUTH_PARAMS='--admin_password contrail123'
++ AUTH_PARAMS+=' --admin_tenant_name admin'
++ AUTH_PARAMS+=' --admin_user admin'
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ read -r -d '' sandesh_client_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ xmpp_certs_config=
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ analytics_api_ssl_opts=
++ read -r -d '' rabbitmq_config
++ true
++ read -r -d '' rabbit_config
++ true
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ is_enabled false
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ kafka_ssl_config=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z '' ]]
++ is_enabled False
++ local val=false
++ [[ false == \t\r\u\e ]]
++ [[ false == \y\e\s ]]
++ [[ false == \e\n\a\b\l\e\d ]]
++ export TSN_AGENT_MODE=
++ TSN_AGENT_MODE=
++ [[ -n '' ]]
++ collector_stats_config=
++ [[ -z x ]]
++ RSYSLOGD_XFLOW_LISTEN_PORT=9898
+ pre_start_init
+ wait_certs_if_ssl_enabled
+ is_ssl_enabled
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ is_enabled false
+ local val=false
+ [[ false == \t\r\u\e ]]
+ [[ false == \y\e\s ]]
+ [[ false == \e\n\a\b\l\e\d ]]
+ return
+ wait_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.19,10.0.0.41,10.0.0.61
++ cut -d , -f 1
+ local cassandra=10.0.0.19
+ (( i=1 ))
+ (( i<=30 ))
+ echo -e '\035\nquit'
+ nc -z 10.0.0.19 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.19,10.0.0.41,10.0.0.61
+++ local servers=10.0.0.19,10.0.0.41,10.0.0.61
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
++++ tr '\n' ,
++++ get_local_ips
++++ cat /proc/net/fib_trie
++++ awk '/32 host/ { print f } {f=$2}'
++++ grep -vi host
++++ uniq
++++ sort
+++ local local_ips=,10.0.0.19,10.20.0.254,127.0.0.1,172.17.0.1,,
+++ local ord=1
+++ for server in '"${server_list[@]}"'
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.19'\''))'
+++ local server_ip=10.0.0.19
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.19 ]]
+++ [[ ,10.0.0.19,10.20.0.254,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.19, ]]
+++ echo 10.0.0.19 1
+++ return
++ local ip=10.0.0.19
++ [[ -z 10.0.0.19 ]]
++ echo 10.0.0.19
+ host_ip=10.0.0.19
+ [[ cql == \c\q\l ]]
++ echo 10.0.0.19:9041 10.0.0.41:9041 10.0.0.61:9041
++ sed 's/,/ /g'
+ cassandra_server_list='10.0.0.19:9041 10.0.0.41:9041 10.0.0.61:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.19: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=__
++ set -o posix
++ set
++ sort
++ cut -d = -f 1
++ grep '^API__.*__.*=.*$'
++ sed 's/^API__//g'
+ 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
06/12/2025 00:42:44.824 7fe84640a288 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
06/12/2025 00:42:44.903 7fe84640a288 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
06/12/2025 00:42:44.921 7fe84640a288 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
06/12/2025 00:42:44.921 7fe84640a288 [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=<Pool at 0x7fe83c909438 set()>))...
Listening on http://localhost:8095/
Hit Ctrl-C to quit.

Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=<Pool at 0x7fe84c771a20 set()>))...
Listening on http://10.0.0.19:8082/
Hit Ctrl-C to quit.

10.0.0.19 - - [2025-06-12 00:43:05] "GET / HTTP/1.1" 200 45871 0.001919
10.0.0.19 - - [2025-06-12 00:43:05] "GET / HTTP/1.1" 200 45871 0.001136
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.19 - - [2025-06-12 00:43:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000760
10.0.0.19 - - [2025-06-12 00:43:05] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.001843
10.0.0.19 - - [2025-06-12 00:43:05] "GET / HTTP/1.1" 200 35931 0.002074
10.0.0.19 - - [2025-06-12 00:43:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000449
10.0.0.61 - - [2025-06-12 00:43:06] "GET / HTTP/1.1" 200 35931 0.001451
10.0.0.61 - - [2025-06-12 00:43:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000387
10.0.0.19 - - [2025-06-12 00:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.643311
10.0.0.19 - - [2025-06-12 00:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884
10.0.0.19 - - [2025-06-12 00:43:06] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.964019
10.0.0.19 - - [2025-06-12 00:43:06] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.007681
10.0.0.19 - - [2025-06-12 00:43:06] "POST /fqname-to-id HTTP/1.1" 404 196 0.069315
10.0.0.19 - - [2025-06-12 00:43:06] "POST /job-templates HTTP/1.1" 200 555 0.046134
10.0.0.19 - - [2025-06-12 00:43:06] "POST /fqname-to-id HTTP/1.1" 404 200 0.005133
10.0.0.61 - - [2025-06-12 00:43:06] "GET / HTTP/1.1" 200 35931 0.002182
10.0.0.61 - - [2025-06-12 00:43:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512
10.0.0.19 - - [2025-06-12 00:43:06] "GET / HTTP/1.1" 200 35931 0.002940
10.0.0.19 - - [2025-06-12 00:43:06] "POST /fqname-to-id HTTP/1.1" 401 292 0.000393
10.0.0.19 - - [2025-06-12 00:43:06] "POST /job-templates HTTP/1.1" 200 563 0.078747
10.0.0.19 - - [2025-06-12 00:43:06] "POST /fqname-to-id HTTP/1.1" 404 191 0.004216
10.0.0.19 - - [2025-06-12 00:43:06] "POST /job-templates HTTP/1.1" 200 545 0.110846
10.0.0.19 - - [2025-06-12 00:43:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.008830
10.0.0.61 - - [2025-06-12 00:43:07] "GET / HTTP/1.1" 200 35931 0.001740
10.0.0.19 - - [2025-06-12 00:43:07] "POST /job-templates HTTP/1.1" 200 577 0.080946
10.0.0.41 - - [2025-06-12 00:43:07] "GET / HTTP/1.1" 200 35931 0.001495
10.0.0.19 - - [2025-06-12 00:43:07] "POST /fqname-to-id HTTP/1.1" 404 208 0.007955
10.0.0.41 - - [2025-06-12 00:43:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517
10.0.0.61 - - [2025-06-12 00:43:07] "POST /fqname-to-id HTTP/1.1" 401 292 0.000406
10.0.0.19 - - [2025-06-12 00:43:07] "POST /job-templates HTTP/1.1" 200 579 0.072110
10.0.0.19 - - [2025-06-12 00:43:07] "POST /fqname-to-id HTTP/1.1" 404 210 0.005373
10.0.0.61 - - [2025-06-12 00:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.672079
10.0.0.61 - - [2025-06-12 00:43:07] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004996
10.0.0.19 - - [2025-06-12 00:43:07] "POST /job-templates HTTP/1.1" 200 583 0.094125
10.0.0.61 - - [2025-06-12 00:43:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.004483
10.0.0.19 - - [2025-06-12 00:43:07] "POST /fqname-to-id HTTP/1.1" 404 198 0.005008
10.0.0.61 - - [2025-06-12 00:43:07] "POST /config-nodes HTTP/1.1" 200 599 0.062253
10.0.0.19 - - [2025-06-12 00:43:07] "GET / HTTP/1.1" 200 35931 0.001477
10.0.0.19 - - [2025-06-12 00:43:07] "POST /job-templates HTTP/1.1" 200 559 0.065958
10.0.0.19 - - [2025-06-12 00:43:07] "POST /fqname-to-id HTTP/1.1" 404 203 0.011040
10.0.0.61 - - [2025-06-12 00:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.656319
10.0.0.61 - - [2025-06-12 00:43:07] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004735
10.0.0.19 - - [2025-06-12 00:43:07] "POST /job-templates HTTP/1.1" 200 569 0.048522
10.0.0.61 - - [2025-06-12 00:43:07] "POST /fqname-to-id HTTP/1.1" 404 220 0.004631
10.0.0.19 - - [2025-06-12 00:43:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.008088
10.0.0.61 - - [2025-06-12 00:43:07] "GET / HTTP/1.1" 200 35931 0.001690
10.0.0.61 - - [2025-06-12 00:43:07] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000372
10.0.0.61 - - [2025-06-12 00:43:07] "POST /config-database-nodes HTTP/1.1" 200 617 0.057994
10.0.0.19 - - [2025-06-12 00:43:07] "POST /job-templates HTTP/1.1" 200 555 0.099856
10.0.0.19 - - [2025-06-12 00:43:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.005362
10.0.0.19 - - [2025-06-12 00:43:08] "POST /job-templates HTTP/1.1" 200 555 0.054824
10.0.0.19 - - [2025-06-12 00:43:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.016460
10.0.0.41 - - [2025-06-12 00:43:08] "GET / HTTP/1.1" 200 35931 0.001514
10.0.0.41 - - [2025-06-12 00:43:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000374
10.0.0.19 - - [2025-06-12 00:43:08] "POST /job-templates HTTP/1.1" 200 555 0.081815
10.0.0.19 - - [2025-06-12 00:43:08] "POST /fqname-to-id HTTP/1.1" 404 186 0.007241
10.0.0.19 - - [2025-06-12 00:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 1.065394
/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.19 - - [2025-06-12 00:43:08] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.026634
10.0.0.19 - - [2025-06-12 00:43:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.004103
10.0.0.19 - - [2025-06-12 00:43:08] "POST /job-templates HTTP/1.1" 200 535 0.158249
10.0.0.19 - - [2025-06-12 00:43:08] "POST /config-nodes HTTP/1.1" 200 599 0.044788
10.0.0.19 - - [2025-06-12 00:43:08] "POST /fqname-to-id HTTP/1.1" 404 198 0.016049
10.0.0.19 - - [2025-06-12 00:43:08] "POST /job-templates HTTP/1.1" 200 559 0.099720
10.0.0.41 - - [2025-06-12 00:43:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.876642
10.0.0.41 - - [2025-06-12 00:43:08] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004514
10.0.0.19 - - [2025-06-12 00:43:08] "POST /fqname-to-id HTTP/1.1" 404 198 0.004544
10.0.0.41 - - [2025-06-12 00:43:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.004584
10.0.0.19 - - [2025-06-12 00:43:08] "GET / HTTP/1.1" 200 35931 0.001431
10.0.0.19 - - [2025-06-12 00:43:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000474
10.0.0.19 - - [2025-06-12 00:43:09] "POST /job-templates HTTP/1.1" 200 559 0.051518
10.0.0.19 - - [2025-06-12 00:43:09] "GET / HTTP/1.1" 200 35931 0.001825
10.0.0.19 - - [2025-06-12 00:43:09] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000475
10.0.0.19 - - [2025-06-12 00:43:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.011680
10.0.0.41 - - [2025-06-12 00:43:09] "POST /config-nodes HTTP/1.1" 200 599 0.072510
10.0.0.19 - - [2025-06-12 00:43:09] "POST /job-templates HTTP/1.1" 200 559 0.112987
10.0.0.61 - - [2025-06-12 00:43:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.837205
10.0.0.61 - - [2025-06-12 00:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009991
10.0.0.19 - - [2025-06-12 00:43:09] "POST /fqname-to-id HTTP/1.1" 404 201 0.021592
10.0.0.61 - - [2025-06-12 00:43:09] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.426889
10.0.0.61 - - [2025-06-12 00:43:09] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009969
10.0.0.61 - - [2025-06-12 00:43:09] "POST /service-appliance-sets HTTP/1.1" 200 553 0.066959
10.0.0.19 - - [2025-06-12 00:43:09] "POST /job-templates HTTP/1.1" 200 565 0.111154
10.0.0.41 - - [2025-06-12 00:43:09] "GET / HTTP/1.1" 200 35931 0.001254
10.0.0.41 - - [2025-06-12 00:43:09] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000404
10.0.0.61 - - [2025-06-12 00:43:09] "POST /fqname-to-id HTTP/1.1" 404 180 0.004996
10.0.0.19 - - [2025-06-12 00:43:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.004518
10.0.0.61 - - [2025-06-12 00:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009951
10.0.0.19 - - [2025-06-12 00:43:09] "POST /job-templates HTTP/1.1" 200 557 0.047932
10.0.0.61 - - [2025-06-12 00:43:09] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.004997
10.0.0.19 - - [2025-06-12 00:43:09] "POST /fqname-to-id HTTP/1.1" 404 196 0.007267
10.0.0.61 - - [2025-06-12 00:43:09] "POST /service-appliance-sets HTTP/1.1" 200 541 0.073562
10.0.0.19 - - [2025-06-12 00:43:09] "POST /job-templates HTTP/1.1" 200 555 0.066058
10.0.0.61 - - [2025-06-12 00:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.015949
10.0.0.19 - - [2025-06-12 00:43:09] "POST /fqname-to-id HTTP/1.1" 404 205 0.006144
10.0.0.61 - - [2025-06-12 00:43:09] "GET /network-ipam/d968653c-a651-47ec-b1ca-a2f9a30ea7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.023952
10.0.0.19 - - [2025-06-12 00:43:10] "POST /job-templates HTTP/1.1" 200 573 0.112849
10.0.0.19 - - [2025-06-12 00:43:10] "POST /fqname-to-id HTTP/1.1" 404 194 0.004642
10.0.0.41 - - [2025-06-12 00:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 1.001442
10.0.0.41 - - [2025-06-12 00:43:10] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.006802
10.0.0.19 - - [2025-06-12 00:43:10] "POST /job-templates HTTP/1.1" 200 551 0.159836
10.0.0.41 - - [2025-06-12 00:43:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.005300
10.0.0.61 - - [2025-06-12 00:43:10] "POST /service-templates HTTP/1.1" 200 511 0.080696
10.0.0.19 - - [2025-06-12 00:43:10] "POST /fqname-to-id HTTP/1.1" 404 208 0.014212
10.0.0.61 - - [2025-06-12 00:43:10] "POST /service-templates HTTP/1.1" 200 501 0.072890
10.0.0.41 - - [2025-06-12 00:43:10] "POST /config-database-nodes HTTP/1.1" 200 617 0.082927
10.0.0.19 - - [2025-06-12 00:43:10] "POST /job-templates HTTP/1.1" 200 579 0.129568
10.0.0.19 - - [2025-06-12 00:43:10] "POST /fqname-to-id HTTP/1.1" 404 196 0.005996
10.0.0.61 - - [2025-06-12 00:43:10] "POST /service-templates HTTP/1.1" 200 515 0.159458
10.0.0.61 - - [2025-06-12 00:43:10] "POST /service-templates HTTP/1.1" 200 535 0.066817
10.0.0.19 - - [2025-06-12 00:43:10] "POST /job-templates HTTP/1.1" 200 555 0.135911
10.0.0.19 - - [2025-06-12 00:43:10] "POST /fqname-to-id HTTP/1.1" 404 198 0.005643
10.0.0.61 - - [2025-06-12 00:43:10] "POST /service-templates HTTP/1.1" 200 507 0.072677
10.0.0.19 - - [2025-06-12 00:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 1.262932
10.0.0.19 - - [2025-06-12 00:43:10] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008852
10.0.0.19 - - [2025-06-12 00:43:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.761752
10.0.0.19 - - [2025-06-12 00:43:10] "POST /fqname-to-id HTTP/1.1" 404 220 0.005740
10.0.0.41 - - [2025-06-12 00:43:10] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.118830
10.0.0.19 - - [2025-06-12 00:43:10] "POST /job-templates HTTP/1.1" 200 559 0.111788
10.0.0.19 - - [2025-06-12 00:43:11] "POST /fqname-to-id HTTP/1.1" 404 206 0.007549
10.0.0.19 - - [2025-06-12 00:43:11] "POST /config-database-nodes HTTP/1.1" 200 617 0.119321
10.0.0.19 - - [2025-06-12 00:43:11] "POST /job-templates HTTP/1.1" 200 575 0.114275
10.0.0.19 - - [2025-06-12 00:43:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.011099
10.0.0.19 - - [2025-06-12 00:43:11] "POST /job-templates HTTP/1.1" 200 557 0.068835
10.0.0.19 - - [2025-06-12 00:43:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.005003
10.0.0.19 - - [2025-06-12 00:43:11] "POST /job-templates HTTP/1.1" 200 559 0.117294
10.0.0.19 - - [2025-06-12 00:43:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.006711
10.0.0.19 - - [2025-06-12 00:43:11] "POST /job-templates HTTP/1.1" 200 555 0.053305
10.0.0.19 - - [2025-06-12 00:43:11] "POST /fqname-to-id HTTP/1.1" 404 195 0.005842
10.0.0.19 - - [2025-06-12 00:43:11] "POST /job-templates HTTP/1.1" 200 553 0.093308
10.0.0.19 - - [2025-06-12 00:43:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.012355
10.0.0.19 - - [2025-06-12 00:43:12] "POST /job-templates HTTP/1.1" 200 553 0.132654
10.0.0.19 - - [2025-06-12 00:43:12] "POST /fqname-to-id HTTP/1.1" 404 195 0.014455
10.0.0.19 - - [2025-06-12 00:43:12] "POST /job-templates HTTP/1.1" 200 553 0.082345
10.0.0.19 - - [2025-06-12 00:43:12] "POST /fqname-to-id HTTP/1.1" 404 200 0.008857
10.0.0.19 - - [2025-06-12 00:43:12] "POST /job-templates HTTP/1.1" 200 563 0.049398
10.0.0.19 - - [2025-06-12 00:43:12] "POST /fqname-to-id HTTP/1.1" 404 201 0.004076
10.0.0.19 - - [2025-06-12 00:43:12] "POST /job-templates HTTP/1.1" 200 565 0.075073
10.0.0.19 - - [2025-06-12 00:43:12] "POST /fqname-to-id HTTP/1.1" 404 189 0.004135
10.0.0.19 - - [2025-06-12 00:43:12] "POST /config-propertiess HTTP/1.1" 200 551 0.057223
10.0.0.19 - - [2025-06-12 00:43:12] "POST /fqname-to-id HTTP/1.1" 404 168 0.004829
10.0.0.19 - - [2025-06-12 00:43:13] "POST /tags HTTP/1.1" 200 321 0.100503
10.0.0.19 - - [2025-06-12 00:43:13] "POST /fqname-to-id HTTP/1.1" 404 166 0.005162
10.0.0.19 - - [2025-06-12 00:43:13] "POST /tags HTTP/1.1" 200 317 0.053355
10.0.0.19 - - [2025-06-12 00:43:13] "POST /fqname-to-id HTTP/1.1" 404 174 0.003979
10.0.0.19 - - [2025-06-12 00:43:13] "POST /tags HTTP/1.1" 200 333 0.045775
10.0.0.19 - - [2025-06-12 00:43:13] "POST /fqname-to-id HTTP/1.1" 404 162 0.004041
10.0.0.19 - - [2025-06-12 00:43:13] "POST /tags HTTP/1.1" 200 309 0.049902
10.0.0.19 - - [2025-06-12 00:43:13] "POST /fqname-to-id HTTP/1.1" 404 174 0.004487
10.0.0.19 - - [2025-06-12 00:43:13] "POST /tags HTTP/1.1" 200 333 0.050937
10.0.0.19 - - [2025-06-12 00:43:13] "POST /fqname-to-id HTTP/1.1" 404 164 0.005132
10.0.0.19 - - [2025-06-12 00:43:13] "POST /tags HTTP/1.1" 200 313 0.067321
10.0.0.19 - - [2025-06-12 00:43:13] "POST /fqname-to-id HTTP/1.1" 404 169 0.004477
10.0.0.19 - - [2025-06-12 00:43:14] "POST /tags HTTP/1.1" 200 323 0.054553
10.0.0.19 - - [2025-06-12 00:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728
10.0.0.19 - - [2025-06-12 00:43:14] "PUT /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4 HTTP/1.1" 200 274 0.023696
10.0.0.19 - - [2025-06-12 00:43:14] "POST /fqname-to-id HTTP/1.1" 404 166 0.006106
10.0.0.19 - - [2025-06-12 00:43:14] "POST /hardwares HTTP/1.1" 200 327 0.020378
10.0.0.61 - - [2025-06-12 00:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805
10.0.0.61 - - [2025-06-12 00:43:14] "GET /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1161 0.013263
10.0.0.19 - - [2025-06-12 00:43:14] "POST /fqname-to-id HTTP/1.1" 404 166 0.006933
10.0.0.61 - - [2025-06-12 00:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807
10.0.0.19 - - [2025-06-12 00:43:14] "POST /hardwares HTTP/1.1" 200 327 0.021396
10.0.0.61 - - [2025-06-12 00:43:14] "PUT /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65 HTTP/1.1" 200 276 0.025879
10.0.0.19 - - [2025-06-12 00:43:14] "POST /fqname-to-id HTTP/1.1" 404 166 0.004433
10.0.0.61 - - [2025-06-12 00:43:14] "GET / HTTP/1.1" 200 35931 0.001699
10.0.0.61 - - [2025-06-12 00:43:14] "POST /alarms HTTP/1.1" 401 292 0.000395
10.0.0.19 - - [2025-06-12 00:43:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920
10.0.0.19 - - [2025-06-12 00:43:15] "GET /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.004253
10.0.0.41 - - [2025-06-12 00:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937
10.0.0.41 - - [2025-06-12 00:43:16] "GET /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.007827
10.0.0.19 - - [2025-06-12 00:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261
10.0.0.41 - - [2025-06-12 00:43:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.011464
10.0.0.19 - - [2025-06-12 00:43:16] "PUT /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65 HTTP/1.1" 200 276 0.020333
10.0.0.41 - - [2025-06-12 00:43:16] "PUT /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65 HTTP/1.1" 200 276 0.018639
10.0.0.19 - - [2025-06-12 00:43:16] "GET / HTTP/1.1" 200 35931 0.001500
10.0.0.19 - - [2025-06-12 00:43:16] "POST /alarms HTTP/1.1" 401 292 0.000452
10.0.0.41 - - [2025-06-12 00:43:16] "GET / HTTP/1.1" 200 35931 0.001471
10.0.0.41 - - [2025-06-12 00:43:16] "POST /alarms HTTP/1.1" 401 292 0.000601
10.0.0.61 - - [2025-06-12 00:43:38] "POST /alarms HTTP/1.1" 200 581 11.718942
10.0.0.61 - - [2025-06-12 00:43:38] "POST /alarms HTTP/1.1" 200 575 0.040035
10.0.0.61 - - [2025-06-12 00:43:38] "POST /alarms HTTP/1.1" 200 575 0.041372
10.0.0.61 - - [2025-06-12 00:43:38] "POST /alarms HTTP/1.1" 200 559 0.098323
10.0.0.61 - - [2025-06-12 00:43:38] "POST /alarms HTTP/1.1" 200 555 0.072505
10.0.0.61 - - [2025-06-12 00:43:38] "POST /alarms HTTP/1.1" 200 557 0.043741
10.0.0.61 - - [2025-06-12 00:43:38] "POST /alarms HTTP/1.1" 200 565 0.060002
10.0.0.61 - - [2025-06-12 00:43:39] "POST /alarms HTTP/1.1" 200 549 0.043319
10.0.0.61 - - [2025-06-12 00:43:39] "POST /alarms HTTP/1.1" 200 557 0.063004
10.0.0.61 - - [2025-06-12 00:43:39] "POST /alarms HTTP/1.1" 200 567 0.038982
10.0.0.61 - - [2025-06-12 00:43:39] "POST /alarms HTTP/1.1" 200 555 0.052364
10.0.0.61 - - [2025-06-12 00:43:39] "POST /alarms HTTP/1.1" 200 567 0.040592
10.0.0.61 - - [2025-06-12 00:43:39] "POST /alarms HTTP/1.1" 200 575 0.103747
10.0.0.61 - - [2025-06-12 00:43:39] "POST /alarms HTTP/1.1" 200 569 0.103005
10.0.0.61 - - [2025-06-12 00:43:39] "POST /alarms HTTP/1.1" 200 561 0.141851
10.0.0.19 - - [2025-06-12 00:43:39] "POST /alarms HTTP/1.1" 409 264 11.257499
10.0.0.19 - - [2025-06-12 00:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773
10.0.0.41 - - [2025-06-12 00:43:39] "POST /alarms HTTP/1.1" 409 264 10.984343
10.0.0.41 - - [2025-06-12 00:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148
10.0.0.61 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 200 561 0.084517
10.0.0.19 - - [2025-06-12 00:43:40] "PUT /alarm/ff5b52b6-2054-4cbb-8059-344b1fef20d1 HTTP/1.1" 200 244 0.059783
10.0.0.41 - - [2025-06-12 00:43:40] "PUT /alarm/ff5b52b6-2054-4cbb-8059-344b1fef20d1 HTTP/1.1" 200 244 0.049711
10.0.0.19 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 409 261 0.004730
10.0.0.41 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 409 261 0.004892
10.0.0.61 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 200 561 0.058550
10.0.0.19 - - [2025-06-12 00:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009183
10.0.0.41 - - [2025-06-12 00:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005696
10.0.0.19 - - [2025-06-12 00:43:40] "PUT /alarm/8d6e4105-c1db-4d1d-b188-8b31916a72fe HTTP/1.1" 200 244 0.035106
10.0.0.41 - - [2025-06-12 00:43:40] "PUT /alarm/8d6e4105-c1db-4d1d-b188-8b31916a72fe HTTP/1.1" 200 244 0.030020
10.0.0.61 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 200 547 0.062285
10.0.0.19 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 409 261 0.004460
10.0.0.41 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 409 261 0.003959
10.0.0.19 - - [2025-06-12 00:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062
10.0.0.41 - - [2025-06-12 00:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006066
10.0.0.61 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 200 595 0.079011
10.0.0.41 - - [2025-06-12 00:43:40] "PUT /alarm/4752cd63-357d-43f1-ac30-ee38a66007a4 HTTP/1.1" 200 244 0.029017
10.0.0.19 - - [2025-06-12 00:43:40] "PUT /alarm/4752cd63-357d-43f1-ac30-ee38a66007a4 HTTP/1.1" 200 244 0.046655
10.0.0.19 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 409 253 0.011188
10.0.0.41 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 409 253 0.008139
10.0.0.61 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 200 575 0.061823
10.0.0.19 - - [2025-06-12 00:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006868
10.0.0.41 - - [2025-06-12 00:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005933
10.0.0.61 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 200 571 0.093194
10.0.0.19 - - [2025-06-12 00:43:40] "PUT /alarm/02618fed-2664-4913-b560-004f342b0ca3 HTTP/1.1" 200 244 0.070065
10.0.0.41 - - [2025-06-12 00:43:40] "PUT /alarm/02618fed-2664-4913-b560-004f342b0ca3 HTTP/1.1" 200 244 0.076369
10.0.0.41 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 409 251 0.004113
10.0.0.19 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 409 251 0.012173
10.0.0.19 - - [2025-06-12 00:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494
10.0.0.41 - - [2025-06-12 00:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.013587
10.0.0.61 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 200 583 0.124856
10.0.0.19 - - [2025-06-12 00:43:40] "PUT /alarm/ca7a6ad6-fe0e-4e2d-9b3d-808e6d96341a HTTP/1.1" 200 244 0.053861
10.0.0.41 - - [2025-06-12 00:43:40] "PUT /alarm/ca7a6ad6-fe0e-4e2d-9b3d-808e6d96341a HTTP/1.1" 200 244 0.052123
10.0.0.19 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 409 252 0.006377
10.0.0.41 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 409 252 0.004339
10.0.0.61 - - [2025-06-12 00:43:40] "POST /alarms HTTP/1.1" 200 609 0.087645
10.0.0.19 - - [2025-06-12 00:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.012120
10.0.0.41 - - [2025-06-12 00:43:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.020664
10.0.0.19 - - [2025-06-12 00:43:41] "PUT /alarm/3a7eefc6-1c91-46bf-8452-ab9ad9ff9daa HTTP/1.1" 200 244 0.067488
10.0.0.41 - - [2025-06-12 00:43:41] "PUT /alarm/3a7eefc6-1c91-46bf-8452-ab9ad9ff9daa HTTP/1.1" 200 244 0.084754
10.0.0.19 - - [2025-06-12 00:43:41] "POST /alarms HTTP/1.1" 409 256 0.022782
10.0.0.41 - - [2025-06-12 00:43:41] "POST /alarms HTTP/1.1" 409 256 0.028199
10.0.0.19 - - [2025-06-12 00:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.007802
10.0.0.41 - - [2025-06-12 00:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006211
10.0.0.61 - - [2025-06-12 00:43:41] "GET / HTTP/1.1" 200 35931 0.001589
10.0.0.61 - - [2025-06-12 00:43:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000386
10.0.0.19 - - [2025-06-12 00:43:41] "PUT /alarm/2ca2659e-c536-479d-9e17-3bd70f236caf HTTP/1.1" 200 244 0.042762
10.0.0.41 - - [2025-06-12 00:43:41] "PUT /alarm/2ca2659e-c536-479d-9e17-3bd70f236caf HTTP/1.1" 200 244 0.051732
10.0.0.19 - - [2025-06-12 00:43:41] "POST /alarms HTTP/1.1" 409 248 0.015156
10.0.0.41 - - [2025-06-12 00:43:41] "POST /alarms HTTP/1.1" 409 248 0.004113
10.0.0.41 - - [2025-06-12 00:43:41] "GET / HTTP/1.1" 200 35931 0.001676
10.0.0.41 - - [2025-06-12 00:43:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515
10.0.0.19 - - [2025-06-12 00:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054
10.0.0.61 - - [2025-06-12 00:43:41] "GET / HTTP/1.1" 200 35931 0.003175
10.0.0.41 - - [2025-06-12 00:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.013787
10.0.0.61 - - [2025-06-12 00:43:41] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000351
10.0.0.19 - - [2025-06-12 00:43:41] "PUT /alarm/451ee816-04f4-400b-9606-50ef1f9d0455 HTTP/1.1" 200 244 0.091507
10.0.0.41 - - [2025-06-12 00:43:41] "PUT /alarm/451ee816-04f4-400b-9606-50ef1f9d0455 HTTP/1.1" 200 244 0.092777
10.0.0.19 - - [2025-06-12 00:43:41] "POST /alarms HTTP/1.1" 409 252 0.017318
10.0.0.41 - - [2025-06-12 00:43:41] "POST /alarms HTTP/1.1" 409 252 0.004238
10.0.0.19 - - [2025-06-12 00:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369
10.0.0.19 - - [2025-06-12 00:43:41] "GET / HTTP/1.1" 200 35931 0.001397
10.0.0.41 - - [2025-06-12 00:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004492
10.0.0.19 - - [2025-06-12 00:43:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.002059
10.0.0.19 - - [2025-06-12 00:43:41] "PUT /alarm/d3ea9438-11c8-47de-9a64-8a083c04a13d HTTP/1.1" 200 244 0.039101
10.0.0.41 - - [2025-06-12 00:43:41] "PUT /alarm/d3ea9438-11c8-47de-9a64-8a083c04a13d HTTP/1.1" 200 244 0.045067
10.0.0.19 - - [2025-06-12 00:43:41] "POST /alarms HTTP/1.1" 409 257 0.005269
10.0.0.41 - - [2025-06-12 00:43:41] "POST /alarms HTTP/1.1" 409 257 0.007814
10.0.0.19 - - [2025-06-12 00:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738
10.0.0.41 - - [2025-06-12 00:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646
10.0.0.19 - - [2025-06-12 00:43:41] "PUT /alarm/0d65e42f-b59c-47e1-8861-52d64ce0c543 HTTP/1.1" 200 244 0.062446
10.0.0.41 - - [2025-06-12 00:43:41] "PUT /alarm/0d65e42f-b59c-47e1-8861-52d64ce0c543 HTTP/1.1" 200 244 0.050005
10.0.0.19 - - [2025-06-12 00:43:41] "POST /alarms HTTP/1.1" 409 251 0.003432
10.0.0.41 - - [2025-06-12 00:43:41] "POST /alarms HTTP/1.1" 409 251 0.003703
10.0.0.19 - - [2025-06-12 00:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503
10.0.0.41 - - [2025-06-12 00:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004843
10.0.0.19 - - [2025-06-12 00:43:42] "PUT /alarm/7e3e5001-f3b3-4267-b44f-3c2f63043456 HTTP/1.1" 200 244 0.041023
10.0.0.41 - - [2025-06-12 00:43:42] "PUT /alarm/7e3e5001-f3b3-4267-b44f-3c2f63043456 HTTP/1.1" 200 244 0.041904
10.0.0.19 - - [2025-06-12 00:43:42] "POST /alarms HTTP/1.1" 409 257 0.003667
10.0.0.41 - - [2025-06-12 00:43:42] "POST /alarms HTTP/1.1" 409 257 0.003298
10.0.0.19 - - [2025-06-12 00:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.023294
10.0.0.41 - - [2025-06-12 00:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.017310
10.0.0.19 - - [2025-06-12 00:43:42] "PUT /alarm/545bff83-ccc7-475c-ad25-a8dc66933a24 HTTP/1.1" 200 244 0.094752
10.0.0.41 - - [2025-06-12 00:43:42] "PUT /alarm/545bff83-ccc7-475c-ad25-a8dc66933a24 HTTP/1.1" 200 244 0.093052
10.0.0.41 - - [2025-06-12 00:43:42] "POST /alarms HTTP/1.1" 409 261 0.006607
10.0.0.19 - - [2025-06-12 00:43:42] "POST /alarms HTTP/1.1" 409 261 0.015813
10.0.0.41 - - [2025-06-12 00:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006785
10.0.0.19 - - [2025-06-12 00:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007954
10.0.0.41 - - [2025-06-12 00:43:42] "PUT /alarm/840ced04-92a6-4dd1-bffc-0b699585ca1b HTTP/1.1" 200 244 0.070966
10.0.0.19 - - [2025-06-12 00:43:42] "PUT /alarm/840ced04-92a6-4dd1-bffc-0b699585ca1b HTTP/1.1" 200 244 0.079737
10.0.0.41 - - [2025-06-12 00:43:42] "POST /alarms HTTP/1.1" 409 258 0.005950
10.0.0.61 - - [2025-06-12 00:43:42] "GET /global-system-configs HTTP/1.1" 200 322 11.434386
10.0.0.19 - - [2025-06-12 00:43:42] "POST /alarms HTTP/1.1" 409 258 0.014828
10.0.0.41 - - [2025-06-12 00:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007458
10.0.0.19 - - [2025-06-12 00:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333
10.0.0.41 - - [2025-06-12 00:43:42] "PUT /alarm/ec6cdf34-f588-41f9-82ef-4b21415ecbce HTTP/1.1" 200 244 0.112421
10.0.0.19 - - [2025-06-12 00:43:42] "PUT /alarm/ec6cdf34-f588-41f9-82ef-4b21415ecbce HTTP/1.1" 200 244 0.096345
10.0.0.41 - - [2025-06-12 00:43:42] "POST /alarms HTTP/1.1" 409 254 0.004350
10.0.0.19 - - [2025-06-12 00:43:42] "POST /alarms HTTP/1.1" 409 254 0.005601
10.0.0.41 - - [2025-06-12 00:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006695
10.0.0.19 - - [2025-06-12 00:43:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.009856
10.0.0.41 - - [2025-06-12 00:43:43] "PUT /alarm/3bc59e68-e743-4e47-85cf-e355e05b5213 HTTP/1.1" 200 244 0.042003
10.0.0.19 - - [2025-06-12 00:43:43] "PUT /alarm/3bc59e68-e743-4e47-85cf-e355e05b5213 HTTP/1.1" 200 244 0.035218
10.0.0.41 - - [2025-06-12 00:43:43] "POST /alarms HTTP/1.1" 409 254 0.010639
10.0.0.19 - - [2025-06-12 00:43:43] "POST /alarms HTTP/1.1" 409 254 0.003992
10.0.0.41 - - [2025-06-12 00:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009952
10.0.0.19 - - [2025-06-12 00:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009059
10.0.0.41 - - [2025-06-12 00:43:43] "PUT /alarm/512af583-d622-404a-beba-9a0c2dc39fa5 HTTP/1.1" 200 244 0.035395
10.0.0.19 - - [2025-06-12 00:43:43] "PUT /alarm/512af583-d622-404a-beba-9a0c2dc39fa5 HTTP/1.1" 200 244 0.053416
10.0.0.41 - - [2025-06-12 00:43:43] "POST /alarms HTTP/1.1" 409 254 0.008786
10.0.0.19 - - [2025-06-12 00:43:43] "POST /alarms HTTP/1.1" 409 254 0.011097
10.0.0.41 - - [2025-06-12 00:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.018475
10.0.0.19 - - [2025-06-12 00:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007259
10.0.0.41 - - [2025-06-12 00:43:43] "PUT /alarm/a16225e4-839f-454f-9120-0810871950c4 HTTP/1.1" 200 244 0.052814
10.0.0.19 - - [2025-06-12 00:43:43] "PUT /alarm/a16225e4-839f-454f-9120-0810871950c4 HTTP/1.1" 200 244 0.048814
10.0.0.41 - - [2025-06-12 00:43:43] "POST /alarms HTTP/1.1" 409 247 0.003718
10.0.0.19 - - [2025-06-12 00:43:43] "POST /alarms HTTP/1.1" 409 247 0.004913
10.0.0.41 - - [2025-06-12 00:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007666
10.0.0.19 - - [2025-06-12 00:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531
10.0.0.19 - - [2025-06-12 00:43:43] "PUT /alarm/271541b2-ad26-4b34-988a-be427c17e3f5 HTTP/1.1" 200 244 0.060982
10.0.0.41 - - [2025-06-12 00:43:43] "PUT /alarm/271541b2-ad26-4b34-988a-be427c17e3f5 HTTP/1.1" 200 244 0.069287
10.0.0.19 - - [2025-06-12 00:43:43] "POST /alarms HTTP/1.1" 409 272 0.009919
10.0.0.41 - - [2025-06-12 00:43:43] "POST /alarms HTTP/1.1" 409 272 0.007733
10.0.0.19 - - [2025-06-12 00:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005179
10.0.0.41 - - [2025-06-12 00:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171
10.0.0.41 - - [2025-06-12 00:43:43] "PUT /alarm/2518402e-4224-462c-ad18-48d520ea220b HTTP/1.1" 200 244 0.028856
10.0.0.19 - - [2025-06-12 00:43:43] "PUT /alarm/2518402e-4224-462c-ad18-48d520ea220b HTTP/1.1" 200 244 0.039218
10.0.0.19 - - [2025-06-12 00:43:43] "POST /alarms HTTP/1.1" 409 261 0.004326
10.0.0.41 - - [2025-06-12 00:43:43] "POST /alarms HTTP/1.1" 409 261 0.012458
10.0.0.41 - - [2025-06-12 00:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.008020
10.0.0.19 - - [2025-06-12 00:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823
10.0.0.41 - - [2025-06-12 00:43:44] "PUT /alarm/c6df953a-c13d-40ec-86a5-89dd42e5701d HTTP/1.1" 200 244 0.028464
10.0.0.19 - - [2025-06-12 00:43:44] "PUT /alarm/c6df953a-c13d-40ec-86a5-89dd42e5701d HTTP/1.1" 200 244 0.044138
10.0.0.41 - - [2025-06-12 00:43:44] "POST /alarms HTTP/1.1" 409 259 0.008713
10.0.0.19 - - [2025-06-12 00:43:44] "POST /alarms HTTP/1.1" 409 259 0.012765
10.0.0.41 - - [2025-06-12 00:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007691
10.0.0.19 - - [2025-06-12 00:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917
10.0.0.19 - - [2025-06-12 00:43:44] "PUT /alarm/43289d58-e075-41b5-b167-63818d8fdd55 HTTP/1.1" 200 244 0.036475
10.0.0.41 - - [2025-06-12 00:43:44] "PUT /alarm/43289d58-e075-41b5-b167-63818d8fdd55 HTTP/1.1" 200 244 0.044079
10.0.0.19 - - [2025-06-12 00:43:44] "POST /alarms HTTP/1.1" 409 265 0.016940
10.0.0.41 - - [2025-06-12 00:43:44] "POST /alarms HTTP/1.1" 409 265 0.005321
10.0.0.19 - - [2025-06-12 00:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.010073
10.0.0.41 - - [2025-06-12 00:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007115
10.0.0.41 - - [2025-06-12 00:43:44] "PUT /alarm/88e0e596-8faa-4b49-991c-9c9dc313d559 HTTP/1.1" 200 244 0.053102
10.0.0.19 - - [2025-06-12 00:43:44] "PUT /alarm/88e0e596-8faa-4b49-991c-9c9dc313d559 HTTP/1.1" 200 244 0.058713
10.0.0.41 - - [2025-06-12 00:43:44] "POST /alarms HTTP/1.1" 409 279 0.009610
10.0.0.19 - - [2025-06-12 00:43:44] "POST /alarms HTTP/1.1" 409 279 0.017854
10.0.0.19 - - [2025-06-12 00:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004235
10.0.0.41 - - [2025-06-12 00:43:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.017349
10.0.0.19 - - [2025-06-12 00:43:44] "PUT /alarm/2fc515fa-c88c-4eb8-80eb-263029f2ef23 HTTP/1.1" 200 244 0.045945
10.0.0.41 - - [2025-06-12 00:43:44] "PUT /alarm/2fc515fa-c88c-4eb8-80eb-263029f2ef23 HTTP/1.1" 200 244 0.071272
10.0.0.19 - - [2025-06-12 00:43:45] "GET / HTTP/1.1" 200 35931 0.001669
10.0.0.19 - - [2025-06-12 00:43:45] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000408
10.0.0.41 - - [2025-06-12 00:43:45] "GET / HTTP/1.1" 200 35931 0.001374
10.0.0.41 - - [2025-06-12 00:43:45] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000468
10.0.0.41 - - [2025-06-12 00:43:48] "GET /global-system-configs HTTP/1.1" 200 322 9.106716
10.0.0.61 - - [2025-06-12 00:43:48] "GET /global-system-configs HTTP/1.1" 200 322 8.414129
10.0.0.41 - - [2025-06-12 00:43:49] "GET /global-system-configs HTTP/1.1" 200 322 5.036088
10.0.0.19 - - [2025-06-12 00:43:50] "GET /global-system-configs HTTP/1.1" 200 322 4.424358
10.0.0.19 - - [2025-06-12 00:43:50] "GET /global-system-configs HTTP/1.1" 200 322 3.561282
10.0.0.61 - - [2025-06-12 00:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 1.605115
10.0.0.61 - - [2025-06-12 00:43:50] "GET /routing-instance/47113822-9e51-41f6-aff6-ae296d3b2d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003631
10.0.0.41 - - [2025-06-12 00:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 1.345819
10.0.0.41 - - [2025-06-12 00:43:50] "GET /routing-instance/47113822-9e51-41f6-aff6-ae296d3b2d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004080
10.0.0.61 - - [2025-06-12 00:43:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.078951
10.0.0.61 - - [2025-06-12 00:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320
10.0.0.61 - - [2025-06-12 00:43:50] "POST /bgp-routers HTTP/1.1" 200 620 0.044304
10.0.0.19 - - [2025-06-12 00:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.859848
10.0.0.19 - - [2025-06-12 00:43:50] "GET /routing-instance/47113822-9e51-41f6-aff6-ae296d3b2d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.006015
10.0.0.19 - - [2025-06-12 00:43:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.562814
10.0.0.19 - - [2025-06-12 00:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008337
10.0.0.61 - - [2025-06-12 00:43:50] "PUT /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65 HTTP/1.1" 200 276 0.029294
10.0.0.41 - - [2025-06-12 00:43:50] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.295500
10.0.0.41 - - [2025-06-12 00:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005484
10.0.0.61 - - [2025-06-12 00:43:50] "GET /bgp-router/80cf4554-fc6c-46a0-8803-4460215c9f32?fields=global_system_config_back_refs HTTP/1.1" 200 1114 0.013971
10.0.0.41 - - [2025-06-12 00:43:50] "POST /bgp-routers HTTP/1.1" 200 620 0.100098
10.0.0.61 - - [2025-06-12 00:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005034
10.0.0.41 - - [2025-06-12 00:43:50] "PUT /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65 HTTP/1.1" 200 276 0.032509
10.0.0.41 - - [2025-06-12 00:43:50] "GET /bgp-router/811b8b0b-1092-4b74-bc21-961858d5b771?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.017616
10.0.0.19 - - [2025-06-12 00:43:50] "PUT /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65 HTTP/1.1" 200 276 0.063753
10.0.0.19 - - [2025-06-12 00:43:50] "POST /bgp-routers HTTP/1.1" 200 620 0.098645
10.0.0.61 - - [2025-06-12 00:43:50] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.018686
10.0.0.19 - - [2025-06-12 00:43:50] "POST /hardwares HTTP/1.1" 200 327 0.055711
10.0.0.41 - - [2025-06-12 00:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.015974
10.0.0.61 - - [2025-06-12 00:43:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.025525
10.0.0.19 - - [2025-06-12 00:43:50] "GET /bgp-router/246b957f-36dd-4930-8074-6f7af1b819c1?fields=global_system_config_back_refs HTTP/1.1" 200 1114 0.017745
10.0.0.19 - - [2025-06-12 00:43:50] "POST /fqname-to-id HTTP/1.1" 404 164 0.005388
10.0.0.41 - - [2025-06-12 00:43:50] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2341 0.004617
10.0.0.41 - - [2025-06-12 00:43:50] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003639
10.0.0.61 - - [2025-06-12 00:43:50] "POST /ref-update HTTP/1.1" 200 156 0.017968
10.0.0.19 - - [2025-06-12 00:43:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.011323
10.0.0.19 - - [2025-06-12 00:43:51] "POST /hardwares HTTP/1.1" 200 317 0.027270
10.0.0.41 - - [2025-06-12 00:43:51] "POST /ref-update HTTP/1.1" 200 156 0.055976
10.0.0.19 - - [2025-06-12 00:43:51] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2894 0.035861
10.0.0.19 - - [2025-06-12 00:43:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.012144
10.0.0.61 - - [2025-06-12 00:43:51] "GET / HTTP/1.1" 200 35931 0.009626
10.0.0.61 - - [2025-06-12 00:43:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000403
10.0.0.19 - - [2025-06-12 00:43:51] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004133
10.0.0.19 - - [2025-06-12 00:43:51] "POST /ref-update HTTP/1.1" 200 156 0.017127
10.0.0.19 - - [2025-06-12 00:43:51] "POST /hardwares HTTP/1.1" 200 323 0.033329
10.0.0.41 - - [2025-06-12 00:43:51] "GET / HTTP/1.1" 200 35931 0.001780
10.0.0.41 - - [2025-06-12 00:43:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000648
10.0.0.19 - - [2025-06-12 00:43:51] "POST /fqname-to-id HTTP/1.1" 404 165 0.007843
10.0.0.19 - - [2025-06-12 00:43:51] "POST /hardwares HTTP/1.1" 200 325 0.023451
10.0.0.19 - - [2025-06-12 00:43:51] "POST /fqname-to-id HTTP/1.1" 404 164 0.010510
10.0.0.19 - - [2025-06-12 00:43:51] "GET / HTTP/1.1" 200 35931 0.001903
10.0.0.19 - - [2025-06-12 00:43:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000708
10.0.0.19 - - [2025-06-12 00:43:51] "POST /hardwares HTTP/1.1" 200 317 0.017734
10.0.0.19 - - [2025-06-12 00:43:51] "POST /fqname-to-id HTTP/1.1" 404 161 0.004702
10.0.0.19 - - [2025-06-12 00:43:51] "POST /hardwares HTTP/1.1" 200 323 0.021605
10.0.0.19 - - [2025-06-12 00:43:51] "POST /fqname-to-id HTTP/1.1" 404 162 0.005159
10.0.0.19 - - [2025-06-12 00:43:51] "POST /hardwares HTTP/1.1" 200 325 0.018884
10.0.0.19 - - [2025-06-12 00:43:51] "GET /network-ipam/d968653c-a651-47ec-b1ca-a2f9a30ea7d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.743400
10.0.0.19 - - [2025-06-12 00:43:51] "POST /fqname-to-id HTTP/1.1" 404 161 0.008757
10.0.0.19 - - [2025-06-12 00:43:51] "POST /hardwares HTTP/1.1" 200 319 0.014302
10.0.0.19 - - [2025-06-12 00:43:52] "POST /fqname-to-id HTTP/1.1" 404 162 0.005077
10.0.0.19 - - [2025-06-12 00:43:52] "POST /hardwares HTTP/1.1" 200 311 0.018610
10.0.0.19 - - [2025-06-12 00:43:52] "POST /fqname-to-id HTTP/1.1" 404 160 0.003433
10.0.0.19 - - [2025-06-12 00:43:52] "POST /hardwares HTTP/1.1" 200 303 0.014364
10.0.0.19 - - [2025-06-12 00:43:52] "POST /fqname-to-id HTTP/1.1" 404 155 0.004570
10.0.0.19 - - [2025-06-12 00:43:52] "POST /hardwares HTTP/1.1" 200 305 0.015097
10.0.0.19 - - [2025-06-12 00:43:52] "POST /fqname-to-id HTTP/1.1" 404 155 0.003614
10.0.0.19 - - [2025-06-12 00:43:52] "POST /hardwares HTTP/1.1" 200 307 0.017433
10.0.0.19 - - [2025-06-12 00:43:52] "POST /fqname-to-id HTTP/1.1" 404 156 0.005875
10.0.0.19 - - [2025-06-12 00:43:52] "POST /hardwares HTTP/1.1" 200 309 0.024452
10.0.0.61 - - [2025-06-12 00:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.715261
10.0.0.61 - - [2025-06-12 00:43:52] "GET /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.004857
10.0.0.41 - - [2025-06-12 00:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.404826
10.0.0.41 - - [2025-06-12 00:43:52] "GET /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.009094
10.0.0.19 - - [2025-06-12 00:43:52] "POST /fqname-to-id HTTP/1.1" 404 158 0.017477
10.0.0.61 - - [2025-06-12 00:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.011653
10.0.0.19 - - [2025-06-12 00:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.127102
10.0.0.41 - - [2025-06-12 00:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006979
10.0.0.19 - - [2025-06-12 00:43:52] "GET /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1560 0.010428
10.0.0.61 - - [2025-06-12 00:43:53] "PUT /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65 HTTP/1.1" 200 276 0.041757
10.0.0.19 - - [2025-06-12 00:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.029050
10.0.0.41 - - [2025-06-12 00:43:53] "PUT /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65 HTTP/1.1" 200 276 0.036181
10.0.0.19 - - [2025-06-12 00:43:53] "POST /hardwares HTTP/1.1" 200 301 0.061896
10.0.0.19 - - [2025-06-12 00:43:53] "POST /ref-update HTTP/1.1" 200 156 0.090692
10.0.0.19 - - [2025-06-12 00:43:53] "PUT /global-vrouter-config/c6125a9b-604a-46ca-87d8-8c3fafad9b65 HTTP/1.1" 200 276 0.033303
10.0.0.19 - - [2025-06-12 00:43:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.024942
10.0.0.19 - - [2025-06-12 00:43:53] "POST /hardwares HTTP/1.1" 200 309 0.028091
10.0.0.19 - - [2025-06-12 00:43:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.005159
10.0.0.19 - - [2025-06-12 00:43:53] "POST /hardwares HTTP/1.1" 200 317 0.028933
10.0.0.19 - - [2025-06-12 00:43:53] "POST /fqname-to-id HTTP/1.1" 404 157 0.009826
10.0.0.61 - - [2025-06-12 00:43:53] "GET / HTTP/1.1" 200 35931 0.001567
10.0.0.61 - - [2025-06-12 00:43:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000568
10.0.0.19 - - [2025-06-12 00:43:53] "POST /hardwares HTTP/1.1" 200 303 0.026577
10.0.0.41 - - [2025-06-12 00:43:53] "GET / HTTP/1.1" 200 35931 0.001830
10.0.0.41 - - [2025-06-12 00:43:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000625
10.0.0.19 - - [2025-06-12 00:43:53] "GET / HTTP/1.1" 200 35931 0.002035
10.0.0.19 - - [2025-06-12 00:43:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000571
10.0.0.19 - - [2025-06-12 00:43:53] "POST /fqname-to-id HTTP/1.1" 404 185 0.007774
10.0.0.19 - - [2025-06-12 00:43:53] "POST /fqname-to-id HTTP/1.1" 404 224 0.008060
10.0.0.19 - - [2025-06-12 00:43:53] "POST /features HTTP/1.1" 200 521 0.086942
10.0.0.19 - - [2025-06-12 00:43:53] "POST /fqname-to-id HTTP/1.1" 404 189 0.005080
10.0.0.19 - - [2025-06-12 00:43:53] "POST /ref-update HTTP/1.1" 200 156 0.036822
10.0.0.19 - - [2025-06-12 00:43:53] "POST /features HTTP/1.1" 200 521 0.055494
10.0.0.19 - - [2025-06-12 00:43:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.013191
10.0.0.19 - - [2025-06-12 00:43:54] "POST /route-targets HTTP/1.1" 200 327 0.036846
10.0.0.19 - - [2025-06-12 00:43:54] "POST /features HTTP/1.1" 200 519 0.103836
10.0.0.19 - - [2025-06-12 00:43:54] "POST /ref-update HTTP/1.1" 200 156 0.070565
10.0.0.19 - - [2025-06-12 00:43:54] "POST /fqname-to-id HTTP/1.1" 404 190 0.014161
10.0.0.19 - - [2025-06-12 00:43:54] "POST /features HTTP/1.1" 200 541 0.048233
10.0.0.19 - - [2025-06-12 00:43:54] "PUT /access-control-list/6197f71a-6579-41ae-99fd-5781199dc544 HTTP/1.1" 200 272 0.032865
10.0.0.19 - - [2025-06-12 00:43:54] "POST /fqname-to-id HTTP/1.1" 404 179 0.007033
10.0.0.19 - - [2025-06-12 00:43:54] "POST /physical-roles HTTP/1.1" 200 533 0.052066
10.0.0.19 - - [2025-06-12 00:43:54] "POST /fqname-to-id HTTP/1.1" 404 191 0.009585
10.0.0.19 - - [2025-06-12 00:43:54] "POST /overlay-roles HTTP/1.1" 200 531 0.046685
10.0.0.61 - - [2025-06-12 00:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 1.007752
10.0.0.61 - - [2025-06-12 00:43:54] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.006642
10.0.0.61 - - [2025-06-12 00:43:54] "PUT /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4 HTTP/1.1" 200 274 0.031277
10.0.0.19 - - [2025-06-12 00:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.600899
10.0.0.19 - - [2025-06-12 00:43:54] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.003392
10.0.0.19 - - [2025-06-12 00:43:54] "POST /fqname-to-id HTTP/1.1" 404 185 0.008899
10.0.0.41 - - [2025-06-12 00:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.134195
10.0.0.41 - - [2025-06-12 00:43:54] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.005111
10.0.0.19 - - [2025-06-12 00:43:55] "PUT /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4 HTTP/1.1" 200 274 0.042642
10.0.0.41 - - [2025-06-12 00:43:55] "PUT /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4 HTTP/1.1" 200 274 0.049935
10.0.0.19 - - [2025-06-12 00:43:55] "POST /overlay-roles HTTP/1.1" 200 541 0.061615
10.0.0.19 - - [2025-06-12 00:43:55] "POST /fqname-to-id HTTP/1.1" 404 184 0.006439
10.0.0.19 - - [2025-06-12 00:43:55] "POST /overlay-roles HTTP/1.1" 200 533 0.062165
10.0.0.19 - - [2025-06-12 00:43:55] "POST /fqname-to-id HTTP/1.1" 404 187 0.010628
10.0.0.19 - - [2025-06-12 00:43:55] "POST /overlay-roles HTTP/1.1" 200 541 0.039958
10.0.0.19 - - [2025-06-12 00:43:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003177
10.0.0.19 - - [2025-06-12 00:43:55] "POST /role-definitions HTTP/1.1" 200 533 0.047221
10.0.0.19 - - [2025-06-12 00:43:55] "POST /fqname-to-id HTTP/1.1" 404 190 0.003840
10.0.0.19 - - [2025-06-12 00:43:55] "POST /role-definitions HTTP/1.1" 200 551 0.051145
10.0.0.19 - - [2025-06-12 00:43:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.006706
10.0.0.19 - - [2025-06-12 00:43:55] "POST /role-definitions HTTP/1.1" 200 549 0.032443
10.0.0.19 - - [2025-06-12 00:43:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.009983
10.0.0.19 - - [2025-06-12 00:43:56] "POST /role-definitions HTTP/1.1" 200 561 0.029667
10.0.0.19 - - [2025-06-12 00:43:56] "POST /fqname-to-id HTTP/1.1" 404 190 0.007440
10.0.0.19 - - [2025-06-12 00:43:56] "POST /role-definitions HTTP/1.1" 200 545 0.050466
10.0.0.19 - - [2025-06-12 00:43:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.011529
10.0.0.19 - - [2025-06-12 00:43:56] "POST /role-definitions HTTP/1.1" 200 555 0.046167
10.0.0.19 - - [2025-06-12 00:43:56] "POST /fqname-to-id HTTP/1.1" 404 187 0.007854
10.0.0.19 - - [2025-06-12 00:43:56] "POST /role-definitions HTTP/1.1" 200 531 0.049373
10.0.0.19 - - [2025-06-12 00:43:56] "POST /fqname-to-id HTTP/1.1" 404 189 0.004090
10.0.0.19 - - [2025-06-12 00:43:56] "POST /role-definitions HTTP/1.1" 200 557 0.036529
10.0.0.19 - - [2025-06-12 00:43:56] "POST /fqname-to-id HTTP/1.1" 404 195 0.004487
10.0.0.19 - - [2025-06-12 00:43:56] "POST /feature-configs HTTP/1.1" 200 537 0.033368
10.0.0.19 - - [2025-06-12 00:43:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.010621
10.0.0.19 - - [2025-06-12 00:43:57] "POST /node-profiles HTTP/1.1" 200 547 0.037666
10.0.0.19 - - [2025-06-12 00:43:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.007225
10.0.0.19 - - [2025-06-12 00:43:57] "POST /node-profiles HTTP/1.1" 200 541 0.050050
10.0.0.19 - - [2025-06-12 00:43:57] "POST /fqname-to-id HTTP/1.1" 404 188 0.013742
10.0.0.19 - - [2025-06-12 00:43:57] "POST /node-profiles HTTP/1.1" 200 531 0.044925
10.0.0.19 - - [2025-06-12 00:43:57] "POST /fqname-to-id HTTP/1.1" 404 197 0.004916
10.0.0.19 - - [2025-06-12 00:43:57] "POST /telemetry-profiles HTTP/1.1" 200 554 0.027878
10.0.0.19 - - [2025-06-12 00:43:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.005106
10.0.0.19 - - [2025-06-12 00:43:57] "POST /telemetry-profiles HTTP/1.1" 200 554 0.051098
10.0.0.19 - - [2025-06-12 00:43:57] "POST /fqname-to-id HTTP/1.1" 404 206 0.006497
10.0.0.19 - - [2025-06-12 00:43:57] "POST /sflow-profiles HTTP/1.1" 200 532 0.039726
10.0.0.19 - - [2025-06-12 00:43:57] "POST /fqname-to-id HTTP/1.1" 404 202 0.004598
10.0.0.19 - - [2025-06-12 00:43:58] "POST /grpc-profiles HTTP/1.1" 200 530 0.051082
10.0.0.19 - - [2025-06-12 00:43:58] "POST /fqname-to-id HTTP/1.1" 404 202 0.005129
10.0.0.19 - - [2025-06-12 00:43:58] "POST /device-functional-groups HTTP/1.1" 200 540 0.034450
10.0.0.19 - - [2025-06-12 00:43:58] "POST /fqname-to-id HTTP/1.1" 404 195 0.013671
10.0.0.19 - - [2025-06-12 00:43:58] "POST /device-functional-groups HTTP/1.1" 200 542 0.045927
10.0.0.19 - - [2025-06-12 00:43:58] "POST /fqname-to-id HTTP/1.1" 404 208 0.004448
10.0.0.19 - - [2025-06-12 00:43:58] "POST /device-functional-groups HTTP/1.1" 200 620 0.045779
10.0.0.19 - - [2025-06-12 00:43:58] "POST /fqname-to-id HTTP/1.1" 404 205 0.006392
10.0.0.19 - - [2025-06-12 00:43:58] "POST /device-functional-groups HTTP/1.1" 200 574 0.083505
10.0.0.19 - - [2025-06-12 00:43:58] "POST /fqname-to-id HTTP/1.1" 404 196 0.006005
10.0.0.19 - - [2025-06-12 00:43:58] "POST /role-configs HTTP/1.1" 200 522 0.029175
10.0.0.19 - - [2025-06-12 00:43:58] "POST /fqname-to-id HTTP/1.1" 404 202 0.004095
10.0.0.19 - - [2025-06-12 00:43:59] "POST /role-configs HTTP/1.1" 200 521 0.067845
10.0.0.19 - - [2025-06-12 00:43:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.011838
10.0.0.19 - - [2025-06-12 00:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.009560
10.0.0.19 - - [2025-06-12 00:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945
10.0.0.19 - - [2025-06-12 00:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688
10.0.0.19 - - [2025-06-12 00:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694
10.0.0.19 - - [2025-06-12 00:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947
10.0.0.19 - - [2025-06-12 00:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005318
10.0.0.19 - - [2025-06-12 00:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005206
10.0.0.19 - - [2025-06-12 00:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769
10.0.0.19 - - [2025-06-12 00:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549
10.0.0.19 - - [2025-06-12 00:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005189
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004375
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005690
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005228
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006807
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083
10.0.0.19 - - [2025-06-12 00:44:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004660
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004534
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876
10.0.0.19 - - [2025-06-12 00:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005163
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.011004
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924
10.0.0.19 - - [2025-06-12 00:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781
10.0.0.19 - - [2025-06-12 00:44:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.015046
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005080
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006311
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257
10.0.0.19 - - [2025-06-12 00:44:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005952
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006222
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005876
10.0.0.19 - - [2025-06-12 00:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121
10.0.0.19 - - [2025-06-12 00:44:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005492
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005493
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.011004
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.025242
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006959
10.0.0.19 - - [2025-06-12 00:44:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298
10.0.0.19 - - [2025-06-12 00:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513
10.0.0.19 - - [2025-06-12 00:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256
10.0.0.19 - - [2025-06-12 00:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009910
10.0.0.19 - - [2025-06-12 00:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593
10.0.0.19 - - [2025-06-12 00:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922
10.0.0.19 - - [2025-06-12 00:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007079
10.0.0.19 - - [2025-06-12 00:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005438
10.0.0.19 - - [2025-06-12 00:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006721
10.0.0.19 - - [2025-06-12 00:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004747
10.0.0.19 - - [2025-06-12 00:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592
10.0.0.19 - - [2025-06-12 00:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006192
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005172
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004519
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007714
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006994
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004889
10.0.0.19 - - [2025-06-12 00:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005432
10.0.0.19 - - [2025-06-12 00:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197
10.0.0.19 - - [2025-06-12 00:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840
10.0.0.19 - - [2025-06-12 00:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008025
10.0.0.19 - - [2025-06-12 00:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.007133
10.0.0.19 - - [2025-06-12 00:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172
10.0.0.19 - - [2025-06-12 00:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573
10.0.0.19 - - [2025-06-12 00:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006638
10.0.0.19 - - [2025-06-12 00:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663
10.0.0.19 - - [2025-06-12 00:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008930
10.0.0.19 - - [2025-06-12 00:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944
10.0.0.19 - - [2025-06-12 00:44:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008141
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006847
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010372
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888
10.0.0.19 - - [2025-06-12 00:44:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006617
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.009887
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006099
10.0.0.19 - - [2025-06-12 00:44:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006228
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004391
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.013245
10.0.0.19 - - [2025-06-12 00:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006027
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005957
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476
10.0.0.19 - - [2025-06-12 00:44:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005262
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.009062
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008397
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.006007
10.0.0.19 - - [2025-06-12 00:44:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009642
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003391
10.0.0.19 - - [2025-06-12 00:44:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007918
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006
10.0.0.19 - - [2025-06-12 00:44:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005675
10.0.0.19 - - [2025-06-12 00:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764
10.0.0.19 - - [2025-06-12 00:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480
10.0.0.19 - - [2025-06-12 00:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004912
10.0.0.19 - - [2025-06-12 00:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710
10.0.0.19 - - [2025-06-12 00:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005610
10.0.0.19 - - [2025-06-12 00:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004642
10.0.0.19 - - [2025-06-12 00:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836
10.0.0.19 - - [2025-06-12 00:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930
10.0.0.19 - - [2025-06-12 00:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836
10.0.0.19 - - [2025-06-12 00:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005424
10.0.0.19 - - [2025-06-12 00:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.008565
10.0.0.19 - - [2025-06-12 00:44:19] "GET / HTTP/1.1" 200 35931 0.001896
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 401 292 0.000504
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.010106
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.009305
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.063495
10.0.0.19 - - [2025-06-12 00:44:19] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.013517
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268
10.0.0.19 - - [2025-06-12 00:44:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.010401
10.0.0.19 - - [2025-06-12 00:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837
10.0.0.19 - - [2025-06-12 00:44:20] "POST /database-nodes HTTP/1.1" 200 603 0.041029
10.0.0.19 - - [2025-06-12 00:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794
10.0.0.19 - - [2025-06-12 00:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282
10.0.0.19 - - [2025-06-12 00:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006519
10.0.0.61 - - [2025-06-12 00:44:20] "GET / HTTP/1.1" 200 35931 0.001788
10.0.0.61 - - [2025-06-12 00:44:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000398
10.0.0.41 - - [2025-06-12 00:44:20] "GET / HTTP/1.1" 200 35931 0.001518
10.0.0.19 - - [2025-06-12 00:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.008147
10.0.0.41 - - [2025-06-12 00:44:20] "POST /fqname-to-id HTTP/1.1" 401 292 0.000379
10.0.0.19 - - [2025-06-12 00:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.013258
10.0.0.19 - - [2025-06-12 00:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007104
10.0.0.19 - - [2025-06-12 00:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005270
10.0.0.19 - - [2025-06-12 00:44:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004930
10.0.0.19 - - [2025-06-12 00:44:21] "POST /virtual-networks HTTP/1.1" 200 552 0.208598
10.0.0.19 - - [2025-06-12 00:44:21] "POST /fqname-to-id HTTP/1.1" 404 178 0.003443
10.0.0.19 - - [2025-06-12 00:44:21] "POST /ref-update HTTP/1.1" 200 156 0.048227
10.0.0.19 - - [2025-06-12 00:44:21] "POST /fqname-to-id HTTP/1.1" 404 198 0.019286
10.0.0.61 - - [2025-06-12 00:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.677629
10.0.0.61 - - [2025-06-12 00:44:21] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.010814
10.0.0.61 - - [2025-06-12 00:44:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.008806
10.0.0.41 - - [2025-06-12 00:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.066235
10.0.0.41 - - [2025-06-12 00:44:21] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.008346
10.0.0.41 - - [2025-06-12 00:44:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.005359
10.0.0.61 - - [2025-06-12 00:44:21] "POST /database-nodes HTTP/1.1" 200 603 0.068704
10.0.0.41 - - [2025-06-12 00:44:21] "POST /database-nodes HTTP/1.1" 200 603 0.055738
10.0.0.61 - - [2025-06-12 00:44:47] "GET / HTTP/1.1" 200 35931 0.001739
10.0.0.61 - - [2025-06-12 00:44:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000397
10.0.0.19 - - [2025-06-12 00:44:47] "GET / HTTP/1.1" 200 35931 0.001339
10.0.0.19 - - [2025-06-12 00:44:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455
10.0.0.41 - - [2025-06-12 00:44:47] "GET / HTTP/1.1" 200 35931 0.001439
10.0.0.41 - - [2025-06-12 00:44:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000388
10.0.0.61 - - [2025-06-12 00:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.821447
10.0.0.61 - - [2025-06-12 00:44:48] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.006460
10.0.0.19 - - [2025-06-12 00:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.388713
10.0.0.61 - - [2025-06-12 00:44:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.015223
10.0.0.19 - - [2025-06-12 00:44:48] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.006609
10.0.0.41 - - [2025-06-12 00:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.087947
10.0.0.19 - - [2025-06-12 00:44:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.004496
10.0.0.41 - - [2025-06-12 00:44:48] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.023361
10.0.0.41 - - [2025-06-12 00:44:48] "POST /fqname-to-id HTTP/1.1" 404 220 0.004280
10.0.0.61 - - [2025-06-12 00:44:48] "POST /analytics-nodes HTTP/1.1" 200 605 0.082294
10.0.0.19 - - [2025-06-12 00:44:48] "POST /analytics-nodes HTTP/1.1" 200 605 0.070763
10.0.0.41 - - [2025-06-12 00:44:49] "POST /analytics-nodes HTTP/1.1" 200 605 0.078298
10.0.0.61 - - [2025-06-12 00:44:53] "GET / HTTP/1.1" 200 35931 0.001921
10.0.0.19 - - [2025-06-12 00:44:53] "GET / HTTP/1.1" 200 35931 0.001472
10.0.0.41 - - [2025-06-12 00:44:53] "GET / HTTP/1.1" 200 35931 0.001747
10.0.0.19 - - [2025-06-12 00:45:02] "GET / HTTP/1.1" 200 35931 0.001550
10.0.0.19 - - [2025-06-12 00:45:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000394
10.0.0.61 - - [2025-06-12 00:45:02] "GET / HTTP/1.1" 200 35931 0.001422
10.0.0.61 - - [2025-06-12 00:45:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000455
10.0.0.41 - - [2025-06-12 00:45:02] "GET / HTTP/1.1" 200 35931 0.001451
10.0.0.41 - - [2025-06-12 00:45:02] "POST /fqname-to-id HTTP/1.1" 401 292 0.000391
10.0.0.19 - - [2025-06-12 00:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.854056
10.0.0.19 - - [2025-06-12 00:45:03] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.005052
10.0.0.61 - - [2025-06-12 00:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.514278
10.0.0.61 - - [2025-06-12 00:45:03] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.010611
10.0.0.61 - - [2025-06-12 00:45:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.003970
10.0.0.41 - - [2025-06-12 00:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.076992
10.0.0.19 - - [2025-06-12 00:45:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.008111
10.0.0.41 - - [2025-06-12 00:45:03] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.004252
10.0.0.41 - - [2025-06-12 00:45:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.004539
10.0.0.61 - - [2025-06-12 00:45:04] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.166173
10.0.0.19 - - [2025-06-12 00:45:04] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.182039
10.0.0.41 - - [2025-06-12 00:45:04] "POST /analytics-alarm-nodes HTTP/1.1" 200 617 0.202934
10.0.0.19 - - [2025-06-12 00:45:11] "GET / HTTP/1.1" 200 35931 0.001656
10.0.0.19 - - [2025-06-12 00:45:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000615
10.0.0.61 - - [2025-06-12 00:45:11] "GET / HTTP/1.1" 200 35931 0.002067
10.0.0.61 - - [2025-06-12 00:45:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.000476
10.0.0.41 - - [2025-06-12 00:45:11] "GET / HTTP/1.1" 200 35931 0.001408
10.0.0.41 - - [2025-06-12 00:45:11] "POST /fqname-to-id HTTP/1.1" 401 292 0.007733
10.0.0.19 - - [2025-06-12 00:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.396988
10.0.0.19 - - [2025-06-12 00:45:11] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.006762
10.0.0.19 - - [2025-06-12 00:45:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.004362
10.0.0.19 - - [2025-06-12 00:45:12] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.061928
10.0.0.61 - - [2025-06-12 00:45:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.655485
10.0.0.61 - - [2025-06-12 00:45:12] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.005771
10.0.0.61 - - [2025-06-12 00:45:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.005325
10.0.0.61 - - [2025-06-12 00:45:12] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.031489
10.0.0.41 - - [2025-06-12 00:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.508249
10.0.0.41 - - [2025-06-12 00:45:13] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.003977
10.0.0.41 - - [2025-06-12 00:45:13] "POST /fqname-to-id HTTP/1.1" 404 220 0.003185
10.0.0.41 - - [2025-06-12 00:45:13] "POST /analytics-snmp-nodes HTTP/1.1" 200 615 0.040838
10.0.0.57 - - [2025-06-12 00:46:52] "GET / HTTP/1.1" 200 35931 0.001871
10.0.0.57 - - [2025-06-12 00:46:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000472
10.0.0.38 - - [2025-06-12 00:46:52] "GET / HTTP/1.1" 200 35931 0.001798
10.0.0.38 - - [2025-06-12 00:46:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000475
10.0.0.57 - - [2025-06-12 00:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.332154
10.0.0.57 - - [2025-06-12 00:46:53] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.004085
10.0.0.57 - - [2025-06-12 00:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284
10.0.0.38 - - [2025-06-12 00:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.057436
10.0.0.38 - - [2025-06-12 00:46:53] "GET /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3160 0.007056
10.0.0.38 - - [2025-06-12 00:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094
10.0.0.57 - - [2025-06-12 00:46:53] "GET /routing-instance/47113822-9e51-41f6-aff6-ae296d3b2d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.004023
10.0.0.38 - - [2025-06-12 00:46:53] "GET /routing-instance/47113822-9e51-41f6-aff6-ae296d3b2d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1175 0.003670
10.0.0.57 - - [2025-06-12 00:46:53] "PUT /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4 HTTP/1.1" 200 274 0.019314
10.0.0.38 - - [2025-06-12 00:46:53] "PUT /global-system-config/7c0a6328-77ce-4796-90dd-48f4b5e097c4 HTTP/1.1" 200 274 0.021548
10.0.0.57 - - [2025-06-12 00:46:53] "POST /fqname-to-id HTTP/1.1" 404 218 0.008286
10.0.0.38 - - [2025-06-12 00:46:53] "POST /fqname-to-id HTTP/1.1" 404 218 0.005085
10.0.0.57 - - [2025-06-12 00:46:53] "POST /virtual-routers HTTP/1.1" 200 603 0.030886
10.0.0.57 - - [2025-06-12 00:46:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004683
10.0.0.38 - - [2025-06-12 00:46:53] "POST /virtual-routers HTTP/1.1" 200 603 0.071082
10.0.0.57 - - [2025-06-12 00:46:54] "GET /virtual-router/cb3174c2-02c4-46be-a3ec-4cc93ef91251?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.005790
10.0.0.38 - - [2025-06-12 00:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191
10.0.0.57 - - [2025-06-12 00:46:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.004240
10.0.0.38 - - [2025-06-12 00:46:54] "GET /virtual-router/65a269a9-f9e6-442b-8276-d561e335c0d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.006968
10.0.0.57 - - [2025-06-12 00:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009301
10.0.0.38 - - [2025-06-12 00:46:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.003583
10.0.0.57 - - [2025-06-12 00:46:54] "GET /virtual-network/bc3fc7ef-8328-43b2-ad58-4283ef2a301b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.004021
10.0.0.38 - - [2025-06-12 00:46:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431
10.0.0.38 - - [2025-06-12 00:46:54] "GET /virtual-network/bc3fc7ef-8328-43b2-ad58-4283ef2a301b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.004091
10.0.0.57 - - [2025-06-12 00:46:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.088187
10.0.0.38 - - [2025-06-12 00:46:54] "POST /virtual-machine-interfaces HTTP/1.1" 200 585 0.109037
[Introspect:8084]10.0.0.19 - - [2025-06-12 00:47:08] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001093
[Introspect:8084]10.0.0.19 - - [2025-06-12 00:47:08] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000978
[Introspect:8084]10.0.0.19 - - [2025-06-12 00:47:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001025
[Introspect:8084]10.0.0.19 - - [2025-06-12 00:47:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.000961
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.61 - - [2025-06-12 00:48:11] "GET /global-system-configs HTTP/1.1" 200 322 0.058304
10.0.0.41 - - [2025-06-12 00:48:11] "GET /global-system-configs HTTP/1.1" 200 322 0.004154
10.0.0.61 - - [2025-06-12 00:48:12] "GET /obj-perms HTTP/1.1" 200 5056 0.541016
10.0.0.41 - - [2025-06-12 00:48:12] "GET /obj-perms HTTP/1.1" 200 5056 0.555143
10.0.0.19 - - [2025-06-12 00:48:12] "GET /obj-perms HTTP/1.1" 200 5056 0.579409
10.0.0.61 - - [2025-06-12 00:48:12] "GET /global-system-configs HTTP/1.1" 200 322 0.128310
10.0.0.41 - - [2025-06-12 00:48:13] "GET /global-system-configs HTTP/1.1" 200 322 0.012602
10.0.0.41 - - [2025-06-12 00:48:13] "GET /obj-perms HTTP/1.1" 200 5056 0.058701
10.0.0.19 - - [2025-06-12 00:48:13] "GET /obj-perms HTTP/1.1" 200 5056 0.072115
10.0.0.61 - - [2025-06-12 00:48:13] "GET /obj-perms HTTP/1.1" 200 5056 0.084085
10.0.0.19 - - [2025-06-12 00:48:13] "GET /global-system-configs HTTP/1.1" 200 322 0.025484
10.0.0.19 - - [2025-06-12 00:48:13] "GET /global-system-configs HTTP/1.1" 200 322 0.024245
10.0.0.61 - - [2025-06-12 00:48:16] "GET /obj-perms HTTP/1.1" 200 5056 0.064781
10.0.0.19 - - [2025-06-12 00:48:16] "GET /obj-perms HTTP/1.1" 200 5056 0.044679
10.0.0.41 - - [2025-06-12 00:49:16] "GET /obj-perms HTTP/1.1" 200 5056 0.048158
10.0.0.61 - - [2025-06-12 00:52:19] "GET /obj-perms HTTP/1.1" 200 5056 0.050894
10.0.0.61 - - [2025-06-12 00:53:11] "GET /global-system-configs HTTP/1.1" 200 322 0.085510
10.0.0.19 - - [2025-06-12 00:53:11] "GET /obj-perms HTTP/1.1" 200 5056 0.094116
10.0.0.41 - - [2025-06-12 00:53:11] "GET /obj-perms HTTP/1.1" 200 5056 0.119280
10.0.0.41 - - [2025-06-12 00:53:11] "GET /global-system-configs HTTP/1.1" 200 322 0.024355
10.0.0.61 - - [2025-06-12 00:53:12] "GET /global-system-configs HTTP/1.1" 200 322 0.027816
10.0.0.61 - - [2025-06-12 00:53:12] "GET /obj-perms HTTP/1.1" 200 5056 0.125686
10.0.0.41 - - [2025-06-12 00:53:13] "GET /global-system-configs HTTP/1.1" 200 322 0.088181
10.0.0.19 - - [2025-06-12 00:53:13] "GET /obj-perms HTTP/1.1" 200 5056 0.170867
10.0.0.19 - - [2025-06-12 00:53:13] "GET /global-system-configs HTTP/1.1" 200 322 0.087929
10.0.0.41 - - [2025-06-12 00:53:13] "GET /obj-perms HTTP/1.1" 200 5056 0.301646
10.0.0.19 - - [2025-06-12 00:53:13] "GET /global-system-configs HTTP/1.1" 200 322 0.101902
10.0.0.61 - - [2025-06-12 00:53:13] "GET /obj-perms HTTP/1.1" 200 5056 0.188041
10.0.0.19 - - [2025-06-12 00:53:19] "GET /obj-perms HTTP/1.1" 200 5056 0.050331
10.0.0.41 - - [2025-06-12 00:53:20] "GET /obj-perms HTTP/1.1" 200 5056 0.044312
10.0.0.61 - - [2025-06-12 00:57:22] "GET /obj-perms HTTP/1.1" 200 5056 0.054214
10.0.0.19 - - [2025-06-12 00:57:23] "GET /obj-perms HTTP/1.1" 200 5056 0.077390
10.0.0.61 - - [2025-06-12 00:58:11] "GET /global-system-configs HTTP/1.1" 200 322 0.030212
10.0.0.41 - - [2025-06-12 00:58:11] "GET /obj-perms HTTP/1.1" 200 5056 0.131347
10.0.0.41 - - [2025-06-12 00:58:11] "GET /global-system-configs HTTP/1.1" 200 322 0.033373
10.0.0.61 - - [2025-06-12 00:58:12] "GET /global-system-configs HTTP/1.1" 200 322 0.100226
10.0.0.19 - - [2025-06-12 00:58:12] "GET /obj-perms HTTP/1.1" 200 5056 0.142622
10.0.0.61 - - [2025-06-12 00:58:12] "GET /obj-perms HTTP/1.1" 200 5056 0.156853
10.0.0.41 - - [2025-06-12 00:58:13] "GET /global-system-configs HTTP/1.1" 200 322 0.044888
10.0.0.41 - - [2025-06-12 00:58:13] "GET /obj-perms HTTP/1.1" 200 5056 0.135362
10.0.0.19 - - [2025-06-12 00:58:13] "GET /global-system-configs HTTP/1.1" 200 322 0.065417
10.0.0.19 - - [2025-06-12 00:58:13] "GET /global-system-configs HTTP/1.1" 200 322 0.134547
10.0.0.61 - - [2025-06-12 00:58:13] "GET /obj-perms HTTP/1.1" 200 5056 0.214641
10.0.0.19 - - [2025-06-12 00:58:13] "GET /obj-perms HTTP/1.1" 200 5056 0.232201
10.0.0.41 - - [2025-06-12 00:58:23] "GET /obj-perms HTTP/1.1" 200 5056 0.052296
10.0.0.61 - - [2025-06-12 01:01:26] "GET /obj-perms HTTP/1.1" 200 5056 0.043708
10.0.0.19 - - [2025-06-12 01:02:27] "GET /obj-perms HTTP/1.1" 200 5056 0.063494
10.0.0.41 - - [2025-06-12 01:02:27] "GET /obj-perms HTTP/1.1" 200 5056 0.063446
10.0.0.61 - - [2025-06-12 01:03:11] "GET /global-system-configs HTTP/1.1" 200 322 0.025461
10.0.0.41 - - [2025-06-12 01:03:11] "GET /global-system-configs HTTP/1.1" 200 322 0.033251
10.0.0.61 - - [2025-06-12 01:03:12] "GET /global-system-configs HTTP/1.1" 200 322 0.073128
10.0.0.41 - - [2025-06-12 01:03:12] "GET /obj-perms HTTP/1.1" 200 5056 0.135820
10.0.0.61 - - [2025-06-12 01:03:12] "GET /obj-perms HTTP/1.1" 200 5056 0.148867
10.0.0.19 - - [2025-06-12 01:03:12] "GET /obj-perms HTTP/1.1" 200 5056 0.164308
10.0.0.41 - - [2025-06-12 01:03:13] "GET /global-system-configs HTTP/1.1" 200 322 0.025316
10.0.0.19 - - [2025-06-12 01:03:13] "GET /global-system-configs HTTP/1.1" 200 322 0.049824
10.0.0.19 - - [2025-06-12 01:03:13] "GET /global-system-configs HTTP/1.1" 200 322 0.074976
10.0.0.19 - - [2025-06-12 01:03:13] "GET /obj-perms HTTP/1.1" 200 5056 0.131118
10.0.0.41 - - [2025-06-12 01:03:13] "GET /obj-perms HTTP/1.1" 200 5056 0.155785
10.0.0.61 - - [2025-06-12 01:03:13] "GET /obj-perms HTTP/1.1" 200 5056 0.167951
10.0.0.61 - - [2025-06-12 01:06:30] "GET /obj-perms HTTP/1.1" 200 5056 0.043070
10.0.0.19 - - [2025-06-12 01:06:30] "GET /obj-perms HTTP/1.1" 200 5056 0.042155
10.0.0.41 - - [2025-06-12 01:07:30] "GET /obj-perms HTTP/1.1" 200 5056 0.056433
10.0.0.61 - - [2025-06-12 01:08:11] "GET /global-system-configs HTTP/1.1" 200 322 0.029763
10.0.0.41 - - [2025-06-12 01:08:11] "GET /global-system-configs HTTP/1.1" 200 322 0.041733
10.0.0.61 - - [2025-06-12 01:08:11] "GET /obj-perms HTTP/1.1" 200 5056 0.134328
10.0.0.61 - - [2025-06-12 01:08:12] "GET /global-system-configs HTTP/1.1" 200 322 0.031438
10.0.0.41 - - [2025-06-12 01:08:12] "GET /obj-perms HTTP/1.1" 200 5056 0.186307
10.0.0.19 - - [2025-06-12 01:08:12] "GET /obj-perms HTTP/1.1" 200 5056 0.199096
10.0.0.41 - - [2025-06-12 01:08:13] "GET /global-system-configs HTTP/1.1" 200 322 0.026139
10.0.0.19 - - [2025-06-12 01:08:13] "GET /global-system-configs HTTP/1.1" 200 322 0.069937
10.0.0.61 - - [2025-06-12 01:08:13] "GET /obj-perms HTTP/1.1" 200 5056 0.163894
10.0.0.19 - - [2025-06-12 01:08:13] "GET /global-system-configs HTTP/1.1" 200 322 0.051487
10.0.0.41 - - [2025-06-12 01:08:13] "GET /obj-perms HTTP/1.1" 200 5056 0.149409
10.0.0.19 - - [2025-06-12 01:08:13] "GET /obj-perms HTTP/1.1" 200 5056 0.183032
10.0.0.61 - - [2025-06-12 01:10:33] "GET /obj-perms HTTP/1.1" 200 5056 0.049934
10.0.0.19 - - [2025-06-12 01:11:33] "GET /obj-perms HTTP/1.1" 200 5056 0.056012
10.0.0.41 - - [2025-06-12 01:11:34] "GET /obj-perms HTTP/1.1" 200 5056 0.061357
10.0.0.61 - - [2025-06-12 01:13:11] "GET /global-system-configs HTTP/1.1" 200 322 0.031473
10.0.0.41 - - [2025-06-12 01:13:12] "GET /global-system-configs HTTP/1.1" 200 322 0.444585
10.0.0.61 - - [2025-06-12 01:13:12] "GET /global-system-configs HTTP/1.1" 200 322 0.230559
10.0.0.61 - - [2025-06-12 01:13:12] "GET /obj-perms HTTP/1.1" 200 5056 0.642452
10.0.0.19 - - [2025-06-12 01:13:12] "GET /obj-perms HTTP/1.1" 200 5056 0.656081
10.0.0.41 - - [2025-06-12 01:13:12] "GET /obj-perms HTTP/1.1" 200 5056 0.397966
10.0.0.41 - - [2025-06-12 01:13:13] "GET /global-system-configs HTTP/1.1" 200 322 0.056959
10.0.0.19 - - [2025-06-12 01:13:13] "GET /global-system-configs HTTP/1.1" 200 322 0.186838
10.0.0.19 - - [2025-06-12 01:13:13] "GET /global-system-configs HTTP/1.1" 200 322 0.192943
10.0.0.61 - - [2025-06-12 01:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.373936
10.0.0.19 - - [2025-06-12 01:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.386125
10.0.0.41 - - [2025-06-12 01:13:13] "GET /obj-perms HTTP/1.1" 200 5056 0.244650
10.0.0.61 - - [2025-06-12 01:15:36] "GET /obj-perms HTTP/1.1" 200 5056 0.058971
10.0.0.19 - - [2025-06-12 01:15:37] "GET /obj-perms HTTP/1.1" 200 5056 0.047263
10.0.0.41 - - [2025-06-12 01:16:37] "GET /obj-perms HTTP/1.1" 200 5056 0.062386
10.0.0.61 - - [2025-06-12 01:18:11] "GET /global-system-configs HTTP/1.1" 200 322 0.031946
10.0.0.41 - - [2025-06-12 01:18:11] "GET /global-system-configs HTTP/1.1" 200 322 0.003483
10.0.0.19 - - [2025-06-12 01:18:11] "GET /obj-perms HTTP/1.1" 200 5056 0.004473
10.0.0.61 - - [2025-06-12 01:18:11] "GET /obj-perms HTTP/1.1" 200 5056 0.006667
10.0.0.41 - - [2025-06-12 01:18:11] "GET /obj-perms HTTP/1.1" 200 5056 0.004501