+++ date ++ echo 'INFO: =================== Thu Dec 11 02:13:49 AM UTC 2025 ===================' INFO: =================== Thu Dec 11 02:13:49 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ 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.242 ++ 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.242 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242 ++ ANALYTICSDB_NODES=10.0.0.242 ++ ANALYTICS_SNMP_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ '[' -n '10.0.0.242:8081 ' ']' +++ echo 10.0.0.242:8081 ++ ANALYTICS_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ '[' -n '10.0.0.242:9042 ' ']' +++ echo 10.0.0.242:9042 ++ ANALYTICSDB_CQL_SERVERS=10.0.0.242:9042 ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ '[' -n '10.0.0.242:8086 ' ']' +++ echo 10.0.0.242:8086 ++ COLLECTOR_SERVERS=10.0.0.242: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.242 ++ CONFIGDB_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ '[' -n '10.0.0.242:8082 ' ']' +++ echo 10.0.0.242:8082 ++ CONFIG_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ '[' -n '10.0.0.242:9161 ' ']' +++ echo 10.0.0.242:9161 ++ CONFIGDB_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ '[' -n '10.0.0.242:9041 ' ']' +++ echo 10.0.0.242:9041 ++ CONFIGDB_CQL_SERVERS=10.0.0.242: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.192 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.192 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ '[' -n 10.0.0.242:2181, ']' +++ echo 10.0.0.242:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ '[' -n '10.0.0.242:2181 ' ']' +++ echo 10.0.0.242:2181 ++ ZOOKEEPER_SERVERS_SPACE_DELIM=10.0.0.242:2181 ++ RABBITMQ_NODES=10.0.0.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ '[' -n 10.0.0.242:5673, ']' +++ echo 10.0.0.242:5673 ++ RABBITMQ_SERVERS=10.0.0.242: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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ '[' -n '10.0.0.242:6379 ' ']' +++ echo 10.0.0.242:6379 ++ REDIS_SERVERS=10.0.0.242: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.242 ++ 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.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ '[' -n '10.0.0.242:9092 ' ']' +++ echo 10.0.0.242:9092 ++ KAFKA_SERVERS=10.0.0.242: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.242 ++ 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.242 ++ 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.242 ++ 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.242 ++ cut -d , -f 1 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.242 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.242 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.242 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ sort ++++ uniq +++ local local_ips=,10.0.0.242,10.20.0.192,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.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.242,10.20.0.192,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ echo 10.0.0.242 1 +++ return ++ local ip=10.0.0.242 ++ [[ -z 10.0.0.242 ]] ++ echo 10.0.0.242 + host_ip=10.0.0.242 + [[ cql == \c\q\l ]] ++ echo 10.0.0.242:9041 ++ sed 's/,/ /g' + cassandra_server_list=10.0.0.242:9041 + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.242:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 12/11/2025 02:13:58.087 7fd5e498bc40 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 12/11/2025 02:13:58.225 7fd5e498bc40 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 12/11/2025 02:13:58.236 7fd5e498bc40 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 12/11/2025 02:13:58.237 7fd5e498bc40 [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.242:8082/ Hit Ctrl-C to quit. 10.0.0.242 - - [2025-12-11 02:14:02] "GET / HTTP/1.1" 503 181 0.000312 10.0.0.242 - - [2025-12-11 02:14:02] "GET / HTTP/1.1" 503 181 0.000220 10.0.0.242 - - [2025-12-11 02:14:03] "GET / HTTP/1.1" 200 45871 0.001613 10.0.0.242 - - [2025-12-11 02:14:03] "GET / HTTP/1.1" 200 45871 0.001297 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.242 - - [2025-12-11 02:14:03] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000484 10.0.0.242 - - [2025-12-11 02:14:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000256 10.0.0.242 - - [2025-12-11 02:14:03] "GET / HTTP/1.1" 200 36215 0.002172 10.0.0.242 - - [2025-12-11 02:14:04] "GET / HTTP/1.1" 200 36215 0.002033 10.0.0.242 - - [2025-12-11 02:14:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000367 10.0.0.242 - - [2025-12-11 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.645490 10.0.0.242 - - [2025-12-11 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.242 - - [2025-12-11 02:14:04] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.986439 10.0.0.242 - - [2025-12-11 02:14:04] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.002460 10.0.0.242 - - [2025-12-11 02:14:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.122803 10.0.0.242 - - [2025-12-11 02:14:04] "GET /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.054935 10.0.0.242 - - [2025-12-11 02:14:04] "POST /fqname-to-id HTTP/1.1" 404 220 0.003225 10.0.0.242 - - [2025-12-11 02:14:04] "GET / HTTP/1.1" 200 36215 0.001475 10.0.0.242 - - [2025-12-11 02:14:04] "GET / HTTP/1.1" 200 36215 0.001514 10.0.0.242 - - [2025-12-11 02:14:04] "POST /config-nodes HTTP/1.1" 200 601 0.041565 10.0.0.242 - - [2025-12-11 02:14:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000434 10.0.0.242 - - [2025-12-11 02:14:05] "GET / HTTP/1.1" 200 36215 0.001421 10.0.0.242 - - [2025-12-11 02:14:05] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000379 10.0.0.242 - - [2025-12-11 02:14:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000389 /usr/local/lib/python3.9/site-packages/keystoneauth1/adapter.py:278: UserWarning: Using keystoneclient sessions has been deprecated. Please update your software to use keystoneauth1. warnings.warn( 10.0.0.242 - - [2025-12-11 02:14:05] "POST /fqname-to-id HTTP/1.1" 404 186 0.613633 10.0.0.242 - - [2025-12-11 02:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.242 - - [2025-12-11 02:14:05] "GET /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.014743 10.0.0.242 - - [2025-12-11 02:14:05] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.384827 10.0.0.242 - - [2025-12-11 02:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.102713 10.0.0.242 - - [2025-12-11 02:14:05] "GET /network-ipam/9ad20428-a66a-4562-9163-b32cd2cdb835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.005989 10.0.0.242 - - [2025-12-11 02:14:05] "POST /service-appliance-sets HTTP/1.1" 200 555 0.020479 10.0.0.242 - - [2025-12-11 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 180 0.002718 10.0.0.242 - - [2025-12-11 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.242 - - [2025-12-11 02:14:06] "GET /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.009612 10.0.0.242 - - [2025-12-11 02:14:06] "POST /service-appliance-sets HTTP/1.1" 200 543 0.030995 10.0.0.242 - - [2025-12-11 02:14:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003579 10.0.0.242 - - [2025-12-11 02:14:06] "GET /network-ipam/9ad20428-a66a-4562-9163-b32cd2cdb835?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1956 0.006050 10.0.0.242 - - [2025-12-11 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 225 0.002461 10.0.0.242 - - [2025-12-11 02:14:06] "POST /service-templates HTTP/1.1" 200 513 0.029116 10.0.0.242 - - [2025-12-11 02:14:06] "POST /access-control-lists HTTP/1.1" 200 589 0.031783 10.0.0.242 - - [2025-12-11 02:14:06] "POST /service-templates HTTP/1.1" 200 503 0.021200 10.0.0.242 - - [2025-12-11 02:14:06] "POST /fqname-to-id HTTP/1.1" 404 224 0.002469 10.0.0.242 - - [2025-12-11 02:14:06] "POST /service-templates HTTP/1.1" 200 517 0.024335 10.0.0.242 - - [2025-12-11 02:14:06] "POST /access-control-lists HTTP/1.1" 200 587 0.018350 10.0.0.242 - - [2025-12-11 02:14:06] "POST /service-templates HTTP/1.1" 200 537 0.024940 10.0.0.242 - - [2025-12-11 02:14:06] "POST /route-targets HTTP/1.1" 200 328 0.010716 10.0.0.242 - - [2025-12-11 02:14:06] "POST /ref-update HTTP/1.1" 200 156 0.013633 10.0.0.242 - - [2025-12-11 02:14:06] "POST /service-templates HTTP/1.1" 200 509 0.018813 10.0.0.242 - - [2025-12-11 02:14:06] "POST /route-targets HTTP/1.1" 200 328 0.010107 10.0.0.242 - - [2025-12-11 02:14:06] "POST /ref-update HTTP/1.1" 200 156 0.010560 10.0.0.242 - - [2025-12-11 02:14:06] "POST /route-targets HTTP/1.1" 200 328 0.009159 10.0.0.242 - - [2025-12-11 02:14:07] "POST /ref-update HTTP/1.1" 200 156 0.010802 10.0.0.242 - - [2025-12-11 02:14:07] "POST /route-targets HTTP/1.1" 200 328 0.011696 10.0.0.242 - - [2025-12-11 02:14:07] "POST /ref-update HTTP/1.1" 200 156 0.021894 10.0.0.242 - - [2025-12-11 02:14:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.002415 10.0.0.242 - - [2025-12-11 02:14:07] "POST /access-control-lists HTTP/1.1" 200 553 0.061935 10.0.0.242 - - [2025-12-11 02:14:07] "PUT /access-control-list/166337e3-7771-4012-aac4-20812a82b27c HTTP/1.1" 200 273 0.010685 10.0.0.242 - - [2025-12-11 02:14:07] "PUT /access-control-list/bde0c4e0-b7f8-4e3a-8b87-6dfb11014e6a HTTP/1.1" 200 273 0.008701 10.0.0.242 - - [2025-12-11 02:14:07] "GET / HTTP/1.1" 200 36215 0.002271 10.0.0.242 - - [2025-12-11 02:14:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000359 10.0.0.242 - - [2025-12-11 02:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.024866 10.0.0.242 - - [2025-12-11 02:14:08] "GET /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005153 10.0.0.242 - - [2025-12-11 02:14:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.002778 10.0.0.242 - - [2025-12-11 02:14:08] "POST /config-database-nodes HTTP/1.1" 200 619 0.020109 10.0.0.242 - - [2025-12-11 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.242 - - [2025-12-11 02:14:10] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.003161 10.0.0.242 - - [2025-12-11 02:14:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.242 - - [2025-12-11 02:14:11] "PUT /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9 HTTP/1.1" 200 277 0.010348 10.0.0.242 - - [2025-12-11 02:14:11] "GET / HTTP/1.1" 200 36215 0.001377 10.0.0.242 - - [2025-12-11 02:14:11] "POST /alarms HTTP/1.1" 401 293 0.000459 10.0.0.242 - - [2025-12-11 02:14:11] "POST /alarms HTTP/1.1" 200 583 0.037534 10.0.0.242 - - [2025-12-11 02:14:11] "POST /alarms HTTP/1.1" 200 577 0.016947 10.0.0.242 - - [2025-12-11 02:14:11] "POST /alarms HTTP/1.1" 200 577 0.020659 10.0.0.242 - - [2025-12-11 02:14:11] "POST /alarms HTTP/1.1" 200 561 0.029781 10.0.0.242 - - [2025-12-11 02:14:11] "POST /alarms HTTP/1.1" 200 557 0.021525 10.0.0.242 - - [2025-12-11 02:14:11] "POST /alarms HTTP/1.1" 200 559 0.019067 10.0.0.242 - - [2025-12-11 02:14:11] "POST /alarms HTTP/1.1" 200 567 0.016796 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 551 0.016551 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 559 0.016803 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 569 0.015468 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 557 0.017464 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 569 0.018953 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 577 0.062112 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 571 0.027751 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 563 0.026788 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 563 0.019191 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 563 0.019736 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 549 0.017664 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 597 0.019636 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 577 0.016361 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 573 0.017901 10.0.0.242 - - [2025-12-11 02:14:12] "POST /alarms HTTP/1.1" 200 585 0.015847 10.0.0.242 - - [2025-12-11 02:14:13] "POST /alarms HTTP/1.1" 200 611 0.023944 10.0.0.242 - - [2025-12-11 02:14:13] "GET / HTTP/1.1" 200 36215 0.001427 10.0.0.242 - - [2025-12-11 02:14:13] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000362 10.0.0.242 - - [2025-12-11 02:14:13] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.025766 10.0.0.242 - - [2025-12-11 02:14:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.242 - - [2025-12-11 02:14:13] "PUT /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9 HTTP/1.1" 200 277 0.008476 10.0.0.242 - - [2025-12-11 02:14:13] "GET / HTTP/1.1" 200 36215 0.001562 10.0.0.242 - - [2025-12-11 02:14:13] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.242 - - [2025-12-11 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.026144 10.0.0.242 - - [2025-12-11 02:14:14] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003020 10.0.0.242 - - [2025-12-11 02:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.242 - - [2025-12-11 02:14:14] "PUT /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9 HTTP/1.1" 200 277 0.008553 10.0.0.242 - - [2025-12-11 02:14:14] "GET / HTTP/1.1" 200 36215 0.003461 10.0.0.242 - - [2025-12-11 02:14:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000369 10.0.0.242 - - [2025-12-11 02:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.025842 10.0.0.242 - - [2025-12-11 02:14:15] "GET /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005251 10.0.0.242 - - [2025-12-11 02:14:15] "PUT /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674 HTTP/1.1" 200 275 0.016534 10.0.0.242 - - [2025-12-11 02:14:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.242 - - [2025-12-11 02:14:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.242 - - [2025-12-11 02:14:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.242 - - [2025-12-11 02:14:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.242 - - [2025-12-11 02:15:00] "GET / HTTP/1.1" 200 36215 0.001597 10.0.0.242 - - [2025-12-11 02:15:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000364 10.0.0.242 - - [2025-12-11 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.024966 10.0.0.242 - - [2025-12-11 02:15:01] "GET /routing-instance/4d271929-c2f9-44f7-955b-985794be2913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003654 10.0.0.242 - - [2025-12-11 02:15:01] "POST /bgp-routers HTTP/1.1" 200 622 0.023217 10.0.0.242 - - [2025-12-11 02:15:01] "GET /bgp-router/002bf1df-2e0d-4c56-a46f-f702e02e7c5b?fields=global_system_config_back_refs HTTP/1.1" 200 1115 0.004837 10.0.0.242 - - [2025-12-11 02:15:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.242 - - [2025-12-11 02:15:01] "GET /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1060 0.005801 10.0.0.242 - - [2025-12-11 02:15:01] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003187 10.0.0.242 - - [2025-12-11 02:15:01] "POST /ref-update HTTP/1.1" 200 156 0.007457 10.0.0.242 - - [2025-12-11 02:15:25] "GET / HTTP/1.1" 200 36215 0.001476 10.0.0.242 - - [2025-12-11 02:15:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000368 10.0.0.242 - - [2025-12-11 02:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.026377 10.0.0.242 - - [2025-12-11 02:15:26] "GET /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.007875 10.0.0.242 - - [2025-12-11 02:15:26] "POST /fqname-to-id HTTP/1.1" 404 220 0.002592 10.0.0.242 - - [2025-12-11 02:15:26] "POST /database-nodes HTTP/1.1" 200 605 0.013987 10.0.0.242 - - [2025-12-11 02:15:53] "GET / HTTP/1.1" 200 36215 0.001419 10.0.0.242 - - [2025-12-11 02:15:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000375 10.0.0.242 - - [2025-12-11 02:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.029372 10.0.0.242 - - [2025-12-11 02:15:53] "GET /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005187 10.0.0.242 - - [2025-12-11 02:15:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.002880 10.0.0.242 - - [2025-12-11 02:15:54] "POST /analytics-nodes HTTP/1.1" 200 607 0.015302 10.0.0.242 - - [2025-12-11 02:15:59] "GET / HTTP/1.1" 200 36215 0.001527 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.242 - - [2025-12-11 02:16:08] "GET /obj-perms HTTP/1.1" 200 5075 0.366151 10.0.0.242 - - [2025-12-11 02:16:08] "GET /obj-perms HTTP/1.1" 200 5075 0.053759 10.0.0.242 - - [2025-12-11 02:16:08] "GET / HTTP/1.1" 200 36215 0.001272 10.0.0.242 - - [2025-12-11 02:16:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000372 10.0.0.242 - - [2025-12-11 02:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.024406 10.0.0.242 - - [2025-12-11 02:16:08] "GET /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.006591 10.0.0.242 - - [2025-12-11 02:16:08] "POST /fqname-to-id HTTP/1.1" 404 220 0.002827 10.0.0.242 - - [2025-12-11 02:16:08] "POST /analytics-alarm-nodes HTTP/1.1" 200 619 0.025144 10.0.0.242 - - [2025-12-11 02:16:19] "GET / HTTP/1.1" 200 36215 0.001415 10.0.0.242 - - [2025-12-11 02:16:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000386 10.0.0.242 - - [2025-12-11 02:16:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.030091 10.0.0.242 - - [2025-12-11 02:16:20] "GET /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.008417 10.0.0.242 - - [2025-12-11 02:16:20] "POST /fqname-to-id HTTP/1.1" 404 220 0.002809 10.0.0.242 - - [2025-12-11 02:16:20] "POST /analytics-snmp-nodes HTTP/1.1" 200 617 0.016545 10.0.0.242 - - [2025-12-11 02:17:08] "GET /obj-perms HTTP/1.1" 200 5075 0.048835 10.0.0.242 - - [2025-12-11 02:17:09] "GET /obj-perms HTTP/1.1" 200 5075 0.055561 10.0.0.242 - - [2025-12-11 02:17:52] "GET / HTTP/1.1" 200 36215 0.001996 10.0.0.242 - - [2025-12-11 02:17:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000380 10.0.0.242 - - [2025-12-11 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.025648 10.0.0.242 - - [2025-12-11 02:17:52] "GET /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1349 0.005085 10.0.0.242 - - [2025-12-11 02:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.242 - - [2025-12-11 02:17:52] "GET /routing-instance/4d271929-c2f9-44f7-955b-985794be2913?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1177 0.003715 10.0.0.242 - - [2025-12-11 02:17:53] "PUT /global-system-config/21f56a80-bdff-46d8-8f54-6ed71d8f9674 HTTP/1.1" 200 275 0.010374 10.0.0.242 - - [2025-12-11 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 218 0.002511 10.0.0.242 - - [2025-12-11 02:17:53] "POST /virtual-routers HTTP/1.1" 200 605 0.015834 10.0.0.242 - - [2025-12-11 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.242 - - [2025-12-11 02:17:53] "GET /virtual-router/ab1ae719-b23b-47cc-9d49-74a7d7809afe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.021169 10.0.0.242 - - [2025-12-11 02:17:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.002792 10.0.0.242 - - [2025-12-11 02:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002684 10.0.0.242 - - [2025-12-11 02:17:53] "GET /virtual-network/7eb5a605-9d9e-46e1-87ae-779aa609e33a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1426 0.006998 10.0.0.242 - - [2025-12-11 02:17:53] "POST /virtual-machine-interfaces HTTP/1.1" 200 587 0.045050 10.0.0.242 - - [2025-12-11 02:17:53] "PUT /access-control-list/a5437a63-1ce5-435b-8cf7-f9f18d3ad541 HTTP/1.1" 200 273 0.012522 [Introspect:8084]10.0.0.242 - - [2025-12-11 02:17:59] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000932 [Introspect:8084]10.0.0.242 - - [2025-12-11 02:17:59] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001062 [Introspect:8084]10.0.0.242 - - [2025-12-11 02:18:01] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000833 [Introspect:8084]10.0.0.242 - - [2025-12-11 02:18:01] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000907 10.0.0.242 - - [2025-12-11 02:18:09] "GET /obj-perms HTTP/1.1" 200 5075 0.044433 10.0.0.242 - - [2025-12-11 02:18:09] "GET /obj-perms HTTP/1.1" 200 5075 0.047806 10.0.0.242 - - [2025-12-11 02:18:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.242 - - [2025-12-11 02:18:09] "GET /virtual-router/ab1ae719-b23b-47cc-9d49-74a7d7809afe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1248 0.003123 10.0.0.242 - - [2025-12-11 02:18:49] "GET / HTTP/1.1" 200 36215 0.001350 10.0.0.242 - - [2025-12-11 02:18:49] "GET /project/da205e92-255d-4e57-b77f-be01aa8cdc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000571 10.0.0.242 - - [2025-12-11 02:18:49] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002213 10.0.0.242 - - [2025-12-11 02:18:50] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.242 - - [2025-12-11 02:18:50] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047487 10.0.0.242 - - [2025-12-11 02:18:50] "POST /id-to-fqname HTTP/1.1" 200 167 0.002097 10.0.0.242 - - [2025-12-11 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 176 0.002587 10.0.0.242 - - [2025-12-11 02:18:50] "POST /security-groups HTTP/1.1" 200 568 0.064678 10.0.0.242 - - [2025-12-11 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.003817 10.0.0.242 - - [2025-12-11 02:18:50] "POST /projects HTTP/1.1" 200 539 0.224072 10.0.0.242 - - [2025-12-11 02:18:50] "POST /access-control-lists HTTP/1.1" 200 575 0.063142 10.0.0.242 - - [2025-12-11 02:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.301200 10.0.0.242 - - [2025-12-11 02:18:50] "POST /fqname-to-id HTTP/1.1" 404 206 0.002634 10.0.0.242 - - [2025-12-11 02:18:50] "GET /project/da205e92-255d-4e57-b77f-be01aa8cdc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.452602 10.0.0.242 - - [2025-12-11 02:18:50] "POST /access-control-lists HTTP/1.1" 200 573 0.059358 [Introspect:8084]10.0.0.242 - - [2025-12-11 02:18:50] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001005 10.0.0.242 - - [2025-12-11 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.024652 10.0.0.242 - - [2025-12-11 02:18:51] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003469 10.0.0.242 - - [2025-12-11 02:18:51] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.242 - - [2025-12-11 02:18:51] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006051 10.0.0.242 - - [2025-12-11 02:18:51] "POST /id-to-fqname HTTP/1.1" 200 201 0.001308 10.0.0.242 - - [2025-12-11 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.002112 10.0.0.242 - - [2025-12-11 02:18:51] "POST /security-groups HTTP/1.1" 200 602 0.060854 10.0.0.242 - - [2025-12-11 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.002161 10.0.0.242 - - [2025-12-11 02:18:51] "POST /projects HTTP/1.1" 200 607 0.213636 10.0.0.242 - - [2025-12-11 02:18:51] "POST /access-control-lists HTTP/1.1" 200 609 0.065826 10.0.0.242 - - [2025-12-11 02:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.287222 10.0.0.242 - - [2025-12-11 02:18:51] "POST /fqname-to-id HTTP/1.1" 404 244 0.002453 10.0.0.242 - - [2025-12-11 02:18:51] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.409655 10.0.0.242 - - [2025-12-11 02:18:51] "POST /access-control-lists HTTP/1.1" 200 607 0.060964 10.0.0.242 - - [2025-12-11 02:18:52] "GET / HTTP/1.1" 200 36215 0.001711 10.0.0.242 - - [2025-12-11 02:18:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.242 - - [2025-12-11 02:18:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.048158 10.0.0.242 - - [2025-12-11 02:18:53] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001245 10.0.0.242 - - [2025-12-11 02:18:53] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.042213 10.0.0.242 - - [2025-12-11 02:18:53] "POST /neutron/network HTTP/1.1" 200 117 0.077691 10.0.0.242 - - [2025-12-11 02:18:53] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000857 10.0.0.242 - - [2025-12-11 02:18:53] "POST /neutron/network HTTP/1.1" 200 620 0.072247 10.0.0.242 - - [2025-12-11 02:18:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003272 10.0.0.242 - - [2025-12-11 02:18:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.210122 10.0.0.242 - - [2025-12-11 02:18:54] "POST /neutron/network HTTP/1.1" 200 839 0.006226 10.0.0.242 - - [2025-12-11 02:18:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001065 10.0.0.242 - - [2025-12-11 02:18:54] "GET /virtual-network/6048eb6a-ab59-4402-b734-b8a49506c252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004623 10.0.0.242 - - [2025-12-11 02:18:54] "POST /neutron/network HTTP/1.1" 200 839 0.005460 10.0.0.242 - - [2025-12-11 02:18:54] "GET /virtual-network/6048eb6a-ab59-4402-b734-b8a49506c252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004499 10.0.0.242 - - [2025-12-11 02:18:54] "POST /neutron/network HTTP/1.1" 200 839 0.005418 10.0.0.242 - - [2025-12-11 02:18:54] "POST /neutron/subnet HTTP/1.1" 200 725 0.006056 10.0.0.242 - - [2025-12-11 02:18:54] "GET /domains HTTP/1.1" 401 293 0.000359 10.0.0.242 - - [2025-12-11 02:18:54] "POST /route-targets HTTP/1.1" 200 328 0.009771 10.0.0.242 - - [2025-12-11 02:18:54] "POST /ref-update HTTP/1.1" 200 156 0.011054 10.0.0.242 - - [2025-12-11 02:18:54] "GET /domains HTTP/1.1" 200 281 0.025599 10.0.0.242 - - [2025-12-11 02:18:54] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000840 10.0.0.242 - - [2025-12-11 02:18:54] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2594 0.018479 10.0.0.242 - - [2025-12-11 02:18:54] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000902 10.0.0.242 - - [2025-12-11 02:18:54] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2 HTTP/1.1" 200 2173 0.071040 10.0.0.242 - - [2025-12-11 02:18:54] "GET /virtual-network/6048eb6a-ab59-4402-b734-b8a49506c252 HTTP/1.1" 200 2346 0.005320 10.0.0.242 - - [2025-12-11 02:18:54] "GET /virtual-network/6048eb6a-ab59-4402-b734-b8a49506c252 HTTP/1.1" 200 2346 0.004052 10.0.0.242 - - [2025-12-11 02:18:54] "GET /routing-instance/aecf1699-50e4-4b36-91dc-bf22a8d1f9e0 HTTP/1.1" 200 1498 0.003368 10.0.0.242 - - [2025-12-11 02:18:54] "GET /routing-instance/aecf1699-50e4-4b36-91dc-bf22a8d1f9e0 HTTP/1.1" 200 1498 0.002718 10.0.0.242 - - [2025-12-11 02:18:54] "GET /route-target/942f16c7-c6f0-45eb-a4ff-636bc20ea38d HTTP/1.1" 200 1222 0.002855 10.0.0.242 - - [2025-12-11 02:18:54] "GET /virtual-network/6048eb6a-ab59-4402-b734-b8a49506c252 HTTP/1.1" 200 2346 0.004302 10.0.0.242 - - [2025-12-11 02:18:54] "GET /routing-instance/aecf1699-50e4-4b36-91dc-bf22a8d1f9e0 HTTP/1.1" 200 1498 0.002821 10.0.0.242 - - [2025-12-11 02:18:54] "GET /virtual-network/6048eb6a-ab59-4402-b734-b8a49506c252?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.004167 10.0.0.242 - - [2025-12-11 02:18:54] "GET /virtual-network/6048eb6a-ab59-4402-b734-b8a49506c252 HTTP/1.1" 200 2346 0.004118 10.0.0.242 - - [2025-12-11 02:18:54] "GET /routing-instance/aecf1699-50e4-4b36-91dc-bf22a8d1f9e0 HTTP/1.1" 200 1498 0.003045 10.0.0.242 - - [2025-12-11 02:18:54] "GET /routing-instance/aecf1699-50e4-4b36-91dc-bf22a8d1f9e0 HTTP/1.1" 200 1498 0.002805 10.0.0.242 - - [2025-12-11 02:18:54] "GET /route-target/942f16c7-c6f0-45eb-a4ff-636bc20ea38d HTTP/1.1" 200 1222 0.002520 10.0.0.242 - - [2025-12-11 02:18:54] "GET /domains HTTP/1.1" 200 281 0.002797 10.0.0.242 - - [2025-12-11 02:18:54] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001260 10.0.0.242 - - [2025-12-11 02:18:54] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2594 0.008049 10.0.0.242 - - [2025-12-11 02:18:54] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000788 10.0.0.242 - - [2025-12-11 02:18:55] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2 HTTP/1.1" 200 2173 0.067454 10.0.0.242 - - [2025-12-11 02:18:55] "GET /virtual-network/6048eb6a-ab59-4402-b734-b8a49506c252 HTTP/1.1" 200 2346 0.004482 10.0.0.242 - - [2025-12-11 02:18:55] "GET /obj-perms HTTP/1.1" 200 5071 0.046602 10.0.0.242 - - [2025-12-11 02:18:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001149 10.0.0.242 - - [2025-12-11 02:18:56] "POST /neutron/network HTTP/1.1" 200 849 0.008621 10.0.0.242 - - [2025-12-11 02:18:56] "GET /aaa-mode HTTP/1.1" 401 293 0.000406 10.0.0.242 - - [2025-12-11 02:18:57] "GET / HTTP/1.1" 200 36215 0.001418 10.0.0.242 - - [2025-12-11 02:18:57] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000370 10.0.0.242 - - [2025-12-11 02:18:57] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000874 10.0.0.242 - - [2025-12-11 02:18:57] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.048176 10.0.0.242 - - [2025-12-11 02:18:58] "POST /neutron/network HTTP/1.1" 200 839 0.027460 10.0.0.242 - - [2025-12-11 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.004905 10.0.0.242 - - [2025-12-11 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.005848 10.0.0.242 - - [2025-12-11 02:18:58] "POST /neutron/port HTTP/1.1" 200 117 0.004903 10.0.0.242 - - [2025-12-11 02:18:59] "POST /neutron/network HTTP/1.1" 200 849 0.004957 10.0.0.242 - - [2025-12-11 02:18:59] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001448 10.0.0.242 - - [2025-12-11 02:18:59] "POST /neutron/port HTTP/1.1" 200 1071 0.203919 10.0.0.242 - - [2025-12-11 02:18:59] "POST /neutron/port HTTP/1.1" 200 1071 0.034732 10.0.0.242 - - [2025-12-11 02:18:59] "POST /neutron/port HTTP/1.1" 200 1071 0.006774 10.0.0.242 - - [2025-12-11 02:19:00] "POST /neutron/port HTTP/1.1" 200 1125 0.058375 10.0.0.242 - - [2025-12-11 02:19:00] "POST /neutron/port HTTP/1.1" 200 1099 0.011562 10.0.0.242 - - [2025-12-11 02:19:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003819 10.0.0.242 - - [2025-12-11 02:19:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.007065 10.0.0.242 - - [2025-12-11 02:19:00] "POST /neutron/port HTTP/1.1" 200 117 0.001021 10.0.0.242 - - [2025-12-11 02:19:00] "POST /neutron/network HTTP/1.1" 200 839 0.010522 10.0.0.242 - - [2025-12-11 02:19:03] "POST /neutron/port HTTP/1.1" 200 1099 0.013574 10.0.0.242 - - [2025-12-11 02:19:03] "POST /neutron/security_group HTTP/1.1" 200 2069 0.007314 10.0.0.242 - - [2025-12-11 02:19:06] "DELETE /project/da205e92255d4e57b77fbe01aa8cdc1b HTTP/1.1" 404 173 0.029350 10.0.0.242 - - [2025-12-11 02:19:06] "DELETE /project/72a275d7fab946f0a429be437be8dde2 HTTP/1.1" 404 173 0.044940 10.0.0.242 - - [2025-12-11 02:19:08] "POST /neutron/port HTTP/1.1" 200 1099 0.012134 10.0.0.242 - - [2025-12-11 02:19:08] "POST /neutron/security_group HTTP/1.1" 200 2069 0.006152 10.0.0.242 - - [2025-12-11 02:19:08] "GET /obj-perms HTTP/1.1" 200 5071 0.002985 10.0.0.242 - - [2025-12-11 02:19:09] "GET /obj-perms HTTP/1.1" 200 5071 0.003477 10.0.0.242 - - [2025-12-11 02:19:10] "GET /obj-perms HTTP/1.1" 200 5075 0.053049 10.0.0.242 - - [2025-12-11 02:19:10] "GET /obj-perms HTTP/1.1" 200 5075 0.046211 10.0.0.242 - - [2025-12-11 02:19:10] "GET /obj-perms HTTP/1.1" 200 5071 0.003020 10.0.0.242 - - [2025-12-11 02:19:11] "GET /obj-perms HTTP/1.1" 200 5071 0.003107 10.0.0.242 - - [2025-12-11 02:19:12] "GET /obj-perms HTTP/1.1" 200 5071 0.003159 10.0.0.242 - - [2025-12-11 02:19:13] "POST /neutron/network HTTP/1.1" 200 839 0.005302 10.0.0.242 - - [2025-12-11 02:19:13] "POST /neutron/network HTTP/1.1" 400 204 0.009693 10.0.0.242 - - [2025-12-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 1099 0.039811 10.0.0.242 - - [2025-12-11 02:19:14] "POST /neutron/security_group HTTP/1.1" 200 2069 0.004748 10.0.0.242 - - [2025-12-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 1099 0.014448 10.0.0.242 - - [2025-12-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 1125 0.009563 10.0.0.242 - - [2025-12-11 02:19:14] "POST /neutron/port HTTP/1.1" 200 151 0.126850 10.0.0.242 - - [2025-12-11 02:19:15] "POST /neutron/network HTTP/1.1" 200 839 0.005088 10.0.0.242 - - [2025-12-11 02:19:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.022951 10.0.0.242 - - [2025-12-11 02:19:16] "POST /useragent-kv HTTP/1.1" 200 115 0.035454 10.0.0.242 - - [2025-12-11 02:19:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001527 10.0.0.242 - - [2025-12-11 02:19:16] "POST /neutron/network HTTP/1.1" 200 151 0.117552 10.0.0.242 - - [2025-12-11 02:19:16] "DELETE /route-target/942f16c7-c6f0-45eb-a4ff-636bc20ea38d HTTP/1.1" 200 115 0.027460 10.0.0.242 - - [2025-12-11 02:19:16] "GET /routing-instance/aecf1699-50e4-4b36-91dc-bf22a8d1f9e0 HTTP/1.1" 404 171 0.003211 10.0.0.242 - - [2025-12-11 02:19:16] "GET /domains HTTP/1.1" 200 281 0.002435 10.0.0.242 - - [2025-12-11 02:19:16] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.242 - - [2025-12-11 02:19:16] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2594 0.049650 10.0.0.242 - - [2025-12-11 02:19:16] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000833 10.0.0.242 - - [2025-12-11 02:19:16] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2 HTTP/1.1" 200 1922 0.077381 10.0.0.242 - - [2025-12-11 02:19:16] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000934 10.0.0.242 - - [2025-12-11 02:19:16] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.027158 10.0.0.242 - - [2025-12-11 02:19:16] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000951 10.0.0.242 - - [2025-12-11 02:19:16] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2?fields=virtual_networks HTTP/1.1" 200 1055 0.070151 10.0.0.242 - - [2025-12-11 02:19:16] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000941 10.0.0.242 - - [2025-12-11 02:19:16] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.024635 10.0.0.242 - - [2025-12-11 02:19:16] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000902 10.0.0.242 - - [2025-12-11 02:19:16] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2?fields=security_groups HTTP/1.1" 200 1293 0.029058 10.0.0.242 - - [2025-12-11 02:19:17] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000891 10.0.0.242 - - [2025-12-11 02:19:17] "GET /project/da205e92-255d-4e57-b77f-be01aa8cdc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.023305 10.0.0.242 - - [2025-12-11 02:19:20] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001075 10.0.0.242 - - [2025-12-11 02:19:20] "GET /project/da205e92-255d-4e57-b77f-be01aa8cdc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.025126 10.0.0.242 - - [2025-12-11 02:19:21] "GET /documentation/index.html HTTP/1.1" 200 210274 0.002755 10.0.0.242 - - [2025-12-11 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.023324 10.0.0.242 - - [2025-12-11 02:19:21] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002564 10.0.0.242 - - [2025-12-11 02:19:21] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000889 10.0.0.242 - - [2025-12-11 02:19:21] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006100 10.0.0.242 - - [2025-12-11 02:19:21] "POST /id-to-fqname HTTP/1.1" 200 202 0.001720 10.0.0.242 - - [2025-12-11 02:19:21] "POST /fqname-to-id HTTP/1.1" 404 211 0.005557 10.0.0.242 - - [2025-12-11 02:19:22] "POST /security-groups HTTP/1.1" 200 603 0.067605 10.0.0.242 - - [2025-12-11 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 246 0.002769 10.0.0.242 - - [2025-12-11 02:19:22] "POST /projects HTTP/1.1" 200 609 0.247239 10.0.0.242 - - [2025-12-11 02:19:22] "POST /access-control-lists HTTP/1.1" 200 610 0.063331 10.0.0.242 - - [2025-12-11 02:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.320736 10.0.0.242 - - [2025-12-11 02:19:22] "POST /fqname-to-id HTTP/1.1" 404 245 0.003299 10.0.0.242 - - [2025-12-11 02:19:22] "GET /project/69856569-2b03-474b-8504-856a3df230c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.464957 10.0.0.242 - - [2025-12-11 02:19:22] "POST /access-control-lists HTTP/1.1" 200 608 0.065161 10.0.0.242 - - [2025-12-11 02:19:23] "GET / HTTP/1.1" 200 36215 0.001680 10.0.0.242 - - [2025-12-11 02:19:23] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000908 10.0.0.242 - - [2025-12-11 02:19:23] "GET /project/da205e92-255d-4e57-b77f-be01aa8cdc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.024895 10.0.0.242 - - [2025-12-11 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002818 10.0.0.242 - - [2025-12-11 02:19:24] "GET /security-group/daca7839-ce99-4982-a7f7-18985c403d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.004252 10.0.0.242 - - [2025-12-11 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.242 - - [2025-12-11 02:19:24] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001137 10.0.0.242 - - [2025-12-11 02:19:24] "GET /project/da205e92-255d-4e57-b77f-be01aa8cdc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.026461 10.0.0.242 - - [2025-12-11 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.242 - - [2025-12-11 02:19:24] "GET /security-group/daca7839-ce99-4982-a7f7-18985c403d74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3687 0.005516 10.0.0.242 - - [2025-12-11 02:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002581 10.0.0.242 - - [2025-12-11 02:19:24] "PUT /security-group/daca7839-ce99-4982-a7f7-18985c403d74 HTTP/1.1" 200 263 0.015809 10.0.0.242 - - [2025-12-11 02:19:24] "PUT /access-control-list/12eda654-336c-4bca-a54c-a9c2b74ae244 HTTP/1.1" 200 273 0.008752 10.0.0.242 - - [2025-12-11 02:19:24] "PUT /access-control-list/4f0fa5a9-7ee9-4d58-b7bd-0c3280e9120d HTTP/1.1" 200 273 0.009126 10.0.0.242 - - [2025-12-11 02:19:24] "POST /fqname-to-id HTTP/1.1" 401 293 0.000554 10.0.0.242 - - [2025-12-11 02:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.053301 10.0.0.242 - - [2025-12-11 02:19:25] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.242 - - [2025-12-11 02:19:25] "GET /project/69856569-2b03-474b-8504-856a3df230c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.034783 10.0.0.242 - - [2025-12-11 02:19:25] "POST /neutron/network HTTP/1.1" 200 117 0.040582 10.0.0.242 - - [2025-12-11 02:19:25] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001050 10.0.0.242 - - [2025-12-11 02:19:25] "POST /neutron/network HTTP/1.1" 200 619 0.066393 10.0.0.242 - - [2025-12-11 02:19:25] "POST /route-targets HTTP/1.1" 200 328 0.009720 10.0.0.242 - - [2025-12-11 02:19:25] "POST /ref-update HTTP/1.1" 200 156 0.010721 10.0.0.242 - - [2025-12-11 02:19:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002589 10.0.0.242 - - [2025-12-11 02:19:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.152920 10.0.0.242 - - [2025-12-11 02:19:25] "POST /neutron/network HTTP/1.1" 200 838 0.005473 10.0.0.242 - - [2025-12-11 02:19:25] "POST /id-to-fqname HTTP/1.1" 200 233 0.001087 10.0.0.242 - - [2025-12-11 02:19:25] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004363 10.0.0.242 - - [2025-12-11 02:19:25] "POST /neutron/network HTTP/1.1" 200 838 0.013648 10.0.0.242 - - [2025-12-11 02:19:25] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004364 10.0.0.242 - - [2025-12-11 02:19:25] "POST /neutron/network HTTP/1.1" 200 838 0.005398 10.0.0.242 - - [2025-12-11 02:19:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.015037 10.0.0.242 - - [2025-12-11 02:19:25] "GET /domains HTTP/1.1" 401 293 0.000475 10.0.0.242 - - [2025-12-11 02:19:26] "GET /domains HTTP/1.1" 200 281 0.027983 10.0.0.242 - - [2025-12-11 02:19:26] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000888 10.0.0.242 - - [2025-12-11 02:19:26] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2793 0.006697 10.0.0.242 - - [2025-12-11 02:19:26] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001005 10.0.0.242 - - [2025-12-11 02:19:26] "GET /project/69856569-2b03-474b-8504-856a3df230c5 HTTP/1.1" 200 2179 0.062890 10.0.0.242 - - [2025-12-11 02:19:26] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637 HTTP/1.1" 200 2343 0.007042 10.0.0.242 - - [2025-12-11 02:19:26] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637 HTTP/1.1" 200 2343 0.004512 10.0.0.242 - - [2025-12-11 02:19:26] "GET /routing-instance/e3274bab-50cf-4564-a790-5610fa39d3c6 HTTP/1.1" 200 1495 0.003775 10.0.0.242 - - [2025-12-11 02:19:26] "GET /routing-instance/e3274bab-50cf-4564-a790-5610fa39d3c6 HTTP/1.1" 200 1495 0.003113 10.0.0.242 - - [2025-12-11 02:19:26] "GET /route-target/24e8e143-4534-4f8f-8148-f169db8f24b4 HTTP/1.1" 200 1219 0.003666 10.0.0.242 - - [2025-12-11 02:19:26] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637 HTTP/1.1" 200 2343 0.009527 10.0.0.242 - - [2025-12-11 02:19:26] "GET /routing-instance/e3274bab-50cf-4564-a790-5610fa39d3c6 HTTP/1.1" 200 1495 0.003099 10.0.0.242 - - [2025-12-11 02:19:26] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004545 10.0.0.242 - - [2025-12-11 02:19:26] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637 HTTP/1.1" 200 2343 0.004684 10.0.0.242 - - [2025-12-11 02:19:26] "GET /routing-instance/e3274bab-50cf-4564-a790-5610fa39d3c6 HTTP/1.1" 200 1495 0.003265 10.0.0.242 - - [2025-12-11 02:19:26] "GET /routing-instance/e3274bab-50cf-4564-a790-5610fa39d3c6 HTTP/1.1" 200 1495 0.003475 10.0.0.242 - - [2025-12-11 02:19:26] "GET /route-target/24e8e143-4534-4f8f-8148-f169db8f24b4 HTTP/1.1" 200 1219 0.003713 10.0.0.242 - - [2025-12-11 02:19:26] "GET /domains HTTP/1.1" 200 281 0.002324 10.0.0.242 - - [2025-12-11 02:19:26] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000869 10.0.0.242 - - [2025-12-11 02:19:26] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2793 0.006123 10.0.0.242 - - [2025-12-11 02:19:26] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001204 10.0.0.242 - - [2025-12-11 02:19:26] "GET /project/69856569-2b03-474b-8504-856a3df230c5 HTTP/1.1" 200 2179 0.068290 10.0.0.242 - - [2025-12-11 02:19:26] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637 HTTP/1.1" 200 2343 0.007737 10.0.0.242 - - [2025-12-11 02:19:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000333 10.0.0.242 - - [2025-12-11 02:19:26] "GET /obj-perms HTTP/1.1" 200 5073 0.075240 10.0.0.242 - - [2025-12-11 02:19:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.242 - - [2025-12-11 02:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002680 10.0.0.242 - - [2025-12-11 02:19:26] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.242 - - [2025-12-11 02:19:26] "GET /project/69856569-2b03-474b-8504-856a3df230c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.023596 10.0.0.242 - - [2025-12-11 02:19:27] "POST /neutron/network HTTP/1.1" 200 117 0.015905 10.0.0.242 - - [2025-12-11 02:19:27] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000836 10.0.0.242 - - [2025-12-11 02:19:27] "POST /neutron/network HTTP/1.1" 200 619 0.075886 10.0.0.242 - - [2025-12-11 02:19:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.242 - - [2025-12-11 02:19:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.242 - - [2025-12-11 02:19:27] "POST /route-targets HTTP/1.1" 200 328 0.008728 10.0.0.242 - - [2025-12-11 02:19:27] "POST /ref-update HTTP/1.1" 200 156 0.020418 10.0.0.242 - - [2025-12-11 02:19:27] "POST /useragent-kv HTTP/1.1" 200 115 0.002018 10.0.0.242 - - [2025-12-11 02:19:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.188475 10.0.0.242 - - [2025-12-11 02:19:27] "POST /neutron/network HTTP/1.1" 200 837 0.004758 10.0.0.242 - - [2025-12-11 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001038 10.0.0.242 - - [2025-12-11 02:19:27] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005454 10.0.0.242 - - [2025-12-11 02:19:27] "POST /neutron/network HTTP/1.1" 200 837 0.005325 10.0.0.242 - - [2025-12-11 02:19:27] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004685 10.0.0.242 - - [2025-12-11 02:19:27] "POST /neutron/network HTTP/1.1" 200 837 0.005208 10.0.0.242 - - [2025-12-11 02:19:27] "POST /neutron/subnet HTTP/1.1" 200 720 0.007230 10.0.0.242 - - [2025-12-11 02:19:27] "GET /domains HTTP/1.1" 200 281 0.001975 10.0.0.242 - - [2025-12-11 02:19:27] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000789 10.0.0.242 - - [2025-12-11 02:19:27] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2793 0.007068 10.0.0.242 - - [2025-12-11 02:19:27] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000931 10.0.0.242 - - [2025-12-11 02:19:27] "GET /project/69856569-2b03-474b-8504-856a3df230c5 HTTP/1.1" 200 2408 0.100122 10.0.0.242 - - [2025-12-11 02:19:27] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921 HTTP/1.1" 200 2342 0.007253 10.0.0.242 - - [2025-12-11 02:19:27] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921 HTTP/1.1" 200 2342 0.008039 10.0.0.242 - - [2025-12-11 02:19:27] "GET /routing-instance/2e770ea3-08ea-465e-8bb2-e89f84aa0a43 HTTP/1.1" 200 1494 0.003538 10.0.0.242 - - [2025-12-11 02:19:27] "GET /routing-instance/2e770ea3-08ea-465e-8bb2-e89f84aa0a43 HTTP/1.1" 200 1494 0.003067 10.0.0.242 - - [2025-12-11 02:19:27] "GET /route-target/b25a4d87-8ffe-44a3-94d4-97f78d56a168 HTTP/1.1" 200 1221 0.003163 10.0.0.242 - - [2025-12-11 02:19:27] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921 HTTP/1.1" 200 2342 0.004402 10.0.0.242 - - [2025-12-11 02:19:27] "GET /routing-instance/2e770ea3-08ea-465e-8bb2-e89f84aa0a43 HTTP/1.1" 200 1494 0.003436 10.0.0.242 - - [2025-12-11 02:19:27] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004456 10.0.0.242 - - [2025-12-11 02:19:27] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921 HTTP/1.1" 200 2342 0.004555 10.0.0.242 - - [2025-12-11 02:19:27] "GET /routing-instance/2e770ea3-08ea-465e-8bb2-e89f84aa0a43 HTTP/1.1" 200 1494 0.003244 10.0.0.242 - - [2025-12-11 02:19:27] "GET /routing-instance/2e770ea3-08ea-465e-8bb2-e89f84aa0a43 HTTP/1.1" 200 1494 0.003073 10.0.0.242 - - [2025-12-11 02:19:27] "GET /route-target/b25a4d87-8ffe-44a3-94d4-97f78d56a168 HTTP/1.1" 200 1221 0.003174 10.0.0.242 - - [2025-12-11 02:19:27] "GET /domains HTTP/1.1" 200 281 0.002820 10.0.0.242 - - [2025-12-11 02:19:27] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.242 - - [2025-12-11 02:19:27] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2793 0.006271 10.0.0.242 - - [2025-12-11 02:19:27] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000859 10.0.0.242 - - [2025-12-11 02:19:27] "GET /project/69856569-2b03-474b-8504-856a3df230c5 HTTP/1.1" 200 2408 0.077517 10.0.0.242 - - [2025-12-11 02:19:27] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921 HTTP/1.1" 200 2342 0.004137 10.0.0.242 - - [2025-12-11 02:19:27] "GET /obj-perms HTTP/1.1" 200 5073 0.002650 10.0.0.242 - - [2025-12-11 02:19:27] "POST /id-to-fqname HTTP/1.1" 200 233 0.001114 10.0.0.242 - - [2025-12-11 02:19:27] "POST /neutron/network HTTP/1.1" 200 847 0.005828 10.0.0.242 - - [2025-12-11 02:19:27] "GET /aaa-mode HTTP/1.1" 401 293 0.000402 10.0.0.242 - - [2025-12-11 02:19:28] "GET / HTTP/1.1" 200 36215 0.001520 10.0.0.242 - - [2025-12-11 02:19:28] "GET /project/69856569-2b03-474b-8504-856a3df230c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000405 10.0.0.242 - - [2025-12-11 02:19:28] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000907 10.0.0.242 - - [2025-12-11 02:19:28] "GET /project/69856569-2b03-474b-8504-856a3df230c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.059391 10.0.0.242 - - [2025-12-11 02:19:28] "POST /neutron/network HTTP/1.1" 200 837 0.004566 10.0.0.242 - - [2025-12-11 02:19:28] "POST /neutron/port HTTP/1.1" 200 117 0.004798 10.0.0.242 - - [2025-12-11 02:19:28] "POST /neutron/port HTTP/1.1" 200 117 0.004952 10.0.0.242 - - [2025-12-11 02:19:28] "POST /id-to-fqname HTTP/1.1" 200 233 0.001247 10.0.0.242 - - [2025-12-11 02:19:28] "POST /neutron/port HTTP/1.1" 200 117 0.005131 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/network HTTP/1.1" 200 848 0.010629 10.0.0.242 - - [2025-12-11 02:19:29] "GET /aaa-mode HTTP/1.1" 401 293 0.000387 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/network HTTP/1.1" 200 847 0.004950 10.0.0.242 - - [2025-12-11 02:19:29] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.242 - - [2025-12-11 02:19:29] "GET / HTTP/1.1" 200 36215 0.001585 10.0.0.242 - - [2025-12-11 02:19:29] "GET /project/69856569-2b03-474b-8504-856a3df230c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000411 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/port HTTP/1.1" 200 1071 0.223211 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/port HTTP/1.1" 200 1071 0.008895 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/port HTTP/1.1" 200 1071 0.007155 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/port HTTP/1.1" 200 1125 0.060995 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/port HTTP/1.1" 200 1099 0.010962 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003264 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.006545 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/port HTTP/1.1" 200 117 0.001210 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/network HTTP/1.1" 200 837 0.007758 10.0.0.242 - - [2025-12-11 02:19:29] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000917 10.0.0.242 - - [2025-12-11 02:19:29] "GET /project/69856569-2b03-474b-8504-856a3df230c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.055622 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/network HTTP/1.1" 200 838 0.007071 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/port HTTP/1.1" 200 1099 0.022229 10.0.0.242 - - [2025-12-11 02:19:29] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009475 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 117 0.004867 10.0.0.242 - - [2025-12-11 02:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002562 10.0.0.242 - - [2025-12-11 02:19:30] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000911 10.0.0.242 - - [2025-12-11 02:19:30] "GET /project/69856569-2b03-474b-8504-856a3df230c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.025090 10.0.0.242 - - [2025-12-11 02:19:30] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004670 10.0.0.242 - - [2025-12-11 02:19:30] "GET /floating-ip-pools?parent_id=1457b171-eff5-43e5-804c-e12c0aac4637&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002773 10.0.0.242 - - [2025-12-11 02:19:30] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004757 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/network HTTP/1.1" 200 848 0.005389 10.0.0.242 - - [2025-12-11 02:19:30] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.242 - - [2025-12-11 02:19:30] "POST /floating-ip-pools HTTP/1.1" 200 611 0.053690 10.0.0.242 - - [2025-12-11 02:19:30] "POST /ref-update HTTP/1.1" 200 156 0.017493 10.0.0.242 - - [2025-12-11 02:19:30] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.030804 10.0.0.242 - - [2025-12-11 02:19:30] "GET /domains HTTP/1.1" 200 281 0.004386 10.0.0.242 - - [2025-12-11 02:19:30] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001018 10.0.0.242 - - [2025-12-11 02:19:30] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2793 0.007692 10.0.0.242 - - [2025-12-11 02:19:30] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.242 - - [2025-12-11 02:19:30] "GET /project/69856569-2b03-474b-8504-856a3df230c5 HTTP/1.1" 200 3253 0.132399 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 1072 0.352475 10.0.0.242 - - [2025-12-11 02:19:30] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637 HTTP/1.1" 200 3158 0.009403 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 1072 0.011347 10.0.0.242 - - [2025-12-11 02:19:30] "GET /floating-ip-pool/bde7bd09-4ce6-4d08-8278-faae59e3ea4e HTTP/1.1" 200 1444 0.002872 10.0.0.242 - - [2025-12-11 02:19:30] "GET /domains HTTP/1.1" 200 281 0.005996 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 1072 0.011370 10.0.0.242 - - [2025-12-11 02:19:30] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000859 10.0.0.242 - - [2025-12-11 02:19:30] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2793 0.006124 10.0.0.242 - - [2025-12-11 02:19:30] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001056 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 1126 0.098559 10.0.0.242 - - [2025-12-11 02:19:30] "GET /project/69856569-2b03-474b-8504-856a3df230c5 HTTP/1.1" 200 3253 0.098907 10.0.0.242 - - [2025-12-11 02:19:30] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637 HTTP/1.1" 200 3158 0.004646 10.0.0.242 - - [2025-12-11 02:19:30] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007284 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 1100 0.012195 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003329 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 1099 0.013111 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.006692 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008921 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 117 0.001023 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/network HTTP/1.1" 200 838 0.005440 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/port HTTP/1.1" 200 1099 0.010301 10.0.0.242 - - [2025-12-11 02:19:30] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006613 10.0.0.242 - - [2025-12-11 02:19:31] "POST /neutron/port HTTP/1.1" 200 1099 0.009760 10.0.0.242 - - [2025-12-11 02:19:31] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006279 10.0.0.242 - - [2025-12-11 02:19:31] "GET /virtual-machine/f752b744-44c9-4b76-9ae5-18a77380555c HTTP/1.1" 200 1307 0.004740 10.0.0.242 - - [2025-12-11 02:19:31] "GET /virtual-machine-interface/add339f2-197e-4f70-bc25-c54172c100ae HTTP/1.1" 200 3012 0.005359 10.0.0.242 - - [2025-12-11 02:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.242 - - [2025-12-11 02:19:31] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003293 10.0.0.242 - - [2025-12-11 02:19:31] "GET /virtual-networks?parent_id=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002618 10.0.0.242 - - [2025-12-11 02:19:31] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005306 10.0.0.242 - - [2025-12-11 02:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.242 - - [2025-12-11 02:19:34] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004374 10.0.0.242 - - [2025-12-11 02:19:38] "POST /neutron/port HTTP/1.1" 200 1099 0.009649 10.0.0.242 - - [2025-12-11 02:19:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.004474 10.0.0.242 - - [2025-12-11 02:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.002679 10.0.0.242 - - [2025-12-11 02:19:38] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.004198 10.0.0.242 - - [2025-12-11 02:19:39] "POST /neutron/port HTTP/1.1" 200 1100 0.011053 10.0.0.242 - - [2025-12-11 02:19:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005465 10.0.0.242 - - [2025-12-11 02:19:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002759 10.0.0.242 - - [2025-12-11 02:19:40] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002616 10.0.0.242 - - [2025-12-11 02:19:40] "GET /virtual-networks?parent_id=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002924 10.0.0.242 - - [2025-12-11 02:19:40] "GET /virtual-network/b599f5ee-1ff9-4a03-9781-0ecd8eda7921?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005711 10.0.0.242 - - [2025-12-11 02:19:40] "POST /neutron/port HTTP/1.1" 200 1099 0.011047 10.0.0.242 - - [2025-12-11 02:19:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.005552 10.0.0.242 - - [2025-12-11 02:19:45] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001232 10.0.0.242 - - [2025-12-11 02:19:45] "POST /neutron/floatingip HTTP/1.1" 200 530 0.065548 10.0.0.242 - - [2025-12-11 02:19:45] "POST /neutron/port HTTP/1.1" 200 1099 0.023573 10.0.0.242 - - [2025-12-11 02:19:45] "POST /neutron/port HTTP/1.1" 200 1099 0.013052 10.0.0.242 - - [2025-12-11 02:19:45] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004553 10.0.0.242 - - [2025-12-11 02:19:45] "POST /neutron/floatingip HTTP/1.1" 200 576 0.039352 10.0.0.242 - - [2025-12-11 02:19:45] "POST /neutron/port HTTP/1.1" 200 1099 0.018597 10.0.0.242 - - [2025-12-11 02:19:46] "POST /neutron/network HTTP/1.1" 200 847 0.004547 10.0.0.242 - - [2025-12-11 02:19:46] "POST /neutron/port HTTP/1.1" 200 1100 0.010169 10.0.0.242 - - [2025-12-11 02:19:46] "POST /neutron/floatingip HTTP/1.1" 200 550 0.011009 10.0.0.242 - - [2025-12-11 02:19:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006684 10.0.0.242 - - [2025-12-11 02:19:46] "POST /neutron/subnet HTTP/1.1" 200 694 0.005214 10.0.0.242 - - [2025-12-11 02:19:46] "POST /neutron/port HTTP/1.1" 200 117 0.001008 10.0.0.242 - - [2025-12-11 02:19:46] "POST /neutron/network HTTP/1.1" 200 837 0.004565 10.0.0.242 - - [2025-12-11 02:19:46] "POST /neutron/port HTTP/1.1" 200 1100 0.009577 10.0.0.242 - - [2025-12-11 02:19:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.006076 10.0.0.242 - - [2025-12-11 02:19:46] "POST /neutron/port HTTP/1.1" 200 1100 0.010054 10.0.0.242 - - [2025-12-11 02:19:46] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008281 10.0.0.242 - - [2025-12-11 02:19:46] "GET /virtual-machine/7f0d3362-f4b0-4153-94f2-747baf24f2c6 HTTP/1.1" 200 1306 0.004203 10.0.0.242 - - [2025-12-11 02:19:46] "GET /virtual-machine-interface/ac4f1f2f-3d9e-40c9-b906-7e3d6546e1c3 HTTP/1.1" 200 3012 0.003889 10.0.0.242 - - [2025-12-11 02:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.242 - - [2025-12-11 02:19:46] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003088 10.0.0.242 - - [2025-12-11 02:19:46] "GET /virtual-networks?parent_id=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002634 10.0.0.242 - - [2025-12-11 02:19:46] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.004793 10.0.0.242 - - [2025-12-11 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.242 - - [2025-12-11 02:19:47] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002843 10.0.0.242 - - [2025-12-11 02:19:47] "GET /virtual-networks?parent_id=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.002980 10.0.0.242 - - [2025-12-11 02:19:47] "GET /virtual-network/1457b171-eff5-43e5-804c-e12c0aac4637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006500 10.0.0.242 - - [2025-12-11 02:19:47] "POST /neutron/floatingip HTTP/1.1" 200 576 0.007770 10.0.0.242 - - [2025-12-11 02:19:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.001811 10.0.0.242 - - [2025-12-11 02:19:47] "GET /routing-instance/e3274bab-50cf-4564-a790-5610fa39d3c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.002438 10.0.0.242 - - [2025-12-11 02:19:47] "GET /route-target/24e8e143-4534-4f8f-8148-f169db8f24b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003221 10.0.0.242 - - [2025-12-11 02:19:47] "GET /floating-ip/5ec21cd8-18f4-45bc-b96b-59e3500985ae HTTP/1.1" 200 1892 0.004406 10.0.0.242 - - [2025-12-11 02:19:50] "POST /neutron/floatingip HTTP/1.1" 200 576 0.007545 10.0.0.242 - - [2025-12-11 02:19:50] "POST /neutron/floatingip HTTP/1.1" 200 530 0.017779 10.0.0.242 - - [2025-12-11 02:19:50] "POST /neutron/floatingip HTTP/1.1" 200 530 0.004810 10.0.0.242 - - [2025-12-11 02:19:50] "POST /neutron/floatingip HTTP/1.1" 200 115 0.026969 10.0.0.242 - - [2025-12-11 02:19:50] "GET /floating-ip-pool/bde7bd09-4ce6-4d08-8278-faae59e3ea4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1208 0.002798 10.0.0.242 - - [2025-12-11 02:19:50] "POST /ref-update HTTP/1.1" 200 156 0.009240 10.0.0.242 - - [2025-12-11 02:19:50] "DELETE /floating-ip-pool/bde7bd09-4ce6-4d08-8278-faae59e3ea4e HTTP/1.1" 200 115 0.020782 10.0.0.242 - - [2025-12-11 02:19:51] "POST /neutron/network HTTP/1.1" 200 837 0.005926 10.0.0.242 - - [2025-12-11 02:19:51] "POST /neutron/network HTTP/1.1" 400 204 0.009881 10.0.0.242 - - [2025-12-11 02:19:51] "POST /neutron/port HTTP/1.1" 200 1100 0.012617 10.0.0.242 - - [2025-12-11 02:19:51] "POST /neutron/port HTTP/1.1" 200 1126 0.008081 10.0.0.242 - - [2025-12-11 02:19:51] "POST /neutron/port HTTP/1.1" 200 1099 0.023829 10.0.0.242 - - [2025-12-11 02:19:51] "POST /neutron/port HTTP/1.1" 200 1125 0.007774 10.0.0.242 - - [2025-12-11 02:19:51] "POST /neutron/port HTTP/1.1" 200 151 0.147597 10.0.0.242 - - [2025-12-11 02:19:51] "POST /neutron/port HTTP/1.1" 200 151 0.121595 10.0.0.242 - - [2025-12-11 02:19:53] "POST /neutron/network HTTP/1.1" 200 837 0.004857 10.0.0.242 - - [2025-12-11 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001941 10.0.0.242 - - [2025-12-11 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003028 10.0.0.242 - - [2025-12-11 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001601 10.0.0.242 - - [2025-12-11 02:19:53] "POST /neutron/network HTTP/1.1" 200 151 0.079870 10.0.0.242 - - [2025-12-11 02:19:53] "GET /routing-instance/2e770ea3-08ea-465e-8bb2-e89f84aa0a43 HTTP/1.1" 404 171 0.001760 10.0.0.242 - - [2025-12-11 02:19:53] "GET /domains HTTP/1.1" 200 281 0.003628 10.0.0.242 - - [2025-12-11 02:19:53] "DELETE /route-target/b25a4d87-8ffe-44a3-94d4-97f78d56a168 HTTP/1.1" 200 115 0.015205 10.0.0.242 - - [2025-12-11 02:19:53] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000938 10.0.0.242 - - [2025-12-11 02:19:53] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2793 0.048557 10.0.0.242 - - [2025-12-11 02:19:53] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000905 10.0.0.242 - - [2025-12-11 02:19:53] "GET /project/69856569-2b03-474b-8504-856a3df230c5 HTTP/1.1" 200 2179 0.062481 10.0.0.242 - - [2025-12-11 02:19:53] "POST /neutron/network HTTP/1.1" 200 838 0.004996 10.0.0.242 - - [2025-12-11 02:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002886 10.0.0.242 - - [2025-12-11 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.003705 10.0.0.242 - - [2025-12-11 02:19:53] "POST /useragent-kv HTTP/1.1" 200 115 0.001891 10.0.0.242 - - [2025-12-11 02:19:53] "POST /neutron/network HTTP/1.1" 200 151 0.075490 10.0.0.242 - - [2025-12-11 02:19:53] "DELETE /route-target/24e8e143-4534-4f8f-8148-f169db8f24b4 HTTP/1.1" 200 115 0.023708 10.0.0.242 - - [2025-12-11 02:19:53] "GET /routing-instance/e3274bab-50cf-4564-a790-5610fa39d3c6 HTTP/1.1" 404 171 0.002604 10.0.0.242 - - [2025-12-11 02:19:53] "GET /domains HTTP/1.1" 200 281 0.002108 10.0.0.242 - - [2025-12-11 02:19:53] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.242 - - [2025-12-11 02:19:53] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2793 0.052191 10.0.0.242 - - [2025-12-11 02:19:53] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000839 10.0.0.242 - - [2025-12-11 02:19:53] "GET /project/69856569-2b03-474b-8504-856a3df230c5 HTTP/1.1" 200 1928 0.069344 10.0.0.242 - - [2025-12-11 02:19:53] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000980 10.0.0.242 - - [2025-12-11 02:19:53] "GET /project/69856569-2b03-474b-8504-856a3df230c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.028331 10.0.0.242 - - [2025-12-11 02:19:53] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000847 10.0.0.242 - - [2025-12-11 02:19:53] "GET /project/69856569-2b03-474b-8504-856a3df230c5?fields=virtual_networks HTTP/1.1" 200 1057 0.065916 10.0.0.242 - - [2025-12-11 02:19:54] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000965 10.0.0.242 - - [2025-12-11 02:19:54] "GET /project/69856569-2b03-474b-8504-856a3df230c5?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.024226 10.0.0.242 - - [2025-12-11 02:19:54] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000887 10.0.0.242 - - [2025-12-11 02:19:54] "GET /project/69856569-2b03-474b-8504-856a3df230c5?fields=security_groups HTTP/1.1" 200 1296 0.037626 10.0.0.242 - - [2025-12-11 02:19:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.024789 10.0.0.242 - - [2025-12-11 02:19:54] "GET /projects?obj_uuids=8ccb91f4-9748-46c7-9104-bb673d90281f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002153 10.0.0.242 - - [2025-12-11 02:19:55] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.242 - - [2025-12-11 02:19:55] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006300 10.0.0.242 - - [2025-12-11 02:19:55] "POST /id-to-fqname HTTP/1.1" 200 185 0.002181 10.0.0.242 - - [2025-12-11 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.002035 10.0.0.242 - - [2025-12-11 02:19:55] "POST /security-groups HTTP/1.1" 200 586 0.061089 10.0.0.242 - - [2025-12-11 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 229 0.002243 10.0.0.242 - - [2025-12-11 02:19:55] "POST /projects HTTP/1.1" 200 575 0.202571 10.0.0.242 - - [2025-12-11 02:19:55] "POST /access-control-lists HTTP/1.1" 200 593 0.057152 10.0.0.242 - - [2025-12-11 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.272084 10.0.0.242 - - [2025-12-11 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.002332 10.0.0.242 - - [2025-12-11 02:19:55] "GET /project/8ccb91f4-9748-46c7-9104-bb673d90281f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.386989 10.0.0.242 - - [2025-12-11 02:19:55] "POST /access-control-lists HTTP/1.1" 200 591 0.056879 10.0.0.242 - - [2025-12-11 02:19:56] "GET / HTTP/1.1" 200 36215 0.001772 10.0.0.242 - - [2025-12-11 02:19:57] "GET /projects?obj_uuids=8ccb91f4-9748-46c7-9104-bb673d90281f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000897 10.0.0.242 - - [2025-12-11 02:19:57] "GET /project/8ccb91f4-9748-46c7-9104-bb673d90281f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.029730 10.0.0.242 - - [2025-12-11 02:19:57] "GET /projects?obj_uuids=8ccb91f4-9748-46c7-9104-bb673d90281f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000912 10.0.0.242 - - [2025-12-11 02:19:57] "GET /project/8ccb91f4-9748-46c7-9104-bb673d90281f?fields=virtual_networks HTTP/1.1" 200 1025 0.066528 10.0.0.242 - - [2025-12-11 02:19:57] "GET /projects?obj_uuids=8ccb91f4-9748-46c7-9104-bb673d90281f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000860 10.0.0.242 - - [2025-12-11 02:19:57] "GET /project/8ccb91f4-9748-46c7-9104-bb673d90281f?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.051358 10.0.0.242 - - [2025-12-11 02:19:57] "GET /projects?obj_uuids=8ccb91f4-9748-46c7-9104-bb673d90281f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001355 10.0.0.242 - - [2025-12-11 02:19:57] "GET /project/8ccb91f4-9748-46c7-9104-bb673d90281f?fields=security_groups HTTP/1.1" 200 1247 0.023418 10.0.0.242 - - [2025-12-11 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 183 0.023470 10.0.0.242 - - [2025-12-11 02:19:58] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002054 10.0.0.242 - - [2025-12-11 02:19:58] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000943 10.0.0.242 - - [2025-12-11 02:19:58] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006253 10.0.0.242 - - [2025-12-11 02:19:58] "POST /id-to-fqname HTTP/1.1" 200 185 0.001033 10.0.0.242 - - [2025-12-11 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 194 0.003747 10.0.0.242 - - [2025-12-11 02:19:58] "POST /security-groups HTTP/1.1" 200 586 0.060252 10.0.0.242 - - [2025-12-11 02:19:58] "POST /fqname-to-id HTTP/1.1" 404 229 0.002171 10.0.0.242 - - [2025-12-11 02:19:58] "POST /projects HTTP/1.1" 200 575 0.203297 10.0.0.242 - - [2025-12-11 02:19:58] "POST /access-control-lists HTTP/1.1" 200 593 0.059347 10.0.0.242 - - [2025-12-11 02:19:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.277834 10.0.0.242 - - [2025-12-11 02:19:59] "POST /fqname-to-id HTTP/1.1" 404 228 0.002458 10.0.0.242 - - [2025-12-11 02:19:59] "GET /project/630f276f-0a20-4f10-bf13-70cefbdc84f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.394031 10.0.0.242 - - [2025-12-11 02:19:59] "POST /access-control-lists HTTP/1.1" 200 591 0.056911 10.0.0.242 - - [2025-12-11 02:20:00] "GET / HTTP/1.1" 200 36215 0.001690 10.0.0.242 - - [2025-12-11 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.002620 10.0.0.242 - - [2025-12-11 02:20:00] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000941 10.0.0.242 - - [2025-12-11 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.002438 10.0.0.242 - - [2025-12-11 02:20:00] "POST /access-control-lists HTTP/1.1" 200 592 0.015466 10.0.0.242 - - [2025-12-11 02:20:00] "POST /fqname-to-id HTTP/1.1" 404 227 0.002348 10.0.0.242 - - [2025-12-11 02:20:00] "POST /access-control-lists HTTP/1.1" 200 590 0.015306 10.0.0.242 - - [2025-12-11 02:20:00] "PUT /access-control-list/010ad7f7-b463-44bf-9617-ec6b3a1a8123 HTTP/1.1" 200 273 0.009183 10.0.0.242 - - [2025-12-11 02:20:00] "PUT /access-control-list/3cdf964b-ab50-400d-a014-bf31dcba4835 HTTP/1.1" 200 273 0.008415 10.0.0.242 - - [2025-12-11 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 1364 0.379003 10.0.0.242 - - [2025-12-11 02:20:01] "PUT /access-control-list/3cdf964b-ab50-400d-a014-bf31dcba4835 HTTP/1.1" 200 273 0.014675 10.0.0.242 - - [2025-12-11 02:20:01] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.003141 10.0.0.242 - - [2025-12-11 02:20:01] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.036788 10.0.0.242 - - [2025-12-11 02:20:01] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.010996 10.0.0.242 - - [2025-12-11 02:20:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.140641 10.0.0.242 - - [2025-12-11 02:20:01] "PUT /access-control-list/3cdf964b-ab50-400d-a014-bf31dcba4835 HTTP/1.1" 200 273 0.017423 10.0.0.242 - - [2025-12-11 02:20:01] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017391 10.0.0.242 - - [2025-12-11 02:20:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141178 10.0.0.242 - - [2025-12-11 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.001915 10.0.0.242 - - [2025-12-11 02:20:01] "PUT /access-control-list/3cdf964b-ab50-400d-a014-bf31dcba4835 HTTP/1.1" 200 273 0.011839 10.0.0.242 - - [2025-12-11 02:20:01] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001694 10.0.0.242 - - [2025-12-11 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 228 0.002670 10.0.0.242 - - [2025-12-11 02:20:01] "POST /access-control-lists HTTP/1.1" 200 592 0.014112 10.0.0.242 - - [2025-12-11 02:20:01] "POST /fqname-to-id HTTP/1.1" 404 227 0.004034 10.0.0.242 - - [2025-12-11 02:20:01] "POST /access-control-lists HTTP/1.1" 200 590 0.014694 10.0.0.242 - - [2025-12-11 02:20:01] "PUT /access-control-list/32099c8d-e0c0-4de3-9769-d8926e2978ac HTTP/1.1" 200 273 0.008279 10.0.0.242 - - [2025-12-11 02:20:01] "PUT /access-control-list/ba14e3ce-c89a-4419-af71-bd10a665d765 HTTP/1.1" 200 273 0.010192 10.0.0.242 - - [2025-12-11 02:20:01] "POST /neutron/security_group HTTP/1.1" 200 1364 0.345450 10.0.0.242 - - [2025-12-11 02:20:01] "PUT /access-control-list/ba14e3ce-c89a-4419-af71-bd10a665d765 HTTP/1.1" 200 273 0.014953 10.0.0.242 - - [2025-12-11 02:20:01] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001127 10.0.0.242 - - [2025-12-11 02:20:01] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.028783 10.0.0.242 - - [2025-12-11 02:20:01] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.007401 10.0.0.242 - - [2025-12-11 02:20:01] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.155037 10.0.0.242 - - [2025-12-11 02:20:01] "PUT /access-control-list/ba14e3ce-c89a-4419-af71-bd10a665d765 HTTP/1.1" 200 273 0.006974 10.0.0.242 - - [2025-12-11 02:20:01] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009573 10.0.0.242 - - [2025-12-11 02:20:02] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125405 10.0.0.242 - - [2025-12-11 02:20:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.242 - - [2025-12-11 02:20:02] "PUT /access-control-list/ba14e3ce-c89a-4419-af71-bd10a665d765 HTTP/1.1" 200 273 0.010769 10.0.0.242 - - [2025-12-11 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 210 0.033185 10.0.0.242 - - [2025-12-11 02:20:02] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001015 10.0.0.242 - - [2025-12-11 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 245 0.002920 10.0.0.242 - - [2025-12-11 02:20:02] "POST /access-control-lists HTTP/1.1" 200 609 0.015731 10.0.0.242 - - [2025-12-11 02:20:02] "POST /fqname-to-id HTTP/1.1" 404 244 0.002397 10.0.0.242 - - [2025-12-11 02:20:02] "POST /access-control-lists HTTP/1.1" 200 607 0.013362 10.0.0.242 - - [2025-12-11 02:20:02] "PUT /access-control-list/0e25a549-277c-4fa2-a0bc-75c2fbdd3ffb HTTP/1.1" 200 273 0.007183 10.0.0.242 - - [2025-12-11 02:20:02] "PUT /access-control-list/d4528683-7dd0-44e6-961b-af968175d648 HTTP/1.1" 200 273 0.009068 10.0.0.242 - - [2025-12-11 02:20:02] "POST /neutron/security_group HTTP/1.1" 200 1379 0.354497 10.0.0.242 - - [2025-12-11 02:20:02] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000887 10.0.0.242 - - [2025-12-11 02:20:02] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.027275 10.0.0.242 - - [2025-12-11 02:20:02] "PUT /access-control-list/d4528683-7dd0-44e6-961b-af968175d648 HTTP/1.1" 200 273 0.013388 10.0.0.242 - - [2025-12-11 02:20:02] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.008588 10.0.0.242 - - [2025-12-11 02:20:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.166640 10.0.0.242 - - [2025-12-11 02:20:03] "PUT /access-control-list/d4528683-7dd0-44e6-961b-af968175d648 HTTP/1.1" 200 273 0.009026 10.0.0.242 - - [2025-12-11 02:20:03] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.009704 10.0.0.242 - - [2025-12-11 02:20:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.161795 10.0.0.242 - - [2025-12-11 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 210 0.001773 10.0.0.242 - - [2025-12-11 02:20:03] "PUT /access-control-list/d4528683-7dd0-44e6-961b-af968175d648 HTTP/1.1" 200 273 0.007174 10.0.0.242 - - [2025-12-11 02:20:03] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000872 10.0.0.242 - - [2025-12-11 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 245 0.002861 10.0.0.242 - - [2025-12-11 02:20:03] "POST /access-control-lists HTTP/1.1" 200 609 0.019721 10.0.0.242 - - [2025-12-11 02:20:03] "POST /fqname-to-id HTTP/1.1" 404 244 0.002362 10.0.0.242 - - [2025-12-11 02:20:03] "POST /access-control-lists HTTP/1.1" 200 607 0.014199 10.0.0.242 - - [2025-12-11 02:20:03] "PUT /access-control-list/1da52824-045e-4065-b086-0c780ba8a350 HTTP/1.1" 200 273 0.008614 10.0.0.242 - - [2025-12-11 02:20:03] "PUT /access-control-list/89ff4a73-f363-4855-b655-98385ad8b6e4 HTTP/1.1" 200 273 0.008553 10.0.0.242 - - [2025-12-11 02:20:03] "POST /neutron/security_group HTTP/1.1" 200 1379 0.317603 10.0.0.242 - - [2025-12-11 02:20:03] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000918 10.0.0.242 - - [2025-12-11 02:20:03] "PUT /access-control-list/89ff4a73-f363-4855-b655-98385ad8b6e4 HTTP/1.1" 200 273 0.009382 10.0.0.242 - - [2025-12-11 02:20:03] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.030935 10.0.0.242 - - [2025-12-11 02:20:03] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.006624 10.0.0.242 - - [2025-12-11 02:20:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.139777 10.0.0.242 - - [2025-12-11 02:20:03] "PUT /access-control-list/89ff4a73-f363-4855-b655-98385ad8b6e4 HTTP/1.1" 200 273 0.012494 10.0.0.242 - - [2025-12-11 02:20:03] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.011078 10.0.0.242 - - [2025-12-11 02:20:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.124563 10.0.0.242 - - [2025-12-11 02:20:03] "PUT /access-control-list/89ff4a73-f363-4855-b655-98385ad8b6e4 HTTP/1.1" 200 273 0.010851 10.0.0.242 - - [2025-12-11 02:20:04] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001412 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.042706 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003546 10.0.0.242 - - [2025-12-11 02:20:04] "POST /route-targets HTTP/1.1" 200 328 0.011724 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.004159 10.0.0.242 - - [2025-12-11 02:20:04] "PUT /logical-router/133ac4d4-faf4-4197-86d9-cced6864bf74 HTTP/1.1" 200 263 0.027352 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.010309 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.004116 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002632 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002517 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003400 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002464 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002863 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003646 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003626 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002778 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003433 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.004978 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002836 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002875 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003847 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003138 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003541 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003504 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003202 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003258 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002936 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002934 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003409 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002980 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002992 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002969 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003173 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003417 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003181 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.002959 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.015353 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 541 0.003103 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 542 0.014451 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 542 0.003055 10.0.0.242 - - [2025-12-11 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 151 0.039159 10.0.0.242 - - [2025-12-11 02:20:04] "GET /logical-router/133ac4d4-faf4-4197-86d9-cced6864bf74?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002553 10.0.0.242 - - [2025-12-11 02:20:04] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001028 10.0.0.242 - - [2025-12-11 02:20:04] "DELETE /route-target/3a705f64-f3cd-4951-b862-219fee7548ca HTTP/1.1" 200 115 0.026054 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 542 0.042662 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 542 0.003364 10.0.0.242 - - [2025-12-11 02:20:04] "POST /route-targets HTTP/1.1" 200 328 0.011013 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 542 0.003404 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 542 0.003046 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 542 0.003419 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 542 0.003489 10.0.0.242 - - [2025-12-11 02:20:04] "PUT /logical-router/bc6f38b9-2850-470e-9273-5780b5ae2830 HTTP/1.1" 200 263 0.019876 10.0.0.242 - - [2025-12-11 02:20:04] "POST /neutron/router HTTP/1.1" 200 542 0.006736 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002908 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003229 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002846 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002729 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003124 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003058 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.004223 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003881 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002984 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002690 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002962 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002961 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003029 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003293 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003665 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002947 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002993 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003230 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002829 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003028 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003197 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002856 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003319 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002948 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002936 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002987 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.015016 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.002941 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.014368 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 542 0.003209 10.0.0.242 - - [2025-12-11 02:20:05] "GET /logical-router/bc6f38b9-2850-470e-9273-5780b5ae2830?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004205 10.0.0.242 - - [2025-12-11 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006399 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 151 0.039066 10.0.0.242 - - [2025-12-11 02:20:05] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001699 10.0.0.242 - - [2025-12-11 02:20:05] "DELETE /route-target/e5712926-2347-47b3-949e-5b10e7285f23 HTTP/1.1" 200 115 0.016896 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.047498 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002857 10.0.0.242 - - [2025-12-11 02:20:05] "POST /route-targets HTTP/1.1" 200 328 0.014106 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.004062 10.0.0.242 - - [2025-12-11 02:20:05] "PUT /logical-router/c7c9e153-7d4f-402c-b0d0-d869fcb1d742 HTTP/1.1" 200 263 0.021847 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.006616 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002821 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002957 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003453 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003107 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002946 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002958 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003166 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002939 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002993 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002652 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002764 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002837 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002994 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003210 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002967 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003033 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002933 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003077 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002982 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002897 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003219 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003242 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.002966 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.040947 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003265 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003090 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003133 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.004204 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003123 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.015470 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 559 0.003365 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 560 0.015444 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 560 0.003179 10.0.0.242 - - [2025-12-11 02:20:05] "GET /logical-router/c7c9e153-7d4f-402c-b0d0-d869fcb1d742?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.002910 10.0.0.242 - - [2025-12-11 02:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.242 - - [2025-12-11 02:20:05] "POST /neutron/router HTTP/1.1" 200 151 0.038809 10.0.0.242 - - [2025-12-11 02:20:05] "DELETE /route-target/bf6ebf46-9303-4f43-a6a4-3364124a6203 HTTP/1.1" 200 115 0.013901 10.0.0.242 - - [2025-12-11 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 521 0.003480 10.0.0.242 - - [2025-12-11 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 151 0.028206 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/1da52824-045e-4065-b086-0c780ba8a350 HTTP/1.1" 200 115 0.024806 10.0.0.242 - - [2025-12-11 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 521 0.004247 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/89ff4a73-f363-4855-b655-98385ad8b6e4 HTTP/1.1" 200 115 0.022720 10.0.0.242 - - [2025-12-11 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 151 0.044659 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/0e25a549-277c-4fa2-a0bc-75c2fbdd3ffb HTTP/1.1" 200 115 0.021735 10.0.0.242 - - [2025-12-11 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 506 0.003725 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/d4528683-7dd0-44e6-961b-af968175d648 HTTP/1.1" 200 115 0.018796 10.0.0.242 - - [2025-12-11 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 151 0.034513 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/32099c8d-e0c0-4de3-9769-d8926e2978ac HTTP/1.1" 200 115 0.025666 10.0.0.242 - - [2025-12-11 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 506 0.005431 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/ba14e3ce-c89a-4419-af71-bd10a665d765 HTTP/1.1" 200 115 0.018170 10.0.0.242 - - [2025-12-11 02:20:06] "POST /neutron/security_group HTTP/1.1" 200 151 0.031805 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/010ad7f7-b463-44bf-9617-ec6b3a1a8123 HTTP/1.1" 200 115 0.019359 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/3cdf964b-ab50-400d-a014-bf31dcba4835 HTTP/1.1" 200 115 0.021976 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /project/630f276f0a204f10bf1370cefbdc84f9 HTTP/1.1" 404 173 0.018970 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /project/698565692b03474b8504856a3df230c5 HTTP/1.1" 404 173 0.015507 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /project/8ccb91f4974846c79104bb673d90281f HTTP/1.1" 404 173 0.009217 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=8ccb91f4-9748-46c7-9104-bb673d90281f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000911 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000872 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000778 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/69856569-2b03-474b-8504-856a3df230c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.032423 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.041662 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000989 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000796 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/8ccb91f4-9748-46c7-9104-bb673d90281f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.076573 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=8ccb91f4-9748-46c7-9104-bb673d90281f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001118 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/69856569-2b03-474b-8504-856a3df230c5?fields=security_groups HTTP/1.1" 200 1398 0.047441 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2?fields=security_groups HTTP/1.1" 200 1395 0.050135 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/8ccb91f4-9748-46c7-9104-bb673d90281f?fields=security_groups HTTP/1.1" 200 1349 0.068313 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000993 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/630f276f-0a20-4f10-bf13-70cefbdc84f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.043864 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001224 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /security-group/eca59d18-9e96-497d-9eec-ba692c2a15ae HTTP/1.1" 200 115 0.084383 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=69856569-2b03-474b-8504-856a3df230c5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001212 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/0f65a9d3-7878-40a5-8982-0b7f4893a3a8 HTTP/1.1" 200 115 0.063107 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /security-group/c6e8e218-34db-4f4c-8283-31226fd7807c HTTP/1.1" 200 115 0.102018 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/630f276f-0a20-4f10-bf13-70cefbdc84f9?fields=virtual_networks HTTP/1.1" 200 1024 0.046993 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=72a275d7-fab9-46f0-a429-be437be8dde2&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001343 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/513aa0de-8ecc-4ad2-b035-0fb0b142c903 HTTP/1.1" 200 115 0.058089 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /security-group/1b36498d-6095-4c7e-a478-942b4572cafc HTTP/1.1" 200 115 0.115475 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001323 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/72a275d7-fab9-46f0-a429-be437be8dde2?fields=application_policy_sets HTTP/1.1" 200 1434 0.065594 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/69856569-2b03-474b-8504-856a3df230c5?fields=application_policy_sets HTTP/1.1" 200 1437 0.102460 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=8ccb91f4-9748-46c7-9104-bb673d90281f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000905 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/30bf9fdb-4aed-41af-aad0-d0b3d4f07b72 HTTP/1.1" 200 115 0.039576 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/8ccb91f4-9748-46c7-9104-bb673d90281f?fields=application_policy_sets HTTP/1.1" 200 1388 0.038681 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/23319949-94a1-4379-9802-018acf915ee9 HTTP/1.1" 200 115 0.030970 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/630f276f-0a20-4f10-bf13-70cefbdc84f9?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.092436 10.0.0.242 - - [2025-12-11 02:20:06] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001400 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/f01ea714-82fd-4654-886f-4b0217d934fa HTTP/1.1" 200 115 0.064164 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /access-control-list/aab96c37-611b-4c34-9fd2-a4f4085a88fc HTTP/1.1" 200 115 0.046059 10.0.0.242 - - [2025-12-11 02:20:06] "GET /project/630f276f-0a20-4f10-bf13-70cefbdc84f9?fields=security_groups HTTP/1.1" 200 1246 0.093243 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /project/72a275d7-fab9-46f0-a429-be437be8dde2 HTTP/1.1" 200 115 0.556175 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /project/69856569-2b03-474b-8504-856a3df230c5 HTTP/1.1" 200 115 0.552900 10.0.0.242 - - [2025-12-11 02:20:06] "DELETE /project/8ccb91f4-9748-46c7-9104-bb673d90281f HTTP/1.1" 200 115 0.563504 10.0.0.242 - - [2025-12-11 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 184 0.028593 10.0.0.242 - - [2025-12-11 02:20:07] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002674 10.0.0.242 - - [2025-12-11 02:20:07] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001560 10.0.0.242 - - [2025-12-11 02:20:07] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006383 10.0.0.242 - - [2025-12-11 02:20:07] "POST /id-to-fqname HTTP/1.1" 200 186 0.001074 10.0.0.242 - - [2025-12-11 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 195 0.002706 10.0.0.242 - - [2025-12-11 02:20:07] "POST /security-groups HTTP/1.1" 200 587 0.060230 10.0.0.242 - - [2025-12-11 02:20:07] "POST /fqname-to-id HTTP/1.1" 404 230 0.001987 10.0.0.242 - - [2025-12-11 02:20:08] "POST /projects HTTP/1.1" 200 577 0.212489 10.0.0.242 - - [2025-12-11 02:20:08] "POST /access-control-lists HTTP/1.1" 200 594 0.054883 10.0.0.242 - - [2025-12-11 02:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.280587 10.0.0.242 - - [2025-12-11 02:20:08] "POST /fqname-to-id HTTP/1.1" 404 229 0.002481 10.0.0.242 - - [2025-12-11 02:20:08] "GET /project/5696da2f-f390-4fbd-8b1e-b579dcc0508b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.404714 10.0.0.242 - - [2025-12-11 02:20:08] "POST /access-control-lists HTTP/1.1" 200 592 0.056624 10.0.0.242 - - [2025-12-11 02:20:09] "GET / HTTP/1.1" 200 36215 0.001719 10.0.0.242 - - [2025-12-11 02:20:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2025-12-11 02:20:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.052581 10.0.0.242 - - [2025-12-11 02:20:10] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000837 10.0.0.242 - - [2025-12-11 02:20:10] "GET /project/5696da2f-f390-4fbd-8b1e-b579dcc0508b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.023640 10.0.0.242 - - [2025-12-11 02:20:10] "POST /neutron/network HTTP/1.1" 200 117 0.030259 10.0.0.242 - - [2025-12-11 02:20:10] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000943 10.0.0.242 - - [2025-12-11 02:20:10] "POST /neutron/network HTTP/1.1" 200 601 0.063438 10.0.0.242 - - [2025-12-11 02:20:10] "POST /route-targets HTTP/1.1" 200 328 0.008873 10.0.0.242 - - [2025-12-11 02:20:10] "POST /ref-update HTTP/1.1" 200 156 0.008860 10.0.0.242 - - [2025-12-11 02:20:10] "POST /useragent-kv HTTP/1.1" 200 115 0.002529 10.0.0.242 - - [2025-12-11 02:20:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.167760 10.0.0.242 - - [2025-12-11 02:20:10] "POST /neutron/network HTTP/1.1" 200 821 0.004404 10.0.0.242 - - [2025-12-11 02:20:10] "POST /id-to-fqname HTTP/1.1" 200 216 0.001017 10.0.0.242 - - [2025-12-11 02:20:10] "GET /virtual-network/613e0cab-45e1-4ccb-943f-e8350988d32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004141 10.0.0.242 - - [2025-12-11 02:20:10] "POST /neutron/network HTTP/1.1" 200 821 0.004745 10.0.0.242 - - [2025-12-11 02:20:10] "GET /virtual-network/613e0cab-45e1-4ccb-943f-e8350988d32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004288 10.0.0.242 - - [2025-12-11 02:20:10] "POST /neutron/network HTTP/1.1" 200 821 0.004781 10.0.0.242 - - [2025-12-11 02:20:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.006792 10.0.0.242 - - [2025-12-11 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.001943 10.0.0.242 - - [2025-12-11 02:20:10] "GET /virtual-network/613e0cab-45e1-4ccb-943f-e8350988d32d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.004711 10.0.0.242 - - [2025-12-11 02:20:10] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001018 10.0.0.242 - - [2025-12-11 02:20:10] "POST /neutron/port HTTP/1.1" 200 1018 0.172631 10.0.0.242 - - [2025-12-11 02:20:10] "GET /virtual-machine-interface/4a933bdf-95d7-45cc-aa3e-54a4e5279322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008027 10.0.0.242 - - [2025-12-11 02:20:10] "GET /virtual-machine-interface/4a933bdf-95d7-45cc-aa3e-54a4e5279322?fields=instance_ip_back_refs HTTP/1.1" 200 1320 0.004938 10.0.0.242 - - [2025-12-11 02:20:10] "GET /obj-perms HTTP/1.1" 200 5075 0.065336 10.0.0.242 - - [2025-12-11 02:20:11] "GET /instance-ip/8b05c789-8f1a-4c4e-bb35-12bbcff8addf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.004233 10.0.0.242 - - [2025-12-11 02:20:11] "GET /virtual-machine-interface/4a933bdf-95d7-45cc-aa3e-54a4e5279322 HTTP/1.1" 401 293 0.000402 10.0.0.242 - - [2025-12-11 02:20:11] "GET /virtual-machine-interface/4a933bdf-95d7-45cc-aa3e-54a4e5279322 HTTP/1.1" 200 2611 0.045964 10.0.0.242 - - [2025-12-11 02:20:11] "POST /neutron/port HTTP/1.1" 200 1018 0.007744 10.0.0.242 - - [2025-12-11 02:20:11] "GET /obj-perms HTTP/1.1" 200 5075 0.352042 10.0.0.242 - - [2025-12-11 02:20:11] "POST /neutron/port HTTP/1.1" 200 151 0.068158 10.0.0.242 - - [2025-12-11 02:20:11] "POST /neutron/network HTTP/1.1" 200 821 0.004571 10.0.0.242 - - [2025-12-11 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002811 10.0.0.242 - - [2025-12-11 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003114 10.0.0.242 - - [2025-12-11 02:20:11] "POST /useragent-kv HTTP/1.1" 200 115 0.001407 10.0.0.242 - - [2025-12-11 02:20:11] "POST /neutron/network HTTP/1.1" 200 151 0.071455 10.0.0.242 - - [2025-12-11 02:20:11] "DELETE /route-target/7c904fd0-5bae-4e00-8d5e-66c6a4901783 HTTP/1.1" 200 115 0.010601 10.0.0.242 - - [2025-12-11 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.242 - - [2025-12-11 02:20:12] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001383 10.0.0.242 - - [2025-12-11 02:20:12] "GET /project/5696da2f-f390-4fbd-8b1e-b579dcc0508b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.033382 10.0.0.242 - - [2025-12-11 02:20:12] "POST /neutron/network HTTP/1.1" 200 117 0.010693 10.0.0.242 - - [2025-12-11 02:20:12] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001767 10.0.0.242 - - [2025-12-11 02:20:12] "POST /neutron/network HTTP/1.1" 200 603 0.061824 10.0.0.242 - - [2025-12-11 02:20:12] "POST /route-targets HTTP/1.1" 200 328 0.011436 10.0.0.242 - - [2025-12-11 02:20:12] "POST /ref-update HTTP/1.1" 200 156 0.014990 10.0.0.242 - - [2025-12-11 02:20:12] "POST /useragent-kv HTTP/1.1" 200 115 0.003932 10.0.0.242 - - [2025-12-11 02:20:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.142698 10.0.0.242 - - [2025-12-11 02:20:12] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.242 - - [2025-12-11 02:20:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.147257 10.0.0.242 - - [2025-12-11 02:20:12] "POST /neutron/network HTTP/1.1" 200 975 0.006018 10.0.0.242 - - [2025-12-11 02:20:12] "POST /id-to-fqname HTTP/1.1" 200 217 0.001126 10.0.0.242 - - [2025-12-11 02:20:12] "GET /virtual-network/8a80fd92-9541-4b3a-8b6c-cd018507c784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006295 10.0.0.242 - - [2025-12-11 02:20:12] "POST /neutron/network HTTP/1.1" 200 975 0.010026 10.0.0.242 - - [2025-12-11 02:20:12] "GET /virtual-network/8a80fd92-9541-4b3a-8b6c-cd018507c784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.004259 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/network HTTP/1.1" 200 975 0.006047 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/subnet HTTP/1.1" 200 715 0.005867 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/subnet HTTP/1.1" 200 720 0.005574 10.0.0.242 - - [2025-12-11 02:20:13] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000941 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/port HTTP/1.1" 200 1016 0.144767 10.0.0.242 - - [2025-12-11 02:20:13] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001037 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/port HTTP/1.1" 200 1017 0.145523 10.0.0.242 - - [2025-12-11 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 217 0.001116 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/port HTTP/1.1" 200 1016 0.006315 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/port HTTP/1.1" 200 1016 0.006479 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/network HTTP/1.1" 200 975 0.005890 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/port HTTP/1.1" 200 1016 0.006093 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/port HTTP/1.1" 200 117 0.004325 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/port HTTP/1.1" 200 117 0.004065 10.0.0.242 - - [2025-12-11 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 217 0.001565 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/port HTTP/1.1" 200 117 0.004316 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/port HTTP/1.1" 200 1017 0.006604 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/port HTTP/1.1" 200 1017 0.006482 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/network HTTP/1.1" 200 975 0.005527 10.0.0.242 - - [2025-12-11 02:20:13] "POST /neutron/port HTTP/1.1" 200 1017 0.006167 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1016 0.006824 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1017 0.007118 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.005569 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.004596 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 117 0.004477 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1016 0.006268 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/network HTTP/1.1" 200 985 0.006035 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1017 0.006855 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1016 0.007665 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/network HTTP/1.1" 200 985 0.005045 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1016 0.008812 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1017 0.011111 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1017 0.022232 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1108 0.106520 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1109 0.092610 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1082 0.010420 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/port HTTP/1.1" 200 1083 0.014760 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002480 10.0.0.242 - - [2025-12-11 02:20:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003344 10.0.0.242 - - [2025-12-11 02:20:15] "POST /neutron/subnet HTTP/1.1" 200 689 0.018805 10.0.0.242 - - [2025-12-11 02:20:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.008711 10.0.0.242 - - [2025-12-11 02:20:15] "POST /neutron/port HTTP/1.1" 200 117 0.001014 10.0.0.242 - - [2025-12-11 02:20:15] "POST /neutron/port HTTP/1.1" 200 117 0.000758 10.0.0.242 - - [2025-12-11 02:20:15] "POST /neutron/network HTTP/1.1" 200 975 0.008952 10.0.0.242 - - [2025-12-11 02:20:15] "POST /neutron/network HTTP/1.1" 200 975 0.007978 10.0.0.242 - - [2025-12-11 02:20:19] "POST /neutron/port HTTP/1.1" 200 1082 0.009322 10.0.0.242 - - [2025-12-11 02:20:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004720 10.0.0.242 - - [2025-12-11 02:20:19] "POST /neutron/port HTTP/1.1" 200 1082 0.009831 10.0.0.242 - - [2025-12-11 02:20:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005744 10.0.0.242 - - [2025-12-11 02:20:19] "POST /neutron/port HTTP/1.1" 200 1082 0.009643 10.0.0.242 - - [2025-12-11 02:20:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005332 10.0.0.242 - - [2025-12-11 02:20:19] "GET /virtual-machine/ec900484-421d-4b20-9154-48e2f7128772 HTTP/1.1" 200 1287 0.008141 10.0.0.242 - - [2025-12-11 02:20:19] "GET /virtual-machine-interface/572ab673-50b8-46f2-93fd-8f2feda81879 HTTP/1.1" 200 2931 0.004930 10.0.0.242 - - [2025-12-11 02:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003039 10.0.0.242 - - [2025-12-11 02:20:19] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002386 10.0.0.242 - - [2025-12-11 02:20:19] "GET /virtual-networks?parent_id=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002468 10.0.0.242 - - [2025-12-11 02:20:19] "GET /virtual-network/8a80fd92-9541-4b3a-8b6c-cd018507c784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.005400 10.0.0.242 - - [2025-12-11 02:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002517 10.0.0.242 - - [2025-12-11 02:20:22] "GET /virtual-network/8a80fd92-9541-4b3a-8b6c-cd018507c784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006645 10.0.0.242 - - [2025-12-11 02:20:23] "POST /neutron/port HTTP/1.1" 200 1082 0.009551 10.0.0.242 - - [2025-12-11 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2054 0.004998 10.0.0.242 - - [2025-12-11 02:20:23] "POST /neutron/port HTTP/1.1" 200 1083 0.011751 10.0.0.242 - - [2025-12-11 02:20:23] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007809 10.0.0.242 - - [2025-12-11 02:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.242 - - [2025-12-11 02:20:24] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002643 10.0.0.242 - - [2025-12-11 02:20:24] "GET /virtual-networks?parent_id=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002563 10.0.0.242 - - [2025-12-11 02:20:24] "GET /virtual-network/8a80fd92-9541-4b3a-8b6c-cd018507c784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.004524 10.0.0.242 - - [2025-12-11 02:20:25] "POST /neutron/port HTTP/1.1" 200 1082 0.015930 10.0.0.242 - - [2025-12-11 02:20:25] "POST /neutron/security_group HTTP/1.1" 200 2054 0.006751 10.0.0.242 - - [2025-12-11 02:20:30] "POST /neutron/port HTTP/1.1" 200 1083 0.009977 10.0.0.242 - - [2025-12-11 02:20:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.005538 10.0.0.242 - - [2025-12-11 02:20:30] "POST /neutron/port HTTP/1.1" 200 1083 0.010010 10.0.0.242 - - [2025-12-11 02:20:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007497 10.0.0.242 - - [2025-12-11 02:20:30] "POST /neutron/port HTTP/1.1" 200 1083 0.010614 10.0.0.242 - - [2025-12-11 02:20:30] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007117 10.0.0.242 - - [2025-12-11 02:20:30] "GET /virtual-machine/cd75a564-c92e-49fd-8285-a0acb5fd6490 HTTP/1.1" 200 1286 0.004991 10.0.0.242 - - [2025-12-11 02:20:30] "GET /virtual-machine-interface/3f9363af-c403-4f68-9175-f89774bcbdbc HTTP/1.1" 200 2931 0.006218 10.0.0.242 - - [2025-12-11 02:20:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003070 10.0.0.242 - - [2025-12-11 02:20:30] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003362 10.0.0.242 - - [2025-12-11 02:20:30] "GET /virtual-networks?parent_id=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002779 10.0.0.242 - - [2025-12-11 02:20:30] "GET /virtual-network/8a80fd92-9541-4b3a-8b6c-cd018507c784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.004815 10.0.0.242 - - [2025-12-11 02:20:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002316 10.0.0.242 - - [2025-12-11 02:20:31] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002738 10.0.0.242 - - [2025-12-11 02:20:31] "GET /virtual-networks?parent_id=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002547 10.0.0.242 - - [2025-12-11 02:20:31] "GET /virtual-network/8a80fd92-9541-4b3a-8b6c-cd018507c784?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.005189 10.0.0.242 - - [2025-12-11 02:20:34] "POST /neutron/port HTTP/1.1" 200 1109 0.008859 10.0.0.242 - - [2025-12-11 02:20:34] "POST /neutron/port HTTP/1.1" 200 1109 0.007415 10.0.0.242 - - [2025-12-11 02:20:35] "POST /neutron/port HTTP/1.1" 200 151 0.092808 10.0.0.242 - - [2025-12-11 02:20:35] "POST /neutron/port HTTP/1.1" 200 1108 0.007663 10.0.0.242 - - [2025-12-11 02:20:35] "POST /neutron/port HTTP/1.1" 200 1108 0.007428 10.0.0.242 - - [2025-12-11 02:20:35] "POST /neutron/port HTTP/1.1" 200 151 0.102082 10.0.0.242 - - [2025-12-11 02:20:35] "POST /neutron/network HTTP/1.1" 200 975 0.005913 10.0.0.242 - - [2025-12-11 02:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.242 - - [2025-12-11 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003357 10.0.0.242 - - [2025-12-11 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001753 10.0.0.242 - - [2025-12-11 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001356 10.0.0.242 - - [2025-12-11 02:20:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001581 10.0.0.242 - - [2025-12-11 02:20:35] "POST /neutron/network HTTP/1.1" 200 151 0.099005 10.0.0.242 - - [2025-12-11 02:20:35] "DELETE /route-target/7f5248a1-dc74-468b-849a-3b7c89760b7f HTTP/1.1" 200 115 0.023033 10.0.0.242 - - [2025-12-11 02:20:35] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000925 10.0.0.242 - - [2025-12-11 02:20:35] "GET /project/5696da2f-f390-4fbd-8b1e-b579dcc0508b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.022737 10.0.0.242 - - [2025-12-11 02:20:35] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000978 10.0.0.242 - - [2025-12-11 02:20:35] "GET /project/5696da2f-f390-4fbd-8b1e-b579dcc0508b?fields=virtual_networks HTTP/1.1" 200 1026 0.064204 10.0.0.242 - - [2025-12-11 02:20:35] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000984 10.0.0.242 - - [2025-12-11 02:20:35] "GET /project/5696da2f-f390-4fbd-8b1e-b579dcc0508b?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.023572 10.0.0.242 - - [2025-12-11 02:20:35] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000989 10.0.0.242 - - [2025-12-11 02:20:35] "GET /project/5696da2f-f390-4fbd-8b1e-b579dcc0508b?fields=security_groups HTTP/1.1" 200 1249 0.025000 10.0.0.242 - - [2025-12-11 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.023084 10.0.0.242 - - [2025-12-11 02:20:36] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002060 10.0.0.242 - - [2025-12-11 02:20:36] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000924 10.0.0.242 - - [2025-12-11 02:20:36] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006074 10.0.0.242 - - [2025-12-11 02:20:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.001063 10.0.0.242 - - [2025-12-11 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.003229 10.0.0.242 - - [2025-12-11 02:20:36] "POST /security-groups HTTP/1.1" 200 589 0.060074 10.0.0.242 - - [2025-12-11 02:20:36] "POST /fqname-to-id HTTP/1.1" 404 232 0.002015 10.0.0.242 - - [2025-12-11 02:20:36] "POST /projects HTTP/1.1" 200 581 0.215775 10.0.0.242 - - [2025-12-11 02:20:37] "POST /access-control-lists HTTP/1.1" 200 596 0.057106 10.0.0.242 - - [2025-12-11 02:20:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.284547 10.0.0.242 - - [2025-12-11 02:20:37] "POST /fqname-to-id HTTP/1.1" 404 231 0.002339 10.0.0.242 - - [2025-12-11 02:20:37] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.401239 10.0.0.242 - - [2025-12-11 02:20:37] "POST /access-control-lists HTTP/1.1" 200 594 0.056531 10.0.0.242 - - [2025-12-11 02:20:38] "GET / HTTP/1.1" 200 36215 0.001840 10.0.0.242 - - [2025-12-11 02:20:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000497 10.0.0.242 - - [2025-12-11 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.050169 10.0.0.242 - - [2025-12-11 02:20:39] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.242 - - [2025-12-11 02:20:39] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.022296 10.0.0.242 - - [2025-12-11 02:20:39] "POST /neutron/network HTTP/1.1" 200 117 0.028226 10.0.0.242 - - [2025-12-11 02:20:39] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001408 10.0.0.242 - - [2025-12-11 02:20:39] "POST /neutron/network HTTP/1.1" 200 605 0.071513 10.0.0.242 - - [2025-12-11 02:20:39] "POST /route-targets HTTP/1.1" 200 328 0.016942 10.0.0.242 - - [2025-12-11 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.017722 10.0.0.242 - - [2025-12-11 02:20:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003851 10.0.0.242 - - [2025-12-11 02:20:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.180123 10.0.0.242 - - [2025-12-11 02:20:39] "POST /neutron/network HTTP/1.1" 200 822 0.004524 10.0.0.242 - - [2025-12-11 02:20:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001009 10.0.0.242 - - [2025-12-11 02:20:39] "GET /virtual-network/5a18d3f6-9525-4c35-b2a0-6626527d7676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004935 10.0.0.242 - - [2025-12-11 02:20:39] "POST /neutron/network HTTP/1.1" 200 822 0.004675 10.0.0.242 - - [2025-12-11 02:20:39] "GET /virtual-network/5a18d3f6-9525-4c35-b2a0-6626527d7676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004099 10.0.0.242 - - [2025-12-11 02:20:39] "POST /neutron/network HTTP/1.1" 200 822 0.004530 10.0.0.242 - - [2025-12-11 02:20:39] "POST /neutron/subnet HTTP/1.1" 200 715 0.005682 10.0.0.242 - - [2025-12-11 02:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.242 - - [2025-12-11 02:20:39] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000913 10.0.0.242 - - [2025-12-11 02:20:39] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.025657 10.0.0.242 - - [2025-12-11 02:20:39] "POST /neutron/network HTTP/1.1" 200 117 0.013194 10.0.0.242 - - [2025-12-11 02:20:39] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001179 10.0.0.242 - - [2025-12-11 02:20:39] "POST /neutron/network HTTP/1.1" 200 605 0.077541 10.0.0.242 - - [2025-12-11 02:20:39] "POST /route-targets HTTP/1.1" 200 328 0.013592 10.0.0.242 - - [2025-12-11 02:20:39] "POST /ref-update HTTP/1.1" 200 156 0.015701 10.0.0.242 - - [2025-12-11 02:20:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004583 10.0.0.242 - - [2025-12-11 02:20:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.137877 10.0.0.242 - - [2025-12-11 02:20:40] "POST /neutron/network HTTP/1.1" 200 821 0.004348 10.0.0.242 - - [2025-12-11 02:20:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001052 10.0.0.242 - - [2025-12-11 02:20:40] "GET /virtual-network/495c5551-2fe9-4ed5-bec5-b394935aca2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004118 10.0.0.242 - - [2025-12-11 02:20:40] "POST /neutron/network HTTP/1.1" 200 821 0.010390 10.0.0.242 - - [2025-12-11 02:20:40] "GET /virtual-network/495c5551-2fe9-4ed5-bec5-b394935aca2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004358 10.0.0.242 - - [2025-12-11 02:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.004727 10.0.0.242 - - [2025-12-11 02:20:40] "POST /neutron/port HTTP/1.1" 400 205 0.002829 10.0.0.242 - - [2025-12-11 02:20:40] "POST /neutron/network HTTP/1.1" 200 821 0.008098 10.0.0.242 - - [2025-12-11 02:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.007672 10.0.0.242 - - [2025-12-11 02:20:40] "POST /neutron/port HTTP/1.1" 400 205 0.003045 10.0.0.242 - - [2025-12-11 02:20:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.010693 10.0.0.242 - - [2025-12-11 02:20:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.000972 10.0.0.242 - - [2025-12-11 02:20:40] "POST /neutron/port HTTP/1.1" 200 117 0.007373 10.0.0.242 - - [2025-12-11 02:20:40] "POST /neutron/network HTTP/1.1" 200 832 0.004383 10.0.0.242 - - [2025-12-11 02:20:40] "GET /aaa-mode HTTP/1.1" 401 293 0.000348 10.0.0.242 - - [2025-12-11 02:20:40] "GET / HTTP/1.1" 200 36215 0.001592 10.0.0.242 - - [2025-12-11 02:20:40] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000408 10.0.0.242 - - [2025-12-11 02:20:41] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000940 10.0.0.242 - - [2025-12-11 02:20:41] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.046324 10.0.0.242 - - [2025-12-11 02:20:41] "POST /neutron/network HTTP/1.1" 200 822 0.005676 10.0.0.242 - - [2025-12-11 02:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.005632 10.0.0.242 - - [2025-12-11 02:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.004368 10.0.0.242 - - [2025-12-11 02:20:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.002089 10.0.0.242 - - [2025-12-11 02:20:41] "POST /neutron/port HTTP/1.1" 200 117 0.010041 10.0.0.242 - - [2025-12-11 02:20:41] "POST /neutron/network HTTP/1.1" 200 831 0.005933 10.0.0.242 - - [2025-12-11 02:20:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000391 10.0.0.242 - - [2025-12-11 02:20:41] "POST /neutron/network HTTP/1.1" 200 832 0.006893 10.0.0.242 - - [2025-12-11 02:20:41] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001155 10.0.0.242 - - [2025-12-11 02:20:41] "GET / HTTP/1.1" 200 36215 0.001501 10.0.0.242 - - [2025-12-11 02:20:41] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000377 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/port HTTP/1.1" 200 1056 0.227035 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/port HTTP/1.1" 200 1056 0.007074 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/port HTTP/1.1" 200 1056 0.006827 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/port HTTP/1.1" 200 1110 0.059103 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/port HTTP/1.1" 200 1084 0.012576 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002982 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/subnet HTTP/1.1" 200 689 0.005577 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.001056 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/network HTTP/1.1" 200 822 0.005448 10.0.0.242 - - [2025-12-11 02:20:42] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001340 10.0.0.242 - - [2025-12-11 02:20:42] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.050225 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/network HTTP/1.1" 200 821 0.004643 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/port HTTP/1.1" 200 1084 0.021348 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005421 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/port HTTP/1.1" 200 117 0.005072 10.0.0.242 - - [2025-12-11 02:20:42] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/router HTTP/1.1" 200 580 0.042833 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/router HTTP/1.1" 200 580 0.005254 10.0.0.242 - - [2025-12-11 02:20:42] "POST /route-targets HTTP/1.1" 200 328 0.017901 10.0.0.242 - - [2025-12-11 02:20:42] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000989 10.0.0.242 - - [2025-12-11 02:20:42] "PUT /logical-router/e46dd6f3-c255-494c-86f8-15e2afbb48de HTTP/1.1" 200 263 0.026890 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/router HTTP/1.1" 200 344 0.237093 10.0.0.242 - - [2025-12-11 02:20:42] "POST /ref-update HTTP/1.1" 200 156 0.011483 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/port HTTP/1.1" 200 1084 0.011912 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/network HTTP/1.1" 200 831 0.005582 10.0.0.242 - - [2025-12-11 02:20:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004468 10.0.0.242 - - [2025-12-11 02:20:43] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000889 10.0.0.242 - - [2025-12-11 02:20:43] "POST /neutron/port HTTP/1.1" 200 1055 0.210751 10.0.0.242 - - [2025-12-11 02:20:43] "POST /neutron/port HTTP/1.1" 200 1055 0.008946 10.0.0.242 - - [2025-12-11 02:20:43] "POST /neutron/port HTTP/1.1" 200 1055 0.010875 10.0.0.242 - - [2025-12-11 02:20:43] "POST /neutron/port HTTP/1.1" 200 1109 0.068894 10.0.0.242 - - [2025-12-11 02:20:43] "POST /neutron/port HTTP/1.1" 200 1083 0.010884 10.0.0.242 - - [2025-12-11 02:20:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002678 10.0.0.242 - - [2025-12-11 02:20:43] "POST /neutron/subnet HTTP/1.1" 200 684 0.005762 10.0.0.242 - - [2025-12-11 02:20:43] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.242 - - [2025-12-11 02:20:43] "POST /neutron/network HTTP/1.1" 200 821 0.006228 10.0.0.242 - - [2025-12-11 02:20:48] "POST /neutron/port HTTP/1.1" 200 1084 0.009538 10.0.0.242 - - [2025-12-11 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005161 10.0.0.242 - - [2025-12-11 02:20:48] "POST /neutron/port HTTP/1.1" 200 1084 0.012341 10.0.0.242 - - [2025-12-11 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007681 10.0.0.242 - - [2025-12-11 02:20:48] "POST /neutron/port HTTP/1.1" 200 1084 0.013500 10.0.0.242 - - [2025-12-11 02:20:48] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005443 10.0.0.242 - - [2025-12-11 02:20:48] "GET /virtual-machine/cd1340bf-3474-435b-bc96-9e85091a4703 HTTP/1.1" 401 293 0.000407 10.0.0.242 - - [2025-12-11 02:20:48] "GET /virtual-machine/cd1340bf-3474-435b-bc96-9e85091a4703 HTTP/1.1" 200 1293 0.027220 10.0.0.242 - - [2025-12-11 02:20:48] "GET /virtual-machine-interface/e4dc5f1e-5d41-4847-8532-16837106e9f5 HTTP/1.1" 200 2941 0.004758 10.0.0.242 - - [2025-12-11 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002583 10.0.0.242 - - [2025-12-11 02:20:48] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003127 10.0.0.242 - - [2025-12-11 02:20:48] "GET /virtual-networks?parent_id=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002986 10.0.0.242 - - [2025-12-11 02:20:48] "GET /virtual-network/5a18d3f6-9525-4c35-b2a0-6626527d7676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004863 10.0.0.242 - - [2025-12-11 02:20:50] "POST /neutron/port HTTP/1.1" 200 1084 0.009946 10.0.0.242 - - [2025-12-11 02:20:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004461 10.0.0.242 - - [2025-12-11 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002384 10.0.0.242 - - [2025-12-11 02:20:51] "GET /virtual-network/5a18d3f6-9525-4c35-b2a0-6626527d7676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.004129 10.0.0.242 - - [2025-12-11 02:20:51] "POST /neutron/port HTTP/1.1" 200 1083 0.009480 10.0.0.242 - - [2025-12-11 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005462 10.0.0.242 - - [2025-12-11 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002401 10.0.0.242 - - [2025-12-11 02:20:53] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002491 10.0.0.242 - - [2025-12-11 02:20:53] "GET /virtual-networks?parent_id=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002530 10.0.0.242 - - [2025-12-11 02:20:54] "GET /virtual-network/5a18d3f6-9525-4c35-b2a0-6626527d7676?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005094 10.0.0.242 - - [2025-12-11 02:20:54] "POST /neutron/port HTTP/1.1" 200 1083 0.011793 10.0.0.242 - - [2025-12-11 02:20:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005360 10.0.0.242 - - [2025-12-11 02:20:54] "POST /neutron/port HTTP/1.1" 200 1083 0.011407 10.0.0.242 - - [2025-12-11 02:20:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005064 10.0.0.242 - - [2025-12-11 02:20:54] "POST /neutron/port HTTP/1.1" 200 1083 0.014090 10.0.0.242 - - [2025-12-11 02:20:54] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005260 10.0.0.242 - - [2025-12-11 02:20:54] "GET /virtual-machine/66c9bc3b-4ea0-463c-9269-76c07b895b44 HTTP/1.1" 200 1292 0.004995 10.0.0.242 - - [2025-12-11 02:20:54] "GET /virtual-machine-interface/1383c7de-7870-4af3-8420-39abdf329f7f HTTP/1.1" 200 2940 0.004685 10.0.0.242 - - [2025-12-11 02:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.242 - - [2025-12-11 02:20:54] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002841 10.0.0.242 - - [2025-12-11 02:20:54] "GET /virtual-networks?parent_id=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002478 10.0.0.242 - - [2025-12-11 02:20:54] "GET /virtual-network/495c5551-2fe9-4ed5-bec5-b394935aca2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004628 10.0.0.242 - - [2025-12-11 02:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002798 10.0.0.242 - - [2025-12-11 02:20:55] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003143 10.0.0.242 - - [2025-12-11 02:20:55] "GET /virtual-networks?parent_id=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002619 10.0.0.242 - - [2025-12-11 02:20:55] "GET /virtual-network/495c5551-2fe9-4ed5-bec5-b394935aca2c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2033 0.004542 10.0.0.242 - - [2025-12-11 02:21:00] "POST /neutron/router HTTP/1.1" 200 580 0.004096 10.0.0.242 - - [2025-12-11 02:21:01] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001002 10.0.0.242 - - [2025-12-11 02:21:01] "POST /neutron/router HTTP/1.1" 200 344 0.185464 10.0.0.242 - - [2025-12-11 02:21:01] "POST /neutron/port HTTP/1.1" 200 1879 0.013740 10.0.0.242 - - [2025-12-11 02:21:01] "POST /ref-update HTTP/1.1" 200 156 0.007227 10.0.0.242 - - [2025-12-11 02:21:06] "DELETE /project/6a746784707e4440af035dd0bc83c610 HTTP/1.1" 404 173 0.009979 10.0.0.242 - - [2025-12-11 02:21:06] "DELETE /project/5696da2ff3904fbd8b1eb579dcc0508b HTTP/1.1" 404 173 0.008944 10.0.0.242 - - [2025-12-11 02:21:06] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000819 10.0.0.242 - - [2025-12-11 02:21:06] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000721 10.0.0.242 - - [2025-12-11 02:21:06] "GET /project/5696da2f-f390-4fbd-8b1e-b579dcc0508b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.030826 10.0.0.242 - - [2025-12-11 02:21:06] "GET /project/630f276f-0a20-4f10-bf13-70cefbdc84f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.034993 10.0.0.242 - - [2025-12-11 02:21:06] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001117 10.0.0.242 - - [2025-12-11 02:21:06] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000741 10.0.0.242 - - [2025-12-11 02:21:06] "GET /project/630f276f-0a20-4f10-bf13-70cefbdc84f9?fields=security_groups HTTP/1.1" 200 1348 0.024038 10.0.0.242 - - [2025-12-11 02:21:07] "GET /project/5696da2f-f390-4fbd-8b1e-b579dcc0508b?fields=security_groups HTTP/1.1" 200 1351 0.063606 10.0.0.242 - - [2025-12-11 02:21:07] "DELETE /security-group/2926d850-5ad5-45cd-af6b-a42d7488fafc HTTP/1.1" 200 115 0.030081 10.0.0.242 - - [2025-12-11 02:21:07] "GET /projects?obj_uuids=630f276f-0a20-4f10-bf13-70cefbdc84f9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001181 10.0.0.242 - - [2025-12-11 02:21:07] "DELETE /access-control-list/e3c2eb2a-cebf-4a19-a333-d397dd4768b3 HTTP/1.1" 200 115 0.028472 10.0.0.242 - - [2025-12-11 02:21:07] "GET /project/630f276f-0a20-4f10-bf13-70cefbdc84f9?fields=application_policy_sets HTTP/1.1" 200 1387 0.032054 10.0.0.242 - - [2025-12-11 02:21:07] "DELETE /access-control-list/e271c434-8f50-48bd-a34a-9f33a28e2f10 HTTP/1.1" 200 115 0.037323 10.0.0.242 - - [2025-12-11 02:21:07] "DELETE /security-group/b6cd2b64-818c-489c-bec1-f4a38e6d20e3 HTTP/1.1" 200 115 0.061131 10.0.0.242 - - [2025-12-11 02:21:07] "GET /projects?obj_uuids=5696da2f-f390-4fbd-8b1e-b579dcc0508b&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000874 10.0.0.242 - - [2025-12-11 02:21:07] "GET /project/5696da2f-f390-4fbd-8b1e-b579dcc0508b?fields=application_policy_sets HTTP/1.1" 200 1390 0.030576 10.0.0.242 - - [2025-12-11 02:21:07] "DELETE /access-control-list/2a16f112-0037-4edc-ae18-8fcc9a267228 HTTP/1.1" 200 115 0.040457 10.0.0.242 - - [2025-12-11 02:21:07] "DELETE /access-control-list/b06ae945-dba3-4999-9d18-a7b128f64c47 HTTP/1.1" 200 115 0.026487 10.0.0.242 - - [2025-12-11 02:21:07] "DELETE /project/630f276f-0a20-4f10-bf13-70cefbdc84f9 HTTP/1.1" 200 115 0.317730 10.0.0.242 - - [2025-12-11 02:21:07] "DELETE /project/5696da2f-f390-4fbd-8b1e-b579dcc0508b HTTP/1.1" 200 115 0.345234 10.0.0.242 - - [2025-12-11 02:21:07] "POST /neutron/router HTTP/1.1" 200 580 0.003434 10.0.0.242 - - [2025-12-11 02:21:07] "POST /ref-update HTTP/1.1" 200 156 0.015665 10.0.0.242 - - [2025-12-11 02:21:07] "POST /neutron/router HTTP/1.1" 200 344 0.094993 10.0.0.242 - - [2025-12-11 02:21:10] "POST /neutron/router HTTP/1.1" 200 580 0.004865 10.0.0.242 - - [2025-12-11 02:21:11] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.242 - - [2025-12-11 02:21:11] "POST /neutron/router HTTP/1.1" 200 344 0.194987 10.0.0.242 - - [2025-12-11 02:21:11] "POST /ref-update HTTP/1.1" 200 156 0.007396 10.0.0.242 - - [2025-12-11 02:21:11] "GET /obj-perms HTTP/1.1" 200 5075 0.048753 10.0.0.242 - - [2025-12-11 02:21:12] "GET /obj-perms HTTP/1.1" 200 5075 0.048278 10.0.0.242 - - [2025-12-11 02:21:13] "POST /neutron/router HTTP/1.1" 200 580 0.004584 10.0.0.242 - - [2025-12-11 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.011357 10.0.0.242 - - [2025-12-11 02:21:13] "POST /neutron/router HTTP/1.1" 200 344 0.088699 10.0.0.242 - - [2025-12-11 02:21:13] "POST /neutron/router HTTP/1.1" 200 580 0.004854 10.0.0.242 - - [2025-12-11 02:21:13] "POST /ref-update HTTP/1.1" 200 156 0.007657 10.0.0.242 - - [2025-12-11 02:21:13] "POST /neutron/router HTTP/1.1" 200 344 0.080712 10.0.0.242 - - [2025-12-11 02:21:13] "POST /neutron/router HTTP/1.1" 200 580 0.003867 10.0.0.242 - - [2025-12-11 02:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002166 10.0.0.242 - - [2025-12-11 02:21:13] "POST /neutron/router HTTP/1.1" 200 151 0.034458 10.0.0.242 - - [2025-12-11 02:21:13] "GET /logical-router/e46dd6f3-c255-494c-86f8-15e2afbb48de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.003199 10.0.0.242 - - [2025-12-11 02:21:13] "DELETE /route-target/d23287f4-1ad8-4c41-91df-58d26e7275ab HTTP/1.1" 200 115 0.014874 10.0.0.242 - - [2025-12-11 02:21:13] "POST /neutron/network HTTP/1.1" 200 821 0.007022 10.0.0.242 - - [2025-12-11 02:21:13] "POST /neutron/network HTTP/1.1" 400 204 0.009192 10.0.0.242 - - [2025-12-11 02:21:14] "POST /neutron/port HTTP/1.1" 200 1083 0.009895 10.0.0.242 - - [2025-12-11 02:21:14] "POST /neutron/port HTTP/1.1" 200 1109 0.008191 10.0.0.242 - - [2025-12-11 02:21:14] "POST /neutron/port HTTP/1.1" 200 1084 0.013545 10.0.0.242 - - [2025-12-11 02:21:14] "POST /neutron/port HTTP/1.1" 200 1110 0.008440 10.0.0.242 - - [2025-12-11 02:21:14] "POST /neutron/port HTTP/1.1" 200 151 0.112367 10.0.0.242 - - [2025-12-11 02:21:14] "POST /neutron/port HTTP/1.1" 200 151 0.097799 10.0.0.242 - - [2025-12-11 02:21:15] "POST /neutron/network HTTP/1.1" 200 821 0.006289 10.0.0.242 - - [2025-12-11 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.242 - - [2025-12-11 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002931 10.0.0.242 - - [2025-12-11 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.001652 10.0.0.242 - - [2025-12-11 02:21:15] "POST /neutron/network HTTP/1.1" 200 151 0.071625 10.0.0.242 - - [2025-12-11 02:21:15] "DELETE /route-target/ba04f509-5845-43a9-a93a-ae5a124a0a35 HTTP/1.1" 200 115 0.013943 10.0.0.242 - - [2025-12-11 02:21:15] "POST /neutron/network HTTP/1.1" 200 822 0.005500 10.0.0.242 - - [2025-12-11 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003380 10.0.0.242 - - [2025-12-11 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.242 - - [2025-12-11 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.002347 10.0.0.242 - - [2025-12-11 02:21:16] "POST /neutron/network HTTP/1.1" 200 151 0.073276 10.0.0.242 - - [2025-12-11 02:21:16] "DELETE /route-target/915e9784-3688-47d0-86dc-18e5d5bbb3b8 HTTP/1.1" 200 115 0.013125 10.0.0.242 - - [2025-12-11 02:21:16] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000949 10.0.0.242 - - [2025-12-11 02:21:16] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.023021 10.0.0.242 - - [2025-12-11 02:21:16] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.242 - - [2025-12-11 02:21:16] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?fields=virtual_networks HTTP/1.1" 200 1030 0.065558 10.0.0.242 - - [2025-12-11 02:21:16] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000879 10.0.0.242 - - [2025-12-11 02:21:16] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.023161 10.0.0.242 - - [2025-12-11 02:21:16] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000943 10.0.0.242 - - [2025-12-11 02:21:16] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?fields=security_groups HTTP/1.1" 200 1255 0.022831 10.0.0.242 - - [2025-12-11 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 191 0.024580 10.0.0.242 - - [2025-12-11 02:21:17] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001991 10.0.0.242 - - [2025-12-11 02:21:17] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001185 10.0.0.242 - - [2025-12-11 02:21:17] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007575 10.0.0.242 - - [2025-12-11 02:21:17] "POST /id-to-fqname HTTP/1.1" 200 193 0.001093 10.0.0.242 - - [2025-12-11 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 202 0.005213 10.0.0.242 - - [2025-12-11 02:21:17] "POST /security-groups HTTP/1.1" 200 594 0.060311 10.0.0.242 - - [2025-12-11 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 237 0.002065 10.0.0.242 - - [2025-12-11 02:21:17] "POST /projects HTTP/1.1" 200 591 0.198845 10.0.0.242 - - [2025-12-11 02:21:17] "POST /access-control-lists HTTP/1.1" 200 601 0.060175 10.0.0.242 - - [2025-12-11 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.266668 10.0.0.242 - - [2025-12-11 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 236 0.002387 10.0.0.242 - - [2025-12-11 02:21:17] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.385408 10.0.0.242 - - [2025-12-11 02:21:17] "POST /access-control-lists HTTP/1.1" 200 599 0.056568 10.0.0.242 - - [2025-12-11 02:21:18] "GET / HTTP/1.1" 200 36215 0.002546 10.0.0.242 - - [2025-12-11 02:21:19] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000443 10.0.0.242 - - [2025-12-11 02:21:20] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000887 10.0.0.242 - - [2025-12-11 02:21:20] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.043692 10.0.0.242 - - [2025-12-11 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002324 10.0.0.242 - - [2025-12-11 02:21:20] "GET /security-group/3ba25751-4873-458a-9541-792da0cdcba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.004308 10.0.0.242 - - [2025-12-11 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002386 10.0.0.242 - - [2025-12-11 02:21:20] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001179 10.0.0.242 - - [2025-12-11 02:21:20] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.022456 10.0.0.242 - - [2025-12-11 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002594 10.0.0.242 - - [2025-12-11 02:21:20] "GET /security-group/3ba25751-4873-458a-9541-792da0cdcba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3765 0.003510 10.0.0.242 - - [2025-12-11 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002655 10.0.0.242 - - [2025-12-11 02:21:20] "PUT /security-group/3ba25751-4873-458a-9541-792da0cdcba6 HTTP/1.1" 200 263 0.011703 10.0.0.242 - - [2025-12-11 02:21:20] "PUT /access-control-list/d2d89789-4323-42d1-8f2c-11dd38109a9a HTTP/1.1" 200 273 0.007683 10.0.0.242 - - [2025-12-11 02:21:20] "PUT /access-control-list/45e77cbf-a2a7-462f-9a85-db1217692b6a HTTP/1.1" 200 273 0.008425 10.0.0.242 - - [2025-12-11 02:21:20] "POST /fqname-to-id HTTP/1.1" 404 202 0.002395 10.0.0.242 - - [2025-12-11 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002554 10.0.0.242 - - [2025-12-11 02:21:20] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001265 10.0.0.242 - - [2025-12-11 02:21:20] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.021134 10.0.0.242 - - [2025-12-11 02:21:20] "POST /neutron/network HTTP/1.1" 200 117 0.029096 10.0.0.242 - - [2025-12-11 02:21:20] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000872 10.0.0.242 - - [2025-12-11 02:21:20] "POST /neutron/network HTTP/1.1" 200 608 0.053450 10.0.0.242 - - [2025-12-11 02:21:20] "POST /route-targets HTTP/1.1" 200 328 0.010878 10.0.0.242 - - [2025-12-11 02:21:20] "POST /ref-update HTTP/1.1" 200 156 0.010296 10.0.0.242 - - [2025-12-11 02:21:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002527 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 714 0.155186 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/network HTTP/1.1" 200 825 0.004312 10.0.0.242 - - [2025-12-11 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.000881 10.0.0.242 - - [2025-12-11 02:21:21] "GET /virtual-network/ac185b46-4212-4057-86fb-f6c0bf51cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.003658 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/network HTTP/1.1" 200 825 0.004843 10.0.0.242 - - [2025-12-11 02:21:21] "GET /virtual-network/ac185b46-4212-4057-86fb-f6c0bf51cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004778 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/network HTTP/1.1" 200 825 0.006664 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 714 0.005375 10.0.0.242 - - [2025-12-11 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.001915 10.0.0.242 - - [2025-12-11 02:21:21] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000911 10.0.0.242 - - [2025-12-11 02:21:21] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.023388 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/network HTTP/1.1" 200 117 0.008623 10.0.0.242 - - [2025-12-11 02:21:21] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000864 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/network HTTP/1.1" 200 615 0.073614 10.0.0.242 - - [2025-12-11 02:21:21] "POST /route-targets HTTP/1.1" 200 328 0.013696 10.0.0.242 - - [2025-12-11 02:21:21] "POST /ref-update HTTP/1.1" 200 156 0.017480 10.0.0.242 - - [2025-12-11 02:21:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004115 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.147875 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/network HTTP/1.1" 200 835 0.004396 10.0.0.242 - - [2025-12-11 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 227 0.000944 10.0.0.242 - - [2025-12-11 02:21:21] "GET /virtual-network/09e85a8f-6fbe-409e-a682-33b121737045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.003838 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/network HTTP/1.1" 200 835 0.004780 10.0.0.242 - - [2025-12-11 02:21:21] "GET /virtual-network/09e85a8f-6fbe-409e-a682-33b121737045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004297 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/network HTTP/1.1" 200 835 0.004768 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/subnet HTTP/1.1" 200 729 0.006526 10.0.0.242 - - [2025-12-11 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.000890 10.0.0.242 - - [2025-12-11 02:21:21] "POST /neutron/network HTTP/1.1" 200 835 0.004688 10.0.0.242 - - [2025-12-11 02:21:21] "GET /aaa-mode HTTP/1.1" 401 293 0.000420 10.0.0.242 - - [2025-12-11 02:21:22] "GET / HTTP/1.1" 200 36215 0.002165 10.0.0.242 - - [2025-12-11 02:21:22] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000478 10.0.0.242 - - [2025-12-11 02:21:22] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000915 10.0.0.242 - - [2025-12-11 02:21:22] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.041850 10.0.0.242 - - [2025-12-11 02:21:22] "POST /neutron/network HTTP/1.1" 200 825 0.004498 10.0.0.242 - - [2025-12-11 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.004043 10.0.0.242 - - [2025-12-11 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.006195 10.0.0.242 - - [2025-12-11 02:21:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001197 10.0.0.242 - - [2025-12-11 02:21:22] "POST /neutron/port HTTP/1.1" 200 117 0.004484 10.0.0.242 - - [2025-12-11 02:21:22] "POST /neutron/network HTTP/1.1" 200 845 0.005390 10.0.0.242 - - [2025-12-11 02:21:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000400 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/network HTTP/1.1" 200 835 0.004447 10.0.0.242 - - [2025-12-11 02:21:23] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001119 10.0.0.242 - - [2025-12-11 02:21:23] "GET / HTTP/1.1" 200 36215 0.001458 10.0.0.242 - - [2025-12-11 02:21:23] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000356 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/port HTTP/1.1" 200 1061 0.175169 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/port HTTP/1.1" 200 1061 0.008332 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/port HTTP/1.1" 200 1061 0.006598 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/port HTTP/1.1" 200 1115 0.046320 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/port HTTP/1.1" 200 1089 0.008578 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003016 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/subnet HTTP/1.1" 200 688 0.005908 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/network HTTP/1.1" 200 825 0.004970 10.0.0.242 - - [2025-12-11 02:21:23] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001454 10.0.0.242 - - [2025-12-11 02:21:23] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.050565 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/network HTTP/1.1" 200 835 0.004637 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/port HTTP/1.1" 200 1089 0.014538 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007115 10.0.0.242 - - [2025-12-11 02:21:23] "POST /neutron/port HTTP/1.1" 200 117 0.005516 10.0.0.242 - - [2025-12-11 02:21:23] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001331 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/router HTTP/1.1" 200 585 0.058721 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/router HTTP/1.1" 200 585 0.009022 10.0.0.242 - - [2025-12-11 02:21:24] "POST /route-targets HTTP/1.1" 200 328 0.027090 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/router HTTP/1.1" 200 656 0.049260 10.0.0.242 - - [2025-12-11 02:21:24] "PUT /logical-router/9ebcffde-50d1-46ac-95b3-d4e6ed05d3e8 HTTP/1.1" 200 263 0.041073 10.0.0.242 - - [2025-12-11 02:21:24] "GET /logical-router/9ebcffde-50d1-46ac-95b3-d4e6ed05d3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.012710 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/router HTTP/1.1" 200 656 0.005960 10.0.0.242 - - [2025-12-11 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003400 10.0.0.242 - - [2025-12-11 02:21:24] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000932 10.0.0.242 - - [2025-12-11 02:21:24] "GET /service-template/f8ef3ca8-1cdd-48e2-ad4a-4fb9e46e3a8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004732 10.0.0.242 - - [2025-12-11 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 215 0.002876 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/network HTTP/1.1" 200 845 0.009738 10.0.0.242 - - [2025-12-11 02:21:24] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001841 10.0.0.242 - - [2025-12-11 02:21:24] "POST /useragent-kv HTTP/1.1" 200 115 0.006679 10.0.0.242 - - [2025-12-11 02:21:24] "POST /virtual-networks HTTP/1.1" 200 696 0.121920 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/router HTTP/1.1" 200 344 0.266500 10.0.0.242 - - [2025-12-11 02:21:24] "POST /route-targets HTTP/1.1" 200 328 0.035181 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/port HTTP/1.1" 200 1089 0.036085 10.0.0.242 - - [2025-12-11 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.031437 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/security_group HTTP/1.1" 200 2002 0.014013 10.0.0.242 - - [2025-12-11 02:21:24] "POST /service-instances HTTP/1.1" 200 672 0.115209 10.0.0.242 - - [2025-12-11 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.041500 10.0.0.242 - - [2025-12-11 02:21:24] "POST /route-tables HTTP/1.1" 200 584 0.050938 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/port HTTP/1.1" 200 1064 0.384438 10.0.0.242 - - [2025-12-11 02:21:24] "PUT /logical-router/9ebcffde-50d1-46ac-95b3-d4e6ed05d3e8 HTTP/1.1" 200 263 0.026865 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/port HTTP/1.1" 200 1064 0.008837 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/port HTTP/1.1" 200 1064 0.012163 10.0.0.242 - - [2025-12-11 02:21:24] "POST /ref-update HTTP/1.1" 200 156 0.025231 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/port HTTP/1.1" 200 1118 0.070898 10.0.0.242 - - [2025-12-11 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002205 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/port HTTP/1.1" 200 1092 0.017918 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002824 10.0.0.242 - - [2025-12-11 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.008054 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/port HTTP/1.1" 200 117 0.001041 10.0.0.242 - - [2025-12-11 02:21:24] "POST /neutron/network HTTP/1.1" 200 835 0.005103 10.0.0.242 - - [2025-12-11 02:21:24] "POST /virtual-machines HTTP/1.1" 200 554 0.012444 10.0.0.242 - - [2025-12-11 02:21:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.080702 10.0.0.242 - - [2025-12-11 02:21:25] "POST /chown HTTP/1.1" 200 109 0.006395 10.0.0.242 - - [2025-12-11 02:21:25] "POST /instance-ips HTTP/1.1" 200 552 0.019228 10.0.0.242 - - [2025-12-11 02:21:25] "POST /instance-ips HTTP/1.1" 400 246 0.017472 10.0.0.242 - - [2025-12-11 02:21:25] "POST /chown HTTP/1.1" 200 109 0.007464 10.0.0.242 - - [2025-12-11 02:21:25] "PUT /virtual-machine-interface/5f893e9a-b09d-49eb-8568-ffe1f81d45da HTTP/1.1" 200 285 0.008971 10.0.0.242 - - [2025-12-11 02:21:25] "PUT /instance-ip/37f239fe-b49f-47a7-aa03-9c23ed76d4ce HTTP/1.1" 200 257 0.014720 10.0.0.242 - - [2025-12-11 02:21:25] "POST /ref-update HTTP/1.1" 200 156 0.011884 10.0.0.242 - - [2025-12-11 02:21:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.078799 10.0.0.242 - - [2025-12-11 02:21:25] "POST /chown HTTP/1.1" 200 109 0.007270 10.0.0.242 - - [2025-12-11 02:21:25] "POST /instance-ips HTTP/1.1" 200 550 0.025439 10.0.0.242 - - [2025-12-11 02:21:25] "POST /instance-ips HTTP/1.1" 400 316 0.014011 10.0.0.242 - - [2025-12-11 02:21:25] "POST /chown HTTP/1.1" 200 109 0.007429 10.0.0.242 - - [2025-12-11 02:21:25] "PUT /virtual-machine-interface/f018881e-94e7-421e-a138-1060e1425ae6 HTTP/1.1" 200 285 0.009337 10.0.0.242 - - [2025-12-11 02:21:25] "PUT /instance-ip/8739596e-8e80-4aa6-8cb1-b441aa08d3cd HTTP/1.1" 200 257 0.009983 10.0.0.242 - - [2025-12-11 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.010599 10.0.0.242 - - [2025-12-11 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.007524 10.0.0.242 - - [2025-12-11 02:21:26] "PUT /routing-instance/c08bc6de-bfcc-406d-92c6-19e495fbcc32 HTTP/1.1" 200 267 0.012244 10.0.0.242 - - [2025-12-11 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.016025 10.0.0.242 - - [2025-12-11 02:21:26] "POST /virtual-machines HTTP/1.1" 200 554 0.010891 10.0.0.242 - - [2025-12-11 02:21:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 814 0.083213 10.0.0.242 - - [2025-12-11 02:21:26] "POST /chown HTTP/1.1" 200 109 0.006775 10.0.0.242 - - [2025-12-11 02:21:26] "POST /instance-ips HTTP/1.1" 400 246 0.033332 10.0.0.242 - - [2025-12-11 02:21:26] "POST /chown HTTP/1.1" 200 109 0.008238 10.0.0.242 - - [2025-12-11 02:21:26] "PUT /virtual-machine-interface/ce60a83f-a3dd-4b25-ac13-57ce0e779e2b HTTP/1.1" 200 285 0.011162 10.0.0.242 - - [2025-12-11 02:21:26] "PUT /instance-ip/37f239fe-b49f-47a7-aa03-9c23ed76d4ce HTTP/1.1" 200 257 0.012539 10.0.0.242 - - [2025-12-11 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.011846 10.0.0.242 - - [2025-12-11 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.013606 10.0.0.242 - - [2025-12-11 02:21:26] "POST /virtual-machine-interfaces HTTP/1.1" 200 812 0.092702 10.0.0.242 - - [2025-12-11 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.026962 10.0.0.242 - - [2025-12-11 02:21:26] "PUT /routing-instance/c08bc6de-bfcc-406d-92c6-19e495fbcc32 HTTP/1.1" 200 267 0.023329 10.0.0.242 - - [2025-12-11 02:21:26] "POST /chown HTTP/1.1" 200 109 0.013268 10.0.0.242 - - [2025-12-11 02:21:26] "POST /instance-ips HTTP/1.1" 400 316 0.013898 10.0.0.242 - - [2025-12-11 02:21:27] "POST /chown HTTP/1.1" 200 109 0.006114 10.0.0.242 - - [2025-12-11 02:21:27] "PUT /virtual-machine-interface/3ed7f207-fff1-4a1d-9dda-c3692ea415a6 HTTP/1.1" 200 285 0.009634 10.0.0.242 - - [2025-12-11 02:21:27] "PUT /instance-ip/8739596e-8e80-4aa6-8cb1-b441aa08d3cd HTTP/1.1" 200 257 0.011984 10.0.0.242 - - [2025-12-11 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.010837 10.0.0.242 - - [2025-12-11 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.011628 10.0.0.242 - - [2025-12-11 02:21:27] "PUT /routing-instance/c08bc6de-bfcc-406d-92c6-19e495fbcc32 HTTP/1.1" 200 267 0.033677 10.0.0.242 - - [2025-12-11 02:21:27] "POST /ref-update HTTP/1.1" 200 156 0.022054 10.0.0.242 - - [2025-12-11 02:21:29] "POST /neutron/port HTTP/1.1" 200 1089 0.013653 10.0.0.242 - - [2025-12-11 02:21:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005786 10.0.0.242 - - [2025-12-11 02:21:29] "POST /neutron/port HTTP/1.1" 200 1089 0.009723 10.0.0.242 - - [2025-12-11 02:21:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005185 10.0.0.242 - - [2025-12-11 02:21:29] "POST /neutron/port HTTP/1.1" 200 1089 0.009476 10.0.0.242 - - [2025-12-11 02:21:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008282 10.0.0.242 - - [2025-12-11 02:21:29] "GET /virtual-machine/64be482c-25f3-4852-a718-84b658811630 HTTP/1.1" 401 293 0.000375 10.0.0.242 - - [2025-12-11 02:21:30] "GET /virtual-machine/64be482c-25f3-4852-a718-84b658811630 HTTP/1.1" 200 1297 0.026549 10.0.0.242 - - [2025-12-11 02:21:30] "GET /virtual-machine-interface/eb38ad7a-cf98-4601-8c25-9bb6e7071fa1 HTTP/1.1" 200 2964 0.007996 10.0.0.242 - - [2025-12-11 02:21:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002589 10.0.0.242 - - [2025-12-11 02:21:30] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004103 10.0.0.242 - - [2025-12-11 02:21:30] "GET /virtual-networks?parent_id=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002557 10.0.0.242 - - [2025-12-11 02:21:30] "GET /virtual-network/ac185b46-4212-4057-86fb-f6c0bf51cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004598 10.0.0.242 - - [2025-12-11 02:21:31] "POST /neutron/port HTTP/1.1" 200 1089 0.009781 10.0.0.242 - - [2025-12-11 02:21:31] "POST /neutron/security_group HTTP/1.1" 200 2002 0.004867 10.0.0.242 - - [2025-12-11 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002533 10.0.0.242 - - [2025-12-11 02:21:33] "GET /virtual-network/ac185b46-4212-4057-86fb-f6c0bf51cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004489 10.0.0.242 - - [2025-12-11 02:21:33] "POST /neutron/port HTTP/1.1" 200 1092 0.009503 10.0.0.242 - - [2025-12-11 02:21:33] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005337 10.0.0.242 - - [2025-12-11 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002683 10.0.0.242 - - [2025-12-11 02:21:35] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002961 10.0.0.242 - - [2025-12-11 02:21:35] "GET /virtual-networks?parent_id=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002280 10.0.0.242 - - [2025-12-11 02:21:35] "GET /virtual-network/ac185b46-4212-4057-86fb-f6c0bf51cbfa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004373 10.0.0.242 - - [2025-12-11 02:21:35] "POST /neutron/port HTTP/1.1" 200 1092 0.009626 10.0.0.242 - - [2025-12-11 02:21:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005519 10.0.0.242 - - [2025-12-11 02:21:35] "POST /neutron/port HTTP/1.1" 200 1092 0.009797 10.0.0.242 - - [2025-12-11 02:21:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005446 10.0.0.242 - - [2025-12-11 02:21:35] "POST /neutron/port HTTP/1.1" 200 1092 0.011106 10.0.0.242 - - [2025-12-11 02:21:35] "POST /neutron/security_group HTTP/1.1" 200 2002 0.005838 10.0.0.242 - - [2025-12-11 02:21:35] "GET /virtual-machine/cef84d71-a3c6-47a2-be25-2a1874c5b190 HTTP/1.1" 200 1298 0.003917 10.0.0.242 - - [2025-12-11 02:21:35] "GET /virtual-machine-interface/2eab2541-c933-42e2-a9bb-e2c6bbbdaf36 HTTP/1.1" 200 2975 0.004084 10.0.0.242 - - [2025-12-11 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002398 10.0.0.242 - - [2025-12-11 02:21:35] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002661 10.0.0.242 - - [2025-12-11 02:21:35] "GET /virtual-networks?parent_id=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002483 10.0.0.242 - - [2025-12-11 02:21:36] "GET /virtual-network/09e85a8f-6fbe-409e-a682-33b121737045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004602 10.0.0.242 - - [2025-12-11 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002630 10.0.0.242 - - [2025-12-11 02:21:37] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003551 10.0.0.242 - - [2025-12-11 02:21:37] "GET /virtual-networks?parent_id=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.002864 10.0.0.242 - - [2025-12-11 02:21:37] "GET /virtual-network/09e85a8f-6fbe-409e-a682-33b121737045?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.004998 10.0.0.242 - - [2025-12-11 02:21:41] "POST /neutron/router HTTP/1.1" 200 656 0.003380 10.0.0.242 - - [2025-12-11 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.007599 10.0.0.242 - - [2025-12-11 02:21:41] "POST /neutron/router HTTP/1.1" 200 344 0.088031 10.0.0.242 - - [2025-12-11 02:21:41] "POST /neutron/router HTTP/1.1" 200 656 0.004306 10.0.0.242 - - [2025-12-11 02:21:41] "GET /logical-router/9ebcffde-50d1-46ac-95b3-d4e6ed05d3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1978 0.005145 10.0.0.242 - - [2025-12-11 02:21:41] "GET /service-instance/28456bba-1594-4298-b4a3-f2514f7049fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2318 0.002958 10.0.0.242 - - [2025-12-11 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002187 10.0.0.242 - - [2025-12-11 02:21:41] "POST /neutron/router HTTP/1.1" 200 151 0.052644 10.0.0.242 - - [2025-12-11 02:21:41] "DELETE /route-target/50472049-117d-4669-9eca-71f1348cb6a7 HTTP/1.1" 409 240 0.005392 10.0.0.242 - - [2025-12-11 02:21:41] "PUT /logical-router/9ebcffde-50d1-46ac-95b3-d4e6ed05d3e8 HTTP/1.1" 404 171 0.003822 10.0.0.242 - - [2025-12-11 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.013356 10.0.0.242 - - [2025-12-11 02:21:41] "DELETE /route-table/a0eb5dd3-1ad4-4661-af4b-c70a5f24927a HTTP/1.1" 200 115 0.029817 10.0.0.242 - - [2025-12-11 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.242 - - [2025-12-11 02:21:41] "PUT /routing-instance/c08bc6de-bfcc-406d-92c6-19e495fbcc32 HTTP/1.1" 200 267 0.010423 10.0.0.242 - - [2025-12-11 02:21:41] "GET /virtual-network/a277600e-6485-43f7-9574-a3614d231f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2127 0.014372 10.0.0.242 - - [2025-12-11 02:21:41] "POST /neutron/network HTTP/1.1" 200 835 0.017214 10.0.0.242 - - [2025-12-11 02:21:41] "POST /neutron/network HTTP/1.1" 400 204 0.029002 10.0.0.242 - - [2025-12-11 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.007367 10.0.0.242 - - [2025-12-11 02:21:41] "POST /ref-update HTTP/1.1" 200 156 0.020410 10.0.0.242 - - [2025-12-11 02:21:41] "DELETE /instance-ip/8739596e-8e80-4aa6-8cb1-b441aa08d3cd HTTP/1.1" 200 115 0.032874 10.0.0.242 - - [2025-12-11 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.242 - - [2025-12-11 02:21:41] "POST /useragent-kv HTTP/1.1" 200 115 0.001943 10.0.0.242 - - [2025-12-11 02:21:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002512 10.0.0.242 - - [2025-12-11 02:21:41] "DELETE /virtual-network/a277600e-6485-43f7-9574-a3614d231f56 HTTP/1.1" 200 115 0.090547 10.0.0.242 - - [2025-12-11 02:21:41] "DELETE /route-target/7e826556-1841-4748-8257-329f9e45bfc3 HTTP/1.1" 200 115 0.020555 10.0.0.242 - - [2025-12-11 02:21:41] "DELETE /service-instance/28456bba-1594-4298-b4a3-f2514f7049fe HTTP/1.1" 200 115 0.033786 10.0.0.242 - - [2025-12-11 02:21:41] "GET /logical-router/9ebcffde-50d1-46ac-95b3-d4e6ed05d3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.009876 10.0.0.242 - - [2025-12-11 02:21:41] "GET /service-instance/28456bba-1594-4298-b4a3-f2514f7049fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.004965 10.0.0.242 - - [2025-12-11 02:21:41] "POST /neutron/port HTTP/1.1" 200 1092 0.010826 10.0.0.242 - - [2025-12-11 02:21:41] "POST /neutron/port HTTP/1.1" 200 1118 0.007800 10.0.0.242 - - [2025-12-11 02:21:41] "POST /neutron/port HTTP/1.1" 200 1089 0.013861 10.0.0.242 - - [2025-12-11 02:21:41] "GET /virtual-machine-interface/ce60a83f-a3dd-4b25-ac13-57ce0e779e2b?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1657 0.004689 10.0.0.242 - - [2025-12-11 02:21:41] "POST /neutron/port HTTP/1.1" 200 1115 0.008719 10.0.0.242 - - [2025-12-11 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.009659 10.0.0.242 - - [2025-12-11 02:21:42] "POST /neutron/port HTTP/1.1" 200 151 0.112982 10.0.0.242 - - [2025-12-11 02:21:42] "GET /instance-ip/37f239fe-b49f-47a7-aa03-9c23ed76d4ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.007670 10.0.0.242 - - [2025-12-11 02:21:42] "POST /neutron/port HTTP/1.1" 200 151 0.110876 10.0.0.242 - - [2025-12-11 02:21:42] "DELETE /virtual-machine-interface/ce60a83f-a3dd-4b25-ac13-57ce0e779e2b HTTP/1.1" 200 115 0.034073 10.0.0.242 - - [2025-12-11 02:21:42] "GET /virtual-machine-interface/3ed7f207-fff1-4a1d-9dda-c3692ea415a6?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1335 0.005976 10.0.0.242 - - [2025-12-11 02:21:42] "DELETE /virtual-machine-interface/3ed7f207-fff1-4a1d-9dda-c3692ea415a6 HTTP/1.1" 200 115 0.027868 10.0.0.242 - - [2025-12-11 02:21:42] "DELETE /virtual-machine/b36b6697-8039-459f-923c-ba9526303a0b HTTP/1.1" 200 115 0.018187 10.0.0.242 - - [2025-12-11 02:21:42] "GET /virtual-machine-interface/5f893e9a-b09d-49eb-8568-ffe1f81d45da?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1655 0.007147 10.0.0.242 - - [2025-12-11 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.013467 10.0.0.242 - - [2025-12-11 02:21:42] "GET /instance-ip/37f239fe-b49f-47a7-aa03-9c23ed76d4ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1698 0.004263 10.0.0.242 - - [2025-12-11 02:21:42] "DELETE /instance-ip/37f239fe-b49f-47a7-aa03-9c23ed76d4ce HTTP/1.1" 200 115 0.020452 10.0.0.242 - - [2025-12-11 02:21:42] "DELETE /virtual-machine-interface/5f893e9a-b09d-49eb-8568-ffe1f81d45da HTTP/1.1" 200 115 0.028233 10.0.0.242 - - [2025-12-11 02:21:42] "GET /virtual-machine-interface/f018881e-94e7-421e-a138-1060e1425ae6?fields=interface_route_table_refs%2Cfloating_ip_back_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1336 0.004835 10.0.0.242 - - [2025-12-11 02:21:42] "DELETE /virtual-machine-interface/f018881e-94e7-421e-a138-1060e1425ae6 HTTP/1.1" 200 115 0.035224 10.0.0.242 - - [2025-12-11 02:21:42] "POST /ref-update HTTP/1.1" 200 156 0.009539 10.0.0.242 - - [2025-12-11 02:21:42] "DELETE /virtual-machine/0a5bbbbf-d82a-496d-b3d5-f9be0687ccaf HTTP/1.1" 200 115 0.015650 10.0.0.242 - - [2025-12-11 02:21:43] "POST /neutron/network HTTP/1.1" 200 835 0.004697 10.0.0.242 - - [2025-12-11 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002844 10.0.0.242 - - [2025-12-11 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001626 10.0.0.242 - - [2025-12-11 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002384 10.0.0.242 - - [2025-12-11 02:21:43] "POST /neutron/network HTTP/1.1" 200 151 0.066654 10.0.0.242 - - [2025-12-11 02:21:43] "DELETE /route-target/6677799b-7441-4641-bdf7-ce5157eec2e0 HTTP/1.1" 200 115 0.013744 10.0.0.242 - - [2025-12-11 02:21:43] "POST /neutron/network HTTP/1.1" 200 825 0.004215 10.0.0.242 - - [2025-12-11 02:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.242 - - [2025-12-11 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.001485 10.0.0.242 - - [2025-12-11 02:21:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002101 10.0.0.242 - - [2025-12-11 02:21:43] "POST /neutron/network HTTP/1.1" 200 151 0.066973 10.0.0.242 - - [2025-12-11 02:21:43] "DELETE /route-target/ea7d97be-9cd8-490a-9e9f-3ec9db4fa60f HTTP/1.1" 200 115 0.012504 10.0.0.242 - - [2025-12-11 02:21:43] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000875 10.0.0.242 - - [2025-12-11 02:21:44] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1378 0.024642 10.0.0.242 - - [2025-12-11 02:21:44] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000825 10.0.0.242 - - [2025-12-11 02:21:44] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?fields=virtual_networks HTTP/1.1" 200 1040 0.064484 10.0.0.242 - - [2025-12-11 02:21:44] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000950 10.0.0.242 - - [2025-12-11 02:21:44] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.019171 10.0.0.242 - - [2025-12-11 02:21:44] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000913 10.0.0.242 - - [2025-12-11 02:21:44] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?fields=security_groups HTTP/1.1" 200 1270 0.023860 10.0.0.242 - - [2025-12-11 02:21:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.024989 10.0.0.242 - - [2025-12-11 02:21:45] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002269 10.0.0.242 - - [2025-12-11 02:21:45] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.242 - - [2025-12-11 02:21:45] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007629 10.0.0.242 - - [2025-12-11 02:21:45] "POST /id-to-fqname HTTP/1.1" 200 198 0.000973 10.0.0.242 - - [2025-12-11 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.002553 10.0.0.242 - - [2025-12-11 02:21:45] "POST /security-groups HTTP/1.1" 200 599 0.060106 10.0.0.242 - - [2025-12-11 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.002184 10.0.0.242 - - [2025-12-11 02:21:45] "POST /projects HTTP/1.1" 200 601 0.193429 10.0.0.242 - - [2025-12-11 02:21:45] "POST /access-control-lists HTTP/1.1" 200 606 0.060339 10.0.0.242 - - [2025-12-11 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.266566 10.0.0.242 - - [2025-12-11 02:21:45] "POST /fqname-to-id HTTP/1.1" 404 241 0.002464 10.0.0.242 - - [2025-12-11 02:21:45] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.384119 10.0.0.242 - - [2025-12-11 02:21:45] "POST /access-control-lists HTTP/1.1" 200 604 0.056391 10.0.0.242 - - [2025-12-11 02:21:46] "GET / HTTP/1.1" 200 36215 0.001762 10.0.0.242 - - [2025-12-11 02:21:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000446 10.0.0.242 - - [2025-12-11 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.052454 10.0.0.242 - - [2025-12-11 02:21:47] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000808 10.0.0.242 - - [2025-12-11 02:21:47] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.021580 10.0.0.242 - - [2025-12-11 02:21:47] "POST /neutron/network HTTP/1.1" 200 117 0.029241 10.0.0.242 - - [2025-12-11 02:21:47] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001104 10.0.0.242 - - [2025-12-11 02:21:47] "POST /neutron/network HTTP/1.1" 200 613 0.056139 10.0.0.242 - - [2025-12-11 02:21:47] "POST /route-targets HTTP/1.1" 200 328 0.010124 10.0.0.242 - - [2025-12-11 02:21:47] "POST /ref-update HTTP/1.1" 200 156 0.012297 10.0.0.242 - - [2025-12-11 02:21:47] "POST /useragent-kv HTTP/1.1" 200 115 0.002590 10.0.0.242 - - [2025-12-11 02:21:47] "POST /neutron/subnet HTTP/1.1" 200 715 0.151508 10.0.0.242 - - [2025-12-11 02:21:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000389 10.0.0.242 - - [2025-12-11 02:21:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004476 10.0.0.242 - - [2025-12-11 02:21:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.117692 10.0.0.242 - - [2025-12-11 02:21:47] "POST /neutron/network HTTP/1.1" 200 1004 0.006349 10.0.0.242 - - [2025-12-11 02:21:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.000986 10.0.0.242 - - [2025-12-11 02:21:47] "GET /virtual-network/a67c7fd0-b519-47d1-8c45-4344ace13869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.004023 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/network HTTP/1.1" 200 1004 0.005607 10.0.0.242 - - [2025-12-11 02:21:48] "GET /virtual-network/a67c7fd0-b519-47d1-8c45-4344ace13869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007130 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/network HTTP/1.1" 200 1004 0.006999 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/subnet HTTP/1.1" 200 715 0.005860 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.005559 10.0.0.242 - - [2025-12-11 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.242 - - [2025-12-11 02:21:48] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001270 10.0.0.242 - - [2025-12-11 02:21:48] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.025651 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/network HTTP/1.1" 200 117 0.008989 10.0.0.242 - - [2025-12-11 02:21:48] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000870 10.0.0.242 - - [2025-12-11 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.029900 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/network HTTP/1.1" 200 613 0.061303 10.0.0.242 - - [2025-12-11 02:21:48] "POST /route-targets HTTP/1.1" 200 328 0.009429 10.0.0.242 - - [2025-12-11 02:21:48] "POST /ref-update HTTP/1.1" 200 156 0.009537 10.0.0.242 - - [2025-12-11 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002141 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.178262 10.0.0.242 - - [2025-12-11 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.002595 10.0.0.242 - - [2025-12-11 02:21:48] "POST /useragent-kv HTTP/1.1" 200 115 0.001759 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/subnet HTTP/1.1" 200 818 0.169692 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/network HTTP/1.1" 200 1005 0.005648 10.0.0.242 - - [2025-12-11 02:21:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.000918 10.0.0.242 - - [2025-12-11 02:21:48] "GET /virtual-network/0f18da23-3372-4765-a09b-52b9a948280e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004609 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/network HTTP/1.1" 200 1005 0.006056 10.0.0.242 - - [2025-12-11 02:21:48] "GET /virtual-network/0f18da23-3372-4765-a09b-52b9a948280e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004577 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/network HTTP/1.1" 200 1005 0.005928 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.005490 10.0.0.242 - - [2025-12-11 02:21:48] "POST /neutron/subnet HTTP/1.1" 200 818 0.006252 10.0.0.242 - - [2025-12-11 02:21:48] "POST /fqname-to-id HTTP/1.1" 404 234 0.002353 10.0.0.242 - - [2025-12-11 02:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.001900 10.0.0.242 - - [2025-12-11 02:21:48] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000969 10.0.0.242 - - [2025-12-11 02:21:48] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.023107 10.0.0.242 - - [2025-12-11 02:21:49] "POST /network-policys HTTP/1.1" 200 579 0.059024 10.0.0.242 - - [2025-12-11 02:21:49] "GET /network-policy/ad2135a7-0a78-40ce-a227-e220bd82c1b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.004466 10.0.0.242 - - [2025-12-11 02:21:49] "POST /neutron/network HTTP/1.1" 200 1004 0.006099 10.0.0.242 - - [2025-12-11 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.003724 10.0.0.242 - - [2025-12-11 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 242 0.001655 10.0.0.242 - - [2025-12-11 02:21:49] "POST /neutron/network HTTP/1.1" 200 1112 0.044105 10.0.0.242 - - [2025-12-11 02:21:49] "POST /neutron/network HTTP/1.1" 200 1112 0.037945 10.0.0.242 - - [2025-12-11 02:21:49] "GET /virtual-network/a67c7fd0-b519-47d1-8c45-4344ace13869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004307 10.0.0.242 - - [2025-12-11 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002213 10.0.0.242 - - [2025-12-11 02:21:49] "POST /access-control-lists HTTP/1.1" 200 598 0.089452 10.0.0.242 - - [2025-12-11 02:21:49] "GET /network-policy/ad2135a7-0a78-40ce-a227-e220bd82c1b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.003091 10.0.0.242 - - [2025-12-11 02:21:49] "POST /neutron/network HTTP/1.1" 200 1005 0.006203 10.0.0.242 - - [2025-12-11 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.007316 10.0.0.242 - - [2025-12-11 02:21:49] "PUT /access-control-list/fa3846b4-872e-4a50-8e35-d16a84fff508 HTTP/1.1" 200 273 0.053670 10.0.0.242 - - [2025-12-11 02:21:49] "POST /fqname-to-id HTTP/1.1" 404 242 0.005152 10.0.0.242 - - [2025-12-11 02:21:49] "POST /neutron/network HTTP/1.1" 200 1113 0.087483 10.0.0.242 - - [2025-12-11 02:21:49] "POST /neutron/network HTTP/1.1" 200 1113 0.011324 10.0.0.242 - - [2025-12-11 02:21:49] "GET /virtual-network/0f18da23-3372-4765-a09b-52b9a948280e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.003813 10.0.0.242 - - [2025-12-11 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.001723 10.0.0.242 - - [2025-12-11 02:21:49] "GET /network-policy/ad2135a7-0a78-40ce-a227-e220bd82c1b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3131 0.029604 10.0.0.242 - - [2025-12-11 02:21:49] "POST /access-control-lists HTTP/1.1" 200 598 0.062868 10.0.0.242 - - [2025-12-11 02:21:49] "GET /domains HTTP/1.1" 401 293 0.000405 10.0.0.242 - - [2025-12-11 02:21:49] "POST /ref-update HTTP/1.1" 200 156 0.008540 10.0.0.242 - - [2025-12-11 02:21:49] "GET /domains HTTP/1.1" 200 281 0.025884 10.0.0.242 - - [2025-12-11 02:21:49] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001170 10.0.0.242 - - [2025-12-11 02:21:49] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2966 0.006802 10.0.0.242 - - [2025-12-11 02:21:49] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000824 10.0.0.242 - - [2025-12-11 02:21:50] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f HTTP/1.1" 200 2632 0.067845 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/a67c7fd0-b519-47d1-8c45-4344ace13869 HTTP/1.1" 200 3507 0.005066 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/a67c7fd0-b519-47d1-8c45-4344ace13869 HTTP/1.1" 200 3507 0.003654 10.0.0.242 - - [2025-12-11 02:21:50] "GET /routing-instance/2622360a-b4d3-49a8-b6d3-6c4d25eda826 HTTP/1.1" 200 1799 0.005953 10.0.0.242 - - [2025-12-11 02:21:50] "GET /routing-instance/2622360a-b4d3-49a8-b6d3-6c4d25eda826 HTTP/1.1" 200 1799 0.002390 10.0.0.242 - - [2025-12-11 02:21:50] "GET /route-target/0b64369d-3408-4860-89d1-ab937214f52c HTTP/1.1" 200 1212 0.002517 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/a67c7fd0-b519-47d1-8c45-4344ace13869 HTTP/1.1" 200 3507 0.003465 10.0.0.242 - - [2025-12-11 02:21:50] "GET /routing-instance/2622360a-b4d3-49a8-b6d3-6c4d25eda826 HTTP/1.1" 200 1799 0.002297 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/a67c7fd0-b519-47d1-8c45-4344ace13869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.004393 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/a67c7fd0-b519-47d1-8c45-4344ace13869 HTTP/1.1" 200 3507 0.005178 10.0.0.242 - - [2025-12-11 02:21:50] "GET /routing-instance/2622360a-b4d3-49a8-b6d3-6c4d25eda826 HTTP/1.1" 200 1799 0.003649 10.0.0.242 - - [2025-12-11 02:21:50] "GET /routing-instance/2622360a-b4d3-49a8-b6d3-6c4d25eda826 HTTP/1.1" 200 1799 0.002507 10.0.0.242 - - [2025-12-11 02:21:50] "GET /route-target/0b64369d-3408-4860-89d1-ab937214f52c HTTP/1.1" 200 1212 0.002171 10.0.0.242 - - [2025-12-11 02:21:50] "GET /domains HTTP/1.1" 200 281 0.002332 10.0.0.242 - - [2025-12-11 02:21:50] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000792 10.0.0.242 - - [2025-12-11 02:21:50] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2966 0.005228 10.0.0.242 - - [2025-12-11 02:21:50] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000718 10.0.0.242 - - [2025-12-11 02:21:50] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f HTTP/1.1" 200 2632 0.065279 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/a67c7fd0-b519-47d1-8c45-4344ace13869 HTTP/1.1" 200 3507 0.003792 10.0.0.242 - - [2025-12-11 02:21:50] "GET /obj-perms HTTP/1.1" 200 5065 0.046036 10.0.0.242 - - [2025-12-11 02:21:50] "GET /domains HTTP/1.1" 200 281 0.004441 10.0.0.242 - - [2025-12-11 02:21:50] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000818 10.0.0.242 - - [2025-12-11 02:21:50] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2966 0.005603 10.0.0.242 - - [2025-12-11 02:21:50] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000787 10.0.0.242 - - [2025-12-11 02:21:50] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f HTTP/1.1" 200 2632 0.059717 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/0f18da23-3372-4765-a09b-52b9a948280e HTTP/1.1" 200 3509 0.005694 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/0f18da23-3372-4765-a09b-52b9a948280e HTTP/1.1" 200 3509 0.003747 10.0.0.242 - - [2025-12-11 02:21:50] "GET /routing-instance/14a537c4-c275-4369-a6b1-f7087d3066a0 HTTP/1.1" 200 1799 0.003102 10.0.0.242 - - [2025-12-11 02:21:50] "GET /routing-instance/14a537c4-c275-4369-a6b1-f7087d3066a0 HTTP/1.1" 200 1799 0.002498 10.0.0.242 - - [2025-12-11 02:21:50] "GET /route-target/cc91faff-bae9-499b-88db-7a9433e19586 HTTP/1.1" 200 1214 0.002092 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/0f18da23-3372-4765-a09b-52b9a948280e HTTP/1.1" 200 3509 0.003911 10.0.0.242 - - [2025-12-11 02:21:50] "GET /routing-instance/14a537c4-c275-4369-a6b1-f7087d3066a0 HTTP/1.1" 200 1799 0.002333 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/0f18da23-3372-4765-a09b-52b9a948280e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.003740 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/0f18da23-3372-4765-a09b-52b9a948280e HTTP/1.1" 200 3509 0.003598 10.0.0.242 - - [2025-12-11 02:21:50] "GET /routing-instance/14a537c4-c275-4369-a6b1-f7087d3066a0 HTTP/1.1" 200 1799 0.002515 10.0.0.242 - - [2025-12-11 02:21:50] "GET /routing-instance/14a537c4-c275-4369-a6b1-f7087d3066a0 HTTP/1.1" 200 1799 0.002699 10.0.0.242 - - [2025-12-11 02:21:50] "GET /route-target/cc91faff-bae9-499b-88db-7a9433e19586 HTTP/1.1" 200 1214 0.001996 10.0.0.242 - - [2025-12-11 02:21:50] "GET /domains HTTP/1.1" 200 281 0.001870 10.0.0.242 - - [2025-12-11 02:21:50] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000783 10.0.0.242 - - [2025-12-11 02:21:50] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2966 0.005216 10.0.0.242 - - [2025-12-11 02:21:50] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000762 10.0.0.242 - - [2025-12-11 02:21:50] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f HTTP/1.1" 200 2632 0.066595 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/0f18da23-3372-4765-a09b-52b9a948280e HTTP/1.1" 200 3509 0.004043 10.0.0.242 - - [2025-12-11 02:21:50] "GET /obj-perms HTTP/1.1" 200 5065 0.002272 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/0f18da23-3372-4765-a09b-52b9a948280e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.004739 10.0.0.242 - - [2025-12-11 02:21:50] "POST /neutron/network HTTP/1.1" 200 1113 0.006060 10.0.0.242 - - [2025-12-11 02:21:50] "POST /fqname-to-id HTTP/1.1" 404 207 0.002061 10.0.0.242 - - [2025-12-11 02:21:50] "POST /neutron/network HTTP/1.1" 200 1005 0.039391 10.0.0.242 - - [2025-12-11 02:21:50] "DELETE /access-control-list/f9a4bf98-8468-4191-a0a5-9a6b4a69ed2c HTTP/1.1" 200 115 0.026165 10.0.0.242 - - [2025-12-11 02:21:50] "POST /neutron/network HTTP/1.1" 200 1005 0.006775 10.0.0.242 - - [2025-12-11 02:21:50] "POST /ref-update HTTP/1.1" 200 156 0.011315 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/0f18da23-3372-4765-a09b-52b9a948280e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004826 10.0.0.242 - - [2025-12-11 02:21:50] "GET /virtual-network/a67c7fd0-b519-47d1-8c45-4344ace13869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.005386 10.0.0.242 - - [2025-12-11 02:21:50] "POST /neutron/network HTTP/1.1" 200 1112 0.006646 10.0.0.242 - - [2025-12-11 02:21:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.004631 10.0.0.242 - - [2025-12-11 02:21:51] "POST /neutron/network HTTP/1.1" 200 1004 0.038430 10.0.0.242 - - [2025-12-11 02:21:51] "DELETE /access-control-list/fa3846b4-872e-4a50-8e35-d16a84fff508 HTTP/1.1" 200 115 0.025582 10.0.0.242 - - [2025-12-11 02:21:51] "POST /neutron/network HTTP/1.1" 200 1004 0.006148 10.0.0.242 - - [2025-12-11 02:21:51] "POST /ref-update HTTP/1.1" 200 156 0.012848 10.0.0.242 - - [2025-12-11 02:21:51] "GET /virtual-network/a67c7fd0-b519-47d1-8c45-4344ace13869?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006497 10.0.0.242 - - [2025-12-11 02:21:51] "DELETE /network-policy/ad2135a7-0a78-40ce-a227-e220bd82c1b9 HTTP/1.1" 200 115 0.019194 10.0.0.242 - - [2025-12-11 02:21:51] "POST /neutron/network HTTP/1.1" 200 1005 0.009556 10.0.0.242 - - [2025-12-11 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002670 10.0.0.242 - - [2025-12-11 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.242 - - [2025-12-11 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001451 10.0.0.242 - - [2025-12-11 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002370 10.0.0.242 - - [2025-12-11 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001386 10.0.0.242 - - [2025-12-11 02:21:51] "POST /neutron/network HTTP/1.1" 200 151 0.073593 10.0.0.242 - - [2025-12-11 02:21:51] "DELETE /route-target/cc91faff-bae9-499b-88db-7a9433e19586 HTTP/1.1" 200 115 0.014620 10.0.0.242 - - [2025-12-11 02:21:51] "GET /routing-instance/14a537c4-c275-4369-a6b1-f7087d3066a0 HTTP/1.1" 404 171 0.002113 10.0.0.242 - - [2025-12-11 02:21:51] "GET /domains HTTP/1.1" 200 281 0.002016 10.0.0.242 - - [2025-12-11 02:21:51] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000777 10.0.0.242 - - [2025-12-11 02:21:51] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2966 0.047619 10.0.0.242 - - [2025-12-11 02:21:51] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001195 10.0.0.242 - - [2025-12-11 02:21:51] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f HTTP/1.1" 200 2150 0.063471 10.0.0.242 - - [2025-12-11 02:21:51] "POST /neutron/network HTTP/1.1" 200 1004 0.005860 10.0.0.242 - - [2025-12-11 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.242 - - [2025-12-11 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002537 10.0.0.242 - - [2025-12-11 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001520 10.0.0.242 - - [2025-12-11 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001848 10.0.0.242 - - [2025-12-11 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001365 10.0.0.242 - - [2025-12-11 02:21:51] "POST /neutron/network HTTP/1.1" 200 151 0.075748 10.0.0.242 - - [2025-12-11 02:21:51] "DELETE /route-target/0b64369d-3408-4860-89d1-ab937214f52c HTTP/1.1" 200 115 0.020603 10.0.0.242 - - [2025-12-11 02:21:51] "GET /routing-instance/2622360a-b4d3-49a8-b6d3-6c4d25eda826 HTTP/1.1" 404 171 0.004342 10.0.0.242 - - [2025-12-11 02:21:51] "GET /domains HTTP/1.1" 200 281 0.004448 10.0.0.242 - - [2025-12-11 02:21:51] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.242 - - [2025-12-11 02:21:51] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2966 0.051963 10.0.0.242 - - [2025-12-11 02:21:51] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001474 10.0.0.242 - - [2025-12-11 02:21:51] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f HTTP/1.1" 200 1904 0.066185 10.0.0.242 - - [2025-12-11 02:21:51] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000930 10.0.0.242 - - [2025-12-11 02:21:51] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.022159 10.0.0.242 - - [2025-12-11 02:21:51] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000832 10.0.0.242 - - [2025-12-11 02:21:51] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f?fields=virtual_networks HTTP/1.1" 200 1049 0.066404 10.0.0.242 - - [2025-12-11 02:21:51] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000881 10.0.0.242 - - [2025-12-11 02:21:52] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.022569 10.0.0.242 - - [2025-12-11 02:21:52] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.242 - - [2025-12-11 02:21:52] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f?fields=security_groups HTTP/1.1" 200 1284 0.019318 10.0.0.242 - - [2025-12-11 02:21:52] "POST /fqname-to-id HTTP/1.1" 404 204 0.026764 10.0.0.242 - - [2025-12-11 02:21:52] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002127 10.0.0.242 - - [2025-12-11 02:21:52] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001249 10.0.0.242 - - [2025-12-11 02:21:52] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007993 10.0.0.242 - - [2025-12-11 02:21:53] "POST /id-to-fqname HTTP/1.1" 200 206 0.001639 10.0.0.242 - - [2025-12-11 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.001865 10.0.0.242 - - [2025-12-11 02:21:53] "POST /security-groups HTTP/1.1" 200 607 0.059667 10.0.0.242 - - [2025-12-11 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 250 0.002131 10.0.0.242 - - [2025-12-11 02:21:53] "POST /projects HTTP/1.1" 200 617 0.203508 10.0.0.242 - - [2025-12-11 02:21:53] "POST /access-control-lists HTTP/1.1" 200 614 0.054952 10.0.0.242 - - [2025-12-11 02:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.274056 10.0.0.242 - - [2025-12-11 02:21:53] "POST /fqname-to-id HTTP/1.1" 404 249 0.002315 10.0.0.242 - - [2025-12-11 02:21:53] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.393671 10.0.0.242 - - [2025-12-11 02:21:53] "POST /access-control-lists HTTP/1.1" 200 612 0.082535 10.0.0.242 - - [2025-12-11 02:21:54] "GET / HTTP/1.1" 200 36215 0.001761 10.0.0.242 - - [2025-12-11 02:21:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.242 - - [2025-12-11 02:21:55] "POST /fqname-to-id HTTP/1.1" 404 233 0.058270 10.0.0.242 - - [2025-12-11 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002144 10.0.0.242 - - [2025-12-11 02:21:55] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000906 10.0.0.242 - - [2025-12-11 02:21:55] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.023411 10.0.0.242 - - [2025-12-11 02:21:55] "POST /network-policys HTTP/1.1" 200 569 0.056408 10.0.0.242 - - [2025-12-11 02:21:55] "GET /network-policy/999aaf95-9d93-442d-8615-bfe3c47e5257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.004636 10.0.0.242 - - [2025-12-11 02:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.242 - - [2025-12-11 02:21:55] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000886 10.0.0.242 - - [2025-12-11 02:21:55] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.036760 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/network HTTP/1.1" 200 117 0.030462 10.0.0.242 - - [2025-12-11 02:21:56] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001144 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/network HTTP/1.1" 200 623 0.049700 10.0.0.242 - - [2025-12-11 02:21:56] "POST /route-targets HTTP/1.1" 200 328 0.009371 10.0.0.242 - - [2025-12-11 02:21:56] "POST /ref-update HTTP/1.1" 200 156 0.010380 10.0.0.242 - - [2025-12-11 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002614 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.126927 10.0.0.242 - - [2025-12-11 02:21:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.004638 10.0.0.242 - - [2025-12-11 02:21:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002020 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.149953 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/network HTTP/1.1" 200 1015 0.007958 10.0.0.242 - - [2025-12-11 02:21:56] "POST /id-to-fqname HTTP/1.1" 200 237 0.000959 10.0.0.242 - - [2025-12-11 02:21:56] "GET /virtual-network/163d07e8-e6d9-47cd-a663-14fa025176b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.003924 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/network HTTP/1.1" 200 1015 0.007272 10.0.0.242 - - [2025-12-11 02:21:56] "GET /virtual-network/163d07e8-e6d9-47cd-a663-14fa025176b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2659 0.004080 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/network HTTP/1.1" 200 1015 0.070723 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/subnet HTTP/1.1" 200 720 0.005405 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.005779 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/network HTTP/1.1" 200 1015 0.005728 10.0.0.242 - - [2025-12-11 02:21:56] "POST /fqname-to-id HTTP/1.1" 404 252 0.004003 10.0.0.242 - - [2025-12-11 02:21:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003058 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/network HTTP/1.1" 200 1122 0.049738 10.0.0.242 - - [2025-12-11 02:21:56] "POST /access-control-lists HTTP/1.1" 200 609 0.062586 10.0.0.242 - - [2025-12-11 02:21:56] "POST /neutron/network HTTP/1.1" 200 1122 0.038465 10.0.0.242 - - [2025-12-11 02:21:56] "GET /virtual-network/163d07e8-e6d9-47cd-a663-14fa025176b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.004817 10.0.0.242 - - [2025-12-11 02:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.001874 10.0.0.242 - - [2025-12-11 02:21:56] "GET /network-policy/999aaf95-9d93-442d-8615-bfe3c47e5257?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3155 0.003410 10.0.0.242 - - [2025-12-11 02:21:56] "GET /domains HTTP/1.1" 401 293 0.002162 10.0.0.242 - - [2025-12-11 02:21:57] "GET /domains HTTP/1.1" 200 281 0.027838 10.0.0.242 - - [2025-12-11 02:21:57] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000891 10.0.0.242 - - [2025-12-11 02:21:57] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 3169 0.006873 10.0.0.242 - - [2025-12-11 02:21:57] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001001 10.0.0.242 - - [2025-12-11 02:21:57] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032 HTTP/1.1" 200 2465 0.066242 10.0.0.242 - - [2025-12-11 02:21:57] "GET /virtual-network/163d07e8-e6d9-47cd-a663-14fa025176b6 HTTP/1.1" 200 3547 0.006287 10.0.0.242 - - [2025-12-11 02:21:57] "GET /virtual-network/163d07e8-e6d9-47cd-a663-14fa025176b6 HTTP/1.1" 200 3547 0.003589 10.0.0.242 - - [2025-12-11 02:21:57] "GET /routing-instance/b0350415-c363-4c27-b74b-fb54b71bf82a HTTP/1.1" 200 1499 0.002646 10.0.0.242 - - [2025-12-11 02:21:57] "GET /routing-instance/b0350415-c363-4c27-b74b-fb54b71bf82a HTTP/1.1" 200 1499 0.003545 10.0.0.242 - - [2025-12-11 02:21:57] "GET /route-target/1392fbd3-5fe7-471a-9e72-4fdfb93d0168 HTTP/1.1" 200 1224 0.002264 10.0.0.242 - - [2025-12-11 02:21:57] "GET /virtual-network/163d07e8-e6d9-47cd-a663-14fa025176b6 HTTP/1.1" 200 3547 0.003759 10.0.0.242 - - [2025-12-11 02:21:57] "GET /routing-instance/b0350415-c363-4c27-b74b-fb54b71bf82a HTTP/1.1" 200 1499 0.002833 10.0.0.242 - - [2025-12-11 02:21:57] "GET /virtual-network/163d07e8-e6d9-47cd-a663-14fa025176b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.003934 10.0.0.242 - - [2025-12-11 02:21:57] "GET /virtual-network/163d07e8-e6d9-47cd-a663-14fa025176b6 HTTP/1.1" 200 3547 0.003548 10.0.0.242 - - [2025-12-11 02:21:57] "GET /routing-instance/b0350415-c363-4c27-b74b-fb54b71bf82a HTTP/1.1" 200 1499 0.009904 10.0.0.242 - - [2025-12-11 02:21:57] "GET /routing-instance/b0350415-c363-4c27-b74b-fb54b71bf82a HTTP/1.1" 200 1499 0.003252 10.0.0.242 - - [2025-12-11 02:21:57] "GET /route-target/1392fbd3-5fe7-471a-9e72-4fdfb93d0168 HTTP/1.1" 200 1224 0.002530 10.0.0.242 - - [2025-12-11 02:21:57] "GET /domains HTTP/1.1" 200 281 0.002324 10.0.0.242 - - [2025-12-11 02:21:57] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000801 10.0.0.242 - - [2025-12-11 02:21:57] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 3169 0.005721 10.0.0.242 - - [2025-12-11 02:21:57] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001129 10.0.0.242 - - [2025-12-11 02:21:57] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032 HTTP/1.1" 200 2465 0.063148 10.0.0.242 - - [2025-12-11 02:21:57] "GET /virtual-network/163d07e8-e6d9-47cd-a663-14fa025176b6 HTTP/1.1" 200 3547 0.003980 10.0.0.242 - - [2025-12-11 02:21:57] "GET /obj-perms HTTP/1.1" 200 5081 0.060946 10.0.0.242 - - [2025-12-11 02:21:57] "GET /domains HTTP/1.1" 200 281 0.002453 10.0.0.242 - - [2025-12-11 02:21:57] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000817 10.0.0.242 - - [2025-12-11 02:21:57] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 3169 0.005477 10.0.0.242 - - [2025-12-11 02:21:57] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001068 10.0.0.242 - - [2025-12-11 02:21:57] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032 HTTP/1.1" 200 2465 0.063785 10.0.0.242 - - [2025-12-11 02:21:57] "GET /network-policy/999aaf95-9d93-442d-8615-bfe3c47e5257 HTTP/1.1" 200 3482 0.003340 10.0.0.242 - - [2025-12-11 02:21:57] "DELETE /network-policy/999aaf95-9d93-442d-8615-bfe3c47e5257 HTTP/1.1" 409 239 0.004956 10.0.0.242 - - [2025-12-11 02:21:57] "POST /neutron/network HTTP/1.1" 200 1122 0.005860 10.0.0.242 - - [2025-12-11 02:21:57] "DELETE /access-control-list/75e6ef97-de0e-49f6-bd12-464504dceecf HTTP/1.1" 200 115 0.024571 10.0.0.242 - - [2025-12-11 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.242 - - [2025-12-11 02:21:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001764 10.0.0.242 - - [2025-12-11 02:21:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001712 10.0.0.242 - - [2025-12-11 02:21:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001496 10.0.0.242 - - [2025-12-11 02:21:58] "POST /useragent-kv HTTP/1.1" 200 115 0.001298 10.0.0.242 - - [2025-12-11 02:21:58] "POST /neutron/network HTTP/1.1" 200 151 0.081596 10.0.0.242 - - [2025-12-11 02:21:58] "GET /routing-instance/b0350415-c363-4c27-b74b-fb54b71bf82a HTTP/1.1" 404 171 0.001898 10.0.0.242 - - [2025-12-11 02:21:58] "GET /domains HTTP/1.1" 200 281 0.001608 10.0.0.242 - - [2025-12-11 02:21:58] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000722 10.0.0.242 - - [2025-12-11 02:21:58] "DELETE /route-target/1392fbd3-5fe7-471a-9e72-4fdfb93d0168 HTTP/1.1" 200 115 0.013658 10.0.0.242 - - [2025-12-11 02:21:58] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 3169 0.045786 10.0.0.242 - - [2025-12-11 02:21:58] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000836 10.0.0.242 - - [2025-12-11 02:21:58] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032 HTTP/1.1" 200 2210 0.063349 10.0.0.242 - - [2025-12-11 02:21:58] "DELETE /network-policy/999aaf95-9d93-442d-8615-bfe3c47e5257 HTTP/1.1" 200 115 0.020886 10.0.0.242 - - [2025-12-11 02:21:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002023 10.0.0.242 - - [2025-12-11 02:21:58] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000862 10.0.0.242 - - [2025-12-11 02:21:58] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.022975 10.0.0.242 - - [2025-12-11 02:21:58] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-09461545&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.003266 10.0.0.242 - - [2025-12-11 02:21:58] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000996 10.0.0.242 - - [2025-12-11 02:21:58] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.021719 10.0.0.242 - - [2025-12-11 02:21:58] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001043 10.0.0.242 - - [2025-12-11 02:21:58] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032?fields=virtual_networks HTTP/1.1" 200 1066 0.064439 10.0.0.242 - - [2025-12-11 02:21:59] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000896 10.0.0.242 - - [2025-12-11 02:21:59] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.021216 10.0.0.242 - - [2025-12-11 02:21:59] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000947 10.0.0.242 - - [2025-12-11 02:21:59] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032?fields=security_groups HTTP/1.1" 200 1309 0.022416 10.0.0.242 - - [2025-12-11 02:21:59] "POST /fqname-to-id HTTP/1.1" 404 190 0.023704 10.0.0.242 - - [2025-12-11 02:21:59] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002200 10.0.0.242 - - [2025-12-11 02:21:59] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000846 10.0.0.242 - - [2025-12-11 02:21:59] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005430 10.0.0.242 - - [2025-12-11 02:22:00] "POST /id-to-fqname HTTP/1.1" 200 192 0.002434 10.0.0.242 - - [2025-12-11 02:22:00] "POST /fqname-to-id HTTP/1.1" 404 201 0.002642 10.0.0.242 - - [2025-12-11 02:22:00] "POST /security-groups HTTP/1.1" 200 593 0.060595 10.0.0.242 - - [2025-12-11 02:22:00] "POST /fqname-to-id HTTP/1.1" 404 236 0.001934 10.0.0.242 - - [2025-12-11 02:22:00] "POST /projects HTTP/1.1" 200 589 0.205079 10.0.0.242 - - [2025-12-11 02:22:00] "POST /access-control-lists HTTP/1.1" 200 600 0.054250 10.0.0.242 - - [2025-12-11 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.275559 10.0.0.242 - - [2025-12-11 02:22:00] "POST /fqname-to-id HTTP/1.1" 404 235 0.002681 10.0.0.242 - - [2025-12-11 02:22:00] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.387018 10.0.0.242 - - [2025-12-11 02:22:00] "POST /access-control-lists HTTP/1.1" 200 598 0.057569 10.0.0.242 - - [2025-12-11 02:22:01] "GET / HTTP/1.1" 200 36215 0.001744 10.0.0.242 - - [2025-12-11 02:22:02] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.242 - - [2025-12-11 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.059122 10.0.0.242 - - [2025-12-11 02:22:02] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001035 10.0.0.242 - - [2025-12-11 02:22:02] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.028212 10.0.0.242 - - [2025-12-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 117 0.033762 10.0.0.242 - - [2025-12-11 02:22:02] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000867 10.0.0.242 - - [2025-12-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 607 0.060706 10.0.0.242 - - [2025-12-11 02:22:02] "POST /useragent-kv HTTP/1.1" 200 115 0.002796 10.0.0.242 - - [2025-12-11 02:22:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.133831 10.0.0.242 - - [2025-12-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 826 0.004919 10.0.0.242 - - [2025-12-11 02:22:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.000964 10.0.0.242 - - [2025-12-11 02:22:02] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004040 10.0.0.242 - - [2025-12-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 826 0.005204 10.0.0.242 - - [2025-12-11 02:22:02] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005648 10.0.0.242 - - [2025-12-11 02:22:02] "POST /neutron/network HTTP/1.1" 200 826 0.005046 10.0.0.242 - - [2025-12-11 02:22:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.006399 10.0.0.242 - - [2025-12-11 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002224 10.0.0.242 - - [2025-12-11 02:22:02] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001043 10.0.0.242 - - [2025-12-11 02:22:02] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023831 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 117 0.009974 10.0.0.242 - - [2025-12-11 02:22:03] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001437 10.0.0.242 - - [2025-12-11 02:22:03] "POST /route-targets HTTP/1.1" 200 328 0.020627 10.0.0.242 - - [2025-12-11 02:22:03] "POST /ref-update HTTP/1.1" 200 156 0.019637 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 607 0.090523 10.0.0.242 - - [2025-12-11 02:22:03] "POST /route-targets HTTP/1.1" 200 328 0.009181 10.0.0.242 - - [2025-12-11 02:22:03] "POST /ref-update HTTP/1.1" 200 156 0.011787 10.0.0.242 - - [2025-12-11 02:22:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003137 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.134526 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 826 0.005497 10.0.0.242 - - [2025-12-11 02:22:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.001120 10.0.0.242 - - [2025-12-11 02:22:03] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004235 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 826 0.004667 10.0.0.242 - - [2025-12-11 02:22:03] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006175 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 826 0.004766 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.006681 10.0.0.242 - - [2025-12-11 02:22:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.002378 10.0.0.242 - - [2025-12-11 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.242 - - [2025-12-11 02:22:03] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000948 10.0.0.242 - - [2025-12-11 02:22:03] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023700 10.0.0.242 - - [2025-12-11 02:22:03] "POST /network-policys HTTP/1.1" 200 573 0.014620 10.0.0.242 - - [2025-12-11 02:22:03] "GET /network-policy/6b3cb6b6-60c9-4b82-a019-3d12b03f9d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004683 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 826 0.005358 10.0.0.242 - - [2025-12-11 02:22:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.009304 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 928 0.054462 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 928 0.035624 10.0.0.242 - - [2025-12-11 02:22:03] "POST /access-control-lists HTTP/1.1" 200 592 0.062191 10.0.0.242 - - [2025-12-11 02:22:03] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006856 10.0.0.242 - - [2025-12-11 02:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.242 - - [2025-12-11 02:22:03] "GET /network-policy/6b3cb6b6-60c9-4b82-a019-3d12b03f9d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.003201 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 826 0.005247 10.0.0.242 - - [2025-12-11 02:22:03] "POST /fqname-to-id HTTP/1.1" 404 236 0.002121 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 928 0.034996 10.0.0.242 - - [2025-12-11 02:22:03] "POST /neutron/network HTTP/1.1" 200 928 0.005135 10.0.0.242 - - [2025-12-11 02:22:04] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.043329 10.0.0.242 - - [2025-12-11 02:22:04] "POST /access-control-lists HTTP/1.1" 200 592 0.068330 10.0.0.242 - - [2025-12-11 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.008247 10.0.0.242 - - [2025-12-11 02:22:04] "POST /ref-update HTTP/1.1" 200 156 0.008592 10.0.0.242 - - [2025-12-11 02:22:04] "GET /network-policy/6b3cb6b6-60c9-4b82-a019-3d12b03f9d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.004452 10.0.0.242 - - [2025-12-11 02:22:04] "GET /domains HTTP/1.1" 401 293 0.000346 10.0.0.242 - - [2025-12-11 02:22:04] "PUT /access-control-list/89abfec8-8de6-4400-8884-3452fcf0fe1c HTTP/1.1" 200 273 0.050974 10.0.0.242 - - [2025-12-11 02:22:04] "GET /domains HTTP/1.1" 200 281 0.031160 10.0.0.242 - - [2025-12-11 02:22:04] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.242 - - [2025-12-11 02:22:04] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 3358 0.007504 10.0.0.242 - - [2025-12-11 02:22:04] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000899 10.0.0.242 - - [2025-12-11 02:22:04] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3 HTTP/1.1" 200 2579 0.064395 10.0.0.242 - - [2025-12-11 02:22:04] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5 HTTP/1.1" 200 2899 0.005071 10.0.0.242 - - [2025-12-11 02:22:04] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5 HTTP/1.1" 200 2899 0.003909 10.0.0.242 - - [2025-12-11 02:22:04] "GET /routing-instance/46680fe8-1dea-4211-b6fc-b1c122c8fc83 HTTP/1.1" 200 1787 0.002907 10.0.0.242 - - [2025-12-11 02:22:04] "GET /routing-instance/46680fe8-1dea-4211-b6fc-b1c122c8fc83 HTTP/1.1" 200 1787 0.002521 10.0.0.242 - - [2025-12-11 02:22:04] "GET /route-target/082f9889-1515-49e2-a78e-47b5eb94f4a8 HTTP/1.1" 200 1207 0.006294 10.0.0.242 - - [2025-12-11 02:22:04] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5 HTTP/1.1" 200 2899 0.003883 10.0.0.242 - - [2025-12-11 02:22:04] "GET /routing-instance/46680fe8-1dea-4211-b6fc-b1c122c8fc83 HTTP/1.1" 200 1787 0.002959 10.0.0.242 - - [2025-12-11 02:22:04] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.003848 10.0.0.242 - - [2025-12-11 02:22:04] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5 HTTP/1.1" 200 2899 0.003971 10.0.0.242 - - [2025-12-11 02:22:04] "GET /routing-instance/46680fe8-1dea-4211-b6fc-b1c122c8fc83 HTTP/1.1" 200 1787 0.002964 10.0.0.242 - - [2025-12-11 02:22:04] "GET /routing-instance/46680fe8-1dea-4211-b6fc-b1c122c8fc83 HTTP/1.1" 200 1787 0.002995 10.0.0.242 - - [2025-12-11 02:22:04] "GET /route-target/082f9889-1515-49e2-a78e-47b5eb94f4a8 HTTP/1.1" 200 1207 0.002596 10.0.0.242 - - [2025-12-11 02:22:04] "GET /domains HTTP/1.1" 200 281 0.002270 10.0.0.242 - - [2025-12-11 02:22:04] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000864 10.0.0.242 - - [2025-12-11 02:22:04] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 3358 0.006010 10.0.0.242 - - [2025-12-11 02:22:04] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000757 10.0.0.242 - - [2025-12-11 02:22:04] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3 HTTP/1.1" 200 2579 0.064070 10.0.0.242 - - [2025-12-11 02:22:04] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5 HTTP/1.1" 200 2899 0.003896 10.0.0.242 - - [2025-12-11 02:22:05] "GET /obj-perms HTTP/1.1" 200 5053 0.050876 10.0.0.242 - - [2025-12-11 02:22:05] "GET /domains HTTP/1.1" 200 281 0.002183 10.0.0.242 - - [2025-12-11 02:22:05] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.242 - - [2025-12-11 02:22:05] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 3358 0.007354 10.0.0.242 - - [2025-12-11 02:22:05] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000775 10.0.0.242 - - [2025-12-11 02:22:05] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3 HTTP/1.1" 200 2579 0.067875 10.0.0.242 - - [2025-12-11 02:22:05] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b HTTP/1.1" 200 2897 0.007541 10.0.0.242 - - [2025-12-11 02:22:05] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b HTTP/1.1" 200 2897 0.004301 10.0.0.242 - - [2025-12-11 02:22:05] "GET /routing-instance/d625fac7-f6ef-44b2-b53e-3b589d151489 HTTP/1.1" 200 1788 0.002978 10.0.0.242 - - [2025-12-11 02:22:05] "GET /routing-instance/d625fac7-f6ef-44b2-b53e-3b589d151489 HTTP/1.1" 200 1788 0.003102 10.0.0.242 - - [2025-12-11 02:22:05] "GET /route-target/06a2d35d-4378-4b65-9484-c3c589fdbfa2 HTTP/1.1" 200 1207 0.002526 10.0.0.242 - - [2025-12-11 02:22:05] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b HTTP/1.1" 200 2897 0.003609 10.0.0.242 - - [2025-12-11 02:22:05] "GET /routing-instance/d625fac7-f6ef-44b2-b53e-3b589d151489 HTTP/1.1" 200 1788 0.002301 10.0.0.242 - - [2025-12-11 02:22:05] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.003555 10.0.0.242 - - [2025-12-11 02:22:05] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b HTTP/1.1" 200 2897 0.003940 10.0.0.242 - - [2025-12-11 02:22:05] "GET /routing-instance/d625fac7-f6ef-44b2-b53e-3b589d151489 HTTP/1.1" 200 1788 0.002377 10.0.0.242 - - [2025-12-11 02:22:05] "GET /routing-instance/d625fac7-f6ef-44b2-b53e-3b589d151489 HTTP/1.1" 200 1788 0.002870 10.0.0.242 - - [2025-12-11 02:22:05] "GET /route-target/06a2d35d-4378-4b65-9484-c3c589fdbfa2 HTTP/1.1" 200 1207 0.002075 10.0.0.242 - - [2025-12-11 02:22:05] "GET /domains HTTP/1.1" 200 281 0.002272 10.0.0.242 - - [2025-12-11 02:22:05] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001048 10.0.0.242 - - [2025-12-11 02:22:05] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 3358 0.005573 10.0.0.242 - - [2025-12-11 02:22:05] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000775 10.0.0.242 - - [2025-12-11 02:22:05] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3 HTTP/1.1" 200 2579 0.066359 10.0.0.242 - - [2025-12-11 02:22:05] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b HTTP/1.1" 200 2897 0.004152 10.0.0.242 - - [2025-12-11 02:22:05] "GET /obj-perms HTTP/1.1" 200 5053 0.002557 10.0.0.242 - - [2025-12-11 02:22:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001519 10.0.0.242 - - [2025-12-11 02:22:05] "POST /neutron/network HTTP/1.1" 200 938 0.005063 10.0.0.242 - - [2025-12-11 02:22:05] "GET /aaa-mode HTTP/1.1" 401 293 0.000368 10.0.0.242 - - [2025-12-11 02:22:05] "GET / HTTP/1.1" 200 36215 0.001387 10.0.0.242 - - [2025-12-11 02:22:05] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000359 10.0.0.242 - - [2025-12-11 02:22:06] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000917 10.0.0.242 - - [2025-12-11 02:22:06] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.046328 10.0.0.242 - - [2025-12-11 02:22:06] "POST /neutron/network HTTP/1.1" 200 928 0.004573 10.0.0.242 - - [2025-12-11 02:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.005453 10.0.0.242 - - [2025-12-11 02:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.004290 10.0.0.242 - - [2025-12-11 02:22:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001141 10.0.0.242 - - [2025-12-11 02:22:06] "POST /neutron/port HTTP/1.1" 200 117 0.004275 10.0.0.242 - - [2025-12-11 02:22:06] "POST /neutron/network HTTP/1.1" 200 938 0.005775 10.0.0.242 - - [2025-12-11 02:22:06] "GET /aaa-mode HTTP/1.1" 401 293 0.000492 10.0.0.242 - - [2025-12-11 02:22:06] "POST /neutron/network HTTP/1.1" 200 938 0.005188 10.0.0.242 - - [2025-12-11 02:22:06] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000940 10.0.0.242 - - [2025-12-11 02:22:06] "GET / HTTP/1.1" 200 36215 0.001278 10.0.0.242 - - [2025-12-11 02:22:06] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000351 10.0.0.242 - - [2025-12-11 02:22:06] "POST /neutron/port HTTP/1.1" 200 1062 0.183626 10.0.0.242 - - [2025-12-11 02:22:06] "POST /neutron/port HTTP/1.1" 200 1062 0.007939 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1062 0.007704 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1116 0.058531 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1090 0.009076 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002913 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/subnet HTTP/1.1" 200 698 0.006336 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.001440 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/network HTTP/1.1" 200 928 0.006015 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001192 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.048288 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/network HTTP/1.1" 200 928 0.006242 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /project/dc7162f92201489e88403d1901e16032 HTTP/1.1" 404 173 0.019716 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /project/357f3d1c0d1b4bc1826f5facf297510f HTTP/1.1" 404 173 0.013923 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /project/9e93544c51d640008289e4ad80294d0b HTTP/1.1" 404 173 0.013354 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /project/3b30b5655d2c447bbb06f610bcb104e3 HTTP/1.1" 404 173 0.008910 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000848 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000725 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000708 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000707 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.055828 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.059297 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.065418 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.073414 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002106 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004244 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001087 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000769 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032?fields=security_groups HTTP/1.1" 200 1411 0.060835 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?fields=security_groups HTTP/1.1" 200 1357 0.056772 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f?fields=security_groups HTTP/1.1" 200 1386 0.074725 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?fields=security_groups HTTP/1.1" 200 1372 0.076173 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1090 0.026291 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008378 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 117 0.018221 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /access-control-list/db20a30b-e89f-4ece-b9f5-8907cd5e18a6 HTTP/1.1" 200 115 0.061512 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /security-group/38237f3e-104b-4c03-8cae-810ec453a97a HTTP/1.1" 200 115 0.113507 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=dc7162f9-2201-489e-8840-3d1901e16032&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001129 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /security-group/168b9651-496d-49fc-85fe-313035da8833 HTTP/1.1" 200 115 0.126271 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /security-group/3ba25751-4873-458a-9541-792da0cdcba6 HTTP/1.1" 200 115 0.118953 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=6a746784-707e-4440-af03-5dd0bc83c610&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/port HTTP/1.1" 200 1090 0.044692 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=9e93544c-51d6-4000-8289-e4ad80294d0b&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001011 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /security-group/c3283f94-ce8e-4adb-a722-498806cc5820 HTTP/1.1" 200 115 0.149606 10.0.0.242 - - [2025-12-11 02:22:07] "GET /projects?obj_uuids=357f3d1c-0d1b-4bc1-826f-5facf297510f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/dc7162f9-2201-489e-8840-3d1901e16032?fields=application_policy_sets HTTP/1.1" 200 1450 0.063814 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /access-control-list/9ba50d4a-a906-4abd-95bb-a032a36ceaae HTTP/1.1" 200 115 0.069851 10.0.0.242 - - [2025-12-11 02:22:07] "POST /neutron/security_group HTTP/1.1" 200 2060 0.023250 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/9e93544c-51d6-4000-8289-e4ad80294d0b?fields=application_policy_sets HTTP/1.1" 200 1411 0.069551 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/6a746784-707e-4440-af03-5dd0bc83c610?fields=application_policy_sets HTTP/1.1" 200 1396 0.105772 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /access-control-list/e290b68d-87bd-4891-813e-edf2459c5fa6 HTTP/1.1" 200 115 0.075428 10.0.0.242 - - [2025-12-11 02:22:07] "GET /project/357f3d1c-0d1b-4bc1-826f-5facf297510f?fields=application_policy_sets HTTP/1.1" 200 1425 0.102688 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /access-control-list/6aff6ccb-3b3e-4aa2-a95a-e83d717c1dd5 HTTP/1.1" 200 115 0.053154 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /access-control-list/d2d89789-4323-42d1-8f2c-11dd38109a9a HTTP/1.1" 200 115 0.043378 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /project/dc7162f9-2201-489e-8840-3d1901e16032 HTTP/1.1" 200 115 0.606840 10.0.0.242 - - [2025-12-11 02:22:07] "DELETE /project/9e93544c-51d6-4000-8289-e4ad80294d0b HTTP/1.1" 200 115 0.628385 10.0.0.242 - - [2025-12-11 02:22:08] "DELETE /access-control-list/45e77cbf-a2a7-462f-9a85-db1217692b6a HTTP/1.1" 200 115 0.057503 10.0.0.242 - - [2025-12-11 02:22:08] "DELETE /project/6a746784-707e-4440-af03-5dd0bc83c610 HTTP/1.1" 200 115 0.658654 10.0.0.242 - - [2025-12-11 02:22:08] "DELETE /project/357f3d1c-0d1b-4bc1-826f-5facf297510f HTTP/1.1" 200 115 0.682972 10.0.0.242 - - [2025-12-11 02:22:08] "POST /neutron/network HTTP/1.1" 200 938 0.010878 10.0.0.242 - - [2025-12-11 02:22:08] "DELETE /access-control-list/83d3a65f-adb9-4a52-8670-4a24bbfcc618 HTTP/1.1" 200 115 0.034658 10.0.0.242 - - [2025-12-11 02:22:08] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001839 10.0.0.242 - - [2025-12-11 02:22:08] "DELETE /access-control-list/87436020-8fd3-4352-a0a2-e06ba6403276 HTTP/1.1" 200 115 0.044140 10.0.0.242 - - [2025-12-11 02:22:08] "PUT /access-control-list/bc2207d8-d303-4338-b26f-aa44130fc8b0 HTTP/1.1" 200 273 0.061251 10.0.0.242 - - [2025-12-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 1062 0.294623 10.0.0.242 - - [2025-12-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 1062 0.010275 10.0.0.242 - - [2025-12-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 1062 0.009976 10.0.0.242 - - [2025-12-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 1116 0.072397 10.0.0.242 - - [2025-12-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 1090 0.009285 10.0.0.242 - - [2025-12-11 02:22:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003464 10.0.0.242 - - [2025-12-11 02:22:08] "POST /neutron/subnet HTTP/1.1" 200 699 0.007492 10.0.0.242 - - [2025-12-11 02:22:08] "POST /neutron/port HTTP/1.1" 200 117 0.000969 10.0.0.242 - - [2025-12-11 02:22:08] "POST /neutron/network HTTP/1.1" 200 928 0.004963 10.0.0.242 - - [2025-12-11 02:22:12] "GET /obj-perms HTTP/1.1" 200 5075 0.052093 10.0.0.242 - - [2025-12-11 02:22:12] "POST /neutron/port HTTP/1.1" 200 1090 0.011691 10.0.0.242 - - [2025-12-11 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011768 10.0.0.242 - - [2025-12-11 02:22:12] "POST /neutron/port HTTP/1.1" 200 1090 0.010524 10.0.0.242 - - [2025-12-11 02:22:12] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006980 10.0.0.242 - - [2025-12-11 02:22:13] "POST /neutron/port HTTP/1.1" 200 1090 0.016260 10.0.0.242 - - [2025-12-11 02:22:13] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005438 10.0.0.242 - - [2025-12-11 02:22:13] "GET /obj-perms HTTP/1.1" 200 5075 0.056827 10.0.0.242 - - [2025-12-11 02:22:13] "GET /virtual-machine/33cb5928-703e-4972-a5c9-bf9f46ed70b9 HTTP/1.1" 200 1296 0.003848 10.0.0.242 - - [2025-12-11 02:22:13] "GET /virtual-machine-interface/118da0af-1b10-4972-8aa6-58673c0e142f HTTP/1.1" 200 2957 0.003917 10.0.0.242 - - [2025-12-11 02:22:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002720 10.0.0.242 - - [2025-12-11 02:22:13] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003520 10.0.0.242 - - [2025-12-11 02:22:13] "GET /virtual-networks?parent_id=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002423 10.0.0.242 - - [2025-12-11 02:22:13] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004522 10.0.0.242 - - [2025-12-11 02:22:15] "POST /neutron/port HTTP/1.1" 200 1090 0.011829 10.0.0.242 - - [2025-12-11 02:22:15] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005526 10.0.0.242 - - [2025-12-11 02:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.242 - - [2025-12-11 02:22:16] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005344 10.0.0.242 - - [2025-12-11 02:22:16] "POST /neutron/port HTTP/1.1" 200 1090 0.009722 10.0.0.242 - - [2025-12-11 02:22:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005129 10.0.0.242 - - [2025-12-11 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.242 - - [2025-12-11 02:22:18] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002512 10.0.0.242 - - [2025-12-11 02:22:18] "GET /virtual-networks?parent_id=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002749 10.0.0.242 - - [2025-12-11 02:22:18] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004460 10.0.0.242 - - [2025-12-11 02:22:18] "POST /neutron/port HTTP/1.1" 200 1090 0.009609 10.0.0.242 - - [2025-12-11 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004612 10.0.0.242 - - [2025-12-11 02:22:18] "POST /neutron/port HTTP/1.1" 200 1090 0.009477 10.0.0.242 - - [2025-12-11 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.005932 10.0.0.242 - - [2025-12-11 02:22:18] "POST /neutron/port HTTP/1.1" 200 1090 0.010248 10.0.0.242 - - [2025-12-11 02:22:18] "POST /neutron/security_group HTTP/1.1" 200 2060 0.004689 10.0.0.242 - - [2025-12-11 02:22:18] "GET /virtual-machine/80b2fd9c-7417-4b98-b516-a786094663ca HTTP/1.1" 200 1296 0.004076 10.0.0.242 - - [2025-12-11 02:22:18] "GET /virtual-machine-interface/d6d99f6f-c071-4a74-aa87-6e559088f2d6 HTTP/1.1" 200 2959 0.005142 10.0.0.242 - - [2025-12-11 02:22:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002934 10.0.0.242 - - [2025-12-11 02:22:18] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003119 10.0.0.242 - - [2025-12-11 02:22:19] "GET /virtual-networks?parent_id=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002942 10.0.0.242 - - [2025-12-11 02:22:19] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.004843 10.0.0.242 - - [2025-12-11 02:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002584 10.0.0.242 - - [2025-12-11 02:22:20] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002623 10.0.0.242 - - [2025-12-11 02:22:20] "GET /virtual-networks?parent_id=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002610 10.0.0.242 - - [2025-12-11 02:22:20] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.020002 10.0.0.242 - - [2025-12-11 02:22:20] "POST /neutron/port HTTP/1.1" 200 1090 0.010682 10.0.0.242 - - [2025-12-11 02:22:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.006563 10.0.0.242 - - [2025-12-11 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.242 - - [2025-12-11 02:22:29] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000921 10.0.0.242 - - [2025-12-11 02:22:29] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.021243 10.0.0.242 - - [2025-12-11 02:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002564 10.0.0.242 - - [2025-12-11 02:22:29] "PUT /network-policy/6b3cb6b6-60c9-4b82-a019-3d12b03f9d24 HTTP/1.1" 200 263 0.010461 10.0.0.242 - - [2025-12-11 02:22:29] "PUT /access-control-list/bc2207d8-d303-4338-b26f-aa44130fc8b0 HTTP/1.1" 200 273 0.050280 10.0.0.242 - - [2025-12-11 02:22:29] "POST /ref-update HTTP/1.1" 200 156 0.009841 10.0.0.242 - - [2025-12-11 02:22:29] "PUT /access-control-list/89abfec8-8de6-4400-8884-3452fcf0fe1c HTTP/1.1" 200 273 0.050171 10.0.0.242 - - [2025-12-11 02:22:29] "POST /ref-update HTTP/1.1" 200 156 0.010391 10.0.0.242 - - [2025-12-11 02:22:33] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2365 0.006958 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 928 0.005469 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 826 0.035205 10.0.0.242 - - [2025-12-11 02:22:33] "DELETE /access-control-list/bc2207d8-d303-4338-b26f-aa44130fc8b0 HTTP/1.1" 200 115 0.022279 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 826 0.005255 10.0.0.242 - - [2025-12-11 02:22:33] "GET /virtual-network/327ff7a2-15ff-46fb-8482-05e8b262495b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.004304 10.0.0.242 - - [2025-12-11 02:22:33] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004034 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 928 0.008152 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 826 0.048667 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 826 0.006114 10.0.0.242 - - [2025-12-11 02:22:33] "DELETE /access-control-list/89abfec8-8de6-4400-8884-3452fcf0fe1c HTTP/1.1" 200 115 0.045726 10.0.0.242 - - [2025-12-11 02:22:33] "GET /virtual-network/c50c9538-03a5-4b13-a3a2-51b235cc87c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005471 10.0.0.242 - - [2025-12-11 02:22:33] "DELETE /network-policy/6b3cb6b6-60c9-4b82-a019-3d12b03f9d24 HTTP/1.1" 200 115 0.025543 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/network HTTP/1.1" 200 826 0.004501 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/network HTTP/1.1" 400 204 0.010252 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/port HTTP/1.1" 200 1090 0.010217 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/port HTTP/1.1" 200 1116 0.007408 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/port HTTP/1.1" 200 1090 0.011205 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/port HTTP/1.1" 200 1116 0.008893 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/port HTTP/1.1" 200 151 0.102215 10.0.0.242 - - [2025-12-11 02:22:33] "POST /neutron/port HTTP/1.1" 200 151 0.101012 10.0.0.242 - - [2025-12-11 02:22:35] "POST /neutron/network HTTP/1.1" 200 826 0.005218 10.0.0.242 - - [2025-12-11 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003031 10.0.0.242 - - [2025-12-11 02:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001740 10.0.0.242 - - [2025-12-11 02:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002249 10.0.0.242 - - [2025-12-11 02:22:35] "POST /neutron/network HTTP/1.1" 200 151 0.073317 10.0.0.242 - - [2025-12-11 02:22:35] "GET /routing-instance/d625fac7-f6ef-44b2-b53e-3b589d151489 HTTP/1.1" 404 171 0.002855 10.0.0.242 - - [2025-12-11 02:22:35] "DELETE /route-target/06a2d35d-4378-4b65-9484-c3c589fdbfa2 HTTP/1.1" 200 115 0.017349 10.0.0.242 - - [2025-12-11 02:22:35] "GET /domains HTTP/1.1" 200 281 0.004275 10.0.0.242 - - [2025-12-11 02:22:35] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000838 10.0.0.242 - - [2025-12-11 02:22:35] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2585 0.054287 10.0.0.242 - - [2025-12-11 02:22:35] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000891 10.0.0.242 - - [2025-12-11 02:22:35] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3 HTTP/1.1" 200 2109 0.067643 10.0.0.242 - - [2025-12-11 02:22:35] "POST /neutron/network HTTP/1.1" 200 826 0.008132 10.0.0.242 - - [2025-12-11 02:22:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.242 - - [2025-12-11 02:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.001569 10.0.0.242 - - [2025-12-11 02:22:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002346 10.0.0.242 - - [2025-12-11 02:22:35] "POST /neutron/network HTTP/1.1" 200 151 0.066268 10.0.0.242 - - [2025-12-11 02:22:35] "DELETE /route-target/082f9889-1515-49e2-a78e-47b5eb94f4a8 HTTP/1.1" 200 115 0.011160 10.0.0.242 - - [2025-12-11 02:22:35] "GET /routing-instance/46680fe8-1dea-4211-b6fc-b1c122c8fc83 HTTP/1.1" 404 171 0.002017 10.0.0.242 - - [2025-12-11 02:22:35] "GET /domains HTTP/1.1" 200 281 0.001894 10.0.0.242 - - [2025-12-11 02:22:35] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001756 10.0.0.242 - - [2025-12-11 02:22:35] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2585 0.049622 10.0.0.242 - - [2025-12-11 02:22:35] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000869 10.0.0.242 - - [2025-12-11 02:22:35] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3 HTTP/1.1" 200 1869 0.065502 10.0.0.242 - - [2025-12-11 02:22:36] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000917 10.0.0.242 - - [2025-12-11 02:22:36] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.023606 10.0.0.242 - - [2025-12-11 02:22:36] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000880 10.0.0.242 - - [2025-12-11 02:22:36] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?fields=virtual_networks HTTP/1.1" 200 1038 0.066246 10.0.0.242 - - [2025-12-11 02:22:36] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001045 10.0.0.242 - - [2025-12-11 02:22:36] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1038 0.026362 10.0.0.242 - - [2025-12-11 02:22:36] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001087 10.0.0.242 - - [2025-12-11 02:22:36] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?fields=security_groups HTTP/1.1" 200 1267 0.023314 10.0.0.242 - - [2025-12-11 02:22:37] "POST /fqname-to-id HTTP/1.1" 404 181 0.028023 10.0.0.242 - - [2025-12-11 02:22:37] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002455 10.0.0.242 - - [2025-12-11 02:22:37] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000849 10.0.0.242 - - [2025-12-11 02:22:37] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005622 10.0.0.242 - - [2025-12-11 02:22:37] "POST /id-to-fqname HTTP/1.1" 200 183 0.001018 10.0.0.242 - - [2025-12-11 02:22:37] "POST /fqname-to-id HTTP/1.1" 404 192 0.004482 10.0.0.242 - - [2025-12-11 02:22:37] "POST /security-groups HTTP/1.1" 200 584 0.059954 10.0.0.242 - - [2025-12-11 02:22:37] "POST /fqname-to-id HTTP/1.1" 404 227 0.002283 10.0.0.242 - - [2025-12-11 02:22:37] "POST /projects HTTP/1.1" 200 571 0.199367 10.0.0.242 - - [2025-12-11 02:22:37] "POST /access-control-lists HTTP/1.1" 200 591 0.056746 10.0.0.242 - - [2025-12-11 02:22:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.271553 10.0.0.242 - - [2025-12-11 02:22:37] "POST /fqname-to-id HTTP/1.1" 404 226 0.002485 10.0.0.242 - - [2025-12-11 02:22:37] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.391031 10.0.0.242 - - [2025-12-11 02:22:37] "POST /access-control-lists HTTP/1.1" 200 589 0.056806 10.0.0.242 - - [2025-12-11 02:22:38] "GET / HTTP/1.1" 200 36215 0.001990 10.0.0.242 - - [2025-12-11 02:22:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.242 - - [2025-12-11 02:22:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.057654 10.0.0.242 - - [2025-12-11 02:22:39] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000966 10.0.0.242 - - [2025-12-11 02:22:39] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.022822 10.0.0.242 - - [2025-12-11 02:22:39] "POST /neutron/network HTTP/1.1" 200 117 0.031583 10.0.0.242 - - [2025-12-11 02:22:39] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001280 10.0.0.242 - - [2025-12-11 02:22:39] "POST /neutron/network HTTP/1.1" 200 612 0.053602 10.0.0.242 - - [2025-12-11 02:22:40] "POST /route-targets HTTP/1.1" 200 328 0.014825 10.0.0.242 - - [2025-12-11 02:22:40] "POST /ref-update HTTP/1.1" 200 156 0.010491 10.0.0.242 - - [2025-12-11 02:22:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003229 10.0.0.242 - - [2025-12-11 02:22:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.181320 10.0.0.242 - - [2025-12-11 02:22:40] "POST /neutron/network HTTP/1.1" 200 828 0.004590 10.0.0.242 - - [2025-12-11 02:22:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.001133 10.0.0.242 - - [2025-12-11 02:22:40] "GET /virtual-network/80d85ff3-f3b9-408e-a3d2-4b1106e275a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004577 10.0.0.242 - - [2025-12-11 02:22:40] "POST /neutron/network HTTP/1.1" 200 828 0.005363 10.0.0.242 - - [2025-12-11 02:22:40] "GET /virtual-network/80d85ff3-f3b9-408e-a3d2-4b1106e275a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004329 10.0.0.242 - - [2025-12-11 02:22:40] "POST /neutron/network HTTP/1.1" 200 828 0.004915 10.0.0.242 - - [2025-12-11 02:22:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.005977 10.0.0.242 - - [2025-12-11 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002181 10.0.0.242 - - [2025-12-11 02:22:40] "GET /virtual-network/80d85ff3-f3b9-408e-a3d2-4b1106e275a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.004573 10.0.0.242 - - [2025-12-11 02:22:40] "PUT /virtual-network/80d85ff3-f3b9-408e-a3d2-4b1106e275a1 HTTP/1.1" 200 265 0.035312 10.0.0.242 - - [2025-12-11 02:22:40] "POST /route-targets HTTP/1.1" 200 324 0.015409 10.0.0.242 - - [2025-12-11 02:22:40] "POST /ref-update HTTP/1.1" 200 156 0.015979 10.0.0.242 - - [2025-12-11 02:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002347 10.0.0.242 - - [2025-12-11 02:22:40] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000922 10.0.0.242 - - [2025-12-11 02:22:40] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.018016 10.0.0.242 - - [2025-12-11 02:22:40] "POST /neutron/network HTTP/1.1" 200 117 0.010515 10.0.0.242 - - [2025-12-11 02:22:40] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000917 10.0.0.242 - - [2025-12-11 02:22:40] "POST /neutron/network HTTP/1.1" 200 612 0.056390 10.0.0.242 - - [2025-12-11 02:22:40] "POST /route-targets HTTP/1.1" 200 328 0.012020 10.0.0.242 - - [2025-12-11 02:22:40] "POST /ref-update HTTP/1.1" 200 156 0.012532 10.0.0.242 - - [2025-12-11 02:22:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002640 10.0.0.242 - - [2025-12-11 02:22:40] "POST /neutron/subnet HTTP/1.1" 200 730 0.131365 10.0.0.242 - - [2025-12-11 02:22:40] "POST /neutron/network HTTP/1.1" 200 832 0.004910 10.0.0.242 - - [2025-12-11 02:22:40] "POST /id-to-fqname HTTP/1.1" 200 220 0.003180 10.0.0.242 - - [2025-12-11 02:22:40] "GET /virtual-network/89c49106-1e00-446c-89b6-335a42d9ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004669 10.0.0.242 - - [2025-12-11 02:22:40] "POST /neutron/network HTTP/1.1" 200 832 0.006178 10.0.0.242 - - [2025-12-11 02:22:40] "GET /virtual-network/89c49106-1e00-446c-89b6-335a42d9ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004501 10.0.0.242 - - [2025-12-11 02:22:41] "POST /neutron/network HTTP/1.1" 200 832 0.005146 10.0.0.242 - - [2025-12-11 02:22:41] "POST /neutron/subnet HTTP/1.1" 200 730 0.007551 10.0.0.242 - - [2025-12-11 02:22:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002452 10.0.0.242 - - [2025-12-11 02:22:41] "GET /virtual-network/89c49106-1e00-446c-89b6-335a42d9ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004180 10.0.0.242 - - [2025-12-11 02:22:41] "POST /ref-update HTTP/1.1" 200 156 0.011527 10.0.0.242 - - [2025-12-11 02:22:41] "PUT /virtual-network/89c49106-1e00-446c-89b6-335a42d9ade0 HTTP/1.1" 200 265 0.030898 10.0.0.242 - - [2025-12-11 02:22:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001229 10.0.0.242 - - [2025-12-11 02:22:41] "POST /neutron/network HTTP/1.1" 200 838 0.004592 10.0.0.242 - - [2025-12-11 02:22:41] "GET /aaa-mode HTTP/1.1" 401 293 0.000369 10.0.0.242 - - [2025-12-11 02:22:41] "GET / HTTP/1.1" 200 36215 0.002841 10.0.0.242 - - [2025-12-11 02:22:41] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000420 10.0.0.242 - - [2025-12-11 02:22:42] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000906 10.0.0.242 - - [2025-12-11 02:22:42] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.047853 10.0.0.242 - - [2025-12-11 02:22:42] "POST /neutron/network HTTP/1.1" 200 828 0.004656 10.0.0.242 - - [2025-12-11 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.011708 10.0.0.242 - - [2025-12-11 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.007018 10.0.0.242 - - [2025-12-11 02:22:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001459 10.0.0.242 - - [2025-12-11 02:22:42] "POST /neutron/port HTTP/1.1" 200 117 0.005025 10.0.0.242 - - [2025-12-11 02:22:42] "POST /neutron/network HTTP/1.1" 200 842 0.005119 10.0.0.242 - - [2025-12-11 02:22:42] "GET /aaa-mode HTTP/1.1" 401 293 0.000425 10.0.0.242 - - [2025-12-11 02:22:42] "GET / HTTP/1.1" 200 36215 0.001559 10.0.0.242 - - [2025-12-11 02:22:42] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000435 10.0.0.242 - - [2025-12-11 02:22:42] "POST /neutron/network HTTP/1.1" 200 838 0.005006 10.0.0.242 - - [2025-12-11 02:22:42] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000960 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 1050 0.221917 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 1050 0.010237 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 1050 0.006932 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 1104 0.060158 10.0.0.242 - - [2025-12-11 02:22:43] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000953 10.0.0.242 - - [2025-12-11 02:22:43] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.095133 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 1078 0.040549 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/network HTTP/1.1" 200 832 0.004994 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002742 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/subnet HTTP/1.1" 200 684 0.007473 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/network HTTP/1.1" 200 828 0.005219 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 1078 0.011615 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005331 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 117 0.005099 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/port HTTP/1.1" 200 1078 0.012942 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006053 10.0.0.242 - - [2025-12-11 02:22:43] "POST /neutron/network HTTP/1.1" 200 842 0.005488 10.0.0.242 - - [2025-12-11 02:22:43] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001139 10.0.0.242 - - [2025-12-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1054 0.190083 10.0.0.242 - - [2025-12-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1054 0.008144 10.0.0.242 - - [2025-12-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1054 0.008141 10.0.0.242 - - [2025-12-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1108 0.062177 10.0.0.242 - - [2025-12-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 1082 0.013355 10.0.0.242 - - [2025-12-11 02:22:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003030 10.0.0.242 - - [2025-12-11 02:22:44] "POST /neutron/subnet HTTP/1.1" 200 704 0.007043 10.0.0.242 - - [2025-12-11 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.001275 10.0.0.242 - - [2025-12-11 02:22:44] "POST /neutron/network HTTP/1.1" 200 832 0.006761 10.0.0.242 - - [2025-12-11 02:22:46] "POST /neutron/port HTTP/1.1" 200 1078 0.010125 10.0.0.242 - - [2025-12-11 02:22:46] "POST /neutron/port HTTP/1.1" 200 1078 0.009024 10.0.0.242 - - [2025-12-11 02:22:46] "POST /neutron/network HTTP/1.1" 200 838 0.005501 10.0.0.242 - - [2025-12-11 02:22:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003888 10.0.0.242 - - [2025-12-11 02:22:47] "POST /neutron/subnet HTTP/1.1" 200 684 0.006107 10.0.0.242 - - [2025-12-11 02:22:47] "POST /neutron/port HTTP/1.1" 200 117 0.001071 10.0.0.242 - - [2025-12-11 02:22:47] "POST /neutron/network HTTP/1.1" 200 828 0.004610 10.0.0.242 - - [2025-12-11 02:22:48] "POST /neutron/port HTTP/1.1" 200 1078 0.009393 10.0.0.242 - - [2025-12-11 02:22:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006433 10.0.0.242 - - [2025-12-11 02:22:48] "POST /neutron/port HTTP/1.1" 200 1078 0.009718 10.0.0.242 - - [2025-12-11 02:22:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005884 10.0.0.242 - - [2025-12-11 02:22:48] "POST /neutron/port HTTP/1.1" 200 1078 0.009729 10.0.0.242 - - [2025-12-11 02:22:48] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004785 10.0.0.242 - - [2025-12-11 02:22:48] "GET /virtual-machine/b68752e7-5871-4879-b1bc-f1d9dc1ca39e HTTP/1.1" 401 293 0.000359 10.0.0.242 - - [2025-12-11 02:22:49] "GET /virtual-machine/b68752e7-5871-4879-b1bc-f1d9dc1ca39e HTTP/1.1" 200 1288 0.029057 10.0.0.242 - - [2025-12-11 02:22:49] "GET /virtual-machine-interface/3dfef4ad-ed42-4075-93a8-a25a1b476fe9 HTTP/1.1" 200 2934 0.004467 10.0.0.242 - - [2025-12-11 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002603 10.0.0.242 - - [2025-12-11 02:22:49] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003139 10.0.0.242 - - [2025-12-11 02:22:49] "GET /virtual-networks?parent_id=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002870 10.0.0.242 - - [2025-12-11 02:22:49] "GET /virtual-network/80d85ff3-f3b9-408e-a3d2-4b1106e275a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.004502 10.0.0.242 - - [2025-12-11 02:22:51] "POST /neutron/port HTTP/1.1" 200 1078 0.009440 10.0.0.242 - - [2025-12-11 02:22:51] "POST /neutron/security_group HTTP/1.1" 200 2051 0.004874 10.0.0.242 - - [2025-12-11 02:22:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002903 10.0.0.242 - - [2025-12-11 02:22:52] "GET /virtual-network/80d85ff3-f3b9-408e-a3d2-4b1106e275a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.004641 10.0.0.242 - - [2025-12-11 02:22:52] "POST /neutron/port HTTP/1.1" 200 1082 0.010107 10.0.0.242 - - [2025-12-11 02:22:52] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005031 10.0.0.242 - - [2025-12-11 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002521 10.0.0.242 - - [2025-12-11 02:22:54] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002593 10.0.0.242 - - [2025-12-11 02:22:54] "GET /virtual-networks?parent_id=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002635 10.0.0.242 - - [2025-12-11 02:22:54] "GET /virtual-network/80d85ff3-f3b9-408e-a3d2-4b1106e275a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.004625 10.0.0.242 - - [2025-12-11 02:22:54] "POST /neutron/port HTTP/1.1" 200 1082 0.010830 10.0.0.242 - - [2025-12-11 02:22:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005735 10.0.0.242 - - [2025-12-11 02:22:54] "POST /neutron/port HTTP/1.1" 200 1082 0.010337 10.0.0.242 - - [2025-12-11 02:22:54] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005384 10.0.0.242 - - [2025-12-11 02:22:55] "POST /neutron/port HTTP/1.1" 200 1082 0.009751 10.0.0.242 - - [2025-12-11 02:22:55] "POST /neutron/security_group HTTP/1.1" 200 2051 0.005744 10.0.0.242 - - [2025-12-11 02:22:55] "GET /virtual-machine/6ddc05f5-85f2-4123-9c3a-423aaa9f5e45 HTTP/1.1" 200 1287 0.005258 10.0.0.242 - - [2025-12-11 02:22:55] "GET /virtual-machine-interface/a1f9f2e4-13c5-40d1-97ed-4446a338aaeb HTTP/1.1" 200 2935 0.004012 10.0.0.242 - - [2025-12-11 02:22:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.242 - - [2025-12-11 02:22:55] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002680 10.0.0.242 - - [2025-12-11 02:22:55] "GET /virtual-networks?parent_id=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002580 10.0.0.242 - - [2025-12-11 02:22:55] "GET /virtual-network/89c49106-1e00-446c-89b6-335a42d9ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004570 10.0.0.242 - - [2025-12-11 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002510 10.0.0.242 - - [2025-12-11 02:22:56] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002909 10.0.0.242 - - [2025-12-11 02:22:56] "GET /virtual-networks?parent_id=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002762 10.0.0.242 - - [2025-12-11 02:22:56] "GET /virtual-network/89c49106-1e00-446c-89b6-335a42d9ade0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2115 0.004793 10.0.0.242 - - [2025-12-11 02:22:56] "POST /routing-policys HTTP/1.1" 200 536 0.020017 10.0.0.242 - - [2025-12-11 02:22:56] "GET /virtual-network/80d85ff3-f3b9-408e-a3d2-4b1106e275a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007926 10.0.0.242 - - [2025-12-11 02:22:56] "POST /ref-update HTTP/1.1" 200 156 0.010175 10.0.0.242 - - [2025-12-11 02:22:56] "PUT /virtual-network/80d85ff3-f3b9-408e-a3d2-4b1106e275a1 HTTP/1.1" 200 265 0.028972 10.0.0.242 - - [2025-12-11 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.028768 10.0.0.242 - - [2025-12-11 02:23:00] "POST /ref-update HTTP/1.1" 200 156 0.012845 10.0.0.242 - - [2025-12-11 02:23:00] "DELETE /routing-policy/ce6945f2-80fa-4869-a572-233aa4c23187 HTTP/1.1" 200 115 0.020458 10.0.0.242 - - [2025-12-11 02:23:00] "POST /neutron/network HTTP/1.1" 200 832 0.004680 10.0.0.242 - - [2025-12-11 02:23:00] "POST /neutron/network HTTP/1.1" 400 204 0.010605 10.0.0.242 - - [2025-12-11 02:23:01] "POST /neutron/port HTTP/1.1" 200 1082 0.012202 10.0.0.242 - - [2025-12-11 02:23:01] "POST /neutron/port HTTP/1.1" 200 1108 0.008211 10.0.0.242 - - [2025-12-11 02:23:01] "POST /neutron/port HTTP/1.1" 200 1078 0.015899 10.0.0.242 - - [2025-12-11 02:23:01] "POST /neutron/port HTTP/1.1" 200 1104 0.008963 10.0.0.242 - - [2025-12-11 02:23:01] "POST /neutron/port HTTP/1.1" 200 151 0.110143 10.0.0.242 - - [2025-12-11 02:23:01] "POST /neutron/port HTTP/1.1" 200 151 0.097193 10.0.0.242 - - [2025-12-11 02:23:02] "POST /neutron/network HTTP/1.1" 200 832 0.007056 10.0.0.242 - - [2025-12-11 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.242 - - [2025-12-11 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003015 10.0.0.242 - - [2025-12-11 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001757 10.0.0.242 - - [2025-12-11 02:23:02] "POST /neutron/network HTTP/1.1" 200 151 0.070542 10.0.0.242 - - [2025-12-11 02:23:02] "DELETE /route-target/a4088bda-2bf4-4a3d-8c0d-37d35b4f3ba1 HTTP/1.1" 200 115 0.017419 10.0.0.242 - - [2025-12-11 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.242 - - [2025-12-11 02:23:02] "POST /neutron/network HTTP/1.1" 200 828 0.004330 10.0.0.242 - - [2025-12-11 02:23:02] "DELETE /route-target/81bce3b1-2cf6-467c-a260-d5180c3aa65e HTTP/1.1" 409 240 0.004483 10.0.0.242 - - [2025-12-11 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001996 10.0.0.242 - - [2025-12-11 02:23:02] "POST /useragent-kv HTTP/1.1" 200 115 0.001614 10.0.0.242 - - [2025-12-11 02:23:02] "POST /neutron/network HTTP/1.1" 200 151 0.072896 10.0.0.242 - - [2025-12-11 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002298 10.0.0.242 - - [2025-12-11 02:23:02] "DELETE /route-target/b1b34d6c-a4e0-49cd-aeb2-35ab4b4eecdd HTTP/1.1" 200 115 0.013210 10.0.0.242 - - [2025-12-11 02:23:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.001990 10.0.0.242 - - [2025-12-11 02:23:02] "DELETE /route-target/81bce3b1-2cf6-467c-a260-d5180c3aa65e HTTP/1.1" 200 115 0.014647 10.0.0.242 - - [2025-12-11 02:23:03] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000983 10.0.0.242 - - [2025-12-11 02:23:03] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.024290 10.0.0.242 - - [2025-12-11 02:23:03] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000849 10.0.0.242 - - [2025-12-11 02:23:03] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?fields=virtual_networks HTTP/1.1" 200 1019 0.066121 10.0.0.242 - - [2025-12-11 02:23:03] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000929 10.0.0.242 - - [2025-12-11 02:23:03] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.033863 10.0.0.242 - - [2025-12-11 02:23:03] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001132 10.0.0.242 - - [2025-12-11 02:23:03] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?fields=security_groups HTTP/1.1" 200 1239 0.023804 10.0.0.242 - - [2025-12-11 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 186 0.025125 10.0.0.242 - - [2025-12-11 02:23:04] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002104 10.0.0.242 - - [2025-12-11 02:23:04] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000905 10.0.0.242 - - [2025-12-11 02:23:04] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005785 10.0.0.242 - - [2025-12-11 02:23:04] "POST /id-to-fqname HTTP/1.1" 200 188 0.001044 10.0.0.242 - - [2025-12-11 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.006203 10.0.0.242 - - [2025-12-11 02:23:04] "POST /security-groups HTTP/1.1" 200 589 0.064648 10.0.0.242 - - [2025-12-11 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 232 0.002305 10.0.0.242 - - [2025-12-11 02:23:04] "POST /projects HTTP/1.1" 200 581 0.200343 10.0.0.242 - - [2025-12-11 02:23:04] "POST /access-control-lists HTTP/1.1" 200 596 0.056029 10.0.0.242 - - [2025-12-11 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.272269 10.0.0.242 - - [2025-12-11 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 231 0.002545 10.0.0.242 - - [2025-12-11 02:23:04] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.384505 10.0.0.242 - - [2025-12-11 02:23:04] "POST /access-control-lists HTTP/1.1" 200 594 0.060682 10.0.0.242 - - [2025-12-11 02:23:05] "GET / HTTP/1.1" 200 36215 0.001603 10.0.0.242 - - [2025-12-11 02:23:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000456 10.0.0.242 - - [2025-12-11 02:23:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.058780 10.0.0.242 - - [2025-12-11 02:23:06] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000834 10.0.0.242 - - [2025-12-11 02:23:06] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.026317 10.0.0.242 - - [2025-12-11 02:23:06] "POST /neutron/network HTTP/1.1" 200 117 0.033446 10.0.0.242 - - [2025-12-11 02:23:06] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.242 - - [2025-12-11 02:23:06] "POST /neutron/network HTTP/1.1" 200 613 0.050076 10.0.0.242 - - [2025-12-11 02:23:06] "POST /route-targets HTTP/1.1" 200 328 0.009749 10.0.0.242 - - [2025-12-11 02:23:06] "POST /ref-update HTTP/1.1" 200 156 0.012567 10.0.0.242 - - [2025-12-11 02:23:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002573 10.0.0.242 - - [2025-12-11 02:23:06] "POST /neutron/subnet HTTP/1.1" 200 734 0.202081 10.0.0.242 - - [2025-12-11 02:23:07] "POST /neutron/network HTTP/1.1" 200 834 0.004612 10.0.0.242 - - [2025-12-11 02:23:07] "POST /id-to-fqname HTTP/1.1" 200 223 0.001032 10.0.0.242 - - [2025-12-11 02:23:07] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004104 10.0.0.242 - - [2025-12-11 02:23:07] "POST /neutron/network HTTP/1.1" 200 834 0.004941 10.0.0.242 - - [2025-12-11 02:23:07] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.003911 10.0.0.242 - - [2025-12-11 02:23:07] "POST /neutron/network HTTP/1.1" 200 834 0.005137 10.0.0.242 - - [2025-12-11 02:23:07] "POST /neutron/subnet HTTP/1.1" 200 734 0.005873 10.0.0.242 - - [2025-12-11 02:23:07] "GET /domains HTTP/1.1" 401 293 0.000359 10.0.0.242 - - [2025-12-11 02:23:07] "GET /domains HTTP/1.1" 200 281 0.027151 10.0.0.242 - - [2025-12-11 02:23:07] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002476 10.0.0.242 - - [2025-12-11 02:23:07] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2950 0.008382 10.0.0.242 - - [2025-12-11 02:23:07] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.242 - - [2025-12-11 02:23:07] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 2087 0.067063 10.0.0.242 - - [2025-12-11 02:23:07] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3 HTTP/1.1" 200 2328 0.005280 10.0.0.242 - - [2025-12-11 02:23:07] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3 HTTP/1.1" 200 2328 0.004349 10.0.0.242 - - [2025-12-11 02:23:07] "GET /routing-instance/7ee87b26-4bb2-4276-a3c3-949e5f43f6d7 HTTP/1.1" 200 1496 0.003160 10.0.0.242 - - [2025-12-11 02:23:07] "GET /routing-instance/7ee87b26-4bb2-4276-a3c3-949e5f43f6d7 HTTP/1.1" 200 1496 0.002661 10.0.0.242 - - [2025-12-11 02:23:07] "GET /route-target/930a2aab-8d4a-4158-a882-9f3d81a60fb7 HTTP/1.1" 200 1215 0.002732 10.0.0.242 - - [2025-12-11 02:23:07] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3 HTTP/1.1" 200 2328 0.003905 10.0.0.242 - - [2025-12-11 02:23:07] "GET /routing-instance/7ee87b26-4bb2-4276-a3c3-949e5f43f6d7 HTTP/1.1" 200 1496 0.002656 10.0.0.242 - - [2025-12-11 02:23:07] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.003950 10.0.0.242 - - [2025-12-11 02:23:07] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3 HTTP/1.1" 200 2328 0.004085 10.0.0.242 - - [2025-12-11 02:23:07] "GET /routing-instance/7ee87b26-4bb2-4276-a3c3-949e5f43f6d7 HTTP/1.1" 200 1496 0.004256 10.0.0.242 - - [2025-12-11 02:23:07] "GET /routing-instance/7ee87b26-4bb2-4276-a3c3-949e5f43f6d7 HTTP/1.1" 200 1496 0.002795 10.0.0.242 - - [2025-12-11 02:23:07] "GET /route-target/930a2aab-8d4a-4158-a882-9f3d81a60fb7 HTTP/1.1" 200 1215 0.002275 10.0.0.242 - - [2025-12-11 02:23:07] "GET /domains HTTP/1.1" 200 281 0.002522 10.0.0.242 - - [2025-12-11 02:23:07] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001536 10.0.0.242 - - [2025-12-11 02:23:07] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2950 0.009051 10.0.0.242 - - [2025-12-11 02:23:07] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000878 10.0.0.242 - - [2025-12-11 02:23:07] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 2087 0.073280 10.0.0.242 - - [2025-12-11 02:23:07] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3 HTTP/1.1" 200 2328 0.004042 10.0.0.242 - - [2025-12-11 02:23:08] "DELETE /project/e0e580c1382740b5b4db65f26ac3d183 HTTP/1.1" 404 173 0.006474 10.0.0.242 - - [2025-12-11 02:23:08] "DELETE /project/05943a73269f4d6c93e619b559fafb01 HTTP/1.1" 404 173 0.005581 10.0.0.242 - - [2025-12-11 02:23:08] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000845 10.0.0.242 - - [2025-12-11 02:23:08] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000753 10.0.0.242 - - [2025-12-11 02:23:08] "GET /obj-perms HTTP/1.1" 200 5045 0.074177 10.0.0.242 - - [2025-12-11 02:23:08] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.028853 10.0.0.242 - - [2025-12-11 02:23:08] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.034735 10.0.0.242 - - [2025-12-11 02:23:08] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000804 10.0.0.242 - - [2025-12-11 02:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.242 - - [2025-12-11 02:23:08] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000849 10.0.0.242 - - [2025-12-11 02:23:08] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000728 10.0.0.242 - - [2025-12-11 02:23:08] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?fields=security_groups HTTP/1.1" 200 1369 0.029386 10.0.0.242 - - [2025-12-11 02:23:08] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?fields=security_groups HTTP/1.1" 200 1341 0.070681 10.0.0.242 - - [2025-12-11 02:23:08] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.081164 10.0.0.242 - - [2025-12-11 02:23:08] "DELETE /security-group/5b759733-5364-4920-a604-a535c0fc671d HTTP/1.1" 200 115 0.037563 10.0.0.242 - - [2025-12-11 02:23:08] "GET /projects?obj_uuids=3b30b565-5d2c-447b-bb06-f610bcb104e3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000864 10.0.0.242 - - [2025-12-11 02:23:08] "DELETE /access-control-list/11fb262d-f39b-4ecf-a0a2-3c01ccda4f6f HTTP/1.1" 200 115 0.032447 10.0.0.242 - - [2025-12-11 02:23:08] "GET /project/3b30b565-5d2c-447b-bb06-f610bcb104e3?fields=application_policy_sets HTTP/1.1" 200 1408 0.036237 10.0.0.242 - - [2025-12-11 02:23:08] "POST /neutron/network HTTP/1.1" 200 117 0.017742 10.0.0.242 - - [2025-12-11 02:23:08] "DELETE /access-control-list/6d64e056-101e-46f2-9809-18fa57796e28 HTTP/1.1" 200 115 0.038433 10.0.0.242 - - [2025-12-11 02:23:08] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.242 - - [2025-12-11 02:23:08] "DELETE /security-group/6157bc08-5846-47e3-8ab0-0843791b6aaa HTTP/1.1" 200 115 0.070563 10.0.0.242 - - [2025-12-11 02:23:08] "GET /projects?obj_uuids=05943a73-269f-4d6c-93e6-19b559fafb01&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001221 10.0.0.242 - - [2025-12-11 02:23:08] "DELETE /access-control-list/8909e2ef-0668-4998-b37d-c0fb0adb3569 HTTP/1.1" 200 115 0.024667 10.0.0.242 - - [2025-12-11 02:23:08] "DELETE /access-control-list/cd78687b-3940-49f5-aacc-dc4e013d5107 HTTP/1.1" 200 115 0.033927 10.0.0.242 - - [2025-12-11 02:23:08] "GET /project/05943a73-269f-4d6c-93e6-19b559fafb01?fields=application_policy_sets HTTP/1.1" 200 1380 0.082433 10.0.0.242 - - [2025-12-11 02:23:08] "POST /neutron/network HTTP/1.1" 200 613 0.102985 10.0.0.242 - - [2025-12-11 02:23:08] "DELETE /project/3b30b565-5d2c-447b-bb06-f610bcb104e3 HTTP/1.1" 200 115 0.343458 10.0.0.242 - - [2025-12-11 02:23:08] "POST /route-targets HTTP/1.1" 200 328 0.012074 10.0.0.242 - - [2025-12-11 02:23:08] "POST /ref-update HTTP/1.1" 200 156 0.010562 10.0.0.242 - - [2025-12-11 02:23:08] "DELETE /project/05943a73-269f-4d6c-93e6-19b559fafb01 HTTP/1.1" 200 115 0.417943 10.0.0.242 - - [2025-12-11 02:23:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003290 10.0.0.242 - - [2025-12-11 02:23:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.198004 10.0.0.242 - - [2025-12-11 02:23:08] "POST /neutron/network HTTP/1.1" 200 833 0.004976 10.0.0.242 - - [2025-12-11 02:23:08] "POST /id-to-fqname HTTP/1.1" 200 223 0.000979 10.0.0.242 - - [2025-12-11 02:23:08] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.003937 10.0.0.242 - - [2025-12-11 02:23:08] "POST /neutron/network HTTP/1.1" 200 833 0.005476 10.0.0.242 - - [2025-12-11 02:23:08] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004375 10.0.0.242 - - [2025-12-11 02:23:08] "POST /neutron/network HTTP/1.1" 200 833 0.004356 10.0.0.242 - - [2025-12-11 02:23:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.006395 10.0.0.242 - - [2025-12-11 02:23:08] "GET /domains HTTP/1.1" 200 281 0.002024 10.0.0.242 - - [2025-12-11 02:23:08] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000827 10.0.0.242 - - [2025-12-11 02:23:08] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2581 0.007223 10.0.0.242 - - [2025-12-11 02:23:08] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.242 - - [2025-12-11 02:23:08] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 2306 0.067657 10.0.0.242 - - [2025-12-11 02:23:08] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8 HTTP/1.1" 200 2326 0.005108 10.0.0.242 - - [2025-12-11 02:23:08] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8 HTTP/1.1" 200 2326 0.003868 10.0.0.242 - - [2025-12-11 02:23:08] "GET /routing-instance/71ba28c1-cd7e-4f6d-a3df-b11ad7cecb6c HTTP/1.1" 200 1496 0.002880 10.0.0.242 - - [2025-12-11 02:23:08] "GET /routing-instance/71ba28c1-cd7e-4f6d-a3df-b11ad7cecb6c HTTP/1.1" 200 1496 0.002856 10.0.0.242 - - [2025-12-11 02:23:08] "GET /route-target/6a2dcd63-d66a-43b7-85db-aa029b0c2f46 HTTP/1.1" 200 1213 0.002316 10.0.0.242 - - [2025-12-11 02:23:08] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8 HTTP/1.1" 200 2326 0.005115 10.0.0.242 - - [2025-12-11 02:23:08] "GET /routing-instance/71ba28c1-cd7e-4f6d-a3df-b11ad7cecb6c HTTP/1.1" 200 1496 0.003934 10.0.0.242 - - [2025-12-11 02:23:08] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005806 10.0.0.242 - - [2025-12-11 02:23:08] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8 HTTP/1.1" 200 2326 0.005084 10.0.0.242 - - [2025-12-11 02:23:08] "GET /routing-instance/71ba28c1-cd7e-4f6d-a3df-b11ad7cecb6c HTTP/1.1" 200 1496 0.003492 10.0.0.242 - - [2025-12-11 02:23:08] "GET /routing-instance/71ba28c1-cd7e-4f6d-a3df-b11ad7cecb6c HTTP/1.1" 200 1496 0.003976 10.0.0.242 - - [2025-12-11 02:23:09] "GET /route-target/6a2dcd63-d66a-43b7-85db-aa029b0c2f46 HTTP/1.1" 200 1213 0.003402 10.0.0.242 - - [2025-12-11 02:23:09] "GET /domains HTTP/1.1" 200 281 0.002358 10.0.0.242 - - [2025-12-11 02:23:09] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001098 10.0.0.242 - - [2025-12-11 02:23:09] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2581 0.007278 10.0.0.242 - - [2025-12-11 02:23:09] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000877 10.0.0.242 - - [2025-12-11 02:23:09] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 2306 0.064956 10.0.0.242 - - [2025-12-11 02:23:09] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8 HTTP/1.1" 200 2326 0.003886 10.0.0.242 - - [2025-12-11 02:23:09] "GET /obj-perms HTTP/1.1" 200 5045 0.003076 10.0.0.242 - - [2025-12-11 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002794 10.0.0.242 - - [2025-12-11 02:23:09] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001298 10.0.0.242 - - [2025-12-11 02:23:09] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.026015 10.0.0.242 - - [2025-12-11 02:23:09] "POST /neutron/network HTTP/1.1" 200 117 0.012072 10.0.0.242 - - [2025-12-11 02:23:09] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000888 10.0.0.242 - - [2025-12-11 02:23:09] "POST /neutron/network HTTP/1.1" 200 615 0.061472 10.0.0.242 - - [2025-12-11 02:23:09] "POST /ref-update HTTP/1.1" 200 156 0.007753 10.0.0.242 - - [2025-12-11 02:23:09] "POST /useragent-kv HTTP/1.1" 200 115 0.001872 10.0.0.242 - - [2025-12-11 02:23:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.188845 10.0.0.242 - - [2025-12-11 02:23:09] "POST /neutron/network HTTP/1.1" 200 835 0.004456 10.0.0.242 - - [2025-12-11 02:23:09] "POST /id-to-fqname HTTP/1.1" 200 224 0.001381 10.0.0.242 - - [2025-12-11 02:23:09] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004182 10.0.0.242 - - [2025-12-11 02:23:09] "POST /neutron/network HTTP/1.1" 200 835 0.004867 10.0.0.242 - - [2025-12-11 02:23:09] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004160 10.0.0.242 - - [2025-12-11 02:23:09] "POST /neutron/network HTTP/1.1" 200 835 0.004927 10.0.0.242 - - [2025-12-11 02:23:09] "POST /neutron/subnet HTTP/1.1" 200 729 0.006074 10.0.0.242 - - [2025-12-11 02:23:09] "GET /domains HTTP/1.1" 200 281 0.002276 10.0.0.242 - - [2025-12-11 02:23:09] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000930 10.0.0.242 - - [2025-12-11 02:23:09] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2581 0.005917 10.0.0.242 - - [2025-12-11 02:23:09] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000779 10.0.0.242 - - [2025-12-11 02:23:09] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 2526 0.067662 10.0.0.242 - - [2025-12-11 02:23:09] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5 HTTP/1.1" 200 2332 0.007300 10.0.0.242 - - [2025-12-11 02:23:09] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5 HTTP/1.1" 200 2332 0.005283 10.0.0.242 - - [2025-12-11 02:23:09] "GET /routing-instance/aecbe6a6-89da-47b2-82aa-45bcea5a0fc0 HTTP/1.1" 200 1500 0.003332 10.0.0.242 - - [2025-12-11 02:23:09] "GET /routing-instance/aecbe6a6-89da-47b2-82aa-45bcea5a0fc0 HTTP/1.1" 200 1500 0.003065 10.0.0.242 - - [2025-12-11 02:23:09] "GET /route-target/50472049-117d-4669-9eca-71f1348cb6a7 HTTP/1.1" 200 1216 0.002678 10.0.0.242 - - [2025-12-11 02:23:09] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5 HTTP/1.1" 200 2332 0.004423 10.0.0.242 - - [2025-12-11 02:23:09] "GET /routing-instance/aecbe6a6-89da-47b2-82aa-45bcea5a0fc0 HTTP/1.1" 200 1500 0.003117 10.0.0.242 - - [2025-12-11 02:23:09] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004863 10.0.0.242 - - [2025-12-11 02:23:09] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5 HTTP/1.1" 200 2332 0.004245 10.0.0.242 - - [2025-12-11 02:23:09] "GET /routing-instance/aecbe6a6-89da-47b2-82aa-45bcea5a0fc0 HTTP/1.1" 200 1500 0.002956 10.0.0.242 - - [2025-12-11 02:23:09] "GET /routing-instance/aecbe6a6-89da-47b2-82aa-45bcea5a0fc0 HTTP/1.1" 200 1500 0.002644 10.0.0.242 - - [2025-12-11 02:23:09] "GET /route-target/50472049-117d-4669-9eca-71f1348cb6a7 HTTP/1.1" 200 1216 0.002445 10.0.0.242 - - [2025-12-11 02:23:09] "GET /domains HTTP/1.1" 200 281 0.002320 10.0.0.242 - - [2025-12-11 02:23:09] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000908 10.0.0.242 - - [2025-12-11 02:23:09] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2581 0.005760 10.0.0.242 - - [2025-12-11 02:23:09] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001057 10.0.0.242 - - [2025-12-11 02:23:09] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 2526 0.073433 10.0.0.242 - - [2025-12-11 02:23:09] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5 HTTP/1.1" 200 2332 0.005003 10.0.0.242 - - [2025-12-11 02:23:09] "GET /obj-perms HTTP/1.1" 200 5045 0.003217 10.0.0.242 - - [2025-12-11 02:23:09] "POST /id-to-fqname HTTP/1.1" 200 223 0.001423 10.0.0.242 - - [2025-12-11 02:23:10] "POST /neutron/network HTTP/1.1" 200 843 0.004828 10.0.0.242 - - [2025-12-11 02:23:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000374 10.0.0.242 - - [2025-12-11 02:23:10] "GET / HTTP/1.1" 200 36215 0.001596 10.0.0.242 - - [2025-12-11 02:23:10] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000352 10.0.0.242 - - [2025-12-11 02:23:10] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000970 10.0.0.242 - - [2025-12-11 02:23:10] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.053238 10.0.0.242 - - [2025-12-11 02:23:10] "POST /neutron/network HTTP/1.1" 200 833 0.006256 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.004201 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.005997 10.0.0.242 - - [2025-12-11 02:23:11] "POST /id-to-fqname HTTP/1.1" 200 224 0.001274 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.004960 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/network HTTP/1.1" 200 845 0.004852 10.0.0.242 - - [2025-12-11 02:23:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000397 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/network HTTP/1.1" 200 843 0.004896 10.0.0.242 - - [2025-12-11 02:23:11] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001236 10.0.0.242 - - [2025-12-11 02:23:11] "GET / HTTP/1.1" 200 36215 0.001615 10.0.0.242 - - [2025-12-11 02:23:11] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000336 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/port HTTP/1.1" 200 1059 0.187806 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/port HTTP/1.1" 200 1059 0.008792 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/port HTTP/1.1" 200 1059 0.010535 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/port HTTP/1.1" 200 1113 0.064348 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/port HTTP/1.1" 200 1087 0.012259 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002866 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.008378 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/port HTTP/1.1" 200 117 0.001412 10.0.0.242 - - [2025-12-11 02:23:11] "POST /neutron/network HTTP/1.1" 200 833 0.004921 10.0.0.242 - - [2025-12-11 02:23:11] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.242 - - [2025-12-11 02:23:11] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.056289 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/network HTTP/1.1" 200 835 0.004677 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/port HTTP/1.1" 200 1087 0.015892 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006335 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/port HTTP/1.1" 200 117 0.004489 10.0.0.242 - - [2025-12-11 02:23:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003407 10.0.0.242 - - [2025-12-11 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002379 10.0.0.242 - - [2025-12-11 02:23:12] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002582 10.0.0.242 - - [2025-12-11 02:23:12] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009881 10.0.0.242 - - [2025-12-11 02:23:12] "POST /service-templates HTTP/1.1" 200 545 0.023151 10.0.0.242 - - [2025-12-11 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002591 10.0.0.242 - - [2025-12-11 02:23:12] "GET /service-template/74d4d6f2-a177-44ea-a2b0-fa8bcfe0593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.005507 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/network HTTP/1.1" 200 845 0.009015 10.0.0.242 - - [2025-12-11 02:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004326 10.0.0.242 - - [2025-12-11 02:23:12] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000859 10.0.0.242 - - [2025-12-11 02:23:12] "GET /service-template/74d4d6f2-a177-44ea-a2b0-fa8bcfe0593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004675 10.0.0.242 - - [2025-12-11 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001616 10.0.0.242 - - [2025-12-11 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001087 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/port HTTP/1.1" 200 1059 0.206017 10.0.0.242 - - [2025-12-11 02:23:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001156 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/port HTTP/1.1" 200 1059 0.006932 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/port HTTP/1.1" 200 1059 0.006946 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/port HTTP/1.1" 200 1113 0.061860 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/port HTTP/1.1" 200 2058 0.018858 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004978 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/port HTTP/1.1" 200 1087 0.014322 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002851 10.0.0.242 - - [2025-12-11 02:23:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.006445 10.0.0.242 - - [2025-12-11 02:23:13] "POST /neutron/port HTTP/1.1" 200 117 0.001623 10.0.0.242 - - [2025-12-11 02:23:13] "POST /neutron/network HTTP/1.1" 200 835 0.004744 10.0.0.242 - - [2025-12-11 02:23:13] "GET /obj-perms HTTP/1.1" 200 5075 0.056976 10.0.0.242 - - [2025-12-11 02:23:13] "POST /neutron/network HTTP/1.1" 200 2227 0.009077 10.0.0.242 - - [2025-12-11 02:23:13] "GET /aaa-mode HTTP/1.1" 401 293 0.000456 10.0.0.242 - - [2025-12-11 02:23:13] "GET /obj-perms HTTP/1.1" 200 5075 0.054054 10.0.0.242 - - [2025-12-11 02:23:13] "GET / HTTP/1.1" 200 36215 0.001663 10.0.0.242 - - [2025-12-11 02:23:13] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000447 10.0.0.242 - - [2025-12-11 02:23:14] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.242 - - [2025-12-11 02:23:14] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.050266 10.0.0.242 - - [2025-12-11 02:23:14] "POST /neutron/network HTTP/1.1" 200 834 0.007802 10.0.0.242 - - [2025-12-11 02:23:14] "POST /neutron/network HTTP/1.1" 200 833 0.007847 10.0.0.242 - - [2025-12-11 02:23:14] "POST /neutron/network HTTP/1.1" 200 835 0.009039 10.0.0.242 - - [2025-12-11 02:23:14] "POST /neutron/port HTTP/1.1" 200 2058 0.013494 10.0.0.242 - - [2025-12-11 02:23:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005587 10.0.0.242 - - [2025-12-11 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.004383 10.0.0.242 - - [2025-12-11 02:23:14] "POST /neutron/port HTTP/1.1" 200 117 0.004558 10.0.0.242 - - [2025-12-11 02:23:14] "POST /neutron/network HTTP/1.1" 200 2227 0.011651 10.0.0.242 - - [2025-12-11 02:23:14] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000973 10.0.0.242 - - [2025-12-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1060 0.328961 10.0.0.242 - - [2025-12-11 02:23:15] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001446 10.0.0.242 - - [2025-12-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.216647 10.0.0.242 - - [2025-12-11 02:23:15] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000945 10.0.0.242 - - [2025-12-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.181829 10.0.0.242 - - [2025-12-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1060 0.009968 10.0.0.242 - - [2025-12-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1060 0.006862 10.0.0.242 - - [2025-12-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1114 0.063380 10.0.0.242 - - [2025-12-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.007490 10.0.0.242 - - [2025-12-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.009235 10.0.0.242 - - [2025-12-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1113 0.092958 10.0.0.242 - - [2025-12-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.008268 10.0.0.242 - - [2025-12-11 02:23:15] "POST /neutron/port HTTP/1.1" 200 1059 0.006636 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/port HTTP/1.1" 200 1113 0.080000 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/port HTTP/1.1" 200 3029 0.012809 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002929 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 708 0.006322 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/network HTTP/1.1" 200 834 0.006691 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003372 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.006397 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/port HTTP/1.1" 200 117 0.001199 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/network HTTP/1.1" 200 833 0.005221 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002798 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.005562 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/port HTTP/1.1" 200 117 0.001134 10.0.0.242 - - [2025-12-11 02:23:16] "POST /neutron/network HTTP/1.1" 200 835 0.004958 10.0.0.242 - - [2025-12-11 02:23:19] "POST /neutron/port HTTP/1.1" 200 3029 0.013505 10.0.0.242 - - [2025-12-11 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006422 10.0.0.242 - - [2025-12-11 02:23:19] "POST /neutron/port HTTP/1.1" 200 3029 0.015574 10.0.0.242 - - [2025-12-11 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005735 10.0.0.242 - - [2025-12-11 02:23:19] "POST /neutron/port HTTP/1.1" 200 3029 0.016061 10.0.0.242 - - [2025-12-11 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008904 10.0.0.242 - - [2025-12-11 02:23:19] "POST /neutron/port HTTP/1.1" 200 3029 0.015836 10.0.0.242 - - [2025-12-11 02:23:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004763 10.0.0.242 - - [2025-12-11 02:23:19] "POST /neutron/port HTTP/1.1" 200 3029 0.012869 10.0.0.242 - - [2025-12-11 02:23:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004618 10.0.0.242 - - [2025-12-11 02:23:20] "GET /virtual-machine/4be19fef-7185-4bea-bcfe-d3457f8b75f6 HTTP/1.1" 200 1806 0.004395 10.0.0.242 - - [2025-12-11 02:23:20] "GET /virtual-machine-interface/0c6c00ec-3fc9-4de8-829c-50e2005d9c38 HTTP/1.1" 200 2954 0.004030 10.0.0.242 - - [2025-12-11 02:23:20] "GET /virtual-machine-interface/8f500a75-896f-4c7e-95ee-7f606592d9fa HTTP/1.1" 200 2954 0.003835 10.0.0.242 - - [2025-12-11 02:23:20] "GET /virtual-machine-interface/fd0d6ffb-c2bd-4456-a399-0f182ff97fc2 HTTP/1.1" 200 2954 0.005222 10.0.0.242 - - [2025-12-11 02:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002557 10.0.0.242 - - [2025-12-11 02:23:20] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002676 10.0.0.242 - - [2025-12-11 02:23:20] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002661 10.0.0.242 - - [2025-12-11 02:23:20] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004527 10.0.0.242 - - [2025-12-11 02:23:20] "POST /neutron/port HTTP/1.1" 200 1087 0.009707 10.0.0.242 - - [2025-12-11 02:23:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007756 10.0.0.242 - - [2025-12-11 02:23:21] "POST /neutron/port HTTP/1.1" 200 1087 0.012070 10.0.0.242 - - [2025-12-11 02:23:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005335 10.0.0.242 - - [2025-12-11 02:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002661 10.0.0.242 - - [2025-12-11 02:23:23] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004238 10.0.0.242 - - [2025-12-11 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002534 10.0.0.242 - - [2025-12-11 02:23:27] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005998 10.0.0.242 - - [2025-12-11 02:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002429 10.0.0.242 - - [2025-12-11 02:23:31] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.003852 10.0.0.242 - - [2025-12-11 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002938 10.0.0.242 - - [2025-12-11 02:23:35] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002774 10.0.0.242 - - [2025-12-11 02:23:35] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002517 10.0.0.242 - - [2025-12-11 02:23:35] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004737 10.0.0.242 - - [2025-12-11 02:23:35] "POST /neutron/port HTTP/1.1" 200 3029 0.013039 10.0.0.242 - - [2025-12-11 02:23:35] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005657 10.0.0.242 - - [2025-12-11 02:23:41] "POST /neutron/port HTTP/1.1" 200 3029 0.013892 10.0.0.242 - - [2025-12-11 02:23:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005027 10.0.0.242 - - [2025-12-11 02:23:45] "POST /neutron/port HTTP/1.1" 200 3029 0.012569 10.0.0.242 - - [2025-12-11 02:23:45] "POST /neutron/security_group HTTP/1.1" 200 2056 0.004936 10.0.0.242 - - [2025-12-11 02:23:46] "POST /neutron/port HTTP/1.1" 200 3029 0.014003 10.0.0.242 - - [2025-12-11 02:23:46] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006299 10.0.0.242 - - [2025-12-11 02:23:51] "POST /neutron/port HTTP/1.1" 200 3029 0.013481 10.0.0.242 - - [2025-12-11 02:23:51] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005327 10.0.0.242 - - [2025-12-11 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002685 10.0.0.242 - - [2025-12-11 02:23:56] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003703 10.0.0.242 - - [2025-12-11 02:23:56] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002542 10.0.0.242 - - [2025-12-11 02:23:56] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004675 10.0.0.242 - - [2025-12-11 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.242 - - [2025-12-11 02:23:56] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003231 10.0.0.242 - - [2025-12-11 02:23:56] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002527 10.0.0.242 - - [2025-12-11 02:23:57] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005044 10.0.0.242 - - [2025-12-11 02:23:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.002673 10.0.0.242 - - [2025-12-11 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002309 10.0.0.242 - - [2025-12-11 02:23:57] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000934 10.0.0.242 - - [2025-12-11 02:23:57] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.024227 10.0.0.242 - - [2025-12-11 02:23:57] "POST /service-instances HTTP/1.1" 200 545 0.061017 10.0.0.242 - - [2025-12-11 02:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.242 - - [2025-12-11 02:23:57] "GET /service-instance/e306d5d8-83b0-49fd-93ca-c4466d04cd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005841 10.0.0.242 - - [2025-12-11 02:23:57] "POST /port-tuples HTTP/1.1" 200 588 0.026116 10.0.0.242 - - [2025-12-11 02:23:57] "GET /virtual-machine-interface/fd0d6ffb-c2bd-4456-a399-0f182ff97fc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.005036 10.0.0.242 - - [2025-12-11 02:23:57] "PUT /virtual-machine-interface/fd0d6ffb-c2bd-4456-a399-0f182ff97fc2 HTTP/1.1" 200 285 0.010854 10.0.0.242 - - [2025-12-11 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.010853 10.0.0.242 - - [2025-12-11 02:23:57] "POST /instance-ips HTTP/1.1" 200 386 0.022356 10.0.0.242 - - [2025-12-11 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.011461 10.0.0.242 - - [2025-12-11 02:23:57] "GET /virtual-machine-interface/8f500a75-896f-4c7e-95ee-7f606592d9fa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.004317 10.0.0.242 - - [2025-12-11 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.007190 10.0.0.242 - - [2025-12-11 02:23:57] "PUT /virtual-machine-interface/8f500a75-896f-4c7e-95ee-7f606592d9fa HTTP/1.1" 200 285 0.013168 10.0.0.242 - - [2025-12-11 02:23:57] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002526 10.0.0.242 - - [2025-12-11 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.007298 10.0.0.242 - - [2025-12-11 02:23:57] "GET /virtual-machine-interface/0c6c00ec-3fc9-4de8-829c-50e2005d9c38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2732 0.004805 10.0.0.242 - - [2025-12-11 02:23:57] "POST /instance-ips HTTP/1.1" 200 386 0.022876 10.0.0.242 - - [2025-12-11 02:23:57] "POST /ref-update HTTP/1.1" 200 156 0.010810 10.0.0.242 - - [2025-12-11 02:23:57] "PUT /virtual-machine-interface/0c6c00ec-3fc9-4de8-829c-50e2005d9c38 HTTP/1.1" 200 285 0.015266 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.010343 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.012057 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.004065 10.0.0.242 - - [2025-12-11 02:23:58] "POST /neutron/port HTTP/1.1" 200 1087 0.011417 10.0.0.242 - - [2025-12-11 02:23:58] "POST /instance-ips HTTP/1.1" 200 374 0.016721 10.0.0.242 - - [2025-12-11 02:23:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005027 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.008488 10.0.0.242 - - [2025-12-11 02:23:58] "POST /neutron/port HTTP/1.1" 200 1087 0.011637 10.0.0.242 - - [2025-12-11 02:23:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005144 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.008090 10.0.0.242 - - [2025-12-11 02:23:58] "POST /neutron/port HTTP/1.1" 200 1087 0.008802 10.0.0.242 - - [2025-12-11 02:23:58] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005358 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003113 10.0.0.242 - - [2025-12-11 02:23:58] "GET /virtual-machine/ec6f667f-8e4f-47f8-931a-fa3e3e44a753 HTTP/1.1" 200 1293 0.003913 10.0.0.242 - - [2025-12-11 02:23:58] "GET /virtual-machine-interface/9a2110a6-27ef-4d8c-8097-bd38af229dd8 HTTP/1.1" 200 2953 0.004181 10.0.0.242 - - [2025-12-11 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003050 10.0.0.242 - - [2025-12-11 02:23:58] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003191 10.0.0.242 - - [2025-12-11 02:23:58] "POST /instance-ips HTTP/1.1" 200 374 0.014684 10.0.0.242 - - [2025-12-11 02:23:58] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002501 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.008040 10.0.0.242 - - [2025-12-11 02:23:58] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004890 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.008046 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002895 10.0.0.242 - - [2025-12-11 02:23:58] "POST /instance-ips HTTP/1.1" 200 376 0.015637 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.007334 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.007335 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.003158 10.0.0.242 - - [2025-12-11 02:23:58] "POST /instance-ips HTTP/1.1" 200 376 0.017889 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.007938 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-update HTTP/1.1" 200 156 0.007237 10.0.0.242 - - [2025-12-11 02:23:58] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.002602 10.0.0.242 - - [2025-12-11 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002464 10.0.0.242 - - [2025-12-11 02:23:59] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002396 10.0.0.242 - - [2025-12-11 02:23:59] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002823 10.0.0.242 - - [2025-12-11 02:23:59] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004457 10.0.0.242 - - [2025-12-11 02:23:59] "POST /neutron/port HTTP/1.1" 200 1087 0.009481 10.0.0.242 - - [2025-12-11 02:23:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005755 10.0.0.242 - - [2025-12-11 02:23:59] "POST /neutron/port HTTP/1.1" 200 1087 0.010370 10.0.0.242 - - [2025-12-11 02:24:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005256 10.0.0.242 - - [2025-12-11 02:24:00] "POST /neutron/port HTTP/1.1" 200 1087 0.011454 10.0.0.242 - - [2025-12-11 02:24:00] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005330 10.0.0.242 - - [2025-12-11 02:24:00] "GET /virtual-machine/635a6662-8bc1-42b0-8cda-0f6a0740d166 HTTP/1.1" 200 1292 0.005139 10.0.0.242 - - [2025-12-11 02:24:00] "GET /virtual-machine-interface/b56c7da4-4848-4625-beba-b7c94bd8de8d HTTP/1.1" 200 2957 0.004184 10.0.0.242 - - [2025-12-11 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.242 - - [2025-12-11 02:24:00] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003784 10.0.0.242 - - [2025-12-11 02:24:00] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002755 10.0.0.242 - - [2025-12-11 02:24:00] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008071 10.0.0.242 - - [2025-12-11 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002826 10.0.0.242 - - [2025-12-11 02:24:01] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003162 10.0.0.242 - - [2025-12-11 02:24:01] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002681 10.0.0.242 - - [2025-12-11 02:24:01] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004666 10.0.0.242 - - [2025-12-11 02:24:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.002909 10.0.0.242 - - [2025-12-11 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.242 - - [2025-12-11 02:24:01] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.242 - - [2025-12-11 02:24:01] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.020851 10.0.0.242 - - [2025-12-11 02:24:01] "POST /network-policys HTTP/1.1" 200 549 0.014900 10.0.0.242 - - [2025-12-11 02:24:01] "GET /network-policy/43528fd6-fdb0-4e99-85a6-0edb52179eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003966 10.0.0.242 - - [2025-12-11 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002911 10.0.0.242 - - [2025-12-11 02:24:01] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004462 10.0.0.242 - - [2025-12-11 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002715 10.0.0.242 - - [2025-12-11 02:24:02] "GET /network-policy/43528fd6-fdb0-4e99-85a6-0edb52179eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003914 10.0.0.242 - - [2025-12-11 02:24:02] "POST /fqname-to-id HTTP/1.1" 404 242 0.003859 10.0.0.242 - - [2025-12-11 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.028589 10.0.0.242 - - [2025-12-11 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.242 - - [2025-12-11 02:24:02] "POST /access-control-lists HTTP/1.1" 200 603 0.063277 10.0.0.242 - - [2025-12-11 02:24:02] "GET /network-policy/43528fd6-fdb0-4e99-85a6-0edb52179eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003200 10.0.0.242 - - [2025-12-11 02:24:02] "POST /neutron/network HTTP/1.1" 200 921 0.006577 10.0.0.242 - - [2025-12-11 02:24:02] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004485 10.0.0.242 - - [2025-12-11 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002773 10.0.0.242 - - [2025-12-11 02:24:02] "GET /network-policy/43528fd6-fdb0-4e99-85a6-0edb52179eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003746 10.0.0.242 - - [2025-12-11 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002774 10.0.0.242 - - [2025-12-11 02:24:02] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005361 10.0.0.242 - - [2025-12-11 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.242 - - [2025-12-11 02:24:02] "GET /network-policy/43528fd6-fdb0-4e99-85a6-0edb52179eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003168 10.0.0.242 - - [2025-12-11 02:24:02] "PUT /access-control-list/bab8aaab-39e2-4270-a627-11b09a0f1e4a HTTP/1.1" 200 273 0.020331 10.0.0.242 - - [2025-12-11 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.042151 10.0.0.242 - - [2025-12-11 02:24:02] "POST /fqname-to-id HTTP/1.1" 404 244 0.006006 10.0.0.242 - - [2025-12-11 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.242 - - [2025-12-11 02:24:02] "GET /network-policy/43528fd6-fdb0-4e99-85a6-0edb52179eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.012932 10.0.0.242 - - [2025-12-11 02:24:02] "POST /access-control-lists HTTP/1.1" 200 606 0.061856 10.0.0.242 - - [2025-12-11 02:24:02] "POST /neutron/network HTTP/1.1" 200 923 0.006730 10.0.0.242 - - [2025-12-11 02:24:02] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.003771 10.0.0.242 - - [2025-12-11 02:24:02] "POST /routing-instances HTTP/1.1" 200 761 0.022899 10.0.0.242 - - [2025-12-11 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.002432 10.0.0.242 - - [2025-12-11 02:24:02] "POST /route-targets HTTP/1.1" 200 328 0.008955 10.0.0.242 - - [2025-12-11 02:24:02] "GET /network-policy/43528fd6-fdb0-4e99-85a6-0edb52179eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003417 10.0.0.242 - - [2025-12-11 02:24:02] "POST /ref-update HTTP/1.1" 200 156 0.008867 10.0.0.242 - - [2025-12-11 02:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.242 - - [2025-12-11 02:24:02] "GET /routing-instance/e26800d1-17ce-4aa0-b7eb-49e9704a420f?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003914 10.0.0.242 - - [2025-12-11 02:24:02] "GET /service-template/74d4d6f2-a177-44ea-a2b0-fa8bcfe0593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.003252 10.0.0.242 - - [2025-12-11 02:24:03] "GET /routing-instance/e26800d1-17ce-4aa0-b7eb-49e9704a420f?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.005008 10.0.0.242 - - [2025-12-11 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.242 - - [2025-12-11 02:24:03] "POST /ref-update HTTP/1.1" 200 156 0.008233 10.0.0.242 - - [2025-12-11 02:24:03] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000948 10.0.0.242 - - [2025-12-11 02:24:03] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022314 10.0.0.242 - - [2025-12-11 02:24:03] "POST /routing-instances HTTP/1.1" 200 762 0.019595 10.0.0.242 - - [2025-12-11 02:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002502 10.0.0.242 - - [2025-12-11 02:24:03] "POST /route-targets HTTP/1.1" 200 328 0.008871 10.0.0.242 - - [2025-12-11 02:24:03] "GET /service-instance/e306d5d8-83b0-49fd-93ca-c4466d04cd8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3539 0.004784 10.0.0.242 - - [2025-12-11 02:24:03] "POST /ref-update HTTP/1.1" 200 156 0.009823 10.0.0.242 - - [2025-12-11 02:24:03] "GET /domains HTTP/1.1" 200 281 0.002696 10.0.0.242 - - [2025-12-11 02:24:03] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.242 - - [2025-12-11 02:24:03] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2782 0.006778 10.0.0.242 - - [2025-12-11 02:24:03] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000829 10.0.0.242 - - [2025-12-11 02:24:03] "GET /routing-instance/46a56e90-7869-438d-aeee-e36bf16b81b1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1280 0.003530 10.0.0.242 - - [2025-12-11 02:24:03] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 4249 0.064225 10.0.0.242 - - [2025-12-11 02:24:03] "GET /routing-instance/46a56e90-7869-438d-aeee-e36bf16b81b1?fields=routing_policy_back_refs HTTP/1.1" 200 1280 0.003886 10.0.0.242 - - [2025-12-11 02:24:03] "GET /service-instance/e306d5d8-83b0-49fd-93ca-c4466d04cd8e HTTP/1.1" 200 3794 0.004796 10.0.0.242 - - [2025-12-11 02:24:03] "GET /domains HTTP/1.1" 200 281 0.002114 10.0.0.242 - - [2025-12-11 02:24:03] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.242 - - [2025-12-11 02:24:03] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2782 0.006272 10.0.0.242 - - [2025-12-11 02:24:03] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000954 10.0.0.242 - - [2025-12-11 02:24:03] "PUT /routing-instance/e26800d1-17ce-4aa0-b7eb-49e9704a420f HTTP/1.1" 200 267 0.008828 10.0.0.242 - - [2025-12-11 02:24:03] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 4249 0.066458 10.0.0.242 - - [2025-12-11 02:24:03] "GET /service-instance/e306d5d8-83b0-49fd-93ca-c4466d04cd8e HTTP/1.1" 200 3794 0.004118 10.0.0.242 - - [2025-12-11 02:24:03] "GET /port-tuple/e5af2cb1-d169-4b2b-a86a-11554c1cc0ea HTTP/1.1" 200 1985 0.002743 10.0.0.242 - - [2025-12-11 02:24:03] "PUT /routing-instance/46a56e90-7869-438d-aeee-e36bf16b81b1 HTTP/1.1" 200 267 0.011432 10.0.0.242 - - [2025-12-11 02:24:03] "GET /virtual-machine-interface/0c6c00ec-3fc9-4de8-829c-50e2005d9c38 HTTP/1.1" 200 3812 0.007465 10.0.0.242 - - [2025-12-11 02:24:03] "GET /virtual-machine-interface/8f500a75-896f-4c7e-95ee-7f606592d9fa HTTP/1.1" 200 3809 0.004554 10.0.0.242 - - [2025-12-11 02:24:03] "GET /virtual-machine-interface/fd0d6ffb-c2bd-4456-a399-0f182ff97fc2 HTTP/1.1" 200 3827 0.005146 10.0.0.242 - - [2025-12-11 02:24:03] "POST /ref-update HTTP/1.1" 200 156 0.009112 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/port HTTP/1.1" 200 3836 0.033475 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007898 10.0.0.242 - - [2025-12-11 02:24:03] "PUT /access-control-list/7f7c12bb-ebe2-4182-9c35-fac528052ef0 HTTP/1.1" 200 273 0.017699 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/port HTTP/1.1" 200 3836 0.026359 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005238 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/port HTTP/1.1" 200 3836 0.023345 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005342 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/port HTTP/1.1" 200 3836 0.021863 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005413 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/network HTTP/1.1" 200 895 0.010828 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/network HTTP/1.1" 200 921 0.005923 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/network HTTP/1.1" 200 808 0.010943 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/network HTTP/1.1" 200 834 0.004662 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/network HTTP/1.1" 200 897 0.009496 10.0.0.242 - - [2025-12-11 02:24:03] "POST /neutron/network HTTP/1.1" 200 923 0.004551 10.0.0.242 - - [2025-12-11 02:24:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.000999 10.0.0.242 - - [2025-12-11 02:24:03] "POST /id-to-fqname HTTP/1.1" 200 223 0.001032 10.0.0.242 - - [2025-12-11 02:24:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001456 10.0.0.242 - - [2025-12-11 02:24:04] "GET /virtual-machine/4be19fef-7185-4bea-bcfe-d3457f8b75f6 HTTP/1.1" 200 1806 0.003076 10.0.0.242 - - [2025-12-11 02:24:04] "GET /virtual-machine-interface/0c6c00ec-3fc9-4de8-829c-50e2005d9c38 HTTP/1.1" 200 3812 0.005616 10.0.0.242 - - [2025-12-11 02:24:04] "GET /virtual-machine-interface/8f500a75-896f-4c7e-95ee-7f606592d9fa HTTP/1.1" 200 3809 0.004341 10.0.0.242 - - [2025-12-11 02:24:04] "GET /virtual-machine-interface/fd0d6ffb-c2bd-4456-a399-0f182ff97fc2 HTTP/1.1" 200 3827 0.004351 10.0.0.242 - - [2025-12-11 02:24:04] "GET /instance-ip/14594f6b-9392-4f75-8cef-a2bcff5cbd60 HTTP/1.1" 200 1626 0.005222 10.0.0.242 - - [2025-12-11 02:24:04] "GET /instance-ip/2cb6f24e-e947-457e-9bdb-2b6516689014 HTTP/1.1" 200 1964 0.004084 10.0.0.242 - - [2025-12-11 02:24:04] "GET /instance-ip/499c2295-3888-4288-a169-0c30e4ad487c HTTP/1.1" 200 1962 0.003112 10.0.0.242 - - [2025-12-11 02:24:04] "GET /instance-ip/53be9d09-0060-4692-b7a9-eccb33ff1fb2 HTTP/1.1" 200 1958 0.003083 10.0.0.242 - - [2025-12-11 02:24:04] "GET /instance-ip/9d5d5052-db90-48d3-821d-fbf7062616e6 HTTP/1.1" 200 1960 0.002861 10.0.0.242 - - [2025-12-11 02:24:04] "GET /instance-ip/d9f9acad-363a-44a4-b158-c2e062269f3d HTTP/1.1" 200 1626 0.004342 10.0.0.242 - - [2025-12-11 02:24:04] "GET /instance-ip/4eb50a52-2af7-4a16-bec1-e7823682b6b6 HTTP/1.1" 200 1984 0.003960 10.0.0.242 - - [2025-12-11 02:24:04] "GET /instance-ip/8d26211f-9f6d-4eeb-8f48-5fbd47a41818 HTTP/1.1" 200 1983 0.003256 10.0.0.242 - - [2025-12-11 02:24:04] "GET /instance-ip/a00192b2-34b2-485c-9d46-a2efcf031535 HTTP/1.1" 200 1627 0.003604 10.0.0.242 - - [2025-12-11 02:24:04] "POST /neutron/port HTTP/1.1" 200 3836 0.023068 10.0.0.242 - - [2025-12-11 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005231 10.0.0.242 - - [2025-12-11 02:24:04] "POST /neutron/port HTTP/1.1" 200 3836 0.021888 10.0.0.242 - - [2025-12-11 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.005781 10.0.0.242 - - [2025-12-11 02:24:04] "POST /neutron/port HTTP/1.1" 200 3836 0.022231 10.0.0.242 - - [2025-12-11 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006214 10.0.0.242 - - [2025-12-11 02:24:04] "POST /neutron/port HTTP/1.1" 200 3836 0.023112 10.0.0.242 - - [2025-12-11 02:24:04] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007413 10.0.0.242 - - [2025-12-11 02:24:04] "GET /virtual-machine/4be19fef-7185-4bea-bcfe-d3457f8b75f6 HTTP/1.1" 200 1806 0.003059 10.0.0.242 - - [2025-12-11 02:24:04] "GET /virtual-machine-interface/0c6c00ec-3fc9-4de8-829c-50e2005d9c38 HTTP/1.1" 200 3812 0.004480 10.0.0.242 - - [2025-12-11 02:24:04] "GET /virtual-machine-interface/8f500a75-896f-4c7e-95ee-7f606592d9fa HTTP/1.1" 200 3809 0.004192 10.0.0.242 - - [2025-12-11 02:24:04] "GET /virtual-machine-interface/fd0d6ffb-c2bd-4456-a399-0f182ff97fc2 HTTP/1.1" 200 3827 0.004565 10.0.0.242 - - [2025-12-11 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002529 10.0.0.242 - - [2025-12-11 02:24:04] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002494 10.0.0.242 - - [2025-12-11 02:24:04] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002603 10.0.0.242 - - [2025-12-11 02:24:04] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.006078 10.0.0.242 - - [2025-12-11 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002485 10.0.0.242 - - [2025-12-11 02:24:05] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003284 10.0.0.242 - - [2025-12-11 02:24:05] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002885 10.0.0.242 - - [2025-12-11 02:24:05] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005334 10.0.0.242 - - [2025-12-11 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002474 10.0.0.242 - - [2025-12-11 02:24:05] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003253 10.0.0.242 - - [2025-12-11 02:24:06] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002614 10.0.0.242 - - [2025-12-11 02:24:06] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004776 10.0.0.242 - - [2025-12-11 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002957 10.0.0.242 - - [2025-12-11 02:24:06] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003153 10.0.0.242 - - [2025-12-11 02:24:06] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002707 10.0.0.242 - - [2025-12-11 02:24:06] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005063 10.0.0.242 - - [2025-12-11 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002585 10.0.0.242 - - [2025-12-11 02:24:06] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003148 10.0.0.242 - - [2025-12-11 02:24:06] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003112 10.0.0.242 - - [2025-12-11 02:24:06] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.004780 10.0.0.242 - - [2025-12-11 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002595 10.0.0.242 - - [2025-12-11 02:24:06] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003160 10.0.0.242 - - [2025-12-11 02:24:06] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002443 10.0.0.242 - - [2025-12-11 02:24:06] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004685 10.0.0.242 - - [2025-12-11 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.242 - - [2025-12-11 02:24:06] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002952 10.0.0.242 - - [2025-12-11 02:24:06] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002764 10.0.0.242 - - [2025-12-11 02:24:06] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004947 10.0.0.242 - - [2025-12-11 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002395 10.0.0.242 - - [2025-12-11 02:24:07] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003406 10.0.0.242 - - [2025-12-11 02:24:07] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.003157 10.0.0.242 - - [2025-12-11 02:24:07] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004798 10.0.0.242 - - [2025-12-11 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002499 10.0.0.242 - - [2025-12-11 02:24:07] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003024 10.0.0.242 - - [2025-12-11 02:24:07] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002709 10.0.0.242 - - [2025-12-11 02:24:07] "GET /virtual-network/3561d849-5192-4df0-8a45-57b5827fddc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.004836 10.0.0.242 - - [2025-12-11 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002629 10.0.0.242 - - [2025-12-11 02:24:07] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003107 10.0.0.242 - - [2025-12-11 02:24:07] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002764 10.0.0.242 - - [2025-12-11 02:24:07] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.005343 10.0.0.242 - - [2025-12-11 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002783 10.0.0.242 - - [2025-12-11 02:24:07] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003009 10.0.0.242 - - [2025-12-11 02:24:07] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002680 10.0.0.242 - - [2025-12-11 02:24:07] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004817 10.0.0.242 - - [2025-12-11 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002619 10.0.0.242 - - [2025-12-11 02:24:07] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003229 10.0.0.242 - - [2025-12-11 02:24:07] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002902 10.0.0.242 - - [2025-12-11 02:24:07] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004652 10.0.0.242 - - [2025-12-11 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002943 10.0.0.242 - - [2025-12-11 02:24:08] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003057 10.0.0.242 - - [2025-12-11 02:24:08] "GET /virtual-networks?parent_id=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 804 0.002565 10.0.0.242 - - [2025-12-11 02:24:08] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004617 10.0.0.242 - - [2025-12-11 02:24:08] "GET /virtual-machine/4be19fef-7185-4bea-bcfe-d3457f8b75f6 HTTP/1.1" 200 1806 0.003495 10.0.0.242 - - [2025-12-11 02:24:08] "GET /domains HTTP/1.1" 200 281 0.002028 10.0.0.242 - - [2025-12-11 02:24:08] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001725 10.0.0.242 - - [2025-12-11 02:24:08] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2782 0.007057 10.0.0.242 - - [2025-12-11 02:24:08] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000850 10.0.0.242 - - [2025-12-11 02:24:08] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 4249 0.066198 10.0.0.242 - - [2025-12-11 02:24:08] "GET /service-instance/e306d5d8-83b0-49fd-93ca-c4466d04cd8e HTTP/1.1" 200 3794 0.003105 10.0.0.242 - - [2025-12-11 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.242 - - [2025-12-11 02:24:08] "GET /routing-instance/71ba28c1-cd7e-4f6d-a3df-b11ad7cecb6c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1891 0.002920 10.0.0.242 - - [2025-12-11 02:24:08] "GET /routing-instance/71ba28c1-cd7e-4f6d-a3df-b11ad7cecb6c?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2024 0.004535 10.0.0.242 - - [2025-12-11 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002851 10.0.0.242 - - [2025-12-11 02:24:08] "GET /routing-instance/aecbe6a6-89da-47b2-82aa-45bcea5a0fc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1896 0.004261 10.0.0.242 - - [2025-12-11 02:24:08] "GET /routing-instance/aecbe6a6-89da-47b2-82aa-45bcea5a0fc0?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 2027 0.005412 10.0.0.242 - - [2025-12-11 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.242 - - [2025-12-11 02:24:08] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2367 0.005655 10.0.0.242 - - [2025-12-11 02:24:08] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?fields=routing_instances HTTP/1.1" 200 1687 0.005731 10.0.0.242 - - [2025-12-11 02:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002375 10.0.0.242 - - [2025-12-11 02:24:08] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2371 0.004376 10.0.0.242 - - [2025-12-11 02:24:08] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?fields=routing_instances HTTP/1.1" 200 1693 0.005987 10.0.0.242 - - [2025-12-11 02:24:12] "POST /ref-update HTTP/1.1" 200 156 0.025398 10.0.0.242 - - [2025-12-11 02:24:12] "POST /neutron/network HTTP/1.1" 200 835 0.005723 10.0.0.242 - - [2025-12-11 02:24:12] "GET /virtual-network/ccf19ed2-1d10-4297-a0f3-e973cfdbfbd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.004530 10.0.0.242 - - [2025-12-11 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.002622 10.0.0.242 - - [2025-12-11 02:24:13] "GET /network-policy/43528fd6-fdb0-4e99-85a6-0edb52179eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003113 10.0.0.242 - - [2025-12-11 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.026782 10.0.0.242 - - [2025-12-11 02:24:13] "POST /neutron/network HTTP/1.1" 200 833 0.006414 10.0.0.242 - - [2025-12-11 02:24:13] "GET /virtual-network/326b013e-6759-4f50-9ac2-9d1d9bd9e9d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.004321 10.0.0.242 - - [2025-12-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002450 10.0.0.242 - - [2025-12-11 02:24:13] "GET /network-policy/43528fd6-fdb0-4e99-85a6-0edb52179eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2182 0.003117 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /network-policy/43528fd6-fdb0-4e99-85a6-0edb52179eb0 HTTP/1.1" 200 115 0.017503 10.0.0.242 - - [2025-12-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.002428 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /access-control-list/7f7c12bb-ebe2-4182-9c35-fac528052ef0 HTTP/1.1" 200 115 0.021639 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /service-instance/e306d5d8-83b0-49fd-93ca-c4466d04cd8e HTTP/1.1" 200 115 0.045374 10.0.0.242 - - [2025-12-11 02:24:13] "GET /domains HTTP/1.1" 200 281 0.002645 10.0.0.242 - - [2025-12-11 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.015506 10.0.0.242 - - [2025-12-11 02:24:13] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001968 10.0.0.242 - - [2025-12-11 02:24:13] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2782 0.012706 10.0.0.242 - - [2025-12-11 02:24:13] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001570 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /instance-ip/8d26211f-9f6d-4eeb-8f48-5fbd47a41818 HTTP/1.1" 200 115 0.026357 10.0.0.242 - - [2025-12-11 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.010192 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /routing-instance/e26800d1-17ce-4aa0-b7eb-49e9704a420f HTTP/1.1" 200 115 0.028005 10.0.0.242 - - [2025-12-11 02:24:13] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 3773 0.068426 10.0.0.242 - - [2025-12-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.242 - - [2025-12-11 02:24:13] "GET /virtual-machine/4be19fef-7185-4bea-bcfe-d3457f8b75f6 HTTP/1.1" 200 1806 0.007989 10.0.0.242 - - [2025-12-11 02:24:13] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.001731 10.0.0.242 - - [2025-12-11 02:24:13] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.002305 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /instance-ip/499c2295-3888-4288-a169-0c30e4ad487c HTTP/1.1" 200 115 0.025603 10.0.0.242 - - [2025-12-11 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.008182 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /route-target/5294fc49-fce4-42f1-ac18-09845017e3b3 HTTP/1.1" 200 115 0.017125 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /instance-ip/53be9d09-0060-4692-b7a9-eccb33ff1fb2 HTTP/1.1" 200 115 0.017632 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /routing-instance/46a56e90-7869-438d-aeee-e36bf16b81b1 HTTP/1.1" 200 115 0.039154 10.0.0.242 - - [2025-12-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.242 - - [2025-12-11 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.017503 10.0.0.242 - - [2025-12-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /service-template/74d4d6f2-a177-44ea-a2b0-fa8bcfe0593e HTTP/1.1" 200 115 0.033565 10.0.0.242 - - [2025-12-11 02:24:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003664 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /route-target/6e19ead9-39a2-48fb-ac11-26f1b2a10a16 HTTP/1.1" 200 115 0.024713 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /instance-ip/9d5d5052-db90-48d3-821d-fbf7062616e6 HTTP/1.1" 200 115 0.041219 10.0.0.242 - - [2025-12-11 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.010323 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /access-control-list/bab8aaab-39e2-4270-a627-11b09a0f1e4a HTTP/1.1" 200 115 0.028379 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /instance-ip/4eb50a52-2af7-4a16-bec1-e7823682b6b6 HTTP/1.1" 200 115 0.022756 10.0.0.242 - - [2025-12-11 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.010225 10.0.0.242 - - [2025-12-11 02:24:13] "DELETE /instance-ip/2cb6f24e-e947-457e-9bdb-2b6516689014 HTTP/1.1" 200 115 0.029354 10.0.0.242 - - [2025-12-11 02:24:13] "POST /neutron/network HTTP/1.1" 200 835 0.009165 10.0.0.242 - - [2025-12-11 02:24:13] "POST /neutron/network HTTP/1.1" 400 204 0.008989 10.0.0.242 - - [2025-12-11 02:24:14] "GET /obj-perms HTTP/1.1" 200 5075 0.054665 10.0.0.242 - - [2025-12-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 1087 0.009688 10.0.0.242 - - [2025-12-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 1113 0.007362 10.0.0.242 - - [2025-12-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 1087 0.017550 10.0.0.242 - - [2025-12-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 1113 0.019591 10.0.0.242 - - [2025-12-11 02:24:14] "GET /obj-perms HTTP/1.1" 200 5075 0.140104 10.0.0.242 - - [2025-12-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 3029 0.035804 10.0.0.242 - - [2025-12-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 1113 0.011999 10.0.0.242 - - [2025-12-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 151 0.179635 10.0.0.242 - - [2025-12-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 151 0.186620 10.0.0.242 - - [2025-12-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 151 0.165147 10.0.0.242 - - [2025-12-11 02:24:14] "POST /neutron/port HTTP/1.1" 200 1113 0.011940 10.0.0.242 - - [2025-12-11 02:24:15] "POST /neutron/port HTTP/1.1" 200 151 0.097609 10.0.0.242 - - [2025-12-11 02:24:15] "POST /neutron/port HTTP/1.1" 200 1114 0.009557 10.0.0.242 - - [2025-12-11 02:24:15] "POST /neutron/port HTTP/1.1" 200 151 0.112121 10.0.0.242 - - [2025-12-11 02:24:15] "POST /neutron/network HTTP/1.1" 200 835 0.004718 10.0.0.242 - - [2025-12-11 02:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.028415 10.0.0.242 - - [2025-12-11 02:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001878 10.0.0.242 - - [2025-12-11 02:24:16] "POST /neutron/network HTTP/1.1" 200 151 0.099242 10.0.0.242 - - [2025-12-11 02:24:16] "GET /routing-instance/aecbe6a6-89da-47b2-82aa-45bcea5a0fc0 HTTP/1.1" 404 171 0.002372 10.0.0.242 - - [2025-12-11 02:24:16] "GET /domains HTTP/1.1" 200 281 0.003278 10.0.0.242 - - [2025-12-11 02:24:16] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000878 10.0.0.242 - - [2025-12-11 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.057236 10.0.0.242 - - [2025-12-11 02:24:16] "DELETE /route-target/50472049-117d-4669-9eca-71f1348cb6a7 HTTP/1.1" 200 115 0.018048 10.0.0.242 - - [2025-12-11 02:24:16] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2581 0.049813 10.0.0.242 - - [2025-12-11 02:24:16] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000874 10.0.0.242 - - [2025-12-11 02:24:16] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 2306 0.066043 10.0.0.242 - - [2025-12-11 02:24:16] "POST /neutron/network HTTP/1.1" 200 833 0.005559 10.0.0.242 - - [2025-12-11 02:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002676 10.0.0.242 - - [2025-12-11 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.242 - - [2025-12-11 02:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002491 10.0.0.242 - - [2025-12-11 02:24:16] "POST /neutron/network HTTP/1.1" 200 151 0.080919 10.0.0.242 - - [2025-12-11 02:24:16] "GET /routing-instance/71ba28c1-cd7e-4f6d-a3df-b11ad7cecb6c HTTP/1.1" 404 171 0.001905 10.0.0.242 - - [2025-12-11 02:24:16] "GET /domains HTTP/1.1" 200 281 0.002437 10.0.0.242 - - [2025-12-11 02:24:16] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.242 - - [2025-12-11 02:24:16] "DELETE /route-target/6a2dcd63-d66a-43b7-85db-aa029b0c2f46 HTTP/1.1" 200 115 0.023660 10.0.0.242 - - [2025-12-11 02:24:16] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2581 0.049087 10.0.0.242 - - [2025-12-11 02:24:16] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000870 10.0.0.242 - - [2025-12-11 02:24:16] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 2087 0.066613 10.0.0.242 - - [2025-12-11 02:24:16] "POST /neutron/network HTTP/1.1" 200 834 0.004498 10.0.0.242 - - [2025-12-11 02:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002863 10.0.0.242 - - [2025-12-11 02:24:16] "POST /useragent-kv HTTP/1.1" 200 115 0.005204 10.0.0.242 - - [2025-12-11 02:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002942 10.0.0.242 - - [2025-12-11 02:24:16] "POST /neutron/network HTTP/1.1" 200 151 0.080578 10.0.0.242 - - [2025-12-11 02:24:16] "GET /routing-instance/7ee87b26-4bb2-4276-a3c3-949e5f43f6d7 HTTP/1.1" 404 171 0.002262 10.0.0.242 - - [2025-12-11 02:24:16] "GET /domains HTTP/1.1" 200 281 0.003113 10.0.0.242 - - [2025-12-11 02:24:16] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.242 - - [2025-12-11 02:24:16] "DELETE /route-target/930a2aab-8d4a-4158-a882-9f3d81a60fb7 HTTP/1.1" 200 115 0.030645 10.0.0.242 - - [2025-12-11 02:24:16] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2581 0.052274 10.0.0.242 - - [2025-12-11 02:24:16] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000891 10.0.0.242 - - [2025-12-11 02:24:16] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 1846 0.064936 10.0.0.242 - - [2025-12-11 02:24:17] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.242 - - [2025-12-11 02:24:17] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.052031 10.0.0.242 - - [2025-12-11 02:24:17] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000908 10.0.0.242 - - [2025-12-11 02:24:17] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?fields=virtual_networks HTTP/1.1" 200 1031 0.067351 10.0.0.242 - - [2025-12-11 02:24:17] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.242 - - [2025-12-11 02:24:17] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.021248 10.0.0.242 - - [2025-12-11 02:24:17] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000974 10.0.0.242 - - [2025-12-11 02:24:17] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?fields=security_groups HTTP/1.1" 200 1256 0.021514 10.0.0.242 - - [2025-12-11 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 189 0.025625 10.0.0.242 - - [2025-12-11 02:24:18] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002093 10.0.0.242 - - [2025-12-11 02:24:18] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001050 10.0.0.242 - - [2025-12-11 02:24:18] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030333 10.0.0.242 - - [2025-12-11 02:24:18] "POST /id-to-fqname HTTP/1.1" 200 191 0.001586 10.0.0.242 - - [2025-12-11 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.002251 10.0.0.242 - - [2025-12-11 02:24:18] "POST /security-groups HTTP/1.1" 200 592 0.059865 10.0.0.242 - - [2025-12-11 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 235 0.002291 10.0.0.242 - - [2025-12-11 02:24:18] "POST /projects HTTP/1.1" 200 587 0.203194 10.0.0.242 - - [2025-12-11 02:24:18] "POST /access-control-lists HTTP/1.1" 200 599 0.056973 10.0.0.242 - - [2025-12-11 02:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.275092 10.0.0.242 - - [2025-12-11 02:24:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.002306 10.0.0.242 - - [2025-12-11 02:24:18] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.415770 10.0.0.242 - - [2025-12-11 02:24:18] "POST /access-control-lists HTTP/1.1" 200 597 0.056387 10.0.0.242 - - [2025-12-11 02:24:19] "GET / HTTP/1.1" 200 36215 0.001816 10.0.0.242 - - [2025-12-11 02:24:20] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000435 10.0.0.242 - - [2025-12-11 02:24:21] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001020 10.0.0.242 - - [2025-12-11 02:24:21] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.048694 10.0.0.242 - - [2025-12-11 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 180 0.002124 10.0.0.242 - - [2025-12-11 02:24:21] "POST /virtual-DNSs HTTP/1.1" 200 509 0.014920 10.0.0.242 - - [2025-12-11 02:24:21] "GET /virtual-DNS/8db45b2d-9719-49a3-a213-3882208bccfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.004023 10.0.0.242 - - [2025-12-11 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.242 - - [2025-12-11 02:24:21] "GET /virtual-DNS/8db45b2d-9719-49a3-a213-3882208bccfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.003062 10.0.0.242 - - [2025-12-11 02:24:21] "GET /domains HTTP/1.1" 401 293 0.000394 10.0.0.242 - - [2025-12-11 02:24:21] "GET /domains HTTP/1.1" 200 281 0.030259 10.0.0.242 - - [2025-12-11 02:24:21] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001239 10.0.0.242 - - [2025-12-11 02:24:21] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2970 0.012258 10.0.0.242 - - [2025-12-11 02:24:21] "GET /virtual-DNS/8db45b2d-9719-49a3-a213-3882208bccfe HTTP/1.1" 200 1441 0.004813 10.0.0.242 - - [2025-12-11 02:24:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003492 10.0.0.242 - - [2025-12-11 02:24:21] "POST /network-ipams HTTP/1.1" 200 516 0.014721 10.0.0.242 - - [2025-12-11 02:24:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.002342 10.0.0.242 - - [2025-12-11 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002514 10.0.0.242 - - [2025-12-11 02:24:21] "GET /network-ipam/c0bc2c0e-8dc2-4653-93ba-aa6f605e2b60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1403 0.004311 10.0.0.242 - - [2025-12-11 02:24:21] "PUT /network-ipam/c0bc2c0e-8dc2-4653-93ba-aa6f605e2b60 HTTP/1.1" 200 259 0.009974 10.0.0.242 - - [2025-12-11 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.007843 10.0.0.242 - - [2025-12-11 02:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002440 10.0.0.242 - - [2025-12-11 02:24:22] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000933 10.0.0.242 - - [2025-12-11 02:24:22] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.022104 10.0.0.242 - - [2025-12-11 02:24:22] "POST /neutron/network HTTP/1.1" 200 117 0.032693 10.0.0.242 - - [2025-12-11 02:24:22] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.242 - - [2025-12-11 02:24:22] "POST /neutron/network HTTP/1.1" 200 618 0.060593 10.0.0.242 - - [2025-12-11 02:24:22] "POST /route-targets HTTP/1.1" 200 328 0.009287 10.0.0.242 - - [2025-12-11 02:24:22] "POST /ref-update HTTP/1.1" 200 156 0.010881 10.0.0.242 - - [2025-12-11 02:24:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002814 10.0.0.242 - - [2025-12-11 02:24:22] "POST /neutron/subnet HTTP/1.1" 200 711 0.173375 10.0.0.242 - - [2025-12-11 02:24:22] "POST /neutron/network HTTP/1.1" 200 833 0.004453 10.0.0.242 - - [2025-12-11 02:24:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001136 10.0.0.242 - - [2025-12-11 02:24:22] "GET /virtual-network/379bf8dc-c3d5-4755-8c62-72103fd5c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004257 10.0.0.242 - - [2025-12-11 02:24:22] "POST /neutron/network HTTP/1.1" 200 833 0.005400 10.0.0.242 - - [2025-12-11 02:24:22] "GET /virtual-network/379bf8dc-c3d5-4755-8c62-72103fd5c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004837 10.0.0.242 - - [2025-12-11 02:24:22] "POST /neutron/network HTTP/1.1" 200 833 0.004650 10.0.0.242 - - [2025-12-11 02:24:22] "POST /neutron/subnet HTTP/1.1" 200 711 0.005955 10.0.0.242 - - [2025-12-11 02:24:22] "POST /neutron/network HTTP/1.1" 200 807 0.007896 10.0.0.242 - - [2025-12-11 02:24:22] "POST /neutron/network HTTP/1.1" 200 833 0.004184 10.0.0.242 - - [2025-12-11 02:24:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001418 10.0.0.242 - - [2025-12-11 02:24:22] "POST /neutron/network HTTP/1.1" 200 843 0.006064 10.0.0.242 - - [2025-12-11 02:24:22] "GET /aaa-mode HTTP/1.1" 401 293 0.000481 10.0.0.242 - - [2025-12-11 02:24:23] "GET / HTTP/1.1" 200 36215 0.001324 10.0.0.242 - - [2025-12-11 02:24:23] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000354 10.0.0.242 - - [2025-12-11 02:24:23] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000928 10.0.0.242 - - [2025-12-11 02:24:23] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051758 10.0.0.242 - - [2025-12-11 02:24:23] "POST /neutron/network HTTP/1.1" 200 833 0.027317 10.0.0.242 - - [2025-12-11 02:24:23] "POST /neutron/port HTTP/1.1" 200 117 0.004794 10.0.0.242 - - [2025-12-11 02:24:23] "POST /neutron/port HTTP/1.1" 200 117 0.004255 10.0.0.242 - - [2025-12-11 02:24:23] "POST /neutron/port HTTP/1.1" 200 117 0.004566 10.0.0.242 - - [2025-12-11 02:24:24] "POST /neutron/network HTTP/1.1" 200 843 0.004813 10.0.0.242 - - [2025-12-11 02:24:24] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.242 - - [2025-12-11 02:24:24] "POST /neutron/port HTTP/1.1" 200 1058 0.175548 10.0.0.242 - - [2025-12-11 02:24:24] "POST /neutron/port HTTP/1.1" 200 1058 0.030905 10.0.0.242 - - [2025-12-11 02:24:24] "POST /neutron/port HTTP/1.1" 200 1058 0.008231 10.0.0.242 - - [2025-12-11 02:24:24] "POST /neutron/port HTTP/1.1" 200 1112 0.052768 10.0.0.242 - - [2025-12-11 02:24:24] "POST /neutron/port HTTP/1.1" 200 1086 0.009172 10.0.0.242 - - [2025-12-11 02:24:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003371 10.0.0.242 - - [2025-12-11 02:24:24] "POST /neutron/subnet HTTP/1.1" 200 685 0.006095 10.0.0.242 - - [2025-12-11 02:24:24] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.242 - - [2025-12-11 02:24:24] "POST /neutron/network HTTP/1.1" 200 833 0.004544 10.0.0.242 - - [2025-12-11 02:24:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.242 - - [2025-12-11 02:24:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000353 10.0.0.242 - - [2025-12-11 02:24:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000373 10.0.0.242 - - [2025-12-11 02:24:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.242 - - [2025-12-11 02:24:28] "POST /neutron/port HTTP/1.1" 200 1086 0.010501 10.0.0.242 - - [2025-12-11 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005347 10.0.0.242 - - [2025-12-11 02:24:28] "POST /neutron/port HTTP/1.1" 200 1086 0.009359 10.0.0.242 - - [2025-12-11 02:24:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005156 10.0.0.242 - - [2025-12-11 02:24:29] "POST /neutron/port HTTP/1.1" 200 1086 0.010713 10.0.0.242 - - [2025-12-11 02:24:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008324 10.0.0.242 - - [2025-12-11 02:24:29] "GET /virtual-machine/230aa861-95f3-44fe-b4aa-ce56de6f8c6e HTTP/1.1" 200 1295 0.006777 10.0.0.242 - - [2025-12-11 02:24:29] "GET /virtual-machine-interface/ad47b9dc-c56f-4110-947c-851a07e49e50 HTTP/1.1" 200 2972 0.007490 10.0.0.242 - - [2025-12-11 02:24:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002338 10.0.0.242 - - [2025-12-11 02:24:29] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002486 10.0.0.242 - - [2025-12-11 02:24:29] "GET /virtual-networks?parent_id=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002527 10.0.0.242 - - [2025-12-11 02:24:29] "GET /virtual-network/379bf8dc-c3d5-4755-8c62-72103fd5c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004420 10.0.0.242 - - [2025-12-11 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002876 10.0.0.242 - - [2025-12-11 02:24:32] "GET /virtual-network/379bf8dc-c3d5-4755-8c62-72103fd5c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005225 10.0.0.242 - - [2025-12-11 02:24:33] "POST /neutron/port HTTP/1.1" 200 1086 0.036390 10.0.0.242 - - [2025-12-11 02:24:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005740 10.0.0.242 - - [2025-12-11 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.002477 10.0.0.242 - - [2025-12-11 02:24:34] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003601 10.0.0.242 - - [2025-12-11 02:24:34] "GET /virtual-networks?parent_id=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002497 10.0.0.242 - - [2025-12-11 02:24:34] "GET /virtual-network/379bf8dc-c3d5-4755-8c62-72103fd5c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005071 10.0.0.242 - - [2025-12-11 02:24:38] "POST /neutron/network HTTP/1.1" 200 807 0.009191 10.0.0.242 - - [2025-12-11 02:24:38] "POST /neutron/network HTTP/1.1" 200 833 0.005001 10.0.0.242 - - [2025-12-11 02:24:38] "POST /id-to-fqname HTTP/1.1" 200 227 0.001382 10.0.0.242 - - [2025-12-11 02:24:39] "POST /neutron/port HTTP/1.1" 200 1086 0.009792 10.0.0.242 - - [2025-12-11 02:24:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005215 10.0.0.242 - - [2025-12-11 02:24:39] "POST /neutron/network HTTP/1.1" 200 843 0.005748 10.0.0.242 - - [2025-12-11 02:24:39] "GET /aaa-mode HTTP/1.1" 401 293 0.000396 10.0.0.242 - - [2025-12-11 02:24:39] "GET / HTTP/1.1" 200 36215 0.001630 10.0.0.242 - - [2025-12-11 02:24:39] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000372 10.0.0.242 - - [2025-12-11 02:24:39] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001077 10.0.0.242 - - [2025-12-11 02:24:39] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.042810 10.0.0.242 - - [2025-12-11 02:24:39] "POST /neutron/network HTTP/1.1" 200 833 0.004973 10.0.0.242 - - [2025-12-11 02:24:39] "POST /neutron/port HTTP/1.1" 200 1086 0.013549 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005290 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/port HTTP/1.1" 200 117 0.004164 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/port HTTP/1.1" 200 117 0.004006 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/network HTTP/1.1" 200 843 0.004734 10.0.0.242 - - [2025-12-11 02:24:40] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001162 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/port HTTP/1.1" 200 1058 0.156347 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/port HTTP/1.1" 200 1058 0.006700 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/port HTTP/1.1" 200 1058 0.007278 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/port HTTP/1.1" 200 1112 0.044827 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/port HTTP/1.1" 200 1086 0.009065 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002673 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/subnet HTTP/1.1" 200 685 0.010671 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/port HTTP/1.1" 200 117 0.001042 10.0.0.242 - - [2025-12-11 02:24:40] "POST /neutron/network HTTP/1.1" 200 833 0.004503 10.0.0.242 - - [2025-12-11 02:24:45] "POST /neutron/port HTTP/1.1" 200 1086 0.009934 10.0.0.242 - - [2025-12-11 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007841 10.0.0.242 - - [2025-12-11 02:24:45] "POST /neutron/port HTTP/1.1" 200 1086 0.012518 10.0.0.242 - - [2025-12-11 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005239 10.0.0.242 - - [2025-12-11 02:24:45] "POST /neutron/port HTTP/1.1" 200 1086 0.010370 10.0.0.242 - - [2025-12-11 02:24:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007333 10.0.0.242 - - [2025-12-11 02:24:45] "GET /virtual-machine/a0cdd54b-4be3-4bb2-87bc-0b4c9d6d1411 HTTP/1.1" 200 1295 0.003865 10.0.0.242 - - [2025-12-11 02:24:45] "GET /virtual-machine-interface/1faed501-3ad6-443b-a9fd-60a5ebaf4fc5 HTTP/1.1" 200 2971 0.003931 10.0.0.242 - - [2025-12-11 02:24:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002639 10.0.0.242 - - [2025-12-11 02:24:45] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002675 10.0.0.242 - - [2025-12-11 02:24:45] "GET /virtual-networks?parent_id=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002568 10.0.0.242 - - [2025-12-11 02:24:45] "GET /virtual-network/379bf8dc-c3d5-4755-8c62-72103fd5c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.004659 10.0.0.242 - - [2025-12-11 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002651 10.0.0.242 - - [2025-12-11 02:24:48] "GET /virtual-network/379bf8dc-c3d5-4755-8c62-72103fd5c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005144 10.0.0.242 - - [2025-12-11 02:24:48] "POST /neutron/port HTTP/1.1" 200 1086 0.008796 10.0.0.242 - - [2025-12-11 02:24:48] "POST /neutron/port HTTP/1.1" 200 1086 0.008356 10.0.0.242 - - [2025-12-11 02:24:48] "POST /neutron/network HTTP/1.1" 200 843 0.005024 10.0.0.242 - - [2025-12-11 02:24:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003100 10.0.0.242 - - [2025-12-11 02:24:49] "POST /neutron/subnet HTTP/1.1" 200 685 0.006624 10.0.0.242 - - [2025-12-11 02:24:49] "POST /neutron/port HTTP/1.1" 200 117 0.001122 10.0.0.242 - - [2025-12-11 02:24:49] "POST /neutron/network HTTP/1.1" 200 833 0.004814 10.0.0.242 - - [2025-12-11 02:24:49] "POST /neutron/port HTTP/1.1" 200 1086 0.009060 10.0.0.242 - - [2025-12-11 02:24:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004252 10.0.0.242 - - [2025-12-11 02:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002932 10.0.0.242 - - [2025-12-11 02:24:50] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002490 10.0.0.242 - - [2025-12-11 02:24:50] "GET /virtual-networks?parent_id=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002287 10.0.0.242 - - [2025-12-11 02:24:50] "GET /virtual-network/379bf8dc-c3d5-4755-8c62-72103fd5c9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006628 10.0.0.242 - - [2025-12-11 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002518 10.0.0.242 - - [2025-12-11 02:24:57] "DELETE /virtual-DNS/8db45b2d-9719-49a3-a213-3882208bccfe HTTP/1.1" 409 236 0.004911 10.0.0.242 - - [2025-12-11 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.002430 10.0.0.242 - - [2025-12-11 02:24:57] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.014843 10.0.0.242 - - [2025-12-11 02:24:57] "GET /virtual-DNS-record/8e3f5f43-173f-4dcf-a53a-5f00d5f2d9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.003847 10.0.0.242 - - [2025-12-11 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002862 10.0.0.242 - - [2025-12-11 02:24:57] "GET /virtual-DNS-record/8e3f5f43-173f-4dcf-a53a-5f00d5f2d9a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.002905 10.0.0.242 - - [2025-12-11 02:24:57] "GET /domains HTTP/1.1" 200 281 0.002942 10.0.0.242 - - [2025-12-11 02:24:57] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.242 - - [2025-12-11 02:24:57] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2970 0.005721 10.0.0.242 - - [2025-12-11 02:24:57] "GET /virtual-DNS/8db45b2d-9719-49a3-a213-3882208bccfe HTTP/1.1" 200 1912 0.003791 10.0.0.242 - - [2025-12-11 02:24:57] "GET /virtual-DNS-record/8e3f5f43-173f-4dcf-a53a-5f00d5f2d9a8 HTTP/1.1" 200 1339 0.002178 10.0.0.242 - - [2025-12-11 02:25:03] "DELETE /virtual-DNS-record/8e3f5f43-173f-4dcf-a53a-5f00d5f2d9a8 HTTP/1.1" 200 115 0.015208 10.0.0.242 - - [2025-12-11 02:25:03] "POST /fqname-to-id HTTP/1.1" 404 184 0.002034 10.0.0.242 - - [2025-12-11 02:25:03] "POST /neutron/network HTTP/1.1" 200 833 0.004826 10.0.0.242 - - [2025-12-11 02:25:03] "POST /neutron/network HTTP/1.1" 400 204 0.011150 10.0.0.242 - - [2025-12-11 02:25:03] "POST /neutron/port HTTP/1.1" 200 1086 0.009796 10.0.0.242 - - [2025-12-11 02:25:03] "POST /neutron/port HTTP/1.1" 200 1112 0.007968 10.0.0.242 - - [2025-12-11 02:25:03] "POST /neutron/port HTTP/1.1" 200 1086 0.010224 10.0.0.242 - - [2025-12-11 02:25:03] "POST /neutron/port HTTP/1.1" 200 1112 0.006415 10.0.0.242 - - [2025-12-11 02:25:04] "POST /neutron/port HTTP/1.1" 200 151 0.095804 10.0.0.242 - - [2025-12-11 02:25:04] "POST /neutron/port HTTP/1.1" 200 151 0.093663 10.0.0.242 - - [2025-12-11 02:25:05] "POST /neutron/network HTTP/1.1" 200 833 0.006210 10.0.0.242 - - [2025-12-11 02:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001782 10.0.0.242 - - [2025-12-11 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009668 10.0.0.242 - - [2025-12-11 02:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.001674 10.0.0.242 - - [2025-12-11 02:25:05] "POST /neutron/network HTTP/1.1" 200 151 0.227113 10.0.0.242 - - [2025-12-11 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.242 - - [2025-12-11 02:25:05] "DELETE /route-target/ba15adea-7324-4092-9088-cb99c3ef569c HTTP/1.1" 200 115 0.019733 10.0.0.242 - - [2025-12-11 02:25:05] "DELETE /network-ipam/c0bc2c0e-8dc2-4653-93ba-aa6f605e2b60 HTTP/1.1" 200 115 0.021768 10.0.0.242 - - [2025-12-11 02:25:05] "DELETE /virtual-DNS/8db45b2d-9719-49a3-a213-3882208bccfe HTTP/1.1" 200 115 0.016982 10.0.0.242 - - [2025-12-11 02:25:05] "POST /fqname-to-id HTTP/1.1" 404 180 0.002546 10.0.0.242 - - [2025-12-11 02:25:05] "GET /domains HTTP/1.1" 200 281 0.002348 10.0.0.242 - - [2025-12-11 02:25:05] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.242 - - [2025-12-11 02:25:05] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2769 0.008908 10.0.0.242 - - [2025-12-11 02:25:06] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000964 10.0.0.242 - - [2025-12-11 02:25:06] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.019826 10.0.0.242 - - [2025-12-11 02:25:06] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000912 10.0.0.242 - - [2025-12-11 02:25:06] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?fields=virtual_networks HTTP/1.1" 200 1036 0.065614 10.0.0.242 - - [2025-12-11 02:25:06] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000938 10.0.0.242 - - [2025-12-11 02:25:06] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.022491 10.0.0.242 - - [2025-12-11 02:25:06] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000931 10.0.0.242 - - [2025-12-11 02:25:06] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?fields=security_groups HTTP/1.1" 200 1264 0.026160 10.0.0.242 - - [2025-12-11 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 189 0.031758 10.0.0.242 - - [2025-12-11 02:25:07] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001992 10.0.0.242 - - [2025-12-11 02:25:07] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000927 10.0.0.242 - - [2025-12-11 02:25:07] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006056 10.0.0.242 - - [2025-12-11 02:25:07] "POST /id-to-fqname HTTP/1.1" 200 191 0.001049 10.0.0.242 - - [2025-12-11 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.002742 10.0.0.242 - - [2025-12-11 02:25:07] "POST /security-groups HTTP/1.1" 200 592 0.060328 10.0.0.242 - - [2025-12-11 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 235 0.002492 10.0.0.242 - - [2025-12-11 02:25:07] "POST /projects HTTP/1.1" 200 587 0.200892 10.0.0.242 - - [2025-12-11 02:25:07] "POST /access-control-lists HTTP/1.1" 200 599 0.057067 10.0.0.242 - - [2025-12-11 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.269834 10.0.0.242 - - [2025-12-11 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 234 0.003079 10.0.0.242 - - [2025-12-11 02:25:07] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.389515 10.0.0.242 - - [2025-12-11 02:25:07] "POST /access-control-lists HTTP/1.1" 200 597 0.055912 10.0.0.242 - - [2025-12-11 02:25:08] "DELETE /project/38c81469882f4226b07b87c21e45f4d2 HTTP/1.1" 404 173 0.010188 10.0.0.242 - - [2025-12-11 02:25:08] "DELETE /project/25c16d4ea1c0456ab3c0cb4f06c97792 HTTP/1.1" 404 173 0.005351 10.0.0.242 - - [2025-12-11 02:25:08] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000980 10.0.0.242 - - [2025-12-11 02:25:08] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000736 10.0.0.242 - - [2025-12-11 02:25:08] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.030851 10.0.0.242 - - [2025-12-11 02:25:08] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.033835 10.0.0.242 - - [2025-12-11 02:25:08] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000810 10.0.0.242 - - [2025-12-11 02:25:08] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001044 10.0.0.242 - - [2025-12-11 02:25:08] "GET / HTTP/1.1" 200 36215 0.001252 10.0.0.242 - - [2025-12-11 02:25:08] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?fields=security_groups HTTP/1.1" 200 1358 0.071763 10.0.0.242 - - [2025-12-11 02:25:08] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?fields=security_groups HTTP/1.1" 200 1366 0.085947 10.0.0.242 - - [2025-12-11 02:25:08] "DELETE /security-group/acd8a3c0-c989-4a22-9ece-a9f7fd797d5a HTTP/1.1" 200 115 0.041507 10.0.0.242 - - [2025-12-11 02:25:08] "GET /projects?obj_uuids=e0e580c1-3827-40b5-b4db-65f26ac3d183&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000780 10.0.0.242 - - [2025-12-11 02:25:08] "DELETE /access-control-list/23740e8f-0188-4a8a-ac5d-7351d3bff548 HTTP/1.1" 200 115 0.030944 10.0.0.242 - - [2025-12-11 02:25:08] "GET /project/e0e580c1-3827-40b5-b4db-65f26ac3d183?fields=application_policy_sets HTTP/1.1" 200 1397 0.032778 10.0.0.242 - - [2025-12-11 02:25:08] "DELETE /security-group/099a4de5-3fa9-4fb9-ad82-904160d55cb2 HTTP/1.1" 200 115 0.065195 10.0.0.242 - - [2025-12-11 02:25:08] "GET /projects?obj_uuids=25c16d4e-a1c0-456a-b3c0-cb4f06c97792&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000884 10.0.0.242 - - [2025-12-11 02:25:08] "DELETE /access-control-list/f0518177-eb07-4f14-bc29-5e9e4bf3b4a5 HTTP/1.1" 200 115 0.033336 10.0.0.242 - - [2025-12-11 02:25:08] "GET /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792?fields=application_policy_sets HTTP/1.1" 200 1405 0.032088 10.0.0.242 - - [2025-12-11 02:25:09] "DELETE /access-control-list/27939684-c396-4e63-b401-2146b39bbd7b HTTP/1.1" 200 115 0.028102 10.0.0.242 - - [2025-12-11 02:25:09] "DELETE /access-control-list/3623bff3-e369-4b3a-8130-0e5a965d6467 HTTP/1.1" 200 115 0.021225 10.0.0.242 - - [2025-12-11 02:25:09] "DELETE /project/e0e580c1-3827-40b5-b4db-65f26ac3d183 HTTP/1.1" 200 115 0.352136 10.0.0.242 - - [2025-12-11 02:25:09] "DELETE /project/25c16d4e-a1c0-456a-b3c0-cb4f06c97792 HTTP/1.1" 200 115 0.373035 10.0.0.242 - - [2025-12-11 02:25:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000421 10.0.0.242 - - [2025-12-11 02:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.028039 10.0.0.242 - - [2025-12-11 02:25:09] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000907 10.0.0.242 - - [2025-12-11 02:25:09] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.019327 10.0.0.242 - - [2025-12-11 02:25:09] "POST /neutron/network HTTP/1.1" 200 117 0.032724 10.0.0.242 - - [2025-12-11 02:25:09] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001168 10.0.0.242 - - [2025-12-11 02:25:10] "POST /neutron/network HTTP/1.1" 200 606 0.070968 10.0.0.242 - - [2025-12-11 02:25:10] "POST /route-targets HTTP/1.1" 200 328 0.009002 10.0.0.242 - - [2025-12-11 02:25:10] "POST /ref-update HTTP/1.1" 200 156 0.010530 10.0.0.242 - - [2025-12-11 02:25:10] "POST /useragent-kv HTTP/1.1" 200 115 0.001889 10.0.0.242 - - [2025-12-11 02:25:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.125232 10.0.0.242 - - [2025-12-11 02:25:10] "POST /neutron/network HTTP/1.1" 200 826 0.004906 10.0.0.242 - - [2025-12-11 02:25:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001053 10.0.0.242 - - [2025-12-11 02:25:10] "GET /virtual-network/134945e4-ff2d-4398-bda3-e6049a4a3847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004104 10.0.0.242 - - [2025-12-11 02:25:10] "POST /neutron/network HTTP/1.1" 200 826 0.004586 10.0.0.242 - - [2025-12-11 02:25:10] "GET /virtual-network/134945e4-ff2d-4398-bda3-e6049a4a3847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005243 10.0.0.242 - - [2025-12-11 02:25:10] "POST /neutron/network HTTP/1.1" 200 826 0.005816 10.0.0.242 - - [2025-12-11 02:25:10] "POST /neutron/subnet HTTP/1.1" 200 729 0.007255 10.0.0.242 - - [2025-12-11 02:25:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.001448 10.0.0.242 - - [2025-12-11 02:25:10] "POST /neutron/network HTTP/1.1" 200 836 0.004522 10.0.0.242 - - [2025-12-11 02:25:10] "GET /aaa-mode HTTP/1.1" 401 293 0.000360 10.0.0.242 - - [2025-12-11 02:25:10] "GET / HTTP/1.1" 200 36215 0.001673 10.0.0.242 - - [2025-12-11 02:25:10] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000336 10.0.0.242 - - [2025-12-11 02:25:11] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000916 10.0.0.242 - - [2025-12-11 02:25:11] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.045948 10.0.0.242 - - [2025-12-11 02:25:11] "POST /neutron/network HTTP/1.1" 200 826 0.005344 10.0.0.242 - - [2025-12-11 02:25:11] "POST /neutron/port HTTP/1.1" 200 117 0.004522 10.0.0.242 - - [2025-12-11 02:25:11] "POST /neutron/port HTTP/1.1" 200 117 0.004800 10.0.0.242 - - [2025-12-11 02:25:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001242 10.0.0.242 - - [2025-12-11 02:25:11] "POST /neutron/port HTTP/1.1" 200 117 0.004498 10.0.0.242 - - [2025-12-11 02:25:11] "POST /neutron/network HTTP/1.1" 200 836 0.004918 10.0.0.242 - - [2025-12-11 02:25:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000359 10.0.0.242 - - [2025-12-11 02:25:11] "POST /neutron/network HTTP/1.1" 200 836 0.005258 10.0.0.242 - - [2025-12-11 02:25:11] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001290 10.0.0.242 - - [2025-12-11 02:25:11] "GET / HTTP/1.1" 200 36215 0.001535 10.0.0.242 - - [2025-12-11 02:25:11] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000354 10.0.0.242 - - [2025-12-11 02:25:11] "POST /neutron/port HTTP/1.1" 200 1062 0.183224 10.0.0.242 - - [2025-12-11 02:25:11] "POST /neutron/port HTTP/1.1" 200 1062 0.009468 10.0.0.242 - - [2025-12-11 02:25:11] "POST /neutron/port HTTP/1.1" 200 1062 0.007590 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/port HTTP/1.1" 200 1116 0.062773 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/port HTTP/1.1" 200 1090 0.009202 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002878 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/subnet HTTP/1.1" 200 703 0.006095 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/port HTTP/1.1" 200 117 0.001178 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/network HTTP/1.1" 200 826 0.004567 10.0.0.242 - - [2025-12-11 02:25:12] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001296 10.0.0.242 - - [2025-12-11 02:25:12] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.054805 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/network HTTP/1.1" 200 826 0.005724 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/port HTTP/1.1" 200 1090 0.014851 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.014542 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/port HTTP/1.1" 200 117 0.004159 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/port HTTP/1.1" 200 1090 0.009923 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009273 10.0.0.242 - - [2025-12-11 02:25:12] "POST /neutron/network HTTP/1.1" 200 836 0.004927 10.0.0.242 - - [2025-12-11 02:25:12] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.242 - - [2025-12-11 02:25:13] "POST /neutron/port HTTP/1.1" 200 1062 0.211625 10.0.0.242 - - [2025-12-11 02:25:13] "POST /neutron/port HTTP/1.1" 200 1062 0.012100 10.0.0.242 - - [2025-12-11 02:25:13] "POST /neutron/port HTTP/1.1" 200 1062 0.006651 10.0.0.242 - - [2025-12-11 02:25:13] "POST /neutron/port HTTP/1.1" 200 1116 0.078845 10.0.0.242 - - [2025-12-11 02:25:13] "POST /neutron/port HTTP/1.1" 200 1090 0.010261 10.0.0.242 - - [2025-12-11 02:25:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003010 10.0.0.242 - - [2025-12-11 02:25:13] "POST /neutron/subnet HTTP/1.1" 200 703 0.006334 10.0.0.242 - - [2025-12-11 02:25:13] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.242 - - [2025-12-11 02:25:13] "POST /neutron/network HTTP/1.1" 200 826 0.007356 10.0.0.242 - - [2025-12-11 02:25:15] "GET /obj-perms HTTP/1.1" 200 5075 0.065788 10.0.0.242 - - [2025-12-11 02:25:15] "GET /obj-perms HTTP/1.1" 200 5075 0.046915 10.0.0.242 - - [2025-12-11 02:25:17] "POST /neutron/port HTTP/1.1" 200 1090 0.010213 10.0.0.242 - - [2025-12-11 02:25:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005602 10.0.0.242 - - [2025-12-11 02:25:17] "POST /neutron/port HTTP/1.1" 200 1090 0.008965 10.0.0.242 - - [2025-12-11 02:25:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007767 10.0.0.242 - - [2025-12-11 02:25:17] "POST /neutron/port HTTP/1.1" 200 1090 0.008757 10.0.0.242 - - [2025-12-11 02:25:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004817 10.0.0.242 - - [2025-12-11 02:25:17] "GET /virtual-machine/b346d7e6-b314-4f14-b1f3-1a19976db6bc HTTP/1.1" 401 293 0.000455 10.0.0.242 - - [2025-12-11 02:25:18] "GET /virtual-machine/b346d7e6-b314-4f14-b1f3-1a19976db6bc HTTP/1.1" 200 1296 0.027790 10.0.0.242 - - [2025-12-11 02:25:18] "GET /virtual-machine-interface/db8ca746-7303-469b-89cb-d87387e15d46 HTTP/1.1" 200 2953 0.004065 10.0.0.242 - - [2025-12-11 02:25:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002340 10.0.0.242 - - [2025-12-11 02:25:18] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002819 10.0.0.242 - - [2025-12-11 02:25:18] "GET /virtual-networks?parent_id=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002508 10.0.0.242 - - [2025-12-11 02:25:18] "GET /virtual-network/134945e4-ff2d-4398-bda3-e6049a4a3847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004960 10.0.0.242 - - [2025-12-11 02:25:20] "POST /neutron/port HTTP/1.1" 200 1090 0.009152 10.0.0.242 - - [2025-12-11 02:25:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004796 10.0.0.242 - - [2025-12-11 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002527 10.0.0.242 - - [2025-12-11 02:25:21] "GET /virtual-network/134945e4-ff2d-4398-bda3-e6049a4a3847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004292 10.0.0.242 - - [2025-12-11 02:25:21] "POST /neutron/port HTTP/1.1" 200 1090 0.009671 10.0.0.242 - - [2025-12-11 02:25:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.004572 10.0.0.242 - - [2025-12-11 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002495 10.0.0.242 - - [2025-12-11 02:25:23] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002577 10.0.0.242 - - [2025-12-11 02:25:23] "GET /virtual-networks?parent_id=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004574 10.0.0.242 - - [2025-12-11 02:25:23] "GET /virtual-network/134945e4-ff2d-4398-bda3-e6049a4a3847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005201 10.0.0.242 - - [2025-12-11 02:25:23] "POST /neutron/port HTTP/1.1" 200 1090 0.009358 10.0.0.242 - - [2025-12-11 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005139 10.0.0.242 - - [2025-12-11 02:25:23] "POST /neutron/port HTTP/1.1" 200 1090 0.008859 10.0.0.242 - - [2025-12-11 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006169 10.0.0.242 - - [2025-12-11 02:25:23] "POST /neutron/port HTTP/1.1" 200 1090 0.009054 10.0.0.242 - - [2025-12-11 02:25:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.005300 10.0.0.242 - - [2025-12-11 02:25:24] "GET /virtual-machine/483e0b26-329f-4edf-a5c7-7bc600ba1d21 HTTP/1.1" 200 1295 0.003663 10.0.0.242 - - [2025-12-11 02:25:24] "GET /virtual-machine-interface/75f03b82-1a6d-4505-a6cc-77b2e28af60b HTTP/1.1" 200 2953 0.003805 10.0.0.242 - - [2025-12-11 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002431 10.0.0.242 - - [2025-12-11 02:25:24] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002420 10.0.0.242 - - [2025-12-11 02:25:24] "GET /virtual-networks?parent_id=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002485 10.0.0.242 - - [2025-12-11 02:25:24] "GET /virtual-network/134945e4-ff2d-4398-bda3-e6049a4a3847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004690 10.0.0.242 - - [2025-12-11 02:25:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002443 10.0.0.242 - - [2025-12-11 02:25:25] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002937 10.0.0.242 - - [2025-12-11 02:25:25] "GET /virtual-networks?parent_id=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002315 10.0.0.242 - - [2025-12-11 02:25:25] "GET /virtual-network/134945e4-ff2d-4398-bda3-e6049a4a3847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004504 10.0.0.242 - - [2025-12-11 02:25:29] "POST /neutron/network HTTP/1.1" 200 826 0.007387 10.0.0.242 - - [2025-12-11 02:25:29] "POST /neutron/network HTTP/1.1" 400 204 0.009196 10.0.0.242 - - [2025-12-11 02:25:30] "POST /neutron/port HTTP/1.1" 200 1090 0.015287 10.0.0.242 - - [2025-12-11 02:25:30] "POST /neutron/port HTTP/1.1" 200 1116 0.010959 10.0.0.242 - - [2025-12-11 02:25:30] "POST /neutron/port HTTP/1.1" 200 1090 0.016996 10.0.0.242 - - [2025-12-11 02:25:30] "POST /neutron/port HTTP/1.1" 200 1116 0.015940 10.0.0.242 - - [2025-12-11 02:25:30] "POST /neutron/port HTTP/1.1" 200 151 0.131929 10.0.0.242 - - [2025-12-11 02:25:30] "POST /neutron/port HTTP/1.1" 200 151 0.108734 10.0.0.242 - - [2025-12-11 02:25:31] "POST /neutron/network HTTP/1.1" 200 826 0.006045 10.0.0.242 - - [2025-12-11 02:25:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002826 10.0.0.242 - - [2025-12-11 02:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.242 - - [2025-12-11 02:25:31] "POST /useragent-kv HTTP/1.1" 200 115 0.001461 10.0.0.242 - - [2025-12-11 02:25:31] "POST /neutron/network HTTP/1.1" 200 151 0.064139 10.0.0.242 - - [2025-12-11 02:25:31] "DELETE /route-target/71c3a509-57e1-4f6e-af4a-d84ac9361745 HTTP/1.1" 200 115 0.011249 10.0.0.242 - - [2025-12-11 02:25:32] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001088 10.0.0.242 - - [2025-12-11 02:25:32] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.019498 10.0.0.242 - - [2025-12-11 02:25:32] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001336 10.0.0.242 - - [2025-12-11 02:25:32] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?fields=virtual_networks HTTP/1.1" 200 1036 0.084559 10.0.0.242 - - [2025-12-11 02:25:32] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000942 10.0.0.242 - - [2025-12-11 02:25:32] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.023186 10.0.0.242 - - [2025-12-11 02:25:32] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000926 10.0.0.242 - - [2025-12-11 02:25:32] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?fields=security_groups HTTP/1.1" 200 1264 0.024404 10.0.0.242 - - [2025-12-11 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 188 0.024138 10.0.0.242 - - [2025-12-11 02:25:33] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002198 10.0.0.242 - - [2025-12-11 02:25:33] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001049 10.0.0.242 - - [2025-12-11 02:25:33] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007405 10.0.0.242 - - [2025-12-11 02:25:33] "POST /id-to-fqname HTTP/1.1" 200 190 0.001083 10.0.0.242 - - [2025-12-11 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 199 0.002269 10.0.0.242 - - [2025-12-11 02:25:33] "POST /security-groups HTTP/1.1" 200 591 0.067878 10.0.0.242 - - [2025-12-11 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.002052 10.0.0.242 - - [2025-12-11 02:25:33] "POST /projects HTTP/1.1" 200 585 0.210591 10.0.0.242 - - [2025-12-11 02:25:33] "POST /access-control-lists HTTP/1.1" 200 598 0.058320 10.0.0.242 - - [2025-12-11 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.282910 10.0.0.242 - - [2025-12-11 02:25:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.003503 10.0.0.242 - - [2025-12-11 02:25:33] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.404262 10.0.0.242 - - [2025-12-11 02:25:33] "POST /access-control-lists HTTP/1.1" 200 596 0.060405 10.0.0.242 - - [2025-12-11 02:25:34] "GET / HTTP/1.1" 200 36215 0.002152 10.0.0.242 - - [2025-12-11 02:25:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000440 10.0.0.242 - - [2025-12-11 02:25:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.057441 10.0.0.242 - - [2025-12-11 02:25:35] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.242 - - [2025-12-11 02:25:35] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022502 10.0.0.242 - - [2025-12-11 02:25:35] "POST /neutron/network HTTP/1.1" 200 117 0.028929 10.0.0.242 - - [2025-12-11 02:25:35] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001190 10.0.0.242 - - [2025-12-11 02:25:35] "POST /neutron/network HTTP/1.1" 200 625 0.054522 10.0.0.242 - - [2025-12-11 02:25:36] "POST /route-targets HTTP/1.1" 200 328 0.011707 10.0.0.242 - - [2025-12-11 02:25:36] "POST /ref-update HTTP/1.1" 200 156 0.010154 10.0.0.242 - - [2025-12-11 02:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002311 10.0.0.242 - - [2025-12-11 02:25:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.159766 10.0.0.242 - - [2025-12-11 02:25:36] "POST /neutron/network HTTP/1.1" 200 839 0.004377 10.0.0.242 - - [2025-12-11 02:25:36] "POST /id-to-fqname HTTP/1.1" 200 230 0.001010 10.0.0.242 - - [2025-12-11 02:25:36] "GET /virtual-network/60debcfd-7f64-4109-b84b-764d41771927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.003942 10.0.0.242 - - [2025-12-11 02:25:36] "POST /neutron/network HTTP/1.1" 200 839 0.004818 10.0.0.242 - - [2025-12-11 02:25:36] "GET /virtual-network/60debcfd-7f64-4109-b84b-764d41771927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004462 10.0.0.242 - - [2025-12-11 02:25:36] "POST /neutron/network HTTP/1.1" 200 839 0.004590 10.0.0.242 - - [2025-12-11 02:25:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.006895 10.0.0.242 - - [2025-12-11 02:25:36] "POST /neutron/network HTTP/1.1" 200 839 0.008207 10.0.0.242 - - [2025-12-11 02:25:36] "POST /id-to-fqname HTTP/1.1" 200 230 0.001118 10.0.0.242 - - [2025-12-11 02:25:36] "POST /neutron/network HTTP/1.1" 200 849 0.005363 10.0.0.242 - - [2025-12-11 02:25:36] "GET /aaa-mode HTTP/1.1" 401 293 0.000379 10.0.0.242 - - [2025-12-11 02:25:36] "GET / HTTP/1.1" 200 36215 0.001502 10.0.0.242 - - [2025-12-11 02:25:36] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000342 10.0.0.242 - - [2025-12-11 02:25:37] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.242 - - [2025-12-11 02:25:37] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.049783 10.0.0.242 - - [2025-12-11 02:25:37] "POST /neutron/network HTTP/1.1" 200 839 0.004460 10.0.0.242 - - [2025-12-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 117 0.003904 10.0.0.242 - - [2025-12-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 117 0.006465 10.0.0.242 - - [2025-12-11 02:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002321 10.0.0.242 - - [2025-12-11 02:25:37] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002391 10.0.0.242 - - [2025-12-11 02:25:37] "PUT /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9 HTTP/1.1" 200 277 0.007639 10.0.0.242 - - [2025-12-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 117 0.004789 10.0.0.242 - - [2025-12-11 02:25:37] "POST /neutron/network HTTP/1.1" 200 849 0.006591 10.0.0.242 - - [2025-12-11 02:25:37] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.242 - - [2025-12-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 1055 0.172588 10.0.0.242 - - [2025-12-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 1055 0.007711 10.0.0.242 - - [2025-12-11 02:25:37] "POST /neutron/port HTTP/1.1" 200 1055 0.007132 10.0.0.242 - - [2025-12-11 02:25:38] "POST /neutron/port HTTP/1.1" 200 1109 0.047779 10.0.0.242 - - [2025-12-11 02:25:38] "POST /neutron/port HTTP/1.1" 200 1083 0.008363 10.0.0.242 - - [2025-12-11 02:25:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002734 10.0.0.242 - - [2025-12-11 02:25:38] "POST /neutron/subnet HTTP/1.1" 200 675 0.005507 10.0.0.242 - - [2025-12-11 02:25:38] "POST /neutron/port HTTP/1.1" 200 117 0.000926 10.0.0.242 - - [2025-12-11 02:25:38] "POST /neutron/network HTTP/1.1" 200 839 0.004850 10.0.0.242 - - [2025-12-11 02:25:42] "POST /neutron/port HTTP/1.1" 200 1083 0.009713 10.0.0.242 - - [2025-12-11 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005553 10.0.0.242 - - [2025-12-11 02:25:42] "POST /neutron/port HTTP/1.1" 200 1083 0.009190 10.0.0.242 - - [2025-12-11 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004654 10.0.0.242 - - [2025-12-11 02:25:42] "POST /neutron/port HTTP/1.1" 200 1083 0.012084 10.0.0.242 - - [2025-12-11 02:25:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004773 10.0.0.242 - - [2025-12-11 02:25:42] "GET /virtual-machine/6d684ce4-e5c3-46e5-a662-9fa435eb84a9 HTTP/1.1" 401 293 0.000400 10.0.0.242 - - [2025-12-11 02:25:43] "GET /virtual-machine/6d684ce4-e5c3-46e5-a662-9fa435eb84a9 HTTP/1.1" 200 1294 0.026475 10.0.0.242 - - [2025-12-11 02:25:43] "GET /virtual-machine-interface/4389050a-a1ca-469d-b513-b05e5cd3aa57 HTTP/1.1" 200 2978 0.003762 10.0.0.242 - - [2025-12-11 02:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.242 - - [2025-12-11 02:25:43] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002483 10.0.0.242 - - [2025-12-11 02:25:43] "GET /virtual-networks?parent_id=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002335 10.0.0.242 - - [2025-12-11 02:25:43] "GET /virtual-network/60debcfd-7f64-4109-b84b-764d41771927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004825 10.0.0.242 - - [2025-12-11 02:25:46] "POST /neutron/port HTTP/1.1" 200 1083 0.009136 10.0.0.242 - - [2025-12-11 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004491 10.0.0.242 - - [2025-12-11 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002695 10.0.0.242 - - [2025-12-11 02:25:46] "GET /virtual-network/60debcfd-7f64-4109-b84b-764d41771927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.004200 10.0.0.242 - - [2025-12-11 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002579 10.0.0.242 - - [2025-12-11 02:25:48] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003000 10.0.0.242 - - [2025-12-11 02:25:48] "GET /virtual-networks?parent_id=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002534 10.0.0.242 - - [2025-12-11 02:25:48] "GET /virtual-network/60debcfd-7f64-4109-b84b-764d41771927?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005502 10.0.0.242 - - [2025-12-11 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.002567 10.0.0.242 - - [2025-12-11 02:25:50] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.002848 10.0.0.242 - - [2025-12-11 02:25:50] "PUT /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9 HTTP/1.1" 200 277 0.008210 10.0.0.242 - - [2025-12-11 02:25:50] "POST /neutron/network HTTP/1.1" 200 839 0.005602 10.0.0.242 - - [2025-12-11 02:25:50] "POST /neutron/network HTTP/1.1" 400 204 0.008922 10.0.0.242 - - [2025-12-11 02:25:51] "POST /neutron/port HTTP/1.1" 200 1083 0.009655 10.0.0.242 - - [2025-12-11 02:25:51] "POST /neutron/port HTTP/1.1" 200 1109 0.006901 10.0.0.242 - - [2025-12-11 02:25:51] "POST /neutron/port HTTP/1.1" 200 151 0.074442 10.0.0.242 - - [2025-12-11 02:25:52] "POST /neutron/network HTTP/1.1" 200 839 0.005606 10.0.0.242 - - [2025-12-11 02:25:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001807 10.0.0.242 - - [2025-12-11 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.242 - - [2025-12-11 02:25:52] "POST /useragent-kv HTTP/1.1" 200 115 0.001566 10.0.0.242 - - [2025-12-11 02:25:52] "POST /neutron/network HTTP/1.1" 200 151 0.065826 10.0.0.242 - - [2025-12-11 02:25:52] "DELETE /route-target/58f1c58c-fa9e-4466-a10a-5bc039e6070b HTTP/1.1" 200 115 0.011594 10.0.0.242 - - [2025-12-11 02:25:53] "GET /global-vrouter-configs HTTP/1.1" 200 358 0.002510 10.0.0.242 - - [2025-12-11 02:25:53] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9 HTTP/1.1" 200 1884 0.002828 10.0.0.242 - - [2025-12-11 02:25:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.001864 10.0.0.242 - - [2025-12-11 02:25:53] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000778 10.0.0.242 - - [2025-12-11 02:25:53] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.020590 10.0.0.242 - - [2025-12-11 02:25:53] "POST /neutron/network HTTP/1.1" 200 117 0.007159 10.0.0.242 - - [2025-12-11 02:25:53] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000926 10.0.0.242 - - [2025-12-11 02:25:53] "POST /neutron/network HTTP/1.1" 200 605 0.054899 10.0.0.242 - - [2025-12-11 02:25:53] "POST /route-targets HTTP/1.1" 200 328 0.009653 10.0.0.242 - - [2025-12-11 02:25:53] "POST /ref-update HTTP/1.1" 200 156 0.009875 10.0.0.242 - - [2025-12-11 02:25:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002694 10.0.0.242 - - [2025-12-11 02:25:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.185307 10.0.0.242 - - [2025-12-11 02:25:53] "POST /neutron/network HTTP/1.1" 200 823 0.004675 10.0.0.242 - - [2025-12-11 02:25:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001061 10.0.0.242 - - [2025-12-11 02:25:53] "GET /virtual-network/18c1929f-05e3-4ef9-8eec-1941fb3b0494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004156 10.0.0.242 - - [2025-12-11 02:25:53] "POST /neutron/network HTTP/1.1" 200 823 0.005066 10.0.0.242 - - [2025-12-11 02:25:53] "GET /virtual-network/18c1929f-05e3-4ef9-8eec-1941fb3b0494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.004800 10.0.0.242 - - [2025-12-11 02:25:53] "POST /neutron/network HTTP/1.1" 200 823 0.004802 10.0.0.242 - - [2025-12-11 02:25:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.005029 10.0.0.242 - - [2025-12-11 02:25:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.000910 10.0.0.242 - - [2025-12-11 02:25:54] "POST /neutron/network HTTP/1.1" 200 833 0.004969 10.0.0.242 - - [2025-12-11 02:25:54] "GET /aaa-mode HTTP/1.1" 401 293 0.000362 10.0.0.242 - - [2025-12-11 02:25:54] "GET / HTTP/1.1" 200 36215 0.002094 10.0.0.242 - - [2025-12-11 02:25:54] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000359 10.0.0.242 - - [2025-12-11 02:25:54] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000940 10.0.0.242 - - [2025-12-11 02:25:54] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.048714 10.0.0.242 - - [2025-12-11 02:25:54] "POST /neutron/network HTTP/1.1" 200 823 0.005694 10.0.0.242 - - [2025-12-11 02:25:54] "POST /neutron/port HTTP/1.1" 200 117 0.004421 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/port HTTP/1.1" 200 117 0.004390 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/port HTTP/1.1" 200 117 0.004294 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/network HTTP/1.1" 200 833 0.004734 10.0.0.242 - - [2025-12-11 02:25:55] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/port HTTP/1.1" 200 1059 0.172925 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/port HTTP/1.1" 200 1059 0.007799 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/port HTTP/1.1" 200 1059 0.007778 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/port HTTP/1.1" 200 1113 0.061111 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/port HTTP/1.1" 200 1087 0.009873 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.002611 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/subnet HTTP/1.1" 200 694 0.006043 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/port HTTP/1.1" 200 117 0.001010 10.0.0.242 - - [2025-12-11 02:25:55] "POST /neutron/network HTTP/1.1" 200 823 0.004372 10.0.0.242 - - [2025-12-11 02:26:00] "POST /neutron/port HTTP/1.1" 200 1087 0.009380 10.0.0.242 - - [2025-12-11 02:26:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005433 10.0.0.242 - - [2025-12-11 02:26:00] "POST /neutron/port HTTP/1.1" 200 1087 0.009154 10.0.0.242 - - [2025-12-11 02:26:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004708 10.0.0.242 - - [2025-12-11 02:26:00] "POST /neutron/port HTTP/1.1" 200 1087 0.009483 10.0.0.242 - - [2025-12-11 02:26:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005392 10.0.0.242 - - [2025-12-11 02:26:00] "GET /virtual-machine/a8676617-7025-4e32-a441-294e54812b2f HTTP/1.1" 200 1295 0.004397 10.0.0.242 - - [2025-12-11 02:26:00] "GET /virtual-machine-interface/150d9dcc-9631-43df-ab2c-36c852763310 HTTP/1.1" 200 2948 0.008028 10.0.0.242 - - [2025-12-11 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.002300 10.0.0.242 - - [2025-12-11 02:26:00] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002525 10.0.0.242 - - [2025-12-11 02:26:00] "GET /virtual-networks?parent_id=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002980 10.0.0.242 - - [2025-12-11 02:26:00] "GET /virtual-network/18c1929f-05e3-4ef9-8eec-1941fb3b0494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006568 10.0.0.242 - - [2025-12-11 02:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.242 - - [2025-12-11 02:26:03] "GET /virtual-network/18c1929f-05e3-4ef9-8eec-1941fb3b0494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005424 10.0.0.242 - - [2025-12-11 02:26:04] "POST /neutron/port HTTP/1.1" 200 1087 0.009749 10.0.0.242 - - [2025-12-11 02:26:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005027 10.0.0.242 - - [2025-12-11 02:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002596 10.0.0.242 - - [2025-12-11 02:26:05] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002581 10.0.0.242 - - [2025-12-11 02:26:05] "GET /virtual-networks?parent_id=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002376 10.0.0.242 - - [2025-12-11 02:26:05] "GET /virtual-network/18c1929f-05e3-4ef9-8eec-1941fb3b0494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005620 10.0.0.242 - - [2025-12-11 02:26:05] "POST /neutron/port HTTP/1.1" 200 1087 0.009553 10.0.0.242 - - [2025-12-11 02:26:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005072 10.0.0.242 - - [2025-12-11 02:26:09] "DELETE /project/69a0ee09b65e4bc8ae93736ee4100aa3 HTTP/1.1" 404 173 0.006304 10.0.0.242 - - [2025-12-11 02:26:09] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000822 10.0.0.242 - - [2025-12-11 02:26:09] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.022232 10.0.0.242 - - [2025-12-11 02:26:09] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001076 10.0.0.242 - - [2025-12-11 02:26:09] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?fields=security_groups HTTP/1.1" 200 1366 0.058796 10.0.0.242 - - [2025-12-11 02:26:09] "DELETE /security-group/2c08891b-ca43-4569-941f-ee7ee572fccc HTTP/1.1" 200 115 0.034844 10.0.0.242 - - [2025-12-11 02:26:09] "GET /projects?obj_uuids=38c81469-882f-4226-b07b-87c21e45f4d2&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000852 10.0.0.242 - - [2025-12-11 02:26:09] "DELETE /access-control-list/e4d2ab09-21cf-44ee-96ec-22349021095a HTTP/1.1" 200 115 0.022928 10.0.0.242 - - [2025-12-11 02:26:09] "GET /project/38c81469-882f-4226-b07b-87c21e45f4d2?fields=application_policy_sets HTTP/1.1" 200 1405 0.030098 10.0.0.242 - - [2025-12-11 02:26:09] "DELETE /access-control-list/9d0ad65a-b209-498b-b583-faa86d9a6825 HTTP/1.1" 200 115 0.023848 10.0.0.242 - - [2025-12-11 02:26:09] "DELETE /project/38c81469-882f-4226-b07b-87c21e45f4d2 HTTP/1.1" 200 115 0.294875 10.0.0.242 - - [2025-12-11 02:26:12] "POST /neutron/network HTTP/1.1" 200 823 0.005457 10.0.0.242 - - [2025-12-11 02:26:12] "POST /neutron/network HTTP/1.1" 400 204 0.009318 10.0.0.242 - - [2025-12-11 02:26:13] "POST /neutron/port HTTP/1.1" 200 1087 0.010160 10.0.0.242 - - [2025-12-11 02:26:13] "POST /neutron/port HTTP/1.1" 200 1113 0.006993 10.0.0.242 - - [2025-12-11 02:26:13] "POST /neutron/port HTTP/1.1" 200 151 0.082778 10.0.0.242 - - [2025-12-11 02:26:14] "POST /neutron/network HTTP/1.1" 200 823 0.004852 10.0.0.242 - - [2025-12-11 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.242 - - [2025-12-11 02:26:14] "POST /useragent-kv HTTP/1.1" 200 115 0.002656 10.0.0.242 - - [2025-12-11 02:26:14] "POST /useragent-kv HTTP/1.1" 200 115 0.001649 10.0.0.242 - - [2025-12-11 02:26:14] "POST /neutron/network HTTP/1.1" 200 151 0.068603 10.0.0.242 - - [2025-12-11 02:26:14] "DELETE /route-target/e721f6de-779a-4601-a2cd-2e6210544c14 HTTP/1.1" 200 115 0.015793 10.0.0.242 - - [2025-12-11 02:26:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.002354 10.0.0.242 - - [2025-12-11 02:26:15] "POST /network-ipams HTTP/1.1" 200 543 0.022842 10.0.0.242 - - [2025-12-11 02:26:15] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.002308 10.0.0.242 - - [2025-12-11 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.002772 10.0.0.242 - - [2025-12-11 02:26:15] "GET /network-ipam/c41cff12-2e4a-4d5a-a8a6-003afd382cb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.004019 10.0.0.242 - - [2025-12-11 02:26:15] "PUT /network-ipam/c41cff12-2e4a-4d5a-a8a6-003afd382cb9 HTTP/1.1" 200 259 0.010158 10.0.0.242 - - [2025-12-11 02:26:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.242 - - [2025-12-11 02:26:15] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000918 10.0.0.242 - - [2025-12-11 02:26:15] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.027478 10.0.0.242 - - [2025-12-11 02:26:15] "GET /obj-perms HTTP/1.1" 200 5075 0.063148 10.0.0.242 - - [2025-12-11 02:26:15] "POST /neutron/network HTTP/1.1" 200 117 0.007355 10.0.0.242 - - [2025-12-11 02:26:15] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000959 10.0.0.242 - - [2025-12-11 02:26:15] "POST /neutron/network HTTP/1.1" 200 605 0.069267 10.0.0.242 - - [2025-12-11 02:26:15] "POST /route-targets HTTP/1.1" 200 328 0.009114 10.0.0.242 - - [2025-12-11 02:26:15] "POST /ref-update HTTP/1.1" 200 156 0.009252 10.0.0.242 - - [2025-12-11 02:26:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001863 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.176962 10.0.0.242 - - [2025-12-11 02:26:16] "GET /obj-perms HTTP/1.1" 200 5075 0.045625 10.0.0.242 - - [2025-12-11 02:26:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003318 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.188310 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/network HTTP/1.1" 200 994 0.005875 10.0.0.242 - - [2025-12-11 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001066 10.0.0.242 - - [2025-12-11 02:26:16] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004098 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/network HTTP/1.1" 200 994 0.006748 10.0.0.242 - - [2025-12-11 02:26:16] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004108 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/network HTTP/1.1" 200 994 0.005809 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.005998 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.005643 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/network HTTP/1.1" 200 994 0.005472 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.005972 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/subnet HTTP/1.1" 200 699 0.005145 10.0.0.242 - - [2025-12-11 02:26:16] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000860 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/port HTTP/1.1" 200 1017 0.154991 10.0.0.242 - - [2025-12-11 02:26:16] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.054368 10.0.0.242 - - [2025-12-11 02:26:16] "POST /neutron/port HTTP/1.1" 200 1017 0.194499 10.0.0.242 - - [2025-12-11 02:26:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001115 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1017 0.006757 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1017 0.006932 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/network HTTP/1.1" 200 994 0.005812 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1017 0.006153 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.004516 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1017 0.006411 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.004766 10.0.0.242 - - [2025-12-11 02:26:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001688 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.005342 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1017 0.006259 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008092 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/network HTTP/1.1" 200 994 0.006655 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1017 0.006294 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1017 0.007575 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.005614 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.004285 10.0.0.242 - - [2025-12-11 02:26:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001208 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1017 0.010241 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/network HTTP/1.1" 200 1004 0.005099 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1017 0.008193 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1017 0.006314 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 117 0.007147 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1109 0.088670 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/network HTTP/1.1" 200 1004 0.006925 10.0.0.242 - - [2025-12-11 02:26:17] "GET /aaa-mode HTTP/1.1" 401 293 0.000376 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/port HTTP/1.1" 200 1083 0.010895 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003350 10.0.0.242 - - [2025-12-11 02:26:17] "POST /neutron/subnet HTTP/1.1" 200 673 0.006981 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/network HTTP/1.1" 200 994 0.006284 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/port HTTP/1.1" 200 1017 0.006907 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/network HTTP/1.1" 200 1004 0.005355 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/port HTTP/1.1" 200 1017 0.006451 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/port HTTP/1.1" 200 1017 0.006844 10.0.0.242 - - [2025-12-11 02:26:18] "GET / HTTP/1.1" 200 36215 0.001309 10.0.0.242 - - [2025-12-11 02:26:18] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000346 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/port HTTP/1.1" 200 1109 0.069251 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/port HTTP/1.1" 200 1083 0.012101 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003097 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/subnet HTTP/1.1" 200 673 0.008454 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/network HTTP/1.1" 200 994 0.007615 10.0.0.242 - - [2025-12-11 02:26:18] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.242 - - [2025-12-11 02:26:18] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.052658 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/network HTTP/1.1" 200 994 0.006920 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/port HTTP/1.1" 200 2050 0.017073 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006883 10.0.0.242 - - [2025-12-11 02:26:18] "POST /neutron/port HTTP/1.1" 200 117 0.004070 10.0.0.242 - - [2025-12-11 02:26:18] "GET /domains HTTP/1.1" 200 281 0.004414 10.0.0.242 - - [2025-12-11 02:26:18] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.242 - - [2025-12-11 02:26:18] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2583 0.007950 10.0.0.242 - - [2025-12-11 02:26:18] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.242 - - [2025-12-11 02:26:18] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3 HTTP/1.1" 200 2851 0.090785 10.0.0.242 - - [2025-12-11 02:26:18] "GET /network-ipam/c41cff12-2e4a-4d5a-a8a6-003afd382cb9 HTTP/1.1" 200 2650 0.008973 10.0.0.242 - - [2025-12-11 02:26:18] "GET /domains HTTP/1.1" 200 281 0.002053 10.0.0.242 - - [2025-12-11 02:26:18] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.242 - - [2025-12-11 02:26:18] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2583 0.006271 10.0.0.242 - - [2025-12-11 02:26:18] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.242 - - [2025-12-11 02:26:19] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3 HTTP/1.1" 200 2851 0.082123 10.0.0.242 - - [2025-12-11 02:26:19] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68 HTTP/1.1" 200 3789 0.008434 10.0.0.242 - - [2025-12-11 02:26:19] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68 HTTP/1.1" 200 3789 0.007171 10.0.0.242 - - [2025-12-11 02:26:19] "GET /routing-instance/d94be5e4-9ed9-4a70-9d17-b667c9585aba HTTP/1.1" 200 2386 0.006780 10.0.0.242 - - [2025-12-11 02:26:19] "GET /routing-instance/d94be5e4-9ed9-4a70-9d17-b667c9585aba HTTP/1.1" 200 2386 0.004879 10.0.0.242 - - [2025-12-11 02:26:19] "GET /route-target/1dff60d8-25e5-49ca-ab94-5f93dcac7d02 HTTP/1.1" 200 1206 0.006572 10.0.0.242 - - [2025-12-11 02:26:19] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68 HTTP/1.1" 200 3789 0.007736 10.0.0.242 - - [2025-12-11 02:26:19] "GET /routing-instance/d94be5e4-9ed9-4a70-9d17-b667c9585aba HTTP/1.1" 200 2386 0.003916 10.0.0.242 - - [2025-12-11 02:26:19] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006395 10.0.0.242 - - [2025-12-11 02:26:19] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68 HTTP/1.1" 200 3789 0.011414 10.0.0.242 - - [2025-12-11 02:26:19] "GET /routing-instance/d94be5e4-9ed9-4a70-9d17-b667c9585aba HTTP/1.1" 200 2386 0.007901 10.0.0.242 - - [2025-12-11 02:26:19] "GET /routing-instance/d94be5e4-9ed9-4a70-9d17-b667c9585aba HTTP/1.1" 200 2386 0.006120 10.0.0.242 - - [2025-12-11 02:26:19] "GET /route-target/1dff60d8-25e5-49ca-ab94-5f93dcac7d02 HTTP/1.1" 200 1206 0.006418 10.0.0.242 - - [2025-12-11 02:26:19] "GET /domains HTTP/1.1" 200 281 0.002578 10.0.0.242 - - [2025-12-11 02:26:19] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001802 10.0.0.242 - - [2025-12-11 02:26:19] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2583 0.009806 10.0.0.242 - - [2025-12-11 02:26:19] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000885 10.0.0.242 - - [2025-12-11 02:26:19] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3 HTTP/1.1" 200 2851 0.075461 10.0.0.242 - - [2025-12-11 02:26:19] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68 HTTP/1.1" 200 3789 0.006828 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/network HTTP/1.1" 200 1004 0.012516 10.0.0.242 - - [2025-12-11 02:26:19] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000913 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/port HTTP/1.1" 200 1055 0.229481 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/port HTTP/1.1" 200 1055 0.007655 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/port HTTP/1.1" 200 1055 0.010810 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/port HTTP/1.1" 200 1109 0.096419 10.0.0.242 - - [2025-12-11 02:26:19] "GET /obj-perms HTTP/1.1" 200 5049 0.099859 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/port HTTP/1.1" 200 1083 0.009199 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003095 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/subnet HTTP/1.1" 200 673 0.015449 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/port HTTP/1.1" 200 1083 0.013741 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/port HTTP/1.1" 200 117 0.001331 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005894 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/network HTTP/1.1" 200 994 0.006233 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/port HTTP/1.1" 200 1083 0.010455 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005766 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/port HTTP/1.1" 200 1083 0.014305 10.0.0.242 - - [2025-12-11 02:26:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006854 10.0.0.242 - - [2025-12-11 02:26:20] "GET /virtual-machine/21306815-72c2-4165-a434-7ebde654659e HTTP/1.1" 200 1290 0.007639 10.0.0.242 - - [2025-12-11 02:26:20] "GET /virtual-machine-interface/9fc553ad-3f48-4608-9598-83466f7ac366 HTTP/1.1" 200 2949 0.014773 10.0.0.242 - - [2025-12-11 02:26:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002490 10.0.0.242 - - [2025-12-11 02:26:20] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002773 10.0.0.242 - - [2025-12-11 02:26:20] "GET /virtual-networks?parent_id=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.007095 10.0.0.242 - - [2025-12-11 02:26:20] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005071 10.0.0.242 - - [2025-12-11 02:26:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.242 - - [2025-12-11 02:26:23] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.003911 10.0.0.242 - - [2025-12-11 02:26:26] "POST /neutron/port HTTP/1.1" 200 1083 0.009041 10.0.0.242 - - [2025-12-11 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004620 10.0.0.242 - - [2025-12-11 02:26:26] "POST /neutron/port HTTP/1.1" 200 1083 0.010108 10.0.0.242 - - [2025-12-11 02:26:26] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004329 10.0.0.242 - - [2025-12-11 02:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.242 - - [2025-12-11 02:26:27] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004178 10.0.0.242 - - [2025-12-11 02:26:28] "POST /neutron/port HTTP/1.1" 200 1083 0.008585 10.0.0.242 - - [2025-12-11 02:26:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.004703 10.0.0.242 - - [2025-12-11 02:26:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.242 - - [2025-12-11 02:26:29] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003109 10.0.0.242 - - [2025-12-11 02:26:29] "GET /virtual-networks?parent_id=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002928 10.0.0.242 - - [2025-12-11 02:26:29] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004595 10.0.0.242 - - [2025-12-11 02:26:29] "POST /neutron/port HTTP/1.1" 200 1083 0.009650 10.0.0.242 - - [2025-12-11 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005389 10.0.0.242 - - [2025-12-11 02:26:29] "POST /neutron/port HTTP/1.1" 200 1083 0.009325 10.0.0.242 - - [2025-12-11 02:26:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005220 10.0.0.242 - - [2025-12-11 02:26:30] "POST /neutron/port HTTP/1.1" 200 1083 0.009357 10.0.0.242 - - [2025-12-11 02:26:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005908 10.0.0.242 - - [2025-12-11 02:26:30] "GET /virtual-machine/a7bd7733-cdf3-4fb6-979c-395664cf0d32 HTTP/1.1" 200 1291 0.004510 10.0.0.242 - - [2025-12-11 02:26:30] "GET /virtual-machine-interface/f32b03bc-db28-483e-adef-6e488495968f HTTP/1.1" 200 2949 0.004641 10.0.0.242 - - [2025-12-11 02:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002647 10.0.0.242 - - [2025-12-11 02:26:30] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003046 10.0.0.242 - - [2025-12-11 02:26:30] "GET /virtual-networks?parent_id=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003103 10.0.0.242 - - [2025-12-11 02:26:30] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004690 10.0.0.242 - - [2025-12-11 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002600 10.0.0.242 - - [2025-12-11 02:26:31] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002384 10.0.0.242 - - [2025-12-11 02:26:31] "GET /virtual-networks?parent_id=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002540 10.0.0.242 - - [2025-12-11 02:26:31] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004868 10.0.0.242 - - [2025-12-11 02:26:31] "POST /neutron/port HTTP/1.1" 200 1083 0.010185 10.0.0.242 - - [2025-12-11 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006849 10.0.0.242 - - [2025-12-11 02:26:31] "POST /neutron/port HTTP/1.1" 200 1083 0.010919 10.0.0.242 - - [2025-12-11 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005258 10.0.0.242 - - [2025-12-11 02:26:31] "POST /neutron/port HTTP/1.1" 200 1083 0.009241 10.0.0.242 - - [2025-12-11 02:26:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.005194 10.0.0.242 - - [2025-12-11 02:26:31] "GET /virtual-machine/7235e3c8-9a92-4a9f-84c4-afb7822226cb HTTP/1.1" 200 1293 0.003750 10.0.0.242 - - [2025-12-11 02:26:31] "GET /virtual-machine-interface/41aa8f32-428d-4b3e-8df6-e13262ad3c55 HTTP/1.1" 200 2948 0.004148 10.0.0.242 - - [2025-12-11 02:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002381 10.0.0.242 - - [2025-12-11 02:26:31] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002408 10.0.0.242 - - [2025-12-11 02:26:31] "GET /virtual-networks?parent_id=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002730 10.0.0.242 - - [2025-12-11 02:26:31] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004524 10.0.0.242 - - [2025-12-11 02:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.002986 10.0.0.242 - - [2025-12-11 02:26:33] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002573 10.0.0.242 - - [2025-12-11 02:26:33] "GET /virtual-networks?parent_id=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002509 10.0.0.242 - - [2025-12-11 02:26:33] "GET /virtual-network/e7ad5f3a-73c6-4854-9979-bb7b7d1b5d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.004820 10.0.0.242 - - [2025-12-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1083 0.018366 10.0.0.242 - - [2025-12-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1083 0.009502 10.0.0.242 - - [2025-12-11 02:26:48] "POST /neutron/port HTTP/1.1" 200 1109 0.011424 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/network HTTP/1.1" 200 1004 0.007292 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1109 0.010454 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003800 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/subnet HTTP/1.1" 200 673 0.012014 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.001332 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/network HTTP/1.1" 200 994 0.005724 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 151 0.119985 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1109 0.008764 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1109 0.008070 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1083 0.010377 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 1109 0.012636 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 151 0.130769 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/network HTTP/1.1" 200 994 0.006283 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/network HTTP/1.1" 400 204 0.015065 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 151 0.100531 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/port HTTP/1.1" 200 117 0.004710 10.0.0.242 - - [2025-12-11 02:26:49] "POST /neutron/port HTTP/1.1" 400 205 0.002768 10.0.0.242 - - [2025-12-11 02:26:51] "POST /neutron/network HTTP/1.1" 200 994 0.006017 10.0.0.242 - - [2025-12-11 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.242 - - [2025-12-11 02:26:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002715 10.0.0.242 - - [2025-12-11 02:26:51] "DELETE /route-target/1dff60d8-25e5-49ca-ab94-5f93dcac7d02 HTTP/1.1" 200 115 0.019368 10.0.0.242 - - [2025-12-11 02:26:51] "POST /useragent-kv HTTP/1.1" 200 115 0.003923 10.0.0.242 - - [2025-12-11 02:26:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001783 10.0.0.242 - - [2025-12-11 02:26:51] "POST /useragent-kv HTTP/1.1" 200 115 0.001840 10.0.0.242 - - [2025-12-11 02:26:51] "POST /neutron/network HTTP/1.1" 200 151 0.100576 10.0.0.242 - - [2025-12-11 02:26:51] "GET /routing-instance/d94be5e4-9ed9-4a70-9d17-b667c9585aba HTTP/1.1" 404 171 0.002017 10.0.0.242 - - [2025-12-11 02:26:51] "GET /domains HTTP/1.1" 200 281 0.001844 10.0.0.242 - - [2025-12-11 02:26:51] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000848 10.0.0.242 - - [2025-12-11 02:26:51] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 2583 0.047386 10.0.0.242 - - [2025-12-11 02:26:51] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001604 10.0.0.242 - - [2025-12-11 02:26:51] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3 HTTP/1.1" 200 2091 0.080963 10.0.0.242 - - [2025-12-11 02:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002356 10.0.0.242 - - [2025-12-11 02:26:51] "DELETE /network-ipam/c41cff12-2e4a-4d5a-a8a6-003afd382cb9 HTTP/1.1" 200 115 0.027078 10.0.0.242 - - [2025-12-11 02:26:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.002327 10.0.0.242 - - [2025-12-11 02:26:52] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000916 10.0.0.242 - - [2025-12-11 02:26:52] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024376 10.0.0.242 - - [2025-12-11 02:26:52] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000840 10.0.0.242 - - [2025-12-11 02:26:52] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?fields=virtual_networks HTTP/1.1" 200 1034 0.068745 10.0.0.242 - - [2025-12-11 02:26:52] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001134 10.0.0.242 - - [2025-12-11 02:26:52] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021285 10.0.0.242 - - [2025-12-11 02:26:52] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001116 10.0.0.242 - - [2025-12-11 02:26:52] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?fields=security_groups HTTP/1.1" 200 1261 0.020872 10.0.0.242 - - [2025-12-11 02:26:54] "POST /neutron/port HTTP/1.1" 200 117 0.004328 10.0.0.242 - - [2025-12-11 02:26:54] "POST /neutron/port HTTP/1.1" 400 205 0.002488 10.0.0.242 - - [2025-12-11 02:26:58] "GET / HTTP/1.1" 200 36215 0.001553 10.0.0.242 - - [2025-12-11 02:26:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000448 10.0.0.242 - - [2025-12-11 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 183 0.043702 10.0.0.242 - - [2025-12-11 02:26:59] "GET /projects?obj_uuids=7f33b459-936c-464e-974c-1ee1af7c6351&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002859 10.0.0.242 - - [2025-12-11 02:26:59] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001195 10.0.0.242 - - [2025-12-11 02:26:59] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006201 10.0.0.242 - - [2025-12-11 02:26:59] "POST /id-to-fqname HTTP/1.1" 200 185 0.001860 10.0.0.242 - - [2025-12-11 02:26:59] "POST /fqname-to-id HTTP/1.1" 404 194 0.002463 10.0.0.242 - - [2025-12-11 02:27:00] "POST /security-groups HTTP/1.1" 200 586 0.067967 10.0.0.242 - - [2025-12-11 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.002805 10.0.0.242 - - [2025-12-11 02:27:00] "POST /projects HTTP/1.1" 200 575 0.206475 10.0.0.242 - - [2025-12-11 02:27:00] "POST /access-control-lists HTTP/1.1" 200 593 0.056538 10.0.0.242 - - [2025-12-11 02:27:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.274849 10.0.0.242 - - [2025-12-11 02:27:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.003424 10.0.0.242 - - [2025-12-11 02:27:00] "GET /project/7f33b459-936c-464e-974c-1ee1af7c6351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.388492 10.0.0.242 - - [2025-12-11 02:27:00] "POST /access-control-lists HTTP/1.1" 200 591 0.056420 10.0.0.242 - - [2025-12-11 02:27:01] "GET / HTTP/1.1" 200 36215 0.001900 10.0.0.242 - - [2025-12-11 02:27:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000436 10.0.0.242 - - [2025-12-11 02:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.025190 10.0.0.242 - - [2025-12-11 02:27:03] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003318 10.0.0.242 - - [2025-12-11 02:27:03] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002939 10.0.0.242 - - [2025-12-11 02:27:03] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003668 10.0.0.242 - - [2025-12-11 02:27:03] "PUT /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983 HTTP/1.1" 200 265 0.010360 10.0.0.242 - - [2025-12-11 02:27:03] "GET /aaa-mode HTTP/1.1" 401 293 0.000418 10.0.0.242 - - [2025-12-11 02:27:04] "GET /aaa-mode HTTP/1.1" 200 128 0.023051 10.0.0.242 - - [2025-12-11 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 183 0.020368 10.0.0.242 - - [2025-12-11 02:27:04] "GET /projects?obj_uuids=0c1b598d-f2cb-4c5f-a255-99492fa1dcde&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001950 10.0.0.242 - - [2025-12-11 02:27:04] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001211 10.0.0.242 - - [2025-12-11 02:27:04] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006128 10.0.0.242 - - [2025-12-11 02:27:04] "POST /id-to-fqname HTTP/1.1" 200 185 0.001016 10.0.0.242 - - [2025-12-11 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 194 0.004490 10.0.0.242 - - [2025-12-11 02:27:04] "POST /security-groups HTTP/1.1" 200 586 0.059942 10.0.0.242 - - [2025-12-11 02:27:04] "POST /fqname-to-id HTTP/1.1" 404 229 0.002068 10.0.0.242 - - [2025-12-11 02:27:04] "POST /projects HTTP/1.1" 200 575 0.201884 10.0.0.242 - - [2025-12-11 02:27:05] "POST /access-control-lists HTTP/1.1" 200 593 0.054299 10.0.0.242 - - [2025-12-11 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.268395 10.0.0.242 - - [2025-12-11 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.002872 10.0.0.242 - - [2025-12-11 02:27:05] "GET /project/0c1b598d-f2cb-4c5f-a255-99492fa1dcde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.385022 10.0.0.242 - - [2025-12-11 02:27:05] "POST /access-control-lists HTTP/1.1" 200 591 0.056384 10.0.0.242 - - [2025-12-11 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 183 0.023008 10.0.0.242 - - [2025-12-11 02:27:05] "GET /projects?obj_uuids=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002746 10.0.0.242 - - [2025-12-11 02:27:05] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000999 10.0.0.242 - - [2025-12-11 02:27:05] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005707 10.0.0.242 - - [2025-12-11 02:27:05] "POST /id-to-fqname HTTP/1.1" 200 185 0.001728 10.0.0.242 - - [2025-12-11 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 194 0.002476 10.0.0.242 - - [2025-12-11 02:27:05] "POST /security-groups HTTP/1.1" 200 586 0.072808 10.0.0.242 - - [2025-12-11 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 229 0.003657 10.0.0.242 - - [2025-12-11 02:27:05] "POST /projects HTTP/1.1" 200 575 0.217653 10.0.0.242 - - [2025-12-11 02:27:05] "POST /access-control-lists HTTP/1.1" 200 593 0.055987 10.0.0.242 - - [2025-12-11 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.285072 10.0.0.242 - - [2025-12-11 02:27:05] "POST /fqname-to-id HTTP/1.1" 404 228 0.002687 10.0.0.242 - - [2025-12-11 02:27:05] "GET /project/f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.400604 10.0.0.242 - - [2025-12-11 02:27:05] "POST /access-control-lists HTTP/1.1" 200 591 0.056552 10.0.0.242 - - [2025-12-11 02:27:06] "GET / HTTP/1.1" 200 36215 0.001884 10.0.0.242 - - [2025-12-11 02:27:07] "GET / HTTP/1.1" 200 36215 0.001455 10.0.0.242 - - [2025-12-11 02:27:07] "POST /fqname-to-id HTTP/1.1" 404 183 0.002514 10.0.0.242 - - [2025-12-11 02:27:07] "POST /api-access-lists HTTP/1.1" 200 523 0.013564 10.0.0.242 - - [2025-12-11 02:27:07] "GET /api-access-list/48b16d1c-fee9-4e75-b874-295d592b9ab5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.003961 10.0.0.242 - - [2025-12-11 02:27:07] "GET /api-access-list/48b16d1c-fee9-4e75-b874-295d592b9ab5 HTTP/1.1" 401 293 0.000440 10.0.0.242 - - [2025-12-11 02:27:08] "GET /api-access-list/48b16d1c-fee9-4e75-b874-295d592b9ab5 HTTP/1.1" 200 1267 0.051608 10.0.0.242 - - [2025-12-11 02:27:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000333 10.0.0.242 - - [2025-12-11 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.055351 10.0.0.242 - - [2025-12-11 02:27:08] "GET /projects?obj_uuids=0c1b598d-f2cb-4c5f-a255-99492fa1dcde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001169 10.0.0.242 - - [2025-12-11 02:27:08] "GET /project/0c1b598d-f2cb-4c5f-a255-99492fa1dcde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.029560 10.0.0.242 - - [2025-12-11 02:27:08] "GET /virtual-networks?parent_id=0c1b598d-f2cb-4c5f-a255-99492fa1dcde&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.010393 10.0.0.242 - - [2025-12-11 02:27:08] "POST /virtual-networks HTTP/1.1" 200 570 0.041626 10.0.0.242 - - [2025-12-11 02:27:08] "POST /route-targets HTTP/1.1" 200 328 0.011176 10.0.0.242 - - [2025-12-11 02:27:08] "POST /ref-update HTTP/1.1" 200 156 0.009301 10.0.0.242 - - [2025-12-11 02:27:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.009632 10.0.0.242 - - [2025-12-11 02:27:08] "GET /network-ipam/ee2854aa-536b-4744-b17a-a8a0f1a35985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.008030 10.0.0.242 - - [2025-12-11 02:27:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003242 10.0.0.242 - - [2025-12-11 02:27:08] "POST /ref-update HTTP/1.1" 200 156 0.038780 10.0.0.242 - - [2025-12-11 02:27:08] "POST /neutron/network HTTP/1.1" 200 830 0.045162 10.0.0.242 - - [2025-12-11 02:27:08] "POST /neutron/network HTTP/1.1" 200 830 0.016506 10.0.0.242 - - [2025-12-11 02:27:08] "GET /virtual-network/bebe3eda-976c-49eb-b4e2-f547289e043a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011321 10.0.0.242 - - [2025-12-11 02:27:08] "POST /neutron/network HTTP/1.1" 200 830 0.018339 10.0.0.242 - - [2025-12-11 02:27:08] "POST /neutron/subnet HTTP/1.1" 200 668 0.022448 10.0.0.242 - - [2025-12-11 02:27:08] "GET /virtual-network/bebe3eda-976c-49eb-b4e2-f547289e043a HTTP/1.1" 401 293 0.000340 10.0.0.242 - - [2025-12-11 02:27:09] "GET /virtual-network/bebe3eda-976c-49eb-b4e2-f547289e043a HTTP/1.1" 200 2266 0.036605 10.0.0.242 - - [2025-12-11 02:27:09] "GET /virtual-network/bebe3eda-976c-49eb-b4e2-f547289e043a HTTP/1.1" 401 293 0.000377 10.0.0.242 - - [2025-12-11 02:27:09] "GET /virtual-network/bebe3eda-976c-49eb-b4e2-f547289e043a HTTP/1.1" 200 2005 0.046466 10.0.0.242 - - [2025-12-11 02:27:09] "DELETE /project/0c1b598df2cb4c5fa25599492fa1dcde HTTP/1.1" 404 173 0.007162 10.0.0.242 - - [2025-12-11 02:27:09] "DELETE /project/f8a1cf5ace7b4f3ba1bead90ff73be37 HTTP/1.1" 404 173 0.006406 10.0.0.242 - - [2025-12-11 02:27:09] "DELETE /project/7f33b459936c464e974c1ee1af7c6351 HTTP/1.1" 404 173 0.004387 10.0.0.242 - - [2025-12-11 02:27:09] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000782 10.0.0.242 - - [2025-12-11 02:27:09] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.023638 10.0.0.242 - - [2025-12-11 02:27:09] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000824 10.0.0.242 - - [2025-12-11 02:27:09] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?fields=security_groups HTTP/1.1" 200 1363 0.066556 10.0.0.242 - - [2025-12-11 02:27:09] "DELETE /security-group/314586c7-2476-41f9-8b81-d36debddb8f1 HTTP/1.1" 200 115 0.030982 10.0.0.242 - - [2025-12-11 02:27:09] "GET /projects?obj_uuids=69a0ee09-b65e-4bc8-ae93-736ee4100aa3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000882 10.0.0.242 - - [2025-12-11 02:27:09] "DELETE /access-control-list/28060681-b0ad-4dff-a5d8-dcec03ac403a HTTP/1.1" 200 115 0.023811 10.0.0.242 - - [2025-12-11 02:27:09] "GET /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3?fields=application_policy_sets HTTP/1.1" 200 1402 0.031021 10.0.0.242 - - [2025-12-11 02:27:09] "DELETE /access-control-list/295c12fd-a562-4979-a332-c0c70a990a2a HTTP/1.1" 200 115 0.026822 10.0.0.242 - - [2025-12-11 02:27:09] "DELETE /project/69a0ee09-b65e-4bc8-ae93-736ee4100aa3 HTTP/1.1" 200 115 0.297661 10.0.0.242 - - [2025-12-11 02:27:09] "GET /obj-perms HTTP/1.1" 200 4934 0.054600 10.0.0.242 - - [2025-12-11 02:27:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000335 10.0.0.242 - - [2025-12-11 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.026250 10.0.0.242 - - [2025-12-11 02:27:10] "GET /virtual-network/bebe3eda-976c-49eb-b4e2-f547289e043a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011531 10.0.0.242 - - [2025-12-11 02:27:10] "GET /obj-perms HTTP/1.1" 200 4934 0.009079 10.0.0.242 - - [2025-12-11 02:27:10] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.014104 10.0.0.242 - - [2025-12-11 02:27:10] "GET /obj-perms HTTP/1.1" 200 4934 0.053452 10.0.0.242 - - [2025-12-11 02:27:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.002214 10.0.0.242 - - [2025-12-11 02:27:10] "GET /virtual-network/bebe3eda-976c-49eb-b4e2-f547289e043a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.012447 10.0.0.242 - - [2025-12-11 02:27:10] "GET /obj-perms HTTP/1.1" 200 4934 0.008530 10.0.0.242 - - [2025-12-11 02:27:11] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 362 0.016723 10.0.0.242 - - [2025-12-11 02:27:11] "POST /id-to-fqname HTTP/1.1" 401 293 0.000400 10.0.0.242 - - [2025-12-11 02:27:11] "POST /id-to-fqname HTTP/1.1" 200 230 0.032093 10.0.0.242 - - [2025-12-11 02:27:11] "POST /neutron/network HTTP/1.1" 200 840 0.039129 10.0.0.242 - - [2025-12-11 02:27:11] "GET /aaa-mode HTTP/1.1" 401 293 0.000346 10.0.0.242 - - [2025-12-11 02:27:12] "GET / HTTP/1.1" 200 36215 0.001719 10.0.0.242 - - [2025-12-11 02:27:12] "GET /project/f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000386 10.0.0.242 - - [2025-12-11 02:27:12] "GET /projects?obj_uuids=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000989 10.0.0.242 - - [2025-12-11 02:27:12] "GET /project/f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.044437 10.0.0.242 - - [2025-12-11 02:27:12] "POST /neutron/network HTTP/1.1" 200 830 0.004642 10.0.0.242 - - [2025-12-11 02:27:12] "POST /neutron/port HTTP/1.1" 200 117 0.029222 10.0.0.242 - - [2025-12-11 02:27:12] "POST /neutron/port HTTP/1.1" 200 117 0.005194 10.0.0.242 - - [2025-12-11 02:27:12] "POST /neutron/port HTTP/1.1" 200 117 0.004485 10.0.0.242 - - [2025-12-11 02:27:13] "POST /neutron/network HTTP/1.1" 200 840 0.016340 10.0.0.242 - - [2025-12-11 02:27:13] "POST /neutron/network HTTP/1.1" 200 830 0.020710 10.0.0.242 - - [2025-12-11 02:27:13] "GET /projects?obj_uuids=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001486 10.0.0.242 - - [2025-12-11 02:27:13] "POST /neutron/port HTTP/1.1" 200 1054 0.304761 10.0.0.242 - - [2025-12-11 02:27:13] "POST /neutron/port HTTP/1.1" 200 1054 0.007388 10.0.0.242 - - [2025-12-11 02:27:13] "POST /neutron/port HTTP/1.1" 200 1054 0.007109 10.0.0.242 - - [2025-12-11 02:27:13] "POST /neutron/port HTTP/1.1" 200 1108 0.052912 10.0.0.242 - - [2025-12-11 02:27:13] "POST /neutron/port HTTP/1.1" 200 1082 0.008697 10.0.0.242 - - [2025-12-11 02:27:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004139 10.0.0.242 - - [2025-12-11 02:27:13] "POST /neutron/subnet HTTP/1.1" 200 642 0.006272 10.0.0.242 - - [2025-12-11 02:27:13] "POST /neutron/port HTTP/1.1" 200 117 0.001047 10.0.0.242 - - [2025-12-11 02:27:13] "POST /neutron/network HTTP/1.1" 200 830 0.004531 10.0.0.242 - - [2025-12-11 02:27:16] "GET /obj-perms HTTP/1.1" 200 5075 0.047802 10.0.0.242 - - [2025-12-11 02:27:16] "GET /obj-perms HTTP/1.1" 200 5075 0.046203 10.0.0.242 - - [2025-12-11 02:27:17] "POST /neutron/port HTTP/1.1" 200 1082 0.008804 10.0.0.242 - - [2025-12-11 02:27:17] "POST /neutron/security_group HTTP/1.1" 200 2053 0.004856 10.0.0.242 - - [2025-12-11 02:27:18] "POST /neutron/port HTTP/1.1" 200 1082 0.009281 10.0.0.242 - - [2025-12-11 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005789 10.0.0.242 - - [2025-12-11 02:27:18] "POST /neutron/port HTTP/1.1" 200 1082 0.009219 10.0.0.242 - - [2025-12-11 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006818 10.0.0.242 - - [2025-12-11 02:27:18] "POST /neutron/port HTTP/1.1" 200 1082 0.010673 10.0.0.242 - - [2025-12-11 02:27:18] "POST /neutron/security_group HTTP/1.1" 200 2053 0.005385 10.0.0.242 - - [2025-12-11 02:27:18] "GET /virtual-machine/50c46f52-c79a-4d8c-8dd9-53d496b08624 HTTP/1.1" 200 1289 0.010992 10.0.0.242 - - [2025-12-11 02:27:18] "GET /virtual-machine/50c46f52-c79a-4d8c-8dd9-53d496b08624 HTTP/1.1" 200 1289 0.010011 10.0.0.242 - - [2025-12-11 02:27:18] "GET /virtual-machine-interface/14d386a9-1783-4b27-9338-1fab3ac9b9d2 HTTP/1.1" 200 2536 0.013040 10.0.0.242 - - [2025-12-11 02:27:18] "GET /virtual-machine/50c46f52-c79a-4d8c-8dd9-53d496b08624 HTTP/1.1" 200 1289 0.009577 10.0.0.242 - - [2025-12-11 02:27:18] "GET /virtual-machine-interface/14d386a9-1783-4b27-9338-1fab3ac9b9d2 HTTP/1.1" 200 2536 0.013952 10.0.0.242 - - [2025-12-11 02:27:18] "GET /instance-ip/12d81a25-2141-47ad-a80c-bba2b4fc036d HTTP/1.1" 200 1627 0.012661 10.0.0.242 - - [2025-12-11 02:27:18] "GET /virtual-machine/50c46f52-c79a-4d8c-8dd9-53d496b08624 HTTP/1.1" 200 1289 0.017998 10.0.0.242 - - [2025-12-11 02:27:18] "GET /virtual-machine-interface/14d386a9-1783-4b27-9338-1fab3ac9b9d2 HTTP/1.1" 200 2536 0.020308 10.0.0.242 - - [2025-12-11 02:27:18] "GET /instance-ip/12d81a25-2141-47ad-a80c-bba2b4fc036d HTTP/1.1" 200 1627 0.011746 10.0.0.242 - - [2025-12-11 02:27:18] "POST /fqname-to-id HTTP/1.1" 403 339 0.008581 10.0.0.242 - - [2025-12-11 02:27:18] "GET / HTTP/1.1" 200 36215 0.001716 10.0.0.242 - - [2025-12-11 02:27:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000437 10.0.0.242 - - [2025-12-11 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.025772 10.0.0.242 - - [2025-12-11 02:27:19] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003921 10.0.0.242 - - [2025-12-11 02:27:19] "GET /virtual-networks?parent_id=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.011206 10.0.0.242 - - [2025-12-11 02:27:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.008814 10.0.0.242 - - [2025-12-11 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002710 10.0.0.242 - - [2025-12-11 02:27:19] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003062 10.0.0.242 - - [2025-12-11 02:27:19] "GET /virtual-networks?parent_id=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009303 10.0.0.242 - - [2025-12-11 02:27:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.009423 10.0.0.242 - - [2025-12-11 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.242 - - [2025-12-11 02:27:19] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002944 10.0.0.242 - - [2025-12-11 02:27:19] "GET /virtual-networks?parent_id=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008191 10.0.0.242 - - [2025-12-11 02:27:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.008899 10.0.0.242 - - [2025-12-11 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002540 10.0.0.242 - - [2025-12-11 02:27:19] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002836 10.0.0.242 - - [2025-12-11 02:27:19] "GET /virtual-networks?parent_id=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009797 10.0.0.242 - - [2025-12-11 02:27:19] "POST /fqname-to-id HTTP/1.1" 403 339 0.009339 10.0.0.242 - - [2025-12-11 02:27:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002484 10.0.0.242 - - [2025-12-11 02:27:19] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002754 10.0.0.242 - - [2025-12-11 02:27:19] "GET /virtual-networks?parent_id=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008954 10.0.0.242 - - [2025-12-11 02:27:22] "POST /neutron/port HTTP/1.1" 200 1082 0.009527 10.0.0.242 - - [2025-12-11 02:27:22] "POST /neutron/security_group HTTP/1.1" 200 2053 0.006701 10.0.0.242 - - [2025-12-11 02:27:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.009154 10.0.0.242 - - [2025-12-11 02:27:22] "GET /virtual-network/bebe3eda-976c-49eb-b4e2-f547289e043a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.013207 10.0.0.242 - - [2025-12-11 02:27:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.008673 10.0.0.242 - - [2025-12-11 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002476 10.0.0.242 - - [2025-12-11 02:27:24] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002438 10.0.0.242 - - [2025-12-11 02:27:24] "GET /virtual-networks?parent_id=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008587 10.0.0.242 - - [2025-12-11 02:27:24] "POST /fqname-to-id HTTP/1.1" 403 339 0.009080 10.0.0.242 - - [2025-12-11 02:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.001843 10.0.0.242 - - [2025-12-11 02:27:24] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002216 10.0.0.242 - - [2025-12-11 02:27:25] "GET /virtual-networks?parent_id=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008442 10.0.0.242 - - [2025-12-11 02:27:25] "POST /fqname-to-id HTTP/1.1" 403 361 0.008679 10.0.0.242 - - [2025-12-11 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002469 10.0.0.242 - - [2025-12-11 02:27:25] "GET /routing-instance/514e1c20-88bc-4ef9-b0ec-95963a818198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002659 10.0.0.242 - - [2025-12-11 02:27:25] "GET /route-target/515104a1-22e0-4869-be56-9a5d811192ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008416 10.0.0.242 - - [2025-12-11 02:27:25] "GET /route-target/515104a1-22e0-4869-be56-9a5d811192ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003603 10.0.0.242 - - [2025-12-11 02:27:25] "POST /fqname-to-id HTTP/1.1" 403 339 0.010536 10.0.0.242 - - [2025-12-11 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.001940 10.0.0.242 - - [2025-12-11 02:27:25] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003698 10.0.0.242 - - [2025-12-11 02:27:25] "GET /virtual-networks?parent_id=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008901 10.0.0.242 - - [2025-12-11 02:27:25] "POST /fqname-to-id HTTP/1.1" 403 361 0.008206 10.0.0.242 - - [2025-12-11 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.242 - - [2025-12-11 02:27:25] "GET /routing-instance/514e1c20-88bc-4ef9-b0ec-95963a818198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.002739 10.0.0.242 - - [2025-12-11 02:27:25] "GET /route-target/515104a1-22e0-4869-be56-9a5d811192ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.008308 10.0.0.242 - - [2025-12-11 02:27:25] "GET /route-target/515104a1-22e0-4869-be56-9a5d811192ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002327 10.0.0.242 - - [2025-12-11 02:27:25] "GET /obj-perms HTTP/1.1" 200 4934 0.008516 10.0.0.242 - - [2025-12-11 02:27:25] "GET /virtual-machine/50c46f52-c79a-4d8c-8dd9-53d496b08624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008670 10.0.0.242 - - [2025-12-11 02:27:25] "GET /obj-perms HTTP/1.1" 200 4934 0.008163 10.0.0.242 - - [2025-12-11 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002512 10.0.0.242 - - [2025-12-11 02:27:25] "GET /virtual-machine-interface/14d386a9-1783-4b27-9338-1fab3ac9b9d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.017334 10.0.0.242 - - [2025-12-11 02:27:25] "GET /obj-perms HTTP/1.1" 200 4934 0.009069 10.0.0.242 - - [2025-12-11 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.002590 10.0.0.242 - - [2025-12-11 02:27:25] "GET /virtual-machine-interface/14d386a9-1783-4b27-9338-1fab3ac9b9d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.013286 10.0.0.242 - - [2025-12-11 02:27:25] "GET /obj-perms HTTP/1.1" 200 4934 0.008974 10.0.0.242 - - [2025-12-11 02:27:25] "GET /virtual-machine/50c46f52-c79a-4d8c-8dd9-53d496b08624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.008615 10.0.0.242 - - [2025-12-11 02:27:26] "GET /obj-perms HTTP/1.1" 200 4934 0.008647 10.0.0.242 - - [2025-12-11 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.242 - - [2025-12-11 02:27:26] "GET /virtual-machine-interface/14d386a9-1783-4b27-9338-1fab3ac9b9d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2314 0.017268 10.0.0.242 - - [2025-12-11 02:27:26] "GET /obj-perms HTTP/1.1" 200 4934 0.009056 10.0.0.242 - - [2025-12-11 02:27:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002248 10.0.0.242 - - [2025-12-11 02:27:26] "GET /virtual-network/bebe3eda-976c-49eb-b4e2-f547289e043a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1980 0.011741 10.0.0.242 - - [2025-12-11 02:27:26] "GET /obj-perms HTTP/1.1" 200 4934 0.008424 10.0.0.242 - - [2025-12-11 02:27:26] "GET /virtual-machine/50c46f52-c79a-4d8c-8dd9-53d496b08624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.010325 10.0.0.242 - - [2025-12-11 02:27:26] "GET /obj-perms HTTP/1.1" 200 4934 0.009180 10.0.0.242 - - [2025-12-11 02:27:26] "GET /obj-perms HTTP/1.1" 200 4934 0.009635 10.0.0.242 - - [2025-12-11 02:27:26] "GET /obj-perms HTTP/1.1" 200 4934 0.056365 10.0.0.242 - - [2025-12-11 02:27:26] "GET /obj-perms HTTP/1.1" 200 4934 0.010040 10.0.0.242 - - [2025-12-11 02:27:27] "GET /obj-perms HTTP/1.1" 200 5039 0.051929 10.0.0.242 - - [2025-12-11 02:27:27] "GET /obj-perms HTTP/1.1" 200 5039 0.002896 10.0.0.242 - - [2025-12-11 02:27:27] "GET /obj-perms HTTP/1.1" 200 4934 0.008683 10.0.0.242 - - [2025-12-11 02:27:27] "GET /obj-perms HTTP/1.1" 200 4934 0.008334 10.0.0.242 - - [2025-12-11 02:27:27] "GET /obj-perms HTTP/1.1" 200 4934 0.061902 10.0.0.242 - - [2025-12-11 02:27:27] "GET /obj-perms HTTP/1.1" 200 4934 0.011380 10.0.0.242 - - [2025-12-11 02:27:27] "GET /obj-perms HTTP/1.1" 200 5039 0.002805 10.0.0.242 - - [2025-12-11 02:27:28] "GET /obj-perms HTTP/1.1" 200 5039 0.002760 10.0.0.242 - - [2025-12-11 02:27:28] "GET /obj-perms HTTP/1.1" 200 4934 0.009340 10.0.0.242 - - [2025-12-11 02:27:28] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.009139 10.0.0.242 - - [2025-12-11 02:27:28] "GET /virtual-machine/50c46f52-c79a-4d8c-8dd9-53d496b08624 HTTP/1.1" 200 1289 0.012457 10.0.0.242 - - [2025-12-11 02:27:28] "POST /neutron/port HTTP/1.1" 200 1082 0.013358 10.0.0.242 - - [2025-12-11 02:27:28] "POST /neutron/port HTTP/1.1" 200 1108 0.006855 10.0.0.242 - - [2025-12-11 02:27:28] "POST /neutron/port HTTP/1.1" 200 151 0.080883 10.0.0.242 - - [2025-12-11 02:27:30] "GET /virtual-machine/50c46f52-c79a-4d8c-8dd9-53d496b08624 HTTP/1.1" 404 171 0.008209 10.0.0.242 - - [2025-12-11 02:27:30] "GET /virtual-machine/50c46f52-c79a-4d8c-8dd9-53d496b08624 HTTP/1.1" 404 171 0.007625 10.0.0.242 - - [2025-12-11 02:27:30] "GET /virtual-machine/50c46f52-c79a-4d8c-8dd9-53d496b08624 HTTP/1.1" 404 171 0.008082 10.0.0.242 - - [2025-12-11 02:27:30] "POST /fqname-to-id HTTP/1.1" 403 339 0.008783 10.0.0.242 - - [2025-12-11 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.001832 10.0.0.242 - - [2025-12-11 02:27:30] "GET /global-vrouter-config/26fd0cf8-9aee-4532-a5b7-afd6b08a49b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.002296 10.0.0.242 - - [2025-12-11 02:27:30] "GET /virtual-networks?parent_id=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008903 10.0.0.242 - - [2025-12-11 02:27:30] "POST /fqname-to-id HTTP/1.1" 403 361 0.007849 10.0.0.242 - - [2025-12-11 02:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.242 - - [2025-12-11 02:27:30] "GET /routing-instance/514e1c20-88bc-4ef9-b0ec-95963a818198?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.003577 10.0.0.242 - - [2025-12-11 02:27:30] "GET /route-target/515104a1-22e0-4869-be56-9a5d811192ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.009360 10.0.0.242 - - [2025-12-11 02:27:30] "GET /route-target/515104a1-22e0-4869-be56-9a5d811192ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.002416 10.0.0.242 - - [2025-12-11 02:27:30] "GET /obj-perms HTTP/1.1" 200 4934 0.007887 10.0.0.242 - - [2025-12-11 02:27:30] "GET /obj-perms HTTP/1.1" 200 4934 0.007272 10.0.0.242 - - [2025-12-11 02:27:31] "GET /obj-perms HTTP/1.1" 200 4934 0.053380 10.0.0.242 - - [2025-12-11 02:27:31] "GET /obj-perms HTTP/1.1" 200 4934 0.009137 10.0.0.242 - - [2025-12-11 02:27:31] "GET /obj-perms HTTP/1.1" 200 5039 0.003377 10.0.0.242 - - [2025-12-11 02:27:34] "GET /obj-perms HTTP/1.1" 200 5039 0.002784 10.0.0.242 - - [2025-12-11 02:27:37] "GET /obj-perms HTTP/1.1" 200 5039 0.003045 10.0.0.242 - - [2025-12-11 02:27:40] "GET /obj-perms HTTP/1.1" 200 5039 0.003027 10.0.0.242 - - [2025-12-11 02:27:43] "GET /obj-perms HTTP/1.1" 200 5039 0.002965 10.0.0.242 - - [2025-12-11 02:27:46] "GET /obj-perms HTTP/1.1" 200 5039 0.002774 10.0.0.242 - - [2025-12-11 02:27:49] "GET /obj-perms HTTP/1.1" 200 5039 0.003043 10.0.0.242 - - [2025-12-11 02:27:52] "GET /obj-perms HTTP/1.1" 200 5039 0.002852 10.0.0.242 - - [2025-12-11 02:27:55] "GET /obj-perms HTTP/1.1" 200 5039 0.002901 10.0.0.242 - - [2025-12-11 02:27:58] "GET /obj-perms HTTP/1.1" 200 5039 0.003462 10.0.0.242 - - [2025-12-11 02:28:01] "GET /obj-perms HTTP/1.1" 200 5039 0.002939 10.0.0.242 - - [2025-12-11 02:28:04] "GET /obj-perms HTTP/1.1" 200 5039 0.002859 10.0.0.242 - - [2025-12-11 02:28:07] "GET /obj-perms HTTP/1.1" 200 5039 0.002811 10.0.0.242 - - [2025-12-11 02:28:10] "GET /obj-perms HTTP/1.1" 200 5039 0.003975 10.0.0.242 - - [2025-12-11 02:28:13] "GET /obj-perms HTTP/1.1" 200 5039 0.002870 10.0.0.242 - - [2025-12-11 02:28:16] "GET /obj-perms HTTP/1.1" 200 5039 0.002939 10.0.0.242 - - [2025-12-11 02:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.242 - - [2025-12-11 02:28:16] "POST /useragent-kv HTTP/1.1" 200 115 0.002582 10.0.0.242 - - [2025-12-11 02:28:16] "POST /useragent-kv HTTP/1.1" 200 115 0.001651 10.0.0.242 - - [2025-12-11 02:28:16] "DELETE /virtual-network/bebe3eda-976c-49eb-b4e2-f547289e043a HTTP/1.1" 200 115 0.065810 10.0.0.242 - - [2025-12-11 02:28:16] "DELETE /route-target/515104a1-22e0-4869-be56-9a5d811192ea HTTP/1.1" 200 115 0.016699 10.0.0.242 - - [2025-12-11 02:28:16] "DELETE /api-access-list/48b16d1c-fee9-4e75-b874-295d592b9ab5 HTTP/1.1" 200 115 0.016493 10.0.0.242 - - [2025-12-11 02:28:16] "GET /api-access-list/48b16d1c-fee9-4e75-b874-295d592b9ab5 HTTP/1.1" 404 171 0.002045 10.0.0.242 - - [2025-12-11 02:28:16] "GET /projects?obj_uuids=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000897 10.0.0.242 - - [2025-12-11 02:28:16] "GET /project/f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.019887 10.0.0.242 - - [2025-12-11 02:28:16] "GET /projects?obj_uuids=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.242 - - [2025-12-11 02:28:16] "GET /project/f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37?fields=virtual_networks HTTP/1.1" 200 1025 0.065325 10.0.0.242 - - [2025-12-11 02:28:16] "GET /projects?obj_uuids=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001010 10.0.0.242 - - [2025-12-11 02:28:16] "GET /project/f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.021702 10.0.0.242 - - [2025-12-11 02:28:16] "GET /projects?obj_uuids=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001179 10.0.0.242 - - [2025-12-11 02:28:16] "GET /project/f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37?fields=security_groups HTTP/1.1" 200 1247 0.048411 10.0.0.242 - - [2025-12-11 02:28:17] "GET /obj-perms HTTP/1.1" 200 5075 0.344913 10.0.0.242 - - [2025-12-11 02:28:17] "GET /projects?obj_uuids=0c1b598d-f2cb-4c5f-a255-99492fa1dcde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000934 10.0.0.242 - - [2025-12-11 02:28:17] "GET /project/0c1b598d-f2cb-4c5f-a255-99492fa1dcde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1345 0.020766 10.0.0.242 - - [2025-12-11 02:28:17] "GET /projects?obj_uuids=0c1b598d-f2cb-4c5f-a255-99492fa1dcde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001086 10.0.0.242 - - [2025-12-11 02:28:17] "GET /project/0c1b598d-f2cb-4c5f-a255-99492fa1dcde?fields=virtual_networks HTTP/1.1" 200 1023 0.066360 10.0.0.242 - - [2025-12-11 02:28:17] "GET /obj-perms HTTP/1.1" 200 5075 0.149982 10.0.0.242 - - [2025-12-11 02:28:18] "GET /projects?obj_uuids=0c1b598d-f2cb-4c5f-a255-99492fa1dcde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000910 10.0.0.242 - - [2025-12-11 02:28:18] "GET /project/0c1b598d-f2cb-4c5f-a255-99492fa1dcde?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.020870 10.0.0.242 - - [2025-12-11 02:28:18] "GET /projects?obj_uuids=0c1b598d-f2cb-4c5f-a255-99492fa1dcde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001094 10.0.0.242 - - [2025-12-11 02:28:18] "GET /project/0c1b598d-f2cb-4c5f-a255-99492fa1dcde?fields=security_groups HTTP/1.1" 200 1245 0.024199 10.0.0.242 - - [2025-12-11 02:28:19] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003016 10.0.0.242 - - [2025-12-11 02:28:19] "PUT /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983 HTTP/1.1" 200 265 0.007369 10.0.0.242 - - [2025-12-11 02:28:19] "GET /projects?obj_uuids=7f33b459-936c-464e-974c-1ee1af7c6351&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000960 10.0.0.242 - - [2025-12-11 02:28:19] "GET /project/7f33b459-936c-464e-974c-1ee1af7c6351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.019649 10.0.0.242 - - [2025-12-11 02:28:19] "GET /projects?obj_uuids=7f33b459-936c-464e-974c-1ee1af7c6351&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000870 10.0.0.242 - - [2025-12-11 02:28:19] "GET /project/7f33b459-936c-464e-974c-1ee1af7c6351?fields=virtual_networks HTTP/1.1" 200 1024 0.068527 10.0.0.242 - - [2025-12-11 02:28:19] "GET /projects?obj_uuids=7f33b459-936c-464e-974c-1ee1af7c6351&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000926 10.0.0.242 - - [2025-12-11 02:28:19] "GET /project/7f33b459-936c-464e-974c-1ee1af7c6351?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.021513 10.0.0.242 - - [2025-12-11 02:28:19] "GET /projects?obj_uuids=7f33b459-936c-464e-974c-1ee1af7c6351&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000897 10.0.0.242 - - [2025-12-11 02:28:19] "GET /project/7f33b459-936c-464e-974c-1ee1af7c6351?fields=security_groups HTTP/1.1" 200 1246 0.019229 10.0.0.242 - - [2025-12-11 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 188 0.024965 10.0.0.242 - - [2025-12-11 02:28:20] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001902 10.0.0.242 - - [2025-12-11 02:28:20] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000862 10.0.0.242 - - [2025-12-11 02:28:20] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005786 10.0.0.242 - - [2025-12-11 02:28:20] "POST /id-to-fqname HTTP/1.1" 200 190 0.001008 10.0.0.242 - - [2025-12-11 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 199 0.003194 10.0.0.242 - - [2025-12-11 02:28:20] "POST /security-groups HTTP/1.1" 200 591 0.060082 10.0.0.242 - - [2025-12-11 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 234 0.002277 10.0.0.242 - - [2025-12-11 02:28:20] "POST /projects HTTP/1.1" 200 585 0.197310 10.0.0.242 - - [2025-12-11 02:28:20] "POST /access-control-lists HTTP/1.1" 200 598 0.054810 10.0.0.242 - - [2025-12-11 02:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.268982 10.0.0.242 - - [2025-12-11 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 233 0.002191 10.0.0.242 - - [2025-12-11 02:28:20] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.383032 10.0.0.242 - - [2025-12-11 02:28:20] "POST /access-control-lists HTTP/1.1" 200 596 0.060394 10.0.0.242 - - [2025-12-11 02:28:21] "GET / HTTP/1.1" 200 36215 0.001771 10.0.0.242 - - [2025-12-11 02:28:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000559 10.0.0.242 - - [2025-12-11 02:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.032993 10.0.0.242 - - [2025-12-11 02:28:24] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002941 10.0.0.242 - - [2025-12-11 02:28:24] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.003207 10.0.0.242 - - [2025-12-11 02:28:24] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1884 0.002800 10.0.0.242 - - [2025-12-11 02:28:24] "PUT /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983 HTTP/1.1" 200 265 0.007128 10.0.0.242 - - [2025-12-11 02:28:24] "GET /aaa-mode HTTP/1.1" 200 128 0.000953 10.0.0.242 - - [2025-12-11 02:28:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.021167 10.0.0.242 - - [2025-12-11 02:28:25] "GET /projects?obj_uuids=21249ec0-c9b3-4f04-bb84-554ee5720e84&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001949 10.0.0.242 - - [2025-12-11 02:28:25] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000887 10.0.0.242 - - [2025-12-11 02:28:25] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005597 10.0.0.242 - - [2025-12-11 02:28:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.001498 10.0.0.242 - - [2025-12-11 02:28:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.001640 10.0.0.242 - - [2025-12-11 02:28:25] "POST /security-groups HTTP/1.1" 200 591 0.056057 10.0.0.242 - - [2025-12-11 02:28:25] "POST /fqname-to-id HTTP/1.1" 404 234 0.003323 10.0.0.242 - - [2025-12-11 02:28:25] "POST /projects HTTP/1.1" 200 585 0.192640 10.0.0.242 - - [2025-12-11 02:28:25] "POST /access-control-lists HTTP/1.1" 200 598 0.058222 10.0.0.242 - - [2025-12-11 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.258774 10.0.0.242 - - [2025-12-11 02:28:25] "POST /fqname-to-id HTTP/1.1" 404 233 0.002389 10.0.0.242 - - [2025-12-11 02:28:25] "GET /project/21249ec0-c9b3-4f04-bb84-554ee5720e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.370422 10.0.0.242 - - [2025-12-11 02:28:25] "POST /access-control-lists HTTP/1.1" 200 596 0.056633 10.0.0.242 - - [2025-12-11 02:28:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.023161 10.0.0.242 - - [2025-12-11 02:28:25] "GET /projects?obj_uuids=c24dff90-c2da-457d-9076-cb23ca63c59b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.001880 10.0.0.242 - - [2025-12-11 02:28:25] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000916 10.0.0.242 - - [2025-12-11 02:28:25] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005877 10.0.0.242 - - [2025-12-11 02:28:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.001106 10.0.0.242 - - [2025-12-11 02:28:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.002675 10.0.0.242 - - [2025-12-11 02:28:26] "POST /security-groups HTTP/1.1" 200 591 0.056236 10.0.0.242 - - [2025-12-11 02:28:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.002065 10.0.0.242 - - [2025-12-11 02:28:26] "POST /projects HTTP/1.1" 200 585 0.201430 10.0.0.242 - - [2025-12-11 02:28:26] "POST /access-control-lists HTTP/1.1" 200 598 0.056006 10.0.0.242 - - [2025-12-11 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.266603 10.0.0.242 - - [2025-12-11 02:28:26] "POST /fqname-to-id HTTP/1.1" 404 233 0.002171 10.0.0.242 - - [2025-12-11 02:28:26] "GET /project/c24dff90-c2da-457d-9076-cb23ca63c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.387629 10.0.0.242 - - [2025-12-11 02:28:26] "POST /access-control-lists HTTP/1.1" 200 596 0.056535 10.0.0.242 - - [2025-12-11 02:28:26] "GET / HTTP/1.1" 200 36215 0.001724 10.0.0.242 - - [2025-12-11 02:28:27] "GET / HTTP/1.1" 200 36215 0.001414 10.0.0.242 - - [2025-12-11 02:28:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.002735 10.0.0.242 - - [2025-12-11 02:28:27] "POST /api-access-lists HTTP/1.1" 200 523 0.013268 10.0.0.242 - - [2025-12-11 02:28:27] "GET /api-access-list/8072f4b7-76a1-4b6b-a59d-2f8e7eec4299?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.003638 10.0.0.242 - - [2025-12-11 02:28:27] "GET /api-access-list/8072f4b7-76a1-4b6b-a59d-2f8e7eec4299 HTTP/1.1" 401 293 0.000394 10.0.0.242 - - [2025-12-11 02:28:28] "GET /api-access-list/8072f4b7-76a1-4b6b-a59d-2f8e7eec4299 HTTP/1.1" 200 1291 0.055844 10.0.0.242 - - [2025-12-11 02:28:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000335 10.0.0.242 - - [2025-12-11 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.040439 10.0.0.242 - - [2025-12-11 02:28:28] "GET /projects?obj_uuids=21249ec0-c9b3-4f04-bb84-554ee5720e84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.242 - - [2025-12-11 02:28:28] "GET /project/21249ec0-c9b3-4f04-bb84-554ee5720e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.028313 10.0.0.242 - - [2025-12-11 02:28:28] "GET /virtual-networks?parent_id=21249ec0-c9b3-4f04-bb84-554ee5720e84&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.008987 10.0.0.242 - - [2025-12-11 02:28:28] "POST /virtual-networks HTTP/1.1" 200 585 0.038504 10.0.0.242 - - [2025-12-11 02:28:28] "POST /route-targets HTTP/1.1" 200 328 0.007818 10.0.0.242 - - [2025-12-11 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.008706 10.0.0.242 - - [2025-12-11 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008137 10.0.0.242 - - [2025-12-11 02:28:28] "GET /network-ipam/ee2854aa-536b-4744-b17a-a8a0f1a35985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009140 10.0.0.242 - - [2025-12-11 02:28:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003388 10.0.0.242 - - [2025-12-11 02:28:28] "POST /ref-update HTTP/1.1" 200 156 0.039179 10.0.0.242 - - [2025-12-11 02:28:29] "POST /neutron/network HTTP/1.1" 200 847 0.036252 10.0.0.242 - - [2025-12-11 02:28:29] "POST /neutron/network HTTP/1.1" 200 847 0.015755 10.0.0.242 - - [2025-12-11 02:28:29] "GET /virtual-network/de659064-55ec-476f-8701-191134428318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.010458 10.0.0.242 - - [2025-12-11 02:28:29] "POST /neutron/network HTTP/1.1" 200 847 0.015433 10.0.0.242 - - [2025-12-11 02:28:29] "POST /neutron/subnet HTTP/1.1" 200 671 0.021592 10.0.0.242 - - [2025-12-11 02:28:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000336 10.0.0.242 - - [2025-12-11 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.031879 10.0.0.242 - - [2025-12-11 02:28:29] "GET /projects?obj_uuids=c24dff90-c2da-457d-9076-cb23ca63c59b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000931 10.0.0.242 - - [2025-12-11 02:28:29] "GET /project/c24dff90-c2da-457d-9076-cb23ca63c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.029145 10.0.0.242 - - [2025-12-11 02:28:29] "GET /virtual-networks?parent_id=c24dff90-c2da-457d-9076-cb23ca63c59b&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009563 10.0.0.242 - - [2025-12-11 02:28:29] "POST /virtual-networks HTTP/1.1" 200 585 0.041877 10.0.0.242 - - [2025-12-11 02:28:29] "POST /route-targets HTTP/1.1" 200 328 0.008464 10.0.0.242 - - [2025-12-11 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.007849 10.0.0.242 - - [2025-12-11 02:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.009616 10.0.0.242 - - [2025-12-11 02:28:29] "GET /network-ipam/ee2854aa-536b-4744-b17a-a8a0f1a35985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.010226 10.0.0.242 - - [2025-12-11 02:28:29] "POST /useragent-kv HTTP/1.1" 200 115 0.002689 10.0.0.242 - - [2025-12-11 02:28:29] "POST /ref-update HTTP/1.1" 200 156 0.041589 10.0.0.242 - - [2025-12-11 02:28:29] "POST /neutron/network HTTP/1.1" 200 849 0.040256 10.0.0.242 - - [2025-12-11 02:28:30] "POST /neutron/network HTTP/1.1" 200 849 0.022078 10.0.0.242 - - [2025-12-11 02:28:30] "GET /virtual-network/a4c49a3b-19be-4ba7-9ba6-1ab6fd487d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.011692 10.0.0.242 - - [2025-12-11 02:28:30] "POST /neutron/network HTTP/1.1" 200 849 0.018276 10.0.0.242 - - [2025-12-11 02:28:30] "POST /neutron/subnet HTTP/1.1" 200 681 0.029205 10.0.0.242 - - [2025-12-11 02:28:30] "GET /virtual-network/de659064-55ec-476f-8701-191134428318 HTTP/1.1" 401 293 0.000352 10.0.0.242 - - [2025-12-11 02:28:30] "GET /virtual-network/de659064-55ec-476f-8701-191134428318 HTTP/1.1" 200 2312 0.034205 10.0.0.242 - - [2025-12-11 02:28:30] "GET /virtual-network/de659064-55ec-476f-8701-191134428318 HTTP/1.1" 401 293 0.000319 10.0.0.242 - - [2025-12-11 02:28:30] "GET /virtual-network/de659064-55ec-476f-8701-191134428318 HTTP/1.1" 403 376 0.032482 10.0.0.242 - - [2025-12-11 02:28:30] "GET /virtual-network/de659064-55ec-476f-8701-191134428318 HTTP/1.1" 200 2312 0.003922 10.0.0.242 - - [2025-12-11 02:28:30] "GET /virtual-networks HTTP/1.1" 200 372 0.014934 10.0.0.242 - - [2025-12-11 02:28:30] "GET /virtual-networks HTTP/1.1" 200 372 0.014380 10.0.0.242 - - [2025-12-11 02:28:31] "GET /obj-perms HTTP/1.1" 403 257 0.028529 10.0.0.242 - - [2025-12-11 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001933 10.0.0.242 - - [2025-12-11 02:28:31] "GET /virtual-network/de659064-55ec-476f-8701-191134428318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2011 0.013878 10.0.0.242 - - [2025-12-11 02:28:31] "GET /obj-perms HTTP/1.1" 403 257 0.032755 10.0.0.242 - - [2025-12-11 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.001864 10.0.0.242 - - [2025-12-11 02:28:31] "GET /virtual-network/de659064-55ec-476f-8701-191134428318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.007713 10.0.0.242 - - [2025-12-11 02:28:32] "GET /obj-perms HTTP/1.1" 200 5049 0.053448 10.0.0.242 - - [2025-12-11 02:28:32] "GET /obj-perms HTTP/1.1" 403 257 0.006966 10.0.0.242 - - [2025-12-11 02:28:32] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.019945 10.0.0.242 - - [2025-12-11 02:28:32] "GET /obj-perms HTTP/1.1" 403 257 0.008882 10.0.0.242 - - [2025-12-11 02:28:32] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.018067 10.0.0.242 - - [2025-12-11 02:28:32] "GET /obj-perms HTTP/1.1" 200 5049 0.002960 10.0.0.242 - - [2025-12-11 02:28:32] "PUT /virtual-network/de659064-55ec-476f-8701-191134428318 HTTP/1.1" 200 265 0.026141 10.0.0.242 - - [2025-12-11 02:28:32] "GET /virtual-networks HTTP/1.1" 200 132 0.017611 10.0.0.242 - - [2025-12-11 02:28:32] "GET /virtual-networks HTTP/1.1" 200 613 0.015053 10.0.0.242 - - [2025-12-11 02:28:32] "GET /virtual-networks HTTP/1.1" 200 1435 0.002080 10.0.0.242 - - [2025-12-11 02:28:32] "GET /obj-perms HTTP/1.1" 403 257 0.006515 10.0.0.242 - - [2025-12-11 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002281 10.0.0.242 - - [2025-12-11 02:28:32] "GET /virtual-network/de659064-55ec-476f-8701-191134428318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008989 10.0.0.242 - - [2025-12-11 02:28:32] "GET /obj-perms HTTP/1.1" 403 257 0.030843 10.0.0.242 - - [2025-12-11 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.001860 10.0.0.242 - - [2025-12-11 02:28:32] "GET /virtual-network/de659064-55ec-476f-8701-191134428318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.008108 10.0.0.242 - - [2025-12-11 02:28:32] "GET /obj-perms HTTP/1.1" 403 257 0.007097 10.0.0.242 - - [2025-12-11 02:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002460 10.0.0.242 - - [2025-12-11 02:28:33] "GET /virtual-network/de659064-55ec-476f-8701-191134428318?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.012202 10.0.0.242 - - [2025-12-11 02:28:33] "GET /obj-perms HTTP/1.1" 200 5049 0.002772 10.0.0.242 - - [2025-12-11 02:28:33] "GET /obj-perms HTTP/1.1" 403 257 0.007377 10.0.0.242 - - [2025-12-11 02:28:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015558 10.0.0.242 - - [2025-12-11 02:28:33] "GET /obj-perms HTTP/1.1" 403 257 0.007619 10.0.0.242 - - [2025-12-11 02:28:33] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 613 0.014694 10.0.0.242 - - [2025-12-11 02:28:33] "GET /obj-perms HTTP/1.1" 200 5049 0.003451 10.0.0.242 - - [2025-12-11 02:28:33] "PUT /virtual-network/de659064-55ec-476f-8701-191134428318 HTTP/1.1" 200 265 0.023263 10.0.0.242 - - [2025-12-11 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.242 - - [2025-12-11 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002791 10.0.0.242 - - [2025-12-11 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002063 10.0.0.242 - - [2025-12-11 02:28:33] "DELETE /virtual-network/a4c49a3b-19be-4ba7-9ba6-1ab6fd487d24 HTTP/1.1" 200 115 0.069238 10.0.0.242 - - [2025-12-11 02:28:33] "DELETE /route-target/d254c847-e21a-4e9c-8adb-709e9ee833a6 HTTP/1.1" 200 115 0.017907 10.0.0.242 - - [2025-12-11 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.003173 10.0.0.242 - - [2025-12-11 02:28:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.242 - - [2025-12-11 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002644 10.0.0.242 - - [2025-12-11 02:28:33] "DELETE /virtual-network/de659064-55ec-476f-8701-191134428318 HTTP/1.1" 200 115 0.065933 10.0.0.242 - - [2025-12-11 02:28:33] "DELETE /route-target/bf6b2103-e78e-4ca3-920c-e98ea20c9cbd HTTP/1.1" 200 115 0.014639 10.0.0.242 - - [2025-12-11 02:28:33] "DELETE /api-access-list/8072f4b7-76a1-4b6b-a59d-2f8e7eec4299 HTTP/1.1" 200 115 0.018809 10.0.0.242 - - [2025-12-11 02:28:33] "GET /api-access-list/8072f4b7-76a1-4b6b-a59d-2f8e7eec4299 HTTP/1.1" 404 171 0.002006 10.0.0.242 - - [2025-12-11 02:28:33] "GET /projects?obj_uuids=c24dff90-c2da-457d-9076-cb23ca63c59b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000994 10.0.0.242 - - [2025-12-11 02:28:33] "GET /project/c24dff90-c2da-457d-9076-cb23ca63c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.022012 10.0.0.242 - - [2025-12-11 02:28:33] "GET /projects?obj_uuids=c24dff90-c2da-457d-9076-cb23ca63c59b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000793 10.0.0.242 - - [2025-12-11 02:28:33] "GET /project/c24dff90-c2da-457d-9076-cb23ca63c59b?fields=virtual_networks HTTP/1.1" 200 1035 0.061913 10.0.0.242 - - [2025-12-11 02:28:33] "GET /projects?obj_uuids=c24dff90-c2da-457d-9076-cb23ca63c59b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.242 - - [2025-12-11 02:28:33] "GET /project/c24dff90-c2da-457d-9076-cb23ca63c59b?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.019351 10.0.0.242 - - [2025-12-11 02:28:33] "GET /projects?obj_uuids=c24dff90-c2da-457d-9076-cb23ca63c59b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000901 10.0.0.242 - - [2025-12-11 02:28:34] "GET /project/c24dff90-c2da-457d-9076-cb23ca63c59b?fields=security_groups HTTP/1.1" 200 1262 0.022820 10.0.0.242 - - [2025-12-11 02:28:34] "GET /projects?obj_uuids=21249ec0-c9b3-4f04-bb84-554ee5720e84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000882 10.0.0.242 - - [2025-12-11 02:28:34] "GET /project/21249ec0-c9b3-4f04-bb84-554ee5720e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.022840 10.0.0.242 - - [2025-12-11 02:28:34] "GET /projects?obj_uuids=21249ec0-c9b3-4f04-bb84-554ee5720e84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000864 10.0.0.242 - - [2025-12-11 02:28:34] "GET /project/21249ec0-c9b3-4f04-bb84-554ee5720e84?fields=virtual_networks HTTP/1.1" 200 1034 0.063504 10.0.0.242 - - [2025-12-11 02:28:34] "GET /projects?obj_uuids=21249ec0-c9b3-4f04-bb84-554ee5720e84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000899 10.0.0.242 - - [2025-12-11 02:28:34] "GET /project/21249ec0-c9b3-4f04-bb84-554ee5720e84?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.061232 10.0.0.242 - - [2025-12-11 02:28:34] "GET /projects?obj_uuids=21249ec0-c9b3-4f04-bb84-554ee5720e84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000952 10.0.0.242 - - [2025-12-11 02:28:34] "GET /project/21249ec0-c9b3-4f04-bb84-554ee5720e84?fields=security_groups HTTP/1.1" 200 1261 0.019044 10.0.0.242 - - [2025-12-11 02:28:35] "GET /aaa-mode HTTP/1.1" 200 128 0.001003 10.0.0.242 - - [2025-12-11 02:28:35] "GET / HTTP/1.1" 200 36215 0.001325 10.0.0.242 - - [2025-12-11 02:28:36] "GET / HTTP/1.1" 200 36215 0.002183 10.0.0.242 - - [2025-12-11 02:28:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000454 10.0.0.242 - - [2025-12-11 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.059989 10.0.0.242 - - [2025-12-11 02:28:37] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000997 10.0.0.242 - - [2025-12-11 02:28:37] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.027626 10.0.0.242 - - [2025-12-11 02:28:37] "GET /virtual-networks?parent_id=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007285 10.0.0.242 - - [2025-12-11 02:28:37] "POST /fqname-to-id HTTP/1.1" 404 197 0.007159 10.0.0.242 - - [2025-12-11 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.016824 10.0.0.242 - - [2025-12-11 02:28:37] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000996 10.0.0.242 - - [2025-12-11 02:28:37] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011197 10.0.0.242 - - [2025-12-11 02:28:37] "POST /service-templates HTTP/1.1" 403 264 0.006364 10.0.0.242 - - [2025-12-11 02:28:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.002498 10.0.0.242 - - [2025-12-11 02:28:37] "POST /api-access-lists HTTP/1.1" 200 557 0.014384 10.0.0.242 - - [2025-12-11 02:28:37] "GET /api-access-list/f9d230be-d442-4458-922c-97a3fb6be596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.003926 10.0.0.242 - - [2025-12-11 02:28:37] "GET /api-access-list/f9d230be-d442-4458-922c-97a3fb6be596 HTTP/1.1" 200 1326 0.003477 10.0.0.242 - - [2025-12-11 02:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008920 10.0.0.242 - - [2025-12-11 02:28:37] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000823 10.0.0.242 - - [2025-12-11 02:28:37] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.029032 10.0.0.242 - - [2025-12-11 02:28:38] "GET /virtual-networks?parent_id=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.009515 10.0.0.242 - - [2025-12-11 02:28:38] "POST /virtual-networks HTTP/1.1" 200 585 0.038231 10.0.0.242 - - [2025-12-11 02:28:38] "POST /route-targets HTTP/1.1" 200 328 0.007552 10.0.0.242 - - [2025-12-11 02:28:38] "POST /ref-update HTTP/1.1" 200 156 0.007828 10.0.0.242 - - [2025-12-11 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.010187 10.0.0.242 - - [2025-12-11 02:28:38] "GET /network-ipam/ee2854aa-536b-4744-b17a-a8a0f1a35985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.009277 10.0.0.242 - - [2025-12-11 02:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.004009 10.0.0.242 - - [2025-12-11 02:28:38] "POST /ref-update HTTP/1.1" 200 156 0.035587 10.0.0.242 - - [2025-12-11 02:28:38] "POST /neutron/network HTTP/1.1" 200 849 0.036833 10.0.0.242 - - [2025-12-11 02:28:38] "POST /neutron/network HTTP/1.1" 200 849 0.017954 10.0.0.242 - - [2025-12-11 02:28:38] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.010378 10.0.0.242 - - [2025-12-11 02:28:38] "POST /neutron/network HTTP/1.1" 200 849 0.016295 10.0.0.242 - - [2025-12-11 02:28:38] "POST /neutron/subnet HTTP/1.1" 200 684 0.028840 10.0.0.242 - - [2025-12-11 02:28:38] "POST /neutron/network HTTP/1.1" 200 849 0.055434 10.0.0.242 - - [2025-12-11 02:28:38] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.004357 10.0.0.242 - - [2025-12-11 02:28:38] "GET /network-ipam/ee2854aa-536b-4744-b17a-a8a0f1a35985?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1091 0.002273 10.0.0.242 - - [2025-12-11 02:28:38] "GET /domains HTTP/1.1" 200 281 0.002888 10.0.0.242 - - [2025-12-11 02:28:38] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000861 10.0.0.242 - - [2025-12-11 02:28:38] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 3503 0.005538 10.0.0.242 - - [2025-12-11 02:28:38] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000829 10.0.0.242 - - [2025-12-11 02:28:38] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2 HTTP/1.1" 200 2359 0.068104 10.0.0.242 - - [2025-12-11 02:28:38] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 200 2321 0.004511 10.0.0.242 - - [2025-12-11 02:28:38] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 200 2321 0.003834 10.0.0.242 - - [2025-12-11 02:28:38] "GET /routing-instance/4ccd3dde-525f-4dba-b0bd-49a661d0fe22 HTTP/1.1" 200 1558 0.002672 10.0.0.242 - - [2025-12-11 02:28:38] "GET /routing-instance/4ccd3dde-525f-4dba-b0bd-49a661d0fe22 HTTP/1.1" 200 1558 0.003953 10.0.0.242 - - [2025-12-11 02:28:38] "GET /route-target/2a3a1c05-fd27-4f12-b560-53b685329015 HTTP/1.1" 200 1246 0.003038 10.0.0.242 - - [2025-12-11 02:28:38] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 200 2321 0.003448 10.0.0.242 - - [2025-12-11 02:28:38] "GET /routing-instance/4ccd3dde-525f-4dba-b0bd-49a661d0fe22 HTTP/1.1" 200 1558 0.002200 10.0.0.242 - - [2025-12-11 02:28:38] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.003973 10.0.0.242 - - [2025-12-11 02:28:38] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 200 2321 0.003915 10.0.0.242 - - [2025-12-11 02:28:38] "GET /routing-instance/4ccd3dde-525f-4dba-b0bd-49a661d0fe22 HTTP/1.1" 200 1558 0.002272 10.0.0.242 - - [2025-12-11 02:28:38] "GET /routing-instance/4ccd3dde-525f-4dba-b0bd-49a661d0fe22 HTTP/1.1" 200 1558 0.002193 10.0.0.242 - - [2025-12-11 02:28:38] "GET /route-target/2a3a1c05-fd27-4f12-b560-53b685329015 HTTP/1.1" 200 1246 0.001858 10.0.0.242 - - [2025-12-11 02:28:38] "GET /domains HTTP/1.1" 200 281 0.001813 10.0.0.242 - - [2025-12-11 02:28:38] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.242 - - [2025-12-11 02:28:38] "GET /domain/237449a6-9453-454e-a944-67a755542c21 HTTP/1.1" 200 3503 0.005715 10.0.0.242 - - [2025-12-11 02:28:38] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000841 10.0.0.242 - - [2025-12-11 02:28:38] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2 HTTP/1.1" 200 2359 0.065324 10.0.0.242 - - [2025-12-11 02:28:38] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 200 2321 0.004098 10.0.0.242 - - [2025-12-11 02:28:38] "GET /obj-perms HTTP/1.1" 200 5049 0.002290 10.0.0.242 - - [2025-12-11 02:28:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.009423 10.0.0.242 - - [2025-12-11 02:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008249 10.0.0.242 - - [2025-12-11 02:28:38] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.242 - - [2025-12-11 02:28:38] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.012489 10.0.0.242 - - [2025-12-11 02:28:39] "POST /service-templates HTTP/1.1" 403 264 0.006948 10.0.0.242 - - [2025-12-11 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 183 0.002407 10.0.0.242 - - [2025-12-11 02:28:39] "POST /api-access-lists HTTP/1.1" 200 523 0.011355 10.0.0.242 - - [2025-12-11 02:28:39] "GET /api-access-list/ef7626a4-1510-4a7e-9000-97fd177124e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.004494 10.0.0.242 - - [2025-12-11 02:28:39] "GET /api-access-list/ef7626a4-1510-4a7e-9000-97fd177124e0 HTTP/1.1" 200 1293 0.002731 10.0.0.242 - - [2025-12-11 02:28:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.009459 10.0.0.242 - - [2025-12-11 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007878 10.0.0.242 - - [2025-12-11 02:28:39] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.242 - - [2025-12-11 02:28:39] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013622 10.0.0.242 - - [2025-12-11 02:28:39] "POST /service-templates HTTP/1.1" 200 553 0.022005 10.0.0.242 - - [2025-12-11 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.012036 10.0.0.242 - - [2025-12-11 02:28:39] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.009804 10.0.0.242 - - [2025-12-11 02:28:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009017 10.0.0.242 - - [2025-12-11 02:28:39] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1855 0.009692 10.0.0.242 - - [2025-12-11 02:28:39] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 401 293 0.000409 10.0.0.242 - - [2025-12-11 02:28:39] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 403 263 0.030317 10.0.0.242 - - [2025-12-11 02:28:39] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 403 264 0.006943 10.0.0.242 - - [2025-12-11 02:28:40] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 403 264 0.033941 10.0.0.242 - - [2025-12-11 02:28:40] "GET /obj-perms HTTP/1.1" 403 257 0.028877 10.0.0.242 - - [2025-12-11 02:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.001749 10.0.0.242 - - [2025-12-11 02:28:40] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007378 10.0.0.242 - - [2025-12-11 02:28:40] "GET /obj-perms HTTP/1.1" 403 257 0.006912 10.0.0.242 - - [2025-12-11 02:28:40] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.007128 10.0.0.242 - - [2025-12-11 02:28:40] "GET /api-access-list/f9d230be-d442-4458-922c-97a3fb6be596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.002672 10.0.0.242 - - [2025-12-11 02:28:40] "PUT /api-access-list/f9d230be-d442-4458-922c-97a3fb6be596 HTTP/1.1" 200 265 0.006730 10.0.0.242 - - [2025-12-11 02:28:40] "GET /api-access-list/f9d230be-d442-4458-922c-97a3fb6be596 HTTP/1.1" 200 1463 0.003088 10.0.0.242 - - [2025-12-11 02:28:40] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 200 2321 0.012757 10.0.0.242 - - [2025-12-11 02:28:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000340 10.0.0.242 - - [2025-12-11 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.032925 10.0.0.242 - - [2025-12-11 02:28:41] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001060 10.0.0.242 - - [2025-12-11 02:28:41] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.030897 10.0.0.242 - - [2025-12-11 02:28:41] "GET /virtual-networks?parent_id=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.011239 10.0.0.242 - - [2025-12-11 02:28:41] "POST /virtual-networks HTTP/1.1" 403 263 0.007594 10.0.0.242 - - [2025-12-11 02:28:41] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 403 264 0.008433 10.0.0.242 - - [2025-12-11 02:28:41] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 403 264 0.033072 10.0.0.242 - - [2025-12-11 02:28:41] "GET /obj-perms HTTP/1.1" 403 257 0.006323 10.0.0.242 - - [2025-12-11 02:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002167 10.0.0.242 - - [2025-12-11 02:28:41] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.012956 10.0.0.242 - - [2025-12-11 02:28:41] "GET /obj-perms HTTP/1.1" 403 257 0.007502 10.0.0.242 - - [2025-12-11 02:28:41] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.014602 10.0.0.242 - - [2025-12-11 02:28:41] "GET /api-access-list/ef7626a4-1510-4a7e-9000-97fd177124e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1293 0.002794 10.0.0.242 - - [2025-12-11 02:28:41] "PUT /api-access-list/ef7626a4-1510-4a7e-9000-97fd177124e0 HTTP/1.1" 200 265 0.006315 10.0.0.242 - - [2025-12-11 02:28:41] "GET /api-access-list/ef7626a4-1510-4a7e-9000-97fd177124e0 HTTP/1.1" 200 1431 0.002927 10.0.0.242 - - [2025-12-11 02:28:42] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 200 1855 0.012069 10.0.0.242 - - [2025-12-11 02:28:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.007828 10.0.0.242 - - [2025-12-11 02:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.007284 10.0.0.242 - - [2025-12-11 02:28:42] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.242 - - [2025-12-11 02:28:42] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.014837 10.0.0.242 - - [2025-12-11 02:28:42] "POST /service-templates HTTP/1.1" 403 264 0.007962 10.0.0.242 - - [2025-12-11 02:28:42] "GET /api-access-list/f9d230be-d442-4458-922c-97a3fb6be596?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.003038 10.0.0.242 - - [2025-12-11 02:28:42] "PUT /api-access-list/f9d230be-d442-4458-922c-97a3fb6be596 HTTP/1.1" 200 265 0.007684 10.0.0.242 - - [2025-12-11 02:28:42] "GET /api-access-list/f9d230be-d442-4458-922c-97a3fb6be596 HTTP/1.1" 200 1326 0.003017 10.0.0.242 - - [2025-12-11 02:28:42] "GET /api-access-list/ef7626a4-1510-4a7e-9000-97fd177124e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1431 0.002358 10.0.0.242 - - [2025-12-11 02:28:42] "PUT /api-access-list/ef7626a4-1510-4a7e-9000-97fd177124e0 HTTP/1.1" 200 265 0.007696 10.0.0.242 - - [2025-12-11 02:28:42] "GET /api-access-list/ef7626a4-1510-4a7e-9000-97fd177124e0 HTTP/1.1" 200 1293 0.003218 10.0.0.242 - - [2025-12-11 02:28:42] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 403 263 0.007359 10.0.0.242 - - [2025-12-11 02:28:42] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 403 263 0.034771 10.0.0.242 - - [2025-12-11 02:28:42] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 403 264 0.006762 10.0.0.242 - - [2025-12-11 02:28:43] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 403 264 0.031139 10.0.0.242 - - [2025-12-11 02:28:43] "GET /obj-perms HTTP/1.1" 403 257 0.011046 10.0.0.242 - - [2025-12-11 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001852 10.0.0.242 - - [2025-12-11 02:28:43] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007202 10.0.0.242 - - [2025-12-11 02:28:43] "GET /obj-perms HTTP/1.1" 403 257 0.030594 10.0.0.242 - - [2025-12-11 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002209 10.0.0.242 - - [2025-12-11 02:28:43] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.007241 10.0.0.242 - - [2025-12-11 02:28:43] "GET /obj-perms HTTP/1.1" 403 257 0.006961 10.0.0.242 - - [2025-12-11 02:28:43] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.008042 10.0.0.242 - - [2025-12-11 02:28:43] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003033 10.0.0.242 - - [2025-12-11 02:28:43] "PUT /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983 HTTP/1.1" 200 265 0.007236 10.0.0.242 - - [2025-12-11 02:28:43] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 200 1855 0.012809 10.0.0.242 - - [2025-12-11 02:28:43] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 200 2321 0.012153 10.0.0.242 - - [2025-12-11 02:28:43] "GET /obj-perms HTTP/1.1" 403 257 0.006811 10.0.0.242 - - [2025-12-11 02:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.001914 10.0.0.242 - - [2025-12-11 02:28:43] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.014625 10.0.0.242 - - [2025-12-11 02:28:43] "GET /obj-perms HTTP/1.1" 403 257 0.008028 10.0.0.242 - - [2025-12-11 02:28:43] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.017080 10.0.0.242 - - [2025-12-11 02:28:44] "DELETE /api-access-list/f9d230be-d442-4458-922c-97a3fb6be596 HTTP/1.1" 200 115 0.035405 10.0.0.242 - - [2025-12-11 02:28:44] "GET /api-access-list/f9d230be-d442-4458-922c-97a3fb6be596 HTTP/1.1" 404 171 0.002564 10.0.0.242 - - [2025-12-11 02:28:44] "DELETE /api-access-list/ef7626a4-1510-4a7e-9000-97fd177124e0 HTTP/1.1" 200 115 0.018677 10.0.0.242 - - [2025-12-11 02:28:44] "GET /api-access-list/ef7626a4-1510-4a7e-9000-97fd177124e0 HTTP/1.1" 404 171 0.003202 10.0.0.242 - - [2025-12-11 02:28:44] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2025-12-11 02:28:44] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 403 263 0.032310 10.0.0.242 - - [2025-12-11 02:28:44] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 403 264 0.006698 10.0.0.242 - - [2025-12-11 02:28:44] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 403 264 0.031783 10.0.0.242 - - [2025-12-11 02:28:45] "GET /obj-perms HTTP/1.1" 403 257 0.027010 10.0.0.242 - - [2025-12-11 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.001898 10.0.0.242 - - [2025-12-11 02:28:45] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.006272 10.0.0.242 - - [2025-12-11 02:28:45] "GET /obj-perms HTTP/1.1" 403 257 0.006321 10.0.0.242 - - [2025-12-11 02:28:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.006541 10.0.0.242 - - [2025-12-11 02:28:45] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.002823 10.0.0.242 - - [2025-12-11 02:28:45] "PUT /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983 HTTP/1.1" 200 265 0.007629 10.0.0.242 - - [2025-12-11 02:28:45] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 200 2321 0.011195 10.0.0.242 - - [2025-12-11 02:28:45] "GET /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 200 1855 0.007862 10.0.0.242 - - [2025-12-11 02:28:45] "GET /obj-perms HTTP/1.1" 403 257 0.005368 10.0.0.242 - - [2025-12-11 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003054 10.0.0.242 - - [2025-12-11 02:28:45] "GET /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2020 0.010968 10.0.0.242 - - [2025-12-11 02:28:45] "GET /obj-perms HTTP/1.1" 403 257 0.006361 10.0.0.242 - - [2025-12-11 02:28:45] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 372 0.013324 10.0.0.242 - - [2025-12-11 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007463 10.0.0.242 - - [2025-12-11 02:28:45] "DELETE /service-template/ddbe04a0-543b-4444-800d-aba786bd9997 HTTP/1.1" 200 115 0.018662 10.0.0.242 - - [2025-12-11 02:28:45] "POST /fqname-to-id HTTP/1.1" 404 197 0.007460 10.0.0.242 - - [2025-12-11 02:28:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003257 10.0.0.242 - - [2025-12-11 02:28:45] "POST /useragent-kv HTTP/1.1" 200 115 0.001590 10.0.0.242 - - [2025-12-11 02:28:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002487 10.0.0.242 - - [2025-12-11 02:28:45] "DELETE /virtual-network/939907a9-6c12-412d-8c1e-e8ce1522c899 HTTP/1.1" 200 115 0.059117 10.0.0.242 - - [2025-12-11 02:28:45] "DELETE /route-target/2a3a1c05-fd27-4f12-b560-53b685329015 HTTP/1.1" 200 115 0.015669 10.0.0.242 - - [2025-12-11 02:28:45] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.003121 10.0.0.242 - - [2025-12-11 02:28:45] "PUT /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983 HTTP/1.1" 200 265 0.006867 10.0.0.242 - - [2025-12-11 02:28:45] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003001 10.0.0.242 - - [2025-12-11 02:28:46] "PUT /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983 HTTP/1.1" 200 265 0.007246 10.0.0.242 - - [2025-12-11 02:28:46] "GET /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2413 0.003159 10.0.0.242 - - [2025-12-11 02:28:46] "PUT /api-access-list/99a07d3c-769f-4ad8-b6d4-d4e822ed6983 HTTP/1.1" 200 265 0.008310 10.0.0.242 - - [2025-12-11 02:28:46] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001305 10.0.0.242 - - [2025-12-11 02:28:46] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.024476 10.0.0.242 - - [2025-12-11 02:28:46] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000948 10.0.0.242 - - [2025-12-11 02:28:46] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2?fields=virtual_networks HTTP/1.1" 200 1034 0.068960 10.0.0.242 - - [2025-12-11 02:28:46] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000900 10.0.0.242 - - [2025-12-11 02:28:47] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.021987 10.0.0.242 - - [2025-12-11 02:28:47] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000874 10.0.0.242 - - [2025-12-11 02:28:47] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2?fields=security_groups HTTP/1.1" 200 1261 0.022489 10.0.0.242 - - [2025-12-11 02:28:47] "GET /projects?obj_uuids=da205e92-255d-4e57-b77f-be01aa8cdc1b&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000926 10.0.0.242 - - [2025-12-11 02:28:47] "GET /project/da205e92-255d-4e57-b77f-be01aa8cdc1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1274 0.018537 [Introspect:8084]10.0.0.242 - - [2025-12-11 02:28:47] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.001026 10.0.0.242 - - [2025-12-11 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 184 0.025707 10.0.0.242 - - [2025-12-11 02:28:48] "GET /projects?obj_uuids=57cf73ba-1967-46f0-8b3b-4832a2de66b6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002088 10.0.0.242 - - [2025-12-11 02:28:48] "GET /domains?obj_uuids=237449a6-9453-454e-a944-67a755542c21&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000875 10.0.0.242 - - [2025-12-11 02:28:48] "GET /domain/237449a6-9453-454e-a944-67a755542c21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.005801 10.0.0.242 - - [2025-12-11 02:28:48] "POST /id-to-fqname HTTP/1.1" 200 186 0.001296 10.0.0.242 - - [2025-12-11 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 195 0.002679 10.0.0.242 - - [2025-12-11 02:28:48] "POST /security-groups HTTP/1.1" 200 587 0.060345 10.0.0.242 - - [2025-12-11 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 230 0.002087 10.0.0.242 - - [2025-12-11 02:28:48] "POST /projects HTTP/1.1" 200 577 0.222359 10.0.0.242 - - [2025-12-11 02:28:48] "POST /access-control-lists HTTP/1.1" 200 594 0.054682 10.0.0.242 - - [2025-12-11 02:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.294620 10.0.0.242 - - [2025-12-11 02:28:48] "POST /fqname-to-id HTTP/1.1" 404 229 0.002538 10.0.0.242 - - [2025-12-11 02:28:48] "GET /project/57cf73ba-1967-46f0-8b3b-4832a2de66b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.410580 10.0.0.242 - - [2025-12-11 02:28:48] "POST /access-control-lists HTTP/1.1" 200 592 0.056337 10.0.0.242 - - [2025-12-11 02:28:49] "GET / HTTP/1.1" 200 36215 0.001835 10.0.0.242 - - [2025-12-11 02:28:50] "GET /projects?obj_uuids=57cf73ba-1967-46f0-8b3b-4832a2de66b6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000978 10.0.0.242 - - [2025-12-11 02:28:50] "GET /project/57cf73ba-1967-46f0-8b3b-4832a2de66b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.019891 10.0.0.242 - - [2025-12-11 02:28:50] "GET /projects?obj_uuids=57cf73ba-1967-46f0-8b3b-4832a2de66b6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000827 10.0.0.242 - - [2025-12-11 02:28:50] "GET /project/57cf73ba-1967-46f0-8b3b-4832a2de66b6?fields=virtual_networks HTTP/1.1" 200 1026 0.065357 10.0.0.242 - - [2025-12-11 02:28:50] "GET /projects?obj_uuids=57cf73ba-1967-46f0-8b3b-4832a2de66b6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000953 10.0.0.242 - - [2025-12-11 02:28:50] "GET /project/57cf73ba-1967-46f0-8b3b-4832a2de66b6?fields=virtual_machine_interfaces HTTP/1.1" 200 1026 0.021681 10.0.0.242 - - [2025-12-11 02:28:50] "GET /projects?obj_uuids=57cf73ba-1967-46f0-8b3b-4832a2de66b6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000982 10.0.0.242 - - [2025-12-11 02:28:50] "GET /project/57cf73ba-1967-46f0-8b3b-4832a2de66b6?fields=security_groups HTTP/1.1" 200 1249 0.021122 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /project/c24dff90c2da457d9076cb23ca63c59b HTTP/1.1" 404 173 0.026600 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /project/57cf73ba196746f08b3b4832a2de66b6 HTTP/1.1" 404 173 0.018167 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /project/9d3445d7100340cb876d4de566520cf2 HTTP/1.1" 404 173 0.024513 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /project/21249ec0c9b34f04bb84554ee5720e84 HTTP/1.1" 404 173 0.016966 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=21249ec0-c9b3-4f04-bb84-554ee5720e84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001069 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=0c1b598d-f2cb-4c5f-a255-99492fa1dcde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001308 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=7f33b459-936c-464e-974c-1ee1af7c6351&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000725 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000753 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=c24dff90-c2da-457d-9076-cb23ca63c59b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000750 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000896 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=57cf73ba-1967-46f0-8b3b-4832a2de66b6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000961 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/0c1b598d-f2cb-4c5f-a255-99492fa1dcde?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.078931 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.083505 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/7f33b459-936c-464e-974c-1ee1af7c6351?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.091687 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/21249ec0-c9b3-4f04-bb84-554ee5720e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.097977 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/c24dff90-c2da-457d-9076-cb23ca63c59b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.091479 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.093051 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001982 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=c24dff90-c2da-457d-9076-cb23ca63c59b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=21249ec0-c9b3-4f04-bb84-554ee5720e84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002156 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=7f33b459-936c-464e-974c-1ee1af7c6351&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001369 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001043 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=0c1b598d-f2cb-4c5f-a255-99492fa1dcde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000873 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/57cf73ba-1967-46f0-8b3b-4832a2de66b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.165050 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37?fields=security_groups HTTP/1.1" 200 1349 0.095722 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/0c1b598d-f2cb-4c5f-a255-99492fa1dcde?fields=security_groups HTTP/1.1" 200 1347 0.105220 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/21249ec0-c9b3-4f04-bb84-554ee5720e84?fields=security_groups HTTP/1.1" 200 1363 0.103693 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/7f33b459-936c-464e-974c-1ee1af7c6351?fields=security_groups HTTP/1.1" 200 1348 0.109152 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2?fields=security_groups HTTP/1.1" 200 1363 0.108773 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/c24dff90-c2da-457d-9076-cb23ca63c59b?fields=security_groups HTTP/1.1" 200 1364 0.124129 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=57cf73ba-1967-46f0-8b3b-4832a2de66b6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001472 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/57cf73ba-1967-46f0-8b3b-4832a2de66b6?fields=security_groups HTTP/1.1" 200 1351 0.070567 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /security-group/6fa90aec-fab8-46b6-8dff-5ca8ad091d54 HTTP/1.1" 200 115 0.134174 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=0c1b598d-f2cb-4c5f-a255-99492fa1dcde&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001283 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /security-group/778b4f2a-7ba5-4ddc-aa30-a027860b9aaa HTTP/1.1" 200 115 0.138018 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003777 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /access-control-list/67b865a8-7aa0-40ba-b04e-a65e310379fc HTTP/1.1" 200 115 0.085608 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /security-group/21c64156-8dc1-42f1-8d9c-c0536dca23ea HTTP/1.1" 200 115 0.141489 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/0c1b598d-f2cb-4c5f-a255-99492fa1dcde?fields=application_policy_sets HTTP/1.1" 200 1386 0.053668 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=9d3445d7-1003-40cb-876d-4de566520cf2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /security-group/df72ae22-be03-41f5-9625-8a38643ed8d0 HTTP/1.1" 200 115 0.167617 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /security-group/dffb8347-09ff-4b63-a2ec-3d0b9d3fff88 HTTP/1.1" 200 115 0.180951 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=7f33b459-936c-464e-974c-1ee1af7c6351&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001112 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=21249ec0-c9b3-4f04-bb84-554ee5720e84&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37?fields=application_policy_sets HTTP/1.1" 200 1388 0.088223 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /security-group/5ef46406-a397-489c-a364-ffb5346a901f HTTP/1.1" 200 115 0.184767 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=c24dff90-c2da-457d-9076-cb23ca63c59b&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000852 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /access-control-list/3f7f469c-784d-4aed-8e9a-480be419863c HTTP/1.1" 200 115 0.071553 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/9d3445d7-1003-40cb-876d-4de566520cf2?fields=application_policy_sets HTTP/1.1" 200 1402 0.060699 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /security-group/6e5afe8c-4046-4d77-a533-e14417ff2b9a HTTP/1.1" 200 115 0.166878 10.0.0.242 - - [2025-12-11 02:29:10] "GET /projects?obj_uuids=57cf73ba-1967-46f0-8b3b-4832a2de66b6&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001290 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/7f33b459-936c-464e-974c-1ee1af7c6351?fields=application_policy_sets HTTP/1.1" 200 1387 0.105247 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /access-control-list/ace6456a-14cf-447a-8e30-3584461e2c64 HTTP/1.1" 200 115 0.086251 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/21249ec0-c9b3-4f04-bb84-554ee5720e84?fields=application_policy_sets HTTP/1.1" 200 1402 0.126433 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/c24dff90-c2da-457d-9076-cb23ca63c59b?fields=application_policy_sets HTTP/1.1" 200 1403 0.119165 10.0.0.242 - - [2025-12-11 02:29:10] "GET /project/57cf73ba-1967-46f0-8b3b-4832a2de66b6?fields=application_policy_sets HTTP/1.1" 200 1390 0.114593 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /access-control-list/b7c6f27a-142e-4fb9-8e25-68168149de09 HTTP/1.1" 200 115 0.114614 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /project/0c1b598d-f2cb-4c5f-a255-99492fa1dcde HTTP/1.1" 200 115 0.787507 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /access-control-list/79337221-e073-496c-ace5-938ba6379958 HTTP/1.1" 200 115 0.053048 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /project/9d3445d7-1003-40cb-876d-4de566520cf2 HTTP/1.1" 200 115 0.800729 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /project/f8a1cf5a-ce7b-4f3b-a1be-ad90ff73be37 HTTP/1.1" 200 115 0.817264 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /project/7f33b459-936c-464e-974c-1ee1af7c6351 HTTP/1.1" 200 115 0.818000 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /project/21249ec0-c9b3-4f04-bb84-554ee5720e84 HTTP/1.1" 200 115 0.817036 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /project/c24dff90-c2da-457d-9076-cb23ca63c59b HTTP/1.1" 200 115 0.807945 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /access-control-list/9a893c25-5136-45a4-928b-c7f578c11df5 HTTP/1.1" 200 115 0.027491 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /project/57cf73ba-1967-46f0-8b3b-4832a2de66b6 HTTP/1.1" 200 115 0.791034 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /access-control-list/dc9680af-b1a9-4c07-9a9f-3b370e81613d HTTP/1.1" 200 115 0.014821 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /access-control-list/6c90d92e-d172-4474-80c5-9697160370ff HTTP/1.1" 200 115 0.018401 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /access-control-list/523e9b70-5719-43af-a97f-ae65ce4b9f8f HTTP/1.1" 200 115 0.016758 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /access-control-list/8f3e4eda-afa6-4c4d-94b3-d6f2845fa40b HTTP/1.1" 200 115 0.018242 10.0.0.242 - - [2025-12-11 02:29:10] "DELETE /access-control-list/ad1db78d-7ff6-4b11-8c30-4993ac96d715 HTTP/1.1" 200 115 0.014121 10.0.0.242 - - [2025-12-11 02:29:11] "DELETE /access-control-list/c697e123-8567-428e-8f3f-e2d827610614 HTTP/1.1" 200 115 0.017091 10.0.0.242 - - [2025-12-11 02:29:11] "DELETE /access-control-list/7f6561ea-dd04-4446-8e60-b9131429c021 HTTP/1.1" 200 115 0.017311 10.0.0.242 - - [2025-12-11 02:29:11] "DELETE /access-control-list/b53d242f-0ed5-4229-82b7-4aff73e47b67 HTTP/1.1" 200 115 0.017053 10.0.0.242 - - [2025-12-11 02:29:18] "GET /obj-perms HTTP/1.1" 200 5075 0.049922 10.0.0.242 - - [2025-12-11 02:29:18] "GET /obj-perms HTTP/1.1" 200 5075 0.046947 10.0.0.242 - - [2025-12-11 02:29:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000561 10.0.0.242 - - [2025-12-11 02:29:26] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.242 - - [2025-12-11 02:29:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.242 - - [2025-12-11 02:29:27] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 [Introspect:8084]10.0.0.242 - - [2025-12-11 02:29:30] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000963 [Introspect:8084]10.0.0.242 - - [2025-12-11 02:29:30] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 2963 0.000911