++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Sep 8 02:12:14 AM UTC 2025 ===================' INFO: =================== Mon Sep 8 02:12:14 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 +++++ grep -o 'dev.*' +++++ awk '{print $2}' +++++ ip route get 1 ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ mount -t hugetlbfs +++ 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.41,10.0.0.27,10.0.0.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.27:8081 10.0.0.38:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.27:8081 10.0.0.38:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.27:8081 10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.27:8086 10.0.0.38:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.27:8086 10.0.0.38:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.27:8086 10.0.0.38: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.41,10.0.0.27,10.0.0.38 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.27:8082 10.0.0.38:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.27:8082 10.0.0.38:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.27:8082 10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.27:9161 10.0.0.38:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.27:9161 10.0.0.38:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.27:9161 10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.27:9041 10.0.0.38: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.25,10.20.0.14,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.14,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.27:2181,10.0.0.38:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.27:2181,10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.27:2181,10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.27:5673,10.0.0.38:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.27:5673,10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.27:5673,10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.27:6379 10.0.0.38:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.27:6379 10.0.0.38:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.27:6379 10.0.0.38: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.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.27:9092 10.0.0.38:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.27:9092 10.0.0.38:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.27:9092 10.0.0.38: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.41 ++ 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.41,10.0.0.27,10.0.0.38 ++ 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.41,10.0.0.27,10.0.0.38 ++ 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.41,10.0.0.27,10.0.0.38 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + nc -z 10.0.0.41 9041 + echo -e '\035\nquit' + 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.41,10.0.0.27,10.0.0.38 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.41,10.0.0.27,10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ tr '\n' , ++++ sort +++ local local_ips=,10.0.0.38,10.20.0.129,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.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 3 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.38: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=__ ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ cut -d = -f 1 ++ sort ++ set -o posix ++ set + 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: 09/08/2025 02:12:25.733 7f352ef8a8c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/08/2025 02:12:25.896 7f352ef8a8c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/08/2025 02:12:25.909 7f352ef8a8c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/08/2025 02:12:25.910 7f352ef8a8c0 [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.38:8082/ Hit Ctrl-C to quit. 10.0.0.38 - - [2025-09-08 02:12:48] "GET / HTTP/1.1" 503 181 0.000321 10.0.0.38 - - [2025-09-08 02:12:48] "GET / HTTP/1.1" 503 181 0.000221 10.0.0.38 - - [2025-09-08 02:12:49] "GET / HTTP/1.1" 200 35931 0.001564 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.38 - - [2025-09-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000599 10.0.0.38 - - [2025-09-08 02:12:49] "GET / HTTP/1.1" 200 45871 0.002443 10.0.0.38 - - [2025-09-08 02:12:49] "GET / HTTP/1.1" 200 45871 0.001303 10.0.0.38 - - [2025-09-08 02:12:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000377 10.0.0.38 - - [2025-09-08 02:12:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000290 10.0.0.27 - - [2025-09-08 02:12:49] "GET / HTTP/1.1" 200 35931 0.001631 10.0.0.38 - - [2025-09-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 1.091033 10.0.0.38 - - [2025-09-08 02:12:51] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008837 10.0.0.38 - - [2025-09-08 02:12:51] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.765592 10.0.0.38 - - [2025-09-08 02:12:51] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.004498 10.0.0.38 - - [2025-09-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.435714 10.0.0.38 - - [2025-09-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.38 - - [2025-09-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 404 220 0.006840 10.0.0.27 - - [2025-09-08 02:12:51] "GET / HTTP/1.1" 200 35931 0.001524 10.0.0.38 - - [2025-09-08 02:12:51] "POST /config-database-nodes HTTP/1.1" 200 617 0.048599 /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.27 - - [2025-09-08 02:12:51] "GET / HTTP/1.1" 200 35931 0.001895 10.0.0.27 - - [2025-09-08 02:12:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.41 - - [2025-09-08 02:12:52] "GET / HTTP/1.1" 200 35931 0.001402 10.0.0.41 - - [2025-09-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000453 10.0.0.27 - - [2025-09-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.355738 10.0.0.27 - - [2025-09-08 02:12:52] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008138 10.0.0.41 - - [2025-09-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.039111 10.0.0.41 - - [2025-09-08 02:12:52] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008151 10.0.0.27 - - [2025-09-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.005374 10.0.0.41 - - [2025-09-08 02:12:52] "POST /fqname-to-id HTTP/1.1" 404 220 0.008556 10.0.0.27 - - [2025-09-08 02:12:52] "POST /config-database-nodes HTTP/1.1" 200 617 0.057574 10.0.0.41 - - [2025-09-08 02:12:52] "POST /config-database-nodes HTTP/1.1" 200 617 0.051846 10.0.0.27 - - [2025-09-08 02:12:53] "GET / HTTP/1.1" 200 35931 0.001952 10.0.0.27 - - [2025-09-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000473 10.0.0.27 - - [2025-09-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.030349 10.0.0.27 - - [2025-09-08 02:12:53] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.008015 10.0.0.27 - - [2025-09-08 02:12:53] "POST /fqname-to-id HTTP/1.1" 404 220 0.006741 10.0.0.27 - - [2025-09-08 02:12:53] "POST /config-nodes HTTP/1.1" 200 599 0.055633 10.0.0.27 - - [2025-09-08 02:12:53] "GET / HTTP/1.1" 200 35931 0.001768 10.0.0.27 - - [2025-09-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 401 292 0.000436 10.0.0.27 - - [2025-09-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.028912 10.0.0.27 - - [2025-09-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005590 10.0.0.27 - - [2025-09-08 02:12:54] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.011897 10.0.0.27 - - [2025-09-08 02:12:54] "GET / HTTP/1.1" 200 35931 0.001805 10.0.0.27 - - [2025-09-08 02:12:54] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000426 10.0.0.27 - - [2025-09-08 02:12:54] "POST /service-appliance-sets HTTP/1.1" 200 553 0.047724 10.0.0.27 - - [2025-09-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 180 0.005035 10.0.0.27 - - [2025-09-08 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.27 - - [2025-09-08 02:12:54] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.009259 10.0.0.27 - - [2025-09-08 02:12:55] "POST /service-appliance-sets HTTP/1.1" 200 541 0.120394 10.0.0.27 - - [2025-09-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006165 10.0.0.27 - - [2025-09-08 02:12:55] "GET /network-ipam/878b22f8-81ff-4f24-9d0f-08f67152925d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.024168 10.0.0.27 - - [2025-09-08 02:12:55] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.036624 10.0.0.38 - - [2025-09-08 02:12:55] "GET / HTTP/1.1" 200 35931 0.002024 10.0.0.38 - - [2025-09-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 401 292 0.000530 10.0.0.27 - - [2025-09-08 02:12:55] "POST /service-templates HTTP/1.1" 200 511 0.070196 10.0.0.27 - - [2025-09-08 02:12:55] "POST /service-templates HTTP/1.1" 200 501 0.050776 10.0.0.27 - - [2025-09-08 02:12:55] "POST /service-templates HTTP/1.1" 200 515 0.054967 10.0.0.27 - - [2025-09-08 02:12:55] "POST /service-templates HTTP/1.1" 200 535 0.053793 10.0.0.38 - - [2025-09-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.029800 10.0.0.38 - - [2025-09-08 02:12:55] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.019391 10.0.0.27 - - [2025-09-08 02:12:55] "POST /service-templates HTTP/1.1" 200 507 0.076781 10.0.0.38 - - [2025-09-08 02:12:55] "POST /fqname-to-id HTTP/1.1" 404 220 0.005050 10.0.0.38 - - [2025-09-08 02:12:56] "POST /config-nodes HTTP/1.1" 200 599 0.082214 10.0.0.41 - - [2025-09-08 02:12:56] "GET / HTTP/1.1" 200 35931 0.002316 10.0.0.41 - - [2025-09-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 401 292 0.000531 10.0.0.41 - - [2025-09-08 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.054947 10.0.0.41 - - [2025-09-08 02:12:56] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.012521 10.0.0.38 - - [2025-09-08 02:12:56] "GET / HTTP/1.1" 200 35931 0.001585 10.0.0.38 - - [2025-09-08 02:12:56] "POST /global-vrouter-configs HTTP/1.1" 401 292 0.000512 10.0.0.41 - - [2025-09-08 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.004726 10.0.0.41 - - [2025-09-08 02:12:57] "POST /config-nodes HTTP/1.1" 200 599 0.065938 10.0.0.38 - - [2025-09-08 02:12:58] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.083394 10.0.0.27 - - [2025-09-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.011668 10.0.0.27 - - [2025-09-08 02:13:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1215 0.006098 10.0.0.27 - - [2025-09-08 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005904 10.0.0.27 - - [2025-09-08 02:13:00] "PUT /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6 HTTP/1.1" 200 276 0.021431 10.0.0.38 - - [2025-09-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004774 10.0.0.38 - - [2025-09-08 02:13:03] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.006061 10.0.0.38 - - [2025-09-08 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.38 - - [2025-09-08 02:13:03] "PUT /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6 HTTP/1.1" 200 276 0.018134 10.0.0.38 - - [2025-09-08 02:13:35] "GET /global-system-configs HTTP/1.1" 200 322 11.240564 10.0.0.27 - - [2025-09-08 02:13:39] "GET /global-system-configs HTTP/1.1" 200 322 8.423421 10.0.0.27 - - [2025-09-08 02:13:39] "GET /global-system-configs HTTP/1.1" 200 322 6.437592 10.0.0.38 - - [2025-09-08 02:13:39] "GET /global-system-configs HTTP/1.1" 200 322 4.141461 10.0.0.41 - - [2025-09-08 02:13:39] "GET /global-system-configs HTTP/1.1" 200 322 2.107383 10.0.0.41 - - [2025-09-08 02:13:39] "GET /global-system-configs HTTP/1.1" 200 322 0.139732 10.0.0.27 - - [2025-09-08 02:13:40] "GET /network-ipam/878b22f8-81ff-4f24-9d0f-08f67152925d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.397241 10.0.0.27 - - [2025-09-08 02:13:41] "POST /fqname-to-id HTTP/1.1" 404 224 0.006062 10.0.0.27 - - [2025-09-08 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.043621 10.0.0.27 - - [2025-09-08 02:13:41] "POST /route-targets HTTP/1.1" 200 327 0.033354 10.0.0.27 - - [2025-09-08 02:13:41] "POST /ref-update HTTP/1.1" 200 156 0.046638 10.0.0.27 - - [2025-09-08 02:13:42] "PUT /access-control-list/e5e554b3-edd7-46b0-a4e4-cafca272d434 HTTP/1.1" 200 272 0.049853 10.0.0.27 - - [2025-09-08 02:13:47] "POST /ref-update HTTP/1.1" 200 156 0.042015 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.41 - - [2025-09-08 02:16:59] "GET /obj-perms HTTP/1.1" 200 5056 0.398117 10.0.0.38 - - [2025-09-08 02:17:58] "GET /global-system-configs HTTP/1.1" 200 322 0.043324 10.0.0.27 - - [2025-09-08 02:17:58] "GET /obj-perms HTTP/1.1" 200 5056 0.125821 10.0.0.38 - - [2025-09-08 02:17:58] "GET /obj-perms HTTP/1.1" 200 5056 0.472309 10.0.0.27 - - [2025-09-08 02:17:59] "GET /global-system-configs HTTP/1.1" 200 322 0.004608 10.0.0.27 - - [2025-09-08 02:17:59] "GET /global-system-configs HTTP/1.1" 200 322 0.317788 10.0.0.41 - - [2025-09-08 02:17:59] "GET /obj-perms HTTP/1.1" 200 5056 0.369058 10.0.0.27 - - [2025-09-08 02:17:59] "GET /obj-perms HTTP/1.1" 200 5056 0.150882 10.0.0.38 - - [2025-09-08 02:17:59] "GET /global-system-configs HTTP/1.1" 200 322 0.006557 10.0.0.38 - - [2025-09-08 02:18:00] "GET /obj-perms HTTP/1.1" 200 5056 0.383166 10.0.0.41 - - [2025-09-08 02:18:01] "GET /global-system-configs HTTP/1.1" 200 322 0.006670 10.0.0.41 - - [2025-09-08 02:18:01] "GET /global-system-configs HTTP/1.1" 200 322 0.012704 10.0.0.41 - - [2025-09-08 02:18:01] "GET /obj-perms HTTP/1.1" 200 5056 0.088277 10.0.0.38 - - [2025-09-08 02:18:01] "GET /obj-perms HTTP/1.1" 200 5056 0.113539 10.0.0.27 - - [2025-09-08 02:18:01] "GET /obj-perms HTTP/1.1" 200 5056 0.135975 [Introspect:8084]10.0.0.38 - - [2025-09-08 02:18:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001050 [Introspect:8084]10.0.0.38 - - [2025-09-08 02:18:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001247 [Introspect:8084]10.0.0.38 - - [2025-09-08 02:19:07] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001185 [Introspect:8084]10.0.0.38 - - [2025-09-08 02:19:07] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001080 10.0.0.41 - - [2025-09-08 02:20:24] "GET / HTTP/1.1" 200 35931 0.001866 10.0.0.41 - - [2025-09-08 02:20:25] "POST /fqname-to-id HTTP/1.1" 401 292 0.000619 10.0.0.41 - - [2025-09-08 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 186 0.045954 10.0.0.38 - - [2025-09-08 02:20:25] "GET /projects?obj_uuids=84f42a15-4890-4513-bc0f-4a633898597f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.057675 10.0.0.38 - - [2025-09-08 02:20:25] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001172 10.0.0.38 - - [2025-09-08 02:20:25] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035168 10.0.0.38 - - [2025-09-08 02:20:25] "POST /id-to-fqname HTTP/1.1" 200 188 0.001534 10.0.0.38 - - [2025-09-08 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 197 0.010134 10.0.0.38 - - [2025-09-08 02:20:25] "POST /security-groups HTTP/1.1" 200 589 0.087235 10.0.0.38 - - [2025-09-08 02:20:25] "POST /projects HTTP/1.1" 200 581 0.334441 10.0.0.27 - - [2025-09-08 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 232 0.029994 10.0.0.38 - - [2025-09-08 02:20:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.410811 10.0.0.41 - - [2025-09-08 02:20:26] "GET /project/84f42a15-4890-4513-bc0f-4a633898597f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.620816 10.0.0.27 - - [2025-09-08 02:20:26] "POST /access-control-lists HTTP/1.1" 200 592 0.044770 10.0.0.41 - - [2025-09-08 02:20:27] "GET / HTTP/1.1" 200 35931 0.001861 10.0.0.38 - - [2025-09-08 02:20:31] "GET /projects?obj_uuids=84f42a15-4890-4513-bc0f-4a633898597f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001395 10.0.0.41 - - [2025-09-08 02:20:31] "GET /project/84f42a15-4890-4513-bc0f-4a633898597f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052223 10.0.0.38 - - [2025-09-08 02:20:31] "GET /projects?obj_uuids=84f42a15-4890-4513-bc0f-4a633898597f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.41 - - [2025-09-08 02:20:31] "GET /project/84f42a15-4890-4513-bc0f-4a633898597f?fields=virtual_networks HTTP/1.1" 200 1028 0.113673 10.0.0.38 - - [2025-09-08 02:20:31] "GET /projects?obj_uuids=84f42a15-4890-4513-bc0f-4a633898597f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001393 10.0.0.41 - - [2025-09-08 02:20:31] "GET /project/84f42a15-4890-4513-bc0f-4a633898597f?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.065419 10.0.0.38 - - [2025-09-08 02:20:31] "GET /projects?obj_uuids=84f42a15-4890-4513-bc0f-4a633898597f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.41 - - [2025-09-08 02:20:31] "GET /project/84f42a15-4890-4513-bc0f-4a633898597f?fields=security_groups HTTP/1.1" 200 1252 0.063908 10.0.0.38 - - [2025-09-08 02:20:32] "GET /projects?obj_uuids=d3c9e274-58c1-485b-8908-c8c223fb21f3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004025 10.0.0.38 - - [2025-09-08 02:20:32] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001023 10.0.0.38 - - [2025-09-08 02:20:32] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008610 10.0.0.38 - - [2025-09-08 02:20:32] "POST /id-to-fqname HTTP/1.1" 200 167 0.011507 10.0.0.38 - - [2025-09-08 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 176 0.010864 10.0.0.38 - - [2025-09-08 02:20:32] "POST /security-groups HTTP/1.1" 200 568 0.092182 10.0.0.38 - - [2025-09-08 02:20:32] "POST /projects HTTP/1.1" 200 539 0.359082 10.0.0.38 - - [2025-09-08 02:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.428503 10.0.0.27 - - [2025-09-08 02:20:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.009947 10.0.0.41 - - [2025-09-08 02:20:32] "GET /project/d3c9e274-58c1-485b-8908-c8c223fb21f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.615872 [Introspect:8084]10.0.0.41 - - [2025-09-08 02:20:33] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001312 10.0.0.38 - - [2025-09-08 02:20:34] "GET /projects?obj_uuids=d3c9e274-58c1-485b-8908-c8c223fb21f3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001118 10.0.0.41 - - [2025-09-08 02:20:35] "GET /project/d3c9e274-58c1-485b-8908-c8c223fb21f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.060486 10.0.0.38 - - [2025-09-08 02:20:36] "GET /obj-perms HTTP/1.1" 200 5056 0.053596 [Introspect:8084]10.0.0.41 - - [2025-09-08 02:20:37] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000830 10.0.0.41 - - [2025-09-08 02:20:38] "GET /obj-perms HTTP/1.1" 200 5056 0.047549 10.0.0.41 - - [2025-09-08 02:20:38] "GET /obj-perms HTTP/1.1" 200 5056 0.004466 10.0.0.41 - - [2025-09-08 02:20:38] "GET /obj-perms HTTP/1.1" 200 5056 0.004905 10.0.0.41 - - [2025-09-08 02:20:38] "GET /obj-perms HTTP/1.1" 200 5056 0.004498 10.0.0.41 - - [2025-09-08 02:20:38] "GET /obj-perms HTTP/1.1" 200 5056 0.005600 10.0.0.41 - - [2025-09-08 02:20:38] "GET /obj-perms HTTP/1.1" 200 5056 0.004683 10.0.0.41 - - [2025-09-08 02:20:38] "GET /obj-perms HTTP/1.1" 200 5056 0.004470 10.0.0.41 - - [2025-09-08 02:20:38] "GET /obj-perms HTTP/1.1" 200 5056 0.004515 10.0.0.41 - - [2025-09-08 02:20:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004991 10.0.0.41 - - [2025-09-08 02:20:39] "GET /obj-perms HTTP/1.1" 200 5056 0.005240 10.0.0.41 - - [2025-09-08 02:20:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004968 10.0.0.41 - - [2025-09-08 02:20:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004642 10.0.0.38 - - [2025-09-08 02:20:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004320 10.0.0.38 - - [2025-09-08 02:20:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004950 10.0.0.38 - - [2025-09-08 02:20:39] "GET /obj-perms HTTP/1.1" 200 5056 0.004490 10.0.0.41 - - [2025-09-08 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.005291 10.0.0.41 - - [2025-09-08 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.004546 10.0.0.41 - - [2025-09-08 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.004986 10.0.0.41 - - [2025-09-08 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.008115 10.0.0.41 - - [2025-09-08 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.017501 10.0.0.41 - - [2025-09-08 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.005088 10.0.0.41 - - [2025-09-08 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.004693 10.0.0.41 - - [2025-09-08 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.004534 10.0.0.41 - - [2025-09-08 02:20:41] "GET /obj-perms HTTP/1.1" 200 5056 0.005855 10.0.0.41 - - [2025-09-08 02:20:42] "GET /obj-perms HTTP/1.1" 200 5056 0.005727 10.0.0.41 - - [2025-09-08 02:20:42] "GET /obj-perms HTTP/1.1" 200 5056 0.004698 10.0.0.41 - - [2025-09-08 02:20:45] "GET /obj-perms HTTP/1.1" 200 5056 0.005095 10.0.0.41 - - [2025-09-08 02:20:45] "GET /obj-perms HTTP/1.1" 200 5056 0.004587 10.0.0.41 - - [2025-09-08 02:20:45] "GET /obj-perms HTTP/1.1" 200 5056 0.004376 10.0.0.41 - - [2025-09-08 02:20:45] "GET /obj-perms HTTP/1.1" 200 5056 0.004849 10.0.0.41 - - [2025-09-08 02:20:47] "GET /obj-perms HTTP/1.1" 200 5056 0.005174 10.0.0.41 - - [2025-09-08 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 199 0.025113 10.0.0.38 - - [2025-09-08 02:20:48] "GET /projects?obj_uuids=8ffe9047-3ce5-4d06-b6f8-65793ff1fa23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003993 10.0.0.38 - - [2025-09-08 02:20:48] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001355 10.0.0.38 - - [2025-09-08 02:20:48] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008722 10.0.0.38 - - [2025-09-08 02:20:48] "POST /id-to-fqname HTTP/1.1" 200 201 0.002293 10.0.0.38 - - [2025-09-08 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 210 0.008089 10.0.0.38 - - [2025-09-08 02:20:48] "POST /security-groups HTTP/1.1" 200 602 0.090739 10.0.0.38 - - [2025-09-08 02:20:48] "POST /projects HTTP/1.1" 200 607 0.336889 10.0.0.27 - - [2025-09-08 02:20:48] "POST /access-control-lists HTTP/1.1" 200 607 0.032160 10.0.0.38 - - [2025-09-08 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.414360 10.0.0.41 - - [2025-09-08 02:20:48] "GET /project/8ffe9047-3ce5-4d06-b6f8-65793ff1fa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.578372 10.0.0.41 - - [2025-09-08 02:20:50] "GET / HTTP/1.1" 200 35931 0.001565 10.0.0.41 - - [2025-09-08 02:20:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000667 10.0.0.41 - - [2025-09-08 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.055622 10.0.0.38 - - [2025-09-08 02:20:51] "GET /projects?obj_uuids=8ffe9047-3ce5-4d06-b6f8-65793ff1fa23&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000960 10.0.0.41 - - [2025-09-08 02:20:51] "GET /project/8ffe9047-3ce5-4d06-b6f8-65793ff1fa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.066569 10.0.0.38 - - [2025-09-08 02:20:52] "DELETE /project/d3c9e27458c1485b8908c8c223fb21f3 HTTP/1.1" 404 173 0.011360 10.0.0.38 - - [2025-09-08 02:20:52] "DELETE /project/8ffe90473ce54d06b6f865793ff1fa23 HTTP/1.1" 404 173 0.010339 10.0.0.38 - - [2025-09-08 02:20:52] "DELETE /project/84f42a1548904513bc0f4a633898597f HTTP/1.1" 404 173 0.012139 10.0.0.38 - - [2025-09-08 02:20:52] "GET /projects?obj_uuids=84f42a15-4890-4513-bc0f-4a633898597f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001360 10.0.0.38 - - [2025-09-08 02:20:52] "GET /project/84f42a15-4890-4513-bc0f-4a633898597f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.124161 10.0.0.38 - - [2025-09-08 02:20:52] "GET /projects?obj_uuids=84f42a15-4890-4513-bc0f-4a633898597f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001145 10.0.0.27 - - [2025-09-08 02:20:52] "POST /route-targets HTTP/1.1" 200 327 0.093473 10.0.0.38 - - [2025-09-08 02:20:52] "GET /project/84f42a15-4890-4513-bc0f-4a633898597f?fields=security_groups HTTP/1.1" 200 1357 0.208883 10.0.0.38 - - [2025-09-08 02:20:52] "DELETE /security-group/f49ef3fb-4655-4189-bd4e-c53a19e7f575 HTTP/1.1" 200 115 0.099574 10.0.0.38 - - [2025-09-08 02:20:52] "GET /projects?obj_uuids=84f42a15-4890-4513-bc0f-4a633898597f&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001175 10.0.0.38 - - [2025-09-08 02:20:52] "GET /project/84f42a15-4890-4513-bc0f-4a633898597f?fields=application_policy_sets HTTP/1.1" 200 1396 0.084790 10.0.0.27 - - [2025-09-08 02:20:52] "DELETE /access-control-list/2f057f88-a7c1-4e2a-9346-f65694828ab9 HTTP/1.1" 200 115 0.078702 10.0.0.38 - - [2025-09-08 02:20:52] "POST /useragent-kv HTTP/1.1" 200 115 0.015697 10.0.0.41 - - [2025-09-08 02:20:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.497249 10.0.0.41 - - [2025-09-08 02:20:53] "POST /id-to-fqname HTTP/1.1" 200 233 0.001387 10.0.0.41 - - [2025-09-08 02:20:53] "GET /virtual-network/84addb7e-11fb-41b0-bccb-b717c080ffbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010719 10.0.0.38 - - [2025-09-08 02:20:53] "DELETE /project/84f42a15-4890-4513-bc0f-4a633898597f HTTP/1.1" 200 115 0.873754 10.0.0.41 - - [2025-09-08 02:20:53] "GET /virtual-network/84addb7e-11fb-41b0-bccb-b717c080ffbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006868 10.0.0.41 - - [2025-09-08 02:20:53] "POST /neutron/network HTTP/1.1" 200 839 0.012570 10.0.0.41 - - [2025-09-08 02:20:53] "GET /virtual-network/84addb7e-11fb-41b0-bccb-b717c080ffbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.009144 10.0.0.41 - - [2025-09-08 02:20:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001778 10.0.0.38 - - [2025-09-08 02:20:57] "GET /projects?obj_uuids=8ffe9047-3ce5-4d06-b6f8-65793ff1fa23&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001364 10.0.0.41 - - [2025-09-08 02:20:58] "GET /project/8ffe9047-3ce5-4d06-b6f8-65793ff1fa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.082662 10.0.0.41 - - [2025-09-08 02:20:58] "POST /neutron/network HTTP/1.1" 200 839 0.042603 10.0.0.41 - - [2025-09-08 02:20:59] "POST /neutron/port HTTP/1.1" 200 117 0.008827 10.0.0.41 - - [2025-09-08 02:21:01] "POST /neutron/port HTTP/1.1" 200 1071 0.048615 10.0.0.41 - - [2025-09-08 02:21:01] "POST /neutron/port HTTP/1.1" 200 1099 0.042574 10.0.0.41 - - [2025-09-08 02:21:01] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.27 - - [2025-09-08 02:21:02] "GET /obj-perms HTTP/1.1" 200 5056 0.046400 10.0.0.41 - - [2025-09-08 02:21:04] "POST /neutron/security_group HTTP/1.1" 200 2069 0.011244 10.0.0.41 - - [2025-09-08 02:21:07] "POST /neutron/network HTTP/1.1" 200 849 0.008609 10.0.0.41 - - [2025-09-08 02:21:07] "POST /neutron/port HTTP/1.1" 200 117 0.001447 10.0.0.41 - - [2025-09-08 02:21:09] "POST /neutron/security_group HTTP/1.1" 200 2069 0.008988 10.0.0.41 - - [2025-09-08 02:21:09] "GET /obj-perms HTTP/1.1" 200 5052 0.053449 10.0.0.41 - - [2025-09-08 02:21:12] "GET /obj-perms HTTP/1.1" 200 5052 0.004584 10.0.0.41 - - [2025-09-08 02:21:15] "POST /neutron/port HTTP/1.1" 200 1099 0.019176 10.0.0.41 - - [2025-09-08 02:21:16] "POST /neutron/network HTTP/1.1" 200 839 0.010278 10.0.0.38 - - [2025-09-08 02:21:18] "GET /projects?obj_uuids=8ffe9047-3ce5-4d06-b6f8-65793ff1fa23&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001379 10.0.0.41 - - [2025-09-08 02:21:18] "GET /project/8ffe9047-3ce5-4d06-b6f8-65793ff1fa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.070514 10.0.0.38 - - [2025-09-08 02:21:18] "GET /projects?obj_uuids=8ffe9047-3ce5-4d06-b6f8-65793ff1fa23&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002022 10.0.0.41 - - [2025-09-08 02:21:18] "GET /project/8ffe9047-3ce5-4d06-b6f8-65793ff1fa23?fields=virtual_networks HTTP/1.1" 200 1055 0.108542 10.0.0.38 - - [2025-09-08 02:21:18] "GET /projects?obj_uuids=8ffe9047-3ce5-4d06-b6f8-65793ff1fa23&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001191 10.0.0.41 - - [2025-09-08 02:21:18] "GET /project/8ffe9047-3ce5-4d06-b6f8-65793ff1fa23?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.059082 10.0.0.38 - - [2025-09-08 02:21:18] "GET /projects?obj_uuids=8ffe9047-3ce5-4d06-b6f8-65793ff1fa23&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001236 10.0.0.41 - - [2025-09-08 02:21:18] "GET /project/8ffe9047-3ce5-4d06-b6f8-65793ff1fa23?fields=security_groups HTTP/1.1" 200 1292 0.092396 10.0.0.38 - - [2025-09-08 02:21:19] "GET /projects?obj_uuids=d3c9e274-58c1-485b-8908-c8c223fb21f3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001135 10.0.0.41 - - [2025-09-08 02:21:19] "GET /project/d3c9e274-58c1-485b-8908-c8c223fb21f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.079664 10.0.0.38 - - [2025-09-08 02:21:25] "GET /projects?obj_uuids=d3c9e274-58c1-485b-8908-c8c223fb21f3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001199 10.0.0.41 - - [2025-09-08 02:21:25] "GET /project/d3c9e274-58c1-485b-8908-c8c223fb21f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.063338 10.0.0.41 - - [2025-09-08 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 200 0.025630 10.0.0.38 - - [2025-09-08 02:21:29] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004636 10.0.0.38 - - [2025-09-08 02:21:29] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001138 10.0.0.38 - - [2025-09-08 02:21:29] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008450 10.0.0.38 - - [2025-09-08 02:21:29] "POST /id-to-fqname HTTP/1.1" 200 202 0.003044 10.0.0.38 - - [2025-09-08 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.009080 10.0.0.38 - - [2025-09-08 02:21:29] "POST /security-groups HTTP/1.1" 200 603 0.087109 10.0.0.27 - - [2025-09-08 02:21:29] "POST /fqname-to-id HTTP/1.1" 404 246 0.004082 10.0.0.38 - - [2025-09-08 02:21:29] "POST /projects HTTP/1.1" 200 609 0.346683 10.0.0.38 - - [2025-09-08 02:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.437152 10.0.0.27 - - [2025-09-08 02:21:29] "POST /access-control-lists HTTP/1.1" 200 606 0.035277 10.0.0.41 - - [2025-09-08 02:21:29] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.585744 10.0.0.41 - - [2025-09-08 02:21:31] "GET / HTTP/1.1" 200 35931 0.001948 10.0.0.41 - - [2025-09-08 02:21:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000495 10.0.0.41 - - [2025-09-08 02:21:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.058940 10.0.0.38 - - [2025-09-08 02:21:31] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001085 10.0.0.41 - - [2025-09-08 02:21:31] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.053579 10.0.0.38 - - [2025-09-08 02:21:32] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001571 10.0.0.41 - - [2025-09-08 02:21:32] "POST /neutron/network HTTP/1.1" 200 703 0.190690 10.0.0.41 - - [2025-09-08 02:21:32] "POST /id-to-fqname HTTP/1.1" 200 275 0.004298 10.0.0.41 - - [2025-09-08 02:21:32] "GET /virtual-network/24996aa9-cba2-4071-b967-9e67c7722761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.007609 10.0.0.41 - - [2025-09-08 02:21:32] "POST /neutron/network HTTP/1.1" 200 921 0.008229 10.0.0.41 - - [2025-09-08 02:21:32] "GET /virtual-network/24996aa9-cba2-4071-b967-9e67c7722761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2189 0.006547 10.0.0.41 - - [2025-09-08 02:21:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.38 - - [2025-09-08 02:21:32] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001366 10.0.0.41 - - [2025-09-08 02:21:32] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.069806 10.0.0.41 - - [2025-09-08 02:21:32] "POST /neutron/network HTTP/1.1" 200 117 0.014754 10.0.0.27 - - [2025-09-08 02:21:33] "POST /route-targets HTTP/1.1" 200 327 0.029293 10.0.0.41 - - [2025-09-08 02:21:33] "POST /neutron/network HTTP/1.1" 200 924 0.015944 10.0.0.41 - - [2025-09-08 02:21:33] "POST /id-to-fqname HTTP/1.1" 200 275 0.001489 10.0.0.41 - - [2025-09-08 02:21:33] "GET /virtual-network/15ce7bfc-8d44-41bb-89dd-c97027ca5a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.006046 10.0.0.41 - - [2025-09-08 02:21:33] "GET /virtual-network/15ce7bfc-8d44-41bb-89dd-c97027ca5a39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2197 0.006861 10.0.0.41 - - [2025-09-08 02:21:33] "POST /neutron/subnet HTTP/1.1" 200 734 0.012378 10.0.0.41 - - [2025-09-08 02:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.38 - - [2025-09-08 02:21:33] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.41 - - [2025-09-08 02:21:33] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.063063 10.0.0.27 - - [2025-09-08 02:21:33] "POST /ref-update HTTP/1.1" 200 156 0.035387 10.0.0.38 - - [2025-09-08 02:21:34] "POST /useragent-kv HTTP/1.1" 200 115 0.015102 10.0.0.41 - - [2025-09-08 02:21:34] "POST /neutron/subnet HTTP/1.1" 200 729 0.226456 10.0.0.41 - - [2025-09-08 02:21:34] "POST /id-to-fqname HTTP/1.1" 200 276 0.001471 10.0.0.41 - - [2025-09-08 02:21:34] "GET /virtual-network/6cbe639b-f30e-4ebd-9526-ec2e832ffbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007082 10.0.0.41 - - [2025-09-08 02:21:34] "GET /virtual-network/6cbe639b-f30e-4ebd-9526-ec2e832ffbae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.007341 10.0.0.41 - - [2025-09-08 02:21:34] "POST /neutron/network HTTP/1.1" 200 925 0.008991 10.0.0.41 - - [2025-09-08 02:21:34] "POST /id-to-fqname HTTP/1.1" 200 275 0.001583 10.0.0.38 - - [2025-09-08 02:21:35] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001396 10.0.0.41 - - [2025-09-08 02:21:35] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.087201 10.0.0.41 - - [2025-09-08 02:21:35] "POST /neutron/network HTTP/1.1" 200 924 0.009541 10.0.0.41 - - [2025-09-08 02:21:35] "POST /id-to-fqname HTTP/1.1" 200 276 0.001577 10.0.0.41 - - [2025-09-08 02:21:35] "POST /neutron/port HTTP/1.1" 200 117 0.008942 10.0.0.38 - - [2025-09-08 02:21:36] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001432 10.0.0.41 - - [2025-09-08 02:21:36] "POST /neutron/port HTTP/1.1" 200 1074 0.387615 10.0.0.38 - - [2025-09-08 02:21:36] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001166 10.0.0.41 - - [2025-09-08 02:21:37] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.131478 10.0.0.41 - - [2025-09-08 02:21:37] "POST /neutron/port HTTP/1.1" 200 1128 0.165656 10.0.0.41 - - [2025-09-08 02:21:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008779 10.0.0.41 - - [2025-09-08 02:21:37] "POST /neutron/network HTTP/1.1" 200 924 0.010062 10.0.0.41 - - [2025-09-08 02:21:37] "POST /neutron/port HTTP/1.1" 200 117 0.011352 10.0.0.41 - - [2025-09-08 02:21:39] "POST /neutron/network HTTP/1.1" 200 924 0.009251 10.0.0.41 - - [2025-09-08 02:21:39] "POST /neutron/port HTTP/1.1" 200 1073 0.053503 10.0.0.41 - - [2025-09-08 02:21:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013616 10.0.0.41 - - [2025-09-08 02:21:39] "POST /neutron/network HTTP/1.1" 200 925 0.008159 10.0.0.41 - - [2025-09-08 02:21:40] "POST /neutron/port HTTP/1.1" 200 151 0.263074 10.0.0.41 - - [2025-09-08 02:21:41] "POST /neutron/network HTTP/1.1" 200 925 0.008987 10.0.0.41 - - [2025-09-08 02:21:43] "POST /neutron/network HTTP/1.1" 400 204 0.016001 10.0.0.41 - - [2025-09-08 02:21:44] "POST /neutron/port HTTP/1.1" 200 151 0.261244 10.0.0.41 - - [2025-09-08 02:21:44] "POST /neutron/network HTTP/1.1" 200 117 0.029090 10.0.0.38 - - [2025-09-08 02:21:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006209 10.0.0.27 - - [2025-09-08 02:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005655 10.0.0.38 - - [2025-09-08 02:21:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003024 10.0.0.41 - - [2025-09-08 02:21:45] "POST /neutron/network HTTP/1.1" 200 151 0.166605 10.0.0.38 - - [2025-09-08 02:21:45] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001261 10.0.0.27 - - [2025-09-08 02:21:45] "DELETE /route-target/76be9885-081e-47e9-967d-90daa9bc56da HTTP/1.1" 200 115 0.039502 10.0.0.41 - - [2025-09-08 02:21:45] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.055757 10.0.0.38 - - [2025-09-08 02:21:45] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.41 - - [2025-09-08 02:21:45] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?fields=virtual_networks HTTP/1.1" 200 1057 0.048766 10.0.0.38 - - [2025-09-08 02:21:46] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001076 10.0.0.41 - - [2025-09-08 02:21:46] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.048662 10.0.0.38 - - [2025-09-08 02:21:46] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001584 10.0.0.41 - - [2025-09-08 02:21:46] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?fields=security_groups HTTP/1.1" 200 1295 0.072146 10.0.0.41 - - [2025-09-08 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 190 0.027469 10.0.0.38 - - [2025-09-08 02:21:47] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003696 10.0.0.38 - - [2025-09-08 02:21:47] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.38 - - [2025-09-08 02:21:47] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008316 10.0.0.38 - - [2025-09-08 02:21:47] "POST /id-to-fqname HTTP/1.1" 200 192 0.007112 10.0.0.38 - - [2025-09-08 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 201 0.008257 10.0.0.38 - - [2025-09-08 02:21:47] "POST /security-groups HTTP/1.1" 200 593 0.059351 10.0.0.38 - - [2025-09-08 02:21:47] "POST /projects HTTP/1.1" 200 589 0.329335 10.0.0.27 - - [2025-09-08 02:21:47] "POST /fqname-to-id HTTP/1.1" 404 235 0.004647 10.0.0.38 - - [2025-09-08 02:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.410884 10.0.0.41 - - [2025-09-08 02:21:47] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.603402 10.0.0.41 - - [2025-09-08 02:21:48] "GET / HTTP/1.1" 200 35931 0.001601 10.0.0.41 - - [2025-09-08 02:21:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.41 - - [2025-09-08 02:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.057552 10.0.0.38 - - [2025-09-08 02:21:49] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001145 10.0.0.41 - - [2025-09-08 02:21:49] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059973 10.0.0.41 - - [2025-09-08 02:21:49] "POST /neutron/network HTTP/1.1" 200 117 0.044375 10.0.0.27 - - [2025-09-08 02:21:50] "POST /ref-update HTTP/1.1" 200 156 0.035262 10.0.0.41 - - [2025-09-08 02:21:50] "POST /neutron/network HTTP/1.1" 200 891 0.010928 10.0.0.41 - - [2025-09-08 02:21:50] "POST /id-to-fqname HTTP/1.1" 200 255 0.001244 10.0.0.41 - - [2025-09-08 02:21:50] "GET /virtual-network/5f47d27a-21b3-4765-8d7d-655c2c1aa245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.007101 10.0.0.41 - - [2025-09-08 02:21:50] "GET /virtual-network/5f47d27a-21b3-4765-8d7d-655c2c1aa245?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.007213 10.0.0.41 - - [2025-09-08 02:21:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.011984 10.0.0.41 - - [2025-09-08 02:21:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.38 - - [2025-09-08 02:21:50] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000960 10.0.0.41 - - [2025-09-08 02:21:50] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.055723 10.0.0.38 - - [2025-09-08 02:21:51] "POST /useragent-kv HTTP/1.1" 200 115 0.013249 10.0.0.41 - - [2025-09-08 02:21:51] "POST /neutron/subnet HTTP/1.1" 200 720 0.286134 10.0.0.41 - - [2025-09-08 02:21:51] "POST /id-to-fqname HTTP/1.1" 200 255 0.001476 10.0.0.41 - - [2025-09-08 02:21:51] "GET /virtual-network/85b4e043-9ea6-4fcf-969b-fa1bd4f99325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.008813 10.0.0.41 - - [2025-09-08 02:21:51] "GET /virtual-network/85b4e043-9ea6-4fcf-969b-fa1bd4f99325?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006913 10.0.0.41 - - [2025-09-08 02:21:51] "POST /neutron/network HTTP/1.1" 200 891 0.008783 10.0.0.41 - - [2025-09-08 02:21:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.38 - - [2025-09-08 02:21:51] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001052 10.0.0.41 - - [2025-09-08 02:21:51] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.056350 10.0.0.38 - - [2025-09-08 02:21:51] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001414 10.0.0.41 - - [2025-09-08 02:21:51] "POST /neutron/network HTTP/1.1" 200 675 0.161410 10.0.0.27 - - [2025-09-08 02:21:51] "POST /route-targets HTTP/1.1" 200 327 0.015721 10.0.0.41 - - [2025-09-08 02:21:52] "POST /id-to-fqname HTTP/1.1" 200 256 0.003886 10.0.0.41 - - [2025-09-08 02:21:52] "GET /virtual-network/75baffea-4b48-43d4-863b-f0f63a61aa33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.006603 10.0.0.41 - - [2025-09-08 02:21:52] "POST /neutron/network HTTP/1.1" 200 896 0.007441 10.0.0.41 - - [2025-09-08 02:21:52] "GET /virtual-network/75baffea-4b48-43d4-863b-f0f63a61aa33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2150 0.006203 10.0.0.41 - - [2025-09-08 02:21:52] "POST /id-to-fqname HTTP/1.1" 200 255 0.001480 10.0.0.41 - - [2025-09-08 02:21:52] "POST /neutron/network HTTP/1.1" 200 901 0.009188 10.0.0.38 - - [2025-09-08 02:21:53] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.38 - - [2025-09-08 02:21:53] "DELETE /project/39e38be5c4a847a09b23e568815d70c1 HTTP/1.1" 404 173 0.012183 10.0.0.38 - - [2025-09-08 02:21:53] "DELETE /project/ba80477a282341c39105afa9a27ed405 HTTP/1.1" 404 173 0.011191 10.0.0.38 - - [2025-09-08 02:21:53] "GET /projects?obj_uuids=8ffe9047-3ce5-4d06-b6f8-65793ff1fa23&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001076 10.0.0.38 - - [2025-09-08 02:21:53] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001248 10.0.0.41 - - [2025-09-08 02:21:53] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.112701 10.0.0.38 - - [2025-09-08 02:21:53] "GET /project/8ffe9047-3ce5-4d06-b6f8-65793ff1fa23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1513 0.108806 10.0.0.38 - - [2025-09-08 02:21:53] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.119904 10.0.0.38 - - [2025-09-08 02:21:53] "GET /projects?obj_uuids=8ffe9047-3ce5-4d06-b6f8-65793ff1fa23&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001218 10.0.0.38 - - [2025-09-08 02:21:53] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001441 10.0.0.38 - - [2025-09-08 02:21:53] "GET /project/8ffe9047-3ce5-4d06-b6f8-65793ff1fa23?fields=security_groups HTTP/1.1" 200 1397 0.099179 10.0.0.38 - - [2025-09-08 02:21:53] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?fields=security_groups HTTP/1.1" 200 1400 0.091235 10.0.0.38 - - [2025-09-08 02:21:53] "DELETE /security-group/cc605fb4-392c-448e-baea-4973f50e55c4 HTTP/1.1" 200 115 0.103539 10.0.0.38 - - [2025-09-08 02:21:53] "GET /projects?obj_uuids=ba80477a-2823-41c3-9105-afa9a27ed405&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.38 - - [2025-09-08 02:21:53] "DELETE /security-group/64f4e348-8a65-468e-8123-396e9754e3fe HTTP/1.1" 200 115 0.146230 10.0.0.38 - - [2025-09-08 02:21:53] "GET /projects?obj_uuids=8ffe9047-3ce5-4d06-b6f8-65793ff1fa23&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000914 10.0.0.38 - - [2025-09-08 02:21:53] "GET /project/ba80477a-2823-41c3-9105-afa9a27ed405?fields=application_policy_sets HTTP/1.1" 200 1439 0.088598 10.0.0.41 - - [2025-09-08 02:21:53] "POST /neutron/port HTTP/1.1" 200 117 0.043332 10.0.0.41 - - [2025-09-08 02:21:53] "POST /id-to-fqname HTTP/1.1" 200 256 0.001369 10.0.0.27 - - [2025-09-08 02:21:53] "DELETE /access-control-list/35bb031f-ddcb-45c2-b67d-2291fcc94b9a HTTP/1.1" 200 115 0.094428 10.0.0.38 - - [2025-09-08 02:21:53] "GET /project/8ffe9047-3ce5-4d06-b6f8-65793ff1fa23?fields=application_policy_sets HTTP/1.1" 200 1436 0.172071 10.0.0.38 - - [2025-09-08 02:21:53] "DELETE /project/ba80477a-2823-41c3-9105-afa9a27ed405 HTTP/1.1" 200 115 0.824772 10.0.0.38 - - [2025-09-08 02:21:54] "DELETE /project/8ffe9047-3ce5-4d06-b6f8-65793ff1fa23 HTTP/1.1" 200 115 0.872854 10.0.0.41 - - [2025-09-08 02:21:54] "POST /neutron/network HTTP/1.1" 200 901 0.009334 10.0.0.41 - - [2025-09-08 02:21:54] "POST /neutron/port HTTP/1.1" 200 1061 0.019896 10.0.0.38 - - [2025-09-08 02:21:55] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001236 10.0.0.41 - - [2025-09-08 02:21:55] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.113408 10.0.0.41 - - [2025-09-08 02:21:55] "POST /neutron/network HTTP/1.1" 200 896 0.007126 10.0.0.41 - - [2025-09-08 02:21:55] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.41 - - [2025-09-08 02:21:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.010020 10.0.0.38 - - [2025-09-08 02:21:55] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001451 10.0.0.41 - - [2025-09-08 02:21:56] "POST /neutron/port HTTP/1.1" 200 1064 0.383731 10.0.0.41 - - [2025-09-08 02:21:56] "POST /neutron/port HTTP/1.1" 200 1118 0.129341 10.0.0.41 - - [2025-09-08 02:21:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.011075 10.0.0.41 - - [2025-09-08 02:21:57] "POST /neutron/network HTTP/1.1" 200 891 0.010877 10.0.0.41 - - [2025-09-08 02:21:57] "POST /neutron/port HTTP/1.1" 200 1115 0.015510 10.0.0.41 - - [2025-09-08 02:21:58] "POST /neutron/port HTTP/1.1" 200 1118 0.013699 10.0.0.41 - - [2025-09-08 02:21:59] "POST /neutron/network HTTP/1.1" 200 891 0.008478 10.0.0.27 - - [2025-09-08 02:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.38 - - [2025-09-08 02:21:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005156 10.0.0.38 - - [2025-09-08 02:21:59] "POST /useragent-kv HTTP/1.1" 200 115 0.003565 10.0.0.41 - - [2025-09-08 02:21:59] "POST /neutron/network HTTP/1.1" 200 151 0.153425 10.0.0.27 - - [2025-09-08 02:21:59] "DELETE /route-target/3d0490fe-8901-4581-8a43-1caab48090dc HTTP/1.1" 200 115 0.028476 10.0.0.38 - - [2025-09-08 02:21:59] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001098 10.0.0.41 - - [2025-09-08 02:21:59] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.072412 10.0.0.38 - - [2025-09-08 02:21:59] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001804 10.0.0.41 - - [2025-09-08 02:21:59] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?fields=virtual_networks HTTP/1.1" 200 1036 0.069078 10.0.0.38 - - [2025-09-08 02:21:59] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001139 10.0.0.41 - - [2025-09-08 02:21:59] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.083217 10.0.0.38 - - [2025-09-08 02:22:00] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.41 - - [2025-09-08 02:22:00] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?fields=security_groups HTTP/1.1" 200 1264 0.048095 10.0.0.41 - - [2025-09-08 02:22:01] "POST /fqname-to-id HTTP/1.1" 404 196 0.030605 10.0.0.38 - - [2025-09-08 02:22:01] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003864 10.0.0.38 - - [2025-09-08 02:22:01] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001850 10.0.0.38 - - [2025-09-08 02:22:01] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011444 10.0.0.38 - - [2025-09-08 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 198 0.007922 10.0.0.38 - - [2025-09-08 02:22:01] "POST /fqname-to-id HTTP/1.1" 404 207 0.004140 10.0.0.38 - - [2025-09-08 02:22:01] "POST /security-groups HTTP/1.1" 200 599 0.041389 10.0.0.27 - - [2025-09-08 02:22:01] "POST /fqname-to-id HTTP/1.1" 404 242 0.005945 10.0.0.38 - - [2025-09-08 02:22:01] "POST /projects HTTP/1.1" 200 601 0.319050 10.0.0.38 - - [2025-09-08 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.354833 10.0.0.27 - - [2025-09-08 02:22:01] "POST /access-control-lists HTTP/1.1" 200 602 0.038485 10.0.0.41 - - [2025-09-08 02:22:01] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.520213 10.0.0.41 - - [2025-09-08 02:22:02] "GET / HTTP/1.1" 200 35931 0.002023 10.0.0.41 - - [2025-09-08 02:22:03] "POST /fqname-to-id HTTP/1.1" 401 292 0.000498 10.0.0.41 - - [2025-09-08 02:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.046026 10.0.0.38 - - [2025-09-08 02:22:04] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.41 - - [2025-09-08 02:22:04] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.064835 10.0.0.41 - - [2025-09-08 02:22:04] "POST /neutron/network HTTP/1.1" 200 117 0.034517 10.0.0.41 - - [2025-09-08 02:22:05] "POST /neutron/network HTTP/1.1" 200 910 0.010314 10.0.0.41 - - [2025-09-08 02:22:05] "POST /id-to-fqname HTTP/1.1" 200 267 0.001251 10.0.0.41 - - [2025-09-08 02:22:05] "GET /virtual-network/26f60312-75b8-46df-8b1d-5326e0c1e5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005719 10.0.0.41 - - [2025-09-08 02:22:05] "GET /virtual-network/26f60312-75b8-46df-8b1d-5326e0c1e5f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.005924 10.0.0.41 - - [2025-09-08 02:22:05] "POST /neutron/subnet HTTP/1.1" 200 725 0.011175 10.0.0.41 - - [2025-09-08 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.38 - - [2025-09-08 02:22:05] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.41 - - [2025-09-08 02:22:05] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061947 10.0.0.27 - - [2025-09-08 02:22:05] "POST /route-targets HTTP/1.1" 200 327 0.016307 10.0.0.38 - - [2025-09-08 02:22:05] "POST /useragent-kv HTTP/1.1" 200 115 0.010587 10.0.0.41 - - [2025-09-08 02:22:05] "POST /neutron/subnet HTTP/1.1" 200 724 0.246665 10.0.0.41 - - [2025-09-08 02:22:05] "POST /id-to-fqname HTTP/1.1" 200 267 0.001497 10.0.0.41 - - [2025-09-08 02:22:05] "GET /virtual-network/6f58378b-7e43-4bc3-b338-5a6bb9966a67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006731 10.0.0.41 - - [2025-09-08 02:22:05] "GET /virtual-network/6f58378b-7e43-4bc3-b338-5a6bb9966a67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2172 0.006794 10.0.0.41 - - [2025-09-08 02:22:05] "POST /neutron/network HTTP/1.1" 200 910 0.008120 10.0.0.41 - - [2025-09-08 02:22:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.38 - - [2025-09-08 02:22:05] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.41 - - [2025-09-08 02:22:06] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.077513 10.0.0.38 - - [2025-09-08 02:22:06] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001254 10.0.0.41 - - [2025-09-08 02:22:06] "POST /neutron/network HTTP/1.1" 200 693 0.152366 10.0.0.27 - - [2025-09-08 02:22:06] "POST /ref-update HTTP/1.1" 200 156 0.033391 10.0.0.41 - - [2025-09-08 02:22:06] "POST /id-to-fqname HTTP/1.1" 200 268 0.003879 10.0.0.41 - - [2025-09-08 02:22:06] "GET /virtual-network/71d39cae-a791-451c-8d28-5297bc10747b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005854 10.0.0.41 - - [2025-09-08 02:22:06] "POST /neutron/network HTTP/1.1" 200 910 0.007581 10.0.0.41 - - [2025-09-08 02:22:06] "GET /virtual-network/71d39cae-a791-451c-8d28-5297bc10747b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005911 10.0.0.41 - - [2025-09-08 02:22:06] "POST /id-to-fqname HTTP/1.1" 200 267 0.001380 10.0.0.41 - - [2025-09-08 02:22:43] "POST /neutron/network HTTP/1.1" 200 920 0.008220 10.0.0.38 - - [2025-09-08 02:22:44] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001220 10.0.0.41 - - [2025-09-08 02:22:44] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072891 10.0.0.41 - - [2025-09-08 02:22:44] "POST /neutron/port HTTP/1.1" 200 117 0.007813 10.0.0.41 - - [2025-09-08 02:22:44] "POST /id-to-fqname HTTP/1.1" 200 268 0.001514 10.0.0.41 - - [2025-09-08 02:22:45] "POST /neutron/network HTTP/1.1" 200 920 0.008102 10.0.0.38 - - [2025-09-08 02:22:45] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.008673 10.0.0.41 - - [2025-09-08 02:22:45] "POST /neutron/port HTTP/1.1" 200 1068 0.033196 10.0.0.41 - - [2025-09-08 02:22:45] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.123827 10.0.0.41 - - [2025-09-08 02:22:46] "POST /neutron/port HTTP/1.1" 200 1096 0.038138 10.0.0.41 - - [2025-09-08 02:22:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.016113 10.0.0.41 - - [2025-09-08 02:22:46] "POST /neutron/port HTTP/1.1" 200 117 0.001501 10.0.0.38 - - [2025-09-08 02:22:46] "GET /projects?obj_uuids=d3c9e274-58c1-485b-8908-c8c223fb21f3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001242 10.0.0.41 - - [2025-09-08 02:22:46] "GET /project/d3c9e274-58c1-485b-8908-c8c223fb21f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.071656 10.0.0.38 - - [2025-09-08 02:22:46] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001288 10.0.0.41 - - [2025-09-08 02:22:47] "POST /neutron/port HTTP/1.1" 200 1066 0.545854 10.0.0.41 - - [2025-09-08 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011600 10.0.0.41 - - [2025-09-08 02:22:47] "GET /security-group/572ad7b2-9137-4902-93a4-2ec511b312af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.008602 10.0.0.41 - - [2025-09-08 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011523 10.0.0.38 - - [2025-09-08 02:22:47] "GET /projects?obj_uuids=d3c9e274-58c1-485b-8908-c8c223fb21f3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001103 10.0.0.41 - - [2025-09-08 02:22:47] "GET /project/d3c9e274-58c1-485b-8908-c8c223fb21f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.094732 10.0.0.41 - - [2025-09-08 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.029197 10.0.0.41 - - [2025-09-08 02:22:47] "POST /neutron/port HTTP/1.1" 200 1120 0.215346 10.0.0.41 - - [2025-09-08 02:22:47] "GET /security-group/572ad7b2-9137-4902-93a4-2ec511b312af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3685 0.005170 10.0.0.41 - - [2025-09-08 02:22:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.018536 10.0.0.41 - - [2025-09-08 02:22:47] "PUT /security-group/572ad7b2-9137-4902-93a4-2ec511b312af HTTP/1.1" 200 262 0.058494 10.0.0.41 - - [2025-09-08 02:22:47] "POST /neutron/subnet HTTP/1.1" 200 689 0.014386 10.0.0.41 - - [2025-09-08 02:22:48] "POST /fqname-to-id HTTP/1.1" 404 193 0.006724 10.0.0.41 - - [2025-09-08 02:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.009344 10.0.0.38 - - [2025-09-08 02:22:48] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001343 10.0.0.41 - - [2025-09-08 02:22:49] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009044 10.0.0.41 - - [2025-09-08 02:22:49] "POST /service-templates HTTP/1.1" 200 543 0.061095 10.0.0.41 - - [2025-09-08 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005786 10.0.0.41 - - [2025-09-08 02:22:49] "GET /service-template/59dbb54e-49b6-410e-80ed-fb0e1c799ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.015131 10.0.0.41 - - [2025-09-08 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.41 - - [2025-09-08 02:22:49] "GET /service-template/59dbb54e-49b6-410e-80ed-fb0e1c799ce9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.005535 10.0.0.41 - - [2025-09-08 02:22:49] "POST /id-to-fqname HTTP/1.1" 200 267 0.001601 10.0.0.41 - - [2025-09-08 02:22:49] "POST /id-to-fqname HTTP/1.1" 200 267 0.004382 10.0.0.41 - - [2025-09-08 02:22:49] "POST /id-to-fqname HTTP/1.1" 200 268 0.003179 10.0.0.41 - - [2025-09-08 02:22:49] "POST /neutron/port HTTP/1.1" 200 2074 0.045424 10.0.0.41 - - [2025-09-08 02:22:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.010215 10.0.0.41 - - [2025-09-08 02:22:49] "DELETE /service-template/59dbb54e-49b6-410e-80ed-fb0e1c799ce9 HTTP/1.1" 200 115 0.061247 10.0.0.41 - - [2025-09-08 02:22:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.004992 10.0.0.41 - - [2025-09-08 02:22:52] "POST /neutron/network HTTP/1.1" 400 204 0.030308 10.0.0.38 - - [2025-09-08 02:22:54] "DELETE /project/980baf68febd4d1dbbadcf07ec2143f5 HTTP/1.1" 404 173 0.006531 10.0.0.38 - - [2025-09-08 02:22:54] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000886 10.0.0.38 - - [2025-09-08 02:22:54] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.063197 10.0.0.38 - - [2025-09-08 02:22:54] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001118 10.0.0.38 - - [2025-09-08 02:22:54] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?fields=security_groups HTTP/1.1" 200 1369 0.077386 10.0.0.38 - - [2025-09-08 02:22:54] "DELETE /security-group/9b0a2327-cde2-4610-b7e3-5d9a3e6f567b HTTP/1.1" 200 115 0.113722 10.0.0.38 - - [2025-09-08 02:22:54] "GET /projects?obj_uuids=39e38be5-c4a8-47a0-9b23-e568815d70c1&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001303 10.0.0.27 - - [2025-09-08 02:22:54] "DELETE /access-control-list/a5db20e1-f07d-469b-9f3b-8f6f68cbadde HTTP/1.1" 200 115 0.060736 10.0.0.38 - - [2025-09-08 02:22:54] "GET /project/39e38be5-c4a8-47a0-9b23-e568815d70c1?fields=application_policy_sets HTTP/1.1" 200 1408 0.087320 10.0.0.38 - - [2025-09-08 02:22:54] "DELETE /project/39e38be5-c4a8-47a0-9b23-e568815d70c1 HTTP/1.1" 200 115 0.659688 10.0.0.41 - - [2025-09-08 02:22:56] "POST /neutron/network HTTP/1.1" 200 910 0.016953 10.0.0.38 - - [2025-09-08 02:22:58] "GET /global-system-configs HTTP/1.1" 200 322 0.053328 10.0.0.38 - - [2025-09-08 02:22:58] "GET /obj-perms HTTP/1.1" 200 5056 0.170809 10.0.0.41 - - [2025-09-08 02:22:58] "GET /obj-perms HTTP/1.1" 200 5056 0.188488 10.0.0.41 - - [2025-09-08 02:22:59] "POST /neutron/network HTTP/1.1" 400 204 0.035487 10.0.0.27 - - [2025-09-08 02:22:59] "GET /global-system-configs HTTP/1.1" 200 322 0.059355 10.0.0.27 - - [2025-09-08 02:22:59] "GET /obj-perms HTTP/1.1" 200 5056 0.150537 10.0.0.27 - - [2025-09-08 02:22:59] "GET /global-system-configs HTTP/1.1" 200 322 0.040725 10.0.0.38 - - [2025-09-08 02:23:00] "GET /global-system-configs HTTP/1.1" 200 322 0.043643 10.0.0.38 - - [2025-09-08 02:23:00] "GET /obj-perms HTTP/1.1" 200 5056 0.140724 10.0.0.41 - - [2025-09-08 02:23:00] "GET /obj-perms HTTP/1.1" 200 5056 0.155474 10.0.0.41 - - [2025-09-08 02:23:01] "GET /global-system-configs HTTP/1.1" 200 322 0.134083 10.0.0.27 - - [2025-09-08 02:23:01] "GET /obj-perms HTTP/1.1" 200 5056 0.213400 10.0.0.41 - - [2025-09-08 02:23:01] "GET /global-system-configs HTTP/1.1" 200 322 0.122630 10.0.0.41 - - [2025-09-08 02:23:03] "POST /neutron/network HTTP/1.1" 200 910 0.017704 10.0.0.38 - - [2025-09-08 02:23:04] "GET /obj-perms HTTP/1.1" 200 5056 0.060753 10.0.0.41 - - [2025-09-08 02:23:05] "POST /neutron/network HTTP/1.1" 400 204 0.031298 10.0.0.41 - - [2025-09-08 02:23:05] "GET /obj-perms HTTP/1.1" 200 5056 0.066122 10.0.0.41 - - [2025-09-08 02:23:09] "POST /neutron/network HTTP/1.1" 200 910 0.008230 10.0.0.41 - - [2025-09-08 02:23:11] "POST /neutron/network HTTP/1.1" 400 204 0.017379 10.0.0.41 - - [2025-09-08 02:23:15] "POST /neutron/network HTTP/1.1" 200 910 0.009892 10.0.0.41 - - [2025-09-08 02:23:17] "POST /neutron/network HTTP/1.1" 400 204 0.017808 10.0.0.41 - - [2025-09-08 02:23:21] "POST /neutron/network HTTP/1.1" 200 910 0.008000 10.0.0.41 - - [2025-09-08 02:23:23] "POST /neutron/network HTTP/1.1" 400 204 0.022369 10.0.0.41 - - [2025-09-08 02:23:27] "POST /neutron/network HTTP/1.1" 200 910 0.010729 10.0.0.41 - - [2025-09-08 02:23:29] "POST /neutron/network HTTP/1.1" 400 204 0.023672 10.0.0.41 - - [2025-09-08 02:23:34] "POST /neutron/network HTTP/1.1" 200 910 0.008492 10.0.0.41 - - [2025-09-08 02:23:36] "POST /neutron/network HTTP/1.1" 400 204 0.015884 10.0.0.41 - - [2025-09-08 02:23:40] "POST /neutron/network HTTP/1.1" 200 910 0.009358 10.0.0.41 - - [2025-09-08 02:23:42] "POST /neutron/network HTTP/1.1" 400 204 0.016452 10.0.0.41 - - [2025-09-08 02:23:42] "POST /neutron/port HTTP/1.1" 200 151 0.215282 10.0.0.38 - - [2025-09-08 02:23:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003711 10.0.0.38 - - [2025-09-08 02:23:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004692 10.0.0.41 - - [2025-09-08 02:23:44] "POST /neutron/network HTTP/1.1" 200 151 0.162581 10.0.0.27 - - [2025-09-08 02:23:44] "DELETE /route-target/03de48bd-b036-476b-9273-add443c8de68 HTTP/1.1" 200 115 0.050522 10.0.0.41 - - [2025-09-08 02:23:46] "POST /neutron/network HTTP/1.1" 200 910 0.008636 10.0.0.41 - - [2025-09-08 02:23:47] "POST /neutron/port HTTP/1.1" 200 1120 0.020133 10.0.0.38 - - [2025-09-08 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006787 10.0.0.38 - - [2025-09-08 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006104 10.0.0.41 - - [2025-09-08 02:23:48] "POST /neutron/network HTTP/1.1" 200 151 0.168340 10.0.0.27 - - [2025-09-08 02:23:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005229 10.0.0.38 - - [2025-09-08 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.006490 10.0.0.38 - - [2025-09-08 02:23:48] "POST /useragent-kv HTTP/1.1" 200 115 0.003107 10.0.0.41 - - [2025-09-08 02:23:48] "POST /neutron/network HTTP/1.1" 200 151 0.174448 10.0.0.38 - - [2025-09-08 02:23:49] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001184 10.0.0.41 - - [2025-09-08 02:23:49] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.102764 10.0.0.38 - - [2025-09-08 02:23:49] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001250 10.0.0.41 - - [2025-09-08 02:23:49] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?fields=virtual_networks HTTP/1.1" 200 1049 0.058295 10.0.0.38 - - [2025-09-08 02:23:49] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001445 10.0.0.41 - - [2025-09-08 02:23:49] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.053606 10.0.0.38 - - [2025-09-08 02:23:49] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.41 - - [2025-09-08 02:23:49] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?fields=security_groups HTTP/1.1" 200 1283 0.057129 10.0.0.41 - - [2025-09-08 02:23:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.024436 10.0.0.38 - - [2025-09-08 02:23:50] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004082 10.0.0.38 - - [2025-09-08 02:23:50] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001147 10.0.0.38 - - [2025-09-08 02:23:50] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007937 10.0.0.38 - - [2025-09-08 02:23:50] "POST /id-to-fqname HTTP/1.1" 200 191 0.001493 10.0.0.38 - - [2025-09-08 02:23:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.007887 10.0.0.38 - - [2025-09-08 02:23:50] "POST /security-groups HTTP/1.1" 200 592 0.047855 10.0.0.38 - - [2025-09-08 02:23:50] "POST /projects HTTP/1.1" 200 587 0.303563 10.0.0.27 - - [2025-09-08 02:23:50] "POST /access-control-lists HTTP/1.1" 200 597 0.040792 10.0.0.38 - - [2025-09-08 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.392786 10.0.0.41 - - [2025-09-08 02:23:50] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.556672 10.0.0.41 - - [2025-09-08 02:23:52] "GET / HTTP/1.1" 200 35931 0.001522 10.0.0.41 - - [2025-09-08 02:23:52] "POST /fqname-to-id HTTP/1.1" 401 292 0.000661 10.0.0.41 - - [2025-09-08 02:23:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.061123 10.0.0.38 - - [2025-09-08 02:23:52] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001050 10.0.0.41 - - [2025-09-08 02:23:53] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.049039 10.0.0.27 - - [2025-09-08 02:23:53] "POST /route-targets HTTP/1.1" 200 327 0.018718 10.0.0.38 - - [2025-09-08 02:23:53] "POST /useragent-kv HTTP/1.1" 200 115 0.010683 10.0.0.41 - - [2025-09-08 02:23:53] "POST /neutron/subnet HTTP/1.1" 200 714 0.253771 10.0.0.41 - - [2025-09-08 02:23:53] "POST /id-to-fqname HTTP/1.1" 200 253 0.001508 10.0.0.41 - - [2025-09-08 02:23:53] "GET /virtual-network/7a1589e5-a46c-44a5-a479-2c2130694104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.011799 10.0.0.41 - - [2025-09-08 02:23:53] "GET /virtual-network/7a1589e5-a46c-44a5-a479-2c2130694104?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2131 0.006533 10.0.0.41 - - [2025-09-08 02:23:53] "POST /neutron/network HTTP/1.1" 200 887 0.008271 10.0.0.41 - - [2025-09-08 02:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.38 - - [2025-09-08 02:23:53] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.41 - - [2025-09-08 02:23:53] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057204 10.0.0.38 - - [2025-09-08 02:23:53] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001136 10.0.0.41 - - [2025-09-08 02:23:54] "POST /neutron/network HTTP/1.1" 200 670 0.168671 10.0.0.27 - - [2025-09-08 02:23:54] "POST /ref-update HTTP/1.1" 200 156 0.038218 10.0.0.41 - - [2025-09-08 02:23:54] "POST /id-to-fqname HTTP/1.1" 200 253 0.004425 10.0.0.41 - - [2025-09-08 02:23:54] "GET /virtual-network/c7b889e0-ae73-4211-a340-a585dd9de6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.008094 10.0.0.41 - - [2025-09-08 02:23:54] "POST /neutron/network HTTP/1.1" 200 888 0.008466 10.0.0.41 - - [2025-09-08 02:23:54] "GET /virtual-network/c7b889e0-ae73-4211-a340-a585dd9de6d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2135 0.007331 10.0.0.41 - - [2025-09-08 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.38 - - [2025-09-08 02:23:54] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001143 10.0.0.41 - - [2025-09-08 02:23:54] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055179 10.0.0.41 - - [2025-09-08 02:23:54] "POST /neutron/network HTTP/1.1" 200 117 0.014300 10.0.0.38 - - [2025-09-08 02:23:54] "DELETE /project/61a091bbd79b4c58ba6a1946b4af0452 HTTP/1.1" 404 173 0.006089 10.0.0.38 - - [2025-09-08 02:23:54] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001397 10.0.0.38 - - [2025-09-08 02:23:55] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.105526 10.0.0.38 - - [2025-09-08 02:23:55] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001885 10.0.0.41 - - [2025-09-08 02:23:55] "POST /neutron/network HTTP/1.1" 200 891 0.015079 10.0.0.41 - - [2025-09-08 02:23:55] "POST /id-to-fqname HTTP/1.1" 200 254 0.001321 10.0.0.41 - - [2025-09-08 02:23:55] "GET /virtual-network/ce625805-4581-4981-8df5-693dc1e659cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.010834 10.0.0.38 - - [2025-09-08 02:23:55] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?fields=security_groups HTTP/1.1" 200 1388 0.081175 10.0.0.41 - - [2025-09-08 02:23:55] "GET /virtual-network/ce625805-4581-4981-8df5-693dc1e659cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.008437 10.0.0.41 - - [2025-09-08 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 724 0.009997 10.0.0.41 - - [2025-09-08 02:23:55] "POST /id-to-fqname HTTP/1.1" 200 253 0.001247 10.0.0.38 - - [2025-09-08 02:23:55] "DELETE /security-group/8c5d62d6-9ccc-425a-8944-76cba8ecc858 HTTP/1.1" 200 115 0.067338 10.0.0.38 - - [2025-09-08 02:23:55] "GET /projects?obj_uuids=980baf68-febd-4d1d-bbad-cf07ec2143f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001593 10.0.0.27 - - [2025-09-08 02:23:55] "DELETE /access-control-list/2c6e2bd4-4154-455c-8cce-d8148df13b07 HTTP/1.1" 200 115 0.059983 10.0.0.38 - - [2025-09-08 02:23:55] "GET /project/980baf68-febd-4d1d-bbad-cf07ec2143f5?fields=application_policy_sets HTTP/1.1" 200 1427 0.085686 10.0.0.38 - - [2025-09-08 02:23:55] "DELETE /project/980baf68-febd-4d1d-bbad-cf07ec2143f5 HTTP/1.1" 200 115 0.599884 10.0.0.38 - - [2025-09-08 02:23:56] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001825 10.0.0.41 - - [2025-09-08 02:23:56] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.074982 10.0.0.41 - - [2025-09-08 02:23:56] "POST /neutron/port HTTP/1.1" 200 117 0.007564 10.0.0.41 - - [2025-09-08 02:23:56] "POST /id-to-fqname HTTP/1.1" 200 254 0.001726 10.0.0.41 - - [2025-09-08 02:23:56] "POST /neutron/network HTTP/1.1" 200 901 0.010874 10.0.0.41 - - [2025-09-08 02:23:57] "POST /neutron/port HTTP/1.1" 200 1060 0.019089 10.0.0.38 - - [2025-09-08 02:23:57] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.41 - - [2025-09-08 02:23:57] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.109749 10.0.0.41 - - [2025-09-08 02:23:57] "POST /neutron/port HTTP/1.1" 200 1088 0.052500 10.0.0.41 - - [2025-09-08 02:23:57] "POST /neutron/subnet HTTP/1.1" 200 694 0.010187 10.0.0.41 - - [2025-09-08 02:23:57] "POST /neutron/port HTTP/1.1" 200 1088 0.018934 10.0.0.41 - - [2025-09-08 02:23:58] "POST /neutron/network HTTP/1.1" 200 901 0.009061 10.0.0.41 - - [2025-09-08 02:23:58] "POST /fqname-to-id HTTP/1.1" 404 193 0.003969 10.0.0.41 - - [2025-09-08 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.38 - - [2025-09-08 02:23:58] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001155 10.0.0.41 - - [2025-09-08 02:23:58] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008827 10.0.0.41 - - [2025-09-08 02:23:58] "POST /neutron/port HTTP/1.1" 200 1061 0.018570 10.0.0.41 - - [2025-09-08 02:23:58] "POST /service-templates HTTP/1.1" 200 543 0.036681 10.0.0.41 - - [2025-09-08 02:23:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.010288 10.0.0.41 - - [2025-09-08 02:23:59] "GET /service-template/7023e9b7-7768-4998-9316-feb265b2e185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.008455 10.0.0.41 - - [2025-09-08 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.41 - - [2025-09-08 02:23:59] "GET /service-template/7023e9b7-7768-4998-9316-feb265b2e185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.005308 10.0.0.41 - - [2025-09-08 02:23:59] "POST /id-to-fqname HTTP/1.1" 200 253 0.001469 10.0.0.41 - - [2025-09-08 02:23:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004395 10.0.0.41 - - [2025-09-08 02:23:59] "POST /id-to-fqname HTTP/1.1" 200 253 0.001421 10.0.0.41 - - [2025-09-08 02:23:59] "POST /id-to-fqname HTTP/1.1" 200 254 0.001389 10.0.0.41 - - [2025-09-08 02:23:59] "POST /neutron/network HTTP/1.1" 200 891 0.007539 10.0.0.41 - - [2025-09-08 02:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.41 - - [2025-09-08 02:23:59] "DELETE /service-template/7023e9b7-7768-4998-9316-feb265b2e185 HTTP/1.1" 200 115 0.033046 10.0.0.41 - - [2025-09-08 02:23:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003668 10.0.0.41 - - [2025-09-08 02:24:02] "POST /neutron/network HTTP/1.1" 200 888 0.009165 10.0.0.41 - - [2025-09-08 02:24:02] "POST /neutron/port HTTP/1.1" 200 1115 0.015491 10.0.0.41 - - [2025-09-08 02:24:02] "POST /neutron/port HTTP/1.1" 200 1114 0.029816 10.0.0.38 - - [2025-09-08 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.006526 10.0.0.38 - - [2025-09-08 02:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004170 10.0.0.41 - - [2025-09-08 02:24:04] "POST /neutron/network HTTP/1.1" 200 151 0.147837 10.0.0.27 - - [2025-09-08 02:24:04] "DELETE /route-target/4df99ae8-5024-4b07-96b4-15a81c40df4e HTTP/1.1" 200 115 0.025131 10.0.0.41 - - [2025-09-08 02:24:04] "POST /neutron/network HTTP/1.1" 200 887 0.009145 10.0.0.27 - - [2025-09-08 02:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.006044 10.0.0.38 - - [2025-09-08 02:24:04] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001213 10.0.0.41 - - [2025-09-08 02:24:04] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.058738 10.0.0.38 - - [2025-09-08 02:24:04] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001953 10.0.0.41 - - [2025-09-08 02:24:04] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?fields=virtual_networks HTTP/1.1" 200 1034 0.089482 10.0.0.38 - - [2025-09-08 02:24:04] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001184 10.0.0.41 - - [2025-09-08 02:24:04] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.052087 10.0.0.38 - - [2025-09-08 02:24:04] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001167 10.0.0.41 - - [2025-09-08 02:24:04] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?fields=security_groups HTTP/1.1" 200 1261 0.059074 10.0.0.41 - - [2025-09-08 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 193 0.029043 10.0.0.38 - - [2025-09-08 02:24:06] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003556 10.0.0.38 - - [2025-09-08 02:24:06] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001142 10.0.0.38 - - [2025-09-08 02:24:06] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007983 10.0.0.38 - - [2025-09-08 02:24:06] "POST /id-to-fqname HTTP/1.1" 200 195 0.006589 10.0.0.38 - - [2025-09-08 02:24:06] "POST /fqname-to-id HTTP/1.1" 404 204 0.013378 10.0.0.38 - - [2025-09-08 02:24:06] "POST /security-groups HTTP/1.1" 200 596 0.037616 10.0.0.38 - - [2025-09-08 02:24:06] "POST /projects HTTP/1.1" 200 595 0.291760 10.0.0.27 - - [2025-09-08 02:24:06] "POST /access-control-lists HTTP/1.1" 200 601 0.031945 10.0.0.38 - - [2025-09-08 02:24:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.365821 10.0.0.41 - - [2025-09-08 02:24:07] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.518589 10.0.0.41 - - [2025-09-08 02:24:08] "GET / HTTP/1.1" 200 35931 0.001680 10.0.0.41 - - [2025-09-08 02:24:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000793 10.0.0.41 - - [2025-09-08 02:24:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.059536 10.0.0.38 - - [2025-09-08 02:24:09] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001001 10.0.0.41 - - [2025-09-08 02:24:09] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.041316 10.0.0.38 - - [2025-09-08 02:24:09] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001228 10.0.0.41 - - [2025-09-08 02:24:09] "POST /neutron/network HTTP/1.1" 200 682 0.166623 10.0.0.27 - - [2025-09-08 02:24:09] "POST /route-targets HTTP/1.1" 200 327 0.017833 10.0.0.41 - - [2025-09-08 02:24:09] "POST /neutron/network HTTP/1.1" 200 1074 0.012749 10.0.0.41 - - [2025-09-08 02:24:10] "POST /id-to-fqname HTTP/1.1" 200 261 0.001311 10.0.0.41 - - [2025-09-08 02:24:10] "GET /virtual-network/b6654f22-194f-4286-8690-808d0547de36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005984 10.0.0.41 - - [2025-09-08 02:24:10] "GET /virtual-network/b6654f22-194f-4286-8690-808d0547de36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006948 10.0.0.41 - - [2025-09-08 02:24:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.016406 10.0.0.41 - - [2025-09-08 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003911 10.0.0.27 - - [2025-09-08 02:24:10] "POST /fqname-to-id HTTP/1.1" 404 207 0.052615 10.0.0.38 - - [2025-09-08 02:24:10] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001288 10.0.0.41 - - [2025-09-08 02:24:10] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.056579 10.0.0.38 - - [2025-09-08 02:24:10] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001550 10.0.0.41 - - [2025-09-08 02:24:10] "POST /neutron/network HTTP/1.1" 200 682 0.160021 10.0.0.27 - - [2025-09-08 02:24:10] "POST /ref-update HTTP/1.1" 200 156 0.041891 10.0.0.41 - - [2025-09-08 02:24:11] "POST /neutron/network HTTP/1.1" 200 1075 0.016423 10.0.0.41 - - [2025-09-08 02:24:11] "POST /id-to-fqname HTTP/1.1" 200 261 0.001252 10.0.0.41 - - [2025-09-08 02:24:11] "GET /virtual-network/cc4e6efb-67a9-4eea-b997-37cd067933bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.009267 10.0.0.41 - - [2025-09-08 02:24:11] "GET /virtual-network/cc4e6efb-67a9-4eea-b997-37cd067933bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.007114 10.0.0.41 - - [2025-09-08 02:24:11] "POST /neutron/subnet HTTP/1.1" 200 823 0.011468 10.0.0.41 - - [2025-09-08 02:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.38 - - [2025-09-08 02:24:11] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001291 10.0.0.41 - - [2025-09-08 02:24:11] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.068203 10.0.0.38 - - [2025-09-08 02:24:11] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001273 10.0.0.41 - - [2025-09-08 02:24:11] "POST /neutron/network HTTP/1.1" 200 684 0.214878 10.0.0.27 - - [2025-09-08 02:24:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.006148 10.0.0.41 - - [2025-09-08 02:24:12] "POST /neutron/network HTTP/1.1" 200 1076 0.015754 10.0.0.41 - - [2025-09-08 02:24:12] "POST /id-to-fqname HTTP/1.1" 200 262 0.001879 10.0.0.41 - - [2025-09-08 02:24:12] "GET /virtual-network/8dd44fab-bd8f-4c9b-8bf9-35004bc164d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.007651 10.0.0.41 - - [2025-09-08 02:24:12] "GET /virtual-network/8dd44fab-bd8f-4c9b-8bf9-35004bc164d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.008891 10.0.0.41 - - [2025-09-08 02:24:12] "POST /neutron/subnet HTTP/1.1" 200 828 0.009912 10.0.0.41 - - [2025-09-08 02:24:12] "POST /id-to-fqname HTTP/1.1" 200 261 0.001606 10.0.0.38 - - [2025-09-08 02:24:13] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001654 10.0.0.41 - - [2025-09-08 02:24:13] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.081289 10.0.0.41 - - [2025-09-08 02:24:13] "POST /neutron/network HTTP/1.1" 200 1075 0.011701 10.0.0.41 - - [2025-09-08 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 262 0.002394 10.0.0.41 - - [2025-09-08 02:24:13] "POST /neutron/port HTTP/1.1" 200 117 0.009052 10.0.0.38 - - [2025-09-08 02:24:14] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001328 10.0.0.41 - - [2025-09-08 02:24:14] "POST /neutron/port HTTP/1.1" 200 1172 0.457448 10.0.0.38 - - [2025-09-08 02:24:14] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001564 10.0.0.41 - - [2025-09-08 02:24:14] "POST /neutron/port HTTP/1.1" 200 1226 0.141181 10.0.0.41 - - [2025-09-08 02:24:14] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.146815 10.0.0.41 - - [2025-09-08 02:24:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004535 10.0.0.41 - - [2025-09-08 02:24:15] "POST /neutron/port HTTP/1.1" 200 117 0.001528 10.0.0.41 - - [2025-09-08 02:24:15] "POST /neutron/network HTTP/1.1" 200 1075 0.011063 10.0.0.41 - - [2025-09-08 02:24:15] "POST /neutron/network HTTP/1.1" 200 1086 0.013194 10.0.0.41 - - [2025-09-08 02:24:16] "POST /neutron/port HTTP/1.1" 200 1171 0.029469 10.0.0.41 - - [2025-09-08 02:24:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005040 10.0.0.41 - - [2025-09-08 02:24:16] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.41 - - [2025-09-08 02:24:16] "POST /neutron/network HTTP/1.1" 200 1075 0.013722 10.0.0.41 - - [2025-09-08 02:24:17] "POST /neutron/port HTTP/1.1" 200 1226 0.016732 10.0.0.41 - - [2025-09-08 02:24:18] "POST /neutron/port HTTP/1.1" 200 1225 0.034367 10.0.0.41 - - [2025-09-08 02:24:18] "POST /neutron/network HTTP/1.1" 200 2914 0.027044 10.0.0.38 - - [2025-09-08 02:24:19] "POST /useragent-kv HTTP/1.1" 200 115 0.014555 10.0.0.27 - - [2025-09-08 02:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004980 10.0.0.38 - - [2025-09-08 02:24:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003339 10.0.0.38 - - [2025-09-08 02:24:19] "POST /useragent-kv HTTP/1.1" 200 115 0.006903 10.0.0.38 - - [2025-09-08 02:24:19] "POST /useragent-kv HTTP/1.1" 200 115 0.009953 10.0.0.41 - - [2025-09-08 02:24:19] "POST /neutron/network HTTP/1.1" 200 151 0.206430 10.0.0.41 - - [2025-09-08 02:24:19] "POST /neutron/port HTTP/1.1" 200 117 0.006660 10.0.0.27 - - [2025-09-08 02:24:19] "DELETE /route-target/b03c6669-eb47-4b22-aa5e-12164b03890c HTTP/1.1" 200 115 0.034466 10.0.0.38 - - [2025-09-08 02:24:19] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001166 10.0.0.41 - - [2025-09-08 02:24:19] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.053940 10.0.0.38 - - [2025-09-08 02:24:19] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001331 10.0.0.41 - - [2025-09-08 02:24:19] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?fields=virtual_networks HTTP/1.1" 200 1042 0.070635 10.0.0.38 - - [2025-09-08 02:24:19] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001233 10.0.0.41 - - [2025-09-08 02:24:19] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.061730 10.0.0.38 - - [2025-09-08 02:24:19] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001097 10.0.0.41 - - [2025-09-08 02:24:20] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?fields=security_groups HTTP/1.1" 200 1273 0.055229 10.0.0.41 - - [2025-09-08 02:24:20] "POST /fqname-to-id HTTP/1.1" 404 196 0.030506 10.0.0.38 - - [2025-09-08 02:24:21] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004157 10.0.0.38 - - [2025-09-08 02:24:21] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001616 10.0.0.38 - - [2025-09-08 02:24:21] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008491 10.0.0.38 - - [2025-09-08 02:24:21] "POST /id-to-fqname HTTP/1.1" 200 198 0.009735 10.0.0.38 - - [2025-09-08 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.006631 10.0.0.38 - - [2025-09-08 02:24:21] "POST /security-groups HTTP/1.1" 200 599 0.065881 10.0.0.27 - - [2025-09-08 02:24:21] "POST /fqname-to-id HTTP/1.1" 404 242 0.005729 10.0.0.38 - - [2025-09-08 02:24:21] "POST /projects HTTP/1.1" 200 601 0.303828 10.0.0.38 - - [2025-09-08 02:24:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.385191 10.0.0.27 - - [2025-09-08 02:24:21] "POST /access-control-lists HTTP/1.1" 200 602 0.058830 10.0.0.41 - - [2025-09-08 02:24:21] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.578565 10.0.0.41 - - [2025-09-08 02:24:22] "GET / HTTP/1.1" 200 35931 0.002412 10.0.0.41 - - [2025-09-08 02:24:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000522 10.0.0.41 - - [2025-09-08 02:24:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.058625 10.0.0.38 - - [2025-09-08 02:24:23] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001468 10.0.0.41 - - [2025-09-08 02:24:23] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062994 10.0.0.41 - - [2025-09-08 02:24:23] "POST /neutron/network HTTP/1.1" 200 117 0.039718 10.0.0.41 - - [2025-09-08 02:24:24] "POST /neutron/network HTTP/1.1" 200 910 0.011573 10.0.0.41 - - [2025-09-08 02:24:24] "POST /id-to-fqname HTTP/1.1" 200 267 0.001283 10.0.0.41 - - [2025-09-08 02:24:24] "GET /virtual-network/6257d0dd-4fb4-485d-86f8-ec8c09ad2cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.006782 10.0.0.41 - - [2025-09-08 02:24:24] "GET /virtual-network/6257d0dd-4fb4-485d-86f8-ec8c09ad2cfe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.007102 10.0.0.41 - - [2025-09-08 02:24:24] "POST /neutron/subnet HTTP/1.1" 200 724 0.011795 10.0.0.41 - - [2025-09-08 02:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.38 - - [2025-09-08 02:24:24] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000972 10.0.0.41 - - [2025-09-08 02:24:24] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057914 10.0.0.27 - - [2025-09-08 02:24:25] "POST /route-targets HTTP/1.1" 200 327 0.019720 10.0.0.38 - - [2025-09-08 02:24:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005691 10.0.0.41 - - [2025-09-08 02:24:25] "POST /neutron/subnet HTTP/1.1" 200 719 0.267598 10.0.0.41 - - [2025-09-08 02:24:25] "POST /id-to-fqname HTTP/1.1" 200 267 0.001443 10.0.0.41 - - [2025-09-08 02:24:25] "GET /virtual-network/b9fdfc34-3333-4900-a2a9-81e599fdc9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.005914 10.0.0.41 - - [2025-09-08 02:24:25] "GET /virtual-network/b9fdfc34-3333-4900-a2a9-81e599fdc9d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2170 0.007553 10.0.0.41 - - [2025-09-08 02:24:25] "POST /neutron/network HTTP/1.1" 200 909 0.007674 10.0.0.41 - - [2025-09-08 02:24:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.38 - - [2025-09-08 02:24:25] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001106 10.0.0.41 - - [2025-09-08 02:24:25] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048112 10.0.0.38 - - [2025-09-08 02:24:25] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001657 10.0.0.41 - - [2025-09-08 02:24:25] "POST /neutron/network HTTP/1.1" 200 693 0.147652 10.0.0.27 - - [2025-09-08 02:24:25] "POST /ref-update HTTP/1.1" 200 156 0.023536 10.0.0.41 - - [2025-09-08 02:24:26] "POST /id-to-fqname HTTP/1.1" 200 268 0.005316 10.0.0.41 - - [2025-09-08 02:24:26] "GET /virtual-network/6d0a7b52-7465-490a-a2b5-8a3d0834812d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005905 10.0.0.41 - - [2025-09-08 02:24:26] "POST /neutron/network HTTP/1.1" 200 913 0.010084 10.0.0.41 - - [2025-09-08 02:24:26] "GET /virtual-network/6d0a7b52-7465-490a-a2b5-8a3d0834812d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.006137 10.0.0.41 - - [2025-09-08 02:24:26] "POST /id-to-fqname HTTP/1.1" 200 267 0.001411 10.0.0.41 - - [2025-09-08 02:24:26] "POST /neutron/network HTTP/1.1" 200 919 0.007663 10.0.0.38 - - [2025-09-08 02:24:27] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001349 10.0.0.41 - - [2025-09-08 02:24:27] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072374 10.0.0.41 - - [2025-09-08 02:24:27] "POST /neutron/port HTTP/1.1" 200 117 0.007053 10.0.0.41 - - [2025-09-08 02:24:27] "POST /id-to-fqname HTTP/1.1" 200 268 0.001436 10.0.0.41 - - [2025-09-08 02:24:27] "POST /neutron/network HTTP/1.1" 200 919 0.007818 10.0.0.41 - - [2025-09-08 02:24:28] "POST /neutron/port HTTP/1.1" 200 1067 0.018516 10.0.0.38 - - [2025-09-08 02:24:28] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001654 10.0.0.41 - - [2025-09-08 02:24:28] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.106956 10.0.0.41 - - [2025-09-08 02:24:28] "POST /neutron/port HTTP/1.1" 200 1095 0.020517 10.0.0.41 - - [2025-09-08 02:24:28] "POST /neutron/port HTTP/1.1" 200 1095 0.022775 10.0.0.41 - - [2025-09-08 02:24:28] "POST /neutron/network HTTP/1.1" 200 909 0.014238 10.0.0.38 - - [2025-09-08 02:24:29] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001146 10.0.0.41 - - [2025-09-08 02:24:29] "POST /neutron/port HTTP/1.1" 200 1069 0.318033 10.0.0.41 - - [2025-09-08 02:24:29] "POST /neutron/port HTTP/1.1" 200 1123 0.131938 10.0.0.41 - - [2025-09-08 02:24:29] "POST /neutron/subnet HTTP/1.1" 200 703 0.010483 10.0.0.41 - - [2025-09-08 02:24:30] "POST /neutron/network HTTP/1.1" 200 909 0.010269 10.0.0.41 - - [2025-09-08 02:24:31] "POST /neutron/port HTTP/1.1" 200 1121 0.016394 10.0.0.41 - - [2025-09-08 02:24:31] "POST /neutron/port HTTP/1.1" 200 1123 0.012261 10.0.0.41 - - [2025-09-08 02:24:32] "POST /neutron/network HTTP/1.1" 200 909 0.007953 10.0.0.38 - - [2025-09-08 02:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.006443 10.0.0.27 - - [2025-09-08 02:24:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006905 10.0.0.38 - - [2025-09-08 02:24:32] "POST /useragent-kv HTTP/1.1" 200 115 0.005327 10.0.0.41 - - [2025-09-08 02:24:32] "POST /neutron/network HTTP/1.1" 200 151 0.160271 10.0.0.38 - - [2025-09-08 02:24:33] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001297 10.0.0.27 - - [2025-09-08 02:24:33] "DELETE /route-target/d77c212d-402f-4cdb-ae82-ac8a30821114 HTTP/1.1" 200 115 0.037102 10.0.0.41 - - [2025-09-08 02:24:33] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054246 10.0.0.38 - - [2025-09-08 02:24:33] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001186 10.0.0.41 - - [2025-09-08 02:24:33] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?fields=virtual_networks HTTP/1.1" 200 1048 0.054209 10.0.0.38 - - [2025-09-08 02:24:33] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.41 - - [2025-09-08 02:24:33] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.051143 10.0.0.38 - - [2025-09-08 02:24:33] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001434 10.0.0.41 - - [2025-09-08 02:24:33] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?fields=security_groups HTTP/1.1" 200 1282 0.048790 10.0.0.41 - - [2025-09-08 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.030062 10.0.0.38 - - [2025-09-08 02:24:34] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003659 10.0.0.38 - - [2025-09-08 02:24:34] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001627 10.0.0.38 - - [2025-09-08 02:24:34] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008512 10.0.0.38 - - [2025-09-08 02:24:34] "POST /id-to-fqname HTTP/1.1" 200 195 0.002250 10.0.0.38 - - [2025-09-08 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 204 0.004110 10.0.0.38 - - [2025-09-08 02:24:34] "POST /security-groups HTTP/1.1" 200 596 0.089286 10.0.0.38 - - [2025-09-08 02:24:34] "POST /projects HTTP/1.1" 200 595 0.305908 10.0.0.27 - - [2025-09-08 02:24:34] "POST /fqname-to-id HTTP/1.1" 404 238 0.008882 10.0.0.38 - - [2025-09-08 02:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.375260 10.0.0.41 - - [2025-09-08 02:24:34] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.546754 10.0.0.41 - - [2025-09-08 02:24:35] "GET / HTTP/1.1" 200 35931 0.001862 10.0.0.41 - - [2025-09-08 02:24:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000550 10.0.0.41 - - [2025-09-08 02:24:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.060917 10.0.0.38 - - [2025-09-08 02:24:36] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001007 10.0.0.41 - - [2025-09-08 02:24:36] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.042891 10.0.0.41 - - [2025-09-08 02:24:36] "POST /neutron/network HTTP/1.1" 200 117 0.032259 10.0.0.27 - - [2025-09-08 02:24:37] "POST /ref-update HTTP/1.1" 200 156 0.028125 10.0.0.41 - - [2025-09-08 02:24:37] "POST /neutron/network HTTP/1.1" 200 903 0.010273 10.0.0.41 - - [2025-09-08 02:24:37] "POST /id-to-fqname HTTP/1.1" 200 261 0.001815 10.0.0.41 - - [2025-09-08 02:24:37] "GET /virtual-network/3056dd8d-d9ba-45ce-9dcf-d589459a19f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.006611 10.0.0.41 - - [2025-09-08 02:24:37] "GET /virtual-network/3056dd8d-d9ba-45ce-9dcf-d589459a19f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2163 0.006446 10.0.0.41 - - [2025-09-08 02:24:37] "POST /neutron/subnet HTTP/1.1" 200 734 0.010567 10.0.0.41 - - [2025-09-08 02:24:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.38 - - [2025-09-08 02:24:37] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001058 10.0.0.41 - - [2025-09-08 02:24:37] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.055805 10.0.0.38 - - [2025-09-08 02:24:38] "POST /useragent-kv HTTP/1.1" 200 115 0.009477 10.0.0.41 - - [2025-09-08 02:24:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.220735 10.0.0.41 - - [2025-09-08 02:24:38] "POST /id-to-fqname HTTP/1.1" 200 261 0.001354 10.0.0.41 - - [2025-09-08 02:24:38] "GET /virtual-network/8a461b03-f9d3-4e48-8b2e-d952afb8276a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.005898 10.0.0.41 - - [2025-09-08 02:24:38] "GET /virtual-network/8a461b03-f9d3-4e48-8b2e-d952afb8276a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.007562 10.0.0.41 - - [2025-09-08 02:24:38] "POST /neutron/network HTTP/1.1" 200 900 0.008700 10.0.0.41 - - [2025-09-08 02:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.38 - - [2025-09-08 02:24:38] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001088 10.0.0.41 - - [2025-09-08 02:24:38] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.050960 10.0.0.38 - - [2025-09-08 02:24:38] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001510 10.0.0.41 - - [2025-09-08 02:24:38] "POST /neutron/network HTTP/1.1" 200 684 0.138588 10.0.0.27 - - [2025-09-08 02:24:38] "POST /route-targets HTTP/1.1" 200 327 0.016037 10.0.0.41 - - [2025-09-08 02:24:38] "POST /id-to-fqname HTTP/1.1" 200 262 0.003818 10.0.0.41 - - [2025-09-08 02:24:38] "GET /virtual-network/50ca06e8-5fac-4b90-bbc3-90226c2500b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005830 10.0.0.41 - - [2025-09-08 02:24:38] "POST /neutron/network HTTP/1.1" 200 903 0.008088 10.0.0.41 - - [2025-09-08 02:24:38] "GET /virtual-network/50ca06e8-5fac-4b90-bbc3-90226c2500b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005870 10.0.0.41 - - [2025-09-08 02:24:38] "POST /id-to-fqname HTTP/1.1" 200 261 0.001579 10.0.0.41 - - [2025-09-08 02:24:39] "POST /neutron/network HTTP/1.1" 200 910 0.007898 10.0.0.38 - - [2025-09-08 02:24:39] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001096 10.0.0.41 - - [2025-09-08 02:24:39] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.066643 10.0.0.41 - - [2025-09-08 02:24:40] "POST /neutron/port HTTP/1.1" 200 117 0.007804 10.0.0.41 - - [2025-09-08 02:24:40] "POST /id-to-fqname HTTP/1.1" 200 262 0.001941 10.0.0.41 - - [2025-09-08 02:24:40] "POST /neutron/network HTTP/1.1" 200 910 0.009190 10.0.0.41 - - [2025-09-08 02:24:41] "POST /neutron/port HTTP/1.1" 200 1064 0.016870 10.0.0.38 - - [2025-09-08 02:24:41] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001092 10.0.0.41 - - [2025-09-08 02:24:41] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.076369 10.0.0.41 - - [2025-09-08 02:24:41] "POST /neutron/network HTTP/1.1" 200 903 0.008145 10.0.0.41 - - [2025-09-08 02:24:41] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.41 - - [2025-09-08 02:24:41] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008438 10.0.0.38 - - [2025-09-08 02:24:42] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001190 10.0.0.41 - - [2025-09-08 02:24:42] "POST /fqname-to-id HTTP/1.1" 404 193 0.004761 10.0.0.41 - - [2025-09-08 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006103 10.0.0.38 - - [2025-09-08 02:24:42] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001733 10.0.0.41 - - [2025-09-08 02:24:42] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.019368 10.0.0.41 - - [2025-09-08 02:24:42] "POST /neutron/port HTTP/1.1" 200 1065 0.379678 10.0.0.41 - - [2025-09-08 02:24:42] "POST /service-templates HTTP/1.1" 200 543 0.044182 10.0.0.41 - - [2025-09-08 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.41 - - [2025-09-08 02:24:42] "GET /service-template/e631be25-d795-4796-94e2-3ab62b5b8690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.016403 10.0.0.41 - - [2025-09-08 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006237 10.0.0.41 - - [2025-09-08 02:24:42] "POST /neutron/port HTTP/1.1" 200 1119 0.128546 10.0.0.41 - - [2025-09-08 02:24:42] "GET /service-template/e631be25-d795-4796-94e2-3ab62b5b8690?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1821 0.009809 10.0.0.41 - - [2025-09-08 02:24:42] "POST /id-to-fqname HTTP/1.1" 200 261 0.001525 10.0.0.41 - - [2025-09-08 02:24:42] "POST /id-to-fqname HTTP/1.1" 200 261 0.001406 10.0.0.41 - - [2025-09-08 02:24:42] "POST /id-to-fqname HTTP/1.1" 200 262 0.001413 10.0.0.41 - - [2025-09-08 02:24:42] "POST /neutron/subnet HTTP/1.1" 200 698 0.010519 10.0.0.41 - - [2025-09-08 02:24:43] "POST /neutron/port HTTP/1.1" 200 2069 0.019342 10.0.0.41 - - [2025-09-08 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.41 - - [2025-09-08 02:24:43] "DELETE /service-template/e631be25-d795-4796-94e2-3ab62b5b8690 HTTP/1.1" 200 115 0.036122 10.0.0.41 - - [2025-09-08 02:24:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.007048 10.0.0.41 - - [2025-09-08 02:24:45] "POST /neutron/network HTTP/1.1" 400 204 0.015582 10.0.0.41 - - [2025-09-08 02:24:46] "POST /neutron/port HTTP/1.1" 200 1119 0.015137 10.0.0.41 - - [2025-09-08 02:24:46] "POST /neutron/port HTTP/1.1" 200 151 0.281546 10.0.0.27 - - [2025-09-08 02:24:47] "DELETE /route-target/13fdae24-a54a-4603-9a84-e74c0da5c28b HTTP/1.1" 200 115 0.039300 10.0.0.41 - - [2025-09-08 02:24:47] "POST /neutron/network HTTP/1.1" 200 903 0.016360 10.0.0.27 - - [2025-09-08 02:24:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006190 10.0.0.38 - - [2025-09-08 02:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.002885 10.0.0.38 - - [2025-09-08 02:24:48] "POST /useragent-kv HTTP/1.1" 200 115 0.004485 10.0.0.41 - - [2025-09-08 02:24:48] "POST /neutron/network HTTP/1.1" 200 151 0.157212 10.0.0.38 - - [2025-09-08 02:24:48] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001137 10.0.0.41 - - [2025-09-08 02:24:48] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.091156 10.0.0.38 - - [2025-09-08 02:24:48] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001039 10.0.0.41 - - [2025-09-08 02:24:48] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?fields=virtual_networks HTTP/1.1" 200 1042 0.053195 10.0.0.38 - - [2025-09-08 02:24:48] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001516 10.0.0.41 - - [2025-09-08 02:24:48] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.046390 10.0.0.38 - - [2025-09-08 02:24:48] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001143 10.0.0.41 - - [2025-09-08 02:24:48] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?fields=security_groups HTTP/1.1" 200 1273 0.056754 10.0.0.41 - - [2025-09-08 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.027048 10.0.0.38 - - [2025-09-08 02:24:49] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003632 10.0.0.38 - - [2025-09-08 02:24:49] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001128 10.0.0.38 - - [2025-09-08 02:24:49] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007480 10.0.0.38 - - [2025-09-08 02:24:49] "POST /id-to-fqname HTTP/1.1" 200 199 0.001650 10.0.0.38 - - [2025-09-08 02:24:49] "POST /fqname-to-id HTTP/1.1" 404 208 0.008899 10.0.0.38 - - [2025-09-08 02:24:49] "POST /security-groups HTTP/1.1" 200 600 0.035091 10.0.0.38 - - [2025-09-08 02:24:49] "POST /projects HTTP/1.1" 200 603 0.256892 10.0.0.27 - - [2025-09-08 02:24:49] "POST /access-control-lists HTTP/1.1" 200 605 0.035702 10.0.0.38 - - [2025-09-08 02:24:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.335499 10.0.0.41 - - [2025-09-08 02:24:49] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.489986 10.0.0.41 - - [2025-09-08 02:24:51] "GET / HTTP/1.1" 200 35931 0.001671 10.0.0.41 - - [2025-09-08 02:24:51] "POST /fqname-to-id HTTP/1.1" 401 292 0.000497 10.0.0.41 - - [2025-09-08 02:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.059649 10.0.0.38 - - [2025-09-08 02:24:52] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001365 10.0.0.41 - - [2025-09-08 02:24:52] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.047074 10.0.0.27 - - [2025-09-08 02:24:52] "POST /route-targets HTTP/1.1" 200 327 0.028255 10.0.0.38 - - [2025-09-08 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005769 10.0.0.41 - - [2025-09-08 02:24:52] "POST /neutron/subnet HTTP/1.1" 200 828 0.266007 10.0.0.27 - - [2025-09-08 02:24:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.018345 10.0.0.41 - - [2025-09-08 02:24:52] "POST /id-to-fqname HTTP/1.1" 200 269 0.001492 10.0.0.41 - - [2025-09-08 02:24:52] "GET /virtual-network/ee700c26-3588-44b2-90fb-45eeb22e3e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.008879 10.0.0.41 - - [2025-09-08 02:24:52] "POST /neutron/network HTTP/1.1" 200 1089 0.013013 10.0.0.41 - - [2025-09-08 02:24:52] "GET /virtual-network/ee700c26-3588-44b2-90fb-45eeb22e3e21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.005764 10.0.0.41 - - [2025-09-08 02:24:53] "POST /neutron/subnet HTTP/1.1" 200 734 0.010784 10.0.0.41 - - [2025-09-08 02:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.38 - - [2025-09-08 02:24:53] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000930 10.0.0.41 - - [2025-09-08 02:24:53] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.051176 10.0.0.27 - - [2025-09-08 02:24:53] "POST /ref-update HTTP/1.1" 200 156 0.024328 10.0.0.38 - - [2025-09-08 02:24:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008461 10.0.0.41 - - [2025-09-08 02:24:53] "POST /neutron/subnet HTTP/1.1" 200 828 0.271208 10.0.0.41 - - [2025-09-08 02:24:53] "POST /id-to-fqname HTTP/1.1" 200 269 0.001722 10.0.0.41 - - [2025-09-08 02:24:53] "GET /virtual-network/4e19a1e4-6661-46cd-a3a2-53a633bd3c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.010030 10.0.0.41 - - [2025-09-08 02:24:54] "POST /neutron/network HTTP/1.1" 200 1085 0.010551 10.0.0.41 - - [2025-09-08 02:24:54] "GET /virtual-network/4e19a1e4-6661-46cd-a3a2-53a633bd3c18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2756 0.006318 10.0.0.41 - - [2025-09-08 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 715 0.011245 10.0.0.41 - - [2025-09-08 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.38 - - [2025-09-08 02:24:54] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001386 10.0.0.41 - - [2025-09-08 02:24:54] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.052007 10.0.0.27 - - [2025-09-08 02:24:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.003300 10.0.0.38 - - [2025-09-08 02:24:54] "POST /useragent-kv HTTP/1.1" 200 115 0.012549 10.0.0.41 - - [2025-09-08 02:24:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.249417 10.0.0.41 - - [2025-09-08 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 270 0.001498 10.0.0.41 - - [2025-09-08 02:24:55] "GET /virtual-network/826e0452-05a5-491a-b84c-24f25be66eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.008546 10.0.0.41 - - [2025-09-08 02:24:55] "POST /neutron/network HTTP/1.1" 200 1088 0.010724 10.0.0.41 - - [2025-09-08 02:24:55] "GET /virtual-network/826e0452-05a5-491a-b84c-24f25be66eda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006056 10.0.0.41 - - [2025-09-08 02:24:55] "POST /neutron/subnet HTTP/1.1" 200 719 0.011462 10.0.0.41 - - [2025-09-08 02:24:55] "POST /id-to-fqname HTTP/1.1" 200 269 0.001327 10.0.0.38 - - [2025-09-08 02:24:55] "DELETE /project/af2cf92479f54a4b874753dad30d107d HTTP/1.1" 404 173 0.025927 10.0.0.38 - - [2025-09-08 02:24:55] "DELETE /project/1efea99ffca64633809bf6823a9ae44b HTTP/1.1" 404 173 0.028214 10.0.0.38 - - [2025-09-08 02:24:55] "DELETE /project/57ef0c7449164a76b8f825a1ccf5fba0 HTTP/1.1" 404 173 0.011005 10.0.0.38 - - [2025-09-08 02:24:55] "DELETE /project/33d63e547b444a24ae04f5735c4fd78f HTTP/1.1" 404 173 0.018920 10.0.0.38 - - [2025-09-08 02:24:55] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001012 10.0.0.38 - - [2025-09-08 02:24:55] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000885 10.0.0.38 - - [2025-09-08 02:24:55] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001352 10.0.0.38 - - [2025-09-08 02:24:55] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000841 10.0.0.38 - - [2025-09-08 02:24:55] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.078880 10.0.0.38 - - [2025-09-08 02:24:55] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.103475 10.0.0.38 - - [2025-09-08 02:24:55] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.107121 10.0.0.38 - - [2025-09-08 02:24:55] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001311 10.0.0.38 - - [2025-09-08 02:24:55] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.125784 10.0.0.38 - - [2025-09-08 02:24:55] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.38 - - [2025-09-08 02:24:55] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000992 10.0.0.38 - - [2025-09-08 02:24:55] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001270 10.0.0.38 - - [2025-09-08 02:24:55] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?fields=security_groups HTTP/1.1" 200 1366 0.091454 10.0.0.38 - - [2025-09-08 02:24:55] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?fields=security_groups HTTP/1.1" 200 1387 0.076775 10.0.0.38 - - [2025-09-08 02:24:55] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?fields=security_groups HTTP/1.1" 200 1378 0.133702 10.0.0.38 - - [2025-09-08 02:24:55] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?fields=security_groups HTTP/1.1" 200 1378 0.171633 10.0.0.38 - - [2025-09-08 02:24:55] "DELETE /security-group/875bdf63-aa7b-41bb-9189-8d3dcdd4baec HTTP/1.1" 200 115 0.162383 10.0.0.38 - - [2025-09-08 02:24:56] "GET /projects?obj_uuids=61a091bb-d79b-4c58-ba6a-1946b4af0452&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001633 10.0.0.38 - - [2025-09-08 02:24:56] "DELETE /security-group/b51da359-283b-48d5-9f31-975bc0876ebf HTTP/1.1" 200 115 0.181407 10.0.0.38 - - [2025-09-08 02:24:56] "GET /projects?obj_uuids=33d63e54-7b44-4a24-ae04-f5735c4fd78f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001090 10.0.0.27 - - [2025-09-08 02:24:56] "DELETE /access-control-list/e9e28d79-f13d-44ba-8751-dbeda1b24fa2 HTTP/1.1" 200 115 0.087052 10.0.0.38 - - [2025-09-08 02:24:56] "DELETE /security-group/9e45d74c-18e1-49fc-858e-221a67e4646a HTTP/1.1" 200 115 0.098803 10.0.0.38 - - [2025-09-08 02:24:56] "GET /project/61a091bb-d79b-4c58-ba6a-1946b4af0452?fields=application_policy_sets HTTP/1.1" 200 1405 0.061591 10.0.0.38 - - [2025-09-08 02:24:56] "DELETE /security-group/c74da0b0-daa9-4030-8f85-32fe6d7f6489 HTTP/1.1" 200 115 0.145139 10.0.0.38 - - [2025-09-08 02:24:56] "GET /projects?obj_uuids=af2cf924-79f5-4a4b-8747-53dad30d107d&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001255 10.0.0.38 - - [2025-09-08 02:24:56] "GET /projects?obj_uuids=57ef0c74-4916-4a76-b8f8-25a1ccf5fba0&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001017 10.0.0.38 - - [2025-09-08 02:24:56] "GET /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f?fields=application_policy_sets HTTP/1.1" 200 1426 0.160716 10.0.0.38 - - [2025-09-08 02:24:56] "GET /project/af2cf924-79f5-4a4b-8747-53dad30d107d?fields=application_policy_sets HTTP/1.1" 200 1417 0.137429 10.0.0.38 - - [2025-09-08 02:24:56] "GET /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0?fields=application_policy_sets HTTP/1.1" 200 1417 0.163541 10.0.0.27 - - [2025-09-08 02:24:56] "DELETE /access-control-list/fb3cc3e5-be5a-421d-922e-5f2877fd6a23 HTTP/1.1" 200 115 0.123251 10.0.0.38 - - [2025-09-08 02:24:56] "DELETE /project/61a091bb-d79b-4c58-ba6a-1946b4af0452 HTTP/1.1" 200 115 0.824393 10.0.0.38 - - [2025-09-08 02:24:56] "DELETE /project/33d63e54-7b44-4a24-ae04-f5735c4fd78f HTTP/1.1" 200 115 0.874600 10.0.0.38 - - [2025-09-08 02:24:56] "DELETE /project/af2cf924-79f5-4a4b-8747-53dad30d107d HTTP/1.1" 200 115 0.873021 10.0.0.27 - - [2025-09-08 02:24:56] "DELETE /access-control-list/f9cbbdb4-2c86-4628-b56c-d41930dc6705 HTTP/1.1" 200 115 0.055648 10.0.0.38 - - [2025-09-08 02:24:56] "DELETE /project/57ef0c74-4916-4a76-b8f8-25a1ccf5fba0 HTTP/1.1" 200 115 0.917876 10.0.0.38 - - [2025-09-08 02:24:56] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001272 10.0.0.41 - - [2025-09-08 02:24:56] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.126764 10.0.0.41 - - [2025-09-08 02:24:57] "POST /neutron/port HTTP/1.1" 200 117 0.008002 10.0.0.41 - - [2025-09-08 02:24:57] "POST /id-to-fqname HTTP/1.1" 200 270 0.001853 10.0.0.41 - - [2025-09-08 02:24:57] "POST /neutron/network HTTP/1.1" 200 1098 0.012547 10.0.0.41 - - [2025-09-08 02:24:58] "POST /neutron/port HTTP/1.1" 200 1174 0.019433 10.0.0.38 - - [2025-09-08 02:24:58] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001130 10.0.0.41 - - [2025-09-08 02:24:58] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.065399 10.0.0.41 - - [2025-09-08 02:24:58] "POST /neutron/port HTTP/1.1" 200 1202 0.019720 10.0.0.41 - - [2025-09-08 02:24:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004458 10.0.0.41 - - [2025-09-08 02:24:58] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.41 - - [2025-09-08 02:24:58] "POST /neutron/security_group HTTP/1.1" 200 2067 0.008798 10.0.0.38 - - [2025-09-08 02:24:59] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001145 10.0.0.41 - - [2025-09-08 02:24:59] "POST /neutron/port HTTP/1.1" 200 1175 0.386646 10.0.0.41 - - [2025-09-08 02:24:59] "POST /neutron/port HTTP/1.1" 200 1229 0.135571 10.0.0.41 - - [2025-09-08 02:25:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005129 10.0.0.41 - - [2025-09-08 02:25:00] "POST /neutron/port HTTP/1.1" 200 117 0.001553 10.0.0.41 - - [2025-09-08 02:25:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.004547 10.0.0.41 - - [2025-09-08 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005323 10.0.0.38 - - [2025-09-08 02:25:00] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001750 10.0.0.41 - - [2025-09-08 02:25:00] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.012479 10.0.0.41 - - [2025-09-08 02:25:00] "POST /service-templates HTTP/1.1" 200 543 0.045435 10.0.0.41 - - [2025-09-08 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004294 10.0.0.41 - - [2025-09-08 02:25:00] "GET /service-template/4a457ef3-cfd0-4c05-aee6-305c114c109e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.008602 10.0.0.41 - - [2025-09-08 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.41 - - [2025-09-08 02:25:00] "GET /service-template/4a457ef3-cfd0-4c05-aee6-305c114c109e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.004692 10.0.0.41 - - [2025-09-08 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 269 0.001553 10.0.0.41 - - [2025-09-08 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 269 0.001809 10.0.0.41 - - [2025-09-08 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 270 0.002273 10.0.0.41 - - [2025-09-08 02:25:00] "POST /neutron/security_group HTTP/1.1" 200 2067 0.009008 10.0.0.41 - - [2025-09-08 02:25:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.41 - - [2025-09-08 02:25:01] "DELETE /service-template/4a457ef3-cfd0-4c05-aee6-305c114c109e HTTP/1.1" 200 115 0.046615 10.0.0.41 - - [2025-09-08 02:25:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.008548 10.0.0.41 - - [2025-09-08 02:25:03] "POST /neutron/port HTTP/1.1" 200 1203 0.017815 10.0.0.41 - - [2025-09-08 02:25:03] "POST /neutron/port HTTP/1.1" 200 1202 0.045163 10.0.0.41 - - [2025-09-08 02:25:04] "POST /neutron/network HTTP/1.1" 200 1085 0.013058 10.0.0.27 - - [2025-09-08 02:25:04] "DELETE /route-target/fa9e3469-bb33-43c1-bcad-2d931cf50fec HTTP/1.1" 200 115 0.029789 10.0.0.38 - - [2025-09-08 02:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003097 10.0.0.38 - - [2025-09-08 02:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003377 10.0.0.38 - - [2025-09-08 02:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004400 10.0.0.38 - - [2025-09-08 02:25:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002893 10.0.0.41 - - [2025-09-08 02:25:05] "POST /neutron/network HTTP/1.1" 200 151 0.152675 10.0.0.27 - - [2025-09-08 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006017 10.0.0.38 - - [2025-09-08 02:25:05] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001133 10.0.0.41 - - [2025-09-08 02:25:05] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1398 0.059171 10.0.0.38 - - [2025-09-08 02:25:05] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001108 10.0.0.41 - - [2025-09-08 02:25:05] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?fields=virtual_networks HTTP/1.1" 200 1049 0.066803 10.0.0.38 - - [2025-09-08 02:25:05] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001183 10.0.0.41 - - [2025-09-08 02:25:05] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.057034 10.0.0.38 - - [2025-09-08 02:25:05] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001087 10.0.0.41 - - [2025-09-08 02:25:05] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?fields=security_groups HTTP/1.1" 200 1284 0.049125 10.0.0.27 - - [2025-09-08 02:25:07] "GET /obj-perms HTTP/1.1" 200 5056 0.112088 10.0.0.41 - - [2025-09-08 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.042752 10.0.0.38 - - [2025-09-08 02:25:07] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003680 10.0.0.38 - - [2025-09-08 02:25:07] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001073 10.0.0.38 - - [2025-09-08 02:25:07] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007897 10.0.0.38 - - [2025-09-08 02:25:07] "POST /id-to-fqname HTTP/1.1" 200 202 0.013052 10.0.0.38 - - [2025-09-08 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.012495 10.0.0.38 - - [2025-09-08 02:25:07] "POST /security-groups HTTP/1.1" 200 603 0.036999 10.0.0.38 - - [2025-09-08 02:25:07] "POST /projects HTTP/1.1" 200 609 0.270217 10.0.0.27 - - [2025-09-08 02:25:07] "POST /access-control-lists HTTP/1.1" 200 608 0.034255 10.0.0.38 - - [2025-09-08 02:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.346771 10.0.0.41 - - [2025-09-08 02:25:07] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.505983 10.0.0.41 - - [2025-09-08 02:25:08] "GET / HTTP/1.1" 200 35931 0.001652 10.0.0.41 - - [2025-09-08 02:25:10] "POST /fqname-to-id HTTP/1.1" 401 292 0.000554 10.0.0.41 - - [2025-09-08 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.059591 10.0.0.38 - - [2025-09-08 02:25:10] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001158 10.0.0.41 - - [2025-09-08 02:25:10] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048894 10.0.0.41 - - [2025-09-08 02:25:10] "POST /neutron/network HTTP/1.1" 200 117 0.034425 10.0.0.27 - - [2025-09-08 02:25:11] "POST /route-targets HTTP/1.1" 200 327 0.033684 10.0.0.41 - - [2025-09-08 02:25:11] "POST /neutron/network HTTP/1.1" 200 835 0.012671 10.0.0.41 - - [2025-09-08 02:25:11] "POST /id-to-fqname HTTP/1.1" 200 233 0.001905 10.0.0.41 - - [2025-09-08 02:25:11] "GET /virtual-network/2f59f111-aff3-4576-a326-2a1f63e64d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008039 10.0.0.41 - - [2025-09-08 02:25:11] "GET /virtual-network/2f59f111-aff3-4576-a326-2a1f63e64d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007595 10.0.0.41 - - [2025-09-08 02:25:11] "POST /neutron/subnet HTTP/1.1" 200 710 0.011227 10.0.0.41 - - [2025-09-08 02:25:12] "GET /virtual-network/2f59f111-aff3-4576-a326-2a1f63e64d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006311 10.0.0.41 - - [2025-09-08 02:25:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.38 - - [2025-09-08 02:25:13] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001202 10.0.0.41 - - [2025-09-08 02:25:13] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050345 10.0.0.27 - - [2025-09-08 02:25:13] "POST /ref-update HTTP/1.1" 200 156 0.032007 10.0.0.38 - - [2025-09-08 02:25:14] "POST /useragent-kv HTTP/1.1" 200 115 0.010456 10.0.0.41 - - [2025-09-08 02:25:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.239637 10.0.0.41 - - [2025-09-08 02:25:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001435 10.0.0.41 - - [2025-09-08 02:25:14] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005530 10.0.0.41 - - [2025-09-08 02:25:14] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006145 10.0.0.41 - - [2025-09-08 02:25:14] "POST /neutron/network HTTP/1.1" 200 838 0.006642 10.0.0.41 - - [2025-09-08 02:25:14] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006119 10.0.0.41 - - [2025-09-08 02:25:14] "GET /obj-perms HTTP/1.1" 200 5054 0.045995 10.0.0.38 - - [2025-09-08 02:25:14] "GET /obj-perms HTTP/1.1" 200 5054 0.046745 10.0.0.41 - - [2025-09-08 02:25:14] "POST /id-to-fqname HTTP/1.1" 200 233 0.001442 10.0.0.38 - - [2025-09-08 02:25:48] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.024792 10.0.0.41 - - [2025-09-08 02:25:49] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.095235 10.0.0.41 - - [2025-09-08 02:25:49] "POST /neutron/network HTTP/1.1" 200 838 0.008720 10.0.0.41 - - [2025-09-08 02:25:49] "POST /id-to-fqname HTTP/1.1" 200 233 0.001484 10.0.0.41 - - [2025-09-08 02:25:49] "POST /neutron/port HTTP/1.1" 200 117 0.007388 10.0.0.38 - - [2025-09-08 02:25:49] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001276 10.0.0.41 - - [2025-09-08 02:25:50] "POST /neutron/port HTTP/1.1" 200 1072 0.442496 10.0.0.38 - - [2025-09-08 02:25:50] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001164 10.0.0.41 - - [2025-09-08 02:25:50] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.143677 10.0.0.41 - - [2025-09-08 02:25:50] "POST /neutron/port HTTP/1.1" 200 1126 0.179045 10.0.0.41 - - [2025-09-08 02:25:50] "POST /neutron/port HTTP/1.1" 200 1100 0.025165 10.0.0.41 - - [2025-09-08 02:25:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005340 10.0.0.41 - - [2025-09-08 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.011404 10.0.0.38 - - [2025-09-08 02:25:50] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.41 - - [2025-09-08 02:25:50] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.066530 10.0.0.41 - - [2025-09-08 02:25:51] "POST /neutron/network HTTP/1.1" 200 838 0.011831 10.0.0.41 - - [2025-09-08 02:25:51] "GET /virtual-network/2f59f111-aff3-4576-a326-2a1f63e64d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006328 10.0.0.41 - - [2025-09-08 02:25:51] "GET /floating-ip-pools?parent_id=2f59f111-aff3-4576-a326-2a1f63e64d6f&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.008564 10.0.0.41 - - [2025-09-08 02:25:51] "GET /virtual-network/2f59f111-aff3-4576-a326-2a1f63e64d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006420 10.0.0.41 - - [2025-09-08 02:25:51] "POST /floating-ip-pools HTTP/1.1" 200 609 0.055629 10.0.0.41 - - [2025-09-08 02:25:51] "POST /ref-update HTTP/1.1" 200 156 0.027042 10.0.0.41 - - [2025-09-08 02:25:51] "GET /virtual-network/2f59f111-aff3-4576-a326-2a1f63e64d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006937 10.0.0.41 - - [2025-09-08 02:25:51] "GET /virtual-network/2f59f111-aff3-4576-a326-2a1f63e64d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.011374 10.0.0.41 - - [2025-09-08 02:25:51] "POST /neutron/port HTTP/1.1" 200 1100 0.025753 10.0.0.41 - - [2025-09-08 02:25:52] "POST /neutron/port HTTP/1.1" 200 1069 0.031945 10.0.0.41 - - [2025-09-08 02:25:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006843 10.0.0.41 - - [2025-09-08 02:25:52] "POST /neutron/network HTTP/1.1" 200 835 0.014786 10.0.0.38 - - [2025-09-08 02:25:56] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001043 10.0.0.38 - - [2025-09-08 02:25:56] "DELETE /project/d88dbf418fd841d5a13a8013ee105be5 HTTP/1.1" 404 173 0.056907 10.0.0.38 - - [2025-09-08 02:25:56] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.083461 10.0.0.38 - - [2025-09-08 02:25:56] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001054 10.0.0.38 - - [2025-09-08 02:25:56] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?fields=security_groups HTTP/1.1" 200 1389 0.070509 10.0.0.38 - - [2025-09-08 02:25:56] "DELETE /security-group/aaff0c60-6b85-4208-b6a7-a99c3a997767 HTTP/1.1" 200 115 0.103906 10.0.0.38 - - [2025-09-08 02:25:56] "GET /projects?obj_uuids=1efea99f-fca6-4633-809b-f6823a9ae44b&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000993 10.0.0.38 - - [2025-09-08 02:25:57] "GET /project/1efea99f-fca6-4633-809b-f6823a9ae44b?fields=application_policy_sets HTTP/1.1" 200 1428 0.091756 10.0.0.38 - - [2025-09-08 02:25:57] "DELETE /project/1efea99f-fca6-4633-809b-f6823a9ae44b HTTP/1.1" 200 115 0.684139 10.0.0.41 - - [2025-09-08 02:26:02] "POST /neutron/port HTTP/1.1" 200 1100 0.040743 10.0.0.41 - - [2025-09-08 02:26:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.018220 10.0.0.41 - - [2025-09-08 02:26:17] "POST /neutron/port HTTP/1.1" 200 1100 0.016637 10.0.0.41 - - [2025-09-08 02:26:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009038 10.0.0.41 - - [2025-09-08 02:26:32] "POST /neutron/port HTTP/1.1" 200 1100 0.018216 10.0.0.41 - - [2025-09-08 02:26:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009409 10.0.0.41 - - [2025-09-08 02:26:48] "POST /neutron/port HTTP/1.1" 200 1100 0.027988 10.0.0.41 - - [2025-09-08 02:26:53] "POST /neutron/security_group HTTP/1.1" 200 2070 0.014127 10.0.0.41 - - [2025-09-08 02:26:53] "POST /neutron/port HTTP/1.1" 200 1100 0.016664 10.0.0.41 - - [2025-09-08 02:26:53] "GET /virtual-machine/6233d7c1-6346-44ab-94d6-88b639aa1273 HTTP/1.1" 401 292 0.000501 10.0.0.41 - - [2025-09-08 02:26:54] "GET /virtual-machine/6233d7c1-6346-44ab-94d6-88b639aa1273 HTTP/1.1" 200 1304 0.034783 10.0.0.41 - - [2025-09-08 02:26:54] "GET /virtual-machine-interface/e4f6a8be-a52e-469a-9727-6c3f1c32a924 HTTP/1.1" 200 3005 0.005730 10.0.0.41 - - [2025-09-08 02:26:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.41 - - [2025-09-08 02:26:54] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004822 10.0.0.41 - - [2025-09-08 02:26:54] "GET /virtual-networks?parent_id=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003757 10.0.0.41 - - [2025-09-08 02:26:54] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006595 10.0.0.41 - - [2025-09-08 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.41 - - [2025-09-08 02:26:57] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.007084 10.0.0.41 - - [2025-09-08 02:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.41 - - [2025-09-08 02:27:01] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008148 10.0.0.41 - - [2025-09-08 02:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.41 - - [2025-09-08 02:27:05] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005970 10.0.0.41 - - [2025-09-08 02:27:05] "POST /neutron/port HTTP/1.1" 200 1097 0.044712 10.0.0.41 - - [2025-09-08 02:27:05] "POST /neutron/subnet HTTP/1.1" 200 684 0.010998 10.0.0.27 - - [2025-09-08 02:27:08] "GET /obj-perms HTTP/1.1" 200 5056 0.063058 10.0.0.41 - - [2025-09-08 02:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004574 10.0.0.41 - - [2025-09-08 02:27:09] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006807 10.0.0.41 - - [2025-09-08 02:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004545 10.0.0.41 - - [2025-09-08 02:27:13] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006183 10.0.0.41 - - [2025-09-08 02:27:14] "POST /neutron/port HTTP/1.1" 200 1100 0.041642 10.0.0.41 - - [2025-09-08 02:27:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006732 10.0.0.41 - - [2025-09-08 02:27:14] "POST /neutron/network HTTP/1.1" 200 838 0.007581 10.0.0.41 - - [2025-09-08 02:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.41 - - [2025-09-08 02:27:17] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006641 10.0.0.41 - - [2025-09-08 02:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.41 - - [2025-09-08 02:27:21] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.006031 10.0.0.41 - - [2025-09-08 02:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.41 - - [2025-09-08 02:27:25] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.005905 10.0.0.41 - - [2025-09-08 02:27:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007414 10.0.0.41 - - [2025-09-08 02:27:27] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004750 10.0.0.41 - - [2025-09-08 02:27:27] "GET /virtual-networks?parent_id=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003480 10.0.0.41 - - [2025-09-08 02:27:27] "GET /virtual-network/4ef372ae-a51b-4ae5-8428-addc94fbb040?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2066 0.008091 10.0.0.41 - - [2025-09-08 02:27:33] "POST /neutron/port HTTP/1.1" 200 1100 0.017177 10.0.0.41 - - [2025-09-08 02:27:37] "POST /neutron/security_group HTTP/1.1" 200 2070 0.030678 10.0.0.41 - - [2025-09-08 02:27:40] "POST /neutron/port HTTP/1.1" 200 1097 0.019033 10.0.0.41 - - [2025-09-08 02:27:43] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008360 10.0.0.41 - - [2025-09-08 02:27:48] "POST /neutron/floatingip HTTP/1.1" 200 527 0.009832 10.0.0.41 - - [2025-09-08 02:27:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007529 10.0.0.41 - - [2025-09-08 02:27:49] "POST /neutron/port HTTP/1.1" 200 1097 0.020964 10.0.0.41 - - [2025-09-08 02:27:49] "GET /virtual-machine/e9e748dd-7dd1-4cc2-93ea-9f66dc70cb2e HTTP/1.1" 200 1305 0.008632 10.0.0.41 - - [2025-09-08 02:27:49] "GET /virtual-machine-interface/3c804d22-fdad-45c0-8a13-d98facd95432 HTTP/1.1" 200 3003 0.006227 10.0.0.41 - - [2025-09-08 02:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.41 - - [2025-09-08 02:27:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004031 10.0.0.41 - - [2025-09-08 02:27:49] "GET /virtual-networks?parent_id=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003116 10.0.0.41 - - [2025-09-08 02:27:49] "GET /virtual-network/2f59f111-aff3-4576-a326-2a1f63e64d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009090 10.0.0.41 - - [2025-09-08 02:27:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.41 - - [2025-09-08 02:27:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004633 10.0.0.41 - - [2025-09-08 02:27:50] "GET /virtual-networks?parent_id=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.004553 10.0.0.41 - - [2025-09-08 02:27:50] "GET /virtual-network/2f59f111-aff3-4576-a326-2a1f63e64d6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007077 10.0.0.41 - - [2025-09-08 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008727 10.0.0.41 - - [2025-09-08 02:27:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.41 - - [2025-09-08 02:27:55] "GET /routing-instance/036d816c-c4ad-4cbe-99fb-e04ae4d03c88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1490 0.006960 10.0.0.41 - - [2025-09-08 02:27:55] "GET /route-target/1dfd6bd9-6afc-48a4-adf2-a0c32bc14a7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005212 10.0.0.38 - - [2025-09-08 02:27:58] "GET /global-system-configs HTTP/1.1" 200 322 0.063892 10.0.0.38 - - [2025-09-08 02:27:58] "GET /obj-perms HTTP/1.1" 200 5056 0.151139 10.0.0.27 - - [2025-09-08 02:27:59] "GET /global-system-configs HTTP/1.1" 200 322 0.097253 10.0.0.41 - - [2025-09-08 02:27:59] "GET /obj-perms HTTP/1.1" 200 5056 0.150700 10.0.0.27 - - [2025-09-08 02:27:59] "GET /global-system-configs HTTP/1.1" 200 322 0.080266 10.0.0.27 - - [2025-09-08 02:27:59] "GET /obj-perms HTTP/1.1" 200 5056 0.157992 10.0.0.38 - - [2025-09-08 02:27:59] "GET /global-system-configs HTTP/1.1" 200 322 0.003977 10.0.0.38 - - [2025-09-08 02:27:59] "GET /obj-perms HTTP/1.1" 200 5056 0.009789 10.0.0.41 - - [2025-09-08 02:28:01] "GET /global-system-configs HTTP/1.1" 200 322 0.088700 10.0.0.41 - - [2025-09-08 02:28:01] "GET /obj-perms HTTP/1.1" 200 5056 0.143775 10.0.0.41 - - [2025-09-08 02:28:01] "GET /global-system-configs HTTP/1.1" 200 322 0.100339 10.0.0.27 - - [2025-09-08 02:28:01] "GET /obj-perms HTTP/1.1" 200 5056 0.206923 10.0.0.41 - - [2025-09-08 02:28:06] "POST /neutron/port HTTP/1.1" 200 1097 0.018028 10.0.0.41 - - [2025-09-08 02:28:06] "POST /neutron/subnet HTTP/1.1" 200 684 0.010473 10.0.0.41 - - [2025-09-08 02:28:15] "POST /neutron/port HTTP/1.1" 200 1100 0.019367 10.0.0.41 - - [2025-09-08 02:28:15] "POST /neutron/floatingip HTTP/1.1" 200 548 0.104359 10.0.0.41 - - [2025-09-08 02:28:15] "POST /neutron/network HTTP/1.1" 200 838 0.008168 10.0.0.41 - - [2025-09-08 02:28:48] "POST /neutron/floatingip HTTP/1.1" 200 527 0.009676 10.0.0.41 - - [2025-09-08 02:28:48] "GET /floating-ip-pool/79b47f81-346e-44d1-8ea9-55ecc670679f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.004767 10.0.0.41 - - [2025-09-08 02:28:48] "POST /ref-update HTTP/1.1" 200 156 0.021000 10.0.0.41 - - [2025-09-08 02:28:48] "DELETE /floating-ip-pool/79b47f81-346e-44d1-8ea9-55ecc670679f HTTP/1.1" 200 115 0.044446 10.0.0.41 - - [2025-09-08 02:28:48] "POST /neutron/network HTTP/1.1" 400 204 0.014925 10.0.0.41 - - [2025-09-08 02:28:49] "POST /neutron/port HTTP/1.1" 200 151 0.230277 10.0.0.41 - - [2025-09-08 02:28:49] "POST /neutron/port HTTP/1.1" 200 151 0.221850 10.0.0.27 - - [2025-09-08 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.048517 10.0.0.41 - - [2025-09-08 02:28:50] "POST /neutron/network HTTP/1.1" 200 835 0.008303 10.0.0.27 - - [2025-09-08 02:28:51] "DELETE /route-target/1dfd6bd9-6afc-48a4-adf2-a0c32bc14a7b HTTP/1.1" 200 115 0.032548 10.0.0.38 - - [2025-09-08 02:28:52] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001172 10.0.0.41 - - [2025-09-08 02:28:52] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.083624 10.0.0.38 - - [2025-09-08 02:28:52] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001284 10.0.0.41 - - [2025-09-08 02:28:52] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?fields=virtual_networks HTTP/1.1" 200 1057 0.047531 10.0.0.38 - - [2025-09-08 02:28:53] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.41 - - [2025-09-08 02:28:53] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.044209 10.0.0.38 - - [2025-09-08 02:28:53] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001213 10.0.0.41 - - [2025-09-08 02:28:53] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?fields=security_groups HTTP/1.1" 200 1295 0.062681 10.0.0.41 - - [2025-09-08 02:28:54] "POST /fqname-to-id HTTP/1.1" 404 188 0.029153 10.0.0.38 - - [2025-09-08 02:28:54] "GET /projects?obj_uuids=c10a8fa8-b74c-4f3e-b19e-b352ddf924d2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004317 10.0.0.38 - - [2025-09-08 02:28:54] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001520 10.0.0.38 - - [2025-09-08 02:28:54] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008978 10.0.0.38 - - [2025-09-08 02:28:54] "POST /id-to-fqname HTTP/1.1" 200 190 0.002820 10.0.0.38 - - [2025-09-08 02:28:54] "POST /fqname-to-id HTTP/1.1" 404 199 0.002471 10.0.0.38 - - [2025-09-08 02:28:54] "POST /security-groups HTTP/1.1" 200 591 0.073479 10.0.0.38 - - [2025-09-08 02:28:54] "POST /projects HTTP/1.1" 200 585 0.291459 10.0.0.27 - - [2025-09-08 02:28:54] "POST /fqname-to-id HTTP/1.1" 404 233 0.004829 10.0.0.38 - - [2025-09-08 02:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.364517 10.0.0.41 - - [2025-09-08 02:28:54] "GET /project/c10a8fa8-b74c-4f3e-b19e-b352ddf924d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.513156 10.0.0.41 - - [2025-09-08 02:28:55] "GET / HTTP/1.1" 200 35931 0.001676 10.0.0.38 - - [2025-09-08 02:28:57] "DELETE /project/c10a8fa8b74c4f3eb19eb352ddf924d2 HTTP/1.1" 404 173 0.007221 10.0.0.38 - - [2025-09-08 02:28:57] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000936 10.0.0.38 - - [2025-09-08 02:28:57] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.044829 10.0.0.38 - - [2025-09-08 02:28:57] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001062 10.0.0.38 - - [2025-09-08 02:28:57] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?fields=security_groups HTTP/1.1" 200 1400 0.048866 10.0.0.38 - - [2025-09-08 02:28:57] "DELETE /security-group/ab3b81e0-178f-4678-b4a0-e5c717f88d6b HTTP/1.1" 200 115 0.060468 10.0.0.38 - - [2025-09-08 02:28:57] "GET /projects?obj_uuids=d88dbf41-8fd8-41d5-a13a-8013ee105be5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000986 10.0.0.38 - - [2025-09-08 02:28:57] "GET /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5?fields=application_policy_sets HTTP/1.1" 200 1439 0.044862 10.0.0.27 - - [2025-09-08 02:28:57] "DELETE /access-control-list/a7d26e4d-ac80-41e7-9819-f6d7c092fd8f HTTP/1.1" 200 115 0.043197 10.0.0.38 - - [2025-09-08 02:28:57] "DELETE /project/d88dbf41-8fd8-41d5-a13a-8013ee105be5 HTTP/1.1" 200 115 0.470120 10.0.0.38 - - [2025-09-08 02:28:59] "GET /projects?obj_uuids=c10a8fa8-b74c-4f3e-b19e-b352ddf924d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001129 10.0.0.41 - - [2025-09-08 02:28:59] "GET /project/c10a8fa8-b74c-4f3e-b19e-b352ddf924d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.050457 10.0.0.38 - - [2025-09-08 02:28:59] "GET /projects?obj_uuids=c10a8fa8-b74c-4f3e-b19e-b352ddf924d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001136 10.0.0.41 - - [2025-09-08 02:28:59] "GET /project/c10a8fa8-b74c-4f3e-b19e-b352ddf924d2?fields=virtual_networks HTTP/1.1" 200 1033 0.052777 10.0.0.38 - - [2025-09-08 02:28:59] "GET /projects?obj_uuids=c10a8fa8-b74c-4f3e-b19e-b352ddf924d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.41 - - [2025-09-08 02:28:59] "GET /project/c10a8fa8-b74c-4f3e-b19e-b352ddf924d2?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.050049 10.0.0.38 - - [2025-09-08 02:28:59] "GET /projects?obj_uuids=c10a8fa8-b74c-4f3e-b19e-b352ddf924d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.41 - - [2025-09-08 02:28:59] "GET /project/c10a8fa8-b74c-4f3e-b19e-b352ddf924d2?fields=security_groups HTTP/1.1" 200 1259 0.049763 10.0.0.41 - - [2025-09-08 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 183 0.028155 10.0.0.38 - - [2025-09-08 02:29:00] "GET /projects?obj_uuids=e53a7107-f433-4f32-b752-633bf39aaf44&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004017 10.0.0.38 - - [2025-09-08 02:29:00] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001183 10.0.0.38 - - [2025-09-08 02:29:00] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008786 10.0.0.38 - - [2025-09-08 02:29:00] "POST /id-to-fqname HTTP/1.1" 200 185 0.002816 10.0.0.38 - - [2025-09-08 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 194 0.006884 10.0.0.38 - - [2025-09-08 02:29:00] "POST /security-groups HTTP/1.1" 200 586 0.077997 10.0.0.38 - - [2025-09-08 02:29:00] "POST /projects HTTP/1.1" 200 575 0.316528 10.0.0.27 - - [2025-09-08 02:29:00] "POST /fqname-to-id HTTP/1.1" 404 228 0.013580 10.0.0.38 - - [2025-09-08 02:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.394244 10.0.0.41 - - [2025-09-08 02:29:00] "GET /project/e53a7107-f433-4f32-b752-633bf39aaf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.552963 10.0.0.41 - - [2025-09-08 02:29:02] "GET / HTTP/1.1" 200 35931 0.001993 10.0.0.38 - - [2025-09-08 02:29:08] "GET /projects?obj_uuids=e53a7107-f433-4f32-b752-633bf39aaf44&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001101 10.0.0.41 - - [2025-09-08 02:29:08] "GET /project/e53a7107-f433-4f32-b752-633bf39aaf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.044252 10.0.0.38 - - [2025-09-08 02:29:08] "GET /projects?obj_uuids=e53a7107-f433-4f32-b752-633bf39aaf44&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001767 10.0.0.41 - - [2025-09-08 02:29:08] "GET /project/e53a7107-f433-4f32-b752-633bf39aaf44?fields=virtual_networks HTTP/1.1" 200 1023 0.059714 10.0.0.38 - - [2025-09-08 02:29:08] "GET /projects?obj_uuids=e53a7107-f433-4f32-b752-633bf39aaf44&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001456 10.0.0.41 - - [2025-09-08 02:29:08] "GET /project/e53a7107-f433-4f32-b752-633bf39aaf44?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.047539 10.0.0.38 - - [2025-09-08 02:29:08] "GET /projects?obj_uuids=e53a7107-f433-4f32-b752-633bf39aaf44&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001172 10.0.0.41 - - [2025-09-08 02:29:08] "GET /project/e53a7107-f433-4f32-b752-633bf39aaf44?fields=security_groups HTTP/1.1" 200 1244 0.047215 10.0.0.41 - - [2025-09-08 02:29:09] "POST /fqname-to-id HTTP/1.1" 404 187 0.026617 10.0.0.38 - - [2025-09-08 02:29:09] "GET /projects?obj_uuids=f25b3885-f2fd-4b25-8d40-e4203c0977b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003553 10.0.0.38 - - [2025-09-08 02:29:09] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001008 10.0.0.38 - - [2025-09-08 02:29:09] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007487 10.0.0.38 - - [2025-09-08 02:29:09] "POST /id-to-fqname HTTP/1.1" 200 189 0.001771 10.0.0.38 - - [2025-09-08 02:29:09] "POST /fqname-to-id HTTP/1.1" 404 198 0.007998 10.0.0.38 - - [2025-09-08 02:29:09] "POST /security-groups HTTP/1.1" 200 590 0.038395 10.0.0.38 - - [2025-09-08 02:29:09] "POST /projects HTTP/1.1" 200 583 0.252367 10.0.0.27 - - [2025-09-08 02:29:09] "POST /access-control-lists HTTP/1.1" 200 595 0.029684 10.0.0.38 - - [2025-09-08 02:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.323080 10.0.0.41 - - [2025-09-08 02:29:09] "GET /project/f25b3885-f2fd-4b25-8d40-e4203c0977b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.461132 10.0.0.38 - - [2025-09-08 02:29:10] "GET /obj-perms HTTP/1.1" 200 5056 0.399157 10.0.0.41 - - [2025-09-08 02:29:11] "GET /obj-perms HTTP/1.1" 200 5056 0.067538 10.0.0.41 - - [2025-09-08 02:29:11] "GET / HTTP/1.1" 200 35931 0.001881 10.0.0.38 - - [2025-09-08 02:29:15] "GET /projects?obj_uuids=f25b3885-f2fd-4b25-8d40-e4203c0977b7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001267 10.0.0.41 - - [2025-09-08 02:29:15] "GET /project/f25b3885-f2fd-4b25-8d40-e4203c0977b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.044835 10.0.0.38 - - [2025-09-08 02:29:15] "GET /projects?obj_uuids=f25b3885-f2fd-4b25-8d40-e4203c0977b7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001297 10.0.0.41 - - [2025-09-08 02:29:15] "GET /project/f25b3885-f2fd-4b25-8d40-e4203c0977b7?fields=virtual_networks HTTP/1.1" 200 1031 0.053080 10.0.0.38 - - [2025-09-08 02:29:15] "GET /projects?obj_uuids=f25b3885-f2fd-4b25-8d40-e4203c0977b7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001194 10.0.0.41 - - [2025-09-08 02:29:15] "GET /project/f25b3885-f2fd-4b25-8d40-e4203c0977b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.047728 10.0.0.38 - - [2025-09-08 02:29:15] "GET /projects?obj_uuids=f25b3885-f2fd-4b25-8d40-e4203c0977b7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001204 10.0.0.41 - - [2025-09-08 02:29:15] "GET /project/f25b3885-f2fd-4b25-8d40-e4203c0977b7?fields=security_groups HTTP/1.1" 200 1256 0.044416 10.0.0.41 - - [2025-09-08 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.027915 10.0.0.38 - - [2025-09-08 02:29:16] "GET /projects?obj_uuids=6ecb777f-fb6b-458d-b07a-2f5dfe9713c1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003149 10.0.0.38 - - [2025-09-08 02:29:16] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.38 - - [2025-09-08 02:29:16] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007714 10.0.0.38 - - [2025-09-08 02:29:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.005510 10.0.0.38 - - [2025-09-08 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.007499 10.0.0.38 - - [2025-09-08 02:29:16] "POST /security-groups HTTP/1.1" 200 591 0.032338 10.0.0.27 - - [2025-09-08 02:29:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.003961 10.0.0.38 - - [2025-09-08 02:29:16] "POST /projects HTTP/1.1" 200 585 0.265770 10.0.0.38 - - [2025-09-08 02:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.346525 10.0.0.27 - - [2025-09-08 02:29:16] "POST /access-control-lists HTTP/1.1" 200 594 0.033180 10.0.0.41 - - [2025-09-08 02:29:16] "GET /project/6ecb777f-fb6b-458d-b07a-2f5dfe9713c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.510668 10.0.0.41 - - [2025-09-08 02:29:18] "GET / HTTP/1.1" 200 35931 0.002019 10.0.0.38 - - [2025-09-08 02:29:21] "GET /projects?obj_uuids=6ecb777f-fb6b-458d-b07a-2f5dfe9713c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001051 10.0.0.41 - - [2025-09-08 02:29:21] "GET /project/6ecb777f-fb6b-458d-b07a-2f5dfe9713c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058753 10.0.0.38 - - [2025-09-08 02:29:21] "GET /projects?obj_uuids=6ecb777f-fb6b-458d-b07a-2f5dfe9713c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001945 10.0.0.41 - - [2025-09-08 02:29:21] "GET /project/6ecb777f-fb6b-458d-b07a-2f5dfe9713c1?fields=virtual_networks HTTP/1.1" 200 1032 0.068762 10.0.0.38 - - [2025-09-08 02:29:21] "GET /projects?obj_uuids=6ecb777f-fb6b-458d-b07a-2f5dfe9713c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001291 10.0.0.41 - - [2025-09-08 02:29:21] "GET /project/6ecb777f-fb6b-458d-b07a-2f5dfe9713c1?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050428 10.0.0.38 - - [2025-09-08 02:29:21] "GET /projects?obj_uuids=6ecb777f-fb6b-458d-b07a-2f5dfe9713c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.41 - - [2025-09-08 02:29:21] "GET /project/6ecb777f-fb6b-458d-b07a-2f5dfe9713c1?fields=security_groups HTTP/1.1" 200 1258 0.058805 10.0.0.41 - - [2025-09-08 02:29:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.035202 10.0.0.38 - - [2025-09-08 02:29:22] "GET /projects?obj_uuids=bd0efd85-f6c0-444c-a496-8e835d196b41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.007865 10.0.0.38 - - [2025-09-08 02:29:23] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.38 - - [2025-09-08 02:29:23] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007801 10.0.0.38 - - [2025-09-08 02:29:23] "POST /id-to-fqname HTTP/1.1" 200 194 0.007292 10.0.0.38 - - [2025-09-08 02:29:23] "POST /fqname-to-id HTTP/1.1" 404 203 0.006604 10.0.0.38 - - [2025-09-08 02:29:23] "POST /security-groups HTTP/1.1" 200 595 0.037747 10.0.0.38 - - [2025-09-08 02:29:23] "POST /projects HTTP/1.1" 200 593 0.292805 10.0.0.27 - - [2025-09-08 02:29:23] "POST /fqname-to-id HTTP/1.1" 404 237 0.011515 10.0.0.38 - - [2025-09-08 02:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.378906 10.0.0.41 - - [2025-09-08 02:29:23] "GET /project/bd0efd85-f6c0-444c-a496-8e835d196b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.565109 10.0.0.41 - - [2025-09-08 02:29:24] "GET / HTTP/1.1" 200 35931 0.002513 10.0.0.38 - - [2025-09-08 02:29:28] "GET /projects?obj_uuids=bd0efd85-f6c0-444c-a496-8e835d196b41&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001245 10.0.0.41 - - [2025-09-08 02:29:28] "GET /project/bd0efd85-f6c0-444c-a496-8e835d196b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.051421 10.0.0.38 - - [2025-09-08 02:29:28] "GET /projects?obj_uuids=bd0efd85-f6c0-444c-a496-8e835d196b41&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000976 10.0.0.41 - - [2025-09-08 02:29:28] "GET /project/bd0efd85-f6c0-444c-a496-8e835d196b41?fields=virtual_networks HTTP/1.1" 200 1041 0.058170 10.0.0.38 - - [2025-09-08 02:29:28] "GET /projects?obj_uuids=bd0efd85-f6c0-444c-a496-8e835d196b41&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001112 10.0.0.41 - - [2025-09-08 02:29:28] "GET /project/bd0efd85-f6c0-444c-a496-8e835d196b41?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.045196 10.0.0.38 - - [2025-09-08 02:29:28] "GET /projects?obj_uuids=bd0efd85-f6c0-444c-a496-8e835d196b41&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001188 10.0.0.41 - - [2025-09-08 02:29:28] "GET /project/bd0efd85-f6c0-444c-a496-8e835d196b41?fields=security_groups HTTP/1.1" 200 1271 0.066142 10.0.0.41 - - [2025-09-08 02:29:29] "POST /fqname-to-id HTTP/1.1" 404 183 0.028170 10.0.0.38 - - [2025-09-08 02:29:29] "GET /projects?obj_uuids=b427ab34-31b0-4729-90c2-498ac252d5ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003962 10.0.0.38 - - [2025-09-08 02:29:29] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001333 10.0.0.38 - - [2025-09-08 02:29:29] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009377 10.0.0.38 - - [2025-09-08 02:29:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.001525 10.0.0.38 - - [2025-09-08 02:29:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.006603 10.0.0.38 - - [2025-09-08 02:29:29] "POST /security-groups HTTP/1.1" 200 586 0.074361 10.0.0.38 - - [2025-09-08 02:29:29] "POST /projects HTTP/1.1" 200 575 0.323224 10.0.0.27 - - [2025-09-08 02:29:29] "POST /access-control-lists HTTP/1.1" 200 591 0.028574 10.0.0.38 - - [2025-09-08 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.397292 10.0.0.41 - - [2025-09-08 02:29:29] "GET /project/b427ab34-31b0-4729-90c2-498ac252d5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.544909 10.0.0.41 - - [2025-09-08 02:29:31] "GET / HTTP/1.1" 200 35931 0.001610 10.0.0.41 - - [2025-09-08 02:29:31] "POST /fqname-to-id HTTP/1.1" 404 193 0.003997 10.0.0.27 - - [2025-09-08 02:29:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.003760 10.0.0.27 - - [2025-09-08 02:29:31] "POST /access-control-lists HTTP/1.1" 200 588 0.028046 10.0.0.27 - - [2025-09-08 02:29:32] "PUT /access-control-list/c092a9e5-54a0-4439-b352-cae911462f39 HTTP/1.1" 200 272 0.023088 10.0.0.38 - - [2025-09-08 02:29:32] "GET /projects?obj_uuids=d3c9e274-58c1-485b-8908-c8c223fb21f3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001083 10.0.0.41 - - [2025-09-08 02:29:32] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.108281 10.0.0.41 - - [2025-09-08 02:29:32] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.028367 10.0.0.41 - - [2025-09-08 02:29:32] "POST /fqname-to-id HTTP/1.1" 404 193 0.005758 10.0.0.27 - - [2025-09-08 02:29:32] "POST /fqname-to-id HTTP/1.1" 404 228 0.004540 10.0.0.27 - - [2025-09-08 02:29:32] "POST /access-control-lists HTTP/1.1" 200 588 0.030922 10.0.0.38 - - [2025-09-08 02:29:33] "GET /projects?obj_uuids=d3c9e274-58c1-485b-8908-c8c223fb21f3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001066 10.0.0.27 - - [2025-09-08 02:29:33] "PUT /access-control-list/323635db-d063-4ba6-98ea-aba14e6c202b HTTP/1.1" 200 272 0.031289 10.0.0.41 - - [2025-09-08 02:29:33] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.071777 10.0.0.41 - - [2025-09-08 02:29:33] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.013652 10.0.0.41 - - [2025-09-08 02:29:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000438 10.0.0.41 - - [2025-09-08 02:29:33] "POST /fqname-to-id HTTP/1.1" 404 210 0.029613 10.0.0.27 - - [2025-09-08 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 245 0.003752 10.0.0.27 - - [2025-09-08 02:29:34] "POST /access-control-lists HTTP/1.1" 200 605 0.038400 10.0.0.27 - - [2025-09-08 02:29:34] "PUT /access-control-list/ee2318cd-823c-49a8-a7f9-e69393992908 HTTP/1.1" 200 272 0.019469 10.0.0.38 - - [2025-09-08 02:29:34] "GET /projects?obj_uuids=b427ab34-31b0-4729-90c2-498ac252d5ac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001385 10.0.0.41 - - [2025-09-08 02:29:34] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.103227 10.0.0.41 - - [2025-09-08 02:29:34] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018837 10.0.0.41 - - [2025-09-08 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.004039 10.0.0.27 - - [2025-09-08 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 245 0.005401 10.0.0.27 - - [2025-09-08 02:29:35] "POST /access-control-lists HTTP/1.1" 200 605 0.036025 10.0.0.38 - - [2025-09-08 02:29:35] "GET /projects?obj_uuids=b427ab34-31b0-4729-90c2-498ac252d5ac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001667 10.0.0.27 - - [2025-09-08 02:29:35] "PUT /access-control-list/fb60192d-d2a0-4861-a3a0-f3a5060bc3fd HTTP/1.1" 200 272 0.032320 10.0.0.41 - - [2025-09-08 02:29:35] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.089939 10.0.0.41 - - [2025-09-08 02:29:35] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018105 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.006519 10.0.0.27 - - [2025-09-08 02:29:37] "POST /route-targets HTTP/1.1" 200 327 0.019397 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.011436 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.005273 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.004558 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.004605 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.004755 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.005561 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.004582 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.008160 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.004832 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.004731 10.0.0.41 - - [2025-09-08 02:29:37] "POST /neutron/router HTTP/1.1" 200 541 0.006536 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 151 0.086452 10.0.0.27 - - [2025-09-08 02:29:38] "DELETE /route-target/7fc1386b-79bb-4c9f-ab30-f7fb437461ac HTTP/1.1" 200 115 0.028234 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.011529 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.008844 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.004441 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.004775 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.006741 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.004721 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.004409 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.004898 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.004896 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.004861 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.005045 10.0.0.41 - - [2025-09-08 02:29:38] "POST /neutron/router HTTP/1.1" 200 541 0.034319 10.0.0.27 - - [2025-09-08 02:29:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006794 10.0.0.38 - - [2025-09-08 02:29:38] "GET /projects?obj_uuids=b427ab34-31b0-4729-90c2-498ac252d5ac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001772 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.125117 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.005358 10.0.0.27 - - [2025-09-08 02:29:39] "PUT /logical-router/68cdc42e-b56b-4711-b6b8-6acd6d4d02fd HTTP/1.1" 200 262 0.043506 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.006595 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.005259 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.005380 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.004790 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.004760 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.004708 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.005419 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.004676 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.007367 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 559 0.030228 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/router HTTP/1.1" 200 560 0.004855 10.0.0.27 - - [2025-09-08 02:29:39] "GET /logical-router/68cdc42e-b56b-4711-b6b8-6acd6d4d02fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.006726 10.0.0.41 - - [2025-09-08 02:29:39] "POST /neutron/security_group HTTP/1.1" 200 151 0.079819 10.0.0.27 - - [2025-09-08 02:29:39] "DELETE /access-control-list/785f10f5-c0b5-4167-aed8-feaa3a0e99af HTTP/1.1" 200 115 0.035480 10.0.0.41 - - [2025-09-08 02:29:40] "POST /neutron/security_group HTTP/1.1" 200 506 0.004143 10.0.0.27 - - [2025-09-08 02:29:40] "DELETE /access-control-list/ee2318cd-823c-49a8-a7f9-e69393992908 HTTP/1.1" 200 115 0.035139 10.0.0.41 - - [2025-09-08 02:29:40] "POST /neutron/security_group HTTP/1.1" 200 151 0.080423 10.0.0.27 - - [2025-09-08 02:29:40] "DELETE /access-control-list/2a987201-3b80-453e-9e56-11ac689ca905 HTTP/1.1" 200 115 0.043191 10.0.0.38 - - [2025-09-08 02:29:41] "GET /projects?obj_uuids=b427ab34-31b0-4729-90c2-498ac252d5ac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001125 10.0.0.41 - - [2025-09-08 02:29:41] "GET /project/b427ab34-31b0-4729-90c2-498ac252d5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.043193 10.0.0.38 - - [2025-09-08 02:29:41] "GET /projects?obj_uuids=b427ab34-31b0-4729-90c2-498ac252d5ac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002645 10.0.0.41 - - [2025-09-08 02:29:41] "GET /project/b427ab34-31b0-4729-90c2-498ac252d5ac?fields=virtual_networks HTTP/1.1" 200 1023 0.049062 10.0.0.38 - - [2025-09-08 02:29:41] "GET /projects?obj_uuids=b427ab34-31b0-4729-90c2-498ac252d5ac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001157 10.0.0.41 - - [2025-09-08 02:29:41] "GET /project/b427ab34-31b0-4729-90c2-498ac252d5ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.047131 10.0.0.38 - - [2025-09-08 02:29:41] "GET /projects?obj_uuids=b427ab34-31b0-4729-90c2-498ac252d5ac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001425 10.0.0.41 - - [2025-09-08 02:29:42] "GET /project/b427ab34-31b0-4729-90c2-498ac252d5ac?fields=security_groups HTTP/1.1" 200 1244 0.049918 10.0.0.41 - - [2025-09-08 02:29:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.028846 10.0.0.38 - - [2025-09-08 02:29:43] "GET /projects?obj_uuids=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004070 10.0.0.38 - - [2025-09-08 02:29:43] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.38 - - [2025-09-08 02:29:43] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.014922 10.0.0.38 - - [2025-09-08 02:29:43] "POST /id-to-fqname HTTP/1.1" 200 186 0.009004 10.0.0.38 - - [2025-09-08 02:29:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.010928 10.0.0.38 - - [2025-09-08 02:29:43] "POST /security-groups HTTP/1.1" 200 587 0.078167 10.0.0.38 - - [2025-09-08 02:29:43] "POST /projects HTTP/1.1" 200 577 0.358678 10.0.0.27 - - [2025-09-08 02:29:43] "POST /access-control-lists HTTP/1.1" 200 592 0.034359 10.0.0.38 - - [2025-09-08 02:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.439084 10.0.0.41 - - [2025-09-08 02:29:43] "GET /project/55cc3422-c74a-4ea4-9892-a61768bd9fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.601906 10.0.0.41 - - [2025-09-08 02:29:44] "GET / HTTP/1.1" 200 35931 0.001706 10.0.0.41 - - [2025-09-08 02:29:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000816 10.0.0.41 - - [2025-09-08 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.059918 10.0.0.38 - - [2025-09-08 02:29:47] "GET /projects?obj_uuids=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001091 10.0.0.41 - - [2025-09-08 02:29:47] "GET /project/55cc3422-c74a-4ea4-9892-a61768bd9fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.052964 10.0.0.27 - - [2025-09-08 02:29:47] "POST /route-targets HTTP/1.1" 200 327 0.015978 10.0.0.38 - - [2025-09-08 02:29:47] "POST /useragent-kv HTTP/1.1" 200 115 0.008892 10.0.0.41 - - [2025-09-08 02:29:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.277097 10.0.0.41 - - [2025-09-08 02:29:47] "POST /id-to-fqname HTTP/1.1" 200 216 0.001751 10.0.0.41 - - [2025-09-08 02:29:47] "GET /virtual-network/d66581be-f768-40d0-83df-cadef19b5e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006685 10.0.0.41 - - [2025-09-08 02:29:47] "GET /virtual-network/d66581be-f768-40d0-83df-cadef19b5e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006554 10.0.0.41 - - [2025-09-08 02:29:47] "POST /neutron/network HTTP/1.1" 200 821 0.006995 10.0.0.41 - - [2025-09-08 02:29:47] "POST /fqname-to-id HTTP/1.1" 404 206 0.003614 10.0.0.41 - - [2025-09-08 02:29:47] "GET /virtual-network/d66581be-f768-40d0-83df-cadef19b5e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005737 10.0.0.41 - - [2025-09-08 02:29:48] "GET /virtual-machine-interface/82863966-8bc0-4a68-9807-d89940b5a560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.008332 10.0.0.41 - - [2025-09-08 02:29:48] "GET /virtual-machine-interface/82863966-8bc0-4a68-9807-d89940b5a560?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.010573 10.0.0.41 - - [2025-09-08 02:29:48] "GET /instance-ip/94f93daf-988d-4fd4-a5e6-629da1de30e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1596 0.006042 10.0.0.41 - - [2025-09-08 02:29:48] "POST /neutron/port HTTP/1.1" 200 1018 0.010997 10.0.0.38 - - [2025-09-08 02:29:49] "POST /useragent-kv HTTP/1.1" 200 115 0.003772 10.0.0.38 - - [2025-09-08 02:29:49] "POST /useragent-kv HTTP/1.1" 200 115 0.006430 10.0.0.41 - - [2025-09-08 02:29:49] "POST /neutron/network HTTP/1.1" 200 151 0.150534 10.0.0.27 - - [2025-09-08 02:29:49] "DELETE /route-target/34c1d2c5-8d58-4719-89c4-ca02ce18d0bf HTTP/1.1" 200 115 0.029176 10.0.0.41 - - [2025-09-08 02:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.38 - - [2025-09-08 02:29:51] "GET /projects?obj_uuids=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001086 10.0.0.41 - - [2025-09-08 02:29:51] "GET /project/55cc3422-c74a-4ea4-9892-a61768bd9fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.041621 10.0.0.38 - - [2025-09-08 02:29:52] "POST /useragent-kv HTTP/1.1" 200 115 0.012658 10.0.0.41 - - [2025-09-08 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.215088 10.0.0.41 - - [2025-09-08 02:29:52] "POST /id-to-fqname HTTP/1.1" 200 217 0.001595 10.0.0.41 - - [2025-09-08 02:29:52] "GET /virtual-network/1c878942-9d02-4130-9be2-429bbc022189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.010624 10.0.0.41 - - [2025-09-08 02:29:52] "POST /neutron/network HTTP/1.1" 200 979 0.009726 10.0.0.41 - - [2025-09-08 02:29:52] "GET /virtual-network/1c878942-9d02-4130-9be2-429bbc022189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.005855 10.0.0.41 - - [2025-09-08 02:29:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.013151 10.0.0.41 - - [2025-09-08 02:29:53] "POST /id-to-fqname HTTP/1.1" 200 217 0.001526 10.0.0.41 - - [2025-09-08 02:29:53] "POST /neutron/port HTTP/1.1" 200 1019 0.015847 10.0.0.41 - - [2025-09-08 02:29:53] "POST /neutron/port HTTP/1.1" 200 1019 0.010541 10.0.0.41 - - [2025-09-08 02:29:53] "POST /id-to-fqname HTTP/1.1" 200 217 0.001407 10.0.0.41 - - [2025-09-08 02:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.007535 10.0.0.41 - - [2025-09-08 02:29:54] "POST /neutron/network HTTP/1.1" 200 979 0.066697 10.0.0.41 - - [2025-09-08 02:29:54] "POST /neutron/port HTTP/1.1" 200 1018 0.018732 10.0.0.41 - - [2025-09-08 02:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.007401 10.0.0.41 - - [2025-09-08 02:29:54] "POST /neutron/network HTTP/1.1" 200 989 0.010152 10.0.0.41 - - [2025-09-08 02:29:55] "POST /neutron/port HTTP/1.1" 200 1019 0.009934 10.0.0.41 - - [2025-09-08 02:29:55] "POST /neutron/port HTTP/1.1" 200 1110 0.174636 10.0.0.41 - - [2025-09-08 02:29:55] "POST /neutron/port HTTP/1.1" 200 1085 0.020881 10.0.0.41 - - [2025-09-08 02:29:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004464 10.0.0.41 - - [2025-09-08 02:29:55] "POST /neutron/network HTTP/1.1" 200 979 0.010454 10.0.0.38 - - [2025-09-08 02:29:57] "DELETE /project/55cc3422c74a4ea49892a61768bd9fa9 HTTP/1.1" 404 173 0.021565 10.0.0.38 - - [2025-09-08 02:29:57] "DELETE /project/bd0efd85f6c0444ca4968e835d196b41 HTTP/1.1" 404 173 0.020630 10.0.0.38 - - [2025-09-08 02:29:57] "DELETE /project/6ecb777ffb6b458db07a2f5dfe9713c1 HTTP/1.1" 404 173 0.023806 10.0.0.38 - - [2025-09-08 02:29:57] "DELETE /project/b427ab3431b0472990c2498ac252d5ac HTTP/1.1" 404 173 0.013094 10.0.0.38 - - [2025-09-08 02:29:57] "DELETE /project/e53a7107f4334f32b752633bf39aaf44 HTTP/1.1" 404 173 0.011945 10.0.0.38 - - [2025-09-08 02:29:57] "DELETE /project/f25b3885f2fd4b258d40e4203c0977b7 HTTP/1.1" 404 173 0.017936 10.0.0.38 - - [2025-09-08 02:29:57] "GET /projects?obj_uuids=f25b3885-f2fd-4b25-8d40-e4203c0977b7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001198 10.0.0.38 - - [2025-09-08 02:29:57] "GET /projects?obj_uuids=6ecb777f-fb6b-458d-b07a-2f5dfe9713c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001041 10.0.0.38 - - [2025-09-08 02:29:57] "GET /projects?obj_uuids=bd0efd85-f6c0-444c-a496-8e835d196b41&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000845 10.0.0.38 - - [2025-09-08 02:29:57] "GET /projects?obj_uuids=c10a8fa8-b74c-4f3e-b19e-b352ddf924d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000823 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=b427ab34-31b0-4729-90c2-498ac252d5ac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001421 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=e53a7107-f433-4f32-b752-633bf39aaf44&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000896 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/c10a8fa8-b74c-4f3e-b19e-b352ddf924d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.107412 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/f25b3885-f2fd-4b25-8d40-e4203c0977b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1465 0.137954 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/bd0efd85-f6c0-444c-a496-8e835d196b41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.150127 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=c10a8fa8-b74c-4f3e-b19e-b352ddf924d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001169 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/6ecb777f-fb6b-458d-b07a-2f5dfe9713c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.162835 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=bd0efd85-f6c0-444c-a496-8e835d196b41&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001359 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=f25b3885-f2fd-4b25-8d40-e4203c0977b7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001085 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=6ecb777f-fb6b-458d-b07a-2f5dfe9713c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/b427ab34-31b0-4729-90c2-498ac252d5ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.220102 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/e53a7107-f433-4f32-b752-633bf39aaf44?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.241997 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=b427ab34-31b0-4729-90c2-498ac252d5ac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002458 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=e53a7107-f433-4f32-b752-633bf39aaf44&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001172 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/c10a8fa8-b74c-4f3e-b19e-b352ddf924d2?fields=security_groups HTTP/1.1" 200 1364 0.182163 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/bd0efd85-f6c0-444c-a496-8e835d196b41?fields=security_groups HTTP/1.1" 200 1376 0.171250 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/6ecb777f-fb6b-458d-b07a-2f5dfe9713c1?fields=security_groups HTTP/1.1" 200 1363 0.175498 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/f25b3885-f2fd-4b25-8d40-e4203c0977b7?fields=security_groups HTTP/1.1" 200 1361 0.246372 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/e53a7107-f433-4f32-b752-633bf39aaf44?fields=security_groups HTTP/1.1" 200 1349 0.177774 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/b427ab34-31b0-4729-90c2-498ac252d5ac?fields=security_groups HTTP/1.1" 200 1349 0.246063 10.0.0.38 - - [2025-09-08 02:29:58] "DELETE /security-group/4fd40b07-d4c4-444d-9c71-5cbed8141a75 HTTP/1.1" 200 115 0.276248 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=c10a8fa8-b74c-4f3e-b19e-b352ddf924d2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001477 10.0.0.38 - - [2025-09-08 02:29:58] "DELETE /security-group/f3c20e6c-0b53-497a-8139-5d4baeefee84 HTTP/1.1" 200 115 0.306132 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=bd0efd85-f6c0-444c-a496-8e835d196b41&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002020 10.0.0.27 - - [2025-09-08 02:29:58] "DELETE /access-control-list/e04dd927-a511-42ef-b352-f81794b61a53 HTTP/1.1" 200 115 0.166864 10.0.0.38 - - [2025-09-08 02:29:58] "DELETE /security-group/bfe6c72d-7dd3-485e-a7d4-43bd4a702615 HTTP/1.1" 200 115 0.321782 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=6ecb777f-fb6b-458d-b07a-2f5dfe9713c1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002059 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/c10a8fa8-b74c-4f3e-b19e-b352ddf924d2?fields=application_policy_sets HTTP/1.1" 200 1403 0.179672 10.0.0.38 - - [2025-09-08 02:29:58] "DELETE /security-group/566f4e2a-ae2e-479f-911a-c471c6fd9ecc HTTP/1.1" 200 115 0.333438 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=f25b3885-f2fd-4b25-8d40-e4203c0977b7&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001403 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/bd0efd85-f6c0-444c-a496-8e835d196b41?fields=application_policy_sets HTTP/1.1" 200 1415 0.192247 10.0.0.38 - - [2025-09-08 02:29:58] "DELETE /security-group/0eb15e85-840c-45da-87e4-db6c1a0378e4 HTTP/1.1" 200 115 0.404160 10.0.0.38 - - [2025-09-08 02:29:58] "DELETE /security-group/8c5a8fe8-1912-49b0-896f-ff5dd187f8ff HTTP/1.1" 200 115 0.397584 10.0.0.38 - - [2025-09-08 02:29:58] "GET /project/6ecb777f-fb6b-458d-b07a-2f5dfe9713c1?fields=application_policy_sets HTTP/1.1" 200 1402 0.207331 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=e53a7107-f433-4f32-b752-633bf39aaf44&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002028 10.0.0.38 - - [2025-09-08 02:29:58] "GET /projects?obj_uuids=b427ab34-31b0-4729-90c2-498ac252d5ac&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001142 10.0.0.27 - - [2025-09-08 02:29:58] "DELETE /access-control-list/f81ae7ca-9fbf-4741-969e-d87eeacbf7b7 HTTP/1.1" 200 115 0.179603 10.0.0.38 - - [2025-09-08 02:29:59] "GET /project/f25b3885-f2fd-4b25-8d40-e4203c0977b7?fields=application_policy_sets HTTP/1.1" 200 1400 0.240630 10.0.0.38 - - [2025-09-08 02:29:59] "GET /project/b427ab34-31b0-4729-90c2-498ac252d5ac?fields=application_policy_sets HTTP/1.1" 200 1388 0.153967 10.0.0.38 - - [2025-09-08 02:29:59] "GET /project/e53a7107-f433-4f32-b752-633bf39aaf44?fields=application_policy_sets HTTP/1.1" 200 1388 0.278757 10.0.0.27 - - [2025-09-08 02:29:59] "DELETE /access-control-list/efb8f514-a0b7-4fb6-95a0-52fa6a19845b HTTP/1.1" 200 115 0.158015 10.0.0.38 - - [2025-09-08 02:29:59] "DELETE /project/c10a8fa8-b74c-4f3e-b19e-b352ddf924d2 HTTP/1.1" 200 115 1.446593 10.0.0.38 - - [2025-09-08 02:29:59] "DELETE /project/bd0efd85-f6c0-444c-a496-8e835d196b41 HTTP/1.1" 200 115 1.455856 10.0.0.38 - - [2025-09-08 02:29:59] "DELETE /project/6ecb777f-fb6b-458d-b07a-2f5dfe9713c1 HTTP/1.1" 200 115 1.650260 10.0.0.41 - - [2025-09-08 02:29:59] "POST /neutron/port HTTP/1.1" 200 1085 0.149493 10.0.0.27 - - [2025-09-08 02:29:59] "DELETE /access-control-list/71852fc5-9495-4d85-9a1c-ec8b4a112c40 HTTP/1.1" 200 115 0.225292 10.0.0.38 - - [2025-09-08 02:29:59] "DELETE /project/b427ab34-31b0-4729-90c2-498ac252d5ac HTTP/1.1" 200 115 1.714572 10.0.0.38 - - [2025-09-08 02:29:59] "DELETE /project/f25b3885-f2fd-4b25-8d40-e4203c0977b7 HTTP/1.1" 200 115 1.799711 10.0.0.38 - - [2025-09-08 02:29:59] "DELETE /project/e53a7107-f433-4f32-b752-633bf39aaf44 HTTP/1.1" 200 115 1.768669 10.0.0.41 - - [2025-09-08 02:29:59] "POST /neutron/security_group HTTP/1.1" 200 2054 0.025217 10.0.0.41 - - [2025-09-08 02:30:00] "GET /virtual-machine/1fac88fa-c987-4a69-ac53-9db7d3d1ba6e HTTP/1.1" 401 292 0.000468 10.0.0.41 - - [2025-09-08 02:30:00] "GET /virtual-machine/1fac88fa-c987-4a69-ac53-9db7d3d1ba6e HTTP/1.1" 200 1284 0.032867 10.0.0.41 - - [2025-09-08 02:30:00] "GET /virtual-machine-interface/8c8683b1-0e99-44df-b171-0638fa375a63 HTTP/1.1" 200 2925 0.006150 10.0.0.41 - - [2025-09-08 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.41 - - [2025-09-08 02:30:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005199 10.0.0.41 - - [2025-09-08 02:30:00] "GET /virtual-networks?parent_id=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004852 10.0.0.41 - - [2025-09-08 02:30:00] "GET /virtual-network/1c878942-9d02-4130-9be2-429bbc022189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007939 10.0.0.41 - - [2025-09-08 02:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.41 - - [2025-09-08 02:30:03] "GET /virtual-network/1c878942-9d02-4130-9be2-429bbc022189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007149 10.0.0.41 - - [2025-09-08 02:30:05] "POST /neutron/port HTTP/1.1" 200 1085 0.020434 10.0.0.41 - - [2025-09-08 02:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.41 - - [2025-09-08 02:30:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004470 10.0.0.41 - - [2025-09-08 02:30:05] "GET /virtual-networks?parent_id=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003008 10.0.0.41 - - [2025-09-08 02:30:05] "GET /virtual-network/1c878942-9d02-4130-9be2-429bbc022189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.008737 10.0.0.41 - - [2025-09-08 02:30:05] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008381 10.0.0.41 - - [2025-09-08 02:30:08] "POST /neutron/port HTTP/1.1" 200 1084 0.038753 10.0.0.41 - - [2025-09-08 02:30:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005581 10.0.0.41 - - [2025-09-08 02:30:08] "POST /neutron/network HTTP/1.1" 200 979 0.010618 10.0.0.41 - - [2025-09-08 02:30:11] "POST /neutron/port HTTP/1.1" 200 1084 0.017309 10.0.0.41 - - [2025-09-08 02:30:11] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011612 10.0.0.41 - - [2025-09-08 02:30:11] "GET /virtual-machine/cc7bcd7c-2530-44e4-b02a-c66e3f9591f5 HTTP/1.1" 200 1285 0.006622 10.0.0.41 - - [2025-09-08 02:30:11] "GET /virtual-machine-interface/ef3f7698-bd97-4fad-9a6f-aa311dd9d695 HTTP/1.1" 200 2925 0.006853 10.0.0.41 - - [2025-09-08 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.41 - - [2025-09-08 02:30:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004282 10.0.0.41 - - [2025-09-08 02:30:11] "GET /virtual-networks?parent_id=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003599 10.0.0.41 - - [2025-09-08 02:30:11] "GET /virtual-network/1c878942-9d02-4130-9be2-429bbc022189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007375 10.0.0.41 - - [2025-09-08 02:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.41 - - [2025-09-08 02:30:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007550 10.0.0.41 - - [2025-09-08 02:30:12] "GET /virtual-networks?parent_id=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.004238 10.0.0.41 - - [2025-09-08 02:30:12] "GET /virtual-network/1c878942-9d02-4130-9be2-429bbc022189?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006347 10.0.0.41 - - [2025-09-08 02:30:16] "POST /neutron/network HTTP/1.1" 200 989 0.009998 10.0.0.41 - - [2025-09-08 02:30:16] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.41 - - [2025-09-08 02:30:16] "POST /neutron/port HTTP/1.1" 200 1110 0.013568 10.0.0.41 - - [2025-09-08 02:30:17] "POST /neutron/port HTTP/1.1" 200 1111 0.014928 10.0.0.41 - - [2025-09-08 02:30:17] "POST /neutron/port HTTP/1.1" 400 205 0.004971 10.0.0.41 - - [2025-09-08 02:30:17] "POST /neutron/network HTTP/1.1" 200 979 0.015418 10.0.0.27 - - [2025-09-08 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.006711 10.0.0.38 - - [2025-09-08 02:30:19] "GET /projects?obj_uuids=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001127 10.0.0.41 - - [2025-09-08 02:30:19] "GET /project/55cc3422-c74a-4ea4-9892-a61768bd9fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.058064 10.0.0.38 - - [2025-09-08 02:30:19] "GET /projects?obj_uuids=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001257 10.0.0.41 - - [2025-09-08 02:30:19] "GET /project/55cc3422-c74a-4ea4-9892-a61768bd9fa9?fields=virtual_networks HTTP/1.1" 200 1024 0.059270 10.0.0.38 - - [2025-09-08 02:30:19] "GET /projects?obj_uuids=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001341 10.0.0.41 - - [2025-09-08 02:30:19] "GET /project/55cc3422-c74a-4ea4-9892-a61768bd9fa9?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.056481 10.0.0.38 - - [2025-09-08 02:30:19] "GET /projects?obj_uuids=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001277 10.0.0.41 - - [2025-09-08 02:30:19] "GET /project/55cc3422-c74a-4ea4-9892-a61768bd9fa9?fields=security_groups HTTP/1.1" 200 1246 0.047977 10.0.0.41 - - [2025-09-08 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.026848 10.0.0.38 - - [2025-09-08 02:30:20] "GET /projects?obj_uuids=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003988 10.0.0.38 - - [2025-09-08 02:30:20] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001650 10.0.0.38 - - [2025-09-08 02:30:20] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010980 10.0.0.38 - - [2025-09-08 02:30:20] "POST /id-to-fqname HTTP/1.1" 200 188 0.001300 10.0.0.38 - - [2025-09-08 02:30:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.006218 10.0.0.38 - - [2025-09-08 02:30:20] "POST /security-groups HTTP/1.1" 200 589 0.035327 10.0.0.38 - - [2025-09-08 02:30:20] "POST /projects HTTP/1.1" 200 581 0.270770 10.0.0.38 - - [2025-09-08 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.307341 10.0.0.27 - - [2025-09-08 02:30:20] "POST /access-control-lists HTTP/1.1" 200 594 0.029281 10.0.0.41 - - [2025-09-08 02:30:20] "GET /project/f40444fe-c1bf-41fb-ab99-bc37e1f018d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.488466 10.0.0.41 - - [2025-09-08 02:30:22] "GET / HTTP/1.1" 200 35931 0.002450 10.0.0.41 - - [2025-09-08 02:30:23] "POST /fqname-to-id HTTP/1.1" 401 292 0.000535 10.0.0.41 - - [2025-09-08 02:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.059851 10.0.0.38 - - [2025-09-08 02:30:24] "GET /projects?obj_uuids=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001195 10.0.0.41 - - [2025-09-08 02:30:24] "GET /project/f40444fe-c1bf-41fb-ab99-bc37e1f018d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054299 10.0.0.38 - - [2025-09-08 02:30:24] "GET /projects?obj_uuids=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001435 10.0.0.41 - - [2025-09-08 02:30:24] "POST /neutron/network HTTP/1.1" 200 605 0.158957 10.0.0.27 - - [2025-09-08 02:30:24] "POST /route-targets HTTP/1.1" 200 327 0.016382 10.0.0.41 - - [2025-09-08 02:30:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.004433 10.0.0.41 - - [2025-09-08 02:30:25] "GET /virtual-network/55022e60-914e-4c70-bc9e-f360132bb518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007256 10.0.0.41 - - [2025-09-08 02:30:25] "POST /neutron/network HTTP/1.1" 200 824 0.008094 10.0.0.41 - - [2025-09-08 02:30:25] "GET /virtual-network/55022e60-914e-4c70-bc9e-f360132bb518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.010174 10.0.0.41 - - [2025-09-08 02:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.38 - - [2025-09-08 02:30:25] "GET /projects?obj_uuids=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001114 10.0.0.41 - - [2025-09-08 02:30:25] "GET /project/f40444fe-c1bf-41fb-ab99-bc37e1f018d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041333 10.0.0.41 - - [2025-09-08 02:30:25] "POST /neutron/network HTTP/1.1" 200 117 0.019774 10.0.0.27 - - [2025-09-08 02:30:25] "POST /ref-update HTTP/1.1" 200 156 0.025458 10.0.0.41 - - [2025-09-08 02:30:25] "POST /neutron/network HTTP/1.1" 200 824 0.010140 10.0.0.41 - - [2025-09-08 02:30:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.001443 10.0.0.41 - - [2025-09-08 02:30:25] "GET /virtual-network/076b1f96-8edd-42f6-b405-051a8114289d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006562 10.0.0.41 - - [2025-09-08 02:30:25] "GET /virtual-network/076b1f96-8edd-42f6-b405-051a8114289d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007692 10.0.0.41 - - [2025-09-08 02:30:25] "POST /neutron/subnet HTTP/1.1" 200 725 0.010257 10.0.0.41 - - [2025-09-08 02:30:25] "POST /id-to-fqname HTTP/1.1" 200 219 0.001889 10.0.0.38 - - [2025-09-08 02:30:26] "GET /projects?obj_uuids=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001128 10.0.0.41 - - [2025-09-08 02:30:26] "GET /project/f40444fe-c1bf-41fb-ab99-bc37e1f018d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.079473 10.0.0.41 - - [2025-09-08 02:30:26] "POST /neutron/port HTTP/1.1" 200 117 0.008524 10.0.0.41 - - [2025-09-08 02:30:27] "POST /id-to-fqname HTTP/1.1" 200 219 0.001535 10.0.0.41 - - [2025-09-08 02:30:27] "POST /neutron/network HTTP/1.1" 200 834 0.007012 10.0.0.41 - - [2025-09-08 02:30:28] "POST /neutron/port HTTP/1.1" 200 1058 0.019312 10.0.0.38 - - [2025-09-08 02:30:28] "GET /projects?obj_uuids=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001801 10.0.0.41 - - [2025-09-08 02:30:28] "GET /project/f40444fe-c1bf-41fb-ab99-bc37e1f018d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.120484 10.0.0.41 - - [2025-09-08 02:30:28] "POST /neutron/port HTTP/1.1" 200 1086 0.023596 10.0.0.41 - - [2025-09-08 02:30:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.010911 10.0.0.41 - - [2025-09-08 02:30:28] "POST /neutron/port HTTP/1.1" 200 1086 0.020218 10.0.0.38 - - [2025-09-08 02:30:28] "GET /projects?obj_uuids=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.41 - - [2025-09-08 02:30:28] "POST /neutron/router HTTP/1.1" 200 580 0.121507 10.0.0.27 - - [2025-09-08 02:30:29] "POST /ref-update HTTP/1.1" 200 156 0.032282 10.0.0.41 - - [2025-09-08 02:30:29] "POST /neutron/network HTTP/1.1" 200 834 0.008895 10.0.0.41 - - [2025-09-08 02:30:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.033547 10.0.0.41 - - [2025-09-08 02:30:29] "POST /neutron/port HTTP/1.1" 200 1112 0.131534 10.0.0.41 - - [2025-09-08 02:30:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.010516 10.0.0.41 - - [2025-09-08 02:30:34] "POST /neutron/port HTTP/1.1" 200 1086 0.017575 10.0.0.41 - - [2025-09-08 02:30:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009317 10.0.0.41 - - [2025-09-08 02:30:34] "GET /virtual-machine/7cb21796-91ef-48ac-b4b7-6b0f0c42798e HTTP/1.1" 401 292 0.000476 10.0.0.41 - - [2025-09-08 02:30:34] "GET /virtual-machine/7cb21796-91ef-48ac-b4b7-6b0f0c42798e HTTP/1.1" 200 1290 0.030376 10.0.0.41 - - [2025-09-08 02:30:35] "GET /virtual-machine-interface/2a7428e4-b9d1-4f89-ade8-02d5c1054860 HTTP/1.1" 200 2934 0.006750 10.0.0.41 - - [2025-09-08 02:30:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.41 - - [2025-09-08 02:30:35] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004638 10.0.0.41 - - [2025-09-08 02:30:35] "GET /virtual-networks?parent_id=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003560 10.0.0.41 - - [2025-09-08 02:30:35] "GET /virtual-network/55022e60-914e-4c70-bc9e-f360132bb518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006296 10.0.0.41 - - [2025-09-08 02:30:37] "POST /neutron/port HTTP/1.1" 200 1086 0.018326 10.0.0.41 - - [2025-09-08 02:30:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.41 - - [2025-09-08 02:30:38] "GET /virtual-network/55022e60-914e-4c70-bc9e-f360132bb518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006675 10.0.0.41 - - [2025-09-08 02:30:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008056 10.0.0.41 - - [2025-09-08 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004893 10.0.0.41 - - [2025-09-08 02:30:40] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006399 10.0.0.41 - - [2025-09-08 02:30:40] "GET /virtual-networks?parent_id=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.004573 10.0.0.41 - - [2025-09-08 02:30:40] "GET /virtual-network/55022e60-914e-4c70-bc9e-f360132bb518?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006347 10.0.0.41 - - [2025-09-08 02:30:40] "POST /neutron/port HTTP/1.1" 200 1086 0.018354 10.0.0.41 - - [2025-09-08 02:30:40] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007908 10.0.0.41 - - [2025-09-08 02:30:40] "GET /virtual-machine/3580c6b0-36fe-46fc-be98-56e8ed17e4ab HTTP/1.1" 200 1290 0.007169 10.0.0.41 - - [2025-09-08 02:30:40] "GET /virtual-machine-interface/82218c10-536a-4cf4-90cb-75d4c40ca8e5 HTTP/1.1" 200 2934 0.006158 10.0.0.41 - - [2025-09-08 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003695 10.0.0.41 - - [2025-09-08 02:30:40] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004896 10.0.0.41 - - [2025-09-08 02:30:40] "GET /virtual-networks?parent_id=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003608 10.0.0.41 - - [2025-09-08 02:30:40] "GET /virtual-network/076b1f96-8edd-42f6-b405-051a8114289d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006671 10.0.0.41 - - [2025-09-08 02:30:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.41 - - [2025-09-08 02:30:42] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004140 10.0.0.41 - - [2025-09-08 02:30:42] "GET /virtual-networks?parent_id=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003522 10.0.0.41 - - [2025-09-08 02:30:42] "GET /virtual-network/076b1f96-8edd-42f6-b405-051a8114289d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006426 10.0.0.41 - - [2025-09-08 02:30:47] "POST /neutron/port HTTP/1.1" 200 1884 0.056300 10.0.0.41 - - [2025-09-08 02:30:52] "POST /neutron/router HTTP/1.1" 200 580 0.006935 10.0.0.27 - - [2025-09-08 02:30:53] "POST /ref-update HTTP/1.1" 200 156 0.017113 10.0.0.38 - - [2025-09-08 02:30:59] "DELETE /project/f40444fec1bf41fbab99bc37e1f018d8 HTTP/1.1" 404 173 0.031574 10.0.0.38 - - [2025-09-08 02:30:59] "GET /projects?obj_uuids=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001153 10.0.0.38 - - [2025-09-08 02:30:59] "GET /project/55cc3422-c74a-4ea4-9892-a61768bd9fa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1452 0.074372 10.0.0.38 - - [2025-09-08 02:30:59] "GET /projects?obj_uuids=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001412 10.0.0.38 - - [2025-09-08 02:31:00] "GET /project/55cc3422-c74a-4ea4-9892-a61768bd9fa9?fields=security_groups HTTP/1.1" 200 1351 0.051011 10.0.0.38 - - [2025-09-08 02:31:00] "DELETE /security-group/b8dd7660-b39b-4526-9f69-ec4a0538024b HTTP/1.1" 200 115 0.080755 10.0.0.38 - - [2025-09-08 02:31:00] "GET /projects?obj_uuids=55cc3422-c74a-4ea4-9892-a61768bd9fa9&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001423 10.0.0.38 - - [2025-09-08 02:31:00] "GET /project/55cc3422-c74a-4ea4-9892-a61768bd9fa9?fields=application_policy_sets HTTP/1.1" 200 1390 0.059202 10.0.0.41 - - [2025-09-08 02:31:00] "POST /neutron/router HTTP/1.1" 200 344 0.276674 10.0.0.38 - - [2025-09-08 02:31:00] "DELETE /project/55cc3422-c74a-4ea4-9892-a61768bd9fa9 HTTP/1.1" 200 115 0.580078 10.0.0.27 - - [2025-09-08 02:31:00] "POST /ref-update HTTP/1.1" 200 156 0.042981 10.0.0.41 - - [2025-09-08 02:31:00] "POST /neutron/router HTTP/1.1" 200 580 0.007534 10.0.0.27 - - [2025-09-08 02:31:00] "DELETE /route-target/67e0b907-b615-4177-8be4-b1ff2d4986ee HTTP/1.1" 200 115 0.035823 10.0.0.41 - - [2025-09-08 02:31:00] "POST /neutron/network HTTP/1.1" 400 204 0.019508 10.0.0.41 - - [2025-09-08 02:31:01] "POST /neutron/port HTTP/1.1" 200 151 0.233614 10.0.0.41 - - [2025-09-08 02:31:01] "POST /neutron/port HTTP/1.1" 200 151 0.241046 10.0.0.41 - - [2025-09-08 02:31:03] "POST /neutron/network HTTP/1.1" 200 824 0.016003 10.0.0.27 - - [2025-09-08 02:31:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008715 10.0.0.38 - - [2025-09-08 02:31:04] "GET /projects?obj_uuids=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001660 10.0.0.41 - - [2025-09-08 02:31:04] "GET /project/f40444fe-c1bf-41fb-ab99-bc37e1f018d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.060453 10.0.0.38 - - [2025-09-08 02:31:04] "GET /projects?obj_uuids=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001321 10.0.0.41 - - [2025-09-08 02:31:04] "GET /project/f40444fe-c1bf-41fb-ab99-bc37e1f018d8?fields=virtual_networks HTTP/1.1" 200 1029 0.049428 10.0.0.38 - - [2025-09-08 02:31:04] "GET /projects?obj_uuids=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001156 10.0.0.41 - - [2025-09-08 02:31:04] "GET /project/f40444fe-c1bf-41fb-ab99-bc37e1f018d8?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.053131 10.0.0.38 - - [2025-09-08 02:31:04] "GET /projects?obj_uuids=f40444fe-c1bf-41fb-ab99-bc37e1f018d8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001271 10.0.0.41 - - [2025-09-08 02:31:05] "GET /project/f40444fe-c1bf-41fb-ab99-bc37e1f018d8?fields=security_groups HTTP/1.1" 200 1253 0.063558 10.0.0.41 - - [2025-09-08 02:31:05] "POST /fqname-to-id HTTP/1.1" 404 191 0.030788 10.0.0.38 - - [2025-09-08 02:31:05] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003700 10.0.0.38 - - [2025-09-08 02:31:06] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001107 10.0.0.38 - - [2025-09-08 02:31:06] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007717 10.0.0.38 - - [2025-09-08 02:31:06] "POST /id-to-fqname HTTP/1.1" 200 193 0.002969 10.0.0.38 - - [2025-09-08 02:31:06] "POST /fqname-to-id HTTP/1.1" 404 202 0.005790 10.0.0.38 - - [2025-09-08 02:31:06] "POST /security-groups HTTP/1.1" 200 594 0.078002 10.0.0.38 - - [2025-09-08 02:31:06] "POST /projects HTTP/1.1" 200 591 0.308762 10.0.0.27 - - [2025-09-08 02:31:06] "POST /access-control-lists HTTP/1.1" 200 599 0.043103 10.0.0.38 - - [2025-09-08 02:31:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.383236 10.0.0.41 - - [2025-09-08 02:31:06] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.525285 10.0.0.41 - - [2025-09-08 02:31:07] "GET / HTTP/1.1" 200 35931 0.001686 10.0.0.41 - - [2025-09-08 02:31:09] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000476 10.0.0.38 - - [2025-09-08 02:31:10] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001245 10.0.0.41 - - [2025-09-08 02:31:10] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.081601 10.0.0.41 - - [2025-09-08 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.41 - - [2025-09-08 02:31:10] "GET /security-group/16dcac66-1cea-42e8-8ef4-953a7b83f30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.008524 10.0.0.41 - - [2025-09-08 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.38 - - [2025-09-08 02:31:10] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001092 10.0.0.41 - - [2025-09-08 02:31:10] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.046999 10.0.0.41 - - [2025-09-08 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.41 - - [2025-09-08 02:31:10] "GET /security-group/16dcac66-1cea-42e8-8ef4-953a7b83f30d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.005832 10.0.0.41 - - [2025-09-08 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.41 - - [2025-09-08 02:31:10] "PUT /security-group/16dcac66-1cea-42e8-8ef4-953a7b83f30d HTTP/1.1" 200 262 0.029778 10.0.0.27 - - [2025-09-08 02:31:10] "PUT /access-control-list/67687456-cdd4-4b81-9f08-e081d24f41cf HTTP/1.1" 200 272 0.017272 10.0.0.41 - - [2025-09-08 02:31:10] "POST /fqname-to-id HTTP/1.1" 404 202 0.013625 10.0.0.41 - - [2025-09-08 02:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.38 - - [2025-09-08 02:31:10] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003121 10.0.0.41 - - [2025-09-08 02:31:10] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.054688 10.0.0.38 - - [2025-09-08 02:31:11] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001083 10.0.0.41 - - [2025-09-08 02:31:11] "POST /neutron/network HTTP/1.1" 200 608 0.180252 10.0.0.27 - - [2025-09-08 02:31:11] "POST /ref-update HTTP/1.1" 200 156 0.046247 10.0.0.41 - - [2025-09-08 02:31:11] "POST /id-to-fqname HTTP/1.1" 200 223 0.003435 10.0.0.41 - - [2025-09-08 02:31:11] "GET /virtual-network/6a2d83cc-73eb-4c84-bfc0-d9a290989027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006025 10.0.0.41 - - [2025-09-08 02:31:11] "POST /neutron/network HTTP/1.1" 200 828 0.007450 10.0.0.41 - - [2025-09-08 02:31:11] "GET /virtual-network/6a2d83cc-73eb-4c84-bfc0-d9a290989027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005813 10.0.0.41 - - [2025-09-08 02:31:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.38 - - [2025-09-08 02:31:11] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001108 10.0.0.41 - - [2025-09-08 02:31:11] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.051042 10.0.0.41 - - [2025-09-08 02:31:11] "POST /neutron/network HTTP/1.1" 200 117 0.013535 10.0.0.41 - - [2025-09-08 02:31:12] "POST /neutron/network HTTP/1.1" 200 832 0.018063 10.0.0.41 - - [2025-09-08 02:31:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001318 10.0.0.41 - - [2025-09-08 02:31:12] "GET /virtual-network/45eb3a5e-5ff5-49f6-b3cf-c08d37c66f06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006266 10.0.0.41 - - [2025-09-08 02:31:12] "GET /virtual-network/45eb3a5e-5ff5-49f6-b3cf-c08d37c66f06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006024 10.0.0.41 - - [2025-09-08 02:31:12] "POST /neutron/subnet HTTP/1.1" 200 715 0.010022 10.0.0.41 - - [2025-09-08 02:31:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001258 10.0.0.27 - - [2025-09-08 02:31:13] "GET /obj-perms HTTP/1.1" 200 5056 0.135752 10.0.0.38 - - [2025-09-08 02:31:13] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001041 10.0.0.41 - - [2025-09-08 02:31:13] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.072861 10.0.0.41 - - [2025-09-08 02:31:14] "POST /neutron/port HTTP/1.1" 200 117 0.007292 10.0.0.41 - - [2025-09-08 02:31:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001414 10.0.0.41 - - [2025-09-08 02:31:14] "POST /neutron/network HTTP/1.1" 200 842 0.007493 10.0.0.41 - - [2025-09-08 02:31:15] "POST /neutron/port HTTP/1.1" 200 1064 0.019157 10.0.0.38 - - [2025-09-08 02:31:15] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001700 10.0.0.41 - - [2025-09-08 02:31:15] "POST /neutron/port HTTP/1.1" 200 1092 0.021417 10.0.0.41 - - [2025-09-08 02:31:15] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.084933 10.0.0.41 - - [2025-09-08 02:31:15] "POST /neutron/subnet HTTP/1.1" 200 703 0.010427 10.0.0.41 - - [2025-09-08 02:31:15] "POST /neutron/port HTTP/1.1" 200 1092 0.019845 10.0.0.38 - - [2025-09-08 02:31:15] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001107 10.0.0.41 - - [2025-09-08 02:31:15] "POST /neutron/router HTTP/1.1" 200 585 0.096306 10.0.0.27 - - [2025-09-08 02:31:15] "POST /route-targets HTTP/1.1" 200 327 0.021814 10.0.0.41 - - [2025-09-08 02:31:16] "POST /neutron/router HTTP/1.1" 200 656 0.012594 10.0.0.27 - - [2025-09-08 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.009486 10.0.0.38 - - [2025-09-08 02:31:16] "POST /useragent-kv HTTP/1.1" 200 115 0.020850 10.0.0.27 - - [2025-09-08 02:31:16] "POST /virtual-networks HTTP/1.1" 200 694 0.156501 10.0.0.27 - - [2025-09-08 02:31:16] "POST /ref-update HTTP/1.1" 200 156 0.039692 10.0.0.27 - - [2025-09-08 02:31:16] "PUT /logical-router/ff64b5ef-5727-468f-8bf5-cfe935f10e4e HTTP/1.1" 200 262 0.051136 10.0.0.38 - - [2025-09-08 02:31:16] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001097 10.0.0.27 - - [2025-09-08 02:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.27 - - [2025-09-08 02:31:16] "POST /chown HTTP/1.1" 200 109 0.032357 10.0.0.41 - - [2025-09-08 02:31:17] "POST /neutron/port HTTP/1.1" 200 1061 0.482528 10.0.0.41 - - [2025-09-08 02:31:17] "POST /neutron/port HTTP/1.1" 200 1061 0.029792 10.0.0.27 - - [2025-09-08 02:31:17] "POST /chown HTTP/1.1" 200 109 0.048926 10.0.0.27 - - [2025-09-08 02:31:17] "POST /ref-update HTTP/1.1" 200 156 0.043120 10.0.0.41 - - [2025-09-08 02:31:17] "POST /neutron/port HTTP/1.1" 200 1092 0.047009 10.0.0.41 - - [2025-09-08 02:31:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008808 10.0.0.41 - - [2025-09-08 02:31:17] "POST /neutron/port HTTP/1.1" 200 117 0.002131 10.0.0.27 - - [2025-09-08 02:31:17] "POST /instance-ips HTTP/1.1" 200 549 0.083689 10.0.0.27 - - [2025-09-08 02:31:17] "PUT /virtual-machine-interface/bbdf5ebc-50a6-4584-a46f-a7ad1d9699af HTTP/1.1" 200 284 0.037690 10.0.0.41 - - [2025-09-08 02:31:17] "POST /neutron/subnet HTTP/1.1" 200 703 0.027548 10.0.0.27 - - [2025-09-08 02:31:17] "POST /ref-update HTTP/1.1" 200 156 0.066170 10.0.0.27 - - [2025-09-08 02:31:17] "PUT /routing-instance/975eb88b-3bc6-4f18-9514-019257be5af1 HTTP/1.1" 200 266 0.048370 10.0.0.27 - - [2025-09-08 02:31:18] "POST /chown HTTP/1.1" 200 109 0.033607 10.0.0.27 - - [2025-09-08 02:31:18] "PUT /virtual-machine-interface/2473e051-31b4-4af5-99ff-286b6992ec48 HTTP/1.1" 200 284 0.026781 10.0.0.27 - - [2025-09-08 02:31:18] "POST /ref-update HTTP/1.1" 200 156 0.049690 10.0.0.27 - - [2025-09-08 02:31:18] "POST /instance-ips HTTP/1.1" 400 316 0.059757 10.0.0.27 - - [2025-09-08 02:31:18] "PUT /instance-ip/86fa4863-5bca-4235-91e7-db5967822b53 HTTP/1.1" 200 256 0.062346 10.0.0.27 - - [2025-09-08 02:31:18] "POST /ref-update HTTP/1.1" 200 156 0.050238 10.0.0.27 - - [2025-09-08 02:31:18] "POST /ref-update HTTP/1.1" 200 156 0.039278 10.0.0.41 - - [2025-09-08 02:31:21] "POST /neutron/port HTTP/1.1" 200 1092 0.030036 10.0.0.41 - - [2025-09-08 02:31:21] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008166 10.0.0.41 - - [2025-09-08 02:31:22] "GET /virtual-machine/99ada338-446f-4507-9042-c37cc738f046 HTTP/1.1" 401 292 0.000473 10.0.0.41 - - [2025-09-08 02:31:22] "GET /virtual-machine/99ada338-446f-4507-9042-c37cc738f046 HTTP/1.1" 200 1296 0.030224 10.0.0.41 - - [2025-09-08 02:31:22] "GET /virtual-machine-interface/7cfb2477-6481-4601-913f-0032c420de23 HTTP/1.1" 200 2956 0.006616 10.0.0.41 - - [2025-09-08 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.41 - - [2025-09-08 02:31:22] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004228 10.0.0.41 - - [2025-09-08 02:31:22] "GET /virtual-networks?parent_id=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.009483 10.0.0.41 - - [2025-09-08 02:31:22] "GET /virtual-network/6a2d83cc-73eb-4c84-bfc0-d9a290989027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006365 10.0.0.41 - - [2025-09-08 02:31:24] "POST /neutron/port HTTP/1.1" 200 1092 0.016471 10.0.0.41 - - [2025-09-08 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.41 - - [2025-09-08 02:31:25] "GET /virtual-network/6a2d83cc-73eb-4c84-bfc0-d9a290989027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006453 10.0.0.41 - - [2025-09-08 02:31:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.41 - - [2025-09-08 02:31:27] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005596 10.0.0.41 - - [2025-09-08 02:31:27] "GET /virtual-networks?parent_id=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004224 10.0.0.41 - - [2025-09-08 02:31:27] "GET /virtual-network/6a2d83cc-73eb-4c84-bfc0-d9a290989027?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006982 10.0.0.41 - - [2025-09-08 02:31:28] "POST /neutron/port HTTP/1.1" 200 1089 0.019481 10.0.0.41 - - [2025-09-08 02:31:28] "POST /neutron/port HTTP/1.1" 200 1089 0.018271 10.0.0.41 - - [2025-09-08 02:31:28] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008673 10.0.0.41 - - [2025-09-08 02:31:28] "GET /virtual-machine/856832e3-2e6f-4cdf-a462-b47e7d8577c9 HTTP/1.1" 200 1295 0.006620 10.0.0.41 - - [2025-09-08 02:31:28] "GET /virtual-machine-interface/499f7a1b-ce4e-4434-80b3-a8567c8fa77c HTTP/1.1" 200 2967 0.006837 10.0.0.41 - - [2025-09-08 02:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.41 - - [2025-09-08 02:31:28] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003847 10.0.0.41 - - [2025-09-08 02:31:28] "GET /virtual-networks?parent_id=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004002 10.0.0.41 - - [2025-09-08 02:31:28] "GET /virtual-network/45eb3a5e-5ff5-49f6-b3cf-c08d37c66f06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006679 10.0.0.41 - - [2025-09-08 02:31:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004686 10.0.0.41 - - [2025-09-08 02:31:29] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005628 10.0.0.41 - - [2025-09-08 02:31:29] "GET /virtual-networks?parent_id=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004266 10.0.0.41 - - [2025-09-08 02:31:29] "GET /virtual-network/45eb3a5e-5ff5-49f6-b3cf-c08d37c66f06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006999 10.0.0.41 - - [2025-09-08 02:31:39] "POST /neutron/router HTTP/1.1" 200 656 0.012981 10.0.0.27 - - [2025-09-08 02:31:39] "PUT /logical-router/ff64b5ef-5727-468f-8bf5-cfe935f10e4e HTTP/1.1" 500 213 0.112834 10.0.0.41 - - [2025-09-08 02:31:39] "POST /neutron/router HTTP/1.1" 200 151 0.191943 10.0.0.27 - - [2025-09-08 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.009728 10.0.0.27 - - [2025-09-08 02:31:39] "PUT /routing-instance/975eb88b-3bc6-4f18-9514-019257be5af1 HTTP/1.1" 200 266 0.029325 10.0.0.27 - - [2025-09-08 02:31:39] "DELETE /route-table/2bdcdbd6-3a91-4d81-9dd1-4974b27d070e HTTP/1.1" 200 115 0.048732 10.0.0.27 - - [2025-09-08 02:31:39] "POST /ref-update HTTP/1.1" 200 156 0.020709 10.0.0.38 - - [2025-09-08 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007600 10.0.0.38 - - [2025-09-08 02:31:40] "POST /useragent-kv HTTP/1.1" 200 115 0.007545 10.0.0.27 - - [2025-09-08 02:31:40] "DELETE /virtual-network/c38f1b02-826b-4064-a197-c4b739c58d6a HTTP/1.1" 200 115 0.229215 10.0.0.41 - - [2025-09-08 02:31:40] "POST /neutron/port HTTP/1.1" 200 1089 0.018531 10.0.0.27 - - [2025-09-08 02:31:40] "POST /ref-update HTTP/1.1" 200 156 0.027715 10.0.0.27 - - [2025-09-08 02:31:40] "GET /virtual-machine-interface/bbdf5ebc-50a6-4584-a46f-a7ad1d9699af?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1334 0.007758 10.0.0.41 - - [2025-09-08 02:31:40] "POST /neutron/port HTTP/1.1" 200 1092 0.040108 10.0.0.27 - - [2025-09-08 02:31:40] "DELETE /virtual-machine/a3bf587b-076a-449c-b5dd-350f28ea6194 HTTP/1.1" 200 115 0.054885 10.0.0.27 - - [2025-09-08 02:31:40] "GET /virtual-machine-interface/2473e051-31b4-4af5-99ff-286b6992ec48?fields=instance_ip_back_refs%2Cinterface_route_table_refs%2Cfloating_ip_back_refs HTTP/1.1" 200 1653 0.008909 10.0.0.27 - - [2025-09-08 02:31:40] "DELETE /instance-ip/99e2bbcc-e951-4225-906b-1cf61583fe08 HTTP/1.1" 200 115 0.104491 10.0.0.27 - - [2025-09-08 02:31:41] "DELETE /virtual-machine/0380ba30-21c9-4118-aac1-301f3fa35949 HTTP/1.1" 200 115 0.059936 10.0.0.41 - - [2025-09-08 02:31:42] "POST /neutron/network HTTP/1.1" 200 832 0.008587 10.0.0.27 - - [2025-09-08 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.38 - - [2025-09-08 02:31:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003210 10.0.0.38 - - [2025-09-08 02:31:42] "POST /useragent-kv HTTP/1.1" 200 115 0.003599 10.0.0.41 - - [2025-09-08 02:31:42] "POST /neutron/network HTTP/1.1" 200 151 0.151278 10.0.0.27 - - [2025-09-08 02:31:42] "DELETE /route-target/f6cab8e9-c4a5-4549-9198-7bf93ac859fa HTTP/1.1" 200 115 0.039234 10.0.0.38 - - [2025-09-08 02:31:43] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001128 10.0.0.41 - - [2025-09-08 02:31:43] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.051410 10.0.0.38 - - [2025-09-08 02:31:43] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001848 10.0.0.41 - - [2025-09-08 02:31:43] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?fields=virtual_networks HTTP/1.1" 200 1039 0.061824 10.0.0.38 - - [2025-09-08 02:31:43] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001172 10.0.0.41 - - [2025-09-08 02:31:43] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.037908 10.0.0.38 - - [2025-09-08 02:31:44] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001096 10.0.0.41 - - [2025-09-08 02:31:44] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?fields=security_groups HTTP/1.1" 200 1268 0.040535 10.0.0.41 - - [2025-09-08 02:31:44] "POST /fqname-to-id HTTP/1.1" 404 196 0.029686 10.0.0.38 - - [2025-09-08 02:31:45] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004171 10.0.0.38 - - [2025-09-08 02:31:45] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.38 - - [2025-09-08 02:31:45] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007741 10.0.0.38 - - [2025-09-08 02:31:45] "POST /id-to-fqname HTTP/1.1" 200 198 0.002495 10.0.0.38 - - [2025-09-08 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.006463 10.0.0.38 - - [2025-09-08 02:31:45] "POST /security-groups HTTP/1.1" 200 599 0.073877 10.0.0.27 - - [2025-09-08 02:31:45] "POST /fqname-to-id HTTP/1.1" 404 242 0.004631 10.0.0.38 - - [2025-09-08 02:31:45] "POST /projects HTTP/1.1" 200 601 0.287609 10.0.0.38 - - [2025-09-08 02:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.360505 10.0.0.27 - - [2025-09-08 02:31:45] "POST /access-control-lists HTTP/1.1" 200 602 0.042633 10.0.0.41 - - [2025-09-08 02:31:45] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.527742 10.0.0.41 - - [2025-09-08 02:31:46] "GET / HTTP/1.1" 200 35931 0.001564 10.0.0.41 - - [2025-09-08 02:31:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000585 10.0.0.41 - - [2025-09-08 02:31:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.064956 10.0.0.38 - - [2025-09-08 02:31:49] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.41 - - [2025-09-08 02:31:49] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052213 10.0.0.38 - - [2025-09-08 02:31:49] "POST /useragent-kv HTTP/1.1" 200 115 0.010461 10.0.0.41 - - [2025-09-08 02:31:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.296290 10.0.0.41 - - [2025-09-08 02:31:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001875 10.0.0.41 - - [2025-09-08 02:31:50] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008726 10.0.0.41 - - [2025-09-08 02:31:50] "POST /neutron/network HTTP/1.1" 200 1006 0.009974 10.0.0.41 - - [2025-09-08 02:31:50] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005615 10.0.0.41 - - [2025-09-08 02:31:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.011625 10.0.0.41 - - [2025-09-08 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.38 - - [2025-09-08 02:31:50] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001074 10.0.0.41 - - [2025-09-08 02:31:50] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043596 10.0.0.27 - - [2025-09-08 02:31:50] "POST /route-targets HTTP/1.1" 200 327 0.013853 10.0.0.38 - - [2025-09-08 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.010766 10.0.0.41 - - [2025-09-08 02:31:50] "POST /neutron/subnet HTTP/1.1" 200 715 0.249290 10.0.0.27 - - [2025-09-08 02:31:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.035370 10.0.0.41 - - [2025-09-08 02:31:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001567 10.0.0.41 - - [2025-09-08 02:31:51] "GET /virtual-network/ea994bfc-d270-4b7a-9228-dffef01e1a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.009078 10.0.0.41 - - [2025-09-08 02:31:51] "POST /neutron/network HTTP/1.1" 200 1004 0.010853 10.0.0.41 - - [2025-09-08 02:31:51] "GET /virtual-network/ea994bfc-d270-4b7a-9228-dffef01e1a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006227 10.0.0.41 - - [2025-09-08 02:31:51] "POST /neutron/subnet HTTP/1.1" 200 828 0.009842 10.0.0.41 - - [2025-09-08 02:31:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.003091 10.0.0.41 - - [2025-09-08 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.38 - - [2025-09-08 02:31:51] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001173 10.0.0.41 - - [2025-09-08 02:31:51] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.053528 10.0.0.41 - - [2025-09-08 02:31:51] "POST /network-policys HTTP/1.1" 200 577 0.035785 10.0.0.41 - - [2025-09-08 02:31:51] "GET /network-policy/6ab2c85d-7d99-4577-81f1-7575dba4fbce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.006653 10.0.0.41 - - [2025-09-08 02:31:51] "POST /neutron/network HTTP/1.1" 200 1114 0.011524 10.0.0.41 - - [2025-09-08 02:31:51] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005734 10.0.0.41 - - [2025-09-08 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002922 10.0.0.27 - - [2025-09-08 02:31:51] "POST /access-control-lists HTTP/1.1" 200 596 0.110202 10.0.0.41 - - [2025-09-08 02:31:51] "GET /network-policy/6ab2c85d-7d99-4577-81f1-7575dba4fbce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.004735 10.0.0.41 - - [2025-09-08 02:31:51] "POST /neutron/network HTTP/1.1" 200 1112 0.024200 10.0.0.41 - - [2025-09-08 02:31:51] "GET /virtual-network/ea994bfc-d270-4b7a-9228-dffef01e1a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006636 10.0.0.27 - - [2025-09-08 02:31:51] "POST /ref-update HTTP/1.1" 200 156 0.053768 10.0.0.41 - - [2025-09-08 02:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005595 10.0.0.41 - - [2025-09-08 02:31:52] "GET /network-policy/6ab2c85d-7d99-4577-81f1-7575dba4fbce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3127 0.005874 10.0.0.41 - - [2025-09-08 02:31:52] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006909 10.0.0.41 - - [2025-09-08 02:31:54] "GET /virtual-network/ea994bfc-d270-4b7a-9228-dffef01e1a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.008042 10.0.0.41 - - [2025-09-08 02:31:54] "GET /obj-perms HTTP/1.1" 200 5046 0.059960 10.0.0.38 - - [2025-09-08 02:31:54] "GET /obj-perms HTTP/1.1" 200 5046 0.052597 10.0.0.41 - - [2025-09-08 02:31:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001527 10.0.0.38 - - [2025-09-08 02:31:55] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001646 10.0.0.41 - - [2025-09-08 02:31:55] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.076720 10.0.0.41 - - [2025-09-08 02:31:56] "POST /neutron/port HTTP/1.1" 200 117 0.007636 10.0.0.41 - - [2025-09-08 02:31:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001454 10.0.0.41 - - [2025-09-08 02:31:56] "POST /neutron/network HTTP/1.1" 200 1122 0.011194 10.0.0.41 - - [2025-09-08 02:31:57] "POST /neutron/port HTTP/1.1" 200 1175 0.021115 10.0.0.38 - - [2025-09-08 02:31:57] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001450 10.0.0.41 - - [2025-09-08 02:31:57] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.093500 10.0.0.41 - - [2025-09-08 02:31:57] "POST /neutron/network HTTP/1.1" 200 1112 0.037183 10.0.0.41 - - [2025-09-08 02:31:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005530 10.0.0.41 - - [2025-09-08 02:31:57] "POST /neutron/port HTTP/1.1" 200 1203 0.023310 10.0.0.41 - - [2025-09-08 02:31:57] "POST /neutron/network HTTP/1.1" 200 1114 0.012630 10.0.0.41 - - [2025-09-08 02:31:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009226 10.0.0.41 - - [2025-09-08 02:31:58] "POST /neutron/port HTTP/1.1" 200 1173 0.022904 10.0.0.41 - - [2025-09-08 02:31:58] "POST /neutron/port HTTP/1.1" 200 1201 0.019338 10.0.0.41 - - [2025-09-08 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015381 10.0.0.41 - - [2025-09-08 02:31:58] "POST /neutron/network HTTP/1.1" 200 1112 0.010207 10.0.0.38 - - [2025-09-08 02:32:00] "DELETE /project/df9ffc19305c40cf9e697a6f32fb2631 HTTP/1.1" 404 173 0.005701 10.0.0.38 - - [2025-09-08 02:32:00] "DELETE /project/59d31039e07945c584c1cc3730ec50dd HTTP/1.1" 404 173 0.007367 10.0.0.38 - - [2025-09-08 02:32:00] "DELETE /project/f40444fe-c1bf-41fb-ab99-bc37e1f018d8 HTTP/1.1" 404 177 0.005164 10.0.0.38 - - [2025-09-08 02:32:00] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000925 10.0.0.38 - - [2025-09-08 02:32:00] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.055366 10.0.0.38 - - [2025-09-08 02:32:00] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001169 10.0.0.38 - - [2025-09-08 02:32:00] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?fields=security_groups HTTP/1.1" 200 1373 0.050187 10.0.0.38 - - [2025-09-08 02:32:00] "DELETE /security-group/16dcac66-1cea-42e8-8ef4-953a7b83f30d HTTP/1.1" 200 115 0.074343 10.0.0.38 - - [2025-09-08 02:32:00] "GET /projects?obj_uuids=df9ffc19-305c-40cf-9e69-7a6f32fb2631&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001137 10.0.0.27 - - [2025-09-08 02:32:00] "DELETE /access-control-list/67687456-cdd4-4b81-9f08-e081d24f41cf HTTP/1.1" 200 115 0.051951 10.0.0.38 - - [2025-09-08 02:32:00] "GET /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631?fields=application_policy_sets HTTP/1.1" 200 1412 0.069672 10.0.0.38 - - [2025-09-08 02:32:00] "DELETE /project/df9ffc19-305c-40cf-9e69-7a6f32fb2631 HTTP/1.1" 200 115 0.531926 10.0.0.41 - - [2025-09-08 02:32:02] "POST /neutron/port HTTP/1.1" 200 1203 0.018363 10.0.0.41 - - [2025-09-08 02:32:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008646 10.0.0.41 - - [2025-09-08 02:32:02] "GET /virtual-machine/eb57a110-6398-438c-8ea2-2729ebe1324b HTTP/1.1" 401 292 0.000464 10.0.0.41 - - [2025-09-08 02:32:03] "GET /virtual-machine/eb57a110-6398-438c-8ea2-2729ebe1324b HTTP/1.1" 200 1301 0.030851 10.0.0.41 - - [2025-09-08 02:32:03] "GET /virtual-machine-interface/15da3a7b-4377-486d-92f2-d3c4cb5d67d4 HTTP/1.1" 200 3175 0.005575 10.0.0.41 - - [2025-09-08 02:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005218 10.0.0.41 - - [2025-09-08 02:32:03] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004189 10.0.0.41 - - [2025-09-08 02:32:03] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003765 10.0.0.41 - - [2025-09-08 02:32:03] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007085 10.0.0.41 - - [2025-09-08 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.41 - - [2025-09-08 02:32:06] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006541 10.0.0.41 - - [2025-09-08 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004531 10.0.0.41 - - [2025-09-08 02:32:10] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007577 10.0.0.41 - - [2025-09-08 02:32:11] "POST /neutron/network HTTP/1.1" 200 1122 0.033188 10.0.0.41 - - [2025-09-08 02:32:11] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014166 10.0.0.41 - - [2025-09-08 02:32:11] "POST /neutron/network HTTP/1.1" 200 1112 0.012340 10.0.0.41 - - [2025-09-08 02:32:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.41 - - [2025-09-08 02:32:14] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006424 10.0.0.41 - - [2025-09-08 02:32:17] "POST /neutron/network HTTP/1.1" 200 1124 0.032140 10.0.0.41 - - [2025-09-08 02:32:17] "POST /neutron/subnet HTTP/1.1" 200 1384 0.020001 10.0.0.41 - - [2025-09-08 02:32:17] "POST /neutron/network HTTP/1.1" 200 1114 0.011576 10.0.0.41 - - [2025-09-08 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004267 10.0.0.41 - - [2025-09-08 02:32:18] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007001 10.0.0.41 - - [2025-09-08 02:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004765 10.0.0.41 - - [2025-09-08 02:32:23] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006048 10.0.0.41 - - [2025-09-08 02:32:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.41 - - [2025-09-08 02:32:27] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006628 10.0.0.41 - - [2025-09-08 02:32:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005141 10.0.0.41 - - [2025-09-08 02:32:31] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006141 10.0.0.41 - - [2025-09-08 02:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.41 - - [2025-09-08 02:32:35] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.007289 10.0.0.41 - - [2025-09-08 02:32:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.41 - - [2025-09-08 02:32:37] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003981 10.0.0.41 - - [2025-09-08 02:32:37] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003308 10.0.0.41 - - [2025-09-08 02:32:37] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.006450 10.0.0.41 - - [2025-09-08 02:32:42] "POST /neutron/port HTTP/1.1" 200 1203 0.024218 10.0.0.41 - - [2025-09-08 02:32:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.033180 10.0.0.41 - - [2025-09-08 02:32:48] "POST /neutron/port HTTP/1.1" 200 1203 0.021132 10.0.0.41 - - [2025-09-08 02:32:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008251 10.0.0.41 - - [2025-09-08 02:32:58] "POST /neutron/port HTTP/1.1" 200 1201 0.020132 10.0.0.38 - - [2025-09-08 02:32:58] "GET /global-system-configs HTTP/1.1" 200 322 0.114039 10.0.0.41 - - [2025-09-08 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008270 10.0.0.27 - - [2025-09-08 02:32:58] "GET /obj-perms HTTP/1.1" 200 5056 0.202201 10.0.0.41 - - [2025-09-08 02:32:58] "GET /virtual-machine/ead9c43f-9d9a-464a-97ff-9f1433014117 HTTP/1.1" 200 1301 0.006496 10.0.0.41 - - [2025-09-08 02:32:58] "GET /virtual-machine-interface/ff5dc958-eeec-4945-847a-ffd003c814ac HTTP/1.1" 200 3175 0.006140 10.0.0.41 - - [2025-09-08 02:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.41 - - [2025-09-08 02:32:58] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004516 10.0.0.41 - - [2025-09-08 02:32:58] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003663 10.0.0.41 - - [2025-09-08 02:32:58] "GET /virtual-network/ea994bfc-d270-4b7a-9228-dffef01e1a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.008029 10.0.0.27 - - [2025-09-08 02:32:59] "GET /global-system-configs HTTP/1.1" 200 322 0.084926 10.0.0.38 - - [2025-09-08 02:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.150744 10.0.0.41 - - [2025-09-08 02:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.165805 10.0.0.27 - - [2025-09-08 02:32:59] "GET /global-system-configs HTTP/1.1" 200 322 0.060718 10.0.0.41 - - [2025-09-08 02:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004776 10.0.0.41 - - [2025-09-08 02:32:59] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005490 10.0.0.41 - - [2025-09-08 02:32:59] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004092 10.0.0.41 - - [2025-09-08 02:32:59] "GET /virtual-network/ea994bfc-d270-4b7a-9228-dffef01e1a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.005697 10.0.0.38 - - [2025-09-08 02:33:00] "GET /global-system-configs HTTP/1.1" 200 322 0.035710 10.0.0.27 - - [2025-09-08 02:33:00] "GET /obj-perms HTTP/1.1" 200 5056 0.079052 10.0.0.41 - - [2025-09-08 02:33:01] "GET /global-system-configs HTTP/1.1" 200 322 0.090681 10.0.0.41 - - [2025-09-08 02:33:01] "GET /obj-perms HTTP/1.1" 200 5056 0.169340 10.0.0.38 - - [2025-09-08 02:33:01] "GET /obj-perms HTTP/1.1" 200 5056 0.202648 10.0.0.41 - - [2025-09-08 02:33:01] "GET /global-system-configs HTTP/1.1" 200 322 0.042770 10.0.0.41 - - [2025-09-08 02:33:12] "POST /neutron/network HTTP/1.1" 200 1122 0.011742 10.0.0.41 - - [2025-09-08 02:33:12] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014155 10.0.0.41 - - [2025-09-08 02:33:12] "POST /neutron/network HTTP/1.1" 200 1112 0.010563 10.0.0.27 - - [2025-09-08 02:33:14] "GET /obj-perms HTTP/1.1" 200 5056 0.049113 10.0.0.41 - - [2025-09-08 02:33:19] "POST /neutron/network HTTP/1.1" 200 1124 0.013427 10.0.0.41 - - [2025-09-08 02:33:19] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016789 10.0.0.41 - - [2025-09-08 02:33:19] "POST /neutron/network HTTP/1.1" 200 1114 0.011629 10.0.0.41 - - [2025-09-08 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.38 - - [2025-09-08 02:33:21] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.41 - - [2025-09-08 02:33:21] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.080299 10.0.0.41 - - [2025-09-08 02:33:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.011293 10.0.0.41 - - [2025-09-08 02:33:21] "PUT /network-policy/6ab2c85d-7d99-4577-81f1-7575dba4fbce HTTP/1.1" 200 262 0.023322 10.0.0.27 - - [2025-09-08 02:33:22] "PUT /access-control-list/064dedf6-2d2f-467f-aab4-d22e15f7bda3 HTTP/1.1" 200 272 0.076839 10.0.0.41 - - [2025-09-08 02:33:25] "GET /virtual-network/ea994bfc-d270-4b7a-9228-dffef01e1a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2959 0.006699 10.0.0.27 - - [2025-09-08 02:33:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.008767 10.0.0.41 - - [2025-09-08 02:33:25] "POST /neutron/network HTTP/1.1" 200 1004 0.015664 10.0.0.41 - - [2025-09-08 02:33:25] "GET /virtual-network/ea994bfc-d270-4b7a-9228-dffef01e1a37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006894 10.0.0.41 - - [2025-09-08 02:33:25] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.022163 10.0.0.27 - - [2025-09-08 02:33:25] "DELETE /access-control-list/064dedf6-2d2f-467f-aab4-d22e15f7bda3 HTTP/1.1" 200 115 0.051097 10.0.0.41 - - [2025-09-08 02:33:25] "POST /neutron/network HTTP/1.1" 200 1006 0.019046 10.0.0.41 - - [2025-09-08 02:33:25] "GET /virtual-network/1a6db220-a09a-4829-8dcf-3dc6c7fc0525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006126 10.0.0.41 - - [2025-09-08 02:33:25] "DELETE /network-policy/6ab2c85d-7d99-4577-81f1-7575dba4fbce HTTP/1.1" 200 115 0.073380 10.0.0.41 - - [2025-09-08 02:33:25] "POST /neutron/port HTTP/1.1" 200 1227 0.015377 10.0.0.41 - - [2025-09-08 02:33:25] "POST /neutron/network HTTP/1.1" 400 204 0.014506 10.0.0.41 - - [2025-09-08 02:33:27] "POST /neutron/network HTTP/1.1" 200 1004 0.011609 10.0.0.27 - - [2025-09-08 02:33:28] "DELETE /route-target/bd7e281f-0ec2-401c-b054-d7892bdbf89d HTTP/1.1" 200 115 0.021388 10.0.0.38 - - [2025-09-08 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.005511 10.0.0.38 - - [2025-09-08 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002769 10.0.0.38 - - [2025-09-08 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002620 10.0.0.38 - - [2025-09-08 02:33:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002584 10.0.0.41 - - [2025-09-08 02:33:28] "POST /neutron/network HTTP/1.1" 200 151 0.160782 10.0.0.38 - - [2025-09-08 02:33:33] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.41 - - [2025-09-08 02:33:33] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.043302 10.0.0.41 - - [2025-09-08 02:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.38 - - [2025-09-08 02:33:33] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.41 - - [2025-09-08 02:33:33] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008658 10.0.0.41 - - [2025-09-08 02:33:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.38 - - [2025-09-08 02:33:33] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.41 - - [2025-09-08 02:33:33] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048141 10.0.0.41 - - [2025-09-08 02:33:34] "GET /domains HTTP/1.1" 200 280 0.004036 10.0.0.38 - - [2025-09-08 02:33:34] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001458 10.0.0.41 - - [2025-09-08 02:33:34] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe HTTP/1.1" 200 2581 0.024013 10.0.0.38 - - [2025-09-08 02:33:34] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.41 - - [2025-09-08 02:33:34] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd HTTP/1.1" 200 1899 0.096768 10.0.0.41 - - [2025-09-08 02:33:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003150 10.0.0.41 - - [2025-09-08 02:33:34] "POST /network-ipams HTTP/1.1" 200 609 0.030944 10.0.0.41 - - [2025-09-08 02:33:34] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003874 10.0.0.41 - - [2025-09-08 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.41 - - [2025-09-08 02:33:34] "GET /network-ipam/00549890-c39e-4d38-84fb-7c6b9cdef768?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.008037 10.0.0.41 - - [2025-09-08 02:33:34] "PUT /network-ipam/00549890-c39e-4d38-84fb-7c6b9cdef768 HTTP/1.1" 200 258 0.017175 10.0.0.41 - - [2025-09-08 02:33:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.38 - - [2025-09-08 02:33:34] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001029 10.0.0.41 - - [2025-09-08 02:33:34] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045912 10.0.0.27 - - [2025-09-08 02:33:35] "POST /route-targets HTTP/1.1" 200 327 0.016535 10.0.0.38 - - [2025-09-08 02:33:35] "POST /useragent-kv HTTP/1.1" 200 115 0.006631 10.0.0.41 - - [2025-09-08 02:33:35] "POST /neutron/subnet HTTP/1.1" 200 701 0.250830 10.0.0.41 - - [2025-09-08 02:33:35] "POST /neutron/network HTTP/1.1" 200 1309 0.015485 10.0.0.41 - - [2025-09-08 02:33:35] "POST /id-to-fqname HTTP/1.1" 200 231 0.001318 10.0.0.41 - - [2025-09-08 02:33:35] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007184 10.0.0.41 - - [2025-09-08 02:33:35] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007967 10.0.0.41 - - [2025-09-08 02:33:36] "POST /neutron/subnet HTTP/1.1" 200 701 0.010205 10.0.0.41 - - [2025-09-08 02:33:36] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006069 10.0.0.38 - - [2025-09-08 02:33:36] "GET /obj-perms HTTP/1.1" 200 5046 0.003872 10.0.0.41 - - [2025-09-08 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.38 - - [2025-09-08 02:33:36] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.41 - - [2025-09-08 02:33:36] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.038222 10.0.0.41 - - [2025-09-08 02:33:36] "POST /neutron/network HTTP/1.1" 200 117 0.014207 10.0.0.27 - - [2025-09-08 02:33:36] "POST /ref-update HTTP/1.1" 200 156 0.021086 10.0.0.38 - - [2025-09-08 02:33:37] "POST /useragent-kv HTTP/1.1" 200 115 0.011613 10.0.0.41 - - [2025-09-08 02:33:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.231301 10.0.0.27 - - [2025-09-08 02:33:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.007252 10.0.0.41 - - [2025-09-08 02:33:37] "POST /id-to-fqname HTTP/1.1" 200 231 0.001582 10.0.0.41 - - [2025-09-08 02:33:37] "GET /virtual-network/385869be-fe51-44ef-a6ff-dc18383d2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.009051 10.0.0.41 - - [2025-09-08 02:33:37] "POST /neutron/network HTTP/1.1" 200 1309 0.011914 10.0.0.41 - - [2025-09-08 02:33:37] "GET /virtual-network/385869be-fe51-44ef-a6ff-dc18383d2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.009276 10.0.0.41 - - [2025-09-08 02:33:37] "POST /neutron/subnet HTTP/1.1" 200 701 0.009511 10.0.0.41 - - [2025-09-08 02:33:37] "GET /virtual-network/385869be-fe51-44ef-a6ff-dc18383d2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006675 10.0.0.41 - - [2025-09-08 02:33:38] "GET /obj-perms HTTP/1.1" 200 5046 0.004338 10.0.0.41 - - [2025-09-08 02:33:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.38 - - [2025-09-08 02:33:38] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000985 10.0.0.41 - - [2025-09-08 02:33:38] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046706 10.0.0.38 - - [2025-09-08 02:33:38] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001252 10.0.0.41 - - [2025-09-08 02:33:38] "POST /neutron/network HTTP/1.1" 200 619 0.136987 10.0.0.38 - - [2025-09-08 02:33:39] "POST /useragent-kv HTTP/1.1" 200 115 0.010587 10.0.0.41 - - [2025-09-08 02:33:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.249465 10.0.0.41 - - [2025-09-08 02:33:39] "POST /id-to-fqname HTTP/1.1" 200 231 0.001550 10.0.0.41 - - [2025-09-08 02:33:39] "GET /virtual-network/487a5045-21ea-4dd0-9e89-817be988d438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006758 10.0.0.41 - - [2025-09-08 02:33:39] "GET /virtual-network/487a5045-21ea-4dd0-9e89-817be988d438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007479 10.0.0.41 - - [2025-09-08 02:33:39] "POST /neutron/network HTTP/1.1" 200 1309 0.013212 10.0.0.41 - - [2025-09-08 02:33:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.010947 10.0.0.41 - - [2025-09-08 02:33:39] "GET /virtual-network/487a5045-21ea-4dd0-9e89-817be988d438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006671 10.0.0.27 - - [2025-09-08 02:33:40] "GET /obj-perms HTTP/1.1" 200 5046 0.048138 10.0.0.41 - - [2025-09-08 02:33:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.38 - - [2025-09-08 02:33:40] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.41 - - [2025-09-08 02:33:40] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.064442 10.0.0.27 - - [2025-09-08 02:33:40] "POST /ref-update HTTP/1.1" 200 156 0.026449 10.0.0.38 - - [2025-09-08 02:33:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006027 10.0.0.41 - - [2025-09-08 02:33:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.230184 10.0.0.41 - - [2025-09-08 02:33:41] "POST /neutron/network HTTP/1.1" 200 1309 0.015156 10.0.0.41 - - [2025-09-08 02:33:41] "POST /id-to-fqname HTTP/1.1" 200 231 0.001190 10.0.0.41 - - [2025-09-08 02:33:41] "GET /virtual-network/0f437c8f-3c07-4246-b916-688b960e6492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005955 10.0.0.41 - - [2025-09-08 02:33:41] "GET /virtual-network/0f437c8f-3c07-4246-b916-688b960e6492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006626 10.0.0.41 - - [2025-09-08 02:33:41] "POST /neutron/subnet HTTP/1.1" 200 701 0.010418 10.0.0.41 - - [2025-09-08 02:33:41] "GET /virtual-network/0f437c8f-3c07-4246-b916-688b960e6492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.006512 10.0.0.38 - - [2025-09-08 02:33:41] "GET /obj-perms HTTP/1.1" 200 5046 0.004345 10.0.0.41 - - [2025-09-08 02:33:41] "POST /fqname-to-id HTTP/1.1" 404 225 0.003813 10.0.0.41 - - [2025-09-08 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.38 - - [2025-09-08 02:33:41] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001635 10.0.0.41 - - [2025-09-08 02:33:41] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058258 10.0.0.41 - - [2025-09-08 02:33:42] "POST /network-policys HTTP/1.1" 200 559 0.035805 10.0.0.41 - - [2025-09-08 02:33:42] "GET /network-policy/009e523d-6393-403e-b814-b2416c9e56d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.007516 10.0.0.41 - - [2025-09-08 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 225 0.006540 10.0.0.41 - - [2025-09-08 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.38 - - [2025-09-08 02:33:42] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001652 10.0.0.41 - - [2025-09-08 02:33:42] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.061116 10.0.0.41 - - [2025-09-08 02:33:42] "POST /network-policys HTTP/1.1" 200 559 0.035421 10.0.0.41 - - [2025-09-08 02:33:42] "GET /network-policy/0b778867-edf5-4348-8202-bf6585a34a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.009189 10.0.0.41 - - [2025-09-08 02:33:42] "POST /fqname-to-id HTTP/1.1" 404 225 0.003479 10.0.0.41 - - [2025-09-08 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.38 - - [2025-09-08 02:33:42] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.41 - - [2025-09-08 02:33:42] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.040941 10.0.0.41 - - [2025-09-08 02:33:42] "POST /network-policys HTTP/1.1" 200 559 0.032750 10.0.0.41 - - [2025-09-08 02:33:42] "GET /network-policy/aba33b82-c9d4-4cfe-af90-24e2de73f964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.008864 10.0.0.41 - - [2025-09-08 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.003724 10.0.0.41 - - [2025-09-08 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.38 - - [2025-09-08 02:33:43] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001178 10.0.0.41 - - [2025-09-08 02:33:43] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.048015 10.0.0.41 - - [2025-09-08 02:33:43] "POST /network-policys HTTP/1.1" 200 559 0.038363 10.0.0.41 - - [2025-09-08 02:33:43] "GET /network-policy/54cc7a42-1524-4a44-a436-37689d14dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.016914 10.0.0.41 - - [2025-09-08 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.003982 10.0.0.41 - - [2025-09-08 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.38 - - [2025-09-08 02:33:43] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001216 10.0.0.41 - - [2025-09-08 02:33:43] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060141 10.0.0.41 - - [2025-09-08 02:33:43] "POST /network-policys HTTP/1.1" 200 559 0.033694 10.0.0.41 - - [2025-09-08 02:33:43] "GET /network-policy/ba0522fd-c1c9-4e05-91b1-cd06347e463b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007323 10.0.0.41 - - [2025-09-08 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 225 0.003376 10.0.0.41 - - [2025-09-08 02:33:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.38 - - [2025-09-08 02:33:43] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.41 - - [2025-09-08 02:33:43] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.046697 10.0.0.41 - - [2025-09-08 02:33:44] "POST /network-policys HTTP/1.1" 200 559 0.056442 10.0.0.41 - - [2025-09-08 02:33:44] "GET /network-policy/6af01989-78b2-4b51-82c0-650efbacda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.015748 10.0.0.41 - - [2025-09-08 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.004213 10.0.0.41 - - [2025-09-08 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.38 - - [2025-09-08 02:33:44] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001169 10.0.0.41 - - [2025-09-08 02:33:44] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050732 10.0.0.41 - - [2025-09-08 02:33:44] "POST /network-policys HTTP/1.1" 200 559 0.032579 10.0.0.41 - - [2025-09-08 02:33:44] "GET /network-policy/4f03903d-d514-41ba-98b3-e62f87625360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.010553 10.0.0.41 - - [2025-09-08 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.004077 10.0.0.41 - - [2025-09-08 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.007179 10.0.0.38 - - [2025-09-08 02:33:44] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001050 10.0.0.41 - - [2025-09-08 02:33:44] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.047217 10.0.0.41 - - [2025-09-08 02:33:44] "POST /network-policys HTTP/1.1" 200 559 0.032273 10.0.0.41 - - [2025-09-08 02:33:44] "GET /network-policy/6593570e-14a8-4c04-a2ac-ca5aa88300ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.006839 10.0.0.41 - - [2025-09-08 02:33:45] "POST /neutron/network HTTP/1.1" 200 1309 0.012713 10.0.0.27 - - [2025-09-08 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.011606 10.0.0.41 - - [2025-09-08 02:33:45] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009794 10.0.0.41 - - [2025-09-08 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.41 - - [2025-09-08 02:33:45] "GET /network-policy/009e523d-6393-403e-b814-b2416c9e56d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.005461 10.0.0.41 - - [2025-09-08 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004650 10.0.0.41 - - [2025-09-08 02:33:45] "GET /network-policy/0b778867-edf5-4348-8202-bf6585a34a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.004656 10.0.0.41 - - [2025-09-08 02:33:45] "POST /neutron/network HTTP/1.1" 200 1309 0.012208 10.0.0.27 - - [2025-09-08 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 248 0.003869 10.0.0.41 - - [2025-09-08 02:33:45] "GET /virtual-network/385869be-fe51-44ef-a6ff-dc18383d2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.011062 10.0.0.41 - - [2025-09-08 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.41 - - [2025-09-08 02:33:45] "GET /network-policy/54cc7a42-1524-4a44-a436-37689d14dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006531 10.0.0.41 - - [2025-09-08 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004377 10.0.0.41 - - [2025-09-08 02:33:45] "GET /network-policy/aba33b82-c9d4-4cfe-af90-24e2de73f964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005224 10.0.0.41 - - [2025-09-08 02:33:46] "POST /neutron/network HTTP/1.1" 200 1309 0.012727 10.0.0.27 - - [2025-09-08 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 248 0.007590 10.0.0.41 - - [2025-09-08 02:33:46] "GET /virtual-network/487a5045-21ea-4dd0-9e89-817be988d438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.011321 10.0.0.41 - - [2025-09-08 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.41 - - [2025-09-08 02:33:46] "GET /network-policy/6af01989-78b2-4b51-82c0-650efbacda49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.005265 10.0.0.41 - - [2025-09-08 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003239 10.0.0.41 - - [2025-09-08 02:33:46] "GET /network-policy/ba0522fd-c1c9-4e05-91b1-cd06347e463b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005372 10.0.0.41 - - [2025-09-08 02:33:46] "POST /neutron/network HTTP/1.1" 200 1309 0.016921 10.0.0.27 - - [2025-09-08 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.005726 10.0.0.27 - - [2025-09-08 02:33:46] "POST /access-control-lists HTTP/1.1" 200 605 0.052683 10.0.0.41 - - [2025-09-08 02:33:46] "GET /virtual-network/0f437c8f-3c07-4246-b916-688b960e6492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009934 10.0.0.41 - - [2025-09-08 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.41 - - [2025-09-08 02:33:46] "GET /network-policy/4f03903d-d514-41ba-98b3-e62f87625360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006160 10.0.0.41 - - [2025-09-08 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.41 - - [2025-09-08 02:33:46] "GET /network-policy/6593570e-14a8-4c04-a2ac-ca5aa88300ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.005078 10.0.0.41 - - [2025-09-08 02:33:46] "POST /id-to-fqname HTTP/1.1" 200 231 0.001717 10.0.0.41 - - [2025-09-08 02:34:15] "GET /obj-perms HTTP/1.1" 200 5056 0.056506 10.0.0.41 - - [2025-09-08 02:34:25] "POST /neutron/network HTTP/1.1" 200 1504 0.014031 10.0.0.38 - - [2025-09-08 02:34:26] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.41 - - [2025-09-08 02:34:26] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.082928 10.0.0.41 - - [2025-09-08 02:34:26] "POST /neutron/port HTTP/1.1" 200 117 0.007058 10.0.0.41 - - [2025-09-08 02:34:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001577 10.0.0.41 - - [2025-09-08 02:34:26] "POST /neutron/network HTTP/1.1" 200 1504 0.012107 10.0.0.38 - - [2025-09-08 02:34:27] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.41 - - [2025-09-08 02:34:27] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.105090 10.0.0.41 - - [2025-09-08 02:34:27] "POST /neutron/port HTTP/1.1" 200 1170 0.051864 10.0.0.41 - - [2025-09-08 02:34:27] "POST /neutron/port HTTP/1.1" 200 1156 0.069762 10.0.0.41 - - [2025-09-08 02:34:28] "POST /neutron/port HTTP/1.1" 200 1198 0.037608 10.0.0.41 - - [2025-09-08 02:34:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004769 10.0.0.41 - - [2025-09-08 02:34:28] "POST /neutron/port HTTP/1.1" 200 117 0.002097 10.0.0.41 - - [2025-09-08 02:34:28] "POST /neutron/network HTTP/1.1" 200 1504 0.021642 10.0.0.41 - - [2025-09-08 02:34:29] "POST /neutron/port HTTP/1.1" 200 1170 0.035771 10.0.0.41 - - [2025-09-08 02:34:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004460 10.0.0.41 - - [2025-09-08 02:34:29] "POST /neutron/port HTTP/1.1" 200 117 0.003032 10.0.0.41 - - [2025-09-08 02:34:33] "POST /neutron/port HTTP/1.1" 200 1198 0.038196 10.0.0.41 - - [2025-09-08 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012081 10.0.0.41 - - [2025-09-08 02:34:48] "POST /neutron/port HTTP/1.1" 200 1198 0.046749 10.0.0.41 - - [2025-09-08 02:34:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008604 10.0.0.41 - - [2025-09-08 02:35:03] "POST /neutron/port HTTP/1.1" 200 1198 0.017392 10.0.0.41 - - [2025-09-08 02:35:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011880 10.0.0.41 - - [2025-09-08 02:35:19] "POST /neutron/port HTTP/1.1" 200 1198 0.021627 10.0.0.41 - - [2025-09-08 02:35:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008138 10.0.0.41 - - [2025-09-08 02:35:34] "POST /neutron/port HTTP/1.1" 200 1198 0.018388 10.0.0.41 - - [2025-09-08 02:35:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008209 10.0.0.41 - - [2025-09-08 02:35:34] "GET /virtual-machine/536946d6-52eb-43e6-bf53-54649d8c31de HTTP/1.1" 200 1300 0.007174 10.0.0.41 - - [2025-09-08 02:35:34] "GET /virtual-machine-interface/495285d1-72ff-4430-a8e5-6a71bc356721 HTTP/1.1" 200 3184 0.006667 10.0.0.41 - - [2025-09-08 02:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.41 - - [2025-09-08 02:35:34] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005938 10.0.0.41 - - [2025-09-08 02:35:34] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004043 10.0.0.41 - - [2025-09-08 02:35:34] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008101 10.0.0.41 - - [2025-09-08 02:35:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.41 - - [2025-09-08 02:35:38] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005997 10.0.0.41 - - [2025-09-08 02:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.41 - - [2025-09-08 02:35:42] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007495 10.0.0.41 - - [2025-09-08 02:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.41 - - [2025-09-08 02:35:46] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008155 10.0.0.41 - - [2025-09-08 02:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.41 - - [2025-09-08 02:35:50] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005856 10.0.0.41 - - [2025-09-08 02:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.41 - - [2025-09-08 02:35:54] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006943 10.0.0.41 - - [2025-09-08 02:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.41 - - [2025-09-08 02:35:58] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006163 10.0.0.41 - - [2025-09-08 02:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.41 - - [2025-09-08 02:36:02] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006332 10.0.0.41 - - [2025-09-08 02:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.41 - - [2025-09-08 02:36:06] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007224 10.0.0.41 - - [2025-09-08 02:36:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.41 - - [2025-09-08 02:36:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004259 10.0.0.41 - - [2025-09-08 02:36:09] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003942 10.0.0.41 - - [2025-09-08 02:36:09] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006697 10.0.0.41 - - [2025-09-08 02:36:09] "POST /neutron/port HTTP/1.1" 200 1198 0.016756 10.0.0.41 - - [2025-09-08 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009114 10.0.0.27 - - [2025-09-08 02:36:16] "GET /obj-perms HTTP/1.1" 200 5056 0.064199 10.0.0.41 - - [2025-09-08 02:36:17] "POST /neutron/port HTTP/1.1" 200 1198 0.025503 10.0.0.41 - - [2025-09-08 02:36:17] "POST /neutron/network HTTP/1.1" 200 1504 0.013126 10.0.0.41 - - [2025-09-08 02:36:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005538 10.0.0.41 - - [2025-09-08 02:36:17] "POST /neutron/port HTTP/1.1" 200 117 0.001435 10.0.0.41 - - [2025-09-08 02:36:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008613 10.0.0.41 - - [2025-09-08 02:36:24] "POST /neutron/network HTTP/1.1" 200 1504 0.024148 10.0.0.41 - - [2025-09-08 02:36:24] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017637 10.0.0.41 - - [2025-09-08 02:36:24] "POST /neutron/network HTTP/1.1" 200 1494 0.012275 10.0.0.41 - - [2025-09-08 02:36:30] "POST /neutron/port HTTP/1.1" 200 1198 0.017181 10.0.0.41 - - [2025-09-08 02:36:30] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008862 10.0.0.41 - - [2025-09-08 02:36:30] "GET /virtual-machine/a43ce1e8-c38a-4bf6-9ccb-6f598bf7f9dc HTTP/1.1" 200 1301 0.007761 10.0.0.41 - - [2025-09-08 02:36:30] "GET /virtual-machine-interface/ecd8318a-f0cf-4727-b5b1-9658b0602e1d HTTP/1.1" 200 3185 0.009141 10.0.0.41 - - [2025-09-08 02:36:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.41 - - [2025-09-08 02:36:30] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004618 10.0.0.41 - - [2025-09-08 02:36:30] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003453 10.0.0.41 - - [2025-09-08 02:36:30] "GET /virtual-network/385869be-fe51-44ef-a6ff-dc18383d2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008988 10.0.0.41 - - [2025-09-08 02:36:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.41 - - [2025-09-08 02:36:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004647 10.0.0.41 - - [2025-09-08 02:36:31] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004945 10.0.0.41 - - [2025-09-08 02:36:31] "GET /virtual-network/385869be-fe51-44ef-a6ff-dc18383d2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006704 10.0.0.41 - - [2025-09-08 02:36:31] "POST /neutron/port HTTP/1.1" 200 2278 0.021374 10.0.0.41 - - [2025-09-08 02:36:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007971 10.0.0.41 - - [2025-09-08 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003515 10.0.0.41 - - [2025-09-08 02:36:32] "GET /network-policy/aba33b82-c9d4-4cfe-af90-24e2de73f964?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004649 10.0.0.41 - - [2025-09-08 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004779 10.0.0.41 - - [2025-09-08 02:36:32] "GET /network-policy/54cc7a42-1524-4a44-a436-37689d14dd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005378 10.0.0.41 - - [2025-09-08 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.41 - - [2025-09-08 02:36:32] "GET /network-policy/009e523d-6393-403e-b814-b2416c9e56d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6935 0.004701 10.0.0.41 - - [2025-09-08 02:36:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.41 - - [2025-09-08 02:36:32] "GET /network-policy/0b778867-edf5-4348-8202-bf6585a34a87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5017 0.005573 10.0.0.41 - - [2025-09-08 02:36:56] "GET /virtual-machine/a43ce1e8-c38a-4bf6-9ccb-6f598bf7f9dc HTTP/1.1" 200 1301 0.005344 10.0.0.41 - - [2025-09-08 02:36:57] "POST /neutron/port HTTP/1.1" 200 1198 0.042064 10.0.0.41 - - [2025-09-08 02:36:58] "GET /virtual-machine/a43ce1e8-c38a-4bf6-9ccb-6f598bf7f9dc HTTP/1.1" 404 171 0.003414 10.0.0.41 - - [2025-09-08 02:36:58] "GET /virtual-machine/a43ce1e8-c38a-4bf6-9ccb-6f598bf7f9dc HTTP/1.1" 404 171 0.003117 10.0.0.41 - - [2025-09-08 02:36:58] "GET /virtual-machine/a43ce1e8-c38a-4bf6-9ccb-6f598bf7f9dc HTTP/1.1" 404 171 0.003123 10.0.0.41 - - [2025-09-08 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.029752 10.0.0.41 - - [2025-09-08 02:36:58] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003853 10.0.0.41 - - [2025-09-08 02:36:58] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003201 10.0.0.41 - - [2025-09-08 02:36:58] "GET /virtual-network/385869be-fe51-44ef-a6ff-dc18383d2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.008580 10.0.0.41 - - [2025-09-08 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.41 - - [2025-09-08 02:36:58] "GET /routing-instance/fec38c03-d03e-4d58-a6aa-2da8befb04e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.005270 10.0.0.41 - - [2025-09-08 02:36:58] "GET /route-target/203fd12b-bbf0-4feb-a31f-52fadb04dbed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004313 10.0.0.41 - - [2025-09-08 02:36:58] "GET /virtual-machine/a43ce1e8-c38a-4bf6-9ccb-6f598bf7f9dc HTTP/1.1" 404 171 0.004343 10.0.0.41 - - [2025-09-08 02:36:59] "GET /virtual-machine/a43ce1e8-c38a-4bf6-9ccb-6f598bf7f9dc HTTP/1.1" 404 171 0.005336 10.0.0.41 - - [2025-09-08 02:37:00] "GET /virtual-machine/a43ce1e8-c38a-4bf6-9ccb-6f598bf7f9dc HTTP/1.1" 404 171 0.004337 10.0.0.41 - - [2025-09-08 02:37:01] "GET /virtual-machine/a43ce1e8-c38a-4bf6-9ccb-6f598bf7f9dc HTTP/1.1" 404 171 0.003692 10.0.0.41 - - [2025-09-08 02:37:02] "GET /virtual-machine/a43ce1e8-c38a-4bf6-9ccb-6f598bf7f9dc HTTP/1.1" 404 171 0.003550 10.0.0.41 - - [2025-09-08 02:37:03] "GET /virtual-machine/a43ce1e8-c38a-4bf6-9ccb-6f598bf7f9dc HTTP/1.1" 404 171 0.032329 10.0.0.38 - - [2025-09-08 02:37:04] "GET /obj-perms HTTP/1.1" 200 5046 0.048219 10.0.0.41 - - [2025-09-08 02:37:07] "GET /obj-perms HTTP/1.1" 200 5046 0.058392 10.0.0.38 - - [2025-09-08 02:37:13] "GET /obj-perms HTTP/1.1" 200 5046 0.004107 10.0.0.41 - - [2025-09-08 02:37:16] "GET /obj-perms HTTP/1.1" 200 5046 0.005275 10.0.0.41 - - [2025-09-08 02:37:19] "GET /obj-perms HTTP/1.1" 200 5046 0.004671 10.0.0.38 - - [2025-09-08 02:37:19] "GET /obj-perms HTTP/1.1" 200 5046 0.006529 10.0.0.41 - - [2025-09-08 02:37:19] "GET /virtual-machine/536946d6-52eb-43e6-bf53-54649d8c31de HTTP/1.1" 200 1300 0.004709 10.0.0.41 - - [2025-09-08 02:37:20] "POST /neutron/port HTTP/1.1" 200 1198 0.019649 10.0.0.41 - - [2025-09-08 02:37:21] "GET /virtual-machine/536946d6-52eb-43e6-bf53-54649d8c31de HTTP/1.1" 404 171 0.013999 10.0.0.41 - - [2025-09-08 02:37:21] "GET /virtual-machine/536946d6-52eb-43e6-bf53-54649d8c31de HTTP/1.1" 404 171 0.003850 10.0.0.41 - - [2025-09-08 02:37:21] "GET /virtual-machine/536946d6-52eb-43e6-bf53-54649d8c31de HTTP/1.1" 404 171 0.003969 10.0.0.41 - - [2025-09-08 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.011842 10.0.0.41 - - [2025-09-08 02:37:22] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004375 10.0.0.41 - - [2025-09-08 02:37:22] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003915 10.0.0.41 - - [2025-09-08 02:37:22] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006525 10.0.0.41 - - [2025-09-08 02:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.012087 10.0.0.41 - - [2025-09-08 02:37:22] "GET /routing-instance/51a9da21-ad53-40d6-89fd-1be75896648e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.005181 10.0.0.41 - - [2025-09-08 02:37:22] "GET /route-target/cfa52f2b-d5e0-48c4-b4f4-ab29f78b0156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003987 10.0.0.41 - - [2025-09-08 02:37:22] "GET /obj-perms HTTP/1.1" 200 5046 0.005827 10.0.0.41 - - [2025-09-08 02:37:28] "GET /obj-perms HTTP/1.1" 200 5046 0.004663 10.0.0.41 - - [2025-09-08 02:37:31] "GET /obj-perms HTTP/1.1" 200 5046 0.004562 10.0.0.41 - - [2025-09-08 02:37:37] "GET /obj-perms HTTP/1.1" 200 5046 0.005799 10.0.0.41 - - [2025-09-08 02:37:40] "GET /obj-perms HTTP/1.1" 200 5046 0.005400 10.0.0.41 - - [2025-09-08 02:37:47] "GET /obj-perms HTTP/1.1" 200 5046 0.004519 10.0.0.41 - - [2025-09-08 02:37:50] "GET /obj-perms HTTP/1.1" 200 5046 0.006109 10.0.0.27 - - [2025-09-08 02:37:50] "GET /obj-perms HTTP/1.1" 200 5046 0.004215 10.0.0.41 - - [2025-09-08 02:37:50] "GET /virtual-network/0f437c8f-3c07-4246-b916-688b960e6492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006959 10.0.0.41 - - [2025-09-08 02:37:50] "POST /neutron/network HTTP/1.1" 200 1494 0.011516 10.0.0.41 - - [2025-09-08 02:37:50] "GET /virtual-network/0f437c8f-3c07-4246-b916-688b960e6492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007118 10.0.0.27 - - [2025-09-08 02:37:50] "DELETE /access-control-list/218dd6c5-ff9d-45a8-b68e-042a964c18a8 HTTP/1.1" 200 115 0.108022 10.0.0.41 - - [2025-09-08 02:37:50] "GET /virtual-network/487a5045-21ea-4dd0-9e89-817be988d438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007694 10.0.0.41 - - [2025-09-08 02:37:50] "POST /neutron/network HTTP/1.1" 200 1494 0.014347 10.0.0.41 - - [2025-09-08 02:37:51] "GET /virtual-network/487a5045-21ea-4dd0-9e89-817be988d438?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.014462 10.0.0.41 - - [2025-09-08 02:37:51] "GET /virtual-network/385869be-fe51-44ef-a6ff-dc18383d2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009155 10.0.0.41 - - [2025-09-08 02:37:51] "POST /neutron/network HTTP/1.1" 200 1494 0.012787 10.0.0.27 - - [2025-09-08 02:37:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.048102 10.0.0.41 - - [2025-09-08 02:37:51] "GET /virtual-network/385869be-fe51-44ef-a6ff-dc18383d2674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.009153 10.0.0.27 - - [2025-09-08 02:37:51] "POST /ref-update HTTP/1.1" 200 156 0.051744 10.0.0.41 - - [2025-09-08 02:37:51] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007908 10.0.0.41 - - [2025-09-08 02:37:51] "POST /neutron/network HTTP/1.1" 200 1494 0.013047 10.0.0.41 - - [2025-09-08 02:37:51] "GET /virtual-network/62709753-b640-4fbe-9b22-1f9875253d0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.010043 10.0.0.41 - - [2025-09-08 02:37:51] "DELETE /network-policy/6593570e-14a8-4c04-a2ac-ca5aa88300ed HTTP/1.1" 200 115 0.070277 10.0.0.41 - - [2025-09-08 02:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004956 10.0.0.38 - - [2025-09-08 02:37:51] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.025405 10.0.0.41 - - [2025-09-08 02:37:51] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.081410 10.0.0.41 - - [2025-09-08 02:37:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53245340&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.006862 10.0.0.41 - - [2025-09-08 02:37:52] "DELETE /network-policy/4f03903d-d514-41ba-98b3-e62f87625360 HTTP/1.1" 200 115 0.053802 10.0.0.41 - - [2025-09-08 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.38 - - [2025-09-08 02:37:52] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.41 - - [2025-09-08 02:37:52] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.044747 10.0.0.41 - - [2025-09-08 02:37:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53245340&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.005962 10.0.0.41 - - [2025-09-08 02:37:52] "DELETE /network-policy/6af01989-78b2-4b51-82c0-650efbacda49 HTTP/1.1" 200 115 0.043187 10.0.0.41 - - [2025-09-08 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007144 10.0.0.38 - - [2025-09-08 02:37:52] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.41 - - [2025-09-08 02:37:52] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.061888 10.0.0.41 - - [2025-09-08 02:37:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53245340&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.006578 10.0.0.41 - - [2025-09-08 02:37:52] "DELETE /network-policy/ba0522fd-c1c9-4e05-91b1-cd06347e463b HTTP/1.1" 200 115 0.044260 10.0.0.41 - - [2025-09-08 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.38 - - [2025-09-08 02:37:52] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.41 - - [2025-09-08 02:37:52] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.052588 10.0.0.41 - - [2025-09-08 02:37:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53245340&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.006275 10.0.0.41 - - [2025-09-08 02:37:52] "DELETE /network-policy/54cc7a42-1524-4a44-a436-37689d14dd94 HTTP/1.1" 200 115 0.057881 10.0.0.41 - - [2025-09-08 02:37:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005981 10.0.0.38 - - [2025-09-08 02:37:52] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001109 10.0.0.41 - - [2025-09-08 02:37:52] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.066195 10.0.0.41 - - [2025-09-08 02:37:52] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53245340&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.006605 10.0.0.41 - - [2025-09-08 02:37:53] "DELETE /network-policy/aba33b82-c9d4-4cfe-af90-24e2de73f964 HTTP/1.1" 200 115 0.049503 10.0.0.41 - - [2025-09-08 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004528 10.0.0.38 - - [2025-09-08 02:37:53] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001236 10.0.0.41 - - [2025-09-08 02:37:53] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058899 10.0.0.41 - - [2025-09-08 02:37:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53245340&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.006947 10.0.0.41 - - [2025-09-08 02:37:53] "DELETE /network-policy/0b778867-edf5-4348-8202-bf6585a34a87 HTTP/1.1" 200 115 0.057051 10.0.0.41 - - [2025-09-08 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006358 10.0.0.38 - - [2025-09-08 02:37:53] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.41 - - [2025-09-08 02:37:53] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.049732 10.0.0.41 - - [2025-09-08 02:37:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53245340&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006393 10.0.0.41 - - [2025-09-08 02:37:53] "DELETE /network-policy/009e523d-6393-403e-b814-b2416c9e56d8 HTTP/1.1" 200 115 0.051570 10.0.0.41 - - [2025-09-08 02:37:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.38 - - [2025-09-08 02:37:53] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001067 10.0.0.41 - - [2025-09-08 02:37:53] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060523 10.0.0.41 - - [2025-09-08 02:37:53] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-53245340&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006082 10.0.0.41 - - [2025-09-08 02:37:53] "POST /neutron/network HTTP/1.1" 200 1309 0.033291 10.0.0.27 - - [2025-09-08 02:37:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.38 - - [2025-09-08 02:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003989 10.0.0.38 - - [2025-09-08 02:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.006081 10.0.0.38 - - [2025-09-08 02:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003676 10.0.0.38 - - [2025-09-08 02:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002739 10.0.0.38 - - [2025-09-08 02:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002483 10.0.0.38 - - [2025-09-08 02:37:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002850 10.0.0.41 - - [2025-09-08 02:37:54] "POST /neutron/network HTTP/1.1" 200 151 0.159798 10.0.0.27 - - [2025-09-08 02:37:54] "DELETE /route-target/5a117192-e5d2-436a-9711-52260ebc1372 HTTP/1.1" 200 115 0.039157 10.0.0.41 - - [2025-09-08 02:37:55] "POST /neutron/network HTTP/1.1" 200 1309 0.013026 10.0.0.27 - - [2025-09-08 02:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004489 10.0.0.41 - - [2025-09-08 02:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.41 - - [2025-09-08 02:37:55] "DELETE /network-ipam/00549890-c39e-4d38-84fb-7c6b9cdef768 HTTP/1.1" 200 115 0.040515 10.0.0.41 - - [2025-09-08 02:37:55] "POST /fqname-to-id HTTP/1.1" 404 252 0.007088 10.0.0.38 - - [2025-09-08 02:37:55] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001083 10.0.0.38 - - [2025-09-08 02:37:55] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.048099 10.0.0.38 - - [2025-09-08 02:37:55] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001163 10.0.0.38 - - [2025-09-08 02:37:55] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?fields=security_groups HTTP/1.1" 200 1386 0.050970 10.0.0.38 - - [2025-09-08 02:37:56] "DELETE /security-group/06e562fd-0899-4e2a-b9f5-c2d06e6b66ff HTTP/1.1" 200 115 0.057868 10.0.0.38 - - [2025-09-08 02:37:56] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001303 10.0.0.38 - - [2025-09-08 02:37:56] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?fields=application_policy_sets HTTP/1.1" 200 1425 0.080673 10.0.0.27 - - [2025-09-08 02:37:56] "DELETE /access-control-list/d068132f-8468-429c-8288-7682404e2ba1 HTTP/1.1" 200 115 0.072436 10.0.0.41 - - [2025-09-08 02:37:56] "DELETE /project/59d31039-e079-45c5-84c1-cc3730ec50dd HTTP/1.1" 200 115 0.473654 10.0.0.38 - - [2025-09-08 02:37:56] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.41 - - [2025-09-08 02:37:56] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?fields=projects HTTP/1.1" 200 1244 0.013319 10.0.0.38 - - [2025-09-08 02:37:58] "GET /global-system-configs HTTP/1.1" 200 322 0.100590 10.0.0.41 - - [2025-09-08 02:37:58] "GET /obj-perms HTTP/1.1" 200 5056 0.165024 10.0.0.27 - - [2025-09-08 02:37:59] "GET /global-system-configs HTTP/1.1" 200 322 0.055700 10.0.0.38 - - [2025-09-08 02:37:59] "GET /obj-perms HTTP/1.1" 200 5056 0.153463 10.0.0.27 - - [2025-09-08 02:37:59] "GET /global-system-configs HTTP/1.1" 200 322 0.089283 10.0.0.27 - - [2025-09-08 02:37:59] "GET /obj-perms HTTP/1.1" 200 5056 0.151854 10.0.0.38 - - [2025-09-08 02:37:59] "GET /global-system-configs HTTP/1.1" 200 322 0.005053 10.0.0.41 - - [2025-09-08 02:37:59] "GET /obj-perms HTTP/1.1" 200 5056 0.006990 10.0.0.41 - - [2025-09-08 02:38:01] "GET /global-system-configs HTTP/1.1" 200 322 0.068715 10.0.0.38 - - [2025-09-08 02:38:01] "GET /obj-perms HTTP/1.1" 200 5056 0.180985 10.0.0.41 - - [2025-09-08 02:38:01] "GET /global-system-configs HTTP/1.1" 200 322 0.036617 10.0.0.27 - - [2025-09-08 02:38:01] "GET /obj-perms HTTP/1.1" 200 5056 0.170833 10.0.0.41 - - [2025-09-08 02:38:01] "POST /fqname-to-id HTTP/1.1" 404 225 0.004308 10.0.0.38 - - [2025-09-08 02:38:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.004945 10.0.0.38 - - [2025-09-08 02:38:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.011342 10.0.0.38 - - [2025-09-08 02:38:02] "POST /security-groups HTTP/1.1" 200 599 0.073449 10.0.0.38 - - [2025-09-08 02:38:02] "POST /projects HTTP/1.1" 200 601 0.303991 10.0.0.41 - - [2025-09-08 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.337377 10.0.0.27 - - [2025-09-08 02:38:02] "POST /fqname-to-id HTTP/1.1" 404 241 0.012245 10.0.0.38 - - [2025-09-08 02:38:02] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002242 10.0.0.41 - - [2025-09-08 02:38:02] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.058222 10.0.0.41 - - [2025-09-08 02:38:02] "POST /network-policys HTTP/1.1" 200 559 0.032720 10.0.0.41 - - [2025-09-08 02:38:02] "GET /network-policy/fff0d651-6d7d-4ad8-a104-643f3e48e6ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.010176 10.0.0.41 - - [2025-09-08 02:38:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.38 - - [2025-09-08 02:38:02] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001207 10.0.0.41 - - [2025-09-08 02:38:02] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050620 10.0.0.38 - - [2025-09-08 02:38:02] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.41 - - [2025-09-08 02:38:02] "POST /neutron/network HTTP/1.1" 200 615 0.132108 10.0.0.27 - - [2025-09-08 02:38:02] "POST /ref-update HTTP/1.1" 200 156 0.027314 10.0.0.41 - - [2025-09-08 02:38:03] "POST /neutron/network HTTP/1.1" 200 1006 0.017806 10.0.0.41 - - [2025-09-08 02:38:03] "POST /id-to-fqname HTTP/1.1" 200 229 0.001458 10.0.0.41 - - [2025-09-08 02:38:03] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006126 10.0.0.41 - - [2025-09-08 02:38:03] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006231 10.0.0.41 - - [2025-09-08 02:38:03] "POST /neutron/subnet HTTP/1.1" 200 721 0.010339 10.0.0.27 - - [2025-09-08 02:38:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.009128 10.0.0.41 - - [2025-09-08 02:38:03] "POST /neutron/network HTTP/1.1" 200 1105 0.105331 10.0.0.41 - - [2025-09-08 02:38:03] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007925 10.0.0.41 - - [2025-09-08 02:38:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.41 - - [2025-09-08 02:38:03] "GET /network-policy/fff0d651-6d7d-4ad8-a104-643f3e48e6ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.005241 10.0.0.41 - - [2025-09-08 02:38:04] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006212 10.0.0.41 - - [2025-09-08 02:38:04] "GET /obj-perms HTTP/1.1" 200 5046 0.004692 10.0.0.41 - - [2025-09-08 02:38:04] "POST /id-to-fqname HTTP/1.1" 200 229 0.001634 10.0.0.38 - - [2025-09-08 02:38:05] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001618 10.0.0.41 - - [2025-09-08 02:38:05] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.077321 10.0.0.41 - - [2025-09-08 02:38:05] "POST /neutron/network HTTP/1.1" 200 1105 0.036323 10.0.0.41 - - [2025-09-08 02:38:05] "POST /id-to-fqname HTTP/1.1" 200 229 0.001443 10.0.0.41 - - [2025-09-08 02:38:05] "POST /neutron/port HTTP/1.1" 200 117 0.007589 10.0.0.38 - - [2025-09-08 02:38:06] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001167 10.0.0.27 - - [2025-09-08 02:38:06] "PUT /access-control-list/50791ef3-a2c0-41c1-8355-a1fa27ff00b5 HTTP/1.1" 200 272 0.039988 10.0.0.41 - - [2025-09-08 02:38:06] "POST /neutron/port HTTP/1.1" 200 1173 0.410323 10.0.0.38 - - [2025-09-08 02:38:06] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001079 10.0.0.41 - - [2025-09-08 02:38:06] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.098909 10.0.0.41 - - [2025-09-08 02:38:06] "POST /neutron/port HTTP/1.1" 200 1173 0.039145 10.0.0.41 - - [2025-09-08 02:38:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.017742 10.0.0.41 - - [2025-09-08 02:38:07] "POST /neutron/port HTTP/1.1" 200 1201 0.022236 10.0.0.41 - - [2025-09-08 02:38:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004802 10.0.0.41 - - [2025-09-08 02:38:07] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.38 - - [2025-09-08 02:38:07] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001219 10.0.0.41 - - [2025-09-08 02:38:08] "POST /neutron/port HTTP/1.1" 200 1173 0.400313 10.0.0.41 - - [2025-09-08 02:38:08] "POST /neutron/port HTTP/1.1" 200 1227 0.154227 10.0.0.41 - - [2025-09-08 02:38:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004704 10.0.0.41 - - [2025-09-08 02:38:08] "POST /neutron/port HTTP/1.1" 200 117 0.001345 10.0.0.41 - - [2025-09-08 02:38:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008527 10.0.0.41 - - [2025-09-08 02:38:12] "POST /neutron/port HTTP/1.1" 200 1201 0.017818 10.0.0.41 - - [2025-09-08 02:38:12] "GET /virtual-machine/7c9224a2-0cdf-4c18-9155-1084dd480fb5 HTTP/1.1" 200 1300 0.007344 10.0.0.41 - - [2025-09-08 02:38:12] "GET /virtual-machine-interface/b3f14fc0-30f2-473b-aa4d-6a7eb840dc73 HTTP/1.1" 200 3179 0.005890 10.0.0.41 - - [2025-09-08 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.41 - - [2025-09-08 02:38:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005532 10.0.0.41 - - [2025-09-08 02:38:12] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003602 10.0.0.41 - - [2025-09-08 02:38:12] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007883 10.0.0.41 - - [2025-09-08 02:38:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.41 - - [2025-09-08 02:38:15] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005964 10.0.0.38 - - [2025-09-08 02:38:18] "GET /obj-perms HTTP/1.1" 200 5056 0.051073 10.0.0.41 - - [2025-09-08 02:38:18] "POST /neutron/port HTTP/1.1" 200 1201 0.022640 10.0.0.41 - - [2025-09-08 02:38:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010331 10.0.0.41 - - [2025-09-08 02:38:18] "POST /neutron/port HTTP/1.1" 200 117 0.001212 10.0.0.41 - - [2025-09-08 02:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.41 - - [2025-09-08 02:38:19] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006523 10.0.0.41 - - [2025-09-08 02:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.41 - - [2025-09-08 02:38:23] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006280 10.0.0.41 - - [2025-09-08 02:38:27] "POST /neutron/port HTTP/1.1" 200 1201 0.019078 10.0.0.41 - - [2025-09-08 02:38:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004655 10.0.0.41 - - [2025-09-08 02:38:27] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.41 - - [2025-09-08 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.41 - - [2025-09-08 02:38:28] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.005869 10.0.0.41 - - [2025-09-08 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.41 - - [2025-09-08 02:38:32] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007682 10.0.0.41 - - [2025-09-08 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.41 - - [2025-09-08 02:38:36] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006200 10.0.0.41 - - [2025-09-08 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.41 - - [2025-09-08 02:38:40] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006259 10.0.0.41 - - [2025-09-08 02:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.41 - - [2025-09-08 02:38:44] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006330 10.0.0.41 - - [2025-09-08 02:38:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.41 - - [2025-09-08 02:38:46] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004426 10.0.0.41 - - [2025-09-08 02:38:46] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003239 10.0.0.41 - - [2025-09-08 02:38:46] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.008405 10.0.0.41 - - [2025-09-08 02:38:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008132 10.0.0.41 - - [2025-09-08 02:38:55] "POST /neutron/port HTTP/1.1" 200 1201 0.046819 10.0.0.41 - - [2025-09-08 02:38:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007329 10.0.0.38 - - [2025-09-08 02:39:01] "DELETE /project/59d31039e07945c584c1cc3730ec50dd HTTP/1.1" 404 173 0.027426 10.0.0.41 - - [2025-09-08 02:39:02] "POST /neutron/port HTTP/1.1" 200 1201 0.020417 10.0.0.41 - - [2025-09-08 02:39:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008698 10.0.0.41 - - [2025-09-08 02:39:07] "POST /neutron/port HTTP/1.1" 200 1201 0.017505 10.0.0.41 - - [2025-09-08 02:39:07] "GET /virtual-machine/9d97de53-429e-42e4-90bf-31c6747d6f56 HTTP/1.1" 200 1301 0.007166 10.0.0.41 - - [2025-09-08 02:39:07] "GET /virtual-machine-interface/89f99dda-0465-4a10-9f21-3c3cf3b0d969 HTTP/1.1" 200 3178 0.007374 10.0.0.41 - - [2025-09-08 02:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.41 - - [2025-09-08 02:39:08] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004039 10.0.0.41 - - [2025-09-08 02:39:08] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003312 10.0.0.41 - - [2025-09-08 02:39:08] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.010161 10.0.0.41 - - [2025-09-08 02:39:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.41 - - [2025-09-08 02:39:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004009 10.0.0.41 - - [2025-09-08 02:39:09] "GET /virtual-networks?parent_id=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003104 10.0.0.41 - - [2025-09-08 02:39:09] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.006214 10.0.0.41 - - [2025-09-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 1201 0.018035 10.0.0.41 - - [2025-09-08 02:39:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004348 10.0.0.41 - - [2025-09-08 02:39:20] "POST /neutron/port HTTP/1.1" 200 117 0.001424 10.0.0.41 - - [2025-09-08 02:39:28] "POST /neutron/port HTTP/1.1" 200 1201 0.019608 10.0.0.41 - - [2025-09-08 02:39:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005274 10.0.0.41 - - [2025-09-08 02:39:28] "POST /neutron/port HTTP/1.1" 200 117 0.001543 10.0.0.41 - - [2025-09-08 02:39:34] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2952 0.007615 10.0.0.41 - - [2025-09-08 02:39:34] "POST /neutron/network HTTP/1.1" 200 1006 0.086817 10.0.0.41 - - [2025-09-08 02:39:34] "GET /virtual-network/460119fd-912b-493d-bb85-1ae74f705ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.016620 10.0.0.41 - - [2025-09-08 02:39:34] "POST /neutron/network HTTP/1.1" 400 204 0.016820 10.0.0.41 - - [2025-09-08 02:39:35] "POST /neutron/port HTTP/1.1" 200 1227 0.016700 10.0.0.41 - - [2025-09-08 02:39:35] "POST /neutron/port HTTP/1.1" 200 151 0.333961 10.0.0.27 - - [2025-09-08 02:39:37] "DELETE /route-target/3d233300-5099-4e8d-8f0d-97f2cf2af2ad HTTP/1.1" 200 115 0.030355 10.0.0.41 - - [2025-09-08 02:39:37] "DELETE /network-policy/fff0d651-6d7d-4ad8-a104-643f3e48e6ae HTTP/1.1" 200 115 0.050859 10.0.0.38 - - [2025-09-08 02:39:40] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001411 10.0.0.41 - - [2025-09-08 02:39:40] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.076950 10.0.0.38 - - [2025-09-08 02:39:40] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.41 - - [2025-09-08 02:39:40] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?fields=virtual_networks HTTP/1.1" 200 1047 0.045108 10.0.0.38 - - [2025-09-08 02:39:40] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001598 10.0.0.41 - - [2025-09-08 02:39:40] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.050002 10.0.0.38 - - [2025-09-08 02:39:40] "GET /projects?obj_uuids=59d31039-e079-45c5-84c1-cc3730ec50dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001289 10.0.0.41 - - [2025-09-08 02:39:40] "GET /project/59d31039-e079-45c5-84c1-cc3730ec50dd?fields=security_groups HTTP/1.1" 200 1281 0.040952 10.0.0.41 - - [2025-09-08 02:39:41] "POST /fqname-to-id HTTP/1.1" 404 202 0.025324 10.0.0.38 - - [2025-09-08 02:39:41] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004281 10.0.0.38 - - [2025-09-08 02:39:41] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.38 - - [2025-09-08 02:39:41] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007849 10.0.0.38 - - [2025-09-08 02:39:41] "POST /id-to-fqname HTTP/1.1" 200 204 0.005682 10.0.0.38 - - [2025-09-08 02:39:41] "POST /fqname-to-id HTTP/1.1" 404 213 0.015918 10.0.0.38 - - [2025-09-08 02:39:41] "POST /security-groups HTTP/1.1" 200 605 0.037837 10.0.0.38 - - [2025-09-08 02:39:41] "POST /projects HTTP/1.1" 200 613 0.291291 10.0.0.27 - - [2025-09-08 02:39:41] "POST /fqname-to-id HTTP/1.1" 404 247 0.015997 10.0.0.38 - - [2025-09-08 02:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.362820 10.0.0.41 - - [2025-09-08 02:39:41] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.513356 10.0.0.41 - - [2025-09-08 02:39:43] "GET / HTTP/1.1" 200 35931 0.001633 10.0.0.27 - - [2025-09-08 02:39:44] "DELETE /access-control-list/8afb9b04-7296-4923-89a6-bcf92e51681a HTTP/1.1" 200 115 0.096735 10.0.0.41 - - [2025-09-08 02:39:46] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000482 10.0.0.38 - - [2025-09-08 02:39:47] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001065 10.0.0.41 - - [2025-09-08 02:39:47] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.074604 10.0.0.41 - - [2025-09-08 02:39:47] "GET / HTTP/1.1" 200 35931 0.001657 10.0.0.41 - - [2025-09-08 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.38 - - [2025-09-08 02:39:48] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.41 - - [2025-09-08 02:39:48] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008990 10.0.0.41 - - [2025-09-08 02:39:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.38 - - [2025-09-08 02:39:48] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001154 10.0.0.41 - - [2025-09-08 02:39:48] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.054037 10.0.0.41 - - [2025-09-08 02:39:49] "GET /domains HTTP/1.1" 401 292 0.000559 10.0.0.41 - - [2025-09-08 02:39:49] "GET /domains HTTP/1.1" 200 280 0.030397 10.0.0.38 - - [2025-09-08 02:39:49] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.41 - - [2025-09-08 02:39:49] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe HTTP/1.1" 200 2587 0.010640 10.0.0.38 - - [2025-09-08 02:39:49] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001107 10.0.0.41 - - [2025-09-08 02:39:49] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f HTTP/1.1" 200 1935 0.101421 10.0.0.41 - - [2025-09-08 02:39:49] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003789 10.0.0.41 - - [2025-09-08 02:39:49] "POST /network-ipams HTTP/1.1" 200 627 0.038927 10.0.0.41 - - [2025-09-08 02:39:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003715 10.0.0.41 - - [2025-09-08 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.41 - - [2025-09-08 02:39:50] "GET /network-ipam/78acfd8e-e0f0-4fa0-98cc-7a91026ef6b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.007369 10.0.0.41 - - [2025-09-08 02:39:50] "PUT /network-ipam/78acfd8e-e0f0-4fa0-98cc-7a91026ef6b1 HTTP/1.1" 200 258 0.020257 10.0.0.41 - - [2025-09-08 02:39:50] "POST /fqname-to-id HTTP/1.1" 401 292 0.000626 10.0.0.41 - - [2025-09-08 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.034625 10.0.0.38 - - [2025-09-08 02:39:50] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001151 10.0.0.41 - - [2025-09-08 02:39:50] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.053159 10.0.0.41 - - [2025-09-08 02:39:50] "POST /neutron/network HTTP/1.1" 200 117 0.039807 10.0.0.38 - - [2025-09-08 02:39:51] "POST /useragent-kv HTTP/1.1" 200 115 0.007942 10.0.0.41 - - [2025-09-08 02:39:51] "POST /neutron/subnet HTTP/1.1" 200 823 0.184462 10.0.0.41 - - [2025-09-08 02:39:51] "POST /id-to-fqname HTTP/1.1" 200 237 0.001432 10.0.0.41 - - [2025-09-08 02:39:51] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.013432 10.0.0.41 - - [2025-09-08 02:39:51] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.006245 10.0.0.41 - - [2025-09-08 02:39:51] "POST /neutron/network HTTP/1.1" 200 1141 0.010524 10.0.0.41 - - [2025-09-08 02:39:52] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.007152 10.0.0.27 - - [2025-09-08 02:39:53] "GET /obj-perms HTTP/1.1" 200 5021 0.054038 10.0.0.41 - - [2025-09-08 02:39:53] "POST /fqname-to-id HTTP/1.1" 404 231 0.004004 10.0.0.41 - - [2025-09-08 02:39:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.38 - - [2025-09-08 02:39:53] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001676 10.0.0.41 - - [2025-09-08 02:39:53] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.053620 10.0.0.41 - - [2025-09-08 02:39:53] "POST /network-policys HTTP/1.1" 200 565 0.032061 10.0.0.41 - - [2025-09-08 02:39:54] "GET /network-policy/ca7ea083-aa50-424b-a930-070fe3708bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.006982 10.0.0.41 - - [2025-09-08 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.003388 10.0.0.41 - - [2025-09-08 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003000 10.0.0.38 - - [2025-09-08 02:39:54] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001076 10.0.0.41 - - [2025-09-08 02:39:54] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.047737 10.0.0.41 - - [2025-09-08 02:39:54] "POST /network-policys HTTP/1.1" 200 565 0.044259 10.0.0.41 - - [2025-09-08 02:39:54] "GET /network-policy/514124b5-19cf-4012-ae3b-d5260eca1d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.006600 10.0.0.41 - - [2025-09-08 02:39:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.003379 10.0.0.41 - - [2025-09-08 02:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.38 - - [2025-09-08 02:39:54] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001371 10.0.0.41 - - [2025-09-08 02:39:54] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.056513 10.0.0.41 - - [2025-09-08 02:39:54] "POST /network-policys HTTP/1.1" 200 565 0.047006 10.0.0.41 - - [2025-09-08 02:39:54] "GET /network-policy/df1b7510-9766-4e6e-ab15-0ec2f912b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.007424 10.0.0.41 - - [2025-09-08 02:39:55] "POST /neutron/network HTTP/1.1" 200 1141 0.085051 10.0.0.27 - - [2025-09-08 02:39:55] "POST /fqname-to-id HTTP/1.1" 404 254 0.006112 10.0.0.27 - - [2025-09-08 02:39:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.004228 10.0.0.41 - - [2025-09-08 02:39:55] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.008138 10.0.0.41 - - [2025-09-08 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.41 - - [2025-09-08 02:39:55] "GET /network-policy/514124b5-19cf-4012-ae3b-d5260eca1d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.013350 10.0.0.41 - - [2025-09-08 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.41 - - [2025-09-08 02:39:55] "GET /network-policy/ca7ea083-aa50-424b-a930-070fe3708bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.005233 10.0.0.41 - - [2025-09-08 02:39:55] "POST /id-to-fqname HTTP/1.1" 200 237 0.001747 10.0.0.41 - - [2025-09-08 02:39:55] "POST /neutron/network HTTP/1.1" 200 1349 0.010558 10.0.0.38 - - [2025-09-08 02:39:56] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001585 10.0.0.41 - - [2025-09-08 02:39:56] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.079859 10.0.0.41 - - [2025-09-08 02:39:56] "POST /neutron/port HTTP/1.1" 200 117 0.006989 10.0.0.38 - - [2025-09-08 02:39:57] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001118 10.0.0.41 - - [2025-09-08 02:39:57] "POST /neutron/port HTTP/1.1" 200 1180 0.334000 10.0.0.41 - - [2025-09-08 02:39:57] "POST /neutron/port HTTP/1.1" 200 1234 0.124271 10.0.0.41 - - [2025-09-08 02:39:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004804 10.0.0.41 - - [2025-09-08 02:39:58] "POST /neutron/port HTTP/1.1" 200 117 0.001400 10.0.0.38 - - [2025-09-08 02:40:01] "DELETE /project/59d31039-e079-45c5-84c1-cc3730ec50dd HTTP/1.1" 404 177 0.006866 10.0.0.38 - - [2025-09-08 02:40:01] "DELETE /project/0b0835022bfe4397bedcb6ac8bedd82f HTTP/1.1" 404 173 0.006015 10.0.0.41 - - [2025-09-08 02:40:01] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008507 10.0.0.41 - - [2025-09-08 02:40:02] "POST /neutron/port HTTP/1.1" 200 1208 0.018055 10.0.0.41 - - [2025-09-08 02:40:02] "GET /virtual-machine/86fc931d-cb90-4597-a8a5-78250603f1d3 HTTP/1.1" 401 292 0.000531 10.0.0.41 - - [2025-09-08 02:40:02] "GET /virtual-machine/86fc931d-cb90-4597-a8a5-78250603f1d3 HTTP/1.1" 200 1306 0.041137 10.0.0.41 - - [2025-09-08 02:40:02] "GET /virtual-machine-interface/4cd5dfa0-3555-4b94-a2e6-c10a8268f270 HTTP/1.1" 200 3177 0.008708 10.0.0.41 - - [2025-09-08 02:40:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005547 10.0.0.41 - - [2025-09-08 02:40:02] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005771 10.0.0.41 - - [2025-09-08 02:40:02] "GET /virtual-networks?parent_id=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004756 10.0.0.41 - - [2025-09-08 02:40:02] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.009032 10.0.0.41 - - [2025-09-08 02:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.41 - - [2025-09-08 02:40:05] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.007902 10.0.0.41 - - [2025-09-08 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.41 - - [2025-09-08 02:40:09] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006656 10.0.0.41 - - [2025-09-08 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.41 - - [2025-09-08 02:40:14] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.007336 10.0.0.41 - - [2025-09-08 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.41 - - [2025-09-08 02:40:18] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.007045 10.0.0.41 - - [2025-09-08 02:40:20] "GET /obj-perms HTTP/1.1" 200 5056 0.052962 10.0.0.41 - - [2025-09-08 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.41 - - [2025-09-08 02:40:22] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006211 10.0.0.41 - - [2025-09-08 02:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005939 10.0.0.41 - - [2025-09-08 02:40:26] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006655 10.0.0.41 - - [2025-09-08 02:40:30] "POST /neutron/port HTTP/1.1" 200 1208 0.017397 10.0.0.41 - - [2025-09-08 02:40:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004243 10.0.0.41 - - [2025-09-08 02:40:30] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.41 - - [2025-09-08 02:40:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.41 - - [2025-09-08 02:40:30] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006513 10.0.0.41 - - [2025-09-08 02:40:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.41 - - [2025-09-08 02:40:34] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006495 10.0.0.41 - - [2025-09-08 02:40:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.41 - - [2025-09-08 02:40:36] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004567 10.0.0.41 - - [2025-09-08 02:40:36] "GET /virtual-networks?parent_id=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003906 10.0.0.41 - - [2025-09-08 02:40:36] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3301 0.006436 10.0.0.41 - - [2025-09-08 02:40:37] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008402 10.0.0.41 - - [2025-09-08 02:40:46] "POST /neutron/port HTTP/1.1" 200 1208 0.016774 10.0.0.41 - - [2025-09-08 02:40:47] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008414 10.0.0.41 - - [2025-09-08 02:40:57] "POST /neutron/port HTTP/1.1" 200 1208 0.016458 10.0.0.41 - - [2025-09-08 02:40:58] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010005 10.0.0.41 - - [2025-09-08 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.41 - - [2025-09-08 02:40:58] "GET /network-policy/ca7ea083-aa50-424b-a930-070fe3708bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.004600 10.0.0.41 - - [2025-09-08 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.41 - - [2025-09-08 02:40:58] "GET /network-policy/514124b5-19cf-4012-ae3b-d5260eca1d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005068 10.0.0.41 - - [2025-09-08 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.41 - - [2025-09-08 02:40:58] "GET /network-policy/df1b7510-9766-4e6e-ab15-0ec2f912b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.003799 10.0.0.27 - - [2025-09-08 02:40:58] "PUT /access-control-list/fd076212-272c-41fa-a6d8-6e20361f4345 HTTP/1.1" 200 272 0.016497 10.0.0.41 - - [2025-09-08 02:40:58] "POST /neutron/network HTTP/1.1" 200 1431 0.013925 10.0.0.41 - - [2025-09-08 02:40:58] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3597 0.005903 10.0.0.41 - - [2025-09-08 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.41 - - [2025-09-08 02:40:58] "GET /network-policy/514124b5-19cf-4012-ae3b-d5260eca1d00?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004745 10.0.0.41 - - [2025-09-08 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.41 - - [2025-09-08 02:40:58] "GET /network-policy/ca7ea083-aa50-424b-a930-070fe3708bc2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4075 0.006133 10.0.0.41 - - [2025-09-08 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.41 - - [2025-09-08 02:40:58] "GET /network-policy/df1b7510-9766-4e6e-ab15-0ec2f912b882?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006400 10.0.0.41 - - [2025-09-08 02:41:03] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3597 0.007194 10.0.0.41 - - [2025-09-08 02:41:04] "POST /neutron/network HTTP/1.1" 200 1141 0.021648 10.0.0.41 - - [2025-09-08 02:41:04] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.008070 10.0.0.41 - - [2025-09-08 02:41:09] "GET /virtual-machine/86fc931d-cb90-4597-a8a5-78250603f1d3 HTTP/1.1" 200 1306 0.005799 10.0.0.41 - - [2025-09-08 02:41:10] "POST /neutron/port HTTP/1.1" 200 151 0.260592 10.0.0.41 - - [2025-09-08 02:41:11] "GET /virtual-machine/86fc931d-cb90-4597-a8a5-78250603f1d3 HTTP/1.1" 404 171 0.004363 10.0.0.41 - - [2025-09-08 02:41:11] "GET /virtual-machine/86fc931d-cb90-4597-a8a5-78250603f1d3 HTTP/1.1" 404 171 0.005116 10.0.0.41 - - [2025-09-08 02:41:11] "GET /virtual-machine/86fc931d-cb90-4597-a8a5-78250603f1d3 HTTP/1.1" 404 171 0.003699 10.0.0.41 - - [2025-09-08 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.41 - - [2025-09-08 02:41:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004298 10.0.0.41 - - [2025-09-08 02:41:11] "GET /virtual-networks?parent_id=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.004378 10.0.0.41 - - [2025-09-08 02:41:11] "GET /virtual-network/a2ea4860-52cf-473c-b24c-06f84d9afd17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2684 0.008290 10.0.0.41 - - [2025-09-08 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004728 10.0.0.41 - - [2025-09-08 02:41:11] "GET /routing-instance/cca77274-4c80-4201-af4b-c4eb77ca9d41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.006235 10.0.0.41 - - [2025-09-08 02:41:11] "GET /route-target/821a30ed-2636-48d4-8388-793866c03ad5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005580 10.0.0.41 - - [2025-09-08 02:41:14] "GET /obj-perms HTTP/1.1" 200 5021 0.055619 10.0.0.41 - - [2025-09-08 02:41:18] "GET /obj-perms HTTP/1.1" 200 5021 0.004212 10.0.0.38 - - [2025-09-08 02:41:21] "GET /obj-perms HTTP/1.1" 200 5056 0.051301 10.0.0.41 - - [2025-09-08 02:41:21] "GET /obj-perms HTTP/1.1" 200 5021 0.004887 10.0.0.41 - - [2025-09-08 02:41:21] "DELETE /network-policy/df1b7510-9766-4e6e-ab15-0ec2f912b882 HTTP/1.1" 200 115 0.061672 10.0.0.41 - - [2025-09-08 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.38 - - [2025-09-08 02:41:21] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001081 10.0.0.41 - - [2025-09-08 02:41:21] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.050529 10.0.0.41 - - [2025-09-08 02:41:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-41738782&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.026953 10.0.0.41 - - [2025-09-08 02:41:22] "DELETE /network-policy/514124b5-19cf-4012-ae3b-d5260eca1d00 HTTP/1.1" 200 115 0.059535 10.0.0.41 - - [2025-09-08 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.008763 10.0.0.38 - - [2025-09-08 02:41:22] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001159 10.0.0.41 - - [2025-09-08 02:41:22] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.085879 10.0.0.41 - - [2025-09-08 02:41:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-41738782&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005939 10.0.0.41 - - [2025-09-08 02:41:22] "DELETE /network-policy/ca7ea083-aa50-424b-a930-070fe3708bc2 HTTP/1.1" 200 115 0.042287 10.0.0.41 - - [2025-09-08 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.38 - - [2025-09-08 02:41:22] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003175 10.0.0.41 - - [2025-09-08 02:41:22] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.060324 10.0.0.41 - - [2025-09-08 02:41:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-41738782&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.008111 10.0.0.27 - - [2025-09-08 02:41:22] "DELETE /route-target/821a30ed-2636-48d4-8388-793866c03ad5 HTTP/1.1" 200 115 0.024688 10.0.0.41 - - [2025-09-08 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.41 - - [2025-09-08 02:41:23] "DELETE /network-ipam/78acfd8e-e0f0-4fa0-98cc-7a91026ef6b1 HTTP/1.1" 200 115 0.042760 10.0.0.41 - - [2025-09-08 02:41:23] "POST /fqname-to-id HTTP/1.1" 404 264 0.004868 10.0.0.38 - - [2025-09-08 02:41:23] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001067 10.0.0.38 - - [2025-09-08 02:41:23] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.042958 10.0.0.38 - - [2025-09-08 02:41:23] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001344 10.0.0.38 - - [2025-09-08 02:41:23] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?fields=security_groups HTTP/1.1" 200 1404 0.050898 10.0.0.38 - - [2025-09-08 02:41:23] "DELETE /security-group/e78b713d-fa68-4bd3-bd86-1ca32e76de94 HTTP/1.1" 200 115 0.063828 10.0.0.38 - - [2025-09-08 02:41:23] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001180 10.0.0.38 - - [2025-09-08 02:41:23] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?fields=application_policy_sets HTTP/1.1" 200 1443 0.052507 10.0.0.41 - - [2025-09-08 02:41:23] "DELETE /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f HTTP/1.1" 200 115 0.483084 10.0.0.38 - - [2025-09-08 02:41:23] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001648 10.0.0.41 - - [2025-09-08 02:41:23] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?fields=projects HTTP/1.1" 200 1244 0.016546 10.0.0.38 - - [2025-09-08 02:41:26] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003504 10.0.0.38 - - [2025-09-08 02:41:26] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001457 10.0.0.38 - - [2025-09-08 02:41:26] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009604 10.0.0.38 - - [2025-09-08 02:41:27] "POST /id-to-fqname HTTP/1.1" 200 204 0.001466 10.0.0.38 - - [2025-09-08 02:41:27] "POST /fqname-to-id HTTP/1.1" 404 213 0.011397 10.0.0.38 - - [2025-09-08 02:41:27] "POST /security-groups HTTP/1.1" 200 605 0.047544 10.0.0.27 - - [2025-09-08 02:41:27] "POST /fqname-to-id HTTP/1.1" 404 248 0.005835 10.0.0.38 - - [2025-09-08 02:41:27] "POST /projects HTTP/1.1" 200 613 0.300230 10.0.0.38 - - [2025-09-08 02:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.332069 10.0.0.41 - - [2025-09-08 02:41:27] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.798606 10.0.0.38 - - [2025-09-08 02:41:27] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001201 10.0.0.27 - - [2025-09-08 02:41:27] "POST /access-control-lists HTTP/1.1" 200 608 0.067707 10.0.0.41 - - [2025-09-08 02:41:27] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?fields=virtual_networks HTTP/1.1" 200 1059 0.070325 10.0.0.38 - - [2025-09-08 02:41:27] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001072 10.0.0.41 - - [2025-09-08 02:41:27] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.076902 10.0.0.38 - - [2025-09-08 02:41:27] "GET /projects?obj_uuids=0b083502-2bfe-4397-bedc-b6ac8bedd82f&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001393 10.0.0.41 - - [2025-09-08 02:41:27] "GET /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f?fields=security_groups HTTP/1.1" 200 1299 0.050328 10.0.0.41 - - [2025-09-08 02:41:28] "POST /fqname-to-id HTTP/1.1" 404 204 0.025184 10.0.0.38 - - [2025-09-08 02:41:28] "GET /projects?obj_uuids=2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003695 10.0.0.38 - - [2025-09-08 02:41:28] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001263 10.0.0.38 - - [2025-09-08 02:41:28] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008359 10.0.0.38 - - [2025-09-08 02:41:28] "POST /id-to-fqname HTTP/1.1" 200 206 0.002136 10.0.0.38 - - [2025-09-08 02:41:28] "POST /fqname-to-id HTTP/1.1" 404 215 0.006899 10.0.0.38 - - [2025-09-08 02:41:28] "POST /security-groups HTTP/1.1" 200 607 0.041430 10.0.0.38 - - [2025-09-08 02:41:28] "POST /projects HTTP/1.1" 200 617 0.258032 10.0.0.27 - - [2025-09-08 02:41:28] "POST /fqname-to-id HTTP/1.1" 404 249 0.011084 10.0.0.38 - - [2025-09-08 02:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.332124 10.0.0.41 - - [2025-09-08 02:41:29] "GET /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.481891 10.0.0.41 - - [2025-09-08 02:41:30] "GET / HTTP/1.1" 200 35931 0.002065 10.0.0.41 - - [2025-09-08 02:41:33] "POST /fqname-to-id HTTP/1.1" 401 292 0.000559 10.0.0.41 - - [2025-09-08 02:41:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.059445 10.0.0.41 - - [2025-09-08 02:41:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.38 - - [2025-09-08 02:41:33] "GET /projects?obj_uuids=2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001565 10.0.0.41 - - [2025-09-08 02:41:33] "GET /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.052157 10.0.0.41 - - [2025-09-08 02:41:34] "POST /network-policys HTTP/1.1" 200 567 0.035196 10.0.0.41 - - [2025-09-08 02:41:34] "GET /network-policy/299b1819-cff1-4343-b64e-9ea2138da3dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.007427 10.0.0.41 - - [2025-09-08 02:41:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.38 - - [2025-09-08 02:41:34] "GET /projects?obj_uuids=2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001112 10.0.0.41 - - [2025-09-08 02:41:34] "GET /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.070089 10.0.0.41 - - [2025-09-08 02:41:34] "POST /neutron/network HTTP/1.1" 200 117 0.034585 10.0.0.27 - - [2025-09-08 02:41:34] "POST /ref-update HTTP/1.1" 200 156 0.030462 10.0.0.27 - - [2025-09-08 02:41:34] "POST /fqname-to-id HTTP/1.1" 404 207 0.007777 10.0.0.38 - - [2025-09-08 02:41:34] "POST /useragent-kv HTTP/1.1" 200 115 0.010465 10.0.0.41 - - [2025-09-08 02:41:34] "POST /neutron/subnet HTTP/1.1" 200 828 0.220596 10.0.0.41 - - [2025-09-08 02:41:34] "POST /id-to-fqname HTTP/1.1" 200 237 0.001423 10.0.0.41 - - [2025-09-08 02:41:35] "GET /virtual-network/f52efafa-e649-4f5e-b403-3566779f8f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.007078 10.0.0.41 - - [2025-09-08 02:41:35] "GET /virtual-network/f52efafa-e649-4f5e-b403-3566779f8f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2660 0.007007 10.0.0.41 - - [2025-09-08 02:41:35] "POST /neutron/network HTTP/1.1" 200 1016 0.012101 10.0.0.41 - - [2025-09-08 02:41:35] "POST /neutron/network HTTP/1.1" 200 1016 0.010727 10.0.0.41 - - [2025-09-08 02:41:35] "GET /virtual-network/f52efafa-e649-4f5e-b403-3566779f8f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.009164 10.0.0.41 - - [2025-09-08 02:41:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.41 - - [2025-09-08 02:41:35] "GET /network-policy/299b1819-cff1-4343-b64e-9ea2138da3dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3153 0.005045 10.0.0.41 - - [2025-09-08 02:41:35] "GET /virtual-network/f52efafa-e649-4f5e-b403-3566779f8f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2983 0.007232 10.0.0.41 - - [2025-09-08 02:41:36] "GET /obj-perms HTTP/1.1" 200 5062 0.056944 10.0.0.27 - - [2025-09-08 02:41:36] "GET /obj-perms HTTP/1.1" 200 5062 0.056786 10.0.0.41 - - [2025-09-08 02:41:37] "DELETE /network-policy/299b1819-cff1-4343-b64e-9ea2138da3dd HTTP/1.1" 409 238 0.008955 10.0.0.41 - - [2025-09-08 02:41:37] "POST /neutron/network HTTP/1.1" 200 1123 0.012580 10.0.0.27 - - [2025-09-08 02:41:37] "DELETE /access-control-list/3a83476e-4af8-454e-b8bc-c607581dcfae HTTP/1.1" 200 115 0.047718 10.0.0.41 - - [2025-09-08 02:41:38] "DELETE /network-policy/299b1819-cff1-4343-b64e-9ea2138da3dd HTTP/1.1" 200 115 0.047520 10.0.0.41 - - [2025-09-08 02:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.38 - - [2025-09-08 02:41:38] "GET /projects?obj_uuids=2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001405 10.0.0.41 - - [2025-09-08 02:41:38] "GET /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.051360 10.0.0.41 - - [2025-09-08 02:41:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-96060112&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006160 10.0.0.38 - - [2025-09-08 02:41:41] "GET /projects?obj_uuids=2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001735 10.0.0.41 - - [2025-09-08 02:41:41] "GET /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.038574 10.0.0.38 - - [2025-09-08 02:41:41] "GET /projects?obj_uuids=2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001401 10.0.0.41 - - [2025-09-08 02:41:41] "GET /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9?fields=virtual_networks HTTP/1.1" 200 1064 0.069493 10.0.0.38 - - [2025-09-08 02:41:41] "GET /projects?obj_uuids=2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001432 10.0.0.41 - - [2025-09-08 02:41:41] "GET /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.050745 10.0.0.38 - - [2025-09-08 02:41:41] "GET /projects?obj_uuids=2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001193 10.0.0.41 - - [2025-09-08 02:41:41] "GET /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9?fields=security_groups HTTP/1.1" 200 1306 0.056069 10.0.0.41 - - [2025-09-08 02:41:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.026974 10.0.0.38 - - [2025-09-08 02:41:42] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003608 10.0.0.38 - - [2025-09-08 02:41:42] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001015 10.0.0.38 - - [2025-09-08 02:41:42] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009361 10.0.0.38 - - [2025-09-08 02:41:42] "POST /id-to-fqname HTTP/1.1" 200 190 0.003969 10.0.0.38 - - [2025-09-08 02:41:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.010183 10.0.0.38 - - [2025-09-08 02:41:42] "POST /security-groups HTTP/1.1" 200 591 0.041963 10.0.0.27 - - [2025-09-08 02:41:42] "POST /fqname-to-id HTTP/1.1" 404 234 0.004968 10.0.0.38 - - [2025-09-08 02:41:42] "POST /projects HTTP/1.1" 200 585 0.274031 10.0.0.38 - - [2025-09-08 02:41:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.344388 10.0.0.27 - - [2025-09-08 02:41:42] "POST /access-control-lists HTTP/1.1" 200 594 0.032051 10.0.0.41 - - [2025-09-08 02:41:42] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.501529 10.0.0.41 - - [2025-09-08 02:41:44] "GET / HTTP/1.1" 200 35931 0.002100 10.0.0.41 - - [2025-09-08 02:41:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000558 10.0.0.41 - - [2025-09-08 02:41:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.029492 10.0.0.41 - - [2025-09-08 02:41:46] "POST /network-ipams HTTP/1.1" 200 513 0.029421 10.0.0.41 - - [2025-09-08 02:41:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003823 10.0.0.41 - - [2025-09-08 02:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.41 - - [2025-09-08 02:41:46] "GET /network-ipam/e395b99d-308d-4fd3-be95-1c71c8e17e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.006631 10.0.0.41 - - [2025-09-08 02:41:46] "PUT /network-ipam/e395b99d-308d-4fd3-be95-1c71c8e17e7f HTTP/1.1" 200 258 0.016343 10.0.0.41 - - [2025-09-08 02:41:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003314 10.0.0.41 - - [2025-09-08 02:41:46] "POST /network-ipams HTTP/1.1" 200 513 0.030847 10.0.0.41 - - [2025-09-08 02:41:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004152 10.0.0.41 - - [2025-09-08 02:41:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.41 - - [2025-09-08 02:41:47] "GET /network-ipam/ebc5ba14-1390-4439-a6b9-2c02ed21c993?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.008199 10.0.0.41 - - [2025-09-08 02:41:47] "PUT /network-ipam/ebc5ba14-1390-4439-a6b9-2c02ed21c993 HTTP/1.1" 200 258 0.017807 10.0.0.41 - - [2025-09-08 02:41:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004044 10.0.0.41 - - [2025-09-08 02:41:47] "POST /network-ipams HTTP/1.1" 200 513 0.046780 10.0.0.41 - - [2025-09-08 02:41:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.003525 10.0.0.41 - - [2025-09-08 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.41 - - [2025-09-08 02:41:47] "GET /network-ipam/3bb6def6-d3cd-4726-a6ce-c1f18b4c5488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1242 0.007431 10.0.0.41 - - [2025-09-08 02:41:47] "PUT /network-ipam/3bb6def6-d3cd-4726-a6ce-c1f18b4c5488 HTTP/1.1" 200 258 0.014891 10.0.0.41 - - [2025-09-08 02:41:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005390 10.0.0.38 - - [2025-09-08 02:41:48] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001198 10.0.0.41 - - [2025-09-08 02:41:48] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050652 10.0.0.38 - - [2025-09-08 02:41:48] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001361 10.0.0.41 - - [2025-09-08 02:41:48] "POST /neutron/network HTTP/1.1" 200 607 0.167670 10.0.0.27 - - [2025-09-08 02:41:48] "POST /route-targets HTTP/1.1" 200 327 0.020156 10.0.0.41 - - [2025-09-08 02:41:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.004006 10.0.0.41 - - [2025-09-08 02:41:49] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005565 10.0.0.41 - - [2025-09-08 02:41:49] "POST /neutron/network HTTP/1.1" 200 825 0.007401 10.0.0.41 - - [2025-09-08 02:41:49] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006601 10.0.0.41 - - [2025-09-08 02:41:49] "POST /neutron/network HTTP/1.1" 200 825 0.011311 10.0.0.41 - - [2025-09-08 02:41:49] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005696 10.0.0.41 - - [2025-09-08 02:41:49] "GET /network-ipam/e395b99d-308d-4fd3-be95-1c71c8e17e7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1243 0.003933 10.0.0.41 - - [2025-09-08 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.38 - - [2025-09-08 02:41:49] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001118 10.0.0.41 - - [2025-09-08 02:41:49] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048081 10.0.0.27 - - [2025-09-08 02:41:49] "POST /ref-update HTTP/1.1" 200 156 0.021445 10.0.0.38 - - [2025-09-08 02:41:49] "POST /useragent-kv HTTP/1.1" 200 115 0.010353 10.0.0.41 - - [2025-09-08 02:41:49] "POST /neutron/subnet HTTP/1.1" 200 730 0.244829 10.0.0.41 - - [2025-09-08 02:41:49] "POST /id-to-fqname HTTP/1.1" 200 221 0.001537 10.0.0.41 - - [2025-09-08 02:41:49] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006444 10.0.0.41 - - [2025-09-08 02:41:49] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006300 10.0.0.41 - - [2025-09-08 02:41:49] "POST /neutron/network HTTP/1.1" 200 825 0.008002 10.0.0.41 - - [2025-09-08 02:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.38 - - [2025-09-08 02:41:49] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001126 10.0.0.41 - - [2025-09-08 02:41:49] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056872 10.0.0.38 - - [2025-09-08 02:41:50] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001619 10.0.0.41 - - [2025-09-08 02:41:50] "POST /neutron/network HTTP/1.1" 200 607 0.141120 10.0.0.41 - - [2025-09-08 02:41:50] "POST /id-to-fqname HTTP/1.1" 200 221 0.004179 10.0.0.41 - - [2025-09-08 02:41:50] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006297 10.0.0.41 - - [2025-09-08 02:41:50] "POST /neutron/network HTTP/1.1" 200 823 0.008292 10.0.0.41 - - [2025-09-08 02:41:50] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006039 10.0.0.41 - - [2025-09-08 02:41:50] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007417 10.0.0.38 - - [2025-09-08 02:41:52] "GET /obj-perms HTTP/1.1" 200 5030 0.049683 10.0.0.41 - - [2025-09-08 02:41:52] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006340 10.0.0.41 - - [2025-09-08 02:41:53] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006305 10.0.0.41 - - [2025-09-08 02:41:53] "GET /obj-perms HTTP/1.1" 200 5030 0.048437 10.0.0.27 - - [2025-09-08 02:41:53] "GET /obj-perms HTTP/1.1" 200 5030 0.048529 10.0.0.41 - - [2025-09-08 02:41:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.005004 10.0.0.41 - - [2025-09-08 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005353 10.0.0.38 - - [2025-09-08 02:41:53] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.41 - - [2025-09-08 02:41:53] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.049343 10.0.0.41 - - [2025-09-08 02:41:53] "POST /network-policys HTTP/1.1" 200 553 0.030185 10.0.0.41 - - [2025-09-08 02:41:53] "GET /network-policy/0539a9ef-5e96-4afc-992c-a9c896f9c093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.008068 10.0.0.41 - - [2025-09-08 02:41:53] "POST /fqname-to-id HTTP/1.1" 404 215 0.004056 10.0.0.41 - - [2025-09-08 02:41:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005660 10.0.0.38 - - [2025-09-08 02:41:53] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.41 - - [2025-09-08 02:41:53] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.058671 10.0.0.41 - - [2025-09-08 02:41:53] "POST /network-policys HTTP/1.1" 200 553 0.048363 10.0.0.41 - - [2025-09-08 02:41:54] "GET /network-policy/b73b8e25-3b86-4ae4-b9b2-6110c766e53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007085 10.0.0.41 - - [2025-09-08 02:41:54] "POST /fqname-to-id HTTP/1.1" 404 215 0.003046 10.0.0.41 - - [2025-09-08 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.38 - - [2025-09-08 02:41:54] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001142 10.0.0.41 - - [2025-09-08 02:41:54] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.036645 10.0.0.41 - - [2025-09-08 02:41:54] "POST /network-policys HTTP/1.1" 200 553 0.033922 10.0.0.41 - - [2025-09-08 02:41:54] "GET /network-policy/e7a13310-e427-4603-9ab8-7cf9000c9809?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.011795 10.0.0.27 - - [2025-09-08 02:41:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.004896 10.0.0.41 - - [2025-09-08 02:41:54] "POST /ref-update HTTP/1.1" 200 156 0.058137 10.0.0.41 - - [2025-09-08 02:41:54] "POST /ref-update HTTP/1.1" 200 156 0.070882 10.0.0.41 - - [2025-09-08 02:41:54] "POST /neutron/network HTTP/1.1" 200 825 0.008564 10.0.0.27 - - [2025-09-08 02:41:54] "POST /fqname-to-id HTTP/1.1" 404 236 0.008580 10.0.0.41 - - [2025-09-08 02:41:54] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.010544 10.0.0.41 - - [2025-09-08 02:41:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007930 10.0.0.41 - - [2025-09-08 02:41:55] "GET /network-policy/b73b8e25-3b86-4ae4-b9b2-6110c766e53f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.008211 10.0.0.41 - - [2025-09-08 02:41:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001335 10.0.0.41 - - [2025-09-08 02:41:55] "POST /neutron/network HTTP/1.1" 200 1006 0.010195 10.0.0.38 - - [2025-09-08 02:41:56] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001142 10.0.0.41 - - [2025-09-08 02:41:56] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068851 10.0.0.41 - - [2025-09-08 02:41:56] "POST /neutron/port HTTP/1.1" 200 117 0.007509 10.0.0.41 - - [2025-09-08 02:41:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001709 10.0.0.41 - - [2025-09-08 02:41:56] "POST /neutron/network HTTP/1.1" 200 1006 0.007834 10.0.0.41 - - [2025-09-08 02:41:57] "POST /neutron/port HTTP/1.1" 200 1061 0.021777 10.0.0.38 - - [2025-09-08 02:41:57] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001150 10.0.0.41 - - [2025-09-08 02:41:57] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.137421 10.0.0.41 - - [2025-09-08 02:41:57] "POST /neutron/port HTTP/1.1" 200 1089 0.018755 10.0.0.41 - - [2025-09-08 02:41:57] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.41 - - [2025-09-08 02:41:57] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010530 10.0.0.41 - - [2025-09-08 02:41:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001846 10.0.0.41 - - [2025-09-08 02:41:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008427 10.0.0.38 - - [2025-09-08 02:41:58] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001647 10.0.0.27 - - [2025-09-08 02:41:58] "PUT /access-control-list/9b5711aa-9c01-4ba7-a645-312513fe687d HTTP/1.1" 200 272 0.024194 10.0.0.41 - - [2025-09-08 02:41:58] "POST /neutron/port HTTP/1.1" 200 1061 0.381440 10.0.0.41 - - [2025-09-08 02:41:59] "POST /neutron/port HTTP/1.1" 200 1115 0.108656 10.0.0.38 - - [2025-09-08 02:41:59] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001413 10.0.0.41 - - [2025-09-08 02:41:59] "POST /neutron/subnet HTTP/1.1" 200 704 0.014731 10.0.0.41 - - [2025-09-08 02:41:59] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.063688 10.0.0.41 - - [2025-09-08 02:41:59] "POST /neutron/network HTTP/1.1" 200 917 0.007476 10.0.0.41 - - [2025-09-08 02:41:59] "POST /neutron/port HTTP/1.1" 200 117 0.009362 10.0.0.41 - - [2025-09-08 02:41:59] "POST /neutron/port HTTP/1.1" 200 1089 0.018983 10.0.0.41 - - [2025-09-08 02:41:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008317 10.0.0.38 - - [2025-09-08 02:42:00] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001126 10.0.0.41 - - [2025-09-08 02:42:00] "GET /virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375 HTTP/1.1" 401 292 0.001011 10.0.0.41 - - [2025-09-08 02:42:00] "POST /neutron/port HTTP/1.1" 200 1059 0.366099 10.0.0.41 - - [2025-09-08 02:42:00] "POST /neutron/port HTTP/1.1" 200 1059 0.019726 10.0.0.41 - - [2025-09-08 02:42:00] "GET /virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375 HTTP/1.1" 200 1293 0.034033 10.0.0.41 - - [2025-09-08 02:42:00] "GET /virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375 HTTP/1.1" 200 1293 0.004322 10.0.0.41 - - [2025-09-08 02:42:00] "GET /virtual-machine-interface/871191a2-74d7-4634-b3a1-d635f3799762 HTTP/1.1" 200 2944 0.006743 10.0.0.41 - - [2025-09-08 02:42:00] "GET /virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375 HTTP/1.1" 200 1293 0.004855 10.0.0.41 - - [2025-09-08 02:42:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006524 10.0.0.41 - - [2025-09-08 02:42:00] "GET /virtual-machine-interface/871191a2-74d7-4634-b3a1-d635f3799762 HTTP/1.1" 200 2944 0.008013 10.0.0.41 - - [2025-09-08 02:42:00] "GET /instance-ip/a62cec0f-567c-435c-b848-395faf403289 HTTP/1.1" 200 1623 0.009093 10.0.0.41 - - [2025-09-08 02:42:00] "GET /virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375 HTTP/1.1" 200 1293 0.006446 10.0.0.41 - - [2025-09-08 02:42:00] "GET /virtual-machine-interface/871191a2-74d7-4634-b3a1-d635f3799762 HTTP/1.1" 200 2944 0.006932 10.0.0.41 - - [2025-09-08 02:42:00] "GET /instance-ip/a62cec0f-567c-435c-b848-395faf403289 HTTP/1.1" 200 1623 0.005565 10.0.0.41 - - [2025-09-08 02:42:00] "POST /neutron/network HTTP/1.1" 200 823 0.009699 10.0.0.41 - - [2025-09-08 02:42:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.41 - - [2025-09-08 02:42:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004383 10.0.0.41 - - [2025-09-08 02:42:00] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004354 10.0.0.41 - - [2025-09-08 02:42:01] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006795 10.0.0.41 - - [2025-09-08 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.41 - - [2025-09-08 02:42:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005352 10.0.0.41 - - [2025-09-08 02:42:01] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003971 10.0.0.41 - - [2025-09-08 02:42:01] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007443 10.0.0.41 - - [2025-09-08 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.41 - - [2025-09-08 02:42:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005266 10.0.0.41 - - [2025-09-08 02:42:01] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004047 10.0.0.41 - - [2025-09-08 02:42:01] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.008235 10.0.0.41 - - [2025-09-08 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.41 - - [2025-09-08 02:42:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004206 10.0.0.41 - - [2025-09-08 02:42:01] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003803 10.0.0.41 - - [2025-09-08 02:42:01] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006550 10.0.0.41 - - [2025-09-08 02:42:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.38 - - [2025-09-08 02:42:01] "DELETE /project/0b083502-2bfe-4397-bedc-b6ac8bedd82f HTTP/1.1" 404 177 0.006089 10.0.0.38 - - [2025-09-08 02:42:01] "DELETE /project/0b0835022bfe4397bedcb6ac8bedd82f HTTP/1.1" 404 173 0.011102 10.0.0.38 - - [2025-09-08 02:42:01] "DELETE /project/2dcbc7ea0f674a1ab9875184fb9dfbb9 HTTP/1.1" 404 173 0.007991 10.0.0.38 - - [2025-09-08 02:42:01] "DELETE /project/41a61b4f9ace4348a0ab45580b0d490f HTTP/1.1" 404 173 0.005919 10.0.0.38 - - [2025-09-08 02:42:01] "GET /projects?obj_uuids=2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001020 10.0.0.41 - - [2025-09-08 02:42:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003573 10.0.0.41 - - [2025-09-08 02:42:01] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003597 10.0.0.38 - - [2025-09-08 02:42:01] "GET /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1532 0.051344 10.0.0.38 - - [2025-09-08 02:42:01] "GET /projects?obj_uuids=2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001055 10.0.0.41 - - [2025-09-08 02:42:01] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005740 10.0.0.38 - - [2025-09-08 02:42:01] "GET /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9?fields=security_groups HTTP/1.1" 200 1411 0.049473 10.0.0.38 - - [2025-09-08 02:42:01] "DELETE /security-group/880c5926-edbb-46a6-b1d4-22e6daf609dd HTTP/1.1" 200 115 0.056026 10.0.0.38 - - [2025-09-08 02:42:01] "GET /projects?obj_uuids=2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003018 10.0.0.38 - - [2025-09-08 02:42:01] "GET /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9?fields=application_policy_sets HTTP/1.1" 200 1450 0.070742 10.0.0.38 - - [2025-09-08 02:42:01] "DELETE /project/2dcbc7ea-0f67-4a1a-b987-5184fb9dfbb9 HTTP/1.1" 200 115 0.451512 10.0.0.41 - - [2025-09-08 02:42:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.41 - - [2025-09-08 02:42:04] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006962 10.0.0.41 - - [2025-09-08 02:42:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.41 - - [2025-09-08 02:42:08] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005868 10.0.0.41 - - [2025-09-08 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.41 - - [2025-09-08 02:42:12] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006114 10.0.0.41 - - [2025-09-08 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004832 10.0.0.41 - - [2025-09-08 02:42:16] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006536 10.0.0.41 - - [2025-09-08 02:42:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004881 10.0.0.41 - - [2025-09-08 02:42:21] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006816 10.0.0.38 - - [2025-09-08 02:42:22] "GET /obj-perms HTTP/1.1" 200 5056 0.060708 10.0.0.41 - - [2025-09-08 02:42:23] "POST /neutron/network HTTP/1.1" 200 927 0.008576 10.0.0.41 - - [2025-09-08 02:42:23] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.41 - - [2025-09-08 02:42:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.41 - - [2025-09-08 02:42:25] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006437 10.0.0.41 - - [2025-09-08 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.41 - - [2025-09-08 02:42:29] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007200 10.0.0.41 - - [2025-09-08 02:42:31] "POST /neutron/port HTTP/1.1" 200 1089 0.016767 10.0.0.41 - - [2025-09-08 02:42:31] "POST /neutron/subnet HTTP/1.1" 200 703 0.010001 10.0.0.41 - - [2025-09-08 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.41 - - [2025-09-08 02:42:33] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005929 10.0.0.41 - - [2025-09-08 02:42:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.41 - - [2025-09-08 02:42:37] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.005961 10.0.0.41 - - [2025-09-08 02:42:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.41 - - [2025-09-08 02:42:41] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006233 10.0.0.41 - - [2025-09-08 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.41 - - [2025-09-08 02:42:43] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004958 10.0.0.41 - - [2025-09-08 02:42:43] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003675 10.0.0.41 - - [2025-09-08 02:42:43] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006867 10.0.0.41 - - [2025-09-08 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.41 - - [2025-09-08 02:42:43] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004672 10.0.0.41 - - [2025-09-08 02:42:43] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003328 10.0.0.41 - - [2025-09-08 02:42:43] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006750 10.0.0.41 - - [2025-09-08 02:42:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.41 - - [2025-09-08 02:42:44] "GET /routing-instance/b873459e-e01b-467b-a5ff-a1358957c4b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005642 10.0.0.41 - - [2025-09-08 02:42:44] "GET /route-target/3da13d73-58e1-4a77-8fa0-5f3b4ad5cc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004492 10.0.0.41 - - [2025-09-08 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.41 - - [2025-09-08 02:42:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004316 10.0.0.41 - - [2025-09-08 02:42:44] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003336 10.0.0.41 - - [2025-09-08 02:42:44] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007112 10.0.0.41 - - [2025-09-08 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.41 - - [2025-09-08 02:42:44] "GET /routing-instance/b873459e-e01b-467b-a5ff-a1358957c4b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004905 10.0.0.41 - - [2025-09-08 02:42:44] "GET /route-target/3da13d73-58e1-4a77-8fa0-5f3b4ad5cc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005347 10.0.0.41 - - [2025-09-08 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.41 - - [2025-09-08 02:42:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004752 10.0.0.41 - - [2025-09-08 02:42:44] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003816 10.0.0.41 - - [2025-09-08 02:42:44] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006298 10.0.0.41 - - [2025-09-08 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.41 - - [2025-09-08 02:42:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004557 10.0.0.41 - - [2025-09-08 02:42:44] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003639 10.0.0.41 - - [2025-09-08 02:42:44] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007854 10.0.0.41 - - [2025-09-08 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.41 - - [2025-09-08 02:42:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004359 10.0.0.41 - - [2025-09-08 02:42:44] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003695 10.0.0.41 - - [2025-09-08 02:42:44] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007118 10.0.0.41 - - [2025-09-08 02:42:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004397 10.0.0.38 - - [2025-09-08 02:42:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004502 10.0.0.41 - - [2025-09-08 02:42:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004738 10.0.0.41 - - [2025-09-08 02:42:45] "GET /obj-perms HTTP/1.1" 200 5030 0.005008 10.0.0.41 - - [2025-09-08 02:42:45] "POST /neutron/port HTTP/1.1" 200 1089 0.021155 10.0.0.41 - - [2025-09-08 02:42:45] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008558 10.0.0.41 - - [2025-09-08 02:42:45] "POST /neutron/port HTTP/1.1" 200 1089 0.018063 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd HTTP/1.1" 200 1292 0.006733 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd HTTP/1.1" 200 1292 0.004289 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-machine-interface/0d4bdcdc-0320-4806-ac8c-82c176b4149d HTTP/1.1" 200 2943 0.006144 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd HTTP/1.1" 200 1292 0.004225 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-machine-interface/0d4bdcdc-0320-4806-ac8c-82c176b4149d HTTP/1.1" 200 2943 0.005661 10.0.0.41 - - [2025-09-08 02:42:45] "GET /instance-ip/9eaa4d71-4c94-49e8-be89-fa2e5392d7a5 HTTP/1.1" 200 1623 0.006835 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd HTTP/1.1" 200 1292 0.004731 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-machine-interface/0d4bdcdc-0320-4806-ac8c-82c176b4149d HTTP/1.1" 200 2943 0.005910 10.0.0.41 - - [2025-09-08 02:42:45] "GET /instance-ip/9eaa4d71-4c94-49e8-be89-fa2e5392d7a5 HTTP/1.1" 200 1623 0.004918 10.0.0.41 - - [2025-09-08 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.41 - - [2025-09-08 02:42:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004522 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003879 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006950 10.0.0.41 - - [2025-09-08 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005266 10.0.0.41 - - [2025-09-08 02:42:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005184 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004272 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007850 10.0.0.41 - - [2025-09-08 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.41 - - [2025-09-08 02:42:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004217 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003507 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007050 10.0.0.41 - - [2025-09-08 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006570 10.0.0.41 - - [2025-09-08 02:42:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004638 10.0.0.41 - - [2025-09-08 02:42:45] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003654 10.0.0.41 - - [2025-09-08 02:42:46] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006821 10.0.0.41 - - [2025-09-08 02:42:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.41 - - [2025-09-08 02:42:46] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004994 10.0.0.41 - - [2025-09-08 02:42:46] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004867 10.0.0.41 - - [2025-09-08 02:42:46] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006619 10.0.0.41 - - [2025-09-08 02:42:46] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008959 10.0.0.41 - - [2025-09-08 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.41 - - [2025-09-08 02:42:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004342 10.0.0.41 - - [2025-09-08 02:42:47] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004165 10.0.0.41 - - [2025-09-08 02:42:47] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007613 10.0.0.41 - - [2025-09-08 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005551 10.0.0.41 - - [2025-09-08 02:42:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005008 10.0.0.41 - - [2025-09-08 02:42:47] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003569 10.0.0.41 - - [2025-09-08 02:42:47] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007677 10.0.0.41 - - [2025-09-08 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004099 10.0.0.41 - - [2025-09-08 02:42:47] "GET /routing-instance/a59b77d5-4125-44b5-bfcb-598159bbbddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005052 10.0.0.41 - - [2025-09-08 02:42:47] "GET /route-target/7f460a7c-1d57-4db8-87dc-a7df27c14063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004120 10.0.0.41 - - [2025-09-08 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.41 - - [2025-09-08 02:42:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004142 10.0.0.41 - - [2025-09-08 02:42:47] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003851 10.0.0.41 - - [2025-09-08 02:42:47] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006537 10.0.0.41 - - [2025-09-08 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.41 - - [2025-09-08 02:42:47] "GET /routing-instance/a59b77d5-4125-44b5-bfcb-598159bbbddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005916 10.0.0.41 - - [2025-09-08 02:42:47] "GET /route-target/7f460a7c-1d57-4db8-87dc-a7df27c14063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004869 10.0.0.41 - - [2025-09-08 02:42:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.41 - - [2025-09-08 02:42:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004688 10.0.0.41 - - [2025-09-08 02:42:48] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003542 10.0.0.41 - - [2025-09-08 02:42:48] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006495 10.0.0.41 - - [2025-09-08 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.41 - - [2025-09-08 02:42:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004332 10.0.0.41 - - [2025-09-08 02:42:48] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003488 10.0.0.41 - - [2025-09-08 02:42:48] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006823 10.0.0.41 - - [2025-09-08 02:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.41 - - [2025-09-08 02:42:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005046 10.0.0.41 - - [2025-09-08 02:42:48] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003885 10.0.0.41 - - [2025-09-08 02:42:48] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006613 10.0.0.38 - - [2025-09-08 02:42:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004390 10.0.0.41 - - [2025-09-08 02:42:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004203 10.0.0.41 - - [2025-09-08 02:42:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004888 10.0.0.38 - - [2025-09-08 02:42:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004552 10.0.0.27 - - [2025-09-08 02:42:48] "GET /obj-perms HTTP/1.1" 200 5030 0.004603 10.0.0.41 - - [2025-09-08 02:42:48] "POST /neutron/port HTTP/1.1" 200 1087 0.023314 10.0.0.41 - - [2025-09-08 02:42:49] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009278 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d HTTP/1.1" 200 1293 0.007137 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d HTTP/1.1" 200 1293 0.008390 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-machine-interface/f75317e5-cc35-4b9c-9b13-bef63613af17 HTTP/1.1" 200 2945 0.006737 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d HTTP/1.1" 200 1293 0.004633 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-machine-interface/f75317e5-cc35-4b9c-9b13-bef63613af17 HTTP/1.1" 200 2945 0.006166 10.0.0.41 - - [2025-09-08 02:42:49] "GET /instance-ip/33069136-d639-46e3-a8da-401417b7663f HTTP/1.1" 200 1620 0.006826 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d HTTP/1.1" 200 1293 0.005348 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-machine-interface/f75317e5-cc35-4b9c-9b13-bef63613af17 HTTP/1.1" 200 2945 0.006029 10.0.0.41 - - [2025-09-08 02:42:49] "GET /instance-ip/33069136-d639-46e3-a8da-401417b7663f HTTP/1.1" 200 1620 0.006112 10.0.0.41 - - [2025-09-08 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.41 - - [2025-09-08 02:42:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005090 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003300 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006953 10.0.0.41 - - [2025-09-08 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.41 - - [2025-09-08 02:42:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004519 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004462 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006772 10.0.0.41 - - [2025-09-08 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.41 - - [2025-09-08 02:42:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005280 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004213 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006778 10.0.0.41 - - [2025-09-08 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004656 10.0.0.41 - - [2025-09-08 02:42:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005236 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003460 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.009579 10.0.0.41 - - [2025-09-08 02:42:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.41 - - [2025-09-08 02:42:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004733 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004089 10.0.0.41 - - [2025-09-08 02:42:49] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006564 10.0.0.41 - - [2025-09-08 02:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.41 - - [2025-09-08 02:42:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004374 10.0.0.41 - - [2025-09-08 02:42:50] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003469 10.0.0.41 - - [2025-09-08 02:42:51] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007087 10.0.0.41 - - [2025-09-08 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004501 10.0.0.41 - - [2025-09-08 02:42:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004286 10.0.0.41 - - [2025-09-08 02:42:51] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003545 10.0.0.41 - - [2025-09-08 02:42:51] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007295 10.0.0.41 - - [2025-09-08 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.41 - - [2025-09-08 02:42:51] "GET /routing-instance/96ea1ce5-230d-4c15-b057-aaaca8c8e01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.007905 10.0.0.41 - - [2025-09-08 02:42:51] "GET /route-target/81fd502a-d3a3-4c66-9086-6059f7f4b53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004877 10.0.0.41 - - [2025-09-08 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.41 - - [2025-09-08 02:42:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004382 10.0.0.41 - - [2025-09-08 02:42:51] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003629 10.0.0.41 - - [2025-09-08 02:42:51] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.008358 10.0.0.41 - - [2025-09-08 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.41 - - [2025-09-08 02:42:51] "GET /routing-instance/96ea1ce5-230d-4c15-b057-aaaca8c8e01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.005306 10.0.0.41 - - [2025-09-08 02:42:51] "GET /route-target/81fd502a-d3a3-4c66-9086-6059f7f4b53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004407 10.0.0.41 - - [2025-09-08 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.41 - - [2025-09-08 02:42:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.012405 10.0.0.41 - - [2025-09-08 02:42:51] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004265 10.0.0.41 - - [2025-09-08 02:42:51] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006373 10.0.0.41 - - [2025-09-08 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.41 - - [2025-09-08 02:42:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004241 10.0.0.41 - - [2025-09-08 02:42:51] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003680 10.0.0.41 - - [2025-09-08 02:42:51] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006839 10.0.0.41 - - [2025-09-08 02:42:51] "GET /obj-perms HTTP/1.1" 200 5030 0.004822 10.0.0.38 - - [2025-09-08 02:42:52] "GET /obj-perms HTTP/1.1" 200 5030 0.004268 10.0.0.41 - - [2025-09-08 02:42:52] "GET /obj-perms HTTP/1.1" 200 5030 0.004227 10.0.0.41 - - [2025-09-08 02:42:52] "GET /obj-perms HTTP/1.1" 200 5030 0.005416 10.0.0.41 - - [2025-09-08 02:42:52] "GET /virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375 HTTP/1.1" 200 1293 0.005388 10.0.0.41 - - [2025-09-08 02:42:52] "GET /virtual-machine-interface/871191a2-74d7-4634-b3a1-d635f3799762 HTTP/1.1" 200 2944 0.006276 10.0.0.41 - - [2025-09-08 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.41 - - [2025-09-08 02:42:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004508 10.0.0.41 - - [2025-09-08 02:42:52] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004739 10.0.0.41 - - [2025-09-08 02:42:52] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007445 10.0.0.41 - - [2025-09-08 02:42:52] "POST /neutron/port HTTP/1.1" 200 1089 0.017384 10.0.0.41 - - [2025-09-08 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.41 - - [2025-09-08 02:42:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003935 10.0.0.41 - - [2025-09-08 02:42:53] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003839 10.0.0.41 - - [2025-09-08 02:42:53] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.006979 10.0.0.41 - - [2025-09-08 02:42:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008092 10.0.0.38 - - [2025-09-08 02:42:58] "GET /global-system-configs HTTP/1.1" 200 322 0.052473 10.0.0.38 - - [2025-09-08 02:42:58] "GET /obj-perms HTTP/1.1" 200 5056 0.140338 10.0.0.41 - - [2025-09-08 02:42:58] "POST /neutron/port HTTP/1.1" 200 1089 0.018084 10.0.0.27 - - [2025-09-08 02:42:59] "GET /global-system-configs HTTP/1.1" 200 322 0.041101 10.0.0.41 - - [2025-09-08 02:42:59] "GET /obj-perms HTTP/1.1" 200 5056 0.162932 10.0.0.27 - - [2025-09-08 02:42:59] "GET /obj-perms HTTP/1.1" 200 5056 0.188460 10.0.0.27 - - [2025-09-08 02:42:59] "GET /global-system-configs HTTP/1.1" 200 322 0.029513 10.0.0.38 - - [2025-09-08 02:43:00] "GET /global-system-configs HTTP/1.1" 200 322 0.041531 10.0.0.38 - - [2025-09-08 02:43:00] "GET /obj-perms HTTP/1.1" 200 5056 0.084069 10.0.0.41 - - [2025-09-08 02:43:01] "GET /global-system-configs HTTP/1.1" 200 322 0.067435 10.0.0.41 - - [2025-09-08 02:43:01] "GET /obj-perms HTTP/1.1" 200 5056 0.157684 10.0.0.27 - - [2025-09-08 02:43:01] "GET /obj-perms HTTP/1.1" 200 5056 0.175691 10.0.0.41 - - [2025-09-08 02:43:01] "GET /global-system-configs HTTP/1.1" 200 322 0.030817 10.0.0.41 - - [2025-09-08 02:43:04] "GET /virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd HTTP/1.1" 200 1292 0.005357 10.0.0.41 - - [2025-09-08 02:43:04] "GET /virtual-machine-interface/0d4bdcdc-0320-4806-ac8c-82c176b4149d HTTP/1.1" 200 2943 0.006305 10.0.0.41 - - [2025-09-08 02:43:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.41 - - [2025-09-08 02:43:04] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004799 10.0.0.41 - - [2025-09-08 02:43:04] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004360 10.0.0.41 - - [2025-09-08 02:43:04] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007071 10.0.0.41 - - [2025-09-08 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.41 - - [2025-09-08 02:43:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004264 10.0.0.41 - - [2025-09-08 02:43:05] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003732 10.0.0.41 - - [2025-09-08 02:43:05] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.006323 10.0.0.41 - - [2025-09-08 02:43:05] "GET /virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d HTTP/1.1" 200 1293 0.005035 10.0.0.41 - - [2025-09-08 02:43:05] "GET /virtual-machine-interface/f75317e5-cc35-4b9c-9b13-bef63613af17 HTTP/1.1" 200 2945 0.006423 10.0.0.41 - - [2025-09-08 02:43:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.41 - - [2025-09-08 02:43:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004198 10.0.0.41 - - [2025-09-08 02:43:05] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004775 10.0.0.41 - - [2025-09-08 02:43:05] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007298 10.0.0.41 - - [2025-09-08 02:43:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.41 - - [2025-09-08 02:43:06] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004027 10.0.0.41 - - [2025-09-08 02:43:06] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003494 10.0.0.41 - - [2025-09-08 02:43:06] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.006777 10.0.0.41 - - [2025-09-08 02:43:24] "POST /neutron/port HTTP/1.1" 200 1089 0.040203 10.0.0.41 - - [2025-09-08 02:43:24] "POST /neutron/subnet HTTP/1.1" 200 704 0.010115 10.0.0.41 - - [2025-09-08 02:43:28] "GET /virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d HTTP/1.1" 200 1293 0.004604 10.0.0.41 - - [2025-09-08 02:43:29] "POST /neutron/port HTTP/1.1" 200 1087 0.016754 10.0.0.41 - - [2025-09-08 02:43:30] "GET /virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d HTTP/1.1" 404 171 0.003395 10.0.0.41 - - [2025-09-08 02:43:30] "GET /virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d HTTP/1.1" 404 171 0.002931 10.0.0.41 - - [2025-09-08 02:43:30] "GET /virtual-machine/d4c849c5-cbb0-4199-afca-87fb05bbd65d HTTP/1.1" 404 171 0.003520 10.0.0.41 - - [2025-09-08 02:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.41 - - [2025-09-08 02:43:30] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003763 10.0.0.41 - - [2025-09-08 02:43:30] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003450 10.0.0.41 - - [2025-09-08 02:43:30] "GET /virtual-network/1601eeee-c9d3-49aa-89a1-167edbe7330e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2037 0.007157 10.0.0.41 - - [2025-09-08 02:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.41 - - [2025-09-08 02:43:30] "GET /routing-instance/96ea1ce5-230d-4c15-b057-aaaca8c8e01e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.004839 10.0.0.41 - - [2025-09-08 02:43:30] "GET /route-target/81fd502a-d3a3-4c66-9086-6059f7f4b53a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006180 10.0.0.41 - - [2025-09-08 02:43:31] "GET /obj-perms HTTP/1.1" 200 5030 0.004589 10.0.0.41 - - [2025-09-08 02:43:34] "GET /obj-perms HTTP/1.1" 200 5030 0.004364 10.0.0.41 - - [2025-09-08 02:43:40] "GET /obj-perms HTTP/1.1" 200 5030 0.004256 10.0.0.41 - - [2025-09-08 02:43:43] "GET /obj-perms HTTP/1.1" 200 5030 0.004476 10.0.0.41 - - [2025-09-08 02:43:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004371 10.0.0.41 - - [2025-09-08 02:43:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004671 10.0.0.27 - - [2025-09-08 02:43:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004400 10.0.0.38 - - [2025-09-08 02:43:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004872 10.0.0.41 - - [2025-09-08 02:43:49] "GET /virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd HTTP/1.1" 200 1292 0.004916 10.0.0.41 - - [2025-09-08 02:43:50] "POST /neutron/port HTTP/1.1" 200 1089 0.020045 10.0.0.41 - - [2025-09-08 02:43:51] "GET /virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd HTTP/1.1" 404 171 0.004778 10.0.0.41 - - [2025-09-08 02:43:51] "GET /virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd HTTP/1.1" 404 171 0.003595 10.0.0.41 - - [2025-09-08 02:43:51] "GET /virtual-machine/0f08f12a-cc40-4a86-a4cf-b1f483a556bd HTTP/1.1" 404 171 0.003578 10.0.0.41 - - [2025-09-08 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.41 - - [2025-09-08 02:43:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004807 10.0.0.41 - - [2025-09-08 02:43:52] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004161 10.0.0.41 - - [2025-09-08 02:43:52] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.007566 10.0.0.41 - - [2025-09-08 02:43:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.41 - - [2025-09-08 02:43:52] "GET /routing-instance/a59b77d5-4125-44b5-bfcb-598159bbbddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005679 10.0.0.41 - - [2025-09-08 02:43:52] "GET /route-target/7f460a7c-1d57-4db8-87dc-a7df27c14063?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004423 10.0.0.41 - - [2025-09-08 02:43:58] "GET /obj-perms HTTP/1.1" 200 5030 0.005925 10.0.0.38 - - [2025-09-08 02:43:58] "GET /obj-perms HTTP/1.1" 200 5030 0.004330 10.0.0.41 - - [2025-09-08 02:44:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004637 10.0.0.38 - - [2025-09-08 02:44:07] "GET /obj-perms HTTP/1.1" 200 5030 0.004727 10.0.0.41 - - [2025-09-08 02:44:16] "GET /obj-perms HTTP/1.1" 200 5030 0.004887 10.0.0.38 - - [2025-09-08 02:44:16] "GET /obj-perms HTTP/1.1" 200 5030 0.004413 10.0.0.41 - - [2025-09-08 02:44:19] "GET /obj-perms HTTP/1.1" 200 5030 0.004545 10.0.0.41 - - [2025-09-08 02:44:20] "GET /virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375 HTTP/1.1" 200 1293 0.004628 10.0.0.41 - - [2025-09-08 02:44:20] "POST /neutron/port HTTP/1.1" 200 1089 0.019669 10.0.0.41 - - [2025-09-08 02:44:22] "GET /virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375 HTTP/1.1" 404 171 0.003776 10.0.0.41 - - [2025-09-08 02:44:22] "GET /virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375 HTTP/1.1" 404 171 0.003203 10.0.0.41 - - [2025-09-08 02:44:22] "GET /virtual-machine/dea7904d-554c-4deb-93c7-a543dbc1e375 HTTP/1.1" 404 171 0.009778 10.0.0.41 - - [2025-09-08 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861 10.0.0.41 - - [2025-09-08 02:44:22] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004497 10.0.0.41 - - [2025-09-08 02:44:22] "GET /virtual-networks?parent_id=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003614 10.0.0.41 - - [2025-09-08 02:44:22] "GET /virtual-network/1f48332e-dd81-4e67-9936-113e89130734?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2635 0.007074 10.0.0.41 - - [2025-09-08 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.41 - - [2025-09-08 02:44:22] "GET /routing-instance/b873459e-e01b-467b-a5ff-a1358957c4b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005237 10.0.0.41 - - [2025-09-08 02:44:22] "GET /route-target/3da13d73-58e1-4a77-8fa0-5f3b4ad5cc7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004327 10.0.0.38 - - [2025-09-08 02:44:23] "GET /obj-perms HTTP/1.1" 200 5056 0.054151 10.0.0.41 - - [2025-09-08 02:44:24] "GET /obj-perms HTTP/1.1" 200 5056 0.052411 10.0.0.41 - - [2025-09-08 02:44:28] "GET /obj-perms HTTP/1.1" 200 5030 0.004485 10.0.0.41 - - [2025-09-08 02:44:31] "GET /obj-perms HTTP/1.1" 200 5030 0.005108 10.0.0.41 - - [2025-09-08 02:44:37] "GET /obj-perms HTTP/1.1" 200 5030 0.004550 10.0.0.41 - - [2025-09-08 02:44:41] "GET /obj-perms HTTP/1.1" 200 5030 0.004375 10.0.0.41 - - [2025-09-08 02:44:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004228 10.0.0.41 - - [2025-09-08 02:44:50] "GET /obj-perms HTTP/1.1" 200 5030 0.004681 10.0.0.41 - - [2025-09-08 02:44:50] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2352 0.009241 10.0.0.41 - - [2025-09-08 02:44:50] "POST /neutron/network HTTP/1.1" 200 917 0.007458 10.0.0.27 - - [2025-09-08 02:44:50] "DELETE /access-control-list/9b5711aa-9c01-4ba7-a645-312513fe687d HTTP/1.1" 200 115 0.083069 10.0.0.41 - - [2025-09-08 02:44:50] "GET /virtual-network/350242b3-ff76-432c-afd6-9c667d8a73d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.025743 10.0.0.41 - - [2025-09-08 02:44:51] "POST /ref-update HTTP/1.1" 200 156 0.071104 10.0.0.41 - - [2025-09-08 02:44:51] "POST /ref-update HTTP/1.1" 200 156 0.071767 10.0.0.41 - - [2025-09-08 02:44:51] "DELETE /network-policy/e7a13310-e427-4603-9ab8-7cf9000c9809 HTTP/1.1" 200 115 0.034707 10.0.0.41 - - [2025-09-08 02:44:51] "DELETE /network-policy/b73b8e25-3b86-4ae4-b9b2-6110c766e53f HTTP/1.1" 200 115 0.043813 10.0.0.41 - - [2025-09-08 02:44:51] "DELETE /network-policy/0539a9ef-5e96-4afc-992c-a9c896f9c093 HTTP/1.1" 200 115 0.040350 10.0.0.41 - - [2025-09-08 02:44:51] "POST /neutron/network HTTP/1.1" 200 823 0.007382 10.0.0.27 - - [2025-09-08 02:44:51] "POST /ref-update HTTP/1.1" 200 156 0.029314 10.0.0.27 - - [2025-09-08 02:44:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.38 - - [2025-09-08 02:44:52] "POST /useragent-kv HTTP/1.1" 200 115 0.069471 10.0.0.38 - - [2025-09-08 02:44:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002913 10.0.0.41 - - [2025-09-08 02:44:52] "POST /neutron/network HTTP/1.1" 200 151 0.187060 10.0.0.27 - - [2025-09-08 02:44:52] "DELETE /route-target/3da13d73-58e1-4a77-8fa0-5f3b4ad5cc7b HTTP/1.1" 200 115 0.031335 10.0.0.41 - - [2025-09-08 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.41 - - [2025-09-08 02:44:52] "DELETE /network-ipam/3bb6def6-d3cd-4726-a6ce-c1f18b4c5488 HTTP/1.1" 200 115 0.037089 10.0.0.41 - - [2025-09-08 02:44:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.005641 10.0.0.41 - - [2025-09-08 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.41 - - [2025-09-08 02:44:52] "DELETE /network-ipam/ebc5ba14-1390-4439-a6b9-2c02ed21c993 HTTP/1.1" 200 115 0.040251 10.0.0.41 - - [2025-09-08 02:44:52] "POST /fqname-to-id HTTP/1.1" 404 197 0.004863 10.0.0.41 - - [2025-09-08 02:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007046 10.0.0.41 - - [2025-09-08 02:44:53] "DELETE /network-ipam/e395b99d-308d-4fd3-be95-1c71c8e17e7f HTTP/1.1" 200 115 0.046272 10.0.0.41 - - [2025-09-08 02:44:53] "POST /fqname-to-id HTTP/1.1" 404 197 0.003155 10.0.0.38 - - [2025-09-08 02:44:54] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001570 10.0.0.41 - - [2025-09-08 02:44:54] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069888 10.0.0.38 - - [2025-09-08 02:44:54] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001178 10.0.0.41 - - [2025-09-08 02:44:54] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?fields=virtual_networks HTTP/1.1" 200 1032 0.049349 10.0.0.38 - - [2025-09-08 02:44:54] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.41 - - [2025-09-08 02:44:54] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045457 10.0.0.38 - - [2025-09-08 02:44:54] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001095 10.0.0.41 - - [2025-09-08 02:44:54] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?fields=security_groups HTTP/1.1" 200 1258 0.058007 10.0.0.41 - - [2025-09-08 02:44:55] "POST /fqname-to-id HTTP/1.1" 404 194 0.028592 10.0.0.38 - - [2025-09-08 02:44:55] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003776 10.0.0.38 - - [2025-09-08 02:44:55] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002135 10.0.0.38 - - [2025-09-08 02:44:55] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033546 10.0.0.38 - - [2025-09-08 02:44:56] "POST /id-to-fqname HTTP/1.1" 200 196 0.005060 10.0.0.38 - - [2025-09-08 02:44:56] "POST /fqname-to-id HTTP/1.1" 404 205 0.009653 10.0.0.38 - - [2025-09-08 02:44:56] "POST /security-groups HTTP/1.1" 200 597 0.033078 10.0.0.38 - - [2025-09-08 02:44:56] "POST /projects HTTP/1.1" 200 597 0.279095 10.0.0.27 - - [2025-09-08 02:44:56] "POST /fqname-to-id HTTP/1.1" 404 239 0.015633 10.0.0.38 - - [2025-09-08 02:44:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.349768 10.0.0.41 - - [2025-09-08 02:44:56] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.523979 10.0.0.41 - - [2025-09-08 02:44:57] "GET / HTTP/1.1" 200 35931 0.001610 10.0.0.41 - - [2025-09-08 02:45:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000578 10.0.0.41 - - [2025-09-08 02:45:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.057974 10.0.0.41 - - [2025-09-08 02:45:01] "POST /network-ipams HTTP/1.1" 200 519 0.033567 10.0.0.41 - - [2025-09-08 02:45:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004661 10.0.0.41 - - [2025-09-08 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.41 - - [2025-09-08 02:45:01] "GET /network-ipam/6a752983-b9d1-49f3-a128-462057d2da5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.007861 10.0.0.41 - - [2025-09-08 02:45:01] "PUT /network-ipam/6a752983-b9d1-49f3-a128-462057d2da5b HTTP/1.1" 200 258 0.017613 10.0.0.41 - - [2025-09-08 02:45:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.004086 10.0.0.41 - - [2025-09-08 02:45:01] "POST /network-ipams HTTP/1.1" 200 519 0.031027 10.0.0.41 - - [2025-09-08 02:45:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003914 10.0.0.41 - - [2025-09-08 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.41 - - [2025-09-08 02:45:01] "GET /network-ipam/ef2843a0-e3e2-4301-a174-6906dac76716?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.007566 10.0.0.41 - - [2025-09-08 02:45:02] "PUT /network-ipam/ef2843a0-e3e2-4301-a174-6906dac76716 HTTP/1.1" 200 258 0.020712 10.0.0.41 - - [2025-09-08 02:45:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004169 10.0.0.38 - - [2025-09-08 02:45:02] "DELETE /project/e54fe701dbce493581f8965e4b7226ac HTTP/1.1" 404 173 0.008176 10.0.0.38 - - [2025-09-08 02:45:02] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001054 10.0.0.41 - - [2025-09-08 02:45:02] "POST /network-ipams HTTP/1.1" 200 519 0.043172 10.0.0.38 - - [2025-09-08 02:45:02] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.057674 10.0.0.38 - - [2025-09-08 02:45:02] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001131 10.0.0.41 - - [2025-09-08 02:45:02] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.011353 10.0.0.38 - - [2025-09-08 02:45:02] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?fields=security_groups HTTP/1.1" 200 1363 0.071645 10.0.0.41 - - [2025-09-08 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.41 - - [2025-09-08 02:45:02] "GET /network-ipam/e3f69847-0eb0-4505-86f8-90da9594742e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.005736 10.0.0.38 - - [2025-09-08 02:45:02] "DELETE /security-group/a17e9167-e138-4595-b3b3-3663bedfda55 HTTP/1.1" 200 115 0.059376 10.0.0.38 - - [2025-09-08 02:45:02] "GET /projects?obj_uuids=41a61b4f-9ace-4348-a0ab-45580b0d490f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001847 10.0.0.41 - - [2025-09-08 02:45:02] "PUT /network-ipam/e3f69847-0eb0-4505-86f8-90da9594742e HTTP/1.1" 200 258 0.024117 10.0.0.38 - - [2025-09-08 02:45:02] "GET /project/41a61b4f-9ace-4348-a0ab-45580b0d490f?fields=application_policy_sets HTTP/1.1" 200 1402 0.074058 10.0.0.27 - - [2025-09-08 02:45:02] "DELETE /access-control-list/362e0902-00dc-4bcd-9d83-c91dfe46ab84 HTTP/1.1" 200 115 0.059251 10.0.0.38 - - [2025-09-08 02:45:02] "DELETE /project/41a61b4f-9ace-4348-a0ab-45580b0d490f HTTP/1.1" 200 115 0.498004 10.0.0.41 - - [2025-09-08 02:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.38 - - [2025-09-08 02:45:03] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001125 10.0.0.41 - - [2025-09-08 02:45:03] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.075042 10.0.0.41 - - [2025-09-08 02:45:03] "POST /neutron/network HTTP/1.1" 200 117 0.032435 10.0.0.38 - - [2025-09-08 02:45:04] "POST /useragent-kv HTTP/1.1" 200 115 0.009013 10.0.0.41 - - [2025-09-08 02:45:04] "POST /neutron/subnet HTTP/1.1" 200 828 0.261880 10.0.0.41 - - [2025-09-08 02:45:04] "POST /id-to-fqname HTTP/1.1" 200 227 0.001436 10.0.0.41 - - [2025-09-08 02:45:04] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006706 10.0.0.41 - - [2025-09-08 02:45:04] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006748 10.0.0.41 - - [2025-09-08 02:45:04] "POST /neutron/network HTTP/1.1" 200 1015 0.010530 10.0.0.41 - - [2025-09-08 02:45:04] "POST /neutron/network HTTP/1.1" 200 1015 0.010541 10.0.0.41 - - [2025-09-08 02:45:04] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.006249 10.0.0.41 - - [2025-09-08 02:45:04] "GET /network-ipam/6a752983-b9d1-49f3-a128-462057d2da5b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.003860 10.0.0.41 - - [2025-09-08 02:45:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.38 - - [2025-09-08 02:45:04] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001521 10.0.0.41 - - [2025-09-08 02:45:04] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044196 10.0.0.27 - - [2025-09-08 02:45:04] "POST /route-targets HTTP/1.1" 200 327 0.015523 10.0.0.38 - - [2025-09-08 02:45:05] "POST /useragent-kv HTTP/1.1" 200 115 0.011078 10.0.0.41 - - [2025-09-08 02:45:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.239589 10.0.0.27 - - [2025-09-08 02:45:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.044523 10.0.0.41 - - [2025-09-08 02:45:05] "POST /id-to-fqname HTTP/1.1" 200 227 0.001702 10.0.0.41 - - [2025-09-08 02:45:05] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008517 10.0.0.41 - - [2025-09-08 02:45:05] "POST /neutron/network HTTP/1.1" 200 1014 0.011085 10.0.0.41 - - [2025-09-08 02:45:05] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005295 10.0.0.41 - - [2025-09-08 02:45:05] "POST /neutron/subnet HTTP/1.1" 200 823 0.010338 10.0.0.41 - - [2025-09-08 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.38 - - [2025-09-08 02:45:05] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001051 10.0.0.41 - - [2025-09-08 02:45:05] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.049946 10.0.0.27 - - [2025-09-08 02:45:05] "POST /ref-update HTTP/1.1" 200 156 0.028710 10.0.0.38 - - [2025-09-08 02:45:06] "POST /useragent-kv HTTP/1.1" 200 115 0.009780 10.0.0.41 - - [2025-09-08 02:45:06] "POST /neutron/subnet HTTP/1.1" 200 724 0.210416 10.0.0.41 - - [2025-09-08 02:45:06] "POST /id-to-fqname HTTP/1.1" 200 227 0.001557 10.0.0.41 - - [2025-09-08 02:45:06] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008910 10.0.0.41 - - [2025-09-08 02:45:06] "POST /neutron/network HTTP/1.1" 200 1014 0.010853 10.0.0.41 - - [2025-09-08 02:45:06] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005973 10.0.0.41 - - [2025-09-08 02:45:06] "POST /neutron/subnet HTTP/1.1" 200 828 0.009882 10.0.0.41 - - [2025-09-08 02:45:06] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007051 10.0.0.41 - - [2025-09-08 02:45:07] "GET /obj-perms HTTP/1.1" 200 5042 0.057421 10.0.0.27 - - [2025-09-08 02:45:07] "GET /obj-perms HTTP/1.1" 200 5042 0.057638 10.0.0.41 - - [2025-09-08 02:45:08] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006646 10.0.0.38 - - [2025-09-08 02:45:08] "GET /obj-perms HTTP/1.1" 200 5042 0.052605 10.0.0.41 - - [2025-09-08 02:45:09] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006702 10.0.0.41 - - [2025-09-08 02:45:09] "POST /fqname-to-id HTTP/1.1" 404 224 0.004034 10.0.0.41 - - [2025-09-08 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.38 - - [2025-09-08 02:45:09] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001296 10.0.0.41 - - [2025-09-08 02:45:09] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048118 10.0.0.41 - - [2025-09-08 02:45:09] "POST /network-policys HTTP/1.1" 200 559 0.054049 10.0.0.41 - - [2025-09-08 02:45:09] "GET /network-policy/65674681-d4c5-48d2-9e18-72d866c50282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006828 10.0.0.41 - - [2025-09-08 02:45:09] "POST /fqname-to-id HTTP/1.1" 404 224 0.003811 10.0.0.41 - - [2025-09-08 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.38 - - [2025-09-08 02:45:09] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001167 10.0.0.41 - - [2025-09-08 02:45:09] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.064088 10.0.0.41 - - [2025-09-08 02:45:10] "POST /network-policys HTTP/1.1" 200 559 0.031006 10.0.0.41 - - [2025-09-08 02:45:10] "GET /network-policy/0b311618-40e7-4f0e-aada-733e0f8fd9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.007869 10.0.0.41 - - [2025-09-08 02:45:10] "POST /fqname-to-id HTTP/1.1" 404 224 0.003687 10.0.0.41 - - [2025-09-08 02:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004771 10.0.0.38 - - [2025-09-08 02:45:10] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001137 10.0.0.41 - - [2025-09-08 02:45:10] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050192 10.0.0.41 - - [2025-09-08 02:45:10] "POST /network-policys HTTP/1.1" 200 559 0.033245 10.0.0.41 - - [2025-09-08 02:45:10] "GET /network-policy/cad29059-2615-4785-ae49-cbd269534920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.007260 10.0.0.41 - - [2025-09-08 02:45:10] "POST /neutron/network HTTP/1.1" 200 1199 0.012090 10.0.0.41 - - [2025-09-08 02:45:10] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006495 10.0.0.41 - - [2025-09-08 02:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003346 10.0.0.41 - - [2025-09-08 02:45:10] "GET /network-policy/0b311618-40e7-4f0e-aada-733e0f8fd9a7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2975 0.006515 10.0.0.41 - - [2025-09-08 02:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.41 - - [2025-09-08 02:45:10] "GET /network-policy/65674681-d4c5-48d2-9e18-72d866c50282?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.005210 10.0.0.27 - - [2025-09-08 02:45:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.006819 10.0.0.27 - - [2025-09-08 02:45:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.004191 10.0.0.41 - - [2025-09-08 02:45:11] "POST /neutron/network HTTP/1.1" 200 1112 0.042221 10.0.0.41 - - [2025-09-08 02:45:11] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.025414 10.0.0.41 - - [2025-09-08 02:45:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.41 - - [2025-09-08 02:45:11] "GET /network-policy/cad29059-2615-4785-ae49-cbd269534920?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006770 10.0.0.41 - - [2025-09-08 02:45:11] "POST /id-to-fqname HTTP/1.1" 200 227 0.001354 10.0.0.38 - - [2025-09-08 02:45:12] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001099 10.0.0.41 - - [2025-09-08 02:45:12] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.079086 10.0.0.41 - - [2025-09-08 02:45:12] "POST /neutron/port HTTP/1.1" 200 117 0.007391 10.0.0.41 - - [2025-09-08 02:45:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001377 10.0.0.41 - - [2025-09-08 02:45:12] "POST /neutron/network HTTP/1.1" 200 1122 0.014170 10.0.0.27 - - [2025-09-08 02:45:13] "PUT /access-control-list/468ca4d9-c5b9-437b-a6d4-6203c543ce0b HTTP/1.1" 200 272 0.022490 10.0.0.41 - - [2025-09-08 02:45:13] "POST /neutron/port HTTP/1.1" 200 1174 0.058181 10.0.0.38 - - [2025-09-08 02:45:13] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001137 10.0.0.41 - - [2025-09-08 02:45:13] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.091562 10.0.0.41 - - [2025-09-08 02:45:14] "POST /neutron/network HTTP/1.1" 200 1112 0.093406 10.0.0.41 - - [2025-09-08 02:45:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005192 10.0.0.41 - - [2025-09-08 02:45:14] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.41 - - [2025-09-08 02:45:14] "POST /neutron/network HTTP/1.1" 200 1199 0.012297 10.0.0.41 - - [2025-09-08 02:45:14] "POST /id-to-fqname HTTP/1.1" 200 227 0.001419 10.0.0.41 - - [2025-09-08 02:45:14] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009933 10.0.0.38 - - [2025-09-08 02:45:14] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001220 10.0.0.41 - - [2025-09-08 02:45:15] "POST /neutron/port HTTP/1.1" 200 1173 0.428788 10.0.0.41 - - [2025-09-08 02:45:15] "POST /neutron/port HTTP/1.1" 200 1227 0.134265 10.0.0.41 - - [2025-09-08 02:45:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007653 10.0.0.38 - - [2025-09-08 02:45:15] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001092 10.0.0.41 - - [2025-09-08 02:45:15] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.079493 10.0.0.41 - - [2025-09-08 02:45:15] "POST /neutron/network HTTP/1.1" 200 1014 0.011109 10.0.0.41 - - [2025-09-08 02:45:15] "POST /neutron/port HTTP/1.1" 200 2285 0.034462 10.0.0.41 - - [2025-09-08 02:45:16] "POST /neutron/port HTTP/1.1" 200 1202 0.022850 10.0.0.41 - - [2025-09-08 02:45:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008147 10.0.0.41 - - [2025-09-08 02:45:16] "POST /neutron/port HTTP/1.1" 200 1202 0.016913 10.0.0.38 - - [2025-09-08 02:45:16] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001724 10.0.0.41 - - [2025-09-08 02:45:16] "GET /virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a HTTP/1.1" 401 292 0.000376 10.0.0.41 - - [2025-09-08 02:45:16] "POST /neutron/port HTTP/1.1" 200 1173 0.398574 10.0.0.41 - - [2025-09-08 02:45:17] "POST /neutron/port HTTP/1.1" 200 1227 0.127469 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a HTTP/1.1" 200 1297 0.080228 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a HTTP/1.1" 200 1297 0.004643 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-machine-interface/a34ef84f-1927-4cbf-9976-31031fa5b51d HTTP/1.1" 200 3169 0.007573 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a HTTP/1.1" 200 1297 0.005186 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-machine-interface/a34ef84f-1927-4cbf-9976-31031fa5b51d HTTP/1.1" 200 3169 0.007022 10.0.0.41 - - [2025-09-08 02:45:17] "GET /instance-ip/7227394a-e40a-4e36-ba90-98aa8d0eaec2 HTTP/1.1" 200 1653 0.008733 10.0.0.41 - - [2025-09-08 02:45:17] "GET /instance-ip/7b52fb3f-5624-4944-a5db-143166371eb3 HTTP/1.1" 200 1634 0.005831 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a HTTP/1.1" 200 1297 0.004430 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-machine-interface/a34ef84f-1927-4cbf-9976-31031fa5b51d HTTP/1.1" 200 3169 0.006165 10.0.0.41 - - [2025-09-08 02:45:17] "GET /instance-ip/7227394a-e40a-4e36-ba90-98aa8d0eaec2 HTTP/1.1" 200 1653 0.006083 10.0.0.41 - - [2025-09-08 02:45:17] "GET /instance-ip/7b52fb3f-5624-4944-a5db-143166371eb3 HTTP/1.1" 200 1634 0.008070 10.0.0.41 - - [2025-09-08 02:45:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004039 10.0.0.41 - - [2025-09-08 02:45:17] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.41 - - [2025-09-08 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004614 10.0.0.41 - - [2025-09-08 02:45:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003812 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003436 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.007823 10.0.0.41 - - [2025-09-08 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012501 10.0.0.41 - - [2025-09-08 02:45:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004754 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006746 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.007548 10.0.0.41 - - [2025-09-08 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.41 - - [2025-09-08 02:45:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004344 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003800 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006785 10.0.0.41 - - [2025-09-08 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005535 10.0.0.41 - - [2025-09-08 02:45:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005307 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005402 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.008554 10.0.0.41 - - [2025-09-08 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.41 - - [2025-09-08 02:45:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006512 10.0.0.41 - - [2025-09-08 02:45:17] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.011469 10.0.0.41 - - [2025-09-08 02:45:18] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006672 10.0.0.41 - - [2025-09-08 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.41 - - [2025-09-08 02:45:21] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.005867 10.0.0.27 - - [2025-09-08 02:45:24] "GET /obj-perms HTTP/1.1" 200 5056 0.060078 10.0.0.41 - - [2025-09-08 02:45:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.41 - - [2025-09-08 02:45:25] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.008282 10.0.0.41 - - [2025-09-08 02:45:26] "POST /neutron/port HTTP/1.1" 200 1201 0.017012 10.0.0.41 - - [2025-09-08 02:45:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004466 10.0.0.41 - - [2025-09-08 02:45:26] "POST /neutron/port HTTP/1.1" 200 117 0.001834 10.0.0.41 - - [2025-09-08 02:45:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.41 - - [2025-09-08 02:45:29] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.007128 10.0.0.41 - - [2025-09-08 02:45:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.41 - - [2025-09-08 02:45:33] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006091 10.0.0.41 - - [2025-09-08 02:45:34] "POST /neutron/port HTTP/1.1" 200 1202 0.016885 10.0.0.41 - - [2025-09-08 02:45:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004246 10.0.0.41 - - [2025-09-08 02:45:34] "POST /neutron/port HTTP/1.1" 200 117 0.001221 10.0.0.41 - - [2025-09-08 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.41 - - [2025-09-08 02:45:37] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.007000 10.0.0.41 - - [2025-09-08 02:45:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.41 - - [2025-09-08 02:45:41] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006485 10.0.0.41 - - [2025-09-08 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.41 - - [2025-09-08 02:45:45] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006304 10.0.0.41 - - [2025-09-08 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003925 10.0.0.41 - - [2025-09-08 02:45:49] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006991 10.0.0.41 - - [2025-09-08 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005466 10.0.0.41 - - [2025-09-08 02:45:53] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.007060 10.0.0.41 - - [2025-09-08 02:45:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.41 - - [2025-09-08 02:45:58] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.008029 10.0.0.41 - - [2025-09-08 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.41 - - [2025-09-08 02:46:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004467 10.0.0.41 - - [2025-09-08 02:46:00] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003637 10.0.0.41 - - [2025-09-08 02:46:00] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006604 10.0.0.41 - - [2025-09-08 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006001 10.0.0.41 - - [2025-09-08 02:46:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005075 10.0.0.41 - - [2025-09-08 02:46:00] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003947 10.0.0.41 - - [2025-09-08 02:46:00] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.007628 10.0.0.41 - - [2025-09-08 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005748 10.0.0.41 - - [2025-09-08 02:46:00] "GET /routing-instance/4e6f0669-1c71-4e1a-81cf-ca622ec6e220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.005521 10.0.0.41 - - [2025-09-08 02:46:00] "GET /route-target/ce101c39-35e6-4814-818b-fc3ba98fed38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005456 10.0.0.41 - - [2025-09-08 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005104 10.0.0.41 - - [2025-09-08 02:46:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005005 10.0.0.41 - - [2025-09-08 02:46:00] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004004 10.0.0.41 - - [2025-09-08 02:46:00] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006912 10.0.0.41 - - [2025-09-08 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003642 10.0.0.41 - - [2025-09-08 02:46:00] "GET /routing-instance/4e6f0669-1c71-4e1a-81cf-ca622ec6e220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.005566 10.0.0.41 - - [2025-09-08 02:46:00] "GET /route-target/ce101c39-35e6-4814-818b-fc3ba98fed38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005313 10.0.0.41 - - [2025-09-08 02:46:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.41 - - [2025-09-08 02:46:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005723 10.0.0.41 - - [2025-09-08 02:46:00] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003926 10.0.0.41 - - [2025-09-08 02:46:01] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.007285 10.0.0.41 - - [2025-09-08 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.009209 10.0.0.41 - - [2025-09-08 02:46:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005214 10.0.0.41 - - [2025-09-08 02:46:01] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004608 10.0.0.41 - - [2025-09-08 02:46:01] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006912 10.0.0.41 - - [2025-09-08 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005361 10.0.0.41 - - [2025-09-08 02:46:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005639 10.0.0.41 - - [2025-09-08 02:46:01] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004303 10.0.0.41 - - [2025-09-08 02:46:01] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006860 10.0.0.41 - - [2025-09-08 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.41 - - [2025-09-08 02:46:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004384 10.0.0.41 - - [2025-09-08 02:46:01] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004647 10.0.0.41 - - [2025-09-08 02:46:01] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006591 10.0.0.41 - - [2025-09-08 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.41 - - [2025-09-08 02:46:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006147 10.0.0.41 - - [2025-09-08 02:46:01] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003674 10.0.0.41 - - [2025-09-08 02:46:01] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006977 10.0.0.41 - - [2025-09-08 02:46:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.41 - - [2025-09-08 02:46:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005277 10.0.0.41 - - [2025-09-08 02:46:01] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004169 10.0.0.41 - - [2025-09-08 02:46:01] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.007693 10.0.0.38 - - [2025-09-08 02:46:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004043 10.0.0.41 - - [2025-09-08 02:46:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004287 10.0.0.41 - - [2025-09-08 02:46:01] "GET /obj-perms HTTP/1.1" 200 5042 0.005414 10.0.0.41 - - [2025-09-08 02:46:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004122 10.0.0.41 - - [2025-09-08 02:46:01] "GET /obj-perms HTTP/1.1" 200 5042 0.004884 10.0.0.38 - - [2025-09-08 02:46:02] "GET /obj-perms HTTP/1.1" 200 5042 0.005186 10.0.0.41 - - [2025-09-08 02:46:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008979 10.0.0.41 - - [2025-09-08 02:46:02] "POST /neutron/port HTTP/1.1" 200 1201 0.017962 10.0.0.41 - - [2025-09-08 02:46:02] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008588 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322 HTTP/1.1" 200 1298 0.007599 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322 HTTP/1.1" 200 1298 0.004332 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-machine-interface/55bfffda-60d3-49ae-91d2-33c06f46f5e5 HTTP/1.1" 200 3168 0.006612 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322 HTTP/1.1" 200 1298 0.004559 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-machine-interface/55bfffda-60d3-49ae-91d2-33c06f46f5e5 HTTP/1.1" 200 3168 0.007129 10.0.0.41 - - [2025-09-08 02:46:02] "GET /instance-ip/02ea8f31-bee2-46f8-9ecb-7381f443076f HTTP/1.1" 200 1651 0.006802 10.0.0.41 - - [2025-09-08 02:46:02] "GET /instance-ip/f23d234e-92eb-4dde-9947-5e7720a476ff HTTP/1.1" 200 1635 0.008035 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322 HTTP/1.1" 200 1298 0.004442 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-machine-interface/55bfffda-60d3-49ae-91d2-33c06f46f5e5 HTTP/1.1" 200 3168 0.006573 10.0.0.41 - - [2025-09-08 02:46:02] "GET /instance-ip/02ea8f31-bee2-46f8-9ecb-7381f443076f HTTP/1.1" 200 1651 0.004963 10.0.0.41 - - [2025-09-08 02:46:02] "GET /instance-ip/f23d234e-92eb-4dde-9947-5e7720a476ff HTTP/1.1" 200 1635 0.004359 10.0.0.41 - - [2025-09-08 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.41 - - [2025-09-08 02:46:02] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004665 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005380 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006830 10.0.0.41 - - [2025-09-08 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004192 10.0.0.41 - - [2025-09-08 02:46:02] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004730 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003444 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006899 10.0.0.41 - - [2025-09-08 02:46:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004932 10.0.0.41 - - [2025-09-08 02:46:02] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004743 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003519 10.0.0.41 - - [2025-09-08 02:46:02] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006815 10.0.0.41 - - [2025-09-08 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003772 10.0.0.41 - - [2025-09-08 02:46:03] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004025 10.0.0.41 - - [2025-09-08 02:46:03] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003530 10.0.0.41 - - [2025-09-08 02:46:03] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007176 10.0.0.41 - - [2025-09-08 02:46:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.41 - - [2025-09-08 02:46:03] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005547 10.0.0.41 - - [2025-09-08 02:46:03] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003803 10.0.0.41 - - [2025-09-08 02:46:03] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008523 10.0.0.41 - - [2025-09-08 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005285 10.0.0.41 - - [2025-09-08 02:46:04] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004897 10.0.0.41 - - [2025-09-08 02:46:04] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004308 10.0.0.41 - - [2025-09-08 02:46:04] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006781 10.0.0.41 - - [2025-09-08 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.41 - - [2025-09-08 02:46:04] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004951 10.0.0.41 - - [2025-09-08 02:46:04] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003816 10.0.0.41 - - [2025-09-08 02:46:04] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007238 10.0.0.41 - - [2025-09-08 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.41 - - [2025-09-08 02:46:04] "GET /routing-instance/2b6a7d91-4fee-4da3-948a-d1d5a1534c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.006235 10.0.0.41 - - [2025-09-08 02:46:04] "GET /route-target/087c69f0-db55-4ea4-a709-50c8d584581f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004996 10.0.0.41 - - [2025-09-08 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.41 - - [2025-09-08 02:46:04] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004262 10.0.0.41 - - [2025-09-08 02:46:04] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003825 10.0.0.41 - - [2025-09-08 02:46:04] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007303 10.0.0.41 - - [2025-09-08 02:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.41 - - [2025-09-08 02:46:04] "GET /routing-instance/2b6a7d91-4fee-4da3-948a-d1d5a1534c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005653 10.0.0.41 - - [2025-09-08 02:46:04] "GET /route-target/087c69f0-db55-4ea4-a709-50c8d584581f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004703 10.0.0.41 - - [2025-09-08 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.41 - - [2025-09-08 02:46:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005336 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004199 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006643 10.0.0.41 - - [2025-09-08 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004056 10.0.0.41 - - [2025-09-08 02:46:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004853 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004312 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006717 10.0.0.41 - - [2025-09-08 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.41 - - [2025-09-08 02:46:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008590 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004036 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006810 10.0.0.41 - - [2025-09-08 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.41 - - [2025-09-08 02:46:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004738 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003490 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006631 10.0.0.41 - - [2025-09-08 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.41 - - [2025-09-08 02:46:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005320 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004191 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006558 10.0.0.41 - - [2025-09-08 02:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.41 - - [2025-09-08 02:46:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004448 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003468 10.0.0.41 - - [2025-09-08 02:46:05] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007391 10.0.0.41 - - [2025-09-08 02:46:05] "GET /obj-perms HTTP/1.1" 200 5042 0.004852 10.0.0.38 - - [2025-09-08 02:46:05] "GET /obj-perms HTTP/1.1" 200 5042 0.004588 10.0.0.41 - - [2025-09-08 02:46:05] "GET /obj-perms HTTP/1.1" 200 5042 0.004728 10.0.0.38 - - [2025-09-08 02:46:06] "GET /obj-perms HTTP/1.1" 200 5042 0.004189 10.0.0.41 - - [2025-09-08 02:46:06] "POST /neutron/port HTTP/1.1" 200 1201 0.017028 10.0.0.41 - - [2025-09-08 02:46:06] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008898 10.0.0.41 - - [2025-09-08 02:46:06] "POST /neutron/port HTTP/1.1" 200 1201 0.018612 10.0.0.41 - - [2025-09-08 02:46:06] "GET /virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a HTTP/1.1" 200 1297 0.006387 10.0.0.41 - - [2025-09-08 02:46:06] "GET /virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a HTTP/1.1" 200 1297 0.003974 10.0.0.41 - - [2025-09-08 02:46:06] "GET /virtual-machine-interface/5211a0c5-4fb1-4ae2-93b8-ff35ce1dd153 HTTP/1.1" 200 3168 0.006402 10.0.0.41 - - [2025-09-08 02:46:06] "GET /virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a HTTP/1.1" 200 1297 0.006567 10.0.0.41 - - [2025-09-08 02:46:06] "GET /virtual-machine-interface/5211a0c5-4fb1-4ae2-93b8-ff35ce1dd153 HTTP/1.1" 200 3168 0.007762 10.0.0.41 - - [2025-09-08 02:46:06] "GET /instance-ip/082fc2c7-6311-4c76-9d70-cee72de909a1 HTTP/1.1" 200 1632 0.007144 10.0.0.41 - - [2025-09-08 02:46:06] "GET /instance-ip/a6d1fb92-c2da-46bc-b2cf-fd59fbc177f0 HTTP/1.1" 200 1654 0.006419 10.0.0.41 - - [2025-09-08 02:46:06] "GET /virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a HTTP/1.1" 200 1297 0.004435 10.0.0.41 - - [2025-09-08 02:46:06] "GET /virtual-machine-interface/5211a0c5-4fb1-4ae2-93b8-ff35ce1dd153 HTTP/1.1" 200 3168 0.007555 10.0.0.41 - - [2025-09-08 02:46:06] "GET /instance-ip/082fc2c7-6311-4c76-9d70-cee72de909a1 HTTP/1.1" 200 1632 0.006429 10.0.0.41 - - [2025-09-08 02:46:06] "GET /instance-ip/a6d1fb92-c2da-46bc-b2cf-fd59fbc177f0 HTTP/1.1" 200 1654 0.005788 10.0.0.41 - - [2025-09-08 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.41 - - [2025-09-08 02:46:06] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004858 10.0.0.41 - - [2025-09-08 02:46:06] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003461 10.0.0.41 - - [2025-09-08 02:46:06] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006744 10.0.0.41 - - [2025-09-08 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.41 - - [2025-09-08 02:46:06] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005027 10.0.0.41 - - [2025-09-08 02:46:06] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003605 10.0.0.41 - - [2025-09-08 02:46:06] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007217 10.0.0.41 - - [2025-09-08 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.41 - - [2025-09-08 02:46:07] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004875 10.0.0.41 - - [2025-09-08 02:46:07] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004284 10.0.0.41 - - [2025-09-08 02:46:07] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006825 10.0.0.41 - - [2025-09-08 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.41 - - [2025-09-08 02:46:07] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005736 10.0.0.41 - - [2025-09-08 02:46:07] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004168 10.0.0.41 - - [2025-09-08 02:46:07] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006790 10.0.0.41 - - [2025-09-08 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.41 - - [2025-09-08 02:46:07] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005813 10.0.0.41 - - [2025-09-08 02:46:07] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006176 10.0.0.41 - - [2025-09-08 02:46:07] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007356 10.0.0.41 - - [2025-09-08 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.41 - - [2025-09-08 02:46:08] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005617 10.0.0.41 - - [2025-09-08 02:46:08] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004435 10.0.0.41 - - [2025-09-08 02:46:08] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007334 10.0.0.41 - - [2025-09-08 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.41 - - [2025-09-08 02:46:08] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004574 10.0.0.41 - - [2025-09-08 02:46:08] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003876 10.0.0.41 - - [2025-09-08 02:46:08] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007124 10.0.0.41 - - [2025-09-08 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.41 - - [2025-09-08 02:46:08] "GET /routing-instance/68ccc3b4-25d0-4ea9-afac-295584b4aecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005047 10.0.0.41 - - [2025-09-08 02:46:08] "GET /route-target/9df0c312-76dd-4dc8-8312-254a7dac2452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004684 10.0.0.41 - - [2025-09-08 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.41 - - [2025-09-08 02:46:08] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004174 10.0.0.41 - - [2025-09-08 02:46:08] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004076 10.0.0.41 - - [2025-09-08 02:46:08] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006562 10.0.0.41 - - [2025-09-08 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.41 - - [2025-09-08 02:46:09] "GET /routing-instance/68ccc3b4-25d0-4ea9-afac-295584b4aecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005114 10.0.0.41 - - [2025-09-08 02:46:09] "GET /route-target/9df0c312-76dd-4dc8-8312-254a7dac2452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005027 10.0.0.41 - - [2025-09-08 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.41 - - [2025-09-08 02:46:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004468 10.0.0.41 - - [2025-09-08 02:46:09] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003444 10.0.0.41 - - [2025-09-08 02:46:09] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006711 10.0.0.41 - - [2025-09-08 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.41 - - [2025-09-08 02:46:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005306 10.0.0.41 - - [2025-09-08 02:46:09] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003473 10.0.0.41 - - [2025-09-08 02:46:09] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006495 10.0.0.41 - - [2025-09-08 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.41 - - [2025-09-08 02:46:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004513 10.0.0.41 - - [2025-09-08 02:46:09] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004032 10.0.0.41 - - [2025-09-08 02:46:09] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006882 10.0.0.41 - - [2025-09-08 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004711 10.0.0.41 - - [2025-09-08 02:46:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005595 10.0.0.41 - - [2025-09-08 02:46:09] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003789 10.0.0.41 - - [2025-09-08 02:46:09] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006285 10.0.0.41 - - [2025-09-08 02:46:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004478 10.0.0.41 - - [2025-09-08 02:46:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004445 10.0.0.38 - - [2025-09-08 02:46:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004199 10.0.0.41 - - [2025-09-08 02:46:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004428 10.0.0.41 - - [2025-09-08 02:46:09] "GET /obj-perms HTTP/1.1" 200 5042 0.004340 10.0.0.27 - - [2025-09-08 02:46:10] "GET /obj-perms HTTP/1.1" 200 5042 0.004458 10.0.0.41 - - [2025-09-08 02:46:10] "GET /virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a HTTP/1.1" 200 1297 0.004641 10.0.0.41 - - [2025-09-08 02:46:10] "GET /virtual-machine-interface/a34ef84f-1927-4cbf-9976-31031fa5b51d HTTP/1.1" 200 3169 0.006393 10.0.0.41 - - [2025-09-08 02:46:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.41 - - [2025-09-08 02:46:10] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004958 10.0.0.41 - - [2025-09-08 02:46:10] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004867 10.0.0.41 - - [2025-09-08 02:46:10] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006541 10.0.0.41 - - [2025-09-08 02:46:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.032583 10.0.0.41 - - [2025-09-08 02:46:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.41 - - [2025-09-08 02:46:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005254 10.0.0.41 - - [2025-09-08 02:46:11] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004516 10.0.0.41 - - [2025-09-08 02:46:11] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006777 10.0.0.41 - - [2025-09-08 02:46:12] "POST /neutron/port HTTP/1.1" 200 1201 0.016479 10.0.0.41 - - [2025-09-08 02:46:16] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009933 10.0.0.41 - - [2025-09-08 02:46:21] "GET /virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322 HTTP/1.1" 200 1298 0.005308 10.0.0.41 - - [2025-09-08 02:46:21] "GET /virtual-machine-interface/55bfffda-60d3-49ae-91d2-33c06f46f5e5 HTTP/1.1" 200 3168 0.013620 10.0.0.41 - - [2025-09-08 02:46:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.41 - - [2025-09-08 02:46:21] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005515 10.0.0.41 - - [2025-09-08 02:46:21] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005300 10.0.0.41 - - [2025-09-08 02:46:21] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.007922 10.0.0.41 - - [2025-09-08 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.41 - - [2025-09-08 02:46:23] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004138 10.0.0.41 - - [2025-09-08 02:46:23] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003288 10.0.0.41 - - [2025-09-08 02:46:23] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.008345 10.0.0.41 - - [2025-09-08 02:46:23] "GET /virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a HTTP/1.1" 200 1297 0.004429 10.0.0.41 - - [2025-09-08 02:46:23] "GET /virtual-machine-interface/5211a0c5-4fb1-4ae2-93b8-ff35ce1dd153 HTTP/1.1" 200 3168 0.006525 10.0.0.41 - - [2025-09-08 02:46:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005180 10.0.0.41 - - [2025-09-08 02:46:23] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004131 10.0.0.41 - - [2025-09-08 02:46:23] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003133 10.0.0.41 - - [2025-09-08 02:46:23] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007353 10.0.0.41 - - [2025-09-08 02:46:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.41 - - [2025-09-08 02:46:24] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004594 10.0.0.41 - - [2025-09-08 02:46:24] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003458 10.0.0.41 - - [2025-09-08 02:46:24] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006468 10.0.0.41 - - [2025-09-08 02:46:27] "POST /neutron/network HTTP/1.1" 200 1122 0.011539 10.0.0.41 - - [2025-09-08 02:46:27] "POST /neutron/subnet HTTP/1.1" 200 1384 0.024677 10.0.0.41 - - [2025-09-08 02:46:27] "POST /neutron/network HTTP/1.1" 200 1112 0.010757 10.0.0.41 - - [2025-09-08 02:46:34] "POST /neutron/network HTTP/1.1" 200 1024 0.011855 10.0.0.41 - - [2025-09-08 02:46:34] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016380 10.0.0.41 - - [2025-09-08 02:46:34] "POST /neutron/network HTTP/1.1" 200 1014 0.009467 10.0.0.41 - - [2025-09-08 02:46:49] "GET /virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a HTTP/1.1" 200 1297 0.004796 10.0.0.41 - - [2025-09-08 02:46:50] "POST /neutron/port HTTP/1.1" 200 151 0.241646 10.0.0.41 - - [2025-09-08 02:46:51] "GET /virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a HTTP/1.1" 404 171 0.003377 10.0.0.41 - - [2025-09-08 02:46:51] "GET /virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a HTTP/1.1" 404 171 0.007730 10.0.0.41 - - [2025-09-08 02:46:51] "GET /virtual-machine/07242154-5f0f-4f06-a623-83e1c14a052a HTTP/1.1" 404 171 0.003034 10.0.0.41 - - [2025-09-08 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004901 10.0.0.41 - - [2025-09-08 02:46:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005449 10.0.0.41 - - [2025-09-08 02:46:52] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003570 10.0.0.41 - - [2025-09-08 02:46:52] "GET /virtual-network/004f2f23-6103-40d7-90dd-4feb3f8e933a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007704 10.0.0.41 - - [2025-09-08 02:46:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004372 10.0.0.41 - - [2025-09-08 02:46:52] "GET /routing-instance/68ccc3b4-25d0-4ea9-afac-295584b4aecf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.005476 10.0.0.41 - - [2025-09-08 02:46:52] "GET /route-target/9df0c312-76dd-4dc8-8312-254a7dac2452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004433 10.0.0.41 - - [2025-09-08 02:46:52] "GET /obj-perms HTTP/1.1" 200 5042 0.004584 10.0.0.41 - - [2025-09-08 02:46:58] "GET /obj-perms HTTP/1.1" 200 5042 0.004545 10.0.0.41 - - [2025-09-08 02:47:01] "GET /obj-perms HTTP/1.1" 200 5042 0.005004 10.0.0.41 - - [2025-09-08 02:47:07] "GET /obj-perms HTTP/1.1" 200 5042 0.004725 10.0.0.41 - - [2025-09-08 02:47:10] "GET /obj-perms HTTP/1.1" 200 5042 0.004883 10.0.0.41 - - [2025-09-08 02:47:17] "GET /obj-perms HTTP/1.1" 200 5042 0.005490 10.0.0.41 - - [2025-09-08 02:47:20] "GET /obj-perms HTTP/1.1" 200 5042 0.005389 10.0.0.41 - - [2025-09-08 02:47:20] "GET /virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322 HTTP/1.1" 200 1298 0.005316 10.0.0.41 - - [2025-09-08 02:47:21] "POST /neutron/port HTTP/1.1" 200 151 0.324232 10.0.0.41 - - [2025-09-08 02:47:22] "GET /virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322 HTTP/1.1" 404 171 0.003722 10.0.0.41 - - [2025-09-08 02:47:22] "GET /virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322 HTTP/1.1" 404 171 0.005262 10.0.0.41 - - [2025-09-08 02:47:22] "GET /virtual-machine/27d70d68-c038-4f92-8f82-4ff6d1023322 HTTP/1.1" 404 171 0.009074 10.0.0.41 - - [2025-09-08 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005106 10.0.0.41 - - [2025-09-08 02:47:22] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004416 10.0.0.41 - - [2025-09-08 02:47:22] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003507 10.0.0.41 - - [2025-09-08 02:47:22] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006644 10.0.0.41 - - [2025-09-08 02:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003408 10.0.0.41 - - [2025-09-08 02:47:22] "GET /routing-instance/2b6a7d91-4fee-4da3-948a-d1d5a1534c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004272 10.0.0.41 - - [2025-09-08 02:47:22] "GET /route-target/087c69f0-db55-4ea4-a709-50c8d584581f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.003857 10.0.0.41 - - [2025-09-08 02:47:22] "GET /obj-perms HTTP/1.1" 200 5042 0.005303 10.0.0.38 - - [2025-09-08 02:47:22] "GET /obj-perms HTTP/1.1" 200 5042 0.004655 10.0.0.41 - - [2025-09-08 02:47:29] "GET /obj-perms HTTP/1.1" 200 5042 0.004896 10.0.0.38 - - [2025-09-08 02:47:29] "GET /obj-perms HTTP/1.1" 200 5042 0.004741 10.0.0.41 - - [2025-09-08 02:47:35] "POST /neutron/network HTTP/1.1" 200 1209 0.013255 10.0.0.41 - - [2025-09-08 02:47:35] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014995 10.0.0.41 - - [2025-09-08 02:47:35] "POST /neutron/network HTTP/1.1" 200 1199 0.010129 10.0.0.41 - - [2025-09-08 02:47:38] "GET /obj-perms HTTP/1.1" 200 5042 0.005571 10.0.0.38 - - [2025-09-08 02:47:38] "GET /obj-perms HTTP/1.1" 200 5042 0.004380 10.0.0.41 - - [2025-09-08 02:47:47] "GET /obj-perms HTTP/1.1" 200 5042 0.005766 10.0.0.38 - - [2025-09-08 02:47:47] "GET /obj-perms HTTP/1.1" 200 5042 0.004323 10.0.0.27 - - [2025-09-08 02:47:47] "GET /obj-perms HTTP/1.1" 200 5042 0.003936 10.0.0.41 - - [2025-09-08 02:47:47] "GET /virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a HTTP/1.1" 200 1297 0.005147 10.0.0.41 - - [2025-09-08 02:47:48] "POST /neutron/port HTTP/1.1" 200 151 0.242145 10.0.0.41 - - [2025-09-08 02:47:49] "GET /virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a HTTP/1.1" 404 171 0.003614 10.0.0.41 - - [2025-09-08 02:47:49] "GET /virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a HTTP/1.1" 404 171 0.004003 10.0.0.41 - - [2025-09-08 02:47:49] "GET /virtual-machine/3f309080-e9a0-4b50-85dc-03797590cb4a HTTP/1.1" 404 171 0.002896 10.0.0.41 - - [2025-09-08 02:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.41 - - [2025-09-08 02:47:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004786 10.0.0.41 - - [2025-09-08 02:47:49] "GET /virtual-networks?parent_id=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003488 10.0.0.41 - - [2025-09-08 02:47:50] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006767 10.0.0.41 - - [2025-09-08 02:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003856 10.0.0.41 - - [2025-09-08 02:47:50] "GET /routing-instance/4e6f0669-1c71-4e1a-81cf-ca622ec6e220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1796 0.005860 10.0.0.41 - - [2025-09-08 02:47:50] "GET /route-target/ce101c39-35e6-4814-818b-fc3ba98fed38?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004257 10.0.0.41 - - [2025-09-08 02:47:50] "GET /obj-perms HTTP/1.1" 200 5042 0.005003 10.0.0.41 - - [2025-09-08 02:47:50] "GET /obj-perms HTTP/1.1" 200 5042 0.004256 10.0.0.41 - - [2025-09-08 02:47:50] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2958 0.006152 10.0.0.41 - - [2025-09-08 02:47:50] "POST /neutron/network HTTP/1.1" 200 1014 0.018087 10.0.0.41 - - [2025-09-08 02:47:50] "GET /virtual-network/c7f5fe61-7f28-4715-bc7d-d8cd0de7d82c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.009614 10.0.0.27 - - [2025-09-08 02:47:50] "POST /ref-update HTTP/1.1" 200 156 0.053311 10.0.0.41 - - [2025-09-08 02:47:50] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3250 0.006737 10.0.0.41 - - [2025-09-08 02:47:51] "POST /neutron/network HTTP/1.1" 200 1015 0.035639 10.0.0.41 - - [2025-09-08 02:47:51] "GET /virtual-network/9375cb50-f1be-43c0-8c23-049b6b6c674e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.016393 10.0.0.27 - - [2025-09-08 02:47:51] "POST /ref-update HTTP/1.1" 200 156 0.044917 10.0.0.41 - - [2025-09-08 02:47:51] "DELETE /network-policy/cad29059-2615-4785-ae49-cbd269534920 HTTP/1.1" 200 115 0.067368 10.0.0.41 - - [2025-09-08 02:47:51] "DELETE /network-policy/0b311618-40e7-4f0e-aada-733e0f8fd9a7 HTTP/1.1" 200 115 0.064842 10.0.0.41 - - [2025-09-08 02:47:51] "DELETE /network-policy/65674681-d4c5-48d2-9e18-72d866c50282 HTTP/1.1" 200 115 0.041267 10.0.0.41 - - [2025-09-08 02:47:51] "POST /neutron/network HTTP/1.1" 200 1014 0.019215 10.0.0.27 - - [2025-09-08 02:47:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004045 10.0.0.38 - - [2025-09-08 02:47:52] "POST /useragent-kv HTTP/1.1" 200 115 0.011638 10.0.0.38 - - [2025-09-08 02:47:52] "POST /useragent-kv HTTP/1.1" 200 115 0.004354 10.0.0.38 - - [2025-09-08 02:47:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002662 10.0.0.38 - - [2025-09-08 02:47:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002241 10.0.0.41 - - [2025-09-08 02:47:52] "POST /neutron/network HTTP/1.1" 200 151 0.177139 10.0.0.27 - - [2025-09-08 02:47:52] "DELETE /route-target/ce101c39-35e6-4814-818b-fc3ba98fed38 HTTP/1.1" 200 115 0.042234 10.0.0.41 - - [2025-09-08 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.41 - - [2025-09-08 02:47:52] "DELETE /network-ipam/e3f69847-0eb0-4505-86f8-90da9594742e HTTP/1.1" 200 115 0.034443 10.0.0.41 - - [2025-09-08 02:47:52] "POST /fqname-to-id HTTP/1.1" 404 203 0.003694 10.0.0.41 - - [2025-09-08 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.41 - - [2025-09-08 02:47:52] "DELETE /network-ipam/ef2843a0-e3e2-4301-a174-6906dac76716 HTTP/1.1" 200 115 0.037807 10.0.0.41 - - [2025-09-08 02:47:52] "POST /fqname-to-id HTTP/1.1" 404 203 0.003124 10.0.0.41 - - [2025-09-08 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003702 10.0.0.41 - - [2025-09-08 02:47:52] "DELETE /network-ipam/6a752983-b9d1-49f3-a128-462057d2da5b HTTP/1.1" 200 115 0.036427 10.0.0.41 - - [2025-09-08 02:47:52] "POST /fqname-to-id HTTP/1.1" 404 203 0.005877 10.0.0.38 - - [2025-09-08 02:47:55] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001577 10.0.0.41 - - [2025-09-08 02:47:55] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.050447 10.0.0.38 - - [2025-09-08 02:47:55] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001261 10.0.0.41 - - [2025-09-08 02:47:55] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?fields=virtual_networks HTTP/1.1" 200 1044 0.058168 10.0.0.38 - - [2025-09-08 02:47:55] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001086 10.0.0.41 - - [2025-09-08 02:47:56] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.061965 10.0.0.38 - - [2025-09-08 02:47:56] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001548 10.0.0.41 - - [2025-09-08 02:47:56] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?fields=security_groups HTTP/1.1" 200 1276 0.055029 10.0.0.41 - - [2025-09-08 02:47:57] "POST /fqname-to-id HTTP/1.1" 404 190 0.025321 10.0.0.38 - - [2025-09-08 02:47:57] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003467 10.0.0.38 - - [2025-09-08 02:47:57] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001565 10.0.0.38 - - [2025-09-08 02:47:57] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009545 10.0.0.38 - - [2025-09-08 02:47:57] "POST /id-to-fqname HTTP/1.1" 200 192 0.002064 10.0.0.38 - - [2025-09-08 02:47:57] "POST /fqname-to-id HTTP/1.1" 404 201 0.007777 10.0.0.38 - - [2025-09-08 02:47:57] "POST /security-groups HTTP/1.1" 200 593 0.081734 10.0.0.38 - - [2025-09-08 02:47:57] "POST /projects HTTP/1.1" 200 589 0.343326 10.0.0.27 - - [2025-09-08 02:47:57] "POST /fqname-to-id HTTP/1.1" 404 235 0.012674 10.0.0.38 - - [2025-09-08 02:47:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.416558 10.0.0.41 - - [2025-09-08 02:47:57] "GET /project/d76ccf88-558d-4654-ae8b-d3631f8ff546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.573772 10.0.0.38 - - [2025-09-08 02:47:58] "GET /global-system-configs HTTP/1.1" 200 322 0.075186 10.0.0.38 - - [2025-09-08 02:47:59] "GET /obj-perms HTTP/1.1" 200 5056 0.573154 10.0.0.41 - - [2025-09-08 02:47:59] "GET / HTTP/1.1" 200 35931 0.002091 10.0.0.27 - - [2025-09-08 02:47:59] "GET /global-system-configs HTTP/1.1" 200 322 0.270906 10.0.0.27 - - [2025-09-08 02:47:59] "GET /obj-perms HTTP/1.1" 200 5056 0.322850 10.0.0.27 - - [2025-09-08 02:47:59] "GET /global-system-configs HTTP/1.1" 200 322 0.111123 10.0.0.41 - - [2025-09-08 02:47:59] "GET /obj-perms HTTP/1.1" 200 5056 0.242418 10.0.0.38 - - [2025-09-08 02:47:59] "GET /obj-perms HTTP/1.1" 200 5056 0.006871 10.0.0.38 - - [2025-09-08 02:47:59] "GET /global-system-configs HTTP/1.1" 200 322 0.006196 10.0.0.41 - - [2025-09-08 02:48:01] "GET /global-system-configs HTTP/1.1" 200 322 0.072029 10.0.0.41 - - [2025-09-08 02:48:01] "POST /fqname-to-id HTTP/1.1" 401 292 0.000486 10.0.0.27 - - [2025-09-08 02:48:01] "GET /obj-perms HTTP/1.1" 200 5056 0.172559 10.0.0.41 - - [2025-09-08 02:48:01] "GET /global-system-configs HTTP/1.1" 200 322 0.289725 10.0.0.41 - - [2025-09-08 02:48:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.129770 10.0.0.38 - - [2025-09-08 02:48:01] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.41 - - [2025-09-08 02:48:01] "GET /obj-perms HTTP/1.1" 200 5056 0.367042 10.0.0.41 - - [2025-09-08 02:48:01] "GET /project/d76ccf88-558d-4654-ae8b-d3631f8ff546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.049330 10.0.0.27 - - [2025-09-08 02:48:02] "POST /ref-update HTTP/1.1" 200 156 0.028456 10.0.0.38 - - [2025-09-08 02:48:02] "POST /useragent-kv HTTP/1.1" 200 115 0.011667 10.0.0.41 - - [2025-09-08 02:48:02] "POST /neutron/subnet HTTP/1.1" 200 720 0.300855 10.0.0.41 - - [2025-09-08 02:48:02] "POST /id-to-fqname HTTP/1.1" 200 222 0.001744 10.0.0.41 - - [2025-09-08 02:48:02] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006471 10.0.0.41 - - [2025-09-08 02:48:02] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006302 10.0.0.41 - - [2025-09-08 02:48:02] "POST /neutron/network HTTP/1.1" 200 825 0.007767 10.0.0.41 - - [2025-09-08 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.38 - - [2025-09-08 02:48:02] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001177 10.0.0.41 - - [2025-09-08 02:48:02] "GET /project/d76ccf88-558d-4654-ae8b-d3631f8ff546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.051912 10.0.0.38 - - [2025-09-08 02:48:02] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001260 10.0.0.41 - - [2025-09-08 02:48:02] "POST /neutron/network HTTP/1.1" 200 607 0.130606 10.0.0.38 - - [2025-09-08 02:48:02] "DELETE /project/d76ccf88558d4654ae8bd3631f8ff546 HTTP/1.1" 404 173 0.007405 10.0.0.38 - - [2025-09-08 02:48:02] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001116 10.0.0.38 - - [2025-09-08 02:48:02] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.059486 10.0.0.38 - - [2025-09-08 02:48:02] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001508 10.0.0.38 - - [2025-09-08 02:48:02] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?fields=security_groups HTTP/1.1" 200 1381 0.078570 10.0.0.38 - - [2025-09-08 02:48:03] "DELETE /security-group/e97eb425-ce77-44b5-9bae-2c4579e440d4 HTTP/1.1" 200 115 0.075850 10.0.0.38 - - [2025-09-08 02:48:03] "GET /projects?obj_uuids=e54fe701-dbce-4935-81f8-965e4b7226ac&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001178 10.0.0.27 - - [2025-09-08 02:48:03] "DELETE /access-control-list/d5c6f7a8-4596-45d4-b921-2d893ec36eb9 HTTP/1.1" 200 115 0.046204 10.0.0.41 - - [2025-09-08 02:48:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.009353 10.0.0.38 - - [2025-09-08 02:48:03] "GET /project/e54fe701-dbce-4935-81f8-965e4b7226ac?fields=application_policy_sets HTTP/1.1" 200 1420 0.089937 10.0.0.41 - - [2025-09-08 02:48:03] "GET /virtual-network/f09a1a7c-7221-47eb-94a0-11ccf5d111d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.020743 10.0.0.41 - - [2025-09-08 02:48:03] "POST /neutron/network HTTP/1.1" 200 825 0.009010 10.0.0.41 - - [2025-09-08 02:48:03] "GET /virtual-network/f09a1a7c-7221-47eb-94a0-11ccf5d111d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007010 10.0.0.41 - - [2025-09-08 02:48:03] "POST /fqname-to-id HTTP/1.1" 404 228 0.003614 10.0.0.41 - - [2025-09-08 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003087 10.0.0.38 - - [2025-09-08 02:48:03] "DELETE /project/e54fe701-dbce-4935-81f8-965e4b7226ac HTTP/1.1" 200 115 0.550297 10.0.0.38 - - [2025-09-08 02:48:03] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001812 10.0.0.41 - - [2025-09-08 02:48:03] "GET /project/d76ccf88-558d-4654-ae8b-d3631f8ff546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045702 10.0.0.41 - - [2025-09-08 02:48:03] "POST /network-policys HTTP/1.1" 200 571 0.030239 10.0.0.41 - - [2025-09-08 02:48:03] "GET /network-policy/453af118-5f71-409d-8f2d-8bceea804ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006578 10.0.0.41 - - [2025-09-08 02:48:03] "POST /neutron/network HTTP/1.1" 200 825 0.007358 10.0.0.41 - - [2025-09-08 02:48:03] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008026 10.0.0.41 - - [2025-09-08 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.27 - - [2025-09-08 02:48:03] "POST /access-control-lists HTTP/1.1" 200 590 0.115737 10.0.0.41 - - [2025-09-08 02:48:03] "GET /network-policy/453af118-5f71-409d-8f2d-8bceea804ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007784 10.0.0.41 - - [2025-09-08 02:48:03] "POST /neutron/network HTTP/1.1" 200 825 0.007041 10.0.0.27 - - [2025-09-08 02:48:03] "POST /access-control-lists HTTP/1.1" 200 590 0.043944 10.0.0.41 - - [2025-09-08 02:48:03] "GET /virtual-network/f09a1a7c-7221-47eb-94a0-11ccf5d111d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.011647 10.0.0.41 - - [2025-09-08 02:48:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003216 10.0.0.41 - - [2025-09-08 02:48:04] "GET /network-policy/453af118-5f71-409d-8f2d-8bceea804ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.006617 10.0.0.41 - - [2025-09-08 02:48:04] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006539 10.0.0.38 - - [2025-09-08 02:48:06] "GET /obj-perms HTTP/1.1" 200 5034 0.051248 10.0.0.41 - - [2025-09-08 02:48:06] "GET /virtual-network/f09a1a7c-7221-47eb-94a0-11ccf5d111d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006206 10.0.0.27 - - [2025-09-08 02:48:06] "GET /obj-perms HTTP/1.1" 200 5034 0.049035 10.0.0.41 - - [2025-09-08 02:48:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001582 10.0.0.41 - - [2025-09-08 02:48:07] "POST /neutron/network HTTP/1.1" 200 937 0.007857 10.0.0.38 - - [2025-09-08 02:48:07] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001103 10.0.0.41 - - [2025-09-08 02:48:07] "GET /project/d76ccf88-558d-4654-ae8b-d3631f8ff546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.069577 10.0.0.41 - - [2025-09-08 02:48:08] "POST /neutron/port HTTP/1.1" 200 117 0.007397 10.0.0.41 - - [2025-09-08 02:48:08] "POST /id-to-fqname HTTP/1.1" 200 222 0.001248 10.0.0.41 - - [2025-09-08 02:48:08] "POST /neutron/network HTTP/1.1" 200 937 0.007681 10.0.0.41 - - [2025-09-08 02:48:09] "POST /neutron/port HTTP/1.1" 200 1061 0.015928 10.0.0.38 - - [2025-09-08 02:48:09] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001593 10.0.0.41 - - [2025-09-08 02:48:09] "GET /project/d76ccf88-558d-4654-ae8b-d3631f8ff546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.098208 10.0.0.41 - - [2025-09-08 02:48:09] "POST /neutron/port HTTP/1.1" 200 1089 0.018571 10.0.0.41 - - [2025-09-08 02:48:09] "POST /neutron/port HTTP/1.1" 200 117 0.001829 10.0.0.41 - - [2025-09-08 02:48:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008365 10.0.0.41 - - [2025-09-08 02:48:09] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008396 10.0.0.41 - - [2025-09-08 02:48:10] "POST /neutron/port HTTP/1.1" 200 1061 0.018012 10.0.0.41 - - [2025-09-08 02:48:10] "POST /neutron/port HTTP/1.1" 200 1089 0.018074 10.0.0.41 - - [2025-09-08 02:48:10] "POST /neutron/port HTTP/1.1" 200 117 0.001363 10.0.0.41 - - [2025-09-08 02:48:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008828 10.0.0.41 - - [2025-09-08 02:48:14] "POST /neutron/port HTTP/1.1" 200 1089 0.021961 10.0.0.41 - - [2025-09-08 02:48:14] "GET /virtual-machine/37a61e7d-929e-4a9d-bb97-84e5a9b5cb72 HTTP/1.1" 401 292 0.001964 10.0.0.41 - - [2025-09-08 02:48:15] "GET /virtual-machine/37a61e7d-929e-4a9d-bb97-84e5a9b5cb72 HTTP/1.1" 200 1294 0.028452 10.0.0.41 - - [2025-09-08 02:48:15] "GET /virtual-machine-interface/5a4dc8fb-c50a-4749-84e1-e9cbe3125c13 HTTP/1.1" 200 2950 0.006031 10.0.0.41 - - [2025-09-08 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.41 - - [2025-09-08 02:48:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003910 10.0.0.41 - - [2025-09-08 02:48:15] "GET /virtual-networks?parent_id=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.002874 10.0.0.41 - - [2025-09-08 02:48:15] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006350 10.0.0.41 - - [2025-09-08 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.41 - - [2025-09-08 02:48:18] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008245 10.0.0.41 - - [2025-09-08 02:48:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.41 - - [2025-09-08 02:48:22] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006277 10.0.0.41 - - [2025-09-08 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.41 - - [2025-09-08 02:48:26] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006453 10.0.0.41 - - [2025-09-08 02:48:29] "POST /neutron/port HTTP/1.1" 200 1089 0.046183 10.0.0.41 - - [2025-09-08 02:48:29] "POST /neutron/subnet HTTP/1.1" 200 694 0.010412 10.0.0.41 - - [2025-09-08 02:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.41 - - [2025-09-08 02:48:30] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006408 10.0.0.41 - - [2025-09-08 02:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.41 - - [2025-09-08 02:48:34] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006673 10.0.0.41 - - [2025-09-08 02:48:37] "POST /neutron/port HTTP/1.1" 200 1089 0.020437 10.0.0.41 - - [2025-09-08 02:48:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004655 10.0.0.41 - - [2025-09-08 02:48:37] "POST /neutron/network HTTP/1.1" 200 927 0.008043 10.0.0.41 - - [2025-09-08 02:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.41 - - [2025-09-08 02:48:39] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008292 10.0.0.41 - - [2025-09-08 02:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.41 - - [2025-09-08 02:48:43] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006444 10.0.0.41 - - [2025-09-08 02:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.41 - - [2025-09-08 02:48:47] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.005996 10.0.0.41 - - [2025-09-08 02:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.41 - - [2025-09-08 02:48:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004220 10.0.0.41 - - [2025-09-08 02:48:49] "GET /virtual-networks?parent_id=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003670 10.0.0.41 - - [2025-09-08 02:48:49] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006549 10.0.0.41 - - [2025-09-08 02:48:54] "POST /neutron/port HTTP/1.1" 200 1089 0.019118 10.0.0.41 - - [2025-09-08 02:48:57] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007617 10.0.0.41 - - [2025-09-08 02:48:59] "POST /neutron/port HTTP/1.1" 200 1089 0.015556 10.0.0.41 - - [2025-09-08 02:49:05] "POST /neutron/security_group HTTP/1.1" 200 2060 0.011852 10.0.0.41 - - [2025-09-08 02:49:10] "POST /neutron/port HTTP/1.1" 200 1089 0.017315 10.0.0.41 - - [2025-09-08 02:49:10] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008427 10.0.0.41 - - [2025-09-08 02:49:10] "GET /virtual-machine/c6c61958-f674-468f-934e-084ff567358b HTTP/1.1" 200 1295 0.007445 10.0.0.41 - - [2025-09-08 02:49:10] "GET /virtual-machine-interface/6d23933c-37aa-4a1f-841d-bab25765b0dc HTTP/1.1" 200 2950 0.006615 10.0.0.41 - - [2025-09-08 02:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.41 - - [2025-09-08 02:49:10] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004518 10.0.0.41 - - [2025-09-08 02:49:10] "GET /virtual-networks?parent_id=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003488 10.0.0.41 - - [2025-09-08 02:49:10] "GET /virtual-network/f09a1a7c-7221-47eb-94a0-11ccf5d111d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.007089 10.0.0.41 - - [2025-09-08 02:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.41 - - [2025-09-08 02:49:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004289 10.0.0.41 - - [2025-09-08 02:49:11] "GET /virtual-networks?parent_id=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003156 10.0.0.41 - - [2025-09-08 02:49:11] "GET /virtual-network/f09a1a7c-7221-47eb-94a0-11ccf5d111d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006832 10.0.0.41 - - [2025-09-08 02:49:27] "GET /obj-perms HTTP/1.1" 200 5056 0.050160 10.0.0.41 - - [2025-09-08 02:49:29] "POST /neutron/network HTTP/1.1" 200 937 0.008240 10.0.0.41 - - [2025-09-08 02:49:29] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.41 - - [2025-09-08 02:49:37] "POST /neutron/port HTTP/1.1" 200 1089 0.016515 10.0.0.41 - - [2025-09-08 02:49:37] "POST /neutron/subnet HTTP/1.1" 200 694 0.010522 10.0.0.41 - - [2025-09-08 02:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004345 10.0.0.38 - - [2025-09-08 02:50:06] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.030499 10.0.0.41 - - [2025-09-08 02:50:06] "GET /project/d76ccf88-558d-4654-ae8b-d3631f8ff546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.089113 10.0.0.41 - - [2025-09-08 02:50:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005031 10.0.0.41 - - [2025-09-08 02:50:06] "PUT /network-policy/453af118-5f71-409d-8f2d-8bceea804ab6 HTTP/1.1" 200 262 0.016001 10.0.0.27 - - [2025-09-08 02:50:07] "PUT /access-control-list/b9a7601b-2d47-49d4-a55b-775a87642651 HTTP/1.1" 200 272 0.051733 10.0.0.27 - - [2025-09-08 02:50:07] "POST /ref-update HTTP/1.1" 200 156 0.026270 10.0.0.41 - - [2025-09-08 02:50:10] "GET /virtual-network/f09a1a7c-7221-47eb-94a0-11ccf5d111d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.006999 10.0.0.41 - - [2025-09-08 02:50:10] "POST /neutron/network HTTP/1.1" 200 927 0.009119 10.0.0.41 - - [2025-09-08 02:50:10] "GET /virtual-network/f09a1a7c-7221-47eb-94a0-11ccf5d111d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.013060 10.0.0.41 - - [2025-09-08 02:50:10] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.008394 10.0.0.41 - - [2025-09-08 02:50:10] "POST /neutron/network HTTP/1.1" 200 927 0.008047 10.0.0.41 - - [2025-09-08 02:50:10] "GET /virtual-network/be132cef-cb7a-4bd7-91b7-f35735ceb028?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.009181 10.0.0.41 - - [2025-09-08 02:50:10] "DELETE /network-policy/453af118-5f71-409d-8f2d-8bceea804ab6 HTTP/1.1" 200 115 0.037740 10.0.0.41 - - [2025-09-08 02:50:10] "POST /neutron/network HTTP/1.1" 200 825 0.009801 10.0.0.41 - - [2025-09-08 02:50:11] "POST /neutron/port HTTP/1.1" 200 1115 0.013172 10.0.0.41 - - [2025-09-08 02:50:11] "POST /neutron/port HTTP/1.1" 200 1115 0.026415 10.0.0.38 - - [2025-09-08 02:50:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004202 10.0.0.27 - - [2025-09-08 02:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005660 10.0.0.38 - - [2025-09-08 02:50:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003186 10.0.0.41 - - [2025-09-08 02:50:13] "POST /neutron/network HTTP/1.1" 200 151 0.131859 10.0.0.27 - - [2025-09-08 02:50:13] "DELETE /route-target/cc0ebeeb-4a05-403d-ac2f-c9dac1a3b820 HTTP/1.1" 200 115 0.028404 10.0.0.38 - - [2025-09-08 02:50:15] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001626 10.0.0.41 - - [2025-09-08 02:50:15] "GET /project/d76ccf88-558d-4654-ae8b-d3631f8ff546?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.092533 10.0.0.38 - - [2025-09-08 02:50:15] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001490 10.0.0.41 - - [2025-09-08 02:50:15] "GET /project/d76ccf88-558d-4654-ae8b-d3631f8ff546?fields=virtual_networks HTTP/1.1" 200 1037 0.063949 10.0.0.38 - - [2025-09-08 02:50:15] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001163 10.0.0.41 - - [2025-09-08 02:50:15] "GET /project/d76ccf88-558d-4654-ae8b-d3631f8ff546?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.054559 10.0.0.38 - - [2025-09-08 02:50:15] "GET /projects?obj_uuids=d76ccf88-558d-4654-ae8b-d3631f8ff546&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001171 10.0.0.41 - - [2025-09-08 02:50:15] "GET /project/d76ccf88-558d-4654-ae8b-d3631f8ff546?fields=security_groups HTTP/1.1" 200 1265 0.057225 10.0.0.41 - - [2025-09-08 02:50:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.388373 10.0.0.38 - - [2025-09-08 02:50:16] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003288 10.0.0.38 - - [2025-09-08 02:50:16] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001319 10.0.0.38 - - [2025-09-08 02:50:16] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035764 10.0.0.38 - - [2025-09-08 02:50:17] "POST /id-to-fqname HTTP/1.1" 200 202 0.002189 10.0.0.38 - - [2025-09-08 02:50:17] "POST /fqname-to-id HTTP/1.1" 404 211 0.007250 10.0.0.38 - - [2025-09-08 02:50:17] "POST /security-groups HTTP/1.1" 200 603 0.077757 10.0.0.38 - - [2025-09-08 02:50:17] "POST /projects HTTP/1.1" 200 609 0.310686 10.0.0.27 - - [2025-09-08 02:50:17] "POST /fqname-to-id HTTP/1.1" 404 245 0.006081 10.0.0.38 - - [2025-09-08 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.381677 10.0.0.41 - - [2025-09-08 02:50:17] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.587148 10.0.0.41 - - [2025-09-08 02:50:18] "GET / HTTP/1.1" 200 35931 0.002139 10.0.0.41 - - [2025-09-08 02:50:22] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000492 10.0.0.38 - - [2025-09-08 02:50:22] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001148 10.0.0.41 - - [2025-09-08 02:50:22] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.072436 10.0.0.41 - - [2025-09-08 02:50:23] "GET / HTTP/1.1" 200 35931 0.002221 10.0.0.41 - - [2025-09-08 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.38 - - [2025-09-08 02:50:23] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.41 - - [2025-09-08 02:50:23] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008411 10.0.0.41 - - [2025-09-08 02:50:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.38 - - [2025-09-08 02:50:23] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001459 10.0.0.41 - - [2025-09-08 02:50:23] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051461 10.0.0.41 - - [2025-09-08 02:50:25] "GET /domains HTTP/1.1" 401 292 0.000420 10.0.0.41 - - [2025-09-08 02:50:25] "GET /domains HTTP/1.1" 200 280 0.028134 10.0.0.38 - - [2025-09-08 02:50:25] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.41 - - [2025-09-08 02:50:25] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe HTTP/1.1" 200 2773 0.009859 10.0.0.38 - - [2025-09-08 02:50:25] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001229 10.0.0.41 - - [2025-09-08 02:50:25] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e HTTP/1.1" 200 1925 0.095489 10.0.0.41 - - [2025-09-08 02:50:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003539 10.0.0.41 - - [2025-09-08 02:50:25] "POST /network-ipams HTTP/1.1" 200 621 0.031302 10.0.0.41 - - [2025-09-08 02:50:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.011124 10.0.0.41 - - [2025-09-08 02:50:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.41 - - [2025-09-08 02:50:25] "GET /network-ipam/2d48c984-f473-48e4-8326-9bba1480d48e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.007136 10.0.0.41 - - [2025-09-08 02:50:25] "PUT /network-ipam/2d48c984-f473-48e4-8326-9bba1480d48e HTTP/1.1" 200 258 0.017350 10.0.0.41 - - [2025-09-08 02:50:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000480 10.0.0.41 - - [2025-09-08 02:50:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.029255 10.0.0.38 - - [2025-09-08 02:50:26] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.41 - - [2025-09-08 02:50:26] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046855 10.0.0.41 - - [2025-09-08 02:50:26] "POST /neutron/network HTTP/1.1" 200 117 0.035953 10.0.0.27 - - [2025-09-08 02:50:26] "POST /ref-update HTTP/1.1" 200 156 0.032972 10.0.0.38 - - [2025-09-08 02:50:27] "POST /useragent-kv HTTP/1.1" 200 115 0.010070 10.0.0.41 - - [2025-09-08 02:50:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.231049 10.0.0.27 - - [2025-09-08 02:50:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.051122 10.0.0.41 - - [2025-09-08 02:50:27] "POST /id-to-fqname HTTP/1.1" 200 235 0.001356 10.0.0.41 - - [2025-09-08 02:50:27] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.009022 10.0.0.41 - - [2025-09-08 02:50:27] "POST /neutron/network HTTP/1.1" 200 1337 0.017372 10.0.0.41 - - [2025-09-08 02:50:27] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006272 10.0.0.41 - - [2025-09-08 02:50:27] "POST /neutron/subnet HTTP/1.1" 200 701 0.010142 10.0.0.41 - - [2025-09-08 02:50:28] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006752 10.0.0.38 - - [2025-09-08 02:50:29] "GET /obj-perms HTTP/1.1" 200 5056 0.425202 10.0.0.27 - - [2025-09-08 02:50:29] "GET /obj-perms HTTP/1.1" 200 5019 0.089072 10.0.0.41 - - [2025-09-08 02:50:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.003828 10.0.0.41 - - [2025-09-08 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.38 - - [2025-09-08 02:50:30] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.41 - - [2025-09-08 02:50:30] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048940 10.0.0.41 - - [2025-09-08 02:50:30] "POST /network-policys HTTP/1.1" 200 563 0.031350 10.0.0.41 - - [2025-09-08 02:50:30] "GET /network-policy/c3e99eec-a48d-4f75-b589-5a8e8358a99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.007524 10.0.0.41 - - [2025-09-08 02:50:30] "POST /fqname-to-id HTTP/1.1" 404 229 0.003683 10.0.0.41 - - [2025-09-08 02:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.38 - - [2025-09-08 02:50:30] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001569 10.0.0.41 - - [2025-09-08 02:50:30] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044779 10.0.0.41 - - [2025-09-08 02:50:30] "POST /network-policys HTTP/1.1" 200 563 0.030442 10.0.0.41 - - [2025-09-08 02:50:30] "GET /network-policy/5feae309-d419-47e7-90fb-76eba4bac972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.010159 10.0.0.41 - - [2025-09-08 02:50:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.004124 10.0.0.41 - - [2025-09-08 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.38 - - [2025-09-08 02:50:31] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001493 10.0.0.41 - - [2025-09-08 02:50:31] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046469 10.0.0.41 - - [2025-09-08 02:50:31] "POST /network-policys HTTP/1.1" 200 563 0.031372 10.0.0.41 - - [2025-09-08 02:50:31] "GET /network-policy/38d797bb-8776-4065-b8da-ff61156c42af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006901 10.0.0.41 - - [2025-09-08 02:50:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.003688 10.0.0.41 - - [2025-09-08 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.38 - - [2025-09-08 02:50:31] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.41 - - [2025-09-08 02:50:31] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050648 10.0.0.41 - - [2025-09-08 02:50:31] "POST /network-policys HTTP/1.1" 200 563 0.040498 10.0.0.41 - - [2025-09-08 02:50:31] "GET /network-policy/97e6ad13-2aeb-497b-bfca-5dd1d962fb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.009244 10.0.0.41 - - [2025-09-08 02:50:31] "POST /fqname-to-id HTTP/1.1" 404 229 0.004248 10.0.0.41 - - [2025-09-08 02:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003710 10.0.0.38 - - [2025-09-08 02:50:31] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.41 - - [2025-09-08 02:50:32] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045139 10.0.0.41 - - [2025-09-08 02:50:32] "POST /network-policys HTTP/1.1" 200 563 0.030479 10.0.0.41 - - [2025-09-08 02:50:32] "GET /network-policy/0447dffa-88e3-42cd-a559-fd58b1f84e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006912 10.0.0.41 - - [2025-09-08 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.003434 10.0.0.41 - - [2025-09-08 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.38 - - [2025-09-08 02:50:32] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001151 10.0.0.41 - - [2025-09-08 02:50:32] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046884 10.0.0.41 - - [2025-09-08 02:50:32] "POST /network-policys HTTP/1.1" 200 563 0.030405 10.0.0.41 - - [2025-09-08 02:50:32] "GET /network-policy/dbb983f8-fb02-4b2b-b60a-3147ea35d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.014425 10.0.0.41 - - [2025-09-08 02:50:32] "POST /fqname-to-id HTTP/1.1" 404 229 0.003640 10.0.0.41 - - [2025-09-08 02:50:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.38 - - [2025-09-08 02:50:32] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001399 10.0.0.41 - - [2025-09-08 02:50:32] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046194 10.0.0.41 - - [2025-09-08 02:50:32] "POST /network-policys HTTP/1.1" 200 563 0.033312 10.0.0.41 - - [2025-09-08 02:50:32] "GET /network-policy/5cb6a6c0-e859-41ef-a1bb-3dc601784f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006691 10.0.0.41 - - [2025-09-08 02:50:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.004143 10.0.0.41 - - [2025-09-08 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.38 - - [2025-09-08 02:50:33] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001166 10.0.0.41 - - [2025-09-08 02:50:33] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.057012 10.0.0.41 - - [2025-09-08 02:50:33] "POST /network-policys HTTP/1.1" 200 563 0.031456 10.0.0.41 - - [2025-09-08 02:50:33] "GET /network-policy/51793190-03af-4869-b4c7-349c846079a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007297 10.0.0.41 - - [2025-09-08 02:50:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.004714 10.0.0.41 - - [2025-09-08 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.38 - - [2025-09-08 02:50:33] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001232 10.0.0.41 - - [2025-09-08 02:50:33] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051967 10.0.0.41 - - [2025-09-08 02:50:33] "POST /network-policys HTTP/1.1" 200 563 0.032794 10.0.0.41 - - [2025-09-08 02:50:33] "GET /network-policy/7a49d12a-6c53-4dd4-a0b1-0daeea98296b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.009673 10.0.0.41 - - [2025-09-08 02:50:33] "POST /fqname-to-id HTTP/1.1" 404 229 0.003515 10.0.0.41 - - [2025-09-08 02:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.38 - - [2025-09-08 02:50:33] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.41 - - [2025-09-08 02:50:33] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049179 10.0.0.41 - - [2025-09-08 02:50:33] "POST /network-policys HTTP/1.1" 200 563 0.031383 10.0.0.41 - - [2025-09-08 02:50:34] "GET /network-policy/2ede8887-bb69-4926-a79b-e729f63ddc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007515 10.0.0.41 - - [2025-09-08 02:50:34] "POST /neutron/network HTTP/1.1" 200 2250 0.191738 10.0.0.41 - - [2025-09-08 02:50:34] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.008366 10.0.0.41 - - [2025-09-08 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.41 - - [2025-09-08 02:50:34] "GET /network-policy/0447dffa-88e3-42cd-a559-fd58b1f84e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004890 10.0.0.41 - - [2025-09-08 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005173 10.0.0.41 - - [2025-09-08 02:50:34] "GET /network-policy/2ede8887-bb69-4926-a79b-e729f63ddc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005197 10.0.0.41 - - [2025-09-08 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.41 - - [2025-09-08 02:50:34] "GET /network-policy/38d797bb-8776-4065-b8da-ff61156c42af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006096 10.0.0.41 - - [2025-09-08 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.41 - - [2025-09-08 02:50:34] "GET /network-policy/51793190-03af-4869-b4c7-349c846079a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005973 10.0.0.41 - - [2025-09-08 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.41 - - [2025-09-08 02:50:34] "GET /network-policy/5cb6a6c0-e859-41ef-a1bb-3dc601784f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005109 10.0.0.41 - - [2025-09-08 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.41 - - [2025-09-08 02:50:34] "GET /network-policy/5feae309-d419-47e7-90fb-76eba4bac972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005575 10.0.0.41 - - [2025-09-08 02:50:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.41 - - [2025-09-08 02:50:35] "GET /network-policy/7a49d12a-6c53-4dd4-a0b1-0daeea98296b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.016309 10.0.0.41 - - [2025-09-08 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.41 - - [2025-09-08 02:50:35] "GET /network-policy/97e6ad13-2aeb-497b-bfca-5dd1d962fb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005150 10.0.0.41 - - [2025-09-08 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.41 - - [2025-09-08 02:50:35] "GET /network-policy/c3e99eec-a48d-4f75-b589-5a8e8358a99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005138 10.0.0.41 - - [2025-09-08 02:50:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.41 - - [2025-09-08 02:50:35] "GET /network-policy/dbb983f8-fb02-4b2b-b60a-3147ea35d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005647 10.0.0.41 - - [2025-09-08 02:50:35] "POST /id-to-fqname HTTP/1.1" 200 235 0.001442 10.0.0.38 - - [2025-09-08 02:50:36] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.41 - - [2025-09-08 02:50:36] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.067821 10.0.0.41 - - [2025-09-08 02:50:36] "POST /neutron/network HTTP/1.1" 200 2250 0.039205 10.0.0.41 - - [2025-09-08 02:50:36] "POST /neutron/port HTTP/1.1" 200 117 0.008322 10.0.0.27 - - [2025-09-08 02:50:37] "PUT /access-control-list/e4e55967-ecac-46fb-9bb9-a47d14666b61 HTTP/1.1" 200 272 0.048357 10.0.0.41 - - [2025-09-08 02:50:37] "POST /neutron/port HTTP/1.1" 200 1174 0.047638 10.0.0.41 - - [2025-09-08 02:50:37] "POST /neutron/port HTTP/1.1" 200 1202 0.021418 10.0.0.41 - - [2025-09-08 02:50:38] "POST /neutron/subnet HTTP/1.1" 200 1361 0.017507 10.0.0.41 - - [2025-09-08 02:50:38] "POST /neutron/network HTTP/1.1" 200 2250 0.015742 10.0.0.41 - - [2025-09-08 02:50:41] "POST /neutron/port HTTP/1.1" 200 1202 0.022908 10.0.0.41 - - [2025-09-08 02:50:42] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008528 10.0.0.41 - - [2025-09-08 02:50:42] "GET /virtual-machine/81d98549-a0e3-46dd-b85a-aef49e2abfc3 HTTP/1.1" 401 292 0.000504 10.0.0.41 - - [2025-09-08 02:50:42] "GET /virtual-machine/81d98549-a0e3-46dd-b85a-aef49e2abfc3 HTTP/1.1" 200 1304 0.033422 10.0.0.41 - - [2025-09-08 02:50:42] "GET /virtual-machine-interface/e499d60d-8b3d-4e7c-9b05-6fcc22295897 HTTP/1.1" 200 3170 0.006621 10.0.0.41 - - [2025-09-08 02:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.41 - - [2025-09-08 02:50:42] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004120 10.0.0.41 - - [2025-09-08 02:50:42] "GET /virtual-networks?parent_id=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003266 10.0.0.41 - - [2025-09-08 02:50:42] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006995 10.0.0.41 - - [2025-09-08 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.41 - - [2025-09-08 02:50:45] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006327 10.0.0.41 - - [2025-09-08 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.41 - - [2025-09-08 02:50:49] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007330 10.0.0.41 - - [2025-09-08 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.41 - - [2025-09-08 02:50:53] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006531 10.0.0.41 - - [2025-09-08 02:50:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.41 - - [2025-09-08 02:50:58] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007718 10.0.0.41 - - [2025-09-08 02:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.41 - - [2025-09-08 02:51:02] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007035 10.0.0.38 - - [2025-09-08 02:51:03] "DELETE /project/e9e8128608284ba1af166772ed66354e HTTP/1.1" 404 173 0.004889 10.0.0.38 - - [2025-09-08 02:51:03] "DELETE /project/d76ccf88-558d-4654-ae8b-d3631f8ff546 HTTP/1.1" 404 177 0.003744 10.0.0.41 - - [2025-09-08 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.41 - - [2025-09-08 02:51:06] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006208 10.0.0.41 - - [2025-09-08 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.41 - - [2025-09-08 02:51:10] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.008139 10.0.0.41 - - [2025-09-08 02:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.41 - - [2025-09-08 02:51:14] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.006457 10.0.0.41 - - [2025-09-08 02:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.41 - - [2025-09-08 02:51:18] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004411 10.0.0.41 - - [2025-09-08 02:51:18] "GET /virtual-networks?parent_id=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003278 10.0.0.41 - - [2025-09-08 02:51:18] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6141 0.007184 10.0.0.41 - - [2025-09-08 02:51:23] "POST /neutron/port HTTP/1.1" 200 1202 0.021611 10.0.0.41 - - [2025-09-08 02:51:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.032661 10.0.0.41 - - [2025-09-08 02:51:34] "POST /neutron/port HTTP/1.1" 200 1202 0.017360 10.0.0.41 - - [2025-09-08 02:51:39] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008765 10.0.0.41 - - [2025-09-08 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.41 - - [2025-09-08 02:51:39] "GET /network-policy/c3e99eec-a48d-4f75-b589-5a8e8358a99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005725 10.0.0.41 - - [2025-09-08 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.41 - - [2025-09-08 02:51:40] "GET /network-policy/5feae309-d419-47e7-90fb-76eba4bac972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005676 10.0.0.41 - - [2025-09-08 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.41 - - [2025-09-08 02:51:40] "GET /network-policy/38d797bb-8776-4065-b8da-ff61156c42af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004941 10.0.0.41 - - [2025-09-08 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.41 - - [2025-09-08 02:51:40] "GET /network-policy/97e6ad13-2aeb-497b-bfca-5dd1d962fb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005320 10.0.0.41 - - [2025-09-08 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.41 - - [2025-09-08 02:51:40] "GET /network-policy/0447dffa-88e3-42cd-a559-fd58b1f84e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004513 10.0.0.41 - - [2025-09-08 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.41 - - [2025-09-08 02:51:40] "POST /neutron/port HTTP/1.1" 200 1202 0.019299 10.0.0.41 - - [2025-09-08 02:51:40] "GET /network-policy/dbb983f8-fb02-4b2b-b60a-3147ea35d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003913 10.0.0.41 - - [2025-09-08 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002887 10.0.0.41 - - [2025-09-08 02:51:40] "GET /network-policy/5cb6a6c0-e859-41ef-a1bb-3dc601784f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005744 10.0.0.41 - - [2025-09-08 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.41 - - [2025-09-08 02:51:40] "GET /network-policy/51793190-03af-4869-b4c7-349c846079a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007413 10.0.0.41 - - [2025-09-08 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003094 10.0.0.41 - - [2025-09-08 02:51:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004274 10.0.0.41 - - [2025-09-08 02:51:40] "GET /network-policy/7a49d12a-6c53-4dd4-a0b1-0daeea98296b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004931 10.0.0.41 - - [2025-09-08 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.41 - - [2025-09-08 02:51:40] "GET /network-policy/2ede8887-bb69-4926-a79b-e729f63ddc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005959 10.0.0.41 - - [2025-09-08 02:51:40] "POST /neutron/port HTTP/1.1" 200 117 0.001181 10.0.0.41 - - [2025-09-08 02:51:40] "POST /neutron/network HTTP/1.1" 200 2250 0.013197 10.0.0.27 - - [2025-09-08 02:51:40] "PUT /access-control-list/e4e55967-ecac-46fb-9bb9-a47d14666b61 HTTP/1.1" 200 272 0.035920 10.0.0.41 - - [2025-09-08 02:51:40] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.013528 10.0.0.41 - - [2025-09-08 02:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.41 - - [2025-09-08 02:51:40] "GET /network-policy/c3e99eec-a48d-4f75-b589-5a8e8358a99b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004791 10.0.0.41 - - [2025-09-08 02:51:46] "POST /neutron/network HTTP/1.1" 200 1440 0.013940 10.0.0.27 - - [2025-09-08 02:51:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.018498 10.0.0.41 - - [2025-09-08 02:51:46] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008594 10.0.0.41 - - [2025-09-08 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.41 - - [2025-09-08 02:51:46] "GET /network-policy/5feae309-d419-47e7-90fb-76eba4bac972?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.005253 10.0.0.41 - - [2025-09-08 02:51:51] "POST /neutron/network HTTP/1.1" 200 1440 0.015560 10.0.0.41 - - [2025-09-08 02:51:51] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009137 10.0.0.41 - - [2025-09-08 02:51:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.41 - - [2025-09-08 02:51:51] "GET /network-policy/38d797bb-8776-4065-b8da-ff61156c42af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005282 10.0.0.41 - - [2025-09-08 02:51:56] "POST /neutron/network HTTP/1.1" 200 1440 0.013867 10.0.0.27 - - [2025-09-08 02:51:56] "PUT /access-control-list/e4e55967-ecac-46fb-9bb9-a47d14666b61 HTTP/1.1" 200 272 0.015634 10.0.0.41 - - [2025-09-08 02:51:56] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008710 10.0.0.41 - - [2025-09-08 02:51:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.41 - - [2025-09-08 02:51:56] "GET /network-policy/97e6ad13-2aeb-497b-bfca-5dd1d962fb26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004899 10.0.0.41 - - [2025-09-08 02:52:02] "POST /neutron/network HTTP/1.1" 200 1440 0.013495 10.0.0.27 - - [2025-09-08 02:52:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.005597 10.0.0.41 - - [2025-09-08 02:52:02] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.011184 10.0.0.41 - - [2025-09-08 02:52:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.41 - - [2025-09-08 02:52:02] "GET /network-policy/0447dffa-88e3-42cd-a559-fd58b1f84e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004752 10.0.0.41 - - [2025-09-08 02:52:07] "POST /neutron/network HTTP/1.1" 200 1440 0.013187 10.0.0.41 - - [2025-09-08 02:52:07] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.012731 10.0.0.41 - - [2025-09-08 02:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.41 - - [2025-09-08 02:52:07] "GET /network-policy/dbb983f8-fb02-4b2b-b60a-3147ea35d34d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004738 10.0.0.41 - - [2025-09-08 02:52:12] "POST /neutron/network HTTP/1.1" 200 1440 0.016576 10.0.0.27 - - [2025-09-08 02:52:12] "PUT /access-control-list/e4e55967-ecac-46fb-9bb9-a47d14666b61 HTTP/1.1" 200 272 0.033093 10.0.0.41 - - [2025-09-08 02:52:12] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009403 10.0.0.41 - - [2025-09-08 02:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.41 - - [2025-09-08 02:52:12] "GET /network-policy/5cb6a6c0-e859-41ef-a1bb-3dc601784f90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005571 10.0.0.41 - - [2025-09-08 02:52:17] "POST /neutron/network HTTP/1.1" 200 1440 0.015463 10.0.0.27 - - [2025-09-08 02:52:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.015895 10.0.0.41 - - [2025-09-08 02:52:18] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009689 10.0.0.41 - - [2025-09-08 02:52:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.41 - - [2025-09-08 02:52:18] "GET /network-policy/51793190-03af-4869-b4c7-349c846079a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005641 10.0.0.41 - - [2025-09-08 02:52:23] "POST /neutron/network HTTP/1.1" 200 1440 0.014024 10.0.0.41 - - [2025-09-08 02:52:23] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.009057 10.0.0.41 - - [2025-09-08 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.41 - - [2025-09-08 02:52:23] "GET /network-policy/7a49d12a-6c53-4dd4-a0b1-0daeea98296b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005609 10.0.0.41 - - [2025-09-08 02:52:28] "POST /neutron/network HTTP/1.1" 200 1440 0.013979 10.0.0.27 - - [2025-09-08 02:52:28] "PUT /access-control-list/e4e55967-ecac-46fb-9bb9-a47d14666b61 HTTP/1.1" 200 272 0.035884 10.0.0.41 - - [2025-09-08 02:52:28] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.008500 10.0.0.41 - - [2025-09-08 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003857 10.0.0.41 - - [2025-09-08 02:52:28] "GET /network-policy/2ede8887-bb69-4926-a79b-e729f63ddc77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005027 10.0.0.41 - - [2025-09-08 02:52:31] "GET /obj-perms HTTP/1.1" 200 5056 0.054332 10.0.0.41 - - [2025-09-08 02:52:33] "GET /virtual-machine/81d98549-a0e3-46dd-b85a-aef49e2abfc3 HTTP/1.1" 200 1304 0.004933 10.0.0.41 - - [2025-09-08 02:52:34] "POST /neutron/port HTTP/1.1" 200 1202 0.018054 10.0.0.41 - - [2025-09-08 02:52:35] "GET /virtual-machine/81d98549-a0e3-46dd-b85a-aef49e2abfc3 HTTP/1.1" 404 171 0.004100 10.0.0.41 - - [2025-09-08 02:52:35] "GET /virtual-machine/81d98549-a0e3-46dd-b85a-aef49e2abfc3 HTTP/1.1" 404 171 0.003598 10.0.0.41 - - [2025-09-08 02:52:35] "GET /virtual-machine/81d98549-a0e3-46dd-b85a-aef49e2abfc3 HTTP/1.1" 404 171 0.003267 10.0.0.41 - - [2025-09-08 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.41 - - [2025-09-08 02:52:36] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003986 10.0.0.41 - - [2025-09-08 02:52:36] "GET /virtual-networks?parent_id=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003170 10.0.0.41 - - [2025-09-08 02:52:36] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006910 10.0.0.41 - - [2025-09-08 02:52:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.41 - - [2025-09-08 02:52:36] "GET /routing-instance/a468dedf-daee-49c1-b80b-7490c68da195?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.006562 10.0.0.41 - - [2025-09-08 02:52:36] "GET /route-target/8b4a4500-729c-44e7-b3ed-b09c9724ff3b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004622 10.0.0.41 - - [2025-09-08 02:52:39] "GET /obj-perms HTTP/1.1" 200 5019 0.049041 10.0.0.41 - - [2025-09-08 02:52:42] "GET /obj-perms HTTP/1.1" 200 5019 0.004104 10.0.0.41 - - [2025-09-08 02:52:48] "GET /obj-perms HTTP/1.1" 200 5019 0.005629 10.0.0.41 - - [2025-09-08 02:52:48] "GET /obj-perms HTTP/1.1" 200 5019 0.004192 10.0.0.27 - - [2025-09-08 02:52:48] "GET /obj-perms HTTP/1.1" 200 5019 0.003827 10.0.0.38 - - [2025-09-08 02:52:49] "GET /obj-perms HTTP/1.1" 200 5019 0.052956 10.0.0.41 - - [2025-09-08 02:52:49] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3495 0.006041 10.0.0.41 - - [2025-09-08 02:52:49] "POST /neutron/network HTTP/1.1" 200 1440 0.019840 10.0.0.27 - - [2025-09-08 02:52:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.005580 10.0.0.41 - - [2025-09-08 02:52:49] "GET /virtual-network/4bd9d14a-a7ac-4655-b7c2-ba562e24a4d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008402 10.0.0.41 - - [2025-09-08 02:52:49] "DELETE /network-policy/2ede8887-bb69-4926-a79b-e729f63ddc77 HTTP/1.1" 200 115 0.038661 10.0.0.41 - - [2025-09-08 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005276 10.0.0.38 - - [2025-09-08 02:52:49] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001521 10.0.0.41 - - [2025-09-08 02:52:49] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048126 10.0.0.41 - - [2025-09-08 02:52:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-63809028&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.005761 10.0.0.41 - - [2025-09-08 02:52:49] "DELETE /network-policy/7a49d12a-6c53-4dd4-a0b1-0daeea98296b HTTP/1.1" 200 115 0.035574 10.0.0.41 - - [2025-09-08 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.38 - - [2025-09-08 02:52:49] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001104 10.0.0.41 - - [2025-09-08 02:52:49] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045932 10.0.0.41 - - [2025-09-08 02:52:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-63809028&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.006476 10.0.0.41 - - [2025-09-08 02:52:49] "DELETE /network-policy/51793190-03af-4869-b4c7-349c846079a9 HTTP/1.1" 200 115 0.037695 10.0.0.41 - - [2025-09-08 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.38 - - [2025-09-08 02:52:49] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.41 - - [2025-09-08 02:52:49] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045544 10.0.0.41 - - [2025-09-08 02:52:49] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-63809028&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005634 10.0.0.41 - - [2025-09-08 02:52:50] "DELETE /network-policy/5cb6a6c0-e859-41ef-a1bb-3dc601784f90 HTTP/1.1" 200 115 0.045360 10.0.0.41 - - [2025-09-08 02:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.38 - - [2025-09-08 02:52:50] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001240 10.0.0.41 - - [2025-09-08 02:52:50] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050196 10.0.0.41 - - [2025-09-08 02:52:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-63809028&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.006576 10.0.0.41 - - [2025-09-08 02:52:50] "DELETE /network-policy/dbb983f8-fb02-4b2b-b60a-3147ea35d34d HTTP/1.1" 200 115 0.048798 10.0.0.41 - - [2025-09-08 02:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.38 - - [2025-09-08 02:52:50] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001213 10.0.0.41 - - [2025-09-08 02:52:50] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049763 10.0.0.41 - - [2025-09-08 02:52:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-63809028&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.006568 10.0.0.41 - - [2025-09-08 02:52:50] "DELETE /network-policy/0447dffa-88e3-42cd-a559-fd58b1f84e84 HTTP/1.1" 200 115 0.040619 10.0.0.41 - - [2025-09-08 02:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.38 - - [2025-09-08 02:52:50] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001193 10.0.0.41 - - [2025-09-08 02:52:50] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044141 10.0.0.41 - - [2025-09-08 02:52:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-63809028&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.006288 10.0.0.41 - - [2025-09-08 02:52:50] "DELETE /network-policy/97e6ad13-2aeb-497b-bfca-5dd1d962fb26 HTTP/1.1" 200 115 0.045767 10.0.0.41 - - [2025-09-08 02:52:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.38 - - [2025-09-08 02:52:50] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001118 10.0.0.41 - - [2025-09-08 02:52:50] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050138 10.0.0.41 - - [2025-09-08 02:52:50] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-63809028&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006140 10.0.0.41 - - [2025-09-08 02:52:50] "DELETE /network-policy/38d797bb-8776-4065-b8da-ff61156c42af HTTP/1.1" 200 115 0.042747 10.0.0.41 - - [2025-09-08 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.38 - - [2025-09-08 02:52:51] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001029 10.0.0.41 - - [2025-09-08 02:52:51] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.045007 10.0.0.41 - - [2025-09-08 02:52:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-63809028&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.006382 10.0.0.41 - - [2025-09-08 02:52:51] "DELETE /network-policy/5feae309-d419-47e7-90fb-76eba4bac972 HTTP/1.1" 200 115 0.053842 10.0.0.41 - - [2025-09-08 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006021 10.0.0.38 - - [2025-09-08 02:52:51] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001194 10.0.0.41 - - [2025-09-08 02:52:51] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047252 10.0.0.41 - - [2025-09-08 02:52:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-63809028&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005997 10.0.0.41 - - [2025-09-08 02:52:51] "DELETE /network-policy/c3e99eec-a48d-4f75-b589-5a8e8358a99b HTTP/1.1" 200 115 0.040385 10.0.0.41 - - [2025-09-08 02:52:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005292 10.0.0.38 - - [2025-09-08 02:52:51] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001007 10.0.0.41 - - [2025-09-08 02:52:51] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042914 10.0.0.41 - - [2025-09-08 02:52:51] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-63809028&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005938 10.0.0.41 - - [2025-09-08 02:52:51] "POST /neutron/network HTTP/1.1" 200 1337 0.013208 10.0.0.27 - - [2025-09-08 02:52:51] "DELETE /route-target/8b4a4500-729c-44e7-b3ed-b09c9724ff3b HTTP/1.1" 200 115 0.026359 10.0.0.41 - - [2025-09-08 02:52:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.41 - - [2025-09-08 02:52:52] "DELETE /network-ipam/2d48c984-f473-48e4-8326-9bba1480d48e HTTP/1.1" 200 115 0.040871 10.0.0.41 - - [2025-09-08 02:52:52] "POST /fqname-to-id HTTP/1.1" 404 260 0.003747 10.0.0.38 - - [2025-09-08 02:52:52] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001265 10.0.0.38 - - [2025-09-08 02:52:52] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.049426 10.0.0.38 - - [2025-09-08 02:52:52] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.38 - - [2025-09-08 02:52:52] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?fields=security_groups HTTP/1.1" 200 1400 0.049423 10.0.0.38 - - [2025-09-08 02:52:52] "DELETE /security-group/c8b2c8e0-ac10-4591-a286-72fbd39275db HTTP/1.1" 200 115 0.055382 10.0.0.38 - - [2025-09-08 02:52:52] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001852 10.0.0.38 - - [2025-09-08 02:52:52] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?fields=application_policy_sets HTTP/1.1" 200 1439 0.081618 10.0.0.41 - - [2025-09-08 02:52:52] "DELETE /project/e9e81286-0828-4ba1-af16-6772ed66354e HTTP/1.1" 200 115 0.437944 10.0.0.38 - - [2025-09-08 02:52:52] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001479 10.0.0.41 - - [2025-09-08 02:52:52] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?fields=projects HTTP/1.1" 200 1244 0.012382 10.0.0.38 - - [2025-09-08 02:52:55] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004015 10.0.0.38 - - [2025-09-08 02:52:55] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001266 10.0.0.38 - - [2025-09-08 02:52:55] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050693 10.0.0.38 - - [2025-09-08 02:52:55] "POST /id-to-fqname HTTP/1.1" 200 202 0.003906 10.0.0.38 - - [2025-09-08 02:52:55] "POST /fqname-to-id HTTP/1.1" 404 211 0.005900 10.0.0.38 - - [2025-09-08 02:52:55] "POST /security-groups HTTP/1.1" 200 603 0.067826 10.0.0.27 - - [2025-09-08 02:52:55] "POST /fqname-to-id HTTP/1.1" 404 246 0.004820 10.0.0.38 - - [2025-09-08 02:52:55] "POST /projects HTTP/1.1" 200 609 0.280272 10.0.0.38 - - [2025-09-08 02:52:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.354719 10.0.0.27 - - [2025-09-08 02:52:56] "POST /access-control-lists HTTP/1.1" 200 606 0.048337 10.0.0.41 - - [2025-09-08 02:52:56] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.527291 10.0.0.38 - - [2025-09-08 02:52:56] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001345 10.0.0.41 - - [2025-09-08 02:52:56] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?fields=virtual_networks HTTP/1.1" 200 1057 0.060176 10.0.0.38 - - [2025-09-08 02:52:56] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.41 - - [2025-09-08 02:52:56] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.043493 10.0.0.38 - - [2025-09-08 02:52:56] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001139 10.0.0.41 - - [2025-09-08 02:52:56] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?fields=security_groups HTTP/1.1" 200 1295 0.053509 10.0.0.41 - - [2025-09-08 02:52:57] "POST /fqname-to-id HTTP/1.1" 404 194 0.026553 10.0.0.38 - - [2025-09-08 02:52:57] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003594 10.0.0.38 - - [2025-09-08 02:52:57] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001115 10.0.0.38 - - [2025-09-08 02:52:57] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007654 10.0.0.38 - - [2025-09-08 02:52:57] "POST /id-to-fqname HTTP/1.1" 200 196 0.005754 10.0.0.38 - - [2025-09-08 02:52:57] "POST /fqname-to-id HTTP/1.1" 404 205 0.009615 10.0.0.38 - - [2025-09-08 02:52:57] "POST /security-groups HTTP/1.1" 200 597 0.081576 10.0.0.38 - - [2025-09-08 02:52:57] "POST /projects HTTP/1.1" 200 597 0.303217 10.0.0.27 - - [2025-09-08 02:52:57] "POST /fqname-to-id HTTP/1.1" 404 239 0.005631 10.0.0.38 - - [2025-09-08 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.381908 10.0.0.41 - - [2025-09-08 02:52:57] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.538574 10.0.0.38 - - [2025-09-08 02:52:58] "GET /global-system-configs HTTP/1.1" 200 322 0.039502 10.0.0.41 - - [2025-09-08 02:52:59] "GET / HTTP/1.1" 200 35931 0.002059 10.0.0.27 - - [2025-09-08 02:52:59] "GET /global-system-configs HTTP/1.1" 200 322 0.160886 10.0.0.27 - - [2025-09-08 02:52:59] "GET /global-system-configs HTTP/1.1" 200 322 0.126556 10.0.0.27 - - [2025-09-08 02:52:59] "GET /obj-perms HTTP/1.1" 200 5056 0.243960 10.0.0.38 - - [2025-09-08 02:52:59] "GET /obj-perms HTTP/1.1" 200 5056 0.263569 10.0.0.41 - - [2025-09-08 02:52:59] "GET /obj-perms HTTP/1.1" 200 5056 0.283600 10.0.0.38 - - [2025-09-08 02:53:00] "GET /global-system-configs HTTP/1.1" 200 322 0.034281 10.0.0.41 - - [2025-09-08 02:53:01] "GET /global-system-configs HTTP/1.1" 200 322 0.046993 10.0.0.41 - - [2025-09-08 02:53:01] "GET /global-system-configs HTTP/1.1" 200 322 0.275823 10.0.0.41 - - [2025-09-08 02:53:01] "GET /obj-perms HTTP/1.1" 200 5056 0.345401 10.0.0.27 - - [2025-09-08 02:53:01] "GET /obj-perms HTTP/1.1" 200 5056 0.361199 10.0.0.38 - - [2025-09-08 02:53:01] "GET /obj-perms HTTP/1.1" 200 5056 0.380254 10.0.0.41 - - [2025-09-08 02:53:01] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000538 10.0.0.38 - - [2025-09-08 02:53:02] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001140 10.0.0.41 - - [2025-09-08 02:53:02] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.066409 10.0.0.41 - - [2025-09-08 02:53:02] "GET / HTTP/1.1" 200 35931 0.001998 10.0.0.41 - - [2025-09-08 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.38 - - [2025-09-08 02:53:03] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001116 10.0.0.41 - - [2025-09-08 02:53:03] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.007749 10.0.0.41 - - [2025-09-08 02:53:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.38 - - [2025-09-08 02:53:03] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001415 10.0.0.41 - - [2025-09-08 02:53:03] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048631 10.0.0.38 - - [2025-09-08 02:53:03] "DELETE /project/e9e8128608284ba1af166772ed66354e HTTP/1.1" 404 173 0.008896 10.0.0.38 - - [2025-09-08 02:53:03] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001059 10.0.0.38 - - [2025-09-08 02:53:03] "DELETE /project/c00b99d6f80b4023b27b34b2c933fe11 HTTP/1.1" 404 173 0.009616 10.0.0.38 - - [2025-09-08 02:53:03] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.054142 10.0.0.38 - - [2025-09-08 02:53:03] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001120 10.0.0.38 - - [2025-09-08 02:53:03] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?fields=security_groups HTTP/1.1" 200 1400 0.075016 10.0.0.38 - - [2025-09-08 02:53:04] "DELETE /security-group/ea393986-bc2a-4312-9005-c799c41fe861 HTTP/1.1" 200 115 0.058954 10.0.0.38 - - [2025-09-08 02:53:04] "GET /projects?obj_uuids=e9e81286-0828-4ba1-af16-6772ed66354e&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001608 10.0.0.38 - - [2025-09-08 02:53:04] "GET /project/e9e81286-0828-4ba1-af16-6772ed66354e?fields=application_policy_sets HTTP/1.1" 200 1439 0.051121 10.0.0.27 - - [2025-09-08 02:53:04] "DELETE /access-control-list/8db003d3-a20a-40b6-89d5-13b68f234411 HTTP/1.1" 200 115 0.049058 10.0.0.38 - - [2025-09-08 02:53:04] "DELETE /project/e9e81286-0828-4ba1-af16-6772ed66354e HTTP/1.1" 200 115 0.453738 10.0.0.41 - - [2025-09-08 02:53:04] "GET /domains HTTP/1.1" 401 292 0.000616 10.0.0.41 - - [2025-09-08 02:53:04] "GET /domains HTTP/1.1" 200 280 0.027984 10.0.0.38 - - [2025-09-08 02:53:04] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001104 10.0.0.41 - - [2025-09-08 02:53:04] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe HTTP/1.1" 200 2579 0.011062 10.0.0.38 - - [2025-09-08 02:53:04] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001315 10.0.0.41 - - [2025-09-08 02:53:05] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11 HTTP/1.1" 200 1889 0.100765 10.0.0.41 - - [2025-09-08 02:53:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003664 10.0.0.41 - - [2025-09-08 02:53:05] "POST /network-ipams HTTP/1.1" 200 603 0.028140 10.0.0.41 - - [2025-09-08 02:53:05] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.003806 10.0.0.41 - - [2025-09-08 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004737 10.0.0.41 - - [2025-09-08 02:53:05] "GET /network-ipam/701848df-870b-4d60-8050-14a38701bda3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.008342 10.0.0.41 - - [2025-09-08 02:53:05] "PUT /network-ipam/701848df-870b-4d60-8050-14a38701bda3 HTTP/1.1" 200 258 0.018996 10.0.0.41 - - [2025-09-08 02:53:05] "POST /fqname-to-id HTTP/1.1" 401 292 0.000539 10.0.0.41 - - [2025-09-08 02:53:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.026093 10.0.0.38 - - [2025-09-08 02:53:05] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001105 10.0.0.41 - - [2025-09-08 02:53:05] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048361 10.0.0.38 - - [2025-09-08 02:53:06] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001080 10.0.0.41 - - [2025-09-08 02:53:06] "POST /neutron/network HTTP/1.1" 200 617 0.156896 10.0.0.41 - - [2025-09-08 02:53:06] "POST /neutron/network HTTP/1.1" 200 1074 0.011965 10.0.0.41 - - [2025-09-08 02:53:06] "POST /id-to-fqname HTTP/1.1" 200 229 0.001337 10.0.0.41 - - [2025-09-08 02:53:06] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006187 10.0.0.41 - - [2025-09-08 02:53:06] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006243 10.0.0.41 - - [2025-09-08 02:53:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.010721 10.0.0.41 - - [2025-09-08 02:53:07] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.005926 10.0.0.41 - - [2025-09-08 02:53:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.38 - - [2025-09-08 02:53:08] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001149 10.0.0.41 - - [2025-09-08 02:53:09] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045076 10.0.0.38 - - [2025-09-08 02:53:09] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001402 10.0.0.41 - - [2025-09-08 02:53:09] "POST /neutron/network HTTP/1.1" 200 617 0.129124 10.0.0.27 - - [2025-09-08 02:53:09] "POST /route-targets HTTP/1.1" 200 327 0.013522 10.0.0.41 - - [2025-09-08 02:53:09] "POST /neutron/network HTTP/1.1" 200 1074 0.014794 10.0.0.41 - - [2025-09-08 02:53:09] "POST /id-to-fqname HTTP/1.1" 200 229 0.001303 10.0.0.41 - - [2025-09-08 02:53:09] "GET /virtual-network/a8f69991-6b0b-4676-954c-dfaf5faeaf13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006347 10.0.0.41 - - [2025-09-08 02:53:09] "GET /virtual-network/a8f69991-6b0b-4676-954c-dfaf5faeaf13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008818 10.0.0.41 - - [2025-09-08 02:53:09] "POST /neutron/subnet HTTP/1.1" 200 701 0.012028 10.0.0.41 - - [2025-09-08 02:53:10] "GET /virtual-network/a8f69991-6b0b-4676-954c-dfaf5faeaf13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007488 10.0.0.41 - - [2025-09-08 02:53:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.004612 10.0.0.41 - - [2025-09-08 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.38 - - [2025-09-08 02:53:10] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001262 10.0.0.41 - - [2025-09-08 02:53:10] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043802 10.0.0.41 - - [2025-09-08 02:53:10] "POST /network-policys HTTP/1.1" 200 527 0.078958 10.0.0.41 - - [2025-09-08 02:53:10] "GET /network-policy/34d658d2-73ed-4e88-ad06-c520e8b1bced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007144 10.0.0.41 - - [2025-09-08 02:53:10] "POST /fqname-to-id HTTP/1.1" 404 205 0.003542 10.0.0.41 - - [2025-09-08 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.38 - - [2025-09-08 02:53:11] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001081 10.0.0.41 - - [2025-09-08 02:53:11] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.046841 10.0.0.41 - - [2025-09-08 02:53:11] "POST /network-policys HTTP/1.1" 200 527 0.077549 10.0.0.41 - - [2025-09-08 02:53:11] "GET /network-policy/9fec9f6a-0cbd-40e5-9a65-2e9c8434bf7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.007039 10.0.0.41 - - [2025-09-08 02:53:11] "POST /fqname-to-id HTTP/1.1" 404 205 0.004313 10.0.0.41 - - [2025-09-08 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005033 10.0.0.38 - - [2025-09-08 02:53:11] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001476 10.0.0.41 - - [2025-09-08 02:53:11] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051739 10.0.0.41 - - [2025-09-08 02:53:11] "POST /network-policys HTTP/1.1" 200 527 0.082165 10.0.0.41 - - [2025-09-08 02:53:11] "GET /network-policy/c6036667-b50b-4dde-a2da-bbb461923342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.006494 10.0.0.41 - - [2025-09-08 02:53:11] "POST /fqname-to-id HTTP/1.1" 404 205 0.003608 10.0.0.41 - - [2025-09-08 02:53:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.38 - - [2025-09-08 02:53:11] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001102 10.0.0.41 - - [2025-09-08 02:53:11] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.048414 10.0.0.41 - - [2025-09-08 02:53:12] "POST /network-policys HTTP/1.1" 200 527 0.074040 10.0.0.41 - - [2025-09-08 02:53:12] "GET /network-policy/19ffe32e-ebc7-41cc-8a26-646aa9a8323a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.007476 10.0.0.41 - - [2025-09-08 02:53:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.003479 10.0.0.41 - - [2025-09-08 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.38 - - [2025-09-08 02:53:12] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001293 10.0.0.41 - - [2025-09-08 02:53:12] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.047906 10.0.0.41 - - [2025-09-08 02:53:12] "POST /network-policys HTTP/1.1" 200 531 0.035044 10.0.0.41 - - [2025-09-08 02:53:12] "GET /network-policy/97821124-3605-4c6e-a49a-974dd40055db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.007275 10.0.0.41 - - [2025-09-08 02:53:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003448 10.0.0.41 - - [2025-09-08 02:53:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.38 - - [2025-09-08 02:53:12] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002119 10.0.0.41 - - [2025-09-08 02:53:12] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.053671 10.0.0.41 - - [2025-09-08 02:53:12] "POST /network-policys HTTP/1.1" 200 529 0.078247 10.0.0.41 - - [2025-09-08 02:53:12] "GET /network-policy/e879a040-3319-4f92-88f3-3c7db095887d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.011104 10.0.0.41 - - [2025-09-08 02:53:12] "POST /fqname-to-id HTTP/1.1" 404 206 0.003668 10.0.0.41 - - [2025-09-08 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.38 - - [2025-09-08 02:53:13] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001323 10.0.0.41 - - [2025-09-08 02:53:13] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044085 10.0.0.41 - - [2025-09-08 02:53:13] "POST /network-policys HTTP/1.1" 200 529 0.078257 10.0.0.41 - - [2025-09-08 02:53:13] "GET /network-policy/a61a6ecb-f056-457a-ad86-6da26fbb730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.013199 10.0.0.41 - - [2025-09-08 02:53:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.003706 10.0.0.41 - - [2025-09-08 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.38 - - [2025-09-08 02:53:13] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001101 10.0.0.41 - - [2025-09-08 02:53:13] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.056999 10.0.0.41 - - [2025-09-08 02:53:13] "POST /network-policys HTTP/1.1" 200 529 0.085747 10.0.0.41 - - [2025-09-08 02:53:13] "GET /network-policy/85356003-f921-4b1b-9fc2-b9aae012a1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007136 10.0.0.41 - - [2025-09-08 02:53:13] "POST /fqname-to-id HTTP/1.1" 404 206 0.004092 10.0.0.41 - - [2025-09-08 02:53:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.38 - - [2025-09-08 02:53:13] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001243 10.0.0.41 - - [2025-09-08 02:53:14] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065631 10.0.0.41 - - [2025-09-08 02:53:14] "POST /network-policys HTTP/1.1" 200 529 0.082332 10.0.0.41 - - [2025-09-08 02:53:14] "GET /network-policy/aa98925e-63d2-4ee5-bdbf-7deca3b835b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.008538 10.0.0.41 - - [2025-09-08 02:53:14] "POST /fqname-to-id HTTP/1.1" 404 208 0.003676 10.0.0.41 - - [2025-09-08 02:53:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.38 - - [2025-09-08 02:53:14] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001252 10.0.0.41 - - [2025-09-08 02:53:14] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.074427 10.0.0.41 - - [2025-09-08 02:53:14] "POST /network-policys HTTP/1.1" 200 533 0.033109 10.0.0.41 - - [2025-09-08 02:53:14] "GET /network-policy/c28e9b23-042c-4a66-a940-90216b530cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.007380 10.0.0.41 - - [2025-09-08 02:53:15] "POST /neutron/network HTTP/1.1" 200 1157 0.085317 10.0.0.41 - - [2025-09-08 02:53:15] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007207 10.0.0.41 - - [2025-09-08 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.27 - - [2025-09-08 02:53:15] "POST /access-control-lists HTTP/1.1" 200 603 0.091338 10.0.0.41 - - [2025-09-08 02:53:15] "GET /network-policy/34d658d2-73ed-4e88-ad06-c520e8b1bced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005579 10.0.0.41 - - [2025-09-08 02:53:15] "POST /neutron/network HTTP/1.1" 200 1159 0.133046 10.0.0.27 - - [2025-09-08 02:53:15] "POST /ref-update HTTP/1.1" 200 156 0.042163 10.0.0.41 - - [2025-09-08 02:53:15] "GET /virtual-network/a8f69991-6b0b-4676-954c-dfaf5faeaf13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009256 10.0.0.41 - - [2025-09-08 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005987 10.0.0.41 - - [2025-09-08 02:53:15] "GET /network-policy/97821124-3605-4c6e-a49a-974dd40055db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.005340 10.0.0.41 - - [2025-09-08 02:53:15] "POST /id-to-fqname HTTP/1.1" 200 229 0.001714 10.0.0.38 - - [2025-09-08 02:53:16] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001157 10.0.0.41 - - [2025-09-08 02:53:16] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.083299 10.0.0.41 - - [2025-09-08 02:53:16] "POST /neutron/network HTTP/1.1" 200 1157 0.011165 10.0.0.41 - - [2025-09-08 02:53:17] "POST /id-to-fqname HTTP/1.1" 200 229 0.001761 10.0.0.41 - - [2025-09-08 02:53:17] "POST /neutron/port HTTP/1.1" 200 117 0.006873 10.0.0.38 - - [2025-09-08 02:53:17] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001370 10.0.0.41 - - [2025-09-08 02:53:18] "POST /neutron/port HTTP/1.1" 200 1061 0.401148 10.0.0.38 - - [2025-09-08 02:53:18] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001033 10.0.0.41 - - [2025-09-08 02:53:18] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.089474 10.0.0.41 - - [2025-09-08 02:53:18] "POST /neutron/port HTTP/1.1" 200 1115 0.145581 10.0.0.41 - - [2025-09-08 02:53:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004485 10.0.0.41 - - [2025-09-08 02:53:18] "POST /neutron/port HTTP/1.1" 200 117 0.001179 10.0.0.41 - - [2025-09-08 02:53:18] "POST /neutron/port HTTP/1.1" 200 117 0.007667 10.0.0.41 - - [2025-09-08 02:53:19] "POST /neutron/network HTTP/1.1" 200 1169 0.012684 10.0.0.41 - - [2025-09-08 02:53:19] "POST /neutron/port HTTP/1.1" 200 1061 0.017207 10.0.0.41 - - [2025-09-08 02:53:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004797 10.0.0.41 - - [2025-09-08 02:53:20] "POST /neutron/network HTTP/1.1" 200 1159 0.010313 10.0.0.41 - - [2025-09-08 02:53:23] "POST /neutron/port HTTP/1.1" 200 1089 0.018171 10.0.0.41 - - [2025-09-08 02:53:24] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008233 10.0.0.41 - - [2025-09-08 02:53:24] "GET /virtual-machine/d84c8dd5-53fb-4c55-b2cb-e87b87cac734 HTTP/1.1" 401 292 0.000446 10.0.0.41 - - [2025-09-08 02:53:24] "GET /virtual-machine/d84c8dd5-53fb-4c55-b2cb-e87b87cac734 HTTP/1.1" 200 1299 0.035806 10.0.0.41 - - [2025-09-08 02:53:24] "GET /virtual-machine-interface/26ffcb35-4ab8-4a66-91f0-658d4bfafd84 HTTP/1.1" 200 2951 0.005929 10.0.0.41 - - [2025-09-08 02:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.41 - - [2025-09-08 02:53:24] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004538 10.0.0.41 - - [2025-09-08 02:53:24] "GET /virtual-networks?parent_id=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005793 10.0.0.41 - - [2025-09-08 02:53:24] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007397 10.0.0.41 - - [2025-09-08 02:53:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.41 - - [2025-09-08 02:53:27] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007042 10.0.0.38 - - [2025-09-08 02:53:31] "GET /obj-perms HTTP/1.1" 200 5056 0.046686 10.0.0.41 - - [2025-09-08 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.41 - - [2025-09-08 02:53:31] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006449 10.0.0.41 - - [2025-09-08 02:53:32] "GET /obj-perms HTTP/1.1" 200 5056 0.061381 10.0.0.41 - - [2025-09-08 02:53:35] "POST /neutron/network HTTP/1.1" 200 1169 0.033695 10.0.0.41 - - [2025-09-08 02:53:35] "POST /neutron/port HTTP/1.1" 200 117 0.001671 10.0.0.41 - - [2025-09-08 02:53:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004613 10.0.0.41 - - [2025-09-08 02:53:36] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007970 10.0.0.41 - - [2025-09-08 02:53:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.41 - - [2025-09-08 02:53:40] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.007558 10.0.0.41 - - [2025-09-08 02:53:43] "POST /neutron/port HTTP/1.1" 200 1089 0.016214 10.0.0.41 - - [2025-09-08 02:53:43] "POST /neutron/subnet HTTP/1.1" 200 675 0.012830 10.0.0.41 - - [2025-09-08 02:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.41 - - [2025-09-08 02:53:44] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005891 10.0.0.41 - - [2025-09-08 02:53:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.41 - - [2025-09-08 02:53:48] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.005710 10.0.0.41 - - [2025-09-08 02:53:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.41 - - [2025-09-08 02:53:52] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006740 10.0.0.41 - - [2025-09-08 02:53:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.41 - - [2025-09-08 02:53:56] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006062 10.0.0.41 - - [2025-09-08 02:53:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.41 - - [2025-09-08 02:53:58] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003872 10.0.0.41 - - [2025-09-08 02:53:58] "GET /virtual-networks?parent_id=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003867 10.0.0.41 - - [2025-09-08 02:53:58] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006534 10.0.0.41 - - [2025-09-08 02:53:58] "POST /neutron/port HTTP/1.1" 200 1089 0.017000 10.0.0.41 - - [2025-09-08 02:54:04] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009686 10.0.0.41 - - [2025-09-08 02:54:07] "POST /neutron/port HTTP/1.1" 200 1089 0.020137 10.0.0.41 - - [2025-09-08 02:54:09] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009001 10.0.0.41 - - [2025-09-08 02:54:19] "POST /neutron/port HTTP/1.1" 200 1089 0.020372 10.0.0.41 - - [2025-09-08 02:54:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008980 10.0.0.41 - - [2025-09-08 02:54:19] "GET /virtual-machine/351c3e3d-c60a-48ee-be09-3bd1892b5018 HTTP/1.1" 200 1298 0.006583 10.0.0.41 - - [2025-09-08 02:54:19] "GET /virtual-machine-interface/46d51ace-251c-45c5-b5d0-14e44ffeebf0 HTTP/1.1" 200 2951 0.008007 10.0.0.41 - - [2025-09-08 02:54:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005207 10.0.0.41 - - [2025-09-08 02:54:20] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004448 10.0.0.41 - - [2025-09-08 02:54:20] "GET /virtual-networks?parent_id=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.004508 10.0.0.41 - - [2025-09-08 02:54:20] "GET /virtual-network/a8f69991-6b0b-4676-954c-dfaf5faeaf13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009400 10.0.0.41 - - [2025-09-08 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.41 - - [2025-09-08 02:54:21] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009173 10.0.0.41 - - [2025-09-08 02:54:21] "GET /virtual-networks?parent_id=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.006154 10.0.0.41 - - [2025-09-08 02:54:21] "GET /virtual-network/a8f69991-6b0b-4676-954c-dfaf5faeaf13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008425 10.0.0.41 - - [2025-09-08 02:54:21] "POST /neutron/port HTTP/1.1" 200 2062 0.034647 10.0.0.41 - - [2025-09-08 02:54:21] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008672 10.0.0.41 - - [2025-09-08 02:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.41 - - [2025-09-08 02:54:21] "GET /network-policy/97821124-3605-4c6e-a49a-974dd40055db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004109 10.0.0.41 - - [2025-09-08 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.009318 10.0.0.41 - - [2025-09-08 02:54:22] "GET /network-policy/34d658d2-73ed-4e88-ad06-c520e8b1bced?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005025 10.0.0.41 - - [2025-09-08 02:54:22] "POST /neutron/network HTTP/1.1" 200 1157 0.047231 10.0.0.27 - - [2025-09-08 02:54:22] "PUT /access-control-list/95426b52-9017-4124-8ce2-e3f62b2a1640 HTTP/1.1" 200 272 0.046497 10.0.0.41 - - [2025-09-08 02:54:22] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.011211 10.0.0.41 - - [2025-09-08 02:54:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.41 - - [2025-09-08 02:54:22] "GET /network-policy/9fec9f6a-0cbd-40e5-9a65-2e9c8434bf7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004846 10.0.0.27 - - [2025-09-08 02:54:32] "GET /obj-perms HTTP/1.1" 200 5056 0.048112 10.0.0.41 - - [2025-09-08 02:54:36] "POST /neutron/port HTTP/1.1" 200 1089 0.017946 10.0.0.41 - - [2025-09-08 02:54:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006608 10.0.0.41 - - [2025-09-08 02:54:36] "POST /neutron/network HTTP/1.1" 200 1159 0.010291 10.0.0.41 - - [2025-09-08 02:54:44] "POST /neutron/network HTTP/1.1" 200 1167 0.011203 10.0.0.41 - - [2025-09-08 02:54:44] "POST /neutron/port HTTP/1.1" 200 117 0.001541 10.0.0.41 - - [2025-09-08 02:54:46] "POST /neutron/network HTTP/1.1" 200 1160 0.113031 10.0.0.41 - - [2025-09-08 02:54:46] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007004 10.0.0.41 - - [2025-09-08 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004921 10.0.0.41 - - [2025-09-08 02:54:46] "GET /network-policy/c28e9b23-042c-4a66-a940-90216b530cdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1128 0.004693 10.0.0.41 - - [2025-09-08 02:54:55] "POST /neutron/network HTTP/1.1" 200 1157 0.102055 10.0.0.27 - - [2025-09-08 02:54:55] "PUT /access-control-list/95426b52-9017-4124-8ce2-e3f62b2a1640 HTTP/1.1" 200 272 0.059586 10.0.0.41 - - [2025-09-08 02:54:55] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006719 10.0.0.41 - - [2025-09-08 02:54:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.41 - - [2025-09-08 02:54:55] "GET /network-policy/c6036667-b50b-4dde-a2da-bbb461923342?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005989 10.0.0.41 - - [2025-09-08 02:55:04] "POST /neutron/network HTTP/1.1" 200 1157 0.093676 10.0.0.41 - - [2025-09-08 02:55:05] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.006833 10.0.0.41 - - [2025-09-08 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.41 - - [2025-09-08 02:55:05] "GET /network-policy/19ffe32e-ebc7-41cc-8a26-646aa9a8323a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3982 0.005259 10.0.0.41 - - [2025-09-08 02:55:12] "POST /neutron/network HTTP/1.1" 200 1158 0.117077 10.0.0.41 - - [2025-09-08 02:55:12] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006980 10.0.0.27 - - [2025-09-08 02:55:12] "PUT /access-control-list/95426b52-9017-4124-8ce2-e3f62b2a1640 HTTP/1.1" 200 272 0.111445 10.0.0.41 - - [2025-09-08 02:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006507 10.0.0.41 - - [2025-09-08 02:55:12] "GET /network-policy/e879a040-3319-4f92-88f3-3c7db095887d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005109 10.0.0.41 - - [2025-09-08 02:55:21] "POST /neutron/network HTTP/1.1" 200 1158 0.117582 10.0.0.41 - - [2025-09-08 02:55:21] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.015543 10.0.0.27 - - [2025-09-08 02:55:21] "POST /ref-update HTTP/1.1" 200 156 0.053395 10.0.0.41 - - [2025-09-08 02:55:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.41 - - [2025-09-08 02:55:21] "GET /network-policy/a61a6ecb-f056-457a-ad86-6da26fbb730c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005439 10.0.0.41 - - [2025-09-08 02:55:29] "POST /neutron/network HTTP/1.1" 200 1158 0.095312 10.0.0.41 - - [2025-09-08 02:55:29] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.009985 10.0.0.41 - - [2025-09-08 02:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.41 - - [2025-09-08 02:55:29] "GET /network-policy/85356003-f921-4b1b-9fc2-b9aae012a1b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004669 10.0.0.41 - - [2025-09-08 02:55:38] "POST /neutron/network HTTP/1.1" 200 1158 0.099743 10.0.0.41 - - [2025-09-08 02:55:38] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006425 10.0.0.41 - - [2025-09-08 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.41 - - [2025-09-08 02:55:38] "GET /network-policy/aa98925e-63d2-4ee5-bdbf-7deca3b835b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.005575 10.0.0.41 - - [2025-09-08 02:55:38] "POST /neutron/port HTTP/1.1" 200 1089 0.017640 10.0.0.41 - - [2025-09-08 02:55:38] "POST /neutron/subnet HTTP/1.1" 200 675 0.013180 10.0.0.41 - - [2025-09-08 02:55:46] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.008083 10.0.0.41 - - [2025-09-08 02:55:46] "POST /neutron/network HTTP/1.1" 200 1158 0.010870 10.0.0.27 - - [2025-09-08 02:55:46] "DELETE /access-control-list/95426b52-9017-4124-8ce2-e3f62b2a1640 HTTP/1.1" 200 115 0.077475 10.0.0.41 - - [2025-09-08 02:55:46] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.014877 10.0.0.41 - - [2025-09-08 02:55:46] "POST /neutron/port HTTP/1.1" 200 1089 0.149717 10.0.0.41 - - [2025-09-08 02:55:46] "GET /virtual-machine/351c3e3d-c60a-48ee-be09-3bd1892b5018 HTTP/1.1" 200 1298 0.006048 10.0.0.41 - - [2025-09-08 02:55:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003981 10.0.0.41 - - [2025-09-08 02:55:46] "POST /neutron/network HTTP/1.1" 200 1074 0.011815 10.0.0.41 - - [2025-09-08 02:55:47] "POST /neutron/port HTTP/1.1" 200 151 0.203588 10.0.0.41 - - [2025-09-08 02:55:48] "GET /virtual-machine/351c3e3d-c60a-48ee-be09-3bd1892b5018 HTTP/1.1" 404 171 0.003528 10.0.0.41 - - [2025-09-08 02:55:48] "GET /virtual-machine/351c3e3d-c60a-48ee-be09-3bd1892b5018 HTTP/1.1" 404 171 0.003288 10.0.0.41 - - [2025-09-08 02:55:48] "GET /virtual-machine/351c3e3d-c60a-48ee-be09-3bd1892b5018 HTTP/1.1" 404 171 0.003434 10.0.0.41 - - [2025-09-08 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.41 - - [2025-09-08 02:55:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005384 10.0.0.41 - - [2025-09-08 02:55:48] "GET /virtual-networks?parent_id=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003443 10.0.0.41 - - [2025-09-08 02:55:48] "GET /virtual-network/a8f69991-6b0b-4676-954c-dfaf5faeaf13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.008388 10.0.0.41 - - [2025-09-08 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.41 - - [2025-09-08 02:55:49] "GET /routing-instance/40ffc30e-b070-49bf-a61a-880c28c78d58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.005516 10.0.0.41 - - [2025-09-08 02:55:49] "GET /route-target/6e4db6bb-1450-48d9-9731-5623541336c0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004873 10.0.0.41 - - [2025-09-08 02:55:49] "GET /obj-perms HTTP/1.1" 200 5013 0.046662 10.0.0.38 - - [2025-09-08 02:55:49] "GET /obj-perms HTTP/1.1" 200 5013 0.046542 10.0.0.41 - - [2025-09-08 02:55:49] "GET /virtual-machine/d84c8dd5-53fb-4c55-b2cb-e87b87cac734 HTTP/1.1" 200 1299 0.005533 10.0.0.41 - - [2025-09-08 02:55:50] "POST /neutron/port HTTP/1.1" 200 151 0.218921 10.0.0.41 - - [2025-09-08 02:55:51] "GET /virtual-machine/d84c8dd5-53fb-4c55-b2cb-e87b87cac734 HTTP/1.1" 404 171 0.004124 10.0.0.41 - - [2025-09-08 02:55:51] "GET /virtual-machine/d84c8dd5-53fb-4c55-b2cb-e87b87cac734 HTTP/1.1" 404 171 0.003130 10.0.0.41 - - [2025-09-08 02:55:51] "GET /virtual-machine/d84c8dd5-53fb-4c55-b2cb-e87b87cac734 HTTP/1.1" 404 171 0.004060 10.0.0.41 - - [2025-09-08 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.41 - - [2025-09-08 02:55:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004320 10.0.0.41 - - [2025-09-08 02:55:51] "GET /virtual-networks?parent_id=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003504 10.0.0.41 - - [2025-09-08 02:55:51] "GET /virtual-network/e754790b-7053-45e3-84b8-5c7340ccb370?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2574 0.006765 10.0.0.41 - - [2025-09-08 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.41 - - [2025-09-08 02:55:51] "GET /routing-instance/e12c3027-8d97-402e-b3d4-778661883080?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.013745 10.0.0.41 - - [2025-09-08 02:55:51] "GET /route-target/971e6773-ff38-4a0a-a816-92fbcb30d9fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005419 10.0.0.41 - - [2025-09-08 02:55:52] "GET /obj-perms HTTP/1.1" 200 5013 0.004438 10.0.0.41 - - [2025-09-08 02:55:58] "GET /obj-perms HTTP/1.1" 200 5013 0.004508 10.0.0.41 - - [2025-09-08 02:56:01] "GET /obj-perms HTTP/1.1" 200 5013 0.005667 10.0.0.41 - - [2025-09-08 02:56:07] "GET /obj-perms HTTP/1.1" 200 5013 0.004881 10.0.0.41 - - [2025-09-08 02:56:10] "GET /obj-perms HTTP/1.1" 200 5013 0.004282 10.0.0.41 - - [2025-09-08 02:56:16] "GET /obj-perms HTTP/1.1" 200 5013 0.005052 10.0.0.41 - - [2025-09-08 02:56:19] "GET /obj-perms HTTP/1.1" 200 5013 0.004673 10.0.0.27 - - [2025-09-08 02:56:19] "GET /obj-perms HTTP/1.1" 200 5013 0.085899 10.0.0.41 - - [2025-09-08 02:56:20] "GET /virtual-network/a8f69991-6b0b-4676-954c-dfaf5faeaf13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006507 10.0.0.41 - - [2025-09-08 02:56:20] "POST /neutron/network HTTP/1.1" 200 1074 0.015987 10.0.0.41 - - [2025-09-08 02:56:20] "GET /virtual-network/a8f69991-6b0b-4676-954c-dfaf5faeaf13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006479 10.0.0.27 - - [2025-09-08 02:56:20] "POST /ref-update HTTP/1.1" 200 156 0.030003 10.0.0.41 - - [2025-09-08 02:56:20] "DELETE /network-policy/c28e9b23-042c-4a66-a940-90216b530cdc HTTP/1.1" 200 115 0.036641 10.0.0.41 - - [2025-09-08 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.38 - - [2025-09-08 02:56:20] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.042091 10.0.0.41 - - [2025-09-08 02:56:20] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.084324 10.0.0.41 - - [2025-09-08 02:56:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-31586431&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.006105 10.0.0.41 - - [2025-09-08 02:56:20] "DELETE /network-policy/aa98925e-63d2-4ee5-bdbf-7deca3b835b1 HTTP/1.1" 200 115 0.045493 10.0.0.41 - - [2025-09-08 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004943 10.0.0.38 - - [2025-09-08 02:56:20] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001295 10.0.0.41 - - [2025-09-08 02:56:20] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054231 10.0.0.41 - - [2025-09-08 02:56:20] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-31586431&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.009315 10.0.0.41 - - [2025-09-08 02:56:20] "DELETE /network-policy/85356003-f921-4b1b-9fc2-b9aae012a1b0 HTTP/1.1" 200 115 0.045384 10.0.0.41 - - [2025-09-08 02:56:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004124 10.0.0.38 - - [2025-09-08 02:56:20] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001202 10.0.0.41 - - [2025-09-08 02:56:21] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.060745 10.0.0.41 - - [2025-09-08 02:56:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-31586431&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.006308 10.0.0.41 - - [2025-09-08 02:56:21] "DELETE /network-policy/a61a6ecb-f056-457a-ad86-6da26fbb730c HTTP/1.1" 200 115 0.056232 10.0.0.41 - - [2025-09-08 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005829 10.0.0.38 - - [2025-09-08 02:56:21] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001136 10.0.0.41 - - [2025-09-08 02:56:21] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.061667 10.0.0.41 - - [2025-09-08 02:56:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-31586431&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.026785 10.0.0.41 - - [2025-09-08 02:56:21] "DELETE /network-policy/e879a040-3319-4f92-88f3-3c7db095887d HTTP/1.1" 200 115 0.062185 10.0.0.41 - - [2025-09-08 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.38 - - [2025-09-08 02:56:21] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001105 10.0.0.41 - - [2025-09-08 02:56:21] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.054130 10.0.0.41 - - [2025-09-08 02:56:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-31586431&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.006861 10.0.0.41 - - [2025-09-08 02:56:21] "DELETE /network-policy/97821124-3605-4c6e-a49a-974dd40055db HTTP/1.1" 200 115 0.060521 10.0.0.41 - - [2025-09-08 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008142 10.0.0.38 - - [2025-09-08 02:56:21] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001171 10.0.0.41 - - [2025-09-08 02:56:21] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.064704 10.0.0.41 - - [2025-09-08 02:56:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-31586431&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.007335 10.0.0.41 - - [2025-09-08 02:56:21] "DELETE /network-policy/19ffe32e-ebc7-41cc-8a26-646aa9a8323a HTTP/1.1" 200 115 0.042956 10.0.0.41 - - [2025-09-08 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008039 10.0.0.38 - - [2025-09-08 02:56:22] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001163 10.0.0.41 - - [2025-09-08 02:56:22] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.165334 10.0.0.41 - - [2025-09-08 02:56:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-31586431&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.019286 10.0.0.41 - - [2025-09-08 02:56:22] "DELETE /network-policy/c6036667-b50b-4dde-a2da-bbb461923342 HTTP/1.1" 200 115 0.048352 10.0.0.41 - - [2025-09-08 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007388 10.0.0.38 - - [2025-09-08 02:56:22] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001189 10.0.0.41 - - [2025-09-08 02:56:22] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.068033 10.0.0.41 - - [2025-09-08 02:56:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-31586431&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.008286 10.0.0.41 - - [2025-09-08 02:56:22] "DELETE /network-policy/9fec9f6a-0cbd-40e5-9a65-2e9c8434bf7a HTTP/1.1" 200 115 0.074564 10.0.0.41 - - [2025-09-08 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005678 10.0.0.38 - - [2025-09-08 02:56:22] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001452 10.0.0.41 - - [2025-09-08 02:56:22] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.062126 10.0.0.41 - - [2025-09-08 02:56:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-31586431&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.008921 10.0.0.41 - - [2025-09-08 02:56:22] "DELETE /network-policy/34d658d2-73ed-4e88-ad06-c520e8b1bced HTTP/1.1" 200 115 0.058352 10.0.0.41 - - [2025-09-08 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.38 - - [2025-09-08 02:56:22] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001233 10.0.0.41 - - [2025-09-08 02:56:23] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.074250 10.0.0.41 - - [2025-09-08 02:56:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-31586431&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.009584 10.0.0.41 - - [2025-09-08 02:56:23] "POST /neutron/network HTTP/1.1" 200 1074 0.011077 10.0.0.27 - - [2025-09-08 02:56:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.41 - - [2025-09-08 02:56:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.41 - - [2025-09-08 02:56:24] "DELETE /network-ipam/701848df-870b-4d60-8050-14a38701bda3 HTTP/1.1" 200 115 0.051136 10.0.0.41 - - [2025-09-08 02:56:24] "POST /fqname-to-id HTTP/1.1" 404 248 0.005587 10.0.0.38 - - [2025-09-08 02:56:24] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001011 10.0.0.38 - - [2025-09-08 02:56:24] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.057459 10.0.0.38 - - [2025-09-08 02:56:24] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001163 10.0.0.38 - - [2025-09-08 02:56:24] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?fields=security_groups HTTP/1.1" 200 1382 0.082849 10.0.0.38 - - [2025-09-08 02:56:24] "DELETE /security-group/f874968f-e3d2-482c-94b2-1ee3ec9c18e1 HTTP/1.1" 200 115 0.088612 10.0.0.38 - - [2025-09-08 02:56:24] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001171 10.0.0.38 - - [2025-09-08 02:56:24] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?fields=application_policy_sets HTTP/1.1" 200 1421 0.071277 10.0.0.27 - - [2025-09-08 02:56:24] "DELETE /access-control-list/6e11ac12-0050-4e3f-a268-10d822487754 HTTP/1.1" 200 115 0.071473 10.0.0.41 - - [2025-09-08 02:56:24] "DELETE /project/c00b99d6-f80b-4023-b27b-34b2c933fe11 HTTP/1.1" 200 115 0.540185 10.0.0.38 - - [2025-09-08 02:56:24] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001299 10.0.0.41 - - [2025-09-08 02:56:24] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?fields=projects HTTP/1.1" 200 1244 0.014008 10.0.0.38 - - [2025-09-08 02:56:26] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003726 10.0.0.38 - - [2025-09-08 02:56:26] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001226 10.0.0.38 - - [2025-09-08 02:56:26] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032267 10.0.0.38 - - [2025-09-08 02:56:26] "POST /id-to-fqname HTTP/1.1" 200 196 0.004905 10.0.0.38 - - [2025-09-08 02:56:26] "POST /fqname-to-id HTTP/1.1" 404 205 0.004052 10.0.0.38 - - [2025-09-08 02:56:26] "POST /security-groups HTTP/1.1" 200 597 0.033580 10.0.0.38 - - [2025-09-08 02:56:26] "POST /projects HTTP/1.1" 200 597 0.250185 10.0.0.27 - - [2025-09-08 02:56:26] "POST /fqname-to-id HTTP/1.1" 404 239 0.021803 10.0.0.38 - - [2025-09-08 02:56:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.324274 10.0.0.41 - - [2025-09-08 02:56:26] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.490306 10.0.0.38 - - [2025-09-08 02:56:26] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001498 10.0.0.41 - - [2025-09-08 02:56:26] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?fields=virtual_networks HTTP/1.1" 200 1045 0.050190 10.0.0.38 - - [2025-09-08 02:56:26] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001107 10.0.0.41 - - [2025-09-08 02:56:26] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.047999 10.0.0.38 - - [2025-09-08 02:56:26] "GET /projects?obj_uuids=c00b99d6-f80b-4023-b27b-34b2c933fe11&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001146 10.0.0.41 - - [2025-09-08 02:56:26] "GET /project/c00b99d6-f80b-4023-b27b-34b2c933fe11?fields=security_groups HTTP/1.1" 200 1277 0.048612 10.0.0.41 - - [2025-09-08 02:56:27] "POST /fqname-to-id HTTP/1.1" 404 200 0.027779 10.0.0.38 - - [2025-09-08 02:56:27] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003505 10.0.0.38 - - [2025-09-08 02:56:27] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.38 - - [2025-09-08 02:56:27] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008300 10.0.0.38 - - [2025-09-08 02:56:28] "POST /id-to-fqname HTTP/1.1" 200 202 0.011708 10.0.0.38 - - [2025-09-08 02:56:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.008727 10.0.0.38 - - [2025-09-08 02:56:28] "POST /security-groups HTTP/1.1" 200 603 0.034425 10.0.0.38 - - [2025-09-08 02:56:28] "POST /projects HTTP/1.1" 200 609 0.258390 10.0.0.38 - - [2025-09-08 02:56:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.296149 10.0.0.27 - - [2025-09-08 02:56:28] "POST /access-control-lists HTTP/1.1" 200 608 0.035035 10.0.0.41 - - [2025-09-08 02:56:28] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.460829 10.0.0.41 - - [2025-09-08 02:56:29] "GET / HTTP/1.1" 200 35931 0.001661 10.0.0.41 - - [2025-09-08 02:56:31] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000560 10.0.0.38 - - [2025-09-08 02:56:32] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001229 10.0.0.41 - - [2025-09-08 02:56:32] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.067437 10.0.0.41 - - [2025-09-08 02:56:32] "GET / HTTP/1.1" 200 35931 0.002908 10.0.0.41 - - [2025-09-08 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.38 - - [2025-09-08 02:56:33] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001221 10.0.0.41 - - [2025-09-08 02:56:33] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008090 10.0.0.41 - - [2025-09-08 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.38 - - [2025-09-08 02:56:33] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001587 10.0.0.41 - - [2025-09-08 02:56:33] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.046618 10.0.0.41 - - [2025-09-08 02:56:34] "GET /domains HTTP/1.1" 401 292 0.000451 10.0.0.41 - - [2025-09-08 02:56:35] "GET /domains HTTP/1.1" 200 280 0.038435 10.0.0.38 - - [2025-09-08 02:56:35] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001527 10.0.0.41 - - [2025-09-08 02:56:35] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe HTTP/1.1" 200 2777 0.011489 10.0.0.41 - - [2025-09-08 02:56:35] "GET /obj-perms HTTP/1.1" 200 5056 0.393119 10.0.0.38 - - [2025-09-08 02:56:35] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001094 10.0.0.41 - - [2025-09-08 02:56:35] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5 HTTP/1.1" 200 1924 0.094844 10.0.0.41 - - [2025-09-08 02:56:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003255 10.0.0.41 - - [2025-09-08 02:56:35] "POST /network-ipams HTTP/1.1" 200 621 0.028267 10.0.0.41 - - [2025-09-08 02:56:35] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.004067 10.0.0.41 - - [2025-09-08 02:56:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.41 - - [2025-09-08 02:56:35] "GET /network-ipam/a2c7bd60-52c9-4e1c-a002-84321c23f9ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.006622 10.0.0.41 - - [2025-09-08 02:56:35] "PUT /network-ipam/a2c7bd60-52c9-4e1c-a002-84321c23f9ff HTTP/1.1" 200 258 0.015218 10.0.0.41 - - [2025-09-08 02:56:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000552 10.0.0.41 - - [2025-09-08 02:56:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.028407 10.0.0.38 - - [2025-09-08 02:56:36] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001025 10.0.0.41 - - [2025-09-08 02:56:36] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049885 10.0.0.38 - - [2025-09-08 02:56:36] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001122 10.0.0.41 - - [2025-09-08 02:56:36] "POST /neutron/network HTTP/1.1" 200 623 0.151365 10.0.0.27 - - [2025-09-08 02:56:37] "POST /route-targets HTTP/1.1" 200 327 0.013871 10.0.0.38 - - [2025-09-08 02:56:37] "POST /useragent-kv HTTP/1.1" 200 115 0.006512 10.0.0.41 - - [2025-09-08 02:56:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.203325 10.0.0.41 - - [2025-09-08 02:56:37] "POST /id-to-fqname HTTP/1.1" 200 235 0.001488 10.0.0.41 - - [2025-09-08 02:56:37] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006982 10.0.0.41 - - [2025-09-08 02:56:37] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006362 10.0.0.41 - - [2025-09-08 02:56:37] "POST /neutron/network HTTP/1.1" 200 1337 0.012016 10.0.0.41 - - [2025-09-08 02:56:37] "POST /neutron/subnet HTTP/1.1" 200 828 0.009698 10.0.0.41 - - [2025-09-08 02:56:38] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007560 10.0.0.38 - - [2025-09-08 02:56:39] "GET /obj-perms HTTP/1.1" 200 5019 0.046849 10.0.0.41 - - [2025-09-08 02:56:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.38 - - [2025-09-08 02:56:39] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.41 - - [2025-09-08 02:56:39] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039916 10.0.0.27 - - [2025-09-08 02:56:40] "POST /ref-update HTTP/1.1" 200 156 0.024854 10.0.0.38 - - [2025-09-08 02:56:40] "POST /useragent-kv HTTP/1.1" 200 115 0.010603 10.0.0.41 - - [2025-09-08 02:56:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.243929 10.0.0.41 - - [2025-09-08 02:56:40] "POST /neutron/network HTTP/1.1" 200 1337 0.013923 10.0.0.41 - - [2025-09-08 02:56:40] "POST /id-to-fqname HTTP/1.1" 200 235 0.001288 10.0.0.41 - - [2025-09-08 02:56:40] "GET /virtual-network/6f46761f-e7f1-4917-b2df-5d771724eed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005692 10.0.0.41 - - [2025-09-08 02:56:40] "GET /virtual-network/6f46761f-e7f1-4917-b2df-5d771724eed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007277 10.0.0.41 - - [2025-09-08 02:56:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.010615 10.0.0.41 - - [2025-09-08 02:56:41] "GET /virtual-network/6f46761f-e7f1-4917-b2df-5d771724eed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.006464 10.0.0.41 - - [2025-09-08 02:56:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.004746 10.0.0.41 - - [2025-09-08 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.38 - - [2025-09-08 02:56:41] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001366 10.0.0.41 - - [2025-09-08 02:56:41] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050959 10.0.0.41 - - [2025-09-08 02:56:41] "POST /network-policys HTTP/1.1" 200 533 0.029878 10.0.0.41 - - [2025-09-08 02:56:41] "GET /network-policy/6234f151-1746-420b-a4f1-b5001345a200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007220 10.0.0.41 - - [2025-09-08 02:56:41] "POST /fqname-to-id HTTP/1.1" 404 211 0.003481 10.0.0.41 - - [2025-09-08 02:56:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.38 - - [2025-09-08 02:56:41] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001147 10.0.0.41 - - [2025-09-08 02:56:42] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.071544 10.0.0.41 - - [2025-09-08 02:56:42] "POST /network-policys HTTP/1.1" 200 533 0.030698 10.0.0.41 - - [2025-09-08 02:56:42] "GET /network-policy/c087f9b3-5284-496d-9c29-2c4bbe3f67e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.013453 10.0.0.41 - - [2025-09-08 02:56:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.004003 10.0.0.41 - - [2025-09-08 02:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.38 - - [2025-09-08 02:56:42] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001315 10.0.0.41 - - [2025-09-08 02:56:42] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052206 10.0.0.41 - - [2025-09-08 02:56:42] "POST /network-policys HTTP/1.1" 200 533 0.032689 10.0.0.41 - - [2025-09-08 02:56:42] "GET /network-policy/1e0792da-781b-4a6b-af64-90a3078cc50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.006812 10.0.0.41 - - [2025-09-08 02:56:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.003546 10.0.0.41 - - [2025-09-08 02:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.38 - - [2025-09-08 02:56:42] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001194 10.0.0.41 - - [2025-09-08 02:56:42] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.043901 10.0.0.41 - - [2025-09-08 02:56:42] "POST /network-policys HTTP/1.1" 200 533 0.067803 10.0.0.41 - - [2025-09-08 02:56:43] "GET /network-policy/35d938ce-a484-44ef-b795-2a2f33220d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007570 10.0.0.41 - - [2025-09-08 02:56:43] "POST /fqname-to-id HTTP/1.1" 404 213 0.003875 10.0.0.41 - - [2025-09-08 02:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.38 - - [2025-09-08 02:56:43] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001145 10.0.0.41 - - [2025-09-08 02:56:43] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048074 10.0.0.41 - - [2025-09-08 02:56:43] "POST /network-policys HTTP/1.1" 200 537 0.040320 10.0.0.41 - - [2025-09-08 02:56:43] "GET /network-policy/6c71e4be-95b8-4571-8031-e233bea6a0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.006565 10.0.0.41 - - [2025-09-08 02:56:43] "POST /fqname-to-id HTTP/1.1" 404 212 0.011459 10.0.0.41 - - [2025-09-08 02:56:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.38 - - [2025-09-08 02:56:43] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001173 10.0.0.41 - - [2025-09-08 02:56:43] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055916 10.0.0.41 - - [2025-09-08 02:56:43] "POST /network-policys HTTP/1.1" 200 535 0.036705 10.0.0.41 - - [2025-09-08 02:56:43] "GET /network-policy/c9e1f3b8-fc87-405c-8595-776e298cbcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.017693 10.0.0.41 - - [2025-09-08 02:56:43] "POST /fqname-to-id HTTP/1.1" 404 212 0.003663 10.0.0.41 - - [2025-09-08 02:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.38 - - [2025-09-08 02:56:44] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001133 10.0.0.41 - - [2025-09-08 02:56:44] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.091670 10.0.0.41 - - [2025-09-08 02:56:44] "POST /network-policys HTTP/1.1" 200 535 0.032609 10.0.0.41 - - [2025-09-08 02:56:44] "GET /network-policy/0022ba88-33f5-4a9f-a9b6-5c03f49bbeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007210 10.0.0.41 - - [2025-09-08 02:56:44] "POST /fqname-to-id HTTP/1.1" 404 212 0.004155 10.0.0.41 - - [2025-09-08 02:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003866 10.0.0.38 - - [2025-09-08 02:56:44] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001095 10.0.0.41 - - [2025-09-08 02:56:44] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053427 10.0.0.41 - - [2025-09-08 02:56:44] "POST /network-policys HTTP/1.1" 200 535 0.045290 10.0.0.41 - - [2025-09-08 02:56:44] "GET /network-policy/1c7334e7-0048-4ecb-8bcb-8c343a4cc49a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.009007 10.0.0.41 - - [2025-09-08 02:56:44] "POST /fqname-to-id HTTP/1.1" 404 212 0.003576 10.0.0.41 - - [2025-09-08 02:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.38 - - [2025-09-08 02:56:44] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001108 10.0.0.41 - - [2025-09-08 02:56:44] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051939 10.0.0.41 - - [2025-09-08 02:56:45] "POST /network-policys HTTP/1.1" 200 535 0.033363 10.0.0.41 - - [2025-09-08 02:56:45] "GET /network-policy/3f53a5a3-529c-4739-ba8e-6b29b55bfce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.007047 10.0.0.41 - - [2025-09-08 02:56:45] "POST /fqname-to-id HTTP/1.1" 404 214 0.003618 10.0.0.41 - - [2025-09-08 02:56:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.38 - - [2025-09-08 02:56:45] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.41 - - [2025-09-08 02:56:45] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057060 10.0.0.41 - - [2025-09-08 02:56:45] "POST /network-policys HTTP/1.1" 200 539 0.032371 10.0.0.41 - - [2025-09-08 02:56:45] "GET /network-policy/8ebba97a-90ce-4380-9280-2ea79870064d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007180 10.0.0.41 - - [2025-09-08 02:56:45] "POST /neutron/network HTTP/1.1" 200 1337 0.012659 10.0.0.27 - - [2025-09-08 02:56:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.030453 10.0.0.41 - - [2025-09-08 02:56:46] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.010346 10.0.0.41 - - [2025-09-08 02:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.41 - - [2025-09-08 02:56:46] "GET /network-policy/6234f151-1746-420b-a4f1-b5001345a200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005250 10.0.0.41 - - [2025-09-08 02:56:46] "POST /neutron/network HTTP/1.1" 200 1337 0.013532 10.0.0.27 - - [2025-09-08 02:56:46] "POST /fqname-to-id HTTP/1.1" 404 252 0.007693 10.0.0.41 - - [2025-09-08 02:56:46] "GET /virtual-network/6f46761f-e7f1-4917-b2df-5d771724eed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.017043 10.0.0.41 - - [2025-09-08 02:56:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.41 - - [2025-09-08 02:56:46] "GET /network-policy/6c71e4be-95b8-4571-8031-e233bea6a0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004808 10.0.0.41 - - [2025-09-08 02:56:46] "POST /id-to-fqname HTTP/1.1" 200 235 0.002081 10.0.0.41 - - [2025-09-08 02:56:46] "POST /neutron/network HTTP/1.1" 200 1435 0.014020 10.0.0.27 - - [2025-09-08 02:56:46] "DELETE /access-control-list/34427c58-5a2a-4409-90eb-88f55e9a8d54 HTTP/1.1" 200 115 0.085647 10.0.0.38 - - [2025-09-08 02:56:47] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.41 - - [2025-09-08 02:56:47] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.067633 10.0.0.41 - - [2025-09-08 02:56:48] "POST /neutron/port HTTP/1.1" 200 117 0.006575 10.0.0.41 - - [2025-09-08 02:56:48] "POST /id-to-fqname HTTP/1.1" 200 235 0.001557 10.0.0.41 - - [2025-09-08 02:56:48] "POST /neutron/network HTTP/1.1" 200 1435 0.013750 10.0.0.41 - - [2025-09-08 02:56:49] "POST /neutron/port HTTP/1.1" 200 1174 0.026017 10.0.0.38 - - [2025-09-08 02:56:49] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001501 10.0.0.41 - - [2025-09-08 02:56:49] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.106069 10.0.0.41 - - [2025-09-08 02:56:49] "POST /neutron/port HTTP/1.1" 200 1202 0.019342 10.0.0.41 - - [2025-09-08 02:56:49] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018774 10.0.0.41 - - [2025-09-08 02:56:49] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008016 10.0.0.41 - - [2025-09-08 02:56:49] "POST /neutron/port HTTP/1.1" 200 117 0.007021 10.0.0.41 - - [2025-09-08 02:56:50] "POST /neutron/network HTTP/1.1" 200 1437 0.012915 10.0.0.27 - - [2025-09-08 02:56:50] "PUT /access-control-list/fbf1101a-fafc-42c1-af93-17fe3f9f6bfc HTTP/1.1" 200 272 0.016463 10.0.0.41 - - [2025-09-08 02:56:50] "POST /neutron/port HTTP/1.1" 200 1174 0.022875 10.0.0.41 - - [2025-09-08 02:56:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004287 10.0.0.41 - - [2025-09-08 02:56:50] "POST /neutron/port HTTP/1.1" 200 117 0.001266 10.0.0.41 - - [2025-09-08 02:56:54] "POST /neutron/port HTTP/1.1" 200 1202 0.017891 10.0.0.41 - - [2025-09-08 02:56:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008699 10.0.0.41 - - [2025-09-08 02:56:55] "GET /virtual-machine/261802b1-5fe7-497e-8e1d-812f98c6e145 HTTP/1.1" 401 292 0.000476 10.0.0.41 - - [2025-09-08 02:56:55] "GET /virtual-machine/261802b1-5fe7-497e-8e1d-812f98c6e145 HTTP/1.1" 200 1304 0.030191 10.0.0.41 - - [2025-09-08 02:56:55] "GET /virtual-machine-interface/89db3b2f-53ad-4cc7-85b4-06066251615b HTTP/1.1" 200 3168 0.005860 10.0.0.41 - - [2025-09-08 02:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.41 - - [2025-09-08 02:56:55] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004166 10.0.0.41 - - [2025-09-08 02:56:55] "GET /virtual-networks?parent_id=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002954 10.0.0.41 - - [2025-09-08 02:56:55] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007997 10.0.0.41 - - [2025-09-08 02:56:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.41 - - [2025-09-08 02:56:58] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006313 10.0.0.41 - - [2025-09-08 02:57:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.41 - - [2025-09-08 02:57:02] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005975 10.0.0.38 - - [2025-09-08 02:57:04] "DELETE /project/885ad9aabece46fe992553be82b94da5 HTTP/1.1" 404 173 0.005616 10.0.0.38 - - [2025-09-08 02:57:04] "DELETE /project/c00b99d6f80b4023b27b34b2c933fe11 HTTP/1.1" 404 173 0.005189 10.0.0.38 - - [2025-09-08 02:57:04] "DELETE /project/c00b99d6-f80b-4023-b27b-34b2c933fe11 HTTP/1.1" 404 177 0.004319 10.0.0.41 - - [2025-09-08 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.41 - - [2025-09-08 02:57:06] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006554 10.0.0.41 - - [2025-09-08 02:57:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.41 - - [2025-09-08 02:57:11] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.006816 10.0.0.41 - - [2025-09-08 02:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004922 10.0.0.41 - - [2025-09-08 02:57:15] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007230 10.0.0.41 - - [2025-09-08 02:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.41 - - [2025-09-08 02:57:19] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.005990 10.0.0.41 - - [2025-09-08 02:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004358 10.0.0.41 - - [2025-09-08 02:57:23] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007020 10.0.0.41 - - [2025-09-08 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004846 10.0.0.41 - - [2025-09-08 02:57:27] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007379 10.0.0.41 - - [2025-09-08 02:57:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.41 - - [2025-09-08 02:57:29] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005069 10.0.0.41 - - [2025-09-08 02:57:29] "GET /virtual-networks?parent_id=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.004018 10.0.0.41 - - [2025-09-08 02:57:29] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.007679 10.0.0.41 - - [2025-09-08 02:57:29] "POST /neutron/port HTTP/1.1" 200 1202 0.016703 10.0.0.41 - - [2025-09-08 02:57:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008172 10.0.0.27 - - [2025-09-08 02:57:35] "GET /obj-perms HTTP/1.1" 200 5056 0.049138 10.0.0.41 - - [2025-09-08 02:57:39] "POST /neutron/port HTTP/1.1" 200 1202 0.046384 10.0.0.41 - - [2025-09-08 02:57:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009195 10.0.0.41 - - [2025-09-08 02:57:42] "POST /neutron/network HTTP/1.1" 200 1437 0.014229 10.0.0.41 - - [2025-09-08 02:57:42] "POST /neutron/subnet HTTP/1.1" 200 1361 0.020668 10.0.0.41 - - [2025-09-08 02:57:42] "POST /neutron/network HTTP/1.1" 200 1427 0.013022 10.0.0.41 - - [2025-09-08 02:57:49] "POST /neutron/port HTTP/1.1" 200 1202 0.017107 10.0.0.41 - - [2025-09-08 02:57:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004180 10.0.0.41 - - [2025-09-08 02:57:49] "POST /neutron/port HTTP/1.1" 200 117 0.001335 10.0.0.41 - - [2025-09-08 02:57:50] "POST /neutron/port HTTP/1.1" 200 1202 0.018883 10.0.0.41 - - [2025-09-08 02:57:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007593 10.0.0.41 - - [2025-09-08 02:57:50] "GET /virtual-machine/36cee082-7cca-43d1-b0d8-6d18ca7da9ac HTTP/1.1" 200 1304 0.006865 10.0.0.41 - - [2025-09-08 02:57:50] "GET /virtual-machine-interface/1264dd6e-c8b5-4384-9561-3b153a970cb0 HTTP/1.1" 200 3169 0.005684 10.0.0.41 - - [2025-09-08 02:57:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.41 - - [2025-09-08 02:57:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004039 10.0.0.41 - - [2025-09-08 02:57:50] "GET /virtual-networks?parent_id=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003211 10.0.0.41 - - [2025-09-08 02:57:50] "GET /virtual-network/6f46761f-e7f1-4917-b2df-5d771724eed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007615 10.0.0.41 - - [2025-09-08 02:57:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003923 10.0.0.41 - - [2025-09-08 02:57:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005358 10.0.0.41 - - [2025-09-08 02:57:51] "GET /virtual-networks?parent_id=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003348 10.0.0.41 - - [2025-09-08 02:57:51] "GET /virtual-network/6f46761f-e7f1-4917-b2df-5d771724eed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006544 10.0.0.41 - - [2025-09-08 02:57:52] "POST /neutron/port HTTP/1.1" 200 2286 0.021929 10.0.0.41 - - [2025-09-08 02:57:52] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008882 10.0.0.41 - - [2025-09-08 02:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.41 - - [2025-09-08 02:57:52] "GET /network-policy/6c71e4be-95b8-4571-8031-e233bea6a0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1949 0.004293 10.0.0.41 - - [2025-09-08 02:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.41 - - [2025-09-08 02:57:52] "GET /network-policy/6234f151-1746-420b-a4f1-b5001345a200?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004420 10.0.0.41 - - [2025-09-08 02:57:53] "POST /neutron/network HTTP/1.1" 200 1425 0.012633 10.0.0.41 - - [2025-09-08 02:57:53] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.009390 10.0.0.41 - - [2025-09-08 02:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.41 - - [2025-09-08 02:57:53] "GET /network-policy/c087f9b3-5284-496d-9c29-2c4bbe3f67e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006209 10.0.0.38 - - [2025-09-08 02:57:58] "GET /global-system-configs HTTP/1.1" 200 322 0.088179 10.0.0.41 - - [2025-09-08 02:57:58] "GET /obj-perms HTTP/1.1" 200 5056 0.161014 10.0.0.38 - - [2025-09-08 02:57:58] "GET /obj-perms HTTP/1.1" 200 5056 0.178704 10.0.0.27 - - [2025-09-08 02:57:59] "GET /global-system-configs HTTP/1.1" 200 322 0.028939 10.0.0.27 - - [2025-09-08 02:57:59] "GET /global-system-configs HTTP/1.1" 200 322 0.048840 10.0.0.27 - - [2025-09-08 02:57:59] "GET /obj-perms HTTP/1.1" 200 5056 0.127064 10.0.0.38 - - [2025-09-08 02:58:00] "GET /global-system-configs HTTP/1.1" 200 322 0.009338 10.0.0.38 - - [2025-09-08 02:58:00] "GET /obj-perms HTTP/1.1" 200 5056 0.106338 10.0.0.41 - - [2025-09-08 02:58:00] "GET /obj-perms HTTP/1.1" 200 5056 0.122679 10.0.0.41 - - [2025-09-08 02:58:01] "GET /global-system-configs HTTP/1.1" 200 322 0.031013 10.0.0.41 - - [2025-09-08 02:58:01] "GET /global-system-configs HTTP/1.1" 200 322 0.057111 10.0.0.27 - - [2025-09-08 02:58:01] "GET /obj-perms HTTP/1.1" 200 5056 0.168166 10.0.0.41 - - [2025-09-08 02:58:16] "POST /neutron/network HTTP/1.1" 200 1425 0.018363 10.0.0.27 - - [2025-09-08 02:58:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.006638 10.0.0.27 - - [2025-09-08 02:58:16] "POST /ref-update HTTP/1.1" 200 156 0.050258 10.0.0.41 - - [2025-09-08 02:58:16] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3483 0.026844 10.0.0.41 - - [2025-09-08 02:58:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007041 10.0.0.41 - - [2025-09-08 02:58:17] "GET /network-policy/8ebba97a-90ce-4380-9280-2ea79870064d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004980 10.0.0.41 - - [2025-09-08 02:58:29] "POST /neutron/network HTTP/1.1" 200 1428 0.014625 10.0.0.41 - - [2025-09-08 02:58:29] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.011135 10.0.0.41 - - [2025-09-08 02:58:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.007139 10.0.0.41 - - [2025-09-08 02:58:29] "GET /network-policy/1e0792da-781b-4a6b-af64-90a3078cc50a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005703 10.0.0.41 - - [2025-09-08 02:58:36] "GET /obj-perms HTTP/1.1" 200 5056 0.051078 10.0.0.41 - - [2025-09-08 02:58:42] "POST /neutron/network HTTP/1.1" 200 1425 0.014411 10.0.0.27 - - [2025-09-08 02:58:42] "PUT /access-control-list/40267320-227f-49ec-bfb4-b9c7c6a5c777 HTTP/1.1" 200 272 0.018422 10.0.0.41 - - [2025-09-08 02:58:42] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3480 0.008740 10.0.0.41 - - [2025-09-08 02:58:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.41 - - [2025-09-08 02:58:42] "GET /network-policy/35d938ce-a484-44ef-b795-2a2f33220d9f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004939 10.0.0.41 - - [2025-09-08 02:58:43] "POST /neutron/port HTTP/1.1" 200 1202 0.042959 10.0.0.41 - - [2025-09-08 02:58:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004312 10.0.0.41 - - [2025-09-08 02:58:43] "POST /neutron/port HTTP/1.1" 200 117 0.001532 10.0.0.41 - - [2025-09-08 02:58:49] "POST /neutron/port HTTP/1.1" 200 1202 0.017119 10.0.0.41 - - [2025-09-08 02:58:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004430 10.0.0.41 - - [2025-09-08 02:58:50] "POST /neutron/port HTTP/1.1" 200 117 0.001439 10.0.0.41 - - [2025-09-08 02:58:52] "POST /neutron/network HTTP/1.1" 200 1425 0.012375 10.0.0.27 - - [2025-09-08 02:58:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.003302 10.0.0.41 - - [2025-09-08 02:58:52] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.009154 10.0.0.41 - - [2025-09-08 02:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.41 - - [2025-09-08 02:58:52] "GET /network-policy/c9e1f3b8-fc87-405c-8595-776e298cbcee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005404 10.0.0.41 - - [2025-09-08 02:59:05] "POST /neutron/network HTTP/1.1" 200 1426 0.016859 10.0.0.27 - - [2025-09-08 02:59:05] "PUT /access-control-list/40267320-227f-49ec-bfb4-b9c7c6a5c777 HTTP/1.1" 200 272 0.021503 10.0.0.41 - - [2025-09-08 02:59:05] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.016588 10.0.0.41 - - [2025-09-08 02:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.41 - - [2025-09-08 02:59:05] "GET /network-policy/0022ba88-33f5-4a9f-a9b6-5c03f49bbeab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007714 10.0.0.41 - - [2025-09-08 02:59:16] "POST /neutron/network HTTP/1.1" 200 1426 0.016110 10.0.0.41 - - [2025-09-08 02:59:16] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.011852 10.0.0.41 - - [2025-09-08 02:59:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006871 10.0.0.41 - - [2025-09-08 02:59:16] "GET /network-policy/1c7334e7-0048-4ecb-8bcb-8c343a4cc49a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006064 10.0.0.41 - - [2025-09-08 02:59:28] "POST /neutron/network HTTP/1.1" 200 1426 0.012746 10.0.0.27 - - [2025-09-08 02:59:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.008817 10.0.0.27 - - [2025-09-08 02:59:28] "PUT /access-control-list/40267320-227f-49ec-bfb4-b9c7c6a5c777 HTTP/1.1" 200 272 0.042686 10.0.0.41 - - [2025-09-08 02:59:28] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.012260 10.0.0.41 - - [2025-09-08 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.41 - - [2025-09-08 02:59:28] "GET /network-policy/3f53a5a3-529c-4739-ba8e-6b29b55bfce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005516 10.0.0.38 - - [2025-09-08 02:59:37] "GET /obj-perms HTTP/1.1" 200 5056 0.056319 10.0.0.41 - - [2025-09-08 02:59:39] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006320 10.0.0.41 - - [2025-09-08 02:59:39] "POST /neutron/network HTTP/1.1" 200 1426 0.013300 10.0.0.41 - - [2025-09-08 02:59:39] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.035949 10.0.0.41 - - [2025-09-08 02:59:39] "GET /virtual-machine/36cee082-7cca-43d1-b0d8-6d18ca7da9ac HTTP/1.1" 200 1304 0.005026 10.0.0.41 - - [2025-09-08 02:59:40] "POST /neutron/port HTTP/1.1" 200 1202 0.020123 10.0.0.41 - - [2025-09-08 02:59:41] "GET /virtual-machine/36cee082-7cca-43d1-b0d8-6d18ca7da9ac HTTP/1.1" 404 171 0.003692 10.0.0.41 - - [2025-09-08 02:59:41] "GET /virtual-machine/36cee082-7cca-43d1-b0d8-6d18ca7da9ac HTTP/1.1" 404 171 0.003267 10.0.0.41 - - [2025-09-08 02:59:41] "GET /virtual-machine/36cee082-7cca-43d1-b0d8-6d18ca7da9ac HTTP/1.1" 404 171 0.004101 10.0.0.41 - - [2025-09-08 02:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.41 - - [2025-09-08 02:59:41] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004350 10.0.0.41 - - [2025-09-08 02:59:41] "GET /virtual-networks?parent_id=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003394 10.0.0.41 - - [2025-09-08 02:59:41] "GET /virtual-network/6f46761f-e7f1-4917-b2df-5d771724eed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.007286 10.0.0.41 - - [2025-09-08 02:59:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.41 - - [2025-09-08 02:59:41] "GET /routing-instance/3e715d70-4149-4e53-aad7-4cf5dbbaebe6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.005171 10.0.0.41 - - [2025-09-08 02:59:41] "GET /route-target/796869b1-2b08-4087-9add-7d951729ec80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004770 10.0.0.41 - - [2025-09-08 02:59:45] "GET /obj-perms HTTP/1.1" 200 5019 0.055200 10.0.0.38 - - [2025-09-08 02:59:48] "GET /obj-perms HTTP/1.1" 200 5019 0.004700 10.0.0.41 - - [2025-09-08 02:59:48] "GET /obj-perms HTTP/1.1" 200 5019 0.004456 10.0.0.41 - - [2025-09-08 02:59:48] "GET /virtual-machine/261802b1-5fe7-497e-8e1d-812f98c6e145 HTTP/1.1" 200 1304 0.004829 10.0.0.41 - - [2025-09-08 02:59:48] "POST /neutron/port HTTP/1.1" 200 1202 0.019044 10.0.0.41 - - [2025-09-08 02:59:50] "GET /virtual-machine/261802b1-5fe7-497e-8e1d-812f98c6e145 HTTP/1.1" 404 171 0.003712 10.0.0.41 - - [2025-09-08 02:59:50] "GET /virtual-machine/261802b1-5fe7-497e-8e1d-812f98c6e145 HTTP/1.1" 404 171 0.003243 10.0.0.41 - - [2025-09-08 02:59:50] "GET /virtual-machine/261802b1-5fe7-497e-8e1d-812f98c6e145 HTTP/1.1" 404 171 0.003129 10.0.0.41 - - [2025-09-08 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.41 - - [2025-09-08 02:59:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003853 10.0.0.41 - - [2025-09-08 02:59:50] "GET /virtual-networks?parent_id=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003387 10.0.0.41 - - [2025-09-08 02:59:50] "GET /virtual-network/4dc3331b-c0e8-400e-981a-3ffe10414b24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.007722 10.0.0.41 - - [2025-09-08 02:59:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.41 - - [2025-09-08 02:59:50] "GET /routing-instance/f2eb9c0c-1134-4a0e-8c49-8f3cfa554067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005341 10.0.0.41 - - [2025-09-08 02:59:50] "GET /route-target/66540a85-8caf-489b-aeae-af8f165b14e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004649 10.0.0.41 - - [2025-09-08 02:59:54] "GET /obj-perms HTTP/1.1" 200 5019 0.004652 10.0.0.41 - - [2025-09-08 02:59:57] "GET /obj-perms HTTP/1.1" 200 5019 0.004989 10.0.0.41 - - [2025-09-08 03:00:03] "GET /obj-perms HTTP/1.1" 200 5019 0.006160 10.0.0.41 - - [2025-09-08 03:00:06] "GET /obj-perms HTTP/1.1" 200 5019 0.004420 10.0.0.41 - - [2025-09-08 03:00:12] "GET /obj-perms HTTP/1.1" 200 5019 0.004645 10.0.0.41 - - [2025-09-08 03:00:15] "GET /obj-perms HTTP/1.1" 200 5019 0.004264 10.0.0.41 - - [2025-09-08 03:00:21] "GET /obj-perms HTTP/1.1" 200 5019 0.004671 10.0.0.41 - - [2025-09-08 03:00:21] "GET /obj-perms HTTP/1.1" 200 5019 0.004949 10.0.0.27 - - [2025-09-08 03:00:21] "GET /obj-perms HTTP/1.1" 200 5019 0.051708 10.0.0.41 - - [2025-09-08 03:00:22] "GET /virtual-network/6f46761f-e7f1-4917-b2df-5d771724eed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006520 10.0.0.41 - - [2025-09-08 03:00:22] "POST /neutron/network HTTP/1.1" 200 1427 0.015932 10.0.0.41 - - [2025-09-08 03:00:22] "GET /virtual-network/6f46761f-e7f1-4917-b2df-5d771724eed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.011037 10.0.0.27 - - [2025-09-08 03:00:22] "DELETE /access-control-list/fbf1101a-fafc-42c1-af93-17fe3f9f6bfc HTTP/1.1" 200 115 0.119152 10.0.0.41 - - [2025-09-08 03:00:22] "DELETE /network-policy/8ebba97a-90ce-4380-9280-2ea79870064d HTTP/1.1" 200 115 0.061905 10.0.0.41 - - [2025-09-08 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.016790 10.0.0.38 - - [2025-09-08 03:00:22] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001425 10.0.0.41 - - [2025-09-08 03:00:22] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.079002 10.0.0.41 - - [2025-09-08 03:00:22] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-93204521&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.011303 10.0.0.41 - - [2025-09-08 03:00:22] "DELETE /network-policy/3f53a5a3-529c-4739-ba8e-6b29b55bfce2 HTTP/1.1" 200 115 0.050492 10.0.0.41 - - [2025-09-08 03:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.018182 10.0.0.38 - - [2025-09-08 03:00:22] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001171 10.0.0.41 - - [2025-09-08 03:00:22] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051777 10.0.0.41 - - [2025-09-08 03:00:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-93204521&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.015354 10.0.0.41 - - [2025-09-08 03:00:23] "DELETE /network-policy/1c7334e7-0048-4ecb-8bcb-8c343a4cc49a HTTP/1.1" 200 115 0.084750 10.0.0.41 - - [2025-09-08 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.010971 10.0.0.38 - - [2025-09-08 03:00:23] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001040 10.0.0.41 - - [2025-09-08 03:00:23] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048190 10.0.0.41 - - [2025-09-08 03:00:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-93204521&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.006573 10.0.0.41 - - [2025-09-08 03:00:23] "DELETE /network-policy/0022ba88-33f5-4a9f-a9b6-5c03f49bbeab HTTP/1.1" 200 115 0.048737 10.0.0.41 - - [2025-09-08 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.38 - - [2025-09-08 03:00:23] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.010837 10.0.0.41 - - [2025-09-08 03:00:23] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.077583 10.0.0.41 - - [2025-09-08 03:00:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-93204521&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.006950 10.0.0.41 - - [2025-09-08 03:00:23] "DELETE /network-policy/c9e1f3b8-fc87-405c-8595-776e298cbcee HTTP/1.1" 200 115 0.040263 10.0.0.41 - - [2025-09-08 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004533 10.0.0.38 - - [2025-09-08 03:00:23] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.41 - - [2025-09-08 03:00:23] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.059209 10.0.0.41 - - [2025-09-08 03:00:23] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-93204521&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.006146 10.0.0.41 - - [2025-09-08 03:00:23] "DELETE /network-policy/6c71e4be-95b8-4571-8031-e233bea6a0b7 HTTP/1.1" 200 115 0.045002 10.0.0.41 - - [2025-09-08 03:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006778 10.0.0.38 - - [2025-09-08 03:00:23] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001199 10.0.0.41 - - [2025-09-08 03:00:23] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061674 10.0.0.41 - - [2025-09-08 03:00:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-93204521&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.006046 10.0.0.41 - - [2025-09-08 03:00:24] "DELETE /network-policy/35d938ce-a484-44ef-b795-2a2f33220d9f HTTP/1.1" 200 115 0.044196 10.0.0.41 - - [2025-09-08 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.38 - - [2025-09-08 03:00:24] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001156 10.0.0.41 - - [2025-09-08 03:00:24] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061717 10.0.0.41 - - [2025-09-08 03:00:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-93204521&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.006949 10.0.0.41 - - [2025-09-08 03:00:24] "DELETE /network-policy/1e0792da-781b-4a6b-af64-90a3078cc50a HTTP/1.1" 200 115 0.046375 10.0.0.41 - - [2025-09-08 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005350 10.0.0.38 - - [2025-09-08 03:00:24] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.41 - - [2025-09-08 03:00:24] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.067139 10.0.0.41 - - [2025-09-08 03:00:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-93204521&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.007101 10.0.0.41 - - [2025-09-08 03:00:24] "DELETE /network-policy/c087f9b3-5284-496d-9c29-2c4bbe3f67e6 HTTP/1.1" 200 115 0.043956 10.0.0.41 - - [2025-09-08 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004903 10.0.0.38 - - [2025-09-08 03:00:24] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001252 10.0.0.41 - - [2025-09-08 03:00:24] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.051296 10.0.0.41 - - [2025-09-08 03:00:24] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-93204521&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.006375 10.0.0.41 - - [2025-09-08 03:00:24] "DELETE /network-policy/6234f151-1746-420b-a4f1-b5001345a200 HTTP/1.1" 200 115 0.054593 10.0.0.41 - - [2025-09-08 03:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005637 10.0.0.38 - - [2025-09-08 03:00:24] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001142 10.0.0.41 - - [2025-09-08 03:00:24] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060001 10.0.0.41 - - [2025-09-08 03:00:25] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-93204521&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006751 10.0.0.41 - - [2025-09-08 03:00:25] "POST /neutron/network HTTP/1.1" 200 1337 0.015330 10.0.0.27 - - [2025-09-08 03:00:25] "DELETE /route-target/796869b1-2b08-4087-9add-7d951729ec80 HTTP/1.1" 200 115 0.025622 10.0.0.38 - - [2025-09-08 03:00:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004637 10.0.0.38 - - [2025-09-08 03:00:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003182 10.0.0.38 - - [2025-09-08 03:00:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004528 10.0.0.38 - - [2025-09-08 03:00:25] "POST /useragent-kv HTTP/1.1" 200 115 0.005243 10.0.0.38 - - [2025-09-08 03:00:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003521 10.0.0.38 - - [2025-09-08 03:00:25] "POST /useragent-kv HTTP/1.1" 200 115 0.004408 10.0.0.41 - - [2025-09-08 03:00:25] "POST /neutron/network HTTP/1.1" 200 151 0.216816 10.0.0.41 - - [2025-09-08 03:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.41 - - [2025-09-08 03:00:26] "DELETE /network-ipam/a2c7bd60-52c9-4e1c-a002-84321c23f9ff HTTP/1.1" 200 115 0.043908 10.0.0.41 - - [2025-09-08 03:00:26] "POST /fqname-to-id HTTP/1.1" 404 260 0.005480 10.0.0.38 - - [2025-09-08 03:00:26] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.38 - - [2025-09-08 03:00:26] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.046674 10.0.0.38 - - [2025-09-08 03:00:26] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001265 10.0.0.38 - - [2025-09-08 03:00:26] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?fields=security_groups HTTP/1.1" 200 1399 0.054198 10.0.0.38 - - [2025-09-08 03:00:26] "DELETE /security-group/06fda536-9884-4aa1-8207-6462dd01fc8a HTTP/1.1" 200 115 0.057945 10.0.0.38 - - [2025-09-08 03:00:26] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001113 10.0.0.27 - - [2025-09-08 03:00:26] "DELETE /access-control-list/911b63a1-9f5f-4e29-be6d-fdeefaa53862 HTTP/1.1" 200 115 0.052728 10.0.0.38 - - [2025-09-08 03:00:26] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?fields=application_policy_sets HTTP/1.1" 200 1438 0.064711 10.0.0.41 - - [2025-09-08 03:00:26] "DELETE /project/885ad9aa-bece-46fe-9925-53be82b94da5 HTTP/1.1" 200 115 0.480723 10.0.0.38 - - [2025-09-08 03:00:26] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001896 10.0.0.41 - - [2025-09-08 03:00:26] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?fields=projects HTTP/1.1" 200 1244 0.016049 10.0.0.38 - - [2025-09-08 03:00:28] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003575 10.0.0.38 - - [2025-09-08 03:00:28] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001090 10.0.0.38 - - [2025-09-08 03:00:28] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.051677 10.0.0.38 - - [2025-09-08 03:00:28] "POST /id-to-fqname HTTP/1.1" 200 202 0.004640 10.0.0.38 - - [2025-09-08 03:00:28] "POST /fqname-to-id HTTP/1.1" 404 211 0.006628 10.0.0.38 - - [2025-09-08 03:00:28] "POST /security-groups HTTP/1.1" 200 603 0.089203 10.0.0.38 - - [2025-09-08 03:00:28] "POST /projects HTTP/1.1" 200 609 0.305574 10.0.0.27 - - [2025-09-08 03:00:28] "POST /access-control-lists HTTP/1.1" 200 608 0.029027 10.0.0.38 - - [2025-09-08 03:00:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.380986 10.0.0.41 - - [2025-09-08 03:00:28] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.541471 10.0.0.38 - - [2025-09-08 03:00:28] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.41 - - [2025-09-08 03:00:28] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?fields=virtual_networks HTTP/1.1" 200 1056 0.046050 10.0.0.38 - - [2025-09-08 03:00:28] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001156 10.0.0.41 - - [2025-09-08 03:00:28] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.059777 10.0.0.38 - - [2025-09-08 03:00:28] "GET /projects?obj_uuids=885ad9aa-bece-46fe-9925-53be82b94da5&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001105 10.0.0.41 - - [2025-09-08 03:00:28] "GET /project/885ad9aa-bece-46fe-9925-53be82b94da5?fields=security_groups HTTP/1.1" 200 1294 0.047966 10.0.0.41 - - [2025-09-08 03:00:29] "POST /fqname-to-id HTTP/1.1" 404 182 0.033373 10.0.0.38 - - [2025-09-08 03:00:29] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003766 10.0.0.38 - - [2025-09-08 03:00:29] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001181 10.0.0.38 - - [2025-09-08 03:00:29] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008254 10.0.0.38 - - [2025-09-08 03:00:30] "POST /id-to-fqname HTTP/1.1" 200 184 0.001400 10.0.0.38 - - [2025-09-08 03:00:30] "POST /fqname-to-id HTTP/1.1" 404 193 0.010311 10.0.0.38 - - [2025-09-08 03:00:30] "POST /security-groups HTTP/1.1" 200 585 0.037999 10.0.0.38 - - [2025-09-08 03:00:30] "POST /projects HTTP/1.1" 200 573 0.296649 10.0.0.27 - - [2025-09-08 03:00:30] "POST /fqname-to-id HTTP/1.1" 404 228 0.004245 10.0.0.38 - - [2025-09-08 03:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.369559 10.0.0.41 - - [2025-09-08 03:00:30] "GET /project/2e549d03-4c7b-404c-983d-103c0d2c56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.538826 10.0.0.27 - - [2025-09-08 03:00:30] "POST /access-control-lists HTTP/1.1" 200 588 0.059016 10.0.0.41 - - [2025-09-08 03:00:31] "GET / HTTP/1.1" 200 35931 0.001654 10.0.0.41 - - [2025-09-08 03:00:32] "POST /fqname-to-id HTTP/1.1" 401 292 0.000651 10.0.0.41 - - [2025-09-08 03:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.061763 10.0.0.38 - - [2025-09-08 03:00:32] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001029 10.0.0.41 - - [2025-09-08 03:00:32] "GET /project/2e549d03-4c7b-404c-983d-103c0d2c56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.052721 10.0.0.38 - - [2025-09-08 03:00:33] "POST /useragent-kv HTTP/1.1" 200 115 0.018272 10.0.0.41 - - [2025-09-08 03:00:33] "POST /neutron/subnet HTTP/1.1" 200 710 0.297067 10.0.0.27 - - [2025-09-08 03:00:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.006576 10.0.0.41 - - [2025-09-08 03:00:33] "POST /id-to-fqname HTTP/1.1" 200 214 0.002395 10.0.0.41 - - [2025-09-08 03:00:33] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.008504 10.0.0.41 - - [2025-09-08 03:00:33] "POST /neutron/network HTTP/1.1" 200 989 0.009754 10.0.0.41 - - [2025-09-08 03:00:33] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006306 10.0.0.41 - - [2025-09-08 03:00:33] "POST /neutron/subnet HTTP/1.1" 200 828 0.015787 10.0.0.41 - - [2025-09-08 03:00:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.38 - - [2025-09-08 03:00:33] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001093 10.0.0.41 - - [2025-09-08 03:00:33] "GET /project/2e549d03-4c7b-404c-983d-103c0d2c56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.052187 10.0.0.27 - - [2025-09-08 03:00:34] "POST /route-targets HTTP/1.1" 200 327 0.023947 10.0.0.38 - - [2025-09-08 03:00:34] "POST /useragent-kv HTTP/1.1" 200 115 0.007828 10.0.0.41 - - [2025-09-08 03:00:34] "POST /neutron/subnet HTTP/1.1" 200 720 0.265707 10.0.0.41 - - [2025-09-08 03:00:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001504 10.0.0.41 - - [2025-09-08 03:00:34] "GET /virtual-network/a0566e70-4df0-49ea-bfce-6e89a96730d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.009112 10.0.0.41 - - [2025-09-08 03:00:34] "POST /neutron/network HTTP/1.1" 200 990 0.009911 10.0.0.41 - - [2025-09-08 03:00:34] "GET /virtual-network/a0566e70-4df0-49ea-bfce-6e89a96730d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.006178 10.0.0.41 - - [2025-09-08 03:00:34] "POST /neutron/subnet HTTP/1.1" 200 823 0.009718 10.0.0.41 - - [2025-09-08 03:00:34] "POST /id-to-fqname HTTP/1.1" 200 214 0.001179 10.0.0.38 - - [2025-09-08 03:00:35] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001207 10.0.0.41 - - [2025-09-08 03:00:35] "GET /project/2e549d03-4c7b-404c-983d-103c0d2c56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.076834 10.0.0.41 - - [2025-09-08 03:00:35] "POST /neutron/port HTTP/1.1" 200 117 0.006866 10.0.0.41 - - [2025-09-08 03:00:35] "POST /id-to-fqname HTTP/1.1" 200 214 0.001951 10.0.0.41 - - [2025-09-08 03:00:36] "POST /neutron/network HTTP/1.1" 200 999 0.010628 10.0.0.41 - - [2025-09-08 03:00:36] "POST /neutron/port HTTP/1.1" 200 1158 0.022541 10.0.0.38 - - [2025-09-08 03:00:37] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002190 10.0.0.41 - - [2025-09-08 03:00:37] "GET /project/2e549d03-4c7b-404c-983d-103c0d2c56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.124284 10.0.0.41 - - [2025-09-08 03:00:37] "POST /neutron/network HTTP/1.1" 200 989 0.039529 10.0.0.41 - - [2025-09-08 03:00:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004236 10.0.0.41 - - [2025-09-08 03:00:37] "POST /neutron/port HTTP/1.1" 200 117 0.001340 10.0.0.41 - - [2025-09-08 03:00:37] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010181 10.0.0.41 - - [2025-09-08 03:00:37] "POST /id-to-fqname HTTP/1.1" 200 214 0.001549 10.0.0.41 - - [2025-09-08 03:00:37] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008945 10.0.0.38 - - [2025-09-08 03:00:37] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001114 10.0.0.41 - - [2025-09-08 03:00:38] "POST /neutron/port HTTP/1.1" 200 1158 0.351171 10.0.0.41 - - [2025-09-08 03:00:38] "POST /neutron/port HTTP/1.1" 200 1212 0.102674 10.0.0.41 - - [2025-09-08 03:00:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004645 10.0.0.41 - - [2025-09-08 03:00:38] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.38 - - [2025-09-08 03:00:38] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001908 10.0.0.41 - - [2025-09-08 03:00:38] "GET /project/2e549d03-4c7b-404c-983d-103c0d2c56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.100110 10.0.0.41 - - [2025-09-08 03:00:39] "POST /neutron/port HTTP/1.1" 200 2254 0.036959 10.0.0.41 - - [2025-09-08 03:00:39] "POST /neutron/port HTTP/1.1" 200 1186 0.021018 10.0.0.38 - - [2025-09-08 03:00:39] "GET /obj-perms HTTP/1.1" 200 5056 0.068829 10.0.0.41 - - [2025-09-08 03:00:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008534 10.0.0.41 - - [2025-09-08 03:00:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009181 10.0.0.41 - - [2025-09-08 03:00:39] "GET /virtual-machine/25411283-4895-452b-982f-8fa6685ec92d HTTP/1.1" 401 292 0.000477 10.0.0.41 - - [2025-09-08 03:00:40] "GET /virtual-machine/25411283-4895-452b-982f-8fa6685ec92d HTTP/1.1" 200 1286 0.033922 10.0.0.41 - - [2025-09-08 03:00:40] "GET /virtual-machine-interface/c8037115-de6a-4d07-948a-4268c86acf27 HTTP/1.1" 200 3106 0.006679 10.0.0.41 - - [2025-09-08 03:00:40] "POST /neutron/port HTTP/1.1" 200 1159 0.026290 10.0.0.41 - - [2025-09-08 03:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.41 - - [2025-09-08 03:00:40] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004189 10.0.0.41 - - [2025-09-08 03:00:40] "GET /virtual-networks?parent_id=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004315 10.0.0.41 - - [2025-09-08 03:00:40] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.023847 10.0.0.41 - - [2025-09-08 03:00:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005072 10.0.0.41 - - [2025-09-08 03:00:40] "POST /neutron/port HTTP/1.1" 200 117 0.001478 10.0.0.41 - - [2025-09-08 03:00:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.009717 10.0.0.41 - - [2025-09-08 03:00:43] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006150 10.0.0.41 - - [2025-09-08 03:00:45] "POST /neutron/port HTTP/1.1" 200 1186 0.017049 10.0.0.41 - - [2025-09-08 03:00:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004200 10.0.0.41 - - [2025-09-08 03:00:45] "POST /neutron/port HTTP/1.1" 200 117 0.001476 10.0.0.41 - - [2025-09-08 03:00:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.41 - - [2025-09-08 03:00:47] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.009161 10.0.0.27 - - [2025-09-08 03:00:47] "DELETE /access-control-list/4e7371be-ff42-4683-9444-ab91fba21b98 HTTP/1.1" 200 115 0.047700 10.0.0.41 - - [2025-09-08 03:00:49] "POST /neutron/port HTTP/1.1" 200 1186 0.041335 10.0.0.41 - - [2025-09-08 03:00:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004435 10.0.0.41 - - [2025-09-08 03:00:49] "POST /neutron/port HTTP/1.1" 200 117 0.001425 10.0.0.41 - - [2025-09-08 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.41 - - [2025-09-08 03:00:51] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006232 10.0.0.41 - - [2025-09-08 03:00:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.41 - - [2025-09-08 03:00:55] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007539 10.0.0.41 - - [2025-09-08 03:00:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.41 - - [2025-09-08 03:00:59] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006575 10.0.0.41 - - [2025-09-08 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.41 - - [2025-09-08 03:01:03] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007031 10.0.0.38 - - [2025-09-08 03:01:04] "DELETE /project/885ad9aabece46fe992553be82b94da5 HTTP/1.1" 404 173 0.006043 10.0.0.38 - - [2025-09-08 03:01:04] "DELETE /project/885ad9aa-bece-46fe-9925-53be82b94da5 HTTP/1.1" 404 177 0.005383 10.0.0.38 - - [2025-09-08 03:01:04] "DELETE /project/2e549d034c7b404c983d103c0d2c56cd HTTP/1.1" 404 173 0.005383 10.0.0.41 - - [2025-09-08 03:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003949 10.0.0.41 - - [2025-09-08 03:01:07] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006018 10.0.0.41 - - [2025-09-08 03:01:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.41 - - [2025-09-08 03:01:12] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006720 10.0.0.41 - - [2025-09-08 03:01:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.41 - - [2025-09-08 03:01:16] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006529 10.0.0.41 - - [2025-09-08 03:01:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.41 - - [2025-09-08 03:01:18] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004192 10.0.0.41 - - [2025-09-08 03:01:18] "GET /virtual-networks?parent_id=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.004354 10.0.0.41 - - [2025-09-08 03:01:18] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.006926 10.0.0.41 - - [2025-09-08 03:01:18] "POST /neutron/port HTTP/1.1" 200 1186 0.019874 10.0.0.41 - - [2025-09-08 03:01:23] "POST /neutron/security_group HTTP/1.1" 200 2052 0.012068 10.0.0.41 - - [2025-09-08 03:01:28] "POST /neutron/port HTTP/1.1" 200 1186 0.017506 10.0.0.41 - - [2025-09-08 03:01:32] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007920 10.0.0.41 - - [2025-09-08 03:01:34] "POST /neutron/port HTTP/1.1" 200 1187 0.020691 10.0.0.41 - - [2025-09-08 03:01:39] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009098 10.0.0.41 - - [2025-09-08 03:01:39] "POST /neutron/port HTTP/1.1" 200 1186 0.017763 10.0.0.41 - - [2025-09-08 03:01:39] "GET /virtual-machine/3769f530-d406-480b-8fee-740c8d6542d1 HTTP/1.1" 200 1286 0.006896 10.0.0.41 - - [2025-09-08 03:01:39] "GET /virtual-machine-interface/9cbab00c-cc00-42ad-9fcf-468201eb1539 HTTP/1.1" 200 3106 0.007022 10.0.0.41 - - [2025-09-08 03:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005193 10.0.0.41 - - [2025-09-08 03:01:39] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005151 10.0.0.41 - - [2025-09-08 03:01:39] "GET /virtual-networks?parent_id=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003754 10.0.0.41 - - [2025-09-08 03:01:39] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007443 10.0.0.41 - - [2025-09-08 03:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.41 - - [2025-09-08 03:01:40] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003911 10.0.0.41 - - [2025-09-08 03:01:40] "GET /virtual-networks?parent_id=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003258 10.0.0.41 - - [2025-09-08 03:01:40] "GET /virtual-network/f72e06dd-c6a8-4884-bfd9-18cf882a97c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2604 0.007213 10.0.0.41 - - [2025-09-08 03:01:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007966 10.0.0.41 - - [2025-09-08 03:01:46] "POST /neutron/port HTTP/1.1" 200 1187 0.018523 10.0.0.41 - - [2025-09-08 03:01:46] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008618 10.0.0.41 - - [2025-09-08 03:01:46] "GET /virtual-machine/152e07f6-d4c6-43ed-9c44-857558528098 HTTP/1.1" 200 1286 0.006488 10.0.0.41 - - [2025-09-08 03:01:46] "GET /virtual-machine-interface/d007c729-b662-4a91-9651-39091721e384 HTTP/1.1" 200 3106 0.005974 10.0.0.41 - - [2025-09-08 03:01:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.41 - - [2025-09-08 03:01:46] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004245 10.0.0.41 - - [2025-09-08 03:01:46] "GET /virtual-networks?parent_id=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003308 10.0.0.41 - - [2025-09-08 03:01:46] "GET /virtual-network/a0566e70-4df0-49ea-bfce-6e89a96730d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.006490 10.0.0.41 - - [2025-09-08 03:01:47] "POST /neutron/network HTTP/1.1" 200 1000 0.017184 10.0.0.41 - - [2025-09-08 03:01:47] "POST /neutron/subnet HTTP/1.1" 200 1375 0.013975 10.0.0.41 - - [2025-09-08 03:01:47] "POST /neutron/network HTTP/1.1" 200 990 0.010359 10.0.0.41 - - [2025-09-08 03:01:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.41 - - [2025-09-08 03:01:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006138 10.0.0.41 - - [2025-09-08 03:01:47] "GET /virtual-networks?parent_id=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003089 10.0.0.41 - - [2025-09-08 03:01:47] "GET /virtual-network/a0566e70-4df0-49ea-bfce-6e89a96730d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2607 0.006580 10.0.0.41 - - [2025-09-08 03:01:49] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003612 10.0.0.41 - - [2025-09-08 03:01:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.41 - - [2025-09-08 03:01:49] "GET /global-qos-config/1313c07b-5d16-480a-a96e-42a75b014d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1084 0.005692 10.0.0.41 - - [2025-09-08 03:01:49] "POST /fqname-to-id HTTP/1.1" 404 222 0.003443 10.0.0.41 - - [2025-09-08 03:01:49] "POST /forwarding-classs HTTP/1.1" 200 576 0.031665 10.0.0.41 - - [2025-09-08 03:01:49] "POST /id-to-fqname HTTP/1.1" 200 232 0.003760 10.0.0.41 - - [2025-09-08 03:01:49] "GET /forwarding-class/1eb1cf20-b1e2-41a4-b54a-23696e4cc0bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1251 0.005025 10.0.0.38 - - [2025-09-08 03:01:49] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.026246 10.0.0.41 - - [2025-09-08 03:01:49] "GET /project/2e549d03-4c7b-404c-983d-103c0d2c56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.083339 10.0.0.41 - - [2025-09-08 03:01:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.004213 10.0.0.41 - - [2025-09-08 03:01:49] "POST /qos-configs HTTP/1.1" 200 543 0.034676 10.0.0.41 - - [2025-09-08 03:01:49] "POST /id-to-fqname HTTP/1.1" 200 217 0.004164 10.0.0.41 - - [2025-09-08 03:01:49] "GET /qos-config/2ba39db3-dd7c-438c-8e2c-d61320def6e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004653 10.0.0.41 - - [2025-09-08 03:01:49] "GET /virtual-machine-interface/c8037115-de6a-4d07-948a-4268c86acf27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.008337 10.0.0.41 - - [2025-09-08 03:01:49] "POST /ref-update HTTP/1.1" 200 156 0.022272 10.0.0.41 - - [2025-09-08 03:01:50] "POST /neutron/port HTTP/1.1" 200 1186 0.021189 10.0.0.41 - - [2025-09-08 03:01:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009845 10.0.0.41 - - [2025-09-08 03:01:50] "POST /neutron/port HTTP/1.1" 200 1186 0.019919 10.0.0.41 - - [2025-09-08 03:01:50] "POST /neutron/network HTTP/1.1" 200 999 0.010760 10.0.0.41 - - [2025-09-08 03:01:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001458 10.0.0.41 - - [2025-09-08 03:01:50] "GET /virtual-machine/25411283-4895-452b-982f-8fa6685ec92d HTTP/1.1" 200 1286 0.004756 10.0.0.41 - - [2025-09-08 03:01:50] "GET /virtual-machine-interface/c8037115-de6a-4d07-948a-4268c86acf27 HTTP/1.1" 200 3353 0.006373 10.0.0.41 - - [2025-09-08 03:01:50] "GET /instance-ip/3c5347bf-c668-4692-9e33-06d751b2dd74 HTTP/1.1" 200 1605 0.007271 10.0.0.41 - - [2025-09-08 03:01:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004230 10.0.0.41 - - [2025-09-08 03:01:50] "GET /instance-ip/88e2588e-4cb8-476b-bf4e-7d93dde4d0e2 HTTP/1.1" 200 1628 0.006114 10.0.0.41 - - [2025-09-08 03:01:50] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.41 - - [2025-09-08 03:01:50] "POST /neutron/network HTTP/1.1" 200 989 0.013666 10.0.0.41 - - [2025-09-08 03:01:50] "POST /neutron/port HTTP/1.1" 200 1186 0.019928 10.0.0.41 - - [2025-09-08 03:01:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009462 10.0.0.41 - - [2025-09-08 03:01:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001391 10.0.0.41 - - [2025-09-08 03:01:51] "GET /virtual-machine/3769f530-d406-480b-8fee-740c8d6542d1 HTTP/1.1" 200 1286 0.004697 10.0.0.41 - - [2025-09-08 03:01:51] "GET /virtual-machine-interface/9cbab00c-cc00-42ad-9fcf-468201eb1539 HTTP/1.1" 200 3106 0.006709 10.0.0.41 - - [2025-09-08 03:01:51] "GET /instance-ip/2f54ba61-8a64-45af-9839-0bf24962838f HTTP/1.1" 200 1605 0.006962 10.0.0.41 - - [2025-09-08 03:01:51] "GET /instance-ip/a35857a1-25b1-4317-a733-71973c949fd5 HTTP/1.1" 200 1629 0.007641 10.0.0.41 - - [2025-09-08 03:02:18] "GET /virtual-machine-interface/c8037115-de6a-4d07-948a-4268c86acf27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.007370 10.0.0.41 - - [2025-09-08 03:02:18] "POST /ref-update HTTP/1.1" 200 156 0.022155 10.0.0.41 - - [2025-09-08 03:02:18] "DELETE /qos-config/2ba39db3-dd7c-438c-8e2c-d61320def6e7 HTTP/1.1" 200 115 0.074888 10.0.0.41 - - [2025-09-08 03:02:19] "POST /id-to-fqname HTTP/1.1" 200 232 0.002546 10.0.0.41 - - [2025-09-08 03:02:19] "DELETE /forwarding-class/1eb1cf20-b1e2-41a4-b54a-23696e4cc0bd HTTP/1.1" 200 115 0.040798 10.0.0.41 - - [2025-09-08 03:02:20] "POST /neutron/network HTTP/1.1" 200 990 0.013412 10.0.0.41 - - [2025-09-08 03:02:21] "POST /neutron/port HTTP/1.1" 200 1186 0.030821 10.0.0.41 - - [2025-09-08 03:02:21] "POST /neutron/port HTTP/1.1" 200 1212 0.040237 10.0.0.41 - - [2025-09-08 03:02:21] "POST /neutron/port HTTP/1.1" 200 151 0.403051 10.0.0.38 - - [2025-09-08 03:02:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003767 10.0.0.38 - - [2025-09-08 03:02:23] "POST /useragent-kv HTTP/1.1" 200 115 0.008157 10.0.0.38 - - [2025-09-08 03:02:23] "POST /useragent-kv HTTP/1.1" 200 115 0.005990 10.0.0.38 - - [2025-09-08 03:02:23] "POST /useragent-kv HTTP/1.1" 200 115 0.010398 10.0.0.41 - - [2025-09-08 03:02:23] "POST /neutron/network HTTP/1.1" 200 151 0.224020 10.0.0.27 - - [2025-09-08 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008579 10.0.0.38 - - [2025-09-08 03:02:23] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001717 10.0.0.41 - - [2025-09-08 03:02:23] "GET /project/2e549d03-4c7b-404c-983d-103c0d2c56cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.071976 10.0.0.38 - - [2025-09-08 03:02:23] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001292 10.0.0.41 - - [2025-09-08 03:02:23] "GET /project/2e549d03-4c7b-404c-983d-103c0d2c56cd?fields=virtual_networks HTTP/1.1" 200 1020 0.049154 10.0.0.38 - - [2025-09-08 03:02:23] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001056 10.0.0.41 - - [2025-09-08 03:02:23] "GET /project/2e549d03-4c7b-404c-983d-103c0d2c56cd?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.070091 10.0.0.38 - - [2025-09-08 03:02:23] "GET /projects?obj_uuids=2e549d03-4c7b-404c-983d-103c0d2c56cd&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001019 10.0.0.41 - - [2025-09-08 03:02:23] "GET /project/2e549d03-4c7b-404c-983d-103c0d2c56cd?fields=security_groups HTTP/1.1" 200 1240 0.040893 10.0.0.41 - - [2025-09-08 03:02:24] "POST /fqname-to-id HTTP/1.1" 404 181 0.033108 10.0.0.38 - - [2025-09-08 03:02:24] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003773 10.0.0.38 - - [2025-09-08 03:02:24] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001223 10.0.0.38 - - [2025-09-08 03:02:24] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037934 10.0.0.38 - - [2025-09-08 03:02:24] "POST /id-to-fqname HTTP/1.1" 200 183 0.002253 10.0.0.38 - - [2025-09-08 03:02:24] "POST /fqname-to-id HTTP/1.1" 404 192 0.010184 10.0.0.38 - - [2025-09-08 03:02:24] "POST /security-groups HTTP/1.1" 200 584 0.034991 10.0.0.38 - - [2025-09-08 03:02:25] "POST /projects HTTP/1.1" 200 571 0.279627 10.0.0.27 - - [2025-09-08 03:02:25] "POST /access-control-lists HTTP/1.1" 200 589 0.030988 10.0.0.38 - - [2025-09-08 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.354036 10.0.0.41 - - [2025-09-08 03:02:25] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.562769 10.0.0.41 - - [2025-09-08 03:02:26] "GET / HTTP/1.1" 200 35931 0.002561 10.0.0.41 - - [2025-09-08 03:02:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000585 10.0.0.41 - - [2025-09-08 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.065651 10.0.0.38 - - [2025-09-08 03:02:28] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001030 10.0.0.41 - - [2025-09-08 03:02:28] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.049089 10.0.0.41 - - [2025-09-08 03:02:28] "POST /neutron/network HTTP/1.1" 200 117 0.034951 10.0.0.27 - - [2025-09-08 03:02:29] "POST /route-targets HTTP/1.1" 200 327 0.015611 10.0.0.41 - - [2025-09-08 03:02:29] "POST /neutron/network HTTP/1.1" 200 829 0.009540 10.0.0.41 - - [2025-09-08 03:02:29] "POST /id-to-fqname HTTP/1.1" 200 220 0.001220 10.0.0.41 - - [2025-09-08 03:02:29] "GET /virtual-network/5ea38327-45d6-4619-9301-0667f52a1df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005398 10.0.0.41 - - [2025-09-08 03:02:29] "GET /virtual-network/5ea38327-45d6-4619-9301-0667f52a1df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007092 10.0.0.41 - - [2025-09-08 03:02:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.011028 10.0.0.41 - - [2025-09-08 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.41 - - [2025-09-08 03:02:29] "GET /virtual-network/5ea38327-45d6-4619-9301-0667f52a1df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006030 10.0.0.41 - - [2025-09-08 03:02:29] "PUT /virtual-network/5ea38327-45d6-4619-9301-0667f52a1df8 HTTP/1.1" 200 264 0.088231 10.0.0.27 - - [2025-09-08 03:02:29] "POST /ref-update HTTP/1.1" 200 156 0.037977 10.0.0.41 - - [2025-09-08 03:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005221 10.0.0.38 - - [2025-09-08 03:02:29] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001266 10.0.0.41 - - [2025-09-08 03:02:29] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.039058 10.0.0.38 - - [2025-09-08 03:02:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008429 10.0.0.41 - - [2025-09-08 03:02:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.242703 10.0.0.41 - - [2025-09-08 03:02:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001870 10.0.0.41 - - [2025-09-08 03:02:30] "GET /virtual-network/09345674-9762-4a04-ab34-48b658487d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008438 10.0.0.41 - - [2025-09-08 03:02:30] "GET /virtual-network/09345674-9762-4a04-ab34-48b658487d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006355 10.0.0.41 - - [2025-09-08 03:02:30] "POST /neutron/network HTTP/1.1" 200 830 0.007098 10.0.0.41 - - [2025-09-08 03:02:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.41 - - [2025-09-08 03:02:30] "GET /virtual-network/09345674-9762-4a04-ab34-48b658487d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005978 10.0.0.41 - - [2025-09-08 03:02:30] "PUT /virtual-network/09345674-9762-4a04-ab34-48b658487d5f HTTP/1.1" 200 264 0.057134 10.0.0.27 - - [2025-09-08 03:02:30] "POST /ref-update HTTP/1.1" 200 156 0.021236 10.0.0.41 - - [2025-09-08 03:02:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.001804 10.0.0.38 - - [2025-09-08 03:02:31] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001026 10.0.0.41 - - [2025-09-08 03:02:31] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.061233 10.0.0.41 - - [2025-09-08 03:02:31] "POST /neutron/network HTTP/1.1" 200 829 0.007591 10.0.0.41 - - [2025-09-08 03:02:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001384 10.0.0.41 - - [2025-09-08 03:02:31] "POST /neutron/port HTTP/1.1" 200 117 0.007113 10.0.0.38 - - [2025-09-08 03:02:32] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001097 10.0.0.41 - - [2025-09-08 03:02:32] "POST /neutron/port HTTP/1.1" 200 1051 0.338767 10.0.0.38 - - [2025-09-08 03:02:32] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001276 10.0.0.41 - - [2025-09-08 03:02:32] "POST /neutron/port HTTP/1.1" 200 1105 0.144250 10.0.0.41 - - [2025-09-08 03:02:32] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.127124 10.0.0.41 - - [2025-09-08 03:02:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004841 10.0.0.41 - - [2025-09-08 03:02:32] "POST /neutron/network HTTP/1.1" 200 829 0.008174 10.0.0.41 - - [2025-09-08 03:02:33] "POST /neutron/port HTTP/1.1" 200 117 0.008116 10.0.0.41 - - [2025-09-08 03:02:33] "POST /neutron/network HTTP/1.1" 200 840 0.008494 10.0.0.41 - - [2025-09-08 03:02:33] "POST /neutron/port HTTP/1.1" 200 1052 0.017606 10.0.0.41 - - [2025-09-08 03:02:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008620 10.0.0.41 - - [2025-09-08 03:02:34] "POST /neutron/network HTTP/1.1" 200 830 0.008267 10.0.0.41 - - [2025-09-08 03:02:38] "POST /neutron/port HTTP/1.1" 200 1079 0.019386 10.0.0.41 - - [2025-09-08 03:02:38] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008598 10.0.0.41 - - [2025-09-08 03:02:38] "GET /virtual-machine/2a74cf18-9ccc-47b9-b7c1-d0ea0af19fa1 HTTP/1.1" 401 292 0.000405 10.0.0.41 - - [2025-09-08 03:02:38] "GET /virtual-machine/2a74cf18-9ccc-47b9-b7c1-d0ea0af19fa1 HTTP/1.1" 200 1285 0.030445 10.0.0.41 - - [2025-09-08 03:02:38] "GET /virtual-machine-interface/830cd8a3-6d0e-4fbc-9c4e-b0ac2bd2693b HTTP/1.1" 200 2927 0.006193 10.0.0.41 - - [2025-09-08 03:02:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.41 - - [2025-09-08 03:02:38] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003665 10.0.0.41 - - [2025-09-08 03:02:38] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003587 10.0.0.41 - - [2025-09-08 03:02:38] "GET /virtual-network/5ea38327-45d6-4619-9301-0667f52a1df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007486 10.0.0.41 - - [2025-09-08 03:02:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.41 - - [2025-09-08 03:02:42] "GET /virtual-network/5ea38327-45d6-4619-9301-0667f52a1df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006276 10.0.0.41 - - [2025-09-08 03:02:43] "POST /neutron/port HTTP/1.1" 200 1080 0.041428 10.0.0.41 - - [2025-09-08 03:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.41 - - [2025-09-08 03:02:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005815 10.0.0.41 - - [2025-09-08 03:02:44] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003391 10.0.0.41 - - [2025-09-08 03:02:44] "GET /virtual-network/5ea38327-45d6-4619-9301-0667f52a1df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.006631 10.0.0.41 - - [2025-09-08 03:02:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008846 10.0.0.41 - - [2025-09-08 03:02:47] "POST /neutron/network HTTP/1.1" 200 840 0.010126 10.0.0.41 - - [2025-09-08 03:02:47] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.41 - - [2025-09-08 03:02:49] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008610 10.0.0.41 - - [2025-09-08 03:02:49] "POST /neutron/port HTTP/1.1" 200 1080 0.017665 10.0.0.41 - - [2025-09-08 03:02:49] "GET /virtual-machine/8cdf48f3-6a90-41ed-856f-412cbac7a647 HTTP/1.1" 200 1285 0.007067 10.0.0.41 - - [2025-09-08 03:02:49] "GET /virtual-machine-interface/1f78b850-ca84-4983-8a64-ff1837d24b99 HTTP/1.1" 200 2926 0.006441 10.0.0.41 - - [2025-09-08 03:02:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.41 - - [2025-09-08 03:02:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004246 10.0.0.41 - - [2025-09-08 03:02:49] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003920 10.0.0.41 - - [2025-09-08 03:02:50] "GET /virtual-network/09345674-9762-4a04-ab34-48b658487d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006503 10.0.0.41 - - [2025-09-08 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.41 - - [2025-09-08 03:02:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004734 10.0.0.41 - - [2025-09-08 03:02:51] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003492 10.0.0.41 - - [2025-09-08 03:02:51] "GET /virtual-network/09345674-9762-4a04-ab34-48b658487d5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2106 0.006497 10.0.0.41 - - [2025-09-08 03:02:51] "POST /routing-policys HTTP/1.1" 200 534 0.032879 10.0.0.41 - - [2025-09-08 03:02:51] "GET /virtual-network/5ea38327-45d6-4619-9301-0667f52a1df8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2104 0.007186 10.0.0.41 - - [2025-09-08 03:02:51] "PUT /virtual-network/5ea38327-45d6-4619-9301-0667f52a1df8 HTTP/1.1" 200 264 0.051612 10.0.0.27 - - [2025-09-08 03:02:51] "POST /ref-update HTTP/1.1" 200 156 0.025427 10.0.0.41 - - [2025-09-08 03:02:52] "POST /neutron/port HTTP/1.1" 200 1079 0.018097 10.0.0.41 - - [2025-09-08 03:02:52] "POST /neutron/subnet HTTP/1.1" 200 689 0.010177 10.0.0.41 - - [2025-09-08 03:02:55] "POST /ref-update HTTP/1.1" 200 156 0.075177 10.0.0.41 - - [2025-09-08 03:02:55] "DELETE /routing-policy/fc564422-3f8a-4603-b409-1e193ca0fb5e HTTP/1.1" 200 115 0.051955 10.0.0.41 - - [2025-09-08 03:02:56] "POST /neutron/network HTTP/1.1" 200 830 0.007907 10.0.0.41 - - [2025-09-08 03:02:56] "POST /neutron/port HTTP/1.1" 200 1106 0.012637 10.0.0.41 - - [2025-09-08 03:02:56] "POST /neutron/port HTTP/1.1" 200 1105 0.034620 10.0.0.38 - - [2025-09-08 03:02:58] "POST /useragent-kv HTTP/1.1" 200 115 0.004884 10.0.0.38 - - [2025-09-08 03:02:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003092 10.0.0.41 - - [2025-09-08 03:02:58] "POST /neutron/network HTTP/1.1" 200 151 0.154731 10.0.0.27 - - [2025-09-08 03:02:58] "DELETE /route-target/63b4814d-ddb8-4981-a7f1-54218b0d4b5d HTTP/1.1" 200 115 0.044717 10.0.0.38 - - [2025-09-08 03:02:58] "GET /global-system-configs HTTP/1.1" 200 322 0.061166 10.0.0.27 - - [2025-09-08 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.27 - - [2025-09-08 03:02:58] "DELETE /route-target/c0ff1cc4-7275-4a21-b30c-983891f5d0ad HTTP/1.1" 200 115 0.029768 10.0.0.27 - - [2025-09-08 03:02:58] "GET /obj-perms HTTP/1.1" 200 5056 0.216258 10.0.0.41 - - [2025-09-08 03:02:58] "GET /obj-perms HTTP/1.1" 200 5056 0.238302 10.0.0.27 - - [2025-09-08 03:02:59] "GET /global-system-configs HTTP/1.1" 200 322 0.034208 10.0.0.38 - - [2025-09-08 03:02:59] "GET /obj-perms HTTP/1.1" 200 5056 0.144958 10.0.0.27 - - [2025-09-08 03:02:59] "GET /global-system-configs HTTP/1.1" 200 322 0.032800 10.0.0.38 - - [2025-09-08 03:03:00] "GET /global-system-configs HTTP/1.1" 200 322 0.055570 10.0.0.41 - - [2025-09-08 03:03:00] "GET /obj-perms HTTP/1.1" 200 5056 0.100585 10.0.0.27 - - [2025-09-08 03:03:00] "GET /obj-perms HTTP/1.1" 200 5056 0.114551 10.0.0.41 - - [2025-09-08 03:03:01] "GET /global-system-configs HTTP/1.1" 200 322 0.120546 10.0.0.38 - - [2025-09-08 03:03:01] "GET /obj-perms HTTP/1.1" 200 5056 0.189386 10.0.0.41 - - [2025-09-08 03:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.38 - - [2025-09-08 03:03:01] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001579 10.0.0.41 - - [2025-09-08 03:03:01] "GET /global-system-configs HTTP/1.1" 200 322 0.040120 10.0.0.41 - - [2025-09-08 03:03:01] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.057453 10.0.0.41 - - [2025-09-08 03:03:01] "POST /neutron/network HTTP/1.1" 200 117 0.018891 10.0.0.41 - - [2025-09-08 03:03:02] "POST /neutron/network HTTP/1.1" 200 831 0.010106 10.0.0.41 - - [2025-09-08 03:03:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001433 10.0.0.41 - - [2025-09-08 03:03:02] "GET /virtual-network/6eb14a78-3b6b-4351-a02a-12c32036c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006211 10.0.0.41 - - [2025-09-08 03:03:02] "GET /virtual-network/6eb14a78-3b6b-4351-a02a-12c32036c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007816 10.0.0.41 - - [2025-09-08 03:03:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.011908 10.0.0.41 - - [2025-09-08 03:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.41 - - [2025-09-08 03:03:02] "GET /virtual-network/6eb14a78-3b6b-4351-a02a-12c32036c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006251 10.0.0.27 - - [2025-09-08 03:03:02] "POST /route-targets HTTP/1.1" 200 323 0.018315 10.0.0.41 - - [2025-09-08 03:03:02] "PUT /virtual-network/6eb14a78-3b6b-4351-a02a-12c32036c946 HTTP/1.1" 200 264 0.088452 10.0.0.41 - - [2025-09-08 03:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004580 10.0.0.38 - - [2025-09-08 03:03:02] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001281 10.0.0.41 - - [2025-09-08 03:03:02] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.040179 10.0.0.27 - - [2025-09-08 03:03:02] "POST /ref-update HTTP/1.1" 200 156 0.032648 10.0.0.38 - - [2025-09-08 03:03:02] "POST /useragent-kv HTTP/1.1" 200 115 0.009512 10.0.0.41 - - [2025-09-08 03:03:02] "POST /neutron/subnet HTTP/1.1" 200 724 0.232168 10.0.0.41 - - [2025-09-08 03:03:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001481 10.0.0.41 - - [2025-09-08 03:03:02] "GET /virtual-network/fddf6f58-e035-4c67-ae3d-2641bb80e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006179 10.0.0.41 - - [2025-09-08 03:03:03] "GET /virtual-network/fddf6f58-e035-4c67-ae3d-2641bb80e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006824 10.0.0.41 - - [2025-09-08 03:03:03] "POST /neutron/network HTTP/1.1" 200 831 0.008668 10.0.0.41 - - [2025-09-08 03:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.41 - - [2025-09-08 03:03:03] "GET /virtual-network/fddf6f58-e035-4c67-ae3d-2641bb80e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006597 10.0.0.41 - - [2025-09-08 03:03:03] "PUT /virtual-network/fddf6f58-e035-4c67-ae3d-2641bb80e486 HTTP/1.1" 200 264 0.064031 10.0.0.41 - - [2025-09-08 03:03:03] "POST /id-to-fqname HTTP/1.1" 200 220 0.001488 10.0.0.38 - - [2025-09-08 03:03:04] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001425 10.0.0.41 - - [2025-09-08 03:03:04] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.067457 10.0.0.41 - - [2025-09-08 03:03:04] "POST /neutron/network HTTP/1.1" 200 831 0.008229 10.0.0.41 - - [2025-09-08 03:03:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001568 10.0.0.41 - - [2025-09-08 03:03:04] "POST /neutron/port HTTP/1.1" 200 117 0.009748 10.0.0.38 - - [2025-09-08 03:03:04] "DELETE /project/2e549d03-4c7b-404c-983d-103c0d2c56cd HTTP/1.1" 404 177 0.004704 10.0.0.38 - - [2025-09-08 03:03:04] "DELETE /project/434c4ae8162748aea282826b200f6732 HTTP/1.1" 404 173 0.007706 10.0.0.38 - - [2025-09-08 03:03:04] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001088 10.0.0.41 - - [2025-09-08 03:03:05] "POST /neutron/port HTTP/1.1" 200 1053 0.300119 10.0.0.38 - - [2025-09-08 03:03:05] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001367 10.0.0.41 - - [2025-09-08 03:03:05] "POST /neutron/port HTTP/1.1" 200 1107 0.135670 10.0.0.41 - - [2025-09-08 03:03:05] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.105405 10.0.0.41 - - [2025-09-08 03:03:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004213 10.0.0.41 - - [2025-09-08 03:03:05] "POST /neutron/network HTTP/1.1" 200 831 0.007682 10.0.0.41 - - [2025-09-08 03:03:05] "POST /neutron/port HTTP/1.1" 200 117 0.006950 10.0.0.41 - - [2025-09-08 03:03:06] "POST /neutron/network HTTP/1.1" 200 841 0.008923 10.0.0.41 - - [2025-09-08 03:03:06] "POST /neutron/port HTTP/1.1" 200 1053 0.017560 10.0.0.41 - - [2025-09-08 03:03:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005131 10.0.0.41 - - [2025-09-08 03:03:07] "POST /neutron/network HTTP/1.1" 200 831 0.009475 10.0.0.41 - - [2025-09-08 03:03:11] "POST /neutron/port HTTP/1.1" 200 1081 0.022407 10.0.0.41 - - [2025-09-08 03:03:11] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009388 10.0.0.41 - - [2025-09-08 03:03:11] "GET /virtual-machine/5f402d17-9261-4a7c-9c65-241f3c925690 HTTP/1.1" 200 1285 0.007813 10.0.0.41 - - [2025-09-08 03:03:11] "GET /virtual-machine-interface/b30f5c02-32c3-46f7-a65a-8acab66cc05f HTTP/1.1" 200 2928 0.006975 10.0.0.41 - - [2025-09-08 03:03:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.41 - - [2025-09-08 03:03:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006417 10.0.0.41 - - [2025-09-08 03:03:11] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003320 10.0.0.41 - - [2025-09-08 03:03:11] "GET /virtual-network/6eb14a78-3b6b-4351-a02a-12c32036c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.006861 10.0.0.41 - - [2025-09-08 03:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.41 - - [2025-09-08 03:03:14] "GET /virtual-network/6eb14a78-3b6b-4351-a02a-12c32036c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.005713 10.0.0.41 - - [2025-09-08 03:03:15] "POST /neutron/port HTTP/1.1" 200 1081 0.019407 10.0.0.41 - - [2025-09-08 03:03:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.41 - - [2025-09-08 03:03:16] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004164 10.0.0.41 - - [2025-09-08 03:03:16] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003164 10.0.0.41 - - [2025-09-08 03:03:16] "GET /virtual-network/6eb14a78-3b6b-4351-a02a-12c32036c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.007151 10.0.0.41 - - [2025-09-08 03:03:16] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008472 10.0.0.41 - - [2025-09-08 03:03:17] "POST /neutron/port HTTP/1.1" 200 1081 0.017630 10.0.0.41 - - [2025-09-08 03:03:17] "GET /virtual-machine/e6105755-0b9e-4432-90df-101a60e99ab2 HTTP/1.1" 200 1286 0.007570 10.0.0.41 - - [2025-09-08 03:03:17] "GET /virtual-machine-interface/0dd3c2db-e91a-45d1-99ba-ad1546d8e285 HTTP/1.1" 200 2926 0.006523 10.0.0.41 - - [2025-09-08 03:03:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.41 - - [2025-09-08 03:03:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004506 10.0.0.41 - - [2025-09-08 03:03:17] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005404 10.0.0.41 - - [2025-09-08 03:03:17] "GET /virtual-network/fddf6f58-e035-4c67-ae3d-2641bb80e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007013 10.0.0.41 - - [2025-09-08 03:03:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.41 - - [2025-09-08 03:03:18] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008326 10.0.0.41 - - [2025-09-08 03:03:18] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004365 10.0.0.41 - - [2025-09-08 03:03:18] "GET /virtual-network/fddf6f58-e035-4c67-ae3d-2641bb80e486?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006313 10.0.0.41 - - [2025-09-08 03:03:18] "POST /routing-policys HTTP/1.1" 200 534 0.027716 10.0.0.41 - - [2025-09-08 03:03:18] "GET /virtual-network/6eb14a78-3b6b-4351-a02a-12c32036c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2110 0.011231 10.0.0.41 - - [2025-09-08 03:03:18] "PUT /virtual-network/6eb14a78-3b6b-4351-a02a-12c32036c946 HTTP/1.1" 200 264 0.085014 10.0.0.41 - - [2025-09-08 03:03:23] "POST /routing-policys HTTP/1.1" 200 534 0.038078 10.0.0.41 - - [2025-09-08 03:03:23] "GET /virtual-network/6eb14a78-3b6b-4351-a02a-12c32036c946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2356 0.014517 10.0.0.41 - - [2025-09-08 03:03:23] "PUT /virtual-network/6eb14a78-3b6b-4351-a02a-12c32036c946 HTTP/1.1" 200 264 0.077071 10.0.0.27 - - [2025-09-08 03:03:23] "POST /ref-update HTTP/1.1" 200 156 0.020417 10.0.0.41 - - [2025-09-08 03:03:24] "POST /ref-update HTTP/1.1" 200 156 0.056282 10.0.0.41 - - [2025-09-08 03:03:24] "DELETE /routing-policy/9e3c76a4-6c88-4aac-a9d6-f8066ea68e08 HTTP/1.1" 200 115 0.047636 10.0.0.41 - - [2025-09-08 03:03:24] "POST /ref-update HTTP/1.1" 200 156 0.074184 10.0.0.41 - - [2025-09-08 03:03:24] "DELETE /routing-policy/6573cd9a-4649-408a-82c5-fd565b61cd38 HTTP/1.1" 200 115 0.035597 10.0.0.41 - - [2025-09-08 03:03:24] "POST /neutron/network HTTP/1.1" 400 204 0.017751 10.0.0.41 - - [2025-09-08 03:03:25] "POST /neutron/port HTTP/1.1" 200 1107 0.011961 10.0.0.41 - - [2025-09-08 03:03:25] "POST /neutron/port HTTP/1.1" 200 151 0.287087 10.0.0.27 - - [2025-09-08 03:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004684 10.0.0.41 - - [2025-09-08 03:03:27] "POST /neutron/network HTTP/1.1" 200 831 0.007218 10.0.0.27 - - [2025-09-08 03:03:27] "DELETE /route-target/d22fdb74-e2e6-4462-ad6a-bd9fc0fcf634 HTTP/1.1" 409 239 0.008383 10.0.0.27 - - [2025-09-08 03:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.007405 10.0.0.41 - - [2025-09-08 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.38 - - [2025-09-08 03:03:30] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001208 10.0.0.41 - - [2025-09-08 03:03:30] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.050107 10.0.0.38 - - [2025-09-08 03:03:30] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001034 10.0.0.41 - - [2025-09-08 03:03:30] "POST /neutron/network HTTP/1.1" 200 612 0.138931 10.0.0.27 - - [2025-09-08 03:03:30] "POST /ref-update HTTP/1.1" 200 156 0.031197 10.0.0.41 - - [2025-09-08 03:03:30] "POST /id-to-fqname HTTP/1.1" 200 220 0.003983 10.0.0.41 - - [2025-09-08 03:03:30] "GET /virtual-network/13adfac2-cca6-4356-97cc-cd63ccbf1d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006521 10.0.0.41 - - [2025-09-08 03:03:30] "POST /neutron/network HTTP/1.1" 200 828 0.007150 10.0.0.41 - - [2025-09-08 03:03:30] "GET /virtual-network/13adfac2-cca6-4356-97cc-cd63ccbf1d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005686 10.0.0.41 - - [2025-09-08 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.41 - - [2025-09-08 03:03:30] "GET /virtual-network/13adfac2-cca6-4356-97cc-cd63ccbf1d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006213 10.0.0.41 - - [2025-09-08 03:03:30] "PUT /virtual-network/13adfac2-cca6-4356-97cc-cd63ccbf1d22 HTTP/1.1" 200 264 0.061416 10.0.0.41 - - [2025-09-08 03:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.007085 10.0.0.38 - - [2025-09-08 03:03:30] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001352 10.0.0.41 - - [2025-09-08 03:03:30] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.039143 10.0.0.41 - - [2025-09-08 03:03:30] "POST /neutron/network HTTP/1.1" 200 117 0.014884 10.0.0.27 - - [2025-09-08 03:03:31] "POST /route-targets HTTP/1.1" 200 327 0.014062 10.0.0.41 - - [2025-09-08 03:03:31] "POST /neutron/network HTTP/1.1" 200 833 0.011015 10.0.0.41 - - [2025-09-08 03:03:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001596 10.0.0.41 - - [2025-09-08 03:03:31] "GET /virtual-network/b9765b10-3d8e-47b7-aa9b-610bc2aa2194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006227 10.0.0.41 - - [2025-09-08 03:03:31] "GET /virtual-network/b9765b10-3d8e-47b7-aa9b-610bc2aa2194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007180 10.0.0.41 - - [2025-09-08 03:03:31] "POST /neutron/subnet HTTP/1.1" 200 734 0.014681 10.0.0.41 - - [2025-09-08 03:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.41 - - [2025-09-08 03:03:31] "GET /virtual-network/b9765b10-3d8e-47b7-aa9b-610bc2aa2194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006266 10.0.0.41 - - [2025-09-08 03:03:31] "PUT /virtual-network/b9765b10-3d8e-47b7-aa9b-610bc2aa2194 HTTP/1.1" 200 264 0.084472 10.0.0.41 - - [2025-09-08 03:03:31] "POST /id-to-fqname HTTP/1.1" 200 220 0.001537 10.0.0.38 - - [2025-09-08 03:03:32] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001151 10.0.0.41 - - [2025-09-08 03:03:32] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.079349 10.0.0.41 - - [2025-09-08 03:03:32] "POST /neutron/port HTTP/1.1" 200 117 0.006610 10.0.0.41 - - [2025-09-08 03:03:32] "POST /id-to-fqname HTTP/1.1" 200 220 0.001508 10.0.0.41 - - [2025-09-08 03:03:33] "POST /neutron/network HTTP/1.1" 200 843 0.009389 10.0.0.41 - - [2025-09-08 03:03:33] "POST /neutron/port HTTP/1.1" 200 1050 0.017482 10.0.0.38 - - [2025-09-08 03:03:34] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001524 10.0.0.41 - - [2025-09-08 03:03:34] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.102207 10.0.0.41 - - [2025-09-08 03:03:34] "POST /neutron/port HTTP/1.1" 200 1078 0.042572 10.0.0.41 - - [2025-09-08 03:03:34] "POST /neutron/subnet HTTP/1.1" 200 684 0.010462 10.0.0.41 - - [2025-09-08 03:03:34] "POST /neutron/port HTTP/1.1" 200 1078 0.023433 10.0.0.41 - - [2025-09-08 03:03:34] "POST /neutron/port HTTP/1.1" 200 1078 0.018220 10.0.0.38 - - [2025-09-08 03:03:34] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001748 10.0.0.41 - - [2025-09-08 03:03:35] "POST /neutron/port HTTP/1.1" 200 1055 0.341341 10.0.0.41 - - [2025-09-08 03:03:35] "POST /neutron/port HTTP/1.1" 200 1109 0.138117 10.0.0.41 - - [2025-09-08 03:03:35] "POST /neutron/subnet HTTP/1.1" 200 708 0.010105 10.0.0.41 - - [2025-09-08 03:03:39] "POST /neutron/port HTTP/1.1" 200 1078 0.016548 10.0.0.41 - - [2025-09-08 03:03:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008533 10.0.0.41 - - [2025-09-08 03:03:39] "GET /virtual-machine/0a090cad-875d-47e8-9081-4b9cd90bc23d HTTP/1.1" 200 1284 0.007286 10.0.0.41 - - [2025-09-08 03:03:39] "GET /virtual-machine-interface/edffd023-eeb6-44d3-8e4d-2a0a086211bd HTTP/1.1" 200 2928 0.007270 10.0.0.41 - - [2025-09-08 03:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.41 - - [2025-09-08 03:03:39] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003821 10.0.0.41 - - [2025-09-08 03:03:39] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003906 10.0.0.41 - - [2025-09-08 03:03:39] "GET /virtual-network/13adfac2-cca6-4356-97cc-cd63ccbf1d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.008194 10.0.0.27 - - [2025-09-08 03:03:41] "GET /obj-perms HTTP/1.1" 200 5056 0.049110 10.0.0.41 - - [2025-09-08 03:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.41 - - [2025-09-08 03:03:43] "GET /virtual-network/13adfac2-cca6-4356-97cc-cd63ccbf1d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006458 10.0.0.41 - - [2025-09-08 03:03:43] "POST /neutron/port HTTP/1.1" 200 1078 0.018136 10.0.0.41 - - [2025-09-08 03:03:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007281 10.0.0.41 - - [2025-09-08 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.41 - - [2025-09-08 03:03:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004236 10.0.0.41 - - [2025-09-08 03:03:45] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003578 10.0.0.41 - - [2025-09-08 03:03:45] "GET /virtual-network/13adfac2-cca6-4356-97cc-cd63ccbf1d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.007028 10.0.0.41 - - [2025-09-08 03:03:45] "POST /neutron/port HTTP/1.1" 200 1083 0.016499 10.0.0.41 - - [2025-09-08 03:03:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008416 10.0.0.41 - - [2025-09-08 03:03:45] "GET /virtual-machine/1694e53f-ac04-41f3-9649-3d0fa6c1d878 HTTP/1.1" 200 1285 0.006795 10.0.0.41 - - [2025-09-08 03:03:45] "GET /virtual-machine-interface/e821998a-b4f1-4620-99c7-09ec111c55fc HTTP/1.1" 200 2928 0.006097 10.0.0.41 - - [2025-09-08 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.41 - - [2025-09-08 03:03:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003966 10.0.0.41 - - [2025-09-08 03:03:45] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.006231 10.0.0.41 - - [2025-09-08 03:03:45] "GET /virtual-network/b9765b10-3d8e-47b7-aa9b-610bc2aa2194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006618 10.0.0.41 - - [2025-09-08 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.41 - - [2025-09-08 03:03:46] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004811 10.0.0.41 - - [2025-09-08 03:03:46] "GET /virtual-networks?parent_id=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003426 10.0.0.41 - - [2025-09-08 03:03:46] "GET /virtual-network/b9765b10-3d8e-47b7-aa9b-610bc2aa2194?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007099 10.0.0.41 - - [2025-09-08 03:03:47] "POST /interface-route-tables HTTP/1.1" 200 574 0.029316 10.0.0.41 - - [2025-09-08 03:03:47] "GET /interface-route-table/c7c0915b-1984-48d9-9c29-67a273f223e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.010440 10.0.0.41 - - [2025-09-08 03:03:47] "GET /virtual-machine-interface/edffd023-eeb6-44d3-8e4d-2a0a086211bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.007046 10.0.0.41 - - [2025-09-08 03:03:47] "POST /ref-update HTTP/1.1" 200 156 0.014955 10.0.0.41 - - [2025-09-08 03:03:47] "POST /routing-policys HTTP/1.1" 200 534 0.043267 10.0.0.41 - - [2025-09-08 03:03:47] "GET /virtual-network/13adfac2-cca6-4356-97cc-cd63ccbf1d22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2101 0.006447 10.0.0.41 - - [2025-09-08 03:03:47] "PUT /virtual-network/13adfac2-cca6-4356-97cc-cd63ccbf1d22 HTTP/1.1" 200 264 0.057556 10.0.0.27 - - [2025-09-08 03:03:47] "POST /ref-update HTTP/1.1" 200 156 0.055260 10.0.0.41 - - [2025-09-08 03:03:49] "POST /neutron/network HTTP/1.1" 200 843 0.031983 10.0.0.41 - - [2025-09-08 03:03:49] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.41 - - [2025-09-08 03:03:51] "POST /ref-update HTTP/1.1" 200 156 0.055100 10.0.0.41 - - [2025-09-08 03:03:51] "DELETE /routing-policy/cdd22247-fbd7-45fa-9524-4d7d26a48a88 HTTP/1.1" 200 115 0.097391 10.0.0.41 - - [2025-09-08 03:03:51] "POST /neutron/network HTTP/1.1" 400 204 0.022673 10.0.0.41 - - [2025-09-08 03:03:52] "POST /neutron/port HTTP/1.1" 200 151 0.209469 10.0.0.41 - - [2025-09-08 03:03:52] "POST /neutron/port HTTP/1.1" 200 151 0.196403 10.0.0.27 - - [2025-09-08 03:03:54] "DELETE /route-target/8e5ae820-11c3-4ecd-90f1-3dd79470e353 HTTP/1.1" 200 115 0.033081 10.0.0.41 - - [2025-09-08 03:03:54] "POST /neutron/network HTTP/1.1" 200 828 0.014158 10.0.0.27 - - [2025-09-08 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.27 - - [2025-09-08 03:03:54] "DELETE /route-target/f9afedfd-f930-401c-b76f-83676105d6af HTTP/1.1" 200 115 0.022004 10.0.0.38 - - [2025-09-08 03:03:55] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001063 10.0.0.41 - - [2025-09-08 03:03:55] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.051306 10.0.0.38 - - [2025-09-08 03:03:55] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001456 10.0.0.41 - - [2025-09-08 03:03:55] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?fields=virtual_networks HTTP/1.1" 200 1018 0.054180 10.0.0.38 - - [2025-09-08 03:03:55] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001091 10.0.0.41 - - [2025-09-08 03:03:55] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.044188 10.0.0.38 - - [2025-09-08 03:03:55] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001045 10.0.0.41 - - [2025-09-08 03:03:55] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?fields=security_groups HTTP/1.1" 200 1237 0.049451 10.0.0.41 - - [2025-09-08 03:03:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.028154 10.0.0.38 - - [2025-09-08 03:03:56] "GET /projects?obj_uuids=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004597 10.0.0.38 - - [2025-09-08 03:03:56] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.38 - - [2025-09-08 03:03:57] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007838 10.0.0.38 - - [2025-09-08 03:03:57] "POST /id-to-fqname HTTP/1.1" 200 194 0.001980 10.0.0.38 - - [2025-09-08 03:03:57] "POST /fqname-to-id HTTP/1.1" 404 203 0.008527 10.0.0.38 - - [2025-09-08 03:03:57] "POST /security-groups HTTP/1.1" 200 595 0.074667 10.0.0.38 - - [2025-09-08 03:03:57] "POST /projects HTTP/1.1" 200 593 0.297332 10.0.0.27 - - [2025-09-08 03:03:57] "POST /fqname-to-id HTTP/1.1" 404 237 0.021399 10.0.0.38 - - [2025-09-08 03:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.369369 10.0.0.41 - - [2025-09-08 03:03:57] "GET /project/df6890fa-b0db-4c62-802a-d9e17ecaa298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.524049 10.0.0.41 - - [2025-09-08 03:03:58] "GET / HTTP/1.1" 200 35931 0.001674 10.0.0.41 - - [2025-09-08 03:04:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.41 - - [2025-09-08 03:04:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.059047 10.0.0.38 - - [2025-09-08 03:04:00] "GET /projects?obj_uuids=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001229 10.0.0.41 - - [2025-09-08 03:04:00] "GET /project/df6890fa-b0db-4c62-802a-d9e17ecaa298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.047252 10.0.0.38 - - [2025-09-08 03:04:01] "GET /projects?obj_uuids=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001172 10.0.0.41 - - [2025-09-08 03:04:01] "POST /neutron/network HTTP/1.1" 200 613 0.179048 10.0.0.27 - - [2025-09-08 03:04:01] "POST /ref-update HTTP/1.1" 200 156 0.029988 10.0.0.41 - - [2025-09-08 03:04:01] "POST /id-to-fqname HTTP/1.1" 200 226 0.003558 10.0.0.41 - - [2025-09-08 03:04:01] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006234 10.0.0.41 - - [2025-09-08 03:04:01] "POST /neutron/network HTTP/1.1" 200 833 0.006781 10.0.0.41 - - [2025-09-08 03:04:01] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006359 10.0.0.41 - - [2025-09-08 03:04:02] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007148 10.0.0.41 - - [2025-09-08 03:04:02] "GET /obj-perms HTTP/1.1" 200 5038 0.055209 10.0.0.38 - - [2025-09-08 03:04:03] "GET /obj-perms HTTP/1.1" 200 5038 0.049207 10.0.0.41 - - [2025-09-08 03:04:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.41 - - [2025-09-08 03:04:03] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007488 10.0.0.41 - - [2025-09-08 03:04:03] "PUT /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b HTTP/1.1" 200 264 0.085770 10.0.0.38 - - [2025-09-08 03:04:04] "DELETE /project/df6890fab0db4c62802ad9e17ecaa298 HTTP/1.1" 404 173 0.009521 10.0.0.38 - - [2025-09-08 03:04:04] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001453 10.0.0.38 - - [2025-09-08 03:04:04] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.046641 10.0.0.38 - - [2025-09-08 03:04:04] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001263 10.0.0.38 - - [2025-09-08 03:04:04] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?fields=security_groups HTTP/1.1" 200 1342 0.062332 10.0.0.38 - - [2025-09-08 03:04:05] "DELETE /security-group/cd4ed77c-1ac7-4ff1-baaf-3a0a335a11a1 HTTP/1.1" 200 115 0.079486 10.0.0.38 - - [2025-09-08 03:04:05] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001312 10.0.0.27 - - [2025-09-08 03:04:05] "DELETE /access-control-list/b5e8dc6e-c2f1-42db-8ffb-5e378639ddac HTTP/1.1" 200 115 0.040290 10.0.0.38 - - [2025-09-08 03:04:05] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?fields=application_policy_sets HTTP/1.1" 200 1381 0.056349 10.0.0.38 - - [2025-09-08 03:04:05] "DELETE /project/434c4ae8-1627-48ae-a282-826b200f6732 HTTP/1.1" 409 278 0.355789 10.0.0.41 - - [2025-09-08 03:04:08] "POST /id-to-fqname HTTP/1.1" 200 226 0.001685 10.0.0.41 - - [2025-09-08 03:04:09] "POST /neutron/network HTTP/1.1" 200 843 0.008324 10.0.0.38 - - [2025-09-08 03:04:09] "GET /projects?obj_uuids=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001107 10.0.0.41 - - [2025-09-08 03:04:09] "GET /project/df6890fa-b0db-4c62-802a-d9e17ecaa298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.071507 10.0.0.41 - - [2025-09-08 03:04:10] "POST /neutron/port HTTP/1.1" 200 117 0.007821 10.0.0.38 - - [2025-09-08 03:04:10] "GET /projects?obj_uuids=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001412 10.0.0.41 - - [2025-09-08 03:04:10] "POST /neutron/port HTTP/1.1" 200 1065 0.329859 10.0.0.41 - - [2025-09-08 03:04:11] "POST /neutron/port HTTP/1.1" 200 1119 0.134577 10.0.0.41 - - [2025-09-08 03:04:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.009803 10.0.0.41 - - [2025-09-08 03:04:15] "POST /neutron/port HTTP/1.1" 200 1093 0.017025 10.0.0.41 - - [2025-09-08 03:04:15] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008070 10.0.0.41 - - [2025-09-08 03:04:15] "GET /virtual-machine/3e2c0ae2-860c-4c02-8420-4dda37abc24e HTTP/1.1" 401 292 0.000559 10.0.0.41 - - [2025-09-08 03:04:15] "GET /virtual-machine/3e2c0ae2-860c-4c02-8420-4dda37abc24e HTTP/1.1" 200 1295 0.030487 10.0.0.41 - - [2025-09-08 03:04:15] "GET /virtual-machine-interface/6cfbe6aa-6d81-49d3-9a19-28aa84f0139e HTTP/1.1" 200 2967 0.006337 10.0.0.41 - - [2025-09-08 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.41 - - [2025-09-08 03:04:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003915 10.0.0.41 - - [2025-09-08 03:04:15] "GET /virtual-networks?parent_id=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003214 10.0.0.41 - - [2025-09-08 03:04:15] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006807 10.0.0.41 - - [2025-09-08 03:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.41 - - [2025-09-08 03:04:19] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007993 10.0.0.41 - - [2025-09-08 03:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.41 - - [2025-09-08 03:04:23] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006375 10.0.0.41 - - [2025-09-08 03:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.41 - - [2025-09-08 03:04:27] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006782 10.0.0.41 - - [2025-09-08 03:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.41 - - [2025-09-08 03:04:31] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005837 10.0.0.41 - - [2025-09-08 03:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004824 10.0.0.41 - - [2025-09-08 03:04:35] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005825 10.0.0.41 - - [2025-09-08 03:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005820 10.0.0.41 - - [2025-09-08 03:04:39] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006879 10.0.0.41 - - [2025-09-08 03:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004485 10.0.0.41 - - [2025-09-08 03:04:43] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006313 10.0.0.41 - - [2025-09-08 03:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.41 - - [2025-09-08 03:04:47] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.005756 10.0.0.41 - - [2025-09-08 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.41 - - [2025-09-08 03:04:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004356 10.0.0.41 - - [2025-09-08 03:04:49] "GET /virtual-networks?parent_id=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003144 10.0.0.41 - - [2025-09-08 03:04:49] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.008299 10.0.0.41 - - [2025-09-08 03:04:49] "POST /neutron/port HTTP/1.1" 200 1093 0.016480 10.0.0.41 - - [2025-09-08 03:04:53] "POST /neutron/port HTTP/1.1" 200 1093 0.017933 10.0.0.41 - - [2025-09-08 03:04:53] "POST /neutron/subnet HTTP/1.1" 200 703 0.010299 10.0.0.41 - - [2025-09-08 03:04:55] "POST /neutron/port HTTP/1.1" 200 1093 0.017768 10.0.0.41 - - [2025-09-08 03:04:59] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007779 10.0.0.41 - - [2025-09-08 03:05:05] "POST /neutron/port HTTP/1.1" 200 1093 0.017420 10.0.0.41 - - [2025-09-08 03:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.41 - - [2025-09-08 03:05:10] "GET /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006191 10.0.0.27 - - [2025-09-08 03:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.008863 10.0.0.41 - - [2025-09-08 03:05:10] "PUT /virtual-network/191e13e9-b52c-42a9-9c46-b30e725cd10b HTTP/1.1" 200 264 0.107967 10.0.0.41 - - [2025-09-08 03:05:16] "POST /neutron/network HTTP/1.1" 400 204 0.016389 10.0.0.41 - - [2025-09-08 03:05:16] "POST /neutron/port HTTP/1.1" 200 151 0.195852 10.0.0.27 - - [2025-09-08 03:05:18] "DELETE /route-target/18f34e30-02fa-411e-8fd7-13e5fd0e7c97 HTTP/1.1" 200 115 0.039113 10.0.0.41 - - [2025-09-08 03:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004422 10.0.0.38 - - [2025-09-08 03:05:21] "GET /projects?obj_uuids=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001096 10.0.0.41 - - [2025-09-08 03:05:21] "GET /project/df6890fa-b0db-4c62-802a-d9e17ecaa298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.065384 10.0.0.41 - - [2025-09-08 03:05:21] "POST /neutron/network HTTP/1.1" 200 117 0.017235 10.0.0.41 - - [2025-09-08 03:05:21] "POST /neutron/network HTTP/1.1" 200 832 0.014964 10.0.0.41 - - [2025-09-08 03:05:21] "POST /id-to-fqname HTTP/1.1" 200 226 0.001297 10.0.0.41 - - [2025-09-08 03:05:21] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007641 10.0.0.41 - - [2025-09-08 03:05:22] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007425 10.0.0.41 - - [2025-09-08 03:05:22] "POST /neutron/subnet HTTP/1.1" 200 725 0.010068 10.0.0.41 - - [2025-09-08 03:05:22] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006307 10.0.0.27 - - [2025-09-08 03:05:22] "GET /obj-perms HTTP/1.1" 200 5038 0.068458 10.0.0.41 - - [2025-09-08 03:05:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006317 10.0.0.41 - - [2025-09-08 03:05:22] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007157 10.0.0.41 - - [2025-09-08 03:05:22] "PUT /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80 HTTP/1.1" 200 264 0.089772 10.0.0.27 - - [2025-09-08 03:05:23] "POST /route-targets HTTP/1.1" 200 327 0.089962 10.0.0.41 - - [2025-09-08 03:05:28] "POST /id-to-fqname HTTP/1.1" 200 226 0.001998 10.0.0.38 - - [2025-09-08 03:05:28] "GET /projects?obj_uuids=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001132 10.0.0.41 - - [2025-09-08 03:05:28] "GET /project/df6890fa-b0db-4c62-802a-d9e17ecaa298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.077716 10.0.0.41 - - [2025-09-08 03:05:29] "POST /neutron/port HTTP/1.1" 200 117 0.007108 10.0.0.41 - - [2025-09-08 03:05:29] "POST /neutron/network HTTP/1.1" 200 842 0.008180 10.0.0.41 - - [2025-09-08 03:05:30] "POST /neutron/port HTTP/1.1" 200 1064 0.018954 10.0.0.41 - - [2025-09-08 03:05:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004530 10.0.0.41 - - [2025-09-08 03:05:30] "POST /neutron/network HTTP/1.1" 200 832 0.009372 10.0.0.41 - - [2025-09-08 03:05:34] "POST /neutron/port HTTP/1.1" 200 1092 0.028516 10.0.0.41 - - [2025-09-08 03:05:34] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008480 10.0.0.41 - - [2025-09-08 03:05:34] "GET /virtual-machine/e0d414e6-f7d3-47b1-af75-c4768d87b5c5 HTTP/1.1" 200 1297 0.006827 10.0.0.41 - - [2025-09-08 03:05:34] "GET /virtual-machine-interface/4cf20c77-8262-4dba-821c-b5893ec44846 HTTP/1.1" 200 2966 0.007358 10.0.0.41 - - [2025-09-08 03:05:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.41 - - [2025-09-08 03:05:34] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004733 10.0.0.41 - - [2025-09-08 03:05:34] "GET /virtual-networks?parent_id=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003655 10.0.0.41 - - [2025-09-08 03:05:34] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007580 10.0.0.41 - - [2025-09-08 03:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.41 - - [2025-09-08 03:05:37] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.009023 10.0.0.41 - - [2025-09-08 03:05:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004778 10.0.0.41 - - [2025-09-08 03:05:41] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006895 10.0.0.41 - - [2025-09-08 03:05:43] "GET /obj-perms HTTP/1.1" 200 5056 0.048531 10.0.0.41 - - [2025-09-08 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.41 - - [2025-09-08 03:05:46] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005554 10.0.0.41 - - [2025-09-08 03:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.41 - - [2025-09-08 03:05:50] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006778 10.0.0.41 - - [2025-09-08 03:05:53] "POST /neutron/network HTTP/1.1" 200 842 0.008278 10.0.0.41 - - [2025-09-08 03:05:53] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.41 - - [2025-09-08 03:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003970 10.0.0.41 - - [2025-09-08 03:05:54] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005918 10.0.0.41 - - [2025-09-08 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.41 - - [2025-09-08 03:05:58] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005879 10.0.0.41 - - [2025-09-08 03:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.41 - - [2025-09-08 03:06:02] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.006330 10.0.0.41 - - [2025-09-08 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.41 - - [2025-09-08 03:06:06] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.005638 10.0.0.41 - - [2025-09-08 03:06:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.41 - - [2025-09-08 03:06:08] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004350 10.0.0.41 - - [2025-09-08 03:06:08] "GET /virtual-networks?parent_id=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003390 10.0.0.41 - - [2025-09-08 03:06:08] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.007047 10.0.0.41 - - [2025-09-08 03:06:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008200 10.0.0.41 - - [2025-09-08 03:06:18] "POST /neutron/port HTTP/1.1" 200 1092 0.017243 10.0.0.41 - - [2025-09-08 03:06:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008632 10.0.0.41 - - [2025-09-08 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.41 - - [2025-09-08 03:06:29] "GET /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2120 0.008157 10.0.0.41 - - [2025-09-08 03:06:29] "PUT /virtual-network/b181562e-6ee6-47e2-bc11-1bd68ff4db80 HTTP/1.1" 200 264 0.062055 10.0.0.27 - - [2025-09-08 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.012016 10.0.0.41 - - [2025-09-08 03:06:35] "POST /neutron/network HTTP/1.1" 200 832 0.008240 10.0.0.41 - - [2025-09-08 03:06:35] "POST /neutron/port HTTP/1.1" 200 1118 0.013813 10.0.0.38 - - [2025-09-08 03:06:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005439 10.0.0.38 - - [2025-09-08 03:06:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003024 10.0.0.41 - - [2025-09-08 03:06:37] "POST /neutron/network HTTP/1.1" 200 151 0.130521 10.0.0.27 - - [2025-09-08 03:06:37] "DELETE /route-target/319cbe2f-67b7-4b18-8261-5795bca09045 HTTP/1.1" 200 115 0.028684 10.0.0.38 - - [2025-09-08 03:06:38] "GET /projects?obj_uuids=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001093 10.0.0.41 - - [2025-09-08 03:06:39] "GET /project/df6890fa-b0db-4c62-802a-d9e17ecaa298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.052387 10.0.0.38 - - [2025-09-08 03:06:39] "GET /projects?obj_uuids=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001466 10.0.0.41 - - [2025-09-08 03:06:39] "GET /project/df6890fa-b0db-4c62-802a-d9e17ecaa298?fields=virtual_networks HTTP/1.1" 200 1040 0.043167 10.0.0.38 - - [2025-09-08 03:06:39] "GET /projects?obj_uuids=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001981 10.0.0.41 - - [2025-09-08 03:06:39] "GET /project/df6890fa-b0db-4c62-802a-d9e17ecaa298?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.051651 10.0.0.38 - - [2025-09-08 03:06:39] "GET /projects?obj_uuids=df6890fa-b0db-4c62-802a-d9e17ecaa298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001134 10.0.0.41 - - [2025-09-08 03:06:39] "GET /project/df6890fa-b0db-4c62-802a-d9e17ecaa298?fields=security_groups HTTP/1.1" 200 1270 0.039196 10.0.0.41 - - [2025-09-08 03:06:40] "POST /fqname-to-id HTTP/1.1" 404 213 0.032152 10.0.0.38 - - [2025-09-08 03:06:40] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005780 10.0.0.38 - - [2025-09-08 03:06:40] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001846 10.0.0.38 - - [2025-09-08 03:06:40] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010520 10.0.0.38 - - [2025-09-08 03:06:40] "POST /id-to-fqname HTTP/1.1" 200 216 0.003105 10.0.0.38 - - [2025-09-08 03:06:40] "POST /fqname-to-id HTTP/1.1" 404 227 0.010286 10.0.0.38 - - [2025-09-08 03:06:40] "POST /security-groups HTTP/1.1" 200 616 0.034404 10.0.0.38 - - [2025-09-08 03:06:40] "POST /projects HTTP/1.1" 200 635 0.279573 10.0.0.27 - - [2025-09-08 03:06:40] "POST /fqname-to-id HTTP/1.1" 404 258 0.018451 10.0.0.38 - - [2025-09-08 03:06:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.355788 10.0.0.41 - - [2025-09-08 03:06:40] "GET /project/bdccec15-a6c2-4927-9900-77ece579065f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.514926 10.0.0.41 - - [2025-09-08 03:06:41] "GET / HTTP/1.1" 200 35931 0.001688 10.0.0.41 - - [2025-09-08 03:06:43] "POST /fqname-to-id HTTP/1.1" 401 292 0.000557 10.0.0.41 - - [2025-09-08 03:06:44] "POST /fqname-to-id HTTP/1.1" 404 249 0.046976 10.0.0.27 - - [2025-09-08 03:06:44] "POST /access-control-lists HTTP/1.1" 200 643 0.031502 10.0.0.27 - - [2025-09-08 03:06:44] "PUT /access-control-list/2549a2cd-fb47-4b36-b6aa-87411ebb5a1d HTTP/1.1" 200 272 0.015883 10.0.0.38 - - [2025-09-08 03:06:44] "GET /obj-perms HTTP/1.1" 200 5056 0.082621 10.0.0.41 - - [2025-09-08 03:06:44] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.033091 10.0.0.27 - - [2025-09-08 03:06:45] "PUT /access-control-list/694182a6-64df-4773-a01d-885b65d5d5d3 HTTP/1.1" 200 272 0.019222 10.0.0.41 - - [2025-09-08 03:06:45] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.141750 10.0.0.41 - - [2025-09-08 03:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.41 - - [2025-09-08 03:06:45] "GET /security-group/fba20fb4-edd4-47d0-9083-6b24899ddf95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.003731 10.0.0.41 - - [2025-09-08 03:06:46] "POST /neutron/security_group HTTP/1.1" 200 151 0.057190 10.0.0.41 - - [2025-09-08 03:06:46] "POST /fqname-to-id HTTP/1.1" 404 249 0.008950 10.0.0.27 - - [2025-09-08 03:06:46] "DELETE /access-control-list/2549a2cd-fb47-4b36-b6aa-87411ebb5a1d HTTP/1.1" 200 115 0.035558 10.0.0.41 - - [2025-09-08 03:06:46] "POST /fqname-to-id HTTP/1.1" 404 249 0.003535 10.0.0.27 - - [2025-09-08 03:06:46] "POST /access-control-lists HTTP/1.1" 200 643 0.025993 10.0.0.27 - - [2025-09-08 03:06:46] "PUT /access-control-list/ae8bb9fc-1a9d-4478-84b0-e567a05fe466 HTTP/1.1" 200 272 0.012484 10.0.0.41 - - [2025-09-08 03:06:47] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.029368 10.0.0.27 - - [2025-09-08 03:06:47] "PUT /access-control-list/d092ecff-e486-4561-a42e-8a192a47eec6 HTTP/1.1" 200 272 0.018005 10.0.0.41 - - [2025-09-08 03:06:47] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169392 10.0.0.41 - - [2025-09-08 03:06:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004507 10.0.0.41 - - [2025-09-08 03:06:47] "GET /security-group/14ac3ce3-031a-4067-8745-0400361bbce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2024 0.009061 10.0.0.41 - - [2025-09-08 03:06:48] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.009357 10.0.0.27 - - [2025-09-08 03:06:48] "PUT /access-control-list/d092ecff-e486-4561-a42e-8a192a47eec6 HTTP/1.1" 200 272 0.013793 10.0.0.41 - - [2025-09-08 03:06:48] "POST /neutron/security_group_rule HTTP/1.1" 200 601 0.171964 10.0.0.41 - - [2025-09-08 03:06:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006313 10.0.0.38 - - [2025-09-08 03:06:48] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001978 10.0.0.41 - - [2025-09-08 03:06:48] "GET /project/bdccec15-a6c2-4927-9900-77ece579065f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.043716 10.0.0.27 - - [2025-09-08 03:06:48] "POST /route-targets HTTP/1.1" 200 327 0.013397 10.0.0.38 - - [2025-09-08 03:06:49] "POST /useragent-kv HTTP/1.1" 200 115 0.052076 10.0.0.41 - - [2025-09-08 03:06:49] "POST /neutron/subnet HTTP/1.1" 200 828 0.241911 10.0.0.27 - - [2025-09-08 03:06:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.047391 10.0.0.41 - - [2025-09-08 03:06:49] "POST /id-to-fqname HTTP/1.1" 200 290 0.001616 10.0.0.41 - - [2025-09-08 03:06:49] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.017327 10.0.0.41 - - [2025-09-08 03:06:49] "POST /neutron/network HTTP/1.1" 200 1112 0.024814 10.0.0.41 - - [2025-09-08 03:06:49] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.019182 10.0.0.27 - - [2025-09-08 03:06:49] "DELETE /access-control-list/84c1883e-5d63-42aa-bc7b-e8ba4dc42c7a HTTP/1.1" 200 115 0.066842 10.0.0.41 - - [2025-09-08 03:06:49] "POST /neutron/subnet HTTP/1.1" 200 720 0.039060 10.0.0.41 - - [2025-09-08 03:06:49] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006691 10.0.0.41 - - [2025-09-08 03:06:51] "POST /id-to-fqname HTTP/1.1" 200 290 0.001781 10.0.0.38 - - [2025-09-08 03:06:52] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001620 10.0.0.41 - - [2025-09-08 03:06:52] "GET /project/bdccec15-a6c2-4927-9900-77ece579065f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.068609 10.0.0.41 - - [2025-09-08 03:06:52] "POST /neutron/network HTTP/1.1" 200 1112 0.036005 10.0.0.41 - - [2025-09-08 03:06:52] "POST /id-to-fqname HTTP/1.1" 200 290 0.001562 10.0.0.41 - - [2025-09-08 03:06:52] "POST /neutron/port HTTP/1.1" 200 117 0.007377 10.0.0.41 - - [2025-09-08 03:06:53] "POST /neutron/network HTTP/1.1" 200 1122 0.010170 10.0.0.41 - - [2025-09-08 03:06:53] "POST /neutron/port HTTP/1.1" 200 1191 0.041876 10.0.0.38 - - [2025-09-08 03:06:53] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001046 10.0.0.41 - - [2025-09-08 03:06:53] "GET /project/bdccec15-a6c2-4927-9900-77ece579065f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.082745 10.0.0.41 - - [2025-09-08 03:06:53] "POST /neutron/network HTTP/1.1" 200 1112 0.008989 10.0.0.41 - - [2025-09-08 03:06:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004367 10.0.0.41 - - [2025-09-08 03:06:54] "POST /neutron/port HTTP/1.1" 200 117 0.007597 10.0.0.41 - - [2025-09-08 03:06:54] "POST /neutron/port HTTP/1.1" 200 117 0.001565 10.0.0.41 - - [2025-09-08 03:06:54] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007801 10.0.0.38 - - [2025-09-08 03:06:54] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001175 10.0.0.41 - - [2025-09-08 03:06:55] "POST /neutron/port HTTP/1.1" 200 1191 0.308329 10.0.0.41 - - [2025-09-08 03:06:55] "POST /neutron/port HTTP/1.1" 200 1245 0.128844 10.0.0.41 - - [2025-09-08 03:06:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004516 10.0.0.41 - - [2025-09-08 03:06:55] "POST /neutron/port HTTP/1.1" 200 117 0.001311 10.0.0.41 - - [2025-09-08 03:06:57] "POST /neutron/port HTTP/1.1" 200 1219 0.019970 10.0.0.41 - - [2025-09-08 03:06:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004437 10.0.0.41 - - [2025-09-08 03:06:57] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.41 - - [2025-09-08 03:06:59] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008339 10.0.0.41 - - [2025-09-08 03:06:59] "POST /neutron/port HTTP/1.1" 200 1219 0.015902 10.0.0.41 - - [2025-09-08 03:06:59] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007534 10.0.0.41 - - [2025-09-08 03:06:59] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 401 292 0.000498 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 200 1318 0.029751 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 200 1318 0.004186 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-machine-interface/3f9b6f79-ebba-4fee-b3f5-87d4a3780cbe HTTP/1.1" 200 3417 0.005781 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 200 1318 0.004224 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-machine-interface/3f9b6f79-ebba-4fee-b3f5-87d4a3780cbe HTTP/1.1" 200 3417 0.006233 10.0.0.41 - - [2025-09-08 03:07:00] "GET /instance-ip/488777c4-fb8e-465f-8671-1f9b83f64d14 HTTP/1.1" 200 1713 0.006598 10.0.0.41 - - [2025-09-08 03:07:00] "GET /instance-ip/ea78083f-18dd-4c13-ae68-062f561e166c HTTP/1.1" 200 1736 0.006303 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 200 1318 0.004113 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-machine-interface/3f9b6f79-ebba-4fee-b3f5-87d4a3780cbe HTTP/1.1" 200 3417 0.006808 10.0.0.41 - - [2025-09-08 03:07:00] "GET /instance-ip/488777c4-fb8e-465f-8671-1f9b83f64d14 HTTP/1.1" 200 1713 0.004932 10.0.0.41 - - [2025-09-08 03:07:00] "GET /instance-ip/ea78083f-18dd-4c13-ae68-062f561e166c HTTP/1.1" 200 1736 0.004433 10.0.0.41 - - [2025-09-08 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006965 10.0.0.41 - - [2025-09-08 03:07:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005293 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003705 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007978 10.0.0.41 - - [2025-09-08 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.41 - - [2025-09-08 03:07:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005865 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004173 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007175 10.0.0.41 - - [2025-09-08 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.41 - - [2025-09-08 03:07:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004786 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003663 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006835 10.0.0.41 - - [2025-09-08 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.41 - - [2025-09-08 03:07:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005314 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003833 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.010760 10.0.0.41 - - [2025-09-08 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004907 10.0.0.41 - - [2025-09-08 03:07:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004785 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003994 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006921 10.0.0.41 - - [2025-09-08 03:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004716 10.0.0.41 - - [2025-09-08 03:07:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005157 10.0.0.41 - - [2025-09-08 03:07:00] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004309 10.0.0.41 - - [2025-09-08 03:07:01] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007050 10.0.0.41 - - [2025-09-08 03:07:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.41 - - [2025-09-08 03:07:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005099 10.0.0.41 - - [2025-09-08 03:07:01] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003624 10.0.0.41 - - [2025-09-08 03:07:01] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.008773 10.0.0.41 - - [2025-09-08 03:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.41 - - [2025-09-08 03:07:04] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006109 10.0.0.38 - - [2025-09-08 03:07:05] "DELETE /project/df6890fa-b0db-4c62-802a-d9e17ecaa298 HTTP/1.1" 404 177 0.003681 10.0.0.38 - - [2025-09-08 03:07:05] "DELETE /project/bdccec15a6c24927990077ece579065f HTTP/1.1" 404 173 0.006407 10.0.0.41 - - [2025-09-08 03:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.41 - - [2025-09-08 03:07:08] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005995 10.0.0.41 - - [2025-09-08 03:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004100 10.0.0.41 - - [2025-09-08 03:07:12] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007613 10.0.0.41 - - [2025-09-08 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.41 - - [2025-09-08 03:07:16] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006767 10.0.0.41 - - [2025-09-08 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.41 - - [2025-09-08 03:07:20] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.005998 10.0.0.41 - - [2025-09-08 03:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.41 - - [2025-09-08 03:07:24] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006389 10.0.0.41 - - [2025-09-08 03:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.41 - - [2025-09-08 03:07:28] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006294 10.0.0.41 - - [2025-09-08 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.41 - - [2025-09-08 03:07:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004343 10.0.0.41 - - [2025-09-08 03:07:33] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003689 10.0.0.41 - - [2025-09-08 03:07:33] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006854 10.0.0.41 - - [2025-09-08 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.41 - - [2025-09-08 03:07:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005194 10.0.0.41 - - [2025-09-08 03:07:33] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003428 10.0.0.41 - - [2025-09-08 03:07:33] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007260 10.0.0.41 - - [2025-09-08 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.41 - - [2025-09-08 03:07:33] "GET /routing-instance/cc4edda3-f748-446a-ad72-afeedc24bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004753 10.0.0.41 - - [2025-09-08 03:07:33] "GET /route-target/dcd9a471-08a5-4f67-8a98-b4fc99f54aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004470 10.0.0.41 - - [2025-09-08 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.41 - - [2025-09-08 03:07:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004280 10.0.0.41 - - [2025-09-08 03:07:33] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003226 10.0.0.41 - - [2025-09-08 03:07:33] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007527 10.0.0.41 - - [2025-09-08 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.41 - - [2025-09-08 03:07:33] "GET /routing-instance/cc4edda3-f748-446a-ad72-afeedc24bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005242 10.0.0.41 - - [2025-09-08 03:07:33] "GET /route-target/dcd9a471-08a5-4f67-8a98-b4fc99f54aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004156 10.0.0.41 - - [2025-09-08 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.41 - - [2025-09-08 03:07:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004405 10.0.0.41 - - [2025-09-08 03:07:33] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004394 10.0.0.41 - - [2025-09-08 03:07:33] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006979 10.0.0.41 - - [2025-09-08 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003907 10.0.0.41 - - [2025-09-08 03:07:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005121 10.0.0.41 - - [2025-09-08 03:07:33] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003236 10.0.0.41 - - [2025-09-08 03:07:33] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007100 10.0.0.41 - - [2025-09-08 03:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.006384 10.0.0.41 - - [2025-09-08 03:07:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004219 10.0.0.41 - - [2025-09-08 03:07:33] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003860 10.0.0.41 - - [2025-09-08 03:07:34] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007023 10.0.0.41 - - [2025-09-08 03:07:34] "GET /obj-perms HTTP/1.1" 200 5080 0.077187 10.0.0.38 - - [2025-09-08 03:07:34] "GET /obj-perms HTTP/1.1" 200 5080 0.068495 10.0.0.41 - - [2025-09-08 03:07:34] "GET /obj-perms HTTP/1.1" 200 5080 0.004452 10.0.0.41 - - [2025-09-08 03:07:34] "GET /obj-perms HTTP/1.1" 200 5080 0.004736 10.0.0.27 - - [2025-09-08 03:07:34] "GET /obj-perms HTTP/1.1" 200 5080 0.062448 10.0.0.41 - - [2025-09-08 03:07:34] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 200 1318 0.005475 10.0.0.41 - - [2025-09-08 03:07:34] "GET /virtual-machine-interface/3f9b6f79-ebba-4fee-b3f5-87d4a3780cbe HTTP/1.1" 200 3417 0.005614 10.0.0.41 - - [2025-09-08 03:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.41 - - [2025-09-08 03:07:34] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005446 10.0.0.41 - - [2025-09-08 03:07:34] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005108 10.0.0.41 - - [2025-09-08 03:07:34] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007021 10.0.0.41 - - [2025-09-08 03:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.41 - - [2025-09-08 03:07:35] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004876 10.0.0.41 - - [2025-09-08 03:07:35] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.005107 10.0.0.41 - - [2025-09-08 03:07:35] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006633 10.0.0.41 - - [2025-09-08 03:07:41] "POST /neutron/port HTTP/1.1" 200 1219 0.018987 10.0.0.41 - - [2025-09-08 03:07:41] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007782 10.0.0.41 - - [2025-09-08 03:07:46] "POST /neutron/port HTTP/1.1" 200 1219 0.016443 10.0.0.41 - - [2025-09-08 03:07:51] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008214 10.0.0.41 - - [2025-09-08 03:07:56] "POST /neutron/network HTTP/1.1" 200 1122 0.010701 10.0.0.41 - - [2025-09-08 03:07:56] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014692 10.0.0.41 - - [2025-09-08 03:07:56] "POST /neutron/network HTTP/1.1" 200 1112 0.010253 10.0.0.41 - - [2025-09-08 03:07:56] "POST /neutron/network HTTP/1.1" 200 1122 0.010413 10.0.0.41 - - [2025-09-08 03:07:56] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016416 10.0.0.41 - - [2025-09-08 03:07:56] "POST /neutron/port HTTP/1.1" 200 117 0.001279 10.0.0.41 - - [2025-09-08 03:07:57] "POST /neutron/port HTTP/1.1" 200 1219 0.023960 10.0.0.41 - - [2025-09-08 03:07:57] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008069 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-machine/031951ea-c637-44c3-a791-a050f0598523 HTTP/1.1" 200 1316 0.007995 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-machine/031951ea-c637-44c3-a791-a050f0598523 HTTP/1.1" 200 1316 0.004602 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-machine-interface/82743906-c399-4014-9bfa-646bbb2ae109 HTTP/1.1" 200 3417 0.006891 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-machine/031951ea-c637-44c3-a791-a050f0598523 HTTP/1.1" 200 1316 0.004441 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-machine-interface/82743906-c399-4014-9bfa-646bbb2ae109 HTTP/1.1" 200 3417 0.006035 10.0.0.41 - - [2025-09-08 03:07:57] "GET /instance-ip/550caf60-adb4-410c-9a3c-4f4bd00f589c HTTP/1.1" 200 1735 0.009217 10.0.0.41 - - [2025-09-08 03:07:57] "GET /instance-ip/fd4d9d17-ccff-4304-bf48-dbd8e1376267 HTTP/1.1" 200 1715 0.007878 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-machine/031951ea-c637-44c3-a791-a050f0598523 HTTP/1.1" 200 1316 0.004474 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-machine-interface/82743906-c399-4014-9bfa-646bbb2ae109 HTTP/1.1" 200 3417 0.006091 10.0.0.41 - - [2025-09-08 03:07:57] "GET /instance-ip/550caf60-adb4-410c-9a3c-4f4bd00f589c HTTP/1.1" 200 1735 0.005280 10.0.0.41 - - [2025-09-08 03:07:57] "GET /instance-ip/fd4d9d17-ccff-4304-bf48-dbd8e1376267 HTTP/1.1" 200 1715 0.004532 10.0.0.41 - - [2025-09-08 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.41 - - [2025-09-08 03:07:57] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004470 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003245 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006457 10.0.0.41 - - [2025-09-08 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005600 10.0.0.41 - - [2025-09-08 03:07:57] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005617 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003967 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007588 10.0.0.41 - - [2025-09-08 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.41 - - [2025-09-08 03:07:57] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003754 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003354 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007050 10.0.0.41 - - [2025-09-08 03:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.41 - - [2025-09-08 03:07:57] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005383 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004117 10.0.0.41 - - [2025-09-08 03:07:57] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007304 10.0.0.41 - - [2025-09-08 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.41 - - [2025-09-08 03:07:58] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004102 10.0.0.41 - - [2025-09-08 03:07:58] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006315 10.0.0.41 - - [2025-09-08 03:07:58] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007150 10.0.0.41 - - [2025-09-08 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.41 - - [2025-09-08 03:07:58] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004588 10.0.0.41 - - [2025-09-08 03:07:58] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003852 10.0.0.41 - - [2025-09-08 03:07:58] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007194 10.0.0.41 - - [2025-09-08 03:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.41 - - [2025-09-08 03:07:58] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004728 10.0.0.41 - - [2025-09-08 03:07:58] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003189 10.0.0.41 - - [2025-09-08 03:07:58] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007529 10.0.0.38 - - [2025-09-08 03:07:58] "GET /global-system-configs HTTP/1.1" 200 322 0.084888 10.0.0.41 - - [2025-09-08 03:07:58] "GET /obj-perms HTTP/1.1" 200 5056 0.153451 10.0.0.38 - - [2025-09-08 03:07:58] "GET /obj-perms HTTP/1.1" 200 5056 0.170046 10.0.0.27 - - [2025-09-08 03:07:59] "GET /global-system-configs HTTP/1.1" 200 322 0.068614 10.0.0.27 - - [2025-09-08 03:07:59] "GET /obj-perms HTTP/1.1" 200 5056 0.134249 10.0.0.41 - - [2025-09-08 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.41 - - [2025-09-08 03:07:59] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007880 10.0.0.41 - - [2025-09-08 03:07:59] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003589 10.0.0.41 - - [2025-09-08 03:07:59] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006727 10.0.0.27 - - [2025-09-08 03:07:59] "GET /global-system-configs HTTP/1.1" 200 322 0.074030 10.0.0.41 - - [2025-09-08 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.41 - - [2025-09-08 03:07:59] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004576 10.0.0.41 - - [2025-09-08 03:07:59] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003480 10.0.0.41 - - [2025-09-08 03:07:59] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006519 10.0.0.41 - - [2025-09-08 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003133 10.0.0.41 - - [2025-09-08 03:07:59] "GET /routing-instance/cc4edda3-f748-446a-ad72-afeedc24bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004968 10.0.0.41 - - [2025-09-08 03:07:59] "GET /route-target/dcd9a471-08a5-4f67-8a98-b4fc99f54aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003893 10.0.0.41 - - [2025-09-08 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.41 - - [2025-09-08 03:07:59] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004389 10.0.0.41 - - [2025-09-08 03:07:59] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002846 10.0.0.41 - - [2025-09-08 03:07:59] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006173 10.0.0.41 - - [2025-09-08 03:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.38 - - [2025-09-08 03:08:00] "GET /global-system-configs HTTP/1.1" 200 322 0.008873 10.0.0.38 - - [2025-09-08 03:08:00] "GET /obj-perms HTTP/1.1" 200 5056 0.012534 10.0.0.41 - - [2025-09-08 03:08:00] "GET /routing-instance/cc4edda3-f748-446a-ad72-afeedc24bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005752 10.0.0.41 - - [2025-09-08 03:08:00] "GET /route-target/dcd9a471-08a5-4f67-8a98-b4fc99f54aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004902 10.0.0.41 - - [2025-09-08 03:08:00] "GET /obj-perms HTTP/1.1" 200 5056 0.074519 10.0.0.41 - - [2025-09-08 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.41 - - [2025-09-08 03:08:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004967 10.0.0.41 - - [2025-09-08 03:08:00] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003889 10.0.0.41 - - [2025-09-08 03:08:00] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006477 10.0.0.41 - - [2025-09-08 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.41 - - [2025-09-08 03:08:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004549 10.0.0.41 - - [2025-09-08 03:08:00] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003608 10.0.0.41 - - [2025-09-08 03:08:00] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006680 10.0.0.41 - - [2025-09-08 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.41 - - [2025-09-08 03:08:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006112 10.0.0.41 - - [2025-09-08 03:08:00] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006002 10.0.0.41 - - [2025-09-08 03:08:00] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006886 10.0.0.41 - - [2025-09-08 03:08:00] "GET /obj-perms HTTP/1.1" 200 5080 0.004627 10.0.0.38 - - [2025-09-08 03:08:00] "GET /obj-perms HTTP/1.1" 200 5080 0.003932 10.0.0.41 - - [2025-09-08 03:08:00] "GET /obj-perms HTTP/1.1" 200 5080 0.004277 10.0.0.27 - - [2025-09-08 03:08:00] "GET /obj-perms HTTP/1.1" 200 5080 0.005882 10.0.0.38 - - [2025-09-08 03:08:00] "GET /obj-perms HTTP/1.1" 200 5080 0.004686 10.0.0.41 - - [2025-09-08 03:08:00] "GET /virtual-machine/031951ea-c637-44c3-a791-a050f0598523 HTTP/1.1" 200 1316 0.004766 10.0.0.41 - - [2025-09-08 03:08:00] "GET /virtual-machine-interface/82743906-c399-4014-9bfa-646bbb2ae109 HTTP/1.1" 200 3417 0.006486 10.0.0.41 - - [2025-09-08 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.41 - - [2025-09-08 03:08:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005200 10.0.0.41 - - [2025-09-08 03:08:00] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.004111 10.0.0.41 - - [2025-09-08 03:08:00] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007084 10.0.0.41 - - [2025-09-08 03:08:01] "GET /global-system-configs HTTP/1.1" 200 322 0.032689 10.0.0.41 - - [2025-09-08 03:08:01] "GET /global-system-configs HTTP/1.1" 200 322 0.054234 10.0.0.41 - - [2025-09-08 03:08:01] "GET /obj-perms HTTP/1.1" 200 5056 0.146033 10.0.0.41 - - [2025-09-08 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.41 - - [2025-09-08 03:08:02] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004202 10.0.0.41 - - [2025-09-08 03:08:02] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003510 10.0.0.41 - - [2025-09-08 03:08:02] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.007415 10.0.0.41 - - [2025-09-08 03:08:02] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 200 1318 0.006616 10.0.0.41 - - [2025-09-08 03:08:02] "GET /virtual-machine-interface/3f9b6f79-ebba-4fee-b3f5-87d4a3780cbe HTTP/1.1" 200 3417 0.006486 10.0.0.41 - - [2025-09-08 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.41 - - [2025-09-08 03:08:02] "GET /security-group/14ac3ce3-031a-4067-8745-0400361bbce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004663 10.0.0.41 - - [2025-09-08 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.41 - - [2025-09-08 03:08:02] "GET /security-group/14ac3ce3-031a-4067-8745-0400361bbce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.004542 10.0.0.41 - - [2025-09-08 03:08:02] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005420 10.0.0.41 - - [2025-09-08 03:08:02] "POST /neutron/port HTTP/1.1" 200 1245 0.015227 10.0.0.41 - - [2025-09-08 03:08:02] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 200 1318 0.004796 10.0.0.41 - - [2025-09-08 03:08:02] "GET /virtual-machine-interface/3f9b6f79-ebba-4fee-b3f5-87d4a3780cbe HTTP/1.1" 200 3361 0.008278 10.0.0.41 - - [2025-09-08 03:08:02] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008284 10.0.0.41 - - [2025-09-08 03:08:02] "POST /neutron/port HTTP/1.1" 200 1207 0.016409 10.0.0.41 - - [2025-09-08 03:08:02] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 200 1318 0.004970 10.0.0.41 - - [2025-09-08 03:08:02] "GET /virtual-machine-interface/3f9b6f79-ebba-4fee-b3f5-87d4a3780cbe HTTP/1.1" 200 3417 0.008352 10.0.0.41 - - [2025-09-08 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.41 - - [2025-09-08 03:08:02] "GET /security-group/14ac3ce3-031a-4067-8745-0400361bbce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005638 10.0.0.41 - - [2025-09-08 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.41 - - [2025-09-08 03:08:03] "GET /security-group/14ac3ce3-031a-4067-8745-0400361bbce0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.005321 10.0.0.41 - - [2025-09-08 03:08:03] "POST /neutron/security_group HTTP/1.1" 200 1483 0.005327 10.0.0.38 - - [2025-09-08 03:08:46] "GET /obj-perms HTTP/1.1" 200 5056 0.053736 10.0.0.41 - - [2025-09-08 03:08:56] "POST /neutron/port HTTP/1.1" 200 1219 0.043428 10.0.0.41 - - [2025-09-08 03:08:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004412 10.0.0.41 - - [2025-09-08 03:08:56] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.41 - - [2025-09-08 03:08:58] "POST /neutron/port HTTP/1.1" 200 1219 0.018303 10.0.0.41 - - [2025-09-08 03:08:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004380 10.0.0.41 - - [2025-09-08 03:08:58] "POST /neutron/port HTTP/1.1" 200 117 0.001246 10.0.0.41 - - [2025-09-08 03:09:00] "POST /neutron/security_group_rule HTTP/1.1" 200 564 0.010609 10.0.0.41 - - [2025-09-08 03:09:00] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.122578 10.0.0.27 - - [2025-09-08 03:09:01] "PUT /access-control-list/d092ecff-e486-4561-a42e-8a192a47eec6 HTTP/1.1" 200 272 0.028631 10.0.0.41 - - [2025-09-08 03:09:03] "POST /neutron/security_group HTTP/1.1" 200 1455 0.009590 10.0.0.41 - - [2025-09-08 03:09:03] "POST /neutron/port HTTP/1.1" 200 1245 0.016881 10.0.0.41 - - [2025-09-08 03:09:04] "GET /virtual-machine/031951ea-c637-44c3-a791-a050f0598523 HTTP/1.1" 200 1316 0.004623 10.0.0.41 - - [2025-09-08 03:09:04] "POST /neutron/port HTTP/1.1" 200 1207 0.022159 10.0.0.41 - - [2025-09-08 03:09:06] "GET /virtual-machine/031951ea-c637-44c3-a791-a050f0598523 HTTP/1.1" 404 171 0.003811 10.0.0.41 - - [2025-09-08 03:09:06] "GET /virtual-machine/031951ea-c637-44c3-a791-a050f0598523 HTTP/1.1" 404 171 0.004006 10.0.0.41 - - [2025-09-08 03:09:06] "GET /virtual-machine/031951ea-c637-44c3-a791-a050f0598523 HTTP/1.1" 404 171 0.003161 10.0.0.41 - - [2025-09-08 03:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.41 - - [2025-09-08 03:09:06] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005588 10.0.0.41 - - [2025-09-08 03:09:06] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003643 10.0.0.41 - - [2025-09-08 03:09:06] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006773 10.0.0.41 - - [2025-09-08 03:09:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.41 - - [2025-09-08 03:09:06] "GET /routing-instance/cc4edda3-f748-446a-ad72-afeedc24bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.005248 10.0.0.41 - - [2025-09-08 03:09:06] "GET /route-target/dcd9a471-08a5-4f67-8a98-b4fc99f54aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004487 10.0.0.41 - - [2025-09-08 03:09:09] "GET /obj-perms HTTP/1.1" 200 5080 0.004226 10.0.0.38 - - [2025-09-08 03:09:13] "GET /obj-perms HTTP/1.1" 200 5080 0.004342 10.0.0.41 - - [2025-09-08 03:09:19] "GET /obj-perms HTTP/1.1" 200 5080 0.005126 10.0.0.27 - - [2025-09-08 03:09:19] "GET /obj-perms HTTP/1.1" 200 5080 0.004764 10.0.0.38 - - [2025-09-08 03:09:19] "GET /obj-perms HTTP/1.1" 200 5080 0.004084 10.0.0.41 - - [2025-09-08 03:09:19] "POST /neutron/port HTTP/1.1" 200 1219 0.020040 10.0.0.41 - - [2025-09-08 03:09:19] "POST /neutron/port HTTP/1.1" 200 1207 0.094551 10.0.0.41 - - [2025-09-08 03:09:19] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 200 1318 0.004722 10.0.0.41 - - [2025-09-08 03:09:20] "POST /neutron/port HTTP/1.1" 200 151 0.267830 10.0.0.41 - - [2025-09-08 03:09:21] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 404 171 0.005444 10.0.0.41 - - [2025-09-08 03:09:21] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 404 171 0.003556 10.0.0.41 - - [2025-09-08 03:09:21] "GET /virtual-machine/a9fbf56a-f241-4053-bb8d-725ae19ae8f7 HTTP/1.1" 404 171 0.003544 10.0.0.41 - - [2025-09-08 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.41 - - [2025-09-08 03:09:21] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004277 10.0.0.41 - - [2025-09-08 03:09:21] "GET /virtual-networks?parent_id=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002995 10.0.0.41 - - [2025-09-08 03:09:21] "GET /virtual-network/b6c29e28-3329-4afa-b696-386d65018980?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2807 0.006075 10.0.0.41 - - [2025-09-08 03:09:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.41 - - [2025-09-08 03:09:22] "GET /routing-instance/cc4edda3-f748-446a-ad72-afeedc24bb95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1681 0.004829 10.0.0.41 - - [2025-09-08 03:09:22] "GET /route-target/dcd9a471-08a5-4f67-8a98-b4fc99f54aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004268 10.0.0.41 - - [2025-09-08 03:09:22] "GET /obj-perms HTTP/1.1" 200 5080 0.004606 10.0.0.41 - - [2025-09-08 03:09:25] "GET /obj-perms HTTP/1.1" 200 5080 0.004353 10.0.0.41 - - [2025-09-08 03:09:31] "GET /obj-perms HTTP/1.1" 200 5080 0.004467 10.0.0.41 - - [2025-09-08 03:09:34] "GET /obj-perms HTTP/1.1" 200 5080 0.004075 10.0.0.41 - - [2025-09-08 03:09:40] "GET /obj-perms HTTP/1.1" 200 5080 0.006201 10.0.0.41 - - [2025-09-08 03:09:43] "GET /obj-perms HTTP/1.1" 200 5080 0.004279 10.0.0.41 - - [2025-09-08 03:09:49] "GET /obj-perms HTTP/1.1" 200 5080 0.004578 10.0.0.41 - - [2025-09-08 03:09:49] "GET /obj-perms HTTP/1.1" 200 5080 0.004112 10.0.0.41 - - [2025-09-08 03:09:50] "POST /neutron/security_group HTTP/1.1" 200 1481 0.004901 10.0.0.41 - - [2025-09-08 03:09:50] "POST /fqname-to-id HTTP/1.1" 404 249 0.004956 10.0.0.27 - - [2025-09-08 03:09:50] "DELETE /access-control-list/ae8bb9fc-1a9d-4478-84b0-e567a05fe466 HTTP/1.1" 200 115 0.051389 10.0.0.38 - - [2025-09-08 03:09:52] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001306 10.0.0.41 - - [2025-09-08 03:09:52] "GET /project/bdccec15-a6c2-4927-9900-77ece579065f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.071866 10.0.0.38 - - [2025-09-08 03:09:52] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001056 10.0.0.41 - - [2025-09-08 03:09:52] "GET /project/bdccec15-a6c2-4927-9900-77ece579065f?fields=virtual_networks HTTP/1.1" 200 1083 0.044556 10.0.0.38 - - [2025-09-08 03:09:52] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001147 10.0.0.41 - - [2025-09-08 03:09:52] "GET /project/bdccec15-a6c2-4927-9900-77ece579065f?fields=virtual_machine_interfaces HTTP/1.1" 200 1083 0.046014 10.0.0.38 - - [2025-09-08 03:09:52] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001164 10.0.0.41 - - [2025-09-08 03:09:52] "GET /project/bdccec15-a6c2-4927-9900-77ece579065f?fields=security_groups HTTP/1.1" 200 1334 0.048378 10.0.0.41 - - [2025-09-08 03:09:53] "POST /fqname-to-id HTTP/1.1" 404 218 0.028406 10.0.0.38 - - [2025-09-08 03:09:53] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003444 10.0.0.38 - - [2025-09-08 03:09:53] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.38 - - [2025-09-08 03:09:53] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.033046 10.0.0.38 - - [2025-09-08 03:09:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.004218 10.0.0.38 - - [2025-09-08 03:09:53] "POST /fqname-to-id HTTP/1.1" 404 232 0.006100 10.0.0.38 - - [2025-09-08 03:09:53] "POST /security-groups HTTP/1.1" 200 621 0.030324 10.0.0.38 - - [2025-09-08 03:09:53] "POST /projects HTTP/1.1" 200 645 0.255475 10.0.0.27 - - [2025-09-08 03:09:53] "POST /access-control-lists HTTP/1.1" 200 626 0.027541 10.0.0.38 - - [2025-09-08 03:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.328129 10.0.0.41 - - [2025-09-08 03:09:53] "GET /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.495826 10.0.0.41 - - [2025-09-08 03:09:55] "GET / HTTP/1.1" 200 35931 0.001729 10.0.0.41 - - [2025-09-08 03:09:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000547 10.0.0.41 - - [2025-09-08 03:09:57] "POST /fqname-to-id HTTP/1.1" 404 254 0.060031 10.0.0.41 - - [2025-09-08 03:09:57] "POST /security-groups HTTP/1.1" 200 595 0.039915 10.0.0.27 - - [2025-09-08 03:09:57] "POST /fqname-to-id HTTP/1.1" 404 286 0.004137 10.0.0.41 - - [2025-09-08 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.41 - - [2025-09-08 03:09:57] "GET /security-group/d5fca5a0-832d-40ea-9ac3-abd40e3954a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.006109 10.0.0.27 - - [2025-09-08 03:09:57] "POST /access-control-lists HTTP/1.1" 200 646 0.028632 10.0.0.41 - - [2025-09-08 03:09:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.010988 10.0.0.41 - - [2025-09-08 03:09:57] "GET /security-group/d5fca5a0-832d-40ea-9ac3-abd40e3954a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004539 10.0.0.41 - - [2025-09-08 03:09:58] "DELETE /security-group/d5fca5a0-832d-40ea-9ac3-abd40e3954a2 HTTP/1.1" 200 115 0.053850 10.0.0.41 - - [2025-09-08 03:09:58] "POST /fqname-to-id HTTP/1.1" 404 254 0.003995 10.0.0.41 - - [2025-09-08 03:09:58] "POST /fqname-to-id HTTP/1.1" 404 254 0.004021 10.0.0.41 - - [2025-09-08 03:09:58] "POST /security-groups HTTP/1.1" 200 595 0.040149 10.0.0.27 - - [2025-09-08 03:09:58] "POST /fqname-to-id HTTP/1.1" 404 286 0.003353 10.0.0.41 - - [2025-09-08 03:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.41 - - [2025-09-08 03:09:58] "GET /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.011154 10.0.0.41 - - [2025-09-08 03:09:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.27 - - [2025-09-08 03:09:58] "POST /access-control-lists HTTP/1.1" 200 646 0.050366 10.0.0.41 - - [2025-09-08 03:09:59] "GET /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004812 10.0.0.41 - - [2025-09-08 03:09:59] "GET /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004403 10.0.0.41 - - [2025-09-08 03:09:59] "PUT /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9 HTTP/1.1" 200 262 0.018534 10.0.0.41 - - [2025-09-08 03:09:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.38 - - [2025-09-08 03:09:59] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001120 10.0.0.41 - - [2025-09-08 03:09:59] "GET /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.043969 10.0.0.38 - - [2025-09-08 03:09:59] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001188 10.0.0.41 - - [2025-09-08 03:09:59] "POST /neutron/network HTTP/1.1" 200 735 0.150158 10.0.0.27 - - [2025-09-08 03:09:59] "POST /route-targets HTTP/1.1" 200 327 0.014912 10.0.0.41 - - [2025-09-08 03:10:00] "POST /id-to-fqname HTTP/1.1" 200 300 0.003526 10.0.0.41 - - [2025-09-08 03:10:00] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006107 10.0.0.41 - - [2025-09-08 03:10:00] "POST /neutron/network HTTP/1.1" 200 955 0.009753 10.0.0.41 - - [2025-09-08 03:10:00] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.014393 10.0.0.41 - - [2025-09-08 03:10:00] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007196 10.0.0.27 - - [2025-09-08 03:10:01] "GET /obj-perms HTTP/1.1" 200 5090 0.055774 10.0.0.38 - - [2025-09-08 03:10:01] "GET /obj-perms HTTP/1.1" 200 5090 0.048171 10.0.0.41 - - [2025-09-08 03:10:01] "POST /id-to-fqname HTTP/1.1" 200 300 0.001570 10.0.0.41 - - [2025-09-08 03:10:02] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008701 10.0.0.38 - - [2025-09-08 03:10:02] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001135 10.0.0.41 - - [2025-09-08 03:10:02] "GET /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.069821 10.0.0.41 - - [2025-09-08 03:10:03] "POST /neutron/port HTTP/1.1" 200 117 0.008913 10.0.0.41 - - [2025-09-08 03:10:03] "POST /id-to-fqname HTTP/1.1" 200 300 0.001620 10.0.0.41 - - [2025-09-08 03:10:03] "POST /neutron/security_group HTTP/1.1" 200 1294 0.010047 10.0.0.38 - - [2025-09-08 03:10:03] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001332 10.0.0.41 - - [2025-09-08 03:10:03] "POST /neutron/security_group HTTP/1.1" 200 3300 0.058106 10.0.0.38 - - [2025-09-08 03:10:04] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001854 10.0.0.41 - - [2025-09-08 03:10:04] "GET /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.100896 10.0.0.41 - - [2025-09-08 03:10:04] "POST /neutron/port HTTP/1.1" 200 1091 0.017802 10.0.0.41 - - [2025-09-08 03:10:04] "POST /neutron/port HTTP/1.1" 200 1120 0.030195 10.0.0.41 - - [2025-09-08 03:10:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004754 10.0.0.41 - - [2025-09-08 03:10:04] "POST /neutron/port HTTP/1.1" 200 117 0.001559 10.0.0.41 - - [2025-09-08 03:10:04] "POST /neutron/security_group HTTP/1.1" 200 1294 0.009136 10.0.0.38 - - [2025-09-08 03:10:05] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001179 10.0.0.38 - - [2025-09-08 03:10:05] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.004863 10.0.0.38 - - [2025-09-08 03:10:05] "DELETE /project/34b56b2af4ac4ef8a2d2d967a7969372 HTTP/1.1" 404 173 0.023367 10.0.0.38 - - [2025-09-08 03:10:05] "GET /project/bdccec15-a6c2-4927-9900-77ece579065f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1569 0.080492 10.0.0.41 - - [2025-09-08 03:10:05] "POST /neutron/port HTTP/1.1" 200 1091 0.359868 10.0.0.38 - - [2025-09-08 03:10:05] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001062 10.0.0.38 - - [2025-09-08 03:10:05] "GET /project/bdccec15-a6c2-4927-9900-77ece579065f?fields=security_groups HTTP/1.1" 200 1439 0.060260 10.0.0.38 - - [2025-09-08 03:10:05] "DELETE /security-group/f26b5cf2-1e93-4922-81c4-a69c2b1b38f8 HTTP/1.1" 200 115 0.085858 10.0.0.38 - - [2025-09-08 03:10:05] "GET /projects?obj_uuids=bdccec15-a6c2-4927-9900-77ece579065f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.003482 10.0.0.41 - - [2025-09-08 03:10:05] "POST /neutron/port HTTP/1.1" 200 1146 0.175795 10.0.0.38 - - [2025-09-08 03:10:05] "GET /project/bdccec15-a6c2-4927-9900-77ece579065f?fields=application_policy_sets HTTP/1.1" 200 1478 0.110559 10.0.0.27 - - [2025-09-08 03:10:05] "DELETE /access-control-list/806b658b-2294-4ab1-ad1e-7dee26f6460f HTTP/1.1" 200 115 0.114243 10.0.0.38 - - [2025-09-08 03:10:06] "DELETE /project/bdccec15-a6c2-4927-9900-77ece579065f HTTP/1.1" 200 115 0.563363 10.0.0.41 - - [2025-09-08 03:10:06] "POST /neutron/subnet HTTP/1.1" 200 703 0.011324 10.0.0.41 - - [2025-09-08 03:10:09] "POST /neutron/port HTTP/1.1" 200 1120 0.017804 10.0.0.41 - - [2025-09-08 03:10:10] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008752 10.0.0.41 - - [2025-09-08 03:10:10] "POST /neutron/port HTTP/1.1" 200 1120 0.023911 10.0.0.41 - - [2025-09-08 03:10:10] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 401 292 0.000458 10.0.0.41 - - [2025-09-08 03:10:10] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 200 1322 0.032018 10.0.0.41 - - [2025-09-08 03:10:10] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 200 1322 0.005263 10.0.0.41 - - [2025-09-08 03:10:10] "GET /virtual-machine-interface/4ded6f6a-0918-451d-9776-81ff306f06d3 HTTP/1.1" 200 3263 0.006135 10.0.0.41 - - [2025-09-08 03:10:10] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 200 1322 0.004533 10.0.0.41 - - [2025-09-08 03:10:10] "GET /virtual-machine-interface/4ded6f6a-0918-451d-9776-81ff306f06d3 HTTP/1.1" 200 3263 0.005944 10.0.0.41 - - [2025-09-08 03:10:10] "GET /instance-ip/f3b1e477-eacf-44f3-acf8-9e01a72fc0ea HTTP/1.1" 200 1732 0.007299 10.0.0.41 - - [2025-09-08 03:10:10] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 200 1322 0.005623 10.0.0.41 - - [2025-09-08 03:10:10] "GET /virtual-machine-interface/4ded6f6a-0918-451d-9776-81ff306f06d3 HTTP/1.1" 200 3263 0.008285 10.0.0.41 - - [2025-09-08 03:10:10] "GET /instance-ip/f3b1e477-eacf-44f3-acf8-9e01a72fc0ea HTTP/1.1" 200 1732 0.005262 10.0.0.41 - - [2025-09-08 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.41 - - [2025-09-08 03:10:10] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003973 10.0.0.41 - - [2025-09-08 03:10:10] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003416 10.0.0.41 - - [2025-09-08 03:10:10] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007361 10.0.0.41 - - [2025-09-08 03:10:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.41 - - [2025-09-08 03:10:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004662 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.005542 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006723 10.0.0.41 - - [2025-09-08 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004086 10.0.0.41 - - [2025-09-08 03:10:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004548 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003879 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006325 10.0.0.41 - - [2025-09-08 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005053 10.0.0.41 - - [2025-09-08 03:10:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004737 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003950 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.009427 10.0.0.41 - - [2025-09-08 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.41 - - [2025-09-08 03:10:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006625 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003882 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006880 10.0.0.41 - - [2025-09-08 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.41 - - [2025-09-08 03:10:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005355 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004001 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006099 10.0.0.41 - - [2025-09-08 03:10:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.41 - - [2025-09-08 03:10:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004635 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004073 10.0.0.41 - - [2025-09-08 03:10:11] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007067 10.0.0.41 - - [2025-09-08 03:10:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.41 - - [2025-09-08 03:10:14] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005724 10.0.0.41 - - [2025-09-08 03:10:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.41 - - [2025-09-08 03:10:19] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007736 10.0.0.41 - - [2025-09-08 03:10:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.41 - - [2025-09-08 03:10:23] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006088 10.0.0.41 - - [2025-09-08 03:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.41 - - [2025-09-08 03:10:27] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006046 10.0.0.41 - - [2025-09-08 03:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005161 10.0.0.41 - - [2025-09-08 03:10:31] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006153 10.0.0.41 - - [2025-09-08 03:10:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.41 - - [2025-09-08 03:10:35] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007158 10.0.0.41 - - [2025-09-08 03:10:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.41 - - [2025-09-08 03:10:39] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.005677 10.0.0.41 - - [2025-09-08 03:10:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.41 - - [2025-09-08 03:10:43] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005016 10.0.0.41 - - [2025-09-08 03:10:43] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004260 10.0.0.41 - - [2025-09-08 03:10:43] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.008348 10.0.0.41 - - [2025-09-08 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.41 - - [2025-09-08 03:10:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004071 10.0.0.41 - - [2025-09-08 03:10:44] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002903 10.0.0.41 - - [2025-09-08 03:10:44] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006782 10.0.0.41 - - [2025-09-08 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004743 10.0.0.41 - - [2025-09-08 03:10:44] "GET /routing-instance/d1010f22-d028-4bd5-b8e2-8d9fc73790d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.007633 10.0.0.41 - - [2025-09-08 03:10:44] "GET /route-target/8e62d892-f6a3-4f2f-b495-3e45ded19ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004884 10.0.0.41 - - [2025-09-08 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.41 - - [2025-09-08 03:10:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004486 10.0.0.41 - - [2025-09-08 03:10:44] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003320 10.0.0.41 - - [2025-09-08 03:10:44] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007291 10.0.0.41 - - [2025-09-08 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.41 - - [2025-09-08 03:10:44] "GET /routing-instance/d1010f22-d028-4bd5-b8e2-8d9fc73790d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005598 10.0.0.41 - - [2025-09-08 03:10:44] "GET /route-target/8e62d892-f6a3-4f2f-b495-3e45ded19ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.011274 10.0.0.41 - - [2025-09-08 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.41 - - [2025-09-08 03:10:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005511 10.0.0.41 - - [2025-09-08 03:10:44] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003517 10.0.0.41 - - [2025-09-08 03:10:44] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006824 10.0.0.41 - - [2025-09-08 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.41 - - [2025-09-08 03:10:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004774 10.0.0.41 - - [2025-09-08 03:10:44] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003467 10.0.0.41 - - [2025-09-08 03:10:44] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006228 10.0.0.41 - - [2025-09-08 03:10:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004135 10.0.0.41 - - [2025-09-08 03:10:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005128 10.0.0.41 - - [2025-09-08 03:10:44] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004220 10.0.0.41 - - [2025-09-08 03:10:45] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.009046 10.0.0.41 - - [2025-09-08 03:10:45] "GET /obj-perms HTTP/1.1" 200 5090 0.051206 10.0.0.38 - - [2025-09-08 03:10:45] "GET /obj-perms HTTP/1.1" 200 5090 0.004746 10.0.0.41 - - [2025-09-08 03:10:45] "GET /obj-perms HTTP/1.1" 200 5090 0.004552 10.0.0.41 - - [2025-09-08 03:10:45] "GET /obj-perms HTTP/1.1" 200 5090 0.004478 10.0.0.41 - - [2025-09-08 03:10:45] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 200 1322 0.004776 10.0.0.41 - - [2025-09-08 03:10:45] "GET /virtual-machine-interface/4ded6f6a-0918-451d-9776-81ff306f06d3 HTTP/1.1" 200 3263 0.005655 10.0.0.41 - - [2025-09-08 03:10:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.41 - - [2025-09-08 03:10:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004103 10.0.0.41 - - [2025-09-08 03:10:45] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003330 10.0.0.41 - - [2025-09-08 03:10:45] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007030 10.0.0.41 - - [2025-09-08 03:10:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.41 - - [2025-09-08 03:10:46] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003643 10.0.0.41 - - [2025-09-08 03:10:46] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002783 10.0.0.41 - - [2025-09-08 03:10:46] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007146 10.0.0.41 - - [2025-09-08 03:10:47] "POST /neutron/security_group HTTP/1.1" 200 1294 0.008100 10.0.0.41 - - [2025-09-08 03:10:52] "POST /neutron/port HTTP/1.1" 200 1120 0.043268 10.0.0.41 - - [2025-09-08 03:10:54] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007591 10.0.0.41 - - [2025-09-08 03:10:56] "POST /neutron/network HTTP/1.1" 200 965 0.007956 10.0.0.41 - - [2025-09-08 03:10:56] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.41 - - [2025-09-08 03:10:57] "POST /neutron/security_group HTTP/1.1" 200 1294 0.012038 10.0.0.41 - - [2025-09-08 03:11:01] "POST /neutron/network HTTP/1.1" 200 965 0.008993 10.0.0.41 - - [2025-09-08 03:11:01] "POST /neutron/port HTTP/1.1" 200 117 0.001356 10.0.0.41 - - [2025-09-08 03:11:02] "POST /neutron/security_group HTTP/1.1" 200 1294 0.007437 10.0.0.41 - - [2025-09-08 03:11:08] "POST /neutron/port HTTP/1.1" 200 1120 0.016798 10.0.0.41 - - [2025-09-08 03:11:08] "POST /neutron/security_group HTTP/1.1" 200 1294 0.009898 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb HTTP/1.1" 200 1322 0.006585 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb HTTP/1.1" 200 1322 0.004119 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-machine-interface/5bfd7649-769e-4ea9-b837-ee4a1e59cf91 HTTP/1.1" 200 3263 0.006717 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb HTTP/1.1" 200 1322 0.004221 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-machine-interface/5bfd7649-769e-4ea9-b837-ee4a1e59cf91 HTTP/1.1" 200 3263 0.006021 10.0.0.41 - - [2025-09-08 03:11:08] "GET /instance-ip/9753ccb2-5b73-4e73-9d60-e4c3a49472be HTTP/1.1" 200 1732 0.006859 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb HTTP/1.1" 200 1322 0.004555 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-machine-interface/5bfd7649-769e-4ea9-b837-ee4a1e59cf91 HTTP/1.1" 200 3263 0.006688 10.0.0.41 - - [2025-09-08 03:11:08] "GET /instance-ip/9753ccb2-5b73-4e73-9d60-e4c3a49472be HTTP/1.1" 200 1732 0.004625 10.0.0.41 - - [2025-09-08 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.41 - - [2025-09-08 03:11:08] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004172 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003765 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006761 10.0.0.41 - - [2025-09-08 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.41 - - [2025-09-08 03:11:08] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004841 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003645 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006784 10.0.0.41 - - [2025-09-08 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.41 - - [2025-09-08 03:11:08] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004081 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003212 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006944 10.0.0.41 - - [2025-09-08 03:11:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.41 - - [2025-09-08 03:11:08] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004473 10.0.0.41 - - [2025-09-08 03:11:08] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003465 10.0.0.41 - - [2025-09-08 03:11:09] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006833 10.0.0.41 - - [2025-09-08 03:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.41 - - [2025-09-08 03:11:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005175 10.0.0.41 - - [2025-09-08 03:11:09] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004138 10.0.0.41 - - [2025-09-08 03:11:09] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006467 10.0.0.41 - - [2025-09-08 03:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.41 - - [2025-09-08 03:11:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004871 10.0.0.41 - - [2025-09-08 03:11:09] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003293 10.0.0.41 - - [2025-09-08 03:11:09] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006297 10.0.0.41 - - [2025-09-08 03:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.41 - - [2025-09-08 03:11:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004557 10.0.0.41 - - [2025-09-08 03:11:09] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003853 10.0.0.41 - - [2025-09-08 03:11:09] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006405 10.0.0.41 - - [2025-09-08 03:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.41 - - [2025-09-08 03:11:10] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004626 10.0.0.41 - - [2025-09-08 03:11:10] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004231 10.0.0.41 - - [2025-09-08 03:11:10] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006574 10.0.0.41 - - [2025-09-08 03:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.41 - - [2025-09-08 03:11:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004135 10.0.0.41 - - [2025-09-08 03:11:11] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004031 10.0.0.41 - - [2025-09-08 03:11:11] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007878 10.0.0.41 - - [2025-09-08 03:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.41 - - [2025-09-08 03:11:11] "GET /routing-instance/d1010f22-d028-4bd5-b8e2-8d9fc73790d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005584 10.0.0.41 - - [2025-09-08 03:11:11] "GET /route-target/8e62d892-f6a3-4f2f-b495-3e45ded19ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004942 10.0.0.41 - - [2025-09-08 03:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.41 - - [2025-09-08 03:11:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003766 10.0.0.41 - - [2025-09-08 03:11:11] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003014 10.0.0.41 - - [2025-09-08 03:11:11] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007393 10.0.0.41 - - [2025-09-08 03:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.41 - - [2025-09-08 03:11:11] "GET /routing-instance/d1010f22-d028-4bd5-b8e2-8d9fc73790d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005605 10.0.0.41 - - [2025-09-08 03:11:11] "GET /route-target/8e62d892-f6a3-4f2f-b495-3e45ded19ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004309 10.0.0.41 - - [2025-09-08 03:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.41 - - [2025-09-08 03:11:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004645 10.0.0.41 - - [2025-09-08 03:11:11] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003331 10.0.0.41 - - [2025-09-08 03:11:11] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007160 10.0.0.41 - - [2025-09-08 03:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.41 - - [2025-09-08 03:11:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004578 10.0.0.41 - - [2025-09-08 03:11:11] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004046 10.0.0.41 - - [2025-09-08 03:11:11] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006289 10.0.0.41 - - [2025-09-08 03:11:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.41 - - [2025-09-08 03:11:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004775 10.0.0.41 - - [2025-09-08 03:11:11] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004107 10.0.0.41 - - [2025-09-08 03:11:11] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007305 10.0.0.41 - - [2025-09-08 03:11:11] "GET /obj-perms HTTP/1.1" 200 5090 0.017689 10.0.0.38 - - [2025-09-08 03:11:11] "GET /obj-perms HTTP/1.1" 200 5090 0.003961 10.0.0.41 - - [2025-09-08 03:11:12] "GET /obj-perms HTTP/1.1" 200 5090 0.004426 10.0.0.38 - - [2025-09-08 03:11:12] "GET /obj-perms HTTP/1.1" 200 5090 0.003983 10.0.0.41 - - [2025-09-08 03:11:12] "GET /obj-perms HTTP/1.1" 200 5090 0.004142 10.0.0.27 - - [2025-09-08 03:11:12] "GET /obj-perms HTTP/1.1" 200 5090 0.004213 10.0.0.41 - - [2025-09-08 03:11:12] "GET /virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb HTTP/1.1" 200 1322 0.004483 10.0.0.41 - - [2025-09-08 03:11:12] "GET /virtual-machine-interface/5bfd7649-769e-4ea9-b837-ee4a1e59cf91 HTTP/1.1" 200 3263 0.007737 10.0.0.41 - - [2025-09-08 03:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006386 10.0.0.41 - - [2025-09-08 03:11:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005181 10.0.0.41 - - [2025-09-08 03:11:12] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.008245 10.0.0.41 - - [2025-09-08 03:11:12] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006925 10.0.0.41 - - [2025-09-08 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.41 - - [2025-09-08 03:11:13] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004181 10.0.0.41 - - [2025-09-08 03:11:13] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003302 10.0.0.41 - - [2025-09-08 03:11:13] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.006614 10.0.0.41 - - [2025-09-08 03:11:13] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 200 1322 0.005306 10.0.0.41 - - [2025-09-08 03:11:13] "GET /virtual-machine-interface/4ded6f6a-0918-451d-9776-81ff306f06d3 HTTP/1.1" 200 3263 0.008677 10.0.0.41 - - [2025-09-08 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.41 - - [2025-09-08 03:11:13] "GET /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004481 10.0.0.41 - - [2025-09-08 03:11:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.41 - - [2025-09-08 03:11:13] "GET /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004829 10.0.0.41 - - [2025-09-08 03:11:13] "POST /neutron/security_group HTTP/1.1" 200 1320 0.004743 10.0.0.41 - - [2025-09-08 03:11:13] "POST /neutron/port HTTP/1.1" 200 1146 0.015188 10.0.0.41 - - [2025-09-08 03:11:14] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 200 1322 0.005798 10.0.0.41 - - [2025-09-08 03:11:14] "GET /virtual-machine-interface/4ded6f6a-0918-451d-9776-81ff306f06d3 HTTP/1.1" 200 3202 0.010191 10.0.0.41 - - [2025-09-08 03:11:14] "POST /neutron/security_group HTTP/1.1" 200 1294 0.011888 10.0.0.41 - - [2025-09-08 03:11:14] "POST /neutron/port HTTP/1.1" 200 1107 0.014740 10.0.0.41 - - [2025-09-08 03:11:14] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 200 1322 0.005601 10.0.0.41 - - [2025-09-08 03:11:14] "GET /virtual-machine-interface/4ded6f6a-0918-451d-9776-81ff306f06d3 HTTP/1.1" 200 3263 0.010279 10.0.0.41 - - [2025-09-08 03:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.41 - - [2025-09-08 03:11:14] "GET /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.004500 10.0.0.41 - - [2025-09-08 03:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.41 - - [2025-09-08 03:11:14] "GET /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.005457 10.0.0.41 - - [2025-09-08 03:11:14] "DELETE /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9 HTTP/1.1" 409 336 0.009434 10.0.0.41 - - [2025-09-08 03:11:57] "POST /neutron/port HTTP/1.1" 200 1120 0.017171 10.0.0.41 - - [2025-09-08 03:11:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004412 10.0.0.41 - - [2025-09-08 03:11:57] "POST /neutron/network HTTP/1.1" 200 955 0.011244 10.0.0.41 - - [2025-09-08 03:12:03] "POST /neutron/network HTTP/1.1" 200 965 0.032836 10.0.0.41 - - [2025-09-08 03:12:03] "POST /neutron/port HTTP/1.1" 200 117 0.001434 10.0.0.41 - - [2025-09-08 03:12:44] "GET /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2580 0.005567 10.0.0.41 - - [2025-09-08 03:12:44] "PUT /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9 HTTP/1.1" 200 262 0.016646 10.0.0.41 - - [2025-09-08 03:12:47] "POST /neutron/port HTTP/1.1" 200 1120 0.019369 10.0.0.41 - - [2025-09-08 03:12:47] "POST /neutron/port HTTP/1.1" 200 1107 0.077726 10.0.0.41 - - [2025-09-08 03:12:47] "GET /virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb HTTP/1.1" 200 1322 0.006041 10.0.0.41 - - [2025-09-08 03:12:48] "POST /neutron/port HTTP/1.1" 200 151 0.180102 10.0.0.41 - - [2025-09-08 03:12:49] "GET /virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb HTTP/1.1" 404 171 0.004729 10.0.0.41 - - [2025-09-08 03:12:49] "GET /virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb HTTP/1.1" 404 171 0.004256 10.0.0.41 - - [2025-09-08 03:12:49] "GET /virtual-machine/53ff8ec1-032c-4a37-ada2-c133c9b9f1cb HTTP/1.1" 404 171 0.003574 10.0.0.38 - - [2025-09-08 03:12:49] "GET /obj-perms HTTP/1.1" 200 5056 0.046298 10.0.0.41 - - [2025-09-08 03:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.41 - - [2025-09-08 03:12:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004661 10.0.0.41 - - [2025-09-08 03:12:50] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003887 10.0.0.41 - - [2025-09-08 03:12:50] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.007553 10.0.0.41 - - [2025-09-08 03:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.41 - - [2025-09-08 03:12:50] "GET /routing-instance/d1010f22-d028-4bd5-b8e2-8d9fc73790d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.004689 10.0.0.41 - - [2025-09-08 03:12:50] "GET /route-target/8e62d892-f6a3-4f2f-b495-3e45ded19ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005167 10.0.0.41 - - [2025-09-08 03:12:53] "GET /obj-perms HTTP/1.1" 200 5090 0.004760 10.0.0.38 - - [2025-09-08 03:12:56] "GET /obj-perms HTTP/1.1" 200 5090 0.004543 10.0.0.38 - - [2025-09-08 03:12:58] "GET /global-system-configs HTTP/1.1" 200 322 0.030185 10.0.0.27 - - [2025-09-08 03:12:59] "GET /global-system-configs HTTP/1.1" 200 322 0.093967 10.0.0.27 - - [2025-09-08 03:12:59] "GET /obj-perms HTTP/1.1" 200 5056 0.167755 10.0.0.41 - - [2025-09-08 03:12:59] "GET /obj-perms HTTP/1.1" 200 5056 0.188570 10.0.0.38 - - [2025-09-08 03:12:59] "GET /obj-perms HTTP/1.1" 200 5090 0.003484 10.0.0.27 - - [2025-09-08 03:12:59] "GET /global-system-configs HTTP/1.1" 200 322 0.031450 10.0.0.38 - - [2025-09-08 03:13:00] "GET /global-system-configs HTTP/1.1" 200 322 0.050013 10.0.0.41 - - [2025-09-08 03:13:00] "GET /obj-perms HTTP/1.1" 200 5056 0.139036 10.0.0.41 - - [2025-09-08 03:13:01] "GET /global-system-configs HTTP/1.1" 200 322 0.085916 10.0.0.38 - - [2025-09-08 03:13:01] "GET /obj-perms HTTP/1.1" 200 5056 0.156995 10.0.0.27 - - [2025-09-08 03:13:01] "GET /obj-perms HTTP/1.1" 200 5056 0.170710 10.0.0.41 - - [2025-09-08 03:13:01] "GET /global-system-configs HTTP/1.1" 200 322 0.056185 10.0.0.41 - - [2025-09-08 03:13:02] "GET /obj-perms HTTP/1.1" 200 5090 0.004786 10.0.0.41 - - [2025-09-08 03:13:03] "POST /neutron/network HTTP/1.1" 200 965 0.007789 10.0.0.41 - - [2025-09-08 03:13:03] "POST /neutron/port HTTP/1.1" 200 117 0.001336 10.0.0.38 - - [2025-09-08 03:13:05] "GET /obj-perms HTTP/1.1" 200 5090 0.004374 10.0.0.41 - - [2025-09-08 03:13:11] "GET /obj-perms HTTP/1.1" 200 5090 0.004609 10.0.0.38 - - [2025-09-08 03:13:14] "GET /obj-perms HTTP/1.1" 200 5090 0.005241 10.0.0.41 - - [2025-09-08 03:13:17] "GET /obj-perms HTTP/1.1" 200 5090 0.004246 10.0.0.41 - - [2025-09-08 03:13:18] "POST /neutron/port HTTP/1.1" 200 1120 0.022523 10.0.0.41 - - [2025-09-08 03:13:18] "POST /neutron/port HTTP/1.1" 200 1107 0.093545 10.0.0.41 - - [2025-09-08 03:13:18] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 200 1322 0.005097 10.0.0.41 - - [2025-09-08 03:13:19] "POST /neutron/port HTTP/1.1" 200 151 0.264108 10.0.0.41 - - [2025-09-08 03:13:20] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 404 171 0.004009 10.0.0.41 - - [2025-09-08 03:13:20] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 404 171 0.003975 10.0.0.41 - - [2025-09-08 03:13:20] "GET /virtual-machine/34e5e5a5-fba7-47f8-90b1-bc15d60b82ce HTTP/1.1" 404 171 0.003751 10.0.0.41 - - [2025-09-08 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538 10.0.0.41 - - [2025-09-08 03:13:20] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004446 10.0.0.41 - - [2025-09-08 03:13:20] "GET /virtual-networks?parent_id=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003579 10.0.0.41 - - [2025-09-08 03:13:20] "GET /virtual-network/1d20b871-2817-42ed-9a86-e09cd5791c5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.012647 10.0.0.41 - - [2025-09-08 03:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.007596 10.0.0.41 - - [2025-09-08 03:13:20] "GET /routing-instance/d1010f22-d028-4bd5-b8e2-8d9fc73790d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1706 0.005055 10.0.0.41 - - [2025-09-08 03:13:20] "GET /route-target/8e62d892-f6a3-4f2f-b495-3e45ded19ab6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003810 10.0.0.41 - - [2025-09-08 03:13:20] "GET /obj-perms HTTP/1.1" 200 5090 0.004234 10.0.0.41 - - [2025-09-08 03:13:27] "GET /obj-perms HTTP/1.1" 200 5090 0.006468 10.0.0.41 - - [2025-09-08 03:13:30] "GET /obj-perms HTTP/1.1" 200 5090 0.005204 10.0.0.41 - - [2025-09-08 03:13:36] "GET /obj-perms HTTP/1.1" 200 5090 0.005015 10.0.0.41 - - [2025-09-08 03:13:39] "GET /obj-perms HTTP/1.1" 200 5090 0.005924 10.0.0.41 - - [2025-09-08 03:13:45] "GET /obj-perms HTTP/1.1" 200 5090 0.004345 10.0.0.41 - - [2025-09-08 03:13:48] "GET /obj-perms HTTP/1.1" 200 5090 0.004571 10.0.0.27 - - [2025-09-08 03:13:50] "GET /obj-perms HTTP/1.1" 200 5056 0.064574 10.0.0.41 - - [2025-09-08 03:13:51] "GET /obj-perms HTTP/1.1" 200 5090 0.004622 10.0.0.38 - - [2025-09-08 03:13:51] "GET /obj-perms HTTP/1.1" 200 5090 0.003943 10.0.0.27 - - [2025-09-08 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.041995 10.0.0.41 - - [2025-09-08 03:13:52] "DELETE /security-group/2f986443-99c3-49e6-b97e-5939fb2a55f9 HTTP/1.1" 200 115 0.045151 10.0.0.41 - - [2025-09-08 03:13:52] "POST /fqname-to-id HTTP/1.1" 404 254 0.004656 10.0.0.27 - - [2025-09-08 03:13:52] "DELETE /access-control-list/8943f301-7682-4ff9-a7a0-0856d2c74f0d HTTP/1.1" 200 115 0.040475 10.0.0.38 - - [2025-09-08 03:13:54] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.024844 10.0.0.41 - - [2025-09-08 03:13:54] "GET /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.069644 10.0.0.38 - - [2025-09-08 03:13:54] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001918 10.0.0.41 - - [2025-09-08 03:13:54] "GET /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372?fields=virtual_networks HTTP/1.1" 200 1092 0.065676 10.0.0.38 - - [2025-09-08 03:13:54] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001267 10.0.0.41 - - [2025-09-08 03:13:54] "GET /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.058136 10.0.0.38 - - [2025-09-08 03:13:54] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001104 10.0.0.41 - - [2025-09-08 03:13:54] "GET /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372?fields=security_groups HTTP/1.1" 200 1348 0.045849 10.0.0.41 - - [2025-09-08 03:13:55] "POST /fqname-to-id HTTP/1.1" 404 209 0.027118 10.0.0.38 - - [2025-09-08 03:13:55] "GET /projects?obj_uuids=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003945 10.0.0.38 - - [2025-09-08 03:13:55] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.38 - - [2025-09-08 03:13:55] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008152 10.0.0.38 - - [2025-09-08 03:13:55] "POST /id-to-fqname HTTP/1.1" 200 212 0.003735 10.0.0.38 - - [2025-09-08 03:13:55] "POST /fqname-to-id HTTP/1.1" 404 222 0.008890 10.0.0.38 - - [2025-09-08 03:13:55] "POST /security-groups HTTP/1.1" 200 612 0.032233 10.0.0.38 - - [2025-09-08 03:13:55] "POST /projects HTTP/1.1" 200 627 0.283862 10.0.0.27 - - [2025-09-08 03:13:55] "POST /fqname-to-id HTTP/1.1" 404 254 0.008093 10.0.0.38 - - [2025-09-08 03:13:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.360802 10.0.0.41 - - [2025-09-08 03:13:55] "GET /project/a57ff7ed-83b2-46a5-8a14-26a1160e1ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.511740 10.0.0.41 - - [2025-09-08 03:13:56] "GET / HTTP/1.1" 200 35931 0.002193 10.0.0.41 - - [2025-09-08 03:13:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.41 - - [2025-09-08 03:13:59] "POST /fqname-to-id HTTP/1.1" 404 245 0.059582 10.0.0.38 - - [2025-09-08 03:13:59] "GET /projects?obj_uuids=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001054 10.0.0.27 - - [2025-09-08 03:13:59] "POST /access-control-lists HTTP/1.1" 200 639 0.026970 10.0.0.27 - - [2025-09-08 03:13:59] "PUT /access-control-list/46cd0576-9ea3-49fb-b2cd-6268e2612680 HTTP/1.1" 200 272 0.013659 10.0.0.41 - - [2025-09-08 03:13:59] "POST /neutron/security_group HTTP/1.1" 200 1423 0.420767 10.0.0.41 - - [2025-09-08 03:13:59] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.104993 10.0.0.27 - - [2025-09-08 03:13:59] "PUT /access-control-list/0a933964-bba3-47a1-92e3-d2e262fe02ee HTTP/1.1" 200 272 0.019683 10.0.0.41 - - [2025-09-08 03:14:00] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.161602 10.0.0.41 - - [2025-09-08 03:14:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.41 - - [2025-09-08 03:14:00] "GET /security-group/557705b6-345a-430b-ba50-beb90f5404ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.012854 10.0.0.41 - - [2025-09-08 03:14:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.003663 10.0.0.27 - - [2025-09-08 03:14:01] "DELETE /access-control-list/46cd0576-9ea3-49fb-b2cd-6268e2612680 HTTP/1.1" 200 115 0.046681 10.0.0.41 - - [2025-09-08 03:14:01] "POST /fqname-to-id HTTP/1.1" 404 245 0.004081 10.0.0.38 - - [2025-09-08 03:14:01] "GET /projects?obj_uuids=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001189 10.0.0.27 - - [2025-09-08 03:14:01] "POST /access-control-lists HTTP/1.1" 200 639 0.042494 10.0.0.27 - - [2025-09-08 03:14:01] "PUT /access-control-list/5f30d09a-fbc0-4c30-859f-f4ae4b75079c HTTP/1.1" 200 272 0.014256 10.0.0.41 - - [2025-09-08 03:14:01] "POST /neutron/security_group HTTP/1.1" 200 1423 0.376218 10.0.0.41 - - [2025-09-08 03:14:02] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.147453 10.0.0.27 - - [2025-09-08 03:14:02] "PUT /access-control-list/e113ef2d-06f6-45e4-8f58-a0f9ee891348 HTTP/1.1" 200 272 0.015707 10.0.0.41 - - [2025-09-08 03:14:02] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.147615 10.0.0.41 - - [2025-09-08 03:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.41 - - [2025-09-08 03:14:02] "GET /security-group/3458a204-c682-48af-ab9d-19de919ab710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.004120 10.0.0.41 - - [2025-09-08 03:14:03] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.168787 10.0.0.27 - - [2025-09-08 03:14:03] "PUT /access-control-list/e113ef2d-06f6-45e4-8f58-a0f9ee891348 HTTP/1.1" 200 272 0.023990 10.0.0.41 - - [2025-09-08 03:14:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.38 - - [2025-09-08 03:14:03] "GET /projects?obj_uuids=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000991 10.0.0.41 - - [2025-09-08 03:14:03] "GET /project/a57ff7ed-83b2-46a5-8a14-26a1160e1ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.050025 10.0.0.41 - - [2025-09-08 03:14:03] "POST /neutron/network HTTP/1.1" 200 117 0.011864 10.0.0.27 - - [2025-09-08 03:14:03] "POST /route-targets HTTP/1.1" 200 327 0.014410 10.0.0.41 - - [2025-09-08 03:14:04] "POST /neutron/network HTTP/1.1" 200 926 0.009480 10.0.0.41 - - [2025-09-08 03:14:04] "POST /id-to-fqname HTTP/1.1" 200 282 0.001161 10.0.0.41 - - [2025-09-08 03:14:04] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005204 10.0.0.41 - - [2025-09-08 03:14:04] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006233 10.0.0.41 - - [2025-09-08 03:14:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.011010 10.0.0.41 - - [2025-09-08 03:14:04] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006063 10.0.0.41 - - [2025-09-08 03:14:04] "GET /obj-perms HTTP/1.1" 200 5072 0.055755 10.0.0.41 - - [2025-09-08 03:14:05] "POST /id-to-fqname HTTP/1.1" 200 282 0.001454 10.0.0.38 - - [2025-09-08 03:14:06] "DELETE /project/a57ff7ed83b246a58a1426a1160e1ff0 HTTP/1.1" 404 173 0.004541 10.0.0.38 - - [2025-09-08 03:14:06] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000905 10.0.0.38 - - [2025-09-08 03:14:06] "GET /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1588 0.044293 10.0.0.38 - - [2025-09-08 03:14:06] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000992 10.0.0.38 - - [2025-09-08 03:14:06] "GET /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372?fields=security_groups HTTP/1.1" 200 1453 0.041325 10.0.0.38 - - [2025-09-08 03:14:06] "DELETE /security-group/62327bff-6810-4592-85f9-16d1b5248c3f HTTP/1.1" 200 115 0.059104 10.0.0.38 - - [2025-09-08 03:14:06] "GET /projects?obj_uuids=34b56b2a-f4ac-4ef8-a2d2-d967a7969372&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.002114 10.0.0.38 - - [2025-09-08 03:14:06] "GET /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372?fields=application_policy_sets HTTP/1.1" 200 1492 0.054497 10.0.0.27 - - [2025-09-08 03:14:06] "DELETE /access-control-list/1f092afb-9cc7-49e9-9853-249944faa38f HTTP/1.1" 200 115 0.048855 10.0.0.38 - - [2025-09-08 03:14:06] "DELETE /project/34b56b2a-f4ac-4ef8-a2d2-d967a7969372 HTTP/1.1" 200 115 0.441848 10.0.0.38 - - [2025-09-08 03:14:07] "GET /projects?obj_uuids=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001229 10.0.0.41 - - [2025-09-08 03:14:07] "GET /project/a57ff7ed-83b2-46a5-8a14-26a1160e1ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.074461 10.0.0.41 - - [2025-09-08 03:14:07] "POST /neutron/network HTTP/1.1" 200 926 0.039421 10.0.0.41 - - [2025-09-08 03:14:07] "POST /id-to-fqname HTTP/1.1" 200 282 0.001510 10.0.0.41 - - [2025-09-08 03:14:07] "POST /neutron/port HTTP/1.1" 200 117 0.007127 10.0.0.41 - - [2025-09-08 03:14:07] "POST /neutron/network HTTP/1.1" 200 936 0.007849 10.0.0.38 - - [2025-09-08 03:14:08] "GET /projects?obj_uuids=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001384 10.0.0.41 - - [2025-09-08 03:14:08] "GET /project/a57ff7ed-83b2-46a5-8a14-26a1160e1ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.094380 10.0.0.41 - - [2025-09-08 03:14:08] "POST /neutron/port HTTP/1.1" 200 1080 0.027228 10.0.0.41 - - [2025-09-08 03:14:08] "POST /neutron/port HTTP/1.1" 200 1134 0.103691 10.0.0.41 - - [2025-09-08 03:14:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004355 10.0.0.41 - - [2025-09-08 03:14:08] "POST /neutron/port HTTP/1.1" 200 117 0.001204 10.0.0.41 - - [2025-09-08 03:14:08] "POST /neutron/port HTTP/1.1" 200 1108 0.021698 10.0.0.38 - - [2025-09-08 03:14:09] "GET /projects?obj_uuids=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001180 10.0.0.41 - - [2025-09-08 03:14:09] "POST /neutron/security_group HTTP/1.1" 200 3412 0.068381 10.0.0.41 - - [2025-09-08 03:14:09] "POST /neutron/port HTTP/1.1" 200 1080 0.046099 10.0.0.41 - - [2025-09-08 03:14:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005137 10.0.0.41 - - [2025-09-08 03:14:10] "POST /neutron/network HTTP/1.1" 200 926 0.008374 10.0.0.41 - - [2025-09-08 03:14:14] "POST /neutron/port HTTP/1.1" 200 1108 0.022395 10.0.0.41 - - [2025-09-08 03:14:14] "POST /neutron/security_group HTTP/1.1" 200 1415 0.010591 10.0.0.41 - - [2025-09-08 03:14:14] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 401 292 0.000461 10.0.0.41 - - [2025-09-08 03:14:14] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 200 1314 0.027902 10.0.0.41 - - [2025-09-08 03:14:14] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 200 1314 0.004310 10.0.0.41 - - [2025-09-08 03:14:14] "GET /virtual-machine-interface/7d738cba-c22a-41da-bac0-6a8c9ba17c50 HTTP/1.1" 200 3191 0.005691 10.0.0.41 - - [2025-09-08 03:14:14] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 200 1314 0.004468 10.0.0.41 - - [2025-09-08 03:14:14] "GET /virtual-machine-interface/7d738cba-c22a-41da-bac0-6a8c9ba17c50 HTTP/1.1" 200 3191 0.006361 10.0.0.41 - - [2025-09-08 03:14:14] "GET /instance-ip/d04a5775-08c5-43fd-a92d-5843262f45eb HTTP/1.1" 200 1703 0.007297 10.0.0.41 - - [2025-09-08 03:14:14] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 200 1314 0.004062 10.0.0.41 - - [2025-09-08 03:14:14] "GET /virtual-machine-interface/7d738cba-c22a-41da-bac0-6a8c9ba17c50 HTTP/1.1" 200 3191 0.005494 10.0.0.41 - - [2025-09-08 03:14:14] "GET /instance-ip/d04a5775-08c5-43fd-a92d-5843262f45eb HTTP/1.1" 200 1703 0.004186 10.0.0.41 - - [2025-09-08 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.41 - - [2025-09-08 03:14:14] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003963 10.0.0.41 - - [2025-09-08 03:14:14] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003460 10.0.0.41 - - [2025-09-08 03:14:14] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007169 10.0.0.41 - - [2025-09-08 03:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.41 - - [2025-09-08 03:14:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005252 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004088 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007107 10.0.0.41 - - [2025-09-08 03:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005004 10.0.0.41 - - [2025-09-08 03:14:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004577 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003593 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008229 10.0.0.41 - - [2025-09-08 03:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.41 - - [2025-09-08 03:14:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004941 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005626 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008484 10.0.0.41 - - [2025-09-08 03:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.41 - - [2025-09-08 03:14:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004070 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003729 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007138 10.0.0.41 - - [2025-09-08 03:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.41 - - [2025-09-08 03:14:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004906 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003524 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007092 10.0.0.41 - - [2025-09-08 03:14:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.41 - - [2025-09-08 03:14:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004745 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003907 10.0.0.41 - - [2025-09-08 03:14:15] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006710 10.0.0.41 - - [2025-09-08 03:14:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.41 - - [2025-09-08 03:14:18] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006399 10.0.0.41 - - [2025-09-08 03:14:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.41 - - [2025-09-08 03:14:23] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005796 10.0.0.41 - - [2025-09-08 03:14:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.41 - - [2025-09-08 03:14:27] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006572 10.0.0.41 - - [2025-09-08 03:14:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.41 - - [2025-09-08 03:14:31] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005676 10.0.0.41 - - [2025-09-08 03:14:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.41 - - [2025-09-08 03:14:35] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008229 10.0.0.41 - - [2025-09-08 03:14:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.41 - - [2025-09-08 03:14:39] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006143 10.0.0.41 - - [2025-09-08 03:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.006271 10.0.0.41 - - [2025-09-08 03:14:43] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006855 10.0.0.41 - - [2025-09-08 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.41 - - [2025-09-08 03:14:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004392 10.0.0.41 - - [2025-09-08 03:14:47] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003832 10.0.0.41 - - [2025-09-08 03:14:47] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006610 10.0.0.41 - - [2025-09-08 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.41 - - [2025-09-08 03:14:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004018 10.0.0.41 - - [2025-09-08 03:14:48] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005373 10.0.0.41 - - [2025-09-08 03:14:48] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007156 10.0.0.41 - - [2025-09-08 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.41 - - [2025-09-08 03:14:48] "GET /routing-instance/f7e01595-79e9-402f-abf6-a244234e05c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.008157 10.0.0.41 - - [2025-09-08 03:14:48] "GET /route-target/af2e4ed3-55fc-4f2c-b07c-a52105bf4b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007066 10.0.0.41 - - [2025-09-08 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.41 - - [2025-09-08 03:14:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004475 10.0.0.41 - - [2025-09-08 03:14:48] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003463 10.0.0.41 - - [2025-09-08 03:14:48] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006312 10.0.0.41 - - [2025-09-08 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003264 10.0.0.41 - - [2025-09-08 03:14:48] "GET /routing-instance/f7e01595-79e9-402f-abf6-a244234e05c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005049 10.0.0.41 - - [2025-09-08 03:14:48] "GET /route-target/af2e4ed3-55fc-4f2c-b07c-a52105bf4b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004330 10.0.0.41 - - [2025-09-08 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.41 - - [2025-09-08 03:14:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004929 10.0.0.41 - - [2025-09-08 03:14:48] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003657 10.0.0.41 - - [2025-09-08 03:14:48] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006094 10.0.0.41 - - [2025-09-08 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003854 10.0.0.41 - - [2025-09-08 03:14:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004964 10.0.0.41 - - [2025-09-08 03:14:48] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003155 10.0.0.41 - - [2025-09-08 03:14:48] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007025 10.0.0.41 - - [2025-09-08 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.41 - - [2025-09-08 03:14:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004966 10.0.0.41 - - [2025-09-08 03:14:48] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003641 10.0.0.41 - - [2025-09-08 03:14:48] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006659 10.0.0.38 - - [2025-09-08 03:14:49] "GET /obj-perms HTTP/1.1" 200 5072 0.052768 10.0.0.41 - - [2025-09-08 03:14:49] "GET /obj-perms HTTP/1.1" 200 5072 0.004249 10.0.0.41 - - [2025-09-08 03:14:49] "GET /obj-perms HTTP/1.1" 200 5072 0.004195 10.0.0.41 - - [2025-09-08 03:14:49] "GET /obj-perms HTTP/1.1" 200 5072 0.004639 10.0.0.27 - - [2025-09-08 03:14:49] "GET /obj-perms HTTP/1.1" 200 5072 0.046102 10.0.0.41 - - [2025-09-08 03:14:49] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 200 1314 0.004563 10.0.0.41 - - [2025-09-08 03:14:49] "GET /virtual-machine-interface/7d738cba-c22a-41da-bac0-6a8c9ba17c50 HTTP/1.1" 200 3191 0.006247 10.0.0.41 - - [2025-09-08 03:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004513 10.0.0.41 - - [2025-09-08 03:14:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004328 10.0.0.41 - - [2025-09-08 03:14:49] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002961 10.0.0.41 - - [2025-09-08 03:14:49] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006731 10.0.0.41 - - [2025-09-08 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006191 10.0.0.41 - - [2025-09-08 03:14:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004309 10.0.0.41 - - [2025-09-08 03:14:50] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003146 10.0.0.41 - - [2025-09-08 03:14:50] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006588 10.0.0.38 - - [2025-09-08 03:14:51] "GET /obj-perms HTTP/1.1" 200 5056 0.046648 10.0.0.41 - - [2025-09-08 03:14:51] "POST /neutron/port HTTP/1.1" 200 1108 0.016825 10.0.0.41 - - [2025-09-08 03:14:56] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008762 10.0.0.41 - - [2025-09-08 03:14:57] "POST /neutron/port HTTP/1.1" 200 1108 0.019794 10.0.0.41 - - [2025-09-08 03:15:01] "POST /neutron/port HTTP/1.1" 200 1108 0.023232 10.0.0.41 - - [2025-09-08 03:15:01] "POST /neutron/network HTTP/1.1" 200 936 0.008065 10.0.0.41 - - [2025-09-08 03:15:01] "POST /neutron/port HTTP/1.1" 200 117 0.001390 10.0.0.41 - - [2025-09-08 03:15:06] "POST /neutron/port HTTP/1.1" 200 1108 0.024172 10.0.0.41 - - [2025-09-08 03:15:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.009897 10.0.0.41 - - [2025-09-08 03:15:06] "POST /neutron/port HTTP/1.1" 200 1108 0.018634 10.0.0.41 - - [2025-09-08 03:15:11] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008639 10.0.0.41 - - [2025-09-08 03:15:12] "POST /neutron/port HTTP/1.1" 200 1108 0.018751 10.0.0.41 - - [2025-09-08 03:15:12] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008387 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b HTTP/1.1" 200 1314 0.007170 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b HTTP/1.1" 200 1314 0.009361 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-machine-interface/83fc8dad-8532-4a95-b5d4-be818ccd876b HTTP/1.1" 200 3191 0.006109 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b HTTP/1.1" 200 1314 0.005356 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-machine-interface/83fc8dad-8532-4a95-b5d4-be818ccd876b HTTP/1.1" 200 3191 0.006276 10.0.0.41 - - [2025-09-08 03:15:12] "GET /instance-ip/c7d7b412-7b45-4246-8a41-de957e981f5f HTTP/1.1" 200 1702 0.006836 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b HTTP/1.1" 200 1314 0.004492 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-machine-interface/83fc8dad-8532-4a95-b5d4-be818ccd876b HTTP/1.1" 200 3191 0.007006 10.0.0.41 - - [2025-09-08 03:15:12] "GET /instance-ip/c7d7b412-7b45-4246-8a41-de957e981f5f HTTP/1.1" 200 1702 0.005153 10.0.0.41 - - [2025-09-08 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.41 - - [2025-09-08 03:15:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003964 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003153 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006563 10.0.0.41 - - [2025-09-08 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004914 10.0.0.41 - - [2025-09-08 03:15:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006091 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003946 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008919 10.0.0.41 - - [2025-09-08 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005807 10.0.0.41 - - [2025-09-08 03:15:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005040 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004907 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007302 10.0.0.41 - - [2025-09-08 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004626 10.0.0.41 - - [2025-09-08 03:15:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004589 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003728 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006485 10.0.0.41 - - [2025-09-08 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.41 - - [2025-09-08 03:15:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004600 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003307 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007814 10.0.0.41 - - [2025-09-08 03:15:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.41 - - [2025-09-08 03:15:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004567 10.0.0.41 - - [2025-09-08 03:15:12] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003639 10.0.0.41 - - [2025-09-08 03:15:13] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006905 10.0.0.41 - - [2025-09-08 03:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.41 - - [2025-09-08 03:15:13] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005070 10.0.0.41 - - [2025-09-08 03:15:13] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004392 10.0.0.41 - - [2025-09-08 03:15:13] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007138 10.0.0.41 - - [2025-09-08 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.41 - - [2025-09-08 03:15:14] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004483 10.0.0.41 - - [2025-09-08 03:15:14] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003333 10.0.0.41 - - [2025-09-08 03:15:14] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006734 10.0.0.41 - - [2025-09-08 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004319 10.0.0.41 - - [2025-09-08 03:15:14] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004415 10.0.0.41 - - [2025-09-08 03:15:14] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004219 10.0.0.41 - - [2025-09-08 03:15:14] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007411 10.0.0.41 - - [2025-09-08 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.41 - - [2025-09-08 03:15:14] "GET /routing-instance/f7e01595-79e9-402f-abf6-a244234e05c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005510 10.0.0.41 - - [2025-09-08 03:15:14] "GET /route-target/af2e4ed3-55fc-4f2c-b07c-a52105bf4b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004663 10.0.0.41 - - [2025-09-08 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.41 - - [2025-09-08 03:15:14] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004879 10.0.0.41 - - [2025-09-08 03:15:14] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003415 10.0.0.41 - - [2025-09-08 03:15:15] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006699 10.0.0.41 - - [2025-09-08 03:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004272 10.0.0.41 - - [2025-09-08 03:15:15] "GET /routing-instance/f7e01595-79e9-402f-abf6-a244234e05c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005758 10.0.0.41 - - [2025-09-08 03:15:15] "GET /route-target/af2e4ed3-55fc-4f2c-b07c-a52105bf4b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004535 10.0.0.41 - - [2025-09-08 03:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.41 - - [2025-09-08 03:15:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004777 10.0.0.41 - - [2025-09-08 03:15:15] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003359 10.0.0.41 - - [2025-09-08 03:15:15] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.012029 10.0.0.41 - - [2025-09-08 03:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.41 - - [2025-09-08 03:15:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004582 10.0.0.41 - - [2025-09-08 03:15:15] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003873 10.0.0.41 - - [2025-09-08 03:15:15] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007217 10.0.0.41 - - [2025-09-08 03:15:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004117 10.0.0.41 - - [2025-09-08 03:15:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005430 10.0.0.41 - - [2025-09-08 03:15:15] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003656 10.0.0.41 - - [2025-09-08 03:15:15] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007112 10.0.0.41 - - [2025-09-08 03:15:15] "GET /obj-perms HTTP/1.1" 200 5072 0.005406 10.0.0.38 - - [2025-09-08 03:15:15] "GET /obj-perms HTTP/1.1" 200 5072 0.004339 10.0.0.41 - - [2025-09-08 03:15:15] "GET /obj-perms HTTP/1.1" 200 5072 0.004247 10.0.0.38 - - [2025-09-08 03:15:16] "GET /obj-perms HTTP/1.1" 200 5072 0.005471 10.0.0.41 - - [2025-09-08 03:15:16] "GET /virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b HTTP/1.1" 200 1314 0.004607 10.0.0.41 - - [2025-09-08 03:15:16] "GET /virtual-machine-interface/83fc8dad-8532-4a95-b5d4-be818ccd876b HTTP/1.1" 200 3191 0.006343 10.0.0.41 - - [2025-09-08 03:15:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.41 - - [2025-09-08 03:15:16] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004355 10.0.0.41 - - [2025-09-08 03:15:16] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003199 10.0.0.41 - - [2025-09-08 03:15:16] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006445 10.0.0.41 - - [2025-09-08 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005233 10.0.0.41 - - [2025-09-08 03:15:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004209 10.0.0.41 - - [2025-09-08 03:15:17] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003602 10.0.0.41 - - [2025-09-08 03:15:17] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006847 10.0.0.41 - - [2025-09-08 03:15:17] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 200 1314 0.004848 10.0.0.41 - - [2025-09-08 03:15:17] "GET /virtual-machine-interface/7d738cba-c22a-41da-bac0-6a8c9ba17c50 HTTP/1.1" 200 3191 0.008247 10.0.0.41 - - [2025-09-08 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.41 - - [2025-09-08 03:15:17] "GET /security-group/3458a204-c682-48af-ab9d-19de919ab710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.004322 10.0.0.41 - - [2025-09-08 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.41 - - [2025-09-08 03:15:17] "GET /security-group/3458a204-c682-48af-ab9d-19de919ab710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.088942 10.0.0.41 - - [2025-09-08 03:15:17] "POST /neutron/port HTTP/1.1" 200 1108 0.019228 10.0.0.41 - - [2025-09-08 03:15:18] "POST /neutron/port HTTP/1.1" 200 1096 0.075170 10.0.0.41 - - [2025-09-08 03:15:18] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 200 1314 0.006573 10.0.0.41 - - [2025-09-08 03:15:18] "GET /virtual-machine-interface/7d738cba-c22a-41da-bac0-6a8c9ba17c50 HTTP/1.1" 200 3139 0.011037 10.0.0.41 - - [2025-09-08 03:15:18] "POST /neutron/port HTTP/1.1" 200 1096 0.015183 10.0.0.41 - - [2025-09-08 03:15:18] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 200 1314 0.004210 10.0.0.41 - - [2025-09-08 03:15:18] "GET /virtual-machine-interface/7d738cba-c22a-41da-bac0-6a8c9ba17c50 HTTP/1.1" 200 3191 0.012178 10.0.0.41 - - [2025-09-08 03:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.41 - - [2025-09-08 03:15:18] "GET /security-group/3458a204-c682-48af-ab9d-19de919ab710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.004781 10.0.0.41 - - [2025-09-08 03:15:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004829 10.0.0.41 - - [2025-09-08 03:15:18] "GET /security-group/3458a204-c682-48af-ab9d-19de919ab710?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.005349 10.0.0.41 - - [2025-09-08 03:15:18] "POST /neutron/security_group HTTP/1.1" 200 1441 0.005492 10.0.0.41 - - [2025-09-08 03:16:03] "POST /neutron/port HTTP/1.1" 200 1108 0.017270 10.0.0.41 - - [2025-09-08 03:16:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004914 10.0.0.41 - - [2025-09-08 03:16:03] "POST /neutron/network HTTP/1.1" 200 926 0.007958 10.0.0.41 - - [2025-09-08 03:16:08] "POST /neutron/network HTTP/1.1" 200 936 0.007545 10.0.0.41 - - [2025-09-08 03:16:08] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.41 - - [2025-09-08 03:16:46] "POST /neutron/security_group_rule HTTP/1.1" 200 545 0.008994 10.0.0.41 - - [2025-09-08 03:16:47] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.149188 10.0.0.27 - - [2025-09-08 03:16:47] "PUT /access-control-list/e113ef2d-06f6-45e4-8f58-a0f9ee891348 HTTP/1.1" 200 272 0.013880 10.0.0.41 - - [2025-09-08 03:16:50] "POST /neutron/security_group HTTP/1.1" 200 1415 0.009419 10.0.0.41 - - [2025-09-08 03:16:50] "POST /neutron/port HTTP/1.1" 200 1134 0.013227 10.0.0.41 - - [2025-09-08 03:16:50] "GET /virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b HTTP/1.1" 200 1314 0.005938 10.0.0.41 - - [2025-09-08 03:16:50] "POST /neutron/port HTTP/1.1" 200 1096 0.014539 10.0.0.41 - - [2025-09-08 03:16:52] "GET /virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b HTTP/1.1" 404 171 0.003636 10.0.0.41 - - [2025-09-08 03:16:52] "GET /virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b HTTP/1.1" 404 171 0.004167 10.0.0.41 - - [2025-09-08 03:16:52] "GET /virtual-machine/e9375701-28b9-4b47-bb55-516ed580a19b HTTP/1.1" 404 171 0.004259 10.0.0.41 - - [2025-09-08 03:16:52] "GET /obj-perms HTTP/1.1" 200 5056 0.066134 10.0.0.41 - - [2025-09-08 03:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.41 - - [2025-09-08 03:16:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004690 10.0.0.41 - - [2025-09-08 03:16:52] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002980 10.0.0.41 - - [2025-09-08 03:16:52] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006077 10.0.0.41 - - [2025-09-08 03:16:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.41 - - [2025-09-08 03:16:52] "GET /routing-instance/f7e01595-79e9-402f-abf6-a244234e05c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.004729 10.0.0.41 - - [2025-09-08 03:16:52] "GET /route-target/af2e4ed3-55fc-4f2c-b07c-a52105bf4b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007730 10.0.0.27 - - [2025-09-08 03:16:53] "GET /obj-perms HTTP/1.1" 200 5056 0.057951 10.0.0.38 - - [2025-09-08 03:16:56] "GET /obj-perms HTTP/1.1" 200 5072 0.004235 10.0.0.41 - - [2025-09-08 03:16:59] "GET /obj-perms HTTP/1.1" 200 5072 0.004592 10.0.0.38 - - [2025-09-08 03:17:05] "GET /obj-perms HTTP/1.1" 200 5072 0.004381 10.0.0.41 - - [2025-09-08 03:17:08] "GET /obj-perms HTTP/1.1" 200 5072 0.004097 10.0.0.41 - - [2025-09-08 03:17:08] "POST /neutron/port HTTP/1.1" 200 1108 0.050649 10.0.0.41 - - [2025-09-08 03:17:08] "POST /neutron/subnet HTTP/1.1" 200 694 0.011752 10.0.0.38 - - [2025-09-08 03:17:14] "GET /obj-perms HTTP/1.1" 200 5072 0.004722 10.0.0.41 - - [2025-09-08 03:17:17] "GET /obj-perms HTTP/1.1" 200 5072 0.004542 10.0.0.41 - - [2025-09-08 03:17:17] "POST /neutron/security_group HTTP/1.1" 200 1415 0.008503 10.0.0.41 - - [2025-09-08 03:17:17] "POST /neutron/port HTTP/1.1" 200 1134 0.011977 10.0.0.41 - - [2025-09-08 03:17:18] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 200 1314 0.005875 10.0.0.41 - - [2025-09-08 03:17:18] "POST /neutron/port HTTP/1.1" 200 1096 0.014419 10.0.0.41 - - [2025-09-08 03:17:20] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 404 171 0.004022 10.0.0.41 - - [2025-09-08 03:17:20] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 404 171 0.003383 10.0.0.41 - - [2025-09-08 03:17:20] "GET /virtual-machine/bce72aff-8e6f-4ab9-bca3-792975ea0e01 HTTP/1.1" 404 171 0.004161 10.0.0.41 - - [2025-09-08 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.41 - - [2025-09-08 03:17:20] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004558 10.0.0.41 - - [2025-09-08 03:17:20] "GET /virtual-networks?parent_id=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003706 10.0.0.41 - - [2025-09-08 03:17:20] "GET /virtual-network/3ec38f33-92ee-4827-ad72-c6dd12ec0fdc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006499 10.0.0.41 - - [2025-09-08 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.41 - - [2025-09-08 03:17:20] "GET /routing-instance/f7e01595-79e9-402f-abf6-a244234e05c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1661 0.005476 10.0.0.41 - - [2025-09-08 03:17:20] "GET /route-target/af2e4ed3-55fc-4f2c-b07c-a52105bf4b19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004356 10.0.0.41 - - [2025-09-08 03:17:20] "GET /obj-perms HTTP/1.1" 200 5072 0.004745 10.0.0.41 - - [2025-09-08 03:17:20] "GET /obj-perms HTTP/1.1" 200 5072 0.004282 10.0.0.38 - - [2025-09-08 03:17:20] "GET /obj-perms HTTP/1.1" 200 5072 0.004798 10.0.0.38 - - [2025-09-08 03:17:20] "POST /useragent-kv HTTP/1.1" 200 115 0.005685 10.0.0.38 - - [2025-09-08 03:17:20] "POST /useragent-kv HTTP/1.1" 200 115 0.004754 10.0.0.41 - - [2025-09-08 03:17:20] "POST /neutron/network HTTP/1.1" 200 151 0.143190 10.0.0.27 - - [2025-09-08 03:17:20] "DELETE /route-target/af2e4ed3-55fc-4f2c-b07c-a52105bf4b19 HTTP/1.1" 200 115 0.037817 10.0.0.41 - - [2025-09-08 03:17:21] "POST /fqname-to-id HTTP/1.1" 404 245 0.003677 10.0.0.38 - - [2025-09-08 03:17:23] "GET /projects?obj_uuids=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001304 10.0.0.41 - - [2025-09-08 03:17:23] "GET /project/a57ff7ed-83b2-46a5-8a14-26a1160e1ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.087716 10.0.0.38 - - [2025-09-08 03:17:23] "GET /projects?obj_uuids=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001232 10.0.0.41 - - [2025-09-08 03:17:23] "GET /project/a57ff7ed-83b2-46a5-8a14-26a1160e1ff0?fields=virtual_networks HTTP/1.1" 200 1074 0.057333 10.0.0.38 - - [2025-09-08 03:17:23] "GET /projects?obj_uuids=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001096 10.0.0.41 - - [2025-09-08 03:17:23] "GET /project/a57ff7ed-83b2-46a5-8a14-26a1160e1ff0?fields=virtual_machine_interfaces HTTP/1.1" 200 1074 0.059071 10.0.0.38 - - [2025-09-08 03:17:23] "GET /projects?obj_uuids=a57ff7ed-83b2-46a5-8a14-26a1160e1ff0&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001179 10.0.0.41 - - [2025-09-08 03:17:23] "GET /project/a57ff7ed-83b2-46a5-8a14-26a1160e1ff0?fields=security_groups HTTP/1.1" 200 1321 0.042672 10.0.0.41 - - [2025-09-08 03:17:24] "POST /fqname-to-id HTTP/1.1" 404 186 0.030509 10.0.0.38 - - [2025-09-08 03:17:24] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003495 10.0.0.38 - - [2025-09-08 03:17:24] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001842 10.0.0.38 - - [2025-09-08 03:17:24] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.047331 10.0.0.38 - - [2025-09-08 03:17:24] "POST /id-to-fqname HTTP/1.1" 200 188 0.001716 10.0.0.38 - - [2025-09-08 03:17:24] "POST /fqname-to-id HTTP/1.1" 404 197 0.017514 10.0.0.38 - - [2025-09-08 03:17:24] "POST /security-groups HTTP/1.1" 200 589 0.089379 10.0.0.27 - - [2025-09-08 03:17:24] "POST /fqname-to-id HTTP/1.1" 404 232 0.004686 10.0.0.38 - - [2025-09-08 03:17:24] "POST /projects HTTP/1.1" 200 581 0.331696 10.0.0.38 - - [2025-09-08 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.403038 10.0.0.27 - - [2025-09-08 03:17:24] "POST /access-control-lists HTTP/1.1" 200 592 0.040341 10.0.0.41 - - [2025-09-08 03:17:24] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.596059 10.0.0.41 - - [2025-09-08 03:17:26] "GET / HTTP/1.1" 200 35931 0.002273 10.0.0.41 - - [2025-09-08 03:17:27] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.41 - - [2025-09-08 03:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.055041 10.0.0.38 - - [2025-09-08 03:17:28] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001029 10.0.0.41 - - [2025-09-08 03:17:28] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.059590 10.0.0.41 - - [2025-09-08 03:17:28] "POST /neutron/network HTTP/1.1" 200 117 0.033835 10.0.0.41 - - [2025-09-08 03:17:28] "POST /neutron/network HTTP/1.1" 200 835 0.013150 10.0.0.41 - - [2025-09-08 03:17:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001497 10.0.0.41 - - [2025-09-08 03:17:29] "GET /virtual-network/3ea0307d-3c67-48a5-86c9-1ef613aaf276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006808 10.0.0.41 - - [2025-09-08 03:17:29] "GET /virtual-network/3ea0307d-3c67-48a5-86c9-1ef613aaf276?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006631 10.0.0.41 - - [2025-09-08 03:17:29] "POST /neutron/subnet HTTP/1.1" 200 729 0.010666 10.0.0.41 - - [2025-09-08 03:17:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.001209 10.0.0.38 - - [2025-09-08 03:17:30] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.41 - - [2025-09-08 03:17:30] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.074824 10.0.0.41 - - [2025-09-08 03:17:30] "POST /neutron/port HTTP/1.1" 200 117 0.007266 10.0.0.41 - - [2025-09-08 03:17:30] "POST /neutron/network HTTP/1.1" 200 845 0.008124 10.0.0.41 - - [2025-09-08 03:17:31] "POST /neutron/port HTTP/1.1" 200 1059 0.022327 10.0.0.41 - - [2025-09-08 03:17:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004661 10.0.0.41 - - [2025-09-08 03:17:31] "POST /neutron/network HTTP/1.1" 200 835 0.008168 10.0.0.41 - - [2025-09-08 03:17:35] "POST /neutron/port HTTP/1.1" 200 1087 0.018575 10.0.0.41 - - [2025-09-08 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.38 - - [2025-09-08 03:17:35] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.41 - - [2025-09-08 03:17:35] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.043269 10.0.0.38 - - [2025-09-08 03:17:35] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001276 10.0.0.41 - - [2025-09-08 03:17:35] "POST /neutron/network HTTP/1.1" 200 613 0.128256 10.0.0.27 - - [2025-09-08 03:17:36] "POST /route-targets HTTP/1.1" 200 327 0.015290 10.0.0.41 - - [2025-09-08 03:17:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.004153 10.0.0.41 - - [2025-09-08 03:17:36] "GET /virtual-network/0bf8206f-fdc7-45de-a9f9-30eb3f5733e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005825 10.0.0.41 - - [2025-09-08 03:17:36] "POST /neutron/network HTTP/1.1" 200 830 0.007033 10.0.0.41 - - [2025-09-08 03:17:36] "GET /virtual-network/0bf8206f-fdc7-45de-a9f9-30eb3f5733e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006573 10.0.0.41 - - [2025-09-08 03:17:36] "GET /virtual-network/0bf8206f-fdc7-45de-a9f9-30eb3f5733e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006644 10.0.0.27 - - [2025-09-08 03:17:37] "GET /obj-perms HTTP/1.1" 200 5026 0.051200 10.0.0.41 - - [2025-09-08 03:17:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.38 - - [2025-09-08 03:17:38] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001127 10.0.0.41 - - [2025-09-08 03:17:38] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.045616 10.0.0.41 - - [2025-09-08 03:17:38] "POST /neutron/network HTTP/1.1" 200 117 0.013730 10.0.0.27 - - [2025-09-08 03:17:38] "POST /ref-update HTTP/1.1" 200 156 0.028813 10.0.0.41 - - [2025-09-08 03:17:38] "POST /neutron/network HTTP/1.1" 200 829 0.012081 10.0.0.41 - - [2025-09-08 03:17:38] "POST /id-to-fqname HTTP/1.1" 200 223 0.001227 10.0.0.41 - - [2025-09-08 03:17:38] "GET /virtual-network/e17293f4-0823-4c5c-86bf-a5e97bc7b55b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005767 10.0.0.41 - - [2025-09-08 03:17:38] "GET /virtual-network/e17293f4-0823-4c5c-86bf-a5e97bc7b55b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007947 10.0.0.41 - - [2025-09-08 03:17:39] "POST /neutron/subnet HTTP/1.1" 200 710 0.011290 10.0.0.41 - - [2025-09-08 03:17:39] "GET /virtual-network/e17293f4-0823-4c5c-86bf-a5e97bc7b55b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006176 10.0.0.41 - - [2025-09-08 03:17:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.38 - - [2025-09-08 03:17:39] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001590 10.0.0.41 - - [2025-09-08 03:17:39] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.061781 10.0.0.38 - - [2025-09-08 03:17:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008471 10.0.0.41 - - [2025-09-08 03:17:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.233151 10.0.0.41 - - [2025-09-08 03:17:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001820 10.0.0.41 - - [2025-09-08 03:17:40] "GET /virtual-network/e1a610b4-2edd-4f91-b8eb-b7d37da0392c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006352 10.0.0.41 - - [2025-09-08 03:17:40] "GET /virtual-network/e1a610b4-2edd-4f91-b8eb-b7d37da0392c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006809 10.0.0.41 - - [2025-09-08 03:17:40] "POST /neutron/network HTTP/1.1" 200 834 0.007894 10.0.0.41 - - [2025-09-08 03:17:40] "GET /virtual-network/e1a610b4-2edd-4f91-b8eb-b7d37da0392c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006890 10.0.0.41 - - [2025-09-08 03:17:40] "GET /obj-perms HTTP/1.1" 200 5026 0.046324 10.0.0.38 - - [2025-09-08 03:17:41] "GET /obj-perms HTTP/1.1" 200 5026 0.047218 10.0.0.41 - - [2025-09-08 03:17:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001660 10.0.0.41 - - [2025-09-08 03:17:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008852 10.0.0.38 - - [2025-09-08 03:17:42] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001156 10.0.0.41 - - [2025-09-08 03:17:42] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.066381 10.0.0.41 - - [2025-09-08 03:17:42] "POST /neutron/port HTTP/1.1" 200 1087 0.024502 10.0.0.41 - - [2025-09-08 03:17:42] "POST /id-to-fqname HTTP/1.1" 200 224 0.001528 10.0.0.41 - - [2025-09-08 03:17:42] "POST /neutron/port HTTP/1.1" 200 1087 0.020171 10.0.0.41 - - [2025-09-08 03:17:43] "POST /neutron/network HTTP/1.1" 200 839 0.007866 10.0.0.41 - - [2025-09-08 03:17:43] "POST /neutron/port HTTP/1.1" 200 1055 0.015856 10.0.0.41 - - [2025-09-08 03:17:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008284 10.0.0.38 - - [2025-09-08 03:17:43] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001267 10.0.0.41 - - [2025-09-08 03:17:43] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.081987 10.0.0.41 - - [2025-09-08 03:17:43] "POST /neutron/network HTTP/1.1" 200 834 0.009889 10.0.0.41 - - [2025-09-08 03:17:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008282 10.0.0.41 - - [2025-09-08 03:17:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.003334 10.0.0.41 - - [2025-09-08 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.38 - - [2025-09-08 03:17:44] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.41 - - [2025-09-08 03:17:44] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009183 10.0.0.41 - - [2025-09-08 03:17:44] "POST /service-templates HTTP/1.1" 200 543 0.038390 10.0.0.41 - - [2025-09-08 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.41 - - [2025-09-08 03:17:44] "GET /service-template/5baff4b9-392d-4e32-b223-fac402c67aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006995 10.0.0.41 - - [2025-09-08 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.41 - - [2025-09-08 03:17:44] "GET /service-template/5baff4b9-392d-4e32-b223-fac402c67aaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.008677 10.0.0.41 - - [2025-09-08 03:17:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001428 10.0.0.41 - - [2025-09-08 03:17:44] "POST /id-to-fqname HTTP/1.1" 200 223 0.001431 10.0.0.41 - - [2025-09-08 03:17:44] "POST /id-to-fqname HTTP/1.1" 200 224 0.001247 10.0.0.38 - - [2025-09-08 03:17:44] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000892 10.0.0.41 - - [2025-09-08 03:17:44] "POST /neutron/port HTTP/1.1" 200 1058 0.340251 10.0.0.41 - - [2025-09-08 03:17:44] "POST /neutron/port HTTP/1.1" 200 1058 0.015128 10.0.0.41 - - [2025-09-08 03:17:45] "POST /neutron/port HTTP/1.1" 200 1086 0.020749 10.0.0.41 - - [2025-09-08 03:17:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.41 - - [2025-09-08 03:17:45] "DELETE /service-template/5baff4b9-392d-4e32-b223-fac402c67aaa HTTP/1.1" 200 115 0.035534 10.0.0.41 - - [2025-09-08 03:17:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.004195 10.0.0.41 - - [2025-09-08 03:17:45] "POST /neutron/port HTTP/1.1" 200 117 0.001317 10.0.0.41 - - [2025-09-08 03:17:45] "POST /neutron/network HTTP/1.1" 400 204 0.018130 10.0.0.41 - - [2025-09-08 03:17:46] "POST /neutron/port HTTP/1.1" 200 151 0.187003 10.0.0.41 - - [2025-09-08 03:17:46] "POST /neutron/port HTTP/1.1" 200 151 0.178154 10.0.0.41 - - [2025-09-08 03:17:47] "POST /neutron/port HTTP/1.1" 200 117 0.007924 10.0.0.27 - - [2025-09-08 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.27 - - [2025-09-08 03:17:48] "DELETE /route-target/6842f5bf-6554-4870-a29b-78d305a97690 HTTP/1.1" 200 115 0.034921 10.0.0.41 - - [2025-09-08 03:17:48] "POST /neutron/network HTTP/1.1" 200 830 0.008229 10.0.0.41 - - [2025-09-08 03:17:48] "POST /neutron/network HTTP/1.1" 400 204 0.016426 10.0.0.41 - - [2025-09-08 03:17:49] "POST /neutron/port HTTP/1.1" 200 151 0.168346 10.0.0.27 - - [2025-09-08 03:17:50] "DELETE /access-control-list/152cbd59-3c10-4007-ae72-04464e6fcea5 HTTP/1.1" 200 115 0.040506 10.0.0.27 - - [2025-09-08 03:17:51] "DELETE /route-target/9470a8f3-776c-4dfd-9b23-8430ea32fe9c HTTP/1.1" 200 115 0.026891 10.0.0.41 - - [2025-09-08 03:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.38 - - [2025-09-08 03:17:53] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.41 - - [2025-09-08 03:17:53] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.056439 10.0.0.41 - - [2025-09-08 03:17:53] "POST /neutron/network HTTP/1.1" 200 117 0.011014 10.0.0.41 - - [2025-09-08 03:17:54] "POST /neutron/network HTTP/1.1" 200 832 0.009740 10.0.0.41 - - [2025-09-08 03:17:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001445 10.0.0.41 - - [2025-09-08 03:17:54] "GET /virtual-network/b918749b-1332-49a7-8a0e-94a91ea148f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005899 10.0.0.41 - - [2025-09-08 03:17:54] "GET /virtual-network/b918749b-1332-49a7-8a0e-94a91ea148f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006259 10.0.0.41 - - [2025-09-08 03:17:54] "POST /neutron/subnet HTTP/1.1" 200 724 0.011576 10.0.0.41 - - [2025-09-08 03:17:54] "GET /virtual-network/b918749b-1332-49a7-8a0e-94a91ea148f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006404 10.0.0.27 - - [2025-09-08 03:17:54] "GET /obj-perms HTTP/1.1" 200 5026 0.005201 10.0.0.41 - - [2025-09-08 03:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.38 - - [2025-09-08 03:17:55] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000975 10.0.0.41 - - [2025-09-08 03:17:55] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.048422 10.0.0.27 - - [2025-09-08 03:17:55] "POST /route-targets HTTP/1.1" 200 327 0.019770 10.0.0.38 - - [2025-09-08 03:17:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009406 10.0.0.41 - - [2025-09-08 03:17:55] "POST /neutron/subnet HTTP/1.1" 200 725 0.203034 10.0.0.41 - - [2025-09-08 03:17:55] "POST /id-to-fqname HTTP/1.1" 200 223 0.001660 10.0.0.41 - - [2025-09-08 03:17:55] "GET /virtual-network/0f59edc8-5543-41d9-8812-97e8e33307dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006125 10.0.0.41 - - [2025-09-08 03:17:55] "GET /virtual-network/0f59edc8-5543-41d9-8812-97e8e33307dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006408 10.0.0.41 - - [2025-09-08 03:17:55] "POST /neutron/network HTTP/1.1" 200 832 0.008740 10.0.0.41 - - [2025-09-08 03:17:55] "GET /virtual-network/0f59edc8-5543-41d9-8812-97e8e33307dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006463 10.0.0.41 - - [2025-09-08 03:17:56] "GET /obj-perms HTTP/1.1" 200 5026 0.005087 10.0.0.38 - - [2025-09-08 03:17:56] "GET /obj-perms HTTP/1.1" 200 5026 0.004118 10.0.0.41 - - [2025-09-08 03:17:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.38 - - [2025-09-08 03:17:56] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001559 10.0.0.41 - - [2025-09-08 03:17:56] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.053144 10.0.0.38 - - [2025-09-08 03:17:56] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001366 10.0.0.41 - - [2025-09-08 03:17:56] "POST /neutron/network HTTP/1.1" 200 615 0.136157 10.0.0.27 - - [2025-09-08 03:17:56] "POST /ref-update HTTP/1.1" 200 156 0.038458 10.0.0.41 - - [2025-09-08 03:17:56] "POST /id-to-fqname HTTP/1.1" 200 224 0.003870 10.0.0.41 - - [2025-09-08 03:17:56] "GET /virtual-network/c435a576-54ab-4872-be28-6359728ec7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006752 10.0.0.41 - - [2025-09-08 03:17:56] "POST /neutron/network HTTP/1.1" 200 834 0.007550 10.0.0.41 - - [2025-09-08 03:17:56] "GET /virtual-network/c435a576-54ab-4872-be28-6359728ec7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005954 10.0.0.41 - - [2025-09-08 03:17:57] "GET /virtual-network/c435a576-54ab-4872-be28-6359728ec7bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007076 10.0.0.41 - - [2025-09-08 03:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.38 - - [2025-09-08 03:17:57] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001182 10.0.0.41 - - [2025-09-08 03:17:57] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.050237 10.0.0.41 - - [2025-09-08 03:17:57] "POST /neutron/network HTTP/1.1" 200 117 0.014841 10.0.0.41 - - [2025-09-08 03:17:57] "POST /neutron/network HTTP/1.1" 200 842 0.008977 10.0.0.41 - - [2025-09-08 03:17:57] "POST /id-to-fqname HTTP/1.1" 200 229 0.001157 10.0.0.41 - - [2025-09-08 03:17:57] "GET /virtual-network/a4d2d044-d0a7-468d-87cf-5ba4543fc89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005510 10.0.0.41 - - [2025-09-08 03:17:57] "GET /virtual-network/a4d2d044-d0a7-468d-87cf-5ba4543fc89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005940 10.0.0.41 - - [2025-09-08 03:17:57] "POST /neutron/subnet HTTP/1.1" 200 715 0.009251 10.0.0.41 - - [2025-09-08 03:17:58] "GET /virtual-network/a4d2d044-d0a7-468d-87cf-5ba4543fc89f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008089 10.0.0.27 - - [2025-09-08 03:17:58] "GET /obj-perms HTTP/1.1" 200 5026 0.004274 10.0.0.41 - - [2025-09-08 03:17:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.38 - - [2025-09-08 03:17:58] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.41 - - [2025-09-08 03:17:58] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.065013 10.0.0.38 - - [2025-09-08 03:17:58] "GET /global-system-configs HTTP/1.1" 200 322 0.129934 10.0.0.41 - - [2025-09-08 03:17:58] "GET /obj-perms HTTP/1.1" 200 5056 0.235847 10.0.0.38 - - [2025-09-08 03:17:58] "GET /obj-perms HTTP/1.1" 200 5056 0.259859 10.0.0.27 - - [2025-09-08 03:17:58] "POST /route-targets HTTP/1.1" 200 327 0.015458 10.0.0.38 - - [2025-09-08 03:17:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008720 10.0.0.41 - - [2025-09-08 03:17:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.221618 10.0.0.41 - - [2025-09-08 03:17:59] "POST /id-to-fqname HTTP/1.1" 200 230 0.001658 10.0.0.41 - - [2025-09-08 03:17:59] "GET /virtual-network/278a3deb-56ad-4df3-9d1b-5c055ad179b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006584 10.0.0.41 - - [2025-09-08 03:17:59] "GET /virtual-network/278a3deb-56ad-4df3-9d1b-5c055ad179b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006705 10.0.0.41 - - [2025-09-08 03:17:59] "POST /neutron/network HTTP/1.1" 200 847 0.009104 10.0.0.41 - - [2025-09-08 03:17:59] "GET /virtual-network/278a3deb-56ad-4df3-9d1b-5c055ad179b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2075 0.006569 10.0.0.27 - - [2025-09-08 03:17:59] "GET /global-system-configs HTTP/1.1" 200 322 0.085786 10.0.0.41 - - [2025-09-08 03:17:59] "GET /obj-perms HTTP/1.1" 200 5026 0.005072 10.0.0.38 - - [2025-09-08 03:17:59] "GET /obj-perms HTTP/1.1" 200 5026 0.005306 10.0.0.27 - - [2025-09-08 03:17:59] "GET /global-system-configs HTTP/1.1" 200 322 0.056591 10.0.0.41 - - [2025-09-08 03:17:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001628 10.0.0.27 - - [2025-09-08 03:17:59] "GET /obj-perms HTTP/1.1" 200 5056 0.146667 10.0.0.38 - - [2025-09-08 03:18:00] "GET /global-system-configs HTTP/1.1" 200 322 0.035437 10.0.0.38 - - [2025-09-08 03:18:00] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001486 10.0.0.41 - - [2025-09-08 03:18:00] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.079592 10.0.0.41 - - [2025-09-08 03:18:00] "POST /neutron/network HTTP/1.1" 200 832 0.018012 10.0.0.41 - - [2025-09-08 03:18:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001731 10.0.0.41 - - [2025-09-08 03:18:00] "POST /neutron/port HTTP/1.1" 200 117 0.007325 10.0.0.41 - - [2025-09-08 03:18:01] "GET /global-system-configs HTTP/1.1" 200 322 0.054869 10.0.0.27 - - [2025-09-08 03:18:01] "GET /obj-perms HTTP/1.1" 200 5056 0.138540 10.0.0.41 - - [2025-09-08 03:18:01] "GET /global-system-configs HTTP/1.1" 200 322 0.085523 10.0.0.38 - - [2025-09-08 03:18:01] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001393 10.0.0.41 - - [2025-09-08 03:18:01] "GET /obj-perms HTTP/1.1" 200 5056 0.190857 10.0.0.38 - - [2025-09-08 03:18:01] "GET /obj-perms HTTP/1.1" 200 5056 0.286057 10.0.0.41 - - [2025-09-08 03:18:01] "POST /neutron/port HTTP/1.1" 200 1058 0.321625 10.0.0.41 - - [2025-09-08 03:18:02] "POST /neutron/port HTTP/1.1" 200 1112 0.128099 10.0.0.38 - - [2025-09-08 03:18:02] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001420 10.0.0.41 - - [2025-09-08 03:18:02] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.082865 10.0.0.41 - - [2025-09-08 03:18:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004544 10.0.0.41 - - [2025-09-08 03:18:02] "POST /neutron/network HTTP/1.1" 200 832 0.007980 10.0.0.41 - - [2025-09-08 03:18:02] "POST /neutron/port HTTP/1.1" 200 117 0.026900 10.0.0.41 - - [2025-09-08 03:18:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003504 10.0.0.41 - - [2025-09-08 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.38 - - [2025-09-08 03:18:02] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001140 10.0.0.41 - - [2025-09-08 03:18:02] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009043 10.0.0.41 - - [2025-09-08 03:18:02] "POST /service-templates HTTP/1.1" 200 543 0.040134 10.0.0.41 - - [2025-09-08 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.41 - - [2025-09-08 03:18:02] "GET /service-template/786abb0a-8207-4133-827f-72189200bd7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006821 10.0.0.41 - - [2025-09-08 03:18:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.41 - - [2025-09-08 03:18:02] "GET /service-template/786abb0a-8207-4133-827f-72189200bd7d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004831 10.0.0.41 - - [2025-09-08 03:18:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.001235 10.0.0.41 - - [2025-09-08 03:18:02] "POST /id-to-fqname HTTP/1.1" 200 229 0.001470 10.0.0.41 - - [2025-09-08 03:18:02] "POST /id-to-fqname HTTP/1.1" 200 230 0.001594 10.0.0.41 - - [2025-09-08 03:18:03] "POST /neutron/port HTTP/1.1" 200 1918 0.047348 10.0.0.41 - - [2025-09-08 03:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.41 - - [2025-09-08 03:18:03] "DELETE /service-template/786abb0a-8207-4133-827f-72189200bd7d HTTP/1.1" 200 115 0.053097 10.0.0.41 - - [2025-09-08 03:18:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.004035 10.0.0.41 - - [2025-09-08 03:18:03] "POST /neutron/port HTTP/1.1" 200 1058 0.018920 10.0.0.41 - - [2025-09-08 03:18:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005609 10.0.0.41 - - [2025-09-08 03:18:03] "POST /neutron/network HTTP/1.1" 200 847 0.008417 10.0.0.27 - - [2025-09-08 03:18:03] "DELETE /route-target/3dd878cf-24ca-409c-861e-384989a69ec6 HTTP/1.1" 200 115 0.031657 10.0.0.41 - - [2025-09-08 03:18:04] "POST /neutron/network HTTP/1.1" 200 842 0.007585 10.0.0.41 - - [2025-09-08 03:18:04] "POST /neutron/port HTTP/1.1" 200 1112 0.012273 10.0.0.41 - - [2025-09-08 03:18:04] "POST /neutron/network HTTP/1.1" 400 204 0.016021 10.0.0.41 - - [2025-09-08 03:18:05] "POST /neutron/port HTTP/1.1" 200 151 0.214075 10.0.0.41 - - [2025-09-08 03:18:05] "POST /neutron/network HTTP/1.1" 200 117 0.010352 10.0.0.38 - - [2025-09-08 03:18:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005428 10.0.0.38 - - [2025-09-08 03:18:06] "POST /useragent-kv HTTP/1.1" 200 115 0.005047 10.0.0.27 - - [2025-09-08 03:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003661 10.0.0.41 - - [2025-09-08 03:18:06] "POST /neutron/network HTTP/1.1" 200 151 0.121933 10.0.0.38 - - [2025-09-08 03:18:06] "DELETE /project/1bb8aed0338a42dc88773ae245eab56a HTTP/1.1" 404 173 0.004189 10.0.0.38 - - [2025-09-08 03:18:06] "DELETE /project/a57ff7ed-83b2-46a5-8a14-26a1160e1ff0 HTTP/1.1" 404 177 0.003719 10.0.0.27 - - [2025-09-08 03:18:07] "DELETE /route-target/120f5cd8-3c5e-4639-a5e0-675723bf5de5 HTTP/1.1" 200 115 0.021374 10.0.0.41 - - [2025-09-08 03:18:07] "POST /neutron/network HTTP/1.1" 200 832 0.007591 10.0.0.38 - - [2025-09-08 03:18:09] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001875 10.0.0.41 - - [2025-09-08 03:18:09] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1354 0.057611 10.0.0.38 - - [2025-09-08 03:18:09] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001668 10.0.0.41 - - [2025-09-08 03:18:09] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?fields=virtual_networks HTTP/1.1" 200 1027 0.058121 10.0.0.38 - - [2025-09-08 03:18:09] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001379 10.0.0.41 - - [2025-09-08 03:18:09] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.055203 10.0.0.38 - - [2025-09-08 03:18:09] "GET /projects?obj_uuids=1bb8aed0-338a-42dc-8877-3ae245eab56a&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001323 10.0.0.41 - - [2025-09-08 03:18:09] "GET /project/1bb8aed0-338a-42dc-8877-3ae245eab56a?fields=security_groups HTTP/1.1" 200 1251 0.048441 10.0.0.41 - - [2025-09-08 03:18:10] "POST /fqname-to-id HTTP/1.1" 404 186 0.026647 10.0.0.38 - - [2025-09-08 03:18:10] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003628 10.0.0.38 - - [2025-09-08 03:18:10] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001090 10.0.0.38 - - [2025-09-08 03:18:10] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007883 10.0.0.38 - - [2025-09-08 03:18:10] "POST /id-to-fqname HTTP/1.1" 200 188 0.005915 10.0.0.38 - - [2025-09-08 03:18:10] "POST /fqname-to-id HTTP/1.1" 404 197 0.009352 10.0.0.38 - - [2025-09-08 03:18:10] "POST /security-groups HTTP/1.1" 200 589 0.037065 10.0.0.27 - - [2025-09-08 03:18:10] "POST /fqname-to-id HTTP/1.1" 404 232 0.004551 10.0.0.38 - - [2025-09-08 03:18:10] "POST /projects HTTP/1.1" 200 581 0.253203 10.0.0.38 - - [2025-09-08 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.326068 10.0.0.27 - - [2025-09-08 03:18:10] "POST /access-control-lists HTTP/1.1" 200 592 0.032250 10.0.0.41 - - [2025-09-08 03:18:10] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.478336 10.0.0.41 - - [2025-09-08 03:18:12] "GET / HTTP/1.1" 200 35931 0.002131 10.0.0.41 - - [2025-09-08 03:18:14] "POST /fqname-to-id HTTP/1.1" 401 292 0.000513 10.0.0.41 - - [2025-09-08 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.058122 10.0.0.38 - - [2025-09-08 03:18:14] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001157 10.0.0.41 - - [2025-09-08 03:18:14] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.041315 10.0.0.38 - - [2025-09-08 03:18:14] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001859 10.0.0.41 - - [2025-09-08 03:18:14] "POST /neutron/network HTTP/1.1" 200 613 0.181641 10.0.0.41 - - [2025-09-08 03:18:15] "POST /id-to-fqname HTTP/1.1" 200 223 0.003808 10.0.0.41 - - [2025-09-08 03:18:15] "GET /virtual-network/f51cdc94-5226-47c7-8318-931d5ea9ca6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006381 10.0.0.41 - - [2025-09-08 03:18:15] "POST /neutron/network HTTP/1.1" 200 831 0.009232 10.0.0.41 - - [2025-09-08 03:18:15] "GET /virtual-network/f51cdc94-5226-47c7-8318-931d5ea9ca6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006118 10.0.0.41 - - [2025-09-08 03:18:15] "GET /virtual-network/f51cdc94-5226-47c7-8318-931d5ea9ca6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005978 10.0.0.41 - - [2025-09-08 03:18:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004232 10.0.0.38 - - [2025-09-08 03:18:17] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001162 10.0.0.41 - - [2025-09-08 03:18:17] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044237 10.0.0.41 - - [2025-09-08 03:18:17] "POST /neutron/network HTTP/1.1" 200 117 0.014697 10.0.0.27 - - [2025-09-08 03:18:17] "POST /route-targets HTTP/1.1" 200 327 0.012488 10.0.0.41 - - [2025-09-08 03:18:18] "POST /neutron/network HTTP/1.1" 200 833 0.011485 10.0.0.41 - - [2025-09-08 03:18:18] "POST /id-to-fqname HTTP/1.1" 200 225 0.001364 10.0.0.41 - - [2025-09-08 03:18:18] "GET /virtual-network/d26d6741-78b4-426e-a727-67f0909bbcf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005992 10.0.0.41 - - [2025-09-08 03:18:18] "GET /virtual-network/d26d6741-78b4-426e-a727-67f0909bbcf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005956 10.0.0.41 - - [2025-09-08 03:18:18] "POST /neutron/subnet HTTP/1.1" 200 710 0.012912 10.0.0.41 - - [2025-09-08 03:18:18] "GET /virtual-network/d26d6741-78b4-426e-a727-67f0909bbcf8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006245 10.0.0.27 - - [2025-09-08 03:18:18] "GET /obj-perms HTTP/1.1" 200 5026 0.046134 10.0.0.41 - - [2025-09-08 03:18:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.38 - - [2025-09-08 03:18:18] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.41 - - [2025-09-08 03:18:18] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.057224 10.0.0.27 - - [2025-09-08 03:18:19] "POST /ref-update HTTP/1.1" 200 156 0.031668 10.0.0.38 - - [2025-09-08 03:18:19] "POST /useragent-kv HTTP/1.1" 200 115 0.011314 10.0.0.41 - - [2025-09-08 03:18:19] "POST /neutron/subnet HTTP/1.1" 200 719 0.222032 10.0.0.41 - - [2025-09-08 03:18:19] "POST /id-to-fqname HTTP/1.1" 200 226 0.001626 10.0.0.41 - - [2025-09-08 03:18:19] "GET /virtual-network/204331ca-f1b0-4526-ae2e-7c82be5591ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007694 10.0.0.41 - - [2025-09-08 03:18:19] "GET /virtual-network/204331ca-f1b0-4526-ae2e-7c82be5591ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006524 10.0.0.41 - - [2025-09-08 03:18:19] "POST /neutron/network HTTP/1.1" 200 837 0.008347 10.0.0.41 - - [2025-09-08 03:18:19] "GET /virtual-network/204331ca-f1b0-4526-ae2e-7c82be5591ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006724 10.0.0.41 - - [2025-09-08 03:18:19] "GET /obj-perms HTTP/1.1" 200 5026 0.068445 10.0.0.38 - - [2025-09-08 03:18:20] "GET /obj-perms HTTP/1.1" 200 5026 0.054002 10.0.0.41 - - [2025-09-08 03:18:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001437 10.0.0.38 - - [2025-09-08 03:18:21] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001446 10.0.0.41 - - [2025-09-08 03:18:21] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.074512 10.0.0.41 - - [2025-09-08 03:18:21] "POST /neutron/network HTTP/1.1" 200 833 0.007679 10.0.0.41 - - [2025-09-08 03:18:21] "POST /id-to-fqname HTTP/1.1" 200 226 0.001804 10.0.0.41 - - [2025-09-08 03:18:21] "POST /neutron/port HTTP/1.1" 200 117 0.006929 10.0.0.38 - - [2025-09-08 03:18:21] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001228 10.0.0.41 - - [2025-09-08 03:18:22] "POST /neutron/port HTTP/1.1" 200 1055 0.335099 10.0.0.38 - - [2025-09-08 03:18:22] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001270 10.0.0.41 - - [2025-09-08 03:18:22] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.124649 10.0.0.41 - - [2025-09-08 03:18:22] "POST /neutron/port HTTP/1.1" 200 1109 0.188233 10.0.0.41 - - [2025-09-08 03:18:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005654 10.0.0.41 - - [2025-09-08 03:18:22] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.41 - - [2025-09-08 03:18:22] "POST /neutron/port HTTP/1.1" 200 117 0.011829 10.0.0.41 - - [2025-09-08 03:18:22] "POST /fqname-to-id HTTP/1.1" 404 193 0.010631 10.0.0.41 - - [2025-09-08 03:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.38 - - [2025-09-08 03:18:23] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001084 10.0.0.41 - - [2025-09-08 03:18:23] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008701 10.0.0.41 - - [2025-09-08 03:18:23] "POST /service-templates HTTP/1.1" 200 543 0.027562 10.0.0.41 - - [2025-09-08 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.41 - - [2025-09-08 03:18:23] "GET /service-template/8520e4b7-020a-4887-9974-98226b13c097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.009701 10.0.0.41 - - [2025-09-08 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.41 - - [2025-09-08 03:18:23] "GET /service-template/8520e4b7-020a-4887-9974-98226b13c097?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004998 10.0.0.41 - - [2025-09-08 03:18:23] "POST /id-to-fqname HTTP/1.1" 200 223 0.001644 10.0.0.41 - - [2025-09-08 03:18:23] "POST /id-to-fqname HTTP/1.1" 200 225 0.002096 10.0.0.41 - - [2025-09-08 03:18:23] "POST /id-to-fqname HTTP/1.1" 200 226 0.001525 10.0.0.41 - - [2025-09-08 03:18:23] "POST /neutron/port HTTP/1.1" 200 1083 0.030143 10.0.0.41 - - [2025-09-08 03:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.41 - - [2025-09-08 03:18:23] "DELETE /service-template/8520e4b7-020a-4887-9974-98226b13c097 HTTP/1.1" 200 115 0.053835 10.0.0.41 - - [2025-09-08 03:18:23] "POST /fqname-to-id HTTP/1.1" 404 193 0.004711 10.0.0.41 - - [2025-09-08 03:18:23] "POST /neutron/port HTTP/1.1" 200 1057 0.024180 10.0.0.41 - - [2025-09-08 03:18:24] "POST /neutron/network HTTP/1.1" 400 204 0.015450 10.0.0.41 - - [2025-09-08 03:18:24] "POST /neutron/subnet HTTP/1.1" 200 693 0.010417 10.0.0.41 - - [2025-09-08 03:18:24] "POST /neutron/port HTTP/1.1" 200 1083 0.019052 10.0.0.41 - - [2025-09-08 03:18:25] "POST /neutron/port HTTP/1.1" 200 1085 0.018935 10.0.0.41 - - [2025-09-08 03:18:26] "POST /neutron/port HTTP/1.1" 200 117 0.007809 10.0.0.41 - - [2025-09-08 03:18:26] "POST /neutron/network HTTP/1.1" 200 837 0.008008 10.0.0.41 - - [2025-09-08 03:18:26] "POST /neutron/network HTTP/1.1" 200 833 0.018660 10.0.0.27 - - [2025-09-08 03:18:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.010271 10.0.0.38 - - [2025-09-08 03:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.012304 10.0.0.38 - - [2025-09-08 03:18:27] "POST /useragent-kv HTTP/1.1" 200 115 0.003934 10.0.0.41 - - [2025-09-08 03:18:27] "POST /neutron/network HTTP/1.1" 200 151 0.131586 10.0.0.27 - - [2025-09-08 03:18:27] "DELETE /route-target/87af15ee-b86e-4952-9bb3-25104f844846 HTTP/1.1" 200 115 0.025365 10.0.0.41 - - [2025-09-08 03:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.38 - - [2025-09-08 03:18:30] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.41 - - [2025-09-08 03:18:30] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.064060 10.0.0.38 - - [2025-09-08 03:18:30] "POST /useragent-kv HTTP/1.1" 200 115 0.008115 10.0.0.41 - - [2025-09-08 03:18:30] "POST /neutron/subnet HTTP/1.1" 200 715 0.189049 10.0.0.41 - - [2025-09-08 03:18:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.001485 10.0.0.41 - - [2025-09-08 03:18:30] "GET /virtual-network/8f2f53bc-34d7-4df2-93b4-2acf81e34bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.005785 10.0.0.41 - - [2025-09-08 03:18:30] "GET /virtual-network/8f2f53bc-34d7-4df2-93b4-2acf81e34bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006085 10.0.0.41 - - [2025-09-08 03:18:30] "POST /neutron/network HTTP/1.1" 200 830 0.008088 10.0.0.41 - - [2025-09-08 03:18:31] "GET /virtual-network/8f2f53bc-34d7-4df2-93b4-2acf81e34bbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007109 10.0.0.41 - - [2025-09-08 03:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004466 10.0.0.38 - - [2025-09-08 03:18:31] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001728 10.0.0.41 - - [2025-09-08 03:18:31] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.049365 10.0.0.38 - - [2025-09-08 03:18:31] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001352 10.0.0.41 - - [2025-09-08 03:18:31] "POST /neutron/network HTTP/1.1" 200 613 0.147654 10.0.0.27 - - [2025-09-08 03:18:31] "POST /route-targets HTTP/1.1" 200 327 0.013287 10.0.0.41 - - [2025-09-08 03:18:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.004101 10.0.0.41 - - [2025-09-08 03:18:32] "GET /virtual-network/fe3eec38-6c0d-4020-91a2-958ed19f704b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006299 10.0.0.41 - - [2025-09-08 03:18:32] "POST /neutron/network HTTP/1.1" 200 832 0.007331 10.0.0.41 - - [2025-09-08 03:18:32] "GET /virtual-network/fe3eec38-6c0d-4020-91a2-958ed19f704b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006458 10.0.0.41 - - [2025-09-08 03:18:32] "GET /virtual-network/fe3eec38-6c0d-4020-91a2-958ed19f704b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008066 10.0.0.27 - - [2025-09-08 03:18:32] "GET /obj-perms HTTP/1.1" 200 5026 0.004549 10.0.0.41 - - [2025-09-08 03:18:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.38 - - [2025-09-08 03:18:32] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001066 10.0.0.41 - - [2025-09-08 03:18:32] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.046668 10.0.0.41 - - [2025-09-08 03:18:32] "POST /neutron/network HTTP/1.1" 200 117 0.014096 10.0.0.27 - - [2025-09-08 03:18:33] "POST /ref-update HTTP/1.1" 200 156 0.020806 10.0.0.41 - - [2025-09-08 03:18:33] "POST /neutron/network HTTP/1.1" 200 833 0.009358 10.0.0.41 - - [2025-09-08 03:18:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001307 10.0.0.41 - - [2025-09-08 03:18:33] "GET /virtual-network/99c65c61-34c9-4691-b5cb-d29c29ae93c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005561 10.0.0.41 - - [2025-09-08 03:18:33] "GET /virtual-network/99c65c61-34c9-4691-b5cb-d29c29ae93c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005536 10.0.0.41 - - [2025-09-08 03:18:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.009812 10.0.0.41 - - [2025-09-08 03:18:33] "GET /virtual-network/99c65c61-34c9-4691-b5cb-d29c29ae93c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006098 10.0.0.41 - - [2025-09-08 03:18:33] "GET /obj-perms HTTP/1.1" 200 5026 0.003890 10.0.0.38 - - [2025-09-08 03:18:33] "GET /obj-perms HTTP/1.1" 200 5026 0.004423 10.0.0.41 - - [2025-09-08 03:18:33] "POST /id-to-fqname HTTP/1.1" 200 223 0.001669 10.0.0.38 - - [2025-09-08 03:18:34] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001619 10.0.0.41 - - [2025-09-08 03:18:34] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.078836 10.0.0.41 - - [2025-09-08 03:18:35] "POST /neutron/port HTTP/1.1" 200 117 0.008059 10.0.0.41 - - [2025-09-08 03:18:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001394 10.0.0.41 - - [2025-09-08 03:18:35] "POST /neutron/network HTTP/1.1" 200 843 0.008973 10.0.0.41 - - [2025-09-08 03:18:35] "POST /neutron/port HTTP/1.1" 200 1058 0.017100 10.0.0.41 - - [2025-09-08 03:18:36] "POST /neutron/port HTTP/1.1" 200 1086 0.018370 10.0.0.38 - - [2025-09-08 03:18:36] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.41 - - [2025-09-08 03:18:36] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.076699 10.0.0.41 - - [2025-09-08 03:18:36] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.41 - - [2025-09-08 03:18:36] "POST /neutron/port HTTP/1.1" 200 1086 0.024997 10.0.0.41 - - [2025-09-08 03:18:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.003754 10.0.0.41 - - [2025-09-08 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003513 10.0.0.38 - - [2025-09-08 03:18:36] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001502 10.0.0.41 - - [2025-09-08 03:18:36] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008490 10.0.0.41 - - [2025-09-08 03:18:36] "POST /service-templates HTTP/1.1" 200 543 0.030814 10.0.0.41 - - [2025-09-08 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.41 - - [2025-09-08 03:18:36] "GET /service-template/9eba7877-ad26-470a-bd9d-fd7f079a3fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.007073 10.0.0.41 - - [2025-09-08 03:18:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004120 10.0.0.41 - - [2025-09-08 03:18:36] "GET /service-template/9eba7877-ad26-470a-bd9d-fd7f079a3fd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004359 10.0.0.41 - - [2025-09-08 03:18:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001634 10.0.0.41 - - [2025-09-08 03:18:36] "POST /id-to-fqname HTTP/1.1" 200 223 0.001540 10.0.0.41 - - [2025-09-08 03:18:36] "POST /id-to-fqname HTTP/1.1" 200 224 0.001679 10.0.0.41 - - [2025-09-08 03:18:36] "POST /neutron/network HTTP/1.1" 200 843 0.008248 10.0.0.41 - - [2025-09-08 03:18:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011516 10.0.0.41 - - [2025-09-08 03:18:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.41 - - [2025-09-08 03:18:37] "DELETE /service-template/9eba7877-ad26-470a-bd9d-fd7f079a3fd0 HTTP/1.1" 200 115 0.037837 10.0.0.41 - - [2025-09-08 03:18:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.004652 10.0.0.41 - - [2025-09-08 03:18:37] "POST /neutron/port HTTP/1.1" 200 1111 0.124382 10.0.0.41 - - [2025-09-08 03:18:37] "POST /neutron/network HTTP/1.1" 400 204 0.017173 10.0.0.41 - - [2025-09-08 03:18:37] "POST /neutron/port HTTP/1.1" 200 117 0.001541 10.0.0.41 - - [2025-09-08 03:18:38] "POST /neutron/port HTTP/1.1" 200 1112 0.015442 10.0.0.41 - - [2025-09-08 03:18:39] "POST /neutron/port HTTP/1.1" 200 1111 0.013486 10.0.0.41 - - [2025-09-08 03:18:39] "POST /neutron/network HTTP/1.1" 200 2184 0.014233 10.0.0.38 - - [2025-09-08 03:18:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003367 10.0.0.38 - - [2025-09-08 03:18:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002857 10.0.0.41 - - [2025-09-08 03:18:39] "POST /neutron/network HTTP/1.1" 200 151 0.132274 10.0.0.38 - - [2025-09-08 03:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.004562 10.0.0.38 - - [2025-09-08 03:18:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003738 10.0.0.27 - - [2025-09-08 03:18:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.41 - - [2025-09-08 03:18:40] "POST /neutron/network HTTP/1.1" 200 151 0.143786 10.0.0.27 - - [2025-09-08 03:18:40] "DELETE /route-target/f661a1a5-f5a4-466c-9e61-74c31f0558c1 HTTP/1.1" 200 115 0.027861 10.0.0.38 - - [2025-09-08 03:18:42] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.41 - - [2025-09-08 03:18:42] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.054650 10.0.0.38 - - [2025-09-08 03:18:42] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001283 10.0.0.41 - - [2025-09-08 03:18:42] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?fields=virtual_networks HTTP/1.1" 200 1028 0.050596 10.0.0.38 - - [2025-09-08 03:18:42] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001244 10.0.0.41 - - [2025-09-08 03:18:42] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.045252 10.0.0.38 - - [2025-09-08 03:18:42] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001070 10.0.0.41 - - [2025-09-08 03:18:42] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?fields=security_groups HTTP/1.1" 200 1252 0.040373 10.0.0.41 - - [2025-09-08 03:18:43] "POST /fqname-to-id HTTP/1.1" 404 184 0.030583 10.0.0.38 - - [2025-09-08 03:18:43] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004002 10.0.0.38 - - [2025-09-08 03:18:43] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.38 - - [2025-09-08 03:18:43] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008400 10.0.0.38 - - [2025-09-08 03:18:43] "POST /id-to-fqname HTTP/1.1" 200 186 0.005957 10.0.0.38 - - [2025-09-08 03:18:43] "POST /fqname-to-id HTTP/1.1" 404 195 0.009697 10.0.0.38 - - [2025-09-08 03:18:43] "POST /security-groups HTTP/1.1" 200 587 0.073442 10.0.0.38 - - [2025-09-08 03:18:43] "POST /projects HTTP/1.1" 200 577 0.327566 10.0.0.27 - - [2025-09-08 03:18:43] "POST /fqname-to-id HTTP/1.1" 404 229 0.011429 10.0.0.38 - - [2025-09-08 03:18:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.401096 10.0.0.41 - - [2025-09-08 03:18:43] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.545579 10.0.0.41 - - [2025-09-08 03:18:45] "GET / HTTP/1.1" 200 35931 0.002467 10.0.0.41 - - [2025-09-08 03:18:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000500 10.0.0.41 - - [2025-09-08 03:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.072641 10.0.0.38 - - [2025-09-08 03:18:47] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001536 10.0.0.41 - - [2025-09-08 03:18:47] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.046803 10.0.0.41 - - [2025-09-08 03:18:47] "POST /neutron/network HTTP/1.1" 200 117 0.033247 10.0.0.27 - - [2025-09-08 03:18:47] "POST /ref-update HTTP/1.1" 200 156 0.023642 10.0.0.41 - - [2025-09-08 03:18:48] "POST /neutron/network HTTP/1.1" 200 831 0.010451 10.0.0.41 - - [2025-09-08 03:18:48] "POST /id-to-fqname HTTP/1.1" 200 221 0.001555 10.0.0.41 - - [2025-09-08 03:18:48] "GET /virtual-network/c963cfd6-3add-47b6-96da-ca6c1c465d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006146 10.0.0.41 - - [2025-09-08 03:18:48] "GET /virtual-network/c963cfd6-3add-47b6-96da-ca6c1c465d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008397 10.0.0.41 - - [2025-09-08 03:18:48] "POST /neutron/subnet HTTP/1.1" 200 729 0.010259 10.0.0.41 - - [2025-09-08 03:18:48] "GET /virtual-network/c963cfd6-3add-47b6-96da-ca6c1c465d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008515 10.0.0.41 - - [2025-09-08 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.38 - - [2025-09-08 03:18:50] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001069 10.0.0.41 - - [2025-09-08 03:18:50] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.045251 10.0.0.38 - - [2025-09-08 03:18:50] "POST /useragent-kv HTTP/1.1" 200 115 0.010332 10.0.0.41 - - [2025-09-08 03:18:51] "POST /neutron/subnet HTTP/1.1" 200 724 0.287533 10.0.0.41 - - [2025-09-08 03:18:51] "POST /id-to-fqname HTTP/1.1" 200 221 0.001795 10.0.0.41 - - [2025-09-08 03:18:51] "GET /virtual-network/dcca3815-6ebf-4d1b-9038-e056f2533f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009971 10.0.0.41 - - [2025-09-08 03:18:51] "GET /virtual-network/dcca3815-6ebf-4d1b-9038-e056f2533f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.025051 10.0.0.41 - - [2025-09-08 03:18:51] "POST /neutron/network HTTP/1.1" 200 830 0.010441 10.0.0.27 - - [2025-09-08 03:18:51] "DELETE /access-control-list/ce9c7ba6-bf1e-4f15-9688-55ef1b0cde99 HTTP/1.1" 200 115 0.092175 10.0.0.41 - - [2025-09-08 03:18:51] "GET /virtual-network/dcca3815-6ebf-4d1b-9038-e056f2533f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.011401 10.0.0.27 - - [2025-09-08 03:18:52] "GET /obj-perms HTTP/1.1" 200 5022 0.048063 10.0.0.41 - - [2025-09-08 03:18:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.38 - - [2025-09-08 03:18:52] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001767 10.0.0.41 - - [2025-09-08 03:18:52] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.040583 10.0.0.38 - - [2025-09-08 03:18:52] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001188 10.0.0.41 - - [2025-09-08 03:18:52] "POST /neutron/network HTTP/1.1" 200 613 0.138722 10.0.0.27 - - [2025-09-08 03:18:52] "POST /ref-update HTTP/1.1" 200 156 0.056816 10.0.0.41 - - [2025-09-08 03:18:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.003696 10.0.0.41 - - [2025-09-08 03:18:52] "GET /virtual-network/99f96e84-1dc8-4783-9b54-ef684aa7e8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005888 10.0.0.41 - - [2025-09-08 03:18:52] "POST /neutron/network HTTP/1.1" 200 833 0.007506 10.0.0.41 - - [2025-09-08 03:18:52] "GET /virtual-network/99f96e84-1dc8-4783-9b54-ef684aa7e8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006080 10.0.0.41 - - [2025-09-08 03:18:53] "GET /virtual-network/99f96e84-1dc8-4783-9b54-ef684aa7e8e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007799 10.0.0.41 - - [2025-09-08 03:18:53] "GET /obj-perms HTTP/1.1" 200 5022 0.055897 10.0.0.38 - - [2025-09-08 03:18:53] "GET /obj-perms HTTP/1.1" 200 5022 0.049623 10.0.0.41 - - [2025-09-08 03:18:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001594 10.0.0.41 - - [2025-09-08 03:18:53] "POST /neutron/network HTTP/1.1" 200 840 0.008301 10.0.0.38 - - [2025-09-08 03:18:54] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.042101 10.0.0.41 - - [2025-09-08 03:18:54] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.308109 10.0.0.41 - - [2025-09-08 03:18:54] "POST /neutron/port HTTP/1.1" 200 117 0.006941 10.0.0.41 - - [2025-09-08 03:18:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001723 10.0.0.41 - - [2025-09-08 03:18:55] "POST /neutron/network HTTP/1.1" 200 840 0.008425 10.0.0.38 - - [2025-09-08 03:18:56] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001251 10.0.0.41 - - [2025-09-08 03:18:56] "POST /neutron/port HTTP/1.1" 200 1056 0.020992 10.0.0.41 - - [2025-09-08 03:18:56] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.076795 10.0.0.41 - - [2025-09-08 03:18:56] "POST /neutron/port HTTP/1.1" 200 1084 0.021937 10.0.0.41 - - [2025-09-08 03:18:56] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008276 10.0.0.41 - - [2025-09-08 03:18:56] "POST /neutron/port HTTP/1.1" 200 117 0.007832 10.0.0.41 - - [2025-09-08 03:18:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.004278 10.0.0.41 - - [2025-09-08 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.38 - - [2025-09-08 03:18:56] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001114 10.0.0.41 - - [2025-09-08 03:18:56] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008605 10.0.0.41 - - [2025-09-08 03:18:56] "POST /service-templates HTTP/1.1" 200 543 0.028653 10.0.0.41 - - [2025-09-08 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.41 - - [2025-09-08 03:18:56] "GET /service-template/15e9d5c4-2f6a-4b32-b1cd-28859e773a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006645 10.0.0.41 - - [2025-09-08 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002919 10.0.0.41 - - [2025-09-08 03:18:56] "GET /service-template/15e9d5c4-2f6a-4b32-b1cd-28859e773a12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.004603 10.0.0.41 - - [2025-09-08 03:18:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001433 10.0.0.41 - - [2025-09-08 03:18:56] "POST /id-to-fqname HTTP/1.1" 200 221 0.001541 10.0.0.41 - - [2025-09-08 03:18:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001314 10.0.0.38 - - [2025-09-08 03:18:56] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001270 10.0.0.41 - - [2025-09-08 03:18:57] "POST /neutron/port HTTP/1.1" 200 1057 0.337086 10.0.0.41 - - [2025-09-08 03:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.41 - - [2025-09-08 03:18:57] "POST /neutron/port HTTP/1.1" 200 1057 0.011789 10.0.0.41 - - [2025-09-08 03:18:57] "DELETE /service-template/15e9d5c4-2f6a-4b32-b1cd-28859e773a12 HTTP/1.1" 200 115 0.044522 10.0.0.41 - - [2025-09-08 03:18:57] "POST /fqname-to-id HTTP/1.1" 404 193 0.005933 10.0.0.41 - - [2025-09-08 03:18:57] "POST /neutron/port HTTP/1.1" 200 1085 0.021704 10.0.0.41 - - [2025-09-08 03:18:57] "POST /neutron/subnet HTTP/1.1" 200 703 0.012074 10.0.0.41 - - [2025-09-08 03:18:57] "POST /neutron/network HTTP/1.1" 200 833 0.007498 10.0.0.41 - - [2025-09-08 03:18:58] "POST /neutron/port HTTP/1.1" 200 151 0.164942 10.0.0.41 - - [2025-09-08 03:18:58] "POST /neutron/port HTTP/1.1" 200 1111 0.014359 10.0.0.41 - - [2025-09-08 03:18:59] "POST /neutron/network HTTP/1.1" 200 2183 0.023205 10.0.0.38 - - [2025-09-08 03:18:59] "POST /useragent-kv HTTP/1.1" 200 115 0.005257 10.0.0.38 - - [2025-09-08 03:18:59] "POST /useragent-kv HTTP/1.1" 200 115 0.004604 10.0.0.41 - - [2025-09-08 03:18:59] "POST /neutron/network HTTP/1.1" 200 151 0.141721 10.0.0.27 - - [2025-09-08 03:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006458 10.0.0.38 - - [2025-09-08 03:19:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003647 10.0.0.38 - - [2025-09-08 03:19:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004859 10.0.0.41 - - [2025-09-08 03:19:00] "POST /neutron/network HTTP/1.1" 200 151 0.148046 10.0.0.27 - - [2025-09-08 03:19:00] "DELETE /route-target/efac088c-cd9e-4a80-be58-befdb9ffff50 HTTP/1.1" 200 115 0.027041 10.0.0.41 - - [2025-09-08 03:19:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004455 10.0.0.38 - - [2025-09-08 03:19:03] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001045 10.0.0.41 - - [2025-09-08 03:19:03] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.055147 10.0.0.41 - - [2025-09-08 03:19:03] "POST /neutron/network HTTP/1.1" 200 117 0.013188 10.0.0.41 - - [2025-09-08 03:19:04] "POST /neutron/network HTTP/1.1" 200 829 0.010419 10.0.0.41 - - [2025-09-08 03:19:04] "POST /id-to-fqname HTTP/1.1" 200 221 0.001256 10.0.0.41 - - [2025-09-08 03:19:04] "GET /virtual-network/be716c83-38ad-4451-8a76-f4822529c89b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005274 10.0.0.41 - - [2025-09-08 03:19:04] "GET /virtual-network/be716c83-38ad-4451-8a76-f4822529c89b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006252 10.0.0.41 - - [2025-09-08 03:19:04] "POST /neutron/subnet HTTP/1.1" 200 720 0.011364 10.0.0.41 - - [2025-09-08 03:19:04] "GET /virtual-network/be716c83-38ad-4451-8a76-f4822529c89b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007073 10.0.0.27 - - [2025-09-08 03:19:04] "GET /obj-perms HTTP/1.1" 200 5022 0.004772 10.0.0.41 - - [2025-09-08 03:19:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.38 - - [2025-09-08 03:19:04] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001127 10.0.0.41 - - [2025-09-08 03:19:04] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.042262 10.0.0.27 - - [2025-09-08 03:19:05] "POST /route-targets HTTP/1.1" 200 327 0.018465 10.0.0.38 - - [2025-09-08 03:19:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006179 10.0.0.41 - - [2025-09-08 03:19:05] "POST /neutron/subnet HTTP/1.1" 200 734 0.258155 10.0.0.41 - - [2025-09-08 03:19:05] "POST /id-to-fqname HTTP/1.1" 200 221 0.001936 10.0.0.41 - - [2025-09-08 03:19:05] "GET /virtual-network/2406e0e7-9ed7-4c13-b733-dd67b5341d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006530 10.0.0.41 - - [2025-09-08 03:19:05] "GET /virtual-network/2406e0e7-9ed7-4c13-b733-dd67b5341d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007039 10.0.0.41 - - [2025-09-08 03:19:05] "POST /neutron/network HTTP/1.1" 200 832 0.007076 10.0.0.41 - - [2025-09-08 03:19:05] "GET /virtual-network/2406e0e7-9ed7-4c13-b733-dd67b5341d68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006681 10.0.0.38 - - [2025-09-08 03:19:05] "GET /obj-perms HTTP/1.1" 200 5022 0.004405 10.0.0.41 - - [2025-09-08 03:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.38 - - [2025-09-08 03:19:06] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000987 10.0.0.41 - - [2025-09-08 03:19:06] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.040868 10.0.0.38 - - [2025-09-08 03:19:06] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001025 10.0.0.41 - - [2025-09-08 03:19:06] "POST /neutron/network HTTP/1.1" 200 613 0.129550 10.0.0.27 - - [2025-09-08 03:19:06] "POST /ref-update HTTP/1.1" 200 156 0.025710 10.0.0.41 - - [2025-09-08 03:19:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.003895 10.0.0.41 - - [2025-09-08 03:19:06] "GET /virtual-network/20e70a29-5585-45d5-ac63-d2386fca0728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006388 10.0.0.41 - - [2025-09-08 03:19:06] "POST /neutron/network HTTP/1.1" 200 832 0.007734 10.0.0.41 - - [2025-09-08 03:19:06] "GET /virtual-network/20e70a29-5585-45d5-ac63-d2386fca0728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007142 10.0.0.41 - - [2025-09-08 03:19:06] "GET /virtual-network/20e70a29-5585-45d5-ac63-d2386fca0728?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006800 10.0.0.38 - - [2025-09-08 03:19:06] "DELETE /project/1bb8aed0-338a-42dc-8877-3ae245eab56a HTTP/1.1" 404 177 0.009713 10.0.0.38 - - [2025-09-08 03:19:06] "DELETE /project/253a6eaec4ae4d52a2401104ae9f6612 HTTP/1.1" 404 173 0.008423 10.0.0.38 - - [2025-09-08 03:19:06] "DELETE /project/45d6ccc161454cf192c57783fab77b1c HTTP/1.1" 404 173 0.007545 10.0.0.38 - - [2025-09-08 03:19:06] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.38 - - [2025-09-08 03:19:07] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.038766 10.0.0.38 - - [2025-09-08 03:19:07] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001263 10.0.0.38 - - [2025-09-08 03:19:07] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?fields=security_groups HTTP/1.1" 200 1357 0.053259 10.0.0.41 - - [2025-09-08 03:19:07] "GET /obj-perms HTTP/1.1" 200 5022 0.007467 10.0.0.38 - - [2025-09-08 03:19:07] "DELETE /security-group/bcb98db0-f883-4a17-aae3-6ae90ddb7d15 HTTP/1.1" 200 115 0.076280 10.0.0.38 - - [2025-09-08 03:19:07] "GET /projects?obj_uuids=253a6eae-c4ae-4d52-a240-1104ae9f6612&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001074 10.0.0.41 - - [2025-09-08 03:19:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.38 - - [2025-09-08 03:19:07] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001045 10.0.0.38 - - [2025-09-08 03:19:07] "GET /project/253a6eae-c4ae-4d52-a240-1104ae9f6612?fields=application_policy_sets HTTP/1.1" 200 1396 0.064092 10.0.0.41 - - [2025-09-08 03:19:07] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.105020 10.0.0.41 - - [2025-09-08 03:19:07] "POST /neutron/network HTTP/1.1" 200 117 0.028930 10.0.0.38 - - [2025-09-08 03:19:07] "DELETE /project/253a6eae-c4ae-4d52-a240-1104ae9f6612 HTTP/1.1" 200 115 0.501854 10.0.0.27 - - [2025-09-08 03:19:07] "POST /route-targets HTTP/1.1" 200 327 0.017258 10.0.0.41 - - [2025-09-08 03:19:07] "POST /neutron/network HTTP/1.1" 200 843 0.009225 10.0.0.41 - - [2025-09-08 03:19:07] "POST /id-to-fqname HTTP/1.1" 200 227 0.001551 10.0.0.41 - - [2025-09-08 03:19:07] "GET /virtual-network/b97b7ba9-e604-447c-976d-d0f022d49a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006472 10.0.0.41 - - [2025-09-08 03:19:07] "GET /virtual-network/b97b7ba9-e604-447c-976d-d0f022d49a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006313 10.0.0.41 - - [2025-09-08 03:19:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.010386 10.0.0.41 - - [2025-09-08 03:19:08] "GET /virtual-network/b97b7ba9-e604-447c-976d-d0f022d49a89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006338 10.0.0.27 - - [2025-09-08 03:19:08] "GET /obj-perms HTTP/1.1" 200 5022 0.004498 10.0.0.41 - - [2025-09-08 03:19:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.38 - - [2025-09-08 03:19:08] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001262 10.0.0.41 - - [2025-09-08 03:19:08] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.055622 10.0.0.27 - - [2025-09-08 03:19:08] "POST /ref-update HTTP/1.1" 200 156 0.020641 10.0.0.38 - - [2025-09-08 03:19:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003544 10.0.0.41 - - [2025-09-08 03:19:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.241989 10.0.0.41 - - [2025-09-08 03:19:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001381 10.0.0.41 - - [2025-09-08 03:19:09] "GET /virtual-network/5a11f758-0c13-4af7-8fee-0fa9128758ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.005818 10.0.0.41 - - [2025-09-08 03:19:09] "GET /virtual-network/5a11f758-0c13-4af7-8fee-0fa9128758ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006274 10.0.0.41 - - [2025-09-08 03:19:09] "POST /neutron/network HTTP/1.1" 200 844 0.008893 10.0.0.41 - - [2025-09-08 03:19:09] "GET /virtual-network/5a11f758-0c13-4af7-8fee-0fa9128758ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007328 10.0.0.38 - - [2025-09-08 03:19:09] "GET /obj-perms HTTP/1.1" 200 5022 0.004328 10.0.0.41 - - [2025-09-08 03:19:09] "POST /id-to-fqname HTTP/1.1" 200 221 0.001498 10.0.0.38 - - [2025-09-08 03:19:10] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001256 10.0.0.41 - - [2025-09-08 03:19:10] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.069169 10.0.0.41 - - [2025-09-08 03:19:10] "POST /neutron/network HTTP/1.1" 200 832 0.031943 10.0.0.41 - - [2025-09-08 03:19:10] "POST /id-to-fqname HTTP/1.1" 200 222 0.001583 10.0.0.41 - - [2025-09-08 03:19:10] "POST /neutron/port HTTP/1.1" 200 117 0.009278 10.0.0.38 - - [2025-09-08 03:19:11] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001236 10.0.0.41 - - [2025-09-08 03:19:11] "POST /neutron/port HTTP/1.1" 200 1058 0.325681 10.0.0.38 - - [2025-09-08 03:19:11] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001101 10.0.0.41 - - [2025-09-08 03:19:12] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.096266 10.0.0.41 - - [2025-09-08 03:19:12] "POST /neutron/port HTTP/1.1" 200 1112 0.187021 10.0.0.41 - - [2025-09-08 03:19:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006391 10.0.0.41 - - [2025-09-08 03:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.41 - - [2025-09-08 03:19:12] "POST /neutron/port HTTP/1.1" 200 117 0.007084 10.0.0.41 - - [2025-09-08 03:19:12] "POST /fqname-to-id HTTP/1.1" 404 193 0.003761 10.0.0.41 - - [2025-09-08 03:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.38 - - [2025-09-08 03:19:12] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001286 10.0.0.41 - - [2025-09-08 03:19:12] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.008757 10.0.0.41 - - [2025-09-08 03:19:12] "POST /service-templates HTTP/1.1" 200 543 0.026927 10.0.0.41 - - [2025-09-08 03:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.41 - - [2025-09-08 03:19:12] "GET /service-template/4377258d-62de-41c3-8917-cfd12a4741fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.006996 10.0.0.41 - - [2025-09-08 03:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.41 - - [2025-09-08 03:19:12] "GET /service-template/4377258d-62de-41c3-8917-cfd12a4741fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1811 0.004848 10.0.0.41 - - [2025-09-08 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.001450 10.0.0.41 - - [2025-09-08 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 227 0.001468 10.0.0.41 - - [2025-09-08 03:19:12] "POST /id-to-fqname HTTP/1.1" 200 228 0.001462 10.0.0.38 - - [2025-09-08 03:19:12] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001179 10.0.0.41 - - [2025-09-08 03:19:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.008070 10.0.0.41 - - [2025-09-08 03:19:13] "DELETE /service-template/4377258d-62de-41c3-8917-cfd12a4741fc HTTP/1.1" 200 115 0.045986 10.0.0.41 - - [2025-09-08 03:19:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.017292 10.0.0.41 - - [2025-09-08 03:19:13] "POST /neutron/port HTTP/1.1" 200 1056 0.392291 10.0.0.41 - - [2025-09-08 03:19:13] "POST /neutron/port HTTP/1.1" 200 1056 0.013720 10.0.0.38 - - [2025-09-08 03:19:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004079 10.0.0.38 - - [2025-09-08 03:19:13] "POST /useragent-kv HTTP/1.1" 200 115 0.005300 10.0.0.41 - - [2025-09-08 03:19:13] "POST /neutron/network HTTP/1.1" 200 151 0.173768 10.0.0.41 - - [2025-09-08 03:19:13] "POST /neutron/subnet HTTP/1.1" 200 699 0.009751 10.0.0.41 - - [2025-09-08 03:19:13] "POST /neutron/port HTTP/1.1" 200 1086 0.031997 10.0.0.41 - - [2025-09-08 03:19:13] "POST /neutron/network HTTP/1.1" 200 843 0.018639 10.0.0.27 - - [2025-09-08 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004766 10.0.0.41 - - [2025-09-08 03:19:14] "POST /neutron/network HTTP/1.1" 400 204 0.014548 10.0.0.41 - - [2025-09-08 03:19:15] "POST /neutron/port HTTP/1.1" 200 1110 0.017430 10.0.0.41 - - [2025-09-08 03:19:15] "POST /neutron/network HTTP/1.1" 200 2182 0.016165 10.0.0.41 - - [2025-09-08 03:19:16] "POST /neutron/network HTTP/1.1" 200 832 0.006785 10.0.0.27 - - [2025-09-08 03:19:16] "DELETE /route-target/d3a35c74-6002-4948-9aae-73d8c4a980f3 HTTP/1.1" 200 115 0.025085 10.0.0.38 - - [2025-09-08 03:19:16] "POST /useragent-kv HTTP/1.1" 200 115 0.007828 10.0.0.38 - - [2025-09-08 03:19:16] "POST /useragent-kv HTTP/1.1" 200 115 0.003742 10.0.0.41 - - [2025-09-08 03:19:16] "POST /neutron/network HTTP/1.1" 200 151 0.133497 10.0.0.27 - - [2025-09-08 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.007579 10.0.0.38 - - [2025-09-08 03:19:19] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001348 10.0.0.41 - - [2025-09-08 03:19:19] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1347 0.052486 10.0.0.38 - - [2025-09-08 03:19:19] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001228 10.0.0.41 - - [2025-09-08 03:19:19] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?fields=virtual_networks HTTP/1.1" 200 1024 0.063622 10.0.0.38 - - [2025-09-08 03:19:19] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001186 10.0.0.41 - - [2025-09-08 03:19:19] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1024 0.061742 10.0.0.38 - - [2025-09-08 03:19:19] "GET /projects?obj_uuids=45d6ccc1-6145-4cf1-92c5-7783fab77b1c&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001193 10.0.0.41 - - [2025-09-08 03:19:19] "GET /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c?fields=security_groups HTTP/1.1" 200 1246 0.055474 10.0.0.41 - - [2025-09-08 03:19:20] "POST /fqname-to-id HTTP/1.1" 404 190 0.036790 10.0.0.38 - - [2025-09-08 03:19:20] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003453 10.0.0.38 - - [2025-09-08 03:19:20] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.38 - - [2025-09-08 03:19:20] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007550 10.0.0.38 - - [2025-09-08 03:19:20] "POST /id-to-fqname HTTP/1.1" 200 192 0.001511 10.0.0.38 - - [2025-09-08 03:19:20] "POST /fqname-to-id HTTP/1.1" 404 201 0.007431 10.0.0.38 - - [2025-09-08 03:19:20] "POST /security-groups HTTP/1.1" 200 593 0.073264 10.0.0.38 - - [2025-09-08 03:19:20] "POST /projects HTTP/1.1" 200 589 0.292066 10.0.0.27 - - [2025-09-08 03:19:20] "POST /access-control-lists HTTP/1.1" 200 598 0.032195 10.0.0.38 - - [2025-09-08 03:19:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.376582 10.0.0.41 - - [2025-09-08 03:19:20] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.519043 10.0.0.41 - - [2025-09-08 03:19:22] "GET / HTTP/1.1" 200 35931 0.001895 10.0.0.41 - - [2025-09-08 03:19:24] "POST /fqname-to-id HTTP/1.1" 401 292 0.000532 10.0.0.41 - - [2025-09-08 03:19:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.064860 10.0.0.38 - - [2025-09-08 03:19:24] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001128 10.0.0.41 - - [2025-09-08 03:19:24] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.037544 10.0.0.41 - - [2025-09-08 03:19:24] "POST /neutron/network HTTP/1.1" 200 117 0.034017 10.0.0.27 - - [2025-09-08 03:19:24] "POST /route-targets HTTP/1.1" 200 327 0.015965 10.0.0.41 - - [2025-09-08 03:19:25] "POST /neutron/network HTTP/1.1" 200 831 0.012642 10.0.0.41 - - [2025-09-08 03:19:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001361 10.0.0.41 - - [2025-09-08 03:19:25] "GET /virtual-network/af36a9a5-d924-44a1-8d96-1db08389e1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007204 10.0.0.41 - - [2025-09-08 03:19:25] "GET /virtual-network/af36a9a5-d924-44a1-8d96-1db08389e1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006665 10.0.0.41 - - [2025-09-08 03:19:25] "POST /neutron/subnet HTTP/1.1" 200 730 0.010824 10.0.0.41 - - [2025-09-08 03:19:25] "GET /virtual-network/af36a9a5-d924-44a1-8d96-1db08389e1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006402 10.0.0.41 - - [2025-09-08 03:19:26] "GET /obj-perms HTTP/1.1" 200 5034 0.047972 10.0.0.41 - - [2025-09-08 03:19:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004418 10.0.0.38 - - [2025-09-08 03:19:27] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001184 10.0.0.41 - - [2025-09-08 03:19:27] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.046567 10.0.0.27 - - [2025-09-08 03:19:27] "POST /ref-update HTTP/1.1" 200 156 0.034433 10.0.0.38 - - [2025-09-08 03:19:27] "POST /useragent-kv HTTP/1.1" 200 115 0.009732 10.0.0.41 - - [2025-09-08 03:19:27] "POST /neutron/subnet HTTP/1.1" 200 725 0.191825 10.0.0.41 - - [2025-09-08 03:19:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.001438 10.0.0.41 - - [2025-09-08 03:19:27] "GET /virtual-network/0da781d5-e0a1-4101-8677-ed80154f6705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005996 10.0.0.41 - - [2025-09-08 03:19:27] "GET /virtual-network/0da781d5-e0a1-4101-8677-ed80154f6705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006420 10.0.0.41 - - [2025-09-08 03:19:27] "POST /neutron/network HTTP/1.1" 200 832 0.008425 10.0.0.41 - - [2025-09-08 03:19:28] "GET /virtual-network/0da781d5-e0a1-4101-8677-ed80154f6705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009027 10.0.0.27 - - [2025-09-08 03:19:28] "GET /obj-perms HTTP/1.1" 200 5034 0.049958 10.0.0.41 - - [2025-09-08 03:19:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.38 - - [2025-09-08 03:19:28] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001016 10.0.0.41 - - [2025-09-08 03:19:28] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059143 10.0.0.38 - - [2025-09-08 03:19:28] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001099 10.0.0.41 - - [2025-09-08 03:19:28] "POST /neutron/network HTTP/1.1" 200 617 0.141270 10.0.0.41 - - [2025-09-08 03:19:29] "POST /id-to-fqname HTTP/1.1" 200 227 0.003985 10.0.0.41 - - [2025-09-08 03:19:29] "GET /virtual-network/144d3848-9e84-4257-b2b2-1c28be506d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006318 10.0.0.41 - - [2025-09-08 03:19:29] "POST /neutron/network HTTP/1.1" 200 835 0.007648 10.0.0.41 - - [2025-09-08 03:19:29] "GET /virtual-network/144d3848-9e84-4257-b2b2-1c28be506d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005861 10.0.0.41 - - [2025-09-08 03:19:29] "GET /virtual-network/144d3848-9e84-4257-b2b2-1c28be506d6b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006330 10.0.0.38 - - [2025-09-08 03:19:29] "GET /obj-perms HTTP/1.1" 200 5034 0.050176 10.0.0.41 - - [2025-09-08 03:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.38 - - [2025-09-08 03:19:29] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001053 10.0.0.41 - - [2025-09-08 03:19:29] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.042819 10.0.0.41 - - [2025-09-08 03:19:30] "POST /neutron/network HTTP/1.1" 200 117 0.014944 10.0.0.27 - - [2025-09-08 03:19:30] "POST /route-targets HTTP/1.1" 200 327 0.019267 10.0.0.41 - - [2025-09-08 03:19:30] "POST /neutron/network HTTP/1.1" 200 847 0.010613 10.0.0.41 - - [2025-09-08 03:19:30] "POST /id-to-fqname HTTP/1.1" 200 233 0.001575 10.0.0.41 - - [2025-09-08 03:19:30] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006873 10.0.0.41 - - [2025-09-08 03:19:30] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006634 10.0.0.41 - - [2025-09-08 03:19:30] "POST /neutron/subnet HTTP/1.1" 200 720 0.010174 10.0.0.41 - - [2025-09-08 03:19:30] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006619 10.0.0.41 - - [2025-09-08 03:19:30] "GET /obj-perms HTTP/1.1" 200 5034 0.004457 10.0.0.41 - - [2025-09-08 03:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.38 - - [2025-09-08 03:19:31] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001116 10.0.0.41 - - [2025-09-08 03:19:31] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.062500 10.0.0.27 - - [2025-09-08 03:19:31] "POST /ref-update HTTP/1.1" 200 156 0.030218 10.0.0.38 - - [2025-09-08 03:19:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003747 10.0.0.41 - - [2025-09-08 03:19:31] "POST /neutron/subnet HTTP/1.1" 200 720 0.216801 10.0.0.41 - - [2025-09-08 03:19:31] "POST /id-to-fqname HTTP/1.1" 200 234 0.001568 10.0.0.41 - - [2025-09-08 03:19:31] "GET /virtual-network/2a8d6716-476a-4d46-9544-d160f858d5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005375 10.0.0.41 - - [2025-09-08 03:19:31] "GET /virtual-network/2a8d6716-476a-4d46-9544-d160f858d5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006361 10.0.0.41 - - [2025-09-08 03:19:31] "POST /neutron/network HTTP/1.1" 200 849 0.007657 10.0.0.41 - - [2025-09-08 03:19:31] "GET /virtual-network/2a8d6716-476a-4d46-9544-d160f858d5a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007740 10.0.0.27 - - [2025-09-08 03:19:32] "GET /obj-perms HTTP/1.1" 200 5034 0.003895 10.0.0.41 - - [2025-09-08 03:19:32] "POST /id-to-fqname HTTP/1.1" 200 224 0.001538 10.0.0.38 - - [2025-09-08 03:19:33] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001049 10.0.0.41 - - [2025-09-08 03:19:33] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.067398 10.0.0.41 - - [2025-09-08 03:19:33] "POST /neutron/network HTTP/1.1" 200 831 0.006751 10.0.0.41 - - [2025-09-08 03:19:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.001544 10.0.0.41 - - [2025-09-08 03:19:33] "POST /neutron/port HTTP/1.1" 200 117 0.007638 10.0.0.38 - - [2025-09-08 03:19:33] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001671 10.0.0.41 - - [2025-09-08 03:19:34] "POST /neutron/port HTTP/1.1" 200 1063 0.313333 10.0.0.41 - - [2025-09-08 03:19:34] "POST /neutron/port HTTP/1.1" 200 1117 0.116984 10.0.0.38 - - [2025-09-08 03:19:34] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001142 10.0.0.41 - - [2025-09-08 03:19:34] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.084920 10.0.0.41 - - [2025-09-08 03:19:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004438 10.0.0.41 - - [2025-09-08 03:19:34] "POST /neutron/network HTTP/1.1" 200 831 0.011818 10.0.0.41 - - [2025-09-08 03:19:34] "POST /neutron/port HTTP/1.1" 200 117 0.008037 10.0.0.41 - - [2025-09-08 03:19:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003956 10.0.0.41 - - [2025-09-08 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.38 - - [2025-09-08 03:19:34] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.41 - - [2025-09-08 03:19:34] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.009911 10.0.0.41 - - [2025-09-08 03:19:34] "POST /service-templates HTTP/1.1" 200 543 0.032031 10.0.0.41 - - [2025-09-08 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.41 - - [2025-09-08 03:19:35] "GET /service-template/8c901066-f1fb-4f8d-b138-de1766ae3094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.012889 10.0.0.41 - - [2025-09-08 03:19:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.41 - - [2025-09-08 03:19:35] "GET /service-template/8c901066-f1fb-4f8d-b138-de1766ae3094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.007292 10.0.0.41 - - [2025-09-08 03:19:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001434 10.0.0.41 - - [2025-09-08 03:19:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008430 10.0.0.41 - - [2025-09-08 03:19:35] "POST /neutron/port HTTP/1.1" 200 1062 0.020700 10.0.0.41 - - [2025-09-08 03:19:35] "POST /neutron/port HTTP/1.1" 200 1090 0.019041 10.0.0.41 - - [2025-09-08 03:19:36] "POST /neutron/port HTTP/1.1" 200 117 0.001520 10.0.0.38 - - [2025-09-08 03:19:36] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001222 10.0.0.41 - - [2025-09-08 03:19:36] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.067084 10.0.0.41 - - [2025-09-08 03:19:36] "POST /neutron/port HTTP/1.1" 200 2065 0.021390 10.0.0.41 - - [2025-09-08 03:19:36] "GET /virtual-machine/d2f718ff-3e34-4b4a-99e0-7cd11aa9fc11 HTTP/1.1" 401 292 0.000591 10.0.0.41 - - [2025-09-08 03:19:37] "POST /neutron/network HTTP/1.1" 200 857 0.007868 10.0.0.41 - - [2025-09-08 03:19:37] "GET /virtual-machine/d2f718ff-3e34-4b4a-99e0-7cd11aa9fc11 HTTP/1.1" 404 171 0.031765 10.0.0.41 - - [2025-09-08 03:19:37] "POST /neutron/port HTTP/1.1" 200 1061 0.019152 10.0.0.41 - - [2025-09-08 03:19:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004735 10.0.0.41 - - [2025-09-08 03:19:37] "POST /neutron/network HTTP/1.1" 200 847 0.007715 10.0.0.41 - - [2025-09-08 03:19:39] "GET /virtual-machine/d2f718ff-3e34-4b4a-99e0-7cd11aa9fc11 HTTP/1.1" 200 1295 0.006467 10.0.0.41 - - [2025-09-08 03:19:39] "GET /virtual-machine-interface/d206f8f9-0347-4d2e-b101-a5019c370c6e HTTP/1.1" 200 2985 0.007903 10.0.0.41 - - [2025-09-08 03:19:39] "GET /virtual-machine-interface/d206f8f9-0347-4d2e-b101-a5019c370c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.007214 10.0.0.41 - - [2025-09-08 03:19:39] "PUT /virtual-machine-interface/d206f8f9-0347-4d2e-b101-a5019c370c6e HTTP/1.1" 200 284 0.015188 10.0.0.41 - - [2025-09-08 03:19:39] "POST /neutron/port HTTP/1.1" 200 1089 0.020381 10.0.0.41 - - [2025-09-08 03:19:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008725 10.0.0.41 - - [2025-09-08 03:19:39] "GET /virtual-machine/d2f718ff-3e34-4b4a-99e0-7cd11aa9fc11 HTTP/1.1" 200 1295 0.005404 10.0.0.41 - - [2025-09-08 03:19:39] "GET /virtual-machine-interface/d206f8f9-0347-4d2e-b101-a5019c370c6e HTTP/1.1" 200 3035 0.006479 10.0.0.41 - - [2025-09-08 03:19:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004448 10.0.0.41 - - [2025-09-08 03:19:39] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003817 10.0.0.41 - - [2025-09-08 03:19:39] "GET /virtual-networks?parent_id=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003379 10.0.0.41 - - [2025-09-08 03:19:39] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006550 10.0.0.41 - - [2025-09-08 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.41 - - [2025-09-08 03:19:42] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.010196 10.0.0.41 - - [2025-09-08 03:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.41 - - [2025-09-08 03:19:46] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006545 10.0.0.41 - - [2025-09-08 03:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.41 - - [2025-09-08 03:19:51] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006162 10.0.0.41 - - [2025-09-08 03:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004894 10.0.0.41 - - [2025-09-08 03:19:55] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.009583 10.0.0.41 - - [2025-09-08 03:19:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.41 - - [2025-09-08 03:19:59] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007740 10.0.0.41 - - [2025-09-08 03:20:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.41 - - [2025-09-08 03:20:03] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006129 10.0.0.41 - - [2025-09-08 03:20:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.41 - - [2025-09-08 03:20:07] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007121 10.0.0.38 - - [2025-09-08 03:20:07] "DELETE /project/45d6ccc1-6145-4cf1-92c5-7783fab77b1c HTTP/1.1" 404 177 0.003201 10.0.0.38 - - [2025-09-08 03:20:07] "DELETE /project/27f75dc96eb94f6bb5dba6006ce632d3 HTTP/1.1" 404 173 0.005938 10.0.0.41 - - [2025-09-08 03:20:09] "POST /neutron/network HTTP/1.1" 200 842 0.010096 10.0.0.41 - - [2025-09-08 03:20:09] "POST /neutron/port HTTP/1.1" 200 117 0.001524 10.0.0.41 - - [2025-09-08 03:20:11] "POST /neutron/port HTTP/1.1" 200 1091 0.019563 10.0.0.41 - - [2025-09-08 03:20:11] "POST /neutron/subnet HTTP/1.1" 200 704 0.011572 10.0.0.41 - - [2025-09-08 03:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.41 - - [2025-09-08 03:20:11] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006613 10.0.0.41 - - [2025-09-08 03:20:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.41 - - [2025-09-08 03:20:15] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006472 10.0.0.41 - - [2025-09-08 03:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.41 - - [2025-09-08 03:20:19] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007226 10.0.0.41 - - [2025-09-08 03:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.41 - - [2025-09-08 03:20:23] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005178 10.0.0.41 - - [2025-09-08 03:20:23] "GET /virtual-networks?parent_id=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004161 10.0.0.41 - - [2025-09-08 03:20:23] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006647 10.0.0.41 - - [2025-09-08 03:20:23] "POST /neutron/port HTTP/1.1" 200 1089 0.022887 10.0.0.41 - - [2025-09-08 03:20:24] "POST /neutron/security_group HTTP/1.1" 200 2060 0.032346 10.0.0.41 - - [2025-09-08 03:20:29] "POST /neutron/port HTTP/1.1" 200 1089 0.018005 10.0.0.41 - - [2025-09-08 03:20:32] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009486 10.0.0.41 - - [2025-09-08 03:20:39] "POST /neutron/port HTTP/1.1" 200 1089 0.016377 10.0.0.41 - - [2025-09-08 03:20:44] "POST /fqname-to-id HTTP/1.1" 404 211 0.004489 10.0.0.41 - - [2025-09-08 03:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004228 10.0.0.38 - - [2025-09-08 03:20:44] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001135 10.0.0.41 - - [2025-09-08 03:20:44] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.059238 10.0.0.41 - - [2025-09-08 03:20:44] "POST /service-instances HTTP/1.1" 200 547 0.049568 10.0.0.41 - - [2025-09-08 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.41 - - [2025-09-08 03:20:45] "GET /service-instance/9e2ccee0-c14d-4835-a18c-6bdac72daead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007861 10.0.0.41 - - [2025-09-08 03:20:45] "POST /port-tuples HTTP/1.1" 200 590 0.041638 10.0.0.41 - - [2025-09-08 03:20:45] "GET /virtual-machine-interface/d206f8f9-0347-4d2e-b101-a5019c370c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2814 0.006435 10.0.0.41 - - [2025-09-08 03:20:45] "PUT /virtual-machine-interface/d206f8f9-0347-4d2e-b101-a5019c370c6e HTTP/1.1" 200 284 0.016864 10.0.0.41 - - [2025-09-08 03:20:45] "POST /ref-update HTTP/1.1" 200 156 0.019221 10.0.0.41 - - [2025-09-08 03:20:45] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009962 10.0.0.27 - - [2025-09-08 03:20:45] "POST /ref-update HTTP/1.1" 200 156 0.041372 10.0.0.27 - - [2025-09-08 03:20:45] "POST /ref-update HTTP/1.1" 200 156 0.037600 10.0.0.41 - - [2025-09-08 03:20:45] "POST /neutron/port HTTP/1.1" 200 1091 0.040929 10.0.0.41 - - [2025-09-08 03:20:45] "GET /virtual-machine/5707e151-739d-42e0-b3e1-eb955950c24d HTTP/1.1" 200 1294 0.008316 10.0.0.41 - - [2025-09-08 03:20:45] "GET /virtual-machine-interface/54fc2baf-22bf-424b-9e22-088a6d95ed49 HTTP/1.1" 200 2957 0.006539 10.0.0.41 - - [2025-09-08 03:20:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.41 - - [2025-09-08 03:20:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004049 10.0.0.41 - - [2025-09-08 03:20:45] "GET /virtual-networks?parent_id=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004504 10.0.0.41 - - [2025-09-08 03:20:45] "GET /virtual-network/af36a9a5-d924-44a1-8d96-1db08389e1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007525 10.0.0.41 - - [2025-09-08 03:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005023 10.0.0.41 - - [2025-09-08 03:20:48] "GET /virtual-network/af36a9a5-d924-44a1-8d96-1db08389e1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006002 10.0.0.41 - - [2025-09-08 03:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.41 - - [2025-09-08 03:20:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006373 10.0.0.41 - - [2025-09-08 03:20:50] "GET /virtual-networks?parent_id=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003803 10.0.0.41 - - [2025-09-08 03:20:50] "GET /virtual-network/af36a9a5-d924-44a1-8d96-1db08389e1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008190 10.0.0.41 - - [2025-09-08 03:20:51] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008976 10.0.0.41 - - [2025-09-08 03:20:51] "POST /neutron/port HTTP/1.1" 200 1090 0.019495 10.0.0.41 - - [2025-09-08 03:20:51] "GET /virtual-machine/ba4576e9-2247-4911-a582-38b6c37ecf77 HTTP/1.1" 200 1295 0.007276 10.0.0.41 - - [2025-09-08 03:20:51] "GET /virtual-machine-interface/3167c7bd-3a7b-4aa2-80f7-72a524291f4e HTTP/1.1" 200 2959 0.012440 10.0.0.41 - - [2025-09-08 03:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.41 - - [2025-09-08 03:20:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004367 10.0.0.41 - - [2025-09-08 03:20:51] "GET /virtual-networks?parent_id=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003648 10.0.0.41 - - [2025-09-08 03:20:51] "GET /virtual-network/0da781d5-e0a1-4101-8677-ed80154f6705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007360 10.0.0.41 - - [2025-09-08 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005474 10.0.0.41 - - [2025-09-08 03:20:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.010376 10.0.0.41 - - [2025-09-08 03:20:52] "GET /virtual-networks?parent_id=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004254 10.0.0.41 - - [2025-09-08 03:20:52] "GET /virtual-network/0da781d5-e0a1-4101-8677-ed80154f6705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006855 10.0.0.41 - - [2025-09-08 03:20:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.004261 10.0.0.41 - - [2025-09-08 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.38 - - [2025-09-08 03:20:53] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001248 10.0.0.41 - - [2025-09-08 03:20:53] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.043864 10.0.0.41 - - [2025-09-08 03:20:53] "POST /network-policys HTTP/1.1" 200 551 0.031940 10.0.0.41 - - [2025-09-08 03:20:53] "GET /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.006432 10.0.0.41 - - [2025-09-08 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.41 - - [2025-09-08 03:20:53] "GET /virtual-network/af36a9a5-d924-44a1-8d96-1db08389e1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006299 10.0.0.41 - - [2025-09-08 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.41 - - [2025-09-08 03:20:53] "GET /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005238 10.0.0.27 - - [2025-09-08 03:20:53] "POST /fqname-to-id HTTP/1.1" 404 240 0.009997 10.0.0.41 - - [2025-09-08 03:20:53] "POST /ref-update HTTP/1.1" 200 156 0.072823 10.0.0.41 - - [2025-09-08 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.007436 10.0.0.41 - - [2025-09-08 03:20:53] "GET /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004280 10.0.0.41 - - [2025-09-08 03:20:53] "GET /virtual-network/af36a9a5-d924-44a1-8d96-1db08389e1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.008654 10.0.0.41 - - [2025-09-08 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.41 - - [2025-09-08 03:20:53] "GET /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.004987 10.0.0.41 - - [2025-09-08 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.41 - - [2025-09-08 03:20:53] "GET /virtual-network/0da781d5-e0a1-4101-8677-ed80154f6705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007045 10.0.0.41 - - [2025-09-08 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.41 - - [2025-09-08 03:20:53] "GET /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005613 10.0.0.27 - - [2025-09-08 03:20:53] "POST /fqname-to-id HTTP/1.1" 404 242 0.009227 10.0.0.41 - - [2025-09-08 03:20:53] "POST /ref-update HTTP/1.1" 200 156 0.061857 10.0.0.41 - - [2025-09-08 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.41 - - [2025-09-08 03:20:53] "GET /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.016540 10.0.0.27 - - [2025-09-08 03:20:53] "POST /ref-update HTTP/1.1" 200 156 0.055971 10.0.0.41 - - [2025-09-08 03:20:53] "POST /neutron/network HTTP/1.1" 200 924 0.019301 10.0.0.41 - - [2025-09-08 03:20:53] "GET /virtual-network/0da781d5-e0a1-4101-8677-ed80154f6705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.011274 10.0.0.41 - - [2025-09-08 03:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.006029 10.0.0.41 - - [2025-09-08 03:20:54] "GET /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005002 10.0.0.41 - - [2025-09-08 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.41 - - [2025-09-08 03:20:54] "GET /service-template/8c901066-f1fb-4f8d-b138-de1766ae3094?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005305 10.0.0.41 - - [2025-09-08 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.38 - - [2025-09-08 03:20:54] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001846 10.0.0.41 - - [2025-09-08 03:20:54] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.047097 10.0.0.41 - - [2025-09-08 03:20:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.41 - - [2025-09-08 03:20:54] "GET /service-instance/9e2ccee0-c14d-4835-a18c-6bdac72daead?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2544 0.007718 10.0.0.41 - - [2025-09-08 03:20:54] "POST /neutron/port HTTP/1.1" 200 1383 0.028773 10.0.0.41 - - [2025-09-08 03:20:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007993 10.0.0.41 - - [2025-09-08 03:20:54] "POST /neutron/network HTTP/1.1" 200 821 0.018483 10.0.0.41 - - [2025-09-08 03:20:54] "POST /id-to-fqname HTTP/1.1" 200 233 0.001693 10.0.0.41 - - [2025-09-08 03:20:55] "GET /virtual-machine/d2f718ff-3e34-4b4a-99e0-7cd11aa9fc11 HTTP/1.1" 200 1295 0.005070 10.0.0.41 - - [2025-09-08 03:20:55] "GET /virtual-machine-interface/d206f8f9-0347-4d2e-b101-a5019c370c6e HTTP/1.1" 200 3891 0.006613 10.0.0.41 - - [2025-09-08 03:20:55] "GET /instance-ip/26623188-3ce7-4e7b-8ca6-9f41c569644c HTTP/1.1" 200 1634 0.007231 10.0.0.41 - - [2025-09-08 03:20:55] "GET /instance-ip/967c8d17-3f3f-4001-959e-8aef32e41312 HTTP/1.1" 200 1965 0.004189 10.0.0.41 - - [2025-09-08 03:20:55] "GET /instance-ip/cf55e202-6316-4eb8-9490-88c39eb16957 HTTP/1.1" 200 1963 0.004533 10.0.0.41 - - [2025-09-08 03:20:55] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009000 10.0.0.41 - - [2025-09-08 03:20:55] "GET /virtual-machine/d2f718ff-3e34-4b4a-99e0-7cd11aa9fc11 HTTP/1.1" 200 1295 0.005358 10.0.0.41 - - [2025-09-08 03:20:55] "GET /virtual-machine-interface/d206f8f9-0347-4d2e-b101-a5019c370c6e HTTP/1.1" 200 3891 0.007178 10.0.0.41 - - [2025-09-08 03:20:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.41 - - [2025-09-08 03:20:55] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004124 10.0.0.41 - - [2025-09-08 03:20:55] "GET /virtual-networks?parent_id=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003853 10.0.0.41 - - [2025-09-08 03:20:55] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.011227 10.0.0.38 - - [2025-09-08 03:20:56] "GET /obj-perms HTTP/1.1" 200 5056 0.048504 10.0.0.41 - - [2025-09-08 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.41 - - [2025-09-08 03:20:56] "GET /obj-perms HTTP/1.1" 200 5056 0.060531 10.0.0.41 - - [2025-09-08 03:20:56] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004442 10.0.0.41 - - [2025-09-08 03:20:56] "GET /virtual-networks?parent_id=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004012 10.0.0.41 - - [2025-09-08 03:20:56] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007415 10.0.0.41 - - [2025-09-08 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.41 - - [2025-09-08 03:20:56] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004810 10.0.0.41 - - [2025-09-08 03:20:56] "GET /virtual-networks?parent_id=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003984 10.0.0.41 - - [2025-09-08 03:20:56] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007998 10.0.0.41 - - [2025-09-08 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.41 - - [2025-09-08 03:20:56] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005187 10.0.0.41 - - [2025-09-08 03:20:56] "GET /virtual-networks?parent_id=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003584 10.0.0.41 - - [2025-09-08 03:20:56] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006378 10.0.0.41 - - [2025-09-08 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.41 - - [2025-09-08 03:20:56] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005310 10.0.0.41 - - [2025-09-08 03:20:56] "GET /virtual-networks?parent_id=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003804 10.0.0.41 - - [2025-09-08 03:20:56] "GET /virtual-network/5b5a7370-33a7-43ce-a3e4-9bb57b9116e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006643 10.0.0.41 - - [2025-09-08 03:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005235 10.0.0.41 - - [2025-09-08 03:20:57] "GET /routing-instance/fc63198c-2fab-46a0-8e89-6c464720a4ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2099 0.004308 10.0.0.41 - - [2025-09-08 03:20:57] "GET /routing-instance/fc63198c-2fab-46a0-8e89-6c464720a4ee?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1590 0.006455 10.0.0.41 - - [2025-09-08 03:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.41 - - [2025-09-08 03:20:57] "GET /routing-instance/5184d57a-1486-4dc0-baf2-a1aaf57a37c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.005085 10.0.0.41 - - [2025-09-08 03:20:57] "GET /routing-instance/5184d57a-1486-4dc0-baf2-a1aaf57a37c1?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.007944 10.0.0.41 - - [2025-09-08 03:21:11] "POST /neutron/port HTTP/1.1" 200 1383 0.026512 10.0.0.41 - - [2025-09-08 03:21:11] "POST /neutron/port HTTP/1.1" 200 1090 0.025384 10.0.0.41 - - [2025-09-08 03:21:11] "POST /neutron/network HTTP/1.1" 200 934 0.007638 10.0.0.41 - - [2025-09-08 03:21:11] "POST /neutron/subnet HTTP/1.1" 200 699 0.010218 10.0.0.41 - - [2025-09-08 03:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.001412 10.0.0.41 - - [2025-09-08 03:21:38] "GET /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2474 0.005196 10.0.0.41 - - [2025-09-08 03:21:38] "PUT /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390 HTTP/1.1" 200 262 0.017186 10.0.0.41 - - [2025-09-08 03:21:38] "GET /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.015509 10.0.0.27 - - [2025-09-08 03:21:38] "PUT /access-control-list/86e95296-10d5-4bcd-94e8-e34cd23875da HTTP/1.1" 200 272 0.030874 10.0.0.41 - - [2025-09-08 03:21:39] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009232 10.0.0.41 - - [2025-09-08 03:22:07] "POST /ref-update HTTP/1.1" 200 156 0.059660 10.0.0.41 - - [2025-09-08 03:22:07] "POST /neutron/network HTTP/1.1" 200 832 0.015977 10.0.0.41 - - [2025-09-08 03:22:07] "GET /virtual-network/0da781d5-e0a1-4101-8677-ed80154f6705?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.018087 10.0.0.41 - - [2025-09-08 03:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.41 - - [2025-09-08 03:22:07] "GET /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004753 10.0.0.41 - - [2025-09-08 03:22:07] "POST /ref-update HTTP/1.1" 200 156 0.063461 10.0.0.41 - - [2025-09-08 03:22:07] "GET /virtual-network/af36a9a5-d924-44a1-8d96-1db08389e1c2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008761 10.0.0.41 - - [2025-09-08 03:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.41 - - [2025-09-08 03:22:07] "GET /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3770 0.004795 10.0.0.41 - - [2025-09-08 03:22:07] "DELETE /network-policy/efdc58c8-73e7-4061-b0d8-20df84ad1390 HTTP/1.1" 200 115 0.043921 10.0.0.41 - - [2025-09-08 03:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.41 - - [2025-09-08 03:22:08] "DELETE /service-instance/9e2ccee0-c14d-4835-a18c-6bdac72daead HTTP/1.1" 200 115 0.060790 10.0.0.27 - - [2025-09-08 03:22:08] "POST /ref-update HTTP/1.1" 200 156 0.049612 10.0.0.27 - - [2025-09-08 03:22:08] "POST /ref-update HTTP/1.1" 200 156 0.047708 10.0.0.41 - - [2025-09-08 03:22:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.009825 10.0.0.41 - - [2025-09-08 03:22:08] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.006164 10.0.0.27 - - [2025-09-08 03:22:08] "DELETE /instance-ip/967c8d17-3f3f-4001-959e-8aef32e41312 HTTP/1.1" 200 115 0.080036 10.0.0.27 - - [2025-09-08 03:22:08] "DELETE /access-control-list/86e95296-10d5-4bcd-94e8-e34cd23875da HTTP/1.1" 200 115 0.064894 10.0.0.41 - - [2025-09-08 03:22:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.41 - - [2025-09-08 03:22:08] "DELETE /service-template/8c901066-f1fb-4f8d-b138-de1766ae3094 HTTP/1.1" 200 115 0.035056 10.0.0.41 - - [2025-09-08 03:22:08] "POST /fqname-to-id HTTP/1.1" 404 193 0.008405 10.0.0.38 - - [2025-09-08 03:22:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003395 10.0.0.38 - - [2025-09-08 03:22:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002965 10.0.0.41 - - [2025-09-08 03:22:09] "POST /neutron/network HTTP/1.1" 200 151 0.137979 10.0.0.27 - - [2025-09-08 03:22:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.41 - - [2025-09-08 03:22:09] "POST /neutron/network HTTP/1.1" 400 204 0.032475 10.0.0.41 - - [2025-09-08 03:22:09] "POST /neutron/port HTTP/1.1" 200 1091 0.035615 10.0.0.41 - - [2025-09-08 03:22:09] "POST /neutron/port HTTP/1.1" 200 151 0.251413 10.0.0.41 - - [2025-09-08 03:22:11] "POST /neutron/network HTTP/1.1" 200 847 0.008193 10.0.0.27 - - [2025-09-08 03:22:11] "DELETE /route-target/f26df311-5130-4250-8338-fcd51631a3cf HTTP/1.1" 200 115 0.045790 10.0.0.38 - - [2025-09-08 03:22:11] "POST /useragent-kv HTTP/1.1" 200 115 0.003128 10.0.0.38 - - [2025-09-08 03:22:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002666 10.0.0.41 - - [2025-09-08 03:22:11] "POST /neutron/network HTTP/1.1" 200 151 0.135609 10.0.0.27 - - [2025-09-08 03:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.006744 10.0.0.41 - - [2025-09-08 03:22:12] "POST /neutron/network HTTP/1.1" 200 831 0.008366 10.0.0.27 - - [2025-09-08 03:22:12] "DELETE /route-target/78bdc75a-17d5-4e66-93f8-2c1ce1a0f208 HTTP/1.1" 200 115 0.024853 10.0.0.38 - - [2025-09-08 03:22:14] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001340 10.0.0.41 - - [2025-09-08 03:22:14] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.051236 10.0.0.38 - - [2025-09-08 03:22:14] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001528 10.0.0.41 - - [2025-09-08 03:22:14] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?fields=virtual_networks HTTP/1.1" 200 1036 0.067772 10.0.0.38 - - [2025-09-08 03:22:14] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001030 10.0.0.41 - - [2025-09-08 03:22:14] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.045439 10.0.0.38 - - [2025-09-08 03:22:14] "GET /projects?obj_uuids=27f75dc9-6eb9-4f6b-b5db-a6006ce632d3&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001041 10.0.0.41 - - [2025-09-08 03:22:14] "GET /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3?fields=security_groups HTTP/1.1" 200 1264 0.060626 10.0.0.41 - - [2025-09-08 03:22:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.025151 10.0.0.38 - - [2025-09-08 03:22:15] "GET /projects?obj_uuids=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003948 10.0.0.38 - - [2025-09-08 03:22:15] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.38 - - [2025-09-08 03:22:15] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008834 10.0.0.38 - - [2025-09-08 03:22:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.005061 10.0.0.38 - - [2025-09-08 03:22:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.004910 10.0.0.38 - - [2025-09-08 03:22:16] "POST /security-groups HTTP/1.1" 200 592 0.041432 10.0.0.38 - - [2025-09-08 03:22:16] "POST /projects HTTP/1.1" 200 587 0.271273 10.0.0.27 - - [2025-09-08 03:22:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.008376 10.0.0.38 - - [2025-09-08 03:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.349674 10.0.0.41 - - [2025-09-08 03:22:16] "GET /project/2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.510730 10.0.0.41 - - [2025-09-08 03:22:17] "GET / HTTP/1.1" 200 35931 0.001773 10.0.0.41 - - [2025-09-08 03:22:19] "GET /project/2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 292 0.000511 10.0.0.38 - - [2025-09-08 03:22:20] "GET /projects?obj_uuids=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001470 10.0.0.41 - - [2025-09-08 03:22:20] "GET /project/2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076783 10.0.0.41 - - [2025-09-08 03:22:20] "POST /fqname-to-id HTTP/1.1" 404 180 0.003686 10.0.0.41 - - [2025-09-08 03:22:20] "POST /virtual-DNSs HTTP/1.1" 200 507 0.028169 10.0.0.41 - - [2025-09-08 03:22:20] "GET /virtual-DNS/9aa79693-0998-4698-b3bd-1fccee95fc70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.010064 10.0.0.41 - - [2025-09-08 03:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005759 10.0.0.41 - - [2025-09-08 03:22:20] "GET /virtual-DNS/9aa79693-0998-4698-b3bd-1fccee95fc70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004865 10.0.0.41 - - [2025-09-08 03:22:20] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003625 10.0.0.41 - - [2025-09-08 03:22:20] "POST /network-ipams HTTP/1.1" 200 514 0.030476 10.0.0.41 - - [2025-09-08 03:22:21] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003877 10.0.0.41 - - [2025-09-08 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.008281 10.0.0.41 - - [2025-09-08 03:22:21] "GET /network-ipam/52d0d135-0278-4343-b8d3-ac48692bd86d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.007727 10.0.0.41 - - [2025-09-08 03:22:21] "PUT /network-ipam/52d0d135-0278-4343-b8d3-ac48692bd86d HTTP/1.1" 200 258 0.018036 10.0.0.41 - - [2025-09-08 03:22:21] "POST /ref-update HTTP/1.1" 200 156 0.016865 10.0.0.41 - - [2025-09-08 03:22:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.38 - - [2025-09-08 03:22:21] "GET /projects?obj_uuids=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001606 10.0.0.41 - - [2025-09-08 03:22:21] "GET /project/2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072366 10.0.0.38 - - [2025-09-08 03:22:21] "GET /projects?obj_uuids=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001101 10.0.0.41 - - [2025-09-08 03:22:21] "POST /neutron/network HTTP/1.1" 200 618 0.191082 10.0.0.27 - - [2025-09-08 03:22:21] "POST /ref-update HTTP/1.1" 200 156 0.043099 10.0.0.41 - - [2025-09-08 03:22:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.010709 10.0.0.41 - - [2025-09-08 03:22:22] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.018511 10.0.0.41 - - [2025-09-08 03:22:22] "POST /neutron/network HTTP/1.1" 200 833 0.008899 10.0.0.41 - - [2025-09-08 03:22:22] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005863 10.0.0.41 - - [2025-09-08 03:22:22] "POST /neutron/network HTTP/1.1" 200 807 0.023196 10.0.0.41 - - [2025-09-08 03:22:22] "POST /id-to-fqname HTTP/1.1" 200 227 0.001509 10.0.0.38 - - [2025-09-08 03:22:23] "GET /projects?obj_uuids=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001029 10.0.0.41 - - [2025-09-08 03:22:23] "GET /project/2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082866 10.0.0.41 - - [2025-09-08 03:22:23] "POST /neutron/network HTTP/1.1" 200 833 0.007003 10.0.0.41 - - [2025-09-08 03:22:23] "POST /neutron/port HTTP/1.1" 200 117 0.008032 10.0.0.41 - - [2025-09-08 03:22:24] "POST /neutron/port HTTP/1.1" 200 1058 0.048825 10.0.0.41 - - [2025-09-08 03:22:24] "POST /neutron/port HTTP/1.1" 200 1086 0.019528 10.0.0.41 - - [2025-09-08 03:22:24] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.41 - - [2025-09-08 03:22:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009399 10.0.0.41 - - [2025-09-08 03:22:28] "POST /neutron/port HTTP/1.1" 200 1086 0.018716 10.0.0.41 - - [2025-09-08 03:22:28] "GET /virtual-machine/a508b9a2-144a-4d26-9510-3d87dd8d3c9f HTTP/1.1" 401 292 0.000476 10.0.0.41 - - [2025-09-08 03:22:29] "GET /virtual-machine/a508b9a2-144a-4d26-9510-3d87dd8d3c9f HTTP/1.1" 200 1294 0.035605 10.0.0.41 - - [2025-09-08 03:22:29] "GET /virtual-machine-interface/54f8815e-03e5-4c6c-bbd9-c21f3f102fb1 HTTP/1.1" 200 2964 0.006434 10.0.0.41 - - [2025-09-08 03:22:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.41 - - [2025-09-08 03:22:29] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004197 10.0.0.41 - - [2025-09-08 03:22:29] "GET /virtual-networks?parent_id=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003276 10.0.0.41 - - [2025-09-08 03:22:29] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006812 10.0.0.41 - - [2025-09-08 03:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.41 - - [2025-09-08 03:22:32] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005959 10.0.0.41 - - [2025-09-08 03:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.41 - - [2025-09-08 03:22:36] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006255 10.0.0.41 - - [2025-09-08 03:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.41 - - [2025-09-08 03:22:40] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006513 10.0.0.41 - - [2025-09-08 03:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.41 - - [2025-09-08 03:22:44] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005896 10.0.0.41 - - [2025-09-08 03:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.41 - - [2025-09-08 03:22:48] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005914 10.0.0.41 - - [2025-09-08 03:22:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.41 - - [2025-09-08 03:22:53] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007167 10.0.0.41 - - [2025-09-08 03:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003787 10.0.0.41 - - [2025-09-08 03:22:57] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005451 10.0.0.27 - - [2025-09-08 03:22:58] "GET /obj-perms HTTP/1.1" 200 5056 0.051572 10.0.0.38 - - [2025-09-08 03:22:58] "GET /global-system-configs HTTP/1.1" 200 322 0.032299 10.0.0.27 - - [2025-09-08 03:22:59] "GET /global-system-configs HTTP/1.1" 200 322 0.092638 10.0.0.38 - - [2025-09-08 03:22:59] "GET /obj-perms HTTP/1.1" 200 5056 0.160616 10.0.0.41 - - [2025-09-08 03:22:59] "GET /obj-perms HTTP/1.1" 200 5056 0.174548 10.0.0.27 - - [2025-09-08 03:22:59] "GET /global-system-configs HTTP/1.1" 200 322 0.064335 10.0.0.27 - - [2025-09-08 03:22:59] "GET /obj-perms HTTP/1.1" 200 5056 0.142537 10.0.0.38 - - [2025-09-08 03:23:00] "GET /global-system-configs HTTP/1.1" 200 322 0.033011 10.0.0.41 - - [2025-09-08 03:23:01] "GET /global-system-configs HTTP/1.1" 200 322 0.076685 10.0.0.38 - - [2025-09-08 03:23:01] "GET /obj-perms HTTP/1.1" 200 5056 0.141452 10.0.0.41 - - [2025-09-08 03:23:01] "GET /obj-perms HTTP/1.1" 200 5056 0.157818 10.0.0.41 - - [2025-09-08 03:23:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.41 - - [2025-09-08 03:23:01] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007677 10.0.0.41 - - [2025-09-08 03:23:01] "GET /global-system-configs HTTP/1.1" 200 322 0.046350 10.0.0.27 - - [2025-09-08 03:23:01] "GET /obj-perms HTTP/1.1" 200 5056 0.127234 10.0.0.41 - - [2025-09-08 03:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.41 - - [2025-09-08 03:23:03] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003847 10.0.0.41 - - [2025-09-08 03:23:03] "GET /virtual-networks?parent_id=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002914 10.0.0.41 - - [2025-09-08 03:23:03] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007731 10.0.0.41 - - [2025-09-08 03:23:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008328 10.0.0.38 - - [2025-09-08 03:23:07] "DELETE /project/2efba5f3d2bf45bdb78d4ef5d3ab1e10 HTTP/1.1" 404 173 0.028843 10.0.0.38 - - [2025-09-08 03:23:07] "DELETE /project/27f75dc9-6eb9-4f6b-b5db-a6006ce632d3 HTTP/1.1" 404 177 0.042766 10.0.0.41 - - [2025-09-08 03:23:12] "POST /neutron/port HTTP/1.1" 200 1086 0.019120 10.0.0.41 - - [2025-09-08 03:23:13] "POST /neutron/port HTTP/1.1" 200 1086 0.023697 10.0.0.41 - - [2025-09-08 03:23:13] "POST /neutron/subnet HTTP/1.1" 200 685 0.011239 10.0.0.41 - - [2025-09-08 03:23:13] "POST /neutron/port HTTP/1.1" 200 1086 0.016891 10.0.0.41 - - [2025-09-08 03:23:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008357 10.0.0.41 - - [2025-09-08 03:23:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001496 10.0.0.41 - - [2025-09-08 03:23:50] "POST /neutron/port HTTP/1.1" 200 1086 0.017777 10.0.0.38 - - [2025-09-08 03:23:50] "GET /projects?obj_uuids=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001118 10.0.0.41 - - [2025-09-08 03:23:50] "GET /project/2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.071133 10.0.0.41 - - [2025-09-08 03:23:50] "POST /neutron/network HTTP/1.1" 200 833 0.007057 10.0.0.41 - - [2025-09-08 03:23:51] "POST /neutron/port HTTP/1.1" 200 117 0.007383 10.0.0.38 - - [2025-09-08 03:23:51] "GET /projects?obj_uuids=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001165 10.0.0.41 - - [2025-09-08 03:23:52] "POST /neutron/port HTTP/1.1" 200 1058 0.289279 10.0.0.41 - - [2025-09-08 03:23:52] "POST /neutron/port HTTP/1.1" 200 1112 0.124263 10.0.0.41 - - [2025-09-08 03:23:52] "POST /neutron/subnet HTTP/1.1" 200 685 0.020524 10.0.0.41 - - [2025-09-08 03:23:56] "POST /neutron/port HTTP/1.1" 200 1086 0.018970 10.0.0.41 - - [2025-09-08 03:23:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008670 10.0.0.41 - - [2025-09-08 03:23:56] "GET /virtual-machine/0da83035-713a-4c2b-b1d0-9a51ac56a70f HTTP/1.1" 200 1292 0.006644 10.0.0.41 - - [2025-09-08 03:23:56] "GET /virtual-machine-interface/eabd97c3-eec8-4ab2-9f46-69d35e659aa0 HTTP/1.1" 200 2965 0.006117 10.0.0.41 - - [2025-09-08 03:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004028 10.0.0.41 - - [2025-09-08 03:23:56] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004015 10.0.0.41 - - [2025-09-08 03:23:56] "GET /virtual-networks?parent_id=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.004858 10.0.0.41 - - [2025-09-08 03:23:56] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006881 10.0.0.41 - - [2025-09-08 03:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.41 - - [2025-09-08 03:23:59] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008866 10.0.0.41 - - [2025-09-08 03:24:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.41 - - [2025-09-08 03:24:03] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005831 10.0.0.41 - - [2025-09-08 03:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004110 10.0.0.41 - - [2025-09-08 03:24:08] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006425 10.0.0.41 - - [2025-09-08 03:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.41 - - [2025-09-08 03:24:12] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006825 10.0.0.41 - - [2025-09-08 03:24:13] "POST /neutron/port HTTP/1.1" 200 1086 0.039812 10.0.0.41 - - [2025-09-08 03:24:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004741 10.0.0.41 - - [2025-09-08 03:24:13] "POST /neutron/network HTTP/1.1" 200 833 0.007768 10.0.0.41 - - [2025-09-08 03:24:14] "POST /neutron/network HTTP/1.1" 200 843 0.007754 10.0.0.41 - - [2025-09-08 03:24:14] "POST /neutron/port HTTP/1.1" 200 117 0.001348 10.0.0.41 - - [2025-09-08 03:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.41 - - [2025-09-08 03:24:16] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006408 10.0.0.41 - - [2025-09-08 03:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.006082 10.0.0.41 - - [2025-09-08 03:24:20] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006780 10.0.0.41 - - [2025-09-08 03:24:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.41 - - [2025-09-08 03:24:24] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007068 10.0.0.41 - - [2025-09-08 03:24:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005136 10.0.0.41 - - [2025-09-08 03:24:28] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007400 10.0.0.41 - - [2025-09-08 03:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.41 - - [2025-09-08 03:24:30] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004769 10.0.0.41 - - [2025-09-08 03:24:30] "GET /virtual-networks?parent_id=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003434 10.0.0.41 - - [2025-09-08 03:24:30] "GET /virtual-network/a8c66fb3-d4cf-47e4-9d7a-64c9a9570dc0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007241 10.0.0.41 - - [2025-09-08 03:24:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011111 10.0.0.41 - - [2025-09-08 03:24:40] "POST /neutron/port HTTP/1.1" 200 1086 0.018068 10.0.0.41 - - [2025-09-08 03:24:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008712 10.0.0.38 - - [2025-09-08 03:24:59] "GET /obj-perms HTTP/1.1" 200 5056 0.047814 10.0.0.41 - - [2025-09-08 03:25:13] "POST /neutron/port HTTP/1.1" 200 1086 0.017239 10.0.0.41 - - [2025-09-08 03:25:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004900 10.0.0.41 - - [2025-09-08 03:25:13] "POST /neutron/network HTTP/1.1" 200 833 0.009029 10.0.0.41 - - [2025-09-08 03:25:16] "POST /neutron/network HTTP/1.1" 200 843 0.010466 10.0.0.41 - - [2025-09-08 03:25:16] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.41 - - [2025-09-08 03:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004573 10.0.0.41 - - [2025-09-08 03:25:21] "DELETE /virtual-DNS/9aa79693-0998-4698-b3bd-1fccee95fc70 HTTP/1.1" 409 235 0.009603 10.0.0.41 - - [2025-09-08 03:25:21] "POST /fqname-to-id HTTP/1.1" 404 192 0.007840 10.0.0.41 - - [2025-09-08 03:25:21] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.038451 10.0.0.41 - - [2025-09-08 03:25:21] "GET /virtual-DNS-record/46d69914-02fa-483f-b6e7-ae29e0194b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.010022 10.0.0.41 - - [2025-09-08 03:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.41 - - [2025-09-08 03:25:21] "GET /virtual-DNS-record/46d69914-02fa-483f-b6e7-ae29e0194b7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.004313 10.0.0.41 - - [2025-09-08 03:25:28] "DELETE /virtual-DNS-record/46d69914-02fa-483f-b6e7-ae29e0194b7c HTTP/1.1" 200 115 0.035851 10.0.0.41 - - [2025-09-08 03:25:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.003664 10.0.0.41 - - [2025-09-08 03:25:28] "POST /neutron/network HTTP/1.1" 400 204 0.015892 10.0.0.41 - - [2025-09-08 03:25:29] "POST /neutron/port HTTP/1.1" 200 151 0.204562 10.0.0.41 - - [2025-09-08 03:25:29] "POST /neutron/port HTTP/1.1" 200 151 0.216392 10.0.0.27 - - [2025-09-08 03:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.056031 10.0.0.41 - - [2025-09-08 03:25:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004652 10.0.0.41 - - [2025-09-08 03:25:31] "DELETE /network-ipam/52d0d135-0278-4343-b8d3-ac48692bd86d HTTP/1.1" 200 115 0.053519 10.0.0.41 - - [2025-09-08 03:25:31] "DELETE /virtual-DNS/9aa79693-0998-4698-b3bd-1fccee95fc70 HTTP/1.1" 200 115 0.049299 10.0.0.41 - - [2025-09-08 03:25:31] "POST /fqname-to-id HTTP/1.1" 404 180 0.009515 10.0.0.38 - - [2025-09-08 03:25:32] "GET /projects?obj_uuids=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.025242 10.0.0.41 - - [2025-09-08 03:25:32] "GET /project/2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.097846 10.0.0.38 - - [2025-09-08 03:25:32] "GET /projects?obj_uuids=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001306 10.0.0.41 - - [2025-09-08 03:25:32] "GET /project/2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10?fields=virtual_networks HTTP/1.1" 200 1034 0.044118 10.0.0.38 - - [2025-09-08 03:25:32] "GET /projects?obj_uuids=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001122 10.0.0.41 - - [2025-09-08 03:25:32] "GET /project/2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.052465 10.0.0.38 - - [2025-09-08 03:25:32] "GET /projects?obj_uuids=2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.41 - - [2025-09-08 03:25:32] "GET /project/2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10?fields=security_groups HTTP/1.1" 200 1261 0.046779 10.0.0.41 - - [2025-09-08 03:25:33] "POST /fqname-to-id HTTP/1.1" 404 189 0.027561 10.0.0.38 - - [2025-09-08 03:25:33] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004974 10.0.0.38 - - [2025-09-08 03:25:33] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.38 - - [2025-09-08 03:25:33] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008272 10.0.0.38 - - [2025-09-08 03:25:34] "POST /id-to-fqname HTTP/1.1" 200 191 0.008788 10.0.0.38 - - [2025-09-08 03:25:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.004657 10.0.0.38 - - [2025-09-08 03:25:34] "POST /security-groups HTTP/1.1" 200 592 0.081789 10.0.0.38 - - [2025-09-08 03:25:34] "POST /projects HTTP/1.1" 200 587 0.314328 10.0.0.38 - - [2025-09-08 03:25:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.348554 10.0.0.27 - - [2025-09-08 03:25:34] "POST /access-control-lists HTTP/1.1" 200 597 0.028319 10.0.0.41 - - [2025-09-08 03:25:34] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.497231 10.0.0.41 - - [2025-09-08 03:25:35] "GET / HTTP/1.1" 200 35931 0.002239 10.0.0.41 - - [2025-09-08 03:25:37] "POST /fqname-to-id HTTP/1.1" 401 292 0.000512 10.0.0.41 - - [2025-09-08 03:25:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.058405 10.0.0.38 - - [2025-09-08 03:25:37] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001103 10.0.0.41 - - [2025-09-08 03:25:37] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043678 10.0.0.41 - - [2025-09-08 03:25:38] "POST /neutron/network HTTP/1.1" 200 117 0.041407 10.0.0.27 - - [2025-09-08 03:25:38] "POST /route-targets HTTP/1.1" 200 327 0.015816 10.0.0.41 - - [2025-09-08 03:25:38] "POST /neutron/network HTTP/1.1" 200 826 0.010098 10.0.0.41 - - [2025-09-08 03:25:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001336 10.0.0.41 - - [2025-09-08 03:25:38] "GET /virtual-network/7f3ec7c8-23d0-4806-9f70-1d0191f2c839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006682 10.0.0.41 - - [2025-09-08 03:25:38] "GET /virtual-network/7f3ec7c8-23d0-4806-9f70-1d0191f2c839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007012 10.0.0.41 - - [2025-09-08 03:25:38] "POST /neutron/subnet HTTP/1.1" 200 719 0.010320 10.0.0.41 - - [2025-09-08 03:25:39] "GET /virtual-network/7f3ec7c8-23d0-4806-9f70-1d0191f2c839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006807 10.0.0.41 - - [2025-09-08 03:25:39] "GET /obj-perms HTTP/1.1" 200 5032 0.053621 10.0.0.41 - - [2025-09-08 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.38 - - [2025-09-08 03:25:40] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001055 10.0.0.41 - - [2025-09-08 03:25:40] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050426 10.0.0.27 - - [2025-09-08 03:25:41] "POST /ref-update HTTP/1.1" 200 156 0.020287 10.0.0.38 - - [2025-09-08 03:25:41] "POST /useragent-kv HTTP/1.1" 200 115 0.005932 10.0.0.41 - - [2025-09-08 03:25:41] "POST /neutron/subnet HTTP/1.1" 200 725 0.247716 10.0.0.41 - - [2025-09-08 03:25:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001428 10.0.0.41 - - [2025-09-08 03:25:41] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006154 10.0.0.41 - - [2025-09-08 03:25:41] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006040 10.0.0.41 - - [2025-09-08 03:25:41] "POST /neutron/network HTTP/1.1" 200 827 0.007652 10.0.0.41 - - [2025-09-08 03:25:41] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007942 10.0.0.27 - - [2025-09-08 03:25:42] "GET /obj-perms HTTP/1.1" 200 5032 0.047036 10.0.0.41 - - [2025-09-08 03:25:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001500 10.0.0.38 - - [2025-09-08 03:25:59] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001158 10.0.0.41 - - [2025-09-08 03:25:59] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067577 10.0.0.41 - - [2025-09-08 03:26:00] "POST /neutron/network HTTP/1.1" 200 827 0.314518 10.0.0.41 - - [2025-09-08 03:26:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001747 10.0.0.41 - - [2025-09-08 03:26:00] "POST /neutron/port HTTP/1.1" 200 117 0.010583 10.0.0.38 - - [2025-09-08 03:26:00] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.41 - - [2025-09-08 03:26:01] "POST /neutron/port HTTP/1.1" 200 1061 0.419399 10.0.0.38 - - [2025-09-08 03:26:01] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001148 10.0.0.41 - - [2025-09-08 03:26:01] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.120545 10.0.0.41 - - [2025-09-08 03:26:01] "POST /neutron/port HTTP/1.1" 200 1115 0.206711 10.0.0.41 - - [2025-09-08 03:26:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005044 10.0.0.41 - - [2025-09-08 03:26:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012237 10.0.0.41 - - [2025-09-08 03:26:01] "POST /neutron/port HTTP/1.1" 200 117 0.008127 10.0.0.41 - - [2025-09-08 03:26:02] "POST /neutron/network HTTP/1.1" 200 836 0.013851 10.0.0.41 - - [2025-09-08 03:26:03] "POST /neutron/port HTTP/1.1" 200 1060 0.034520 10.0.0.41 - - [2025-09-08 03:26:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006674 10.0.0.41 - - [2025-09-08 03:26:03] "POST /neutron/network HTTP/1.1" 200 826 0.013242 10.0.0.38 - - [2025-09-08 03:26:07] "DELETE /project/1b7be10bb01c4bc8a792cc833eb942f5 HTTP/1.1" 404 173 0.005425 10.0.0.38 - - [2025-09-08 03:26:07] "DELETE /project/2efba5f3-d2bf-45bd-b78d-4ef5d3ab1e10 HTTP/1.1" 404 177 0.008945 10.0.0.41 - - [2025-09-08 03:26:12] "POST /neutron/port HTTP/1.1" 200 1089 0.029786 10.0.0.41 - - [2025-09-08 03:26:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008549 10.0.0.41 - - [2025-09-08 03:26:27] "POST /neutron/port HTTP/1.1" 200 1089 0.017124 10.0.0.41 - - [2025-09-08 03:26:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008934 10.0.0.41 - - [2025-09-08 03:26:32] "POST /neutron/port HTTP/1.1" 200 1089 0.016436 10.0.0.41 - - [2025-09-08 03:26:32] "GET /virtual-machine/7d5d3ba3-c63a-417e-8eed-8da1d6d692c0 HTTP/1.1" 401 292 0.000500 10.0.0.41 - - [2025-09-08 03:26:33] "GET /virtual-machine/7d5d3ba3-c63a-417e-8eed-8da1d6d692c0 HTTP/1.1" 200 1293 0.030280 10.0.0.41 - - [2025-09-08 03:26:33] "GET /virtual-machine-interface/5345d7b2-6163-4219-8002-0f4e9296366a HTTP/1.1" 200 2948 0.005402 10.0.0.41 - - [2025-09-08 03:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003861 10.0.0.41 - - [2025-09-08 03:26:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004275 10.0.0.41 - - [2025-09-08 03:26:33] "GET /virtual-networks?parent_id=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003572 10.0.0.41 - - [2025-09-08 03:26:33] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.011452 10.0.0.41 - - [2025-09-08 03:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.41 - - [2025-09-08 03:26:36] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007543 10.0.0.41 - - [2025-09-08 03:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.41 - - [2025-09-08 03:26:40] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005913 10.0.0.41 - - [2025-09-08 03:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.41 - - [2025-09-08 03:26:44] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007098 10.0.0.41 - - [2025-09-08 03:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.41 - - [2025-09-08 03:26:48] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006980 10.0.0.41 - - [2025-09-08 03:26:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004063 10.0.0.41 - - [2025-09-08 03:26:53] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006660 10.0.0.41 - - [2025-09-08 03:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.41 - - [2025-09-08 03:26:57] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005927 10.0.0.38 - - [2025-09-08 03:27:00] "GET /obj-perms HTTP/1.1" 200 5056 0.051340 10.0.0.41 - - [2025-09-08 03:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.41 - - [2025-09-08 03:27:01] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007545 10.0.0.41 - - [2025-09-08 03:27:01] "GET /obj-perms HTTP/1.1" 200 5056 0.060165 10.0.0.41 - - [2025-09-08 03:27:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.41 - - [2025-09-08 03:27:05] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007231 10.0.0.41 - - [2025-09-08 03:27:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.41 - - [2025-09-08 03:27:09] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006105 10.0.0.41 - - [2025-09-08 03:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005577 10.0.0.41 - - [2025-09-08 03:27:13] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.017011 10.0.0.41 - - [2025-09-08 03:27:15] "POST /neutron/port HTTP/1.1" 200 1088 0.022665 10.0.0.41 - - [2025-09-08 03:27:16] "POST /neutron/subnet HTTP/1.1" 200 693 0.010887 10.0.0.41 - - [2025-09-08 03:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.41 - - [2025-09-08 03:27:17] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006409 10.0.0.41 - - [2025-09-08 03:27:20] "POST /neutron/port HTTP/1.1" 200 1089 0.018396 10.0.0.41 - - [2025-09-08 03:27:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004860 10.0.0.41 - - [2025-09-08 03:27:20] "POST /neutron/network HTTP/1.1" 200 827 0.007305 10.0.0.41 - - [2025-09-08 03:27:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009345 10.0.0.41 - - [2025-09-08 03:27:21] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006775 10.0.0.41 - - [2025-09-08 03:27:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.41 - - [2025-09-08 03:27:23] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004370 10.0.0.41 - - [2025-09-08 03:27:23] "GET /virtual-networks?parent_id=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003431 10.0.0.41 - - [2025-09-08 03:27:24] "GET /virtual-network/b4c62b98-8dbe-46cd-8943-67ec10f97cf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006692 10.0.0.41 - - [2025-09-08 03:27:29] "POST /neutron/port HTTP/1.1" 200 1089 0.019040 10.0.0.41 - - [2025-09-08 03:27:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007721 10.0.0.41 - - [2025-09-08 03:27:39] "POST /neutron/port HTTP/1.1" 200 1089 0.017471 10.0.0.41 - - [2025-09-08 03:27:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034657 10.0.0.41 - - [2025-09-08 03:27:50] "POST /neutron/port HTTP/1.1" 200 1089 0.018875 10.0.0.41 - - [2025-09-08 03:27:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007530 10.0.0.38 - - [2025-09-08 03:27:58] "GET /global-system-configs HTTP/1.1" 200 322 0.031888 10.0.0.27 - - [2025-09-08 03:27:59] "GET /global-system-configs HTTP/1.1" 200 322 0.050985 10.0.0.27 - - [2025-09-08 03:27:59] "GET /obj-perms HTTP/1.1" 200 5056 0.164078 10.0.0.27 - - [2025-09-08 03:27:59] "GET /global-system-configs HTTP/1.1" 200 322 0.068538 10.0.0.38 - - [2025-09-08 03:27:59] "GET /obj-perms HTTP/1.1" 200 5056 0.149908 10.0.0.41 - - [2025-09-08 03:27:59] "GET /obj-perms HTTP/1.1" 200 5056 0.162416 10.0.0.38 - - [2025-09-08 03:28:00] "GET /global-system-configs HTTP/1.1" 200 322 0.031876 10.0.0.41 - - [2025-09-08 03:28:01] "GET /global-system-configs HTTP/1.1" 200 322 0.050674 10.0.0.27 - - [2025-09-08 03:28:01] "GET /obj-perms HTTP/1.1" 200 5056 0.125521 10.0.0.41 - - [2025-09-08 03:28:01] "GET /global-system-configs HTTP/1.1" 200 322 0.409774 10.0.0.41 - - [2025-09-08 03:28:01] "GET /obj-perms HTTP/1.1" 200 5056 0.468580 10.0.0.38 - - [2025-09-08 03:28:01] "GET /obj-perms HTTP/1.1" 200 5056 0.480571 10.0.0.41 - - [2025-09-08 03:28:05] "POST /neutron/port HTTP/1.1" 200 1089 0.018121 10.0.0.41 - - [2025-09-08 03:28:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008529 10.0.0.41 - - [2025-09-08 03:28:17] "POST /neutron/port HTTP/1.1" 200 1088 0.016599 10.0.0.41 - - [2025-09-08 03:28:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004300 10.0.0.41 - - [2025-09-08 03:28:18] "POST /neutron/network HTTP/1.1" 200 826 0.009124 10.0.0.41 - - [2025-09-08 03:28:20] "POST /neutron/network HTTP/1.1" 200 837 0.029865 10.0.0.41 - - [2025-09-08 03:28:20] "POST /neutron/port HTTP/1.1" 200 117 0.001617 10.0.0.41 - - [2025-09-08 03:28:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008755 10.0.0.41 - - [2025-09-08 03:28:21] "POST /neutron/port HTTP/1.1" 200 1088 0.018609 10.0.0.41 - - [2025-09-08 03:28:21] "GET /virtual-machine/2f62be61-3fb6-4ca1-b50a-912d5e2bb8df HTTP/1.1" 200 1293 0.007348 10.0.0.41 - - [2025-09-08 03:28:21] "GET /virtual-machine-interface/11bd53f5-4356-43ca-a961-1374f0c66e26 HTTP/1.1" 200 2949 0.006163 10.0.0.41 - - [2025-09-08 03:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006922 10.0.0.41 - - [2025-09-08 03:28:21] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004019 10.0.0.41 - - [2025-09-08 03:28:21] "GET /virtual-networks?parent_id=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003967 10.0.0.41 - - [2025-09-08 03:28:21] "GET /virtual-network/7f3ec7c8-23d0-4806-9f70-1d0191f2c839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006810 10.0.0.41 - - [2025-09-08 03:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005067 10.0.0.41 - - [2025-09-08 03:28:22] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004717 10.0.0.41 - - [2025-09-08 03:28:22] "GET /virtual-networks?parent_id=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003853 10.0.0.41 - - [2025-09-08 03:28:22] "GET /virtual-network/7f3ec7c8-23d0-4806-9f70-1d0191f2c839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007132 10.0.0.41 - - [2025-09-08 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.38 - - [2025-09-08 03:28:23] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002051 10.0.0.41 - - [2025-09-08 03:28:23] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044520 10.0.0.41 - - [2025-09-08 03:28:23] "GET /virtual-network/7f3ec7c8-23d0-4806-9f70-1d0191f2c839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008603 10.0.0.41 - - [2025-09-08 03:28:23] "GET /floating-ip-pools?parent_id=7f3ec7c8-23d0-4806-9f70-1d0191f2c839&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003534 10.0.0.41 - - [2025-09-08 03:28:23] "GET /virtual-network/7f3ec7c8-23d0-4806-9f70-1d0191f2c839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006548 10.0.0.41 - - [2025-09-08 03:28:23] "POST /floating-ip-pools HTTP/1.1" 200 598 0.033534 10.0.0.41 - - [2025-09-08 03:28:23] "POST /ref-update HTTP/1.1" 200 156 0.015921 10.0.0.41 - - [2025-09-08 03:28:23] "GET /virtual-network/7f3ec7c8-23d0-4806-9f70-1d0191f2c839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007586 10.0.0.41 - - [2025-09-08 03:28:23] "GET /virtual-network/7f3ec7c8-23d0-4806-9f70-1d0191f2c839?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007102 10.0.0.41 - - [2025-09-08 03:28:23] "POST /neutron/port HTTP/1.1" 200 1089 0.019701 10.0.0.41 - - [2025-09-08 03:28:24] "POST /neutron/floatingip HTTP/1.1" 200 576 0.023467 10.0.0.41 - - [2025-09-08 03:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.41 - - [2025-09-08 03:28:24] "GET /routing-instance/f3901818-2f0e-44e3-95ae-79346f72fee4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.006952 10.0.0.41 - - [2025-09-08 03:28:24] "GET /route-target/c7ea494c-5ff3-4dff-b20e-9229a968aec3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005469 10.0.0.41 - - [2025-09-08 03:28:50] "POST /neutron/floatingip HTTP/1.1" 200 529 0.011249 10.0.0.41 - - [2025-09-08 03:28:50] "GET /floating-ip-pool/f1fd6f46-d740-4e6a-b695-2ab6b5a36c2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1185 0.004658 10.0.0.41 - - [2025-09-08 03:28:50] "POST /ref-update HTTP/1.1" 200 156 0.014528 10.0.0.41 - - [2025-09-08 03:28:50] "DELETE /floating-ip-pool/f1fd6f46-d740-4e6a-b695-2ab6b5a36c2f HTTP/1.1" 200 115 0.033211 10.0.0.41 - - [2025-09-08 03:28:51] "POST /neutron/network HTTP/1.1" 400 204 0.018511 10.0.0.41 - - [2025-09-08 03:28:51] "POST /neutron/port HTTP/1.1" 200 151 0.189812 10.0.0.41 - - [2025-09-08 03:28:52] "POST /neutron/port HTTP/1.1" 200 151 0.242321 10.0.0.27 - - [2025-09-08 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.008158 10.0.0.41 - - [2025-09-08 03:28:53] "POST /neutron/network HTTP/1.1" 200 826 0.007802 10.0.0.27 - - [2025-09-08 03:28:53] "DELETE /route-target/c7ea494c-5ff3-4dff-b20e-9229a968aec3 HTTP/1.1" 200 115 0.024492 10.0.0.38 - - [2025-09-08 03:28:55] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001248 10.0.0.41 - - [2025-09-08 03:28:55] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.055508 10.0.0.38 - - [2025-09-08 03:28:55] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001062 10.0.0.41 - - [2025-09-08 03:28:55] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?fields=virtual_networks HTTP/1.1" 200 1034 0.046690 10.0.0.38 - - [2025-09-08 03:28:55] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001502 10.0.0.41 - - [2025-09-08 03:28:55] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.053477 10.0.0.38 - - [2025-09-08 03:28:55] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.41 - - [2025-09-08 03:28:55] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?fields=security_groups HTTP/1.1" 200 1261 0.048757 10.0.0.41 - - [2025-09-08 03:28:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.032173 10.0.0.38 - - [2025-09-08 03:28:56] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004538 10.0.0.38 - - [2025-09-08 03:28:56] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001452 10.0.0.38 - - [2025-09-08 03:28:56] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034577 10.0.0.38 - - [2025-09-08 03:28:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.004803 10.0.0.38 - - [2025-09-08 03:28:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.006990 10.0.0.38 - - [2025-09-08 03:28:56] "POST /security-groups HTTP/1.1" 200 591 0.081260 10.0.0.38 - - [2025-09-08 03:28:57] "POST /projects HTTP/1.1" 200 585 0.290427 10.0.0.27 - - [2025-09-08 03:28:57] "POST /fqname-to-id HTTP/1.1" 404 233 0.008670 10.0.0.38 - - [2025-09-08 03:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.362236 10.0.0.41 - - [2025-09-08 03:28:57] "GET /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.532038 10.0.0.41 - - [2025-09-08 03:28:58] "GET / HTTP/1.1" 200 35931 0.002212 10.0.0.41 - - [2025-09-08 03:29:00] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.41 - - [2025-09-08 03:29:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.058248 10.0.0.38 - - [2025-09-08 03:29:00] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001147 10.0.0.41 - - [2025-09-08 03:29:00] "GET /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.044974 10.0.0.38 - - [2025-09-08 03:29:00] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001665 10.0.0.41 - - [2025-09-08 03:29:00] "POST /neutron/network HTTP/1.1" 200 625 0.171573 10.0.0.27 - - [2025-09-08 03:29:01] "POST /ref-update HTTP/1.1" 200 156 0.029858 10.0.0.41 - - [2025-09-08 03:29:01] "POST /id-to-fqname HTTP/1.1" 200 230 0.004601 10.0.0.41 - - [2025-09-08 03:29:01] "GET /virtual-network/07e84816-443c-4a6b-9a81-18233f39e2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009666 10.0.0.41 - - [2025-09-08 03:29:01] "POST /neutron/network HTTP/1.1" 200 839 0.008534 10.0.0.41 - - [2025-09-08 03:29:01] "GET /virtual-network/07e84816-443c-4a6b-9a81-18233f39e2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007702 10.0.0.41 - - [2025-09-08 03:29:01] "POST /neutron/network HTTP/1.1" 200 839 0.008309 10.0.0.41 - - [2025-09-08 03:29:01] "POST /id-to-fqname HTTP/1.1" 200 230 0.001519 10.0.0.38 - - [2025-09-08 03:29:02] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001291 10.0.0.41 - - [2025-09-08 03:29:02] "GET /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.085203 10.0.0.41 - - [2025-09-08 03:29:02] "POST /neutron/port HTTP/1.1" 200 117 0.006987 10.0.0.41 - - [2025-09-08 03:29:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.41 - - [2025-09-08 03:29:03] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004924 10.0.0.41 - - [2025-09-08 03:29:03] "PUT /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6 HTTP/1.1" 200 276 0.013213 10.0.0.27 - - [2025-09-08 03:29:03] "GET /obj-perms HTTP/1.1" 200 5056 0.102664 10.0.0.41 - - [2025-09-08 03:29:03] "POST /neutron/network HTTP/1.1" 200 849 0.008594 10.0.0.41 - - [2025-09-08 03:29:04] "POST /neutron/port HTTP/1.1" 200 1055 0.022913 10.0.0.41 - - [2025-09-08 03:29:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005010 10.0.0.41 - - [2025-09-08 03:29:04] "POST /neutron/network HTTP/1.1" 200 839 0.007695 10.0.0.38 - - [2025-09-08 03:29:08] "DELETE /project/536d6ca4cbf34c91841aa7ea88dddca9 HTTP/1.1" 404 173 0.006812 10.0.0.38 - - [2025-09-08 03:29:08] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001043 10.0.0.38 - - [2025-09-08 03:29:08] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.048627 10.0.0.38 - - [2025-09-08 03:29:08] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001034 10.0.0.38 - - [2025-09-08 03:29:08] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?fields=security_groups HTTP/1.1" 200 1366 0.044793 10.0.0.38 - - [2025-09-08 03:29:08] "DELETE /security-group/66b430de-dc25-4689-85b1-2de1aafda808 HTTP/1.1" 200 115 0.055653 10.0.0.38 - - [2025-09-08 03:29:08] "GET /projects?obj_uuids=1b7be10b-b01c-4bc8-a792-cc833eb942f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001078 10.0.0.38 - - [2025-09-08 03:29:08] "GET /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5?fields=application_policy_sets HTTP/1.1" 200 1405 0.051800 10.0.0.38 - - [2025-09-08 03:29:08] "DELETE /project/1b7be10b-b01c-4bc8-a792-cc833eb942f5 HTTP/1.1" 200 115 0.425266 10.0.0.41 - - [2025-09-08 03:29:08] "POST /neutron/port HTTP/1.1" 200 1083 0.019714 10.0.0.41 - - [2025-09-08 03:29:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009181 10.0.0.41 - - [2025-09-08 03:29:08] "GET /virtual-machine/15146a9c-30e9-47ad-8dbf-72eeb4b6fa9f HTTP/1.1" 401 292 0.000485 10.0.0.41 - - [2025-09-08 03:29:09] "GET /virtual-machine/15146a9c-30e9-47ad-8dbf-72eeb4b6fa9f HTTP/1.1" 200 1292 0.034022 10.0.0.41 - - [2025-09-08 03:29:09] "GET /virtual-machine-interface/5878df21-1d70-415f-a180-baaa309f17cd HTTP/1.1" 200 2971 0.006311 10.0.0.41 - - [2025-09-08 03:29:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.41 - - [2025-09-08 03:29:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004947 10.0.0.41 - - [2025-09-08 03:29:09] "GET /virtual-networks?parent_id=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.011690 10.0.0.41 - - [2025-09-08 03:29:09] "GET /virtual-network/07e84816-443c-4a6b-9a81-18233f39e2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006375 10.0.0.41 - - [2025-09-08 03:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.41 - - [2025-09-08 03:29:12] "GET /virtual-network/07e84816-443c-4a6b-9a81-18233f39e2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006809 10.0.0.41 - - [2025-09-08 03:29:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.41 - - [2025-09-08 03:29:16] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004154 10.0.0.41 - - [2025-09-08 03:29:16] "GET /virtual-networks?parent_id=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003314 10.0.0.41 - - [2025-09-08 03:29:16] "GET /virtual-network/07e84816-443c-4a6b-9a81-18233f39e2e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006984 10.0.0.41 - - [2025-09-08 03:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.41 - - [2025-09-08 03:29:18] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004085 10.0.0.41 - - [2025-09-08 03:29:19] "PUT /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6 HTTP/1.1" 200 276 0.012736 10.0.0.41 - - [2025-09-08 03:29:19] "POST /neutron/network HTTP/1.1" 200 839 0.008533 10.0.0.41 - - [2025-09-08 03:29:19] "POST /neutron/port HTTP/1.1" 200 1109 0.021525 10.0.0.38 - - [2025-09-08 03:29:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004246 10.0.0.38 - - [2025-09-08 03:29:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003474 10.0.0.27 - - [2025-09-08 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007541 10.0.0.41 - - [2025-09-08 03:29:21] "POST /neutron/network HTTP/1.1" 200 151 0.136590 10.0.0.41 - - [2025-09-08 03:29:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.38 - - [2025-09-08 03:29:24] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001019 10.0.0.41 - - [2025-09-08 03:29:24] "GET /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.047638 10.0.0.38 - - [2025-09-08 03:29:25] "POST /useragent-kv HTTP/1.1" 200 115 0.010543 10.0.0.41 - - [2025-09-08 03:29:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.265039 10.0.0.41 - - [2025-09-08 03:29:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001572 10.0.0.41 - - [2025-09-08 03:29:25] "GET /virtual-network/2aa1ba15-0e5a-4f41-92df-08e96a95b64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006400 10.0.0.41 - - [2025-09-08 03:29:25] "GET /virtual-network/2aa1ba15-0e5a-4f41-92df-08e96a95b64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006219 10.0.0.41 - - [2025-09-08 03:29:25] "POST /neutron/network HTTP/1.1" 200 824 0.009758 10.0.0.41 - - [2025-09-08 03:29:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001470 10.0.0.27 - - [2025-09-08 03:29:25] "POST /ref-update HTTP/1.1" 200 156 0.026131 10.0.0.38 - - [2025-09-08 03:29:26] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001562 10.0.0.41 - - [2025-09-08 03:29:26] "GET /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.065391 10.0.0.41 - - [2025-09-08 03:29:26] "POST /neutron/network HTTP/1.1" 200 824 0.008127 10.0.0.41 - - [2025-09-08 03:29:26] "POST /neutron/port HTTP/1.1" 200 117 0.008727 10.0.0.41 - - [2025-09-08 03:29:27] "POST /neutron/port HTTP/1.1" 200 1060 0.048837 10.0.0.41 - - [2025-09-08 03:29:27] "POST /neutron/port HTTP/1.1" 200 1088 0.017710 10.0.0.41 - - [2025-09-08 03:29:27] "POST /neutron/port HTTP/1.1" 200 117 0.001465 10.0.0.41 - - [2025-09-08 03:29:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011727 10.0.0.41 - - [2025-09-08 03:29:31] "POST /neutron/port HTTP/1.1" 200 1088 0.016680 10.0.0.41 - - [2025-09-08 03:29:31] "GET /virtual-machine/ea16fa6c-3924-4801-ae9d-8424aaedb251 HTTP/1.1" 200 1293 0.007044 10.0.0.41 - - [2025-09-08 03:29:31] "GET /virtual-machine-interface/bc4b1569-3b4b-467a-ade0-7a9311a2a56a HTTP/1.1" 200 2942 0.005810 10.0.0.41 - - [2025-09-08 03:29:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004712 10.0.0.41 - - [2025-09-08 03:29:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004840 10.0.0.41 - - [2025-09-08 03:29:31] "GET /virtual-networks?parent_id=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003934 10.0.0.41 - - [2025-09-08 03:29:31] "GET /virtual-network/2aa1ba15-0e5a-4f41-92df-08e96a95b64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006948 10.0.0.41 - - [2025-09-08 03:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004451 10.0.0.41 - - [2025-09-08 03:29:35] "GET /virtual-network/2aa1ba15-0e5a-4f41-92df-08e96a95b64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006971 10.0.0.41 - - [2025-09-08 03:29:36] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010266 10.0.0.41 - - [2025-09-08 03:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.41 - - [2025-09-08 03:29:39] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004070 10.0.0.41 - - [2025-09-08 03:29:39] "GET /virtual-networks?parent_id=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003001 10.0.0.41 - - [2025-09-08 03:29:39] "GET /virtual-network/2aa1ba15-0e5a-4f41-92df-08e96a95b64a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007128 10.0.0.41 - - [2025-09-08 03:29:42] "POST /neutron/port HTTP/1.1" 200 1088 0.018030 10.0.0.41 - - [2025-09-08 03:29:43] "POST /neutron/network HTTP/1.1" 200 824 0.008083 10.0.0.41 - - [2025-09-08 03:29:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003777 10.0.0.41 - - [2025-09-08 03:29:46] "POST /network-ipams HTTP/1.1" 200 541 0.029193 10.0.0.41 - - [2025-09-08 03:29:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003877 10.0.0.41 - - [2025-09-08 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.41 - - [2025-09-08 03:29:46] "GET /network-ipam/4750edbe-1bdb-45cb-913a-1db0a3faf52f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.007614 10.0.0.41 - - [2025-09-08 03:29:47] "PUT /network-ipam/4750edbe-1bdb-45cb-913a-1db0a3faf52f HTTP/1.1" 200 258 0.017427 10.0.0.41 - - [2025-09-08 03:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.38 - - [2025-09-08 03:29:47] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.41 - - [2025-09-08 03:29:47] "GET /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.052397 10.0.0.38 - - [2025-09-08 03:29:47] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.41 - - [2025-09-08 03:29:47] "POST /neutron/network HTTP/1.1" 200 605 0.168195 10.0.0.27 - - [2025-09-08 03:29:47] "POST /route-targets HTTP/1.1" 200 327 0.016788 10.0.0.41 - - [2025-09-08 03:29:47] "POST /neutron/network HTTP/1.1" 200 994 0.012181 10.0.0.41 - - [2025-09-08 03:29:47] "POST /id-to-fqname HTTP/1.1" 200 220 0.001302 10.0.0.41 - - [2025-09-08 03:29:47] "GET /virtual-network/f65167c0-d4b6-4d3f-8fc1-2a267220950a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005991 10.0.0.41 - - [2025-09-08 03:29:48] "GET /virtual-network/f65167c0-d4b6-4d3f-8fc1-2a267220950a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.005894 10.0.0.41 - - [2025-09-08 03:29:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.010463 10.0.0.41 - - [2025-09-08 03:29:48] "POST /neutron/subnet HTTP/1.1" 200 699 0.009943 10.0.0.38 - - [2025-09-08 03:29:48] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001111 10.0.0.41 - - [2025-09-08 03:29:48] "POST /neutron/port HTTP/1.1" 200 1017 0.238800 10.0.0.41 - - [2025-09-08 03:29:48] "POST /id-to-fqname HTTP/1.1" 200 220 0.001608 10.0.0.41 - - [2025-09-08 03:29:48] "POST /neutron/network HTTP/1.1" 200 994 0.009487 10.0.0.41 - - [2025-09-08 03:29:49] "POST /neutron/port HTTP/1.1" 200 1017 0.010697 10.0.0.41 - - [2025-09-08 03:29:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001515 10.0.0.41 - - [2025-09-08 03:29:49] "POST /neutron/port HTTP/1.1" 200 1017 0.010841 10.0.0.41 - - [2025-09-08 03:29:49] "POST /neutron/port HTTP/1.1" 200 1017 0.011243 10.0.0.41 - - [2025-09-08 03:29:49] "POST /neutron/port HTTP/1.1" 200 1017 0.011412 10.0.0.41 - - [2025-09-08 03:29:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001451 10.0.0.41 - - [2025-09-08 03:29:49] "POST /neutron/port HTTP/1.1" 200 1017 0.010255 10.0.0.41 - - [2025-09-08 03:29:50] "POST /neutron/port HTTP/1.1" 200 1083 0.038455 10.0.0.41 - - [2025-09-08 03:29:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008878 10.0.0.41 - - [2025-09-08 03:29:50] "POST /neutron/port HTTP/1.1" 200 117 0.001303 10.0.0.41 - - [2025-09-08 03:29:50] "POST /neutron/network HTTP/1.1" 200 1004 0.011161 10.0.0.41 - - [2025-09-08 03:29:50] "POST /neutron/port HTTP/1.1" 200 1109 0.134758 10.0.0.41 - - [2025-09-08 03:29:50] "POST /neutron/subnet HTTP/1.1" 200 673 0.015980 10.0.0.38 - - [2025-09-08 03:29:51] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001204 10.0.0.41 - - [2025-09-08 03:29:51] "GET /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.065456 10.0.0.41 - - [2025-09-08 03:29:51] "POST /neutron/network HTTP/1.1" 200 994 0.011080 10.0.0.41 - - [2025-09-08 03:29:51] "POST /neutron/port HTTP/1.1" 200 117 0.007101 10.0.0.41 - - [2025-09-08 03:29:51] "GET /virtual-network/f65167c0-d4b6-4d3f-8fc1-2a267220950a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.008050 10.0.0.41 - - [2025-09-08 03:29:52] "POST /neutron/port HTTP/1.1" 200 1055 0.017043 10.0.0.41 - - [2025-09-08 03:29:52] "POST /neutron/port HTTP/1.1" 200 1083 0.019926 10.0.0.41 - - [2025-09-08 03:29:52] "POST /neutron/port HTTP/1.1" 200 117 0.001311 10.0.0.41 - - [2025-09-08 03:29:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009788 10.0.0.41 - - [2025-09-08 03:29:53] "POST /neutron/port HTTP/1.1" 200 1083 0.020732 10.0.0.41 - - [2025-09-08 03:29:53] "GET /virtual-machine/05e28603-f94c-4d40-852d-3b8fe6b23b79 HTTP/1.1" 200 1286 0.007694 10.0.0.41 - - [2025-09-08 03:29:53] "GET /virtual-machine-interface/bca54863-f4cb-4eb9-93a1-07e4e11c98e7 HTTP/1.1" 200 2942 0.005471 10.0.0.41 - - [2025-09-08 03:29:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.41 - - [2025-09-08 03:29:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004642 10.0.0.41 - - [2025-09-08 03:29:53] "GET /virtual-networks?parent_id=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003909 10.0.0.41 - - [2025-09-08 03:29:53] "GET /virtual-network/f65167c0-d4b6-4d3f-8fc1-2a267220950a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006408 10.0.0.41 - - [2025-09-08 03:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.41 - - [2025-09-08 03:29:57] "GET /virtual-network/f65167c0-d4b6-4d3f-8fc1-2a267220950a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006458 10.0.0.41 - - [2025-09-08 03:29:59] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010802 10.0.0.41 - - [2025-09-08 03:30:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005748 10.0.0.41 - - [2025-09-08 03:30:01] "GET /virtual-network/f65167c0-d4b6-4d3f-8fc1-2a267220950a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.009688 10.0.0.41 - - [2025-09-08 03:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005384 10.0.0.41 - - [2025-09-08 03:30:03] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004884 10.0.0.41 - - [2025-09-08 03:30:03] "GET /virtual-networks?parent_id=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004544 10.0.0.41 - - [2025-09-08 03:30:03] "GET /virtual-network/f65167c0-d4b6-4d3f-8fc1-2a267220950a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006837 10.0.0.41 - - [2025-09-08 03:30:03] "POST /neutron/port HTTP/1.1" 200 1083 0.020746 10.0.0.41 - - [2025-09-08 03:30:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010049 10.0.0.41 - - [2025-09-08 03:30:03] "GET /virtual-machine/62e42ee6-a9fa-43e0-866d-c4cbeb455b20 HTTP/1.1" 200 1287 0.008121 10.0.0.41 - - [2025-09-08 03:30:03] "GET /virtual-machine-interface/a2057c13-d7eb-4b82-9c2e-2fba57981d1e HTTP/1.1" 200 2942 0.007792 10.0.0.41 - - [2025-09-08 03:30:03] "POST /neutron/port HTTP/1.1" 200 1083 0.025669 10.0.0.41 - - [2025-09-08 03:30:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.41 - - [2025-09-08 03:30:03] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.009250 10.0.0.41 - - [2025-09-08 03:30:03] "GET /virtual-networks?parent_id=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004151 10.0.0.38 - - [2025-09-08 03:30:03] "GET /obj-perms HTTP/1.1" 200 5056 0.060210 10.0.0.41 - - [2025-09-08 03:30:03] "GET /virtual-network/f65167c0-d4b6-4d3f-8fc1-2a267220950a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006704 10.0.0.41 - - [2025-09-08 03:30:04] "GET /obj-perms HTTP/1.1" 200 5056 0.050883 10.0.0.41 - - [2025-09-08 03:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.41 - - [2025-09-08 03:30:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004244 10.0.0.41 - - [2025-09-08 03:30:05] "GET /virtual-networks?parent_id=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004667 10.0.0.41 - - [2025-09-08 03:30:05] "GET /virtual-network/f65167c0-d4b6-4d3f-8fc1-2a267220950a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006711 10.0.0.41 - - [2025-09-08 03:30:05] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008422 10.0.0.41 - - [2025-09-08 03:30:05] "POST /neutron/port HTTP/1.1" 200 1083 0.017238 10.0.0.41 - - [2025-09-08 03:30:05] "GET /virtual-machine/e32df335-81cc-4f33-b283-3c8fa3e0ac46 HTTP/1.1" 200 1293 0.006813 10.0.0.41 - - [2025-09-08 03:30:05] "GET /virtual-machine-interface/2558ed60-15b4-4374-bf7e-2bbd8b5f3053 HTTP/1.1" 200 2941 0.006513 10.0.0.41 - - [2025-09-08 03:30:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.41 - - [2025-09-08 03:30:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004457 10.0.0.41 - - [2025-09-08 03:30:05] "GET /virtual-networks?parent_id=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003993 10.0.0.41 - - [2025-09-08 03:30:05] "GET /virtual-network/f65167c0-d4b6-4d3f-8fc1-2a267220950a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006595 10.0.0.41 - - [2025-09-08 03:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.41 - - [2025-09-08 03:30:06] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004417 10.0.0.41 - - [2025-09-08 03:30:06] "GET /virtual-networks?parent_id=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003774 10.0.0.41 - - [2025-09-08 03:30:06] "GET /virtual-network/f65167c0-d4b6-4d3f-8fc1-2a267220950a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.006745 10.0.0.41 - - [2025-09-08 03:30:18] "POST /neutron/port HTTP/1.1" 200 1083 0.021286 10.0.0.41 - - [2025-09-08 03:30:18] "POST /neutron/subnet HTTP/1.1" 200 673 0.015148 10.0.0.41 - - [2025-09-08 03:30:22] "POST /neutron/port HTTP/1.1" 200 1083 0.022522 10.0.0.41 - - [2025-09-08 03:30:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004943 10.0.0.41 - - [2025-09-08 03:30:22] "POST /neutron/network HTTP/1.1" 200 994 0.021801 10.0.0.41 - - [2025-09-08 03:30:24] "POST /neutron/port HTTP/1.1" 200 151 0.243901 10.0.0.41 - - [2025-09-08 03:30:24] "POST /neutron/network HTTP/1.1" 200 994 0.031379 10.0.0.41 - - [2025-09-08 03:30:24] "POST /neutron/port HTTP/1.1" 200 151 0.303733 10.0.0.41 - - [2025-09-08 03:30:24] "POST /neutron/port HTTP/1.1" 400 205 0.005602 10.0.0.41 - - [2025-09-08 03:30:24] "POST /neutron/port HTTP/1.1" 200 151 0.315086 10.0.0.27 - - [2025-09-08 03:30:24] "DELETE /route-target/2e7acac2-db77-4924-9ee3-ae2308cba11c HTTP/1.1" 200 115 0.039324 10.0.0.41 - - [2025-09-08 03:30:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.41 - - [2025-09-08 03:30:25] "DELETE /network-ipam/4750edbe-1bdb-45cb-913a-1db0a3faf52f HTTP/1.1" 200 115 0.037366 10.0.0.41 - - [2025-09-08 03:30:25] "POST /fqname-to-id HTTP/1.1" 404 211 0.003921 10.0.0.38 - - [2025-09-08 03:30:26] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001866 10.0.0.41 - - [2025-09-08 03:30:26] "GET /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.050303 10.0.0.38 - - [2025-09-08 03:30:26] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.41 - - [2025-09-08 03:30:26] "GET /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9?fields=virtual_networks HTTP/1.1" 200 1031 0.051122 10.0.0.38 - - [2025-09-08 03:30:26] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.41 - - [2025-09-08 03:30:27] "GET /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.055577 10.0.0.38 - - [2025-09-08 03:30:27] "GET /projects?obj_uuids=536d6ca4-cbf3-4c91-841a-a7ea88dddca9&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001246 10.0.0.41 - - [2025-09-08 03:30:27] "GET /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9?fields=security_groups HTTP/1.1" 200 1257 0.046491 10.0.0.41 - - [2025-09-08 03:30:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.031996 10.0.0.38 - - [2025-09-08 03:30:28] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003613 10.0.0.38 - - [2025-09-08 03:30:28] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001026 10.0.0.38 - - [2025-09-08 03:30:28] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008163 10.0.0.38 - - [2025-09-08 03:30:28] "POST /id-to-fqname HTTP/1.1" 200 198 0.007585 10.0.0.38 - - [2025-09-08 03:30:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.003882 10.0.0.38 - - [2025-09-08 03:30:28] "POST /security-groups HTTP/1.1" 200 599 0.077586 10.0.0.38 - - [2025-09-08 03:30:28] "POST /projects HTTP/1.1" 200 601 0.296641 10.0.0.27 - - [2025-09-08 03:30:28] "POST /fqname-to-id HTTP/1.1" 404 241 0.004640 10.0.0.38 - - [2025-09-08 03:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.368564 10.0.0.41 - - [2025-09-08 03:30:28] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.520526 10.0.0.41 - - [2025-09-08 03:30:29] "GET / HTTP/1.1" 200 35931 0.002468 10.0.0.41 - - [2025-09-08 03:30:31] "POST /fqname-to-id HTTP/1.1" 401 292 0.000540 10.0.0.41 - - [2025-09-08 03:30:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.056175 10.0.0.38 - - [2025-09-08 03:30:31] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001363 10.0.0.41 - - [2025-09-08 03:30:32] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.050366 10.0.0.41 - - [2025-09-08 03:30:32] "POST /neutron/network HTTP/1.1" 200 117 0.034278 10.0.0.27 - - [2025-09-08 03:30:32] "POST /ref-update HTTP/1.1" 200 156 0.068143 10.0.0.38 - - [2025-09-08 03:30:32] "POST /useragent-kv HTTP/1.1" 200 115 0.043063 10.0.0.41 - - [2025-09-08 03:30:32] "POST /neutron/subnet HTTP/1.1" 200 724 0.245845 10.0.0.41 - - [2025-09-08 03:30:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001953 10.0.0.41 - - [2025-09-08 03:30:32] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009546 10.0.0.41 - - [2025-09-08 03:30:32] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007709 10.0.0.41 - - [2025-09-08 03:30:33] "POST /neutron/network HTTP/1.1" 200 1006 0.011359 10.0.0.41 - - [2025-09-08 03:30:33] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007756 10.0.0.41 - - [2025-09-08 03:30:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.002082 10.0.0.41 - - [2025-09-08 03:30:35] "POST /neutron/network HTTP/1.1" 200 1016 0.012169 10.0.0.38 - - [2025-09-08 03:30:36] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001192 10.0.0.41 - - [2025-09-08 03:30:36] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.066578 10.0.0.41 - - [2025-09-08 03:30:36] "POST /neutron/port HTTP/1.1" 200 117 0.006886 10.0.0.41 - - [2025-09-08 03:30:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001391 10.0.0.41 - - [2025-09-08 03:30:36] "POST /neutron/network HTTP/1.1" 200 1016 0.010943 10.0.0.41 - - [2025-09-08 03:30:37] "POST /neutron/port HTTP/1.1" 200 1175 0.019546 10.0.0.38 - - [2025-09-08 03:30:37] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001390 10.0.0.41 - - [2025-09-08 03:30:37] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.113634 10.0.0.41 - - [2025-09-08 03:30:37] "POST /neutron/network HTTP/1.1" 200 1006 0.010201 10.0.0.41 - - [2025-09-08 03:30:37] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015333 10.0.0.41 - - [2025-09-08 03:30:37] "POST /neutron/port HTTP/1.1" 200 1203 0.025550 10.0.0.41 - - [2025-09-08 03:30:37] "POST /neutron/port HTTP/1.1" 200 117 0.008027 10.0.0.41 - - [2025-09-08 03:30:37] "POST /id-to-fqname HTTP/1.1" 200 228 0.001787 10.0.0.41 - - [2025-09-08 03:30:38] "POST /neutron/network HTTP/1.1" 200 1016 0.018744 10.0.0.41 - - [2025-09-08 03:30:38] "POST /neutron/port HTTP/1.1" 200 1175 0.021682 10.0.0.41 - - [2025-09-08 03:30:39] "POST /neutron/port HTTP/1.1" 200 1203 0.028729 10.0.0.41 - - [2025-09-08 03:30:39] "POST /neutron/subnet HTTP/1.1" 200 1384 0.020115 10.0.0.38 - - [2025-09-08 03:30:39] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001554 10.0.0.41 - - [2025-09-08 03:30:39] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.087357 10.0.0.41 - - [2025-09-08 03:30:39] "POST /neutron/network HTTP/1.1" 200 1006 0.019806 10.0.0.41 - - [2025-09-08 03:30:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012080 10.0.0.41 - - [2025-09-08 03:30:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001660 10.0.0.41 - - [2025-09-08 03:30:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010100 10.0.0.38 - - [2025-09-08 03:30:39] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.41 - - [2025-09-08 03:30:40] "POST /neutron/port HTTP/1.1" 200 1175 0.325460 10.0.0.41 - - [2025-09-08 03:30:40] "POST /neutron/port HTTP/1.1" 200 1229 0.122001 10.0.0.41 - - [2025-09-08 03:30:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004493 10.0.0.41 - - [2025-09-08 03:30:40] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.38 - - [2025-09-08 03:30:40] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001239 10.0.0.41 - - [2025-09-08 03:30:40] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.070561 10.0.0.41 - - [2025-09-08 03:30:40] "POST /neutron/port HTTP/1.1" 200 3373 0.031615 10.0.0.41 - - [2025-09-08 03:30:41] "POST /neutron/port HTTP/1.1" 200 1203 0.022250 10.0.0.41 - - [2025-09-08 03:30:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009967 10.0.0.41 - - [2025-09-08 03:30:41] "GET /virtual-machine/7e0b273a-aa7e-4ab7-98b9-9e72421ee2ee HTTP/1.1" 401 292 0.000730 10.0.0.41 - - [2025-09-08 03:30:41] "POST /neutron/network HTTP/1.1" 200 1016 0.012257 10.0.0.41 - - [2025-09-08 03:30:41] "GET /virtual-machine/7e0b273a-aa7e-4ab7-98b9-9e72421ee2ee HTTP/1.1" 200 1300 0.056951 10.0.0.41 - - [2025-09-08 03:30:41] "GET /virtual-machine-interface/a3d9eb56-4b92-4e9a-a2c1-fbec9de97093 HTTP/1.1" 200 3176 0.007845 10.0.0.41 - - [2025-09-08 03:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.41 - - [2025-09-08 03:30:41] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004797 10.0.0.41 - - [2025-09-08 03:30:41] "GET /virtual-networks?parent_id=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005653 10.0.0.41 - - [2025-09-08 03:30:42] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008665 10.0.0.41 - - [2025-09-08 03:30:42] "POST /neutron/port HTTP/1.1" 200 1175 0.021529 10.0.0.41 - - [2025-09-08 03:30:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004584 10.0.0.41 - - [2025-09-08 03:30:42] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.41 - - [2025-09-08 03:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.41 - - [2025-09-08 03:30:45] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006352 10.0.0.41 - - [2025-09-08 03:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.41 - - [2025-09-08 03:30:49] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006422 10.0.0.41 - - [2025-09-08 03:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.41 - - [2025-09-08 03:30:53] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006198 10.0.0.41 - - [2025-09-08 03:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.41 - - [2025-09-08 03:30:57] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.009352 10.0.0.41 - - [2025-09-08 03:31:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.41 - - [2025-09-08 03:31:01] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008117 10.0.0.27 - - [2025-09-08 03:31:04] "GET /obj-perms HTTP/1.1" 200 5056 0.054402 10.0.0.41 - - [2025-09-08 03:31:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.41 - - [2025-09-08 03:31:05] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007714 10.0.0.38 - - [2025-09-08 03:31:08] "DELETE /project/09c2afd77484434ca4e193e77ea32659 HTTP/1.1" 404 173 0.003240 10.0.0.38 - - [2025-09-08 03:31:08] "DELETE /project/536d6ca4-cbf3-4c91-841a-a7ea88dddca9 HTTP/1.1" 404 177 0.005023 10.0.0.41 - - [2025-09-08 03:31:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.41 - - [2025-09-08 03:31:09] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005912 10.0.0.41 - - [2025-09-08 03:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.41 - - [2025-09-08 03:31:13] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008674 10.0.0.41 - - [2025-09-08 03:31:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005123 10.0.0.41 - - [2025-09-08 03:31:17] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.010402 10.0.0.41 - - [2025-09-08 03:31:20] "POST /neutron/port HTTP/1.1" 200 1203 0.017998 10.0.0.41 - - [2025-09-08 03:31:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005164 10.0.0.41 - - [2025-09-08 03:31:20] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.41 - - [2025-09-08 03:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.41 - - [2025-09-08 03:31:21] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008335 10.0.0.41 - - [2025-09-08 03:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.41 - - [2025-09-08 03:31:24] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004285 10.0.0.41 - - [2025-09-08 03:31:24] "GET /virtual-networks?parent_id=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003559 10.0.0.41 - - [2025-09-08 03:31:24] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006978 10.0.0.41 - - [2025-09-08 03:31:24] "POST /neutron/port HTTP/1.1" 200 1203 0.018263 10.0.0.41 - - [2025-09-08 03:31:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008030 10.0.0.41 - - [2025-09-08 03:31:32] "POST /neutron/port HTTP/1.1" 200 1203 0.018542 10.0.0.41 - - [2025-09-08 03:31:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009178 10.0.0.41 - - [2025-09-08 03:31:36] "POST /neutron/port HTTP/1.1" 200 1203 0.020442 10.0.0.41 - - [2025-09-08 03:31:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011257 10.0.0.41 - - [2025-09-08 03:31:45] "POST /neutron/port HTTP/1.1" 200 1203 0.018415 10.0.0.41 - - [2025-09-08 03:31:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007968 10.0.0.41 - - [2025-09-08 03:31:45] "GET /virtual-machine/b29ab012-6d9a-41cd-9d38-e08f11fec193 HTTP/1.1" 200 1301 0.006697 10.0.0.41 - - [2025-09-08 03:31:45] "GET /virtual-machine-interface/62cdaaa4-6893-417a-8fea-55da1d8ebc0c HTTP/1.1" 200 3175 0.006773 10.0.0.41 - - [2025-09-08 03:31:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.41 - - [2025-09-08 03:31:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004503 10.0.0.41 - - [2025-09-08 03:31:45] "GET /virtual-networks?parent_id=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003482 10.0.0.41 - - [2025-09-08 03:31:45] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006645 10.0.0.41 - - [2025-09-08 03:31:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004349 10.0.0.41 - - [2025-09-08 03:31:46] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004021 10.0.0.41 - - [2025-09-08 03:31:46] "GET /virtual-networks?parent_id=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003435 10.0.0.41 - - [2025-09-08 03:31:46] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007070 10.0.0.41 - - [2025-09-08 03:31:51] "POST /neutron/port HTTP/1.1" 200 1203 0.017674 10.0.0.41 - - [2025-09-08 03:31:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.021957 10.0.0.41 - - [2025-09-08 03:31:52] "GET /virtual-machine/f5b7498e-598d-46c1-891f-9f2b1344c748 HTTP/1.1" 200 1300 0.007051 10.0.0.41 - - [2025-09-08 03:31:52] "GET /virtual-machine-interface/42e0aba4-1849-4629-b3be-d0be6ee795d5 HTTP/1.1" 200 3175 0.005842 10.0.0.41 - - [2025-09-08 03:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.41 - - [2025-09-08 03:31:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003858 10.0.0.41 - - [2025-09-08 03:31:52] "GET /virtual-networks?parent_id=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003313 10.0.0.41 - - [2025-09-08 03:31:52] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006296 10.0.0.41 - - [2025-09-08 03:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003955 10.0.0.41 - - [2025-09-08 03:31:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004475 10.0.0.41 - - [2025-09-08 03:31:53] "GET /virtual-networks?parent_id=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003755 10.0.0.41 - - [2025-09-08 03:31:53] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006734 10.0.0.38 - - [2025-09-08 03:32:08] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001269 10.0.0.41 - - [2025-09-08 03:32:08] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.042556 10.0.0.41 - - [2025-09-08 03:32:08] "POST /fqname-to-id HTTP/1.1" 404 226 0.008285 10.0.0.41 - - [2025-09-08 03:32:08] "POST /interface-route-tables HTTP/1.1" 200 575 0.043138 10.0.0.41 - - [2025-09-08 03:32:08] "GET /interface-route-table/4dd5de41-7d82-4ea6-99cf-ead6cd6db766?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.006483 10.0.0.41 - - [2025-09-08 03:32:08] "GET /virtual-machine-interface/a3d9eb56-4b92-4e9a-a2c1-fbec9de97093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.007060 10.0.0.41 - - [2025-09-08 03:32:08] "POST /ref-update HTTP/1.1" 200 156 0.017805 10.0.0.38 - - [2025-09-08 03:32:18] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.41 - - [2025-09-08 03:32:18] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.060488 10.0.0.41 - - [2025-09-08 03:32:18] "POST /fqname-to-id HTTP/1.1" 404 226 0.003070 10.0.0.41 - - [2025-09-08 03:32:18] "POST /interface-route-tables HTTP/1.1" 200 575 0.032241 10.0.0.41 - - [2025-09-08 03:32:18] "GET /interface-route-table/e4ae8370-d27a-4965-a552-ea19a716ebb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.006739 10.0.0.41 - - [2025-09-08 03:32:18] "GET /virtual-machine-interface/62cdaaa4-6893-417a-8fea-55da1d8ebc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.008164 10.0.0.41 - - [2025-09-08 03:32:18] "POST /ref-update HTTP/1.1" 200 156 0.018787 10.0.0.41 - - [2025-09-08 03:32:20] "POST /neutron/port HTTP/1.1" 200 1203 0.020494 10.0.0.41 - - [2025-09-08 03:32:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004575 10.0.0.41 - - [2025-09-08 03:32:20] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.41 - - [2025-09-08 03:32:20] "GET /virtual-machine-interface/42e0aba4-1849-4629-b3be-d0be6ee795d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006428 10.0.0.41 - - [2025-09-08 03:32:20] "PUT /virtual-machine-interface/42e0aba4-1849-4629-b3be-d0be6ee795d5 HTTP/1.1" 200 284 0.015641 10.0.0.41 - - [2025-09-08 03:32:20] "GET /virtual-machine-interface/a3d9eb56-4b92-4e9a-a2c1-fbec9de97093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3042 0.008430 10.0.0.41 - - [2025-09-08 03:32:20] "PUT /virtual-machine-interface/a3d9eb56-4b92-4e9a-a2c1-fbec9de97093 HTTP/1.1" 200 284 0.016643 10.0.0.41 - - [2025-09-08 03:32:20] "GET /virtual-machine-interface/62cdaaa4-6893-417a-8fea-55da1d8ebc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.006951 10.0.0.41 - - [2025-09-08 03:32:20] "PUT /virtual-machine-interface/62cdaaa4-6893-417a-8fea-55da1d8ebc0c HTTP/1.1" 200 284 0.014265 10.0.0.41 - - [2025-09-08 03:32:25] "POST /neutron/port HTTP/1.1" 200 1203 0.017166 10.0.0.41 - - [2025-09-08 03:32:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009659 10.0.0.41 - - [2025-09-08 03:32:25] "POST /neutron/port HTTP/1.1" 200 117 0.001639 10.0.0.38 - - [2025-09-08 03:32:58] "GET /global-system-configs HTTP/1.1" 200 322 0.096163 10.0.0.41 - - [2025-09-08 03:32:58] "GET /obj-perms HTTP/1.1" 200 5056 0.167629 10.0.0.38 - - [2025-09-08 03:32:58] "GET /obj-perms HTTP/1.1" 200 5056 0.191397 10.0.0.27 - - [2025-09-08 03:32:59] "GET /global-system-configs HTTP/1.1" 200 322 0.055963 10.0.0.27 - - [2025-09-08 03:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.139323 10.0.0.27 - - [2025-09-08 03:32:59] "GET /global-system-configs HTTP/1.1" 200 322 0.031131 10.0.0.38 - - [2025-09-08 03:33:00] "GET /global-system-configs HTTP/1.1" 200 322 0.053722 10.0.0.38 - - [2025-09-08 03:33:00] "GET /obj-perms HTTP/1.1" 200 5056 0.148915 10.0.0.41 - - [2025-09-08 03:33:00] "GET /obj-perms HTTP/1.1" 200 5056 0.165889 10.0.0.41 - - [2025-09-08 03:33:01] "GET /global-system-configs HTTP/1.1" 200 322 0.062637 10.0.0.27 - - [2025-09-08 03:33:01] "GET /obj-perms HTTP/1.1" 200 5056 0.152160 10.0.0.41 - - [2025-09-08 03:33:01] "GET /global-system-configs HTTP/1.1" 200 322 0.033300 10.0.0.38 - - [2025-09-08 03:33:06] "GET /obj-perms HTTP/1.1" 200 5056 0.060085 10.0.0.41 - - [2025-09-08 03:33:06] "GET /obj-perms HTTP/1.1" 200 5056 0.065679 10.0.0.41 - - [2025-09-08 03:33:20] "POST /neutron/port HTTP/1.1" 200 1203 0.019145 10.0.0.41 - - [2025-09-08 03:33:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004467 10.0.0.41 - - [2025-09-08 03:33:20] "POST /neutron/port HTTP/1.1" 200 117 0.001377 10.0.0.41 - - [2025-09-08 03:33:22] "POST /neutron/port HTTP/1.1" 200 1203 0.020745 10.0.0.41 - - [2025-09-08 03:33:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008320 10.0.0.41 - - [2025-09-08 03:33:22] "GET /virtual-machine/a3609d10-266e-46da-a671-052c997c8275 HTTP/1.1" 200 1301 0.009310 10.0.0.41 - - [2025-09-08 03:33:22] "GET /virtual-machine-interface/e6d7af64-109b-480e-a445-584df458c763 HTTP/1.1" 200 3176 0.006407 10.0.0.41 - - [2025-09-08 03:33:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.41 - - [2025-09-08 03:33:22] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005408 10.0.0.41 - - [2025-09-08 03:33:22] "GET /virtual-networks?parent_id=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003803 10.0.0.41 - - [2025-09-08 03:33:22] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008909 10.0.0.41 - - [2025-09-08 03:33:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.41 - - [2025-09-08 03:33:23] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.093305 10.0.0.41 - - [2025-09-08 03:33:23] "GET /virtual-networks?parent_id=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004065 10.0.0.41 - - [2025-09-08 03:33:23] "GET /virtual-network/782e12e8-2a14-430e-b072-965a88d09c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006997 10.0.0.41 - - [2025-09-08 03:33:23] "GET /virtual-machine-interface/e6d7af64-109b-480e-a445-584df458c763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006872 10.0.0.41 - - [2025-09-08 03:33:23] "PUT /virtual-machine-interface/e6d7af64-109b-480e-a445-584df458c763 HTTP/1.1" 200 284 0.022406 10.0.0.41 - - [2025-09-08 03:33:25] "POST /neutron/port HTTP/1.1" 200 1203 0.042837 10.0.0.41 - - [2025-09-08 03:33:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004394 10.0.0.41 - - [2025-09-08 03:33:25] "POST /neutron/port HTTP/1.1" 200 117 0.001426 10.0.0.38 - - [2025-09-08 03:34:03] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001051 10.0.0.41 - - [2025-09-08 03:34:03] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.055379 10.0.0.41 - - [2025-09-08 03:34:03] "POST /fqname-to-id HTTP/1.1" 404 226 0.003512 10.0.0.41 - - [2025-09-08 03:34:03] "POST /interface-route-tables HTTP/1.1" 200 575 0.036056 10.0.0.41 - - [2025-09-08 03:34:03] "GET /interface-route-table/905c1704-5cdf-4289-b280-eb6a69213f18?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1333 0.009623 10.0.0.41 - - [2025-09-08 03:34:03] "GET /virtual-machine-interface/e6d7af64-109b-480e-a445-584df458c763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.009686 10.0.0.41 - - [2025-09-08 03:34:03] "POST /ref-update HTTP/1.1" 200 156 0.020110 10.0.0.41 - - [2025-09-08 03:34:05] "GET /virtual-machine-interface/a3d9eb56-4b92-4e9a-a2c1-fbec9de97093?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.009167 10.0.0.41 - - [2025-09-08 03:34:05] "POST /ref-update HTTP/1.1" 200 156 0.017517 10.0.0.41 - - [2025-09-08 03:34:05] "DELETE /interface-route-table/4dd5de41-7d82-4ea6-99cf-ead6cd6db766 HTTP/1.1" 200 115 0.038828 10.0.0.41 - - [2025-09-08 03:34:06] "POST /neutron/port HTTP/1.1" 200 1203 0.019729 10.0.0.41 - - [2025-09-08 03:34:16] "GET /virtual-machine-interface/e6d7af64-109b-480e-a445-584df458c763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.015298 10.0.0.41 - - [2025-09-08 03:34:16] "POST /ref-update HTTP/1.1" 200 156 0.024224 10.0.0.41 - - [2025-09-08 03:34:16] "DELETE /interface-route-table/905c1704-5cdf-4289-b280-eb6a69213f18 HTTP/1.1" 200 115 0.053541 10.0.0.41 - - [2025-09-08 03:34:16] "GET /virtual-machine-interface/62cdaaa4-6893-417a-8fea-55da1d8ebc0c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.009362 10.0.0.41 - - [2025-09-08 03:34:16] "POST /ref-update HTTP/1.1" 200 156 0.018679 10.0.0.41 - - [2025-09-08 03:34:17] "DELETE /interface-route-table/e4ae8370-d27a-4965-a552-ea19a716ebb6 HTTP/1.1" 200 115 0.038264 10.0.0.41 - - [2025-09-08 03:34:17] "POST /neutron/network HTTP/1.1" 200 1006 0.012609 10.0.0.41 - - [2025-09-08 03:34:17] "POST /neutron/port HTTP/1.1" 200 1229 0.019093 10.0.0.41 - - [2025-09-08 03:34:17] "POST /neutron/port HTTP/1.1" 200 1229 0.023303 10.0.0.41 - - [2025-09-08 03:34:17] "POST /neutron/port HTTP/1.1" 200 1229 0.027617 10.0.0.38 - - [2025-09-08 03:34:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005264 10.0.0.27 - - [2025-09-08 03:34:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005627 10.0.0.38 - - [2025-09-08 03:34:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003997 10.0.0.38 - - [2025-09-08 03:34:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002755 10.0.0.38 - - [2025-09-08 03:34:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003634 10.0.0.41 - - [2025-09-08 03:34:19] "POST /neutron/network HTTP/1.1" 200 151 0.148099 10.0.0.38 - - [2025-09-08 03:34:21] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001203 10.0.0.41 - - [2025-09-08 03:34:21] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.078066 10.0.0.38 - - [2025-09-08 03:34:21] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001598 10.0.0.41 - - [2025-09-08 03:34:21] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?fields=virtual_networks HTTP/1.1" 200 1047 0.066491 10.0.0.38 - - [2025-09-08 03:34:21] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001295 10.0.0.41 - - [2025-09-08 03:34:21] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.044256 10.0.0.38 - - [2025-09-08 03:34:21] "GET /projects?obj_uuids=09c2afd7-7484-434c-a4e1-93e77ea32659&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001461 10.0.0.41 - - [2025-09-08 03:34:21] "GET /project/09c2afd7-7484-434c-a4e1-93e77ea32659?fields=security_groups HTTP/1.1" 200 1281 0.087848 10.0.0.41 - - [2025-09-08 03:34:22] "POST /fqname-to-id HTTP/1.1" 404 183 0.025756 10.0.0.38 - - [2025-09-08 03:34:22] "GET /projects?obj_uuids=3b4ca4ab-fd13-433f-8906-21dd5dee0038&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003757 10.0.0.38 - - [2025-09-08 03:34:22] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001538 10.0.0.38 - - [2025-09-08 03:34:22] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.043528 10.0.0.38 - - [2025-09-08 03:34:22] "POST /id-to-fqname HTTP/1.1" 200 185 0.001360 10.0.0.38 - - [2025-09-08 03:34:22] "POST /fqname-to-id HTTP/1.1" 404 194 0.007263 10.0.0.38 - - [2025-09-08 03:34:22] "POST /security-groups HTTP/1.1" 200 586 0.101800 10.0.0.38 - - [2025-09-08 03:34:22] "POST /projects HTTP/1.1" 200 575 0.353185 10.0.0.38 - - [2025-09-08 03:34:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.425220 10.0.0.27 - - [2025-09-08 03:34:23] "POST /access-control-lists HTTP/1.1" 200 591 0.032524 10.0.0.41 - - [2025-09-08 03:34:23] "GET /project/3b4ca4ab-fd13-433f-8906-21dd5dee0038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.644769 10.0.0.41 - - [2025-09-08 03:34:24] "GET / HTTP/1.1" 200 35931 0.001985 10.0.0.38 - - [2025-09-08 03:34:27] "GET /projects?obj_uuids=3b4ca4ab-fd13-433f-8906-21dd5dee0038&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001696 10.0.0.41 - - [2025-09-08 03:34:27] "GET /project/3b4ca4ab-fd13-433f-8906-21dd5dee0038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.039660 10.0.0.38 - - [2025-09-08 03:34:27] "GET /projects?obj_uuids=3b4ca4ab-fd13-433f-8906-21dd5dee0038&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001006 10.0.0.41 - - [2025-09-08 03:34:27] "GET /project/3b4ca4ab-fd13-433f-8906-21dd5dee0038?fields=virtual_networks HTTP/1.1" 200 1021 0.047216 10.0.0.38 - - [2025-09-08 03:34:27] "GET /projects?obj_uuids=3b4ca4ab-fd13-433f-8906-21dd5dee0038&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001570 10.0.0.41 - - [2025-09-08 03:34:27] "GET /project/3b4ca4ab-fd13-433f-8906-21dd5dee0038?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.045929 10.0.0.38 - - [2025-09-08 03:34:27] "GET /projects?obj_uuids=3b4ca4ab-fd13-433f-8906-21dd5dee0038&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001260 10.0.0.41 - - [2025-09-08 03:34:27] "GET /project/3b4ca4ab-fd13-433f-8906-21dd5dee0038?fields=security_groups HTTP/1.1" 200 1242 0.057283 10.0.0.41 - - [2025-09-08 03:34:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.032264 10.0.0.38 - - [2025-09-08 03:34:28] "GET /projects?obj_uuids=48daab9a-07a9-4e61-82cd-05cb89618bce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004221 10.0.0.38 - - [2025-09-08 03:34:28] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001068 10.0.0.38 - - [2025-09-08 03:34:28] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008311 10.0.0.38 - - [2025-09-08 03:34:29] "POST /id-to-fqname HTTP/1.1" 200 195 0.005650 10.0.0.38 - - [2025-09-08 03:34:29] "POST /fqname-to-id HTTP/1.1" 404 204 0.003399 10.0.0.38 - - [2025-09-08 03:34:29] "POST /security-groups HTTP/1.1" 200 596 0.032137 10.0.0.27 - - [2025-09-08 03:34:29] "POST /fqname-to-id HTTP/1.1" 404 239 0.003380 10.0.0.38 - - [2025-09-08 03:34:29] "POST /projects HTTP/1.1" 200 595 0.242943 10.0.0.38 - - [2025-09-08 03:34:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.314236 10.0.0.27 - - [2025-09-08 03:34:29] "POST /access-control-lists HTTP/1.1" 200 599 0.030411 10.0.0.41 - - [2025-09-08 03:34:29] "GET /project/48daab9a-07a9-4e61-82cd-05cb89618bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.457201 10.0.0.41 - - [2025-09-08 03:34:30] "GET / HTTP/1.1" 200 35931 0.002447 10.0.0.38 - - [2025-09-08 03:34:33] "GET /projects?obj_uuids=48daab9a-07a9-4e61-82cd-05cb89618bce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001326 10.0.0.41 - - [2025-09-08 03:34:33] "GET /project/48daab9a-07a9-4e61-82cd-05cb89618bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1382 0.046824 10.0.0.38 - - [2025-09-08 03:34:33] "GET /projects?obj_uuids=48daab9a-07a9-4e61-82cd-05cb89618bce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001269 10.0.0.41 - - [2025-09-08 03:34:33] "GET /project/48daab9a-07a9-4e61-82cd-05cb89618bce?fields=virtual_networks HTTP/1.1" 200 1041 0.045080 10.0.0.38 - - [2025-09-08 03:34:33] "GET /projects?obj_uuids=48daab9a-07a9-4e61-82cd-05cb89618bce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001111 10.0.0.41 - - [2025-09-08 03:34:33] "GET /project/48daab9a-07a9-4e61-82cd-05cb89618bce?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.047870 10.0.0.38 - - [2025-09-08 03:34:33] "GET /projects?obj_uuids=48daab9a-07a9-4e61-82cd-05cb89618bce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001361 10.0.0.41 - - [2025-09-08 03:34:33] "GET /project/48daab9a-07a9-4e61-82cd-05cb89618bce?fields=security_groups HTTP/1.1" 200 1272 0.047223 10.0.0.41 - - [2025-09-08 03:34:34] "POST /fqname-to-id HTTP/1.1" 404 199 0.023562 10.0.0.38 - - [2025-09-08 03:34:35] "GET /projects?obj_uuids=0d1b8674-1e56-4f05-9d1c-43851580c230&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003732 10.0.0.38 - - [2025-09-08 03:34:35] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.38 - - [2025-09-08 03:34:35] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007479 10.0.0.38 - - [2025-09-08 03:34:35] "POST /id-to-fqname HTTP/1.1" 200 201 0.005411 10.0.0.38 - - [2025-09-08 03:34:35] "POST /fqname-to-id HTTP/1.1" 404 210 0.006797 10.0.0.38 - - [2025-09-08 03:34:35] "POST /security-groups HTTP/1.1" 200 602 0.073343 10.0.0.38 - - [2025-09-08 03:34:35] "POST /projects HTTP/1.1" 200 607 0.279913 10.0.0.27 - - [2025-09-08 03:34:35] "POST /fqname-to-id HTTP/1.1" 404 244 0.009237 10.0.0.38 - - [2025-09-08 03:34:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.349845 10.0.0.41 - - [2025-09-08 03:34:35] "GET /project/0d1b8674-1e56-4f05-9d1c-43851580c230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.487899 10.0.0.41 - - [2025-09-08 03:34:36] "GET / HTTP/1.1" 200 35931 0.002101 10.0.0.38 - - [2025-09-08 03:34:40] "GET /projects?obj_uuids=0d1b8674-1e56-4f05-9d1c-43851580c230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001083 10.0.0.41 - - [2025-09-08 03:34:40] "GET /project/0d1b8674-1e56-4f05-9d1c-43851580c230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1406 0.043399 10.0.0.38 - - [2025-09-08 03:34:40] "GET /projects?obj_uuids=0d1b8674-1e56-4f05-9d1c-43851580c230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002033 10.0.0.41 - - [2025-09-08 03:34:40] "GET /project/0d1b8674-1e56-4f05-9d1c-43851580c230?fields=virtual_networks HTTP/1.1" 200 1053 0.044720 10.0.0.38 - - [2025-09-08 03:34:40] "GET /projects?obj_uuids=0d1b8674-1e56-4f05-9d1c-43851580c230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001068 10.0.0.41 - - [2025-09-08 03:34:40] "GET /project/0d1b8674-1e56-4f05-9d1c-43851580c230?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.050744 10.0.0.38 - - [2025-09-08 03:34:40] "GET /projects?obj_uuids=0d1b8674-1e56-4f05-9d1c-43851580c230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001353 10.0.0.41 - - [2025-09-08 03:34:40] "GET /project/0d1b8674-1e56-4f05-9d1c-43851580c230?fields=security_groups HTTP/1.1" 200 1290 0.052969 10.0.0.41 - - [2025-09-08 03:34:41] "POST /fqname-to-id HTTP/1.1" 404 185 0.028298 10.0.0.38 - - [2025-09-08 03:34:41] "GET /projects?obj_uuids=64b68888-b138-44fe-8aa5-57b26b800afb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003716 10.0.0.38 - - [2025-09-08 03:34:41] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001574 10.0.0.38 - - [2025-09-08 03:34:41] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009773 10.0.0.38 - - [2025-09-08 03:34:41] "POST /id-to-fqname HTTP/1.1" 200 187 0.004880 10.0.0.38 - - [2025-09-08 03:34:41] "POST /fqname-to-id HTTP/1.1" 404 196 0.007980 10.0.0.38 - - [2025-09-08 03:34:41] "POST /security-groups HTTP/1.1" 200 588 0.033100 10.0.0.38 - - [2025-09-08 03:34:41] "POST /projects HTTP/1.1" 200 579 0.273449 10.0.0.38 - - [2025-09-08 03:34:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.324633 10.0.0.27 - - [2025-09-08 03:34:41] "POST /access-control-lists HTTP/1.1" 200 593 0.034103 10.0.0.41 - - [2025-09-08 03:34:41] "GET /project/64b68888-b138-44fe-8aa5-57b26b800afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.491677 10.0.0.41 - - [2025-09-08 03:34:43] "GET / HTTP/1.1" 200 35931 0.001661 10.0.0.38 - - [2025-09-08 03:34:46] "GET /projects?obj_uuids=64b68888-b138-44fe-8aa5-57b26b800afb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001143 10.0.0.41 - - [2025-09-08 03:34:46] "GET /project/64b68888-b138-44fe-8aa5-57b26b800afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.049354 10.0.0.38 - - [2025-09-08 03:34:46] "GET /projects?obj_uuids=64b68888-b138-44fe-8aa5-57b26b800afb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001251 10.0.0.41 - - [2025-09-08 03:34:46] "GET /project/64b68888-b138-44fe-8aa5-57b26b800afb?fields=virtual_networks HTTP/1.1" 200 1025 0.050257 10.0.0.38 - - [2025-09-08 03:34:46] "GET /projects?obj_uuids=64b68888-b138-44fe-8aa5-57b26b800afb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001445 10.0.0.41 - - [2025-09-08 03:34:46] "GET /project/64b68888-b138-44fe-8aa5-57b26b800afb?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.051418 10.0.0.38 - - [2025-09-08 03:34:46] "GET /projects?obj_uuids=64b68888-b138-44fe-8aa5-57b26b800afb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001118 10.0.0.41 - - [2025-09-08 03:34:46] "GET /project/64b68888-b138-44fe-8aa5-57b26b800afb?fields=security_groups HTTP/1.1" 200 1248 0.050967 10.0.0.41 - - [2025-09-08 03:34:47] "POST /fqname-to-id HTTP/1.1" 404 182 0.026803 10.0.0.38 - - [2025-09-08 03:34:47] "GET /projects?obj_uuids=50612723-81b1-491f-b5ac-654f2592083e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003174 10.0.0.38 - - [2025-09-08 03:34:47] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001328 10.0.0.38 - - [2025-09-08 03:34:47] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009073 10.0.0.38 - - [2025-09-08 03:34:47] "POST /id-to-fqname HTTP/1.1" 200 184 0.010522 10.0.0.38 - - [2025-09-08 03:34:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.004945 10.0.0.38 - - [2025-09-08 03:34:48] "POST /security-groups HTTP/1.1" 200 585 0.080371 10.0.0.27 - - [2025-09-08 03:34:48] "POST /fqname-to-id HTTP/1.1" 404 228 0.004503 10.0.0.38 - - [2025-09-08 03:34:48] "POST /projects HTTP/1.1" 200 573 0.310103 10.0.0.38 - - [2025-09-08 03:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.382068 10.0.0.27 - - [2025-09-08 03:34:48] "POST /access-control-lists HTTP/1.1" 200 588 0.034601 10.0.0.41 - - [2025-09-08 03:34:48] "GET /project/50612723-81b1-491f-b5ac-654f2592083e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.546165 10.0.0.41 - - [2025-09-08 03:34:49] "GET / HTTP/1.1" 200 35931 0.002082 10.0.0.38 - - [2025-09-08 03:34:52] "GET /projects?obj_uuids=50612723-81b1-491f-b5ac-654f2592083e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001221 10.0.0.41 - - [2025-09-08 03:34:52] "GET /project/50612723-81b1-491f-b5ac-654f2592083e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.047162 10.0.0.38 - - [2025-09-08 03:34:52] "GET /projects?obj_uuids=50612723-81b1-491f-b5ac-654f2592083e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001009 10.0.0.41 - - [2025-09-08 03:34:52] "GET /project/50612723-81b1-491f-b5ac-654f2592083e?fields=virtual_networks HTTP/1.1" 200 1020 0.060852 10.0.0.38 - - [2025-09-08 03:34:52] "GET /projects?obj_uuids=50612723-81b1-491f-b5ac-654f2592083e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001158 10.0.0.41 - - [2025-09-08 03:34:53] "GET /project/50612723-81b1-491f-b5ac-654f2592083e?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.049693 10.0.0.38 - - [2025-09-08 03:34:53] "GET /projects?obj_uuids=50612723-81b1-491f-b5ac-654f2592083e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001062 10.0.0.41 - - [2025-09-08 03:34:53] "GET /project/50612723-81b1-491f-b5ac-654f2592083e?fields=security_groups HTTP/1.1" 200 1240 0.045187 10.0.0.41 - - [2025-09-08 03:34:53] "POST /fqname-to-id HTTP/1.1" 404 186 0.030234 10.0.0.38 - - [2025-09-08 03:34:54] "GET /projects?obj_uuids=10ba6a0f-4781-41eb-a291-3b644f3d56df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005899 10.0.0.38 - - [2025-09-08 03:34:54] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001171 10.0.0.38 - - [2025-09-08 03:34:54] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008396 10.0.0.38 - - [2025-09-08 03:34:54] "POST /id-to-fqname HTTP/1.1" 200 188 0.001600 10.0.0.38 - - [2025-09-08 03:34:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.006727 10.0.0.38 - - [2025-09-08 03:34:54] "POST /security-groups HTTP/1.1" 200 589 0.031640 10.0.0.38 - - [2025-09-08 03:34:54] "POST /projects HTTP/1.1" 200 581 0.257862 10.0.0.27 - - [2025-09-08 03:34:54] "POST /fqname-to-id HTTP/1.1" 404 231 0.015186 10.0.0.38 - - [2025-09-08 03:34:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.331478 10.0.0.41 - - [2025-09-08 03:34:54] "GET /project/10ba6a0f-4781-41eb-a291-3b644f3d56df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.482974 10.0.0.27 - - [2025-09-08 03:34:55] "DELETE /access-control-list/5f347d83-b430-49cd-bae9-4f7250a6aab7 HTTP/1.1" 200 115 0.075879 10.0.0.41 - - [2025-09-08 03:34:56] "GET / HTTP/1.1" 200 35931 0.002133 10.0.0.38 - - [2025-09-08 03:34:59] "GET /projects?obj_uuids=10ba6a0f-4781-41eb-a291-3b644f3d56df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001071 10.0.0.41 - - [2025-09-08 03:34:59] "GET /project/10ba6a0f-4781-41eb-a291-3b644f3d56df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.041446 10.0.0.38 - - [2025-09-08 03:34:59] "GET /projects?obj_uuids=10ba6a0f-4781-41eb-a291-3b644f3d56df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001010 10.0.0.41 - - [2025-09-08 03:34:59] "GET /project/10ba6a0f-4781-41eb-a291-3b644f3d56df?fields=virtual_networks HTTP/1.1" 200 1028 0.047814 10.0.0.38 - - [2025-09-08 03:34:59] "GET /projects?obj_uuids=10ba6a0f-4781-41eb-a291-3b644f3d56df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001115 10.0.0.41 - - [2025-09-08 03:34:59] "GET /project/10ba6a0f-4781-41eb-a291-3b644f3d56df?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.047309 10.0.0.38 - - [2025-09-08 03:34:59] "GET /projects?obj_uuids=10ba6a0f-4781-41eb-a291-3b644f3d56df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001439 10.0.0.41 - - [2025-09-08 03:34:59] "GET /project/10ba6a0f-4781-41eb-a291-3b644f3d56df?fields=security_groups HTTP/1.1" 200 1252 0.040293 10.0.0.41 - - [2025-09-08 03:35:00] "POST /fqname-to-id HTTP/1.1" 404 186 0.034238 10.0.0.38 - - [2025-09-08 03:35:00] "GET /projects?obj_uuids=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003653 10.0.0.38 - - [2025-09-08 03:35:00] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.38 - - [2025-09-08 03:35:00] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008845 10.0.0.38 - - [2025-09-08 03:35:00] "POST /id-to-fqname HTTP/1.1" 200 188 0.004943 10.0.0.38 - - [2025-09-08 03:35:00] "POST /fqname-to-id HTTP/1.1" 404 197 0.009607 10.0.0.38 - - [2025-09-08 03:35:00] "POST /security-groups HTTP/1.1" 200 589 0.036444 10.0.0.38 - - [2025-09-08 03:35:01] "POST /projects HTTP/1.1" 200 581 0.279641 10.0.0.27 - - [2025-09-08 03:35:01] "POST /fqname-to-id HTTP/1.1" 404 231 0.010723 10.0.0.38 - - [2025-09-08 03:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.351042 10.0.0.41 - - [2025-09-08 03:35:01] "GET /project/eb1e037e-1d64-4191-90ef-b0780831c364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.513086 10.0.0.41 - - [2025-09-08 03:35:02] "GET / HTTP/1.1" 200 35931 0.002002 10.0.0.41 - - [2025-09-08 03:35:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000648 10.0.0.41 - - [2025-09-08 03:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.054243 10.0.0.38 - - [2025-09-08 03:35:04] "GET /projects?obj_uuids=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001209 10.0.0.41 - - [2025-09-08 03:35:04] "GET /project/eb1e037e-1d64-4191-90ef-b0780831c364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.040694 10.0.0.27 - - [2025-09-08 03:35:05] "POST /ref-update HTTP/1.1" 200 156 0.029720 10.0.0.38 - - [2025-09-08 03:35:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007889 10.0.0.41 - - [2025-09-08 03:35:05] "POST /neutron/subnet HTTP/1.1" 200 729 0.322992 10.0.0.41 - - [2025-09-08 03:35:05] "POST /id-to-fqname HTTP/1.1" 200 218 0.002003 10.0.0.41 - - [2025-09-08 03:35:05] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007413 10.0.0.41 - - [2025-09-08 03:35:05] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006572 10.0.0.41 - - [2025-09-08 03:35:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.41 - - [2025-09-08 03:35:05] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008463 10.0.0.41 - - [2025-09-08 03:35:05] "PUT /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09 HTTP/1.1" 200 264 0.054589 10.0.0.41 - - [2025-09-08 03:35:05] "POST /neutron/network HTTP/1.1" 200 823 0.013413 10.0.0.41 - - [2025-09-08 03:35:06] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006953 10.0.0.27 - - [2025-09-08 03:35:07] "GET /obj-perms HTTP/1.1" 200 5026 0.060642 10.0.0.41 - - [2025-09-08 03:35:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.010160 10.0.0.41 - - [2025-09-08 03:35:07] "POST /id-to-fqname HTTP/1.1" 200 218 0.001236 10.0.0.38 - - [2025-09-08 03:35:08] "DELETE /project/3b4ca4abfd13433f890621dd5dee0038 HTTP/1.1" 404 173 0.025897 10.0.0.38 - - [2025-09-08 03:35:08] "DELETE /project/48daab9a07a94e6182cd05cb89618bce HTTP/1.1" 404 173 0.029941 10.0.0.38 - - [2025-09-08 03:35:08] "DELETE /project/eb1e037e1d64419190efb0780831c364 HTTP/1.1" 404 173 0.035997 10.0.0.38 - - [2025-09-08 03:35:08] "DELETE /project/64b68888b13844fe8aa557b26b800afb HTTP/1.1" 404 173 0.023918 10.0.0.38 - - [2025-09-08 03:35:08] "GET /projects?obj_uuids=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001224 10.0.0.38 - - [2025-09-08 03:35:08] "GET /projects?obj_uuids=10ba6a0f-4781-41eb-a291-3b644f3d56df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.38 - - [2025-09-08 03:35:08] "GET /projects?obj_uuids=0d1b8674-1e56-4f05-9d1c-43851580c230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000812 10.0.0.38 - - [2025-09-08 03:35:08] "GET /projects?obj_uuids=48daab9a-07a9-4e61-82cd-05cb89618bce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000783 10.0.0.38 - - [2025-09-08 03:35:08] "GET /projects?obj_uuids=50612723-81b1-491f-b5ac-654f2592083e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001369 10.0.0.38 - - [2025-09-08 03:35:08] "GET /projects?obj_uuids=3b4ca4ab-fd13-433f-8906-21dd5dee0038&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000808 10.0.0.38 - - [2025-09-08 03:35:08] "GET /projects?obj_uuids=64b68888-b138-44fe-8aa5-57b26b800afb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000849 10.0.0.38 - - [2025-09-08 03:35:08] "DELETE /project/5061272381b1491fb5ac654f2592083e HTTP/1.1" 404 173 0.010297 10.0.0.38 - - [2025-09-08 03:35:08] "DELETE /project/0d1b86741e564f059d1c43851580c230 HTTP/1.1" 404 173 0.009488 10.0.0.38 - - [2025-09-08 03:35:08] "DELETE /project/09c2afd7-7484-434c-a4e1-93e77ea32659 HTTP/1.1" 404 177 0.014332 10.0.0.38 - - [2025-09-08 03:35:08] "DELETE /project/10ba6a0f478141eba2913b644f3d56df HTTP/1.1" 404 173 0.012262 10.0.0.38 - - [2025-09-08 03:35:08] "GET /project/0d1b8674-1e56-4f05-9d1c-43851580c230?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.103497 10.0.0.38 - - [2025-09-08 03:35:08] "GET /project/48daab9a-07a9-4e61-82cd-05cb89618bce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1487 0.121488 10.0.0.41 - - [2025-09-08 03:35:08] "GET /project/eb1e037e-1d64-4191-90ef-b0780831c364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.166231 10.0.0.38 - - [2025-09-08 03:35:08] "GET /project/50612723-81b1-491f-b5ac-654f2592083e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.140771 10.0.0.38 - - [2025-09-08 03:35:08] "GET /project/3b4ca4ab-fd13-433f-8906-21dd5dee0038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.147469 10.0.0.38 - - [2025-09-08 03:35:08] "GET /project/10ba6a0f-4781-41eb-a291-3b644f3d56df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.168582 10.0.0.38 - - [2025-09-08 03:35:08] "GET /projects?obj_uuids=0d1b8674-1e56-4f05-9d1c-43851580c230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001361 10.0.0.38 - - [2025-09-08 03:35:08] "GET /project/64b68888-b138-44fe-8aa5-57b26b800afb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.177655 10.0.0.38 - - [2025-09-08 03:35:08] "GET /projects?obj_uuids=48daab9a-07a9-4e61-82cd-05cb89618bce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002714 10.0.0.38 - - [2025-09-08 03:35:08] "GET /projects?obj_uuids=3b4ca4ab-fd13-433f-8906-21dd5dee0038&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002389 10.0.0.38 - - [2025-09-08 03:35:09] "GET /projects?obj_uuids=50612723-81b1-491f-b5ac-654f2592083e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001915 10.0.0.38 - - [2025-09-08 03:35:09] "GET /projects?obj_uuids=10ba6a0f-4781-41eb-a291-3b644f3d56df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001309 10.0.0.38 - - [2025-09-08 03:35:09] "GET /projects?obj_uuids=64b68888-b138-44fe-8aa5-57b26b800afb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001227 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/64b68888-b138-44fe-8aa5-57b26b800afb?fields=security_groups HTTP/1.1" 200 1353 0.095708 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/3b4ca4ab-fd13-433f-8906-21dd5dee0038?fields=security_groups HTTP/1.1" 200 1347 0.134168 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/50612723-81b1-491f-b5ac-654f2592083e?fields=security_groups HTTP/1.1" 200 1345 0.146232 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/0d1b8674-1e56-4f05-9d1c-43851580c230?fields=security_groups HTTP/1.1" 200 1395 0.225532 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/48daab9a-07a9-4e61-82cd-05cb89618bce?fields=security_groups HTTP/1.1" 200 1377 0.189290 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/10ba6a0f-4781-41eb-a291-3b644f3d56df?fields=security_groups HTTP/1.1" 200 1357 0.221814 10.0.0.41 - - [2025-09-08 03:35:09] "POST /neutron/port HTTP/1.1" 200 117 0.016578 10.0.0.38 - - [2025-09-08 03:35:09] "DELETE /security-group/dc7acb1b-0310-4709-912f-5e0b7e423c64 HTTP/1.1" 200 115 0.193055 10.0.0.38 - - [2025-09-08 03:35:09] "DELETE /security-group/53abe67d-208e-440c-8bd6-6a108f56ce40 HTTP/1.1" 200 115 0.185797 10.0.0.38 - - [2025-09-08 03:35:09] "GET /projects?obj_uuids=64b68888-b138-44fe-8aa5-57b26b800afb&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001724 10.0.0.38 - - [2025-09-08 03:35:09] "GET /projects?obj_uuids=50612723-81b1-491f-b5ac-654f2592083e&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001147 10.0.0.38 - - [2025-09-08 03:35:09] "DELETE /security-group/7b11ed7f-b759-4b6b-81c8-285b0e6343d2 HTTP/1.1" 200 115 0.238048 10.0.0.38 - - [2025-09-08 03:35:09] "DELETE /security-group/b555e4e9-a0a6-4323-aec6-50e63930bdfc HTTP/1.1" 200 115 0.242674 10.0.0.38 - - [2025-09-08 03:35:09] "GET /projects?obj_uuids=48daab9a-07a9-4e61-82cd-05cb89618bce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001122 10.0.0.38 - - [2025-09-08 03:35:09] "GET /projects?obj_uuids=3b4ca4ab-fd13-433f-8906-21dd5dee0038&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001305 10.0.0.38 - - [2025-09-08 03:35:09] "DELETE /security-group/8afcdbc5-c603-4e94-b244-e47d2ff94f6a HTTP/1.1" 200 115 0.243866 10.0.0.38 - - [2025-09-08 03:35:09] "GET /projects?obj_uuids=0d1b8674-1e56-4f05-9d1c-43851580c230&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002445 10.0.0.27 - - [2025-09-08 03:35:09] "DELETE /access-control-list/efc3ccd8-2686-4a7f-b48f-47f6221db0ae HTTP/1.1" 200 115 0.135399 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/64b68888-b138-44fe-8aa5-57b26b800afb?fields=application_policy_sets HTTP/1.1" 200 1392 0.132031 10.0.0.38 - - [2025-09-08 03:35:09] "DELETE /security-group/00f94360-3ed5-486f-9748-c7ebb4c9d4ba HTTP/1.1" 200 115 0.228490 10.0.0.38 - - [2025-09-08 03:35:09] "GET /projects?obj_uuids=10ba6a0f-4781-41eb-a291-3b644f3d56df&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001325 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/48daab9a-07a9-4e61-82cd-05cb89618bce?fields=application_policy_sets HTTP/1.1" 200 1416 0.126689 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/50612723-81b1-491f-b5ac-654f2592083e?fields=application_policy_sets HTTP/1.1" 200 1384 0.184612 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/0d1b8674-1e56-4f05-9d1c-43851580c230?fields=application_policy_sets HTTP/1.1" 200 1434 0.177465 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/3b4ca4ab-fd13-433f-8906-21dd5dee0038?fields=application_policy_sets HTTP/1.1" 200 1386 0.224580 10.0.0.38 - - [2025-09-08 03:35:09] "GET /project/10ba6a0f-4781-41eb-a291-3b644f3d56df?fields=application_policy_sets HTTP/1.1" 200 1396 0.213108 10.0.0.27 - - [2025-09-08 03:35:09] "DELETE /access-control-list/689cb929-0453-4b57-99a9-e223c5c2a6c8 HTTP/1.1" 200 115 0.137267 10.0.0.38 - - [2025-09-08 03:35:09] "DELETE /project/64b68888-b138-44fe-8aa5-57b26b800afb HTTP/1.1" 200 115 1.190458 10.0.0.38 - - [2025-09-08 03:35:10] "DELETE /project/48daab9a-07a9-4e61-82cd-05cb89618bce HTTP/1.1" 200 115 1.229709 10.0.0.38 - - [2025-09-08 03:35:10] "DELETE /project/50612723-81b1-491f-b5ac-654f2592083e HTTP/1.1" 200 115 1.249776 10.0.0.38 - - [2025-09-08 03:35:10] "DELETE /project/0d1b8674-1e56-4f05-9d1c-43851580c230 HTTP/1.1" 200 115 1.278363 10.0.0.38 - - [2025-09-08 03:35:10] "DELETE /project/3b4ca4ab-fd13-433f-8906-21dd5dee0038 HTTP/1.1" 200 115 1.290706 10.0.0.27 - - [2025-09-08 03:35:10] "DELETE /access-control-list/eaad2298-5444-4da9-a528-a55e96176e35 HTTP/1.1" 200 115 0.100776 10.0.0.38 - - [2025-09-08 03:35:10] "DELETE /project/10ba6a0f-4781-41eb-a291-3b644f3d56df HTTP/1.1" 200 115 1.357956 10.0.0.27 - - [2025-09-08 03:35:10] "DELETE /access-control-list/df59468b-a8fb-4031-8427-bcf809e66fe4 HTTP/1.1" 200 115 0.041598 10.0.0.41 - - [2025-09-08 03:35:10] "POST /neutron/network HTTP/1.1" 200 833 0.010330 10.0.0.41 - - [2025-09-08 03:35:10] "POST /neutron/port HTTP/1.1" 200 1059 0.024414 10.0.0.41 - - [2025-09-08 03:35:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004697 10.0.0.41 - - [2025-09-08 03:35:11] "POST /neutron/network HTTP/1.1" 200 823 0.007526 10.0.0.41 - - [2025-09-08 03:35:14] "POST /neutron/port HTTP/1.1" 200 1087 0.019375 10.0.0.41 - - [2025-09-08 03:35:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010491 10.0.0.41 - - [2025-09-08 03:35:14] "GET /virtual-machine/785595c0-ceab-47c6-b4d2-b734c31dbf74 HTTP/1.1" 401 292 0.000525 10.0.0.41 - - [2025-09-08 03:35:15] "GET /virtual-machine/785595c0-ceab-47c6-b4d2-b734c31dbf74 HTTP/1.1" 200 1290 0.030027 10.0.0.41 - - [2025-09-08 03:35:15] "GET /virtual-machine-interface/a9db0554-c068-424c-b4e7-a865978c15f7 HTTP/1.1" 200 2932 0.006007 10.0.0.41 - - [2025-09-08 03:35:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.41 - - [2025-09-08 03:35:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006717 10.0.0.41 - - [2025-09-08 03:35:15] "GET /virtual-networks?parent_id=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004041 10.0.0.41 - - [2025-09-08 03:35:15] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.013350 10.0.0.41 - - [2025-09-08 03:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.41 - - [2025-09-08 03:35:18] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008180 10.0.0.41 - - [2025-09-08 03:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883 10.0.0.41 - - [2025-09-08 03:35:22] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007694 10.0.0.41 - - [2025-09-08 03:35:25] "POST /neutron/network HTTP/1.1" 200 833 0.007019 10.0.0.41 - - [2025-09-08 03:35:25] "POST /neutron/port HTTP/1.1" 200 117 0.001260 10.0.0.41 - - [2025-09-08 03:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.41 - - [2025-09-08 03:35:26] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006082 10.0.0.41 - - [2025-09-08 03:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.41 - - [2025-09-08 03:35:30] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007250 10.0.0.41 - - [2025-09-08 03:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.41 - - [2025-09-08 03:35:34] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005717 10.0.0.41 - - [2025-09-08 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156 10.0.0.41 - - [2025-09-08 03:35:39] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005948 10.0.0.41 - - [2025-09-08 03:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.41 - - [2025-09-08 03:35:43] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006165 10.0.0.41 - - [2025-09-08 03:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.41 - - [2025-09-08 03:35:47] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005681 10.0.0.41 - - [2025-09-08 03:35:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.41 - - [2025-09-08 03:35:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003931 10.0.0.41 - - [2025-09-08 03:35:49] "GET /virtual-networks?parent_id=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003203 10.0.0.41 - - [2025-09-08 03:35:49] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.010714 10.0.0.41 - - [2025-09-08 03:35:49] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009648 10.0.0.41 - - [2025-09-08 03:35:59] "POST /neutron/port HTTP/1.1" 200 1087 0.042086 10.0.0.41 - - [2025-09-08 03:35:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008370 10.0.0.38 - - [2025-09-08 03:36:09] "GET /obj-perms HTTP/1.1" 200 5056 0.060330 10.0.0.41 - - [2025-09-08 03:36:09] "GET /obj-perms HTTP/1.1" 200 5056 0.057682 10.0.0.41 - - [2025-09-08 03:36:10] "POST /neutron/port HTTP/1.1" 200 1087 0.020332 10.0.0.41 - - [2025-09-08 03:36:10] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008170 10.0.0.41 - - [2025-09-08 03:36:10] "POST /neutron/port HTTP/1.1" 200 1087 0.017261 10.0.0.41 - - [2025-09-08 03:36:10] "POST /neutron/network HTTP/1.1" 200 823 0.009154 10.0.0.41 - - [2025-09-08 03:36:10] "POST /id-to-fqname HTTP/1.1" 200 218 0.001461 10.0.0.41 - - [2025-09-08 03:36:10] "GET /virtual-machine/785595c0-ceab-47c6-b4d2-b734c31dbf74 HTTP/1.1" 200 1290 0.009741 10.0.0.41 - - [2025-09-08 03:36:10] "GET /virtual-machine-interface/a9db0554-c068-424c-b4e7-a865978c15f7 HTTP/1.1" 200 2932 0.008589 10.0.0.41 - - [2025-09-08 03:36:10] "GET /instance-ip/9de515f9-915f-41fc-89f9-65358e3c436e HTTP/1.1" 200 1617 0.009064 10.0.0.41 - - [2025-09-08 03:36:10] "POST /fqname-to-id HTTP/1.1" 404 208 0.004078 10.0.0.41 - - [2025-09-08 03:36:10] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006849 10.0.0.38 - - [2025-09-08 03:36:11] "GET /projects?obj_uuids=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.026701 10.0.0.41 - - [2025-09-08 03:36:11] "GET /project/eb1e037e-1d64-4191-90ef-b0780831c364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.105623 10.0.0.41 - - [2025-09-08 03:36:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.41 - - [2025-09-08 03:36:11] "GET /security-group/52e61943-8d28-40c9-be3f-e5dbb77f9573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.005355 10.0.0.41 - - [2025-09-08 03:36:11] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.068713 10.0.0.41 - - [2025-09-08 03:36:11] "POST /instance-ips HTTP/1.1" 200 357 0.044815 10.0.0.41 - - [2025-09-08 03:36:11] "GET /instance-ip/4473e962-87e4-46af-a6cc-50e2d8591b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.010074 10.0.0.41 - - [2025-09-08 03:36:11] "GET /virtual-machine-interface/c6f9aee2-5ee3-4533-a1b8-2e4aaef5f4a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.007896 10.0.0.41 - - [2025-09-08 03:36:11] "GET /virtual-machine-interface/c6f9aee2-5ee3-4533-a1b8-2e4aaef5f4a0?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.010178 10.0.0.41 - - [2025-09-08 03:36:11] "GET /instance-ip/4473e962-87e4-46af-a6cc-50e2d8591b7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1571 0.004761 10.0.0.41 - - [2025-09-08 03:36:11] "POST /id-to-fqname HTTP/1.1" 200 218 0.001440 10.0.0.41 - - [2025-09-08 03:36:11] "POST /neutron/port HTTP/1.1" 200 966 0.011515 10.0.0.41 - - [2025-09-08 03:36:12] "POST /neutron/port HTTP/1.1" 200 966 0.010708 10.0.0.41 - - [2025-09-08 03:36:12] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009051 10.0.0.41 - - [2025-09-08 03:36:12] "POST /neutron/port HTTP/1.1" 200 966 0.011900 10.0.0.41 - - [2025-09-08 03:36:12] "POST /neutron/port HTTP/1.1" 200 966 0.011102 10.0.0.41 - - [2025-09-08 03:36:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004528 10.0.0.41 - - [2025-09-08 03:36:13] "POST /neutron/network HTTP/1.1" 200 823 0.008917 10.0.0.41 - - [2025-09-08 03:36:17] "POST /neutron/port HTTP/1.1" 200 1032 0.018387 10.0.0.41 - - [2025-09-08 03:36:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008731 10.0.0.41 - - [2025-09-08 03:36:17] "GET /virtual-machine/aa36e0c5-c9b2-4436-a9f6-75f3c914c59f HTTP/1.1" 200 1269 0.007565 10.0.0.41 - - [2025-09-08 03:36:17] "GET /virtual-machine-interface/c6f9aee2-5ee3-4533-a1b8-2e4aaef5f4a0 HTTP/1.1" 200 2982 0.006686 10.0.0.41 - - [2025-09-08 03:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.41 - - [2025-09-08 03:36:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004631 10.0.0.41 - - [2025-09-08 03:36:17] "GET /virtual-networks?parent_id=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003997 10.0.0.41 - - [2025-09-08 03:36:17] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007555 10.0.0.41 - - [2025-09-08 03:36:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.41 - - [2025-09-08 03:36:20] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006350 10.0.0.41 - - [2025-09-08 03:36:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.41 - - [2025-09-08 03:36:24] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005995 10.0.0.41 - - [2025-09-08 03:36:27] "POST /neutron/network HTTP/1.1" 200 833 0.008129 10.0.0.41 - - [2025-09-08 03:36:27] "POST /neutron/port HTTP/1.1" 200 117 0.001355 10.0.0.41 - - [2025-09-08 03:36:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004592 10.0.0.41 - - [2025-09-08 03:36:28] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006806 10.0.0.41 - - [2025-09-08 03:36:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.41 - - [2025-09-08 03:36:33] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006844 10.0.0.41 - - [2025-09-08 03:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005259 10.0.0.41 - - [2025-09-08 03:36:37] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005928 10.0.0.41 - - [2025-09-08 03:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.006005 10.0.0.41 - - [2025-09-08 03:36:41] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007731 10.0.0.41 - - [2025-09-08 03:36:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.41 - - [2025-09-08 03:36:45] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006897 10.0.0.41 - - [2025-09-08 03:36:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.41 - - [2025-09-08 03:36:49] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005720 10.0.0.41 - - [2025-09-08 03:36:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.41 - - [2025-09-08 03:36:53] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006537 10.0.0.41 - - [2025-09-08 03:36:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004384 10.0.0.41 - - [2025-09-08 03:36:55] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004566 10.0.0.41 - - [2025-09-08 03:36:55] "GET /virtual-networks?parent_id=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003887 10.0.0.41 - - [2025-09-08 03:36:55] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006348 10.0.0.41 - - [2025-09-08 03:36:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009061 10.0.0.41 - - [2025-09-08 03:37:05] "POST /neutron/port HTTP/1.1" 200 1032 0.018151 10.0.0.41 - - [2025-09-08 03:37:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008473 10.0.0.41 - - [2025-09-08 03:37:16] "POST /id-to-fqname HTTP/1.1" 200 218 0.001752 10.0.0.41 - - [2025-09-08 03:37:16] "POST /neutron/port HTTP/1.1" 200 2003 0.019281 10.0.0.38 - - [2025-09-08 03:37:17] "GET /projects?obj_uuids=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001402 10.0.0.41 - - [2025-09-08 03:37:17] "GET /project/eb1e037e-1d64-4191-90ef-b0780831c364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.087297 10.0.0.41 - - [2025-09-08 03:37:17] "POST /neutron/network HTTP/1.1" 200 823 0.044166 10.0.0.41 - - [2025-09-08 03:37:18] "POST /neutron/port HTTP/1.1" 200 117 0.007890 10.0.0.38 - - [2025-09-08 03:37:18] "GET /projects?obj_uuids=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001225 10.0.0.41 - - [2025-09-08 03:37:18] "POST /neutron/port HTTP/1.1" 200 1059 0.363182 10.0.0.41 - - [2025-09-08 03:37:19] "POST /neutron/port HTTP/1.1" 200 1113 0.143411 10.0.0.41 - - [2025-09-08 03:37:19] "POST /neutron/subnet HTTP/1.1" 200 703 0.011483 10.0.0.41 - - [2025-09-08 03:37:22] "POST /neutron/port HTTP/1.1" 200 1087 0.021485 10.0.0.41 - - [2025-09-08 03:37:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004457 10.0.0.41 - - [2025-09-08 03:37:22] "POST /neutron/network HTTP/1.1" 200 823 0.008586 10.0.0.41 - - [2025-09-08 03:37:23] "POST /neutron/port HTTP/1.1" 200 1087 0.016725 10.0.0.41 - - [2025-09-08 03:37:23] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008175 10.0.0.41 - - [2025-09-08 03:37:23] "GET /virtual-machine/a3bd7efa-ee39-4e02-bbfe-cfac63515b4b HTTP/1.1" 200 1291 0.006751 10.0.0.41 - - [2025-09-08 03:37:23] "GET /virtual-machine-interface/65f975ff-6f5d-47e7-bc84-4ac694c35323 HTTP/1.1" 200 2931 0.005871 10.0.0.41 - - [2025-09-08 03:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005666 10.0.0.41 - - [2025-09-08 03:37:23] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004643 10.0.0.41 - - [2025-09-08 03:37:23] "GET /virtual-networks?parent_id=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003611 10.0.0.41 - - [2025-09-08 03:37:23] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007135 10.0.0.41 - - [2025-09-08 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.41 - - [2025-09-08 03:37:26] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006239 10.0.0.41 - - [2025-09-08 03:37:28] "POST /neutron/network HTTP/1.1" 200 833 0.008274 10.0.0.41 - - [2025-09-08 03:37:28] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.41 - - [2025-09-08 03:37:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.41 - - [2025-09-08 03:37:30] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006593 10.0.0.41 - - [2025-09-08 03:37:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.41 - - [2025-09-08 03:37:34] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006329 10.0.0.41 - - [2025-09-08 03:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.41 - - [2025-09-08 03:37:39] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006673 10.0.0.41 - - [2025-09-08 03:37:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.41 - - [2025-09-08 03:37:43] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006715 10.0.0.41 - - [2025-09-08 03:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.41 - - [2025-09-08 03:37:47] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008034 10.0.0.41 - - [2025-09-08 03:37:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.41 - - [2025-09-08 03:37:51] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006502 10.0.0.41 - - [2025-09-08 03:37:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.41 - - [2025-09-08 03:37:55] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006435 10.0.0.41 - - [2025-09-08 03:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.41 - - [2025-09-08 03:37:57] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004612 10.0.0.41 - - [2025-09-08 03:37:57] "GET /virtual-networks?parent_id=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004352 10.0.0.41 - - [2025-09-08 03:37:57] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007215 10.0.0.41 - - [2025-09-08 03:37:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010068 10.0.0.38 - - [2025-09-08 03:37:58] "GET /global-system-configs HTTP/1.1" 200 322 0.050914 10.0.0.27 - - [2025-09-08 03:37:58] "GET /obj-perms HTTP/1.1" 200 5056 0.155176 10.0.0.27 - - [2025-09-08 03:37:59] "GET /global-system-configs HTTP/1.1" 200 322 0.032325 10.0.0.38 - - [2025-09-08 03:37:59] "GET /obj-perms HTTP/1.1" 200 5056 0.140026 10.0.0.27 - - [2025-09-08 03:37:59] "GET /global-system-configs HTTP/1.1" 200 322 0.074727 10.0.0.41 - - [2025-09-08 03:37:59] "GET /obj-perms HTTP/1.1" 200 5056 0.145999 10.0.0.38 - - [2025-09-08 03:38:00] "GET /global-system-configs HTTP/1.1" 200 322 0.095100 10.0.0.27 - - [2025-09-08 03:38:00] "GET /obj-perms HTTP/1.1" 200 5056 0.158982 10.0.0.41 - - [2025-09-08 03:38:01] "GET /global-system-configs HTTP/1.1" 200 322 0.033738 10.0.0.38 - - [2025-09-08 03:38:01] "GET /obj-perms HTTP/1.1" 200 5056 0.125764 10.0.0.41 - - [2025-09-08 03:38:01] "GET /global-system-configs HTTP/1.1" 200 322 0.031965 10.0.0.41 - - [2025-09-08 03:38:01] "GET /obj-perms HTTP/1.1" 200 5056 0.171861 10.0.0.41 - - [2025-09-08 03:38:06] "POST /neutron/port HTTP/1.1" 200 1087 0.019480 10.0.0.41 - - [2025-09-08 03:38:08] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008342 10.0.0.27 - - [2025-09-08 03:38:11] "GET /obj-perms HTTP/1.1" 200 5056 0.052526 10.0.0.41 - - [2025-09-08 03:38:18] "POST /neutron/port HTTP/1.1" 200 1087 0.017429 10.0.0.41 - - [2025-09-08 03:38:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008665 10.0.0.41 - - [2025-09-08 03:38:18] "POST /neutron/port HTTP/1.1" 200 1087 0.018333 10.0.0.41 - - [2025-09-08 03:38:19] "POST /neutron/network HTTP/1.1" 200 823 0.009863 10.0.0.41 - - [2025-09-08 03:38:19] "POST /id-to-fqname HTTP/1.1" 200 218 0.001381 10.0.0.41 - - [2025-09-08 03:38:19] "GET /virtual-machine/a3bd7efa-ee39-4e02-bbfe-cfac63515b4b HTTP/1.1" 200 1291 0.004411 10.0.0.41 - - [2025-09-08 03:38:19] "GET /virtual-machine-interface/65f975ff-6f5d-47e7-bc84-4ac694c35323 HTTP/1.1" 200 2931 0.007107 10.0.0.41 - - [2025-09-08 03:38:19] "GET /instance-ip/ac0b0a9e-fde9-4519-aee3-a4e4d5f7a544 HTTP/1.1" 200 1618 0.006949 10.0.0.41 - - [2025-09-08 03:38:19] "GET /virtual-machine-interface/65f975ff-6f5d-47e7-bc84-4ac694c35323?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2710 0.009036 10.0.0.41 - - [2025-09-08 03:38:19] "PUT /virtual-machine-interface/65f975ff-6f5d-47e7-bc84-4ac694c35323 HTTP/1.1" 200 284 0.021421 10.0.0.41 - - [2025-09-08 03:38:23] "POST /neutron/network HTTP/1.1" 200 833 0.008980 10.0.0.41 - - [2025-09-08 03:38:23] "POST /neutron/port HTTP/1.1" 200 117 0.001244 10.0.0.41 - - [2025-09-08 03:38:30] "POST /neutron/port HTTP/1.1" 200 1087 0.043908 10.0.0.41 - - [2025-09-08 03:38:30] "POST /neutron/subnet HTTP/1.1" 200 703 0.010533 10.0.0.41 - - [2025-09-08 03:39:24] "POST /neutron/port HTTP/1.1" 200 1087 0.018005 10.0.0.41 - - [2025-09-08 03:39:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004837 10.0.0.41 - - [2025-09-08 03:39:24] "POST /neutron/network HTTP/1.1" 200 823 0.007002 10.0.0.41 - - [2025-09-08 03:39:31] "POST /neutron/network HTTP/1.1" 200 833 0.008311 10.0.0.41 - - [2025-09-08 03:39:31] "POST /neutron/port HTTP/1.1" 200 117 0.001235 10.0.0.41 - - [2025-09-08 03:39:44] "DELETE /instance-ip/4473e962-87e4-46af-a6cc-50e2d8591b7a HTTP/1.1" 200 115 0.050740 10.0.0.41 - - [2025-09-08 03:39:44] "DELETE /virtual-machine-interface/c6f9aee2-5ee3-4533-a1b8-2e4aaef5f4a0 HTTP/1.1" 200 115 0.124917 10.0.0.41 - - [2025-09-08 03:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006886 10.0.0.41 - - [2025-09-08 03:39:44] "GET /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.019061 10.0.0.41 - - [2025-09-08 03:39:44] "PUT /virtual-network/d08c102a-bd53-4746-91ac-bbf256339e09 HTTP/1.1" 200 264 0.063618 10.0.0.41 - - [2025-09-08 03:39:45] "POST /neutron/network HTTP/1.1" 400 204 0.026152 10.0.0.27 - - [2025-09-08 03:39:45] "POST /ref-update HTTP/1.1" 200 156 0.059198 10.0.0.41 - - [2025-09-08 03:39:45] "POST /neutron/port HTTP/1.1" 200 151 0.239863 10.0.0.41 - - [2025-09-08 03:39:45] "POST /neutron/port HTTP/1.1" 200 151 0.199234 10.0.0.27 - - [2025-09-08 03:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005642 10.0.0.38 - - [2025-09-08 03:39:48] "GET /projects?obj_uuids=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001079 10.0.0.41 - - [2025-09-08 03:39:49] "GET /project/eb1e037e-1d64-4191-90ef-b0780831c364?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.086183 10.0.0.38 - - [2025-09-08 03:39:49] "GET /projects?obj_uuids=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001725 10.0.0.41 - - [2025-09-08 03:39:49] "GET /project/eb1e037e-1d64-4191-90ef-b0780831c364?fields=virtual_networks HTTP/1.1" 200 1029 0.045791 10.0.0.38 - - [2025-09-08 03:39:49] "GET /projects?obj_uuids=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.41 - - [2025-09-08 03:39:49] "GET /project/eb1e037e-1d64-4191-90ef-b0780831c364?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.055884 10.0.0.38 - - [2025-09-08 03:39:49] "GET /projects?obj_uuids=eb1e037e-1d64-4191-90ef-b0780831c364&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001245 10.0.0.41 - - [2025-09-08 03:39:49] "GET /project/eb1e037e-1d64-4191-90ef-b0780831c364?fields=security_groups HTTP/1.1" 200 1253 0.054538 10.0.0.41 - - [2025-09-08 03:39:50] "POST /neutron/port HTTP/1.1" 200 117 0.005257 10.0.0.41 - - [2025-09-08 03:39:50] "POST /fqname-to-id HTTP/1.1" 404 185 0.025235 10.0.0.38 - - [2025-09-08 03:39:50] "GET /projects?obj_uuids=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003941 10.0.0.38 - - [2025-09-08 03:39:50] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001447 10.0.0.38 - - [2025-09-08 03:39:50] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036395 10.0.0.38 - - [2025-09-08 03:39:50] "POST /id-to-fqname HTTP/1.1" 200 187 0.001817 10.0.0.38 - - [2025-09-08 03:39:50] "POST /fqname-to-id HTTP/1.1" 404 196 0.014808 10.0.0.38 - - [2025-09-08 03:39:50] "POST /security-groups HTTP/1.1" 200 588 0.031031 10.0.0.38 - - [2025-09-08 03:39:50] "POST /projects HTTP/1.1" 200 579 0.247382 10.0.0.27 - - [2025-09-08 03:39:50] "POST /access-control-lists HTTP/1.1" 200 593 0.030769 10.0.0.38 - - [2025-09-08 03:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.325365 10.0.0.41 - - [2025-09-08 03:39:50] "GET /project/ba4dc6dc-a018-4785-a44d-b08b7050fe29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.495601 10.0.0.41 - - [2025-09-08 03:39:51] "GET / HTTP/1.1" 200 35931 0.001606 10.0.0.41 - - [2025-09-08 03:39:53] "POST /fqname-to-id HTTP/1.1" 401 292 0.000523 10.0.0.41 - - [2025-09-08 03:39:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.069324 10.0.0.38 - - [2025-09-08 03:39:54] "GET /projects?obj_uuids=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001320 10.0.0.41 - - [2025-09-08 03:39:54] "GET /project/ba4dc6dc-a018-4785-a44d-b08b7050fe29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.044518 10.0.0.38 - - [2025-09-08 03:39:54] "GET /projects?obj_uuids=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000991 10.0.0.41 - - [2025-09-08 03:39:54] "POST /neutron/network HTTP/1.1" 200 610 0.155537 10.0.0.27 - - [2025-09-08 03:39:54] "POST /route-targets HTTP/1.1" 200 327 0.015083 10.0.0.41 - - [2025-09-08 03:39:54] "POST /id-to-fqname HTTP/1.1" 200 221 0.004278 10.0.0.41 - - [2025-09-08 03:39:54] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006212 10.0.0.41 - - [2025-09-08 03:39:54] "POST /neutron/network HTTP/1.1" 200 830 0.007532 10.0.0.41 - - [2025-09-08 03:39:54] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006509 10.0.0.41 - - [2025-09-08 03:39:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.003359 10.0.0.41 - - [2025-09-08 03:39:54] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005708 10.0.0.38 - - [2025-09-08 03:39:54] "GET /projects?obj_uuids=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001157 10.0.0.41 - - [2025-09-08 03:39:55] "POST /neutron/port HTTP/1.1" 200 984 0.268861 10.0.0.41 - - [2025-09-08 03:39:55] "GET /virtual-machine-interface/5c78066e-fa73-41e8-a50e-fa958c3a585e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2350 0.006603 10.0.0.41 - - [2025-09-08 03:39:55] "GET /virtual-machine-interface/5c78066e-fa73-41e8-a50e-fa958c3a585e?fields=instance_ip_back_refs HTTP/1.1" 200 1319 0.006533 10.0.0.41 - - [2025-09-08 03:39:55] "GET /instance-ip/03a16d06-c2af-4be1-8955-5c187cf7df22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1599 0.005062 10.0.0.41 - - [2025-09-08 03:39:55] "POST /id-to-fqname HTTP/1.1" 200 221 0.001758 10.0.0.27 - - [2025-09-08 03:39:56] "DELETE /access-control-list/778a6972-5aed-435c-b256-8c812148071f HTTP/1.1" 200 115 0.085076 10.0.0.38 - - [2025-09-08 03:39:56] "GET /projects?obj_uuids=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001366 10.0.0.41 - - [2025-09-08 03:39:56] "GET /project/ba4dc6dc-a018-4785-a44d-b08b7050fe29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.076317 10.0.0.41 - - [2025-09-08 03:39:56] "POST /neutron/port HTTP/1.1" 200 117 0.007214 10.0.0.41 - - [2025-09-08 03:39:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001594 10.0.0.41 - - [2025-09-08 03:39:57] "POST /neutron/port HTTP/1.1" 200 984 0.011351 10.0.0.41 - - [2025-09-08 03:39:57] "POST /neutron/port HTTP/1.1" 200 984 0.011181 10.0.0.41 - - [2025-09-08 03:39:57] "POST /neutron/port HTTP/1.1" 200 117 0.007033 10.0.0.38 - - [2025-09-08 03:39:57] "GET /projects?obj_uuids=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001125 10.0.0.41 - - [2025-09-08 03:39:57] "GET /project/ba4dc6dc-a018-4785-a44d-b08b7050fe29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.041731 10.0.0.41 - - [2025-09-08 03:39:57] "POST /fqname-to-id HTTP/1.1" 404 208 0.004910 10.0.0.41 - - [2025-09-08 03:39:57] "POST /interface-route-tables HTTP/1.1" 200 556 0.047999 10.0.0.41 - - [2025-09-08 03:39:57] "GET /interface-route-table/aeadd203-70ef-4188-a6e9-0967c8c41c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.011322 10.0.0.41 - - [2025-09-08 03:39:58] "POST /neutron/port HTTP/1.1" 200 1058 0.018736 10.0.0.41 - - [2025-09-08 03:39:58] "POST /neutron/port HTTP/1.1" 200 1086 0.020926 10.0.0.41 - - [2025-09-08 03:39:58] "POST /neutron/port HTTP/1.1" 200 117 0.001455 10.0.0.41 - - [2025-09-08 03:39:58] "POST /neutron/network HTTP/1.1" 200 840 0.008483 10.0.0.41 - - [2025-09-08 03:39:58] "POST /neutron/port HTTP/1.1" 200 1076 0.140827 10.0.0.41 - - [2025-09-08 03:39:58] "POST /neutron/subnet HTTP/1.1" 200 704 0.011688 10.0.0.41 - - [2025-09-08 03:39:58] "GET /virtual-machine-interface/5c78066e-fa73-41e8-a50e-fa958c3a585e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.006727 10.0.0.41 - - [2025-09-08 03:39:58] "POST /ref-update HTTP/1.1" 200 156 0.019872 10.0.0.41 - - [2025-09-08 03:39:59] "POST /neutron/port HTTP/1.1" 200 1086 0.019470 10.0.0.41 - - [2025-09-08 03:40:04] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009957 10.0.0.41 - - [2025-09-08 03:40:04] "POST /neutron/port HTTP/1.1" 200 1086 0.019645 10.0.0.41 - - [2025-09-08 03:40:04] "POST /neutron/security_group HTTP/1.1" 200 2055 0.009878 10.0.0.41 - - [2025-09-08 03:40:04] "GET /virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e HTTP/1.1" 401 292 0.000462 10.0.0.41 - - [2025-09-08 03:40:04] "GET /virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e HTTP/1.1" 200 1289 0.030789 10.0.0.41 - - [2025-09-08 03:40:04] "GET /virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e HTTP/1.1" 200 1289 0.004636 10.0.0.41 - - [2025-09-08 03:40:04] "GET /virtual-machine-interface/c97c490e-7893-483a-9e1d-5d04c39c3bc4 HTTP/1.1" 200 2939 0.007051 10.0.0.41 - - [2025-09-08 03:40:04] "GET /virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e HTTP/1.1" 200 1289 0.005298 10.0.0.41 - - [2025-09-08 03:40:04] "GET /virtual-machine-interface/c97c490e-7893-483a-9e1d-5d04c39c3bc4 HTTP/1.1" 200 2939 0.006331 10.0.0.41 - - [2025-09-08 03:40:04] "GET /instance-ip/81a3b7c1-77c0-4132-b42e-e59b69594f22 HTTP/1.1" 200 1619 0.008162 10.0.0.41 - - [2025-09-08 03:40:04] "GET /virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e HTTP/1.1" 200 1289 0.004579 10.0.0.41 - - [2025-09-08 03:40:04] "GET /virtual-machine-interface/c97c490e-7893-483a-9e1d-5d04c39c3bc4 HTTP/1.1" 200 2939 0.006951 10.0.0.41 - - [2025-09-08 03:40:04] "GET /instance-ip/81a3b7c1-77c0-4132-b42e-e59b69594f22 HTTP/1.1" 200 1619 0.007679 10.0.0.41 - - [2025-09-08 03:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.41 - - [2025-09-08 03:40:04] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004237 10.0.0.41 - - [2025-09-08 03:40:04] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003328 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006957 10.0.0.41 - - [2025-09-08 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004814 10.0.0.41 - - [2025-09-08 03:40:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005412 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003655 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007575 10.0.0.41 - - [2025-09-08 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.41 - - [2025-09-08 03:40:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006320 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003878 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007655 10.0.0.41 - - [2025-09-08 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.41 - - [2025-09-08 03:40:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005213 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004629 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006669 10.0.0.41 - - [2025-09-08 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.41 - - [2025-09-08 03:40:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005095 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003290 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006593 10.0.0.41 - - [2025-09-08 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.41 - - [2025-09-08 03:40:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006120 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004365 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007452 10.0.0.41 - - [2025-09-08 03:40:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.41 - - [2025-09-08 03:40:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004504 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003340 10.0.0.41 - - [2025-09-08 03:40:05] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006363 10.0.0.41 - - [2025-09-08 03:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004316 10.0.0.41 - - [2025-09-08 03:40:08] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006749 10.0.0.41 - - [2025-09-08 03:40:09] "POST /neutron/port HTTP/1.1" 200 1086 0.020485 10.0.0.38 - - [2025-09-08 03:40:10] "DELETE /project/ba4dc6dca0184785a44db08b7050fe29 HTTP/1.1" 404 173 0.004445 10.0.0.38 - - [2025-09-08 03:40:10] "DELETE /project/eb1e037e-1d64-4191-90ef-b0780831c364 HTTP/1.1" 404 177 0.004001 10.0.0.41 - - [2025-09-08 03:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.41 - - [2025-09-08 03:40:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005304 10.0.0.41 - - [2025-09-08 03:40:11] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003957 10.0.0.41 - - [2025-09-08 03:40:11] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009059 10.0.0.41 - - [2025-09-08 03:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.41 - - [2025-09-08 03:40:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005092 10.0.0.41 - - [2025-09-08 03:40:11] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003768 10.0.0.41 - - [2025-09-08 03:40:11] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007252 10.0.0.41 - - [2025-09-08 03:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.41 - - [2025-09-08 03:40:11] "GET /routing-instance/69b5fd3c-728b-4b49-ba1b-47d0f00a9c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.008039 10.0.0.41 - - [2025-09-08 03:40:11] "GET /route-target/52689d96-d0a3-4887-b584-62e32193a700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004743 10.0.0.41 - - [2025-09-08 03:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.41 - - [2025-09-08 03:40:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004346 10.0.0.41 - - [2025-09-08 03:40:11] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.007937 10.0.0.41 - - [2025-09-08 03:40:11] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007091 10.0.0.41 - - [2025-09-08 03:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.41 - - [2025-09-08 03:40:11] "GET /routing-instance/69b5fd3c-728b-4b49-ba1b-47d0f00a9c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005778 10.0.0.41 - - [2025-09-08 03:40:11] "GET /route-target/52689d96-d0a3-4887-b584-62e32193a700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004890 10.0.0.41 - - [2025-09-08 03:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.41 - - [2025-09-08 03:40:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005053 10.0.0.41 - - [2025-09-08 03:40:12] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004215 10.0.0.41 - - [2025-09-08 03:40:12] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006394 10.0.0.41 - - [2025-09-08 03:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.41 - - [2025-09-08 03:40:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005116 10.0.0.41 - - [2025-09-08 03:40:12] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004202 10.0.0.41 - - [2025-09-08 03:40:12] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007259 10.0.0.41 - - [2025-09-08 03:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.41 - - [2025-09-08 03:40:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005539 10.0.0.41 - - [2025-09-08 03:40:12] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005510 10.0.0.41 - - [2025-09-08 03:40:12] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007135 10.0.0.38 - - [2025-09-08 03:40:13] "GET /obj-perms HTTP/1.1" 200 5024 0.398291 10.0.0.38 - - [2025-09-08 03:40:17] "GET /obj-perms HTTP/1.1" 200 5024 0.005210 10.0.0.41 - - [2025-09-08 03:40:19] "GET /obj-perms HTTP/1.1" 200 5024 0.066651 10.0.0.41 - - [2025-09-08 03:40:19] "GET /obj-perms HTTP/1.1" 200 5024 0.004252 10.0.0.38 - - [2025-09-08 03:40:19] "GET /obj-perms HTTP/1.1" 200 5024 0.004594 10.0.0.41 - - [2025-09-08 03:40:20] "GET /obj-perms HTTP/1.1" 200 5024 0.004685 10.0.0.41 - - [2025-09-08 03:40:20] "POST /neutron/security_group HTTP/1.1" 200 2055 0.008828 10.0.0.41 - - [2025-09-08 03:40:20] "POST /neutron/port HTTP/1.1" 200 1050 0.020581 10.0.0.41 - - [2025-09-08 03:40:21] "GET /virtual-machine/4430f6dd-8c46-4ae5-817d-6fe665e8f3d7 HTTP/1.1" 200 1266 0.007084 10.0.0.41 - - [2025-09-08 03:40:21] "GET /virtual-machine-interface/5c78066e-fa73-41e8-a50e-fa958c3a585e HTTP/1.1" 200 3150 0.006026 10.0.0.41 - - [2025-09-08 03:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006293 10.0.0.41 - - [2025-09-08 03:40:21] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004331 10.0.0.41 - - [2025-09-08 03:40:21] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003279 10.0.0.41 - - [2025-09-08 03:40:21] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006406 10.0.0.41 - - [2025-09-08 03:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.006482 10.0.0.41 - - [2025-09-08 03:40:22] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008687 10.0.0.41 - - [2025-09-08 03:40:22] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.005726 10.0.0.41 - - [2025-09-08 03:40:22] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006693 10.0.0.41 - - [2025-09-08 03:40:23] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006190 10.0.0.41 - - [2025-09-08 03:40:23] "GET /obj-perms HTTP/1.1" 200 5024 0.004553 10.0.0.27 - - [2025-09-08 03:40:23] "GET /obj-perms HTTP/1.1" 200 5024 0.055988 10.0.0.41 - - [2025-09-08 03:40:23] "GET /virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e HTTP/1.1" 200 1289 0.005382 10.0.0.41 - - [2025-09-08 03:40:24] "POST /neutron/port HTTP/1.1" 200 1112 0.028826 10.0.0.41 - - [2025-09-08 03:40:24] "POST /neutron/port HTTP/1.1" 200 1050 0.038915 10.0.0.41 - - [2025-09-08 03:40:24] "POST /neutron/subnet HTTP/1.1" 200 704 0.010535 10.0.0.41 - - [2025-09-08 03:40:25] "GET /virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e HTTP/1.1" 404 171 0.003954 10.0.0.41 - - [2025-09-08 03:40:25] "GET /virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e HTTP/1.1" 404 171 0.003697 10.0.0.41 - - [2025-09-08 03:40:25] "GET /virtual-machine/73056ebe-d510-463d-b704-b7f6be28e15e HTTP/1.1" 404 171 0.003818 10.0.0.41 - - [2025-09-08 03:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.41 - - [2025-09-08 03:40:26] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004805 10.0.0.41 - - [2025-09-08 03:40:26] "GET /virtual-networks?parent_id=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003555 10.0.0.41 - - [2025-09-08 03:40:26] "GET /virtual-network/95a47896-e98a-44cf-9fea-20eb8233bddb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007828 10.0.0.41 - - [2025-09-08 03:40:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.41 - - [2025-09-08 03:40:26] "GET /routing-instance/69b5fd3c-728b-4b49-ba1b-47d0f00a9c8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.005512 10.0.0.41 - - [2025-09-08 03:40:26] "GET /route-target/52689d96-d0a3-4887-b584-62e32193a700?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004624 10.0.0.41 - - [2025-09-08 03:40:29] "GET /obj-perms HTTP/1.1" 200 5024 0.004554 10.0.0.41 - - [2025-09-08 03:40:32] "GET /obj-perms HTTP/1.1" 200 5024 0.004047 10.0.0.41 - - [2025-09-08 03:40:38] "GET /obj-perms HTTP/1.1" 200 5024 0.004814 10.0.0.41 - - [2025-09-08 03:40:41] "GET /obj-perms HTTP/1.1" 200 5024 0.005104 10.0.0.41 - - [2025-09-08 03:40:47] "GET /obj-perms HTTP/1.1" 200 5024 0.004324 10.0.0.41 - - [2025-09-08 03:40:51] "GET /obj-perms HTTP/1.1" 200 5024 0.005158 10.0.0.38 - - [2025-09-08 03:40:51] "GET /obj-perms HTTP/1.1" 200 5024 0.004685 10.0.0.41 - - [2025-09-08 03:40:51] "GET /interface-route-table/aeadd203-70ef-4188-a6e9-0967c8c41c42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1275 0.005602 10.0.0.41 - - [2025-09-08 03:40:51] "GET /virtual-machine-interface/5c78066e-fa73-41e8-a50e-fa958c3a585e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2929 0.006549 10.0.0.41 - - [2025-09-08 03:40:51] "POST /ref-update HTTP/1.1" 200 156 0.017978 10.0.0.41 - - [2025-09-08 03:40:51] "DELETE /interface-route-table/aeadd203-70ef-4188-a6e9-0967c8c41c42 HTTP/1.1" 200 115 0.039490 10.0.0.41 - - [2025-09-08 03:40:51] "POST /neutron/port HTTP/1.1" 200 1076 0.015907 10.0.0.38 - - [2025-09-08 03:40:51] "POST /useragent-kv HTTP/1.1" 200 115 0.005184 10.0.0.38 - - [2025-09-08 03:40:51] "POST /useragent-kv HTTP/1.1" 200 115 0.002649 10.0.0.41 - - [2025-09-08 03:40:51] "POST /neutron/network HTTP/1.1" 200 151 0.136936 10.0.0.38 - - [2025-09-08 03:40:53] "GET /projects?obj_uuids=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001111 10.0.0.41 - - [2025-09-08 03:40:53] "GET /project/ba4dc6dc-a018-4785-a44d-b08b7050fe29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.047584 10.0.0.38 - - [2025-09-08 03:40:53] "GET /projects?obj_uuids=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001166 10.0.0.41 - - [2025-09-08 03:40:53] "GET /project/ba4dc6dc-a018-4785-a44d-b08b7050fe29?fields=virtual_networks HTTP/1.1" 200 1027 0.046066 10.0.0.38 - - [2025-09-08 03:40:53] "GET /projects?obj_uuids=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001941 10.0.0.41 - - [2025-09-08 03:40:53] "GET /project/ba4dc6dc-a018-4785-a44d-b08b7050fe29?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.049898 10.0.0.38 - - [2025-09-08 03:40:53] "GET /projects?obj_uuids=ba4dc6dc-a018-4785-a44d-b08b7050fe29&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001242 10.0.0.41 - - [2025-09-08 03:40:53] "GET /project/ba4dc6dc-a018-4785-a44d-b08b7050fe29?fields=security_groups HTTP/1.1" 200 1250 0.050274 10.0.0.41 - - [2025-09-08 03:40:54] "POST /fqname-to-id HTTP/1.1" 404 192 0.028179 10.0.0.38 - - [2025-09-08 03:40:54] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003828 10.0.0.38 - - [2025-09-08 03:40:54] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.38 - - [2025-09-08 03:40:54] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008226 10.0.0.38 - - [2025-09-08 03:40:54] "POST /id-to-fqname HTTP/1.1" 200 194 0.001343 10.0.0.38 - - [2025-09-08 03:40:55] "POST /fqname-to-id HTTP/1.1" 404 203 0.006755 10.0.0.38 - - [2025-09-08 03:40:55] "POST /security-groups HTTP/1.1" 200 595 0.033386 10.0.0.27 - - [2025-09-08 03:40:55] "POST /fqname-to-id HTTP/1.1" 404 238 0.004441 10.0.0.38 - - [2025-09-08 03:40:55] "POST /projects HTTP/1.1" 200 593 0.257277 10.0.0.38 - - [2025-09-08 03:40:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.336775 10.0.0.27 - - [2025-09-08 03:40:55] "POST /access-control-lists HTTP/1.1" 200 598 0.038670 10.0.0.41 - - [2025-09-08 03:40:55] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.495175 10.0.0.41 - - [2025-09-08 03:40:56] "GET / HTTP/1.1" 200 35931 0.002300 10.0.0.41 - - [2025-09-08 03:40:57] "POST /fqname-to-id HTTP/1.1" 401 292 0.000521 10.0.0.41 - - [2025-09-08 03:40:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.028590 10.0.0.38 - - [2025-09-08 03:40:57] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001065 10.0.0.41 - - [2025-09-08 03:40:57] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046293 10.0.0.41 - - [2025-09-08 03:40:57] "POST /neutron/network HTTP/1.1" 200 117 0.039070 10.0.0.27 - - [2025-09-08 03:40:58] "POST /route-targets HTTP/1.1" 200 327 0.019172 10.0.0.41 - - [2025-09-08 03:40:58] "POST /neutron/network HTTP/1.1" 200 829 0.010441 10.0.0.41 - - [2025-09-08 03:40:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001611 10.0.0.41 - - [2025-09-08 03:40:58] "GET /virtual-network/59f1bd2e-c7b9-4b7d-9309-d5d5833a7de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006312 10.0.0.41 - - [2025-09-08 03:40:58] "GET /virtual-network/59f1bd2e-c7b9-4b7d-9309-d5d5833a7de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006588 10.0.0.41 - - [2025-09-08 03:40:58] "POST /neutron/subnet HTTP/1.1" 200 729 0.010154 10.0.0.41 - - [2025-09-08 03:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003238 10.0.0.38 - - [2025-09-08 03:40:58] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001055 10.0.0.41 - - [2025-09-08 03:40:58] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048203 10.0.0.27 - - [2025-09-08 03:40:58] "POST /ref-update HTTP/1.1" 200 156 0.027090 10.0.0.38 - - [2025-09-08 03:40:58] "POST /useragent-kv HTTP/1.1" 200 115 0.010011 10.0.0.41 - - [2025-09-08 03:40:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.196308 10.0.0.41 - - [2025-09-08 03:40:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001467 10.0.0.41 - - [2025-09-08 03:40:58] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007259 10.0.0.41 - - [2025-09-08 03:40:59] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007286 10.0.0.41 - - [2025-09-08 03:40:59] "POST /neutron/network HTTP/1.1" 200 828 0.009005 10.0.0.41 - - [2025-09-08 03:40:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.38 - - [2025-09-08 03:40:59] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001041 10.0.0.41 - - [2025-09-08 03:40:59] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.047848 10.0.0.38 - - [2025-09-08 03:40:59] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001266 10.0.0.41 - - [2025-09-08 03:40:59] "POST /neutron/network HTTP/1.1" 200 609 0.163589 10.0.0.41 - - [2025-09-08 03:40:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.004065 10.0.0.41 - - [2025-09-08 03:40:59] "GET /virtual-network/7fde55b9-7c97-4ea0-8f76-6eeb5903fbd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007604 10.0.0.41 - - [2025-09-08 03:40:59] "POST /neutron/network HTTP/1.1" 200 828 0.008284 10.0.0.41 - - [2025-09-08 03:40:59] "GET /virtual-network/7fde55b9-7c97-4ea0-8f76-6eeb5903fbd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006555 10.0.0.41 - - [2025-09-08 03:40:59] "POST /fqname-to-id HTTP/1.1" 404 214 0.004157 10.0.0.41 - - [2025-09-08 03:40:59] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007386 10.0.0.38 - - [2025-09-08 03:40:59] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001474 10.0.0.41 - - [2025-09-08 03:41:00] "POST /neutron/port HTTP/1.1" 200 990 0.294289 10.0.0.41 - - [2025-09-08 03:41:00] "GET /virtual-machine-interface/2e96c824-a637-4295-9e92-388fa023cb69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.006567 10.0.0.41 - - [2025-09-08 03:41:00] "GET /virtual-machine-interface/2e96c824-a637-4295-9e92-388fa023cb69?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.006062 10.0.0.41 - - [2025-09-08 03:41:00] "GET /instance-ip/19992317-c851-457e-93ad-791b41f5b0ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.005501 10.0.0.41 - - [2025-09-08 03:41:00] "POST /fqname-to-id HTTP/1.1" 404 214 0.003470 10.0.0.41 - - [2025-09-08 03:41:00] "GET /virtual-network/59f1bd2e-c7b9-4b7d-9309-d5d5833a7de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009261 10.0.0.38 - - [2025-09-08 03:41:00] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002173 10.0.0.41 - - [2025-09-08 03:41:00] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.068250 10.0.0.41 - - [2025-09-08 03:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.41 - - [2025-09-08 03:41:00] "GET /security-group/8d3865de-9211-4db9-a2cb-478d04616da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005586 10.0.0.41 - - [2025-09-08 03:41:00] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.144865 10.0.0.41 - - [2025-09-08 03:41:00] "POST /instance-ips HTTP/1.1" 200 357 0.048849 10.0.0.41 - - [2025-09-08 03:41:00] "GET /virtual-machine-interface/79e698c5-4da6-4ae6-b007-d9a83cf35e2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.009752 10.0.0.41 - - [2025-09-08 03:41:00] "GET /virtual-machine-interface/79e698c5-4da6-4ae6-b007-d9a83cf35e2b?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.013231 10.0.0.41 - - [2025-09-08 03:41:00] "GET /instance-ip/fae60ff6-5afb-41e0-a2b3-6d1c015d9bd5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.008097 10.0.0.41 - - [2025-09-08 03:41:00] "POST /fqname-to-id HTTP/1.1" 404 214 0.005230 10.0.0.41 - - [2025-09-08 03:41:00] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008210 10.0.0.41 - - [2025-09-08 03:41:01] "GET /virtual-machine-interface/82909f79-698a-43de-9b5c-31a56ec3f566?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.009880 10.0.0.41 - - [2025-09-08 03:41:01] "GET /virtual-machine-interface/82909f79-698a-43de-9b5c-31a56ec3f566?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.012440 10.0.0.41 - - [2025-09-08 03:41:01] "GET /instance-ip/6f68cf99-8514-4ad9-83bd-3ade0f170399?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.007308 10.0.0.41 - - [2025-09-08 03:41:01] "POST /fqname-to-id HTTP/1.1" 404 214 0.004893 10.0.0.41 - - [2025-09-08 03:41:01] "GET /virtual-network/59f1bd2e-c7b9-4b7d-9309-d5d5833a7de0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007870 10.0.0.38 - - [2025-09-08 03:41:01] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001137 10.0.0.41 - - [2025-09-08 03:41:01] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048018 10.0.0.41 - - [2025-09-08 03:41:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.41 - - [2025-09-08 03:41:01] "GET /security-group/8d3865de-9211-4db9-a2cb-478d04616da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005638 10.0.0.41 - - [2025-09-08 03:41:01] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.109600 10.0.0.41 - - [2025-09-08 03:41:01] "POST /instance-ips HTTP/1.1" 200 357 0.033592 10.0.0.41 - - [2025-09-08 03:41:01] "GET /virtual-machine-interface/dbfce888-9e20-4fa8-908f-386814a39e7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.007759 10.0.0.41 - - [2025-09-08 03:41:01] "GET /virtual-machine-interface/dbfce888-9e20-4fa8-908f-386814a39e7b?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.010074 10.0.0.41 - - [2025-09-08 03:41:01] "GET /instance-ip/963bad28-d558-4157-9d2d-70b29e354d13?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1584 0.007936 10.0.0.41 - - [2025-09-08 03:41:01] "POST /fqname-to-id HTTP/1.1" 404 214 0.004920 10.0.0.41 - - [2025-09-08 03:41:02] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007765 10.0.0.41 - - [2025-09-08 03:41:02] "GET /virtual-machine-interface/bbc66ac8-2fca-42c4-a0d3-fabaaa0113f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2374 0.008989 10.0.0.41 - - [2025-09-08 03:41:02] "GET /virtual-machine-interface/bbc66ac8-2fca-42c4-a0d3-fabaaa0113f6?fields=instance_ip_back_refs HTTP/1.1" 200 1334 0.010559 10.0.0.41 - - [2025-09-08 03:41:02] "GET /instance-ip/b4e9bab5-9c9e-4482-a055-e7b3a3775803?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005419 10.0.0.41 - - [2025-09-08 03:41:02] "POST /fqname-to-id HTTP/1.1" 404 214 0.004920 10.0.0.41 - - [2025-09-08 03:41:02] "GET /virtual-network/7fde55b9-7c97-4ea0-8f76-6eeb5903fbd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006984 10.0.0.38 - - [2025-09-08 03:41:02] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001585 10.0.0.41 - - [2025-09-08 03:41:02] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046525 10.0.0.41 - - [2025-09-08 03:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.41 - - [2025-09-08 03:41:02] "GET /security-group/8d3865de-9211-4db9-a2cb-478d04616da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3767 0.005468 10.0.0.41 - - [2025-09-08 03:41:02] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.111209 10.0.0.41 - - [2025-09-08 03:41:02] "POST /instance-ips HTTP/1.1" 200 357 0.050110 10.0.0.41 - - [2025-09-08 03:41:02] "GET /virtual-machine-interface/67f50474-bbbe-469b-b77c-c6eb2bf5c111?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.006995 10.0.0.41 - - [2025-09-08 03:41:02] "GET /virtual-machine-interface/67f50474-bbbe-469b-b77c-c6eb2bf5c111?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.010825 10.0.0.41 - - [2025-09-08 03:41:02] "GET /instance-ip/6adbadfd-4daa-4bb2-b39d-d300d229c220?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005570 10.0.0.41 - - [2025-09-08 03:41:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001585 10.0.0.41 - - [2025-09-08 03:41:04] "POST /neutron/port HTTP/1.1" 200 990 0.011988 10.0.0.41 - - [2025-09-08 03:41:04] "POST /neutron/port HTTP/1.1" 200 990 0.012668 10.0.0.41 - - [2025-09-08 03:41:04] "POST /neutron/port HTTP/1.1" 200 117 0.007539 10.0.0.41 - - [2025-09-08 03:41:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001463 10.0.0.41 - - [2025-09-08 03:41:05] "POST /neutron/port HTTP/1.1" 200 990 0.011544 10.0.0.41 - - [2025-09-08 03:41:05] "POST /neutron/port HTTP/1.1" 200 990 0.011035 10.0.0.41 - - [2025-09-08 03:41:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005315 10.0.0.41 - - [2025-09-08 03:41:05] "POST /neutron/network HTTP/1.1" 200 828 0.007503 10.0.0.38 - - [2025-09-08 03:41:05] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001129 10.0.0.41 - - [2025-09-08 03:41:05] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.091229 10.0.0.41 - - [2025-09-08 03:41:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008986 10.0.0.41 - - [2025-09-08 03:41:06] "POST /id-to-fqname HTTP/1.1" 200 224 0.001463 10.0.0.41 - - [2025-09-08 03:41:06] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010685 10.0.0.41 - - [2025-09-08 03:41:06] "POST /neutron/network HTTP/1.1" 200 828 0.007821 10.0.0.38 - - [2025-09-08 03:41:06] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001328 10.0.0.41 - - [2025-09-08 03:41:07] "POST /neutron/security_group HTTP/1.1" 200 2062 0.018770 10.0.0.41 - - [2025-09-08 03:41:07] "POST /neutron/port HTTP/1.1" 200 1064 0.381942 10.0.0.41 - - [2025-09-08 03:41:07] "POST /neutron/port HTTP/1.1" 200 1064 0.019134 10.0.0.27 - - [2025-09-08 03:41:07] "POST /route-targets HTTP/1.1" 200 327 0.017364 10.0.0.41 - - [2025-09-08 03:41:07] "POST /neutron/port HTTP/1.1" 200 1118 0.150390 10.0.0.41 - - [2025-09-08 03:41:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009941 10.0.0.41 - - [2025-09-08 03:41:07] "POST /neutron/network HTTP/1.1" 200 828 0.023772 10.0.0.41 - - [2025-09-08 03:41:07] "POST /neutron/port HTTP/1.1" 200 990 0.012165 10.0.0.41 - - [2025-09-08 03:41:07] "POST /neutron/port HTTP/1.1" 200 990 0.021132 10.0.0.27 - - [2025-09-08 03:41:08] "POST /ref-update HTTP/1.1" 200 156 0.029728 10.0.0.41 - - [2025-09-08 03:41:08] "POST /neutron/port HTTP/1.1" 200 1056 0.044361 10.0.0.41 - - [2025-09-08 03:41:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008614 10.0.0.41 - - [2025-09-08 03:41:08] "POST /neutron/port HTTP/1.1" 200 1056 0.019530 10.0.0.41 - - [2025-09-08 03:41:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007996 10.0.0.41 - - [2025-09-08 03:41:08] "GET /virtual-machine/1de3622f-8a08-4c61-9c46-6ee504cbe489 HTTP/1.1" 401 292 0.000432 10.0.0.41 - - [2025-09-08 03:41:09] "GET /virtual-machine/1de3622f-8a08-4c61-9c46-6ee504cbe489 HTTP/1.1" 200 1274 0.029969 10.0.0.41 - - [2025-09-08 03:41:09] "GET /virtual-machine-interface/2e96c824-a637-4295-9e92-388fa023cb69 HTTP/1.1" 200 3187 0.006941 10.0.0.41 - - [2025-09-08 03:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.41 - - [2025-09-08 03:41:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003943 10.0.0.41 - - [2025-09-08 03:41:09] "GET /virtual-networks?parent_id=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004403 10.0.0.41 - - [2025-09-08 03:41:09] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006427 10.0.0.38 - - [2025-09-08 03:41:10] "DELETE /project/f43d237d0eb642218f7013fa50d7f6ed HTTP/1.1" 404 173 0.003572 10.0.0.38 - - [2025-09-08 03:41:10] "DELETE /project/ba4dc6dc-a018-4785-a44d-b08b7050fe29 HTTP/1.1" 404 177 0.006211 10.0.0.41 - - [2025-09-08 03:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.41 - - [2025-09-08 03:41:12] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007168 10.0.0.41 - - [2025-09-08 03:41:13] "GET /obj-perms HTTP/1.1" 200 5056 0.051599 10.0.0.41 - - [2025-09-08 03:41:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006062 10.0.0.41 - - [2025-09-08 03:41:16] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007063 10.0.0.41 - - [2025-09-08 03:41:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004431 10.0.0.41 - - [2025-09-08 03:41:20] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006517 10.0.0.41 - - [2025-09-08 03:41:24] "POST /neutron/network HTTP/1.1" 200 838 0.007935 10.0.0.41 - - [2025-09-08 03:41:24] "POST /neutron/port HTTP/1.1" 200 117 0.001223 10.0.0.41 - - [2025-09-08 03:41:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004236 10.0.0.41 - - [2025-09-08 03:41:24] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008224 10.0.0.41 - - [2025-09-08 03:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.41 - - [2025-09-08 03:41:28] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006123 10.0.0.41 - - [2025-09-08 03:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004502 10.0.0.41 - - [2025-09-08 03:41:32] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006420 10.0.0.41 - - [2025-09-08 03:41:33] "POST /neutron/port HTTP/1.1" 200 1056 0.016150 10.0.0.41 - - [2025-09-08 03:41:33] "POST /neutron/subnet HTTP/1.1" 200 699 0.010560 10.0.0.41 - - [2025-09-08 03:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.41 - - [2025-09-08 03:41:36] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006325 10.0.0.41 - - [2025-09-08 03:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.009190 10.0.0.41 - - [2025-09-08 03:41:40] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006273 10.0.0.41 - - [2025-09-08 03:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.41 - - [2025-09-08 03:41:45] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006307 10.0.0.41 - - [2025-09-08 03:41:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.41 - - [2025-09-08 03:41:49] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007033 10.0.0.41 - - [2025-09-08 03:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.41 - - [2025-09-08 03:41:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004423 10.0.0.41 - - [2025-09-08 03:41:51] "GET /virtual-networks?parent_id=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003454 10.0.0.41 - - [2025-09-08 03:41:51] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007777 10.0.0.41 - - [2025-09-08 03:41:51] "POST /neutron/port HTTP/1.1" 200 1056 0.018147 10.0.0.41 - - [2025-09-08 03:41:56] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008330 10.0.0.41 - - [2025-09-08 03:42:00] "POST /neutron/port HTTP/1.1" 200 1056 0.049987 10.0.0.41 - - [2025-09-08 03:42:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008502 10.0.0.41 - - [2025-09-08 03:42:06] "POST /neutron/port HTTP/1.1" 200 1056 0.016836 10.0.0.41 - - [2025-09-08 03:42:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008580 10.0.0.41 - - [2025-09-08 03:42:12] "POST /neutron/port HTTP/1.1" 200 1092 0.016351 10.0.0.41 - - [2025-09-08 03:42:12] "GET /virtual-machine/f075458a-aa4b-4e2e-91ae-0887747aba1c HTTP/1.1" 200 1297 0.007769 10.0.0.41 - - [2025-09-08 03:42:12] "GET /virtual-machine-interface/ee4d74a1-86e6-4c4d-8c87-d155e964bc6d HTTP/1.1" 200 2962 0.007165 10.0.0.41 - - [2025-09-08 03:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005433 10.0.0.41 - - [2025-09-08 03:42:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004898 10.0.0.41 - - [2025-09-08 03:42:12] "GET /virtual-networks?parent_id=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.004402 10.0.0.41 - - [2025-09-08 03:42:12] "GET /virtual-network/7fde55b9-7c97-4ea0-8f76-6eeb5903fbd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006909 10.0.0.41 - - [2025-09-08 03:42:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.41 - - [2025-09-08 03:42:13] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004302 10.0.0.41 - - [2025-09-08 03:42:13] "GET /virtual-networks?parent_id=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003360 10.0.0.41 - - [2025-09-08 03:42:13] "GET /virtual-network/7fde55b9-7c97-4ea0-8f76-6eeb5903fbd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007419 10.0.0.41 - - [2025-09-08 03:42:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008497 10.0.0.41 - - [2025-09-08 03:42:14] "POST /neutron/port HTTP/1.1" 200 1056 0.019835 10.0.0.41 - - [2025-09-08 03:42:14] "GET /virtual-machine/79391bf2-59be-4c00-9713-56cce6a566cd HTTP/1.1" 200 1274 0.006484 10.0.0.41 - - [2025-09-08 03:42:14] "GET /virtual-machine-interface/bbc66ac8-2fca-42c4-a0d3-fabaaa0113f6 HTTP/1.1" 200 3188 0.006149 10.0.0.41 - - [2025-09-08 03:42:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.41 - - [2025-09-08 03:42:14] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003975 10.0.0.41 - - [2025-09-08 03:42:14] "GET /virtual-networks?parent_id=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003205 10.0.0.41 - - [2025-09-08 03:42:14] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007663 10.0.0.41 - - [2025-09-08 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.41 - - [2025-09-08 03:42:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006002 10.0.0.41 - - [2025-09-08 03:42:15] "GET /virtual-networks?parent_id=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003848 10.0.0.41 - - [2025-09-08 03:42:15] "GET /virtual-network/8945524b-14d1-489b-8cb5-47e7cdf725cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.027451 10.0.0.41 - - [2025-09-08 03:42:24] "POST /neutron/port HTTP/1.1" 200 1092 0.042382 10.0.0.41 - - [2025-09-08 03:42:24] "POST /neutron/subnet HTTP/1.1" 200 698 0.010061 10.0.0.41 - - [2025-09-08 03:42:35] "POST /neutron/port HTTP/1.1" 200 1056 0.018795 10.0.0.41 - - [2025-09-08 03:42:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004437 10.0.0.41 - - [2025-09-08 03:42:35] "POST /neutron/network HTTP/1.1" 200 828 0.013569 10.0.0.38 - - [2025-09-08 03:42:58] "GET /global-system-configs HTTP/1.1" 200 322 0.049885 10.0.0.27 - - [2025-09-08 03:42:58] "GET /obj-perms HTTP/1.1" 200 5056 0.130313 10.0.0.27 - - [2025-09-08 03:42:59] "GET /global-system-configs HTTP/1.1" 200 322 0.068856 10.0.0.38 - - [2025-09-08 03:42:59] "GET /obj-perms HTTP/1.1" 200 5056 0.155938 10.0.0.41 - - [2025-09-08 03:42:59] "GET /obj-perms HTTP/1.1" 200 5056 0.173327 10.0.0.27 - - [2025-09-08 03:42:59] "GET /global-system-configs HTTP/1.1" 200 322 0.031934 10.0.0.38 - - [2025-09-08 03:43:00] "GET /global-system-configs HTTP/1.1" 200 322 0.045651 10.0.0.27 - - [2025-09-08 03:43:00] "GET /obj-perms HTTP/1.1" 200 5056 0.200128 10.0.0.41 - - [2025-09-08 03:43:01] "GET /global-system-configs HTTP/1.1" 200 322 0.098082 10.0.0.41 - - [2025-09-08 03:43:01] "GET /obj-perms HTTP/1.1" 200 5056 0.183426 10.0.0.38 - - [2025-09-08 03:43:01] "GET /obj-perms HTTP/1.1" 200 5056 0.204669 10.0.0.41 - - [2025-09-08 03:43:01] "GET /global-system-configs HTTP/1.1" 200 322 0.038304 10.0.0.27 - - [2025-09-08 03:43:15] "GET /obj-perms HTTP/1.1" 200 5056 0.047982 10.0.0.41 - - [2025-09-08 03:43:24] "POST /neutron/network HTTP/1.1" 200 838 0.008839 10.0.0.41 - - [2025-09-08 03:43:24] "POST /neutron/port HTTP/1.1" 200 117 0.001410 10.0.0.41 - - [2025-09-08 03:43:34] "POST /neutron/router HTTP/1.1" 200 344 0.210961 10.0.0.41 - - [2025-09-08 03:43:34] "POST /neutron/router HTTP/1.1" 200 598 0.007880 10.0.0.27 - - [2025-09-08 03:43:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.009054 10.0.0.41 - - [2025-09-08 03:43:35] "POST /neutron/port HTTP/1.1" 200 1118 0.016079 10.0.0.41 - - [2025-09-08 03:43:35] "POST /neutron/port HTTP/1.1" 200 1082 0.014879 10.0.0.41 - - [2025-09-08 03:43:35] "POST /neutron/port HTTP/1.1" 200 1082 0.039738 10.0.0.41 - - [2025-09-08 03:43:36] "DELETE /instance-ip/6adbadfd-4daa-4bb2-b39d-d300d229c220 HTTP/1.1" 200 115 0.054373 10.0.0.41 - - [2025-09-08 03:43:36] "DELETE /virtual-machine-interface/67f50474-bbbe-469b-b77c-c6eb2bf5c111 HTTP/1.1" 200 115 0.069328 10.0.0.41 - - [2025-09-08 03:43:36] "POST /neutron/port HTTP/1.1" 200 151 0.190479 10.0.0.41 - - [2025-09-08 03:43:36] "DELETE /instance-ip/963bad28-d558-4157-9d2d-70b29e354d13 HTTP/1.1" 200 115 0.047622 10.0.0.41 - - [2025-09-08 03:43:36] "DELETE /virtual-machine-interface/dbfce888-9e20-4fa8-908f-386814a39e7b HTTP/1.1" 200 115 0.081054 10.0.0.41 - - [2025-09-08 03:43:36] "DELETE /instance-ip/fae60ff6-5afb-41e0-a2b3-6d1c015d9bd5 HTTP/1.1" 200 115 0.051193 10.0.0.41 - - [2025-09-08 03:43:37] "DELETE /virtual-machine-interface/79e698c5-4da6-4ae6-b007-d9a83cf35e2b HTTP/1.1" 200 115 0.073710 10.0.0.41 - - [2025-09-08 03:43:37] "POST /neutron/port HTTP/1.1" 200 1013 0.024888 10.0.0.27 - - [2025-09-08 03:43:37] "DELETE /route-target/594da5c9-0ac3-48ce-add5-fd46b0a33bdf HTTP/1.1" 200 115 0.029692 10.0.0.38 - - [2025-09-08 03:43:37] "POST /useragent-kv HTTP/1.1" 200 115 0.055016 10.0.0.38 - - [2025-09-08 03:43:37] "POST /useragent-kv HTTP/1.1" 200 115 0.002974 10.0.0.41 - - [2025-09-08 03:43:37] "POST /neutron/network HTTP/1.1" 200 151 0.190463 10.0.0.41 - - [2025-09-08 03:43:37] "POST /neutron/network HTTP/1.1" 200 829 0.016151 10.0.0.27 - - [2025-09-08 03:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005420 10.0.0.38 - - [2025-09-08 03:43:37] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001555 10.0.0.41 - - [2025-09-08 03:43:37] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.055883 10.0.0.38 - - [2025-09-08 03:43:37] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001493 10.0.0.41 - - [2025-09-08 03:43:37] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?fields=virtual_networks HTTP/1.1" 200 1041 0.063521 10.0.0.38 - - [2025-09-08 03:43:38] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001171 10.0.0.41 - - [2025-09-08 03:43:38] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.041827 10.0.0.38 - - [2025-09-08 03:43:38] "GET /projects?obj_uuids=f43d237d-0eb6-4221-8f70-13fa50d7f6ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001697 10.0.0.41 - - [2025-09-08 03:43:38] "GET /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed?fields=security_groups HTTP/1.1" 200 1271 0.055406 10.0.0.41 - - [2025-09-08 03:43:39] "POST /fqname-to-id HTTP/1.1" 404 187 0.025803 10.0.0.38 - - [2025-09-08 03:43:39] "GET /projects?obj_uuids=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003277 10.0.0.38 - - [2025-09-08 03:43:39] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001146 10.0.0.38 - - [2025-09-08 03:43:39] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009066 10.0.0.38 - - [2025-09-08 03:43:39] "POST /id-to-fqname HTTP/1.1" 200 189 0.007108 10.0.0.38 - - [2025-09-08 03:43:39] "POST /fqname-to-id HTTP/1.1" 404 198 0.005277 10.0.0.38 - - [2025-09-08 03:43:39] "POST /security-groups HTTP/1.1" 200 590 0.030530 10.0.0.38 - - [2025-09-08 03:43:39] "POST /projects HTTP/1.1" 200 583 0.275434 10.0.0.27 - - [2025-09-08 03:43:39] "POST /access-control-lists HTTP/1.1" 200 595 0.029538 10.0.0.38 - - [2025-09-08 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.346187 10.0.0.41 - - [2025-09-08 03:43:39] "GET /project/3bfcb320-d07b-4129-888f-909145e842a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.489569 10.0.0.41 - - [2025-09-08 03:43:40] "POST /neutron/port HTTP/1.1" 400 205 0.005467 10.0.0.41 - - [2025-09-08 03:43:40] "GET / HTTP/1.1" 200 35931 0.002303 10.0.0.41 - - [2025-09-08 03:43:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000710 10.0.0.41 - - [2025-09-08 03:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.053598 10.0.0.38 - - [2025-09-08 03:43:43] "GET /projects?obj_uuids=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001105 10.0.0.41 - - [2025-09-08 03:43:43] "GET /project/3bfcb320-d07b-4129-888f-909145e842a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.047807 10.0.0.27 - - [2025-09-08 03:43:43] "POST /route-targets HTTP/1.1" 200 327 0.017662 10.0.0.38 - - [2025-09-08 03:43:43] "POST /useragent-kv HTTP/1.1" 200 115 0.004094 10.0.0.41 - - [2025-09-08 03:43:43] "POST /neutron/subnet HTTP/1.1" 200 724 0.267047 10.0.0.41 - - [2025-09-08 03:43:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001580 10.0.0.41 - - [2025-09-08 03:43:43] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006831 10.0.0.41 - - [2025-09-08 03:43:43] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006333 10.0.0.41 - - [2025-09-08 03:43:43] "POST /neutron/network HTTP/1.1" 200 823 0.008208 10.0.0.41 - - [2025-09-08 03:43:44] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007833 10.0.0.38 - - [2025-09-08 03:43:45] "GET /obj-perms HTTP/1.1" 200 5028 0.052300 10.0.0.41 - - [2025-09-08 03:43:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.002010 10.0.0.38 - - [2025-09-08 03:43:46] "GET /projects?obj_uuids=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001131 10.0.0.41 - - [2025-09-08 03:43:46] "GET /project/3bfcb320-d07b-4129-888f-909145e842a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.072272 10.0.0.41 - - [2025-09-08 03:43:46] "POST /neutron/network HTTP/1.1" 200 823 0.032532 10.0.0.41 - - [2025-09-08 03:43:47] "POST /id-to-fqname HTTP/1.1" 200 219 0.001514 10.0.0.41 - - [2025-09-08 03:43:47] "POST /neutron/port HTTP/1.1" 200 117 0.006858 10.0.0.38 - - [2025-09-08 03:43:47] "GET /projects?obj_uuids=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001174 10.0.0.41 - - [2025-09-08 03:43:47] "POST /neutron/port HTTP/1.1" 200 1059 0.334080 10.0.0.41 - - [2025-09-08 03:43:48] "POST /neutron/port HTTP/1.1" 200 1113 0.106819 10.0.0.41 - - [2025-09-08 03:43:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.012073 10.0.0.38 - - [2025-09-08 03:43:48] "GET /projects?obj_uuids=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001113 10.0.0.41 - - [2025-09-08 03:43:48] "GET /project/3bfcb320-d07b-4129-888f-909145e842a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.095599 10.0.0.41 - - [2025-09-08 03:43:48] "POST /neutron/network HTTP/1.1" 200 823 0.008559 10.0.0.41 - - [2025-09-08 03:43:48] "POST /neutron/port HTTP/1.1" 200 117 0.007589 10.0.0.41 - - [2025-09-08 03:43:49] "POST /neutron/network HTTP/1.1" 200 833 0.008858 10.0.0.41 - - [2025-09-08 03:43:49] "POST /neutron/port HTTP/1.1" 200 1059 0.018696 10.0.0.41 - - [2025-09-08 03:43:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004759 10.0.0.41 - - [2025-09-08 03:43:50] "POST /neutron/network HTTP/1.1" 200 823 0.009033 10.0.0.41 - - [2025-09-08 03:43:53] "POST /neutron/port HTTP/1.1" 200 1087 0.018830 10.0.0.41 - - [2025-09-08 03:43:54] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009490 10.0.0.41 - - [2025-09-08 03:43:54] "GET /virtual-machine/69b9eed2-284d-4ea3-9b06-379d25c9f9ed HTTP/1.1" 401 292 0.000505 10.0.0.41 - - [2025-09-08 03:43:54] "GET /virtual-machine/69b9eed2-284d-4ea3-9b06-379d25c9f9ed HTTP/1.1" 200 1291 0.031502 10.0.0.41 - - [2025-09-08 03:43:54] "GET /virtual-machine-interface/7f4831f7-8345-4577-ab5b-e519792955f1 HTTP/1.1" 200 2936 0.006308 10.0.0.41 - - [2025-09-08 03:43:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.41 - - [2025-09-08 03:43:54] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005278 10.0.0.41 - - [2025-09-08 03:43:54] "GET /virtual-networks?parent_id=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003542 10.0.0.41 - - [2025-09-08 03:43:54] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006431 10.0.0.41 - - [2025-09-08 03:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.41 - - [2025-09-08 03:43:57] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006336 10.0.0.27 - - [2025-09-08 03:43:57] "DELETE /access-control-list/d619b124-da51-4529-a6ba-bf1928b0c8d6 HTTP/1.1" 200 115 0.075714 10.0.0.41 - - [2025-09-08 03:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.41 - - [2025-09-08 03:44:01] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006570 10.0.0.41 - - [2025-09-08 03:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004270 10.0.0.41 - - [2025-09-08 03:44:05] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009827 10.0.0.41 - - [2025-09-08 03:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004423 10.0.0.41 - - [2025-09-08 03:44:09] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006344 10.0.0.38 - - [2025-09-08 03:44:10] "DELETE /project/f43d237d-0eb6-4221-8f70-13fa50d7f6ed HTTP/1.1" 404 177 0.003463 10.0.0.38 - - [2025-09-08 03:44:10] "DELETE /project/3bfcb320d07b4129888f909145e842a3 HTTP/1.1" 404 173 0.006299 10.0.0.41 - - [2025-09-08 03:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004803 10.0.0.41 - - [2025-09-08 03:44:14] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007175 10.0.0.41 - - [2025-09-08 03:44:16] "GET /obj-perms HTTP/1.1" 200 5056 0.048829 10.0.0.41 - - [2025-09-08 03:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.41 - - [2025-09-08 03:44:18] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006378 10.0.0.41 - - [2025-09-08 03:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.41 - - [2025-09-08 03:44:22] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006597 10.0.0.41 - - [2025-09-08 03:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.41 - - [2025-09-08 03:44:26] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006817 10.0.0.41 - - [2025-09-08 03:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004301 10.0.0.41 - - [2025-09-08 03:44:30] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006716 10.0.0.41 - - [2025-09-08 03:44:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.41 - - [2025-09-08 03:44:34] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006929 10.0.0.41 - - [2025-09-08 03:44:36] "POST /neutron/network HTTP/1.1" 200 833 0.008036 10.0.0.41 - - [2025-09-08 03:44:36] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.41 - - [2025-09-08 03:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.41 - - [2025-09-08 03:44:38] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007333 10.0.0.41 - - [2025-09-08 03:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.41 - - [2025-09-08 03:44:42] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005984 10.0.0.41 - - [2025-09-08 03:44:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.41 - - [2025-09-08 03:44:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004622 10.0.0.41 - - [2025-09-08 03:44:44] "GET /virtual-networks?parent_id=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003723 10.0.0.41 - - [2025-09-08 03:44:44] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007047 10.0.0.41 - - [2025-09-08 03:44:44] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008207 10.0.0.41 - - [2025-09-08 03:44:53] "POST /neutron/port HTTP/1.1" 200 1087 0.016940 10.0.0.41 - - [2025-09-08 03:44:53] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007487 10.0.0.41 - - [2025-09-08 03:45:00] "POST /neutron/port HTTP/1.1" 200 1087 0.020470 10.0.0.41 - - [2025-09-08 03:45:05] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008990 10.0.0.41 - - [2025-09-08 03:45:05] "POST /neutron/port HTTP/1.1" 200 1087 0.018476 10.0.0.41 - - [2025-09-08 03:45:05] "GET /virtual-machine/aea52103-252c-4d19-a8fd-864a302e2dd9 HTTP/1.1" 200 1292 0.007245 10.0.0.41 - - [2025-09-08 03:45:05] "GET /virtual-machine-interface/2a800bbf-d321-46df-84cb-ae195fca4855 HTTP/1.1" 200 2935 0.005805 10.0.0.41 - - [2025-09-08 03:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.41 - - [2025-09-08 03:45:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003955 10.0.0.41 - - [2025-09-08 03:45:05] "GET /virtual-networks?parent_id=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003168 10.0.0.41 - - [2025-09-08 03:45:06] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008272 10.0.0.41 - - [2025-09-08 03:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.41 - - [2025-09-08 03:45:07] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004322 10.0.0.41 - - [2025-09-08 03:45:07] "GET /virtual-networks?parent_id=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003838 10.0.0.41 - - [2025-09-08 03:45:07] "GET /virtual-network/133f3cff-16a6-4543-b31e-d6577c8f3876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007599 10.0.0.41 - - [2025-09-08 03:45:38] "POST /neutron/port HTTP/1.1" 200 1087 0.019818 10.0.0.41 - - [2025-09-08 03:45:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.010640 10.0.0.27 - - [2025-09-08 03:46:17] "GET /obj-perms HTTP/1.1" 200 5056 0.048206 10.0.0.41 - - [2025-09-08 03:46:27] "POST /neutron/network HTTP/1.1" 200 823 0.007730 10.0.0.41 - - [2025-09-08 03:46:28] "POST /neutron/port HTTP/1.1" 200 1087 0.020331 10.0.0.41 - - [2025-09-08 03:46:28] "POST /neutron/port HTTP/1.1" 200 1113 0.014311 10.0.0.38 - - [2025-09-08 03:46:29] "POST /useragent-kv HTTP/1.1" 200 115 0.007191 10.0.0.38 - - [2025-09-08 03:46:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005618 10.0.0.41 - - [2025-09-08 03:46:29] "POST /neutron/network HTTP/1.1" 200 151 0.143448 10.0.0.38 - - [2025-09-08 03:46:31] "GET /projects?obj_uuids=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001309 10.0.0.41 - - [2025-09-08 03:46:31] "GET /project/3bfcb320-d07b-4129-888f-909145e842a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.088690 10.0.0.38 - - [2025-09-08 03:46:31] "GET /projects?obj_uuids=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001157 10.0.0.41 - - [2025-09-08 03:46:31] "GET /project/3bfcb320-d07b-4129-888f-909145e842a3?fields=virtual_networks HTTP/1.1" 200 1029 0.050875 10.0.0.38 - - [2025-09-08 03:46:31] "GET /projects?obj_uuids=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001574 10.0.0.41 - - [2025-09-08 03:46:31] "GET /project/3bfcb320-d07b-4129-888f-909145e842a3?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.046342 10.0.0.38 - - [2025-09-08 03:46:31] "GET /projects?obj_uuids=3bfcb320-d07b-4129-888f-909145e842a3&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001024 10.0.0.41 - - [2025-09-08 03:46:31] "GET /project/3bfcb320-d07b-4129-888f-909145e842a3?fields=security_groups HTTP/1.1" 200 1254 0.057212 10.0.0.41 - - [2025-09-08 03:46:32] "POST /fqname-to-id HTTP/1.1" 404 187 0.030090 10.0.0.38 - - [2025-09-08 03:46:32] "GET /projects?obj_uuids=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003760 10.0.0.38 - - [2025-09-08 03:46:32] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001057 10.0.0.38 - - [2025-09-08 03:46:32] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037013 10.0.0.38 - - [2025-09-08 03:46:33] "POST /id-to-fqname HTTP/1.1" 200 189 0.003061 10.0.0.38 - - [2025-09-08 03:46:33] "POST /fqname-to-id HTTP/1.1" 404 198 0.006628 10.0.0.38 - - [2025-09-08 03:46:33] "POST /security-groups HTTP/1.1" 200 590 0.077662 10.0.0.38 - - [2025-09-08 03:46:33] "POST /projects HTTP/1.1" 200 583 0.294101 10.0.0.27 - - [2025-09-08 03:46:33] "POST /fqname-to-id HTTP/1.1" 404 233 0.029390 10.0.0.38 - - [2025-09-08 03:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.379819 10.0.0.27 - - [2025-09-08 03:46:33] "POST /access-control-lists HTTP/1.1" 200 593 0.042702 10.0.0.41 - - [2025-09-08 03:46:33] "GET /project/6029086f-247d-4477-a1ae-6c9ea8a66035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.570228 10.0.0.41 - - [2025-09-08 03:46:34] "GET / HTTP/1.1" 200 35931 0.002223 10.0.0.41 - - [2025-09-08 03:46:36] "POST /fqname-to-id HTTP/1.1" 401 292 0.000754 10.0.0.41 - - [2025-09-08 03:46:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.060232 10.0.0.38 - - [2025-09-08 03:46:36] "GET /projects?obj_uuids=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001105 10.0.0.41 - - [2025-09-08 03:46:36] "GET /project/6029086f-247d-4477-a1ae-6c9ea8a66035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042516 10.0.0.38 - - [2025-09-08 03:46:37] "POST /useragent-kv HTTP/1.1" 200 115 0.014844 10.0.0.41 - - [2025-09-08 03:46:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.279034 10.0.0.41 - - [2025-09-08 03:46:37] "POST /id-to-fqname HTTP/1.1" 200 219 0.001541 10.0.0.41 - - [2025-09-08 03:46:37] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006237 10.0.0.41 - - [2025-09-08 03:46:37] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006656 10.0.0.41 - - [2025-09-08 03:46:37] "POST /neutron/network HTTP/1.1" 200 824 0.008839 10.0.0.41 - - [2025-09-08 03:46:38] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006277 10.0.0.38 - - [2025-09-08 03:46:39] "GET /obj-perms HTTP/1.1" 200 5028 0.056462 10.0.0.41 - - [2025-09-08 03:46:39] "POST /id-to-fqname HTTP/1.1" 200 219 0.001483 10.0.0.38 - - [2025-09-08 03:46:40] "GET /projects?obj_uuids=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001228 10.0.0.41 - - [2025-09-08 03:46:40] "GET /project/6029086f-247d-4477-a1ae-6c9ea8a66035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.072852 10.0.0.41 - - [2025-09-08 03:46:40] "POST /neutron/network HTTP/1.1" 200 824 0.008040 10.0.0.41 - - [2025-09-08 03:46:40] "POST /id-to-fqname HTTP/1.1" 200 219 0.001492 10.0.0.41 - - [2025-09-08 03:46:41] "POST /neutron/port HTTP/1.1" 200 117 0.006946 10.0.0.38 - - [2025-09-08 03:46:41] "GET /projects?obj_uuids=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001228 10.0.0.41 - - [2025-09-08 03:46:41] "POST /neutron/port HTTP/1.1" 200 1060 0.345371 10.0.0.41 - - [2025-09-08 03:46:42] "POST /neutron/port HTTP/1.1" 200 1114 0.112704 10.0.0.38 - - [2025-09-08 03:46:42] "GET /projects?obj_uuids=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001112 10.0.0.41 - - [2025-09-08 03:46:42] "GET /project/6029086f-247d-4477-a1ae-6c9ea8a66035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.083876 10.0.0.41 - - [2025-09-08 03:46:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005293 10.0.0.41 - - [2025-09-08 03:46:42] "POST /neutron/network HTTP/1.1" 200 824 0.008025 10.0.0.41 - - [2025-09-08 03:46:42] "POST /neutron/port HTTP/1.1" 200 117 0.008581 10.0.0.41 - - [2025-09-08 03:46:42] "POST /neutron/network HTTP/1.1" 200 834 0.012480 10.0.0.41 - - [2025-09-08 03:46:43] "POST /neutron/port HTTP/1.1" 200 1060 0.018442 10.0.0.41 - - [2025-09-08 03:46:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004335 10.0.0.41 - - [2025-09-08 03:46:43] "POST /neutron/network HTTP/1.1" 200 824 0.008176 10.0.0.41 - - [2025-09-08 03:46:47] "POST /neutron/port HTTP/1.1" 200 1088 0.016069 10.0.0.41 - - [2025-09-08 03:46:47] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009446 10.0.0.41 - - [2025-09-08 03:46:47] "GET /virtual-machine/ca0bacac-8787-4101-9224-78e0d8689d61 HTTP/1.1" 401 292 0.000545 10.0.0.41 - - [2025-09-08 03:46:48] "GET /virtual-machine/ca0bacac-8787-4101-9224-78e0d8689d61 HTTP/1.1" 200 1292 0.030920 10.0.0.41 - - [2025-09-08 03:46:48] "GET /virtual-machine-interface/f918949f-ce55-4c8b-8846-85ac030f6f41 HTTP/1.1" 200 2936 0.005935 10.0.0.41 - - [2025-09-08 03:46:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.41 - - [2025-09-08 03:46:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004304 10.0.0.41 - - [2025-09-08 03:46:48] "GET /virtual-networks?parent_id=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003857 10.0.0.41 - - [2025-09-08 03:46:48] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006631 10.0.0.41 - - [2025-09-08 03:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.41 - - [2025-09-08 03:46:51] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007016 10.0.0.41 - - [2025-09-08 03:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005808 10.0.0.41 - - [2025-09-08 03:46:55] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006917 10.0.0.27 - - [2025-09-08 03:46:58] "DELETE /access-control-list/435fc00e-0dd0-47d7-babe-ac65ffe29d64 HTTP/1.1" 200 115 0.049888 10.0.0.41 - - [2025-09-08 03:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.41 - - [2025-09-08 03:46:59] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006052 10.0.0.41 - - [2025-09-08 03:47:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.41 - - [2025-09-08 03:47:03] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007979 10.0.0.41 - - [2025-09-08 03:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.41 - - [2025-09-08 03:47:07] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006374 10.0.0.38 - - [2025-09-08 03:47:10] "DELETE /project/3bfcb320-d07b-4129-888f-909145e842a3 HTTP/1.1" 404 177 0.006806 10.0.0.38 - - [2025-09-08 03:47:10] "DELETE /project/6029086f247d4477a1ae6c9ea8a66035 HTTP/1.1" 404 173 0.005018 10.0.0.41 - - [2025-09-08 03:47:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.41 - - [2025-09-08 03:47:11] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006615 10.0.0.41 - - [2025-09-08 03:47:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.41 - - [2025-09-08 03:47:16] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006603 10.0.0.41 - - [2025-09-08 03:47:18] "GET /obj-perms HTTP/1.1" 200 5056 0.051385 10.0.0.41 - - [2025-09-08 03:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.41 - - [2025-09-08 03:47:20] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005958 10.0.0.41 - - [2025-09-08 03:47:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.41 - - [2025-09-08 03:47:24] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006778 10.0.0.41 - - [2025-09-08 03:47:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004836 10.0.0.41 - - [2025-09-08 03:47:28] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004636 10.0.0.41 - - [2025-09-08 03:47:28] "GET /virtual-networks?parent_id=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003631 10.0.0.41 - - [2025-09-08 03:47:28] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007568 10.0.0.41 - - [2025-09-08 03:47:33] "POST /neutron/port HTTP/1.1" 200 1088 0.017480 10.0.0.41 - - [2025-09-08 03:47:37] "POST /neutron/security_group HTTP/1.1" 200 2057 0.033356 10.0.0.41 - - [2025-09-08 03:47:38] "POST /neutron/network HTTP/1.1" 200 834 0.008095 10.0.0.41 - - [2025-09-08 03:47:38] "POST /neutron/port HTTP/1.1" 200 117 0.001381 10.0.0.41 - - [2025-09-08 03:47:38] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007797 10.0.0.41 - - [2025-09-08 03:47:43] "POST /neutron/port HTTP/1.1" 200 1088 0.023511 10.0.0.41 - - [2025-09-08 03:47:49] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008610 10.0.0.41 - - [2025-09-08 03:47:49] "POST /neutron/port HTTP/1.1" 200 1088 0.020824 10.0.0.41 - - [2025-09-08 03:47:49] "GET /virtual-machine/b9c9c0d5-4e51-44e4-8534-b017f3104efe HTTP/1.1" 200 1291 0.006839 10.0.0.41 - - [2025-09-08 03:47:49] "GET /virtual-machine-interface/c8abc588-b473-451f-b7b2-51f3e9b729aa HTTP/1.1" 200 2937 0.006960 10.0.0.41 - - [2025-09-08 03:47:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.41 - - [2025-09-08 03:47:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004154 10.0.0.41 - - [2025-09-08 03:47:49] "GET /virtual-networks?parent_id=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004242 10.0.0.41 - - [2025-09-08 03:47:49] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007273 10.0.0.41 - - [2025-09-08 03:47:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.41 - - [2025-09-08 03:47:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004660 10.0.0.41 - - [2025-09-08 03:47:50] "GET /virtual-networks?parent_id=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003784 10.0.0.41 - - [2025-09-08 03:47:50] "GET /virtual-network/7712b94a-e112-44e2-ac7d-f9954a15f121?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007084 10.0.0.41 - - [2025-09-08 03:47:50] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009182 10.0.0.38 - - [2025-09-08 03:47:58] "GET /global-system-configs HTTP/1.1" 200 322 0.057842 10.0.0.27 - - [2025-09-08 03:47:58] "GET /obj-perms HTTP/1.1" 200 5056 0.150896 10.0.0.27 - - [2025-09-08 03:47:59] "GET /global-system-configs HTTP/1.1" 200 322 0.032280 10.0.0.27 - - [2025-09-08 03:47:59] "GET /global-system-configs HTTP/1.1" 200 322 0.099382 10.0.0.38 - - [2025-09-08 03:47:59] "GET /obj-perms HTTP/1.1" 200 5056 0.142487 10.0.0.41 - - [2025-09-08 03:47:59] "GET /obj-perms HTTP/1.1" 200 5056 0.155895 10.0.0.38 - - [2025-09-08 03:48:00] "GET /global-system-configs HTTP/1.1" 200 322 0.062950 10.0.0.27 - - [2025-09-08 03:48:00] "GET /obj-perms HTTP/1.1" 200 5056 0.131400 10.0.0.41 - - [2025-09-08 03:48:01] "GET /global-system-configs HTTP/1.1" 200 322 0.029773 10.0.0.41 - - [2025-09-08 03:48:01] "GET /global-system-configs HTTP/1.1" 200 322 0.140896 10.0.0.41 - - [2025-09-08 03:48:01] "GET /obj-perms HTTP/1.1" 200 5056 0.182603 10.0.0.38 - - [2025-09-08 03:48:01] "GET /obj-perms HTTP/1.1" 200 5056 0.201396 10.0.0.41 - - [2025-09-08 03:48:18] "POST /neutron/port HTTP/1.1" 200 1088 0.016476 10.0.0.41 - - [2025-09-08 03:48:18] "POST /neutron/port HTTP/1.1" 200 151 0.262609 10.0.0.41 - - [2025-09-08 03:48:20] "POST /neutron/network HTTP/1.1" 200 824 0.007649 10.0.0.27 - - [2025-09-08 03:48:20] "DELETE /route-target/9add3c01-0e50-4199-b6d0-df8af7c3394d HTTP/1.1" 200 115 0.029629 10.0.0.38 - - [2025-09-08 03:48:21] "GET /projects?obj_uuids=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.008591 10.0.0.41 - - [2025-09-08 03:48:21] "GET /project/6029086f-247d-4477-a1ae-6c9ea8a66035?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.059287 10.0.0.38 - - [2025-09-08 03:48:21] "GET /projects?obj_uuids=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001331 10.0.0.41 - - [2025-09-08 03:48:22] "GET /project/6029086f-247d-4477-a1ae-6c9ea8a66035?fields=virtual_networks HTTP/1.1" 200 1030 0.066645 10.0.0.38 - - [2025-09-08 03:48:22] "GET /projects?obj_uuids=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001634 10.0.0.41 - - [2025-09-08 03:48:22] "GET /project/6029086f-247d-4477-a1ae-6c9ea8a66035?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.061532 10.0.0.38 - - [2025-09-08 03:48:22] "GET /projects?obj_uuids=6029086f-247d-4477-a1ae-6c9ea8a66035&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001205 10.0.0.41 - - [2025-09-08 03:48:22] "GET /project/6029086f-247d-4477-a1ae-6c9ea8a66035?fields=security_groups HTTP/1.1" 200 1255 0.080839 10.0.0.41 - - [2025-09-08 03:48:38] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.41 - - [2025-09-08 03:48:39] "POST /fqname-to-id HTTP/1.1" 401 292 0.000606 10.0.0.41 - - [2025-09-08 03:48:39] "POST /fqname-to-id HTTP/1.1" 404 201 0.047690 10.0.0.38 - - [2025-09-08 03:48:39] "GET /projects?obj_uuids=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.066433 10.0.0.38 - - [2025-09-08 03:48:39] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001318 10.0.0.38 - - [2025-09-08 03:48:39] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050270 10.0.0.38 - - [2025-09-08 03:48:40] "POST /id-to-fqname HTTP/1.1" 200 203 0.003377 10.0.0.38 - - [2025-09-08 03:48:40] "POST /fqname-to-id HTTP/1.1" 404 212 0.007887 10.0.0.38 - - [2025-09-08 03:48:40] "POST /security-groups HTTP/1.1" 200 604 0.037060 10.0.0.38 - - [2025-09-08 03:48:40] "POST /projects HTTP/1.1" 200 611 0.270374 10.0.0.27 - - [2025-09-08 03:48:40] "POST /fqname-to-id HTTP/1.1" 404 246 0.015203 10.0.0.38 - - [2025-09-08 03:48:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.344176 10.0.0.41 - - [2025-09-08 03:48:40] "GET /project/30c378b7-b7de-41cc-9002-31774914a652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.567451 10.0.0.41 - - [2025-09-08 03:48:41] "GET / HTTP/1.1" 200 35931 0.001905 10.0.0.41 - - [2025-09-08 03:48:42] "POST /fqname-to-id HTTP/1.1" 401 292 0.000591 10.0.0.41 - - [2025-09-08 03:48:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.060426 10.0.0.38 - - [2025-09-08 03:48:42] "GET /projects?obj_uuids=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001174 10.0.0.41 - - [2025-09-08 03:48:42] "GET /project/30c378b7-b7de-41cc-9002-31774914a652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049368 10.0.0.38 - - [2025-09-08 03:48:42] "GET /projects?obj_uuids=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001147 10.0.0.41 - - [2025-09-08 03:48:42] "POST /neutron/network HTTP/1.1" 200 620 0.177399 10.0.0.27 - - [2025-09-08 03:48:42] "POST /ref-update HTTP/1.1" 200 156 0.028589 10.0.0.41 - - [2025-09-08 03:48:43] "POST /id-to-fqname HTTP/1.1" 200 234 0.003889 10.0.0.41 - - [2025-09-08 03:48:43] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006943 10.0.0.41 - - [2025-09-08 03:48:43] "POST /neutron/network HTTP/1.1" 200 836 0.007494 10.0.0.41 - - [2025-09-08 03:48:43] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006067 10.0.0.41 - - [2025-09-08 03:48:43] "POST /id-to-fqname HTTP/1.1" 200 234 0.001463 10.0.0.41 - - [2025-09-08 03:48:43] "POST /neutron/network HTTP/1.1" 200 846 0.007679 10.0.0.38 - - [2025-09-08 03:48:44] "GET /projects?obj_uuids=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001137 10.0.0.41 - - [2025-09-08 03:48:44] "GET /project/30c378b7-b7de-41cc-9002-31774914a652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.072639 10.0.0.41 - - [2025-09-08 03:48:44] "POST /neutron/port HTTP/1.1" 200 117 0.007034 10.0.0.41 - - [2025-09-08 03:48:44] "POST /id-to-fqname HTTP/1.1" 200 234 0.001594 10.0.0.41 - - [2025-09-08 03:48:44] "POST /neutron/network HTTP/1.1" 200 846 0.007725 10.0.0.38 - - [2025-09-08 03:48:45] "GET /projects?obj_uuids=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001421 10.0.0.41 - - [2025-09-08 03:48:45] "GET /project/30c378b7-b7de-41cc-9002-31774914a652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.074967 10.0.0.41 - - [2025-09-08 03:48:45] "POST /neutron/port HTTP/1.1" 200 1070 0.065472 10.0.0.41 - - [2025-09-08 03:48:45] "POST /neutron/port HTTP/1.1" 200 1098 0.019228 10.0.0.41 - - [2025-09-08 03:48:45] "POST /neutron/subnet HTTP/1.1" 200 684 0.011517 10.0.0.41 - - [2025-09-08 03:48:45] "POST /neutron/port HTTP/1.1" 200 117 0.007149 10.0.0.38 - - [2025-09-08 03:48:46] "GET /projects?obj_uuids=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001906 10.0.0.41 - - [2025-09-08 03:48:46] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.011921 10.0.0.41 - - [2025-09-08 03:48:46] "POST /neutron/port HTTP/1.1" 200 1070 0.327280 10.0.0.41 - - [2025-09-08 03:48:46] "POST /neutron/port HTTP/1.1" 200 1124 0.118580 10.0.0.41 - - [2025-09-08 03:48:47] "POST /neutron/subnet HTTP/1.1" 200 684 0.010247 10.0.0.27 - - [2025-09-08 03:48:48] "GET /obj-perms HTTP/1.1" 200 5056 0.056432 10.0.0.41 - - [2025-09-08 03:48:48] "POST /neutron/port HTTP/1.1" 200 1098 0.017217 10.0.0.41 - - [2025-09-08 03:48:48] "POST /neutron/security_group HTTP/1.1" 200 2071 0.010653 10.0.0.41 - - [2025-09-08 03:48:48] "GET /virtual-machine/6bfc214b-9526-40b8-8022-4e25aec10780 HTTP/1.1" 401 292 0.000478 10.0.0.41 - - [2025-09-08 03:48:49] "GET /virtual-machine/6bfc214b-9526-40b8-8022-4e25aec10780 HTTP/1.1" 200 1304 0.029567 10.0.0.41 - - [2025-09-08 03:48:49] "GET /virtual-machine-interface/a5b79799-7155-4cd4-86fc-b58a9545143c HTTP/1.1" 200 3009 0.005757 10.0.0.41 - - [2025-09-08 03:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.41 - - [2025-09-08 03:48:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004392 10.0.0.41 - - [2025-09-08 03:48:49] "GET /virtual-networks?parent_id=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003448 10.0.0.41 - - [2025-09-08 03:48:49] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006279 10.0.0.41 - - [2025-09-08 03:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.41 - - [2025-09-08 03:48:52] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007135 10.0.0.41 - - [2025-09-08 03:48:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004823 10.0.0.41 - - [2025-09-08 03:48:56] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006692 10.0.0.41 - - [2025-09-08 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004483 10.0.0.41 - - [2025-09-08 03:49:00] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006726 10.0.0.41 - - [2025-09-08 03:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.41 - - [2025-09-08 03:49:04] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007122 10.0.0.41 - - [2025-09-08 03:49:07] "POST /neutron/port HTTP/1.1" 200 1098 0.019413 10.0.0.41 - - [2025-09-08 03:49:08] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008013 10.0.0.41 - - [2025-09-08 03:49:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.41 - - [2025-09-08 03:49:08] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007384 10.0.0.41 - - [2025-09-08 03:49:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004427 10.0.0.41 - - [2025-09-08 03:49:10] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004662 10.0.0.41 - - [2025-09-08 03:49:10] "GET /virtual-networks?parent_id=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003669 10.0.0.41 - - [2025-09-08 03:49:10] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007134 10.0.0.38 - - [2025-09-08 03:49:10] "DELETE /project/30c378b7b7de41cc900231774914a652 HTTP/1.1" 404 173 0.003117 10.0.0.38 - - [2025-09-08 03:49:10] "DELETE /project/6029086f-247d-4477-a1ae-6c9ea8a66035 HTTP/1.1" 404 177 0.006395 10.0.0.41 - - [2025-09-08 03:49:15] "POST /neutron/port HTTP/1.1" 200 1098 0.016652 10.0.0.41 - - [2025-09-08 03:49:16] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008528 10.0.0.41 - - [2025-09-08 03:49:16] "GET /virtual-machine/a4a87985-1c6c-4240-a141-a890f5a9e838 HTTP/1.1" 200 1306 0.006632 10.0.0.41 - - [2025-09-08 03:49:16] "GET /virtual-machine-interface/7e30a7fa-35ff-49c8-8ebc-7562068c1707 HTTP/1.1" 200 3009 0.006204 10.0.0.41 - - [2025-09-08 03:49:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.41 - - [2025-09-08 03:49:16] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004838 10.0.0.41 - - [2025-09-08 03:49:16] "GET /virtual-networks?parent_id=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.004301 10.0.0.41 - - [2025-09-08 03:49:16] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007119 10.0.0.41 - - [2025-09-08 03:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.41 - - [2025-09-08 03:49:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004409 10.0.0.41 - - [2025-09-08 03:49:17] "GET /virtual-networks?parent_id=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003455 10.0.0.41 - - [2025-09-08 03:49:17] "GET /virtual-network/81d29809-a7e8-46e8-87e8-37d38338e712?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006759 10.0.0.41 - - [2025-09-08 03:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.41 - - [2025-09-08 03:49:18] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004806 10.0.0.41 - - [2025-09-08 03:49:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.41 - - [2025-09-08 03:49:18] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005072 10.0.0.41 - - [2025-09-08 03:49:18] "PUT /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6 HTTP/1.1" 200 276 0.014096 10.0.0.38 - - [2025-09-08 03:49:20] "GET /obj-perms HTTP/1.1" 200 5056 0.068439 10.0.0.41 - - [2025-09-08 03:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.41 - - [2025-09-08 03:49:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1638 0.004380 10.0.0.41 - - [2025-09-08 03:49:31] "PUT /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6 HTTP/1.1" 200 276 0.012994 10.0.0.41 - - [2025-09-08 03:49:42] "POST /neutron/port HTTP/1.1" 200 1098 0.023614 10.0.0.41 - - [2025-09-08 03:49:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004378 10.0.0.41 - - [2025-09-08 03:49:42] "POST /neutron/network HTTP/1.1" 200 836 0.008508 10.0.0.41 - - [2025-09-08 03:50:11] "POST /neutron/port HTTP/1.1" 200 1098 0.017950 10.0.0.41 - - [2025-09-08 03:50:11] "POST /neutron/port HTTP/1.1" 200 151 0.292356 10.0.0.41 - - [2025-09-08 03:50:13] "POST /neutron/network HTTP/1.1" 200 836 0.008893 10.0.0.27 - - [2025-09-08 03:50:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005615 10.0.0.38 - - [2025-09-08 03:50:13] "GET /projects?obj_uuids=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001640 10.0.0.41 - - [2025-09-08 03:50:13] "GET /project/30c378b7-b7de-41cc-9002-31774914a652?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1415 0.049385 10.0.0.38 - - [2025-09-08 03:50:13] "GET /projects?obj_uuids=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001238 10.0.0.41 - - [2025-09-08 03:50:13] "GET /project/30c378b7-b7de-41cc-9002-31774914a652?fields=virtual_networks HTTP/1.1" 200 1058 0.060587 10.0.0.38 - - [2025-09-08 03:50:13] "GET /projects?obj_uuids=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001348 10.0.0.41 - - [2025-09-08 03:50:13] "GET /project/30c378b7-b7de-41cc-9002-31774914a652?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.080480 10.0.0.38 - - [2025-09-08 03:50:13] "GET /projects?obj_uuids=30c378b7-b7de-41cc-9002-31774914a652&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001305 10.0.0.41 - - [2025-09-08 03:50:13] "GET /project/30c378b7-b7de-41cc-9002-31774914a652?fields=security_groups HTTP/1.1" 200 1297 0.058235 10.0.0.41 - - [2025-09-08 03:50:14] "POST /fqname-to-id HTTP/1.1" 404 206 0.034849 10.0.0.38 - - [2025-09-08 03:50:14] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003339 10.0.0.38 - - [2025-09-08 03:50:14] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001055 10.0.0.38 - - [2025-09-08 03:50:14] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008030 10.0.0.38 - - [2025-09-08 03:50:14] "POST /id-to-fqname HTTP/1.1" 200 209 0.001483 10.0.0.38 - - [2025-09-08 03:50:14] "POST /fqname-to-id HTTP/1.1" 404 217 0.003028 10.0.0.38 - - [2025-09-08 03:50:14] "POST /security-groups HTTP/1.1" 200 609 0.033321 10.0.0.38 - - [2025-09-08 03:50:15] "POST /projects HTTP/1.1" 200 621 0.244131 10.0.0.27 - - [2025-09-08 03:50:15] "POST /access-control-lists HTTP/1.1" 200 614 0.030184 10.0.0.38 - - [2025-09-08 03:50:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.315422 10.0.0.41 - - [2025-09-08 03:50:15] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.482460 10.0.0.41 - - [2025-09-08 03:50:16] "GET / HTTP/1.1" 200 35931 0.002316 10.0.0.41 - - [2025-09-08 03:50:16] "POST /fqname-to-id HTTP/1.1" 401 292 0.000477 10.0.0.41 - - [2025-09-08 03:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.059949 10.0.0.38 - - [2025-09-08 03:50:17] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001125 10.0.0.41 - - [2025-09-08 03:50:17] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.053262 10.0.0.38 - - [2025-09-08 03:50:17] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001140 10.0.0.41 - - [2025-09-08 03:50:17] "POST /neutron/network HTTP/1.1" 200 625 0.176310 10.0.0.27 - - [2025-09-08 03:50:17] "POST /route-targets HTTP/1.1" 200 327 0.020184 10.0.0.41 - - [2025-09-08 03:50:17] "POST /id-to-fqname HTTP/1.1" 200 239 0.003650 10.0.0.41 - - [2025-09-08 03:50:17] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007863 10.0.0.41 - - [2025-09-08 03:50:17] "POST /neutron/network HTTP/1.1" 200 842 0.007516 10.0.0.41 - - [2025-09-08 03:50:17] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005790 10.0.0.41 - - [2025-09-08 03:50:18] "POST /id-to-fqname HTTP/1.1" 200 239 0.001634 10.0.0.41 - - [2025-09-08 03:50:18] "POST /neutron/network HTTP/1.1" 200 852 0.007947 10.0.0.38 - - [2025-09-08 03:50:19] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001176 10.0.0.41 - - [2025-09-08 03:50:19] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.087498 10.0.0.41 - - [2025-09-08 03:50:19] "POST /neutron/port HTTP/1.1" 200 117 0.007486 10.0.0.41 - - [2025-09-08 03:50:19] "POST /id-to-fqname HTTP/1.1" 200 239 0.001561 10.0.0.41 - - [2025-09-08 03:50:19] "POST /neutron/network HTTP/1.1" 200 852 0.008368 10.0.0.41 - - [2025-09-08 03:50:20] "POST /neutron/port HTTP/1.1" 200 1076 0.021981 10.0.0.38 - - [2025-09-08 03:50:20] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001231 10.0.0.41 - - [2025-09-08 03:50:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004210 10.0.0.41 - - [2025-09-08 03:50:20] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.105165 10.0.0.41 - - [2025-09-08 03:50:21] "POST /neutron/network HTTP/1.1" 200 842 0.367620 10.0.0.41 - - [2025-09-08 03:50:21] "GET /obj-perms HTTP/1.1" 200 5056 0.087592 10.0.0.41 - - [2025-09-08 03:50:21] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009788 10.0.0.38 - - [2025-09-08 03:50:21] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001287 10.0.0.41 - - [2025-09-08 03:50:22] "POST /neutron/port HTTP/1.1" 200 1076 0.369428 10.0.0.41 - - [2025-09-08 03:50:22] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006766 10.0.0.41 - - [2025-09-08 03:50:22] "POST /neutron/port HTTP/1.1" 200 1130 0.161731 10.0.0.41 - - [2025-09-08 03:50:22] "POST /neutron/subnet HTTP/1.1" 200 689 0.011567 10.0.0.27 - - [2025-09-08 03:50:23] "GET /obj-perms HTTP/1.1" 200 5066 0.051950 10.0.0.41 - - [2025-09-08 03:50:24] "POST /neutron/port HTTP/1.1" 200 1104 0.019993 10.0.0.41 - - [2025-09-08 03:50:24] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009055 10.0.0.41 - - [2025-09-08 03:50:24] "GET /virtual-machine/9e1e2bd1-8502-43c7-86ab-a11cc80c94c7 HTTP/1.1" 401 292 0.000601 10.0.0.41 - - [2025-09-08 03:50:24] "GET /virtual-machine/9e1e2bd1-8502-43c7-86ab-a11cc80c94c7 HTTP/1.1" 200 1310 0.031241 10.0.0.41 - - [2025-09-08 03:50:24] "GET /virtual-machine-interface/55af57aa-e70b-416d-a46d-621fccd94207 HTTP/1.1" 200 3034 0.010416 10.0.0.41 - - [2025-09-08 03:50:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.41 - - [2025-09-08 03:50:24] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004482 10.0.0.41 - - [2025-09-08 03:50:24] "GET /virtual-networks?parent_id=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003463 10.0.0.41 - - [2025-09-08 03:50:24] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006425 10.0.0.41 - - [2025-09-08 03:50:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.41 - - [2025-09-08 03:50:27] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007529 10.0.0.41 - - [2025-09-08 03:50:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.41 - - [2025-09-08 03:50:31] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006166 10.0.0.41 - - [2025-09-08 03:50:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004444 10.0.0.41 - - [2025-09-08 03:50:36] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006342 10.0.0.41 - - [2025-09-08 03:50:40] "POST /neutron/port HTTP/1.1" 200 1104 0.021370 10.0.0.41 - - [2025-09-08 03:50:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.41 - - [2025-09-08 03:50:40] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005985 10.0.0.41 - - [2025-09-08 03:50:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.41 - - [2025-09-08 03:50:42] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004452 10.0.0.41 - - [2025-09-08 03:50:42] "GET /virtual-networks?parent_id=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003781 10.0.0.41 - - [2025-09-08 03:50:42] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007136 10.0.0.41 - - [2025-09-08 03:50:42] "POST /neutron/security_group HTTP/1.1" 200 2076 0.013385 10.0.0.41 - - [2025-09-08 03:50:47] "POST /neutron/port HTTP/1.1" 200 1104 0.017268 10.0.0.41 - - [2025-09-08 03:50:47] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008739 10.0.0.41 - - [2025-09-08 03:50:47] "GET /virtual-machine/0b5f560d-c201-4eb1-87b1-38b23d106834 HTTP/1.1" 200 1308 0.007575 10.0.0.41 - - [2025-09-08 03:50:47] "GET /virtual-machine-interface/ed33d288-9835-4a6e-8b59-c14d687e28d0 HTTP/1.1" 200 3035 0.006212 10.0.0.41 - - [2025-09-08 03:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004789 10.0.0.41 - - [2025-09-08 03:50:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004894 10.0.0.41 - - [2025-09-08 03:50:47] "GET /virtual-networks?parent_id=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.005184 10.0.0.41 - - [2025-09-08 03:50:48] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008930 10.0.0.41 - - [2025-09-08 03:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.41 - - [2025-09-08 03:50:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004212 10.0.0.41 - - [2025-09-08 03:50:49] "GET /virtual-networks?parent_id=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003700 10.0.0.41 - - [2025-09-08 03:50:49] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006433 10.0.0.41 - - [2025-09-08 03:50:49] "POST /neutron/port HTTP/1.1" 200 1104 0.017256 10.0.0.41 - - [2025-09-08 03:50:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004344 10.0.0.38 - - [2025-09-08 03:50:54] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001156 10.0.0.41 - - [2025-09-08 03:50:54] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.050914 10.0.0.38 - - [2025-09-08 03:50:54] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001329 10.0.0.41 - - [2025-09-08 03:50:54] "POST /neutron/network HTTP/1.1" 200 625 0.125173 10.0.0.27 - - [2025-09-08 03:50:54] "POST /ref-update HTTP/1.1" 200 156 0.030292 10.0.0.41 - - [2025-09-08 03:50:55] "POST /id-to-fqname HTTP/1.1" 200 239 0.004868 10.0.0.41 - - [2025-09-08 03:50:55] "GET /virtual-network/04285933-91d2-4433-ab31-d2baeb230d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006273 10.0.0.41 - - [2025-09-08 03:50:55] "POST /neutron/network HTTP/1.1" 200 844 0.008499 10.0.0.41 - - [2025-09-08 03:50:55] "GET /virtual-network/04285933-91d2-4433-ab31-d2baeb230d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006855 10.0.0.41 - - [2025-09-08 03:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.38 - - [2025-09-08 03:50:55] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001016 10.0.0.41 - - [2025-09-08 03:50:55] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.039751 10.0.0.41 - - [2025-09-08 03:50:55] "POST /neutron/network HTTP/1.1" 200 117 0.013583 10.0.0.41 - - [2025-09-08 03:50:55] "POST /neutron/network HTTP/1.1" 200 847 0.010458 10.0.0.41 - - [2025-09-08 03:50:55] "POST /id-to-fqname HTTP/1.1" 200 242 0.001683 10.0.0.41 - - [2025-09-08 03:50:55] "GET /virtual-network/ed2076ef-f5fe-464f-aeaa-869fccd5b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006235 10.0.0.41 - - [2025-09-08 03:50:55] "GET /virtual-network/ed2076ef-f5fe-464f-aeaa-869fccd5b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007791 10.0.0.41 - - [2025-09-08 03:50:55] "POST /neutron/subnet HTTP/1.1" 200 710 0.010432 10.0.0.41 - - [2025-09-08 03:50:55] "POST /id-to-fqname HTTP/1.1" 200 239 0.001335 10.0.0.41 - - [2025-09-08 03:50:56] "POST /neutron/network HTTP/1.1" 200 854 0.007328 10.0.0.38 - - [2025-09-08 03:50:56] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001236 10.0.0.41 - - [2025-09-08 03:50:56] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.079108 10.0.0.41 - - [2025-09-08 03:50:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009051 10.0.0.41 - - [2025-09-08 03:50:57] "POST /id-to-fqname HTTP/1.1" 200 242 0.001818 10.0.0.41 - - [2025-09-08 03:50:57] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008756 10.0.0.38 - - [2025-09-08 03:50:57] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001119 10.0.0.41 - - [2025-09-08 03:50:57] "POST /neutron/port HTTP/1.1" 200 1078 0.337125 10.0.0.38 - - [2025-09-08 03:50:58] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001589 10.0.0.41 - - [2025-09-08 03:50:58] "POST /neutron/port HTTP/1.1" 200 1132 0.159423 10.0.0.41 - - [2025-09-08 03:50:58] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.141302 10.0.0.41 - - [2025-09-08 03:50:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005267 10.0.0.41 - - [2025-09-08 03:50:58] "POST /neutron/network HTTP/1.1" 200 844 0.008887 10.0.0.41 - - [2025-09-08 03:50:58] "POST /neutron/port HTTP/1.1" 200 117 0.006538 10.0.0.41 - - [2025-09-08 03:50:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.001446 10.0.0.41 - - [2025-09-08 03:50:58] "POST /id-to-fqname HTTP/1.1" 200 239 0.001503 10.0.0.41 - - [2025-09-08 03:50:59] "POST /neutron/network HTTP/1.1" 200 1554 0.014588 10.0.0.27 - - [2025-09-08 03:50:59] "DELETE /access-control-list/eca807d1-76d8-4c84-b931-3d6d64c18d7e HTTP/1.1" 200 115 0.074337 10.0.0.41 - - [2025-09-08 03:50:59] "POST /neutron/port HTTP/1.1" 200 1075 0.038063 10.0.0.41 - - [2025-09-08 03:50:59] "POST /neutron/port HTTP/1.1" 200 1103 0.019537 10.0.0.41 - - [2025-09-08 03:50:59] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.38 - - [2025-09-08 03:51:00] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001246 10.0.0.41 - - [2025-09-08 03:51:00] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.077727 10.0.0.41 - - [2025-09-08 03:51:00] "POST /neutron/network HTTP/1.1" 200 844 0.008825 10.0.0.41 - - [2025-09-08 03:51:00] "POST /neutron/port HTTP/1.1" 200 117 0.008769 10.0.0.41 - - [2025-09-08 03:51:00] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006413 10.0.0.38 - - [2025-09-08 03:51:01] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001330 10.0.0.41 - - [2025-09-08 03:51:01] "GET /virtual-network/04285933-91d2-4433-ab31-d2baeb230d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006027 10.0.0.41 - - [2025-09-08 03:51:01] "POST /neutron/port HTTP/1.1" 200 1078 0.304795 10.0.0.41 - - [2025-09-08 03:51:01] "GET /obj-perms HTTP/1.1" 200 5066 0.053293 10.0.0.41 - - [2025-09-08 03:51:01] "POST /neutron/port HTTP/1.1" 200 1130 0.131851 10.0.0.38 - - [2025-09-08 03:51:01] "GET /obj-perms HTTP/1.1" 200 5066 0.056387 10.0.0.41 - - [2025-09-08 03:51:02] "POST /neutron/port HTTP/1.1" 200 1132 0.160941 10.0.0.41 - - [2025-09-08 03:51:02] "GET /virtual-network/ed2076ef-f5fe-464f-aeaa-869fccd5b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006155 10.0.0.41 - - [2025-09-08 03:51:02] "POST /neutron/subnet HTTP/1.1" 200 689 0.009450 10.0.0.41 - - [2025-09-08 03:51:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005212 10.0.0.41 - - [2025-09-08 03:51:02] "POST /neutron/network HTTP/1.1" 200 844 0.009967 10.0.0.27 - - [2025-09-08 03:51:02] "GET /obj-perms HTTP/1.1" 200 5066 0.004642 10.0.0.41 - - [2025-09-08 03:51:02] "POST /neutron/port HTTP/1.1" 200 1103 0.018693 10.0.0.41 - - [2025-09-08 03:51:02] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009602 10.0.0.41 - - [2025-09-08 03:51:02] "GET /virtual-machine/e5b4548d-7fa2-4e17-869d-010384ce57af HTTP/1.1" 200 1310 0.006726 10.0.0.41 - - [2025-09-08 03:51:02] "GET /virtual-machine-interface/4362c25d-2c09-459f-b08c-7498c8c53a27 HTTP/1.1" 200 3043 0.006380 10.0.0.41 - - [2025-09-08 03:51:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.41 - - [2025-09-08 03:51:02] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004380 10.0.0.41 - - [2025-09-08 03:51:02] "GET /virtual-networks?parent_id=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003530 10.0.0.41 - - [2025-09-08 03:51:02] "GET /virtual-network/ed2076ef-f5fe-464f-aeaa-869fccd5b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006713 10.0.0.41 - - [2025-09-08 03:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.41 - - [2025-09-08 03:51:06] "GET /virtual-network/ed2076ef-f5fe-464f-aeaa-869fccd5b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006775 10.0.0.41 - - [2025-09-08 03:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.41 - - [2025-09-08 03:51:10] "GET /virtual-network/ed2076ef-f5fe-464f-aeaa-869fccd5b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007069 10.0.0.38 - - [2025-09-08 03:51:11] "DELETE /project/30c378b7-b7de-41cc-9002-31774914a652 HTTP/1.1" 404 177 0.003642 10.0.0.38 - - [2025-09-08 03:51:11] "DELETE /project/0c7213c624cc4f32818ac9bf40616597 HTTP/1.1" 404 173 0.006995 10.0.0.41 - - [2025-09-08 03:51:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004408 10.0.0.41 - - [2025-09-08 03:51:14] "GET /virtual-network/ed2076ef-f5fe-464f-aeaa-869fccd5b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006995 10.0.0.41 - - [2025-09-08 03:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.41 - - [2025-09-08 03:51:18] "GET /virtual-network/ed2076ef-f5fe-464f-aeaa-869fccd5b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006938 10.0.0.41 - - [2025-09-08 03:51:19] "POST /neutron/port HTTP/1.1" 200 1103 0.021039 10.0.0.41 - - [2025-09-08 03:51:20] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008389 10.0.0.41 - - [2025-09-08 03:51:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.41 - - [2025-09-08 03:51:20] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005160 10.0.0.41 - - [2025-09-08 03:51:20] "GET /virtual-networks?parent_id=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004752 10.0.0.41 - - [2025-09-08 03:51:20] "GET /virtual-network/ed2076ef-f5fe-464f-aeaa-869fccd5b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006709 10.0.0.41 - - [2025-09-08 03:51:25] "POST /neutron/port HTTP/1.1" 200 1103 0.018193 10.0.0.41 - - [2025-09-08 03:51:31] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008398 10.0.0.41 - - [2025-09-08 03:51:31] "POST /neutron/network HTTP/1.1" 200 854 0.007910 10.0.0.41 - - [2025-09-08 03:51:31] "POST /neutron/port HTTP/1.1" 200 117 0.001542 10.0.0.41 - - [2025-09-08 03:51:36] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008949 10.0.0.41 - - [2025-09-08 03:51:36] "POST /neutron/port HTTP/1.1" 200 1106 0.019484 10.0.0.41 - - [2025-09-08 03:51:36] "GET /virtual-machine/646d5a36-604d-47c3-94a8-73e7df50750b HTTP/1.1" 200 1310 0.007594 10.0.0.41 - - [2025-09-08 03:51:36] "GET /virtual-machine-interface/e9784c9b-ba04-4394-8c08-f541b1bb5285 HTTP/1.1" 200 3035 0.007415 10.0.0.41 - - [2025-09-08 03:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.41 - - [2025-09-08 03:51:36] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004447 10.0.0.41 - - [2025-09-08 03:51:36] "GET /virtual-networks?parent_id=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004761 10.0.0.41 - - [2025-09-08 03:51:36] "GET /virtual-network/04285933-91d2-4433-ab31-d2baeb230d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006502 10.0.0.41 - - [2025-09-08 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.41 - - [2025-09-08 03:51:37] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005184 10.0.0.41 - - [2025-09-08 03:51:37] "GET /virtual-networks?parent_id=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004341 10.0.0.41 - - [2025-09-08 03:51:37] "GET /virtual-network/04285933-91d2-4433-ab31-d2baeb230d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006481 10.0.0.41 - - [2025-09-08 03:51:38] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008460 10.0.0.41 - - [2025-09-08 03:51:38] "POST /neutron/port HTTP/1.1" 200 2094 0.020351 10.0.0.41 - - [2025-09-08 03:51:38] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008923 10.0.0.41 - - [2025-09-08 03:51:38] "GET /virtual-machine/48fcfd72-d36e-43cf-b950-db396504a399 HTTP/1.1" 200 1586 0.006860 10.0.0.41 - - [2025-09-08 03:51:38] "GET /virtual-machine-interface/7ae5ff96-9bbc-49a6-8f36-a00d7a2ee0dd HTTP/1.1" 200 3034 0.006099 10.0.0.41 - - [2025-09-08 03:51:38] "GET /virtual-machine-interface/f732e91d-cea6-4c57-bac2-78433b0d9a2c HTTP/1.1" 200 3035 0.007959 10.0.0.41 - - [2025-09-08 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.41 - - [2025-09-08 03:51:38] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004434 10.0.0.41 - - [2025-09-08 03:51:38] "GET /virtual-networks?parent_id=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003887 10.0.0.41 - - [2025-09-08 03:51:38] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007500 10.0.0.41 - - [2025-09-08 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.41 - - [2025-09-08 03:51:39] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004155 10.0.0.41 - - [2025-09-08 03:51:39] "GET /virtual-networks?parent_id=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003493 10.0.0.41 - - [2025-09-08 03:51:39] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006756 10.0.0.41 - - [2025-09-08 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004586 10.0.0.41 - - [2025-09-08 03:51:39] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005630 10.0.0.41 - - [2025-09-08 03:51:39] "GET /virtual-networks?parent_id=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.004251 10.0.0.41 - - [2025-09-08 03:51:39] "GET /virtual-network/04285933-91d2-4433-ab31-d2baeb230d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006669 10.0.0.41 - - [2025-09-08 03:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.41 - - [2025-09-08 03:51:41] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005823 10.0.0.41 - - [2025-09-08 03:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.41 - - [2025-09-08 03:51:41] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005774 10.0.0.41 - - [2025-09-08 03:51:41] "PUT /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6 HTTP/1.1" 200 276 0.018738 10.0.0.41 - - [2025-09-08 03:51:41] "POST /fqname-to-id HTTP/1.1" 404 217 0.003878 10.0.0.41 - - [2025-09-08 03:51:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004265 10.0.0.38 - - [2025-09-08 03:51:41] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001043 10.0.0.41 - - [2025-09-08 03:51:41] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.049715 10.0.0.41 - - [2025-09-08 03:51:41] "POST /network-policys HTTP/1.1" 200 539 0.040313 10.0.0.41 - - [2025-09-08 03:51:41] "GET /network-policy/15198807-f49c-4238-9985-f69d49402cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.007518 10.0.0.41 - - [2025-09-08 03:51:42] "POST /neutron/network HTTP/1.1" 200 936 0.010921 10.0.0.41 - - [2025-09-08 03:51:42] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.006335 10.0.0.41 - - [2025-09-08 03:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.41 - - [2025-09-08 03:51:42] "GET /network-policy/15198807-f49c-4238-9985-f69d49402cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.006504 10.0.0.41 - - [2025-09-08 03:51:42] "POST /neutron/network HTTP/1.1" 200 938 0.010504 10.0.0.41 - - [2025-09-08 03:51:42] "GET /virtual-network/04285933-91d2-4433-ab31-d2baeb230d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.005955 10.0.0.41 - - [2025-09-08 03:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.41 - - [2025-09-08 03:51:42] "GET /network-policy/15198807-f49c-4238-9985-f69d49402cb1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.005825 10.0.0.27 - - [2025-09-08 03:51:42] "POST /access-control-lists HTTP/1.1" 200 609 0.071322 10.0.0.27 - - [2025-09-08 03:51:42] "POST /access-control-lists HTTP/1.1" 200 609 0.076600 10.0.0.41 - - [2025-09-08 03:51:42] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.009411 10.0.0.41 - - [2025-09-08 03:51:43] "GET /obj-perms HTTP/1.1" 200 5066 0.009088 10.0.0.38 - - [2025-09-08 03:51:43] "GET /obj-perms HTTP/1.1" 200 5066 0.004322 10.0.0.41 - - [2025-09-08 03:51:43] "GET /virtual-network/04285933-91d2-4433-ab31-d2baeb230d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.008308 10.0.0.41 - - [2025-09-08 03:51:43] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.007047 10.0.0.27 - - [2025-09-08 03:51:44] "GET /obj-perms HTTP/1.1" 200 5066 0.004678 10.0.0.41 - - [2025-09-08 03:51:44] "GET /virtual-network/04285933-91d2-4433-ab31-d2baeb230d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.007687 10.0.0.41 - - [2025-09-08 03:51:44] "GET /obj-perms HTTP/1.1" 200 5066 0.004526 10.0.0.38 - - [2025-09-08 03:51:44] "GET /obj-perms HTTP/1.1" 200 5066 0.004618 10.0.0.41 - - [2025-09-08 03:51:44] "GET /virtual-network/ed2076ef-f5fe-464f-aeaa-869fccd5b91b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006536 10.0.0.41 - - [2025-09-08 03:51:45] "POST /neutron/network HTTP/1.1" 200 946 0.008245 10.0.0.41 - - [2025-09-08 03:51:45] "POST /neutron/port HTTP/1.1" 200 117 0.001524 10.0.0.41 - - [2025-09-08 03:52:00] "GET /obj-perms HTTP/1.1" 200 5066 0.005721 10.0.0.27 - - [2025-09-08 03:52:23] "GET /obj-perms HTTP/1.1" 200 5056 0.049878 10.0.0.41 - - [2025-09-08 03:52:33] "POST /neutron/port HTTP/1.1" 200 1103 0.019282 10.0.0.41 - - [2025-09-08 03:52:33] "POST /neutron/subnet HTTP/1.1" 200 684 0.015198 10.0.0.41 - - [2025-09-08 03:52:47] "POST /neutron/port HTTP/1.1" 200 1104 0.018040 10.0.0.41 - - [2025-09-08 03:52:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004521 10.0.0.41 - - [2025-09-08 03:52:47] "POST /neutron/network HTTP/1.1" 200 936 0.008207 10.0.0.38 - - [2025-09-08 03:52:58] "GET /global-system-configs HTTP/1.1" 200 322 0.070357 10.0.0.38 - - [2025-09-08 03:52:58] "GET /obj-perms HTTP/1.1" 200 5056 0.150776 10.0.0.27 - - [2025-09-08 03:52:59] "GET /global-system-configs HTTP/1.1" 200 322 0.069448 10.0.0.41 - - [2025-09-08 03:52:59] "GET /obj-perms HTTP/1.1" 200 5056 0.153683 10.0.0.27 - - [2025-09-08 03:52:59] "GET /global-system-configs HTTP/1.1" 200 322 0.033300 10.0.0.27 - - [2025-09-08 03:52:59] "GET /obj-perms HTTP/1.1" 200 5056 0.143573 10.0.0.38 - - [2025-09-08 03:53:00] "GET /global-system-configs HTTP/1.1" 200 322 0.070535 10.0.0.38 - - [2025-09-08 03:53:00] "GET /obj-perms HTTP/1.1" 200 5056 0.178058 10.0.0.41 - - [2025-09-08 03:53:01] "GET /global-system-configs HTTP/1.1" 200 322 0.073114 10.0.0.41 - - [2025-09-08 03:53:01] "GET /obj-perms HTTP/1.1" 200 5056 0.153780 10.0.0.41 - - [2025-09-08 03:53:01] "GET /global-system-configs HTTP/1.1" 200 322 0.109418 10.0.0.27 - - [2025-09-08 03:53:01] "GET /obj-perms HTTP/1.1" 200 5056 0.166169 10.0.0.41 - - [2025-09-08 03:53:35] "POST /neutron/network HTTP/1.1" 200 948 0.007851 10.0.0.41 - - [2025-09-08 03:53:35] "POST /neutron/port HTTP/1.1" 200 117 0.001454 10.0.0.41 - - [2025-09-08 03:53:49] "POST /neutron/port HTTP/1.1" 200 2094 0.043556 10.0.0.41 - - [2025-09-08 03:53:49] "POST /neutron/subnet HTTP/1.1" 200 689 0.010505 10.0.0.41 - - [2025-09-08 03:53:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004967 10.0.0.41 - - [2025-09-08 03:53:49] "POST /neutron/network HTTP/1.1" 200 938 0.007823 10.0.0.38 - - [2025-09-08 03:54:25] "GET /obj-perms HTTP/1.1" 200 5056 0.047659 10.0.0.41 - - [2025-09-08 03:54:25] "GET /obj-perms HTTP/1.1" 200 5056 0.053279 10.0.0.41 - - [2025-09-08 03:54:35] "POST /neutron/network HTTP/1.1" 200 857 0.008926 10.0.0.41 - - [2025-09-08 03:54:35] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.41 - - [2025-09-08 03:54:49] "POST /neutron/port HTTP/1.1" 200 1104 0.018965 10.0.0.41 - - [2025-09-08 03:54:49] "POST /neutron/subnet HTTP/1.1" 200 689 0.013151 10.0.0.41 - - [2025-09-08 03:55:22] "GET /obj-perms HTTP/1.1" 200 5066 0.004781 10.0.0.41 - - [2025-09-08 03:55:25] "GET /virtual-network/04285933-91d2-4433-ab31-d2baeb230d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2388 0.230054 10.0.0.41 - - [2025-09-08 03:55:25] "POST /neutron/network HTTP/1.1" 200 938 0.038253 10.0.0.41 - - [2025-09-08 03:55:26] "GET /virtual-network/04285933-91d2-4433-ab31-d2baeb230d24?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.009921 10.0.0.41 - - [2025-09-08 03:55:26] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2383 0.006796 10.0.0.41 - - [2025-09-08 03:55:26] "POST /neutron/network HTTP/1.1" 200 936 0.008321 10.0.0.41 - - [2025-09-08 03:55:26] "GET /virtual-network/7bc864a3-9abd-456c-beca-7ee35d89def5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008234 10.0.0.41 - - [2025-09-08 03:55:26] "DELETE /network-policy/15198807-f49c-4238-9985-f69d49402cb1 HTTP/1.1" 200 115 0.035342 10.0.0.41 - - [2025-09-08 03:55:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.006386 10.0.0.41 - - [2025-09-08 03:55:26] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1639 0.005795 10.0.0.41 - - [2025-09-08 03:55:26] "PUT /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6 HTTP/1.1" 200 276 0.017448 10.0.0.27 - - [2025-09-08 03:55:26] "POST /ref-update HTTP/1.1" 200 156 0.022648 10.0.0.27 - - [2025-09-08 03:55:27] "POST /ref-update HTTP/1.1" 200 156 0.026304 10.0.0.41 - - [2025-09-08 03:55:28] "POST /neutron/network HTTP/1.1" 200 847 0.007944 10.0.0.41 - - [2025-09-08 03:55:29] "POST /neutron/port HTTP/1.1" 200 1129 0.014561 10.0.0.41 - - [2025-09-08 03:55:29] "POST /neutron/port HTTP/1.1" 200 2094 0.020892 10.0.0.41 - - [2025-09-08 03:55:29] "POST /neutron/port HTTP/1.1" 200 1130 0.013057 10.0.0.41 - - [2025-09-08 03:55:29] "POST /neutron/port HTTP/1.1" 200 151 0.187483 10.0.0.27 - - [2025-09-08 03:55:30] "DELETE /route-target/0a638b17-4331-45da-82de-4ddee1103146 HTTP/1.1" 200 115 0.024265 10.0.0.41 - - [2025-09-08 03:55:30] "POST /neutron/network HTTP/1.1" 200 844 0.008035 10.0.0.41 - - [2025-09-08 03:55:31] "POST /neutron/network HTTP/1.1" 400 204 0.016865 10.0.0.41 - - [2025-09-08 03:55:32] "POST /neutron/port HTTP/1.1" 200 151 0.233265 10.0.0.41 - - [2025-09-08 03:55:32] "POST /neutron/port HTTP/1.1" 200 151 0.256657 10.0.0.27 - - [2025-09-08 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.38 - - [2025-09-08 03:55:34] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.023741 10.0.0.41 - - [2025-09-08 03:55:34] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1433 0.087294 10.0.0.38 - - [2025-09-08 03:55:34] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001021 10.0.0.41 - - [2025-09-08 03:55:34] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?fields=virtual_networks HTTP/1.1" 200 1066 0.059297 10.0.0.38 - - [2025-09-08 03:55:34] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001022 10.0.0.41 - - [2025-09-08 03:55:34] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.041263 10.0.0.38 - - [2025-09-08 03:55:34] "GET /projects?obj_uuids=0c7213c6-24cc-4f32-818a-c9bf40616597&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001106 10.0.0.41 - - [2025-09-08 03:55:34] "GET /project/0c7213c6-24cc-4f32-818a-c9bf40616597?fields=security_groups HTTP/1.1" 200 1310 0.054861 10.0.0.41 - - [2025-09-08 03:55:35] "POST /fqname-to-id HTTP/1.1" 404 183 0.027528 10.0.0.38 - - [2025-09-08 03:55:35] "GET /projects?obj_uuids=15537ba9-7991-422f-ac6f-36713c9aea46&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003299 10.0.0.38 - - [2025-09-08 03:55:35] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001600 10.0.0.38 - - [2025-09-08 03:55:35] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.038560 10.0.0.38 - - [2025-09-08 03:55:35] "POST /id-to-fqname HTTP/1.1" 200 185 0.006832 10.0.0.38 - - [2025-09-08 03:55:35] "POST /fqname-to-id HTTP/1.1" 404 194 0.006536 10.0.0.38 - - [2025-09-08 03:55:35] "POST /security-groups HTTP/1.1" 200 586 0.073522 10.0.0.38 - - [2025-09-08 03:55:35] "POST /projects HTTP/1.1" 200 575 0.300710 10.0.0.27 - - [2025-09-08 03:55:35] "POST /access-control-lists HTTP/1.1" 200 591 0.033182 10.0.0.38 - - [2025-09-08 03:55:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.376417 10.0.0.41 - - [2025-09-08 03:55:35] "GET /project/15537ba9-7991-422f-ac6f-36713c9aea46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.557112 10.0.0.41 - - [2025-09-08 03:55:36] "GET / HTTP/1.1" 200 35931 0.002426 10.0.0.38 - - [2025-09-08 03:55:37] "GET /projects?obj_uuids=d3c9e274-58c1-485b-8908-c8c223fb21f3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001146 10.0.0.41 - - [2025-09-08 03:55:37] "GET /project/d3c9e274-58c1-485b-8908-c8c223fb21f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.051718 10.0.0.41 - - [2025-09-08 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.41 - - [2025-09-08 03:55:38] "GET /security-group/572ad7b2-9137-4902-93a4-2ec511b312af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.004727 10.0.0.41 - - [2025-09-08 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.38 - - [2025-09-08 03:55:38] "GET /projects?obj_uuids=d3c9e274-58c1-485b-8908-c8c223fb21f3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001102 10.0.0.41 - - [2025-09-08 03:55:38] "GET /project/d3c9e274-58c1-485b-8908-c8c223fb21f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.046648 10.0.0.41 - - [2025-09-08 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007804 10.0.0.41 - - [2025-09-08 03:55:38] "GET /security-group/572ad7b2-9137-4902-93a4-2ec511b312af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3708 0.006763 10.0.0.41 - - [2025-09-08 03:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.41 - - [2025-09-08 03:55:38] "PUT /security-group/572ad7b2-9137-4902-93a4-2ec511b312af HTTP/1.1" 200 262 0.019341 10.0.0.27 - - [2025-09-08 03:55:38] "PUT /access-control-list/c0b6eb17-5e34-4035-81f4-2ef63fa34f56 HTTP/1.1" 200 272 0.017252 10.0.0.38 - - [2025-09-08 03:55:41] "GET /projects?obj_uuids=15537ba9-7991-422f-ac6f-36713c9aea46&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002062 10.0.0.41 - - [2025-09-08 03:55:41] "GET /project/15537ba9-7991-422f-ac6f-36713c9aea46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.051985 10.0.0.38 - - [2025-09-08 03:55:41] "GET /projects?obj_uuids=15537ba9-7991-422f-ac6f-36713c9aea46&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001621 10.0.0.41 - - [2025-09-08 03:55:41] "GET /project/15537ba9-7991-422f-ac6f-36713c9aea46?fields=virtual_networks HTTP/1.1" 200 1022 0.061298 10.0.0.38 - - [2025-09-08 03:55:41] "GET /projects?obj_uuids=15537ba9-7991-422f-ac6f-36713c9aea46&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001166 10.0.0.41 - - [2025-09-08 03:55:41] "GET /project/15537ba9-7991-422f-ac6f-36713c9aea46?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.051334 10.0.0.38 - - [2025-09-08 03:55:41] "GET /projects?obj_uuids=15537ba9-7991-422f-ac6f-36713c9aea46&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.41 - - [2025-09-08 03:55:41] "GET /project/15537ba9-7991-422f-ac6f-36713c9aea46?fields=security_groups HTTP/1.1" 200 1243 0.051461 10.0.0.41 - - [2025-09-08 03:55:42] "POST /fqname-to-id HTTP/1.1" 404 192 0.028102 10.0.0.38 - - [2025-09-08 03:55:42] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003941 10.0.0.38 - - [2025-09-08 03:55:42] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001580 10.0.0.38 - - [2025-09-08 03:55:42] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010627 10.0.0.38 - - [2025-09-08 03:55:42] "POST /id-to-fqname HTTP/1.1" 200 194 0.002598 10.0.0.38 - - [2025-09-08 03:55:42] "POST /fqname-to-id HTTP/1.1" 404 203 0.009793 10.0.0.38 - - [2025-09-08 03:55:43] "POST /security-groups HTTP/1.1" 200 595 0.081885 10.0.0.38 - - [2025-09-08 03:55:43] "POST /projects HTTP/1.1" 200 593 0.329257 10.0.0.27 - - [2025-09-08 03:55:43] "POST /access-control-lists HTTP/1.1" 200 600 0.031231 10.0.0.38 - - [2025-09-08 03:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.403997 10.0.0.41 - - [2025-09-08 03:55:43] "GET /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.582124 10.0.0.41 - - [2025-09-08 03:55:44] "GET / HTTP/1.1" 200 35931 0.001612 10.0.0.41 - - [2025-09-08 03:55:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000505 10.0.0.41 - - [2025-09-08 03:55:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.059728 10.0.0.38 - - [2025-09-08 03:55:46] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001008 10.0.0.41 - - [2025-09-08 03:55:46] "GET /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048901 10.0.0.41 - - [2025-09-08 03:55:46] "POST /neutron/network HTTP/1.1" 200 117 0.040313 10.0.0.27 - - [2025-09-08 03:55:47] "POST /route-targets HTTP/1.1" 200 327 0.014636 10.0.0.41 - - [2025-09-08 03:55:47] "POST /neutron/network HTTP/1.1" 200 841 0.012026 10.0.0.41 - - [2025-09-08 03:55:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.001266 10.0.0.41 - - [2025-09-08 03:55:47] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007079 10.0.0.41 - - [2025-09-08 03:55:47] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.013670 10.0.0.41 - - [2025-09-08 03:55:47] "POST /neutron/subnet HTTP/1.1" 200 719 0.010689 10.0.0.41 - - [2025-09-08 03:55:47] "POST /id-to-fqname HTTP/1.1" 200 231 0.001306 10.0.0.38 - - [2025-09-08 03:55:48] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001128 10.0.0.41 - - [2025-09-08 03:55:48] "GET /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.094105 10.0.0.41 - - [2025-09-08 03:55:48] "POST /neutron/port HTTP/1.1" 200 117 0.007556 10.0.0.41 - - [2025-09-08 03:55:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001458 10.0.0.41 - - [2025-09-08 03:55:49] "POST /neutron/network HTTP/1.1" 200 851 0.008983 10.0.0.41 - - [2025-09-08 03:55:50] "POST /neutron/port HTTP/1.1" 200 1063 0.018595 10.0.0.41 - - [2025-09-08 03:55:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005107 10.0.0.41 - - [2025-09-08 03:55:50] "POST /neutron/network HTTP/1.1" 200 841 0.007986 10.0.0.27 - - [2025-09-08 03:56:00] "DELETE /access-control-list/3d766f4c-318c-49ed-97ce-d6e77256d502 HTTP/1.1" 200 115 0.037674 10.0.0.38 - - [2025-09-08 03:56:11] "DELETE /project/15537ba97991422fac6f36713c9aea46 HTTP/1.1" 404 173 0.102643 10.0.0.38 - - [2025-09-08 03:56:11] "DELETE /project/0c7213c6-24cc-4f32-818a-c9bf40616597 HTTP/1.1" 404 177 0.104386 10.0.0.38 - - [2025-09-08 03:56:11] "DELETE /project/cc1ddbc88fdc4acaa7b8c0cb19c42a34 HTTP/1.1" 404 173 0.102141 10.0.0.38 - - [2025-09-08 03:56:11] "GET /projects?obj_uuids=15537ba9-7991-422f-ac6f-36713c9aea46&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001241 10.0.0.38 - - [2025-09-08 03:56:11] "GET /project/15537ba9-7991-422f-ac6f-36713c9aea46?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.163401 10.0.0.38 - - [2025-09-08 03:56:11] "GET /projects?obj_uuids=15537ba9-7991-422f-ac6f-36713c9aea46&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001174 10.0.0.38 - - [2025-09-08 03:56:11] "GET /project/15537ba9-7991-422f-ac6f-36713c9aea46?fields=security_groups HTTP/1.1" 200 1348 0.080198 10.0.0.38 - - [2025-09-08 03:56:11] "DELETE /security-group/baa9ef3d-6551-4d3f-949e-8cc069ff2371 HTTP/1.1" 200 115 0.069383 10.0.0.38 - - [2025-09-08 03:56:11] "GET /projects?obj_uuids=15537ba9-7991-422f-ac6f-36713c9aea46&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001368 10.0.0.38 - - [2025-09-08 03:56:11] "GET /project/15537ba9-7991-422f-ac6f-36713c9aea46?fields=application_policy_sets HTTP/1.1" 200 1387 0.066624 10.0.0.38 - - [2025-09-08 03:56:11] "DELETE /project/15537ba9-7991-422f-ac6f-36713c9aea46 HTTP/1.1" 200 115 0.617969 10.0.0.41 - - [2025-09-08 03:56:12] "POST /neutron/network HTTP/1.1" 200 851 0.008906 10.0.0.38 - - [2025-09-08 03:56:13] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001270 10.0.0.41 - - [2025-09-08 03:56:13] "GET /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.070252 10.0.0.41 - - [2025-09-08 03:56:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009162 10.0.0.41 - - [2025-09-08 03:56:13] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011570 10.0.0.41 - - [2025-09-08 03:56:14] "POST /neutron/port HTTP/1.1" 200 1091 0.021268 10.0.0.41 - - [2025-09-08 03:56:14] "GET /virtual-machine/72f223d4-3e6a-4ca3-866f-5be9cd06512c HTTP/1.1" 401 292 0.000524 10.0.0.41 - - [2025-09-08 03:56:14] "GET /virtual-machine/72f223d4-3e6a-4ca3-866f-5be9cd06512c HTTP/1.1" 200 1295 0.088492 10.0.0.38 - - [2025-09-08 03:56:14] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001451 10.0.0.41 - - [2025-09-08 03:56:14] "GET /virtual-machine-interface/d6b601e4-0dee-4986-9dcd-9ad89d76f5b2 HTTP/1.1" 200 2983 0.007689 10.0.0.41 - - [2025-09-08 03:56:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.016057 10.0.0.41 - - [2025-09-08 03:56:14] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008180 10.0.0.41 - - [2025-09-08 03:56:14] "GET /virtual-networks?parent_id=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003890 10.0.0.41 - - [2025-09-08 03:56:14] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006363 10.0.0.41 - - [2025-09-08 03:56:15] "POST /neutron/port HTTP/1.1" 200 1063 0.523025 10.0.0.41 - - [2025-09-08 03:56:15] "POST /neutron/port HTTP/1.1" 200 1117 0.207231 10.0.0.41 - - [2025-09-08 03:56:15] "POST /neutron/subnet HTTP/1.1" 200 693 0.017689 10.0.0.41 - - [2025-09-08 03:56:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.41 - - [2025-09-08 03:56:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.011609 10.0.0.41 - - [2025-09-08 03:56:15] "GET /virtual-networks?parent_id=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.008857 10.0.0.41 - - [2025-09-08 03:56:16] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.010166 10.0.0.41 - - [2025-09-08 03:56:16] "POST /neutron/port HTTP/1.1" 200 1091 0.036443 10.0.0.41 - - [2025-09-08 03:56:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.017276 10.0.0.41 - - [2025-09-08 03:56:26] "GET /obj-perms HTTP/1.1" 200 5056 0.054689 10.0.0.27 - - [2025-09-08 03:56:27] "GET /obj-perms HTTP/1.1" 200 5056 0.044679 10.0.0.41 - - [2025-09-08 03:56:31] "POST /neutron/port HTTP/1.1" 200 1091 0.016860 10.0.0.41 - - [2025-09-08 03:56:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008082 10.0.0.41 - - [2025-09-08 03:56:47] "POST /neutron/port HTTP/1.1" 200 1091 0.018084 10.0.0.41 - - [2025-09-08 03:56:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008846 10.0.0.41 - - [2025-09-08 03:56:52] "POST /neutron/port HTTP/1.1" 200 1091 0.018957 10.0.0.41 - - [2025-09-08 03:56:52] "GET /virtual-machine/a2911a4f-008c-402d-94c2-c3eaf6d4e9c9 HTTP/1.1" 200 1297 0.006412 10.0.0.41 - - [2025-09-08 03:56:52] "GET /virtual-machine-interface/15fe8d5d-7a25-40b7-8773-68c4bf90af6a HTTP/1.1" 200 2981 0.006019 10.0.0.41 - - [2025-09-08 03:56:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.41 - - [2025-09-08 03:56:52] "POST /neutron/port HTTP/1.1" 200 1091 0.021734 10.0.0.41 - - [2025-09-08 03:56:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006228 10.0.0.41 - - [2025-09-08 03:56:52] "GET /virtual-networks?parent_id=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003340 10.0.0.41 - - [2025-09-08 03:56:52] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006591 10.0.0.41 - - [2025-09-08 03:56:52] "POST /neutron/subnet HTTP/1.1" 200 693 0.011051 10.0.0.41 - - [2025-09-08 03:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.41 - - [2025-09-08 03:56:55] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006630 10.0.0.41 - - [2025-09-08 03:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004395 10.0.0.41 - - [2025-09-08 03:56:59] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006882 10.0.0.41 - - [2025-09-08 03:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004899 10.0.0.41 - - [2025-09-08 03:57:03] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006809 10.0.0.41 - - [2025-09-08 03:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.41 - - [2025-09-08 03:57:07] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006260 10.0.0.41 - - [2025-09-08 03:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.41 - - [2025-09-08 03:57:12] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006622 10.0.0.41 - - [2025-09-08 03:57:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.41 - - [2025-09-08 03:57:16] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006026 10.0.0.41 - - [2025-09-08 03:57:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.41 - - [2025-09-08 03:57:20] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006941 10.0.0.41 - - [2025-09-08 03:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.41 - - [2025-09-08 03:57:24] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006553 10.0.0.41 - - [2025-09-08 03:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.41 - - [2025-09-08 03:57:28] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006417 10.0.0.41 - - [2025-09-08 03:57:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.41 - - [2025-09-08 03:57:32] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006266 10.0.0.41 - - [2025-09-08 03:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.41 - - [2025-09-08 03:57:36] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005876 10.0.0.41 - - [2025-09-08 03:57:39] "POST /neutron/port HTTP/1.1" 200 1091 0.027406 10.0.0.41 - - [2025-09-08 03:57:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005497 10.0.0.41 - - [2025-09-08 03:57:39] "POST /neutron/network HTTP/1.1" 200 841 0.008443 10.0.0.41 - - [2025-09-08 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.41 - - [2025-09-08 03:57:40] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006535 10.0.0.41 - - [2025-09-08 03:57:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.41 - - [2025-09-08 03:57:45] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006876 10.0.0.41 - - [2025-09-08 03:57:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004277 10.0.0.41 - - [2025-09-08 03:57:49] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007450 10.0.0.41 - - [2025-09-08 03:57:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.41 - - [2025-09-08 03:57:53] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.005862 10.0.0.41 - - [2025-09-08 03:57:53] "POST /neutron/network HTTP/1.1" 200 851 0.008367 10.0.0.41 - - [2025-09-08 03:57:53] "POST /neutron/port HTTP/1.1" 200 117 0.001323 10.0.0.41 - - [2025-09-08 03:57:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.41 - - [2025-09-08 03:57:55] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004827 10.0.0.41 - - [2025-09-08 03:57:55] "GET /virtual-networks?parent_id=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003622 10.0.0.41 - - [2025-09-08 03:57:55] "GET /virtual-network/fcfbc367-d7b7-4a0b-b2d7-dd9fd0a82336?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.006870 10.0.0.41 - - [2025-09-08 03:57:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.041756 10.0.0.38 - - [2025-09-08 03:57:58] "GET /global-system-configs HTTP/1.1" 200 322 0.040010 10.0.0.38 - - [2025-09-08 03:57:58] "GET /obj-perms HTTP/1.1" 200 5056 0.139875 10.0.0.27 - - [2025-09-08 03:57:59] "GET /global-system-configs HTTP/1.1" 200 322 0.082800 10.0.0.41 - - [2025-09-08 03:57:59] "GET /obj-perms HTTP/1.1" 200 5056 0.189828 10.0.0.27 - - [2025-09-08 03:57:59] "GET /global-system-configs HTTP/1.1" 200 322 0.115805 10.0.0.27 - - [2025-09-08 03:57:59] "GET /obj-perms HTTP/1.1" 200 5056 0.170054 10.0.0.38 - - [2025-09-08 03:58:00] "GET /global-system-configs HTTP/1.1" 200 322 0.103289 10.0.0.38 - - [2025-09-08 03:58:00] "GET /obj-perms HTTP/1.1" 200 5056 0.167087 10.0.0.41 - - [2025-09-08 03:58:00] "POST /neutron/port HTTP/1.1" 200 1091 0.020068 10.0.0.41 - - [2025-09-08 03:58:01] "GET /global-system-configs HTTP/1.1" 200 322 0.110307 10.0.0.41 - - [2025-09-08 03:58:01] "GET /obj-perms HTTP/1.1" 200 5056 0.196681 10.0.0.41 - - [2025-09-08 03:58:01] "GET /global-system-configs HTTP/1.1" 200 322 0.136521 10.0.0.27 - - [2025-09-08 03:58:01] "GET /obj-perms HTTP/1.1" 200 5056 0.202755 10.0.0.41 - - [2025-09-08 03:58:05] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009318 10.0.0.41 - - [2025-09-08 03:58:16] "POST /neutron/port HTTP/1.1" 200 1091 0.016888 10.0.0.41 - - [2025-09-08 03:58:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009419 10.0.0.38 - - [2025-09-08 03:58:28] "GET /obj-perms HTTP/1.1" 200 5056 0.045769 10.0.0.41 - - [2025-09-08 03:58:31] "POST /neutron/port HTTP/1.1" 200 1091 0.018707 10.0.0.41 - - [2025-09-08 03:58:37] "POST /fqname-to-id HTTP/1.1" 404 240 0.003976 10.0.0.41 - - [2025-09-08 03:58:37] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.036765 10.0.0.41 - - [2025-09-08 03:58:37] "GET /bgp-as-a-service/8713d488-330b-4387-8f56-e8ffb6eaac47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1621 0.007193 10.0.0.41 - - [2025-09-08 03:58:37] "GET /virtual-machine-interface/15fe8d5d-7a25-40b7-8773-68c4bf90af6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006567 10.0.0.41 - - [2025-09-08 03:58:37] "POST /ref-update HTTP/1.1" 200 156 0.012982 10.0.0.27 - - [2025-09-08 03:58:37] "POST /bgp-routers HTTP/1.1" 200 603 0.061237 10.0.0.41 - - [2025-09-08 03:58:37] "POST /neutron/subnet HTTP/1.1" 200 719 0.026668 10.0.0.27 - - [2025-09-08 03:58:38] "POST /ref-update HTTP/1.1" 200 156 0.027870 10.0.0.41 - - [2025-09-08 03:58:41] "POST /neutron/port HTTP/1.1" 200 1091 0.022126 10.0.0.41 - - [2025-09-08 03:58:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004973 10.0.0.41 - - [2025-09-08 03:58:41] "POST /neutron/network HTTP/1.1" 200 841 0.007659 10.0.0.41 - - [2025-09-08 03:58:55] "POST /neutron/network HTTP/1.1" 200 851 0.033888 10.0.0.41 - - [2025-09-08 03:58:55] "POST /neutron/port HTTP/1.1" 200 117 0.001465 10.0.0.41 - - [2025-09-08 03:59:04] "GET /bgp-as-a-service/8713d488-330b-4387-8f56-e8ffb6eaac47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2248 0.008402 10.0.0.41 - - [2025-09-08 03:59:04] "GET /virtual-machine-interface/15fe8d5d-7a25-40b7-8773-68c4bf90af6a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3089 0.005779 10.0.0.41 - - [2025-09-08 03:59:04] "POST /ref-update HTTP/1.1" 200 156 0.014365 10.0.0.27 - - [2025-09-08 03:59:04] "POST /ref-update HTTP/1.1" 200 156 0.030434 10.0.0.41 - - [2025-09-08 03:59:04] "DELETE /bgp-as-a-service/8713d488-330b-4387-8f56-e8ffb6eaac47 HTTP/1.1" 200 115 0.057273 10.0.0.41 - - [2025-09-08 03:59:05] "POST /neutron/network HTTP/1.1" 400 204 0.017221 10.0.0.41 - - [2025-09-08 03:59:05] "POST /neutron/port HTTP/1.1" 200 151 0.233330 10.0.0.41 - - [2025-09-08 03:59:06] "POST /neutron/port HTTP/1.1" 200 151 0.259385 10.0.0.27 - - [2025-09-08 03:59:07] "DELETE /route-target/f245937a-b79a-4cee-9b2f-82d0d8213e0d HTTP/1.1" 200 115 0.030474 10.0.0.38 - - [2025-09-08 03:59:08] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001806 10.0.0.41 - - [2025-09-08 03:59:08] "GET /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.053938 10.0.0.38 - - [2025-09-08 03:59:08] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001074 10.0.0.41 - - [2025-09-08 03:59:08] "GET /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34?fields=virtual_networks HTTP/1.1" 200 1041 0.041918 10.0.0.38 - - [2025-09-08 03:59:08] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001085 10.0.0.41 - - [2025-09-08 03:59:09] "GET /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.045381 10.0.0.38 - - [2025-09-08 03:59:09] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001140 10.0.0.41 - - [2025-09-08 03:59:09] "GET /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34?fields=security_groups HTTP/1.1" 200 1271 0.065734 10.0.0.41 - - [2025-09-08 03:59:09] "POST /fqname-to-id HTTP/1.1" 404 189 0.026979 10.0.0.38 - - [2025-09-08 03:59:10] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003873 10.0.0.38 - - [2025-09-08 03:59:10] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001500 10.0.0.38 - - [2025-09-08 03:59:10] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.015595 10.0.0.38 - - [2025-09-08 03:59:10] "POST /id-to-fqname HTTP/1.1" 200 191 0.001428 10.0.0.38 - - [2025-09-08 03:59:10] "POST /fqname-to-id HTTP/1.1" 404 200 0.003209 10.0.0.38 - - [2025-09-08 03:59:10] "POST /security-groups HTTP/1.1" 200 592 0.032439 10.0.0.38 - - [2025-09-08 03:59:10] "POST /projects HTTP/1.1" 200 587 0.259433 10.0.0.38 - - [2025-09-08 03:59:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.293512 10.0.0.27 - - [2025-09-08 03:59:10] "POST /fqname-to-id HTTP/1.1" 404 234 0.004800 10.0.0.41 - - [2025-09-08 03:59:10] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.466646 10.0.0.41 - - [2025-09-08 03:59:11] "GET / HTTP/1.1" 200 35931 0.001951 10.0.0.38 - - [2025-09-08 03:59:12] "DELETE /project/37df7307cc06427eaea276410ade40b4 HTTP/1.1" 404 173 0.005817 10.0.0.38 - - [2025-09-08 03:59:12] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001129 10.0.0.38 - - [2025-09-08 03:59:12] "GET /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.052860 10.0.0.38 - - [2025-09-08 03:59:12] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001529 10.0.0.38 - - [2025-09-08 03:59:12] "GET /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34?fields=security_groups HTTP/1.1" 200 1376 0.060962 10.0.0.38 - - [2025-09-08 03:59:12] "DELETE /security-group/b655a252-c570-47b5-8ae9-239e17951885 HTTP/1.1" 200 115 0.049793 10.0.0.38 - - [2025-09-08 03:59:12] "GET /projects?obj_uuids=cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001166 10.0.0.38 - - [2025-09-08 03:59:12] "GET /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34?fields=application_policy_sets HTTP/1.1" 200 1415 0.072750 10.0.0.27 - - [2025-09-08 03:59:12] "DELETE /access-control-list/50976901-9d71-4c39-b316-578d40c2a41c HTTP/1.1" 200 115 0.067530 10.0.0.38 - - [2025-09-08 03:59:12] "DELETE /project/cc1ddbc8-8fdc-4aca-a7b8-c0cb19c42a34 HTTP/1.1" 200 115 0.446368 10.0.0.41 - - [2025-09-08 03:59:13] "POST /fqname-to-id HTTP/1.1" 401 292 0.000628 10.0.0.41 - - [2025-09-08 03:59:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.028618 10.0.0.38 - - [2025-09-08 03:59:14] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001751 10.0.0.41 - - [2025-09-08 03:59:14] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.044189 10.0.0.41 - - [2025-09-08 03:59:14] "POST /neutron/network HTTP/1.1" 200 117 0.039762 10.0.0.41 - - [2025-09-08 03:59:14] "POST /neutron/network HTTP/1.1" 200 833 0.009651 10.0.0.41 - - [2025-09-08 03:59:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001415 10.0.0.41 - - [2025-09-08 03:59:14] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006961 10.0.0.41 - - [2025-09-08 03:59:14] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008637 10.0.0.41 - - [2025-09-08 03:59:14] "POST /neutron/subnet HTTP/1.1" 200 725 0.011526 10.0.0.41 - - [2025-09-08 03:59:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001733 10.0.0.38 - - [2025-09-08 03:59:15] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001346 10.0.0.41 - - [2025-09-08 03:59:15] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072844 10.0.0.41 - - [2025-09-08 03:59:16] "POST /neutron/port HTTP/1.1" 200 117 0.008952 10.0.0.41 - - [2025-09-08 03:59:16] "POST /id-to-fqname HTTP/1.1" 200 225 0.001438 10.0.0.41 - - [2025-09-08 03:59:16] "POST /neutron/network HTTP/1.1" 200 843 0.008085 10.0.0.41 - - [2025-09-08 03:59:17] "POST /neutron/port HTTP/1.1" 200 1061 0.026364 10.0.0.38 - - [2025-09-08 03:59:17] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001766 10.0.0.41 - - [2025-09-08 03:59:17] "POST /neutron/port HTTP/1.1" 200 1089 0.024498 10.0.0.41 - - [2025-09-08 03:59:17] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.164037 10.0.0.41 - - [2025-09-08 03:59:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.018630 10.0.0.41 - - [2025-09-08 03:59:17] "POST /neutron/port HTTP/1.1" 200 1089 0.038635 10.0.0.41 - - [2025-09-08 03:59:17] "POST /id-to-fqname HTTP/1.1" 200 225 0.002390 10.0.0.41 - - [2025-09-08 03:59:18] "POST /neutron/port HTTP/1.1" 200 1089 0.041727 10.0.0.41 - - [2025-09-08 03:59:18] "POST /neutron/network HTTP/1.1" 200 843 0.007565 10.0.0.41 - - [2025-09-08 03:59:18] "POST /neutron/port HTTP/1.1" 200 1061 0.028811 10.0.0.38 - - [2025-09-08 03:59:19] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001252 10.0.0.41 - - [2025-09-08 03:59:19] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.093479 10.0.0.41 - - [2025-09-08 03:59:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004440 10.0.0.41 - - [2025-09-08 03:59:19] "POST /neutron/port HTTP/1.1" 200 117 0.001579 10.0.0.41 - - [2025-09-08 03:59:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016952 10.0.0.41 - - [2025-09-08 03:59:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.016990 10.0.0.41 - - [2025-09-08 03:59:20] "POST /neutron/port HTTP/1.1" 200 1061 0.030665 10.0.0.41 - - [2025-09-08 03:59:21] "POST /neutron/port HTTP/1.1" 200 1089 0.036001 10.0.0.41 - - [2025-09-08 03:59:21] "POST /neutron/port HTTP/1.1" 200 117 0.001899 10.0.0.41 - - [2025-09-08 03:59:24] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009518 10.0.0.41 - - [2025-09-08 03:59:35] "POST /neutron/port HTTP/1.1" 200 1089 0.023777 10.0.0.41 - - [2025-09-08 03:59:40] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008714 10.0.0.41 - - [2025-09-08 03:59:43] "POST /neutron/network HTTP/1.1" 200 843 0.010185 10.0.0.41 - - [2025-09-08 03:59:43] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.41 - - [2025-09-08 03:59:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008609 10.0.0.41 - - [2025-09-08 03:59:55] "POST /neutron/port HTTP/1.1" 200 1089 0.016944 10.0.0.41 - - [2025-09-08 03:59:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004488 10.0.0.41 - - [2025-09-08 03:59:55] "POST /neutron/network HTTP/1.1" 200 833 0.008757 10.0.0.41 - - [2025-09-08 03:59:55] "POST /neutron/port HTTP/1.1" 200 1089 0.016902 10.0.0.41 - - [2025-09-08 03:59:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008786 10.0.0.41 - - [2025-09-08 03:59:55] "GET /virtual-machine/00bc8673-1883-4853-80bf-22f9f6f50529 HTTP/1.1" 401 292 0.000542 10.0.0.41 - - [2025-09-08 03:59:56] "GET /virtual-machine/00bc8673-1883-4853-80bf-22f9f6f50529 HTTP/1.1" 200 1290 0.031835 10.0.0.41 - - [2025-09-08 03:59:56] "GET /virtual-machine-interface/f3911c5b-c6c3-4553-b818-144a9f5f5c8d HTTP/1.1" 200 2959 0.005606 10.0.0.41 - - [2025-09-08 03:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.41 - - [2025-09-08 03:59:56] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003706 10.0.0.41 - - [2025-09-08 03:59:56] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003022 10.0.0.41 - - [2025-09-08 03:59:56] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006398 10.0.0.41 - - [2025-09-08 03:59:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.41 - - [2025-09-08 03:59:59] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007207 10.0.0.41 - - [2025-09-08 04:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.41 - - [2025-09-08 04:00:03] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006296 10.0.0.41 - - [2025-09-08 04:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.41 - - [2025-09-08 04:00:07] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006808 10.0.0.41 - - [2025-09-08 04:00:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.41 - - [2025-09-08 04:00:11] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006801 10.0.0.41 - - [2025-09-08 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005572 10.0.0.41 - - [2025-09-08 04:00:15] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006574 10.0.0.41 - - [2025-09-08 04:00:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.41 - - [2025-09-08 04:00:19] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008426 10.0.0.41 - - [2025-09-08 04:00:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.41 - - [2025-09-08 04:00:23] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006546 10.0.0.41 - - [2025-09-08 04:00:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.41 - - [2025-09-08 04:00:27] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006333 10.0.0.41 - - [2025-09-08 04:00:30] "GET /obj-perms HTTP/1.1" 200 5056 0.053599 10.0.0.41 - - [2025-09-08 04:00:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.41 - - [2025-09-08 04:00:32] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006435 10.0.0.41 - - [2025-09-08 04:00:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.41 - - [2025-09-08 04:00:36] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008050 10.0.0.41 - - [2025-09-08 04:00:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004291 10.0.0.41 - - [2025-09-08 04:00:40] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006491 10.0.0.41 - - [2025-09-08 04:00:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.41 - - [2025-09-08 04:00:44] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006172 10.0.0.41 - - [2025-09-08 04:00:44] "POST /neutron/port HTTP/1.1" 200 1089 0.019079 10.0.0.41 - - [2025-09-08 04:00:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005228 10.0.0.41 - - [2025-09-08 04:00:44] "POST /neutron/network HTTP/1.1" 200 833 0.008519 10.0.0.41 - - [2025-09-08 04:00:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004830 10.0.0.41 - - [2025-09-08 04:00:48] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006054 10.0.0.41 - - [2025-09-08 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004137 10.0.0.41 - - [2025-09-08 04:00:52] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005940 10.0.0.41 - - [2025-09-08 04:00:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.41 - - [2025-09-08 04:00:56] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007418 10.0.0.41 - - [2025-09-08 04:00:57] "POST /neutron/network HTTP/1.1" 200 843 0.009195 10.0.0.41 - - [2025-09-08 04:00:57] "POST /neutron/port HTTP/1.1" 200 117 0.001296 10.0.0.41 - - [2025-09-08 04:01:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.41 - - [2025-09-08 04:01:00] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006793 10.0.0.41 - - [2025-09-08 04:01:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008863 10.0.0.41 - - [2025-09-08 04:01:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004439 10.0.0.41 - - [2025-09-08 04:01:04] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006573 10.0.0.41 - - [2025-09-08 04:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.41 - - [2025-09-08 04:01:06] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004585 10.0.0.41 - - [2025-09-08 04:01:06] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003989 10.0.0.41 - - [2025-09-08 04:01:06] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007121 10.0.0.41 - - [2025-09-08 04:01:07] "POST /neutron/port HTTP/1.1" 200 1089 0.015977 10.0.0.41 - - [2025-09-08 04:01:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008295 10.0.0.41 - - [2025-09-08 04:01:22] "POST /neutron/port HTTP/1.1" 200 1089 0.024050 10.0.0.41 - - [2025-09-08 04:01:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008747 10.0.0.27 - - [2025-09-08 04:01:30] "GET /obj-perms HTTP/1.1" 200 5056 0.058698 10.0.0.41 - - [2025-09-08 04:01:38] "POST /neutron/port HTTP/1.1" 200 1089 0.023824 10.0.0.41 - - [2025-09-08 04:01:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009467 10.0.0.41 - - [2025-09-08 04:01:45] "POST /neutron/network HTTP/1.1" 200 843 0.032855 10.0.0.41 - - [2025-09-08 04:01:45] "POST /neutron/port HTTP/1.1" 200 117 0.001297 10.0.0.41 - - [2025-09-08 04:01:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010056 10.0.0.41 - - [2025-09-08 04:01:53] "POST /neutron/port HTTP/1.1" 200 1089 0.021636 10.0.0.41 - - [2025-09-08 04:01:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009019 10.0.0.41 - - [2025-09-08 04:01:53] "GET /virtual-machine/681afc0a-b900-4a69-81d0-8fff1cae214e HTTP/1.1" 200 1292 0.007690 10.0.0.41 - - [2025-09-08 04:01:53] "GET /virtual-machine-interface/c58ccab8-f411-44e8-a6eb-16885701b933 HTTP/1.1" 200 2959 0.006976 10.0.0.41 - - [2025-09-08 04:01:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004398 10.0.0.41 - - [2025-09-08 04:01:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004259 10.0.0.41 - - [2025-09-08 04:01:53] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003427 10.0.0.41 - - [2025-09-08 04:01:53] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009807 10.0.0.41 - - [2025-09-08 04:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005393 10.0.0.41 - - [2025-09-08 04:01:55] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005024 10.0.0.41 - - [2025-09-08 04:01:55] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003987 10.0.0.41 - - [2025-09-08 04:01:55] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006613 10.0.0.41 - - [2025-09-08 04:01:55] "POST /neutron/port HTTP/1.1" 200 1089 0.019150 10.0.0.41 - - [2025-09-08 04:01:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010986 10.0.0.41 - - [2025-09-08 04:01:55] "GET /virtual-machine/30874377-91e6-43f2-8847-ebe796c96435 HTTP/1.1" 200 1292 0.007928 10.0.0.41 - - [2025-09-08 04:01:55] "GET /virtual-machine-interface/768f74a5-3efa-4ae7-8227-f99595b5123c HTTP/1.1" 200 2957 0.006419 10.0.0.41 - - [2025-09-08 04:01:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.41 - - [2025-09-08 04:01:55] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004501 10.0.0.41 - - [2025-09-08 04:01:55] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003743 10.0.0.41 - - [2025-09-08 04:01:55] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.009257 10.0.0.41 - - [2025-09-08 04:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006950 10.0.0.41 - - [2025-09-08 04:01:56] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004853 10.0.0.41 - - [2025-09-08 04:01:56] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003865 10.0.0.41 - - [2025-09-08 04:01:56] "GET /virtual-network/fb85401f-702b-44b2-a21a-805ee45c7f54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007256 10.0.0.41 - - [2025-09-08 04:01:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.004326 10.0.0.41 - - [2025-09-08 04:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.41 - - [2025-09-08 04:01:57] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009967 10.0.0.41 - - [2025-09-08 04:01:57] "POST /control-node-zones HTTP/1.1" 200 569 0.037878 10.0.0.41 - - [2025-09-08 04:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.41 - - [2025-09-08 04:01:57] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006578 10.0.0.41 - - [2025-09-08 04:01:57] "GET /control-node-zone/20bf66e6-90d0-444a-a1d0-d27465cf2099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.008704 10.0.0.41 - - [2025-09-08 04:01:57] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.029755 10.0.0.41 - - [2025-09-08 04:01:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003665 10.0.0.41 - - [2025-09-08 04:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.41 - - [2025-09-08 04:01:57] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008857 10.0.0.41 - - [2025-09-08 04:01:57] "POST /control-node-zones HTTP/1.1" 200 569 0.030343 10.0.0.41 - - [2025-09-08 04:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.41 - - [2025-09-08 04:01:57] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006197 10.0.0.41 - - [2025-09-08 04:01:57] "GET /control-node-zone/cf40651b-eb52-4e73-a3cd-72e850d19983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007290 10.0.0.41 - - [2025-09-08 04:01:57] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.022796 10.0.0.41 - - [2025-09-08 04:01:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003932 10.0.0.41 - - [2025-09-08 04:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.41 - - [2025-09-08 04:01:57] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.011513 10.0.0.41 - - [2025-09-08 04:01:57] "POST /control-node-zones HTTP/1.1" 200 569 0.031667 10.0.0.41 - - [2025-09-08 04:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.41 - - [2025-09-08 04:01:58] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005953 10.0.0.41 - - [2025-09-08 04:01:58] "GET /control-node-zone/7858435d-f15d-4651-bc54-f54255b73fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007023 10.0.0.41 - - [2025-09-08 04:01:58] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.023030 10.0.0.41 - - [2025-09-08 04:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.41 - - [2025-09-08 04:01:58] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007688 10.0.0.41 - - [2025-09-08 04:01:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.003827 10.0.0.41 - - [2025-09-08 04:01:58] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.041367 10.0.0.41 - - [2025-09-08 04:01:58] "POST /neutron/network HTTP/1.1" 200 833 0.008241 10.0.0.41 - - [2025-09-08 04:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.41 - - [2025-09-08 04:01:58] "GET /bgp-as-a-service/c32eecc0-8205-42d7-8751-b968d0d1c440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.008768 10.0.0.41 - - [2025-09-08 04:01:58] "GET /control-node-zone/20bf66e6-90d0-444a-a1d0-d27465cf2099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005533 10.0.0.41 - - [2025-09-08 04:01:58] "POST /ref-update HTTP/1.1" 200 156 0.017998 10.0.0.41 - - [2025-09-08 04:01:59] "POST /neutron/port HTTP/1.1" 200 1089 0.019281 10.0.0.41 - - [2025-09-08 04:01:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.010788 10.0.0.41 - - [2025-09-08 04:02:12] "GET /bgp-as-a-service/c32eecc0-8205-42d7-8751-b968d0d1c440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007591 10.0.0.41 - - [2025-09-08 04:02:12] "GET /virtual-machine-interface/f3911c5b-c6c3-4553-b818-144a9f5f5c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006728 10.0.0.41 - - [2025-09-08 04:02:12] "POST /ref-update HTTP/1.1" 200 156 0.014465 10.0.0.27 - - [2025-09-08 04:02:12] "POST /bgp-routers HTTP/1.1" 200 594 0.030182 10.0.0.27 - - [2025-09-08 04:02:12] "POST /ref-update HTTP/1.1" 200 156 0.020411 10.0.0.41 - - [2025-09-08 04:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.41 - - [2025-09-08 04:02:13] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006918 10.0.0.41 - - [2025-09-08 04:02:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003613 10.0.0.41 - - [2025-09-08 04:02:13] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.035712 10.0.0.41 - - [2025-09-08 04:02:13] "POST /neutron/network HTTP/1.1" 200 833 0.008079 10.0.0.41 - - [2025-09-08 04:02:13] "POST /neutron/subnet HTTP/1.1" 200 725 0.012846 10.0.0.41 - - [2025-09-08 04:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.41 - - [2025-09-08 04:02:13] "GET /bgp-as-a-service/cdbbc18d-ded1-4779-835a-b9524dd79ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.007035 10.0.0.41 - - [2025-09-08 04:02:13] "GET /control-node-zone/cf40651b-eb52-4e73-a3cd-72e850d19983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005450 10.0.0.41 - - [2025-09-08 04:02:13] "POST /ref-update HTTP/1.1" 200 156 0.016217 10.0.0.41 - - [2025-09-08 04:02:31] "GET /bgp-as-a-service/cdbbc18d-ded1-4779-835a-b9524dd79ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1837 0.007512 10.0.0.41 - - [2025-09-08 04:02:31] "GET /virtual-machine-interface/c58ccab8-f411-44e8-a6eb-16885701b933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.005968 10.0.0.41 - - [2025-09-08 04:02:31] "POST /ref-update HTTP/1.1" 200 156 0.014839 10.0.0.27 - - [2025-09-08 04:02:32] "POST /ref-update HTTP/1.1" 200 156 0.024238 10.0.0.41 - - [2025-09-08 04:02:47] "POST /neutron/network HTTP/1.1" 200 843 0.009396 10.0.0.41 - - [2025-09-08 04:02:47] "POST /neutron/port HTTP/1.1" 200 117 0.001408 10.0.0.41 - - [2025-09-08 04:02:50] "GET /control-node-zone/20bf66e6-90d0-444a-a1d0-d27465cf2099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005714 10.0.0.41 - - [2025-09-08 04:02:50] "POST /ref-update HTTP/1.1" 200 156 0.021700 10.0.0.41 - - [2025-09-08 04:02:50] "GET /control-node-zone/cf40651b-eb52-4e73-a3cd-72e850d19983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004218 10.0.0.41 - - [2025-09-08 04:02:50] "POST /ref-update HTTP/1.1" 200 156 0.020895 10.0.0.41 - - [2025-09-08 04:02:50] "GET /control-node-zone/7858435d-f15d-4651-bc54-f54255b73fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005392 10.0.0.41 - - [2025-09-08 04:02:50] "POST /ref-update HTTP/1.1" 200 156 0.022170 10.0.0.41 - - [2025-09-08 04:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.41 - - [2025-09-08 04:02:50] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005687 10.0.0.41 - - [2025-09-08 04:02:50] "GET /control-node-zone/20bf66e6-90d0-444a-a1d0-d27465cf2099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003951 10.0.0.41 - - [2025-09-08 04:02:50] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.022286 10.0.0.41 - - [2025-09-08 04:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.41 - - [2025-09-08 04:02:51] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006148 10.0.0.41 - - [2025-09-08 04:02:51] "GET /control-node-zone/cf40651b-eb52-4e73-a3cd-72e850d19983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004408 10.0.0.41 - - [2025-09-08 04:02:51] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.041099 10.0.0.41 - - [2025-09-08 04:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.41 - - [2025-09-08 04:02:51] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005150 10.0.0.41 - - [2025-09-08 04:02:51] "GET /control-node-zone/7858435d-f15d-4651-bc54-f54255b73fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004810 10.0.0.41 - - [2025-09-08 04:02:51] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.023534 10.0.0.38 - - [2025-09-08 04:02:58] "GET /global-system-configs HTTP/1.1" 200 322 0.050852 10.0.0.38 - - [2025-09-08 04:02:58] "GET /obj-perms HTTP/1.1" 200 5056 0.135215 10.0.0.27 - - [2025-09-08 04:02:59] "GET /global-system-configs HTTP/1.1" 200 322 0.078593 10.0.0.41 - - [2025-09-08 04:02:59] "GET /obj-perms HTTP/1.1" 200 5056 0.144830 10.0.0.27 - - [2025-09-08 04:02:59] "GET /obj-perms HTTP/1.1" 200 5056 0.156982 10.0.0.27 - - [2025-09-08 04:02:59] "GET /global-system-configs HTTP/1.1" 200 322 0.029752 10.0.0.38 - - [2025-09-08 04:03:00] "GET /global-system-configs HTTP/1.1" 200 322 0.081192 10.0.0.38 - - [2025-09-08 04:03:00] "GET /obj-perms HTTP/1.1" 200 5056 0.155246 10.0.0.41 - - [2025-09-08 04:03:01] "GET /global-system-configs HTTP/1.1" 200 322 0.083129 10.0.0.41 - - [2025-09-08 04:03:01] "GET /obj-perms HTTP/1.1" 200 5056 0.146650 10.0.0.27 - - [2025-09-08 04:03:01] "GET /obj-perms HTTP/1.1" 200 5056 0.167943 10.0.0.41 - - [2025-09-08 04:03:01] "POST /neutron/port HTTP/1.1" 200 1089 0.025437 10.0.0.41 - - [2025-09-08 04:03:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.013762 10.0.0.41 - - [2025-09-08 04:03:01] "GET /global-system-configs HTTP/1.1" 200 322 0.078197 10.0.0.41 - - [2025-09-08 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006372 10.0.0.41 - - [2025-09-08 04:03:03] "GET /bgp-as-a-service/c32eecc0-8205-42d7-8751-b968d0d1c440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.008114 10.0.0.41 - - [2025-09-08 04:03:03] "GET /control-node-zone/20bf66e6-90d0-444a-a1d0-d27465cf2099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007448 10.0.0.41 - - [2025-09-08 04:03:03] "POST /ref-update HTTP/1.1" 200 156 0.018094 10.0.0.41 - - [2025-09-08 04:03:03] "GET /control-node-zone/20bf66e6-90d0-444a-a1d0-d27465cf2099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004988 10.0.0.41 - - [2025-09-08 04:03:03] "POST /ref-update HTTP/1.1" 200 156 0.022887 10.0.0.41 - - [2025-09-08 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004209 10.0.0.41 - - [2025-09-08 04:03:03] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.008073 10.0.0.41 - - [2025-09-08 04:03:03] "POST /neutron/network HTTP/1.1" 200 833 0.009524 10.0.0.41 - - [2025-09-08 04:03:03] "POST /neutron/subnet HTTP/1.1" 200 725 0.010371 10.0.0.41 - - [2025-09-08 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.41 - - [2025-09-08 04:03:03] "GET /bgp-as-a-service/c32eecc0-8205-42d7-8751-b968d0d1c440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2157 0.007138 10.0.0.41 - - [2025-09-08 04:03:03] "GET /control-node-zone/7858435d-f15d-4651-bc54-f54255b73fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005097 10.0.0.41 - - [2025-09-08 04:03:03] "POST /ref-update HTTP/1.1" 200 156 0.021542 10.0.0.41 - - [2025-09-08 04:03:06] "GET /bgp-as-a-service/c32eecc0-8205-42d7-8751-b968d0d1c440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.007400 10.0.0.41 - - [2025-09-08 04:03:06] "GET /virtual-machine-interface/f3911c5b-c6c3-4553-b818-144a9f5f5c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.009521 10.0.0.41 - - [2025-09-08 04:03:19] "GET /bgp-as-a-service/c32eecc0-8205-42d7-8751-b968d0d1c440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2445 0.004741 10.0.0.41 - - [2025-09-08 04:03:19] "GET /virtual-machine-interface/f3911c5b-c6c3-4553-b818-144a9f5f5c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.006089 10.0.0.41 - - [2025-09-08 04:03:19] "POST /ref-update HTTP/1.1" 200 156 0.014227 10.0.0.27 - - [2025-09-08 04:03:19] "POST /ref-update HTTP/1.1" 200 156 0.016737 10.0.0.41 - - [2025-09-08 04:03:19] "GET /bgp-as-a-service/cdbbc18d-ded1-4779-835a-b9524dd79ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2447 0.007121 10.0.0.41 - - [2025-09-08 04:03:19] "GET /virtual-machine-interface/c58ccab8-f411-44e8-a6eb-16885701b933?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.008244 10.0.0.41 - - [2025-09-08 04:03:19] "POST /ref-update HTTP/1.1" 200 156 0.029438 10.0.0.27 - - [2025-09-08 04:03:19] "POST /ref-update HTTP/1.1" 200 156 0.027554 10.0.0.41 - - [2025-09-08 04:03:19] "DELETE /bgp-as-a-service/cdbbc18d-ded1-4779-835a-b9524dd79ba6 HTTP/1.1" 200 115 0.082378 10.0.0.41 - - [2025-09-08 04:03:19] "GET /bgp-as-a-service/c32eecc0-8205-42d7-8751-b968d0d1c440?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.008778 10.0.0.41 - - [2025-09-08 04:03:19] "GET /virtual-machine-interface/f3911c5b-c6c3-4553-b818-144a9f5f5c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.026892 10.0.0.41 - - [2025-09-08 04:03:19] "DELETE /bgp-as-a-service/c32eecc0-8205-42d7-8751-b968d0d1c440 HTTP/1.1" 200 115 0.048209 10.0.0.41 - - [2025-09-08 04:03:19] "GET /control-node-zone/7858435d-f15d-4651-bc54-f54255b73fb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005500 10.0.0.41 - - [2025-09-08 04:03:19] "POST /ref-update HTTP/1.1" 200 156 0.022403 10.0.0.41 - - [2025-09-08 04:03:20] "DELETE /control-node-zone/7858435d-f15d-4651-bc54-f54255b73fb9 HTTP/1.1" 200 115 0.046263 10.0.0.41 - - [2025-09-08 04:03:20] "GET /control-node-zone/cf40651b-eb52-4e73-a3cd-72e850d19983?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005896 10.0.0.41 - - [2025-09-08 04:03:20] "POST /ref-update HTTP/1.1" 200 156 0.034264 10.0.0.41 - - [2025-09-08 04:03:20] "DELETE /control-node-zone/cf40651b-eb52-4e73-a3cd-72e850d19983 HTTP/1.1" 200 115 0.042018 10.0.0.41 - - [2025-09-08 04:03:20] "GET /control-node-zone/20bf66e6-90d0-444a-a1d0-d27465cf2099?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.009325 10.0.0.41 - - [2025-09-08 04:03:20] "DELETE /control-node-zone/20bf66e6-90d0-444a-a1d0-d27465cf2099 HTTP/1.1" 200 115 0.036653 10.0.0.41 - - [2025-09-08 04:03:21] "POST /neutron/port HTTP/1.1" 200 1089 0.018450 10.0.0.41 - - [2025-09-08 04:03:21] "POST /neutron/port HTTP/1.1" 200 1089 0.017923 10.0.0.41 - - [2025-09-08 04:03:21] "POST /neutron/port HTTP/1.1" 200 151 0.271493 10.0.0.41 - - [2025-09-08 04:03:22] "POST /neutron/network HTTP/1.1" 200 833 0.009398 10.0.0.27 - - [2025-09-08 04:03:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.41 - - [2025-09-08 04:03:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.38 - - [2025-09-08 04:03:25] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.029318 10.0.0.41 - - [2025-09-08 04:03:25] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.070223 10.0.0.38 - - [2025-09-08 04:03:25] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001384 10.0.0.41 - - [2025-09-08 04:03:25] "POST /neutron/network HTTP/1.1" 200 614 0.125891 10.0.0.27 - - [2025-09-08 04:03:25] "POST /ref-update HTTP/1.1" 200 156 0.028318 10.0.0.41 - - [2025-09-08 04:03:26] "POST /id-to-fqname HTTP/1.1" 200 225 0.005069 10.0.0.41 - - [2025-09-08 04:03:26] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008469 10.0.0.41 - - [2025-09-08 04:03:26] "POST /neutron/network HTTP/1.1" 200 833 0.007784 10.0.0.41 - - [2025-09-08 04:03:26] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006599 10.0.0.41 - - [2025-09-08 04:03:26] "POST /id-to-fqname HTTP/1.1" 200 225 0.001941 10.0.0.41 - - [2025-09-08 04:03:26] "POST /neutron/network HTTP/1.1" 200 843 0.008324 10.0.0.38 - - [2025-09-08 04:03:27] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001800 10.0.0.41 - - [2025-09-08 04:03:27] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.068124 10.0.0.41 - - [2025-09-08 04:03:27] "POST /neutron/port HTTP/1.1" 200 117 0.009059 10.0.0.41 - - [2025-09-08 04:03:27] "POST /id-to-fqname HTTP/1.1" 200 225 0.001589 10.0.0.41 - - [2025-09-08 04:03:28] "POST /neutron/network HTTP/1.1" 200 843 0.008008 10.0.0.41 - - [2025-09-08 04:03:28] "POST /neutron/port HTTP/1.1" 200 1061 0.018089 10.0.0.38 - - [2025-09-08 04:03:28] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001246 10.0.0.41 - - [2025-09-08 04:03:28] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.076497 10.0.0.41 - - [2025-09-08 04:03:28] "POST /neutron/network HTTP/1.1" 200 833 0.035770 10.0.0.41 - - [2025-09-08 04:03:28] "POST /neutron/port HTTP/1.1" 200 117 0.001404 10.0.0.41 - - [2025-09-08 04:03:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010451 10.0.0.41 - - [2025-09-08 04:03:29] "POST /id-to-fqname HTTP/1.1" 200 225 0.001740 10.0.0.41 - - [2025-09-08 04:03:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008846 10.0.0.38 - - [2025-09-08 04:03:29] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001234 10.0.0.41 - - [2025-09-08 04:03:29] "POST /neutron/port HTTP/1.1" 200 1061 0.321513 10.0.0.41 - - [2025-09-08 04:03:30] "POST /neutron/port HTTP/1.1" 200 1115 0.130075 10.0.0.41 - - [2025-09-08 04:03:30] "POST /neutron/subnet HTTP/1.1" 200 698 0.018834 10.0.0.38 - - [2025-09-08 04:03:30] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001431 10.0.0.41 - - [2025-09-08 04:03:30] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.092168 10.0.0.41 - - [2025-09-08 04:03:30] "POST /neutron/network HTTP/1.1" 200 833 0.007571 10.0.0.41 - - [2025-09-08 04:03:30] "POST /neutron/port HTTP/1.1" 200 117 0.007866 10.0.0.41 - - [2025-09-08 04:03:30] "POST /neutron/port HTTP/1.1" 200 1089 0.020341 10.0.0.41 - - [2025-09-08 04:03:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008972 10.0.0.41 - - [2025-09-08 04:03:30] "GET /virtual-machine/a4fc3b35-5400-408b-9ccf-36502c34fb37 HTTP/1.1" 200 1294 0.006910 10.0.0.41 - - [2025-09-08 04:03:30] "GET /virtual-machine-interface/17a08cfb-a40e-4fc7-933f-77b527ba4de3 HTTP/1.1" 200 2958 0.006634 10.0.0.41 - - [2025-09-08 04:03:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.41 - - [2025-09-08 04:03:30] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004859 10.0.0.41 - - [2025-09-08 04:03:30] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003903 10.0.0.41 - - [2025-09-08 04:03:30] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007913 10.0.0.41 - - [2025-09-08 04:03:31] "POST /neutron/port HTTP/1.1" 200 1061 0.017676 10.0.0.41 - - [2025-09-08 04:03:31] "POST /neutron/port HTTP/1.1" 200 1089 0.021179 10.0.0.41 - - [2025-09-08 04:03:31] "POST /neutron/port HTTP/1.1" 200 117 0.001996 10.0.0.38 - - [2025-09-08 04:03:32] "GET /obj-perms HTTP/1.1" 200 5056 0.054589 10.0.0.41 - - [2025-09-08 04:03:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.41 - - [2025-09-08 04:03:34] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010521 10.0.0.41 - - [2025-09-08 04:03:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007243 10.0.0.41 - - [2025-09-08 04:03:38] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006971 10.0.0.41 - - [2025-09-08 04:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.41 - - [2025-09-08 04:03:42] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008543 10.0.0.41 - - [2025-09-08 04:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.41 - - [2025-09-08 04:03:46] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006386 10.0.0.41 - - [2025-09-08 04:03:48] "POST /neutron/port HTTP/1.1" 200 1089 0.017883 10.0.0.41 - - [2025-09-08 04:03:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.010855 10.0.0.41 - - [2025-09-08 04:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004496 10.0.0.41 - - [2025-09-08 04:03:50] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008339 10.0.0.41 - - [2025-09-08 04:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004302 10.0.0.41 - - [2025-09-08 04:03:54] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007021 10.0.0.41 - - [2025-09-08 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.41 - - [2025-09-08 04:03:58] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006730 10.0.0.41 - - [2025-09-08 04:04:02] "POST /neutron/port HTTP/1.1" 200 1089 0.038622 10.0.0.41 - - [2025-09-08 04:04:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005853 10.0.0.41 - - [2025-09-08 04:04:02] "POST /neutron/network HTTP/1.1" 200 833 0.009179 10.0.0.41 - - [2025-09-08 04:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.41 - - [2025-09-08 04:04:02] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007077 10.0.0.41 - - [2025-09-08 04:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004965 10.0.0.41 - - [2025-09-08 04:04:06] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006257 10.0.0.41 - - [2025-09-08 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.41 - - [2025-09-08 04:04:10] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.008459 10.0.0.41 - - [2025-09-08 04:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.031244 10.0.0.41 - - [2025-09-08 04:04:15] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006393 10.0.0.41 - - [2025-09-08 04:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.41 - - [2025-09-08 04:04:19] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006757 10.0.0.41 - - [2025-09-08 04:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.41 - - [2025-09-08 04:04:23] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006451 10.0.0.41 - - [2025-09-08 04:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.41 - - [2025-09-08 04:04:27] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006396 10.0.0.41 - - [2025-09-08 04:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005185 10.0.0.41 - - [2025-09-08 04:04:31] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006789 10.0.0.41 - - [2025-09-08 04:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.41 - - [2025-09-08 04:04:35] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007075 10.0.0.41 - - [2025-09-08 04:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004127 10.0.0.41 - - [2025-09-08 04:04:39] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006238 10.0.0.41 - - [2025-09-08 04:04:41] "POST /neutron/port HTTP/1.1" 200 1089 0.039818 10.0.0.41 - - [2025-09-08 04:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004689 10.0.0.41 - - [2025-09-08 04:04:41] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005403 10.0.0.41 - - [2025-09-08 04:04:41] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.005208 10.0.0.41 - - [2025-09-08 04:04:41] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007686 10.0.0.41 - - [2025-09-08 04:04:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034058 10.0.0.41 - - [2025-09-08 04:04:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015575 10.0.0.41 - - [2025-09-08 04:04:48] "POST /neutron/port HTTP/1.1" 200 1089 0.020079 10.0.0.41 - - [2025-09-08 04:04:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.010569 10.0.0.41 - - [2025-09-08 04:04:52] "POST /neutron/port HTTP/1.1" 200 1089 0.017894 10.0.0.41 - - [2025-09-08 04:04:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008726 10.0.0.41 - - [2025-09-08 04:05:03] "POST /neutron/port HTTP/1.1" 200 1089 0.017433 10.0.0.41 - - [2025-09-08 04:05:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004790 10.0.0.41 - - [2025-09-08 04:05:03] "POST /neutron/network HTTP/1.1" 200 833 0.008166 10.0.0.41 - - [2025-09-08 04:05:12] "POST /neutron/port HTTP/1.1" 200 1089 0.023922 10.0.0.41 - - [2025-09-08 04:05:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009408 10.0.0.41 - - [2025-09-08 04:05:28] "POST /neutron/port HTTP/1.1" 200 1089 0.018673 10.0.0.41 - - [2025-09-08 04:05:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009383 10.0.0.41 - - [2025-09-08 04:05:28] "GET /virtual-machine/3a4df5f2-f5f4-4967-8585-f6c9c6bdfe91 HTTP/1.1" 200 1292 0.032131 10.0.0.41 - - [2025-09-08 04:05:28] "GET /virtual-machine-interface/d4dbb820-cee9-4be8-a168-46e382466be8 HTTP/1.1" 200 2959 0.007301 10.0.0.41 - - [2025-09-08 04:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003893 10.0.0.41 - - [2025-09-08 04:05:28] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004359 10.0.0.41 - - [2025-09-08 04:05:28] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003365 10.0.0.41 - - [2025-09-08 04:05:28] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006964 10.0.0.41 - - [2025-09-08 04:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005957 10.0.0.41 - - [2025-09-08 04:05:30] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004133 10.0.0.41 - - [2025-09-08 04:05:30] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004219 10.0.0.41 - - [2025-09-08 04:05:30] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007081 10.0.0.41 - - [2025-09-08 04:05:30] "POST /neutron/port HTTP/1.1" 200 1089 0.019992 10.0.0.41 - - [2025-09-08 04:05:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008012 10.0.0.41 - - [2025-09-08 04:05:30] "GET /virtual-machine/20023342-6ba5-49ff-8cba-a49136a4e628 HTTP/1.1" 200 1293 0.007574 10.0.0.41 - - [2025-09-08 04:05:30] "GET /virtual-machine-interface/4d26fe32-8793-472c-b71a-64622add30c0 HTTP/1.1" 200 2958 0.006306 10.0.0.41 - - [2025-09-08 04:05:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.41 - - [2025-09-08 04:05:30] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004252 10.0.0.41 - - [2025-09-08 04:05:30] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003250 10.0.0.41 - - [2025-09-08 04:05:30] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007081 10.0.0.41 - - [2025-09-08 04:05:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.41 - - [2025-09-08 04:05:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005434 10.0.0.41 - - [2025-09-08 04:05:31] "GET /virtual-networks?parent_id=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004365 10.0.0.41 - - [2025-09-08 04:05:31] "GET /virtual-network/e88ac8a9-0dfe-4d48-b57d-e31f02db8e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.012641 10.0.0.41 - - [2025-09-08 04:05:31] "POST /neutron/port HTTP/1.1" 200 1089 0.020952 10.0.0.41 - - [2025-09-08 04:05:34] "GET /obj-perms HTTP/1.1" 200 5056 0.049763 10.0.0.27 - - [2025-09-08 04:05:34] "GET /obj-perms HTTP/1.1" 200 5056 0.063092 10.0.0.41 - - [2025-09-08 04:05:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.004397 10.0.0.41 - - [2025-09-08 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.41 - - [2025-09-08 04:05:37] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007234 10.0.0.41 - - [2025-09-08 04:05:37] "POST /control-node-zones HTTP/1.1" 200 569 0.027868 10.0.0.41 - - [2025-09-08 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004598 10.0.0.41 - - [2025-09-08 04:05:37] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006347 10.0.0.41 - - [2025-09-08 04:05:37] "GET /control-node-zone/a007d68d-6d12-4e6c-9b4b-c020d99e8139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.008049 10.0.0.41 - - [2025-09-08 04:05:37] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.021620 10.0.0.41 - - [2025-09-08 04:05:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.003771 10.0.0.41 - - [2025-09-08 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.41 - - [2025-09-08 04:05:37] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007282 10.0.0.41 - - [2025-09-08 04:05:37] "POST /control-node-zones HTTP/1.1" 200 569 0.030161 10.0.0.41 - - [2025-09-08 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.41 - - [2025-09-08 04:05:37] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005640 10.0.0.41 - - [2025-09-08 04:05:37] "GET /control-node-zone/dc2d9a67-cad9-4a23-8b35-9b32cae2f8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007513 10.0.0.41 - - [2025-09-08 04:05:37] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.022408 10.0.0.41 - - [2025-09-08 04:05:37] "POST /fqname-to-id HTTP/1.1" 404 198 0.004040 10.0.0.41 - - [2025-09-08 04:05:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.41 - - [2025-09-08 04:05:37] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009788 10.0.0.41 - - [2025-09-08 04:05:37] "POST /control-node-zones HTTP/1.1" 200 569 0.030095 10.0.0.41 - - [2025-09-08 04:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.41 - - [2025-09-08 04:05:38] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006181 10.0.0.41 - - [2025-09-08 04:05:38] "GET /control-node-zone/da168367-094b-4c40-a2ed-13fd774939fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007482 10.0.0.41 - - [2025-09-08 04:05:38] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.023231 10.0.0.41 - - [2025-09-08 04:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.41 - - [2025-09-08 04:05:38] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006482 10.0.0.41 - - [2025-09-08 04:05:38] "POST /fqname-to-id HTTP/1.1" 404 234 0.003428 10.0.0.41 - - [2025-09-08 04:05:38] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.036417 10.0.0.41 - - [2025-09-08 04:05:38] "POST /neutron/subnet HTTP/1.1" 200 724 0.009805 10.0.0.41 - - [2025-09-08 04:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.41 - - [2025-09-08 04:05:38] "GET /bgp-as-a-service/4bbb7e6b-a52e-461c-917f-adde2ea74316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006589 10.0.0.41 - - [2025-09-08 04:05:38] "GET /control-node-zone/a007d68d-6d12-4e6c-9b4b-c020d99e8139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006288 10.0.0.41 - - [2025-09-08 04:05:38] "POST /ref-update HTTP/1.1" 200 156 0.015632 10.0.0.41 - - [2025-09-08 04:05:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.41 - - [2025-09-08 04:05:38] "GET /bgp-as-a-service/4bbb7e6b-a52e-461c-917f-adde2ea74316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007311 10.0.0.41 - - [2025-09-08 04:05:38] "GET /control-node-zone/dc2d9a67-cad9-4a23-8b35-9b32cae2f8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004550 10.0.0.41 - - [2025-09-08 04:05:38] "POST /ref-update HTTP/1.1" 200 156 0.015514 10.0.0.41 - - [2025-09-08 04:05:49] "POST /neutron/port HTTP/1.1" 200 1089 0.018216 10.0.0.41 - - [2025-09-08 04:05:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004906 10.0.0.41 - - [2025-09-08 04:05:49] "POST /neutron/network HTTP/1.1" 200 833 0.008613 10.0.0.41 - - [2025-09-08 04:05:49] "GET /bgp-as-a-service/4bbb7e6b-a52e-461c-917f-adde2ea74316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007432 10.0.0.41 - - [2025-09-08 04:05:50] "GET /virtual-machine-interface/17a08cfb-a40e-4fc7-933f-77b527ba4de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005881 10.0.0.41 - - [2025-09-08 04:05:50] "POST /ref-update HTTP/1.1" 200 156 0.014758 10.0.0.27 - - [2025-09-08 04:05:50] "POST /ref-update HTTP/1.1" 200 156 0.076335 10.0.0.41 - - [2025-09-08 04:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.41 - - [2025-09-08 04:05:50] "GET /global-system-config/6e73321c-be05-48d9-a58c-37e5f1aba2ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007848 10.0.0.41 - - [2025-09-08 04:05:50] "POST /fqname-to-id HTTP/1.1" 404 234 0.004248 10.0.0.41 - - [2025-09-08 04:05:50] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.038802 10.0.0.41 - - [2025-09-08 04:05:50] "POST /neutron/network HTTP/1.1" 200 833 0.007788 10.0.0.41 - - [2025-09-08 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004248 10.0.0.41 - - [2025-09-08 04:05:51] "GET /bgp-as-a-service/d0801a13-7a31-4afc-83d6-41f727ee6515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.006860 10.0.0.41 - - [2025-09-08 04:05:51] "GET /control-node-zone/a007d68d-6d12-4e6c-9b4b-c020d99e8139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005981 10.0.0.41 - - [2025-09-08 04:05:51] "POST /ref-update HTTP/1.1" 200 156 0.018213 10.0.0.41 - - [2025-09-08 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.41 - - [2025-09-08 04:05:51] "GET /bgp-as-a-service/d0801a13-7a31-4afc-83d6-41f727ee6515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007672 10.0.0.41 - - [2025-09-08 04:05:51] "GET /control-node-zone/dc2d9a67-cad9-4a23-8b35-9b32cae2f8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004227 10.0.0.41 - - [2025-09-08 04:05:51] "POST /ref-update HTTP/1.1" 200 156 0.018331 10.0.0.41 - - [2025-09-08 04:05:59] "GET /bgp-as-a-service/d0801a13-7a31-4afc-83d6-41f727ee6515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.009044 10.0.0.41 - - [2025-09-08 04:05:59] "GET /virtual-machine-interface/d4dbb820-cee9-4be8-a168-46e382466be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2738 0.006061 10.0.0.41 - - [2025-09-08 04:05:59] "POST /ref-update HTTP/1.1" 200 156 0.014699 10.0.0.27 - - [2025-09-08 04:05:59] "POST /bgp-routers HTTP/1.1" 200 640 0.050850 10.0.0.27 - - [2025-09-08 04:05:59] "PUT /bgp-router/d1e3c3a0-e45f-4b04-8417-1b999aed83c2 HTTP/1.1" 200 254 0.036519 10.0.0.41 - - [2025-09-08 04:06:03] "POST /neutron/port HTTP/1.1" 200 1089 0.020024 10.0.0.41 - - [2025-09-08 04:06:03] "POST /neutron/subnet HTTP/1.1" 200 698 0.011449 10.0.0.41 - - [2025-09-08 04:06:21] "GET /bgp-as-a-service/d0801a13-7a31-4afc-83d6-41f727ee6515?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.008335 10.0.0.41 - - [2025-09-08 04:06:21] "GET /virtual-machine-interface/d4dbb820-cee9-4be8-a168-46e382466be8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3053 0.006670 10.0.0.41 - - [2025-09-08 04:06:21] "POST /ref-update HTTP/1.1" 200 156 0.026541 10.0.0.41 - - [2025-09-08 04:06:21] "DELETE /bgp-as-a-service/d0801a13-7a31-4afc-83d6-41f727ee6515 HTTP/1.1" 200 115 0.062912 10.0.0.41 - - [2025-09-08 04:06:21] "GET /bgp-as-a-service/4bbb7e6b-a52e-461c-917f-adde2ea74316?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.016168 10.0.0.41 - - [2025-09-08 04:06:21] "GET /virtual-machine-interface/17a08cfb-a40e-4fc7-933f-77b527ba4de3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.023576 10.0.0.27 - - [2025-09-08 04:06:22] "DELETE /bgp-router/d1e3c3a0-e45f-4b04-8417-1b999aed83c2 HTTP/1.1" 200 115 0.100100 10.0.0.41 - - [2025-09-08 04:06:22] "POST /ref-update HTTP/1.1" 200 156 0.052402 10.0.0.41 - - [2025-09-08 04:06:22] "DELETE /bgp-as-a-service/4bbb7e6b-a52e-461c-917f-adde2ea74316 HTTP/1.1" 200 115 0.105528 10.0.0.41 - - [2025-09-08 04:06:22] "GET /control-node-zone/da168367-094b-4c40-a2ed-13fd774939fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005098 10.0.0.27 - - [2025-09-08 04:06:22] "DELETE /bgp-router/9d74afcb-141a-424d-9172-43153ad29a99 HTTP/1.1" 200 115 0.109619 10.0.0.41 - - [2025-09-08 04:06:22] "POST /ref-update HTTP/1.1" 200 156 0.042052 10.0.0.41 - - [2025-09-08 04:06:22] "DELETE /control-node-zone/da168367-094b-4c40-a2ed-13fd774939fc HTTP/1.1" 200 115 0.034176 10.0.0.41 - - [2025-09-08 04:06:22] "GET /control-node-zone/dc2d9a67-cad9-4a23-8b35-9b32cae2f8f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007177 10.0.0.41 - - [2025-09-08 04:06:22] "POST /ref-update HTTP/1.1" 200 156 0.024489 10.0.0.41 - - [2025-09-08 04:06:22] "DELETE /control-node-zone/dc2d9a67-cad9-4a23-8b35-9b32cae2f8f3 HTTP/1.1" 200 115 0.038106 10.0.0.41 - - [2025-09-08 04:06:22] "GET /control-node-zone/a007d68d-6d12-4e6c-9b4b-c020d99e8139?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006647 10.0.0.41 - - [2025-09-08 04:06:22] "POST /ref-update HTTP/1.1" 200 156 0.026276 10.0.0.41 - - [2025-09-08 04:06:22] "DELETE /control-node-zone/a007d68d-6d12-4e6c-9b4b-c020d99e8139 HTTP/1.1" 200 115 0.041027 10.0.0.41 - - [2025-09-08 04:06:23] "POST /neutron/network HTTP/1.1" 200 833 0.013912 10.0.0.41 - - [2025-09-08 04:06:23] "POST /neutron/port HTTP/1.1" 200 1115 0.021470 10.0.0.41 - - [2025-09-08 04:06:23] "POST /neutron/port HTTP/1.1" 200 1115 0.032874 10.0.0.41 - - [2025-09-08 04:06:23] "POST /neutron/port HTTP/1.1" 200 1115 0.038887 10.0.0.38 - - [2025-09-08 04:06:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002714 10.0.0.38 - - [2025-09-08 04:06:25] "POST /useragent-kv HTTP/1.1" 200 115 0.002536 10.0.0.41 - - [2025-09-08 04:06:25] "POST /neutron/network HTTP/1.1" 200 151 0.161120 10.0.0.38 - - [2025-09-08 04:06:26] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001102 10.0.0.41 - - [2025-09-08 04:06:26] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.083098 10.0.0.38 - - [2025-09-08 04:06:26] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001317 10.0.0.41 - - [2025-09-08 04:06:26] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?fields=virtual_networks HTTP/1.1" 200 1034 0.061496 10.0.0.38 - - [2025-09-08 04:06:26] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001617 10.0.0.41 - - [2025-09-08 04:06:26] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.052796 10.0.0.38 - - [2025-09-08 04:06:26] "GET /projects?obj_uuids=37df7307-cc06-427e-aea2-76410ade40b4&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001450 10.0.0.41 - - [2025-09-08 04:06:27] "GET /project/37df7307-cc06-427e-aea2-76410ade40b4?fields=security_groups HTTP/1.1" 200 1261 0.051296 10.0.0.41 - - [2025-09-08 04:06:27] "POST /fqname-to-id HTTP/1.1" 404 181 0.026654 10.0.0.38 - - [2025-09-08 04:06:27] "GET /projects?obj_uuids=f36b7d54-587d-4857-8b62-6d6cc34c808d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004143 10.0.0.38 - - [2025-09-08 04:06:28] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.38 - - [2025-09-08 04:06:28] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.042144 10.0.0.38 - - [2025-09-08 04:06:28] "POST /id-to-fqname HTTP/1.1" 200 183 0.005025 10.0.0.38 - - [2025-09-08 04:06:28] "POST /fqname-to-id HTTP/1.1" 404 192 0.005502 10.0.0.38 - - [2025-09-08 04:06:28] "POST /security-groups HTTP/1.1" 200 584 0.031074 10.0.0.27 - - [2025-09-08 04:06:28] "POST /fqname-to-id HTTP/1.1" 404 227 0.006326 10.0.0.38 - - [2025-09-08 04:06:28] "POST /projects HTTP/1.1" 200 571 0.269708 10.0.0.38 - - [2025-09-08 04:06:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.347525 10.0.0.27 - - [2025-09-08 04:06:28] "POST /access-control-lists HTTP/1.1" 200 587 0.034146 10.0.0.41 - - [2025-09-08 04:06:28] "GET /project/f36b7d54-587d-4857-8b62-6d6cc34c808d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.536023 10.0.0.41 - - [2025-09-08 04:06:29] "GET / HTTP/1.1" 200 35931 0.002480 10.0.0.38 - - [2025-09-08 04:06:32] "GET /projects?obj_uuids=f36b7d54-587d-4857-8b62-6d6cc34c808d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001194 10.0.0.41 - - [2025-09-08 04:06:32] "GET /project/f36b7d54-587d-4857-8b62-6d6cc34c808d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1336 0.051464 10.0.0.38 - - [2025-09-08 04:06:32] "GET /projects?obj_uuids=f36b7d54-587d-4857-8b62-6d6cc34c808d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001038 10.0.0.41 - - [2025-09-08 04:06:32] "GET /project/f36b7d54-587d-4857-8b62-6d6cc34c808d?fields=virtual_networks HTTP/1.1" 200 1019 0.043407 10.0.0.38 - - [2025-09-08 04:06:32] "GET /projects?obj_uuids=f36b7d54-587d-4857-8b62-6d6cc34c808d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001124 10.0.0.41 - - [2025-09-08 04:06:33] "GET /project/f36b7d54-587d-4857-8b62-6d6cc34c808d?fields=virtual_machine_interfaces HTTP/1.1" 200 1019 0.041702 10.0.0.38 - - [2025-09-08 04:06:33] "GET /projects?obj_uuids=f36b7d54-587d-4857-8b62-6d6cc34c808d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001052 10.0.0.41 - - [2025-09-08 04:06:33] "GET /project/f36b7d54-587d-4857-8b62-6d6cc34c808d?fields=security_groups HTTP/1.1" 200 1238 0.048611 10.0.0.41 - - [2025-09-08 04:06:34] "POST /fqname-to-id HTTP/1.1" 404 189 0.026618 10.0.0.38 - - [2025-09-08 04:06:34] "GET /projects?obj_uuids=3b7f235d-bc56-46f5-b5c5-7495db7e4479&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004708 10.0.0.38 - - [2025-09-08 04:06:34] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001158 10.0.0.38 - - [2025-09-08 04:06:34] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008848 10.0.0.38 - - [2025-09-08 04:06:34] "POST /id-to-fqname HTTP/1.1" 200 191 0.004984 10.0.0.38 - - [2025-09-08 04:06:34] "POST /fqname-to-id HTTP/1.1" 404 200 0.005597 10.0.0.38 - - [2025-09-08 04:06:34] "POST /security-groups HTTP/1.1" 200 592 0.077193 10.0.0.38 - - [2025-09-08 04:06:34] "POST /projects HTTP/1.1" 200 587 0.311768 10.0.0.27 - - [2025-09-08 04:06:34] "POST /fqname-to-id HTTP/1.1" 404 234 0.017581 10.0.0.38 - - [2025-09-08 04:06:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.381547 10.0.0.41 - - [2025-09-08 04:06:34] "GET /project/3b7f235d-bc56-46f5-b5c5-7495db7e4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.542532 10.0.0.41 - - [2025-09-08 04:06:36] "GET / HTTP/1.1" 200 35931 0.002273 10.0.0.38 - - [2025-09-08 04:06:39] "GET /projects?obj_uuids=3b7f235d-bc56-46f5-b5c5-7495db7e4479&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001431 10.0.0.41 - - [2025-09-08 04:06:39] "GET /project/3b7f235d-bc56-46f5-b5c5-7495db7e4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043468 10.0.0.38 - - [2025-09-08 04:06:39] "GET /projects?obj_uuids=3b7f235d-bc56-46f5-b5c5-7495db7e4479&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001608 10.0.0.41 - - [2025-09-08 04:06:39] "GET /project/3b7f235d-bc56-46f5-b5c5-7495db7e4479?fields=virtual_networks HTTP/1.1" 200 1034 0.059422 10.0.0.38 - - [2025-09-08 04:06:39] "GET /projects?obj_uuids=3b7f235d-bc56-46f5-b5c5-7495db7e4479&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001675 10.0.0.41 - - [2025-09-08 04:06:39] "GET /project/3b7f235d-bc56-46f5-b5c5-7495db7e4479?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.042157 10.0.0.38 - - [2025-09-08 04:06:39] "GET /projects?obj_uuids=3b7f235d-bc56-46f5-b5c5-7495db7e4479&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001244 10.0.0.41 - - [2025-09-08 04:06:39] "GET /project/3b7f235d-bc56-46f5-b5c5-7495db7e4479?fields=security_groups HTTP/1.1" 200 1261 0.045960 10.0.0.41 - - [2025-09-08 04:06:40] "POST /fqname-to-id HTTP/1.1" 404 195 0.027356 10.0.0.38 - - [2025-09-08 04:06:40] "GET /projects?obj_uuids=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003640 10.0.0.38 - - [2025-09-08 04:06:41] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001350 10.0.0.38 - - [2025-09-08 04:06:41] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010535 10.0.0.38 - - [2025-09-08 04:06:41] "POST /id-to-fqname HTTP/1.1" 200 197 0.002152 10.0.0.38 - - [2025-09-08 04:06:41] "POST /fqname-to-id HTTP/1.1" 404 206 0.009509 10.0.0.38 - - [2025-09-08 04:06:41] "POST /security-groups HTTP/1.1" 200 598 0.079152 10.0.0.38 - - [2025-09-08 04:06:41] "POST /projects HTTP/1.1" 200 599 0.299590 10.0.0.27 - - [2025-09-08 04:06:41] "POST /access-control-lists HTTP/1.1" 200 603 0.031429 10.0.0.38 - - [2025-09-08 04:06:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.376241 10.0.0.41 - - [2025-09-08 04:06:41] "GET /project/9b46b284-c926-4d8b-84a2-d55a42b9f16e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.530858 10.0.0.41 - - [2025-09-08 04:06:42] "GET / HTTP/1.1" 200 35931 0.001781 10.0.0.41 - - [2025-09-08 04:06:44] "POST /fqname-to-id HTTP/1.1" 401 292 0.000601 10.0.0.41 - - [2025-09-08 04:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.058433 10.0.0.41 - - [2025-09-08 04:06:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004506 10.0.0.41 - - [2025-09-08 04:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.41 - - [2025-09-08 04:06:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004899 10.0.0.41 - - [2025-09-08 04:06:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.41 - - [2025-09-08 04:06:45] "PUT /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6 HTTP/1.1" 200 276 0.016065 10.0.0.41 - - [2025-09-08 04:06:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.38 - - [2025-09-08 04:06:45] "GET /projects?obj_uuids=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001212 10.0.0.41 - - [2025-09-08 04:06:45] "GET /project/9b46b284-c926-4d8b-84a2-d55a42b9f16e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.045017 10.0.0.27 - - [2025-09-08 04:06:45] "POST /route-targets HTTP/1.1" 200 327 0.018028 10.0.0.38 - - [2025-09-08 04:06:45] "POST /useragent-kv HTTP/1.1" 200 115 0.006244 10.0.0.41 - - [2025-09-08 04:06:45] "POST /neutron/subnet HTTP/1.1" 200 701 0.284943 10.0.0.41 - - [2025-09-08 04:06:45] "POST /id-to-fqname HTTP/1.1" 200 218 0.001666 10.0.0.41 - - [2025-09-08 04:06:45] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006320 10.0.0.41 - - [2025-09-08 04:06:45] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007400 10.0.0.41 - - [2025-09-08 04:06:45] "POST /neutron/network HTTP/1.1" 200 808 0.008740 10.0.0.41 - - [2025-09-08 04:06:45] "POST /id-to-fqname HTTP/1.1" 200 218 0.001409 10.0.0.38 - - [2025-09-08 04:06:46] "GET /projects?obj_uuids=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001765 10.0.0.41 - - [2025-09-08 04:06:46] "GET /project/9b46b284-c926-4d8b-84a2-d55a42b9f16e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.071785 10.0.0.41 - - [2025-09-08 04:06:46] "POST /neutron/network HTTP/1.1" 200 808 0.007067 10.0.0.41 - - [2025-09-08 04:06:47] "POST /id-to-fqname HTTP/1.1" 200 218 0.001580 10.0.0.41 - - [2025-09-08 04:06:47] "POST /neutron/port HTTP/1.1" 200 117 0.008052 10.0.0.38 - - [2025-09-08 04:06:47] "GET /projects?obj_uuids=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001241 10.0.0.38 - - [2025-09-08 04:06:48] "GET /projects?obj_uuids=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001070 10.0.0.41 - - [2025-09-08 04:06:48] "GET /project/9b46b284-c926-4d8b-84a2-d55a42b9f16e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.113910 10.0.0.41 - - [2025-09-08 04:06:48] "POST /neutron/port HTTP/1.1" 200 1062 0.359226 10.0.0.41 - - [2025-09-08 04:06:48] "POST /neutron/port HTTP/1.1" 200 1062 0.013416 10.0.0.41 - - [2025-09-08 04:06:48] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009816 10.0.0.41 - - [2025-09-08 04:06:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004687 10.0.0.41 - - [2025-09-08 04:06:48] "POST /neutron/network HTTP/1.1" 200 808 0.009239 10.0.0.41 - - [2025-09-08 04:06:49] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.016254 10.0.0.41 - - [2025-09-08 04:06:49] "POST /neutron/port HTTP/1.1" 200 1062 0.056154 10.0.0.41 - - [2025-09-08 04:06:49] "POST /neutron/port HTTP/1.1" 200 1090 0.019931 10.0.0.41 - - [2025-09-08 04:06:50] "POST /neutron/port HTTP/1.1" 200 117 0.001500 10.0.0.38 - - [2025-09-08 04:06:51] "GET /obj-perms HTTP/1.1" 200 5044 0.066824 10.0.0.41 - - [2025-09-08 04:06:51] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008613 10.0.0.41 - - [2025-09-08 04:06:51] "POST /neutron/port HTTP/1.1" 200 1090 0.020310 10.0.0.41 - - [2025-09-08 04:06:51] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008041 10.0.0.41 - - [2025-09-08 04:06:51] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 401 292 0.000429 10.0.0.41 - - [2025-09-08 04:06:51] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 200 1299 0.030151 10.0.0.41 - - [2025-09-08 04:06:51] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 200 1299 0.004285 10.0.0.41 - - [2025-09-08 04:06:51] "GET /virtual-machine-interface/29bc05dc-c11c-4186-b6c6-72c2f8e5568b HTTP/1.1" 200 2949 0.007653 10.0.0.41 - - [2025-09-08 04:06:51] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 200 1299 0.005018 10.0.0.41 - - [2025-09-08 04:06:51] "GET /virtual-machine-interface/29bc05dc-c11c-4186-b6c6-72c2f8e5568b HTTP/1.1" 200 2949 0.006239 10.0.0.41 - - [2025-09-08 04:06:51] "GET /instance-ip/4fe6f633-af88-4f31-aee9-6fa3b509cd38 HTTP/1.1" 200 1620 0.009158 10.0.0.41 - - [2025-09-08 04:06:51] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 200 1299 0.003836 10.0.0.41 - - [2025-09-08 04:06:51] "GET /virtual-machine-interface/29bc05dc-c11c-4186-b6c6-72c2f8e5568b HTTP/1.1" 200 2949 0.006859 10.0.0.41 - - [2025-09-08 04:06:51] "GET /instance-ip/4fe6f633-af88-4f31-aee9-6fa3b509cd38 HTTP/1.1" 200 1620 0.005779 10.0.0.41 - - [2025-09-08 04:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.41 - - [2025-09-08 04:06:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005091 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003902 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008429 10.0.0.41 - - [2025-09-08 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004515 10.0.0.41 - - [2025-09-08 04:06:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005720 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003405 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006289 10.0.0.41 - - [2025-09-08 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.41 - - [2025-09-08 04:06:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004101 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003375 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006931 10.0.0.41 - - [2025-09-08 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.41 - - [2025-09-08 04:06:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008771 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.006132 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006588 10.0.0.41 - - [2025-09-08 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.41 - - [2025-09-08 04:06:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004251 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003489 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006547 10.0.0.41 - - [2025-09-08 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004971 10.0.0.41 - - [2025-09-08 04:06:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004843 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003484 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007453 10.0.0.41 - - [2025-09-08 04:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.41 - - [2025-09-08 04:06:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004842 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003256 10.0.0.41 - - [2025-09-08 04:06:52] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006892 10.0.0.41 - - [2025-09-08 04:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.41 - - [2025-09-08 04:06:55] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006236 10.0.0.41 - - [2025-09-08 04:07:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.41 - - [2025-09-08 04:07:00] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007277 10.0.0.27 - - [2025-09-08 04:07:01] "DELETE /access-control-list/08615cd6-d700-4809-9e61-476502535496 HTTP/1.1" 200 115 0.088245 10.0.0.41 - - [2025-09-08 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.41 - - [2025-09-08 04:07:04] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.016168 10.0.0.41 - - [2025-09-08 04:07:05] "POST /neutron/network HTTP/1.1" 200 818 0.008480 10.0.0.41 - - [2025-09-08 04:07:05] "POST /neutron/port HTTP/1.1" 200 117 0.001521 10.0.0.41 - - [2025-09-08 04:07:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.41 - - [2025-09-08 04:07:08] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006251 10.0.0.41 - - [2025-09-08 04:07:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003705 10.0.0.41 - - [2025-09-08 04:07:12] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006077 10.0.0.38 - - [2025-09-08 04:07:13] "DELETE /project/37df7307-cc06-427e-aea2-76410ade40b4 HTTP/1.1" 404 177 0.010031 10.0.0.38 - - [2025-09-08 04:07:13] "DELETE /project/3b7f235dbc5646f5b5c57495db7e4479 HTTP/1.1" 404 173 0.015147 10.0.0.38 - - [2025-09-08 04:07:13] "DELETE /project/f36b7d54587d48578b626d6cc34c808d HTTP/1.1" 404 173 0.014120 10.0.0.38 - - [2025-09-08 04:07:13] "DELETE /project/9b46b284c9264d8b84a2d55a42b9f16e HTTP/1.1" 404 173 0.009918 10.0.0.38 - - [2025-09-08 04:07:13] "GET /projects?obj_uuids=3b7f235d-bc56-46f5-b5c5-7495db7e4479&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000956 10.0.0.38 - - [2025-09-08 04:07:13] "GET /projects?obj_uuids=f36b7d54-587d-4857-8b62-6d6cc34c808d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000871 10.0.0.38 - - [2025-09-08 04:07:13] "GET /project/f36b7d54-587d-4857-8b62-6d6cc34c808d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1441 0.049417 10.0.0.38 - - [2025-09-08 04:07:13] "GET /project/3b7f235d-bc56-46f5-b5c5-7495db7e4479?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.055528 10.0.0.38 - - [2025-09-08 04:07:13] "GET /projects?obj_uuids=f36b7d54-587d-4857-8b62-6d6cc34c808d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002427 10.0.0.38 - - [2025-09-08 04:07:13] "GET /projects?obj_uuids=3b7f235d-bc56-46f5-b5c5-7495db7e4479&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.38 - - [2025-09-08 04:07:13] "GET /project/f36b7d54-587d-4857-8b62-6d6cc34c808d?fields=security_groups HTTP/1.1" 200 1343 0.076457 10.0.0.38 - - [2025-09-08 04:07:13] "GET /project/3b7f235d-bc56-46f5-b5c5-7495db7e4479?fields=security_groups HTTP/1.1" 200 1366 0.081511 10.0.0.38 - - [2025-09-08 04:07:13] "DELETE /security-group/e0846800-b996-4560-937c-f3b714317136 HTTP/1.1" 200 115 0.059510 10.0.0.38 - - [2025-09-08 04:07:13] "GET /projects?obj_uuids=f36b7d54-587d-4857-8b62-6d6cc34c808d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001403 10.0.0.38 - - [2025-09-08 04:07:13] "DELETE /security-group/ec4184ce-ff50-498e-8b13-7286210e885d HTTP/1.1" 200 115 0.089648 10.0.0.38 - - [2025-09-08 04:07:13] "GET /projects?obj_uuids=3b7f235d-bc56-46f5-b5c5-7495db7e4479&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001173 10.0.0.38 - - [2025-09-08 04:07:13] "GET /project/f36b7d54-587d-4857-8b62-6d6cc34c808d?fields=application_policy_sets HTTP/1.1" 200 1382 0.086430 10.0.0.38 - - [2025-09-08 04:07:13] "GET /project/3b7f235d-bc56-46f5-b5c5-7495db7e4479?fields=application_policy_sets HTTP/1.1" 200 1405 0.139463 10.0.0.27 - - [2025-09-08 04:07:13] "DELETE /access-control-list/4e0a2e4d-781d-4cb4-9cba-050f71f56617 HTTP/1.1" 200 115 0.075263 10.0.0.38 - - [2025-09-08 04:07:13] "DELETE /project/f36b7d54-587d-4857-8b62-6d6cc34c808d HTTP/1.1" 200 115 0.610962 10.0.0.38 - - [2025-09-08 04:07:13] "DELETE /project/3b7f235d-bc56-46f5-b5c5-7495db7e4479 HTTP/1.1" 200 115 0.653064 10.0.0.41 - - [2025-09-08 04:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.41 - - [2025-09-08 04:07:16] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007185 10.0.0.41 - - [2025-09-08 04:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.41 - - [2025-09-08 04:07:20] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006394 10.0.0.41 - - [2025-09-08 04:07:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.41 - - [2025-09-08 04:07:24] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.005846 10.0.0.41 - - [2025-09-08 04:07:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.41 - - [2025-09-08 04:07:28] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004995 10.0.0.41 - - [2025-09-08 04:07:28] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003407 10.0.0.41 - - [2025-09-08 04:07:28] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007162 10.0.0.41 - - [2025-09-08 04:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.41 - - [2025-09-08 04:07:29] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003799 10.0.0.41 - - [2025-09-08 04:07:29] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003592 10.0.0.41 - - [2025-09-08 04:07:29] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006630 10.0.0.41 - - [2025-09-08 04:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.41 - - [2025-09-08 04:07:29] "GET /routing-instance/c127363f-4929-41ff-ae10-41701fed8b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005602 10.0.0.41 - - [2025-09-08 04:07:29] "GET /route-target/d4b01d86-7d76-4fc0-8157-63a3c614c2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005923 10.0.0.41 - - [2025-09-08 04:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004509 10.0.0.41 - - [2025-09-08 04:07:29] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005511 10.0.0.41 - - [2025-09-08 04:07:29] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003553 10.0.0.41 - - [2025-09-08 04:07:29] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006457 10.0.0.41 - - [2025-09-08 04:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.41 - - [2025-09-08 04:07:29] "GET /routing-instance/c127363f-4929-41ff-ae10-41701fed8b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005831 10.0.0.41 - - [2025-09-08 04:07:29] "GET /route-target/d4b01d86-7d76-4fc0-8157-63a3c614c2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006474 10.0.0.41 - - [2025-09-08 04:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.41 - - [2025-09-08 04:07:29] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007008 10.0.0.41 - - [2025-09-08 04:07:29] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003699 10.0.0.41 - - [2025-09-08 04:07:29] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006913 10.0.0.41 - - [2025-09-08 04:07:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.41 - - [2025-09-08 04:07:29] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005358 10.0.0.41 - - [2025-09-08 04:07:29] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003516 10.0.0.41 - - [2025-09-08 04:07:30] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008507 10.0.0.41 - - [2025-09-08 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.41 - - [2025-09-08 04:07:30] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004877 10.0.0.41 - - [2025-09-08 04:07:30] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004128 10.0.0.41 - - [2025-09-08 04:07:30] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008161 10.0.0.41 - - [2025-09-08 04:07:30] "GET /obj-perms HTTP/1.1" 200 5044 0.048051 10.0.0.41 - - [2025-09-08 04:07:30] "GET /obj-perms HTTP/1.1" 200 5044 0.004448 10.0.0.38 - - [2025-09-08 04:07:30] "GET /obj-perms HTTP/1.1" 200 5044 0.004062 10.0.0.41 - - [2025-09-08 04:07:30] "GET /obj-perms HTTP/1.1" 200 5044 0.004479 10.0.0.41 - - [2025-09-08 04:07:30] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010594 10.0.0.41 - - [2025-09-08 04:07:30] "POST /neutron/port HTTP/1.1" 200 1090 0.017936 10.0.0.41 - - [2025-09-08 04:07:31] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008781 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 200 1298 0.007178 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 200 1298 0.005002 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-machine-interface/cafd761b-b081-4c6c-81bf-e9473813faf3 HTTP/1.1" 200 2949 0.006482 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 200 1298 0.004498 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-machine-interface/cafd761b-b081-4c6c-81bf-e9473813faf3 HTTP/1.1" 200 2949 0.007565 10.0.0.41 - - [2025-09-08 04:07:31] "GET /instance-ip/2e462ab2-4070-4372-a513-f78d2cbbdbc3 HTTP/1.1" 200 1620 0.008792 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 200 1298 0.004541 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-machine-interface/cafd761b-b081-4c6c-81bf-e9473813faf3 HTTP/1.1" 200 2949 0.006091 10.0.0.41 - - [2025-09-08 04:07:31] "GET /instance-ip/2e462ab2-4070-4372-a513-f78d2cbbdbc3 HTTP/1.1" 200 1620 0.005439 10.0.0.41 - - [2025-09-08 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.41 - - [2025-09-08 04:07:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005688 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004167 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007387 10.0.0.41 - - [2025-09-08 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005091 10.0.0.41 - - [2025-09-08 04:07:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004849 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003911 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006991 10.0.0.41 - - [2025-09-08 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.41 - - [2025-09-08 04:07:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005064 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004006 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010313 10.0.0.41 - - [2025-09-08 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.41 - - [2025-09-08 04:07:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005045 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003555 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007958 10.0.0.41 - - [2025-09-08 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.41 - - [2025-09-08 04:07:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005218 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003657 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006270 10.0.0.41 - - [2025-09-08 04:07:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.41 - - [2025-09-08 04:07:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004703 10.0.0.41 - - [2025-09-08 04:07:31] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003971 10.0.0.41 - - [2025-09-08 04:07:32] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008004 10.0.0.41 - - [2025-09-08 04:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003964 10.0.0.41 - - [2025-09-08 04:07:32] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004755 10.0.0.41 - - [2025-09-08 04:07:32] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003708 10.0.0.41 - - [2025-09-08 04:07:32] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007365 10.0.0.41 - - [2025-09-08 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.41 - - [2025-09-08 04:07:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004720 10.0.0.41 - - [2025-09-08 04:07:33] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003545 10.0.0.41 - - [2025-09-08 04:07:33] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006877 10.0.0.41 - - [2025-09-08 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.41 - - [2025-09-08 04:07:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004413 10.0.0.41 - - [2025-09-08 04:07:33] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003173 10.0.0.41 - - [2025-09-08 04:07:33] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007017 10.0.0.41 - - [2025-09-08 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.41 - - [2025-09-08 04:07:33] "GET /routing-instance/c127363f-4929-41ff-ae10-41701fed8b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005031 10.0.0.41 - - [2025-09-08 04:07:33] "GET /route-target/d4b01d86-7d76-4fc0-8157-63a3c614c2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004805 10.0.0.41 - - [2025-09-08 04:07:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.41 - - [2025-09-08 04:07:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004792 10.0.0.41 - - [2025-09-08 04:07:33] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003723 10.0.0.41 - - [2025-09-08 04:07:34] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007285 10.0.0.41 - - [2025-09-08 04:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.41 - - [2025-09-08 04:07:34] "GET /routing-instance/c127363f-4929-41ff-ae10-41701fed8b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005288 10.0.0.41 - - [2025-09-08 04:07:34] "GET /route-target/d4b01d86-7d76-4fc0-8157-63a3c614c2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006560 10.0.0.41 - - [2025-09-08 04:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.41 - - [2025-09-08 04:07:34] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006741 10.0.0.41 - - [2025-09-08 04:07:34] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003496 10.0.0.41 - - [2025-09-08 04:07:34] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006761 10.0.0.41 - - [2025-09-08 04:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006132 10.0.0.41 - - [2025-09-08 04:07:34] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005504 10.0.0.41 - - [2025-09-08 04:07:34] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003757 10.0.0.41 - - [2025-09-08 04:07:34] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007776 10.0.0.41 - - [2025-09-08 04:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.41 - - [2025-09-08 04:07:34] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004840 10.0.0.41 - - [2025-09-08 04:07:34] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003695 10.0.0.41 - - [2025-09-08 04:07:34] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007035 10.0.0.41 - - [2025-09-08 04:07:34] "GET /obj-perms HTTP/1.1" 200 5044 0.005267 10.0.0.38 - - [2025-09-08 04:07:34] "GET /obj-perms HTTP/1.1" 200 5044 0.004349 10.0.0.41 - - [2025-09-08 04:07:34] "GET /obj-perms HTTP/1.1" 200 5044 0.004410 10.0.0.38 - - [2025-09-08 04:07:34] "GET /obj-perms HTTP/1.1" 200 5044 0.006618 10.0.0.41 - - [2025-09-08 04:07:34] "GET /obj-perms HTTP/1.1" 200 5044 0.004737 10.0.0.27 - - [2025-09-08 04:07:35] "GET /obj-perms HTTP/1.1" 200 5044 0.059803 10.0.0.41 - - [2025-09-08 04:07:35] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 200 1299 0.004430 10.0.0.41 - - [2025-09-08 04:07:35] "GET /virtual-machine-interface/29bc05dc-c11c-4186-b6c6-72c2f8e5568b HTTP/1.1" 200 2949 0.006268 10.0.0.41 - - [2025-09-08 04:07:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.41 - - [2025-09-08 04:07:35] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007140 10.0.0.41 - - [2025-09-08 04:07:35] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003552 10.0.0.41 - - [2025-09-08 04:07:35] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007704 10.0.0.41 - - [2025-09-08 04:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.41 - - [2025-09-08 04:07:36] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004274 10.0.0.41 - - [2025-09-08 04:07:36] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004233 10.0.0.41 - - [2025-09-08 04:07:36] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006998 10.0.0.41 - - [2025-09-08 04:07:37] "POST /neutron/port HTTP/1.1" 200 1090 0.017980 10.0.0.41 - - [2025-09-08 04:07:38] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007772 10.0.0.41 - - [2025-09-08 04:07:46] "POST /neutron/port HTTP/1.1" 200 1090 0.017222 10.0.0.41 - - [2025-09-08 04:07:51] "POST /neutron/port HTTP/1.1" 200 1090 0.018029 10.0.0.41 - - [2025-09-08 04:07:51] "POST /neutron/subnet HTTP/1.1" 200 675 0.010968 10.0.0.41 - - [2025-09-08 04:07:52] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 200 1298 0.005174 10.0.0.41 - - [2025-09-08 04:07:52] "GET /virtual-machine-interface/cafd761b-b081-4c6c-81bf-e9473813faf3 HTTP/1.1" 200 2949 0.007210 10.0.0.41 - - [2025-09-08 04:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004445 10.0.0.41 - - [2025-09-08 04:07:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004184 10.0.0.41 - - [2025-09-08 04:07:52] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003940 10.0.0.41 - - [2025-09-08 04:07:52] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007296 10.0.0.41 - - [2025-09-08 04:07:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084 10.0.0.41 - - [2025-09-08 04:07:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007214 10.0.0.41 - - [2025-09-08 04:07:53] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003775 10.0.0.41 - - [2025-09-08 04:07:53] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007573 10.0.0.38 - - [2025-09-08 04:07:58] "GET /global-system-configs HTTP/1.1" 200 322 0.108320 10.0.0.38 - - [2025-09-08 04:07:58] "GET /obj-perms HTTP/1.1" 200 5056 0.182524 10.0.0.27 - - [2025-09-08 04:07:59] "GET /global-system-configs HTTP/1.1" 200 322 0.064556 10.0.0.27 - - [2025-09-08 04:07:59] "GET /obj-perms HTTP/1.1" 200 5056 0.178089 10.0.0.27 - - [2025-09-08 04:07:59] "GET /global-system-configs HTTP/1.1" 200 322 0.095068 10.0.0.41 - - [2025-09-08 04:07:59] "GET /obj-perms HTTP/1.1" 200 5056 0.137581 10.0.0.38 - - [2025-09-08 04:08:00] "GET /global-system-configs HTTP/1.1" 200 322 0.072864 10.0.0.38 - - [2025-09-08 04:08:00] "GET /obj-perms HTTP/1.1" 200 5056 0.177768 10.0.0.41 - - [2025-09-08 04:08:01] "GET /global-system-configs HTTP/1.1" 200 322 0.030198 10.0.0.27 - - [2025-09-08 04:08:01] "GET /obj-perms HTTP/1.1" 200 5056 0.161475 10.0.0.41 - - [2025-09-08 04:08:01] "GET /global-system-configs HTTP/1.1" 200 322 0.034611 10.0.0.41 - - [2025-09-08 04:08:01] "GET /obj-perms HTTP/1.1" 200 5056 0.162086 10.0.0.41 - - [2025-09-08 04:08:05] "POST /neutron/port HTTP/1.1" 200 1090 0.019094 10.0.0.41 - - [2025-09-08 04:08:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004741 10.0.0.41 - - [2025-09-08 04:08:05] "POST /neutron/network HTTP/1.1" 200 808 0.009030 10.0.0.41 - - [2025-09-08 04:08:53] "POST /neutron/network HTTP/1.1" 200 818 0.007762 10.0.0.41 - - [2025-09-08 04:08:53] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.41 - - [2025-09-08 04:09:05] "POST /neutron/port HTTP/1.1" 200 1090 0.046538 10.0.0.41 - - [2025-09-08 04:09:05] "POST /neutron/subnet HTTP/1.1" 200 675 0.010533 10.0.0.38 - - [2025-09-08 04:09:37] "GET /obj-perms HTTP/1.1" 200 5056 0.050602 10.0.0.27 - - [2025-09-08 04:09:38] "GET /virtual-router/5f1e629a-8081-449d-8f8c-d9d010d0acaa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.037585 10.0.0.41 - - [2025-09-08 04:09:42] "POST /neutron/port HTTP/1.1" 200 1090 0.018773 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 200 1299 0.004728 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-machine-interface/29bc05dc-c11c-4186-b6c6-72c2f8e5568b HTTP/1.1" 200 2949 0.006350 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 200 1299 0.004691 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-machine-interface/29bc05dc-c11c-4186-b6c6-72c2f8e5568b HTTP/1.1" 200 2949 0.007239 10.0.0.41 - - [2025-09-08 04:09:42] "GET /instance-ip/4fe6f633-af88-4f31-aee9-6fa3b509cd38 HTTP/1.1" 200 1620 0.005215 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 200 1299 0.005442 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-machine-interface/29bc05dc-c11c-4186-b6c6-72c2f8e5568b HTTP/1.1" 200 2949 0.007054 10.0.0.41 - - [2025-09-08 04:09:42] "GET /instance-ip/4fe6f633-af88-4f31-aee9-6fa3b509cd38 HTTP/1.1" 200 1620 0.005272 10.0.0.41 - - [2025-09-08 04:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.41 - - [2025-09-08 04:09:42] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005145 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004502 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007005 10.0.0.41 - - [2025-09-08 04:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.41 - - [2025-09-08 04:09:42] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005044 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004343 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007469 10.0.0.41 - - [2025-09-08 04:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.41 - - [2025-09-08 04:09:42] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005366 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003631 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007195 10.0.0.41 - - [2025-09-08 04:09:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.006506 10.0.0.41 - - [2025-09-08 04:09:42] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004662 10.0.0.41 - - [2025-09-08 04:09:42] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004258 10.0.0.41 - - [2025-09-08 04:09:43] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007642 10.0.0.41 - - [2025-09-08 04:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.41 - - [2025-09-08 04:09:43] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004125 10.0.0.41 - - [2025-09-08 04:09:43] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003565 10.0.0.41 - - [2025-09-08 04:09:43] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006805 10.0.0.41 - - [2025-09-08 04:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.41 - - [2025-09-08 04:09:43] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004895 10.0.0.41 - - [2025-09-08 04:09:43] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003906 10.0.0.41 - - [2025-09-08 04:09:43] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007038 10.0.0.41 - - [2025-09-08 04:09:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.41 - - [2025-09-08 04:09:43] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.008098 10.0.0.41 - - [2025-09-08 04:09:43] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004065 10.0.0.41 - - [2025-09-08 04:09:43] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007108 10.0.0.41 - - [2025-09-08 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004081 10.0.0.41 - - [2025-09-08 04:09:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004622 10.0.0.41 - - [2025-09-08 04:09:44] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003373 10.0.0.41 - - [2025-09-08 04:09:44] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006922 10.0.0.41 - - [2025-09-08 04:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004880 10.0.0.41 - - [2025-09-08 04:09:44] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004447 10.0.0.41 - - [2025-09-08 04:09:44] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004164 10.0.0.41 - - [2025-09-08 04:09:45] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.009713 10.0.0.41 - - [2025-09-08 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.41 - - [2025-09-08 04:09:45] "GET /routing-instance/c127363f-4929-41ff-ae10-41701fed8b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004681 10.0.0.41 - - [2025-09-08 04:09:45] "GET /route-target/d4b01d86-7d76-4fc0-8157-63a3c614c2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005012 10.0.0.41 - - [2025-09-08 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.41 - - [2025-09-08 04:09:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004504 10.0.0.41 - - [2025-09-08 04:09:45] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005274 10.0.0.41 - - [2025-09-08 04:09:45] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007461 10.0.0.41 - - [2025-09-08 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.41 - - [2025-09-08 04:09:45] "GET /routing-instance/c127363f-4929-41ff-ae10-41701fed8b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.009607 10.0.0.41 - - [2025-09-08 04:09:45] "GET /route-target/d4b01d86-7d76-4fc0-8157-63a3c614c2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005784 10.0.0.41 - - [2025-09-08 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.41 - - [2025-09-08 04:09:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004602 10.0.0.41 - - [2025-09-08 04:09:45] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003515 10.0.0.41 - - [2025-09-08 04:09:45] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006889 10.0.0.41 - - [2025-09-08 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004620 10.0.0.41 - - [2025-09-08 04:09:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006106 10.0.0.41 - - [2025-09-08 04:09:45] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004340 10.0.0.41 - - [2025-09-08 04:09:45] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006514 10.0.0.41 - - [2025-09-08 04:09:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.41 - - [2025-09-08 04:09:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004909 10.0.0.41 - - [2025-09-08 04:09:45] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003539 10.0.0.41 - - [2025-09-08 04:09:45] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007853 10.0.0.38 - - [2025-09-08 04:09:49] "GET /obj-perms HTTP/1.1" 200 5044 0.006493 10.0.0.41 - - [2025-09-08 04:09:49] "GET /obj-perms HTTP/1.1" 200 5044 0.004181 10.0.0.41 - - [2025-09-08 04:09:50] "GET /obj-perms HTTP/1.1" 200 5044 0.006427 10.0.0.41 - - [2025-09-08 04:09:50] "GET /obj-perms HTTP/1.1" 200 5044 0.004746 10.0.0.27 - - [2025-09-08 04:09:50] "GET /obj-perms HTTP/1.1" 200 5044 0.008594 10.0.0.38 - - [2025-09-08 04:09:50] "GET /obj-perms HTTP/1.1" 200 5044 0.005762 10.0.0.41 - - [2025-09-08 04:09:50] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008460 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 200 1298 0.004888 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-machine-interface/cafd761b-b081-4c6c-81bf-e9473813faf3 HTTP/1.1" 200 2949 0.006493 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 200 1298 0.004472 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-machine-interface/cafd761b-b081-4c6c-81bf-e9473813faf3 HTTP/1.1" 200 2949 0.006215 10.0.0.41 - - [2025-09-08 04:09:50] "GET /instance-ip/2e462ab2-4070-4372-a513-f78d2cbbdbc3 HTTP/1.1" 200 1620 0.004505 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 200 1298 0.004081 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-machine-interface/cafd761b-b081-4c6c-81bf-e9473813faf3 HTTP/1.1" 200 2949 0.006704 10.0.0.41 - - [2025-09-08 04:09:50] "GET /instance-ip/2e462ab2-4070-4372-a513-f78d2cbbdbc3 HTTP/1.1" 200 1620 0.004853 10.0.0.41 - - [2025-09-08 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003954 10.0.0.41 - - [2025-09-08 04:09:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004288 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003673 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007483 10.0.0.41 - - [2025-09-08 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004529 10.0.0.41 - - [2025-09-08 04:09:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005843 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004377 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007105 10.0.0.41 - - [2025-09-08 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004325 10.0.0.41 - - [2025-09-08 04:09:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003956 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003446 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007031 10.0.0.41 - - [2025-09-08 04:09:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.41 - - [2025-09-08 04:09:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004704 10.0.0.41 - - [2025-09-08 04:09:50] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003450 10.0.0.41 - - [2025-09-08 04:09:51] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007012 10.0.0.41 - - [2025-09-08 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.41 - - [2025-09-08 04:09:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005258 10.0.0.41 - - [2025-09-08 04:09:51] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003689 10.0.0.41 - - [2025-09-08 04:09:51] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007353 10.0.0.41 - - [2025-09-08 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.41 - - [2025-09-08 04:09:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004944 10.0.0.41 - - [2025-09-08 04:09:51] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003889 10.0.0.41 - - [2025-09-08 04:09:51] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006893 10.0.0.41 - - [2025-09-08 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.41 - - [2025-09-08 04:09:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006331 10.0.0.41 - - [2025-09-08 04:09:51] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004053 10.0.0.41 - - [2025-09-08 04:09:51] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007085 10.0.0.41 - - [2025-09-08 04:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.41 - - [2025-09-08 04:09:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007498 10.0.0.41 - - [2025-09-08 04:09:52] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004080 10.0.0.41 - - [2025-09-08 04:09:52] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008512 10.0.0.41 - - [2025-09-08 04:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.41 - - [2025-09-08 04:09:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003867 10.0.0.41 - - [2025-09-08 04:09:52] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003378 10.0.0.41 - - [2025-09-08 04:09:52] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007118 10.0.0.41 - - [2025-09-08 04:09:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003581 10.0.0.41 - - [2025-09-08 04:09:53] "GET /routing-instance/c127363f-4929-41ff-ae10-41701fed8b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005617 10.0.0.41 - - [2025-09-08 04:09:53] "GET /route-target/d4b01d86-7d76-4fc0-8157-63a3c614c2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004473 10.0.0.41 - - [2025-09-08 04:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.41 - - [2025-09-08 04:09:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004586 10.0.0.41 - - [2025-09-08 04:09:53] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003433 10.0.0.41 - - [2025-09-08 04:09:53] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006991 10.0.0.41 - - [2025-09-08 04:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.41 - - [2025-09-08 04:09:53] "GET /routing-instance/c127363f-4929-41ff-ae10-41701fed8b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005740 10.0.0.41 - - [2025-09-08 04:09:53] "GET /route-target/d4b01d86-7d76-4fc0-8157-63a3c614c2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005277 10.0.0.41 - - [2025-09-08 04:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.41 - - [2025-09-08 04:09:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006075 10.0.0.41 - - [2025-09-08 04:09:53] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004216 10.0.0.41 - - [2025-09-08 04:09:53] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006646 10.0.0.41 - - [2025-09-08 04:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.41 - - [2025-09-08 04:09:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005079 10.0.0.41 - - [2025-09-08 04:09:53] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003725 10.0.0.41 - - [2025-09-08 04:09:53] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008309 10.0.0.41 - - [2025-09-08 04:09:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.41 - - [2025-09-08 04:09:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004616 10.0.0.41 - - [2025-09-08 04:09:53] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003709 10.0.0.41 - - [2025-09-08 04:09:53] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.010381 10.0.0.41 - - [2025-09-08 04:09:54] "POST /neutron/network HTTP/1.1" 200 818 0.007935 10.0.0.41 - - [2025-09-08 04:09:54] "POST /neutron/port HTTP/1.1" 200 117 0.001661 10.0.0.38 - - [2025-09-08 04:09:57] "GET /obj-perms HTTP/1.1" 200 5044 0.004782 10.0.0.41 - - [2025-09-08 04:09:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004733 10.0.0.41 - - [2025-09-08 04:09:59] "GET /obj-perms HTTP/1.1" 200 5044 0.004591 10.0.0.38 - - [2025-09-08 04:10:00] "GET /obj-perms HTTP/1.1" 200 5044 0.004503 10.0.0.41 - - [2025-09-08 04:10:00] "GET /obj-perms HTTP/1.1" 200 5044 0.004398 10.0.0.27 - - [2025-09-08 04:10:00] "GET /obj-perms HTTP/1.1" 200 5044 0.004282 10.0.0.41 - - [2025-09-08 04:10:07] "POST /neutron/port HTTP/1.1" 200 1090 0.018373 10.0.0.41 - - [2025-09-08 04:10:07] "POST /neutron/subnet HTTP/1.1" 200 675 0.011069 10.0.0.41 - - [2025-09-08 04:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005323 10.0.0.41 - - [2025-09-08 04:10:20] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004822 10.0.0.41 - - [2025-09-08 04:10:20] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003839 10.0.0.41 - - [2025-09-08 04:10:20] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.008144 10.0.0.41 - - [2025-09-08 04:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.41 - - [2025-09-08 04:10:21] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.013303 10.0.0.41 - - [2025-09-08 04:10:21] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.011590 10.0.0.41 - - [2025-09-08 04:10:22] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007395 10.0.0.41 - - [2025-09-08 04:10:37] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 200 1298 0.005673 10.0.0.41 - - [2025-09-08 04:10:37] "GET /virtual-machine-interface/cafd761b-b081-4c6c-81bf-e9473813faf3 HTTP/1.1" 200 2949 0.006260 10.0.0.41 - - [2025-09-08 04:10:37] "GET /instance-ip/2e462ab2-4070-4372-a513-f78d2cbbdbc3 HTTP/1.1" 200 1620 0.005119 10.0.0.41 - - [2025-09-08 04:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004933 10.0.0.41 - - [2025-09-08 04:10:37] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004815 10.0.0.41 - - [2025-09-08 04:10:37] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004728 10.0.0.41 - - [2025-09-08 04:10:37] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.007878 10.0.0.41 - - [2025-09-08 04:10:41] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 200 1298 0.007174 10.0.0.41 - - [2025-09-08 04:10:41] "POST /neutron/port HTTP/1.1" 200 1090 0.022757 10.0.0.41 - - [2025-09-08 04:10:43] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003644 10.0.0.41 - - [2025-09-08 04:10:43] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003683 10.0.0.41 - - [2025-09-08 04:10:43] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004197 10.0.0.41 - - [2025-09-08 04:10:44] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003436 10.0.0.41 - - [2025-09-08 04:10:45] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004957 10.0.0.41 - - [2025-09-08 04:10:46] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004163 10.0.0.41 - - [2025-09-08 04:10:47] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003454 10.0.0.41 - - [2025-09-08 04:10:48] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003735 10.0.0.41 - - [2025-09-08 04:10:49] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004013 10.0.0.41 - - [2025-09-08 04:10:49] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004076 10.0.0.41 - - [2025-09-08 04:10:50] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004461 10.0.0.41 - - [2025-09-08 04:10:51] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003861 10.0.0.41 - - [2025-09-08 04:10:52] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003819 10.0.0.41 - - [2025-09-08 04:10:53] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003779 10.0.0.41 - - [2025-09-08 04:10:54] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003854 10.0.0.41 - - [2025-09-08 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004096 10.0.0.41 - - [2025-09-08 04:10:54] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005117 10.0.0.41 - - [2025-09-08 04:10:54] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003794 10.0.0.41 - - [2025-09-08 04:10:54] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006498 10.0.0.41 - - [2025-09-08 04:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.41 - - [2025-09-08 04:10:54] "GET /routing-instance/c127363f-4929-41ff-ae10-41701fed8b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005995 10.0.0.41 - - [2025-09-08 04:10:54] "GET /route-target/d4b01d86-7d76-4fc0-8157-63a3c614c2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004591 10.0.0.41 - - [2025-09-08 04:10:54] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003592 10.0.0.41 - - [2025-09-08 04:10:55] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004242 10.0.0.41 - - [2025-09-08 04:10:56] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004195 10.0.0.41 - - [2025-09-08 04:10:57] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003985 10.0.0.41 - - [2025-09-08 04:10:58] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004318 10.0.0.41 - - [2025-09-08 04:10:59] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003920 10.0.0.41 - - [2025-09-08 04:10:59] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003309 10.0.0.41 - - [2025-09-08 04:11:00] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004540 10.0.0.41 - - [2025-09-08 04:11:01] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004432 10.0.0.41 - - [2025-09-08 04:11:02] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004048 10.0.0.41 - - [2025-09-08 04:11:03] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.004241 10.0.0.41 - - [2025-09-08 04:11:04] "GET /virtual-machine/3d7c313f-271e-48ea-8a9f-08b36a44e151 HTTP/1.1" 404 171 0.003614 10.0.0.41 - - [2025-09-08 04:11:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004817 10.0.0.27 - - [2025-09-08 04:11:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004916 10.0.0.38 - - [2025-09-08 04:11:04] "GET /obj-perms HTTP/1.1" 200 5044 0.004546 10.0.0.41 - - [2025-09-08 04:11:04] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 200 1299 0.005047 10.0.0.41 - - [2025-09-08 04:11:05] "POST /neutron/port HTTP/1.1" 200 1090 0.019835 10.0.0.41 - - [2025-09-08 04:11:06] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.003664 10.0.0.41 - - [2025-09-08 04:11:06] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.003745 10.0.0.41 - - [2025-09-08 04:11:06] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.003747 10.0.0.41 - - [2025-09-08 04:11:07] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.003870 10.0.0.41 - - [2025-09-08 04:11:08] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.003963 10.0.0.41 - - [2025-09-08 04:11:09] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.003581 10.0.0.41 - - [2025-09-08 04:11:10] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.003520 10.0.0.41 - - [2025-09-08 04:11:11] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.004179 10.0.0.41 - - [2025-09-08 04:11:12] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.004226 10.0.0.41 - - [2025-09-08 04:11:12] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.003472 10.0.0.41 - - [2025-09-08 04:11:13] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.003951 10.0.0.41 - - [2025-09-08 04:11:14] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.004001 10.0.0.41 - - [2025-09-08 04:11:15] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.003732 10.0.0.41 - - [2025-09-08 04:11:16] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.004475 10.0.0.41 - - [2025-09-08 04:11:17] "GET /virtual-machine/850d819d-74c7-455f-ad2c-b4420ba24ed8 HTTP/1.1" 404 171 0.003743 10.0.0.41 - - [2025-09-08 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005159 10.0.0.41 - - [2025-09-08 04:11:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004162 10.0.0.41 - - [2025-09-08 04:11:17] "GET /virtual-networks?parent_id=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003169 10.0.0.41 - - [2025-09-08 04:11:17] "GET /virtual-network/f8f813b6-6659-4491-8b0b-d782b16a5055?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.006376 10.0.0.41 - - [2025-09-08 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.41 - - [2025-09-08 04:11:17] "GET /routing-instance/c127363f-4929-41ff-ae10-41701fed8b65?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.007648 10.0.0.41 - - [2025-09-08 04:11:17] "GET /route-target/d4b01d86-7d76-4fc0-8157-63a3c614c2ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005295 10.0.0.41 - - [2025-09-08 04:11:20] "GET /obj-perms HTTP/1.1" 200 5044 0.004929 10.0.0.41 - - [2025-09-08 04:11:20] "GET /obj-perms HTTP/1.1" 200 5044 0.004809 10.0.0.41 - - [2025-09-08 04:11:20] "POST /neutron/network HTTP/1.1" 200 808 0.009194 10.0.0.27 - - [2025-09-08 04:11:20] "DELETE /route-target/d4b01d86-7d76-4fc0-8157-63a3c614c2ea HTTP/1.1" 200 115 0.053784 10.0.0.41 - - [2025-09-08 04:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.41 - - [2025-09-08 04:11:21] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005165 10.0.0.41 - - [2025-09-08 04:11:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.41 - - [2025-09-08 04:11:21] "PUT /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6 HTTP/1.1" 200 276 0.016967 10.0.0.38 - - [2025-09-08 04:11:23] "GET /projects?obj_uuids=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.026280 10.0.0.41 - - [2025-09-08 04:11:23] "GET /project/9b46b284-c926-4d8b-84a2-d55a42b9f16e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1391 0.090482 10.0.0.38 - - [2025-09-08 04:11:23] "GET /projects?obj_uuids=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001293 10.0.0.41 - - [2025-09-08 04:11:23] "GET /project/9b46b284-c926-4d8b-84a2-d55a42b9f16e?fields=virtual_networks HTTP/1.1" 200 1046 0.063353 10.0.0.38 - - [2025-09-08 04:11:24] "GET /projects?obj_uuids=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001208 10.0.0.41 - - [2025-09-08 04:11:24] "GET /project/9b46b284-c926-4d8b-84a2-d55a42b9f16e?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.056535 10.0.0.38 - - [2025-09-08 04:11:24] "GET /projects?obj_uuids=9b46b284-c926-4d8b-84a2-d55a42b9f16e&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001348 10.0.0.41 - - [2025-09-08 04:11:24] "GET /project/9b46b284-c926-4d8b-84a2-d55a42b9f16e?fields=security_groups HTTP/1.1" 200 1279 0.058817 10.0.0.41 - - [2025-09-08 04:11:25] "POST /fqname-to-id HTTP/1.1" 404 194 0.025413 10.0.0.38 - - [2025-09-08 04:11:25] "GET /projects?obj_uuids=fde753d3-19a5-4362-a34b-5655b7009876&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004040 10.0.0.38 - - [2025-09-08 04:11:25] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.38 - - [2025-09-08 04:11:25] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008268 10.0.0.38 - - [2025-09-08 04:11:25] "POST /id-to-fqname HTTP/1.1" 200 196 0.011001 10.0.0.38 - - [2025-09-08 04:11:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.008334 10.0.0.38 - - [2025-09-08 04:11:25] "POST /security-groups HTTP/1.1" 200 597 0.043573 10.0.0.38 - - [2025-09-08 04:11:25] "POST /projects HTTP/1.1" 200 597 0.275753 10.0.0.38 - - [2025-09-08 04:11:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.351855 10.0.0.27 - - [2025-09-08 04:11:25] "POST /fqname-to-id HTTP/1.1" 404 239 0.020139 10.0.0.41 - - [2025-09-08 04:11:25] "GET /project/fde753d3-19a5-4362-a34b-5655b7009876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.512076 10.0.0.41 - - [2025-09-08 04:11:26] "GET / HTTP/1.1" 200 35931 0.002425 10.0.0.38 - - [2025-09-08 04:11:30] "GET /projects?obj_uuids=fde753d3-19a5-4362-a34b-5655b7009876&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001372 10.0.0.41 - - [2025-09-08 04:11:30] "GET /project/fde753d3-19a5-4362-a34b-5655b7009876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.120826 10.0.0.38 - - [2025-09-08 04:11:30] "GET /projects?obj_uuids=fde753d3-19a5-4362-a34b-5655b7009876&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001403 10.0.0.41 - - [2025-09-08 04:11:30] "GET /project/fde753d3-19a5-4362-a34b-5655b7009876?fields=virtual_networks HTTP/1.1" 200 1045 0.052385 10.0.0.38 - - [2025-09-08 04:11:30] "GET /projects?obj_uuids=fde753d3-19a5-4362-a34b-5655b7009876&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.002476 10.0.0.41 - - [2025-09-08 04:11:30] "GET /project/fde753d3-19a5-4362-a34b-5655b7009876?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.053544 10.0.0.38 - - [2025-09-08 04:11:30] "GET /projects?obj_uuids=fde753d3-19a5-4362-a34b-5655b7009876&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001056 10.0.0.41 - - [2025-09-08 04:11:30] "GET /project/fde753d3-19a5-4362-a34b-5655b7009876?fields=security_groups HTTP/1.1" 200 1277 0.045960 10.0.0.41 - - [2025-09-08 04:11:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.031193 10.0.0.38 - - [2025-09-08 04:11:31] "GET /projects?obj_uuids=07f13ecb-49d8-4c96-82b5-1653bce7af23&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003729 10.0.0.38 - - [2025-09-08 04:11:31] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001561 10.0.0.38 - - [2025-09-08 04:11:31] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.034529 10.0.0.38 - - [2025-09-08 04:11:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.002097 10.0.0.38 - - [2025-09-08 04:11:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.008080 10.0.0.38 - - [2025-09-08 04:11:31] "POST /security-groups HTTP/1.1" 200 591 0.037195 10.0.0.38 - - [2025-09-08 04:11:31] "POST /projects HTTP/1.1" 200 585 0.266114 10.0.0.27 - - [2025-09-08 04:11:31] "POST /access-control-lists HTTP/1.1" 200 596 0.032247 10.0.0.38 - - [2025-09-08 04:11:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.340374 10.0.0.41 - - [2025-09-08 04:11:31] "GET /project/07f13ecb-49d8-4c96-82b5-1653bce7af23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.514202 10.0.0.41 - - [2025-09-08 04:11:32] "GET / HTTP/1.1" 200 35931 0.002109 10.0.0.38 - - [2025-09-08 04:11:36] "GET /projects?obj_uuids=07f13ecb-49d8-4c96-82b5-1653bce7af23&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001264 10.0.0.41 - - [2025-09-08 04:11:36] "GET /project/07f13ecb-49d8-4c96-82b5-1653bce7af23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.054710 10.0.0.38 - - [2025-09-08 04:11:36] "GET /projects?obj_uuids=07f13ecb-49d8-4c96-82b5-1653bce7af23&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001033 10.0.0.41 - - [2025-09-08 04:11:36] "GET /project/07f13ecb-49d8-4c96-82b5-1653bce7af23?fields=virtual_networks HTTP/1.1" 200 1030 0.050968 10.0.0.38 - - [2025-09-08 04:11:36] "GET /projects?obj_uuids=07f13ecb-49d8-4c96-82b5-1653bce7af23&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001580 10.0.0.41 - - [2025-09-08 04:11:36] "GET /project/07f13ecb-49d8-4c96-82b5-1653bce7af23?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.050660 10.0.0.38 - - [2025-09-08 04:11:36] "GET /projects?obj_uuids=07f13ecb-49d8-4c96-82b5-1653bce7af23&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001487 10.0.0.41 - - [2025-09-08 04:11:36] "GET /project/07f13ecb-49d8-4c96-82b5-1653bce7af23?fields=security_groups HTTP/1.1" 200 1256 0.045998 10.0.0.41 - - [2025-09-08 04:11:37] "POST /fqname-to-id HTTP/1.1" 404 196 0.027991 10.0.0.38 - - [2025-09-08 04:11:37] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003788 10.0.0.38 - - [2025-09-08 04:11:37] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001303 10.0.0.38 - - [2025-09-08 04:11:37] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008411 10.0.0.38 - - [2025-09-08 04:11:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.005143 10.0.0.38 - - [2025-09-08 04:11:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.006917 10.0.0.38 - - [2025-09-08 04:11:37] "POST /security-groups HTTP/1.1" 200 599 0.043011 10.0.0.27 - - [2025-09-08 04:11:37] "POST /fqname-to-id HTTP/1.1" 404 242 0.004503 10.0.0.38 - - [2025-09-08 04:11:37] "POST /projects HTTP/1.1" 200 601 0.292837 10.0.0.38 - - [2025-09-08 04:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.366566 10.0.0.27 - - [2025-09-08 04:11:37] "POST /access-control-lists HTTP/1.1" 200 602 0.056592 10.0.0.41 - - [2025-09-08 04:11:38] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.541182 10.0.0.41 - - [2025-09-08 04:11:39] "GET / HTTP/1.1" 200 35931 0.002367 10.0.0.41 - - [2025-09-08 04:11:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000669 10.0.0.41 - - [2025-09-08 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.045927 10.0.0.38 - - [2025-09-08 04:11:40] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.41 - - [2025-09-08 04:11:40] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051590 10.0.0.38 - - [2025-09-08 04:11:40] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001524 10.0.0.41 - - [2025-09-08 04:11:41] "POST /neutron/network HTTP/1.1" 200 601 0.181783 10.0.0.27 - - [2025-09-08 04:11:41] "POST /fqname-to-id HTTP/1.1" 404 207 0.047019 10.0.0.41 - - [2025-09-08 04:11:41] "POST /neutron/network HTTP/1.1" 200 977 0.014185 10.0.0.41 - - [2025-09-08 04:11:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.001496 10.0.0.41 - - [2025-09-08 04:11:41] "GET /virtual-network/be004cd7-0f55-48e9-81a0-6bc63d3c5b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006039 10.0.0.41 - - [2025-09-08 04:11:41] "GET /virtual-network/be004cd7-0f55-48e9-81a0-6bc63d3c5b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006895 10.0.0.41 - - [2025-09-08 04:11:41] "POST /neutron/subnet HTTP/1.1" 200 716 0.010809 10.0.0.41 - - [2025-09-08 04:11:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.38 - - [2025-09-08 04:11:41] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001150 10.0.0.41 - - [2025-09-08 04:11:42] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063154 10.0.0.38 - - [2025-09-08 04:11:42] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001588 10.0.0.41 - - [2025-09-08 04:11:42] "POST /neutron/network HTTP/1.1" 200 601 0.145432 10.0.0.27 - - [2025-09-08 04:11:42] "POST /route-targets HTTP/1.1" 200 327 0.021466 10.0.0.27 - - [2025-09-08 04:11:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.007585 10.0.0.41 - - [2025-09-08 04:11:42] "POST /neutron/network HTTP/1.1" 200 977 0.013423 10.0.0.41 - - [2025-09-08 04:11:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001895 10.0.0.41 - - [2025-09-08 04:11:42] "GET /virtual-network/06b785b6-6db8-4bc7-94c2-fefecd15bb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.009218 10.0.0.41 - - [2025-09-08 04:11:42] "GET /virtual-network/06b785b6-6db8-4bc7-94c2-fefecd15bb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006687 10.0.0.41 - - [2025-09-08 04:11:42] "POST /neutron/subnet HTTP/1.1" 200 716 0.011477 10.0.0.41 - - [2025-09-08 04:11:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001496 10.0.0.38 - - [2025-09-08 04:11:43] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001276 10.0.0.41 - - [2025-09-08 04:11:43] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076282 10.0.0.41 - - [2025-09-08 04:11:44] "POST /neutron/network HTTP/1.1" 200 977 0.036424 10.0.0.41 - - [2025-09-08 04:11:44] "POST /id-to-fqname HTTP/1.1" 200 222 0.001589 10.0.0.41 - - [2025-09-08 04:11:44] "POST /neutron/port HTTP/1.1" 200 117 0.007812 10.0.0.38 - - [2025-09-08 04:11:44] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.38 - - [2025-09-08 04:11:45] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001095 10.0.0.41 - - [2025-09-08 04:11:45] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.134206 10.0.0.41 - - [2025-09-08 04:11:45] "POST /neutron/port HTTP/1.1" 200 1155 0.455274 10.0.0.41 - - [2025-09-08 04:11:45] "POST /neutron/port HTTP/1.1" 200 1155 0.018743 10.0.0.41 - - [2025-09-08 04:11:45] "POST /neutron/port HTTP/1.1" 200 1183 0.026450 10.0.0.41 - - [2025-09-08 04:11:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005670 10.0.0.41 - - [2025-09-08 04:11:45] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.41 - - [2025-09-08 04:11:45] "POST /neutron/network HTTP/1.1" 200 977 0.011904 10.0.0.38 - - [2025-09-08 04:11:46] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.41 - - [2025-09-08 04:11:46] "POST /neutron/port HTTP/1.1" 200 1155 0.374516 10.0.0.41 - - [2025-09-08 04:11:46] "POST /neutron/port HTTP/1.1" 200 1209 0.120718 10.0.0.41 - - [2025-09-08 04:11:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004744 10.0.0.41 - - [2025-09-08 04:11:47] "POST /neutron/port HTTP/1.1" 200 117 0.001380 10.0.0.41 - - [2025-09-08 04:11:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010354 10.0.0.41 - - [2025-09-08 04:11:51] "POST /neutron/port HTTP/1.1" 200 1183 0.019063 10.0.0.41 - - [2025-09-08 04:11:51] "GET /virtual-machine/0e5d1463-03ec-4fd1-9a35-cb9abd6f469d HTTP/1.1" 401 292 0.000545 10.0.0.41 - - [2025-09-08 04:11:51] "GET /virtual-machine/0e5d1463-03ec-4fd1-9a35-cb9abd6f469d HTTP/1.1" 200 1300 0.030944 10.0.0.41 - - [2025-09-08 04:11:51] "GET /virtual-machine-interface/16454ee6-e9b2-4a5f-9549-b4b445d436d4 HTTP/1.1" 200 3157 0.005747 10.0.0.41 - - [2025-09-08 04:11:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005529 10.0.0.41 - - [2025-09-08 04:11:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007022 10.0.0.41 - - [2025-09-08 04:11:51] "GET /virtual-networks?parent_id=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.005540 10.0.0.41 - - [2025-09-08 04:11:51] "GET /virtual-network/be004cd7-0f55-48e9-81a0-6bc63d3c5b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.009363 10.0.0.41 - - [2025-09-08 04:11:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005764 10.0.0.41 - - [2025-09-08 04:11:54] "GET /virtual-network/be004cd7-0f55-48e9-81a0-6bc63d3c5b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007817 10.0.0.41 - - [2025-09-08 04:11:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.031067 10.0.0.41 - - [2025-09-08 04:11:56] "POST /neutron/port HTTP/1.1" 200 1183 0.041358 10.0.0.41 - - [2025-09-08 04:11:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005268 10.0.0.41 - - [2025-09-08 04:11:56] "POST /neutron/port HTTP/1.1" 200 117 0.001351 10.0.0.41 - - [2025-09-08 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.41 - - [2025-09-08 04:11:56] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005000 10.0.0.41 - - [2025-09-08 04:11:56] "GET /virtual-networks?parent_id=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003781 10.0.0.41 - - [2025-09-08 04:11:57] "GET /virtual-network/be004cd7-0f55-48e9-81a0-6bc63d3c5b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.008578 10.0.0.41 - - [2025-09-08 04:11:57] "POST /neutron/port HTTP/1.1" 200 1183 0.017790 10.0.0.27 - - [2025-09-08 04:12:02] "DELETE /access-control-list/744a1889-685d-4cba-ba22-97e15e9e9707 HTTP/1.1" 200 115 0.094171 10.0.0.41 - - [2025-09-08 04:12:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008377 10.0.0.41 - - [2025-09-08 04:12:02] "POST /neutron/port HTTP/1.1" 200 1183 0.019618 10.0.0.41 - - [2025-09-08 04:12:02] "GET /virtual-machine/28cbdc85-1914-46bb-9797-fb0613ffbf8c HTTP/1.1" 200 1300 0.008284 10.0.0.41 - - [2025-09-08 04:12:02] "GET /virtual-machine-interface/48c66fed-2fe5-4bca-9283-e023c5ee7c4f HTTP/1.1" 200 3157 0.006292 10.0.0.41 - - [2025-09-08 04:12:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.41 - - [2025-09-08 04:12:02] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005032 10.0.0.41 - - [2025-09-08 04:12:02] "GET /virtual-networks?parent_id=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003567 10.0.0.41 - - [2025-09-08 04:12:02] "GET /virtual-network/06b785b6-6db8-4bc7-94c2-fefecd15bb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.006986 10.0.0.41 - - [2025-09-08 04:12:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.41 - - [2025-09-08 04:12:03] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004569 10.0.0.41 - - [2025-09-08 04:12:03] "GET /virtual-networks?parent_id=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004575 10.0.0.41 - - [2025-09-08 04:12:03] "GET /virtual-network/06b785b6-6db8-4bc7-94c2-fefecd15bb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007029 10.0.0.41 - - [2025-09-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 404 209 0.004718 10.0.0.41 - - [2025-09-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004296 10.0.0.38 - - [2025-09-08 04:12:04] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001656 10.0.0.41 - - [2025-09-08 04:12:04] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049056 10.0.0.41 - - [2025-09-08 04:12:04] "POST /network-policys HTTP/1.1" 200 533 0.035069 10.0.0.41 - - [2025-09-08 04:12:04] "GET /network-policy/18855198-9d39-4c37-ac91-be162932220e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007159 10.0.0.41 - - [2025-09-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.41 - - [2025-09-08 04:12:04] "GET /virtual-network/be004cd7-0f55-48e9-81a0-6bc63d3c5b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007475 10.0.0.41 - - [2025-09-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.41 - - [2025-09-08 04:12:04] "GET /network-policy/18855198-9d39-4c37-ac91-be162932220e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005302 10.0.0.41 - - [2025-09-08 04:12:04] "POST /ref-update HTTP/1.1" 200 156 0.058823 10.0.0.41 - - [2025-09-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.007950 10.0.0.41 - - [2025-09-08 04:12:04] "GET /network-policy/18855198-9d39-4c37-ac91-be162932220e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004510 10.0.0.41 - - [2025-09-08 04:12:04] "GET /virtual-network/be004cd7-0f55-48e9-81a0-6bc63d3c5b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.010885 10.0.0.41 - - [2025-09-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.41 - - [2025-09-08 04:12:04] "GET /network-policy/18855198-9d39-4c37-ac91-be162932220e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005539 10.0.0.41 - - [2025-09-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.41 - - [2025-09-08 04:12:04] "GET /virtual-network/06b785b6-6db8-4bc7-94c2-fefecd15bb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007440 10.0.0.41 - - [2025-09-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.41 - - [2025-09-08 04:12:04] "GET /network-policy/18855198-9d39-4c37-ac91-be162932220e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006349 10.0.0.27 - - [2025-09-08 04:12:04] "POST /fqname-to-id HTTP/1.1" 404 230 0.005331 10.0.0.41 - - [2025-09-08 04:12:05] "POST /ref-update HTTP/1.1" 200 156 0.089448 10.0.0.41 - - [2025-09-08 04:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.009085 10.0.0.41 - - [2025-09-08 04:12:05] "GET /network-policy/18855198-9d39-4c37-ac91-be162932220e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.014531 10.0.0.27 - - [2025-09-08 04:12:05] "PUT /access-control-list/51f25a71-0a3e-48ed-a9ff-c77eda438525 HTTP/1.1" 200 272 0.052589 10.0.0.41 - - [2025-09-08 04:12:05] "POST /neutron/network HTTP/1.1" 200 1063 0.041525 10.0.0.41 - - [2025-09-08 04:12:05] "GET /virtual-network/06b785b6-6db8-4bc7-94c2-fefecd15bb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2871 0.013306 10.0.0.41 - - [2025-09-08 04:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.41 - - [2025-09-08 04:12:05] "GET /network-policy/18855198-9d39-4c37-ac91-be162932220e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007642 10.0.0.41 - - [2025-09-08 04:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.38 - - [2025-09-08 04:12:05] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002616 10.0.0.41 - - [2025-09-08 04:12:05] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049806 10.0.0.38 - - [2025-09-08 04:12:05] "POST /useragent-kv HTTP/1.1" 200 115 0.013025 10.0.0.41 - - [2025-09-08 04:12:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.237781 10.0.0.41 - - [2025-09-08 04:12:05] "POST /id-to-fqname HTTP/1.1" 200 214 0.001939 10.0.0.41 - - [2025-09-08 04:12:05] "GET /virtual-network/a23418cb-b5bc-4efc-b73b-c35986419574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006302 10.0.0.41 - - [2025-09-08 04:12:05] "GET /virtual-network/a23418cb-b5bc-4efc-b73b-c35986419574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006274 10.0.0.41 - - [2025-09-08 04:12:05] "POST /neutron/network HTTP/1.1" 200 799 0.007659 10.0.0.41 - - [2025-09-08 04:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.38 - - [2025-09-08 04:12:05] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.41 - - [2025-09-08 04:12:06] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057329 10.0.0.38 - - [2025-09-08 04:12:06] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001219 10.0.0.41 - - [2025-09-08 04:12:06] "POST /neutron/network HTTP/1.1" 200 585 0.139991 10.0.0.27 - - [2025-09-08 04:12:06] "POST /route-targets HTTP/1.1" 200 327 0.016877 10.0.0.41 - - [2025-09-08 04:12:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.004303 10.0.0.41 - - [2025-09-08 04:12:06] "GET /virtual-network/a7f127f8-50ac-42f5-9f94-ab412cf7c0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006223 10.0.0.41 - - [2025-09-08 04:12:06] "POST /neutron/network HTTP/1.1" 200 799 0.008977 10.0.0.41 - - [2025-09-08 04:12:06] "GET /virtual-network/a7f127f8-50ac-42f5-9f94-ab412cf7c0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006380 10.0.0.41 - - [2025-09-08 04:12:06] "POST /fqname-to-id HTTP/1.1" 404 239 0.012833 10.0.0.41 - - [2025-09-08 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006698 10.0.0.38 - - [2025-09-08 04:12:06] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001185 10.0.0.41 - - [2025-09-08 04:12:06] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043723 10.0.0.41 - - [2025-09-08 04:12:06] "POST /network-policys HTTP/1.1" 200 587 0.031833 10.0.0.41 - - [2025-09-08 04:12:06] "GET /network-policy/6bd41a72-db11-4ae0-88ea-b35aebedc1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006497 10.0.0.41 - - [2025-09-08 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.41 - - [2025-09-08 04:12:07] "GET /virtual-network/a23418cb-b5bc-4efc-b73b-c35986419574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007304 10.0.0.41 - - [2025-09-08 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.41 - - [2025-09-08 04:12:07] "GET /network-policy/6bd41a72-db11-4ae0-88ea-b35aebedc1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005157 10.0.0.41 - - [2025-09-08 04:12:07] "POST /ref-update HTTP/1.1" 200 156 0.056841 10.0.0.27 - - [2025-09-08 04:12:07] "POST /access-control-lists HTTP/1.1" 200 554 0.045707 10.0.0.41 - - [2025-09-08 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005121 10.0.0.41 - - [2025-09-08 04:12:07] "GET /network-policy/6bd41a72-db11-4ae0-88ea-b35aebedc1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005181 10.0.0.41 - - [2025-09-08 04:12:07] "POST /neutron/network HTTP/1.1" 200 912 0.009812 10.0.0.41 - - [2025-09-08 04:12:07] "GET /virtual-network/a23418cb-b5bc-4efc-b73b-c35986419574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.005590 10.0.0.41 - - [2025-09-08 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.41 - - [2025-09-08 04:12:07] "GET /network-policy/6bd41a72-db11-4ae0-88ea-b35aebedc1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005067 10.0.0.41 - - [2025-09-08 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.41 - - [2025-09-08 04:12:07] "GET /virtual-network/a7f127f8-50ac-42f5-9f94-ab412cf7c0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006783 10.0.0.41 - - [2025-09-08 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.41 - - [2025-09-08 04:12:07] "GET /network-policy/6bd41a72-db11-4ae0-88ea-b35aebedc1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005087 10.0.0.41 - - [2025-09-08 04:12:07] "POST /ref-update HTTP/1.1" 200 156 0.072594 10.0.0.41 - - [2025-09-08 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.27 - - [2025-09-08 04:12:07] "POST /access-control-lists HTTP/1.1" 200 554 0.039525 10.0.0.41 - - [2025-09-08 04:12:07] "GET /network-policy/6bd41a72-db11-4ae0-88ea-b35aebedc1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.004591 10.0.0.41 - - [2025-09-08 04:12:07] "GET /virtual-network/a7f127f8-50ac-42f5-9f94-ab412cf7c0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.012406 10.0.0.41 - - [2025-09-08 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.41 - - [2025-09-08 04:12:07] "GET /network-policy/6bd41a72-db11-4ae0-88ea-b35aebedc1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005229 10.0.0.41 - - [2025-09-08 04:12:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001421 10.0.0.41 - - [2025-09-08 04:12:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009455 10.0.0.38 - - [2025-09-08 04:12:08] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001093 10.0.0.41 - - [2025-09-08 04:12:08] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075125 10.0.0.41 - - [2025-09-08 04:12:09] "POST /neutron/port HTTP/1.1" 200 2248 0.026244 10.0.0.41 - - [2025-09-08 04:12:09] "POST /id-to-fqname HTTP/1.1" 200 214 0.001450 10.0.0.41 - - [2025-09-08 04:12:09] "POST /neutron/port HTTP/1.1" 200 2248 0.026165 10.0.0.41 - - [2025-09-08 04:12:09] "POST /neutron/network HTTP/1.1" 200 922 0.008900 10.0.0.41 - - [2025-09-08 04:12:10] "POST /neutron/port HTTP/1.1" 200 1063 0.017783 10.0.0.41 - - [2025-09-08 04:12:10] "POST /neutron/port HTTP/1.1" 200 1091 0.018299 10.0.0.38 - - [2025-09-08 04:12:10] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001701 10.0.0.41 - - [2025-09-08 04:12:10] "POST /neutron/subnet HTTP/1.1" 200 675 0.010343 10.0.0.41 - - [2025-09-08 04:12:10] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076874 10.0.0.41 - - [2025-09-08 04:12:10] "POST /neutron/network HTTP/1.1" 200 1073 0.017061 10.0.0.41 - - [2025-09-08 04:12:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005995 10.0.0.41 - - [2025-09-08 04:12:10] "POST /neutron/port HTTP/1.1" 200 117 0.001642 10.0.0.41 - - [2025-09-08 04:12:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009462 10.0.0.41 - - [2025-09-08 04:12:10] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.011303 10.0.0.41 - - [2025-09-08 04:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005252 10.0.0.41 - - [2025-09-08 04:12:10] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005710 10.0.0.38 - - [2025-09-08 04:12:11] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001170 10.0.0.41 - - [2025-09-08 04:12:11] "POST /neutron/port HTTP/1.1" 200 1063 0.335857 10.0.0.41 - - [2025-09-08 04:12:11] "POST /neutron/port HTTP/1.1" 200 1117 0.122046 10.0.0.41 - - [2025-09-08 04:12:11] "POST /neutron/subnet HTTP/1.1" 200 675 0.011175 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004333 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004790 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004587 10.0.0.41 - - [2025-09-08 04:12:12] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.030109 10.0.0.41 - - [2025-09-08 04:12:12] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.060631 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.018887 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004680 10.0.0.41 - - [2025-09-08 04:12:12] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.033316 10.0.0.41 - - [2025-09-08 04:12:12] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.039113 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.013772 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008659 10.0.0.41 - - [2025-09-08 04:12:12] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.038285 10.0.0.41 - - [2025-09-08 04:12:12] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.050994 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004828 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004702 10.0.0.41 - - [2025-09-08 04:12:12] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.025265 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003934 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006608 10.0.0.41 - - [2025-09-08 04:12:12] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005049 10.0.0.41 - - [2025-09-08 04:12:12] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.038990 10.0.0.41 - - [2025-09-08 04:12:13] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.037016 10.0.0.41 - - [2025-09-08 04:12:13] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009461 10.0.0.41 - - [2025-09-08 04:12:13] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008943 10.0.0.41 - - [2025-09-08 04:12:13] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.045372 10.0.0.41 - - [2025-09-08 04:12:13] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.038798 10.0.0.41 - - [2025-09-08 04:12:13] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.022129 10.0.0.41 - - [2025-09-08 04:12:13] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005222 10.0.0.41 - - [2025-09-08 04:12:13] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.034052 10.0.0.41 - - [2025-09-08 04:12:13] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.048806 10.0.0.41 - - [2025-09-08 04:12:13] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.014266 10.0.0.41 - - [2025-09-08 04:12:13] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011587 10.0.0.41 - - [2025-09-08 04:12:13] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.033761 10.0.0.41 - - [2025-09-08 04:12:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.009847 10.0.0.41 - - [2025-09-08 04:12:13] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006095 10.0.0.41 - - [2025-09-08 04:12:13] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005553 10.0.0.41 - - [2025-09-08 04:12:13] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.035762 10.0.0.41 - - [2025-09-08 04:12:13] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.037668 10.0.0.41 - - [2025-09-08 04:12:13] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004922 10.0.0.41 - - [2025-09-08 04:12:13] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005816 10.0.0.41 - - [2025-09-08 04:12:13] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.037906 10.0.0.41 - - [2025-09-08 04:12:13] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.042044 10.0.0.38 - - [2025-09-08 04:12:14] "DELETE /project/fde753d319a54362a34b5655b7009876 HTTP/1.1" 404 173 0.030022 10.0.0.38 - - [2025-09-08 04:12:14] "DELETE /project/6b3492e577c346369b4bdf6866adbcad HTTP/1.1" 404 173 0.042473 10.0.0.38 - - [2025-09-08 04:12:14] "DELETE /project/07f13ecb49d84c9682b51653bce7af23 HTTP/1.1" 404 173 0.034137 10.0.0.38 - - [2025-09-08 04:12:14] "DELETE /project/9b46b284-c926-4d8b-84a2-d55a42b9f16e HTTP/1.1" 404 177 0.031523 10.0.0.38 - - [2025-09-08 04:12:14] "GET /projects?obj_uuids=07f13ecb-49d8-4c96-82b5-1653bce7af23&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002889 10.0.0.38 - - [2025-09-08 04:12:14] "GET /projects?obj_uuids=fde753d3-19a5-4362-a34b-5655b7009876&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001736 10.0.0.41 - - [2025-09-08 04:12:14] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.016109 10.0.0.41 - - [2025-09-08 04:12:14] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007585 10.0.0.38 - - [2025-09-08 04:12:14] "GET /project/07f13ecb-49d8-4c96-82b5-1653bce7af23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1466 0.105514 10.0.0.38 - - [2025-09-08 04:12:14] "GET /project/fde753d3-19a5-4362-a34b-5655b7009876?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.132659 10.0.0.38 - - [2025-09-08 04:12:14] "GET /projects?obj_uuids=07f13ecb-49d8-4c96-82b5-1653bce7af23&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001608 10.0.0.38 - - [2025-09-08 04:12:14] "GET /projects?obj_uuids=fde753d3-19a5-4362-a34b-5655b7009876&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001361 10.0.0.41 - - [2025-09-08 04:12:14] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.104726 10.0.0.38 - - [2025-09-08 04:12:14] "GET /project/07f13ecb-49d8-4c96-82b5-1653bce7af23?fields=security_groups HTTP/1.1" 200 1361 0.078895 10.0.0.38 - - [2025-09-08 04:12:14] "GET /project/fde753d3-19a5-4362-a34b-5655b7009876?fields=security_groups HTTP/1.1" 200 1382 0.126020 10.0.0.41 - - [2025-09-08 04:12:14] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.081800 10.0.0.41 - - [2025-09-08 04:12:14] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.014330 10.0.0.41 - - [2025-09-08 04:12:14] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010960 10.0.0.41 - - [2025-09-08 04:12:14] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.049196 10.0.0.38 - - [2025-09-08 04:12:14] "DELETE /security-group/b098971b-e48f-45bd-af05-8bb23b46f09a HTTP/1.1" 200 115 0.198788 10.0.0.38 - - [2025-09-08 04:12:14] "GET /projects?obj_uuids=07f13ecb-49d8-4c96-82b5-1653bce7af23&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001218 10.0.0.41 - - [2025-09-08 04:12:14] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.007614 10.0.0.27 - - [2025-09-08 04:12:14] "DELETE /access-control-list/1ebbe476-6b27-42d2-8c15-9d51827c95a2 HTTP/1.1" 200 115 0.074381 10.0.0.38 - - [2025-09-08 04:12:14] "DELETE /security-group/ad96a30d-3b76-416e-96d5-6a7d8f1aef05 HTTP/1.1" 200 115 0.174679 10.0.0.38 - - [2025-09-08 04:12:14] "GET /projects?obj_uuids=fde753d3-19a5-4362-a34b-5655b7009876&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001628 10.0.0.41 - - [2025-09-08 04:12:14] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.015928 10.0.0.38 - - [2025-09-08 04:12:14] "GET /project/07f13ecb-49d8-4c96-82b5-1653bce7af23?fields=application_policy_sets HTTP/1.1" 200 1400 0.119997 10.0.0.41 - - [2025-09-08 04:12:14] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.021809 10.0.0.38 - - [2025-09-08 04:12:14] "GET /project/fde753d3-19a5-4362-a34b-5655b7009876?fields=application_policy_sets HTTP/1.1" 200 1421 0.117045 10.0.0.41 - - [2025-09-08 04:12:14] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.093720 10.0.0.27 - - [2025-09-08 04:12:14] "DELETE /access-control-list/a94d9505-0695-4298-a242-18b13eecf48b HTTP/1.1" 200 115 0.099790 10.0.0.41 - - [2025-09-08 04:12:14] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.105494 10.0.0.41 - - [2025-09-08 04:12:14] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.017081 10.0.0.41 - - [2025-09-08 04:12:14] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.022428 10.0.0.38 - - [2025-09-08 04:12:14] "DELETE /project/07f13ecb-49d8-4c96-82b5-1653bce7af23 HTTP/1.1" 200 115 0.950288 10.0.0.38 - - [2025-09-08 04:12:15] "DELETE /project/fde753d3-19a5-4362-a34b-5655b7009876 HTTP/1.1" 200 115 0.980586 10.0.0.41 - - [2025-09-08 04:12:15] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.051402 10.0.0.41 - - [2025-09-08 04:12:15] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.042512 10.0.0.41 - - [2025-09-08 04:12:15] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006207 10.0.0.41 - - [2025-09-08 04:12:15] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006960 10.0.0.41 - - [2025-09-08 04:12:15] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.042332 10.0.0.41 - - [2025-09-08 04:12:15] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.038804 10.0.0.41 - - [2025-09-08 04:12:19] "POST /neutron/port HTTP/1.1" 200 1091 0.017990 10.0.0.41 - - [2025-09-08 04:12:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007390 10.0.0.41 - - [2025-09-08 04:12:25] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004257 10.0.0.41 - - [2025-09-08 04:12:25] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005455 10.0.0.41 - - [2025-09-08 04:12:25] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2964 0.005043 10.0.0.41 - - [2025-09-08 04:12:25] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.028482 10.0.0.41 - - [2025-09-08 04:12:25] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.051440 10.0.0.41 - - [2025-09-08 04:12:25] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.010358 10.0.0.41 - - [2025-09-08 04:12:25] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008060 10.0.0.41 - - [2025-09-08 04:12:25] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.046757 10.0.0.41 - - [2025-09-08 04:12:25] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.052547 10.0.0.41 - - [2025-09-08 04:12:25] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.007117 10.0.0.41 - - [2025-09-08 04:12:25] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.010994 10.0.0.41 - - [2025-09-08 04:12:25] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.038989 10.0.0.41 - - [2025-09-08 04:12:25] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.043839 10.0.0.41 - - [2025-09-08 04:12:25] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006940 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.010762 10.0.0.41 - - [2025-09-08 04:12:26] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.029452 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005179 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006736 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005458 10.0.0.41 - - [2025-09-08 04:12:26] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.040342 10.0.0.41 - - [2025-09-08 04:12:26] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.052226 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009182 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006796 10.0.0.41 - - [2025-09-08 04:12:26] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.040725 10.0.0.41 - - [2025-09-08 04:12:26] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.045865 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012234 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006205 10.0.0.41 - - [2025-09-08 04:12:26] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.041601 10.0.0.41 - - [2025-09-08 04:12:26] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.049735 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.022247 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006346 10.0.0.41 - - [2025-09-08 04:12:26] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.031905 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004921 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005933 10.0.0.41 - - [2025-09-08 04:12:26] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.004770 10.0.0.41 - - [2025-09-08 04:12:26] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.030706 10.0.0.41 - - [2025-09-08 04:12:27] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.046090 10.0.0.41 - - [2025-09-08 04:12:27] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010138 10.0.0.41 - - [2025-09-08 04:12:27] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007623 10.0.0.41 - - [2025-09-08 04:12:27] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.034584 10.0.0.41 - - [2025-09-08 04:12:27] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.037396 10.0.0.41 - - [2025-09-08 04:12:27] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008769 10.0.0.41 - - [2025-09-08 04:12:27] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005066 10.0.0.41 - - [2025-09-08 04:12:27] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.042132 10.0.0.41 - - [2025-09-08 04:12:27] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.042968 10.0.0.41 - - [2025-09-08 04:12:27] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.006841 10.0.0.41 - - [2025-09-08 04:12:27] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.008111 10.0.0.41 - - [2025-09-08 04:12:27] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.022983 10.0.0.41 - - [2025-09-08 04:12:27] "POST /ref-update HTTP/1.1" 200 156 0.052972 10.0.0.41 - - [2025-09-08 04:12:27] "GET /virtual-network/a7f127f8-50ac-42f5-9f94-ab412cf7c0f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.023408 10.0.0.41 - - [2025-09-08 04:12:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.006673 10.0.0.41 - - [2025-09-08 04:12:27] "GET /network-policy/6bd41a72-db11-4ae0-88ea-b35aebedc1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.005251 10.0.0.41 - - [2025-09-08 04:12:27] "POST /ref-update HTTP/1.1" 200 156 0.072047 10.0.0.27 - - [2025-09-08 04:12:28] "DELETE /access-control-list/b47d08ea-9ef2-4005-a5dc-9672c7188f74 HTTP/1.1" 200 115 0.059102 10.0.0.41 - - [2025-09-08 04:12:28] "GET /virtual-network/a23418cb-b5bc-4efc-b73b-c35986419574?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.017349 10.0.0.41 - - [2025-09-08 04:12:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.006393 10.0.0.41 - - [2025-09-08 04:12:28] "GET /network-policy/6bd41a72-db11-4ae0-88ea-b35aebedc1e1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2159 0.006636 10.0.0.41 - - [2025-09-08 04:12:28] "DELETE /network-policy/6bd41a72-db11-4ae0-88ea-b35aebedc1e1 HTTP/1.1" 200 115 0.038847 10.0.0.41 - - [2025-09-08 04:12:28] "POST /neutron/network HTTP/1.1" 200 799 0.011559 10.0.0.41 - - [2025-09-08 04:12:28] "POST /neutron/port HTTP/1.1" 200 1117 0.014100 10.0.0.41 - - [2025-09-08 04:12:28] "POST /neutron/port HTTP/1.1" 200 1117 0.014353 10.0.0.38 - - [2025-09-08 04:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.004523 10.0.0.38 - - [2025-09-08 04:12:30] "POST /useragent-kv HTTP/1.1" 200 115 0.003203 10.0.0.41 - - [2025-09-08 04:12:30] "POST /neutron/network HTTP/1.1" 200 151 0.129553 10.0.0.27 - - [2025-09-08 04:12:30] "DELETE /route-target/54fe44aa-9a7a-44dc-a060-5eab8cccc0a3 HTTP/1.1" 200 115 0.028708 10.0.0.27 - - [2025-09-08 04:12:30] "POST /fqname-to-id HTTP/1.1" 404 207 0.005465 10.0.0.41 - - [2025-09-08 04:12:30] "POST /ref-update HTTP/1.1" 200 156 0.086837 10.0.0.27 - - [2025-09-08 04:12:30] "DELETE /access-control-list/5cf616c5-5ac5-4e9f-a679-9551da4aa8f2 HTTP/1.1" 200 115 0.069628 10.0.0.41 - - [2025-09-08 04:12:30] "POST /neutron/network HTTP/1.1" 200 977 0.029533 10.0.0.41 - - [2025-09-08 04:12:30] "GET /virtual-network/06b785b6-6db8-4bc7-94c2-fefecd15bb22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2564 0.007955 10.0.0.41 - - [2025-09-08 04:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005209 10.0.0.41 - - [2025-09-08 04:12:30] "GET /network-policy/18855198-9d39-4c37-ac91-be162932220e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004380 10.0.0.41 - - [2025-09-08 04:12:30] "POST /ref-update HTTP/1.1" 200 156 0.059704 10.0.0.27 - - [2025-09-08 04:12:30] "POST /ref-update HTTP/1.1" 200 156 0.032106 10.0.0.41 - - [2025-09-08 04:12:30] "GET /virtual-network/be004cd7-0f55-48e9-81a0-6bc63d3c5b73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.014590 10.0.0.41 - - [2025-09-08 04:12:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006811 10.0.0.41 - - [2025-09-08 04:12:31] "GET /network-policy/18855198-9d39-4c37-ac91-be162932220e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005000 10.0.0.41 - - [2025-09-08 04:12:31] "DELETE /network-policy/18855198-9d39-4c37-ac91-be162932220e HTTP/1.1" 200 115 0.039918 10.0.0.41 - - [2025-09-08 04:12:31] "POST /neutron/network HTTP/1.1" 400 204 0.017286 10.0.0.41 - - [2025-09-08 04:12:32] "POST /neutron/port HTTP/1.1" 200 151 0.315181 10.0.0.41 - - [2025-09-08 04:12:32] "POST /neutron/port HTTP/1.1" 200 151 0.367666 10.0.0.41 - - [2025-09-08 04:12:33] "POST /neutron/network HTTP/1.1" 200 977 0.009654 10.0.0.27 - - [2025-09-08 04:12:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.41 - - [2025-09-08 04:12:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004106 10.0.0.38 - - [2025-09-08 04:12:35] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001689 10.0.0.41 - - [2025-09-08 04:12:35] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050594 10.0.0.38 - - [2025-09-08 04:12:35] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001461 10.0.0.41 - - [2025-09-08 04:12:35] "POST /neutron/network HTTP/1.1" 200 601 0.147484 10.0.0.27 - - [2025-09-08 04:12:35] "POST /ref-update HTTP/1.1" 200 156 0.026085 10.0.0.27 - - [2025-09-08 04:12:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.005700 10.0.0.41 - - [2025-09-08 04:12:35] "POST /neutron/network HTTP/1.1" 200 974 0.013783 10.0.0.41 - - [2025-09-08 04:12:35] "POST /id-to-fqname HTTP/1.1" 200 222 0.001447 10.0.0.41 - - [2025-09-08 04:12:35] "GET /virtual-network/72e0f40f-ba4b-4556-9626-9ad8136fac17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006408 10.0.0.41 - - [2025-09-08 04:12:35] "GET /virtual-network/72e0f40f-ba4b-4556-9626-9ad8136fac17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007374 10.0.0.41 - - [2025-09-08 04:12:35] "POST /neutron/subnet HTTP/1.1" 200 716 0.011266 10.0.0.41 - - [2025-09-08 04:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.38 - - [2025-09-08 04:12:36] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001103 10.0.0.41 - - [2025-09-08 04:12:36] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.078187 10.0.0.38 - - [2025-09-08 04:12:36] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001098 10.0.0.41 - - [2025-09-08 04:12:36] "POST /neutron/network HTTP/1.1" 200 601 0.131920 10.0.0.41 - - [2025-09-08 04:12:36] "POST /neutron/network HTTP/1.1" 200 974 0.012843 10.0.0.41 - - [2025-09-08 04:12:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001699 10.0.0.41 - - [2025-09-08 04:12:36] "GET /virtual-network/7f156675-4397-4998-ba3c-471533764280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007749 10.0.0.41 - - [2025-09-08 04:12:36] "GET /virtual-network/7f156675-4397-4998-ba3c-471533764280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007369 10.0.0.41 - - [2025-09-08 04:12:36] "POST /neutron/subnet HTTP/1.1" 200 716 0.014199 10.0.0.41 - - [2025-09-08 04:12:36] "POST /id-to-fqname HTTP/1.1" 200 222 0.001692 10.0.0.38 - - [2025-09-08 04:12:37] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001278 10.0.0.41 - - [2025-09-08 04:12:37] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.077656 10.0.0.41 - - [2025-09-08 04:12:37] "POST /neutron/network HTTP/1.1" 200 974 0.009967 10.0.0.41 - - [2025-09-08 04:12:38] "POST /id-to-fqname HTTP/1.1" 200 222 0.001575 10.0.0.41 - - [2025-09-08 04:12:38] "POST /neutron/port HTTP/1.1" 200 117 0.007604 10.0.0.38 - - [2025-09-08 04:12:38] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001635 10.0.0.41 - - [2025-09-08 04:12:38] "POST /neutron/port HTTP/1.1" 200 1152 0.361419 10.0.0.41 - - [2025-09-08 04:12:39] "POST /neutron/port HTTP/1.1" 200 1206 0.123898 10.0.0.41 - - [2025-09-08 04:12:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005932 10.0.0.38 - - [2025-09-08 04:12:39] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001413 10.0.0.41 - - [2025-09-08 04:12:39] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.081963 10.0.0.41 - - [2025-09-08 04:12:39] "POST /neutron/port HTTP/1.1" 200 117 0.001615 10.0.0.41 - - [2025-09-08 04:12:39] "POST /neutron/port HTTP/1.1" 200 1180 0.024692 10.0.0.41 - - [2025-09-08 04:12:39] "POST /neutron/port HTTP/1.1" 200 1180 0.022335 10.0.0.38 - - [2025-09-08 04:12:40] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.41 - - [2025-09-08 04:12:40] "POST /neutron/port HTTP/1.1" 200 1152 0.380527 10.0.0.41 - - [2025-09-08 04:12:40] "POST /neutron/port HTTP/1.1" 200 1206 0.131011 10.0.0.41 - - [2025-09-08 04:12:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004675 10.0.0.41 - - [2025-09-08 04:12:41] "POST /neutron/port HTTP/1.1" 200 117 0.001570 10.0.0.41 - - [2025-09-08 04:12:44] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010342 10.0.0.41 - - [2025-09-08 04:12:45] "POST /neutron/port HTTP/1.1" 200 1180 0.019542 10.0.0.41 - - [2025-09-08 04:12:45] "GET /virtual-machine/d66916d7-21da-4e12-9fe9-8ac045f74855 HTTP/1.1" 200 1301 0.007155 10.0.0.41 - - [2025-09-08 04:12:45] "GET /virtual-machine-interface/8afef695-acdd-4a71-b7e9-6ad0035f7645 HTTP/1.1" 200 3158 0.006004 10.0.0.41 - - [2025-09-08 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.41 - - [2025-09-08 04:12:45] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004557 10.0.0.41 - - [2025-09-08 04:12:45] "GET /virtual-networks?parent_id=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003619 10.0.0.41 - - [2025-09-08 04:12:45] "GET /virtual-network/72e0f40f-ba4b-4556-9626-9ad8136fac17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007776 10.0.0.41 - - [2025-09-08 04:12:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004385 10.0.0.41 - - [2025-09-08 04:12:48] "GET /virtual-network/72e0f40f-ba4b-4556-9626-9ad8136fac17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006751 10.0.0.41 - - [2025-09-08 04:12:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008872 10.0.0.41 - - [2025-09-08 04:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.41 - - [2025-09-08 04:12:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004144 10.0.0.41 - - [2025-09-08 04:12:50] "GET /virtual-networks?parent_id=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003997 10.0.0.41 - - [2025-09-08 04:12:50] "GET /virtual-network/72e0f40f-ba4b-4556-9626-9ad8136fac17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008228 10.0.0.41 - - [2025-09-08 04:12:50] "POST /neutron/port HTTP/1.1" 200 1180 0.017814 10.0.0.41 - - [2025-09-08 04:12:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008643 10.0.0.41 - - [2025-09-08 04:12:51] "GET /virtual-machine/9eec2fd6-a03a-4cb0-9522-3ef691156f08 HTTP/1.1" 200 1301 0.007757 10.0.0.41 - - [2025-09-08 04:12:51] "GET /virtual-machine-interface/76807001-c966-463f-bf8d-d128c45a6f8a HTTP/1.1" 200 3157 0.006707 10.0.0.41 - - [2025-09-08 04:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004284 10.0.0.41 - - [2025-09-08 04:12:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004401 10.0.0.41 - - [2025-09-08 04:12:51] "GET /virtual-networks?parent_id=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004136 10.0.0.41 - - [2025-09-08 04:12:51] "GET /virtual-network/7f156675-4397-4998-ba3c-471533764280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.006636 10.0.0.41 - - [2025-09-08 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.41 - - [2025-09-08 04:12:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004406 10.0.0.41 - - [2025-09-08 04:12:52] "GET /virtual-networks?parent_id=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003732 10.0.0.41 - - [2025-09-08 04:12:52] "GET /virtual-network/7f156675-4397-4998-ba3c-471533764280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007268 10.0.0.41 - - [2025-09-08 04:12:52] "POST /fqname-to-id HTTP/1.1" 404 209 0.004109 10.0.0.41 - - [2025-09-08 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004633 10.0.0.38 - - [2025-09-08 04:12:52] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001212 10.0.0.41 - - [2025-09-08 04:12:52] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054322 10.0.0.41 - - [2025-09-08 04:12:52] "POST /network-policys HTTP/1.1" 200 533 0.034801 10.0.0.41 - - [2025-09-08 04:12:52] "GET /network-policy/81b2fcbf-0dd0-42ca-9d52-a24584d62811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006429 10.0.0.41 - - [2025-09-08 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.41 - - [2025-09-08 04:12:52] "GET /virtual-network/72e0f40f-ba4b-4556-9626-9ad8136fac17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.007927 10.0.0.41 - - [2025-09-08 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.41 - - [2025-09-08 04:12:52] "GET /network-policy/81b2fcbf-0dd0-42ca-9d52-a24584d62811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005611 10.0.0.27 - - [2025-09-08 04:12:52] "POST /fqname-to-id HTTP/1.1" 404 207 0.016039 10.0.0.41 - - [2025-09-08 04:12:52] "POST /ref-update HTTP/1.1" 200 156 0.058647 10.0.0.41 - - [2025-09-08 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004780 10.0.0.41 - - [2025-09-08 04:12:53] "GET /network-policy/81b2fcbf-0dd0-42ca-9d52-a24584d62811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005163 10.0.0.41 - - [2025-09-08 04:12:53] "POST /neutron/network HTTP/1.1" 200 1060 0.014575 10.0.0.41 - - [2025-09-08 04:12:53] "GET /virtual-network/72e0f40f-ba4b-4556-9626-9ad8136fac17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.006850 10.0.0.41 - - [2025-09-08 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.009576 10.0.0.41 - - [2025-09-08 04:12:53] "GET /network-policy/81b2fcbf-0dd0-42ca-9d52-a24584d62811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005156 10.0.0.41 - - [2025-09-08 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.41 - - [2025-09-08 04:12:53] "GET /virtual-network/7f156675-4397-4998-ba3c-471533764280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.008395 10.0.0.41 - - [2025-09-08 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.41 - - [2025-09-08 04:12:53] "GET /network-policy/81b2fcbf-0dd0-42ca-9d52-a24584d62811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.004573 10.0.0.27 - - [2025-09-08 04:12:53] "POST /fqname-to-id HTTP/1.1" 404 230 0.004782 10.0.0.41 - - [2025-09-08 04:12:53] "POST /ref-update HTTP/1.1" 200 156 0.060736 10.0.0.41 - - [2025-09-08 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005592 10.0.0.27 - - [2025-09-08 04:12:53] "POST /access-control-lists HTTP/1.1" 200 578 0.042079 10.0.0.41 - - [2025-09-08 04:12:53] "GET /network-policy/81b2fcbf-0dd0-42ca-9d52-a24584d62811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.007338 10.0.0.41 - - [2025-09-08 04:12:53] "GET /virtual-network/7f156675-4397-4998-ba3c-471533764280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2863 0.028836 10.0.0.41 - - [2025-09-08 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.012056 10.0.0.41 - - [2025-09-08 04:12:53] "GET /network-policy/81b2fcbf-0dd0-42ca-9d52-a24584d62811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.005865 10.0.0.41 - - [2025-09-08 04:12:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.38 - - [2025-09-08 04:12:53] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001242 10.0.0.41 - - [2025-09-08 04:12:53] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056958 10.0.0.38 - - [2025-09-08 04:12:53] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001197 10.0.0.41 - - [2025-09-08 04:12:53] "POST /neutron/network HTTP/1.1" 200 585 0.145394 10.0.0.27 - - [2025-09-08 04:12:53] "POST /route-targets HTTP/1.1" 200 327 0.013763 10.0.0.41 - - [2025-09-08 04:12:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.003957 10.0.0.41 - - [2025-09-08 04:12:54] "GET /virtual-network/1c125195-6ebc-42a8-9ac7-a2ae70082c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006541 10.0.0.41 - - [2025-09-08 04:12:54] "POST /neutron/network HTTP/1.1" 200 799 0.008711 10.0.0.41 - - [2025-09-08 04:12:54] "GET /virtual-network/1c125195-6ebc-42a8-9ac7-a2ae70082c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006207 10.0.0.41 - - [2025-09-08 04:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.38 - - [2025-09-08 04:12:54] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001234 10.0.0.41 - - [2025-09-08 04:12:54] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053252 10.0.0.41 - - [2025-09-08 04:12:54] "POST /neutron/network HTTP/1.1" 200 117 0.018469 10.0.0.27 - - [2025-09-08 04:12:54] "POST /ref-update HTTP/1.1" 200 156 0.030836 10.0.0.41 - - [2025-09-08 04:12:54] "POST /neutron/network HTTP/1.1" 200 799 0.011655 10.0.0.41 - - [2025-09-08 04:12:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.002233 10.0.0.41 - - [2025-09-08 04:12:54] "GET /virtual-network/158c5220-8050-427e-93a9-12edd617a18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.006620 10.0.0.41 - - [2025-09-08 04:12:54] "GET /virtual-network/158c5220-8050-427e-93a9-12edd617a18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008936 10.0.0.41 - - [2025-09-08 04:12:54] "POST /neutron/subnet HTTP/1.1" 200 701 0.011073 10.0.0.41 - - [2025-09-08 04:12:54] "POST /fqname-to-id HTTP/1.1" 404 239 0.003303 10.0.0.41 - - [2025-09-08 04:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.38 - - [2025-09-08 04:12:54] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001082 10.0.0.41 - - [2025-09-08 04:12:55] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047166 10.0.0.41 - - [2025-09-08 04:12:55] "POST /network-policys HTTP/1.1" 200 587 0.035493 10.0.0.41 - - [2025-09-08 04:12:55] "GET /network-policy/7d26a3c0-3718-47cf-9010-08bfe4839cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007422 10.0.0.41 - - [2025-09-08 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.41 - - [2025-09-08 04:12:55] "GET /virtual-network/1c125195-6ebc-42a8-9ac7-a2ae70082c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.008220 10.0.0.41 - - [2025-09-08 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.41 - - [2025-09-08 04:12:55] "GET /network-policy/7d26a3c0-3718-47cf-9010-08bfe4839cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004971 10.0.0.41 - - [2025-09-08 04:12:55] "POST /ref-update HTTP/1.1" 200 156 0.060916 10.0.0.41 - - [2025-09-08 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.41 - - [2025-09-08 04:12:55] "GET /network-policy/7d26a3c0-3718-47cf-9010-08bfe4839cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.007503 10.0.0.41 - - [2025-09-08 04:12:55] "GET /virtual-network/1c125195-6ebc-42a8-9ac7-a2ae70082c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2332 0.008797 10.0.0.41 - - [2025-09-08 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.41 - - [2025-09-08 04:12:55] "GET /network-policy/7d26a3c0-3718-47cf-9010-08bfe4839cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005049 10.0.0.41 - - [2025-09-08 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003870 10.0.0.41 - - [2025-09-08 04:12:55] "GET /virtual-network/158c5220-8050-427e-93a9-12edd617a18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007200 10.0.0.41 - - [2025-09-08 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.41 - - [2025-09-08 04:12:55] "GET /network-policy/7d26a3c0-3718-47cf-9010-08bfe4839cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005545 10.0.0.27 - - [2025-09-08 04:12:55] "PUT /access-control-list/2f60a5d1-bb36-439c-a84c-4e646d6a363c HTTP/1.1" 200 272 0.019199 10.0.0.41 - - [2025-09-08 04:12:55] "POST /ref-update HTTP/1.1" 200 156 0.063921 10.0.0.41 - - [2025-09-08 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.41 - - [2025-09-08 04:12:55] "GET /network-policy/7d26a3c0-3718-47cf-9010-08bfe4839cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004928 10.0.0.41 - - [2025-09-08 04:12:55] "GET /virtual-network/158c5220-8050-427e-93a9-12edd617a18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.008441 10.0.0.41 - - [2025-09-08 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.009523 10.0.0.27 - - [2025-09-08 04:12:55] "POST /ref-update HTTP/1.1" 200 156 0.025863 10.0.0.41 - - [2025-09-08 04:12:55] "GET /network-policy/7d26a3c0-3718-47cf-9010-08bfe4839cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006124 10.0.0.41 - - [2025-09-08 04:12:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001345 10.0.0.41 - - [2025-09-08 04:12:56] "POST /neutron/port HTTP/1.1" 200 2242 0.024137 10.0.0.41 - - [2025-09-08 04:12:56] "POST /neutron/port HTTP/1.1" 200 1180 0.018162 10.0.0.41 - - [2025-09-08 04:12:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004512 10.0.0.41 - - [2025-09-08 04:12:56] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.38 - - [2025-09-08 04:12:57] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.41 - - [2025-09-08 04:12:57] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.088048 10.0.0.41 - - [2025-09-08 04:12:57] "POST /neutron/network HTTP/1.1" 200 912 0.010363 10.0.0.41 - - [2025-09-08 04:12:57] "POST /neutron/port HTTP/1.1" 200 117 0.008212 10.0.0.41 - - [2025-09-08 04:12:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001482 10.0.0.41 - - [2025-09-08 04:12:57] "POST /neutron/network HTTP/1.1" 200 922 0.007579 10.0.0.41 - - [2025-09-08 04:12:58] "POST /neutron/port HTTP/1.1" 200 1063 0.022426 10.0.0.41 - - [2025-09-08 04:12:58] "POST /neutron/port HTTP/1.1" 200 1091 0.018204 10.0.0.38 - - [2025-09-08 04:12:58] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001078 10.0.0.41 - - [2025-09-08 04:12:58] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.41 - - [2025-09-08 04:12:58] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.073400 10.0.0.38 - - [2025-09-08 04:12:58] "GET /global-system-configs HTTP/1.1" 200 322 0.077678 10.0.0.38 - - [2025-09-08 04:12:58] "GET /obj-perms HTTP/1.1" 200 5056 0.155261 10.0.0.27 - - [2025-09-08 04:12:58] "GET /obj-perms HTTP/1.1" 200 5056 0.172054 10.0.0.41 - - [2025-09-08 04:12:58] "GET /obj-perms HTTP/1.1" 200 5056 0.210207 10.0.0.41 - - [2025-09-08 04:12:58] "POST /neutron/port HTTP/1.1" 200 3216 0.031749 10.0.0.41 - - [2025-09-08 04:12:58] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004765 10.0.0.41 - - [2025-09-08 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.41 - - [2025-09-08 04:12:58] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006671 10.0.0.41 - - [2025-09-08 04:12:59] "POST /neutron/network HTTP/1.1" 200 922 0.008446 10.0.0.27 - - [2025-09-08 04:12:59] "GET /global-system-configs HTTP/1.1" 200 322 0.032772 10.0.0.27 - - [2025-09-08 04:12:59] "GET /global-system-configs HTTP/1.1" 200 322 0.173316 10.0.0.41 - - [2025-09-08 04:12:59] "POST /neutron/port HTTP/1.1" 200 1063 0.021175 10.0.0.41 - - [2025-09-08 04:13:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004924 10.0.0.38 - - [2025-09-08 04:13:00] "GET /global-system-configs HTTP/1.1" 200 322 0.066628 10.0.0.38 - - [2025-09-08 04:13:00] "GET /obj-perms HTTP/1.1" 200 5056 0.132257 10.0.0.41 - - [2025-09-08 04:13:00] "POST /neutron/network HTTP/1.1" 200 912 0.008173 10.0.0.41 - - [2025-09-08 04:13:00] "GET /obj-perms HTTP/1.1" 200 5056 0.143673 10.0.0.27 - - [2025-09-08 04:13:00] "GET /obj-perms HTTP/1.1" 200 5056 0.165094 10.0.0.41 - - [2025-09-08 04:13:00] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004450 10.0.0.41 - - [2025-09-08 04:13:00] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005396 10.0.0.41 - - [2025-09-08 04:13:00] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005748 10.0.0.41 - - [2025-09-08 04:13:00] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.033029 10.0.0.41 - - [2025-09-08 04:13:00] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.056774 10.0.0.41 - - [2025-09-08 04:13:00] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008312 10.0.0.41 - - [2025-09-08 04:13:00] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007459 10.0.0.41 - - [2025-09-08 04:13:00] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.042359 10.0.0.41 - - [2025-09-08 04:13:00] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.061550 10.0.0.41 - - [2025-09-08 04:13:00] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.012943 10.0.0.41 - - [2025-09-08 04:13:00] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.014419 10.0.0.41 - - [2025-09-08 04:13:00] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.042741 10.0.0.41 - - [2025-09-08 04:13:00] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.049163 10.0.0.41 - - [2025-09-08 04:13:00] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.009925 10.0.0.41 - - [2025-09-08 04:13:00] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007901 10.0.0.41 - - [2025-09-08 04:13:00] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.023230 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004241 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007795 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006309 10.0.0.41 - - [2025-09-08 04:13:01] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.048738 10.0.0.41 - - [2025-09-08 04:13:01] "GET /global-system-configs HTTP/1.1" 200 322 0.048239 10.0.0.41 - - [2025-09-08 04:13:01] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.054282 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008533 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012728 10.0.0.41 - - [2025-09-08 04:13:01] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.046565 10.0.0.41 - - [2025-09-08 04:13:01] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.055850 10.0.0.41 - - [2025-09-08 04:13:01] "GET /global-system-configs HTTP/1.1" 200 322 0.084338 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.011259 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005923 10.0.0.41 - - [2025-09-08 04:13:01] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.060351 10.0.0.41 - - [2025-09-08 04:13:01] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.078112 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008506 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008119 10.0.0.41 - - [2025-09-08 04:13:01] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.029671 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003819 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006229 10.0.0.41 - - [2025-09-08 04:13:01] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.007815 10.0.0.41 - - [2025-09-08 04:13:01] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.031996 10.0.0.41 - - [2025-09-08 04:13:02] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.039233 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009109 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.017814 10.0.0.41 - - [2025-09-08 04:13:02] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.030948 10.0.0.41 - - [2025-09-08 04:13:02] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.036478 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009434 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.009105 10.0.0.41 - - [2025-09-08 04:13:02] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.054777 10.0.0.41 - - [2025-09-08 04:13:02] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.044005 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005666 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.019380 10.0.0.41 - - [2025-09-08 04:13:02] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.021359 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006179 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005214 10.0.0.41 - - [2025-09-08 04:13:02] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.019575 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005890 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006761 10.0.0.41 - - [2025-09-08 04:13:02] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.036738 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.005684 10.0.0.41 - - [2025-09-08 04:13:02] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2840 0.004470 10.0.0.41 - - [2025-09-08 04:13:02] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.020195 10.0.0.41 - - [2025-09-08 04:13:09] "POST /neutron/port HTTP/1.1" 200 1091 0.018934 10.0.0.41 - - [2025-09-08 04:13:11] "POST /neutron/port HTTP/1.1" 200 1180 0.020841 10.0.0.41 - - [2025-09-08 04:13:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005449 10.0.0.41 - - [2025-09-08 04:13:11] "POST /neutron/port HTTP/1.1" 200 117 0.001582 10.0.0.41 - - [2025-09-08 04:13:12] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004082 10.0.0.41 - - [2025-09-08 04:13:12] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004950 10.0.0.41 - - [2025-09-08 04:13:12] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.004606 10.0.0.41 - - [2025-09-08 04:13:12] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.030149 10.0.0.41 - - [2025-09-08 04:13:13] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.047899 10.0.0.41 - - [2025-09-08 04:13:13] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005627 10.0.0.41 - - [2025-09-08 04:13:13] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005286 10.0.0.41 - - [2025-09-08 04:13:13] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.032279 10.0.0.41 - - [2025-09-08 04:13:13] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.043166 10.0.0.41 - - [2025-09-08 04:13:13] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.009233 10.0.0.41 - - [2025-09-08 04:13:13] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.011294 10.0.0.41 - - [2025-09-08 04:13:13] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.041671 10.0.0.41 - - [2025-09-08 04:13:13] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.049582 10.0.0.41 - - [2025-09-08 04:13:13] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.016940 10.0.0.41 - - [2025-09-08 04:13:13] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2901 0.008233 10.0.0.41 - - [2025-09-08 04:13:13] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.022207 10.0.0.41 - - [2025-09-08 04:13:13] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003887 10.0.0.41 - - [2025-09-08 04:13:13] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005306 10.0.0.41 - - [2025-09-08 04:13:13] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006410 10.0.0.41 - - [2025-09-08 04:13:13] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.030073 10.0.0.41 - - [2025-09-08 04:13:13] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.059149 10.0.0.41 - - [2025-09-08 04:13:13] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005498 10.0.0.41 - - [2025-09-08 04:13:13] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006042 10.0.0.41 - - [2025-09-08 04:13:13] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.043345 10.0.0.41 - - [2025-09-08 04:13:13] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.043362 10.0.0.41 - - [2025-09-08 04:13:14] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006358 10.0.0.41 - - [2025-09-08 04:13:14] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006610 10.0.0.41 - - [2025-09-08 04:13:14] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.047344 10.0.0.41 - - [2025-09-08 04:13:14] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.053288 10.0.0.41 - - [2025-09-08 04:13:14] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005430 10.0.0.41 - - [2025-09-08 04:13:14] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005674 10.0.0.41 - - [2025-09-08 04:13:14] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.023247 10.0.0.41 - - [2025-09-08 04:13:14] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004503 10.0.0.41 - - [2025-09-08 04:13:14] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.005437 10.0.0.41 - - [2025-09-08 04:13:14] "GET /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2838 0.006017 10.0.0.41 - - [2025-09-08 04:13:14] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.035701 10.0.0.41 - - [2025-09-08 04:13:14] "PUT /bgp-router/210e8e56-38f6-4895-a672-edeaf55a90fb HTTP/1.1" 200 254 0.036113 10.0.0.41 - - [2025-09-08 04:13:14] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010457 10.0.0.41 - - [2025-09-08 04:13:14] "GET /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009768 10.0.0.41 - - [2025-09-08 04:13:14] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.045030 10.0.0.41 - - [2025-09-08 04:13:14] "PUT /bgp-router/97d3783a-be70-4874-ab55-a76842a6f7cb HTTP/1.1" 200 254 0.055207 10.0.0.41 - - [2025-09-08 04:13:14] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.012703 10.0.0.41 - - [2025-09-08 04:13:14] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.006829 10.0.0.41 - - [2025-09-08 04:13:14] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.072808 10.0.0.41 - - [2025-09-08 04:13:14] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.045693 10.0.0.41 - - [2025-09-08 04:13:15] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.019602 10.0.0.41 - - [2025-09-08 04:13:15] "GET /bgp-router/12765025-8aee-4cae-907d-77804f05492a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2903 0.005841 10.0.0.41 - - [2025-09-08 04:13:15] "PUT /bgp-router/12765025-8aee-4cae-907d-77804f05492a HTTP/1.1" 200 254 0.033236 10.0.0.41 - - [2025-09-08 04:13:15] "POST /ref-update HTTP/1.1" 200 156 0.082725 10.0.0.41 - - [2025-09-08 04:13:15] "GET /virtual-network/158c5220-8050-427e-93a9-12edd617a18b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.013852 10.0.0.41 - - [2025-09-08 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007941 10.0.0.27 - - [2025-09-08 04:13:15] "POST /ref-update HTTP/1.1" 200 156 0.034353 10.0.0.41 - - [2025-09-08 04:13:15] "GET /network-policy/7d26a3c0-3718-47cf-9010-08bfe4839cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004807 10.0.0.41 - - [2025-09-08 04:13:15] "POST /ref-update HTTP/1.1" 200 156 0.058482 10.0.0.41 - - [2025-09-08 04:13:15] "POST /neutron/network HTTP/1.1" 200 799 0.021870 10.0.0.41 - - [2025-09-08 04:13:15] "GET /virtual-network/1c125195-6ebc-42a8-9ac7-a2ae70082c73?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007482 10.0.0.41 - - [2025-09-08 04:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.41 - - [2025-09-08 04:13:15] "GET /network-policy/7d26a3c0-3718-47cf-9010-08bfe4839cd6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005022 10.0.0.41 - - [2025-09-08 04:13:15] "DELETE /network-policy/7d26a3c0-3718-47cf-9010-08bfe4839cd6 HTTP/1.1" 200 115 0.041241 10.0.0.41 - - [2025-09-08 04:13:15] "POST /neutron/network HTTP/1.1" 400 204 0.020855 10.0.0.41 - - [2025-09-08 04:13:16] "POST /neutron/port HTTP/1.1" 200 1091 0.017535 10.0.0.41 - - [2025-09-08 04:13:17] "POST /neutron/network HTTP/1.1" 200 799 0.008500 10.0.0.27 - - [2025-09-08 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.38 - - [2025-09-08 04:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003163 10.0.0.38 - - [2025-09-08 04:13:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003573 10.0.0.41 - - [2025-09-08 04:13:18] "POST /neutron/network HTTP/1.1" 200 151 0.138921 10.0.0.27 - - [2025-09-08 04:13:18] "DELETE /route-target/c1c7ccee-db10-43ab-8b49-023e604c8cbc HTTP/1.1" 200 115 0.031993 10.0.0.41 - - [2025-09-08 04:13:18] "POST /ref-update HTTP/1.1" 200 156 0.093687 10.0.0.41 - - [2025-09-08 04:13:18] "GET /virtual-network/7f156675-4397-4998-ba3c-471533764280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.027153 10.0.0.41 - - [2025-09-08 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.41 - - [2025-09-08 04:13:18] "GET /network-policy/81b2fcbf-0dd0-42ca-9d52-a24584d62811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.008419 10.0.0.27 - - [2025-09-08 04:13:18] "POST /fqname-to-id HTTP/1.1" 404 207 0.016094 10.0.0.41 - - [2025-09-08 04:13:18] "POST /ref-update HTTP/1.1" 200 156 0.105654 10.0.0.27 - - [2025-09-08 04:13:18] "DELETE /access-control-list/473af237-efe3-4ff7-812b-84c3b505b6b6 HTTP/1.1" 200 115 0.057201 10.0.0.41 - - [2025-09-08 04:13:18] "GET /virtual-network/72e0f40f-ba4b-4556-9626-9ad8136fac17?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2556 0.023446 10.0.0.41 - - [2025-09-08 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005099 10.0.0.41 - - [2025-09-08 04:13:18] "GET /network-policy/81b2fcbf-0dd0-42ca-9d52-a24584d62811?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2095 0.006104 10.0.0.41 - - [2025-09-08 04:13:18] "DELETE /network-policy/81b2fcbf-0dd0-42ca-9d52-a24584d62811 HTTP/1.1" 200 115 0.050083 10.0.0.41 - - [2025-09-08 04:13:19] "POST /neutron/network HTTP/1.1" 200 974 0.016217 10.0.0.41 - - [2025-09-08 04:13:19] "POST /neutron/port HTTP/1.1" 200 1206 0.020482 10.0.0.41 - - [2025-09-08 04:13:19] "POST /neutron/port HTTP/1.1" 200 1206 0.027136 10.0.0.38 - - [2025-09-08 04:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003330 10.0.0.38 - - [2025-09-08 04:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004959 10.0.0.38 - - [2025-09-08 04:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002327 10.0.0.38 - - [2025-09-08 04:13:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002444 10.0.0.41 - - [2025-09-08 04:13:21] "POST /neutron/network HTTP/1.1" 200 151 0.155580 10.0.0.27 - - [2025-09-08 04:13:21] "DELETE /route-target/91d54cdd-276f-478d-ae94-5b49fb158129 HTTP/1.1" 200 115 0.034631 10.0.0.38 - - [2025-09-08 04:13:22] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001199 10.0.0.41 - - [2025-09-08 04:13:23] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051555 10.0.0.38 - - [2025-09-08 04:13:23] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001145 10.0.0.41 - - [2025-09-08 04:13:23] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?fields=virtual_networks HTTP/1.1" 200 1048 0.064930 10.0.0.38 - - [2025-09-08 04:13:23] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001387 10.0.0.41 - - [2025-09-08 04:13:23] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.060943 10.0.0.38 - - [2025-09-08 04:13:23] "GET /projects?obj_uuids=6b3492e5-77c3-4636-9b4b-df6866adbcad&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001495 10.0.0.41 - - [2025-09-08 04:13:23] "GET /project/6b3492e5-77c3-4636-9b4b-df6866adbcad?fields=security_groups HTTP/1.1" 200 1282 0.053848 10.0.0.41 - - [2025-09-08 04:13:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.030679 10.0.0.38 - - [2025-09-08 04:13:24] "GET /projects?obj_uuids=67ea78a6-9a6f-4eb0-a6d0-42deaf0a313f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003398 10.0.0.38 - - [2025-09-08 04:13:24] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001444 10.0.0.38 - - [2025-09-08 04:13:24] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007844 10.0.0.38 - - [2025-09-08 04:13:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.010332 10.0.0.38 - - [2025-09-08 04:13:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.006190 10.0.0.38 - - [2025-09-08 04:13:24] "POST /security-groups HTTP/1.1" 200 586 0.039036 10.0.0.27 - - [2025-09-08 04:13:24] "POST /fqname-to-id HTTP/1.1" 404 229 0.004009 10.0.0.38 - - [2025-09-08 04:13:24] "POST /projects HTTP/1.1" 200 575 0.281426 10.0.0.38 - - [2025-09-08 04:13:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.360473 10.0.0.27 - - [2025-09-08 04:13:24] "POST /access-control-lists HTTP/1.1" 200 589 0.041941 10.0.0.41 - - [2025-09-08 04:13:24] "GET /project/67ea78a6-9a6f-4eb0-a6d0-42deaf0a313f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.531420 10.0.0.41 - - [2025-09-08 04:13:26] "GET / HTTP/1.1" 200 35931 0.002282 10.0.0.41 - - [2025-09-08 04:13:28] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.41 - - [2025-09-08 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.039915 10.0.0.41 - - [2025-09-08 04:13:28] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.006440 10.0.0.41 - - [2025-09-08 04:13:28] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003812 10.0.0.41 - - [2025-09-08 04:13:28] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003763 10.0.0.41 - - [2025-09-08 04:13:28] "PUT /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59 HTTP/1.1" 200 264 0.013646 10.0.0.41 - - [2025-09-08 04:13:31] "POST /fqname-to-id HTTP/1.1" 404 183 0.024264 10.0.0.38 - - [2025-09-08 04:13:31] "GET /projects?obj_uuids=37730e9a-b5e1-4439-8976-c88d4718bb09&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003582 10.0.0.38 - - [2025-09-08 04:13:31] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.38 - - [2025-09-08 04:13:31] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007782 10.0.0.38 - - [2025-09-08 04:13:31] "POST /id-to-fqname HTTP/1.1" 200 185 0.010225 10.0.0.38 - - [2025-09-08 04:13:31] "POST /fqname-to-id HTTP/1.1" 404 194 0.004176 10.0.0.38 - - [2025-09-08 04:13:31] "POST /security-groups HTTP/1.1" 200 586 0.033428 10.0.0.38 - - [2025-09-08 04:13:31] "POST /projects HTTP/1.1" 200 575 0.260283 10.0.0.27 - - [2025-09-08 04:13:31] "POST /fqname-to-id HTTP/1.1" 404 228 0.016053 10.0.0.38 - - [2025-09-08 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.336362 10.0.0.41 - - [2025-09-08 04:13:31] "GET /project/37730e9a-b5e1-4439-8976-c88d4718bb09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.495442 10.0.0.41 - - [2025-09-08 04:13:32] "POST /fqname-to-id HTTP/1.1" 404 183 0.029992 10.0.0.38 - - [2025-09-08 04:13:32] "GET /projects?obj_uuids=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004260 10.0.0.38 - - [2025-09-08 04:13:32] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.38 - - [2025-09-08 04:13:32] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008141 10.0.0.38 - - [2025-09-08 04:13:32] "POST /id-to-fqname HTTP/1.1" 200 185 0.001284 10.0.0.38 - - [2025-09-08 04:13:32] "POST /fqname-to-id HTTP/1.1" 404 194 0.003141 10.0.0.38 - - [2025-09-08 04:13:32] "POST /security-groups HTTP/1.1" 200 586 0.082181 10.0.0.38 - - [2025-09-08 04:13:32] "POST /projects HTTP/1.1" 200 575 0.306988 10.0.0.38 - - [2025-09-08 04:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.348339 10.0.0.27 - - [2025-09-08 04:13:32] "POST /access-control-lists HTTP/1.1" 200 591 0.042754 10.0.0.41 - - [2025-09-08 04:13:32] "GET /project/f89371d8-7e51-4a5c-886a-8ec197c99ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.530682 10.0.0.41 - - [2025-09-08 04:13:33] "GET / HTTP/1.1" 200 35931 0.001594 10.0.0.41 - - [2025-09-08 04:13:34] "GET / HTTP/1.1" 200 35931 0.001649 10.0.0.41 - - [2025-09-08 04:13:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.004148 10.0.0.41 - - [2025-09-08 04:13:34] "POST /api-access-lists HTTP/1.1" 200 521 0.026156 10.0.0.41 - - [2025-09-08 04:13:34] "GET /api-access-list/355cea6e-78ef-4ff9-bac9-6dfa63c1f391?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.007817 10.0.0.41 - - [2025-09-08 04:13:35] "POST /fqname-to-id HTTP/1.1" 401 292 0.000624 10.0.0.41 - - [2025-09-08 04:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.128542 10.0.0.38 - - [2025-09-08 04:13:35] "GET /projects?obj_uuids=37730e9a-b5e1-4439-8976-c88d4718bb09&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001215 10.0.0.41 - - [2025-09-08 04:13:35] "GET /project/37730e9a-b5e1-4439-8976-c88d4718bb09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.064013 10.0.0.41 - - [2025-09-08 04:13:35] "GET /virtual-networks?parent_id=37730e9a-b5e1-4439-8976-c88d4718bb09&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019667 10.0.0.41 - - [2025-09-08 04:13:35] "POST /virtual-networks HTTP/1.1" 200 568 0.105402 10.0.0.27 - - [2025-09-08 04:13:35] "POST /route-targets HTTP/1.1" 200 327 0.015703 10.0.0.41 - - [2025-09-08 04:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.032148 10.0.0.41 - - [2025-09-08 04:13:36] "GET /network-ipam/3c5aefe9-b198-4403-bcf2-cca0680df87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.020548 10.0.0.38 - - [2025-09-08 04:13:36] "POST /useragent-kv HTTP/1.1" 200 115 0.009126 10.0.0.41 - - [2025-09-08 04:13:36] "POST /ref-update HTTP/1.1" 200 156 0.109404 10.0.0.41 - - [2025-09-08 04:13:36] "POST /neutron/network HTTP/1.1" 200 834 0.060797 10.0.0.41 - - [2025-09-08 04:13:36] "GET /virtual-network/f587bd2e-334f-4bc4-a229-c1ae4ccdad30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.024193 10.0.0.41 - - [2025-09-08 04:13:36] "POST /neutron/subnet HTTP/1.1" 200 685 0.056316 10.0.0.41 - - [2025-09-08 04:13:37] "POST /id-to-fqname HTTP/1.1" 401 292 0.000838 10.0.0.41 - - [2025-09-08 04:13:37] "POST /id-to-fqname HTTP/1.1" 200 230 0.042899 10.0.0.38 - - [2025-09-08 04:13:39] "GET /projects?obj_uuids=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001379 10.0.0.41 - - [2025-09-08 04:13:39] "GET /project/f89371d8-7e51-4a5c-886a-8ec197c99ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.074346 10.0.0.41 - - [2025-09-08 04:13:39] "POST /neutron/port HTTP/1.1" 200 117 0.039309 10.0.0.41 - - [2025-09-08 04:13:40] "POST /neutron/network HTTP/1.1" 200 844 0.074598 10.0.0.41 - - [2025-09-08 04:13:41] "POST /neutron/port HTTP/1.1" 200 1057 0.020066 10.0.0.41 - - [2025-09-08 04:13:41] "POST /neutron/port HTTP/1.1" 200 1085 0.023370 10.0.0.41 - - [2025-09-08 04:13:41] "POST /neutron/port HTTP/1.1" 200 117 0.001490 10.0.0.27 - - [2025-09-08 04:13:42] "GET /obj-perms HTTP/1.1" 200 5056 0.054573 10.0.0.38 - - [2025-09-08 04:13:42] "GET /obj-perms HTTP/1.1" 200 5056 0.049450 10.0.0.41 - - [2025-09-08 04:13:44] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009294 10.0.0.41 - - [2025-09-08 04:13:45] "POST /neutron/port HTTP/1.1" 200 1085 0.018407 10.0.0.41 - - [2025-09-08 04:13:45] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009348 10.0.0.41 - - [2025-09-08 04:13:45] "GET /virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda HTTP/1.1" 401 292 0.000506 10.0.0.41 - - [2025-09-08 04:13:45] "GET /virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda HTTP/1.1" 200 1287 0.049666 10.0.0.41 - - [2025-09-08 04:13:45] "GET /virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda HTTP/1.1" 200 1287 0.019403 10.0.0.41 - - [2025-09-08 04:13:45] "GET /virtual-machine-interface/f2d9dca4-d492-4d64-96bc-61ac03b5dfb2 HTTP/1.1" 200 2531 0.024498 10.0.0.41 - - [2025-09-08 04:13:45] "GET /virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda HTTP/1.1" 200 1287 0.031939 10.0.0.41 - - [2025-09-08 04:13:45] "GET /virtual-machine-interface/f2d9dca4-d492-4d64-96bc-61ac03b5dfb2 HTTP/1.1" 200 2531 0.027190 10.0.0.41 - - [2025-09-08 04:13:45] "GET /instance-ip/4fd4ec19-9ace-44f7-b35c-7167c65dde45 HTTP/1.1" 200 1627 0.028601 10.0.0.41 - - [2025-09-08 04:13:45] "GET /virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda HTTP/1.1" 200 1287 0.019512 10.0.0.41 - - [2025-09-08 04:13:45] "GET /virtual-machine-interface/f2d9dca4-d492-4d64-96bc-61ac03b5dfb2 HTTP/1.1" 200 2531 0.025704 10.0.0.41 - - [2025-09-08 04:13:45] "GET /instance-ip/4fd4ec19-9ace-44f7-b35c-7167c65dde45 HTTP/1.1" 200 1627 0.023652 10.0.0.41 - - [2025-09-08 04:13:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.020328 10.0.0.41 - - [2025-09-08 04:13:46] "GET / HTTP/1.1" 200 35931 0.002212 10.0.0.41 - - [2025-09-08 04:13:46] "POST /fqname-to-id HTTP/1.1" 401 292 0.000578 10.0.0.41 - - [2025-09-08 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.025232 10.0.0.41 - - [2025-09-08 04:13:46] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004748 10.0.0.41 - - [2025-09-08 04:13:46] "GET /virtual-networks?parent_id=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017560 10.0.0.41 - - [2025-09-08 04:13:46] "POST /fqname-to-id HTTP/1.1" 403 339 0.018856 10.0.0.41 - - [2025-09-08 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.41 - - [2025-09-08 04:13:46] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005294 10.0.0.41 - - [2025-09-08 04:13:46] "GET /virtual-networks?parent_id=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018940 10.0.0.41 - - [2025-09-08 04:13:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.035855 10.0.0.41 - - [2025-09-08 04:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004541 10.0.0.41 - - [2025-09-08 04:13:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004685 10.0.0.41 - - [2025-09-08 04:13:47] "GET /virtual-networks?parent_id=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020065 10.0.0.41 - - [2025-09-08 04:13:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.019663 10.0.0.41 - - [2025-09-08 04:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005988 10.0.0.41 - - [2025-09-08 04:13:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004874 10.0.0.41 - - [2025-09-08 04:13:47] "GET /virtual-networks?parent_id=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017786 10.0.0.41 - - [2025-09-08 04:13:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.017842 10.0.0.41 - - [2025-09-08 04:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004508 10.0.0.41 - - [2025-09-08 04:13:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004595 10.0.0.41 - - [2025-09-08 04:13:47] "GET /virtual-networks?parent_id=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017265 10.0.0.41 - - [2025-09-08 04:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.022659 10.0.0.41 - - [2025-09-08 04:13:50] "GET /virtual-network/f587bd2e-334f-4bc4-a229-c1ae4ccdad30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.027701 10.0.0.41 - - [2025-09-08 04:13:52] "POST /fqname-to-id HTTP/1.1" 403 339 0.020828 10.0.0.41 - - [2025-09-08 04:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.41 - - [2025-09-08 04:13:52] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003761 10.0.0.41 - - [2025-09-08 04:13:52] "GET /virtual-networks?parent_id=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016356 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.019517 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.41 - - [2025-09-08 04:13:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003689 10.0.0.41 - - [2025-09-08 04:13:53] "GET /virtual-networks?parent_id=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015914 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 403 361 0.022671 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005236 10.0.0.41 - - [2025-09-08 04:13:53] "GET /routing-instance/fad08a0d-2874-4405-bd1e-3842e63582c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005065 10.0.0.41 - - [2025-09-08 04:13:53] "GET /route-target/e5acc049-efac-4c68-ab0b-0ba4f76112b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016546 10.0.0.41 - - [2025-09-08 04:13:53] "GET /route-target/e5acc049-efac-4c68-ab0b-0ba4f76112b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004459 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.017953 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.41 - - [2025-09-08 04:13:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003869 10.0.0.41 - - [2025-09-08 04:13:53] "GET /virtual-networks?parent_id=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017897 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 403 361 0.019623 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.41 - - [2025-09-08 04:13:53] "GET /routing-instance/fad08a0d-2874-4405-bd1e-3842e63582c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.005666 10.0.0.41 - - [2025-09-08 04:13:53] "GET /route-target/e5acc049-efac-4c68-ab0b-0ba4f76112b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.025146 10.0.0.41 - - [2025-09-08 04:13:53] "GET /route-target/e5acc049-efac-4c68-ab0b-0ba4f76112b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004272 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.017930 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.41 - - [2025-09-08 04:13:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005431 10.0.0.41 - - [2025-09-08 04:13:53] "GET /virtual-networks?parent_id=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018161 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 403 339 0.018427 10.0.0.41 - - [2025-09-08 04:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.41 - - [2025-09-08 04:13:53] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004604 10.0.0.41 - - [2025-09-08 04:13:53] "GET /virtual-networks?parent_id=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019838 10.0.0.41 - - [2025-09-08 04:13:56] "POST /neutron/port HTTP/1.1" 200 1085 0.021179 10.0.0.38 - - [2025-09-08 04:13:56] "GET /obj-perms HTTP/1.1" 200 4915 0.085556 10.0.0.41 - - [2025-09-08 04:13:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004808 10.0.0.41 - - [2025-09-08 04:13:56] "POST /neutron/network HTTP/1.1" 200 834 0.007554 10.0.0.38 - - [2025-09-08 04:13:58] "GET /virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 992 0.018119 10.0.0.41 - - [2025-09-08 04:13:58] "GET /obj-perms HTTP/1.1" 200 4915 0.062655 10.0.0.41 - - [2025-09-08 04:13:59] "GET /virtual-machine-interface/f2d9dca4-d492-4d64-96bc-61ac03b5dfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.023925 10.0.0.41 - - [2025-09-08 04:13:59] "GET /virtual-machine-interface/f2d9dca4-d492-4d64-96bc-61ac03b5dfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.022925 10.0.0.41 - - [2025-09-08 04:13:59] "GET /virtual-machine-interface/f2d9dca4-d492-4d64-96bc-61ac03b5dfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2310 0.032049 10.0.0.41 - - [2025-09-08 04:13:59] "GET /virtual-network/f587bd2e-334f-4bc4-a229-c1ae4ccdad30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1987 0.026155 10.0.0.38 - - [2025-09-08 04:13:59] "GET /obj-perms HTTP/1.1" 200 4915 0.017832 10.0.0.41 - - [2025-09-08 04:14:00] "GET /obj-perms HTTP/1.1" 200 4915 0.061734 10.0.0.41 - - [2025-09-08 04:14:01] "GET /obj-perms HTTP/1.1" 200 4915 0.021056 10.0.0.41 - - [2025-09-08 04:14:01] "GET /obj-perms HTTP/1.1" 200 4915 0.066565 10.0.0.41 - - [2025-09-08 04:14:02] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.024213 10.0.0.27 - - [2025-09-08 04:14:02] "GET /obj-perms HTTP/1.1" 200 4915 0.204152 10.0.0.38 - - [2025-09-08 04:14:02] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.090664 10.0.0.27 - - [2025-09-08 04:14:02] "DELETE /access-control-list/d905c449-af36-4bba-a8d1-b3662a348eba HTTP/1.1" 200 115 0.072559 10.0.0.41 - - [2025-09-08 04:14:03] "GET /virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda HTTP/1.1" 200 1287 0.042735 10.0.0.41 - - [2025-09-08 04:14:03] "POST /neutron/port HTTP/1.1" 200 151 0.201661 10.0.0.41 - - [2025-09-08 04:14:05] "GET /virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda HTTP/1.1" 404 171 0.022919 10.0.0.41 - - [2025-09-08 04:14:05] "GET /virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda HTTP/1.1" 404 171 0.016215 10.0.0.41 - - [2025-09-08 04:14:05] "GET /virtual-machine/5b02bf93-da0b-4aa7-980d-76853bf9fbda HTTP/1.1" 404 171 0.023652 10.0.0.41 - - [2025-09-08 04:14:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.022136 10.0.0.41 - - [2025-09-08 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.41 - - [2025-09-08 04:14:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004301 10.0.0.41 - - [2025-09-08 04:14:05] "GET /virtual-networks?parent_id=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018644 10.0.0.41 - - [2025-09-08 04:14:05] "POST /fqname-to-id HTTP/1.1" 403 361 0.023244 10.0.0.41 - - [2025-09-08 04:14:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.41 - - [2025-09-08 04:14:05] "GET /routing-instance/fad08a0d-2874-4405-bd1e-3842e63582c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1531 0.004693 10.0.0.41 - - [2025-09-08 04:14:05] "GET /route-target/e5acc049-efac-4c68-ab0b-0ba4f76112b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.019116 10.0.0.41 - - [2025-09-08 04:14:05] "GET /route-target/e5acc049-efac-4c68-ab0b-0ba4f76112b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004153 10.0.0.41 - - [2025-09-08 04:14:06] "GET /obj-perms HTTP/1.1" 200 4915 0.063797 10.0.0.41 - - [2025-09-08 04:14:09] "GET /obj-perms HTTP/1.1" 200 5020 0.048824 10.0.0.27 - - [2025-09-08 04:14:09] "GET /obj-perms HTTP/1.1" 200 5020 0.048307 10.0.0.38 - - [2025-09-08 04:14:15] "DELETE /project/6b3492e5-77c3-4636-9b4b-df6866adbcad HTTP/1.1" 404 177 0.004810 10.0.0.38 - - [2025-09-08 04:14:15] "DELETE /project/37730e9ab5e144398976c88d4718bb09 HTTP/1.1" 404 173 0.009756 10.0.0.38 - - [2025-09-08 04:14:15] "DELETE /project/67ea78a69a6f4eb0a6d042deaf0a313f HTTP/1.1" 404 173 0.008319 10.0.0.38 - - [2025-09-08 04:14:15] "DELETE /project/f89371d87e514a5c886a8ec197c99ee9 HTTP/1.1" 404 173 0.005436 10.0.0.41 - - [2025-09-08 04:14:18] "GET /obj-perms HTTP/1.1" 200 5020 0.004666 10.0.0.27 - - [2025-09-08 04:14:18] "GET /obj-perms HTTP/1.1" 200 5020 0.005047 10.0.0.41 - - [2025-09-08 04:14:27] "GET /obj-perms HTTP/1.1" 200 5020 0.004828 10.0.0.27 - - [2025-09-08 04:14:28] "GET /obj-perms HTTP/1.1" 200 5020 0.004767 10.0.0.41 - - [2025-09-08 04:14:31] "GET /obj-perms HTTP/1.1" 200 5020 0.004275 10.0.0.38 - - [2025-09-08 04:14:31] "POST /useragent-kv HTTP/1.1" 200 115 0.004865 10.0.0.38 - - [2025-09-08 04:14:31] "POST /useragent-kv HTTP/1.1" 200 115 0.003932 10.0.0.41 - - [2025-09-08 04:14:31] "DELETE /virtual-network/f587bd2e-334f-4bc4-a229-c1ae4ccdad30 HTTP/1.1" 200 115 0.135391 10.0.0.41 - - [2025-09-08 04:14:31] "DELETE /api-access-list/355cea6e-78ef-4ff9-bac9-6dfa63c1f391 HTTP/1.1" 200 115 0.049844 10.0.0.38 - - [2025-09-08 04:14:31] "GET /projects?obj_uuids=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001187 10.0.0.41 - - [2025-09-08 04:14:32] "GET /project/f89371d8-7e51-4a5c-886a-8ec197c99ee9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.050027 10.0.0.38 - - [2025-09-08 04:14:32] "GET /projects?obj_uuids=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001466 10.0.0.41 - - [2025-09-08 04:14:32] "GET /project/f89371d8-7e51-4a5c-886a-8ec197c99ee9?fields=virtual_networks HTTP/1.1" 200 1022 0.046689 10.0.0.38 - - [2025-09-08 04:14:32] "GET /projects?obj_uuids=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001210 10.0.0.41 - - [2025-09-08 04:14:32] "GET /project/f89371d8-7e51-4a5c-886a-8ec197c99ee9?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.046905 10.0.0.38 - - [2025-09-08 04:14:32] "GET /projects?obj_uuids=f89371d8-7e51-4a5c-886a-8ec197c99ee9&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001156 10.0.0.41 - - [2025-09-08 04:14:32] "GET /project/f89371d8-7e51-4a5c-886a-8ec197c99ee9?fields=security_groups HTTP/1.1" 200 1243 0.048555 10.0.0.38 - - [2025-09-08 04:14:32] "GET /projects?obj_uuids=37730e9a-b5e1-4439-8976-c88d4718bb09&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001772 10.0.0.41 - - [2025-09-08 04:14:32] "GET /project/37730e9a-b5e1-4439-8976-c88d4718bb09?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1342 0.053692 10.0.0.38 - - [2025-09-08 04:14:32] "GET /projects?obj_uuids=37730e9a-b5e1-4439-8976-c88d4718bb09&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001124 10.0.0.41 - - [2025-09-08 04:14:32] "GET /project/37730e9a-b5e1-4439-8976-c88d4718bb09?fields=virtual_networks HTTP/1.1" 200 1021 0.047891 10.0.0.38 - - [2025-09-08 04:14:32] "GET /projects?obj_uuids=37730e9a-b5e1-4439-8976-c88d4718bb09&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002879 10.0.0.41 - - [2025-09-08 04:14:32] "GET /project/37730e9a-b5e1-4439-8976-c88d4718bb09?fields=virtual_machine_interfaces HTTP/1.1" 200 1021 0.050806 10.0.0.38 - - [2025-09-08 04:14:33] "GET /projects?obj_uuids=37730e9a-b5e1-4439-8976-c88d4718bb09&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001099 10.0.0.41 - - [2025-09-08 04:14:33] "GET /project/37730e9a-b5e1-4439-8976-c88d4718bb09?fields=security_groups HTTP/1.1" 200 1242 0.048844 10.0.0.41 - - [2025-09-08 04:14:35] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004770 10.0.0.41 - - [2025-09-08 04:14:35] "PUT /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59 HTTP/1.1" 200 264 0.012963 10.0.0.38 - - [2025-09-08 04:14:35] "GET /projects?obj_uuids=67ea78a6-9a6f-4eb0-a6d0-42deaf0a313f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002085 10.0.0.41 - - [2025-09-08 04:14:35] "GET /project/67ea78a6-9a6f-4eb0-a6d0-42deaf0a313f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.046727 10.0.0.38 - - [2025-09-08 04:14:35] "GET /projects?obj_uuids=67ea78a6-9a6f-4eb0-a6d0-42deaf0a313f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001029 10.0.0.41 - - [2025-09-08 04:14:35] "GET /project/67ea78a6-9a6f-4eb0-a6d0-42deaf0a313f?fields=virtual_networks HTTP/1.1" 200 1022 0.046811 10.0.0.38 - - [2025-09-08 04:14:35] "GET /projects?obj_uuids=67ea78a6-9a6f-4eb0-a6d0-42deaf0a313f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001103 10.0.0.41 - - [2025-09-08 04:14:35] "GET /project/67ea78a6-9a6f-4eb0-a6d0-42deaf0a313f?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.044310 10.0.0.38 - - [2025-09-08 04:14:35] "GET /projects?obj_uuids=67ea78a6-9a6f-4eb0-a6d0-42deaf0a313f&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001395 10.0.0.41 - - [2025-09-08 04:14:35] "GET /project/67ea78a6-9a6f-4eb0-a6d0-42deaf0a313f?fields=security_groups HTTP/1.1" 200 1243 0.050079 10.0.0.41 - - [2025-09-08 04:14:36] "POST /fqname-to-id HTTP/1.1" 404 188 0.026251 10.0.0.38 - - [2025-09-08 04:14:36] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004463 10.0.0.38 - - [2025-09-08 04:14:36] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001339 10.0.0.38 - - [2025-09-08 04:14:36] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008796 10.0.0.38 - - [2025-09-08 04:14:37] "POST /id-to-fqname HTTP/1.1" 200 190 0.001895 10.0.0.38 - - [2025-09-08 04:14:37] "POST /fqname-to-id HTTP/1.1" 404 199 0.006674 10.0.0.38 - - [2025-09-08 04:14:37] "POST /security-groups HTTP/1.1" 200 591 0.038996 10.0.0.27 - - [2025-09-08 04:14:37] "POST /fqname-to-id HTTP/1.1" 404 234 0.008025 10.0.0.38 - - [2025-09-08 04:14:37] "POST /projects HTTP/1.1" 200 585 0.254699 10.0.0.38 - - [2025-09-08 04:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.329813 10.0.0.27 - - [2025-09-08 04:14:37] "POST /access-control-lists HTTP/1.1" 200 594 0.033736 10.0.0.41 - - [2025-09-08 04:14:37] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.492742 10.0.0.41 - - [2025-09-08 04:14:38] "GET / HTTP/1.1" 200 35931 0.002116 10.0.0.41 - - [2025-09-08 04:14:40] "POST /fqname-to-id HTTP/1.1" 401 292 0.000517 10.0.0.41 - - [2025-09-08 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.035056 10.0.0.41 - - [2025-09-08 04:14:41] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004240 10.0.0.41 - - [2025-09-08 04:14:41] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004329 10.0.0.41 - - [2025-09-08 04:14:41] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.005907 10.0.0.41 - - [2025-09-08 04:14:41] "PUT /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59 HTTP/1.1" 200 264 0.030091 10.0.0.41 - - [2025-09-08 04:14:43] "POST /fqname-to-id HTTP/1.1" 404 188 0.354586 10.0.0.27 - - [2025-09-08 04:14:43] "GET /obj-perms HTTP/1.1" 200 5056 0.066476 10.0.0.38 - - [2025-09-08 04:14:43] "GET /projects?obj_uuids=87897dc0-9470-4751-8c1a-8d18726aea36&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003714 10.0.0.38 - - [2025-09-08 04:14:43] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001491 10.0.0.38 - - [2025-09-08 04:14:43] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010117 10.0.0.38 - - [2025-09-08 04:14:43] "POST /id-to-fqname HTTP/1.1" 200 190 0.003527 10.0.0.38 - - [2025-09-08 04:14:43] "POST /fqname-to-id HTTP/1.1" 404 199 0.007567 10.0.0.38 - - [2025-09-08 04:14:44] "POST /security-groups HTTP/1.1" 200 591 0.037856 10.0.0.38 - - [2025-09-08 04:14:44] "POST /projects HTTP/1.1" 200 585 0.276268 10.0.0.38 - - [2025-09-08 04:14:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.309151 10.0.0.27 - - [2025-09-08 04:14:44] "POST /fqname-to-id HTTP/1.1" 404 233 0.010884 10.0.0.41 - - [2025-09-08 04:14:44] "GET /project/87897dc0-9470-4751-8c1a-8d18726aea36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.496019 10.0.0.41 - - [2025-09-08 04:14:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.025247 10.0.0.38 - - [2025-09-08 04:14:44] "GET /projects?obj_uuids=8990d209-91d2-49b5-866c-436029fb88e2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003813 10.0.0.38 - - [2025-09-08 04:14:44] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001653 10.0.0.38 - - [2025-09-08 04:14:44] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009101 10.0.0.38 - - [2025-09-08 04:14:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.007005 10.0.0.38 - - [2025-09-08 04:14:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.006224 10.0.0.38 - - [2025-09-08 04:14:45] "POST /security-groups HTTP/1.1" 200 591 0.136213 10.0.0.38 - - [2025-09-08 04:14:45] "POST /projects HTTP/1.1" 200 585 0.371966 10.0.0.27 - - [2025-09-08 04:14:45] "POST /access-control-lists HTTP/1.1" 200 596 0.030792 10.0.0.38 - - [2025-09-08 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.442932 10.0.0.41 - - [2025-09-08 04:14:45] "GET /project/8990d209-91d2-49b5-866c-436029fb88e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.599745 10.0.0.41 - - [2025-09-08 04:14:45] "GET / HTTP/1.1" 200 35931 0.002238 10.0.0.41 - - [2025-09-08 04:14:46] "GET / HTTP/1.1" 200 35931 0.001737 10.0.0.41 - - [2025-09-08 04:14:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.004108 10.0.0.41 - - [2025-09-08 04:14:47] "POST /api-access-lists HTTP/1.1" 200 521 0.024078 10.0.0.41 - - [2025-09-08 04:14:47] "GET /api-access-list/b4e4d72c-a73b-4d0e-aea7-748ac0709a3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006301 10.0.0.41 - - [2025-09-08 04:14:47] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.41 - - [2025-09-08 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.055024 10.0.0.38 - - [2025-09-08 04:14:48] "GET /projects?obj_uuids=87897dc0-9470-4751-8c1a-8d18726aea36&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.41 - - [2025-09-08 04:14:48] "GET /project/87897dc0-9470-4751-8c1a-8d18726aea36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.075140 10.0.0.41 - - [2025-09-08 04:14:48] "GET /virtual-networks?parent_id=87897dc0-9470-4751-8c1a-8d18726aea36&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.026129 10.0.0.41 - - [2025-09-08 04:14:48] "POST /virtual-networks HTTP/1.1" 200 583 0.097394 10.0.0.27 - - [2025-09-08 04:14:48] "POST /route-targets HTTP/1.1" 200 327 0.025419 10.0.0.41 - - [2025-09-08 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.029765 10.0.0.41 - - [2025-09-08 04:14:48] "GET /network-ipam/3c5aefe9-b198-4403-bcf2-cca0680df87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.018194 10.0.0.38 - - [2025-09-08 04:14:48] "POST /useragent-kv HTTP/1.1" 200 115 0.012141 10.0.0.41 - - [2025-09-08 04:14:48] "POST /ref-update HTTP/1.1" 200 156 0.099768 10.0.0.41 - - [2025-09-08 04:14:48] "GET /virtual-network/3bb5f550-3fcd-4ac9-9d75-190c311c2e37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.026171 10.0.0.41 - - [2025-09-08 04:14:49] "POST /neutron/network HTTP/1.1" 200 848 0.062719 10.0.0.41 - - [2025-09-08 04:14:49] "POST /fqname-to-id HTTP/1.1" 401 292 0.000518 10.0.0.41 - - [2025-09-08 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.050161 10.0.0.38 - - [2025-09-08 04:14:49] "GET /projects?obj_uuids=8990d209-91d2-49b5-866c-436029fb88e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001465 10.0.0.41 - - [2025-09-08 04:14:49] "GET /project/8990d209-91d2-49b5-866c-436029fb88e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.086900 10.0.0.41 - - [2025-09-08 04:14:49] "GET /virtual-networks?parent_id=8990d209-91d2-49b5-866c-436029fb88e2&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022718 10.0.0.41 - - [2025-09-08 04:14:49] "POST /virtual-networks HTTP/1.1" 200 583 0.098080 10.0.0.27 - - [2025-09-08 04:14:49] "POST /ref-update HTTP/1.1" 200 156 0.034442 10.0.0.41 - - [2025-09-08 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.062387 10.0.0.41 - - [2025-09-08 04:14:49] "GET /network-ipam/3c5aefe9-b198-4403-bcf2-cca0680df87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.026693 10.0.0.38 - - [2025-09-08 04:14:50] "POST /useragent-kv HTTP/1.1" 200 115 0.013191 10.0.0.41 - - [2025-09-08 04:14:50] "POST /ref-update HTTP/1.1" 200 156 0.104788 10.0.0.41 - - [2025-09-08 04:14:50] "POST /neutron/network HTTP/1.1" 200 845 0.061598 10.0.0.41 - - [2025-09-08 04:14:50] "GET /virtual-network/23057ad2-79f2-4677-89be-fd5806520499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.024595 10.0.0.41 - - [2025-09-08 04:14:51] "PUT /virtual-network/3bb5f550-3fcd-4ac9-9d75-190c311c2e37 HTTP/1.1" 200 264 0.053092 10.0.0.41 - - [2025-09-08 04:14:51] "PUT /virtual-network/3bb5f550-3fcd-4ac9-9d75-190c311c2e37 HTTP/1.1" 200 264 0.052618 10.0.0.38 - - [2025-09-08 04:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004759 10.0.0.38 - - [2025-09-08 04:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004418 10.0.0.41 - - [2025-09-08 04:14:51] "DELETE /virtual-network/23057ad2-79f2-4677-89be-fd5806520499 HTTP/1.1" 200 115 0.159720 10.0.0.38 - - [2025-09-08 04:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.010022 10.0.0.27 - - [2025-09-08 04:14:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.010303 10.0.0.38 - - [2025-09-08 04:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.004410 10.0.0.41 - - [2025-09-08 04:14:51] "DELETE /virtual-network/3bb5f550-3fcd-4ac9-9d75-190c311c2e37 HTTP/1.1" 200 115 0.163137 10.0.0.41 - - [2025-09-08 04:14:51] "DELETE /api-access-list/b4e4d72c-a73b-4d0e-aea7-748ac0709a3f HTTP/1.1" 200 115 0.048406 10.0.0.38 - - [2025-09-08 04:14:52] "GET /projects?obj_uuids=8990d209-91d2-49b5-866c-436029fb88e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.41 - - [2025-09-08 04:14:52] "GET /project/8990d209-91d2-49b5-866c-436029fb88e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.045231 10.0.0.38 - - [2025-09-08 04:14:52] "GET /projects?obj_uuids=8990d209-91d2-49b5-866c-436029fb88e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001255 10.0.0.41 - - [2025-09-08 04:14:52] "GET /project/8990d209-91d2-49b5-866c-436029fb88e2?fields=virtual_networks HTTP/1.1" 200 1031 0.054870 10.0.0.38 - - [2025-09-08 04:14:52] "GET /projects?obj_uuids=8990d209-91d2-49b5-866c-436029fb88e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.41 - - [2025-09-08 04:14:52] "GET /project/8990d209-91d2-49b5-866c-436029fb88e2?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.051933 10.0.0.38 - - [2025-09-08 04:14:52] "GET /projects?obj_uuids=8990d209-91d2-49b5-866c-436029fb88e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001382 10.0.0.41 - - [2025-09-08 04:14:52] "GET /project/8990d209-91d2-49b5-866c-436029fb88e2?fields=security_groups HTTP/1.1" 200 1257 0.059809 10.0.0.38 - - [2025-09-08 04:14:52] "GET /projects?obj_uuids=87897dc0-9470-4751-8c1a-8d18726aea36&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001211 10.0.0.41 - - [2025-09-08 04:14:53] "GET /project/87897dc0-9470-4751-8c1a-8d18726aea36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047793 10.0.0.38 - - [2025-09-08 04:14:53] "GET /projects?obj_uuids=87897dc0-9470-4751-8c1a-8d18726aea36&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.41 - - [2025-09-08 04:14:53] "GET /project/87897dc0-9470-4751-8c1a-8d18726aea36?fields=virtual_networks HTTP/1.1" 200 1032 0.053382 10.0.0.38 - - [2025-09-08 04:14:53] "GET /projects?obj_uuids=87897dc0-9470-4751-8c1a-8d18726aea36&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001138 10.0.0.41 - - [2025-09-08 04:14:53] "GET /project/87897dc0-9470-4751-8c1a-8d18726aea36?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047080 10.0.0.38 - - [2025-09-08 04:14:53] "GET /projects?obj_uuids=87897dc0-9470-4751-8c1a-8d18726aea36&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001093 10.0.0.41 - - [2025-09-08 04:14:53] "GET /project/87897dc0-9470-4751-8c1a-8d18726aea36?fields=security_groups HTTP/1.1" 200 1258 0.050756 10.0.0.41 - - [2025-09-08 04:14:57] "GET / HTTP/1.1" 200 35931 0.002063 10.0.0.41 - - [2025-09-08 04:14:58] "GET / HTTP/1.1" 200 35931 0.001748 10.0.0.41 - - [2025-09-08 04:14:58] "POST /fqname-to-id HTTP/1.1" 401 292 0.000597 10.0.0.41 - - [2025-09-08 04:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.085419 10.0.0.38 - - [2025-09-08 04:14:58] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001334 10.0.0.41 - - [2025-09-08 04:14:58] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.063274 10.0.0.41 - - [2025-09-08 04:14:59] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.014531 10.0.0.41 - - [2025-09-08 04:14:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.015682 10.0.0.41 - - [2025-09-08 04:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.015122 10.0.0.38 - - [2025-09-08 04:14:59] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001340 10.0.0.41 - - [2025-09-08 04:14:59] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.020963 10.0.0.41 - - [2025-09-08 04:14:59] "POST /service-templates HTTP/1.1" 403 264 0.011872 10.0.0.41 - - [2025-09-08 04:14:59] "POST /fqname-to-id HTTP/1.1" 404 215 0.004506 10.0.0.41 - - [2025-09-08 04:14:59] "POST /api-access-lists HTTP/1.1" 200 555 0.029821 10.0.0.41 - - [2025-09-08 04:14:59] "GET /api-access-list/6cc07f0c-d8e7-4f56-9dee-be09b8590946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.007431 10.0.0.41 - - [2025-09-08 04:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.020547 10.0.0.38 - - [2025-09-08 04:14:59] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001201 10.0.0.41 - - [2025-09-08 04:14:59] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.072334 10.0.0.41 - - [2025-09-08 04:14:59] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018295 10.0.0.41 - - [2025-09-08 04:14:59] "POST /virtual-networks HTTP/1.1" 200 583 0.099771 10.0.0.27 - - [2025-09-08 04:14:59] "POST /ref-update HTTP/1.1" 200 156 0.023740 10.0.0.41 - - [2025-09-08 04:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.062581 10.0.0.41 - - [2025-09-08 04:14:59] "GET /network-ipam/3c5aefe9-b198-4403-bcf2-cca0680df87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.019026 10.0.0.38 - - [2025-09-08 04:15:00] "POST /useragent-kv HTTP/1.1" 200 115 0.013791 10.0.0.41 - - [2025-09-08 04:15:00] "POST /ref-update HTTP/1.1" 200 156 0.111012 10.0.0.41 - - [2025-09-08 04:15:00] "POST /neutron/network HTTP/1.1" 200 846 0.058424 10.0.0.41 - - [2025-09-08 04:15:00] "GET /virtual-network/106541ae-a61c-4bbb-ab7d-b3a57ade37e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.026613 10.0.0.41 - - [2025-09-08 04:15:00] "POST /neutron/subnet HTTP/1.1" 200 669 0.054059 10.0.0.41 - - [2025-09-08 04:15:00] "GET /virtual-network/106541ae-a61c-4bbb-ab7d-b3a57ade37e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.007377 10.0.0.41 - - [2025-09-08 04:15:00] "GET /network-ipam/3c5aefe9-b198-4403-bcf2-cca0680df87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004646 10.0.0.41 - - [2025-09-08 04:15:00] "GET /virtual-network/106541ae-a61c-4bbb-ab7d-b3a57ade37e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.007791 10.0.0.41 - - [2025-09-08 04:15:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.023585 10.0.0.41 - - [2025-09-08 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.019749 10.0.0.38 - - [2025-09-08 04:15:02] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001392 10.0.0.41 - - [2025-09-08 04:15:02] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.026729 10.0.0.41 - - [2025-09-08 04:15:02] "POST /service-templates HTTP/1.1" 403 264 0.015070 10.0.0.41 - - [2025-09-08 04:15:02] "POST /fqname-to-id HTTP/1.1" 404 183 0.003854 10.0.0.41 - - [2025-09-08 04:15:02] "POST /api-access-lists HTTP/1.1" 200 521 0.025805 10.0.0.41 - - [2025-09-08 04:15:02] "GET /api-access-list/c64b322b-26dd-418b-b40c-69da2ce422cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.007316 10.0.0.41 - - [2025-09-08 04:15:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.020945 10.0.0.41 - - [2025-09-08 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.021509 10.0.0.38 - - [2025-09-08 04:15:02] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001785 10.0.0.41 - - [2025-09-08 04:15:02] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.025162 10.0.0.41 - - [2025-09-08 04:15:02] "POST /service-templates HTTP/1.1" 200 551 0.055355 10.0.0.41 - - [2025-09-08 04:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.031435 10.0.0.41 - - [2025-09-08 04:15:03] "GET /service-template/1c6637f2-a175-4434-9ecf-644e10de8603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.026064 10.0.0.41 - - [2025-09-08 04:15:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.048903 10.0.0.41 - - [2025-09-08 04:15:03] "GET /service-template/1c6637f2-a175-4434-9ecf-644e10de8603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.044788 10.0.0.27 - - [2025-09-08 04:15:04] "DELETE /access-control-list/3851984b-fe21-4124-a799-159cf8c20e57 HTTP/1.1" 200 115 0.074972 10.0.0.27 - - [2025-09-08 04:15:04] "DELETE /access-control-list/469fdda9-f744-4077-a56a-d18ca3a3b015 HTTP/1.1" 200 115 0.034830 10.0.0.41 - - [2025-09-08 04:15:04] "GET /api-access-list/6cc07f0c-d8e7-4f56-9dee-be09b8590946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1323 0.004841 10.0.0.41 - - [2025-09-08 04:15:04] "PUT /api-access-list/6cc07f0c-d8e7-4f56-9dee-be09b8590946 HTTP/1.1" 200 264 0.014233 10.0.0.41 - - [2025-09-08 04:15:04] "POST /fqname-to-id HTTP/1.1" 401 292 0.000633 10.0.0.41 - - [2025-09-08 04:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.051504 10.0.0.38 - - [2025-09-08 04:15:05] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001764 10.0.0.41 - - [2025-09-08 04:15:05] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.079023 10.0.0.41 - - [2025-09-08 04:15:05] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.026409 10.0.0.41 - - [2025-09-08 04:15:05] "POST /virtual-networks HTTP/1.1" 403 263 0.016831 10.0.0.41 - - [2025-09-08 04:15:05] "GET /api-access-list/c64b322b-26dd-418b-b40c-69da2ce422cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1291 0.005507 10.0.0.41 - - [2025-09-08 04:15:05] "PUT /api-access-list/c64b322b-26dd-418b-b40c-69da2ce422cf HTTP/1.1" 200 264 0.014958 10.0.0.41 - - [2025-09-08 04:15:06] "POST /fqname-to-id HTTP/1.1" 404 197 0.017151 10.0.0.41 - - [2025-09-08 04:15:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.019076 10.0.0.38 - - [2025-09-08 04:15:06] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001653 10.0.0.41 - - [2025-09-08 04:15:06] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 893 0.026602 10.0.0.41 - - [2025-09-08 04:15:06] "POST /service-templates HTTP/1.1" 403 264 0.017546 10.0.0.41 - - [2025-09-08 04:15:06] "GET /api-access-list/6cc07f0c-d8e7-4f56-9dee-be09b8590946?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.004720 10.0.0.41 - - [2025-09-08 04:15:06] "PUT /api-access-list/6cc07f0c-d8e7-4f56-9dee-be09b8590946 HTTP/1.1" 200 264 0.013353 10.0.0.41 - - [2025-09-08 04:15:06] "GET /api-access-list/c64b322b-26dd-418b-b40c-69da2ce422cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1429 0.004274 10.0.0.41 - - [2025-09-08 04:15:06] "PUT /api-access-list/c64b322b-26dd-418b-b40c-69da2ce422cf HTTP/1.1" 200 264 0.018429 10.0.0.41 - - [2025-09-08 04:15:07] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005334 10.0.0.41 - - [2025-09-08 04:15:07] "PUT /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59 HTTP/1.1" 200 264 0.013843 10.0.0.41 - - [2025-09-08 04:15:07] "DELETE /api-access-list/6cc07f0c-d8e7-4f56-9dee-be09b8590946 HTTP/1.1" 200 115 0.040718 10.0.0.41 - - [2025-09-08 04:15:07] "DELETE /api-access-list/c64b322b-26dd-418b-b40c-69da2ce422cf HTTP/1.1" 200 115 0.035056 10.0.0.41 - - [2025-09-08 04:15:08] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.007437 10.0.0.41 - - [2025-09-08 04:15:08] "PUT /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59 HTTP/1.1" 200 264 0.014466 10.0.0.41 - - [2025-09-08 04:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.022131 10.0.0.41 - - [2025-09-08 04:15:08] "DELETE /service-template/1c6637f2-a175-4434-9ecf-644e10de8603 HTTP/1.1" 200 115 0.044393 10.0.0.41 - - [2025-09-08 04:15:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.019946 10.0.0.38 - - [2025-09-08 04:15:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003531 10.0.0.38 - - [2025-09-08 04:15:08] "POST /useragent-kv HTTP/1.1" 200 115 0.003121 10.0.0.41 - - [2025-09-08 04:15:08] "DELETE /virtual-network/106541ae-a61c-4bbb-ab7d-b3a57ade37e4 HTTP/1.1" 200 115 0.144341 10.0.0.41 - - [2025-09-08 04:15:08] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004622 10.0.0.41 - - [2025-09-08 04:15:08] "PUT /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59 HTTP/1.1" 200 264 0.017992 10.0.0.41 - - [2025-09-08 04:15:08] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.005082 10.0.0.41 - - [2025-09-08 04:15:08] "PUT /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59 HTTP/1.1" 200 264 0.014238 10.0.0.41 - - [2025-09-08 04:15:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004283 10.0.0.38 - - [2025-09-08 04:15:11] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001413 10.0.0.41 - - [2025-09-08 04:15:11] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.065619 10.0.0.38 - - [2025-09-08 04:15:12] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001604 10.0.0.41 - - [2025-09-08 04:15:12] "POST /neutron/network HTTP/1.1" 200 643 0.223179 10.0.0.41 - - [2025-09-08 04:15:12] "POST /id-to-fqname HTTP/1.1" 200 240 0.004452 10.0.0.41 - - [2025-09-08 04:15:12] "GET /virtual-network/ec8d79b2-37b2-4b2d-9992-0b140a5e49bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007285 10.0.0.41 - - [2025-09-08 04:15:12] "POST /neutron/network HTTP/1.1" 200 862 0.007821 10.0.0.41 - - [2025-09-08 04:15:12] "GET /virtual-network/ec8d79b2-37b2-4b2d-9992-0b140a5e49bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006900 10.0.0.41 - - [2025-09-08 04:15:12] "POST /neutron/network HTTP/1.1" 200 862 0.009156 10.0.0.27 - - [2025-09-08 04:15:12] "POST /route-targets HTTP/1.1" 200 327 0.016536 10.0.0.41 - - [2025-09-08 04:15:12] "GET /virtual-network/ec8d79b2-37b2-4b2d-9992-0b140a5e49bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008518 10.0.0.41 - - [2025-09-08 04:15:12] "GET /network-ipam/3c5aefe9-b198-4403-bcf2-cca0680df87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.007097 10.0.0.41 - - [2025-09-08 04:15:12] "GET /virtual-network/ec8d79b2-37b2-4b2d-9992-0b140a5e49bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.009585 10.0.0.41 - - [2025-09-08 04:15:13] "GET /obj-perms HTTP/1.1" 200 5030 0.053332 10.0.0.38 - - [2025-09-08 04:15:13] "GET /obj-perms HTTP/1.1" 200 5030 0.050178 10.0.0.41 - - [2025-09-08 04:15:13] "POST /fqname-to-id HTTP/1.1" 404 215 0.004999 10.0.0.41 - - [2025-09-08 04:15:13] "POST /api-access-lists HTTP/1.1" 200 555 0.031906 10.0.0.41 - - [2025-09-08 04:15:13] "GET /api-access-list/d69ef470-4745-4040-97da-cfad7dac8419?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2443 0.006332 10.0.0.41 - - [2025-09-08 04:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.020428 10.0.0.38 - - [2025-09-08 04:15:13] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001191 10.0.0.41 - - [2025-09-08 04:15:13] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.065421 10.0.0.41 - - [2025-09-08 04:15:14] "POST /neutron/network HTTP/1.1" 200 693 0.027850 10.0.0.27 - - [2025-09-08 04:15:14] "POST /ref-update HTTP/1.1" 200 156 0.028129 10.0.0.41 - - [2025-09-08 04:15:14] "POST /neutron/network HTTP/1.1" 200 864 0.038886 10.0.0.41 - - [2025-09-08 04:15:14] "POST /id-to-fqname HTTP/1.1" 200 240 0.015121 10.0.0.41 - - [2025-09-08 04:15:14] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.029774 10.0.0.41 - - [2025-09-08 04:15:14] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.024535 10.0.0.41 - - [2025-09-08 04:15:14] "POST /neutron/subnet HTTP/1.1" 200 724 0.051307 10.0.0.41 - - [2025-09-08 04:15:14] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006662 10.0.0.41 - - [2025-09-08 04:15:14] "GET /network-ipam/3c5aefe9-b198-4403-bcf2-cca0680df87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004572 10.0.0.41 - - [2025-09-08 04:15:15] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.007176 10.0.0.38 - - [2025-09-08 04:15:15] "DELETE /project/8990d20991d249b5866c436029fb88e2 HTTP/1.1" 404 173 0.040516 10.0.0.38 - - [2025-09-08 04:15:15] "DELETE /project/37730e9a-b5e1-4439-8976-c88d4718bb09 HTTP/1.1" 404 177 0.041261 10.0.0.38 - - [2025-09-08 04:15:15] "DELETE /project/f89371d8-7e51-4a5c-886a-8ec197c99ee9 HTTP/1.1" 404 177 0.039825 10.0.0.38 - - [2025-09-08 04:15:15] "DELETE /project/67ea78a6-9a6f-4eb0-a6d0-42deaf0a313f HTTP/1.1" 404 177 0.039616 10.0.0.38 - - [2025-09-08 04:15:15] "DELETE /project/fc99fade1684478197d51463030389aa HTTP/1.1" 404 173 0.047623 10.0.0.38 - - [2025-09-08 04:15:15] "DELETE /project/87897dc0947047518c1a8d18726aea36 HTTP/1.1" 404 173 0.040912 10.0.0.38 - - [2025-09-08 04:15:15] "GET /projects?obj_uuids=87897dc0-9470-4751-8c1a-8d18726aea36&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003918 10.0.0.38 - - [2025-09-08 04:15:15] "GET /projects?obj_uuids=8990d209-91d2-49b5-866c-436029fb88e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001066 10.0.0.38 - - [2025-09-08 04:15:15] "GET /project/87897dc0-9470-4751-8c1a-8d18726aea36?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.118459 10.0.0.38 - - [2025-09-08 04:15:15] "GET /project/8990d209-91d2-49b5-866c-436029fb88e2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.137277 10.0.0.38 - - [2025-09-08 04:15:15] "GET /projects?obj_uuids=87897dc0-9470-4751-8c1a-8d18726aea36&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.38 - - [2025-09-08 04:15:15] "GET /projects?obj_uuids=8990d209-91d2-49b5-866c-436029fb88e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001184 10.0.0.38 - - [2025-09-08 04:15:15] "GET /project/8990d209-91d2-49b5-866c-436029fb88e2?fields=security_groups HTTP/1.1" 200 1362 0.063139 10.0.0.38 - - [2025-09-08 04:15:15] "GET /project/87897dc0-9470-4751-8c1a-8d18726aea36?fields=security_groups HTTP/1.1" 200 1363 0.094304 10.0.0.38 - - [2025-09-08 04:15:15] "DELETE /security-group/10a6127d-1d3f-457d-aa11-e817357e4f10 HTTP/1.1" 200 115 0.072979 10.0.0.38 - - [2025-09-08 04:15:15] "GET /projects?obj_uuids=8990d209-91d2-49b5-866c-436029fb88e2&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001250 10.0.0.38 - - [2025-09-08 04:15:15] "DELETE /security-group/c0f38698-ea96-44ba-bd68-87f07100199a HTTP/1.1" 200 115 0.103356 10.0.0.38 - - [2025-09-08 04:15:15] "GET /project/8990d209-91d2-49b5-866c-436029fb88e2?fields=application_policy_sets HTTP/1.1" 200 1401 0.079923 10.0.0.38 - - [2025-09-08 04:15:15] "GET /projects?obj_uuids=87897dc0-9470-4751-8c1a-8d18726aea36&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001497 10.0.0.38 - - [2025-09-08 04:15:15] "GET /project/87897dc0-9470-4751-8c1a-8d18726aea36?fields=application_policy_sets HTTP/1.1" 200 1402 0.074149 10.0.0.27 - - [2025-09-08 04:15:15] "GET /obj-perms HTTP/1.1" 200 5030 0.204954 10.0.0.27 - - [2025-09-08 04:15:15] "DELETE /access-control-list/a8b3d192-19dd-4e15-a0c4-192b9d994151 HTTP/1.1" 200 115 0.108766 10.0.0.41 - - [2025-09-08 04:15:16] "POST /fqname-to-id HTTP/1.1" 404 232 0.066785 10.0.0.38 - - [2025-09-08 04:15:16] "DELETE /project/8990d209-91d2-49b5-866c-436029fb88e2 HTTP/1.1" 200 115 0.768444 10.0.0.38 - - [2025-09-08 04:15:16] "DELETE /project/87897dc0-9470-4751-8c1a-8d18726aea36 HTTP/1.1" 200 115 0.779414 10.0.0.27 - - [2025-09-08 04:15:16] "POST /access-control-lists HTTP/1.1" 200 626 0.034303 10.0.0.27 - - [2025-09-08 04:15:16] "PUT /access-control-list/04802af2-424f-433d-9417-3a222f58b64f HTTP/1.1" 200 272 0.021033 10.0.0.38 - - [2025-09-08 04:15:16] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001529 10.0.0.41 - - [2025-09-08 04:15:16] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.147012 10.0.0.38 - - [2025-09-08 04:15:16] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001317 10.0.0.41 - - [2025-09-08 04:15:16] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.114505 10.0.0.27 - - [2025-09-08 04:15:17] "PUT /access-control-list/8707921a-9fa6-4ec2-bf40-49e94bf9a83e HTTP/1.1" 200 272 0.028033 10.0.0.38 - - [2025-09-08 04:15:17] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001239 10.0.0.41 - - [2025-09-08 04:15:17] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.288580 10.0.0.41 - - [2025-09-08 04:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.041986 10.0.0.41 - - [2025-09-08 04:15:17] "GET /security-group/6e19ee42-6d8e-464d-acf7-ebe9825cd624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.038342 10.0.0.41 - - [2025-09-08 04:15:18] "POST /id-to-fqname HTTP/1.1" 200 240 0.030407 10.0.0.38 - - [2025-09-08 04:15:19] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001491 10.0.0.41 - - [2025-09-08 04:15:19] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.088954 10.0.0.41 - - [2025-09-08 04:15:19] "POST /neutron/network HTTP/1.1" 200 864 0.010128 10.0.0.41 - - [2025-09-08 04:15:20] "POST /neutron/port HTTP/1.1" 200 117 0.032764 10.0.0.38 - - [2025-09-08 04:15:20] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001521 10.0.0.41 - - [2025-09-08 04:15:21] "POST /neutron/port HTTP/1.1" 200 1060 0.566607 10.0.0.41 - - [2025-09-08 04:15:21] "POST /neutron/port HTTP/1.1" 200 1114 0.132408 10.0.0.41 - - [2025-09-08 04:15:21] "POST /neutron/subnet HTTP/1.1" 200 698 0.010715 10.0.0.41 - - [2025-09-08 04:15:25] "POST /neutron/port HTTP/1.1" 200 1088 0.021278 10.0.0.41 - - [2025-09-08 04:15:25] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009471 10.0.0.41 - - [2025-09-08 04:15:25] "POST /neutron/port HTTP/1.1" 200 1088 0.017986 10.0.0.41 - - [2025-09-08 04:15:25] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab HTTP/1.1" 401 292 0.000574 10.0.0.41 - - [2025-09-08 04:15:26] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab HTTP/1.1" 200 1293 0.057660 10.0.0.41 - - [2025-09-08 04:15:26] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab HTTP/1.1" 200 1293 0.020323 10.0.0.41 - - [2025-09-08 04:15:26] "GET /virtual-machine-interface/58202817-ebc2-4880-8311-a7dcc2207c19 HTTP/1.1" 200 3022 0.027219 10.0.0.41 - - [2025-09-08 04:15:26] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab HTTP/1.1" 200 1293 0.019815 10.0.0.41 - - [2025-09-08 04:15:26] "GET /virtual-machine-interface/58202817-ebc2-4880-8311-a7dcc2207c19 HTTP/1.1" 200 3022 0.024718 10.0.0.41 - - [2025-09-08 04:15:26] "GET /instance-ip/c60a22ae-4932-41d0-9581-2b07e89a5946 HTTP/1.1" 200 1641 0.024270 10.0.0.41 - - [2025-09-08 04:15:26] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab HTTP/1.1" 200 1293 0.020075 10.0.0.41 - - [2025-09-08 04:15:26] "GET /virtual-machine-interface/58202817-ebc2-4880-8311-a7dcc2207c19 HTTP/1.1" 200 3022 0.034652 10.0.0.41 - - [2025-09-08 04:15:26] "GET /instance-ip/c60a22ae-4932-41d0-9581-2b07e89a5946 HTTP/1.1" 200 1641 0.023112 10.0.0.41 - - [2025-09-08 04:15:26] "POST /fqname-to-id HTTP/1.1" 403 354 0.020291 10.0.0.41 - - [2025-09-08 04:15:26] "GET / HTTP/1.1" 200 35931 0.002129 10.0.0.41 - - [2025-09-08 04:15:26] "POST /fqname-to-id HTTP/1.1" 401 292 0.000506 10.0.0.41 - - [2025-09-08 04:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.026872 10.0.0.41 - - [2025-09-08 04:15:27] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004485 10.0.0.41 - - [2025-09-08 04:15:27] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.028693 10.0.0.41 - - [2025-09-08 04:15:27] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.032213 10.0.0.41 - - [2025-09-08 04:15:27] "POST /fqname-to-id HTTP/1.1" 403 354 0.018752 10.0.0.41 - - [2025-09-08 04:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.41 - - [2025-09-08 04:15:27] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004034 10.0.0.41 - - [2025-09-08 04:15:27] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026614 10.0.0.41 - - [2025-09-08 04:15:27] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.024229 10.0.0.41 - - [2025-09-08 04:15:27] "POST /fqname-to-id HTTP/1.1" 403 354 0.017776 10.0.0.41 - - [2025-09-08 04:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.41 - - [2025-09-08 04:15:27] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004678 10.0.0.41 - - [2025-09-08 04:15:27] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.032804 10.0.0.41 - - [2025-09-08 04:15:27] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.025543 10.0.0.41 - - [2025-09-08 04:15:27] "POST /fqname-to-id HTTP/1.1" 403 354 0.025058 10.0.0.41 - - [2025-09-08 04:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.41 - - [2025-09-08 04:15:27] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004887 10.0.0.41 - - [2025-09-08 04:15:27] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023600 10.0.0.41 - - [2025-09-08 04:15:27] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.025357 10.0.0.41 - - [2025-09-08 04:15:28] "POST /fqname-to-id HTTP/1.1" 403 354 0.019803 10.0.0.41 - - [2025-09-08 04:15:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.41 - - [2025-09-08 04:15:28] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004385 10.0.0.41 - - [2025-09-08 04:15:28] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.024786 10.0.0.41 - - [2025-09-08 04:15:28] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.030683 10.0.0.41 - - [2025-09-08 04:15:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008876 10.0.0.41 - - [2025-09-08 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.019049 10.0.0.41 - - [2025-09-08 04:15:31] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.023824 10.0.0.41 - - [2025-09-08 04:15:33] "POST /fqname-to-id HTTP/1.1" 403 354 0.018761 10.0.0.41 - - [2025-09-08 04:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.41 - - [2025-09-08 04:15:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004649 10.0.0.41 - - [2025-09-08 04:15:33] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026153 10.0.0.41 - - [2025-09-08 04:15:33] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.023113 10.0.0.41 - - [2025-09-08 04:15:33] "POST /fqname-to-id HTTP/1.1" 403 354 0.017124 10.0.0.41 - - [2025-09-08 04:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003082 10.0.0.41 - - [2025-09-08 04:15:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003593 10.0.0.41 - - [2025-09-08 04:15:33] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.022841 10.0.0.41 - - [2025-09-08 04:15:33] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.024335 10.0.0.41 - - [2025-09-08 04:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.018671 10.0.0.41 - - [2025-09-08 04:15:33] "GET /routing-instance/cd9a4dba-c1c4-4d34-a33f-016947ae11c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.022587 10.0.0.41 - - [2025-09-08 04:15:34] "POST /fqname-to-id HTTP/1.1" 403 354 0.017679 10.0.0.41 - - [2025-09-08 04:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.41 - - [2025-09-08 04:15:34] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004339 10.0.0.41 - - [2025-09-08 04:15:34] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025216 10.0.0.41 - - [2025-09-08 04:15:34] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.033062 10.0.0.41 - - [2025-09-08 04:15:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.016996 10.0.0.41 - - [2025-09-08 04:15:34] "GET /routing-instance/cd9a4dba-c1c4-4d34-a33f-016947ae11c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.022560 10.0.0.38 - - [2025-09-08 04:15:34] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.044578 10.0.0.41 - - [2025-09-08 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.037574 10.0.0.41 - - [2025-09-08 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.41 - - [2025-09-08 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.41 - - [2025-09-08 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.38 - - [2025-09-08 04:15:35] "GET /obj-perms HTTP/1.1" 403 257 0.013505 10.0.0.41 - - [2025-09-08 04:15:35] "GET /obj-perms HTTP/1.1" 403 257 0.038276 10.0.0.41 - - [2025-09-08 04:15:36] "GET /obj-perms HTTP/1.1" 200 5030 0.005378 10.0.0.41 - - [2025-09-08 04:15:36] "GET /obj-perms HTTP/1.1" 403 257 0.038690 10.0.0.41 - - [2025-09-08 04:15:36] "GET /obj-perms HTTP/1.1" 403 257 0.016750 10.0.0.27 - - [2025-09-08 04:15:37] "GET /obj-perms HTTP/1.1" 403 257 0.040726 10.0.0.38 - - [2025-09-08 04:15:37] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.022121 10.0.0.41 - - [2025-09-08 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.018839 10.0.0.38 - - [2025-09-08 04:15:37] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001606 10.0.0.41 - - [2025-09-08 04:15:37] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.067282 10.0.0.41 - - [2025-09-08 04:15:37] "GET /virtual-network/ec8d79b2-37b2-4b2d-9992-0b140a5e49bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.027648 10.0.0.41 - - [2025-09-08 04:15:37] "GET /floating-ip-pools?parent_id=ec8d79b2-37b2-4b2d-9992-0b140a5e49bf&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.022818 10.0.0.41 - - [2025-09-08 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.016738 10.0.0.41 - - [2025-09-08 04:15:37] "GET /floating-ip-pool/50a87332-4072-428f-8fa8-e5b195e116f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1181 0.018022 10.0.0.38 - - [2025-09-08 04:15:37] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001247 10.0.0.41 - - [2025-09-08 04:15:37] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.069756 10.0.0.41 - - [2025-09-08 04:15:37] "POST /floating-ips HTTP/1.1" 200 616 0.084194 10.0.0.41 - - [2025-09-08 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.027409 10.0.0.41 - - [2025-09-08 04:15:38] "GET /floating-ip/cbda02c2-de4b-49ae-b005-57fd92a749ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.032243 10.0.0.41 - - [2025-09-08 04:15:38] "GET /floating-ip/cbda02c2-de4b-49ae-b005-57fd92a749ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.023378 10.0.0.41 - - [2025-09-08 04:15:38] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.019834 10.0.0.41 - - [2025-09-08 04:15:38] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.019226 10.0.0.41 - - [2025-09-08 04:15:38] "GET /virtual-machine-interface/58202817-ebc2-4880-8311-a7dcc2207c19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2801 0.027127 10.0.0.41 - - [2025-09-08 04:15:38] "POST /ref-update HTTP/1.1" 200 156 0.028502 10.0.0.41 - - [2025-09-08 04:15:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.018994 10.0.0.41 - - [2025-09-08 04:15:38] "GET /routing-instance/0d50dc71-e006-416e-bc4e-7c75d4cb2095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.022988 10.0.0.41 - - [2025-09-08 04:15:38] "POST /neutron/port HTTP/1.1" 200 1088 0.075592 10.0.0.41 - - [2025-09-08 04:15:39] "POST /neutron/port HTTP/1.1" 200 1155 0.280924 10.0.0.41 - - [2025-09-08 04:15:39] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab HTTP/1.1" 200 1293 0.019419 10.0.0.41 - - [2025-09-08 04:15:39] "GET /virtual-machine-interface/58202817-ebc2-4880-8311-a7dcc2207c19 HTTP/1.1" 200 3584 0.025812 10.0.0.41 - - [2025-09-08 04:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.016848 10.0.0.41 - - [2025-09-08 04:15:39] "GET /security-group/6e19ee42-6d8e-464d-acf7-ebe9825cd624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.016321 10.0.0.41 - - [2025-09-08 04:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.017189 10.0.0.41 - - [2025-09-08 04:15:39] "GET /security-group/6e19ee42-6d8e-464d-acf7-ebe9825cd624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1316 0.018782 10.0.0.41 - - [2025-09-08 04:15:39] "DELETE /floating-ip/cbda02c2-de4b-49ae-b005-57fd92a749ed HTTP/1.1" 200 115 0.092394 10.0.0.41 - - [2025-09-08 04:15:39] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab HTTP/1.1" 200 1293 0.023807 10.0.0.41 - - [2025-09-08 04:15:40] "POST /neutron/port HTTP/1.1" 200 1155 0.015248 10.0.0.41 - - [2025-09-08 04:15:41] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab HTTP/1.1" 404 171 0.021807 10.0.0.41 - - [2025-09-08 04:15:41] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab HTTP/1.1" 404 171 0.024604 10.0.0.41 - - [2025-09-08 04:15:41] "GET /virtual-machine/b0b05119-2ab6-4222-a44d-2250537163ab HTTP/1.1" 404 171 0.019886 10.0.0.41 - - [2025-09-08 04:15:42] "POST /fqname-to-id HTTP/1.1" 403 354 0.020393 10.0.0.41 - - [2025-09-08 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.41 - - [2025-09-08 04:15:42] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005826 10.0.0.41 - - [2025-09-08 04:15:42] "GET /virtual-networks?parent_id=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021946 10.0.0.41 - - [2025-09-08 04:15:42] "GET /virtual-network/ab3f8bf2-071e-48ac-a71a-7bce7c0b8125?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.027793 10.0.0.41 - - [2025-09-08 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.016736 10.0.0.41 - - [2025-09-08 04:15:42] "GET /routing-instance/cd9a4dba-c1c4-4d34-a33f-016947ae11c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.019814 10.0.0.41 - - [2025-09-08 04:15:42] "GET /obj-perms HTTP/1.1" 403 257 0.016523 10.0.0.41 - - [2025-09-08 04:15:42] "GET /obj-perms HTTP/1.1" 200 5030 0.004058 10.0.0.27 - - [2025-09-08 04:15:46] "GET /obj-perms HTTP/1.1" 200 5030 0.004586 10.0.0.41 - - [2025-09-08 04:15:49] "GET /obj-perms HTTP/1.1" 200 5030 0.004360 10.0.0.27 - - [2025-09-08 04:15:55] "GET /obj-perms HTTP/1.1" 200 5030 0.004399 10.0.0.41 - - [2025-09-08 04:15:58] "GET /obj-perms HTTP/1.1" 200 5030 0.006595 10.0.0.41 - - [2025-09-08 04:15:58] "POST /neutron/security_group HTTP/1.1" 200 151 0.082913 10.0.0.41 - - [2025-09-08 04:15:58] "POST /fqname-to-id HTTP/1.1" 404 232 0.034317 10.0.0.27 - - [2025-09-08 04:15:58] "DELETE /access-control-list/8707921a-9fa6-4ec2-bf40-49e94bf9a83e HTTP/1.1" 200 115 0.037194 10.0.0.41 - - [2025-09-08 04:15:59] "DELETE /api-access-list/d69ef470-4745-4040-97da-cfad7dac8419 HTTP/1.1" 200 115 0.052741 10.0.0.41 - - [2025-09-08 04:15:59] "POST /neutron/network HTTP/1.1" 200 862 0.008743 10.0.0.27 - - [2025-09-08 04:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004664 10.0.0.41 - - [2025-09-08 04:16:01] "GET /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.005074 10.0.0.41 - - [2025-09-08 04:16:01] "PUT /api-access-list/45a44763-fbb8-4933-9ad4-a3a174b85d59 HTTP/1.1" 200 264 0.016191 10.0.0.38 - - [2025-09-08 04:16:01] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.41 - - [2025-09-08 04:16:01] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.051915 10.0.0.38 - - [2025-09-08 04:16:01] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001712 10.0.0.41 - - [2025-09-08 04:16:02] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?fields=virtual_networks HTTP/1.1" 200 1033 0.052507 10.0.0.38 - - [2025-09-08 04:16:02] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001397 10.0.0.41 - - [2025-09-08 04:16:02] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.058213 10.0.0.38 - - [2025-09-08 04:16:02] "GET /projects?obj_uuids=fc99fade-1684-4781-97d5-1463030389aa&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001329 10.0.0.41 - - [2025-09-08 04:16:02] "GET /project/fc99fade-1684-4781-97d5-1463030389aa?fields=security_groups HTTP/1.1" 200 1259 0.051694 10.0.0.38 - - [2025-09-08 04:16:02] "GET /projects?obj_uuids=d3c9e274-58c1-485b-8908-c8c223fb21f3&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001402 10.0.0.41 - - [2025-09-08 04:16:02] "GET /project/d3c9e274-58c1-485b-8908-c8c223fb21f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1271 0.049314 10.0.0.27 - - [2025-09-08 04:16:04] "DELETE /access-control-list/2b89bd3a-9a96-48b1-9786-9bf6fb0e9f48 HTTP/1.1" 200 115 0.043996 [Introspect:8084]10.0.0.41 - - [2025-09-08 04:16:05] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001582 [Introspect:8084]10.0.0.41 - - [2025-09-08 04:16:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001452 10.0.0.38 - - [2025-09-08 04:16:16] "DELETE /project/fc99fade-1684-4781-97d5-1463030389aa HTTP/1.1" 404 177 0.003746 10.0.0.41 - - [2025-09-08 04:16:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.032584 10.0.0.38 - - [2025-09-08 04:16:17] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003416 10.0.0.38 - - [2025-09-08 04:16:18] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001493 10.0.0.38 - - [2025-09-08 04:16:18] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013599 10.0.0.38 - - [2025-09-08 04:16:18] "POST /id-to-fqname HTTP/1.1" 200 191 0.005341 10.0.0.38 - - [2025-09-08 04:16:18] "POST /fqname-to-id HTTP/1.1" 404 200 0.010621 10.0.0.38 - - [2025-09-08 04:16:18] "POST /security-groups HTTP/1.1" 200 592 0.032288 10.0.0.38 - - [2025-09-08 04:16:18] "POST /projects HTTP/1.1" 200 587 0.270235 10.0.0.38 - - [2025-09-08 04:16:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.302409 10.0.0.27 - - [2025-09-08 04:16:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.017179 10.0.0.41 - - [2025-09-08 04:16:18] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.496640 10.0.0.41 - - [2025-09-08 04:16:19] "GET / HTTP/1.1" 200 35931 0.002185 10.0.0.41 - - [2025-09-08 04:16:21] "POST /fqname-to-id HTTP/1.1" 401 292 0.000593 10.0.0.41 - - [2025-09-08 04:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.059365 10.0.0.38 - - [2025-09-08 04:16:21] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001131 10.0.0.41 - - [2025-09-08 04:16:22] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.067319 10.0.0.38 - - [2025-09-08 04:16:22] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001513 10.0.0.41 - - [2025-09-08 04:16:22] "POST /neutron/network HTTP/1.1" 200 608 0.201050 10.0.0.27 - - [2025-09-08 04:16:22] "POST /ref-update HTTP/1.1" 200 156 0.060622 10.0.0.41 - - [2025-09-08 04:16:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.004589 10.0.0.41 - - [2025-09-08 04:16:22] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007172 10.0.0.41 - - [2025-09-08 04:16:22] "POST /neutron/network HTTP/1.1" 200 825 0.010456 10.0.0.41 - - [2025-09-08 04:16:22] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007864 10.0.0.41 - - [2025-09-08 04:16:23] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007492 10.0.0.41 - - [2025-09-08 04:16:24] "GET /obj-perms HTTP/1.1" 200 5032 0.059138 10.0.0.27 - - [2025-09-08 04:16:24] "GET /obj-perms HTTP/1.1" 200 5032 0.060969 10.0.0.38 - - [2025-09-08 04:16:24] "GET /obj-perms HTTP/1.1" 200 5032 0.057992 10.0.0.41 - - [2025-09-08 04:16:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001554 10.0.0.41 - - [2025-09-08 04:16:25] "POST /neutron/network HTTP/1.1" 200 835 0.007995 10.0.0.38 - - [2025-09-08 04:16:25] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.033384 10.0.0.41 - - [2025-09-08 04:16:25] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.105591 10.0.0.41 - - [2025-09-08 04:16:26] "POST /neutron/port HTTP/1.1" 200 117 0.009819 10.0.0.41 - - [2025-09-08 04:16:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001926 10.0.0.41 - - [2025-09-08 04:16:26] "POST /neutron/network HTTP/1.1" 200 835 0.008551 10.0.0.41 - - [2025-09-08 04:16:27] "POST /neutron/port HTTP/1.1" 200 1059 0.069393 10.0.0.38 - - [2025-09-08 04:16:27] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001823 10.0.0.41 - - [2025-09-08 04:16:27] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.089135 10.0.0.41 - - [2025-09-08 04:16:27] "POST /neutron/port HTTP/1.1" 200 1087 0.023078 10.0.0.41 - - [2025-09-08 04:16:27] "POST /neutron/port HTTP/1.1" 200 1087 0.025713 10.0.0.41 - - [2025-09-08 04:16:27] "POST /neutron/network HTTP/1.1" 200 825 0.013258 10.0.0.41 - - [2025-09-08 04:16:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008345 10.0.0.41 - - [2025-09-08 04:16:28] "POST /neutron/port HTTP/1.1" 200 1059 0.016675 10.0.0.41 - - [2025-09-08 04:16:28] "POST /neutron/port HTTP/1.1" 200 1087 0.023697 10.0.0.41 - - [2025-09-08 04:16:28] "POST /neutron/port HTTP/1.1" 200 117 0.001535 10.0.0.41 - - [2025-09-08 04:16:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008322 10.0.0.41 - - [2025-09-08 04:16:33] "POST /neutron/port HTTP/1.1" 200 1087 0.018828 10.0.0.41 - - [2025-09-08 04:16:33] "GET /virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef HTTP/1.1" 401 292 0.000458 10.0.0.41 - - [2025-09-08 04:16:33] "GET /virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef HTTP/1.1" 200 1294 0.030366 10.0.0.41 - - [2025-09-08 04:16:33] "GET /virtual-machine-interface/cac4b27f-1f0a-41df-8f9a-ab52bb8a9794 HTTP/1.1" 200 2950 0.006862 10.0.0.41 - - [2025-09-08 04:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.41 - - [2025-09-08 04:16:33] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005873 10.0.0.41 - - [2025-09-08 04:16:33] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003661 10.0.0.41 - - [2025-09-08 04:16:33] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009919 10.0.0.41 - - [2025-09-08 04:16:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.41 - - [2025-09-08 04:16:36] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005839 10.0.0.41 - - [2025-09-08 04:16:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004929 10.0.0.41 - - [2025-09-08 04:16:40] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006726 10.0.0.41 - - [2025-09-08 04:16:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.41 - - [2025-09-08 04:16:44] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006799 10.0.0.41 - - [2025-09-08 04:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.41 - - [2025-09-08 04:16:49] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007076 10.0.0.41 - - [2025-09-08 04:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004064 10.0.0.41 - - [2025-09-08 04:16:53] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006715 10.0.0.41 - - [2025-09-08 04:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.41 - - [2025-09-08 04:16:57] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006077 10.0.0.41 - - [2025-09-08 04:16:59] "POST /neutron/port HTTP/1.1" 200 1087 0.040174 10.0.0.41 - - [2025-09-08 04:16:59] "POST /neutron/subnet HTTP/1.1" 200 690 0.009854 10.0.0.41 - - [2025-09-08 04:17:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.41 - - [2025-09-08 04:17:01] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007320 10.0.0.41 - - [2025-09-08 04:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.41 - - [2025-09-08 04:17:05] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007213 10.0.0.41 - - [2025-09-08 04:17:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.41 - - [2025-09-08 04:17:07] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004956 10.0.0.41 - - [2025-09-08 04:17:07] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004097 10.0.0.41 - - [2025-09-08 04:17:07] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007033 10.0.0.41 - - [2025-09-08 04:17:07] "POST /neutron/port HTTP/1.1" 200 1087 0.017838 10.0.0.41 - - [2025-09-08 04:17:13] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010364 10.0.0.38 - - [2025-09-08 04:17:16] "DELETE /project/85d96834ac164e46b6ace16354432cd3 HTTP/1.1" 404 173 0.034668 10.0.0.41 - - [2025-09-08 04:17:16] "POST /neutron/port HTTP/1.1" 200 1087 0.020381 10.0.0.41 - - [2025-09-08 04:17:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006309 10.0.0.41 - - [2025-09-08 04:17:16] "POST /neutron/security_group HTTP/1.1" 200 2059 0.044066 10.0.0.41 - - [2025-09-08 04:17:18] "POST /neutron/port HTTP/1.1" 200 1087 0.023548 10.0.0.41 - - [2025-09-08 04:17:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009086 10.0.0.41 - - [2025-09-08 04:17:28] "POST /neutron/port HTTP/1.1" 200 1087 0.018747 10.0.0.41 - - [2025-09-08 04:17:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008361 10.0.0.41 - - [2025-09-08 04:17:28] "GET /virtual-machine/bd98282f-0c3c-4f1a-b66c-7ffc6948660a HTTP/1.1" 200 1294 0.007719 10.0.0.41 - - [2025-09-08 04:17:28] "GET /virtual-machine-interface/d508e4f9-ade7-40a8-b9a9-df388d4f9147 HTTP/1.1" 200 2950 0.006991 10.0.0.41 - - [2025-09-08 04:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.41 - - [2025-09-08 04:17:29] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004416 10.0.0.41 - - [2025-09-08 04:17:29] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003522 10.0.0.41 - - [2025-09-08 04:17:29] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008481 10.0.0.41 - - [2025-09-08 04:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.41 - - [2025-09-08 04:17:30] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004930 10.0.0.41 - - [2025-09-08 04:17:30] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003516 10.0.0.41 - - [2025-09-08 04:17:30] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.014071 10.0.0.38 - - [2025-09-08 04:17:58] "GET /global-system-configs HTTP/1.1" 200 322 0.041507 10.0.0.27 - - [2025-09-08 04:17:58] "GET /obj-perms HTTP/1.1" 200 5056 0.173372 10.0.0.27 - - [2025-09-08 04:17:59] "GET /global-system-configs HTTP/1.1" 200 322 0.089460 10.0.0.38 - - [2025-09-08 04:17:59] "GET /obj-perms HTTP/1.1" 200 5056 0.168885 10.0.0.41 - - [2025-09-08 04:17:59] "GET /obj-perms HTTP/1.1" 200 5056 0.187981 10.0.0.27 - - [2025-09-08 04:17:59] "GET /global-system-configs HTTP/1.1" 200 322 0.051449 10.0.0.38 - - [2025-09-08 04:18:00] "GET /global-system-configs HTTP/1.1" 200 322 0.054859 10.0.0.27 - - [2025-09-08 04:18:00] "GET /obj-perms HTTP/1.1" 200 5056 0.143804 10.0.0.41 - - [2025-09-08 04:18:01] "GET /global-system-configs HTTP/1.1" 200 322 0.082080 10.0.0.38 - - [2025-09-08 04:18:01] "GET /obj-perms HTTP/1.1" 200 5056 0.146692 10.0.0.41 - - [2025-09-08 04:18:01] "GET /obj-perms HTTP/1.1" 200 5056 0.162867 10.0.0.41 - - [2025-09-08 04:18:01] "GET /global-system-configs HTTP/1.1" 200 322 0.060611 10.0.0.41 - - [2025-09-08 04:18:01] "POST /neutron/network HTTP/1.1" 200 835 0.011849 10.0.0.41 - - [2025-09-08 04:18:01] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.41 - - [2025-09-08 04:18:16] "POST /neutron/port HTTP/1.1" 200 1087 0.019743 10.0.0.41 - - [2025-09-08 04:18:16] "POST /neutron/subnet HTTP/1.1" 200 690 0.010329 10.0.0.41 - - [2025-09-08 04:18:46] "POST /neutron/port HTTP/1.1" 200 1087 0.022945 10.0.0.41 - - [2025-09-08 04:18:46] "GET /virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef HTTP/1.1" 200 1294 0.004738 10.0.0.41 - - [2025-09-08 04:18:46] "GET /virtual-machine-interface/cac4b27f-1f0a-41df-8f9a-ab52bb8a9794 HTTP/1.1" 200 2950 0.006698 10.0.0.41 - - [2025-09-08 04:18:46] "GET /virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef HTTP/1.1" 200 1294 0.005000 10.0.0.41 - - [2025-09-08 04:18:46] "GET /virtual-machine-interface/cac4b27f-1f0a-41df-8f9a-ab52bb8a9794 HTTP/1.1" 200 2950 0.006269 10.0.0.41 - - [2025-09-08 04:18:46] "GET /instance-ip/26c82834-5031-46e6-8254-fac1b06e2684 HTTP/1.1" 200 1620 0.008953 10.0.0.41 - - [2025-09-08 04:18:46] "GET /virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef HTTP/1.1" 200 1294 0.005174 10.0.0.41 - - [2025-09-08 04:18:46] "GET /virtual-machine-interface/cac4b27f-1f0a-41df-8f9a-ab52bb8a9794 HTTP/1.1" 200 2950 0.007010 10.0.0.41 - - [2025-09-08 04:18:46] "GET /instance-ip/26c82834-5031-46e6-8254-fac1b06e2684 HTTP/1.1" 200 1620 0.004786 10.0.0.41 - - [2025-09-08 04:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.41 - - [2025-09-08 04:18:46] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005381 10.0.0.41 - - [2025-09-08 04:18:46] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004255 10.0.0.41 - - [2025-09-08 04:18:46] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006844 10.0.0.41 - - [2025-09-08 04:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.41 - - [2025-09-08 04:18:46] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005398 10.0.0.41 - - [2025-09-08 04:18:46] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003428 10.0.0.41 - - [2025-09-08 04:18:47] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007291 10.0.0.41 - - [2025-09-08 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004144 10.0.0.41 - - [2025-09-08 04:18:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005769 10.0.0.41 - - [2025-09-08 04:18:47] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003951 10.0.0.41 - - [2025-09-08 04:18:47] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009219 10.0.0.41 - - [2025-09-08 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004852 10.0.0.41 - - [2025-09-08 04:18:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005322 10.0.0.41 - - [2025-09-08 04:18:47] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004357 10.0.0.41 - - [2025-09-08 04:18:47] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006762 10.0.0.41 - - [2025-09-08 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.41 - - [2025-09-08 04:18:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005064 10.0.0.41 - - [2025-09-08 04:18:47] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003798 10.0.0.41 - - [2025-09-08 04:18:47] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007435 10.0.0.41 - - [2025-09-08 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.41 - - [2025-09-08 04:18:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004642 10.0.0.41 - - [2025-09-08 04:18:47] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003894 10.0.0.41 - - [2025-09-08 04:18:47] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006890 10.0.0.41 - - [2025-09-08 04:18:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.41 - - [2025-09-08 04:18:47] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004422 10.0.0.41 - - [2025-09-08 04:18:47] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003400 10.0.0.41 - - [2025-09-08 04:18:47] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007216 10.0.0.41 - - [2025-09-08 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004758 10.0.0.41 - - [2025-09-08 04:18:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004639 10.0.0.41 - - [2025-09-08 04:18:48] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003748 10.0.0.41 - - [2025-09-08 04:18:48] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007194 10.0.0.41 - - [2025-09-08 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.41 - - [2025-09-08 04:18:48] "GET /routing-instance/bb8f4641-3505-4ddf-8b2f-516d89893ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005033 10.0.0.41 - - [2025-09-08 04:18:48] "GET /route-target/06f0190b-5a5f-4fe4-bb31-61b2b79ac47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005171 10.0.0.41 - - [2025-09-08 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004387 10.0.0.41 - - [2025-09-08 04:18:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005669 10.0.0.41 - - [2025-09-08 04:18:48] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003277 10.0.0.41 - - [2025-09-08 04:18:48] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006943 10.0.0.41 - - [2025-09-08 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.41 - - [2025-09-08 04:18:48] "GET /routing-instance/bb8f4641-3505-4ddf-8b2f-516d89893ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005524 10.0.0.41 - - [2025-09-08 04:18:48] "GET /route-target/06f0190b-5a5f-4fe4-bb31-61b2b79ac47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005908 10.0.0.41 - - [2025-09-08 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004364 10.0.0.41 - - [2025-09-08 04:18:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005028 10.0.0.41 - - [2025-09-08 04:18:48] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004073 10.0.0.41 - - [2025-09-08 04:18:48] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007141 10.0.0.41 - - [2025-09-08 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.006654 10.0.0.41 - - [2025-09-08 04:18:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005144 10.0.0.41 - - [2025-09-08 04:18:48] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005892 10.0.0.41 - - [2025-09-08 04:18:48] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007286 10.0.0.41 - - [2025-09-08 04:18:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005203 10.0.0.41 - - [2025-09-08 04:18:48] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004647 10.0.0.41 - - [2025-09-08 04:18:48] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006717 10.0.0.41 - - [2025-09-08 04:18:49] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006732 10.0.0.38 - - [2025-09-08 04:18:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004379 10.0.0.41 - - [2025-09-08 04:18:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004312 10.0.0.41 - - [2025-09-08 04:18:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004655 10.0.0.41 - - [2025-09-08 04:18:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004801 10.0.0.27 - - [2025-09-08 04:18:49] "GET /obj-perms HTTP/1.1" 200 5032 0.005144 10.0.0.38 - - [2025-09-08 04:18:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004357 10.0.0.41 - - [2025-09-08 04:18:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008389 10.0.0.41 - - [2025-09-08 04:18:49] "GET /virtual-machine/bd98282f-0c3c-4f1a-b66c-7ffc6948660a HTTP/1.1" 200 1294 0.005025 10.0.0.41 - - [2025-09-08 04:18:49] "GET /virtual-machine-interface/d508e4f9-ade7-40a8-b9a9-df388d4f9147 HTTP/1.1" 200 2950 0.006163 10.0.0.41 - - [2025-09-08 04:18:49] "GET /virtual-machine/bd98282f-0c3c-4f1a-b66c-7ffc6948660a HTTP/1.1" 200 1294 0.005208 10.0.0.41 - - [2025-09-08 04:18:49] "GET /virtual-machine-interface/d508e4f9-ade7-40a8-b9a9-df388d4f9147 HTTP/1.1" 200 2950 0.006036 10.0.0.41 - - [2025-09-08 04:18:49] "GET /instance-ip/15fca8e1-0429-41f5-95f2-5930376f9860 HTTP/1.1" 200 1621 0.006866 10.0.0.41 - - [2025-09-08 04:18:49] "GET /virtual-machine/bd98282f-0c3c-4f1a-b66c-7ffc6948660a HTTP/1.1" 200 1294 0.004896 10.0.0.41 - - [2025-09-08 04:18:49] "GET /virtual-machine-interface/d508e4f9-ade7-40a8-b9a9-df388d4f9147 HTTP/1.1" 200 2950 0.006639 10.0.0.41 - - [2025-09-08 04:18:49] "GET /instance-ip/15fca8e1-0429-41f5-95f2-5930376f9860 HTTP/1.1" 200 1621 0.004780 10.0.0.41 - - [2025-09-08 04:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.41 - - [2025-09-08 04:18:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003975 10.0.0.41 - - [2025-09-08 04:18:49] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003192 10.0.0.41 - - [2025-09-08 04:18:49] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007251 10.0.0.41 - - [2025-09-08 04:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.41 - - [2025-09-08 04:18:49] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005331 10.0.0.41 - - [2025-09-08 04:18:49] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003778 10.0.0.41 - - [2025-09-08 04:18:50] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007251 10.0.0.41 - - [2025-09-08 04:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.41 - - [2025-09-08 04:18:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004460 10.0.0.41 - - [2025-09-08 04:18:50] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003493 10.0.0.41 - - [2025-09-08 04:18:50] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006928 10.0.0.41 - - [2025-09-08 04:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004307 10.0.0.41 - - [2025-09-08 04:18:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005502 10.0.0.41 - - [2025-09-08 04:18:50] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003686 10.0.0.41 - - [2025-09-08 04:18:50] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007507 10.0.0.41 - - [2025-09-08 04:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.41 - - [2025-09-08 04:18:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005894 10.0.0.41 - - [2025-09-08 04:18:50] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004592 10.0.0.41 - - [2025-09-08 04:18:50] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006931 10.0.0.41 - - [2025-09-08 04:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.41 - - [2025-09-08 04:18:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.006729 10.0.0.41 - - [2025-09-08 04:18:50] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003697 10.0.0.41 - - [2025-09-08 04:18:50] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007823 10.0.0.41 - - [2025-09-08 04:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004699 10.0.0.41 - - [2025-09-08 04:18:50] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004766 10.0.0.41 - - [2025-09-08 04:18:50] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003995 10.0.0.41 - - [2025-09-08 04:18:50] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006594 10.0.0.41 - - [2025-09-08 04:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.41 - - [2025-09-08 04:18:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004445 10.0.0.41 - - [2025-09-08 04:18:51] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003869 10.0.0.41 - - [2025-09-08 04:18:51] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008155 10.0.0.41 - - [2025-09-08 04:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.41 - - [2025-09-08 04:18:51] "GET /routing-instance/bb8f4641-3505-4ddf-8b2f-516d89893ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005064 10.0.0.41 - - [2025-09-08 04:18:51] "GET /route-target/06f0190b-5a5f-4fe4-bb31-61b2b79ac47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005331 10.0.0.41 - - [2025-09-08 04:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.41 - - [2025-09-08 04:18:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005034 10.0.0.41 - - [2025-09-08 04:18:51] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003779 10.0.0.41 - - [2025-09-08 04:18:51] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006747 10.0.0.41 - - [2025-09-08 04:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004186 10.0.0.41 - - [2025-09-08 04:18:51] "GET /routing-instance/bb8f4641-3505-4ddf-8b2f-516d89893ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005713 10.0.0.41 - - [2025-09-08 04:18:51] "GET /route-target/06f0190b-5a5f-4fe4-bb31-61b2b79ac47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.008535 10.0.0.41 - - [2025-09-08 04:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004131 10.0.0.41 - - [2025-09-08 04:18:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005083 10.0.0.41 - - [2025-09-08 04:18:51] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005113 10.0.0.41 - - [2025-09-08 04:18:51] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006989 10.0.0.41 - - [2025-09-08 04:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.41 - - [2025-09-08 04:18:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004978 10.0.0.41 - - [2025-09-08 04:18:51] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004027 10.0.0.41 - - [2025-09-08 04:18:51] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006787 10.0.0.41 - - [2025-09-08 04:18:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004812 10.0.0.41 - - [2025-09-08 04:18:51] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004999 10.0.0.41 - - [2025-09-08 04:18:51] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003870 10.0.0.41 - - [2025-09-08 04:18:51] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006894 10.0.0.41 - - [2025-09-08 04:18:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004093 10.0.0.41 - - [2025-09-08 04:18:52] "GET /obj-perms HTTP/1.1" 200 5032 0.006063 10.0.0.38 - - [2025-09-08 04:18:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004284 10.0.0.41 - - [2025-09-08 04:18:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004631 10.0.0.27 - - [2025-09-08 04:18:52] "GET /obj-perms HTTP/1.1" 200 5032 0.004548 10.0.0.41 - - [2025-09-08 04:18:57] "GET /virtual-machine/bd98282f-0c3c-4f1a-b66c-7ffc6948660a HTTP/1.1" 200 1294 0.004949 10.0.0.41 - - [2025-09-08 04:18:58] "POST /neutron/port HTTP/1.1" 200 151 0.198073 10.0.0.41 - - [2025-09-08 04:18:59] "GET /virtual-machine/bd98282f-0c3c-4f1a-b66c-7ffc6948660a HTTP/1.1" 404 171 0.003814 10.0.0.41 - - [2025-09-08 04:18:59] "GET /virtual-machine/bd98282f-0c3c-4f1a-b66c-7ffc6948660a HTTP/1.1" 404 171 0.003175 10.0.0.41 - - [2025-09-08 04:18:59] "GET /virtual-machine/bd98282f-0c3c-4f1a-b66c-7ffc6948660a HTTP/1.1" 404 171 0.005025 10.0.0.41 - - [2025-09-08 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.41 - - [2025-09-08 04:19:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004258 10.0.0.41 - - [2025-09-08 04:19:00] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003360 10.0.0.41 - - [2025-09-08 04:19:00] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007276 10.0.0.41 - - [2025-09-08 04:19:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.41 - - [2025-09-08 04:19:00] "GET /routing-instance/bb8f4641-3505-4ddf-8b2f-516d89893ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005412 10.0.0.41 - - [2025-09-08 04:19:00] "GET /route-target/06f0190b-5a5f-4fe4-bb31-61b2b79ac47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004631 10.0.0.41 - - [2025-09-08 04:19:06] "GET /obj-perms HTTP/1.1" 200 5032 0.005411 10.0.0.27 - - [2025-09-08 04:19:06] "GET /obj-perms HTTP/1.1" 200 5032 0.004752 10.0.0.41 - - [2025-09-08 04:19:15] "GET /obj-perms HTTP/1.1" 200 5032 0.005808 10.0.0.27 - - [2025-09-08 04:19:16] "GET /obj-perms HTTP/1.1" 200 5032 0.006071 10.0.0.41 - - [2025-09-08 04:19:16] "POST /neutron/network HTTP/1.1" 200 835 0.007761 10.0.0.41 - - [2025-09-08 04:19:16] "POST /neutron/port HTTP/1.1" 200 117 0.001396 10.0.0.41 - - [2025-09-08 04:19:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004967 10.0.0.27 - - [2025-09-08 04:19:25] "GET /obj-perms HTTP/1.1" 200 5032 0.004872 10.0.0.41 - - [2025-09-08 04:19:28] "GET /obj-perms HTTP/1.1" 200 5032 0.004804 10.0.0.41 - - [2025-09-08 04:19:28] "GET /virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef HTTP/1.1" 200 1294 0.005341 10.0.0.41 - - [2025-09-08 04:19:29] "POST /neutron/port HTTP/1.1" 200 1113 0.013987 10.0.0.41 - - [2025-09-08 04:19:30] "GET /virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef HTTP/1.1" 404 171 0.003583 10.0.0.41 - - [2025-09-08 04:19:30] "GET /virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef HTTP/1.1" 404 171 0.003443 10.0.0.41 - - [2025-09-08 04:19:30] "GET /virtual-machine/8f847810-2c9f-4509-ab52-2b853ec907ef HTTP/1.1" 404 171 0.003751 10.0.0.41 - - [2025-09-08 04:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.41 - - [2025-09-08 04:19:30] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004222 10.0.0.41 - - [2025-09-08 04:19:30] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004286 10.0.0.41 - - [2025-09-08 04:19:31] "GET /virtual-network/d8a762c4-6f81-42c5-92ec-47290a1e29f3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007425 10.0.0.41 - - [2025-09-08 04:19:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.41 - - [2025-09-08 04:19:31] "GET /routing-instance/bb8f4641-3505-4ddf-8b2f-516d89893ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005309 10.0.0.41 - - [2025-09-08 04:19:31] "GET /route-target/06f0190b-5a5f-4fe4-bb31-61b2b79ac47a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.005078 10.0.0.41 - - [2025-09-08 04:19:34] "GET /obj-perms HTTP/1.1" 200 5032 0.005165 10.0.0.41 - - [2025-09-08 04:19:37] "GET /obj-perms HTTP/1.1" 200 5032 0.004661 10.0.0.41 - - [2025-09-08 04:19:43] "GET /obj-perms HTTP/1.1" 200 5032 0.005168 10.0.0.41 - - [2025-09-08 04:19:46] "GET /obj-perms HTTP/1.1" 200 5032 0.004678 10.0.0.27 - - [2025-09-08 04:19:47] "GET /obj-perms HTTP/1.1" 200 5056 0.055837 10.0.0.38 - - [2025-09-08 04:19:47] "GET /obj-perms HTTP/1.1" 200 5056 0.047430 10.0.0.41 - - [2025-09-08 04:19:49] "GET /obj-perms HTTP/1.1" 200 5032 0.004402 10.0.0.38 - - [2025-09-08 04:19:49] "POST /useragent-kv HTTP/1.1" 200 115 0.005886 10.0.0.38 - - [2025-09-08 04:19:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006186 10.0.0.41 - - [2025-09-08 04:19:50] "POST /neutron/network HTTP/1.1" 200 151 0.173730 10.0.0.41 - - [2025-09-08 04:19:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.004201 10.0.0.41 - - [2025-09-08 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004773 10.0.0.38 - - [2025-09-08 04:19:53] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001758 10.0.0.41 - - [2025-09-08 04:19:53] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.059937 10.0.0.41 - - [2025-09-08 04:19:53] "POST /network-policys HTTP/1.1" 200 522 0.032785 10.0.0.41 - - [2025-09-08 04:19:53] "GET /network-policy/19688adf-7aa9-4646-9085-e2bc8ae56b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007603 10.0.0.41 - - [2025-09-08 04:19:53] "POST /fqname-to-id HTTP/1.1" 404 200 0.003462 10.0.0.41 - - [2025-09-08 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005659 10.0.0.38 - - [2025-09-08 04:19:53] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001605 10.0.0.41 - - [2025-09-08 04:19:53] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047606 10.0.0.41 - - [2025-09-08 04:19:53] "POST /network-policys HTTP/1.1" 200 522 0.029817 10.0.0.41 - - [2025-09-08 04:19:53] "GET /network-policy/2c97aace-006b-429b-8ad5-4f671af15271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007416 10.0.0.41 - - [2025-09-08 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.38 - - [2025-09-08 04:19:53] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001829 10.0.0.41 - - [2025-09-08 04:19:53] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046372 10.0.0.41 - - [2025-09-08 04:19:53] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004756 10.0.0.41 - - [2025-09-08 04:19:53] "POST /virtual-networks HTTP/1.1" 200 546 0.097100 10.0.0.41 - - [2025-09-08 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004856 10.0.0.27 - - [2025-09-08 04:19:53] "POST /route-targets HTTP/1.1" 200 327 0.019674 10.0.0.41 - - [2025-09-08 04:19:53] "GET /network-ipam/3c5aefe9-b198-4403-bcf2-cca0680df87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004307 10.0.0.38 - - [2025-09-08 04:19:54] "POST /useragent-kv HTTP/1.1" 200 115 0.012282 10.0.0.41 - - [2025-09-08 04:19:54] "POST /ref-update HTTP/1.1" 200 156 0.105175 10.0.0.41 - - [2025-09-08 04:19:54] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006579 10.0.0.41 - - [2025-09-08 04:19:54] "POST /neutron/network HTTP/1.1" 200 809 0.007771 10.0.0.41 - - [2025-09-08 04:19:54] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.008526 10.0.0.41 - - [2025-09-08 04:19:54] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007499 10.0.0.41 - - [2025-09-08 04:19:54] "PUT /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508 HTTP/1.1" 200 264 0.052858 10.0.0.41 - - [2025-09-08 04:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.41 - - [2025-09-08 04:19:54] "GET /network-policy/19688adf-7aa9-4646-9085-e2bc8ae56b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005273 10.0.0.41 - - [2025-09-08 04:19:55] "POST /ref-update HTTP/1.1" 200 156 0.056096 10.0.0.27 - - [2025-09-08 04:19:55] "POST /access-control-lists HTTP/1.1" 200 592 0.041166 10.0.0.41 - - [2025-09-08 04:19:55] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007439 10.0.0.41 - - [2025-09-08 04:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.41 - - [2025-09-08 04:19:55] "GET /network-policy/19688adf-7aa9-4646-9085-e2bc8ae56b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005760 10.0.0.41 - - [2025-09-08 04:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.38 - - [2025-09-08 04:19:55] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001272 10.0.0.41 - - [2025-09-08 04:19:55] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.047212 10.0.0.41 - - [2025-09-08 04:19:55] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003928 10.0.0.41 - - [2025-09-08 04:19:55] "POST /virtual-networks HTTP/1.1" 200 546 0.091357 10.0.0.41 - - [2025-09-08 04:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006175 10.0.0.41 - - [2025-09-08 04:19:55] "GET /network-ipam/3c5aefe9-b198-4403-bcf2-cca0680df87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.009140 10.0.0.38 - - [2025-09-08 04:19:55] "POST /useragent-kv HTTP/1.1" 200 115 0.009495 10.0.0.41 - - [2025-09-08 04:19:55] "POST /ref-update HTTP/1.1" 200 156 0.083314 10.0.0.41 - - [2025-09-08 04:19:55] "POST /neutron/network HTTP/1.1" 200 809 0.010794 10.0.0.41 - - [2025-09-08 04:19:55] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006342 10.0.0.41 - - [2025-09-08 04:19:55] "POST /neutron/subnet HTTP/1.1" 200 672 0.010355 10.0.0.41 - - [2025-09-08 04:19:56] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006721 10.0.0.41 - - [2025-09-08 04:19:56] "GET /obj-perms HTTP/1.1" 200 5032 0.004464 10.0.0.27 - - [2025-09-08 04:19:56] "GET /obj-perms HTTP/1.1" 200 5032 0.004346 10.0.0.38 - - [2025-09-08 04:19:56] "GET /obj-perms HTTP/1.1" 200 5032 0.004013 10.0.0.41 - - [2025-09-08 04:19:56] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006572 10.0.0.41 - - [2025-09-08 04:19:56] "PUT /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb HTTP/1.1" 200 264 0.049091 10.0.0.41 - - [2025-09-08 04:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.41 - - [2025-09-08 04:19:56] "GET /network-policy/2c97aace-006b-429b-8ad5-4f671af15271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006213 10.0.0.27 - - [2025-09-08 04:19:56] "POST /fqname-to-id HTTP/1.1" 404 237 0.004373 10.0.0.41 - - [2025-09-08 04:19:56] "POST /ref-update HTTP/1.1" 200 156 0.072920 10.0.0.41 - - [2025-09-08 04:19:56] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009611 10.0.0.41 - - [2025-09-08 04:19:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005632 10.0.0.41 - - [2025-09-08 04:19:56] "GET /network-policy/2c97aace-006b-429b-8ad5-4f671af15271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004783 10.0.0.41 - - [2025-09-08 04:19:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001523 10.0.0.38 - - [2025-09-08 04:19:57] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001104 10.0.0.41 - - [2025-09-08 04:19:57] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.090076 10.0.0.41 - - [2025-09-08 04:19:57] "POST /neutron/network HTTP/1.1" 200 886 0.036956 10.0.0.41 - - [2025-09-08 04:19:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001822 10.0.0.41 - - [2025-09-08 04:19:58] "POST /neutron/port HTTP/1.1" 200 117 0.007400 10.0.0.38 - - [2025-09-08 04:19:58] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001191 10.0.0.27 - - [2025-09-08 04:19:58] "PUT /access-control-list/8303132f-faf1-4ffb-ae74-758814834667 HTTP/1.1" 200 272 0.065561 10.0.0.41 - - [2025-09-08 04:19:58] "POST /neutron/port HTTP/1.1" 200 1061 0.336053 10.0.0.41 - - [2025-09-08 04:19:59] "POST /neutron/port HTTP/1.1" 200 1115 0.121679 10.0.0.38 - - [2025-09-08 04:19:59] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.41 - - [2025-09-08 04:19:59] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.082105 10.0.0.41 - - [2025-09-08 04:19:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004822 10.0.0.41 - - [2025-09-08 04:19:59] "POST /neutron/network HTTP/1.1" 200 886 0.009013 10.0.0.41 - - [2025-09-08 04:19:59] "POST /neutron/port HTTP/1.1" 200 117 0.009513 10.0.0.41 - - [2025-09-08 04:20:00] "POST /neutron/network HTTP/1.1" 200 896 0.008319 10.0.0.41 - - [2025-09-08 04:20:00] "POST /neutron/port HTTP/1.1" 200 1061 0.026003 10.0.0.41 - - [2025-09-08 04:20:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007086 10.0.0.41 - - [2025-09-08 04:20:00] "POST /neutron/network HTTP/1.1" 200 886 0.008442 10.0.0.41 - - [2025-09-08 04:20:04] "POST /neutron/port HTTP/1.1" 200 1089 0.019366 10.0.0.41 - - [2025-09-08 04:20:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010087 10.0.0.41 - - [2025-09-08 04:20:05] "GET /virtual-machine/cb2c5b37-240e-474a-9044-f15c9a33d434 HTTP/1.1" 200 1294 0.008670 10.0.0.41 - - [2025-09-08 04:20:05] "GET /virtual-machine-interface/b0b0c12d-b16e-4a99-abab-1e284e08e796 HTTP/1.1" 200 2950 0.007169 10.0.0.41 - - [2025-09-08 04:20:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.41 - - [2025-09-08 04:20:05] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004702 10.0.0.41 - - [2025-09-08 04:20:05] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004336 10.0.0.41 - - [2025-09-08 04:20:05] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007677 10.0.0.41 - - [2025-09-08 04:20:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.41 - - [2025-09-08 04:20:08] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007332 10.0.0.41 - - [2025-09-08 04:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.41 - - [2025-09-08 04:20:12] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006738 10.0.0.41 - - [2025-09-08 04:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.41 - - [2025-09-08 04:20:16] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007205 10.0.0.41 - - [2025-09-08 04:20:17] "POST /neutron/network HTTP/1.1" 200 896 0.009208 10.0.0.41 - - [2025-09-08 04:20:17] "POST /neutron/port HTTP/1.1" 200 117 0.001691 10.0.0.41 - - [2025-09-08 04:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.41 - - [2025-09-08 04:20:20] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006130 10.0.0.41 - - [2025-09-08 04:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005178 10.0.0.41 - - [2025-09-08 04:20:24] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007259 10.0.0.41 - - [2025-09-08 04:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004054 10.0.0.41 - - [2025-09-08 04:20:28] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006262 10.0.0.41 - - [2025-09-08 04:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.41 - - [2025-09-08 04:20:32] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006488 10.0.0.41 - - [2025-09-08 04:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004059 10.0.0.41 - - [2025-09-08 04:20:36] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006587 10.0.0.41 - - [2025-09-08 04:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.41 - - [2025-09-08 04:20:39] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004939 10.0.0.41 - - [2025-09-08 04:20:39] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004028 10.0.0.41 - - [2025-09-08 04:20:39] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007654 10.0.0.41 - - [2025-09-08 04:20:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009621 10.0.0.41 - - [2025-09-08 04:20:47] "POST /neutron/port HTTP/1.1" 200 1089 0.018209 10.0.0.41 - - [2025-09-08 04:20:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007907 10.0.0.41 - - [2025-09-08 04:20:54] "POST /neutron/port HTTP/1.1" 200 1089 0.017102 10.0.0.41 - - [2025-09-08 04:21:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008807 10.0.0.41 - - [2025-09-08 04:21:00] "POST /neutron/port HTTP/1.1" 200 1089 0.021474 10.0.0.41 - - [2025-09-08 04:21:00] "GET /virtual-machine/23a3f04b-22ca-472c-9fac-cee6024956f3 HTTP/1.1" 200 1293 0.007792 10.0.0.41 - - [2025-09-08 04:21:00] "GET /virtual-machine-interface/c3828d7c-31b2-4424-8473-a9a77de14df8 HTTP/1.1" 200 2949 0.009883 10.0.0.41 - - [2025-09-08 04:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005393 10.0.0.41 - - [2025-09-08 04:21:00] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004568 10.0.0.41 - - [2025-09-08 04:21:00] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004768 10.0.0.41 - - [2025-09-08 04:21:00] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008860 10.0.0.41 - - [2025-09-08 04:21:01] "POST /neutron/port HTTP/1.1" 200 1089 0.022325 10.0.0.41 - - [2025-09-08 04:21:01] "POST /neutron/subnet HTTP/1.1" 200 646 0.010720 10.0.0.41 - - [2025-09-08 04:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004250 10.0.0.41 - - [2025-09-08 04:21:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004356 10.0.0.41 - - [2025-09-08 04:21:01] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004340 10.0.0.41 - - [2025-09-08 04:21:01] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006671 10.0.0.41 - - [2025-09-08 04:21:18] "POST /neutron/port HTTP/1.1" 200 1089 0.019276 10.0.0.41 - - [2025-09-08 04:21:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004591 10.0.0.41 - - [2025-09-08 04:21:18] "POST /neutron/network HTTP/1.1" 200 886 0.008492 10.0.0.27 - - [2025-09-08 04:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.039922 10.0.0.27 - - [2025-09-08 04:21:49] "GET /virtual-router/2dc620f6-b44b-47bf-9c63-6ac23d212ed8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.005670 10.0.0.41 - - [2025-09-08 04:22:01] "POST /neutron/port HTTP/1.1" 200 1089 0.051338 10.0.0.41 - - [2025-09-08 04:22:01] "POST /neutron/port HTTP/1.1" 200 1089 0.019244 10.0.0.41 - - [2025-09-08 04:22:01] "POST /neutron/network HTTP/1.1" 200 896 0.008523 10.0.0.41 - - [2025-09-08 04:22:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005006 10.0.0.41 - - [2025-09-08 04:22:01] "POST /neutron/subnet HTTP/1.1" 200 646 0.011237 10.0.0.41 - - [2025-09-08 04:22:01] "POST /neutron/port HTTP/1.1" 200 117 0.001691 10.0.0.41 - - [2025-09-08 04:22:01] "POST /neutron/network HTTP/1.1" 200 886 0.010153 10.0.0.41 - - [2025-09-08 04:22:18] "POST /neutron/port HTTP/1.1" 200 1089 0.046198 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Mon Sep 8 04:22:30 AM UTC 2025 ===================' INFO: =================== Mon Sep 8 04:22:30 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 ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.38 ++ 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.41,10.0.0.27,10.0.0.38 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ANALYTICSDB_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ ANALYTICS_SNMP_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8081 ' +++ '[' -n '10.0.0.41:8081 10.0.0.27:8081 10.0.0.38:8081 ' ']' +++ echo '10.0.0.41:8081 10.0.0.27:8081 10.0.0.38:8081' ++ ANALYTICS_SERVERS='10.0.0.41:8081 10.0.0.27:8081 10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9042 ' +++ '[' -n '10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042 ' ']' +++ echo '10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.41:9042 10.0.0.27:9042 10.0.0.38:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8086 ' +++ '[' -n '10.0.0.41:8086 10.0.0.27:8086 10.0.0.38:8086 ' ']' +++ echo '10.0.0.41:8086 10.0.0.27:8086 10.0.0.38:8086' ++ COLLECTOR_SERVERS='10.0.0.41:8086 10.0.0.27:8086 10.0.0.38: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.41,10.0.0.27,10.0.0.38 ++ CONFIGDB_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:8082 ' +++ '[' -n '10.0.0.41:8082 10.0.0.27:8082 10.0.0.38:8082 ' ']' +++ echo '10.0.0.41:8082 10.0.0.27:8082 10.0.0.38:8082' ++ CONFIG_SERVERS='10.0.0.41:8082 10.0.0.27:8082 10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9161 ' +++ '[' -n '10.0.0.41:9161 10.0.0.27:9161 10.0.0.38:9161 ' ']' +++ echo '10.0.0.41:9161 10.0.0.27:9161 10.0.0.38:9161' ++ CONFIGDB_SERVERS='10.0.0.41:9161 10.0.0.27:9161 10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9041 ' +++ '[' -n '10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041 ' ']' +++ echo '10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.41:9041 10.0.0.27:9041 10.0.0.38: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.25,10.20.0.14,10.20.0.129 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.25,10.20.0.14,10.20.0.129 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:2181, +++ '[' -n 10.0.0.41:2181,10.0.0.27:2181,10.0.0.38:2181, ']' +++ echo 10.0.0.41:2181,10.0.0.27:2181,10.0.0.38:2181 ++ ZOOKEEPER_SERVERS=10.0.0.41:2181,10.0.0.27:2181,10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:2181 ' +++ '[' -n '10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181 ' ']' +++ echo '10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.41:2181 10.0.0.27:2181 10.0.0.38:2181' ++ RABBITMQ_NODES=10.0.0.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+=10.0.0.41:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+=10.0.0.27:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+=10.0.0.38:5673, +++ '[' -n 10.0.0.41:5673,10.0.0.27:5673,10.0.0.38:5673, ']' +++ echo 10.0.0.41:5673,10.0.0.27:5673,10.0.0.38:5673 ++ RABBITMQ_SERVERS=10.0.0.41:5673,10.0.0.27:5673,10.0.0.38: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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:6379 ' +++ '[' -n '10.0.0.41:6379 10.0.0.27:6379 10.0.0.38:6379 ' ']' +++ echo '10.0.0.41:6379 10.0.0.27:6379 10.0.0.38:6379' ++ REDIS_SERVERS='10.0.0.41:6379 10.0.0.27:6379 10.0.0.38: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.41,10.0.0.27,10.0.0.38 ++ 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.41 +++ local server_address=10.0.0.41 +++ extended_server_list+='10.0.0.41:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.27 +++ local server_address=10.0.0.27 +++ extended_server_list+='10.0.0.27:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.38 +++ local server_address=10.0.0.38 +++ extended_server_list+='10.0.0.38:9092 ' +++ '[' -n '10.0.0.41:9092 10.0.0.27:9092 10.0.0.38:9092 ' ']' +++ echo '10.0.0.41:9092 10.0.0.27:9092 10.0.0.38:9092' ++ KAFKA_SERVERS='10.0.0.41:9092 10.0.0.27:9092 10.0.0.38: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.41 ++ 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.41,10.0.0.27,10.0.0.38 ++ 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.41,10.0.0.27,10.0.0.38 ++ 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.41,10.0.0.27,10.0.0.38 ++ cut -d , -f 1 + local cassandra=10.0.0.41 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.41 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ cut -d ' ' -f 1 +++ find_my_ip_and_order_for_node_list 10.0.0.41,10.0.0.27,10.0.0.38 +++ local servers=10.0.0.41,10.0.0.27,10.0.0.38 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ sort ++++ uniq +++ local local_ips=,10.0.0.38,10.20.0.129,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.41'\''))' +++ local server_ip=10.0.0.41 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.41 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.41, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.27'\''))' +++ local server_ip=10.0.0.27 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.27 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.27, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.38'\''))' +++ local server_ip=10.0.0.38 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.38 ]] +++ [[ ,10.0.0.38,10.20.0.129,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.38, ]] +++ echo 10.0.0.38 3 +++ return ++ local ip=10.0.0.38 ++ [[ -z 10.0.0.38 ]] ++ echo 10.0.0.38 + host_ip=10.0.0.38 + [[ cql == \c\q\l ]] ++ echo 10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.41:9041 10.0.0.27:9041 10.0.0.38:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.38: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 ++ sed 's/^API__//g' ++ cut -d = -f 1 + 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: 09/08/2025 04:22:39.482 7fafdadffb00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 09/08/2025 04:22:39.646 7fafdadffb00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 09/08/2025 04:22:39.666 7fafdadffb00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 09/08/2025 04:22:39.666 7fafdadffb00 [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.38:8082/ Hit Ctrl-C to quit. 10.0.0.38 - - [2025-09-08 04:22:40] "GET / HTTP/1.1" 503 181 0.000502 10.0.0.38 - - [2025-09-08 04:22:40] "GET / HTTP/1.1" 503 181 0.000495 [Introspect:8084]10.0.0.41 - - [2025-09-08 04:22:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3219 0.002088 10.0.0.38 - - [2025-09-08 04:22:41] "GET / HTTP/1.1" 200 45871 0.001730 10.0.0.38 - - [2025-09-08 04:22:41] "GET / HTTP/1.1" 200 45871 0.001620 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.38 - - [2025-09-08 04:22:41] "POST /fqname-to-id HTTP/1.1" 401 292 0.000767 10.0.0.38 - - [2025-09-08 04:22:41] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 292 0.000309 10.0.0.38 - - [2025-09-08 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.754241 10.0.0.38 - - [2025-09-08 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.38 - - [2025-09-08 04:22:42] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.396436 10.0.0.38 - - [2025-09-08 04:22:42] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.003682 /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.38 - - [2025-09-08 04:22:42] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001316 10.0.0.38 - - [2025-09-08 04:22:43] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.049443 10.0.0.38 - - [2025-09-08 04:22:43] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000980 10.0.0.38 - - [2025-09-08 04:22:43] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?fields=security_groups HTTP/1.1" 200 1088 0.046885 10.0.0.38 - - [2025-09-08 04:22:43] "GET /projects?obj_uuids=434c4ae8-1627-48ae-a282-826b200f6732&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001001 10.0.0.38 - - [2025-09-08 04:22:43] "GET /project/434c4ae8-1627-48ae-a282-826b200f6732?fields=application_policy_sets HTTP/1.1" 200 1381 0.046345 10.0.0.38 - - [2025-09-08 04:22:43] "DELETE /project/434c4ae8-1627-48ae-a282-826b200f6732 HTTP/1.1" 409 278 0.243265 [Introspect:8084]10.0.0.41 - - [2025-09-08 04:22:45] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001407 [Introspect:8084]10.0.0.41 - - [2025-09-08 04:22:46] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001192 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.41 - - [2025-09-08 04:22:47] "GET /obj-perms HTTP/1.1" 200 5032 0.407482 10.0.0.41 - - [2025-09-08 04:22:47] "GET /obj-perms HTTP/1.1" 200 5032 0.004309 10.0.0.41 - - [2025-09-08 04:22:48] "GET /obj-perms HTTP/1.1" 200 5032 0.004660 10.0.0.41 - - [2025-09-08 04:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.029259 10.0.0.38 - - [2025-09-08 04:22:48] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001309 10.0.0.41 - - [2025-09-08 04:22:48] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.057083 10.0.0.41 - - [2025-09-08 04:22:48] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004628 10.0.0.41 - - [2025-09-08 04:22:48] "POST /virtual-networks HTTP/1.1" 200 546 0.095585 10.0.0.41 - - [2025-09-08 04:22:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.41 - - [2025-09-08 04:22:48] "GET /network-ipam/3c5aefe9-b198-4403-bcf2-cca0680df87e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1043 0.004938 10.0.0.38 - - [2025-09-08 04:22:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007319 10.0.0.41 - - [2025-09-08 04:22:48] "POST /ref-update HTTP/1.1" 200 156 0.076897 10.0.0.41 - - [2025-09-08 04:22:48] "POST /neutron/network HTTP/1.1" 200 809 0.039881 10.0.0.41 - - [2025-09-08 04:22:48] "GET /virtual-network/2995d398-b3d8-4eb6-8375-c59998e00530?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1930 0.006541 10.0.0.27 - - [2025-09-08 04:22:48] "POST /ref-update HTTP/1.1" 200 156 0.069026 10.0.0.41 - - [2025-09-08 04:22:49] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007046 10.0.0.41 - - [2025-09-08 04:22:49] "POST /id-to-fqname HTTP/1.1" 200 222 0.001510 10.0.0.41 - - [2025-09-08 04:22:49] "POST /neutron/port HTTP/1.1" 200 2062 0.023602 10.0.0.27 - - [2025-09-08 04:22:50] "GET /obj-perms HTTP/1.1" 200 5056 0.050384 10.0.0.38 - - [2025-09-08 04:22:50] "GET /obj-perms HTTP/1.1" 200 5056 0.048695 10.0.0.38 - - [2025-09-08 04:22:50] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001121 10.0.0.41 - - [2025-09-08 04:22:50] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.069543 10.0.0.41 - - [2025-09-08 04:22:50] "POST /neutron/network HTTP/1.1" 200 886 0.030765 10.0.0.41 - - [2025-09-08 04:22:50] "POST /neutron/port HTTP/1.1" 200 117 0.007738 10.0.0.38 - - [2025-09-08 04:22:51] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001218 10.0.0.41 - - [2025-09-08 04:22:51] "POST /neutron/port HTTP/1.1" 200 1061 0.299880 10.0.0.41 - - [2025-09-08 04:22:52] "POST /neutron/port HTTP/1.1" 200 1115 0.150142 10.0.0.41 - - [2025-09-08 04:22:52] "POST /neutron/subnet HTTP/1.1" 200 646 0.011052 10.0.0.41 - - [2025-09-08 04:22:56] "POST /neutron/port HTTP/1.1" 200 1089 0.022685 10.0.0.41 - - [2025-09-08 04:22:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009128 10.0.0.41 - - [2025-09-08 04:22:56] "POST /neutron/port HTTP/1.1" 200 1089 0.019295 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed HTTP/1.1" 200 1294 0.032150 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed HTTP/1.1" 200 1294 0.003828 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-machine-interface/feed0c63-9689-4aa2-be65-ceb027eb1b86 HTTP/1.1" 200 2950 0.006160 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed HTTP/1.1" 200 1294 0.006298 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-machine-interface/feed0c63-9689-4aa2-be65-ceb027eb1b86 HTTP/1.1" 200 2950 0.007489 10.0.0.41 - - [2025-09-08 04:22:56] "GET /instance-ip/7565c250-7db9-4cb1-b813-d1277c8d6fd8 HTTP/1.1" 200 1623 0.007932 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed HTTP/1.1" 200 1294 0.005541 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-machine-interface/feed0c63-9689-4aa2-be65-ceb027eb1b86 HTTP/1.1" 200 2950 0.009465 10.0.0.41 - - [2025-09-08 04:22:56] "GET /instance-ip/7565c250-7db9-4cb1-b813-d1277c8d6fd8 HTTP/1.1" 200 1623 0.004923 10.0.0.41 - - [2025-09-08 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.41 - - [2025-09-08 04:22:56] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007425 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003988 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007196 10.0.0.41 - - [2025-09-08 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004813 10.0.0.41 - - [2025-09-08 04:22:56] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005343 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004888 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006983 10.0.0.41 - - [2025-09-08 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.41 - - [2025-09-08 04:22:56] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004530 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003855 10.0.0.41 - - [2025-09-08 04:22:56] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006812 10.0.0.41 - - [2025-09-08 04:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.41 - - [2025-09-08 04:22:57] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004656 10.0.0.41 - - [2025-09-08 04:22:57] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003698 10.0.0.41 - - [2025-09-08 04:22:57] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007791 10.0.0.41 - - [2025-09-08 04:22:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.41 - - [2025-09-08 04:22:57] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005011 10.0.0.41 - - [2025-09-08 04:22:57] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003864 10.0.0.41 - - [2025-09-08 04:22:57] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006687 10.0.0.38 - - [2025-09-08 04:22:58] "GET /global-system-configs HTTP/1.1" 200 322 0.068119 10.0.0.27 - - [2025-09-08 04:22:59] "GET /global-system-configs HTTP/1.1" 200 322 0.069522 10.0.0.41 - - [2025-09-08 04:22:59] "GET /obj-perms HTTP/1.1" 200 5056 0.133661 10.0.0.27 - - [2025-09-08 04:22:59] "GET /global-system-configs HTTP/1.1" 200 322 0.076665 10.0.0.27 - - [2025-09-08 04:22:59] "GET /obj-perms HTTP/1.1" 200 5056 0.139350 10.0.0.38 - - [2025-09-08 04:22:59] "GET /obj-perms HTTP/1.1" 200 5056 0.157029 10.0.0.38 - - [2025-09-08 04:23:00] "GET /global-system-configs HTTP/1.1" 200 322 0.032795 10.0.0.41 - - [2025-09-08 04:23:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.41 - - [2025-09-08 04:23:00] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006554 10.0.0.41 - - [2025-09-08 04:23:01] "GET /global-system-configs HTTP/1.1" 200 322 0.073573 10.0.0.41 - - [2025-09-08 04:23:01] "GET /obj-perms HTTP/1.1" 200 5056 0.136960 10.0.0.41 - - [2025-09-08 04:23:01] "POST /neutron/port HTTP/1.1" 200 1089 0.095306 10.0.0.41 - - [2025-09-08 04:23:01] "GET /global-system-configs HTTP/1.1" 200 322 0.099457 10.0.0.38 - - [2025-09-08 04:23:01] "GET /obj-perms HTTP/1.1" 200 5056 0.186106 10.0.0.27 - - [2025-09-08 04:23:01] "GET /obj-perms HTTP/1.1" 200 5056 0.222920 10.0.0.41 - - [2025-09-08 04:23:01] "POST /neutron/subnet HTTP/1.1" 200 646 0.011511 10.0.0.41 - - [2025-09-08 04:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.41 - - [2025-09-08 04:23:04] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007377 10.0.0.41 - - [2025-09-08 04:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.41 - - [2025-09-08 04:23:08] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006922 10.0.0.41 - - [2025-09-08 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.41 - - [2025-09-08 04:23:12] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006326 10.0.0.41 - - [2025-09-08 04:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.41 - - [2025-09-08 04:23:16] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007414 10.0.0.41 - - [2025-09-08 04:23:20] "POST /neutron/port HTTP/1.1" 200 1089 0.022252 10.0.0.41 - - [2025-09-08 04:23:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004952 10.0.0.41 - - [2025-09-08 04:23:20] "POST /neutron/network HTTP/1.1" 200 886 0.008132 10.0.0.41 - - [2025-09-08 04:23:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.41 - - [2025-09-08 04:23:20] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007663 10.0.0.41 - - [2025-09-08 04:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.41 - - [2025-09-08 04:23:24] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006521 10.0.0.41 - - [2025-09-08 04:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.41 - - [2025-09-08 04:23:29] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006078 10.0.0.41 - - [2025-09-08 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.41 - - [2025-09-08 04:23:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004166 10.0.0.41 - - [2025-09-08 04:23:31] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003670 10.0.0.41 - - [2025-09-08 04:23:31] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006253 10.0.0.41 - - [2025-09-08 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004999 10.0.0.41 - - [2025-09-08 04:23:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005955 10.0.0.41 - - [2025-09-08 04:23:31] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003011 10.0.0.41 - - [2025-09-08 04:23:31] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006579 10.0.0.41 - - [2025-09-08 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.41 - - [2025-09-08 04:23:31] "GET /routing-instance/c598b474-8399-439f-8363-e2baa686bdc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004771 10.0.0.41 - - [2025-09-08 04:23:31] "GET /route-target/75aa8f4b-fa37-44b4-ae6f-cae023ec0978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004316 10.0.0.41 - - [2025-09-08 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.41 - - [2025-09-08 04:23:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004385 10.0.0.41 - - [2025-09-08 04:23:31] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004075 10.0.0.41 - - [2025-09-08 04:23:31] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007363 10.0.0.41 - - [2025-09-08 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.41 - - [2025-09-08 04:23:31] "GET /routing-instance/c598b474-8399-439f-8363-e2baa686bdc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005160 10.0.0.41 - - [2025-09-08 04:23:31] "GET /route-target/75aa8f4b-fa37-44b4-ae6f-cae023ec0978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004516 10.0.0.41 - - [2025-09-08 04:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.41 - - [2025-09-08 04:23:31] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004718 10.0.0.41 - - [2025-09-08 04:23:31] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004047 10.0.0.41 - - [2025-09-08 04:23:32] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007444 10.0.0.41 - - [2025-09-08 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.41 - - [2025-09-08 04:23:32] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005285 10.0.0.41 - - [2025-09-08 04:23:32] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004090 10.0.0.41 - - [2025-09-08 04:23:32] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007280 10.0.0.41 - - [2025-09-08 04:23:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.41 - - [2025-09-08 04:23:32] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004952 10.0.0.41 - - [2025-09-08 04:23:32] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003905 10.0.0.41 - - [2025-09-08 04:23:32] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008150 10.0.0.41 - - [2025-09-08 04:23:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004607 10.0.0.38 - - [2025-09-08 04:23:32] "GET /obj-perms HTTP/1.1" 200 5032 0.050254 10.0.0.41 - - [2025-09-08 04:23:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004331 10.0.0.27 - - [2025-09-08 04:23:32] "GET /obj-perms HTTP/1.1" 200 5032 0.050035 10.0.0.41 - - [2025-09-08 04:23:32] "POST /id-to-fqname HTTP/1.1" 200 222 0.001450 10.0.0.41 - - [2025-09-08 04:23:33] "POST /neutron/network HTTP/1.1" 200 896 0.009030 10.0.0.38 - - [2025-09-08 04:23:33] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001186 10.0.0.41 - - [2025-09-08 04:23:33] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.078118 10.0.0.41 - - [2025-09-08 04:23:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008706 10.0.0.41 - - [2025-09-08 04:23:34] "POST /neutron/network HTTP/1.1" 200 896 0.008934 10.0.0.41 - - [2025-09-08 04:23:35] "POST /neutron/port HTTP/1.1" 200 1061 0.019452 10.0.0.41 - - [2025-09-08 04:23:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004623 10.0.0.41 - - [2025-09-08 04:23:35] "POST /neutron/network HTTP/1.1" 200 886 0.008160 10.0.0.41 - - [2025-09-08 04:23:39] "POST /neutron/port HTTP/1.1" 200 1089 0.022469 10.0.0.41 - - [2025-09-08 04:23:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010074 10.0.0.41 - - [2025-09-08 04:23:39] "GET /virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6 HTTP/1.1" 200 1293 0.006168 10.0.0.41 - - [2025-09-08 04:23:39] "GET /virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6 HTTP/1.1" 200 1293 0.004389 10.0.0.41 - - [2025-09-08 04:23:39] "GET /virtual-machine-interface/ad80b00c-c4f5-4ffa-a3c5-ba9d42aeb6e8 HTTP/1.1" 200 2950 0.005566 10.0.0.41 - - [2025-09-08 04:23:39] "GET /virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6 HTTP/1.1" 200 1293 0.003753 10.0.0.41 - - [2025-09-08 04:23:39] "GET /virtual-machine-interface/ad80b00c-c4f5-4ffa-a3c5-ba9d42aeb6e8 HTTP/1.1" 200 2950 0.006666 10.0.0.41 - - [2025-09-08 04:23:39] "GET /instance-ip/8a0556c1-08b8-4edf-838d-b4e21e33af8a HTTP/1.1" 200 1622 0.006741 10.0.0.41 - - [2025-09-08 04:23:39] "GET /virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6 HTTP/1.1" 200 1293 0.004462 10.0.0.41 - - [2025-09-08 04:23:39] "GET /virtual-machine-interface/ad80b00c-c4f5-4ffa-a3c5-ba9d42aeb6e8 HTTP/1.1" 200 2950 0.005746 10.0.0.41 - - [2025-09-08 04:23:39] "GET /instance-ip/8a0556c1-08b8-4edf-838d-b4e21e33af8a HTTP/1.1" 200 1622 0.005113 10.0.0.41 - - [2025-09-08 04:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.41 - - [2025-09-08 04:23:39] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004400 10.0.0.41 - - [2025-09-08 04:23:39] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003774 10.0.0.41 - - [2025-09-08 04:23:39] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007425 10.0.0.41 - - [2025-09-08 04:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.41 - - [2025-09-08 04:23:40] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004737 10.0.0.41 - - [2025-09-08 04:23:40] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003750 10.0.0.41 - - [2025-09-08 04:23:40] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007446 10.0.0.41 - - [2025-09-08 04:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.41 - - [2025-09-08 04:23:40] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004582 10.0.0.41 - - [2025-09-08 04:23:40] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003608 10.0.0.41 - - [2025-09-08 04:23:40] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006612 10.0.0.41 - - [2025-09-08 04:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004543 10.0.0.41 - - [2025-09-08 04:23:40] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005358 10.0.0.41 - - [2025-09-08 04:23:40] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004629 10.0.0.41 - - [2025-09-08 04:23:40] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007193 10.0.0.41 - - [2025-09-08 04:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.41 - - [2025-09-08 04:23:40] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005861 10.0.0.41 - - [2025-09-08 04:23:40] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003927 10.0.0.41 - - [2025-09-08 04:23:40] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008443 10.0.0.41 - - [2025-09-08 04:23:42] "POST /neutron/port HTTP/1.1" 200 1089 0.052879 10.0.0.41 - - [2025-09-08 04:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.41 - - [2025-09-08 04:23:43] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006756 10.0.0.41 - - [2025-09-08 04:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005176 10.0.0.41 - - [2025-09-08 04:23:47] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009298 10.0.0.41 - - [2025-09-08 04:23:50] "GET /obj-perms HTTP/1.1" 200 5056 0.047505 10.0.0.41 - - [2025-09-08 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.41 - - [2025-09-08 04:23:51] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006206 10.0.0.41 - - [2025-09-08 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005189 10.0.0.41 - - [2025-09-08 04:23:55] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006518 10.0.0.41 - - [2025-09-08 04:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006938 10.0.0.41 - - [2025-09-08 04:24:00] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006722 10.0.0.41 - - [2025-09-08 04:24:01] "POST /neutron/port HTTP/1.1" 200 1089 0.020938 10.0.0.41 - - [2025-09-08 04:24:01] "POST /neutron/subnet HTTP/1.1" 200 646 0.014316 10.0.0.41 - - [2025-09-08 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003906 10.0.0.41 - - [2025-09-08 04:24:04] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006324 10.0.0.41 - - [2025-09-08 04:24:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005011 10.0.0.41 - - [2025-09-08 04:24:08] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005911 10.0.0.41 - - [2025-09-08 04:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004129 10.0.0.41 - - [2025-09-08 04:24:12] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006244 10.0.0.41 - - [2025-09-08 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004473 10.0.0.41 - - [2025-09-08 04:24:16] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005104 10.0.0.41 - - [2025-09-08 04:24:16] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006229 10.0.0.41 - - [2025-09-08 04:24:16] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007619 10.0.0.41 - - [2025-09-08 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.41 - - [2025-09-08 04:24:16] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004426 10.0.0.41 - - [2025-09-08 04:24:16] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003474 10.0.0.41 - - [2025-09-08 04:24:16] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007617 10.0.0.41 - - [2025-09-08 04:24:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.41 - - [2025-09-08 04:24:16] "GET /routing-instance/84f42832-661e-40b5-85ba-21b66ececf5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005388 10.0.0.41 - - [2025-09-08 04:24:16] "GET /route-target/628af383-ce49-489c-91a7-5e3d7e430f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004752 10.0.0.41 - - [2025-09-08 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.41 - - [2025-09-08 04:24:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004730 10.0.0.41 - - [2025-09-08 04:24:17] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005550 10.0.0.41 - - [2025-09-08 04:24:17] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007571 10.0.0.41 - - [2025-09-08 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.41 - - [2025-09-08 04:24:17] "GET /routing-instance/84f42832-661e-40b5-85ba-21b66ececf5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005118 10.0.0.41 - - [2025-09-08 04:24:17] "GET /route-target/628af383-ce49-489c-91a7-5e3d7e430f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005137 10.0.0.41 - - [2025-09-08 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005142 10.0.0.41 - - [2025-09-08 04:24:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005214 10.0.0.41 - - [2025-09-08 04:24:17] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004353 10.0.0.41 - - [2025-09-08 04:24:17] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006772 10.0.0.41 - - [2025-09-08 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.41 - - [2025-09-08 04:24:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005573 10.0.0.41 - - [2025-09-08 04:24:17] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004074 10.0.0.41 - - [2025-09-08 04:24:17] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006810 10.0.0.41 - - [2025-09-08 04:24:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.41 - - [2025-09-08 04:24:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007824 10.0.0.41 - - [2025-09-08 04:24:17] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003538 10.0.0.41 - - [2025-09-08 04:24:17] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007220 10.0.0.38 - - [2025-09-08 04:24:17] "GET /obj-perms HTTP/1.1" 200 5032 0.005913 10.0.0.41 - - [2025-09-08 04:24:17] "GET /obj-perms HTTP/1.1" 200 5032 0.009508 10.0.0.41 - - [2025-09-08 04:24:17] "GET /obj-perms HTTP/1.1" 200 5032 0.009277 10.0.0.38 - - [2025-09-08 04:24:18] "GET /obj-perms HTTP/1.1" 200 5032 0.004669 10.0.0.41 - - [2025-09-08 04:24:18] "GET /virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed HTTP/1.1" 200 1294 0.005253 10.0.0.41 - - [2025-09-08 04:24:18] "GET /virtual-machine-interface/feed0c63-9689-4aa2-be65-ceb027eb1b86 HTTP/1.1" 200 2950 0.006722 10.0.0.41 - - [2025-09-08 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006192 10.0.0.41 - - [2025-09-08 04:24:18] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004825 10.0.0.41 - - [2025-09-08 04:24:18] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004834 10.0.0.41 - - [2025-09-08 04:24:18] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007423 10.0.0.41 - - [2025-09-08 04:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004694 10.0.0.41 - - [2025-09-08 04:24:19] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005805 10.0.0.41 - - [2025-09-08 04:24:19] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005390 10.0.0.41 - - [2025-09-08 04:24:19] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007953 10.0.0.41 - - [2025-09-08 04:24:19] "GET /virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6 HTTP/1.1" 200 1293 0.005341 10.0.0.41 - - [2025-09-08 04:24:19] "GET /virtual-machine-interface/ad80b00c-c4f5-4ffa-a3c5-ba9d42aeb6e8 HTTP/1.1" 200 2950 0.007542 10.0.0.41 - - [2025-09-08 04:24:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.41 - - [2025-09-08 04:24:19] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004976 10.0.0.41 - - [2025-09-08 04:24:19] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003905 10.0.0.41 - - [2025-09-08 04:24:19] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007070 10.0.0.41 - - [2025-09-08 04:24:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004820 10.0.0.41 - - [2025-09-08 04:24:20] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004994 10.0.0.41 - - [2025-09-08 04:24:20] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003938 10.0.0.41 - - [2025-09-08 04:24:20] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007455 10.0.0.41 - - [2025-09-08 04:24:21] "POST /neutron/port HTTP/1.1" 200 1089 0.021136 10.0.0.41 - - [2025-09-08 04:24:21] "POST /neutron/port HTTP/1.1" 200 1089 0.018575 10.0.0.41 - - [2025-09-08 04:24:21] "POST /neutron/subnet HTTP/1.1" 200 646 0.011955 10.0.0.41 - - [2025-09-08 04:24:25] "POST /neutron/port HTTP/1.1" 200 1089 0.021041 10.0.0.41 - - [2025-09-08 04:24:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010407 10.0.0.41 - - [2025-09-08 04:25:02] "POST /neutron/port HTTP/1.1" 200 1089 0.018333 10.0.0.41 - - [2025-09-08 04:25:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004829 10.0.0.41 - - [2025-09-08 04:25:02] "POST /neutron/network HTTP/1.1" 200 886 0.007806 10.0.0.41 - - [2025-09-08 04:25:17] "GET /virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6 HTTP/1.1" 200 1293 0.005603 10.0.0.41 - - [2025-09-08 04:25:18] "POST /neutron/port HTTP/1.1" 200 151 0.242785 10.0.0.41 - - [2025-09-08 04:25:19] "GET /virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6 HTTP/1.1" 404 171 0.004970 10.0.0.41 - - [2025-09-08 04:25:19] "GET /virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6 HTTP/1.1" 404 171 0.003343 10.0.0.41 - - [2025-09-08 04:25:19] "GET /virtual-machine/4c82293a-db82-4525-b7d6-d27690f970a6 HTTP/1.1" 404 171 0.003659 10.0.0.41 - - [2025-09-08 04:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004722 10.0.0.41 - - [2025-09-08 04:25:20] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004504 10.0.0.41 - - [2025-09-08 04:25:20] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003701 10.0.0.41 - - [2025-09-08 04:25:20] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008023 10.0.0.41 - - [2025-09-08 04:25:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.41 - - [2025-09-08 04:25:20] "GET /routing-instance/84f42832-661e-40b5-85ba-21b66ececf5e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.006044 10.0.0.41 - - [2025-09-08 04:25:20] "GET /route-target/628af383-ce49-489c-91a7-5e3d7e430f39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006046 10.0.0.41 - - [2025-09-08 04:25:20] "GET /obj-perms HTTP/1.1" 200 5032 0.005015 10.0.0.38 - - [2025-09-08 04:25:20] "GET /obj-perms HTTP/1.1" 200 5032 0.004482 10.0.0.41 - - [2025-09-08 04:25:21] "POST /neutron/network HTTP/1.1" 200 896 0.008436 10.0.0.41 - - [2025-09-08 04:25:21] "POST /neutron/port HTTP/1.1" 200 117 0.001306 10.0.0.41 - - [2025-09-08 04:25:29] "GET /obj-perms HTTP/1.1" 200 5032 0.006085 10.0.0.38 - - [2025-09-08 04:25:29] "GET /obj-perms HTTP/1.1" 200 5032 0.004618 10.0.0.41 - - [2025-09-08 04:25:38] "GET /obj-perms HTTP/1.1" 200 5032 0.006365 10.0.0.38 - - [2025-09-08 04:25:38] "GET /obj-perms HTTP/1.1" 200 5032 0.004994 10.0.0.27 - - [2025-09-08 04:25:39] "GET /obj-perms HTTP/1.1" 200 5032 0.005265 10.0.0.41 - - [2025-09-08 04:25:39] "GET /virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed HTTP/1.1" 200 1294 0.066085 10.0.0.41 - - [2025-09-08 04:25:39] "POST /neutron/port HTTP/1.1" 200 1115 0.015694 10.0.0.41 - - [2025-09-08 04:25:41] "GET /virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed HTTP/1.1" 404 171 0.003987 10.0.0.41 - - [2025-09-08 04:25:41] "GET /virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed HTTP/1.1" 404 171 0.003264 10.0.0.41 - - [2025-09-08 04:25:41] "GET /virtual-machine/b41dfb33-0cc5-4f12-a0e4-914f39b670ed HTTP/1.1" 404 171 0.003461 10.0.0.41 - - [2025-09-08 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.41 - - [2025-09-08 04:25:41] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004729 10.0.0.41 - - [2025-09-08 04:25:41] "GET /virtual-networks?parent_id=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003721 10.0.0.41 - - [2025-09-08 04:25:41] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006985 10.0.0.41 - - [2025-09-08 04:25:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.41 - - [2025-09-08 04:25:41] "GET /routing-instance/c598b474-8399-439f-8363-e2baa686bdc4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005600 10.0.0.41 - - [2025-09-08 04:25:41] "GET /route-target/75aa8f4b-fa37-44b4-ae6f-cae023ec0978?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004795 10.0.0.41 - - [2025-09-08 04:25:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004778 10.0.0.27 - - [2025-09-08 04:25:48] "GET /obj-perms HTTP/1.1" 200 5032 0.005880 10.0.0.41 - - [2025-09-08 04:25:51] "GET /obj-perms HTTP/1.1" 200 5032 0.004636 10.0.0.27 - - [2025-09-08 04:25:54] "GET /obj-perms HTTP/1.1" 200 5032 0.004832 10.0.0.41 - - [2025-09-08 04:26:00] "GET /obj-perms HTTP/1.1" 200 5032 0.004440 10.0.0.27 - - [2025-09-08 04:26:00] "GET /obj-perms HTTP/1.1" 200 5032 0.006265 10.0.0.38 - - [2025-09-08 04:26:00] "GET /obj-perms HTTP/1.1" 200 5032 0.005014 10.0.0.38 - - [2025-09-08 04:26:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004074 10.0.0.38 - - [2025-09-08 04:26:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003710 10.0.0.41 - - [2025-09-08 04:26:00] "DELETE /virtual-network/2995d398-b3d8-4eb6-8375-c59998e00530 HTTP/1.1" 200 115 0.145619 10.0.0.41 - - [2025-09-08 04:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.006523 10.0.0.41 - - [2025-09-08 04:26:00] "GET /network-policy/2c97aace-006b-429b-8ad5-4f671af15271?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006816 10.0.0.41 - - [2025-09-08 04:26:01] "POST /ref-update HTTP/1.1" 200 156 0.071965 10.0.0.27 - - [2025-09-08 04:26:01] "DELETE /access-control-list/f9ce8976-0779-406a-9194-26c310c5f0ce HTTP/1.1" 200 115 0.064315 10.0.0.41 - - [2025-09-08 04:26:01] "GET /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.022862 10.0.0.41 - - [2025-09-08 04:26:01] "DELETE /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb HTTP/1.1" 409 248 0.025276 10.0.0.41 - - [2025-09-08 04:26:01] "POST /neutron/port HTTP/1.1" 200 1089 0.022783 10.0.0.41 - - [2025-09-08 04:26:01] "POST /neutron/port HTTP/1.1" 200 1089 0.032252 10.0.0.38 - - [2025-09-08 04:26:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003100 10.0.0.38 - - [2025-09-08 04:26:03] "POST /useragent-kv HTTP/1.1" 200 115 0.003516 10.0.0.41 - - [2025-09-08 04:26:03] "DELETE /virtual-network/1f77d11e-baef-4cd9-980b-be610a62a3eb HTTP/1.1" 200 115 0.119328 10.0.0.27 - - [2025-09-08 04:26:03] "DELETE /route-target/628af383-ce49-489c-91a7-5e3d7e430f39 HTTP/1.1" 200 115 0.029910 10.0.0.41 - - [2025-09-08 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.41 - - [2025-09-08 04:26:03] "GET /network-policy/19688adf-7aa9-4646-9085-e2bc8ae56b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006921 10.0.0.41 - - [2025-09-08 04:26:03] "POST /ref-update HTTP/1.1" 200 156 0.096257 10.0.0.41 - - [2025-09-08 04:26:03] "POST /neutron/network HTTP/1.1" 200 809 0.016640 10.0.0.41 - - [2025-09-08 04:26:03] "GET /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007686 10.0.0.38 - - [2025-09-08 04:26:03] "POST /useragent-kv HTTP/1.1" 200 115 0.005769 10.0.0.38 - - [2025-09-08 04:26:03] "POST /useragent-kv HTTP/1.1" 200 115 0.004080 10.0.0.41 - - [2025-09-08 04:26:03] "DELETE /virtual-network/8a0e96de-dca0-4e72-9218-44ad8e1db508 HTTP/1.1" 200 115 0.149693 10.0.0.27 - - [2025-09-08 04:26:03] "DELETE /route-target/75aa8f4b-fa37-44b4-ae6f-cae023ec0978 HTTP/1.1" 200 115 0.034315 10.0.0.41 - - [2025-09-08 04:26:04] "DELETE /network-policy/2c97aace-006b-429b-8ad5-4f671af15271 HTTP/1.1" 200 115 0.043224 10.0.0.41 - - [2025-09-08 04:26:04] "DELETE /network-policy/19688adf-7aa9-4646-9085-e2bc8ae56b39 HTTP/1.1" 200 115 0.043317 10.0.0.38 - - [2025-09-08 04:26:43] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001365 10.0.0.41 - - [2025-09-08 04:26:43] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.074996 10.0.0.38 - - [2025-09-08 04:26:43] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002048 10.0.0.41 - - [2025-09-08 04:26:43] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?fields=virtual_networks HTTP/1.1" 200 1034 0.046448 10.0.0.38 - - [2025-09-08 04:26:43] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001759 10.0.0.41 - - [2025-09-08 04:26:43] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.054164 10.0.0.38 - - [2025-09-08 04:26:43] "GET /projects?obj_uuids=85d96834-ac16-4e46-b6ac-e16354432cd3&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001226 10.0.0.41 - - [2025-09-08 04:26:43] "GET /project/85d96834-ac16-4e46-b6ac-e16354432cd3?fields=security_groups HTTP/1.1" 200 1261 0.044811 10.0.0.41 - - [2025-09-08 04:26:44] "POST /fqname-to-id HTTP/1.1" 404 188 0.028005 10.0.0.38 - - [2025-09-08 04:26:44] "GET /projects?obj_uuids=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005485 10.0.0.38 - - [2025-09-08 04:26:44] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000989 10.0.0.38 - - [2025-09-08 04:26:44] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007817 10.0.0.38 - - [2025-09-08 04:26:44] "POST /id-to-fqname HTTP/1.1" 200 190 0.009212 10.0.0.38 - - [2025-09-08 04:26:44] "POST /fqname-to-id HTTP/1.1" 404 199 0.008939 10.0.0.38 - - [2025-09-08 04:26:44] "POST /security-groups HTTP/1.1" 200 591 0.082094 10.0.0.38 - - [2025-09-08 04:26:44] "POST /projects HTTP/1.1" 200 585 0.311913 10.0.0.27 - - [2025-09-08 04:26:45] "POST /fqname-to-id HTTP/1.1" 404 233 0.006465 10.0.0.38 - - [2025-09-08 04:26:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.382153 10.0.0.41 - - [2025-09-08 04:26:45] "GET /project/81967ed4-16ef-43d4-8863-56f318197d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.545200 10.0.0.41 - - [2025-09-08 04:26:46] "GET / HTTP/1.1" 200 35931 0.001903 10.0.0.41 - - [2025-09-08 04:26:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000696 10.0.0.41 - - [2025-09-08 04:26:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.058282 10.0.0.38 - - [2025-09-08 04:26:48] "GET /projects?obj_uuids=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001068 10.0.0.41 - - [2025-09-08 04:26:48] "GET /project/81967ed4-16ef-43d4-8863-56f318197d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.043566 10.0.0.27 - - [2025-09-08 04:26:48] "POST /ref-update HTTP/1.1" 200 156 0.032194 10.0.0.38 - - [2025-09-08 04:26:49] "POST /useragent-kv HTTP/1.1" 200 115 0.008684 10.0.0.41 - - [2025-09-08 04:26:49] "POST /neutron/subnet HTTP/1.1" 200 719 0.264488 10.0.0.41 - - [2025-09-08 04:26:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001609 10.0.0.41 - - [2025-09-08 04:26:49] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008010 10.0.0.41 - - [2025-09-08 04:26:49] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006869 10.0.0.41 - - [2025-09-08 04:26:49] "POST /neutron/network HTTP/1.1" 200 823 0.009744 10.0.0.41 - - [2025-09-08 04:26:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.38 - - [2025-09-08 04:26:49] "GET /projects?obj_uuids=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001055 10.0.0.41 - - [2025-09-08 04:26:49] "GET /project/81967ed4-16ef-43d4-8863-56f318197d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.062664 10.0.0.38 - - [2025-09-08 04:26:49] "GET /projects?obj_uuids=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001557 10.0.0.41 - - [2025-09-08 04:26:49] "POST /neutron/network HTTP/1.1" 200 605 0.146777 10.0.0.41 - - [2025-09-08 04:26:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.004745 10.0.0.41 - - [2025-09-08 04:26:49] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006983 10.0.0.41 - - [2025-09-08 04:26:49] "POST /neutron/network HTTP/1.1" 200 821 0.009208 10.0.0.41 - - [2025-09-08 04:26:49] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007128 10.0.0.41 - - [2025-09-08 04:26:49] "POST /id-to-fqname HTTP/1.1" 200 220 0.001860 10.0.0.41 - - [2025-09-08 04:26:50] "POST /neutron/network HTTP/1.1" 200 833 0.008948 10.0.0.38 - - [2025-09-08 04:26:50] "GET /projects?obj_uuids=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001212 10.0.0.41 - - [2025-09-08 04:26:50] "GET /project/81967ed4-16ef-43d4-8863-56f318197d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.072724 10.0.0.41 - - [2025-09-08 04:26:51] "POST /neutron/port HTTP/1.1" 200 117 0.008939 10.0.0.41 - - [2025-09-08 04:26:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.001493 10.0.0.41 - - [2025-09-08 04:26:51] "POST /neutron/network HTTP/1.1" 200 833 0.008829 10.0.0.41 - - [2025-09-08 04:26:52] "POST /neutron/port HTTP/1.1" 200 1059 0.018745 10.0.0.41 - - [2025-09-08 04:26:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004400 10.0.0.38 - - [2025-09-08 04:26:52] "GET /projects?obj_uuids=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001429 10.0.0.41 - - [2025-09-08 04:26:52] "GET /project/81967ed4-16ef-43d4-8863-56f318197d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.155416 10.0.0.41 - - [2025-09-08 04:26:52] "POST /neutron/network HTTP/1.1" 200 823 0.012270 10.0.0.41 - - [2025-09-08 04:26:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009021 10.0.0.41 - - [2025-09-08 04:26:53] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010488 10.0.0.41 - - [2025-09-08 04:26:53] "GET /obj-perms HTTP/1.1" 200 5056 0.055380 10.0.0.41 - - [2025-09-08 04:26:54] "POST /neutron/port HTTP/1.1" 200 1057 0.023071 10.0.0.41 - - [2025-09-08 04:26:54] "POST /neutron/port HTTP/1.1" 200 1085 0.020351 10.0.0.41 - - [2025-09-08 04:26:54] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.41 - - [2025-09-08 04:26:58] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009206 10.0.0.41 - - [2025-09-08 04:26:58] "POST /neutron/port HTTP/1.1" 200 1087 0.019899 10.0.0.41 - - [2025-09-08 04:26:58] "GET /virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc HTTP/1.1" 401 292 0.000467 10.0.0.41 - - [2025-09-08 04:26:58] "GET /virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc HTTP/1.1" 200 1292 0.032051 10.0.0.41 - - [2025-09-08 04:26:59] "GET /virtual-machine-interface/57d89800-637a-4a22-88e1-716daac68845 HTTP/1.1" 200 2940 0.008924 10.0.0.41 - - [2025-09-08 04:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.41 - - [2025-09-08 04:26:59] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004786 10.0.0.41 - - [2025-09-08 04:26:59] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004329 10.0.0.41 - - [2025-09-08 04:26:59] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007677 10.0.0.41 - - [2025-09-08 04:27:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008339 10.0.0.41 - - [2025-09-08 04:27:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005092 10.0.0.41 - - [2025-09-08 04:27:02] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006422 10.0.0.41 - - [2025-09-08 04:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005122 10.0.0.41 - - [2025-09-08 04:27:04] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005558 10.0.0.41 - - [2025-09-08 04:27:04] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003512 10.0.0.41 - - [2025-09-08 04:27:04] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007401 10.0.0.41 - - [2025-09-08 04:27:04] "POST /neutron/port HTTP/1.1" 200 1085 0.021265 10.0.0.41 - - [2025-09-08 04:27:04] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009357 10.0.0.41 - - [2025-09-08 04:27:04] "GET /virtual-machine/258476a7-5485-43b8-acda-1c1ca4e1f1c9 HTTP/1.1" 200 1292 0.008740 10.0.0.41 - - [2025-09-08 04:27:04] "GET /virtual-machine-interface/646d20a4-a5e7-4632-aaed-64ce3540963c HTTP/1.1" 200 2941 0.006895 10.0.0.41 - - [2025-09-08 04:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.41 - - [2025-09-08 04:27:04] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004458 10.0.0.41 - - [2025-09-08 04:27:04] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004116 10.0.0.41 - - [2025-09-08 04:27:05] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007586 10.0.0.41 - - [2025-09-08 04:27:05] "POST /neutron/port HTTP/1.1" 200 1085 0.020329 10.0.0.41 - - [2025-09-08 04:27:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005391 10.0.0.41 - - [2025-09-08 04:27:05] "POST /neutron/network HTTP/1.1" 200 821 0.008342 10.0.0.41 - - [2025-09-08 04:27:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.41 - - [2025-09-08 04:27:06] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004319 10.0.0.41 - - [2025-09-08 04:27:06] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003798 10.0.0.41 - - [2025-09-08 04:27:06] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006953 10.0.0.27 - - [2025-09-08 04:27:10] "DELETE /access-control-list/04536858-a7a6-4aba-9141-c24f91172df4 HTTP/1.1" 200 115 0.045624 10.0.0.41 - - [2025-09-08 04:27:11] "POST /neutron/port HTTP/1.1" 200 1087 0.022422 10.0.0.41 - - [2025-09-08 04:27:11] "GET /virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc HTTP/1.1" 200 1292 0.004869 10.0.0.41 - - [2025-09-08 04:27:11] "GET /virtual-machine-interface/57d89800-637a-4a22-88e1-716daac68845 HTTP/1.1" 200 2940 0.007080 10.0.0.41 - - [2025-09-08 04:27:11] "GET /virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc HTTP/1.1" 200 1292 0.004539 10.0.0.41 - - [2025-09-08 04:27:11] "GET /virtual-machine-interface/57d89800-637a-4a22-88e1-716daac68845 HTTP/1.1" 200 2940 0.006578 10.0.0.41 - - [2025-09-08 04:27:11] "GET /instance-ip/7cba830f-4851-4d8c-957f-32eaea2326a6 HTTP/1.1" 200 1619 0.007472 10.0.0.41 - - [2025-09-08 04:27:11] "GET /virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc HTTP/1.1" 200 1292 0.005011 10.0.0.41 - - [2025-09-08 04:27:11] "GET /virtual-machine-interface/57d89800-637a-4a22-88e1-716daac68845 HTTP/1.1" 200 2940 0.006632 10.0.0.41 - - [2025-09-08 04:27:11] "GET /instance-ip/7cba830f-4851-4d8c-957f-32eaea2326a6 HTTP/1.1" 200 1619 0.005271 10.0.0.41 - - [2025-09-08 04:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.41 - - [2025-09-08 04:27:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005481 10.0.0.41 - - [2025-09-08 04:27:11] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003573 10.0.0.41 - - [2025-09-08 04:27:11] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008024 10.0.0.41 - - [2025-09-08 04:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.41 - - [2025-09-08 04:27:11] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004700 10.0.0.41 - - [2025-09-08 04:27:11] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004482 10.0.0.41 - - [2025-09-08 04:27:11] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007120 10.0.0.41 - - [2025-09-08 04:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005403 10.0.0.41 - - [2025-09-08 04:27:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004927 10.0.0.41 - - [2025-09-08 04:27:12] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003727 10.0.0.41 - - [2025-09-08 04:27:12] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006471 10.0.0.41 - - [2025-09-08 04:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.41 - - [2025-09-08 04:27:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005465 10.0.0.41 - - [2025-09-08 04:27:12] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003293 10.0.0.41 - - [2025-09-08 04:27:12] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007277 10.0.0.41 - - [2025-09-08 04:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004335 10.0.0.41 - - [2025-09-08 04:27:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004281 10.0.0.41 - - [2025-09-08 04:27:12] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003817 10.0.0.41 - - [2025-09-08 04:27:12] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007035 10.0.0.41 - - [2025-09-08 04:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.41 - - [2025-09-08 04:27:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004742 10.0.0.41 - - [2025-09-08 04:27:12] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004159 10.0.0.41 - - [2025-09-08 04:27:12] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006699 10.0.0.41 - - [2025-09-08 04:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004257 10.0.0.41 - - [2025-09-08 04:27:12] "GET /routing-instance/4d394326-6b64-42bd-bbb2-f10763c45c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005339 10.0.0.41 - - [2025-09-08 04:27:12] "GET /route-target/d967bb00-8982-44e5-94a4-64e7c1b20bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005409 10.0.0.41 - - [2025-09-08 04:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.41 - - [2025-09-08 04:27:12] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007077 10.0.0.41 - - [2025-09-08 04:27:12] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003936 10.0.0.41 - - [2025-09-08 04:27:12] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008040 10.0.0.41 - - [2025-09-08 04:27:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.41 - - [2025-09-08 04:27:12] "GET /routing-instance/4d394326-6b64-42bd-bbb2-f10763c45c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.005219 10.0.0.41 - - [2025-09-08 04:27:13] "GET /route-target/d967bb00-8982-44e5-94a4-64e7c1b20bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006757 10.0.0.41 - - [2025-09-08 04:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.41 - - [2025-09-08 04:27:13] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005106 10.0.0.41 - - [2025-09-08 04:27:13] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004694 10.0.0.41 - - [2025-09-08 04:27:13] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007491 10.0.0.41 - - [2025-09-08 04:27:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004260 10.0.0.41 - - [2025-09-08 04:27:13] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004894 10.0.0.41 - - [2025-09-08 04:27:13] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003872 10.0.0.41 - - [2025-09-08 04:27:13] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008123 10.0.0.41 - - [2025-09-08 04:27:14] "GET /obj-perms HTTP/1.1" 200 5030 0.047958 10.0.0.38 - - [2025-09-08 04:27:14] "GET /obj-perms HTTP/1.1" 200 5030 0.052322 10.0.0.41 - - [2025-09-08 04:27:15] "GET /obj-perms HTTP/1.1" 200 5030 0.004443 10.0.0.27 - - [2025-09-08 04:27:15] "GET /obj-perms HTTP/1.1" 200 5030 0.046437 10.0.0.41 - - [2025-09-08 04:27:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008463 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-machine/258476a7-5485-43b8-acda-1c1ca4e1f1c9 HTTP/1.1" 200 1292 0.005663 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-machine-interface/646d20a4-a5e7-4632-aaed-64ce3540963c HTTP/1.1" 200 2941 0.006498 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-machine/258476a7-5485-43b8-acda-1c1ca4e1f1c9 HTTP/1.1" 200 1292 0.004287 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-machine-interface/646d20a4-a5e7-4632-aaed-64ce3540963c HTTP/1.1" 200 2941 0.006351 10.0.0.41 - - [2025-09-08 04:27:15] "GET /instance-ip/e6ab25ef-6a54-48f7-868f-c6a20460518a HTTP/1.1" 200 1617 0.007532 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-machine/258476a7-5485-43b8-acda-1c1ca4e1f1c9 HTTP/1.1" 200 1292 0.004082 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-machine-interface/646d20a4-a5e7-4632-aaed-64ce3540963c HTTP/1.1" 200 2941 0.006521 10.0.0.41 - - [2025-09-08 04:27:15] "GET /instance-ip/e6ab25ef-6a54-48f7-868f-c6a20460518a HTTP/1.1" 200 1617 0.005158 10.0.0.41 - - [2025-09-08 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.41 - - [2025-09-08 04:27:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005999 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003476 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006714 10.0.0.41 - - [2025-09-08 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.41 - - [2025-09-08 04:27:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005146 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004775 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007116 10.0.0.41 - - [2025-09-08 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.41 - - [2025-09-08 04:27:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005045 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.012124 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006352 10.0.0.41 - - [2025-09-08 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.41 - - [2025-09-08 04:27:15] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004714 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003676 10.0.0.41 - - [2025-09-08 04:27:15] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.008443 10.0.0.41 - - [2025-09-08 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.41 - - [2025-09-08 04:27:16] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004654 10.0.0.41 - - [2025-09-08 04:27:16] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004422 10.0.0.41 - - [2025-09-08 04:27:16] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.008103 10.0.0.41 - - [2025-09-08 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.41 - - [2025-09-08 04:27:16] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004334 10.0.0.41 - - [2025-09-08 04:27:16] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003743 10.0.0.41 - - [2025-09-08 04:27:16] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.006552 10.0.0.41 - - [2025-09-08 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.41 - - [2025-09-08 04:27:16] "GET /routing-instance/101ca736-d763-4e44-a5b3-7db93ddc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.007384 10.0.0.41 - - [2025-09-08 04:27:16] "GET /route-target/3a0ebe3e-3337-4b97-97f7-f05e9361940a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005767 10.0.0.41 - - [2025-09-08 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.41 - - [2025-09-08 04:27:16] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005070 10.0.0.41 - - [2025-09-08 04:27:16] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003435 10.0.0.41 - - [2025-09-08 04:27:16] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.013803 10.0.0.41 - - [2025-09-08 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005600 10.0.0.41 - - [2025-09-08 04:27:16] "GET /routing-instance/101ca736-d763-4e44-a5b3-7db93ddc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.011800 10.0.0.41 - - [2025-09-08 04:27:16] "GET /route-target/3a0ebe3e-3337-4b97-97f7-f05e9361940a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006509 10.0.0.41 - - [2025-09-08 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.41 - - [2025-09-08 04:27:16] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004341 10.0.0.41 - - [2025-09-08 04:27:16] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003883 10.0.0.41 - - [2025-09-08 04:27:16] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.008460 10.0.0.41 - - [2025-09-08 04:27:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.41 - - [2025-09-08 04:27:17] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004758 10.0.0.41 - - [2025-09-08 04:27:17] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004085 10.0.0.41 - - [2025-09-08 04:27:17] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007046 10.0.0.41 - - [2025-09-08 04:27:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004451 10.0.0.38 - - [2025-09-08 04:27:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004041 10.0.0.41 - - [2025-09-08 04:27:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004471 10.0.0.38 - - [2025-09-08 04:27:17] "GET /obj-perms HTTP/1.1" 200 5030 0.004721 10.0.0.41 - - [2025-09-08 04:27:24] "POST /neutron/network HTTP/1.1" 200 833 0.009653 10.0.0.41 - - [2025-09-08 04:27:24] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.41 - - [2025-09-08 04:27:29] "GET /virtual-machine/258476a7-5485-43b8-acda-1c1ca4e1f1c9 HTTP/1.1" 200 1292 0.004749 10.0.0.41 - - [2025-09-08 04:27:30] "POST /neutron/port HTTP/1.1" 200 1111 0.015771 10.0.0.41 - - [2025-09-08 04:27:31] "GET /virtual-machine/258476a7-5485-43b8-acda-1c1ca4e1f1c9 HTTP/1.1" 404 171 0.003938 10.0.0.41 - - [2025-09-08 04:27:31] "GET /virtual-machine/258476a7-5485-43b8-acda-1c1ca4e1f1c9 HTTP/1.1" 404 171 0.003239 10.0.0.41 - - [2025-09-08 04:27:31] "GET /virtual-machine/258476a7-5485-43b8-acda-1c1ca4e1f1c9 HTTP/1.1" 404 171 0.003242 10.0.0.41 - - [2025-09-08 04:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.41 - - [2025-09-08 04:27:32] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005317 10.0.0.41 - - [2025-09-08 04:27:32] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004016 10.0.0.41 - - [2025-09-08 04:27:32] "GET /virtual-network/ade53739-ea28-409c-a47e-ecb34bee0ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.007527 10.0.0.41 - - [2025-09-08 04:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.41 - - [2025-09-08 04:27:32] "GET /routing-instance/101ca736-d763-4e44-a5b3-7db93ddc96b5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004902 10.0.0.41 - - [2025-09-08 04:27:32] "GET /route-target/3a0ebe3e-3337-4b97-97f7-f05e9361940a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004927 10.0.0.41 - - [2025-09-08 04:27:32] "GET /obj-perms HTTP/1.1" 200 5030 0.004965 10.0.0.38 - - [2025-09-08 04:27:35] "GET /obj-perms HTTP/1.1" 200 5030 0.007731 10.0.0.41 - - [2025-09-08 04:27:38] "GET /obj-perms HTTP/1.1" 200 5030 0.005037 10.0.0.27 - - [2025-09-08 04:27:38] "GET /obj-perms HTTP/1.1" 200 5030 0.004203 10.0.0.41 - - [2025-09-08 04:27:38] "GET /virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc HTTP/1.1" 200 1292 0.005858 10.0.0.41 - - [2025-09-08 04:27:39] "POST /neutron/port HTTP/1.1" 200 1113 0.012698 10.0.0.41 - - [2025-09-08 04:27:40] "GET /virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc HTTP/1.1" 404 171 0.003908 10.0.0.41 - - [2025-09-08 04:27:40] "GET /virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc HTTP/1.1" 404 171 0.004339 10.0.0.41 - - [2025-09-08 04:27:40] "GET /virtual-machine/292ab377-dda6-4613-a6fc-cc60b24903bc HTTP/1.1" 404 171 0.003844 10.0.0.41 - - [2025-09-08 04:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.011274 10.0.0.41 - - [2025-09-08 04:27:41] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004708 10.0.0.41 - - [2025-09-08 04:27:41] "GET /virtual-networks?parent_id=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003582 10.0.0.41 - - [2025-09-08 04:27:41] "GET /virtual-network/15c6cde8-0eae-466d-990d-0b075a570e1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.007117 10.0.0.41 - - [2025-09-08 04:27:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.41 - - [2025-09-08 04:27:41] "GET /routing-instance/4d394326-6b64-42bd-bbb2-f10763c45c0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.004828 10.0.0.41 - - [2025-09-08 04:27:41] "GET /route-target/d967bb00-8982-44e5-94a4-64e7c1b20bf6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004817 10.0.0.38 - - [2025-09-08 04:27:43] "DELETE /project/81967ed416ef43d4886356f318197d61 HTTP/1.1" 404 173 0.028830 10.0.0.38 - - [2025-09-08 04:27:43] "DELETE /project/85d96834-ac16-4e46-b6ac-e16354432cd3 HTTP/1.1" 404 177 0.041373 10.0.0.41 - - [2025-09-08 04:27:44] "GET /obj-perms HTTP/1.1" 200 5030 0.004465 10.0.0.27 - - [2025-09-08 04:27:47] "GET /obj-perms HTTP/1.1" 200 5030 0.004858 10.0.0.41 - - [2025-09-08 04:27:53] "GET /obj-perms HTTP/1.1" 200 5030 0.004798 10.0.0.38 - - [2025-09-08 04:27:54] "GET /obj-perms HTTP/1.1" 200 5056 0.054558 10.0.0.27 - - [2025-09-08 04:27:56] "GET /obj-perms HTTP/1.1" 200 5030 0.004726 10.0.0.38 - - [2025-09-08 04:27:58] "GET /global-system-configs HTTP/1.1" 200 322 0.061718 10.0.0.41 - - [2025-09-08 04:27:58] "GET /obj-perms HTTP/1.1" 200 5056 0.152576 10.0.0.27 - - [2025-09-08 04:27:59] "GET /global-system-configs HTTP/1.1" 200 322 0.031208 10.0.0.27 - - [2025-09-08 04:27:59] "GET /global-system-configs HTTP/1.1" 200 322 0.125967 10.0.0.27 - - [2025-09-08 04:27:59] "GET /obj-perms HTTP/1.1" 200 5056 0.168774 10.0.0.38 - - [2025-09-08 04:27:59] "GET /obj-perms HTTP/1.1" 200 5056 0.183359 10.0.0.41 - - [2025-09-08 04:27:59] "GET /obj-perms HTTP/1.1" 200 5030 0.005614 10.0.0.41 - - [2025-09-08 04:28:00] "GET /obj-perms HTTP/1.1" 200 5030 0.004288 10.0.0.38 - - [2025-09-08 04:28:00] "GET /global-system-configs HTTP/1.1" 200 322 0.047454 10.0.0.27 - - [2025-09-08 04:28:00] "GET /obj-perms HTTP/1.1" 200 5030 0.006032 10.0.0.38 - - [2025-09-08 04:28:00] "POST /useragent-kv HTTP/1.1" 200 115 0.032604 10.0.0.38 - - [2025-09-08 04:28:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003686 10.0.0.41 - - [2025-09-08 04:28:00] "POST /neutron/network HTTP/1.1" 200 151 0.229970 10.0.0.27 - - [2025-09-08 04:28:00] "DELETE /route-target/3a0ebe3e-3337-4b97-97f7-f05e9361940a HTTP/1.1" 200 115 0.063509 10.0.0.41 - - [2025-09-08 04:28:01] "GET /global-system-configs HTTP/1.1" 200 322 0.034420 10.0.0.38 - - [2025-09-08 04:28:01] "GET /obj-perms HTTP/1.1" 200 5056 0.145261 10.0.0.41 - - [2025-09-08 04:28:01] "GET /global-system-configs HTTP/1.1" 200 322 0.058769 10.0.0.38 - - [2025-09-08 04:28:02] "GET /projects?obj_uuids=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001192 10.0.0.41 - - [2025-09-08 04:28:02] "GET /project/81967ed4-16ef-43d4-8863-56f318197d61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.053014 10.0.0.38 - - [2025-09-08 04:28:02] "GET /projects?obj_uuids=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002193 10.0.0.41 - - [2025-09-08 04:28:02] "GET /project/81967ed4-16ef-43d4-8863-56f318197d61?fields=virtual_networks HTTP/1.1" 200 1031 0.061214 10.0.0.38 - - [2025-09-08 04:28:02] "GET /projects?obj_uuids=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001230 10.0.0.41 - - [2025-09-08 04:28:02] "GET /project/81967ed4-16ef-43d4-8863-56f318197d61?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.052288 10.0.0.38 - - [2025-09-08 04:28:02] "GET /projects?obj_uuids=81967ed4-16ef-43d4-8863-56f318197d61&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001236 10.0.0.41 - - [2025-09-08 04:28:02] "GET /project/81967ed4-16ef-43d4-8863-56f318197d61?fields=security_groups HTTP/1.1" 200 1257 0.059541 10.0.0.41 - - [2025-09-08 04:28:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.029608 10.0.0.38 - - [2025-09-08 04:28:03] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003979 10.0.0.38 - - [2025-09-08 04:28:03] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001849 10.0.0.38 - - [2025-09-08 04:28:03] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009012 10.0.0.38 - - [2025-09-08 04:28:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.014579 10.0.0.38 - - [2025-09-08 04:28:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.004800 10.0.0.38 - - [2025-09-08 04:28:03] "POST /security-groups HTTP/1.1" 200 599 0.044647 10.0.0.27 - - [2025-09-08 04:28:03] "POST /fqname-to-id HTTP/1.1" 404 242 0.005485 10.0.0.38 - - [2025-09-08 04:28:03] "POST /projects HTTP/1.1" 200 601 0.291549 10.0.0.38 - - [2025-09-08 04:28:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.364426 10.0.0.27 - - [2025-09-08 04:28:03] "POST /access-control-lists HTTP/1.1" 200 602 0.035621 10.0.0.41 - - [2025-09-08 04:28:03] "GET /project/0cb29bbd-d126-4701-9e23-5540ced82b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.526420 10.0.0.41 - - [2025-09-08 04:28:04] "GET / HTTP/1.1" 200 35931 0.002185 10.0.0.41 - - [2025-09-08 04:28:08] "POST /fqname-to-id HTTP/1.1" 401 292 0.000525 10.0.0.41 - - [2025-09-08 04:28:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.057070 10.0.0.38 - - [2025-09-08 04:28:08] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000966 10.0.0.41 - - [2025-09-08 04:28:08] "GET /project/0cb29bbd-d126-4701-9e23-5540ced82b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.045437 10.0.0.41 - - [2025-09-08 04:28:08] "POST /neutron/network HTTP/1.1" 200 117 0.036861 10.0.0.38 - - [2025-09-08 04:28:09] "POST /useragent-kv HTTP/1.1" 200 115 0.013449 10.0.0.41 - - [2025-09-08 04:28:09] "POST /neutron/subnet HTTP/1.1" 200 823 0.290186 10.0.0.41 - - [2025-09-08 04:28:09] "POST /id-to-fqname HTTP/1.1" 200 228 0.001398 10.0.0.41 - - [2025-09-08 04:28:09] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007974 10.0.0.41 - - [2025-09-08 04:28:09] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006842 10.0.0.41 - - [2025-09-08 04:28:09] "POST /neutron/network HTTP/1.1" 200 1007 0.013422 10.0.0.41 - - [2025-09-08 04:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.38 - - [2025-09-08 04:28:09] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001239 10.0.0.41 - - [2025-09-08 04:28:09] "GET /project/0cb29bbd-d126-4701-9e23-5540ced82b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.082419 10.0.0.41 - - [2025-09-08 04:28:09] "POST /neutron/network HTTP/1.1" 200 117 0.016804 10.0.0.27 - - [2025-09-08 04:28:10] "POST /route-targets HTTP/1.1" 200 327 0.016127 10.0.0.38 - - [2025-09-08 04:28:10] "POST /useragent-kv HTTP/1.1" 200 115 0.014127 10.0.0.41 - - [2025-09-08 04:28:10] "POST /neutron/subnet HTTP/1.1" 200 823 0.198833 10.0.0.41 - - [2025-09-08 04:28:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001562 10.0.0.41 - - [2025-09-08 04:28:10] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007555 10.0.0.41 - - [2025-09-08 04:28:10] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008372 10.0.0.41 - - [2025-09-08 04:28:10] "POST /neutron/network HTTP/1.1" 200 1003 0.012684 10.0.0.27 - - [2025-09-08 04:28:11] "DELETE /access-control-list/c990d8ee-3d20-44f5-bc6b-7a32d28c89f4 HTTP/1.1" 200 115 0.098475 10.0.0.41 - - [2025-09-08 04:28:11] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006770 10.0.0.41 - - [2025-09-08 04:28:12] "GET /obj-perms HTTP/1.1" 200 5046 0.054035 10.0.0.27 - - [2025-09-08 04:28:12] "GET /obj-perms HTTP/1.1" 200 5046 0.054770 10.0.0.41 - - [2025-09-08 04:28:13] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007316 10.0.0.38 - - [2025-09-08 04:28:13] "GET /obj-perms HTTP/1.1" 200 5046 0.055281 10.0.0.41 - - [2025-09-08 04:28:13] "POST /neutron/network HTTP/1.1" 200 1007 0.012242 10.0.0.41 - - [2025-09-08 04:28:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001839 10.0.0.41 - - [2025-09-08 04:28:14] "POST /neutron/network HTTP/1.1" 200 1017 0.011487 10.0.0.38 - - [2025-09-08 04:28:14] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001190 10.0.0.41 - - [2025-09-08 04:28:15] "GET /project/0cb29bbd-d126-4701-9e23-5540ced82b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.088827 10.0.0.41 - - [2025-09-08 04:28:15] "POST /neutron/port HTTP/1.1" 200 117 0.007587 10.0.0.38 - - [2025-09-08 04:28:15] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.41 - - [2025-09-08 04:28:16] "POST /neutron/port HTTP/1.1" 200 1176 0.473134 10.0.0.41 - - [2025-09-08 04:28:16] "POST /neutron/port HTTP/1.1" 200 1230 0.204229 10.0.0.41 - - [2025-09-08 04:28:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004705 10.0.0.41 - - [2025-09-08 04:28:16] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.41 - - [2025-09-08 04:28:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009944 10.0.0.41 - - [2025-09-08 04:28:20] "POST /neutron/port HTTP/1.1" 200 1204 0.020343 10.0.0.41 - - [2025-09-08 04:28:20] "GET /virtual-machine/aa3acd2e-2440-402d-afba-dee00ed76848 HTTP/1.1" 401 292 0.000485 10.0.0.41 - - [2025-09-08 04:28:21] "GET /virtual-machine/aa3acd2e-2440-402d-afba-dee00ed76848 HTTP/1.1" 200 1301 0.030957 10.0.0.41 - - [2025-09-08 04:28:21] "GET /virtual-machine-interface/01c73661-0555-40e6-a656-e0698e6051d3 HTTP/1.1" 200 3174 0.006565 10.0.0.41 - - [2025-09-08 04:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.41 - - [2025-09-08 04:28:21] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004488 10.0.0.41 - - [2025-09-08 04:28:21] "GET /virtual-networks?parent_id=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003466 10.0.0.41 - - [2025-09-08 04:28:21] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007665 10.0.0.41 - - [2025-09-08 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.008528 10.0.0.41 - - [2025-09-08 04:28:24] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008083 10.0.0.41 - - [2025-09-08 04:28:24] "POST /neutron/port HTTP/1.1" 200 1204 0.024992 10.0.0.41 - - [2025-09-08 04:28:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004986 10.0.0.41 - - [2025-09-08 04:28:24] "POST /neutron/port HTTP/1.1" 200 117 0.001665 10.0.0.41 - - [2025-09-08 04:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.41 - - [2025-09-08 04:28:28] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005988 10.0.0.41 - - [2025-09-08 04:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.41 - - [2025-09-08 04:28:32] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006094 10.0.0.41 - - [2025-09-08 04:28:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006382 10.0.0.41 - - [2025-09-08 04:28:36] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006743 10.0.0.41 - - [2025-09-08 04:28:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.41 - - [2025-09-08 04:28:40] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007363 10.0.0.38 - - [2025-09-08 04:28:43] "DELETE /project/0cb29bbdd12647019e235540ced82b39 HTTP/1.1" 404 173 0.003143 10.0.0.38 - - [2025-09-08 04:28:43] "DELETE /project/81967ed4-16ef-43d4-8863-56f318197d61 HTTP/1.1" 404 177 0.006061 10.0.0.41 - - [2025-09-08 04:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005018 10.0.0.41 - - [2025-09-08 04:28:44] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009254 10.0.0.41 - - [2025-09-08 04:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.41 - - [2025-09-08 04:28:48] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007008 10.0.0.41 - - [2025-09-08 04:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.41 - - [2025-09-08 04:28:53] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006246 10.0.0.41 - - [2025-09-08 04:28:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.41 - - [2025-09-08 04:28:55] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004321 10.0.0.41 - - [2025-09-08 04:28:55] "GET /virtual-networks?parent_id=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003514 10.0.0.41 - - [2025-09-08 04:28:55] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007684 10.0.0.41 - - [2025-09-08 04:28:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010186 10.0.0.41 - - [2025-09-08 04:29:05] "POST /neutron/port HTTP/1.1" 200 1204 0.018591 10.0.0.41 - - [2025-09-08 04:29:06] "POST /neutron/security_group HTTP/1.1" 200 2066 0.031673 10.0.0.41 - - [2025-09-08 04:29:16] "POST /neutron/port HTTP/1.1" 200 1204 0.020715 10.0.0.41 - - [2025-09-08 04:29:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009829 10.0.0.41 - - [2025-09-08 04:29:21] "POST /neutron/port HTTP/1.1" 200 1204 0.018516 10.0.0.41 - - [2025-09-08 04:29:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009210 10.0.0.41 - - [2025-09-08 04:29:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001397 10.0.0.41 - - [2025-09-08 04:29:21] "GET /virtual-machine/aa3acd2e-2440-402d-afba-dee00ed76848 HTTP/1.1" 200 1301 0.005522 10.0.0.41 - - [2025-09-08 04:29:21] "GET /virtual-machine-interface/01c73661-0555-40e6-a656-e0698e6051d3 HTTP/1.1" 200 3174 0.008778 10.0.0.41 - - [2025-09-08 04:29:21] "GET /instance-ip/43845394-bfa3-44b3-971d-06914d3a2b57 HTTP/1.1" 200 1655 0.015359 10.0.0.41 - - [2025-09-08 04:29:21] "GET /instance-ip/485d6046-2979-4c67-b21f-6f33dbab4874 HTTP/1.1" 200 1638 0.012902 10.0.0.41 - - [2025-09-08 04:29:21] "POST /fqname-to-id HTTP/1.1" 404 218 0.005016 10.0.0.41 - - [2025-09-08 04:29:21] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007672 10.0.0.38 - - [2025-09-08 04:29:22] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001381 10.0.0.41 - - [2025-09-08 04:29:22] "GET /project/0cb29bbd-d126-4701-9e23-5540ced82b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.057686 10.0.0.41 - - [2025-09-08 04:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.41 - - [2025-09-08 04:29:22] "GET /security-group/95579b28-a854-4b86-aae4-1af3d6c6f0f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005614 10.0.0.41 - - [2025-09-08 04:29:22] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.116984 10.0.0.41 - - [2025-09-08 04:29:22] "POST /instance-ips HTTP/1.1" 200 357 0.079776 10.0.0.41 - - [2025-09-08 04:29:22] "GET /instance-ip/b3bf54cf-ac68-4d50-9ff9-eedb3336cd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.007384 10.0.0.41 - - [2025-09-08 04:29:22] "POST /instance-ips HTTP/1.1" 200 357 0.067427 10.0.0.41 - - [2025-09-08 04:29:22] "GET /instance-ip/9d024086-0959-4724-8303-835b0f3fc0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.009824 10.0.0.41 - - [2025-09-08 04:29:22] "GET /virtual-machine-interface/1b155870-371b-4d02-a586-9c7cf3d87fb6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006738 10.0.0.41 - - [2025-09-08 04:29:22] "GET /virtual-machine-interface/1b155870-371b-4d02-a586-9c7cf3d87fb6?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.008731 10.0.0.41 - - [2025-09-08 04:29:22] "GET /instance-ip/9d024086-0959-4724-8303-835b0f3fc0ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.006279 10.0.0.41 - - [2025-09-08 04:29:22] "GET /instance-ip/b3bf54cf-ac68-4d50-9ff9-eedb3336cd1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.006003 10.0.0.41 - - [2025-09-08 04:29:22] "POST /id-to-fqname HTTP/1.1" 200 228 0.001953 10.0.0.41 - - [2025-09-08 04:29:22] "POST /neutron/port HTTP/1.1" 200 1204 0.020109 10.0.0.41 - - [2025-09-08 04:29:23] "POST /neutron/port HTTP/1.1" 200 1082 0.060596 10.0.0.41 - - [2025-09-08 04:29:23] "POST /neutron/port HTTP/1.1" 200 1082 0.014997 10.0.0.41 - - [2025-09-08 04:29:23] "POST /neutron/port HTTP/1.1" 200 117 0.008166 10.0.0.41 - - [2025-09-08 04:29:24] "POST /neutron/network HTTP/1.1" 200 1017 0.012843 10.0.0.41 - - [2025-09-08 04:29:24] "POST /neutron/port HTTP/1.1" 200 1175 0.186494 10.0.0.41 - - [2025-09-08 04:29:24] "POST /neutron/port HTTP/1.1" 200 1149 0.028483 10.0.0.41 - - [2025-09-08 04:29:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005432 10.0.0.41 - - [2025-09-08 04:29:24] "POST /neutron/subnet HTTP/1.1" 200 1389 0.020876 10.0.0.41 - - [2025-09-08 04:29:24] "POST /neutron/port HTTP/1.1" 200 117 0.001435 10.0.0.41 - - [2025-09-08 04:29:24] "POST /neutron/network HTTP/1.1" 200 1007 0.013022 10.0.0.41 - - [2025-09-08 04:29:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009671 10.0.0.41 - - [2025-09-08 04:29:28] "POST /neutron/port HTTP/1.1" 200 1149 0.021163 10.0.0.41 - - [2025-09-08 04:29:28] "GET /virtual-machine/c7c03698-b00a-443e-b3a1-0f2bbf81283d HTTP/1.1" 200 1279 0.007536 10.0.0.41 - - [2025-09-08 04:29:28] "GET /virtual-machine-interface/1b155870-371b-4d02-a586-9c7cf3d87fb6 HTTP/1.1" 200 3225 0.008006 10.0.0.41 - - [2025-09-08 04:29:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004195 10.0.0.41 - - [2025-09-08 04:29:28] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.003983 10.0.0.41 - - [2025-09-08 04:29:28] "GET /virtual-networks?parent_id=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003717 10.0.0.41 - - [2025-09-08 04:29:28] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007161 10.0.0.41 - - [2025-09-08 04:29:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005963 10.0.0.41 - - [2025-09-08 04:29:32] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007448 10.0.0.41 - - [2025-09-08 04:29:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.41 - - [2025-09-08 04:29:36] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007600 10.0.0.41 - - [2025-09-08 04:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.41 - - [2025-09-08 04:29:40] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006569 10.0.0.41 - - [2025-09-08 04:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.41 - - [2025-09-08 04:29:44] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.005735 10.0.0.41 - - [2025-09-08 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004452 10.0.0.41 - - [2025-09-08 04:29:48] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007090 10.0.0.41 - - [2025-09-08 04:29:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.41 - - [2025-09-08 04:29:52] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.008107 10.0.0.27 - - [2025-09-08 04:29:56] "GET /obj-perms HTTP/1.1" 200 5056 0.062547 10.0.0.41 - - [2025-09-08 04:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.41 - - [2025-09-08 04:29:56] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006627 10.0.0.41 - - [2025-09-08 04:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004935 10.0.0.41 - - [2025-09-08 04:30:00] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006900 10.0.0.41 - - [2025-09-08 04:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004526 10.0.0.41 - - [2025-09-08 04:30:04] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006979 10.0.0.41 - - [2025-09-08 04:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004536 10.0.0.41 - - [2025-09-08 04:30:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004794 10.0.0.41 - - [2025-09-08 04:30:09] "GET /virtual-networks?parent_id=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004387 10.0.0.41 - - [2025-09-08 04:30:09] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.007935 10.0.0.41 - - [2025-09-08 04:30:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009388 10.0.0.41 - - [2025-09-08 04:30:18] "POST /neutron/port HTTP/1.1" 200 1149 0.019161 10.0.0.41 - - [2025-09-08 04:30:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011174 10.0.0.41 - - [2025-09-08 04:30:26] "POST /neutron/port HTTP/1.1" 200 1204 0.019080 10.0.0.41 - - [2025-09-08 04:30:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004851 10.0.0.41 - - [2025-09-08 04:30:26] "POST /neutron/port HTTP/1.1" 200 117 0.001364 10.0.0.41 - - [2025-09-08 04:30:30] "POST /id-to-fqname HTTP/1.1" 200 228 0.001647 10.0.0.41 - - [2025-09-08 04:30:30] "POST /neutron/port HTTP/1.1" 200 2235 0.020894 10.0.0.38 - - [2025-09-08 04:30:31] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001207 10.0.0.41 - - [2025-09-08 04:30:31] "GET /project/0cb29bbd-d126-4701-9e23-5540ced82b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.072417 10.0.0.41 - - [2025-09-08 04:30:31] "POST /neutron/network HTTP/1.1" 200 1003 0.012751 10.0.0.41 - - [2025-09-08 04:30:31] "POST /neutron/port HTTP/1.1" 200 117 0.010005 10.0.0.38 - - [2025-09-08 04:30:31] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001306 10.0.0.41 - - [2025-09-08 04:30:32] "POST /neutron/port HTTP/1.1" 200 1172 0.372241 10.0.0.41 - - [2025-09-08 04:30:32] "POST /neutron/port HTTP/1.1" 200 1226 0.196980 10.0.0.41 - - [2025-09-08 04:30:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004970 10.0.0.41 - - [2025-09-08 04:30:32] "POST /neutron/port HTTP/1.1" 200 117 0.001593 10.0.0.41 - - [2025-09-08 04:30:36] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008869 10.0.0.41 - - [2025-09-08 04:30:36] "POST /neutron/port HTTP/1.1" 200 1200 0.021416 10.0.0.41 - - [2025-09-08 04:30:36] "GET /virtual-machine/ad8b3669-ee44-4245-87ee-bb6963bfc22c HTTP/1.1" 200 1300 0.007320 10.0.0.41 - - [2025-09-08 04:30:36] "GET /virtual-machine-interface/2d2969af-7713-408a-abb5-d8a8848bd1bb HTTP/1.1" 200 3175 0.006706 10.0.0.41 - - [2025-09-08 04:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.41 - - [2025-09-08 04:30:36] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004327 10.0.0.41 - - [2025-09-08 04:30:36] "GET /virtual-networks?parent_id=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004513 10.0.0.41 - - [2025-09-08 04:30:36] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007796 10.0.0.41 - - [2025-09-08 04:30:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.41 - - [2025-09-08 04:30:39] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006382 10.0.0.41 - - [2025-09-08 04:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004807 10.0.0.41 - - [2025-09-08 04:30:44] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007094 10.0.0.41 - - [2025-09-08 04:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.41 - - [2025-09-08 04:30:48] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006736 10.0.0.41 - - [2025-09-08 04:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.41 - - [2025-09-08 04:30:52] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006499 10.0.0.41 - - [2025-09-08 04:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.41 - - [2025-09-08 04:30:56] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007736 10.0.0.41 - - [2025-09-08 04:30:57] "GET /obj-perms HTTP/1.1" 200 5056 0.055899 10.0.0.41 - - [2025-09-08 04:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.41 - - [2025-09-08 04:31:00] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006240 10.0.0.41 - - [2025-09-08 04:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004411 10.0.0.41 - - [2025-09-08 04:31:04] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006209 10.0.0.41 - - [2025-09-08 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004378 10.0.0.41 - - [2025-09-08 04:31:08] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007361 10.0.0.41 - - [2025-09-08 04:31:09] "POST /neutron/port HTTP/1.1" 200 1200 0.020133 10.0.0.41 - - [2025-09-08 04:31:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004599 10.0.0.41 - - [2025-09-08 04:31:09] "POST /neutron/port HTTP/1.1" 200 117 0.001513 10.0.0.41 - - [2025-09-08 04:31:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004348 10.0.0.41 - - [2025-09-08 04:31:10] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005496 10.0.0.41 - - [2025-09-08 04:31:10] "GET /virtual-networks?parent_id=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004176 10.0.0.41 - - [2025-09-08 04:31:11] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007572 10.0.0.41 - - [2025-09-08 04:31:11] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009237 10.0.0.41 - - [2025-09-08 04:31:20] "POST /neutron/port HTTP/1.1" 200 1200 0.021933 10.0.0.41 - - [2025-09-08 04:31:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010740 10.0.0.41 - - [2025-09-08 04:31:28] "POST /neutron/port HTTP/1.1" 200 1149 0.017726 10.0.0.41 - - [2025-09-08 04:31:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005631 10.0.0.41 - - [2025-09-08 04:31:28] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.41 - - [2025-09-08 04:31:31] "POST /neutron/port HTTP/1.1" 200 1200 0.019270 10.0.0.41 - - [2025-09-08 04:31:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009114 10.0.0.41 - - [2025-09-08 04:31:32] "POST /neutron/port HTTP/1.1" 200 1200 0.026771 10.0.0.41 - - [2025-09-08 04:31:32] "POST /neutron/network HTTP/1.1" 200 1003 0.012757 10.0.0.41 - - [2025-09-08 04:31:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001575 10.0.0.41 - - [2025-09-08 04:31:32] "GET /virtual-machine/ad8b3669-ee44-4245-87ee-bb6963bfc22c HTTP/1.1" 200 1300 0.005186 10.0.0.41 - - [2025-09-08 04:31:32] "GET /virtual-machine-interface/2d2969af-7713-408a-abb5-d8a8848bd1bb HTTP/1.1" 200 3175 0.007594 10.0.0.41 - - [2025-09-08 04:31:32] "GET /instance-ip/77aae957-03bc-4f9e-a411-f531805efd25 HTTP/1.1" 200 1634 0.007935 10.0.0.41 - - [2025-09-08 04:31:32] "GET /instance-ip/944ff253-c5d4-4e7e-8c60-27bb27148621 HTTP/1.1" 200 1656 0.007313 10.0.0.41 - - [2025-09-08 04:31:32] "POST /fqname-to-id HTTP/1.1" 404 230 0.004441 10.0.0.41 - - [2025-09-08 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003608 10.0.0.38 - - [2025-09-08 04:31:32] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001847 10.0.0.41 - - [2025-09-08 04:31:32] "GET /project/0cb29bbd-d126-4701-9e23-5540ced82b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.056573 10.0.0.41 - - [2025-09-08 04:31:32] "POST /network-policys HTTP/1.1" 200 569 0.035348 10.0.0.41 - - [2025-09-08 04:31:32] "GET /network-policy/f9ebb29a-e7be-45ae-87d9-19bb71e780a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.007396 10.0.0.41 - - [2025-09-08 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.41 - - [2025-09-08 04:31:32] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.006462 10.0.0.41 - - [2025-09-08 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.41 - - [2025-09-08 04:31:32] "GET /network-policy/f9ebb29a-e7be-45ae-87d9-19bb71e780a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005192 10.0.0.41 - - [2025-09-08 04:31:32] "POST /ref-update HTTP/1.1" 200 156 0.058790 10.0.0.27 - - [2025-09-08 04:31:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.047906 10.0.0.41 - - [2025-09-08 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004337 10.0.0.41 - - [2025-09-08 04:31:32] "GET /network-policy/f9ebb29a-e7be-45ae-87d9-19bb71e780a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005359 10.0.0.41 - - [2025-09-08 04:31:33] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008726 10.0.0.41 - - [2025-09-08 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004475 10.0.0.41 - - [2025-09-08 04:31:33] "GET /network-policy/f9ebb29a-e7be-45ae-87d9-19bb71e780a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004875 10.0.0.41 - - [2025-09-08 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.41 - - [2025-09-08 04:31:33] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006836 10.0.0.41 - - [2025-09-08 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004472 10.0.0.41 - - [2025-09-08 04:31:33] "GET /network-policy/f9ebb29a-e7be-45ae-87d9-19bb71e780a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004546 10.0.0.41 - - [2025-09-08 04:31:33] "POST /ref-update HTTP/1.1" 200 156 0.074227 10.0.0.41 - - [2025-09-08 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.015617 10.0.0.27 - - [2025-09-08 04:31:33] "POST /fqname-to-id HTTP/1.1" 404 242 0.004680 10.0.0.41 - - [2025-09-08 04:31:33] "GET /network-policy/f9ebb29a-e7be-45ae-87d9-19bb71e780a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.004259 10.0.0.41 - - [2025-09-08 04:31:33] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2954 0.009930 10.0.0.41 - - [2025-09-08 04:31:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.008685 10.0.0.41 - - [2025-09-08 04:31:33] "GET /network-policy/f9ebb29a-e7be-45ae-87d9-19bb71e780a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.015353 10.0.0.41 - - [2025-09-08 04:31:33] "GET /virtual-machine-interface/2d2969af-7713-408a-abb5-d8a8848bd1bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006668 10.0.0.27 - - [2025-09-08 04:31:33] "PUT /access-control-list/092b584d-46d4-404e-8c73-c274954be5b9 HTTP/1.1" 200 272 0.088784 10.0.0.41 - - [2025-09-08 04:31:33] "PUT /virtual-machine-interface/2d2969af-7713-408a-abb5-d8a8848bd1bb HTTP/1.1" 200 284 0.055602 10.0.0.41 - - [2025-09-08 04:31:33] "GET /virtual-machine-interface/2d2969af-7713-408a-abb5-d8a8848bd1bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3073 0.006998 10.0.0.41 - - [2025-09-08 04:31:33] "PUT /virtual-machine-interface/2d2969af-7713-408a-abb5-d8a8848bd1bb HTTP/1.1" 200 284 0.019741 10.0.0.38 - - [2025-09-08 04:31:58] "GET /obj-perms HTTP/1.1" 200 5056 0.045923 10.0.0.41 - - [2025-09-08 04:32:11] "POST /neutron/port HTTP/1.1" 200 1200 0.019285 10.0.0.41 - - [2025-09-08 04:32:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005000 10.0.0.41 - - [2025-09-08 04:32:11] "POST /neutron/port HTTP/1.1" 200 117 0.001704 10.0.0.41 - - [2025-09-08 04:32:30] "POST /neutron/port HTTP/1.1" 200 1204 0.019918 10.0.0.41 - - [2025-09-08 04:32:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004861 10.0.0.41 - - [2025-09-08 04:32:30] "POST /neutron/port HTTP/1.1" 200 117 0.001289 10.0.0.38 - - [2025-09-08 04:32:58] "GET /global-system-configs HTTP/1.1" 200 322 0.155973 10.0.0.27 - - [2025-09-08 04:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.048945 10.0.0.27 - - [2025-09-08 04:32:59] "GET /global-system-configs HTTP/1.1" 200 322 0.089132 10.0.0.41 - - [2025-09-08 04:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.165749 10.0.0.27 - - [2025-09-08 04:32:59] "GET /global-system-configs HTTP/1.1" 200 322 0.105981 10.0.0.38 - - [2025-09-08 04:32:59] "GET /obj-perms HTTP/1.1" 200 5056 0.167371 10.0.0.38 - - [2025-09-08 04:33:00] "GET /global-system-configs HTTP/1.1" 200 322 0.047579 10.0.0.27 - - [2025-09-08 04:33:00] "GET /obj-perms HTTP/1.1" 200 5056 0.132348 10.0.0.41 - - [2025-09-08 04:33:01] "GET /global-system-configs HTTP/1.1" 200 322 0.069660 10.0.0.41 - - [2025-09-08 04:33:01] "GET /obj-perms HTTP/1.1" 200 5056 0.159256 10.0.0.41 - - [2025-09-08 04:33:01] "GET /global-system-configs HTTP/1.1" 200 322 0.044443 10.0.0.38 - - [2025-09-08 04:33:01] "GET /obj-perms HTTP/1.1" 200 5056 0.161655 10.0.0.41 - - [2025-09-08 04:33:13] "POST /neutron/port HTTP/1.1" 200 1200 0.027934 10.0.0.41 - - [2025-09-08 04:33:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005204 10.0.0.41 - - [2025-09-08 04:33:13] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.41 - - [2025-09-08 04:33:30] "POST /neutron/port HTTP/1.1" 200 1149 0.043734 10.0.0.41 - - [2025-09-08 04:33:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005117 10.0.0.41 - - [2025-09-08 04:33:30] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.41 - - [2025-09-08 04:33:37] "POST /ref-update HTTP/1.1" 200 156 0.090688 10.0.0.41 - - [2025-09-08 04:33:37] "POST /neutron/network HTTP/1.1" 200 1003 0.040061 10.0.0.41 - - [2025-09-08 04:33:37] "GET /virtual-network/03759a38-c523-472b-a6e5-c26b89687885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006264 10.0.0.41 - - [2025-09-08 04:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003682 10.0.0.41 - - [2025-09-08 04:33:37] "GET /network-policy/f9ebb29a-e7be-45ae-87d9-19bb71e780a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005124 10.0.0.27 - - [2025-09-08 04:33:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.006299 10.0.0.41 - - [2025-09-08 04:33:37] "POST /ref-update HTTP/1.1" 200 156 0.057514 10.0.0.41 - - [2025-09-08 04:33:37] "GET /virtual-network/1d644293-7780-44c6-bd95-9af81719763c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2642 0.009665 10.0.0.41 - - [2025-09-08 04:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.41 - - [2025-09-08 04:33:37] "GET /network-policy/f9ebb29a-e7be-45ae-87d9-19bb71e780a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2167 0.005194 10.0.0.41 - - [2025-09-08 04:33:37] "DELETE /network-policy/f9ebb29a-e7be-45ae-87d9-19bb71e780a2 HTTP/1.1" 200 115 0.041128 10.0.0.41 - - [2025-09-08 04:33:37] "DELETE /instance-ip/9d024086-0959-4724-8303-835b0f3fc0ce HTTP/1.1" 200 115 0.064575 10.0.0.27 - - [2025-09-08 04:33:37] "DELETE /access-control-list/092b584d-46d4-404e-8c73-c274954be5b9 HTTP/1.1" 200 115 0.074803 10.0.0.41 - - [2025-09-08 04:33:37] "DELETE /instance-ip/b3bf54cf-ac68-4d50-9ff9-eedb3336cd1a HTTP/1.1" 200 115 0.080357 10.0.0.41 - - [2025-09-08 04:33:37] "DELETE /virtual-machine-interface/1b155870-371b-4d02-a586-9c7cf3d87fb6 HTTP/1.1" 200 115 0.118355 10.0.0.41 - - [2025-09-08 04:33:38] "POST /neutron/network HTTP/1.1" 400 204 0.015948 10.0.0.41 - - [2025-09-08 04:33:38] "POST /neutron/port HTTP/1.1" 200 151 0.249204 10.0.0.41 - - [2025-09-08 04:33:38] "POST /neutron/port HTTP/1.1" 200 1204 0.019232 10.0.0.41 - - [2025-09-08 04:33:40] "POST /neutron/network HTTP/1.1" 200 1003 0.015473 10.0.0.27 - - [2025-09-08 04:33:40] "DELETE /route-target/8bcf2b36-d26c-44eb-be50-93da5f5f6045 HTTP/1.1" 200 115 0.028559 10.0.0.38 - - [2025-09-08 04:33:40] "POST /useragent-kv HTTP/1.1" 200 115 0.068536 10.0.0.38 - - [2025-09-08 04:33:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003358 10.0.0.38 - - [2025-09-08 04:33:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003572 10.0.0.38 - - [2025-09-08 04:33:40] "POST /useragent-kv HTTP/1.1" 200 115 0.002965 10.0.0.41 - - [2025-09-08 04:33:40] "POST /neutron/network HTTP/1.1" 200 151 0.226095 10.0.0.38 - - [2025-09-08 04:33:44] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001398 10.0.0.41 - - [2025-09-08 04:33:44] "GET /project/0cb29bbd-d126-4701-9e23-5540ced82b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1394 0.069437 10.0.0.38 - - [2025-09-08 04:33:44] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001168 10.0.0.41 - - [2025-09-08 04:33:44] "GET /project/0cb29bbd-d126-4701-9e23-5540ced82b39?fields=virtual_networks HTTP/1.1" 200 1047 0.047480 10.0.0.38 - - [2025-09-08 04:33:44] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001354 10.0.0.41 - - [2025-09-08 04:33:44] "GET /project/0cb29bbd-d126-4701-9e23-5540ced82b39?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.048421 10.0.0.38 - - [2025-09-08 04:33:44] "GET /projects?obj_uuids=0cb29bbd-d126-4701-9e23-5540ced82b39&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001605 10.0.0.41 - - [2025-09-08 04:33:44] "GET /project/0cb29bbd-d126-4701-9e23-5540ced82b39?fields=security_groups HTTP/1.1" 200 1281 0.040592 10.0.0.41 - - [2025-09-08 04:33:45] "POST /fqname-to-id HTTP/1.1" 404 192 0.033071 10.0.0.38 - - [2025-09-08 04:33:45] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003825 10.0.0.38 - - [2025-09-08 04:33:45] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001466 10.0.0.38 - - [2025-09-08 04:33:45] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039404 10.0.0.38 - - [2025-09-08 04:33:45] "POST /id-to-fqname HTTP/1.1" 200 194 0.003945 10.0.0.38 - - [2025-09-08 04:33:45] "POST /fqname-to-id HTTP/1.1" 404 203 0.006716 10.0.0.38 - - [2025-09-08 04:33:45] "POST /security-groups HTTP/1.1" 200 595 0.037080 10.0.0.27 - - [2025-09-08 04:33:45] "POST /fqname-to-id HTTP/1.1" 404 238 0.007140 10.0.0.38 - - [2025-09-08 04:33:45] "POST /projects HTTP/1.1" 200 593 0.289309 10.0.0.38 - - [2025-09-08 04:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.366460 10.0.0.27 - - [2025-09-08 04:33:45] "POST /access-control-lists HTTP/1.1" 200 598 0.039146 10.0.0.41 - - [2025-09-08 04:33:45] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.561056 10.0.0.41 - - [2025-09-08 04:33:47] "GET / HTTP/1.1" 200 35931 0.002538 10.0.0.41 - - [2025-09-08 04:33:48] "POST /fqname-to-id HTTP/1.1" 401 292 0.000515 10.0.0.41 - - [2025-09-08 04:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.056471 10.0.0.38 - - [2025-09-08 04:33:49] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001123 10.0.0.41 - - [2025-09-08 04:33:49] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.050621 10.0.0.38 - - [2025-09-08 04:33:50] "POST /useragent-kv HTTP/1.1" 200 115 0.006649 10.0.0.41 - - [2025-09-08 04:33:50] "POST /neutron/subnet HTTP/1.1" 200 724 0.271206 10.0.0.41 - - [2025-09-08 04:33:50] "POST /id-to-fqname HTTP/1.1" 200 224 0.001602 10.0.0.41 - - [2025-09-08 04:33:50] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.010092 10.0.0.41 - - [2025-09-08 04:33:50] "POST /neutron/network HTTP/1.1" 200 1002 0.011266 10.0.0.41 - - [2025-09-08 04:33:50] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006606 10.0.0.41 - - [2025-09-08 04:33:50] "POST /neutron/subnet HTTP/1.1" 200 828 0.012286 10.0.0.41 - - [2025-09-08 04:33:51] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007899 10.0.0.27 - - [2025-09-08 04:33:52] "GET /obj-perms HTTP/1.1" 200 5038 0.051455 10.0.0.41 - - [2025-09-08 04:33:52] "POST /id-to-fqname HTTP/1.1" 200 224 0.001798 10.0.0.38 - - [2025-09-08 04:33:53] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001145 10.0.0.41 - - [2025-09-08 04:33:53] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.086816 10.0.0.41 - - [2025-09-08 04:33:54] "POST /neutron/port HTTP/1.1" 200 117 0.007267 10.0.0.41 - - [2025-09-08 04:33:54] "POST /id-to-fqname HTTP/1.1" 200 224 0.001645 10.0.0.41 - - [2025-09-08 04:33:54] "POST /neutron/network HTTP/1.1" 200 1012 0.010652 10.0.0.41 - - [2025-09-08 04:33:55] "POST /neutron/port HTTP/1.1" 200 1171 0.027149 10.0.0.38 - - [2025-09-08 04:33:55] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001114 10.0.0.41 - - [2025-09-08 04:33:55] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.069362 10.0.0.41 - - [2025-09-08 04:33:55] "POST /neutron/network HTTP/1.1" 200 1002 0.009229 10.0.0.41 - - [2025-09-08 04:33:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004638 10.0.0.41 - - [2025-09-08 04:33:55] "POST /neutron/subnet HTTP/1.1" 200 1384 0.029786 10.0.0.41 - - [2025-09-08 04:33:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.001522 10.0.0.41 - - [2025-09-08 04:33:55] "POST /neutron/port HTTP/1.1" 200 117 0.001420 10.0.0.41 - - [2025-09-08 04:33:55] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009579 10.0.0.38 - - [2025-09-08 04:33:56] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001235 10.0.0.41 - - [2025-09-08 04:33:56] "POST /neutron/port HTTP/1.1" 200 1171 0.374943 10.0.0.41 - - [2025-09-08 04:33:56] "POST /neutron/port HTTP/1.1" 200 1225 0.150764 10.0.0.38 - - [2025-09-08 04:33:56] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001096 10.0.0.41 - - [2025-09-08 04:33:56] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.095037 10.0.0.41 - - [2025-09-08 04:33:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005116 10.0.0.41 - - [2025-09-08 04:33:57] "POST /neutron/port HTTP/1.1" 200 117 0.001587 10.0.0.41 - - [2025-09-08 04:33:57] "POST /neutron/port HTTP/1.1" 200 2280 0.032078 10.0.0.41 - - [2025-09-08 04:33:57] "POST /neutron/port HTTP/1.1" 200 1199 0.022154 10.0.0.41 - - [2025-09-08 04:33:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010133 10.0.0.41 - - [2025-09-08 04:33:57] "GET /virtual-machine/c93f7b66-2796-4128-816b-9098e7345b6a HTTP/1.1" 401 292 0.000454 10.0.0.41 - - [2025-09-08 04:33:57] "POST /neutron/network HTTP/1.1" 200 1012 0.010806 10.0.0.41 - - [2025-09-08 04:33:58] "GET /virtual-machine/c93f7b66-2796-4128-816b-9098e7345b6a HTTP/1.1" 200 1296 0.037837 10.0.0.41 - - [2025-09-08 04:33:58] "GET /virtual-machine-interface/e49937d2-4082-4087-aec2-738190b39587 HTTP/1.1" 200 3156 0.007698 10.0.0.41 - - [2025-09-08 04:33:58] "POST /neutron/port HTTP/1.1" 200 1171 0.027267 10.0.0.41 - - [2025-09-08 04:33:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005724 10.0.0.41 - - [2025-09-08 04:33:58] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.007025 10.0.0.41 - - [2025-09-08 04:33:58] "GET /virtual-networks?parent_id=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003549 10.0.0.41 - - [2025-09-08 04:33:58] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.026997 10.0.0.41 - - [2025-09-08 04:33:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004959 10.0.0.41 - - [2025-09-08 04:33:58] "POST /neutron/port HTTP/1.1" 200 117 0.001531 10.0.0.41 - - [2025-09-08 04:34:00] "GET /obj-perms HTTP/1.1" 200 5056 0.048144 10.0.0.41 - - [2025-09-08 04:34:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.41 - - [2025-09-08 04:34:01] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007108 10.0.0.41 - - [2025-09-08 04:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004167 10.0.0.41 - - [2025-09-08 04:34:05] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006258 10.0.0.41 - - [2025-09-08 04:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.41 - - [2025-09-08 04:34:09] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007077 10.0.0.27 - - [2025-09-08 04:34:11] "DELETE /access-control-list/cdfca807-bc8b-4e6e-a09b-d8fac225be85 HTTP/1.1" 200 115 0.044342 10.0.0.41 - - [2025-09-08 04:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004339 10.0.0.41 - - [2025-09-08 04:34:13] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006547 10.0.0.41 - - [2025-09-08 04:34:14] "POST /neutron/port HTTP/1.1" 200 1199 0.022332 10.0.0.41 - - [2025-09-08 04:34:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004665 10.0.0.41 - - [2025-09-08 04:34:14] "POST /neutron/port HTTP/1.1" 200 117 0.001790 10.0.0.41 - - [2025-09-08 04:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.41 - - [2025-09-08 04:34:17] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006720 10.0.0.41 - - [2025-09-08 04:34:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.41 - - [2025-09-08 04:34:21] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006133 10.0.0.41 - - [2025-09-08 04:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.41 - - [2025-09-08 04:34:25] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006433 10.0.0.41 - - [2025-09-08 04:34:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.41 - - [2025-09-08 04:34:30] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006141 10.0.0.41 - - [2025-09-08 04:34:30] "POST /neutron/port HTTP/1.1" 200 1199 0.018919 10.0.0.41 - - [2025-09-08 04:34:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005915 10.0.0.41 - - [2025-09-08 04:34:30] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.41 - - [2025-09-08 04:34:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.41 - - [2025-09-08 04:34:34] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006480 10.0.0.41 - - [2025-09-08 04:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004532 10.0.0.41 - - [2025-09-08 04:34:38] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007353 10.0.0.41 - - [2025-09-08 04:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.41 - - [2025-09-08 04:34:40] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004471 10.0.0.41 - - [2025-09-08 04:34:40] "GET /virtual-networks?parent_id=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004438 10.0.0.41 - - [2025-09-08 04:34:40] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008596 10.0.0.41 - - [2025-09-08 04:34:40] "POST /neutron/port HTTP/1.1" 200 1199 0.020559 10.0.0.38 - - [2025-09-08 04:34:43] "DELETE /project/0cb29bbd-d126-4701-9e23-5540ced82b39 HTTP/1.1" 404 177 0.003893 10.0.0.38 - - [2025-09-08 04:34:43] "DELETE /project/5ade8bf5a0ac4366a31d10948a707815 HTTP/1.1" 404 173 0.007348 10.0.0.41 - - [2025-09-08 04:34:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009982 10.0.0.41 - - [2025-09-08 04:34:49] "POST /neutron/port HTTP/1.1" 200 1199 0.050667 10.0.0.41 - - [2025-09-08 04:34:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009017 10.0.0.41 - - [2025-09-08 04:34:55] "POST /neutron/port HTTP/1.1" 200 1199 0.021447 10.0.0.38 - - [2025-09-08 04:35:00] "GET /obj-perms HTTP/1.1" 200 5056 0.053785 10.0.0.41 - - [2025-09-08 04:35:01] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010047 10.0.0.41 - - [2025-09-08 04:35:01] "POST /neutron/port HTTP/1.1" 200 1199 0.026055 10.0.0.41 - - [2025-09-08 04:35:01] "GET /virtual-machine/66231c4f-9ecc-4770-9032-5535e6c70d30 HTTP/1.1" 200 1296 0.007492 10.0.0.41 - - [2025-09-08 04:35:01] "GET /virtual-machine-interface/bad4495f-ab34-4409-b365-ec59c7fe4bf8 HTTP/1.1" 200 3156 0.007761 10.0.0.41 - - [2025-09-08 04:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004745 10.0.0.41 - - [2025-09-08 04:35:01] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005312 10.0.0.41 - - [2025-09-08 04:35:01] "GET /virtual-networks?parent_id=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004445 10.0.0.41 - - [2025-09-08 04:35:01] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007593 10.0.0.41 - - [2025-09-08 04:35:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.41 - - [2025-09-08 04:35:02] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.004153 10.0.0.41 - - [2025-09-08 04:35:02] "GET /virtual-networks?parent_id=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003757 10.0.0.41 - - [2025-09-08 04:35:02] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008771 10.0.0.41 - - [2025-09-08 04:35:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008893 10.0.0.41 - - [2025-09-08 04:35:08] "POST /neutron/port HTTP/1.1" 200 1199 0.016649 10.0.0.41 - - [2025-09-08 04:35:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008616 10.0.0.41 - - [2025-09-08 04:35:08] "GET /virtual-machine/d4230522-79b7-4d2f-bbca-1ec91b0dd0d9 HTTP/1.1" 200 1297 0.007484 10.0.0.41 - - [2025-09-08 04:35:08] "GET /virtual-machine-interface/08bb211f-951f-4ede-b909-44cfa7b54d43 HTTP/1.1" 200 3154 0.006625 10.0.0.41 - - [2025-09-08 04:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.41 - - [2025-09-08 04:35:08] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005394 10.0.0.41 - - [2025-09-08 04:35:08] "GET /virtual-networks?parent_id=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003974 10.0.0.41 - - [2025-09-08 04:35:08] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007256 10.0.0.41 - - [2025-09-08 04:35:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004244 10.0.0.41 - - [2025-09-08 04:35:09] "GET /global-vrouter-config/3920f56f-3f00-4279-a978-b8b9ea1214e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1614 0.005970 10.0.0.41 - - [2025-09-08 04:35:09] "GET /virtual-networks?parent_id=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004145 10.0.0.41 - - [2025-09-08 04:35:09] "GET /virtual-network/f1831fae-d04c-470b-9e14-59d042ba5b75?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006900 10.0.0.41 - - [2025-09-08 04:35:09] "GET /virtual-machine-interface/08bb211f-951f-4ede-b909-44cfa7b54d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2739 0.007666 10.0.0.41 - - [2025-09-08 04:35:09] "PUT /virtual-machine-interface/08bb211f-951f-4ede-b909-44cfa7b54d43 HTTP/1.1" 200 284 0.023336 10.0.0.41 - - [2025-09-08 04:35:16] "POST /neutron/network HTTP/1.1" 200 1012 0.011179 10.0.0.41 - - [2025-09-08 04:35:16] "POST /neutron/subnet HTTP/1.1" 200 1384 0.015058 10.0.0.41 - - [2025-09-08 04:35:16] "POST /neutron/network HTTP/1.1" 200 1002 0.010510 10.0.0.41 - - [2025-09-08 04:35:31] "POST /neutron/network HTTP/1.1" 200 1012 0.022681 10.0.0.41 - - [2025-09-08 04:35:31] "POST /neutron/subnet HTTP/1.1" 200 1384 0.017028 10.0.0.41 - - [2025-09-08 04:35:31] "POST /neutron/network HTTP/1.1" 200 1002 0.009681 10.0.0.41 - - [2025-09-08 04:36:16] "POST /neutron/network HTTP/1.1" 200 1012 0.036088 10.0.0.41 - - [2025-09-08 04:36:16] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016351 10.0.0.41 - - [2025-09-08 04:36:16] "POST /neutron/network HTTP/1.1" 200 1002 0.011077 10.0.0.41 - - [2025-09-08 04:36:33] "POST /neutron/network HTTP/1.1" 200 1012 0.011856 10.0.0.41 - - [2025-09-08 04:36:33] "POST /neutron/subnet HTTP/1.1" 200 1384 0.016037 10.0.0.41 - - [2025-09-08 04:36:33] "POST /neutron/network HTTP/1.1" 200 1002 0.011139 10.0.0.41 - - [2025-09-08 04:36:36] "POST /neutron/port HTTP/1.1" 200 1199 0.020643 10.0.0.41 - - [2025-09-08 04:36:36] "POST /neutron/port HTTP/1.1" 200 151 0.385658 10.0.0.41 - - [2025-09-08 04:36:36] "POST /neutron/port HTTP/1.1" 200 151 0.396251 10.0.0.41 - - [2025-09-08 04:36:37] "POST /neutron/network HTTP/1.1" 200 1002 0.012236 10.0.0.27 - - [2025-09-08 04:36:38] "DELETE /route-target/ee0b79e0-15e4-484a-becd-1582922250a8 HTTP/1.1" 200 115 0.034935 10.0.0.38 - - [2025-09-08 04:36:39] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001150 10.0.0.41 - - [2025-09-08 04:36:39] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.049009 10.0.0.38 - - [2025-09-08 04:36:39] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001073 10.0.0.41 - - [2025-09-08 04:36:39] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?fields=virtual_networks HTTP/1.1" 200 1040 0.053800 10.0.0.38 - - [2025-09-08 04:36:39] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001870 10.0.0.41 - - [2025-09-08 04:36:40] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.048540 10.0.0.38 - - [2025-09-08 04:36:40] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001456 10.0.0.41 - - [2025-09-08 04:36:40] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?fields=security_groups HTTP/1.1" 200 1270 0.061965 10.0.0.41 - - [2025-09-08 04:36:41] "POST /fqname-to-id HTTP/1.1" 404 188 0.025563 10.0.0.38 - - [2025-09-08 04:36:41] "GET /projects?obj_uuids=c8b8e97c-85cd-4476-bc97-72ad0061b0b7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004683 10.0.0.38 - - [2025-09-08 04:36:41] "GET /domains?obj_uuids=729830a9-0e71-496c-9bfd-570f28a4effe&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.38 - - [2025-09-08 04:36:41] "GET /domain/729830a9-0e71-496c-9bfd-570f28a4effe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008600 10.0.0.38 - - [2025-09-08 04:36:41] "POST /id-to-fqname HTTP/1.1" 200 190 0.004554 10.0.0.38 - - [2025-09-08 04:36:41] "POST /fqname-to-id HTTP/1.1" 404 199 0.006241 10.0.0.38 - - [2025-09-08 04:36:41] "POST /security-groups HTTP/1.1" 200 591 0.084831 10.0.0.38 - - [2025-09-08 04:36:41] "POST /projects HTTP/1.1" 200 585 0.325798 10.0.0.38 - - [2025-09-08 04:36:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.399138 10.0.0.27 - - [2025-09-08 04:36:41] "POST /fqname-to-id HTTP/1.1" 404 233 0.017779 10.0.0.41 - - [2025-09-08 04:36:41] "GET /project/c8b8e97c-85cd-4476-bc97-72ad0061b0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.537863 10.0.0.41 - - [2025-09-08 04:36:42] "GET / HTTP/1.1" 200 35931 0.002084 10.0.0.38 - - [2025-09-08 04:36:44] "DELETE /project/c8b8e97c85cd4476bc9772ad0061b0b7 HTTP/1.1" 404 173 0.005225 10.0.0.38 - - [2025-09-08 04:36:44] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000947 10.0.0.38 - - [2025-09-08 04:36:44] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.045579 10.0.0.38 - - [2025-09-08 04:36:44] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001271 10.0.0.38 - - [2025-09-08 04:36:44] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?fields=security_groups HTTP/1.1" 200 1375 0.048075 10.0.0.38 - - [2025-09-08 04:36:44] "DELETE /security-group/51910853-0441-4310-b153-ce1fef708e89 HTTP/1.1" 200 115 0.058702 10.0.0.38 - - [2025-09-08 04:36:44] "GET /projects?obj_uuids=5ade8bf5-a0ac-4366-a31d-10948a707815&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000986 10.0.0.38 - - [2025-09-08 04:36:44] "GET /project/5ade8bf5-a0ac-4366-a31d-10948a707815?fields=application_policy_sets HTTP/1.1" 200 1414 0.053790 10.0.0.27 - - [2025-09-08 04:36:44] "DELETE /access-control-list/469041f3-f5c4-4bb6-b914-710ab9cccc7c HTTP/1.1" 200 115 0.052552 10.0.0.38 - - [2025-09-08 04:36:44] "DELETE /project/5ade8bf5-a0ac-4366-a31d-10948a707815 HTTP/1.1" 200 115 0.443426 10.0.0.38 - - [2025-09-08 04:36:48] "GET /projects?obj_uuids=c8b8e97c-85cd-4476-bc97-72ad0061b0b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001085 10.0.0.41 - - [2025-09-08 04:36:48] "GET /project/c8b8e97c-85cd-4476-bc97-72ad0061b0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.045533 10.0.0.38 - - [2025-09-08 04:36:48] "GET /projects?obj_uuids=c8b8e97c-85cd-4476-bc97-72ad0061b0b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001511 10.0.0.41 - - [2025-09-08 04:36:48] "GET /project/c8b8e97c-85cd-4476-bc97-72ad0061b0b7?fields=virtual_networks HTTP/1.1" 200 1033 0.059804 10.0.0.38 - - [2025-09-08 04:36:49] "GET /projects?obj_uuids=c8b8e97c-85cd-4476-bc97-72ad0061b0b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001096 10.0.0.41 - - [2025-09-08 04:36:49] "GET /project/c8b8e97c-85cd-4476-bc97-72ad0061b0b7?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.038474 10.0.0.38 - - [2025-09-08 04:36:49] "GET /projects?obj_uuids=c8b8e97c-85cd-4476-bc97-72ad0061b0b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.41 - - [2025-09-08 04:36:49] "GET /project/c8b8e97c-85cd-4476-bc97-72ad0061b0b7?fields=security_groups HTTP/1.1" 200 1259 0.050700 10.0.0.38 - - [2025-09-08 04:37:44] "GET /projects?obj_uuids=c8b8e97c-85cd-4476-bc97-72ad0061b0b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001030 10.0.0.38 - - [2025-09-08 04:37:44] "GET /project/c8b8e97c-85cd-4476-bc97-72ad0061b0b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.053132 10.0.0.38 - - [2025-09-08 04:37:44] "GET /projects?obj_uuids=c8b8e97c-85cd-4476-bc97-72ad0061b0b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001098 10.0.0.38 - - [2025-09-08 04:37:44] "GET /project/c8b8e97c-85cd-4476-bc97-72ad0061b0b7?fields=security_groups HTTP/1.1" 200 1364 0.048779 10.0.0.38 - - [2025-09-08 04:37:44] "DELETE /security-group/f482c995-026b-4a3f-be72-bc60d756dc29 HTTP/1.1" 200 115 0.055317 10.0.0.38 - - [2025-09-08 04:37:44] "GET /projects?obj_uuids=c8b8e97c-85cd-4476-bc97-72ad0061b0b7&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001781 10.0.0.38 - - [2025-09-08 04:37:44] "GET /project/c8b8e97c-85cd-4476-bc97-72ad0061b0b7?fields=application_policy_sets HTTP/1.1" 200 1403 0.063729 10.0.0.38 - - [2025-09-08 04:37:45] "DELETE /project/c8b8e97c-85cd-4476-bc97-72ad0061b0b7 HTTP/1.1" 200 115 0.478685 10.0.0.38 - - [2025-09-08 04:37:58] "GET /global-system-configs HTTP/1.1" 200 322 0.107737 10.0.0.27 - - [2025-09-08 04:37:58] "GET /obj-perms HTTP/1.1" 200 5056 0.181755 10.0.0.41 - - [2025-09-08 04:37:58] "GET /obj-perms HTTP/1.1" 200 5056 0.196240 10.0.0.27 - - [2025-09-08 04:37:59] "GET /global-system-configs HTTP/1.1" 200 322 0.056991 10.0.0.38 - - [2025-09-08 04:37:59] "GET /obj-perms HTTP/1.1" 200 5056 0.160558 10.0.0.27 - - [2025-09-08 04:37:59] "GET /global-system-configs HTTP/1.1" 200 322 0.029863 10.0.0.38 - - [2025-09-08 04:38:00] "GET /global-system-configs HTTP/1.1" 200 322 0.072688 10.0.0.41 - - [2025-09-08 04:38:00] "GET /obj-perms HTTP/1.1" 200 5056 0.144077 10.0.0.27 - - [2025-09-08 04:38:00] "GET /obj-perms HTTP/1.1" 200 5056 0.156811 10.0.0.41 - - [2025-09-08 04:38:01] "GET /global-system-configs HTTP/1.1" 200 322 0.046474 10.0.0.38 - - [2025-09-08 04:38:01] "GET /obj-perms HTTP/1.1" 200 5056 0.122959 10.0.0.41 - - [2025-09-08 04:38:01] "GET /global-system-configs HTTP/1.1" 200 322 0.030970 10.0.0.27 - - [2025-09-08 04:38:03] "GET /obj-perms HTTP/1.1" 200 5056 0.054906 [Introspect:8084]10.0.0.38 - - [2025-09-08 04:38:49] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001093 [Introspect:8084]10.0.0.38 - - [2025-09-08 04:38:49] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3156 0.001092