++ 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: =================== Mon Jun  9 00:49:31 UTC 2025 ==================='
INFO: =================== Mon Jun  9 00:49:31 UTC 2025 ===================
++ LOG_LOCAL=1
++ source /functions.sh
++ source /contrail-functions.sh
+++ get_default_ip
++++ get_default_nic
++++ get_gateway_nic_for_ip 1
++++ command -v ip
++++ local ip=1
+++++ ip route get 1
+++++ grep -o 'dev.*'
+++++ awk '{print $2}'
++++ local iface=ens3
++++ [[ ens3 == \l\o ]]
++++ echo ens3
+++ local nic=ens3
+++ get_ip_for_nic ens3
+++ local nic=ens3
+++ cut -d / -f 1
+++ get_cidr_for_nic ens3
+++ command -v ip
+++ local nic=ens3
+++ head -n 1
+++ awk '{print $2}'
+++ grep 'inet '
+++ ip addr show dev ens3
++ DEFAULT_LOCAL_IP=10.0.0.249
++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN
++ VXLAN_VN_ID_MODE=automatic
++ DPDK_UIO_DRIVER=uio_pci_generic
++ CPU_CORE_MASK=0x01
++ SERVICE_CORE_MASK=
++ DPDK_CTRL_THREAD_MASK=
++ HUGE_PAGES=
++ HUGE_PAGES_DIR=/dev/hugepages
++ HUGE_PAGES_1GB=0
++ HUGE_PAGES_2MB=256
++ HUGE_PAGES_1GB_DIR=
++ HUGE_PAGES_2MB_DIR=
++ [[ 0 != 0 ]]
++ [[ 0 != 256 ]]
++ [[ -z '' ]]
+++ awk '/pagesize=2M/{print($3)}'
+++ tail -n 1
+++ 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.249,10.0.0.19,10.0.0.41
++ ANALYTICS_ALARM_ENABLE=True
++ ANALYTICS_SNMP_ENABLE=True
++ ANALYTICSDB_ENABLE=True
++ ANALYTICS_NODES=10.0.0.249,10.0.0.19,10.0.0.41
++ ANALYTICSDB_NODES=10.0.0.249,10.0.0.19,10.0.0.41
++ ANALYTICS_SNMP_NODES=10.0.0.249,10.0.0.19,10.0.0.41
++ 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.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8081 '
+++ 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 '
+++ '[' -n '10.0.0.249:8081 10.0.0.19:8081 10.0.0.41:8081 ' ']'
+++ echo '10.0.0.249:8081 10.0.0.19:8081 10.0.0.41:8081'
++ ANALYTICS_SERVERS='10.0.0.249:8081 10.0.0.19:8081 10.0.0.41: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.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9042 '
+++ 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 '
+++ '[' -n '10.0.0.249:9042 10.0.0.19:9042 10.0.0.41:9042 ' ']'
+++ echo '10.0.0.249:9042 10.0.0.19:9042 10.0.0.41:9042'
++ ANALYTICSDB_CQL_SERVERS='10.0.0.249:9042 10.0.0.19:9042 10.0.0.41:9042'
++ ANALYTICS_API_VIP=
++ ANALYTICS_ALARM_NODES=10.0.0.249,10.0.0.19,10.0.0.41
++ 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.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8086 '
+++ 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 '
+++ '[' -n '10.0.0.249:8086 10.0.0.19:8086 10.0.0.41:8086 ' ']'
+++ echo '10.0.0.249:8086 10.0.0.19:8086 10.0.0.41:8086'
++ COLLECTOR_SERVERS='10.0.0.249:8086 10.0.0.19:8086 10.0.0.41: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.249,10.0.0.19,10.0.0.41
++ CONFIGDB_NODES=10.0.0.249,10.0.0.19,10.0.0.41
++ 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.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:8082 '
+++ 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 '
+++ '[' -n '10.0.0.249:8082 10.0.0.19:8082 10.0.0.41:8082 ' ']'
+++ echo '10.0.0.249:8082 10.0.0.19:8082 10.0.0.41:8082'
++ CONFIG_SERVERS='10.0.0.249:8082 10.0.0.19:8082 10.0.0.41: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.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9161 '
+++ 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 '
+++ '[' -n '10.0.0.249:9161 10.0.0.19:9161 10.0.0.41:9161 ' ']'
+++ echo '10.0.0.249:9161 10.0.0.19:9161 10.0.0.41:9161'
++ CONFIGDB_SERVERS='10.0.0.249:9161 10.0.0.19:9161 10.0.0.41: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.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9041 '
+++ 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 '
+++ '[' -n '10.0.0.249:9041 10.0.0.19:9041 10.0.0.41:9041 ' ']'
+++ echo '10.0.0.249:9041 10.0.0.19:9041 10.0.0.41:9041'
++ CONFIGDB_CQL_SERVERS='10.0.0.249:9041 10.0.0.19:9041 10.0.0.41:9041'
++ CONFIG_API_VIP=
++ CONFIG_API_SSL_ENABLE=false
++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CONFIG_API_WORKER_COUNT=1
++ CONFIG_API_MAX_REQUESTS=1024
++ ANALYTICS_API_SSL_ENABLE=false
++ ANALYTICS_API_SSL_INSECURE=True
++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_ENABLE=false
++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem
++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem
++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem
++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum
++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum
++ CASSANDRA_SSL_PROTOCOL=TLS
++ CASSANDRA_SSL_ALGORITHM=SunX509
++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]'
++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4
++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4
++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256
++ CASSANDRA_CONFIG_CONCURRECT_READS=64
++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64
++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects
++ CASSANDRA_REAPER_ENABLED=false
++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey
++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser
++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass
++ CASSANDRA_REAPER_APP_PORT=8071
++ CASSANDRA_REAPER_ADM_PORT=8072
++ CONTROL_NODES=10.20.0.17,10.20.0.254,10.20.0.14
++ CONTROL_INTROSPECT_PORT=8083
++ DNS_NODES=10.20.0.17,10.20.0.254,10.20.0.14
++ DNS_SERVER_PORT=53
++ DNS_INTROSPECT_PORT=8092
++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg==
++ USE_EXTERNAL_TFTP=False
++ ZOOKEEPER_NODES=10.0.0.249,10.0.0.19,10.0.0.41
++ 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.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:2181,
+++ 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,
+++ '[' -n 10.0.0.249:2181,10.0.0.19:2181,10.0.0.41:2181, ']'
+++ echo 10.0.0.249:2181,10.0.0.19:2181,10.0.0.41:2181
++ ZOOKEEPER_SERVERS=10.0.0.249:2181,10.0.0.19:2181,10.0.0.41: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.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:2181 '
+++ 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 '
+++ '[' -n '10.0.0.249:2181 10.0.0.19:2181 10.0.0.41:2181 ' ']'
+++ echo '10.0.0.249:2181 10.0.0.19:2181 10.0.0.41:2181'
++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.249:2181 10.0.0.19:2181 10.0.0.41:2181'
++ RABBITMQ_NODES=10.0.0.249,10.0.0.19,10.0.0.41
++ 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.249
+++ local server_address=10.0.0.249
+++ extended_server_list+=10.0.0.249:5673,
+++ 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,
+++ '[' -n 10.0.0.249:5673,10.0.0.19:5673,10.0.0.41:5673, ']'
+++ echo 10.0.0.249:5673,10.0.0.19:5673,10.0.0.41:5673
++ RABBITMQ_SERVERS=10.0.0.249:5673,10.0.0.19:5673,10.0.0.41: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.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:6379 '
+++ 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 '
+++ '[' -n '10.0.0.249:6379 10.0.0.19:6379 10.0.0.41:6379 ' ']'
+++ echo '10.0.0.249:6379 10.0.0.19:6379 10.0.0.41:6379'
++ REDIS_SERVERS='10.0.0.249:6379 10.0.0.19:6379 10.0.0.41: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.249,10.0.0.19,10.0.0.41
++ 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.249
+++ local server_address=10.0.0.249
+++ extended_server_list+='10.0.0.249:9092 '
+++ 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 '
+++ '[' -n '10.0.0.249:9092 10.0.0.19:9092 10.0.0.41:9092 ' ']'
+++ echo '10.0.0.249:9092 10.0.0.19:9092 10.0.0.41:9092'
++ KAFKA_SERVERS='10.0.0.249:9092 10.0.0.19:9092 10.0.0.41: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.249
++ 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.249,10.0.0.19,10.0.0.41
++ 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.249,10.0.0.19,10.0.0.41
++ 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
++ cut -d , -f 1
++ echo 10.0.0.249,10.0.0.19,10.0.0.41
+ local cassandra=10.0.0.249
+ (( i=1 ))
+ (( i<=30 ))
+ echo -e '\035\nquit'
+ nc -z 10.0.0.249 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
+++ cut -d ' ' -f 1
+++ find_my_ip_and_order_for_node CONFIG
+++ local server_typ=CONFIG_NODES
+++ find_my_ip_and_order_for_node_list 10.0.0.249,10.0.0.19,10.0.0.41
+++ local servers=10.0.0.249,10.0.0.19,10.0.0.41
+++ local server_list=
+++ IFS=,
+++ read -ra server_list
++++ get_local_ips
++++ tr '\n' ,
++++ awk '/32 host/ { print f } {f=$2}'
++++ cat /proc/net/fib_trie
++++ uniq
++++ grep -vi host
++++ sort
+++ local local_ips=,10.0.0.249,10.20.0.17,127.0.0.1,172.17.0.1,,
+++ local ord=1
+++ for server in '"${server_list[@]}"'
+++ local ret=0
++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))'
+++ local server_ip=10.0.0.249
+++ [[ 0 == 0 ]]
+++ [[ -n 10.0.0.249 ]]
+++ [[ ,10.0.0.249,10.20.0.17,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.249, ]]
+++ echo 10.0.0.249 1
+++ return
++ local ip=10.0.0.249
++ [[ -z 10.0.0.249 ]]
++ echo 10.0.0.249
+ host_ip=10.0.0.249
+ [[ cql == \c\q\l ]]
++ echo 10.0.0.249:9041 10.0.0.19:9041 10.0.0.41:9041
++ sed 's/,/ /g'
+ cassandra_server_list='10.0.0.249:9041 10.0.0.19:9041 10.0.0.41:9041'
+ config_api_certs_config=
+ uwsgi_socket='protocol = http\nsocket = 10.0.0.249: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
++ cut -d = -f 1
++ set
++ grep '^API__.*__.*=.*$'
++ sed 's/^API__//g'
++ sort
+ 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/09/2025 00:49:39.770 7fe87c8fbcc8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True
06/09/2025 00:49:39.800 7fe87c8fbcc8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084
06/09/2025 00:49:39.815 7fe87c8fbcc8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG]
06/09/2025 00:49:39.815 7fe87c8fbcc8 [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 0x7fe872da9c50 set()>))...
Listening on http://localhost:8095/
Hit Ctrl-C to quit.

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

