++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Jul 24 02:15:14 UTC 2025 ===================' INFO: =================== Thu Jul 24 02:15:14 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.254 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254 ++ 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 +++ find_my_ip_and_order_for_node_list 10.0.0.249 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.249 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort +++ local local_ips=,10.0.0.249,10.20.0.254,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in '"${server_list[@]}"' +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.249'\''))' +++ local server_ip=10.0.0.249 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.249 ]] +++ [[ ,10.0.0.249,10.20.0.254,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=__ ++ grep '^API__.*__.*=.*$' ++ sort ++ set -o posix ++ cut -d = -f 1 ++ set ++ 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/24/2025 02:15:23.468 7f829921fc08 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 07/24/2025 02:15:23.621 7f829921fc08 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 07/24/2025 02:15:23.636 7f829921fc08 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 07/24/2025 02:15:23.636 7f829921fc08 [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-24 02:15:27] "GET / HTTP/1.1" 503 181 0.000261 10.0.0.249 - - [2025-07-24 02:15:27] "GET / HTTP/1.1" 503 181 0.000200 10.0.0.249 - - [2025-07-24 02:15:27] "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-24 02:15:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000769 10.0.0.249 - - [2025-07-24 02:15:28] "GET / HTTP/1.1" 200 45871 0.001650 10.0.0.249 - - [2025-07-24 02:15:28] "GET / HTTP/1.1" 200 45871 0.001203 10.0.0.249 - - [2025-07-24 02:15:28] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2025-07-24 02:15:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.249 - - [2025-07-24 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 196 0.346880 10.0.0.249 - - [2025-07-24 02:15:28] "POST /job-templates HTTP/1.1" 200 557 0.073838 10.0.0.249 - - [2025-07-24 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.003374 10.0.0.249 - - [2025-07-24 02:15:28] "POST /job-templates HTTP/1.1" 200 565 0.065742 10.0.0.249 - - [2025-07-24 02:15:28] "GET / HTTP/1.1" 200 36215 0.001906 10.0.0.249 - - [2025-07-24 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 191 0.003602 10.0.0.249 - - [2025-07-24 02:15:28] "POST /job-templates HTTP/1.1" 200 547 0.069091 10.0.0.249 - - [2025-07-24 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003274 10.0.0.249 - - [2025-07-24 02:15:28] "POST /job-templates HTTP/1.1" 200 579 0.098838 10.0.0.249 - - [2025-07-24 02:15:28] "POST /fqname-to-id HTTP/1.1" 404 208 0.005454 10.0.0.249 - - [2025-07-24 02:15:28] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.326477 10.0.0.249 - - [2025-07-24 02:15:28] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.003724 10.0.0.249 - - [2025-07-24 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.049890 10.0.0.249 - - [2025-07-24 02:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.249 - - [2025-07-24 02:15:29] "POST /job-templates HTTP/1.1" 200 581 0.065092 10.0.0.249 - - [2025-07-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 210 0.003185 10.0.0.249 - - [2025-07-24 02:15:29] "GET / HTTP/1.1" 200 36215 0.001777 10.0.0.249 - - [2025-07-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.249 - - [2025-07-24 02:15:29] "POST /job-templates HTTP/1.1" 200 585 0.067538 10.0.0.249 - - [2025-07-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.003042 10.0.0.249 - - [2025-07-24 02:15:29] "POST /job-templates HTTP/1.1" 200 561 0.071872 10.0.0.249 - - [2025-07-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 203 0.003173 10.0.0.249 - - [2025-07-24 02:15:29] "POST /job-templates HTTP/1.1" 200 571 0.060765 10.0.0.249 - - [2025-07-24 02:15:29] "GET / HTTP/1.1" 200 36215 0.002380 10.0.0.249 - - [2025-07-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.011925 /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-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.032037 10.0.0.249 - - [2025-07-24 02:15:29] "GET /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.015855 10.0.0.249 - - [2025-07-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 220 0.003718 10.0.0.249 - - [2025-07-24 02:15:29] "POST /job-templates HTTP/1.1" 200 557 0.080754 10.0.0.249 - - [2025-07-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000386 10.0.0.249 - - [2025-07-24 02:15:29] "POST /config-nodes HTTP/1.1" 200 601 0.021492 10.0.0.249 - - [2025-07-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.003039 10.0.0.249 - - [2025-07-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000425 10.0.0.249 - - [2025-07-24 02:15:29] "POST /job-templates HTTP/1.1" 200 557 0.070719 10.0.0.249 - - [2025-07-24 02:15:29] "POST /fqname-to-id HTTP/1.1" 404 196 0.003354 10.0.0.249 - - [2025-07-24 02:15:30] "POST /job-templates HTTP/1.1" 200 557 0.066089 10.0.0.249 - - [2025-07-24 02:15:30] "GET / HTTP/1.1" 200 36215 0.001852 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.005970 10.0.0.249 - - [2025-07-24 02:15:30] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000379 10.0.0.249 - - [2025-07-24 02:15:30] "POST /job-templates HTTP/1.1" 200 537 0.069309 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003334 10.0.0.249 - - [2025-07-24 02:15:30] "POST /job-templates HTTP/1.1" 200 561 0.071420 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 186 0.333863 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003353 10.0.0.249 - - [2025-07-24 02:15:30] "GET /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006564 10.0.0.249 - - [2025-07-24 02:15:30] "POST /job-templates HTTP/1.1" 200 561 0.066269 10.0.0.249 - - [2025-07-24 02:15:30] "POST /service-appliance-sets HTTP/1.1" 200 555 0.075012 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 198 0.003838 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 180 0.003327 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.249 - - [2025-07-24 02:15:30] "POST /job-templates HTTP/1.1" 200 561 0.060749 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.345273 10.0.0.249 - - [2025-07-24 02:15:30] "GET /network-ipam/edceb8a6-b86f-461e-930f-6c9630225fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.004455 10.0.0.249 - - [2025-07-24 02:15:30] "GET /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.006873 10.0.0.249 - - [2025-07-24 02:15:30] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.040088 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 201 0.004572 10.0.0.249 - - [2025-07-24 02:15:30] "POST /service-appliance-sets HTTP/1.1" 200 543 0.020169 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.249 - - [2025-07-24 02:15:30] "POST /job-templates HTTP/1.1" 200 567 0.065968 10.0.0.249 - - [2025-07-24 02:15:30] "GET /network-ipam/edceb8a6-b86f-461e-930f-6c9630225fad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.003777 10.0.0.249 - - [2025-07-24 02:15:30] "POST /fqname-to-id HTTP/1.1" 404 197 0.002897 10.0.0.249 - - [2025-07-24 02:15:31] "POST /job-templates HTTP/1.1" 200 559 0.064829 10.0.0.249 - - [2025-07-24 02:15:31] "POST /service-templates HTTP/1.1" 200 513 0.026732 10.0.0.249 - - [2025-07-24 02:15:31] "POST /service-templates HTTP/1.1" 200 503 0.017710 10.0.0.249 - - [2025-07-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.002632 10.0.0.249 - - [2025-07-24 02:15:31] "POST /service-templates HTTP/1.1" 200 517 0.020398 10.0.0.249 - - [2025-07-24 02:15:31] "POST /job-templates HTTP/1.1" 200 557 0.066322 10.0.0.249 - - [2025-07-24 02:15:31] "POST /service-templates HTTP/1.1" 200 537 0.021039 10.0.0.249 - - [2025-07-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 205 0.002999 10.0.0.249 - - [2025-07-24 02:15:31] "POST /service-templates HTTP/1.1" 200 509 0.018957 10.0.0.249 - - [2025-07-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 225 0.002572 10.0.0.249 - - [2025-07-24 02:15:31] "POST /job-templates HTTP/1.1" 200 575 0.067059 10.0.0.249 - - [2025-07-24 02:15:31] "POST /access-control-lists HTTP/1.1" 200 589 0.056205 10.0.0.249 - - [2025-07-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.003190 10.0.0.249 - - [2025-07-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 224 0.002885 10.0.0.249 - - [2025-07-24 02:15:31] "POST /job-templates HTTP/1.1" 200 553 0.083866 10.0.0.249 - - [2025-07-24 02:15:31] "POST /access-control-lists HTTP/1.1" 200 587 0.082035 10.0.0.249 - - [2025-07-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 208 0.003074 10.0.0.249 - - [2025-07-24 02:15:31] "POST /route-targets HTTP/1.1" 200 328 0.023356 10.0.0.249 - - [2025-07-24 02:15:31] "POST /job-templates HTTP/1.1" 200 581 0.056143 10.0.0.249 - - [2025-07-24 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.020592 10.0.0.249 - - [2025-07-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.004287 10.0.0.249 - - [2025-07-24 02:15:31] "POST /route-targets HTTP/1.1" 200 328 0.011389 10.0.0.249 - - [2025-07-24 02:15:31] "POST /job-templates HTTP/1.1" 200 557 0.068263 10.0.0.249 - - [2025-07-24 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.047415 10.0.0.249 - - [2025-07-24 02:15:31] "POST /fqname-to-id HTTP/1.1" 404 198 0.003642 10.0.0.249 - - [2025-07-24 02:15:31] "POST /route-targets HTTP/1.1" 200 328 0.013114 10.0.0.249 - - [2025-07-24 02:15:31] "POST /job-templates HTTP/1.1" 200 561 0.065753 10.0.0.249 - - [2025-07-24 02:15:31] "POST /ref-update HTTP/1.1" 200 156 0.046240 10.0.0.249 - - [2025-07-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.004853 10.0.0.249 - - [2025-07-24 02:15:32] "POST /route-targets HTTP/1.1" 200 328 0.010803 10.0.0.249 - - [2025-07-24 02:15:32] "POST /job-templates HTTP/1.1" 200 577 0.066080 10.0.0.249 - - [2025-07-24 02:15:32] "POST /ref-update HTTP/1.1" 200 156 0.040854 10.0.0.249 - - [2025-07-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 197 0.003226 10.0.0.249 - - [2025-07-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 201 0.002558 10.0.0.249 - - [2025-07-24 02:15:32] "POST /job-templates HTTP/1.1" 200 559 0.063010 10.0.0.249 - - [2025-07-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.003618 10.0.0.249 - - [2025-07-24 02:15:32] "POST /access-control-lists HTTP/1.1" 200 553 0.084708 10.0.0.249 - - [2025-07-24 02:15:32] "PUT /access-control-list/7e2d28ad-ea5d-4caf-bc98-84a9cd1729fb HTTP/1.1" 200 273 0.019515 10.0.0.249 - - [2025-07-24 02:15:32] "POST /job-templates HTTP/1.1" 200 561 0.081925 10.0.0.249 - - [2025-07-24 02:15:32] "PUT /access-control-list/c9b6cec3-eb4c-4897-ac8b-5fa0fb21d80c HTTP/1.1" 200 273 0.018269 10.0.0.249 - - [2025-07-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 196 0.003980 10.0.0.249 - - [2025-07-24 02:15:32] "POST /job-templates HTTP/1.1" 200 557 0.086601 10.0.0.249 - - [2025-07-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.003238 10.0.0.249 - - [2025-07-24 02:15:32] "POST /job-templates HTTP/1.1" 200 555 0.060774 10.0.0.249 - - [2025-07-24 02:15:32] "POST /fqname-to-id HTTP/1.1" 404 195 0.003076 10.0.0.249 - - [2025-07-24 02:15:32] "POST /job-templates HTTP/1.1" 200 555 0.065089 10.0.0.249 - - [2025-07-24 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.005218 10.0.0.249 - - [2025-07-24 02:15:33] "POST /job-templates HTTP/1.1" 200 555 0.064965 10.0.0.249 - - [2025-07-24 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 200 0.003127 10.0.0.249 - - [2025-07-24 02:15:33] "POST /job-templates HTTP/1.1" 200 565 0.069191 10.0.0.249 - - [2025-07-24 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.003120 10.0.0.249 - - [2025-07-24 02:15:33] "POST /job-templates HTTP/1.1" 200 567 0.070227 10.0.0.249 - - [2025-07-24 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.003373 10.0.0.249 - - [2025-07-24 02:15:33] "POST /config-propertiess HTTP/1.1" 200 553 0.019637 10.0.0.249 - - [2025-07-24 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 168 0.004671 10.0.0.249 - - [2025-07-24 02:15:33] "POST /tags HTTP/1.1" 200 322 0.053401 10.0.0.249 - - [2025-07-24 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 166 0.003507 10.0.0.249 - - [2025-07-24 02:15:33] "POST /tags HTTP/1.1" 200 318 0.025894 10.0.0.249 - - [2025-07-24 02:15:33] "POST /fqname-to-id HTTP/1.1" 404 174 0.003296 10.0.0.249 - - [2025-07-24 02:15:33] "POST /tags HTTP/1.1" 200 334 0.022807 10.0.0.249 - - [2025-07-24 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 162 0.003029 10.0.0.249 - - [2025-07-24 02:15:34] "POST /tags HTTP/1.1" 200 310 0.023582 10.0.0.249 - - [2025-07-24 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 174 0.003019 10.0.0.249 - - [2025-07-24 02:15:34] "POST /tags HTTP/1.1" 200 334 0.027179 10.0.0.249 - - [2025-07-24 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 164 0.003208 10.0.0.249 - - [2025-07-24 02:15:34] "POST /tags HTTP/1.1" 200 314 0.049750 10.0.0.249 - - [2025-07-24 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 169 0.003354 10.0.0.249 - - [2025-07-24 02:15:34] "POST /tags HTTP/1.1" 200 324 0.036276 10.0.0.249 - - [2025-07-24 02:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.249 - - [2025-07-24 02:15:34] "PUT /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b HTTP/1.1" 200 275 0.010281 10.0.0.249 - - [2025-07-24 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 166 0.003163 10.0.0.249 - - [2025-07-24 02:15:34] "POST /hardwares HTTP/1.1" 200 328 0.011535 10.0.0.249 - - [2025-07-24 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 166 0.003132 10.0.0.249 - - [2025-07-24 02:15:34] "POST /hardwares HTTP/1.1" 200 328 0.047780 10.0.0.249 - - [2025-07-24 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 166 0.002997 10.0.0.249 - - [2025-07-24 02:15:34] "POST /hardwares HTTP/1.1" 200 328 0.010705 10.0.0.249 - - [2025-07-24 02:15:34] "POST /fqname-to-id HTTP/1.1" 404 166 0.003226 10.0.0.249 - - [2025-07-24 02:15:35] "POST /hardwares HTTP/1.1" 200 328 0.011979 10.0.0.249 - - [2025-07-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003532 10.0.0.249 - - [2025-07-24 02:15:35] "POST /hardwares HTTP/1.1" 200 324 0.016963 10.0.0.249 - - [2025-07-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003079 10.0.0.249 - - [2025-07-24 02:15:35] "POST /hardwares HTTP/1.1" 200 324 0.013954 10.0.0.249 - - [2025-07-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 161 0.002818 10.0.0.249 - - [2025-07-24 02:15:35] "POST /hardwares HTTP/1.1" 200 318 0.011856 10.0.0.249 - - [2025-07-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003509 10.0.0.249 - - [2025-07-24 02:15:35] "POST /hardwares HTTP/1.1" 200 324 0.012229 10.0.0.249 - - [2025-07-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.003551 10.0.0.249 - - [2025-07-24 02:15:35] "POST /hardwares HTTP/1.1" 200 324 0.016982 10.0.0.249 - - [2025-07-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 164 0.002903 10.0.0.249 - - [2025-07-24 02:15:35] "POST /hardwares HTTP/1.1" 200 324 0.012344 10.0.0.249 - - [2025-07-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.249 - - [2025-07-24 02:15:35] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1164 0.004323 10.0.0.249 - - [2025-07-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 165 0.003438 10.0.0.249 - - [2025-07-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004833 10.0.0.249 - - [2025-07-24 02:15:35] "POST /hardwares HTTP/1.1" 200 326 0.012117 10.0.0.249 - - [2025-07-24 02:15:35] "PUT /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce HTTP/1.1" 200 277 0.012175 10.0.0.249 - - [2025-07-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 165 0.004252 10.0.0.249 - - [2025-07-24 02:15:35] "POST /hardwares HTTP/1.1" 200 326 0.011339 10.0.0.249 - - [2025-07-24 02:15:35] "POST /fqname-to-id HTTP/1.1" 404 165 0.003478 10.0.0.249 - - [2025-07-24 02:15:36] "POST /hardwares HTTP/1.1" 200 326 0.012068 10.0.0.249 - - [2025-07-24 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 165 0.003339 10.0.0.249 - - [2025-07-24 02:15:36] "POST /hardwares HTTP/1.1" 200 326 0.011773 10.0.0.249 - - [2025-07-24 02:15:36] "GET / HTTP/1.1" 200 36215 0.001665 10.0.0.249 - - [2025-07-24 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.005238 10.0.0.249 - - [2025-07-24 02:15:36] "POST /alarms HTTP/1.1" 401 293 0.000666 10.0.0.249 - - [2025-07-24 02:15:36] "POST /hardwares HTTP/1.1" 200 324 0.016889 10.0.0.249 - - [2025-07-24 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.003471 10.0.0.249 - - [2025-07-24 02:15:36] "POST /hardwares HTTP/1.1" 200 318 0.013616 10.0.0.249 - - [2025-07-24 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003453 10.0.0.249 - - [2025-07-24 02:15:36] "POST /hardwares HTTP/1.1" 200 324 0.013388 10.0.0.249 - - [2025-07-24 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 161 0.002993 10.0.0.249 - - [2025-07-24 02:15:36] "POST /hardwares HTTP/1.1" 200 318 0.011893 10.0.0.249 - - [2025-07-24 02:15:36] "POST /alarms HTTP/1.1" 200 583 0.048296 10.0.0.249 - - [2025-07-24 02:15:36] "POST /alarms HTTP/1.1" 200 577 0.018747 10.0.0.249 - - [2025-07-24 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 164 0.003550 10.0.0.249 - - [2025-07-24 02:15:36] "POST /alarms HTTP/1.1" 200 577 0.025224 10.0.0.249 - - [2025-07-24 02:15:36] "POST /hardwares HTTP/1.1" 200 324 0.024817 10.0.0.249 - - [2025-07-24 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 162 0.002640 10.0.0.249 - - [2025-07-24 02:15:36] "POST /alarms HTTP/1.1" 200 561 0.023758 10.0.0.249 - - [2025-07-24 02:15:36] "POST /hardwares HTTP/1.1" 200 320 0.016639 10.0.0.249 - - [2025-07-24 02:15:36] "POST /alarms HTTP/1.1" 200 557 0.030685 10.0.0.249 - - [2025-07-24 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 162 0.003288 10.0.0.249 - - [2025-07-24 02:15:36] "POST /alarms HTTP/1.1" 200 559 0.020847 10.0.0.249 - - [2025-07-24 02:15:36] "POST /hardwares HTTP/1.1" 200 320 0.017449 10.0.0.249 - - [2025-07-24 02:15:36] "POST /alarms HTTP/1.1" 200 567 0.018819 10.0.0.249 - - [2025-07-24 02:15:36] "POST /fqname-to-id HTTP/1.1" 404 165 0.003583 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 551 0.019666 10.0.0.249 - - [2025-07-24 02:15:37] "POST /hardwares HTTP/1.1" 200 326 0.016577 10.0.0.249 - - [2025-07-24 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003485 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 559 0.021681 10.0.0.249 - - [2025-07-24 02:15:37] "POST /hardwares HTTP/1.1" 200 318 0.018070 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 569 0.021093 10.0.0.249 - - [2025-07-24 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 161 0.003213 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 557 0.016931 10.0.0.249 - - [2025-07-24 02:15:37] "POST /hardwares HTTP/1.1" 200 318 0.010408 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 569 0.015416 10.0.0.249 - - [2025-07-24 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.002753 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 577 0.061825 10.0.0.249 - - [2025-07-24 02:15:37] "POST /hardwares HTTP/1.1" 200 320 0.034888 10.0.0.249 - - [2025-07-24 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.005206 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 571 0.017335 10.0.0.249 - - [2025-07-24 02:15:37] "POST /hardwares HTTP/1.1" 200 320 0.011897 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 563 0.018628 10.0.0.249 - - [2025-07-24 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 162 0.003304 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 563 0.019681 10.0.0.249 - - [2025-07-24 02:15:37] "POST /hardwares HTTP/1.1" 200 320 0.009545 10.0.0.249 - - [2025-07-24 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 158 0.002506 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 563 0.019884 10.0.0.249 - - [2025-07-24 02:15:37] "POST /hardwares HTTP/1.1" 200 312 0.011827 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 549 0.023655 10.0.0.249 - - [2025-07-24 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 158 0.003135 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 597 0.020163 10.0.0.249 - - [2025-07-24 02:15:37] "POST /hardwares HTTP/1.1" 200 312 0.011935 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 577 0.021839 10.0.0.249 - - [2025-07-24 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 160 0.002759 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 573 0.029980 10.0.0.249 - - [2025-07-24 02:15:37] "POST /hardwares HTTP/1.1" 200 316 0.017210 10.0.0.249 - - [2025-07-24 02:15:37] "POST /fqname-to-id HTTP/1.1" 404 154 0.002780 10.0.0.249 - - [2025-07-24 02:15:37] "POST /alarms HTTP/1.1" 200 585 0.022596 10.0.0.249 - - [2025-07-24 02:15:38] "POST /hardwares HTTP/1.1" 200 304 0.012815 10.0.0.249 - - [2025-07-24 02:15:38] "POST /alarms HTTP/1.1" 200 611 0.016923 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 158 0.002897 10.0.0.249 - - [2025-07-24 02:15:38] "POST /hardwares HTTP/1.1" 200 312 0.016860 10.0.0.249 - - [2025-07-24 02:15:38] "GET / HTTP/1.1" 200 36215 0.001660 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.003182 10.0.0.249 - - [2025-07-24 02:15:38] "POST /hardwares HTTP/1.1" 200 306 0.016662 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.003248 10.0.0.249 - - [2025-07-24 02:15:38] "POST /hardwares HTTP/1.1" 200 306 0.011342 10.0.0.249 - - [2025-07-24 02:15:38] "GET / HTTP/1.1" 200 36215 0.001824 10.0.0.249 - - [2025-07-24 02:15:38] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.003179 10.0.0.249 - - [2025-07-24 02:15:38] "POST /hardwares HTTP/1.1" 200 306 0.011282 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 155 0.003120 10.0.0.249 - - [2025-07-24 02:15:38] "POST /hardwares HTTP/1.1" 200 306 0.011189 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 156 0.003418 10.0.0.249 - - [2025-07-24 02:15:38] "POST /hardwares HTTP/1.1" 200 308 0.011778 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 156 0.003440 10.0.0.249 - - [2025-07-24 02:15:38] "POST /hardwares HTTP/1.1" 200 308 0.011827 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 156 0.008374 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.304854 10.0.0.249 - - [2025-07-24 02:15:38] "GET /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006673 10.0.0.249 - - [2025-07-24 02:15:38] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.037538 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.249 - - [2025-07-24 02:15:38] "POST /hardwares HTTP/1.1" 200 308 0.013299 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 220 0.003771 10.0.0.249 - - [2025-07-24 02:15:38] "PUT /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce HTTP/1.1" 200 277 0.010567 10.0.0.249 - - [2025-07-24 02:15:38] "POST /fqname-to-id HTTP/1.1" 404 157 0.003607 10.0.0.249 - - [2025-07-24 02:15:38] "POST /config-database-nodes HTTP/1.1" 200 619 0.018909 10.0.0.249 - - [2025-07-24 02:15:38] "POST /hardwares HTTP/1.1" 200 310 0.025107 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.003721 10.0.0.249 - - [2025-07-24 02:15:39] "POST /hardwares HTTP/1.1" 200 312 0.011486 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 158 0.003196 10.0.0.249 - - [2025-07-24 02:15:39] "POST /hardwares HTTP/1.1" 200 312 0.011954 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 153 0.002949 10.0.0.249 - - [2025-07-24 02:15:39] "GET / HTTP/1.1" 200 36215 0.001829 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000383 10.0.0.249 - - [2025-07-24 02:15:39] "POST /hardwares HTTP/1.1" 200 302 0.023195 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.002948 10.0.0.249 - - [2025-07-24 02:15:39] "POST /hardwares HTTP/1.1" 200 310 0.011381 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.002728 10.0.0.249 - - [2025-07-24 02:15:39] "POST /hardwares HTTP/1.1" 200 310 0.011147 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.003166 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.034106 10.0.0.249 - - [2025-07-24 02:15:39] "POST /hardwares HTTP/1.1" 200 310 0.015418 10.0.0.249 - - [2025-07-24 02:15:39] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004511 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.004612 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.249 - - [2025-07-24 02:15:39] "PUT /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce HTTP/1.1" 200 277 0.012903 10.0.0.249 - - [2025-07-24 02:15:39] "POST /hardwares HTTP/1.1" 200 310 0.017430 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 157 0.003063 10.0.0.249 - - [2025-07-24 02:15:39] "POST /hardwares HTTP/1.1" 200 310 0.019810 10.0.0.249 - - [2025-07-24 02:15:39] "POST /fqname-to-id HTTP/1.1" 404 161 0.003810 10.0.0.249 - - [2025-07-24 02:15:39] "POST /hardwares HTTP/1.1" 200 318 0.014535 10.0.0.249 - - [2025-07-24 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.004876 10.0.0.249 - - [2025-07-24 02:15:40] "POST /hardwares HTTP/1.1" 200 310 0.011497 10.0.0.249 - - [2025-07-24 02:15:40] "GET / HTTP/1.1" 200 36215 0.002228 10.0.0.249 - - [2025-07-24 02:15:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.249 - - [2025-07-24 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 157 0.004235 10.0.0.249 - - [2025-07-24 02:15:40] "POST /hardwares HTTP/1.1" 200 310 0.013296 10.0.0.249 - - [2025-07-24 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 154 0.002877 10.0.0.249 - - [2025-07-24 02:15:40] "POST /hardwares HTTP/1.1" 200 304 0.011635 10.0.0.249 - - [2025-07-24 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 190 0.004124 10.0.0.249 - - [2025-07-24 02:15:40] "POST /features HTTP/1.1" 200 535 0.019869 10.0.0.249 - - [2025-07-24 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 185 0.003051 10.0.0.249 - - [2025-07-24 02:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.025804 10.0.0.249 - - [2025-07-24 02:15:40] "GET /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.006503 10.0.0.249 - - [2025-07-24 02:15:40] "POST /features HTTP/1.1" 200 525 0.025098 10.0.0.249 - - [2025-07-24 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.002444 10.0.0.249 - - [2025-07-24 02:15:40] "PUT /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b HTTP/1.1" 200 275 0.018735 10.0.0.249 - - [2025-07-24 02:15:40] "POST /features HTTP/1.1" 200 523 0.018889 10.0.0.249 - - [2025-07-24 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.003361 10.0.0.249 - - [2025-07-24 02:15:40] "POST /features HTTP/1.1" 200 523 0.019693 10.0.0.249 - - [2025-07-24 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 189 0.004099 10.0.0.249 - - [2025-07-24 02:15:40] "POST /features HTTP/1.1" 200 533 0.021300 10.0.0.249 - - [2025-07-24 02:15:40] "POST /fqname-to-id HTTP/1.1" 404 184 0.003002 10.0.0.249 - - [2025-07-24 02:15:41] "POST /features HTTP/1.1" 200 523 0.021786 10.0.0.249 - - [2025-07-24 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003227 10.0.0.249 - - [2025-07-24 02:15:41] "POST /features HTTP/1.1" 200 541 0.017432 10.0.0.249 - - [2025-07-24 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 186 0.004508 10.0.0.249 - - [2025-07-24 02:15:41] "POST /features HTTP/1.1" 200 527 0.020168 10.0.0.249 - - [2025-07-24 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 183 0.005350 10.0.0.249 - - [2025-07-24 02:15:41] "POST /features HTTP/1.1" 200 521 0.021746 10.0.0.249 - - [2025-07-24 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 182 0.003476 10.0.0.249 - - [2025-07-24 02:15:41] "POST /features HTTP/1.1" 200 519 0.019716 10.0.0.249 - - [2025-07-24 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 190 0.003825 10.0.0.249 - - [2025-07-24 02:15:41] "POST /features HTTP/1.1" 200 535 0.020044 10.0.0.249 - - [2025-07-24 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.003353 10.0.0.249 - - [2025-07-24 02:15:41] "POST /features HTTP/1.1" 200 543 0.018207 10.0.0.249 - - [2025-07-24 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 178 0.003060 10.0.0.249 - - [2025-07-24 02:15:41] "POST /physical-roles HTTP/1.1" 200 523 0.024229 10.0.0.249 - - [2025-07-24 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 179 0.004401 10.0.0.249 - - [2025-07-24 02:15:41] "POST /physical-roles HTTP/1.1" 200 525 0.018207 10.0.0.249 - - [2025-07-24 02:15:41] "POST /fqname-to-id HTTP/1.1" 404 184 0.003260 10.0.0.249 - - [2025-07-24 02:15:42] "POST /physical-roles HTTP/1.1" 200 535 0.019400 10.0.0.249 - - [2025-07-24 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 177 0.003283 10.0.0.249 - - [2025-07-24 02:15:42] "POST /physical-roles HTTP/1.1" 200 521 0.017245 10.0.0.249 - - [2025-07-24 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.003074 10.0.0.249 - - [2025-07-24 02:15:42] "POST /overlay-roles HTTP/1.1" 200 547 0.028275 10.0.0.249 - - [2025-07-24 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003098 10.0.0.249 - - [2025-07-24 02:15:42] "POST /overlay-roles HTTP/1.1" 200 533 0.024626 10.0.0.249 - - [2025-07-24 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 191 0.002884 10.0.0.249 - - [2025-07-24 02:15:42] "POST /overlay-roles HTTP/1.1" 200 547 0.027707 10.0.0.249 - - [2025-07-24 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 185 0.003010 10.0.0.249 - - [2025-07-24 02:15:42] "POST /overlay-roles HTTP/1.1" 200 535 0.021917 10.0.0.249 - - [2025-07-24 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.002852 10.0.0.249 - - [2025-07-24 02:15:42] "POST /overlay-roles HTTP/1.1" 200 543 0.020355 10.0.0.249 - - [2025-07-24 02:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003359 10.0.0.249 - - [2025-07-24 02:15:42] "PUT /overlay-role/ed013944-e44f-4913-8c80-480f32c0e9b7 HTTP/1.1" 200 259 0.010127 10.0.0.249 - - [2025-07-24 02:15:42] "POST /fqname-to-id HTTP/1.1" 404 184 0.003604 10.0.0.249 - - [2025-07-24 02:15:42] "POST /overlay-roles HTTP/1.1" 200 533 0.027503 10.0.0.249 - - [2025-07-24 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 185 0.002942 10.0.0.249 - - [2025-07-24 02:15:43] "POST /overlay-roles HTTP/1.1" 200 535 0.059958 10.0.0.249 - - [2025-07-24 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.002985 10.0.0.249 - - [2025-07-24 02:15:43] "POST /overlay-roles HTTP/1.1" 200 531 0.019255 10.0.0.249 - - [2025-07-24 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 187 0.008253 10.0.0.249 - - [2025-07-24 02:15:43] "POST /overlay-roles HTTP/1.1" 200 539 0.020299 10.0.0.249 - - [2025-07-24 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.003123 10.0.0.249 - - [2025-07-24 02:15:43] "POST /overlay-roles HTTP/1.1" 200 543 0.020088 10.0.0.249 - - [2025-07-24 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 178 0.003378 10.0.0.249 - - [2025-07-24 02:15:43] "POST /overlay-roles HTTP/1.1" 200 521 0.018642 10.0.0.249 - - [2025-07-24 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.002926 10.0.0.249 - - [2025-07-24 02:15:43] "POST /overlay-roles HTTP/1.1" 200 545 0.019607 10.0.0.249 - - [2025-07-24 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 182 0.003642 10.0.0.249 - - [2025-07-24 02:15:43] "POST /role-definitions HTTP/1.1" 200 535 0.016204 10.0.0.249 - - [2025-07-24 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 189 0.002953 10.0.0.249 - - [2025-07-24 02:15:43] "POST /role-definitions HTTP/1.1" 200 549 0.015908 10.0.0.249 - - [2025-07-24 02:15:43] "POST /fqname-to-id HTTP/1.1" 404 190 0.003420 10.0.0.249 - - [2025-07-24 02:15:44] "POST /role-definitions HTTP/1.1" 200 551 0.017617 10.0.0.249 - - [2025-07-24 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.003366 10.0.0.249 - - [2025-07-24 02:15:44] "POST /role-definitions HTTP/1.1" 200 553 0.018009 10.0.0.249 - - [2025-07-24 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 197 0.002845 10.0.0.249 - - [2025-07-24 02:15:44] "POST /role-definitions HTTP/1.1" 200 565 0.017364 10.0.0.249 - - [2025-07-24 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 189 0.002974 10.0.0.249 - - [2025-07-24 02:15:44] "POST /role-definitions HTTP/1.1" 200 549 0.065287 10.0.0.249 - - [2025-07-24 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.004002 10.0.0.249 - - [2025-07-24 02:15:44] "POST /role-definitions HTTP/1.1" 200 551 0.092029 10.0.0.249 - - [2025-07-24 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 191 0.004593 10.0.0.249 - - [2025-07-24 02:15:44] "POST /role-definitions HTTP/1.1" 200 553 0.063475 10.0.0.249 - - [2025-07-24 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 190 0.004424 10.0.0.249 - - [2025-07-24 02:15:44] "POST /role-definitions HTTP/1.1" 200 551 0.052047 10.0.0.249 - - [2025-07-24 02:15:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.003284 10.0.0.249 - - [2025-07-24 02:15:45] "POST /role-definitions HTTP/1.1" 200 563 0.022216 10.0.0.249 - - [2025-07-24 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.004189 10.0.0.249 - - [2025-07-24 02:15:45] "POST /role-definitions HTTP/1.1" 200 549 0.024837 10.0.0.249 - - [2025-07-24 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 190 0.003235 10.0.0.249 - - [2025-07-24 02:15:45] "POST /role-definitions HTTP/1.1" 200 551 0.030974 10.0.0.249 - - [2025-07-24 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.002788 10.0.0.249 - - [2025-07-24 02:15:45] "POST /role-definitions HTTP/1.1" 200 547 0.068318 10.0.0.249 - - [2025-07-24 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 189 0.003346 10.0.0.249 - - [2025-07-24 02:15:45] "POST /role-definitions HTTP/1.1" 200 549 0.194875 10.0.0.249 - - [2025-07-24 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.004127 10.0.0.249 - - [2025-07-24 02:15:45] "POST /role-definitions HTTP/1.1" 200 555 0.068641 10.0.0.249 - - [2025-07-24 02:15:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003102 10.0.0.249 - - [2025-07-24 02:15:45] "POST /role-definitions HTTP/1.1" 200 557 0.017959 10.0.0.249 - - [2025-07-24 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 182 0.003476 10.0.0.249 - - [2025-07-24 02:15:46] "POST /role-definitions HTTP/1.1" 200 535 0.023019 10.0.0.249 - - [2025-07-24 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 187 0.003770 10.0.0.249 - - [2025-07-24 02:15:46] "POST /role-definitions HTTP/1.1" 200 545 0.020068 10.0.0.249 - - [2025-07-24 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 181 0.004299 10.0.0.249 - - [2025-07-24 02:15:46] "POST /role-definitions HTTP/1.1" 200 533 0.025773 10.0.0.249 - - [2025-07-24 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 184 0.003088 10.0.0.249 - - [2025-07-24 02:15:46] "POST /role-definitions HTTP/1.1" 200 539 0.019809 10.0.0.249 - - [2025-07-24 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 189 0.003470 10.0.0.249 - - [2025-07-24 02:15:46] "POST /role-definitions HTTP/1.1" 200 549 0.016546 10.0.0.249 - - [2025-07-24 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 194 0.005104 10.0.0.249 - - [2025-07-24 02:15:46] "POST /role-definitions HTTP/1.1" 200 559 0.017702 10.0.0.249 - - [2025-07-24 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.002942 10.0.0.249 - - [2025-07-24 02:15:46] "POST /role-definitions HTTP/1.1" 200 563 0.019017 10.0.0.249 - - [2025-07-24 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 195 0.003443 10.0.0.249 - - [2025-07-24 02:15:46] "POST /role-definitions HTTP/1.1" 200 561 0.025330 10.0.0.249 - - [2025-07-24 02:15:46] "POST /fqname-to-id HTTP/1.1" 404 196 0.003391 10.0.0.249 - - [2025-07-24 02:15:47] "POST /feature-configs HTTP/1.1" 200 539 0.020220 10.0.0.249 - - [2025-07-24 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 212 0.003104 10.0.0.249 - - [2025-07-24 02:15:47] "POST /feature-configs HTTP/1.1" 200 564 0.041135 10.0.0.249 - - [2025-07-24 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 211 0.003312 10.0.0.249 - - [2025-07-24 02:15:47] "POST /feature-configs HTTP/1.1" 200 563 0.020619 10.0.0.249 - - [2025-07-24 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 192 0.003933 10.0.0.249 - - [2025-07-24 02:15:47] "POST /node-profiles HTTP/1.1" 200 549 0.020151 10.0.0.249 - - [2025-07-24 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 187 0.004496 10.0.0.249 - - [2025-07-24 02:15:47] "POST /node-profiles HTTP/1.1" 200 539 0.018739 10.0.0.249 - - [2025-07-24 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.004665 10.0.0.249 - - [2025-07-24 02:15:47] "POST /node-profiles HTTP/1.1" 200 551 0.017555 10.0.0.249 - - [2025-07-24 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003443 10.0.0.249 - - [2025-07-24 02:15:47] "POST /node-profiles HTTP/1.1" 200 543 0.018290 10.0.0.249 - - [2025-07-24 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 189 0.003342 10.0.0.249 - - [2025-07-24 02:15:47] "POST /node-profiles HTTP/1.1" 200 543 0.025723 10.0.0.249 - - [2025-07-24 02:15:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.003184 10.0.0.249 - - [2025-07-24 02:15:47] "POST /node-profiles HTTP/1.1" 200 541 0.021348 10.0.0.249 - - [2025-07-24 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.002794 10.0.0.249 - - [2025-07-24 02:15:48] "POST /node-profiles HTTP/1.1" 200 533 0.019956 10.0.0.249 - - [2025-07-24 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 185 0.003808 10.0.0.249 - - [2025-07-24 02:15:48] "POST /node-profiles HTTP/1.1" 200 535 0.021518 10.0.0.249 - - [2025-07-24 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 197 0.003917 10.0.0.249 - - [2025-07-24 02:15:48] "POST /node-profiles HTTP/1.1" 200 559 0.023406 10.0.0.249 - - [2025-07-24 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003241 10.0.0.249 - - [2025-07-24 02:15:48] "POST /telemetry-profiles HTTP/1.1" 200 556 0.022102 10.0.0.249 - - [2025-07-24 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.005258 10.0.0.249 - - [2025-07-24 02:15:48] "POST /telemetry-profiles HTTP/1.1" 200 556 0.018483 10.0.0.249 - - [2025-07-24 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.003533 10.0.0.249 - - [2025-07-24 02:15:48] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016792 10.0.0.249 - - [2025-07-24 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.002690 10.0.0.249 - - [2025-07-24 02:15:48] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016975 10.0.0.249 - - [2025-07-24 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.002989 10.0.0.249 - - [2025-07-24 02:15:48] "POST /telemetry-profiles HTTP/1.1" 200 556 0.016547 10.0.0.249 - - [2025-07-24 02:15:48] "POST /fqname-to-id HTTP/1.1" 404 206 0.002931 10.0.0.249 - - [2025-07-24 02:15:49] "POST /telemetry-profiles HTTP/1.1" 200 556 0.023195 10.0.0.249 - - [2025-07-24 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.003056 10.0.0.249 - - [2025-07-24 02:15:49] "POST /sflow-profiles HTTP/1.1" 200 534 0.015875 10.0.0.249 - - [2025-07-24 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.002812 10.0.0.249 - - [2025-07-24 02:15:49] "POST /sflow-profiles HTTP/1.1" 200 540 0.021734 10.0.0.249 - - [2025-07-24 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.003447 10.0.0.249 - - [2025-07-24 02:15:49] "POST /sflow-profiles HTTP/1.1" 200 540 0.026660 10.0.0.249 - - [2025-07-24 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.003620 10.0.0.249 - - [2025-07-24 02:15:49] "POST /grpc-profiles HTTP/1.1" 200 532 0.016755 10.0.0.249 - - [2025-07-24 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 199 0.003227 10.0.0.249 - - [2025-07-24 02:15:49] "POST /snmp-profiles HTTP/1.1" 200 532 0.024624 10.0.0.249 - - [2025-07-24 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 202 0.002922 10.0.0.249 - - [2025-07-24 02:15:49] "POST /netconf-profiles HTTP/1.1" 200 544 0.017979 10.0.0.249 - - [2025-07-24 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003353 10.0.0.249 - - [2025-07-24 02:15:49] "POST /device-functional-groups HTTP/1.1" 200 542 0.017973 10.0.0.249 - - [2025-07-24 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.003193 10.0.0.249 - - [2025-07-24 02:15:49] "POST /device-functional-groups HTTP/1.1" 200 542 0.017537 10.0.0.249 - - [2025-07-24 02:15:49] "POST /fqname-to-id HTTP/1.1" 404 195 0.003185 10.0.0.249 - - [2025-07-24 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 546 0.016715 10.0.0.249 - - [2025-07-24 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.003798 10.0.0.249 - - [2025-07-24 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 544 0.019020 10.0.0.249 - - [2025-07-24 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 218 0.004000 10.0.0.249 - - [2025-07-24 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 592 0.018828 10.0.0.249 - - [2025-07-24 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 208 0.003174 10.0.0.249 - - [2025-07-24 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 572 0.017944 10.0.0.249 - - [2025-07-24 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 236 0.003484 10.0.0.249 - - [2025-07-24 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 622 0.019361 10.0.0.249 - - [2025-07-24 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.003181 10.0.0.249 - - [2025-07-24 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 568 0.026862 10.0.0.249 - - [2025-07-24 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.003109 10.0.0.249 - - [2025-07-24 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 566 0.016073 10.0.0.249 - - [2025-07-24 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 210 0.003402 10.0.0.249 - - [2025-07-24 02:15:50] "POST /device-functional-groups HTTP/1.1" 200 576 0.018356 10.0.0.249 - - [2025-07-24 02:15:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.003071 10.0.0.249 - - [2025-07-24 02:15:50] "POST /role-configs HTTP/1.1" 200 527 0.016941 10.0.0.249 - - [2025-07-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 196 0.003067 10.0.0.249 - - [2025-07-24 02:15:51] "POST /role-configs HTTP/1.1" 200 522 0.019368 10.0.0.249 - - [2025-07-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.004390 10.0.0.249 - - [2025-07-24 02:15:51] "POST /role-configs HTTP/1.1" 200 524 0.019087 10.0.0.249 - - [2025-07-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 198 0.002855 10.0.0.249 - - [2025-07-24 02:15:51] "POST /role-configs HTTP/1.1" 200 524 0.016889 10.0.0.249 - - [2025-07-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.003403 10.0.0.249 - - [2025-07-24 02:15:51] "GET /global-system-configs HTTP/1.1" 200 323 0.910651 10.0.0.249 - - [2025-07-24 02:15:51] "POST /role-configs HTTP/1.1" 200 528 0.016351 10.0.0.249 - - [2025-07-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.003049 10.0.0.249 - - [2025-07-24 02:15:51] "POST /role-configs HTTP/1.1" 200 523 0.027066 10.0.0.249 - - [2025-07-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.003335 10.0.0.249 - - [2025-07-24 02:15:51] "POST /role-configs HTTP/1.1" 200 519 0.016907 10.0.0.249 - - [2025-07-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 404 194 0.002753 10.0.0.249 - - [2025-07-24 02:15:51] "POST /role-configs HTTP/1.1" 200 520 0.038786 10.0.0.249 - - [2025-07-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002925 10.0.0.249 - - [2025-07-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.249 - - [2025-07-24 02:15:51] "POST /ref-update HTTP/1.1" 200 156 0.010634 10.0.0.249 - - [2025-07-24 02:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.249 - - [2025-07-24 02:15:51] "GET /global-system-configs HTTP/1.1" 200 323 0.318262 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.249 - - [2025-07-24 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.010757 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.249 - - [2025-07-24 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008528 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.249 - - [2025-07-24 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.009176 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.249 - - [2025-07-24 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008434 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.249 - - [2025-07-24 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008223 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004224 10.0.0.249 - - [2025-07-24 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.012730 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002968 10.0.0.249 - - [2025-07-24 02:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.249 - - [2025-07-24 02:15:52] "POST /ref-update HTTP/1.1" 200 156 0.008762 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002837 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002973 10.0.0.249 - - [2025-07-24 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008603 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.249 - - [2025-07-24 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.009288 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002849 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.249 - - [2025-07-24 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008581 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.249 - - [2025-07-24 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008318 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.249 - - [2025-07-24 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.008423 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.249 - - [2025-07-24 02:15:53] "POST /ref-update HTTP/1.1" 200 156 0.006924 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.249 - - [2025-07-24 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.249 - - [2025-07-24 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.008143 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.249 - - [2025-07-24 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.007920 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.249 - - [2025-07-24 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.009247 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005215 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.249 - - [2025-07-24 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.009197 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.249 - - [2025-07-24 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.009263 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.249 - - [2025-07-24 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.011461 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.249 - - [2025-07-24 02:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.249 - - [2025-07-24 02:15:54] "POST /ref-update HTTP/1.1" 200 156 0.008956 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.249 - - [2025-07-24 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.025722 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002806 10.0.0.249 - - [2025-07-24 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.007922 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.249 - - [2025-07-24 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.007420 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.249 - - [2025-07-24 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.009353 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.249 - - [2025-07-24 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.023012 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003383 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002874 10.0.0.249 - - [2025-07-24 02:15:55] "POST /ref-update HTTP/1.1" 200 156 0.010172 10.0.0.249 - - [2025-07-24 02:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002873 10.0.0.249 - - [2025-07-24 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.008295 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.249 - - [2025-07-24 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007149 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.249 - - [2025-07-24 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.007870 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003248 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.249 - - [2025-07-24 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.011053 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.249 - - [2025-07-24 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.009054 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.249 - - [2025-07-24 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.009108 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.249 - - [2025-07-24 02:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.249 - - [2025-07-24 02:15:56] "POST /ref-update HTTP/1.1" 200 156 0.008977 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.249 - - [2025-07-24 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.008747 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.249 - - [2025-07-24 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007751 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.249 - - [2025-07-24 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007077 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.249 - - [2025-07-24 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.006961 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.249 - - [2025-07-24 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.008503 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.249 - - [2025-07-24 02:15:57] "POST /ref-update HTTP/1.1" 200 156 0.007530 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003217 10.0.0.249 - - [2025-07-24 02:15:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002824 10.0.0.249 - - [2025-07-24 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007704 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.249 - - [2025-07-24 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.009310 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002951 10.0.0.249 - - [2025-07-24 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.010275 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.249 - - [2025-07-24 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007993 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.249 - - [2025-07-24 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007576 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002984 10.0.0.249 - - [2025-07-24 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.008604 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.249 - - [2025-07-24 02:15:58] "POST /ref-update HTTP/1.1" 200 156 0.007387 10.0.0.249 - - [2025-07-24 02:15:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.249 - - [2025-07-24 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007687 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.249 - - [2025-07-24 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.007212 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005195 10.0.0.249 - - [2025-07-24 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.009904 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003098 10.0.0.249 - - [2025-07-24 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.008707 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.249 - - [2025-07-24 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.009552 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005309 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.249 - - [2025-07-24 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.016019 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.249 - - [2025-07-24 02:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.249 - - [2025-07-24 02:15:59] "POST /ref-update HTTP/1.1" 200 156 0.009034 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.249 - - [2025-07-24 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.008502 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003353 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.249 - - [2025-07-24 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.008504 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.249 - - [2025-07-24 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.009321 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.249 - - [2025-07-24 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.008358 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004373 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.249 - - [2025-07-24 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.008367 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.249 - - [2025-07-24 02:16:00] "POST /ref-update HTTP/1.1" 200 156 0.012139 10.0.0.249 - - [2025-07-24 02:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.249 - - [2025-07-24 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.010309 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.249 - - [2025-07-24 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.021333 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.249 - - [2025-07-24 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.008072 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.249 - - [2025-07-24 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.009940 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.249 - - [2025-07-24 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.012369 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.249 - - [2025-07-24 02:16:01] "POST /ref-update HTTP/1.1" 200 156 0.010453 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003131 10.0.0.249 - - [2025-07-24 02:16:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.249 - - [2025-07-24 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.011035 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003059 10.0.0.249 - - [2025-07-24 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.010421 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003037 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.249 - - [2025-07-24 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.009406 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.249 - - [2025-07-24 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.007970 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.249 - - [2025-07-24 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.008555 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.249 - - [2025-07-24 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.007332 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.249 - - [2025-07-24 02:16:02] "POST /ref-update HTTP/1.1" 200 156 0.008688 10.0.0.249 - - [2025-07-24 02:16:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003006 10.0.0.249 - - [2025-07-24 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008354 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.249 - - [2025-07-24 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008819 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.249 - - [2025-07-24 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.009365 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.249 - - [2025-07-24 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008615 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.249 - - [2025-07-24 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.008831 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.249 - - [2025-07-24 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.009666 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.249 - - [2025-07-24 02:16:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.249 - - [2025-07-24 02:16:03] "POST /ref-update HTTP/1.1" 200 156 0.011491 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.249 - - [2025-07-24 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.007442 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.249 - - [2025-07-24 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.007754 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.249 - - [2025-07-24 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.009391 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.249 - - [2025-07-24 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.006826 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003156 10.0.0.249 - - [2025-07-24 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.008067 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.249 - - [2025-07-24 02:16:04] "POST /ref-update HTTP/1.1" 200 156 0.007578 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.249 - - [2025-07-24 02:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.249 - - [2025-07-24 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.008763 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003120 10.0.0.249 - - [2025-07-24 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.008312 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.249 - - [2025-07-24 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.008494 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.249 - - [2025-07-24 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.009102 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.249 - - [2025-07-24 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.007966 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.249 - - [2025-07-24 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.011442 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.249 - - [2025-07-24 02:16:05] "POST /ref-update HTTP/1.1" 200 156 0.007641 10.0.0.249 - - [2025-07-24 02:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.249 - - [2025-07-24 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.009344 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.249 - - [2025-07-24 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.008885 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003078 10.0.0.249 - - [2025-07-24 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.008585 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.249 - - [2025-07-24 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.010866 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003339 10.0.0.249 - - [2025-07-24 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007935 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.249 - - [2025-07-24 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.012922 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.249 - - [2025-07-24 02:16:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002960 10.0.0.249 - - [2025-07-24 02:16:06] "POST /ref-update HTTP/1.1" 200 156 0.007682 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.249 - - [2025-07-24 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.009953 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.249 - - [2025-07-24 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.009113 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002941 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003041 10.0.0.249 - - [2025-07-24 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008456 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003199 10.0.0.249 - - [2025-07-24 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.007087 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.249 - - [2025-07-24 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.008774 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.249 - - [2025-07-24 02:16:07] "POST /ref-update HTTP/1.1" 200 156 0.007190 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.249 - - [2025-07-24 02:16:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002854 10.0.0.249 - - [2025-07-24 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.007592 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.249 - - [2025-07-24 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.008788 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.249 - - [2025-07-24 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.007576 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.249 - - [2025-07-24 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.009074 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.249 - - [2025-07-24 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.008538 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002935 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.249 - - [2025-07-24 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.007143 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002964 10.0.0.249 - - [2025-07-24 02:16:08] "POST /ref-update HTTP/1.1" 200 156 0.008891 10.0.0.249 - - [2025-07-24 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002931 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.249 - - [2025-07-24 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007015 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003001 10.0.0.249 - - [2025-07-24 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007402 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.249 - - [2025-07-24 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.008435 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.249 - - [2025-07-24 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007950 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.249 - - [2025-07-24 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.007919 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003119 10.0.0.249 - - [2025-07-24 02:16:09] "POST /ref-update HTTP/1.1" 200 156 0.009110 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.249 - - [2025-07-24 02:16:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004627 10.0.0.249 - - [2025-07-24 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008640 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003137 10.0.0.249 - - [2025-07-24 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.010558 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.249 - - [2025-07-24 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.007116 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.249 - - [2025-07-24 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008340 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.249 - - [2025-07-24 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.008008 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003128 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.249 - - [2025-07-24 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.009269 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.249 - - [2025-07-24 02:16:10] "POST /ref-update HTTP/1.1" 200 156 0.017670 10.0.0.249 - - [2025-07-24 02:16:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003084 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.249 - - [2025-07-24 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007764 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.249 - - [2025-07-24 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007413 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.249 - - [2025-07-24 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007859 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.249 - - [2025-07-24 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.008621 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003021 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.249 - - [2025-07-24 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007328 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.249 - - [2025-07-24 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007029 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002976 10.0.0.249 - - [2025-07-24 02:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.249 - - [2025-07-24 02:16:11] "POST /ref-update HTTP/1.1" 200 156 0.007679 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.249 - - [2025-07-24 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.009865 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002936 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.249 - - [2025-07-24 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.009357 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003151 10.0.0.249 - - [2025-07-24 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.024694 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002896 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.249 - - [2025-07-24 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.010408 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.249 - - [2025-07-24 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.007885 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.249 - - [2025-07-24 02:16:12] "POST /ref-update HTTP/1.1" 200 156 0.008939 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.249 - - [2025-07-24 02:16:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003153 10.0.0.249 - - [2025-07-24 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.007848 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.249 - - [2025-07-24 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.013402 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.249 - - [2025-07-24 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.007801 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.249 - - [2025-07-24 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.008282 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003056 10.0.0.249 - - [2025-07-24 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.007163 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002825 10.0.0.249 - - [2025-07-24 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.008404 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.249 - - [2025-07-24 02:16:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.249 - - [2025-07-24 02:16:13] "POST /ref-update HTTP/1.1" 200 156 0.007674 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.249 - - [2025-07-24 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.007962 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.249 - - [2025-07-24 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.007749 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.249 - - [2025-07-24 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.007912 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.249 - - [2025-07-24 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.007747 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.249 - - [2025-07-24 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.010887 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003067 10.0.0.249 - - [2025-07-24 02:16:14] "POST /ref-update HTTP/1.1" 200 156 0.008667 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.249 - - [2025-07-24 02:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.249 - - [2025-07-24 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.009877 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002901 10.0.0.249 - - [2025-07-24 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.007612 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.249 - - [2025-07-24 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.007730 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.249 - - [2025-07-24 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.007901 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.249 - - [2025-07-24 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.010303 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.249 - - [2025-07-24 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.007459 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.249 - - [2025-07-24 02:16:15] "POST /ref-update HTTP/1.1" 200 156 0.009197 10.0.0.249 - - [2025-07-24 02:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.249 - - [2025-07-24 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.008993 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.249 - - [2025-07-24 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.009360 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.249 - - [2025-07-24 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.008279 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.249 - - [2025-07-24 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.008437 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.249 - - [2025-07-24 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.008520 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.249 - - [2025-07-24 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.008556 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.249 - - [2025-07-24 02:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.249 - - [2025-07-24 02:16:16] "POST /ref-update HTTP/1.1" 200 156 0.008144 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.249 - - [2025-07-24 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.008755 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005232 10.0.0.249 - - [2025-07-24 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.011717 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002947 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.249 - - [2025-07-24 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.007043 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.249 - - [2025-07-24 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.007846 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.249 - - [2025-07-24 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.008860 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002902 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.249 - - [2025-07-24 02:16:17] "POST /ref-update HTTP/1.1" 200 156 0.008617 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002813 10.0.0.249 - - [2025-07-24 02:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.249 - - [2025-07-24 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.008443 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.249 - - [2025-07-24 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.009269 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.249 - - [2025-07-24 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.009661 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003813 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.249 - - [2025-07-24 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.009254 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.249 - - [2025-07-24 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.011377 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.249 - - [2025-07-24 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.007278 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.249 - - [2025-07-24 02:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.249 - - [2025-07-24 02:16:18] "POST /ref-update HTTP/1.1" 200 156 0.008594 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.249 - - [2025-07-24 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.009119 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.249 - - [2025-07-24 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.007860 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004783 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.249 - - [2025-07-24 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.008583 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.249 - - [2025-07-24 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.014165 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.249 - - [2025-07-24 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.014144 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.011637 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003036 10.0.0.249 - - [2025-07-24 02:16:19] "POST /ref-update HTTP/1.1" 200 156 0.011085 10.0.0.249 - - [2025-07-24 02:16:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003099 10.0.0.249 - - [2025-07-24 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.011927 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.249 - - [2025-07-24 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.008729 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.249 - - [2025-07-24 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.014529 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.249 - - [2025-07-24 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.011103 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.249 - - [2025-07-24 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.009098 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003172 10.0.0.249 - - [2025-07-24 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.009992 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.249 - - [2025-07-24 02:16:20] "GET / HTTP/1.1" 200 36215 0.002371 10.0.0.249 - - [2025-07-24 02:16:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000418 10.0.0.249 - - [2025-07-24 02:16:20] "POST /ref-update HTTP/1.1" 200 156 0.011410 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003314 10.0.0.249 - - [2025-07-24 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.015324 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003206 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002865 10.0.0.249 - - [2025-07-24 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.009718 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.024594 10.0.0.249 - - [2025-07-24 02:16:21] "GET /routing-instance/64a172ae-b407-499e-8547-18ade8fe7b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004310 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.012030 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.249 - - [2025-07-24 02:16:21] "POST /bgp-routers HTTP/1.1" 200 622 0.026984 10.0.0.249 - - [2025-07-24 02:16:21] "GET /bgp-router/fbc13d2b-f4c5-4c7b-8282-aea66152f4dc?fields=global_system_config_back_refs HTTP/1.1" 200 1118 0.007319 10.0.0.249 - - [2025-07-24 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.016448 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.249 - - [2025-07-24 02:16:21] "GET /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.007215 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002648 10.0.0.249 - - [2025-07-24 02:16:21] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005414 10.0.0.249 - - [2025-07-24 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.010941 10.0.0.249 - - [2025-07-24 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.008069 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006114 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.249 - - [2025-07-24 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.009981 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003402 10.0.0.249 - - [2025-07-24 02:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.249 - - [2025-07-24 02:16:21] "POST /ref-update HTTP/1.1" 200 156 0.009140 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.249 - - [2025-07-24 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009669 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003229 10.0.0.249 - - [2025-07-24 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.008735 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.249 - - [2025-07-24 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009457 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.249 - - [2025-07-24 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009431 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003169 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003154 10.0.0.249 - - [2025-07-24 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009437 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.249 - - [2025-07-24 02:16:22] "POST /ref-update HTTP/1.1" 200 156 0.009110 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.249 - - [2025-07-24 02:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.249 - - [2025-07-24 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.010430 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.249 - - [2025-07-24 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.009508 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003106 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.249 - - [2025-07-24 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.009243 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.249 - - [2025-07-24 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.010945 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.249 - - [2025-07-24 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.008048 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002721 10.0.0.249 - - [2025-07-24 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.010425 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.249 - - [2025-07-24 02:16:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002966 10.0.0.249 - - [2025-07-24 02:16:23] "POST /ref-update HTTP/1.1" 200 156 0.009836 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.249 - - [2025-07-24 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.009877 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003272 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002996 10.0.0.249 - - [2025-07-24 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.010945 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.249 - - [2025-07-24 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.008359 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.249 - - [2025-07-24 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.008277 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.249 - - [2025-07-24 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.008519 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002890 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003190 10.0.0.249 - - [2025-07-24 02:16:24] "POST /ref-update HTTP/1.1" 200 156 0.008771 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.249 - - [2025-07-24 02:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002974 10.0.0.249 - - [2025-07-24 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009618 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.249 - - [2025-07-24 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.008618 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003004 10.0.0.249 - - [2025-07-24 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009423 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.249 - - [2025-07-24 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009848 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.249 - - [2025-07-24 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009901 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.249 - - [2025-07-24 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.009493 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.249 - - [2025-07-24 02:16:25] "POST /ref-update HTTP/1.1" 200 156 0.010843 10.0.0.249 - - [2025-07-24 02:16:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003256 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.249 - - [2025-07-24 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.011128 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003135 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.249 - - [2025-07-24 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.010008 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002969 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.249 - - [2025-07-24 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.009365 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.249 - - [2025-07-24 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.009583 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.249 - - [2025-07-24 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.008898 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.249 - - [2025-07-24 02:16:26] "POST /ref-update HTTP/1.1" 200 156 0.009766 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.249 - - [2025-07-24 02:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003072 10.0.0.249 - - [2025-07-24 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.009878 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002838 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002872 10.0.0.249 - - [2025-07-24 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.008236 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.249 - - [2025-07-24 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.008196 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.249 - - [2025-07-24 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.009373 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002920 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002787 10.0.0.249 - - [2025-07-24 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.008538 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005074 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.249 - - [2025-07-24 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.007392 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004410 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.249 - - [2025-07-24 02:16:27] "POST /ref-update HTTP/1.1" 200 156 0.007932 10.0.0.249 - - [2025-07-24 02:16:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002965 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.249 - - [2025-07-24 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.008419 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.249 - - [2025-07-24 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.007932 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.249 - - [2025-07-24 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.007787 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003481 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.249 - - [2025-07-24 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.007956 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.249 - - [2025-07-24 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.010849 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.249 - - [2025-07-24 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.009137 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.249 - - [2025-07-24 02:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.249 - - [2025-07-24 02:16:28] "POST /ref-update HTTP/1.1" 200 156 0.008698 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.249 - - [2025-07-24 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.009621 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.249 - - [2025-07-24 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.012295 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002807 10.0.0.249 - - [2025-07-24 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.009828 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003294 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.249 - - [2025-07-24 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.010906 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003136 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.249 - - [2025-07-24 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.011147 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.249 - - [2025-07-24 02:16:29] "POST /ref-update HTTP/1.1" 200 156 0.011911 10.0.0.249 - - [2025-07-24 02:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.249 - - [2025-07-24 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.011335 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007711 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.249 - - [2025-07-24 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.009275 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.249 - - [2025-07-24 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.008914 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002959 10.0.0.249 - - [2025-07-24 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.010283 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.249 - - [2025-07-24 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.008749 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.249 - - [2025-07-24 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.009933 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.249 - - [2025-07-24 02:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003187 10.0.0.249 - - [2025-07-24 02:16:30] "POST /ref-update HTTP/1.1" 200 156 0.009299 10.0.0.249 - - [2025-07-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.249 - - [2025-07-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.249 - - [2025-07-24 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.008761 10.0.0.249 - - [2025-07-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003225 10.0.0.249 - - [2025-07-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.249 - - [2025-07-24 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.008861 10.0.0.249 - - [2025-07-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003226 10.0.0.249 - - [2025-07-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005040 10.0.0.249 - - [2025-07-24 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.007929 10.0.0.249 - - [2025-07-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.249 - - [2025-07-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002855 10.0.0.249 - - [2025-07-24 02:16:31] "POST /ref-update HTTP/1.1" 200 156 0.008380 10.0.0.249 - - [2025-07-24 02:16:31] "POST /network-ipams HTTP/1.1" 200 552 0.019730 10.0.0.249 - - [2025-07-24 02:16:31] "POST /useragent-kv HTTP/1.1" 200 115 0.006865 10.0.0.249 - - [2025-07-24 02:16:31] "POST /virtual-networks HTTP/1.1" 200 554 0.122733 10.0.0.249 - - [2025-07-24 02:16:31] "GET /physical-routers?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.002457 10.0.0.249 - - [2025-07-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.002930 10.0.0.249 - - [2025-07-24 02:16:31] "POST /fqname-to-id HTTP/1.1" 404 178 0.003116 10.0.0.249 - - [2025-07-24 02:16:32] "GET /fabrics?detail=False&count=False&shared=False HTTP/1.1" 200 313 0.002815 10.0.0.249 - - [2025-07-24 02:16:32] "GET /fabric/d3692bfa-347d-4f43-b122-4380c87ef870?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1119 0.004308 10.0.0.249 - - [2025-07-24 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 198 0.002860 10.0.0.249 - - [2025-07-24 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 205 0.002742 10.0.0.249 - - [2025-07-24 02:16:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.003009 10.0.0.249 - - [2025-07-24 02:16:32] "POST /route-targets HTTP/1.1" 200 328 0.012206 10.0.0.249 - - [2025-07-24 02:16:32] "POST /ref-update HTTP/1.1" 200 156 0.012282 10.0.0.249 - - [2025-07-24 02:16:53] "GET / HTTP/1.1" 200 36215 0.001813 10.0.0.249 - - [2025-07-24 02:16:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2025-07-24 02:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.023408 10.0.0.249 - - [2025-07-24 02:16:53] "GET /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.007363 10.0.0.249 - - [2025-07-24 02:16:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.003422 10.0.0.249 - - [2025-07-24 02:16:53] "POST /database-nodes HTTP/1.1" 200 605 0.018347 10.0.0.249 - - [2025-07-24 02:17:27] "GET / HTTP/1.1" 200 36215 0.001927 10.0.0.249 - - [2025-07-24 02:17:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000433 10.0.0.249 - - [2025-07-24 02:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.026613 10.0.0.249 - - [2025-07-24 02:17:28] "GET /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006501 10.0.0.249 - - [2025-07-24 02:17:28] "POST /fqname-to-id HTTP/1.1" 404 220 0.003453 10.0.0.249 - - [2025-07-24 02:17:28] "POST /analytics-nodes HTTP/1.1" 200 607 0.015913 10.0.0.249 - - [2025-07-24 02:17:33] "GET / HTTP/1.1" 200 36215 0.001666 10.0.0.249 - - [2025-07-24 02:17:42] "GET / HTTP/1.1" 200 36215 0.001467 10.0.0.249 - - [2025-07-24 02:17:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.249 - - [2025-07-24 02:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.025330 10.0.0.249 - - [2025-07-24 02:17:42] "GET /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.005927 10.0.0.249 - - [2025-07-24 02:17:42] "POST /fqname-to-id HTTP/1.1" 404 220 0.002996 10.0.0.249 - - [2025-07-24 02:17:42] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.019088 10.0.0.249 - - [2025-07-24 02:17:50] "GET / HTTP/1.1" 200 36215 0.002177 10.0.0.249 - - [2025-07-24 02:17:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000574 10.0.0.249 - - [2025-07-24 02:17:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.029050 10.0.0.249 - - [2025-07-24 02:17:51] "GET /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006507 10.0.0.249 - - [2025-07-24 02:17:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.002718 10.0.0.249 - - [2025-07-24 02:17:51] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.021577 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-24 02:18:32] "GET /obj-perms HTTP/1.1" 200 5075 0.372717 10.0.0.249 - - [2025-07-24 02:18:33] "GET /obj-perms HTTP/1.1" 200 5075 0.049529 10.0.0.249 - - [2025-07-24 02:19:33] "GET /obj-perms HTTP/1.1" 200 5075 0.056405 10.0.0.249 - - [2025-07-24 02:19:34] "GET /obj-perms HTTP/1.1" 200 5075 0.052110 10.0.0.249 - - [2025-07-24 02:20:17] "GET / HTTP/1.1" 200 36215 0.002692 10.0.0.249 - - [2025-07-24 02:20:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000599 10.0.0.249 - - [2025-07-24 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.028226 10.0.0.249 - - [2025-07-24 02:20:17] "GET /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2630 0.006023 10.0.0.249 - - [2025-07-24 02:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.249 - - [2025-07-24 02:20:17] "GET /routing-instance/64a172ae-b407-499e-8547-18ade8fe7b00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1176 0.004335 10.0.0.249 - - [2025-07-24 02:20:17] "PUT /global-system-config/244650bd-d985-4f34-8bfe-f6a0abfee54b HTTP/1.1" 200 275 0.017412 10.0.0.249 - - [2025-07-24 02:20:17] "POST /fqname-to-id HTTP/1.1" 404 218 0.003417 10.0.0.249 - - [2025-07-24 02:20:17] "POST /virtual-routers HTTP/1.1" 200 605 0.018886 10.0.0.249 - - [2025-07-24 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.249 - - [2025-07-24 02:20:18] "GET /virtual-router/6ad4d565-31bf-4b20-9528-3f41105ddb13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.005197 10.0.0.249 - - [2025-07-24 02:20:18] "POST /fqname-to-id HTTP/1.1" 404 231 0.002841 10.0.0.249 - - [2025-07-24 02:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.249 - - [2025-07-24 02:20:18] "GET /virtual-network/aacd5e8f-2737-436b-a927-29501f81a31d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.005251 10.0.0.249 - - [2025-07-24 02:20:18] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.045457 10.0.0.249 - - [2025-07-24 02:20:18] "PUT /access-control-list/e238cac9-7943-4245-a292-b2f37eaf7db3 HTTP/1.1" 200 273 0.010646 [Introspect:8084]10.0.0.249 - - [2025-07-24 02:20:23] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000990 [Introspect:8084]10.0.0.249 - - [2025-07-24 02:20:23] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000858 [Introspect:8084]10.0.0.249 - - [2025-07-24 02:20:25] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001171 [Introspect:8084]10.0.0.249 - - [2025-07-24 02:20:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001299 10.0.0.249 - - [2025-07-24 02:20:34] "GET /obj-perms HTTP/1.1" 200 5075 0.049328 10.0.0.249 - - [2025-07-24 02:20:34] "GET /obj-perms HTTP/1.1" 200 5075 0.044427 10.0.0.249 - - [2025-07-24 02:20:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003118 10.0.0.249 - - [2025-07-24 02:20:34] "GET /virtual-router/6ad4d565-31bf-4b20-9528-3f41105ddb13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.004260 10.0.0.249 - - [2025-07-24 02:20:48] "GET /global-system-configs HTTP/1.1" 200 323 0.036795 10.0.0.249 - - [2025-07-24 02:20:48] "GET /obj-perms HTTP/1.1" 200 5075 0.059264 10.0.0.249 - - [2025-07-24 02:20:48] "GET /global-system-configs HTTP/1.1" 200 323 0.029800 10.0.0.249 - - [2025-07-24 02:20:48] "GET /obj-perms HTTP/1.1" 200 5075 0.063052 10.0.0.249 - - [2025-07-24 02:21:23] "GET / HTTP/1.1" 200 36215 0.002200 10.0.0.249 - - [2025-07-24 02:21:23] "GET /project/0b34a109-c47d-4fa6-a80a-2074edc04d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000651 10.0.0.249 - - [2025-07-24 02:21:24] "GET /projects?obj_uuids=0b34a109-c47d-4fa6-a80a-2074edc04d76&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.026276 10.0.0.249 - - [2025-07-24 02:21:24] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001271 10.0.0.249 - - [2025-07-24 02:21:24] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.030717 10.0.0.249 - - [2025-07-24 02:21:24] "POST /id-to-fqname HTTP/1.1" 200 167 0.001422 10.0.0.249 - - [2025-07-24 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 176 0.002376 10.0.0.249 - - [2025-07-24 02:21:24] "POST /security-groups HTTP/1.1" 200 568 0.063825 10.0.0.249 - - [2025-07-24 02:21:24] "POST /projects HTTP/1.1" 200 539 0.219229 10.0.0.249 - - [2025-07-24 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.025787 10.0.0.249 - - [2025-07-24 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.288825 10.0.0.249 - - [2025-07-24 02:21:24] "POST /access-control-lists HTTP/1.1" 200 575 0.058876 10.0.0.249 - - [2025-07-24 02:21:24] "GET /project/0b34a109-c47d-4fa6-a80a-2074edc04d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.454127 10.0.0.249 - - [2025-07-24 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 206 0.002366 10.0.0.249 - - [2025-07-24 02:21:24] "POST /access-control-lists HTTP/1.1" 200 573 0.063864 [Introspect:8084]10.0.0.249 - - [2025-07-24 02:21:25] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001769 10.0.0.249 - - [2025-07-24 02:21:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.022768 10.0.0.249 - - [2025-07-24 02:21:25] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002464 10.0.0.249 - - [2025-07-24 02:21:25] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001122 10.0.0.249 - - [2025-07-24 02:21:25] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007186 10.0.0.249 - - [2025-07-24 02:21:25] "POST /id-to-fqname HTTP/1.1" 200 201 0.002290 10.0.0.249 - - [2025-07-24 02:21:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.003291 10.0.0.249 - - [2025-07-24 02:21:25] "POST /security-groups HTTP/1.1" 200 602 0.076009 10.0.0.249 - - [2025-07-24 02:21:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.002741 10.0.0.249 - - [2025-07-24 02:21:25] "POST /projects HTTP/1.1" 200 607 0.245408 10.0.0.249 - - [2025-07-24 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.312489 10.0.0.249 - - [2025-07-24 02:21:26] "POST /access-control-lists HTTP/1.1" 200 609 0.068681 10.0.0.249 - - [2025-07-24 02:21:26] "POST /fqname-to-id HTTP/1.1" 404 244 0.002749 10.0.0.249 - - [2025-07-24 02:21:26] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.436215 10.0.0.249 - - [2025-07-24 02:21:26] "POST /access-control-lists HTTP/1.1" 200 607 0.060748 10.0.0.249 - - [2025-07-24 02:21:27] "GET / HTTP/1.1" 200 36215 0.002125 10.0.0.249 - - [2025-07-24 02:21:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000686 10.0.0.249 - - [2025-07-24 02:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.053825 10.0.0.249 - - [2025-07-24 02:21:28] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001582 10.0.0.249 - - [2025-07-24 02:21:28] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.038744 10.0.0.249 - - [2025-07-24 02:21:28] "POST /neutron/network HTTP/1.1" 200 117 0.043790 10.0.0.249 - - [2025-07-24 02:21:28] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001213 10.0.0.249 - - [2025-07-24 02:21:28] "POST /neutron/network HTTP/1.1" 200 620 0.091601 10.0.0.249 - - [2025-07-24 02:21:28] "POST /route-targets HTTP/1.1" 200 328 0.021326 10.0.0.249 - - [2025-07-24 02:21:28] "POST /ref-update HTTP/1.1" 200 156 0.019602 10.0.0.249 - - [2025-07-24 02:21:28] "POST /useragent-kv HTTP/1.1" 200 115 0.007561 10.0.0.249 - - [2025-07-24 02:21:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.188722 10.0.0.249 - - [2025-07-24 02:21:28] "POST /neutron/network HTTP/1.1" 200 840 0.006217 10.0.0.249 - - [2025-07-24 02:21:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001178 10.0.0.249 - - [2025-07-24 02:21:28] "GET /virtual-network/ebefa0a6-a1e8-4a21-a72c-5f02eef67451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.004854 10.0.0.249 - - [2025-07-24 02:21:28] "POST /neutron/network HTTP/1.1" 200 840 0.010829 10.0.0.249 - - [2025-07-24 02:21:28] "GET /virtual-network/ebefa0a6-a1e8-4a21-a72c-5f02eef67451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006093 10.0.0.249 - - [2025-07-24 02:21:28] "POST /neutron/network HTTP/1.1" 200 840 0.006111 10.0.0.249 - - [2025-07-24 02:21:28] "POST /neutron/subnet HTTP/1.1" 200 729 0.008663 10.0.0.249 - - [2025-07-24 02:21:28] "GET /domains HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2025-07-24 02:21:29] "GET /domains HTTP/1.1" 200 281 0.023870 10.0.0.249 - - [2025-07-24 02:21:29] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001132 10.0.0.249 - - [2025-07-24 02:21:29] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2595 0.015227 10.0.0.249 - - [2025-07-24 02:21:29] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001207 10.0.0.249 - - [2025-07-24 02:21:29] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1 HTTP/1.1" 200 2174 0.078727 10.0.0.249 - - [2025-07-24 02:21:29] "GET /virtual-network/ebefa0a6-a1e8-4a21-a72c-5f02eef67451 HTTP/1.1" 200 2349 0.008154 10.0.0.249 - - [2025-07-24 02:21:29] "GET /virtual-network/ebefa0a6-a1e8-4a21-a72c-5f02eef67451 HTTP/1.1" 200 2349 0.005246 10.0.0.249 - - [2025-07-24 02:21:29] "GET /routing-instance/96f0f242-0f8d-4a23-8455-ff801a9c27c3 HTTP/1.1" 200 1497 0.004116 10.0.0.249 - - [2025-07-24 02:21:29] "GET /routing-instance/96f0f242-0f8d-4a23-8455-ff801a9c27c3 HTTP/1.1" 200 1497 0.003657 10.0.0.249 - - [2025-07-24 02:21:29] "GET /route-target/0704f2f6-0fc1-4898-a8aa-872b48fa363d HTTP/1.1" 200 1220 0.003498 10.0.0.249 - - [2025-07-24 02:21:29] "GET /virtual-network/ebefa0a6-a1e8-4a21-a72c-5f02eef67451 HTTP/1.1" 200 2349 0.004941 10.0.0.249 - - [2025-07-24 02:21:29] "GET /routing-instance/96f0f242-0f8d-4a23-8455-ff801a9c27c3 HTTP/1.1" 200 1497 0.003780 10.0.0.249 - - [2025-07-24 02:21:29] "GET /virtual-network/ebefa0a6-a1e8-4a21-a72c-5f02eef67451?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005597 10.0.0.249 - - [2025-07-24 02:21:29] "GET /virtual-network/ebefa0a6-a1e8-4a21-a72c-5f02eef67451 HTTP/1.1" 200 2349 0.005285 10.0.0.249 - - [2025-07-24 02:21:29] "GET /routing-instance/96f0f242-0f8d-4a23-8455-ff801a9c27c3 HTTP/1.1" 200 1497 0.003791 10.0.0.249 - - [2025-07-24 02:21:29] "GET /routing-instance/96f0f242-0f8d-4a23-8455-ff801a9c27c3 HTTP/1.1" 200 1497 0.004759 10.0.0.249 - - [2025-07-24 02:21:29] "GET /route-target/0704f2f6-0fc1-4898-a8aa-872b48fa363d HTTP/1.1" 200 1220 0.003544 10.0.0.249 - - [2025-07-24 02:21:29] "GET /domains HTTP/1.1" 200 281 0.003649 10.0.0.249 - - [2025-07-24 02:21:29] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001554 10.0.0.249 - - [2025-07-24 02:21:29] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2595 0.010385 10.0.0.249 - - [2025-07-24 02:21:29] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003005 10.0.0.249 - - [2025-07-24 02:21:29] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1 HTTP/1.1" 200 2174 0.085276 10.0.0.249 - - [2025-07-24 02:21:29] "GET /virtual-network/ebefa0a6-a1e8-4a21-a72c-5f02eef67451 HTTP/1.1" 200 2349 0.004964 10.0.0.249 - - [2025-07-24 02:21:30] "DELETE /project/0b34a109c47d4fa6a80a2074edc04d76 HTTP/1.1" 404 173 0.004883 10.0.0.249 - - [2025-07-24 02:21:30] "DELETE /project/12805a6c60c94294b178f84958562fe1 HTTP/1.1" 404 173 0.004312 10.0.0.249 - - [2025-07-24 02:21:30] "GET /obj-perms HTTP/1.1" 200 5071 0.069013 10.0.0.249 - - [2025-07-24 02:21:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001576 10.0.0.249 - - [2025-07-24 02:21:31] "POST /neutron/network HTTP/1.1" 200 850 0.005749 10.0.0.249 - - [2025-07-24 02:21:31] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2025-07-24 02:21:32] "GET / HTTP/1.1" 200 36215 0.001779 10.0.0.249 - - [2025-07-24 02:21:32] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000396 10.0.0.249 - - [2025-07-24 02:21:32] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001496 10.0.0.249 - - [2025-07-24 02:21:32] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.059138 10.0.0.249 - - [2025-07-24 02:21:33] "POST /neutron/network HTTP/1.1" 200 840 0.028149 10.0.0.249 - - [2025-07-24 02:21:33] "POST /neutron/port HTTP/1.1" 200 117 0.005589 10.0.0.249 - - [2025-07-24 02:21:33] "POST /neutron/port HTTP/1.1" 200 117 0.005999 10.0.0.249 - - [2025-07-24 02:21:33] "POST /neutron/port HTTP/1.1" 200 117 0.006440 10.0.0.249 - - [2025-07-24 02:21:34] "POST /neutron/network HTTP/1.1" 200 850 0.008241 10.0.0.249 - - [2025-07-24 02:21:34] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001053 10.0.0.249 - - [2025-07-24 02:21:34] "POST /neutron/port HTTP/1.1" 200 1072 0.233478 10.0.0.249 - - [2025-07-24 02:21:35] "POST /neutron/port HTTP/1.1" 200 1072 0.045455 10.0.0.249 - - [2025-07-24 02:21:35] "GET /obj-perms HTTP/1.1" 200 5075 0.076313 10.0.0.249 - - [2025-07-24 02:21:35] "POST /neutron/port HTTP/1.1" 200 1072 0.009907 10.0.0.249 - - [2025-07-24 02:21:35] "POST /neutron/port HTTP/1.1" 200 1126 0.077263 10.0.0.249 - - [2025-07-24 02:21:35] "POST /neutron/port HTTP/1.1" 200 1100 0.017137 10.0.0.249 - - [2025-07-24 02:21:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004548 10.0.0.249 - - [2025-07-24 02:21:35] "POST /neutron/subnet HTTP/1.1" 200 703 0.007270 10.0.0.249 - - [2025-07-24 02:21:35] "POST /neutron/port HTTP/1.1" 200 117 0.001556 10.0.0.249 - - [2025-07-24 02:21:35] "POST /neutron/network HTTP/1.1" 200 840 0.014529 10.0.0.249 - - [2025-07-24 02:21:35] "GET /obj-perms HTTP/1.1" 200 5075 0.050500 10.0.0.249 - - [2025-07-24 02:21:38] "POST /neutron/port HTTP/1.1" 200 1100 0.018333 10.0.0.249 - - [2025-07-24 02:21:38] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007909 10.0.0.249 - - [2025-07-24 02:21:43] "POST /neutron/port HTTP/1.1" 200 1100 0.011147 10.0.0.249 - - [2025-07-24 02:21:43] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010722 10.0.0.249 - - [2025-07-24 02:21:43] "GET /obj-perms HTTP/1.1" 200 5071 0.005043 10.0.0.249 - - [2025-07-24 02:21:44] "GET /obj-perms HTTP/1.1" 200 5071 0.003501 10.0.0.249 - - [2025-07-24 02:21:45] "GET /obj-perms HTTP/1.1" 200 5071 0.003784 10.0.0.249 - - [2025-07-24 02:21:46] "GET /obj-perms HTTP/1.1" 200 5071 0.003431 10.0.0.249 - - [2025-07-24 02:21:47] "GET /obj-perms HTTP/1.1" 200 5071 0.003582 10.0.0.249 - - [2025-07-24 02:21:48] "POST /neutron/network HTTP/1.1" 200 840 0.007992 10.0.0.249 - - [2025-07-24 02:21:48] "POST /neutron/network HTTP/1.1" 400 204 0.020698 10.0.0.249 - - [2025-07-24 02:21:49] "POST /neutron/port HTTP/1.1" 200 1100 0.014774 10.0.0.249 - - [2025-07-24 02:21:49] "POST /neutron/port HTTP/1.1" 200 1126 0.013365 10.0.0.249 - - [2025-07-24 02:21:49] "POST /neutron/port HTTP/1.1" 200 151 0.146734 10.0.0.249 - - [2025-07-24 02:21:50] "POST /neutron/port HTTP/1.1" 200 117 0.030088 10.0.0.249 - - [2025-07-24 02:21:50] "POST /neutron/network HTTP/1.1" 200 840 0.006832 10.0.0.249 - - [2025-07-24 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005291 10.0.0.249 - - [2025-07-24 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002452 10.0.0.249 - - [2025-07-24 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003824 10.0.0.249 - - [2025-07-24 02:21:51] "POST /neutron/network HTTP/1.1" 200 151 0.111799 10.0.0.249 - - [2025-07-24 02:21:51] "GET /routing-instance/96f0f242-0f8d-4a23-8455-ff801a9c27c3 HTTP/1.1" 404 171 0.004620 10.0.0.249 - - [2025-07-24 02:21:51] "DELETE /route-target/0704f2f6-0fc1-4898-a8aa-872b48fa363d HTTP/1.1" 200 115 0.030326 10.0.0.249 - - [2025-07-24 02:21:51] "GET /domains HTTP/1.1" 200 281 0.002777 10.0.0.249 - - [2025-07-24 02:21:51] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.249 - - [2025-07-24 02:21:51] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2595 0.052707 10.0.0.249 - - [2025-07-24 02:21:51] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001549 10.0.0.249 - - [2025-07-24 02:21:51] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1 HTTP/1.1" 200 1923 0.073986 10.0.0.249 - - [2025-07-24 02:21:51] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001157 10.0.0.249 - - [2025-07-24 02:21:51] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1410 0.031134 10.0.0.249 - - [2025-07-24 02:21:51] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001096 10.0.0.249 - - [2025-07-24 02:21:51] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1?fields=virtual_networks HTTP/1.1" 200 1056 0.068275 10.0.0.249 - - [2025-07-24 02:21:51] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001079 10.0.0.249 - - [2025-07-24 02:21:51] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.031668 10.0.0.249 - - [2025-07-24 02:21:51] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001186 10.0.0.249 - - [2025-07-24 02:21:51] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1?fields=security_groups HTTP/1.1" 200 1294 0.026710 10.0.0.249 - - [2025-07-24 02:21:52] "GET /projects?obj_uuids=0b34a109-c47d-4fa6-a80a-2074edc04d76&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001273 10.0.0.249 - - [2025-07-24 02:21:52] "GET /project/0b34a109-c47d-4fa6-a80a-2074edc04d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.027822 10.0.0.249 - - [2025-07-24 02:21:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.027779 10.0.0.249 - - [2025-07-24 02:21:57] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002910 10.0.0.249 - - [2025-07-24 02:21:57] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.249 - - [2025-07-24 02:21:57] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006998 10.0.0.249 - - [2025-07-24 02:21:57] "POST /id-to-fqname HTTP/1.1" 200 202 0.001781 10.0.0.249 - - [2025-07-24 02:21:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.003411 10.0.0.249 - - [2025-07-24 02:21:57] "POST /security-groups HTTP/1.1" 200 603 0.066992 10.0.0.249 - - [2025-07-24 02:21:57] "POST /fqname-to-id HTTP/1.1" 404 246 0.003431 10.0.0.249 - - [2025-07-24 02:21:57] "POST /projects HTTP/1.1" 200 609 0.218617 10.0.0.249 - - [2025-07-24 02:21:57] "POST /access-control-lists HTTP/1.1" 200 610 0.058654 10.0.0.249 - - [2025-07-24 02:21:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.296504 10.0.0.249 - - [2025-07-24 02:21:57] "POST /fqname-to-id HTTP/1.1" 404 245 0.003218 10.0.0.249 - - [2025-07-24 02:21:57] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.439060 10.0.0.249 - - [2025-07-24 02:21:57] "POST /access-control-lists HTTP/1.1" 200 608 0.066464 10.0.0.249 - - [2025-07-24 02:21:58] "GET / HTTP/1.1" 200 36215 0.002370 10.0.0.249 - - [2025-07-24 02:21:59] "GET /projects?obj_uuids=0b34a109-c47d-4fa6-a80a-2074edc04d76&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001380 10.0.0.249 - - [2025-07-24 02:21:59] "GET /project/0b34a109-c47d-4fa6-a80a-2074edc04d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.030443 10.0.0.249 - - [2025-07-24 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003148 10.0.0.249 - - [2025-07-24 02:22:00] "GET /security-group/2cc1e104-7aaf-4be0-bb01-37a5886474eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.005067 10.0.0.249 - - [2025-07-24 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.249 - - [2025-07-24 02:22:00] "GET /projects?obj_uuids=0b34a109-c47d-4fa6-a80a-2074edc04d76&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001057 10.0.0.249 - - [2025-07-24 02:22:00] "GET /project/0b34a109-c47d-4fa6-a80a-2074edc04d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.031399 10.0.0.249 - - [2025-07-24 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.249 - - [2025-07-24 02:22:00] "GET /security-group/2cc1e104-7aaf-4be0-bb01-37a5886474eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.006944 10.0.0.249 - - [2025-07-24 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002834 10.0.0.249 - - [2025-07-24 02:22:00] "PUT /security-group/2cc1e104-7aaf-4be0-bb01-37a5886474eb HTTP/1.1" 200 263 0.018915 10.0.0.249 - - [2025-07-24 02:22:00] "PUT /access-control-list/98ffa275-4291-4baf-b5b5-8dff0fb5584f HTTP/1.1" 200 273 0.009553 10.0.0.249 - - [2025-07-24 02:22:00] "PUT /access-control-list/3a0c9e29-4eea-4602-81a2-bba4165cc955 HTTP/1.1" 200 273 0.011425 10.0.0.249 - - [2025-07-24 02:22:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000549 10.0.0.249 - - [2025-07-24 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.066914 10.0.0.249 - - [2025-07-24 02:22:01] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001371 10.0.0.249 - - [2025-07-24 02:22:01] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.032464 10.0.0.249 - - [2025-07-24 02:22:01] "POST /neutron/network HTTP/1.1" 200 117 0.036794 10.0.0.249 - - [2025-07-24 02:22:01] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001253 10.0.0.249 - - [2025-07-24 02:22:01] "POST /neutron/network HTTP/1.1" 200 619 0.087080 10.0.0.249 - - [2025-07-24 02:22:01] "POST /route-targets HTTP/1.1" 200 328 0.016713 10.0.0.249 - - [2025-07-24 02:22:01] "POST /ref-update HTTP/1.1" 200 156 0.015372 10.0.0.249 - - [2025-07-24 02:22:01] "POST /useragent-kv HTTP/1.1" 200 115 0.003839 10.0.0.249 - - [2025-07-24 02:22:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.176618 10.0.0.249 - - [2025-07-24 02:22:01] "POST /neutron/network HTTP/1.1" 200 838 0.007176 10.0.0.249 - - [2025-07-24 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 233 0.001411 10.0.0.249 - - [2025-07-24 02:22:01] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005571 10.0.0.249 - - [2025-07-24 02:22:01] "POST /neutron/network HTTP/1.1" 200 838 0.007878 10.0.0.249 - - [2025-07-24 02:22:01] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005268 10.0.0.249 - - [2025-07-24 02:22:01] "POST /neutron/network HTTP/1.1" 200 838 0.012068 10.0.0.249 - - [2025-07-24 02:22:01] "POST /neutron/subnet HTTP/1.1" 200 725 0.010149 10.0.0.249 - - [2025-07-24 02:22:01] "GET /domains HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2025-07-24 02:22:02] "GET /domains HTTP/1.1" 200 281 0.026479 10.0.0.249 - - [2025-07-24 02:22:02] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000981 10.0.0.249 - - [2025-07-24 02:22:02] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2794 0.008666 10.0.0.249 - - [2025-07-24 02:22:02] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000976 10.0.0.249 - - [2025-07-24 02:22:02] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2 HTTP/1.1" 200 2180 0.081297 10.0.0.249 - - [2025-07-24 02:22:02] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85 HTTP/1.1" 200 2343 0.010005 10.0.0.249 - - [2025-07-24 02:22:02] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85 HTTP/1.1" 200 2343 0.006010 10.0.0.249 - - [2025-07-24 02:22:02] "GET /routing-instance/a6c9557f-d4a6-4e33-aa8f-0d50caea858f HTTP/1.1" 200 1495 0.003644 10.0.0.249 - - [2025-07-24 02:22:02] "GET /routing-instance/a6c9557f-d4a6-4e33-aa8f-0d50caea858f HTTP/1.1" 200 1495 0.003311 10.0.0.249 - - [2025-07-24 02:22:02] "GET /route-target/371507e5-25e5-477c-a162-c0bbcd41b847 HTTP/1.1" 200 1220 0.003138 10.0.0.249 - - [2025-07-24 02:22:02] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85 HTTP/1.1" 200 2343 0.005030 10.0.0.249 - - [2025-07-24 02:22:02] "GET /routing-instance/a6c9557f-d4a6-4e33-aa8f-0d50caea858f HTTP/1.1" 200 1495 0.003354 10.0.0.249 - - [2025-07-24 02:22:02] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005645 10.0.0.249 - - [2025-07-24 02:22:02] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85 HTTP/1.1" 200 2343 0.006195 10.0.0.249 - - [2025-07-24 02:22:02] "GET /routing-instance/a6c9557f-d4a6-4e33-aa8f-0d50caea858f HTTP/1.1" 200 1495 0.004807 10.0.0.249 - - [2025-07-24 02:22:02] "GET /routing-instance/a6c9557f-d4a6-4e33-aa8f-0d50caea858f HTTP/1.1" 200 1495 0.003783 10.0.0.249 - - [2025-07-24 02:22:02] "GET /route-target/371507e5-25e5-477c-a162-c0bbcd41b847 HTTP/1.1" 200 1220 0.003127 10.0.0.249 - - [2025-07-24 02:22:02] "GET /domains HTTP/1.1" 200 281 0.002731 10.0.0.249 - - [2025-07-24 02:22:02] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000995 10.0.0.249 - - [2025-07-24 02:22:02] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2794 0.007187 10.0.0.249 - - [2025-07-24 02:22:02] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001501 10.0.0.249 - - [2025-07-24 02:22:02] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2 HTTP/1.1" 200 2180 0.073436 10.0.0.249 - - [2025-07-24 02:22:02] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85 HTTP/1.1" 200 2343 0.005601 10.0.0.249 - - [2025-07-24 02:22:02] "GET /obj-perms HTTP/1.1" 200 5073 0.046874 10.0.0.249 - - [2025-07-24 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.249 - - [2025-07-24 02:22:02] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001038 10.0.0.249 - - [2025-07-24 02:22:02] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.034367 10.0.0.249 - - [2025-07-24 02:22:02] "POST /neutron/network HTTP/1.1" 200 117 0.010254 10.0.0.249 - - [2025-07-24 02:22:02] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095 10.0.0.249 - - [2025-07-24 02:22:02] "POST /neutron/network HTTP/1.1" 200 619 0.086030 10.0.0.249 - - [2025-07-24 02:22:03] "POST /route-targets HTTP/1.1" 200 328 0.014502 10.0.0.249 - - [2025-07-24 02:22:03] "POST /ref-update HTTP/1.1" 200 156 0.011608 10.0.0.249 - - [2025-07-24 02:22:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004273 10.0.0.249 - - [2025-07-24 02:22:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.206699 10.0.0.249 - - [2025-07-24 02:22:03] "POST /neutron/network HTTP/1.1" 200 839 0.006080 10.0.0.249 - - [2025-07-24 02:22:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.003915 10.0.0.249 - - [2025-07-24 02:22:03] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006187 10.0.0.249 - - [2025-07-24 02:22:03] "POST /neutron/network HTTP/1.1" 200 839 0.006357 10.0.0.249 - - [2025-07-24 02:22:03] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006560 10.0.0.249 - - [2025-07-24 02:22:03] "POST /neutron/network HTTP/1.1" 200 839 0.005728 10.0.0.249 - - [2025-07-24 02:22:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.011627 10.0.0.249 - - [2025-07-24 02:22:03] "GET /domains HTTP/1.1" 200 281 0.002568 10.0.0.249 - - [2025-07-24 02:22:03] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.249 - - [2025-07-24 02:22:03] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2794 0.008099 10.0.0.249 - - [2025-07-24 02:22:03] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001073 10.0.0.249 - - [2025-07-24 02:22:03] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2 HTTP/1.1" 200 2409 0.087027 10.0.0.249 - - [2025-07-24 02:22:03] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf HTTP/1.1" 200 2345 0.007323 10.0.0.249 - - [2025-07-24 02:22:03] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf HTTP/1.1" 200 2345 0.005336 10.0.0.249 - - [2025-07-24 02:22:03] "GET /routing-instance/ad1590e5-0c96-4775-b625-06409177b47d HTTP/1.1" 200 1495 0.004812 10.0.0.249 - - [2025-07-24 02:22:03] "GET /routing-instance/ad1590e5-0c96-4775-b625-06409177b47d HTTP/1.1" 200 1495 0.005014 10.0.0.249 - - [2025-07-24 02:22:03] "GET /route-target/aa21e440-2166-4966-b9fc-431feee1fd38 HTTP/1.1" 200 1221 0.003656 10.0.0.249 - - [2025-07-24 02:22:03] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf HTTP/1.1" 200 2345 0.005286 10.0.0.249 - - [2025-07-24 02:22:03] "GET /routing-instance/ad1590e5-0c96-4775-b625-06409177b47d HTTP/1.1" 200 1495 0.003952 10.0.0.249 - - [2025-07-24 02:22:03] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006396 10.0.0.249 - - [2025-07-24 02:22:03] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf HTTP/1.1" 200 2345 0.005445 10.0.0.249 - - [2025-07-24 02:22:03] "GET /routing-instance/ad1590e5-0c96-4775-b625-06409177b47d HTTP/1.1" 200 1495 0.003616 10.0.0.249 - - [2025-07-24 02:22:03] "GET /routing-instance/ad1590e5-0c96-4775-b625-06409177b47d HTTP/1.1" 200 1495 0.003961 10.0.0.249 - - [2025-07-24 02:22:03] "GET /route-target/aa21e440-2166-4966-b9fc-431feee1fd38 HTTP/1.1" 200 1221 0.003353 10.0.0.249 - - [2025-07-24 02:22:03] "GET /domains HTTP/1.1" 200 281 0.003426 10.0.0.249 - - [2025-07-24 02:22:03] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.249 - - [2025-07-24 02:22:03] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2794 0.007854 10.0.0.249 - - [2025-07-24 02:22:03] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.249 - - [2025-07-24 02:22:03] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2 HTTP/1.1" 200 2409 0.069293 10.0.0.249 - - [2025-07-24 02:22:03] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf HTTP/1.1" 200 2345 0.006355 10.0.0.249 - - [2025-07-24 02:22:03] "GET /obj-perms HTTP/1.1" 200 5073 0.004381 10.0.0.249 - - [2025-07-24 02:22:03] "POST /id-to-fqname HTTP/1.1" 200 233 0.001665 10.0.0.249 - - [2025-07-24 02:22:03] "POST /neutron/network HTTP/1.1" 200 849 0.005910 10.0.0.249 - - [2025-07-24 02:22:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000426 10.0.0.249 - - [2025-07-24 02:22:04] "GET / HTTP/1.1" 200 36215 0.003035 10.0.0.249 - - [2025-07-24 02:22:04] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000414 10.0.0.249 - - [2025-07-24 02:22:04] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001187 10.0.0.249 - - [2025-07-24 02:22:04] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.048063 10.0.0.249 - - [2025-07-24 02:22:04] "POST /neutron/network HTTP/1.1" 200 839 0.005190 10.0.0.249 - - [2025-07-24 02:22:04] "POST /neutron/port HTTP/1.1" 200 117 0.006222 10.0.0.249 - - [2025-07-24 02:22:04] "POST /neutron/port HTTP/1.1" 200 117 0.005041 10.0.0.249 - - [2025-07-24 02:22:04] "POST /id-to-fqname HTTP/1.1" 200 233 0.001357 10.0.0.249 - - [2025-07-24 02:22:04] "POST /neutron/port HTTP/1.1" 200 117 0.006094 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/network HTTP/1.1" 200 848 0.006846 10.0.0.249 - - [2025-07-24 02:22:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000521 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/network HTTP/1.1" 200 849 0.006392 10.0.0.249 - - [2025-07-24 02:22:05] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001696 10.0.0.249 - - [2025-07-24 02:22:05] "GET / HTTP/1.1" 200 36215 0.001626 10.0.0.249 - - [2025-07-24 02:22:05] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000395 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/port HTTP/1.1" 200 1073 0.245870 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/port HTTP/1.1" 200 1073 0.013090 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/port HTTP/1.1" 200 1073 0.013110 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/port HTTP/1.1" 200 1127 0.086080 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/port HTTP/1.1" 200 1101 0.011700 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003870 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/subnet HTTP/1.1" 200 703 0.007255 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/port HTTP/1.1" 200 117 0.001226 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/network HTTP/1.1" 200 839 0.005286 10.0.0.249 - - [2025-07-24 02:22:05] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001499 10.0.0.249 - - [2025-07-24 02:22:05] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.059759 10.0.0.249 - - [2025-07-24 02:22:05] "POST /neutron/network HTTP/1.1" 200 838 0.006532 10.0.0.249 - - [2025-07-24 02:22:06] "POST /neutron/port HTTP/1.1" 200 1101 0.015685 10.0.0.249 - - [2025-07-24 02:22:06] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007204 10.0.0.249 - - [2025-07-24 02:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.007799 10.0.0.249 - - [2025-07-24 02:22:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.249 - - [2025-07-24 02:22:06] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001209 10.0.0.249 - - [2025-07-24 02:22:06] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.036592 10.0.0.249 - - [2025-07-24 02:22:06] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005530 10.0.0.249 - - [2025-07-24 02:22:06] "GET /floating-ip-pools?parent_id=40def58e-2101-4b90-9d0b-e556d677aa85&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003331 10.0.0.249 - - [2025-07-24 02:22:06] "POST /neutron/network HTTP/1.1" 200 848 0.006284 10.0.0.249 - - [2025-07-24 02:22:06] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006938 10.0.0.249 - - [2025-07-24 02:22:06] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002508 10.0.0.249 - - [2025-07-24 02:22:06] "POST /floating-ip-pools HTTP/1.1" 200 611 0.070685 10.0.0.249 - - [2025-07-24 02:22:06] "POST /ref-update HTTP/1.1" 200 156 0.050542 10.0.0.249 - - [2025-07-24 02:22:06] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.021424 10.0.0.249 - - [2025-07-24 02:22:06] "GET /domains HTTP/1.1" 200 281 0.005513 10.0.0.249 - - [2025-07-24 02:22:06] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001753 10.0.0.249 - - [2025-07-24 02:22:06] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2794 0.012003 10.0.0.249 - - [2025-07-24 02:22:06] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001240 10.0.0.249 - - [2025-07-24 02:22:06] "POST /neutron/port HTTP/1.1" 200 1072 0.378080 10.0.0.249 - - [2025-07-24 02:22:06] "POST /neutron/port HTTP/1.1" 200 1072 0.009738 10.0.0.249 - - [2025-07-24 02:22:06] "POST /neutron/port HTTP/1.1" 200 1072 0.032278 10.0.0.249 - - [2025-07-24 02:22:06] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2 HTTP/1.1" 200 3254 0.117490 10.0.0.249 - - [2025-07-24 02:22:06] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85 HTTP/1.1" 200 3158 0.006793 10.0.0.249 - - [2025-07-24 02:22:06] "GET /floating-ip-pool/12d3dd45-271b-4069-8051-cca490cee470 HTTP/1.1" 200 1442 0.003003 10.0.0.249 - - [2025-07-24 02:22:06] "GET /domains HTTP/1.1" 200 281 0.004947 10.0.0.249 - - [2025-07-24 02:22:06] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002983 10.0.0.249 - - [2025-07-24 02:22:06] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2794 0.010848 10.0.0.249 - - [2025-07-24 02:22:06] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001205 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/port HTTP/1.1" 200 1126 0.110962 10.0.0.249 - - [2025-07-24 02:22:07] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2 HTTP/1.1" 200 3254 0.081918 10.0.0.249 - - [2025-07-24 02:22:07] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85 HTTP/1.1" 200 3158 0.009011 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/port HTTP/1.1" 200 1100 0.030783 10.0.0.249 - - [2025-07-24 02:22:07] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006602 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007173 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/subnet HTTP/1.1" 200 699 0.008001 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.000997 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/port HTTP/1.1" 200 1101 0.018580 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/network HTTP/1.1" 200 838 0.007289 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008702 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/port HTTP/1.1" 200 1101 0.013242 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006346 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/port HTTP/1.1" 200 1101 0.010684 10.0.0.249 - - [2025-07-24 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005587 10.0.0.249 - - [2025-07-24 02:22:07] "GET /virtual-machine/a08fba5a-5955-4d67-8fa0-fdfe7193d5ac HTTP/1.1" 200 1307 0.004801 10.0.0.249 - - [2025-07-24 02:22:07] "GET /virtual-machine-interface/6d4189b9-4b9f-4efc-b727-76abea5eed19 HTTP/1.1" 200 3010 0.004580 10.0.0.249 - - [2025-07-24 02:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.249 - - [2025-07-24 02:22:07] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003304 10.0.0.249 - - [2025-07-24 02:22:07] "GET /virtual-networks?parent_id=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003209 10.0.0.249 - - [2025-07-24 02:22:07] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006115 10.0.0.249 - - [2025-07-24 02:22:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002867 10.0.0.249 - - [2025-07-24 02:22:10] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004929 10.0.0.249 - - [2025-07-24 02:22:14] "POST /neutron/port HTTP/1.1" 200 1101 0.011646 10.0.0.249 - - [2025-07-24 02:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003167 10.0.0.249 - - [2025-07-24 02:22:14] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008047 10.0.0.249 - - [2025-07-24 02:22:14] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006635 10.0.0.249 - - [2025-07-24 02:22:16] "POST /neutron/port HTTP/1.1" 200 1100 0.012140 10.0.0.249 - - [2025-07-24 02:22:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006198 10.0.0.249 - - [2025-07-24 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.249 - - [2025-07-24 02:22:16] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003067 10.0.0.249 - - [2025-07-24 02:22:16] "GET /virtual-networks?parent_id=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.005431 10.0.0.249 - - [2025-07-24 02:22:16] "GET /virtual-network/6310e20d-fe91-426e-8608-98f3b9fca8bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005668 10.0.0.249 - - [2025-07-24 02:22:17] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.249 - - [2025-07-24 02:22:17] "POST /neutron/floatingip HTTP/1.1" 200 530 0.077403 10.0.0.249 - - [2025-07-24 02:22:17] "POST /neutron/port HTTP/1.1" 200 1101 0.011733 10.0.0.249 - - [2025-07-24 02:22:17] "POST /neutron/floatingip HTTP/1.1" 200 530 0.006093 10.0.0.249 - - [2025-07-24 02:22:17] "POST /neutron/floatingip HTTP/1.1" 200 578 0.038957 10.0.0.249 - - [2025-07-24 02:22:17] "POST /neutron/port HTTP/1.1" 200 1100 0.013794 10.0.0.249 - - [2025-07-24 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006933 10.0.0.249 - - [2025-07-24 02:22:17] "POST /neutron/port HTTP/1.1" 200 1100 0.022355 10.0.0.249 - - [2025-07-24 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006392 10.0.0.249 - - [2025-07-24 02:22:17] "POST /neutron/port HTTP/1.1" 200 1100 0.013495 10.0.0.249 - - [2025-07-24 02:22:17] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006562 10.0.0.249 - - [2025-07-24 02:22:17] "GET /virtual-machine/99679606-7ce6-483b-9cb1-3a395e878bd3 HTTP/1.1" 200 1307 0.004751 10.0.0.249 - - [2025-07-24 02:22:17] "GET /virtual-machine-interface/829b0ef3-1cc0-44e2-b70e-5e7443228e80 HTTP/1.1" 200 3010 0.005570 10.0.0.249 - - [2025-07-24 02:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.249 - - [2025-07-24 02:22:17] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003241 10.0.0.249 - - [2025-07-24 02:22:17] "GET /virtual-networks?parent_id=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003164 10.0.0.249 - - [2025-07-24 02:22:17] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005474 10.0.0.249 - - [2025-07-24 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.249 - - [2025-07-24 02:22:18] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004029 10.0.0.249 - - [2025-07-24 02:22:18] "GET /virtual-networks?parent_id=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003029 10.0.0.249 - - [2025-07-24 02:22:18] "GET /virtual-network/40def58e-2101-4b90-9d0b-e556d677aa85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006225 10.0.0.249 - - [2025-07-24 02:22:18] "POST /neutron/floatingip HTTP/1.1" 200 578 0.009717 10.0.0.249 - - [2025-07-24 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.249 - - [2025-07-24 02:22:18] "GET /routing-instance/a6c9557f-d4a6-4e33-aa8f-0d50caea858f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.003388 10.0.0.249 - - [2025-07-24 02:22:18] "GET /route-target/371507e5-25e5-477c-a162-c0bbcd41b847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003591 10.0.0.249 - - [2025-07-24 02:22:19] "GET /floating-ip/0749d79a-c252-4bb4-8517-b2db5dc067ec HTTP/1.1" 200 1891 0.004736 10.0.0.249 - - [2025-07-24 02:22:22] "POST /neutron/floatingip HTTP/1.1" 200 578 0.010524 10.0.0.249 - - [2025-07-24 02:22:22] "POST /neutron/floatingip HTTP/1.1" 200 530 0.021866 10.0.0.249 - - [2025-07-24 02:22:22] "POST /neutron/floatingip HTTP/1.1" 200 530 0.010256 10.0.0.249 - - [2025-07-24 02:22:22] "POST /neutron/floatingip HTTP/1.1" 200 115 0.039316 10.0.0.249 - - [2025-07-24 02:22:22] "GET /floating-ip-pool/12d3dd45-271b-4069-8051-cca490cee470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.003668 10.0.0.249 - - [2025-07-24 02:22:22] "POST /ref-update HTTP/1.1" 200 156 0.010893 10.0.0.249 - - [2025-07-24 02:22:22] "DELETE /floating-ip-pool/12d3dd45-271b-4069-8051-cca490cee470 HTTP/1.1" 200 115 0.024023 10.0.0.249 - - [2025-07-24 02:22:22] "POST /neutron/network HTTP/1.1" 200 839 0.005968 10.0.0.249 - - [2025-07-24 02:22:22] "POST /neutron/network HTTP/1.1" 400 204 0.013137 10.0.0.249 - - [2025-07-24 02:22:22] "POST /neutron/port HTTP/1.1" 200 1100 0.013066 10.0.0.249 - - [2025-07-24 02:22:22] "POST /neutron/port HTTP/1.1" 200 1126 0.009975 10.0.0.249 - - [2025-07-24 02:22:23] "POST /neutron/port HTTP/1.1" 200 151 0.127347 10.0.0.249 - - [2025-07-24 02:22:23] "POST /neutron/port HTTP/1.1" 200 1101 0.020672 10.0.0.249 - - [2025-07-24 02:22:23] "POST /neutron/port HTTP/1.1" 200 1127 0.009278 10.0.0.249 - - [2025-07-24 02:22:23] "POST /neutron/port HTTP/1.1" 200 151 0.121183 10.0.0.249 - - [2025-07-24 02:22:24] "POST /neutron/network HTTP/1.1" 200 839 0.005933 10.0.0.249 - - [2025-07-24 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.249 - - [2025-07-24 02:22:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002424 10.0.0.249 - - [2025-07-24 02:22:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003175 10.0.0.249 - - [2025-07-24 02:22:24] "POST /neutron/network HTTP/1.1" 200 151 0.096890 10.0.0.249 - - [2025-07-24 02:22:24] "GET /routing-instance/ad1590e5-0c96-4775-b625-06409177b47d HTTP/1.1" 404 171 0.002841 10.0.0.249 - - [2025-07-24 02:22:24] "DELETE /route-target/aa21e440-2166-4966-b9fc-431feee1fd38 HTTP/1.1" 200 115 0.023571 10.0.0.249 - - [2025-07-24 02:22:24] "GET /domains HTTP/1.1" 200 281 0.003347 10.0.0.249 - - [2025-07-24 02:22:24] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001322 10.0.0.249 - - [2025-07-24 02:22:24] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2794 0.051086 10.0.0.249 - - [2025-07-24 02:22:24] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000987 10.0.0.249 - - [2025-07-24 02:22:24] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2 HTTP/1.1" 200 2180 0.073159 10.0.0.249 - - [2025-07-24 02:22:24] "POST /neutron/network HTTP/1.1" 200 838 0.006097 10.0.0.249 - - [2025-07-24 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006532 10.0.0.249 - - [2025-07-24 02:22:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002877 10.0.0.249 - - [2025-07-24 02:22:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003063 10.0.0.249 - - [2025-07-24 02:22:24] "POST /neutron/network HTTP/1.1" 200 151 0.112546 10.0.0.249 - - [2025-07-24 02:22:24] "GET /routing-instance/a6c9557f-d4a6-4e33-aa8f-0d50caea858f HTTP/1.1" 404 171 0.003221 10.0.0.249 - - [2025-07-24 02:22:24] "DELETE /route-target/371507e5-25e5-477c-a162-c0bbcd41b847 HTTP/1.1" 200 115 0.021390 10.0.0.249 - - [2025-07-24 02:22:24] "GET /domains HTTP/1.1" 200 281 0.002324 10.0.0.249 - - [2025-07-24 02:22:24] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001528 10.0.0.249 - - [2025-07-24 02:22:25] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2794 0.051335 10.0.0.249 - - [2025-07-24 02:22:25] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.249 - - [2025-07-24 02:22:25] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2 HTTP/1.1" 200 1929 0.083884 10.0.0.249 - - [2025-07-24 02:22:25] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001131 10.0.0.249 - - [2025-07-24 02:22:25] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1414 0.025895 10.0.0.249 - - [2025-07-24 02:22:25] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001108 10.0.0.249 - - [2025-07-24 02:22:25] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?fields=virtual_networks HTTP/1.1" 200 1058 0.080385 10.0.0.249 - - [2025-07-24 02:22:25] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.249 - - [2025-07-24 02:22:25] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.032437 10.0.0.249 - - [2025-07-24 02:22:25] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001206 10.0.0.249 - - [2025-07-24 02:22:25] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?fields=security_groups HTTP/1.1" 200 1297 0.034123 10.0.0.249 - - [2025-07-24 02:22:26] "POST /fqname-to-id HTTP/1.1" 404 183 0.028390 10.0.0.249 - - [2025-07-24 02:22:26] "GET /projects?obj_uuids=f73186b5-2aae-41d1-b95f-5b28964fdb87&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002465 10.0.0.249 - - [2025-07-24 02:22:26] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002017 10.0.0.249 - - [2025-07-24 02:22:26] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.016886 10.0.0.249 - - [2025-07-24 02:22:26] "POST /id-to-fqname HTTP/1.1" 200 185 0.001495 10.0.0.249 - - [2025-07-24 02:22:26] "POST /fqname-to-id HTTP/1.1" 404 194 0.002658 10.0.0.249 - - [2025-07-24 02:22:26] "POST /security-groups HTTP/1.1" 200 586 0.063650 10.0.0.249 - - [2025-07-24 02:22:26] "POST /fqname-to-id HTTP/1.1" 404 229 0.002626 10.0.0.249 - - [2025-07-24 02:22:26] "POST /projects HTTP/1.1" 200 575 0.210061 10.0.0.249 - - [2025-07-24 02:22:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.239225 10.0.0.249 - - [2025-07-24 02:22:26] "POST /access-control-lists HTTP/1.1" 200 593 0.059939 10.0.0.249 - - [2025-07-24 02:22:26] "GET /project/f73186b5-2aae-41d1-b95f-5b28964fdb87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.382824 10.0.0.249 - - [2025-07-24 02:22:26] "POST /fqname-to-id HTTP/1.1" 404 228 0.002660 10.0.0.249 - - [2025-07-24 02:22:27] "POST /access-control-lists HTTP/1.1" 200 591 0.060458 10.0.0.249 - - [2025-07-24 02:22:27] "GET / HTTP/1.1" 200 36215 0.003546 10.0.0.249 - - [2025-07-24 02:22:29] "GET /projects?obj_uuids=f73186b5-2aae-41d1-b95f-5b28964fdb87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001368 10.0.0.249 - - [2025-07-24 02:22:29] "GET /project/f73186b5-2aae-41d1-b95f-5b28964fdb87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.027841 10.0.0.249 - - [2025-07-24 02:22:29] "GET /projects?obj_uuids=f73186b5-2aae-41d1-b95f-5b28964fdb87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000983 10.0.0.249 - - [2025-07-24 02:22:29] "GET /project/f73186b5-2aae-41d1-b95f-5b28964fdb87?fields=virtual_networks HTTP/1.1" 200 1025 0.067502 10.0.0.249 - - [2025-07-24 02:22:29] "GET /projects?obj_uuids=f73186b5-2aae-41d1-b95f-5b28964fdb87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001042 10.0.0.249 - - [2025-07-24 02:22:29] "GET /project/f73186b5-2aae-41d1-b95f-5b28964fdb87?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.027950 10.0.0.249 - - [2025-07-24 02:22:29] "GET /projects?obj_uuids=f73186b5-2aae-41d1-b95f-5b28964fdb87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001379 10.0.0.249 - - [2025-07-24 02:22:29] "GET /project/f73186b5-2aae-41d1-b95f-5b28964fdb87?fields=security_groups HTTP/1.1" 200 1247 0.029043 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /project/78c42c1a4eeb42d1a403a13272792ec2 HTTP/1.1" 404 173 0.010804 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /project/f73186b52aae41d1b95f5b28964fdb87 HTTP/1.1" 404 173 0.007738 10.0.0.249 - - [2025-07-24 02:22:30] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.249 - - [2025-07-24 02:22:30] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000925 10.0.0.249 - - [2025-07-24 02:22:30] "GET /projects?obj_uuids=f73186b5-2aae-41d1-b95f-5b28964fdb87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.249 - - [2025-07-24 02:22:30] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.049269 10.0.0.249 - - [2025-07-24 02:22:30] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.055808 10.0.0.249 - - [2025-07-24 02:22:30] "GET /project/f73186b5-2aae-41d1-b95f-5b28964fdb87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.055464 10.0.0.249 - - [2025-07-24 02:22:30] "GET /projects?obj_uuids=f73186b5-2aae-41d1-b95f-5b28964fdb87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000962 10.0.0.249 - - [2025-07-24 02:22:30] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001256 10.0.0.249 - - [2025-07-24 02:22:30] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000854 10.0.0.249 - - [2025-07-24 02:22:30] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?fields=security_groups HTTP/1.1" 200 1399 0.042319 10.0.0.249 - - [2025-07-24 02:22:30] "GET /project/f73186b5-2aae-41d1-b95f-5b28964fdb87?fields=security_groups HTTP/1.1" 200 1349 0.044419 10.0.0.249 - - [2025-07-24 02:22:30] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1?fields=security_groups HTTP/1.1" 200 1396 0.051475 10.0.0.249 - - [2025-07-24 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 183 0.025217 10.0.0.249 - - [2025-07-24 02:22:30] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004880 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /security-group/9d370ef3-547c-414b-8114-ea7c220bbb9f HTTP/1.1" 200 115 0.095973 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /security-group/8b3a5375-ada1-4511-8951-4517f7dd774e HTTP/1.1" 200 115 0.094876 10.0.0.249 - - [2025-07-24 02:22:30] "GET /projects?obj_uuids=78c42c1a-4eeb-42d1-a403-a13272792ec2&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /security-group/13e8f267-ed62-4636-99b8-6fef0b0f008d HTTP/1.1" 200 115 0.097424 10.0.0.249 - - [2025-07-24 02:22:30] "GET /projects?obj_uuids=f73186b5-2aae-41d1-b95f-5b28964fdb87&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001013 10.0.0.249 - - [2025-07-24 02:22:30] "GET /projects?obj_uuids=12805a6c-60c9-4294-b178-f84958562fe1&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000998 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /access-control-list/de728200-6e71-4783-89b2-e147fd62025d HTTP/1.1" 200 115 0.053193 10.0.0.249 - - [2025-07-24 02:22:30] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001307 10.0.0.249 - - [2025-07-24 02:22:30] "GET /project/f73186b5-2aae-41d1-b95f-5b28964fdb87?fields=application_policy_sets HTTP/1.1" 200 1388 0.063685 10.0.0.249 - - [2025-07-24 02:22:30] "GET /project/12805a6c-60c9-4294-b178-f84958562fe1?fields=application_policy_sets HTTP/1.1" 200 1435 0.057626 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /access-control-list/ee42e206-c8f9-4e45-9e32-0e6043b139a2 HTTP/1.1" 200 115 0.058065 10.0.0.249 - - [2025-07-24 02:22:30] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.066196 10.0.0.249 - - [2025-07-24 02:22:30] "GET /project/78c42c1a-4eeb-42d1-a403-a13272792ec2?fields=application_policy_sets HTTP/1.1" 200 1438 0.117942 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /access-control-list/3c68719b-1289-400d-b556-a8c37dd21e5f HTTP/1.1" 200 115 0.055215 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /access-control-list/210a7499-cc34-4b18-acda-1a78776c4469 HTTP/1.1" 200 115 0.063282 10.0.0.249 - - [2025-07-24 02:22:30] "POST /id-to-fqname HTTP/1.1" 200 185 0.003390 10.0.0.249 - - [2025-07-24 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 194 0.006579 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /project/f73186b5-2aae-41d1-b95f-5b28964fdb87 HTTP/1.1" 200 115 0.552965 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /access-control-list/7305aad0-0187-4492-868e-151e7164499a HTTP/1.1" 200 115 0.064707 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /project/12805a6c-60c9-4294-b178-f84958562fe1 HTTP/1.1" 200 115 0.569678 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /project/78c42c1a-4eeb-42d1-a403-a13272792ec2 HTTP/1.1" 200 115 0.573746 10.0.0.249 - - [2025-07-24 02:22:30] "DELETE /access-control-list/6580d3b7-4486-4787-8567-6a211f744045 HTTP/1.1" 200 115 0.022142 10.0.0.249 - - [2025-07-24 02:22:30] "POST /security-groups HTTP/1.1" 200 586 0.064590 10.0.0.249 - - [2025-07-24 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.002414 10.0.0.249 - - [2025-07-24 02:22:30] "POST /projects HTTP/1.1" 200 575 0.291106 10.0.0.249 - - [2025-07-24 02:22:30] "POST /access-control-lists HTTP/1.1" 200 593 0.059541 10.0.0.249 - - [2025-07-24 02:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.371440 10.0.0.249 - - [2025-07-24 02:22:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.002890 10.0.0.249 - - [2025-07-24 02:22:30] "GET /project/b93ab557-20de-4be1-b5a8-9ed10f455adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.582037 10.0.0.249 - - [2025-07-24 02:22:31] "POST /access-control-lists HTTP/1.1" 200 591 0.060439 10.0.0.249 - - [2025-07-24 02:22:32] "GET / HTTP/1.1" 200 36215 0.002166 10.0.0.249 - - [2025-07-24 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.009816 10.0.0.249 - - [2025-07-24 02:22:32] "GET /projects?obj_uuids=0b34a109-c47d-4fa6-a80a-2074edc04d76&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001044 10.0.0.249 - - [2025-07-24 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.002496 10.0.0.249 - - [2025-07-24 02:22:32] "POST /access-control-lists HTTP/1.1" 200 592 0.016393 10.0.0.249 - - [2025-07-24 02:22:32] "POST /fqname-to-id HTTP/1.1" 404 227 0.002695 10.0.0.249 - - [2025-07-24 02:22:32] "POST /access-control-lists HTTP/1.1" 200 590 0.027706 10.0.0.249 - - [2025-07-24 02:22:32] "PUT /access-control-list/94b660ff-1b45-4a8d-8db1-157fa02a5744 HTTP/1.1" 200 273 0.010110 10.0.0.249 - - [2025-07-24 02:22:32] "POST /neutron/security_group HTTP/1.1" 200 1364 0.346336 10.0.0.249 - - [2025-07-24 02:22:32] "GET /projects?obj_uuids=0b34a109-c47d-4fa6-a80a-2074edc04d76&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000984 10.0.0.249 - - [2025-07-24 02:22:32] "PUT /access-control-list/1fdeb84d-c649-4c64-be85-6b05760b04e9 HTTP/1.1" 200 273 0.015791 10.0.0.249 - - [2025-07-24 02:22:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.039761 10.0.0.249 - - [2025-07-24 02:22:32] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007980 10.0.0.249 - - [2025-07-24 02:22:33] "PUT /access-control-list/1fdeb84d-c649-4c64-be85-6b05760b04e9 HTTP/1.1" 200 273 0.010955 10.0.0.249 - - [2025-07-24 02:22:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.115146 10.0.0.249 - - [2025-07-24 02:22:33] "PUT /access-control-list/1fdeb84d-c649-4c64-be85-6b05760b04e9 HTTP/1.1" 200 273 0.015104 10.0.0.249 - - [2025-07-24 02:22:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.014333 10.0.0.249 - - [2025-07-24 02:22:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.092019 10.0.0.249 - - [2025-07-24 02:22:33] "POST /fqname-to-id HTTP/1.1" 404 193 0.004701 10.0.0.249 - - [2025-07-24 02:22:33] "PUT /access-control-list/1fdeb84d-c649-4c64-be85-6b05760b04e9 HTTP/1.1" 200 273 0.015175 10.0.0.249 - - [2025-07-24 02:22:33] "GET /projects?obj_uuids=0b34a109-c47d-4fa6-a80a-2074edc04d76&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001674 10.0.0.249 - - [2025-07-24 02:22:33] "POST /fqname-to-id HTTP/1.1" 404 228 0.010625 10.0.0.249 - - [2025-07-24 02:22:33] "POST /access-control-lists HTTP/1.1" 200 592 0.014703 10.0.0.249 - - [2025-07-24 02:22:33] "POST /fqname-to-id HTTP/1.1" 404 227 0.004174 10.0.0.249 - - [2025-07-24 02:22:33] "POST /access-control-lists HTTP/1.1" 200 590 0.016004 10.0.0.249 - - [2025-07-24 02:22:33] "PUT /access-control-list/509f3cd0-b58c-458e-b946-9ae8cba00d56 HTTP/1.1" 200 273 0.009265 10.0.0.249 - - [2025-07-24 02:22:33] "PUT /access-control-list/aa2c0368-2919-4105-ac76-049c854c51f2 HTTP/1.1" 200 273 0.010093 10.0.0.249 - - [2025-07-24 02:22:33] "POST /neutron/security_group HTTP/1.1" 200 1364 0.360364 10.0.0.249 - - [2025-07-24 02:22:33] "PUT /access-control-list/aa2c0368-2919-4105-ac76-049c854c51f2 HTTP/1.1" 200 273 0.010270 10.0.0.249 - - [2025-07-24 02:22:33] "GET /projects?obj_uuids=0b34a109-c47d-4fa6-a80a-2074edc04d76&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001023 10.0.0.249 - - [2025-07-24 02:22:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.035626 10.0.0.249 - - [2025-07-24 02:22:33] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.009533 10.0.0.249 - - [2025-07-24 02:22:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.103250 10.0.0.249 - - [2025-07-24 02:22:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011324 10.0.0.249 - - [2025-07-24 02:22:33] "PUT /access-control-list/aa2c0368-2919-4105-ac76-049c854c51f2 HTTP/1.1" 200 273 0.016964 10.0.0.249 - - [2025-07-24 02:22:33] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.156234 10.0.0.249 - - [2025-07-24 02:22:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000372 10.0.0.249 - - [2025-07-24 02:22:33] "PUT /access-control-list/aa2c0368-2919-4105-ac76-049c854c51f2 HTTP/1.1" 200 273 0.011327 10.0.0.249 - - [2025-07-24 02:22:34] "POST /fqname-to-id HTTP/1.1" 404 210 0.026649 10.0.0.249 - - [2025-07-24 02:22:34] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001495 10.0.0.249 - - [2025-07-24 02:22:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.006229 10.0.0.249 - - [2025-07-24 02:22:34] "POST /access-control-lists HTTP/1.1" 200 609 0.021836 10.0.0.249 - - [2025-07-24 02:22:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.003071 10.0.0.249 - - [2025-07-24 02:22:34] "POST /access-control-lists HTTP/1.1" 200 607 0.020397 10.0.0.249 - - [2025-07-24 02:22:34] "PUT /access-control-list/e21e4a86-a5e1-4acc-abad-0da15ddcf113 HTTP/1.1" 200 273 0.011476 10.0.0.249 - - [2025-07-24 02:22:34] "POST /neutron/security_group HTTP/1.1" 200 1379 0.346500 10.0.0.249 - - [2025-07-24 02:22:34] "PUT /access-control-list/e45d7773-10ba-4e74-83b2-7da0956ea8fc HTTP/1.1" 200 273 0.017645 10.0.0.249 - - [2025-07-24 02:22:34] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001041 10.0.0.249 - - [2025-07-24 02:22:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.030860 10.0.0.249 - - [2025-07-24 02:22:34] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011075 10.0.0.249 - - [2025-07-24 02:22:34] "PUT /access-control-list/e45d7773-10ba-4e74-83b2-7da0956ea8fc HTTP/1.1" 200 273 0.011377 10.0.0.249 - - [2025-07-24 02:22:34] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.181345 10.0.0.249 - - [2025-07-24 02:22:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011361 10.0.0.249 - - [2025-07-24 02:22:34] "PUT /access-control-list/e45d7773-10ba-4e74-83b2-7da0956ea8fc HTTP/1.1" 200 273 0.019710 10.0.0.249 - - [2025-07-24 02:22:35] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.132710 10.0.0.249 - - [2025-07-24 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.005028 10.0.0.249 - - [2025-07-24 02:22:35] "PUT /access-control-list/e45d7773-10ba-4e74-83b2-7da0956ea8fc HTTP/1.1" 200 273 0.014618 10.0.0.249 - - [2025-07-24 02:22:35] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001240 10.0.0.249 - - [2025-07-24 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.002239 10.0.0.249 - - [2025-07-24 02:22:35] "POST /access-control-lists HTTP/1.1" 200 609 0.022933 10.0.0.249 - - [2025-07-24 02:22:35] "POST /fqname-to-id HTTP/1.1" 404 244 0.004000 10.0.0.249 - - [2025-07-24 02:22:35] "POST /access-control-lists HTTP/1.1" 200 607 0.016810 10.0.0.249 - - [2025-07-24 02:22:35] "PUT /access-control-list/8e1a09a5-bbc5-4f50-a12e-88e780259796 HTTP/1.1" 200 273 0.009039 10.0.0.249 - - [2025-07-24 02:22:35] "PUT /access-control-list/6624688d-56b0-48e5-aca2-0d1b13616660 HTTP/1.1" 200 273 0.011127 10.0.0.249 - - [2025-07-24 02:22:35] "POST /neutron/security_group HTTP/1.1" 200 1379 0.350990 10.0.0.249 - - [2025-07-24 02:22:35] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001344 10.0.0.249 - - [2025-07-24 02:22:35] "PUT /access-control-list/6624688d-56b0-48e5-aca2-0d1b13616660 HTTP/1.1" 200 273 0.016222 10.0.0.249 - - [2025-07-24 02:22:35] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.045715 10.0.0.249 - - [2025-07-24 02:22:35] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010239 10.0.0.249 - - [2025-07-24 02:22:35] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.116166 10.0.0.249 - - [2025-07-24 02:22:35] "PUT /access-control-list/6624688d-56b0-48e5-aca2-0d1b13616660 HTTP/1.1" 200 273 0.013850 10.0.0.249 - - [2025-07-24 02:22:35] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.010611 10.0.0.249 - - [2025-07-24 02:22:35] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.181930 10.0.0.249 - - [2025-07-24 02:22:35] "PUT /access-control-list/6624688d-56b0-48e5-aca2-0d1b13616660 HTTP/1.1" 200 273 0.013086 10.0.0.249 - - [2025-07-24 02:22:36] "GET /obj-perms HTTP/1.1" 200 5075 0.056054 10.0.0.249 - - [2025-07-24 02:22:36] "GET /projects?obj_uuids=0b34a109-c47d-4fa6-a80a-2074edc04d76&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001269 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.054673 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.004239 10.0.0.249 - - [2025-07-24 02:22:36] "POST /route-targets HTTP/1.1" 200 328 0.015326 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.004410 10.0.0.249 - - [2025-07-24 02:22:36] "PUT /logical-router/d211fcdc-a6f2-4cfe-9049-4bff5107bdd9 HTTP/1.1" 200 263 0.020660 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.016194 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.004831 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003730 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003257 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.002858 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003642 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.005294 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003449 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003262 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.004524 10.0.0.249 - - [2025-07-24 02:22:36] "GET /obj-perms HTTP/1.1" 200 5075 0.048758 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003367 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003532 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003720 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.004012 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.004179 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003623 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003198 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003074 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003493 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003762 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003543 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.004080 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003963 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003671 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.005330 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003569 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003707 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003580 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003154 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003456 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.016991 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 541 0.003783 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 542 0.021088 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 542 0.007815 10.0.0.249 - - [2025-07-24 02:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.249 - - [2025-07-24 02:22:36] "GET /logical-router/d211fcdc-a6f2-4cfe-9049-4bff5107bdd9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003374 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 151 0.052805 10.0.0.249 - - [2025-07-24 02:22:36] "DELETE /route-target/701d8201-a748-46ef-88f5-0dec2d35a38d HTTP/1.1" 200 115 0.018270 10.0.0.249 - - [2025-07-24 02:22:36] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001592 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 559 0.054170 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 559 0.007125 10.0.0.249 - - [2025-07-24 02:22:36] "POST /route-targets HTTP/1.1" 200 328 0.022250 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 559 0.006653 10.0.0.249 - - [2025-07-24 02:22:36] "PUT /logical-router/b60f3d72-60cc-40dd-b9a1-d48798dcd120 HTTP/1.1" 200 263 0.025306 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 559 0.008003 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 559 0.003619 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 559 0.003252 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 559 0.003336 10.0.0.249 - - [2025-07-24 02:22:36] "POST /neutron/router HTTP/1.1" 200 559 0.002941 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.002959 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003138 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003171 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.005038 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003094 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003153 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003094 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.002884 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003113 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003078 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003248 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003931 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003326 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.004229 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003318 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.004397 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003855 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003477 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003392 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003693 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003089 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003211 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.004128 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003377 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003348 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.016629 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.004182 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.034115 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 559 0.003324 10.0.0.249 - - [2025-07-24 02:22:37] "GET /logical-router/b60f3d72-60cc-40dd-b9a1-d48798dcd120?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.007201 10.0.0.249 - - [2025-07-24 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009682 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 151 0.054684 10.0.0.249 - - [2025-07-24 02:22:37] "GET /projects?obj_uuids=0b34a109-c47d-4fa6-a80a-2074edc04d76&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001002 10.0.0.249 - - [2025-07-24 02:22:37] "DELETE /route-target/80a8f293-c3be-42a2-b466-379f3ed45dc9 HTTP/1.1" 200 115 0.019964 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.050064 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.005892 10.0.0.249 - - [2025-07-24 02:22:37] "POST /route-targets HTTP/1.1" 200 328 0.015417 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003988 10.0.0.249 - - [2025-07-24 02:22:37] "PUT /logical-router/6bb296b2-325d-4abe-b55e-270111e33ce4 HTTP/1.1" 200 263 0.018622 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.006063 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003246 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.004942 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003407 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003786 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003684 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003670 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003717 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003609 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003822 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003455 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.004236 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003810 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003702 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003728 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003230 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003218 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003845 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003201 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003520 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.004677 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.004095 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.004614 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003722 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003508 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003509 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003586 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.004860 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003734 10.0.0.249 - - [2025-07-24 02:22:37] "POST /neutron/router HTTP/1.1" 200 541 0.003595 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/router HTTP/1.1" 200 541 0.015607 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/router HTTP/1.1" 200 541 0.003923 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/router HTTP/1.1" 200 541 0.019024 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/router HTTP/1.1" 200 541 0.003810 10.0.0.249 - - [2025-07-24 02:22:38] "GET /logical-router/6bb296b2-325d-4abe-b55e-270111e33ce4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005298 10.0.0.249 - - [2025-07-24 02:22:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/router HTTP/1.1" 200 151 0.054588 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 521 0.003308 10.0.0.249 - - [2025-07-24 02:22:38] "DELETE /route-target/73ba874c-3966-4910-b9bb-845b0b92eb5b HTTP/1.1" 200 115 0.019722 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 151 0.038086 10.0.0.249 - - [2025-07-24 02:22:38] "DELETE /access-control-list/8e1a09a5-bbc5-4f50-a12e-88e780259796 HTTP/1.1" 200 115 0.016233 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 521 0.003208 10.0.0.249 - - [2025-07-24 02:22:38] "DELETE /access-control-list/6624688d-56b0-48e5-aca2-0d1b13616660 HTTP/1.1" 200 115 0.031779 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 151 0.043134 10.0.0.249 - - [2025-07-24 02:22:38] "DELETE /access-control-list/e21e4a86-a5e1-4acc-abad-0da15ddcf113 HTTP/1.1" 200 115 0.021470 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 506 0.004012 10.0.0.249 - - [2025-07-24 02:22:38] "DELETE /access-control-list/e45d7773-10ba-4e74-83b2-7da0956ea8fc HTTP/1.1" 200 115 0.025376 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 151 0.043790 10.0.0.249 - - [2025-07-24 02:22:38] "DELETE /access-control-list/509f3cd0-b58c-458e-b946-9ae8cba00d56 HTTP/1.1" 200 115 0.026742 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 506 0.004417 10.0.0.249 - - [2025-07-24 02:22:38] "DELETE /access-control-list/aa2c0368-2919-4105-ac76-049c854c51f2 HTTP/1.1" 200 115 0.022809 10.0.0.249 - - [2025-07-24 02:22:38] "POST /neutron/security_group HTTP/1.1" 200 151 0.033998 10.0.0.249 - - [2025-07-24 02:22:38] "DELETE /access-control-list/94b660ff-1b45-4a8d-8db1-157fa02a5744 HTTP/1.1" 200 115 0.022049 10.0.0.249 - - [2025-07-24 02:22:38] "DELETE /access-control-list/1fdeb84d-c649-4c64-be85-6b05760b04e9 HTTP/1.1" 200 115 0.014715 10.0.0.249 - - [2025-07-24 02:22:38] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001317 10.0.0.249 - - [2025-07-24 02:22:38] "GET /project/b93ab557-20de-4be1-b5a8-9ed10f455adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.028699 10.0.0.249 - - [2025-07-24 02:22:38] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001060 10.0.0.249 - - [2025-07-24 02:22:38] "GET /project/b93ab557-20de-4be1-b5a8-9ed10f455adb?fields=virtual_networks HTTP/1.1" 200 1025 0.069524 10.0.0.249 - - [2025-07-24 02:22:38] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001418 10.0.0.249 - - [2025-07-24 02:22:38] "GET /project/b93ab557-20de-4be1-b5a8-9ed10f455adb?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.055026 10.0.0.249 - - [2025-07-24 02:22:38] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001107 10.0.0.249 - - [2025-07-24 02:22:38] "GET /project/b93ab557-20de-4be1-b5a8-9ed10f455adb?fields=security_groups HTTP/1.1" 200 1247 0.036275 10.0.0.249 - - [2025-07-24 02:22:39] "POST /fqname-to-id HTTP/1.1" 404 184 0.024608 10.0.0.249 - - [2025-07-24 02:22:39] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002517 10.0.0.249 - - [2025-07-24 02:22:39] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003046 10.0.0.249 - - [2025-07-24 02:22:39] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010058 10.0.0.249 - - [2025-07-24 02:22:39] "POST /id-to-fqname HTTP/1.1" 200 186 0.001468 10.0.0.249 - - [2025-07-24 02:22:39] "POST /fqname-to-id HTTP/1.1" 404 195 0.003500 10.0.0.249 - - [2025-07-24 02:22:40] "POST /security-groups HTTP/1.1" 200 587 0.067621 10.0.0.249 - - [2025-07-24 02:22:40] "POST /fqname-to-id HTTP/1.1" 404 230 0.002717 10.0.0.249 - - [2025-07-24 02:22:40] "POST /projects HTTP/1.1" 200 577 0.221292 10.0.0.249 - - [2025-07-24 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.294516 10.0.0.249 - - [2025-07-24 02:22:40] "POST /access-control-lists HTTP/1.1" 200 594 0.060226 10.0.0.249 - - [2025-07-24 02:22:40] "POST /fqname-to-id HTTP/1.1" 404 229 0.002799 10.0.0.249 - - [2025-07-24 02:22:40] "GET /project/7a52eec5-ad86-435b-ae98-dc2d43e4a7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.421882 10.0.0.249 - - [2025-07-24 02:22:40] "POST /access-control-lists HTTP/1.1" 200 592 0.064536 10.0.0.249 - - [2025-07-24 02:22:41] "GET / HTTP/1.1" 200 36215 0.002002 10.0.0.249 - - [2025-07-24 02:22:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.249 - - [2025-07-24 02:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.055603 10.0.0.249 - - [2025-07-24 02:22:42] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001363 10.0.0.249 - - [2025-07-24 02:22:42] "GET /project/7a52eec5-ad86-435b-ae98-dc2d43e4a7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.031624 10.0.0.249 - - [2025-07-24 02:22:42] "POST /neutron/network HTTP/1.1" 200 117 0.031877 10.0.0.249 - - [2025-07-24 02:22:42] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001332 10.0.0.249 - - [2025-07-24 02:22:42] "POST /neutron/network HTTP/1.1" 200 601 0.065368 10.0.0.249 - - [2025-07-24 02:22:42] "POST /route-targets HTTP/1.1" 200 328 0.009940 10.0.0.249 - - [2025-07-24 02:22:42] "POST /ref-update HTTP/1.1" 200 156 0.010856 10.0.0.249 - - [2025-07-24 02:22:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003407 10.0.0.249 - - [2025-07-24 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 715 0.162881 10.0.0.249 - - [2025-07-24 02:22:42] "POST /neutron/network HTTP/1.1" 200 818 0.005528 10.0.0.249 - - [2025-07-24 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 216 0.001274 10.0.0.249 - - [2025-07-24 02:22:42] "GET /virtual-network/51ecb4b5-06bb-4b0c-a2b3-447692954a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005129 10.0.0.249 - - [2025-07-24 02:22:42] "POST /neutron/network HTTP/1.1" 200 818 0.006412 10.0.0.249 - - [2025-07-24 02:22:42] "GET /virtual-network/51ecb4b5-06bb-4b0c-a2b3-447692954a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.005185 10.0.0.249 - - [2025-07-24 02:22:42] "POST /neutron/network HTTP/1.1" 200 818 0.005832 10.0.0.249 - - [2025-07-24 02:22:42] "POST /neutron/subnet HTTP/1.1" 200 715 0.006024 10.0.0.249 - - [2025-07-24 02:22:42] "POST /fqname-to-id HTTP/1.1" 404 206 0.002545 10.0.0.249 - - [2025-07-24 02:22:42] "GET /virtual-network/51ecb4b5-06bb-4b0c-a2b3-447692954a57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2027 0.004820 10.0.0.249 - - [2025-07-24 02:22:42] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001072 10.0.0.249 - - [2025-07-24 02:22:43] "POST /neutron/port HTTP/1.1" 200 1015 0.184511 10.0.0.249 - - [2025-07-24 02:22:43] "GET /virtual-machine-interface/72257a29-c98b-4c13-af87-ce2eb13d2880?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005410 10.0.0.249 - - [2025-07-24 02:22:43] "GET /virtual-machine-interface/72257a29-c98b-4c13-af87-ce2eb13d2880?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.006822 10.0.0.249 - - [2025-07-24 02:22:43] "GET /instance-ip/c5936d28-4c59-48e6-a6ed-bc993bdc2fc6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.004021 10.0.0.249 - - [2025-07-24 02:22:43] "GET /virtual-machine-interface/72257a29-c98b-4c13-af87-ce2eb13d2880 HTTP/1.1" 401 293 0.000558 10.0.0.249 - - [2025-07-24 02:22:43] "GET /virtual-machine-interface/72257a29-c98b-4c13-af87-ce2eb13d2880 HTTP/1.1" 200 2610 0.035822 10.0.0.249 - - [2025-07-24 02:22:43] "POST /neutron/port HTTP/1.1" 200 1015 0.006909 10.0.0.249 - - [2025-07-24 02:22:43] "POST /neutron/port HTTP/1.1" 200 151 0.069034 10.0.0.249 - - [2025-07-24 02:22:43] "POST /neutron/network HTTP/1.1" 200 818 0.007330 10.0.0.249 - - [2025-07-24 02:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004834 10.0.0.249 - - [2025-07-24 02:22:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004007 10.0.0.249 - - [2025-07-24 02:22:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002207 10.0.0.249 - - [2025-07-24 02:22:43] "POST /neutron/network HTTP/1.1" 200 151 0.094481 10.0.0.249 - - [2025-07-24 02:22:43] "DELETE /route-target/d208ef64-d001-4e73-907c-8b55f6f2e4e1 HTTP/1.1" 200 115 0.023391 10.0.0.249 - - [2025-07-24 02:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002789 10.0.0.249 - - [2025-07-24 02:22:44] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001030 10.0.0.249 - - [2025-07-24 02:22:44] "GET /project/7a52eec5-ad86-435b-ae98-dc2d43e4a7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.024323 10.0.0.249 - - [2025-07-24 02:22:44] "POST /neutron/network HTTP/1.1" 200 117 0.007553 10.0.0.249 - - [2025-07-24 02:22:44] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002325 10.0.0.249 - - [2025-07-24 02:22:44] "POST /neutron/network HTTP/1.1" 200 603 0.068663 10.0.0.249 - - [2025-07-24 02:22:44] "POST /route-targets HTTP/1.1" 200 328 0.013572 10.0.0.249 - - [2025-07-24 02:22:44] "POST /ref-update HTTP/1.1" 200 156 0.011375 10.0.0.249 - - [2025-07-24 02:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003485 10.0.0.249 - - [2025-07-24 02:22:44] "POST /neutron/subnet HTTP/1.1" 200 725 0.211381 10.0.0.249 - - [2025-07-24 02:22:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003309 10.0.0.249 - - [2025-07-24 02:22:44] "POST /neutron/subnet HTTP/1.1" 200 724 0.192773 10.0.0.249 - - [2025-07-24 02:22:44] "POST /neutron/network HTTP/1.1" 200 978 0.006960 10.0.0.249 - - [2025-07-24 02:22:44] "POST /id-to-fqname HTTP/1.1" 200 217 0.001302 10.0.0.249 - - [2025-07-24 02:22:44] "GET /virtual-network/8f7fc805-0670-4586-a9ef-87356feea6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005228 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/network HTTP/1.1" 200 978 0.008314 10.0.0.249 - - [2025-07-24 02:22:45] "GET /virtual-network/8f7fc805-0670-4586-a9ef-87356feea6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005274 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/network HTTP/1.1" 200 978 0.007650 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/subnet HTTP/1.1" 200 725 0.007813 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/subnet HTTP/1.1" 200 724 0.008740 10.0.0.249 - - [2025-07-24 02:22:45] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001371 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/port HTTP/1.1" 200 1018 0.174043 10.0.0.249 - - [2025-07-24 02:22:45] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001171 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/port HTTP/1.1" 200 1018 0.172218 10.0.0.249 - - [2025-07-24 02:22:45] "POST /id-to-fqname HTTP/1.1" 200 217 0.001157 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/port HTTP/1.1" 200 1018 0.008133 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/port HTTP/1.1" 200 1018 0.007971 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/network HTTP/1.1" 200 978 0.008311 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/port HTTP/1.1" 200 1018 0.008164 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.004845 10.0.0.249 - - [2025-07-24 02:22:45] "POST /neutron/port HTTP/1.1" 200 117 0.004678 10.0.0.249 - - [2025-07-24 02:22:45] "POST /id-to-fqname HTTP/1.1" 200 217 0.001130 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.005174 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 1018 0.007947 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 1018 0.007801 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/network HTTP/1.1" 200 978 0.008480 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 1018 0.007379 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 1018 0.008196 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.006805 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 1018 0.012121 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.007346 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.005949 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 1018 0.008589 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/network HTTP/1.1" 200 988 0.008346 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 1018 0.011239 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 1018 0.009515 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/port HTTP/1.1" 200 1018 0.006871 10.0.0.249 - - [2025-07-24 02:22:46] "POST /neutron/network HTTP/1.1" 200 988 0.011077 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/port HTTP/1.1" 200 1018 0.009507 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/port HTTP/1.1" 200 1018 0.008573 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/port HTTP/1.1" 200 1110 0.122390 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/port HTTP/1.1" 200 1110 0.105499 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/port HTTP/1.1" 200 1084 0.011458 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004267 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/port HTTP/1.1" 200 1084 0.016684 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/subnet HTTP/1.1" 200 699 0.009221 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003618 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/port HTTP/1.1" 200 117 0.001164 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/subnet HTTP/1.1" 200 698 0.014940 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/network HTTP/1.1" 200 978 0.008089 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/port HTTP/1.1" 200 117 0.004044 10.0.0.249 - - [2025-07-24 02:22:47] "POST /neutron/network HTTP/1.1" 200 978 0.008137 10.0.0.249 - - [2025-07-24 02:22:51] "POST /neutron/port HTTP/1.1" 200 1084 0.010643 10.0.0.249 - - [2025-07-24 02:22:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007273 10.0.0.249 - - [2025-07-24 02:22:51] "POST /neutron/port HTTP/1.1" 200 1084 0.011469 10.0.0.249 - - [2025-07-24 02:22:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006263 10.0.0.249 - - [2025-07-24 02:22:51] "POST /neutron/port HTTP/1.1" 200 1084 0.012255 10.0.0.249 - - [2025-07-24 02:22:51] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005626 10.0.0.249 - - [2025-07-24 02:22:51] "GET /virtual-machine/014b7cf7-ce6d-41ef-bef6-7da461d9578b HTTP/1.1" 200 1284 0.004510 10.0.0.249 - - [2025-07-24 02:22:51] "GET /virtual-machine-interface/8c98d1bd-8dc0-42fb-ad6a-45c7480a5565 HTTP/1.1" 200 2931 0.004670 10.0.0.249 - - [2025-07-24 02:22:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003026 10.0.0.249 - - [2025-07-24 02:22:51] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003672 10.0.0.249 - - [2025-07-24 02:22:51] "GET /virtual-networks?parent_id=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003546 10.0.0.249 - - [2025-07-24 02:22:51] "GET /virtual-network/8f7fc805-0670-4586-a9ef-87356feea6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.007275 10.0.0.249 - - [2025-07-24 02:22:53] "POST /neutron/port HTTP/1.1" 200 1084 0.012207 10.0.0.249 - - [2025-07-24 02:22:53] "POST /neutron/port HTTP/1.1" 200 1084 0.012916 10.0.0.249 - - [2025-07-24 02:22:53] "POST /neutron/network HTTP/1.1" 200 988 0.009977 10.0.0.249 - - [2025-07-24 02:22:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003527 10.0.0.249 - - [2025-07-24 02:22:54] "POST /neutron/subnet HTTP/1.1" 200 699 0.010149 10.0.0.249 - - [2025-07-24 02:22:54] "POST /neutron/port HTTP/1.1" 200 117 0.001218 10.0.0.249 - - [2025-07-24 02:22:54] "POST /neutron/network HTTP/1.1" 200 978 0.008632 10.0.0.249 - - [2025-07-24 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.249 - - [2025-07-24 02:22:54] "GET /virtual-network/8f7fc805-0670-4586-a9ef-87356feea6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.005093 10.0.0.249 - - [2025-07-24 02:22:56] "POST /neutron/port HTTP/1.1" 200 1084 0.012986 10.0.0.249 - - [2025-07-24 02:22:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005553 10.0.0.249 - - [2025-07-24 02:22:56] "POST /neutron/port HTTP/1.1" 200 1084 0.014630 10.0.0.249 - - [2025-07-24 02:22:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005799 10.0.0.249 - - [2025-07-24 02:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.249 - - [2025-07-24 02:22:57] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003801 10.0.0.249 - - [2025-07-24 02:22:57] "GET /virtual-networks?parent_id=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002763 10.0.0.249 - - [2025-07-24 02:22:57] "GET /virtual-network/8f7fc805-0670-4586-a9ef-87356feea6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006360 10.0.0.249 - - [2025-07-24 02:22:57] "POST /neutron/port HTTP/1.1" 200 1084 0.015387 10.0.0.249 - - [2025-07-24 02:22:57] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006658 10.0.0.249 - - [2025-07-24 02:23:02] "POST /neutron/port HTTP/1.1" 200 1084 0.012217 10.0.0.249 - - [2025-07-24 02:23:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007428 10.0.0.249 - - [2025-07-24 02:23:02] "POST /neutron/port HTTP/1.1" 200 1084 0.011617 10.0.0.249 - - [2025-07-24 02:23:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005751 10.0.0.249 - - [2025-07-24 02:23:02] "POST /neutron/port HTTP/1.1" 200 1084 0.012306 10.0.0.249 - - [2025-07-24 02:23:02] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005393 10.0.0.249 - - [2025-07-24 02:23:02] "GET /virtual-machine/4cae2b25-54f4-4431-be88-744ae87634f3 HTTP/1.1" 200 1286 0.005268 10.0.0.249 - - [2025-07-24 02:23:02] "GET /virtual-machine-interface/cc0884ba-bc33-4b8b-99b5-c27830924bda HTTP/1.1" 200 2931 0.004612 10.0.0.249 - - [2025-07-24 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002843 10.0.0.249 - - [2025-07-24 02:23:02] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002714 10.0.0.249 - - [2025-07-24 02:23:02] "GET /virtual-networks?parent_id=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002849 10.0.0.249 - - [2025-07-24 02:23:02] "GET /virtual-network/8f7fc805-0670-4586-a9ef-87356feea6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006317 10.0.0.249 - - [2025-07-24 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004141 10.0.0.249 - - [2025-07-24 02:23:04] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003681 10.0.0.249 - - [2025-07-24 02:23:04] "GET /virtual-networks?parent_id=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002989 10.0.0.249 - - [2025-07-24 02:23:04] "GET /virtual-network/8f7fc805-0670-4586-a9ef-87356feea6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2563 0.006161 10.0.0.249 - - [2025-07-24 02:23:07] "POST /neutron/port HTTP/1.1" 200 1110 0.013541 10.0.0.249 - - [2025-07-24 02:23:07] "POST /neutron/port HTTP/1.1" 200 1110 0.009030 10.0.0.249 - - [2025-07-24 02:23:07] "POST /neutron/port HTTP/1.1" 200 151 0.109589 10.0.0.249 - - [2025-07-24 02:23:07] "POST /neutron/port HTTP/1.1" 200 1110 0.010028 10.0.0.249 - - [2025-07-24 02:23:07] "POST /neutron/port HTTP/1.1" 200 1110 0.009794 10.0.0.249 - - [2025-07-24 02:23:07] "POST /neutron/port HTTP/1.1" 200 151 0.115945 10.0.0.249 - - [2025-07-24 02:23:07] "POST /neutron/network HTTP/1.1" 200 978 0.007246 10.0.0.249 - - [2025-07-24 02:23:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.249 - - [2025-07-24 02:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002793 10.0.0.249 - - [2025-07-24 02:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.057060 10.0.0.249 - - [2025-07-24 02:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.001996 10.0.0.249 - - [2025-07-24 02:23:07] "POST /useragent-kv HTTP/1.1" 200 115 0.004181 10.0.0.249 - - [2025-07-24 02:23:07] "DELETE /route-target/36e8a462-1c76-463c-9d5c-2c23e7053f9d HTTP/1.1" 200 115 0.085775 10.0.0.249 - - [2025-07-24 02:23:07] "POST /neutron/network HTTP/1.1" 200 151 0.181133 10.0.0.249 - - [2025-07-24 02:23:08] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001165 10.0.0.249 - - [2025-07-24 02:23:08] "GET /project/7a52eec5-ad86-435b-ae98-dc2d43e4a7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.033114 10.0.0.249 - - [2025-07-24 02:23:08] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001725 10.0.0.249 - - [2025-07-24 02:23:08] "GET /project/7a52eec5-ad86-435b-ae98-dc2d43e4a7c7?fields=virtual_networks HTTP/1.1" 200 1026 0.031913 10.0.0.249 - - [2025-07-24 02:23:08] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001441 10.0.0.249 - - [2025-07-24 02:23:08] "GET /project/7a52eec5-ad86-435b-ae98-dc2d43e4a7c7?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.029514 10.0.0.249 - - [2025-07-24 02:23:08] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001063 10.0.0.249 - - [2025-07-24 02:23:08] "GET /project/7a52eec5-ad86-435b-ae98-dc2d43e4a7c7?fields=security_groups HTTP/1.1" 200 1249 0.028812 10.0.0.249 - - [2025-07-24 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 186 0.027052 10.0.0.249 - - [2025-07-24 02:23:09] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002845 10.0.0.249 - - [2025-07-24 02:23:09] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001056 10.0.0.249 - - [2025-07-24 02:23:09] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008106 10.0.0.249 - - [2025-07-24 02:23:09] "POST /id-to-fqname HTTP/1.1" 200 188 0.001632 10.0.0.249 - - [2025-07-24 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 197 0.003704 10.0.0.249 - - [2025-07-24 02:23:09] "POST /security-groups HTTP/1.1" 200 589 0.075794 10.0.0.249 - - [2025-07-24 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.004352 10.0.0.249 - - [2025-07-24 02:23:09] "POST /projects HTTP/1.1" 200 581 0.251302 10.0.0.249 - - [2025-07-24 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.283422 10.0.0.249 - - [2025-07-24 02:23:09] "POST /access-control-lists HTTP/1.1" 200 596 0.062357 10.0.0.249 - - [2025-07-24 02:23:09] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.423940 10.0.0.249 - - [2025-07-24 02:23:09] "POST /fqname-to-id HTTP/1.1" 404 231 0.003440 10.0.0.249 - - [2025-07-24 02:23:09] "POST /access-control-lists HTTP/1.1" 200 594 0.063239 10.0.0.249 - - [2025-07-24 02:23:10] "GET / HTTP/1.1" 200 36215 0.001794 10.0.0.249 - - [2025-07-24 02:23:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000511 10.0.0.249 - - [2025-07-24 02:23:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.062999 10.0.0.249 - - [2025-07-24 02:23:11] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001042 10.0.0.249 - - [2025-07-24 02:23:11] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.031255 10.0.0.249 - - [2025-07-24 02:23:11] "POST /neutron/network HTTP/1.1" 200 117 0.034877 10.0.0.249 - - [2025-07-24 02:23:11] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001413 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/network HTTP/1.1" 200 605 0.085093 10.0.0.249 - - [2025-07-24 02:23:12] "POST /route-targets HTTP/1.1" 200 328 0.011468 10.0.0.249 - - [2025-07-24 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.016586 10.0.0.249 - - [2025-07-24 02:23:12] "POST /useragent-kv HTTP/1.1" 200 115 0.009215 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.234848 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/network HTTP/1.1" 200 825 0.007500 10.0.0.249 - - [2025-07-24 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 219 0.001889 10.0.0.249 - - [2025-07-24 02:23:12] "GET /virtual-network/2854e421-c840-4405-bca2-937c95faa6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007787 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/network HTTP/1.1" 200 825 0.010705 10.0.0.249 - - [2025-07-24 02:23:12] "GET /virtual-network/2854e421-c840-4405-bca2-937c95faa6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006193 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/network HTTP/1.1" 200 825 0.025161 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.009465 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 729 0.008193 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/port HTTP/1.1" 400 205 0.002950 10.0.0.249 - - [2025-07-24 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.249 - - [2025-07-24 02:23:12] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.010373 10.0.0.249 - - [2025-07-24 02:23:12] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.045029 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/port HTTP/1.1" 400 205 0.003252 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/network HTTP/1.1" 200 117 0.010962 10.0.0.249 - - [2025-07-24 02:23:12] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001241 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/network HTTP/1.1" 200 605 0.078500 10.0.0.249 - - [2025-07-24 02:23:12] "POST /route-targets HTTP/1.1" 200 328 0.010143 10.0.0.249 - - [2025-07-24 02:23:12] "POST /ref-update HTTP/1.1" 200 156 0.011408 10.0.0.249 - - [2025-07-24 02:23:12] "POST /useragent-kv HTTP/1.1" 200 115 0.004668 10.0.0.249 - - [2025-07-24 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 724 0.215534 10.0.0.249 - - [2025-07-24 02:23:13] "POST /neutron/network HTTP/1.1" 200 824 0.007738 10.0.0.249 - - [2025-07-24 02:23:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.001959 10.0.0.249 - - [2025-07-24 02:23:13] "GET /virtual-network/c9d55c4c-7334-4e21-bcd1-1bd267ec5371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006462 10.0.0.249 - - [2025-07-24 02:23:13] "POST /neutron/network HTTP/1.1" 200 824 0.005954 10.0.0.249 - - [2025-07-24 02:23:13] "GET /virtual-network/c9d55c4c-7334-4e21-bcd1-1bd267ec5371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008093 10.0.0.249 - - [2025-07-24 02:23:13] "POST /neutron/network HTTP/1.1" 200 824 0.005414 10.0.0.249 - - [2025-07-24 02:23:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.008174 10.0.0.249 - - [2025-07-24 02:23:13] "POST /id-to-fqname HTTP/1.1" 200 219 0.001383 10.0.0.249 - - [2025-07-24 02:23:13] "POST /neutron/network HTTP/1.1" 200 835 0.006748 10.0.0.249 - - [2025-07-24 02:23:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000500 10.0.0.249 - - [2025-07-24 02:23:13] "GET / HTTP/1.1" 200 36215 0.001477 10.0.0.249 - - [2025-07-24 02:23:13] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000375 10.0.0.249 - - [2025-07-24 02:23:14] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001541 10.0.0.249 - - [2025-07-24 02:23:14] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.065886 10.0.0.249 - - [2025-07-24 02:23:14] "POST /neutron/network HTTP/1.1" 200 825 0.009802 10.0.0.249 - - [2025-07-24 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.005515 10.0.0.249 - - [2025-07-24 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.005039 10.0.0.249 - - [2025-07-24 02:23:14] "POST /id-to-fqname HTTP/1.1" 200 219 0.001684 10.0.0.249 - - [2025-07-24 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.006815 10.0.0.249 - - [2025-07-24 02:23:14] "POST /neutron/network HTTP/1.1" 200 834 0.006261 10.0.0.249 - - [2025-07-24 02:23:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000508 10.0.0.249 - - [2025-07-24 02:23:14] "POST /neutron/network HTTP/1.1" 200 835 0.006075 10.0.0.249 - - [2025-07-24 02:23:14] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.249 - - [2025-07-24 02:23:14] "GET / HTTP/1.1" 200 36215 0.001806 10.0.0.249 - - [2025-07-24 02:23:14] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000455 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.249391 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.009820 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.007980 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/port HTTP/1.1" 200 1113 0.058907 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/port HTTP/1.1" 200 1087 0.010640 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003751 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.006443 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.001365 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/network HTTP/1.1" 200 825 0.008580 10.0.0.249 - - [2025-07-24 02:23:15] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001500 10.0.0.249 - - [2025-07-24 02:23:15] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.058224 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/network HTTP/1.1" 200 824 0.005883 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/port HTTP/1.1" 200 1087 0.018626 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008568 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/port HTTP/1.1" 200 117 0.005028 10.0.0.249 - - [2025-07-24 02:23:15] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001088 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/router HTTP/1.1" 200 580 0.063827 10.0.0.249 - - [2025-07-24 02:23:15] "POST /route-targets HTTP/1.1" 200 328 0.017214 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/router HTTP/1.1" 200 580 0.005801 10.0.0.249 - - [2025-07-24 02:23:15] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001235 10.0.0.249 - - [2025-07-24 02:23:15] "PUT /logical-router/c7368b43-db12-4ccc-ab7a-65dd534f5930 HTTP/1.1" 200 263 0.041291 10.0.0.249 - - [2025-07-24 02:23:15] "POST /neutron/router HTTP/1.1" 200 344 0.268854 10.0.0.249 - - [2025-07-24 02:23:16] "POST /ref-update HTTP/1.1" 200 156 0.044617 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/network HTTP/1.1" 200 834 0.020766 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/port HTTP/1.1" 200 1087 0.032778 10.0.0.249 - - [2025-07-24 02:23:16] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009198 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/port HTTP/1.1" 200 1058 0.302859 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/port HTTP/1.1" 200 1058 0.009189 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/port HTTP/1.1" 200 1058 0.008419 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/port HTTP/1.1" 200 1112 0.064967 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/port HTTP/1.1" 200 1086 0.013689 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004233 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.007362 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/port HTTP/1.1" 200 117 0.001459 10.0.0.249 - - [2025-07-24 02:23:16] "POST /neutron/network HTTP/1.1" 200 824 0.006016 10.0.0.249 - - [2025-07-24 02:23:21] "POST /neutron/port HTTP/1.1" 200 1087 0.012285 10.0.0.249 - - [2025-07-24 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008334 10.0.0.249 - - [2025-07-24 02:23:21] "POST /neutron/port HTTP/1.1" 200 1087 0.012555 10.0.0.249 - - [2025-07-24 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008395 10.0.0.249 - - [2025-07-24 02:23:21] "POST /neutron/port HTTP/1.1" 200 1087 0.011526 10.0.0.249 - - [2025-07-24 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007557 10.0.0.249 - - [2025-07-24 02:23:21] "GET /virtual-machine/02af6945-9bbd-4678-a2ab-d1af68fd7072 HTTP/1.1" 401 293 0.000444 10.0.0.249 - - [2025-07-24 02:23:21] "GET /virtual-machine/02af6945-9bbd-4678-a2ab-d1af68fd7072 HTTP/1.1" 200 1291 0.028433 10.0.0.249 - - [2025-07-24 02:23:21] "GET /virtual-machine-interface/ab1807ad-e8fd-4b64-a4ee-367c09348045 HTTP/1.1" 200 2941 0.006591 10.0.0.249 - - [2025-07-24 02:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.249 - - [2025-07-24 02:23:21] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005457 10.0.0.249 - - [2025-07-24 02:23:21] "GET /virtual-networks?parent_id=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003837 10.0.0.249 - - [2025-07-24 02:23:21] "GET /virtual-network/2854e421-c840-4405-bca2-937c95faa6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006434 10.0.0.249 - - [2025-07-24 02:23:24] "POST /neutron/port HTTP/1.1" 200 1087 0.013244 10.0.0.249 - - [2025-07-24 02:23:24] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007042 10.0.0.249 - - [2025-07-24 02:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.249 - - [2025-07-24 02:23:25] "GET /virtual-network/2854e421-c840-4405-bca2-937c95faa6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004826 10.0.0.249 - - [2025-07-24 02:23:25] "POST /neutron/port HTTP/1.1" 200 1086 0.024661 10.0.0.249 - - [2025-07-24 02:23:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008332 10.0.0.249 - - [2025-07-24 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.249 - - [2025-07-24 02:23:27] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004306 10.0.0.249 - - [2025-07-24 02:23:27] "GET /virtual-networks?parent_id=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003448 10.0.0.249 - - [2025-07-24 02:23:27] "GET /virtual-network/2854e421-c840-4405-bca2-937c95faa6bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006284 10.0.0.249 - - [2025-07-24 02:23:27] "POST /neutron/port HTTP/1.1" 200 1086 0.014972 10.0.0.249 - - [2025-07-24 02:23:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.014112 10.0.0.249 - - [2025-07-24 02:23:27] "POST /neutron/port HTTP/1.1" 200 1086 0.013005 10.0.0.249 - - [2025-07-24 02:23:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007213 10.0.0.249 - - [2025-07-24 02:23:27] "POST /neutron/port HTTP/1.1" 200 1086 0.014184 10.0.0.249 - - [2025-07-24 02:23:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006350 10.0.0.249 - - [2025-07-24 02:23:27] "GET /virtual-machine/6be37013-5cee-44d3-9d96-eb6dbb5b03a5 HTTP/1.1" 200 1292 0.004614 10.0.0.249 - - [2025-07-24 02:23:27] "GET /virtual-machine-interface/fcbd236e-c89f-40f7-b93b-ecf69498e0dd HTTP/1.1" 200 2941 0.005596 10.0.0.249 - - [2025-07-24 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.249 - - [2025-07-24 02:23:27] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003340 10.0.0.249 - - [2025-07-24 02:23:27] "GET /virtual-networks?parent_id=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003321 10.0.0.249 - - [2025-07-24 02:23:27] "GET /virtual-network/c9d55c4c-7334-4e21-bcd1-1bd267ec5371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005207 10.0.0.249 - - [2025-07-24 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003096 10.0.0.249 - - [2025-07-24 02:23:28] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003387 10.0.0.249 - - [2025-07-24 02:23:29] "GET /virtual-networks?parent_id=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003077 10.0.0.249 - - [2025-07-24 02:23:29] "GET /virtual-network/c9d55c4c-7334-4e21-bcd1-1bd267ec5371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007192 10.0.0.249 - - [2025-07-24 02:23:30] "DELETE /project/b93ab55720de4be1b5a89ed10f455adb HTTP/1.1" 404 173 0.010221 10.0.0.249 - - [2025-07-24 02:23:30] "DELETE /project/7a52eec5ad86435bae98dc2d43e4a7c7 HTTP/1.1" 404 173 0.009289 10.0.0.249 - - [2025-07-24 02:23:30] "DELETE /project/16389db812ad41fb9d600d9a249b38c5 HTTP/1.1" 404 173 0.008555 10.0.0.249 - - [2025-07-24 02:23:30] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000970 10.0.0.249 - - [2025-07-24 02:23:30] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000803 10.0.0.249 - - [2025-07-24 02:23:30] "GET /project/b93ab557-20de-4be1-b5a8-9ed10f455adb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.044622 10.0.0.249 - - [2025-07-24 02:23:30] "GET /project/7a52eec5-ad86-435b-ae98-dc2d43e4a7c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.049528 10.0.0.249 - - [2025-07-24 02:23:30] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000935 10.0.0.249 - - [2025-07-24 02:23:30] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000906 10.0.0.249 - - [2025-07-24 02:23:30] "GET /project/b93ab557-20de-4be1-b5a8-9ed10f455adb?fields=security_groups HTTP/1.1" 200 1349 0.037560 10.0.0.249 - - [2025-07-24 02:23:30] "GET /project/7a52eec5-ad86-435b-ae98-dc2d43e4a7c7?fields=security_groups HTTP/1.1" 200 1351 0.041123 10.0.0.249 - - [2025-07-24 02:23:31] "DELETE /access-control-list/379acc21-a5fe-49f1-8a38-178262b9134d HTTP/1.1" 200 115 0.055125 10.0.0.249 - - [2025-07-24 02:23:31] "DELETE /security-group/5c114265-b59e-490c-be05-656190181eb8 HTTP/1.1" 200 115 0.105030 10.0.0.249 - - [2025-07-24 02:23:31] "DELETE /security-group/dc8d057f-6921-4ef8-9965-3240d678b9a2 HTTP/1.1" 200 115 0.108213 10.0.0.249 - - [2025-07-24 02:23:31] "GET /projects?obj_uuids=b93ab557-20de-4be1-b5a8-9ed10f455adb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001971 10.0.0.249 - - [2025-07-24 02:23:31] "GET /projects?obj_uuids=7a52eec5-ad86-435b-ae98-dc2d43e4a7c7&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000935 10.0.0.249 - - [2025-07-24 02:23:31] "DELETE /access-control-list/cc5b516e-4f7f-4953-8ec0-9f1e3dcf85d9 HTTP/1.1" 200 115 0.046643 10.0.0.249 - - [2025-07-24 02:23:31] "GET /project/b93ab557-20de-4be1-b5a8-9ed10f455adb?fields=application_policy_sets HTTP/1.1" 200 1388 0.046939 10.0.0.249 - - [2025-07-24 02:23:31] "GET /project/7a52eec5-ad86-435b-ae98-dc2d43e4a7c7?fields=application_policy_sets HTTP/1.1" 200 1390 0.046625 10.0.0.249 - - [2025-07-24 02:23:31] "DELETE /access-control-list/97768f04-1c8a-4f53-b8a7-259a9037db67 HTTP/1.1" 200 115 0.036488 10.0.0.249 - - [2025-07-24 02:23:31] "DELETE /access-control-list/e1a63e71-af98-4df2-b4fb-2ed3dceb7f2a HTTP/1.1" 200 115 0.039340 10.0.0.249 - - [2025-07-24 02:23:31] "DELETE /project/b93ab557-20de-4be1-b5a8-9ed10f455adb HTTP/1.1" 200 115 0.452389 10.0.0.249 - - [2025-07-24 02:23:31] "DELETE /project/7a52eec5-ad86-435b-ae98-dc2d43e4a7c7 HTTP/1.1" 200 115 0.479760 10.0.0.249 - - [2025-07-24 02:23:34] "POST /neutron/router HTTP/1.1" 200 580 0.004526 10.0.0.249 - - [2025-07-24 02:23:34] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001208 10.0.0.249 - - [2025-07-24 02:23:34] "POST /neutron/router HTTP/1.1" 200 344 0.246576 10.0.0.249 - - [2025-07-24 02:23:34] "POST /neutron/port HTTP/1.1" 200 1885 0.017206 10.0.0.249 - - [2025-07-24 02:23:35] "POST /ref-update HTTP/1.1" 200 156 0.010475 10.0.0.249 - - [2025-07-24 02:23:36] "GET /obj-perms HTTP/1.1" 200 5075 0.056870 10.0.0.249 - - [2025-07-24 02:23:37] "GET /obj-perms HTTP/1.1" 200 5075 0.051118 10.0.0.249 - - [2025-07-24 02:23:41] "POST /neutron/router HTTP/1.1" 200 580 0.004803 10.0.0.249 - - [2025-07-24 02:23:41] "POST /ref-update HTTP/1.1" 200 156 0.012997 10.0.0.249 - - [2025-07-24 02:23:41] "POST /neutron/router HTTP/1.1" 200 344 0.114645 10.0.0.249 - - [2025-07-24 02:23:44] "POST /neutron/router HTTP/1.1" 200 580 0.006160 10.0.0.249 - - [2025-07-24 02:23:44] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001553 10.0.0.249 - - [2025-07-24 02:23:44] "POST /neutron/router HTTP/1.1" 200 344 0.220381 10.0.0.249 - - [2025-07-24 02:23:44] "POST /ref-update HTTP/1.1" 200 156 0.008717 10.0.0.249 - - [2025-07-24 02:23:46] "POST /neutron/router HTTP/1.1" 200 580 0.005222 10.0.0.249 - - [2025-07-24 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.011162 10.0.0.249 - - [2025-07-24 02:23:47] "POST /neutron/router HTTP/1.1" 200 344 0.119349 10.0.0.249 - - [2025-07-24 02:23:47] "POST /neutron/router HTTP/1.1" 200 580 0.006052 10.0.0.249 - - [2025-07-24 02:23:47] "POST /ref-update HTTP/1.1" 200 156 0.013808 10.0.0.249 - - [2025-07-24 02:23:47] "POST /neutron/router HTTP/1.1" 200 344 0.113595 10.0.0.249 - - [2025-07-24 02:23:47] "POST /neutron/router HTTP/1.1" 200 580 0.004992 10.0.0.249 - - [2025-07-24 02:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006455 10.0.0.249 - - [2025-07-24 02:23:47] "GET /logical-router/c7368b43-db12-4ccc-ab7a-65dd534f5930?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004957 10.0.0.249 - - [2025-07-24 02:23:47] "POST /neutron/router HTTP/1.1" 200 151 0.065595 10.0.0.249 - - [2025-07-24 02:23:47] "DELETE /route-target/a149baee-1bff-44ef-8e9c-3cddc24aaa8c HTTP/1.1" 200 115 0.034264 10.0.0.249 - - [2025-07-24 02:23:47] "POST /neutron/network HTTP/1.1" 200 824 0.006266 10.0.0.249 - - [2025-07-24 02:23:47] "POST /neutron/network HTTP/1.1" 400 204 0.011316 10.0.0.249 - - [2025-07-24 02:23:47] "POST /neutron/port HTTP/1.1" 200 1086 0.015633 10.0.0.249 - - [2025-07-24 02:23:47] "POST /neutron/port HTTP/1.1" 200 1112 0.011747 10.0.0.249 - - [2025-07-24 02:23:47] "POST /neutron/port HTTP/1.1" 200 1087 0.014760 10.0.0.249 - - [2025-07-24 02:23:47] "POST /neutron/port HTTP/1.1" 200 1113 0.011662 10.0.0.249 - - [2025-07-24 02:23:48] "POST /neutron/port HTTP/1.1" 200 151 0.128974 10.0.0.249 - - [2025-07-24 02:23:48] "POST /neutron/port HTTP/1.1" 200 151 0.121939 10.0.0.249 - - [2025-07-24 02:23:49] "POST /neutron/network HTTP/1.1" 200 824 0.006016 10.0.0.249 - - [2025-07-24 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.249 - - [2025-07-24 02:23:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002110 10.0.0.249 - - [2025-07-24 02:23:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003214 10.0.0.249 - - [2025-07-24 02:23:49] "POST /neutron/network HTTP/1.1" 200 151 0.084633 10.0.0.249 - - [2025-07-24 02:23:49] "DELETE /route-target/66b64b71-b9dd-43de-a668-540781599cf1 HTTP/1.1" 200 115 0.023201 10.0.0.249 - - [2025-07-24 02:23:49] "POST /neutron/network HTTP/1.1" 200 825 0.008067 10.0.0.249 - - [2025-07-24 02:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005628 10.0.0.249 - - [2025-07-24 02:23:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003355 10.0.0.249 - - [2025-07-24 02:23:49] "POST /useragent-kv HTTP/1.1" 200 115 0.001843 10.0.0.249 - - [2025-07-24 02:23:49] "POST /neutron/network HTTP/1.1" 200 151 0.088626 10.0.0.249 - - [2025-07-24 02:23:49] "DELETE /route-target/74cdc091-f446-4bb8-bdb7-789978cc7c68 HTTP/1.1" 200 115 0.017404 10.0.0.249 - - [2025-07-24 02:23:49] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001089 10.0.0.249 - - [2025-07-24 02:23:50] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.024894 10.0.0.249 - - [2025-07-24 02:23:50] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001214 10.0.0.249 - - [2025-07-24 02:23:50] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?fields=virtual_networks HTTP/1.1" 200 1030 0.068525 10.0.0.249 - - [2025-07-24 02:23:50] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001532 10.0.0.249 - - [2025-07-24 02:23:50] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.030466 10.0.0.249 - - [2025-07-24 02:23:50] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.249 - - [2025-07-24 02:23:50] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?fields=security_groups HTTP/1.1" 200 1255 0.028058 10.0.0.249 - - [2025-07-24 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 191 0.025015 10.0.0.249 - - [2025-07-24 02:23:51] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003196 10.0.0.249 - - [2025-07-24 02:23:51] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.249 - - [2025-07-24 02:23:51] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007411 10.0.0.249 - - [2025-07-24 02:23:51] "POST /id-to-fqname HTTP/1.1" 200 193 0.001382 10.0.0.249 - - [2025-07-24 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 202 0.005022 10.0.0.249 - - [2025-07-24 02:23:51] "POST /security-groups HTTP/1.1" 200 594 0.068310 10.0.0.249 - - [2025-07-24 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 237 0.003084 10.0.0.249 - - [2025-07-24 02:23:51] "POST /projects HTTP/1.1" 200 591 0.232013 10.0.0.249 - - [2025-07-24 02:23:51] "POST /access-control-lists HTTP/1.1" 200 601 0.059620 10.0.0.249 - - [2025-07-24 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.310766 10.0.0.249 - - [2025-07-24 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 236 0.006891 10.0.0.249 - - [2025-07-24 02:23:51] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.445313 10.0.0.249 - - [2025-07-24 02:23:51] "POST /access-control-lists HTTP/1.1" 200 599 0.064176 10.0.0.249 - - [2025-07-24 02:23:52] "GET / HTTP/1.1" 200 36215 0.002038 10.0.0.249 - - [2025-07-24 02:23:53] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000534 10.0.0.249 - - [2025-07-24 02:23:54] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001151 10.0.0.249 - - [2025-07-24 02:23:54] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.059000 10.0.0.249 - - [2025-07-24 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002496 10.0.0.249 - - [2025-07-24 02:23:54] "GET /security-group/47cb8c91-2719-4aa5-969e-ef7ed215fd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.005744 10.0.0.249 - - [2025-07-24 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.249 - - [2025-07-24 02:23:54] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001674 10.0.0.249 - - [2025-07-24 02:23:54] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.026193 10.0.0.249 - - [2025-07-24 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003263 10.0.0.249 - - [2025-07-24 02:23:54] "GET /security-group/47cb8c91-2719-4aa5-969e-ef7ed215fd3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004247 10.0.0.249 - - [2025-07-24 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.249 - - [2025-07-24 02:23:54] "PUT /security-group/47cb8c91-2719-4aa5-969e-ef7ed215fd3f HTTP/1.1" 200 263 0.014617 10.0.0.249 - - [2025-07-24 02:23:54] "PUT /access-control-list/32cd06c3-0cf0-466b-b878-6248133512bd HTTP/1.1" 200 273 0.011644 10.0.0.249 - - [2025-07-24 02:23:54] "PUT /access-control-list/dbf8215d-0d60-4a45-8ffa-9bf5b65a97b0 HTTP/1.1" 200 273 0.012532 10.0.0.249 - - [2025-07-24 02:23:54] "POST /fqname-to-id HTTP/1.1" 404 202 0.002241 10.0.0.249 - - [2025-07-24 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.249 - - [2025-07-24 02:23:54] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001912 10.0.0.249 - - [2025-07-24 02:23:54] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.033252 10.0.0.249 - - [2025-07-24 02:23:54] "POST /neutron/network HTTP/1.1" 200 117 0.032778 10.0.0.249 - - [2025-07-24 02:23:54] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001112 10.0.0.249 - - [2025-07-24 02:23:54] "POST /neutron/network HTTP/1.1" 200 608 0.077574 10.0.0.249 - - [2025-07-24 02:23:54] "POST /route-targets HTTP/1.1" 200 328 0.011630 10.0.0.249 - - [2025-07-24 02:23:54] "POST /ref-update HTTP/1.1" 200 156 0.012962 10.0.0.249 - - [2025-07-24 02:23:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002419 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.153554 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/network HTTP/1.1" 200 829 0.013842 10.0.0.249 - - [2025-07-24 02:23:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001215 10.0.0.249 - - [2025-07-24 02:23:55] "GET /virtual-network/de7d4d2a-8803-46f7-85d2-b11511509e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005102 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/network HTTP/1.1" 200 829 0.006021 10.0.0.249 - - [2025-07-24 02:23:55] "GET /virtual-network/de7d4d2a-8803-46f7-85d2-b11511509e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005638 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/network HTTP/1.1" 200 829 0.005953 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.006702 10.0.0.249 - - [2025-07-24 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002561 10.0.0.249 - - [2025-07-24 02:23:55] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001016 10.0.0.249 - - [2025-07-24 02:23:55] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.028294 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/network HTTP/1.1" 200 117 0.012683 10.0.0.249 - - [2025-07-24 02:23:55] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001612 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/network HTTP/1.1" 200 615 0.098085 10.0.0.249 - - [2025-07-24 02:23:55] "POST /route-targets HTTP/1.1" 200 328 0.018103 10.0.0.249 - - [2025-07-24 02:23:55] "POST /ref-update HTTP/1.1" 200 156 0.017727 10.0.0.249 - - [2025-07-24 02:23:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003314 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.203620 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/network HTTP/1.1" 200 832 0.005425 10.0.0.249 - - [2025-07-24 02:23:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001080 10.0.0.249 - - [2025-07-24 02:23:55] "GET /virtual-network/08306e3f-41d3-48a7-b515-e2e490457307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006193 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/network HTTP/1.1" 200 832 0.007369 10.0.0.249 - - [2025-07-24 02:23:55] "GET /virtual-network/08306e3f-41d3-48a7-b515-e2e490457307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005479 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/network HTTP/1.1" 200 832 0.006010 10.0.0.249 - - [2025-07-24 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.008568 10.0.0.249 - - [2025-07-24 02:23:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001471 10.0.0.249 - - [2025-07-24 02:23:56] "POST /neutron/network HTTP/1.1" 200 839 0.006434 10.0.0.249 - - [2025-07-24 02:23:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000465 10.0.0.249 - - [2025-07-24 02:23:56] "GET / HTTP/1.1" 200 36215 0.001652 10.0.0.249 - - [2025-07-24 02:23:56] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000454 10.0.0.249 - - [2025-07-24 02:23:56] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001066 10.0.0.249 - - [2025-07-24 02:23:56] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.048034 10.0.0.249 - - [2025-07-24 02:23:56] "POST /neutron/network HTTP/1.1" 200 829 0.006996 10.0.0.249 - - [2025-07-24 02:23:56] "POST /neutron/port HTTP/1.1" 200 117 0.004972 10.0.0.249 - - [2025-07-24 02:23:56] "POST /neutron/port HTTP/1.1" 200 117 0.005877 10.0.0.249 - - [2025-07-24 02:23:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001297 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.005895 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/network HTTP/1.1" 200 842 0.007950 10.0.0.249 - - [2025-07-24 02:23:57] "GET /aaa-mode HTTP/1.1" 401 293 0.000450 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/network HTTP/1.1" 200 839 0.006500 10.0.0.249 - - [2025-07-24 02:23:57] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001173 10.0.0.249 - - [2025-07-24 02:23:57] "GET / HTTP/1.1" 200 36215 0.002747 10.0.0.249 - - [2025-07-24 02:23:57] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000703 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/port HTTP/1.1" 200 1065 0.227953 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/port HTTP/1.1" 200 1065 0.016415 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/port HTTP/1.1" 200 1065 0.012128 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/port HTTP/1.1" 200 1119 0.077868 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/port HTTP/1.1" 200 1093 0.013755 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003615 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/subnet HTTP/1.1" 200 708 0.007152 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/port HTTP/1.1" 200 117 0.001384 10.0.0.249 - - [2025-07-24 02:23:57] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001220 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/network HTTP/1.1" 200 829 0.008563 10.0.0.249 - - [2025-07-24 02:23:57] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.067866 10.0.0.249 - - [2025-07-24 02:23:57] "POST /neutron/network HTTP/1.1" 200 832 0.005557 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/port HTTP/1.1" 200 1093 0.012416 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009498 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/port HTTP/1.1" 200 117 0.005365 10.0.0.249 - - [2025-07-24 02:23:58] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001540 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/router HTTP/1.1" 200 585 0.052669 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/router HTTP/1.1" 200 585 0.004056 10.0.0.249 - - [2025-07-24 02:23:58] "POST /route-targets HTTP/1.1" 200 328 0.020534 10.0.0.249 - - [2025-07-24 02:23:58] "PUT /logical-router/c56932bf-75ac-4951-9777-e00e0b39eab5 HTTP/1.1" 200 263 0.021771 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/router HTTP/1.1" 200 656 0.032012 10.0.0.249 - - [2025-07-24 02:23:58] "GET /logical-router/c56932bf-75ac-4951-9777-e00e0b39eab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1645 0.015457 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/router HTTP/1.1" 200 656 0.003899 10.0.0.249 - - [2025-07-24 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.008168 10.0.0.249 - - [2025-07-24 02:23:58] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001731 10.0.0.249 - - [2025-07-24 02:23:58] "GET /service-template/502f9fcc-a84e-44ea-a407-e34e76334371?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.009639 10.0.0.249 - - [2025-07-24 02:23:58] "POST /fqname-to-id HTTP/1.1" 404 215 0.002703 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/network HTTP/1.1" 200 842 0.016505 10.0.0.249 - - [2025-07-24 02:23:58] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001199 10.0.0.249 - - [2025-07-24 02:23:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009459 10.0.0.249 - - [2025-07-24 02:23:58] "POST /virtual-networks HTTP/1.1" 200 696 0.153594 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/router HTTP/1.1" 200 344 0.340145 10.0.0.249 - - [2025-07-24 02:23:58] "POST /route-targets HTTP/1.1" 200 328 0.040051 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/port HTTP/1.1" 200 1093 0.055420 10.0.0.249 - - [2025-07-24 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.053080 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/security_group HTTP/1.1" 200 2002 0.017265 10.0.0.249 - - [2025-07-24 02:23:58] "POST /service-instances HTTP/1.1" 200 672 0.110856 10.0.0.249 - - [2025-07-24 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.027235 10.0.0.249 - - [2025-07-24 02:23:58] "POST /route-tables HTTP/1.1" 200 584 0.044638 10.0.0.249 - - [2025-07-24 02:23:58] "PUT /logical-router/c56932bf-75ac-4951-9777-e00e0b39eab5 HTTP/1.1" 200 263 0.039795 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/port HTTP/1.1" 200 1061 0.383872 10.0.0.249 - - [2025-07-24 02:23:58] "POST /neutron/port HTTP/1.1" 200 1061 0.013549 10.0.0.249 - - [2025-07-24 02:23:59] "POST /neutron/port HTTP/1.1" 200 1061 0.012803 10.0.0.249 - - [2025-07-24 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.042321 10.0.0.249 - - [2025-07-24 02:23:59] "POST /neutron/port HTTP/1.1" 200 1115 0.087784 10.0.0.249 - - [2025-07-24 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.249 - - [2025-07-24 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002682 10.0.0.249 - - [2025-07-24 02:23:59] "POST /neutron/port HTTP/1.1" 200 1089 0.013339 10.0.0.249 - - [2025-07-24 02:23:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004306 10.0.0.249 - - [2025-07-24 02:23:59] "POST /neutron/subnet HTTP/1.1" 200 689 0.007225 10.0.0.249 - - [2025-07-24 02:23:59] "POST /neutron/port HTTP/1.1" 200 117 0.001349 10.0.0.249 - - [2025-07-24 02:23:59] "POST /virtual-machines HTTP/1.1" 200 554 0.017451 10.0.0.249 - - [2025-07-24 02:23:59] "POST /neutron/network HTTP/1.1" 200 832 0.005394 10.0.0.249 - - [2025-07-24 02:23:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.094103 10.0.0.249 - - [2025-07-24 02:23:59] "POST /chown HTTP/1.1" 200 109 0.009158 10.0.0.249 - - [2025-07-24 02:23:59] "POST /instance-ips HTTP/1.1" 200 552 0.030515 10.0.0.249 - - [2025-07-24 02:23:59] "POST /instance-ips HTTP/1.1" 400 246 0.019575 10.0.0.249 - - [2025-07-24 02:23:59] "POST /chown HTTP/1.1" 200 109 0.009658 10.0.0.249 - - [2025-07-24 02:23:59] "PUT /virtual-machine-interface/1bce8222-e9ae-40b6-b3ea-659a5a379e7c HTTP/1.1" 200 285 0.014384 10.0.0.249 - - [2025-07-24 02:23:59] "PUT /instance-ip/e0aeb058-614d-4661-ac44-c48398768a5b HTTP/1.1" 200 257 0.015408 10.0.0.249 - - [2025-07-24 02:23:59] "POST /ref-update HTTP/1.1" 200 156 0.016876 10.0.0.249 - - [2025-07-24 02:23:59] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.101736 10.0.0.249 - - [2025-07-24 02:23:59] "POST /chown HTTP/1.1" 200 109 0.008043 10.0.0.249 - - [2025-07-24 02:24:00] "POST /instance-ips HTTP/1.1" 200 550 0.042511 10.0.0.249 - - [2025-07-24 02:24:00] "POST /instance-ips HTTP/1.1" 400 316 0.026240 10.0.0.249 - - [2025-07-24 02:24:00] "POST /chown HTTP/1.1" 200 109 0.010154 10.0.0.249 - - [2025-07-24 02:24:00] "PUT /virtual-machine-interface/1c92ca67-0bb3-44a3-9194-5563d62727be HTTP/1.1" 200 285 0.012414 10.0.0.249 - - [2025-07-24 02:24:00] "PUT /instance-ip/5a2b80a9-f97b-4b55-a1d9-4831f90c95d1 HTTP/1.1" 200 257 0.013753 10.0.0.249 - - [2025-07-24 02:24:00] "POST /ref-update HTTP/1.1" 200 156 0.015858 10.0.0.249 - - [2025-07-24 02:24:00] "POST /ref-update HTTP/1.1" 200 156 0.010577 10.0.0.249 - - [2025-07-24 02:24:00] "PUT /routing-instance/6351cd5c-c29a-4632-ab8e-06e20098da77 HTTP/1.1" 200 267 0.019734 10.0.0.249 - - [2025-07-24 02:24:00] "POST /ref-update HTTP/1.1" 200 156 0.012689 10.0.0.249 - - [2025-07-24 02:24:00] "POST /virtual-machines HTTP/1.1" 200 554 0.015682 10.0.0.249 - - [2025-07-24 02:24:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.115541 10.0.0.249 - - [2025-07-24 02:24:00] "POST /chown HTTP/1.1" 200 109 0.011290 10.0.0.249 - - [2025-07-24 02:24:00] "POST /instance-ips HTTP/1.1" 400 246 0.019454 10.0.0.249 - - [2025-07-24 02:24:00] "POST /chown HTTP/1.1" 200 109 0.015482 10.0.0.249 - - [2025-07-24 02:24:00] "PUT /virtual-machine-interface/95f6d9cd-4ae8-47dd-bd23-dc6f23f03f03 HTTP/1.1" 200 285 0.016944 10.0.0.249 - - [2025-07-24 02:24:00] "PUT /instance-ip/e0aeb058-614d-4661-ac44-c48398768a5b HTTP/1.1" 200 257 0.017267 10.0.0.249 - - [2025-07-24 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.016549 10.0.0.249 - - [2025-07-24 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.015177 10.0.0.249 - - [2025-07-24 02:24:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.116479 10.0.0.249 - - [2025-07-24 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.030979 10.0.0.249 - - [2025-07-24 02:24:01] "PUT /routing-instance/6351cd5c-c29a-4632-ab8e-06e20098da77 HTTP/1.1" 200 267 0.018817 10.0.0.249 - - [2025-07-24 02:24:01] "POST /chown HTTP/1.1" 200 109 0.015188 10.0.0.249 - - [2025-07-24 02:24:01] "POST /instance-ips HTTP/1.1" 400 316 0.030115 10.0.0.249 - - [2025-07-24 02:24:01] "POST /chown HTTP/1.1" 200 109 0.009827 10.0.0.249 - - [2025-07-24 02:24:01] "PUT /virtual-machine-interface/cac56b61-b17d-4a4e-9360-465ad0f165a8 HTTP/1.1" 200 285 0.011662 10.0.0.249 - - [2025-07-24 02:24:01] "PUT /instance-ip/5a2b80a9-f97b-4b55-a1d9-4831f90c95d1 HTTP/1.1" 200 257 0.016467 10.0.0.249 - - [2025-07-24 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.013608 10.0.0.249 - - [2025-07-24 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.015113 10.0.0.249 - - [2025-07-24 02:24:01] "POST /ref-update HTTP/1.1" 200 156 0.017240 10.0.0.249 - - [2025-07-24 02:24:01] "PUT /routing-instance/6351cd5c-c29a-4632-ab8e-06e20098da77 HTTP/1.1" 200 267 0.045705 10.0.0.249 - - [2025-07-24 02:24:03] "POST /neutron/port HTTP/1.1" 200 1093 0.011764 10.0.0.249 - - [2025-07-24 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008854 10.0.0.249 - - [2025-07-24 02:24:03] "POST /neutron/port HTTP/1.1" 200 1093 0.012688 10.0.0.249 - - [2025-07-24 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007460 10.0.0.249 - - [2025-07-24 02:24:03] "POST /neutron/port HTTP/1.1" 200 1093 0.012197 10.0.0.249 - - [2025-07-24 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006947 10.0.0.249 - - [2025-07-24 02:24:04] "GET /virtual-machine/2240296b-5c93-44f7-8ac6-774aee260c02 HTTP/1.1" 401 293 0.000456 10.0.0.249 - - [2025-07-24 02:24:04] "GET /virtual-machine/2240296b-5c93-44f7-8ac6-774aee260c02 HTTP/1.1" 200 1296 0.032123 10.0.0.249 - - [2025-07-24 02:24:04] "GET /virtual-machine-interface/f4f1dcbf-bc34-49a8-b1e9-f16fe10d85d2 HTTP/1.1" 200 2963 0.006065 10.0.0.249 - - [2025-07-24 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.249 - - [2025-07-24 02:24:04] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003738 10.0.0.249 - - [2025-07-24 02:24:04] "GET /virtual-networks?parent_id=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003753 10.0.0.249 - - [2025-07-24 02:24:04] "GET /virtual-network/de7d4d2a-8803-46f7-85d2-b11511509e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006092 10.0.0.249 - - [2025-07-24 02:24:07] "POST /neutron/port HTTP/1.1" 200 1093 0.012479 10.0.0.249 - - [2025-07-24 02:24:07] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006421 10.0.0.249 - - [2025-07-24 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.249 - - [2025-07-24 02:24:07] "GET /virtual-network/de7d4d2a-8803-46f7-85d2-b11511509e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005590 10.0.0.249 - - [2025-07-24 02:24:08] "POST /neutron/port HTTP/1.1" 200 1089 0.011274 10.0.0.249 - - [2025-07-24 02:24:08] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005321 10.0.0.249 - - [2025-07-24 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005229 10.0.0.249 - - [2025-07-24 02:24:09] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003746 10.0.0.249 - - [2025-07-24 02:24:09] "GET /virtual-networks?parent_id=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003143 10.0.0.249 - - [2025-07-24 02:24:09] "GET /virtual-network/de7d4d2a-8803-46f7-85d2-b11511509e67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006044 10.0.0.249 - - [2025-07-24 02:24:10] "POST /neutron/port HTTP/1.1" 200 1089 0.013017 10.0.0.249 - - [2025-07-24 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006336 10.0.0.249 - - [2025-07-24 02:24:10] "POST /neutron/port HTTP/1.1" 200 1089 0.011387 10.0.0.249 - - [2025-07-24 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006312 10.0.0.249 - - [2025-07-24 02:24:10] "POST /neutron/port HTTP/1.1" 200 1089 0.012642 10.0.0.249 - - [2025-07-24 02:24:10] "POST /neutron/security_group HTTP/1.1" 200 2002 0.006999 10.0.0.249 - - [2025-07-24 02:24:10] "GET /virtual-machine/b406f7a9-7fc6-42f3-a394-070123758788 HTTP/1.1" 200 1298 0.005829 10.0.0.249 - - [2025-07-24 02:24:10] "GET /virtual-machine-interface/274b0f66-bfa1-4410-8c2c-d3e92c39ed55 HTTP/1.1" 200 2974 0.005767 10.0.0.249 - - [2025-07-24 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.249 - - [2025-07-24 02:24:10] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003853 10.0.0.249 - - [2025-07-24 02:24:10] "GET /virtual-networks?parent_id=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003172 10.0.0.249 - - [2025-07-24 02:24:10] "GET /virtual-network/08306e3f-41d3-48a7-b515-e2e490457307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005444 10.0.0.249 - - [2025-07-24 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.249 - - [2025-07-24 02:24:11] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.006160 10.0.0.249 - - [2025-07-24 02:24:11] "GET /virtual-networks?parent_id=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003598 10.0.0.249 - - [2025-07-24 02:24:11] "GET /virtual-network/08306e3f-41d3-48a7-b515-e2e490457307?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006686 10.0.0.249 - - [2025-07-24 02:24:15] "POST /neutron/router HTTP/1.1" 200 656 0.004244 10.0.0.249 - - [2025-07-24 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.011468 10.0.0.249 - - [2025-07-24 02:24:15] "POST /neutron/router HTTP/1.1" 200 344 0.103576 10.0.0.249 - - [2025-07-24 02:24:15] "POST /neutron/router HTTP/1.1" 200 656 0.005484 10.0.0.249 - - [2025-07-24 02:24:15] "GET /logical-router/c56932bf-75ac-4951-9777-e00e0b39eab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1977 0.006521 10.0.0.249 - - [2025-07-24 02:24:15] "GET /service-instance/8a2a5a36-97ed-4ca0-b1ff-b035f1dc312f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2328 0.005212 10.0.0.249 - - [2025-07-24 02:24:15] "PUT /logical-router/c56932bf-75ac-4951-9777-e00e0b39eab5 HTTP/1.1" 200 263 0.017603 10.0.0.249 - - [2025-07-24 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005644 10.0.0.249 - - [2025-07-24 02:24:15] "POST /neutron/router HTTP/1.1" 200 151 0.077408 10.0.0.249 - - [2025-07-24 02:24:15] "DELETE /route-target/fe3c49f3-3105-4cee-bc9a-1c7e59a3481e HTTP/1.1" 409 240 0.005417 10.0.0.249 - - [2025-07-24 02:24:15] "POST /ref-update HTTP/1.1" 404 171 0.005023 10.0.0.249 - - [2025-07-24 02:24:15] "POST /ref-update HTTP/1.1" 200 156 0.017359 10.0.0.249 - - [2025-07-24 02:24:15] "DELETE /route-table/f4a4be59-bbbb-4564-b195-6abf26c8a9c3 HTTP/1.1" 200 115 0.033402 10.0.0.249 - - [2025-07-24 02:24:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.249 - - [2025-07-24 02:24:15] "PUT /routing-instance/6351cd5c-c29a-4632-ab8e-06e20098da77 HTTP/1.1" 200 267 0.012422 10.0.0.249 - - [2025-07-24 02:24:15] "GET /virtual-network/cad0aa56-b1e6-4d5e-a98a-a7a966ab67b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006095 10.0.0.249 - - [2025-07-24 02:24:15] "POST /neutron/network HTTP/1.1" 200 832 0.015092 10.0.0.249 - - [2025-07-24 02:24:16] "POST /neutron/network HTTP/1.1" 400 204 0.041761 10.0.0.249 - - [2025-07-24 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.014123 10.0.0.249 - - [2025-07-24 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.009577 10.0.0.249 - - [2025-07-24 02:24:16] "DELETE /instance-ip/5a2b80a9-f97b-4b55-a1d9-4831f90c95d1 HTTP/1.1" 200 115 0.050495 10.0.0.249 - - [2025-07-24 02:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004329 10.0.0.249 - - [2025-07-24 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005183 10.0.0.249 - - [2025-07-24 02:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004288 10.0.0.249 - - [2025-07-24 02:24:16] "DELETE /virtual-network/cad0aa56-b1e6-4d5e-a98a-a7a966ab67b7 HTTP/1.1" 200 115 0.132665 10.0.0.249 - - [2025-07-24 02:24:16] "DELETE /route-target/01e69f44-1598-4569-b814-aa9fd4551ab4 HTTP/1.1" 200 115 0.024093 10.0.0.249 - - [2025-07-24 02:24:16] "DELETE /service-instance/8a2a5a36-97ed-4ca0-b1ff-b035f1dc312f HTTP/1.1" 200 115 0.035824 10.0.0.249 - - [2025-07-24 02:24:16] "GET /logical-router/c56932bf-75ac-4951-9777-e00e0b39eab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002819 10.0.0.249 - - [2025-07-24 02:24:16] "GET /service-instance/8a2a5a36-97ed-4ca0-b1ff-b035f1dc312f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002730 10.0.0.249 - - [2025-07-24 02:24:16] "POST /neutron/port HTTP/1.1" 200 1089 0.012658 10.0.0.249 - - [2025-07-24 02:24:16] "POST /neutron/port HTTP/1.1" 200 1115 0.015482 10.0.0.249 - - [2025-07-24 02:24:16] "GET /virtual-machine-interface/95f6d9cd-4ae8-47dd-bd23-dc6f23f03f03?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1667 0.006164 10.0.0.249 - - [2025-07-24 02:24:16] "POST /neutron/port HTTP/1.1" 200 1093 0.022753 10.0.0.249 - - [2025-07-24 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.028160 10.0.0.249 - - [2025-07-24 02:24:16] "POST /neutron/port HTTP/1.1" 200 1119 0.021587 10.0.0.249 - - [2025-07-24 02:24:16] "GET /instance-ip/e0aeb058-614d-4661-ac44-c48398768a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.008160 10.0.0.249 - - [2025-07-24 02:24:16] "POST /neutron/port HTTP/1.1" 200 151 0.220160 10.0.0.249 - - [2025-07-24 02:24:16] "DELETE /virtual-machine-interface/95f6d9cd-4ae8-47dd-bd23-dc6f23f03f03 HTTP/1.1" 200 115 0.087526 10.0.0.249 - - [2025-07-24 02:24:16] "GET /virtual-machine-interface/cac56b61-b17d-4a4e-9360-465ad0f165a8?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1346 0.006700 10.0.0.249 - - [2025-07-24 02:24:16] "POST /neutron/port HTTP/1.1" 200 151 0.223779 10.0.0.249 - - [2025-07-24 02:24:16] "DELETE /virtual-machine-interface/cac56b61-b17d-4a4e-9360-465ad0f165a8 HTTP/1.1" 200 115 0.031628 10.0.0.249 - - [2025-07-24 02:24:16] "DELETE /virtual-machine/6d9ace71-8a40-4095-b93c-3f43afab7908 HTTP/1.1" 200 115 0.020576 10.0.0.249 - - [2025-07-24 02:24:16] "GET /virtual-machine-interface/1bce8222-e9ae-40b6-b3ea-659a5a379e7c?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1666 0.005710 10.0.0.249 - - [2025-07-24 02:24:16] "POST /ref-update HTTP/1.1" 200 156 0.016948 10.0.0.249 - - [2025-07-24 02:24:17] "GET /instance-ip/e0aeb058-614d-4661-ac44-c48398768a5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1696 0.011279 10.0.0.249 - - [2025-07-24 02:24:17] "DELETE /instance-ip/e0aeb058-614d-4661-ac44-c48398768a5b HTTP/1.1" 200 115 0.031543 10.0.0.249 - - [2025-07-24 02:24:17] "DELETE /virtual-machine-interface/1bce8222-e9ae-40b6-b3ea-659a5a379e7c HTTP/1.1" 200 115 0.039119 10.0.0.249 - - [2025-07-24 02:24:17] "GET /virtual-machine-interface/1c92ca67-0bb3-44a3-9194-5563d62727be?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1345 0.005673 10.0.0.249 - - [2025-07-24 02:24:17] "DELETE /virtual-machine-interface/1c92ca67-0bb3-44a3-9194-5563d62727be HTTP/1.1" 200 115 0.027991 10.0.0.249 - - [2025-07-24 02:24:17] "POST /ref-update HTTP/1.1" 200 156 0.009358 10.0.0.249 - - [2025-07-24 02:24:17] "DELETE /virtual-machine/8214017b-a057-4ea5-a7a6-8e3f320dc0e1 HTTP/1.1" 200 115 0.017211 10.0.0.249 - - [2025-07-24 02:24:18] "POST /neutron/network HTTP/1.1" 200 832 0.006966 10.0.0.249 - - [2025-07-24 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.249 - - [2025-07-24 02:24:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002135 10.0.0.249 - - [2025-07-24 02:24:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003772 10.0.0.249 - - [2025-07-24 02:24:18] "POST /neutron/network HTTP/1.1" 200 151 0.090946 10.0.0.249 - - [2025-07-24 02:24:18] "DELETE /route-target/66a69ad3-a562-4c3f-bcfb-ae50106cbc4d HTTP/1.1" 200 115 0.015910 10.0.0.249 - - [2025-07-24 02:24:18] "POST /neutron/network HTTP/1.1" 200 829 0.005870 10.0.0.249 - - [2025-07-24 02:24:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004521 10.0.0.249 - - [2025-07-24 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004477 10.0.0.249 - - [2025-07-24 02:24:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003886 10.0.0.249 - - [2025-07-24 02:24:18] "POST /neutron/network HTTP/1.1" 200 151 0.089627 10.0.0.249 - - [2025-07-24 02:24:18] "DELETE /route-target/e57ddad1-428e-49b3-b428-c733bf347060 HTTP/1.1" 200 115 0.021883 10.0.0.249 - - [2025-07-24 02:24:18] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001302 10.0.0.249 - - [2025-07-24 02:24:18] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.030294 10.0.0.249 - - [2025-07-24 02:24:18] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001172 10.0.0.249 - - [2025-07-24 02:24:18] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?fields=virtual_networks HTTP/1.1" 200 1040 0.079652 10.0.0.249 - - [2025-07-24 02:24:18] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001749 10.0.0.249 - - [2025-07-24 02:24:18] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.026712 10.0.0.249 - - [2025-07-24 02:24:18] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001073 10.0.0.249 - - [2025-07-24 02:24:18] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?fields=security_groups HTTP/1.1" 200 1270 0.038145 10.0.0.249 - - [2025-07-24 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 196 0.026577 10.0.0.249 - - [2025-07-24 02:24:19] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002685 10.0.0.249 - - [2025-07-24 02:24:19] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001375 10.0.0.249 - - [2025-07-24 02:24:19] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010366 10.0.0.249 - - [2025-07-24 02:24:19] "POST /id-to-fqname HTTP/1.1" 200 198 0.005668 10.0.0.249 - - [2025-07-24 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 207 0.003312 10.0.0.249 - - [2025-07-24 02:24:19] "POST /security-groups HTTP/1.1" 200 599 0.063580 10.0.0.249 - - [2025-07-24 02:24:19] "POST /fqname-to-id HTTP/1.1" 404 242 0.002609 10.0.0.249 - - [2025-07-24 02:24:20] "POST /projects HTTP/1.1" 200 601 0.220770 10.0.0.249 - - [2025-07-24 02:24:20] "POST /access-control-lists HTTP/1.1" 200 606 0.062144 10.0.0.249 - - [2025-07-24 02:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.294664 10.0.0.249 - - [2025-07-24 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 241 0.002954 10.0.0.249 - - [2025-07-24 02:24:20] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.435912 10.0.0.249 - - [2025-07-24 02:24:20] "POST /access-control-lists HTTP/1.1" 200 604 0.064142 10.0.0.249 - - [2025-07-24 02:24:21] "GET / HTTP/1.1" 200 36215 0.002131 10.0.0.249 - - [2025-07-24 02:24:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.002442 10.0.0.249 - - [2025-07-24 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.057602 10.0.0.249 - - [2025-07-24 02:24:22] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001064 10.0.0.249 - - [2025-07-24 02:24:22] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.026812 10.0.0.249 - - [2025-07-24 02:24:22] "POST /neutron/network HTTP/1.1" 200 117 0.030385 10.0.0.249 - - [2025-07-24 02:24:22] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001510 10.0.0.249 - - [2025-07-24 02:24:22] "POST /neutron/network HTTP/1.1" 200 613 0.069138 10.0.0.249 - - [2025-07-24 02:24:22] "POST /route-targets HTTP/1.1" 200 328 0.011249 10.0.0.249 - - [2025-07-24 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.012406 10.0.0.249 - - [2025-07-24 02:24:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004049 10.0.0.249 - - [2025-07-24 02:24:22] "POST /neutron/subnet HTTP/1.1" 200 734 0.142574 10.0.0.249 - - [2025-07-24 02:24:22] "POST /useragent-kv HTTP/1.1" 200 115 0.004201 10.0.0.249 - - [2025-07-24 02:24:22] "POST /neutron/subnet HTTP/1.1" 200 823 0.219429 10.0.0.249 - - [2025-07-24 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.038902 10.0.0.249 - - [2025-07-24 02:24:22] "GET /virtual-network/e9210f80-6e06-401b-aae0-07f3b425373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.008116 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/network HTTP/1.1" 200 1007 0.010249 10.0.0.249 - - [2025-07-24 02:24:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001116 10.0.0.249 - - [2025-07-24 02:24:23] "GET /virtual-network/274181fe-99d9-4614-a7b7-12325e425be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004735 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/network HTTP/1.1" 200 1007 0.007584 10.0.0.249 - - [2025-07-24 02:24:23] "GET /virtual-network/274181fe-99d9-4614-a7b7-12325e425be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.004915 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/network HTTP/1.1" 200 1007 0.007332 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.006321 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.007123 10.0.0.249 - - [2025-07-24 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002269 10.0.0.249 - - [2025-07-24 02:24:23] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001027 10.0.0.249 - - [2025-07-24 02:24:23] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.023492 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/network HTTP/1.1" 200 117 0.010669 10.0.0.249 - - [2025-07-24 02:24:23] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/network HTTP/1.1" 200 613 0.064281 10.0.0.249 - - [2025-07-24 02:24:23] "POST /route-targets HTTP/1.1" 200 328 0.020680 10.0.0.249 - - [2025-07-24 02:24:23] "POST /ref-update HTTP/1.1" 200 156 0.012731 10.0.0.249 - - [2025-07-24 02:24:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003447 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.136648 10.0.0.249 - - [2025-07-24 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.249 - - [2025-07-24 02:24:23] "GET /virtual-network/e9210f80-6e06-401b-aae0-07f3b425373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004867 10.0.0.249 - - [2025-07-24 02:24:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002625 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.202879 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/network HTTP/1.1" 200 1007 0.009537 10.0.0.249 - - [2025-07-24 02:24:23] "POST /id-to-fqname HTTP/1.1" 200 228 0.001673 10.0.0.249 - - [2025-07-24 02:24:23] "GET /virtual-network/4d2c3807-1711-40e1-ab4d-9a414f90e4f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005302 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/network HTTP/1.1" 200 1007 0.008809 10.0.0.249 - - [2025-07-24 02:24:23] "GET /virtual-network/4d2c3807-1711-40e1-ab4d-9a414f90e4f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006436 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/network HTTP/1.1" 200 1007 0.008112 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.007203 10.0.0.249 - - [2025-07-24 02:24:23] "POST /neutron/subnet HTTP/1.1" 200 823 0.007720 10.0.0.249 - - [2025-07-24 02:24:23] "POST /fqname-to-id HTTP/1.1" 404 234 0.002644 10.0.0.249 - - [2025-07-24 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.249 - - [2025-07-24 02:24:24] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.249 - - [2025-07-24 02:24:24] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.028339 10.0.0.249 - - [2025-07-24 02:24:24] "POST /network-policys HTTP/1.1" 200 579 0.064134 10.0.0.249 - - [2025-07-24 02:24:24] "GET /network-policy/c5adbb53-a131-4376-9892-31f4a0fbacce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005615 10.0.0.249 - - [2025-07-24 02:24:24] "POST /neutron/network HTTP/1.1" 200 1007 0.009853 10.0.0.249 - - [2025-07-24 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006715 10.0.0.249 - - [2025-07-24 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.006212 10.0.0.249 - - [2025-07-24 02:24:24] "GET /virtual-network/e9210f80-6e06-401b-aae0-07f3b425373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.008410 10.0.0.249 - - [2025-07-24 02:24:24] "POST /neutron/network HTTP/1.1" 200 1115 0.060905 10.0.0.249 - - [2025-07-24 02:24:24] "POST /access-control-lists HTTP/1.1" 200 598 0.070791 10.0.0.249 - - [2025-07-24 02:24:24] "POST /neutron/network HTTP/1.1" 200 1115 0.038318 10.0.0.249 - - [2025-07-24 02:24:24] "GET /virtual-network/274181fe-99d9-4614-a7b7-12325e425be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005219 10.0.0.249 - - [2025-07-24 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.249 - - [2025-07-24 02:24:24] "GET /network-policy/c5adbb53-a131-4376-9892-31f4a0fbacce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003787 10.0.0.249 - - [2025-07-24 02:24:24] "POST /neutron/network HTTP/1.1" 200 1007 0.007918 10.0.0.249 - - [2025-07-24 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007469 10.0.0.249 - - [2025-07-24 02:24:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.003732 10.0.0.249 - - [2025-07-24 02:24:24] "GET /virtual-network/e9210f80-6e06-401b-aae0-07f3b425373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.005952 10.0.0.249 - - [2025-07-24 02:24:24] "POST /neutron/network HTTP/1.1" 200 1115 0.052423 10.0.0.249 - - [2025-07-24 02:24:24] "POST /neutron/network HTTP/1.1" 200 1115 0.007971 10.0.0.249 - - [2025-07-24 02:24:24] "GET /virtual-network/4d2c3807-1711-40e1-ab4d-9a414f90e4f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.037398 10.0.0.249 - - [2025-07-24 02:24:24] "POST /access-control-lists HTTP/1.1" 200 598 0.079856 10.0.0.249 - - [2025-07-24 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.013826 10.0.0.249 - - [2025-07-24 02:24:24] "POST /ref-update HTTP/1.1" 200 156 0.011264 10.0.0.249 - - [2025-07-24 02:24:24] "GET /network-policy/c5adbb53-a131-4376-9892-31f4a0fbacce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.003227 10.0.0.249 - - [2025-07-24 02:24:24] "GET /domains HTTP/1.1" 401 293 0.000978 10.0.0.249 - - [2025-07-24 02:24:24] "PUT /access-control-list/dbc977c7-ab49-4f61-a644-ee55c69f58f0 HTTP/1.1" 200 273 0.058477 10.0.0.249 - - [2025-07-24 02:24:25] "GET /domains HTTP/1.1" 200 281 0.030663 10.0.0.249 - - [2025-07-24 02:24:25] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.249 - - [2025-07-24 02:24:25] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2967 0.011977 10.0.0.249 - - [2025-07-24 02:24:25] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.249 - - [2025-07-24 02:24:25] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb HTTP/1.1" 200 2633 0.076883 10.0.0.249 - - [2025-07-24 02:24:25] "GET /virtual-network/274181fe-99d9-4614-a7b7-12325e425be9 HTTP/1.1" 200 3513 0.006910 10.0.0.249 - - [2025-07-24 02:24:25] "GET /virtual-network/274181fe-99d9-4614-a7b7-12325e425be9 HTTP/1.1" 200 3513 0.006193 10.0.0.249 - - [2025-07-24 02:24:25] "GET /routing-instance/18903f31-59f3-4d29-ac99-fc92fc24c2e7 HTTP/1.1" 200 1799 0.003594 10.0.0.249 - - [2025-07-24 02:24:25] "GET /routing-instance/18903f31-59f3-4d29-ac99-fc92fc24c2e7 HTTP/1.1" 200 1799 0.003494 10.0.0.249 - - [2025-07-24 02:24:25] "GET /route-target/abd259da-007e-4708-b5e6-5d366d4381a1 HTTP/1.1" 200 1215 0.004591 10.0.0.249 - - [2025-07-24 02:24:25] "GET /virtual-network/274181fe-99d9-4614-a7b7-12325e425be9 HTTP/1.1" 200 3513 0.005733 10.0.0.249 - - [2025-07-24 02:24:25] "GET /routing-instance/18903f31-59f3-4d29-ac99-fc92fc24c2e7 HTTP/1.1" 200 1799 0.003621 10.0.0.249 - - [2025-07-24 02:24:25] "GET /virtual-network/274181fe-99d9-4614-a7b7-12325e425be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005399 10.0.0.249 - - [2025-07-24 02:24:25] "GET /virtual-network/274181fe-99d9-4614-a7b7-12325e425be9 HTTP/1.1" 200 3513 0.004743 10.0.0.249 - - [2025-07-24 02:24:25] "GET /routing-instance/18903f31-59f3-4d29-ac99-fc92fc24c2e7 HTTP/1.1" 200 1799 0.003195 10.0.0.249 - - [2025-07-24 02:24:25] "GET /routing-instance/18903f31-59f3-4d29-ac99-fc92fc24c2e7 HTTP/1.1" 200 1799 0.004100 10.0.0.249 - - [2025-07-24 02:24:25] "GET /route-target/abd259da-007e-4708-b5e6-5d366d4381a1 HTTP/1.1" 200 1215 0.004377 10.0.0.249 - - [2025-07-24 02:24:25] "GET /domains HTTP/1.1" 200 281 0.003464 10.0.0.249 - - [2025-07-24 02:24:25] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001313 10.0.0.249 - - [2025-07-24 02:24:25] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2967 0.008317 10.0.0.249 - - [2025-07-24 02:24:25] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.249 - - [2025-07-24 02:24:25] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb HTTP/1.1" 200 2633 0.065740 10.0.0.249 - - [2025-07-24 02:24:25] "GET /virtual-network/274181fe-99d9-4614-a7b7-12325e425be9 HTTP/1.1" 200 3513 0.006077 10.0.0.249 - - [2025-07-24 02:24:25] "GET /obj-perms HTTP/1.1" 200 5065 0.052008 10.0.0.249 - - [2025-07-24 02:24:25] "GET /domains HTTP/1.1" 200 281 0.003237 10.0.0.249 - - [2025-07-24 02:24:25] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.249 - - [2025-07-24 02:24:25] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2967 0.008121 10.0.0.249 - - [2025-07-24 02:24:25] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.249 - - [2025-07-24 02:24:25] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb HTTP/1.1" 200 2633 0.068723 10.0.0.249 - - [2025-07-24 02:24:25] "GET /virtual-network/4d2c3807-1711-40e1-ab4d-9a414f90e4f3 HTTP/1.1" 200 3514 0.006900 10.0.0.249 - - [2025-07-24 02:24:25] "GET /virtual-network/4d2c3807-1711-40e1-ab4d-9a414f90e4f3 HTTP/1.1" 200 3514 0.004995 10.0.0.249 - - [2025-07-24 02:24:25] "GET /routing-instance/6cc9b76a-2868-4e6e-a6a4-4bbad516619c HTTP/1.1" 200 1799 0.004099 10.0.0.249 - - [2025-07-24 02:24:25] "GET /routing-instance/6cc9b76a-2868-4e6e-a6a4-4bbad516619c HTTP/1.1" 200 1799 0.003279 10.0.0.249 - - [2025-07-24 02:24:25] "GET /route-target/d7d964f4-6c65-4867-9052-44764ad0a8f4 HTTP/1.1" 200 1215 0.003037 10.0.0.249 - - [2025-07-24 02:24:25] "GET /virtual-network/4d2c3807-1711-40e1-ab4d-9a414f90e4f3 HTTP/1.1" 200 3514 0.005453 10.0.0.249 - - [2025-07-24 02:24:25] "GET /routing-instance/6cc9b76a-2868-4e6e-a6a4-4bbad516619c HTTP/1.1" 200 1799 0.002985 10.0.0.249 - - [2025-07-24 02:24:26] "GET /virtual-network/4d2c3807-1711-40e1-ab4d-9a414f90e4f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005036 10.0.0.249 - - [2025-07-24 02:24:26] "GET /virtual-network/4d2c3807-1711-40e1-ab4d-9a414f90e4f3 HTTP/1.1" 200 3514 0.004634 10.0.0.249 - - [2025-07-24 02:24:26] "GET /routing-instance/6cc9b76a-2868-4e6e-a6a4-4bbad516619c HTTP/1.1" 200 1799 0.003755 10.0.0.249 - - [2025-07-24 02:24:26] "GET /routing-instance/6cc9b76a-2868-4e6e-a6a4-4bbad516619c HTTP/1.1" 200 1799 0.004171 10.0.0.249 - - [2025-07-24 02:24:26] "GET /route-target/d7d964f4-6c65-4867-9052-44764ad0a8f4 HTTP/1.1" 200 1215 0.003167 10.0.0.249 - - [2025-07-24 02:24:26] "GET /domains HTTP/1.1" 200 281 0.005049 10.0.0.249 - - [2025-07-24 02:24:26] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001091 10.0.0.249 - - [2025-07-24 02:24:26] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2967 0.007187 10.0.0.249 - - [2025-07-24 02:24:26] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000913 10.0.0.249 - - [2025-07-24 02:24:26] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb HTTP/1.1" 200 2633 0.070614 10.0.0.249 - - [2025-07-24 02:24:26] "GET /virtual-network/4d2c3807-1711-40e1-ab4d-9a414f90e4f3 HTTP/1.1" 200 3514 0.006340 10.0.0.249 - - [2025-07-24 02:24:26] "GET /obj-perms HTTP/1.1" 200 5065 0.003749 10.0.0.249 - - [2025-07-24 02:24:26] "GET /virtual-network/4d2c3807-1711-40e1-ab4d-9a414f90e4f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2970 0.005623 10.0.0.249 - - [2025-07-24 02:24:26] "POST /neutron/network HTTP/1.1" 200 1115 0.008485 10.0.0.249 - - [2025-07-24 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.249 - - [2025-07-24 02:24:26] "GET /virtual-network/e9210f80-6e06-401b-aae0-07f3b425373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.007527 10.0.0.249 - - [2025-07-24 02:24:26] "POST /neutron/network HTTP/1.1" 200 1007 0.057566 10.0.0.249 - - [2025-07-24 02:24:26] "DELETE /access-control-list/4a278a43-1cd7-4bc4-8693-b01a1dfc66ef HTTP/1.1" 200 115 0.042621 10.0.0.249 - - [2025-07-24 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.013058 10.0.0.249 - - [2025-07-24 02:24:26] "POST /neutron/network HTTP/1.1" 200 1007 0.022851 10.0.0.249 - - [2025-07-24 02:24:26] "GET /virtual-network/4d2c3807-1711-40e1-ab4d-9a414f90e4f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005877 10.0.0.249 - - [2025-07-24 02:24:26] "GET /virtual-network/274181fe-99d9-4614-a7b7-12325e425be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005731 10.0.0.249 - - [2025-07-24 02:24:26] "POST /neutron/network HTTP/1.1" 200 1115 0.007833 10.0.0.249 - - [2025-07-24 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.249 - - [2025-07-24 02:24:26] "GET /virtual-network/e9210f80-6e06-401b-aae0-07f3b425373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004602 10.0.0.249 - - [2025-07-24 02:24:26] "POST /neutron/network HTTP/1.1" 200 1007 0.048643 10.0.0.249 - - [2025-07-24 02:24:26] "DELETE /access-control-list/dbc977c7-ab49-4f61-a644-ee55c69f58f0 HTTP/1.1" 200 115 0.031540 10.0.0.249 - - [2025-07-24 02:24:26] "POST /neutron/network HTTP/1.1" 200 1007 0.011708 10.0.0.249 - - [2025-07-24 02:24:26] "POST /ref-update HTTP/1.1" 200 156 0.014185 10.0.0.249 - - [2025-07-24 02:24:26] "GET /virtual-network/274181fe-99d9-4614-a7b7-12325e425be9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008774 10.0.0.249 - - [2025-07-24 02:24:26] "DELETE /network-policy/c5adbb53-a131-4376-9892-31f4a0fbacce HTTP/1.1" 200 115 0.021362 10.0.0.249 - - [2025-07-24 02:24:26] "POST /neutron/network HTTP/1.1" 200 1007 0.007537 10.0.0.249 - - [2025-07-24 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.249 - - [2025-07-24 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002077 10.0.0.249 - - [2025-07-24 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002986 10.0.0.249 - - [2025-07-24 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001908 10.0.0.249 - - [2025-07-24 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001733 10.0.0.249 - - [2025-07-24 02:24:26] "POST /neutron/network HTTP/1.1" 200 151 0.089705 10.0.0.249 - - [2025-07-24 02:24:26] "DELETE /route-target/d7d964f4-6c65-4867-9052-44764ad0a8f4 HTTP/1.1" 200 115 0.019040 10.0.0.249 - - [2025-07-24 02:24:26] "GET /routing-instance/6cc9b76a-2868-4e6e-a6a4-4bbad516619c HTTP/1.1" 404 171 0.002611 10.0.0.249 - - [2025-07-24 02:24:26] "GET /domains HTTP/1.1" 200 281 0.002860 10.0.0.249 - - [2025-07-24 02:24:26] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.249 - - [2025-07-24 02:24:26] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2967 0.051558 10.0.0.249 - - [2025-07-24 02:24:26] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001135 10.0.0.249 - - [2025-07-24 02:24:26] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb HTTP/1.1" 200 2151 0.077128 10.0.0.249 - - [2025-07-24 02:24:26] "POST /neutron/network HTTP/1.1" 200 1007 0.010546 10.0.0.249 - - [2025-07-24 02:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.249 - - [2025-07-24 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002974 10.0.0.249 - - [2025-07-24 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.004682 10.0.0.249 - - [2025-07-24 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002668 10.0.0.249 - - [2025-07-24 02:24:26] "POST /useragent-kv HTTP/1.1" 200 115 0.001803 10.0.0.249 - - [2025-07-24 02:24:26] "POST /neutron/network HTTP/1.1" 200 151 0.106311 10.0.0.249 - - [2025-07-24 02:24:26] "DELETE /route-target/abd259da-007e-4708-b5e6-5d366d4381a1 HTTP/1.1" 200 115 0.025915 10.0.0.249 - - [2025-07-24 02:24:26] "GET /routing-instance/18903f31-59f3-4d29-ac99-fc92fc24c2e7 HTTP/1.1" 404 171 0.004805 10.0.0.249 - - [2025-07-24 02:24:26] "GET /domains HTTP/1.1" 200 281 0.002708 10.0.0.249 - - [2025-07-24 02:24:26] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001027 10.0.0.249 - - [2025-07-24 02:24:27] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2967 0.049298 10.0.0.249 - - [2025-07-24 02:24:27] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001176 10.0.0.249 - - [2025-07-24 02:24:27] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb HTTP/1.1" 200 1905 0.070459 10.0.0.249 - - [2025-07-24 02:24:27] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001138 10.0.0.249 - - [2025-07-24 02:24:27] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.028632 10.0.0.249 - - [2025-07-24 02:24:27] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.249 - - [2025-07-24 02:24:27] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb?fields=virtual_networks HTTP/1.1" 200 1050 0.067388 10.0.0.249 - - [2025-07-24 02:24:27] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.249 - - [2025-07-24 02:24:27] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1050 0.030617 10.0.0.249 - - [2025-07-24 02:24:27] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001395 10.0.0.249 - - [2025-07-24 02:24:27] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb?fields=security_groups HTTP/1.1" 200 1285 0.027336 10.0.0.249 - - [2025-07-24 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 204 0.024444 10.0.0.249 - - [2025-07-24 02:24:28] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002415 10.0.0.249 - - [2025-07-24 02:24:28] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001743 10.0.0.249 - - [2025-07-24 02:24:28] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008811 10.0.0.249 - - [2025-07-24 02:24:28] "POST /id-to-fqname HTTP/1.1" 200 206 0.002392 10.0.0.249 - - [2025-07-24 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.002354 10.0.0.249 - - [2025-07-24 02:24:28] "POST /security-groups HTTP/1.1" 200 607 0.064147 10.0.0.249 - - [2025-07-24 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 250 0.002639 10.0.0.249 - - [2025-07-24 02:24:28] "POST /projects HTTP/1.1" 200 617 0.215489 10.0.0.249 - - [2025-07-24 02:24:28] "POST /access-control-lists HTTP/1.1" 200 614 0.064994 10.0.0.249 - - [2025-07-24 02:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.287194 10.0.0.249 - - [2025-07-24 02:24:28] "POST /fqname-to-id HTTP/1.1" 404 249 0.003317 10.0.0.249 - - [2025-07-24 02:24:28] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.416239 10.0.0.249 - - [2025-07-24 02:24:29] "POST /access-control-lists HTTP/1.1" 200 612 0.063842 10.0.0.249 - - [2025-07-24 02:24:29] "GET / HTTP/1.1" 200 36215 0.002352 10.0.0.249 - - [2025-07-24 02:24:30] "POST /fqname-to-id HTTP/1.1" 401 293 0.000652 10.0.0.249 - - [2025-07-24 02:24:31] "POST /fqname-to-id HTTP/1.1" 404 233 0.069078 10.0.0.249 - - [2025-07-24 02:24:31] "DELETE /project/06e3c34e2cea4166b04bbae3834ef295 HTTP/1.1" 404 173 0.020321 10.0.0.249 - - [2025-07-24 02:24:31] "DELETE /project/4c647805f1494513bc850cb7dbafd5fb HTTP/1.1" 404 173 0.014050 10.0.0.249 - - [2025-07-24 02:24:31] "DELETE /project/f260e0be7019412b86ae6b62b8707533 HTTP/1.1" 404 173 0.009646 10.0.0.249 - - [2025-07-24 02:24:31] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.249 - - [2025-07-24 02:24:31] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001068 10.0.0.249 - - [2025-07-24 02:24:31] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000881 10.0.0.249 - - [2025-07-24 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.008844 10.0.0.249 - - [2025-07-24 02:24:31] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.048486 10.0.0.249 - - [2025-07-24 02:24:31] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.052583 10.0.0.249 - - [2025-07-24 02:24:31] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.060194 10.0.0.249 - - [2025-07-24 02:24:31] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001211 10.0.0.249 - - [2025-07-24 02:24:31] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001100 10.0.0.249 - - [2025-07-24 02:24:31] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000998 10.0.0.249 - - [2025-07-24 02:24:31] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.249 - - [2025-07-24 02:24:31] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.069391 10.0.0.249 - - [2025-07-24 02:24:31] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?fields=security_groups HTTP/1.1" 200 1372 0.063319 10.0.0.249 - - [2025-07-24 02:24:31] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?fields=security_groups HTTP/1.1" 200 1357 0.065655 10.0.0.249 - - [2025-07-24 02:24:31] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb?fields=security_groups HTTP/1.1" 200 1387 0.074461 10.0.0.249 - - [2025-07-24 02:24:31] "POST /network-policys HTTP/1.1" 200 569 0.079754 10.0.0.249 - - [2025-07-24 02:24:31] "GET /network-policy/12bb4988-7225-4022-ab46-42c0586f16e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006641 10.0.0.249 - - [2025-07-24 02:24:31] "DELETE /security-group/47cb8c91-2719-4aa5-969e-ef7ed215fd3f HTTP/1.1" 200 115 0.136905 10.0.0.249 - - [2025-07-24 02:24:31] "GET /projects?obj_uuids=f260e0be-7019-412b-86ae-6b62b8707533&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001253 10.0.0.249 - - [2025-07-24 02:24:31] "DELETE /security-group/545708c6-870e-423a-a010-93ec9da1170f HTTP/1.1" 200 115 0.145765 10.0.0.249 - - [2025-07-24 02:24:31] "GET /projects?obj_uuids=16389db8-12ad-41fb-9d60-0d9a249b38c5&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001055 10.0.0.249 - - [2025-07-24 02:24:31] "DELETE /access-control-list/32cd06c3-0cf0-466b-b878-6248133512bd HTTP/1.1" 200 115 0.055016 10.0.0.249 - - [2025-07-24 02:24:31] "DELETE /security-group/48424606-319b-4951-ac5d-596d4c23e0ab HTTP/1.1" 200 115 0.151709 10.0.0.249 - - [2025-07-24 02:24:31] "GET /project/f260e0be-7019-412b-86ae-6b62b8707533?fields=application_policy_sets HTTP/1.1" 200 1411 0.048671 10.0.0.249 - - [2025-07-24 02:24:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.017876 10.0.0.249 - - [2025-07-24 02:24:31] "GET /projects?obj_uuids=4c647805-f149-4513-bc85-0cb7dbafd5fb&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001433 10.0.0.249 - - [2025-07-24 02:24:31] "DELETE /access-control-list/dbf8215d-0d60-4a45-8ffa-9bf5b65a97b0 HTTP/1.1" 200 115 0.056181 10.0.0.249 - - [2025-07-24 02:24:31] "GET /project/4c647805-f149-4513-bc85-0cb7dbafd5fb?fields=application_policy_sets HTTP/1.1" 200 1426 0.045761 10.0.0.249 - - [2025-07-24 02:24:31] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001880 10.0.0.249 - - [2025-07-24 02:24:31] "GET /project/16389db8-12ad-41fb-9d60-0d9a249b38c5?fields=application_policy_sets HTTP/1.1" 200 1396 0.106681 10.0.0.249 - - [2025-07-24 02:24:31] "DELETE /access-control-list/5d5b8fd4-6615-43ed-ab2c-d752ac44ed64 HTTP/1.1" 200 115 0.046115 10.0.0.249 - - [2025-07-24 02:24:31] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.092221 10.0.0.249 - - [2025-07-24 02:24:31] "DELETE /access-control-list/234a959c-85ff-4a0d-bff6-93de83292039 HTTP/1.1" 200 115 0.060926 10.0.0.249 - - [2025-07-24 02:24:32] "DELETE /access-control-list/601e82d2-fac6-4d49-a329-1ac953e53a55 HTTP/1.1" 200 115 0.040807 10.0.0.249 - - [2025-07-24 02:24:32] "DELETE /project/f260e0be-7019-412b-86ae-6b62b8707533 HTTP/1.1" 200 115 0.612269 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/network HTTP/1.1" 200 117 0.038051 10.0.0.249 - - [2025-07-24 02:24:32] "DELETE /access-control-list/7b676b20-2308-454d-94ce-a3f687afbec5 HTTP/1.1" 200 115 0.043201 10.0.0.249 - - [2025-07-24 02:24:32] "DELETE /project/4c647805-f149-4513-bc85-0cb7dbafd5fb HTTP/1.1" 200 115 0.659326 10.0.0.249 - - [2025-07-24 02:24:32] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001008 10.0.0.249 - - [2025-07-24 02:24:32] "DELETE /project/16389db8-12ad-41fb-9d60-0d9a249b38c5 HTTP/1.1" 200 115 0.662420 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/network HTTP/1.1" 200 623 0.082277 10.0.0.249 - - [2025-07-24 02:24:32] "POST /route-targets HTTP/1.1" 200 328 0.010803 10.0.0.249 - - [2025-07-24 02:24:32] "POST /ref-update HTTP/1.1" 200 156 0.010320 10.0.0.249 - - [2025-07-24 02:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002805 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.189223 10.0.0.249 - - [2025-07-24 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002637 10.0.0.249 - - [2025-07-24 02:24:32] "GET /virtual-network/e9210f80-6e06-401b-aae0-07f3b425373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.004851 10.0.0.249 - - [2025-07-24 02:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.197560 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/network HTTP/1.1" 200 1016 0.007778 10.0.0.249 - - [2025-07-24 02:24:32] "POST /id-to-fqname HTTP/1.1" 200 237 0.001226 10.0.0.249 - - [2025-07-24 02:24:32] "GET /virtual-network/9e10b9f7-f2f3-4198-ba19-e190eaa6f55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2661 0.004923 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/network HTTP/1.1" 200 1016 0.008156 10.0.0.249 - - [2025-07-24 02:24:32] "GET /virtual-network/9e10b9f7-f2f3-4198-ba19-e190eaa6f55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2661 0.004790 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/network HTTP/1.1" 200 1016 0.009380 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.007486 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/subnet HTTP/1.1" 200 828 0.008118 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/network HTTP/1.1" 200 1016 0.006894 10.0.0.249 - - [2025-07-24 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006469 10.0.0.249 - - [2025-07-24 02:24:32] "POST /fqname-to-id HTTP/1.1" 404 252 0.005899 10.0.0.249 - - [2025-07-24 02:24:32] "GET /virtual-network/e9210f80-6e06-401b-aae0-07f3b425373c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1954 0.006111 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/network HTTP/1.1" 200 1123 0.066090 10.0.0.249 - - [2025-07-24 02:24:32] "POST /access-control-lists HTTP/1.1" 200 609 0.088491 10.0.0.249 - - [2025-07-24 02:24:32] "POST /neutron/network HTTP/1.1" 200 1123 0.047508 10.0.0.249 - - [2025-07-24 02:24:32] "GET /virtual-network/9e10b9f7-f2f3-4198-ba19-e190eaa6f55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.005145 10.0.0.249 - - [2025-07-24 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.249 - - [2025-07-24 02:24:33] "GET /network-policy/12bb4988-7225-4022-ab46-42c0586f16e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003905 10.0.0.249 - - [2025-07-24 02:24:33] "GET /domains HTTP/1.1" 401 293 0.000436 10.0.0.249 - - [2025-07-24 02:24:33] "GET /domains HTTP/1.1" 200 281 0.026756 10.0.0.249 - - [2025-07-24 02:24:33] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001060 10.0.0.249 - - [2025-07-24 02:24:33] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2600 0.008806 10.0.0.249 - - [2025-07-24 02:24:33] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001070 10.0.0.249 - - [2025-07-24 02:24:33] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295 HTTP/1.1" 200 2464 0.076390 10.0.0.249 - - [2025-07-24 02:24:33] "GET /virtual-network/9e10b9f7-f2f3-4198-ba19-e190eaa6f55f HTTP/1.1" 200 3549 0.010160 10.0.0.249 - - [2025-07-24 02:24:33] "GET /virtual-network/9e10b9f7-f2f3-4198-ba19-e190eaa6f55f HTTP/1.1" 200 3549 0.004666 10.0.0.249 - - [2025-07-24 02:24:33] "GET /routing-instance/5afc633b-cd86-46a0-a682-488090ddfca1 HTTP/1.1" 200 1498 0.004216 10.0.0.249 - - [2025-07-24 02:24:33] "GET /routing-instance/5afc633b-cd86-46a0-a682-488090ddfca1 HTTP/1.1" 200 1498 0.003594 10.0.0.249 - - [2025-07-24 02:24:33] "GET /route-target/fdb48e00-e549-462e-98c3-0a06a1a3c753 HTTP/1.1" 200 1225 0.003153 10.0.0.249 - - [2025-07-24 02:24:33] "GET /virtual-network/9e10b9f7-f2f3-4198-ba19-e190eaa6f55f HTTP/1.1" 200 3549 0.004776 10.0.0.249 - - [2025-07-24 02:24:33] "GET /routing-instance/5afc633b-cd86-46a0-a682-488090ddfca1 HTTP/1.1" 200 1498 0.003564 10.0.0.249 - - [2025-07-24 02:24:33] "GET /virtual-network/9e10b9f7-f2f3-4198-ba19-e190eaa6f55f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2985 0.004427 10.0.0.249 - - [2025-07-24 02:24:33] "GET /virtual-network/9e10b9f7-f2f3-4198-ba19-e190eaa6f55f HTTP/1.1" 200 3549 0.004770 10.0.0.249 - - [2025-07-24 02:24:33] "GET /routing-instance/5afc633b-cd86-46a0-a682-488090ddfca1 HTTP/1.1" 200 1498 0.002974 10.0.0.249 - - [2025-07-24 02:24:33] "GET /routing-instance/5afc633b-cd86-46a0-a682-488090ddfca1 HTTP/1.1" 200 1498 0.003036 10.0.0.249 - - [2025-07-24 02:24:33] "GET /route-target/fdb48e00-e549-462e-98c3-0a06a1a3c753 HTTP/1.1" 200 1225 0.003329 10.0.0.249 - - [2025-07-24 02:24:33] "GET /domains HTTP/1.1" 200 281 0.002511 10.0.0.249 - - [2025-07-24 02:24:33] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001182 10.0.0.249 - - [2025-07-24 02:24:33] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2600 0.007449 10.0.0.249 - - [2025-07-24 02:24:33] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001282 10.0.0.249 - - [2025-07-24 02:24:33] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295 HTTP/1.1" 200 2464 0.066998 10.0.0.249 - - [2025-07-24 02:24:33] "GET /virtual-network/9e10b9f7-f2f3-4198-ba19-e190eaa6f55f HTTP/1.1" 200 3549 0.005146 10.0.0.249 - - [2025-07-24 02:24:34] "GET /obj-perms HTTP/1.1" 200 5081 0.056808 10.0.0.249 - - [2025-07-24 02:24:34] "GET /domains HTTP/1.1" 200 281 0.002921 10.0.0.249 - - [2025-07-24 02:24:34] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.249 - - [2025-07-24 02:24:34] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2600 0.006817 10.0.0.249 - - [2025-07-24 02:24:34] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001383 10.0.0.249 - - [2025-07-24 02:24:34] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295 HTTP/1.1" 200 2464 0.077540 10.0.0.249 - - [2025-07-24 02:24:34] "GET /network-policy/12bb4988-7225-4022-ab46-42c0586f16e1 HTTP/1.1" 200 3481 0.005387 10.0.0.249 - - [2025-07-24 02:24:34] "DELETE /network-policy/12bb4988-7225-4022-ab46-42c0586f16e1 HTTP/1.1" 409 239 0.007612 10.0.0.249 - - [2025-07-24 02:24:34] "POST /neutron/network HTTP/1.1" 200 1123 0.007924 10.0.0.249 - - [2025-07-24 02:24:34] "DELETE /access-control-list/368fbf77-7ef2-4c86-92ef-3d97ee04bc16 HTTP/1.1" 200 115 0.031030 10.0.0.249 - - [2025-07-24 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002589 10.0.0.249 - - [2025-07-24 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.009937 10.0.0.249 - - [2025-07-24 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007103 10.0.0.249 - - [2025-07-24 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002943 10.0.0.249 - - [2025-07-24 02:24:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001955 10.0.0.249 - - [2025-07-24 02:24:34] "POST /neutron/network HTTP/1.1" 200 151 0.117153 10.0.0.249 - - [2025-07-24 02:24:34] "GET /routing-instance/5afc633b-cd86-46a0-a682-488090ddfca1 HTTP/1.1" 404 171 0.002762 10.0.0.249 - - [2025-07-24 02:24:34] "GET /domains HTTP/1.1" 200 281 0.002285 10.0.0.249 - - [2025-07-24 02:24:34] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.249 - - [2025-07-24 02:24:34] "DELETE /route-target/fdb48e00-e549-462e-98c3-0a06a1a3c753 HTTP/1.1" 200 115 0.018717 10.0.0.249 - - [2025-07-24 02:24:34] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2600 0.048444 10.0.0.249 - - [2025-07-24 02:24:34] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001555 10.0.0.249 - - [2025-07-24 02:24:34] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295 HTTP/1.1" 200 2209 0.073778 10.0.0.249 - - [2025-07-24 02:24:34] "DELETE /network-policy/12bb4988-7225-4022-ab46-42c0586f16e1 HTTP/1.1" 200 115 0.024757 10.0.0.249 - - [2025-07-24 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002434 10.0.0.249 - - [2025-07-24 02:24:34] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001215 10.0.0.249 - - [2025-07-24 02:24:34] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.026581 10.0.0.249 - - [2025-07-24 02:24:34] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-58905425&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.004126 10.0.0.249 - - [2025-07-24 02:24:35] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001135 10.0.0.249 - - [2025-07-24 02:24:35] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.028749 10.0.0.249 - - [2025-07-24 02:24:35] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001307 10.0.0.249 - - [2025-07-24 02:24:35] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295?fields=virtual_networks HTTP/1.1" 200 1065 0.068111 10.0.0.249 - - [2025-07-24 02:24:35] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002046 10.0.0.249 - - [2025-07-24 02:24:35] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295?fields=virtual_machine_interfaces HTTP/1.1" 200 1065 0.026823 10.0.0.249 - - [2025-07-24 02:24:35] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001073 10.0.0.249 - - [2025-07-24 02:24:35] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295?fields=security_groups HTTP/1.1" 200 1308 0.026905 10.0.0.249 - - [2025-07-24 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 190 0.024391 10.0.0.249 - - [2025-07-24 02:24:36] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002665 10.0.0.249 - - [2025-07-24 02:24:36] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001618 10.0.0.249 - - [2025-07-24 02:24:36] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008872 10.0.0.249 - - [2025-07-24 02:24:36] "POST /id-to-fqname HTTP/1.1" 200 192 0.001322 10.0.0.249 - - [2025-07-24 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 201 0.004083 10.0.0.249 - - [2025-07-24 02:24:36] "POST /security-groups HTTP/1.1" 200 593 0.072657 10.0.0.249 - - [2025-07-24 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 236 0.003351 10.0.0.249 - - [2025-07-24 02:24:36] "POST /projects HTTP/1.1" 200 589 0.226849 10.0.0.249 - - [2025-07-24 02:24:36] "POST /access-control-lists HTTP/1.1" 200 600 0.056936 10.0.0.249 - - [2025-07-24 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.295876 10.0.0.249 - - [2025-07-24 02:24:36] "POST /fqname-to-id HTTP/1.1" 404 235 0.003268 10.0.0.249 - - [2025-07-24 02:24:36] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.420697 10.0.0.249 - - [2025-07-24 02:24:36] "POST /access-control-lists HTTP/1.1" 200 598 0.060260 10.0.0.249 - - [2025-07-24 02:24:37] "GET /obj-perms HTTP/1.1" 200 5075 0.065130 10.0.0.249 - - [2025-07-24 02:24:37] "GET /obj-perms HTTP/1.1" 200 5075 0.098660 10.0.0.249 - - [2025-07-24 02:24:38] "GET / HTTP/1.1" 200 36215 0.002631 10.0.0.249 - - [2025-07-24 02:24:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000517 10.0.0.249 - - [2025-07-24 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.051497 10.0.0.249 - - [2025-07-24 02:24:39] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001211 10.0.0.249 - - [2025-07-24 02:24:39] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027717 10.0.0.249 - - [2025-07-24 02:24:39] "POST /neutron/network HTTP/1.1" 200 117 0.029587 10.0.0.249 - - [2025-07-24 02:24:39] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001528 10.0.0.249 - - [2025-07-24 02:24:39] "POST /neutron/network HTTP/1.1" 200 607 0.069312 10.0.0.249 - - [2025-07-24 02:24:39] "POST /route-targets HTTP/1.1" 200 328 0.012227 10.0.0.249 - - [2025-07-24 02:24:39] "POST /ref-update HTTP/1.1" 200 156 0.011836 10.0.0.249 - - [2025-07-24 02:24:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003183 10.0.0.249 - - [2025-07-24 02:24:39] "POST /neutron/subnet HTTP/1.1" 200 734 0.148804 10.0.0.249 - - [2025-07-24 02:24:39] "POST /neutron/network HTTP/1.1" 200 828 0.006248 10.0.0.249 - - [2025-07-24 02:24:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001200 10.0.0.249 - - [2025-07-24 02:24:39] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006242 10.0.0.249 - - [2025-07-24 02:24:39] "POST /neutron/network HTTP/1.1" 200 828 0.005933 10.0.0.249 - - [2025-07-24 02:24:39] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005121 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/network HTTP/1.1" 200 828 0.006020 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/subnet HTTP/1.1" 200 734 0.007754 10.0.0.249 - - [2025-07-24 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002427 10.0.0.249 - - [2025-07-24 02:24:40] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001599 10.0.0.249 - - [2025-07-24 02:24:40] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.029259 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/network HTTP/1.1" 200 117 0.008736 10.0.0.249 - - [2025-07-24 02:24:40] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001034 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/network HTTP/1.1" 200 607 0.073289 10.0.0.249 - - [2025-07-24 02:24:40] "POST /route-targets HTTP/1.1" 200 328 0.010300 10.0.0.249 - - [2025-07-24 02:24:40] "POST /ref-update HTTP/1.1" 200 156 0.012225 10.0.0.249 - - [2025-07-24 02:24:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002558 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.141628 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/network HTTP/1.1" 200 827 0.005484 10.0.0.249 - - [2025-07-24 02:24:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001158 10.0.0.249 - - [2025-07-24 02:24:40] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004433 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/network HTTP/1.1" 200 827 0.005418 10.0.0.249 - - [2025-07-24 02:24:40] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005118 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/network HTTP/1.1" 200 827 0.005526 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/subnet HTTP/1.1" 200 729 0.007403 10.0.0.249 - - [2025-07-24 02:24:40] "POST /fqname-to-id HTTP/1.1" 404 228 0.011053 10.0.0.249 - - [2025-07-24 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.249 - - [2025-07-24 02:24:40] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001141 10.0.0.249 - - [2025-07-24 02:24:40] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.031379 10.0.0.249 - - [2025-07-24 02:24:40] "POST /network-policys HTTP/1.1" 200 573 0.018980 10.0.0.249 - - [2025-07-24 02:24:40] "GET /network-policy/3d765f5e-5a87-46bd-9ffc-1d630e0ff074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004619 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/network HTTP/1.1" 200 828 0.005560 10.0.0.249 - - [2025-07-24 02:24:40] "POST /fqname-to-id HTTP/1.1" 404 236 0.004406 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/network HTTP/1.1" 200 930 0.044362 10.0.0.249 - - [2025-07-24 02:24:40] "POST /neutron/network HTTP/1.1" 200 930 0.041530 10.0.0.249 - - [2025-07-24 02:24:40] "POST /access-control-lists HTTP/1.1" 200 592 0.065696 10.0.0.249 - - [2025-07-24 02:24:40] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006042 10.0.0.249 - - [2025-07-24 02:24:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002636 10.0.0.249 - - [2025-07-24 02:24:41] "GET /network-policy/3d765f5e-5a87-46bd-9ffc-1d630e0ff074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.003458 10.0.0.249 - - [2025-07-24 02:24:41] "POST /neutron/network HTTP/1.1" 200 827 0.006243 10.0.0.249 - - [2025-07-24 02:24:41] "POST /fqname-to-id HTTP/1.1" 404 236 0.003548 10.0.0.249 - - [2025-07-24 02:24:41] "POST /neutron/network HTTP/1.1" 200 929 0.054927 10.0.0.249 - - [2025-07-24 02:24:41] "POST /neutron/network HTTP/1.1" 200 929 0.040727 10.0.0.249 - - [2025-07-24 02:24:41] "POST /access-control-lists HTTP/1.1" 200 592 0.076101 10.0.0.249 - - [2025-07-24 02:24:41] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.010663 10.0.0.249 - - [2025-07-24 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.249 - - [2025-07-24 02:24:41] "POST /ref-update HTTP/1.1" 200 156 0.011687 10.0.0.249 - - [2025-07-24 02:24:41] "GET /network-policy/3d765f5e-5a87-46bd-9ffc-1d630e0ff074?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.004355 10.0.0.249 - - [2025-07-24 02:24:41] "GET /domains HTTP/1.1" 401 293 0.000445 10.0.0.249 - - [2025-07-24 02:24:41] "PUT /access-control-list/a4385a9c-63ed-4b57-bd3f-21353010de34 HTTP/1.1" 200 273 0.054902 10.0.0.249 - - [2025-07-24 02:24:41] "GET /domains HTTP/1.1" 200 281 0.028389 10.0.0.249 - - [2025-07-24 02:24:41] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001109 10.0.0.249 - - [2025-07-24 02:24:41] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2789 0.008788 10.0.0.249 - - [2025-07-24 02:24:41] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001175 10.0.0.249 - - [2025-07-24 02:24:41] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb HTTP/1.1" 200 2579 0.074515 10.0.0.249 - - [2025-07-24 02:24:41] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d HTTP/1.1" 200 2901 0.006983 10.0.0.249 - - [2025-07-24 02:24:41] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d HTTP/1.1" 200 2901 0.005123 10.0.0.249 - - [2025-07-24 02:24:41] "GET /routing-instance/829348cc-898b-4427-8d96-63a4a3e5c265 HTTP/1.1" 200 1787 0.003366 10.0.0.249 - - [2025-07-24 02:24:41] "GET /routing-instance/829348cc-898b-4427-8d96-63a4a3e5c265 HTTP/1.1" 200 1787 0.003160 10.0.0.249 - - [2025-07-24 02:24:41] "GET /route-target/739a3097-e3b3-4f2d-8c61-60167b60164f HTTP/1.1" 200 1208 0.003193 10.0.0.249 - - [2025-07-24 02:24:41] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d HTTP/1.1" 200 2901 0.006316 10.0.0.249 - - [2025-07-24 02:24:41] "GET /routing-instance/829348cc-898b-4427-8d96-63a4a3e5c265 HTTP/1.1" 200 1787 0.003667 10.0.0.249 - - [2025-07-24 02:24:41] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.004907 10.0.0.249 - - [2025-07-24 02:24:41] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d HTTP/1.1" 200 2901 0.005872 10.0.0.249 - - [2025-07-24 02:24:41] "GET /routing-instance/829348cc-898b-4427-8d96-63a4a3e5c265 HTTP/1.1" 200 1787 0.004272 10.0.0.249 - - [2025-07-24 02:24:41] "GET /routing-instance/829348cc-898b-4427-8d96-63a4a3e5c265 HTTP/1.1" 200 1787 0.003636 10.0.0.249 - - [2025-07-24 02:24:41] "GET /route-target/739a3097-e3b3-4f2d-8c61-60167b60164f HTTP/1.1" 200 1208 0.003716 10.0.0.249 - - [2025-07-24 02:24:41] "GET /domains HTTP/1.1" 200 281 0.002600 10.0.0.249 - - [2025-07-24 02:24:41] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.249 - - [2025-07-24 02:24:41] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2789 0.006905 10.0.0.249 - - [2025-07-24 02:24:41] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001330 10.0.0.249 - - [2025-07-24 02:24:41] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb HTTP/1.1" 200 2579 0.071884 10.0.0.249 - - [2025-07-24 02:24:41] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d HTTP/1.1" 200 2901 0.005600 10.0.0.249 - - [2025-07-24 02:24:42] "GET /obj-perms HTTP/1.1" 200 5053 0.051544 10.0.0.249 - - [2025-07-24 02:24:42] "GET /domains HTTP/1.1" 200 281 0.002999 10.0.0.249 - - [2025-07-24 02:24:42] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001186 10.0.0.249 - - [2025-07-24 02:24:42] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2789 0.007680 10.0.0.249 - - [2025-07-24 02:24:42] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001868 10.0.0.249 - - [2025-07-24 02:24:42] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb HTTP/1.1" 200 2579 0.071679 10.0.0.249 - - [2025-07-24 02:24:42] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23 HTTP/1.1" 200 2899 0.007460 10.0.0.249 - - [2025-07-24 02:24:42] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23 HTTP/1.1" 200 2899 0.005033 10.0.0.249 - - [2025-07-24 02:24:42] "GET /routing-instance/b64eb52f-3f43-4aaf-b11c-9602568db29a HTTP/1.1" 200 1788 0.004045 10.0.0.249 - - [2025-07-24 02:24:42] "GET /routing-instance/b64eb52f-3f43-4aaf-b11c-9602568db29a HTTP/1.1" 200 1788 0.003388 10.0.0.249 - - [2025-07-24 02:24:42] "GET /route-target/7c27c620-ccf4-4065-ae64-8b7a9b3bbe74 HTTP/1.1" 200 1208 0.002992 10.0.0.249 - - [2025-07-24 02:24:42] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23 HTTP/1.1" 200 2899 0.004586 10.0.0.249 - - [2025-07-24 02:24:42] "GET /routing-instance/b64eb52f-3f43-4aaf-b11c-9602568db29a HTTP/1.1" 200 1788 0.004297 10.0.0.249 - - [2025-07-24 02:24:42] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004923 10.0.0.249 - - [2025-07-24 02:24:42] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23 HTTP/1.1" 200 2899 0.006303 10.0.0.249 - - [2025-07-24 02:24:42] "GET /routing-instance/b64eb52f-3f43-4aaf-b11c-9602568db29a HTTP/1.1" 200 1788 0.003124 10.0.0.249 - - [2025-07-24 02:24:42] "GET /routing-instance/b64eb52f-3f43-4aaf-b11c-9602568db29a HTTP/1.1" 200 1788 0.002885 10.0.0.249 - - [2025-07-24 02:24:42] "GET /route-target/7c27c620-ccf4-4065-ae64-8b7a9b3bbe74 HTTP/1.1" 200 1208 0.003030 10.0.0.249 - - [2025-07-24 02:24:42] "GET /domains HTTP/1.1" 200 281 0.004351 10.0.0.249 - - [2025-07-24 02:24:42] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001518 10.0.0.249 - - [2025-07-24 02:24:42] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2789 0.009651 10.0.0.249 - - [2025-07-24 02:24:42] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001593 10.0.0.249 - - [2025-07-24 02:24:42] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb HTTP/1.1" 200 2579 0.069948 10.0.0.249 - - [2025-07-24 02:24:42] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23 HTTP/1.1" 200 2899 0.004884 10.0.0.249 - - [2025-07-24 02:24:42] "GET /obj-perms HTTP/1.1" 200 5053 0.002981 10.0.0.249 - - [2025-07-24 02:24:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001513 10.0.0.249 - - [2025-07-24 02:24:42] "POST /neutron/network HTTP/1.1" 200 940 0.006243 10.0.0.249 - - [2025-07-24 02:24:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000442 10.0.0.249 - - [2025-07-24 02:24:43] "GET / HTTP/1.1" 200 36215 0.002181 10.0.0.249 - - [2025-07-24 02:24:43] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2025-07-24 02:24:43] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001150 10.0.0.249 - - [2025-07-24 02:24:43] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.052297 10.0.0.249 - - [2025-07-24 02:24:43] "POST /neutron/network HTTP/1.1" 200 930 0.008035 10.0.0.249 - - [2025-07-24 02:24:43] "POST /neutron/port HTTP/1.1" 200 117 0.004811 10.0.0.249 - - [2025-07-24 02:24:43] "POST /neutron/port HTTP/1.1" 200 117 0.005227 10.0.0.249 - - [2025-07-24 02:24:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.001583 10.0.0.249 - - [2025-07-24 02:24:43] "POST /neutron/port HTTP/1.1" 200 117 0.005163 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/network HTTP/1.1" 200 939 0.011693 10.0.0.249 - - [2025-07-24 02:24:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000867 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/network HTTP/1.1" 200 940 0.006785 10.0.0.249 - - [2025-07-24 02:24:44] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002093 10.0.0.249 - - [2025-07-24 02:24:44] "GET / HTTP/1.1" 200 36215 0.002011 10.0.0.249 - - [2025-07-24 02:24:44] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000447 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/port HTTP/1.1" 200 1064 0.220613 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/port HTTP/1.1" 200 1064 0.010956 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/port HTTP/1.1" 200 1064 0.007502 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/port HTTP/1.1" 200 1118 0.062757 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/port HTTP/1.1" 200 1092 0.011133 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004466 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/subnet HTTP/1.1" 200 708 0.007887 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/network HTTP/1.1" 200 930 0.005744 10.0.0.249 - - [2025-07-24 02:24:44] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001159 10.0.0.249 - - [2025-07-24 02:24:44] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.059148 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/network HTTP/1.1" 200 929 0.007178 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/port HTTP/1.1" 200 1092 0.020467 10.0.0.249 - - [2025-07-24 02:24:44] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007952 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/port HTTP/1.1" 200 117 0.004586 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/port HTTP/1.1" 200 1092 0.014705 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007363 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/network HTTP/1.1" 200 939 0.006073 10.0.0.249 - - [2025-07-24 02:24:45] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001059 10.0.0.249 - - [2025-07-24 02:24:45] "PUT /access-control-list/a1a6fab6-119e-47bd-8942-526ebc18d164 HTTP/1.1" 200 273 0.072381 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/port HTTP/1.1" 200 1063 0.337702 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/port HTTP/1.1" 200 1063 0.008734 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/port HTTP/1.1" 200 1063 0.008440 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/port HTTP/1.1" 200 1117 0.078554 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/port HTTP/1.1" 200 1091 0.017822 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005368 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.007469 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.249 - - [2025-07-24 02:24:45] "POST /neutron/network HTTP/1.1" 200 929 0.006115 10.0.0.249 - - [2025-07-24 02:24:50] "POST /neutron/port HTTP/1.1" 200 1092 0.012322 10.0.0.249 - - [2025-07-24 02:24:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007525 10.0.0.249 - - [2025-07-24 02:24:50] "POST /neutron/port HTTP/1.1" 200 1092 0.017170 10.0.0.249 - - [2025-07-24 02:24:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005983 10.0.0.249 - - [2025-07-24 02:24:50] "POST /neutron/port HTTP/1.1" 200 1092 0.011570 10.0.0.249 - - [2025-07-24 02:24:50] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007304 10.0.0.249 - - [2025-07-24 02:24:50] "GET /virtual-machine/dd462201-9a40-443d-9da3-448a26590081 HTTP/1.1" 200 1297 0.005365 10.0.0.249 - - [2025-07-24 02:24:50] "GET /virtual-machine-interface/9d26cf81-c710-4c77-b41a-1d4f55b8325c HTTP/1.1" 200 2958 0.004936 10.0.0.249 - - [2025-07-24 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.249 - - [2025-07-24 02:24:50] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002903 10.0.0.249 - - [2025-07-24 02:24:50] "GET /virtual-networks?parent_id=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002927 10.0.0.249 - - [2025-07-24 02:24:50] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006488 10.0.0.249 - - [2025-07-24 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.249 - - [2025-07-24 02:24:53] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.007414 10.0.0.249 - - [2025-07-24 02:24:54] "POST /neutron/port HTTP/1.1" 200 1092 0.019413 10.0.0.249 - - [2025-07-24 02:24:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005720 10.0.0.249 - - [2025-07-24 02:24:55] "POST /neutron/port HTTP/1.1" 200 1091 0.013977 10.0.0.249 - - [2025-07-24 02:24:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005687 10.0.0.249 - - [2025-07-24 02:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.249 - - [2025-07-24 02:24:55] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003772 10.0.0.249 - - [2025-07-24 02:24:55] "GET /virtual-networks?parent_id=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.007349 10.0.0.249 - - [2025-07-24 02:24:55] "POST /neutron/port HTTP/1.1" 200 1092 0.019635 10.0.0.249 - - [2025-07-24 02:24:55] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006926 10.0.0.249 - - [2025-07-24 02:24:55] "POST /neutron/port HTTP/1.1" 200 1092 0.015806 10.0.0.249 - - [2025-07-24 02:24:55] "POST /neutron/network HTTP/1.1" 200 940 0.006736 10.0.0.249 - - [2025-07-24 02:24:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004562 10.0.0.249 - - [2025-07-24 02:24:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.009681 10.0.0.249 - - [2025-07-24 02:24:56] "POST /neutron/port HTTP/1.1" 200 117 0.001328 10.0.0.249 - - [2025-07-24 02:24:56] "POST /neutron/network HTTP/1.1" 200 930 0.008041 10.0.0.249 - - [2025-07-24 02:24:56] "POST /neutron/port HTTP/1.1" 200 1091 0.011519 10.0.0.249 - - [2025-07-24 02:24:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007460 10.0.0.249 - - [2025-07-24 02:24:56] "POST /neutron/port HTTP/1.1" 200 1091 0.011400 10.0.0.249 - - [2025-07-24 02:24:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010016 10.0.0.249 - - [2025-07-24 02:24:56] "POST /neutron/port HTTP/1.1" 200 1091 0.017337 10.0.0.249 - - [2025-07-24 02:24:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006557 10.0.0.249 - - [2025-07-24 02:24:56] "GET /virtual-machine/11b3889f-c102-474e-8420-1c7bf247c808 HTTP/1.1" 200 1295 0.006400 10.0.0.249 - - [2025-07-24 02:24:56] "GET /virtual-machine-interface/76f5920f-b640-4ebb-9055-97352b3a2c8b HTTP/1.1" 200 2957 0.006811 10.0.0.249 - - [2025-07-24 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.249 - - [2025-07-24 02:24:56] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003453 10.0.0.249 - - [2025-07-24 02:24:56] "GET /virtual-networks?parent_id=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003059 10.0.0.249 - - [2025-07-24 02:24:56] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005580 10.0.0.249 - - [2025-07-24 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003083 10.0.0.249 - - [2025-07-24 02:24:57] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003847 10.0.0.249 - - [2025-07-24 02:24:57] "GET /virtual-networks?parent_id=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003218 10.0.0.249 - - [2025-07-24 02:24:57] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006217 10.0.0.249 - - [2025-07-24 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.249 - - [2025-07-24 02:25:02] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.249 - - [2025-07-24 02:25:02] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.026880 10.0.0.249 - - [2025-07-24 02:25:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.249 - - [2025-07-24 02:25:02] "PUT /network-policy/3d765f5e-5a87-46bd-9ffc-1d630e0ff074 HTTP/1.1" 200 263 0.012212 10.0.0.249 - - [2025-07-24 02:25:02] "PUT /access-control-list/a1a6fab6-119e-47bd-8942-526ebc18d164 HTTP/1.1" 200 273 0.059573 10.0.0.249 - - [2025-07-24 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.016032 10.0.0.249 - - [2025-07-24 02:25:02] "PUT /access-control-list/a4385a9c-63ed-4b57-bd3f-21353010de34 HTTP/1.1" 200 273 0.052438 10.0.0.249 - - [2025-07-24 02:25:02] "POST /ref-update HTTP/1.1" 200 156 0.011725 10.0.0.249 - - [2025-07-24 02:25:05] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005341 10.0.0.249 - - [2025-07-24 02:25:05] "POST /neutron/network HTTP/1.1" 200 929 0.005598 10.0.0.249 - - [2025-07-24 02:25:05] "POST /neutron/network HTTP/1.1" 200 827 0.055098 10.0.0.249 - - [2025-07-24 02:25:05] "DELETE /access-control-list/a1a6fab6-119e-47bd-8942-526ebc18d164 HTTP/1.1" 200 115 0.038262 10.0.0.249 - - [2025-07-24 02:25:05] "POST /neutron/network HTTP/1.1" 200 827 0.019055 10.0.0.249 - - [2025-07-24 02:25:05] "GET /virtual-network/5dee1ec9-ca94-41f2-852b-a2757931cc23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005218 10.0.0.249 - - [2025-07-24 02:25:05] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2369 0.006899 10.0.0.249 - - [2025-07-24 02:25:05] "POST /neutron/network HTTP/1.1" 200 930 0.007008 10.0.0.249 - - [2025-07-24 02:25:05] "POST /neutron/network HTTP/1.1" 200 828 0.048972 10.0.0.249 - - [2025-07-24 02:25:05] "POST /neutron/network HTTP/1.1" 200 828 0.006113 10.0.0.249 - - [2025-07-24 02:25:05] "GET /virtual-network/3983844c-b965-4b48-84eb-8a37be5a7c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005769 10.0.0.249 - - [2025-07-24 02:25:05] "DELETE /access-control-list/a4385a9c-63ed-4b57-bd3f-21353010de34 HTTP/1.1" 200 115 0.043372 10.0.0.249 - - [2025-07-24 02:25:05] "DELETE /network-policy/3d765f5e-5a87-46bd-9ffc-1d630e0ff074 HTTP/1.1" 200 115 0.035677 10.0.0.249 - - [2025-07-24 02:25:05] "POST /neutron/network HTTP/1.1" 200 827 0.005622 10.0.0.249 - - [2025-07-24 02:25:05] "POST /neutron/network HTTP/1.1" 400 204 0.011771 10.0.0.249 - - [2025-07-24 02:25:06] "POST /neutron/port HTTP/1.1" 200 1091 0.013280 10.0.0.249 - - [2025-07-24 02:25:06] "POST /neutron/port HTTP/1.1" 200 1117 0.011471 10.0.0.249 - - [2025-07-24 02:25:06] "POST /neutron/port HTTP/1.1" 200 1092 0.014221 10.0.0.249 - - [2025-07-24 02:25:06] "POST /neutron/port HTTP/1.1" 200 1118 0.008444 10.0.0.249 - - [2025-07-24 02:25:06] "POST /neutron/port HTTP/1.1" 200 151 0.143327 10.0.0.249 - - [2025-07-24 02:25:06] "POST /neutron/port HTTP/1.1" 200 151 0.168221 10.0.0.249 - - [2025-07-24 02:25:07] "POST /neutron/network HTTP/1.1" 200 827 0.007380 10.0.0.249 - - [2025-07-24 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003710 10.0.0.249 - - [2025-07-24 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.249 - - [2025-07-24 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.004042 10.0.0.249 - - [2025-07-24 02:25:08] "POST /neutron/network HTTP/1.1" 200 151 0.085502 10.0.0.249 - - [2025-07-24 02:25:08] "DELETE /route-target/7c27c620-ccf4-4065-ae64-8b7a9b3bbe74 HTTP/1.1" 200 115 0.019609 10.0.0.249 - - [2025-07-24 02:25:08] "GET /routing-instance/b64eb52f-3f43-4aaf-b11c-9602568db29a HTTP/1.1" 404 171 0.003652 10.0.0.249 - - [2025-07-24 02:25:08] "GET /domains HTTP/1.1" 200 281 0.002165 10.0.0.249 - - [2025-07-24 02:25:08] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.249 - - [2025-07-24 02:25:08] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2789 0.053050 10.0.0.249 - - [2025-07-24 02:25:08] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001786 10.0.0.249 - - [2025-07-24 02:25:08] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb HTTP/1.1" 200 2109 0.070195 10.0.0.249 - - [2025-07-24 02:25:08] "POST /neutron/network HTTP/1.1" 200 828 0.006330 10.0.0.249 - - [2025-07-24 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.249 - - [2025-07-24 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002066 10.0.0.249 - - [2025-07-24 02:25:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001909 10.0.0.249 - - [2025-07-24 02:25:08] "POST /neutron/network HTTP/1.1" 200 151 0.079309 10.0.0.249 - - [2025-07-24 02:25:08] "DELETE /route-target/739a3097-e3b3-4f2d-8c61-60167b60164f HTTP/1.1" 200 115 0.017029 10.0.0.249 - - [2025-07-24 02:25:08] "GET /routing-instance/829348cc-898b-4427-8d96-63a4a3e5c265 HTTP/1.1" 404 171 0.002069 10.0.0.249 - - [2025-07-24 02:25:08] "GET /domains HTTP/1.1" 200 281 0.002267 10.0.0.249 - - [2025-07-24 02:25:08] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.249 - - [2025-07-24 02:25:08] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2789 0.050785 10.0.0.249 - - [2025-07-24 02:25:08] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001733 10.0.0.249 - - [2025-07-24 02:25:08] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb HTTP/1.1" 200 1869 0.074143 10.0.0.249 - - [2025-07-24 02:25:08] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.249 - - [2025-07-24 02:25:08] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.027320 10.0.0.249 - - [2025-07-24 02:25:08] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000985 10.0.0.249 - - [2025-07-24 02:25:08] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?fields=virtual_networks HTTP/1.1" 200 1038 0.073071 10.0.0.249 - - [2025-07-24 02:25:08] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001175 10.0.0.249 - - [2025-07-24 02:25:08] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.025712 10.0.0.249 - - [2025-07-24 02:25:09] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001171 10.0.0.249 - - [2025-07-24 02:25:09] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?fields=security_groups HTTP/1.1" 200 1267 0.028511 10.0.0.249 - - [2025-07-24 02:25:09] "POST /fqname-to-id HTTP/1.1" 404 181 0.029357 10.0.0.249 - - [2025-07-24 02:25:09] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002820 10.0.0.249 - - [2025-07-24 02:25:10] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002322 10.0.0.249 - - [2025-07-24 02:25:10] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.011024 10.0.0.249 - - [2025-07-24 02:25:10] "POST /id-to-fqname HTTP/1.1" 200 183 0.001679 10.0.0.249 - - [2025-07-24 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 192 0.003644 10.0.0.249 - - [2025-07-24 02:25:10] "POST /security-groups HTTP/1.1" 200 584 0.065008 10.0.0.249 - - [2025-07-24 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 227 0.002541 10.0.0.249 - - [2025-07-24 02:25:10] "POST /projects HTTP/1.1" 200 571 0.229922 10.0.0.249 - - [2025-07-24 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.263741 10.0.0.249 - - [2025-07-24 02:25:10] "POST /access-control-lists HTTP/1.1" 200 591 0.060863 10.0.0.249 - - [2025-07-24 02:25:10] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.415583 10.0.0.249 - - [2025-07-24 02:25:10] "POST /fqname-to-id HTTP/1.1" 404 226 0.002770 10.0.0.249 - - [2025-07-24 02:25:10] "POST /access-control-lists HTTP/1.1" 200 589 0.063701 10.0.0.249 - - [2025-07-24 02:25:11] "GET / HTTP/1.1" 200 36215 0.002001 10.0.0.249 - - [2025-07-24 02:25:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000492 10.0.0.249 - - [2025-07-24 02:25:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.066073 10.0.0.249 - - [2025-07-24 02:25:12] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001034 10.0.0.249 - - [2025-07-24 02:25:12] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.031330 10.0.0.249 - - [2025-07-24 02:25:12] "POST /neutron/network HTTP/1.1" 200 117 0.034748 10.0.0.249 - - [2025-07-24 02:25:12] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001571 10.0.0.249 - - [2025-07-24 02:25:12] "POST /neutron/network HTTP/1.1" 200 612 0.074850 10.0.0.249 - - [2025-07-24 02:25:12] "POST /route-targets HTTP/1.1" 200 328 0.011359 10.0.0.249 - - [2025-07-24 02:25:12] "POST /ref-update HTTP/1.1" 200 156 0.015808 10.0.0.249 - - [2025-07-24 02:25:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003006 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.207103 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/network HTTP/1.1" 200 832 0.005966 10.0.0.249 - - [2025-07-24 02:25:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001349 10.0.0.249 - - [2025-07-24 02:25:13] "GET /virtual-network/67116441-c068-44c1-a901-a5139be4413f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005059 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/network HTTP/1.1" 200 832 0.006325 10.0.0.249 - - [2025-07-24 02:25:13] "GET /virtual-network/67116441-c068-44c1-a901-a5139be4413f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004925 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/network HTTP/1.1" 200 832 0.005747 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.007566 10.0.0.249 - - [2025-07-24 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002598 10.0.0.249 - - [2025-07-24 02:25:13] "GET /virtual-network/67116441-c068-44c1-a901-a5139be4413f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005616 10.0.0.249 - - [2025-07-24 02:25:13] "PUT /virtual-network/67116441-c068-44c1-a901-a5139be4413f HTTP/1.1" 200 265 0.041166 10.0.0.249 - - [2025-07-24 02:25:13] "POST /route-targets HTTP/1.1" 200 324 0.017519 10.0.0.249 - - [2025-07-24 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.011775 10.0.0.249 - - [2025-07-24 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.249 - - [2025-07-24 02:25:13] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001042 10.0.0.249 - - [2025-07-24 02:25:13] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.024424 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/network HTTP/1.1" 200 117 0.010065 10.0.0.249 - - [2025-07-24 02:25:13] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001282 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/network HTTP/1.1" 200 612 0.073409 10.0.0.249 - - [2025-07-24 02:25:13] "POST /route-targets HTTP/1.1" 200 328 0.010261 10.0.0.249 - - [2025-07-24 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.011817 10.0.0.249 - - [2025-07-24 02:25:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003399 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.151488 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/network HTTP/1.1" 200 831 0.005793 10.0.0.249 - - [2025-07-24 02:25:13] "POST /id-to-fqname HTTP/1.1" 200 220 0.001661 10.0.0.249 - - [2025-07-24 02:25:13] "GET /virtual-network/6502fe1e-07d3-4b3c-954b-1e26962ec03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005785 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/network HTTP/1.1" 200 831 0.006325 10.0.0.249 - - [2025-07-24 02:25:13] "GET /virtual-network/6502fe1e-07d3-4b3c-954b-1e26962ec03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006788 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/network HTTP/1.1" 200 831 0.006582 10.0.0.249 - - [2025-07-24 02:25:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.007105 10.0.0.249 - - [2025-07-24 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.249 - - [2025-07-24 02:25:13] "GET /virtual-network/6502fe1e-07d3-4b3c-954b-1e26962ec03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.004620 10.0.0.249 - - [2025-07-24 02:25:14] "POST /ref-update HTTP/1.1" 200 156 0.013320 10.0.0.249 - - [2025-07-24 02:25:14] "PUT /virtual-network/6502fe1e-07d3-4b3c-954b-1e26962ec03a HTTP/1.1" 200 265 0.039980 10.0.0.249 - - [2025-07-24 02:25:14] "POST /id-to-fqname HTTP/1.1" 200 220 0.001561 10.0.0.249 - - [2025-07-24 02:25:14] "POST /neutron/network HTTP/1.1" 200 842 0.006062 10.0.0.249 - - [2025-07-24 02:25:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000569 10.0.0.249 - - [2025-07-24 02:25:14] "GET / HTTP/1.1" 200 36215 0.002106 10.0.0.249 - - [2025-07-24 02:25:14] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2025-07-24 02:25:14] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001391 10.0.0.249 - - [2025-07-24 02:25:15] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.060922 10.0.0.249 - - [2025-07-24 02:25:15] "POST /neutron/network HTTP/1.1" 200 832 0.005861 10.0.0.249 - - [2025-07-24 02:25:15] "POST /neutron/port HTTP/1.1" 200 117 0.004779 10.0.0.249 - - [2025-07-24 02:25:15] "POST /neutron/port HTTP/1.1" 200 117 0.005940 10.0.0.249 - - [2025-07-24 02:25:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001346 10.0.0.249 - - [2025-07-24 02:25:15] "POST /neutron/port HTTP/1.1" 200 117 0.005028 10.0.0.249 - - [2025-07-24 02:25:15] "POST /neutron/network HTTP/1.1" 200 841 0.005875 10.0.0.249 - - [2025-07-24 02:25:15] "GET /aaa-mode HTTP/1.1" 401 293 0.000564 10.0.0.249 - - [2025-07-24 02:25:15] "POST /neutron/network HTTP/1.1" 200 842 0.006300 10.0.0.249 - - [2025-07-24 02:25:15] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001655 10.0.0.249 - - [2025-07-24 02:25:15] "GET / HTTP/1.1" 200 36215 0.002108 10.0.0.249 - - [2025-07-24 02:25:15] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.002836 10.0.0.249 - - [2025-07-24 02:25:15] "POST /neutron/port HTTP/1.1" 200 1054 0.211775 10.0.0.249 - - [2025-07-24 02:25:15] "POST /neutron/port HTTP/1.1" 200 1054 0.011025 10.0.0.249 - - [2025-07-24 02:25:15] "POST /neutron/port HTTP/1.1" 200 1054 0.009897 10.0.0.249 - - [2025-07-24 02:25:15] "POST /neutron/port HTTP/1.1" 200 1108 0.065340 10.0.0.249 - - [2025-07-24 02:25:15] "POST /neutron/port HTTP/1.1" 200 1082 0.014145 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007878 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.007884 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/port HTTP/1.1" 200 117 0.001191 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/network HTTP/1.1" 200 832 0.006851 10.0.0.249 - - [2025-07-24 02:25:16] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001322 10.0.0.249 - - [2025-07-24 02:25:16] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.061751 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/network HTTP/1.1" 200 831 0.006155 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/port HTTP/1.1" 200 1082 0.019551 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007590 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/port HTTP/1.1" 200 117 0.007079 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/port HTTP/1.1" 200 1082 0.017884 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008975 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/network HTTP/1.1" 200 841 0.005700 10.0.0.249 - - [2025-07-24 02:25:16] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001067 10.0.0.249 - - [2025-07-24 02:25:16] "POST /neutron/port HTTP/1.1" 200 1053 0.239031 10.0.0.249 - - [2025-07-24 02:25:17] "POST /neutron/port HTTP/1.1" 200 1053 0.012727 10.0.0.249 - - [2025-07-24 02:25:17] "POST /neutron/port HTTP/1.1" 200 1053 0.012716 10.0.0.249 - - [2025-07-24 02:25:17] "POST /neutron/port HTTP/1.1" 200 1107 0.096807 10.0.0.249 - - [2025-07-24 02:25:17] "POST /neutron/port HTTP/1.1" 200 1081 0.012195 10.0.0.249 - - [2025-07-24 02:25:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003139 10.0.0.249 - - [2025-07-24 02:25:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.008057 10.0.0.249 - - [2025-07-24 02:25:17] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.249 - - [2025-07-24 02:25:17] "POST /neutron/network HTTP/1.1" 200 831 0.006718 10.0.0.249 - - [2025-07-24 02:25:21] "POST /neutron/port HTTP/1.1" 200 1082 0.013500 10.0.0.249 - - [2025-07-24 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007952 10.0.0.249 - - [2025-07-24 02:25:21] "POST /neutron/port HTTP/1.1" 200 1082 0.014906 10.0.0.249 - - [2025-07-24 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009176 10.0.0.249 - - [2025-07-24 02:25:21] "POST /neutron/port HTTP/1.1" 200 1082 0.012680 10.0.0.249 - - [2025-07-24 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005671 10.0.0.249 - - [2025-07-24 02:25:21] "GET /virtual-machine/f034190f-16c4-493b-9d86-da403b735e2c HTTP/1.1" 401 293 0.002707 10.0.0.249 - - [2025-07-24 02:25:22] "GET /virtual-machine/f034190f-16c4-493b-9d86-da403b735e2c HTTP/1.1" 200 1288 0.027194 10.0.0.249 - - [2025-07-24 02:25:22] "GET /virtual-machine-interface/d637cec4-6ad7-4ef8-abd3-11241e7105cb HTTP/1.1" 200 2934 0.005640 10.0.0.249 - - [2025-07-24 02:25:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002895 10.0.0.249 - - [2025-07-24 02:25:22] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004121 10.0.0.249 - - [2025-07-24 02:25:22] "GET /virtual-networks?parent_id=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003142 10.0.0.249 - - [2025-07-24 02:25:22] "GET /virtual-network/67116441-c068-44c1-a901-a5139be4413f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006240 10.0.0.249 - - [2025-07-24 02:25:25] "POST /neutron/port HTTP/1.1" 200 1082 0.014200 10.0.0.249 - - [2025-07-24 02:25:25] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008384 10.0.0.249 - - [2025-07-24 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.249 - - [2025-07-24 02:25:25] "GET /virtual-network/67116441-c068-44c1-a901-a5139be4413f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005027 10.0.0.249 - - [2025-07-24 02:25:26] "POST /neutron/port HTTP/1.1" 200 1081 0.014237 10.0.0.249 - - [2025-07-24 02:25:26] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006604 10.0.0.249 - - [2025-07-24 02:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.249 - - [2025-07-24 02:25:27] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003129 10.0.0.249 - - [2025-07-24 02:25:27] "GET /virtual-networks?parent_id=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003380 10.0.0.249 - - [2025-07-24 02:25:27] "GET /virtual-network/67116441-c068-44c1-a901-a5139be4413f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.005376 10.0.0.249 - - [2025-07-24 02:25:27] "POST /neutron/port HTTP/1.1" 200 1081 0.013766 10.0.0.249 - - [2025-07-24 02:25:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007075 10.0.0.249 - - [2025-07-24 02:25:27] "POST /neutron/port HTTP/1.1" 200 1081 0.011462 10.0.0.249 - - [2025-07-24 02:25:27] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007158 10.0.0.249 - - [2025-07-24 02:25:28] "POST /neutron/port HTTP/1.1" 200 1081 0.014699 10.0.0.249 - - [2025-07-24 02:25:28] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005712 10.0.0.249 - - [2025-07-24 02:25:28] "GET /virtual-machine/645d0f17-0565-471d-b724-2ff6fc69214f HTTP/1.1" 200 1287 0.006203 10.0.0.249 - - [2025-07-24 02:25:28] "GET /virtual-machine-interface/873394f2-b42c-4c04-b66c-a70e1af2ba48 HTTP/1.1" 200 2933 0.008274 10.0.0.249 - - [2025-07-24 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.249 - - [2025-07-24 02:25:28] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005023 10.0.0.249 - - [2025-07-24 02:25:28] "GET /virtual-networks?parent_id=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003076 10.0.0.249 - - [2025-07-24 02:25:28] "GET /virtual-network/6502fe1e-07d3-4b3c-954b-1e26962ec03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005884 10.0.0.249 - - [2025-07-24 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.249 - - [2025-07-24 02:25:29] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003654 10.0.0.249 - - [2025-07-24 02:25:29] "GET /virtual-networks?parent_id=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003178 10.0.0.249 - - [2025-07-24 02:25:29] "GET /virtual-network/6502fe1e-07d3-4b3c-954b-1e26962ec03a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.005735 10.0.0.249 - - [2025-07-24 02:25:29] "POST /routing-policys HTTP/1.1" 200 536 0.018034 10.0.0.249 - - [2025-07-24 02:25:29] "GET /virtual-network/67116441-c068-44c1-a901-a5139be4413f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006088 10.0.0.249 - - [2025-07-24 02:25:29] "POST /ref-update HTTP/1.1" 200 156 0.014549 10.0.0.249 - - [2025-07-24 02:25:29] "PUT /virtual-network/67116441-c068-44c1-a901-a5139be4413f HTTP/1.1" 200 265 0.035850 10.0.0.249 - - [2025-07-24 02:25:32] "DELETE /project/f01b21012fdb4e1c828fd2a36fa975fb HTTP/1.1" 404 173 0.011880 10.0.0.249 - - [2025-07-24 02:25:32] "DELETE /project/cc176df3b6724558aaea3735bbce2a42 HTTP/1.1" 404 173 0.010559 10.0.0.249 - - [2025-07-24 02:25:32] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001019 10.0.0.249 - - [2025-07-24 02:25:32] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000976 10.0.0.249 - - [2025-07-24 02:25:32] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.032158 10.0.0.249 - - [2025-07-24 02:25:32] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.036518 10.0.0.249 - - [2025-07-24 02:25:32] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001104 10.0.0.249 - - [2025-07-24 02:25:32] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001011 10.0.0.249 - - [2025-07-24 02:25:32] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295?fields=security_groups HTTP/1.1" 200 1410 0.031942 10.0.0.249 - - [2025-07-24 02:25:32] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?fields=security_groups HTTP/1.1" 200 1369 0.035164 10.0.0.249 - - [2025-07-24 02:25:32] "DELETE /security-group/060885ef-8d05-4ff2-bd99-b87a9154d175 HTTP/1.1" 200 115 0.056038 10.0.0.249 - - [2025-07-24 02:25:32] "GET /projects?obj_uuids=06e3c34e-2cea-4166-b04b-bae3834ef295&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001065 10.0.0.249 - - [2025-07-24 02:25:32] "DELETE /access-control-list/385d9268-82b0-4652-bcf6-a505228027a7 HTTP/1.1" 200 115 0.039796 10.0.0.249 - - [2025-07-24 02:25:32] "DELETE /security-group/2a8f8a54-4758-4248-90b0-d63aaa960d26 HTTP/1.1" 200 115 0.065409 10.0.0.249 - - [2025-07-24 02:25:32] "GET /projects?obj_uuids=f01b2101-2fdb-4e1c-828f-d2a36fa975fb&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001326 10.0.0.249 - - [2025-07-24 02:25:32] "GET /project/06e3c34e-2cea-4166-b04b-bae3834ef295?fields=application_policy_sets HTTP/1.1" 200 1449 0.047299 10.0.0.249 - - [2025-07-24 02:25:32] "DELETE /access-control-list/289048cd-7b77-4aa0-9f4b-3811cf43ccf2 HTTP/1.1" 200 115 0.046085 10.0.0.249 - - [2025-07-24 02:25:32] "GET /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb?fields=application_policy_sets HTTP/1.1" 200 1408 0.079186 10.0.0.249 - - [2025-07-24 02:25:32] "DELETE /access-control-list/b56568b3-227e-4684-b599-4e94e25e7ddd HTTP/1.1" 200 115 0.037582 10.0.0.249 - - [2025-07-24 02:25:32] "DELETE /access-control-list/a4da7280-27f1-4713-8171-ed105066bd92 HTTP/1.1" 200 115 0.029310 10.0.0.249 - - [2025-07-24 02:25:32] "DELETE /project/06e3c34e-2cea-4166-b04b-bae3834ef295 HTTP/1.1" 200 115 0.396139 10.0.0.249 - - [2025-07-24 02:25:32] "DELETE /project/f01b2101-2fdb-4e1c-828f-d2a36fa975fb HTTP/1.1" 200 115 0.418626 10.0.0.249 - - [2025-07-24 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.014700 10.0.0.249 - - [2025-07-24 02:25:33] "POST /ref-update HTTP/1.1" 200 156 0.045327 10.0.0.249 - - [2025-07-24 02:25:33] "DELETE /routing-policy/c54f4743-9c1c-422f-95cd-379a1a3f65d0 HTTP/1.1" 200 115 0.043136 10.0.0.249 - - [2025-07-24 02:25:33] "POST /neutron/network HTTP/1.1" 200 831 0.007707 10.0.0.249 - - [2025-07-24 02:25:33] "POST /neutron/network HTTP/1.1" 400 204 0.010451 10.0.0.249 - - [2025-07-24 02:25:34] "POST /neutron/port HTTP/1.1" 200 1081 0.014701 10.0.0.249 - - [2025-07-24 02:25:34] "POST /neutron/port HTTP/1.1" 200 1107 0.009213 10.0.0.249 - - [2025-07-24 02:25:34] "POST /neutron/port HTTP/1.1" 200 1082 0.016259 10.0.0.249 - - [2025-07-24 02:25:34] "POST /neutron/port HTTP/1.1" 200 1108 0.014314 10.0.0.249 - - [2025-07-24 02:25:34] "POST /neutron/port HTTP/1.1" 200 151 0.186518 10.0.0.249 - - [2025-07-24 02:25:34] "POST /neutron/port HTTP/1.1" 200 151 0.174065 10.0.0.249 - - [2025-07-24 02:25:35] "POST /neutron/network HTTP/1.1" 200 831 0.005727 10.0.0.249 - - [2025-07-24 02:25:35] "POST /useragent-kv HTTP/1.1" 200 115 0.004308 10.0.0.249 - - [2025-07-24 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.249 - - [2025-07-24 02:25:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002971 10.0.0.249 - - [2025-07-24 02:25:35] "POST /neutron/network HTTP/1.1" 200 151 0.085562 10.0.0.249 - - [2025-07-24 02:25:35] "DELETE /route-target/3e4619b0-9db0-4512-9864-97eb619694cc HTTP/1.1" 200 115 0.015596 10.0.0.249 - - [2025-07-24 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004940 10.0.0.249 - - [2025-07-24 02:25:35] "POST /neutron/network HTTP/1.1" 200 832 0.006725 10.0.0.249 - - [2025-07-24 02:25:36] "DELETE /route-target/3795ca9c-a8ce-4499-8790-90e40665e9cf HTTP/1.1" 409 240 0.006401 10.0.0.249 - - [2025-07-24 02:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002420 10.0.0.249 - - [2025-07-24 02:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002552 10.0.0.249 - - [2025-07-24 02:25:36] "POST /neutron/network HTTP/1.1" 200 151 0.088182 10.0.0.249 - - [2025-07-24 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002621 10.0.0.249 - - [2025-07-24 02:25:36] "DELETE /route-target/d804512c-a1ac-4e2d-be5f-48a84ac4f9b7 HTTP/1.1" 200 115 0.022601 10.0.0.249 - - [2025-07-24 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002641 10.0.0.249 - - [2025-07-24 02:25:36] "DELETE /route-target/3795ca9c-a8ce-4499-8790-90e40665e9cf HTTP/1.1" 200 115 0.018550 10.0.0.249 - - [2025-07-24 02:25:36] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001045 10.0.0.249 - - [2025-07-24 02:25:36] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.026328 10.0.0.249 - - [2025-07-24 02:25:36] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001228 10.0.0.249 - - [2025-07-24 02:25:36] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?fields=virtual_networks HTTP/1.1" 200 1021 0.075861 10.0.0.249 - - [2025-07-24 02:25:36] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001014 10.0.0.249 - - [2025-07-24 02:25:36] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.025290 10.0.0.249 - - [2025-07-24 02:25:36] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001680 10.0.0.249 - - [2025-07-24 02:25:36] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?fields=security_groups HTTP/1.1" 200 1241 0.032081 10.0.0.249 - - [2025-07-24 02:25:37] "POST /fqname-to-id HTTP/1.1" 404 186 0.023108 10.0.0.249 - - [2025-07-24 02:25:37] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002611 10.0.0.249 - - [2025-07-24 02:25:37] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.249 - - [2025-07-24 02:25:37] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007023 10.0.0.249 - - [2025-07-24 02:25:37] "POST /id-to-fqname HTTP/1.1" 200 188 0.002260 10.0.0.249 - - [2025-07-24 02:25:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.003949 10.0.0.249 - - [2025-07-24 02:25:37] "POST /security-groups HTTP/1.1" 200 589 0.066642 10.0.0.249 - - [2025-07-24 02:25:37] "POST /fqname-to-id HTTP/1.1" 404 232 0.005048 10.0.0.249 - - [2025-07-24 02:25:37] "POST /projects HTTP/1.1" 200 581 0.223516 10.0.0.249 - - [2025-07-24 02:25:37] "POST /access-control-lists HTTP/1.1" 200 596 0.059338 10.0.0.249 - - [2025-07-24 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.292989 10.0.0.249 - - [2025-07-24 02:25:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.003280 10.0.0.249 - - [2025-07-24 02:25:37] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.409542 10.0.0.249 - - [2025-07-24 02:25:37] "POST /access-control-lists HTTP/1.1" 200 594 0.064703 10.0.0.249 - - [2025-07-24 02:25:38] "GET /obj-perms HTTP/1.1" 200 5075 0.073900 10.0.0.249 - - [2025-07-24 02:25:39] "GET /obj-perms HTTP/1.1" 200 5075 0.115928 10.0.0.249 - - [2025-07-24 02:25:39] "GET / HTTP/1.1" 200 36215 0.002267 10.0.0.249 - - [2025-07-24 02:25:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.249 - - [2025-07-24 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.061177 10.0.0.249 - - [2025-07-24 02:25:40] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.249 - - [2025-07-24 02:25:40] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027314 10.0.0.249 - - [2025-07-24 02:25:40] "POST /neutron/network HTTP/1.1" 200 117 0.031585 10.0.0.249 - - [2025-07-24 02:25:40] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001484 10.0.0.249 - - [2025-07-24 02:25:40] "POST /neutron/network HTTP/1.1" 200 613 0.070390 10.0.0.249 - - [2025-07-24 02:25:40] "POST /route-targets HTTP/1.1" 200 328 0.010650 10.0.0.249 - - [2025-07-24 02:25:40] "POST /ref-update HTTP/1.1" 200 156 0.014564 10.0.0.249 - - [2025-07-24 02:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004508 10.0.0.249 - - [2025-07-24 02:25:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.146811 10.0.0.249 - - [2025-07-24 02:25:41] "POST /neutron/network HTTP/1.1" 200 834 0.005429 10.0.0.249 - - [2025-07-24 02:25:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001499 10.0.0.249 - - [2025-07-24 02:25:41] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005419 10.0.0.249 - - [2025-07-24 02:25:41] "POST /neutron/network HTTP/1.1" 200 834 0.006297 10.0.0.249 - - [2025-07-24 02:25:41] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005541 10.0.0.249 - - [2025-07-24 02:25:41] "POST /neutron/network HTTP/1.1" 200 834 0.005502 10.0.0.249 - - [2025-07-24 02:25:41] "POST /neutron/subnet HTTP/1.1" 200 734 0.007366 10.0.0.249 - - [2025-07-24 02:25:41] "GET /domains HTTP/1.1" 401 293 0.000454 10.0.0.249 - - [2025-07-24 02:25:41] "GET /domains HTTP/1.1" 200 281 0.026031 10.0.0.249 - - [2025-07-24 02:25:41] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001698 10.0.0.249 - - [2025-07-24 02:25:41] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2762 0.009286 10.0.0.249 - - [2025-07-24 02:25:41] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000966 10.0.0.249 - - [2025-07-24 02:25:41] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 2086 0.083249 10.0.0.249 - - [2025-07-24 02:25:41] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611 HTTP/1.1" 200 2328 0.005909 10.0.0.249 - - [2025-07-24 02:25:41] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611 HTTP/1.1" 200 2328 0.004767 10.0.0.249 - - [2025-07-24 02:25:41] "GET /routing-instance/805fbd00-10f1-400c-a7b5-54d05fd96ffa HTTP/1.1" 200 1496 0.003597 10.0.0.249 - - [2025-07-24 02:25:41] "GET /routing-instance/805fbd00-10f1-400c-a7b5-54d05fd96ffa HTTP/1.1" 200 1496 0.003042 10.0.0.249 - - [2025-07-24 02:25:41] "GET /route-target/dcc097a9-6517-41ca-9dab-9e3d477c3cfd HTTP/1.1" 200 1215 0.003124 10.0.0.249 - - [2025-07-24 02:25:41] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611 HTTP/1.1" 200 2328 0.005381 10.0.0.249 - - [2025-07-24 02:25:41] "GET /routing-instance/805fbd00-10f1-400c-a7b5-54d05fd96ffa HTTP/1.1" 200 1496 0.003200 10.0.0.249 - - [2025-07-24 02:25:41] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006361 10.0.0.249 - - [2025-07-24 02:25:41] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611 HTTP/1.1" 200 2328 0.005182 10.0.0.249 - - [2025-07-24 02:25:41] "GET /routing-instance/805fbd00-10f1-400c-a7b5-54d05fd96ffa HTTP/1.1" 200 1496 0.003546 10.0.0.249 - - [2025-07-24 02:25:41] "GET /routing-instance/805fbd00-10f1-400c-a7b5-54d05fd96ffa HTTP/1.1" 200 1496 0.003933 10.0.0.249 - - [2025-07-24 02:25:41] "GET /route-target/dcc097a9-6517-41ca-9dab-9e3d477c3cfd HTTP/1.1" 200 1215 0.003614 10.0.0.249 - - [2025-07-24 02:25:41] "GET /domains HTTP/1.1" 200 281 0.002981 10.0.0.249 - - [2025-07-24 02:25:41] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.249 - - [2025-07-24 02:25:41] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2762 0.007153 10.0.0.249 - - [2025-07-24 02:25:41] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001702 10.0.0.249 - - [2025-07-24 02:25:41] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 2086 0.073769 10.0.0.249 - - [2025-07-24 02:25:41] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611 HTTP/1.1" 200 2328 0.005068 10.0.0.249 - - [2025-07-24 02:25:42] "GET /obj-perms HTTP/1.1" 200 5045 0.051158 10.0.0.249 - - [2025-07-24 02:25:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.249 - - [2025-07-24 02:25:42] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001467 10.0.0.249 - - [2025-07-24 02:25:42] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027999 10.0.0.249 - - [2025-07-24 02:25:42] "POST /neutron/network HTTP/1.1" 200 117 0.010356 10.0.0.249 - - [2025-07-24 02:25:42] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001046 10.0.0.249 - - [2025-07-24 02:25:42] "POST /neutron/network HTTP/1.1" 200 613 0.068524 10.0.0.249 - - [2025-07-24 02:25:42] "POST /route-targets HTTP/1.1" 200 328 0.014731 10.0.0.249 - - [2025-07-24 02:25:42] "POST /ref-update HTTP/1.1" 200 156 0.016278 10.0.0.249 - - [2025-07-24 02:25:42] "POST /useragent-kv HTTP/1.1" 200 115 0.002870 10.0.0.249 - - [2025-07-24 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.213609 10.0.0.249 - - [2025-07-24 02:25:42] "POST /neutron/network HTTP/1.1" 200 832 0.006248 10.0.0.249 - - [2025-07-24 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 223 0.001277 10.0.0.249 - - [2025-07-24 02:25:42] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005144 10.0.0.249 - - [2025-07-24 02:25:42] "POST /neutron/network HTTP/1.1" 200 832 0.009899 10.0.0.249 - - [2025-07-24 02:25:42] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006003 10.0.0.249 - - [2025-07-24 02:25:42] "POST /neutron/network HTTP/1.1" 200 832 0.008699 10.0.0.249 - - [2025-07-24 02:25:42] "POST /neutron/subnet HTTP/1.1" 200 725 0.007314 10.0.0.249 - - [2025-07-24 02:25:42] "GET /domains HTTP/1.1" 200 281 0.002378 10.0.0.249 - - [2025-07-24 02:25:42] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.249 - - [2025-07-24 02:25:42] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2762 0.007898 10.0.0.249 - - [2025-07-24 02:25:42] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001220 10.0.0.249 - - [2025-07-24 02:25:42] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 2305 0.071738 10.0.0.249 - - [2025-07-24 02:25:42] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f HTTP/1.1" 200 2322 0.006741 10.0.0.249 - - [2025-07-24 02:25:42] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f HTTP/1.1" 200 2322 0.004878 10.0.0.249 - - [2025-07-24 02:25:42] "GET /routing-instance/e1e34282-ac92-4f35-b4a6-c58ef77d8220 HTTP/1.1" 200 1497 0.003937 10.0.0.249 - - [2025-07-24 02:25:42] "GET /routing-instance/e1e34282-ac92-4f35-b4a6-c58ef77d8220 HTTP/1.1" 200 1497 0.003624 10.0.0.249 - - [2025-07-24 02:25:42] "GET /route-target/6d5bb618-ce81-47bd-b3f7-1c8753ae6fec HTTP/1.1" 200 1214 0.003554 10.0.0.249 - - [2025-07-24 02:25:43] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f HTTP/1.1" 200 2322 0.006066 10.0.0.249 - - [2025-07-24 02:25:43] "GET /routing-instance/e1e34282-ac92-4f35-b4a6-c58ef77d8220 HTTP/1.1" 200 1497 0.004570 10.0.0.249 - - [2025-07-24 02:25:43] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005920 10.0.0.249 - - [2025-07-24 02:25:43] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f HTTP/1.1" 200 2322 0.009981 10.0.0.249 - - [2025-07-24 02:25:43] "GET /routing-instance/e1e34282-ac92-4f35-b4a6-c58ef77d8220 HTTP/1.1" 200 1497 0.003847 10.0.0.249 - - [2025-07-24 02:25:43] "GET /routing-instance/e1e34282-ac92-4f35-b4a6-c58ef77d8220 HTTP/1.1" 200 1497 0.006494 10.0.0.249 - - [2025-07-24 02:25:43] "GET /route-target/6d5bb618-ce81-47bd-b3f7-1c8753ae6fec HTTP/1.1" 200 1214 0.003763 10.0.0.249 - - [2025-07-24 02:25:43] "GET /domains HTTP/1.1" 200 281 0.002870 10.0.0.249 - - [2025-07-24 02:25:43] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001236 10.0.0.249 - - [2025-07-24 02:25:43] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2762 0.007381 10.0.0.249 - - [2025-07-24 02:25:43] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001319 10.0.0.249 - - [2025-07-24 02:25:43] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 2305 0.070524 10.0.0.249 - - [2025-07-24 02:25:43] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f HTTP/1.1" 200 2322 0.005064 10.0.0.249 - - [2025-07-24 02:25:43] "GET /obj-perms HTTP/1.1" 200 5045 0.002924 10.0.0.249 - - [2025-07-24 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003048 10.0.0.249 - - [2025-07-24 02:25:43] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000935 10.0.0.249 - - [2025-07-24 02:25:43] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.027771 10.0.0.249 - - [2025-07-24 02:25:43] "POST /neutron/network HTTP/1.1" 200 117 0.011362 10.0.0.249 - - [2025-07-24 02:25:43] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001193 10.0.0.249 - - [2025-07-24 02:25:43] "POST /neutron/network HTTP/1.1" 200 615 0.065280 10.0.0.249 - - [2025-07-24 02:25:43] "POST /ref-update HTTP/1.1" 200 156 0.012226 10.0.0.249 - - [2025-07-24 02:25:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004115 10.0.0.249 - - [2025-07-24 02:25:43] "POST /neutron/subnet HTTP/1.1" 200 730 0.198902 10.0.0.249 - - [2025-07-24 02:25:43] "POST /neutron/network HTTP/1.1" 200 835 0.005728 10.0.0.249 - - [2025-07-24 02:25:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.002302 10.0.0.249 - - [2025-07-24 02:25:43] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005802 10.0.0.249 - - [2025-07-24 02:25:43] "POST /neutron/network HTTP/1.1" 200 835 0.005452 10.0.0.249 - - [2025-07-24 02:25:43] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005936 10.0.0.249 - - [2025-07-24 02:25:43] "POST /neutron/network HTTP/1.1" 200 835 0.006057 10.0.0.249 - - [2025-07-24 02:25:43] "POST /neutron/subnet HTTP/1.1" 200 730 0.007687 10.0.0.249 - - [2025-07-24 02:25:43] "GET /domains HTTP/1.1" 200 281 0.002646 10.0.0.249 - - [2025-07-24 02:25:43] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.249 - - [2025-07-24 02:25:43] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2762 0.008289 10.0.0.249 - - [2025-07-24 02:25:43] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001159 10.0.0.249 - - [2025-07-24 02:25:43] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 2525 0.071546 10.0.0.249 - - [2025-07-24 02:25:43] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211 HTTP/1.1" 200 2331 0.007418 10.0.0.249 - - [2025-07-24 02:25:43] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211 HTTP/1.1" 200 2331 0.005333 10.0.0.249 - - [2025-07-24 02:25:43] "GET /routing-instance/ef052382-cefa-497b-b916-3ce238e8a0e5 HTTP/1.1" 200 1501 0.003463 10.0.0.249 - - [2025-07-24 02:25:43] "GET /routing-instance/ef052382-cefa-497b-b916-3ce238e8a0e5 HTTP/1.1" 200 1501 0.003037 10.0.0.249 - - [2025-07-24 02:25:43] "GET /route-target/fe3c49f3-3105-4cee-bc9a-1c7e59a3481e HTTP/1.1" 200 1217 0.002851 10.0.0.249 - - [2025-07-24 02:25:43] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211 HTTP/1.1" 200 2331 0.005065 10.0.0.249 - - [2025-07-24 02:25:43] "GET /routing-instance/ef052382-cefa-497b-b916-3ce238e8a0e5 HTTP/1.1" 200 1501 0.003359 10.0.0.249 - - [2025-07-24 02:25:43] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005209 10.0.0.249 - - [2025-07-24 02:25:43] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211 HTTP/1.1" 200 2331 0.005777 10.0.0.249 - - [2025-07-24 02:25:43] "GET /routing-instance/ef052382-cefa-497b-b916-3ce238e8a0e5 HTTP/1.1" 200 1501 0.003986 10.0.0.249 - - [2025-07-24 02:25:43] "GET /routing-instance/ef052382-cefa-497b-b916-3ce238e8a0e5 HTTP/1.1" 200 1501 0.003563 10.0.0.249 - - [2025-07-24 02:25:43] "GET /route-target/fe3c49f3-3105-4cee-bc9a-1c7e59a3481e HTTP/1.1" 200 1217 0.002928 10.0.0.249 - - [2025-07-24 02:25:44] "GET /domains HTTP/1.1" 200 281 0.002620 10.0.0.249 - - [2025-07-24 02:25:44] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001072 10.0.0.249 - - [2025-07-24 02:25:44] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2762 0.008370 10.0.0.249 - - [2025-07-24 02:25:44] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000986 10.0.0.249 - - [2025-07-24 02:25:44] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 2525 0.071173 10.0.0.249 - - [2025-07-24 02:25:44] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211 HTTP/1.1" 200 2331 0.006082 10.0.0.249 - - [2025-07-24 02:25:44] "GET /obj-perms HTTP/1.1" 200 5045 0.003208 10.0.0.249 - - [2025-07-24 02:25:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001358 10.0.0.249 - - [2025-07-24 02:25:44] "POST /neutron/network HTTP/1.1" 200 842 0.008194 10.0.0.249 - - [2025-07-24 02:25:44] "GET /aaa-mode HTTP/1.1" 401 293 0.000453 10.0.0.249 - - [2025-07-24 02:25:44] "GET / HTTP/1.1" 200 36215 0.002079 10.0.0.249 - - [2025-07-24 02:25:44] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2025-07-24 02:25:45] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.249 - - [2025-07-24 02:25:45] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.055779 10.0.0.249 - - [2025-07-24 02:25:45] "POST /neutron/network HTTP/1.1" 200 832 0.005680 10.0.0.249 - - [2025-07-24 02:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.005841 10.0.0.249 - - [2025-07-24 02:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.005008 10.0.0.249 - - [2025-07-24 02:25:45] "POST /id-to-fqname HTTP/1.1" 200 224 0.001351 10.0.0.249 - - [2025-07-24 02:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.005420 10.0.0.249 - - [2025-07-24 02:25:45] "POST /neutron/network HTTP/1.1" 200 845 0.006326 10.0.0.249 - - [2025-07-24 02:25:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000800 10.0.0.249 - - [2025-07-24 02:25:45] "POST /neutron/network HTTP/1.1" 200 842 0.010264 10.0.0.249 - - [2025-07-24 02:25:45] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.249 - - [2025-07-24 02:25:45] "GET / HTTP/1.1" 200 36215 0.001943 10.0.0.249 - - [2025-07-24 02:25:45] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000446 10.0.0.249 - - [2025-07-24 02:25:45] "POST /neutron/port HTTP/1.1" 200 1058 0.221859 10.0.0.249 - - [2025-07-24 02:25:45] "POST /neutron/port HTTP/1.1" 200 1058 0.008955 10.0.0.249 - - [2025-07-24 02:25:45] "POST /neutron/port HTTP/1.1" 200 1058 0.008982 10.0.0.249 - - [2025-07-24 02:25:45] "POST /neutron/port HTTP/1.1" 200 1112 0.066207 10.0.0.249 - - [2025-07-24 02:25:46] "POST /neutron/port HTTP/1.1" 200 1086 0.012180 10.0.0.249 - - [2025-07-24 02:25:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003109 10.0.0.249 - - [2025-07-24 02:25:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.006804 10.0.0.249 - - [2025-07-24 02:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.249 - - [2025-07-24 02:25:46] "POST /neutron/network HTTP/1.1" 200 832 0.005545 10.0.0.249 - - [2025-07-24 02:25:46] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001167 10.0.0.249 - - [2025-07-24 02:25:46] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.055797 10.0.0.249 - - [2025-07-24 02:25:46] "POST /neutron/network HTTP/1.1" 200 835 0.007543 10.0.0.249 - - [2025-07-24 02:25:46] "POST /neutron/port HTTP/1.1" 200 1086 0.023839 10.0.0.249 - - [2025-07-24 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007377 10.0.0.249 - - [2025-07-24 02:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.005157 10.0.0.249 - - [2025-07-24 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.003581 10.0.0.249 - - [2025-07-24 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002492 10.0.0.249 - - [2025-07-24 02:25:46] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.249 - - [2025-07-24 02:25:46] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.015907 10.0.0.249 - - [2025-07-24 02:25:46] "POST /service-templates HTTP/1.1" 200 545 0.027012 10.0.0.249 - - [2025-07-24 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002885 10.0.0.249 - - [2025-07-24 02:25:46] "GET /service-template/ed9938e0-895e-42cf-8f05-d0bf397b592c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004646 10.0.0.249 - - [2025-07-24 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.249 - - [2025-07-24 02:25:46] "POST /neutron/network HTTP/1.1" 200 845 0.011074 10.0.0.249 - - [2025-07-24 02:25:46] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001212 10.0.0.249 - - [2025-07-24 02:25:46] "GET /service-template/ed9938e0-895e-42cf-8f05-d0bf397b592c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005888 10.0.0.249 - - [2025-07-24 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001908 10.0.0.249 - - [2025-07-24 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.002381 10.0.0.249 - - [2025-07-24 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.001949 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/port HTTP/1.1" 200 1059 0.240624 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/port HTTP/1.1" 200 1059 0.010534 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/port HTTP/1.1" 200 1059 0.010813 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/port HTTP/1.1" 200 2003 0.031347 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006529 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/port HTTP/1.1" 200 1113 0.120483 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/port HTTP/1.1" 200 1087 0.022523 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007626 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/subnet HTTP/1.1" 200 704 0.007912 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/port HTTP/1.1" 200 117 0.001568 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/network HTTP/1.1" 200 835 0.007050 10.0.0.249 - - [2025-07-24 02:25:47] "POST /neutron/network HTTP/1.1" 200 2226 0.016641 10.0.0.249 - - [2025-07-24 02:25:47] "GET /aaa-mode HTTP/1.1" 401 293 0.000417 10.0.0.249 - - [2025-07-24 02:25:48] "GET / HTTP/1.1" 200 36215 0.001991 10.0.0.249 - - [2025-07-24 02:25:48] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000561 10.0.0.249 - - [2025-07-24 02:25:48] "GET /global-system-configs HTTP/1.1" 200 323 0.091276 10.0.0.249 - - [2025-07-24 02:25:48] "GET /obj-perms HTTP/1.1" 200 5075 0.121649 10.0.0.249 - - [2025-07-24 02:25:48] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001268 10.0.0.249 - - [2025-07-24 02:25:48] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.064710 10.0.0.249 - - [2025-07-24 02:25:48] "POST /neutron/network HTTP/1.1" 200 834 0.006570 10.0.0.249 - - [2025-07-24 02:25:48] "POST /neutron/network HTTP/1.1" 200 832 0.005585 10.0.0.249 - - [2025-07-24 02:25:48] "POST /neutron/network HTTP/1.1" 200 835 0.007712 10.0.0.249 - - [2025-07-24 02:25:48] "POST /neutron/port HTTP/1.1" 200 2057 0.027774 10.0.0.249 - - [2025-07-24 02:25:48] "GET /global-system-configs HTTP/1.1" 200 323 0.047560 10.0.0.249 - - [2025-07-24 02:25:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.022489 10.0.0.249 - - [2025-07-24 02:25:48] "GET /obj-perms HTTP/1.1" 200 5075 0.082724 10.0.0.249 - - [2025-07-24 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.005227 10.0.0.249 - - [2025-07-24 02:25:48] "POST /neutron/port HTTP/1.1" 200 117 0.005821 10.0.0.249 - - [2025-07-24 02:25:49] "POST /neutron/network HTTP/1.1" 200 2226 0.021903 10.0.0.249 - - [2025-07-24 02:25:49] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001874 10.0.0.249 - - [2025-07-24 02:25:49] "POST /neutron/port HTTP/1.1" 200 1060 0.286607 10.0.0.249 - - [2025-07-24 02:25:49] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.249 - - [2025-07-24 02:25:49] "POST /neutron/port HTTP/1.1" 200 1058 0.187916 10.0.0.249 - - [2025-07-24 02:25:49] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.249 - - [2025-07-24 02:25:49] "POST /neutron/port HTTP/1.1" 200 1059 0.204651 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 1060 0.015141 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 1060 0.012527 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 1114 0.088509 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 1058 0.009192 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 1058 0.010381 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 1112 0.080295 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 1059 0.013304 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 1059 0.008982 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 1113 0.083674 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 3028 0.020110 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003941 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/subnet HTTP/1.1" 200 708 0.009173 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 117 0.001415 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/network HTTP/1.1" 200 834 0.006466 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003658 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/subnet HTTP/1.1" 200 699 0.009521 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 117 0.001677 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/network HTTP/1.1" 200 832 0.005635 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003535 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/subnet HTTP/1.1" 200 704 0.009845 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.249 - - [2025-07-24 02:25:50] "POST /neutron/network HTTP/1.1" 200 835 0.006224 10.0.0.249 - - [2025-07-24 02:25:54] "POST /neutron/port HTTP/1.1" 200 3028 0.026784 10.0.0.249 - - [2025-07-24 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009388 10.0.0.249 - - [2025-07-24 02:25:54] "POST /neutron/port HTTP/1.1" 200 3028 0.029011 10.0.0.249 - - [2025-07-24 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006991 10.0.0.249 - - [2025-07-24 02:25:54] "POST /neutron/port HTTP/1.1" 200 3028 0.025950 10.0.0.249 - - [2025-07-24 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.012532 10.0.0.249 - - [2025-07-24 02:25:54] "POST /neutron/port HTTP/1.1" 200 3028 0.031890 10.0.0.249 - - [2025-07-24 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013635 10.0.0.249 - - [2025-07-24 02:25:54] "POST /neutron/port HTTP/1.1" 200 3028 0.024549 10.0.0.249 - - [2025-07-24 02:25:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008765 10.0.0.249 - - [2025-07-24 02:25:54] "GET /virtual-machine/1b46744d-106c-4fca-b571-bc0ec3739982 HTTP/1.1" 200 1806 0.006907 10.0.0.249 - - [2025-07-24 02:25:54] "GET /virtual-machine-interface/3b338a91-2e3b-45f6-970f-7727afdc5558 HTTP/1.1" 200 2952 0.005222 10.0.0.249 - - [2025-07-24 02:25:54] "GET /virtual-machine-interface/82af5bf4-6fa4-4b9b-8e5a-6739c49e048b HTTP/1.1" 200 2952 0.006305 10.0.0.249 - - [2025-07-24 02:25:54] "GET /virtual-machine-interface/bcf7ec0c-8ac4-4c95-b021-0efb3d7b8971 HTTP/1.1" 200 2956 0.005875 10.0.0.249 - - [2025-07-24 02:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.249 - - [2025-07-24 02:25:54] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.011916 10.0.0.249 - - [2025-07-24 02:25:54] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003951 10.0.0.249 - - [2025-07-24 02:25:54] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006780 10.0.0.249 - - [2025-07-24 02:25:55] "POST /neutron/port HTTP/1.1" 200 1086 0.014991 10.0.0.249 - - [2025-07-24 02:25:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006743 10.0.0.249 - - [2025-07-24 02:25:56] "POST /neutron/port HTTP/1.1" 200 1087 0.017240 10.0.0.249 - - [2025-07-24 02:25:56] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008498 10.0.0.249 - - [2025-07-24 02:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002898 10.0.0.249 - - [2025-07-24 02:25:57] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004888 10.0.0.249 - - [2025-07-24 02:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.249 - - [2025-07-24 02:26:02] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005225 10.0.0.249 - - [2025-07-24 02:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.249 - - [2025-07-24 02:26:06] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007735 10.0.0.249 - - [2025-07-24 02:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.249 - - [2025-07-24 02:26:10] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005851 10.0.0.249 - - [2025-07-24 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.068118 10.0.0.249 - - [2025-07-24 02:26:12] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003093 10.0.0.249 - - [2025-07-24 02:26:12] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003114 10.0.0.249 - - [2025-07-24 02:26:12] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005985 10.0.0.249 - - [2025-07-24 02:26:12] "POST /neutron/port HTTP/1.1" 200 3028 0.019836 10.0.0.249 - - [2025-07-24 02:26:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009782 10.0.0.249 - - [2025-07-24 02:26:17] "POST /neutron/port HTTP/1.1" 200 3028 0.015807 10.0.0.249 - - [2025-07-24 02:26:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006243 10.0.0.249 - - [2025-07-24 02:26:21] "POST /neutron/port HTTP/1.1" 200 3028 0.017633 10.0.0.249 - - [2025-07-24 02:26:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005528 10.0.0.249 - - [2025-07-24 02:26:23] "POST /neutron/port HTTP/1.1" 200 3028 0.016509 10.0.0.249 - - [2025-07-24 02:26:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006782 10.0.0.249 - - [2025-07-24 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.249 - - [2025-07-24 02:26:28] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002921 10.0.0.249 - - [2025-07-24 02:26:28] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003029 10.0.0.249 - - [2025-07-24 02:26:28] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005365 10.0.0.249 - - [2025-07-24 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003116 10.0.0.249 - - [2025-07-24 02:26:28] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003489 10.0.0.249 - - [2025-07-24 02:26:28] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004081 10.0.0.249 - - [2025-07-24 02:26:28] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005448 10.0.0.249 - - [2025-07-24 02:26:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.002671 10.0.0.249 - - [2025-07-24 02:26:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.249 - - [2025-07-24 02:26:28] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.029381 10.0.0.249 - - [2025-07-24 02:26:29] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.061091 10.0.0.249 - - [2025-07-24 02:26:29] "POST /service-instances HTTP/1.1" 200 545 0.063701 10.0.0.249 - - [2025-07-24 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002866 10.0.0.249 - - [2025-07-24 02:26:29] "GET /service-instance/d93630c3-9c66-4477-a06e-65cc42c6c2f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2138 0.005193 10.0.0.249 - - [2025-07-24 02:26:29] "POST /port-tuples HTTP/1.1" 200 588 0.024475 10.0.0.249 - - [2025-07-24 02:26:29] "GET /virtual-machine-interface/3b338a91-2e3b-45f6-970f-7727afdc5558?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.006806 10.0.0.249 - - [2025-07-24 02:26:29] "PUT /virtual-machine-interface/3b338a91-2e3b-45f6-970f-7727afdc5558 HTTP/1.1" 200 285 0.013709 10.0.0.249 - - [2025-07-24 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.010770 10.0.0.249 - - [2025-07-24 02:26:29] "POST /instance-ips HTTP/1.1" 200 386 0.024216 10.0.0.249 - - [2025-07-24 02:26:29] "GET /virtual-machine-interface/82af5bf4-6fa4-4b9b-8e5a-6739c49e048b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2730 0.006510 10.0.0.249 - - [2025-07-24 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.020052 10.0.0.249 - - [2025-07-24 02:26:29] "PUT /virtual-machine-interface/82af5bf4-6fa4-4b9b-8e5a-6739c49e048b HTTP/1.1" 200 285 0.016104 10.0.0.249 - - [2025-07-24 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.017466 10.0.0.249 - - [2025-07-24 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.009497 10.0.0.249 - - [2025-07-24 02:26:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003093 10.0.0.249 - - [2025-07-24 02:26:29] "GET /virtual-machine-interface/bcf7ec0c-8ac4-4c95-b021-0efb3d7b8971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2734 0.005099 10.0.0.249 - - [2025-07-24 02:26:29] "POST /instance-ips HTTP/1.1" 200 386 0.024411 10.0.0.249 - - [2025-07-24 02:26:29] "PUT /virtual-machine-interface/bcf7ec0c-8ac4-4c95-b021-0efb3d7b8971 HTTP/1.1" 200 285 0.009302 10.0.0.249 - - [2025-07-24 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.010216 10.0.0.249 - - [2025-07-24 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.009456 10.0.0.249 - - [2025-07-24 02:26:29] "POST /ref-update HTTP/1.1" 200 156 0.011443 10.0.0.249 - - [2025-07-24 02:26:29] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003504 10.0.0.249 - - [2025-07-24 02:26:29] "POST /neutron/port HTTP/1.1" 200 1086 0.014103 10.0.0.249 - - [2025-07-24 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006874 10.0.0.249 - - [2025-07-24 02:26:29] "POST /instance-ips HTTP/1.1" 200 374 0.022846 10.0.0.249 - - [2025-07-24 02:26:29] "POST /neutron/port HTTP/1.1" 200 1086 0.017466 10.0.0.249 - - [2025-07-24 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006378 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.013973 10.0.0.249 - - [2025-07-24 02:26:30] "POST /neutron/port HTTP/1.1" 200 1086 0.015498 10.0.0.249 - - [2025-07-24 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005907 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.010588 10.0.0.249 - - [2025-07-24 02:26:30] "GET /virtual-machine/64e2c301-13c1-4e1a-a359-5572efdaca00 HTTP/1.1" 200 1292 0.008445 10.0.0.249 - - [2025-07-24 02:26:30] "GET /virtual-machine-interface/8c68d866-c8ac-4558-a776-17e6c0f14365 HTTP/1.1" 200 2953 0.006682 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.005527 10.0.0.249 - - [2025-07-24 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.249 - - [2025-07-24 02:26:30] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003629 10.0.0.249 - - [2025-07-24 02:26:30] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003165 10.0.0.249 - - [2025-07-24 02:26:30] "POST /instance-ips HTTP/1.1" 200 374 0.018121 10.0.0.249 - - [2025-07-24 02:26:30] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006229 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.008630 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.008243 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003223 10.0.0.249 - - [2025-07-24 02:26:30] "POST /instance-ips HTTP/1.1" 200 376 0.021092 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.008986 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.008801 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002853 10.0.0.249 - - [2025-07-24 02:26:30] "POST /instance-ips HTTP/1.1" 200 376 0.015122 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.010270 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-update HTTP/1.1" 200 156 0.008965 10.0.0.249 - - [2025-07-24 02:26:30] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003003 10.0.0.249 - - [2025-07-24 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003150 10.0.0.249 - - [2025-07-24 02:26:31] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003239 10.0.0.249 - - [2025-07-24 02:26:31] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003113 10.0.0.249 - - [2025-07-24 02:26:31] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005869 10.0.0.249 - - [2025-07-24 02:26:31] "POST /neutron/port HTTP/1.1" 200 1087 0.011392 10.0.0.249 - - [2025-07-24 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007121 10.0.0.249 - - [2025-07-24 02:26:31] "POST /neutron/port HTTP/1.1" 200 1087 0.012244 10.0.0.249 - - [2025-07-24 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006620 10.0.0.249 - - [2025-07-24 02:26:31] "POST /neutron/port HTTP/1.1" 200 1087 0.013453 10.0.0.249 - - [2025-07-24 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006723 10.0.0.249 - - [2025-07-24 02:26:31] "GET /virtual-machine/b0c3e15e-e66b-473e-a0e5-4a17901abc40 HTTP/1.1" 200 1293 0.005643 10.0.0.249 - - [2025-07-24 02:26:31] "GET /virtual-machine-interface/8afa4c07-a7fe-4b50-b2e2-00847e0ca69b HTTP/1.1" 200 2956 0.005294 10.0.0.249 - - [2025-07-24 02:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002870 10.0.0.249 - - [2025-07-24 02:26:32] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003396 10.0.0.249 - - [2025-07-24 02:26:32] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003055 10.0.0.249 - - [2025-07-24 02:26:32] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005758 10.0.0.249 - - [2025-07-24 02:26:32] "DELETE /project/6ab3c45e68264c5cb8d283f519a21487 HTTP/1.1" 404 173 0.030973 10.0.0.249 - - [2025-07-24 02:26:32] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001010 10.0.0.249 - - [2025-07-24 02:26:32] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.028934 10.0.0.249 - - [2025-07-24 02:26:32] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001205 10.0.0.249 - - [2025-07-24 02:26:32] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?fields=security_groups HTTP/1.1" 200 1343 0.083108 10.0.0.249 - - [2025-07-24 02:26:32] "DELETE /security-group/8469a7b5-e0c0-4e17-a380-04e42eb3d640 HTTP/1.1" 200 115 0.049622 10.0.0.249 - - [2025-07-24 02:26:32] "GET /projects?obj_uuids=cc176df3-b672-4558-aaea-3735bbce2a42&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001250 10.0.0.249 - - [2025-07-24 02:26:32] "GET /project/cc176df3-b672-4558-aaea-3735bbce2a42?fields=application_policy_sets HTTP/1.1" 200 1382 0.037345 10.0.0.249 - - [2025-07-24 02:26:32] "DELETE /access-control-list/6ea4319b-ee49-44ca-a8c5-89978a47c512 HTTP/1.1" 200 115 0.070882 10.0.0.249 - - [2025-07-24 02:26:32] "DELETE /access-control-list/a9458ac2-5d89-4653-976d-55427dcf4e40 HTTP/1.1" 200 115 0.024853 10.0.0.249 - - [2025-07-24 02:26:32] "DELETE /project/cc176df3-b672-4558-aaea-3735bbce2a42 HTTP/1.1" 200 115 0.415432 10.0.0.249 - - [2025-07-24 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.249 - - [2025-07-24 02:26:33] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003556 10.0.0.249 - - [2025-07-24 02:26:33] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002963 10.0.0.249 - - [2025-07-24 02:26:33] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006389 10.0.0.249 - - [2025-07-24 02:26:33] "POST /fqname-to-id HTTP/1.1" 404 211 0.003160 10.0.0.249 - - [2025-07-24 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002462 10.0.0.249 - - [2025-07-24 02:26:33] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001250 10.0.0.249 - - [2025-07-24 02:26:33] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.037020 10.0.0.249 - - [2025-07-24 02:26:33] "POST /network-policys HTTP/1.1" 200 549 0.017210 10.0.0.249 - - [2025-07-24 02:26:33] "GET /network-policy/7641bb46-6f1e-4402-9241-12dd3b39c31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005266 10.0.0.249 - - [2025-07-24 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.249 - - [2025-07-24 02:26:33] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006444 10.0.0.249 - - [2025-07-24 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002970 10.0.0.249 - - [2025-07-24 02:26:33] "GET /network-policy/7641bb46-6f1e-4402-9241-12dd3b39c31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003877 10.0.0.249 - - [2025-07-24 02:26:34] "POST /fqname-to-id HTTP/1.1" 404 242 0.002498 10.0.0.249 - - [2025-07-24 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.038049 10.0.0.249 - - [2025-07-24 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.249 - - [2025-07-24 02:26:34] "POST /access-control-lists HTTP/1.1" 200 603 0.063875 10.0.0.249 - - [2025-07-24 02:26:34] "GET /network-policy/7641bb46-6f1e-4402-9241-12dd3b39c31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004486 10.0.0.249 - - [2025-07-24 02:26:34] "POST /neutron/network HTTP/1.1" 200 920 0.007699 10.0.0.249 - - [2025-07-24 02:26:34] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005211 10.0.0.249 - - [2025-07-24 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.249 - - [2025-07-24 02:26:34] "GET /network-policy/7641bb46-6f1e-4402-9241-12dd3b39c31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.005554 10.0.0.249 - - [2025-07-24 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002923 10.0.0.249 - - [2025-07-24 02:26:34] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006590 10.0.0.249 - - [2025-07-24 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.249 - - [2025-07-24 02:26:34] "GET /network-policy/7641bb46-6f1e-4402-9241-12dd3b39c31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.004912 10.0.0.249 - - [2025-07-24 02:26:34] "POST /fqname-to-id HTTP/1.1" 404 244 0.013687 10.0.0.249 - - [2025-07-24 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.047231 10.0.0.249 - - [2025-07-24 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003301 10.0.0.249 - - [2025-07-24 02:26:34] "POST /access-control-lists HTTP/1.1" 200 606 0.068584 10.0.0.249 - - [2025-07-24 02:26:34] "GET /network-policy/7641bb46-6f1e-4402-9241-12dd3b39c31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003792 10.0.0.249 - - [2025-07-24 02:26:34] "POST /routing-instances HTTP/1.1" 200 761 0.020138 10.0.0.249 - - [2025-07-24 02:26:34] "POST /neutron/network HTTP/1.1" 200 923 0.012998 10.0.0.249 - - [2025-07-24 02:26:34] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.009995 10.0.0.249 - - [2025-07-24 02:26:34] "POST /route-targets HTTP/1.1" 200 328 0.014630 10.0.0.249 - - [2025-07-24 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.249 - - [2025-07-24 02:26:34] "POST /ref-update HTTP/1.1" 200 156 0.010658 10.0.0.249 - - [2025-07-24 02:26:34] "GET /network-policy/7641bb46-6f1e-4402-9241-12dd3b39c31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003514 10.0.0.249 - - [2025-07-24 02:26:34] "GET /routing-instance/33f34d8c-e430-4213-9015-419467f30378?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1289 0.005967 10.0.0.249 - - [2025-07-24 02:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.249 - - [2025-07-24 02:26:34] "GET /routing-instance/33f34d8c-e430-4213-9015-419467f30378?fields=routing_policy_back_refs HTTP/1.1" 200 1289 0.004465 10.0.0.249 - - [2025-07-24 02:26:34] "GET /service-template/ed9938e0-895e-42cf-8f05-d0bf397b592c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004286 10.0.0.249 - - [2025-07-24 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.011756 10.0.0.249 - - [2025-07-24 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.013107 10.0.0.249 - - [2025-07-24 02:26:35] "POST /routing-instances HTTP/1.1" 200 762 0.018364 10.0.0.249 - - [2025-07-24 02:26:35] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001347 10.0.0.249 - - [2025-07-24 02:26:35] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.042377 10.0.0.249 - - [2025-07-24 02:26:35] "POST /route-targets HTTP/1.1" 200 328 0.011716 10.0.0.249 - - [2025-07-24 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.249 - - [2025-07-24 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.012156 10.0.0.249 - - [2025-07-24 02:26:35] "GET /service-instance/d93630c3-9c66-4477-a06e-65cc42c6c2f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3538 0.006880 10.0.0.249 - - [2025-07-24 02:26:35] "GET /routing-instance/6378738e-3717-477d-944d-5d6e3c8391c8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1290 0.005309 10.0.0.249 - - [2025-07-24 02:26:35] "GET /domains HTTP/1.1" 200 281 0.003299 10.0.0.249 - - [2025-07-24 02:26:35] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001547 10.0.0.249 - - [2025-07-24 02:26:35] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2783 0.011844 10.0.0.249 - - [2025-07-24 02:26:35] "GET /routing-instance/6378738e-3717-477d-944d-5d6e3c8391c8?fields=routing_policy_back_refs HTTP/1.1" 200 1290 0.003585 10.0.0.249 - - [2025-07-24 02:26:35] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.249 - - [2025-07-24 02:26:35] "PUT /routing-instance/33f34d8c-e430-4213-9015-419467f30378 HTTP/1.1" 200 267 0.015746 10.0.0.249 - - [2025-07-24 02:26:35] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 4248 0.089330 10.0.0.249 - - [2025-07-24 02:26:35] "GET /service-instance/d93630c3-9c66-4477-a06e-65cc42c6c2f8 HTTP/1.1" 200 3793 0.005505 10.0.0.249 - - [2025-07-24 02:26:35] "GET /domains HTTP/1.1" 200 281 0.003832 10.0.0.249 - - [2025-07-24 02:26:35] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.249 - - [2025-07-24 02:26:35] "PUT /routing-instance/6378738e-3717-477d-944d-5d6e3c8391c8 HTTP/1.1" 200 267 0.014347 10.0.0.249 - - [2025-07-24 02:26:35] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2783 0.007777 10.0.0.249 - - [2025-07-24 02:26:35] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001143 10.0.0.249 - - [2025-07-24 02:26:35] "POST /ref-update HTTP/1.1" 200 156 0.010885 10.0.0.249 - - [2025-07-24 02:26:35] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 4248 0.076222 10.0.0.249 - - [2025-07-24 02:26:35] "GET /service-instance/d93630c3-9c66-4477-a06e-65cc42c6c2f8 HTTP/1.1" 200 3793 0.004466 10.0.0.249 - - [2025-07-24 02:26:35] "GET /port-tuple/833aff49-27e8-4ecc-a175-d997015a8ebf HTTP/1.1" 200 1983 0.004049 10.0.0.249 - - [2025-07-24 02:26:35] "GET /virtual-machine-interface/3b338a91-2e3b-45f6-970f-7727afdc5558 HTTP/1.1" 200 3825 0.005960 10.0.0.249 - - [2025-07-24 02:26:35] "PUT /access-control-list/d6d7fac2-882f-44c2-ac09-ea9cc3058334 HTTP/1.1" 200 273 0.016598 10.0.0.249 - - [2025-07-24 02:26:35] "GET /virtual-machine-interface/82af5bf4-6fa4-4b9b-8e5a-6739c49e048b HTTP/1.1" 200 3807 0.011607 10.0.0.249 - - [2025-07-24 02:26:35] "GET /virtual-machine-interface/bcf7ec0c-8ac4-4c95-b021-0efb3d7b8971 HTTP/1.1" 200 3814 0.005095 10.0.0.249 - - [2025-07-24 02:26:35] "PUT /access-control-list/f5fcd7f3-78c1-478d-aa53-c032ae7019b0 HTTP/1.1" 200 273 0.014810 10.0.0.249 - - [2025-07-24 02:26:35] "POST /neutron/port HTTP/1.1" 200 3835 0.039990 10.0.0.249 - - [2025-07-24 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008201 10.0.0.249 - - [2025-07-24 02:26:35] "POST /neutron/port HTTP/1.1" 200 3835 0.030608 10.0.0.249 - - [2025-07-24 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006281 10.0.0.249 - - [2025-07-24 02:26:35] "POST /neutron/port HTTP/1.1" 200 3835 0.033131 10.0.0.249 - - [2025-07-24 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009728 10.0.0.249 - - [2025-07-24 02:26:35] "POST /neutron/port HTTP/1.1" 200 3835 0.027848 10.0.0.249 - - [2025-07-24 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006311 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/network HTTP/1.1" 200 894 0.012705 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/network HTTP/1.1" 200 920 0.006477 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/network HTTP/1.1" 200 808 0.015528 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/network HTTP/1.1" 200 834 0.004636 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/network HTTP/1.1" 200 897 0.013000 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/network HTTP/1.1" 200 923 0.006160 10.0.0.249 - - [2025-07-24 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001128 10.0.0.249 - - [2025-07-24 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001123 10.0.0.249 - - [2025-07-24 02:26:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001314 10.0.0.249 - - [2025-07-24 02:26:36] "GET /virtual-machine/1b46744d-106c-4fca-b571-bc0ec3739982 HTTP/1.1" 200 1806 0.003651 10.0.0.249 - - [2025-07-24 02:26:36] "GET /virtual-machine-interface/3b338a91-2e3b-45f6-970f-7727afdc5558 HTTP/1.1" 200 3825 0.006562 10.0.0.249 - - [2025-07-24 02:26:36] "GET /virtual-machine-interface/82af5bf4-6fa4-4b9b-8e5a-6739c49e048b HTTP/1.1" 200 3807 0.005445 10.0.0.249 - - [2025-07-24 02:26:36] "GET /virtual-machine-interface/bcf7ec0c-8ac4-4c95-b021-0efb3d7b8971 HTTP/1.1" 200 3814 0.005237 10.0.0.249 - - [2025-07-24 02:26:36] "GET /instance-ip/63a464b4-38c6-482e-838b-7eba26cdec37 HTTP/1.1" 200 1625 0.004989 10.0.0.249 - - [2025-07-24 02:26:36] "GET /instance-ip/d92c466b-9769-4764-bebd-3cf7d21168e2 HTTP/1.1" 200 1985 0.003607 10.0.0.249 - - [2025-07-24 02:26:36] "GET /instance-ip/f285843a-1ef7-4d16-a470-e0f790b33d21 HTTP/1.1" 200 1983 0.003649 10.0.0.249 - - [2025-07-24 02:26:36] "GET /instance-ip/2ee77aad-78ef-45f2-8069-921940f8ffb5 HTTP/1.1" 200 1959 0.003273 10.0.0.249 - - [2025-07-24 02:26:36] "GET /instance-ip/b8e7e20b-0c2f-4a8b-8426-814422136e80 HTTP/1.1" 200 1624 0.005076 10.0.0.249 - - [2025-07-24 02:26:36] "GET /instance-ip/fad47fdb-41dd-40bb-84af-583a3c19eb2e HTTP/1.1" 200 1958 0.003343 10.0.0.249 - - [2025-07-24 02:26:36] "GET /instance-ip/054bb62a-6136-4e4b-bbce-40f5ffcf5c97 HTTP/1.1" 200 1961 0.003250 10.0.0.249 - - [2025-07-24 02:26:36] "GET /instance-ip/b979f391-58e8-406e-9bc2-a77e1e987ae0 HTTP/1.1" 200 1965 0.003097 10.0.0.249 - - [2025-07-24 02:26:36] "GET /instance-ip/f7db6220-070d-4441-8339-8f3ea57919ea HTTP/1.1" 200 1626 0.004259 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/port HTTP/1.1" 200 3835 0.029582 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006680 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/port HTTP/1.1" 200 3835 0.029741 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006166 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/port HTTP/1.1" 200 3835 0.035259 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006982 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/port HTTP/1.1" 200 3835 0.030715 10.0.0.249 - - [2025-07-24 02:26:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006316 10.0.0.249 - - [2025-07-24 02:26:36] "GET /virtual-machine/1b46744d-106c-4fca-b571-bc0ec3739982 HTTP/1.1" 200 1806 0.003582 10.0.0.249 - - [2025-07-24 02:26:36] "GET /virtual-machine-interface/3b338a91-2e3b-45f6-970f-7727afdc5558 HTTP/1.1" 200 3825 0.005032 10.0.0.249 - - [2025-07-24 02:26:36] "GET /virtual-machine-interface/82af5bf4-6fa4-4b9b-8e5a-6739c49e048b HTTP/1.1" 200 3807 0.004899 10.0.0.249 - - [2025-07-24 02:26:36] "GET /virtual-machine-interface/bcf7ec0c-8ac4-4c95-b021-0efb3d7b8971 HTTP/1.1" 200 3814 0.007144 10.0.0.249 - - [2025-07-24 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.249 - - [2025-07-24 02:26:36] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003140 10.0.0.249 - - [2025-07-24 02:26:36] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003939 10.0.0.249 - - [2025-07-24 02:26:36] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005591 10.0.0.249 - - [2025-07-24 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.249 - - [2025-07-24 02:26:38] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003539 10.0.0.249 - - [2025-07-24 02:26:38] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003791 10.0.0.249 - - [2025-07-24 02:26:38] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.007272 10.0.0.249 - - [2025-07-24 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003282 10.0.0.249 - - [2025-07-24 02:26:38] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003514 10.0.0.249 - - [2025-07-24 02:26:38] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003186 10.0.0.249 - - [2025-07-24 02:26:38] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006021 10.0.0.249 - - [2025-07-24 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.249 - - [2025-07-24 02:26:38] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004383 10.0.0.249 - - [2025-07-24 02:26:38] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003046 10.0.0.249 - - [2025-07-24 02:26:38] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006173 10.0.0.249 - - [2025-07-24 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002814 10.0.0.249 - - [2025-07-24 02:26:38] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003456 10.0.0.249 - - [2025-07-24 02:26:38] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003446 10.0.0.249 - - [2025-07-24 02:26:38] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.005889 10.0.0.249 - - [2025-07-24 02:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.249 - - [2025-07-24 02:26:38] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003551 10.0.0.249 - - [2025-07-24 02:26:38] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003745 10.0.0.249 - - [2025-07-24 02:26:39] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005950 10.0.0.249 - - [2025-07-24 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002949 10.0.0.249 - - [2025-07-24 02:26:39] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003922 10.0.0.249 - - [2025-07-24 02:26:39] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002928 10.0.0.249 - - [2025-07-24 02:26:39] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005876 10.0.0.249 - - [2025-07-24 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.249 - - [2025-07-24 02:26:39] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.008756 10.0.0.249 - - [2025-07-24 02:26:39] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004357 10.0.0.249 - - [2025-07-24 02:26:39] "GET /obj-perms HTTP/1.1" 200 5075 0.054871 10.0.0.249 - - [2025-07-24 02:26:39] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005804 10.0.0.249 - - [2025-07-24 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002780 10.0.0.249 - - [2025-07-24 02:26:39] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003699 10.0.0.249 - - [2025-07-24 02:26:39] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.004783 10.0.0.249 - - [2025-07-24 02:26:39] "GET /virtual-network/b6da3a4b-123b-4a33-9970-b33c7f9fb611?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006443 10.0.0.249 - - [2025-07-24 02:26:39] "GET /obj-perms HTTP/1.1" 200 5075 0.055164 10.0.0.249 - - [2025-07-24 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004721 10.0.0.249 - - [2025-07-24 02:26:39] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004339 10.0.0.249 - - [2025-07-24 02:26:39] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003863 10.0.0.249 - - [2025-07-24 02:26:39] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005842 10.0.0.249 - - [2025-07-24 02:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003467 10.0.0.249 - - [2025-07-24 02:26:39] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004580 10.0.0.249 - - [2025-07-24 02:26:40] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003422 10.0.0.249 - - [2025-07-24 02:26:40] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005346 10.0.0.249 - - [2025-07-24 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002741 10.0.0.249 - - [2025-07-24 02:26:40] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003937 10.0.0.249 - - [2025-07-24 02:26:40] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003107 10.0.0.249 - - [2025-07-24 02:26:40] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005778 10.0.0.249 - - [2025-07-24 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003143 10.0.0.249 - - [2025-07-24 02:26:40] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.005599 10.0.0.249 - - [2025-07-24 02:26:40] "GET /virtual-networks?parent_id=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003236 10.0.0.249 - - [2025-07-24 02:26:40] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.005701 10.0.0.249 - - [2025-07-24 02:26:40] "GET /virtual-machine/1b46744d-106c-4fca-b571-bc0ec3739982 HTTP/1.1" 200 1806 0.003523 10.0.0.249 - - [2025-07-24 02:26:40] "GET /domains HTTP/1.1" 200 281 0.002930 10.0.0.249 - - [2025-07-24 02:26:40] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001414 10.0.0.249 - - [2025-07-24 02:26:40] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2783 0.013825 10.0.0.249 - - [2025-07-24 02:26:40] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001104 10.0.0.249 - - [2025-07-24 02:26:40] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 4248 0.071751 10.0.0.249 - - [2025-07-24 02:26:40] "GET /service-instance/d93630c3-9c66-4477-a06e-65cc42c6c2f8 HTTP/1.1" 200 3793 0.003760 10.0.0.249 - - [2025-07-24 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.249 - - [2025-07-24 02:26:40] "GET /routing-instance/e1e34282-ac92-4f35-b4a6-c58ef77d8220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1892 0.002978 10.0.0.249 - - [2025-07-24 02:26:40] "GET /routing-instance/e1e34282-ac92-4f35-b4a6-c58ef77d8220?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2025 0.005727 10.0.0.249 - - [2025-07-24 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003058 10.0.0.249 - - [2025-07-24 02:26:40] "GET /routing-instance/ef052382-cefa-497b-b916-3ce238e8a0e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1897 0.004180 10.0.0.249 - - [2025-07-24 02:26:40] "GET /routing-instance/ef052382-cefa-497b-b916-3ce238e8a0e5?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2028 0.005888 10.0.0.249 - - [2025-07-24 02:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.249 - - [2025-07-24 02:26:41] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.006759 10.0.0.249 - - [2025-07-24 02:26:41] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?fields=routing_instances HTTP/1.1" 200 1686 0.007363 10.0.0.249 - - [2025-07-24 02:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003166 10.0.0.249 - - [2025-07-24 02:26:41] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2370 0.006323 10.0.0.249 - - [2025-07-24 02:26:41] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?fields=routing_instances HTTP/1.1" 200 1692 0.007728 10.0.0.249 - - [2025-07-24 02:26:45] "POST /ref-update HTTP/1.1" 200 156 0.038734 10.0.0.249 - - [2025-07-24 02:26:45] "POST /neutron/network HTTP/1.1" 200 835 0.012234 10.0.0.249 - - [2025-07-24 02:26:45] "DELETE /access-control-list/f5fcd7f3-78c1-478d-aa53-c032ae7019b0 HTTP/1.1" 200 115 0.044675 10.0.0.249 - - [2025-07-24 02:26:45] "GET /virtual-network/c8c4e8b1-06bd-4d8a-a473-b3465fa3e211?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005697 10.0.0.249 - - [2025-07-24 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.249 - - [2025-07-24 02:26:45] "DELETE /routing-instance/33f34d8c-e430-4213-9015-419467f30378 HTTP/1.1" 200 115 0.033537 10.0.0.249 - - [2025-07-24 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002635 10.0.0.249 - - [2025-07-24 02:26:45] "GET /network-policy/7641bb46-6f1e-4402-9241-12dd3b39c31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003726 10.0.0.249 - - [2025-07-24 02:26:45] "DELETE /route-target/65b8fc42-0bc3-4e3b-a8fe-8facc3d4de62 HTTP/1.1" 200 115 0.020258 10.0.0.249 - - [2025-07-24 02:26:45] "POST /ref-update HTTP/1.1" 200 156 0.037933 10.0.0.249 - - [2025-07-24 02:26:45] "DELETE /routing-instance/6378738e-3717-477d-944d-5d6e3c8391c8 HTTP/1.1" 200 115 0.033461 10.0.0.249 - - [2025-07-24 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.249 - - [2025-07-24 02:26:45] "POST /neutron/network HTTP/1.1" 200 832 0.007223 10.0.0.249 - - [2025-07-24 02:26:45] "GET /virtual-network/6f1f8aaa-29c1-4f54-be3a-a68d1eb1010f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006372 10.0.0.249 - - [2025-07-24 02:26:45] "DELETE /route-target/6dcdaeef-51bd-490c-823a-a41022e00785 HTTP/1.1" 200 115 0.017407 10.0.0.249 - - [2025-07-24 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.249 - - [2025-07-24 02:26:45] "GET /network-policy/7641bb46-6f1e-4402-9241-12dd3b39c31c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003784 10.0.0.249 - - [2025-07-24 02:26:45] "DELETE /network-policy/7641bb46-6f1e-4402-9241-12dd3b39c31c HTTP/1.1" 200 115 0.021587 10.0.0.249 - - [2025-07-24 02:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002501 10.0.0.249 - - [2025-07-24 02:26:45] "DELETE /service-instance/d93630c3-9c66-4477-a06e-65cc42c6c2f8 HTTP/1.1" 200 115 0.044422 10.0.0.249 - - [2025-07-24 02:26:45] "GET /domains HTTP/1.1" 200 281 0.002350 10.0.0.249 - - [2025-07-24 02:26:45] "POST /ref-update HTTP/1.1" 200 156 0.013732 10.0.0.249 - - [2025-07-24 02:26:45] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001965 10.0.0.249 - - [2025-07-24 02:26:45] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2783 0.012144 10.0.0.249 - - [2025-07-24 02:26:45] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001216 10.0.0.249 - - [2025-07-24 02:26:46] "DELETE /instance-ip/fad47fdb-41dd-40bb-84af-583a3c19eb2e HTTP/1.1" 200 115 0.034859 10.0.0.249 - - [2025-07-24 02:26:46] "POST /ref-update HTTP/1.1" 200 156 0.011024 10.0.0.249 - - [2025-07-24 02:26:46] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 3772 0.073102 10.0.0.249 - - [2025-07-24 02:26:46] "GET /virtual-machine/1b46744d-106c-4fca-b571-bc0ec3739982 HTTP/1.1" 200 1806 0.004662 10.0.0.249 - - [2025-07-24 02:26:46] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002243 10.0.0.249 - - [2025-07-24 02:26:46] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001847 10.0.0.249 - - [2025-07-24 02:26:46] "DELETE /instance-ip/054bb62a-6136-4e4b-bbce-40f5ffcf5c97 HTTP/1.1" 200 115 0.027876 10.0.0.249 - - [2025-07-24 02:26:46] "POST /ref-update HTTP/1.1" 200 156 0.011649 10.0.0.249 - - [2025-07-24 02:26:46] "DELETE /instance-ip/b979f391-58e8-406e-9bc2-a77e1e987ae0 HTTP/1.1" 200 115 0.032656 10.0.0.249 - - [2025-07-24 02:26:46] "POST /ref-update HTTP/1.1" 200 156 0.014906 10.0.0.249 - - [2025-07-24 02:26:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007073 10.0.0.249 - - [2025-07-24 02:26:46] "DELETE /service-template/ed9938e0-895e-42cf-8f05-d0bf397b592c HTTP/1.1" 200 115 0.042089 10.0.0.249 - - [2025-07-24 02:26:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.004553 10.0.0.249 - - [2025-07-24 02:26:46] "DELETE /access-control-list/d6d7fac2-882f-44c2-ac09-ea9cc3058334 HTTP/1.1" 200 115 0.054335 10.0.0.249 - - [2025-07-24 02:26:46] "DELETE /instance-ip/f285843a-1ef7-4d16-a470-e0f790b33d21 HTTP/1.1" 200 115 0.055241 10.0.0.249 - - [2025-07-24 02:26:46] "POST /ref-update HTTP/1.1" 200 156 0.012599 10.0.0.249 - - [2025-07-24 02:26:46] "DELETE /instance-ip/2ee77aad-78ef-45f2-8069-921940f8ffb5 HTTP/1.1" 200 115 0.024849 10.0.0.249 - - [2025-07-24 02:26:46] "POST /ref-update HTTP/1.1" 200 156 0.009726 10.0.0.249 - - [2025-07-24 02:26:46] "DELETE /instance-ip/d92c466b-9769-4764-bebd-3cf7d21168e2 HTTP/1.1" 200 115 0.027851 10.0.0.249 - - [2025-07-24 02:26:46] "POST /neutron/network HTTP/1.1" 200 835 0.010886 10.0.0.249 - - [2025-07-24 02:26:46] "POST /neutron/network HTTP/1.1" 400 204 0.012978 10.0.0.249 - - [2025-07-24 02:26:46] "POST /neutron/port HTTP/1.1" 200 1087 0.017321 10.0.0.249 - - [2025-07-24 02:26:46] "POST /neutron/port HTTP/1.1" 200 1113 0.008848 10.0.0.249 - - [2025-07-24 02:26:47] "POST /neutron/port HTTP/1.1" 200 1086 0.016138 10.0.0.249 - - [2025-07-24 02:26:47] "POST /neutron/port HTTP/1.1" 200 1112 0.015132 10.0.0.249 - - [2025-07-24 02:26:47] "POST /neutron/port HTTP/1.1" 200 151 0.187295 10.0.0.249 - - [2025-07-24 02:26:47] "POST /neutron/port HTTP/1.1" 200 3028 0.023677 10.0.0.249 - - [2025-07-24 02:26:47] "POST /neutron/port HTTP/1.1" 200 1114 0.011446 10.0.0.249 - - [2025-07-24 02:26:47] "POST /neutron/port HTTP/1.1" 200 151 0.179305 10.0.0.249 - - [2025-07-24 02:26:47] "POST /neutron/port HTTP/1.1" 200 151 0.110814 10.0.0.249 - - [2025-07-24 02:26:47] "POST /neutron/port HTTP/1.1" 200 1113 0.019069 10.0.0.249 - - [2025-07-24 02:26:47] "POST /neutron/port HTTP/1.1" 200 151 0.125601 10.0.0.249 - - [2025-07-24 02:26:47] "POST /neutron/port HTTP/1.1" 200 1112 0.009214 10.0.0.249 - - [2025-07-24 02:26:47] "POST /neutron/port HTTP/1.1" 200 151 0.122538 10.0.0.249 - - [2025-07-24 02:26:48] "POST /neutron/network HTTP/1.1" 200 835 0.006102 10.0.0.249 - - [2025-07-24 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.249 - - [2025-07-24 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003851 10.0.0.249 - - [2025-07-24 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001947 10.0.0.249 - - [2025-07-24 02:26:48] "POST /neutron/network HTTP/1.1" 200 151 0.095739 10.0.0.249 - - [2025-07-24 02:26:48] "DELETE /route-target/fe3c49f3-3105-4cee-bc9a-1c7e59a3481e HTTP/1.1" 200 115 0.020356 10.0.0.249 - - [2025-07-24 02:26:48] "GET /routing-instance/ef052382-cefa-497b-b916-3ce238e8a0e5 HTTP/1.1" 404 171 0.002804 10.0.0.249 - - [2025-07-24 02:26:48] "GET /domains HTTP/1.1" 200 281 0.002709 10.0.0.249 - - [2025-07-24 02:26:48] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001687 10.0.0.249 - - [2025-07-24 02:26:48] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2582 0.050967 10.0.0.249 - - [2025-07-24 02:26:48] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001485 10.0.0.249 - - [2025-07-24 02:26:48] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 2305 0.069710 10.0.0.249 - - [2025-07-24 02:26:48] "POST /neutron/network HTTP/1.1" 200 832 0.005341 10.0.0.249 - - [2025-07-24 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003511 10.0.0.249 - - [2025-07-24 02:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004218 10.0.0.249 - - [2025-07-24 02:26:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001997 10.0.0.249 - - [2025-07-24 02:26:48] "POST /neutron/network HTTP/1.1" 200 151 0.079929 10.0.0.249 - - [2025-07-24 02:26:48] "DELETE /route-target/6d5bb618-ce81-47bd-b3f7-1c8753ae6fec HTTP/1.1" 200 115 0.018916 10.0.0.249 - - [2025-07-24 02:26:48] "GET /routing-instance/e1e34282-ac92-4f35-b4a6-c58ef77d8220 HTTP/1.1" 404 171 0.003649 10.0.0.249 - - [2025-07-24 02:26:48] "GET /domains HTTP/1.1" 200 281 0.003683 10.0.0.249 - - [2025-07-24 02:26:48] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.249 - - [2025-07-24 02:26:49] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2582 0.049736 10.0.0.249 - - [2025-07-24 02:26:49] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001260 10.0.0.249 - - [2025-07-24 02:26:49] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 2086 0.072186 10.0.0.249 - - [2025-07-24 02:26:49] "POST /neutron/network HTTP/1.1" 200 834 0.006164 10.0.0.249 - - [2025-07-24 02:26:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002059 10.0.0.249 - - [2025-07-24 02:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006094 10.0.0.249 - - [2025-07-24 02:26:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002100 10.0.0.249 - - [2025-07-24 02:26:49] "POST /neutron/network HTTP/1.1" 200 151 0.085347 10.0.0.249 - - [2025-07-24 02:26:49] "GET /routing-instance/805fbd00-10f1-400c-a7b5-54d05fd96ffa HTTP/1.1" 404 171 0.005041 10.0.0.249 - - [2025-07-24 02:26:49] "DELETE /route-target/dcc097a9-6517-41ca-9dab-9e3d477c3cfd HTTP/1.1" 200 115 0.021866 10.0.0.249 - - [2025-07-24 02:26:49] "GET /domains HTTP/1.1" 200 281 0.002939 10.0.0.249 - - [2025-07-24 02:26:49] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001388 10.0.0.249 - - [2025-07-24 02:26:49] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2582 0.052102 10.0.0.249 - - [2025-07-24 02:26:49] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001701 10.0.0.249 - - [2025-07-24 02:26:49] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 1845 0.069193 10.0.0.249 - - [2025-07-24 02:26:49] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.249 - - [2025-07-24 02:26:49] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.056117 10.0.0.249 - - [2025-07-24 02:26:49] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001346 10.0.0.249 - - [2025-07-24 02:26:49] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?fields=virtual_networks HTTP/1.1" 200 1030 0.069591 10.0.0.249 - - [2025-07-24 02:26:49] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001065 10.0.0.249 - - [2025-07-24 02:26:49] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.028172 10.0.0.249 - - [2025-07-24 02:26:49] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001301 10.0.0.249 - - [2025-07-24 02:26:49] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?fields=security_groups HTTP/1.1" 200 1255 0.031203 10.0.0.249 - - [2025-07-24 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.024832 10.0.0.249 - - [2025-07-24 02:26:50] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002552 10.0.0.249 - - [2025-07-24 02:26:50] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.249 - - [2025-07-24 02:26:50] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007292 10.0.0.249 - - [2025-07-24 02:26:50] "POST /id-to-fqname HTTP/1.1" 200 191 0.001458 10.0.0.249 - - [2025-07-24 02:26:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.004061 10.0.0.249 - - [2025-07-24 02:26:51] "POST /security-groups HTTP/1.1" 200 592 0.063947 10.0.0.249 - - [2025-07-24 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 235 0.002945 10.0.0.249 - - [2025-07-24 02:26:51] "POST /projects HTTP/1.1" 200 587 0.228312 10.0.0.249 - - [2025-07-24 02:26:51] "POST /access-control-lists HTTP/1.1" 200 599 0.060750 10.0.0.249 - - [2025-07-24 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.304310 10.0.0.249 - - [2025-07-24 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.003024 10.0.0.249 - - [2025-07-24 02:26:51] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.430463 10.0.0.249 - - [2025-07-24 02:26:51] "POST /access-control-lists HTTP/1.1" 200 597 0.064368 10.0.0.249 - - [2025-07-24 02:26:52] "GET / HTTP/1.1" 200 36215 0.001992 10.0.0.249 - - [2025-07-24 02:26:53] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000495 10.0.0.249 - - [2025-07-24 02:26:53] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001109 10.0.0.249 - - [2025-07-24 02:26:53] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.069623 10.0.0.249 - - [2025-07-24 02:26:53] "POST /fqname-to-id HTTP/1.1" 404 180 0.002988 10.0.0.249 - - [2025-07-24 02:26:53] "POST /virtual-DNSs HTTP/1.1" 200 509 0.020570 10.0.0.249 - - [2025-07-24 02:26:53] "GET /virtual-DNS/2ba2ddcc-461d-49bf-9d41-ff0b744cdb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004597 10.0.0.249 - - [2025-07-24 02:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.249 - - [2025-07-24 02:26:53] "GET /virtual-DNS/2ba2ddcc-461d-49bf-9d41-ff0b744cdb0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.003574 10.0.0.249 - - [2025-07-24 02:26:54] "GET /domains HTTP/1.1" 401 293 0.000647 10.0.0.249 - - [2025-07-24 02:26:54] "GET /domains HTTP/1.1" 200 281 0.028904 10.0.0.249 - - [2025-07-24 02:26:54] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001273 10.0.0.249 - - [2025-07-24 02:26:54] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2971 0.009086 10.0.0.249 - - [2025-07-24 02:26:54] "GET /virtual-DNS/2ba2ddcc-461d-49bf-9d41-ff0b744cdb0b HTTP/1.1" 200 1439 0.003962 10.0.0.249 - - [2025-07-24 02:26:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.002359 10.0.0.249 - - [2025-07-24 02:26:54] "POST /network-ipams HTTP/1.1" 200 516 0.017809 10.0.0.249 - - [2025-07-24 02:26:54] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 972 0.002854 10.0.0.249 - - [2025-07-24 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003436 10.0.0.249 - - [2025-07-24 02:26:54] "GET /network-ipam/56a3d6b3-09f8-4ac5-9a33-ad52e3ce7680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.006577 10.0.0.249 - - [2025-07-24 02:26:54] "PUT /network-ipam/56a3d6b3-09f8-4ac5-9a33-ad52e3ce7680 HTTP/1.1" 200 259 0.011916 10.0.0.249 - - [2025-07-24 02:26:54] "POST /ref-update HTTP/1.1" 200 156 0.010508 10.0.0.249 - - [2025-07-24 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003038 10.0.0.249 - - [2025-07-24 02:26:54] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.249 - - [2025-07-24 02:26:54] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.028024 10.0.0.249 - - [2025-07-24 02:26:54] "POST /neutron/network HTTP/1.1" 200 117 0.037225 10.0.0.249 - - [2025-07-24 02:26:54] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.249 - - [2025-07-24 02:26:55] "POST /neutron/network HTTP/1.1" 200 618 0.080394 10.0.0.249 - - [2025-07-24 02:26:55] "POST /route-targets HTTP/1.1" 200 328 0.011923 10.0.0.249 - - [2025-07-24 02:26:55] "POST /ref-update HTTP/1.1" 200 156 0.012905 10.0.0.249 - - [2025-07-24 02:26:55] "POST /useragent-kv HTTP/1.1" 200 115 0.005038 10.0.0.249 - - [2025-07-24 02:26:55] "POST /neutron/subnet HTTP/1.1" 200 711 0.140479 10.0.0.249 - - [2025-07-24 02:26:55] "POST /neutron/network HTTP/1.1" 200 833 0.005901 10.0.0.249 - - [2025-07-24 02:26:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001362 10.0.0.249 - - [2025-07-24 02:26:55] "GET /virtual-network/1bb2ab6f-c61f-4420-9535-0c7c7f80e332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005340 10.0.0.249 - - [2025-07-24 02:26:55] "POST /neutron/network HTTP/1.1" 200 833 0.012471 10.0.0.249 - - [2025-07-24 02:26:55] "GET /virtual-network/1bb2ab6f-c61f-4420-9535-0c7c7f80e332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006973 10.0.0.249 - - [2025-07-24 02:26:55] "POST /neutron/network HTTP/1.1" 200 833 0.006103 10.0.0.249 - - [2025-07-24 02:26:55] "POST /neutron/subnet HTTP/1.1" 200 711 0.006899 10.0.0.249 - - [2025-07-24 02:26:55] "POST /neutron/network HTTP/1.1" 200 807 0.017257 10.0.0.249 - - [2025-07-24 02:26:55] "POST /neutron/network HTTP/1.1" 200 833 0.005170 10.0.0.249 - - [2025-07-24 02:26:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.001173 10.0.0.249 - - [2025-07-24 02:26:55] "POST /neutron/network HTTP/1.1" 200 843 0.005565 10.0.0.249 - - [2025-07-24 02:26:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000489 10.0.0.249 - - [2025-07-24 02:26:55] "GET / HTTP/1.1" 200 36215 0.001846 10.0.0.249 - - [2025-07-24 02:26:55] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000411 10.0.0.249 - - [2025-07-24 02:26:56] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001168 10.0.0.249 - - [2025-07-24 02:26:56] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.055269 10.0.0.249 - - [2025-07-24 02:26:56] "POST /neutron/network HTTP/1.1" 200 833 0.032145 10.0.0.249 - - [2025-07-24 02:26:56] "POST /neutron/port HTTP/1.1" 200 117 0.006875 10.0.0.249 - - [2025-07-24 02:26:56] "POST /neutron/port HTTP/1.1" 200 117 0.007956 10.0.0.249 - - [2025-07-24 02:26:56] "POST /neutron/port HTTP/1.1" 200 117 0.005800 10.0.0.249 - - [2025-07-24 02:26:56] "POST /neutron/network HTTP/1.1" 200 843 0.008241 10.0.0.249 - - [2025-07-24 02:26:57] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001109 10.0.0.249 - - [2025-07-24 02:26:57] "POST /neutron/port HTTP/1.1" 200 1058 0.214704 10.0.0.249 - - [2025-07-24 02:26:57] "POST /neutron/port HTTP/1.1" 200 1058 0.039638 10.0.0.249 - - [2025-07-24 02:26:57] "POST /neutron/port HTTP/1.1" 200 1058 0.010024 10.0.0.249 - - [2025-07-24 02:26:57] "POST /neutron/port HTTP/1.1" 200 1112 0.051391 10.0.0.249 - - [2025-07-24 02:26:57] "POST /neutron/port HTTP/1.1" 200 1086 0.011228 10.0.0.249 - - [2025-07-24 02:26:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003115 10.0.0.249 - - [2025-07-24 02:26:57] "POST /neutron/subnet HTTP/1.1" 200 685 0.007155 10.0.0.249 - - [2025-07-24 02:26:57] "POST /neutron/port HTTP/1.1" 200 117 0.001359 10.0.0.249 - - [2025-07-24 02:26:57] "POST /neutron/network HTTP/1.1" 200 833 0.005539 10.0.0.249 - - [2025-07-24 02:27:01] "POST /neutron/port HTTP/1.1" 200 1086 0.012075 10.0.0.249 - - [2025-07-24 02:27:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007880 10.0.0.249 - - [2025-07-24 02:27:01] "POST /neutron/port HTTP/1.1" 200 1086 0.016032 10.0.0.249 - - [2025-07-24 02:27:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006911 10.0.0.249 - - [2025-07-24 02:27:01] "POST /neutron/port HTTP/1.1" 200 1086 0.012029 10.0.0.249 - - [2025-07-24 02:27:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006575 10.0.0.249 - - [2025-07-24 02:27:01] "GET /virtual-machine/faebfb44-1535-4d77-9367-eb3c27002d7b HTTP/1.1" 200 1296 0.005739 10.0.0.249 - - [2025-07-24 02:27:01] "GET /virtual-machine-interface/bb78bdc9-9587-4375-bb48-6f5dea1a46ab HTTP/1.1" 200 2971 0.006121 10.0.0.249 - - [2025-07-24 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.249 - - [2025-07-24 02:27:01] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003796 10.0.0.249 - - [2025-07-24 02:27:01] "GET /virtual-networks?parent_id=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002831 10.0.0.249 - - [2025-07-24 02:27:02] "GET /virtual-network/1bb2ab6f-c61f-4420-9535-0c7c7f80e332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006395 10.0.0.249 - - [2025-07-24 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002900 10.0.0.249 - - [2025-07-24 02:27:05] "GET /virtual-network/1bb2ab6f-c61f-4420-9535-0c7c7f80e332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005422 10.0.0.249 - - [2025-07-24 02:27:06] "POST /neutron/port HTTP/1.1" 200 1086 0.040869 10.0.0.249 - - [2025-07-24 02:27:06] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009986 10.0.0.249 - - [2025-07-24 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.249 - - [2025-07-24 02:27:09] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004531 10.0.0.249 - - [2025-07-24 02:27:09] "GET /virtual-networks?parent_id=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003115 10.0.0.249 - - [2025-07-24 02:27:09] "GET /virtual-network/1bb2ab6f-c61f-4420-9535-0c7c7f80e332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004962 10.0.0.249 - - [2025-07-24 02:27:13] "POST /neutron/network HTTP/1.1" 200 807 0.011505 10.0.0.249 - - [2025-07-24 02:27:13] "POST /neutron/network HTTP/1.1" 200 833 0.006308 10.0.0.249 - - [2025-07-24 02:27:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001297 10.0.0.249 - - [2025-07-24 02:27:13] "POST /neutron/port HTTP/1.1" 200 1086 0.011531 10.0.0.249 - - [2025-07-24 02:27:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006820 10.0.0.249 - - [2025-07-24 02:27:14] "POST /neutron/network HTTP/1.1" 200 843 0.005811 10.0.0.249 - - [2025-07-24 02:27:14] "GET /aaa-mode HTTP/1.1" 401 293 0.000454 10.0.0.249 - - [2025-07-24 02:27:14] "GET / HTTP/1.1" 200 36215 0.004084 10.0.0.249 - - [2025-07-24 02:27:14] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.001194 10.0.0.249 - - [2025-07-24 02:27:14] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001334 10.0.0.249 - - [2025-07-24 02:27:14] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.057308 10.0.0.249 - - [2025-07-24 02:27:14] "POST /neutron/network HTTP/1.1" 200 833 0.005750 10.0.0.249 - - [2025-07-24 02:27:14] "POST /neutron/port HTTP/1.1" 200 1086 0.013512 10.0.0.249 - - [2025-07-24 02:27:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005873 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/port HTTP/1.1" 200 117 0.005059 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/port HTTP/1.1" 200 117 0.005977 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/network HTTP/1.1" 200 843 0.005363 10.0.0.249 - - [2025-07-24 02:27:15] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001217 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/port HTTP/1.1" 200 1058 0.183705 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009207 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/port HTTP/1.1" 200 1058 0.009021 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/port HTTP/1.1" 200 1112 0.059386 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/port HTTP/1.1" 200 1086 0.012294 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003855 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/subnet HTTP/1.1" 200 685 0.009472 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/port HTTP/1.1" 200 117 0.001243 10.0.0.249 - - [2025-07-24 02:27:15] "POST /neutron/network HTTP/1.1" 200 833 0.006250 10.0.0.249 - - [2025-07-24 02:27:20] "POST /neutron/port HTTP/1.1" 200 1086 0.012280 10.0.0.249 - - [2025-07-24 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006799 10.0.0.249 - - [2025-07-24 02:27:20] "POST /neutron/port HTTP/1.1" 200 1086 0.012755 10.0.0.249 - - [2025-07-24 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006827 10.0.0.249 - - [2025-07-24 02:27:20] "POST /neutron/port HTTP/1.1" 200 1086 0.012158 10.0.0.249 - - [2025-07-24 02:27:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007563 10.0.0.249 - - [2025-07-24 02:27:20] "GET /virtual-machine/ec23fde1-e43e-4309-bbe3-b8bf3c50476a HTTP/1.1" 200 1296 0.005806 10.0.0.249 - - [2025-07-24 02:27:20] "GET /virtual-machine-interface/36fad069-7f3e-49b5-90b0-98d610ed1059 HTTP/1.1" 200 2970 0.005221 10.0.0.249 - - [2025-07-24 02:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.249 - - [2025-07-24 02:27:20] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003577 10.0.0.249 - - [2025-07-24 02:27:20] "GET /virtual-networks?parent_id=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003480 10.0.0.249 - - [2025-07-24 02:27:20] "GET /virtual-network/1bb2ab6f-c61f-4420-9535-0c7c7f80e332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007358 10.0.0.249 - - [2025-07-24 02:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.249 - - [2025-07-24 02:27:23] "GET /virtual-network/1bb2ab6f-c61f-4420-9535-0c7c7f80e332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005211 10.0.0.249 - - [2025-07-24 02:27:24] "POST /neutron/port HTTP/1.1" 200 1086 0.013136 10.0.0.249 - - [2025-07-24 02:27:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006081 10.0.0.249 - - [2025-07-24 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.249 - - [2025-07-24 02:27:25] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003061 10.0.0.249 - - [2025-07-24 02:27:25] "GET /virtual-networks?parent_id=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004200 10.0.0.249 - - [2025-07-24 02:27:25] "GET /virtual-network/1bb2ab6f-c61f-4420-9535-0c7c7f80e332?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006883 10.0.0.249 - - [2025-07-24 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002756 10.0.0.249 - - [2025-07-24 02:27:32] "DELETE /virtual-DNS/2ba2ddcc-461d-49bf-9d41-ff0b744cdb0b HTTP/1.1" 409 236 0.005487 10.0.0.249 - - [2025-07-24 02:27:32] "POST /fqname-to-id HTTP/1.1" 404 192 0.002773 10.0.0.249 - - [2025-07-24 02:27:32] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.017628 10.0.0.249 - - [2025-07-24 02:27:32] "GET /virtual-DNS-record/45464658-130c-4b21-825e-727d9023b5a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004951 10.0.0.249 - - [2025-07-24 02:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.249 - - [2025-07-24 02:27:32] "GET /virtual-DNS-record/45464658-130c-4b21-825e-727d9023b5a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.003134 10.0.0.249 - - [2025-07-24 02:27:33] "GET /domains HTTP/1.1" 200 281 0.002819 10.0.0.249 - - [2025-07-24 02:27:33] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.249 - - [2025-07-24 02:27:33] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2971 0.014308 10.0.0.249 - - [2025-07-24 02:27:33] "GET /virtual-DNS/2ba2ddcc-461d-49bf-9d41-ff0b744cdb0b HTTP/1.1" 200 1910 0.015189 10.0.0.249 - - [2025-07-24 02:27:33] "DELETE /project/85bca94a00dc4327a9727a10a88de572 HTTP/1.1" 404 173 0.010065 10.0.0.249 - - [2025-07-24 02:27:33] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001433 10.0.0.249 - - [2025-07-24 02:27:33] "GET /virtual-DNS-record/45464658-130c-4b21-825e-727d9023b5a8 HTTP/1.1" 200 1336 0.005826 10.0.0.249 - - [2025-07-24 02:27:33] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.033836 10.0.0.249 - - [2025-07-24 02:27:33] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001801 10.0.0.249 - - [2025-07-24 02:27:33] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?fields=security_groups HTTP/1.1" 200 1357 0.037713 10.0.0.249 - - [2025-07-24 02:27:33] "DELETE /security-group/07c9bc27-f6c4-4ad3-8e4e-8757773c1bec HTTP/1.1" 200 115 0.043208 10.0.0.249 - - [2025-07-24 02:27:33] "GET /projects?obj_uuids=6ab3c45e-6826-4c5c-b8d2-83f519a21487&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.249 - - [2025-07-24 02:27:33] "DELETE /access-control-list/c6a25785-55e1-4acb-bb1c-d26660f20235 HTTP/1.1" 200 115 0.038005 10.0.0.249 - - [2025-07-24 02:27:33] "GET /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487?fields=application_policy_sets HTTP/1.1" 200 1396 0.036284 10.0.0.249 - - [2025-07-24 02:27:33] "DELETE /access-control-list/429e3b5e-4e29-4f54-acbc-400fbd8be047 HTTP/1.1" 200 115 0.037916 10.0.0.249 - - [2025-07-24 02:27:33] "DELETE /project/6ab3c45e-6826-4c5c-b8d2-83f519a21487 HTTP/1.1" 200 115 0.379671 10.0.0.249 - - [2025-07-24 02:27:38] "DELETE /virtual-DNS-record/45464658-130c-4b21-825e-727d9023b5a8 HTTP/1.1" 200 115 0.019360 10.0.0.249 - - [2025-07-24 02:27:38] "POST /fqname-to-id HTTP/1.1" 404 184 0.002296 10.0.0.249 - - [2025-07-24 02:27:38] "POST /neutron/network HTTP/1.1" 200 833 0.008112 10.0.0.249 - - [2025-07-24 02:27:38] "POST /neutron/network HTTP/1.1" 400 204 0.010961 10.0.0.249 - - [2025-07-24 02:27:39] "POST /neutron/port HTTP/1.1" 200 1086 0.015463 10.0.0.249 - - [2025-07-24 02:27:39] "POST /neutron/port HTTP/1.1" 200 1112 0.015397 10.0.0.249 - - [2025-07-24 02:27:39] "POST /neutron/port HTTP/1.1" 200 1086 0.026423 10.0.0.249 - - [2025-07-24 02:27:39] "POST /neutron/port HTTP/1.1" 200 1112 0.019033 10.0.0.249 - - [2025-07-24 02:27:39] "POST /neutron/port HTTP/1.1" 200 151 0.181519 10.0.0.249 - - [2025-07-24 02:27:39] "POST /neutron/port HTTP/1.1" 200 151 0.132303 10.0.0.249 - - [2025-07-24 02:27:40] "GET /obj-perms HTTP/1.1" 200 5075 0.060841 10.0.0.249 - - [2025-07-24 02:27:40] "GET /obj-perms HTTP/1.1" 200 5075 0.046117 10.0.0.249 - - [2025-07-24 02:27:40] "POST /neutron/network HTTP/1.1" 200 833 0.005877 10.0.0.249 - - [2025-07-24 02:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.249 - - [2025-07-24 02:27:40] "DELETE /route-target/63782432-fe08-4097-936b-f26c435ba060 HTTP/1.1" 200 115 0.059921 10.0.0.249 - - [2025-07-24 02:27:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002940 10.0.0.249 - - [2025-07-24 02:27:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002079 10.0.0.249 - - [2025-07-24 02:27:41] "POST /neutron/network HTTP/1.1" 200 151 0.167212 10.0.0.249 - - [2025-07-24 02:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.249 - - [2025-07-24 02:27:41] "DELETE /network-ipam/56a3d6b3-09f8-4ac5-9a33-ad52e3ce7680 HTTP/1.1" 200 115 0.021619 10.0.0.249 - - [2025-07-24 02:27:41] "DELETE /virtual-DNS/2ba2ddcc-461d-49bf-9d41-ff0b744cdb0b HTTP/1.1" 200 115 0.032246 10.0.0.249 - - [2025-07-24 02:27:41] "POST /fqname-to-id HTTP/1.1" 404 180 0.002753 10.0.0.249 - - [2025-07-24 02:27:41] "GET /domains HTTP/1.1" 200 281 0.003213 10.0.0.249 - - [2025-07-24 02:27:41] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001117 10.0.0.249 - - [2025-07-24 02:27:41] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2585 0.011541 10.0.0.249 - - [2025-07-24 02:27:41] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.249 - - [2025-07-24 02:27:41] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.030933 10.0.0.249 - - [2025-07-24 02:27:41] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001528 10.0.0.249 - - [2025-07-24 02:27:41] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?fields=virtual_networks HTTP/1.1" 200 1046 0.070956 10.0.0.249 - - [2025-07-24 02:27:41] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001375 10.0.0.249 - - [2025-07-24 02:27:41] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.028660 10.0.0.249 - - [2025-07-24 02:27:41] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.249 - - [2025-07-24 02:27:41] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?fields=security_groups HTTP/1.1" 200 1274 0.024780 10.0.0.249 - - [2025-07-24 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.028042 10.0.0.249 - - [2025-07-24 02:27:42] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002705 10.0.0.249 - - [2025-07-24 02:27:42] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001206 10.0.0.249 - - [2025-07-24 02:27:42] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007793 10.0.0.249 - - [2025-07-24 02:27:42] "POST /id-to-fqname HTTP/1.1" 200 191 0.001171 10.0.0.249 - - [2025-07-24 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.004486 10.0.0.249 - - [2025-07-24 02:27:42] "POST /security-groups HTTP/1.1" 200 592 0.066690 10.0.0.249 - - [2025-07-24 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 235 0.002455 10.0.0.249 - - [2025-07-24 02:27:42] "POST /projects HTTP/1.1" 200 587 0.217028 10.0.0.249 - - [2025-07-24 02:27:42] "POST /access-control-lists HTTP/1.1" 200 599 0.063382 10.0.0.249 - - [2025-07-24 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.293116 10.0.0.249 - - [2025-07-24 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.002819 10.0.0.249 - - [2025-07-24 02:27:42] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.422400 10.0.0.249 - - [2025-07-24 02:27:43] "POST /access-control-lists HTTP/1.1" 200 597 0.060220 10.0.0.249 - - [2025-07-24 02:27:44] "GET / HTTP/1.1" 200 36215 0.003046 10.0.0.249 - - [2025-07-24 02:27:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000679 10.0.0.249 - - [2025-07-24 02:27:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.060194 10.0.0.249 - - [2025-07-24 02:27:45] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001002 10.0.0.249 - - [2025-07-24 02:27:45] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.023364 10.0.0.249 - - [2025-07-24 02:27:45] "POST /neutron/network HTTP/1.1" 200 117 0.029275 10.0.0.249 - - [2025-07-24 02:27:45] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001538 10.0.0.249 - - [2025-07-24 02:27:45] "POST /neutron/network HTTP/1.1" 200 606 0.070926 10.0.0.249 - - [2025-07-24 02:27:45] "POST /route-targets HTTP/1.1" 200 328 0.010860 10.0.0.249 - - [2025-07-24 02:27:45] "POST /ref-update HTTP/1.1" 200 156 0.015666 10.0.0.249 - - [2025-07-24 02:27:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004105 10.0.0.249 - - [2025-07-24 02:27:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.214302 10.0.0.249 - - [2025-07-24 02:27:45] "POST /neutron/network HTTP/1.1" 200 824 0.008145 10.0.0.249 - - [2025-07-24 02:27:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001354 10.0.0.249 - - [2025-07-24 02:27:45] "GET /virtual-network/5ec3ecfe-00b4-44ed-96b1-2ab72679573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005979 10.0.0.249 - - [2025-07-24 02:27:45] "POST /neutron/network HTTP/1.1" 200 824 0.007166 10.0.0.249 - - [2025-07-24 02:27:45] "GET /virtual-network/5ec3ecfe-00b4-44ed-96b1-2ab72679573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005925 10.0.0.249 - - [2025-07-24 02:27:45] "POST /neutron/network HTTP/1.1" 200 824 0.006556 10.0.0.249 - - [2025-07-24 02:27:45] "POST /neutron/subnet HTTP/1.1" 200 720 0.006718 10.0.0.249 - - [2025-07-24 02:27:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.003859 10.0.0.249 - - [2025-07-24 02:27:45] "POST /neutron/network HTTP/1.1" 200 834 0.008906 10.0.0.249 - - [2025-07-24 02:27:45] "GET /aaa-mode HTTP/1.1" 401 293 0.000406 10.0.0.249 - - [2025-07-24 02:27:46] "GET / HTTP/1.1" 200 36215 0.002009 10.0.0.249 - - [2025-07-24 02:27:46] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000478 10.0.0.249 - - [2025-07-24 02:27:46] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001548 10.0.0.249 - - [2025-07-24 02:27:46] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.051435 10.0.0.249 - - [2025-07-24 02:27:46] "POST /neutron/network HTTP/1.1" 200 824 0.006166 10.0.0.249 - - [2025-07-24 02:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.004527 10.0.0.249 - - [2025-07-24 02:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.005584 10.0.0.249 - - [2025-07-24 02:27:46] "POST /id-to-fqname HTTP/1.1" 200 221 0.001399 10.0.0.249 - - [2025-07-24 02:27:46] "POST /neutron/port HTTP/1.1" 200 117 0.005133 10.0.0.249 - - [2025-07-24 02:27:46] "POST /neutron/network HTTP/1.1" 200 834 0.006158 10.0.0.249 - - [2025-07-24 02:27:46] "GET /aaa-mode HTTP/1.1" 401 293 0.000554 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/network HTTP/1.1" 200 834 0.006571 10.0.0.249 - - [2025-07-24 02:27:47] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001627 10.0.0.249 - - [2025-07-24 02:27:47] "GET / HTTP/1.1" 200 36215 0.002023 10.0.0.249 - - [2025-07-24 02:27:47] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000478 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/port HTTP/1.1" 200 1060 0.207869 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/port HTTP/1.1" 200 1060 0.011231 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/port HTTP/1.1" 200 1060 0.008870 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/port HTTP/1.1" 200 1114 0.061534 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/port HTTP/1.1" 200 1088 0.011277 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003265 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/subnet HTTP/1.1" 200 694 0.007813 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.001357 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/network HTTP/1.1" 200 824 0.006616 10.0.0.249 - - [2025-07-24 02:27:47] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001150 10.0.0.249 - - [2025-07-24 02:27:47] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.062167 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/network HTTP/1.1" 200 824 0.005387 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/port HTTP/1.1" 200 1088 0.017589 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014522 10.0.0.249 - - [2025-07-24 02:27:47] "POST /neutron/port HTTP/1.1" 200 117 0.004881 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/port HTTP/1.1" 200 1088 0.012857 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008865 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/network HTTP/1.1" 200 834 0.008234 10.0.0.249 - - [2025-07-24 02:27:48] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001251 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/port HTTP/1.1" 200 1060 0.278435 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/port HTTP/1.1" 200 1060 0.010731 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/port HTTP/1.1" 200 1060 0.010521 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/port HTTP/1.1" 200 1114 0.082446 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/port HTTP/1.1" 200 1088 0.013268 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003578 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/subnet HTTP/1.1" 200 694 0.010854 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.249 - - [2025-07-24 02:27:48] "POST /neutron/network HTTP/1.1" 200 824 0.006159 10.0.0.249 - - [2025-07-24 02:27:53] "POST /neutron/port HTTP/1.1" 200 1088 0.012367 10.0.0.249 - - [2025-07-24 02:27:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006654 10.0.0.249 - - [2025-07-24 02:27:53] "POST /neutron/port HTTP/1.1" 200 1088 0.012735 10.0.0.249 - - [2025-07-24 02:27:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008080 10.0.0.249 - - [2025-07-24 02:27:53] "POST /neutron/port HTTP/1.1" 200 1088 0.013782 10.0.0.249 - - [2025-07-24 02:27:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006104 10.0.0.249 - - [2025-07-24 02:27:53] "GET /virtual-machine/65700dbc-05dc-4349-8832-4f4ff20e28ed HTTP/1.1" 401 293 0.000421 10.0.0.249 - - [2025-07-24 02:27:53] "GET /virtual-machine/65700dbc-05dc-4349-8832-4f4ff20e28ed HTTP/1.1" 200 1294 0.027696 10.0.0.249 - - [2025-07-24 02:27:53] "GET /virtual-machine-interface/dee5a1c9-f626-4cfa-9ed9-53faae3fddb3 HTTP/1.1" 200 2953 0.004968 10.0.0.249 - - [2025-07-24 02:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002782 10.0.0.249 - - [2025-07-24 02:27:53] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003024 10.0.0.249 - - [2025-07-24 02:27:53] "GET /virtual-networks?parent_id=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002867 10.0.0.249 - - [2025-07-24 02:27:53] "GET /virtual-network/5ec3ecfe-00b4-44ed-96b1-2ab72679573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005136 10.0.0.249 - - [2025-07-24 02:27:56] "POST /neutron/port HTTP/1.1" 200 1088 0.013481 10.0.0.249 - - [2025-07-24 02:27:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009207 10.0.0.249 - - [2025-07-24 02:27:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.007103 10.0.0.249 - - [2025-07-24 02:27:56] "GET /virtual-network/5ec3ecfe-00b4-44ed-96b1-2ab72679573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005430 10.0.0.249 - - [2025-07-24 02:27:57] "POST /neutron/port HTTP/1.1" 200 1088 0.017671 10.0.0.249 - - [2025-07-24 02:27:57] "POST /neutron/port HTTP/1.1" 200 1088 0.013603 10.0.0.249 - - [2025-07-24 02:27:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006863 10.0.0.249 - - [2025-07-24 02:27:57] "POST /neutron/port HTTP/1.1" 200 1088 0.015656 10.0.0.249 - - [2025-07-24 02:27:57] "POST /neutron/network HTTP/1.1" 200 834 0.006272 10.0.0.249 - - [2025-07-24 02:27:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003803 10.0.0.249 - - [2025-07-24 02:27:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.009679 10.0.0.249 - - [2025-07-24 02:27:58] "POST /neutron/port HTTP/1.1" 200 117 0.001645 10.0.0.249 - - [2025-07-24 02:27:58] "POST /neutron/network HTTP/1.1" 200 824 0.006727 10.0.0.249 - - [2025-07-24 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003074 10.0.0.249 - - [2025-07-24 02:27:59] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003099 10.0.0.249 - - [2025-07-24 02:27:59] "GET /virtual-networks?parent_id=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003191 10.0.0.249 - - [2025-07-24 02:27:59] "GET /virtual-network/5ec3ecfe-00b4-44ed-96b1-2ab72679573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006146 10.0.0.249 - - [2025-07-24 02:27:59] "POST /neutron/port HTTP/1.1" 200 1088 0.012242 10.0.0.249 - - [2025-07-24 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006681 10.0.0.249 - - [2025-07-24 02:27:59] "POST /neutron/port HTTP/1.1" 200 1088 0.011455 10.0.0.249 - - [2025-07-24 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007042 10.0.0.249 - - [2025-07-24 02:27:59] "POST /neutron/port HTTP/1.1" 200 1088 0.011617 10.0.0.249 - - [2025-07-24 02:27:59] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005399 10.0.0.249 - - [2025-07-24 02:27:59] "GET /virtual-machine/4e741878-5204-4b70-b752-d1aadc84dc2f HTTP/1.1" 200 1295 0.004911 10.0.0.249 - - [2025-07-24 02:27:59] "GET /virtual-machine-interface/0259af6e-e69a-4b48-b6bb-299a07dd13ef HTTP/1.1" 200 2951 0.004875 10.0.0.249 - - [2025-07-24 02:27:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003274 10.0.0.249 - - [2025-07-24 02:27:59] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002852 10.0.0.249 - - [2025-07-24 02:27:59] "GET /virtual-networks?parent_id=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003025 10.0.0.249 - - [2025-07-24 02:27:59] "GET /virtual-network/5ec3ecfe-00b4-44ed-96b1-2ab72679573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005249 10.0.0.249 - - [2025-07-24 02:28:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003497 10.0.0.249 - - [2025-07-24 02:28:00] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004218 10.0.0.249 - - [2025-07-24 02:28:00] "GET /virtual-networks?parent_id=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003464 10.0.0.249 - - [2025-07-24 02:28:00] "GET /virtual-network/5ec3ecfe-00b4-44ed-96b1-2ab72679573f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005614 10.0.0.249 - - [2025-07-24 02:28:05] "POST /neutron/network HTTP/1.1" 200 824 0.007904 10.0.0.249 - - [2025-07-24 02:28:06] "POST /neutron/network HTTP/1.1" 400 204 0.012567 10.0.0.249 - - [2025-07-24 02:28:06] "POST /neutron/port HTTP/1.1" 200 1088 0.012492 10.0.0.249 - - [2025-07-24 02:28:06] "POST /neutron/port HTTP/1.1" 200 1114 0.011373 10.0.0.249 - - [2025-07-24 02:28:06] "POST /neutron/port HTTP/1.1" 200 1088 0.015702 10.0.0.249 - - [2025-07-24 02:28:06] "POST /neutron/port HTTP/1.1" 200 1114 0.010930 10.0.0.249 - - [2025-07-24 02:28:06] "POST /neutron/port HTTP/1.1" 200 151 0.142663 10.0.0.249 - - [2025-07-24 02:28:06] "POST /neutron/port HTTP/1.1" 200 151 0.135044 10.0.0.249 - - [2025-07-24 02:28:08] "POST /neutron/network HTTP/1.1" 200 824 0.005634 10.0.0.249 - - [2025-07-24 02:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005456 10.0.0.249 - - [2025-07-24 02:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.001987 10.0.0.249 - - [2025-07-24 02:28:08] "POST /useragent-kv HTTP/1.1" 200 115 0.002954 10.0.0.249 - - [2025-07-24 02:28:08] "POST /neutron/network HTTP/1.1" 200 151 0.089561 10.0.0.249 - - [2025-07-24 02:28:08] "DELETE /route-target/2a45f3f6-69a6-47b0-8695-357620819a77 HTTP/1.1" 200 115 0.019399 10.0.0.249 - - [2025-07-24 02:28:08] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001083 10.0.0.249 - - [2025-07-24 02:28:08] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.030694 10.0.0.249 - - [2025-07-24 02:28:08] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001100 10.0.0.249 - - [2025-07-24 02:28:08] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?fields=virtual_networks HTTP/1.1" 200 1047 0.066450 10.0.0.249 - - [2025-07-24 02:28:08] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002457 10.0.0.249 - - [2025-07-24 02:28:08] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.028807 10.0.0.249 - - [2025-07-24 02:28:08] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001404 10.0.0.249 - - [2025-07-24 02:28:08] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?fields=security_groups HTTP/1.1" 200 1275 0.026866 10.0.0.249 - - [2025-07-24 02:28:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.025067 10.0.0.249 - - [2025-07-24 02:28:09] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002840 10.0.0.249 - - [2025-07-24 02:28:09] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001483 10.0.0.249 - - [2025-07-24 02:28:09] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008798 10.0.0.249 - - [2025-07-24 02:28:09] "POST /id-to-fqname HTTP/1.1" 200 190 0.001539 10.0.0.249 - - [2025-07-24 02:28:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.002606 10.0.0.249 - - [2025-07-24 02:28:09] "POST /security-groups HTTP/1.1" 200 591 0.063075 10.0.0.249 - - [2025-07-24 02:28:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.003244 10.0.0.249 - - [2025-07-24 02:28:09] "POST /projects HTTP/1.1" 200 585 0.227491 10.0.0.249 - - [2025-07-24 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.297335 10.0.0.249 - - [2025-07-24 02:28:09] "POST /access-control-lists HTTP/1.1" 200 598 0.062047 10.0.0.249 - - [2025-07-24 02:28:09] "POST /fqname-to-id HTTP/1.1" 404 233 0.005024 10.0.0.249 - - [2025-07-24 02:28:09] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.431999 10.0.0.249 - - [2025-07-24 02:28:10] "POST /access-control-lists HTTP/1.1" 200 596 0.067749 10.0.0.249 - - [2025-07-24 02:28:10] "GET / HTTP/1.1" 200 36215 0.001889 10.0.0.249 - - [2025-07-24 02:28:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000571 10.0.0.249 - - [2025-07-24 02:28:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.063819 10.0.0.249 - - [2025-07-24 02:28:12] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001666 10.0.0.249 - - [2025-07-24 02:28:12] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.044157 10.0.0.249 - - [2025-07-24 02:28:12] "POST /neutron/network HTTP/1.1" 200 117 0.030715 10.0.0.249 - - [2025-07-24 02:28:12] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001865 10.0.0.249 - - [2025-07-24 02:28:12] "POST /neutron/network HTTP/1.1" 200 625 0.082815 10.0.0.249 - - [2025-07-24 02:28:12] "POST /route-targets HTTP/1.1" 200 328 0.013384 10.0.0.249 - - [2025-07-24 02:28:12] "POST /ref-update HTTP/1.1" 200 156 0.015647 10.0.0.249 - - [2025-07-24 02:28:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003520 10.0.0.249 - - [2025-07-24 02:28:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.175530 10.0.0.249 - - [2025-07-24 02:28:12] "POST /neutron/network HTTP/1.1" 200 839 0.006729 10.0.0.249 - - [2025-07-24 02:28:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.001216 10.0.0.249 - - [2025-07-24 02:28:12] "GET /virtual-network/3665f7d0-e3ea-47e4-b19a-c9e9af151f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.004910 10.0.0.249 - - [2025-07-24 02:28:12] "POST /neutron/network HTTP/1.1" 200 839 0.008578 10.0.0.249 - - [2025-07-24 02:28:12] "GET /virtual-network/3665f7d0-e3ea-47e4-b19a-c9e9af151f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005386 10.0.0.249 - - [2025-07-24 02:28:12] "POST /neutron/network HTTP/1.1" 200 839 0.005886 10.0.0.249 - - [2025-07-24 02:28:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.006907 10.0.0.249 - - [2025-07-24 02:28:12] "POST /neutron/network HTTP/1.1" 200 839 0.006295 10.0.0.249 - - [2025-07-24 02:28:12] "POST /id-to-fqname HTTP/1.1" 200 230 0.001543 10.0.0.249 - - [2025-07-24 02:28:12] "POST /neutron/network HTTP/1.1" 200 849 0.006689 10.0.0.249 - - [2025-07-24 02:28:12] "GET /aaa-mode HTTP/1.1" 401 293 0.000561 10.0.0.249 - - [2025-07-24 02:28:13] "GET / HTTP/1.1" 200 36215 0.002531 10.0.0.249 - - [2025-07-24 02:28:13] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000618 10.0.0.249 - - [2025-07-24 02:28:13] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.249 - - [2025-07-24 02:28:13] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.056349 10.0.0.249 - - [2025-07-24 02:28:13] "POST /neutron/network HTTP/1.1" 200 839 0.005922 10.0.0.249 - - [2025-07-24 02:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.005564 10.0.0.249 - - [2025-07-24 02:28:13] "POST /neutron/port HTTP/1.1" 200 117 0.004961 10.0.0.249 - - [2025-07-24 02:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.009807 10.0.0.249 - - [2025-07-24 02:28:13] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004430 10.0.0.249 - - [2025-07-24 02:28:13] "PUT /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce HTTP/1.1" 200 277 0.010237 10.0.0.249 - - [2025-07-24 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.006205 10.0.0.249 - - [2025-07-24 02:28:14] "POST /neutron/network HTTP/1.1" 200 849 0.005958 10.0.0.249 - - [2025-07-24 02:28:14] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001135 10.0.0.249 - - [2025-07-24 02:28:14] "POST /neutron/port HTTP/1.1" 200 1055 0.213170 10.0.0.249 - - [2025-07-24 02:28:14] "POST /neutron/port HTTP/1.1" 200 1055 0.016056 10.0.0.249 - - [2025-07-24 02:28:14] "POST /neutron/port HTTP/1.1" 200 1055 0.007819 10.0.0.249 - - [2025-07-24 02:28:14] "POST /neutron/port HTTP/1.1" 200 1109 0.062152 10.0.0.249 - - [2025-07-24 02:28:14] "POST /neutron/port HTTP/1.1" 200 1083 0.014696 10.0.0.249 - - [2025-07-24 02:28:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003282 10.0.0.249 - - [2025-07-24 02:28:14] "POST /neutron/subnet HTTP/1.1" 200 675 0.007473 10.0.0.249 - - [2025-07-24 02:28:14] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.249 - - [2025-07-24 02:28:14] "POST /neutron/network HTTP/1.1" 200 839 0.005000 10.0.0.249 - - [2025-07-24 02:28:19] "POST /neutron/port HTTP/1.1" 200 1083 0.011541 10.0.0.249 - - [2025-07-24 02:28:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007580 10.0.0.249 - - [2025-07-24 02:28:19] "POST /neutron/port HTTP/1.1" 200 1083 0.012298 10.0.0.249 - - [2025-07-24 02:28:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008622 10.0.0.249 - - [2025-07-24 02:28:19] "POST /neutron/port HTTP/1.1" 200 1083 0.012100 10.0.0.249 - - [2025-07-24 02:28:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006415 10.0.0.249 - - [2025-07-24 02:28:19] "GET /virtual-machine/744489ce-68fa-47c9-8c44-943b90d632fe HTTP/1.1" 401 293 0.000394 10.0.0.249 - - [2025-07-24 02:28:19] "GET /virtual-machine/744489ce-68fa-47c9-8c44-943b90d632fe HTTP/1.1" 200 1294 0.027177 10.0.0.249 - - [2025-07-24 02:28:19] "GET /virtual-machine-interface/799306fe-89a9-4873-8e22-d1c03f90914a HTTP/1.1" 200 2977 0.005208 10.0.0.249 - - [2025-07-24 02:28:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.249 - - [2025-07-24 02:28:19] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.004015 10.0.0.249 - - [2025-07-24 02:28:19] "GET /virtual-networks?parent_id=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002810 10.0.0.249 - - [2025-07-24 02:28:19] "GET /virtual-network/3665f7d0-e3ea-47e4-b19a-c9e9af151f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005625 10.0.0.249 - - [2025-07-24 02:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.249 - - [2025-07-24 02:28:23] "GET /virtual-network/3665f7d0-e3ea-47e4-b19a-c9e9af151f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006465 10.0.0.249 - - [2025-07-24 02:28:23] "POST /neutron/port HTTP/1.1" 200 1083 0.012803 10.0.0.249 - - [2025-07-24 02:28:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005449 10.0.0.249 - - [2025-07-24 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.249 - - [2025-07-24 02:28:25] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.004126 10.0.0.249 - - [2025-07-24 02:28:25] "GET /virtual-networks?parent_id=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002977 10.0.0.249 - - [2025-07-24 02:28:25] "GET /virtual-network/3665f7d0-e3ea-47e4-b19a-c9e9af151f08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005376 10.0.0.249 - - [2025-07-24 02:28:25] "POST /neutron/port HTTP/1.1" 200 1083 0.013179 10.0.0.249 - - [2025-07-24 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006466 10.0.0.249 - - [2025-07-24 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.249 - - [2025-07-24 02:28:32] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1833 0.003145 10.0.0.249 - - [2025-07-24 02:28:32] "PUT /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce HTTP/1.1" 200 277 0.009204 10.0.0.249 - - [2025-07-24 02:28:32] "POST /neutron/network HTTP/1.1" 200 839 0.005893 10.0.0.249 - - [2025-07-24 02:28:32] "POST /neutron/network HTTP/1.1" 400 204 0.010993 10.0.0.249 - - [2025-07-24 02:28:33] "POST /neutron/port HTTP/1.1" 200 1083 0.013984 10.0.0.249 - - [2025-07-24 02:28:33] "POST /neutron/port HTTP/1.1" 200 1109 0.011063 10.0.0.249 - - [2025-07-24 02:28:33] "POST /neutron/port HTTP/1.1" 200 151 0.124133 10.0.0.249 - - [2025-07-24 02:28:33] "DELETE /project/74820dfb80eb45a286f62876766e41c5 HTTP/1.1" 404 173 0.011811 10.0.0.249 - - [2025-07-24 02:28:33] "DELETE /project/abbf419f16d5457cb3492809b0d318b1 HTTP/1.1" 404 173 0.007897 10.0.0.249 - - [2025-07-24 02:28:33] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000967 10.0.0.249 - - [2025-07-24 02:28:33] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000960 10.0.0.249 - - [2025-07-24 02:28:33] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.034564 10.0.0.249 - - [2025-07-24 02:28:33] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.039189 10.0.0.249 - - [2025-07-24 02:28:33] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.249 - - [2025-07-24 02:28:33] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000910 10.0.0.249 - - [2025-07-24 02:28:33] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?fields=security_groups HTTP/1.1" 200 1376 0.041482 10.0.0.249 - - [2025-07-24 02:28:33] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?fields=security_groups HTTP/1.1" 200 1377 0.044941 10.0.0.249 - - [2025-07-24 02:28:33] "DELETE /security-group/8da0c9db-9f00-436e-a93b-32a10775bb08 HTTP/1.1" 200 115 0.049786 10.0.0.249 - - [2025-07-24 02:28:33] "DELETE /security-group/9cbd3628-50b0-43ce-9799-0186f0469e80 HTTP/1.1" 200 115 0.051500 10.0.0.249 - - [2025-07-24 02:28:33] "GET /projects?obj_uuids=85bca94a-00dc-4327-a972-7a10a88de572&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001201 10.0.0.249 - - [2025-07-24 02:28:33] "GET /projects?obj_uuids=abbf419f-16d5-457c-b349-2809b0d318b1&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001483 10.0.0.249 - - [2025-07-24 02:28:33] "DELETE /access-control-list/44daa4b8-fdd8-4635-b13f-32cca0774e96 HTTP/1.1" 200 115 0.041247 10.0.0.249 - - [2025-07-24 02:28:33] "GET /project/85bca94a-00dc-4327-a972-7a10a88de572?fields=application_policy_sets HTTP/1.1" 200 1415 0.053247 10.0.0.249 - - [2025-07-24 02:28:33] "GET /project/abbf419f-16d5-457c-b349-2809b0d318b1?fields=application_policy_sets HTTP/1.1" 200 1416 0.053755 10.0.0.249 - - [2025-07-24 02:28:33] "DELETE /access-control-list/193c0814-ba1c-46fa-8e50-9998280f0e70 HTTP/1.1" 200 115 0.044201 10.0.0.249 - - [2025-07-24 02:28:33] "DELETE /access-control-list/fe8a6b1f-6069-46f5-80ca-ad2f022fa011 HTTP/1.1" 200 115 0.021992 10.0.0.249 - - [2025-07-24 02:28:33] "DELETE /access-control-list/42ab7e48-9692-4030-806d-b4c1c53e3265 HTTP/1.1" 200 115 0.032732 10.0.0.249 - - [2025-07-24 02:28:33] "DELETE /project/85bca94a-00dc-4327-a972-7a10a88de572 HTTP/1.1" 200 115 0.390734 10.0.0.249 - - [2025-07-24 02:28:33] "DELETE /project/abbf419f-16d5-457c-b349-2809b0d318b1 HTTP/1.1" 200 115 0.404665 10.0.0.249 - - [2025-07-24 02:28:34] "POST /neutron/network HTTP/1.1" 200 839 0.006932 10.0.0.249 - - [2025-07-24 02:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.249 - - [2025-07-24 02:28:34] "POST /useragent-kv HTTP/1.1" 200 115 0.001927 10.0.0.249 - - [2025-07-24 02:28:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003524 10.0.0.249 - - [2025-07-24 02:28:34] "POST /neutron/network HTTP/1.1" 200 151 0.087716 10.0.0.249 - - [2025-07-24 02:28:34] "DELETE /route-target/fb91fd35-be9b-48f9-aec3-556164badc97 HTTP/1.1" 200 115 0.023427 10.0.0.249 - - [2025-07-24 02:28:35] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.003567 10.0.0.249 - - [2025-07-24 02:28:35] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce HTTP/1.1" 200 1831 0.004119 10.0.0.249 - - [2025-07-24 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.249 - - [2025-07-24 02:28:35] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001116 10.0.0.249 - - [2025-07-24 02:28:35] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.032063 10.0.0.249 - - [2025-07-24 02:28:35] "POST /neutron/network HTTP/1.1" 200 117 0.008303 10.0.0.249 - - [2025-07-24 02:28:35] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.249 - - [2025-07-24 02:28:35] "POST /neutron/network HTTP/1.1" 200 605 0.070363 10.0.0.249 - - [2025-07-24 02:28:35] "POST /route-targets HTTP/1.1" 200 328 0.010591 10.0.0.249 - - [2025-07-24 02:28:35] "POST /ref-update HTTP/1.1" 200 156 0.013155 10.0.0.249 - - [2025-07-24 02:28:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002504 10.0.0.249 - - [2025-07-24 02:28:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.205372 10.0.0.249 - - [2025-07-24 02:28:35] "POST /neutron/network HTTP/1.1" 200 823 0.005118 10.0.0.249 - - [2025-07-24 02:28:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001376 10.0.0.249 - - [2025-07-24 02:28:35] "GET /virtual-network/2e1998b5-95b2-4cae-a346-216eda735e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005250 10.0.0.249 - - [2025-07-24 02:28:35] "POST /neutron/network HTTP/1.1" 200 823 0.006194 10.0.0.249 - - [2025-07-24 02:28:35] "GET /virtual-network/2e1998b5-95b2-4cae-a346-216eda735e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006236 10.0.0.249 - - [2025-07-24 02:28:35] "POST /neutron/network HTTP/1.1" 200 823 0.007117 10.0.0.249 - - [2025-07-24 02:28:35] "POST /neutron/subnet HTTP/1.1" 200 719 0.006436 10.0.0.249 - - [2025-07-24 02:28:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.001353 10.0.0.249 - - [2025-07-24 02:28:36] "POST /neutron/network HTTP/1.1" 200 833 0.006257 10.0.0.249 - - [2025-07-24 02:28:36] "GET /aaa-mode HTTP/1.1" 401 293 0.000428 10.0.0.249 - - [2025-07-24 02:28:36] "GET / HTTP/1.1" 200 36215 0.002136 10.0.0.249 - - [2025-07-24 02:28:36] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000381 10.0.0.249 - - [2025-07-24 02:28:36] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001122 10.0.0.249 - - [2025-07-24 02:28:36] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.052288 10.0.0.249 - - [2025-07-24 02:28:36] "POST /neutron/network HTTP/1.1" 200 823 0.005523 10.0.0.249 - - [2025-07-24 02:28:36] "POST /neutron/port HTTP/1.1" 200 117 0.004881 10.0.0.249 - - [2025-07-24 02:28:36] "POST /neutron/port HTTP/1.1" 200 117 0.005143 10.0.0.249 - - [2025-07-24 02:28:36] "POST /neutron/port HTTP/1.1" 200 117 0.005234 10.0.0.249 - - [2025-07-24 02:28:37] "POST /neutron/network HTTP/1.1" 200 833 0.006138 10.0.0.249 - - [2025-07-24 02:28:37] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001809 10.0.0.249 - - [2025-07-24 02:28:37] "POST /neutron/port HTTP/1.1" 200 1059 0.223238 10.0.0.249 - - [2025-07-24 02:28:37] "POST /neutron/port HTTP/1.1" 200 1059 0.009896 10.0.0.249 - - [2025-07-24 02:28:37] "POST /neutron/port HTTP/1.1" 200 1059 0.009274 10.0.0.249 - - [2025-07-24 02:28:37] "POST /neutron/port HTTP/1.1" 200 1113 0.070049 10.0.0.249 - - [2025-07-24 02:28:37] "POST /neutron/port HTTP/1.1" 200 1087 0.012206 10.0.0.249 - - [2025-07-24 02:28:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002660 10.0.0.249 - - [2025-07-24 02:28:37] "POST /neutron/subnet HTTP/1.1" 200 693 0.008177 10.0.0.249 - - [2025-07-24 02:28:37] "POST /neutron/port HTTP/1.1" 200 117 0.001623 10.0.0.249 - - [2025-07-24 02:28:37] "POST /neutron/network HTTP/1.1" 200 823 0.005275 10.0.0.249 - - [2025-07-24 02:28:40] "GET /obj-perms HTTP/1.1" 200 5075 0.054488 10.0.0.249 - - [2025-07-24 02:28:41] "GET /obj-perms HTTP/1.1" 200 5075 0.048339 10.0.0.249 - - [2025-07-24 02:28:42] "POST /neutron/port HTTP/1.1" 200 1087 0.015141 10.0.0.249 - - [2025-07-24 02:28:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006928 10.0.0.249 - - [2025-07-24 02:28:42] "POST /neutron/port HTTP/1.1" 200 1087 0.013445 10.0.0.249 - - [2025-07-24 02:28:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006422 10.0.0.249 - - [2025-07-24 02:28:42] "POST /neutron/port HTTP/1.1" 200 1087 0.011213 10.0.0.249 - - [2025-07-24 02:28:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007653 10.0.0.249 - - [2025-07-24 02:28:42] "GET /virtual-machine/b2fd883c-7624-43ec-a3f7-d2aed4973276 HTTP/1.1" 200 1295 0.004598 10.0.0.249 - - [2025-07-24 02:28:42] "GET /virtual-machine-interface/ced7d92e-4d2a-4a55-92f7-434435d7fb66 HTTP/1.1" 200 2948 0.006222 10.0.0.249 - - [2025-07-24 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.249 - - [2025-07-24 02:28:42] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003478 10.0.0.249 - - [2025-07-24 02:28:42] "GET /virtual-networks?parent_id=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003384 10.0.0.249 - - [2025-07-24 02:28:42] "GET /virtual-network/2e1998b5-95b2-4cae-a346-216eda735e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006726 10.0.0.249 - - [2025-07-24 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.249 - - [2025-07-24 02:28:45] "GET /virtual-network/2e1998b5-95b2-4cae-a346-216eda735e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006657 10.0.0.249 - - [2025-07-24 02:28:46] "POST /neutron/port HTTP/1.1" 200 1087 0.013874 10.0.0.249 - - [2025-07-24 02:28:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006409 10.0.0.249 - - [2025-07-24 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.249 - - [2025-07-24 02:28:47] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002979 10.0.0.249 - - [2025-07-24 02:28:47] "GET /virtual-networks?parent_id=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003417 10.0.0.249 - - [2025-07-24 02:28:47] "GET /virtual-network/2e1998b5-95b2-4cae-a346-216eda735e1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005728 10.0.0.249 - - [2025-07-24 02:28:47] "POST /neutron/port HTTP/1.1" 200 1087 0.018666 10.0.0.249 - - [2025-07-24 02:28:47] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006092 10.0.0.249 - - [2025-07-24 02:28:54] "POST /neutron/network HTTP/1.1" 200 823 0.006120 10.0.0.249 - - [2025-07-24 02:28:54] "POST /neutron/network HTTP/1.1" 400 204 0.011477 10.0.0.249 - - [2025-07-24 02:28:55] "POST /neutron/port HTTP/1.1" 200 1087 0.016332 10.0.0.249 - - [2025-07-24 02:28:55] "POST /neutron/port HTTP/1.1" 200 1113 0.009387 10.0.0.249 - - [2025-07-24 02:28:55] "POST /neutron/port HTTP/1.1" 200 151 0.111884 10.0.0.249 - - [2025-07-24 02:28:56] "POST /neutron/network HTTP/1.1" 200 823 0.005896 10.0.0.249 - - [2025-07-24 02:28:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002297 10.0.0.249 - - [2025-07-24 02:28:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004547 10.0.0.249 - - [2025-07-24 02:28:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002638 10.0.0.249 - - [2025-07-24 02:28:56] "POST /neutron/network HTTP/1.1" 200 151 0.108541 10.0.0.249 - - [2025-07-24 02:28:56] "DELETE /route-target/29fae4f3-3731-4be0-adf3-59267d98e891 HTTP/1.1" 200 115 0.021359 10.0.0.249 - - [2025-07-24 02:28:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 765 0.003024 10.0.0.249 - - [2025-07-24 02:28:57] "POST /network-ipams HTTP/1.1" 200 543 0.017368 10.0.0.249 - - [2025-07-24 02:28:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003081 10.0.0.249 - - [2025-07-24 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.249 - - [2025-07-24 02:28:57] "GET /network-ipam/c05c6483-17c9-4072-aed4-d8271ff06680?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.005317 10.0.0.249 - - [2025-07-24 02:28:57] "PUT /network-ipam/c05c6483-17c9-4072-aed4-d8271ff06680 HTTP/1.1" 200 259 0.010683 10.0.0.249 - - [2025-07-24 02:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003193 10.0.0.249 - - [2025-07-24 02:28:57] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001027 10.0.0.249 - - [2025-07-24 02:28:57] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.027407 10.0.0.249 - - [2025-07-24 02:28:57] "POST /neutron/network HTTP/1.1" 200 117 0.008254 10.0.0.249 - - [2025-07-24 02:28:57] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.249 - - [2025-07-24 02:28:57] "POST /neutron/network HTTP/1.1" 200 605 0.064918 10.0.0.249 - - [2025-07-24 02:28:57] "POST /route-targets HTTP/1.1" 200 328 0.008991 10.0.0.249 - - [2025-07-24 02:28:58] "POST /ref-update HTTP/1.1" 200 156 0.009781 10.0.0.249 - - [2025-07-24 02:28:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006798 10.0.0.249 - - [2025-07-24 02:28:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.196751 10.0.0.249 - - [2025-07-24 02:28:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003011 10.0.0.249 - - [2025-07-24 02:28:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.196498 10.0.0.249 - - [2025-07-24 02:28:58] "POST /neutron/network HTTP/1.1" 200 994 0.007768 10.0.0.249 - - [2025-07-24 02:28:58] "POST /id-to-fqname HTTP/1.1" 200 220 0.001156 10.0.0.249 - - [2025-07-24 02:28:58] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004935 10.0.0.249 - - [2025-07-24 02:28:58] "POST /neutron/network HTTP/1.1" 200 994 0.007077 10.0.0.249 - - [2025-07-24 02:28:58] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004678 10.0.0.249 - - [2025-07-24 02:28:58] "POST /neutron/network HTTP/1.1" 200 994 0.007013 10.0.0.249 - - [2025-07-24 02:28:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.009482 10.0.0.249 - - [2025-07-24 02:28:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.007336 10.0.0.249 - - [2025-07-24 02:28:58] "POST /neutron/network HTTP/1.1" 200 994 0.008192 10.0.0.249 - - [2025-07-24 02:28:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.007614 10.0.0.249 - - [2025-07-24 02:28:58] "POST /neutron/subnet HTTP/1.1" 200 699 0.010278 10.0.0.249 - - [2025-07-24 02:28:58] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001435 10.0.0.249 - - [2025-07-24 02:28:58] "POST /neutron/port HTTP/1.1" 200 1017 0.163682 10.0.0.249 - - [2025-07-24 02:28:58] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001158 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.167805 10.0.0.249 - - [2025-07-24 02:28:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001519 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.009111 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.009312 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/network HTTP/1.1" 200 994 0.006062 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008164 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 117 0.005472 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.006666 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 117 0.005173 10.0.0.249 - - [2025-07-24 02:28:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001635 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 117 0.006239 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.009110 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.010719 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/network HTTP/1.1" 200 994 0.009576 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.009592 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.009838 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 117 0.005422 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 117 0.005414 10.0.0.249 - - [2025-07-24 02:28:59] "POST /id-to-fqname HTTP/1.1" 200 220 0.001767 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 117 0.007438 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008837 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/network HTTP/1.1" 200 1004 0.007060 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008900 10.0.0.249 - - [2025-07-24 02:28:59] "POST /neutron/port HTTP/1.1" 200 1017 0.008533 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/network HTTP/1.1" 200 1004 0.008947 10.0.0.249 - - [2025-07-24 02:29:00] "GET /aaa-mode HTTP/1.1" 401 293 0.006699 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/port HTTP/1.1" 200 1109 0.112145 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/port HTTP/1.1" 200 1083 0.014558 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004131 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/subnet HTTP/1.1" 200 673 0.008671 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/port HTTP/1.1" 200 117 0.001243 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/network HTTP/1.1" 200 994 0.008806 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/port HTTP/1.1" 200 1017 0.016984 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/network HTTP/1.1" 200 1004 0.007345 10.0.0.249 - - [2025-07-24 02:29:00] "GET / HTTP/1.1" 200 36215 0.001500 10.0.0.249 - - [2025-07-24 02:29:00] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000415 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/port HTTP/1.1" 200 1017 0.010160 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/port HTTP/1.1" 200 1017 0.007118 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/port HTTP/1.1" 200 1109 0.091391 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/port HTTP/1.1" 200 1083 0.010369 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003788 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/subnet HTTP/1.1" 200 673 0.013802 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/network HTTP/1.1" 200 994 0.012200 10.0.0.249 - - [2025-07-24 02:29:00] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001929 10.0.0.249 - - [2025-07-24 02:29:00] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.084311 10.0.0.249 - - [2025-07-24 02:29:00] "POST /neutron/network HTTP/1.1" 200 994 0.008698 10.0.0.249 - - [2025-07-24 02:29:01] "POST /neutron/port HTTP/1.1" 200 2050 0.043263 10.0.0.249 - - [2025-07-24 02:29:01] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008316 10.0.0.249 - - [2025-07-24 02:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.007426 10.0.0.249 - - [2025-07-24 02:29:01] "GET /domains HTTP/1.1" 200 281 0.003697 10.0.0.249 - - [2025-07-24 02:29:01] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001252 10.0.0.249 - - [2025-07-24 02:29:01] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2584 0.010849 10.0.0.249 - - [2025-07-24 02:29:01] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001265 10.0.0.249 - - [2025-07-24 02:29:01] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5 HTTP/1.1" 200 2860 0.083157 10.0.0.249 - - [2025-07-24 02:29:01] "GET /network-ipam/c05c6483-17c9-4072-aed4-d8271ff06680 HTTP/1.1" 200 2604 0.011501 10.0.0.249 - - [2025-07-24 02:29:01] "GET /domains HTTP/1.1" 200 281 0.006959 10.0.0.249 - - [2025-07-24 02:29:01] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001764 10.0.0.249 - - [2025-07-24 02:29:01] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2584 0.011429 10.0.0.249 - - [2025-07-24 02:29:01] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001228 10.0.0.249 - - [2025-07-24 02:29:01] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5 HTTP/1.1" 200 2860 0.074849 10.0.0.249 - - [2025-07-24 02:29:01] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873 HTTP/1.1" 200 3786 0.018068 10.0.0.249 - - [2025-07-24 02:29:01] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873 HTTP/1.1" 200 3786 0.007835 10.0.0.249 - - [2025-07-24 02:29:01] "GET /routing-instance/8f755c65-2e14-4194-a0ac-8a97995379c7 HTTP/1.1" 200 2386 0.007783 10.0.0.249 - - [2025-07-24 02:29:01] "GET /routing-instance/8f755c65-2e14-4194-a0ac-8a97995379c7 HTTP/1.1" 200 2386 0.005523 10.0.0.249 - - [2025-07-24 02:29:01] "GET /route-target/159b2a6a-b9e3-4f90-8239-66bb9206236b HTTP/1.1" 200 1205 0.003477 10.0.0.249 - - [2025-07-24 02:29:01] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873 HTTP/1.1" 200 3786 0.006582 10.0.0.249 - - [2025-07-24 02:29:01] "GET /routing-instance/8f755c65-2e14-4194-a0ac-8a97995379c7 HTTP/1.1" 200 2386 0.004820 10.0.0.249 - - [2025-07-24 02:29:01] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006681 10.0.0.249 - - [2025-07-24 02:29:01] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873 HTTP/1.1" 200 3786 0.009545 10.0.0.249 - - [2025-07-24 02:29:01] "GET /routing-instance/8f755c65-2e14-4194-a0ac-8a97995379c7 HTTP/1.1" 200 2386 0.005175 10.0.0.249 - - [2025-07-24 02:29:01] "GET /routing-instance/8f755c65-2e14-4194-a0ac-8a97995379c7 HTTP/1.1" 200 2386 0.004798 10.0.0.249 - - [2025-07-24 02:29:01] "GET /route-target/159b2a6a-b9e3-4f90-8239-66bb9206236b HTTP/1.1" 200 1205 0.004403 10.0.0.249 - - [2025-07-24 02:29:01] "GET /domains HTTP/1.1" 200 281 0.003252 10.0.0.249 - - [2025-07-24 02:29:01] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002611 10.0.0.249 - - [2025-07-24 02:29:01] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2584 0.014104 10.0.0.249 - - [2025-07-24 02:29:01] "POST /neutron/network HTTP/1.1" 200 1004 0.020060 10.0.0.249 - - [2025-07-24 02:29:01] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001398 10.0.0.249 - - [2025-07-24 02:29:01] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.249 - - [2025-07-24 02:29:01] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5 HTTP/1.1" 200 2860 0.112499 10.0.0.249 - - [2025-07-24 02:29:01] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873 HTTP/1.1" 200 3786 0.005960 10.0.0.249 - - [2025-07-24 02:29:01] "POST /neutron/port HTTP/1.1" 200 1055 0.333115 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/port HTTP/1.1" 200 1055 0.026098 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/port HTTP/1.1" 200 1055 0.010334 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/port HTTP/1.1" 200 1109 0.102649 10.0.0.249 - - [2025-07-24 02:29:02] "GET /obj-perms HTTP/1.1" 200 5049 0.089415 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/port HTTP/1.1" 200 1083 0.014747 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/port HTTP/1.1" 200 1083 0.042919 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.014950 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006156 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/subnet HTTP/1.1" 200 673 0.009201 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.001411 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/network HTTP/1.1" 200 994 0.010007 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/port HTTP/1.1" 200 1083 0.013789 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007262 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/port HTTP/1.1" 200 1083 0.024334 10.0.0.249 - - [2025-07-24 02:29:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009139 10.0.0.249 - - [2025-07-24 02:29:02] "GET /virtual-machine/07fda7ca-5ba6-44dc-a356-a3acc28517ba HTTP/1.1" 200 1289 0.007219 10.0.0.249 - - [2025-07-24 02:29:02] "GET /virtual-machine-interface/dd6db51b-0fc8-40d8-b937-5166f39e4cb8 HTTP/1.1" 200 2948 0.008212 10.0.0.249 - - [2025-07-24 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.249 - - [2025-07-24 02:29:02] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.006265 10.0.0.249 - - [2025-07-24 02:29:02] "GET /virtual-networks?parent_id=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003825 10.0.0.249 - - [2025-07-24 02:29:02] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005747 10.0.0.249 - - [2025-07-24 02:29:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.249 - - [2025-07-24 02:29:05] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.004893 10.0.0.249 - - [2025-07-24 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002879 10.0.0.249 - - [2025-07-24 02:29:09] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005015 10.0.0.249 - - [2025-07-24 02:29:10] "POST /neutron/port HTTP/1.1" 200 1083 0.010681 10.0.0.249 - - [2025-07-24 02:29:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005809 10.0.0.249 - - [2025-07-24 02:29:10] "POST /neutron/port HTTP/1.1" 200 1083 0.017698 10.0.0.249 - - [2025-07-24 02:29:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005160 10.0.0.249 - - [2025-07-24 02:29:11] "POST /neutron/port HTTP/1.1" 200 1083 0.012631 10.0.0.249 - - [2025-07-24 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006196 10.0.0.249 - - [2025-07-24 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002910 10.0.0.249 - - [2025-07-24 02:29:12] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002835 10.0.0.249 - - [2025-07-24 02:29:12] "GET /virtual-networks?parent_id=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003412 10.0.0.249 - - [2025-07-24 02:29:12] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005714 10.0.0.249 - - [2025-07-24 02:29:12] "POST /neutron/port HTTP/1.1" 200 1083 0.014708 10.0.0.249 - - [2025-07-24 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006193 10.0.0.249 - - [2025-07-24 02:29:12] "POST /neutron/port HTTP/1.1" 200 1083 0.012392 10.0.0.249 - - [2025-07-24 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006257 10.0.0.249 - - [2025-07-24 02:29:12] "POST /neutron/port HTTP/1.1" 200 1083 0.013415 10.0.0.249 - - [2025-07-24 02:29:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006729 10.0.0.249 - - [2025-07-24 02:29:12] "GET /virtual-machine/7a84cb40-4c2a-4ed9-9c69-afa0404013e9 HTTP/1.1" 200 1290 0.011969 10.0.0.249 - - [2025-07-24 02:29:12] "GET /virtual-machine-interface/889fee38-6f0c-45c3-a2ed-212ba1bc2d2c HTTP/1.1" 200 2947 0.005372 10.0.0.249 - - [2025-07-24 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002792 10.0.0.249 - - [2025-07-24 02:29:12] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002752 10.0.0.249 - - [2025-07-24 02:29:12] "GET /virtual-networks?parent_id=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004436 10.0.0.249 - - [2025-07-24 02:29:12] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006135 10.0.0.249 - - [2025-07-24 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002907 10.0.0.249 - - [2025-07-24 02:29:13] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003819 10.0.0.249 - - [2025-07-24 02:29:13] "GET /virtual-networks?parent_id=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002962 10.0.0.249 - - [2025-07-24 02:29:13] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006282 10.0.0.249 - - [2025-07-24 02:29:14] "POST /neutron/port HTTP/1.1" 200 1083 0.012744 10.0.0.249 - - [2025-07-24 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006507 10.0.0.249 - - [2025-07-24 02:29:14] "POST /neutron/port HTTP/1.1" 200 1083 0.012844 10.0.0.249 - - [2025-07-24 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007030 10.0.0.249 - - [2025-07-24 02:29:14] "POST /neutron/port HTTP/1.1" 200 1083 0.012047 10.0.0.249 - - [2025-07-24 02:29:14] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006927 10.0.0.249 - - [2025-07-24 02:29:14] "GET /virtual-machine/41a7e3ea-92ab-4e30-bb4e-a5df85fe5a53 HTTP/1.1" 200 1294 0.004540 10.0.0.249 - - [2025-07-24 02:29:14] "GET /virtual-machine-interface/3dbb225d-cf96-4297-ae34-0044ef03fe91 HTTP/1.1" 200 2947 0.004839 10.0.0.249 - - [2025-07-24 02:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.249 - - [2025-07-24 02:29:14] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003099 10.0.0.249 - - [2025-07-24 02:29:14] "GET /virtual-networks?parent_id=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003140 10.0.0.249 - - [2025-07-24 02:29:14] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.008788 10.0.0.249 - - [2025-07-24 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.249 - - [2025-07-24 02:29:15] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003120 10.0.0.249 - - [2025-07-24 02:29:15] "GET /virtual-networks?parent_id=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003283 10.0.0.249 - - [2025-07-24 02:29:15] "GET /virtual-network/7a303bcb-ee8e-4e3b-b65b-e0197497c873?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006240 10.0.0.249 - - [2025-07-24 02:29:31] "POST /neutron/port HTTP/1.1" 200 1109 0.011561 10.0.0.249 - - [2025-07-24 02:29:31] "POST /neutron/port HTTP/1.1" 200 1109 0.009665 10.0.0.249 - - [2025-07-24 02:29:31] "POST /neutron/port HTTP/1.1" 200 151 0.122340 10.0.0.249 - - [2025-07-24 02:29:31] "POST /neutron/port HTTP/1.1" 200 1109 0.013286 10.0.0.249 - - [2025-07-24 02:29:32] "POST /neutron/port HTTP/1.1" 200 1109 0.008936 10.0.0.249 - - [2025-07-24 02:29:32] "POST /neutron/port HTTP/1.1" 200 1083 0.016475 10.0.0.249 - - [2025-07-24 02:29:32] "POST /neutron/port HTTP/1.1" 200 1109 0.009007 10.0.0.249 - - [2025-07-24 02:29:32] "POST /neutron/port HTTP/1.1" 200 151 0.134317 10.0.0.249 - - [2025-07-24 02:29:32] "POST /neutron/network HTTP/1.1" 200 994 0.012948 10.0.0.249 - - [2025-07-24 02:29:32] "POST /neutron/network HTTP/1.1" 400 204 0.022972 10.0.0.249 - - [2025-07-24 02:29:32] "POST /neutron/port HTTP/1.1" 200 151 0.158620 10.0.0.249 - - [2025-07-24 02:29:34] "POST /neutron/network HTTP/1.1" 200 994 0.007711 10.0.0.249 - - [2025-07-24 02:29:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003675 10.0.0.249 - - [2025-07-24 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006543 10.0.0.249 - - [2025-07-24 02:29:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002336 10.0.0.249 - - [2025-07-24 02:29:34] "POST /useragent-kv HTTP/1.1" 200 115 0.004790 10.0.0.249 - - [2025-07-24 02:29:34] "POST /useragent-kv HTTP/1.1" 200 115 0.002379 10.0.0.249 - - [2025-07-24 02:29:34] "POST /neutron/network HTTP/1.1" 200 151 0.108829 10.0.0.249 - - [2025-07-24 02:29:34] "DELETE /route-target/159b2a6a-b9e3-4f90-8239-66bb9206236b HTTP/1.1" 200 115 0.027693 10.0.0.249 - - [2025-07-24 02:29:34] "GET /routing-instance/8f755c65-2e14-4194-a0ac-8a97995379c7 HTTP/1.1" 404 171 0.003667 10.0.0.249 - - [2025-07-24 02:29:34] "GET /domains HTTP/1.1" 200 281 0.003554 10.0.0.249 - - [2025-07-24 02:29:34] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001054 10.0.0.249 - - [2025-07-24 02:29:34] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 2584 0.048643 10.0.0.249 - - [2025-07-24 02:29:34] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.249 - - [2025-07-24 02:29:34] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5 HTTP/1.1" 200 2100 0.085801 10.0.0.249 - - [2025-07-24 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.249 - - [2025-07-24 02:29:34] "DELETE /network-ipam/c05c6483-17c9-4072-aed4-d8271ff06680 HTTP/1.1" 200 115 0.033794 10.0.0.249 - - [2025-07-24 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 211 0.003060 10.0.0.249 - - [2025-07-24 02:29:34] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.249 - - [2025-07-24 02:29:34] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.033536 10.0.0.249 - - [2025-07-24 02:29:34] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002481 10.0.0.249 - - [2025-07-24 02:29:35] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?fields=virtual_networks HTTP/1.1" 200 1043 0.091089 10.0.0.249 - - [2025-07-24 02:29:35] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001880 10.0.0.249 - - [2025-07-24 02:29:35] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.036195 10.0.0.249 - - [2025-07-24 02:29:35] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.249 - - [2025-07-24 02:29:35] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?fields=security_groups HTTP/1.1" 200 1270 0.028975 10.0.0.249 - - [2025-07-24 02:29:36] "POST /neutron/port HTTP/1.1" 200 117 0.006160 10.0.0.249 - - [2025-07-24 02:29:37] "POST /neutron/port HTTP/1.1" 400 205 0.003713 10.0.0.249 - - [2025-07-24 02:29:37] "POST /neutron/port HTTP/1.1" 200 117 0.005100 10.0.0.249 - - [2025-07-24 02:29:37] "POST /neutron/port HTTP/1.1" 400 205 0.003865 10.0.0.249 - - [2025-07-24 02:29:41] "GET /obj-perms HTTP/1.1" 200 5075 0.053010 10.0.0.249 - - [2025-07-24 02:29:42] "GET /obj-perms HTTP/1.1" 200 5075 0.050333 10.0.0.249 - - [2025-07-24 02:29:43] "GET / HTTP/1.1" 200 36215 0.002058 10.0.0.249 - - [2025-07-24 02:29:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000816 10.0.0.249 - - [2025-07-24 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.048359 10.0.0.249 - - [2025-07-24 02:29:44] "GET /projects?obj_uuids=33589c45-0b93-4530-b10d-93c59bdba535&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002380 10.0.0.249 - - [2025-07-24 02:29:44] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001097 10.0.0.249 - - [2025-07-24 02:29:44] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007344 10.0.0.249 - - [2025-07-24 02:29:44] "POST /id-to-fqname HTTP/1.1" 200 185 0.001654 10.0.0.249 - - [2025-07-24 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.003626 10.0.0.249 - - [2025-07-24 02:29:44] "POST /security-groups HTTP/1.1" 200 586 0.067478 10.0.0.249 - - [2025-07-24 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 229 0.002558 10.0.0.249 - - [2025-07-24 02:29:44] "POST /projects HTTP/1.1" 200 575 0.215842 10.0.0.249 - - [2025-07-24 02:29:44] "POST /access-control-lists HTTP/1.1" 200 593 0.061672 10.0.0.249 - - [2025-07-24 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.291751 10.0.0.249 - - [2025-07-24 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 228 0.003413 10.0.0.249 - - [2025-07-24 02:29:45] "GET /project/33589c45-0b93-4530-b10d-93c59bdba535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.426651 10.0.0.249 - - [2025-07-24 02:29:45] "POST /access-control-lists HTTP/1.1" 200 591 0.060235 10.0.0.249 - - [2025-07-24 02:29:46] "GET / HTTP/1.1" 200 36215 0.002008 10.0.0.249 - - [2025-07-24 02:29:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000508 10.0.0.249 - - [2025-07-24 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.027356 10.0.0.249 - - [2025-07-24 02:29:48] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004316 10.0.0.249 - - [2025-07-24 02:29:48] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003944 10.0.0.249 - - [2025-07-24 02:29:48] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003445 10.0.0.249 - - [2025-07-24 02:29:48] "PUT /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538 HTTP/1.1" 200 265 0.009613 10.0.0.249 - - [2025-07-24 02:29:48] "GET /aaa-mode HTTP/1.1" 401 293 0.000504 10.0.0.249 - - [2025-07-24 02:29:49] "GET /aaa-mode HTTP/1.1" 200 128 0.023404 10.0.0.249 - - [2025-07-24 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 183 0.021185 10.0.0.249 - - [2025-07-24 02:29:49] "GET /projects?obj_uuids=7de1087e-a190-457b-831e-0902cf3f3060&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002793 10.0.0.249 - - [2025-07-24 02:29:49] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001242 10.0.0.249 - - [2025-07-24 02:29:49] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009078 10.0.0.249 - - [2025-07-24 02:29:49] "POST /id-to-fqname HTTP/1.1" 200 185 0.002319 10.0.0.249 - - [2025-07-24 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 194 0.005453 10.0.0.249 - - [2025-07-24 02:29:49] "POST /security-groups HTTP/1.1" 200 586 0.065273 10.0.0.249 - - [2025-07-24 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 229 0.002357 10.0.0.249 - - [2025-07-24 02:29:49] "POST /projects HTTP/1.1" 200 575 0.225839 10.0.0.249 - - [2025-07-24 02:29:50] "POST /access-control-lists HTTP/1.1" 200 593 0.057775 10.0.0.249 - - [2025-07-24 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.300684 10.0.0.249 - - [2025-07-24 02:29:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.002806 10.0.0.249 - - [2025-07-24 02:29:50] "GET /project/7de1087e-a190-457b-831e-0902cf3f3060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.432993 10.0.0.249 - - [2025-07-24 02:29:50] "POST /access-control-lists HTTP/1.1" 200 591 0.074337 10.0.0.249 - - [2025-07-24 02:29:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.029479 10.0.0.249 - - [2025-07-24 02:29:50] "GET /projects?obj_uuids=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004256 10.0.0.249 - - [2025-07-24 02:29:50] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.249 - - [2025-07-24 02:29:50] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007821 10.0.0.249 - - [2025-07-24 02:29:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.001336 10.0.0.249 - - [2025-07-24 02:29:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.002713 10.0.0.249 - - [2025-07-24 02:29:50] "POST /security-groups HTTP/1.1" 200 586 0.071166 10.0.0.249 - - [2025-07-24 02:29:50] "POST /fqname-to-id HTTP/1.1" 404 229 0.003574 10.0.0.249 - - [2025-07-24 02:29:50] "POST /projects HTTP/1.1" 200 575 0.226739 10.0.0.249 - - [2025-07-24 02:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.300317 10.0.0.249 - - [2025-07-24 02:29:50] "POST /access-control-lists HTTP/1.1" 200 593 0.059825 10.0.0.249 - - [2025-07-24 02:29:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.002880 10.0.0.249 - - [2025-07-24 02:29:50] "GET /project/cdcc7638-2a50-43ca-b359-bac6db809e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.428550 10.0.0.249 - - [2025-07-24 02:29:51] "POST /access-control-lists HTTP/1.1" 200 591 0.060352 10.0.0.249 - - [2025-07-24 02:29:51] "GET / HTTP/1.1" 200 36215 0.002659 10.0.0.249 - - [2025-07-24 02:29:52] "GET / HTTP/1.1" 200 36215 0.001690 10.0.0.249 - - [2025-07-24 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.002869 10.0.0.249 - - [2025-07-24 02:29:52] "POST /api-access-lists HTTP/1.1" 200 523 0.013170 10.0.0.249 - - [2025-07-24 02:29:52] "GET /api-access-list/a2d8db61-190a-46bd-879b-fe9f87e88b96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1266 0.004753 10.0.0.249 - - [2025-07-24 02:29:52] "GET /api-access-list/a2d8db61-190a-46bd-879b-fe9f87e88b96 HTTP/1.1" 401 293 0.000559 10.0.0.249 - - [2025-07-24 02:29:53] "GET /api-access-list/a2d8db61-190a-46bd-879b-fe9f87e88b96 HTTP/1.1" 200 1266 0.053935 10.0.0.249 - - [2025-07-24 02:29:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2025-07-24 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.103125 10.0.0.249 - - [2025-07-24 02:29:53] "GET /projects?obj_uuids=7de1087e-a190-457b-831e-0902cf3f3060&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001271 10.0.0.249 - - [2025-07-24 02:29:53] "GET /project/7de1087e-a190-457b-831e-0902cf3f3060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.051413 10.0.0.249 - - [2025-07-24 02:29:53] "GET /virtual-networks?parent_id=7de1087e-a190-457b-831e-0902cf3f3060&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012782 10.0.0.249 - - [2025-07-24 02:29:53] "POST /virtual-networks HTTP/1.1" 200 570 0.077467 10.0.0.249 - - [2025-07-24 02:29:53] "POST /route-targets HTTP/1.1" 200 328 0.009886 10.0.0.249 - - [2025-07-24 02:29:53] "POST /ref-update HTTP/1.1" 200 156 0.015209 10.0.0.249 - - [2025-07-24 02:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.019922 10.0.0.249 - - [2025-07-24 02:29:53] "GET /network-ipam/7888d613-a6ff-4c5c-a162-ec4a93643737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.014442 10.0.0.249 - - [2025-07-24 02:29:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007493 10.0.0.249 - - [2025-07-24 02:29:54] "POST /ref-update HTTP/1.1" 200 156 0.069140 10.0.0.249 - - [2025-07-24 02:29:54] "POST /neutron/network HTTP/1.1" 200 829 0.043097 10.0.0.249 - - [2025-07-24 02:29:54] "POST /neutron/network HTTP/1.1" 200 829 0.035607 10.0.0.249 - - [2025-07-24 02:29:54] "GET /virtual-network/620507cc-f5be-4b08-96eb-2e42e1a9d5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1975 0.024039 10.0.0.249 - - [2025-07-24 02:29:54] "POST /neutron/network HTTP/1.1" 200 829 0.029383 10.0.0.249 - - [2025-07-24 02:29:54] "POST /neutron/subnet HTTP/1.1" 200 663 0.033683 10.0.0.249 - - [2025-07-24 02:29:54] "GET /virtual-network/620507cc-f5be-4b08-96eb-2e42e1a9d5b1 HTTP/1.1" 401 293 0.000473 10.0.0.249 - - [2025-07-24 02:29:54] "GET /virtual-network/620507cc-f5be-4b08-96eb-2e42e1a9d5b1 HTTP/1.1" 200 2261 0.038348 10.0.0.249 - - [2025-07-24 02:29:54] "GET /virtual-network/620507cc-f5be-4b08-96eb-2e42e1a9d5b1 HTTP/1.1" 401 293 0.000481 10.0.0.249 - - [2025-07-24 02:29:55] "GET /virtual-network/620507cc-f5be-4b08-96eb-2e42e1a9d5b1 HTTP/1.1" 200 2000 0.041031 10.0.0.249 - - [2025-07-24 02:29:55] "POST /id-to-fqname HTTP/1.1" 401 293 0.000382 10.0.0.249 - - [2025-07-24 02:29:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.032986 10.0.0.249 - - [2025-07-24 02:29:55] "POST /neutron/network HTTP/1.1" 200 839 0.057902 10.0.0.249 - - [2025-07-24 02:29:55] "GET /aaa-mode HTTP/1.1" 401 293 0.000484 10.0.0.249 - - [2025-07-24 02:29:56] "GET / HTTP/1.1" 200 36215 0.002143 10.0.0.249 - - [2025-07-24 02:29:56] "GET /project/cdcc7638-2a50-43ca-b359-bac6db809e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000399 10.0.0.249 - - [2025-07-24 02:29:56] "GET /projects?obj_uuids=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.249 - - [2025-07-24 02:29:56] "GET /project/cdcc7638-2a50-43ca-b359-bac6db809e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.053262 10.0.0.249 - - [2025-07-24 02:29:56] "POST /neutron/network HTTP/1.1" 200 829 0.008519 10.0.0.249 - - [2025-07-24 02:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.039196 10.0.0.249 - - [2025-07-24 02:29:56] "POST /neutron/port HTTP/1.1" 200 117 0.005563 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.005859 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/network HTTP/1.1" 200 839 0.025262 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/network HTTP/1.1" 200 829 0.021424 10.0.0.249 - - [2025-07-24 02:29:57] "GET /projects?obj_uuids=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001316 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/port HTTP/1.1" 200 1053 0.329226 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/port HTTP/1.1" 200 1053 0.011944 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/port HTTP/1.1" 200 1053 0.008295 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/port HTTP/1.1" 200 1107 0.052778 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/port HTTP/1.1" 200 1081 0.011155 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004047 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/subnet HTTP/1.1" 200 637 0.007334 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.249 - - [2025-07-24 02:29:57] "POST /neutron/network HTTP/1.1" 200 829 0.006202 10.0.0.249 - - [2025-07-24 02:30:00] "POST /neutron/port HTTP/1.1" 200 1081 0.014851 10.0.0.249 - - [2025-07-24 02:30:00] "POST /neutron/port HTTP/1.1" 200 1081 0.012555 10.0.0.249 - - [2025-07-24 02:30:00] "POST /neutron/network HTTP/1.1" 200 839 0.007105 10.0.0.249 - - [2025-07-24 02:30:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004824 10.0.0.249 - - [2025-07-24 02:30:01] "POST /neutron/subnet HTTP/1.1" 200 637 0.011813 10.0.0.249 - - [2025-07-24 02:30:01] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.249 - - [2025-07-24 02:30:01] "POST /neutron/network HTTP/1.1" 200 829 0.008378 10.0.0.249 - - [2025-07-24 02:30:02] "POST /neutron/port HTTP/1.1" 200 1081 0.012932 10.0.0.249 - - [2025-07-24 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007997 10.0.0.249 - - [2025-07-24 02:30:02] "POST /neutron/port HTTP/1.1" 200 1081 0.012231 10.0.0.249 - - [2025-07-24 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007706 10.0.0.249 - - [2025-07-24 02:30:02] "POST /neutron/port HTTP/1.1" 200 1081 0.012439 10.0.0.249 - - [2025-07-24 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2053 0.007545 10.0.0.249 - - [2025-07-24 02:30:02] "POST /neutron/port HTTP/1.1" 200 1081 0.012963 10.0.0.249 - - [2025-07-24 02:30:02] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006439 10.0.0.249 - - [2025-07-24 02:30:02] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae HTTP/1.1" 200 1290 0.014349 10.0.0.249 - - [2025-07-24 02:30:02] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae HTTP/1.1" 200 1290 0.012167 10.0.0.249 - - [2025-07-24 02:30:02] "GET /virtual-machine-interface/3bb3a6be-372e-4b04-a127-538d60260a47 HTTP/1.1" 200 2536 0.018337 10.0.0.249 - - [2025-07-24 02:30:02] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae HTTP/1.1" 200 1290 0.012836 10.0.0.249 - - [2025-07-24 02:30:02] "GET /virtual-machine-interface/3bb3a6be-372e-4b04-a127-538d60260a47 HTTP/1.1" 200 2536 0.017123 10.0.0.249 - - [2025-07-24 02:30:02] "GET /instance-ip/f99e642f-a2af-4586-a635-84ee3c0e21fe HTTP/1.1" 200 1627 0.016761 10.0.0.249 - - [2025-07-24 02:30:02] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae HTTP/1.1" 200 1290 0.013896 10.0.0.249 - - [2025-07-24 02:30:02] "GET /virtual-machine-interface/3bb3a6be-372e-4b04-a127-538d60260a47 HTTP/1.1" 200 2536 0.016836 10.0.0.249 - - [2025-07-24 02:30:02] "GET /instance-ip/f99e642f-a2af-4586-a635-84ee3c0e21fe HTTP/1.1" 200 1627 0.016491 10.0.0.249 - - [2025-07-24 02:30:02] "POST /fqname-to-id HTTP/1.1" 403 339 0.010741 10.0.0.249 - - [2025-07-24 02:30:02] "GET / HTTP/1.1" 200 36215 0.001789 10.0.0.249 - - [2025-07-24 02:30:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.249 - - [2025-07-24 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.030531 10.0.0.249 - - [2025-07-24 02:30:03] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004169 10.0.0.249 - - [2025-07-24 02:30:03] "GET /virtual-networks?parent_id=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012255 10.0.0.249 - - [2025-07-24 02:30:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.012962 10.0.0.249 - - [2025-07-24 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.249 - - [2025-07-24 02:30:03] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003993 10.0.0.249 - - [2025-07-24 02:30:03] "GET /virtual-networks?parent_id=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016117 10.0.0.249 - - [2025-07-24 02:30:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.014436 10.0.0.249 - - [2025-07-24 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002916 10.0.0.249 - - [2025-07-24 02:30:03] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003196 10.0.0.249 - - [2025-07-24 02:30:03] "GET /virtual-networks?parent_id=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011079 10.0.0.249 - - [2025-07-24 02:30:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.011961 10.0.0.249 - - [2025-07-24 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.249 - - [2025-07-24 02:30:03] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004463 10.0.0.249 - - [2025-07-24 02:30:03] "GET /virtual-networks?parent_id=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.013778 10.0.0.249 - - [2025-07-24 02:30:03] "POST /fqname-to-id HTTP/1.1" 403 339 0.011764 10.0.0.249 - - [2025-07-24 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003390 10.0.0.249 - - [2025-07-24 02:30:03] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003700 10.0.0.249 - - [2025-07-24 02:30:03] "GET /virtual-networks?parent_id=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011949 10.0.0.249 - - [2025-07-24 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.039947 10.0.0.249 - - [2025-07-24 02:30:07] "GET /virtual-network/620507cc-f5be-4b08-96eb-2e42e1a9d5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1975 0.017454 10.0.0.249 - - [2025-07-24 02:30:07] "POST /neutron/port HTTP/1.1" 200 1081 0.011898 10.0.0.249 - - [2025-07-24 02:30:07] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005841 10.0.0.249 - - [2025-07-24 02:30:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.017229 10.0.0.249 - - [2025-07-24 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.249 - - [2025-07-24 02:30:09] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003963 10.0.0.249 - - [2025-07-24 02:30:09] "GET /virtual-networks?parent_id=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012079 10.0.0.249 - - [2025-07-24 02:30:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.013207 10.0.0.249 - - [2025-07-24 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.249 - - [2025-07-24 02:30:09] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.003473 10.0.0.249 - - [2025-07-24 02:30:09] "GET /virtual-networks?parent_id=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012194 10.0.0.249 - - [2025-07-24 02:30:09] "POST /fqname-to-id HTTP/1.1" 403 361 0.009405 10.0.0.249 - - [2025-07-24 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003415 10.0.0.249 - - [2025-07-24 02:30:09] "GET /routing-instance/f0f4d9ba-3069-4481-ace1-7e00259cbb6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004215 10.0.0.249 - - [2025-07-24 02:30:09] "GET /route-target/298885ad-68ae-4adc-af7b-6ec1ac25f476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010150 10.0.0.249 - - [2025-07-24 02:30:09] "GET /route-target/298885ad-68ae-4adc-af7b-6ec1ac25f476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002627 10.0.0.249 - - [2025-07-24 02:30:09] "POST /fqname-to-id HTTP/1.1" 403 339 0.012841 10.0.0.249 - - [2025-07-24 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002977 10.0.0.249 - - [2025-07-24 02:30:09] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.004197 10.0.0.249 - - [2025-07-24 02:30:09] "GET /virtual-networks?parent_id=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012796 10.0.0.249 - - [2025-07-24 02:30:09] "POST /fqname-to-id HTTP/1.1" 403 361 0.013566 10.0.0.249 - - [2025-07-24 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.249 - - [2025-07-24 02:30:09] "GET /routing-instance/f0f4d9ba-3069-4481-ace1-7e00259cbb6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.004504 10.0.0.249 - - [2025-07-24 02:30:09] "GET /route-target/298885ad-68ae-4adc-af7b-6ec1ac25f476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.011353 10.0.0.249 - - [2025-07-24 02:30:09] "GET /route-target/298885ad-68ae-4adc-af7b-6ec1ac25f476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003953 10.0.0.249 - - [2025-07-24 02:30:10] "GET /obj-perms HTTP/1.1" 200 4934 0.058109 10.0.0.249 - - [2025-07-24 02:30:10] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.012712 10.0.0.249 - - [2025-07-24 02:30:12] "GET /obj-perms HTTP/1.1" 200 4934 0.010705 10.0.0.249 - - [2025-07-24 02:30:12] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.010345 10.0.0.249 - - [2025-07-24 02:30:14] "GET /obj-perms HTTP/1.1" 200 4934 0.011048 10.0.0.249 - - [2025-07-24 02:30:14] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.013066 10.0.0.249 - - [2025-07-24 02:30:14] "GET /obj-perms HTTP/1.1" 200 4934 0.010206 10.0.0.249 - - [2025-07-24 02:30:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000452 10.0.0.249 - - [2025-07-24 02:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.028780 10.0.0.249 - - [2025-07-24 02:30:14] "GET /virtual-machine-interface/3bb3a6be-372e-4b04-a127-538d60260a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.017397 10.0.0.249 - - [2025-07-24 02:30:15] "GET /obj-perms HTTP/1.1" 200 4934 0.012146 10.0.0.249 - - [2025-07-24 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003017 10.0.0.249 - - [2025-07-24 02:30:15] "GET /virtual-machine-interface/3bb3a6be-372e-4b04-a127-538d60260a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.018894 10.0.0.249 - - [2025-07-24 02:30:15] "GET /obj-perms HTTP/1.1" 200 4934 0.011452 10.0.0.249 - - [2025-07-24 02:30:15] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.011702 10.0.0.249 - - [2025-07-24 02:30:15] "GET /obj-perms HTTP/1.1" 200 4934 0.013112 10.0.0.249 - - [2025-07-24 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002993 10.0.0.249 - - [2025-07-24 02:30:15] "GET /virtual-machine-interface/3bb3a6be-372e-4b04-a127-538d60260a47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.015982 10.0.0.249 - - [2025-07-24 02:30:15] "GET /obj-perms HTTP/1.1" 200 4934 0.011382 10.0.0.249 - - [2025-07-24 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002906 10.0.0.249 - - [2025-07-24 02:30:15] "GET /virtual-network/620507cc-f5be-4b08-96eb-2e42e1a9d5b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1975 0.015871 10.0.0.249 - - [2025-07-24 02:30:15] "GET /obj-perms HTTP/1.1" 200 4934 0.013137 10.0.0.249 - - [2025-07-24 02:30:15] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 994 0.014815 10.0.0.249 - - [2025-07-24 02:30:15] "GET /obj-perms HTTP/1.1" 200 4934 0.011102 10.0.0.249 - - [2025-07-24 02:30:15] "GET /obj-perms HTTP/1.1" 200 4934 0.010223 10.0.0.249 - - [2025-07-24 02:30:16] "GET /obj-perms HTTP/1.1" 200 4934 0.059813 10.0.0.249 - - [2025-07-24 02:30:16] "GET /obj-perms HTTP/1.1" 200 4934 0.011266 10.0.0.249 - - [2025-07-24 02:30:16] "GET /obj-perms HTTP/1.1" 200 5039 0.053010 10.0.0.249 - - [2025-07-24 02:30:16] "GET /obj-perms HTTP/1.1" 200 5039 0.003405 10.0.0.249 - - [2025-07-24 02:30:16] "GET /obj-perms HTTP/1.1" 200 4934 0.011320 10.0.0.249 - - [2025-07-24 02:30:16] "GET /obj-perms HTTP/1.1" 200 4934 0.011523 10.0.0.249 - - [2025-07-24 02:30:17] "GET /obj-perms HTTP/1.1" 200 4934 0.054431 10.0.0.249 - - [2025-07-24 02:30:17] "GET /obj-perms HTTP/1.1" 200 4934 0.010434 10.0.0.249 - - [2025-07-24 02:30:17] "GET /obj-perms HTTP/1.1" 200 5039 0.004118 10.0.0.249 - - [2025-07-24 02:30:17] "GET /obj-perms HTTP/1.1" 200 5039 0.004130 10.0.0.249 - - [2025-07-24 02:30:17] "GET /obj-perms HTTP/1.1" 200 4934 0.009797 10.0.0.249 - - [2025-07-24 02:30:17] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.012127 10.0.0.249 - - [2025-07-24 02:30:17] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae HTTP/1.1" 200 1290 0.017104 10.0.0.249 - - [2025-07-24 02:30:18] "POST /neutron/port HTTP/1.1" 200 1081 0.011773 10.0.0.249 - - [2025-07-24 02:30:18] "POST /neutron/port HTTP/1.1" 200 1107 0.008823 10.0.0.249 - - [2025-07-24 02:30:18] "POST /neutron/port HTTP/1.1" 200 151 0.101522 10.0.0.249 - - [2025-07-24 02:30:19] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae HTTP/1.1" 404 171 0.010611 10.0.0.249 - - [2025-07-24 02:30:19] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae HTTP/1.1" 404 171 0.010920 10.0.0.249 - - [2025-07-24 02:30:19] "GET /virtual-machine/a7aedaf4-947d-41cb-adbc-de11770e22ae HTTP/1.1" 404 171 0.010752 10.0.0.249 - - [2025-07-24 02:30:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.014106 10.0.0.249 - - [2025-07-24 02:30:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002391 10.0.0.249 - - [2025-07-24 02:30:19] "GET /global-vrouter-config/99eee3c6-5abc-4e4f-a050-034aa6b5b6ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1564 0.002701 10.0.0.249 - - [2025-07-24 02:30:19] "GET /virtual-networks?parent_id=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012263 10.0.0.249 - - [2025-07-24 02:30:19] "POST /fqname-to-id HTTP/1.1" 403 361 0.009994 10.0.0.249 - - [2025-07-24 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.249 - - [2025-07-24 02:30:20] "GET /routing-instance/f0f4d9ba-3069-4481-ace1-7e00259cbb6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.003941 10.0.0.249 - - [2025-07-24 02:30:20] "GET /route-target/298885ad-68ae-4adc-af7b-6ec1ac25f476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.010845 10.0.0.249 - - [2025-07-24 02:30:20] "GET /route-target/298885ad-68ae-4adc-af7b-6ec1ac25f476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003036 10.0.0.249 - - [2025-07-24 02:30:20] "GET /obj-perms HTTP/1.1" 200 4934 0.010226 10.0.0.249 - - [2025-07-24 02:30:20] "GET /obj-perms HTTP/1.1" 200 4934 0.008769 10.0.0.249 - - [2025-07-24 02:30:20] "GET /obj-perms HTTP/1.1" 200 4934 0.058602 10.0.0.249 - - [2025-07-24 02:30:20] "GET /obj-perms HTTP/1.1" 200 4934 0.010976 10.0.0.249 - - [2025-07-24 02:30:20] "GET /obj-perms HTTP/1.1" 200 5039 0.003772 10.0.0.249 - - [2025-07-24 02:30:23] "GET /obj-perms HTTP/1.1" 200 5039 0.003438 10.0.0.249 - - [2025-07-24 02:30:26] "GET /obj-perms HTTP/1.1" 200 5039 0.003659 10.0.0.249 - - [2025-07-24 02:30:29] "GET /obj-perms HTTP/1.1" 200 5039 0.003466 10.0.0.249 - - [2025-07-24 02:30:32] "GET /obj-perms HTTP/1.1" 200 5039 0.004565 10.0.0.249 - - [2025-07-24 02:30:33] "DELETE /project/7de1087ea190457b831e0902cf3f3060 HTTP/1.1" 404 173 0.010242 10.0.0.249 - - [2025-07-24 02:30:33] "DELETE /project/cdcc76382a5043cab359bac6db809e75 HTTP/1.1" 404 173 0.009175 10.0.0.249 - - [2025-07-24 02:30:33] "DELETE /project/33589c450b934530b10d93c59bdba535 HTTP/1.1" 404 173 0.008464 10.0.0.249 - - [2025-07-24 02:30:34] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.249 - - [2025-07-24 02:30:34] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.038282 10.0.0.249 - - [2025-07-24 02:30:34] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001245 10.0.0.249 - - [2025-07-24 02:30:34] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?fields=security_groups HTTP/1.1" 200 1372 0.028738 10.0.0.249 - - [2025-07-24 02:30:34] "DELETE /security-group/4d43194b-350e-4cf8-9f30-3d1127c5ea28 HTTP/1.1" 200 115 0.042443 10.0.0.249 - - [2025-07-24 02:30:34] "GET /projects?obj_uuids=74820dfb-80eb-45a2-86f6-2876766e41c5&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001479 10.0.0.249 - - [2025-07-24 02:30:34] "DELETE /access-control-list/90205222-bd05-40e5-9718-99309e4b3c73 HTTP/1.1" 200 115 0.035682 10.0.0.249 - - [2025-07-24 02:30:34] "GET /project/74820dfb-80eb-45a2-86f6-2876766e41c5?fields=application_policy_sets HTTP/1.1" 200 1411 0.045548 10.0.0.249 - - [2025-07-24 02:30:34] "DELETE /access-control-list/caeae19d-0058-44bf-876c-709767777f96 HTTP/1.1" 200 115 0.031289 10.0.0.249 - - [2025-07-24 02:30:34] "DELETE /project/74820dfb-80eb-45a2-86f6-2876766e41c5 HTTP/1.1" 200 115 0.314315 10.0.0.249 - - [2025-07-24 02:30:35] "GET /obj-perms HTTP/1.1" 200 5039 0.005263 10.0.0.249 - - [2025-07-24 02:30:38] "GET /obj-perms HTTP/1.1" 200 5039 0.003717 10.0.0.249 - - [2025-07-24 02:30:41] "GET /obj-perms HTTP/1.1" 200 5039 0.003366 10.0.0.249 - - [2025-07-24 02:30:42] "GET /obj-perms HTTP/1.1" 200 5075 0.047142 10.0.0.249 - - [2025-07-24 02:30:42] "GET /obj-perms HTTP/1.1" 200 5075 0.045412 10.0.0.249 - - [2025-07-24 02:30:44] "GET /obj-perms HTTP/1.1" 200 5039 0.003953 10.0.0.249 - - [2025-07-24 02:30:47] "GET /obj-perms HTTP/1.1" 200 5039 0.003359 10.0.0.249 - - [2025-07-24 02:30:48] "GET /global-system-configs HTTP/1.1" 200 323 0.032021 10.0.0.249 - - [2025-07-24 02:30:48] "GET /obj-perms HTTP/1.1" 200 5075 0.065579 10.0.0.249 - - [2025-07-24 02:30:48] "GET /global-system-configs HTTP/1.1" 200 323 0.030740 10.0.0.249 - - [2025-07-24 02:30:48] "GET /obj-perms HTTP/1.1" 200 5075 0.068741 10.0.0.249 - - [2025-07-24 02:30:50] "GET /obj-perms HTTP/1.1" 200 5039 0.004377 10.0.0.249 - - [2025-07-24 02:30:53] "GET /obj-perms HTTP/1.1" 200 5039 0.004235 10.0.0.249 - - [2025-07-24 02:30:56] "GET /obj-perms HTTP/1.1" 200 5039 0.003435 10.0.0.249 - - [2025-07-24 02:30:59] "GET /obj-perms HTTP/1.1" 200 5039 0.003230 10.0.0.249 - - [2025-07-24 02:31:02] "GET /obj-perms HTTP/1.1" 200 5039 0.004350 10.0.0.249 - - [2025-07-24 02:31:05] "GET /obj-perms HTTP/1.1" 200 5039 0.003970 10.0.0.249 - - [2025-07-24 02:31:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002501 10.0.0.249 - - [2025-07-24 02:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003733 10.0.0.249 - - [2025-07-24 02:31:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002357 10.0.0.249 - - [2025-07-24 02:31:05] "DELETE /virtual-network/620507cc-f5be-4b08-96eb-2e42e1a9d5b1 HTTP/1.1" 200 115 0.081785 10.0.0.249 - - [2025-07-24 02:31:05] "DELETE /route-target/298885ad-68ae-4adc-af7b-6ec1ac25f476 HTTP/1.1" 200 115 0.023200 10.0.0.249 - - [2025-07-24 02:31:05] "DELETE /api-access-list/a2d8db61-190a-46bd-879b-fe9f87e88b96 HTTP/1.1" 200 115 0.032016 10.0.0.249 - - [2025-07-24 02:31:06] "GET /api-access-list/a2d8db61-190a-46bd-879b-fe9f87e88b96 HTTP/1.1" 404 171 0.002587 10.0.0.249 - - [2025-07-24 02:31:06] "GET /projects?obj_uuids=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001248 10.0.0.249 - - [2025-07-24 02:31:06] "GET /project/cdcc7638-2a50-43ca-b359-bac6db809e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.026989 10.0.0.249 - - [2025-07-24 02:31:06] "GET /projects?obj_uuids=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001140 10.0.0.249 - - [2025-07-24 02:31:06] "GET /project/cdcc7638-2a50-43ca-b359-bac6db809e75?fields=virtual_networks HTTP/1.1" 200 1035 0.072647 10.0.0.249 - - [2025-07-24 02:31:06] "GET /projects?obj_uuids=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001253 10.0.0.249 - - [2025-07-24 02:31:06] "GET /project/cdcc7638-2a50-43ca-b359-bac6db809e75?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.030198 10.0.0.249 - - [2025-07-24 02:31:06] "GET /projects?obj_uuids=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001302 10.0.0.249 - - [2025-07-24 02:31:06] "GET /project/cdcc7638-2a50-43ca-b359-bac6db809e75?fields=security_groups HTTP/1.1" 200 1257 0.028198 10.0.0.249 - - [2025-07-24 02:31:06] "GET /projects?obj_uuids=7de1087e-a190-457b-831e-0902cf3f3060&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001159 10.0.0.249 - - [2025-07-24 02:31:06] "GET /project/7de1087e-a190-457b-831e-0902cf3f3060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.036403 10.0.0.249 - - [2025-07-24 02:31:06] "GET /projects?obj_uuids=7de1087e-a190-457b-831e-0902cf3f3060&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001298 10.0.0.249 - - [2025-07-24 02:31:07] "GET /project/7de1087e-a190-457b-831e-0902cf3f3060?fields=virtual_networks HTTP/1.1" 200 1033 0.068243 10.0.0.249 - - [2025-07-24 02:31:07] "GET /projects?obj_uuids=7de1087e-a190-457b-831e-0902cf3f3060&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001379 10.0.0.249 - - [2025-07-24 02:31:07] "GET /project/7de1087e-a190-457b-831e-0902cf3f3060?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.036587 10.0.0.249 - - [2025-07-24 02:31:07] "GET /projects?obj_uuids=7de1087e-a190-457b-831e-0902cf3f3060&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.249 - - [2025-07-24 02:31:07] "GET /project/7de1087e-a190-457b-831e-0902cf3f3060?fields=security_groups HTTP/1.1" 200 1255 0.026649 10.0.0.249 - - [2025-07-24 02:31:08] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003857 10.0.0.249 - - [2025-07-24 02:31:08] "PUT /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538 HTTP/1.1" 200 265 0.009968 10.0.0.249 - - [2025-07-24 02:31:08] "GET /projects?obj_uuids=33589c45-0b93-4530-b10d-93c59bdba535&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001273 10.0.0.249 - - [2025-07-24 02:31:08] "GET /project/33589c45-0b93-4530-b10d-93c59bdba535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.028173 10.0.0.249 - - [2025-07-24 02:31:08] "GET /projects?obj_uuids=33589c45-0b93-4530-b10d-93c59bdba535&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001063 10.0.0.249 - - [2025-07-24 02:31:08] "GET /project/33589c45-0b93-4530-b10d-93c59bdba535?fields=virtual_networks HTTP/1.1" 200 1034 0.069653 10.0.0.249 - - [2025-07-24 02:31:08] "GET /projects?obj_uuids=33589c45-0b93-4530-b10d-93c59bdba535&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.249 - - [2025-07-24 02:31:08] "GET /project/33589c45-0b93-4530-b10d-93c59bdba535?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.029427 10.0.0.249 - - [2025-07-24 02:31:08] "GET /projects?obj_uuids=33589c45-0b93-4530-b10d-93c59bdba535&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001588 10.0.0.249 - - [2025-07-24 02:31:08] "GET /project/33589c45-0b93-4530-b10d-93c59bdba535?fields=security_groups HTTP/1.1" 200 1256 0.033199 10.0.0.249 - - [2025-07-24 02:31:09] "POST /fqname-to-id HTTP/1.1" 404 188 0.023833 10.0.0.249 - - [2025-07-24 02:31:09] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003170 10.0.0.249 - - [2025-07-24 02:31:09] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.249 - - [2025-07-24 02:31:09] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007165 10.0.0.249 - - [2025-07-24 02:31:09] "POST /id-to-fqname HTTP/1.1" 200 190 0.001210 10.0.0.249 - - [2025-07-24 02:31:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.004435 10.0.0.249 - - [2025-07-24 02:31:09] "POST /security-groups HTTP/1.1" 200 591 0.066536 10.0.0.249 - - [2025-07-24 02:31:09] "POST /fqname-to-id HTTP/1.1" 404 234 0.002586 10.0.0.249 - - [2025-07-24 02:31:09] "POST /projects HTTP/1.1" 200 585 0.218974 10.0.0.249 - - [2025-07-24 02:31:10] "POST /access-control-lists HTTP/1.1" 200 598 0.058332 10.0.0.249 - - [2025-07-24 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.294245 10.0.0.249 - - [2025-07-24 02:31:10] "POST /fqname-to-id HTTP/1.1" 404 233 0.002897 10.0.0.249 - - [2025-07-24 02:31:10] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.424097 10.0.0.249 - - [2025-07-24 02:31:10] "POST /access-control-lists HTTP/1.1" 200 596 0.067908 10.0.0.249 - - [2025-07-24 02:31:11] "GET / HTTP/1.1" 200 36215 0.002936 10.0.0.249 - - [2025-07-24 02:31:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000515 10.0.0.249 - - [2025-07-24 02:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.032573 10.0.0.249 - - [2025-07-24 02:31:13] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.004024 10.0.0.249 - - [2025-07-24 02:31:13] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003847 10.0.0.249 - - [2025-07-24 02:31:13] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1883 0.003374 10.0.0.249 - - [2025-07-24 02:31:13] "PUT /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538 HTTP/1.1" 200 265 0.008846 10.0.0.249 - - [2025-07-24 02:31:13] "GET /aaa-mode HTTP/1.1" 200 128 0.001541 10.0.0.249 - - [2025-07-24 02:31:14] "POST /fqname-to-id HTTP/1.1" 404 188 0.020531 10.0.0.249 - - [2025-07-24 02:31:14] "GET /projects?obj_uuids=0f30a8ab-846e-4c20-9e5c-fb794296a67f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002290 10.0.0.249 - - [2025-07-24 02:31:14] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001137 10.0.0.249 - - [2025-07-24 02:31:14] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007678 10.0.0.249 - - [2025-07-24 02:31:14] "POST /id-to-fqname HTTP/1.1" 200 190 0.001961 10.0.0.249 - - [2025-07-24 02:31:14] "POST /fqname-to-id HTTP/1.1" 404 199 0.002190 10.0.0.249 - - [2025-07-24 02:31:14] "POST /security-groups HTTP/1.1" 200 591 0.064034 10.0.0.249 - - [2025-07-24 02:31:14] "POST /fqname-to-id HTTP/1.1" 404 234 0.003378 10.0.0.249 - - [2025-07-24 02:31:14] "POST /projects HTTP/1.1" 200 585 0.209208 10.0.0.249 - - [2025-07-24 02:31:14] "POST /access-control-lists HTTP/1.1" 200 598 0.060329 10.0.0.249 - - [2025-07-24 02:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.283911 10.0.0.249 - - [2025-07-24 02:31:14] "POST /fqname-to-id HTTP/1.1" 404 233 0.003175 10.0.0.249 - - [2025-07-24 02:31:14] "GET /project/0f30a8ab-846e-4c20-9e5c-fb794296a67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.404890 10.0.0.249 - - [2025-07-24 02:31:14] "POST /access-control-lists HTTP/1.1" 200 596 0.060109 10.0.0.249 - - [2025-07-24 02:31:15] "POST /fqname-to-id HTTP/1.1" 404 188 0.022398 10.0.0.249 - - [2025-07-24 02:31:15] "GET /projects?obj_uuids=98f44db5-9568-46e8-9822-7f96b70cb007&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002399 10.0.0.249 - - [2025-07-24 02:31:15] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000978 10.0.0.249 - - [2025-07-24 02:31:15] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006683 10.0.0.249 - - [2025-07-24 02:31:15] "POST /id-to-fqname HTTP/1.1" 200 190 0.001740 10.0.0.249 - - [2025-07-24 02:31:15] "POST /fqname-to-id HTTP/1.1" 404 199 0.002384 10.0.0.249 - - [2025-07-24 02:31:15] "POST /security-groups HTTP/1.1" 200 591 0.065860 10.0.0.249 - - [2025-07-24 02:31:15] "POST /fqname-to-id HTTP/1.1" 404 234 0.003199 10.0.0.249 - - [2025-07-24 02:31:15] "POST /projects HTTP/1.1" 200 585 0.234129 10.0.0.249 - - [2025-07-24 02:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.274530 10.0.0.249 - - [2025-07-24 02:31:15] "POST /access-control-lists HTTP/1.1" 200 598 0.061532 10.0.0.249 - - [2025-07-24 02:31:15] "GET /project/98f44db5-9568-46e8-9822-7f96b70cb007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.402157 10.0.0.249 - - [2025-07-24 02:31:15] "POST /fqname-to-id HTTP/1.1" 404 233 0.002571 10.0.0.249 - - [2025-07-24 02:31:15] "POST /access-control-lists HTTP/1.1" 200 596 0.060148 10.0.0.249 - - [2025-07-24 02:31:16] "GET / HTTP/1.1" 200 36215 0.002505 10.0.0.249 - - [2025-07-24 02:31:16] "GET / HTTP/1.1" 200 36215 0.002794 10.0.0.249 - - [2025-07-24 02:31:17] "POST /fqname-to-id HTTP/1.1" 404 183 0.003646 10.0.0.249 - - [2025-07-24 02:31:17] "POST /api-access-lists HTTP/1.1" 200 523 0.015564 10.0.0.249 - - [2025-07-24 02:31:17] "GET /api-access-list/1bae6646-1021-414d-910f-c86f6b635042?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.004680 10.0.0.249 - - [2025-07-24 02:31:17] "GET /api-access-list/1bae6646-1021-414d-910f-c86f6b635042 HTTP/1.1" 401 293 0.000540 10.0.0.249 - - [2025-07-24 02:31:17] "GET /api-access-list/1bae6646-1021-414d-910f-c86f6b635042 HTTP/1.1" 200 1290 0.061219 10.0.0.249 - - [2025-07-24 02:31:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000536 10.0.0.249 - - [2025-07-24 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.044491 10.0.0.249 - - [2025-07-24 02:31:18] "GET /projects?obj_uuids=0f30a8ab-846e-4c20-9e5c-fb794296a67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001104 10.0.0.249 - - [2025-07-24 02:31:18] "GET /project/0f30a8ab-846e-4c20-9e5c-fb794296a67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.040916 10.0.0.249 - - [2025-07-24 02:31:18] "GET /virtual-networks?parent_id=0f30a8ab-846e-4c20-9e5c-fb794296a67f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.012062 10.0.0.249 - - [2025-07-24 02:31:18] "POST /virtual-networks HTTP/1.1" 200 585 0.055815 10.0.0.249 - - [2025-07-24 02:31:18] "POST /route-targets HTTP/1.1" 200 328 0.010232 10.0.0.249 - - [2025-07-24 02:31:18] "POST /ref-update HTTP/1.1" 200 156 0.013885 10.0.0.249 - - [2025-07-24 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.018761 10.0.0.249 - - [2025-07-24 02:31:18] "GET /network-ipam/7888d613-a6ff-4c5c-a162-ec4a93643737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.013425 10.0.0.249 - - [2025-07-24 02:31:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004077 10.0.0.249 - - [2025-07-24 02:31:18] "POST /ref-update HTTP/1.1" 200 156 0.048989 10.0.0.249 - - [2025-07-24 02:31:18] "POST /neutron/network HTTP/1.1" 200 847 0.046137 10.0.0.249 - - [2025-07-24 02:31:18] "POST /neutron/network HTTP/1.1" 200 847 0.022264 10.0.0.249 - - [2025-07-24 02:31:18] "GET /virtual-network/f77a42b4-35ab-474e-bd17-9ef80fed14e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2014 0.014853 10.0.0.249 - - [2025-07-24 02:31:18] "POST /neutron/network HTTP/1.1" 200 847 0.024005 10.0.0.249 - - [2025-07-24 02:31:18] "POST /neutron/subnet HTTP/1.1" 200 674 0.031151 10.0.0.249 - - [2025-07-24 02:31:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000391 10.0.0.249 - - [2025-07-24 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.038487 10.0.0.249 - - [2025-07-24 02:31:19] "GET /projects?obj_uuids=98f44db5-9568-46e8-9822-7f96b70cb007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001162 10.0.0.249 - - [2025-07-24 02:31:19] "GET /project/98f44db5-9568-46e8-9822-7f96b70cb007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.051106 10.0.0.249 - - [2025-07-24 02:31:19] "GET /virtual-networks?parent_id=98f44db5-9568-46e8-9822-7f96b70cb007&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011402 10.0.0.249 - - [2025-07-24 02:31:19] "POST /virtual-networks HTTP/1.1" 200 585 0.043176 10.0.0.249 - - [2025-07-24 02:31:19] "POST /route-targets HTTP/1.1" 200 328 0.012726 10.0.0.249 - - [2025-07-24 02:31:19] "POST /ref-update HTTP/1.1" 200 156 0.011800 10.0.0.249 - - [2025-07-24 02:31:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.018151 10.0.0.249 - - [2025-07-24 02:31:19] "GET /network-ipam/7888d613-a6ff-4c5c-a162-ec4a93643737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.013011 10.0.0.249 - - [2025-07-24 02:31:19] "POST /useragent-kv HTTP/1.1" 200 115 0.004978 10.0.0.249 - - [2025-07-24 02:31:19] "POST /ref-update HTTP/1.1" 200 156 0.064191 10.0.0.249 - - [2025-07-24 02:31:19] "POST /neutron/network HTTP/1.1" 200 850 0.046679 10.0.0.249 - - [2025-07-24 02:31:19] "POST /neutron/network HTTP/1.1" 200 850 0.022821 10.0.0.249 - - [2025-07-24 02:31:19] "GET /virtual-network/315bee5c-22b7-4ef5-a05e-256ba10bc7ba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.014673 10.0.0.249 - - [2025-07-24 02:31:19] "POST /neutron/network HTTP/1.1" 200 850 0.022389 10.0.0.249 - - [2025-07-24 02:31:19] "POST /neutron/subnet HTTP/1.1" 200 686 0.033719 10.0.0.249 - - [2025-07-24 02:31:19] "GET /virtual-network/f77a42b4-35ab-474e-bd17-9ef80fed14e2 HTTP/1.1" 401 293 0.000409 10.0.0.249 - - [2025-07-24 02:31:20] "GET /virtual-network/f77a42b4-35ab-474e-bd17-9ef80fed14e2 HTTP/1.1" 200 2315 0.040809 10.0.0.249 - - [2025-07-24 02:31:20] "GET /virtual-network/f77a42b4-35ab-474e-bd17-9ef80fed14e2 HTTP/1.1" 401 293 0.000550 10.0.0.249 - - [2025-07-24 02:31:20] "GET /virtual-network/f77a42b4-35ab-474e-bd17-9ef80fed14e2 HTTP/1.1" 403 376 0.033613 10.0.0.249 - - [2025-07-24 02:31:20] "GET /virtual-network/f77a42b4-35ab-474e-bd17-9ef80fed14e2 HTTP/1.1" 200 2315 0.005209 10.0.0.249 - - [2025-07-24 02:31:20] "GET /virtual-networks HTTP/1.1" 200 372 0.021844 10.0.0.249 - - [2025-07-24 02:31:20] "GET /virtual-networks HTTP/1.1" 200 372 0.020400 10.0.0.249 - - [2025-07-24 02:31:20] "PUT /virtual-network/f77a42b4-35ab-474e-bd17-9ef80fed14e2 HTTP/1.1" 200 265 0.025911 10.0.0.249 - - [2025-07-24 02:31:20] "GET /virtual-networks HTTP/1.1" 200 132 0.021775 10.0.0.249 - - [2025-07-24 02:31:20] "GET /virtual-networks HTTP/1.1" 200 613 0.021993 10.0.0.249 - - [2025-07-24 02:31:20] "GET /virtual-networks HTTP/1.1" 200 1654 0.002271 10.0.0.249 - - [2025-07-24 02:31:20] "PUT /virtual-network/f77a42b4-35ab-474e-bd17-9ef80fed14e2 HTTP/1.1" 200 265 0.026131 10.0.0.249 - - [2025-07-24 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.249 - - [2025-07-24 02:31:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004157 10.0.0.249 - - [2025-07-24 02:31:20] "POST /useragent-kv HTTP/1.1" 200 115 0.002414 10.0.0.249 - - [2025-07-24 02:31:20] "DELETE /virtual-network/315bee5c-22b7-4ef5-a05e-256ba10bc7ba HTTP/1.1" 200 115 0.076480 10.0.0.249 - - [2025-07-24 02:31:20] "DELETE /route-target/61d35ca6-e7bf-4534-bee2-7d39b46b4fe3 HTTP/1.1" 200 115 0.020394 10.0.0.249 - - [2025-07-24 02:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005110 10.0.0.249 - - [2025-07-24 02:31:20] "POST /useragent-kv HTTP/1.1" 200 115 0.003567 10.0.0.249 - - [2025-07-24 02:31:20] "POST /useragent-kv HTTP/1.1" 200 115 0.001924 10.0.0.249 - - [2025-07-24 02:31:20] "DELETE /virtual-network/f77a42b4-35ab-474e-bd17-9ef80fed14e2 HTTP/1.1" 200 115 0.101582 10.0.0.249 - - [2025-07-24 02:31:20] "DELETE /route-target/94f404c6-1328-4ae4-a313-c1efd1959226 HTTP/1.1" 200 115 0.022619 10.0.0.249 - - [2025-07-24 02:31:20] "DELETE /api-access-list/1bae6646-1021-414d-910f-c86f6b635042 HTTP/1.1" 200 115 0.025629 10.0.0.249 - - [2025-07-24 02:31:20] "GET /api-access-list/1bae6646-1021-414d-910f-c86f6b635042 HTTP/1.1" 404 171 0.003043 10.0.0.249 - - [2025-07-24 02:31:21] "GET /projects?obj_uuids=98f44db5-9568-46e8-9822-7f96b70cb007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001293 10.0.0.249 - - [2025-07-24 02:31:21] "GET /project/98f44db5-9568-46e8-9822-7f96b70cb007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.029200 10.0.0.249 - - [2025-07-24 02:31:21] "GET /projects?obj_uuids=98f44db5-9568-46e8-9822-7f96b70cb007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001071 10.0.0.249 - - [2025-07-24 02:31:21] "GET /project/98f44db5-9568-46e8-9822-7f96b70cb007?fields=virtual_networks HTTP/1.1" 200 1045 0.071268 10.0.0.249 - - [2025-07-24 02:31:21] "GET /projects?obj_uuids=98f44db5-9568-46e8-9822-7f96b70cb007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002734 10.0.0.249 - - [2025-07-24 02:31:21] "GET /project/98f44db5-9568-46e8-9822-7f96b70cb007?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.031957 10.0.0.249 - - [2025-07-24 02:31:21] "GET /projects?obj_uuids=98f44db5-9568-46e8-9822-7f96b70cb007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.249 - - [2025-07-24 02:31:21] "GET /project/98f44db5-9568-46e8-9822-7f96b70cb007?fields=security_groups HTTP/1.1" 200 1272 0.031525 10.0.0.249 - - [2025-07-24 02:31:21] "GET /projects?obj_uuids=0f30a8ab-846e-4c20-9e5c-fb794296a67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.249 - - [2025-07-24 02:31:21] "GET /project/0f30a8ab-846e-4c20-9e5c-fb794296a67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.025962 10.0.0.249 - - [2025-07-24 02:31:21] "GET /projects?obj_uuids=0f30a8ab-846e-4c20-9e5c-fb794296a67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001287 10.0.0.249 - - [2025-07-24 02:31:21] "GET /project/0f30a8ab-846e-4c20-9e5c-fb794296a67f?fields=virtual_networks HTTP/1.1" 200 1044 0.070013 10.0.0.249 - - [2025-07-24 02:31:21] "GET /projects?obj_uuids=0f30a8ab-846e-4c20-9e5c-fb794296a67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.249 - - [2025-07-24 02:31:22] "GET /project/0f30a8ab-846e-4c20-9e5c-fb794296a67f?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.025757 10.0.0.249 - - [2025-07-24 02:31:22] "GET /projects?obj_uuids=0f30a8ab-846e-4c20-9e5c-fb794296a67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001176 10.0.0.249 - - [2025-07-24 02:31:22] "GET /project/0f30a8ab-846e-4c20-9e5c-fb794296a67f?fields=security_groups HTTP/1.1" 200 1271 0.029335 10.0.0.249 - - [2025-07-24 02:31:22] "GET /aaa-mode HTTP/1.1" 200 128 0.001653 10.0.0.249 - - [2025-07-24 02:31:23] "GET / HTTP/1.1" 200 36215 0.001947 10.0.0.249 - - [2025-07-24 02:31:24] "GET / HTTP/1.1" 200 36215 0.001688 10.0.0.249 - - [2025-07-24 02:31:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000579 10.0.0.249 - - [2025-07-24 02:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.076667 10.0.0.249 - - [2025-07-24 02:31:25] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.249 - - [2025-07-24 02:31:25] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.036665 10.0.0.249 - - [2025-07-24 02:31:25] "GET /virtual-networks?parent_id=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008491 10.0.0.249 - - [2025-07-24 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.009394 10.0.0.249 - - [2025-07-24 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010639 10.0.0.249 - - [2025-07-24 02:31:25] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.249 - - [2025-07-24 02:31:25] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.015918 10.0.0.249 - - [2025-07-24 02:31:25] "POST /service-templates HTTP/1.1" 403 264 0.009107 10.0.0.249 - - [2025-07-24 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 215 0.003302 10.0.0.249 - - [2025-07-24 02:31:25] "POST /api-access-lists HTTP/1.1" 200 557 0.017447 10.0.0.249 - - [2025-07-24 02:31:25] "GET /api-access-list/b4c3026b-f6e4-45ff-823c-878533a52481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.004509 10.0.0.249 - - [2025-07-24 02:31:25] "GET /api-access-list/b4c3026b-f6e4-45ff-823c-878533a52481 HTTP/1.1" 200 1324 0.004239 10.0.0.249 - - [2025-07-24 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.014489 10.0.0.249 - - [2025-07-24 02:31:25] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001215 10.0.0.249 - - [2025-07-24 02:31:25] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.038823 10.0.0.249 - - [2025-07-24 02:31:25] "GET /virtual-networks?parent_id=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014953 10.0.0.249 - - [2025-07-24 02:31:25] "POST /virtual-networks HTTP/1.1" 200 585 0.060391 10.0.0.249 - - [2025-07-24 02:31:25] "POST /route-targets HTTP/1.1" 200 328 0.010710 10.0.0.249 - - [2025-07-24 02:31:25] "POST /ref-update HTTP/1.1" 200 156 0.016819 10.0.0.249 - - [2025-07-24 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.018125 10.0.0.249 - - [2025-07-24 02:31:25] "GET /network-ipam/7888d613-a6ff-4c5c-a162-ec4a93643737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.013431 10.0.0.249 - - [2025-07-24 02:31:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002603 10.0.0.249 - - [2025-07-24 02:31:25] "POST /ref-update HTTP/1.1" 200 156 0.054582 10.0.0.249 - - [2025-07-24 02:31:26] "POST /neutron/network HTTP/1.1" 200 850 0.046173 10.0.0.249 - - [2025-07-24 02:31:26] "POST /neutron/network HTTP/1.1" 200 850 0.021050 10.0.0.249 - - [2025-07-24 02:31:26] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.016372 10.0.0.249 - - [2025-07-24 02:31:26] "POST /neutron/network HTTP/1.1" 200 850 0.024003 10.0.0.249 - - [2025-07-24 02:31:26] "POST /neutron/subnet HTTP/1.1" 200 686 0.031068 10.0.0.249 - - [2025-07-24 02:31:26] "POST /neutron/network HTTP/1.1" 200 850 0.058749 10.0.0.249 - - [2025-07-24 02:31:26] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.006365 10.0.0.249 - - [2025-07-24 02:31:26] "GET /network-ipam/7888d613-a6ff-4c5c-a162-ec4a93643737?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.003594 10.0.0.249 - - [2025-07-24 02:31:26] "GET /domains HTTP/1.1" 200 281 0.002896 10.0.0.249 - - [2025-07-24 02:31:26] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001362 10.0.0.249 - - [2025-07-24 02:31:26] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 3504 0.008734 10.0.0.249 - - [2025-07-24 02:31:26] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001478 10.0.0.249 - - [2025-07-24 02:31:26] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba HTTP/1.1" 200 2369 0.070982 10.0.0.249 - - [2025-07-24 02:31:26] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 200 2321 0.006543 10.0.0.249 - - [2025-07-24 02:31:26] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 200 2321 0.004825 10.0.0.249 - - [2025-07-24 02:31:26] "GET /routing-instance/ff5d0425-9f9f-4155-ba5f-01bc7d7076cd HTTP/1.1" 200 1559 0.003800 10.0.0.249 - - [2025-07-24 02:31:26] "GET /routing-instance/ff5d0425-9f9f-4155-ba5f-01bc7d7076cd HTTP/1.1" 200 1559 0.007082 10.0.0.249 - - [2025-07-24 02:31:26] "GET /route-target/f73187af-f7b3-47a3-8694-3f0a40716e21 HTTP/1.1" 200 1246 0.005025 10.0.0.249 - - [2025-07-24 02:31:26] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 200 2321 0.005912 10.0.0.249 - - [2025-07-24 02:31:26] "GET /routing-instance/ff5d0425-9f9f-4155-ba5f-01bc7d7076cd HTTP/1.1" 200 1559 0.004059 10.0.0.249 - - [2025-07-24 02:31:26] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.005961 10.0.0.249 - - [2025-07-24 02:31:26] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 200 2321 0.005795 10.0.0.249 - - [2025-07-24 02:31:26] "GET /routing-instance/ff5d0425-9f9f-4155-ba5f-01bc7d7076cd HTTP/1.1" 200 1559 0.004084 10.0.0.249 - - [2025-07-24 02:31:26] "GET /routing-instance/ff5d0425-9f9f-4155-ba5f-01bc7d7076cd HTTP/1.1" 200 1559 0.004049 10.0.0.249 - - [2025-07-24 02:31:26] "GET /route-target/f73187af-f7b3-47a3-8694-3f0a40716e21 HTTP/1.1" 200 1246 0.003566 10.0.0.249 - - [2025-07-24 02:31:26] "GET /domains HTTP/1.1" 200 281 0.003478 10.0.0.249 - - [2025-07-24 02:31:26] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.249 - - [2025-07-24 02:31:26] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414 HTTP/1.1" 200 3504 0.008357 10.0.0.249 - - [2025-07-24 02:31:26] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001365 10.0.0.249 - - [2025-07-24 02:31:26] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba HTTP/1.1" 200 2369 0.074463 10.0.0.249 - - [2025-07-24 02:31:26] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 200 2321 0.005692 10.0.0.249 - - [2025-07-24 02:31:27] "GET /obj-perms HTTP/1.1" 200 5049 0.054519 10.0.0.249 - - [2025-07-24 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.010474 10.0.0.249 - - [2025-07-24 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.011824 10.0.0.249 - - [2025-07-24 02:31:27] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001209 10.0.0.249 - - [2025-07-24 02:31:27] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.015095 10.0.0.249 - - [2025-07-24 02:31:27] "POST /service-templates HTTP/1.1" 403 264 0.009180 10.0.0.249 - - [2025-07-24 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.004337 10.0.0.249 - - [2025-07-24 02:31:27] "POST /api-access-lists HTTP/1.1" 200 523 0.014500 10.0.0.249 - - [2025-07-24 02:31:27] "GET /api-access-list/9b272340-3aed-476e-9a71-af48a2701faf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.004666 10.0.0.249 - - [2025-07-24 02:31:27] "GET /api-access-list/9b272340-3aed-476e-9a71-af48a2701faf HTTP/1.1" 200 1292 0.003561 10.0.0.249 - - [2025-07-24 02:31:27] "POST /fqname-to-id HTTP/1.1" 404 197 0.011723 10.0.0.249 - - [2025-07-24 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.015841 10.0.0.249 - - [2025-07-24 02:31:27] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001493 10.0.0.249 - - [2025-07-24 02:31:27] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.021196 10.0.0.249 - - [2025-07-24 02:31:27] "POST /service-templates HTTP/1.1" 200 553 0.037411 10.0.0.249 - - [2025-07-24 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.016005 10.0.0.249 - - [2025-07-24 02:31:27] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.015467 10.0.0.249 - - [2025-07-24 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.018213 10.0.0.249 - - [2025-07-24 02:31:27] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.017615 10.0.0.249 - - [2025-07-24 02:31:27] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 401 293 0.000486 10.0.0.249 - - [2025-07-24 02:31:28] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 403 263 0.038986 10.0.0.249 - - [2025-07-24 02:31:28] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 403 264 0.008469 10.0.0.249 - - [2025-07-24 02:31:28] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 403 264 0.037406 10.0.0.249 - - [2025-07-24 02:31:28] "GET /api-access-list/b4c3026b-f6e4-45ff-823c-878533a52481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.003896 10.0.0.249 - - [2025-07-24 02:31:28] "PUT /api-access-list/b4c3026b-f6e4-45ff-823c-878533a52481 HTTP/1.1" 200 265 0.008565 10.0.0.249 - - [2025-07-24 02:31:28] "GET /api-access-list/b4c3026b-f6e4-45ff-823c-878533a52481 HTTP/1.1" 200 1461 0.004821 10.0.0.249 - - [2025-07-24 02:31:28] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 200 2321 0.016776 10.0.0.249 - - [2025-07-24 02:31:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000508 10.0.0.249 - - [2025-07-24 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.039679 10.0.0.249 - - [2025-07-24 02:31:29] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.023173 10.0.0.249 - - [2025-07-24 02:31:29] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.064898 10.0.0.249 - - [2025-07-24 02:31:29] "GET /virtual-networks?parent_id=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.015428 10.0.0.249 - - [2025-07-24 02:31:29] "POST /virtual-networks HTTP/1.1" 403 263 0.009261 10.0.0.249 - - [2025-07-24 02:31:29] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 403 264 0.010702 10.0.0.249 - - [2025-07-24 02:31:29] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 403 264 0.030848 10.0.0.249 - - [2025-07-24 02:31:29] "GET /api-access-list/9b272340-3aed-476e-9a71-af48a2701faf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003232 10.0.0.249 - - [2025-07-24 02:31:29] "PUT /api-access-list/9b272340-3aed-476e-9a71-af48a2701faf HTTP/1.1" 200 265 0.007716 10.0.0.249 - - [2025-07-24 02:31:29] "GET /api-access-list/9b272340-3aed-476e-9a71-af48a2701faf HTTP/1.1" 200 1430 0.003839 10.0.0.249 - - [2025-07-24 02:31:29] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 200 1856 0.017576 10.0.0.249 - - [2025-07-24 02:31:29] "POST /fqname-to-id HTTP/1.1" 404 197 0.011221 10.0.0.249 - - [2025-07-24 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.012967 10.0.0.249 - - [2025-07-24 02:31:29] "GET /domains?obj_uuids=9e3d9b4e-b642-4013-986a-3b45792f8414&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.249 - - [2025-07-24 02:31:29] "GET /domain/9e3d9b4e-b642-4013-986a-3b45792f8414?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 895 0.017320 10.0.0.249 - - [2025-07-24 02:31:29] "POST /service-templates HTTP/1.1" 403 264 0.010601 10.0.0.249 - - [2025-07-24 02:31:29] "GET /api-access-list/b4c3026b-f6e4-45ff-823c-878533a52481?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.003768 10.0.0.249 - - [2025-07-24 02:31:29] "PUT /api-access-list/b4c3026b-f6e4-45ff-823c-878533a52481 HTTP/1.1" 200 265 0.008903 10.0.0.249 - - [2025-07-24 02:31:29] "GET /api-access-list/b4c3026b-f6e4-45ff-823c-878533a52481 HTTP/1.1" 200 1324 0.004828 10.0.0.249 - - [2025-07-24 02:31:29] "GET /api-access-list/9b272340-3aed-476e-9a71-af48a2701faf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.002838 10.0.0.249 - - [2025-07-24 02:31:29] "PUT /api-access-list/9b272340-3aed-476e-9a71-af48a2701faf HTTP/1.1" 200 265 0.010482 10.0.0.249 - - [2025-07-24 02:31:30] "GET /api-access-list/9b272340-3aed-476e-9a71-af48a2701faf HTTP/1.1" 200 1292 0.004230 10.0.0.249 - - [2025-07-24 02:31:30] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 403 263 0.017643 10.0.0.249 - - [2025-07-24 02:31:30] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 403 263 0.060715 10.0.0.249 - - [2025-07-24 02:31:30] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 403 264 0.009214 10.0.0.249 - - [2025-07-24 02:31:30] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 403 264 0.035064 10.0.0.249 - - [2025-07-24 02:31:30] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.004002 10.0.0.249 - - [2025-07-24 02:31:30] "PUT /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538 HTTP/1.1" 200 265 0.008480 10.0.0.249 - - [2025-07-24 02:31:30] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 200 1856 0.014060 10.0.0.249 - - [2025-07-24 02:31:30] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 200 2321 0.014120 10.0.0.249 - - [2025-07-24 02:31:30] "DELETE /api-access-list/b4c3026b-f6e4-45ff-823c-878533a52481 HTTP/1.1" 200 115 0.024275 10.0.0.249 - - [2025-07-24 02:31:30] "GET /api-access-list/b4c3026b-f6e4-45ff-823c-878533a52481 HTTP/1.1" 404 171 0.002316 10.0.0.249 - - [2025-07-24 02:31:30] "DELETE /api-access-list/9b272340-3aed-476e-9a71-af48a2701faf HTTP/1.1" 200 115 0.017013 10.0.0.249 - - [2025-07-24 02:31:30] "GET /api-access-list/9b272340-3aed-476e-9a71-af48a2701faf HTTP/1.1" 404 171 0.002434 10.0.0.249 - - [2025-07-24 02:31:30] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 401 293 0.000409 10.0.0.249 - - [2025-07-24 02:31:31] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 403 263 0.035538 10.0.0.249 - - [2025-07-24 02:31:31] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 403 264 0.007183 10.0.0.249 - - [2025-07-24 02:31:31] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 403 264 0.030612 10.0.0.249 - - [2025-07-24 02:31:31] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2687 0.003774 10.0.0.249 - - [2025-07-24 02:31:31] "PUT /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538 HTTP/1.1" 200 265 0.010082 10.0.0.249 - - [2025-07-24 02:31:31] "GET /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 200 2321 0.014473 10.0.0.249 - - [2025-07-24 02:31:31] "GET /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 200 1856 0.011214 10.0.0.249 - - [2025-07-24 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.009626 10.0.0.249 - - [2025-07-24 02:31:31] "DELETE /service-template/be651836-832d-46f7-a167-0e8796c263f4 HTTP/1.1" 200 115 0.029589 10.0.0.249 - - [2025-07-24 02:31:31] "POST /fqname-to-id HTTP/1.1" 404 197 0.009846 10.0.0.249 - - [2025-07-24 02:31:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003468 10.0.0.249 - - [2025-07-24 02:31:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.249 - - [2025-07-24 02:31:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001935 10.0.0.249 - - [2025-07-24 02:31:31] "DELETE /virtual-network/3995def8-bd14-47f2-ae16-c768d35618ee HTTP/1.1" 200 115 0.101814 10.0.0.249 - - [2025-07-24 02:31:31] "DELETE /route-target/f73187af-f7b3-47a3-8694-3f0a40716e21 HTTP/1.1" 200 115 0.018046 10.0.0.249 - - [2025-07-24 02:31:32] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.003473 10.0.0.249 - - [2025-07-24 02:31:32] "PUT /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538 HTTP/1.1" 200 265 0.008955 10.0.0.249 - - [2025-07-24 02:31:32] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2693 0.004044 10.0.0.249 - - [2025-07-24 02:31:32] "PUT /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538 HTTP/1.1" 200 265 0.009337 10.0.0.249 - - [2025-07-24 02:31:33] "GET /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2412 0.003923 10.0.0.249 - - [2025-07-24 02:31:33] "PUT /api-access-list/ff74a596-dc07-4683-85bf-7f4c92377538 HTTP/1.1" 200 265 0.012787 10.0.0.249 - - [2025-07-24 02:31:33] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001684 10.0.0.249 - - [2025-07-24 02:31:33] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.041702 10.0.0.249 - - [2025-07-24 02:31:33] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001012 10.0.0.249 - - [2025-07-24 02:31:33] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba?fields=virtual_networks HTTP/1.1" 200 1044 0.048117 10.0.0.249 - - [2025-07-24 02:31:33] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001517 10.0.0.249 - - [2025-07-24 02:31:33] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.041912 10.0.0.249 - - [2025-07-24 02:31:33] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001304 10.0.0.249 - - [2025-07-24 02:31:33] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba?fields=security_groups HTTP/1.1" 200 1271 0.027558 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=0b34a109-c47d-4fa6-a80a-2074edc04d76&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001479 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/0b34a109-c47d-4fa6-a80a-2074edc04d76?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.028876 [Introspect:8084]10.0.0.249 - - [2025-07-24 02:31:34] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001034 10.0.0.249 - - [2025-07-24 02:31:34] "DELETE /project/38d014dfdc854e5fb74c9d70c6f60bba HTTP/1.1" 404 173 0.056898 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=7de1087e-a190-457b-831e-0902cf3f3060&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001432 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=98f44db5-9568-46e8-9822-7f96b70cb007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/7de1087e-a190-457b-831e-0902cf3f3060?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.050790 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=7de1087e-a190-457b-831e-0902cf3f3060&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001082 10.0.0.249 - - [2025-07-24 02:31:34] "DELETE /project/0f30a8ab846e4c209e5cfb794296a67f HTTP/1.1" 404 173 0.126167 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/98f44db5-9568-46e8-9822-7f96b70cb007?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.057586 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001060 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/cdcc7638-2a50-43ca-b359-bac6db809e75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.038683 10.0.0.249 - - [2025-07-24 02:31:34] "DELETE /project/98f44db5956846e898227f96b70cb007 HTTP/1.1" 404 173 0.199033 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001078 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=98f44db5-9568-46e8-9822-7f96b70cb007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/7de1087e-a190-457b-831e-0902cf3f3060?fields=security_groups HTTP/1.1" 200 1357 0.116694 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=33589c45-0b93-4530-b10d-93c59bdba535&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001031 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=0f30a8ab-846e-4c20-9e5c-fb794296a67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001104 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001277 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/cdcc7638-2a50-43ca-b359-bac6db809e75?fields=security_groups HTTP/1.1" 200 1359 0.082225 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/33589c45-0b93-4530-b10d-93c59bdba535?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.101701 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/98f44db5-9568-46e8-9822-7f96b70cb007?fields=security_groups HTTP/1.1" 200 1374 0.135157 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/0f30a8ab-846e-4c20-9e5c-fb794296a67f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.108162 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=0f30a8ab-846e-4c20-9e5c-fb794296a67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001135 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=33589c45-0b93-4530-b10d-93c59bdba535&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.005276 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.144976 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=38d014df-dc85-4e5f-b74c-9d70c6f60bba&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001507 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/0f30a8ab-846e-4c20-9e5c-fb794296a67f?fields=security_groups HTTP/1.1" 200 1373 0.108972 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/33589c45-0b93-4530-b10d-93c59bdba535?fields=security_groups HTTP/1.1" 200 1358 0.107865 10.0.0.249 - - [2025-07-24 02:31:34] "DELETE /security-group/b9475031-238d-445f-bdcd-d8a8e7a23a7c HTTP/1.1" 200 115 0.248248 10.0.0.249 - - [2025-07-24 02:31:34] "GET /project/38d014df-dc85-4e5f-b74c-9d70c6f60bba?fields=security_groups HTTP/1.1" 200 1373 0.104406 10.0.0.249 - - [2025-07-24 02:31:34] "GET /projects?obj_uuids=7de1087e-a190-457b-831e-0902cf3f3060&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001265 10.0.0.249 - - [2025-07-24 02:31:35] "DELETE /access-control-list/63046255-0fb9-417c-87aa-427c01df35df HTTP/1.1" 200 115 0.137727 10.0.0.249 - - [2025-07-24 02:31:35] "DELETE /security-group/f9a30cc0-607d-48b6-a541-72bacc362824 HTTP/1.1" 200 115 0.255081 10.0.0.249 - - [2025-07-24 02:31:35] "GET /project/7de1087e-a190-457b-831e-0902cf3f3060?fields=application_policy_sets HTTP/1.1" 200 1396 0.068152 10.0.0.249 - - [2025-07-24 02:31:35] "DELETE /security-group/f80fea75-2e6a-411f-bcc2-747eb7c5bb1e HTTP/1.1" 200 115 0.238430 10.0.0.249 - - [2025-07-24 02:31:35] "GET /projects?obj_uuids=cdcc7638-2a50-43ca-b359-bac6db809e75&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001259 10.0.0.249 - - [2025-07-24 02:31:35] "GET /projects?obj_uuids=98f44db5-9568-46e8-9822-7f96b70cb007&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001082 10.0.0.249 - - [2025-07-24 02:31:35] "DELETE /access-control-list/e2aa261c-fcdf-44b6-9072-a3b2c476a787 HTTP/1.1" 200 115 0.078401 10.0.0.249 - - [2025-07-24 02:31:35] "GET /project/cdcc7638-2a50-43ca-b359-bac6db809e75?fields=application_policy_sets HTTP/1.1" 200 1398 0.073868 10.0.0.249 - - [2025-07-24 02:31:35] "DELETE /access-control-list/28b5b0a3-25db-4156-89ad-cbe1e0c52a3a HTTP/1.1" 200 115 0.050843 10.0.0.249 - - [2025-07-24 02:31:35] "DELETE /security-group/54636005-f3b2-45d6-a218-fc236ddb1e9e HTTP/1.1" 200 115 0.182839 10.0.0.249 - - [2025-07-24 02:31:35] "DELETE /security-group/6b62e474-2916-449c-8eda-465761163288 HTTP/1.1" 200 115 0.185719 10.0.0.249 - - [2025-07-24 02:31:35] "GET /projects?obj_uuids=0f30a8ab-846e-4c20-9e5c-fb794296a67f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.249 - - [2025-07-24 02:31:35] "GET /projects?obj_uuids=33589c45-0b93-4530-b10d-93c59bdba535&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001040