++ 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 Jul 14 01:59:55 UTC 2025 ===================' INFO: =================== Mon Jul 14 01:59:55 UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ 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 '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.249 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.249 ++ ANALYTICSDB_NODES=10.0.0.249 ++ ANALYTICS_SNMP_NODES=10.0.0.249 ++ 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 ' +++ '[' -n '10.0.0.249:8081 ' ']' +++ echo 10.0.0.249:8081 ++ ANALYTICS_SERVERS=10.0.0.249: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 ' +++ '[' -n '10.0.0.249:9042 ' ']' +++ echo 10.0.0.249:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.249:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.249 ++ 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 ' +++ '[' -n '10.0.0.249:8086 ' ']' +++ echo 10.0.0.249:8086 ++ COLLECTOR_SERVERS=10.0.0.249: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 ++ CONFIGDB_NODES=10.0.0.249 ++ 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 ' +++ '[' -n '10.0.0.249:8082 ' ']' +++ echo 10.0.0.249:8082 ++ CONFIG_SERVERS=10.0.0.249: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 ' +++ '[' -n '10.0.0.249:9161 ' ']' +++ echo 10.0.0.249:9161 ++ CONFIGDB_SERVERS=10.0.0.249: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 ' +++ '[' -n '10.0.0.249:9041 ' ']' +++ echo 10.0.0.249:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.249: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.252 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.252 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.249 ++ 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, +++ '[' -n 10.0.0.249:2181, ']' +++ echo 10.0.0.249:2181 ++ ZOOKEEPER_SERVERS=10.0.0.249: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 ' +++ '[' -n '10.0.0.249:2181 ' ']' +++ echo 10.0.0.249:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.249:2181 ++ RABBITMQ_NODES=10.0.0.249 ++ 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, +++ '[' -n 10.0.0.249:5673, ']' +++ echo 10.0.0.249:5673 ++ RABBITMQ_SERVERS=10.0.0.249: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 ' +++ '[' -n '10.0.0.249:6379 ' ']' +++ echo 10.0.0.249:6379 ++ REDIS_SERVERS=10.0.0.249: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 ++ 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 ' +++ '[' -n '10.0.0.249:9092 ' ']' +++ echo 10.0.0.249:9092 ++ KAFKA_SERVERS=10.0.0.249: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 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.249 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.249 ++ cut -d , -f 1 + 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 +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.249 +++ local servers=10.0.0.249 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ sort ++++ grep -vi host ++++ uniq +++ local local_ips=,10.0.0.249,10.20.0.252,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.252,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 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.249: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 ++ grep '^API__.*__.*=.*$' ++ sort ++ set ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled 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/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 07/14/2025 02:00:04.094 7f7f91e9f8c8 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/14/2025 02:00:04.263 7f7f91e9f8c8 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/14/2025 02:00:04.278 7f7f91e9f8c8 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/14/2025 02:00:04.279 7f7f91e9f8c8 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://localhost:8095/ Hit Ctrl-C to quit. Bottle v0.12.25 server starting up (using GeventPoolServer(spawn=))... Listening on http://10.0.0.249:8082/ Hit Ctrl-C to quit. 10.0.0.249 - - [2025-07-14 02:00:08] "GET / HTTP/1.1" 503 181 0.000350 10.0.0.249 - - [2025-07-14 02:00:08] "GET / HTTP/1.1" 503 181 0.000175 10.0.0.249 - - [2025-07-14 02:00:09] "GET / HTTP/1.1" 200 45871 0.078285 10.0.0.249 - - [2025-07-14 02:00:09] "GET / HTTP/1.1" 200 45871 0.001329 10.0.0.249 - - [2025-07-14 02:00:09] "GET / HTTP/1.1" 200 36215 0.001667 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-07-14 02:00:09] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000690 10.0.0.249 - - [2025-07-14 02:00:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000308 10.0.0.249 - - [2025-07-14 02:00:09] "GET / HTTP/1.1" 200 36215 0.001778 10.0.0.249 - - [2025-07-14 02:00:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000520 10.0.0.249 - - [2025-07-14 02:00:10] "GET / HTTP/1.1" 200 36215 0.002466 10.0.0.249 - - [2025-07-14 02:00:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000734 10.0.0.249 - - [2025-07-14 02:00:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2025-07-14 02:00:11] "GET / HTTP/1.1" 200 36215 0.001700 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000458 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 1.818504 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 1.236684 10.0.0.249 - - [2025-07-14 02:00:11] "GET /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006170 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 404 186 0.678876 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.249 - - [2025-07-14 02:00:11] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 1.577685 10.0.0.249 - - [2025-07-14 02:00:11] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003092 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 404 220 0.003387 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.110716 10.0.0.249 - - [2025-07-14 02:00:11] "GET /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006040 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.431427 10.0.0.249 - - [2025-07-14 02:00:11] "GET /network-ipam/122fda43-b888-4c24-8885-9011069e3920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.005355 10.0.0.249 - - [2025-07-14 02:00:11] "POST /job-templates HTTP/1.1" 200 557 0.080033 10.0.0.249 - - [2025-07-14 02:00:11] "POST /service-appliance-sets HTTP/1.1" 200 555 0.041619 10.0.0.249 - - [2025-07-14 02:00:11] "POST /config-nodes HTTP/1.1" 200 601 0.066182 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 404 200 0.004003 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.002977 10.0.0.249 - - [2025-07-14 02:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.249 - - [2025-07-14 02:00:11] "POST /job-templates HTTP/1.1" 200 565 0.079432 10.0.0.249 - - [2025-07-14 02:00:12] "GET /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006785 10.0.0.249 - - [2025-07-14 02:00:12] "POST /fqname-to-id HTTP/1.1" 404 191 0.004320 /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-07-14 02:00:12] "POST /service-appliance-sets HTTP/1.1" 200 543 0.033133 10.0.0.249 - - [2025-07-14 02:00:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.249 - - [2025-07-14 02:00:12] "POST /job-templates HTTP/1.1" 200 547 0.072537 10.0.0.249 - - [2025-07-14 02:00:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.003655 10.0.0.249 - - [2025-07-14 02:00:12] "GET /network-ipam/122fda43-b888-4c24-8885-9011069e3920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.014947 10.0.0.249 - - [2025-07-14 02:00:12] "GET / HTTP/1.1" 200 36215 0.002290 10.0.0.249 - - [2025-07-14 02:00:12] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000695 10.0.0.249 - - [2025-07-14 02:00:12] "POST /job-templates HTTP/1.1" 200 579 0.069672 10.0.0.249 - - [2025-07-14 02:00:12] "POST /fqname-to-id HTTP/1.1" 404 225 0.004884 10.0.0.249 - - [2025-07-14 02:00:12] "POST /fqname-to-id HTTP/1.1" 404 208 0.002671 10.0.0.249 - - [2025-07-14 02:00:12] "POST /service-templates HTTP/1.1" 200 513 0.039744 10.0.0.249 - - [2025-07-14 02:00:12] "POST /access-control-lists HTTP/1.1" 200 589 0.038953 10.0.0.249 - - [2025-07-14 02:00:12] "POST /service-templates HTTP/1.1" 200 503 0.031323 10.0.0.249 - - [2025-07-14 02:00:12] "POST /fqname-to-id HTTP/1.1" 404 224 0.003953 10.0.0.249 - - [2025-07-14 02:00:12] "POST /job-templates HTTP/1.1" 200 581 0.077006 10.0.0.249 - - [2025-07-14 02:00:12] "POST /service-templates HTTP/1.1" 200 517 0.034318 10.0.0.249 - - [2025-07-14 02:00:12] "POST /access-control-lists HTTP/1.1" 200 587 0.025436 10.0.0.249 - - [2025-07-14 02:00:12] "POST /fqname-to-id HTTP/1.1" 404 210 0.003142 10.0.0.249 - - [2025-07-14 02:00:12] "POST /service-templates HTTP/1.1" 200 537 0.030840 10.0.0.249 - - [2025-07-14 02:00:12] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.030061 10.0.0.249 - - [2025-07-14 02:00:12] "POST /job-templates HTTP/1.1" 200 585 0.075181 10.0.0.249 - - [2025-07-14 02:00:12] "POST /route-targets HTTP/1.1" 200 328 0.038678 10.0.0.249 - - [2025-07-14 02:00:12] "POST /service-templates HTTP/1.1" 200 509 0.032011 10.0.0.249 - - [2025-07-14 02:00:12] "POST /ref-update HTTP/1.1" 200 156 0.015743 10.0.0.249 - - [2025-07-14 02:00:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.004304 10.0.0.249 - - [2025-07-14 02:00:12] "POST /route-targets HTTP/1.1" 200 328 0.014970 10.0.0.249 - - [2025-07-14 02:00:12] "POST /job-templates HTTP/1.1" 200 561 0.073159 10.0.0.249 - - [2025-07-14 02:00:12] "POST /ref-update HTTP/1.1" 200 156 0.028237 10.0.0.249 - - [2025-07-14 02:00:12] "POST /fqname-to-id HTTP/1.1" 404 203 0.004091 10.0.0.249 - - [2025-07-14 02:00:12] "POST /route-targets HTTP/1.1" 200 328 0.013594 10.0.0.249 - - [2025-07-14 02:00:12] "POST /job-templates HTTP/1.1" 200 571 0.069833 10.0.0.249 - - [2025-07-14 02:00:12] "POST /ref-update HTTP/1.1" 200 156 0.038409 10.0.0.249 - - [2025-07-14 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.004560 10.0.0.249 - - [2025-07-14 02:00:13] "POST /route-targets HTTP/1.1" 200 328 0.016763 10.0.0.249 - - [2025-07-14 02:00:13] "POST /job-templates HTTP/1.1" 200 557 0.065490 10.0.0.249 - - [2025-07-14 02:00:13] "POST /ref-update HTTP/1.1" 200 156 0.054049 10.0.0.249 - - [2025-07-14 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.004086 10.0.0.249 - - [2025-07-14 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 201 0.003532 10.0.0.249 - - [2025-07-14 02:00:13] "POST /job-templates HTTP/1.1" 200 557 0.074682 10.0.0.249 - - [2025-07-14 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 196 0.003602 10.0.0.249 - - [2025-07-14 02:00:13] "POST /access-control-lists HTTP/1.1" 200 553 0.114493 10.0.0.249 - - [2025-07-14 02:00:13] "PUT /access-control-list/d0ece856-b83b-45ac-9dc9-debbb7105978 HTTP/1.1" 200 273 0.016260 10.0.0.249 - - [2025-07-14 02:00:13] "POST /job-templates HTTP/1.1" 200 557 0.075467 10.0.0.249 - - [2025-07-14 02:00:13] "PUT /access-control-list/505ec19d-8829-4e02-95fc-c4670143bd19 HTTP/1.1" 200 273 0.018677 10.0.0.249 - - [2025-07-14 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 186 0.004134 10.0.0.249 - - [2025-07-14 02:00:13] "POST /job-templates HTTP/1.1" 200 537 0.079556 10.0.0.249 - - [2025-07-14 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.003759 10.0.0.249 - - [2025-07-14 02:00:13] "POST /job-templates HTTP/1.1" 200 561 0.064970 10.0.0.249 - - [2025-07-14 02:00:13] "POST /fqname-to-id HTTP/1.1" 404 198 0.002944 10.0.0.249 - - [2025-07-14 02:00:13] "POST /job-templates HTTP/1.1" 200 561 0.061649 10.0.0.249 - - [2025-07-14 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.003427 10.0.0.249 - - [2025-07-14 02:00:14] "POST /job-templates HTTP/1.1" 200 561 0.068557 10.0.0.249 - - [2025-07-14 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 201 0.003110 10.0.0.249 - - [2025-07-14 02:00:14] "POST /job-templates HTTP/1.1" 200 567 0.068324 10.0.0.249 - - [2025-07-14 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.004221 10.0.0.249 - - [2025-07-14 02:00:14] "POST /job-templates HTTP/1.1" 200 559 0.077191 10.0.0.249 - - [2025-07-14 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 196 0.003788 10.0.0.249 - - [2025-07-14 02:00:14] "POST /job-templates HTTP/1.1" 200 557 0.069418 10.0.0.249 - - [2025-07-14 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 205 0.003886 10.0.0.249 - - [2025-07-14 02:00:14] "POST /job-templates HTTP/1.1" 200 575 0.066150 10.0.0.249 - - [2025-07-14 02:00:14] "POST /fqname-to-id HTTP/1.1" 404 194 0.003256 10.0.0.249 - - [2025-07-14 02:00:14] "POST /job-templates HTTP/1.1" 200 553 0.086347 10.0.0.249 - - [2025-07-14 02:00:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.005025 10.0.0.249 - - [2025-07-14 02:00:15] "POST /job-templates HTTP/1.1" 200 581 0.069554 10.0.0.249 - - [2025-07-14 02:00:15] "POST /fqname-to-id HTTP/1.1" 404 196 0.003460 10.0.0.249 - - [2025-07-14 02:00:15] "POST /job-templates HTTP/1.1" 200 557 0.073418 10.0.0.249 - - [2025-07-14 02:00:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.003358 10.0.0.249 - - [2025-07-14 02:00:15] "POST /job-templates HTTP/1.1" 200 561 0.066444 10.0.0.249 - - [2025-07-14 02:00:15] "POST /fqname-to-id HTTP/1.1" 404 206 0.004492 10.0.0.249 - - [2025-07-14 02:00:15] "POST /job-templates HTTP/1.1" 200 577 0.102949 10.0.0.249 - - [2025-07-14 02:00:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.003068 10.0.0.249 - - [2025-07-14 02:00:15] "POST /job-templates HTTP/1.1" 200 559 0.069497 10.0.0.249 - - [2025-07-14 02:00:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.004272 10.0.0.249 - - [2025-07-14 02:00:16] "POST /job-templates HTTP/1.1" 200 561 0.072818 10.0.0.249 - - [2025-07-14 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.004875 10.0.0.249 - - [2025-07-14 02:00:16] "POST /job-templates HTTP/1.1" 200 557 0.067743 10.0.0.249 - - [2025-07-14 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.004795 10.0.0.249 - - [2025-07-14 02:00:16] "POST /job-templates HTTP/1.1" 200 555 0.069685 10.0.0.249 - - [2025-07-14 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.004090 10.0.0.249 - - [2025-07-14 02:00:16] "POST /job-templates HTTP/1.1" 200 555 0.064639 10.0.0.249 - - [2025-07-14 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 195 0.004628 10.0.0.249 - - [2025-07-14 02:00:16] "POST /job-templates HTTP/1.1" 200 555 0.076944 10.0.0.249 - - [2025-07-14 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.004128 10.0.0.249 - - [2025-07-14 02:00:16] "POST /job-templates HTTP/1.1" 200 565 0.074016 10.0.0.249 - - [2025-07-14 02:00:16] "POST /fqname-to-id HTTP/1.1" 404 201 0.004470 10.0.0.249 - - [2025-07-14 02:00:17] "POST /job-templates HTTP/1.1" 200 567 0.083774 10.0.0.249 - - [2025-07-14 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.004883 10.0.0.249 - - [2025-07-14 02:00:17] "POST /config-propertiess HTTP/1.1" 200 553 0.023049 10.0.0.249 - - [2025-07-14 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 168 0.004491 10.0.0.249 - - [2025-07-14 02:00:17] "POST /tags HTTP/1.1" 200 322 0.043520 10.0.0.249 - - [2025-07-14 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 166 0.002964 10.0.0.249 - - [2025-07-14 02:00:17] "POST /tags HTTP/1.1" 200 318 0.029399 10.0.0.249 - - [2025-07-14 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 174 0.003325 10.0.0.249 - - [2025-07-14 02:00:17] "POST /tags HTTP/1.1" 200 334 0.023097 10.0.0.249 - - [2025-07-14 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.249 - - [2025-07-14 02:00:17] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1164 0.003603 10.0.0.249 - - [2025-07-14 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 162 0.002897 10.0.0.249 - - [2025-07-14 02:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.249 - - [2025-07-14 02:00:17] "POST /tags HTTP/1.1" 200 310 0.035664 10.0.0.249 - - [2025-07-14 02:00:17] "PUT /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee HTTP/1.1" 200 277 0.009975 10.0.0.249 - - [2025-07-14 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 174 0.003080 10.0.0.249 - - [2025-07-14 02:00:17] "POST /tags HTTP/1.1" 200 334 0.027853 10.0.0.249 - - [2025-07-14 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 164 0.003462 10.0.0.249 - - [2025-07-14 02:00:17] "POST /tags HTTP/1.1" 200 314 0.024268 10.0.0.249 - - [2025-07-14 02:00:17] "POST /fqname-to-id HTTP/1.1" 404 169 0.004353 10.0.0.249 - - [2025-07-14 02:00:18] "POST /tags HTTP/1.1" 200 324 0.026686 10.0.0.249 - - [2025-07-14 02:00:18] "GET / HTTP/1.1" 200 36215 0.001710 10.0.0.249 - - [2025-07-14 02:00:18] "POST /alarms HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2025-07-14 02:00:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.249 - - [2025-07-14 02:00:18] "PUT /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54 HTTP/1.1" 200 275 0.012288 10.0.0.249 - - [2025-07-14 02:00:18] "POST /fqname-to-id HTTP/1.1" 404 166 0.002751 10.0.0.249 - - [2025-07-14 02:00:18] "POST /hardwares HTTP/1.1" 200 328 0.013740 10.0.0.249 - - [2025-07-14 02:00:18] "POST /fqname-to-id HTTP/1.1" 404 166 0.005031 10.0.0.249 - - [2025-07-14 02:00:18] "POST /hardwares HTTP/1.1" 200 328 0.025562 10.0.0.249 - - [2025-07-14 02:00:18] "POST /fqname-to-id HTTP/1.1" 404 166 0.004117 10.0.0.249 - - [2025-07-14 02:00:18] "POST /alarms HTTP/1.1" 200 583 0.051982 10.0.0.249 - - [2025-07-14 02:00:18] "POST /alarms HTTP/1.1" 200 577 0.027551 10.0.0.249 - - [2025-07-14 02:00:18] "POST /hardwares HTTP/1.1" 200 328 0.015331 10.0.0.249 - - [2025-07-14 02:00:18] "POST /fqname-to-id HTTP/1.1" 404 166 0.003807 10.0.0.249 - - [2025-07-14 02:00:18] "POST /alarms HTTP/1.1" 200 577 0.025821 10.0.0.249 - - [2025-07-14 02:00:18] "POST /hardwares HTTP/1.1" 200 328 0.016920 10.0.0.249 - - [2025-07-14 02:00:18] "POST /alarms HTTP/1.1" 200 561 0.027054 10.0.0.249 - - [2025-07-14 02:00:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.003740 10.0.0.249 - - [2025-07-14 02:00:18] "POST /alarms HTTP/1.1" 200 557 0.019243 10.0.0.249 - - [2025-07-14 02:00:18] "POST /hardwares HTTP/1.1" 200 324 0.013336 10.0.0.249 - - [2025-07-14 02:00:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.004031 10.0.0.249 - - [2025-07-14 02:00:18] "POST /alarms HTTP/1.1" 200 559 0.027169 10.0.0.249 - - [2025-07-14 02:00:18] "POST /hardwares HTTP/1.1" 200 324 0.015478 10.0.0.249 - - [2025-07-14 02:00:18] "POST /alarms HTTP/1.1" 200 567 0.025175 10.0.0.249 - - [2025-07-14 02:00:18] "POST /fqname-to-id HTTP/1.1" 404 161 0.003173 10.0.0.249 - - [2025-07-14 02:00:18] "POST /alarms HTTP/1.1" 200 551 0.024336 10.0.0.249 - - [2025-07-14 02:00:18] "POST /hardwares HTTP/1.1" 200 318 0.013050 10.0.0.249 - - [2025-07-14 02:00:18] "POST /fqname-to-id HTTP/1.1" 404 164 0.002582 10.0.0.249 - - [2025-07-14 02:00:18] "POST /alarms HTTP/1.1" 200 559 0.030462 10.0.0.249 - - [2025-07-14 02:00:19] "POST /hardwares HTTP/1.1" 200 324 0.016848 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 569 0.026908 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.003533 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 557 0.023412 10.0.0.249 - - [2025-07-14 02:00:19] "POST /hardwares HTTP/1.1" 200 324 0.011260 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 569 0.022491 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.004673 10.0.0.249 - - [2025-07-14 02:00:19] "GET / HTTP/1.1" 200 36215 0.001722 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000363 10.0.0.249 - - [2025-07-14 02:00:19] "POST /hardwares HTTP/1.1" 200 324 0.014622 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 404 165 0.004824 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 577 0.077828 10.0.0.249 - - [2025-07-14 02:00:19] "POST /hardwares HTTP/1.1" 200 326 0.018934 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 571 0.028481 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 404 165 0.004014 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 563 0.024748 10.0.0.249 - - [2025-07-14 02:00:19] "POST /hardwares HTTP/1.1" 200 326 0.011972 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 404 165 0.003078 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 563 0.032609 10.0.0.249 - - [2025-07-14 02:00:19] "POST /hardwares HTTP/1.1" 200 326 0.025362 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 563 0.028986 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.029010 10.0.0.249 - - [2025-07-14 02:00:19] "GET /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.005856 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 404 165 0.003157 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 549 0.019564 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 404 220 0.002660 10.0.0.249 - - [2025-07-14 02:00:19] "POST /hardwares HTTP/1.1" 200 326 0.013723 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 597 0.020142 10.0.0.249 - - [2025-07-14 02:00:19] "POST /config-database-nodes HTTP/1.1" 200 619 0.017891 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.004006 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 577 0.025551 10.0.0.249 - - [2025-07-14 02:00:19] "POST /hardwares HTTP/1.1" 200 324 0.013857 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 404 161 0.007261 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 573 0.024750 10.0.0.249 - - [2025-07-14 02:00:19] "POST /hardwares HTTP/1.1" 200 318 0.012361 10.0.0.249 - - [2025-07-14 02:00:19] "POST /alarms HTTP/1.1" 200 585 0.018921 10.0.0.249 - - [2025-07-14 02:00:19] "POST /fqname-to-id HTTP/1.1" 404 164 0.003798 10.0.0.249 - - [2025-07-14 02:00:20] "POST /alarms HTTP/1.1" 200 611 0.021566 10.0.0.249 - - [2025-07-14 02:00:20] "POST /hardwares HTTP/1.1" 200 324 0.015646 10.0.0.249 - - [2025-07-14 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 161 0.003613 10.0.0.249 - - [2025-07-14 02:00:20] "POST /hardwares HTTP/1.1" 200 318 0.013806 10.0.0.249 - - [2025-07-14 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 164 0.005166 10.0.0.249 - - [2025-07-14 02:00:20] "POST /hardwares HTTP/1.1" 200 324 0.014333 10.0.0.249 - - [2025-07-14 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.004830 10.0.0.249 - - [2025-07-14 02:00:20] "POST /hardwares HTTP/1.1" 200 320 0.018527 10.0.0.249 - - [2025-07-14 02:00:20] "GET / HTTP/1.1" 200 36215 0.002948 10.0.0.249 - - [2025-07-14 02:00:20] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000805 10.0.0.249 - - [2025-07-14 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.004234 10.0.0.249 - - [2025-07-14 02:00:20] "POST /hardwares HTTP/1.1" 200 320 0.031422 10.0.0.249 - - [2025-07-14 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 165 0.004097 10.0.0.249 - - [2025-07-14 02:00:20] "POST /hardwares HTTP/1.1" 200 326 0.012138 10.0.0.249 - - [2025-07-14 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 161 0.003922 10.0.0.249 - - [2025-07-14 02:00:20] "POST /hardwares HTTP/1.1" 200 318 0.014947 10.0.0.249 - - [2025-07-14 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 161 0.003624 10.0.0.249 - - [2025-07-14 02:00:20] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.027967 10.0.0.249 - - [2025-07-14 02:00:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.249 - - [2025-07-14 02:00:20] "POST /hardwares HTTP/1.1" 200 318 0.010963 10.0.0.249 - - [2025-07-14 02:00:20] "PUT /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee HTTP/1.1" 200 277 0.009472 10.0.0.249 - - [2025-07-14 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.003046 10.0.0.249 - - [2025-07-14 02:00:20] "POST /hardwares HTTP/1.1" 200 320 0.014983 10.0.0.249 - - [2025-07-14 02:00:20] "POST /fqname-to-id HTTP/1.1" 404 162 0.004278 10.0.0.249 - - [2025-07-14 02:00:21] "POST /hardwares HTTP/1.1" 200 320 0.013723 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 404 162 0.003071 10.0.0.249 - - [2025-07-14 02:00:21] "POST /hardwares HTTP/1.1" 200 320 0.011760 10.0.0.249 - - [2025-07-14 02:00:21] "GET / HTTP/1.1" 200 36215 0.002012 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 404 158 0.005496 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2025-07-14 02:00:21] "POST /hardwares HTTP/1.1" 200 312 0.012513 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 404 158 0.003084 10.0.0.249 - - [2025-07-14 02:00:21] "POST /hardwares HTTP/1.1" 200 312 0.019745 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 404 160 0.003820 10.0.0.249 - - [2025-07-14 02:00:21] "POST /hardwares HTTP/1.1" 200 316 0.014222 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 404 154 0.003274 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.031230 10.0.0.249 - - [2025-07-14 02:00:21] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004212 10.0.0.249 - - [2025-07-14 02:00:21] "POST /hardwares HTTP/1.1" 200 304 0.017830 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008297 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 404 158 0.003897 10.0.0.249 - - [2025-07-14 02:00:21] "PUT /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee HTTP/1.1" 200 277 0.012024 10.0.0.249 - - [2025-07-14 02:00:21] "POST /hardwares HTTP/1.1" 200 312 0.016716 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 404 155 0.005547 10.0.0.249 - - [2025-07-14 02:00:21] "POST /hardwares HTTP/1.1" 200 306 0.012366 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 404 155 0.004333 10.0.0.249 - - [2025-07-14 02:00:21] "POST /hardwares HTTP/1.1" 200 306 0.013696 10.0.0.249 - - [2025-07-14 02:00:21] "POST /fqname-to-id HTTP/1.1" 404 155 0.003101 10.0.0.249 - - [2025-07-14 02:00:22] "POST /hardwares HTTP/1.1" 200 306 0.028907 10.0.0.249 - - [2025-07-14 02:00:22] "POST /fqname-to-id HTTP/1.1" 404 155 0.003385 10.0.0.249 - - [2025-07-14 02:00:22] "GET / HTTP/1.1" 200 36215 0.002522 10.0.0.249 - - [2025-07-14 02:00:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000389 10.0.0.249 - - [2025-07-14 02:00:22] "POST /hardwares HTTP/1.1" 200 306 0.016453 10.0.0.249 - - [2025-07-14 02:00:22] "POST /fqname-to-id HTTP/1.1" 404 156 0.006179 10.0.0.249 - - [2025-07-14 02:00:22] "POST /hardwares HTTP/1.1" 200 308 0.011667 10.0.0.249 - - [2025-07-14 02:00:22] "POST /fqname-to-id HTTP/1.1" 404 156 0.003073 10.0.0.249 - - [2025-07-14 02:00:22] "POST /hardwares HTTP/1.1" 200 308 0.013619 10.0.0.249 - - [2025-07-14 02:00:22] "POST /fqname-to-id HTTP/1.1" 404 156 0.003601 10.0.0.249 - - [2025-07-14 02:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.027595 10.0.0.249 - - [2025-07-14 02:00:22] "GET /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006908 10.0.0.249 - - [2025-07-14 02:00:22] "PUT /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54 HTTP/1.1" 200 275 0.022600 10.0.0.249 - - [2025-07-14 02:00:22] "POST /hardwares HTTP/1.1" 200 308 0.125545 10.0.0.249 - - [2025-07-14 02:00:22] "POST /fqname-to-id HTTP/1.1" 404 157 0.003726 10.0.0.249 - - [2025-07-14 02:00:22] "POST /hardwares HTTP/1.1" 200 310 0.025900 10.0.0.249 - - [2025-07-14 02:00:22] "POST /fqname-to-id HTTP/1.1" 404 158 0.003457 10.0.0.249 - - [2025-07-14 02:00:22] "POST /hardwares HTTP/1.1" 200 312 0.021418 10.0.0.249 - - [2025-07-14 02:00:22] "POST /fqname-to-id HTTP/1.1" 404 158 0.003865 10.0.0.249 - - [2025-07-14 02:00:22] "POST /hardwares HTTP/1.1" 200 312 0.020087 10.0.0.249 - - [2025-07-14 02:00:22] "POST /fqname-to-id HTTP/1.1" 404 153 0.003369 10.0.0.249 - - [2025-07-14 02:00:23] "POST /hardwares HTTP/1.1" 200 302 0.029332 10.0.0.249 - - [2025-07-14 02:00:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.003025 10.0.0.249 - - [2025-07-14 02:00:23] "POST /hardwares HTTP/1.1" 200 310 0.157481 10.0.0.249 - - [2025-07-14 02:00:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.004528 10.0.0.249 - - [2025-07-14 02:00:23] "POST /hardwares HTTP/1.1" 200 310 0.017036 10.0.0.249 - - [2025-07-14 02:00:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.003576 10.0.0.249 - - [2025-07-14 02:00:23] "POST /hardwares HTTP/1.1" 200 310 0.049304 10.0.0.249 - - [2025-07-14 02:00:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.004565 10.0.0.249 - - [2025-07-14 02:00:23] "POST /hardwares HTTP/1.1" 200 310 0.085886 10.0.0.249 - - [2025-07-14 02:00:23] "POST /fqname-to-id HTTP/1.1" 404 157 0.003336 10.0.0.249 - - [2025-07-14 02:00:23] "POST /hardwares HTTP/1.1" 200 310 0.019670 10.0.0.249 - - [2025-07-14 02:00:23] "POST /fqname-to-id HTTP/1.1" 404 161 0.003141 10.0.0.249 - - [2025-07-14 02:00:23] "POST /hardwares HTTP/1.1" 200 318 0.029951 10.0.0.249 - - [2025-07-14 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 157 0.003582 10.0.0.249 - - [2025-07-14 02:00:24] "POST /hardwares HTTP/1.1" 200 310 0.014615 10.0.0.249 - - [2025-07-14 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 157 0.003092 10.0.0.249 - - [2025-07-14 02:00:24] "POST /hardwares HTTP/1.1" 200 310 0.013002 10.0.0.249 - - [2025-07-14 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 154 0.003765 10.0.0.249 - - [2025-07-14 02:00:24] "POST /hardwares HTTP/1.1" 200 304 0.012439 10.0.0.249 - - [2025-07-14 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 190 0.003844 10.0.0.249 - - [2025-07-14 02:00:24] "POST /features HTTP/1.1" 200 535 0.021412 10.0.0.249 - - [2025-07-14 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 185 0.004019 10.0.0.249 - - [2025-07-14 02:00:24] "POST /features HTTP/1.1" 200 525 0.019638 10.0.0.249 - - [2025-07-14 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.003496 10.0.0.249 - - [2025-07-14 02:00:24] "POST /features HTTP/1.1" 200 523 0.018664 10.0.0.249 - - [2025-07-14 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.003763 10.0.0.249 - - [2025-07-14 02:00:24] "POST /features HTTP/1.1" 200 523 0.020267 10.0.0.249 - - [2025-07-14 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 189 0.003859 10.0.0.249 - - [2025-07-14 02:00:24] "POST /features HTTP/1.1" 200 533 0.029391 10.0.0.249 - - [2025-07-14 02:00:24] "POST /fqname-to-id HTTP/1.1" 404 184 0.002801 10.0.0.249 - - [2025-07-14 02:00:25] "POST /features HTTP/1.1" 200 523 0.020052 10.0.0.249 - - [2025-07-14 02:00:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.003242 10.0.0.249 - - [2025-07-14 02:00:25] "POST /features HTTP/1.1" 200 541 0.024257 10.0.0.249 - - [2025-07-14 02:00:25] "POST /fqname-to-id HTTP/1.1" 404 186 0.004094 10.0.0.249 - - [2025-07-14 02:00:25] "POST /features HTTP/1.1" 200 527 0.017080 10.0.0.249 - - [2025-07-14 02:00:25] "POST /fqname-to-id HTTP/1.1" 404 183 0.002861 10.0.0.249 - - [2025-07-14 02:00:25] "POST /features HTTP/1.1" 200 521 0.021454 10.0.0.249 - - [2025-07-14 02:00:25] "POST /fqname-to-id HTTP/1.1" 404 182 0.003334 10.0.0.249 - - [2025-07-14 02:00:25] "POST /features HTTP/1.1" 200 519 0.020653 10.0.0.249 - - [2025-07-14 02:00:25] "POST /fqname-to-id HTTP/1.1" 404 190 0.004071 10.0.0.249 - - [2025-07-14 02:00:25] "POST /features HTTP/1.1" 200 535 0.020766 10.0.0.249 - - [2025-07-14 02:00:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.003435 10.0.0.249 - - [2025-07-14 02:00:25] "POST /features HTTP/1.1" 200 543 0.016515 10.0.0.249 - - [2025-07-14 02:00:25] "POST /fqname-to-id HTTP/1.1" 404 178 0.002882 10.0.0.249 - - [2025-07-14 02:00:25] "POST /physical-roles HTTP/1.1" 200 523 0.027297 10.0.0.249 - - [2025-07-14 02:00:25] "POST /fqname-to-id HTTP/1.1" 404 179 0.003299 10.0.0.249 - - [2025-07-14 02:00:25] "POST /physical-roles HTTP/1.1" 200 525 0.022516 10.0.0.249 - - [2025-07-14 02:00:25] "POST /fqname-to-id HTTP/1.1" 404 184 0.002952 10.0.0.249 - - [2025-07-14 02:00:26] "POST /physical-roles HTTP/1.1" 200 535 0.017956 10.0.0.249 - - [2025-07-14 02:00:26] "POST /fqname-to-id HTTP/1.1" 404 177 0.002994 10.0.0.249 - - [2025-07-14 02:00:26] "POST /physical-roles HTTP/1.1" 200 521 0.024053 10.0.0.249 - - [2025-07-14 02:00:26] "POST /fqname-to-id HTTP/1.1" 404 191 0.003073 10.0.0.249 - - [2025-07-14 02:00:26] "POST /overlay-roles HTTP/1.1" 200 547 0.026506 10.0.0.249 - - [2025-07-14 02:00:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.004467 10.0.0.249 - - [2025-07-14 02:00:26] "POST /overlay-roles HTTP/1.1" 200 533 0.036762 10.0.0.249 - - [2025-07-14 02:00:26] "POST /fqname-to-id HTTP/1.1" 404 191 0.003154 10.0.0.249 - - [2025-07-14 02:00:26] "POST /overlay-roles HTTP/1.1" 200 547 0.023775 10.0.0.249 - - [2025-07-14 02:00:26] "POST /fqname-to-id HTTP/1.1" 404 185 0.003819 10.0.0.249 - - [2025-07-14 02:00:26] "POST /overlay-roles HTTP/1.1" 200 535 0.028683 10.0.0.249 - - [2025-07-14 02:00:26] "POST /fqname-to-id HTTP/1.1" 404 189 0.002996 10.0.0.249 - - [2025-07-14 02:00:26] "POST /overlay-roles HTTP/1.1" 200 543 0.022033 10.0.0.249 - - [2025-07-14 02:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.249 - - [2025-07-14 02:00:26] "PUT /overlay-role/5f098b33-3bbf-4c08-a649-f17e9cab36c9 HTTP/1.1" 200 259 0.009916 10.0.0.249 - - [2025-07-14 02:00:26] "POST /fqname-to-id HTTP/1.1" 404 184 0.003253 10.0.0.249 - - [2025-07-14 02:00:26] "POST /overlay-roles HTTP/1.1" 200 533 0.018650 10.0.0.249 - - [2025-07-14 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 185 0.003861 10.0.0.249 - - [2025-07-14 02:00:27] "POST /overlay-roles HTTP/1.1" 200 535 0.018806 10.0.0.249 - - [2025-07-14 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.003171 10.0.0.249 - - [2025-07-14 02:00:27] "POST /overlay-roles HTTP/1.1" 200 531 0.025295 10.0.0.249 - - [2025-07-14 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 187 0.004180 10.0.0.249 - - [2025-07-14 02:00:27] "POST /overlay-roles HTTP/1.1" 200 539 0.020008 10.0.0.249 - - [2025-07-14 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.003442 10.0.0.249 - - [2025-07-14 02:00:27] "POST /overlay-roles HTTP/1.1" 200 543 0.032276 10.0.0.249 - - [2025-07-14 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 178 0.006049 10.0.0.249 - - [2025-07-14 02:00:27] "POST /overlay-roles HTTP/1.1" 200 521 0.021274 10.0.0.249 - - [2025-07-14 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.003256 10.0.0.249 - - [2025-07-14 02:00:27] "POST /overlay-roles HTTP/1.1" 200 545 0.019290 10.0.0.249 - - [2025-07-14 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 182 0.005586 10.0.0.249 - - [2025-07-14 02:00:27] "POST /role-definitions HTTP/1.1" 200 535 0.018808 10.0.0.249 - - [2025-07-14 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 189 0.003023 10.0.0.249 - - [2025-07-14 02:00:27] "POST /role-definitions HTTP/1.1" 200 549 0.018526 10.0.0.249 - - [2025-07-14 02:00:27] "POST /fqname-to-id HTTP/1.1" 404 190 0.002968 10.0.0.249 - - [2025-07-14 02:00:28] "POST /role-definitions HTTP/1.1" 200 551 0.018701 10.0.0.249 - - [2025-07-14 02:00:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.003305 10.0.0.249 - - [2025-07-14 02:00:28] "POST /role-definitions HTTP/1.1" 200 553 0.017615 10.0.0.249 - - [2025-07-14 02:00:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.002855 10.0.0.249 - - [2025-07-14 02:00:28] "POST /role-definitions HTTP/1.1" 200 565 0.048724 10.0.0.249 - - [2025-07-14 02:00:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.002926 10.0.0.249 - - [2025-07-14 02:00:28] "POST /role-definitions HTTP/1.1" 200 549 0.021919 10.0.0.249 - - [2025-07-14 02:00:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.003350 10.0.0.249 - - [2025-07-14 02:00:28] "POST /role-definitions HTTP/1.1" 200 551 0.017045 10.0.0.249 - - [2025-07-14 02:00:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.003138 10.0.0.249 - - [2025-07-14 02:00:28] "POST /role-definitions HTTP/1.1" 200 553 0.018193 10.0.0.249 - - [2025-07-14 02:00:28] "POST /fqname-to-id HTTP/1.1" 404 190 0.003083 10.0.0.249 - - [2025-07-14 02:00:28] "POST /role-definitions HTTP/1.1" 200 551 0.026926 10.0.0.249 - - [2025-07-14 02:00:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.004254 10.0.0.249 - - [2025-07-14 02:00:28] "POST /role-definitions HTTP/1.1" 200 563 0.021216 10.0.0.249 - - [2025-07-14 02:00:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.002978 10.0.0.249 - - [2025-07-14 02:00:28] "POST /role-definitions HTTP/1.1" 200 549 0.016441 10.0.0.249 - - [2025-07-14 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 190 0.003577 10.0.0.249 - - [2025-07-14 02:00:29] "POST /role-definitions HTTP/1.1" 200 551 0.028368 10.0.0.249 - - [2025-07-14 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.003041 10.0.0.249 - - [2025-07-14 02:00:29] "POST /role-definitions HTTP/1.1" 200 547 0.017241 10.0.0.249 - - [2025-07-14 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 189 0.003492 10.0.0.249 - - [2025-07-14 02:00:29] "POST /role-definitions HTTP/1.1" 200 549 0.022600 10.0.0.249 - - [2025-07-14 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 192 0.003182 10.0.0.249 - - [2025-07-14 02:00:29] "POST /role-definitions HTTP/1.1" 200 555 0.026642 10.0.0.249 - - [2025-07-14 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.003145 10.0.0.249 - - [2025-07-14 02:00:29] "POST /role-definitions HTTP/1.1" 200 557 0.019173 10.0.0.249 - - [2025-07-14 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 182 0.003210 10.0.0.249 - - [2025-07-14 02:00:29] "POST /role-definitions HTTP/1.1" 200 535 0.016285 10.0.0.249 - - [2025-07-14 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 187 0.003297 10.0.0.249 - - [2025-07-14 02:00:29] "POST /role-definitions HTTP/1.1" 200 545 0.035848 10.0.0.249 - - [2025-07-14 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 181 0.003283 10.0.0.249 - - [2025-07-14 02:00:29] "GET /global-system-configs HTTP/1.1" 200 323 0.890716 10.0.0.249 - - [2025-07-14 02:00:29] "POST /role-definitions HTTP/1.1" 200 533 0.020180 10.0.0.249 - - [2025-07-14 02:00:29] "POST /fqname-to-id HTTP/1.1" 404 184 0.003420 10.0.0.249 - - [2025-07-14 02:00:30] "POST /role-definitions HTTP/1.1" 200 539 0.022346 10.0.0.249 - - [2025-07-14 02:00:30] "POST /fqname-to-id HTTP/1.1" 404 189 0.003200 10.0.0.249 - - [2025-07-14 02:00:30] "POST /role-definitions HTTP/1.1" 200 549 0.020001 10.0.0.249 - - [2025-07-14 02:00:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.002870 10.0.0.249 - - [2025-07-14 02:00:30] "POST /role-definitions HTTP/1.1" 200 559 0.017758 10.0.0.249 - - [2025-07-14 02:00:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.002906 10.0.0.249 - - [2025-07-14 02:00:30] "POST /role-definitions HTTP/1.1" 200 563 0.017305 10.0.0.249 - - [2025-07-14 02:00:30] "POST /fqname-to-id HTTP/1.1" 404 195 0.003126 10.0.0.249 - - [2025-07-14 02:00:30] "POST /role-definitions HTTP/1.1" 200 561 0.016362 10.0.0.249 - - [2025-07-14 02:00:30] "GET /global-system-configs HTTP/1.1" 200 323 0.024275 10.0.0.249 - - [2025-07-14 02:00:30] "POST /fqname-to-id HTTP/1.1" 404 196 0.002876 10.0.0.249 - - [2025-07-14 02:00:30] "POST /feature-configs HTTP/1.1" 200 539 0.017506 10.0.0.249 - - [2025-07-14 02:00:30] "POST /fqname-to-id HTTP/1.1" 404 212 0.003375 10.0.0.249 - - [2025-07-14 02:00:30] "POST /feature-configs HTTP/1.1" 200 564 0.018507 10.0.0.249 - - [2025-07-14 02:00:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.002920 10.0.0.249 - - [2025-07-14 02:00:30] "POST /feature-configs HTTP/1.1" 200 563 0.017056 10.0.0.249 - - [2025-07-14 02:00:30] "POST /fqname-to-id HTTP/1.1" 404 192 0.003384 10.0.0.249 - - [2025-07-14 02:00:30] "POST /node-profiles HTTP/1.1" 200 549 0.038332 10.0.0.249 - - [2025-07-14 02:00:31] "POST /fqname-to-id HTTP/1.1" 404 187 0.003232 10.0.0.249 - - [2025-07-14 02:00:31] "POST /node-profiles HTTP/1.1" 200 539 0.018472 10.0.0.249 - - [2025-07-14 02:00:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003048 10.0.0.249 - - [2025-07-14 02:00:31] "POST /node-profiles HTTP/1.1" 200 551 0.016725 10.0.0.249 - - [2025-07-14 02:00:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.002883 10.0.0.249 - - [2025-07-14 02:00:31] "POST /node-profiles HTTP/1.1" 200 543 0.018674 10.0.0.249 - - [2025-07-14 02:00:31] "POST /fqname-to-id HTTP/1.1" 404 189 0.002943 10.0.0.249 - - [2025-07-14 02:00:31] "POST /node-profiles HTTP/1.1" 200 543 0.017660 10.0.0.249 - - [2025-07-14 02:00:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.002856 10.0.0.249 - - [2025-07-14 02:00:31] "POST /node-profiles HTTP/1.1" 200 541 0.017098 10.0.0.249 - - [2025-07-14 02:00:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.003010 10.0.0.249 - - [2025-07-14 02:00:31] "POST /node-profiles HTTP/1.1" 200 533 0.017658 10.0.0.249 - - [2025-07-14 02:00:31] "POST /fqname-to-id HTTP/1.1" 404 185 0.003205 10.0.0.249 - - [2025-07-14 02:00:31] "POST /node-profiles HTTP/1.1" 200 535 0.017342 10.0.0.249 - - [2025-07-14 02:00:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.002887 10.0.0.249 - - [2025-07-14 02:00:31] "POST /node-profiles HTTP/1.1" 200 559 0.018852 10.0.0.249 - - [2025-07-14 02:00:31] "POST /fqname-to-id HTTP/1.1" 404 206 0.002999 10.0.0.249 - - [2025-07-14 02:00:31] "POST /telemetry-profiles HTTP/1.1" 200 556 0.019850 10.0.0.249 - - [2025-07-14 02:00:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003008 10.0.0.249 - - [2025-07-14 02:00:32] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018515 10.0.0.249 - - [2025-07-14 02:00:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003520 10.0.0.249 - - [2025-07-14 02:00:32] "POST /telemetry-profiles HTTP/1.1" 200 556 0.017338 10.0.0.249 - - [2025-07-14 02:00:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003303 10.0.0.249 - - [2025-07-14 02:00:32] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016497 10.0.0.249 - - [2025-07-14 02:00:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.002918 10.0.0.249 - - [2025-07-14 02:00:32] "POST /telemetry-profiles HTTP/1.1" 200 556 0.019514 10.0.0.249 - - [2025-07-14 02:00:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.004127 10.0.0.249 - - [2025-07-14 02:00:32] "POST /telemetry-profiles HTTP/1.1" 200 556 0.020878 10.0.0.249 - - [2025-07-14 02:00:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.003064 10.0.0.249 - - [2025-07-14 02:00:32] "POST /sflow-profiles HTTP/1.1" 200 534 0.018564 10.0.0.249 - - [2025-07-14 02:00:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.003222 10.0.0.249 - - [2025-07-14 02:00:32] "POST /sflow-profiles HTTP/1.1" 200 540 0.016329 10.0.0.249 - - [2025-07-14 02:00:32] "POST /fqname-to-id HTTP/1.1" 404 202 0.007882 10.0.0.249 - - [2025-07-14 02:00:32] "POST /sflow-profiles HTTP/1.1" 200 540 0.017434 10.0.0.249 - - [2025-07-14 02:00:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.003036 10.0.0.249 - - [2025-07-14 02:00:33] "POST /grpc-profiles HTTP/1.1" 200 532 0.018299 10.0.0.249 - - [2025-07-14 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.002919 10.0.0.249 - - [2025-07-14 02:00:33] "POST /snmp-profiles HTTP/1.1" 200 532 0.030537 10.0.0.249 - - [2025-07-14 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 202 0.002998 10.0.0.249 - - [2025-07-14 02:00:33] "POST /netconf-profiles HTTP/1.1" 200 544 0.018834 10.0.0.249 - - [2025-07-14 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.002891 10.0.0.249 - - [2025-07-14 02:00:33] "POST /device-functional-groups HTTP/1.1" 200 542 0.017366 10.0.0.249 - - [2025-07-14 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.002963 10.0.0.249 - - [2025-07-14 02:00:33] "POST /device-functional-groups HTTP/1.1" 200 542 0.016979 10.0.0.249 - - [2025-07-14 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.003260 10.0.0.249 - - [2025-07-14 02:00:33] "POST /device-functional-groups HTTP/1.1" 200 546 0.015758 10.0.0.249 - - [2025-07-14 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 194 0.003046 10.0.0.249 - - [2025-07-14 02:00:33] "POST /device-functional-groups HTTP/1.1" 200 544 0.017335 10.0.0.249 - - [2025-07-14 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 218 0.003303 10.0.0.249 - - [2025-07-14 02:00:33] "POST /device-functional-groups HTTP/1.1" 200 592 0.017572 10.0.0.249 - - [2025-07-14 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 208 0.002759 10.0.0.249 - - [2025-07-14 02:00:33] "POST /device-functional-groups HTTP/1.1" 200 572 0.016849 10.0.0.249 - - [2025-07-14 02:00:33] "POST /fqname-to-id HTTP/1.1" 404 236 0.003008 10.0.0.249 - - [2025-07-14 02:00:34] "POST /device-functional-groups HTTP/1.1" 200 622 0.017015 10.0.0.249 - - [2025-07-14 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 206 0.002875 10.0.0.249 - - [2025-07-14 02:00:34] "POST /device-functional-groups HTTP/1.1" 200 568 0.017934 10.0.0.249 - - [2025-07-14 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 205 0.003100 10.0.0.249 - - [2025-07-14 02:00:34] "POST /device-functional-groups HTTP/1.1" 200 566 0.020200 10.0.0.249 - - [2025-07-14 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.003659 10.0.0.249 - - [2025-07-14 02:00:34] "POST /device-functional-groups HTTP/1.1" 200 576 0.019095 10.0.0.249 - - [2025-07-14 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 201 0.003091 10.0.0.249 - - [2025-07-14 02:00:34] "POST /role-configs HTTP/1.1" 200 527 0.021524 10.0.0.249 - - [2025-07-14 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 196 0.003076 10.0.0.249 - - [2025-07-14 02:00:34] "POST /role-configs HTTP/1.1" 200 522 0.020426 10.0.0.249 - - [2025-07-14 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.003340 10.0.0.249 - - [2025-07-14 02:00:34] "POST /role-configs HTTP/1.1" 200 524 0.018107 10.0.0.249 - - [2025-07-14 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 198 0.002841 10.0.0.249 - - [2025-07-14 02:00:34] "POST /role-configs HTTP/1.1" 200 524 0.016299 10.0.0.249 - - [2025-07-14 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 202 0.003039 10.0.0.249 - - [2025-07-14 02:00:34] "POST /role-configs HTTP/1.1" 200 528 0.015974 10.0.0.249 - - [2025-07-14 02:00:34] "POST /fqname-to-id HTTP/1.1" 404 197 0.003173 10.0.0.249 - - [2025-07-14 02:00:35] "POST /role-configs HTTP/1.1" 200 523 0.016471 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.005065 10.0.0.249 - - [2025-07-14 02:00:35] "POST /role-configs HTTP/1.1" 200 519 0.016423 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.003085 10.0.0.249 - - [2025-07-14 02:00:35] "POST /role-configs HTTP/1.1" 200 520 0.022082 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.249 - - [2025-07-14 02:00:35] "POST /ref-update HTTP/1.1" 200 156 0.010655 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.249 - - [2025-07-14 02:00:35] "POST /ref-update HTTP/1.1" 200 156 0.010236 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.249 - - [2025-07-14 02:00:35] "POST /ref-update HTTP/1.1" 200 156 0.012954 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.249 - - [2025-07-14 02:00:35] "POST /ref-update HTTP/1.1" 200 156 0.014188 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.249 - - [2025-07-14 02:00:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.249 - - [2025-07-14 02:00:36] "POST /ref-update HTTP/1.1" 200 156 0.010883 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.249 - - [2025-07-14 02:00:36] "POST /ref-update HTTP/1.1" 200 156 0.009099 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004467 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.249 - - [2025-07-14 02:00:36] "POST /ref-update HTTP/1.1" 200 156 0.010621 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.249 - - [2025-07-14 02:00:36] "POST /ref-update HTTP/1.1" 200 156 0.013386 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.249 - - [2025-07-14 02:00:36] "POST /ref-update HTTP/1.1" 200 156 0.009667 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.249 - - [2025-07-14 02:00:36] "POST /ref-update HTTP/1.1" 200 156 0.008001 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.249 - - [2025-07-14 02:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.249 - - [2025-07-14 02:00:36] "POST /ref-update HTTP/1.1" 200 156 0.009178 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.249 - - [2025-07-14 02:00:37] "POST /ref-update HTTP/1.1" 200 156 0.009934 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.249 - - [2025-07-14 02:00:37] "POST /ref-update HTTP/1.1" 200 156 0.007624 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.249 - - [2025-07-14 02:00:37] "POST /ref-update HTTP/1.1" 200 156 0.008461 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.249 - - [2025-07-14 02:00:37] "POST /ref-update HTTP/1.1" 200 156 0.008002 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.249 - - [2025-07-14 02:00:37] "POST /ref-update HTTP/1.1" 200 156 0.010417 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.249 - - [2025-07-14 02:00:37] "POST /ref-update HTTP/1.1" 200 156 0.012093 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.249 - - [2025-07-14 02:00:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.249 - - [2025-07-14 02:00:38] "POST /ref-update HTTP/1.1" 200 156 0.011822 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005685 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.249 - - [2025-07-14 02:00:38] "POST /ref-update HTTP/1.1" 200 156 0.009812 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.249 - - [2025-07-14 02:00:38] "POST /ref-update HTTP/1.1" 200 156 0.007833 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.249 - - [2025-07-14 02:00:38] "POST /ref-update HTTP/1.1" 200 156 0.008387 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.249 - - [2025-07-14 02:00:38] "POST /ref-update HTTP/1.1" 200 156 0.008468 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.249 - - [2025-07-14 02:00:38] "POST /ref-update HTTP/1.1" 200 156 0.010975 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.249 - - [2025-07-14 02:00:38] "POST /ref-update HTTP/1.1" 200 156 0.012388 10.0.0.249 - - [2025-07-14 02:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.249 - - [2025-07-14 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.012413 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004437 10.0.0.249 - - [2025-07-14 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.008772 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.249 - - [2025-07-14 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.010376 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.249 - - [2025-07-14 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.010434 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.249 - - [2025-07-14 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.009871 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.249 - - [2025-07-14 02:00:39] "POST /ref-update HTTP/1.1" 200 156 0.010403 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.249 - - [2025-07-14 02:00:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.249 - - [2025-07-14 02:00:40] "POST /ref-update HTTP/1.1" 200 156 0.009978 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.249 - - [2025-07-14 02:00:40] "POST /ref-update HTTP/1.1" 200 156 0.009586 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.249 - - [2025-07-14 02:00:40] "POST /ref-update HTTP/1.1" 200 156 0.012988 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.249 - - [2025-07-14 02:00:40] "POST /ref-update HTTP/1.1" 200 156 0.009539 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.249 - - [2025-07-14 02:00:40] "POST /ref-update HTTP/1.1" 200 156 0.010869 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.249 - - [2025-07-14 02:00:40] "POST /ref-update HTTP/1.1" 200 156 0.008829 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.249 - - [2025-07-14 02:00:40] "POST /ref-update HTTP/1.1" 200 156 0.009359 10.0.0.249 - - [2025-07-14 02:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002982 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.249 - - [2025-07-14 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.007651 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.249 - - [2025-07-14 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.007895 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.249 - - [2025-07-14 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.007266 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.249 - - [2025-07-14 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.007354 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.249 - - [2025-07-14 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.007370 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.249 - - [2025-07-14 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.008929 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.249 - - [2025-07-14 02:00:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.249 - - [2025-07-14 02:00:41] "POST /ref-update HTTP/1.1" 200 156 0.007336 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.249 - - [2025-07-14 02:00:42] "POST /ref-update HTTP/1.1" 200 156 0.008278 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.249 - - [2025-07-14 02:00:42] "POST /ref-update HTTP/1.1" 200 156 0.006711 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.249 - - [2025-07-14 02:00:42] "POST /ref-update HTTP/1.1" 200 156 0.008681 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.249 - - [2025-07-14 02:00:42] "POST /ref-update HTTP/1.1" 200 156 0.015530 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.249 - - [2025-07-14 02:00:42] "POST /ref-update HTTP/1.1" 200 156 0.013037 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.249 - - [2025-07-14 02:00:42] "POST /ref-update HTTP/1.1" 200 156 0.008640 10.0.0.249 - - [2025-07-14 02:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002975 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.249 - - [2025-07-14 02:00:43] "POST /ref-update HTTP/1.1" 200 156 0.007151 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.249 - - [2025-07-14 02:00:43] "POST /ref-update HTTP/1.1" 200 156 0.007892 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.249 - - [2025-07-14 02:00:43] "POST /ref-update HTTP/1.1" 200 156 0.007855 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.249 - - [2025-07-14 02:00:43] "POST /ref-update HTTP/1.1" 200 156 0.007501 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.249 - - [2025-07-14 02:00:43] "POST /ref-update HTTP/1.1" 200 156 0.010074 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003112 10.0.0.249 - - [2025-07-14 02:00:43] "POST /ref-update HTTP/1.1" 200 156 0.008919 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2025-07-14 02:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.249 - - [2025-07-14 02:00:43] "POST /ref-update HTTP/1.1" 200 156 0.007879 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.249 - - [2025-07-14 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.007464 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.249 - - [2025-07-14 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.008362 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003002 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.249 - - [2025-07-14 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.007680 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.249 - - [2025-07-14 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.008537 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.009505 10.0.0.249 - - [2025-07-14 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.007664 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.249 - - [2025-07-14 02:00:44] "POST /ref-update HTTP/1.1" 200 156 0.009688 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.249 - - [2025-07-14 02:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.249 - - [2025-07-14 02:00:45] "POST /ref-update HTTP/1.1" 200 156 0.008307 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.249 - - [2025-07-14 02:00:45] "POST /ref-update HTTP/1.1" 200 156 0.008133 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.249 - - [2025-07-14 02:00:45] "POST /ref-update HTTP/1.1" 200 156 0.009047 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.249 - - [2025-07-14 02:00:45] "POST /ref-update HTTP/1.1" 200 156 0.007755 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007442 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002961 10.0.0.249 - - [2025-07-14 02:00:45] "POST /ref-update HTTP/1.1" 200 156 0.007780 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.249 - - [2025-07-14 02:00:45] "POST /ref-update HTTP/1.1" 200 156 0.008532 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.249 - - [2025-07-14 02:00:45] "POST /ref-update HTTP/1.1" 200 156 0.007868 10.0.0.249 - - [2025-07-14 02:00:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002861 10.0.0.249 - - [2025-07-14 02:00:46] "POST /ref-update HTTP/1.1" 200 156 0.007671 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.249 - - [2025-07-14 02:00:46] "POST /ref-update HTTP/1.1" 200 156 0.007229 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.249 - - [2025-07-14 02:00:46] "POST /ref-update HTTP/1.1" 200 156 0.006965 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.249 - - [2025-07-14 02:00:46] "POST /ref-update HTTP/1.1" 200 156 0.008317 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003105 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.249 - - [2025-07-14 02:00:46] "POST /ref-update HTTP/1.1" 200 156 0.007045 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.249 - - [2025-07-14 02:00:46] "POST /ref-update HTTP/1.1" 200 156 0.007447 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.249 - - [2025-07-14 02:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.249 - - [2025-07-14 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.007466 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.249 - - [2025-07-14 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.007810 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.249 - - [2025-07-14 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.007268 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.249 - - [2025-07-14 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.008543 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.249 - - [2025-07-14 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.007769 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.249 - - [2025-07-14 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.008384 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003188 10.0.0.249 - - [2025-07-14 02:00:47] "POST /ref-update HTTP/1.1" 200 156 0.008721 10.0.0.249 - - [2025-07-14 02:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.249 - - [2025-07-14 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.008169 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.249 - - [2025-07-14 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.008161 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.249 - - [2025-07-14 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.007437 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.249 - - [2025-07-14 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.009435 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.249 - - [2025-07-14 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.249 - - [2025-07-14 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.009007 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.249 - - [2025-07-14 02:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.249 - - [2025-07-14 02:00:48] "POST /ref-update HTTP/1.1" 200 156 0.026702 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.249 - - [2025-07-14 02:00:49] "POST /ref-update HTTP/1.1" 200 156 0.007771 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.249 - - [2025-07-14 02:00:49] "POST /ref-update HTTP/1.1" 200 156 0.008876 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002918 10.0.0.249 - - [2025-07-14 02:00:49] "POST /ref-update HTTP/1.1" 200 156 0.009721 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.249 - - [2025-07-14 02:00:49] "POST /ref-update HTTP/1.1" 200 156 0.008280 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.249 - - [2025-07-14 02:00:49] "POST /ref-update HTTP/1.1" 200 156 0.007574 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.249 - - [2025-07-14 02:00:49] "POST /ref-update HTTP/1.1" 200 156 0.008241 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.249 - - [2025-07-14 02:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.249 - - [2025-07-14 02:00:50] "POST /ref-update HTTP/1.1" 200 156 0.010464 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.249 - - [2025-07-14 02:00:50] "POST /ref-update HTTP/1.1" 200 156 0.007554 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002817 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.249 - - [2025-07-14 02:00:50] "POST /ref-update HTTP/1.1" 200 156 0.008211 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.249 - - [2025-07-14 02:00:50] "POST /ref-update HTTP/1.1" 200 156 0.007318 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.249 - - [2025-07-14 02:00:50] "POST /ref-update HTTP/1.1" 200 156 0.007971 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.249 - - [2025-07-14 02:00:50] "POST /ref-update HTTP/1.1" 200 156 0.009470 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003023 10.0.0.249 - - [2025-07-14 02:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.249 - - [2025-07-14 02:00:50] "POST /ref-update HTTP/1.1" 200 156 0.008639 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003568 10.0.0.249 - - [2025-07-14 02:00:51] "POST /ref-update HTTP/1.1" 200 156 0.008289 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.249 - - [2025-07-14 02:00:51] "POST /ref-update HTTP/1.1" 200 156 0.009104 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002930 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.249 - - [2025-07-14 02:00:51] "POST /ref-update HTTP/1.1" 200 156 0.007255 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.249 - - [2025-07-14 02:00:51] "POST /ref-update HTTP/1.1" 200 156 0.007515 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.249 - - [2025-07-14 02:00:51] "POST /ref-update HTTP/1.1" 200 156 0.009307 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005852 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-07-14 02:00:51] "POST /ref-update HTTP/1.1" 200 156 0.008160 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.249 - - [2025-07-14 02:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.249 - - [2025-07-14 02:00:52] "POST /ref-update HTTP/1.1" 200 156 0.007955 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003091 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003232 10.0.0.249 - - [2025-07-14 02:00:52] "POST /ref-update HTTP/1.1" 200 156 0.007386 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.249 - - [2025-07-14 02:00:52] "POST /ref-update HTTP/1.1" 200 156 0.007463 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.249 - - [2025-07-14 02:00:52] "POST /ref-update HTTP/1.1" 200 156 0.008091 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.249 - - [2025-07-14 02:00:52] "POST /ref-update HTTP/1.1" 200 156 0.007502 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.249 - - [2025-07-14 02:00:52] "POST /ref-update HTTP/1.1" 200 156 0.008083 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002833 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.249 - - [2025-07-14 02:00:52] "POST /ref-update HTTP/1.1" 200 156 0.007246 10.0.0.249 - - [2025-07-14 02:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.249 - - [2025-07-14 02:00:53] "POST /ref-update HTTP/1.1" 200 156 0.008120 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.249 - - [2025-07-14 02:00:53] "POST /ref-update HTTP/1.1" 200 156 0.007264 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.249 - - [2025-07-14 02:00:53] "POST /ref-update HTTP/1.1" 200 156 0.007645 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.249 - - [2025-07-14 02:00:53] "POST /ref-update HTTP/1.1" 200 156 0.009298 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.249 - - [2025-07-14 02:00:53] "POST /ref-update HTTP/1.1" 200 156 0.007894 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.249 - - [2025-07-14 02:00:53] "POST /ref-update HTTP/1.1" 200 156 0.006880 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002937 10.0.0.249 - - [2025-07-14 02:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.249 - - [2025-07-14 02:00:53] "POST /ref-update HTTP/1.1" 200 156 0.009726 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.249 - - [2025-07-14 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.007640 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003079 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.249 - - [2025-07-14 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.008346 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003369 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.249 - - [2025-07-14 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.008129 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.249 - - [2025-07-14 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.007219 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003020 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.249 - - [2025-07-14 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.007807 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.249 - - [2025-07-14 02:00:54] "POST /ref-update HTTP/1.1" 200 156 0.006987 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.249 - - [2025-07-14 02:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.249 - - [2025-07-14 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.008311 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.249 - - [2025-07-14 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.008141 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.249 - - [2025-07-14 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.007240 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.249 - - [2025-07-14 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.007431 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.249 - - [2025-07-14 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.008008 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003015 10.0.0.249 - - [2025-07-14 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.008594 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.249 - - [2025-07-14 02:00:55] "POST /ref-update HTTP/1.1" 200 156 0.008550 10.0.0.249 - - [2025-07-14 02:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.249 - - [2025-07-14 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.008103 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.249 - - [2025-07-14 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.009532 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.249 - - [2025-07-14 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.007529 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.249 - - [2025-07-14 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.007380 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.249 - - [2025-07-14 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.007829 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.249 - - [2025-07-14 02:00:56] "POST /ref-update HTTP/1.1" 200 156 0.007924 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.249 - - [2025-07-14 02:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.249 - - [2025-07-14 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.008174 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003040 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.249 - - [2025-07-14 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.045578 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.249 - - [2025-07-14 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.007637 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.249 - - [2025-07-14 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.007569 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003179 10.0.0.249 - - [2025-07-14 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.007478 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.249 - - [2025-07-14 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.007298 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.249 - - [2025-07-14 02:00:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002948 10.0.0.249 - - [2025-07-14 02:00:57] "POST /ref-update HTTP/1.1" 200 156 0.017665 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.249 - - [2025-07-14 02:00:58] "POST /ref-update HTTP/1.1" 200 156 0.018417 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.249 - - [2025-07-14 02:00:58] "POST /ref-update HTTP/1.1" 200 156 0.009813 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003122 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.249 - - [2025-07-14 02:00:58] "POST /ref-update HTTP/1.1" 200 156 0.007833 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003066 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.249 - - [2025-07-14 02:00:58] "POST /ref-update HTTP/1.1" 200 156 0.018634 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.249 - - [2025-07-14 02:00:58] "POST /ref-update HTTP/1.1" 200 156 0.023391 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.249 - - [2025-07-14 02:00:58] "POST /ref-update HTTP/1.1" 200 156 0.010889 10.0.0.249 - - [2025-07-14 02:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.249 - - [2025-07-14 02:00:59] "POST /ref-update HTTP/1.1" 200 156 0.022714 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.249 - - [2025-07-14 02:00:59] "POST /ref-update HTTP/1.1" 200 156 0.010464 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.249 - - [2025-07-14 02:00:59] "POST /ref-update HTTP/1.1" 200 156 0.012369 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.249 - - [2025-07-14 02:00:59] "POST /ref-update HTTP/1.1" 200 156 0.008829 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.249 - - [2025-07-14 02:00:59] "POST /ref-update HTTP/1.1" 200 156 0.008109 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.249 - - [2025-07-14 02:00:59] "POST /ref-update HTTP/1.1" 200 156 0.010809 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.009502 10.0.0.249 - - [2025-07-14 02:00:59] "GET / HTTP/1.1" 200 36215 0.001494 10.0.0.249 - - [2025-07-14 02:00:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.249 - - [2025-07-14 02:01:00] "POST /ref-update HTTP/1.1" 200 156 0.008002 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004735 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.249 - - [2025-07-14 02:01:00] "POST /ref-update HTTP/1.1" 200 156 0.010206 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.249 - - [2025-07-14 02:01:00] "POST /ref-update HTTP/1.1" 200 156 0.009630 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.031597 10.0.0.249 - - [2025-07-14 02:01:00] "GET /routing-instance/ede4ba12-6307-4932-b581-6c3ececd0a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.005957 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.249 - - [2025-07-14 02:01:00] "POST /bgp-routers HTTP/1.1" 200 622 0.025036 10.0.0.249 - - [2025-07-14 02:01:00] "POST /ref-update HTTP/1.1" 200 156 0.008080 10.0.0.249 - - [2025-07-14 02:01:00] "GET /bgp-router/3a9e780a-3e3e-4516-9902-68ce022e6587?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.005282 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.249 - - [2025-07-14 02:01:00] "GET /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2343 0.006412 10.0.0.249 - - [2025-07-14 02:01:00] "POST /ref-update HTTP/1.1" 200 156 0.008035 10.0.0.249 - - [2025-07-14 02:01:00] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003451 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002914 10.0.0.249 - - [2025-07-14 02:01:00] "POST /ref-update HTTP/1.1" 200 156 0.010283 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.249 - - [2025-07-14 02:01:00] "POST /ref-update HTTP/1.1" 200 156 0.007068 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-07-14 02:01:00] "POST /ref-update HTTP/1.1" 200 156 0.009248 10.0.0.249 - - [2025-07-14 02:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.249 - - [2025-07-14 02:01:01] "POST /ref-update HTTP/1.1" 200 156 0.007397 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.249 - - [2025-07-14 02:01:01] "POST /ref-update HTTP/1.1" 200 156 0.008545 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.249 - - [2025-07-14 02:01:01] "POST /ref-update HTTP/1.1" 200 156 0.009298 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004450 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.249 - - [2025-07-14 02:01:01] "POST /ref-update HTTP/1.1" 200 156 0.009016 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.249 - - [2025-07-14 02:01:01] "POST /ref-update HTTP/1.1" 200 156 0.008613 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.249 - - [2025-07-14 02:01:01] "POST /ref-update HTTP/1.1" 200 156 0.009387 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.249 - - [2025-07-14 02:01:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.249 - - [2025-07-14 02:01:01] "POST /ref-update HTTP/1.1" 200 156 0.009590 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.249 - - [2025-07-14 02:01:02] "POST /ref-update HTTP/1.1" 200 156 0.008716 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.249 - - [2025-07-14 02:01:02] "POST /ref-update HTTP/1.1" 200 156 0.014367 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.249 - - [2025-07-14 02:01:02] "POST /ref-update HTTP/1.1" 200 156 0.008463 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.249 - - [2025-07-14 02:01:02] "POST /ref-update HTTP/1.1" 200 156 0.007274 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.249 - - [2025-07-14 02:01:02] "POST /ref-update HTTP/1.1" 200 156 0.008093 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.249 - - [2025-07-14 02:01:02] "POST /ref-update HTTP/1.1" 200 156 0.010599 10.0.0.249 - - [2025-07-14 02:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.249 - - [2025-07-14 02:01:03] "POST /ref-update HTTP/1.1" 200 156 0.009803 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003460 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.249 - - [2025-07-14 02:01:03] "POST /ref-update HTTP/1.1" 200 156 0.012643 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.249 - - [2025-07-14 02:01:03] "POST /ref-update HTTP/1.1" 200 156 0.008727 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.249 - - [2025-07-14 02:01:03] "POST /ref-update HTTP/1.1" 200 156 0.009217 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.249 - - [2025-07-14 02:01:03] "POST /ref-update HTTP/1.1" 200 156 0.008164 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.249 - - [2025-07-14 02:01:03] "POST /ref-update HTTP/1.1" 200 156 0.009105 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.249 - - [2025-07-14 02:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.249 - - [2025-07-14 02:01:04] "POST /ref-update HTTP/1.1" 200 156 0.009928 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.249 - - [2025-07-14 02:01:04] "POST /ref-update HTTP/1.1" 200 156 0.010691 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003030 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.249 - - [2025-07-14 02:01:04] "POST /ref-update HTTP/1.1" 200 156 0.008412 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003843 10.0.0.249 - - [2025-07-14 02:01:04] "POST /ref-update HTTP/1.1" 200 156 0.008088 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.249 - - [2025-07-14 02:01:04] "POST /ref-update HTTP/1.1" 200 156 0.007743 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.249 - - [2025-07-14 02:01:04] "POST /ref-update HTTP/1.1" 200 156 0.007898 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002765 10.0.0.249 - - [2025-07-14 02:01:04] "POST /ref-update HTTP/1.1" 200 156 0.008608 10.0.0.249 - - [2025-07-14 02:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002690 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.249 - - [2025-07-14 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.008111 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.249 - - [2025-07-14 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.008968 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002761 10.0.0.249 - - [2025-07-14 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.008743 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003609 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.249 - - [2025-07-14 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.008543 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.249 - - [2025-07-14 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.009979 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.249 - - [2025-07-14 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.007975 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.249 - - [2025-07-14 02:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002929 10.0.0.249 - - [2025-07-14 02:01:05] "POST /ref-update HTTP/1.1" 200 156 0.008547 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.249 - - [2025-07-14 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.009349 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.249 - - [2025-07-14 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.009931 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.249 - - [2025-07-14 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.008497 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.249 - - [2025-07-14 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.010644 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004366 10.0.0.249 - - [2025-07-14 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.009442 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.249 - - [2025-07-14 02:01:06] "POST /ref-update HTTP/1.1" 200 156 0.009911 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.249 - - [2025-07-14 02:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.249 - - [2025-07-14 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.010377 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.249 - - [2025-07-14 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.009245 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.249 - - [2025-07-14 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.008515 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.249 - - [2025-07-14 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.008611 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.249 - - [2025-07-14 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.009065 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003146 10.0.0.249 - - [2025-07-14 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.011588 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.249 - - [2025-07-14 02:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.249 - - [2025-07-14 02:01:07] "POST /ref-update HTTP/1.1" 200 156 0.008677 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002892 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.249 - - [2025-07-14 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.011259 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004911 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005662 10.0.0.249 - - [2025-07-14 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.011007 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.249 - - [2025-07-14 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.010158 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003081 10.0.0.249 - - [2025-07-14 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.009451 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.249 - - [2025-07-14 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.009958 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.249 - - [2025-07-14 02:01:08] "POST /ref-update HTTP/1.1" 200 156 0.008877 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.249 - - [2025-07-14 02:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.249 - - [2025-07-14 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.010365 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003230 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.249 - - [2025-07-14 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.008647 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.249 - - [2025-07-14 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.010844 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.249 - - [2025-07-14 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.010903 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.249 - - [2025-07-14 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.016900 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.006179 10.0.0.249 - - [2025-07-14 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.013967 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.249 - - [2025-07-14 02:01:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.249 - - [2025-07-14 02:01:09] "POST /ref-update HTTP/1.1" 200 156 0.008722 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.249 - - [2025-07-14 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.021925 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.249 - - [2025-07-14 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.012043 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.249 - - [2025-07-14 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.010383 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.249 - - [2025-07-14 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.009780 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.249 - - [2025-07-14 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.013242 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.249 - - [2025-07-14 02:01:10] "POST /ref-update HTTP/1.1" 200 156 0.010013 10.0.0.249 - - [2025-07-14 02:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.249 - - [2025-07-14 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.011662 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.249 - - [2025-07-14 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.008358 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.249 - - [2025-07-14 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.007813 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2025-07-14 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.007869 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.249 - - [2025-07-14 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.010536 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.249 - - [2025-07-14 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.010174 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.249 - - [2025-07-14 02:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.249 - - [2025-07-14 02:01:11] "POST /ref-update HTTP/1.1" 200 156 0.007979 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004105 10.0.0.249 - - [2025-07-14 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.012759 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.249 - - [2025-07-14 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.010954 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.249 - - [2025-07-14 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.010357 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005685 10.0.0.249 - - [2025-07-14 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.009859 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.249 - - [2025-07-14 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.009985 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004666 10.0.0.249 - - [2025-07-14 02:01:12] "POST /ref-update HTTP/1.1" 200 156 0.011501 10.0.0.249 - - [2025-07-14 02:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.249 - - [2025-07-14 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.012466 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009698 10.0.0.249 - - [2025-07-14 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.010479 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.249 - - [2025-07-14 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.012799 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.249 - - [2025-07-14 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.011589 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.249 - - [2025-07-14 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.023542 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.249 - - [2025-07-14 02:01:13] "POST /ref-update HTTP/1.1" 200 156 0.009721 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.249 - - [2025-07-14 02:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.249 - - [2025-07-14 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.008833 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.249 - - [2025-07-14 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.020775 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.249 - - [2025-07-14 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.009849 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.249 - - [2025-07-14 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.008222 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.249 - - [2025-07-14 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.009764 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003022 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.249 - - [2025-07-14 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.007931 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.249 - - [2025-07-14 02:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003242 10.0.0.249 - - [2025-07-14 02:01:14] "POST /ref-update HTTP/1.1" 200 156 0.008904 10.0.0.249 - - [2025-07-14 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.249 - - [2025-07-14 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.249 - - [2025-07-14 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.011346 10.0.0.249 - - [2025-07-14 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.249 - - [2025-07-14 02:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.249 - - [2025-07-14 02:01:15] "POST /ref-update HTTP/1.1" 200 156 0.009512 10.0.0.249 - - [2025-07-14 02:01:15] "POST /network-ipams HTTP/1.1" 200 552 0.016512 10.0.0.249 - - [2025-07-14 02:01:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004016 10.0.0.249 - - [2025-07-14 02:01:15] "POST /virtual-networks HTTP/1.1" 200 554 0.153015 10.0.0.249 - - [2025-07-14 02:01:15] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.003533 10.0.0.249 - - [2025-07-14 02:01:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.003515 10.0.0.249 - - [2025-07-14 02:01:15] "POST /fqname-to-id HTTP/1.1" 404 178 0.002995 10.0.0.249 - - [2025-07-14 02:01:15] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.003792 10.0.0.249 - - [2025-07-14 02:01:15] "GET /fabric/de29b4c4-6b97-4421-a1a0-b32441b78645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.004384 10.0.0.249 - - [2025-07-14 02:01:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.002863 10.0.0.249 - - [2025-07-14 02:01:15] "POST /fqname-to-id HTTP/1.1" 404 205 0.002897 10.0.0.249 - - [2025-07-14 02:01:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.003266 10.0.0.249 - - [2025-07-14 02:01:16] "POST /route-targets HTTP/1.1" 200 328 0.012928 10.0.0.249 - - [2025-07-14 02:01:16] "POST /ref-update HTTP/1.1" 200 156 0.010422 10.0.0.249 - - [2025-07-14 02:01:31] "GET / HTTP/1.1" 200 36215 0.001608 10.0.0.249 - - [2025-07-14 02:01:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000511 10.0.0.249 - - [2025-07-14 02:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.029139 10.0.0.249 - - [2025-07-14 02:01:32] "GET /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008595 10.0.0.249 - - [2025-07-14 02:01:32] "POST /fqname-to-id HTTP/1.1" 404 220 0.005467 10.0.0.249 - - [2025-07-14 02:01:32] "POST /database-nodes HTTP/1.1" 200 605 0.020417 10.0.0.249 - - [2025-07-14 02:02:07] "GET / HTTP/1.1" 200 36215 0.002175 10.0.0.249 - - [2025-07-14 02:02:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000774 10.0.0.249 - - [2025-07-14 02:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.033433 10.0.0.249 - - [2025-07-14 02:02:08] "GET /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007357 10.0.0.249 - - [2025-07-14 02:02:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.004086 10.0.0.249 - - [2025-07-14 02:02:08] "POST /analytics-nodes HTTP/1.1" 200 607 0.035175 10.0.0.249 - - [2025-07-14 02:02:13] "GET / HTTP/1.1" 200 36215 0.001939 10.0.0.249 - - [2025-07-14 02:02:22] "GET / HTTP/1.1" 200 36215 0.001703 10.0.0.249 - - [2025-07-14 02:02:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.249 - - [2025-07-14 02:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.026989 10.0.0.249 - - [2025-07-14 02:02:22] "GET /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006810 10.0.0.249 - - [2025-07-14 02:02:22] "POST /fqname-to-id HTTP/1.1" 404 220 0.002956 10.0.0.249 - - [2025-07-14 02:02:22] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.022997 10.0.0.249 - - [2025-07-14 02:02:30] "GET / HTTP/1.1" 200 36215 0.002142 10.0.0.249 - - [2025-07-14 02:02:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000509 10.0.0.249 - - [2025-07-14 02:02:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.030865 10.0.0.249 - - [2025-07-14 02:02:31] "GET /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005755 10.0.0.249 - - [2025-07-14 02:02:31] "POST /fqname-to-id HTTP/1.1" 404 220 0.003171 10.0.0.249 - - [2025-07-14 02:02:31] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.033859 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.249 - - [2025-07-14 02:03:14] "GET /obj-perms HTTP/1.1" 200 5075 0.374457 10.0.0.249 - - [2025-07-14 02:03:14] "GET /obj-perms HTTP/1.1" 200 5075 0.072073 10.0.0.249 - - [2025-07-14 02:04:07] "GET / HTTP/1.1" 200 36215 0.002976 10.0.0.249 - - [2025-07-14 02:04:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000536 10.0.0.249 - - [2025-07-14 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.029369 10.0.0.249 - - [2025-07-14 02:04:07] "GET /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.009045 10.0.0.249 - - [2025-07-14 02:04:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004828 10.0.0.249 - - [2025-07-14 02:04:08] "GET /routing-instance/ede4ba12-6307-4932-b581-6c3ececd0a3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1178 0.003906 10.0.0.249 - - [2025-07-14 02:04:08] "PUT /global-system-config/e48d2b27-fd41-40bc-a293-d9c1d5d81c54 HTTP/1.1" 200 275 0.015262 10.0.0.249 - - [2025-07-14 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 218 0.003041 10.0.0.249 - - [2025-07-14 02:04:08] "POST /virtual-routers HTTP/1.1" 200 605 0.019668 10.0.0.249 - - [2025-07-14 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003220 10.0.0.249 - - [2025-07-14 02:04:08] "GET /virtual-router/b62d8187-b493-476f-b9b4-038a5117ab0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.005297 10.0.0.249 - - [2025-07-14 02:04:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.002934 10.0.0.249 - - [2025-07-14 02:04:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002869 10.0.0.249 - - [2025-07-14 02:04:08] "GET /virtual-network/e66ddce2-42c3-4fe5-a5f6-f949cf2a8d8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005121 10.0.0.249 - - [2025-07-14 02:04:08] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.055091 10.0.0.249 - - [2025-07-14 02:04:09] "PUT /access-control-list/f4619b53-7901-4253-8924-0c11ee5424c0 HTTP/1.1" 200 273 0.015144 10.0.0.249 - - [2025-07-14 02:04:15] "GET /obj-perms HTTP/1.1" 200 5075 0.042453 10.0.0.249 - - [2025-07-14 02:04:15] "GET /obj-perms HTTP/1.1" 200 5075 0.039715 10.0.0.249 - - [2025-07-14 02:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.249 - - [2025-07-14 02:04:15] "GET /virtual-router/b62d8187-b493-476f-b9b4-038a5117ab0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1249 0.003322 [Introspect:8084]10.0.0.249 - - [2025-07-14 02:04:19] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000857 [Introspect:8084]10.0.0.249 - - [2025-07-14 02:04:19] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000865 [Introspect:8084]10.0.0.249 - - [2025-07-14 02:04:21] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000772 [Introspect:8084]10.0.0.249 - - [2025-07-14 02:04:21] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000896 10.0.0.249 - - [2025-07-14 02:05:15] "GET /obj-perms HTTP/1.1" 200 5075 0.064611 10.0.0.249 - - [2025-07-14 02:05:16] "GET /obj-perms HTTP/1.1" 200 5075 0.047907 10.0.0.249 - - [2025-07-14 02:05:26] "GET / HTTP/1.1" 200 36215 0.001615 10.0.0.249 - - [2025-07-14 02:05:27] "GET /global-system-configs HTTP/1.1" 200 323 0.127818 10.0.0.249 - - [2025-07-14 02:05:27] "GET /obj-perms HTTP/1.1" 200 5075 0.162923 10.0.0.249 - - [2025-07-14 02:05:27] "GET /global-system-configs HTTP/1.1" 200 323 0.002697 10.0.0.249 - - [2025-07-14 02:05:27] "GET /obj-perms HTTP/1.1" 200 5075 0.024971 10.0.0.249 - - [2025-07-14 02:05:28] "GET /project/b1b9ed96-7e24-41ba-9248-11116574b975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000504 10.0.0.249 - - [2025-07-14 02:05:28] "GET /projects?obj_uuids=b1b9ed96-7e24-41ba-9248-11116574b975&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.021365 10.0.0.249 - - [2025-07-14 02:05:28] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.249 - - [2025-07-14 02:05:28] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.066945 10.0.0.249 - - [2025-07-14 02:05:28] "POST /id-to-fqname HTTP/1.1" 200 167 0.001198 10.0.0.249 - - [2025-07-14 02:05:28] "POST /fqname-to-id HTTP/1.1" 404 176 0.003695 10.0.0.249 - - [2025-07-14 02:05:28] "POST /security-groups HTTP/1.1" 200 568 0.067470 10.0.0.249 - - [2025-07-14 02:05:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.022219 10.0.0.249 - - [2025-07-14 02:05:28] "POST /projects HTTP/1.1" 200 539 0.237639 10.0.0.249 - - [2025-07-14 02:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.307773 10.0.0.249 - - [2025-07-14 02:05:28] "POST /access-control-lists HTTP/1.1" 200 575 0.058643 10.0.0.249 - - [2025-07-14 02:05:28] "GET /project/b1b9ed96-7e24-41ba-9248-11116574b975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.497466 10.0.0.249 - - [2025-07-14 02:05:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.006452 10.0.0.249 - - [2025-07-14 02:05:28] "POST /access-control-lists HTTP/1.1" 200 573 0.063765 [Introspect:8084]10.0.0.249 - - [2025-07-14 02:05:29] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001000 10.0.0.249 - - [2025-07-14 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.021447 10.0.0.249 - - [2025-07-14 02:05:29] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003659 10.0.0.249 - - [2025-07-14 02:05:29] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.249 - - [2025-07-14 02:05:29] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008971 10.0.0.249 - - [2025-07-14 02:05:29] "POST /id-to-fqname HTTP/1.1" 200 201 0.001243 10.0.0.249 - - [2025-07-14 02:05:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.004058 10.0.0.249 - - [2025-07-14 02:05:29] "POST /security-groups HTTP/1.1" 200 602 0.068162 10.0.0.249 - - [2025-07-14 02:05:30] "POST /fqname-to-id HTTP/1.1" 404 245 0.004077 10.0.0.249 - - [2025-07-14 02:05:30] "POST /projects HTTP/1.1" 200 607 0.238614 10.0.0.249 - - [2025-07-14 02:05:30] "POST /access-control-lists HTTP/1.1" 200 609 0.057533 10.0.0.249 - - [2025-07-14 02:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.310284 10.0.0.249 - - [2025-07-14 02:05:30] "POST /fqname-to-id HTTP/1.1" 404 244 0.003011 10.0.0.249 - - [2025-07-14 02:05:30] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.438218 10.0.0.249 - - [2025-07-14 02:05:30] "POST /access-control-lists HTTP/1.1" 200 607 0.064725 10.0.0.249 - - [2025-07-14 02:05:31] "GET / HTTP/1.1" 200 36215 0.001863 10.0.0.249 - - [2025-07-14 02:05:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000552 10.0.0.249 - - [2025-07-14 02:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.049901 10.0.0.249 - - [2025-07-14 02:05:32] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000941 10.0.0.249 - - [2025-07-14 02:05:32] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.023949 10.0.0.249 - - [2025-07-14 02:05:32] "POST /neutron/network HTTP/1.1" 200 117 0.038370 10.0.0.249 - - [2025-07-14 02:05:32] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000973 10.0.0.249 - - [2025-07-14 02:05:32] "POST /neutron/network HTTP/1.1" 200 620 0.100208 10.0.0.249 - - [2025-07-14 02:05:32] "POST /route-targets HTTP/1.1" 200 328 0.013153 10.0.0.249 - - [2025-07-14 02:05:32] "POST /ref-update HTTP/1.1" 200 156 0.013017 10.0.0.249 - - [2025-07-14 02:05:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002464 10.0.0.249 - - [2025-07-14 02:05:32] "POST /neutron/subnet HTTP/1.1" 200 705 0.190691 10.0.0.249 - - [2025-07-14 02:05:32] "POST /neutron/network HTTP/1.1" 200 835 0.005789 10.0.0.249 - - [2025-07-14 02:05:32] "POST /id-to-fqname HTTP/1.1" 200 233 0.001334 10.0.0.249 - - [2025-07-14 02:05:32] "GET /virtual-network/23e8328c-355a-440a-855d-90223f8f0951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006475 10.0.0.249 - - [2025-07-14 02:05:32] "POST /neutron/network HTTP/1.1" 200 835 0.005274 10.0.0.249 - - [2025-07-14 02:05:32] "GET /virtual-network/23e8328c-355a-440a-855d-90223f8f0951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004365 10.0.0.249 - - [2025-07-14 02:05:32] "POST /neutron/network HTTP/1.1" 200 835 0.005650 10.0.0.249 - - [2025-07-14 02:05:32] "POST /neutron/subnet HTTP/1.1" 200 705 0.008258 10.0.0.249 - - [2025-07-14 02:05:32] "GET /domains HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2025-07-14 02:05:33] "GET /domains HTTP/1.1" 200 281 0.024685 10.0.0.249 - - [2025-07-14 02:05:33] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.249 - - [2025-07-14 02:05:33] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2594 0.014657 10.0.0.249 - - [2025-07-14 02:05:33] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001053 10.0.0.249 - - [2025-07-14 02:05:33] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011 HTTP/1.1" 200 2174 0.068666 10.0.0.249 - - [2025-07-14 02:05:33] "GET /virtual-network/23e8328c-355a-440a-855d-90223f8f0951 HTTP/1.1" 200 2333 0.006293 10.0.0.249 - - [2025-07-14 02:05:33] "GET /virtual-network/23e8328c-355a-440a-855d-90223f8f0951 HTTP/1.1" 200 2333 0.004796 10.0.0.249 - - [2025-07-14 02:05:33] "GET /routing-instance/dea688e7-7296-43c4-aa2e-928ff578e18e HTTP/1.1" 200 1498 0.003240 10.0.0.249 - - [2025-07-14 02:05:33] "GET /routing-instance/dea688e7-7296-43c4-aa2e-928ff578e18e HTTP/1.1" 200 1498 0.004185 10.0.0.249 - - [2025-07-14 02:05:33] "GET /route-target/2d0e0294-35a5-49f4-a524-dbe6c735e45c HTTP/1.1" 200 1221 0.003198 10.0.0.249 - - [2025-07-14 02:05:33] "GET /virtual-network/23e8328c-355a-440a-855d-90223f8f0951 HTTP/1.1" 200 2333 0.005687 10.0.0.249 - - [2025-07-14 02:05:33] "GET /routing-instance/dea688e7-7296-43c4-aa2e-928ff578e18e HTTP/1.1" 200 1498 0.003400 10.0.0.249 - - [2025-07-14 02:05:33] "GET /virtual-network/23e8328c-355a-440a-855d-90223f8f0951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005142 10.0.0.249 - - [2025-07-14 02:05:33] "GET /virtual-network/23e8328c-355a-440a-855d-90223f8f0951 HTTP/1.1" 200 2333 0.005044 10.0.0.249 - - [2025-07-14 02:05:33] "GET /routing-instance/dea688e7-7296-43c4-aa2e-928ff578e18e HTTP/1.1" 200 1498 0.003884 10.0.0.249 - - [2025-07-14 02:05:33] "GET /routing-instance/dea688e7-7296-43c4-aa2e-928ff578e18e HTTP/1.1" 200 1498 0.004407 10.0.0.249 - - [2025-07-14 02:05:33] "GET /route-target/2d0e0294-35a5-49f4-a524-dbe6c735e45c HTTP/1.1" 200 1221 0.003690 10.0.0.249 - - [2025-07-14 02:05:33] "GET /domains HTTP/1.1" 200 281 0.003176 10.0.0.249 - - [2025-07-14 02:05:33] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.249 - - [2025-07-14 02:05:33] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2594 0.006895 10.0.0.249 - - [2025-07-14 02:05:33] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001216 10.0.0.249 - - [2025-07-14 02:05:33] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011 HTTP/1.1" 200 2174 0.069422 10.0.0.249 - - [2025-07-14 02:05:33] "GET /virtual-network/23e8328c-355a-440a-855d-90223f8f0951 HTTP/1.1" 200 2333 0.004583 10.0.0.249 - - [2025-07-14 02:05:33] "GET /obj-perms HTTP/1.1" 200 5071 0.047358 10.0.0.249 - - [2025-07-14 02:05:33] "POST /id-to-fqname HTTP/1.1" 200 233 0.001861 10.0.0.249 - - [2025-07-14 02:05:35] "POST /neutron/network HTTP/1.1" 200 845 0.005774 10.0.0.249 - - [2025-07-14 02:05:35] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2025-07-14 02:05:35] "GET / HTTP/1.1" 200 36215 0.001890 10.0.0.249 - - [2025-07-14 02:05:35] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000419 10.0.0.249 - - [2025-07-14 02:05:36] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001113 10.0.0.249 - - [2025-07-14 02:05:36] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.046782 10.0.0.249 - - [2025-07-14 02:05:36] "POST /neutron/network HTTP/1.1" 200 835 0.024393 10.0.0.249 - - [2025-07-14 02:05:36] "POST /neutron/port HTTP/1.1" 200 117 0.005115 10.0.0.249 - - [2025-07-14 02:05:37] "POST /neutron/port HTTP/1.1" 200 117 0.004905 10.0.0.249 - - [2025-07-14 02:05:37] "POST /neutron/port HTTP/1.1" 200 117 0.006266 10.0.0.249 - - [2025-07-14 02:05:37] "POST /neutron/network HTTP/1.1" 200 845 0.005954 10.0.0.249 - - [2025-07-14 02:05:37] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000981 10.0.0.249 - - [2025-07-14 02:05:38] "POST /neutron/port HTTP/1.1" 200 1067 0.235746 10.0.0.249 - - [2025-07-14 02:05:38] "POST /neutron/port HTTP/1.1" 200 1067 0.033230 10.0.0.249 - - [2025-07-14 02:05:38] "POST /neutron/port HTTP/1.1" 200 1067 0.010080 10.0.0.249 - - [2025-07-14 02:05:38] "POST /neutron/port HTTP/1.1" 200 1121 0.061850 10.0.0.249 - - [2025-07-14 02:05:38] "POST /neutron/port HTTP/1.1" 200 1095 0.010137 10.0.0.249 - - [2025-07-14 02:05:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003127 10.0.0.249 - - [2025-07-14 02:05:38] "POST /neutron/subnet HTTP/1.1" 200 679 0.008027 10.0.0.249 - - [2025-07-14 02:05:38] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.249 - - [2025-07-14 02:05:38] "POST /neutron/network HTTP/1.1" 200 835 0.007172 10.0.0.249 - - [2025-07-14 02:05:42] "POST /neutron/port HTTP/1.1" 200 1095 0.012342 10.0.0.249 - - [2025-07-14 02:05:42] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006294 10.0.0.249 - - [2025-07-14 02:05:42] "GET /obj-perms HTTP/1.1" 200 5071 0.003306 10.0.0.249 - - [2025-07-14 02:05:43] "GET /obj-perms HTTP/1.1" 200 5071 0.004503 10.0.0.249 - - [2025-07-14 02:05:44] "GET /obj-perms HTTP/1.1" 200 5071 0.003213 10.0.0.249 - - [2025-07-14 02:05:45] "GET /obj-perms HTTP/1.1" 200 5071 0.003969 10.0.0.249 - - [2025-07-14 02:05:46] "GET /obj-perms HTTP/1.1" 200 5071 0.003073 10.0.0.249 - - [2025-07-14 02:05:46] "POST /neutron/port HTTP/1.1" 200 1095 0.016100 10.0.0.249 - - [2025-07-14 02:05:46] "POST /neutron/port HTTP/1.1" 200 1095 0.016806 10.0.0.249 - - [2025-07-14 02:05:46] "POST /neutron/network HTTP/1.1" 200 845 0.006990 10.0.0.249 - - [2025-07-14 02:05:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004749 10.0.0.249 - - [2025-07-14 02:05:46] "POST /neutron/subnet HTTP/1.1" 200 679 0.010691 10.0.0.249 - - [2025-07-14 02:05:46] "POST /neutron/port HTTP/1.1" 200 117 0.001230 10.0.0.249 - - [2025-07-14 02:05:46] "POST /neutron/network HTTP/1.1" 200 835 0.005968 10.0.0.249 - - [2025-07-14 02:05:47] "POST /neutron/network HTTP/1.1" 200 835 0.009660 10.0.0.249 - - [2025-07-14 02:05:47] "POST /neutron/network HTTP/1.1" 400 204 0.010469 10.0.0.249 - - [2025-07-14 02:05:47] "POST /neutron/port HTTP/1.1" 200 1095 0.013801 10.0.0.249 - - [2025-07-14 02:05:47] "POST /neutron/port HTTP/1.1" 200 1121 0.011645 10.0.0.249 - - [2025-07-14 02:05:48] "POST /neutron/port HTTP/1.1" 200 151 0.113114 10.0.0.249 - - [2025-07-14 02:05:49] "POST /neutron/network HTTP/1.1" 200 835 0.005733 10.0.0.249 - - [2025-07-14 02:05:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.249 - - [2025-07-14 02:05:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003687 10.0.0.249 - - [2025-07-14 02:05:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001945 10.0.0.249 - - [2025-07-14 02:05:49] "POST /neutron/network HTTP/1.1" 200 151 0.086430 10.0.0.249 - - [2025-07-14 02:05:49] "DELETE /route-target/2d0e0294-35a5-49f4-a524-dbe6c735e45c HTTP/1.1" 200 115 0.017879 10.0.0.249 - - [2025-07-14 02:05:49] "GET /routing-instance/dea688e7-7296-43c4-aa2e-928ff578e18e HTTP/1.1" 404 171 0.006110 10.0.0.249 - - [2025-07-14 02:05:49] "GET /domains HTTP/1.1" 200 281 0.002716 10.0.0.249 - - [2025-07-14 02:05:49] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000939 10.0.0.249 - - [2025-07-14 02:05:49] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2594 0.048394 10.0.0.249 - - [2025-07-14 02:05:49] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000927 10.0.0.249 - - [2025-07-14 02:05:49] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011 HTTP/1.1" 200 1923 0.095186 10.0.0.249 - - [2025-07-14 02:05:49] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000988 10.0.0.249 - - [2025-07-14 02:05:49] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.027601 10.0.0.249 - - [2025-07-14 02:05:49] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001034 10.0.0.249 - - [2025-07-14 02:05:49] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011?fields=virtual_networks HTTP/1.1" 200 1056 0.069345 10.0.0.249 - - [2025-07-14 02:05:50] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001112 10.0.0.249 - - [2025-07-14 02:05:50] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.029302 10.0.0.249 - - [2025-07-14 02:05:50] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000947 10.0.0.249 - - [2025-07-14 02:05:50] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011?fields=security_groups HTTP/1.1" 200 1294 0.030781 10.0.0.249 - - [2025-07-14 02:05:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.031194 10.0.0.249 - - [2025-07-14 02:05:51] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002773 10.0.0.249 - - [2025-07-14 02:05:51] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.249 - - [2025-07-14 02:05:51] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007765 10.0.0.249 - - [2025-07-14 02:05:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.004078 10.0.0.249 - - [2025-07-14 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.003170 10.0.0.249 - - [2025-07-14 02:05:51] "POST /security-groups HTTP/1.1" 200 603 0.062658 10.0.0.249 - - [2025-07-14 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 246 0.002725 10.0.0.249 - - [2025-07-14 02:05:51] "POST /projects HTTP/1.1" 200 609 0.225385 10.0.0.249 - - [2025-07-14 02:05:51] "POST /access-control-lists HTTP/1.1" 200 610 0.059718 10.0.0.249 - - [2025-07-14 02:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.297062 10.0.0.249 - - [2025-07-14 02:05:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.003537 10.0.0.249 - - [2025-07-14 02:05:51] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.426275 10.0.0.249 - - [2025-07-14 02:05:51] "POST /access-control-lists HTTP/1.1" 200 608 0.059725 10.0.0.249 - - [2025-07-14 02:05:52] "GET / HTTP/1.1" 200 36215 0.001956 10.0.0.249 - - [2025-07-14 02:05:52] "GET /projects?obj_uuids=b1b9ed96-7e24-41ba-9248-11116574b975&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001079 10.0.0.249 - - [2025-07-14 02:05:52] "GET /project/b1b9ed96-7e24-41ba-9248-11116574b975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.038182 10.0.0.249 - - [2025-07-14 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002815 10.0.0.249 - - [2025-07-14 02:05:53] "GET /security-group/81ac766f-a568-4073-a18d-d453eb18abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.004306 10.0.0.249 - - [2025-07-14 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002848 10.0.0.249 - - [2025-07-14 02:05:53] "GET /projects?obj_uuids=b1b9ed96-7e24-41ba-9248-11116574b975&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001005 10.0.0.249 - - [2025-07-14 02:05:53] "GET /project/b1b9ed96-7e24-41ba-9248-11116574b975?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.031424 10.0.0.249 - - [2025-07-14 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.249 - - [2025-07-14 02:05:53] "GET /security-group/81ac766f-a568-4073-a18d-d453eb18abd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.003950 10.0.0.249 - - [2025-07-14 02:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.249 - - [2025-07-14 02:05:53] "PUT /security-group/81ac766f-a568-4073-a18d-d453eb18abd3 HTTP/1.1" 200 263 0.013805 10.0.0.249 - - [2025-07-14 02:05:53] "PUT /access-control-list/d8205f08-7cf4-4f64-b909-3cab5f382e39 HTTP/1.1" 200 273 0.010488 10.0.0.249 - - [2025-07-14 02:05:53] "PUT /access-control-list/e2f1e2b2-c32c-48d4-8eb2-eb6333b5f83c HTTP/1.1" 200 273 0.007621 10.0.0.249 - - [2025-07-14 02:05:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000465 10.0.0.249 - - [2025-07-14 02:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.048945 10.0.0.249 - - [2025-07-14 02:05:54] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000935 10.0.0.249 - - [2025-07-14 02:05:54] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.022334 10.0.0.249 - - [2025-07-14 02:05:54] "POST /neutron/network HTTP/1.1" 200 117 0.034332 10.0.0.249 - - [2025-07-14 02:05:54] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.249 - - [2025-07-14 02:05:54] "POST /neutron/network HTTP/1.1" 200 619 0.066043 10.0.0.249 - - [2025-07-14 02:05:54] "POST /route-targets HTTP/1.1" 200 328 0.012762 10.0.0.249 - - [2025-07-14 02:05:54] "POST /ref-update HTTP/1.1" 200 156 0.013875 10.0.0.249 - - [2025-07-14 02:05:54] "POST /useragent-kv HTTP/1.1" 200 115 0.004030 10.0.0.249 - - [2025-07-14 02:05:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.156934 10.0.0.249 - - [2025-07-14 02:05:54] "POST /neutron/network HTTP/1.1" 200 840 0.005085 10.0.0.249 - - [2025-07-14 02:05:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001093 10.0.0.249 - - [2025-07-14 02:05:54] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004978 10.0.0.249 - - [2025-07-14 02:05:54] "POST /neutron/network HTTP/1.1" 200 840 0.005283 10.0.0.249 - - [2025-07-14 02:05:54] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004751 10.0.0.249 - - [2025-07-14 02:05:54] "POST /neutron/network HTTP/1.1" 200 840 0.005928 10.0.0.249 - - [2025-07-14 02:05:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.008242 10.0.0.249 - - [2025-07-14 02:05:55] "GET /domains HTTP/1.1" 401 293 0.000402 10.0.0.249 - - [2025-07-14 02:05:55] "GET /domains HTTP/1.1" 200 281 0.023924 10.0.0.249 - - [2025-07-14 02:05:55] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000969 10.0.0.249 - - [2025-07-14 02:05:55] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2793 0.007838 10.0.0.249 - - [2025-07-14 02:05:55] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.249 - - [2025-07-14 02:05:55] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c HTTP/1.1" 200 2181 0.096307 10.0.0.249 - - [2025-07-14 02:05:55] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602 HTTP/1.1" 200 2351 0.007318 10.0.0.249 - - [2025-07-14 02:05:55] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602 HTTP/1.1" 200 2351 0.004841 10.0.0.249 - - [2025-07-14 02:05:55] "GET /routing-instance/3296dfdf-5990-4581-9fa0-27a8773af061 HTTP/1.1" 200 1494 0.003407 10.0.0.249 - - [2025-07-14 02:05:55] "GET /routing-instance/3296dfdf-5990-4581-9fa0-27a8773af061 HTTP/1.1" 200 1494 0.003192 10.0.0.249 - - [2025-07-14 02:05:55] "GET /route-target/91c385eb-f850-40b2-a537-1fba2113ce98 HTTP/1.1" 200 1221 0.003369 10.0.0.249 - - [2025-07-14 02:05:55] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602 HTTP/1.1" 200 2351 0.004112 10.0.0.249 - - [2025-07-14 02:05:55] "GET /routing-instance/3296dfdf-5990-4581-9fa0-27a8773af061 HTTP/1.1" 200 1494 0.003069 10.0.0.249 - - [2025-07-14 02:05:55] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.004699 10.0.0.249 - - [2025-07-14 02:05:55] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602 HTTP/1.1" 200 2351 0.005545 10.0.0.249 - - [2025-07-14 02:05:55] "GET /routing-instance/3296dfdf-5990-4581-9fa0-27a8773af061 HTTP/1.1" 200 1494 0.002981 10.0.0.249 - - [2025-07-14 02:05:55] "GET /routing-instance/3296dfdf-5990-4581-9fa0-27a8773af061 HTTP/1.1" 200 1494 0.003176 10.0.0.249 - - [2025-07-14 02:05:55] "GET /route-target/91c385eb-f850-40b2-a537-1fba2113ce98 HTTP/1.1" 200 1221 0.003001 10.0.0.249 - - [2025-07-14 02:05:55] "GET /domains HTTP/1.1" 200 281 0.002224 10.0.0.249 - - [2025-07-14 02:05:55] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.249 - - [2025-07-14 02:05:55] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2793 0.007850 10.0.0.249 - - [2025-07-14 02:05:55] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001233 10.0.0.249 - - [2025-07-14 02:05:55] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c HTTP/1.1" 200 2181 0.068161 10.0.0.249 - - [2025-07-14 02:05:55] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602 HTTP/1.1" 200 2351 0.005481 10.0.0.249 - - [2025-07-14 02:05:55] "GET /obj-perms HTTP/1.1" 200 5073 0.042256 10.0.0.249 - - [2025-07-14 02:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.249 - - [2025-07-14 02:05:56] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000972 10.0.0.249 - - [2025-07-14 02:05:56] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.041530 10.0.0.249 - - [2025-07-14 02:05:56] "POST /neutron/network HTTP/1.1" 200 117 0.009304 10.0.0.249 - - [2025-07-14 02:05:56] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000993 10.0.0.249 - - [2025-07-14 02:05:56] "POST /neutron/network HTTP/1.1" 200 619 0.068416 10.0.0.249 - - [2025-07-14 02:05:56] "POST /route-targets HTTP/1.1" 200 328 0.011245 10.0.0.249 - - [2025-07-14 02:05:56] "POST /ref-update HTTP/1.1" 200 156 0.012210 10.0.0.249 - - [2025-07-14 02:05:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004303 10.0.0.249 - - [2025-07-14 02:05:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.203374 10.0.0.249 - - [2025-07-14 02:05:56] "POST /neutron/network HTTP/1.1" 200 838 0.005045 10.0.0.249 - - [2025-07-14 02:05:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001087 10.0.0.249 - - [2025-07-14 02:05:56] "GET /virtual-network/d579e107-12a5-4516-b76f-10f88e64b143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004941 10.0.0.249 - - [2025-07-14 02:05:56] "POST /neutron/network HTTP/1.1" 200 838 0.005877 10.0.0.249 - - [2025-07-14 02:05:56] "GET /virtual-network/d579e107-12a5-4516-b76f-10f88e64b143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004524 10.0.0.249 - - [2025-07-14 02:05:56] "POST /neutron/network HTTP/1.1" 200 838 0.005338 10.0.0.249 - - [2025-07-14 02:05:56] "POST /neutron/subnet HTTP/1.1" 200 725 0.006202 10.0.0.249 - - [2025-07-14 02:05:56] "GET /domains HTTP/1.1" 200 281 0.002021 10.0.0.249 - - [2025-07-14 02:05:56] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.249 - - [2025-07-14 02:05:56] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2793 0.012807 10.0.0.249 - - [2025-07-14 02:05:56] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000948 10.0.0.249 - - [2025-07-14 02:05:56] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c HTTP/1.1" 200 2410 0.072782 10.0.0.249 - - [2025-07-14 02:05:56] "GET /virtual-network/d579e107-12a5-4516-b76f-10f88e64b143 HTTP/1.1" 200 2345 0.006317 10.0.0.249 - - [2025-07-14 02:05:56] "GET /virtual-network/d579e107-12a5-4516-b76f-10f88e64b143 HTTP/1.1" 200 2345 0.004175 10.0.0.249 - - [2025-07-14 02:05:56] "GET /routing-instance/4483195b-2a2e-4852-b1c1-892aa5aa9846 HTTP/1.1" 200 1494 0.003492 10.0.0.249 - - [2025-07-14 02:05:56] "GET /routing-instance/4483195b-2a2e-4852-b1c1-892aa5aa9846 HTTP/1.1" 200 1494 0.003532 10.0.0.249 - - [2025-07-14 02:05:56] "GET /route-target/d0d4d2cd-2502-4c7a-b973-e7299bf27313 HTTP/1.1" 200 1221 0.002568 10.0.0.249 - - [2025-07-14 02:05:56] "GET /virtual-network/d579e107-12a5-4516-b76f-10f88e64b143 HTTP/1.1" 200 2345 0.003996 10.0.0.249 - - [2025-07-14 02:05:56] "GET /routing-instance/4483195b-2a2e-4852-b1c1-892aa5aa9846 HTTP/1.1" 200 1494 0.003245 10.0.0.249 - - [2025-07-14 02:05:56] "GET /virtual-network/d579e107-12a5-4516-b76f-10f88e64b143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004328 10.0.0.249 - - [2025-07-14 02:05:56] "GET /virtual-network/d579e107-12a5-4516-b76f-10f88e64b143 HTTP/1.1" 200 2345 0.004513 10.0.0.249 - - [2025-07-14 02:05:56] "GET /routing-instance/4483195b-2a2e-4852-b1c1-892aa5aa9846 HTTP/1.1" 200 1494 0.004743 10.0.0.249 - - [2025-07-14 02:05:56] "GET /routing-instance/4483195b-2a2e-4852-b1c1-892aa5aa9846 HTTP/1.1" 200 1494 0.004624 10.0.0.249 - - [2025-07-14 02:05:56] "GET /route-target/d0d4d2cd-2502-4c7a-b973-e7299bf27313 HTTP/1.1" 200 1221 0.002733 10.0.0.249 - - [2025-07-14 02:05:56] "GET /domains HTTP/1.1" 200 281 0.002718 10.0.0.249 - - [2025-07-14 02:05:56] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001019 10.0.0.249 - - [2025-07-14 02:05:56] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2793 0.006985 10.0.0.249 - - [2025-07-14 02:05:56] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000945 10.0.0.249 - - [2025-07-14 02:05:56] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c HTTP/1.1" 200 2410 0.065868 10.0.0.249 - - [2025-07-14 02:05:56] "GET /virtual-network/d579e107-12a5-4516-b76f-10f88e64b143 HTTP/1.1" 200 2345 0.004447 10.0.0.249 - - [2025-07-14 02:05:56] "GET /obj-perms HTTP/1.1" 200 5073 0.002871 10.0.0.249 - - [2025-07-14 02:05:56] "POST /id-to-fqname HTTP/1.1" 200 233 0.001281 10.0.0.249 - - [2025-07-14 02:05:57] "POST /neutron/network HTTP/1.1" 200 848 0.005217 10.0.0.249 - - [2025-07-14 02:05:57] "GET /aaa-mode HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2025-07-14 02:05:57] "GET / HTTP/1.1" 200 36215 0.005011 10.0.0.249 - - [2025-07-14 02:05:57] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000893 10.0.0.249 - - [2025-07-14 02:05:57] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001419 10.0.0.249 - - [2025-07-14 02:05:57] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.061807 10.0.0.249 - - [2025-07-14 02:05:57] "POST /neutron/network HTTP/1.1" 200 838 0.005953 10.0.0.249 - - [2025-07-14 02:05:57] "POST /neutron/port HTTP/1.1" 200 117 0.005011 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/port HTTP/1.1" 200 117 0.004942 10.0.0.249 - - [2025-07-14 02:05:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001808 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/port HTTP/1.1" 200 117 0.006748 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/network HTTP/1.1" 200 850 0.005898 10.0.0.249 - - [2025-07-14 02:05:58] "GET /aaa-mode HTTP/1.1" 401 293 0.000390 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/network HTTP/1.1" 200 848 0.005294 10.0.0.249 - - [2025-07-14 02:05:58] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001006 10.0.0.249 - - [2025-07-14 02:05:58] "GET / HTTP/1.1" 200 36215 0.003059 10.0.0.249 - - [2025-07-14 02:05:58] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000541 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/port HTTP/1.1" 200 1072 0.232677 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/port HTTP/1.1" 200 1072 0.010501 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/port HTTP/1.1" 200 1072 0.009056 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/port HTTP/1.1" 200 1126 0.062627 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/port HTTP/1.1" 200 1100 0.010948 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004627 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.008579 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/port HTTP/1.1" 200 117 0.001392 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/network HTTP/1.1" 200 838 0.012047 10.0.0.249 - - [2025-07-14 02:05:58] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001323 10.0.0.249 - - [2025-07-14 02:05:58] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.060176 10.0.0.249 - - [2025-07-14 02:05:58] "POST /neutron/network HTTP/1.1" 200 840 0.006563 10.0.0.249 - - [2025-07-14 02:05:59] "POST /neutron/port HTTP/1.1" 200 1100 0.017233 10.0.0.249 - - [2025-07-14 02:05:59] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007885 10.0.0.249 - - [2025-07-14 02:05:59] "POST /neutron/port HTTP/1.1" 200 117 0.004944 10.0.0.249 - - [2025-07-14 02:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.249 - - [2025-07-14 02:05:59] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.249 - - [2025-07-14 02:05:59] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.034035 10.0.0.249 - - [2025-07-14 02:05:59] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006096 10.0.0.249 - - [2025-07-14 02:05:59] "GET /floating-ip-pools?parent_id=cf6d2adf-7ec7-45de-bd11-576ffcd39602&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003340 10.0.0.249 - - [2025-07-14 02:05:59] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005873 10.0.0.249 - - [2025-07-14 02:05:59] "POST /floating-ip-pools HTTP/1.1" 200 611 0.025494 10.0.0.249 - - [2025-07-14 02:05:59] "POST /neutron/network HTTP/1.1" 200 850 0.006107 10.0.0.249 - - [2025-07-14 02:05:59] "POST /ref-update HTTP/1.1" 200 156 0.009014 10.0.0.249 - - [2025-07-14 02:05:59] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.249 - - [2025-07-14 02:05:59] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.008020 10.0.0.249 - - [2025-07-14 02:05:59] "GET /domains HTTP/1.1" 200 281 0.002417 10.0.0.249 - - [2025-07-14 02:05:59] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.249 - - [2025-07-14 02:05:59] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2793 0.051808 10.0.0.249 - - [2025-07-14 02:05:59] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001051 10.0.0.249 - - [2025-07-14 02:05:59] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c HTTP/1.1" 200 3255 0.082838 10.0.0.249 - - [2025-07-14 02:05:59] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602 HTTP/1.1" 200 2944 0.007428 10.0.0.249 - - [2025-07-14 02:05:59] "GET /floating-ip-pool/e8ab3ada-74e4-47fb-be71-0df4a90dc603 HTTP/1.1" 200 1445 0.005776 10.0.0.249 - - [2025-07-14 02:05:59] "GET /domains HTTP/1.1" 200 281 0.002483 10.0.0.249 - - [2025-07-14 02:05:59] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.249 - - [2025-07-14 02:05:59] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2793 0.009400 10.0.0.249 - - [2025-07-14 02:05:59] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002338 10.0.0.249 - - [2025-07-14 02:05:59] "POST /neutron/port HTTP/1.1" 200 1074 0.373543 10.0.0.249 - - [2025-07-14 02:05:59] "POST /neutron/port HTTP/1.1" 200 1074 0.034127 10.0.0.249 - - [2025-07-14 02:05:59] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c HTTP/1.1" 200 3255 0.108903 10.0.0.249 - - [2025-07-14 02:05:59] "POST /neutron/port HTTP/1.1" 200 1074 0.019201 10.0.0.249 - - [2025-07-14 02:05:59] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602 HTTP/1.1" 200 3166 0.009751 10.0.0.249 - - [2025-07-14 02:05:59] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.006771 10.0.0.249 - - [2025-07-14 02:06:00] "POST /neutron/port HTTP/1.1" 200 1128 0.096594 10.0.0.249 - - [2025-07-14 02:06:00] "POST /neutron/port HTTP/1.1" 200 1100 0.012920 10.0.0.249 - - [2025-07-14 02:06:00] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007123 10.0.0.249 - - [2025-07-14 02:06:00] "POST /neutron/port HTTP/1.1" 200 1102 0.012613 10.0.0.249 - - [2025-07-14 02:06:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003683 10.0.0.249 - - [2025-07-14 02:06:00] "POST /neutron/subnet HTTP/1.1" 200 708 0.007193 10.0.0.249 - - [2025-07-14 02:06:00] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.249 - - [2025-07-14 02:06:00] "POST /neutron/network HTTP/1.1" 200 840 0.006279 10.0.0.249 - - [2025-07-14 02:06:05] "POST /neutron/port HTTP/1.1" 200 1100 0.010183 10.0.0.249 - - [2025-07-14 02:06:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005010 10.0.0.249 - - [2025-07-14 02:06:05] "POST /neutron/port HTTP/1.1" 200 1100 0.010776 10.0.0.249 - - [2025-07-14 02:06:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006197 10.0.0.249 - - [2025-07-14 02:06:05] "POST /neutron/port HTTP/1.1" 200 1100 0.012832 10.0.0.249 - - [2025-07-14 02:06:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006926 10.0.0.249 - - [2025-07-14 02:06:05] "GET /virtual-machine/dcd1ca45-f6d8-4664-98e7-f54b6e9d9fe4 HTTP/1.1" 200 1307 0.005639 10.0.0.249 - - [2025-07-14 02:06:05] "GET /virtual-machine-interface/8bc01e13-3e47-4e53-bc5d-915284741874 HTTP/1.1" 200 3012 0.004648 10.0.0.249 - - [2025-07-14 02:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002688 10.0.0.249 - - [2025-07-14 02:06:05] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003417 10.0.0.249 - - [2025-07-14 02:06:05] "GET /virtual-networks?parent_id=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003475 10.0.0.249 - - [2025-07-14 02:06:05] "GET /virtual-network/d579e107-12a5-4516-b76f-10f88e64b143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005134 10.0.0.249 - - [2025-07-14 02:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.249 - - [2025-07-14 02:06:08] "GET /virtual-network/d579e107-12a5-4516-b76f-10f88e64b143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007712 10.0.0.249 - - [2025-07-14 02:06:10] "POST /neutron/port HTTP/1.1" 200 1100 0.034281 10.0.0.249 - - [2025-07-14 02:06:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005675 10.0.0.249 - - [2025-07-14 02:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004831 10.0.0.249 - - [2025-07-14 02:06:10] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003758 10.0.0.249 - - [2025-07-14 02:06:10] "POST /neutron/port HTTP/1.1" 200 1102 0.011257 10.0.0.249 - - [2025-07-14 02:06:10] "GET /virtual-networks?parent_id=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002468 10.0.0.249 - - [2025-07-14 02:06:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005334 10.0.0.249 - - [2025-07-14 02:06:10] "GET /virtual-network/d579e107-12a5-4516-b76f-10f88e64b143?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006599 10.0.0.249 - - [2025-07-14 02:06:10] "POST /neutron/port HTTP/1.1" 200 1100 0.023450 10.0.0.249 - - [2025-07-14 02:06:10] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006973 10.0.0.249 - - [2025-07-14 02:06:12] "DELETE /project/b1b9ed967e2441ba924811116574b975 HTTP/1.1" 404 173 0.008327 10.0.0.249 - - [2025-07-14 02:06:12] "DELETE /project/b425984989cd48cd8a4460b8e493e011 HTTP/1.1" 404 173 0.006751 10.0.0.249 - - [2025-07-14 02:06:12] "DELETE /project/dfe5c404fb7d48c7af8e58203e679c1c HTTP/1.1" 404 173 0.003732 10.0.0.249 - - [2025-07-14 02:06:12] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000965 10.0.0.249 - - [2025-07-14 02:06:12] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.033661 10.0.0.249 - - [2025-07-14 02:06:12] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000983 10.0.0.249 - - [2025-07-14 02:06:12] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011?fields=security_groups HTTP/1.1" 200 1396 0.037648 10.0.0.249 - - [2025-07-14 02:06:12] "DELETE /security-group/eb0aafbc-887e-4e35-9636-9c82099bb2cf HTTP/1.1" 200 115 0.030482 10.0.0.249 - - [2025-07-14 02:06:12] "GET /projects?obj_uuids=b4259849-89cd-48cd-8a44-60b8e493e011&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001004 10.0.0.249 - - [2025-07-14 02:06:12] "DELETE /access-control-list/3fa114a7-e1f3-4406-8ff3-c57ce44e1bf2 HTTP/1.1" 200 115 0.025459 10.0.0.249 - - [2025-07-14 02:06:12] "GET /project/b4259849-89cd-48cd-8a44-60b8e493e011?fields=application_policy_sets HTTP/1.1" 200 1435 0.059511 10.0.0.249 - - [2025-07-14 02:06:12] "DELETE /access-control-list/4f23a88d-2eef-4361-b2a4-3fad5f841ed8 HTTP/1.1" 200 115 0.043899 10.0.0.249 - - [2025-07-14 02:06:12] "DELETE /project/b4259849-89cd-48cd-8a44-60b8e493e011 HTTP/1.1" 200 115 0.318958 10.0.0.249 - - [2025-07-14 02:06:15] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001625 10.0.0.249 - - [2025-07-14 02:06:16] "POST /neutron/floatingip HTTP/1.1" 200 532 0.069601 10.0.0.249 - - [2025-07-14 02:06:16] "POST /neutron/port HTTP/1.1" 200 1100 0.012148 10.0.0.249 - - [2025-07-14 02:06:16] "POST /neutron/floatingip HTTP/1.1" 200 532 0.005540 10.0.0.249 - - [2025-07-14 02:06:16] "POST /neutron/floatingip HTTP/1.1" 200 579 0.028025 10.0.0.249 - - [2025-07-14 02:06:16] "POST /neutron/port HTTP/1.1" 200 1102 0.014732 10.0.0.249 - - [2025-07-14 02:06:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006431 10.0.0.249 - - [2025-07-14 02:06:16] "POST /neutron/port HTTP/1.1" 200 1102 0.010009 10.0.0.249 - - [2025-07-14 02:06:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005689 10.0.0.249 - - [2025-07-14 02:06:16] "POST /neutron/port HTTP/1.1" 200 1102 0.011406 10.0.0.249 - - [2025-07-14 02:06:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005837 10.0.0.249 - - [2025-07-14 02:06:16] "GET /virtual-machine/c66a1177-101f-4d56-83a1-5a94a6b00f77 HTTP/1.1" 200 1306 0.004536 10.0.0.249 - - [2025-07-14 02:06:16] "GET /virtual-machine-interface/3ef527d6-059a-4b60-9347-144a3bd9705f HTTP/1.1" 200 3011 0.004844 10.0.0.249 - - [2025-07-14 02:06:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.249 - - [2025-07-14 02:06:16] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003083 10.0.0.249 - - [2025-07-14 02:06:16] "GET /virtual-networks?parent_id=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003406 10.0.0.249 - - [2025-07-14 02:06:16] "GET /obj-perms HTTP/1.1" 200 5075 0.045906 10.0.0.249 - - [2025-07-14 02:06:16] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005538 10.0.0.249 - - [2025-07-14 02:06:16] "GET /obj-perms HTTP/1.1" 200 5075 0.044663 10.0.0.249 - - [2025-07-14 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.249 - - [2025-07-14 02:06:17] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003222 10.0.0.249 - - [2025-07-14 02:06:17] "GET /virtual-networks?parent_id=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003337 10.0.0.249 - - [2025-07-14 02:06:17] "GET /virtual-network/cf6d2adf-7ec7-45de-bd11-576ffcd39602?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2076 0.005558 10.0.0.249 - - [2025-07-14 02:06:17] "POST /neutron/floatingip HTTP/1.1" 200 579 0.010478 10.0.0.249 - - [2025-07-14 02:06:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002238 10.0.0.249 - - [2025-07-14 02:06:17] "GET /routing-instance/3296dfdf-5990-4581-9fa0-27a8773af061?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.003179 10.0.0.249 - - [2025-07-14 02:06:17] "GET /route-target/91c385eb-f850-40b2-a537-1fba2113ce98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003475 10.0.0.249 - - [2025-07-14 02:06:17] "GET /floating-ip/d9fffd7c-b6ff-4371-94fe-72625fcc6975 HTTP/1.1" 200 1896 0.005056 10.0.0.249 - - [2025-07-14 02:06:20] "POST /neutron/floatingip HTTP/1.1" 200 579 0.009011 10.0.0.249 - - [2025-07-14 02:06:20] "POST /neutron/floatingip HTTP/1.1" 200 532 0.020895 10.0.0.249 - - [2025-07-14 02:06:20] "POST /neutron/floatingip HTTP/1.1" 200 532 0.005296 10.0.0.249 - - [2025-07-14 02:06:20] "POST /neutron/floatingip HTTP/1.1" 200 115 0.031348 10.0.0.249 - - [2025-07-14 02:06:20] "GET /floating-ip-pool/e8ab3ada-74e4-47fb-be71-0df4a90dc603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.003245 10.0.0.249 - - [2025-07-14 02:06:20] "POST /ref-update HTTP/1.1" 200 156 0.007631 10.0.0.249 - - [2025-07-14 02:06:20] "DELETE /floating-ip-pool/e8ab3ada-74e4-47fb-be71-0df4a90dc603 HTTP/1.1" 200 115 0.021715 10.0.0.249 - - [2025-07-14 02:06:20] "POST /neutron/network HTTP/1.1" 200 838 0.005964 10.0.0.249 - - [2025-07-14 02:06:20] "POST /neutron/network HTTP/1.1" 400 204 0.009544 10.0.0.249 - - [2025-07-14 02:06:21] "POST /neutron/port HTTP/1.1" 200 1102 0.011008 10.0.0.249 - - [2025-07-14 02:06:21] "POST /neutron/port HTTP/1.1" 200 1128 0.022815 10.0.0.249 - - [2025-07-14 02:06:21] "POST /neutron/port HTTP/1.1" 200 1100 0.019646 10.0.0.249 - - [2025-07-14 02:06:21] "POST /neutron/port HTTP/1.1" 200 1126 0.013999 10.0.0.249 - - [2025-07-14 02:06:21] "POST /neutron/port HTTP/1.1" 200 151 0.136389 10.0.0.249 - - [2025-07-14 02:06:21] "POST /neutron/port HTTP/1.1" 200 151 0.107632 10.0.0.249 - - [2025-07-14 02:06:22] "POST /neutron/network HTTP/1.1" 200 838 0.005692 10.0.0.249 - - [2025-07-14 02:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003382 10.0.0.249 - - [2025-07-14 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004376 10.0.0.249 - - [2025-07-14 02:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.001792 10.0.0.249 - - [2025-07-14 02:06:23] "POST /neutron/network HTTP/1.1" 200 151 0.091670 10.0.0.249 - - [2025-07-14 02:06:23] "GET /routing-instance/4483195b-2a2e-4852-b1c1-892aa5aa9846 HTTP/1.1" 404 171 0.004359 10.0.0.249 - - [2025-07-14 02:06:23] "GET /domains HTTP/1.1" 200 281 0.002890 10.0.0.249 - - [2025-07-14 02:06:23] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.249 - - [2025-07-14 02:06:23] "DELETE /route-target/d0d4d2cd-2502-4c7a-b973-e7299bf27313 HTTP/1.1" 200 115 0.032136 10.0.0.249 - - [2025-07-14 02:06:23] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2595 0.051819 10.0.0.249 - - [2025-07-14 02:06:23] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.249 - - [2025-07-14 02:06:23] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c HTTP/1.1" 200 2181 0.065076 10.0.0.249 - - [2025-07-14 02:06:23] "POST /neutron/network HTTP/1.1" 200 840 0.006089 10.0.0.249 - - [2025-07-14 02:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002946 10.0.0.249 - - [2025-07-14 02:06:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002105 10.0.0.249 - - [2025-07-14 02:06:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002355 10.0.0.249 - - [2025-07-14 02:06:23] "POST /neutron/network HTTP/1.1" 200 151 0.078938 10.0.0.249 - - [2025-07-14 02:06:23] "GET /routing-instance/3296dfdf-5990-4581-9fa0-27a8773af061 HTTP/1.1" 404 171 0.002007 10.0.0.249 - - [2025-07-14 02:06:23] "GET /domains HTTP/1.1" 200 281 0.002528 10.0.0.249 - - [2025-07-14 02:06:23] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001014 10.0.0.249 - - [2025-07-14 02:06:23] "DELETE /route-target/91c385eb-f850-40b2-a537-1fba2113ce98 HTTP/1.1" 200 115 0.026042 10.0.0.249 - - [2025-07-14 02:06:23] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2595 0.052351 10.0.0.249 - - [2025-07-14 02:06:23] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001096 10.0.0.249 - - [2025-07-14 02:06:23] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c HTTP/1.1" 200 1930 0.067451 10.0.0.249 - - [2025-07-14 02:06:23] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.249 - - [2025-07-14 02:06:23] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.024229 10.0.0.249 - - [2025-07-14 02:06:23] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001378 10.0.0.249 - - [2025-07-14 02:06:23] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?fields=virtual_networks HTTP/1.1" 200 1059 0.068491 10.0.0.249 - - [2025-07-14 02:06:23] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.249 - - [2025-07-14 02:06:23] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.020412 10.0.0.249 - - [2025-07-14 02:06:23] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001098 10.0.0.249 - - [2025-07-14 02:06:23] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?fields=security_groups HTTP/1.1" 200 1298 0.024621 10.0.0.249 - - [2025-07-14 02:06:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.024245 10.0.0.249 - - [2025-07-14 02:06:24] "GET /projects?obj_uuids=f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003810 10.0.0.249 - - [2025-07-14 02:06:24] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001441 10.0.0.249 - - [2025-07-14 02:06:24] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010108 10.0.0.249 - - [2025-07-14 02:06:25] "POST /id-to-fqname HTTP/1.1" 200 185 0.002304 10.0.0.249 - - [2025-07-14 02:06:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.006176 10.0.0.249 - - [2025-07-14 02:06:25] "POST /security-groups HTTP/1.1" 200 586 0.063687 10.0.0.249 - - [2025-07-14 02:06:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.002339 10.0.0.249 - - [2025-07-14 02:06:25] "POST /projects HTTP/1.1" 200 575 0.218046 10.0.0.249 - - [2025-07-14 02:06:25] "POST /access-control-lists HTTP/1.1" 200 593 0.061494 10.0.0.249 - - [2025-07-14 02:06:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.289508 10.0.0.249 - - [2025-07-14 02:06:25] "POST /fqname-to-id HTTP/1.1" 404 228 0.003258 10.0.0.249 - - [2025-07-14 02:06:25] "GET /project/f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.423043 10.0.0.249 - - [2025-07-14 02:06:25] "POST /access-control-lists HTTP/1.1" 200 591 0.059972 10.0.0.249 - - [2025-07-14 02:06:26] "GET / HTTP/1.1" 200 36215 0.002477 10.0.0.249 - - [2025-07-14 02:06:27] "GET /projects?obj_uuids=f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001016 10.0.0.249 - - [2025-07-14 02:06:27] "GET /project/f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.022981 10.0.0.249 - - [2025-07-14 02:06:27] "GET /projects?obj_uuids=f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001077 10.0.0.249 - - [2025-07-14 02:06:27] "GET /project/f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d?fields=virtual_networks HTTP/1.1" 200 1025 0.070097 10.0.0.249 - - [2025-07-14 02:06:27] "GET /projects?obj_uuids=f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000984 10.0.0.249 - - [2025-07-14 02:06:27] "GET /project/f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.032692 10.0.0.249 - - [2025-07-14 02:06:27] "GET /projects?obj_uuids=f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000985 10.0.0.249 - - [2025-07-14 02:06:27] "GET /project/f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d?fields=security_groups HTTP/1.1" 200 1247 0.026473 10.0.0.249 - - [2025-07-14 02:06:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.021741 10.0.0.249 - - [2025-07-14 02:06:28] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002377 10.0.0.249 - - [2025-07-14 02:06:28] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.249 - - [2025-07-14 02:06:28] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006862 10.0.0.249 - - [2025-07-14 02:06:28] "POST /id-to-fqname HTTP/1.1" 200 193 0.001196 10.0.0.249 - - [2025-07-14 02:06:28] "POST /fqname-to-id HTTP/1.1" 404 202 0.003677 10.0.0.249 - - [2025-07-14 02:06:28] "POST /security-groups HTTP/1.1" 200 594 0.059671 10.0.0.249 - - [2025-07-14 02:06:28] "POST /fqname-to-id HTTP/1.1" 404 237 0.002406 10.0.0.249 - - [2025-07-14 02:06:28] "POST /projects HTTP/1.1" 200 591 0.202086 10.0.0.249 - - [2025-07-14 02:06:28] "POST /access-control-lists HTTP/1.1" 200 601 0.059138 10.0.0.249 - - [2025-07-14 02:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.273004 10.0.0.249 - - [2025-07-14 02:06:28] "POST /fqname-to-id HTTP/1.1" 404 236 0.002706 10.0.0.249 - - [2025-07-14 02:06:28] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.397841 10.0.0.249 - - [2025-07-14 02:06:29] "POST /access-control-lists HTTP/1.1" 200 599 0.064062 10.0.0.249 - - [2025-07-14 02:06:29] "GET / HTTP/1.1" 200 36215 0.001877 10.0.0.249 - - [2025-07-14 02:06:30] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000465 10.0.0.249 - - [2025-07-14 02:06:31] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001032 10.0.0.249 - - [2025-07-14 02:06:31] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.047249 10.0.0.249 - - [2025-07-14 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002384 10.0.0.249 - - [2025-07-14 02:06:31] "GET /security-group/6e5d87a8-e92c-43fb-9763-4742f5ecac23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004928 10.0.0.249 - - [2025-07-14 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002729 10.0.0.249 - - [2025-07-14 02:06:31] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001420 10.0.0.249 - - [2025-07-14 02:06:31] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.030390 10.0.0.249 - - [2025-07-14 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.249 - - [2025-07-14 02:06:31] "GET /security-group/6e5d87a8-e92c-43fb-9763-4742f5ecac23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.003846 10.0.0.249 - - [2025-07-14 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002718 10.0.0.249 - - [2025-07-14 02:06:31] "PUT /security-group/6e5d87a8-e92c-43fb-9763-4742f5ecac23 HTTP/1.1" 200 263 0.013779 10.0.0.249 - - [2025-07-14 02:06:31] "PUT /access-control-list/859788ec-d4b8-473e-9023-3455f06e422e HTTP/1.1" 200 273 0.009167 10.0.0.249 - - [2025-07-14 02:06:31] "PUT /access-control-list/e8e2e845-2e77-4c44-981a-a4ee3abaa948 HTTP/1.1" 200 273 0.008472 10.0.0.249 - - [2025-07-14 02:06:31] "POST /fqname-to-id HTTP/1.1" 404 202 0.002450 10.0.0.249 - - [2025-07-14 02:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.249 - - [2025-07-14 02:06:31] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001442 10.0.0.249 - - [2025-07-14 02:06:31] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.027080 10.0.0.249 - - [2025-07-14 02:06:31] "POST /neutron/network HTTP/1.1" 200 117 0.026328 10.0.0.249 - - [2025-07-14 02:06:31] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001009 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/network HTTP/1.1" 200 608 0.064706 10.0.0.249 - - [2025-07-14 02:06:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006351 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.129124 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/network HTTP/1.1" 200 827 0.005589 10.0.0.249 - - [2025-07-14 02:06:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001207 10.0.0.249 - - [2025-07-14 02:06:32] "GET /virtual-network/479f4066-6fd6-43c9-906f-2730bfe5883c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004655 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/network HTTP/1.1" 200 827 0.005342 10.0.0.249 - - [2025-07-14 02:06:32] "GET /virtual-network/479f4066-6fd6-43c9-906f-2730bfe5883c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006062 10.0.0.249 - - [2025-07-14 02:06:32] "POST /route-targets HTTP/1.1" 200 328 0.010050 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/network HTTP/1.1" 200 827 0.011441 10.0.0.249 - - [2025-07-14 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.027267 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.006578 10.0.0.249 - - [2025-07-14 02:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002231 10.0.0.249 - - [2025-07-14 02:06:32] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000967 10.0.0.249 - - [2025-07-14 02:06:32] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.026348 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/network HTTP/1.1" 200 117 0.020750 10.0.0.249 - - [2025-07-14 02:06:32] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001098 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/network HTTP/1.1" 200 615 0.110964 10.0.0.249 - - [2025-07-14 02:06:32] "POST /route-targets HTTP/1.1" 200 328 0.025582 10.0.0.249 - - [2025-07-14 02:06:32] "POST /ref-update HTTP/1.1" 200 156 0.014014 10.0.0.249 - - [2025-07-14 02:06:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002110 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.182591 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/network HTTP/1.1" 200 831 0.006885 10.0.0.249 - - [2025-07-14 02:06:32] "POST /id-to-fqname HTTP/1.1" 200 227 0.001264 10.0.0.249 - - [2025-07-14 02:06:32] "GET /virtual-network/c65c6bd7-8f9e-4b74-9bce-eb69b7420bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005220 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/network HTTP/1.1" 200 831 0.005519 10.0.0.249 - - [2025-07-14 02:06:32] "GET /virtual-network/c65c6bd7-8f9e-4b74-9bce-eb69b7420bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.004776 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/network HTTP/1.1" 200 831 0.005822 10.0.0.249 - - [2025-07-14 02:06:32] "POST /neutron/subnet HTTP/1.1" 200 710 0.007236 10.0.0.249 - - [2025-07-14 02:06:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001066 10.0.0.249 - - [2025-07-14 02:06:33] "POST /neutron/network HTTP/1.1" 200 837 0.005469 10.0.0.249 - - [2025-07-14 02:06:33] "GET /aaa-mode HTTP/1.1" 401 293 0.000406 10.0.0.249 - - [2025-07-14 02:06:33] "GET / HTTP/1.1" 200 36215 0.001768 10.0.0.249 - - [2025-07-14 02:06:33] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000380 10.0.0.249 - - [2025-07-14 02:06:33] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001090 10.0.0.249 - - [2025-07-14 02:06:33] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.046037 10.0.0.249 - - [2025-07-14 02:06:33] "POST /neutron/network HTTP/1.1" 200 827 0.005687 10.0.0.249 - - [2025-07-14 02:06:33] "POST /neutron/port HTTP/1.1" 200 117 0.009011 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.004776 10.0.0.249 - - [2025-07-14 02:06:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001317 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.005986 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/network HTTP/1.1" 200 841 0.013020 10.0.0.249 - - [2025-07-14 02:06:34] "GET /aaa-mode HTTP/1.1" 401 293 0.000430 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/network HTTP/1.1" 200 837 0.005638 10.0.0.249 - - [2025-07-14 02:06:34] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001047 10.0.0.249 - - [2025-07-14 02:06:34] "GET / HTTP/1.1" 200 36215 0.001535 10.0.0.249 - - [2025-07-14 02:06:34] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/port HTTP/1.1" 200 1063 0.243151 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/port HTTP/1.1" 200 1063 0.025677 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/port HTTP/1.1" 200 1063 0.013040 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/port HTTP/1.1" 200 1117 0.071468 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/port HTTP/1.1" 200 1091 0.014260 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004429 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.006623 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/port HTTP/1.1" 200 117 0.001177 10.0.0.249 - - [2025-07-14 02:06:34] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001319 10.0.0.249 - - [2025-07-14 02:06:34] "POST /neutron/network HTTP/1.1" 200 827 0.008832 10.0.0.249 - - [2025-07-14 02:06:34] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.070906 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/network HTTP/1.1" 200 831 0.006987 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/port HTTP/1.1" 200 1091 0.013493 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008273 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/port HTTP/1.1" 200 117 0.008053 10.0.0.249 - - [2025-07-14 02:06:35] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001049 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/router HTTP/1.1" 200 585 0.081167 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/router HTTP/1.1" 200 585 0.004904 10.0.0.249 - - [2025-07-14 02:06:35] "POST /route-targets HTTP/1.1" 200 328 0.030161 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/router HTTP/1.1" 200 656 0.069694 10.0.0.249 - - [2025-07-14 02:06:35] "PUT /logical-router/5df7a812-2abf-45a1-97b1-19b8b06f6dce HTTP/1.1" 200 263 0.046476 10.0.0.249 - - [2025-07-14 02:06:35] "GET /logical-router/5df7a812-2abf-45a1-97b1-19b8b06f6dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.017208 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/router HTTP/1.1" 200 656 0.006109 10.0.0.249 - - [2025-07-14 02:06:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.249 - - [2025-07-14 02:06:35] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001517 10.0.0.249 - - [2025-07-14 02:06:35] "GET /service-template/3c05fc1c-277e-44fa-962f-8183fea3121a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.007957 10.0.0.249 - - [2025-07-14 02:06:35] "POST /fqname-to-id HTTP/1.1" 404 215 0.003984 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/network HTTP/1.1" 200 841 0.051629 10.0.0.249 - - [2025-07-14 02:06:35] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001109 10.0.0.249 - - [2025-07-14 02:06:35] "POST /useragent-kv HTTP/1.1" 200 115 0.025221 10.0.0.249 - - [2025-07-14 02:06:35] "POST /virtual-networks HTTP/1.1" 200 696 0.239064 10.0.0.249 - - [2025-07-14 02:06:35] "POST /route-targets HTTP/1.1" 200 328 0.029668 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/router HTTP/1.1" 200 344 0.418817 10.0.0.249 - - [2025-07-14 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.043625 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/port HTTP/1.1" 200 1091 0.051190 10.0.0.249 - - [2025-07-14 02:06:35] "POST /ref-update HTTP/1.1" 200 156 0.019368 10.0.0.249 - - [2025-07-14 02:06:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009719 10.0.0.249 - - [2025-07-14 02:06:36] "POST /service-instances HTTP/1.1" 200 672 0.147750 10.0.0.249 - - [2025-07-14 02:06:36] "POST /route-tables HTTP/1.1" 200 584 0.056356 10.0.0.249 - - [2025-07-14 02:06:36] "PUT /logical-router/5df7a812-2abf-45a1-97b1-19b8b06f6dce HTTP/1.1" 200 263 0.031332 10.0.0.249 - - [2025-07-14 02:06:36] "POST /neutron/port HTTP/1.1" 200 1060 0.421618 10.0.0.249 - - [2025-07-14 02:06:36] "POST /neutron/port HTTP/1.1" 200 1060 0.009194 10.0.0.249 - - [2025-07-14 02:06:36] "POST /ref-update HTTP/1.1" 200 156 0.020062 10.0.0.249 - - [2025-07-14 02:06:36] "POST /neutron/port HTTP/1.1" 200 1060 0.016490 10.0.0.249 - - [2025-07-14 02:06:36] "POST /neutron/port HTTP/1.1" 200 1114 0.100171 10.0.0.249 - - [2025-07-14 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.249 - - [2025-07-14 02:06:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.249 - - [2025-07-14 02:06:36] "POST /neutron/port HTTP/1.1" 200 1088 0.012183 10.0.0.249 - - [2025-07-14 02:06:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003448 10.0.0.249 - - [2025-07-14 02:06:36] "POST /neutron/subnet HTTP/1.1" 200 684 0.008399 10.0.0.249 - - [2025-07-14 02:06:36] "POST /virtual-machines HTTP/1.1" 200 554 0.030519 10.0.0.249 - - [2025-07-14 02:06:36] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.133572 10.0.0.249 - - [2025-07-14 02:06:36] "POST /neutron/port HTTP/1.1" 200 117 0.001408 10.0.0.249 - - [2025-07-14 02:06:36] "POST /neutron/network HTTP/1.1" 200 831 0.011412 10.0.0.249 - - [2025-07-14 02:06:36] "POST /chown HTTP/1.1" 200 109 0.018548 10.0.0.249 - - [2025-07-14 02:06:36] "POST /instance-ips HTTP/1.1" 200 552 0.037413 10.0.0.249 - - [2025-07-14 02:06:36] "POST /instance-ips HTTP/1.1" 400 246 0.019608 10.0.0.249 - - [2025-07-14 02:06:36] "POST /chown HTTP/1.1" 200 109 0.010189 10.0.0.249 - - [2025-07-14 02:06:37] "PUT /virtual-machine-interface/2d7c89ae-190e-434a-b056-f190ab0c833d HTTP/1.1" 200 285 0.028159 10.0.0.249 - - [2025-07-14 02:06:37] "PUT /instance-ip/315a795c-f042-4e00-ba4c-3322872809b8 HTTP/1.1" 200 257 0.012460 10.0.0.249 - - [2025-07-14 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.010856 10.0.0.249 - - [2025-07-14 02:06:37] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.108973 10.0.0.249 - - [2025-07-14 02:06:37] "POST /chown HTTP/1.1" 200 109 0.013895 10.0.0.249 - - [2025-07-14 02:06:37] "POST /instance-ips HTTP/1.1" 200 550 0.045255 10.0.0.249 - - [2025-07-14 02:06:37] "POST /instance-ips HTTP/1.1" 400 316 0.018536 10.0.0.249 - - [2025-07-14 02:06:37] "POST /chown HTTP/1.1" 200 109 0.009235 10.0.0.249 - - [2025-07-14 02:06:37] "PUT /virtual-machine-interface/97776f74-e182-425a-a916-d4c23abaa5e6 HTTP/1.1" 200 285 0.020108 10.0.0.249 - - [2025-07-14 02:06:37] "PUT /instance-ip/8dd499c2-b55b-4794-9718-e583af323da0 HTTP/1.1" 200 257 0.019972 10.0.0.249 - - [2025-07-14 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.015802 10.0.0.249 - - [2025-07-14 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.021323 10.0.0.249 - - [2025-07-14 02:06:37] "POST /ref-update HTTP/1.1" 200 156 0.037087 10.0.0.249 - - [2025-07-14 02:06:37] "PUT /routing-instance/f8eda267-b8bb-48fa-9cc3-35e451d71ec2 HTTP/1.1" 200 267 0.055542 10.0.0.249 - - [2025-07-14 02:06:37] "POST /virtual-machines HTTP/1.1" 200 554 0.018155 10.0.0.249 - - [2025-07-14 02:06:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.097065 10.0.0.249 - - [2025-07-14 02:06:38] "POST /chown HTTP/1.1" 200 109 0.009736 10.0.0.249 - - [2025-07-14 02:06:38] "POST /instance-ips HTTP/1.1" 400 246 0.018359 10.0.0.249 - - [2025-07-14 02:06:38] "POST /chown HTTP/1.1" 200 109 0.012038 10.0.0.249 - - [2025-07-14 02:06:38] "PUT /virtual-machine-interface/6cc6040d-03aa-43ef-8f26-d64e14c1847a HTTP/1.1" 200 285 0.013706 10.0.0.249 - - [2025-07-14 02:06:38] "PUT /instance-ip/315a795c-f042-4e00-ba4c-3322872809b8 HTTP/1.1" 200 257 0.017209 10.0.0.249 - - [2025-07-14 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.012342 10.0.0.249 - - [2025-07-14 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.018883 10.0.0.249 - - [2025-07-14 02:06:38] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.137841 10.0.0.249 - - [2025-07-14 02:06:38] "POST /ref-update HTTP/1.1" 200 156 0.039913 10.0.0.249 - - [2025-07-14 02:06:38] "PUT /routing-instance/f8eda267-b8bb-48fa-9cc3-35e451d71ec2 HTTP/1.1" 200 267 0.034097 10.0.0.249 - - [2025-07-14 02:06:38] "POST /chown HTTP/1.1" 200 109 0.029082 10.0.0.249 - - [2025-07-14 02:06:38] "POST /instance-ips HTTP/1.1" 400 316 0.017286 10.0.0.249 - - [2025-07-14 02:06:38] "POST /chown HTTP/1.1" 200 109 0.016115 10.0.0.249 - - [2025-07-14 02:06:38] "PUT /virtual-machine-interface/db647aa5-a285-4bea-9a68-71d795fa060e HTTP/1.1" 200 285 0.013716 10.0.0.249 - - [2025-07-14 02:06:39] "PUT /instance-ip/8dd499c2-b55b-4794-9718-e583af323da0 HTTP/1.1" 200 257 0.017750 10.0.0.249 - - [2025-07-14 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.014631 10.0.0.249 - - [2025-07-14 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.015263 10.0.0.249 - - [2025-07-14 02:06:39] "PUT /routing-instance/f8eda267-b8bb-48fa-9cc3-35e451d71ec2 HTTP/1.1" 200 267 0.038925 10.0.0.249 - - [2025-07-14 02:06:39] "POST /ref-update HTTP/1.1" 200 156 0.046398 10.0.0.249 - - [2025-07-14 02:06:41] "POST /neutron/port HTTP/1.1" 200 1091 0.013176 10.0.0.249 - - [2025-07-14 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005703 10.0.0.249 - - [2025-07-14 02:06:41] "POST /neutron/port HTTP/1.1" 200 1091 0.010799 10.0.0.249 - - [2025-07-14 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008708 10.0.0.249 - - [2025-07-14 02:06:41] "POST /neutron/port HTTP/1.1" 200 1091 0.012619 10.0.0.249 - - [2025-07-14 02:06:41] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009969 10.0.0.249 - - [2025-07-14 02:06:41] "GET /virtual-machine/66a86e58-b373-4c65-a640-3023193e33b8 HTTP/1.1" 401 293 0.000655 10.0.0.249 - - [2025-07-14 02:06:41] "GET /virtual-machine/66a86e58-b373-4c65-a640-3023193e33b8 HTTP/1.1" 200 1297 0.029369 10.0.0.249 - - [2025-07-14 02:06:41] "GET /virtual-machine-interface/35c7346e-f7d8-41f0-a63b-155bd23ff0d1 HTTP/1.1" 200 2963 0.004902 10.0.0.249 - - [2025-07-14 02:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006021 10.0.0.249 - - [2025-07-14 02:06:41] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004083 10.0.0.249 - - [2025-07-14 02:06:41] "GET /virtual-networks?parent_id=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004366 10.0.0.249 - - [2025-07-14 02:06:41] "GET /virtual-network/479f4066-6fd6-43c9-906f-2730bfe5883c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005975 10.0.0.249 - - [2025-07-14 02:06:44] "POST /neutron/port HTTP/1.1" 200 1091 0.013759 10.0.0.249 - - [2025-07-14 02:06:44] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005123 10.0.0.249 - - [2025-07-14 02:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.249 - - [2025-07-14 02:06:44] "GET /virtual-network/479f4066-6fd6-43c9-906f-2730bfe5883c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005635 10.0.0.249 - - [2025-07-14 02:06:46] "POST /neutron/port HTTP/1.1" 200 1088 0.013668 10.0.0.249 - - [2025-07-14 02:06:46] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007906 10.0.0.249 - - [2025-07-14 02:06:46] "POST /neutron/port HTTP/1.1" 200 1091 0.033623 10.0.0.249 - - [2025-07-14 02:06:46] "POST /neutron/port HTTP/1.1" 200 1091 0.012889 10.0.0.249 - - [2025-07-14 02:06:46] "POST /neutron/network HTTP/1.1" 200 837 0.006170 10.0.0.249 - - [2025-07-14 02:06:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003589 10.0.0.249 - - [2025-07-14 02:06:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.007458 10.0.0.249 - - [2025-07-14 02:06:46] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.249 - - [2025-07-14 02:06:46] "POST /neutron/network HTTP/1.1" 200 827 0.005573 10.0.0.249 - - [2025-07-14 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.249 - - [2025-07-14 02:06:47] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003801 10.0.0.249 - - [2025-07-14 02:06:47] "GET /virtual-networks?parent_id=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002519 10.0.0.249 - - [2025-07-14 02:06:47] "GET /virtual-network/479f4066-6fd6-43c9-906f-2730bfe5883c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005299 10.0.0.249 - - [2025-07-14 02:06:47] "POST /neutron/port HTTP/1.1" 200 1088 0.011280 10.0.0.249 - - [2025-07-14 02:06:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006624 10.0.0.249 - - [2025-07-14 02:06:47] "POST /neutron/port HTTP/1.1" 200 1088 0.016043 10.0.0.249 - - [2025-07-14 02:06:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010376 10.0.0.249 - - [2025-07-14 02:06:47] "POST /neutron/port HTTP/1.1" 200 1088 0.011944 10.0.0.249 - - [2025-07-14 02:06:47] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008026 10.0.0.249 - - [2025-07-14 02:06:47] "GET /virtual-machine/38e548f0-2e48-411c-ada7-f160e42e04e1 HTTP/1.1" 200 1297 0.011959 10.0.0.249 - - [2025-07-14 02:06:47] "GET /virtual-machine-interface/3582d4de-fafe-44f6-99a3-02f3962ccc82 HTTP/1.1" 200 2975 0.007402 10.0.0.249 - - [2025-07-14 02:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.249 - - [2025-07-14 02:06:47] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.006897 10.0.0.249 - - [2025-07-14 02:06:47] "GET /virtual-networks?parent_id=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003145 10.0.0.249 - - [2025-07-14 02:06:47] "GET /virtual-network/c65c6bd7-8f9e-4b74-9bce-eb69b7420bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008354 10.0.0.249 - - [2025-07-14 02:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.249 - - [2025-07-14 02:06:48] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002866 10.0.0.249 - - [2025-07-14 02:06:48] "GET /virtual-networks?parent_id=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002782 10.0.0.249 - - [2025-07-14 02:06:48] "GET /virtual-network/c65c6bd7-8f9e-4b74-9bce-eb69b7420bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005201 10.0.0.249 - - [2025-07-14 02:06:53] "POST /neutron/router HTTP/1.1" 200 656 0.004058 10.0.0.249 - - [2025-07-14 02:06:53] "POST /ref-update HTTP/1.1" 200 156 0.011029 10.0.0.249 - - [2025-07-14 02:06:53] "POST /neutron/router HTTP/1.1" 200 344 0.108991 10.0.0.249 - - [2025-07-14 02:06:53] "POST /neutron/router HTTP/1.1" 200 656 0.005830 10.0.0.249 - - [2025-07-14 02:06:53] "GET /logical-router/5df7a812-2abf-45a1-97b1-19b8b06f6dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.007691 10.0.0.249 - - [2025-07-14 02:06:53] "GET /service-instance/dca89f02-cebe-43f0-b095-a33b1330d626?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2319 0.004363 10.0.0.249 - - [2025-07-14 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.249 - - [2025-07-14 02:06:53] "POST /neutron/router HTTP/1.1" 200 151 0.069919 10.0.0.249 - - [2025-07-14 02:06:53] "DELETE /route-target/bb837523-e8df-4914-85b3-9d758d5aae57 HTTP/1.1" 409 240 0.003860 10.0.0.249 - - [2025-07-14 02:06:53] "PUT /logical-router/5df7a812-2abf-45a1-97b1-19b8b06f6dce HTTP/1.1" 404 171 0.003006 10.0.0.249 - - [2025-07-14 02:06:53] "POST /ref-update HTTP/1.1" 200 156 0.009931 10.0.0.249 - - [2025-07-14 02:06:53] "DELETE /route-table/773868df-b5a1-49b6-a84a-71ac8c99ab3b HTTP/1.1" 200 115 0.036160 10.0.0.249 - - [2025-07-14 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007377 10.0.0.249 - - [2025-07-14 02:06:53] "PUT /routing-instance/f8eda267-b8bb-48fa-9cc3-35e451d71ec2 HTTP/1.1" 200 267 0.015222 10.0.0.249 - - [2025-07-14 02:06:53] "GET /virtual-network/502ced85-bc37-44a9-b60b-aed0d716a572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2125 0.006638 10.0.0.249 - - [2025-07-14 02:06:53] "POST /neutron/network HTTP/1.1" 200 831 0.006669 10.0.0.249 - - [2025-07-14 02:06:53] "POST /neutron/network HTTP/1.1" 400 204 0.041808 10.0.0.249 - - [2025-07-14 02:06:53] "POST /ref-update HTTP/1.1" 200 156 0.015921 10.0.0.249 - - [2025-07-14 02:06:53] "POST /ref-update HTTP/1.1" 200 156 0.011411 10.0.0.249 - - [2025-07-14 02:06:53] "DELETE /instance-ip/8dd499c2-b55b-4794-9718-e583af323da0 HTTP/1.1" 200 115 0.038131 10.0.0.249 - - [2025-07-14 02:06:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006366 10.0.0.249 - - [2025-07-14 02:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007321 10.0.0.249 - - [2025-07-14 02:06:53] "POST /useragent-kv HTTP/1.1" 200 115 0.005897 10.0.0.249 - - [2025-07-14 02:06:53] "DELETE /virtual-network/502ced85-bc37-44a9-b60b-aed0d716a572 HTTP/1.1" 200 115 0.113640 10.0.0.249 - - [2025-07-14 02:06:53] "DELETE /route-target/dc22eda7-ba5d-432b-9bff-f244125666bc HTTP/1.1" 200 115 0.029228 10.0.0.249 - - [2025-07-14 02:06:53] "DELETE /service-instance/dca89f02-cebe-43f0-b095-a33b1330d626 HTTP/1.1" 200 115 0.039653 10.0.0.249 - - [2025-07-14 02:06:53] "GET /logical-router/5df7a812-2abf-45a1-97b1-19b8b06f6dce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005774 10.0.0.249 - - [2025-07-14 02:06:53] "GET /service-instance/dca89f02-cebe-43f0-b095-a33b1330d626?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002485 10.0.0.249 - - [2025-07-14 02:06:54] "GET /virtual-machine-interface/2d7c89ae-190e-434a-b056-f190ab0c833d?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1656 0.006300 10.0.0.249 - - [2025-07-14 02:06:54] "POST /neutron/port HTTP/1.1" 200 1088 0.017934 10.0.0.249 - - [2025-07-14 02:06:54] "POST /neutron/port HTTP/1.1" 200 1091 0.010254 10.0.0.249 - - [2025-07-14 02:06:54] "POST /neutron/port HTTP/1.1" 200 1114 0.007437 10.0.0.249 - - [2025-07-14 02:06:54] "POST /neutron/port HTTP/1.1" 200 1117 0.015104 10.0.0.249 - - [2025-07-14 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.022172 10.0.0.249 - - [2025-07-14 02:06:54] "GET /instance-ip/315a795c-f042-4e00-ba4c-3322872809b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005856 10.0.0.249 - - [2025-07-14 02:06:54] "POST /neutron/port HTTP/1.1" 200 151 0.150008 10.0.0.249 - - [2025-07-14 02:06:54] "DELETE /virtual-machine-interface/2d7c89ae-190e-434a-b056-f190ab0c833d HTTP/1.1" 200 115 0.052288 10.0.0.249 - - [2025-07-14 02:06:54] "POST /neutron/port HTTP/1.1" 200 151 0.169136 10.0.0.249 - - [2025-07-14 02:06:54] "GET /virtual-machine-interface/97776f74-e182-425a-a916-d4c23abaa5e6?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1336 0.007645 10.0.0.249 - - [2025-07-14 02:06:54] "DELETE /virtual-machine-interface/97776f74-e182-425a-a916-d4c23abaa5e6 HTTP/1.1" 200 115 0.028648 10.0.0.249 - - [2025-07-14 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.012303 10.0.0.249 - - [2025-07-14 02:06:54] "DELETE /virtual-machine/3bad6488-11d3-4b16-9646-f6d68173915b HTTP/1.1" 200 115 0.019264 10.0.0.249 - - [2025-07-14 02:06:54] "GET /virtual-machine-interface/6cc6040d-03aa-43ef-8f26-d64e14c1847a?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1656 0.007971 10.0.0.249 - - [2025-07-14 02:06:54] "POST /ref-update HTTP/1.1" 200 156 0.012016 10.0.0.249 - - [2025-07-14 02:06:54] "GET /instance-ip/315a795c-f042-4e00-ba4c-3322872809b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1694 0.005598 10.0.0.249 - - [2025-07-14 02:06:54] "DELETE /instance-ip/315a795c-f042-4e00-ba4c-3322872809b8 HTTP/1.1" 200 115 0.026076 10.0.0.249 - - [2025-07-14 02:06:54] "DELETE /virtual-machine-interface/6cc6040d-03aa-43ef-8f26-d64e14c1847a HTTP/1.1" 200 115 0.031636 10.0.0.249 - - [2025-07-14 02:06:54] "GET /virtual-machine-interface/db647aa5-a285-4bea-9a68-71d795fa060e?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1336 0.004952 10.0.0.249 - - [2025-07-14 02:06:54] "DELETE /virtual-machine-interface/db647aa5-a285-4bea-9a68-71d795fa060e HTTP/1.1" 200 115 0.027760 10.0.0.249 - - [2025-07-14 02:06:54] "DELETE /virtual-machine/2c2595b5-1fcc-4121-b01f-fd42674e9d08 HTTP/1.1" 200 115 0.015456 10.0.0.249 - - [2025-07-14 02:06:55] "POST /neutron/network HTTP/1.1" 200 831 0.005587 10.0.0.249 - - [2025-07-14 02:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002122 10.0.0.249 - - [2025-07-14 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003201 10.0.0.249 - - [2025-07-14 02:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.001871 10.0.0.249 - - [2025-07-14 02:06:55] "POST /neutron/network HTTP/1.1" 200 151 0.077034 10.0.0.249 - - [2025-07-14 02:06:55] "DELETE /route-target/4afeb621-d92b-49ac-99ed-580fe074e524 HTTP/1.1" 200 115 0.019600 10.0.0.249 - - [2025-07-14 02:06:55] "POST /neutron/network HTTP/1.1" 200 827 0.005819 10.0.0.249 - - [2025-07-14 02:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002572 10.0.0.249 - - [2025-07-14 02:06:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002524 10.0.0.249 - - [2025-07-14 02:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005565 10.0.0.249 - - [2025-07-14 02:06:55] "POST /neutron/network HTTP/1.1" 200 151 0.085893 10.0.0.249 - - [2025-07-14 02:06:55] "DELETE /route-target/09274858-106e-400a-8be9-dd64a023c320 HTTP/1.1" 200 115 0.020386 10.0.0.249 - - [2025-07-14 02:06:56] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001635 10.0.0.249 - - [2025-07-14 02:06:56] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.035930 10.0.0.249 - - [2025-07-14 02:06:56] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001637 10.0.0.249 - - [2025-07-14 02:06:56] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?fields=virtual_networks HTTP/1.1" 200 1041 0.032163 10.0.0.249 - - [2025-07-14 02:06:56] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001179 10.0.0.249 - - [2025-07-14 02:06:56] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.028461 10.0.0.249 - - [2025-07-14 02:06:56] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001086 10.0.0.249 - - [2025-07-14 02:06:56] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?fields=security_groups HTTP/1.1" 200 1271 0.027856 10.0.0.249 - - [2025-07-14 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 196 0.023774 10.0.0.249 - - [2025-07-14 02:06:57] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002474 10.0.0.249 - - [2025-07-14 02:06:57] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001180 10.0.0.249 - - [2025-07-14 02:06:57] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007486 10.0.0.249 - - [2025-07-14 02:06:57] "POST /id-to-fqname HTTP/1.1" 200 198 0.001279 10.0.0.249 - - [2025-07-14 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.003608 10.0.0.249 - - [2025-07-14 02:06:57] "POST /security-groups HTTP/1.1" 200 599 0.067720 10.0.0.249 - - [2025-07-14 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 242 0.002834 10.0.0.249 - - [2025-07-14 02:06:57] "POST /projects HTTP/1.1" 200 601 0.222686 10.0.0.249 - - [2025-07-14 02:06:57] "POST /access-control-lists HTTP/1.1" 200 606 0.059045 10.0.0.249 - - [2025-07-14 02:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.300136 10.0.0.249 - - [2025-07-14 02:06:57] "POST /fqname-to-id HTTP/1.1" 404 241 0.002787 10.0.0.249 - - [2025-07-14 02:06:57] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.422217 10.0.0.249 - - [2025-07-14 02:06:57] "POST /access-control-lists HTTP/1.1" 200 604 0.060379 10.0.0.249 - - [2025-07-14 02:06:58] "GET / HTTP/1.1" 200 36215 0.001854 10.0.0.249 - - [2025-07-14 02:06:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000464 10.0.0.249 - - [2025-07-14 02:06:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.061702 10.0.0.249 - - [2025-07-14 02:06:59] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.249 - - [2025-07-14 02:06:59] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.029376 10.0.0.249 - - [2025-07-14 02:06:59] "POST /neutron/network HTTP/1.1" 200 117 0.035281 10.0.0.249 - - [2025-07-14 02:06:59] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002017 10.0.0.249 - - [2025-07-14 02:06:59] "POST /neutron/network HTTP/1.1" 200 613 0.076862 10.0.0.249 - - [2025-07-14 02:06:59] "POST /route-targets HTTP/1.1" 200 328 0.011827 10.0.0.249 - - [2025-07-14 02:06:59] "POST /ref-update HTTP/1.1" 200 156 0.012180 10.0.0.249 - - [2025-07-14 02:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003856 10.0.0.249 - - [2025-07-14 02:07:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.173884 10.0.0.249 - - [2025-07-14 02:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003905 10.0.0.249 - - [2025-07-14 02:07:00] "POST /neutron/subnet HTTP/1.1" 200 823 0.139314 10.0.0.249 - - [2025-07-14 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.031719 10.0.0.249 - - [2025-07-14 02:07:00] "GET /virtual-network/c3fe3dbc-d589-4268-a5e3-01509ce44c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.009066 10.0.0.249 - - [2025-07-14 02:07:00] "POST /neutron/network HTTP/1.1" 200 1003 0.009206 10.0.0.249 - - [2025-07-14 02:07:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.001076 10.0.0.249 - - [2025-07-14 02:07:00] "GET /virtual-network/e5c23026-4b4d-4d30-ad7b-9efd78aaecab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004240 10.0.0.249 - - [2025-07-14 02:07:00] "POST /neutron/network HTTP/1.1" 200 1003 0.007568 10.0.0.249 - - [2025-07-14 02:07:00] "GET /virtual-network/e5c23026-4b4d-4d30-ad7b-9efd78aaecab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004536 10.0.0.249 - - [2025-07-14 02:07:00] "POST /neutron/network HTTP/1.1" 200 1003 0.008199 10.0.0.249 - - [2025-07-14 02:07:00] "POST /neutron/subnet HTTP/1.1" 200 715 0.008404 10.0.0.249 - - [2025-07-14 02:07:00] "POST /neutron/subnet HTTP/1.1" 200 823 0.007499 10.0.0.249 - - [2025-07-14 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002119 10.0.0.249 - - [2025-07-14 02:07:00] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.249 - - [2025-07-14 02:07:00] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.029178 10.0.0.249 - - [2025-07-14 02:07:00] "POST /neutron/network HTTP/1.1" 200 117 0.009038 10.0.0.249 - - [2025-07-14 02:07:00] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961 10.0.0.249 - - [2025-07-14 02:07:00] "POST /neutron/network HTTP/1.1" 200 613 0.072162 10.0.0.249 - - [2025-07-14 02:07:00] "POST /route-targets HTTP/1.1" 200 328 0.009516 10.0.0.249 - - [2025-07-14 02:07:00] "POST /ref-update HTTP/1.1" 200 156 0.010206 10.0.0.249 - - [2025-07-14 02:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004229 10.0.0.249 - - [2025-07-14 02:07:00] "POST /neutron/subnet HTTP/1.1" 200 729 0.124445 10.0.0.249 - - [2025-07-14 02:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.249 - - [2025-07-14 02:07:00] "GET /virtual-network/c3fe3dbc-d589-4268-a5e3-01509ce44c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.007191 10.0.0.249 - - [2025-07-14 02:07:00] "POST /useragent-kv HTTP/1.1" 200 115 0.005890 10.0.0.249 - - [2025-07-14 02:07:00] "POST /neutron/subnet HTTP/1.1" 200 828 0.182335 10.0.0.249 - - [2025-07-14 02:07:01] "POST /neutron/network HTTP/1.1" 200 1007 0.007552 10.0.0.249 - - [2025-07-14 02:07:01] "POST /id-to-fqname HTTP/1.1" 200 228 0.001144 10.0.0.249 - - [2025-07-14 02:07:01] "GET /virtual-network/5b5ee6ff-1e6a-4378-8088-e7e4c6e27f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004883 10.0.0.249 - - [2025-07-14 02:07:01] "POST /neutron/network HTTP/1.1" 200 1007 0.010145 10.0.0.249 - - [2025-07-14 02:07:01] "GET /virtual-network/5b5ee6ff-1e6a-4378-8088-e7e4c6e27f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006062 10.0.0.249 - - [2025-07-14 02:07:01] "POST /neutron/network HTTP/1.1" 200 1007 0.007058 10.0.0.249 - - [2025-07-14 02:07:01] "POST /neutron/subnet HTTP/1.1" 200 729 0.006969 10.0.0.249 - - [2025-07-14 02:07:01] "POST /neutron/subnet HTTP/1.1" 200 828 0.008185 10.0.0.249 - - [2025-07-14 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 234 0.002614 10.0.0.249 - - [2025-07-14 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002670 10.0.0.249 - - [2025-07-14 02:07:01] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002397 10.0.0.249 - - [2025-07-14 02:07:01] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.034574 10.0.0.249 - - [2025-07-14 02:07:01] "POST /network-policys HTTP/1.1" 200 579 0.061119 10.0.0.249 - - [2025-07-14 02:07:01] "GET /network-policy/159791a6-e269-4b5f-8904-638ee99f4bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004941 10.0.0.249 - - [2025-07-14 02:07:01] "POST /neutron/network HTTP/1.1" 200 1003 0.008359 10.0.0.249 - - [2025-07-14 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.004855 10.0.0.249 - - [2025-07-14 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.249 - - [2025-07-14 02:07:01] "GET /virtual-network/c3fe3dbc-d589-4268-a5e3-01509ce44c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.007862 10.0.0.249 - - [2025-07-14 02:07:01] "POST /neutron/network HTTP/1.1" 200 1111 0.055449 10.0.0.249 - - [2025-07-14 02:07:01] "POST /neutron/network HTTP/1.1" 200 1111 0.042027 10.0.0.249 - - [2025-07-14 02:07:01] "POST /access-control-lists HTTP/1.1" 200 598 0.074199 10.0.0.249 - - [2025-07-14 02:07:01] "GET /virtual-network/e5c23026-4b4d-4d30-ad7b-9efd78aaecab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005234 10.0.0.249 - - [2025-07-14 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.249 - - [2025-07-14 02:07:01] "GET /network-policy/159791a6-e269-4b5f-8904-638ee99f4bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.004045 10.0.0.249 - - [2025-07-14 02:07:01] "POST /neutron/network HTTP/1.1" 200 1007 0.008131 10.0.0.249 - - [2025-07-14 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.007202 10.0.0.249 - - [2025-07-14 02:07:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.006592 10.0.0.249 - - [2025-07-14 02:07:01] "GET /virtual-network/c3fe3dbc-d589-4268-a5e3-01509ce44c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.008846 10.0.0.249 - - [2025-07-14 02:07:01] "POST /neutron/network HTTP/1.1" 200 1115 0.065822 10.0.0.249 - - [2025-07-14 02:07:01] "POST /access-control-lists HTTP/1.1" 200 598 0.084924 10.0.0.249 - - [2025-07-14 02:07:01] "POST /neutron/network HTTP/1.1" 200 1115 0.052161 10.0.0.249 - - [2025-07-14 02:07:01] "GET /virtual-network/5b5ee6ff-1e6a-4378-8088-e7e4c6e27f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.007545 10.0.0.249 - - [2025-07-14 02:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.249 - - [2025-07-14 02:07:01] "POST /ref-update HTTP/1.1" 200 156 0.010655 10.0.0.249 - - [2025-07-14 02:07:01] "GET /network-policy/159791a6-e269-4b5f-8904-638ee99f4bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3129 0.003644 10.0.0.249 - - [2025-07-14 02:07:02] "GET /domains HTTP/1.1" 401 293 0.000392 10.0.0.249 - - [2025-07-14 02:07:02] "PUT /access-control-list/35c1c725-105a-4a63-b49b-7e8fbee6dab9 HTTP/1.1" 200 273 0.053375 10.0.0.249 - - [2025-07-14 02:07:02] "GET /domains HTTP/1.1" 200 281 0.026750 10.0.0.249 - - [2025-07-14 02:07:02] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.249 - - [2025-07-14 02:07:02] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 3162 0.009895 10.0.0.249 - - [2025-07-14 02:07:02] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.249 - - [2025-07-14 02:07:02] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f HTTP/1.1" 200 2631 0.074238 10.0.0.249 - - [2025-07-14 02:07:02] "GET /virtual-network/e5c23026-4b4d-4d30-ad7b-9efd78aaecab HTTP/1.1" 200 3503 0.005997 10.0.0.249 - - [2025-07-14 02:07:02] "GET /virtual-network/e5c23026-4b4d-4d30-ad7b-9efd78aaecab HTTP/1.1" 200 3503 0.005345 10.0.0.249 - - [2025-07-14 02:07:02] "GET /routing-instance/b49f1d90-fe75-444f-ba3f-c7e8d0254970 HTTP/1.1" 200 1800 0.004033 10.0.0.249 - - [2025-07-14 02:07:02] "GET /routing-instance/b49f1d90-fe75-444f-ba3f-c7e8d0254970 HTTP/1.1" 200 1800 0.003209 10.0.0.249 - - [2025-07-14 02:07:02] "GET /route-target/d4bdb82b-f149-483d-89e3-a7607e2a0b38 HTTP/1.1" 200 1214 0.004188 10.0.0.249 - - [2025-07-14 02:07:02] "GET /virtual-network/e5c23026-4b4d-4d30-ad7b-9efd78aaecab HTTP/1.1" 200 3503 0.004962 10.0.0.249 - - [2025-07-14 02:07:02] "GET /routing-instance/b49f1d90-fe75-444f-ba3f-c7e8d0254970 HTTP/1.1" 200 1800 0.003071 10.0.0.249 - - [2025-07-14 02:07:02] "GET /virtual-network/e5c23026-4b4d-4d30-ad7b-9efd78aaecab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.004716 10.0.0.249 - - [2025-07-14 02:07:02] "GET /virtual-network/e5c23026-4b4d-4d30-ad7b-9efd78aaecab HTTP/1.1" 200 3503 0.004717 10.0.0.249 - - [2025-07-14 02:07:02] "GET /routing-instance/b49f1d90-fe75-444f-ba3f-c7e8d0254970 HTTP/1.1" 200 1800 0.003311 10.0.0.249 - - [2025-07-14 02:07:02] "GET /routing-instance/b49f1d90-fe75-444f-ba3f-c7e8d0254970 HTTP/1.1" 200 1800 0.003548 10.0.0.249 - - [2025-07-14 02:07:02] "GET /route-target/d4bdb82b-f149-483d-89e3-a7607e2a0b38 HTTP/1.1" 200 1214 0.003337 10.0.0.249 - - [2025-07-14 02:07:02] "GET /domains HTTP/1.1" 200 281 0.003685 10.0.0.249 - - [2025-07-14 02:07:02] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.249 - - [2025-07-14 02:07:02] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 3162 0.007155 10.0.0.249 - - [2025-07-14 02:07:02] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.249 - - [2025-07-14 02:07:02] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f HTTP/1.1" 200 2631 0.074638 10.0.0.249 - - [2025-07-14 02:07:02] "GET /virtual-network/e5c23026-4b4d-4d30-ad7b-9efd78aaecab HTTP/1.1" 200 3503 0.004682 10.0.0.249 - - [2025-07-14 02:07:03] "GET /obj-perms HTTP/1.1" 200 5065 0.047266 10.0.0.249 - - [2025-07-14 02:07:03] "GET /domains HTTP/1.1" 200 281 0.002954 10.0.0.249 - - [2025-07-14 02:07:03] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001021 10.0.0.249 - - [2025-07-14 02:07:03] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 3162 0.006713 10.0.0.249 - - [2025-07-14 02:07:03] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001287 10.0.0.249 - - [2025-07-14 02:07:03] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f HTTP/1.1" 200 2631 0.072237 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/5b5ee6ff-1e6a-4378-8088-e7e4c6e27f40 HTTP/1.1" 200 3513 0.006975 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/5b5ee6ff-1e6a-4378-8088-e7e4c6e27f40 HTTP/1.1" 200 3513 0.004895 10.0.0.249 - - [2025-07-14 02:07:03] "GET /routing-instance/b4cf0e4a-3845-4bef-8dbb-c41f0a30ade6 HTTP/1.1" 200 1800 0.003667 10.0.0.249 - - [2025-07-14 02:07:03] "GET /routing-instance/b4cf0e4a-3845-4bef-8dbb-c41f0a30ade6 HTTP/1.1" 200 1800 0.003895 10.0.0.249 - - [2025-07-14 02:07:03] "GET /route-target/5b4b7afe-d8fc-49b2-82df-c5b7a68bbf8f HTTP/1.1" 200 1213 0.003179 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/5b5ee6ff-1e6a-4378-8088-e7e4c6e27f40 HTTP/1.1" 200 3513 0.004687 10.0.0.249 - - [2025-07-14 02:07:03] "GET /routing-instance/b4cf0e4a-3845-4bef-8dbb-c41f0a30ade6 HTTP/1.1" 200 1800 0.003500 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/5b5ee6ff-1e6a-4378-8088-e7e4c6e27f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.006543 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/5b5ee6ff-1e6a-4378-8088-e7e4c6e27f40 HTTP/1.1" 200 3513 0.006229 10.0.0.249 - - [2025-07-14 02:07:03] "GET /routing-instance/b4cf0e4a-3845-4bef-8dbb-c41f0a30ade6 HTTP/1.1" 200 1800 0.004553 10.0.0.249 - - [2025-07-14 02:07:03] "GET /routing-instance/b4cf0e4a-3845-4bef-8dbb-c41f0a30ade6 HTTP/1.1" 200 1800 0.004527 10.0.0.249 - - [2025-07-14 02:07:03] "GET /route-target/5b4b7afe-d8fc-49b2-82df-c5b7a68bbf8f HTTP/1.1" 200 1213 0.004063 10.0.0.249 - - [2025-07-14 02:07:03] "GET /domains HTTP/1.1" 200 281 0.003174 10.0.0.249 - - [2025-07-14 02:07:03] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001059 10.0.0.249 - - [2025-07-14 02:07:03] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 3162 0.007297 10.0.0.249 - - [2025-07-14 02:07:03] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001014 10.0.0.249 - - [2025-07-14 02:07:03] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f HTTP/1.1" 200 2631 0.072642 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/5b5ee6ff-1e6a-4378-8088-e7e4c6e27f40 HTTP/1.1" 200 3513 0.006209 10.0.0.249 - - [2025-07-14 02:07:03] "GET /obj-perms HTTP/1.1" 200 5065 0.003727 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/5b5ee6ff-1e6a-4378-8088-e7e4c6e27f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005183 10.0.0.249 - - [2025-07-14 02:07:03] "POST /neutron/network HTTP/1.1" 200 1115 0.007082 10.0.0.249 - - [2025-07-14 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005854 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/c3fe3dbc-d589-4268-a5e3-01509ce44c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004868 10.0.0.249 - - [2025-07-14 02:07:03] "POST /neutron/network HTTP/1.1" 200 1007 0.052624 10.0.0.249 - - [2025-07-14 02:07:03] "DELETE /access-control-list/80baedf7-593b-48f0-962a-1e08a20d22a5 HTTP/1.1" 200 115 0.037901 10.0.0.249 - - [2025-07-14 02:07:03] "POST /neutron/network HTTP/1.1" 200 1007 0.011413 10.0.0.249 - - [2025-07-14 02:07:03] "POST /ref-update HTTP/1.1" 200 156 0.013734 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/5b5ee6ff-1e6a-4378-8088-e7e4c6e27f40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008277 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/e5c23026-4b4d-4d30-ad7b-9efd78aaecab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006910 10.0.0.249 - - [2025-07-14 02:07:03] "POST /neutron/network HTTP/1.1" 200 1111 0.006893 10.0.0.249 - - [2025-07-14 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/c3fe3dbc-d589-4268-a5e3-01509ce44c43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.007804 10.0.0.249 - - [2025-07-14 02:07:03] "POST /neutron/network HTTP/1.1" 200 1003 0.050110 10.0.0.249 - - [2025-07-14 02:07:03] "DELETE /access-control-list/35c1c725-105a-4a63-b49b-7e8fbee6dab9 HTTP/1.1" 200 115 0.034287 10.0.0.249 - - [2025-07-14 02:07:03] "POST /neutron/network HTTP/1.1" 200 1003 0.011647 10.0.0.249 - - [2025-07-14 02:07:03] "POST /ref-update HTTP/1.1" 200 156 0.014854 10.0.0.249 - - [2025-07-14 02:07:03] "GET /virtual-network/e5c23026-4b4d-4d30-ad7b-9efd78aaecab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2634 0.004882 10.0.0.249 - - [2025-07-14 02:07:03] "DELETE /network-policy/159791a6-e269-4b5f-8904-638ee99f4bad HTTP/1.1" 200 115 0.019357 10.0.0.249 - - [2025-07-14 02:07:03] "POST /neutron/network HTTP/1.1" 200 1007 0.008657 10.0.0.249 - - [2025-07-14 02:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001937 10.0.0.249 - - [2025-07-14 02:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006026 10.0.0.249 - - [2025-07-14 02:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001657 10.0.0.249 - - [2025-07-14 02:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003956 10.0.0.249 - - [2025-07-14 02:07:03] "POST /useragent-kv HTTP/1.1" 200 115 0.001826 10.0.0.249 - - [2025-07-14 02:07:03] "POST /neutron/network HTTP/1.1" 200 151 0.090753 10.0.0.249 - - [2025-07-14 02:07:03] "DELETE /route-target/5b4b7afe-d8fc-49b2-82df-c5b7a68bbf8f HTTP/1.1" 200 115 0.022560 10.0.0.249 - - [2025-07-14 02:07:03] "GET /routing-instance/b4cf0e4a-3845-4bef-8dbb-c41f0a30ade6 HTTP/1.1" 404 171 0.002888 10.0.0.249 - - [2025-07-14 02:07:03] "GET /domains HTTP/1.1" 200 281 0.003347 10.0.0.249 - - [2025-07-14 02:07:03] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001504 10.0.0.249 - - [2025-07-14 02:07:03] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 3162 0.057209 10.0.0.249 - - [2025-07-14 02:07:03] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001141 10.0.0.249 - - [2025-07-14 02:07:03] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f HTTP/1.1" 200 2149 0.067071 10.0.0.249 - - [2025-07-14 02:07:04] "POST /neutron/network HTTP/1.1" 200 1003 0.007224 10.0.0.249 - - [2025-07-14 02:07:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002994 10.0.0.249 - - [2025-07-14 02:07:04] "POST /useragent-kv HTTP/1.1" 200 115 0.002250 10.0.0.249 - - [2025-07-14 02:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.249 - - [2025-07-14 02:07:04] "POST /useragent-kv HTTP/1.1" 200 115 0.001935 10.0.0.249 - - [2025-07-14 02:07:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003571 10.0.0.249 - - [2025-07-14 02:07:04] "POST /neutron/network HTTP/1.1" 200 151 0.083227 10.0.0.249 - - [2025-07-14 02:07:04] "DELETE /route-target/d4bdb82b-f149-483d-89e3-a7607e2a0b38 HTTP/1.1" 200 115 0.017690 10.0.0.249 - - [2025-07-14 02:07:04] "GET /routing-instance/b49f1d90-fe75-444f-ba3f-c7e8d0254970 HTTP/1.1" 404 171 0.003642 10.0.0.249 - - [2025-07-14 02:07:04] "GET /domains HTTP/1.1" 200 281 0.002285 10.0.0.249 - - [2025-07-14 02:07:04] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.249 - - [2025-07-14 02:07:04] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 3162 0.047517 10.0.0.249 - - [2025-07-14 02:07:04] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001229 10.0.0.249 - - [2025-07-14 02:07:04] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f HTTP/1.1" 200 1903 0.066658 10.0.0.249 - - [2025-07-14 02:07:04] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.249 - - [2025-07-14 02:07:04] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.028159 10.0.0.249 - - [2025-07-14 02:07:04] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.249 - - [2025-07-14 02:07:04] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f?fields=virtual_networks HTTP/1.1" 200 1048 0.067572 10.0.0.249 - - [2025-07-14 02:07:04] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001308 10.0.0.249 - - [2025-07-14 02:07:04] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.024722 10.0.0.249 - - [2025-07-14 02:07:04] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.249 - - [2025-07-14 02:07:04] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f?fields=security_groups HTTP/1.1" 200 1283 0.028649 10.0.0.249 - - [2025-07-14 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 190 0.022926 10.0.0.249 - - [2025-07-14 02:07:05] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002496 10.0.0.249 - - [2025-07-14 02:07:05] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001598 10.0.0.249 - - [2025-07-14 02:07:05] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007956 10.0.0.249 - - [2025-07-14 02:07:05] "POST /id-to-fqname HTTP/1.1" 200 192 0.001218 10.0.0.249 - - [2025-07-14 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 201 0.003425 10.0.0.249 - - [2025-07-14 02:07:05] "POST /security-groups HTTP/1.1" 200 593 0.064636 10.0.0.249 - - [2025-07-14 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 236 0.002460 10.0.0.249 - - [2025-07-14 02:07:05] "POST /projects HTTP/1.1" 200 589 0.216895 10.0.0.249 - - [2025-07-14 02:07:05] "POST /access-control-lists HTTP/1.1" 200 600 0.056233 10.0.0.249 - - [2025-07-14 02:07:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.288934 10.0.0.249 - - [2025-07-14 02:07:05] "POST /fqname-to-id HTTP/1.1" 404 235 0.002796 10.0.0.249 - - [2025-07-14 02:07:06] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.419055 10.0.0.249 - - [2025-07-14 02:07:06] "POST /access-control-lists HTTP/1.1" 200 598 0.061433 10.0.0.249 - - [2025-07-14 02:07:07] "GET / HTTP/1.1" 200 36215 0.001962 10.0.0.249 - - [2025-07-14 02:07:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000581 10.0.0.249 - - [2025-07-14 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.051265 10.0.0.249 - - [2025-07-14 02:07:08] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001273 10.0.0.249 - - [2025-07-14 02:07:08] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.031057 10.0.0.249 - - [2025-07-14 02:07:08] "POST /neutron/network HTTP/1.1" 200 117 0.029853 10.0.0.249 - - [2025-07-14 02:07:08] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001315 10.0.0.249 - - [2025-07-14 02:07:08] "POST /neutron/network HTTP/1.1" 200 607 0.069642 10.0.0.249 - - [2025-07-14 02:07:08] "POST /route-targets HTTP/1.1" 200 328 0.009668 10.0.0.249 - - [2025-07-14 02:07:08] "POST /ref-update HTTP/1.1" 200 156 0.016326 10.0.0.249 - - [2025-07-14 02:07:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003523 10.0.0.249 - - [2025-07-14 02:07:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.133843 10.0.0.249 - - [2025-07-14 02:07:08] "POST /neutron/network HTTP/1.1" 200 826 0.006912 10.0.0.249 - - [2025-07-14 02:07:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001137 10.0.0.249 - - [2025-07-14 02:07:08] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004612 10.0.0.249 - - [2025-07-14 02:07:08] "POST /neutron/network HTTP/1.1" 200 826 0.005357 10.0.0.249 - - [2025-07-14 02:07:08] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004752 10.0.0.249 - - [2025-07-14 02:07:08] "POST /neutron/network HTTP/1.1" 200 826 0.005367 10.0.0.249 - - [2025-07-14 02:07:08] "POST /neutron/subnet HTTP/1.1" 200 725 0.013768 10.0.0.249 - - [2025-07-14 02:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002339 10.0.0.249 - - [2025-07-14 02:07:08] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001269 10.0.0.249 - - [2025-07-14 02:07:08] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.030531 10.0.0.249 - - [2025-07-14 02:07:08] "POST /neutron/network HTTP/1.1" 200 117 0.010402 10.0.0.249 - - [2025-07-14 02:07:08] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001254 10.0.0.249 - - [2025-07-14 02:07:08] "POST /neutron/network HTTP/1.1" 200 607 0.074720 10.0.0.249 - - [2025-07-14 02:07:08] "POST /route-targets HTTP/1.1" 200 328 0.014618 10.0.0.249 - - [2025-07-14 02:07:08] "POST /ref-update HTTP/1.1" 200 156 0.012423 10.0.0.249 - - [2025-07-14 02:07:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003691 10.0.0.249 - - [2025-07-14 02:07:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.170798 10.0.0.249 - - [2025-07-14 02:07:09] "POST /neutron/network HTTP/1.1" 200 828 0.004976 10.0.0.249 - - [2025-07-14 02:07:09] "POST /id-to-fqname HTTP/1.1" 200 222 0.001100 10.0.0.249 - - [2025-07-14 02:07:09] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004556 10.0.0.249 - - [2025-07-14 02:07:09] "POST /neutron/network HTTP/1.1" 200 828 0.006582 10.0.0.249 - - [2025-07-14 02:07:09] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007326 10.0.0.249 - - [2025-07-14 02:07:09] "POST /neutron/network HTTP/1.1" 200 828 0.007586 10.0.0.249 - - [2025-07-14 02:07:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.009643 10.0.0.249 - - [2025-07-14 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 228 0.003460 10.0.0.249 - - [2025-07-14 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.249 - - [2025-07-14 02:07:09] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001316 10.0.0.249 - - [2025-07-14 02:07:09] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.024562 10.0.0.249 - - [2025-07-14 02:07:09] "POST /network-policys HTTP/1.1" 200 573 0.018389 10.0.0.249 - - [2025-07-14 02:07:09] "GET /network-policy/16af4a8d-b930-4b07-8cc0-8245cc7926d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005131 10.0.0.249 - - [2025-07-14 02:07:09] "POST /neutron/network HTTP/1.1" 200 826 0.007817 10.0.0.249 - - [2025-07-14 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.003204 10.0.0.249 - - [2025-07-14 02:07:09] "POST /neutron/network HTTP/1.1" 200 928 0.056727 10.0.0.249 - - [2025-07-14 02:07:09] "POST /neutron/network HTTP/1.1" 200 928 0.006383 10.0.0.249 - - [2025-07-14 02:07:09] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.039509 10.0.0.249 - - [2025-07-14 02:07:09] "POST /access-control-lists HTTP/1.1" 200 592 0.075192 10.0.0.249 - - [2025-07-14 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007282 10.0.0.249 - - [2025-07-14 02:07:09] "GET /network-policy/16af4a8d-b930-4b07-8cc0-8245cc7926d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003652 10.0.0.249 - - [2025-07-14 02:07:09] "POST /neutron/network HTTP/1.1" 200 828 0.005619 10.0.0.249 - - [2025-07-14 02:07:09] "POST /fqname-to-id HTTP/1.1" 404 236 0.006083 10.0.0.249 - - [2025-07-14 02:07:09] "POST /neutron/network HTTP/1.1" 200 930 0.055315 10.0.0.249 - - [2025-07-14 02:07:09] "POST /neutron/network HTTP/1.1" 200 930 0.044049 10.0.0.249 - - [2025-07-14 02:07:09] "POST /access-control-lists HTTP/1.1" 200 592 0.074300 10.0.0.249 - - [2025-07-14 02:07:09] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005342 10.0.0.249 - - [2025-07-14 02:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.249 - - [2025-07-14 02:07:09] "POST /ref-update HTTP/1.1" 200 156 0.012426 10.0.0.249 - - [2025-07-14 02:07:09] "GET /network-policy/16af4a8d-b930-4b07-8cc0-8245cc7926d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003247 10.0.0.249 - - [2025-07-14 02:07:10] "GET /domains HTTP/1.1" 401 293 0.000603 10.0.0.249 - - [2025-07-14 02:07:10] "PUT /access-control-list/4f839178-0d2a-4239-90c9-dc0919858a1f HTTP/1.1" 200 273 0.053918 10.0.0.249 - - [2025-07-14 02:07:10] "GET /domains HTTP/1.1" 200 281 0.023549 10.0.0.249 - - [2025-07-14 02:07:10] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.249 - - [2025-07-14 02:07:10] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 3351 0.008721 10.0.0.249 - - [2025-07-14 02:07:10] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001061 10.0.0.249 - - [2025-07-14 02:07:10] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505 HTTP/1.1" 200 2579 0.072090 10.0.0.249 - - [2025-07-14 02:07:10] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494 HTTP/1.1" 200 2898 0.006099 10.0.0.249 - - [2025-07-14 02:07:10] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494 HTTP/1.1" 200 2898 0.005473 10.0.0.249 - - [2025-07-14 02:07:10] "GET /routing-instance/0057792e-9ef6-4c07-9c4b-c631b8d95196 HTTP/1.1" 200 1785 0.003455 10.0.0.249 - - [2025-07-14 02:07:10] "GET /routing-instance/0057792e-9ef6-4c07-9c4b-c631b8d95196 HTTP/1.1" 200 1785 0.003053 10.0.0.249 - - [2025-07-14 02:07:10] "GET /route-target/81668495-0b2b-4354-9dc3-8a4d5c0a2995 HTTP/1.1" 200 1208 0.002943 10.0.0.249 - - [2025-07-14 02:07:10] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494 HTTP/1.1" 200 2898 0.004419 10.0.0.249 - - [2025-07-14 02:07:10] "GET /routing-instance/0057792e-9ef6-4c07-9c4b-c631b8d95196 HTTP/1.1" 200 1785 0.003671 10.0.0.249 - - [2025-07-14 02:07:10] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004787 10.0.0.249 - - [2025-07-14 02:07:10] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494 HTTP/1.1" 200 2898 0.005154 10.0.0.249 - - [2025-07-14 02:07:10] "GET /routing-instance/0057792e-9ef6-4c07-9c4b-c631b8d95196 HTTP/1.1" 200 1785 0.003638 10.0.0.249 - - [2025-07-14 02:07:10] "GET /routing-instance/0057792e-9ef6-4c07-9c4b-c631b8d95196 HTTP/1.1" 200 1785 0.003359 10.0.0.249 - - [2025-07-14 02:07:10] "GET /route-target/81668495-0b2b-4354-9dc3-8a4d5c0a2995 HTTP/1.1" 200 1208 0.002999 10.0.0.249 - - [2025-07-14 02:07:10] "GET /domains HTTP/1.1" 200 281 0.002580 10.0.0.249 - - [2025-07-14 02:07:10] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000962 10.0.0.249 - - [2025-07-14 02:07:10] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 3351 0.006737 10.0.0.249 - - [2025-07-14 02:07:10] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001318 10.0.0.249 - - [2025-07-14 02:07:10] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505 HTTP/1.1" 200 2579 0.069216 10.0.0.249 - - [2025-07-14 02:07:10] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494 HTTP/1.1" 200 2898 0.004441 10.0.0.249 - - [2025-07-14 02:07:11] "GET /obj-perms HTTP/1.1" 200 5053 0.047572 10.0.0.249 - - [2025-07-14 02:07:11] "GET /domains HTTP/1.1" 200 281 0.002485 10.0.0.249 - - [2025-07-14 02:07:11] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.249 - - [2025-07-14 02:07:11] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 3351 0.006942 10.0.0.249 - - [2025-07-14 02:07:11] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002809 10.0.0.249 - - [2025-07-14 02:07:11] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505 HTTP/1.1" 200 2579 0.069102 10.0.0.249 - - [2025-07-14 02:07:11] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620 HTTP/1.1" 200 2905 0.007060 10.0.0.249 - - [2025-07-14 02:07:11] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620 HTTP/1.1" 200 2905 0.004349 10.0.0.249 - - [2025-07-14 02:07:11] "GET /routing-instance/0d8d887c-3ae9-4992-b0b6-473b64923cf9 HTTP/1.1" 200 1786 0.002934 10.0.0.249 - - [2025-07-14 02:07:11] "GET /routing-instance/0d8d887c-3ae9-4992-b0b6-473b64923cf9 HTTP/1.1" 200 1786 0.002661 10.0.0.249 - - [2025-07-14 02:07:11] "GET /route-target/50a44959-9e05-47b3-b757-2d49ded293b9 HTTP/1.1" 200 1208 0.002748 10.0.0.249 - - [2025-07-14 02:07:11] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620 HTTP/1.1" 200 2905 0.003971 10.0.0.249 - - [2025-07-14 02:07:11] "GET /routing-instance/0d8d887c-3ae9-4992-b0b6-473b64923cf9 HTTP/1.1" 200 1786 0.002759 10.0.0.249 - - [2025-07-14 02:07:11] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.004270 10.0.0.249 - - [2025-07-14 02:07:11] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620 HTTP/1.1" 200 2905 0.057464 10.0.0.249 - - [2025-07-14 02:07:11] "GET /routing-instance/0d8d887c-3ae9-4992-b0b6-473b64923cf9 HTTP/1.1" 200 1786 0.003478 10.0.0.249 - - [2025-07-14 02:07:11] "GET /routing-instance/0d8d887c-3ae9-4992-b0b6-473b64923cf9 HTTP/1.1" 200 1786 0.003149 10.0.0.249 - - [2025-07-14 02:07:11] "GET /route-target/50a44959-9e05-47b3-b757-2d49ded293b9 HTTP/1.1" 200 1208 0.002789 10.0.0.249 - - [2025-07-14 02:07:11] "GET /domains HTTP/1.1" 200 281 0.002913 10.0.0.249 - - [2025-07-14 02:07:11] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.249 - - [2025-07-14 02:07:11] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 3351 0.007429 10.0.0.249 - - [2025-07-14 02:07:11] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000892 10.0.0.249 - - [2025-07-14 02:07:11] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505 HTTP/1.1" 200 2579 0.073158 10.0.0.249 - - [2025-07-14 02:07:11] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620 HTTP/1.1" 200 2905 0.005348 10.0.0.249 - - [2025-07-14 02:07:11] "GET /obj-perms HTTP/1.1" 200 5053 0.003308 10.0.0.249 - - [2025-07-14 02:07:11] "POST /id-to-fqname HTTP/1.1" 200 222 0.001341 10.0.0.249 - - [2025-07-14 02:07:11] "POST /neutron/network HTTP/1.1" 200 938 0.006374 10.0.0.249 - - [2025-07-14 02:07:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000408 10.0.0.249 - - [2025-07-14 02:07:11] "GET / HTTP/1.1" 200 36215 0.001590 10.0.0.249 - - [2025-07-14 02:07:11] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2025-07-14 02:07:12] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001108 10.0.0.249 - - [2025-07-14 02:07:12] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.049690 10.0.0.249 - - [2025-07-14 02:07:12] "POST /neutron/network HTTP/1.1" 200 928 0.005320 10.0.0.249 - - [2025-07-14 02:07:12] "POST /neutron/port HTTP/1.1" 200 117 0.004665 10.0.0.249 - - [2025-07-14 02:07:12] "POST /neutron/port HTTP/1.1" 200 117 0.005137 10.0.0.249 - - [2025-07-14 02:07:12] "POST /id-to-fqname HTTP/1.1" 200 222 0.001308 10.0.0.249 - - [2025-07-14 02:07:12] "POST /neutron/port HTTP/1.1" 200 117 0.005494 10.0.0.249 - - [2025-07-14 02:07:12] "POST /neutron/network HTTP/1.1" 200 940 0.005909 10.0.0.249 - - [2025-07-14 02:07:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2025-07-14 02:07:12] "DELETE /project/f8e191babfdd4c2e9ca901200ce1d45d HTTP/1.1" 404 173 0.018021 10.0.0.249 - - [2025-07-14 02:07:12] "DELETE /project/4db1091676f244f4a6274adb3599a505 HTTP/1.1" 404 173 0.014857 10.0.0.249 - - [2025-07-14 02:07:12] "DELETE /project/ac914b97e3b240958db68e5361bb3ad4 HTTP/1.1" 404 173 0.011120 10.0.0.249 - - [2025-07-14 02:07:12] "DELETE /project/073eecb3853a4e59866ff9d1ee65cd4f HTTP/1.1" 404 173 0.007619 10.0.0.249 - - [2025-07-14 02:07:12] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.249 - - [2025-07-14 02:07:12] "GET /projects?obj_uuids=f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001000 10.0.0.249 - - [2025-07-14 02:07:12] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001236 10.0.0.249 - - [2025-07-14 02:07:12] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001081 10.0.0.249 - - [2025-07-14 02:07:12] "GET /project/f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.066232 10.0.0.249 - - [2025-07-14 02:07:12] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.068254 10.0.0.249 - - [2025-07-14 02:07:12] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.071780 10.0.0.249 - - [2025-07-14 02:07:12] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.086118 10.0.0.249 - - [2025-07-14 02:07:12] "POST /neutron/network HTTP/1.1" 200 938 0.024166 10.0.0.249 - - [2025-07-14 02:07:12] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.249 - - [2025-07-14 02:07:12] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000885 10.0.0.249 - - [2025-07-14 02:07:12] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000870 10.0.0.249 - - [2025-07-14 02:07:12] "GET /projects?obj_uuids=f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000847 10.0.0.249 - - [2025-07-14 02:07:12] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001497 10.0.0.249 - - [2025-07-14 02:07:13] "GET /project/f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d?fields=security_groups HTTP/1.1" 200 1349 0.088307 10.0.0.249 - - [2025-07-14 02:07:13] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?fields=security_groups HTTP/1.1" 200 1373 0.095467 10.0.0.249 - - [2025-07-14 02:07:13] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f?fields=security_groups HTTP/1.1" 200 1385 0.095210 10.0.0.249 - - [2025-07-14 02:07:13] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?fields=security_groups HTTP/1.1" 200 1400 0.102799 10.0.0.249 - - [2025-07-14 02:07:13] "GET / HTTP/1.1" 200 36215 0.002330 10.0.0.249 - - [2025-07-14 02:07:13] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /security-group/6e5d87a8-e92c-43fb-9763-4742f5ecac23 HTTP/1.1" 200 115 0.158574 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /security-group/52536fa8-d603-4173-9497-d4d647e39006 HTTP/1.1" 200 115 0.168172 10.0.0.249 - - [2025-07-14 02:07:13] "GET /projects?obj_uuids=ac914b97-e3b2-4095-8db6-8e5361bb3ad4&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000987 10.0.0.249 - - [2025-07-14 02:07:13] "GET /projects?obj_uuids=f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000974 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /access-control-list/859788ec-d4b8-473e-9023-3455f06e422e HTTP/1.1" 200 115 0.065060 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /security-group/4877f042-869a-4f7e-ac41-af63b8b1e6fa HTTP/1.1" 200 115 0.136550 10.0.0.249 - - [2025-07-14 02:07:13] "GET /projects?obj_uuids=073eecb3-853a-4e59-866f-f9d1ee65cd4f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /security-group/dc69eca3-0a80-4137-a2ec-901724402225 HTTP/1.1" 200 115 0.149926 10.0.0.249 - - [2025-07-14 02:07:13] "GET /projects?obj_uuids=dfe5c404-fb7d-48c7-af8e-58203e679c1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.249 - - [2025-07-14 02:07:13] "GET /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4?fields=application_policy_sets HTTP/1.1" 200 1412 0.100895 10.0.0.249 - - [2025-07-14 02:07:13] "GET /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f?fields=application_policy_sets HTTP/1.1" 200 1424 0.078704 10.0.0.249 - - [2025-07-14 02:07:13] "GET /project/f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d?fields=application_policy_sets HTTP/1.1" 200 1388 0.128886 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /access-control-list/e8e2e845-2e77-4c44-981a-a4ee3abaa948 HTTP/1.1" 200 115 0.117471 10.0.0.249 - - [2025-07-14 02:07:13] "GET /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c?fields=application_policy_sets HTTP/1.1" 200 1439 0.116488 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /access-control-list/857b3ab1-1415-453e-b341-c960aef19236 HTTP/1.1" 200 115 0.061785 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /access-control-list/59b21413-37bb-49fd-85bc-254564d116ae HTTP/1.1" 200 115 0.057493 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /project/ac914b97-e3b2-4095-8db6-8e5361bb3ad4 HTTP/1.1" 200 115 0.755678 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /project/073eecb3-853a-4e59-866f-f9d1ee65cd4f HTTP/1.1" 200 115 0.754069 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /project/f8e191ba-bfdd-4c2e-9ca9-01200ce1d45d HTTP/1.1" 200 115 0.776725 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /access-control-list/758012b6-f8d5-4d7a-95d3-12322e19b620 HTTP/1.1" 200 115 0.044249 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /project/dfe5c404-fb7d-48c7-af8e-58203e679c1c HTTP/1.1" 200 115 0.787533 10.0.0.249 - - [2025-07-14 02:07:13] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001135 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /access-control-list/5b3aa357-3215-4df2-97fb-284ab2828af8 HTTP/1.1" 200 115 0.042308 10.0.0.249 - - [2025-07-14 02:07:13] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.065166 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/port HTTP/1.1" 200 1062 0.654221 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /access-control-list/34c40b3b-bcc2-4403-92ca-f2279fb833d5 HTTP/1.1" 200 115 0.018777 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/network HTTP/1.1" 200 930 0.009249 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/port HTTP/1.1" 200 1062 0.020038 10.0.0.249 - - [2025-07-14 02:07:13] "DELETE /access-control-list/a19c7808-d211-4777-9fbb-dc6122b9afd4 HTTP/1.1" 200 115 0.034413 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/port HTTP/1.1" 200 1062 0.009182 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/port HTTP/1.1" 200 1116 0.048903 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/port HTTP/1.1" 200 1090 0.012875 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003191 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/port HTTP/1.1" 200 1090 0.022894 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.015167 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005822 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/port HTTP/1.1" 200 117 0.001111 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/network HTTP/1.1" 200 928 0.005474 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/port HTTP/1.1" 200 117 0.004645 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/port HTTP/1.1" 200 1090 0.010881 10.0.0.249 - - [2025-07-14 02:07:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005895 10.0.0.249 - - [2025-07-14 02:07:14] "POST /neutron/network HTTP/1.1" 200 940 0.005744 10.0.0.249 - - [2025-07-14 02:07:14] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001449 10.0.0.249 - - [2025-07-14 02:07:14] "PUT /access-control-list/e8889131-fe13-439a-abfc-c636e6d5c690 HTTP/1.1" 200 273 0.034853 10.0.0.249 - - [2025-07-14 02:07:14] "POST /neutron/port HTTP/1.1" 200 1064 0.270694 10.0.0.249 - - [2025-07-14 02:07:14] "POST /neutron/port HTTP/1.1" 200 1064 0.017873 10.0.0.249 - - [2025-07-14 02:07:14] "POST /neutron/port HTTP/1.1" 200 1064 0.013589 10.0.0.249 - - [2025-07-14 02:07:14] "POST /neutron/port HTTP/1.1" 200 1118 0.088413 10.0.0.249 - - [2025-07-14 02:07:14] "POST /neutron/port HTTP/1.1" 200 1092 0.032792 10.0.0.249 - - [2025-07-14 02:07:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003295 10.0.0.249 - - [2025-07-14 02:07:14] "POST /neutron/subnet HTTP/1.1" 200 708 0.009666 10.0.0.249 - - [2025-07-14 02:07:14] "POST /neutron/port HTTP/1.1" 200 117 0.001225 10.0.0.249 - - [2025-07-14 02:07:14] "POST /neutron/network HTTP/1.1" 200 930 0.006411 10.0.0.249 - - [2025-07-14 02:07:17] "GET /obj-perms HTTP/1.1" 200 5075 0.043320 10.0.0.249 - - [2025-07-14 02:07:17] "GET /obj-perms HTTP/1.1" 200 5075 0.051815 10.0.0.249 - - [2025-07-14 02:07:19] "POST /neutron/port HTTP/1.1" 200 1090 0.011640 10.0.0.249 - - [2025-07-14 02:07:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005358 10.0.0.249 - - [2025-07-14 02:07:19] "POST /neutron/port HTTP/1.1" 200 1090 0.011719 10.0.0.249 - - [2025-07-14 02:07:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005987 10.0.0.249 - - [2025-07-14 02:07:19] "POST /neutron/port HTTP/1.1" 200 1090 0.013420 10.0.0.249 - - [2025-07-14 02:07:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006894 10.0.0.249 - - [2025-07-14 02:07:19] "GET /virtual-machine/76716022-fbb7-4f0b-ba23-be11b91def8b HTTP/1.1" 200 1296 0.004572 10.0.0.249 - - [2025-07-14 02:07:19] "GET /virtual-machine-interface/d5ff5571-6f24-4033-b12b-5b5e83f4e911 HTTP/1.1" 200 2959 0.004690 10.0.0.249 - - [2025-07-14 02:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002888 10.0.0.249 - - [2025-07-14 02:07:19] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003001 10.0.0.249 - - [2025-07-14 02:07:19] "GET /virtual-networks?parent_id=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003718 10.0.0.249 - - [2025-07-14 02:07:19] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005398 10.0.0.249 - - [2025-07-14 02:07:22] "POST /neutron/port HTTP/1.1" 200 1090 0.012166 10.0.0.249 - - [2025-07-14 02:07:22] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005661 10.0.0.249 - - [2025-07-14 02:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.249 - - [2025-07-14 02:07:22] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.007208 10.0.0.249 - - [2025-07-14 02:07:23] "POST /neutron/port HTTP/1.1" 200 1092 0.012084 10.0.0.249 - - [2025-07-14 02:07:23] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006006 10.0.0.249 - - [2025-07-14 02:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002860 10.0.0.249 - - [2025-07-14 02:07:24] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002871 10.0.0.249 - - [2025-07-14 02:07:24] "GET /virtual-networks?parent_id=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003555 10.0.0.249 - - [2025-07-14 02:07:24] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005819 10.0.0.249 - - [2025-07-14 02:07:24] "POST /neutron/port HTTP/1.1" 200 1092 0.010544 10.0.0.249 - - [2025-07-14 02:07:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006227 10.0.0.249 - - [2025-07-14 02:07:25] "POST /neutron/port HTTP/1.1" 200 1092 0.011078 10.0.0.249 - - [2025-07-14 02:07:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007297 10.0.0.249 - - [2025-07-14 02:07:25] "POST /neutron/port HTTP/1.1" 200 1092 0.011073 10.0.0.249 - - [2025-07-14 02:07:25] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006643 10.0.0.249 - - [2025-07-14 02:07:25] "GET /virtual-machine/cccd44f5-f31f-40bc-80d0-da38dbd56014 HTTP/1.1" 200 1296 0.004128 10.0.0.249 - - [2025-07-14 02:07:25] "GET /virtual-machine-interface/7febc56e-9186-4219-8ca3-2cbc311f5bfe HTTP/1.1" 200 2958 0.004609 10.0.0.249 - - [2025-07-14 02:07:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002766 10.0.0.249 - - [2025-07-14 02:07:25] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002789 10.0.0.249 - - [2025-07-14 02:07:25] "GET /virtual-networks?parent_id=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004004 10.0.0.249 - - [2025-07-14 02:07:25] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.004974 10.0.0.249 - - [2025-07-14 02:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002832 10.0.0.249 - - [2025-07-14 02:07:26] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003387 10.0.0.249 - - [2025-07-14 02:07:26] "GET /virtual-networks?parent_id=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002899 10.0.0.249 - - [2025-07-14 02:07:26] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.005633 10.0.0.249 - - [2025-07-14 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002863 10.0.0.249 - - [2025-07-14 02:07:30] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001173 10.0.0.249 - - [2025-07-14 02:07:30] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.029288 10.0.0.249 - - [2025-07-14 02:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002805 10.0.0.249 - - [2025-07-14 02:07:30] "PUT /network-policy/16af4a8d-b930-4b07-8cc0-8245cc7926d4 HTTP/1.1" 200 263 0.010759 10.0.0.249 - - [2025-07-14 02:07:30] "PUT /access-control-list/e8889131-fe13-439a-abfc-c636e6d5c690 HTTP/1.1" 200 273 0.052706 10.0.0.249 - - [2025-07-14 02:07:30] "POST /ref-update HTTP/1.1" 200 156 0.012619 10.0.0.249 - - [2025-07-14 02:07:30] "PUT /access-control-list/4f839178-0d2a-4239-90c9-dc0919858a1f HTTP/1.1" 200 273 0.051994 10.0.0.249 - - [2025-07-14 02:07:30] "POST /ref-update HTTP/1.1" 200 156 0.011147 10.0.0.249 - - [2025-07-14 02:07:33] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.012932 10.0.0.249 - - [2025-07-14 02:07:33] "POST /neutron/network HTTP/1.1" 200 930 0.006656 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/network HTTP/1.1" 200 828 0.048113 10.0.0.249 - - [2025-07-14 02:07:34] "DELETE /access-control-list/e8889131-fe13-439a-abfc-c636e6d5c690 HTTP/1.1" 200 115 0.044820 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/network HTTP/1.1" 200 828 0.007837 10.0.0.249 - - [2025-07-14 02:07:34] "GET /virtual-network/b184f5b9-d0b0-4162-8fd8-f7fb1338b620?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004941 10.0.0.249 - - [2025-07-14 02:07:34] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.004711 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/network HTTP/1.1" 200 928 0.005989 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/network HTTP/1.1" 200 826 0.066527 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/network HTTP/1.1" 200 826 0.005958 10.0.0.249 - - [2025-07-14 02:07:34] "GET /virtual-network/f0d0a0b6-122f-42b5-b66a-7ca4f212f494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007100 10.0.0.249 - - [2025-07-14 02:07:34] "DELETE /network-policy/16af4a8d-b930-4b07-8cc0-8245cc7926d4 HTTP/1.1" 200 115 0.021459 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/network HTTP/1.1" 200 828 0.005856 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/network HTTP/1.1" 400 204 0.010553 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/port HTTP/1.1" 200 1092 0.011455 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/port HTTP/1.1" 200 1118 0.008379 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/port HTTP/1.1" 200 1090 0.015677 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/port HTTP/1.1" 200 1116 0.012159 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/port HTTP/1.1" 200 151 0.151668 10.0.0.249 - - [2025-07-14 02:07:34] "DELETE /access-control-list/4f839178-0d2a-4239-90c9-dc0919858a1f HTTP/1.1" 200 115 0.046304 10.0.0.249 - - [2025-07-14 02:07:34] "POST /neutron/port HTTP/1.1" 200 151 0.144345 10.0.0.249 - - [2025-07-14 02:07:36] "POST /neutron/network HTTP/1.1" 200 828 0.005884 10.0.0.249 - - [2025-07-14 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002909 10.0.0.249 - - [2025-07-14 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.249 - - [2025-07-14 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.003746 10.0.0.249 - - [2025-07-14 02:07:36] "POST /neutron/network HTTP/1.1" 200 151 0.083935 10.0.0.249 - - [2025-07-14 02:07:36] "DELETE /route-target/50a44959-9e05-47b3-b757-2d49ded293b9 HTTP/1.1" 200 115 0.019978 10.0.0.249 - - [2025-07-14 02:07:36] "GET /routing-instance/0d8d887c-3ae9-4992-b0b6-473b64923cf9 HTTP/1.1" 404 171 0.005645 10.0.0.249 - - [2025-07-14 02:07:36] "GET /domains HTTP/1.1" 200 281 0.003085 10.0.0.249 - - [2025-07-14 02:07:36] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.249 - - [2025-07-14 02:07:36] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2585 0.062715 10.0.0.249 - - [2025-07-14 02:07:36] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000970 10.0.0.249 - - [2025-07-14 02:07:36] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505 HTTP/1.1" 200 2109 0.078319 10.0.0.249 - - [2025-07-14 02:07:36] "POST /neutron/network HTTP/1.1" 200 826 0.008417 10.0.0.249 - - [2025-07-14 02:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.249 - - [2025-07-14 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002572 10.0.0.249 - - [2025-07-14 02:07:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002783 10.0.0.249 - - [2025-07-14 02:07:36] "POST /neutron/network HTTP/1.1" 200 151 0.088361 10.0.0.249 - - [2025-07-14 02:07:36] "DELETE /route-target/81668495-0b2b-4354-9dc3-8a4d5c0a2995 HTTP/1.1" 200 115 0.020576 10.0.0.249 - - [2025-07-14 02:07:36] "GET /routing-instance/0057792e-9ef6-4c07-9c4b-c631b8d95196 HTTP/1.1" 404 171 0.002418 10.0.0.249 - - [2025-07-14 02:07:36] "GET /domains HTTP/1.1" 200 281 0.003460 10.0.0.249 - - [2025-07-14 02:07:36] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000968 10.0.0.249 - - [2025-07-14 02:07:36] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2585 0.047548 10.0.0.249 - - [2025-07-14 02:07:36] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001098 10.0.0.249 - - [2025-07-14 02:07:36] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505 HTTP/1.1" 200 1869 0.074616 10.0.0.249 - - [2025-07-14 02:07:37] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001587 10.0.0.249 - - [2025-07-14 02:07:37] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.028526 10.0.0.249 - - [2025-07-14 02:07:37] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001005 10.0.0.249 - - [2025-07-14 02:07:37] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?fields=virtual_networks HTTP/1.1" 200 1038 0.065880 10.0.0.249 - - [2025-07-14 02:07:37] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001480 10.0.0.249 - - [2025-07-14 02:07:37] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.033828 10.0.0.249 - - [2025-07-14 02:07:37] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001082 10.0.0.249 - - [2025-07-14 02:07:37] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?fields=security_groups HTTP/1.1" 200 1267 0.030092 10.0.0.249 - - [2025-07-14 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 186 0.023498 10.0.0.249 - - [2025-07-14 02:07:38] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002445 10.0.0.249 - - [2025-07-14 02:07:38] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001374 10.0.0.249 - - [2025-07-14 02:07:38] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008877 10.0.0.249 - - [2025-07-14 02:07:38] "POST /id-to-fqname HTTP/1.1" 200 188 0.001190 10.0.0.249 - - [2025-07-14 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.003188 10.0.0.249 - - [2025-07-14 02:07:38] "POST /security-groups HTTP/1.1" 200 589 0.064750 10.0.0.249 - - [2025-07-14 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 232 0.002387 10.0.0.249 - - [2025-07-14 02:07:38] "POST /projects HTTP/1.1" 200 581 0.221007 10.0.0.249 - - [2025-07-14 02:07:38] "POST /access-control-lists HTTP/1.1" 200 596 0.060344 10.0.0.249 - - [2025-07-14 02:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.291352 10.0.0.249 - - [2025-07-14 02:07:38] "POST /fqname-to-id HTTP/1.1" 404 231 0.002815 10.0.0.249 - - [2025-07-14 02:07:38] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.425671 10.0.0.249 - - [2025-07-14 02:07:38] "POST /access-control-lists HTTP/1.1" 200 594 0.064449 10.0.0.249 - - [2025-07-14 02:07:39] "GET / HTTP/1.1" 200 36215 0.002164 10.0.0.249 - - [2025-07-14 02:07:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000535 10.0.0.249 - - [2025-07-14 02:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.061625 10.0.0.249 - - [2025-07-14 02:07:40] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001037 10.0.0.249 - - [2025-07-14 02:07:40] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027515 10.0.0.249 - - [2025-07-14 02:07:40] "POST /neutron/network HTTP/1.1" 200 117 0.028786 10.0.0.249 - - [2025-07-14 02:07:40] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001621 10.0.0.249 - - [2025-07-14 02:07:41] "POST /neutron/network HTTP/1.1" 200 613 0.067152 10.0.0.249 - - [2025-07-14 02:07:41] "POST /route-targets HTTP/1.1" 200 328 0.011051 10.0.0.249 - - [2025-07-14 02:07:41] "POST /ref-update HTTP/1.1" 200 156 0.015558 10.0.0.249 - - [2025-07-14 02:07:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005749 10.0.0.249 - - [2025-07-14 02:07:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.197720 10.0.0.249 - - [2025-07-14 02:07:41] "POST /neutron/network HTTP/1.1" 200 832 0.006581 10.0.0.249 - - [2025-07-14 02:07:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001175 10.0.0.249 - - [2025-07-14 02:07:41] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004906 10.0.0.249 - - [2025-07-14 02:07:41] "POST /neutron/network HTTP/1.1" 200 832 0.005543 10.0.0.249 - - [2025-07-14 02:07:41] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004775 10.0.0.249 - - [2025-07-14 02:07:41] "POST /neutron/network HTTP/1.1" 200 832 0.005619 10.0.0.249 - - [2025-07-14 02:07:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.007920 10.0.0.249 - - [2025-07-14 02:07:41] "GET /domains HTTP/1.1" 401 293 0.000432 10.0.0.249 - - [2025-07-14 02:07:41] "GET /domains HTTP/1.1" 200 281 0.023149 10.0.0.249 - - [2025-07-14 02:07:41] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.249 - - [2025-07-14 02:07:41] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2770 0.008549 10.0.0.249 - - [2025-07-14 02:07:41] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000911 10.0.0.249 - - [2025-07-14 02:07:41] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 2086 0.074541 10.0.0.249 - - [2025-07-14 02:07:41] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02 HTTP/1.1" 200 2322 0.005891 10.0.0.249 - - [2025-07-14 02:07:41] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02 HTTP/1.1" 200 2322 0.005264 10.0.0.249 - - [2025-07-14 02:07:41] "GET /routing-instance/3fb96127-81c5-4515-b951-244efad1da38 HTTP/1.1" 200 1496 0.003986 10.0.0.249 - - [2025-07-14 02:07:41] "GET /routing-instance/3fb96127-81c5-4515-b951-244efad1da38 HTTP/1.1" 200 1496 0.003175 10.0.0.249 - - [2025-07-14 02:07:41] "GET /route-target/70c82e9a-783f-432f-8673-300fa8364c28 HTTP/1.1" 200 1213 0.003027 10.0.0.249 - - [2025-07-14 02:07:41] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02 HTTP/1.1" 200 2322 0.005346 10.0.0.249 - - [2025-07-14 02:07:41] "GET /routing-instance/3fb96127-81c5-4515-b951-244efad1da38 HTTP/1.1" 200 1496 0.003203 10.0.0.249 - - [2025-07-14 02:07:41] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004595 10.0.0.249 - - [2025-07-14 02:07:41] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02 HTTP/1.1" 200 2322 0.004876 10.0.0.249 - - [2025-07-14 02:07:41] "GET /routing-instance/3fb96127-81c5-4515-b951-244efad1da38 HTTP/1.1" 200 1496 0.003221 10.0.0.249 - - [2025-07-14 02:07:41] "GET /routing-instance/3fb96127-81c5-4515-b951-244efad1da38 HTTP/1.1" 200 1496 0.002916 10.0.0.249 - - [2025-07-14 02:07:41] "GET /route-target/70c82e9a-783f-432f-8673-300fa8364c28 HTTP/1.1" 200 1213 0.002606 10.0.0.249 - - [2025-07-14 02:07:41] "GET /domains HTTP/1.1" 200 281 0.002499 10.0.0.249 - - [2025-07-14 02:07:41] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000982 10.0.0.249 - - [2025-07-14 02:07:41] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2770 0.006435 10.0.0.249 - - [2025-07-14 02:07:41] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001764 10.0.0.249 - - [2025-07-14 02:07:42] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 2086 0.076866 10.0.0.249 - - [2025-07-14 02:07:42] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02 HTTP/1.1" 200 2322 0.005589 10.0.0.249 - - [2025-07-14 02:07:42] "GET /obj-perms HTTP/1.1" 200 5045 0.050513 10.0.0.249 - - [2025-07-14 02:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.249 - - [2025-07-14 02:07:42] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000982 10.0.0.249 - - [2025-07-14 02:07:42] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.026033 10.0.0.249 - - [2025-07-14 02:07:42] "POST /neutron/network HTTP/1.1" 200 117 0.009106 10.0.0.249 - - [2025-07-14 02:07:42] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.249 - - [2025-07-14 02:07:42] "POST /neutron/network HTTP/1.1" 200 613 0.062414 10.0.0.249 - - [2025-07-14 02:07:42] "POST /route-targets HTTP/1.1" 200 328 0.009802 10.0.0.249 - - [2025-07-14 02:07:42] "POST /ref-update HTTP/1.1" 200 156 0.012761 10.0.0.249 - - [2025-07-14 02:07:42] "POST /useragent-kv HTTP/1.1" 200 115 0.004876 10.0.0.249 - - [2025-07-14 02:07:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.137936 10.0.0.249 - - [2025-07-14 02:07:42] "POST /neutron/network HTTP/1.1" 200 832 0.005281 10.0.0.249 - - [2025-07-14 02:07:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001260 10.0.0.249 - - [2025-07-14 02:07:42] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005001 10.0.0.249 - - [2025-07-14 02:07:42] "POST /neutron/network HTTP/1.1" 200 832 0.005706 10.0.0.249 - - [2025-07-14 02:07:42] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005020 10.0.0.249 - - [2025-07-14 02:07:42] "POST /neutron/network HTTP/1.1" 200 832 0.007514 10.0.0.249 - - [2025-07-14 02:07:42] "POST /neutron/subnet HTTP/1.1" 200 724 0.009054 10.0.0.249 - - [2025-07-14 02:07:42] "GET /domains HTTP/1.1" 200 281 0.002655 10.0.0.249 - - [2025-07-14 02:07:42] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.249 - - [2025-07-14 02:07:42] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2770 0.007437 10.0.0.249 - - [2025-07-14 02:07:42] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001423 10.0.0.249 - - [2025-07-14 02:07:43] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 2305 0.072242 10.0.0.249 - - [2025-07-14 02:07:43] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170 HTTP/1.1" 200 2323 0.006827 10.0.0.249 - - [2025-07-14 02:07:43] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170 HTTP/1.1" 200 2323 0.005497 10.0.0.249 - - [2025-07-14 02:07:43] "GET /routing-instance/dea7570e-1502-43ae-81cd-6d972584f73d HTTP/1.1" 200 1496 0.004168 10.0.0.249 - - [2025-07-14 02:07:43] "GET /routing-instance/dea7570e-1502-43ae-81cd-6d972584f73d HTTP/1.1" 200 1496 0.004880 10.0.0.249 - - [2025-07-14 02:07:43] "GET /route-target/262551c0-72e7-4d01-849f-71ef4c04bcf1 HTTP/1.1" 200 1213 0.003307 10.0.0.249 - - [2025-07-14 02:07:43] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170 HTTP/1.1" 200 2323 0.004904 10.0.0.249 - - [2025-07-14 02:07:43] "GET /routing-instance/dea7570e-1502-43ae-81cd-6d972584f73d HTTP/1.1" 200 1496 0.003571 10.0.0.249 - - [2025-07-14 02:07:43] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006591 10.0.0.249 - - [2025-07-14 02:07:43] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170 HTTP/1.1" 200 2323 0.005204 10.0.0.249 - - [2025-07-14 02:07:43] "GET /routing-instance/dea7570e-1502-43ae-81cd-6d972584f73d HTTP/1.1" 200 1496 0.003877 10.0.0.249 - - [2025-07-14 02:07:43] "GET /routing-instance/dea7570e-1502-43ae-81cd-6d972584f73d HTTP/1.1" 200 1496 0.003676 10.0.0.249 - - [2025-07-14 02:07:43] "GET /route-target/262551c0-72e7-4d01-849f-71ef4c04bcf1 HTTP/1.1" 200 1213 0.004909 10.0.0.249 - - [2025-07-14 02:07:43] "GET /domains HTTP/1.1" 200 281 0.003033 10.0.0.249 - - [2025-07-14 02:07:43] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001022 10.0.0.249 - - [2025-07-14 02:07:43] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2770 0.006845 10.0.0.249 - - [2025-07-14 02:07:43] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.249 - - [2025-07-14 02:07:43] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 2305 0.074528 10.0.0.249 - - [2025-07-14 02:07:43] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170 HTTP/1.1" 200 2323 0.004910 10.0.0.249 - - [2025-07-14 02:07:43] "GET /obj-perms HTTP/1.1" 200 5045 0.003873 10.0.0.249 - - [2025-07-14 02:07:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.249 - - [2025-07-14 02:07:43] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001490 10.0.0.249 - - [2025-07-14 02:07:43] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.032601 10.0.0.249 - - [2025-07-14 02:07:43] "POST /neutron/network HTTP/1.1" 200 117 0.012221 10.0.0.249 - - [2025-07-14 02:07:43] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.249 - - [2025-07-14 02:07:43] "POST /neutron/network HTTP/1.1" 200 615 0.079221 10.0.0.249 - - [2025-07-14 02:07:43] "POST /ref-update HTTP/1.1" 200 156 0.011818 10.0.0.249 - - [2025-07-14 02:07:43] "POST /useragent-kv HTTP/1.1" 200 115 0.005383 10.0.0.249 - - [2025-07-14 02:07:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.170757 10.0.0.249 - - [2025-07-14 02:07:43] "POST /neutron/network HTTP/1.1" 200 832 0.005805 10.0.0.249 - - [2025-07-14 02:07:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001684 10.0.0.249 - - [2025-07-14 02:07:43] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005428 10.0.0.249 - - [2025-07-14 02:07:43] "POST /neutron/network HTTP/1.1" 200 832 0.007333 10.0.0.249 - - [2025-07-14 02:07:43] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006562 10.0.0.249 - - [2025-07-14 02:07:43] "POST /neutron/network HTTP/1.1" 200 832 0.006657 10.0.0.249 - - [2025-07-14 02:07:43] "POST /neutron/subnet HTTP/1.1" 200 715 0.006559 10.0.0.249 - - [2025-07-14 02:07:43] "GET /domains HTTP/1.1" 200 281 0.003424 10.0.0.249 - - [2025-07-14 02:07:43] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000975 10.0.0.249 - - [2025-07-14 02:07:43] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2770 0.006658 10.0.0.249 - - [2025-07-14 02:07:43] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000925 10.0.0.249 - - [2025-07-14 02:07:44] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 2525 0.069870 10.0.0.249 - - [2025-07-14 02:07:44] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5 HTTP/1.1" 200 2321 0.006067 10.0.0.249 - - [2025-07-14 02:07:44] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5 HTTP/1.1" 200 2321 0.004585 10.0.0.249 - - [2025-07-14 02:07:44] "GET /routing-instance/48805484-df1a-4984-b1e0-6c7f64b8a4d3 HTTP/1.1" 200 1500 0.004096 10.0.0.249 - - [2025-07-14 02:07:44] "GET /routing-instance/48805484-df1a-4984-b1e0-6c7f64b8a4d3 HTTP/1.1" 200 1500 0.003219 10.0.0.249 - - [2025-07-14 02:07:44] "GET /route-target/bb837523-e8df-4914-85b3-9d758d5aae57 HTTP/1.1" 200 1216 0.002867 10.0.0.249 - - [2025-07-14 02:07:44] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5 HTTP/1.1" 200 2321 0.004442 10.0.0.249 - - [2025-07-14 02:07:44] "GET /routing-instance/48805484-df1a-4984-b1e0-6c7f64b8a4d3 HTTP/1.1" 200 1500 0.003297 10.0.0.249 - - [2025-07-14 02:07:44] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004884 10.0.0.249 - - [2025-07-14 02:07:44] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5 HTTP/1.1" 200 2321 0.004680 10.0.0.249 - - [2025-07-14 02:07:44] "GET /routing-instance/48805484-df1a-4984-b1e0-6c7f64b8a4d3 HTTP/1.1" 200 1500 0.002942 10.0.0.249 - - [2025-07-14 02:07:44] "GET /routing-instance/48805484-df1a-4984-b1e0-6c7f64b8a4d3 HTTP/1.1" 200 1500 0.003163 10.0.0.249 - - [2025-07-14 02:07:44] "GET /route-target/bb837523-e8df-4914-85b3-9d758d5aae57 HTTP/1.1" 200 1216 0.002502 10.0.0.249 - - [2025-07-14 02:07:44] "GET /domains HTTP/1.1" 200 281 0.002644 10.0.0.249 - - [2025-07-14 02:07:44] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.249 - - [2025-07-14 02:07:44] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2770 0.007401 10.0.0.249 - - [2025-07-14 02:07:44] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000978 10.0.0.249 - - [2025-07-14 02:07:44] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 2525 0.067442 10.0.0.249 - - [2025-07-14 02:07:44] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5 HTTP/1.1" 200 2321 0.004755 10.0.0.249 - - [2025-07-14 02:07:44] "GET /obj-perms HTTP/1.1" 200 5045 0.002635 10.0.0.249 - - [2025-07-14 02:07:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001387 10.0.0.249 - - [2025-07-14 02:07:44] "POST /neutron/network HTTP/1.1" 200 842 0.006212 10.0.0.249 - - [2025-07-14 02:07:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000619 10.0.0.249 - - [2025-07-14 02:07:44] "GET / HTTP/1.1" 200 36215 0.002728 10.0.0.249 - - [2025-07-14 02:07:44] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000361 10.0.0.249 - - [2025-07-14 02:07:45] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.249 - - [2025-07-14 02:07:45] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.054762 10.0.0.249 - - [2025-07-14 02:07:45] "POST /neutron/network HTTP/1.1" 200 832 0.006764 10.0.0.249 - - [2025-07-14 02:07:45] "POST /neutron/port HTTP/1.1" 200 117 0.004838 10.0.0.249 - - [2025-07-14 02:07:45] "POST /neutron/port HTTP/1.1" 200 117 0.004813 10.0.0.249 - - [2025-07-14 02:07:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001320 10.0.0.249 - - [2025-07-14 02:07:45] "POST /neutron/port HTTP/1.1" 200 117 0.005140 10.0.0.249 - - [2025-07-14 02:07:45] "POST /neutron/network HTTP/1.1" 200 842 0.006362 10.0.0.249 - - [2025-07-14 02:07:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000542 10.0.0.249 - - [2025-07-14 02:07:45] "POST /neutron/network HTTP/1.1" 200 842 0.005357 10.0.0.249 - - [2025-07-14 02:07:45] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001131 10.0.0.249 - - [2025-07-14 02:07:45] "GET / HTTP/1.1" 200 36215 0.001838 10.0.0.249 - - [2025-07-14 02:07:45] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000388 10.0.0.249 - - [2025-07-14 02:07:45] "POST /neutron/port HTTP/1.1" 200 1058 0.227201 10.0.0.249 - - [2025-07-14 02:07:45] "POST /neutron/port HTTP/1.1" 200 1058 0.008763 10.0.0.249 - - [2025-07-14 02:07:45] "POST /neutron/port HTTP/1.1" 200 1058 0.021076 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/port HTTP/1.1" 200 1112 0.094083 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/port HTTP/1.1" 200 1086 0.010442 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003048 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.009187 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/port HTTP/1.1" 200 117 0.001005 10.0.0.249 - - [2025-07-14 02:07:46] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002369 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/network HTTP/1.1" 200 832 0.007354 10.0.0.249 - - [2025-07-14 02:07:46] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.056941 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/network HTTP/1.1" 200 832 0.009408 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/port HTTP/1.1" 200 1086 0.015107 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007736 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/port HTTP/1.1" 200 117 0.005717 10.0.0.249 - - [2025-07-14 02:07:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.006093 10.0.0.249 - - [2025-07-14 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002839 10.0.0.249 - - [2025-07-14 02:07:46] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.249 - - [2025-07-14 02:07:46] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008516 10.0.0.249 - - [2025-07-14 02:07:46] "POST /service-templates HTTP/1.1" 200 545 0.034751 10.0.0.249 - - [2025-07-14 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002730 10.0.0.249 - - [2025-07-14 02:07:46] "GET /service-template/45404ea0-d159-480e-8be0-20eed195ea58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004491 10.0.0.249 - - [2025-07-14 02:07:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005112 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/network HTTP/1.1" 200 842 0.009863 10.0.0.249 - - [2025-07-14 02:07:46] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.249 - - [2025-07-14 02:07:46] "GET /service-template/45404ea0-d159-480e-8be0-20eed195ea58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.007746 10.0.0.249 - - [2025-07-14 02:07:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.003069 10.0.0.249 - - [2025-07-14 02:07:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001084 10.0.0.249 - - [2025-07-14 02:07:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001216 10.0.0.249 - - [2025-07-14 02:07:46] "POST /neutron/port HTTP/1.1" 200 1056 0.222638 10.0.0.249 - - [2025-07-14 02:07:47] "POST /neutron/port HTTP/1.1" 200 1056 0.017426 10.0.0.249 - - [2025-07-14 02:07:47] "POST /neutron/port HTTP/1.1" 200 1056 0.020920 10.0.0.249 - - [2025-07-14 02:07:47] "POST /neutron/port HTTP/1.1" 200 2000 0.020133 10.0.0.249 - - [2025-07-14 02:07:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005777 10.0.0.249 - - [2025-07-14 02:07:47] "POST /neutron/port HTTP/1.1" 200 1110 0.120013 10.0.0.249 - - [2025-07-14 02:07:47] "POST /neutron/port HTTP/1.1" 200 1084 0.017790 10.0.0.249 - - [2025-07-14 02:07:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005080 10.0.0.249 - - [2025-07-14 02:07:47] "POST /neutron/subnet HTTP/1.1" 200 689 0.011034 10.0.0.249 - - [2025-07-14 02:07:47] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.249 - - [2025-07-14 02:07:47] "POST /neutron/network HTTP/1.1" 200 832 0.005850 10.0.0.249 - - [2025-07-14 02:07:47] "POST /neutron/network HTTP/1.1" 200 2221 0.013627 10.0.0.249 - - [2025-07-14 02:07:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000422 10.0.0.249 - - [2025-07-14 02:07:48] "GET / HTTP/1.1" 200 36215 0.001571 10.0.0.249 - - [2025-07-14 02:07:48] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000367 10.0.0.249 - - [2025-07-14 02:07:48] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.249 - - [2025-07-14 02:07:48] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.062048 10.0.0.249 - - [2025-07-14 02:07:48] "POST /neutron/network HTTP/1.1" 200 832 0.005644 10.0.0.249 - - [2025-07-14 02:07:48] "POST /neutron/network HTTP/1.1" 200 832 0.005867 10.0.0.249 - - [2025-07-14 02:07:48] "POST /neutron/network HTTP/1.1" 200 832 0.005637 10.0.0.249 - - [2025-07-14 02:07:48] "POST /neutron/port HTTP/1.1" 200 2054 0.020036 10.0.0.249 - - [2025-07-14 02:07:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013628 10.0.0.249 - - [2025-07-14 02:07:48] "POST /neutron/port HTTP/1.1" 200 117 0.008512 10.0.0.249 - - [2025-07-14 02:07:48] "POST /neutron/port HTTP/1.1" 200 117 0.005423 10.0.0.249 - - [2025-07-14 02:07:49] "POST /neutron/network HTTP/1.1" 200 2221 0.012079 10.0.0.249 - - [2025-07-14 02:07:49] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001077 10.0.0.249 - - [2025-07-14 02:07:49] "POST /neutron/port HTTP/1.1" 200 1058 0.274274 10.0.0.249 - - [2025-07-14 02:07:49] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001523 10.0.0.249 - - [2025-07-14 02:07:49] "POST /neutron/port HTTP/1.1" 200 1058 0.236764 10.0.0.249 - - [2025-07-14 02:07:49] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001039 10.0.0.249 - - [2025-07-14 02:07:49] "POST /neutron/port HTTP/1.1" 200 1056 0.233803 10.0.0.249 - - [2025-07-14 02:07:49] "POST /neutron/port HTTP/1.1" 200 1058 0.011224 10.0.0.249 - - [2025-07-14 02:07:49] "POST /neutron/port HTTP/1.1" 200 1058 0.008101 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/port HTTP/1.1" 200 1112 0.083408 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/port HTTP/1.1" 200 1058 0.011272 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/port HTTP/1.1" 200 1058 0.014147 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/port HTTP/1.1" 200 1112 0.079846 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/port HTTP/1.1" 200 1056 0.009737 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/port HTTP/1.1" 200 1056 0.008186 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/port HTTP/1.1" 200 1110 0.074616 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/port HTTP/1.1" 200 3023 0.014133 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004792 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.006157 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/port HTTP/1.1" 200 117 0.001105 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/network HTTP/1.1" 200 832 0.004843 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002617 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/subnet HTTP/1.1" 200 698 0.006178 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/port HTTP/1.1" 200 117 0.001115 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/network HTTP/1.1" 200 832 0.005069 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003008 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/subnet HTTP/1.1" 200 689 0.006605 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/port HTTP/1.1" 200 117 0.001142 10.0.0.249 - - [2025-07-14 02:07:50] "POST /neutron/network HTTP/1.1" 200 832 0.005292 10.0.0.249 - - [2025-07-14 02:07:53] "POST /neutron/port HTTP/1.1" 200 3023 0.020148 10.0.0.249 - - [2025-07-14 02:07:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006851 10.0.0.249 - - [2025-07-14 02:07:53] "POST /neutron/port HTTP/1.1" 200 3023 0.017609 10.0.0.249 - - [2025-07-14 02:07:53] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006076 10.0.0.249 - - [2025-07-14 02:07:54] "POST /neutron/port HTTP/1.1" 200 3023 0.015765 10.0.0.249 - - [2025-07-14 02:07:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006111 10.0.0.249 - - [2025-07-14 02:07:54] "POST /neutron/port HTTP/1.1" 200 3023 0.014680 10.0.0.249 - - [2025-07-14 02:07:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006583 10.0.0.249 - - [2025-07-14 02:07:54] "POST /neutron/port HTTP/1.1" 200 3023 0.016231 10.0.0.249 - - [2025-07-14 02:07:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005997 10.0.0.249 - - [2025-07-14 02:07:54] "GET /virtual-machine/0823dc82-9d8a-4744-80a0-46be20d5a461 HTTP/1.1" 200 1804 0.006341 10.0.0.249 - - [2025-07-14 02:07:54] "GET /virtual-machine-interface/be684848-a1ac-4d63-a2c2-8ce16946ff26 HTTP/1.1" 200 2954 0.004503 10.0.0.249 - - [2025-07-14 02:07:54] "GET /virtual-machine-interface/d6623087-0c50-4d29-bb61-4af1fdd2d9dd HTTP/1.1" 200 2957 0.004617 10.0.0.249 - - [2025-07-14 02:07:54] "GET /virtual-machine-interface/fed72052-ad2c-475b-8eb3-b5a89bbb2831 HTTP/1.1" 200 2954 0.004675 10.0.0.249 - - [2025-07-14 02:07:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.249 - - [2025-07-14 02:07:54] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003311 10.0.0.249 - - [2025-07-14 02:07:54] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003051 10.0.0.249 - - [2025-07-14 02:07:54] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005849 10.0.0.249 - - [2025-07-14 02:07:54] "POST /neutron/port HTTP/1.1" 200 1086 0.010403 10.0.0.249 - - [2025-07-14 02:07:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005240 10.0.0.249 - - [2025-07-14 02:07:56] "POST /neutron/port HTTP/1.1" 200 1084 0.014667 10.0.0.249 - - [2025-07-14 02:07:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.025536 10.0.0.249 - - [2025-07-14 02:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.249 - - [2025-07-14 02:07:57] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004579 10.0.0.249 - - [2025-07-14 02:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.249 - - [2025-07-14 02:08:01] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006373 10.0.0.249 - - [2025-07-14 02:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.249 - - [2025-07-14 02:08:05] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004917 10.0.0.249 - - [2025-07-14 02:08:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002915 10.0.0.249 - - [2025-07-14 02:08:09] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002870 10.0.0.249 - - [2025-07-14 02:08:10] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003263 10.0.0.249 - - [2025-07-14 02:08:10] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005419 10.0.0.249 - - [2025-07-14 02:08:10] "POST /neutron/port HTTP/1.1" 200 3023 0.016243 10.0.0.249 - - [2025-07-14 02:08:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006661 10.0.0.249 - - [2025-07-14 02:08:13] "DELETE /project/3edb1c2c370d4612be72c4827c4e4bd6 HTTP/1.1" 404 173 0.006562 10.0.0.249 - - [2025-07-14 02:08:13] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001416 10.0.0.249 - - [2025-07-14 02:08:13] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.031366 10.0.0.249 - - [2025-07-14 02:08:13] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001017 10.0.0.249 - - [2025-07-14 02:08:13] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?fields=security_groups HTTP/1.1" 200 1369 0.083390 10.0.0.249 - - [2025-07-14 02:08:13] "DELETE /security-group/7022db72-f755-40b3-9dbd-d0c4c599124e HTTP/1.1" 200 115 0.037127 10.0.0.249 - - [2025-07-14 02:08:13] "GET /projects?obj_uuids=4db10916-76f2-44f4-a627-4adb3599a505&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000991 10.0.0.249 - - [2025-07-14 02:08:13] "DELETE /access-control-list/ae2ed304-d4a5-4574-8c9f-309e6b0c0d80 HTTP/1.1" 200 115 0.031271 10.0.0.249 - - [2025-07-14 02:08:13] "GET /project/4db10916-76f2-44f4-a627-4adb3599a505?fields=application_policy_sets HTTP/1.1" 200 1408 0.025411 10.0.0.249 - - [2025-07-14 02:08:13] "DELETE /access-control-list/0eed75f5-0f94-4571-9e83-d5d862bf1c37 HTTP/1.1" 200 115 0.021298 10.0.0.249 - - [2025-07-14 02:08:13] "DELETE /project/4db10916-76f2-44f4-a627-4adb3599a505 HTTP/1.1" 200 115 0.340141 10.0.0.249 - - [2025-07-14 02:08:15] "POST /neutron/port HTTP/1.1" 200 3023 0.016509 10.0.0.249 - - [2025-07-14 02:08:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006171 10.0.0.249 - - [2025-07-14 02:08:17] "GET /obj-perms HTTP/1.1" 200 5075 0.047904 10.0.0.249 - - [2025-07-14 02:08:18] "GET /obj-perms HTTP/1.1" 200 5075 0.053495 10.0.0.249 - - [2025-07-14 02:08:20] "POST /neutron/port HTTP/1.1" 200 3023 0.024520 10.0.0.249 - - [2025-07-14 02:08:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004986 10.0.0.249 - - [2025-07-14 02:08:20] "POST /neutron/port HTTP/1.1" 200 3023 0.014396 10.0.0.249 - - [2025-07-14 02:08:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006983 10.0.0.249 - - [2025-07-14 02:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.249 - - [2025-07-14 02:08:25] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003073 10.0.0.249 - - [2025-07-14 02:08:25] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003183 10.0.0.249 - - [2025-07-14 02:08:25] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005102 10.0.0.249 - - [2025-07-14 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.249 - - [2025-07-14 02:08:26] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004244 10.0.0.249 - - [2025-07-14 02:08:26] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002989 10.0.0.249 - - [2025-07-14 02:08:26] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005093 10.0.0.249 - - [2025-07-14 02:08:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.002953 10.0.0.249 - - [2025-07-14 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.249 - - [2025-07-14 02:08:26] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001036 10.0.0.249 - - [2025-07-14 02:08:26] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.035454 10.0.0.249 - - [2025-07-14 02:08:26] "POST /service-instances HTTP/1.1" 200 545 0.064061 10.0.0.249 - - [2025-07-14 02:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003509 10.0.0.249 - - [2025-07-14 02:08:26] "GET /service-instance/558ecd94-687a-4c92-9e82-32f705f6eaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005898 10.0.0.249 - - [2025-07-14 02:08:26] "POST /port-tuples HTTP/1.1" 200 588 0.026756 10.0.0.249 - - [2025-07-14 02:08:26] "GET /virtual-machine-interface/fed72052-ad2c-475b-8eb3-b5a89bbb2831?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.005191 10.0.0.249 - - [2025-07-14 02:08:26] "PUT /virtual-machine-interface/fed72052-ad2c-475b-8eb3-b5a89bbb2831 HTTP/1.1" 200 285 0.010613 10.0.0.249 - - [2025-07-14 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.011571 10.0.0.249 - - [2025-07-14 02:08:26] "POST /instance-ips HTTP/1.1" 200 386 0.029576 10.0.0.249 - - [2025-07-14 02:08:26] "GET /virtual-machine-interface/be684848-a1ac-4d63-a2c2-8ce16946ff26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.010562 10.0.0.249 - - [2025-07-14 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.018595 10.0.0.249 - - [2025-07-14 02:08:26] "PUT /virtual-machine-interface/be684848-a1ac-4d63-a2c2-8ce16946ff26 HTTP/1.1" 200 285 0.013831 10.0.0.249 - - [2025-07-14 02:08:26] "POST /ref-update HTTP/1.1" 200 156 0.012357 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003452 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.009708 10.0.0.249 - - [2025-07-14 02:08:27] "GET /virtual-machine-interface/d6623087-0c50-4d29-bb61-4af1fdd2d9dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2735 0.005487 10.0.0.249 - - [2025-07-14 02:08:27] "POST /instance-ips HTTP/1.1" 200 386 0.028492 10.0.0.249 - - [2025-07-14 02:08:27] "PUT /virtual-machine-interface/d6623087-0c50-4d29-bb61-4af1fdd2d9dd HTTP/1.1" 200 285 0.010533 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.010350 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.009222 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.008862 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004219 10.0.0.249 - - [2025-07-14 02:08:27] "POST /neutron/port HTTP/1.1" 200 1086 0.012281 10.0.0.249 - - [2025-07-14 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005709 10.0.0.249 - - [2025-07-14 02:08:27] "POST /instance-ips HTTP/1.1" 200 374 0.020076 10.0.0.249 - - [2025-07-14 02:08:27] "POST /neutron/port HTTP/1.1" 200 1086 0.019848 10.0.0.249 - - [2025-07-14 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006025 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.009164 10.0.0.249 - - [2025-07-14 02:08:27] "POST /neutron/port HTTP/1.1" 200 1086 0.010837 10.0.0.249 - - [2025-07-14 02:08:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006021 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.010509 10.0.0.249 - - [2025-07-14 02:08:27] "GET /virtual-machine/1d82c15b-8366-4aac-b936-2ceed2b253ee HTTP/1.1" 200 1292 0.008079 10.0.0.249 - - [2025-07-14 02:08:27] "GET /virtual-machine-interface/ec1ad1a4-c30c-4d83-b39c-4cd442ffc1d3 HTTP/1.1" 200 2954 0.004884 10.0.0.249 - - [2025-07-14 02:08:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003489 10.0.0.249 - - [2025-07-14 02:08:27] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004083 10.0.0.249 - - [2025-07-14 02:08:27] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002858 10.0.0.249 - - [2025-07-14 02:08:27] "POST /instance-ips HTTP/1.1" 200 374 0.015804 10.0.0.249 - - [2025-07-14 02:08:27] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005545 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.008160 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.008772 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003023 10.0.0.249 - - [2025-07-14 02:08:27] "POST /instance-ips HTTP/1.1" 200 376 0.015626 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.008230 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-update HTTP/1.1" 200 156 0.008419 10.0.0.249 - - [2025-07-14 02:08:27] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002791 10.0.0.249 - - [2025-07-14 02:08:28] "POST /instance-ips HTTP/1.1" 200 376 0.014680 10.0.0.249 - - [2025-07-14 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.008302 10.0.0.249 - - [2025-07-14 02:08:28] "POST /ref-update HTTP/1.1" 200 156 0.008794 10.0.0.249 - - [2025-07-14 02:08:28] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003721 10.0.0.249 - - [2025-07-14 02:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.249 - - [2025-07-14 02:08:28] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002984 10.0.0.249 - - [2025-07-14 02:08:28] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003335 10.0.0.249 - - [2025-07-14 02:08:28] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006094 10.0.0.249 - - [2025-07-14 02:08:29] "POST /neutron/port HTTP/1.1" 200 1084 0.011504 10.0.0.249 - - [2025-07-14 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005803 10.0.0.249 - - [2025-07-14 02:08:29] "POST /neutron/port HTTP/1.1" 200 1084 0.010921 10.0.0.249 - - [2025-07-14 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005764 10.0.0.249 - - [2025-07-14 02:08:29] "POST /neutron/port HTTP/1.1" 200 1084 0.010810 10.0.0.249 - - [2025-07-14 02:08:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005944 10.0.0.249 - - [2025-07-14 02:08:29] "GET /virtual-machine/6d22ec1f-a156-4fb5-bb25-f2a354624b3e HTTP/1.1" 200 1292 0.004349 10.0.0.249 - - [2025-07-14 02:08:29] "GET /virtual-machine-interface/ee999668-5825-4be0-a740-22d946e3c6ad HTTP/1.1" 200 2957 0.004706 10.0.0.249 - - [2025-07-14 02:08:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.249 - - [2025-07-14 02:08:29] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002948 10.0.0.249 - - [2025-07-14 02:08:29] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003044 10.0.0.249 - - [2025-07-14 02:08:29] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005671 10.0.0.249 - - [2025-07-14 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.249 - - [2025-07-14 02:08:30] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003051 10.0.0.249 - - [2025-07-14 02:08:30] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002783 10.0.0.249 - - [2025-07-14 02:08:30] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005306 10.0.0.249 - - [2025-07-14 02:08:30] "POST /fqname-to-id HTTP/1.1" 404 211 0.003232 10.0.0.249 - - [2025-07-14 02:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.249 - - [2025-07-14 02:08:30] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001095 10.0.0.249 - - [2025-07-14 02:08:30] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023967 10.0.0.249 - - [2025-07-14 02:08:30] "POST /network-policys HTTP/1.1" 200 549 0.019302 10.0.0.249 - - [2025-07-14 02:08:31] "GET /network-policy/900fe699-12cf-4632-b89d-199e9737a944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.005639 10.0.0.249 - - [2025-07-14 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.249 - - [2025-07-14 02:08:31] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007109 10.0.0.249 - - [2025-07-14 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.249 - - [2025-07-14 02:08:31] "GET /network-policy/900fe699-12cf-4632-b89d-199e9737a944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.004404 10.0.0.249 - - [2025-07-14 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.005955 10.0.0.249 - - [2025-07-14 02:08:31] "POST /ref-update HTTP/1.1" 200 156 0.033928 10.0.0.249 - - [2025-07-14 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.249 - - [2025-07-14 02:08:31] "POST /access-control-lists HTTP/1.1" 200 603 0.065244 10.0.0.249 - - [2025-07-14 02:08:31] "GET /network-policy/900fe699-12cf-4632-b89d-199e9737a944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003670 10.0.0.249 - - [2025-07-14 02:08:31] "POST /neutron/network HTTP/1.1" 200 920 0.006381 10.0.0.249 - - [2025-07-14 02:08:31] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004463 10.0.0.249 - - [2025-07-14 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.249 - - [2025-07-14 02:08:31] "GET /network-policy/900fe699-12cf-4632-b89d-199e9737a944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003527 10.0.0.249 - - [2025-07-14 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003147 10.0.0.249 - - [2025-07-14 02:08:31] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006116 10.0.0.249 - - [2025-07-14 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002746 10.0.0.249 - - [2025-07-14 02:08:31] "GET /network-policy/900fe699-12cf-4632-b89d-199e9737a944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003369 10.0.0.249 - - [2025-07-14 02:08:31] "POST /ref-update HTTP/1.1" 200 156 0.031906 10.0.0.249 - - [2025-07-14 02:08:31] "PUT /access-control-list/29246c90-d7bb-4189-9a11-c21555dadf01 HTTP/1.1" 200 273 0.014348 10.0.0.249 - - [2025-07-14 02:08:31] "POST /fqname-to-id HTTP/1.1" 404 244 0.004105 10.0.0.249 - - [2025-07-14 02:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.249 - - [2025-07-14 02:08:31] "GET /network-policy/900fe699-12cf-4632-b89d-199e9737a944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.023871 10.0.0.249 - - [2025-07-14 02:08:31] "POST /access-control-lists HTTP/1.1" 200 606 0.061649 10.0.0.249 - - [2025-07-14 02:08:32] "POST /neutron/network HTTP/1.1" 200 920 0.010569 10.0.0.249 - - [2025-07-14 02:08:32] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.004923 10.0.0.249 - - [2025-07-14 02:08:32] "POST /routing-instances HTTP/1.1" 200 761 0.025979 10.0.0.249 - - [2025-07-14 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002858 10.0.0.249 - - [2025-07-14 02:08:32] "POST /route-targets HTTP/1.1" 200 328 0.008777 10.0.0.249 - - [2025-07-14 02:08:32] "GET /network-policy/900fe699-12cf-4632-b89d-199e9737a944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003756 10.0.0.249 - - [2025-07-14 02:08:32] "POST /ref-update HTTP/1.1" 200 156 0.010722 10.0.0.249 - - [2025-07-14 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.249 - - [2025-07-14 02:08:32] "GET /routing-instance/291f53bb-89e9-46a9-8b43-db8ba38198e9?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1279 0.004006 10.0.0.249 - - [2025-07-14 02:08:32] "GET /service-template/45404ea0-d159-480e-8be0-20eed195ea58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003098 10.0.0.249 - - [2025-07-14 02:08:32] "GET /routing-instance/291f53bb-89e9-46a9-8b43-db8ba38198e9?fields=routing_policy_back_refs HTTP/1.1" 200 1279 0.004618 10.0.0.249 - - [2025-07-14 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003142 10.0.0.249 - - [2025-07-14 02:08:32] "POST /ref-update HTTP/1.1" 200 156 0.010080 10.0.0.249 - - [2025-07-14 02:08:32] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001240 10.0.0.249 - - [2025-07-14 02:08:32] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027143 10.0.0.249 - - [2025-07-14 02:08:32] "POST /routing-instances HTTP/1.1" 200 762 0.019597 10.0.0.249 - - [2025-07-14 02:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.249 - - [2025-07-14 02:08:32] "POST /route-targets HTTP/1.1" 200 328 0.010422 10.0.0.249 - - [2025-07-14 02:08:32] "GET /service-instance/558ecd94-687a-4c92-9e82-32f705f6eaa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.004732 10.0.0.249 - - [2025-07-14 02:08:32] "POST /ref-update HTTP/1.1" 200 156 0.012524 10.0.0.249 - - [2025-07-14 02:08:32] "GET /domains HTTP/1.1" 200 281 0.004648 10.0.0.249 - - [2025-07-14 02:08:32] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.249 - - [2025-07-14 02:08:32] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2782 0.008981 10.0.0.249 - - [2025-07-14 02:08:32] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001292 10.0.0.249 - - [2025-07-14 02:08:32] "GET /routing-instance/9b01192d-574b-40f8-9e28-9eee3d51ddb1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1281 0.004613 10.0.0.249 - - [2025-07-14 02:08:32] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 4248 0.064213 10.0.0.249 - - [2025-07-14 02:08:32] "GET /routing-instance/9b01192d-574b-40f8-9e28-9eee3d51ddb1?fields=routing_policy_back_refs HTTP/1.1" 200 1281 0.002909 10.0.0.249 - - [2025-07-14 02:08:32] "GET /service-instance/558ecd94-687a-4c92-9e82-32f705f6eaa5 HTTP/1.1" 200 3793 0.008227 10.0.0.249 - - [2025-07-14 02:08:32] "GET /domains HTTP/1.1" 200 281 0.002978 10.0.0.249 - - [2025-07-14 02:08:32] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.249 - - [2025-07-14 02:08:32] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2782 0.007256 10.0.0.249 - - [2025-07-14 02:08:32] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.249 - - [2025-07-14 02:08:32] "PUT /routing-instance/291f53bb-89e9-46a9-8b43-db8ba38198e9 HTTP/1.1" 200 267 0.009518 10.0.0.249 - - [2025-07-14 02:08:32] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 4248 0.074227 10.0.0.249 - - [2025-07-14 02:08:32] "GET /service-instance/558ecd94-687a-4c92-9e82-32f705f6eaa5 HTTP/1.1" 200 3793 0.004276 10.0.0.249 - - [2025-07-14 02:08:32] "PUT /routing-instance/9b01192d-574b-40f8-9e28-9eee3d51ddb1 HTTP/1.1" 200 267 0.013959 10.0.0.249 - - [2025-07-14 02:08:32] "GET /port-tuple/5e1bada5-44ba-4511-90f0-812eb588f6dc HTTP/1.1" 200 1984 0.008300 10.0.0.249 - - [2025-07-14 02:08:32] "GET /virtual-machine-interface/be684848-a1ac-4d63-a2c2-8ce16946ff26 HTTP/1.1" 200 3809 0.006334 10.0.0.249 - - [2025-07-14 02:08:32] "GET /virtual-machine-interface/d6623087-0c50-4d29-bb61-4af1fdd2d9dd HTTP/1.1" 200 3815 0.005047 10.0.0.249 - - [2025-07-14 02:08:32] "GET /virtual-machine-interface/fed72052-ad2c-475b-8eb3-b5a89bbb2831 HTTP/1.1" 200 3827 0.005041 10.0.0.249 - - [2025-07-14 02:08:32] "POST /ref-update HTTP/1.1" 200 156 0.010060 10.0.0.249 - - [2025-07-14 02:08:32] "POST /neutron/port HTTP/1.1" 200 3830 0.040521 10.0.0.249 - - [2025-07-14 02:08:32] "PUT /access-control-list/5a16e9f3-1ebf-47fa-b6fa-6ac150282ddf HTTP/1.1" 200 273 0.011824 10.0.0.249 - - [2025-07-14 02:08:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006712 10.0.0.249 - - [2025-07-14 02:08:32] "POST /neutron/port HTTP/1.1" 200 3830 0.026666 10.0.0.249 - - [2025-07-14 02:08:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007276 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/port HTTP/1.1" 200 3830 0.026805 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007240 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/port HTTP/1.1" 200 3830 0.034323 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005716 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/network HTTP/1.1" 200 894 0.011732 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/network HTTP/1.1" 200 920 0.009002 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/network HTTP/1.1" 200 806 0.012470 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/network HTTP/1.1" 200 832 0.006138 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/network HTTP/1.1" 200 894 0.016655 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/network HTTP/1.1" 200 920 0.006254 10.0.0.249 - - [2025-07-14 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001202 10.0.0.249 - - [2025-07-14 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001081 10.0.0.249 - - [2025-07-14 02:08:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.002138 10.0.0.249 - - [2025-07-14 02:08:33] "GET /virtual-machine/0823dc82-9d8a-4744-80a0-46be20d5a461 HTTP/1.1" 200 1804 0.003678 10.0.0.249 - - [2025-07-14 02:08:33] "GET /virtual-machine-interface/be684848-a1ac-4d63-a2c2-8ce16946ff26 HTTP/1.1" 200 3809 0.005419 10.0.0.249 - - [2025-07-14 02:08:33] "GET /virtual-machine-interface/d6623087-0c50-4d29-bb61-4af1fdd2d9dd HTTP/1.1" 200 3815 0.005721 10.0.0.249 - - [2025-07-14 02:08:33] "GET /virtual-machine-interface/fed72052-ad2c-475b-8eb3-b5a89bbb2831 HTTP/1.1" 200 3827 0.004943 10.0.0.249 - - [2025-07-14 02:08:33] "GET /instance-ip/40289d54-3449-49d0-9d98-5a6afe3c8420 HTTP/1.1" 200 1960 0.003706 10.0.0.249 - - [2025-07-14 02:08:33] "GET /instance-ip/8396bcf8-e488-464d-872f-4a5ea9dace96 HTTP/1.1" 200 1957 0.003518 10.0.0.249 - - [2025-07-14 02:08:33] "GET /instance-ip/c968b17b-c36a-4214-8f2e-956f7c97a0ef HTTP/1.1" 200 1625 0.004666 10.0.0.249 - - [2025-07-14 02:08:33] "GET /instance-ip/443e03ab-10ed-4349-8988-442f38371d0f HTTP/1.1" 200 1622 0.006372 10.0.0.249 - - [2025-07-14 02:08:33] "GET /instance-ip/5d033814-6ba8-4c4e-a52c-b665b5f1e365 HTTP/1.1" 200 1962 0.003758 10.0.0.249 - - [2025-07-14 02:08:33] "GET /instance-ip/ee6a63a2-a993-48e1-877f-678e6e797280 HTTP/1.1" 200 1964 0.004609 10.0.0.249 - - [2025-07-14 02:08:33] "GET /instance-ip/6af16217-07f6-4c85-8b97-40400c98ab3b HTTP/1.1" 200 1982 0.003380 10.0.0.249 - - [2025-07-14 02:08:33] "GET /instance-ip/a8389a4d-b3fc-4581-a845-5be54402f851 HTTP/1.1" 200 1985 0.003657 10.0.0.249 - - [2025-07-14 02:08:33] "GET /instance-ip/c65ba3fc-b00b-4a45-8af9-43b08b628767 HTTP/1.1" 200 1625 0.004560 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/port HTTP/1.1" 200 3830 0.030091 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006031 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/port HTTP/1.1" 200 3830 0.036846 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006666 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/port HTTP/1.1" 200 3830 0.031503 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006234 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/port HTTP/1.1" 200 3830 0.028648 10.0.0.249 - - [2025-07-14 02:08:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005382 10.0.0.249 - - [2025-07-14 02:08:33] "GET /virtual-machine/0823dc82-9d8a-4744-80a0-46be20d5a461 HTTP/1.1" 200 1804 0.002912 10.0.0.249 - - [2025-07-14 02:08:33] "GET /virtual-machine-interface/be684848-a1ac-4d63-a2c2-8ce16946ff26 HTTP/1.1" 200 3809 0.004327 10.0.0.249 - - [2025-07-14 02:08:33] "GET /virtual-machine-interface/d6623087-0c50-4d29-bb61-4af1fdd2d9dd HTTP/1.1" 200 3815 0.005211 10.0.0.249 - - [2025-07-14 02:08:33] "GET /virtual-machine-interface/fed72052-ad2c-475b-8eb3-b5a89bbb2831 HTTP/1.1" 200 3827 0.006195 10.0.0.249 - - [2025-07-14 02:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002733 10.0.0.249 - - [2025-07-14 02:08:33] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002785 10.0.0.249 - - [2025-07-14 02:08:34] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002941 10.0.0.249 - - [2025-07-14 02:08:34] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006129 10.0.0.249 - - [2025-07-14 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.249 - - [2025-07-14 02:08:35] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003270 10.0.0.249 - - [2025-07-14 02:08:35] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003027 10.0.0.249 - - [2025-07-14 02:08:35] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005431 10.0.0.249 - - [2025-07-14 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002821 10.0.0.249 - - [2025-07-14 02:08:35] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003403 10.0.0.249 - - [2025-07-14 02:08:35] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002971 10.0.0.249 - - [2025-07-14 02:08:35] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005118 10.0.0.249 - - [2025-07-14 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002726 10.0.0.249 - - [2025-07-14 02:08:35] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003541 10.0.0.249 - - [2025-07-14 02:08:35] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003473 10.0.0.249 - - [2025-07-14 02:08:35] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.004971 10.0.0.249 - - [2025-07-14 02:08:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002667 10.0.0.249 - - [2025-07-14 02:08:35] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004560 10.0.0.249 - - [2025-07-14 02:08:35] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003236 10.0.0.249 - - [2025-07-14 02:08:35] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005315 10.0.0.249 - - [2025-07-14 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.249 - - [2025-07-14 02:08:36] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003324 10.0.0.249 - - [2025-07-14 02:08:36] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003276 10.0.0.249 - - [2025-07-14 02:08:36] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006648 10.0.0.249 - - [2025-07-14 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002998 10.0.0.249 - - [2025-07-14 02:08:36] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004531 10.0.0.249 - - [2025-07-14 02:08:36] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003747 10.0.0.249 - - [2025-07-14 02:08:36] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005524 10.0.0.249 - - [2025-07-14 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.249 - - [2025-07-14 02:08:36] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003778 10.0.0.249 - - [2025-07-14 02:08:36] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003213 10.0.0.249 - - [2025-07-14 02:08:36] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005556 10.0.0.249 - - [2025-07-14 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.249 - - [2025-07-14 02:08:36] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003644 10.0.0.249 - - [2025-07-14 02:08:36] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003111 10.0.0.249 - - [2025-07-14 02:08:36] "GET /virtual-network/9362c981-e2ae-4923-8642-6ea1e7560b02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005580 10.0.0.249 - - [2025-07-14 02:08:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.249 - - [2025-07-14 02:08:36] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003719 10.0.0.249 - - [2025-07-14 02:08:36] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003346 10.0.0.249 - - [2025-07-14 02:08:37] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006314 10.0.0.249 - - [2025-07-14 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.249 - - [2025-07-14 02:08:37] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003437 10.0.0.249 - - [2025-07-14 02:08:37] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003645 10.0.0.249 - - [2025-07-14 02:08:37] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005458 10.0.0.249 - - [2025-07-14 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002856 10.0.0.249 - - [2025-07-14 02:08:37] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003927 10.0.0.249 - - [2025-07-14 02:08:37] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003051 10.0.0.249 - - [2025-07-14 02:08:37] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005589 10.0.0.249 - - [2025-07-14 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003205 10.0.0.249 - - [2025-07-14 02:08:37] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003430 10.0.0.249 - - [2025-07-14 02:08:37] "GET /virtual-networks?parent_id=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002985 10.0.0.249 - - [2025-07-14 02:08:37] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005407 10.0.0.249 - - [2025-07-14 02:08:37] "GET /virtual-machine/0823dc82-9d8a-4744-80a0-46be20d5a461 HTTP/1.1" 200 1804 0.004770 10.0.0.249 - - [2025-07-14 02:08:37] "GET /domains HTTP/1.1" 200 281 0.002455 10.0.0.249 - - [2025-07-14 02:08:37] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.249 - - [2025-07-14 02:08:37] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2782 0.008382 10.0.0.249 - - [2025-07-14 02:08:37] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001026 10.0.0.249 - - [2025-07-14 02:08:37] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 4248 0.064168 10.0.0.249 - - [2025-07-14 02:08:37] "GET /service-instance/558ecd94-687a-4c92-9e82-32f705f6eaa5 HTTP/1.1" 200 3793 0.003745 10.0.0.249 - - [2025-07-14 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.249 - - [2025-07-14 02:08:37] "GET /routing-instance/dea7570e-1502-43ae-81cd-6d972584f73d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.003413 10.0.0.249 - - [2025-07-14 02:08:37] "GET /routing-instance/dea7570e-1502-43ae-81cd-6d972584f73d?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.005405 10.0.0.249 - - [2025-07-14 02:08:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.249 - - [2025-07-14 02:08:37] "GET /routing-instance/48805484-df1a-4984-b1e0-6c7f64b8a4d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004355 10.0.0.249 - - [2025-07-14 02:08:38] "GET /routing-instance/48805484-df1a-4984-b1e0-6c7f64b8a4d3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.005201 10.0.0.249 - - [2025-07-14 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.249 - - [2025-07-14 02:08:38] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007184 10.0.0.249 - - [2025-07-14 02:08:38] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?fields=routing_instances HTTP/1.1" 200 1687 0.008333 10.0.0.249 - - [2025-07-14 02:08:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.249 - - [2025-07-14 02:08:38] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005923 10.0.0.249 - - [2025-07-14 02:08:38] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?fields=routing_instances HTTP/1.1" 200 1691 0.007474 10.0.0.249 - - [2025-07-14 02:08:42] "POST /ref-update HTTP/1.1" 200 156 0.030482 10.0.0.249 - - [2025-07-14 02:08:42] "POST /neutron/network HTTP/1.1" 200 832 0.008568 10.0.0.249 - - [2025-07-14 02:08:42] "GET /virtual-network/7ef2025e-3d7a-45a4-84c6-2890cf15aea5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005202 10.0.0.249 - - [2025-07-14 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.249 - - [2025-07-14 02:08:42] "GET /network-policy/900fe699-12cf-4632-b89d-199e9737a944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.003736 10.0.0.249 - - [2025-07-14 02:08:42] "POST /ref-update HTTP/1.1" 200 156 0.028639 10.0.0.249 - - [2025-07-14 02:08:42] "POST /neutron/network HTTP/1.1" 200 832 0.006861 10.0.0.249 - - [2025-07-14 02:08:42] "GET /virtual-network/545b19a7-6afb-4b42-8eaa-699a988d4170?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005970 10.0.0.249 - - [2025-07-14 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.249 - - [2025-07-14 02:08:42] "GET /network-policy/900fe699-12cf-4632-b89d-199e9737a944?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2184 0.005476 10.0.0.249 - - [2025-07-14 02:08:42] "DELETE /network-policy/900fe699-12cf-4632-b89d-199e9737a944 HTTP/1.1" 200 115 0.020838 10.0.0.249 - - [2025-07-14 02:08:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.249 - - [2025-07-14 02:08:42] "DELETE /access-control-list/5a16e9f3-1ebf-47fa-b6fa-6ac150282ddf HTTP/1.1" 200 115 0.021183 10.0.0.249 - - [2025-07-14 02:08:42] "DELETE /service-instance/558ecd94-687a-4c92-9e82-32f705f6eaa5 HTTP/1.1" 200 115 0.054049 10.0.0.249 - - [2025-07-14 02:08:42] "GET /domains HTTP/1.1" 200 281 0.004007 10.0.0.249 - - [2025-07-14 02:08:42] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.249 - - [2025-07-14 02:08:42] "POST /ref-update HTTP/1.1" 200 156 0.015740 10.0.0.249 - - [2025-07-14 02:08:42] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2782 0.007623 10.0.0.249 - - [2025-07-14 02:08:42] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /instance-ip/a8389a4d-b3fc-4581-a845-5be54402f851 HTTP/1.1" 200 115 0.038531 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /routing-instance/291f53bb-89e9-46a9-8b43-db8ba38198e9 HTTP/1.1" 200 115 0.039299 10.0.0.249 - - [2025-07-14 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.249 - - [2025-07-14 02:08:43] "POST /ref-update HTTP/1.1" 200 156 0.019508 10.0.0.249 - - [2025-07-14 02:08:43] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 3772 0.079471 10.0.0.249 - - [2025-07-14 02:08:43] "GET /virtual-machine/0823dc82-9d8a-4744-80a0-46be20d5a461 HTTP/1.1" 200 1804 0.005277 10.0.0.249 - - [2025-07-14 02:08:43] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002172 10.0.0.249 - - [2025-07-14 02:08:43] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003502 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /route-target/7242dd8f-5466-4b42-9b52-aaead33d9254 HTTP/1.1" 200 115 0.016466 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /instance-ip/6af16217-07f6-4c85-8b97-40400c98ab3b HTTP/1.1" 200 115 0.022224 10.0.0.249 - - [2025-07-14 02:08:43] "POST /ref-update HTTP/1.1" 200 156 0.010398 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /routing-instance/9b01192d-574b-40f8-9e28-9eee3d51ddb1 HTTP/1.1" 200 115 0.037467 10.0.0.249 - - [2025-07-14 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.010486 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /instance-ip/ee6a63a2-a993-48e1-877f-678e6e797280 HTTP/1.1" 200 115 0.018846 10.0.0.249 - - [2025-07-14 02:08:43] "POST /ref-update HTTP/1.1" 200 156 0.011821 10.0.0.249 - - [2025-07-14 02:08:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /route-target/1f399b02-69c7-41e8-8ae6-3d3e7d6b86ed HTTP/1.1" 200 115 0.038524 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /service-template/45404ea0-d159-480e-8be0-20eed195ea58 HTTP/1.1" 200 115 0.058306 10.0.0.249 - - [2025-07-14 02:08:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.002842 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /instance-ip/5d033814-6ba8-4c4e-a52c-b665b5f1e365 HTTP/1.1" 200 115 0.045970 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /access-control-list/29246c90-d7bb-4189-9a11-c21555dadf01 HTTP/1.1" 200 115 0.051767 10.0.0.249 - - [2025-07-14 02:08:43] "POST /ref-update HTTP/1.1" 200 156 0.017266 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /instance-ip/40289d54-3449-49d0-9d98-5a6afe3c8420 HTTP/1.1" 200 115 0.032101 10.0.0.249 - - [2025-07-14 02:08:43] "POST /ref-update HTTP/1.1" 200 156 0.011564 10.0.0.249 - - [2025-07-14 02:08:43] "DELETE /instance-ip/8396bcf8-e488-464d-872f-4a5ea9dace96 HTTP/1.1" 200 115 0.032603 10.0.0.249 - - [2025-07-14 02:08:43] "POST /neutron/network HTTP/1.1" 200 832 0.009478 10.0.0.249 - - [2025-07-14 02:08:43] "POST /neutron/network HTTP/1.1" 400 204 0.011045 10.0.0.249 - - [2025-07-14 02:08:43] "POST /neutron/port HTTP/1.1" 200 1084 0.010407 10.0.0.249 - - [2025-07-14 02:08:43] "POST /neutron/port HTTP/1.1" 200 1110 0.010213 10.0.0.249 - - [2025-07-14 02:08:44] "POST /neutron/port HTTP/1.1" 200 1086 0.017081 10.0.0.249 - - [2025-07-14 02:08:44] "POST /neutron/port HTTP/1.1" 200 1112 0.009161 10.0.0.249 - - [2025-07-14 02:08:44] "POST /neutron/port HTTP/1.1" 200 151 0.131639 10.0.0.249 - - [2025-07-14 02:08:44] "POST /neutron/port HTTP/1.1" 200 151 0.172133 10.0.0.249 - - [2025-07-14 02:08:44] "POST /neutron/port HTTP/1.1" 200 3023 0.044583 10.0.0.249 - - [2025-07-14 02:08:44] "POST /neutron/port HTTP/1.1" 200 1112 0.009222 10.0.0.249 - - [2025-07-14 02:08:44] "POST /neutron/port HTTP/1.1" 200 151 0.112267 10.0.0.249 - - [2025-07-14 02:08:44] "POST /neutron/port HTTP/1.1" 200 1110 0.010801 10.0.0.249 - - [2025-07-14 02:08:44] "POST /neutron/port HTTP/1.1" 200 151 0.101186 10.0.0.249 - - [2025-07-14 02:08:44] "POST /neutron/port HTTP/1.1" 200 1112 0.008935 10.0.0.249 - - [2025-07-14 02:08:44] "POST /neutron/port HTTP/1.1" 200 151 0.124221 10.0.0.249 - - [2025-07-14 02:08:45] "POST /neutron/network HTTP/1.1" 200 832 0.005406 10.0.0.249 - - [2025-07-14 02:08:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003312 10.0.0.249 - - [2025-07-14 02:08:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003958 10.0.0.249 - - [2025-07-14 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.249 - - [2025-07-14 02:08:45] "POST /neutron/network HTTP/1.1" 200 151 0.087732 10.0.0.249 - - [2025-07-14 02:08:45] "GET /routing-instance/48805484-df1a-4984-b1e0-6c7f64b8a4d3 HTTP/1.1" 404 171 0.001772 10.0.0.249 - - [2025-07-14 02:08:45] "GET /domains HTTP/1.1" 200 281 0.007614 10.0.0.249 - - [2025-07-14 02:08:45] "DELETE /route-target/bb837523-e8df-4914-85b3-9d758d5aae57 HTTP/1.1" 200 115 0.023966 10.0.0.249 - - [2025-07-14 02:08:45] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001544 10.0.0.249 - - [2025-07-14 02:08:45] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2581 0.054644 10.0.0.249 - - [2025-07-14 02:08:45] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001696 10.0.0.249 - - [2025-07-14 02:08:45] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 2305 0.075645 10.0.0.249 - - [2025-07-14 02:08:45] "POST /neutron/network HTTP/1.1" 200 832 0.005569 10.0.0.249 - - [2025-07-14 02:08:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003759 10.0.0.249 - - [2025-07-14 02:08:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001713 10.0.0.249 - - [2025-07-14 02:08:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.249 - - [2025-07-14 02:08:45] "POST /neutron/network HTTP/1.1" 200 151 0.083725 10.0.0.249 - - [2025-07-14 02:08:45] "GET /routing-instance/dea7570e-1502-43ae-81cd-6d972584f73d HTTP/1.1" 404 171 0.001963 10.0.0.249 - - [2025-07-14 02:08:45] "GET /domains HTTP/1.1" 200 281 0.003539 10.0.0.249 - - [2025-07-14 02:08:45] "DELETE /route-target/262551c0-72e7-4d01-849f-71ef4c04bcf1 HTTP/1.1" 200 115 0.017654 10.0.0.249 - - [2025-07-14 02:08:45] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000933 10.0.0.249 - - [2025-07-14 02:08:46] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2581 0.048750 10.0.0.249 - - [2025-07-14 02:08:46] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001580 10.0.0.249 - - [2025-07-14 02:08:46] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 2086 0.070773 10.0.0.249 - - [2025-07-14 02:08:46] "POST /neutron/network HTTP/1.1" 200 832 0.005870 10.0.0.249 - - [2025-07-14 02:08:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005106 10.0.0.249 - - [2025-07-14 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.003545 10.0.0.249 - - [2025-07-14 02:08:46] "POST /useragent-kv HTTP/1.1" 200 115 0.002028 10.0.0.249 - - [2025-07-14 02:08:46] "POST /neutron/network HTTP/1.1" 200 151 0.090395 10.0.0.249 - - [2025-07-14 02:08:46] "DELETE /route-target/70c82e9a-783f-432f-8673-300fa8364c28 HTTP/1.1" 200 115 0.017334 10.0.0.249 - - [2025-07-14 02:08:46] "GET /routing-instance/3fb96127-81c5-4515-b951-244efad1da38 HTTP/1.1" 404 171 0.003189 10.0.0.249 - - [2025-07-14 02:08:46] "GET /domains HTTP/1.1" 200 281 0.002397 10.0.0.249 - - [2025-07-14 02:08:46] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001395 10.0.0.249 - - [2025-07-14 02:08:46] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2581 0.049528 10.0.0.249 - - [2025-07-14 02:08:46] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001521 10.0.0.249 - - [2025-07-14 02:08:46] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 1845 0.066842 10.0.0.249 - - [2025-07-14 02:08:46] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001051 10.0.0.249 - - [2025-07-14 02:08:46] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.025746 10.0.0.249 - - [2025-07-14 02:08:46] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000968 10.0.0.249 - - [2025-07-14 02:08:46] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?fields=virtual_networks HTTP/1.1" 200 1030 0.066861 10.0.0.249 - - [2025-07-14 02:08:46] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001003 10.0.0.249 - - [2025-07-14 02:08:46] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.022491 10.0.0.249 - - [2025-07-14 02:08:46] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001024 10.0.0.249 - - [2025-07-14 02:08:46] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?fields=security_groups HTTP/1.1" 200 1255 0.027468 10.0.0.249 - - [2025-07-14 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.029602 10.0.0.249 - - [2025-07-14 02:08:47] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002739 10.0.0.249 - - [2025-07-14 02:08:47] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001297 10.0.0.249 - - [2025-07-14 02:08:47] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009731 10.0.0.249 - - [2025-07-14 02:08:47] "POST /id-to-fqname HTTP/1.1" 200 191 0.001353 10.0.0.249 - - [2025-07-14 02:08:47] "POST /fqname-to-id HTTP/1.1" 404 200 0.003676 10.0.0.249 - - [2025-07-14 02:08:47] "POST /security-groups HTTP/1.1" 200 592 0.059828 10.0.0.249 - - [2025-07-14 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 235 0.009094 10.0.0.249 - - [2025-07-14 02:08:48] "POST /projects HTTP/1.1" 200 587 0.216115 10.0.0.249 - - [2025-07-14 02:08:48] "POST /access-control-lists HTTP/1.1" 200 599 0.056157 10.0.0.249 - - [2025-07-14 02:08:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.288213 10.0.0.249 - - [2025-07-14 02:08:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.002683 10.0.0.249 - - [2025-07-14 02:08:48] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.415226 10.0.0.249 - - [2025-07-14 02:08:48] "POST /access-control-lists HTTP/1.1" 200 597 0.060125 10.0.0.249 - - [2025-07-14 02:08:49] "GET / HTTP/1.1" 200 36215 0.001819 10.0.0.249 - - [2025-07-14 02:08:50] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000466 10.0.0.249 - - [2025-07-14 02:08:50] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001269 10.0.0.249 - - [2025-07-14 02:08:50] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.053044 10.0.0.249 - - [2025-07-14 02:08:50] "POST /fqname-to-id HTTP/1.1" 404 180 0.002673 10.0.0.249 - - [2025-07-14 02:08:50] "POST /virtual-DNSs HTTP/1.1" 200 509 0.021308 10.0.0.249 - - [2025-07-14 02:08:50] "GET /virtual-DNS/5e6fd69d-d467-409a-9bcb-19fd60e87ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004642 10.0.0.249 - - [2025-07-14 02:08:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003196 10.0.0.249 - - [2025-07-14 02:08:50] "GET /virtual-DNS/5e6fd69d-d467-409a-9bcb-19fd60e87ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.004807 10.0.0.249 - - [2025-07-14 02:08:50] "GET /domains HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2025-07-14 02:08:51] "GET /domains HTTP/1.1" 200 281 0.033445 10.0.0.249 - - [2025-07-14 02:08:51] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000994 10.0.0.249 - - [2025-07-14 02:08:51] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2970 0.007827 10.0.0.249 - - [2025-07-14 02:08:51] "GET /virtual-DNS/5e6fd69d-d467-409a-9bcb-19fd60e87ff2 HTTP/1.1" 200 1440 0.003729 10.0.0.249 - - [2025-07-14 02:08:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002061 10.0.0.249 - - [2025-07-14 02:08:51] "POST /network-ipams HTTP/1.1" 200 516 0.018639 10.0.0.249 - - [2025-07-14 02:08:51] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.003680 10.0.0.249 - - [2025-07-14 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.249 - - [2025-07-14 02:08:51] "GET /network-ipam/a2ade0d2-d55d-4286-a7bb-fee84f001dde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.004635 10.0.0.249 - - [2025-07-14 02:08:51] "PUT /network-ipam/a2ade0d2-d55d-4286-a7bb-fee84f001dde HTTP/1.1" 200 259 0.010449 10.0.0.249 - - [2025-07-14 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.010021 10.0.0.249 - - [2025-07-14 02:08:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.249 - - [2025-07-14 02:08:51] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002003 10.0.0.249 - - [2025-07-14 02:08:51] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.037948 10.0.0.249 - - [2025-07-14 02:08:51] "POST /neutron/network HTTP/1.1" 200 117 0.028595 10.0.0.249 - - [2025-07-14 02:08:51] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001441 10.0.0.249 - - [2025-07-14 02:08:51] "POST /neutron/network HTTP/1.1" 200 618 0.083806 10.0.0.249 - - [2025-07-14 02:08:51] "POST /route-targets HTTP/1.1" 200 328 0.012052 10.0.0.249 - - [2025-07-14 02:08:51] "POST /ref-update HTTP/1.1" 200 156 0.012947 10.0.0.249 - - [2025-07-14 02:08:52] "POST /useragent-kv HTTP/1.1" 200 115 0.003309 10.0.0.249 - - [2025-07-14 02:08:52] "POST /neutron/subnet HTTP/1.1" 200 711 0.161929 10.0.0.249 - - [2025-07-14 02:08:52] "POST /neutron/network HTTP/1.1" 200 833 0.005744 10.0.0.249 - - [2025-07-14 02:08:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001200 10.0.0.249 - - [2025-07-14 02:08:52] "GET /virtual-network/82b162a8-41df-45f3-95e0-00f022a07d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004538 10.0.0.249 - - [2025-07-14 02:08:52] "POST /neutron/network HTTP/1.1" 200 833 0.005704 10.0.0.249 - - [2025-07-14 02:08:52] "GET /virtual-network/82b162a8-41df-45f3-95e0-00f022a07d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004611 10.0.0.249 - - [2025-07-14 02:08:52] "POST /neutron/network HTTP/1.1" 200 833 0.007284 10.0.0.249 - - [2025-07-14 02:08:52] "POST /neutron/subnet HTTP/1.1" 200 711 0.006627 10.0.0.249 - - [2025-07-14 02:08:52] "POST /neutron/network HTTP/1.1" 200 807 0.009686 10.0.0.249 - - [2025-07-14 02:08:52] "POST /neutron/network HTTP/1.1" 200 833 0.005206 10.0.0.249 - - [2025-07-14 02:08:52] "POST /id-to-fqname HTTP/1.1" 200 227 0.001233 10.0.0.249 - - [2025-07-14 02:08:52] "POST /neutron/network HTTP/1.1" 200 843 0.006172 10.0.0.249 - - [2025-07-14 02:08:52] "GET /aaa-mode HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2025-07-14 02:08:52] "GET / HTTP/1.1" 200 36215 0.001870 10.0.0.249 - - [2025-07-14 02:08:52] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000387 10.0.0.249 - - [2025-07-14 02:08:53] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001476 10.0.0.249 - - [2025-07-14 02:08:53] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.053161 10.0.0.249 - - [2025-07-14 02:08:53] "POST /neutron/network HTTP/1.1" 200 833 0.006139 10.0.0.249 - - [2025-07-14 02:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.005006 10.0.0.249 - - [2025-07-14 02:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.005166 10.0.0.249 - - [2025-07-14 02:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.005920 10.0.0.249 - - [2025-07-14 02:08:53] "POST /neutron/network HTTP/1.1" 200 843 0.006343 10.0.0.249 - - [2025-07-14 02:08:53] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.249 - - [2025-07-14 02:08:53] "POST /neutron/port HTTP/1.1" 200 1058 0.197251 10.0.0.249 - - [2025-07-14 02:08:53] "POST /neutron/port HTTP/1.1" 200 1058 0.009263 10.0.0.249 - - [2025-07-14 02:08:53] "POST /neutron/port HTTP/1.1" 200 1058 0.007499 10.0.0.249 - - [2025-07-14 02:08:54] "POST /neutron/port HTTP/1.1" 200 1112 0.055063 10.0.0.249 - - [2025-07-14 02:08:54] "POST /neutron/port HTTP/1.1" 200 1086 0.012792 10.0.0.249 - - [2025-07-14 02:08:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003184 10.0.0.249 - - [2025-07-14 02:08:54] "POST /neutron/subnet HTTP/1.1" 200 685 0.007953 10.0.0.249 - - [2025-07-14 02:08:54] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.249 - - [2025-07-14 02:08:54] "POST /neutron/network HTTP/1.1" 200 833 0.006996 10.0.0.249 - - [2025-07-14 02:08:58] "POST /neutron/port HTTP/1.1" 200 1086 0.010481 10.0.0.249 - - [2025-07-14 02:08:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005751 10.0.0.249 - - [2025-07-14 02:08:58] "POST /neutron/port HTTP/1.1" 200 1086 0.011388 10.0.0.249 - - [2025-07-14 02:08:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005339 10.0.0.249 - - [2025-07-14 02:08:58] "POST /neutron/port HTTP/1.1" 200 1086 0.011757 10.0.0.249 - - [2025-07-14 02:08:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006258 10.0.0.249 - - [2025-07-14 02:08:58] "GET /virtual-machine/07dea2cc-3c0b-4a57-a876-ea50fc960329 HTTP/1.1" 200 1294 0.005891 10.0.0.249 - - [2025-07-14 02:08:58] "GET /virtual-machine-interface/4ce9d133-4a94-4b38-be21-0d59a8c80668 HTTP/1.1" 200 2971 0.005867 10.0.0.249 - - [2025-07-14 02:08:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.249 - - [2025-07-14 02:08:58] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003006 10.0.0.249 - - [2025-07-14 02:08:58] "GET /virtual-networks?parent_id=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002965 10.0.0.249 - - [2025-07-14 02:08:58] "GET /virtual-network/82b162a8-41df-45f3-95e0-00f022a07d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006373 10.0.0.249 - - [2025-07-14 02:09:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.249 - - [2025-07-14 02:09:01] "GET /virtual-network/82b162a8-41df-45f3-95e0-00f022a07d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005238 10.0.0.249 - - [2025-07-14 02:09:02] "POST /neutron/port HTTP/1.1" 200 1086 0.011793 10.0.0.249 - - [2025-07-14 02:09:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006172 10.0.0.249 - - [2025-07-14 02:09:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.249 - - [2025-07-14 02:09:04] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002991 10.0.0.249 - - [2025-07-14 02:09:04] "GET /virtual-networks?parent_id=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002954 10.0.0.249 - - [2025-07-14 02:09:04] "GET /virtual-network/82b162a8-41df-45f3-95e0-00f022a07d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006433 10.0.0.249 - - [2025-07-14 02:09:08] "POST /neutron/network HTTP/1.1" 200 807 0.011094 10.0.0.249 - - [2025-07-14 02:09:08] "POST /neutron/network HTTP/1.1" 200 833 0.005349 10.0.0.249 - - [2025-07-14 02:09:08] "POST /id-to-fqname HTTP/1.1" 200 227 0.001209 10.0.0.249 - - [2025-07-14 02:09:08] "POST /neutron/port HTTP/1.1" 200 1086 0.010859 10.0.0.249 - - [2025-07-14 02:09:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005328 10.0.0.249 - - [2025-07-14 02:09:08] "POST /neutron/network HTTP/1.1" 200 843 0.006203 10.0.0.249 - - [2025-07-14 02:09:08] "GET /aaa-mode HTTP/1.1" 401 293 0.000404 10.0.0.249 - - [2025-07-14 02:09:09] "GET / HTTP/1.1" 200 36215 0.002563 10.0.0.249 - - [2025-07-14 02:09:09] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000389 10.0.0.249 - - [2025-07-14 02:09:09] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.249 - - [2025-07-14 02:09:09] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.056206 10.0.0.249 - - [2025-07-14 02:09:09] "POST /neutron/network HTTP/1.1" 200 833 0.006441 10.0.0.249 - - [2025-07-14 02:09:09] "POST /neutron/port HTTP/1.1" 200 1086 0.014544 10.0.0.249 - - [2025-07-14 02:09:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006601 10.0.0.249 - - [2025-07-14 02:09:09] "POST /neutron/port HTTP/1.1" 200 117 0.004628 10.0.0.249 - - [2025-07-14 02:09:09] "POST /neutron/port HTTP/1.1" 200 117 0.004537 10.0.0.249 - - [2025-07-14 02:09:09] "POST /neutron/network HTTP/1.1" 200 843 0.005392 10.0.0.249 - - [2025-07-14 02:09:09] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.249 - - [2025-07-14 02:09:10] "POST /neutron/port HTTP/1.1" 200 1058 0.179679 10.0.0.249 - - [2025-07-14 02:09:10] "POST /neutron/port HTTP/1.1" 200 1058 0.009210 10.0.0.249 - - [2025-07-14 02:09:10] "POST /neutron/port HTTP/1.1" 200 1058 0.010166 10.0.0.249 - - [2025-07-14 02:09:10] "POST /neutron/port HTTP/1.1" 200 1112 0.052608 10.0.0.249 - - [2025-07-14 02:09:10] "POST /neutron/port HTTP/1.1" 200 1086 0.011378 10.0.0.249 - - [2025-07-14 02:09:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003148 10.0.0.249 - - [2025-07-14 02:09:10] "POST /neutron/subnet HTTP/1.1" 200 685 0.006711 10.0.0.249 - - [2025-07-14 02:09:10] "POST /neutron/port HTTP/1.1" 200 117 0.001147 10.0.0.249 - - [2025-07-14 02:09:10] "POST /neutron/network HTTP/1.1" 200 833 0.004902 10.0.0.249 - - [2025-07-14 02:09:14] "DELETE /project/2d3aec3703b94878a98ac44c40d1d0ab HTTP/1.1" 404 173 0.008175 10.0.0.249 - - [2025-07-14 02:09:14] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.249 - - [2025-07-14 02:09:14] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.029978 10.0.0.249 - - [2025-07-14 02:09:14] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000950 10.0.0.249 - - [2025-07-14 02:09:14] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?fields=security_groups HTTP/1.1" 200 1357 0.069900 10.0.0.249 - - [2025-07-14 02:09:14] "DELETE /security-group/f63f56e9-ef4d-4bcf-b398-3d894dd29fef HTTP/1.1" 200 115 0.045117 10.0.0.249 - - [2025-07-14 02:09:14] "GET /projects?obj_uuids=3edb1c2c-370d-4612-be72-c4827c4e4bd6&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001080 10.0.0.249 - - [2025-07-14 02:09:14] "DELETE /access-control-list/75e8d51f-7056-4afb-ae2c-0850a41fd463 HTTP/1.1" 200 115 0.028631 10.0.0.249 - - [2025-07-14 02:09:14] "GET /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6?fields=application_policy_sets HTTP/1.1" 200 1396 0.039340 10.0.0.249 - - [2025-07-14 02:09:14] "DELETE /access-control-list/e6428c6c-5c15-4e57-b970-2df784cc0d19 HTTP/1.1" 200 115 0.037603 10.0.0.249 - - [2025-07-14 02:09:14] "DELETE /project/3edb1c2c-370d-4612-be72-c4827c4e4bd6 HTTP/1.1" 200 115 0.358532 10.0.0.249 - - [2025-07-14 02:09:14] "POST /neutron/port HTTP/1.1" 200 1086 0.013260 10.0.0.249 - - [2025-07-14 02:09:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006423 10.0.0.249 - - [2025-07-14 02:09:14] "POST /neutron/port HTTP/1.1" 200 1086 0.012452 10.0.0.249 - - [2025-07-14 02:09:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008629 10.0.0.249 - - [2025-07-14 02:09:14] "POST /neutron/port HTTP/1.1" 200 1086 0.011515 10.0.0.249 - - [2025-07-14 02:09:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005440 10.0.0.249 - - [2025-07-14 02:09:14] "GET /virtual-machine/42dc124a-fe3d-490c-8b6f-784f91cf96cb HTTP/1.1" 200 1295 0.005101 10.0.0.249 - - [2025-07-14 02:09:14] "GET /virtual-machine-interface/2b55b985-2496-42ac-8723-3af8e5421337 HTTP/1.1" 200 2970 0.004473 10.0.0.249 - - [2025-07-14 02:09:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.249 - - [2025-07-14 02:09:15] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003626 10.0.0.249 - - [2025-07-14 02:09:15] "GET /virtual-networks?parent_id=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002537 10.0.0.249 - - [2025-07-14 02:09:15] "GET /virtual-network/82b162a8-41df-45f3-95e0-00f022a07d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004982 10.0.0.249 - - [2025-07-14 02:09:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.249 - - [2025-07-14 02:09:18] "GET /virtual-network/82b162a8-41df-45f3-95e0-00f022a07d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004800 10.0.0.249 - - [2025-07-14 02:09:18] "GET /obj-perms HTTP/1.1" 200 5075 0.065903 10.0.0.249 - - [2025-07-14 02:09:18] "POST /neutron/port HTTP/1.1" 200 1086 0.016316 10.0.0.249 - - [2025-07-14 02:09:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005748 10.0.0.249 - - [2025-07-14 02:09:18] "GET /obj-perms HTTP/1.1" 200 5075 0.042084 10.0.0.249 - - [2025-07-14 02:09:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.249 - - [2025-07-14 02:09:20] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003015 10.0.0.249 - - [2025-07-14 02:09:20] "GET /virtual-networks?parent_id=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002884 10.0.0.249 - - [2025-07-14 02:09:20] "GET /virtual-network/82b162a8-41df-45f3-95e0-00f022a07d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005282 10.0.0.249 - - [2025-07-14 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.008501 10.0.0.249 - - [2025-07-14 02:09:26] "DELETE /virtual-DNS/5e6fd69d-d467-409a-9bcb-19fd60e87ff2 HTTP/1.1" 409 236 0.006264 10.0.0.249 - - [2025-07-14 02:09:26] "POST /fqname-to-id HTTP/1.1" 404 192 0.002920 10.0.0.249 - - [2025-07-14 02:09:26] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.016696 10.0.0.249 - - [2025-07-14 02:09:26] "GET /virtual-DNS-record/89e4166e-60c6-495d-a89a-f6417e772a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004289 10.0.0.249 - - [2025-07-14 02:09:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.249 - - [2025-07-14 02:09:26] "GET /virtual-DNS-record/89e4166e-60c6-495d-a89a-f6417e772a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.003647 10.0.0.249 - - [2025-07-14 02:09:26] "GET /domains HTTP/1.1" 200 281 0.002822 10.0.0.249 - - [2025-07-14 02:09:26] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.249 - - [2025-07-14 02:09:26] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2785 0.010147 10.0.0.249 - - [2025-07-14 02:09:26] "GET /virtual-DNS/5e6fd69d-d467-409a-9bcb-19fd60e87ff2 HTTP/1.1" 200 1911 0.004800 10.0.0.249 - - [2025-07-14 02:09:26] "GET /virtual-DNS-record/89e4166e-60c6-495d-a89a-f6417e772a39 HTTP/1.1" 200 1338 0.003090 10.0.0.249 - - [2025-07-14 02:09:31] "DELETE /virtual-DNS-record/89e4166e-60c6-495d-a89a-f6417e772a39 HTTP/1.1" 200 115 0.018927 10.0.0.249 - - [2025-07-14 02:09:31] "POST /fqname-to-id HTTP/1.1" 404 184 0.002231 10.0.0.249 - - [2025-07-14 02:09:32] "POST /neutron/network HTTP/1.1" 200 833 0.017082 10.0.0.249 - - [2025-07-14 02:09:32] "POST /neutron/network HTTP/1.1" 400 204 0.015007 10.0.0.249 - - [2025-07-14 02:09:32] "POST /neutron/port HTTP/1.1" 200 1086 0.011151 10.0.0.249 - - [2025-07-14 02:09:32] "POST /neutron/port HTTP/1.1" 200 1112 0.008291 10.0.0.249 - - [2025-07-14 02:09:32] "POST /neutron/port HTTP/1.1" 200 1086 0.021110 10.0.0.249 - - [2025-07-14 02:09:32] "POST /neutron/port HTTP/1.1" 200 1112 0.013069 10.0.0.249 - - [2025-07-14 02:09:32] "POST /neutron/port HTTP/1.1" 200 151 0.147751 10.0.0.249 - - [2025-07-14 02:09:32] "POST /neutron/port HTTP/1.1" 200 151 0.142205 10.0.0.249 - - [2025-07-14 02:09:34] "POST /neutron/network HTTP/1.1" 200 833 0.005854 10.0.0.249 - - [2025-07-14 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.249 - - [2025-07-14 02:09:34] "DELETE /route-target/dbfeafb5-5566-472d-bac1-e25029874fda HTTP/1.1" 200 115 0.049078 10.0.0.249 - - [2025-07-14 02:09:34] "POST /useragent-kv HTTP/1.1" 200 115 0.015845 10.0.0.249 - - [2025-07-14 02:09:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002228 10.0.0.249 - - [2025-07-14 02:09:34] "POST /neutron/network HTTP/1.1" 200 151 0.262055 10.0.0.249 - - [2025-07-14 02:09:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002796 10.0.0.249 - - [2025-07-14 02:09:34] "DELETE /network-ipam/a2ade0d2-d55d-4286-a7bb-fee84f001dde HTTP/1.1" 200 115 0.030357 10.0.0.249 - - [2025-07-14 02:09:34] "DELETE /virtual-DNS/5e6fd69d-d467-409a-9bcb-19fd60e87ff2 HTTP/1.1" 200 115 0.019415 10.0.0.249 - - [2025-07-14 02:09:34] "POST /fqname-to-id HTTP/1.1" 404 180 0.003443 10.0.0.249 - - [2025-07-14 02:09:34] "GET /domains HTTP/1.1" 200 281 0.002620 10.0.0.249 - - [2025-07-14 02:09:34] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001446 10.0.0.249 - - [2025-07-14 02:09:34] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2584 0.009468 10.0.0.249 - - [2025-07-14 02:09:34] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001017 10.0.0.249 - - [2025-07-14 02:09:34] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.026240 10.0.0.249 - - [2025-07-14 02:09:34] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.249 - - [2025-07-14 02:09:35] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?fields=virtual_networks HTTP/1.1" 200 1036 0.068113 10.0.0.249 - - [2025-07-14 02:09:35] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001265 10.0.0.249 - - [2025-07-14 02:09:35] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.025572 10.0.0.249 - - [2025-07-14 02:09:35] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.249 - - [2025-07-14 02:09:35] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?fields=security_groups HTTP/1.1" 200 1264 0.029154 10.0.0.249 - - [2025-07-14 02:09:35] "POST /fqname-to-id HTTP/1.1" 404 189 0.031474 10.0.0.249 - - [2025-07-14 02:09:36] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002884 10.0.0.249 - - [2025-07-14 02:09:36] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001806 10.0.0.249 - - [2025-07-14 02:09:36] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010509 10.0.0.249 - - [2025-07-14 02:09:36] "POST /id-to-fqname HTTP/1.1" 200 191 0.001193 10.0.0.249 - - [2025-07-14 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 200 0.002261 10.0.0.249 - - [2025-07-14 02:09:36] "POST /security-groups HTTP/1.1" 200 592 0.063833 10.0.0.249 - - [2025-07-14 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 235 0.002624 10.0.0.249 - - [2025-07-14 02:09:36] "POST /projects HTTP/1.1" 200 587 0.225685 10.0.0.249 - - [2025-07-14 02:09:36] "POST /access-control-lists HTTP/1.1" 200 599 0.062534 10.0.0.249 - - [2025-07-14 02:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.302650 10.0.0.249 - - [2025-07-14 02:09:36] "POST /fqname-to-id HTTP/1.1" 404 234 0.003215 10.0.0.249 - - [2025-07-14 02:09:36] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.434412 10.0.0.249 - - [2025-07-14 02:09:36] "POST /access-control-lists HTTP/1.1" 200 597 0.064661 10.0.0.249 - - [2025-07-14 02:09:37] "GET / HTTP/1.1" 200 36215 0.001992 10.0.0.249 - - [2025-07-14 02:09:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000454 10.0.0.249 - - [2025-07-14 02:09:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.059764 10.0.0.249 - - [2025-07-14 02:09:38] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001453 10.0.0.249 - - [2025-07-14 02:09:38] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.037562 10.0.0.249 - - [2025-07-14 02:09:38] "POST /neutron/network HTTP/1.1" 200 117 0.033581 10.0.0.249 - - [2025-07-14 02:09:38] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002169 10.0.0.249 - - [2025-07-14 02:09:38] "POST /neutron/network HTTP/1.1" 200 606 0.067342 10.0.0.249 - - [2025-07-14 02:09:38] "POST /route-targets HTTP/1.1" 200 328 0.023064 10.0.0.249 - - [2025-07-14 02:09:38] "POST /ref-update HTTP/1.1" 200 156 0.013019 10.0.0.249 - - [2025-07-14 02:09:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004078 10.0.0.249 - - [2025-07-14 02:09:38] "POST /neutron/subnet HTTP/1.1" 200 729 0.215746 10.0.0.249 - - [2025-07-14 02:09:38] "POST /neutron/network HTTP/1.1" 200 826 0.005384 10.0.0.249 - - [2025-07-14 02:09:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.001122 10.0.0.249 - - [2025-07-14 02:09:38] "GET /virtual-network/0f5addd6-8380-4339-8323-1898b8c83f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004557 10.0.0.249 - - [2025-07-14 02:09:39] "POST /neutron/network HTTP/1.1" 200 826 0.005690 10.0.0.249 - - [2025-07-14 02:09:39] "GET /virtual-network/0f5addd6-8380-4339-8323-1898b8c83f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005278 10.0.0.249 - - [2025-07-14 02:09:39] "POST /neutron/network HTTP/1.1" 200 826 0.005784 10.0.0.249 - - [2025-07-14 02:09:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.008072 10.0.0.249 - - [2025-07-14 02:09:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001129 10.0.0.249 - - [2025-07-14 02:09:39] "POST /neutron/network HTTP/1.1" 200 836 0.005557 10.0.0.249 - - [2025-07-14 02:09:39] "GET /aaa-mode HTTP/1.1" 401 293 0.000475 10.0.0.249 - - [2025-07-14 02:09:39] "GET / HTTP/1.1" 200 36215 0.001764 10.0.0.249 - - [2025-07-14 02:09:39] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2025-07-14 02:09:40] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.249 - - [2025-07-14 02:09:40] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048474 10.0.0.249 - - [2025-07-14 02:09:40] "POST /neutron/network HTTP/1.1" 200 826 0.005242 10.0.0.249 - - [2025-07-14 02:09:40] "POST /neutron/port HTTP/1.1" 200 117 0.006133 10.0.0.249 - - [2025-07-14 02:09:40] "POST /neutron/port HTTP/1.1" 200 117 0.009207 10.0.0.249 - - [2025-07-14 02:09:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001810 10.0.0.249 - - [2025-07-14 02:09:40] "POST /neutron/port HTTP/1.1" 200 117 0.006592 10.0.0.249 - - [2025-07-14 02:09:40] "POST /neutron/network HTTP/1.1" 200 836 0.007723 10.0.0.249 - - [2025-07-14 02:09:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000548 10.0.0.249 - - [2025-07-14 02:09:40] "POST /neutron/network HTTP/1.1" 200 836 0.007580 10.0.0.249 - - [2025-07-14 02:09:40] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001136 10.0.0.249 - - [2025-07-14 02:09:40] "GET / HTTP/1.1" 200 36215 0.001478 10.0.0.249 - - [2025-07-14 02:09:40] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000419 10.0.0.249 - - [2025-07-14 02:09:40] "POST /neutron/port HTTP/1.1" 200 1062 0.233845 10.0.0.249 - - [2025-07-14 02:09:40] "POST /neutron/port HTTP/1.1" 200 1062 0.010184 10.0.0.249 - - [2025-07-14 02:09:40] "POST /neutron/port HTTP/1.1" 200 1062 0.010888 10.0.0.249 - - [2025-07-14 02:09:40] "POST /neutron/port HTTP/1.1" 200 1116 0.070074 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/port HTTP/1.1" 200 1090 0.011506 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002971 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/subnet HTTP/1.1" 200 703 0.006384 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/network HTTP/1.1" 200 826 0.008734 10.0.0.249 - - [2025-07-14 02:09:41] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.249 - - [2025-07-14 02:09:41] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.057762 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/network HTTP/1.1" 200 826 0.005895 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/port HTTP/1.1" 200 1090 0.012295 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011423 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/port HTTP/1.1" 200 117 0.008578 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/port HTTP/1.1" 200 1090 0.017004 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006935 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/network HTTP/1.1" 200 836 0.005360 10.0.0.249 - - [2025-07-14 02:09:41] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001036 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/port HTTP/1.1" 200 1062 0.229756 10.0.0.249 - - [2025-07-14 02:09:41] "POST /neutron/port HTTP/1.1" 200 1062 0.011580 10.0.0.249 - - [2025-07-14 02:09:42] "POST /neutron/port HTTP/1.1" 200 1062 0.011646 10.0.0.249 - - [2025-07-14 02:09:42] "POST /neutron/port HTTP/1.1" 200 1116 0.092087 10.0.0.249 - - [2025-07-14 02:09:42] "POST /neutron/port HTTP/1.1" 200 1090 0.013371 10.0.0.249 - - [2025-07-14 02:09:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003999 10.0.0.249 - - [2025-07-14 02:09:42] "POST /neutron/subnet HTTP/1.1" 200 703 0.006590 10.0.0.249 - - [2025-07-14 02:09:42] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.249 - - [2025-07-14 02:09:42] "POST /neutron/network HTTP/1.1" 200 826 0.005324 10.0.0.249 - - [2025-07-14 02:09:46] "POST /neutron/port HTTP/1.1" 200 1090 0.012798 10.0.0.249 - - [2025-07-14 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008325 10.0.0.249 - - [2025-07-14 02:09:46] "POST /neutron/port HTTP/1.1" 200 1090 0.015336 10.0.0.249 - - [2025-07-14 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007565 10.0.0.249 - - [2025-07-14 02:09:46] "POST /neutron/port HTTP/1.1" 200 1090 0.011630 10.0.0.249 - - [2025-07-14 02:09:46] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008641 10.0.0.249 - - [2025-07-14 02:09:46] "GET /virtual-machine/3174d3d6-bc55-4d9e-95a6-d144672a71ee HTTP/1.1" 401 293 0.000537 10.0.0.249 - - [2025-07-14 02:09:47] "GET /virtual-machine/3174d3d6-bc55-4d9e-95a6-d144672a71ee HTTP/1.1" 200 1295 0.027040 10.0.0.249 - - [2025-07-14 02:09:47] "GET /virtual-machine-interface/6b662db6-9f87-4478-bf1d-fa7e3e217695 HTTP/1.1" 200 2953 0.010398 10.0.0.249 - - [2025-07-14 02:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.249 - - [2025-07-14 02:09:47] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003129 10.0.0.249 - - [2025-07-14 02:09:47] "GET /virtual-networks?parent_id=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002989 10.0.0.249 - - [2025-07-14 02:09:47] "GET /virtual-network/0f5addd6-8380-4339-8323-1898b8c83f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005363 10.0.0.249 - - [2025-07-14 02:09:48] "POST /neutron/port HTTP/1.1" 200 1090 0.011125 10.0.0.249 - - [2025-07-14 02:09:48] "POST /neutron/port HTTP/1.1" 200 1090 0.012805 10.0.0.249 - - [2025-07-14 02:09:48] "POST /neutron/network HTTP/1.1" 200 836 0.006335 10.0.0.249 - - [2025-07-14 02:09:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004833 10.0.0.249 - - [2025-07-14 02:09:48] "POST /neutron/subnet HTTP/1.1" 200 703 0.009266 10.0.0.249 - - [2025-07-14 02:09:48] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.249 - - [2025-07-14 02:09:48] "POST /neutron/network HTTP/1.1" 200 826 0.005629 10.0.0.249 - - [2025-07-14 02:09:49] "POST /neutron/port HTTP/1.1" 200 1090 0.010967 10.0.0.249 - - [2025-07-14 02:09:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005306 10.0.0.249 - - [2025-07-14 02:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.249 - - [2025-07-14 02:09:50] "GET /virtual-network/0f5addd6-8380-4339-8323-1898b8c83f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005018 10.0.0.249 - - [2025-07-14 02:09:50] "POST /neutron/port HTTP/1.1" 200 1090 0.011122 10.0.0.249 - - [2025-07-14 02:09:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005615 10.0.0.249 - - [2025-07-14 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.249 - - [2025-07-14 02:09:52] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002876 10.0.0.249 - - [2025-07-14 02:09:52] "GET /virtual-networks?parent_id=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003922 10.0.0.249 - - [2025-07-14 02:09:52] "GET /virtual-network/0f5addd6-8380-4339-8323-1898b8c83f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005279 10.0.0.249 - - [2025-07-14 02:09:52] "POST /neutron/port HTTP/1.1" 200 1090 0.010858 10.0.0.249 - - [2025-07-14 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008013 10.0.0.249 - - [2025-07-14 02:09:52] "POST /neutron/port HTTP/1.1" 200 1090 0.011352 10.0.0.249 - - [2025-07-14 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006595 10.0.0.249 - - [2025-07-14 02:09:52] "POST /neutron/port HTTP/1.1" 200 1090 0.012385 10.0.0.249 - - [2025-07-14 02:09:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006726 10.0.0.249 - - [2025-07-14 02:09:52] "GET /virtual-machine/a5d3929d-1366-4af9-9501-d8ffe7103cc7 HTTP/1.1" 200 1296 0.005193 10.0.0.249 - - [2025-07-14 02:09:52] "GET /virtual-machine-interface/b473a94a-56b4-4896-9d6d-0440a60901e7 HTTP/1.1" 200 2954 0.005278 10.0.0.249 - - [2025-07-14 02:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.249 - - [2025-07-14 02:09:52] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004114 10.0.0.249 - - [2025-07-14 02:09:53] "GET /virtual-networks?parent_id=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002995 10.0.0.249 - - [2025-07-14 02:09:53] "GET /virtual-network/0f5addd6-8380-4339-8323-1898b8c83f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008367 10.0.0.249 - - [2025-07-14 02:09:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.249 - - [2025-07-14 02:09:54] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003595 10.0.0.249 - - [2025-07-14 02:09:54] "GET /virtual-networks?parent_id=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002862 10.0.0.249 - - [2025-07-14 02:09:54] "GET /virtual-network/0f5addd6-8380-4339-8323-1898b8c83f14?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006238 10.0.0.249 - - [2025-07-14 02:09:59] "POST /neutron/network HTTP/1.1" 200 826 0.005778 10.0.0.249 - - [2025-07-14 02:09:59] "POST /neutron/network HTTP/1.1" 400 204 0.013474 10.0.0.249 - - [2025-07-14 02:09:59] "POST /neutron/port HTTP/1.1" 200 1090 0.012989 10.0.0.249 - - [2025-07-14 02:09:59] "POST /neutron/port HTTP/1.1" 200 1116 0.011608 10.0.0.249 - - [2025-07-14 02:09:59] "POST /neutron/port HTTP/1.1" 200 1090 0.016028 10.0.0.249 - - [2025-07-14 02:09:59] "POST /neutron/port HTTP/1.1" 200 1116 0.010797 10.0.0.249 - - [2025-07-14 02:09:59] "POST /neutron/port HTTP/1.1" 200 151 0.120524 10.0.0.249 - - [2025-07-14 02:09:59] "POST /neutron/port HTTP/1.1" 200 151 0.123005 10.0.0.249 - - [2025-07-14 02:10:01] "POST /neutron/network HTTP/1.1" 200 826 0.005305 10.0.0.249 - - [2025-07-14 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.004102 10.0.0.249 - - [2025-07-14 02:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005244 10.0.0.249 - - [2025-07-14 02:10:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002306 10.0.0.249 - - [2025-07-14 02:10:01] "POST /neutron/network HTTP/1.1" 200 151 0.092976 10.0.0.249 - - [2025-07-14 02:10:01] "DELETE /route-target/e3d58ac4-1853-42ca-8751-6f29d84187fd HTTP/1.1" 200 115 0.020766 10.0.0.249 - - [2025-07-14 02:10:01] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.249 - - [2025-07-14 02:10:01] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.025522 10.0.0.249 - - [2025-07-14 02:10:01] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001569 10.0.0.249 - - [2025-07-14 02:10:01] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?fields=virtual_networks HTTP/1.1" 200 1036 0.067462 10.0.0.249 - - [2025-07-14 02:10:01] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002317 10.0.0.249 - - [2025-07-14 02:10:01] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.032041 10.0.0.249 - - [2025-07-14 02:10:01] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001537 10.0.0.249 - - [2025-07-14 02:10:01] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?fields=security_groups HTTP/1.1" 200 1264 0.028958 10.0.0.249 - - [2025-07-14 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.024199 10.0.0.249 - - [2025-07-14 02:10:02] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002737 10.0.0.249 - - [2025-07-14 02:10:02] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.249 - - [2025-07-14 02:10:02] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007268 10.0.0.249 - - [2025-07-14 02:10:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.001572 10.0.0.249 - - [2025-07-14 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.003210 10.0.0.249 - - [2025-07-14 02:10:02] "POST /security-groups HTTP/1.1" 200 591 0.059675 10.0.0.249 - - [2025-07-14 02:10:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.002832 10.0.0.249 - - [2025-07-14 02:10:03] "POST /projects HTTP/1.1" 200 585 0.210671 10.0.0.249 - - [2025-07-14 02:10:03] "POST /access-control-lists HTTP/1.1" 200 598 0.058443 10.0.0.249 - - [2025-07-14 02:10:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.280313 10.0.0.249 - - [2025-07-14 02:10:03] "POST /fqname-to-id HTTP/1.1" 404 233 0.002797 10.0.0.249 - - [2025-07-14 02:10:03] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.400230 10.0.0.249 - - [2025-07-14 02:10:03] "POST /access-control-lists HTTP/1.1" 200 596 0.058819 10.0.0.249 - - [2025-07-14 02:10:04] "GET / HTTP/1.1" 200 36215 0.002123 10.0.0.249 - - [2025-07-14 02:10:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000520 10.0.0.249 - - [2025-07-14 02:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.051058 10.0.0.249 - - [2025-07-14 02:10:05] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000995 10.0.0.249 - - [2025-07-14 02:10:05] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026820 10.0.0.249 - - [2025-07-14 02:10:05] "POST /neutron/network HTTP/1.1" 200 117 0.028772 10.0.0.249 - - [2025-07-14 02:10:05] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001342 10.0.0.249 - - [2025-07-14 02:10:05] "POST /neutron/network HTTP/1.1" 200 625 0.058337 10.0.0.249 - - [2025-07-14 02:10:05] "POST /route-targets HTTP/1.1" 200 328 0.010725 10.0.0.249 - - [2025-07-14 02:10:05] "POST /ref-update HTTP/1.1" 200 156 0.012127 10.0.0.249 - - [2025-07-14 02:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005086 10.0.0.249 - - [2025-07-14 02:10:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.176543 10.0.0.249 - - [2025-07-14 02:10:05] "POST /neutron/network HTTP/1.1" 200 839 0.005439 10.0.0.249 - - [2025-07-14 02:10:05] "POST /id-to-fqname HTTP/1.1" 200 230 0.001272 10.0.0.249 - - [2025-07-14 02:10:05] "GET /virtual-network/52d18e78-13d9-4ba0-8d5d-6f55a0baf7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005539 10.0.0.249 - - [2025-07-14 02:10:05] "POST /neutron/network HTTP/1.1" 200 839 0.005994 10.0.0.249 - - [2025-07-14 02:10:05] "GET /virtual-network/52d18e78-13d9-4ba0-8d5d-6f55a0baf7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005342 10.0.0.249 - - [2025-07-14 02:10:05] "POST /neutron/network HTTP/1.1" 200 839 0.006237 10.0.0.249 - - [2025-07-14 02:10:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.006508 10.0.0.249 - - [2025-07-14 02:10:05] "POST /neutron/network HTTP/1.1" 200 839 0.005653 10.0.0.249 - - [2025-07-14 02:10:05] "POST /id-to-fqname HTTP/1.1" 200 230 0.001649 10.0.0.249 - - [2025-07-14 02:10:05] "POST /neutron/network HTTP/1.1" 200 849 0.005631 10.0.0.249 - - [2025-07-14 02:10:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000418 10.0.0.249 - - [2025-07-14 02:10:06] "GET / HTTP/1.1" 200 36215 0.001854 10.0.0.249 - - [2025-07-14 02:10:06] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000380 10.0.0.249 - - [2025-07-14 02:10:06] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.249 - - [2025-07-14 02:10:06] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.056934 10.0.0.249 - - [2025-07-14 02:10:06] "POST /neutron/network HTTP/1.1" 200 839 0.005435 10.0.0.249 - - [2025-07-14 02:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.004736 10.0.0.249 - - [2025-07-14 02:10:06] "POST /neutron/port HTTP/1.1" 200 117 0.006569 10.0.0.249 - - [2025-07-14 02:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.249 - - [2025-07-14 02:10:06] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004954 10.0.0.249 - - [2025-07-14 02:10:06] "PUT /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee HTTP/1.1" 200 277 0.016272 10.0.0.249 - - [2025-07-14 02:10:07] "POST /neutron/port HTTP/1.1" 200 117 0.005613 10.0.0.249 - - [2025-07-14 02:10:07] "POST /neutron/network HTTP/1.1" 200 849 0.007996 10.0.0.249 - - [2025-07-14 02:10:07] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001581 10.0.0.249 - - [2025-07-14 02:10:07] "POST /neutron/port HTTP/1.1" 200 1055 0.230858 10.0.0.249 - - [2025-07-14 02:10:07] "POST /neutron/port HTTP/1.1" 200 1055 0.015468 10.0.0.249 - - [2025-07-14 02:10:07] "POST /neutron/port HTTP/1.1" 200 1055 0.010772 10.0.0.249 - - [2025-07-14 02:10:07] "POST /neutron/port HTTP/1.1" 200 1109 0.084855 10.0.0.249 - - [2025-07-14 02:10:07] "POST /neutron/port HTTP/1.1" 200 1083 0.014865 10.0.0.249 - - [2025-07-14 02:10:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.012742 10.0.0.249 - - [2025-07-14 02:10:07] "POST /neutron/subnet HTTP/1.1" 200 675 0.008403 10.0.0.249 - - [2025-07-14 02:10:07] "POST /neutron/port HTTP/1.1" 200 117 0.001650 10.0.0.249 - - [2025-07-14 02:10:07] "POST /neutron/network HTTP/1.1" 200 839 0.008246 10.0.0.249 - - [2025-07-14 02:10:12] "POST /neutron/port HTTP/1.1" 200 1083 0.010838 10.0.0.249 - - [2025-07-14 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006840 10.0.0.249 - - [2025-07-14 02:10:12] "POST /neutron/port HTTP/1.1" 200 1083 0.010992 10.0.0.249 - - [2025-07-14 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006620 10.0.0.249 - - [2025-07-14 02:10:12] "POST /neutron/port HTTP/1.1" 200 1083 0.010887 10.0.0.249 - - [2025-07-14 02:10:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005468 10.0.0.249 - - [2025-07-14 02:10:12] "GET /virtual-machine/8c1ae579-72b3-429c-aad2-610b318dfa11 HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2025-07-14 02:10:12] "GET /virtual-machine/8c1ae579-72b3-429c-aad2-610b318dfa11 HTTP/1.1" 200 1295 0.036259 10.0.0.249 - - [2025-07-14 02:10:12] "GET /virtual-machine-interface/09e1a3f6-18cb-4e85-bf9d-183dc36149a1 HTTP/1.1" 200 2977 0.005000 10.0.0.249 - - [2025-07-14 02:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002728 10.0.0.249 - - [2025-07-14 02:10:12] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.003684 10.0.0.249 - - [2025-07-14 02:10:12] "GET /virtual-networks?parent_id=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003262 10.0.0.249 - - [2025-07-14 02:10:12] "GET /virtual-network/52d18e78-13d9-4ba0-8d5d-6f55a0baf7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005682 10.0.0.249 - - [2025-07-14 02:10:14] "DELETE /project/9dd22814a72e4482b06c500cae1718eb HTTP/1.1" 404 173 0.012614 10.0.0.249 - - [2025-07-14 02:10:14] "DELETE /project/d54e6a8756e34ea589d6eb8cb8987d0a HTTP/1.1" 404 173 0.008773 10.0.0.249 - - [2025-07-14 02:10:14] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001477 10.0.0.249 - - [2025-07-14 02:10:14] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001432 10.0.0.249 - - [2025-07-14 02:10:14] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.042106 10.0.0.249 - - [2025-07-14 02:10:14] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.047670 10.0.0.249 - - [2025-07-14 02:10:14] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001022 10.0.0.249 - - [2025-07-14 02:10:14] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000902 10.0.0.249 - - [2025-07-14 02:10:14] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?fields=security_groups HTTP/1.1" 200 1366 0.040793 10.0.0.249 - - [2025-07-14 02:10:14] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?fields=security_groups HTTP/1.1" 200 1366 0.043390 10.0.0.249 - - [2025-07-14 02:10:14] "DELETE /security-group/d6ab707d-b96e-4f89-a90d-0d70220fc720 HTTP/1.1" 200 115 0.058307 10.0.0.249 - - [2025-07-14 02:10:14] "DELETE /security-group/e31171b2-0c19-4425-9f3f-e22268336ea1 HTTP/1.1" 200 115 0.059712 10.0.0.249 - - [2025-07-14 02:10:14] "GET /projects?obj_uuids=2d3aec37-03b9-4878-a98a-c44c40d1d0ab&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001094 10.0.0.249 - - [2025-07-14 02:10:14] "GET /projects?obj_uuids=d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001097 10.0.0.249 - - [2025-07-14 02:10:14] "DELETE /access-control-list/091e3c09-03d0-492d-8556-49062e0bf9ba HTTP/1.1" 200 115 0.054902 10.0.0.249 - - [2025-07-14 02:10:14] "GET /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab?fields=application_policy_sets HTTP/1.1" 200 1405 0.049407 10.0.0.249 - - [2025-07-14 02:10:14] "DELETE /access-control-list/1c7880e2-96ab-4ff7-b0a0-eb65fa8cdec5 HTTP/1.1" 200 115 0.049539 10.0.0.249 - - [2025-07-14 02:10:14] "GET /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a?fields=application_policy_sets HTTP/1.1" 200 1405 0.110324 10.0.0.249 - - [2025-07-14 02:10:14] "DELETE /access-control-list/94a402d2-6f07-4a00-b937-8e9b4ad34625 HTTP/1.1" 200 115 0.059769 10.0.0.249 - - [2025-07-14 02:10:14] "DELETE /access-control-list/3da75432-9079-43e0-86f3-31d5a6f6ca41 HTTP/1.1" 200 115 0.051486 10.0.0.249 - - [2025-07-14 02:10:14] "DELETE /project/2d3aec37-03b9-4878-a98a-c44c40d1d0ab HTTP/1.1" 200 115 0.439744 10.0.0.249 - - [2025-07-14 02:10:14] "DELETE /project/d54e6a87-56e3-4ea5-89d6-eb8cb8987d0a HTTP/1.1" 200 115 0.476134 10.0.0.249 - - [2025-07-14 02:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.249 - - [2025-07-14 02:10:16] "GET /virtual-network/52d18e78-13d9-4ba0-8d5d-6f55a0baf7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004983 10.0.0.249 - - [2025-07-14 02:10:16] "POST /neutron/port HTTP/1.1" 200 1083 0.015028 10.0.0.249 - - [2025-07-14 02:10:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005541 10.0.0.249 - - [2025-07-14 02:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.249 - - [2025-07-14 02:10:18] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.003090 10.0.0.249 - - [2025-07-14 02:10:18] "GET /virtual-networks?parent_id=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003034 10.0.0.249 - - [2025-07-14 02:10:18] "GET /virtual-network/52d18e78-13d9-4ba0-8d5d-6f55a0baf7b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007633 10.0.0.249 - - [2025-07-14 02:10:19] "GET /obj-perms HTTP/1.1" 200 5075 0.054118 10.0.0.249 - - [2025-07-14 02:10:19] "GET /obj-perms HTTP/1.1" 200 5075 0.055101 10.0.0.249 - - [2025-07-14 02:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.249 - - [2025-07-14 02:10:20] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.003738 10.0.0.249 - - [2025-07-14 02:10:20] "PUT /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee HTTP/1.1" 200 277 0.010971 10.0.0.249 - - [2025-07-14 02:10:20] "POST /neutron/network HTTP/1.1" 200 839 0.029886 10.0.0.249 - - [2025-07-14 02:10:20] "POST /neutron/network HTTP/1.1" 400 204 0.012194 10.0.0.249 - - [2025-07-14 02:10:20] "POST /neutron/port HTTP/1.1" 200 1083 0.010910 10.0.0.249 - - [2025-07-14 02:10:20] "POST /neutron/port HTTP/1.1" 200 1109 0.015193 10.0.0.249 - - [2025-07-14 02:10:21] "POST /neutron/port HTTP/1.1" 200 151 0.092925 10.0.0.249 - - [2025-07-14 02:10:22] "POST /neutron/network HTTP/1.1" 200 839 0.005344 10.0.0.249 - - [2025-07-14 02:10:22] "POST /useragent-kv HTTP/1.1" 200 115 0.003432 10.0.0.249 - - [2025-07-14 02:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003735 10.0.0.249 - - [2025-07-14 02:10:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002945 10.0.0.249 - - [2025-07-14 02:10:22] "POST /neutron/network HTTP/1.1" 200 151 0.068425 10.0.0.249 - - [2025-07-14 02:10:22] "DELETE /route-target/3c18e1db-56e5-4fca-8a48-a71465fac592 HTTP/1.1" 200 115 0.021868 10.0.0.249 - - [2025-07-14 02:10:23] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002709 10.0.0.249 - - [2025-07-14 02:10:23] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee HTTP/1.1" 200 1831 0.003308 10.0.0.249 - - [2025-07-14 02:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002420 10.0.0.249 - - [2025-07-14 02:10:23] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001979 10.0.0.249 - - [2025-07-14 02:10:23] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026330 10.0.0.249 - - [2025-07-14 02:10:23] "POST /neutron/network HTTP/1.1" 200 117 0.008538 10.0.0.249 - - [2025-07-14 02:10:23] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001288 10.0.0.249 - - [2025-07-14 02:10:23] "POST /neutron/network HTTP/1.1" 200 605 0.063103 10.0.0.249 - - [2025-07-14 02:10:23] "POST /route-targets HTTP/1.1" 200 328 0.009874 10.0.0.249 - - [2025-07-14 02:10:23] "POST /ref-update HTTP/1.1" 200 156 0.013963 10.0.0.249 - - [2025-07-14 02:10:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003860 10.0.0.249 - - [2025-07-14 02:10:23] "POST /neutron/subnet HTTP/1.1" 200 715 0.158060 10.0.0.249 - - [2025-07-14 02:10:23] "POST /neutron/network HTTP/1.1" 200 822 0.006663 10.0.0.249 - - [2025-07-14 02:10:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001289 10.0.0.249 - - [2025-07-14 02:10:23] "GET /virtual-network/e594a363-03c1-4d7c-bda7-367650efa67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007158 10.0.0.249 - - [2025-07-14 02:10:23] "POST /neutron/network HTTP/1.1" 200 822 0.005463 10.0.0.249 - - [2025-07-14 02:10:23] "GET /virtual-network/e594a363-03c1-4d7c-bda7-367650efa67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005650 10.0.0.249 - - [2025-07-14 02:10:23] "POST /neutron/network HTTP/1.1" 200 822 0.006933 10.0.0.249 - - [2025-07-14 02:10:23] "POST /neutron/subnet HTTP/1.1" 200 715 0.007618 10.0.0.249 - - [2025-07-14 02:10:23] "POST /id-to-fqname HTTP/1.1" 200 220 0.001096 10.0.0.249 - - [2025-07-14 02:10:23] "POST /neutron/network HTTP/1.1" 200 832 0.005306 10.0.0.249 - - [2025-07-14 02:10:23] "GET /aaa-mode HTTP/1.1" 401 293 0.000423 10.0.0.249 - - [2025-07-14 02:10:24] "GET / HTTP/1.1" 200 36215 0.001723 10.0.0.249 - - [2025-07-14 02:10:24] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000561 10.0.0.249 - - [2025-07-14 02:10:24] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.249 - - [2025-07-14 02:10:24] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052056 10.0.0.249 - - [2025-07-14 02:10:24] "POST /neutron/network HTTP/1.1" 200 822 0.005250 10.0.0.249 - - [2025-07-14 02:10:24] "POST /neutron/port HTTP/1.1" 200 117 0.004793 10.0.0.249 - - [2025-07-14 02:10:24] "POST /neutron/port HTTP/1.1" 200 117 0.004820 10.0.0.249 - - [2025-07-14 02:10:24] "POST /neutron/port HTTP/1.1" 200 117 0.005449 10.0.0.249 - - [2025-07-14 02:10:25] "POST /neutron/network HTTP/1.1" 200 832 0.006694 10.0.0.249 - - [2025-07-14 02:10:25] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.249 - - [2025-07-14 02:10:25] "POST /neutron/port HTTP/1.1" 200 1058 0.215072 10.0.0.249 - - [2025-07-14 02:10:25] "POST /neutron/port HTTP/1.1" 200 1058 0.018703 10.0.0.249 - - [2025-07-14 02:10:25] "POST /neutron/port HTTP/1.1" 200 1058 0.012028 10.0.0.249 - - [2025-07-14 02:10:25] "POST /neutron/port HTTP/1.1" 200 1112 0.059238 10.0.0.249 - - [2025-07-14 02:10:25] "POST /neutron/port HTTP/1.1" 200 1086 0.010998 10.0.0.249 - - [2025-07-14 02:10:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002994 10.0.0.249 - - [2025-07-14 02:10:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.006639 10.0.0.249 - - [2025-07-14 02:10:25] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.249 - - [2025-07-14 02:10:25] "POST /neutron/network HTTP/1.1" 200 822 0.005359 10.0.0.249 - - [2025-07-14 02:10:26] "GET /global-system-configs HTTP/1.1" 200 323 0.004755 10.0.0.249 - - [2025-07-14 02:10:26] "GET /obj-perms HTTP/1.1" 200 5075 0.003183 10.0.0.249 - - [2025-07-14 02:10:27] "GET /global-system-configs HTTP/1.1" 200 323 0.029175 10.0.0.249 - - [2025-07-14 02:10:27] "GET /obj-perms HTTP/1.1" 200 5075 0.061532 10.0.0.249 - - [2025-07-14 02:10:29] "POST /neutron/port HTTP/1.1" 200 1086 0.011073 10.0.0.249 - - [2025-07-14 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005750 10.0.0.249 - - [2025-07-14 02:10:29] "POST /neutron/port HTTP/1.1" 200 1086 0.010951 10.0.0.249 - - [2025-07-14 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005615 10.0.0.249 - - [2025-07-14 02:10:29] "POST /neutron/port HTTP/1.1" 200 1086 0.012552 10.0.0.249 - - [2025-07-14 02:10:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006857 10.0.0.249 - - [2025-07-14 02:10:29] "GET /virtual-machine/2ebabb4f-0069-4d4c-98b0-8e11647dc267 HTTP/1.1" 200 1294 0.004484 10.0.0.249 - - [2025-07-14 02:10:29] "GET /virtual-machine-interface/d3573020-cb89-4ded-a577-981f05b72b4b HTTP/1.1" 200 2949 0.004467 10.0.0.249 - - [2025-07-14 02:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.249 - - [2025-07-14 02:10:30] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003731 10.0.0.249 - - [2025-07-14 02:10:30] "GET /virtual-networks?parent_id=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003406 10.0.0.249 - - [2025-07-14 02:10:30] "GET /virtual-network/e594a363-03c1-4d7c-bda7-367650efa67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006990 10.0.0.249 - - [2025-07-14 02:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.249 - - [2025-07-14 02:10:33] "GET /virtual-network/e594a363-03c1-4d7c-bda7-367650efa67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005244 10.0.0.249 - - [2025-07-14 02:10:34] "POST /neutron/port HTTP/1.1" 200 1086 0.014737 10.0.0.249 - - [2025-07-14 02:10:34] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005497 10.0.0.249 - - [2025-07-14 02:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.249 - - [2025-07-14 02:10:35] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003290 10.0.0.249 - - [2025-07-14 02:10:35] "GET /virtual-networks?parent_id=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003202 10.0.0.249 - - [2025-07-14 02:10:35] "GET /virtual-network/e594a363-03c1-4d7c-bda7-367650efa67a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.005608 10.0.0.249 - - [2025-07-14 02:10:37] "POST /neutron/network HTTP/1.1" 200 822 0.005804 10.0.0.249 - - [2025-07-14 02:10:37] "POST /neutron/network HTTP/1.1" 400 204 0.024949 10.0.0.249 - - [2025-07-14 02:10:37] "POST /neutron/port HTTP/1.1" 200 1086 0.012052 10.0.0.249 - - [2025-07-14 02:10:37] "POST /neutron/port HTTP/1.1" 200 1112 0.008788 10.0.0.249 - - [2025-07-14 02:10:38] "POST /neutron/port HTTP/1.1" 200 151 0.093469 10.0.0.249 - - [2025-07-14 02:10:39] "POST /neutron/network HTTP/1.1" 200 822 0.005578 10.0.0.249 - - [2025-07-14 02:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.028830 10.0.0.249 - - [2025-07-14 02:10:39] "DELETE /route-target/889ddb8b-8259-4544-8cde-f8967fbd41f7 HTTP/1.1" 200 115 0.019452 10.0.0.249 - - [2025-07-14 02:10:39] "POST /useragent-kv HTTP/1.1" 200 115 0.041481 10.0.0.249 - - [2025-07-14 02:10:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003796 10.0.0.249 - - [2025-07-14 02:10:39] "POST /neutron/network HTTP/1.1" 200 151 0.132601 10.0.0.249 - - [2025-07-14 02:10:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.003329 10.0.0.249 - - [2025-07-14 02:10:40] "POST /network-ipams HTTP/1.1" 200 543 0.017225 10.0.0.249 - - [2025-07-14 02:10:40] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003930 10.0.0.249 - - [2025-07-14 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.249 - - [2025-07-14 02:10:40] "GET /network-ipam/7696c147-1ddf-4a10-837a-df2afa213597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1285 0.004955 10.0.0.249 - - [2025-07-14 02:10:40] "PUT /network-ipam/7696c147-1ddf-4a10-837a-df2afa213597 HTTP/1.1" 200 259 0.009005 10.0.0.249 - - [2025-07-14 02:10:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.249 - - [2025-07-14 02:10:40] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.249 - - [2025-07-14 02:10:40] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.026916 10.0.0.249 - - [2025-07-14 02:10:40] "POST /neutron/network HTTP/1.1" 200 117 0.009177 10.0.0.249 - - [2025-07-14 02:10:40] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.249 - - [2025-07-14 02:10:40] "POST /neutron/network HTTP/1.1" 200 605 0.064484 10.0.0.249 - - [2025-07-14 02:10:40] "POST /route-targets HTTP/1.1" 200 328 0.011212 10.0.0.249 - - [2025-07-14 02:10:40] "POST /ref-update HTTP/1.1" 200 156 0.011564 10.0.0.249 - - [2025-07-14 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002833 10.0.0.249 - - [2025-07-14 02:10:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.216247 10.0.0.249 - - [2025-07-14 02:10:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002786 10.0.0.249 - - [2025-07-14 02:10:40] "POST /neutron/subnet HTTP/1.1" 200 699 0.120055 10.0.0.249 - - [2025-07-14 02:10:40] "POST /neutron/network HTTP/1.1" 200 994 0.006516 10.0.0.249 - - [2025-07-14 02:10:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001094 10.0.0.249 - - [2025-07-14 02:10:41] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004578 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/network HTTP/1.1" 200 994 0.007035 10.0.0.249 - - [2025-07-14 02:10:41] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.004637 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/network HTTP/1.1" 200 994 0.007995 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.008162 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.008126 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/network HTTP/1.1" 200 994 0.006629 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.006638 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/subnet HTTP/1.1" 200 699 0.006771 10.0.0.249 - - [2025-07-14 02:10:41] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002283 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.172716 10.0.0.249 - - [2025-07-14 02:10:41] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.151018 10.0.0.249 - - [2025-07-14 02:10:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001395 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.007074 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.031700 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/network HTTP/1.1" 200 994 0.006641 10.0.0.249 - - [2025-07-14 02:10:41] "POST /neutron/port HTTP/1.1" 200 1017 0.007051 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 117 0.005146 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 117 0.004986 10.0.0.249 - - [2025-07-14 02:10:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001380 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 117 0.005061 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.007285 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.007452 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.010543 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/network HTTP/1.1" 200 994 0.006473 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.007243 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.010049 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 117 0.008820 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 117 0.005116 10.0.0.249 - - [2025-07-14 02:10:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001841 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 117 0.006532 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/network HTTP/1.1" 200 1004 0.006996 10.0.0.249 - - [2025-07-14 02:10:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000403 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.029152 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/network HTTP/1.1" 200 1004 0.007246 10.0.0.249 - - [2025-07-14 02:10:42] "POST /neutron/port HTTP/1.1" 200 1017 0.008180 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 1017 0.007066 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 1017 0.010837 10.0.0.249 - - [2025-07-14 02:10:43] "GET / HTTP/1.1" 200 36215 0.002108 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 1109 0.075519 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/network HTTP/1.1" 200 1004 0.010890 10.0.0.249 - - [2025-07-14 02:10:43] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000461 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 1017 0.006943 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 1017 0.006664 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 1083 0.019105 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006270 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 1109 0.071796 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/subnet HTTP/1.1" 200 673 0.008921 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 1083 0.010114 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 117 0.001171 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006171 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/network HTTP/1.1" 200 994 0.010802 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/subnet HTTP/1.1" 200 673 0.008080 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 117 0.001185 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/network HTTP/1.1" 200 994 0.007917 10.0.0.249 - - [2025-07-14 02:10:43] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001102 10.0.0.249 - - [2025-07-14 02:10:43] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051786 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/network HTTP/1.1" 200 994 0.006566 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 2050 0.037779 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006489 10.0.0.249 - - [2025-07-14 02:10:43] "POST /neutron/port HTTP/1.1" 200 117 0.008141 10.0.0.249 - - [2025-07-14 02:10:43] "GET /domains HTTP/1.1" 200 281 0.003646 10.0.0.249 - - [2025-07-14 02:10:43] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001189 10.0.0.249 - - [2025-07-14 02:10:43] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2583 0.012772 10.0.0.249 - - [2025-07-14 02:10:43] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003191 10.0.0.249 - - [2025-07-14 02:10:43] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb HTTP/1.1" 200 2852 0.079902 10.0.0.249 - - [2025-07-14 02:10:43] "GET /network-ipam/7696c147-1ddf-4a10-837a-df2afa213597 HTTP/1.1" 200 2603 0.004261 10.0.0.249 - - [2025-07-14 02:10:43] "GET /domains HTTP/1.1" 200 281 0.003982 10.0.0.249 - - [2025-07-14 02:10:43] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001846 10.0.0.249 - - [2025-07-14 02:10:43] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2583 0.012166 10.0.0.249 - - [2025-07-14 02:10:43] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000964 10.0.0.249 - - [2025-07-14 02:10:44] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb HTTP/1.1" 200 2852 0.075421 10.0.0.249 - - [2025-07-14 02:10:44] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e HTTP/1.1" 200 3787 0.011507 10.0.0.249 - - [2025-07-14 02:10:44] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e HTTP/1.1" 200 3787 0.018726 10.0.0.249 - - [2025-07-14 02:10:44] "GET /routing-instance/4bb1800a-fc2a-48e0-9f47-fb977cfcb0d4 HTTP/1.1" 200 2385 0.004582 10.0.0.249 - - [2025-07-14 02:10:44] "GET /routing-instance/4bb1800a-fc2a-48e0-9f47-fb977cfcb0d4 HTTP/1.1" 200 2385 0.004465 10.0.0.249 - - [2025-07-14 02:10:44] "GET /route-target/8865a602-0582-4592-a762-454dfd424de2 HTTP/1.1" 200 1206 0.004471 10.0.0.249 - - [2025-07-14 02:10:44] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e HTTP/1.1" 200 3787 0.004772 10.0.0.249 - - [2025-07-14 02:10:44] "GET /routing-instance/4bb1800a-fc2a-48e0-9f47-fb977cfcb0d4 HTTP/1.1" 200 2385 0.005488 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/network HTTP/1.1" 200 1004 0.013105 10.0.0.249 - - [2025-07-14 02:10:44] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.008309 10.0.0.249 - - [2025-07-14 02:10:44] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e HTTP/1.1" 200 3787 0.006554 10.0.0.249 - - [2025-07-14 02:10:44] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001032 10.0.0.249 - - [2025-07-14 02:10:44] "GET /routing-instance/4bb1800a-fc2a-48e0-9f47-fb977cfcb0d4 HTTP/1.1" 200 2385 0.003374 10.0.0.249 - - [2025-07-14 02:10:44] "GET /routing-instance/4bb1800a-fc2a-48e0-9f47-fb977cfcb0d4 HTTP/1.1" 200 2385 0.005002 10.0.0.249 - - [2025-07-14 02:10:44] "GET /route-target/8865a602-0582-4592-a762-454dfd424de2 HTTP/1.1" 200 1206 0.010335 10.0.0.249 - - [2025-07-14 02:10:44] "GET /domains HTTP/1.1" 200 281 0.005239 10.0.0.249 - - [2025-07-14 02:10:44] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001421 10.0.0.249 - - [2025-07-14 02:10:44] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2583 0.010421 10.0.0.249 - - [2025-07-14 02:10:44] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002037 10.0.0.249 - - [2025-07-14 02:10:44] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb HTTP/1.1" 200 3097 0.108275 10.0.0.249 - - [2025-07-14 02:10:44] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e HTTP/1.1" 200 4046 0.024834 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/port HTTP/1.1" 200 1055 0.362221 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/port HTTP/1.1" 200 1055 0.008774 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/port HTTP/1.1" 200 1055 0.007937 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/port HTTP/1.1" 200 1109 0.077069 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/port HTTP/1.1" 200 1083 0.016789 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004117 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/subnet HTTP/1.1" 200 673 0.011933 10.0.0.249 - - [2025-07-14 02:10:44] "GET /obj-perms HTTP/1.1" 200 5049 0.052312 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/network HTTP/1.1" 200 994 0.009618 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/port HTTP/1.1" 200 1083 0.013453 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006078 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/port HTTP/1.1" 200 1083 0.013861 10.0.0.249 - - [2025-07-14 02:10:44] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007087 10.0.0.249 - - [2025-07-14 02:10:45] "POST /neutron/port HTTP/1.1" 200 1083 0.021772 10.0.0.249 - - [2025-07-14 02:10:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009403 10.0.0.249 - - [2025-07-14 02:10:45] "GET /virtual-machine/60592577-659b-458f-8fb2-c85a4a3abe1e HTTP/1.1" 200 1290 0.008895 10.0.0.249 - - [2025-07-14 02:10:45] "GET /virtual-machine-interface/314cf264-30e6-4315-87b4-fddf0ea8e6ef HTTP/1.1" 200 2947 0.010100 10.0.0.249 - - [2025-07-14 02:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002665 10.0.0.249 - - [2025-07-14 02:10:45] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002982 10.0.0.249 - - [2025-07-14 02:10:45] "GET /virtual-networks?parent_id=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004638 10.0.0.249 - - [2025-07-14 02:10:45] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005570 10.0.0.249 - - [2025-07-14 02:10:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002889 10.0.0.249 - - [2025-07-14 02:10:48] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005470 10.0.0.249 - - [2025-07-14 02:10:52] "POST /neutron/port HTTP/1.1" 200 1083 0.011315 10.0.0.249 - - [2025-07-14 02:10:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005895 10.0.0.249 - - [2025-07-14 02:10:52] "POST /neutron/port HTTP/1.1" 200 1083 0.011442 10.0.0.249 - - [2025-07-14 02:10:52] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007525 10.0.0.249 - - [2025-07-14 02:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.249 - - [2025-07-14 02:10:52] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005313 10.0.0.249 - - [2025-07-14 02:10:53] "POST /neutron/port HTTP/1.1" 200 1083 0.011911 10.0.0.249 - - [2025-07-14 02:10:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005680 10.0.0.249 - - [2025-07-14 02:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.249 - - [2025-07-14 02:10:54] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003464 10.0.0.249 - - [2025-07-14 02:10:54] "GET /virtual-networks?parent_id=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004079 10.0.0.249 - - [2025-07-14 02:10:54] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.006369 10.0.0.249 - - [2025-07-14 02:10:54] "POST /neutron/port HTTP/1.1" 200 1083 0.011316 10.0.0.249 - - [2025-07-14 02:10:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005560 10.0.0.249 - - [2025-07-14 02:11:00] "POST /neutron/port HTTP/1.1" 200 1083 0.013527 10.0.0.249 - - [2025-07-14 02:11:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006871 10.0.0.249 - - [2025-07-14 02:11:00] "POST /neutron/port HTTP/1.1" 200 1083 0.011768 10.0.0.249 - - [2025-07-14 02:11:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005705 10.0.0.249 - - [2025-07-14 02:11:00] "POST /neutron/port HTTP/1.1" 200 1083 0.011429 10.0.0.249 - - [2025-07-14 02:11:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005402 10.0.0.249 - - [2025-07-14 02:11:00] "GET /virtual-machine/54490dec-41bf-4092-bcfe-02ed075b9ed5 HTTP/1.1" 200 1290 0.003911 10.0.0.249 - - [2025-07-14 02:11:00] "GET /virtual-machine-interface/00ab4c08-f258-4ecf-ad42-8801a525b087 HTTP/1.1" 200 2946 0.004672 10.0.0.249 - - [2025-07-14 02:11:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002795 10.0.0.249 - - [2025-07-14 02:11:00] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002626 10.0.0.249 - - [2025-07-14 02:11:00] "GET /virtual-networks?parent_id=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004654 10.0.0.249 - - [2025-07-14 02:11:00] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005196 10.0.0.249 - - [2025-07-14 02:11:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.249 - - [2025-07-14 02:11:01] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003109 10.0.0.249 - - [2025-07-14 02:11:01] "GET /virtual-networks?parent_id=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003564 10.0.0.249 - - [2025-07-14 02:11:01] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005144 10.0.0.249 - - [2025-07-14 02:11:01] "POST /neutron/port HTTP/1.1" 200 1083 0.010683 10.0.0.249 - - [2025-07-14 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006092 10.0.0.249 - - [2025-07-14 02:11:01] "POST /neutron/port HTTP/1.1" 200 1083 0.011522 10.0.0.249 - - [2025-07-14 02:11:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005938 10.0.0.249 - - [2025-07-14 02:11:02] "POST /neutron/port HTTP/1.1" 200 1083 0.010890 10.0.0.249 - - [2025-07-14 02:11:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006035 10.0.0.249 - - [2025-07-14 02:11:02] "GET /virtual-machine/9ceecec3-bc03-4f64-b76c-c3af4c474e41 HTTP/1.1" 200 1295 0.005207 10.0.0.249 - - [2025-07-14 02:11:02] "GET /virtual-machine-interface/ced5eadd-c049-4017-822c-7b1ce848f43b HTTP/1.1" 200 2948 0.004985 10.0.0.249 - - [2025-07-14 02:11:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.249 - - [2025-07-14 02:11:02] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002838 10.0.0.249 - - [2025-07-14 02:11:02] "GET /virtual-networks?parent_id=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003057 10.0.0.249 - - [2025-07-14 02:11:02] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.008169 10.0.0.249 - - [2025-07-14 02:11:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002749 10.0.0.249 - - [2025-07-14 02:11:03] "GET /global-vrouter-config/c8eb5ea3-5e56-4b4d-936a-2864f669d3ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002801 10.0.0.249 - - [2025-07-14 02:11:03] "GET /virtual-networks?parent_id=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002822 10.0.0.249 - - [2025-07-14 02:11:03] "GET /virtual-network/83609b6b-0b47-4a09-9957-6f426320679e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2550 0.005927 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/port HTTP/1.1" 200 1109 0.011478 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/port HTTP/1.1" 200 1109 0.013335 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/port HTTP/1.1" 200 151 0.103795 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/port HTTP/1.1" 200 1109 0.012703 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/port HTTP/1.1" 200 1109 0.012206 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/port HTTP/1.1" 200 1083 0.017925 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/port HTTP/1.1" 200 1109 0.026266 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/port HTTP/1.1" 200 151 0.197242 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/network HTTP/1.1" 200 994 0.009308 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/network HTTP/1.1" 400 204 0.014637 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/port HTTP/1.1" 200 117 0.012877 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/port HTTP/1.1" 400 205 0.004884 10.0.0.249 - - [2025-07-14 02:11:19] "POST /neutron/port HTTP/1.1" 200 151 0.150322 10.0.0.249 - - [2025-07-14 02:11:20] "GET /obj-perms HTTP/1.1" 200 5075 0.062308 10.0.0.249 - - [2025-07-14 02:11:20] "GET /obj-perms HTTP/1.1" 200 5075 0.045719 10.0.0.249 - - [2025-07-14 02:11:21] "POST /neutron/network HTTP/1.1" 200 994 0.007490 10.0.0.249 - - [2025-07-14 02:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001724 10.0.0.249 - - [2025-07-14 02:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005616 10.0.0.249 - - [2025-07-14 02:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.001695 10.0.0.249 - - [2025-07-14 02:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002487 10.0.0.249 - - [2025-07-14 02:11:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002025 10.0.0.249 - - [2025-07-14 02:11:21] "POST /neutron/network HTTP/1.1" 200 151 0.099579 10.0.0.249 - - [2025-07-14 02:11:21] "DELETE /route-target/8865a602-0582-4592-a762-454dfd424de2 HTTP/1.1" 200 115 0.023924 10.0.0.249 - - [2025-07-14 02:11:21] "GET /routing-instance/4bb1800a-fc2a-48e0-9f47-fb977cfcb0d4 HTTP/1.1" 404 171 0.002872 10.0.0.249 - - [2025-07-14 02:11:21] "GET /domains HTTP/1.1" 200 281 0.003165 10.0.0.249 - - [2025-07-14 02:11:21] "GET /domains?obj_uuids=284e0e17-c510-4835-ba29-3ac94defaa9d&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000890 10.0.0.249 - - [2025-07-14 02:11:22] "GET /domain/284e0e17-c510-4835-ba29-3ac94defaa9d HTTP/1.1" 200 2583 0.052572 10.0.0.249 - - [2025-07-14 02:11:22] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.249 - - [2025-07-14 02:11:22] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb HTTP/1.1" 200 2092 0.067970 10.0.0.249 - - [2025-07-14 02:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.249 - - [2025-07-14 02:11:22] "DELETE /network-ipam/7696c147-1ddf-4a10-837a-df2afa213597 HTTP/1.1" 200 115 0.019461 10.0.0.249 - - [2025-07-14 02:11:22] "POST /fqname-to-id HTTP/1.1" 404 211 0.016136 10.0.0.249 - - [2025-07-14 02:11:22] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.249 - - [2025-07-14 02:11:22] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055206 10.0.0.249 - - [2025-07-14 02:11:22] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001440 10.0.0.249 - - [2025-07-14 02:11:22] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?fields=virtual_networks HTTP/1.1" 200 1035 0.069631 10.0.0.249 - - [2025-07-14 02:11:22] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001188 10.0.0.249 - - [2025-07-14 02:11:22] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.029107 10.0.0.249 - - [2025-07-14 02:11:22] "GET /projects?obj_uuids=9dd22814-a72e-4482-b06c-500cae1718eb&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.249 - - [2025-07-14 02:11:22] "GET /project/9dd22814-a72e-4482-b06c-500cae1718eb?fields=security_groups HTTP/1.1" 200 1262 0.025185