10.0.0.249 - - [2025-06-09 00:50:00] "GET / HTTP/1.1" 200 45871 0.002326
10.0.0.249 - - [2025-06-09 00:50:00] "GET / HTTP/1.1" 200 45871 0.001180
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.249 - - [2025-06-09 00:50:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.001570
10.0.0.249 - - [2025-06-09 00:50:00] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.002002
10.0.0.41 - - [2025-06-09 00:50:01] "GET / HTTP/1.1" 200 36215 0.002500
10.0.0.41 - - [2025-06-09 00:50:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000797
10.0.0.19 - - [2025-06-09 00:50:01] "GET / HTTP/1.1" 200 36215 0.002357
10.0.0.19 - - [2025-06-09 00:50:01] "GET / HTTP/1.1" 200 36215 0.001464
10.0.0.19 - - [2025-06-09 00:50:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445
10.0.0.19 - - [2025-06-09 00:50:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000441
10.0.0.249 - - [2025-06-09 00:50:02] "GET / HTTP/1.1" 200 36215 0.001884
10.0.0.249 - - [2025-06-09 00:50:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000573
10.0.0.41 - - [2025-06-09 00:50:02] "GET / HTTP/1.1" 200 36215 0.001526
10.0.0.41 - - [2025-06-09 00:50:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000500
10.0.0.41 - - [2025-06-09 00:50:02] "GET / HTTP/1.1" 200 36215 0.007619
10.0.0.41 - - [2025-06-09 00:50:02] "GET / HTTP/1.1" 200 36215 0.004088
10.0.0.41 - - [2025-06-09 00:50:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000536
10.0.0.19 - - [2025-06-09 00:50:02] "GET / HTTP/1.1" 200 36215 0.002125
10.0.0.19 - - [2025-06-09 00:50:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000549
10.0.0.41 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 1.631783
10.0.0.41 - - [2025-06-09 00:50:03] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006211
10.0.0.249 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 2.267597
10.0.0.249 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.010274
10.0.0.249 - - [2025-06-09 00:50:03] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.962726
10.0.0.249 - - [2025-06-09 00:50:03] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.006112
10.0.0.41 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.006243
10.0.0.19 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 404 186 0.705395
10.0.0.19 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.013293
10.0.0.19 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 1.048037
10.0.0.19 - - [2025-06-09 00:50:03] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.010347
10.0.0.249 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.464360
10.0.0.249 - - [2025-06-09 00:50:03] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.009940
10.0.0.19 - - [2025-06-09 00:50:03] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.009896
10.0.0.19 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.011928
10.0.0.249 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 404 220 0.014902
10.0.0.41 - - [2025-06-09 00:50:03] "POST /config-nodes HTTP/1.1" 200 601 0.105372
10.0.0.19 - - [2025-06-09 00:50:03] "POST /service-appliance-sets HTTP/1.1" 200 555 0.121228
10.0.0.19 - - [2025-06-09 00:50:03] "POST /config-nodes HTTP/1.1" 200 601 0.109265
10.0.0.249 - - [2025-06-09 00:50:03] "POST /config-nodes HTTP/1.1" 200 601 0.091473
10.0.0.19 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 404 180 0.015869
10.0.0.19 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005401
10.0.0.19 - - [2025-06-09 00:50:03] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.005611
10.0.0.41 - - [2025-06-09 00:50:03] "GET / HTTP/1.1" 200 36215 0.003439
10.0.0.41 - - [2025-06-09 00:50:03] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000601
10.0.0.19 - - [2025-06-09 00:50:03] "POST /service-appliance-sets HTTP/1.1" 200 543 0.060873
10.0.0.19 - - [2025-06-09 00:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005240
10.0.0.19 - - [2025-06-09 00:50:03] "GET / HTTP/1.1" 200 36215 0.002972
10.0.0.19 - - [2025-06-09 00:50:03] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000481
10.0.0.19 - - [2025-06-09 00:50:03] "GET /network-ipam/274d7b8f-8d62-4ca8-9963-0bf274f42472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.011209
10.0.0.249 - - [2025-06-09 00:50:03] "GET / HTTP/1.1" 200 36215 0.001563
10.0.0.249 - - [2025-06-09 00:50:03] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000483
10.0.0.41 - - [2025-06-09 00:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.967879
10.0.0.41 - - [2025-06-09 00:50:04] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.012351
10.0.0.19 - - [2025-06-09 00:50:04] "POST /service-templates HTTP/1.1" 200 513 0.086851
10.0.0.41 - - [2025-06-09 00:50:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.009840
10.0.0.41 - - [2025-06-09 00:50:04] "POST /fqname-to-id HTTP/1.1" 404 196 0.520242
10.0.0.19 - - [2025-06-09 00:50:04] "POST /service-templates HTTP/1.1" 200 503 0.135556
10.0.0.41 - - [2025-06-09 00:50:04] "POST /job-templates HTTP/1.1" 200 557 0.136921
10.0.0.41 - - [2025-06-09 00:50:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.010055
10.0.0.41 - - [2025-06-09 00:50:04] "POST /config-database-nodes HTTP/1.1" 200 619 0.180855
10.0.0.249 - - [2025-06-09 00:50:04] "GET / HTTP/1.1" 200 36215 0.001364
10.0.0.249 - - [2025-06-09 00:50:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000566
10.0.0.19 - - [2025-06-09 00:50:04] "POST /service-templates HTTP/1.1" 200 517 0.136849
10.0.0.41 - - [2025-06-09 00:50:04] "POST /job-templates HTTP/1.1" 200 565 0.131298
10.0.0.41 - - [2025-06-09 00:50:04] "POST /fqname-to-id HTTP/1.1" 404 191 0.019261
10.0.0.19 - - [2025-06-09 00:50:04] "POST /service-templates HTTP/1.1" 200 537 0.088932
10.0.0.41 - - [2025-06-09 00:50:04] "POST /job-templates HTTP/1.1" 200 547 0.091245
10.0.0.19 - - [2025-06-09 00:50:04] "POST /service-templates HTTP/1.1" 200 509 0.079519
10.0.0.41 - - [2025-06-09 00:50:04] "POST /fqname-to-id HTTP/1.1" 404 207 0.005526
10.0.0.41 - - [2025-06-09 00:50:04] "POST /job-templates HTTP/1.1" 200 579 0.087465
10.0.0.41 - - [2025-06-09 00:50:05] "POST /fqname-to-id HTTP/1.1" 404 208 0.017934
10.0.0.41 - - [2025-06-09 00:50:05] "POST /job-templates HTTP/1.1" 200 581 0.062271
10.0.0.41 - - [2025-06-09 00:50:05] "POST /fqname-to-id HTTP/1.1" 404 210 0.005242
10.0.0.19 - - [2025-06-09 00:50:05] "POST /fqname-to-id HTTP/1.1" 200 156 1.237248
10.0.0.19 - - [2025-06-09 00:50:05] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006314
10.0.0.41 - - [2025-06-09 00:50:05] "POST /job-templates HTTP/1.1" 200 585 0.075930
10.0.0.19 - - [2025-06-09 00:50:05] "POST /fqname-to-id HTTP/1.1" 404 220 0.005883
10.0.0.41 - - [2025-06-09 00:50:05] "POST /fqname-to-id HTTP/1.1" 404 198 0.008503
10.0.0.19 - - [2025-06-09 00:50:05] "POST /config-database-nodes HTTP/1.1" 200 619 0.057106
10.0.0.41 - - [2025-06-09 00:50:05] "POST /job-templates HTTP/1.1" 200 561 0.056840
10.0.0.41 - - [2025-06-09 00:50:05] "POST /fqname-to-id HTTP/1.1" 404 203 0.005184
10.0.0.41 - - [2025-06-09 00:50:05] "POST /job-templates HTTP/1.1" 200 571 0.080259
10.0.0.41 - - [2025-06-09 00:50:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.005857
10.0.0.41 - - [2025-06-09 00:50:05] "POST /job-templates HTTP/1.1" 200 557 0.119753
10.0.0.41 - - [2025-06-09 00:50:05] "POST /fqname-to-id HTTP/1.1" 404 196 0.005489
10.0.0.41 - - [2025-06-09 00:50:06] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.448137
10.0.0.41 - - [2025-06-09 00:50:06] "POST /job-templates HTTP/1.1" 200 557 0.116898
10.0.0.41 - - [2025-06-09 00:50:06] "POST /fqname-to-id HTTP/1.1" 404 196 0.004753
10.0.0.41 - - [2025-06-09 00:50:06] "POST /job-templates HTTP/1.1" 200 557 0.104548
10.0.0.41 - - [2025-06-09 00:50:06] "POST /fqname-to-id HTTP/1.1" 404 186 0.004918
10.0.0.19 - - [2025-06-09 00:50:06] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.448258
/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.249 - - [2025-06-09 00:50:06] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.189973
10.0.0.249 - - [2025-06-09 00:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.455735
10.0.0.249 - - [2025-06-09 00:50:06] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008322
10.0.0.41 - - [2025-06-09 00:50:06] "POST /job-templates HTTP/1.1" 200 537 0.085951
10.0.0.249 - - [2025-06-09 00:50:06] "POST /fqname-to-id HTTP/1.1" 404 220 0.004793
10.0.0.41 - - [2025-06-09 00:50:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.004537
10.0.0.249 - - [2025-06-09 00:50:06] "POST /config-database-nodes HTTP/1.1" 200 619 0.056088
10.0.0.41 - - [2025-06-09 00:50:06] "POST /job-templates HTTP/1.1" 200 561 0.063444
10.0.0.41 - - [2025-06-09 00:50:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.005323
10.0.0.41 - - [2025-06-09 00:50:06] "POST /job-templates HTTP/1.1" 200 561 0.074142
10.0.0.41 - - [2025-06-09 00:50:06] "POST /fqname-to-id HTTP/1.1" 404 198 0.006263
10.0.0.41 - - [2025-06-09 00:50:07] "POST /job-templates HTTP/1.1" 200 561 0.100083
10.0.0.41 - - [2025-06-09 00:50:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.005469
10.0.0.41 - - [2025-06-09 00:50:07] "POST /job-templates HTTP/1.1" 200 567 0.092580
10.0.0.41 - - [2025-06-09 00:50:07] "POST /fqname-to-id HTTP/1.1" 404 197 0.006102
10.0.0.41 - - [2025-06-09 00:50:07] "POST /job-templates HTTP/1.1" 200 559 0.045282
10.0.0.41 - - [2025-06-09 00:50:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.004700
10.0.0.41 - - [2025-06-09 00:50:07] "POST /job-templates HTTP/1.1" 200 557 0.080291
10.0.0.41 - - [2025-06-09 00:50:07] "POST /fqname-to-id HTTP/1.1" 404 205 0.005452
10.0.0.41 - - [2025-06-09 00:50:07] "POST /job-templates HTTP/1.1" 200 575 0.116259
10.0.0.41 - - [2025-06-09 00:50:07] "POST /fqname-to-id HTTP/1.1" 404 194 0.005020
10.0.0.41 - - [2025-06-09 00:50:07] "POST /job-templates HTTP/1.1" 200 553 0.054320
10.0.0.41 - - [2025-06-09 00:50:08] "POST /fqname-to-id HTTP/1.1" 404 208 0.007310
10.0.0.41 - - [2025-06-09 00:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.007316
10.0.0.41 - - [2025-06-09 00:50:11] "GET /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1163 0.009983
10.0.0.41 - - [2025-06-09 00:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.010717
10.0.0.41 - - [2025-06-09 00:50:11] "PUT /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6 HTTP/1.1" 200 277 0.019961
10.0.0.19 - - [2025-06-09 00:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008754
10.0.0.19 - - [2025-06-09 00:50:11] "GET /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.005093
10.0.0.249 - - [2025-06-09 00:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008699
10.0.0.249 - - [2025-06-09 00:50:11] "GET /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.007538
10.0.0.19 - - [2025-06-09 00:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.008655
10.0.0.249 - - [2025-06-09 00:50:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.011625
10.0.0.41 - - [2025-06-09 00:50:11] "GET / HTTP/1.1" 200 36215 0.002111
10.0.0.41 - - [2025-06-09 00:50:11] "POST /alarms HTTP/1.1" 401 293 0.000413
10.0.0.19 - - [2025-06-09 00:50:11] "PUT /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6 HTTP/1.1" 200 277 0.034441
10.0.0.249 - - [2025-06-09 00:50:11] "PUT /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6 HTTP/1.1" 200 277 0.039706
10.0.0.19 - - [2025-06-09 00:50:11] "GET / HTTP/1.1" 200 36215 0.001565
10.0.0.19 - - [2025-06-09 00:50:11] "POST /alarms HTTP/1.1" 401 293 0.000498
10.0.0.249 - - [2025-06-09 00:50:12] "GET / HTTP/1.1" 200 36215 0.002616
10.0.0.249 - - [2025-06-09 00:50:12] "POST /alarms HTTP/1.1" 401 293 0.000603
10.0.0.41 - - [2025-06-09 00:50:25] "POST /job-templates HTTP/1.1" 200 557 0.039120
10.0.0.41 - - [2025-06-09 00:50:25] "POST /fqname-to-id HTTP/1.1" 404 206 0.004184
10.0.0.41 - - [2025-06-09 00:50:25] "POST /job-templates HTTP/1.1" 200 559 0.099393
10.0.0.41 - - [2025-06-09 00:50:25] "POST /fqname-to-id HTTP/1.1" 404 196 0.010602
10.0.0.41 - - [2025-06-09 00:50:25] "POST /job-templates HTTP/1.1" 200 555 0.047013
10.0.0.41 - - [2025-06-09 00:50:26] "POST /fqname-to-id HTTP/1.1" 404 195 0.006608
10.0.0.41 - - [2025-06-09 00:50:26] "POST /job-templates HTTP/1.1" 200 565 0.057846
10.0.0.41 - - [2025-06-09 00:50:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.004692
10.0.0.41 - - [2025-06-09 00:50:26] "POST /tags HTTP/1.1" 200 322 0.078635
10.0.0.41 - - [2025-06-09 00:50:26] "POST /fqname-to-id HTTP/1.1" 404 174 0.012766
10.0.0.41 - - [2025-06-09 00:50:26] "POST /tags HTTP/1.1" 200 310 0.060053
10.0.0.41 - - [2025-06-09 00:50:26] "POST /fqname-to-id HTTP/1.1" 404 164 0.009473
10.0.0.41 - - [2025-06-09 00:50:26] "POST /tags HTTP/1.1" 200 324 0.050945
10.0.0.41 - - [2025-06-09 00:50:26] "POST /fqname-to-id HTTP/1.1" 404 166 0.009671
10.0.0.41 - - [2025-06-09 00:50:26] "POST /hardwares HTTP/1.1" 200 328 0.030267
10.0.0.41 - - [2025-06-09 00:50:27] "POST /fqname-to-id HTTP/1.1" 404 166 0.004009
10.0.0.41 - - [2025-06-09 00:50:27] "POST /hardwares HTTP/1.1" 200 324 0.022879
10.0.0.41 - - [2025-06-09 00:50:27] "POST /fqname-to-id HTTP/1.1" 404 161 0.009478
10.0.0.41 - - [2025-06-09 00:50:27] "POST /hardwares HTTP/1.1" 200 324 0.018461
10.0.0.41 - - [2025-06-09 00:50:27] "POST /fqname-to-id HTTP/1.1" 404 164 0.010413
10.0.0.41 - - [2025-06-09 00:50:27] "POST /hardwares HTTP/1.1" 200 326 0.026702
10.0.0.41 - - [2025-06-09 00:50:27] "POST /fqname-to-id HTTP/1.1" 404 165 0.003913
10.0.0.41 - - [2025-06-09 00:50:27] "POST /hardwares HTTP/1.1" 200 326 0.017126
10.0.0.41 - - [2025-06-09 00:50:27] "POST /fqname-to-id HTTP/1.1" 404 161 0.006314
10.0.0.41 - - [2025-06-09 00:50:27] "POST /hardwares HTTP/1.1" 200 324 0.026329
10.0.0.41 - - [2025-06-09 00:50:27] "POST /fqname-to-id HTTP/1.1" 404 164 0.004764
10.0.0.41 - - [2025-06-09 00:50:28] "POST /hardwares HTTP/1.1" 200 320 0.021939
10.0.0.41 - - [2025-06-09 00:50:28] "POST /fqname-to-id HTTP/1.1" 404 165 0.006375
10.0.0.41 - - [2025-06-09 00:50:28] "POST /hardwares HTTP/1.1" 200 318 0.020681
10.0.0.41 - - [2025-06-09 00:50:28] "POST /fqname-to-id HTTP/1.1" 404 162 0.011591
10.0.0.41 - - [2025-06-09 00:50:28] "POST /hardwares HTTP/1.1" 200 320 0.046560
10.0.0.41 - - [2025-06-09 00:50:28] "POST /fqname-to-id HTTP/1.1" 404 158 0.003863
10.0.0.41 - - [2025-06-09 00:50:28] "POST /hardwares HTTP/1.1" 200 312 0.027827
10.0.0.41 - - [2025-06-09 00:50:28] "POST /fqname-to-id HTTP/1.1" 404 154 0.004180
10.0.0.41 - - [2025-06-09 00:50:28] "POST /hardwares HTTP/1.1" 200 312 0.021803
10.0.0.41 - - [2025-06-09 00:50:28] "POST /fqname-to-id HTTP/1.1" 404 155 0.007381
10.0.0.41 - - [2025-06-09 00:50:28] "POST /hardwares HTTP/1.1" 200 306 0.022866
10.0.0.41 - - [2025-06-09 00:50:29] "POST /fqname-to-id HTTP/1.1" 404 156 0.004790
10.0.0.41 - - [2025-06-09 00:50:29] "POST /hardwares HTTP/1.1" 200 308 0.019403
10.0.0.41 - - [2025-06-09 00:50:29] "POST /fqname-to-id HTTP/1.1" 404 157 0.004053
10.0.0.41 - - [2025-06-09 00:50:29] "POST /hardwares HTTP/1.1" 200 312 0.017707
10.0.0.41 - - [2025-06-09 00:50:29] "POST /fqname-to-id HTTP/1.1" 404 153 0.011899
10.0.0.41 - - [2025-06-09 00:50:29] "POST /hardwares HTTP/1.1" 200 310 0.040255
10.0.0.41 - - [2025-06-09 00:50:29] "POST /fqname-to-id HTTP/1.1" 404 157 0.005229
10.0.0.41 - - [2025-06-09 00:50:29] "POST /hardwares HTTP/1.1" 200 310 0.018812
10.0.0.41 - - [2025-06-09 00:50:29] "POST /fqname-to-id HTTP/1.1" 404 161 0.004456
10.0.0.41 - - [2025-06-09 00:50:29] "POST /hardwares HTTP/1.1" 200 310 0.021913
10.0.0.41 - - [2025-06-09 00:50:29] "POST /fqname-to-id HTTP/1.1" 404 154 0.004636
10.0.0.41 - - [2025-06-09 00:50:30] "POST /features HTTP/1.1" 200 535 0.055613
10.0.0.41 - - [2025-06-09 00:50:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.007293
10.0.0.41 - - [2025-06-09 00:50:30] "POST /features HTTP/1.1" 200 523 0.048791
10.0.0.41 - - [2025-06-09 00:50:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.006917
10.0.0.41 - - [2025-06-09 00:50:30] "POST /features HTTP/1.1" 200 541 0.050039
10.0.0.41 - - [2025-06-09 00:50:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.008687
10.0.0.41 - - [2025-06-09 00:50:30] "POST /features HTTP/1.1" 200 519 0.100933
10.0.0.41 - - [2025-06-09 00:50:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.004152
10.0.0.41 - - [2025-06-09 00:50:30] "POST /physical-roles HTTP/1.1" 200 523 0.065544
10.0.0.41 - - [2025-06-09 00:50:30] "POST /fqname-to-id HTTP/1.1" 404 184 0.003742
10.0.0.41 - - [2025-06-09 00:50:31] "POST /physical-roles HTTP/1.1" 200 521 0.072050
10.0.0.41 - - [2025-06-09 00:50:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.015345
10.0.0.41 - - [2025-06-09 00:50:31] "POST /overlay-roles HTTP/1.1" 200 547 0.063934
10.0.0.41 - - [2025-06-09 00:50:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.010510
10.0.0.41 - - [2025-06-09 00:50:31] "PUT /overlay-role/2302df83-4bf6-4a7c-a638-5a1f913147cc HTTP/1.1" 200 259 0.032410
10.0.0.41 - - [2025-06-09 00:50:31] "POST /fqname-to-id HTTP/1.1" 404 185 0.006109
10.0.0.41 - - [2025-06-09 00:50:31] "POST /overlay-roles HTTP/1.1" 200 531 0.054346
10.0.0.41 - - [2025-06-09 00:50:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.005669
10.0.0.41 - - [2025-06-09 00:50:31] "POST /overlay-roles HTTP/1.1" 200 521 0.054820
10.0.0.41 - - [2025-06-09 00:50:31] "POST /fqname-to-id HTTP/1.1" 404 182 0.009009
10.0.0.41 - - [2025-06-09 00:50:32] "POST /role-definitions HTTP/1.1" 200 549 0.041230
10.0.0.41 - - [2025-06-09 00:50:32] "POST /fqname-to-id HTTP/1.1" 404 191 0.005298
10.0.0.41 - - [2025-06-09 00:50:32] "POST /role-definitions HTTP/1.1" 200 565 0.052636
10.0.0.41 - - [2025-06-09 00:50:32] "POST /fqname-to-id HTTP/1.1" 404 190 0.010339
10.0.0.41 - - [2025-06-09 00:50:32] "POST /role-definitions HTTP/1.1" 200 553 0.064722
10.0.0.41 - - [2025-06-09 00:50:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.009151
10.0.0.41 - - [2025-06-09 00:50:32] "POST /role-definitions HTTP/1.1" 200 549 0.077710
10.0.0.41 - - [2025-06-09 00:50:32] "POST /fqname-to-id HTTP/1.1" 404 188 0.003739
10.0.0.41 - - [2025-06-09 00:50:33] "POST /role-definitions HTTP/1.1" 200 549 0.049101
10.0.0.41 - - [2025-06-09 00:50:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.012571
10.0.0.41 - - [2025-06-09 00:50:33] "POST /role-definitions HTTP/1.1" 200 535 0.101127
10.0.0.41 - - [2025-06-09 00:50:33] "POST /fqname-to-id HTTP/1.1" 404 181 0.005875
10.0.0.41 - - [2025-06-09 00:50:33] "POST /role-definitions HTTP/1.1" 200 539 0.120186
10.0.0.41 - - [2025-06-09 00:50:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.006997
10.0.0.41 - - [2025-06-09 00:50:33] "POST /role-definitions HTTP/1.1" 200 563 0.076786
10.0.0.41 - - [2025-06-09 00:50:33] "POST /fqname-to-id HTTP/1.1" 404 196 0.007696
10.0.0.41 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 200 583 12.492568
10.0.0.41 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 200 577 0.102701
10.0.0.41 - - [2025-06-09 00:50:34] "POST /feature-configs HTTP/1.1" 200 564 0.107570
10.0.0.41 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 200 577 0.045844
10.0.0.41 - - [2025-06-09 00:50:34] "POST /fqname-to-id HTTP/1.1" 404 192 0.010288
10.0.0.19 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 409 264 12.165011
10.0.0.19 - - [2025-06-09 00:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.011447
10.0.0.249 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 409 264 11.896388
10.0.0.41 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 200 561 0.088457
10.0.0.249 - - [2025-06-09 00:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.011760
10.0.0.41 - - [2025-06-09 00:50:34] "POST /node-profiles HTTP/1.1" 200 539 0.069386
10.0.0.19 - - [2025-06-09 00:50:34] "PUT /alarm/42a92067-3c9d-4474-af36-97a222a7d9e7 HTTP/1.1" 200 245 0.042693
10.0.0.249 - - [2025-06-09 00:50:34] "PUT /alarm/42a92067-3c9d-4474-af36-97a222a7d9e7 HTTP/1.1" 200 245 0.021627
10.0.0.19 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 409 261 0.003907
10.0.0.41 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 200 557 0.052574
10.0.0.41 - - [2025-06-09 00:50:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.003974
10.0.0.249 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 409 261 0.006941
10.0.0.19 - - [2025-06-09 00:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008311
10.0.0.249 - - [2025-06-09 00:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007972
10.0.0.41 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 200 559 0.070152
10.0.0.19 - - [2025-06-09 00:50:34] "PUT /alarm/065ea16e-9149-4079-bf51-fc6e7aaeb29d HTTP/1.1" 200 245 0.043826
10.0.0.249 - - [2025-06-09 00:50:34] "PUT /alarm/065ea16e-9149-4079-bf51-fc6e7aaeb29d HTTP/1.1" 200 245 0.044789
10.0.0.19 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 409 261 0.014996
10.0.0.41 - - [2025-06-09 00:50:34] "POST /node-profiles HTTP/1.1" 200 543 0.087166
10.0.0.249 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 409 261 0.012378
10.0.0.19 - - [2025-06-09 00:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783
10.0.0.41 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 200 567 0.091209
10.0.0.249 - - [2025-06-09 00:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008462
10.0.0.41 - - [2025-06-09 00:50:34] "POST /fqname-to-id HTTP/1.1" 404 184 0.007678
10.0.0.19 - - [2025-06-09 00:50:34] "PUT /alarm/d11ff76c-6d2b-4733-9bad-963a9a62af73 HTTP/1.1" 200 245 0.059469
10.0.0.249 - - [2025-06-09 00:50:34] "PUT /alarm/d11ff76c-6d2b-4733-9bad-963a9a62af73 HTTP/1.1" 200 245 0.050066
10.0.0.19 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 409 253 0.010074
10.0.0.41 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 200 551 0.112528
10.0.0.249 - - [2025-06-09 00:50:34] "POST /alarms HTTP/1.1" 409 253 0.026441
10.0.0.19 - - [2025-06-09 00:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006916
10.0.0.249 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.012559
10.0.0.19 - - [2025-06-09 00:50:35] "PUT /alarm/0ae4ade4-ae79-41c9-9f6b-b6c4d6af8867 HTTP/1.1" 200 245 0.055279
10.0.0.41 - - [2025-06-09 00:50:35] "POST /node-profiles HTTP/1.1" 200 535 0.190503
10.0.0.41 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 200 559 0.127750
10.0.0.249 - - [2025-06-09 00:50:35] "PUT /alarm/0ae4ade4-ae79-41c9-9f6b-b6c4d6af8867 HTTP/1.1" 200 245 0.051943
10.0.0.19 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 409 251 0.009244
10.0.0.41 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.017032
10.0.0.249 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 409 251 0.023567
10.0.0.19 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.015944
10.0.0.41 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 200 569 0.096819
10.0.0.249 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.016579
10.0.0.19 - - [2025-06-09 00:50:35] "PUT /alarm/93441ec2-383b-4c8a-baf1-6fa411b11557 HTTP/1.1" 200 245 0.038397
10.0.0.19 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 409 252 0.008926
10.0.0.249 - - [2025-06-09 00:50:35] "PUT /alarm/93441ec2-383b-4c8a-baf1-6fa411b11557 HTTP/1.1" 200 245 0.046412
10.0.0.19 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730
10.0.0.41 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 200 557 0.094552
10.0.0.41 - - [2025-06-09 00:50:35] "POST /telemetry-profiles HTTP/1.1" 200 556 0.103399
10.0.0.249 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 409 252 0.015003
10.0.0.249 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007774
10.0.0.19 - - [2025-06-09 00:50:35] "PUT /alarm/ca881233-07e5-417f-9512-07c2130cf7d9 HTTP/1.1" 200 245 0.067219
10.0.0.41 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 404 206 0.008362
10.0.0.41 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 200 569 0.088135
10.0.0.19 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 409 256 0.008398
10.0.0.249 - - [2025-06-09 00:50:35] "PUT /alarm/ca881233-07e5-417f-9512-07c2130cf7d9 HTTP/1.1" 200 245 0.053392
10.0.0.19 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.015335
10.0.0.249 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 409 256 0.009685
10.0.0.41 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 200 577 0.091723
10.0.0.249 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005885
10.0.0.41 - - [2025-06-09 00:50:35] "POST /telemetry-profiles HTTP/1.1" 200 556 0.110701
10.0.0.19 - - [2025-06-09 00:50:35] "PUT /alarm/9c33b946-0ad5-4d85-978c-0e6a0d1712f1 HTTP/1.1" 200 245 0.065333
10.0.0.249 - - [2025-06-09 00:50:35] "PUT /alarm/9c33b946-0ad5-4d85-978c-0e6a0d1712f1 HTTP/1.1" 200 245 0.037733
10.0.0.19 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 409 248 0.010020
10.0.0.41 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 200 571 0.076836
10.0.0.41 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.010882
10.0.0.249 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 409 248 0.016703
10.0.0.19 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.014001
10.0.0.249 - - [2025-06-09 00:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.005956
10.0.0.41 - - [2025-06-09 00:50:35] "POST /alarms HTTP/1.1" 200 563 0.101794
10.0.0.19 - - [2025-06-09 00:50:35] "PUT /alarm/4c157f07-bd70-41c7-b0da-d6167d02937c HTTP/1.1" 200 245 0.065812
10.0.0.249 - - [2025-06-09 00:50:35] "PUT /alarm/4c157f07-bd70-41c7-b0da-d6167d02937c HTTP/1.1" 200 245 0.056647
10.0.0.19 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 409 252 0.007681
10.0.0.41 - - [2025-06-09 00:50:36] "POST /sflow-profiles HTTP/1.1" 200 540 0.121402
10.0.0.249 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 409 252 0.010178
10.0.0.19 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009178
10.0.0.41 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 200 563 0.092057
10.0.0.249 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008152
10.0.0.41 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 404 199 0.003445
10.0.0.19 - - [2025-06-09 00:50:36] "PUT /alarm/8d2668ef-dcfb-41bd-a835-6b9150f09f4e HTTP/1.1" 200 245 0.048364
10.0.0.249 - - [2025-06-09 00:50:36] "PUT /alarm/8d2668ef-dcfb-41bd-a835-6b9150f09f4e HTTP/1.1" 200 245 0.048276
10.0.0.41 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 200 563 0.085446
10.0.0.19 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 409 257 0.025187
10.0.0.249 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 409 257 0.017660
10.0.0.41 - - [2025-06-09 00:50:36] "POST /snmp-profiles HTTP/1.1" 200 532 0.101674
10.0.0.19 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006860
10.0.0.249 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884
10.0.0.41 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 200 549 0.052345
10.0.0.41 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.016242
10.0.0.19 - - [2025-06-09 00:50:36] "PUT /alarm/84772bf8-bdfa-4864-8e25-d863145dc1a1 HTTP/1.1" 200 245 0.044533
10.0.0.249 - - [2025-06-09 00:50:36] "PUT /alarm/84772bf8-bdfa-4864-8e25-d863145dc1a1 HTTP/1.1" 200 245 0.048710
10.0.0.19 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 409 251 0.004112
10.0.0.41 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 200 597 0.077422
10.0.0.249 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 409 251 0.018126
10.0.0.19 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007363
10.0.0.249 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007808
10.0.0.41 - - [2025-06-09 00:50:36] "POST /device-functional-groups HTTP/1.1" 200 542 0.063106
10.0.0.41 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 200 577 0.065969
10.0.0.19 - - [2025-06-09 00:50:36] "PUT /alarm/c4a91138-347a-49da-bd34-7ffd1338d881 HTTP/1.1" 200 245 0.057675
10.0.0.249 - - [2025-06-09 00:50:36] "PUT /alarm/c4a91138-347a-49da-bd34-7ffd1338d881 HTTP/1.1" 200 245 0.062278
10.0.0.41 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 404 194 0.015924
10.0.0.19 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 409 257 0.010139
10.0.0.41 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 200 573 0.085262
10.0.0.249 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 409 257 0.009413
10.0.0.19 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009809
10.0.0.249 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007689
10.0.0.41 - - [2025-06-09 00:50:36] "POST /device-functional-groups HTTP/1.1" 200 592 0.052808
10.0.0.41 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 200 585 0.080754
10.0.0.249 - - [2025-06-09 00:50:36] "PUT /alarm/b632b3c2-5578-4237-b29d-20c6588f4284 HTTP/1.1" 200 245 0.045437
10.0.0.19 - - [2025-06-09 00:50:36] "PUT /alarm/b632b3c2-5578-4237-b29d-20c6588f4284 HTTP/1.1" 200 245 0.082635
10.0.0.249 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 409 261 0.009889
10.0.0.41 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.019383
10.0.0.19 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 409 261 0.003837
10.0.0.41 - - [2025-06-09 00:50:36] "POST /alarms HTTP/1.1" 200 611 0.073709
10.0.0.249 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.010112
10.0.0.19 - - [2025-06-09 00:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007194
10.0.0.249 - - [2025-06-09 00:50:37] "PUT /alarm/cb89d4bd-d2b7-42bd-8fa5-86c5106c7c90 HTTP/1.1" 200 245 0.068559
10.0.0.19 - - [2025-06-09 00:50:37] "PUT /alarm/cb89d4bd-d2b7-42bd-8fa5-86c5106c7c90 HTTP/1.1" 200 245 0.060213
10.0.0.41 - - [2025-06-09 00:50:37] "POST /device-functional-groups HTTP/1.1" 200 568 0.057477
10.0.0.19 - - [2025-06-09 00:50:37] "POST /alarms HTTP/1.1" 409 258 0.003971
10.0.0.249 - - [2025-06-09 00:50:37] "POST /alarms HTTP/1.1" 409 258 0.008419
10.0.0.41 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 404 210 0.005030
10.0.0.19 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007749
10.0.0.249 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006422
10.0.0.19 - - [2025-06-09 00:50:37] "PUT /alarm/abc5927d-bd20-41be-968e-4ece4f369ae6 HTTP/1.1" 200 245 0.032909
10.0.0.249 - - [2025-06-09 00:50:37] "PUT /alarm/abc5927d-bd20-41be-968e-4ece4f369ae6 HTTP/1.1" 200 245 0.037285
10.0.0.41 - - [2025-06-09 00:50:37] "POST /role-configs HTTP/1.1" 200 527 0.067362
10.0.0.19 - - [2025-06-09 00:50:37] "POST /alarms HTTP/1.1" 409 254 0.006908
10.0.0.249 - - [2025-06-09 00:50:37] "POST /alarms HTTP/1.1" 409 254 0.004909
10.0.0.41 - - [2025-06-09 00:50:37] "GET / HTTP/1.1" 200 36215 0.002267
10.0.0.41 - - [2025-06-09 00:50:37] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000419
10.0.0.41 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.006235
10.0.0.19 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006690
10.0.0.249 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007117
10.0.0.41 - - [2025-06-09 00:50:37] "POST /role-configs HTTP/1.1" 200 524 0.063310
10.0.0.249 - - [2025-06-09 00:50:37] "PUT /alarm/4195b821-e5ac-4da8-a425-7460c4ef5525 HTTP/1.1" 200 245 0.043793
10.0.0.19 - - [2025-06-09 00:50:37] "PUT /alarm/4195b821-e5ac-4da8-a425-7460c4ef5525 HTTP/1.1" 200 245 0.050129
10.0.0.249 - - [2025-06-09 00:50:37] "POST /alarms HTTP/1.1" 409 254 0.005344
10.0.0.19 - - [2025-06-09 00:50:37] "POST /alarms HTTP/1.1" 409 254 0.003742
10.0.0.41 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.007778
10.0.0.249 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006480
10.0.0.19 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007017
10.0.0.249 - - [2025-06-09 00:50:37] "PUT /alarm/b6ebbba0-e92b-412f-9a8d-cef0c624d080 HTTP/1.1" 200 245 0.058955
10.0.0.19 - - [2025-06-09 00:50:37] "PUT /alarm/b6ebbba0-e92b-412f-9a8d-cef0c624d080 HTTP/1.1" 200 245 0.067075
10.0.0.41 - - [2025-06-09 00:50:37] "POST /role-configs HTTP/1.1" 200 519 0.106783
10.0.0.249 - - [2025-06-09 00:50:37] "POST /alarms HTTP/1.1" 409 254 0.009563
10.0.0.19 - - [2025-06-09 00:50:37] "POST /alarms HTTP/1.1" 409 254 0.004449
10.0.0.249 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.014729
10.0.0.19 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008609
10.0.0.41 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010811
10.0.0.249 - - [2025-06-09 00:50:37] "PUT /alarm/50130a4b-7a79-4214-b827-39252157d252 HTTP/1.1" 200 245 0.036287
10.0.0.19 - - [2025-06-09 00:50:37] "PUT /alarm/50130a4b-7a79-4214-b827-39252157d252 HTTP/1.1" 200 245 0.035073
10.0.0.41 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.014405
10.0.0.249 - - [2025-06-09 00:50:37] "POST /alarms HTTP/1.1" 409 247 0.010983
10.0.0.19 - - [2025-06-09 00:50:37] "POST /alarms HTTP/1.1" 409 247 0.013201
10.0.0.19 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004963
10.0.0.249 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007554
10.0.0.41 - - [2025-06-09 00:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004793
10.0.0.19 - - [2025-06-09 00:50:38] "PUT /alarm/e1a53ccd-1018-42a3-bdae-9ae0c138d569 HTTP/1.1" 200 245 0.036561
10.0.0.249 - - [2025-06-09 00:50:38] "PUT /alarm/e1a53ccd-1018-42a3-bdae-9ae0c138d569 HTTP/1.1" 200 245 0.059539
10.0.0.41 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.009974
10.0.0.19 - - [2025-06-09 00:50:38] "POST /alarms HTTP/1.1" 409 272 0.009322
10.0.0.249 - - [2025-06-09 00:50:38] "POST /alarms HTTP/1.1" 409 272 0.003931
10.0.0.41 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005344
10.0.0.19 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.016758
10.0.0.249 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006302
10.0.0.41 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.014426
10.0.0.19 - - [2025-06-09 00:50:38] "PUT /alarm/c9f46734-a0b9-44b8-9931-97c9de0a84d8 HTTP/1.1" 200 245 0.049775
10.0.0.249 - - [2025-06-09 00:50:38] "PUT /alarm/c9f46734-a0b9-44b8-9931-97c9de0a84d8 HTTP/1.1" 200 245 0.055174
10.0.0.19 - - [2025-06-09 00:50:38] "POST /alarms HTTP/1.1" 409 261 0.012557
10.0.0.41 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911
10.0.0.249 - - [2025-06-09 00:50:38] "POST /alarms HTTP/1.1" 409 261 0.034685
10.0.0.19 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541
10.0.0.249 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834
10.0.0.41 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122
10.0.0.19 - - [2025-06-09 00:50:38] "PUT /alarm/a6117942-ed28-44ce-b52c-23261dbc75fe HTTP/1.1" 200 245 0.061553
10.0.0.249 - - [2025-06-09 00:50:38] "PUT /alarm/a6117942-ed28-44ce-b52c-23261dbc75fe HTTP/1.1" 200 245 0.037268
10.0.0.41 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157
10.0.0.249 - - [2025-06-09 00:50:38] "POST /alarms HTTP/1.1" 409 259 0.005569
10.0.0.19 - - [2025-06-09 00:50:38] "POST /alarms HTTP/1.1" 409 259 0.009341
10.0.0.249 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003645
10.0.0.19 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577
10.0.0.41 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006841
10.0.0.249 - - [2025-06-09 00:50:38] "PUT /alarm/011b0740-48e1-4ebc-b6fd-1c8af73c1eed HTTP/1.1" 200 245 0.024561
10.0.0.19 - - [2025-06-09 00:50:38] "PUT /alarm/011b0740-48e1-4ebc-b6fd-1c8af73c1eed HTTP/1.1" 200 245 0.023609
10.0.0.249 - - [2025-06-09 00:50:38] "POST /alarms HTTP/1.1" 409 265 0.005845
10.0.0.19 - - [2025-06-09 00:50:38] "POST /alarms HTTP/1.1" 409 265 0.019519
10.0.0.41 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264
10.0.0.249 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893
10.0.0.19 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.017198
10.0.0.41 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386
10.0.0.249 - - [2025-06-09 00:50:38] "PUT /alarm/6ed9e2d2-8fca-4c2b-be7f-a55689cd038d HTTP/1.1" 200 245 0.021601
10.0.0.19 - - [2025-06-09 00:50:38] "PUT /alarm/6ed9e2d2-8fca-4c2b-be7f-a55689cd038d HTTP/1.1" 200 245 0.019758
10.0.0.249 - - [2025-06-09 00:50:38] "POST /alarms HTTP/1.1" 409 279 0.003941
10.0.0.41 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011506
10.0.0.19 - - [2025-06-09 00:50:38] "POST /alarms HTTP/1.1" 409 279 0.004455
10.0.0.249 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773
10.0.0.19 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005493
10.0.0.41 - - [2025-06-09 00:50:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804
10.0.0.249 - - [2025-06-09 00:50:38] "PUT /alarm/17282992-abc7-4c50-9602-2228e1ae9430 HTTP/1.1" 200 245 0.022304
10.0.0.19 - - [2025-06-09 00:50:39] "PUT /alarm/17282992-abc7-4c50-9602-2228e1ae9430 HTTP/1.1" 200 245 0.020715
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006065
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006452
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006301
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006864
10.0.0.19 - - [2025-06-09 00:50:39] "GET / HTTP/1.1" 200 36215 0.002292
10.0.0.19 - - [2025-06-09 00:50:39] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000468
10.0.0.249 - - [2025-06-09 00:50:39] "GET / HTTP/1.1" 200 36215 0.002744
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.014327
10.0.0.249 - - [2025-06-09 00:50:39] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.001303
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004581
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578
10.0.0.41 - - [2025-06-09 00:50:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004355
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006048
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007722
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004033
10.0.0.41 - - [2025-06-09 00:50:40] "GET /network-ipam/274d7b8f-8d62-4ca8-9963-0bf274f42472?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 13.446611
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005548
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397
10.0.0.41 - - [2025-06-09 00:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892
10.0.0.41 - - [2025-06-09 00:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008475
10.0.0.41 - - [2025-06-09 00:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480
10.0.0.41 - - [2025-06-09 00:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004787
10.0.0.41 - - [2025-06-09 00:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005083
10.0.0.41 - - [2025-06-09 00:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417
10.0.0.41 - - [2025-06-09 00:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.010462
10.0.0.41 - - [2025-06-09 00:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.008878
10.0.0.41 - - [2025-06-09 00:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592
10.0.0.41 - - [2025-06-09 00:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203
10.0.0.41 - - [2025-06-09 00:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006932
10.0.0.41 - - [2025-06-09 00:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.012750
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003704
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.010732
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004748
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007495
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004394
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396
10.0.0.41 - - [2025-06-09 00:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005321
10.0.0.41 - - [2025-06-09 00:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006889
10.0.0.41 - - [2025-06-09 00:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658
10.0.0.41 - - [2025-06-09 00:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603
10.0.0.41 - - [2025-06-09 00:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009277
10.0.0.41 - - [2025-06-09 00:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005583
10.0.0.41 - - [2025-06-09 00:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004535
10.0.0.41 - - [2025-06-09 00:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005115
10.0.0.41 - - [2025-06-09 00:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292
10.0.0.41 - - [2025-06-09 00:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005176
10.0.0.41 - - [2025-06-09 00:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229
10.0.0.41 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.017421
10.0.0.41 - - [2025-06-09 00:50:44] "GET / HTTP/1.1" 200 36215 0.009981
10.0.0.41 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000554
10.0.0.19 - - [2025-06-09 00:50:44] "GET / HTTP/1.1" 200 36215 0.001935
10.0.0.41 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.010295
10.0.0.19 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000429
10.0.0.41 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866
10.0.0.41 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.048823
10.0.0.41 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.011206
10.0.0.41 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921
10.0.0.41 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.012387
10.0.0.249 - - [2025-06-09 00:50:44] "GET / HTTP/1.1" 200 36215 0.001815
10.0.0.249 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000604
10.0.0.41 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007493
10.0.0.41 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469
10.0.0.41 - - [2025-06-09 00:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.014616
10.0.0.41 - - [2025-06-09 00:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007050
10.0.0.41 - - [2025-06-09 00:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234
10.0.0.41 - - [2025-06-09 00:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.014772
10.0.0.41 - - [2025-06-09 00:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881
10.0.0.41 - - [2025-06-09 00:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288
10.0.0.41 - - [2025-06-09 00:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.011431
10.0.0.41 - - [2025-06-09 00:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006019
10.0.0.41 - - [2025-06-09 00:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084
10.0.0.41 - - [2025-06-09 00:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007853
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005791
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005756
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006401
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005216
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.032489
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006100
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004442
10.0.0.41 - - [2025-06-09 00:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006135
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004661
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007224
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006032
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836
10.0.0.41 - - [2025-06-09 00:50:47] "GET /global-system-configs HTTP/1.1" 200 323 13.580843
10.0.0.41 - - [2025-06-09 00:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004067
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.008546
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004402
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005536
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101
10.0.0.41 - - [2025-06-09 00:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.011619
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.008125
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006361
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005741
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007123
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213
10.0.0.41 - - [2025-06-09 00:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009594
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009825
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007922
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007603
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009860
10.0.0.41 - - [2025-06-09 00:50:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006597
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004854
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037
10.0.0.19 - - [2025-06-09 00:50:51] "GET /global-system-configs HTTP/1.1" 200 323 11.094604
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005920
10.0.0.41 - - [2025-06-09 00:50:51] "GET /global-system-configs HTTP/1.1" 200 323 9.278843
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 404 224 0.005308
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005280
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010626
10.0.0.41 - - [2025-06-09 00:50:51] "POST /ref-update HTTP/1.1" 200 156 0.024357
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006924
10.0.0.41 - - [2025-06-09 00:50:51] "POST /route-targets HTTP/1.1" 200 328 0.014223
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007984
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.007068
10.0.0.41 - - [2025-06-09 00:50:51] "POST /ref-update HTTP/1.1" 200 156 0.035810
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005312
10.0.0.41 - - [2025-06-09 00:50:51] "PUT /access-control-list/3ef528de-9afa-4387-8780-b3e49f08038d HTTP/1.1" 200 273 0.017115
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891
10.0.0.41 - - [2025-06-09 00:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.013823
10.0.0.249 - - [2025-06-09 00:50:52] "GET /global-system-configs HTTP/1.1" 200 323 7.594414
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818
10.0.0.19 - - [2025-06-09 00:50:52] "GET /global-system-configs HTTP/1.1" 200 323 5.564489
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068
10.0.0.249 - - [2025-06-09 00:50:52] "GET /global-system-configs HTTP/1.1" 200 323 3.647396
10.0.0.41 - - [2025-06-09 00:50:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 2.729217
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747
10.0.0.249 - - [2025-06-09 00:50:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.790263
10.0.0.249 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497
10.0.0.41 - - [2025-06-09 00:50:52] "PUT /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6 HTTP/1.1" 200 277 0.028885
10.0.0.19 - - [2025-06-09 00:50:52] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.465780
10.0.0.19 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.011047
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.006159
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.997129
10.0.0.41 - - [2025-06-09 00:50:52] "GET /routing-instance/d5d56107-6c7e-4ca1-a8ab-d0936e45c46a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.006715
10.0.0.249 - - [2025-06-09 00:50:52] "PUT /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6 HTTP/1.1" 200 277 0.024238
10.0.0.19 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.683292
10.0.0.19 - - [2025-06-09 00:50:52] "GET /routing-instance/d5d56107-6c7e-4ca1-a8ab-d0936e45c46a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.006089
10.0.0.249 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.328633
10.0.0.249 - - [2025-06-09 00:50:52] "GET /routing-instance/d5d56107-6c7e-4ca1-a8ab-d0936e45c46a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.007699
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583
10.0.0.19 - - [2025-06-09 00:50:52] "PUT /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6 HTTP/1.1" 200 277 0.029966
10.0.0.41 - - [2025-06-09 00:50:52] "POST /bgp-routers HTTP/1.1" 200 622 0.058818
10.0.0.19 - - [2025-06-09 00:50:52] "POST /bgp-routers HTTP/1.1" 200 622 0.059631
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005844
10.0.0.41 - - [2025-06-09 00:50:52] "GET /bgp-router/fc9fa4b4-27c1-4059-8742-16ae17b981d8?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.005231
10.0.0.249 - - [2025-06-09 00:50:52] "POST /bgp-routers HTTP/1.1" 200 622 0.055873
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906
10.0.0.19 - - [2025-06-09 00:50:52] "GET /bgp-router/4a845ef9-8ad1-4898-a879-458c0c933a0a?fields=global_system_config_back_refs HTTP/1.1" 200 1128 0.018755
10.0.0.249 - - [2025-06-09 00:50:52] "GET /bgp-router/676dd76b-48ef-410a-8079-ae9aea86c231?fields=global_system_config_back_refs HTTP/1.1" 200 1127 0.010962
10.0.0.41 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007034
10.0.0.19 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.010427
10.0.0.41 - - [2025-06-09 00:50:52] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.014891
10.0.0.249 - - [2025-06-09 00:50:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008361
10.0.0.41 - - [2025-06-09 00:50:52] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.009600
10.0.0.19 - - [2025-06-09 00:50:53] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005750
10.0.0.249 - - [2025-06-09 00:50:53] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.015602
10.0.0.19 - - [2025-06-09 00:50:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.014913
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006974
10.0.0.41 - - [2025-06-09 00:50:53] "POST /ref-update HTTP/1.1" 200 156 0.085137
10.0.0.41 - - [2025-06-09 00:50:53] "GET / HTTP/1.1" 200 36215 0.002982
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000416
10.0.0.249 - - [2025-06-09 00:50:53] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.017474
10.0.0.41 - - [2025-06-09 00:50:53] "POST /ref-update HTTP/1.1" 200 156 0.069768
10.0.0.19 - - [2025-06-09 00:50:53] "POST /ref-update HTTP/1.1" 200 156 0.034517
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.023303
10.0.0.249 - - [2025-06-09 00:50:53] "POST /ref-update HTTP/1.1" 200 156 0.067778
10.0.0.19 - - [2025-06-09 00:50:53] "GET / HTTP/1.1" 200 36215 0.002148
10.0.0.19 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000401
10.0.0.249 - - [2025-06-09 00:50:53] "GET / HTTP/1.1" 200 36215 0.001484
10.0.0.249 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000999
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.014248
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.010820
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005761
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004280
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003959
10.0.0.41 - - [2025-06-09 00:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008489
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.651737
10.0.0.41 - - [2025-06-09 00:50:54] "GET /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.004458
10.0.0.249 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.350890
10.0.0.249 - - [2025-06-09 00:50:54] "GET /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.007125
10.0.0.19 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.074442
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005480
10.0.0.19 - - [2025-06-09 00:50:54] "GET /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1563 0.002972
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007258
10.0.0.249 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072
10.0.0.19 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060
10.0.0.41 - - [2025-06-09 00:50:54] "PUT /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6 HTTP/1.1" 200 277 0.029949
10.0.0.249 - - [2025-06-09 00:50:54] "PUT /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6 HTTP/1.1" 200 277 0.023293
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112
10.0.0.19 - - [2025-06-09 00:50:54] "PUT /global-vrouter-config/4c922cd3-e164-4844-9941-021decc0b3a6 HTTP/1.1" 200 277 0.011034
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979
10.0.0.41 - - [2025-06-09 00:50:54] "GET / HTTP/1.1" 200 36215 0.001994
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908
10.0.0.249 - - [2025-06-09 00:50:54] "GET / HTTP/1.1" 200 36215 0.001490
10.0.0.19 - - [2025-06-09 00:50:54] "GET / HTTP/1.1" 200 36215 0.001441
10.0.0.249 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.002222
10.0.0.19 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000375
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613
10.0.0.41 - - [2025-06-09 00:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880
10.0.0.41 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045
10.0.0.41 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009139
10.0.0.41 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754
10.0.0.41 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529
10.0.0.41 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007262
10.0.0.41 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.011777
10.0.0.41 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006958
10.0.0.41 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.025540
10.0.0.41 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.796058
10.0.0.41 - - [2025-06-09 00:50:55] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.017680
10.0.0.249 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.453515
10.0.0.249 - - [2025-06-09 00:50:55] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.008744
10.0.0.19 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.120084
10.0.0.19 - - [2025-06-09 00:50:55] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.003649
10.0.0.41 - - [2025-06-09 00:50:55] "PUT /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61 HTTP/1.1" 200 275 0.080501
10.0.0.41 - - [2025-06-09 00:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.012524
10.0.0.249 - - [2025-06-09 00:50:56] "PUT /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61 HTTP/1.1" 200 275 0.060068
10.0.0.19 - - [2025-06-09 00:50:56] "PUT /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61 HTTP/1.1" 200 275 0.057417
10.0.0.41 - - [2025-06-09 00:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.023278
10.0.0.41 - - [2025-06-09 00:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007220
10.0.0.41 - - [2025-06-09 00:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007184
10.0.0.41 - - [2025-06-09 00:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.013372
10.0.0.41 - - [2025-06-09 00:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004632
10.0.0.41 - - [2025-06-09 00:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005840
10.0.0.41 - - [2025-06-09 00:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161
10.0.0.41 - - [2025-06-09 00:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846
10.0.0.41 - - [2025-06-09 00:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003918
10.0.0.41 - - [2025-06-09 00:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005890
10.0.0.41 - - [2025-06-09 00:50:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005063
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.007375
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006756
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006942
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916
10.0.0.41 - - [2025-06-09 00:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006839
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006616
10.0.0.41 - - [2025-06-09 00:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004651
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006783
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.006634
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.007412
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005358
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004352
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782
10.0.0.41 - - [2025-06-09 00:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088
10.0.0.41 - - [2025-06-09 00:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.011144
10.0.0.41 - - [2025-06-09 00:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779
10.0.0.41 - - [2025-06-09 00:51:00] "POST /network-ipams HTTP/1.1" 200 552 0.037014
10.0.0.41 - - [2025-06-09 00:51:00] "POST /fqname-to-id HTTP/1.1" 404 188 0.012355
10.0.0.41 - - [2025-06-09 00:51:00] "GET /fabric/b8c6a5ce-df0b-4907-8e18-fcba6632b962?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.004838
10.0.0.41 - - [2025-06-09 00:51:00] "POST /ref-update HTTP/1.1" 200 156 0.030227
10.0.0.41 - - [2025-06-09 00:51:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.005110
10.0.0.41 - - [2025-06-09 00:51:23] "GET / HTTP/1.1" 200 36215 0.002244
10.0.0.41 - - [2025-06-09 00:51:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000664
10.0.0.249 - - [2025-06-09 00:51:24] "GET / HTTP/1.1" 200 36215 0.001502
10.0.0.249 - - [2025-06-09 00:51:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000394
10.0.0.41 - - [2025-06-09 00:51:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.042071
10.0.0.19 - - [2025-06-09 00:51:24] "GET / HTTP/1.1" 200 36215 0.001582
10.0.0.41 - - [2025-06-09 00:51:24] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.006383
10.0.0.19 - - [2025-06-09 00:51:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000328
10.0.0.41 - - [2025-06-09 00:51:24] "POST /fqname-to-id HTTP/1.1" 404 220 0.013529
10.0.0.41 - - [2025-06-09 00:51:24] "POST /database-nodes HTTP/1.1" 200 605 0.074534
10.0.0.249 - - [2025-06-09 00:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.386778
10.0.0.249 - - [2025-06-09 00:51:25] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.006717
10.0.0.19 - - [2025-06-09 00:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.058367
10.0.0.19 - - [2025-06-09 00:51:25] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.005537
10.0.0.19 - - [2025-06-09 00:51:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.007244
10.0.0.249 - - [2025-06-09 00:51:25] "POST /fqname-to-id HTTP/1.1" 404 220 0.005610
10.0.0.19 - - [2025-06-09 00:51:25] "POST /database-nodes HTTP/1.1" 200 605 0.054196
10.0.0.249 - - [2025-06-09 00:51:25] "POST /database-nodes HTTP/1.1" 200 605 0.048850
10.0.0.41 - - [2025-06-09 00:51:53] "GET / HTTP/1.1" 200 36215 0.002085
10.0.0.41 - - [2025-06-09 00:51:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000510
10.0.0.249 - - [2025-06-09 00:51:53] "GET / HTTP/1.1" 200 36215 0.001884
10.0.0.249 - - [2025-06-09 00:51:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417
10.0.0.19 - - [2025-06-09 00:51:53] "GET / HTTP/1.1" 200 36215 0.001520
10.0.0.19 - - [2025-06-09 00:51:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000397
10.0.0.41 - - [2025-06-09 00:51:54] "POST /fqname-to-id HTTP/1.1" 200 156 1.012103
10.0.0.41 - - [2025-06-09 00:51:54] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.006578
10.0.0.41 - - [2025-06-09 00:51:54] "POST /fqname-to-id HTTP/1.1" 404 220 0.006988
10.0.0.249 - - [2025-06-09 00:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.463083
10.0.0.249 - - [2025-06-09 00:51:55] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.004512
10.0.0.19 - - [2025-06-09 00:51:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.089182
10.0.0.19 - - [2025-06-09 00:51:55] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.004761
10.0.0.19 - - [2025-06-09 00:51:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.003843
10.0.0.249 - - [2025-06-09 00:51:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.003259
10.0.0.41 - - [2025-06-09 00:51:55] "POST /analytics-nodes HTTP/1.1" 200 607 0.043043
10.0.0.19 - - [2025-06-09 00:51:55] "POST /analytics-nodes HTTP/1.1" 200 607 0.077579
10.0.0.249 - - [2025-06-09 00:51:55] "POST /analytics-nodes HTTP/1.1" 200 607 0.091671
10.0.0.41 - - [2025-06-09 00:51:59] "GET / HTTP/1.1" 200 36215 0.004023
10.0.0.19 - - [2025-06-09 00:51:59] "GET / HTTP/1.1" 200 36215 0.001860
10.0.0.249 - - [2025-06-09 00:51:59] "GET / HTTP/1.1" 200 36215 0.002593
10.0.0.19 - - [2025-06-09 00:52:09] "GET / HTTP/1.1" 200 36215 0.001760
10.0.0.19 - - [2025-06-09 00:52:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000478
10.0.0.41 - - [2025-06-09 00:52:10] "GET / HTTP/1.1" 200 36215 0.001507
10.0.0.41 - - [2025-06-09 00:52:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000447
10.0.0.249 - - [2025-06-09 00:52:10] "GET / HTTP/1.1" 200 36215 0.001666
10.0.0.249 - - [2025-06-09 00:52:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468
10.0.0.19 - - [2025-06-09 00:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.979599
10.0.0.19 - - [2025-06-09 00:52:11] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.006025
10.0.0.19 - - [2025-06-09 00:52:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.003809
10.0.0.41 - - [2025-06-09 00:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.488721
10.0.0.41 - - [2025-06-09 00:52:11] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.007731
10.0.0.41 - - [2025-06-09 00:52:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.003646
10.0.0.19 - - [2025-06-09 00:52:11] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.105450
10.0.0.249 - - [2025-06-09 00:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.293240
10.0.0.249 - - [2025-06-09 00:52:12] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.014844
10.0.0.41 - - [2025-06-09 00:52:12] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.147183
10.0.0.249 - - [2025-06-09 00:52:12] "POST /fqname-to-id HTTP/1.1" 404 220 0.010742
10.0.0.249 - - [2025-06-09 00:52:12] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.085851
10.0.0.249 - - [2025-06-09 00:52:20] "GET / HTTP/1.1" 200 36215 0.001856
10.0.0.249 - - [2025-06-09 00:52:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000486
10.0.0.19 - - [2025-06-09 00:52:20] "GET / HTTP/1.1" 200 36215 0.001774
10.0.0.19 - - [2025-06-09 00:52:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000488
10.0.0.41 - - [2025-06-09 00:52:20] "GET / HTTP/1.1" 200 36215 0.001416
10.0.0.41 - - [2025-06-09 00:52:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000443
10.0.0.249 - - [2025-06-09 00:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.974224
10.0.0.249 - - [2025-06-09 00:52:21] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.007525
10.0.0.19 - - [2025-06-09 00:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.417952
10.0.0.19 - - [2025-06-09 00:52:21] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.004137
10.0.0.19 - - [2025-06-09 00:52:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.003783
10.0.0.41 - - [2025-06-09 00:52:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.073172
10.0.0.41 - - [2025-06-09 00:52:21] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.007171
10.0.0.249 - - [2025-06-09 00:52:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.006682
10.0.0.41 - - [2025-06-09 00:52:21] "POST /fqname-to-id HTTP/1.1" 404 220 0.004622
10.0.0.19 - - [2025-06-09 00:52:22] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.085378
10.0.0.41 - - [2025-06-09 00:52:22] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.055186
10.0.0.249 - - [2025-06-09 00:52:22] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.106607
10.0.0.27 - - [2025-06-09 00:54:03] "GET / HTTP/1.1" 200 36215 0.002690
10.0.0.27 - - [2025-06-09 00:54:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000447
10.0.0.141 - - [2025-06-09 00:54:04] "GET / HTTP/1.1" 200 36215 0.001453
10.0.0.141 - - [2025-06-09 00:54:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000589
10.0.0.27 - - [2025-06-09 00:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.360984
10.0.0.27 - - [2025-06-09 00:54:04] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.004620
10.0.0.27 - - [2025-06-09 00:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497
10.0.0.141 - - [2025-06-09 00:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.060654
10.0.0.141 - - [2025-06-09 00:54:04] "GET /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3165 0.005177
10.0.0.141 - - [2025-06-09 00:54:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831
10.0.0.27 - - [2025-06-09 00:54:04] "GET /routing-instance/d5d56107-6c7e-4ca1-a8ab-d0936e45c46a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003804
10.0.0.141 - - [2025-06-09 00:54:04] "GET /routing-instance/d5d56107-6c7e-4ca1-a8ab-d0936e45c46a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.004571
10.0.0.27 - - [2025-06-09 00:54:04] "PUT /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61 HTTP/1.1" 200 275 0.032295
10.0.0.141 - - [2025-06-09 00:54:04] "PUT /global-system-config/c9ab378d-78da-4b75-bf49-1d813965ec61 HTTP/1.1" 200 275 0.026643
10.0.0.27 - - [2025-06-09 00:54:04] "POST /fqname-to-id HTTP/1.1" 404 218 0.004623
10.0.0.141 - - [2025-06-09 00:54:04] "POST /fqname-to-id HTTP/1.1" 404 218 0.004502
10.0.0.27 - - [2025-06-09 00:54:04] "POST /virtual-routers HTTP/1.1" 200 605 0.049964
10.0.0.27 - - [2025-06-09 00:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.012036
10.0.0.141 - - [2025-06-09 00:54:05] "POST /virtual-routers HTTP/1.1" 200 605 0.077590
10.0.0.141 - - [2025-06-09 00:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005856
10.0.0.27 - - [2025-06-09 00:54:05] "GET /virtual-router/b2a3fb9f-16d3-4102-8b07-d829006916c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1259 0.014526
10.0.0.141 - - [2025-06-09 00:54:05] "GET /virtual-router/2cbbb439-c27a-456d-bfc7-1c9fe2d7f96b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1257 0.009489
10.0.0.27 - - [2025-06-09 00:54:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.012429
10.0.0.141 - - [2025-06-09 00:54:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.004251
10.0.0.27 - - [2025-06-09 00:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118
10.0.0.141 - - [2025-06-09 00:54:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896
10.0.0.27 - - [2025-06-09 00:54:05] "GET /virtual-network/58694798-50ab-4860-9a08-952c924f1f97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005154
10.0.0.141 - - [2025-06-09 00:54:05] "GET /virtual-network/58694798-50ab-4860-9a08-952c924f1f97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.005540
10.0.0.27 - - [2025-06-09 00:54:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.137892
10.0.0.141 - - [2025-06-09 00:54:05] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.166455
[Introspect:8084]10.0.0.249 - - [2025-06-09 00:54:42] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000910
[Introspect:8084]10.0.0.249 - - [2025-06-09 00:54:42] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.000932
[Introspect:8084]10.0.0.249 - - [2025-06-09 00:55:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001009
[Introspect:8084]10.0.0.249 - - [2025-06-09 00:55:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3161 0.001229
10.0.0.41 - - [2025-06-09 00:55:10] "GET /global-system-configs HTTP/1.1" 200 323 0.319111
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.19 - - [2025-06-09 00:55:10] "GET /global-system-configs HTTP/1.1" 200 323 0.089935
10.0.0.41 - - [2025-06-09 00:55:11] "GET /obj-perms HTTP/1.1" 200 5075 1.148150
10.0.0.249 - - [2025-06-09 00:55:11] "GET /obj-perms HTTP/1.1" 200 5075 1.176605
10.0.0.19 - - [2025-06-09 00:55:11] "GET /obj-perms HTTP/1.1" 200 5075 1.183509
10.0.0.41 - - [2025-06-09 00:55:11] "GET /global-system-configs HTTP/1.1" 200 323 0.163606
10.0.0.249 - - [2025-06-09 00:55:11] "GET /global-system-configs HTTP/1.1" 200 323 0.248654
10.0.0.41 - - [2025-06-09 00:55:11] "GET /obj-perms HTTP/1.1" 200 5075 0.382677
10.0.0.19 - - [2025-06-09 00:55:11] "GET /obj-perms HTTP/1.1" 200 5075 0.385463
10.0.0.19 - - [2025-06-09 00:55:11] "GET /global-system-configs HTTP/1.1" 200 323 0.141319
10.0.0.249 - - [2025-06-09 00:55:11] "GET /obj-perms HTTP/1.1" 200 5075 0.505910
10.0.0.249 - - [2025-06-09 00:55:12] "GET /global-system-configs HTTP/1.1" 200 323 0.093904
10.0.0.41 - - [2025-06-09 00:55:12] "GET /obj-perms HTTP/1.1" 200 5075 0.150723
10.0.0.249 - - [2025-06-09 00:55:12] "GET /obj-perms HTTP/1.1" 200 5075 0.168997
10.0.0.19 - - [2025-06-09 00:56:12] "GET /obj-perms HTTP/1.1" 200 5075 0.050756
10.0.0.41 - - [2025-06-09 00:59:15] "GET /obj-perms HTTP/1.1" 200 5075 0.050769
10.0.0.41 - - [2025-06-09 01:00:10] "GET /global-system-configs HTTP/1.1" 200 323 0.130342
10.0.0.249 - - [2025-06-09 01:00:10] "GET /obj-perms HTTP/1.1" 200 5075 0.159467
10.0.0.19 - - [2025-06-09 01:00:10] "GET /obj-perms HTTP/1.1" 200 5075 0.183974
10.0.0.19 - - [2025-06-09 01:00:10] "GET /global-system-configs HTTP/1.1" 200 323 0.031970
10.0.0.41 - - [2025-06-09 01:00:11] "GET /global-system-configs HTTP/1.1" 200 323 0.122245
10.0.0.249 - - [2025-06-09 01:00:11] "GET /global-system-configs HTTP/1.1" 200 323 0.178078
10.0.0.41 - - [2025-06-09 01:00:11] "GET /obj-perms HTTP/1.1" 200 5075 0.341297
10.0.0.249 - - [2025-06-09 01:00:11] "GET /obj-perms HTTP/1.1" 200 5075 0.350423
10.0.0.19 - - [2025-06-09 01:00:11] "GET /obj-perms HTTP/1.1" 200 5075 0.367809
10.0.0.19 - - [2025-06-09 01:00:11] "GET /global-system-configs HTTP/1.1" 200 323 0.129968
10.0.0.249 - - [2025-06-09 01:00:12] "GET /global-system-configs HTTP/1.1" 200 323 0.105394
10.0.0.41 - - [2025-06-09 01:00:12] "GET /obj-perms HTTP/1.1" 200 5075 0.161634
10.0.0.249 - - [2025-06-09 01:00:15] "GET /obj-perms HTTP/1.1" 200 5075 0.046828
10.0.0.19 - - [2025-06-09 01:00:15] "GET /obj-perms HTTP/1.1" 200 5075 0.063098
10.0.0.41 - - [2025-06-09 01:04:18] "GET /obj-perms HTTP/1.1" 200 5075 0.053813
10.0.0.249 - - [2025-06-09 01:04:19] "GET /obj-perms HTTP/1.1" 200 5075 0.059265
10.0.0.41 - - [2025-06-09 01:05:10] "GET /global-system-configs HTTP/1.1" 200 323 0.174550
10.0.0.19 - - [2025-06-09 01:05:10] "GET /obj-perms HTTP/1.1" 200 5075 0.285233
10.0.0.19 - - [2025-06-09 01:05:10] "GET /global-system-configs HTTP/1.1" 200 323 0.057775
10.0.0.41 - - [2025-06-09 01:05:11] "GET /global-system-configs HTTP/1.1" 200 323 0.113368
10.0.0.249 - - [2025-06-09 01:05:11] "GET /global-system-configs HTTP/1.1" 200 323 0.158866
10.0.0.41 - - [2025-06-09 01:05:11] "GET /obj-perms HTTP/1.1" 200 5075 0.319376
10.0.0.249 - - [2025-06-09 01:05:11] "GET /obj-perms HTTP/1.1" 200 5075 0.333801
10.0.0.19 - - [2025-06-09 01:05:11] "GET /obj-perms HTTP/1.1" 200 5075 0.327746
10.0.0.19 - - [2025-06-09 01:05:11] "GET /global-system-configs HTTP/1.1" 200 323 0.119607
10.0.0.249 - - [2025-06-09 01:05:12] "GET /global-system-configs HTTP/1.1" 200 323 0.097418
10.0.0.41 - - [2025-06-09 01:05:12] "GET /obj-perms HTTP/1.1" 200 5075 0.178507
10.0.0.249 - - [2025-06-09 01:05:12] "GET /obj-perms HTTP/1.1" 200 5075 0.191980
10.0.0.19 - - [2025-06-09 01:05:19] "GET /obj-perms HTTP/1.1" 200 5075 0.050795
10.0.0.41 - - [2025-06-09 01:08:22] "GET /obj-perms HTTP/1.1" 200 5075 0.049084
10.0.0.249 - - [2025-06-09 01:09:22] "GET /obj-perms HTTP/1.1" 200 5075 0.057642
10.0.0.19 - - [2025-06-09 01:09:23] "GET /obj-perms HTTP/1.1" 200 5075 0.051368
10.0.0.41 - - [2025-06-09 01:10:10] "GET /global-system-configs HTTP/1.1" 200 323 0.027550
10.0.0.19 - - [2025-06-09 01:10:10] "GET /global-system-configs HTTP/1.1" 200 323 0.033816
10.0.0.41 - - [2025-06-09 01:10:11] "GET /global-system-configs HTTP/1.1" 200 323 0.101955
10.0.0.249 - - [2025-06-09 01:10:11] "GET /global-system-configs HTTP/1.1" 200 323 0.199529
10.0.0.41 - - [2025-06-09 01:10:11] "GET /obj-perms HTTP/1.1" 200 5075 0.334305
10.0.0.249 - - [2025-06-09 01:10:11] "GET /obj-perms HTTP/1.1" 200 5075 0.354097
10.0.0.19 - - [2025-06-09 01:10:11] "GET /obj-perms HTTP/1.1" 200 5075 0.374333
10.0.0.19 - - [2025-06-09 01:10:11] "GET /global-system-configs HTTP/1.1" 200 323 0.133479
10.0.0.249 - - [2025-06-09 01:10:12] "GET /global-system-configs HTTP/1.1" 200 323 0.072247
10.0.0.41 - - [2025-06-09 01:10:12] "GET /obj-perms HTTP/1.1" 200 5075 0.170290
10.0.0.19 - - [2025-06-09 01:10:12] "GET /obj-perms HTTP/1.1" 200 5075 0.204529
10.0.0.249 - - [2025-06-09 01:10:12] "GET /obj-perms HTTP/1.1" 200 5075 0.217437
10.0.0.41 - - [2025-06-09 01:13:25] "GET /obj-perms HTTP/1.1" 200 5075 0.053714
10.0.0.249 - - [2025-06-09 01:13:26] "GET /obj-perms HTTP/1.1" 200 5075 0.053121
10.0.0.19 - - [2025-06-09 01:14:26] "GET /obj-perms HTTP/1.1" 200 5075 0.055339
10.0.0.41 - - [2025-06-09 01:15:10] "GET /global-system-configs HTTP/1.1" 200 323 0.033580
10.0.0.19 - - [2025-06-09 01:15:10] "GET /global-system-configs HTTP/1.1" 200 323 0.080616
10.0.0.41 - - [2025-06-09 01:15:11] "GET /obj-perms HTTP/1.1" 200 5075 0.198346
10.0.0.41 - - [2025-06-09 01:15:11] "GET /global-system-configs HTTP/1.1" 200 323 0.040049
10.0.0.249 - - [2025-06-09 01:15:11] "GET /global-system-configs HTTP/1.1" 200 323 0.147190
10.0.0.249 - - [2025-06-09 01:15:11] "GET /obj-perms HTTP/1.1" 200 5075 0.315294
10.0.0.19 - - [2025-06-09 01:15:11] "GET /obj-perms HTTP/1.1" 200 5075 0.337337
10.0.0.19 - - [2025-06-09 01:15:11] "GET /global-system-configs HTTP/1.1" 200 323 0.131970
10.0.0.41 - - [2025-06-09 01:15:11] "GET /obj-perms HTTP/1.1" 200 5075 0.267009
10.0.0.249 - - [2025-06-09 01:15:12] "GET /global-system-configs HTTP/1.1" 200 323 0.049945
10.0.0.19 - - [2025-06-09 01:15:12] "GET /obj-perms HTTP/1.1" 200 5075 0.157924
10.0.0.249 - - [2025-06-09 01:15:12] "GET /obj-perms HTTP/1.1" 200 5075 0.179479
10.0.0.41 - - [2025-06-09 01:17:29] "GET /obj-perms HTTP/1.1" 200 5075 0.056203
10.0.0.249 - - [2025-06-09 01:18:29] "GET /obj-perms HTTP/1.1" 200 5075 0.065667
10.0.0.19 - - [2025-06-09 01:18:30] "GET /obj-perms HTTP/1.1" 200 5075 0.050243
10.0.0.41 - - [2025-06-09 01:20:10] "GET /global-system-configs HTTP/1.1" 200 323 0.030221
10.0.0.19 - - [2025-06-09 01:20:10] "GET /global-system-configs HTTP/1.1" 200 323 0.090133
10.0.0.249 - - [2025-06-09 01:20:10] "GET /obj-perms HTTP/1.1" 200 5075 0.132845
10.0.0.41 - - [2025-06-09 01:20:10] "GET /obj-perms HTTP/1.1" 200 5075 0.150971
10.0.0.41 - - [2025-06-09 01:20:11] "GET /global-system-configs HTTP/1.1" 200 323 0.040204
10.0.0.249 - - [2025-06-09 01:20:11] "GET /global-system-configs HTTP/1.1" 200 323 0.232626
10.0.0.19 - - [2025-06-09 01:20:11] "GET /obj-perms HTTP/1.1" 200 5075 0.318348
10.0.0.19 - - [2025-06-09 01:20:11] "GET /global-system-configs HTTP/1.1" 200 323 0.201131
10.0.0.249 - - [2025-06-09 01:20:11] "GET /obj-perms HTTP/1.1" 200 5075 0.333545
10.0.0.41 - - [2025-06-09 01:20:11] "GET /obj-perms HTTP/1.1" 200 5075 0.351221
10.0.0.249 - - [2025-06-09 01:20:12] "GET /global-system-configs HTTP/1.1" 200 323 0.049487
10.0.0.19 - - [2025-06-09 01:20:12] "GET /obj-perms HTTP/1.1" 200 5075 0.137863
10.0.0.41 - - [2025-06-09 01:22:33] "GET /obj-perms HTTP/1.1" 200 5075 0.053753
10.0.0.249 - - [2025-06-09 01:22:33] "GET /obj-perms HTTP/1.1" 200 5075 0.060309
10.0.0.19 - - [2025-06-09 01:23:33] "GET /obj-perms HTTP/1.1" 200 5075 0.049731
10.0.0.41 - - [2025-06-09 01:25:10] "GET /global-system-configs HTTP/1.1" 200 323 0.041240
10.0.0.19 - - [2025-06-09 01:25:10] "GET /global-system-configs HTTP/1.1" 200 323 0.103880
10.0.0.19 - - [2025-06-09 01:25:11] "GET /obj-perms HTTP/1.1" 200 5075 0.217129
10.0.0.41 - - [2025-06-09 01:25:11] "GET /obj-perms HTTP/1.1" 200 5075 0.231786
10.0.0.249 - - [2025-06-09 01:25:11] "GET /obj-perms HTTP/1.1" 200 5075 0.250089