++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 26 02:13:18 AM UTC 2026 ===================' INFO: =================== Thu Mar 26 02:13:18 AM UTC 2026 =================== ++ 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 +++++ awk '{print $2}' +++++ grep -o 'dev.*' ++++ 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 +++ local nic=ens3 +++ grep 'inet ' +++ ip addr show dev ens3 +++ head -n 1 +++ awk '{print $2}' +++ cut -d / -f 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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.240,10.0.0.22,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.240:8081 10.0.0.22:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.240:8081 10.0.0.22:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.240:8081 10.0.0.22:8081 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.240:9042 10.0.0.22:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.240:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.240:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.240:8086 10.0.0.22:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.240:8086 10.0.0.22:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.240:8086 10.0.0.22:8086 10.0.0.65: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.240,10.0.0.22,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.240:8082 10.0.0.22:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.240:8082 10.0.0.22:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.240:8082 10.0.0.22:8082 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.240:9161 10.0.0.22:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.240:9161 10.0.0.22:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.240:9161 10.0.0.22:9161 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.254,10.20.0.14,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.14,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.240:2181,10.0.0.22:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.240:2181,10.0.0.22:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.240:2181,10.0.0.22:2181,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.240:2181 10.0.0.22:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.240:2181 10.0.0.22:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.240:2181 10.0.0.22:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.240:5673,10.0.0.22:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.240:5673,10.0.0.22:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.240:5673,10.0.0.22:5673,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.240:6379 10.0.0.22:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.240:6379 10.0.0.22:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.240:6379 10.0.0.22:6379 10.0.0.65: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.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.240:9092 10.0.0.22:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.240:9092 10.0.0.22:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.240:9092 10.0.0.22:9092 10.0.0.65: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.240 ++ 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.240,10.0.0.22,10.0.0.65 ++ 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.240,10.0.0.22,10.0.0.65 ++ 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.240,10.0.0.22,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.240 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.240 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.240,10.0.0.22,10.0.0.65 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.240,10.0.0.22,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ tr '\n' , ++++ get_local_ips ++++ cat /proc/net/fib_trie ++++ sort ++++ grep -vi host ++++ uniq ++++ awk '/32 host/ { print f } {f=$2}' +++ local local_ips=,10.0.0.65,10.20.0.18,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.240'\''))' +++ local server_ip=10.0.0.240 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.240 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/26/2026 02:13:28.559 7f5a13dc2940 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/26/2026 02:13:28.716 7f5a13dc2940 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/26/2026 02:13:28.728 7f5a13dc2940 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/26/2026 02:13:28.728 7f5a13dc2940 [contrail-api] [INFO]: SANDESH: Logging: FILE: [None] -> [/var/log/contrail/config-api/contrail-api-0.log] HttpError Python 3.9.25: /usr/bin/python3 Thu Mar 26 02:13:45 2026 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /usr/local/bin/contrail-api in 4 import sys 5 from vnc_cfg_api_server.api_server import server_main 6 if __name__ == '__main__': 7 sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) 8 sys.exit(server_main()) sys = sys.exit = server_main = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in server_main(args_str=None) 5367 vnc_cgitb.enable(format='text') 5368 5369 main(args_str, VncApiServer(args_str)) 5370 #server_main 5371 global main = args_str = None global VncApiServer = /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in __init__(self=, args_str='--conf_file /etc/contrail/contrail-api-0.conf --...ontrail/contrail-keystone-auth.conf --worker_id 0') 2213 else: 2214 self._db_connect(self._args.reset_config) 2215 self._db_init_entries() 2216 2217 self._initialize_quota_counters() self = self._db_init_entries = > /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in _db_init_entries(self=) 3738 def _db_init_entries(self): 3739 # create singleton defaults if they don't exist already in db 3740 gsc = self.create_singleton_entry(GlobalSystemConfig( 3741 autonomous_system=64512, config_version=CONFIG_VERSION)) 3742 self._gsc_uuid = gsc.uuid gsc undefined self = self.create_singleton_entry = > global GlobalSystemConfig = autonomous_system undefined config_version undefined global CONFIG_VERSION = '1.0' /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py in create_singleton_entry(self=, singleton_obj=, user_visible=True) 4007 if not ok: 4008 (code, msg) = result 4009 raise cfgm_common.exceptions.HttpError(code, msg) 4010 obj_id = result 4011 s_obj.uuid = obj_id global cfgm_common = cfgm_common.exceptions = cfgm_common.exceptions.HttpError = code = 409 msg = 'FQ Name: /fq-name-to-uuid/global_system_config:d...96ff8120-1efa-4716-86ae-d4c9eb47ba25 at zookeeper' HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: 96ff8120-1efa-4716-86ae-d4c9eb47ba25 at zookeeper __cause__ = None __class__ = __context__ = NoIdError('global_system_config default-global-system-config') __delattr__ = __dict__ = {'content': 'FQ Name: /fq-name-to-uuid/global_system_config:d...96ff8120-1efa-4716-86ae-d4c9eb47ba25 at zookeeper', 'status_code': 409} __dir__ = __doc__ = None __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __module__ = 'vnc_api.exceptions' __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = __weakref__ = None args = (409, 'FQ Name: /fq-name-to-uuid/global_system_config:d...96ff8120-1efa-4716-86ae-d4c9eb47ba25 at zookeeper') content = 'FQ Name: /fq-name-to-uuid/global_system_config:d...96ff8120-1efa-4716-86ae-d4c9eb47ba25 at zookeeper' status_code = 409 with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3992, in create_singleton_entry s_obj.uuid = self._db_conn.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_db.py", line 2474, in fq_name_to_uuid obj_uuid = self._object_db.fq_name_to_uuid(obj_type, fq_name) File "/usr/local/lib/python3.9/site-packages/cfgm_common/datastore/drivers/cassandra_cql.py", line 1045, in wrapper return func(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/cfgm_common/vnc_cassandra.py", line 1205, in fq_name_to_uuid raise NoIdError('%s %s' % (obj_type, fq_name_str)) vnc_api.exceptions.NoIdError: Unknown id: global_system_config default-global-system-config During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/local/bin/contrail-api", line 8, in sys.exit(server_main()) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 5369, in server_main main(args_str, VncApiServer(args_str)) File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 2215, in __init__ self._db_init_entries() File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 3740, in _db_init_entries gsc = self.create_singleton_entry(GlobalSystemConfig( File "/usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/api_server.py", line 4009, in create_singleton_entry raise cfgm_common.exceptions.HttpError(code, msg) vnc_api.exceptions.HttpError: HTTP Status: 409 Content: FQ Name: /fq-name-to-uuid/global_system_config:default-global-system-config exists already with ID: 96ff8120-1efa-4716-86ae-d4c9eb47ba25 at zookeeper ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 26 02:13:47 AM UTC 2026 ===================' INFO: =================== Thu Mar 26 02:13:47 AM UTC 2026 =================== ++ 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 +++ local nic=ens3 +++ ip addr show dev ens3 +++ awk '{print $2}' +++ cut -d / -f 1 +++ head -n 1 +++ grep 'inet ' ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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.240,10.0.0.22,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.240:8081 10.0.0.22:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.240:8081 10.0.0.22:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.240:8081 10.0.0.22:8081 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.240:9042 10.0.0.22:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.240:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.240:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.240:8086 10.0.0.22:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.240:8086 10.0.0.22:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.240:8086 10.0.0.22:8086 10.0.0.65: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.240,10.0.0.22,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.240:8082 10.0.0.22:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.240:8082 10.0.0.22:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.240:8082 10.0.0.22:8082 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.240:9161 10.0.0.22:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.240:9161 10.0.0.22:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.240:9161 10.0.0.22:9161 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.254,10.20.0.14,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.14,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.240:2181,10.0.0.22:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.240:2181,10.0.0.22:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.240:2181,10.0.0.22:2181,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.240:2181 10.0.0.22:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.240:2181 10.0.0.22:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.240:2181 10.0.0.22:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.240:5673,10.0.0.22:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.240:5673,10.0.0.22:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.240:5673,10.0.0.22:5673,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.240:6379 10.0.0.22:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.240:6379 10.0.0.22:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.240:6379 10.0.0.22:6379 10.0.0.65: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.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.240:9092 10.0.0.22:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.240:9092 10.0.0.22:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.240:9092 10.0.0.22:9092 10.0.0.65: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.240 ++ 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.240,10.0.0.22,10.0.0.65 ++ 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.240,10.0.0.22,10.0.0.65 ++ 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.240,10.0.0.22,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.240 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.240 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.240,10.0.0.22,10.0.0.65 +++ local servers=10.0.0.240,10.0.0.22,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ grep -vi host ++++ uniq ++++ sort +++ local local_ips=,10.0.0.65,10.20.0.18,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.240'\''))' +++ local server_ip=10.0.0.240 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.240 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ set -o posix ++ set ++ grep '^API__.*__.*=.*$' ++ sort ++ cut -d = -f 1 ++ sed 's/^API__//g' + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 03/26/2026 02:13:55.743 7f764da35a00 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/26/2026 02:13:55.894 7f764da35a00 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/26/2026 02:13:55.914 7f764da35a00 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/26/2026 02:13:55.914 7f764da35a00 [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.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2026-03-26 02:13:56] "GET / HTTP/1.1" 503 181 0.000232 10.0.0.65 - - [2026-03-26 02:13:56] "GET / HTTP/1.1" 503 181 0.000137 10.0.0.65 - - [2026-03-26 02:13:57] "GET / HTTP/1.1" 200 45871 0.002219 10.0.0.65 - - [2026-03-26 02:13:57] "GET / HTTP/1.1" 200 45871 0.001076 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.65 - - [2026-03-26 02:13:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000549 10.0.0.65 - - [2026-03-26 02:13:57] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000276 10.0.0.65 - - [2026-03-26 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 4.468634 10.0.0.65 - - [2026-03-26 02:14:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.007969 10.0.0.22 - - [2026-03-26 02:14:02] "POST /fqname-to-id HTTP/1.1" 404 186 1.694024 10.0.0.65 - - [2026-03-26 02:14:02] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 4.274849 10.0.0.65 - - [2026-03-26 02:14:02] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005442 10.0.0.22 - - [2026-03-26 02:14:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.22 - - [2026-03-26 02:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000698 10.0.0.22 - - [2026-03-26 02:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000339 10.0.0.22 - - [2026-03-26 02:14:04] "POST /service-appliance-sets HTTP/1.1" 200 553 0.065593 10.0.0.22 - - [2026-03-26 02:14:04] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1059 0.007712 10.0.0.22 - - [2026-03-26 02:14:04] "GET /network-ipam/1976bb3a-555b-4517-8059-e09d2e5c13b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1952 0.008217 10.0.0.65 - - [2026-03-26 02:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.65 - - [2026-03-26 02:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 /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.22 - - [2026-03-26 02:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.22 - - [2026-03-26 02:14:05] "POST /service-templates HTTP/1.1" 200 515 0.064950 10.0.0.65 - - [2026-03-26 02:14:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.65 - - [2026-03-26 02:14:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.240 - - [2026-03-26 02:14:06] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.240 - - [2026-03-26 02:14:06] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.240 - - [2026-03-26 02:14:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.240 - - [2026-03-26 02:14:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.22 - - [2026-03-26 02:14:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.033803 10.0.0.22 - - [2026-03-26 02:14:13] "POST /access-control-lists HTTP/1.1" 200 587 0.040572 10.0.0.22 - - [2026-03-26 02:14:13] "POST /route-targets HTTP/1.1" 200 327 0.020830 10.0.0.22 - - [2026-03-26 02:14:13] "POST /ref-update HTTP/1.1" 200 156 0.024585 10.0.0.22 - - [2026-03-26 02:14:13] "POST /route-targets HTTP/1.1" 200 327 0.018664 10.0.0.22 - - [2026-03-26 02:14:14] "POST /access-control-lists HTTP/1.1" 200 551 0.084064 10.0.0.22 - - [2026-03-26 02:14:38] "POST /ref-update HTTP/1.1" 200 156 0.049671 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.65 - - [2026-03-26 02:17:10] "GET /obj-perms HTTP/1.1" 200 5075 0.432384 10.0.0.22 - - [2026-03-26 02:18:08] "PUT /access-control-list/161afd3f-8615-4ba0-80db-93320c93e237 HTTP/1.1" 200 272 0.044435 10.0.0.240 - - [2026-03-26 02:18:10] "GET /obj-perms HTTP/1.1" 200 5075 0.063352 10.0.0.22 - - [2026-03-26 02:18:11] "GET /obj-perms HTTP/1.1" 200 5075 0.054725 10.0.0.22 - - [2026-03-26 02:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.22 - - [2026-03-26 02:18:11] "GET /virtual-router/3b951d2c-9b3f-4a82-ad3a-e7bd3df43e71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1246 0.007884 [Introspect:8084]10.0.0.65 - - [2026-03-26 02:18:37] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.001001 [Introspect:8084]10.0.0.65 - - [2026-03-26 02:18:37] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001089 [Introspect:8084]10.0.0.65 - - [2026-03-26 02:18:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000932 [Introspect:8084]10.0.0.65 - - [2026-03-26 02:18:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001117 10.0.0.22 - - [2026-03-26 02:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.22 - - [2026-03-26 02:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000341 10.0.0.22 - - [2026-03-26 02:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.22 - - [2026-03-26 02:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.65 - - [2026-03-26 02:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000535 10.0.0.65 - - [2026-03-26 02:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000352 10.0.0.65 - - [2026-03-26 02:19:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.65 - - [2026-03-26 02:19:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.240 - - [2026-03-26 02:19:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.240 - - [2026-03-26 02:19:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000413 10.0.0.240 - - [2026-03-26 02:19:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000409 10.0.0.240 - - [2026-03-26 02:19:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000734 10.0.0.240 - - [2026-03-26 02:20:03] "GET / HTTP/1.1" 200 35931 0.001641 10.0.0.240 - - [2026-03-26 02:20:03] "POST /fqname-to-id HTTP/1.1" 401 293 0.000498 10.0.0.240 - - [2026-03-26 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 186 0.062843 10.0.0.65 - - [2026-03-26 02:20:04] "GET /projects?obj_uuids=4f71b563-004f-4f11-9db1-b184c9465560&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.064977 10.0.0.65 - - [2026-03-26 02:20:04] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001386 10.0.0.65 - - [2026-03-26 02:20:04] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034713 10.0.0.65 - - [2026-03-26 02:20:04] "POST /id-to-fqname HTTP/1.1" 200 188 0.001320 10.0.0.65 - - [2026-03-26 02:20:04] "POST /fqname-to-id HTTP/1.1" 404 197 0.005602 10.0.0.65 - - [2026-03-26 02:20:04] "POST /security-groups HTTP/1.1" 200 589 0.049587 10.0.0.65 - - [2026-03-26 02:20:04] "POST /projects HTTP/1.1" 200 581 0.315420 10.0.0.65 - - [2026-03-26 02:20:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.348710 10.0.0.240 - - [2026-03-26 02:20:05] "GET /project/4f71b563-004f-4f11-9db1-b184c9465560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.580778 10.0.0.22 - - [2026-03-26 02:20:05] "POST /fqname-to-id HTTP/1.1" 404 231 0.066391 10.0.0.240 - - [2026-03-26 02:20:06] "GET / HTTP/1.1" 200 35931 0.002432 10.0.0.65 - - [2026-03-26 02:20:08] "DELETE /project/4f71b563004f4f119db1b184c9465560 HTTP/1.1" 404 173 0.004426 10.0.0.65 - - [2026-03-26 02:20:09] "GET /projects?obj_uuids=4f71b563-004f-4f11-9db1-b184c9465560&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001191 10.0.0.240 - - [2026-03-26 02:20:09] "GET /project/4f71b563-004f-4f11-9db1-b184c9465560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.060338 10.0.0.65 - - [2026-03-26 02:20:09] "GET /projects?obj_uuids=4f71b563-004f-4f11-9db1-b184c9465560&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.003493 10.0.0.240 - - [2026-03-26 02:20:09] "GET /project/4f71b563-004f-4f11-9db1-b184c9465560?fields=virtual_networks HTTP/1.1" 200 1028 0.085504 10.0.0.65 - - [2026-03-26 02:20:09] "GET /projects?obj_uuids=4f71b563-004f-4f11-9db1-b184c9465560&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000961 10.0.0.240 - - [2026-03-26 02:20:09] "GET /project/4f71b563-004f-4f11-9db1-b184c9465560?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.070924 10.0.0.65 - - [2026-03-26 02:20:09] "GET /projects?obj_uuids=4f71b563-004f-4f11-9db1-b184c9465560&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001184 10.0.0.240 - - [2026-03-26 02:20:10] "GET /project/4f71b563-004f-4f11-9db1-b184c9465560?fields=security_groups HTTP/1.1" 200 1252 0.064668 10.0.0.65 - - [2026-03-26 02:20:10] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004088 10.0.0.65 - - [2026-03-26 02:20:10] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001029 10.0.0.65 - - [2026-03-26 02:20:10] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008225 10.0.0.65 - - [2026-03-26 02:20:10] "POST /id-to-fqname HTTP/1.1" 200 167 0.006568 10.0.0.65 - - [2026-03-26 02:20:10] "POST /fqname-to-id HTTP/1.1" 404 176 0.008628 10.0.0.65 - - [2026-03-26 02:20:11] "POST /security-groups HTTP/1.1" 200 568 0.043159 10.0.0.65 - - [2026-03-26 02:20:11] "POST /projects HTTP/1.1" 200 539 0.288049 10.0.0.22 - - [2026-03-26 02:20:11] "POST /access-control-lists HTTP/1.1" 200 573 0.034943 10.0.0.65 - - [2026-03-26 02:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.369887 10.0.0.240 - - [2026-03-26 02:20:11] "GET /project/abfcc8a9-517e-4734-b66e-3216085c53f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.533444 [Introspect:8084]10.0.0.240 - - [2026-03-26 02:20:12] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001058 10.0.0.65 - - [2026-03-26 02:20:13] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.000977 10.0.0.240 - - [2026-03-26 02:20:13] "GET /project/abfcc8a9-517e-4734-b66e-3216085c53f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.069721 10.0.0.65 - - [2026-03-26 02:20:14] "GET /obj-perms HTTP/1.1" 200 5075 0.066334 [Introspect:8084]10.0.0.240 - - [2026-03-26 02:20:15] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 372 0.000695 10.0.0.240 - - [2026-03-26 02:20:16] "GET /obj-perms HTTP/1.1" 200 5075 0.060516 10.0.0.240 - - [2026-03-26 02:20:16] "GET /obj-perms HTTP/1.1" 200 5075 0.004157 10.0.0.240 - - [2026-03-26 02:20:16] "GET /obj-perms HTTP/1.1" 200 5075 0.004673 10.0.0.240 - - [2026-03-26 02:20:16] "GET /obj-perms HTTP/1.1" 200 5075 0.004501 10.0.0.240 - - [2026-03-26 02:20:16] "GET /obj-perms HTTP/1.1" 200 5075 0.003783 10.0.0.240 - - [2026-03-26 02:20:16] "GET /obj-perms HTTP/1.1" 200 5075 0.007116 10.0.0.240 - - [2026-03-26 02:20:16] "GET /obj-perms HTTP/1.1" 200 5075 0.005020 10.0.0.240 - - [2026-03-26 02:20:16] "GET /obj-perms HTTP/1.1" 200 5075 0.003954 10.0.0.240 - - [2026-03-26 02:20:17] "GET /obj-perms HTTP/1.1" 200 5075 0.004267 10.0.0.240 - - [2026-03-26 02:20:17] "GET /obj-perms HTTP/1.1" 200 5075 0.004876 10.0.0.65 - - [2026-03-26 02:20:17] "GET /obj-perms HTTP/1.1" 200 5075 0.003815 10.0.0.240 - - [2026-03-26 02:20:17] "GET /obj-perms HTTP/1.1" 200 5075 0.004063 10.0.0.65 - - [2026-03-26 02:20:17] "GET /obj-perms HTTP/1.1" 200 5075 0.004584 10.0.0.65 - - [2026-03-26 02:20:17] "GET /obj-perms HTTP/1.1" 200 5075 0.003923 10.0.0.65 - - [2026-03-26 02:20:17] "GET /obj-perms HTTP/1.1" 200 5075 0.004826 10.0.0.240 - - [2026-03-26 02:20:18] "GET /obj-perms HTTP/1.1" 200 5075 0.004395 10.0.0.240 - - [2026-03-26 02:20:19] "GET /obj-perms HTTP/1.1" 200 5075 0.005005 10.0.0.240 - - [2026-03-26 02:20:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004757 10.0.0.240 - - [2026-03-26 02:20:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004061 10.0.0.240 - - [2026-03-26 02:20:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004244 10.0.0.240 - - [2026-03-26 02:20:19] "GET /obj-perms HTTP/1.1" 200 5075 0.005199 10.0.0.240 - - [2026-03-26 02:20:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004354 10.0.0.240 - - [2026-03-26 02:20:19] "GET /obj-perms HTTP/1.1" 200 5075 0.003725 10.0.0.240 - - [2026-03-26 02:20:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004166 10.0.0.240 - - [2026-03-26 02:20:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004832 10.0.0.240 - - [2026-03-26 02:20:19] "GET /obj-perms HTTP/1.1" 200 5075 0.004136 10.0.0.240 - - [2026-03-26 02:20:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004179 10.0.0.240 - - [2026-03-26 02:20:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004532 10.0.0.240 - - [2026-03-26 02:20:22] "GET /obj-perms HTTP/1.1" 200 5075 0.005483 10.0.0.240 - - [2026-03-26 02:20:22] "GET /obj-perms HTTP/1.1" 200 5075 0.004826 10.0.0.240 - - [2026-03-26 02:20:24] "GET /obj-perms HTTP/1.1" 200 5075 0.005623 10.0.0.240 - - [2026-03-26 02:20:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.030586 10.0.0.65 - - [2026-03-26 02:20:25] "GET /projects?obj_uuids=3a07e1ec-84fd-4352-b9bc-3561fea9ac72&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003520 10.0.0.65 - - [2026-03-26 02:20:25] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.65 - - [2026-03-26 02:20:25] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008457 10.0.0.65 - - [2026-03-26 02:20:25] "POST /id-to-fqname HTTP/1.1" 200 201 0.001048 10.0.0.65 - - [2026-03-26 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 210 0.021244 10.0.0.65 - - [2026-03-26 02:20:25] "POST /security-groups HTTP/1.1" 200 602 0.078196 10.0.0.22 - - [2026-03-26 02:20:25] "POST /fqname-to-id HTTP/1.1" 404 245 0.003296 10.0.0.65 - - [2026-03-26 02:20:25] "POST /projects HTTP/1.1" 200 607 0.331068 10.0.0.65 - - [2026-03-26 02:20:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.410554 10.0.0.22 - - [2026-03-26 02:20:25] "POST /access-control-lists HTTP/1.1" 200 605 0.036940 10.0.0.240 - - [2026-03-26 02:20:25] "GET /project/3a07e1ec-84fd-4352-b9bc-3561fea9ac72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.581690 10.0.0.240 - - [2026-03-26 02:20:26] "GET / HTTP/1.1" 200 35931 0.001832 10.0.0.240 - - [2026-03-26 02:20:27] "POST /fqname-to-id HTTP/1.1" 401 293 0.000485 10.0.0.240 - - [2026-03-26 02:20:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.084831 10.0.0.65 - - [2026-03-26 02:20:28] "GET /projects?obj_uuids=3a07e1ec-84fd-4352-b9bc-3561fea9ac72&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000921 10.0.0.240 - - [2026-03-26 02:20:28] "GET /project/3a07e1ec-84fd-4352-b9bc-3561fea9ac72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.076998 10.0.0.65 - - [2026-03-26 02:20:29] "POST /useragent-kv HTTP/1.1" 200 115 0.016361 10.0.0.240 - - [2026-03-26 02:20:29] "POST /neutron/subnet HTTP/1.1" 200 710 0.352041 10.0.0.240 - - [2026-03-26 02:20:29] "POST /id-to-fqname HTTP/1.1" 200 233 0.001389 10.0.0.240 - - [2026-03-26 02:20:29] "GET /virtual-network/9d608fb2-29c8-4e1c-a193-4c0732095727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006053 10.0.0.240 - - [2026-03-26 02:20:29] "GET /virtual-network/9d608fb2-29c8-4e1c-a193-4c0732095727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005923 10.0.0.240 - - [2026-03-26 02:20:29] "POST /neutron/network HTTP/1.1" 200 836 0.009280 10.0.0.240 - - [2026-03-26 02:20:30] "GET /virtual-network/9d608fb2-29c8-4e1c-a193-4c0732095727?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006628 10.0.0.240 - - [2026-03-26 02:20:31] "POST /id-to-fqname HTTP/1.1" 200 233 0.001516 10.0.0.65 - - [2026-03-26 02:20:34] "GET /projects?obj_uuids=3a07e1ec-84fd-4352-b9bc-3561fea9ac72&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001020 10.0.0.240 - - [2026-03-26 02:20:34] "GET /project/3a07e1ec-84fd-4352-b9bc-3561fea9ac72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.084680 10.0.0.240 - - [2026-03-26 02:20:35] "POST /neutron/network HTTP/1.1" 200 836 0.036143 10.0.0.240 - - [2026-03-26 02:20:35] "POST /neutron/port HTTP/1.1" 200 117 0.006757 10.0.0.240 - - [2026-03-26 02:20:37] "POST /neutron/port HTTP/1.1" 200 1068 0.118622 10.0.0.240 - - [2026-03-26 02:20:37] "POST /neutron/port HTTP/1.1" 200 1132 0.024568 10.0.0.240 - - [2026-03-26 02:20:37] "POST /neutron/port HTTP/1.1" 200 117 0.001298 10.0.0.240 - - [2026-03-26 02:20:40] "POST /neutron/security_group HTTP/1.1" 200 2069 0.010093 10.0.0.240 - - [2026-03-26 02:20:45] "GET /obj-perms HTTP/1.1" 200 5071 0.072766 10.0.0.240 - - [2026-03-26 02:20:48] "GET /obj-perms HTTP/1.1" 200 5071 0.004101 10.0.0.240 - - [2026-03-26 02:20:51] "POST /neutron/network HTTP/1.1" 200 836 0.010965 10.0.0.240 - - [2026-03-26 02:20:51] "POST /neutron/security_group HTTP/1.1" 200 2069 0.032843 10.0.0.240 - - [2026-03-26 02:20:51] "POST /neutron/port HTTP/1.1" 200 151 0.226558 10.0.0.22 - - [2026-03-26 02:20:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005317 10.0.0.65 - - [2026-03-26 02:20:54] "GET /projects?obj_uuids=3a07e1ec-84fd-4352-b9bc-3561fea9ac72&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001109 10.0.0.240 - - [2026-03-26 02:20:54] "GET /project/3a07e1ec-84fd-4352-b9bc-3561fea9ac72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.070330 10.0.0.65 - - [2026-03-26 02:20:54] "GET /projects?obj_uuids=3a07e1ec-84fd-4352-b9bc-3561fea9ac72&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001252 10.0.0.240 - - [2026-03-26 02:20:54] "GET /project/3a07e1ec-84fd-4352-b9bc-3561fea9ac72?fields=virtual_networks HTTP/1.1" 200 1054 0.060542 10.0.0.65 - - [2026-03-26 02:20:54] "GET /projects?obj_uuids=3a07e1ec-84fd-4352-b9bc-3561fea9ac72&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001076 10.0.0.240 - - [2026-03-26 02:20:54] "GET /project/3a07e1ec-84fd-4352-b9bc-3561fea9ac72?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.054222 10.0.0.65 - - [2026-03-26 02:20:54] "GET /projects?obj_uuids=3a07e1ec-84fd-4352-b9bc-3561fea9ac72&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001173 10.0.0.240 - - [2026-03-26 02:20:54] "GET /project/3a07e1ec-84fd-4352-b9bc-3561fea9ac72?fields=security_groups HTTP/1.1" 200 1291 0.059422 10.0.0.65 - - [2026-03-26 02:20:55] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001141 10.0.0.240 - - [2026-03-26 02:20:55] "GET /project/abfcc8a9-517e-4734-b66e-3216085c53f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.057466 10.0.0.65 - - [2026-03-26 02:21:01] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002073 10.0.0.240 - - [2026-03-26 02:21:01] "GET /project/abfcc8a9-517e-4734-b66e-3216085c53f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.065585 10.0.0.240 - - [2026-03-26 02:21:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.035153 10.0.0.65 - - [2026-03-26 02:21:04] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003530 10.0.0.65 - - [2026-03-26 02:21:04] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000983 10.0.0.65 - - [2026-03-26 02:21:04] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008636 10.0.0.65 - - [2026-03-26 02:21:04] "POST /id-to-fqname HTTP/1.1" 200 202 0.006140 10.0.0.65 - - [2026-03-26 02:21:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.007260 10.0.0.65 - - [2026-03-26 02:21:04] "POST /security-groups HTTP/1.1" 200 603 0.038616 10.0.0.65 - - [2026-03-26 02:21:04] "POST /projects HTTP/1.1" 200 609 0.345943 10.0.0.22 - - [2026-03-26 02:21:04] "POST /access-control-lists HTTP/1.1" 200 608 0.035141 10.0.0.65 - - [2026-03-26 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.423344 10.0.0.240 - - [2026-03-26 02:21:05] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.600687 10.0.0.240 - - [2026-03-26 02:21:06] "GET / HTTP/1.1" 200 35931 0.002471 10.0.0.240 - - [2026-03-26 02:21:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000408 10.0.0.240 - - [2026-03-26 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.058703 10.0.0.65 - - [2026-03-26 02:21:07] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000923 10.0.0.240 - - [2026-03-26 02:21:07] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050582 10.0.0.240 - - [2026-03-26 02:21:07] "POST /neutron/network HTTP/1.1" 200 117 0.038736 10.0.0.240 - - [2026-03-26 02:21:07] "POST /neutron/network HTTP/1.1" 200 920 0.010910 10.0.0.240 - - [2026-03-26 02:21:07] "POST /id-to-fqname HTTP/1.1" 200 275 0.001177 10.0.0.240 - - [2026-03-26 02:21:07] "GET /virtual-network/9ec80b46-5905-43e1-8878-e715e85d6aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2186 0.007474 10.0.0.240 - - [2026-03-26 02:21:07] "GET /virtual-network/9ec80b46-5905-43e1-8878-e715e85d6aac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2186 0.005728 10.0.0.240 - - [2026-03-26 02:21:07] "POST /neutron/subnet HTTP/1.1" 200 715 0.011489 10.0.0.240 - - [2026-03-26 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.008855 10.0.0.65 - - [2026-03-26 02:21:07] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000893 10.0.0.22 - - [2026-03-26 02:21:07] "POST /route-targets HTTP/1.1" 200 327 0.022533 10.0.0.240 - - [2026-03-26 02:21:08] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.091971 10.0.0.65 - - [2026-03-26 02:21:08] "DELETE /project/f9bd48ba2ed3421e8cea0cf74b187209 HTTP/1.1" 404 173 0.007661 10.0.0.65 - - [2026-03-26 02:21:08] "DELETE /project/3a07e1ec84fd4352b9bc3561fea9ac72 HTTP/1.1" 404 173 0.010262 10.0.0.65 - - [2026-03-26 02:21:08] "DELETE /project/abfcc8a9517e4734b66e3216085c53f5 HTTP/1.1" 404 173 0.040229 10.0.0.65 - - [2026-03-26 02:21:08] "GET /projects?obj_uuids=3a07e1ec-84fd-4352-b9bc-3561fea9ac72&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.008392 10.0.0.65 - - [2026-03-26 02:21:08] "GET /projects?obj_uuids=4f71b563-004f-4f11-9db1-b184c9465560&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001012 10.0.0.65 - - [2026-03-26 02:21:08] "GET /project/3a07e1ec-84fd-4352-b9bc-3561fea9ac72?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.220832 10.0.0.65 - - [2026-03-26 02:21:08] "GET /project/4f71b563-004f-4f11-9db1-b184c9465560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.226893 10.0.0.65 - - [2026-03-26 02:21:08] "GET /projects?obj_uuids=4f71b563-004f-4f11-9db1-b184c9465560&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002350 10.0.0.65 - - [2026-03-26 02:21:08] "GET /projects?obj_uuids=3a07e1ec-84fd-4352-b9bc-3561fea9ac72&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001985 10.0.0.65 - - [2026-03-26 02:21:08] "GET /project/3a07e1ec-84fd-4352-b9bc-3561fea9ac72?fields=security_groups HTTP/1.1" 200 1396 0.095418 10.0.0.65 - - [2026-03-26 02:21:08] "GET /project/4f71b563-004f-4f11-9db1-b184c9465560?fields=security_groups HTTP/1.1" 200 1357 0.127244 10.0.0.22 - - [2026-03-26 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.050790 10.0.0.65 - - [2026-03-26 02:21:08] "DELETE /security-group/0b64919c-2494-4cac-ba79-ec289b81cb78 HTTP/1.1" 200 115 0.135933 10.0.0.65 - - [2026-03-26 02:21:08] "GET /projects?obj_uuids=3a07e1ec-84fd-4352-b9bc-3561fea9ac72&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001093 10.0.0.65 - - [2026-03-26 02:21:08] "DELETE /security-group/64fd5440-cc09-4138-a5dc-b1254de617a9 HTTP/1.1" 200 115 0.176944 10.0.0.65 - - [2026-03-26 02:21:08] "GET /projects?obj_uuids=4f71b563-004f-4f11-9db1-b184c9465560&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.004396 10.0.0.65 - - [2026-03-26 02:21:08] "POST /useragent-kv HTTP/1.1" 200 115 0.006444 10.0.0.65 - - [2026-03-26 02:21:08] "GET /project/3a07e1ec-84fd-4352-b9bc-3561fea9ac72?fields=application_policy_sets HTTP/1.1" 200 1435 0.182929 10.0.0.240 - - [2026-03-26 02:21:08] "POST /neutron/subnet HTTP/1.1" 200 734 0.450525 10.0.0.65 - - [2026-03-26 02:21:08] "GET /project/4f71b563-004f-4f11-9db1-b184c9465560?fields=application_policy_sets HTTP/1.1" 200 1396 0.187297 10.0.0.240 - - [2026-03-26 02:21:08] "POST /id-to-fqname HTTP/1.1" 200 275 0.001447 10.0.0.240 - - [2026-03-26 02:21:08] "GET /virtual-network/8131ffab-e4fc-4d9a-bc6e-41de44a2f07b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.012903 10.0.0.22 - - [2026-03-26 02:21:08] "DELETE /access-control-list/94741fba-0bac-4dc3-8149-80ca0ab9e6d8 HTTP/1.1" 200 115 0.115048 10.0.0.240 - - [2026-03-26 02:21:09] "GET /virtual-network/8131ffab-e4fc-4d9a-bc6e-41de44a2f07b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2198 0.015495 10.0.0.240 - - [2026-03-26 02:21:09] "POST /neutron/network HTTP/1.1" 200 924 0.034395 10.0.0.240 - - [2026-03-26 02:21:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.009035 10.0.0.65 - - [2026-03-26 02:21:09] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001021 10.0.0.65 - - [2026-03-26 02:21:09] "DELETE /project/3a07e1ec-84fd-4352-b9bc-3561fea9ac72 HTTP/1.1" 200 115 1.093857 10.0.0.240 - - [2026-03-26 02:21:09] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.088712 10.0.0.65 - - [2026-03-26 02:21:09] "DELETE /project/4f71b563-004f-4f11-9db1-b184c9465560 HTTP/1.1" 200 115 1.136111 10.0.0.65 - - [2026-03-26 02:21:09] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.240 - - [2026-03-26 02:21:09] "POST /neutron/network HTTP/1.1" 200 705 0.237938 10.0.0.22 - - [2026-03-26 02:21:09] "POST /ref-update HTTP/1.1" 200 156 0.049309 10.0.0.240 - - [2026-03-26 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 276 0.003886 10.0.0.240 - - [2026-03-26 02:21:10] "GET /virtual-network/8bab98ee-fe6a-4ea3-bd2c-b4b7680c0b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006168 10.0.0.240 - - [2026-03-26 02:21:10] "POST /neutron/network HTTP/1.1" 200 925 0.013461 10.0.0.240 - - [2026-03-26 02:21:10] "GET /virtual-network/8bab98ee-fe6a-4ea3-bd2c-b4b7680c0b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2199 0.006289 10.0.0.240 - - [2026-03-26 02:21:10] "POST /id-to-fqname HTTP/1.1" 200 275 0.001307 10.0.0.240 - - [2026-03-26 02:21:10] "POST /neutron/network HTTP/1.1" 200 934 0.008462 10.0.0.65 - - [2026-03-26 02:21:11] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001286 10.0.0.240 - - [2026-03-26 02:21:11] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.107410 10.0.0.240 - - [2026-03-26 02:21:11] "POST /neutron/port HTTP/1.1" 200 117 0.007010 10.0.0.240 - - [2026-03-26 02:21:11] "POST /id-to-fqname HTTP/1.1" 200 276 0.001188 10.0.0.240 - - [2026-03-26 02:21:12] "POST /neutron/network HTTP/1.1" 200 934 0.007439 10.0.0.65 - - [2026-03-26 02:21:13] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001185 10.0.0.240 - - [2026-03-26 02:21:13] "POST /neutron/port HTTP/1.1" 200 1074 0.025424 10.0.0.240 - - [2026-03-26 02:21:13] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.121117 10.0.0.240 - - [2026-03-26 02:21:13] "POST /neutron/port HTTP/1.1" 200 1138 0.026664 10.0.0.240 - - [2026-03-26 02:21:13] "POST /neutron/port HTTP/1.1" 200 117 0.001067 10.0.0.240 - - [2026-03-26 02:21:13] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008502 10.0.0.22 - - [2026-03-26 02:21:15] "GET /obj-perms HTTP/1.1" 200 5075 0.516770 10.0.0.65 - - [2026-03-26 02:21:15] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.240 - - [2026-03-26 02:21:15] "POST /neutron/port HTTP/1.1" 200 1073 0.432929 10.0.0.240 - - [2026-03-26 02:21:15] "POST /neutron/port HTTP/1.1" 200 1138 0.020587 10.0.0.240 - - [2026-03-26 02:21:16] "POST /neutron/port HTTP/1.1" 200 1073 0.059205 10.0.0.240 - - [2026-03-26 02:21:16] "POST /neutron/port HTTP/1.1" 200 1137 0.034625 10.0.0.240 - - [2026-03-26 02:21:16] "POST /neutron/port HTTP/1.1" 200 117 0.001302 10.0.0.65 - - [2026-03-26 02:21:17] "POST /useragent-kv HTTP/1.1" 200 115 0.002838 10.0.0.65 - - [2026-03-26 02:21:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003020 10.0.0.240 - - [2026-03-26 02:21:17] "POST /neutron/network HTTP/1.1" 200 151 0.152104 10.0.0.240 - - [2026-03-26 02:21:19] "POST /neutron/port HTTP/1.1" 200 1137 0.018580 10.0.0.240 - - [2026-03-26 02:21:19] "POST /neutron/network HTTP/1.1" 200 925 0.013362 10.0.0.240 - - [2026-03-26 02:21:20] "POST /neutron/network HTTP/1.1" 200 1677 0.014623 10.0.0.240 - - [2026-03-26 02:21:21] "POST /neutron/network HTTP/1.1" 200 925 0.012134 10.0.0.22 - - [2026-03-26 02:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.65 - - [2026-03-26 02:21:22] "POST /useragent-kv HTTP/1.1" 200 115 0.002972 10.0.0.65 - - [2026-03-26 02:21:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008570 10.0.0.240 - - [2026-03-26 02:21:22] "POST /neutron/network HTTP/1.1" 200 151 0.175099 10.0.0.65 - - [2026-03-26 02:21:22] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002573 10.0.0.22 - - [2026-03-26 02:21:22] "DELETE /route-target/dab3afe4-3d10-4148-9107-6d8032926b58 HTTP/1.1" 200 115 0.037473 10.0.0.240 - - [2026-03-26 02:21:22] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.107518 10.0.0.65 - - [2026-03-26 02:21:22] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001749 10.0.0.240 - - [2026-03-26 02:21:22] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?fields=virtual_networks HTTP/1.1" 200 1057 0.056241 10.0.0.65 - - [2026-03-26 02:21:22] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001516 10.0.0.240 - - [2026-03-26 02:21:22] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.065410 10.0.0.65 - - [2026-03-26 02:21:22] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000921 10.0.0.240 - - [2026-03-26 02:21:22] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?fields=security_groups HTTP/1.1" 200 1295 0.083338 10.0.0.240 - - [2026-03-26 02:21:23] "POST /fqname-to-id HTTP/1.1" 404 190 0.044272 10.0.0.65 - - [2026-03-26 02:21:23] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004304 10.0.0.65 - - [2026-03-26 02:21:23] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000937 10.0.0.65 - - [2026-03-26 02:21:23] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007800 10.0.0.65 - - [2026-03-26 02:21:23] "POST /id-to-fqname HTTP/1.1" 200 192 0.001141 10.0.0.65 - - [2026-03-26 02:21:23] "POST /fqname-to-id HTTP/1.1" 404 201 0.015049 10.0.0.65 - - [2026-03-26 02:21:23] "POST /security-groups HTTP/1.1" 200 593 0.041616 10.0.0.65 - - [2026-03-26 02:21:24] "POST /projects HTTP/1.1" 200 589 0.307872 10.0.0.22 - - [2026-03-26 02:21:24] "POST /fqname-to-id HTTP/1.1" 404 235 0.008808 10.0.0.65 - - [2026-03-26 02:21:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.393247 10.0.0.240 - - [2026-03-26 02:21:24] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.559309 10.0.0.240 - - [2026-03-26 02:21:25] "GET / HTTP/1.1" 200 35931 0.001780 10.0.0.240 - - [2026-03-26 02:21:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.240 - - [2026-03-26 02:21:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.063669 10.0.0.65 - - [2026-03-26 02:21:26] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001049 10.0.0.240 - - [2026-03-26 02:21:26] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.058122 10.0.0.22 - - [2026-03-26 02:21:26] "POST /ref-update HTTP/1.1" 200 156 0.032079 10.0.0.65 - - [2026-03-26 02:21:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007673 10.0.0.240 - - [2026-03-26 02:21:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.230667 10.0.0.240 - - [2026-03-26 02:21:26] "POST /id-to-fqname HTTP/1.1" 200 255 0.001186 10.0.0.240 - - [2026-03-26 02:21:27] "GET /virtual-network/90aefe81-1156-4d1f-860f-05de811af206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005668 10.0.0.240 - - [2026-03-26 02:21:27] "GET /virtual-network/90aefe81-1156-4d1f-860f-05de811af206?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006209 10.0.0.240 - - [2026-03-26 02:21:27] "POST /neutron/network HTTP/1.1" 200 891 0.006993 10.0.0.240 - - [2026-03-26 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.65 - - [2026-03-26 02:21:27] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000964 10.0.0.240 - - [2026-03-26 02:21:27] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.062137 10.0.0.65 - - [2026-03-26 02:21:27] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001424 10.0.0.240 - - [2026-03-26 02:21:27] "POST /neutron/network HTTP/1.1" 200 673 0.201430 10.0.0.240 - - [2026-03-26 02:21:27] "POST /id-to-fqname HTTP/1.1" 200 255 0.003752 10.0.0.240 - - [2026-03-26 02:21:27] "GET /virtual-network/693d1750-0e2d-4251-9115-2f66637fbf32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.012285 10.0.0.240 - - [2026-03-26 02:21:27] "POST /neutron/network HTTP/1.1" 200 892 0.006943 10.0.0.240 - - [2026-03-26 02:21:27] "GET /virtual-network/693d1750-0e2d-4251-9115-2f66637fbf32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004938 10.0.0.240 - - [2026-03-26 02:21:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.017010 10.0.0.65 - - [2026-03-26 02:21:27] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001287 10.0.0.240 - - [2026-03-26 02:21:27] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.040719 10.0.0.240 - - [2026-03-26 02:21:27] "POST /neutron/network HTTP/1.1" 200 117 0.016566 10.0.0.22 - - [2026-03-26 02:21:28] "POST /route-targets HTTP/1.1" 200 327 0.015835 10.0.0.240 - - [2026-03-26 02:21:28] "POST /neutron/network HTTP/1.1" 200 894 0.014223 10.0.0.240 - - [2026-03-26 02:21:28] "POST /id-to-fqname HTTP/1.1" 200 256 0.001446 10.0.0.240 - - [2026-03-26 02:21:28] "GET /virtual-network/5fd4eccc-b88b-433d-b3b9-f416d3a79a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.006685 10.0.0.240 - - [2026-03-26 02:21:28] "GET /virtual-network/5fd4eccc-b88b-433d-b3b9-f416d3a79a7c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.008855 10.0.0.240 - - [2026-03-26 02:21:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.011692 10.0.0.240 - - [2026-03-26 02:21:28] "POST /id-to-fqname HTTP/1.1" 200 255 0.001449 10.0.0.65 - - [2026-03-26 02:21:29] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001204 10.0.0.240 - - [2026-03-26 02:21:29] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.067798 10.0.0.240 - - [2026-03-26 02:21:29] "POST /neutron/port HTTP/1.1" 200 117 0.006904 10.0.0.240 - - [2026-03-26 02:21:29] "POST /id-to-fqname HTTP/1.1" 200 256 0.001469 10.0.0.240 - - [2026-03-26 02:21:30] "POST /neutron/network HTTP/1.1" 200 904 0.007722 10.0.0.240 - - [2026-03-26 02:21:30] "POST /neutron/port HTTP/1.1" 200 1062 0.027512 10.0.0.240 - - [2026-03-26 02:21:30] "POST /neutron/port HTTP/1.1" 200 1126 0.020234 10.0.0.240 - - [2026-03-26 02:21:30] "POST /neutron/port HTTP/1.1" 200 117 0.001020 10.0.0.65 - - [2026-03-26 02:21:30] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001064 10.0.0.240 - - [2026-03-26 02:21:30] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.082235 10.0.0.240 - - [2026-03-26 02:21:31] "POST /neutron/port HTTP/1.1" 200 1126 0.022816 10.0.0.240 - - [2026-03-26 02:21:31] "POST /neutron/network HTTP/1.1" 200 904 0.006804 10.0.0.240 - - [2026-03-26 02:21:32] "POST /neutron/port HTTP/1.1" 200 1062 0.018101 10.0.0.240 - - [2026-03-26 02:21:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004187 10.0.0.240 - - [2026-03-26 02:21:32] "POST /neutron/network HTTP/1.1" 200 894 0.007643 10.0.0.240 - - [2026-03-26 02:21:33] "POST /neutron/port HTTP/1.1" 200 1126 0.018604 10.0.0.240 - - [2026-03-26 02:21:33] "POST /neutron/port HTTP/1.1" 200 1126 0.034570 10.0.0.240 - - [2026-03-26 02:21:34] "POST /neutron/port HTTP/1.1" 200 117 0.009912 10.0.0.22 - - [2026-03-26 02:21:35] "DELETE /route-target/410d44e0-1b44-437a-a924-41ff7820870a HTTP/1.1" 200 115 0.039390 10.0.0.240 - - [2026-03-26 02:21:35] "POST /neutron/network HTTP/1.1" 200 894 0.027261 10.0.0.22 - - [2026-03-26 02:21:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.007546 10.0.0.65 - - [2026-03-26 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.010987 10.0.0.65 - - [2026-03-26 02:21:35] "POST /useragent-kv HTTP/1.1" 200 115 0.013903 10.0.0.240 - - [2026-03-26 02:21:35] "POST /neutron/network HTTP/1.1" 200 151 0.213325 10.0.0.65 - - [2026-03-26 02:21:35] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001306 10.0.0.240 - - [2026-03-26 02:21:35] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.092582 10.0.0.65 - - [2026-03-26 02:21:35] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001267 10.0.0.240 - - [2026-03-26 02:21:35] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?fields=virtual_networks HTTP/1.1" 200 1037 0.071740 10.0.0.65 - - [2026-03-26 02:21:35] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000917 10.0.0.240 - - [2026-03-26 02:21:35] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.058143 10.0.0.65 - - [2026-03-26 02:21:35] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001215 10.0.0.240 - - [2026-03-26 02:21:35] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?fields=security_groups HTTP/1.1" 200 1265 0.060587 10.0.0.240 - - [2026-03-26 02:21:36] "POST /fqname-to-id HTTP/1.1" 404 196 0.033053 10.0.0.65 - - [2026-03-26 02:21:36] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005153 10.0.0.65 - - [2026-03-26 02:21:37] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001478 10.0.0.65 - - [2026-03-26 02:21:37] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009052 10.0.0.65 - - [2026-03-26 02:21:37] "POST /id-to-fqname HTTP/1.1" 200 198 0.001087 10.0.0.65 - - [2026-03-26 02:21:37] "POST /fqname-to-id HTTP/1.1" 404 207 0.008481 10.0.0.65 - - [2026-03-26 02:21:37] "POST /security-groups HTTP/1.1" 200 599 0.034862 10.0.0.65 - - [2026-03-26 02:21:37] "POST /projects HTTP/1.1" 200 601 0.300636 10.0.0.22 - - [2026-03-26 02:21:37] "POST /access-control-lists HTTP/1.1" 200 604 0.028299 10.0.0.65 - - [2026-03-26 02:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.380334 10.0.0.240 - - [2026-03-26 02:21:37] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.560587 10.0.0.240 - - [2026-03-26 02:21:38] "GET / HTTP/1.1" 200 35931 0.003433 10.0.0.240 - - [2026-03-26 02:21:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000421 10.0.0.240 - - [2026-03-26 02:21:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.063473 10.0.0.65 - - [2026-03-26 02:21:39] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001063 10.0.0.240 - - [2026-03-26 02:21:39] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049995 10.0.0.22 - - [2026-03-26 02:21:40] "POST /route-targets HTTP/1.1" 200 327 0.019243 10.0.0.65 - - [2026-03-26 02:21:40] "POST /useragent-kv HTTP/1.1" 200 115 0.012016 10.0.0.240 - - [2026-03-26 02:21:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.250526 10.0.0.240 - - [2026-03-26 02:21:40] "POST /id-to-fqname HTTP/1.1" 200 267 0.001170 10.0.0.240 - - [2026-03-26 02:21:40] "GET /virtual-network/1c38fee5-f23d-4140-b1a9-d296db561eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005521 10.0.0.240 - - [2026-03-26 02:21:40] "GET /virtual-network/1c38fee5-f23d-4140-b1a9-d296db561eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006553 10.0.0.240 - - [2026-03-26 02:21:40] "POST /neutron/network HTTP/1.1" 200 909 0.007140 10.0.0.240 - - [2026-03-26 02:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.65 - - [2026-03-26 02:21:40] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000960 10.0.0.240 - - [2026-03-26 02:21:40] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054058 10.0.0.65 - - [2026-03-26 02:21:40] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001307 10.0.0.240 - - [2026-03-26 02:21:40] "POST /neutron/network HTTP/1.1" 200 691 0.149166 10.0.0.22 - - [2026-03-26 02:21:40] "POST /ref-update HTTP/1.1" 200 156 0.037096 10.0.0.240 - - [2026-03-26 02:21:41] "POST /id-to-fqname HTTP/1.1" 200 267 0.003626 10.0.0.240 - - [2026-03-26 02:21:41] "GET /virtual-network/abb2d7ef-9783-48f3-9e6c-a2c812cc87a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.011101 10.0.0.240 - - [2026-03-26 02:21:41] "POST /neutron/network HTTP/1.1" 200 911 0.006425 10.0.0.240 - - [2026-03-26 02:21:41] "GET /virtual-network/abb2d7ef-9783-48f3-9e6c-a2c812cc87a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007775 10.0.0.240 - - [2026-03-26 02:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.65 - - [2026-03-26 02:21:41] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.240 - - [2026-03-26 02:21:41] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.037926 10.0.0.240 - - [2026-03-26 02:21:41] "POST /neutron/network HTTP/1.1" 200 117 0.015342 10.0.0.240 - - [2026-03-26 02:21:41] "POST /neutron/network HTTP/1.1" 200 912 0.018953 10.0.0.240 - - [2026-03-26 02:21:41] "POST /id-to-fqname HTTP/1.1" 200 268 0.001201 10.0.0.240 - - [2026-03-26 02:21:41] "GET /virtual-network/2d2ac23e-b2df-4c9e-a8e2-cdb86b0b3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.007706 10.0.0.240 - - [2026-03-26 02:21:41] "GET /virtual-network/2d2ac23e-b2df-4c9e-a8e2-cdb86b0b3593?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006804 10.0.0.240 - - [2026-03-26 02:21:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.015774 10.0.0.240 - - [2026-03-26 02:21:41] "POST /id-to-fqname HTTP/1.1" 200 267 0.001370 10.0.0.65 - - [2026-03-26 02:22:09] "DELETE /project/9f649c1974cb49ec8fe8903c44907f2b HTTP/1.1" 404 173 0.007984 10.0.0.65 - - [2026-03-26 02:22:09] "DELETE /project/bea9bc3b6fec488b91e9ba309056aa9a HTTP/1.1" 404 173 0.006997 10.0.0.65 - - [2026-03-26 02:22:09] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000843 10.0.0.65 - - [2026-03-26 02:22:09] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000735 10.0.0.65 - - [2026-03-26 02:22:09] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.084888 10.0.0.65 - - [2026-03-26 02:22:09] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.110717 10.0.0.65 - - [2026-03-26 02:22:09] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.006535 10.0.0.65 - - [2026-03-26 02:22:09] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000939 10.0.0.65 - - [2026-03-26 02:22:09] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?fields=security_groups HTTP/1.1" 200 1370 0.124067 10.0.0.65 - - [2026-03-26 02:22:09] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?fields=security_groups HTTP/1.1" 200 1400 0.137946 10.0.0.65 - - [2026-03-26 02:22:09] "DELETE /security-group/9f2bbd69-bd65-41c9-94a0-412a0f644b17 HTTP/1.1" 404 171 0.064034 10.0.0.65 - - [2026-03-26 02:22:09] "GET /projects?obj_uuids=f9bd48ba-2ed3-421e-8cea-0cf74b187209&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.006690 10.0.0.22 - - [2026-03-26 02:22:09] "DELETE /access-control-list/264c0202-52bf-4d5f-b7bd-723130a2ca3a HTTP/1.1" 200 115 0.135340 10.0.0.65 - - [2026-03-26 02:22:09] "DELETE /security-group/4160e194-77ce-4312-8ec2-9cfb76956489 HTTP/1.1" 200 115 0.203620 10.0.0.65 - - [2026-03-26 02:22:09] "GET /projects?obj_uuids=bea9bc3b-6fec-488b-91e9-ba309056aa9a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.014071 10.0.0.65 - - [2026-03-26 02:22:09] "GET /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209?fields=application_policy_sets HTTP/1.1" 200 1127 0.169856 10.0.0.65 - - [2026-03-26 02:22:10] "DELETE /project/f9bd48ba-2ed3-421e-8cea-0cf74b187209 HTTP/1.1" 404 171 0.653379 10.0.0.65 - - [2026-03-26 02:22:10] "GET /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a?fields=application_policy_sets HTTP/1.1" 200 1409 0.160800 10.0.0.22 - - [2026-03-26 02:22:10] "DELETE /access-control-list/f3f95737-3459-4c4f-b633-52196f25d04d HTTP/1.1" 200 115 0.065103 10.0.0.65 - - [2026-03-26 02:22:10] "DELETE /project/bea9bc3b-6fec-488b-91e9-ba309056aa9a HTTP/1.1" 200 115 0.909663 10.0.0.240 - - [2026-03-26 02:22:16] "GET /obj-perms HTTP/1.1" 200 5075 0.069923 10.0.0.65 - - [2026-03-26 02:22:20] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001299 10.0.0.240 - - [2026-03-26 02:22:20] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.077847 10.0.0.240 - - [2026-03-26 02:22:20] "POST /neutron/port HTTP/1.1" 200 117 0.008073 10.0.0.240 - - [2026-03-26 02:22:20] "POST /id-to-fqname HTTP/1.1" 200 268 0.001160 10.0.0.240 - - [2026-03-26 02:22:20] "POST /neutron/network HTTP/1.1" 200 922 0.007760 10.0.0.240 - - [2026-03-26 02:22:21] "POST /neutron/port HTTP/1.1" 200 1069 0.041676 10.0.0.65 - - [2026-03-26 02:22:21] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000886 10.0.0.240 - - [2026-03-26 02:22:21] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.144420 10.0.0.240 - - [2026-03-26 02:22:21] "POST /neutron/network HTTP/1.1" 200 912 0.012552 10.0.0.240 - - [2026-03-26 02:22:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.019813 10.0.0.240 - - [2026-03-26 02:22:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010954 10.0.0.65 - - [2026-03-26 02:22:22] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001091 10.0.0.240 - - [2026-03-26 02:22:22] "GET /project/abfcc8a9-517e-4734-b66e-3216085c53f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.069183 10.0.0.240 - - [2026-03-26 02:22:22] "POST /neutron/network HTTP/1.1" 200 922 0.023532 10.0.0.240 - - [2026-03-26 02:22:23] "POST /neutron/port HTTP/1.1" 200 1068 0.043735 10.0.0.240 - - [2026-03-26 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.015946 10.0.0.240 - - [2026-03-26 02:22:23] "GET /security-group/9667c8f8-098b-44b8-b0cc-676bcf4a418c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.006676 10.0.0.240 - - [2026-03-26 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.014990 10.0.0.65 - - [2026-03-26 02:22:23] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001058 10.0.0.240 - - [2026-03-26 02:22:23] "GET /project/abfcc8a9-517e-4734-b66e-3216085c53f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.141717 10.0.0.240 - - [2026-03-26 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005908 10.0.0.240 - - [2026-03-26 02:22:23] "GET /security-group/9667c8f8-098b-44b8-b0cc-676bcf4a418c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3686 0.018394 10.0.0.240 - - [2026-03-26 02:22:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.006227 10.0.0.240 - - [2026-03-26 02:22:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006226 10.0.0.240 - - [2026-03-26 02:22:23] "PUT /security-group/9667c8f8-098b-44b8-b0cc-676bcf4a418c HTTP/1.1" 200 262 0.048257 10.0.0.240 - - [2026-03-26 02:22:24] "POST /neutron/network HTTP/1.1" 200 912 0.009801 10.0.0.240 - - [2026-03-26 02:22:24] "POST /fqname-to-id HTTP/1.1" 404 193 0.013453 10.0.0.240 - - [2026-03-26 02:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.007003 10.0.0.65 - - [2026-03-26 02:22:24] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001082 10.0.0.240 - - [2026-03-26 02:22:24] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008668 10.0.0.240 - - [2026-03-26 02:22:25] "POST /service-templates HTTP/1.1" 200 543 0.073167 10.0.0.240 - - [2026-03-26 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.008295 10.0.0.240 - - [2026-03-26 02:22:25] "GET /service-template/b45f37ea-70ae-4d7a-8fee-8c57233d282d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.018662 10.0.0.240 - - [2026-03-26 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005524 10.0.0.240 - - [2026-03-26 02:22:25] "GET /service-template/b45f37ea-70ae-4d7a-8fee-8c57233d282d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1824 0.011799 10.0.0.240 - - [2026-03-26 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 267 0.001248 10.0.0.240 - - [2026-03-26 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 267 0.003542 10.0.0.240 - - [2026-03-26 02:22:25] "POST /id-to-fqname HTTP/1.1" 200 268 0.003432 10.0.0.240 - - [2026-03-26 02:22:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.240 - - [2026-03-26 02:22:25] "DELETE /service-template/b45f37ea-70ae-4d7a-8fee-8c57233d282d HTTP/1.1" 200 115 0.061964 10.0.0.240 - - [2026-03-26 02:22:25] "POST /fqname-to-id HTTP/1.1" 404 193 0.006711 10.0.0.240 - - [2026-03-26 02:22:28] "POST /neutron/network HTTP/1.1" 200 911 0.018068 10.0.0.240 - - [2026-03-26 02:22:30] "POST /neutron/network HTTP/1.1" 400 204 0.034065 10.0.0.240 - - [2026-03-26 02:22:34] "POST /neutron/network HTTP/1.1" 200 911 0.010251 10.0.0.240 - - [2026-03-26 02:22:37] "POST /neutron/network HTTP/1.1" 400 204 0.046495 10.0.0.240 - - [2026-03-26 02:22:41] "POST /neutron/network HTTP/1.1" 200 911 0.019898 10.0.0.240 - - [2026-03-26 02:22:43] "POST /neutron/network HTTP/1.1" 400 204 0.028023 10.0.0.240 - - [2026-03-26 02:22:47] "POST /neutron/network HTTP/1.1" 200 911 0.020742 10.0.0.240 - - [2026-03-26 02:22:49] "POST /neutron/network HTTP/1.1" 400 204 0.040695 10.0.0.240 - - [2026-03-26 02:22:53] "POST /neutron/network HTTP/1.1" 200 911 0.008133 10.0.0.240 - - [2026-03-26 02:22:55] "POST /neutron/network HTTP/1.1" 400 204 0.015810 10.0.0.240 - - [2026-03-26 02:22:59] "POST /neutron/network HTTP/1.1" 200 911 0.009005 10.0.0.240 - - [2026-03-26 02:23:02] "POST /neutron/network HTTP/1.1" 400 204 0.017097 10.0.0.240 - - [2026-03-26 02:23:06] "POST /neutron/network HTTP/1.1" 200 911 0.008772 10.0.0.240 - - [2026-03-26 02:23:08] "POST /neutron/network HTTP/1.1" 400 204 0.018850 10.0.0.240 - - [2026-03-26 02:23:12] "POST /neutron/network HTTP/1.1" 200 911 0.007488 10.0.0.240 - - [2026-03-26 02:23:14] "POST /neutron/network HTTP/1.1" 400 204 0.015894 10.0.0.65 - - [2026-03-26 02:23:16] "GET /obj-perms HTTP/1.1" 200 5075 0.050865 10.0.0.240 - - [2026-03-26 02:23:18] "POST /neutron/network HTTP/1.1" 200 911 0.008309 10.0.0.240 - - [2026-03-26 02:23:20] "POST /neutron/network HTTP/1.1" 400 204 0.016505 10.0.0.240 - - [2026-03-26 02:23:22] "POST /neutron/network HTTP/1.1" 200 912 0.007599 10.0.0.240 - - [2026-03-26 02:23:24] "POST /neutron/network HTTP/1.1" 400 204 0.016200 10.0.0.240 - - [2026-03-26 02:23:28] "POST /neutron/network HTTP/1.1" 200 912 0.008084 10.0.0.240 - - [2026-03-26 02:23:30] "POST /neutron/port HTTP/1.1" 200 1122 0.016475 10.0.0.240 - - [2026-03-26 02:23:30] "POST /neutron/network HTTP/1.1" 400 204 0.015649 10.0.0.65 - - [2026-03-26 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.010732 10.0.0.65 - - [2026-03-26 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.002530 10.0.0.240 - - [2026-03-26 02:23:33] "POST /neutron/network HTTP/1.1" 200 151 0.165776 10.0.0.22 - - [2026-03-26 02:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.009501 10.0.0.65 - - [2026-03-26 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.005270 10.0.0.65 - - [2026-03-26 02:23:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004398 10.0.0.240 - - [2026-03-26 02:23:33] "POST /neutron/network HTTP/1.1" 200 151 0.160287 10.0.0.65 - - [2026-03-26 02:23:33] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001094 10.0.0.22 - - [2026-03-26 02:23:33] "DELETE /route-target/223a56af-96f8-4d41-9ba2-3ec732a050e4 HTTP/1.1" 200 115 0.054950 10.0.0.240 - - [2026-03-26 02:23:33] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.088200 10.0.0.65 - - [2026-03-26 02:23:33] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002854 10.0.0.240 - - [2026-03-26 02:23:33] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.102305 10.0.0.240 - - [2026-03-26 02:23:34] "POST /neutron/port HTTP/1.1" 200 117 0.007087 10.0.0.65 - - [2026-03-26 02:23:35] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001001 10.0.0.240 - - [2026-03-26 02:23:35] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.070540 10.0.0.65 - - [2026-03-26 02:23:35] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.240 - - [2026-03-26 02:23:35] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.103204 10.0.0.65 - - [2026-03-26 02:23:37] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001002 10.0.0.240 - - [2026-03-26 02:23:37] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.061387 10.0.0.65 - - [2026-03-26 02:23:37] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000922 10.0.0.240 - - [2026-03-26 02:23:37] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.068492 10.0.0.65 - - [2026-03-26 02:23:39] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001549 10.0.0.240 - - [2026-03-26 02:23:39] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.045942 10.0.0.65 - - [2026-03-26 02:23:39] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.240 - - [2026-03-26 02:23:40] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.090075 10.0.0.65 - - [2026-03-26 02:23:42] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000936 10.0.0.240 - - [2026-03-26 02:23:42] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054533 10.0.0.65 - - [2026-03-26 02:23:42] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.240 - - [2026-03-26 02:23:42] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.041565 10.0.0.65 - - [2026-03-26 02:23:44] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001301 10.0.0.240 - - [2026-03-26 02:23:44] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047670 10.0.0.65 - - [2026-03-26 02:23:44] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001365 10.0.0.240 - - [2026-03-26 02:23:44] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.046471 10.0.0.65 - - [2026-03-26 02:23:46] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.240 - - [2026-03-26 02:23:46] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.036747 10.0.0.65 - - [2026-03-26 02:23:46] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.240 - - [2026-03-26 02:23:46] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.063769 10.0.0.65 - - [2026-03-26 02:23:48] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000961 10.0.0.240 - - [2026-03-26 02:23:48] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058862 10.0.0.65 - - [2026-03-26 02:23:48] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.240 - - [2026-03-26 02:23:48] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.047384 10.0.0.65 - - [2026-03-26 02:23:50] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.240 - - [2026-03-26 02:23:50] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.054101 10.0.0.65 - - [2026-03-26 02:23:50] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001549 10.0.0.240 - - [2026-03-26 02:23:50] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.046332 10.0.0.65 - - [2026-03-26 02:23:52] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001149 10.0.0.240 - - [2026-03-26 02:23:52] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.038730 10.0.0.65 - - [2026-03-26 02:23:52] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001075 10.0.0.240 - - [2026-03-26 02:23:52] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.044509 10.0.0.65 - - [2026-03-26 02:23:54] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001114 10.0.0.240 - - [2026-03-26 02:23:55] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.063024 10.0.0.65 - - [2026-03-26 02:23:55] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.240 - - [2026-03-26 02:23:55] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.050265 10.0.0.65 - - [2026-03-26 02:23:57] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001317 10.0.0.240 - - [2026-03-26 02:23:57] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051855 10.0.0.65 - - [2026-03-26 02:23:57] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001117 10.0.0.240 - - [2026-03-26 02:23:57] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.042063 10.0.0.65 - - [2026-03-26 02:23:59] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001162 10.0.0.240 - - [2026-03-26 02:23:59] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050937 10.0.0.65 - - [2026-03-26 02:23:59] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000953 10.0.0.240 - - [2026-03-26 02:23:59] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.081819 10.0.0.65 - - [2026-03-26 02:24:01] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001312 10.0.0.240 - - [2026-03-26 02:24:01] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058186 10.0.0.65 - - [2026-03-26 02:24:01] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.240 - - [2026-03-26 02:24:01] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.051697 10.0.0.22 - - [2026-03-26 02:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000590 10.0.0.22 - - [2026-03-26 02:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.22 - - [2026-03-26 02:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000516 10.0.0.65 - - [2026-03-26 02:24:03] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001702 10.0.0.240 - - [2026-03-26 02:24:03] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.056993 10.0.0.65 - - [2026-03-26 02:24:03] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001137 10.0.0.22 - - [2026-03-26 02:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.240 - - [2026-03-26 02:24:03] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.060358 10.0.0.65 - - [2026-03-26 02:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.65 - - [2026-03-26 02:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.65 - - [2026-03-26 02:24:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000341 10.0.0.65 - - [2026-03-26 02:24:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.240 - - [2026-03-26 02:24:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.240 - - [2026-03-26 02:24:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.65 - - [2026-03-26 02:24:05] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.240 - - [2026-03-26 02:24:05] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.040922 10.0.0.65 - - [2026-03-26 02:24:05] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000952 10.0.0.240 - - [2026-03-26 02:24:05] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.042746 10.0.0.240 - - [2026-03-26 02:24:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.240 - - [2026-03-26 02:24:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.65 - - [2026-03-26 02:24:07] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001395 10.0.0.240 - - [2026-03-26 02:24:07] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.071200 10.0.0.65 - - [2026-03-26 02:24:07] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.240 - - [2026-03-26 02:24:08] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.065290 10.0.0.65 - - [2026-03-26 02:24:10] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001424 10.0.0.240 - - [2026-03-26 02:24:10] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.062839 10.0.0.65 - - [2026-03-26 02:24:10] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001111 10.0.0.240 - - [2026-03-26 02:24:10] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.044760 10.0.0.65 - - [2026-03-26 02:24:12] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001003 10.0.0.240 - - [2026-03-26 02:24:12] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.039873 10.0.0.65 - - [2026-03-26 02:24:12] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001131 10.0.0.240 - - [2026-03-26 02:24:12] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.050444 10.0.0.65 - - [2026-03-26 02:24:14] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.240 - - [2026-03-26 02:24:14] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.043595 10.0.0.65 - - [2026-03-26 02:24:14] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001020 10.0.0.240 - - [2026-03-26 02:24:14] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.075930 10.0.0.65 - - [2026-03-26 02:24:16] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000957 10.0.0.240 - - [2026-03-26 02:24:16] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.072557 10.0.0.65 - - [2026-03-26 02:24:16] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001393 10.0.0.240 - - [2026-03-26 02:24:16] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.057174 10.0.0.65 - - [2026-03-26 02:24:18] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001245 10.0.0.240 - - [2026-03-26 02:24:18] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047739 10.0.0.65 - - [2026-03-26 02:24:18] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000932 10.0.0.240 - - [2026-03-26 02:24:18] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.055247 10.0.0.65 - - [2026-03-26 02:24:20] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000968 10.0.0.240 - - [2026-03-26 02:24:20] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.046135 10.0.0.65 - - [2026-03-26 02:24:20] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.240 - - [2026-03-26 02:24:20] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.046470 10.0.0.65 - - [2026-03-26 02:24:23] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.240 - - [2026-03-26 02:24:23] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.047357 10.0.0.65 - - [2026-03-26 02:24:23] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002068 10.0.0.240 - - [2026-03-26 02:24:23] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.043927 10.0.0.65 - - [2026-03-26 02:24:25] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000912 10.0.0.240 - - [2026-03-26 02:24:25] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.058763 10.0.0.65 - - [2026-03-26 02:24:25] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000878 10.0.0.240 - - [2026-03-26 02:24:25] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.084698 10.0.0.65 - - [2026-03-26 02:24:27] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001187 10.0.0.240 - - [2026-03-26 02:24:27] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052477 10.0.0.65 - - [2026-03-26 02:24:27] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.240 - - [2026-03-26 02:24:27] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.051480 10.0.0.65 - - [2026-03-26 02:24:29] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001196 10.0.0.240 - - [2026-03-26 02:24:29] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.053699 10.0.0.65 - - [2026-03-26 02:24:29] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000847 10.0.0.240 - - [2026-03-26 02:24:29] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.069028 10.0.0.65 - - [2026-03-26 02:24:31] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.240 - - [2026-03-26 02:24:31] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.051097 10.0.0.65 - - [2026-03-26 02:24:31] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.240 - - [2026-03-26 02:24:31] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.041265 10.0.0.65 - - [2026-03-26 02:24:33] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001009 10.0.0.240 - - [2026-03-26 02:24:33] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.050862 10.0.0.65 - - [2026-03-26 02:24:33] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001662 10.0.0.240 - - [2026-03-26 02:24:33] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.052353 10.0.0.65 - - [2026-03-26 02:24:36] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.240 - - [2026-03-26 02:24:36] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.052132 10.0.0.65 - - [2026-03-26 02:24:36] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002225 10.0.0.240 - - [2026-03-26 02:24:36] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.070940 10.0.0.65 - - [2026-03-26 02:24:38] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002074 10.0.0.240 - - [2026-03-26 02:24:38] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.057697 10.0.0.65 - - [2026-03-26 02:24:38] "GET /projects?obj_uuids=9f649c19-74cb-49ec-8fe8-903c44907f2b&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001321 10.0.0.240 - - [2026-03-26 02:24:38] "GET /project/9f649c19-74cb-49ec-8fe8-903c44907f2b?fields=virtual_networks HTTP/1.1" 200 1334 0.063935 10.0.0.240 - - [2026-03-26 02:24:38] "POST /fqname-to-id HTTP/1.1" 404 189 0.036966 10.0.0.65 - - [2026-03-26 02:24:38] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003313 10.0.0.65 - - [2026-03-26 02:24:38] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000896 10.0.0.65 - - [2026-03-26 02:24:38] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008909 10.0.0.65 - - [2026-03-26 02:24:39] "POST /id-to-fqname HTTP/1.1" 200 191 0.004676 10.0.0.65 - - [2026-03-26 02:24:39] "POST /fqname-to-id HTTP/1.1" 404 200 0.003355 10.0.0.65 - - [2026-03-26 02:24:39] "POST /security-groups HTTP/1.1" 200 592 0.090575 10.0.0.65 - - [2026-03-26 02:24:39] "POST /projects HTTP/1.1" 200 587 0.317314 10.0.0.65 - - [2026-03-26 02:24:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.397035 10.0.0.22 - - [2026-03-26 02:24:39] "POST /fqname-to-id HTTP/1.1" 404 234 0.014516 10.0.0.240 - - [2026-03-26 02:24:39] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.613954 10.0.0.240 - - [2026-03-26 02:24:40] "GET / HTTP/1.1" 200 35931 0.002651 10.0.0.240 - - [2026-03-26 02:24:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000415 10.0.0.240 - - [2026-03-26 02:24:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.072341 10.0.0.65 - - [2026-03-26 02:24:41] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000955 10.0.0.240 - - [2026-03-26 02:24:41] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.040534 10.0.0.22 - - [2026-03-26 02:24:42] "POST /ref-update HTTP/1.1" 200 156 0.038152 10.0.0.65 - - [2026-03-26 02:24:42] "POST /useragent-kv HTTP/1.1" 200 115 0.006885 10.0.0.240 - - [2026-03-26 02:24:42] "POST /neutron/subnet HTTP/1.1" 200 730 0.281401 10.0.0.240 - - [2026-03-26 02:24:42] "POST /id-to-fqname HTTP/1.1" 200 253 0.001307 10.0.0.240 - - [2026-03-26 02:24:42] "GET /virtual-network/022ee81e-7a0a-411a-9d35-9d2bf26bd381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.005282 10.0.0.240 - - [2026-03-26 02:24:42] "GET /virtual-network/022ee81e-7a0a-411a-9d35-9d2bf26bd381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2139 0.006099 10.0.0.240 - - [2026-03-26 02:24:42] "POST /neutron/network HTTP/1.1" 200 890 0.009108 10.0.0.240 - - [2026-03-26 02:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.65 - - [2026-03-26 02:24:42] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000950 10.0.0.240 - - [2026-03-26 02:24:42] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.053091 10.0.0.65 - - [2026-03-26 02:24:42] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000970 10.0.0.240 - - [2026-03-26 02:24:42] "POST /neutron/network HTTP/1.1" 200 670 0.144303 10.0.0.240 - - [2026-03-26 02:24:43] "POST /id-to-fqname HTTP/1.1" 200 253 0.004095 10.0.0.240 - - [2026-03-26 02:24:43] "GET /virtual-network/9e686269-e065-455d-825e-15d5fe7dc89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.008061 10.0.0.240 - - [2026-03-26 02:24:43] "POST /neutron/network HTTP/1.1" 200 890 0.008492 10.0.0.240 - - [2026-03-26 02:24:43] "GET /virtual-network/9e686269-e065-455d-825e-15d5fe7dc89a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006926 10.0.0.240 - - [2026-03-26 02:24:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003635 10.0.0.65 - - [2026-03-26 02:24:43] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001358 10.0.0.240 - - [2026-03-26 02:24:43] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.056605 10.0.0.240 - - [2026-03-26 02:24:43] "POST /neutron/network HTTP/1.1" 200 117 0.030366 10.0.0.22 - - [2026-03-26 02:24:43] "POST /route-targets HTTP/1.1" 200 327 0.014575 10.0.0.240 - - [2026-03-26 02:24:43] "POST /neutron/network HTTP/1.1" 200 891 0.009061 10.0.0.240 - - [2026-03-26 02:24:43] "POST /id-to-fqname HTTP/1.1" 200 254 0.001075 10.0.0.240 - - [2026-03-26 02:24:43] "GET /virtual-network/3f490732-eff8-4ae8-a19b-7bce11145b0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005120 10.0.0.240 - - [2026-03-26 02:24:43] "GET /virtual-network/3f490732-eff8-4ae8-a19b-7bce11145b0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005714 10.0.0.240 - - [2026-03-26 02:24:43] "POST /neutron/subnet HTTP/1.1" 200 725 0.009415 10.0.0.240 - - [2026-03-26 02:24:43] "POST /id-to-fqname HTTP/1.1" 200 253 0.001097 10.0.0.65 - - [2026-03-26 02:24:44] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001278 10.0.0.240 - - [2026-03-26 02:24:44] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.074104 10.0.0.240 - - [2026-03-26 02:24:45] "POST /neutron/port HTTP/1.1" 200 117 0.007696 10.0.0.240 - - [2026-03-26 02:24:45] "POST /id-to-fqname HTTP/1.1" 200 254 0.001227 10.0.0.240 - - [2026-03-26 02:24:45] "POST /neutron/network HTTP/1.1" 200 901 0.007426 10.0.0.240 - - [2026-03-26 02:24:46] "POST /neutron/port HTTP/1.1" 200 1062 0.020510 10.0.0.65 - - [2026-03-26 02:24:46] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001092 10.0.0.240 - - [2026-03-26 02:24:46] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.119104 10.0.0.240 - - [2026-03-26 02:24:46] "POST /neutron/network HTTP/1.1" 200 891 0.007922 10.0.0.240 - - [2026-03-26 02:24:46] "POST /neutron/subnet HTTP/1.1" 200 703 0.011616 10.0.0.240 - - [2026-03-26 02:24:46] "POST /neutron/port HTTP/1.1" 200 1126 0.030951 10.0.0.240 - - [2026-03-26 02:24:46] "POST /neutron/network HTTP/1.1" 200 901 0.012024 10.0.0.240 - - [2026-03-26 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.004294 10.0.0.240 - - [2026-03-26 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003551 10.0.0.65 - - [2026-03-26 02:24:47] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001159 10.0.0.240 - - [2026-03-26 02:24:47] "POST /neutron/port HTTP/1.1" 200 1061 0.022558 10.0.0.240 - - [2026-03-26 02:24:47] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010397 10.0.0.240 - - [2026-03-26 02:24:47] "POST /service-templates HTTP/1.1" 200 543 0.058064 10.0.0.240 - - [2026-03-26 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004175 10.0.0.240 - - [2026-03-26 02:24:47] "GET /service-template/62472525-8fcf-409e-8bc4-747d797e26a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.006941 10.0.0.240 - - [2026-03-26 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.240 - - [2026-03-26 02:24:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005513 10.0.0.240 - - [2026-03-26 02:24:47] "GET /service-template/62472525-8fcf-409e-8bc4-747d797e26a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1816 0.004895 10.0.0.240 - - [2026-03-26 02:24:47] "POST /id-to-fqname HTTP/1.1" 200 253 0.001334 10.0.0.240 - - [2026-03-26 02:24:47] "POST /neutron/network HTTP/1.1" 200 891 0.008150 10.0.0.240 - - [2026-03-26 02:24:47] "POST /id-to-fqname HTTP/1.1" 200 253 0.001319 10.0.0.240 - - [2026-03-26 02:24:47] "POST /id-to-fqname HTTP/1.1" 200 254 0.001344 10.0.0.240 - - [2026-03-26 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005162 10.0.0.240 - - [2026-03-26 02:24:47] "DELETE /service-template/62472525-8fcf-409e-8bc4-747d797e26a2 HTTP/1.1" 200 115 0.029551 10.0.0.240 - - [2026-03-26 02:24:47] "POST /fqname-to-id HTTP/1.1" 404 193 0.007852 10.0.0.240 - - [2026-03-26 02:24:50] "POST /neutron/network HTTP/1.1" 200 890 0.008870 10.0.0.240 - - [2026-03-26 02:24:50] "POST /neutron/port HTTP/1.1" 200 1115 0.017949 10.0.0.240 - - [2026-03-26 02:24:50] "POST /neutron/port HTTP/1.1" 200 1116 0.030015 10.0.0.65 - - [2026-03-26 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.005099 10.0.0.65 - - [2026-03-26 02:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002939 10.0.0.240 - - [2026-03-26 02:24:52] "POST /neutron/network HTTP/1.1" 200 151 0.149117 10.0.0.22 - - [2026-03-26 02:24:52] "DELETE /route-target/82dfe111-d945-4ca8-b2e7-39d5df8b192d HTTP/1.1" 200 115 0.033018 10.0.0.240 - - [2026-03-26 02:24:52] "POST /neutron/network HTTP/1.1" 200 890 0.011882 10.0.0.22 - - [2026-03-26 02:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.65 - - [2026-03-26 02:24:52] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001264 10.0.0.240 - - [2026-03-26 02:24:52] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.060763 10.0.0.65 - - [2026-03-26 02:24:52] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000935 10.0.0.240 - - [2026-03-26 02:24:52] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?fields=virtual_networks HTTP/1.1" 200 1033 0.047673 10.0.0.65 - - [2026-03-26 02:24:52] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001188 10.0.0.240 - - [2026-03-26 02:24:52] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.053180 10.0.0.65 - - [2026-03-26 02:24:52] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001037 10.0.0.240 - - [2026-03-26 02:24:52] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?fields=security_groups HTTP/1.1" 200 1260 0.061478 10.0.0.240 - - [2026-03-26 02:24:53] "POST /fqname-to-id HTTP/1.1" 404 193 0.027715 10.0.0.65 - - [2026-03-26 02:24:53] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003140 10.0.0.65 - - [2026-03-26 02:24:54] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.65 - - [2026-03-26 02:24:54] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007358 10.0.0.65 - - [2026-03-26 02:24:54] "POST /id-to-fqname HTTP/1.1" 200 195 0.001194 10.0.0.65 - - [2026-03-26 02:24:54] "POST /fqname-to-id HTTP/1.1" 404 204 0.008887 10.0.0.65 - - [2026-03-26 02:24:54] "POST /security-groups HTTP/1.1" 200 596 0.033220 10.0.0.65 - - [2026-03-26 02:24:54] "POST /projects HTTP/1.1" 200 595 0.249417 10.0.0.22 - - [2026-03-26 02:24:54] "POST /access-control-lists HTTP/1.1" 200 601 0.030150 10.0.0.65 - - [2026-03-26 02:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.327726 10.0.0.240 - - [2026-03-26 02:24:54] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.474859 10.0.0.240 - - [2026-03-26 02:24:55] "GET / HTTP/1.1" 200 35931 0.001684 10.0.0.240 - - [2026-03-26 02:24:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000472 10.0.0.240 - - [2026-03-26 02:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.057322 10.0.0.65 - - [2026-03-26 02:24:56] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001557 10.0.0.240 - - [2026-03-26 02:24:56] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.052303 10.0.0.65 - - [2026-03-26 02:24:56] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000933 10.0.0.240 - - [2026-03-26 02:24:56] "POST /neutron/network HTTP/1.1" 200 682 0.155005 10.0.0.22 - - [2026-03-26 02:24:56] "POST /route-targets HTTP/1.1" 200 327 0.013213 10.0.0.240 - - [2026-03-26 02:24:57] "POST /neutron/network HTTP/1.1" 200 1075 0.010839 10.0.0.240 - - [2026-03-26 02:24:57] "POST /id-to-fqname HTTP/1.1" 200 261 0.001060 10.0.0.240 - - [2026-03-26 02:24:57] "GET /virtual-network/96be7eb4-57bd-42ff-9b29-227dd63316bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005396 10.0.0.240 - - [2026-03-26 02:24:57] "GET /virtual-network/96be7eb4-57bd-42ff-9b29-227dd63316bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005147 10.0.0.22 - - [2026-03-26 02:24:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.026474 10.0.0.240 - - [2026-03-26 02:24:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.008942 10.0.0.240 - - [2026-03-26 02:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.65 - - [2026-03-26 02:24:57] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001055 10.0.0.240 - - [2026-03-26 02:24:57] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.049445 10.0.0.65 - - [2026-03-26 02:24:57] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001037 10.0.0.240 - - [2026-03-26 02:24:57] "POST /neutron/network HTTP/1.1" 200 682 0.133712 10.0.0.22 - - [2026-03-26 02:24:57] "POST /ref-update HTTP/1.1" 200 156 0.036266 10.0.0.22 - - [2026-03-26 02:24:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.004410 10.0.0.240 - - [2026-03-26 02:24:58] "POST /neutron/network HTTP/1.1" 200 1075 0.010850 10.0.0.240 - - [2026-03-26 02:24:58] "POST /id-to-fqname HTTP/1.1" 200 261 0.001056 10.0.0.240 - - [2026-03-26 02:24:58] "GET /virtual-network/8b581954-d4cc-4e3e-abd6-e2e38acc3abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005178 10.0.0.240 - - [2026-03-26 02:24:58] "GET /virtual-network/8b581954-d4cc-4e3e-abd6-e2e38acc3abd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.009632 10.0.0.240 - - [2026-03-26 02:24:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.008976 10.0.0.240 - - [2026-03-26 02:24:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003372 10.0.0.65 - - [2026-03-26 02:24:58] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000907 10.0.0.240 - - [2026-03-26 02:24:58] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.056213 10.0.0.65 - - [2026-03-26 02:24:58] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001420 10.0.0.240 - - [2026-03-26 02:24:58] "POST /neutron/network HTTP/1.1" 200 684 0.146755 10.0.0.240 - - [2026-03-26 02:24:59] "POST /neutron/network HTTP/1.1" 200 1076 0.012866 10.0.0.240 - - [2026-03-26 02:24:59] "POST /id-to-fqname HTTP/1.1" 200 262 0.001063 10.0.0.240 - - [2026-03-26 02:24:59] "GET /virtual-network/945b2ecd-f02b-4a73-a788-40d40ea97f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005055 10.0.0.240 - - [2026-03-26 02:24:59] "GET /virtual-network/945b2ecd-f02b-4a73-a788-40d40ea97f2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005660 10.0.0.240 - - [2026-03-26 02:24:59] "POST /neutron/subnet HTTP/1.1" 200 823 0.008761 10.0.0.240 - - [2026-03-26 02:24:59] "POST /id-to-fqname HTTP/1.1" 200 261 0.001258 10.0.0.65 - - [2026-03-26 02:25:00] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000924 10.0.0.240 - - [2026-03-26 02:25:00] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.104715 10.0.0.240 - - [2026-03-26 02:25:00] "POST /neutron/network HTTP/1.1" 200 1075 0.009385 10.0.0.240 - - [2026-03-26 02:25:00] "POST /id-to-fqname HTTP/1.1" 200 262 0.001246 10.0.0.240 - - [2026-03-26 02:25:00] "POST /neutron/port HTTP/1.1" 200 117 0.007103 10.0.0.65 - - [2026-03-26 02:25:01] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001134 10.0.0.240 - - [2026-03-26 02:25:01] "POST /neutron/port HTTP/1.1" 200 1172 0.402724 10.0.0.65 - - [2026-03-26 02:25:01] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001088 10.0.0.240 - - [2026-03-26 02:25:01] "POST /neutron/port HTTP/1.1" 200 1226 0.151854 10.0.0.240 - - [2026-03-26 02:25:01] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.127530 10.0.0.240 - - [2026-03-26 02:25:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004162 10.0.0.240 - - [2026-03-26 02:25:01] "POST /neutron/port HTTP/1.1" 200 117 0.001183 10.0.0.240 - - [2026-03-26 02:25:02] "POST /neutron/port HTTP/1.1" 200 1236 0.023811 10.0.0.240 - - [2026-03-26 02:25:02] "POST /neutron/network HTTP/1.1" 200 1086 0.007761 10.0.0.240 - - [2026-03-26 02:25:03] "POST /neutron/port HTTP/1.1" 200 1171 0.024907 10.0.0.240 - - [2026-03-26 02:25:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003767 10.0.0.240 - - [2026-03-26 02:25:03] "POST /neutron/port HTTP/1.1" 200 117 0.001128 10.0.0.240 - - [2026-03-26 02:25:03] "POST /neutron/network HTTP/1.1" 200 1075 0.010578 10.0.0.240 - - [2026-03-26 02:25:04] "POST /neutron/port HTTP/1.1" 200 1226 0.019301 10.0.0.240 - - [2026-03-26 02:25:04] "POST /neutron/port HTTP/1.1" 200 1225 0.020632 10.0.0.240 - - [2026-03-26 02:25:05] "POST /neutron/network HTTP/1.1" 200 1075 0.009353 10.0.0.22 - - [2026-03-26 02:25:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.034761 10.0.0.22 - - [2026-03-26 02:25:06] "DELETE /route-target/9a2d649b-6453-4701-bc62-0c874c0b0d80 HTTP/1.1" 200 115 0.023448 10.0.0.65 - - [2026-03-26 02:25:06] "POST /useragent-kv HTTP/1.1" 200 115 0.066790 10.0.0.65 - - [2026-03-26 02:25:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002734 10.0.0.65 - - [2026-03-26 02:25:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002438 10.0.0.65 - - [2026-03-26 02:25:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002379 10.0.0.240 - - [2026-03-26 02:25:06] "POST /neutron/network HTTP/1.1" 200 151 0.214806 10.0.0.65 - - [2026-03-26 02:25:06] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000956 10.0.0.240 - - [2026-03-26 02:25:06] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.085822 10.0.0.65 - - [2026-03-26 02:25:06] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000925 10.0.0.240 - - [2026-03-26 02:25:06] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?fields=virtual_networks HTTP/1.1" 200 1042 0.045264 10.0.0.65 - - [2026-03-26 02:25:06] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001160 10.0.0.240 - - [2026-03-26 02:25:06] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.050596 10.0.0.65 - - [2026-03-26 02:25:06] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001022 10.0.0.240 - - [2026-03-26 02:25:06] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?fields=security_groups HTTP/1.1" 200 1273 0.047878 10.0.0.240 - - [2026-03-26 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 196 0.027242 10.0.0.65 - - [2026-03-26 02:25:07] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003990 10.0.0.65 - - [2026-03-26 02:25:07] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004402 10.0.0.65 - - [2026-03-26 02:25:07] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.046118 10.0.0.65 - - [2026-03-26 02:25:07] "POST /id-to-fqname HTTP/1.1" 200 198 0.005054 10.0.0.65 - - [2026-03-26 02:25:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.003494 10.0.0.65 - - [2026-03-26 02:25:08] "POST /security-groups HTTP/1.1" 200 599 0.033637 10.0.0.22 - - [2026-03-26 02:25:08] "POST /fqname-to-id HTTP/1.1" 404 242 0.004292 10.0.0.65 - - [2026-03-26 02:25:08] "POST /projects HTTP/1.1" 200 601 0.279115 10.0.0.65 - - [2026-03-26 02:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.324807 10.0.0.22 - - [2026-03-26 02:25:08] "POST /access-control-lists HTTP/1.1" 200 602 0.034460 10.0.0.240 - - [2026-03-26 02:25:08] "GET /project/c4bca875-f9d9-4c55-a5ee-18e1393f4885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.525619 10.0.0.240 - - [2026-03-26 02:25:09] "GET / HTTP/1.1" 200 35931 0.002170 10.0.0.240 - - [2026-03-26 02:25:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.240 - - [2026-03-26 02:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.064257 10.0.0.65 - - [2026-03-26 02:25:10] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.240 - - [2026-03-26 02:25:10] "GET /project/c4bca875-f9d9-4c55-a5ee-18e1393f4885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.068279 10.0.0.240 - - [2026-03-26 02:25:10] "POST /neutron/network HTTP/1.1" 200 117 0.050622 10.0.0.65 - - [2026-03-26 02:25:10] "DELETE /project/1396c0e67c0042d2ac566c1dc5b0638a HTTP/1.1" 404 173 0.019893 10.0.0.65 - - [2026-03-26 02:25:10] "DELETE /project/c4bca875f9d94c55a5ee18e1393f4885 HTTP/1.1" 404 173 0.023593 10.0.0.65 - - [2026-03-26 02:25:10] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001220 10.0.0.65 - - [2026-03-26 02:25:10] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000819 10.0.0.65 - - [2026-03-26 02:25:10] "DELETE /project/5c81e671baa947ac847fa961789a4562 HTTP/1.1" 404 173 0.018493 10.0.0.65 - - [2026-03-26 02:25:10] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.128505 10.0.0.65 - - [2026-03-26 02:25:10] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001972 10.0.0.65 - - [2026-03-26 02:25:10] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.177525 10.0.0.65 - - [2026-03-26 02:25:10] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001401 10.0.0.65 - - [2026-03-26 02:25:10] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?fields=security_groups HTTP/1.1" 200 1365 0.108149 10.0.0.65 - - [2026-03-26 02:25:10] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?fields=security_groups HTTP/1.1" 200 1378 0.115029 10.0.0.65 - - [2026-03-26 02:25:10] "DELETE /security-group/137f7fa6-086c-4030-b4cb-7d03ff32354b HTTP/1.1" 200 115 0.106583 10.0.0.65 - - [2026-03-26 02:25:10] "GET /projects?obj_uuids=5c81e671-baa9-47ac-847f-a961789a4562&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001544 10.0.0.240 - - [2026-03-26 02:25:11] "POST /neutron/network HTTP/1.1" 200 912 0.022132 10.0.0.22 - - [2026-03-26 02:25:11] "DELETE /access-control-list/16f973ca-96ce-4d59-a946-38eebe70e52a HTTP/1.1" 200 115 0.085273 10.0.0.65 - - [2026-03-26 02:25:11] "GET /project/5c81e671-baa9-47ac-847f-a961789a4562?fields=application_policy_sets HTTP/1.1" 200 1404 0.087350 10.0.0.240 - - [2026-03-26 02:25:11] "POST /id-to-fqname HTTP/1.1" 200 267 0.001282 10.0.0.65 - - [2026-03-26 02:25:11] "DELETE /security-group/d30e6afd-1ce0-4b4c-a79a-2784f5209327 HTTP/1.1" 200 115 0.157174 10.0.0.240 - - [2026-03-26 02:25:11] "GET /virtual-network/da04dc6c-a032-4a3a-b3dc-a0c59895f484?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.013506 10.0.0.65 - - [2026-03-26 02:25:11] "GET /projects?obj_uuids=1396c0e6-7c00-42d2-ac56-6c1dc5b0638a&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003195 10.0.0.65 - - [2026-03-26 02:25:11] "GET /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a?fields=application_policy_sets HTTP/1.1" 200 1417 0.070213 10.0.0.240 - - [2026-03-26 02:25:11] "GET /virtual-network/da04dc6c-a032-4a3a-b3dc-a0c59895f484?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.013989 10.0.0.240 - - [2026-03-26 02:25:11] "POST /neutron/subnet HTTP/1.1" 200 734 0.018710 10.0.0.240 - - [2026-03-26 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.65 - - [2026-03-26 02:25:11] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002000 10.0.0.22 - - [2026-03-26 02:25:11] "DELETE /access-control-list/4e529ebc-c3ce-4e55-95b5-f5cb3b66cd25 HTTP/1.1" 200 115 0.088912 10.0.0.240 - - [2026-03-26 02:25:11] "GET /project/c4bca875-f9d9-4c55-a5ee-18e1393f4885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.115343 10.0.0.65 - - [2026-03-26 02:25:11] "DELETE /project/5c81e671-baa9-47ac-847f-a961789a4562 HTTP/1.1" 200 115 0.824071 10.0.0.65 - - [2026-03-26 02:25:11] "DELETE /project/1396c0e6-7c00-42d2-ac56-6c1dc5b0638a HTTP/1.1" 200 115 0.892210 10.0.0.65 - - [2026-03-26 02:25:11] "POST /useragent-kv HTTP/1.1" 200 115 0.002675 10.0.0.240 - - [2026-03-26 02:25:11] "POST /neutron/subnet HTTP/1.1" 200 720 0.205402 10.0.0.240 - - [2026-03-26 02:25:11] "POST /id-to-fqname HTTP/1.1" 200 267 0.001224 10.0.0.240 - - [2026-03-26 02:25:11] "GET /virtual-network/d91c8e5e-69ce-480a-b95c-1b91034ab188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005452 10.0.0.240 - - [2026-03-26 02:25:11] "GET /virtual-network/d91c8e5e-69ce-480a-b95c-1b91034ab188?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2171 0.005480 10.0.0.240 - - [2026-03-26 02:25:11] "POST /neutron/network HTTP/1.1" 200 909 0.007992 10.0.0.240 - - [2026-03-26 02:25:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.65 - - [2026-03-26 02:25:11] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.240 - - [2026-03-26 02:25:11] "GET /project/c4bca875-f9d9-4c55-a5ee-18e1393f4885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.042117 10.0.0.65 - - [2026-03-26 02:25:12] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.240 - - [2026-03-26 02:25:12] "POST /neutron/network HTTP/1.1" 200 693 0.126429 10.0.0.22 - - [2026-03-26 02:25:12] "POST /route-targets HTTP/1.1" 200 327 0.016183 10.0.0.240 - - [2026-03-26 02:25:12] "POST /id-to-fqname HTTP/1.1" 200 268 0.003332 10.0.0.240 - - [2026-03-26 02:25:12] "GET /virtual-network/fbd33dac-184c-42a1-9c6d-e07f3f37bf58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005268 10.0.0.240 - - [2026-03-26 02:25:12] "POST /neutron/network HTTP/1.1" 200 913 0.007488 10.0.0.240 - - [2026-03-26 02:25:12] "GET /virtual-network/fbd33dac-184c-42a1-9c6d-e07f3f37bf58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2180 0.005784 10.0.0.240 - - [2026-03-26 02:25:12] "POST /id-to-fqname HTTP/1.1" 200 267 0.001193 10.0.0.240 - - [2026-03-26 02:25:12] "POST /neutron/network HTTP/1.1" 200 919 0.007092 10.0.0.65 - - [2026-03-26 02:25:13] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001032 10.0.0.240 - - [2026-03-26 02:25:13] "GET /project/c4bca875-f9d9-4c55-a5ee-18e1393f4885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.090872 10.0.0.240 - - [2026-03-26 02:25:13] "POST /neutron/port HTTP/1.1" 200 117 0.007535 10.0.0.240 - - [2026-03-26 02:25:13] "POST /id-to-fqname HTTP/1.1" 200 268 0.001174 10.0.0.240 - - [2026-03-26 02:25:14] "POST /neutron/network HTTP/1.1" 200 919 0.006847 10.0.0.240 - - [2026-03-26 02:25:14] "POST /neutron/port HTTP/1.1" 200 1067 0.018140 10.0.0.240 - - [2026-03-26 02:25:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003776 10.0.0.240 - - [2026-03-26 02:25:14] "POST /neutron/network HTTP/1.1" 200 909 0.007086 10.0.0.65 - - [2026-03-26 02:25:14] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001230 10.0.0.240 - - [2026-03-26 02:25:15] "GET /project/c4bca875-f9d9-4c55-a5ee-18e1393f4885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.084287 10.0.0.240 - - [2026-03-26 02:25:15] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007406 10.0.0.65 - - [2026-03-26 02:25:15] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001320 10.0.0.240 - - [2026-03-26 02:25:16] "POST /neutron/port HTTP/1.1" 200 1069 0.332936 10.0.0.240 - - [2026-03-26 02:25:16] "POST /neutron/port HTTP/1.1" 200 1123 0.115165 10.0.0.240 - - [2026-03-26 02:25:16] "POST /neutron/subnet HTTP/1.1" 200 703 0.009059 10.0.0.240 - - [2026-03-26 02:25:16] "POST /neutron/network HTTP/1.1" 200 909 0.008096 10.0.0.240 - - [2026-03-26 02:25:17] "POST /neutron/port HTTP/1.1" 200 1121 0.015819 10.0.0.240 - - [2026-03-26 02:25:17] "POST /neutron/port HTTP/1.1" 200 1123 0.013571 10.0.0.240 - - [2026-03-26 02:25:18] "POST /neutron/network HTTP/1.1" 200 909 0.008150 10.0.0.22 - - [2026-03-26 02:25:19] "DELETE /route-target/f3d5b444-3db6-4108-aa00-ab7978cfb370 HTTP/1.1" 200 115 0.025372 10.0.0.65 - - [2026-03-26 02:25:19] "POST /useragent-kv HTTP/1.1" 200 115 0.002670 10.0.0.65 - - [2026-03-26 02:25:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005285 10.0.0.240 - - [2026-03-26 02:25:19] "POST /neutron/network HTTP/1.1" 200 151 0.135049 10.0.0.22 - - [2026-03-26 02:25:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004936 10.0.0.65 - - [2026-03-26 02:25:19] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.240 - - [2026-03-26 02:25:19] "GET /project/c4bca875-f9d9-4c55-a5ee-18e1393f4885?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.049804 10.0.0.65 - - [2026-03-26 02:25:19] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.240 - - [2026-03-26 02:25:19] "GET /project/c4bca875-f9d9-4c55-a5ee-18e1393f4885?fields=virtual_networks HTTP/1.1" 200 1049 0.054705 10.0.0.65 - - [2026-03-26 02:25:19] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.240 - - [2026-03-26 02:25:19] "GET /project/c4bca875-f9d9-4c55-a5ee-18e1393f4885?fields=virtual_machine_interfaces HTTP/1.1" 200 1049 0.048343 10.0.0.65 - - [2026-03-26 02:25:19] "GET /projects?obj_uuids=c4bca875-f9d9-4c55-a5ee-18e1393f4885&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001207 10.0.0.240 - - [2026-03-26 02:25:19] "GET /project/c4bca875-f9d9-4c55-a5ee-18e1393f4885?fields=security_groups HTTP/1.1" 200 1283 0.060302 10.0.0.240 - - [2026-03-26 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.026583 10.0.0.65 - - [2026-03-26 02:25:20] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003006 10.0.0.65 - - [2026-03-26 02:25:20] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000963 10.0.0.65 - - [2026-03-26 02:25:20] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007751 10.0.0.65 - - [2026-03-26 02:25:20] "POST /id-to-fqname HTTP/1.1" 200 195 0.002095 10.0.0.65 - - [2026-03-26 02:25:20] "POST /fqname-to-id HTTP/1.1" 404 204 0.006510 10.0.0.65 - - [2026-03-26 02:25:21] "POST /security-groups HTTP/1.1" 200 596 0.087086 10.0.0.65 - - [2026-03-26 02:25:21] "POST /projects HTTP/1.1" 200 595 0.313138 10.0.0.22 - - [2026-03-26 02:25:21] "POST /access-control-lists HTTP/1.1" 200 601 0.028659 10.0.0.65 - - [2026-03-26 02:25:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.391290 10.0.0.240 - - [2026-03-26 02:25:21] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.524097 10.0.0.240 - - [2026-03-26 02:25:22] "GET / HTTP/1.1" 200 35931 0.001394 10.0.0.240 - - [2026-03-26 02:25:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000419 10.0.0.240 - - [2026-03-26 02:25:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.068005 10.0.0.65 - - [2026-03-26 02:25:23] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001437 10.0.0.240 - - [2026-03-26 02:25:23] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.043470 10.0.0.240 - - [2026-03-26 02:25:23] "POST /neutron/network HTTP/1.1" 200 117 0.037753 10.0.0.22 - - [2026-03-26 02:25:23] "POST /route-targets HTTP/1.1" 200 327 0.013227 10.0.0.240 - - [2026-03-26 02:25:23] "POST /neutron/network HTTP/1.1" 200 900 0.008589 10.0.0.240 - - [2026-03-26 02:25:23] "POST /id-to-fqname HTTP/1.1" 200 261 0.001125 10.0.0.240 - - [2026-03-26 02:25:24] "GET /virtual-network/ae90b9df-3c9c-4e17-be0a-ed7d62586aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.006967 10.0.0.240 - - [2026-03-26 02:25:24] "GET /virtual-network/ae90b9df-3c9c-4e17-be0a-ed7d62586aef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.005580 10.0.0.240 - - [2026-03-26 02:25:24] "POST /neutron/subnet HTTP/1.1" 200 720 0.009130 10.0.0.240 - - [2026-03-26 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003327 10.0.0.65 - - [2026-03-26 02:25:24] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001009 10.0.0.240 - - [2026-03-26 02:25:24] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.060241 10.0.0.22 - - [2026-03-26 02:25:24] "POST /ref-update HTTP/1.1" 200 156 0.040291 10.0.0.65 - - [2026-03-26 02:25:24] "POST /useragent-kv HTTP/1.1" 200 115 0.016489 10.0.0.240 - - [2026-03-26 02:25:24] "POST /neutron/subnet HTTP/1.1" 200 719 0.252234 10.0.0.240 - - [2026-03-26 02:25:24] "POST /id-to-fqname HTTP/1.1" 200 261 0.001748 10.0.0.240 - - [2026-03-26 02:25:24] "GET /virtual-network/30df0173-fb8b-4691-9dfb-c3ec8fe225ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.006886 10.0.0.240 - - [2026-03-26 02:25:24] "GET /virtual-network/30df0173-fb8b-4691-9dfb-c3ec8fe225ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.006296 10.0.0.240 - - [2026-03-26 02:25:24] "POST /neutron/network HTTP/1.1" 200 900 0.007852 10.0.0.240 - - [2026-03-26 02:25:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.65 - - [2026-03-26 02:25:24] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000880 10.0.0.240 - - [2026-03-26 02:25:24] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.046906 10.0.0.65 - - [2026-03-26 02:25:24] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001384 10.0.0.240 - - [2026-03-26 02:25:25] "POST /neutron/network HTTP/1.1" 200 684 0.127550 10.0.0.240 - - [2026-03-26 02:25:25] "POST /id-to-fqname HTTP/1.1" 200 262 0.003367 10.0.0.240 - - [2026-03-26 02:25:25] "GET /virtual-network/2e5e074d-dc7f-4bee-8bb0-adcb1d8b9648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005570 10.0.0.240 - - [2026-03-26 02:25:25] "POST /neutron/network HTTP/1.1" 200 903 0.007820 10.0.0.240 - - [2026-03-26 02:25:25] "GET /virtual-network/2e5e074d-dc7f-4bee-8bb0-adcb1d8b9648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005949 10.0.0.240 - - [2026-03-26 02:25:25] "POST /id-to-fqname HTTP/1.1" 200 261 0.001249 10.0.0.240 - - [2026-03-26 02:25:25] "POST /neutron/network HTTP/1.1" 200 910 0.007421 10.0.0.65 - - [2026-03-26 02:25:26] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000927 10.0.0.240 - - [2026-03-26 02:25:26] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.076707 10.0.0.240 - - [2026-03-26 02:25:26] "POST /neutron/port HTTP/1.1" 200 117 0.007125 10.0.0.240 - - [2026-03-26 02:25:26] "POST /id-to-fqname HTTP/1.1" 200 262 0.001509 10.0.0.240 - - [2026-03-26 02:25:27] "POST /neutron/network HTTP/1.1" 200 910 0.006971 10.0.0.240 - - [2026-03-26 02:25:27] "POST /neutron/port HTTP/1.1" 200 1064 0.019893 10.0.0.65 - - [2026-03-26 02:25:27] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001174 10.0.0.240 - - [2026-03-26 02:25:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003176 10.0.0.240 - - [2026-03-26 02:25:27] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.110068 10.0.0.240 - - [2026-03-26 02:25:27] "POST /neutron/port HTTP/1.1" 200 117 0.001528 10.0.0.240 - - [2026-03-26 02:25:28] "POST /neutron/security_group HTTP/1.1" 200 2063 0.008578 10.0.0.65 - - [2026-03-26 02:25:28] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000923 10.0.0.240 - - [2026-03-26 02:25:28] "POST /fqname-to-id HTTP/1.1" 404 193 0.004221 10.0.0.240 - - [2026-03-26 02:25:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004729 10.0.0.240 - - [2026-03-26 02:25:28] "POST /neutron/port HTTP/1.1" 200 1065 0.334879 10.0.0.65 - - [2026-03-26 02:25:28] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001064 10.0.0.240 - - [2026-03-26 02:25:28] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007674 10.0.0.240 - - [2026-03-26 02:25:28] "POST /service-templates HTTP/1.1" 200 543 0.038560 10.0.0.240 - - [2026-03-26 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.012309 10.0.0.240 - - [2026-03-26 02:25:29] "POST /neutron/port HTTP/1.1" 200 1119 0.128290 10.0.0.240 - - [2026-03-26 02:25:29] "GET /service-template/69f52f05-5222-42bd-a244-f89b2bbe13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.005814 10.0.0.240 - - [2026-03-26 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.240 - - [2026-03-26 02:25:29] "GET /service-template/69f52f05-5222-42bd-a244-f89b2bbe13f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.014925 10.0.0.240 - - [2026-03-26 02:25:29] "POST /neutron/subnet HTTP/1.1" 200 699 0.009713 10.0.0.240 - - [2026-03-26 02:25:29] "POST /id-to-fqname HTTP/1.1" 200 261 0.001204 10.0.0.240 - - [2026-03-26 02:25:29] "POST /id-to-fqname HTTP/1.1" 200 261 0.001834 10.0.0.240 - - [2026-03-26 02:25:29] "POST /id-to-fqname HTTP/1.1" 200 262 0.001247 10.0.0.240 - - [2026-03-26 02:25:29] "POST /neutron/port HTTP/1.1" 200 2105 0.025231 10.0.0.240 - - [2026-03-26 02:25:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.240 - - [2026-03-26 02:25:29] "DELETE /service-template/69f52f05-5222-42bd-a244-f89b2bbe13f7 HTTP/1.1" 200 115 0.031778 10.0.0.240 - - [2026-03-26 02:25:29] "POST /fqname-to-id HTTP/1.1" 404 193 0.004491 10.0.0.240 - - [2026-03-26 02:25:31] "POST /neutron/network HTTP/1.1" 400 204 0.015666 10.0.0.240 - - [2026-03-26 02:25:32] "POST /neutron/port HTTP/1.1" 200 151 0.212640 10.0.0.240 - - [2026-03-26 02:25:32] "POST /neutron/port HTTP/1.1" 200 151 0.264312 10.0.0.22 - - [2026-03-26 02:25:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004916 10.0.0.240 - - [2026-03-26 02:25:34] "POST /neutron/network HTTP/1.1" 200 903 0.007393 10.0.0.22 - - [2026-03-26 02:25:34] "DELETE /route-target/d765fdce-a3ae-4264-85f1-df53f5051c16 HTTP/1.1" 200 115 0.027773 10.0.0.65 - - [2026-03-26 02:25:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003745 10.0.0.65 - - [2026-03-26 02:25:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003467 10.0.0.240 - - [2026-03-26 02:25:34] "POST /neutron/network HTTP/1.1" 200 151 0.125188 10.0.0.65 - - [2026-03-26 02:25:34] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001371 10.0.0.240 - - [2026-03-26 02:25:34] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.122363 10.0.0.65 - - [2026-03-26 02:25:34] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001202 10.0.0.240 - - [2026-03-26 02:25:34] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?fields=virtual_networks HTTP/1.1" 200 1043 0.071462 10.0.0.65 - - [2026-03-26 02:25:34] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001286 10.0.0.240 - - [2026-03-26 02:25:34] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.066040 10.0.0.65 - - [2026-03-26 02:25:34] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001115 10.0.0.240 - - [2026-03-26 02:25:34] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?fields=security_groups HTTP/1.1" 200 1274 0.066462 10.0.0.240 - - [2026-03-26 02:25:35] "POST /fqname-to-id HTTP/1.1" 404 197 0.037693 10.0.0.65 - - [2026-03-26 02:25:35] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003871 10.0.0.65 - - [2026-03-26 02:25:35] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000895 10.0.0.65 - - [2026-03-26 02:25:35] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006665 10.0.0.65 - - [2026-03-26 02:25:36] "POST /id-to-fqname HTTP/1.1" 200 199 0.001315 10.0.0.65 - - [2026-03-26 02:25:36] "POST /fqname-to-id HTTP/1.1" 404 208 0.012164 10.0.0.65 - - [2026-03-26 02:25:36] "POST /security-groups HTTP/1.1" 200 600 0.040490 10.0.0.22 - - [2026-03-26 02:25:36] "POST /fqname-to-id HTTP/1.1" 404 243 0.007628 10.0.0.65 - - [2026-03-26 02:25:36] "POST /projects HTTP/1.1" 200 603 0.300979 10.0.0.65 - - [2026-03-26 02:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.372662 10.0.0.22 - - [2026-03-26 02:25:36] "POST /access-control-lists HTTP/1.1" 200 603 0.029690 10.0.0.240 - - [2026-03-26 02:25:36] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.519379 10.0.0.240 - - [2026-03-26 02:25:37] "GET / HTTP/1.1" 200 35931 0.001477 10.0.0.240 - - [2026-03-26 02:25:38] "POST /fqname-to-id HTTP/1.1" 401 293 0.000451 10.0.0.240 - - [2026-03-26 02:25:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.084976 10.0.0.65 - - [2026-03-26 02:25:38] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000980 10.0.0.240 - - [2026-03-26 02:25:38] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.056384 10.0.0.22 - - [2026-03-26 02:25:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.003526 10.0.0.65 - - [2026-03-26 02:25:39] "POST /useragent-kv HTTP/1.1" 200 115 0.016794 10.0.0.240 - - [2026-03-26 02:25:39] "POST /neutron/subnet HTTP/1.1" 200 828 0.298620 10.0.0.240 - - [2026-03-26 02:25:39] "POST /id-to-fqname HTTP/1.1" 200 269 0.001506 10.0.0.240 - - [2026-03-26 02:25:39] "GET /virtual-network/a8767a36-5537-4714-89d0-d1a94f2d5508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.010290 10.0.0.240 - - [2026-03-26 02:25:39] "POST /neutron/network HTTP/1.1" 200 1088 0.009097 10.0.0.240 - - [2026-03-26 02:25:39] "GET /virtual-network/a8767a36-5537-4714-89d0-d1a94f2d5508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2764 0.005567 10.0.0.240 - - [2026-03-26 02:25:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.008484 10.0.0.240 - - [2026-03-26 02:25:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.65 - - [2026-03-26 02:25:39] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000925 10.0.0.240 - - [2026-03-26 02:25:39] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.047997 10.0.0.65 - - [2026-03-26 02:25:40] "POST /useragent-kv HTTP/1.1" 200 115 0.021622 10.0.0.240 - - [2026-03-26 02:25:40] "POST /neutron/subnet HTTP/1.1" 200 828 0.256102 10.0.0.22 - - [2026-03-26 02:25:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.008797 10.0.0.22 - - [2026-03-26 02:25:40] "POST /route-targets HTTP/1.1" 200 327 0.032258 10.0.0.240 - - [2026-03-26 02:25:40] "POST /id-to-fqname HTTP/1.1" 200 269 0.001202 10.0.0.240 - - [2026-03-26 02:25:40] "GET /virtual-network/3af3f3b7-693d-43f6-8bdd-236ecc673dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.009258 10.0.0.240 - - [2026-03-26 02:25:40] "POST /neutron/network HTTP/1.1" 200 1086 0.012698 10.0.0.240 - - [2026-03-26 02:25:40] "GET /virtual-network/3af3f3b7-693d-43f6-8bdd-236ecc673dd7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2759 0.009643 10.0.0.240 - - [2026-03-26 02:25:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.022625 10.0.0.240 - - [2026-03-26 02:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003218 10.0.0.65 - - [2026-03-26 02:25:40] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001074 10.0.0.240 - - [2026-03-26 02:25:40] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.046506 10.0.0.22 - - [2026-03-26 02:25:41] "POST /ref-update HTTP/1.1" 200 156 0.023257 10.0.0.65 - - [2026-03-26 02:25:41] "POST /useragent-kv HTTP/1.1" 200 115 0.014173 10.0.0.240 - - [2026-03-26 02:25:41] "POST /neutron/subnet HTTP/1.1" 200 828 0.213313 10.0.0.240 - - [2026-03-26 02:25:41] "POST /id-to-fqname HTTP/1.1" 200 270 0.001424 10.0.0.240 - - [2026-03-26 02:25:41] "GET /virtual-network/f913e970-2271-4b25-8cac-46ed426b8c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.010581 10.0.0.240 - - [2026-03-26 02:25:41] "POST /neutron/network HTTP/1.1" 200 1089 0.008259 10.0.0.240 - - [2026-03-26 02:25:41] "GET /virtual-network/f913e970-2271-4b25-8cac-46ed426b8c89?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006043 10.0.0.240 - - [2026-03-26 02:25:41] "POST /neutron/subnet HTTP/1.1" 200 724 0.010536 10.0.0.240 - - [2026-03-26 02:25:41] "POST /id-to-fqname HTTP/1.1" 200 269 0.001332 10.0.0.65 - - [2026-03-26 02:25:42] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000947 10.0.0.240 - - [2026-03-26 02:25:42] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.084399 10.0.0.240 - - [2026-03-26 02:25:42] "POST /neutron/port HTTP/1.1" 200 117 0.006076 10.0.0.240 - - [2026-03-26 02:25:42] "POST /id-to-fqname HTTP/1.1" 200 270 0.001687 10.0.0.240 - - [2026-03-26 02:25:43] "POST /neutron/network HTTP/1.1" 200 1099 0.006889 10.0.0.240 - - [2026-03-26 02:25:44] "POST /neutron/port HTTP/1.1" 200 1175 0.049964 10.0.0.65 - - [2026-03-26 02:25:44] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001058 10.0.0.240 - - [2026-03-26 02:25:44] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.100885 10.0.0.240 - - [2026-03-26 02:25:44] "POST /neutron/network HTTP/1.1" 200 1089 0.062775 10.0.0.240 - - [2026-03-26 02:25:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003888 10.0.0.240 - - [2026-03-26 02:25:44] "POST /neutron/port HTTP/1.1" 200 117 0.001063 10.0.0.240 - - [2026-03-26 02:25:44] "POST /neutron/network HTTP/1.1" 200 1086 0.008921 10.0.0.65 - - [2026-03-26 02:25:44] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001076 10.0.0.240 - - [2026-03-26 02:25:45] "POST /neutron/port HTTP/1.1" 200 1176 0.343523 10.0.0.240 - - [2026-03-26 02:25:45] "POST /neutron/port HTTP/1.1" 200 1230 0.152265 10.0.0.240 - - [2026-03-26 02:25:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004205 10.0.0.240 - - [2026-03-26 02:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.001150 10.0.0.240 - - [2026-03-26 02:25:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003464 10.0.0.240 - - [2026-03-26 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.65 - - [2026-03-26 02:25:45] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001078 10.0.0.240 - - [2026-03-26 02:25:45] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008070 10.0.0.240 - - [2026-03-26 02:25:46] "POST /service-templates HTTP/1.1" 200 543 0.035467 10.0.0.240 - - [2026-03-26 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.012529 10.0.0.240 - - [2026-03-26 02:25:46] "GET /service-template/61515b8e-e855-416d-87d4-304416ff4f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.006842 10.0.0.240 - - [2026-03-26 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.240 - - [2026-03-26 02:25:46] "GET /service-template/61515b8e-e855-416d-87d4-304416ff4f93?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1823 0.004672 10.0.0.240 - - [2026-03-26 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 269 0.001330 10.0.0.240 - - [2026-03-26 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 269 0.001243 10.0.0.240 - - [2026-03-26 02:25:46] "POST /id-to-fqname HTTP/1.1" 200 270 0.001578 10.0.0.240 - - [2026-03-26 02:25:46] "POST /neutron/security_group HTTP/1.1" 200 2067 0.008183 10.0.0.240 - - [2026-03-26 02:25:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.240 - - [2026-03-26 02:25:46] "DELETE /service-template/61515b8e-e855-416d-87d4-304416ff4f93 HTTP/1.1" 200 115 0.032254 10.0.0.240 - - [2026-03-26 02:25:46] "POST /fqname-to-id HTTP/1.1" 404 193 0.004000 10.0.0.240 - - [2026-03-26 02:25:48] "POST /neutron/port HTTP/1.1" 200 1240 0.019607 10.0.0.240 - - [2026-03-26 02:25:48] "POST /neutron/port HTTP/1.1" 200 1239 0.030073 10.0.0.240 - - [2026-03-26 02:25:50] "POST /neutron/network HTTP/1.1" 200 1086 0.009434 10.0.0.22 - - [2026-03-26 02:25:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.008579 10.0.0.65 - - [2026-03-26 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.010637 10.0.0.65 - - [2026-03-26 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003907 10.0.0.65 - - [2026-03-26 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003902 10.0.0.65 - - [2026-03-26 02:25:50] "POST /useragent-kv HTTP/1.1" 200 115 0.010262 10.0.0.240 - - [2026-03-26 02:25:50] "POST /neutron/network HTTP/1.1" 200 151 0.176852 10.0.0.65 - - [2026-03-26 02:25:50] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001860 10.0.0.22 - - [2026-03-26 02:25:50] "DELETE /route-target/5f481696-1ba7-41e3-94a7-8217b02be7b1 HTTP/1.1" 200 115 0.041087 10.0.0.240 - - [2026-03-26 02:25:50] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.051247 10.0.0.65 - - [2026-03-26 02:25:50] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001639 10.0.0.240 - - [2026-03-26 02:25:50] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?fields=virtual_networks HTTP/1.1" 200 1051 0.044440 10.0.0.65 - - [2026-03-26 02:25:50] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001205 10.0.0.240 - - [2026-03-26 02:25:50] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.078090 10.0.0.65 - - [2026-03-26 02:25:51] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001187 10.0.0.240 - - [2026-03-26 02:25:51] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?fields=security_groups HTTP/1.1" 200 1286 0.056726 10.0.0.240 - - [2026-03-26 02:25:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.033719 10.0.0.65 - - [2026-03-26 02:25:51] "GET /projects?obj_uuids=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003947 10.0.0.65 - - [2026-03-26 02:25:52] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.65 - - [2026-03-26 02:25:52] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006557 10.0.0.65 - - [2026-03-26 02:25:52] "POST /id-to-fqname HTTP/1.1" 200 202 0.001124 10.0.0.65 - - [2026-03-26 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 211 0.006485 10.0.0.65 - - [2026-03-26 02:25:52] "POST /security-groups HTTP/1.1" 200 603 0.037882 10.0.0.65 - - [2026-03-26 02:25:52] "POST /projects HTTP/1.1" 200 609 0.259577 10.0.0.65 - - [2026-03-26 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.295090 10.0.0.22 - - [2026-03-26 02:25:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.009377 10.0.0.240 - - [2026-03-26 02:25:52] "GET /project/d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.459634 10.0.0.240 - - [2026-03-26 02:25:53] "GET / HTTP/1.1" 200 35931 0.001911 10.0.0.240 - - [2026-03-26 02:25:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000478 10.0.0.240 - - [2026-03-26 02:25:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.031018 10.0.0.65 - - [2026-03-26 02:25:55] "GET /projects?obj_uuids=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001487 10.0.0.240 - - [2026-03-26 02:25:55] "GET /project/d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049362 10.0.0.240 - - [2026-03-26 02:25:55] "POST /neutron/network HTTP/1.1" 200 117 0.041729 10.0.0.22 - - [2026-03-26 02:25:55] "POST /ref-update HTTP/1.1" 200 156 0.023526 10.0.0.240 - - [2026-03-26 02:25:55] "POST /neutron/network HTTP/1.1" 200 840 0.010145 10.0.0.240 - - [2026-03-26 02:25:55] "POST /id-to-fqname HTTP/1.1" 200 233 0.001046 10.0.0.240 - - [2026-03-26 02:25:55] "GET /virtual-network/cd93fd86-f793-46b0-9f3d-7fab7435889d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.021912 10.0.0.240 - - [2026-03-26 02:25:55] "GET /virtual-network/cd93fd86-f793-46b0-9f3d-7fab7435889d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005624 10.0.0.240 - - [2026-03-26 02:25:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.013930 10.0.0.240 - - [2026-03-26 02:25:56] "GET /virtual-network/cd93fd86-f793-46b0-9f3d-7fab7435889d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006449 10.0.0.240 - - [2026-03-26 02:25:57] "GET /obj-perms HTTP/1.1" 200 5073 0.064311 10.0.0.22 - - [2026-03-26 02:25:57] "GET /obj-perms HTTP/1.1" 200 5073 0.050662 10.0.0.240 - - [2026-03-26 02:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.65 - - [2026-03-26 02:25:58] "GET /projects?obj_uuids=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001369 10.0.0.240 - - [2026-03-26 02:25:58] "GET /project/d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051120 10.0.0.65 - - [2026-03-26 02:25:58] "POST /useragent-kv HTTP/1.1" 200 115 0.007758 10.0.0.240 - - [2026-03-26 02:25:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.215924 10.0.0.240 - - [2026-03-26 02:25:58] "POST /id-to-fqname HTTP/1.1" 200 233 0.001878 10.0.0.240 - - [2026-03-26 02:25:58] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006897 10.0.0.240 - - [2026-03-26 02:25:58] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007683 10.0.0.240 - - [2026-03-26 02:25:58] "POST /neutron/network HTTP/1.1" 200 837 0.007981 10.0.0.240 - - [2026-03-26 02:25:58] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007911 10.0.0.65 - - [2026-03-26 02:25:59] "GET /obj-perms HTTP/1.1" 200 5073 0.055332 10.0.0.240 - - [2026-03-26 02:25:59] "POST /id-to-fqname HTTP/1.1" 200 233 0.001298 10.0.0.22 - - [2026-03-26 02:26:10] "DELETE /access-control-list/a3c56921-9bc8-4c41-bf1c-18bfaf2cd515 HTTP/1.1" 200 115 0.041954 10.0.0.65 - - [2026-03-26 02:26:11] "DELETE /project/d34a1ccf14c040c6a88b59f2ab0c9f7a HTTP/1.1" 404 173 0.012475 10.0.0.65 - - [2026-03-26 02:26:11] "DELETE /project/c4bca875-f9d9-4c55-a5ee-18e1393f4885 HTTP/1.1" 404 177 0.011564 10.0.0.65 - - [2026-03-26 02:26:11] "DELETE /project/e1d6cf1ae3c04f2595dee27bf64942ab HTTP/1.1" 404 173 0.016351 10.0.0.65 - - [2026-03-26 02:26:11] "DELETE /project/d946cde9d826494f8cbcc7905e30efcb HTTP/1.1" 404 173 0.011094 10.0.0.65 - - [2026-03-26 02:26:11] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000827 10.0.0.65 - - [2026-03-26 02:26:11] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000793 10.0.0.65 - - [2026-03-26 02:26:11] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.062295 10.0.0.65 - - [2026-03-26 02:26:11] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.083895 10.0.0.65 - - [2026-03-26 02:26:11] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000959 10.0.0.65 - - [2026-03-26 02:26:11] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001093 10.0.0.65 - - [2026-03-26 02:26:11] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?fields=security_groups HTTP/1.1" 200 1379 0.064644 10.0.0.65 - - [2026-03-26 02:26:11] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?fields=security_groups HTTP/1.1" 200 1391 0.065665 10.0.0.65 - - [2026-03-26 02:26:11] "DELETE /security-group/b95ee2a8-64e8-4d16-b7c0-40d07f4fcace HTTP/1.1" 200 115 0.061437 10.0.0.65 - - [2026-03-26 02:26:11] "GET /projects?obj_uuids=d946cde9-d826-494f-8cbc-c7905e30efcb&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001100 10.0.0.65 - - [2026-03-26 02:26:11] "DELETE /security-group/53932f4f-3120-40ac-a702-207a0971d628 HTTP/1.1" 200 115 0.085212 10.0.0.65 - - [2026-03-26 02:26:11] "GET /projects?obj_uuids=e1d6cf1a-e3c0-4f25-95de-e27bf64942ab&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001021 10.0.0.65 - - [2026-03-26 02:26:11] "GET /project/d946cde9-d826-494f-8cbc-c7905e30efcb?fields=application_policy_sets HTTP/1.1" 200 1418 0.078757 10.0.0.22 - - [2026-03-26 02:26:11] "DELETE /access-control-list/b8f3ad39-0b03-4e1f-8b38-565df69f7167 HTTP/1.1" 200 115 0.061141 10.0.0.65 - - [2026-03-26 02:26:11] "GET /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab?fields=application_policy_sets HTTP/1.1" 200 1430 0.087716 10.0.0.65 - - [2026-03-26 02:26:12] "DELETE /project/d946cde9-d826-494f-8cbc-c7905e30efcb HTTP/1.1" 200 115 0.581578 10.0.0.65 - - [2026-03-26 02:26:12] "DELETE /project/e1d6cf1a-e3c0-4f25-95de-e27bf64942ab HTTP/1.1" 200 115 0.622737 10.0.0.65 - - [2026-03-26 02:26:35] "GET /projects?obj_uuids=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000941 10.0.0.240 - - [2026-03-26 02:26:35] "GET /project/d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.096341 10.0.0.240 - - [2026-03-26 02:26:35] "POST /neutron/network HTTP/1.1" 200 837 0.006974 10.0.0.240 - - [2026-03-26 02:26:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001226 10.0.0.240 - - [2026-03-26 02:26:36] "POST /neutron/port HTTP/1.1" 200 117 0.007108 10.0.0.65 - - [2026-03-26 02:26:36] "GET /projects?obj_uuids=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000983 10.0.0.240 - - [2026-03-26 02:26:36] "POST /neutron/port HTTP/1.1" 200 1071 0.528590 10.0.0.65 - - [2026-03-26 02:26:37] "GET /projects?obj_uuids=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001082 10.0.0.240 - - [2026-03-26 02:26:37] "GET /project/d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.137850 10.0.0.240 - - [2026-03-26 02:26:37] "POST /neutron/port HTTP/1.1" 200 1125 0.218749 10.0.0.240 - - [2026-03-26 02:26:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003588 10.0.0.240 - - [2026-03-26 02:26:37] "POST /neutron/port HTTP/1.1" 200 1135 0.043879 10.0.0.240 - - [2026-03-26 02:26:37] "POST /neutron/port HTTP/1.1" 200 117 0.013909 10.0.0.240 - - [2026-03-26 02:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.65 - - [2026-03-26 02:26:37] "GET /projects?obj_uuids=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000967 10.0.0.240 - - [2026-03-26 02:26:37] "GET /project/d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.087105 10.0.0.240 - - [2026-03-26 02:26:37] "GET /virtual-network/cd93fd86-f793-46b0-9f3d-7fab7435889d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005722 10.0.0.240 - - [2026-03-26 02:26:37] "GET /floating-ip-pools?parent_id=cd93fd86-f793-46b0-9f3d-7fab7435889d&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.008822 10.0.0.240 - - [2026-03-26 02:26:37] "GET /virtual-network/cd93fd86-f793-46b0-9f3d-7fab7435889d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006816 10.0.0.240 - - [2026-03-26 02:26:38] "POST /floating-ip-pools HTTP/1.1" 200 609 0.093157 10.0.0.240 - - [2026-03-26 02:26:38] "POST /ref-update HTTP/1.1" 200 156 0.046299 10.0.0.240 - - [2026-03-26 02:26:38] "GET /virtual-network/cd93fd86-f793-46b0-9f3d-7fab7435889d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005417 10.0.0.240 - - [2026-03-26 02:26:38] "GET /virtual-network/cd93fd86-f793-46b0-9f3d-7fab7435889d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005551 10.0.0.240 - - [2026-03-26 02:26:38] "POST /neutron/port HTTP/1.1" 200 1135 0.043271 10.0.0.240 - - [2026-03-26 02:26:39] "POST /neutron/port HTTP/1.1" 200 1074 0.090041 10.0.0.240 - - [2026-03-26 02:26:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.016232 10.0.0.240 - - [2026-03-26 02:26:39] "POST /neutron/network HTTP/1.1" 200 840 0.006553 10.0.0.240 - - [2026-03-26 02:26:49] "POST /neutron/port HTTP/1.1" 200 1135 0.055616 10.0.0.240 - - [2026-03-26 02:26:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.012358 10.0.0.240 - - [2026-03-26 02:27:04] "POST /neutron/port HTTP/1.1" 200 1135 0.057939 10.0.0.240 - - [2026-03-26 02:27:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007454 10.0.0.240 - - [2026-03-26 02:27:19] "POST /neutron/port HTTP/1.1" 200 1135 0.016801 10.0.0.22 - - [2026-03-26 02:27:20] "GET /obj-perms HTTP/1.1" 200 5075 0.063374 10.0.0.240 - - [2026-03-26 02:27:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009095 10.0.0.240 - - [2026-03-26 02:27:35] "POST /neutron/port HTTP/1.1" 200 1135 0.030266 10.0.0.240 - - [2026-03-26 02:27:40] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007217 10.0.0.240 - - [2026-03-26 02:27:50] "POST /neutron/port HTTP/1.1" 200 1135 0.016346 10.0.0.240 - - [2026-03-26 02:27:50] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007472 10.0.0.240 - - [2026-03-26 02:27:50] "GET /virtual-machine/a0687bae-e376-42e0-afe8-56f529bad5d3 HTTP/1.1" 401 293 0.000413 10.0.0.240 - - [2026-03-26 02:27:51] "GET /virtual-machine/a0687bae-e376-42e0-afe8-56f529bad5d3 HTTP/1.1" 200 1305 0.040320 10.0.0.240 - - [2026-03-26 02:27:51] "GET /virtual-machine-interface/9aa488ba-05c4-4f27-a168-abdbbb2d4c32 HTTP/1.1" 200 3005 0.006875 10.0.0.240 - - [2026-03-26 02:27:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.240 - - [2026-03-26 02:27:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003443 10.0.0.240 - - [2026-03-26 02:27:51] "GET /virtual-networks?parent_id=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003084 10.0.0.240 - - [2026-03-26 02:27:51] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005948 10.0.0.240 - - [2026-03-26 02:27:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003358 10.0.0.240 - - [2026-03-26 02:27:54] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004934 10.0.0.240 - - [2026-03-26 02:27:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.240 - - [2026-03-26 02:27:58] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.007436 10.0.0.240 - - [2026-03-26 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003974 10.0.0.240 - - [2026-03-26 02:28:02] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005879 10.0.0.240 - - [2026-03-26 02:28:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.240 - - [2026-03-26 02:28:06] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005379 10.0.0.240 - - [2026-03-26 02:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.240 - - [2026-03-26 02:28:10] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.013867 10.0.0.240 - - [2026-03-26 02:28:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.240 - - [2026-03-26 02:28:14] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006659 10.0.0.240 - - [2026-03-26 02:28:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.240 - - [2026-03-26 02:28:18] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.004922 10.0.0.240 - - [2026-03-26 02:28:21] "GET /obj-perms HTTP/1.1" 200 5075 0.064894 10.0.0.240 - - [2026-03-26 02:28:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003413 10.0.0.240 - - [2026-03-26 02:28:22] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.005150 10.0.0.240 - - [2026-03-26 02:28:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004321 10.0.0.240 - - [2026-03-26 02:28:26] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003998 10.0.0.240 - - [2026-03-26 02:28:26] "GET /virtual-networks?parent_id=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003382 10.0.0.240 - - [2026-03-26 02:28:26] "GET /virtual-network/765c22fc-44a0-4b8a-afd0-0191a3dcfd23?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006848 10.0.0.240 - - [2026-03-26 02:28:26] "POST /neutron/port HTTP/1.1" 200 1135 0.016584 10.0.0.240 - - [2026-03-26 02:28:27] "POST /neutron/port HTTP/1.1" 200 1135 0.018855 10.0.0.240 - - [2026-03-26 02:28:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.010154 10.0.0.240 - - [2026-03-26 02:28:32] "POST /neutron/port HTTP/1.1" 200 1135 0.019574 10.0.0.240 - - [2026-03-26 02:28:32] "POST /neutron/port HTTP/1.1" 200 1138 0.018422 10.0.0.240 - - [2026-03-26 02:28:32] "POST /neutron/network HTTP/1.1" 200 850 0.007892 10.0.0.240 - - [2026-03-26 02:28:32] "POST /neutron/port HTTP/1.1" 200 117 0.001108 10.0.0.240 - - [2026-03-26 02:28:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.033031 10.0.0.240 - - [2026-03-26 02:28:42] "POST /neutron/port HTTP/1.1" 200 1135 0.017546 10.0.0.240 - - [2026-03-26 02:28:47] "POST /neutron/port HTTP/1.1" 200 1135 0.016806 10.0.0.240 - - [2026-03-26 02:28:47] "POST /neutron/port HTTP/1.1" 200 1138 0.019008 10.0.0.240 - - [2026-03-26 02:28:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008493 10.0.0.240 - - [2026-03-26 02:28:47] "GET /virtual-machine/806a6179-4621-4c79-8f75-069e72a53ff4 HTTP/1.1" 200 1304 0.006400 10.0.0.240 - - [2026-03-26 02:28:47] "GET /virtual-machine-interface/add8c16d-0e66-4cd6-8b6f-62b686884a3d HTTP/1.1" 200 3005 0.005212 10.0.0.240 - - [2026-03-26 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.005327 10.0.0.240 - - [2026-03-26 02:28:47] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004385 10.0.0.240 - - [2026-03-26 02:28:47] "GET /virtual-networks?parent_id=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003155 10.0.0.240 - - [2026-03-26 02:28:47] "GET /virtual-network/cd93fd86-f793-46b0-9f3d-7fab7435889d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006802 10.0.0.240 - - [2026-03-26 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.240 - - [2026-03-26 02:28:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003454 10.0.0.240 - - [2026-03-26 02:28:49] "GET /virtual-networks?parent_id=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 597 0.003105 10.0.0.240 - - [2026-03-26 02:28:49] "GET /virtual-network/cd93fd86-f793-46b0-9f3d-7fab7435889d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006060 10.0.0.240 - - [2026-03-26 02:28:49] "POST /neutron/floatingip HTTP/1.1" 200 578 0.019215 10.0.0.240 - - [2026-03-26 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.240 - - [2026-03-26 02:28:49] "GET /routing-instance/6914b7e6-4380-4058-8c3b-2a38680f664e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.004219 10.0.0.240 - - [2026-03-26 02:28:49] "GET /route-target/4af63a30-0586-42b7-9580-69a4f2f5c0ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004427 10.0.0.22 - - [2026-03-26 02:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.22 - - [2026-03-26 02:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000331 10.0.0.22 - - [2026-03-26 02:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.22 - - [2026-03-26 02:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.65 - - [2026-03-26 02:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.65 - - [2026-03-26 02:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.65 - - [2026-03-26 02:29:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.65 - - [2026-03-26 02:29:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000579 10.0.0.240 - - [2026-03-26 02:29:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.240 - - [2026-03-26 02:29:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.240 - - [2026-03-26 02:29:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000293 10.0.0.240 - - [2026-03-26 02:29:07] "POST /neutron/floatingip HTTP/1.1" 200 532 0.012407 10.0.0.240 - - [2026-03-26 02:29:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.240 - - [2026-03-26 02:29:07] "GET /floating-ip-pool/5a509d36-9628-47d7-949b-6aec6506d12e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1206 0.005648 10.0.0.240 - - [2026-03-26 02:29:07] "POST /ref-update HTTP/1.1" 200 156 0.016316 10.0.0.240 - - [2026-03-26 02:29:07] "DELETE /floating-ip-pool/5a509d36-9628-47d7-949b-6aec6506d12e HTTP/1.1" 200 115 0.050100 10.0.0.240 - - [2026-03-26 02:29:07] "POST /neutron/network HTTP/1.1" 400 204 0.017720 10.0.0.240 - - [2026-03-26 02:29:08] "POST /neutron/port HTTP/1.1" 200 151 0.302248 10.0.0.240 - - [2026-03-26 02:29:08] "POST /neutron/port HTTP/1.1" 200 151 0.292052 10.0.0.22 - - [2026-03-26 02:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.240 - - [2026-03-26 02:29:10] "POST /neutron/network HTTP/1.1" 200 840 0.008031 10.0.0.22 - - [2026-03-26 02:29:10] "DELETE /route-target/4af63a30-0586-42b7-9580-69a4f2f5c0ca HTTP/1.1" 200 115 0.034229 10.0.0.65 - - [2026-03-26 02:29:12] "GET /projects?obj_uuids=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.240 - - [2026-03-26 02:29:12] "GET /project/d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.039524 10.0.0.65 - - [2026-03-26 02:29:12] "GET /projects?obj_uuids=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001064 10.0.0.240 - - [2026-03-26 02:29:12] "GET /project/d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a?fields=virtual_networks HTTP/1.1" 200 1057 0.079270 10.0.0.65 - - [2026-03-26 02:29:12] "GET /projects?obj_uuids=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001124 10.0.0.240 - - [2026-03-26 02:29:12] "GET /project/d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.068015 10.0.0.65 - - [2026-03-26 02:29:12] "GET /projects?obj_uuids=d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.240 - - [2026-03-26 02:29:12] "GET /project/d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a?fields=security_groups HTTP/1.1" 200 1295 0.042723 10.0.0.240 - - [2026-03-26 02:29:13] "POST /fqname-to-id HTTP/1.1" 404 188 0.025090 10.0.0.65 - - [2026-03-26 02:29:13] "GET /projects?obj_uuids=75f32646-1aa8-447f-ac8e-1ab1d06f1fc1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003168 10.0.0.65 - - [2026-03-26 02:29:13] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000945 10.0.0.65 - - [2026-03-26 02:29:13] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007528 10.0.0.65 - - [2026-03-26 02:29:13] "POST /id-to-fqname HTTP/1.1" 200 190 0.006511 10.0.0.65 - - [2026-03-26 02:29:13] "POST /fqname-to-id HTTP/1.1" 404 199 0.011946 10.0.0.65 - - [2026-03-26 02:29:13] "POST /security-groups HTTP/1.1" 200 591 0.033411 10.0.0.65 - - [2026-03-26 02:29:13] "POST /projects HTTP/1.1" 200 585 0.260280 10.0.0.65 - - [2026-03-26 02:29:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.334265 10.0.0.22 - - [2026-03-26 02:29:13] "POST /fqname-to-id HTTP/1.1" 404 233 0.021222 10.0.0.240 - - [2026-03-26 02:29:13] "GET /project/75f32646-1aa8-447f-ac8e-1ab1d06f1fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.491178 10.0.0.240 - - [2026-03-26 02:29:14] "GET / HTTP/1.1" 200 35931 0.001624 10.0.0.65 - - [2026-03-26 02:29:18] "GET /projects?obj_uuids=75f32646-1aa8-447f-ac8e-1ab1d06f1fc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001456 10.0.0.240 - - [2026-03-26 02:29:18] "GET /project/75f32646-1aa8-447f-ac8e-1ab1d06f1fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047463 10.0.0.65 - - [2026-03-26 02:29:18] "GET /projects?obj_uuids=75f32646-1aa8-447f-ac8e-1ab1d06f1fc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.240 - - [2026-03-26 02:29:18] "GET /project/75f32646-1aa8-447f-ac8e-1ab1d06f1fc1?fields=virtual_networks HTTP/1.1" 200 1032 0.050727 10.0.0.65 - - [2026-03-26 02:29:18] "GET /projects?obj_uuids=75f32646-1aa8-447f-ac8e-1ab1d06f1fc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000954 10.0.0.240 - - [2026-03-26 02:29:18] "GET /project/75f32646-1aa8-447f-ac8e-1ab1d06f1fc1?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.036711 10.0.0.65 - - [2026-03-26 02:29:18] "GET /projects?obj_uuids=75f32646-1aa8-447f-ac8e-1ab1d06f1fc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.240 - - [2026-03-26 02:29:18] "GET /project/75f32646-1aa8-447f-ac8e-1ab1d06f1fc1?fields=security_groups HTTP/1.1" 200 1258 0.051151 10.0.0.240 - - [2026-03-26 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 183 0.029339 10.0.0.65 - - [2026-03-26 02:29:19] "GET /projects?obj_uuids=f80b8687-b538-4706-9a71-d32ff63330f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003070 10.0.0.65 - - [2026-03-26 02:29:19] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001151 10.0.0.65 - - [2026-03-26 02:29:19] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007046 10.0.0.65 - - [2026-03-26 02:29:19] "POST /id-to-fqname HTTP/1.1" 200 185 0.002181 10.0.0.65 - - [2026-03-26 02:29:19] "POST /fqname-to-id HTTP/1.1" 404 194 0.004196 10.0.0.65 - - [2026-03-26 02:29:19] "POST /security-groups HTTP/1.1" 200 586 0.032204 10.0.0.65 - - [2026-03-26 02:29:19] "POST /projects HTTP/1.1" 200 575 0.231227 10.0.0.22 - - [2026-03-26 02:29:19] "POST /access-control-lists HTTP/1.1" 200 591 0.028585 10.0.0.65 - - [2026-03-26 02:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.303911 10.0.0.240 - - [2026-03-26 02:29:19] "GET /project/f80b8687-b538-4706-9a71-d32ff63330f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.441784 10.0.0.240 - - [2026-03-26 02:29:21] "GET / HTTP/1.1" 200 35931 0.001412 10.0.0.65 - - [2026-03-26 02:29:22] "GET /obj-perms HTTP/1.1" 200 5075 0.099980 10.0.0.65 - - [2026-03-26 02:29:27] "GET /projects?obj_uuids=f80b8687-b538-4706-9a71-d32ff63330f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000915 10.0.0.240 - - [2026-03-26 02:29:27] "GET /project/f80b8687-b538-4706-9a71-d32ff63330f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.048312 10.0.0.65 - - [2026-03-26 02:29:27] "GET /projects?obj_uuids=f80b8687-b538-4706-9a71-d32ff63330f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002178 10.0.0.240 - - [2026-03-26 02:29:27] "GET /project/f80b8687-b538-4706-9a71-d32ff63330f6?fields=virtual_networks HTTP/1.1" 200 1023 0.058078 10.0.0.65 - - [2026-03-26 02:29:27] "GET /projects?obj_uuids=f80b8687-b538-4706-9a71-d32ff63330f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001108 10.0.0.240 - - [2026-03-26 02:29:27] "GET /project/f80b8687-b538-4706-9a71-d32ff63330f6?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.036955 10.0.0.65 - - [2026-03-26 02:29:27] "GET /projects?obj_uuids=f80b8687-b538-4706-9a71-d32ff63330f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001114 10.0.0.240 - - [2026-03-26 02:29:27] "GET /project/f80b8687-b538-4706-9a71-d32ff63330f6?fields=security_groups HTTP/1.1" 200 1244 0.044694 10.0.0.240 - - [2026-03-26 02:29:28] "POST /fqname-to-id HTTP/1.1" 404 187 0.027210 10.0.0.65 - - [2026-03-26 02:29:28] "GET /projects?obj_uuids=3e3e5f3b-edba-4420-b6db-5e579f185bb2&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002919 10.0.0.65 - - [2026-03-26 02:29:28] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001640 10.0.0.65 - - [2026-03-26 02:29:28] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008496 10.0.0.65 - - [2026-03-26 02:29:29] "POST /id-to-fqname HTTP/1.1" 200 189 0.001227 10.0.0.65 - - [2026-03-26 02:29:29] "POST /fqname-to-id HTTP/1.1" 404 198 0.002913 10.0.0.65 - - [2026-03-26 02:29:29] "POST /security-groups HTTP/1.1" 200 590 0.081543 10.0.0.22 - - [2026-03-26 02:29:29] "POST /fqname-to-id HTTP/1.1" 404 233 0.003456 10.0.0.65 - - [2026-03-26 02:29:29] "POST /projects HTTP/1.1" 200 583 0.287684 10.0.0.65 - - [2026-03-26 02:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.366023 10.0.0.22 - - [2026-03-26 02:29:29] "POST /access-control-lists HTTP/1.1" 200 593 0.037055 10.0.0.240 - - [2026-03-26 02:29:29] "GET /project/3e3e5f3b-edba-4420-b6db-5e579f185bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.522044 10.0.0.240 - - [2026-03-26 02:29:30] "GET / HTTP/1.1" 200 35931 0.001795 10.0.0.65 - - [2026-03-26 02:29:33] "GET /projects?obj_uuids=3e3e5f3b-edba-4420-b6db-5e579f185bb2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001178 10.0.0.240 - - [2026-03-26 02:29:33] "GET /project/3e3e5f3b-edba-4420-b6db-5e579f185bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.051420 10.0.0.65 - - [2026-03-26 02:29:33] "GET /projects?obj_uuids=3e3e5f3b-edba-4420-b6db-5e579f185bb2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000957 10.0.0.240 - - [2026-03-26 02:29:33] "GET /project/3e3e5f3b-edba-4420-b6db-5e579f185bb2?fields=virtual_networks HTTP/1.1" 200 1030 0.045948 10.0.0.65 - - [2026-03-26 02:29:33] "GET /projects?obj_uuids=3e3e5f3b-edba-4420-b6db-5e579f185bb2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001177 10.0.0.240 - - [2026-03-26 02:29:33] "GET /project/3e3e5f3b-edba-4420-b6db-5e579f185bb2?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.043425 10.0.0.65 - - [2026-03-26 02:29:33] "GET /projects?obj_uuids=3e3e5f3b-edba-4420-b6db-5e579f185bb2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000917 10.0.0.240 - - [2026-03-26 02:29:33] "GET /project/3e3e5f3b-edba-4420-b6db-5e579f185bb2?fields=security_groups HTTP/1.1" 200 1255 0.040290 10.0.0.240 - - [2026-03-26 02:29:34] "POST /fqname-to-id HTTP/1.1" 404 188 0.034899 10.0.0.65 - - [2026-03-26 02:29:34] "GET /projects?obj_uuids=62dde339-dbff-4ced-a733-e714b5163a9c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003577 10.0.0.65 - - [2026-03-26 02:29:34] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.65 - - [2026-03-26 02:29:34] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007345 10.0.0.65 - - [2026-03-26 02:29:35] "POST /id-to-fqname HTTP/1.1" 200 190 0.005673 10.0.0.65 - - [2026-03-26 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 199 0.011050 10.0.0.65 - - [2026-03-26 02:29:35] "POST /security-groups HTTP/1.1" 200 591 0.043060 10.0.0.65 - - [2026-03-26 02:29:35] "POST /projects HTTP/1.1" 200 585 0.297983 10.0.0.22 - - [2026-03-26 02:29:35] "POST /fqname-to-id HTTP/1.1" 404 233 0.008710 10.0.0.65 - - [2026-03-26 02:29:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.377809 10.0.0.240 - - [2026-03-26 02:29:35] "GET /project/62dde339-dbff-4ced-a733-e714b5163a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.535636 10.0.0.240 - - [2026-03-26 02:29:36] "GET / HTTP/1.1" 200 35931 0.001856 10.0.0.65 - - [2026-03-26 02:29:39] "GET /projects?obj_uuids=62dde339-dbff-4ced-a733-e714b5163a9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001050 10.0.0.240 - - [2026-03-26 02:29:39] "GET /project/62dde339-dbff-4ced-a733-e714b5163a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.052584 10.0.0.65 - - [2026-03-26 02:29:39] "GET /projects?obj_uuids=62dde339-dbff-4ced-a733-e714b5163a9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.240 - - [2026-03-26 02:29:40] "GET /project/62dde339-dbff-4ced-a733-e714b5163a9c?fields=virtual_networks HTTP/1.1" 200 1032 0.053463 10.0.0.65 - - [2026-03-26 02:29:40] "GET /projects?obj_uuids=62dde339-dbff-4ced-a733-e714b5163a9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001153 10.0.0.240 - - [2026-03-26 02:29:40] "GET /project/62dde339-dbff-4ced-a733-e714b5163a9c?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.045576 10.0.0.65 - - [2026-03-26 02:29:40] "GET /projects?obj_uuids=62dde339-dbff-4ced-a733-e714b5163a9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000895 10.0.0.240 - - [2026-03-26 02:29:40] "GET /project/62dde339-dbff-4ced-a733-e714b5163a9c?fields=security_groups HTTP/1.1" 200 1258 0.045056 10.0.0.240 - - [2026-03-26 02:29:41] "POST /fqname-to-id HTTP/1.1" 404 192 0.027653 10.0.0.65 - - [2026-03-26 02:29:41] "GET /projects?obj_uuids=b8a169ff-439c-4b15-9132-058c82faa095&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004339 10.0.0.65 - - [2026-03-26 02:29:41] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000899 10.0.0.65 - - [2026-03-26 02:29:41] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007070 10.0.0.65 - - [2026-03-26 02:29:41] "POST /id-to-fqname HTTP/1.1" 200 194 0.004583 10.0.0.65 - - [2026-03-26 02:29:41] "POST /fqname-to-id HTTP/1.1" 404 203 0.005821 10.0.0.65 - - [2026-03-26 02:29:41] "POST /security-groups HTTP/1.1" 200 595 0.030780 10.0.0.65 - - [2026-03-26 02:29:41] "POST /projects HTTP/1.1" 200 593 0.240432 10.0.0.22 - - [2026-03-26 02:29:41] "POST /access-control-lists HTTP/1.1" 200 600 0.038796 10.0.0.65 - - [2026-03-26 02:29:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.314083 10.0.0.240 - - [2026-03-26 02:29:41] "GET /project/b8a169ff-439c-4b15-9132-058c82faa095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.483030 10.0.0.240 - - [2026-03-26 02:29:42] "GET / HTTP/1.1" 200 35931 0.001811 10.0.0.65 - - [2026-03-26 02:29:45] "GET /projects?obj_uuids=b8a169ff-439c-4b15-9132-058c82faa095&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000941 10.0.0.240 - - [2026-03-26 02:29:46] "GET /project/b8a169ff-439c-4b15-9132-058c82faa095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.033190 10.0.0.65 - - [2026-03-26 02:29:46] "GET /projects?obj_uuids=b8a169ff-439c-4b15-9132-058c82faa095&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000971 10.0.0.240 - - [2026-03-26 02:29:46] "GET /project/b8a169ff-439c-4b15-9132-058c82faa095?fields=virtual_networks HTTP/1.1" 200 1041 0.042215 10.0.0.65 - - [2026-03-26 02:29:46] "GET /projects?obj_uuids=b8a169ff-439c-4b15-9132-058c82faa095&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000886 10.0.0.240 - - [2026-03-26 02:29:46] "GET /project/b8a169ff-439c-4b15-9132-058c82faa095?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.044302 10.0.0.65 - - [2026-03-26 02:29:46] "GET /projects?obj_uuids=b8a169ff-439c-4b15-9132-058c82faa095&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001122 10.0.0.240 - - [2026-03-26 02:29:46] "GET /project/b8a169ff-439c-4b15-9132-058c82faa095?fields=security_groups HTTP/1.1" 200 1271 0.036742 10.0.0.240 - - [2026-03-26 02:29:47] "POST /fqname-to-id HTTP/1.1" 404 183 0.027531 10.0.0.65 - - [2026-03-26 02:29:47] "GET /projects?obj_uuids=9a7eb7b9-3543-4de2-a74f-1d6afaa8a376&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002664 10.0.0.65 - - [2026-03-26 02:29:47] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000972 10.0.0.65 - - [2026-03-26 02:29:47] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006934 10.0.0.65 - - [2026-03-26 02:29:47] "POST /id-to-fqname HTTP/1.1" 200 185 0.003441 10.0.0.65 - - [2026-03-26 02:29:47] "POST /fqname-to-id HTTP/1.1" 404 194 0.004339 10.0.0.65 - - [2026-03-26 02:29:47] "POST /security-groups HTTP/1.1" 200 586 0.030110 10.0.0.22 - - [2026-03-26 02:29:47] "POST /fqname-to-id HTTP/1.1" 404 229 0.004165 10.0.0.65 - - [2026-03-26 02:29:47] "POST /projects HTTP/1.1" 200 575 0.233740 10.0.0.65 - - [2026-03-26 02:29:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.311227 10.0.0.22 - - [2026-03-26 02:29:47] "POST /access-control-lists HTTP/1.1" 200 589 0.038930 10.0.0.240 - - [2026-03-26 02:29:47] "GET /project/9a7eb7b9-3543-4de2-a74f-1d6afaa8a376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.450952 10.0.0.240 - - [2026-03-26 02:29:48] "GET / HTTP/1.1" 200 35931 0.001366 10.0.0.240 - - [2026-03-26 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 193 0.007693 10.0.0.22 - - [2026-03-26 02:29:49] "POST /fqname-to-id HTTP/1.1" 404 227 0.004665 10.0.0.65 - - [2026-03-26 02:29:50] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001497 10.0.0.240 - - [2026-03-26 02:29:50] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.093395 10.0.0.22 - - [2026-03-26 02:29:50] "PUT /access-control-list/1eb19654-aad8-48ec-a485-4917a4f0ba9b HTTP/1.1" 200 272 0.024994 10.0.0.240 - - [2026-03-26 02:29:50] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.022784 10.0.0.240 - - [2026-03-26 02:29:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.003213 10.0.0.22 - - [2026-03-26 02:29:50] "POST /fqname-to-id HTTP/1.1" 404 228 0.003047 10.0.0.22 - - [2026-03-26 02:29:50] "POST /access-control-lists HTTP/1.1" 200 588 0.041147 10.0.0.65 - - [2026-03-26 02:29:50] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002624 10.0.0.22 - - [2026-03-26 02:29:50] "PUT /access-control-list/4be80fd0-d6e4-4abb-a3db-438e8360ce14 HTTP/1.1" 200 272 0.032537 10.0.0.240 - - [2026-03-26 02:29:51] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.080247 10.0.0.240 - - [2026-03-26 02:29:51] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.094300 10.0.0.240 - - [2026-03-26 02:29:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000455 10.0.0.240 - - [2026-03-26 02:29:51] "POST /fqname-to-id HTTP/1.1" 404 210 0.036848 10.0.0.22 - - [2026-03-26 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.003105 10.0.0.22 - - [2026-03-26 02:29:52] "POST /access-control-lists HTTP/1.1" 200 605 0.026932 10.0.0.22 - - [2026-03-26 02:29:52] "PUT /access-control-list/f3ffc980-0e76-4598-a076-170fd3a6d3df HTTP/1.1" 200 272 0.020544 10.0.0.65 - - [2026-03-26 02:29:52] "GET /projects?obj_uuids=9a7eb7b9-3543-4de2-a74f-1d6afaa8a376&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000910 10.0.0.240 - - [2026-03-26 02:29:52] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.090935 10.0.0.240 - - [2026-03-26 02:29:52] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.026056 10.0.0.240 - - [2026-03-26 02:29:52] "POST /fqname-to-id HTTP/1.1" 404 210 0.003152 10.0.0.22 - - [2026-03-26 02:29:53] "POST /fqname-to-id HTTP/1.1" 404 245 0.003992 10.0.0.22 - - [2026-03-26 02:29:53] "POST /access-control-lists HTTP/1.1" 200 605 0.030250 10.0.0.65 - - [2026-03-26 02:29:53] "GET /projects?obj_uuids=9a7eb7b9-3543-4de2-a74f-1d6afaa8a376&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.003296 10.0.0.22 - - [2026-03-26 02:29:53] "PUT /access-control-list/9ad094f9-a0d4-4e2b-9d31-df6c3805020f HTTP/1.1" 200 272 0.027620 10.0.0.240 - - [2026-03-26 02:29:53] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.073292 10.0.0.240 - - [2026-03-26 02:29:53] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.021166 10.0.0.22 - - [2026-03-26 02:29:54] "DELETE /access-control-list/a7d65c71-eb74-4ce8-bf0a-cab2851910a2 HTTP/1.1" 200 115 0.048408 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.005860 10.0.0.22 - - [2026-03-26 02:29:55] "PUT /logical-router/dd55e46d-5f44-4518-bb78-e7bb5cafa8b9 HTTP/1.1" 200 262 0.036187 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.008943 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004158 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004318 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003784 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004020 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.003951 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004745 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.012863 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004658 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.004648 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 541 0.006324 10.0.0.240 - - [2026-03-26 02:29:55] "POST /neutron/router HTTP/1.1" 200 151 0.070524 10.0.0.22 - - [2026-03-26 02:29:56] "POST /route-targets HTTP/1.1" 200 327 0.016083 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.012033 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.010277 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.003977 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.003996 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.003633 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.006977 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.004396 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.004072 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.003730 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.003598 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.004278 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 559 0.022644 10.0.0.65 - - [2026-03-26 02:29:56] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001053 10.0.0.22 - - [2026-03-26 02:29:56] "DELETE /route-target/491b3404-1f2d-4451-a767-528dee9f3b72 HTTP/1.1" 200 115 0.035319 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 542 0.154027 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 542 0.004018 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 542 0.007603 10.0.0.240 - - [2026-03-26 02:29:56] "POST /neutron/router HTTP/1.1" 200 542 0.003769 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/router HTTP/1.1" 200 542 0.005095 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/router HTTP/1.1" 200 542 0.004462 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/router HTTP/1.1" 200 542 0.003969 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/router HTTP/1.1" 200 542 0.004080 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/router HTTP/1.1" 200 542 0.004633 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/router HTTP/1.1" 200 542 0.004937 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/router HTTP/1.1" 200 542 0.005127 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/router HTTP/1.1" 200 542 0.030745 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/router HTTP/1.1" 200 541 0.004543 10.0.0.22 - - [2026-03-26 02:29:57] "GET /logical-router/31d1ac63-1fcb-49c5-84b0-29d1b2338e16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.005085 10.0.0.22 - - [2026-03-26 02:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 151 0.066886 10.0.0.22 - - [2026-03-26 02:29:57] "DELETE /access-control-list/9ad094f9-a0d4-4e2b-9d31-df6c3805020f HTTP/1.1" 200 115 0.034710 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 506 0.004410 10.0.0.22 - - [2026-03-26 02:29:57] "DELETE /access-control-list/20ade45c-6504-4cfa-ad62-1ee594a08608 HTTP/1.1" 200 115 0.037139 10.0.0.240 - - [2026-03-26 02:29:57] "POST /neutron/security_group HTTP/1.1" 200 151 0.084071 10.0.0.22 - - [2026-03-26 02:29:58] "DELETE /access-control-list/1eb19654-aad8-48ec-a485-4917a4f0ba9b HTTP/1.1" 200 115 0.032432 10.0.0.65 - - [2026-03-26 02:29:59] "GET /projects?obj_uuids=9a7eb7b9-3543-4de2-a74f-1d6afaa8a376&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001092 10.0.0.240 - - [2026-03-26 02:29:59] "GET /project/9a7eb7b9-3543-4de2-a74f-1d6afaa8a376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.051390 10.0.0.65 - - [2026-03-26 02:29:59] "GET /projects?obj_uuids=9a7eb7b9-3543-4de2-a74f-1d6afaa8a376&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001348 10.0.0.240 - - [2026-03-26 02:29:59] "GET /project/9a7eb7b9-3543-4de2-a74f-1d6afaa8a376?fields=virtual_networks HTTP/1.1" 200 1023 0.043370 10.0.0.65 - - [2026-03-26 02:29:59] "GET /projects?obj_uuids=9a7eb7b9-3543-4de2-a74f-1d6afaa8a376&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000924 10.0.0.240 - - [2026-03-26 02:29:59] "GET /project/9a7eb7b9-3543-4de2-a74f-1d6afaa8a376?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.045522 10.0.0.65 - - [2026-03-26 02:29:59] "GET /projects?obj_uuids=9a7eb7b9-3543-4de2-a74f-1d6afaa8a376&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001275 10.0.0.240 - - [2026-03-26 02:29:59] "GET /project/9a7eb7b9-3543-4de2-a74f-1d6afaa8a376?fields=security_groups HTTP/1.1" 200 1244 0.045109 10.0.0.240 - - [2026-03-26 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 184 0.029385 10.0.0.65 - - [2026-03-26 02:30:00] "GET /projects?obj_uuids=5025e3c1-3a3a-4750-80e6-11fe86b5697d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003679 10.0.0.65 - - [2026-03-26 02:30:00] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.65 - - [2026-03-26 02:30:00] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007740 10.0.0.65 - - [2026-03-26 02:30:00] "POST /id-to-fqname HTTP/1.1" 200 186 0.006258 10.0.0.65 - - [2026-03-26 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 195 0.006133 10.0.0.65 - - [2026-03-26 02:30:00] "POST /security-groups HTTP/1.1" 200 587 0.079593 10.0.0.65 - - [2026-03-26 02:30:00] "POST /projects HTTP/1.1" 200 577 0.288697 10.0.0.22 - - [2026-03-26 02:30:00] "POST /fqname-to-id HTTP/1.1" 404 229 0.007838 10.0.0.65 - - [2026-03-26 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.361624 10.0.0.240 - - [2026-03-26 02:30:01] "GET /project/5025e3c1-3a3a-4750-80e6-11fe86b5697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.503448 10.0.0.240 - - [2026-03-26 02:30:02] "GET / HTTP/1.1" 200 35931 0.002018 10.0.0.240 - - [2026-03-26 02:30:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.240 - - [2026-03-26 02:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.060674 10.0.0.65 - - [2026-03-26 02:30:04] "GET /projects?obj_uuids=5025e3c1-3a3a-4750-80e6-11fe86b5697d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001944 10.0.0.240 - - [2026-03-26 02:30:04] "GET /project/5025e3c1-3a3a-4750-80e6-11fe86b5697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.044919 10.0.0.22 - - [2026-03-26 02:30:04] "POST /ref-update HTTP/1.1" 200 156 0.075146 10.0.0.65 - - [2026-03-26 02:30:05] "POST /useragent-kv HTTP/1.1" 200 115 0.011513 10.0.0.240 - - [2026-03-26 02:30:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.272587 10.0.0.240 - - [2026-03-26 02:30:05] "POST /id-to-fqname HTTP/1.1" 200 216 0.001664 10.0.0.240 - - [2026-03-26 02:30:05] "GET /virtual-network/2294713c-8897-47c0-a534-20837ccf8651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006866 10.0.0.240 - - [2026-03-26 02:30:05] "GET /virtual-network/2294713c-8897-47c0-a534-20837ccf8651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006314 10.0.0.240 - - [2026-03-26 02:30:05] "POST /neutron/network HTTP/1.1" 200 819 0.006531 10.0.0.240 - - [2026-03-26 02:30:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.003431 10.0.0.240 - - [2026-03-26 02:30:05] "GET /virtual-network/2294713c-8897-47c0-a534-20837ccf8651?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.006279 10.0.0.240 - - [2026-03-26 02:30:05] "GET /virtual-machine-interface/65fceefb-a690-4ba7-9111-114e7fab0f29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2384 0.010693 10.0.0.240 - - [2026-03-26 02:30:05] "GET /virtual-machine-interface/65fceefb-a690-4ba7-9111-114e7fab0f29?fields=instance_ip_back_refs HTTP/1.1" 200 1317 0.017321 10.0.0.240 - - [2026-03-26 02:30:05] "GET /instance-ip/18ead060-6666-4b81-985c-6f37a0b023d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1593 0.004640 10.0.0.240 - - [2026-03-26 02:30:06] "POST /neutron/port HTTP/1.1" 200 1016 0.012339 10.0.0.65 - - [2026-03-26 02:30:06] "POST /useragent-kv HTTP/1.1" 200 115 0.044012 10.0.0.65 - - [2026-03-26 02:30:06] "POST /useragent-kv HTTP/1.1" 200 115 0.003046 10.0.0.240 - - [2026-03-26 02:30:06] "POST /neutron/network HTTP/1.1" 200 151 0.173339 10.0.0.240 - - [2026-03-26 02:30:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.65 - - [2026-03-26 02:30:09] "GET /projects?obj_uuids=5025e3c1-3a3a-4750-80e6-11fe86b5697d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001249 10.0.0.240 - - [2026-03-26 02:30:09] "GET /project/5025e3c1-3a3a-4750-80e6-11fe86b5697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.045487 10.0.0.22 - - [2026-03-26 02:30:09] "POST /route-targets HTTP/1.1" 200 327 0.040546 10.0.0.65 - - [2026-03-26 02:30:09] "POST /useragent-kv HTTP/1.1" 200 115 0.009821 10.0.0.240 - - [2026-03-26 02:30:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.229668 10.0.0.240 - - [2026-03-26 02:30:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.001449 10.0.0.240 - - [2026-03-26 02:30:09] "GET /virtual-network/4dcb6ab9-d81d-4994-ba72-7c396055d145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.008471 10.0.0.240 - - [2026-03-26 02:30:09] "POST /neutron/network HTTP/1.1" 200 980 0.009482 10.0.0.240 - - [2026-03-26 02:30:09] "GET /virtual-network/4dcb6ab9-d81d-4994-ba72-7c396055d145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.005977 10.0.0.240 - - [2026-03-26 02:30:09] "POST /neutron/subnet HTTP/1.1" 200 734 0.009904 10.0.0.240 - - [2026-03-26 02:30:10] "POST /id-to-fqname HTTP/1.1" 200 217 0.001286 10.0.0.240 - - [2026-03-26 02:30:10] "POST /neutron/port HTTP/1.1" 200 1018 0.014872 10.0.0.240 - - [2026-03-26 02:30:10] "POST /neutron/port HTTP/1.1" 200 1018 0.011281 10.0.0.240 - - [2026-03-26 02:30:11] "POST /id-to-fqname HTTP/1.1" 200 217 0.001471 10.0.0.240 - - [2026-03-26 02:30:11] "POST /neutron/port HTTP/1.1" 200 117 0.006074 10.0.0.240 - - [2026-03-26 02:30:11] "POST /neutron/network HTTP/1.1" 200 980 0.008577 10.0.0.240 - - [2026-03-26 02:30:11] "POST /neutron/port HTTP/1.1" 200 117 0.008365 10.0.0.240 - - [2026-03-26 02:30:11] "POST /neutron/port HTTP/1.1" 200 117 0.006139 10.0.0.240 - - [2026-03-26 02:30:12] "POST /neutron/port HTTP/1.1" 200 1018 0.012346 10.0.0.65 - - [2026-03-26 02:30:12] "DELETE /project/5025e3c13a3a475080e611fe86b5697d HTTP/1.1" 404 173 0.053297 10.0.0.65 - - [2026-03-26 02:30:12] "GET /projects?obj_uuids=3e3e5f3b-edba-4420-b6db-5e579f185bb2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000932 10.0.0.65 - - [2026-03-26 02:30:12] "DELETE /project/d34a1ccf-14c0-40c6-a88b-59f2ab0c9f7a HTTP/1.1" 404 177 0.058557 10.0.0.65 - - [2026-03-26 02:30:12] "DELETE /project/3e3e5f3bedba4420b6db5e579f185bb2 HTTP/1.1" 404 173 0.023950 10.0.0.65 - - [2026-03-26 02:30:12] "GET /project/3e3e5f3b-edba-4420-b6db-5e579f185bb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.106365 10.0.0.65 - - [2026-03-26 02:30:12] "GET /projects?obj_uuids=62dde339-dbff-4ced-a733-e714b5163a9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.65 - - [2026-03-26 02:30:12] "GET /projects?obj_uuids=3e3e5f3b-edba-4420-b6db-5e579f185bb2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000907 10.0.0.65 - - [2026-03-26 02:30:12] "DELETE /project/9a7eb7b935434de2a74f1d6afaa8a376 HTTP/1.1" 404 173 0.011806 10.0.0.65 - - [2026-03-26 02:30:12] "DELETE /project/75f326461aa8447fac8e1ab1d06f1fc1 HTTP/1.1" 404 173 0.195837 10.0.0.240 - - [2026-03-26 02:30:12] "POST /neutron/port HTTP/1.1" 200 1020 0.078228 10.0.0.65 - - [2026-03-26 02:30:12] "DELETE /project/f80b8687b53847069a71d32ff63330f6 HTTP/1.1" 404 173 0.021499 10.0.0.65 - - [2026-03-26 02:30:12] "DELETE /project/62dde339dbff4ceda733e714b5163a9c HTTP/1.1" 404 173 0.248646 10.0.0.65 - - [2026-03-26 02:30:12] "GET /project/62dde339-dbff-4ced-a733-e714b5163a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.129234 10.0.0.65 - - [2026-03-26 02:30:12] "GET /projects?obj_uuids=62dde339-dbff-4ced-a733-e714b5163a9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001168 10.0.0.65 - - [2026-03-26 02:30:12] "DELETE /project/b8a169ff439c4b159132058c82faa095 HTTP/1.1" 404 173 0.309313 10.0.0.65 - - [2026-03-26 02:30:12] "GET /project/3e3e5f3b-edba-4420-b6db-5e579f185bb2?fields=security_groups HTTP/1.1" 200 1360 0.203762 10.0.0.240 - - [2026-03-26 02:30:12] "POST /neutron/port HTTP/1.1" 200 1110 0.329652 10.0.0.65 - - [2026-03-26 02:30:12] "GET /projects?obj_uuids=9a7eb7b9-3543-4de2-a74f-1d6afaa8a376&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002184 10.0.0.65 - - [2026-03-26 02:30:12] "GET /project/62dde339-dbff-4ced-a733-e714b5163a9c?fields=security_groups HTTP/1.1" 200 1363 0.136031 10.0.0.65 - - [2026-03-26 02:30:12] "GET /projects?obj_uuids=f80b8687-b538-4706-9a71-d32ff63330f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002246 10.0.0.65 - - [2026-03-26 02:30:12] "GET /project/9a7eb7b9-3543-4de2-a74f-1d6afaa8a376?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.142966 10.0.0.65 - - [2026-03-26 02:30:12] "GET /projects?obj_uuids=b8a169ff-439c-4b15-9132-058c82faa095&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001162 10.0.0.240 - - [2026-03-26 02:30:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011547 10.0.0.65 - - [2026-03-26 02:30:12] "GET /projects?obj_uuids=9a7eb7b9-3543-4de2-a74f-1d6afaa8a376&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001232 10.0.0.65 - - [2026-03-26 02:30:12] "GET /projects?obj_uuids=75f32646-1aa8-447f-ac8e-1ab1d06f1fc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001488 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/f80b8687-b538-4706-9a71-d32ff63330f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.161058 10.0.0.240 - - [2026-03-26 02:30:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009618 10.0.0.65 - - [2026-03-26 02:30:13] "DELETE /security-group/1462aa57-964e-42ce-90fe-bd6ead126b71 HTTP/1.1" 200 115 0.174887 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/b8a169ff-439c-4b15-9132-058c82faa095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1485 0.122890 10.0.0.65 - - [2026-03-26 02:30:13] "GET /projects?obj_uuids=b8a169ff-439c-4b15-9132-058c82faa095&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000914 10.0.0.65 - - [2026-03-26 02:30:13] "GET /projects?obj_uuids=3e3e5f3b-edba-4420-b6db-5e579f185bb2&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000789 10.0.0.65 - - [2026-03-26 02:30:13] "GET /projects?obj_uuids=f80b8687-b538-4706-9a71-d32ff63330f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000971 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/75f32646-1aa8-447f-ac8e-1ab1d06f1fc1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.143431 10.0.0.65 - - [2026-03-26 02:30:13] "GET /projects?obj_uuids=75f32646-1aa8-447f-ac8e-1ab1d06f1fc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001145 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/9a7eb7b9-3543-4de2-a74f-1d6afaa8a376?fields=security_groups HTTP/1.1" 200 1349 0.201644 10.0.0.65 - - [2026-03-26 02:30:13] "DELETE /security-group/8bf3833c-051c-40a7-a5a0-746fcd755f2c HTTP/1.1" 200 115 0.238412 10.0.0.240 - - [2026-03-26 02:30:13] "POST /neutron/port HTTP/1.1" 200 117 0.000892 10.0.0.65 - - [2026-03-26 02:30:13] "GET /projects?obj_uuids=62dde339-dbff-4ced-a733-e714b5163a9c&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001356 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/b8a169ff-439c-4b15-9132-058c82faa095?fields=security_groups HTTP/1.1" 200 1376 0.125406 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/3e3e5f3b-edba-4420-b6db-5e579f185bb2?fields=application_policy_sets HTTP/1.1" 200 1399 0.156449 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/75f32646-1aa8-447f-ac8e-1ab1d06f1fc1?fields=security_groups HTTP/1.1" 200 1363 0.151613 10.0.0.22 - - [2026-03-26 02:30:13] "DELETE /access-control-list/89f8d26b-83c0-46c0-9437-0720ab0331d0 HTTP/1.1" 200 115 0.159064 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/f80b8687-b538-4706-9a71-d32ff63330f6?fields=security_groups HTTP/1.1" 200 1349 0.238548 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/62dde339-dbff-4ced-a733-e714b5163a9c?fields=application_policy_sets HTTP/1.1" 200 1402 0.175653 10.0.0.65 - - [2026-03-26 02:30:13] "DELETE /security-group/a91d4de0-055d-4321-8866-7f08407e203e HTTP/1.1" 200 115 0.296900 10.0.0.65 - - [2026-03-26 02:30:13] "GET /projects?obj_uuids=9a7eb7b9-3543-4de2-a74f-1d6afaa8a376&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002718 10.0.0.65 - - [2026-03-26 02:30:13] "DELETE /security-group/f4ad047e-7b4d-4461-a31c-72c4958d1ab3 HTTP/1.1" 200 115 0.304199 10.0.0.65 - - [2026-03-26 02:30:13] "GET /projects?obj_uuids=b8a169ff-439c-4b15-9132-058c82faa095&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001048 10.0.0.65 - - [2026-03-26 02:30:13] "DELETE /security-group/e106b08e-6c59-4864-a8eb-5d8692007da7 HTTP/1.1" 200 115 0.255809 10.0.0.65 - - [2026-03-26 02:30:13] "GET /projects?obj_uuids=75f32646-1aa8-447f-ac8e-1ab1d06f1fc1&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001205 10.0.0.22 - - [2026-03-26 02:30:13] "DELETE /access-control-list/381d0c28-4746-43d9-908c-b85c5e441c4f HTTP/1.1" 200 115 0.142364 10.0.0.65 - - [2026-03-26 02:30:13] "DELETE /security-group/94dbc277-f233-4e51-a2eb-cf00dfeadcd9 HTTP/1.1" 200 115 0.243919 10.0.0.65 - - [2026-03-26 02:30:13] "GET /projects?obj_uuids=f80b8687-b538-4706-9a71-d32ff63330f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002271 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/9a7eb7b9-3543-4de2-a74f-1d6afaa8a376?fields=application_policy_sets HTTP/1.1" 200 1388 0.155521 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/75f32646-1aa8-447f-ac8e-1ab1d06f1fc1?fields=application_policy_sets HTTP/1.1" 200 1402 0.161541 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/b8a169ff-439c-4b15-9132-058c82faa095?fields=application_policy_sets HTTP/1.1" 200 1415 0.230891 10.0.0.65 - - [2026-03-26 02:30:13] "DELETE /project/3e3e5f3b-edba-4420-b6db-5e579f185bb2 HTTP/1.1" 200 115 1.363827 10.0.0.65 - - [2026-03-26 02:30:13] "GET /project/f80b8687-b538-4706-9a71-d32ff63330f6?fields=application_policy_sets HTTP/1.1" 200 1388 0.248363 10.0.0.22 - - [2026-03-26 02:30:13] "DELETE /access-control-list/83a3b89f-dfbb-43c3-a28b-09071fd9e9d3 HTTP/1.1" 200 115 0.194077 10.0.0.65 - - [2026-03-26 02:30:13] "DELETE /project/62dde339-dbff-4ced-a733-e714b5163a9c HTTP/1.1" 200 115 1.536213 10.0.0.65 - - [2026-03-26 02:30:14] "DELETE /project/9a7eb7b9-3543-4de2-a74f-1d6afaa8a376 HTTP/1.1" 200 115 1.732537 10.0.0.22 - - [2026-03-26 02:30:14] "DELETE /access-control-list/9abc62e2-83d8-40ed-b8f6-631dbe334f09 HTTP/1.1" 200 115 0.106764 10.0.0.65 - - [2026-03-26 02:30:14] "DELETE /project/b8a169ff-439c-4b15-9132-058c82faa095 HTTP/1.1" 200 115 1.787646 10.0.0.65 - - [2026-03-26 02:30:14] "DELETE /project/75f32646-1aa8-447f-ac8e-1ab1d06f1fc1 HTTP/1.1" 200 115 1.810073 10.0.0.65 - - [2026-03-26 02:30:14] "DELETE /project/f80b8687-b538-4706-9a71-d32ff63330f6 HTTP/1.1" 200 115 1.802419 10.0.0.240 - - [2026-03-26 02:30:16] "POST /neutron/port HTTP/1.1" 200 1120 0.017577 10.0.0.240 - - [2026-03-26 02:30:16] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008304 10.0.0.240 - - [2026-03-26 02:30:17] "GET /virtual-machine/190200d1-3e03-4122-af58-649777d5de20 HTTP/1.1" 401 293 0.000382 10.0.0.240 - - [2026-03-26 02:30:17] "GET /virtual-machine/190200d1-3e03-4122-af58-649777d5de20 HTTP/1.1" 200 1284 0.031941 10.0.0.240 - - [2026-03-26 02:30:17] "GET /virtual-machine-interface/f5d5b6f4-b0ce-4e06-b9dd-874c7f49e6b2 HTTP/1.1" 200 2925 0.006261 10.0.0.240 - - [2026-03-26 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.240 - - [2026-03-26 02:30:17] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004567 10.0.0.240 - - [2026-03-26 02:30:17] "GET /virtual-networks?parent_id=5025e3c1-3a3a-4750-80e6-11fe86b5697d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003211 10.0.0.240 - - [2026-03-26 02:30:17] "GET /virtual-network/4dcb6ab9-d81d-4994-ba72-7c396055d145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006238 10.0.0.240 - - [2026-03-26 02:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.240 - - [2026-03-26 02:30:20] "GET /virtual-network/4dcb6ab9-d81d-4994-ba72-7c396055d145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.007303 10.0.0.240 - - [2026-03-26 02:30:21] "POST /neutron/port HTTP/1.1" 200 1122 0.022201 10.0.0.240 - - [2026-03-26 02:30:21] "POST /neutron/security_group HTTP/1.1" 200 2054 0.010895 10.0.0.240 - - [2026-03-26 02:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.240 - - [2026-03-26 02:30:22] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004466 10.0.0.240 - - [2026-03-26 02:30:22] "GET /virtual-networks?parent_id=5025e3c1-3a3a-4750-80e6-11fe86b5697d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003062 10.0.0.240 - - [2026-03-26 02:30:22] "GET /virtual-network/4dcb6ab9-d81d-4994-ba72-7c396055d145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006220 10.0.0.240 - - [2026-03-26 02:30:28] "POST /neutron/port HTTP/1.1" 200 1122 0.018106 10.0.0.240 - - [2026-03-26 02:30:28] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011855 10.0.0.240 - - [2026-03-26 02:30:28] "GET /virtual-machine/f9b0c737-70af-434d-99e5-604016bccd0d HTTP/1.1" 200 1285 0.005862 10.0.0.240 - - [2026-03-26 02:30:28] "GET /virtual-machine-interface/639375bb-bbbd-4a8a-b1f6-a561e6037e7b HTTP/1.1" 200 2924 0.004914 10.0.0.240 - - [2026-03-26 02:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.240 - - [2026-03-26 02:30:28] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003365 10.0.0.240 - - [2026-03-26 02:30:28] "GET /virtual-networks?parent_id=5025e3c1-3a3a-4750-80e6-11fe86b5697d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002760 10.0.0.240 - - [2026-03-26 02:30:28] "GET /virtual-network/4dcb6ab9-d81d-4994-ba72-7c396055d145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006866 10.0.0.240 - - [2026-03-26 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.240 - - [2026-03-26 02:30:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003701 10.0.0.240 - - [2026-03-26 02:30:29] "GET /virtual-networks?parent_id=5025e3c1-3a3a-4750-80e6-11fe86b5697d&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003658 10.0.0.240 - - [2026-03-26 02:30:29] "GET /virtual-network/4dcb6ab9-d81d-4994-ba72-7c396055d145?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2567 0.006351 10.0.0.240 - - [2026-03-26 02:30:30] "POST /neutron/port HTTP/1.1" 200 1120 0.018772 10.0.0.240 - - [2026-03-26 02:30:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003827 10.0.0.240 - - [2026-03-26 02:30:30] "POST /neutron/network HTTP/1.1" 200 980 0.009398 10.0.0.240 - - [2026-03-26 02:30:33] "POST /neutron/port HTTP/1.1" 200 151 0.191691 10.0.0.240 - - [2026-03-26 02:30:33] "POST /neutron/port HTTP/1.1" 200 151 0.261783 10.0.0.22 - - [2026-03-26 02:30:33] "DELETE /route-target/13b05830-25de-4034-900b-829278c6dd37 HTTP/1.1" 200 115 0.021971 10.0.0.65 - - [2026-03-26 02:30:35] "GET /projects?obj_uuids=5025e3c1-3a3a-4750-80e6-11fe86b5697d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001007 10.0.0.240 - - [2026-03-26 02:30:35] "GET /project/5025e3c1-3a3a-4750-80e6-11fe86b5697d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1346 0.090008 10.0.0.65 - - [2026-03-26 02:30:35] "GET /projects?obj_uuids=5025e3c1-3a3a-4750-80e6-11fe86b5697d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002275 10.0.0.240 - - [2026-03-26 02:30:35] "GET /project/5025e3c1-3a3a-4750-80e6-11fe86b5697d?fields=virtual_networks HTTP/1.1" 200 1023 0.067676 10.0.0.65 - - [2026-03-26 02:30:35] "GET /projects?obj_uuids=5025e3c1-3a3a-4750-80e6-11fe86b5697d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000922 10.0.0.240 - - [2026-03-26 02:30:35] "GET /project/5025e3c1-3a3a-4750-80e6-11fe86b5697d?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.058591 10.0.0.65 - - [2026-03-26 02:30:35] "GET /projects?obj_uuids=5025e3c1-3a3a-4750-80e6-11fe86b5697d&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001430 10.0.0.240 - - [2026-03-26 02:30:35] "GET /project/5025e3c1-3a3a-4750-80e6-11fe86b5697d?fields=security_groups HTTP/1.1" 200 1245 0.071569 10.0.0.240 - - [2026-03-26 02:30:36] "POST /fqname-to-id HTTP/1.1" 404 186 0.030212 10.0.0.65 - - [2026-03-26 02:30:36] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004884 10.0.0.65 - - [2026-03-26 02:30:36] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001663 10.0.0.65 - - [2026-03-26 02:30:36] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009306 10.0.0.65 - - [2026-03-26 02:30:36] "POST /id-to-fqname HTTP/1.1" 200 188 0.005376 10.0.0.65 - - [2026-03-26 02:30:36] "POST /fqname-to-id HTTP/1.1" 404 197 0.006123 10.0.0.65 - - [2026-03-26 02:30:36] "POST /security-groups HTTP/1.1" 200 589 0.040650 10.0.0.65 - - [2026-03-26 02:30:36] "POST /projects HTTP/1.1" 200 581 0.291941 10.0.0.22 - - [2026-03-26 02:30:36] "POST /fqname-to-id HTTP/1.1" 404 231 0.009113 10.0.0.65 - - [2026-03-26 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.371491 10.0.0.240 - - [2026-03-26 02:30:37] "GET /project/a25da01f-0296-43d9-a246-36ba5e14f765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.541640 10.0.0.240 - - [2026-03-26 02:30:38] "POST /neutron/port HTTP/1.1" 200 117 0.008300 10.0.0.240 - - [2026-03-26 02:30:38] "GET / HTTP/1.1" 200 35931 0.002439 10.0.0.240 - - [2026-03-26 02:30:38] "POST /neutron/port HTTP/1.1" 400 205 0.004455 10.0.0.240 - - [2026-03-26 02:30:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000458 10.0.0.240 - - [2026-03-26 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.060458 10.0.0.65 - - [2026-03-26 02:30:40] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001000 10.0.0.240 - - [2026-03-26 02:30:40] "GET /project/a25da01f-0296-43d9-a246-36ba5e14f765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044825 10.0.0.22 - - [2026-03-26 02:30:40] "POST /ref-update HTTP/1.1" 200 156 0.028641 10.0.0.65 - - [2026-03-26 02:30:41] "POST /useragent-kv HTTP/1.1" 200 115 0.006821 10.0.0.240 - - [2026-03-26 02:30:41] "POST /neutron/subnet HTTP/1.1" 200 729 0.304404 10.0.0.240 - - [2026-03-26 02:30:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.001226 10.0.0.240 - - [2026-03-26 02:30:41] "GET /virtual-network/cf6236b8-750d-40e1-98ea-b267fd082a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005605 10.0.0.240 - - [2026-03-26 02:30:41] "GET /virtual-network/cf6236b8-750d-40e1-98ea-b267fd082a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005371 10.0.0.240 - - [2026-03-26 02:30:41] "POST /neutron/network HTTP/1.1" 200 825 0.009714 10.0.0.240 - - [2026-03-26 02:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003019 10.0.0.65 - - [2026-03-26 02:30:41] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001028 10.0.0.240 - - [2026-03-26 02:30:41] "GET /project/a25da01f-0296-43d9-a246-36ba5e14f765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.044025 10.0.0.65 - - [2026-03-26 02:30:41] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000942 10.0.0.240 - - [2026-03-26 02:30:41] "POST /neutron/network HTTP/1.1" 200 605 0.145625 10.0.0.240 - - [2026-03-26 02:30:41] "POST /id-to-fqname HTTP/1.1" 200 219 0.003119 10.0.0.240 - - [2026-03-26 02:30:41] "GET /virtual-network/46b1d31a-de22-4fc8-9e8b-e2cedcf01508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.005585 10.0.0.240 - - [2026-03-26 02:30:41] "POST /neutron/network HTTP/1.1" 200 823 0.008109 10.0.0.240 - - [2026-03-26 02:30:41] "GET /virtual-network/46b1d31a-de22-4fc8-9e8b-e2cedcf01508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.017500 10.0.0.240 - - [2026-03-26 02:30:42] "POST /id-to-fqname HTTP/1.1" 200 219 0.001476 10.0.0.240 - - [2026-03-26 02:30:42] "POST /neutron/network HTTP/1.1" 200 835 0.007011 10.0.0.65 - - [2026-03-26 02:30:43] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001031 10.0.0.240 - - [2026-03-26 02:30:43] "GET /project/a25da01f-0296-43d9-a246-36ba5e14f765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.078678 10.0.0.240 - - [2026-03-26 02:30:43] "POST /neutron/port HTTP/1.1" 200 117 0.006863 10.0.0.240 - - [2026-03-26 02:30:43] "POST /id-to-fqname HTTP/1.1" 200 219 0.001317 10.0.0.240 - - [2026-03-26 02:30:43] "POST /neutron/network HTTP/1.1" 200 835 0.007283 10.0.0.240 - - [2026-03-26 02:30:44] "POST /neutron/port HTTP/1.1" 200 1059 0.049909 10.0.0.65 - - [2026-03-26 02:30:44] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000904 10.0.0.240 - - [2026-03-26 02:30:44] "GET /project/a25da01f-0296-43d9-a246-36ba5e14f765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.083594 10.0.0.240 - - [2026-03-26 02:30:44] "POST /neutron/port HTTP/1.1" 200 1123 0.021311 10.0.0.240 - - [2026-03-26 02:30:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.014453 10.0.0.240 - - [2026-03-26 02:30:44] "POST /neutron/network HTTP/1.1" 200 825 0.009012 10.0.0.240 - - [2026-03-26 02:30:45] "POST /neutron/router HTTP/1.1" 200 580 0.006054 10.0.0.22 - - [2026-03-26 02:30:45] "POST /route-targets HTTP/1.1" 200 327 0.018659 10.0.0.65 - - [2026-03-26 02:30:45] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001007 10.0.0.240 - - [2026-03-26 02:30:45] "POST /neutron/port HTTP/1.1" 200 1057 0.380948 10.0.0.240 - - [2026-03-26 02:30:45] "POST /neutron/port HTTP/1.1" 200 1057 0.015204 10.0.0.240 - - [2026-03-26 02:30:46] "POST /neutron/port HTTP/1.1" 200 1121 0.019100 10.0.0.240 - - [2026-03-26 02:30:46] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.240 - - [2026-03-26 02:30:50] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008486 10.0.0.240 - - [2026-03-26 02:30:50] "POST /neutron/port HTTP/1.1" 200 1123 0.018878 10.0.0.240 - - [2026-03-26 02:30:50] "GET /virtual-machine/62a6a84f-e009-4cf0-accd-4aae25aab2fd HTTP/1.1" 401 293 0.000396 10.0.0.240 - - [2026-03-26 02:30:51] "GET /virtual-machine/62a6a84f-e009-4cf0-accd-4aae25aab2fd HTTP/1.1" 200 1290 0.034249 10.0.0.240 - - [2026-03-26 02:30:51] "GET /virtual-machine-interface/abd5ccaf-f178-47db-b5aa-5b9b0cd755b0 HTTP/1.1" 200 2935 0.005875 10.0.0.240 - - [2026-03-26 02:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.240 - - [2026-03-26 02:30:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003885 10.0.0.240 - - [2026-03-26 02:30:51] "GET /virtual-networks?parent_id=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003255 10.0.0.240 - - [2026-03-26 02:30:51] "GET /virtual-network/cf6236b8-750d-40e1-98ea-b267fd082a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005729 10.0.0.240 - - [2026-03-26 02:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003598 10.0.0.240 - - [2026-03-26 02:30:54] "GET /virtual-network/cf6236b8-750d-40e1-98ea-b267fd082a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006524 10.0.0.240 - - [2026-03-26 02:30:55] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007789 10.0.0.240 - - [2026-03-26 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.240 - - [2026-03-26 02:30:56] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004145 10.0.0.240 - - [2026-03-26 02:30:56] "GET /virtual-networks?parent_id=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003203 10.0.0.240 - - [2026-03-26 02:30:56] "GET /virtual-network/cf6236b8-750d-40e1-98ea-b267fd082a48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005220 10.0.0.240 - - [2026-03-26 02:30:56] "POST /neutron/port HTTP/1.1" 200 1121 0.018538 10.0.0.240 - - [2026-03-26 02:30:57] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007035 10.0.0.240 - - [2026-03-26 02:30:57] "GET /virtual-machine/7ecf5044-ce25-4ef8-8edd-094b29a90371 HTTP/1.1" 200 1290 0.006550 10.0.0.240 - - [2026-03-26 02:30:57] "GET /virtual-machine-interface/08c2d56a-6e0f-4ff0-abe3-c87fdab93ee5 HTTP/1.1" 200 2933 0.006050 10.0.0.240 - - [2026-03-26 02:30:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.240 - - [2026-03-26 02:30:57] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004343 10.0.0.240 - - [2026-03-26 02:30:57] "GET /virtual-networks?parent_id=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003305 10.0.0.240 - - [2026-03-26 02:30:57] "GET /virtual-network/46b1d31a-de22-4fc8-9e8b-e2cedcf01508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.008573 10.0.0.240 - - [2026-03-26 02:30:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.240 - - [2026-03-26 02:30:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003877 10.0.0.240 - - [2026-03-26 02:30:58] "GET /virtual-networks?parent_id=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 569 0.003159 10.0.0.240 - - [2026-03-26 02:30:58] "GET /virtual-network/46b1d31a-de22-4fc8-9e8b-e2cedcf01508?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2036 0.006581 10.0.0.240 - - [2026-03-26 02:31:02] "POST /neutron/router HTTP/1.1" 200 580 0.010144 10.0.0.22 - - [2026-03-26 02:31:03] "POST /ref-update HTTP/1.1" 200 156 0.016140 10.0.0.240 - - [2026-03-26 02:31:09] "POST /neutron/router HTTP/1.1" 200 580 0.010644 10.0.0.22 - - [2026-03-26 02:31:11] "DELETE /access-control-list/32540908-c76b-430c-8b64-7c06ccfa805e HTTP/1.1" 200 115 0.049970 10.0.0.65 - - [2026-03-26 02:31:13] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001023 10.0.0.240 - - [2026-03-26 02:31:13] "POST /neutron/router HTTP/1.1" 200 344 0.322727 10.0.0.65 - - [2026-03-26 02:31:14] "DELETE /project/5025e3c1-3a3a-4750-80e6-11fe86b5697d HTTP/1.1" 404 177 0.004442 10.0.0.65 - - [2026-03-26 02:31:14] "DELETE /project/a25da01f029643d9a24636ba5e14f765 HTTP/1.1" 404 173 0.004149 10.0.0.240 - - [2026-03-26 02:31:15] "POST /neutron/router HTTP/1.1" 200 580 0.007055 10.0.0.22 - - [2026-03-26 02:31:15] "POST /ref-update HTTP/1.1" 200 156 0.015545 10.0.0.240 - - [2026-03-26 02:31:16] "POST /neutron/router HTTP/1.1" 200 151 0.077325 10.0.0.240 - - [2026-03-26 02:31:16] "POST /neutron/port HTTP/1.1" 200 1121 0.022196 10.0.0.240 - - [2026-03-26 02:31:16] "POST /neutron/port HTTP/1.1" 200 1123 0.029522 10.0.0.240 - - [2026-03-26 02:31:18] "POST /neutron/network HTTP/1.1" 200 823 0.006648 10.0.0.22 - - [2026-03-26 02:31:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.65 - - [2026-03-26 02:31:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003319 10.0.0.65 - - [2026-03-26 02:31:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002916 10.0.0.240 - - [2026-03-26 02:31:18] "POST /neutron/network HTTP/1.1" 200 151 0.143096 10.0.0.22 - - [2026-03-26 02:31:18] "DELETE /route-target/c51e2d00-991e-4a08-9d1b-76198ea4a4fa HTTP/1.1" 200 115 0.025659 10.0.0.65 - - [2026-03-26 02:31:19] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001086 10.0.0.240 - - [2026-03-26 02:31:19] "GET /project/a25da01f-0296-43d9-a246-36ba5e14f765?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.041671 10.0.0.65 - - [2026-03-26 02:31:19] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000915 10.0.0.240 - - [2026-03-26 02:31:19] "GET /project/a25da01f-0296-43d9-a246-36ba5e14f765?fields=virtual_networks HTTP/1.1" 200 1029 0.073707 10.0.0.65 - - [2026-03-26 02:31:20] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001376 10.0.0.240 - - [2026-03-26 02:31:20] "GET /project/a25da01f-0296-43d9-a246-36ba5e14f765?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.056762 10.0.0.65 - - [2026-03-26 02:31:20] "GET /projects?obj_uuids=a25da01f-0296-43d9-a246-36ba5e14f765&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001249 10.0.0.240 - - [2026-03-26 02:31:20] "GET /project/a25da01f-0296-43d9-a246-36ba5e14f765?fields=security_groups HTTP/1.1" 200 1253 0.044619 10.0.0.240 - - [2026-03-26 02:31:21] "POST /fqname-to-id HTTP/1.1" 404 191 0.035255 10.0.0.65 - - [2026-03-26 02:31:21] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003003 10.0.0.65 - - [2026-03-26 02:31:21] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001400 10.0.0.65 - - [2026-03-26 02:31:21] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007894 10.0.0.65 - - [2026-03-26 02:31:21] "POST /id-to-fqname HTTP/1.1" 200 193 0.001597 10.0.0.65 - - [2026-03-26 02:31:21] "POST /fqname-to-id HTTP/1.1" 404 202 0.008499 10.0.0.65 - - [2026-03-26 02:31:21] "POST /security-groups HTTP/1.1" 200 594 0.037260 10.0.0.65 - - [2026-03-26 02:31:21] "POST /projects HTTP/1.1" 200 591 0.250934 10.0.0.65 - - [2026-03-26 02:31:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.288866 10.0.0.22 - - [2026-03-26 02:31:21] "POST /fqname-to-id HTTP/1.1" 404 236 0.006728 10.0.0.240 - - [2026-03-26 02:31:21] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.457326 10.0.0.240 - - [2026-03-26 02:31:22] "GET / HTTP/1.1" 200 35931 0.001448 10.0.0.240 - - [2026-03-26 02:31:24] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000409 10.0.0.65 - - [2026-03-26 02:31:25] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000958 10.0.0.240 - - [2026-03-26 02:31:25] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.077107 10.0.0.240 - - [2026-03-26 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.240 - - [2026-03-26 02:31:25] "GET /security-group/b63b7d44-089f-48a4-8ab6-2ed9b50a9629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.007552 10.0.0.240 - - [2026-03-26 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.65 - - [2026-03-26 02:31:25] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001062 10.0.0.240 - - [2026-03-26 02:31:25] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.045156 10.0.0.240 - - [2026-03-26 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.240 - - [2026-03-26 02:31:25] "GET /security-group/b63b7d44-089f-48a4-8ab6-2ed9b50a9629?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3763 0.004278 10.0.0.240 - - [2026-03-26 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.240 - - [2026-03-26 02:31:25] "PUT /security-group/b63b7d44-089f-48a4-8ab6-2ed9b50a9629 HTTP/1.1" 200 262 0.020127 10.0.0.240 - - [2026-03-26 02:31:25] "POST /fqname-to-id HTTP/1.1" 404 202 0.004893 10.0.0.22 - - [2026-03-26 02:31:25] "PUT /access-control-list/03a52072-3411-4536-a80e-c3dfd26fdeb2 HTTP/1.1" 200 272 0.020461 10.0.0.240 - - [2026-03-26 02:31:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003321 10.0.0.65 - - [2026-03-26 02:31:25] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001487 10.0.0.240 - - [2026-03-26 02:31:25] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.044606 10.0.0.65 - - [2026-03-26 02:31:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009198 10.0.0.240 - - [2026-03-26 02:31:26] "POST /neutron/subnet HTTP/1.1" 200 730 0.295445 10.0.0.240 - - [2026-03-26 02:31:26] "POST /id-to-fqname HTTP/1.1" 200 223 0.001191 10.0.0.240 - - [2026-03-26 02:31:26] "GET /virtual-network/af2bcf63-d10d-4288-bd1a-ecc5d0196d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.004846 10.0.0.240 - - [2026-03-26 02:31:26] "GET /virtual-network/af2bcf63-d10d-4288-bd1a-ecc5d0196d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005934 10.0.0.240 - - [2026-03-26 02:31:26] "POST /neutron/network HTTP/1.1" 200 828 0.011073 10.0.0.240 - - [2026-03-26 02:31:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003211 10.0.0.65 - - [2026-03-26 02:31:26] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000894 10.0.0.240 - - [2026-03-26 02:31:26] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.041228 10.0.0.65 - - [2026-03-26 02:31:26] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001076 10.0.0.22 - - [2026-03-26 02:31:26] "POST /route-targets HTTP/1.1" 200 327 0.014086 10.0.0.240 - - [2026-03-26 02:31:26] "POST /neutron/network HTTP/1.1" 200 615 0.180732 10.0.0.240 - - [2026-03-26 02:31:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.003024 10.0.0.240 - - [2026-03-26 02:31:27] "GET /virtual-network/e9bfb725-9429-4784-a9aa-8062b479e94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.008231 10.0.0.240 - - [2026-03-26 02:31:27] "POST /neutron/network HTTP/1.1" 200 834 0.008092 10.0.0.240 - - [2026-03-26 02:31:27] "GET /virtual-network/e9bfb725-9429-4784-a9aa-8062b479e94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006568 10.0.0.240 - - [2026-03-26 02:31:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001332 10.0.0.240 - - [2026-03-26 02:31:27] "POST /neutron/network HTTP/1.1" 200 838 0.007406 10.0.0.65 - - [2026-03-26 02:31:28] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001224 10.0.0.240 - - [2026-03-26 02:31:28] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.074627 10.0.0.240 - - [2026-03-26 02:31:28] "POST /neutron/port HTTP/1.1" 200 117 0.005708 10.0.0.240 - - [2026-03-26 02:31:28] "POST /id-to-fqname HTTP/1.1" 200 227 0.001188 10.0.0.240 - - [2026-03-26 02:31:28] "POST /neutron/network HTTP/1.1" 200 838 0.006282 10.0.0.240 - - [2026-03-26 02:31:29] "POST /neutron/port HTTP/1.1" 200 1064 0.017123 10.0.0.65 - - [2026-03-26 02:31:29] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001271 10.0.0.240 - - [2026-03-26 02:31:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003137 10.0.0.240 - - [2026-03-26 02:31:29] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.087423 10.0.0.240 - - [2026-03-26 02:31:29] "POST /neutron/port HTTP/1.1" 200 117 0.001915 10.0.0.240 - - [2026-03-26 02:31:29] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007708 10.0.0.240 - - [2026-03-26 02:31:29] "POST /neutron/router HTTP/1.1" 200 585 0.007064 10.0.0.22 - - [2026-03-26 02:31:30] "PUT /logical-router/857ca398-0ba6-4f9a-8e4e-031947a8eb6c HTTP/1.1" 200 262 0.036637 10.0.0.22 - - [2026-03-26 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.046873 10.0.0.65 - - [2026-03-26 02:31:30] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001075 10.0.0.65 - - [2026-03-26 02:31:30] "POST /useragent-kv HTTP/1.1" 200 115 0.014127 10.0.0.22 - - [2026-03-26 02:31:30] "POST /virtual-networks HTTP/1.1" 200 694 0.171594 10.0.0.240 - - [2026-03-26 02:31:30] "POST /neutron/router HTTP/1.1" 200 344 0.460813 10.0.0.22 - - [2026-03-26 02:31:30] "POST /ref-update HTTP/1.1" 200 156 0.050351 10.0.0.22 - - [2026-03-26 02:31:30] "PUT /logical-router/857ca398-0ba6-4f9a-8e4e-031947a8eb6c HTTP/1.1" 200 262 0.069647 10.0.0.240 - - [2026-03-26 02:31:30] "POST /neutron/port HTTP/1.1" 200 1128 0.048470 10.0.0.22 - - [2026-03-26 02:31:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006399 10.0.0.240 - - [2026-03-26 02:31:31] "POST /neutron/port HTTP/1.1" 200 1063 0.040838 10.0.0.22 - - [2026-03-26 02:31:31] "POST /chown HTTP/1.1" 200 109 0.026444 10.0.0.22 - - [2026-03-26 02:31:31] "POST /chown HTTP/1.1" 200 109 0.024481 10.0.0.240 - - [2026-03-26 02:31:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009673 10.0.0.22 - - [2026-03-26 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.057310 10.0.0.240 - - [2026-03-26 02:31:31] "POST /neutron/network HTTP/1.1" 200 834 0.018481 10.0.0.22 - - [2026-03-26 02:31:31] "POST /instance-ips HTTP/1.1" 200 549 0.046092 10.0.0.22 - - [2026-03-26 02:31:31] "PUT /virtual-machine-interface/ee5e41df-5643-4ebc-8344-254758da3345 HTTP/1.1" 200 284 0.026741 10.0.0.22 - - [2026-03-26 02:31:31] "POST /ref-update HTTP/1.1" 200 156 0.024834 10.0.0.22 - - [2026-03-26 02:31:32] "POST /chown HTTP/1.1" 200 109 0.033722 10.0.0.22 - - [2026-03-26 02:31:32] "PUT /virtual-machine-interface/c79cb958-9054-4db8-81a8-efe9f0b1d7b6 HTTP/1.1" 200 284 0.019699 10.0.0.22 - - [2026-03-26 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.031057 10.0.0.22 - - [2026-03-26 02:31:32] "POST /instance-ips HTTP/1.1" 400 316 0.042892 10.0.0.22 - - [2026-03-26 02:31:32] "PUT /instance-ip/5a289b6e-caff-42ab-b229-8b0120f4a853 HTTP/1.1" 200 256 0.030369 10.0.0.22 - - [2026-03-26 02:31:32] "POST /ref-update HTTP/1.1" 200 156 0.030312 10.0.0.240 - - [2026-03-26 02:31:35] "POST /neutron/port HTTP/1.1" 200 1128 0.018235 10.0.0.240 - - [2026-03-26 02:31:36] "POST /neutron/security_group HTTP/1.1" 200 2002 0.023511 10.0.0.240 - - [2026-03-26 02:31:36] "GET /virtual-machine/b4d54b93-9b9f-4195-8905-b934017a3a06 HTTP/1.1" 401 293 0.000395 10.0.0.240 - - [2026-03-26 02:31:36] "GET /virtual-machine/b4d54b93-9b9f-4195-8905-b934017a3a06 HTTP/1.1" 200 1295 0.044839 10.0.0.240 - - [2026-03-26 02:31:36] "GET /virtual-machine-interface/7e6e1932-74a6-400c-9fb7-9c49d1288065 HTTP/1.1" 200 2956 0.006374 10.0.0.240 - - [2026-03-26 02:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.240 - - [2026-03-26 02:31:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003862 10.0.0.240 - - [2026-03-26 02:31:36] "GET /virtual-networks?parent_id=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003411 10.0.0.240 - - [2026-03-26 02:31:36] "GET /virtual-network/af2bcf63-d10d-4288-bd1a-ecc5d0196d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005694 10.0.0.240 - - [2026-03-26 02:31:38] "POST /neutron/port HTTP/1.1" 200 1127 0.024915 10.0.0.240 - - [2026-03-26 02:31:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003857 10.0.0.240 - - [2026-03-26 02:31:38] "POST /neutron/network HTTP/1.1" 200 834 0.009938 10.0.0.240 - - [2026-03-26 02:31:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.240 - - [2026-03-26 02:31:39] "GET /virtual-network/af2bcf63-d10d-4288-bd1a-ecc5d0196d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005013 10.0.0.240 - - [2026-03-26 02:31:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.240 - - [2026-03-26 02:31:41] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004068 10.0.0.240 - - [2026-03-26 02:31:41] "GET /virtual-networks?parent_id=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003151 10.0.0.240 - - [2026-03-26 02:31:41] "GET /virtual-network/af2bcf63-d10d-4288-bd1a-ecc5d0196d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006769 10.0.0.240 - - [2026-03-26 02:31:42] "POST /neutron/port HTTP/1.1" 200 1127 0.018554 10.0.0.240 - - [2026-03-26 02:31:42] "POST /neutron/security_group HTTP/1.1" 200 2002 0.008766 10.0.0.240 - - [2026-03-26 02:31:42] "GET /virtual-machine/13da7020-ec8a-4bbd-83d0-2c64a5d3fbc8 HTTP/1.1" 200 1294 0.006428 10.0.0.240 - - [2026-03-26 02:31:42] "GET /virtual-machine-interface/8752b276-4214-4d06-a035-db413544e181 HTTP/1.1" 200 2968 0.006016 10.0.0.240 - - [2026-03-26 02:31:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.240 - - [2026-03-26 02:31:42] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003282 10.0.0.240 - - [2026-03-26 02:31:42] "GET /virtual-networks?parent_id=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.003285 10.0.0.240 - - [2026-03-26 02:31:42] "GET /virtual-network/e9bfb725-9429-4784-a9aa-8062b479e94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007011 10.0.0.240 - - [2026-03-26 02:31:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.240 - - [2026-03-26 02:31:43] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003861 10.0.0.240 - - [2026-03-26 02:31:43] "GET /virtual-networks?parent_id=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 878 0.004251 10.0.0.240 - - [2026-03-26 02:31:43] "GET /virtual-network/e9bfb725-9429-4784-a9aa-8062b479e94c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006316 10.0.0.240 - - [2026-03-26 02:31:47] "POST /neutron/router HTTP/1.1" 200 656 0.008570 10.0.0.22 - - [2026-03-26 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.021203 10.0.0.22 - - [2026-03-26 02:31:47] "PUT /logical-router/857ca398-0ba6-4f9a-8e4e-031947a8eb6c HTTP/1.1" 500 213 0.105875 10.0.0.240 - - [2026-03-26 02:31:47] "POST /neutron/router HTTP/1.1" 200 151 0.190694 10.0.0.22 - - [2026-03-26 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.017890 10.0.0.22 - - [2026-03-26 02:31:47] "DELETE /route-table/0d67d9ea-aba9-4c77-b377-892dbe6f0326 HTTP/1.1" 200 115 0.041923 10.0.0.22 - - [2026-03-26 02:31:47] "POST /ref-update HTTP/1.1" 200 156 0.020847 10.0.0.22 - - [2026-03-26 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.037679 10.0.0.22 - - [2026-03-26 02:31:48] "GET /virtual-machine-interface/ee5e41df-5643-4ebc-8344-254758da3345?fields=floating_ip_back_refs%2Cinterface_route_table_refs%2Cinstance_ip_back_refs HTTP/1.1" 200 1650 0.006030 10.0.0.22 - - [2026-03-26 02:31:48] "DELETE /instance-ip/5a289b6e-caff-42ab-b229-8b0120f4a853 HTTP/1.1" 200 115 0.044781 10.0.0.240 - - [2026-03-26 02:31:48] "POST /neutron/port HTTP/1.1" 200 1127 0.018643 10.0.0.240 - - [2026-03-26 02:31:48] "POST /neutron/port HTTP/1.1" 200 1128 0.017197 10.0.0.65 - - [2026-03-26 02:31:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005113 10.0.0.65 - - [2026-03-26 02:31:48] "POST /useragent-kv HTTP/1.1" 200 115 0.005663 10.0.0.22 - - [2026-03-26 02:31:48] "DELETE /virtual-network/38e7b69d-3ced-4484-98e1-c832396ab252 HTTP/1.1" 200 115 0.169739 10.0.0.22 - - [2026-03-26 02:31:48] "DELETE /route-target/d014f274-94ce-48ac-95f6-f07c6da9c279 HTTP/1.1" 200 115 0.066732 10.0.0.22 - - [2026-03-26 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.031101 10.0.0.22 - - [2026-03-26 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.029044 10.0.0.22 - - [2026-03-26 02:31:48] "POST /ref-update HTTP/1.1" 200 156 0.026463 10.0.0.22 - - [2026-03-26 02:31:49] "DELETE /virtual-machine-interface/c069df7b-9fca-4695-83d9-1e44ebec433b HTTP/1.1" 200 115 0.063961 10.0.0.240 - - [2026-03-26 02:31:50] "POST /neutron/network HTTP/1.1" 200 834 0.006857 10.0.0.22 - - [2026-03-26 02:31:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.007876 10.0.0.65 - - [2026-03-26 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004321 10.0.0.65 - - [2026-03-26 02:31:50] "POST /useragent-kv HTTP/1.1" 200 115 0.002993 10.0.0.240 - - [2026-03-26 02:31:50] "POST /neutron/network HTTP/1.1" 200 151 0.130463 10.0.0.65 - - [2026-03-26 02:31:51] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001206 10.0.0.240 - - [2026-03-26 02:31:51] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1374 0.050444 10.0.0.65 - - [2026-03-26 02:31:51] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000898 10.0.0.240 - - [2026-03-26 02:31:51] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?fields=virtual_networks HTTP/1.1" 200 1037 0.072924 10.0.0.65 - - [2026-03-26 02:31:51] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000954 10.0.0.240 - - [2026-03-26 02:31:51] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.050392 10.0.0.65 - - [2026-03-26 02:31:51] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001488 10.0.0.240 - - [2026-03-26 02:31:52] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?fields=security_groups HTTP/1.1" 200 1266 0.045147 10.0.0.240 - - [2026-03-26 02:31:52] "POST /fqname-to-id HTTP/1.1" 404 196 0.029524 10.0.0.65 - - [2026-03-26 02:31:52] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002631 10.0.0.65 - - [2026-03-26 02:31:53] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001358 10.0.0.65 - - [2026-03-26 02:31:53] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008307 10.0.0.65 - - [2026-03-26 02:31:53] "POST /id-to-fqname HTTP/1.1" 200 198 0.002785 10.0.0.65 - - [2026-03-26 02:31:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.004792 10.0.0.65 - - [2026-03-26 02:31:53] "POST /security-groups HTTP/1.1" 200 599 0.031767 10.0.0.65 - - [2026-03-26 02:31:53] "POST /projects HTTP/1.1" 200 601 0.250394 10.0.0.22 - - [2026-03-26 02:31:53] "POST /access-control-lists HTTP/1.1" 200 604 0.031366 10.0.0.65 - - [2026-03-26 02:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.329229 10.0.0.240 - - [2026-03-26 02:31:53] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.474810 10.0.0.240 - - [2026-03-26 02:31:54] "GET / HTTP/1.1" 200 35931 0.001401 10.0.0.22 - - [2026-03-26 02:31:54] "DELETE /access-control-list/f01a01ba-a909-476b-bb04-5697e1dfa71b HTTP/1.1" 200 115 0.039187 10.0.0.240 - - [2026-03-26 02:31:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.240 - - [2026-03-26 02:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.035332 10.0.0.65 - - [2026-03-26 02:31:56] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.240 - - [2026-03-26 02:31:57] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051844 10.0.0.22 - - [2026-03-26 02:31:57] "POST /ref-update HTTP/1.1" 200 156 0.032904 10.0.0.65 - - [2026-03-26 02:31:57] "POST /useragent-kv HTTP/1.1" 200 115 0.015821 10.0.0.240 - - [2026-03-26 02:31:57] "POST /neutron/subnet HTTP/1.1" 200 730 0.325402 10.0.0.22 - - [2026-03-26 02:31:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.052996 10.0.0.240 - - [2026-03-26 02:31:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.002029 10.0.0.240 - - [2026-03-26 02:31:57] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.008213 10.0.0.240 - - [2026-03-26 02:31:57] "POST /neutron/network HTTP/1.1" 200 1007 0.015576 10.0.0.240 - - [2026-03-26 02:31:57] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.005479 10.0.0.240 - - [2026-03-26 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.009374 10.0.0.240 - - [2026-03-26 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.65 - - [2026-03-26 02:31:58] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000902 10.0.0.240 - - [2026-03-26 02:31:58] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.057916 10.0.0.65 - - [2026-03-26 02:31:58] "POST /useragent-kv HTTP/1.1" 200 115 0.006281 10.0.0.240 - - [2026-03-26 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.208070 10.0.0.240 - - [2026-03-26 02:31:58] "POST /id-to-fqname HTTP/1.1" 200 228 0.001260 10.0.0.240 - - [2026-03-26 02:31:58] "GET /virtual-network/68855ecb-11a7-4e02-8df0-d5e8fc967eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008942 10.0.0.240 - - [2026-03-26 02:31:58] "POST /neutron/network HTTP/1.1" 200 1005 0.009348 10.0.0.240 - - [2026-03-26 02:31:58] "GET /virtual-network/68855ecb-11a7-4e02-8df0-d5e8fc967eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005054 10.0.0.240 - - [2026-03-26 02:31:58] "POST /neutron/subnet HTTP/1.1" 200 828 0.008870 10.0.0.240 - - [2026-03-26 02:31:58] "POST /fqname-to-id HTTP/1.1" 404 234 0.003095 10.0.0.240 - - [2026-03-26 02:31:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002950 10.0.0.65 - - [2026-03-26 02:31:58] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.240 - - [2026-03-26 02:31:58] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.059951 10.0.0.240 - - [2026-03-26 02:31:59] "POST /network-policys HTTP/1.1" 200 577 0.029053 10.0.0.240 - - [2026-03-26 02:31:59] "GET /network-policy/29a234fb-e844-42cd-b20f-2ce28d32f109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.005857 10.0.0.22 - - [2026-03-26 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.004049 10.0.0.240 - - [2026-03-26 02:31:59] "POST /neutron/network HTTP/1.1" 200 1115 0.022262 10.0.0.240 - - [2026-03-26 02:31:59] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006395 10.0.0.240 - - [2026-03-26 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.240 - - [2026-03-26 02:31:59] "GET /network-policy/29a234fb-e844-42cd-b20f-2ce28d32f109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.003910 10.0.0.22 - - [2026-03-26 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 207 0.012320 10.0.0.22 - - [2026-03-26 02:31:59] "POST /fqname-to-id HTTP/1.1" 404 242 0.004936 10.0.0.240 - - [2026-03-26 02:31:59] "POST /neutron/network HTTP/1.1" 200 1113 0.023808 10.0.0.240 - - [2026-03-26 02:31:59] "GET /virtual-network/68855ecb-11a7-4e02-8df0-d5e8fc967eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006823 10.0.0.240 - - [2026-03-26 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002842 10.0.0.240 - - [2026-03-26 02:31:59] "GET /network-policy/29a234fb-e844-42cd-b20f-2ce28d32f109?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3128 0.004796 10.0.0.240 - - [2026-03-26 02:32:00] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005224 10.0.0.240 - - [2026-03-26 02:32:00] "GET /obj-perms HTTP/1.1" 200 5065 0.059805 10.0.0.22 - - [2026-03-26 02:32:01] "GET /obj-perms HTTP/1.1" 200 5065 0.058671 10.0.0.240 - - [2026-03-26 02:32:01] "GET /virtual-network/68855ecb-11a7-4e02-8df0-d5e8fc967eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005943 10.0.0.65 - - [2026-03-26 02:32:02] "GET /obj-perms HTTP/1.1" 200 5065 0.051481 10.0.0.240 - - [2026-03-26 02:32:02] "POST /id-to-fqname HTTP/1.1" 200 228 0.001194 10.0.0.65 - - [2026-03-26 02:32:03] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.240 - - [2026-03-26 02:32:03] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072265 10.0.0.240 - - [2026-03-26 02:32:03] "POST /neutron/port HTTP/1.1" 200 117 0.007285 10.0.0.240 - - [2026-03-26 02:32:03] "POST /id-to-fqname HTTP/1.1" 200 228 0.001743 10.0.0.240 - - [2026-03-26 02:32:03] "POST /neutron/network HTTP/1.1" 200 1123 0.008403 10.0.0.240 - - [2026-03-26 02:32:04] "POST /neutron/port HTTP/1.1" 200 1176 0.029315 10.0.0.240 - - [2026-03-26 02:32:04] "POST /neutron/port HTTP/1.1" 200 1240 0.024708 10.0.0.65 - - [2026-03-26 02:32:04] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001782 10.0.0.240 - - [2026-03-26 02:32:04] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.091835 10.0.0.240 - - [2026-03-26 02:32:04] "POST /neutron/subnet HTTP/1.1" 200 1390 0.013767 10.0.0.240 - - [2026-03-26 02:32:04] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.240 - - [2026-03-26 02:32:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008747 10.0.0.240 - - [2026-03-26 02:32:05] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008458 10.0.0.22 - - [2026-03-26 02:32:05] "PUT /access-control-list/b9847412-e56e-4991-8a7f-2536a7e32256 HTTP/1.1" 200 272 0.089066 10.0.0.240 - - [2026-03-26 02:32:05] "POST /neutron/port HTTP/1.1" 200 1174 0.068104 10.0.0.240 - - [2026-03-26 02:32:06] "POST /neutron/port HTTP/1.1" 200 1238 0.019013 10.0.0.240 - - [2026-03-26 02:32:06] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013526 10.0.0.240 - - [2026-03-26 02:32:06] "POST /neutron/network HTTP/1.1" 200 1113 0.009455 10.0.0.240 - - [2026-03-26 02:32:10] "POST /neutron/port HTTP/1.1" 200 1240 0.019968 10.0.0.240 - - [2026-03-26 02:32:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009499 10.0.0.240 - - [2026-03-26 02:32:10] "GET /virtual-machine/3d105db4-0bc8-468f-b97a-862ba58fa240 HTTP/1.1" 401 293 0.000403 10.0.0.240 - - [2026-03-26 02:32:10] "GET /virtual-machine/3d105db4-0bc8-468f-b97a-862ba58fa240 HTTP/1.1" 200 1300 0.037789 10.0.0.240 - - [2026-03-26 02:32:10] "GET /virtual-machine-interface/a6abb9fd-cd75-4043-b187-03c4c03aed2e HTTP/1.1" 200 3176 0.005424 10.0.0.240 - - [2026-03-26 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.240 - - [2026-03-26 02:32:10] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004019 10.0.0.240 - - [2026-03-26 02:32:10] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003689 10.0.0.240 - - [2026-03-26 02:32:10] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.009400 10.0.0.240 - - [2026-03-26 02:32:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005424 10.0.0.240 - - [2026-03-26 02:32:14] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005764 10.0.0.65 - - [2026-03-26 02:32:14] "DELETE /project/03217abda9d94ac39109c929b7fb4e86 HTTP/1.1" 404 173 0.004802 10.0.0.65 - - [2026-03-26 02:32:14] "DELETE /project/a25da01f-0296-43d9-a246-36ba5e14f765 HTTP/1.1" 404 177 0.009003 10.0.0.65 - - [2026-03-26 02:32:14] "DELETE /project/2719a88593214e7fb90b1d8a662827f5 HTTP/1.1" 404 173 0.007693 10.0.0.65 - - [2026-03-26 02:32:14] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000854 10.0.0.65 - - [2026-03-26 02:32:14] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.048581 10.0.0.65 - - [2026-03-26 02:32:14] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002293 10.0.0.65 - - [2026-03-26 02:32:14] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?fields=security_groups HTTP/1.1" 200 1371 0.069474 10.0.0.65 - - [2026-03-26 02:32:14] "DELETE /security-group/b63b7d44-089f-48a4-8ab6-2ed9b50a9629 HTTP/1.1" 200 115 0.058511 10.0.0.65 - - [2026-03-26 02:32:14] "GET /projects?obj_uuids=03217abd-a9d9-4ac3-9109-c929b7fb4e86&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001535 10.0.0.65 - - [2026-03-26 02:32:14] "GET /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86?fields=application_policy_sets HTTP/1.1" 200 1410 0.069158 10.0.0.65 - - [2026-03-26 02:32:14] "DELETE /project/03217abd-a9d9-4ac3-9109-c929b7fb4e86 HTTP/1.1" 200 115 0.476313 10.0.0.240 - - [2026-03-26 02:32:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.240 - - [2026-03-26 02:32:18] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006700 10.0.0.240 - - [2026-03-26 02:32:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.240 - - [2026-03-26 02:32:22] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005294 10.0.0.240 - - [2026-03-26 02:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.240 - - [2026-03-26 02:32:26] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006306 10.0.0.240 - - [2026-03-26 02:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.240 - - [2026-03-26 02:32:30] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005529 10.0.0.240 - - [2026-03-26 02:32:30] "POST /neutron/network HTTP/1.1" 200 1125 0.006981 10.0.0.240 - - [2026-03-26 02:32:30] "POST /neutron/subnet HTTP/1.1" 200 1390 0.014432 10.0.0.240 - - [2026-03-26 02:32:30] "POST /neutron/network HTTP/1.1" 200 1115 0.009544 10.0.0.240 - - [2026-03-26 02:32:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.240 - - [2026-03-26 02:32:34] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006470 10.0.0.240 - - [2026-03-26 02:32:38] "POST /neutron/network HTTP/1.1" 200 1123 0.013417 10.0.0.240 - - [2026-03-26 02:32:38] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013990 10.0.0.240 - - [2026-03-26 02:32:38] "POST /neutron/network HTTP/1.1" 200 1113 0.010237 10.0.0.240 - - [2026-03-26 02:32:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.240 - - [2026-03-26 02:32:38] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005393 10.0.0.240 - - [2026-03-26 02:32:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.240 - - [2026-03-26 02:32:42] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004120 10.0.0.240 - - [2026-03-26 02:32:42] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003568 10.0.0.240 - - [2026-03-26 02:32:42] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.005519 10.0.0.240 - - [2026-03-26 02:32:48] "POST /neutron/port HTTP/1.1" 200 1240 0.018651 10.0.0.240 - - [2026-03-26 02:32:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007014 10.0.0.240 - - [2026-03-26 02:32:53] "POST /neutron/port HTTP/1.1" 200 1240 0.019561 10.0.0.240 - - [2026-03-26 02:32:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007312 10.0.0.240 - - [2026-03-26 02:33:03] "POST /neutron/port HTTP/1.1" 200 1238 0.022390 10.0.0.240 - - [2026-03-26 02:33:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007044 10.0.0.240 - - [2026-03-26 02:33:03] "GET /virtual-machine/de07528b-e09a-4f68-8f75-ba065bd1a476 HTTP/1.1" 200 1301 0.006221 10.0.0.240 - - [2026-03-26 02:33:03] "GET /virtual-machine-interface/f0054158-adb9-4ab2-89e0-d2173bd7b6e5 HTTP/1.1" 200 3175 0.005920 10.0.0.240 - - [2026-03-26 02:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.240 - - [2026-03-26 02:33:03] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003841 10.0.0.240 - - [2026-03-26 02:33:03] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.002525 10.0.0.240 - - [2026-03-26 02:33:03] "GET /virtual-network/68855ecb-11a7-4e02-8df0-d5e8fc967eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005931 10.0.0.240 - - [2026-03-26 02:33:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.240 - - [2026-03-26 02:33:04] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004257 10.0.0.240 - - [2026-03-26 02:33:04] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003137 10.0.0.240 - - [2026-03-26 02:33:05] "GET /virtual-network/68855ecb-11a7-4e02-8df0-d5e8fc967eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.006179 10.0.0.240 - - [2026-03-26 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.65 - - [2026-03-26 02:33:24] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000835 10.0.0.240 - - [2026-03-26 02:33:24] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046063 10.0.0.240 - - [2026-03-26 02:33:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003393 10.0.0.240 - - [2026-03-26 02:33:24] "PUT /network-policy/29a234fb-e844-42cd-b20f-2ce28d32f109 HTTP/1.1" 200 262 0.016585 10.0.0.22 - - [2026-03-26 02:33:25] "PUT /access-control-list/35b03ee5-ebc7-4c12-9599-e679fd98d052 HTTP/1.1" 200 272 0.017301 10.0.0.22 - - [2026-03-26 02:33:25] "GET /obj-perms HTTP/1.1" 200 5075 0.060455 10.0.0.240 - - [2026-03-26 02:33:28] "GET /virtual-network/68855ecb-11a7-4e02-8df0-d5e8fc967eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.005775 10.0.0.240 - - [2026-03-26 02:33:28] "POST /neutron/network HTTP/1.1" 200 1005 0.026080 10.0.0.22 - - [2026-03-26 02:33:28] "POST /ref-update HTTP/1.1" 200 156 0.049679 10.0.0.240 - - [2026-03-26 02:33:28] "GET /virtual-network/68855ecb-11a7-4e02-8df0-d5e8fc967eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.016488 10.0.0.240 - - [2026-03-26 02:33:28] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2968 0.006174 10.0.0.240 - - [2026-03-26 02:33:29] "POST /neutron/network HTTP/1.1" 200 1007 0.028331 10.0.0.240 - - [2026-03-26 02:33:29] "GET /virtual-network/e494de79-a4d1-467e-b55d-188eacecf03e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006884 10.0.0.240 - - [2026-03-26 02:33:29] "DELETE /network-policy/29a234fb-e844-42cd-b20f-2ce28d32f109 HTTP/1.1" 200 115 0.049612 10.0.0.240 - - [2026-03-26 02:33:29] "POST /neutron/network HTTP/1.1" 400 204 0.013219 10.0.0.240 - - [2026-03-26 02:33:29] "POST /neutron/port HTTP/1.1" 200 151 0.283869 10.0.0.240 - - [2026-03-26 02:33:31] "POST /neutron/network HTTP/1.1" 200 1005 0.009176 10.0.0.22 - - [2026-03-26 02:33:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129 10.0.0.65 - - [2026-03-26 02:33:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002925 10.0.0.65 - - [2026-03-26 02:33:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002347 10.0.0.65 - - [2026-03-26 02:33:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002897 10.0.0.65 - - [2026-03-26 02:33:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002775 10.0.0.240 - - [2026-03-26 02:33:31] "POST /neutron/network HTTP/1.1" 200 151 0.146447 10.0.0.22 - - [2026-03-26 02:33:31] "DELETE /route-target/6e07eacf-2370-4a62-b643-5e76605a3ffa HTTP/1.1" 200 115 0.022672 10.0.0.65 - - [2026-03-26 02:33:36] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.240 - - [2026-03-26 02:33:36] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.063033 10.0.0.240 - - [2026-03-26 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007117 10.0.0.65 - - [2026-03-26 02:33:36] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001042 10.0.0.240 - - [2026-03-26 02:33:36] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007435 10.0.0.240 - - [2026-03-26 02:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.65 - - [2026-03-26 02:33:36] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.240 - - [2026-03-26 02:33:36] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.044804 10.0.0.240 - - [2026-03-26 02:33:37] "GET /domains HTTP/1.1" 200 280 0.003556 10.0.0.65 - - [2026-03-26 02:33:37] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001561 10.0.0.240 - - [2026-03-26 02:33:37] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87 HTTP/1.1" 200 2776 0.019564 10.0.0.65 - - [2026-03-26 02:33:37] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.240 - - [2026-03-26 02:33:37] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5 HTTP/1.1" 200 1900 0.088255 10.0.0.240 - - [2026-03-26 02:33:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.002883 10.0.0.240 - - [2026-03-26 02:33:37] "POST /network-ipams HTTP/1.1" 200 609 0.030972 10.0.0.240 - - [2026-03-26 02:33:37] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 802 0.003364 10.0.0.240 - - [2026-03-26 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003365 10.0.0.240 - - [2026-03-26 02:33:37] "GET /network-ipam/1ce24b13-090b-4386-adb4-3c786d6b966b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.006082 10.0.0.240 - - [2026-03-26 02:33:37] "PUT /network-ipam/1ce24b13-090b-4386-adb4-3c786d6b966b HTTP/1.1" 200 258 0.015101 10.0.0.240 - - [2026-03-26 02:33:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003163 10.0.0.65 - - [2026-03-26 02:33:37] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000858 10.0.0.240 - - [2026-03-26 02:33:37] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062922 10.0.0.65 - - [2026-03-26 02:33:38] "POST /useragent-kv HTTP/1.1" 200 115 0.009242 10.0.0.240 - - [2026-03-26 02:33:38] "POST /neutron/subnet HTTP/1.1" 200 701 0.239206 10.0.0.22 - - [2026-03-26 02:33:38] "POST /fqname-to-id HTTP/1.1" 404 207 0.002732 10.0.0.240 - - [2026-03-26 02:33:38] "POST /neutron/network HTTP/1.1" 200 1308 0.016951 10.0.0.240 - - [2026-03-26 02:33:38] "POST /id-to-fqname HTTP/1.1" 200 231 0.001072 10.0.0.240 - - [2026-03-26 02:33:38] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005093 10.0.0.240 - - [2026-03-26 02:33:38] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.007059 10.0.0.240 - - [2026-03-26 02:33:39] "POST /neutron/subnet HTTP/1.1" 200 701 0.008494 10.0.0.240 - - [2026-03-26 02:33:39] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.005855 10.0.0.240 - - [2026-03-26 02:33:39] "GET /obj-perms HTTP/1.1" 200 5065 0.006295 10.0.0.240 - - [2026-03-26 02:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.65 - - [2026-03-26 02:33:39] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.240 - - [2026-03-26 02:33:39] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051028 10.0.0.240 - - [2026-03-26 02:33:39] "POST /neutron/network HTTP/1.1" 200 117 0.013736 10.0.0.22 - - [2026-03-26 02:33:39] "POST /route-targets HTTP/1.1" 200 327 0.013152 10.0.0.65 - - [2026-03-26 02:33:40] "POST /useragent-kv HTTP/1.1" 200 115 0.010604 10.0.0.240 - - [2026-03-26 02:33:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.178718 10.0.0.240 - - [2026-03-26 02:33:40] "POST /id-to-fqname HTTP/1.1" 200 231 0.001306 10.0.0.240 - - [2026-03-26 02:33:40] "GET /virtual-network/4255391c-5f50-4a0a-9340-d29db92bd8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.007537 10.0.0.240 - - [2026-03-26 02:33:40] "POST /neutron/network HTTP/1.1" 200 1309 0.011275 10.0.0.240 - - [2026-03-26 02:33:40] "GET /virtual-network/4255391c-5f50-4a0a-9340-d29db92bd8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.004641 10.0.0.240 - - [2026-03-26 02:33:40] "POST /neutron/subnet HTTP/1.1" 200 701 0.008616 10.0.0.240 - - [2026-03-26 02:33:40] "GET /virtual-network/4255391c-5f50-4a0a-9340-d29db92bd8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005634 10.0.0.65 - - [2026-03-26 02:33:41] "GET /obj-perms HTTP/1.1" 200 5065 0.003430 10.0.0.240 - - [2026-03-26 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004044 10.0.0.65 - - [2026-03-26 02:33:41] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002462 10.0.0.240 - - [2026-03-26 02:33:41] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046924 10.0.0.65 - - [2026-03-26 02:33:41] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000970 10.0.0.240 - - [2026-03-26 02:33:41] "POST /neutron/network HTTP/1.1" 200 619 0.119528 10.0.0.65 - - [2026-03-26 02:33:42] "POST /useragent-kv HTTP/1.1" 200 115 0.010467 10.0.0.240 - - [2026-03-26 02:33:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.221803 10.0.0.240 - - [2026-03-26 02:33:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001336 10.0.0.240 - - [2026-03-26 02:33:42] "GET /virtual-network/e106905e-be7d-4c4d-8b6f-d583b88f8fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005746 10.0.0.240 - - [2026-03-26 02:33:42] "GET /virtual-network/e106905e-be7d-4c4d-8b6f-d583b88f8fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.005938 10.0.0.240 - - [2026-03-26 02:33:42] "POST /neutron/network HTTP/1.1" 200 1309 0.012434 10.0.0.240 - - [2026-03-26 02:33:42] "POST /neutron/subnet HTTP/1.1" 200 828 0.009158 10.0.0.240 - - [2026-03-26 02:33:42] "GET /virtual-network/e106905e-be7d-4c4d-8b6f-d583b88f8fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.008836 10.0.0.22 - - [2026-03-26 02:33:42] "GET /obj-perms HTTP/1.1" 200 5065 0.004625 10.0.0.240 - - [2026-03-26 02:33:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.65 - - [2026-03-26 02:33:42] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001019 10.0.0.240 - - [2026-03-26 02:33:42] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055932 10.0.0.22 - - [2026-03-26 02:33:43] "POST /route-targets HTTP/1.1" 200 327 0.015243 10.0.0.65 - - [2026-03-26 02:33:43] "POST /useragent-kv HTTP/1.1" 200 115 0.006266 10.0.0.240 - - [2026-03-26 02:33:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.194797 10.0.0.22 - - [2026-03-26 02:33:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.003354 10.0.0.240 - - [2026-03-26 02:33:43] "POST /neutron/network HTTP/1.1" 200 1309 0.012684 10.0.0.240 - - [2026-03-26 02:33:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.001073 10.0.0.240 - - [2026-03-26 02:33:43] "GET /virtual-network/70da0394-889e-4f50-b007-3482d6775114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005528 10.0.0.240 - - [2026-03-26 02:33:43] "GET /virtual-network/70da0394-889e-4f50-b007-3482d6775114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005315 10.0.0.240 - - [2026-03-26 02:33:43] "POST /neutron/subnet HTTP/1.1" 200 701 0.009259 10.0.0.240 - - [2026-03-26 02:33:44] "GET /virtual-network/70da0394-889e-4f50-b007-3482d6775114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.005832 10.0.0.240 - - [2026-03-26 02:33:44] "GET /obj-perms HTTP/1.1" 200 5065 0.003648 10.0.0.240 - - [2026-03-26 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.004033 10.0.0.240 - - [2026-03-26 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003034 10.0.0.65 - - [2026-03-26 02:33:44] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000851 10.0.0.240 - - [2026-03-26 02:33:44] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.042834 10.0.0.240 - - [2026-03-26 02:33:44] "POST /network-policys HTTP/1.1" 200 559 0.028904 10.0.0.240 - - [2026-03-26 02:33:44] "GET /network-policy/a33c468d-71d3-475b-b6a3-1a48684a39ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006669 10.0.0.240 - - [2026-03-26 02:33:44] "POST /fqname-to-id HTTP/1.1" 404 225 0.003104 10.0.0.240 - - [2026-03-26 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.65 - - [2026-03-26 02:33:44] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000997 10.0.0.240 - - [2026-03-26 02:33:44] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046510 10.0.0.240 - - [2026-03-26 02:33:45] "POST /network-policys HTTP/1.1" 200 559 0.031044 10.0.0.240 - - [2026-03-26 02:33:45] "GET /network-policy/d053422e-ca55-40ab-97b0-c2e29749e1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006436 10.0.0.240 - - [2026-03-26 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.002944 10.0.0.240 - - [2026-03-26 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003208 10.0.0.65 - - [2026-03-26 02:33:45] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000917 10.0.0.240 - - [2026-03-26 02:33:45] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041415 10.0.0.240 - - [2026-03-26 02:33:45] "POST /network-policys HTTP/1.1" 200 559 0.030874 10.0.0.240 - - [2026-03-26 02:33:45] "GET /network-policy/e49ee91a-974c-40d9-b6a3-e253ea14a740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.006917 10.0.0.240 - - [2026-03-26 02:33:45] "POST /fqname-to-id HTTP/1.1" 404 225 0.003538 10.0.0.240 - - [2026-03-26 02:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.65 - - [2026-03-26 02:33:45] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001070 10.0.0.240 - - [2026-03-26 02:33:45] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036329 10.0.0.240 - - [2026-03-26 02:33:45] "POST /network-policys HTTP/1.1" 200 559 0.031276 10.0.0.240 - - [2026-03-26 02:33:45] "GET /network-policy/be46bc4c-8d62-49c8-8940-91e3186d1fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.008466 10.0.0.240 - - [2026-03-26 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.003420 10.0.0.240 - - [2026-03-26 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003269 10.0.0.65 - - [2026-03-26 02:33:46] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001373 10.0.0.240 - - [2026-03-26 02:33:46] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041226 10.0.0.240 - - [2026-03-26 02:33:46] "POST /network-policys HTTP/1.1" 200 559 0.027508 10.0.0.240 - - [2026-03-26 02:33:46] "GET /network-policy/3e0fea67-d20f-45e7-9cd9-df14adf609ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.010312 10.0.0.240 - - [2026-03-26 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.002954 10.0.0.240 - - [2026-03-26 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002660 10.0.0.65 - - [2026-03-26 02:33:46] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000994 10.0.0.240 - - [2026-03-26 02:33:46] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045101 10.0.0.240 - - [2026-03-26 02:33:46] "POST /network-policys HTTP/1.1" 200 559 0.030979 10.0.0.240 - - [2026-03-26 02:33:46] "GET /network-policy/4c636cf2-927b-494b-8a70-194f44b12bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.006509 10.0.0.240 - - [2026-03-26 02:33:46] "POST /fqname-to-id HTTP/1.1" 404 225 0.003190 10.0.0.240 - - [2026-03-26 02:33:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003090 10.0.0.65 - - [2026-03-26 02:33:46] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.240 - - [2026-03-26 02:33:46] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043308 10.0.0.240 - - [2026-03-26 02:33:47] "POST /network-policys HTTP/1.1" 200 559 0.029003 10.0.0.240 - - [2026-03-26 02:33:47] "GET /network-policy/2b02c462-a2ca-4c4d-9b27-9c02148a661e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006792 10.0.0.240 - - [2026-03-26 02:33:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.003870 10.0.0.240 - - [2026-03-26 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.65 - - [2026-03-26 02:33:47] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001527 10.0.0.240 - - [2026-03-26 02:33:47] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051892 10.0.0.240 - - [2026-03-26 02:33:47] "POST /network-policys HTTP/1.1" 200 559 0.033611 10.0.0.240 - - [2026-03-26 02:33:47] "GET /network-policy/baaab8f4-d89e-4031-950f-fa7c6e8d6db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.006845 10.0.0.240 - - [2026-03-26 02:33:47] "POST /neutron/network HTTP/1.1" 200 1308 0.010345 10.0.0.240 - - [2026-03-26 02:33:47] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.009366 10.0.0.240 - - [2026-03-26 02:33:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003088 10.0.0.22 - - [2026-03-26 02:33:47] "POST /access-control-lists HTTP/1.1" 200 605 0.084666 10.0.0.240 - - [2026-03-26 02:33:48] "GET /network-policy/a33c468d-71d3-475b-b6a3-1a48684a39ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004199 10.0.0.240 - - [2026-03-26 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002744 10.0.0.240 - - [2026-03-26 02:33:48] "GET /network-policy/d053422e-ca55-40ab-97b0-c2e29749e1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004046 10.0.0.240 - - [2026-03-26 02:33:48] "POST /neutron/network HTTP/1.1" 200 1309 0.012439 10.0.0.22 - - [2026-03-26 02:33:48] "POST /ref-update HTTP/1.1" 200 156 0.046526 10.0.0.240 - - [2026-03-26 02:33:48] "GET /virtual-network/4255391c-5f50-4a0a-9340-d29db92bd8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.025869 10.0.0.240 - - [2026-03-26 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003288 10.0.0.240 - - [2026-03-26 02:33:48] "GET /network-policy/be46bc4c-8d62-49c8-8940-91e3186d1fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.005172 10.0.0.240 - - [2026-03-26 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.240 - - [2026-03-26 02:33:48] "GET /network-policy/e49ee91a-974c-40d9-b6a3-e253ea14a740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.004898 10.0.0.240 - - [2026-03-26 02:33:48] "POST /neutron/network HTTP/1.1" 200 1309 0.012349 10.0.0.22 - - [2026-03-26 02:33:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.003024 10.0.0.240 - - [2026-03-26 02:33:48] "GET /virtual-network/e106905e-be7d-4c4d-8b6f-d583b88f8fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.007364 10.0.0.240 - - [2026-03-26 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002758 10.0.0.240 - - [2026-03-26 02:33:48] "GET /network-policy/3e0fea67-d20f-45e7-9cd9-df14adf609ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5019 0.004177 10.0.0.240 - - [2026-03-26 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002650 10.0.0.240 - - [2026-03-26 02:33:49] "GET /network-policy/4c636cf2-927b-494b-8a70-194f44b12bad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5018 0.004781 10.0.0.240 - - [2026-03-26 02:33:49] "POST /neutron/network HTTP/1.1" 200 1309 0.011205 10.0.0.22 - - [2026-03-26 02:33:49] "POST /fqname-to-id HTTP/1.1" 404 248 0.002711 10.0.0.240 - - [2026-03-26 02:33:49] "GET /virtual-network/70da0394-889e-4f50-b007-3482d6775114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.009060 10.0.0.240 - - [2026-03-26 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003411 10.0.0.240 - - [2026-03-26 02:33:49] "GET /network-policy/2b02c462-a2ca-4c4d-9b27-9c02148a661e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.004916 10.0.0.240 - - [2026-03-26 02:33:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.240 - - [2026-03-26 02:33:49] "GET /network-policy/baaab8f4-d89e-4031-950f-fa7c6e8d6db7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004761 10.0.0.240 - - [2026-03-26 02:33:49] "POST /id-to-fqname HTTP/1.1" 200 231 0.001180 10.0.0.22 - - [2026-03-26 02:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.22 - - [2026-03-26 02:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000342 10.0.0.22 - - [2026-03-26 02:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.22 - - [2026-03-26 02:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000529 10.0.0.65 - - [2026-03-26 02:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000472 10.0.0.65 - - [2026-03-26 02:34:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000569 10.0.0.65 - - [2026-03-26 02:34:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000496 10.0.0.65 - - [2026-03-26 02:34:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000501 10.0.0.240 - - [2026-03-26 02:34:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.240 - - [2026-03-26 02:34:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.240 - - [2026-03-26 02:34:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.240 - - [2026-03-26 02:34:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.240 - - [2026-03-26 02:34:25] "POST /neutron/network HTTP/1.1" 200 1503 0.007468 10.0.0.65 - - [2026-03-26 02:34:26] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000986 10.0.0.240 - - [2026-03-26 02:34:26] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.120976 10.0.0.65 - - [2026-03-26 02:34:26] "GET /obj-perms HTTP/1.1" 200 5075 0.074921 10.0.0.240 - - [2026-03-26 02:34:26] "POST /neutron/port HTTP/1.1" 200 117 0.006646 10.0.0.240 - - [2026-03-26 02:34:26] "POST /id-to-fqname HTTP/1.1" 200 231 0.001877 10.0.0.240 - - [2026-03-26 02:34:27] "POST /neutron/network HTTP/1.1" 200 1503 0.006922 10.0.0.65 - - [2026-03-26 02:34:27] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001362 10.0.0.240 - - [2026-03-26 02:34:27] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.109733 10.0.0.240 - - [2026-03-26 02:34:27] "POST /neutron/port HTTP/1.1" 200 1169 0.070302 10.0.0.240 - - [2026-03-26 02:34:28] "POST /neutron/port HTTP/1.1" 200 1191 0.105949 10.0.0.240 - - [2026-03-26 02:34:28] "POST /neutron/port HTTP/1.1" 200 117 0.007867 10.0.0.240 - - [2026-03-26 02:34:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.011779 10.0.0.240 - - [2026-03-26 02:34:28] "POST /neutron/port HTTP/1.1" 200 117 0.001369 10.0.0.240 - - [2026-03-26 02:34:28] "POST /neutron/network HTTP/1.1" 200 1493 0.023407 10.0.0.22 - - [2026-03-26 02:34:29] "PUT /access-control-list/28dc896a-a66a-44ad-bb55-d54451226da6 HTTP/1.1" 200 272 0.088188 10.0.0.240 - - [2026-03-26 02:34:29] "POST /neutron/port HTTP/1.1" 200 1170 0.063174 10.0.0.240 - - [2026-03-26 02:34:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003839 10.0.0.240 - - [2026-03-26 02:34:30] "POST /neutron/port HTTP/1.1" 200 117 0.004173 10.0.0.240 - - [2026-03-26 02:34:33] "POST /neutron/port HTTP/1.1" 200 1233 0.057345 10.0.0.240 - - [2026-03-26 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.023212 10.0.0.240 - - [2026-03-26 02:34:49] "POST /neutron/port HTTP/1.1" 200 1233 0.051843 10.0.0.240 - - [2026-03-26 02:34:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.027403 10.0.0.240 - - [2026-03-26 02:35:04] "POST /neutron/port HTTP/1.1" 200 1233 0.017737 10.0.0.240 - - [2026-03-26 02:35:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006655 10.0.0.240 - - [2026-03-26 02:35:19] "POST /neutron/port HTTP/1.1" 200 1233 0.016999 10.0.0.240 - - [2026-03-26 02:35:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007213 10.0.0.240 - - [2026-03-26 02:35:35] "POST /neutron/port HTTP/1.1" 200 1233 0.018507 10.0.0.240 - - [2026-03-26 02:35:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007340 10.0.0.240 - - [2026-03-26 02:35:40] "POST /neutron/port HTTP/1.1" 200 1233 0.015680 10.0.0.240 - - [2026-03-26 02:35:40] "GET /virtual-machine/b21bb532-36cf-4828-8035-da89b0921e67 HTTP/1.1" 200 1300 0.005583 10.0.0.240 - - [2026-03-26 02:35:40] "GET /virtual-machine-interface/b272bfa9-c040-49f8-80dc-be8b3c5668ae HTTP/1.1" 200 3184 0.004914 10.0.0.240 - - [2026-03-26 02:35:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.240 - - [2026-03-26 02:35:40] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003769 10.0.0.240 - - [2026-03-26 02:35:40] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.005041 10.0.0.240 - - [2026-03-26 02:35:40] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.007225 10.0.0.240 - - [2026-03-26 02:35:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003325 10.0.0.240 - - [2026-03-26 02:35:43] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005754 10.0.0.240 - - [2026-03-26 02:35:44] "POST /neutron/port HTTP/1.1" 200 1234 0.021103 10.0.0.240 - - [2026-03-26 02:35:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004313 10.0.0.240 - - [2026-03-26 02:35:44] "POST /neutron/port HTTP/1.1" 200 117 0.001259 10.0.0.240 - - [2026-03-26 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.240 - - [2026-03-26 02:35:47] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006132 10.0.0.240 - - [2026-03-26 02:35:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.240 - - [2026-03-26 02:35:51] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005569 10.0.0.240 - - [2026-03-26 02:35:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.240 - - [2026-03-26 02:35:55] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005470 10.0.0.240 - - [2026-03-26 02:35:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.240 - - [2026-03-26 02:35:59] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005699 10.0.0.240 - - [2026-03-26 02:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.240 - - [2026-03-26 02:36:04] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006645 10.0.0.240 - - [2026-03-26 02:36:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.240 - - [2026-03-26 02:36:08] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006146 10.0.0.240 - - [2026-03-26 02:36:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003691 10.0.0.240 - - [2026-03-26 02:36:12] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005371 10.0.0.240 - - [2026-03-26 02:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005508 10.0.0.240 - - [2026-03-26 02:36:14] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004010 10.0.0.240 - - [2026-03-26 02:36:14] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003208 10.0.0.240 - - [2026-03-26 02:36:14] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005834 10.0.0.240 - - [2026-03-26 02:36:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007562 10.0.0.240 - - [2026-03-26 02:36:24] "POST /neutron/port HTTP/1.1" 200 1233 0.047521 10.0.0.240 - - [2026-03-26 02:36:24] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007811 10.0.0.22 - - [2026-03-26 02:36:28] "GET /obj-perms HTTP/1.1" 200 5075 0.050684 10.0.0.240 - - [2026-03-26 02:36:30] "POST /neutron/port HTTP/1.1" 200 1233 0.019078 10.0.0.240 - - [2026-03-26 02:36:35] "POST /neutron/port HTTP/1.1" 200 1233 0.044045 10.0.0.240 - - [2026-03-26 02:36:35] "POST /neutron/network HTTP/1.1" 200 1503 0.007660 10.0.0.240 - - [2026-03-26 02:36:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004008 10.0.0.240 - - [2026-03-26 02:36:35] "POST /neutron/port HTTP/1.1" 200 117 0.001166 10.0.0.240 - - [2026-03-26 02:36:35] "POST /neutron/port HTTP/1.1" 200 1234 0.036288 10.0.0.240 - - [2026-03-26 02:36:35] "GET /virtual-machine/b8b12578-63d4-49b9-a3e4-57d3f5275a52 HTTP/1.1" 200 1301 0.007796 10.0.0.240 - - [2026-03-26 02:36:35] "GET /virtual-machine-interface/2c076a94-baee-4ee3-a7bf-8b7ca7dc1b3d HTTP/1.1" 200 3184 0.007078 10.0.0.240 - - [2026-03-26 02:36:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004032 10.0.0.240 - - [2026-03-26 02:36:35] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005378 10.0.0.240 - - [2026-03-26 02:36:35] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003636 10.0.0.240 - - [2026-03-26 02:36:35] "GET /virtual-network/4255391c-5f50-4a0a-9340-d29db92bd8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.007439 10.0.0.240 - - [2026-03-26 02:36:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.240 - - [2026-03-26 02:36:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003778 10.0.0.240 - - [2026-03-26 02:36:36] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004060 10.0.0.240 - - [2026-03-26 02:36:36] "GET /virtual-network/4255391c-5f50-4a0a-9340-d29db92bd8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005869 10.0.0.240 - - [2026-03-26 02:36:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008123 10.0.0.240 - - [2026-03-26 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.240 - - [2026-03-26 02:36:37] "GET /network-policy/e49ee91a-974c-40d9-b6a3-e253ea14a740?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.007881 10.0.0.240 - - [2026-03-26 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002666 10.0.0.240 - - [2026-03-26 02:36:37] "GET /network-policy/be46bc4c-8d62-49c8-8940-91e3186d1fa8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8843 0.006270 10.0.0.240 - - [2026-03-26 02:36:37] "POST /neutron/port HTTP/1.1" 200 1233 0.019517 10.0.0.240 - - [2026-03-26 02:36:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003195 10.0.0.240 - - [2026-03-26 02:36:37] "GET /network-policy/a33c468d-71d3-475b-b6a3-1a48684a39ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6938 0.005805 10.0.0.240 - - [2026-03-26 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.015389 10.0.0.240 - - [2026-03-26 02:36:38] "GET /network-policy/d053422e-ca55-40ab-97b0-c2e29749e1f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.004324 10.0.0.240 - - [2026-03-26 02:36:45] "POST /neutron/port HTTP/1.1" 200 1234 0.017269 10.0.0.240 - - [2026-03-26 02:36:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003917 10.0.0.240 - - [2026-03-26 02:36:45] "POST /neutron/port HTTP/1.1" 200 117 0.001084 10.0.0.240 - - [2026-03-26 02:37:00] "GET /virtual-machine/b8b12578-63d4-49b9-a3e4-57d3f5275a52 HTTP/1.1" 200 1301 0.004441 10.0.0.240 - - [2026-03-26 02:37:01] "POST /neutron/port HTTP/1.1" 200 1224 0.041417 10.0.0.240 - - [2026-03-26 02:37:02] "GET /virtual-machine/b8b12578-63d4-49b9-a3e4-57d3f5275a52 HTTP/1.1" 404 171 0.003450 10.0.0.240 - - [2026-03-26 02:37:02] "GET /virtual-machine/b8b12578-63d4-49b9-a3e4-57d3f5275a52 HTTP/1.1" 404 171 0.002667 10.0.0.240 - - [2026-03-26 02:37:02] "GET /virtual-machine/b8b12578-63d4-49b9-a3e4-57d3f5275a52 HTTP/1.1" 404 171 0.002959 10.0.0.240 - - [2026-03-26 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.038938 10.0.0.240 - - [2026-03-26 02:37:03] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003714 10.0.0.240 - - [2026-03-26 02:37:03] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.003413 10.0.0.240 - - [2026-03-26 02:37:03] "GET /virtual-network/4255391c-5f50-4a0a-9340-d29db92bd8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006822 10.0.0.240 - - [2026-03-26 02:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002908 10.0.0.240 - - [2026-03-26 02:37:03] "GET /routing-instance/8c5c9c6d-54bd-4e3e-8546-7384aae12b5c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.006447 10.0.0.240 - - [2026-03-26 02:37:03] "GET /route-target/642685c6-baf0-4632-9ea4-6a33f5fc0fa1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004565 10.0.0.240 - - [2026-03-26 02:37:03] "GET /virtual-machine/b8b12578-63d4-49b9-a3e4-57d3f5275a52 HTTP/1.1" 404 171 0.014001 10.0.0.240 - - [2026-03-26 02:37:04] "GET /virtual-machine/b8b12578-63d4-49b9-a3e4-57d3f5275a52 HTTP/1.1" 404 171 0.003231 10.0.0.240 - - [2026-03-26 02:37:05] "GET /virtual-machine/b8b12578-63d4-49b9-a3e4-57d3f5275a52 HTTP/1.1" 404 171 0.003672 10.0.0.240 - - [2026-03-26 02:37:06] "GET /virtual-machine/b8b12578-63d4-49b9-a3e4-57d3f5275a52 HTTP/1.1" 404 171 0.003160 10.0.0.240 - - [2026-03-26 02:37:07] "GET /virtual-machine/b8b12578-63d4-49b9-a3e4-57d3f5275a52 HTTP/1.1" 404 171 0.003140 10.0.0.240 - - [2026-03-26 02:37:08] "GET /virtual-machine/b8b12578-63d4-49b9-a3e4-57d3f5275a52 HTTP/1.1" 404 171 0.003474 10.0.0.240 - - [2026-03-26 02:37:08] "GET /obj-perms HTTP/1.1" 200 5065 0.065238 10.0.0.65 - - [2026-03-26 02:37:08] "GET /obj-perms HTTP/1.1" 200 5065 0.067648 10.0.0.240 - - [2026-03-26 02:37:08] "GET /virtual-machine/b21bb532-36cf-4828-8035-da89b0921e67 HTTP/1.1" 200 1300 0.004016 10.0.0.240 - - [2026-03-26 02:37:09] "POST /neutron/port HTTP/1.1" 200 1223 0.016455 10.0.0.240 - - [2026-03-26 02:37:10] "GET /virtual-machine/b21bb532-36cf-4828-8035-da89b0921e67 HTTP/1.1" 404 171 0.030186 10.0.0.240 - - [2026-03-26 02:37:10] "GET /virtual-machine/b21bb532-36cf-4828-8035-da89b0921e67 HTTP/1.1" 404 171 0.003500 10.0.0.240 - - [2026-03-26 02:37:10] "GET /virtual-machine/b21bb532-36cf-4828-8035-da89b0921e67 HTTP/1.1" 404 171 0.002728 10.0.0.240 - - [2026-03-26 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.240 - - [2026-03-26 02:37:11] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004242 10.0.0.240 - - [2026-03-26 02:37:11] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 1055 0.004297 10.0.0.240 - - [2026-03-26 02:37:11] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.006350 10.0.0.240 - - [2026-03-26 02:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.240 - - [2026-03-26 02:37:11] "GET /routing-instance/6fac37ba-7e7b-46cb-822b-7b050d3d3492?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1812 0.008128 10.0.0.240 - - [2026-03-26 02:37:11] "GET /route-target/52e041f6-c775-41af-9db1-e791a88034eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005041 10.0.0.240 - - [2026-03-26 02:37:11] "GET /obj-perms HTTP/1.1" 200 5065 0.005173 10.0.0.65 - - [2026-03-26 02:37:17] "GET /obj-perms HTTP/1.1" 200 5065 0.003809 10.0.0.240 - - [2026-03-26 02:37:20] "GET /obj-perms HTTP/1.1" 200 5065 0.005301 10.0.0.65 - - [2026-03-26 02:37:26] "GET /obj-perms HTTP/1.1" 200 5065 0.004170 10.0.0.240 - - [2026-03-26 02:37:29] "GET /obj-perms HTTP/1.1" 200 5075 0.064960 10.0.0.65 - - [2026-03-26 02:37:32] "GET /obj-perms HTTP/1.1" 200 5065 0.003657 10.0.0.240 - - [2026-03-26 02:37:35] "GET /obj-perms HTTP/1.1" 200 5065 0.004399 10.0.0.240 - - [2026-03-26 02:37:36] "GET /virtual-network/70da0394-889e-4f50-b007-3482d6775114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.006580 10.0.0.240 - - [2026-03-26 02:37:36] "POST /neutron/network HTTP/1.1" 200 1309 0.121330 10.0.0.240 - - [2026-03-26 02:37:36] "GET /virtual-network/70da0394-889e-4f50-b007-3482d6775114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.019661 10.0.0.240 - - [2026-03-26 02:37:36] "GET /virtual-network/e106905e-be7d-4c4d-8b6f-d583b88f8fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3801 0.005259 10.0.0.240 - - [2026-03-26 02:37:36] "POST /neutron/network HTTP/1.1" 200 1309 0.120648 10.0.0.22 - - [2026-03-26 02:37:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.066779 10.0.0.240 - - [2026-03-26 02:37:36] "GET /virtual-network/e106905e-be7d-4c4d-8b6f-d583b88f8fc5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3196 0.006215 10.0.0.240 - - [2026-03-26 02:37:36] "GET /virtual-network/4255391c-5f50-4a0a-9340-d29db92bd8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3800 0.005702 10.0.0.240 - - [2026-03-26 02:37:37] "POST /neutron/network HTTP/1.1" 200 1309 0.116034 10.0.0.240 - - [2026-03-26 02:37:37] "GET /virtual-network/4255391c-5f50-4a0a-9340-d29db92bd8f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3195 0.013555 10.0.0.22 - - [2026-03-26 02:37:37] "DELETE /access-control-list/28dc896a-a66a-44ad-bb55-d54451226da6 HTTP/1.1" 200 115 0.112196 10.0.0.240 - - [2026-03-26 02:37:37] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3798 0.005774 10.0.0.240 - - [2026-03-26 02:37:37] "POST /neutron/network HTTP/1.1" 200 1308 0.093495 10.0.0.22 - - [2026-03-26 02:37:37] "POST /ref-update HTTP/1.1" 200 156 0.034761 10.0.0.240 - - [2026-03-26 02:37:37] "GET /virtual-network/bbe7eb09-879c-49b9-9724-efd05fc8618a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3193 0.008854 10.0.0.240 - - [2026-03-26 02:37:37] "DELETE /network-policy/baaab8f4-d89e-4031-950f-fa7c6e8d6db7 HTTP/1.1" 200 115 0.038041 10.0.0.240 - - [2026-03-26 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.011092 10.0.0.65 - - [2026-03-26 02:37:37] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.045112 10.0.0.240 - - [2026-03-26 02:37:37] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.095972 10.0.0.240 - - [2026-03-26 02:37:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-72340980&detail=False&count=False&shared=False HTTP/1.1" 200 1755 0.008471 10.0.0.240 - - [2026-03-26 02:37:37] "DELETE /network-policy/2b02c462-a2ca-4c4d-9b27-9c02148a661e HTTP/1.1" 200 115 0.045450 10.0.0.240 - - [2026-03-26 02:37:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006360 10.0.0.65 - - [2026-03-26 02:37:37] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001024 10.0.0.240 - - [2026-03-26 02:37:37] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046662 10.0.0.240 - - [2026-03-26 02:37:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-72340980&detail=False&count=False&shared=False HTTP/1.1" 200 1523 0.006148 10.0.0.240 - - [2026-03-26 02:37:38] "DELETE /network-policy/4c636cf2-927b-494b-8a70-194f44b12bad HTTP/1.1" 200 115 0.051371 10.0.0.240 - - [2026-03-26 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.65 - - [2026-03-26 02:37:38] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.240 - - [2026-03-26 02:37:38] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051710 10.0.0.240 - - [2026-03-26 02:37:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-72340980&detail=False&count=False&shared=False HTTP/1.1" 200 1291 0.005064 10.0.0.240 - - [2026-03-26 02:37:38] "DELETE /network-policy/3e0fea67-d20f-45e7-9cd9-df14adf609ce HTTP/1.1" 200 115 0.049862 10.0.0.240 - - [2026-03-26 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004527 10.0.0.65 - - [2026-03-26 02:37:38] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001318 10.0.0.240 - - [2026-03-26 02:37:38] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.051913 10.0.0.240 - - [2026-03-26 02:37:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-72340980&detail=False&count=False&shared=False HTTP/1.1" 200 1058 0.005702 10.0.0.240 - - [2026-03-26 02:37:38] "DELETE /network-policy/be46bc4c-8d62-49c8-8940-91e3186d1fa8 HTTP/1.1" 200 115 0.062549 10.0.0.240 - - [2026-03-26 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.65 - - [2026-03-26 02:37:38] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.240 - - [2026-03-26 02:37:38] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.062544 10.0.0.240 - - [2026-03-26 02:37:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-72340980&detail=False&count=False&shared=False HTTP/1.1" 200 826 0.005299 10.0.0.240 - - [2026-03-26 02:37:38] "DELETE /network-policy/e49ee91a-974c-40d9-b6a3-e253ea14a740 HTTP/1.1" 200 115 0.057599 10.0.0.240 - - [2026-03-26 02:37:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.65 - - [2026-03-26 02:37:38] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.240 - - [2026-03-26 02:37:39] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054046 10.0.0.240 - - [2026-03-26 02:37:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-72340980&detail=False&count=False&shared=False HTTP/1.1" 200 594 0.007134 10.0.0.240 - - [2026-03-26 02:37:39] "DELETE /network-policy/d053422e-ca55-40ab-97b0-c2e29749e1f4 HTTP/1.1" 200 115 0.041655 10.0.0.240 - - [2026-03-26 02:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.65 - - [2026-03-26 02:37:39] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000933 10.0.0.240 - - [2026-03-26 02:37:39] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.061713 10.0.0.240 - - [2026-03-26 02:37:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-72340980&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.006577 10.0.0.240 - - [2026-03-26 02:37:39] "DELETE /network-policy/a33c468d-71d3-475b-b6a3-1a48684a39ee HTTP/1.1" 200 115 0.056671 10.0.0.240 - - [2026-03-26 02:37:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.65 - - [2026-03-26 02:37:39] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001017 10.0.0.240 - - [2026-03-26 02:37:39] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.056416 10.0.0.240 - - [2026-03-26 02:37:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-72340980&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005199 10.0.0.65 - - [2026-03-26 02:37:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002819 10.0.0.65 - - [2026-03-26 02:37:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002187 10.0.0.65 - - [2026-03-26 02:37:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002386 10.0.0.65 - - [2026-03-26 02:37:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002275 10.0.0.65 - - [2026-03-26 02:37:39] "POST /useragent-kv HTTP/1.1" 200 115 0.019760 10.0.0.65 - - [2026-03-26 02:37:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003081 10.0.0.240 - - [2026-03-26 02:37:39] "POST /neutron/network HTTP/1.1" 200 151 0.163533 10.0.0.22 - - [2026-03-26 02:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006349 10.0.0.240 - - [2026-03-26 02:37:40] "POST /neutron/network HTTP/1.1" 200 1309 0.012678 10.0.0.22 - - [2026-03-26 02:37:40] "DELETE /route-target/642685c6-baf0-4632-9ea4-6a33f5fc0fa1 HTTP/1.1" 200 115 0.024453 10.0.0.65 - - [2026-03-26 02:37:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004923 10.0.0.65 - - [2026-03-26 02:37:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004272 10.0.0.65 - - [2026-03-26 02:37:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003130 10.0.0.65 - - [2026-03-26 02:37:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002623 10.0.0.65 - - [2026-03-26 02:37:41] "POST /useragent-kv HTTP/1.1" 200 115 0.012782 10.0.0.65 - - [2026-03-26 02:37:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003594 10.0.0.240 - - [2026-03-26 02:37:41] "POST /neutron/network HTTP/1.1" 200 151 0.180106 10.0.0.240 - - [2026-03-26 02:37:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.240 - - [2026-03-26 02:37:41] "DELETE /network-ipam/1ce24b13-090b-4386-adb4-3c786d6b966b HTTP/1.1" 200 115 0.037469 10.0.0.240 - - [2026-03-26 02:37:41] "POST /fqname-to-id HTTP/1.1" 404 252 0.003424 10.0.0.65 - - [2026-03-26 02:37:41] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000893 10.0.0.65 - - [2026-03-26 02:37:41] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.041203 10.0.0.65 - - [2026-03-26 02:37:41] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002694 10.0.0.65 - - [2026-03-26 02:37:41] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?fields=security_groups HTTP/1.1" 200 1387 0.046264 10.0.0.65 - - [2026-03-26 02:37:41] "DELETE /security-group/42f99450-a396-4729-8794-a5fb3ebf42d4 HTTP/1.1" 200 115 0.063663 10.0.0.65 - - [2026-03-26 02:37:41] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001183 10.0.0.22 - - [2026-03-26 02:37:41] "DELETE /access-control-list/7d08250a-2854-48cc-8a97-43cbf6d063b3 HTTP/1.1" 200 115 0.038801 10.0.0.65 - - [2026-03-26 02:37:41] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?fields=application_policy_sets HTTP/1.1" 200 1426 0.041965 10.0.0.240 - - [2026-03-26 02:37:41] "DELETE /project/2719a885-9321-4e7f-b90b-1d8a662827f5 HTTP/1.1" 200 115 0.418563 10.0.0.65 - - [2026-03-26 02:37:41] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001186 10.0.0.240 - - [2026-03-26 02:37:41] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?fields=projects HTTP/1.1" 200 1439 0.019445 10.0.0.240 - - [2026-03-26 02:37:47] "POST /fqname-to-id HTTP/1.1" 404 225 0.003677 10.0.0.65 - - [2026-03-26 02:37:47] "POST /id-to-fqname HTTP/1.1" 200 198 0.002955 10.0.0.65 - - [2026-03-26 02:37:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.010382 10.0.0.65 - - [2026-03-26 02:37:47] "POST /security-groups HTTP/1.1" 200 599 0.033552 10.0.0.65 - - [2026-03-26 02:37:47] "POST /projects HTTP/1.1" 200 601 0.289375 10.0.0.240 - - [2026-03-26 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.321406 10.0.0.22 - - [2026-03-26 02:37:47] "POST /access-control-lists HTTP/1.1" 200 604 0.031385 10.0.0.65 - - [2026-03-26 02:37:47] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001359 10.0.0.240 - - [2026-03-26 02:37:47] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.071218 10.0.0.240 - - [2026-03-26 02:37:47] "POST /network-policys HTTP/1.1" 200 559 0.038044 10.0.0.240 - - [2026-03-26 02:37:47] "GET /network-policy/22a83b2e-86c6-4bf4-9b00-e2c61b8969aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.005920 10.0.0.240 - - [2026-03-26 02:37:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.65 - - [2026-03-26 02:37:47] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001047 10.0.0.240 - - [2026-03-26 02:37:47] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.041545 10.0.0.22 - - [2026-03-26 02:37:47] "POST /route-targets HTTP/1.1" 200 327 0.017278 10.0.0.65 - - [2026-03-26 02:37:48] "POST /useragent-kv HTTP/1.1" 200 115 0.009661 10.0.0.240 - - [2026-03-26 02:37:48] "POST /neutron/subnet HTTP/1.1" 200 721 0.209584 10.0.0.22 - - [2026-03-26 02:37:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.003673 10.0.0.240 - - [2026-03-26 02:37:48] "POST /id-to-fqname HTTP/1.1" 200 229 0.003218 10.0.0.240 - - [2026-03-26 02:37:48] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008069 10.0.0.240 - - [2026-03-26 02:37:48] "POST /neutron/network HTTP/1.1" 200 1007 0.009481 10.0.0.240 - - [2026-03-26 02:37:48] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.004697 10.0.0.240 - - [2026-03-26 02:37:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.009303 10.0.0.240 - - [2026-03-26 02:37:48] "POST /neutron/network HTTP/1.1" 200 1106 0.010472 10.0.0.22 - - [2026-03-26 02:37:48] "POST /access-control-lists HTTP/1.1" 200 599 0.051102 10.0.0.240 - - [2026-03-26 02:37:48] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.012357 10.0.0.240 - - [2026-03-26 02:37:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.240 - - [2026-03-26 02:37:48] "GET /network-policy/22a83b2e-86c6-4bf4-9b00-e2c61b8969aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3105 0.005466 10.0.0.240 - - [2026-03-26 02:37:49] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006024 10.0.0.240 - - [2026-03-26 02:37:49] "GET /obj-perms HTTP/1.1" 200 5065 0.008795 10.0.0.22 - - [2026-03-26 02:37:49] "GET /obj-perms HTTP/1.1" 200 5065 0.072937 10.0.0.65 - - [2026-03-26 02:37:49] "GET /obj-perms HTTP/1.1" 200 5065 0.006055 10.0.0.240 - - [2026-03-26 02:37:49] "POST /id-to-fqname HTTP/1.1" 200 229 0.001250 10.0.0.65 - - [2026-03-26 02:37:50] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001342 10.0.0.240 - - [2026-03-26 02:37:50] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.084478 10.0.0.240 - - [2026-03-26 02:37:50] "POST /neutron/port HTTP/1.1" 200 117 0.007453 10.0.0.240 - - [2026-03-26 02:37:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001240 10.0.0.240 - - [2026-03-26 02:37:50] "POST /neutron/network HTTP/1.1" 200 1116 0.008668 10.0.0.240 - - [2026-03-26 02:37:51] "POST /neutron/port HTTP/1.1" 200 1174 0.021633 10.0.0.240 - - [2026-03-26 02:37:51] "POST /neutron/port HTTP/1.1" 200 1238 0.019167 10.0.0.240 - - [2026-03-26 02:37:51] "POST /neutron/subnet HTTP/1.1" 200 1381 0.015036 10.0.0.65 - - [2026-03-26 02:37:51] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000950 10.0.0.240 - - [2026-03-26 02:37:51] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.082865 10.0.0.240 - - [2026-03-26 02:37:51] "POST /neutron/network HTTP/1.1" 200 1106 0.025928 10.0.0.240 - - [2026-03-26 02:37:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008499 10.0.0.240 - - [2026-03-26 02:37:52] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008476 10.0.0.240 - - [2026-03-26 02:37:52] "POST /neutron/port HTTP/1.1" 200 1174 0.054912 10.0.0.240 - - [2026-03-26 02:37:53] "POST /neutron/port HTTP/1.1" 200 1238 0.020225 10.0.0.240 - - [2026-03-26 02:37:53] "POST /neutron/subnet HTTP/1.1" 200 1381 0.014697 10.0.0.240 - - [2026-03-26 02:37:53] "POST /neutron/network HTTP/1.1" 200 1106 0.009567 10.0.0.240 - - [2026-03-26 02:37:57] "POST /neutron/port HTTP/1.1" 200 1238 0.016993 10.0.0.240 - - [2026-03-26 02:37:57] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007314 10.0.0.240 - - [2026-03-26 02:37:57] "GET /virtual-machine/006c362f-b1b2-4737-950f-92e988e65999 HTTP/1.1" 200 1298 0.006050 10.0.0.240 - - [2026-03-26 02:37:57] "GET /virtual-machine-interface/89ad8e96-8b1f-4190-8efc-9f36be773a43 HTTP/1.1" 200 3178 0.005011 10.0.0.240 - - [2026-03-26 02:37:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.240 - - [2026-03-26 02:37:57] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004198 10.0.0.240 - - [2026-03-26 02:37:57] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002737 10.0.0.240 - - [2026-03-26 02:37:57] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006402 10.0.0.240 - - [2026-03-26 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004111 10.0.0.240 - - [2026-03-26 02:38:00] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006805 10.0.0.240 - - [2026-03-26 02:38:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.240 - - [2026-03-26 02:38:04] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006224 10.0.0.240 - - [2026-03-26 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.240 - - [2026-03-26 02:38:08] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005546 10.0.0.240 - - [2026-03-26 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.240 - - [2026-03-26 02:38:13] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004900 10.0.0.65 - - [2026-03-26 02:38:15] "DELETE /project/2719a88593214e7fb90b1d8a662827f5 HTTP/1.1" 404 173 0.029479 10.0.0.240 - - [2026-03-26 02:38:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.240 - - [2026-03-26 02:38:17] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.004760 10.0.0.240 - - [2026-03-26 02:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.240 - - [2026-03-26 02:38:21] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005164 10.0.0.240 - - [2026-03-26 02:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.240 - - [2026-03-26 02:38:25] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007121 10.0.0.240 - - [2026-03-26 02:38:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.240 - - [2026-03-26 02:38:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003308 10.0.0.240 - - [2026-03-26 02:38:29] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003405 10.0.0.240 - - [2026-03-26 02:38:29] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005773 10.0.0.240 - - [2026-03-26 02:38:34] "POST /neutron/port HTTP/1.1" 200 1238 0.023357 10.0.0.240 - - [2026-03-26 02:38:37] "POST /neutron/port HTTP/1.1" 200 1238 0.017119 10.0.0.240 - - [2026-03-26 02:38:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004330 10.0.0.240 - - [2026-03-26 02:38:37] "POST /neutron/port HTTP/1.1" 200 117 0.001131 10.0.0.240 - - [2026-03-26 02:38:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006706 10.0.0.240 - - [2026-03-26 02:38:39] "POST /neutron/port HTTP/1.1" 200 1238 0.018557 10.0.0.240 - - [2026-03-26 02:38:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007511 10.0.0.240 - - [2026-03-26 02:38:47] "POST /neutron/network HTTP/1.1" 200 1116 0.006796 10.0.0.240 - - [2026-03-26 02:38:47] "POST /neutron/subnet HTTP/1.1" 200 1381 0.014611 10.0.0.240 - - [2026-03-26 02:38:47] "POST /neutron/network HTTP/1.1" 200 1106 0.009824 10.0.0.240 - - [2026-03-26 02:38:50] "POST /neutron/port HTTP/1.1" 200 1238 0.018729 10.0.0.240 - - [2026-03-26 02:38:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007677 10.0.0.240 - - [2026-03-26 02:38:50] "GET /virtual-machine/8d4dad7e-d71d-4ecc-9571-6a1b6a64a9c8 HTTP/1.1" 200 1301 0.006110 10.0.0.240 - - [2026-03-26 02:38:50] "GET /virtual-machine-interface/0941cc8e-0aed-471a-910a-8c23aa3ea07a HTTP/1.1" 200 3177 0.005032 10.0.0.240 - - [2026-03-26 02:38:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010873 10.0.0.240 - - [2026-03-26 02:38:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004546 10.0.0.240 - - [2026-03-26 02:38:50] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003060 10.0.0.240 - - [2026-03-26 02:38:50] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006355 10.0.0.240 - - [2026-03-26 02:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.240 - - [2026-03-26 02:38:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003782 10.0.0.240 - - [2026-03-26 02:38:51] "GET /virtual-networks?parent_id=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002766 10.0.0.240 - - [2026-03-26 02:38:51] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005424 10.0.0.22 - - [2026-03-26 02:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.22 - - [2026-03-26 02:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.22 - - [2026-03-26 02:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.22 - - [2026-03-26 02:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.65 - - [2026-03-26 02:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000333 10.0.0.65 - - [2026-03-26 02:39:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000329 10.0.0.65 - - [2026-03-26 02:39:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000483 10.0.0.65 - - [2026-03-26 02:39:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.240 - - [2026-03-26 02:39:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.240 - - [2026-03-26 02:39:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.240 - - [2026-03-26 02:39:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.240 - - [2026-03-26 02:39:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.240 - - [2026-03-26 02:39:16] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006218 10.0.0.240 - - [2026-03-26 02:39:16] "POST /neutron/network HTTP/1.1" 200 1007 0.014678 10.0.0.240 - - [2026-03-26 02:39:16] "GET /virtual-network/e6367d25-3b2d-4417-830b-f4cf3a4aed82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005480 10.0.0.240 - - [2026-03-26 02:39:16] "POST /neutron/port HTTP/1.1" 200 1238 0.020049 10.0.0.240 - - [2026-03-26 02:39:16] "POST /neutron/port HTTP/1.1" 200 1238 0.017152 10.0.0.240 - - [2026-03-26 02:39:18] "POST /neutron/network HTTP/1.1" 200 1007 0.011781 10.0.0.22 - - [2026-03-26 02:39:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.240 - - [2026-03-26 02:39:18] "DELETE /network-policy/22a83b2e-86c6-4bf4-9b00-e2c61b8969aa HTTP/1.1" 200 115 0.041776 10.0.0.65 - - [2026-03-26 02:39:21] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.240 - - [2026-03-26 02:39:21] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.088404 10.0.0.65 - - [2026-03-26 02:39:21] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.240 - - [2026-03-26 02:39:21] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?fields=virtual_networks HTTP/1.1" 200 1048 0.051770 10.0.0.65 - - [2026-03-26 02:39:21] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.240 - - [2026-03-26 02:39:21] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.044311 10.0.0.65 - - [2026-03-26 02:39:21] "GET /projects?obj_uuids=2719a885-9321-4e7f-b90b-1d8a662827f5&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001280 10.0.0.240 - - [2026-03-26 02:39:21] "GET /project/2719a885-9321-4e7f-b90b-1d8a662827f5?fields=security_groups HTTP/1.1" 200 1282 0.042763 10.0.0.240 - - [2026-03-26 02:39:22] "POST /fqname-to-id HTTP/1.1" 404 202 0.025212 10.0.0.65 - - [2026-03-26 02:39:22] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002983 10.0.0.65 - - [2026-03-26 02:39:22] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001245 10.0.0.65 - - [2026-03-26 02:39:22] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007148 10.0.0.65 - - [2026-03-26 02:39:22] "POST /id-to-fqname HTTP/1.1" 200 204 0.004755 10.0.0.65 - - [2026-03-26 02:39:22] "POST /fqname-to-id HTTP/1.1" 404 213 0.003787 10.0.0.65 - - [2026-03-26 02:39:22] "POST /security-groups HTTP/1.1" 200 605 0.031817 10.0.0.65 - - [2026-03-26 02:39:22] "POST /projects HTTP/1.1" 200 613 0.233217 10.0.0.22 - - [2026-03-26 02:39:22] "POST /access-control-lists HTTP/1.1" 200 610 0.030881 10.0.0.65 - - [2026-03-26 02:39:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.309242 10.0.0.240 - - [2026-03-26 02:39:22] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.453808 10.0.0.240 - - [2026-03-26 02:39:24] "GET / HTTP/1.1" 200 35931 0.001622 10.0.0.240 - - [2026-03-26 02:39:27] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000408 10.0.0.65 - - [2026-03-26 02:39:28] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000876 10.0.0.240 - - [2026-03-26 02:39:28] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.074369 10.0.0.240 - - [2026-03-26 02:39:28] "GET / HTTP/1.1" 200 35931 0.003033 10.0.0.240 - - [2026-03-26 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.65 - - [2026-03-26 02:39:29] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000917 10.0.0.240 - - [2026-03-26 02:39:29] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006528 10.0.0.240 - - [2026-03-26 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.65 - - [2026-03-26 02:39:29] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000906 10.0.0.240 - - [2026-03-26 02:39:29] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.048586 10.0.0.240 - - [2026-03-26 02:39:30] "GET /domains HTTP/1.1" 401 293 0.000375 10.0.0.240 - - [2026-03-26 02:39:31] "GET /domains HTTP/1.1" 200 280 0.042298 10.0.0.65 - - [2026-03-26 02:39:31] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001033 10.0.0.240 - - [2026-03-26 02:39:31] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87 HTTP/1.1" 200 2976 0.009159 10.0.0.65 - - [2026-03-26 02:39:31] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000973 10.0.0.240 - - [2026-03-26 02:39:31] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979 HTTP/1.1" 200 1935 0.101381 10.0.0.240 - - [2026-03-26 02:39:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003241 10.0.0.240 - - [2026-03-26 02:39:31] "POST /network-ipams HTTP/1.1" 200 627 0.028820 10.0.0.240 - - [2026-03-26 02:39:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 814 0.003091 10.0.0.240 - - [2026-03-26 02:39:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.240 - - [2026-03-26 02:39:31] "GET /network-ipam/095a3a29-9df9-4506-860b-d0bdb12b1b0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.006071 10.0.0.240 - - [2026-03-26 02:39:31] "PUT /network-ipam/095a3a29-9df9-4506-860b-d0bdb12b1b0d HTTP/1.1" 200 258 0.014808 10.0.0.240 - - [2026-03-26 02:39:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000492 10.0.0.240 - - [2026-03-26 02:39:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.033050 10.0.0.65 - - [2026-03-26 02:39:32] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001010 10.0.0.240 - - [2026-03-26 02:39:32] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.048581 10.0.0.65 - - [2026-03-26 02:39:32] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001786 10.0.0.240 - - [2026-03-26 02:39:32] "POST /neutron/network HTTP/1.1" 200 625 0.176306 10.0.0.22 - - [2026-03-26 02:39:32] "POST /route-targets HTTP/1.1" 200 327 0.014160 10.0.0.22 - - [2026-03-26 02:39:33] "POST /fqname-to-id HTTP/1.1" 404 207 0.006231 10.0.0.240 - - [2026-03-26 02:39:33] "POST /neutron/network HTTP/1.1" 200 1141 0.011352 10.0.0.240 - - [2026-03-26 02:39:33] "POST /id-to-fqname HTTP/1.1" 200 237 0.001065 10.0.0.240 - - [2026-03-26 02:39:33] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005615 10.0.0.240 - - [2026-03-26 02:39:33] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.005571 10.0.0.240 - - [2026-03-26 02:39:33] "POST /neutron/subnet HTTP/1.1" 200 720 0.009925 10.0.0.240 - - [2026-03-26 02:39:34] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.006392 10.0.0.22 - - [2026-03-26 02:39:35] "GET /obj-perms HTTP/1.1" 200 5040 0.055569 10.0.0.240 - - [2026-03-26 02:39:35] "POST /fqname-to-id HTTP/1.1" 404 231 0.006500 10.0.0.240 - - [2026-03-26 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.65 - - [2026-03-26 02:39:35] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001297 10.0.0.240 - - [2026-03-26 02:39:35] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.057252 10.0.0.240 - - [2026-03-26 02:39:35] "POST /network-policys HTTP/1.1" 200 565 0.045188 10.0.0.240 - - [2026-03-26 02:39:35] "GET /network-policy/279bdb7d-8223-46e9-889c-ba1e0f6d0d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.007696 10.0.0.240 - - [2026-03-26 02:39:35] "POST /fqname-to-id HTTP/1.1" 404 231 0.003331 10.0.0.240 - - [2026-03-26 02:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006764 10.0.0.65 - - [2026-03-26 02:39:35] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000969 10.0.0.240 - - [2026-03-26 02:39:36] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.068038 10.0.0.240 - - [2026-03-26 02:39:36] "POST /network-policys HTTP/1.1" 200 565 0.044492 10.0.0.240 - - [2026-03-26 02:39:36] "GET /network-policy/f1b28cd5-f598-4bb2-80b8-441dacdb6ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.006867 10.0.0.240 - - [2026-03-26 02:39:36] "POST /fqname-to-id HTTP/1.1" 404 231 0.003093 10.0.0.240 - - [2026-03-26 02:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.65 - - [2026-03-26 02:39:36] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001036 10.0.0.240 - - [2026-03-26 02:39:36] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.065197 10.0.0.240 - - [2026-03-26 02:39:36] "POST /network-policys HTTP/1.1" 200 565 0.033870 10.0.0.240 - - [2026-03-26 02:39:36] "GET /network-policy/f0eff1ba-35b3-4f71-8936-8ed6dafbc671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.006179 10.0.0.240 - - [2026-03-26 02:39:36] "POST /neutron/network HTTP/1.1" 200 1339 0.113071 10.0.0.240 - - [2026-03-26 02:39:37] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.022642 10.0.0.240 - - [2026-03-26 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004065 10.0.0.22 - - [2026-03-26 02:39:37] "POST /access-control-lists HTTP/1.1" 200 611 0.115461 10.0.0.240 - - [2026-03-26 02:39:37] "GET /network-policy/279bdb7d-8223-46e9-889c-ba1e0f6d0d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.011742 10.0.0.240 - - [2026-03-26 02:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.240 - - [2026-03-26 02:39:37] "GET /network-policy/f1b28cd5-f598-4bb2-80b8-441dacdb6ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.005477 10.0.0.240 - - [2026-03-26 02:39:37] "POST /id-to-fqname HTTP/1.1" 200 237 0.001435 10.0.0.65 - - [2026-03-26 02:39:38] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002523 10.0.0.240 - - [2026-03-26 02:39:38] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.068012 10.0.0.240 - - [2026-03-26 02:39:38] "POST /neutron/network HTTP/1.1" 200 1339 0.057531 10.0.0.240 - - [2026-03-26 02:39:38] "POST /neutron/port HTTP/1.1" 200 117 0.006217 10.0.0.240 - - [2026-03-26 02:39:39] "POST /neutron/port HTTP/1.1" 200 1180 0.027501 10.0.0.240 - - [2026-03-26 02:39:39] "POST /neutron/port HTTP/1.1" 200 1244 0.019937 10.0.0.240 - - [2026-03-26 02:39:39] "POST /neutron/subnet HTTP/1.1" 200 1380 0.013738 10.0.0.240 - - [2026-03-26 02:39:39] "POST /neutron/network HTTP/1.1" 200 1339 0.009394 10.0.0.240 - - [2026-03-26 02:39:43] "POST /neutron/port HTTP/1.1" 200 1244 0.018020 10.0.0.240 - - [2026-03-26 02:39:43] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007690 10.0.0.240 - - [2026-03-26 02:39:43] "GET /virtual-machine/094b994a-ba33-4688-a33a-f2a42982baff HTTP/1.1" 401 293 0.000354 10.0.0.240 - - [2026-03-26 02:39:44] "GET /virtual-machine/094b994a-ba33-4688-a33a-f2a42982baff HTTP/1.1" 200 1305 0.029473 10.0.0.240 - - [2026-03-26 02:39:44] "GET /virtual-machine-interface/c11e3e2b-daeb-41ca-a6fb-15d2dcba1084 HTTP/1.1" 200 3178 0.005225 10.0.0.240 - - [2026-03-26 02:39:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.240 - - [2026-03-26 02:39:44] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006624 10.0.0.240 - - [2026-03-26 02:39:44] "GET /virtual-networks?parent_id=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003494 10.0.0.240 - - [2026-03-26 02:39:44] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005612 10.0.0.240 - - [2026-03-26 02:39:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.240 - - [2026-03-26 02:39:47] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005532 10.0.0.240 - - [2026-03-26 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.240 - - [2026-03-26 02:39:51] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005518 10.0.0.240 - - [2026-03-26 02:39:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004323 10.0.0.240 - - [2026-03-26 02:39:55] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007533 10.0.0.22 - - [2026-03-26 02:39:56] "DELETE /access-control-list/00da3d5c-0cd2-4d9a-adfe-526345c75ac4 HTTP/1.1" 200 115 0.072236 10.0.0.240 - - [2026-03-26 02:39:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003795 10.0.0.240 - - [2026-03-26 02:39:59] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005565 10.0.0.240 - - [2026-03-26 02:40:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.240 - - [2026-03-26 02:40:03] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006143 10.0.0.240 - - [2026-03-26 02:40:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.240 - - [2026-03-26 02:40:07] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007058 10.0.0.240 - - [2026-03-26 02:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.240 - - [2026-03-26 02:40:12] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.005725 10.0.0.65 - - [2026-03-26 02:40:15] "DELETE /project/83719f92c0f34b198a1e7521542d5979 HTTP/1.1" 404 173 0.004344 10.0.0.65 - - [2026-03-26 02:40:15] "DELETE /project/2719a885-9321-4e7f-b90b-1d8a662827f5 HTTP/1.1" 404 177 0.004025 10.0.0.240 - - [2026-03-26 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004098 10.0.0.240 - - [2026-03-26 02:40:16] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.007624 10.0.0.240 - - [2026-03-26 02:40:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.240 - - [2026-03-26 02:40:18] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005760 10.0.0.240 - - [2026-03-26 02:40:18] "GET /virtual-networks?parent_id=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003324 10.0.0.240 - - [2026-03-26 02:40:18] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3300 0.006086 10.0.0.240 - - [2026-03-26 02:40:23] "POST /neutron/port HTTP/1.1" 200 1244 0.019651 10.0.0.240 - - [2026-03-26 02:40:28] "POST /neutron/port HTTP/1.1" 200 1244 0.020018 10.0.0.65 - - [2026-03-26 02:40:31] "GET /obj-perms HTTP/1.1" 200 5075 0.056793 10.0.0.240 - - [2026-03-26 02:40:32] "GET /obj-perms HTTP/1.1" 200 5075 0.050875 10.0.0.240 - - [2026-03-26 02:40:34] "POST /neutron/port HTTP/1.1" 200 1244 0.018883 10.0.0.240 - - [2026-03-26 02:40:38] "POST /neutron/port HTTP/1.1" 200 1244 0.019430 10.0.0.240 - - [2026-03-26 02:40:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003605 10.0.0.240 - - [2026-03-26 02:40:38] "POST /neutron/port HTTP/1.1" 200 117 0.001070 10.0.0.240 - - [2026-03-26 02:40:39] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007815 10.0.0.240 - - [2026-03-26 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002913 10.0.0.240 - - [2026-03-26 02:40:39] "GET /network-policy/279bdb7d-8223-46e9-889c-ba1e0f6d0d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004473 10.0.0.240 - - [2026-03-26 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.240 - - [2026-03-26 02:40:39] "GET /network-policy/f1b28cd5-f598-4bb2-80b8-441dacdb6ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004494 10.0.0.240 - - [2026-03-26 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.240 - - [2026-03-26 02:40:39] "GET /network-policy/f0eff1ba-35b3-4f71-8936-8ed6dafbc671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.005287 10.0.0.240 - - [2026-03-26 02:40:39] "POST /neutron/network HTTP/1.1" 200 1339 0.012555 10.0.0.240 - - [2026-03-26 02:40:39] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.007909 10.0.0.240 - - [2026-03-26 02:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.240 - - [2026-03-26 02:40:40] "GET /network-policy/279bdb7d-8223-46e9-889c-ba1e0f6d0d53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4073 0.004934 10.0.0.240 - - [2026-03-26 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.240 - - [2026-03-26 02:40:40] "GET /network-policy/f0eff1ba-35b3-4f71-8936-8ed6dafbc671?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2140 0.004341 10.0.0.240 - - [2026-03-26 02:40:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.240 - - [2026-03-26 02:40:40] "GET /network-policy/f1b28cd5-f598-4bb2-80b8-441dacdb6ba3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3110 0.004364 10.0.0.240 - - [2026-03-26 02:40:45] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3596 0.005703 10.0.0.240 - - [2026-03-26 02:40:45] "POST /neutron/network HTTP/1.1" 200 1431 0.008788 10.0.0.22 - - [2026-03-26 02:40:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.010175 10.0.0.240 - - [2026-03-26 02:40:45] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.008581 10.0.0.240 - - [2026-03-26 02:40:50] "GET /virtual-machine/094b994a-ba33-4688-a33a-f2a42982baff HTTP/1.1" 200 1305 0.004246 10.0.0.240 - - [2026-03-26 02:40:50] "POST /neutron/port HTTP/1.1" 200 1244 0.018175 10.0.0.240 - - [2026-03-26 02:40:52] "GET /virtual-machine/094b994a-ba33-4688-a33a-f2a42982baff HTTP/1.1" 404 171 0.003756 10.0.0.240 - - [2026-03-26 02:40:52] "GET /virtual-machine/094b994a-ba33-4688-a33a-f2a42982baff HTTP/1.1" 404 171 0.003290 10.0.0.240 - - [2026-03-26 02:40:52] "GET /virtual-machine/094b994a-ba33-4688-a33a-f2a42982baff HTTP/1.1" 404 171 0.002901 10.0.0.240 - - [2026-03-26 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.240 - - [2026-03-26 02:40:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003904 10.0.0.240 - - [2026-03-26 02:40:52] "GET /virtual-networks?parent_id=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.003118 10.0.0.240 - - [2026-03-26 02:40:52] "GET /virtual-network/24f43c73-dd9e-4524-ad97-9a2d77b8b095?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2683 0.008070 10.0.0.240 - - [2026-03-26 02:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.240 - - [2026-03-26 02:40:52] "GET /routing-instance/ce723294-b3ab-4969-a633-8a34c4d45ab7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.004676 10.0.0.240 - - [2026-03-26 02:40:52] "GET /route-target/535942df-83c6-4679-a8f4-8caca74967b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004723 10.0.0.240 - - [2026-03-26 02:40:59] "GET /obj-perms HTTP/1.1" 200 5040 0.052835 10.0.0.65 - - [2026-03-26 02:40:59] "GET /obj-perms HTTP/1.1" 200 5040 0.074652 10.0.0.240 - - [2026-03-26 02:41:05] "GET /obj-perms HTTP/1.1" 200 5040 0.004161 10.0.0.65 - - [2026-03-26 02:41:05] "GET /obj-perms HTTP/1.1" 200 5040 0.003800 10.0.0.240 - - [2026-03-26 02:41:05] "DELETE /network-policy/f0eff1ba-35b3-4f71-8936-8ed6dafbc671 HTTP/1.1" 200 115 0.032484 10.0.0.240 - - [2026-03-26 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.65 - - [2026-03-26 02:41:05] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001072 10.0.0.240 - - [2026-03-26 02:41:05] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.059367 10.0.0.240 - - [2026-03-26 02:41:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-14482537&detail=False&count=False&shared=False HTTP/1.1" 200 606 0.006518 10.0.0.240 - - [2026-03-26 02:41:06] "DELETE /network-policy/f1b28cd5-f598-4bb2-80b8-441dacdb6ba3 HTTP/1.1" 200 115 0.039931 10.0.0.240 - - [2026-03-26 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004389 10.0.0.65 - - [2026-03-26 02:41:06] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001334 10.0.0.240 - - [2026-03-26 02:41:06] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.050150 10.0.0.240 - - [2026-03-26 02:41:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-14482537&detail=False&count=False&shared=False HTTP/1.1" 200 368 0.005639 10.0.0.240 - - [2026-03-26 02:41:06] "DELETE /network-policy/279bdb7d-8223-46e9-889c-ba1e0f6d0d53 HTTP/1.1" 200 115 0.042675 10.0.0.240 - - [2026-03-26 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.65 - - [2026-03-26 02:41:06] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001839 10.0.0.240 - - [2026-03-26 02:41:06] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.043951 10.0.0.240 - - [2026-03-26 02:41:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-14482537&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005690 10.0.0.240 - - [2026-03-26 02:41:06] "POST /neutron/network HTTP/1.1" 200 1141 0.009476 10.0.0.22 - - [2026-03-26 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.007659 10.0.0.240 - - [2026-03-26 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.240 - - [2026-03-26 02:41:06] "DELETE /network-ipam/095a3a29-9df9-4506-860b-d0bdb12b1b0d HTTP/1.1" 200 115 0.033561 10.0.0.240 - - [2026-03-26 02:41:06] "POST /fqname-to-id HTTP/1.1" 404 264 0.004086 10.0.0.65 - - [2026-03-26 02:41:07] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001216 10.0.0.65 - - [2026-03-26 02:41:07] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1523 0.042968 10.0.0.65 - - [2026-03-26 02:41:07] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001412 10.0.0.65 - - [2026-03-26 02:41:07] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?fields=security_groups HTTP/1.1" 200 1404 0.075020 10.0.0.65 - - [2026-03-26 02:41:07] "DELETE /security-group/ae22d61d-7803-4dc3-b083-e59e6d393707 HTTP/1.1" 200 115 0.057907 10.0.0.65 - - [2026-03-26 02:41:07] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001700 10.0.0.65 - - [2026-03-26 02:41:07] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?fields=application_policy_sets HTTP/1.1" 200 1443 0.066046 10.0.0.22 - - [2026-03-26 02:41:07] "DELETE /access-control-list/8f264387-dd65-414e-b8f4-83aa7fc8ac3c HTTP/1.1" 200 115 0.052877 10.0.0.240 - - [2026-03-26 02:41:07] "DELETE /project/83719f92-c0f3-4b19-8a1e-7521542d5979 HTTP/1.1" 200 115 0.493944 10.0.0.65 - - [2026-03-26 02:41:07] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001979 10.0.0.240 - - [2026-03-26 02:41:07] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?fields=projects HTTP/1.1" 200 1439 0.022272 10.0.0.65 - - [2026-03-26 02:41:10] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004005 10.0.0.65 - - [2026-03-26 02:41:10] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001041 10.0.0.65 - - [2026-03-26 02:41:10] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.048627 10.0.0.65 - - [2026-03-26 02:41:10] "POST /id-to-fqname HTTP/1.1" 200 204 0.004976 10.0.0.65 - - [2026-03-26 02:41:10] "POST /fqname-to-id HTTP/1.1" 404 213 0.005745 10.0.0.65 - - [2026-03-26 02:41:10] "POST /security-groups HTTP/1.1" 200 605 0.037102 10.0.0.65 - - [2026-03-26 02:41:10] "POST /projects HTTP/1.1" 200 613 0.311205 10.0.0.65 - - [2026-03-26 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.356962 10.0.0.22 - - [2026-03-26 02:41:10] "POST /fqname-to-id HTTP/1.1" 404 247 0.003932 10.0.0.240 - - [2026-03-26 02:41:10] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1418 0.536245 10.0.0.65 - - [2026-03-26 02:41:10] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002223 10.0.0.240 - - [2026-03-26 02:41:10] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?fields=virtual_networks HTTP/1.1" 200 1059 0.050473 10.0.0.65 - - [2026-03-26 02:41:10] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000893 10.0.0.240 - - [2026-03-26 02:41:10] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.039255 10.0.0.65 - - [2026-03-26 02:41:10] "GET /projects?obj_uuids=83719f92-c0f3-4b19-8a1e-7521542d5979&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001457 10.0.0.240 - - [2026-03-26 02:41:10] "GET /project/83719f92-c0f3-4b19-8a1e-7521542d5979?fields=security_groups HTTP/1.1" 200 1299 0.041214 10.0.0.240 - - [2026-03-26 02:41:11] "POST /fqname-to-id HTTP/1.1" 404 204 0.032415 10.0.0.65 - - [2026-03-26 02:41:12] "GET /projects?obj_uuids=36a2c17a-7c1a-448a-94ee-8c92b2ee1627&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004038 10.0.0.65 - - [2026-03-26 02:41:12] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003018 10.0.0.65 - - [2026-03-26 02:41:12] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010467 10.0.0.65 - - [2026-03-26 02:41:12] "POST /id-to-fqname HTTP/1.1" 200 206 0.005124 10.0.0.65 - - [2026-03-26 02:41:12] "POST /fqname-to-id HTTP/1.1" 404 215 0.008193 10.0.0.65 - - [2026-03-26 02:41:12] "POST /security-groups HTTP/1.1" 200 607 0.078719 10.0.0.65 - - [2026-03-26 02:41:12] "POST /projects HTTP/1.1" 200 617 0.301119 10.0.0.22 - - [2026-03-26 02:41:12] "POST /access-control-lists HTTP/1.1" 200 612 0.030491 10.0.0.65 - - [2026-03-26 02:41:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.375135 10.0.0.240 - - [2026-03-26 02:41:12] "GET /project/36a2c17a-7c1a-448a-94ee-8c92b2ee1627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.539377 10.0.0.22 - - [2026-03-26 02:41:12] "DELETE /access-control-list/c5c97bfc-1edc-433b-8500-34eadab28a45 HTTP/1.1" 200 115 0.049288 10.0.0.240 - - [2026-03-26 02:41:14] "GET / HTTP/1.1" 200 35931 0.001991 10.0.0.65 - - [2026-03-26 02:41:15] "DELETE /project/83719f92c0f34b198a1e7521542d5979 HTTP/1.1" 404 173 0.003111 10.0.0.65 - - [2026-03-26 02:41:15] "DELETE /project/83719f92-c0f3-4b19-8a1e-7521542d5979 HTTP/1.1" 404 177 0.005474 10.0.0.65 - - [2026-03-26 02:41:15] "DELETE /project/36a2c17a7c1a448a94ee8c92b2ee1627 HTTP/1.1" 404 173 0.008027 10.0.0.240 - - [2026-03-26 02:41:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000412 10.0.0.240 - - [2026-03-26 02:41:17] "POST /fqname-to-id HTTP/1.1" 404 233 0.041054 10.0.0.240 - - [2026-03-26 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.65 - - [2026-03-26 02:41:17] "GET /projects?obj_uuids=36a2c17a-7c1a-448a-94ee-8c92b2ee1627&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.000915 10.0.0.240 - - [2026-03-26 02:41:17] "GET /project/36a2c17a-7c1a-448a-94ee-8c92b2ee1627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.040578 10.0.0.240 - - [2026-03-26 02:41:17] "POST /network-policys HTTP/1.1" 200 567 0.033014 10.0.0.240 - - [2026-03-26 02:41:17] "GET /network-policy/c491c2a1-62e8-480e-b699-dbc10c19000b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.006269 10.0.0.240 - - [2026-03-26 02:41:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.65 - - [2026-03-26 02:41:17] "GET /projects?obj_uuids=36a2c17a-7c1a-448a-94ee-8c92b2ee1627&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002072 10.0.0.240 - - [2026-03-26 02:41:17] "GET /project/36a2c17a-7c1a-448a-94ee-8c92b2ee1627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.040779 10.0.0.65 - - [2026-03-26 02:41:18] "GET /projects?obj_uuids=36a2c17a-7c1a-448a-94ee-8c92b2ee1627&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001029 10.0.0.240 - - [2026-03-26 02:41:18] "POST /neutron/network HTTP/1.1" 200 623 0.162075 10.0.0.22 - - [2026-03-26 02:41:18] "POST /ref-update HTTP/1.1" 200 156 0.032271 10.0.0.240 - - [2026-03-26 02:41:18] "POST /neutron/network HTTP/1.1" 200 1017 0.010648 10.0.0.240 - - [2026-03-26 02:41:18] "POST /id-to-fqname HTTP/1.1" 200 237 0.001087 10.0.0.240 - - [2026-03-26 02:41:18] "GET /virtual-network/c10308d3-0914-4cca-a3ae-7f9b0b075494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.005118 10.0.0.240 - - [2026-03-26 02:41:18] "GET /virtual-network/c10308d3-0914-4cca-a3ae-7f9b0b075494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2663 0.005023 10.0.0.240 - - [2026-03-26 02:41:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.009070 10.0.0.240 - - [2026-03-26 02:41:18] "POST /neutron/network HTTP/1.1" 200 1124 0.102081 10.0.0.240 - - [2026-03-26 02:41:18] "GET /virtual-network/c10308d3-0914-4cca-a3ae-7f9b0b075494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.005705 10.0.0.240 - - [2026-03-26 02:41:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.240 - - [2026-03-26 02:41:19] "GET /network-policy/c491c2a1-62e8-480e-b699-dbc10c19000b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3154 0.003742 10.0.0.240 - - [2026-03-26 02:41:19] "GET /virtual-network/c10308d3-0914-4cca-a3ae-7f9b0b075494?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2986 0.007959 10.0.0.240 - - [2026-03-26 02:41:21] "DELETE /network-policy/c491c2a1-62e8-480e-b699-dbc10c19000b HTTP/1.1" 409 238 0.009433 10.0.0.22 - - [2026-03-26 02:41:21] "DELETE /access-control-list/e22ebdad-5dc2-4c26-8894-8968387b0cc1 HTTP/1.1" 200 115 0.048945 10.0.0.65 - - [2026-03-26 02:41:21] "POST /useragent-kv HTTP/1.1" 200 115 0.003342 10.0.0.65 - - [2026-03-26 02:41:21] "POST /useragent-kv HTTP/1.1" 200 115 0.006851 10.0.0.65 - - [2026-03-26 02:41:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002651 10.0.0.65 - - [2026-03-26 02:41:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002828 10.0.0.240 - - [2026-03-26 02:41:21] "POST /neutron/network HTTP/1.1" 200 151 0.179241 10.0.0.240 - - [2026-03-26 02:41:21] "DELETE /network-policy/c491c2a1-62e8-480e-b699-dbc10c19000b HTTP/1.1" 200 115 0.041442 10.0.0.240 - - [2026-03-26 02:41:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.009081 10.0.0.65 - - [2026-03-26 02:41:21] "GET /projects?obj_uuids=36a2c17a-7c1a-448a-94ee-8c92b2ee1627&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001042 10.0.0.240 - - [2026-03-26 02:41:21] "GET /project/36a2c17a-7c1a-448a-94ee-8c92b2ee1627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.042576 10.0.0.240 - - [2026-03-26 02:41:21] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-63687248&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005686 10.0.0.65 - - [2026-03-26 02:41:24] "GET /projects?obj_uuids=36a2c17a-7c1a-448a-94ee-8c92b2ee1627&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001189 10.0.0.240 - - [2026-03-26 02:41:24] "GET /project/36a2c17a-7c1a-448a-94ee-8c92b2ee1627?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.048008 10.0.0.65 - - [2026-03-26 02:41:24] "GET /projects?obj_uuids=36a2c17a-7c1a-448a-94ee-8c92b2ee1627&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001004 10.0.0.240 - - [2026-03-26 02:41:24] "GET /project/36a2c17a-7c1a-448a-94ee-8c92b2ee1627?fields=virtual_networks HTTP/1.1" 200 1064 0.048629 10.0.0.65 - - [2026-03-26 02:41:24] "GET /projects?obj_uuids=36a2c17a-7c1a-448a-94ee-8c92b2ee1627&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001057 10.0.0.240 - - [2026-03-26 02:41:24] "GET /project/36a2c17a-7c1a-448a-94ee-8c92b2ee1627?fields=virtual_machine_interfaces HTTP/1.1" 200 1064 0.043537 10.0.0.65 - - [2026-03-26 02:41:24] "GET /projects?obj_uuids=36a2c17a-7c1a-448a-94ee-8c92b2ee1627&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001070 10.0.0.240 - - [2026-03-26 02:41:24] "GET /project/36a2c17a-7c1a-448a-94ee-8c92b2ee1627?fields=security_groups HTTP/1.1" 200 1306 0.050883 10.0.0.240 - - [2026-03-26 02:41:25] "POST /fqname-to-id HTTP/1.1" 404 188 0.036546 10.0.0.65 - - [2026-03-26 02:41:25] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003534 10.0.0.65 - - [2026-03-26 02:41:25] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000950 10.0.0.65 - - [2026-03-26 02:41:25] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007947 10.0.0.65 - - [2026-03-26 02:41:25] "POST /id-to-fqname HTTP/1.1" 200 190 0.001120 10.0.0.65 - - [2026-03-26 02:41:25] "POST /fqname-to-id HTTP/1.1" 404 199 0.014024 10.0.0.65 - - [2026-03-26 02:41:26] "POST /security-groups HTTP/1.1" 200 591 0.032981 10.0.0.65 - - [2026-03-26 02:41:26] "POST /projects HTTP/1.1" 200 585 0.253686 10.0.0.22 - - [2026-03-26 02:41:26] "POST /fqname-to-id HTTP/1.1" 404 234 0.003978 10.0.0.65 - - [2026-03-26 02:41:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.339061 10.0.0.22 - - [2026-03-26 02:41:26] "POST /access-control-lists HTTP/1.1" 200 594 0.033525 10.0.0.240 - - [2026-03-26 02:41:26] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.497794 10.0.0.240 - - [2026-03-26 02:41:27] "GET / HTTP/1.1" 200 35931 0.002159 10.0.0.240 - - [2026-03-26 02:41:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000427 10.0.0.240 - - [2026-03-26 02:41:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.059370 10.0.0.240 - - [2026-03-26 02:41:29] "POST /network-ipams HTTP/1.1" 200 513 0.031285 10.0.0.240 - - [2026-03-26 02:41:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003196 10.0.0.240 - - [2026-03-26 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.240 - - [2026-03-26 02:41:29] "GET /network-ipam/91146c28-fe62-4289-ac22-1012f4f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.006322 10.0.0.240 - - [2026-03-26 02:41:29] "PUT /network-ipam/91146c28-fe62-4289-ac22-1012f4f69f7f HTTP/1.1" 200 258 0.014444 10.0.0.240 - - [2026-03-26 02:41:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 750 0.003703 10.0.0.240 - - [2026-03-26 02:41:29] "POST /network-ipams HTTP/1.1" 200 513 0.028478 10.0.0.240 - - [2026-03-26 02:41:29] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.003562 10.0.0.240 - - [2026-03-26 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.240 - - [2026-03-26 02:41:30] "GET /network-ipam/41293a14-14cb-4212-a257-dcd16bbc52eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1287 0.006911 10.0.0.240 - - [2026-03-26 02:41:30] "PUT /network-ipam/41293a14-14cb-4212-a257-dcd16bbc52eb HTTP/1.1" 200 258 0.019222 10.0.0.240 - - [2026-03-26 02:41:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 955 0.004236 10.0.0.240 - - [2026-03-26 02:41:30] "POST /network-ipams HTTP/1.1" 200 513 0.034059 10.0.0.240 - - [2026-03-26 02:41:30] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1161 0.004175 10.0.0.240 - - [2026-03-26 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.240 - - [2026-03-26 02:41:30] "GET /network-ipam/7dde0955-6da1-4123-8a50-d6dc4f9324a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.008275 10.0.0.240 - - [2026-03-26 02:41:30] "PUT /network-ipam/7dde0955-6da1-4123-8a50-d6dc4f9324a0 HTTP/1.1" 200 258 0.022355 10.0.0.240 - - [2026-03-26 02:41:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005318 10.0.0.65 - - [2026-03-26 02:41:31] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000938 10.0.0.240 - - [2026-03-26 02:41:31] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.042292 10.0.0.65 - - [2026-03-26 02:41:31] "POST /useragent-kv HTTP/1.1" 200 115 0.002291 10.0.0.240 - - [2026-03-26 02:41:31] "POST /neutron/subnet HTTP/1.1" 200 725 0.237292 10.0.0.240 - - [2026-03-26 02:41:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001372 10.0.0.240 - - [2026-03-26 02:41:32] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005193 10.0.0.240 - - [2026-03-26 02:41:32] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005802 10.0.0.240 - - [2026-03-26 02:41:32] "POST /neutron/network HTTP/1.1" 200 824 0.007063 10.0.0.240 - - [2026-03-26 02:41:32] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.007018 10.0.0.240 - - [2026-03-26 02:41:32] "GET /network-ipam/91146c28-fe62-4289-ac22-1012f4f69f7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1288 0.004100 10.0.0.240 - - [2026-03-26 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.65 - - [2026-03-26 02:41:32] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000917 10.0.0.240 - - [2026-03-26 02:41:32] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.053896 10.0.0.240 - - [2026-03-26 02:41:32] "POST /neutron/network HTTP/1.1" 200 117 0.014518 10.0.0.22 - - [2026-03-26 02:41:32] "POST /route-targets HTTP/1.1" 200 327 0.020377 10.0.0.240 - - [2026-03-26 02:41:32] "POST /neutron/network HTTP/1.1" 200 825 0.008892 10.0.0.240 - - [2026-03-26 02:41:32] "POST /id-to-fqname HTTP/1.1" 200 221 0.001247 10.0.0.240 - - [2026-03-26 02:41:32] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007051 10.0.0.240 - - [2026-03-26 02:41:32] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006802 10.0.0.22 - - [2026-03-26 02:41:32] "GET /obj-perms HTTP/1.1" 200 5075 0.075601 10.0.0.240 - - [2026-03-26 02:41:32] "POST /neutron/subnet HTTP/1.1" 200 730 0.012741 10.0.0.240 - - [2026-03-26 02:41:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002857 10.0.0.65 - - [2026-03-26 02:41:32] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000915 10.0.0.240 - - [2026-03-26 02:41:32] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.046965 10.0.0.22 - - [2026-03-26 02:41:33] "POST /ref-update HTTP/1.1" 200 156 0.021072 10.0.0.65 - - [2026-03-26 02:41:33] "POST /useragent-kv HTTP/1.1" 200 115 0.008062 10.0.0.240 - - [2026-03-26 02:41:33] "POST /neutron/subnet HTTP/1.1" 200 725 0.264225 10.0.0.240 - - [2026-03-26 02:41:33] "POST /id-to-fqname HTTP/1.1" 200 221 0.002362 10.0.0.240 - - [2026-03-26 02:41:33] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005950 10.0.0.240 - - [2026-03-26 02:41:33] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005950 10.0.0.240 - - [2026-03-26 02:41:33] "POST /neutron/network HTTP/1.1" 200 824 0.006694 10.0.0.240 - - [2026-03-26 02:41:33] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006449 10.0.0.240 - - [2026-03-26 02:41:34] "GET /obj-perms HTTP/1.1" 200 5049 0.054903 10.0.0.65 - - [2026-03-26 02:41:35] "GET /obj-perms HTTP/1.1" 200 5049 0.049258 10.0.0.240 - - [2026-03-26 02:41:35] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006179 10.0.0.240 - - [2026-03-26 02:41:36] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007252 10.0.0.22 - - [2026-03-26 02:41:36] "GET /obj-perms HTTP/1.1" 200 5049 0.052533 10.0.0.240 - - [2026-03-26 02:41:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.003457 10.0.0.240 - - [2026-03-26 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002871 10.0.0.65 - - [2026-03-26 02:41:36] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000837 10.0.0.240 - - [2026-03-26 02:41:36] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.056213 10.0.0.240 - - [2026-03-26 02:41:36] "POST /network-policys HTTP/1.1" 200 553 0.030219 10.0.0.240 - - [2026-03-26 02:41:36] "GET /network-policy/1adddf21-f622-47f5-869d-d3022d02a427?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.007007 10.0.0.240 - - [2026-03-26 02:41:36] "POST /fqname-to-id HTTP/1.1" 404 215 0.002645 10.0.0.240 - - [2026-03-26 02:41:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007602 10.0.0.65 - - [2026-03-26 02:41:36] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001029 10.0.0.240 - - [2026-03-26 02:41:36] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.066053 10.0.0.240 - - [2026-03-26 02:41:37] "POST /network-policys HTTP/1.1" 200 553 0.029817 10.0.0.240 - - [2026-03-26 02:41:37] "GET /network-policy/8af70201-c9e1-4bbe-a477-ee28a05299c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005757 10.0.0.240 - - [2026-03-26 02:41:37] "POST /fqname-to-id HTTP/1.1" 404 215 0.005402 10.0.0.240 - - [2026-03-26 02:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.65 - - [2026-03-26 02:41:37] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.240 - - [2026-03-26 02:41:37] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.039324 10.0.0.240 - - [2026-03-26 02:41:37] "POST /network-policys HTTP/1.1" 200 553 0.047930 10.0.0.240 - - [2026-03-26 02:41:37] "GET /network-policy/8a928e78-9cd0-4e94-98cd-66d23d61d45d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2121 0.006327 10.0.0.240 - - [2026-03-26 02:41:37] "POST /ref-update HTTP/1.1" 200 156 0.065022 10.0.0.240 - - [2026-03-26 02:41:37] "POST /ref-update HTTP/1.1" 200 156 0.055481 10.0.0.22 - - [2026-03-26 02:41:37] "PUT /access-control-list/2cae5376-576e-4987-87b3-81ea9fc86d17 HTTP/1.1" 200 272 0.024627 10.0.0.240 - - [2026-03-26 02:41:37] "POST /neutron/network HTTP/1.1" 200 917 0.084999 10.0.0.240 - - [2026-03-26 02:41:38] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.025423 10.0.0.240 - - [2026-03-26 02:41:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007551 10.0.0.22 - - [2026-03-26 02:41:38] "POST /ref-update HTTP/1.1" 200 156 0.057767 10.0.0.240 - - [2026-03-26 02:41:38] "GET /network-policy/8af70201-c9e1-4bbe-a477-ee28a05299c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.007714 10.0.0.240 - - [2026-03-26 02:41:38] "POST /id-to-fqname HTTP/1.1" 200 221 0.003125 10.0.0.65 - - [2026-03-26 02:41:39] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001209 10.0.0.240 - - [2026-03-26 02:41:39] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.066474 10.0.0.240 - - [2026-03-26 02:41:39] "POST /neutron/network HTTP/1.1" 200 995 0.008860 10.0.0.240 - - [2026-03-26 02:41:39] "POST /id-to-fqname HTTP/1.1" 200 221 0.001309 10.0.0.240 - - [2026-03-26 02:41:39] "POST /neutron/port HTTP/1.1" 200 117 0.007703 10.0.0.65 - - [2026-03-26 02:41:40] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001163 10.0.0.240 - - [2026-03-26 02:41:40] "POST /neutron/port HTTP/1.1" 200 1060 0.372636 10.0.0.65 - - [2026-03-26 02:41:40] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001040 10.0.0.240 - - [2026-03-26 02:41:40] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.094065 10.0.0.240 - - [2026-03-26 02:41:40] "POST /neutron/port HTTP/1.1" 200 1060 0.041177 10.0.0.240 - - [2026-03-26 02:41:40] "POST /neutron/port HTTP/1.1" 200 1124 0.030774 10.0.0.240 - - [2026-03-26 02:41:41] "POST /neutron/port HTTP/1.1" 200 117 0.005761 10.0.0.240 - - [2026-03-26 02:41:41] "POST /id-to-fqname HTTP/1.1" 200 221 0.001356 10.0.0.240 - - [2026-03-26 02:41:41] "POST /neutron/network HTTP/1.1" 200 995 0.007840 10.0.0.240 - - [2026-03-26 02:41:41] "POST /neutron/network HTTP/1.1" 200 834 0.007834 10.0.0.240 - - [2026-03-26 02:41:41] "POST /neutron/port HTTP/1.1" 200 1061 0.018727 10.0.0.240 - - [2026-03-26 02:41:41] "POST /neutron/port HTTP/1.1" 200 1125 0.022078 10.0.0.240 - - [2026-03-26 02:41:42] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.65 - - [2026-03-26 02:41:42] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001026 10.0.0.240 - - [2026-03-26 02:41:42] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.085227 10.0.0.240 - - [2026-03-26 02:41:42] "POST /neutron/port HTTP/1.1" 200 2097 0.025227 10.0.0.240 - - [2026-03-26 02:41:42] "POST /neutron/port HTTP/1.1" 200 1124 0.016766 10.0.0.240 - - [2026-03-26 02:41:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007792 10.0.0.240 - - [2026-03-26 02:41:42] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008616 10.0.0.240 - - [2026-03-26 02:41:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008212 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-machine/916c959e-5d46-43e8-a6ec-f3e52d01b283 HTTP/1.1" 401 293 0.000393 10.0.0.240 - - [2026-03-26 02:41:43] "POST /neutron/port HTTP/1.1" 200 1114 0.127779 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-machine/916c959e-5d46-43e8-a6ec-f3e52d01b283 HTTP/1.1" 200 1293 0.034445 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-machine/916c959e-5d46-43e8-a6ec-f3e52d01b283 HTTP/1.1" 200 1293 0.004231 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-machine-interface/a5093de8-319e-4dd9-b93f-f7103d65658c HTTP/1.1" 200 2945 0.005595 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-machine/916c959e-5d46-43e8-a6ec-f3e52d01b283 HTTP/1.1" 200 1293 0.005703 10.0.0.240 - - [2026-03-26 02:41:43] "POST /neutron/subnet HTTP/1.1" 200 699 0.009273 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-machine-interface/a5093de8-319e-4dd9-b93f-f7103d65658c HTTP/1.1" 200 2945 0.005504 10.0.0.240 - - [2026-03-26 02:41:43] "GET /instance-ip/c0e7fe7d-e982-4489-997c-ba073147e2e2 HTTP/1.1" 200 1622 0.005941 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-machine/916c959e-5d46-43e8-a6ec-f3e52d01b283 HTTP/1.1" 200 1293 0.004500 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-machine-interface/a5093de8-319e-4dd9-b93f-f7103d65658c HTTP/1.1" 200 2945 0.006334 10.0.0.240 - - [2026-03-26 02:41:43] "GET /instance-ip/c0e7fe7d-e982-4489-997c-ba073147e2e2 HTTP/1.1" 200 1622 0.008854 10.0.0.240 - - [2026-03-26 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.240 - - [2026-03-26 02:41:43] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003798 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003534 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006473 10.0.0.240 - - [2026-03-26 02:41:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.240 - - [2026-03-26 02:41:43] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004655 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004256 10.0.0.240 - - [2026-03-26 02:41:43] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.008500 10.0.0.240 - - [2026-03-26 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003879 10.0.0.240 - - [2026-03-26 02:41:44] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006700 10.0.0.240 - - [2026-03-26 02:41:44] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003623 10.0.0.240 - - [2026-03-26 02:41:44] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007167 10.0.0.240 - - [2026-03-26 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004213 10.0.0.240 - - [2026-03-26 02:41:44] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006457 10.0.0.240 - - [2026-03-26 02:41:44] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004201 10.0.0.240 - - [2026-03-26 02:41:44] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007100 10.0.0.240 - - [2026-03-26 02:41:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.240 - - [2026-03-26 02:41:44] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004415 10.0.0.240 - - [2026-03-26 02:41:44] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003697 10.0.0.240 - - [2026-03-26 02:41:44] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007601 10.0.0.240 - - [2026-03-26 02:41:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.240 - - [2026-03-26 02:41:47] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007026 10.0.0.240 - - [2026-03-26 02:41:49] "POST /neutron/port HTTP/1.1" 200 1125 0.017514 10.0.0.240 - - [2026-03-26 02:41:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004002 10.0.0.240 - - [2026-03-26 02:41:49] "POST /neutron/network HTTP/1.1" 200 917 0.006340 10.0.0.240 - - [2026-03-26 02:41:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.240 - - [2026-03-26 02:41:51] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007404 10.0.0.240 - - [2026-03-26 02:41:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.240 - - [2026-03-26 02:41:55] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006921 10.0.0.240 - - [2026-03-26 02:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.240 - - [2026-03-26 02:41:59] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005387 10.0.0.240 - - [2026-03-26 02:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.240 - - [2026-03-26 02:42:03] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006471 10.0.0.240 - - [2026-03-26 02:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.240 - - [2026-03-26 02:42:07] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.007185 10.0.0.240 - - [2026-03-26 02:42:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.240 - - [2026-03-26 02:42:12] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005105 10.0.0.22 - - [2026-03-26 02:42:13] "DELETE /access-control-list/dd3077f3-2371-44ce-ad98-0914937f4ea2 HTTP/1.1" 200 115 0.049701 10.0.0.65 - - [2026-03-26 02:42:15] "DELETE /project/f0097336d1b644768f2f9453460c6849 HTTP/1.1" 404 173 0.004040 10.0.0.65 - - [2026-03-26 02:42:15] "DELETE /project/36a2c17a-7c1a-448a-94ee-8c92b2ee1627 HTTP/1.1" 404 177 0.003913 10.0.0.240 - - [2026-03-26 02:42:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005196 10.0.0.240 - - [2026-03-26 02:42:16] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005748 10.0.0.240 - - [2026-03-26 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.240 - - [2026-03-26 02:42:20] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005620 10.0.0.240 - - [2026-03-26 02:42:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.240 - - [2026-03-26 02:42:24] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005577 10.0.0.240 - - [2026-03-26 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.240 - - [2026-03-26 02:42:26] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003438 10.0.0.240 - - [2026-03-26 02:42:26] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002917 10.0.0.240 - - [2026-03-26 02:42:26] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006199 10.0.0.240 - - [2026-03-26 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003319 10.0.0.240 - - [2026-03-26 02:42:26] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003925 10.0.0.240 - - [2026-03-26 02:42:26] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002992 10.0.0.240 - - [2026-03-26 02:42:26] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006578 10.0.0.240 - - [2026-03-26 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003064 10.0.0.240 - - [2026-03-26 02:42:26] "GET /routing-instance/1a1b3b98-244b-447b-b43b-2bb548798e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004488 10.0.0.240 - - [2026-03-26 02:42:26] "GET /route-target/e84996c9-706f-424c-bee6-213935dcbe0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003658 10.0.0.240 - - [2026-03-26 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.240 - - [2026-03-26 02:42:26] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003543 10.0.0.240 - - [2026-03-26 02:42:26] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002631 10.0.0.240 - - [2026-03-26 02:42:26] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005891 10.0.0.240 - - [2026-03-26 02:42:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003140 10.0.0.240 - - [2026-03-26 02:42:27] "GET /routing-instance/1a1b3b98-244b-447b-b43b-2bb548798e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004488 10.0.0.240 - - [2026-03-26 02:42:27] "GET /route-target/e84996c9-706f-424c-bee6-213935dcbe0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003577 10.0.0.240 - - [2026-03-26 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.240 - - [2026-03-26 02:42:27] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004286 10.0.0.240 - - [2026-03-26 02:42:27] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003580 10.0.0.240 - - [2026-03-26 02:42:27] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006572 10.0.0.240 - - [2026-03-26 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.240 - - [2026-03-26 02:42:27] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004082 10.0.0.240 - - [2026-03-26 02:42:27] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003211 10.0.0.240 - - [2026-03-26 02:42:27] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005710 10.0.0.240 - - [2026-03-26 02:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.240 - - [2026-03-26 02:42:27] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004353 10.0.0.240 - - [2026-03-26 02:42:27] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003284 10.0.0.240 - - [2026-03-26 02:42:27] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.015986 10.0.0.65 - - [2026-03-26 02:42:27] "GET /obj-perms HTTP/1.1" 200 5049 0.004043 10.0.0.240 - - [2026-03-26 02:42:27] "GET /obj-perms HTTP/1.1" 200 5049 0.003220 10.0.0.240 - - [2026-03-26 02:42:27] "GET /obj-perms HTTP/1.1" 200 5049 0.003801 10.0.0.65 - - [2026-03-26 02:42:27] "GET /obj-perms HTTP/1.1" 200 5049 0.004119 10.0.0.240 - - [2026-03-26 02:42:27] "GET /obj-perms HTTP/1.1" 200 5049 0.003428 10.0.0.240 - - [2026-03-26 02:42:27] "POST /neutron/port HTTP/1.1" 200 1125 0.016602 10.0.0.240 - - [2026-03-26 02:42:28] "POST /neutron/port HTTP/1.1" 200 1125 0.049196 10.0.0.240 - - [2026-03-26 02:42:28] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006281 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-machine/c098e2fc-8af5-41c7-946c-941d7f6d62c4 HTTP/1.1" 200 1293 0.006111 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-machine/c098e2fc-8af5-41c7-946c-941d7f6d62c4 HTTP/1.1" 200 1293 0.004242 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-machine-interface/e82e1363-d2df-42f0-b44c-45808142ea80 HTTP/1.1" 200 2945 0.005577 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-machine/c098e2fc-8af5-41c7-946c-941d7f6d62c4 HTTP/1.1" 200 1293 0.003697 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-machine-interface/e82e1363-d2df-42f0-b44c-45808142ea80 HTTP/1.1" 200 2945 0.004989 10.0.0.240 - - [2026-03-26 02:42:28] "GET /instance-ip/0a828dea-cd11-426b-a65a-1c9163ce57a8 HTTP/1.1" 200 1621 0.006076 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-machine/c098e2fc-8af5-41c7-946c-941d7f6d62c4 HTTP/1.1" 200 1293 0.003508 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-machine-interface/e82e1363-d2df-42f0-b44c-45808142ea80 HTTP/1.1" 200 2945 0.005188 10.0.0.240 - - [2026-03-26 02:42:28] "GET /instance-ip/0a828dea-cd11-426b-a65a-1c9163ce57a8 HTTP/1.1" 200 1621 0.003521 10.0.0.240 - - [2026-03-26 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.240 - - [2026-03-26 02:42:28] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004069 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003042 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005627 10.0.0.240 - - [2026-03-26 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.240 - - [2026-03-26 02:42:28] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004092 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002868 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005477 10.0.0.240 - - [2026-03-26 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.240 - - [2026-03-26 02:42:28] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004560 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003381 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.005875 10.0.0.240 - - [2026-03-26 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.240 - - [2026-03-26 02:42:28] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004332 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003081 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006471 10.0.0.240 - - [2026-03-26 02:42:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.240 - - [2026-03-26 02:42:28] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006139 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.005310 10.0.0.240 - - [2026-03-26 02:42:28] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.008850 10.0.0.240 - - [2026-03-26 02:42:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.240 - - [2026-03-26 02:42:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003998 10.0.0.240 - - [2026-03-26 02:42:29] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003516 10.0.0.240 - - [2026-03-26 02:42:30] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006382 10.0.0.240 - - [2026-03-26 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.240 - - [2026-03-26 02:42:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004132 10.0.0.240 - - [2026-03-26 02:42:30] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002871 10.0.0.240 - - [2026-03-26 02:42:30] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006728 10.0.0.240 - - [2026-03-26 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.240 - - [2026-03-26 02:42:30] "GET /routing-instance/c1d99323-03d4-44c9-ab6f-8dd598c37dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004423 10.0.0.240 - - [2026-03-26 02:42:30] "GET /route-target/b4d7383f-438b-4f8b-96b9-00c152d047dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003140 10.0.0.240 - - [2026-03-26 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.006965 10.0.0.240 - - [2026-03-26 02:42:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004667 10.0.0.240 - - [2026-03-26 02:42:30] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003254 10.0.0.240 - - [2026-03-26 02:42:30] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.008778 10.0.0.240 - - [2026-03-26 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003281 10.0.0.240 - - [2026-03-26 02:42:30] "GET /routing-instance/c1d99323-03d4-44c9-ab6f-8dd598c37dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.004436 10.0.0.240 - - [2026-03-26 02:42:30] "GET /route-target/b4d7383f-438b-4f8b-96b9-00c152d047dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004668 10.0.0.240 - - [2026-03-26 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.240 - - [2026-03-26 02:42:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004336 10.0.0.240 - - [2026-03-26 02:42:30] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003596 10.0.0.240 - - [2026-03-26 02:42:30] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006439 10.0.0.240 - - [2026-03-26 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.240 - - [2026-03-26 02:42:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004542 10.0.0.240 - - [2026-03-26 02:42:30] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003132 10.0.0.240 - - [2026-03-26 02:42:30] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.007507 10.0.0.240 - - [2026-03-26 02:42:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.240 - - [2026-03-26 02:42:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003766 10.0.0.240 - - [2026-03-26 02:42:30] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003945 10.0.0.240 - - [2026-03-26 02:42:30] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006415 10.0.0.65 - - [2026-03-26 02:42:30] "GET /obj-perms HTTP/1.1" 200 5049 0.003356 10.0.0.240 - - [2026-03-26 02:42:31] "GET /obj-perms HTTP/1.1" 200 5049 0.003716 10.0.0.65 - - [2026-03-26 02:42:31] "GET /obj-perms HTTP/1.1" 200 5049 0.004080 10.0.0.240 - - [2026-03-26 02:42:31] "GET /obj-perms HTTP/1.1" 200 5049 0.003650 10.0.0.240 - - [2026-03-26 02:42:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007744 10.0.0.240 - - [2026-03-26 02:42:31] "POST /neutron/port HTTP/1.1" 200 1124 0.034567 10.0.0.240 - - [2026-03-26 02:42:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008620 10.0.0.240 - - [2026-03-26 02:42:31] "GET /virtual-machine/ede6a0d5-f7cd-4f5f-91d9-26324697aa51 HTTP/1.1" 200 1293 0.006766 10.0.0.240 - - [2026-03-26 02:42:31] "GET /virtual-machine/ede6a0d5-f7cd-4f5f-91d9-26324697aa51 HTTP/1.1" 200 1293 0.005447 10.0.0.240 - - [2026-03-26 02:42:31] "GET /virtual-machine-interface/7f171369-3a12-49cf-9084-bbe6fce39d41 HTTP/1.1" 200 2944 0.006603 10.0.0.240 - - [2026-03-26 02:42:31] "GET /virtual-machine/ede6a0d5-f7cd-4f5f-91d9-26324697aa51 HTTP/1.1" 200 1293 0.004894 10.0.0.240 - - [2026-03-26 02:42:31] "GET /virtual-machine-interface/7f171369-3a12-49cf-9084-bbe6fce39d41 HTTP/1.1" 200 2944 0.007247 10.0.0.240 - - [2026-03-26 02:42:31] "GET /instance-ip/6baae0e8-6640-4324-b15f-056af30ab656 HTTP/1.1" 200 1621 0.008050 10.0.0.240 - - [2026-03-26 02:42:31] "GET /virtual-machine/ede6a0d5-f7cd-4f5f-91d9-26324697aa51 HTTP/1.1" 200 1293 0.004956 10.0.0.240 - - [2026-03-26 02:42:31] "GET /virtual-machine-interface/7f171369-3a12-49cf-9084-bbe6fce39d41 HTTP/1.1" 200 2944 0.006063 10.0.0.240 - - [2026-03-26 02:42:31] "GET /instance-ip/6baae0e8-6640-4324-b15f-056af30ab656 HTTP/1.1" 200 1621 0.004931 10.0.0.240 - - [2026-03-26 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004482 10.0.0.240 - - [2026-03-26 02:42:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004393 10.0.0.240 - - [2026-03-26 02:42:31] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003141 10.0.0.240 - - [2026-03-26 02:42:31] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008910 10.0.0.240 - - [2026-03-26 02:42:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.240 - - [2026-03-26 02:42:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004680 10.0.0.240 - - [2026-03-26 02:42:31] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003526 10.0.0.240 - - [2026-03-26 02:42:31] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005980 10.0.0.240 - - [2026-03-26 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.240 - - [2026-03-26 02:42:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004380 10.0.0.240 - - [2026-03-26 02:42:32] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003301 10.0.0.240 - - [2026-03-26 02:42:32] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006449 10.0.0.240 - - [2026-03-26 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.240 - - [2026-03-26 02:42:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004245 10.0.0.240 - - [2026-03-26 02:42:32] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003573 10.0.0.240 - - [2026-03-26 02:42:32] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005721 10.0.0.240 - - [2026-03-26 02:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.240 - - [2026-03-26 02:42:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004447 10.0.0.240 - - [2026-03-26 02:42:32] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003780 10.0.0.240 - - [2026-03-26 02:42:32] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006344 10.0.0.240 - - [2026-03-26 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.240 - - [2026-03-26 02:42:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004517 10.0.0.240 - - [2026-03-26 02:42:33] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003072 10.0.0.240 - - [2026-03-26 02:42:33] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006177 10.0.0.240 - - [2026-03-26 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003987 10.0.0.240 - - [2026-03-26 02:42:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003901 10.0.0.240 - - [2026-03-26 02:42:33] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003329 10.0.0.240 - - [2026-03-26 02:42:33] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006174 10.0.0.240 - - [2026-03-26 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.240 - - [2026-03-26 02:42:33] "GET /routing-instance/97ad0e18-d02f-4318-877a-0d5b2d2938a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005030 10.0.0.240 - - [2026-03-26 02:42:33] "GET /route-target/47a61768-38bf-477b-bc4b-359d9b16e624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005803 10.0.0.240 - - [2026-03-26 02:42:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.240 - - [2026-03-26 02:42:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004667 10.0.0.240 - - [2026-03-26 02:42:33] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003664 10.0.0.240 - - [2026-03-26 02:42:34] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006839 10.0.0.240 - - [2026-03-26 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003109 10.0.0.240 - - [2026-03-26 02:42:34] "GET /routing-instance/97ad0e18-d02f-4318-877a-0d5b2d2938a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004968 10.0.0.240 - - [2026-03-26 02:42:34] "GET /route-target/47a61768-38bf-477b-bc4b-359d9b16e624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004093 10.0.0.240 - - [2026-03-26 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.240 - - [2026-03-26 02:42:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007939 10.0.0.240 - - [2026-03-26 02:42:34] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003532 10.0.0.22 - - [2026-03-26 02:42:34] "GET /obj-perms HTTP/1.1" 200 5075 0.054094 10.0.0.240 - - [2026-03-26 02:42:34] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007765 10.0.0.240 - - [2026-03-26 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003273 10.0.0.240 - - [2026-03-26 02:42:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004184 10.0.0.240 - - [2026-03-26 02:42:34] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003614 10.0.0.240 - - [2026-03-26 02:42:34] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005952 10.0.0.65 - - [2026-03-26 02:42:34] "GET /obj-perms HTTP/1.1" 200 5049 0.003996 10.0.0.240 - - [2026-03-26 02:42:34] "GET /obj-perms HTTP/1.1" 200 5049 0.004819 10.0.0.240 - - [2026-03-26 02:42:34] "GET /obj-perms HTTP/1.1" 200 5049 0.013676 10.0.0.65 - - [2026-03-26 02:42:34] "GET /obj-perms HTTP/1.1" 200 5049 0.003729 10.0.0.240 - - [2026-03-26 02:42:34] "GET /obj-perms HTTP/1.1" 200 5049 0.004302 10.0.0.240 - - [2026-03-26 02:42:34] "GET /virtual-machine/916c959e-5d46-43e8-a6ec-f3e52d01b283 HTTP/1.1" 200 1293 0.008631 10.0.0.240 - - [2026-03-26 02:42:34] "GET /virtual-machine-interface/a5093de8-319e-4dd9-b93f-f7103d65658c HTTP/1.1" 200 2945 0.006698 10.0.0.240 - - [2026-03-26 02:42:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.008916 10.0.0.240 - - [2026-03-26 02:42:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003539 10.0.0.240 - - [2026-03-26 02:42:34] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002889 10.0.0.240 - - [2026-03-26 02:42:34] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.009591 10.0.0.240 - - [2026-03-26 02:42:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004009 10.0.0.240 - - [2026-03-26 02:42:35] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004365 10.0.0.240 - - [2026-03-26 02:42:36] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003329 10.0.0.240 - - [2026-03-26 02:42:36] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.005599 10.0.0.240 - - [2026-03-26 02:42:37] "POST /neutron/port HTTP/1.1" 200 1124 0.020135 10.0.0.240 - - [2026-03-26 02:42:38] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006724 10.0.0.240 - - [2026-03-26 02:42:39] "POST /neutron/network HTTP/1.1" 200 1005 0.007196 10.0.0.240 - - [2026-03-26 02:42:39] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.240 - - [2026-03-26 02:42:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006634 10.0.0.240 - - [2026-03-26 02:42:49] "POST /neutron/port HTTP/1.1" 200 1125 0.019985 10.0.0.240 - - [2026-03-26 02:42:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004920 10.0.0.240 - - [2026-03-26 02:42:49] "POST /neutron/network HTTP/1.1" 200 917 0.006607 10.0.0.240 - - [2026-03-26 02:42:51] "GET /virtual-machine/c098e2fc-8af5-41c7-946c-941d7f6d62c4 HTTP/1.1" 200 1293 0.004370 10.0.0.240 - - [2026-03-26 02:42:51] "GET /virtual-machine-interface/e82e1363-d2df-42f0-b44c-45808142ea80 HTTP/1.1" 200 2945 0.005586 10.0.0.240 - - [2026-03-26 02:42:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.240 - - [2026-03-26 02:42:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004418 10.0.0.240 - - [2026-03-26 02:42:51] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003632 10.0.0.240 - - [2026-03-26 02:42:51] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006368 10.0.0.240 - - [2026-03-26 02:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.240 - - [2026-03-26 02:42:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003946 10.0.0.240 - - [2026-03-26 02:42:52] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003263 10.0.0.240 - - [2026-03-26 02:42:52] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006838 10.0.0.240 - - [2026-03-26 02:42:53] "GET /virtual-machine/ede6a0d5-f7cd-4f5f-91d9-26324697aa51 HTTP/1.1" 200 1293 0.004054 10.0.0.240 - - [2026-03-26 02:42:53] "GET /virtual-machine-interface/7f171369-3a12-49cf-9084-bbe6fce39d41 HTTP/1.1" 200 2944 0.005398 10.0.0.240 - - [2026-03-26 02:42:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.240 - - [2026-03-26 02:42:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004046 10.0.0.240 - - [2026-03-26 02:42:53] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003803 10.0.0.240 - - [2026-03-26 02:42:53] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005360 10.0.0.240 - - [2026-03-26 02:42:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.240 - - [2026-03-26 02:42:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004114 10.0.0.240 - - [2026-03-26 02:42:54] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.002813 10.0.0.240 - - [2026-03-26 02:42:54] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005777 10.0.0.240 - - [2026-03-26 02:43:14] "GET /virtual-machine/ede6a0d5-f7cd-4f5f-91d9-26324697aa51 HTTP/1.1" 200 1293 0.004505 10.0.0.240 - - [2026-03-26 02:43:15] "POST /neutron/port HTTP/1.1" 200 151 0.172858 10.0.0.240 - - [2026-03-26 02:43:16] "GET /virtual-machine/ede6a0d5-f7cd-4f5f-91d9-26324697aa51 HTTP/1.1" 404 171 0.003781 10.0.0.240 - - [2026-03-26 02:43:16] "GET /virtual-machine/ede6a0d5-f7cd-4f5f-91d9-26324697aa51 HTTP/1.1" 404 171 0.003120 10.0.0.240 - - [2026-03-26 02:43:16] "GET /virtual-machine/ede6a0d5-f7cd-4f5f-91d9-26324697aa51 HTTP/1.1" 404 171 0.002546 10.0.0.240 - - [2026-03-26 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.240 - - [2026-03-26 02:43:17] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003901 10.0.0.240 - - [2026-03-26 02:43:17] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004172 10.0.0.240 - - [2026-03-26 02:43:17] "GET /virtual-network/c9f2499f-89cd-4704-97e7-f2e785f3c34e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005814 10.0.0.240 - - [2026-03-26 02:43:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002972 10.0.0.240 - - [2026-03-26 02:43:17] "GET /routing-instance/97ad0e18-d02f-4318-877a-0d5b2d2938a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.005716 10.0.0.240 - - [2026-03-26 02:43:17] "GET /route-target/47a61768-38bf-477b-bc4b-359d9b16e624?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004142 10.0.0.65 - - [2026-03-26 02:43:17] "GET /obj-perms HTTP/1.1" 200 5049 0.003548 10.0.0.240 - - [2026-03-26 02:43:23] "GET /obj-perms HTTP/1.1" 200 5049 0.003969 10.0.0.65 - - [2026-03-26 02:43:26] "GET /obj-perms HTTP/1.1" 200 5049 0.004146 10.0.0.240 - - [2026-03-26 02:43:32] "GET /obj-perms HTTP/1.1" 200 5049 0.003505 10.0.0.65 - - [2026-03-26 02:43:34] "GET /obj-perms HTTP/1.1" 200 5075 0.062952 10.0.0.240 - - [2026-03-26 02:43:35] "GET /obj-perms HTTP/1.1" 200 5049 0.006301 10.0.0.240 - - [2026-03-26 02:43:35] "GET /virtual-machine/c098e2fc-8af5-41c7-946c-941d7f6d62c4 HTTP/1.1" 200 1293 0.004305 10.0.0.240 - - [2026-03-26 02:43:36] "POST /neutron/port HTTP/1.1" 200 151 0.210983 10.0.0.240 - - [2026-03-26 02:43:37] "GET /virtual-machine/c098e2fc-8af5-41c7-946c-941d7f6d62c4 HTTP/1.1" 404 171 0.003211 10.0.0.240 - - [2026-03-26 02:43:37] "GET /virtual-machine/c098e2fc-8af5-41c7-946c-941d7f6d62c4 HTTP/1.1" 404 171 0.002812 10.0.0.240 - - [2026-03-26 02:43:37] "GET /virtual-machine/c098e2fc-8af5-41c7-946c-941d7f6d62c4 HTTP/1.1" 404 171 0.002880 10.0.0.240 - - [2026-03-26 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.240 - - [2026-03-26 02:43:38] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005999 10.0.0.240 - - [2026-03-26 02:43:38] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.004091 10.0.0.240 - - [2026-03-26 02:43:38] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.008264 10.0.0.240 - - [2026-03-26 02:43:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008381 10.0.0.240 - - [2026-03-26 02:43:38] "GET /routing-instance/c1d99323-03d4-44c9-ab6f-8dd598c37dfd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1786 0.005053 10.0.0.240 - - [2026-03-26 02:43:38] "GET /route-target/b4d7383f-438b-4f8b-96b9-00c152d047dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003650 10.0.0.65 - - [2026-03-26 02:43:38] "GET /obj-perms HTTP/1.1" 200 5049 0.004144 10.0.0.240 - - [2026-03-26 02:43:41] "GET /obj-perms HTTP/1.1" 200 5049 0.004432 10.0.0.65 - - [2026-03-26 02:43:47] "GET /obj-perms HTTP/1.1" 200 5049 0.004258 10.0.0.240 - - [2026-03-26 02:43:50] "GET /obj-perms HTTP/1.1" 200 5049 0.003945 10.0.0.65 - - [2026-03-26 02:43:56] "GET /obj-perms HTTP/1.1" 200 5049 0.004032 10.0.0.240 - - [2026-03-26 02:43:59] "GET /obj-perms HTTP/1.1" 200 5049 0.004571 10.0.0.22 - - [2026-03-26 02:44:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.22 - - [2026-03-26 02:44:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.22 - - [2026-03-26 02:44:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.22 - - [2026-03-26 02:44:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.65 - - [2026-03-26 02:44:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.65 - - [2026-03-26 02:44:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000350 10.0.0.65 - - [2026-03-26 02:44:04] "GET /global-system-configs HTTP/1.1" 401 293 0.001052 10.0.0.65 - - [2026-03-26 02:44:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.240 - - [2026-03-26 02:44:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.240 - - [2026-03-26 02:44:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.65 - - [2026-03-26 02:44:06] "GET /obj-perms HTTP/1.1" 200 5049 0.004161 10.0.0.240 - - [2026-03-26 02:44:06] "GET /obj-perms HTTP/1.1" 200 5049 0.003532 10.0.0.22 - - [2026-03-26 02:44:06] "GET /obj-perms HTTP/1.1" 200 5049 0.003657 10.0.0.240 - - [2026-03-26 02:44:06] "GET /virtual-machine/916c959e-5d46-43e8-a6ec-f3e52d01b283 HTTP/1.1" 200 1293 0.005341 10.0.0.240 - - [2026-03-26 02:44:06] "POST /neutron/port HTTP/1.1" 200 151 0.190533 10.0.0.240 - - [2026-03-26 02:44:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.240 - - [2026-03-26 02:44:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.240 - - [2026-03-26 02:44:08] "GET /virtual-machine/916c959e-5d46-43e8-a6ec-f3e52d01b283 HTTP/1.1" 404 171 0.003365 10.0.0.240 - - [2026-03-26 02:44:08] "GET /virtual-machine/916c959e-5d46-43e8-a6ec-f3e52d01b283 HTTP/1.1" 404 171 0.003019 10.0.0.240 - - [2026-03-26 02:44:08] "GET /virtual-machine/916c959e-5d46-43e8-a6ec-f3e52d01b283 HTTP/1.1" 404 171 0.005118 10.0.0.240 - - [2026-03-26 02:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.240 - - [2026-03-26 02:44:08] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003927 10.0.0.240 - - [2026-03-26 02:44:08] "GET /virtual-networks?parent_id=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 794 0.003016 10.0.0.240 - - [2026-03-26 02:44:08] "GET /virtual-network/1e0879bd-b3ba-4dd5-94eb-661a44cb1f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2632 0.006680 10.0.0.240 - - [2026-03-26 02:44:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010926 10.0.0.240 - - [2026-03-26 02:44:08] "GET /routing-instance/1a1b3b98-244b-447b-b43b-2bb548798e62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1785 0.004195 10.0.0.240 - - [2026-03-26 02:44:08] "GET /route-target/e84996c9-706f-424c-bee6-213935dcbe0e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004349 10.0.0.240 - - [2026-03-26 02:44:11] "GET /obj-perms HTTP/1.1" 200 5049 0.004165 10.0.0.65 - - [2026-03-26 02:44:11] "GET /obj-perms HTTP/1.1" 200 5049 0.003647 10.0.0.240 - - [2026-03-26 02:44:20] "GET /obj-perms HTTP/1.1" 200 5049 0.003861 10.0.0.65 - - [2026-03-26 02:44:20] "GET /obj-perms HTTP/1.1" 200 5049 0.003861 10.0.0.240 - - [2026-03-26 02:44:30] "GET /obj-perms HTTP/1.1" 200 5049 0.003937 10.0.0.65 - - [2026-03-26 02:44:30] "GET /obj-perms HTTP/1.1" 200 5049 0.004476 10.0.0.65 - - [2026-03-26 02:44:36] "GET /obj-perms HTTP/1.1" 200 5049 0.008168 10.0.0.240 - - [2026-03-26 02:44:36] "GET /obj-perms HTTP/1.1" 200 5049 0.003691 10.0.0.240 - - [2026-03-26 02:44:36] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.006561 10.0.0.240 - - [2026-03-26 02:44:36] "POST /neutron/network HTTP/1.1" 200 825 0.020447 10.0.0.240 - - [2026-03-26 02:44:36] "GET /virtual-network/b52c501c-fff0-4545-90da-c1ed78ba2112?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.015679 10.0.0.240 - - [2026-03-26 02:44:37] "POST /ref-update HTTP/1.1" 200 156 0.073658 10.0.0.240 - - [2026-03-26 02:44:37] "POST /ref-update HTTP/1.1" 200 156 0.085122 10.0.0.240 - - [2026-03-26 02:44:37] "DELETE /network-policy/8a928e78-9cd0-4e94-98cd-66d23d61d45d HTTP/1.1" 200 115 0.055895 10.0.0.240 - - [2026-03-26 02:44:37] "DELETE /network-policy/8af70201-c9e1-4bbe-a477-ee28a05299c5 HTTP/1.1" 200 115 0.062949 10.0.0.240 - - [2026-03-26 02:44:37] "DELETE /network-policy/1adddf21-f622-47f5-869d-d3022d02a427 HTTP/1.1" 200 115 0.039216 10.0.0.22 - - [2026-03-26 02:44:37] "DELETE /access-control-list/2cae5376-576e-4987-87b3-81ea9fc86d17 HTTP/1.1" 200 115 0.062232 10.0.0.22 - - [2026-03-26 02:44:37] "DELETE /route-target/47a61768-38bf-477b-bc4b-359d9b16e624 HTTP/1.1" 200 115 0.029968 10.0.0.240 - - [2026-03-26 02:44:37] "POST /neutron/network HTTP/1.1" 200 825 0.007072 10.0.0.22 - - [2026-03-26 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.65 - - [2026-03-26 02:44:38] "POST /useragent-kv HTTP/1.1" 200 115 0.059742 10.0.0.65 - - [2026-03-26 02:44:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003568 10.0.0.240 - - [2026-03-26 02:44:38] "POST /neutron/network HTTP/1.1" 200 151 0.194733 10.0.0.240 - - [2026-03-26 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.240 - - [2026-03-26 02:44:38] "DELETE /network-ipam/7dde0955-6da1-4123-8a50-d6dc4f9324a0 HTTP/1.1" 200 115 0.042255 10.0.0.240 - - [2026-03-26 02:44:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.003819 10.0.0.240 - - [2026-03-26 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.007577 10.0.0.240 - - [2026-03-26 02:44:38] "DELETE /network-ipam/41293a14-14cb-4212-a257-dcd16bbc52eb HTTP/1.1" 200 115 0.046918 10.0.0.240 - - [2026-03-26 02:44:38] "POST /fqname-to-id HTTP/1.1" 404 197 0.004382 10.0.0.240 - - [2026-03-26 02:44:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.240 - - [2026-03-26 02:44:39] "DELETE /network-ipam/91146c28-fe62-4289-ac22-1012f4f69f7f HTTP/1.1" 200 115 0.045012 10.0.0.240 - - [2026-03-26 02:44:39] "POST /fqname-to-id HTTP/1.1" 404 197 0.003320 10.0.0.65 - - [2026-03-26 02:44:40] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001402 10.0.0.240 - - [2026-03-26 02:44:40] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.075157 10.0.0.65 - - [2026-03-26 02:44:40] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.240 - - [2026-03-26 02:44:40] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?fields=virtual_networks HTTP/1.1" 200 1033 0.049259 10.0.0.65 - - [2026-03-26 02:44:40] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001045 10.0.0.240 - - [2026-03-26 02:44:40] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.054272 10.0.0.65 - - [2026-03-26 02:44:40] "GET /projects?obj_uuids=f0097336-d1b6-4476-8f2f-9453460c6849&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001023 10.0.0.240 - - [2026-03-26 02:44:40] "GET /project/f0097336-d1b6-4476-8f2f-9453460c6849?fields=security_groups HTTP/1.1" 200 1259 0.053066 10.0.0.240 - - [2026-03-26 02:44:41] "POST /fqname-to-id HTTP/1.1" 404 194 0.028121 10.0.0.65 - - [2026-03-26 02:44:41] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004137 10.0.0.65 - - [2026-03-26 02:44:41] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000922 10.0.0.65 - - [2026-03-26 02:44:41] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.034685 10.0.0.65 - - [2026-03-26 02:44:41] "POST /id-to-fqname HTTP/1.1" 200 196 0.001360 10.0.0.65 - - [2026-03-26 02:44:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.004979 10.0.0.65 - - [2026-03-26 02:44:42] "POST /security-groups HTTP/1.1" 200 597 0.034242 10.0.0.65 - - [2026-03-26 02:44:42] "POST /projects HTTP/1.1" 200 597 0.263611 10.0.0.22 - - [2026-03-26 02:44:42] "POST /access-control-lists HTTP/1.1" 200 602 0.026503 10.0.0.65 - - [2026-03-26 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.338135 10.0.0.240 - - [2026-03-26 02:44:42] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.506779 10.0.0.240 - - [2026-03-26 02:44:43] "GET / HTTP/1.1" 200 35931 0.002528 10.0.0.240 - - [2026-03-26 02:44:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000469 10.0.0.240 - - [2026-03-26 02:44:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.061035 10.0.0.240 - - [2026-03-26 02:44:46] "POST /network-ipams HTTP/1.1" 200 519 0.028326 10.0.0.240 - - [2026-03-26 02:44:46] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003618 10.0.0.240 - - [2026-03-26 02:44:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.240 - - [2026-03-26 02:44:46] "GET /network-ipam/9ef90b09-94da-4d93-81be-4ed57de1840a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.007326 10.0.0.240 - - [2026-03-26 02:44:47] "PUT /network-ipam/9ef90b09-94da-4d93-81be-4ed57de1840a HTTP/1.1" 200 258 0.031514 10.0.0.240 - - [2026-03-26 02:44:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 756 0.003347 10.0.0.240 - - [2026-03-26 02:44:47] "POST /network-ipams HTTP/1.1" 200 519 0.034092 10.0.0.240 - - [2026-03-26 02:44:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.004009 10.0.0.240 - - [2026-03-26 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.011183 10.0.0.240 - - [2026-03-26 02:44:47] "GET /network-ipam/4e6a198d-fd14-48cd-9471-f858ca930bb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006550 10.0.0.240 - - [2026-03-26 02:44:47] "PUT /network-ipam/4e6a198d-fd14-48cd-9471-f858ca930bb0 HTTP/1.1" 200 258 0.014812 10.0.0.240 - - [2026-03-26 02:44:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 967 0.003878 10.0.0.240 - - [2026-03-26 02:44:47] "POST /network-ipams HTTP/1.1" 200 519 0.031974 10.0.0.240 - - [2026-03-26 02:44:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1179 0.003209 10.0.0.240 - - [2026-03-26 02:44:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.240 - - [2026-03-26 02:44:47] "GET /network-ipam/6d839bcd-7269-493e-99c8-9c005fade3df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.006364 10.0.0.240 - - [2026-03-26 02:44:47] "PUT /network-ipam/6d839bcd-7269-493e-99c8-9c005fade3df HTTP/1.1" 200 258 0.015218 10.0.0.240 - - [2026-03-26 02:44:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003258 10.0.0.65 - - [2026-03-26 02:44:48] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000942 10.0.0.240 - - [2026-03-26 02:44:48] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.044110 10.0.0.22 - - [2026-03-26 02:44:48] "POST /route-targets HTTP/1.1" 200 327 0.016734 10.0.0.65 - - [2026-03-26 02:44:49] "POST /useragent-kv HTTP/1.1" 200 115 0.007801 10.0.0.240 - - [2026-03-26 02:44:49] "POST /neutron/subnet HTTP/1.1" 200 730 0.262859 10.0.0.22 - - [2026-03-26 02:44:49] "POST /fqname-to-id HTTP/1.1" 404 207 0.047798 10.0.0.240 - - [2026-03-26 02:44:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.002050 10.0.0.240 - - [2026-03-26 02:44:49] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.009136 10.0.0.240 - - [2026-03-26 02:44:49] "POST /neutron/network HTTP/1.1" 200 1014 0.012010 10.0.0.240 - - [2026-03-26 02:44:49] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006558 10.0.0.240 - - [2026-03-26 02:44:49] "POST /neutron/subnet HTTP/1.1" 200 823 0.012198 10.0.0.240 - - [2026-03-26 02:44:49] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006079 10.0.0.240 - - [2026-03-26 02:44:49] "GET /network-ipam/9ef90b09-94da-4d93-81be-4ed57de1840a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1299 0.003484 10.0.0.240 - - [2026-03-26 02:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005593 10.0.0.65 - - [2026-03-26 02:44:49] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001420 10.0.0.240 - - [2026-03-26 02:44:49] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.046626 10.0.0.65 - - [2026-03-26 02:44:49] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000922 10.0.0.240 - - [2026-03-26 02:44:50] "POST /neutron/network HTTP/1.1" 200 613 0.144102 10.0.0.22 - - [2026-03-26 02:44:50] "POST /ref-update HTTP/1.1" 200 156 0.023113 10.0.0.240 - - [2026-03-26 02:44:50] "POST /neutron/network HTTP/1.1" 200 1012 0.011265 10.0.0.240 - - [2026-03-26 02:44:50] "POST /id-to-fqname HTTP/1.1" 200 227 0.001059 10.0.0.240 - - [2026-03-26 02:44:50] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008632 10.0.0.240 - - [2026-03-26 02:44:50] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006754 10.0.0.240 - - [2026-03-26 02:44:50] "POST /neutron/subnet HTTP/1.1" 200 720 0.010445 10.0.0.240 - - [2026-03-26 02:44:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.65 - - [2026-03-26 02:44:50] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000972 10.0.0.240 - - [2026-03-26 02:44:50] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.041428 10.0.0.65 - - [2026-03-26 02:44:50] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001121 10.0.0.240 - - [2026-03-26 02:44:50] "POST /neutron/network HTTP/1.1" 200 613 0.125146 10.0.0.240 - - [2026-03-26 02:44:51] "POST /neutron/network HTTP/1.1" 200 1015 0.010618 10.0.0.240 - - [2026-03-26 02:44:51] "POST /id-to-fqname HTTP/1.1" 200 227 0.001131 10.0.0.240 - - [2026-03-26 02:44:51] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.008412 10.0.0.240 - - [2026-03-26 02:44:51] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006305 10.0.0.240 - - [2026-03-26 02:44:51] "POST /neutron/subnet HTTP/1.1" 200 729 0.009628 10.0.0.240 - - [2026-03-26 02:44:51] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.007030 10.0.0.22 - - [2026-03-26 02:44:52] "GET /obj-perms HTTP/1.1" 200 5061 0.052572 10.0.0.240 - - [2026-03-26 02:44:53] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007895 10.0.0.240 - - [2026-03-26 02:44:53] "GET /obj-perms HTTP/1.1" 200 5061 0.052410 10.0.0.65 - - [2026-03-26 02:44:53] "GET /obj-perms HTTP/1.1" 200 5061 0.057216 10.0.0.240 - - [2026-03-26 02:44:53] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007128 10.0.0.240 - - [2026-03-26 02:44:54] "POST /fqname-to-id HTTP/1.1" 404 224 0.004224 10.0.0.240 - - [2026-03-26 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004682 10.0.0.65 - - [2026-03-26 02:44:54] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001061 10.0.0.240 - - [2026-03-26 02:44:54] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.048121 10.0.0.240 - - [2026-03-26 02:44:54] "POST /network-policys HTTP/1.1" 200 559 0.033027 10.0.0.240 - - [2026-03-26 02:44:54] "GET /network-policy/3e92f960-3861-4ae3-af2b-585f3c0dc514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.007205 10.0.0.240 - - [2026-03-26 02:44:54] "POST /fqname-to-id HTTP/1.1" 404 224 0.002932 10.0.0.240 - - [2026-03-26 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003998 10.0.0.65 - - [2026-03-26 02:44:54] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001271 10.0.0.240 - - [2026-03-26 02:44:54] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.062886 10.0.0.240 - - [2026-03-26 02:44:54] "POST /network-policys HTTP/1.1" 200 559 0.036452 10.0.0.240 - - [2026-03-26 02:44:54] "GET /network-policy/7481c02b-afd0-42f7-b009-572dd3a14d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.006418 10.0.0.240 - - [2026-03-26 02:44:54] "POST /fqname-to-id HTTP/1.1" 404 224 0.003696 10.0.0.240 - - [2026-03-26 02:44:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.65 - - [2026-03-26 02:44:55] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000978 10.0.0.240 - - [2026-03-26 02:44:55] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.058311 10.0.0.240 - - [2026-03-26 02:44:55] "POST /network-policys HTTP/1.1" 200 559 0.030849 10.0.0.240 - - [2026-03-26 02:44:55] "GET /network-policy/e1c54690-9736-44b8-8644-359521832cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.006767 10.0.0.22 - - [2026-03-26 02:44:55] "POST /fqname-to-id HTTP/1.1" 404 242 0.006963 10.0.0.22 - - [2026-03-26 02:44:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.004489 10.0.0.240 - - [2026-03-26 02:44:55] "POST /neutron/network HTTP/1.1" 200 1198 0.098059 10.0.0.240 - - [2026-03-26 02:44:55] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006456 10.0.0.240 - - [2026-03-26 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.240 - - [2026-03-26 02:44:55] "GET /network-policy/3e92f960-3861-4ae3-af2b-585f3c0dc514?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2145 0.009027 10.0.0.240 - - [2026-03-26 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003093 10.0.0.240 - - [2026-03-26 02:44:55] "GET /network-policy/7481c02b-afd0-42f7-b009-572dd3a14d16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2976 0.004112 10.0.0.240 - - [2026-03-26 02:44:55] "POST /neutron/network HTTP/1.1" 200 1110 0.076528 10.0.0.240 - - [2026-03-26 02:44:55] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006541 10.0.0.240 - - [2026-03-26 02:44:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003548 10.0.0.22 - - [2026-03-26 02:44:55] "POST /access-control-lists HTTP/1.1" 200 597 0.093011 10.0.0.240 - - [2026-03-26 02:44:55] "GET /network-policy/e1c54690-9736-44b8-8644-359521832cd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3096 0.004770 10.0.0.240 - - [2026-03-26 02:44:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001066 10.0.0.65 - - [2026-03-26 02:44:57] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001774 10.0.0.240 - - [2026-03-26 02:44:57] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.088554 10.0.0.22 - - [2026-03-26 02:44:57] "DELETE /access-control-list/21fc2515-5ace-468a-99c9-bd46e6b93c4c HTTP/1.1" 200 115 0.053934 10.0.0.240 - - [2026-03-26 02:44:57] "POST /neutron/network HTTP/1.1" 200 1198 0.060698 10.0.0.240 - - [2026-03-26 02:44:57] "POST /id-to-fqname HTTP/1.1" 200 227 0.001502 10.0.0.240 - - [2026-03-26 02:44:57] "POST /neutron/port HTTP/1.1" 200 117 0.008233 10.0.0.65 - - [2026-03-26 02:44:57] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001187 10.0.0.240 - - [2026-03-26 02:44:58] "POST /neutron/port HTTP/1.1" 200 1173 0.385750 10.0.0.240 - - [2026-03-26 02:44:58] "POST /neutron/port HTTP/1.1" 200 1227 0.131166 10.0.0.240 - - [2026-03-26 02:44:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004469 10.0.0.240 - - [2026-03-26 02:44:58] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.65 - - [2026-03-26 02:44:58] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001180 10.0.0.240 - - [2026-03-26 02:44:58] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.101274 10.0.0.240 - - [2026-03-26 02:44:59] "POST /neutron/port HTTP/1.1" 200 1237 0.023525 10.0.0.240 - - [2026-03-26 02:44:59] "POST /id-to-fqname HTTP/1.1" 200 227 0.001586 10.0.0.240 - - [2026-03-26 02:44:59] "POST /neutron/port HTTP/1.1" 200 1237 0.024419 10.0.0.240 - - [2026-03-26 02:44:59] "POST /neutron/network HTTP/1.1" 200 1120 0.007853 10.0.0.240 - - [2026-03-26 02:45:00] "POST /neutron/port HTTP/1.1" 200 1171 0.048830 10.0.0.240 - - [2026-03-26 02:45:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006159 10.0.0.65 - - [2026-03-26 02:45:00] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001029 10.0.0.240 - - [2026-03-26 02:45:00] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.116259 10.0.0.240 - - [2026-03-26 02:45:00] "POST /neutron/port HTTP/1.1" 200 117 0.001399 10.0.0.240 - - [2026-03-26 02:45:00] "POST /neutron/network HTTP/1.1" 200 1110 0.009259 10.0.0.240 - - [2026-03-26 02:45:00] "POST /neutron/port HTTP/1.1" 200 117 0.005996 10.0.0.240 - - [2026-03-26 02:45:00] "POST /neutron/port HTTP/1.1" 200 1237 0.021373 10.0.0.240 - - [2026-03-26 02:45:00] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008436 10.0.0.240 - - [2026-03-26 02:45:01] "POST /neutron/port HTTP/1.1" 200 1237 0.018920 10.0.0.240 - - [2026-03-26 02:45:01] "GET /virtual-machine/f8fb0531-f55b-4672-94dc-29c8803773e4 HTTP/1.1" 401 293 0.000382 10.0.0.240 - - [2026-03-26 02:45:01] "GET /virtual-machine/f8fb0531-f55b-4672-94dc-29c8803773e4 HTTP/1.1" 200 1299 0.041867 10.0.0.240 - - [2026-03-26 02:45:01] "POST /neutron/port HTTP/1.1" 200 1174 0.031395 10.0.0.240 - - [2026-03-26 02:45:01] "GET /virtual-machine/f8fb0531-f55b-4672-94dc-29c8803773e4 HTTP/1.1" 200 1299 0.003244 10.0.0.240 - - [2026-03-26 02:45:01] "GET /virtual-machine-interface/b0fd07ff-afa7-4783-83ff-05fa9f07b241 HTTP/1.1" 200 3168 0.006073 10.0.0.240 - - [2026-03-26 02:45:01] "GET /virtual-machine/f8fb0531-f55b-4672-94dc-29c8803773e4 HTTP/1.1" 200 1299 0.004780 10.0.0.240 - - [2026-03-26 02:45:01] "GET /virtual-machine-interface/b0fd07ff-afa7-4783-83ff-05fa9f07b241 HTTP/1.1" 200 3168 0.005578 10.0.0.240 - - [2026-03-26 02:45:01] "GET /instance-ip/61c84beb-6843-4ec2-b9e6-1d2a0bae3adb HTTP/1.1" 200 1652 0.005342 10.0.0.240 - - [2026-03-26 02:45:01] "GET /instance-ip/db17974a-d9d4-4045-b8d5-d66ebbd50438 HTTP/1.1" 200 1635 0.005875 10.0.0.240 - - [2026-03-26 02:45:01] "GET /virtual-machine/f8fb0531-f55b-4672-94dc-29c8803773e4 HTTP/1.1" 200 1299 0.011081 10.0.0.240 - - [2026-03-26 02:45:01] "GET /virtual-machine-interface/b0fd07ff-afa7-4783-83ff-05fa9f07b241 HTTP/1.1" 200 3168 0.011753 10.0.0.240 - - [2026-03-26 02:45:01] "GET /instance-ip/61c84beb-6843-4ec2-b9e6-1d2a0bae3adb HTTP/1.1" 200 1652 0.004481 10.0.0.240 - - [2026-03-26 02:45:01] "GET /instance-ip/db17974a-d9d4-4045-b8d5-d66ebbd50438 HTTP/1.1" 200 1635 0.004909 10.0.0.240 - - [2026-03-26 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.240 - - [2026-03-26 02:45:01] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003757 10.0.0.240 - - [2026-03-26 02:45:01] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002923 10.0.0.240 - - [2026-03-26 02:45:01] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005714 10.0.0.240 - - [2026-03-26 02:45:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003986 10.0.0.240 - - [2026-03-26 02:45:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003152 10.0.0.240 - - [2026-03-26 02:45:01] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003896 10.0.0.240 - - [2026-03-26 02:45:01] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004857 10.0.0.240 - - [2026-03-26 02:45:01] "POST /neutron/port HTTP/1.1" 200 117 0.001088 10.0.0.240 - - [2026-03-26 02:45:02] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006792 10.0.0.240 - - [2026-03-26 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003370 10.0.0.240 - - [2026-03-26 02:45:02] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005692 10.0.0.240 - - [2026-03-26 02:45:02] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002973 10.0.0.240 - - [2026-03-26 02:45:02] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.007511 10.0.0.240 - - [2026-03-26 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.240 - - [2026-03-26 02:45:02] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003644 10.0.0.240 - - [2026-03-26 02:45:02] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.013278 10.0.0.240 - - [2026-03-26 02:45:02] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.007638 10.0.0.240 - - [2026-03-26 02:45:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.240 - - [2026-03-26 02:45:02] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005870 10.0.0.240 - - [2026-03-26 02:45:02] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004829 10.0.0.240 - - [2026-03-26 02:45:02] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.008082 10.0.0.240 - - [2026-03-26 02:45:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006037 10.0.0.240 - - [2026-03-26 02:45:05] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006931 10.0.0.240 - - [2026-03-26 02:45:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.240 - - [2026-03-26 02:45:09] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.007261 10.0.0.240 - - [2026-03-26 02:45:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.240 - - [2026-03-26 02:45:13] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005706 10.0.0.65 - - [2026-03-26 02:45:15] "DELETE /project/7e8ea255230641cb8d50f60d01050ccc HTTP/1.1" 404 173 0.004402 10.0.0.65 - - [2026-03-26 02:45:15] "DELETE /project/f0097336-d1b6-4476-8f2f-9453460c6849 HTTP/1.1" 404 177 0.003968 10.0.0.240 - - [2026-03-26 02:45:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.240 - - [2026-03-26 02:45:17] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006648 10.0.0.240 - - [2026-03-26 02:45:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004237 10.0.0.240 - - [2026-03-26 02:45:22] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006100 10.0.0.240 - - [2026-03-26 02:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.240 - - [2026-03-26 02:45:26] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006915 10.0.0.240 - - [2026-03-26 02:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003324 10.0.0.240 - - [2026-03-26 02:45:30] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005198 10.0.0.240 - - [2026-03-26 02:45:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.240 - - [2026-03-26 02:45:34] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005250 10.0.0.22 - - [2026-03-26 02:45:36] "GET /obj-perms HTTP/1.1" 200 5075 0.061074 10.0.0.240 - - [2026-03-26 02:45:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.240 - - [2026-03-26 02:45:38] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.007215 10.0.0.240 - - [2026-03-26 02:45:42] "POST /neutron/port HTTP/1.1" 200 1237 0.017554 10.0.0.240 - - [2026-03-26 02:45:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003812 10.0.0.240 - - [2026-03-26 02:45:42] "POST /neutron/port HTTP/1.1" 200 117 0.001161 10.0.0.240 - - [2026-03-26 02:45:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.240 - - [2026-03-26 02:45:42] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006033 10.0.0.240 - - [2026-03-26 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.240 - - [2026-03-26 02:45:44] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004271 10.0.0.240 - - [2026-03-26 02:45:44] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003653 10.0.0.240 - - [2026-03-26 02:45:44] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006205 10.0.0.240 - - [2026-03-26 02:45:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.240 - - [2026-03-26 02:45:44] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004321 10.0.0.240 - - [2026-03-26 02:45:44] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003011 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005938 10.0.0.240 - - [2026-03-26 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.240 - - [2026-03-26 02:45:45] "GET /routing-instance/f4e2eea1-aaef-4824-aad4-fe61aef00c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.005294 10.0.0.240 - - [2026-03-26 02:45:45] "GET /route-target/bffdb2e0-349d-4460-b92e-1481e392c5be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004841 10.0.0.240 - - [2026-03-26 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.240 - - [2026-03-26 02:45:45] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004347 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.007663 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006582 10.0.0.240 - - [2026-03-26 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003097 10.0.0.240 - - [2026-03-26 02:45:45] "GET /routing-instance/f4e2eea1-aaef-4824-aad4-fe61aef00c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004946 10.0.0.240 - - [2026-03-26 02:45:45] "GET /route-target/bffdb2e0-349d-4460-b92e-1481e392c5be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004476 10.0.0.240 - - [2026-03-26 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.240 - - [2026-03-26 02:45:45] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004070 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003407 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005445 10.0.0.240 - - [2026-03-26 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.240 - - [2026-03-26 02:45:45] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004229 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003129 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005992 10.0.0.240 - - [2026-03-26 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004180 10.0.0.240 - - [2026-03-26 02:45:45] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006593 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003738 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.007358 10.0.0.240 - - [2026-03-26 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.240 - - [2026-03-26 02:45:45] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004263 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003711 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.005863 10.0.0.240 - - [2026-03-26 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.240 - - [2026-03-26 02:45:45] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004607 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003295 10.0.0.240 - - [2026-03-26 02:45:45] "POST /neutron/port HTTP/1.1" 200 1235 0.026649 10.0.0.240 - - [2026-03-26 02:45:45] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.009296 10.0.0.240 - - [2026-03-26 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.240 - - [2026-03-26 02:45:46] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004191 10.0.0.240 - - [2026-03-26 02:45:46] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003011 10.0.0.240 - - [2026-03-26 02:45:46] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006165 10.0.0.240 - - [2026-03-26 02:45:46] "GET /obj-perms HTTP/1.1" 200 5061 0.004225 10.0.0.65 - - [2026-03-26 02:45:46] "GET /obj-perms HTTP/1.1" 200 5061 0.003804 10.0.0.240 - - [2026-03-26 02:45:46] "GET /obj-perms HTTP/1.1" 200 5061 0.003910 10.0.0.240 - - [2026-03-26 02:45:46] "GET /obj-perms HTTP/1.1" 200 5061 0.004094 10.0.0.65 - - [2026-03-26 02:45:46] "GET /obj-perms HTTP/1.1" 200 5061 0.004358 10.0.0.240 - - [2026-03-26 02:45:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008347 10.0.0.240 - - [2026-03-26 02:45:46] "POST /neutron/port HTTP/1.1" 200 1235 0.022431 10.0.0.240 - - [2026-03-26 02:45:46] "POST /neutron/security_group HTTP/1.1" 200 2064 0.014391 10.0.0.240 - - [2026-03-26 02:45:46] "GET /virtual-machine/37024a9d-5c64-42d5-aebb-1317de7725a3 HTTP/1.1" 200 1298 0.008760 10.0.0.240 - - [2026-03-26 02:45:46] "GET /virtual-machine/37024a9d-5c64-42d5-aebb-1317de7725a3 HTTP/1.1" 200 1298 0.003853 10.0.0.240 - - [2026-03-26 02:45:46] "GET /virtual-machine-interface/e773f64e-aca5-484d-9ffa-9d584f372cb6 HTTP/1.1" 200 3169 0.005419 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-machine/37024a9d-5c64-42d5-aebb-1317de7725a3 HTTP/1.1" 200 1298 0.004726 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-machine-interface/e773f64e-aca5-484d-9ffa-9d584f372cb6 HTTP/1.1" 200 3169 0.015097 10.0.0.240 - - [2026-03-26 02:45:47] "GET /instance-ip/58677cc4-efcd-4b69-adea-e46b33da91ab HTTP/1.1" 200 1632 0.006790 10.0.0.240 - - [2026-03-26 02:45:47] "GET /instance-ip/ffa4b136-9843-4884-84e8-51544fae0857 HTTP/1.1" 200 1652 0.007211 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-machine/37024a9d-5c64-42d5-aebb-1317de7725a3 HTTP/1.1" 200 1298 0.004698 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-machine-interface/e773f64e-aca5-484d-9ffa-9d584f372cb6 HTTP/1.1" 200 3169 0.005372 10.0.0.240 - - [2026-03-26 02:45:47] "GET /instance-ip/58677cc4-efcd-4b69-adea-e46b33da91ab HTTP/1.1" 200 1632 0.004112 10.0.0.240 - - [2026-03-26 02:45:47] "GET /instance-ip/ffa4b136-9843-4884-84e8-51544fae0857 HTTP/1.1" 200 1652 0.003679 10.0.0.240 - - [2026-03-26 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003240 10.0.0.240 - - [2026-03-26 02:45:47] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003716 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003298 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006457 10.0.0.240 - - [2026-03-26 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.240 - - [2026-03-26 02:45:47] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004255 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003331 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.009339 10.0.0.240 - - [2026-03-26 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.240 - - [2026-03-26 02:45:47] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004721 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003588 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.007248 10.0.0.240 - - [2026-03-26 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.240 - - [2026-03-26 02:45:47] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004657 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003005 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005908 10.0.0.240 - - [2026-03-26 02:45:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.240 - - [2026-03-26 02:45:47] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004018 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003836 10.0.0.240 - - [2026-03-26 02:45:47] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005782 10.0.0.240 - - [2026-03-26 02:45:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.240 - - [2026-03-26 02:45:48] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004096 10.0.0.240 - - [2026-03-26 02:45:48] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003101 10.0.0.240 - - [2026-03-26 02:45:48] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006948 10.0.0.240 - - [2026-03-26 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.240 - - [2026-03-26 02:45:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003969 10.0.0.240 - - [2026-03-26 02:45:49] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003025 10.0.0.240 - - [2026-03-26 02:45:49] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005485 10.0.0.240 - - [2026-03-26 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.240 - - [2026-03-26 02:45:49] "GET /routing-instance/450cc0fa-c32e-4b20-9080-b2c68b095bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.004640 10.0.0.240 - - [2026-03-26 02:45:49] "GET /route-target/e8710835-a62a-4fdc-a373-97279fb20ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003889 10.0.0.240 - - [2026-03-26 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.240 - - [2026-03-26 02:45:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003685 10.0.0.240 - - [2026-03-26 02:45:49] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002941 10.0.0.240 - - [2026-03-26 02:45:49] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006495 10.0.0.240 - - [2026-03-26 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.240 - - [2026-03-26 02:45:49] "GET /routing-instance/450cc0fa-c32e-4b20-9080-b2c68b095bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005646 10.0.0.240 - - [2026-03-26 02:45:49] "GET /route-target/e8710835-a62a-4fdc-a373-97279fb20ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004657 10.0.0.240 - - [2026-03-26 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.240 - - [2026-03-26 02:45:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004795 10.0.0.240 - - [2026-03-26 02:45:49] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003716 10.0.0.240 - - [2026-03-26 02:45:49] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006006 10.0.0.240 - - [2026-03-26 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.240 - - [2026-03-26 02:45:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005239 10.0.0.240 - - [2026-03-26 02:45:49] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004788 10.0.0.240 - - [2026-03-26 02:45:49] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005684 10.0.0.240 - - [2026-03-26 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.240 - - [2026-03-26 02:45:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004413 10.0.0.240 - - [2026-03-26 02:45:49] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003048 10.0.0.240 - - [2026-03-26 02:45:49] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006043 10.0.0.240 - - [2026-03-26 02:45:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.240 - - [2026-03-26 02:45:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004257 10.0.0.240 - - [2026-03-26 02:45:49] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003204 10.0.0.240 - - [2026-03-26 02:45:50] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006932 10.0.0.240 - - [2026-03-26 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.240 - - [2026-03-26 02:45:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004520 10.0.0.240 - - [2026-03-26 02:45:50] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003419 10.0.0.240 - - [2026-03-26 02:45:50] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006732 10.0.0.240 - - [2026-03-26 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.240 - - [2026-03-26 02:45:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004594 10.0.0.240 - - [2026-03-26 02:45:50] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003299 10.0.0.240 - - [2026-03-26 02:45:50] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006015 10.0.0.240 - - [2026-03-26 02:45:50] "GET /obj-perms HTTP/1.1" 200 5061 0.003894 10.0.0.65 - - [2026-03-26 02:45:50] "GET /obj-perms HTTP/1.1" 200 5061 0.004926 10.0.0.240 - - [2026-03-26 02:45:50] "GET /obj-perms HTTP/1.1" 200 5061 0.003445 10.0.0.65 - - [2026-03-26 02:45:50] "GET /obj-perms HTTP/1.1" 200 5061 0.003630 10.0.0.240 - - [2026-03-26 02:45:50] "GET /obj-perms HTTP/1.1" 200 5061 0.003598 10.0.0.240 - - [2026-03-26 02:45:50] "POST /neutron/port HTTP/1.1" 200 1238 0.022748 10.0.0.240 - - [2026-03-26 02:45:50] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009058 10.0.0.240 - - [2026-03-26 02:45:50] "GET /virtual-machine/d2caf8e9-c20a-437b-9829-4dad809b019f HTTP/1.1" 200 1299 0.006522 10.0.0.240 - - [2026-03-26 02:45:50] "GET /virtual-machine/d2caf8e9-c20a-437b-9829-4dad809b019f HTTP/1.1" 200 1299 0.004485 10.0.0.240 - - [2026-03-26 02:45:50] "GET /virtual-machine-interface/015ccb00-f162-47a4-b25e-4ff3ad3bc583 HTTP/1.1" 200 3166 0.005120 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-machine/d2caf8e9-c20a-437b-9829-4dad809b019f HTTP/1.1" 200 1299 0.004144 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-machine-interface/015ccb00-f162-47a4-b25e-4ff3ad3bc583 HTTP/1.1" 200 3166 0.007195 10.0.0.240 - - [2026-03-26 02:45:51] "GET /instance-ip/1c52f04a-e720-4f40-b3ef-67e4116528a3 HTTP/1.1" 200 1653 0.008767 10.0.0.240 - - [2026-03-26 02:45:51] "GET /instance-ip/db6ffcae-6172-496d-9fd4-8fd5bbff4fdb HTTP/1.1" 200 1635 0.006312 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-machine/d2caf8e9-c20a-437b-9829-4dad809b019f HTTP/1.1" 200 1299 0.004046 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-machine-interface/015ccb00-f162-47a4-b25e-4ff3ad3bc583 HTTP/1.1" 200 3166 0.004692 10.0.0.240 - - [2026-03-26 02:45:51] "GET /instance-ip/1c52f04a-e720-4f40-b3ef-67e4116528a3 HTTP/1.1" 200 1653 0.004793 10.0.0.240 - - [2026-03-26 02:45:51] "GET /instance-ip/db6ffcae-6172-496d-9fd4-8fd5bbff4fdb HTTP/1.1" 200 1635 0.004097 10.0.0.240 - - [2026-03-26 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.240 - - [2026-03-26 02:45:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004387 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003579 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005159 10.0.0.240 - - [2026-03-26 02:45:51] "POST /neutron/port HTTP/1.1" 200 1235 0.031404 10.0.0.240 - - [2026-03-26 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004165 10.0.0.240 - - [2026-03-26 02:45:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003546 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003088 10.0.0.240 - - [2026-03-26 02:45:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003544 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005022 10.0.0.240 - - [2026-03-26 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002933 10.0.0.240 - - [2026-03-26 02:45:51] "POST /neutron/port HTTP/1.1" 200 117 0.000985 10.0.0.240 - - [2026-03-26 02:45:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004022 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003237 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006248 10.0.0.240 - - [2026-03-26 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.240 - - [2026-03-26 02:45:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004822 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003768 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005830 10.0.0.240 - - [2026-03-26 02:45:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.240 - - [2026-03-26 02:45:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004059 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003429 10.0.0.240 - - [2026-03-26 02:45:51] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006495 10.0.0.240 - - [2026-03-26 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005208 10.0.0.240 - - [2026-03-26 02:45:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004188 10.0.0.240 - - [2026-03-26 02:45:52] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003317 10.0.0.240 - - [2026-03-26 02:45:52] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006308 10.0.0.240 - - [2026-03-26 02:45:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.240 - - [2026-03-26 02:45:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004090 10.0.0.240 - - [2026-03-26 02:45:52] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003162 10.0.0.240 - - [2026-03-26 02:45:53] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.007805 10.0.0.240 - - [2026-03-26 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.240 - - [2026-03-26 02:45:53] "GET /routing-instance/b23d42f7-e290-491e-b28b-bc1acf42dd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.006350 10.0.0.240 - - [2026-03-26 02:45:53] "GET /route-target/27cd7df7-54b6-4d65-855e-7870b4b078b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004046 10.0.0.240 - - [2026-03-26 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.240 - - [2026-03-26 02:45:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003484 10.0.0.240 - - [2026-03-26 02:45:53] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003070 10.0.0.240 - - [2026-03-26 02:45:53] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006994 10.0.0.240 - - [2026-03-26 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003426 10.0.0.240 - - [2026-03-26 02:45:53] "GET /routing-instance/b23d42f7-e290-491e-b28b-bc1acf42dd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004687 10.0.0.240 - - [2026-03-26 02:45:53] "GET /route-target/27cd7df7-54b6-4d65-855e-7870b4b078b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004347 10.0.0.240 - - [2026-03-26 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.240 - - [2026-03-26 02:45:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005577 10.0.0.240 - - [2026-03-26 02:45:53] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003213 10.0.0.240 - - [2026-03-26 02:45:53] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006130 10.0.0.240 - - [2026-03-26 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.240 - - [2026-03-26 02:45:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004727 10.0.0.240 - - [2026-03-26 02:45:53] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003516 10.0.0.240 - - [2026-03-26 02:45:53] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006928 10.0.0.240 - - [2026-03-26 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.240 - - [2026-03-26 02:45:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003952 10.0.0.240 - - [2026-03-26 02:45:53] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004275 10.0.0.240 - - [2026-03-26 02:45:53] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005954 10.0.0.240 - - [2026-03-26 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.002877 10.0.0.240 - - [2026-03-26 02:45:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004117 10.0.0.240 - - [2026-03-26 02:45:53] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003269 10.0.0.240 - - [2026-03-26 02:45:53] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005716 10.0.0.240 - - [2026-03-26 02:45:54] "GET /obj-perms HTTP/1.1" 200 5061 0.004230 10.0.0.65 - - [2026-03-26 02:45:54] "GET /obj-perms HTTP/1.1" 200 5061 0.004223 10.0.0.240 - - [2026-03-26 02:45:54] "GET /obj-perms HTTP/1.1" 200 5061 0.003424 10.0.0.65 - - [2026-03-26 02:45:54] "GET /obj-perms HTTP/1.1" 200 5061 0.003970 10.0.0.22 - - [2026-03-26 02:45:54] "GET /obj-perms HTTP/1.1" 200 5061 0.003771 10.0.0.240 - - [2026-03-26 02:45:54] "GET /virtual-machine/f8fb0531-f55b-4672-94dc-29c8803773e4 HTTP/1.1" 200 1299 0.004391 10.0.0.240 - - [2026-03-26 02:45:54] "GET /virtual-machine-interface/b0fd07ff-afa7-4783-83ff-05fa9f07b241 HTTP/1.1" 200 3168 0.006408 10.0.0.240 - - [2026-03-26 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004347 10.0.0.240 - - [2026-03-26 02:45:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003423 10.0.0.240 - - [2026-03-26 02:45:54] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002859 10.0.0.240 - - [2026-03-26 02:45:54] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.007634 10.0.0.240 - - [2026-03-26 02:45:54] "POST /neutron/port HTTP/1.1" 200 1237 0.017426 10.0.0.240 - - [2026-03-26 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.240 - - [2026-03-26 02:45:55] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003691 10.0.0.240 - - [2026-03-26 02:45:55] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.004647 10.0.0.240 - - [2026-03-26 02:45:55] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006571 10.0.0.240 - - [2026-03-26 02:45:55] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007262 10.0.0.240 - - [2026-03-26 02:46:00] "POST /neutron/port HTTP/1.1" 200 1237 0.020514 10.0.0.240 - - [2026-03-26 02:46:06] "GET /virtual-machine/37024a9d-5c64-42d5-aebb-1317de7725a3 HTTP/1.1" 200 1298 0.005177 10.0.0.240 - - [2026-03-26 02:46:06] "GET /virtual-machine-interface/e773f64e-aca5-484d-9ffa-9d584f372cb6 HTTP/1.1" 200 3169 0.007446 10.0.0.240 - - [2026-03-26 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.240 - - [2026-03-26 02:46:06] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004093 10.0.0.240 - - [2026-03-26 02:46:06] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003834 10.0.0.240 - - [2026-03-26 02:46:06] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005815 10.0.0.240 - - [2026-03-26 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.240 - - [2026-03-26 02:46:07] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004593 10.0.0.240 - - [2026-03-26 02:46:07] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003959 10.0.0.240 - - [2026-03-26 02:46:07] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005955 10.0.0.240 - - [2026-03-26 02:46:07] "GET /virtual-machine/d2caf8e9-c20a-437b-9829-4dad809b019f HTTP/1.1" 200 1299 0.004781 10.0.0.240 - - [2026-03-26 02:46:07] "GET /virtual-machine-interface/015ccb00-f162-47a4-b25e-4ff3ad3bc583 HTTP/1.1" 200 3166 0.007181 10.0.0.240 - - [2026-03-26 02:46:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003386 10.0.0.240 - - [2026-03-26 02:46:07] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004584 10.0.0.240 - - [2026-03-26 02:46:07] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003587 10.0.0.240 - - [2026-03-26 02:46:07] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.006202 10.0.0.240 - - [2026-03-26 02:46:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.240 - - [2026-03-26 02:46:08] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004294 10.0.0.240 - - [2026-03-26 02:46:08] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.003460 10.0.0.240 - - [2026-03-26 02:46:08] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005791 10.0.0.240 - - [2026-03-26 02:46:32] "GET /virtual-machine/d2caf8e9-c20a-437b-9829-4dad809b019f HTTP/1.1" 200 1299 0.004133 10.0.0.240 - - [2026-03-26 02:46:33] "POST /neutron/port HTTP/1.1" 200 1228 0.015673 10.0.0.240 - - [2026-03-26 02:46:34] "GET /virtual-machine/d2caf8e9-c20a-437b-9829-4dad809b019f HTTP/1.1" 404 171 0.003176 10.0.0.240 - - [2026-03-26 02:46:34] "GET /virtual-machine/d2caf8e9-c20a-437b-9829-4dad809b019f HTTP/1.1" 404 171 0.002937 10.0.0.240 - - [2026-03-26 02:46:34] "GET /virtual-machine/d2caf8e9-c20a-437b-9829-4dad809b019f HTTP/1.1" 404 171 0.003041 10.0.0.240 - - [2026-03-26 02:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003384 10.0.0.240 - - [2026-03-26 02:46:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003690 10.0.0.240 - - [2026-03-26 02:46:34] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.002843 10.0.0.240 - - [2026-03-26 02:46:34] "GET /virtual-network/68675bf1-8f74-4b18-afe5-a69fa4bb6713?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2646 0.005570 10.0.0.240 - - [2026-03-26 02:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006728 10.0.0.240 - - [2026-03-26 02:46:35] "GET /routing-instance/b23d42f7-e290-491e-b28b-bc1acf42dd52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.004478 10.0.0.240 - - [2026-03-26 02:46:35] "GET /route-target/27cd7df7-54b6-4d65-855e-7870b4b078b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 900 0.004857 10.0.0.240 - - [2026-03-26 02:46:35] "GET /obj-perms HTTP/1.1" 200 5061 0.004976 10.0.0.65 - - [2026-03-26 02:46:35] "GET /obj-perms HTTP/1.1" 200 5061 0.007755 10.0.0.240 - - [2026-03-26 02:46:35] "GET /virtual-machine/37024a9d-5c64-42d5-aebb-1317de7725a3 HTTP/1.1" 200 1298 0.004110 10.0.0.240 - - [2026-03-26 02:46:35] "POST /neutron/port HTTP/1.1" 200 1225 0.017690 10.0.0.240 - - [2026-03-26 02:46:37] "GET /virtual-machine/37024a9d-5c64-42d5-aebb-1317de7725a3 HTTP/1.1" 404 171 0.003907 10.0.0.240 - - [2026-03-26 02:46:37] "GET /virtual-machine/37024a9d-5c64-42d5-aebb-1317de7725a3 HTTP/1.1" 404 171 0.002611 10.0.0.240 - - [2026-03-26 02:46:37] "GET /virtual-machine/37024a9d-5c64-42d5-aebb-1317de7725a3 HTTP/1.1" 404 171 0.003383 10.0.0.240 - - [2026-03-26 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.240 - - [2026-03-26 02:46:37] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003543 10.0.0.240 - - [2026-03-26 02:46:37] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.005566 10.0.0.240 - - [2026-03-26 02:46:37] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.006418 10.0.0.240 - - [2026-03-26 02:46:37] "GET /obj-perms HTTP/1.1" 200 5075 0.061136 10.0.0.240 - - [2026-03-26 02:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.240 - - [2026-03-26 02:46:37] "GET /routing-instance/450cc0fa-c32e-4b20-9080-b2c68b095bb9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1797 0.005000 10.0.0.240 - - [2026-03-26 02:46:37] "GET /route-target/e8710835-a62a-4fdc-a373-97279fb20ba8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003957 10.0.0.65 - - [2026-03-26 02:46:40] "GET /obj-perms HTTP/1.1" 200 5061 0.003757 10.0.0.240 - - [2026-03-26 02:46:43] "GET /obj-perms HTTP/1.1" 200 5061 0.004352 10.0.0.65 - - [2026-03-26 02:46:50] "GET /obj-perms HTTP/1.1" 200 5061 0.003539 10.0.0.240 - - [2026-03-26 02:46:53] "GET /obj-perms HTTP/1.1" 200 5061 0.004561 10.0.0.65 - - [2026-03-26 02:46:59] "GET /obj-perms HTTP/1.1" 200 5061 0.003600 10.0.0.240 - - [2026-03-26 02:47:02] "GET /obj-perms HTTP/1.1" 200 5061 0.003549 10.0.0.240 - - [2026-03-26 02:47:05] "GET /obj-perms HTTP/1.1" 200 5061 0.003917 10.0.0.65 - - [2026-03-26 02:47:05] "GET /obj-perms HTTP/1.1" 200 5061 0.003912 10.0.0.240 - - [2026-03-26 02:47:05] "GET /virtual-machine/f8fb0531-f55b-4672-94dc-29c8803773e4 HTTP/1.1" 200 1299 0.004025 10.0.0.240 - - [2026-03-26 02:47:06] "POST /neutron/port HTTP/1.1" 200 1227 0.015460 10.0.0.240 - - [2026-03-26 02:47:07] "GET /virtual-machine/f8fb0531-f55b-4672-94dc-29c8803773e4 HTTP/1.1" 404 171 0.003188 10.0.0.240 - - [2026-03-26 02:47:07] "GET /virtual-machine/f8fb0531-f55b-4672-94dc-29c8803773e4 HTTP/1.1" 404 171 0.003015 10.0.0.240 - - [2026-03-26 02:47:07] "GET /virtual-machine/f8fb0531-f55b-4672-94dc-29c8803773e4 HTTP/1.1" 404 171 0.002581 10.0.0.240 - - [2026-03-26 02:47:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.240 - - [2026-03-26 02:47:07] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004414 10.0.0.240 - - [2026-03-26 02:47:07] "GET /virtual-networks?parent_id=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 812 0.006009 10.0.0.240 - - [2026-03-26 02:47:08] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006290 10.0.0.240 - - [2026-03-26 02:47:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004157 10.0.0.240 - - [2026-03-26 02:47:08] "GET /routing-instance/f4e2eea1-aaef-4824-aad4-fe61aef00c59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1798 0.004615 10.0.0.240 - - [2026-03-26 02:47:08] "GET /route-target/bffdb2e0-349d-4460-b92e-1481e392c5be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004297 10.0.0.240 - - [2026-03-26 02:47:14] "GET /obj-perms HTTP/1.1" 200 5061 0.004296 10.0.0.65 - - [2026-03-26 02:47:14] "GET /obj-perms HTTP/1.1" 200 5061 0.004549 10.0.0.240 - - [2026-03-26 02:47:23] "GET /obj-perms HTTP/1.1" 200 5061 0.003824 10.0.0.65 - - [2026-03-26 02:47:23] "GET /obj-perms HTTP/1.1" 200 5061 0.004309 10.0.0.240 - - [2026-03-26 02:47:32] "GET /obj-perms HTTP/1.1" 200 5061 0.004213 10.0.0.65 - - [2026-03-26 02:47:32] "GET /obj-perms HTTP/1.1" 200 5061 0.003691 10.0.0.240 - - [2026-03-26 02:47:35] "GET /obj-perms HTTP/1.1" 200 5061 0.004138 10.0.0.22 - - [2026-03-26 02:47:35] "GET /obj-perms HTTP/1.1" 200 5061 0.010337 10.0.0.240 - - [2026-03-26 02:47:36] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2951 0.005303 10.0.0.240 - - [2026-03-26 02:47:36] "POST /neutron/network HTTP/1.1" 200 1012 0.104570 10.0.0.22 - - [2026-03-26 02:47:36] "DELETE /access-control-list/8ea2cbc6-92b1-4ec1-b691-e0188b9e5808 HTTP/1.1" 200 115 0.065176 10.0.0.240 - - [2026-03-26 02:47:36] "GET /virtual-network/76d42f1d-d439-43be-963c-f5c1e75aa539?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006782 10.0.0.240 - - [2026-03-26 02:47:36] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3247 0.006049 10.0.0.22 - - [2026-03-26 02:47:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.003472 10.0.0.240 - - [2026-03-26 02:47:36] "POST /neutron/network HTTP/1.1" 200 1014 0.104672 10.0.0.240 - - [2026-03-26 02:47:36] "GET /virtual-network/ef7f2c9b-63aa-4f2c-8e4b-9e81d3dae669?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2644 0.006111 10.0.0.240 - - [2026-03-26 02:47:36] "DELETE /network-policy/e1c54690-9736-44b8-8644-359521832cd0 HTTP/1.1" 200 115 0.039545 10.0.0.240 - - [2026-03-26 02:47:36] "DELETE /network-policy/7481c02b-afd0-42f7-b009-572dd3a14d16 HTTP/1.1" 200 115 0.057212 10.0.0.240 - - [2026-03-26 02:47:36] "DELETE /network-policy/3e92f960-3861-4ae3-af2b-585f3c0dc514 HTTP/1.1" 200 115 0.036209 10.0.0.22 - - [2026-03-26 02:47:36] "POST /ref-update HTTP/1.1" 200 156 0.021901 10.0.0.65 - - [2026-03-26 02:47:37] "POST /useragent-kv HTTP/1.1" 200 115 0.005073 10.0.0.65 - - [2026-03-26 02:47:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003498 10.0.0.65 - - [2026-03-26 02:47:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003196 10.0.0.65 - - [2026-03-26 02:47:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003710 10.0.0.240 - - [2026-03-26 02:47:37] "POST /neutron/network HTTP/1.1" 200 151 0.204659 10.0.0.22 - - [2026-03-26 02:47:37] "DELETE /route-target/27cd7df7-54b6-4d65-855e-7870b4b078b6 HTTP/1.1" 200 115 0.054527 10.0.0.240 - - [2026-03-26 02:47:37] "POST /neutron/network HTTP/1.1" 200 1014 0.008672 10.0.0.22 - - [2026-03-26 02:47:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004853 10.0.0.240 - - [2026-03-26 02:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003162 10.0.0.240 - - [2026-03-26 02:47:38] "DELETE /network-ipam/6d839bcd-7269-493e-99c8-9c005fade3df HTTP/1.1" 200 115 0.036253 10.0.0.240 - - [2026-03-26 02:47:38] "POST /fqname-to-id HTTP/1.1" 404 203 0.005435 10.0.0.240 - - [2026-03-26 02:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011014 10.0.0.240 - - [2026-03-26 02:47:38] "DELETE /network-ipam/4e6a198d-fd14-48cd-9471-f858ca930bb0 HTTP/1.1" 200 115 0.034747 10.0.0.240 - - [2026-03-26 02:47:38] "POST /fqname-to-id HTTP/1.1" 404 203 0.010344 10.0.0.240 - - [2026-03-26 02:47:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.240 - - [2026-03-26 02:47:38] "DELETE /network-ipam/9ef90b09-94da-4d93-81be-4ed57de1840a HTTP/1.1" 200 115 0.052161 10.0.0.240 - - [2026-03-26 02:47:38] "POST /fqname-to-id HTTP/1.1" 404 203 0.004772 10.0.0.65 - - [2026-03-26 02:47:38] "GET /obj-perms HTTP/1.1" 200 5075 0.081330 10.0.0.65 - - [2026-03-26 02:47:41] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000924 10.0.0.240 - - [2026-03-26 02:47:41] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.051438 10.0.0.65 - - [2026-03-26 02:47:41] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001186 10.0.0.240 - - [2026-03-26 02:47:41] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?fields=virtual_networks HTTP/1.1" 200 1044 0.039574 10.0.0.65 - - [2026-03-26 02:47:41] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001019 10.0.0.240 - - [2026-03-26 02:47:41] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.043718 10.0.0.65 - - [2026-03-26 02:47:41] "GET /projects?obj_uuids=7e8ea255-2306-41cb-8d50-f60d01050ccc&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000951 10.0.0.240 - - [2026-03-26 02:47:41] "GET /project/7e8ea255-2306-41cb-8d50-f60d01050ccc?fields=security_groups HTTP/1.1" 200 1276 0.043887 10.0.0.240 - - [2026-03-26 02:47:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.032890 10.0.0.65 - - [2026-03-26 02:47:42] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003379 10.0.0.65 - - [2026-03-26 02:47:42] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001001 10.0.0.65 - - [2026-03-26 02:47:42] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007236 10.0.0.65 - - [2026-03-26 02:47:42] "POST /id-to-fqname HTTP/1.1" 200 192 0.005407 10.0.0.65 - - [2026-03-26 02:47:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.011444 10.0.0.65 - - [2026-03-26 02:47:42] "POST /security-groups HTTP/1.1" 200 593 0.073438 10.0.0.65 - - [2026-03-26 02:47:42] "POST /projects HTTP/1.1" 200 589 0.301942 10.0.0.22 - - [2026-03-26 02:47:42] "POST /access-control-lists HTTP/1.1" 200 598 0.026243 10.0.0.65 - - [2026-03-26 02:47:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.374849 10.0.0.240 - - [2026-03-26 02:47:43] "GET /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.511219 10.0.0.240 - - [2026-03-26 02:47:44] "GET / HTTP/1.1" 200 35931 0.001676 10.0.0.240 - - [2026-03-26 02:47:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000430 10.0.0.240 - - [2026-03-26 02:47:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.059234 10.0.0.65 - - [2026-03-26 02:47:46] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001554 10.0.0.240 - - [2026-03-26 02:47:46] "GET /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.061784 10.0.0.65 - - [2026-03-26 02:47:46] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001342 10.0.0.240 - - [2026-03-26 02:47:46] "POST /neutron/network HTTP/1.1" 200 607 0.187540 10.0.0.22 - - [2026-03-26 02:47:46] "POST /route-targets HTTP/1.1" 200 327 0.015353 10.0.0.240 - - [2026-03-26 02:47:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.003398 10.0.0.240 - - [2026-03-26 02:47:47] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005958 10.0.0.240 - - [2026-03-26 02:47:47] "POST /neutron/network HTTP/1.1" 200 822 0.006366 10.0.0.240 - - [2026-03-26 02:47:47] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.005416 10.0.0.240 - - [2026-03-26 02:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.007456 10.0.0.65 - - [2026-03-26 02:47:47] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000887 10.0.0.240 - - [2026-03-26 02:47:47] "GET /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.044997 10.0.0.240 - - [2026-03-26 02:47:47] "POST /neutron/network HTTP/1.1" 200 117 0.015639 10.0.0.22 - - [2026-03-26 02:47:47] "POST /ref-update HTTP/1.1" 200 156 0.033498 10.0.0.240 - - [2026-03-26 02:47:47] "POST /neutron/network HTTP/1.1" 200 827 0.008819 10.0.0.240 - - [2026-03-26 02:47:47] "POST /id-to-fqname HTTP/1.1" 200 222 0.001148 10.0.0.240 - - [2026-03-26 02:47:47] "GET /virtual-network/f78ec699-2ea6-48e8-9792-1cec19d8ba6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005615 10.0.0.240 - - [2026-03-26 02:47:47] "GET /virtual-network/f78ec699-2ea6-48e8-9792-1cec19d8ba6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005426 10.0.0.240 - - [2026-03-26 02:47:47] "POST /neutron/subnet HTTP/1.1" 200 729 0.008924 10.0.0.240 - - [2026-03-26 02:47:47] "POST /fqname-to-id HTTP/1.1" 404 228 0.002919 10.0.0.240 - - [2026-03-26 02:47:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.65 - - [2026-03-26 02:47:48] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000981 10.0.0.240 - - [2026-03-26 02:47:48] "GET /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.051682 10.0.0.240 - - [2026-03-26 02:47:48] "POST /network-policys HTTP/1.1" 200 571 0.034629 10.0.0.240 - - [2026-03-26 02:47:48] "GET /network-policy/6e2483ec-9283-4462-8e5f-004a2f7c4aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.005706 10.0.0.240 - - [2026-03-26 02:47:48] "POST /neutron/network HTTP/1.1" 200 924 0.008449 10.0.0.240 - - [2026-03-26 02:47:48] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.023271 10.0.0.240 - - [2026-03-26 02:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002808 10.0.0.240 - - [2026-03-26 02:47:48] "GET /network-policy/6e2483ec-9283-4462-8e5f-004a2f7c4aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.004100 10.0.0.22 - - [2026-03-26 02:47:48] "POST /fqname-to-id HTTP/1.1" 404 236 0.010056 10.0.0.240 - - [2026-03-26 02:47:48] "POST /neutron/network HTTP/1.1" 200 929 0.010382 10.0.0.240 - - [2026-03-26 02:47:48] "GET /virtual-network/f78ec699-2ea6-48e8-9792-1cec19d8ba6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.010020 10.0.0.240 - - [2026-03-26 02:47:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.007089 10.0.0.240 - - [2026-03-26 02:47:48] "GET /network-policy/6e2483ec-9283-4462-8e5f-004a2f7c4aa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2152 0.007464 10.0.0.22 - - [2026-03-26 02:47:48] "PUT /access-control-list/c3df8346-729d-4e53-8402-b3e676a69a45 HTTP/1.1" 200 272 0.064172 10.0.0.240 - - [2026-03-26 02:47:49] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005402 10.0.0.240 - - [2026-03-26 02:47:50] "GET /virtual-network/f78ec699-2ea6-48e8-9792-1cec19d8ba6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005781 10.0.0.22 - - [2026-03-26 02:47:51] "GET /obj-perms HTTP/1.1" 200 5053 0.065441 10.0.0.240 - - [2026-03-26 02:47:51] "POST /id-to-fqname HTTP/1.1" 200 222 0.001342 10.0.0.65 - - [2026-03-26 02:47:52] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001040 10.0.0.240 - - [2026-03-26 02:47:52] "GET /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.067803 10.0.0.240 - - [2026-03-26 02:47:52] "POST /neutron/port HTTP/1.1" 200 117 0.005549 10.0.0.240 - - [2026-03-26 02:47:52] "POST /id-to-fqname HTTP/1.1" 200 222 0.001297 10.0.0.240 - - [2026-03-26 02:47:52] "POST /neutron/network HTTP/1.1" 200 939 0.010479 10.0.0.240 - - [2026-03-26 02:47:53] "POST /neutron/port HTTP/1.1" 200 1058 0.047926 10.0.0.65 - - [2026-03-26 02:47:53] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000974 10.0.0.240 - - [2026-03-26 02:47:53] "GET /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.068857 10.0.0.240 - - [2026-03-26 02:47:53] "POST /neutron/network HTTP/1.1" 200 929 0.010800 10.0.0.240 - - [2026-03-26 02:47:53] "POST /neutron/subnet HTTP/1.1" 200 679 0.009556 10.0.0.240 - - [2026-03-26 02:47:53] "POST /neutron/network HTTP/1.1" 200 924 0.005650 10.0.0.240 - - [2026-03-26 02:47:54] "POST /neutron/port HTTP/1.1" 200 1122 0.018004 10.0.0.65 - - [2026-03-26 02:47:54] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001342 10.0.0.240 - - [2026-03-26 02:47:54] "POST /neutron/port HTTP/1.1" 200 1063 0.305096 10.0.0.240 - - [2026-03-26 02:47:54] "POST /neutron/port HTTP/1.1" 200 1117 0.108778 10.0.0.240 - - [2026-03-26 02:47:55] "POST /neutron/subnet HTTP/1.1" 200 703 0.010903 10.0.0.240 - - [2026-03-26 02:47:59] "POST /neutron/port HTTP/1.1" 200 1122 0.025905 10.0.0.240 - - [2026-03-26 02:47:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008396 10.0.0.240 - - [2026-03-26 02:47:59] "GET /virtual-machine/9f56357f-f274-4003-b3f6-a26a0924f71f HTTP/1.1" 401 293 0.000392 10.0.0.240 - - [2026-03-26 02:47:59] "GET /virtual-machine/9f56357f-f274-4003-b3f6-a26a0924f71f HTTP/1.1" 200 1295 0.037315 10.0.0.240 - - [2026-03-26 02:47:59] "GET /virtual-machine-interface/c62c63d8-ad46-4a0f-9b67-374ddd6e938e HTTP/1.1" 200 2952 0.006465 10.0.0.240 - - [2026-03-26 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.240 - - [2026-03-26 02:47:59] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003581 10.0.0.240 - - [2026-03-26 02:47:59] "GET /virtual-networks?parent_id=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003464 10.0.0.240 - - [2026-03-26 02:47:59] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.006226 10.0.0.240 - - [2026-03-26 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005594 10.0.0.240 - - [2026-03-26 02:48:02] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005747 10.0.0.240 - - [2026-03-26 02:48:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.240 - - [2026-03-26 02:48:07] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005354 10.0.0.240 - - [2026-03-26 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.240 - - [2026-03-26 02:48:11] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005645 10.0.0.22 - - [2026-03-26 02:48:14] "DELETE /access-control-list/fcfe89cf-dd00-4b67-b9a2-23adccff1125 HTTP/1.1" 200 115 0.065558 10.0.0.240 - - [2026-03-26 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.240 - - [2026-03-26 02:48:15] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005137 10.0.0.65 - - [2026-03-26 02:48:15] "DELETE /project/1b71110b3e85423e8a2fc224bf4b89dc HTTP/1.1" 404 173 0.003845 10.0.0.65 - - [2026-03-26 02:48:15] "DELETE /project/7e8ea255-2306-41cb-8d50-f60d01050ccc HTTP/1.1" 404 177 0.005887 10.0.0.240 - - [2026-03-26 02:48:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.240 - - [2026-03-26 02:48:19] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005907 10.0.0.240 - - [2026-03-26 02:48:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.240 - - [2026-03-26 02:48:23] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005854 10.0.0.240 - - [2026-03-26 02:48:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.240 - - [2026-03-26 02:48:27] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005363 10.0.0.240 - - [2026-03-26 02:48:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.240 - - [2026-03-26 02:48:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004010 10.0.0.240 - - [2026-03-26 02:48:31] "GET /virtual-networks?parent_id=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003878 10.0.0.240 - - [2026-03-26 02:48:31] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005985 10.0.0.240 - - [2026-03-26 02:48:31] "POST /neutron/port HTTP/1.1" 200 1122 0.021313 10.0.0.240 - - [2026-03-26 02:48:37] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007208 10.0.0.240 - - [2026-03-26 02:48:39] "GET /obj-perms HTTP/1.1" 200 5075 0.049303 10.0.0.240 - - [2026-03-26 02:48:41] "POST /neutron/port HTTP/1.1" 200 1127 0.048429 10.0.0.240 - - [2026-03-26 02:48:42] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007907 10.0.0.240 - - [2026-03-26 02:48:44] "POST /neutron/network HTTP/1.1" 200 934 0.006214 10.0.0.240 - - [2026-03-26 02:48:44] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.240 - - [2026-03-26 02:48:47] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007832 10.0.0.240 - - [2026-03-26 02:48:51] "POST /neutron/network HTTP/1.1" 200 939 0.006810 10.0.0.240 - - [2026-03-26 02:48:51] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.240 - - [2026-03-26 02:48:52] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007797 10.0.0.240 - - [2026-03-26 02:48:52] "POST /neutron/port HTTP/1.1" 200 1127 0.017166 10.0.0.240 - - [2026-03-26 02:48:52] "GET /virtual-machine/6dcddc5b-ad7b-46b8-960f-2548fabc4f25 HTTP/1.1" 200 1294 0.006050 10.0.0.240 - - [2026-03-26 02:48:52] "GET /virtual-machine-interface/8ee1a910-06e7-4dc6-a161-88906da5c76d HTTP/1.1" 200 2952 0.005376 10.0.0.240 - - [2026-03-26 02:48:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.240 - - [2026-03-26 02:48:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003375 10.0.0.240 - - [2026-03-26 02:48:52] "GET /virtual-networks?parent_id=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003214 10.0.0.240 - - [2026-03-26 02:48:52] "GET /virtual-network/f78ec699-2ea6-48e8-9792-1cec19d8ba6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006170 10.0.0.240 - - [2026-03-26 02:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.240 - - [2026-03-26 02:48:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003685 10.0.0.240 - - [2026-03-26 02:48:53] "GET /virtual-networks?parent_id=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003215 10.0.0.240 - - [2026-03-26 02:48:54] "GET /virtual-network/f78ec699-2ea6-48e8-9792-1cec19d8ba6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.005425 10.0.0.22 - - [2026-03-26 02:49:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.22 - - [2026-03-26 02:49:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000343 10.0.0.22 - - [2026-03-26 02:49:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.22 - - [2026-03-26 02:49:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000341 10.0.0.65 - - [2026-03-26 02:49:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.65 - - [2026-03-26 02:49:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.65 - - [2026-03-26 02:49:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.65 - - [2026-03-26 02:49:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.240 - - [2026-03-26 02:49:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000476 10.0.0.240 - - [2026-03-26 02:49:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.240 - - [2026-03-26 02:49:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.240 - - [2026-03-26 02:49:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.240 - - [2026-03-26 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.65 - - [2026-03-26 02:49:13] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001172 10.0.0.240 - - [2026-03-26 02:49:13] "GET /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.047386 10.0.0.240 - - [2026-03-26 02:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.240 - - [2026-03-26 02:49:13] "PUT /network-policy/6e2483ec-9283-4462-8e5f-004a2f7c4aa9 HTTP/1.1" 200 262 0.017288 10.0.0.22 - - [2026-03-26 02:49:14] "PUT /access-control-list/c3df8346-729d-4e53-8402-b3e676a69a45 HTTP/1.1" 200 272 0.071834 10.0.0.240 - - [2026-03-26 02:49:17] "GET /virtual-network/f78ec699-2ea6-48e8-9792-1cec19d8ba6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2366 0.006010 10.0.0.240 - - [2026-03-26 02:49:17] "POST /neutron/network HTTP/1.1" 200 827 0.082872 10.0.0.240 - - [2026-03-26 02:49:17] "GET /virtual-network/f78ec699-2ea6-48e8-9792-1cec19d8ba6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.011613 10.0.0.240 - - [2026-03-26 02:49:17] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.012027 10.0.0.240 - - [2026-03-26 02:49:17] "POST /neutron/network HTTP/1.1" 200 822 0.119096 10.0.0.22 - - [2026-03-26 02:49:17] "DELETE /access-control-list/c3df8346-729d-4e53-8402-b3e676a69a45 HTTP/1.1" 200 115 0.055464 10.0.0.240 - - [2026-03-26 02:49:17] "GET /virtual-network/80cae29b-9ed9-4388-84bc-02dc7d903fbb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2031 0.008482 10.0.0.240 - - [2026-03-26 02:49:18] "DELETE /network-policy/6e2483ec-9283-4462-8e5f-004a2f7c4aa9 HTTP/1.1" 200 115 0.036422 10.0.0.240 - - [2026-03-26 02:49:18] "POST /neutron/network HTTP/1.1" 200 827 0.009577 10.0.0.240 - - [2026-03-26 02:49:18] "POST /neutron/port HTTP/1.1" 200 1122 0.024028 10.0.0.240 - - [2026-03-26 02:49:18] "POST /neutron/port HTTP/1.1" 200 151 0.276270 10.0.0.240 - - [2026-03-26 02:49:20] "POST /neutron/network HTTP/1.1" 200 822 0.012286 10.0.0.22 - - [2026-03-26 02:49:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.65 - - [2026-03-26 02:49:22] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001078 10.0.0.240 - - [2026-03-26 02:49:22] "GET /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1370 0.050872 10.0.0.65 - - [2026-03-26 02:49:22] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000911 10.0.0.240 - - [2026-03-26 02:49:22] "GET /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc?fields=virtual_networks HTTP/1.1" 200 1035 0.046987 10.0.0.65 - - [2026-03-26 02:49:22] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000871 10.0.0.240 - - [2026-03-26 02:49:22] "GET /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.050689 10.0.0.65 - - [2026-03-26 02:49:22] "GET /projects?obj_uuids=1b71110b-3e85-423e-8a2f-c224bf4b89dc&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001257 10.0.0.240 - - [2026-03-26 02:49:22] "GET /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc?fields=security_groups HTTP/1.1" 200 1263 0.045597 10.0.0.240 - - [2026-03-26 02:49:23] "POST /fqname-to-id HTTP/1.1" 404 200 0.033920 10.0.0.65 - - [2026-03-26 02:49:23] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003176 10.0.0.65 - - [2026-03-26 02:49:23] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001145 10.0.0.65 - - [2026-03-26 02:49:23] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006922 10.0.0.65 - - [2026-03-26 02:49:23] "POST /id-to-fqname HTTP/1.1" 200 202 0.001039 10.0.0.65 - - [2026-03-26 02:49:23] "POST /fqname-to-id HTTP/1.1" 404 211 0.005664 10.0.0.65 - - [2026-03-26 02:49:23] "POST /security-groups HTTP/1.1" 200 603 0.036776 10.0.0.65 - - [2026-03-26 02:49:23] "POST /projects HTTP/1.1" 200 609 0.239929 10.0.0.22 - - [2026-03-26 02:49:23] "POST /access-control-lists HTTP/1.1" 200 608 0.032194 10.0.0.65 - - [2026-03-26 02:49:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.310242 10.0.0.240 - - [2026-03-26 02:49:23] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.455445 10.0.0.240 - - [2026-03-26 02:49:25] "GET / HTTP/1.1" 200 35931 0.002041 10.0.0.240 - - [2026-03-26 02:49:28] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000586 10.0.0.65 - - [2026-03-26 02:49:28] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000904 10.0.0.240 - - [2026-03-26 02:49:28] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.060075 10.0.0.240 - - [2026-03-26 02:49:29] "GET / HTTP/1.1" 200 35931 0.001895 10.0.0.240 - - [2026-03-26 02:49:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.65 - - [2026-03-26 02:49:29] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.240 - - [2026-03-26 02:49:30] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.006591 10.0.0.240 - - [2026-03-26 02:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.65 - - [2026-03-26 02:49:30] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001088 10.0.0.240 - - [2026-03-26 02:49:30] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.047358 10.0.0.240 - - [2026-03-26 02:49:31] "GET /domains HTTP/1.1" 401 293 0.000395 10.0.0.240 - - [2026-03-26 02:49:31] "GET /domains HTTP/1.1" 200 280 0.034435 10.0.0.65 - - [2026-03-26 02:49:31] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000946 10.0.0.240 - - [2026-03-26 02:49:31] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87 HTTP/1.1" 200 2968 0.009290 10.0.0.65 - - [2026-03-26 02:49:31] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000851 10.0.0.240 - - [2026-03-26 02:49:31] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb HTTP/1.1" 200 1924 0.093752 10.0.0.240 - - [2026-03-26 02:49:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003594 10.0.0.240 - - [2026-03-26 02:49:31] "POST /network-ipams HTTP/1.1" 200 621 0.029895 10.0.0.240 - - [2026-03-26 02:49:31] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003511 10.0.0.240 - - [2026-03-26 02:49:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.006710 10.0.0.240 - - [2026-03-26 02:49:31] "GET /network-ipam/3ecb6d51-30da-4407-b245-b1330f7eecec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006213 10.0.0.240 - - [2026-03-26 02:49:31] "PUT /network-ipam/3ecb6d51-30da-4407-b245-b1330f7eecec HTTP/1.1" 200 258 0.015334 10.0.0.240 - - [2026-03-26 02:49:32] "POST /fqname-to-id HTTP/1.1" 401 293 0.000512 10.0.0.240 - - [2026-03-26 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.029097 10.0.0.65 - - [2026-03-26 02:49:32] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001326 10.0.0.240 - - [2026-03-26 02:49:32] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054456 10.0.0.65 - - [2026-03-26 02:49:32] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.240 - - [2026-03-26 02:49:32] "POST /neutron/network HTTP/1.1" 200 623 0.165301 10.0.0.22 - - [2026-03-26 02:49:32] "POST /route-targets HTTP/1.1" 200 327 0.015097 10.0.0.65 - - [2026-03-26 02:49:33] "POST /useragent-kv HTTP/1.1" 200 115 0.009829 10.0.0.240 - - [2026-03-26 02:49:33] "POST /neutron/subnet HTTP/1.1" 200 823 0.174334 10.0.0.240 - - [2026-03-26 02:49:33] "POST /id-to-fqname HTTP/1.1" 200 235 0.001206 10.0.0.240 - - [2026-03-26 02:49:33] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005486 10.0.0.240 - - [2026-03-26 02:49:33] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.006080 10.0.0.240 - - [2026-03-26 02:49:33] "POST /neutron/network HTTP/1.1" 200 1336 0.011009 10.0.0.240 - - [2026-03-26 02:49:33] "POST /neutron/subnet HTTP/1.1" 200 823 0.008536 10.0.0.240 - - [2026-03-26 02:49:34] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.005871 10.0.0.65 - - [2026-03-26 02:49:35] "GET /obj-perms HTTP/1.1" 200 5038 0.073044 10.0.0.240 - - [2026-03-26 02:49:35] "POST /fqname-to-id HTTP/1.1" 404 229 0.003378 10.0.0.240 - - [2026-03-26 02:49:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.65 - - [2026-03-26 02:49:35] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.240 - - [2026-03-26 02:49:35] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.052063 10.0.0.240 - - [2026-03-26 02:49:36] "POST /network-policys HTTP/1.1" 200 563 0.031840 10.0.0.240 - - [2026-03-26 02:49:36] "GET /network-policy/cf8586be-a5f4-4652-b10f-621d5acc066c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006650 10.0.0.240 - - [2026-03-26 02:49:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.003128 10.0.0.240 - - [2026-03-26 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.65 - - [2026-03-26 02:49:36] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001225 10.0.0.240 - - [2026-03-26 02:49:36] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049548 10.0.0.240 - - [2026-03-26 02:49:36] "POST /network-policys HTTP/1.1" 200 563 0.036379 10.0.0.240 - - [2026-03-26 02:49:36] "GET /network-policy/1f733042-82ad-4b20-b0ec-bdbda4a61008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.007361 10.0.0.240 - - [2026-03-26 02:49:36] "POST /fqname-to-id HTTP/1.1" 404 229 0.003217 10.0.0.240 - - [2026-03-26 02:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.002742 10.0.0.65 - - [2026-03-26 02:49:36] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001416 10.0.0.240 - - [2026-03-26 02:49:36] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.049351 10.0.0.240 - - [2026-03-26 02:49:36] "POST /network-policys HTTP/1.1" 200 563 0.037114 10.0.0.240 - - [2026-03-26 02:49:36] "GET /network-policy/56b956a3-cef5-40a8-8ce2-92d6dd64d28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007942 10.0.0.240 - - [2026-03-26 02:49:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.003565 10.0.0.240 - - [2026-03-26 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.65 - - [2026-03-26 02:49:37] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001302 10.0.0.240 - - [2026-03-26 02:49:37] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055507 10.0.0.240 - - [2026-03-26 02:49:37] "POST /network-policys HTTP/1.1" 200 563 0.038497 10.0.0.240 - - [2026-03-26 02:49:37] "GET /network-policy/d6ae2e28-ad15-42b9-9581-6044d88716ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.009601 10.0.0.240 - - [2026-03-26 02:49:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.003113 10.0.0.240 - - [2026-03-26 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003558 10.0.0.65 - - [2026-03-26 02:49:37] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.240 - - [2026-03-26 02:49:37] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.038390 10.0.0.240 - - [2026-03-26 02:49:37] "POST /network-policys HTTP/1.1" 200 563 0.038297 10.0.0.240 - - [2026-03-26 02:49:37] "GET /network-policy/0f6e50cc-d567-42b5-9646-912573f85057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006526 10.0.0.240 - - [2026-03-26 02:49:37] "POST /fqname-to-id HTTP/1.1" 404 229 0.003522 10.0.0.240 - - [2026-03-26 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006313 10.0.0.65 - - [2026-03-26 02:49:38] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.031532 10.0.0.240 - - [2026-03-26 02:49:38] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.087221 10.0.0.240 - - [2026-03-26 02:49:38] "POST /network-policys HTTP/1.1" 200 563 0.039107 10.0.0.240 - - [2026-03-26 02:49:38] "GET /network-policy/54ab6acd-9e33-403b-815e-e998505a8290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.006238 10.0.0.240 - - [2026-03-26 02:49:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.003659 10.0.0.240 - - [2026-03-26 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008491 10.0.0.65 - - [2026-03-26 02:49:38] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001428 10.0.0.240 - - [2026-03-26 02:49:38] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.057143 10.0.0.240 - - [2026-03-26 02:49:38] "POST /network-policys HTTP/1.1" 200 563 0.033920 10.0.0.240 - - [2026-03-26 02:49:38] "GET /network-policy/137aec2e-6a3d-45dd-ad21-a9eae646309e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.008335 10.0.0.240 - - [2026-03-26 02:49:38] "POST /fqname-to-id HTTP/1.1" 404 229 0.003100 10.0.0.240 - - [2026-03-26 02:49:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003360 10.0.0.65 - - [2026-03-26 02:49:38] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001026 10.0.0.240 - - [2026-03-26 02:49:38] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066475 10.0.0.240 - - [2026-03-26 02:49:39] "POST /network-policys HTTP/1.1" 200 563 0.069927 10.0.0.240 - - [2026-03-26 02:49:39] "GET /network-policy/de18e714-8465-44cd-82f9-7827670a833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.011796 10.0.0.240 - - [2026-03-26 02:49:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.002950 10.0.0.240 - - [2026-03-26 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.65 - - [2026-03-26 02:49:39] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000908 10.0.0.240 - - [2026-03-26 02:49:39] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.080117 10.0.0.240 - - [2026-03-26 02:49:39] "POST /network-policys HTTP/1.1" 200 563 0.028286 10.0.0.240 - - [2026-03-26 02:49:39] "GET /network-policy/e6d48428-932d-4cf5-a14c-46f10a06bf57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006130 10.0.0.240 - - [2026-03-26 02:49:39] "POST /fqname-to-id HTTP/1.1" 404 229 0.003144 10.0.0.240 - - [2026-03-26 02:49:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003057 10.0.0.65 - - [2026-03-26 02:49:39] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.240 - - [2026-03-26 02:49:39] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.061122 10.0.0.240 - - [2026-03-26 02:49:39] "POST /network-policys HTTP/1.1" 200 563 0.040788 10.0.0.240 - - [2026-03-26 02:49:39] "GET /network-policy/ea88d73e-12ad-4008-864d-80d2d72bd4e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006617 10.0.0.240 - - [2026-03-26 02:49:40] "POST /neutron/network HTTP/1.1" 200 2249 0.015970 10.0.0.240 - - [2026-03-26 02:49:40] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005410 10.0.0.240 - - [2026-03-26 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004993 10.0.0.240 - - [2026-03-26 02:49:40] "GET /network-policy/0f6e50cc-d567-42b5-9646-912573f85057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.007021 10.0.0.240 - - [2026-03-26 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002917 10.0.0.22 - - [2026-03-26 02:49:40] "POST /access-control-lists HTTP/1.1" 200 609 0.069148 10.0.0.240 - - [2026-03-26 02:49:40] "GET /network-policy/137aec2e-6a3d-45dd-ad21-a9eae646309e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.037368 10.0.0.240 - - [2026-03-26 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003035 10.0.0.240 - - [2026-03-26 02:49:40] "GET /network-policy/1f733042-82ad-4b20-b0ec-bdbda4a61008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004257 10.0.0.240 - - [2026-03-26 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.240 - - [2026-03-26 02:49:40] "GET /network-policy/54ab6acd-9e33-403b-815e-e998505a8290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004710 10.0.0.240 - - [2026-03-26 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002810 10.0.0.240 - - [2026-03-26 02:49:40] "GET /network-policy/56b956a3-cef5-40a8-8ce2-92d6dd64d28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004423 10.0.0.240 - - [2026-03-26 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.240 - - [2026-03-26 02:49:40] "GET /network-policy/cf8586be-a5f4-4652-b10f-621d5acc066c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004284 10.0.0.240 - - [2026-03-26 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.240 - - [2026-03-26 02:49:40] "GET /network-policy/d6ae2e28-ad15-42b9-9581-6044d88716ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004800 10.0.0.240 - - [2026-03-26 02:49:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.002990 10.0.0.240 - - [2026-03-26 02:49:41] "GET /network-policy/de18e714-8465-44cd-82f9-7827670a833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004271 10.0.0.240 - - [2026-03-26 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.240 - - [2026-03-26 02:49:41] "GET /network-policy/e6d48428-932d-4cf5-a14c-46f10a06bf57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003901 10.0.0.240 - - [2026-03-26 02:49:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.240 - - [2026-03-26 02:49:41] "GET /network-policy/ea88d73e-12ad-4008-864d-80d2d72bd4e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004190 10.0.0.240 - - [2026-03-26 02:49:41] "POST /id-to-fqname HTTP/1.1" 200 235 0.001293 10.0.0.65 - - [2026-03-26 02:49:42] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000937 10.0.0.240 - - [2026-03-26 02:49:42] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.066301 10.0.0.240 - - [2026-03-26 02:49:42] "POST /neutron/port HTTP/1.1" 200 117 0.006492 10.0.0.240 - - [2026-03-26 02:49:42] "POST /neutron/network HTTP/1.1" 200 2259 0.007547 10.0.0.240 - - [2026-03-26 02:49:43] "POST /neutron/port HTTP/1.1" 200 1173 0.030438 10.0.0.240 - - [2026-03-26 02:49:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003511 10.0.0.240 - - [2026-03-26 02:49:43] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.240 - - [2026-03-26 02:49:45] "POST /neutron/port HTTP/1.1" 200 1237 0.021353 10.0.0.240 - - [2026-03-26 02:49:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003934 10.0.0.240 - - [2026-03-26 02:49:45] "POST /neutron/port HTTP/1.1" 200 117 0.001416 10.0.0.240 - - [2026-03-26 02:49:47] "POST /neutron/port HTTP/1.1" 200 1237 0.019169 10.0.0.240 - - [2026-03-26 02:49:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008096 10.0.0.240 - - [2026-03-26 02:49:47] "GET /virtual-machine/4fadd9cb-960a-44d6-904d-c08fa2d51909 HTTP/1.1" 401 293 0.000416 10.0.0.240 - - [2026-03-26 02:49:48] "GET /virtual-machine/4fadd9cb-960a-44d6-904d-c08fa2d51909 HTTP/1.1" 200 1304 0.033993 10.0.0.240 - - [2026-03-26 02:49:48] "GET /virtual-machine-interface/988a6f26-1c3f-4b01-9e2e-7fdb7531b740 HTTP/1.1" 200 3170 0.005366 10.0.0.240 - - [2026-03-26 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004730 10.0.0.240 - - [2026-03-26 02:49:48] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003922 10.0.0.240 - - [2026-03-26 02:49:48] "GET /virtual-networks?parent_id=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003218 10.0.0.240 - - [2026-03-26 02:49:48] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.007138 10.0.0.240 - - [2026-03-26 02:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.240 - - [2026-03-26 02:49:51] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006418 10.0.0.240 - - [2026-03-26 02:49:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.240 - - [2026-03-26 02:49:55] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005795 10.0.0.22 - - [2026-03-26 02:49:58] "DELETE /access-control-list/bf9d93b9-74e4-4fc5-9aa0-424674d8c76b HTTP/1.1" 200 115 0.047048 10.0.0.240 - - [2026-03-26 02:49:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.240 - - [2026-03-26 02:49:59] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006378 10.0.0.240 - - [2026-03-26 02:50:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.240 - - [2026-03-26 02:50:03] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005848 10.0.0.240 - - [2026-03-26 02:50:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005060 10.0.0.240 - - [2026-03-26 02:50:07] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.010451 10.0.0.240 - - [2026-03-26 02:50:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.240 - - [2026-03-26 02:50:12] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006272 10.0.0.65 - - [2026-03-26 02:50:15] "DELETE /project/1b71110b-3e85-423e-8a2f-c224bf4b89dc HTTP/1.1" 404 177 0.030274 10.0.0.65 - - [2026-03-26 02:50:15] "DELETE /project/24df5440e2d54fcf9845a8af2ab852cb HTTP/1.1" 404 173 0.045241 10.0.0.240 - - [2026-03-26 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003545 10.0.0.240 - - [2026-03-26 02:50:16] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005846 10.0.0.240 - - [2026-03-26 02:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003542 10.0.0.240 - - [2026-03-26 02:50:20] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.006422 10.0.0.240 - - [2026-03-26 02:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.240 - - [2026-03-26 02:50:22] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004433 10.0.0.240 - - [2026-03-26 02:50:22] "GET /virtual-networks?parent_id=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003909 10.0.0.240 - - [2026-03-26 02:50:22] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6139 0.005574 10.0.0.240 - - [2026-03-26 02:50:22] "POST /neutron/port HTTP/1.1" 200 1237 0.022484 10.0.0.240 - - [2026-03-26 02:50:27] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007742 10.0.0.240 - - [2026-03-26 02:50:32] "POST /neutron/port HTTP/1.1" 200 1237 0.017498 10.0.0.240 - - [2026-03-26 02:50:38] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008483 10.0.0.22 - - [2026-03-26 02:50:41] "GET /obj-perms HTTP/1.1" 200 5075 0.053944 10.0.0.240 - - [2026-03-26 02:50:43] "POST /neutron/port HTTP/1.1" 200 1237 0.019686 10.0.0.240 - - [2026-03-26 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.240 - - [2026-03-26 02:50:43] "GET /network-policy/cf8586be-a5f4-4652-b10f-621d5acc066c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.003753 10.0.0.240 - - [2026-03-26 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.240 - - [2026-03-26 02:50:43] "GET /network-policy/1f733042-82ad-4b20-b0ec-bdbda4a61008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004963 10.0.0.240 - - [2026-03-26 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003005 10.0.0.240 - - [2026-03-26 02:50:43] "GET /network-policy/56b956a3-cef5-40a8-8ce2-92d6dd64d28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005044 10.0.0.240 - - [2026-03-26 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.240 - - [2026-03-26 02:50:43] "GET /network-policy/d6ae2e28-ad15-42b9-9581-6044d88716ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005047 10.0.0.240 - - [2026-03-26 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.240 - - [2026-03-26 02:50:43] "GET /network-policy/0f6e50cc-d567-42b5-9646-912573f85057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004319 10.0.0.240 - - [2026-03-26 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.007576 10.0.0.240 - - [2026-03-26 02:50:43] "GET /network-policy/54ab6acd-9e33-403b-815e-e998505a8290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.005212 10.0.0.240 - - [2026-03-26 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.240 - - [2026-03-26 02:50:43] "GET /network-policy/137aec2e-6a3d-45dd-ad21-a9eae646309e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004469 10.0.0.240 - - [2026-03-26 02:50:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003115 10.0.0.240 - - [2026-03-26 02:50:44] "GET /network-policy/de18e714-8465-44cd-82f9-7827670a833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.005000 10.0.0.240 - - [2026-03-26 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.240 - - [2026-03-26 02:50:44] "GET /network-policy/e6d48428-932d-4cf5-a14c-46f10a06bf57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005708 10.0.0.240 - - [2026-03-26 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.240 - - [2026-03-26 02:50:44] "GET /network-policy/ea88d73e-12ad-4008-864d-80d2d72bd4e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004731 10.0.0.240 - - [2026-03-26 02:50:44] "POST /neutron/network HTTP/1.1" 200 1439 0.137787 10.0.0.22 - - [2026-03-26 02:50:44] "POST /fqname-to-id HTTP/1.1" 404 207 0.059503 10.0.0.240 - - [2026-03-26 02:50:44] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006675 10.0.0.240 - - [2026-03-26 02:50:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006163 10.0.0.240 - - [2026-03-26 02:50:44] "GET /network-policy/cf8586be-a5f4-4652-b10f-621d5acc066c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004162 10.0.0.240 - - [2026-03-26 02:50:45] "POST /neutron/port HTTP/1.1" 200 1237 0.020378 10.0.0.240 - - [2026-03-26 02:50:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003860 10.0.0.240 - - [2026-03-26 02:50:45] "POST /neutron/port HTTP/1.1" 200 117 0.001475 10.0.0.240 - - [2026-03-26 02:50:49] "POST /neutron/network HTTP/1.1" 200 1439 0.109712 10.0.0.240 - - [2026-03-26 02:50:49] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006190 10.0.0.240 - - [2026-03-26 02:50:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002822 10.0.0.240 - - [2026-03-26 02:50:49] "GET /network-policy/1f733042-82ad-4b20-b0ec-bdbda4a61008?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8880 0.004185 10.0.0.22 - - [2026-03-26 02:50:54] "PUT /access-control-list/95e01ecb-372a-42f3-ae3a-c2efcbda9578 HTTP/1.1" 200 272 0.017745 10.0.0.240 - - [2026-03-26 02:50:54] "POST /neutron/network HTTP/1.1" 200 1439 0.112858 10.0.0.240 - - [2026-03-26 02:50:55] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007246 10.0.0.240 - - [2026-03-26 02:50:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005672 10.0.0.240 - - [2026-03-26 02:50:55] "GET /network-policy/56b956a3-cef5-40a8-8ce2-92d6dd64d28d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.006137 10.0.0.22 - - [2026-03-26 02:51:00] "POST /fqname-to-id HTTP/1.1" 404 207 0.004176 10.0.0.240 - - [2026-03-26 02:51:00] "POST /neutron/network HTTP/1.1" 200 1439 0.090471 10.0.0.240 - - [2026-03-26 02:51:00] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006464 10.0.0.240 - - [2026-03-26 02:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.240 - - [2026-03-26 02:51:00] "GET /network-policy/d6ae2e28-ad15-42b9-9581-6044d88716ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004293 10.0.0.240 - - [2026-03-26 02:51:05] "POST /neutron/network HTTP/1.1" 200 1439 0.093523 10.0.0.240 - - [2026-03-26 02:51:05] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.010583 10.0.0.240 - - [2026-03-26 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.240 - - [2026-03-26 02:51:05] "GET /network-policy/0f6e50cc-d567-42b5-9646-912573f85057?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004423 10.0.0.240 - - [2026-03-26 02:51:10] "POST /neutron/network HTTP/1.1" 200 1439 0.104557 10.0.0.22 - - [2026-03-26 02:51:10] "PUT /access-control-list/95e01ecb-372a-42f3-ae3a-c2efcbda9578 HTTP/1.1" 200 272 0.060000 10.0.0.240 - - [2026-03-26 02:51:10] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.007214 10.0.0.240 - - [2026-03-26 02:51:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.240 - - [2026-03-26 02:51:10] "GET /network-policy/54ab6acd-9e33-403b-815e-e998505a8290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5023 0.004964 10.0.0.22 - - [2026-03-26 02:51:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.004376 10.0.0.240 - - [2026-03-26 02:51:16] "POST /neutron/network HTTP/1.1" 200 1439 0.098797 10.0.0.240 - - [2026-03-26 02:51:16] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.008054 10.0.0.240 - - [2026-03-26 02:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.240 - - [2026-03-26 02:51:16] "GET /network-policy/137aec2e-6a3d-45dd-ad21-a9eae646309e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004298 10.0.0.240 - - [2026-03-26 02:51:21] "POST /neutron/network HTTP/1.1" 200 1439 0.103580 10.0.0.240 - - [2026-03-26 02:51:21] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006799 10.0.0.240 - - [2026-03-26 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002999 10.0.0.240 - - [2026-03-26 02:51:21] "GET /network-policy/de18e714-8465-44cd-82f9-7827670a833a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.014317 10.0.0.240 - - [2026-03-26 02:51:26] "POST /neutron/network HTTP/1.1" 200 1439 0.082824 10.0.0.22 - - [2026-03-26 02:51:26] "PUT /access-control-list/95e01ecb-372a-42f3-ae3a-c2efcbda9578 HTTP/1.1" 200 272 0.062553 10.0.0.240 - - [2026-03-26 02:51:26] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.010516 10.0.0.240 - - [2026-03-26 02:51:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003125 10.0.0.240 - - [2026-03-26 02:51:26] "GET /network-policy/e6d48428-932d-4cf5-a14c-46f10a06bf57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004299 10.0.0.22 - - [2026-03-26 02:51:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.006598 10.0.0.240 - - [2026-03-26 02:51:31] "POST /neutron/network HTTP/1.1" 200 1439 0.108611 10.0.0.240 - - [2026-03-26 02:51:31] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.006054 10.0.0.240 - - [2026-03-26 02:51:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002763 10.0.0.240 - - [2026-03-26 02:51:31] "GET /network-policy/ea88d73e-12ad-4008-864d-80d2d72bd4e6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5024 0.004926 10.0.0.240 - - [2026-03-26 02:51:37] "GET /virtual-machine/4fadd9cb-960a-44d6-904d-c08fa2d51909 HTTP/1.1" 200 1304 0.004848 10.0.0.240 - - [2026-03-26 02:51:37] "POST /neutron/port HTTP/1.1" 200 1227 0.015700 10.0.0.240 - - [2026-03-26 02:51:39] "GET /virtual-machine/4fadd9cb-960a-44d6-904d-c08fa2d51909 HTTP/1.1" 404 171 0.003011 10.0.0.240 - - [2026-03-26 02:51:39] "GET /virtual-machine/4fadd9cb-960a-44d6-904d-c08fa2d51909 HTTP/1.1" 404 171 0.002837 10.0.0.240 - - [2026-03-26 02:51:39] "GET /virtual-machine/4fadd9cb-960a-44d6-904d-c08fa2d51909 HTTP/1.1" 404 171 0.003005 10.0.0.240 - - [2026-03-26 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.240 - - [2026-03-26 02:51:39] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004034 10.0.0.240 - - [2026-03-26 02:51:39] "GET /virtual-networks?parent_id=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003464 10.0.0.240 - - [2026-03-26 02:51:39] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005791 10.0.0.240 - - [2026-03-26 02:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.002823 10.0.0.240 - - [2026-03-26 02:51:39] "GET /routing-instance/28156e69-d7dd-4d7b-accb-15125115539e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.007647 10.0.0.240 - - [2026-03-26 02:51:39] "GET /route-target/8cf8eb08-3f3f-4520-b52c-e9d4f1eb1cee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005851 10.0.0.240 - - [2026-03-26 02:51:39] "GET /obj-perms HTTP/1.1" 200 5038 0.073522 10.0.0.65 - - [2026-03-26 02:51:39] "GET /obj-perms HTTP/1.1" 200 5038 0.003783 10.0.0.240 - - [2026-03-26 02:51:45] "GET /obj-perms HTTP/1.1" 200 5038 0.005690 10.0.0.65 - - [2026-03-26 02:51:49] "GET /obj-perms HTTP/1.1" 200 5038 0.003725 10.0.0.240 - - [2026-03-26 02:51:55] "GET /obj-perms HTTP/1.1" 200 5038 0.003632 10.0.0.65 - - [2026-03-26 02:51:58] "GET /obj-perms HTTP/1.1" 200 5038 0.003770 10.0.0.240 - - [2026-03-26 02:52:04] "GET /obj-perms HTTP/1.1" 200 5038 0.004291 10.0.0.65 - - [2026-03-26 02:52:04] "GET /obj-perms HTTP/1.1" 200 5038 0.004247 10.0.0.240 - - [2026-03-26 02:52:04] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3493 0.005689 10.0.0.240 - - [2026-03-26 02:52:04] "POST /neutron/network HTTP/1.1" 200 1336 0.081188 10.0.0.240 - - [2026-03-26 02:52:04] "GET /virtual-network/f034b573-119c-4788-9990-9c4f7f7cac37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3174 0.008320 10.0.0.240 - - [2026-03-26 02:52:04] "DELETE /network-policy/ea88d73e-12ad-4008-864d-80d2d72bd4e6 HTTP/1.1" 200 115 0.037649 10.0.0.240 - - [2026-03-26 02:52:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.65 - - [2026-03-26 02:52:04] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000975 10.0.0.240 - - [2026-03-26 02:52:04] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.044825 10.0.0.240 - - [2026-03-26 02:52:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05348330&detail=False&count=False&shared=False HTTP/1.1" 200 2255 0.007723 10.0.0.240 - - [2026-03-26 02:52:05] "DELETE /network-policy/e6d48428-932d-4cf5-a14c-46f10a06bf57 HTTP/1.1" 200 115 0.039487 10.0.0.240 - - [2026-03-26 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004752 10.0.0.65 - - [2026-03-26 02:52:05] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001035 10.0.0.240 - - [2026-03-26 02:52:05] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.054412 10.0.0.240 - - [2026-03-26 02:52:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05348330&detail=False&count=False&shared=False HTTP/1.1" 200 2019 0.005767 10.0.0.240 - - [2026-03-26 02:52:05] "DELETE /network-policy/de18e714-8465-44cd-82f9-7827670a833a HTTP/1.1" 200 115 0.043180 10.0.0.240 - - [2026-03-26 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.65 - - [2026-03-26 02:52:05] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001017 10.0.0.240 - - [2026-03-26 02:52:05] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.055058 10.0.0.240 - - [2026-03-26 02:52:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05348330&detail=False&count=False&shared=False HTTP/1.1" 200 1783 0.005449 10.0.0.240 - - [2026-03-26 02:52:05] "DELETE /network-policy/137aec2e-6a3d-45dd-ad21-a9eae646309e HTTP/1.1" 200 115 0.039054 10.0.0.240 - - [2026-03-26 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007122 10.0.0.65 - - [2026-03-26 02:52:05] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000911 10.0.0.240 - - [2026-03-26 02:52:05] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048254 10.0.0.240 - - [2026-03-26 02:52:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05348330&detail=False&count=False&shared=False HTTP/1.1" 200 1547 0.005466 10.0.0.240 - - [2026-03-26 02:52:05] "DELETE /network-policy/54ab6acd-9e33-403b-815e-e998505a8290 HTTP/1.1" 200 115 0.038618 10.0.0.240 - - [2026-03-26 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.65 - - [2026-03-26 02:52:05] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.240 - - [2026-03-26 02:52:05] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048639 10.0.0.240 - - [2026-03-26 02:52:05] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05348330&detail=False&count=False&shared=False HTTP/1.1" 200 1311 0.005332 10.0.0.240 - - [2026-03-26 02:52:05] "DELETE /network-policy/0f6e50cc-d567-42b5-9646-912573f85057 HTTP/1.1" 200 115 0.042932 10.0.0.240 - - [2026-03-26 02:52:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003904 10.0.0.65 - - [2026-03-26 02:52:05] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000927 10.0.0.240 - - [2026-03-26 02:52:06] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.053512 10.0.0.240 - - [2026-03-26 02:52:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05348330&detail=False&count=False&shared=False HTTP/1.1" 200 1074 0.005959 10.0.0.240 - - [2026-03-26 02:52:06] "DELETE /network-policy/d6ae2e28-ad15-42b9-9581-6044d88716ad HTTP/1.1" 200 115 0.043821 10.0.0.240 - - [2026-03-26 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004246 10.0.0.65 - - [2026-03-26 02:52:06] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001162 10.0.0.240 - - [2026-03-26 02:52:06] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.050409 10.0.0.240 - - [2026-03-26 02:52:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05348330&detail=False&count=False&shared=False HTTP/1.1" 200 838 0.006084 10.0.0.240 - - [2026-03-26 02:52:06] "DELETE /network-policy/56b956a3-cef5-40a8-8ce2-92d6dd64d28d HTTP/1.1" 200 115 0.039028 10.0.0.240 - - [2026-03-26 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.65 - - [2026-03-26 02:52:06] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001028 10.0.0.240 - - [2026-03-26 02:52:06] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.039885 10.0.0.240 - - [2026-03-26 02:52:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05348330&detail=False&count=False&shared=False HTTP/1.1" 200 602 0.005046 10.0.0.240 - - [2026-03-26 02:52:06] "DELETE /network-policy/1f733042-82ad-4b20-b0ec-bdbda4a61008 HTTP/1.1" 200 115 0.048600 10.0.0.240 - - [2026-03-26 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003127 10.0.0.65 - - [2026-03-26 02:52:06] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000929 10.0.0.240 - - [2026-03-26 02:52:06] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.048074 10.0.0.240 - - [2026-03-26 02:52:06] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05348330&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.006500 10.0.0.240 - - [2026-03-26 02:52:06] "DELETE /network-policy/cf8586be-a5f4-4652-b10f-621d5acc066c HTTP/1.1" 200 115 0.037029 10.0.0.240 - - [2026-03-26 02:52:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005926 10.0.0.65 - - [2026-03-26 02:52:06] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000981 10.0.0.240 - - [2026-03-26 02:52:06] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.041547 10.0.0.240 - - [2026-03-26 02:52:07] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-05348330&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005698 10.0.0.65 - - [2026-03-26 02:52:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003575 10.0.0.22 - - [2026-03-26 02:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.65 - - [2026-03-26 02:52:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003146 10.0.0.65 - - [2026-03-26 02:52:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002350 10.0.0.65 - - [2026-03-26 02:52:07] "POST /useragent-kv HTTP/1.1" 200 115 0.002288 10.0.0.65 - - [2026-03-26 02:52:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003604 10.0.0.65 - - [2026-03-26 02:52:07] "POST /useragent-kv HTTP/1.1" 200 115 0.011666 10.0.0.240 - - [2026-03-26 02:52:07] "POST /neutron/network HTTP/1.1" 200 151 0.166199 10.0.0.240 - - [2026-03-26 02:52:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.240 - - [2026-03-26 02:52:07] "DELETE /network-ipam/3ecb6d51-30da-4407-b245-b1330f7eecec HTTP/1.1" 200 115 0.041223 10.0.0.240 - - [2026-03-26 02:52:07] "POST /fqname-to-id HTTP/1.1" 404 260 0.003800 10.0.0.65 - - [2026-03-26 02:52:07] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.65 - - [2026-03-26 02:52:07] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1516 0.065515 10.0.0.65 - - [2026-03-26 02:52:07] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000892 10.0.0.65 - - [2026-03-26 02:52:07] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?fields=security_groups HTTP/1.1" 200 1399 0.052484 10.0.0.65 - - [2026-03-26 02:52:07] "DELETE /security-group/4e7017c0-17a9-4143-bbc7-3927a783821a HTTP/1.1" 200 115 0.054548 10.0.0.65 - - [2026-03-26 02:52:07] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000888 10.0.0.65 - - [2026-03-26 02:52:07] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?fields=application_policy_sets HTTP/1.1" 200 1438 0.070212 10.0.0.22 - - [2026-03-26 02:52:07] "DELETE /access-control-list/936c8711-052e-45f9-bc63-59a25239f90f HTTP/1.1" 200 115 0.063583 10.0.0.240 - - [2026-03-26 02:52:08] "DELETE /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb HTTP/1.1" 200 115 0.447812 10.0.0.65 - - [2026-03-26 02:52:08] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001241 10.0.0.240 - - [2026-03-26 02:52:08] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?fields=projects HTTP/1.1" 200 1439 0.010200 10.0.0.65 - - [2026-03-26 02:52:10] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003473 10.0.0.65 - - [2026-03-26 02:52:10] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000866 10.0.0.65 - - [2026-03-26 02:52:10] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.049487 10.0.0.65 - - [2026-03-26 02:52:10] "POST /id-to-fqname HTTP/1.1" 200 202 0.002693 10.0.0.65 - - [2026-03-26 02:52:10] "POST /fqname-to-id HTTP/1.1" 404 211 0.003000 10.0.0.65 - - [2026-03-26 02:52:10] "POST /security-groups HTTP/1.1" 200 603 0.030169 10.0.0.65 - - [2026-03-26 02:52:11] "POST /projects HTTP/1.1" 200 609 0.234980 10.0.0.65 - - [2026-03-26 02:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.272759 10.0.0.22 - - [2026-03-26 02:52:11] "POST /fqname-to-id HTTP/1.1" 404 245 0.003240 10.0.0.240 - - [2026-03-26 02:52:11] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1411 0.449208 10.0.0.65 - - [2026-03-26 02:52:11] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001848 10.0.0.240 - - [2026-03-26 02:52:11] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?fields=virtual_networks HTTP/1.1" 200 1056 0.079892 10.0.0.65 - - [2026-03-26 02:52:11] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000951 10.0.0.240 - - [2026-03-26 02:52:11] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.039053 10.0.0.65 - - [2026-03-26 02:52:11] "GET /projects?obj_uuids=24df5440-e2d5-4fcf-9845-a8af2ab852cb&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001852 10.0.0.240 - - [2026-03-26 02:52:11] "GET /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb?fields=security_groups HTTP/1.1" 200 1294 0.052999 10.0.0.240 - - [2026-03-26 02:52:12] "POST /fqname-to-id HTTP/1.1" 404 194 0.029296 10.0.0.65 - - [2026-03-26 02:52:12] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002919 10.0.0.65 - - [2026-03-26 02:52:12] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002653 10.0.0.65 - - [2026-03-26 02:52:12] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.012748 10.0.0.65 - - [2026-03-26 02:52:12] "POST /id-to-fqname HTTP/1.1" 200 196 0.003236 10.0.0.65 - - [2026-03-26 02:52:12] "POST /fqname-to-id HTTP/1.1" 404 205 0.006574 10.0.0.65 - - [2026-03-26 02:52:12] "POST /security-groups HTTP/1.1" 200 597 0.034348 10.0.0.65 - - [2026-03-26 02:52:12] "POST /projects HTTP/1.1" 200 597 0.270460 10.0.0.22 - - [2026-03-26 02:52:12] "POST /access-control-lists HTTP/1.1" 200 602 0.027200 10.0.0.65 - - [2026-03-26 02:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.342386 10.0.0.240 - - [2026-03-26 02:52:12] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.479066 10.0.0.240 - - [2026-03-26 02:52:14] "GET / HTTP/1.1" 200 35931 0.001312 10.0.0.22 - - [2026-03-26 02:52:14] "DELETE /access-control-list/30821bac-ee15-43ec-9469-487c8a9df102 HTTP/1.1" 200 115 0.049909 10.0.0.65 - - [2026-03-26 02:52:16] "DELETE /project/24df5440e2d54fcf9845a8af2ab852cb HTTP/1.1" 404 173 0.002958 10.0.0.65 - - [2026-03-26 02:52:16] "DELETE /project/24df5440-e2d5-4fcf-9845-a8af2ab852cb HTTP/1.1" 404 177 0.008171 10.0.0.65 - - [2026-03-26 02:52:16] "DELETE /project/c64ce6d5ae9c4e109f627de9578af18a HTTP/1.1" 404 173 0.007339 10.0.0.240 - - [2026-03-26 02:52:16] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000410 10.0.0.65 - - [2026-03-26 02:52:16] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000909 10.0.0.240 - - [2026-03-26 02:52:16] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.086205 10.0.0.240 - - [2026-03-26 02:52:17] "GET / HTTP/1.1" 200 35931 0.001811 10.0.0.240 - - [2026-03-26 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.65 - - [2026-03-26 02:52:17] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.240 - - [2026-03-26 02:52:17] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007125 10.0.0.240 - - [2026-03-26 02:52:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.65 - - [2026-03-26 02:52:17] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000911 10.0.0.240 - - [2026-03-26 02:52:17] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049929 10.0.0.240 - - [2026-03-26 02:52:18] "GET /domains HTTP/1.1" 401 293 0.000484 10.0.0.240 - - [2026-03-26 02:52:19] "GET /domains HTTP/1.1" 200 280 0.029354 10.0.0.65 - - [2026-03-26 02:52:19] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.240 - - [2026-03-26 02:52:19] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87 HTTP/1.1" 200 2774 0.010775 10.0.0.65 - - [2026-03-26 02:52:19] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000996 10.0.0.240 - - [2026-03-26 02:52:19] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a HTTP/1.1" 200 1889 0.094389 10.0.0.240 - - [2026-03-26 02:52:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003073 10.0.0.240 - - [2026-03-26 02:52:19] "POST /network-ipams HTTP/1.1" 200 603 0.033114 10.0.0.240 - - [2026-03-26 02:52:19] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 798 0.004070 10.0.0.240 - - [2026-03-26 02:52:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003465 10.0.0.240 - - [2026-03-26 02:52:19] "GET /network-ipam/7013314e-1231-4345-941f-fa58571b324a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.006434 10.0.0.240 - - [2026-03-26 02:52:19] "PUT /network-ipam/7013314e-1231-4345-941f-fa58571b324a HTTP/1.1" 200 258 0.014593 10.0.0.240 - - [2026-03-26 02:52:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.240 - - [2026-03-26 02:52:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.028591 10.0.0.65 - - [2026-03-26 02:52:20] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000935 10.0.0.240 - - [2026-03-26 02:52:20] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052242 10.0.0.22 - - [2026-03-26 02:52:20] "POST /ref-update HTTP/1.1" 200 156 0.025007 10.0.0.65 - - [2026-03-26 02:52:20] "POST /useragent-kv HTTP/1.1" 200 115 0.006739 10.0.0.240 - - [2026-03-26 02:52:20] "POST /neutron/subnet HTTP/1.1" 200 701 0.250005 10.0.0.240 - - [2026-03-26 02:52:21] "POST /id-to-fqname HTTP/1.1" 200 229 0.001244 10.0.0.240 - - [2026-03-26 02:52:21] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008776 10.0.0.240 - - [2026-03-26 02:52:21] "POST /neutron/network HTTP/1.1" 200 1074 0.009407 10.0.0.240 - - [2026-03-26 02:52:21] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005270 10.0.0.240 - - [2026-03-26 02:52:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.012024 10.0.0.240 - - [2026-03-26 02:52:21] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005520 10.0.0.240 - - [2026-03-26 02:52:22] "GET /obj-perms HTTP/1.1" 200 5032 0.052864 10.0.0.22 - - [2026-03-26 02:52:22] "GET /obj-perms HTTP/1.1" 200 5032 0.073373 10.0.0.240 - - [2026-03-26 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004108 10.0.0.65 - - [2026-03-26 02:52:23] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001317 10.0.0.240 - - [2026-03-26 02:52:23] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043081 10.0.0.65 - - [2026-03-26 02:52:23] "POST /useragent-kv HTTP/1.1" 200 115 0.006126 10.0.0.240 - - [2026-03-26 02:52:23] "POST /neutron/subnet HTTP/1.1" 200 701 0.203929 10.0.0.240 - - [2026-03-26 02:52:24] "POST /id-to-fqname HTTP/1.1" 200 229 0.001240 10.0.0.240 - - [2026-03-26 02:52:24] "GET /virtual-network/c4ac91c8-8062-48fd-b728-e48ffbe5d720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.007476 10.0.0.240 - - [2026-03-26 02:52:24] "POST /neutron/network HTTP/1.1" 200 1074 0.008544 10.0.0.240 - - [2026-03-26 02:52:24] "GET /virtual-network/c4ac91c8-8062-48fd-b728-e48ffbe5d720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005143 10.0.0.240 - - [2026-03-26 02:52:24] "POST /neutron/subnet HTTP/1.1" 200 701 0.009880 10.0.0.240 - - [2026-03-26 02:52:24] "GET /virtual-network/c4ac91c8-8062-48fd-b728-e48ffbe5d720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.005952 10.0.0.240 - - [2026-03-26 02:52:24] "POST /fqname-to-id HTTP/1.1" 404 205 0.003624 10.0.0.240 - - [2026-03-26 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003214 10.0.0.65 - - [2026-03-26 02:52:24] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001124 10.0.0.240 - - [2026-03-26 02:52:24] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051018 10.0.0.240 - - [2026-03-26 02:52:24] "POST /network-policys HTTP/1.1" 200 527 0.075693 10.0.0.240 - - [2026-03-26 02:52:25] "GET /network-policy/7bb0ff38-b2b3-4473-9203-fb60a4f09126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005866 10.0.0.240 - - [2026-03-26 02:52:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.003122 10.0.0.240 - - [2026-03-26 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.65 - - [2026-03-26 02:52:25] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000971 10.0.0.240 - - [2026-03-26 02:52:25] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052494 10.0.0.240 - - [2026-03-26 02:52:25] "POST /network-policys HTTP/1.1" 200 527 0.074419 10.0.0.240 - - [2026-03-26 02:52:25] "GET /network-policy/c2bc0db0-b3d8-425b-a173-29a1d89489a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008952 10.0.0.240 - - [2026-03-26 02:52:25] "POST /fqname-to-id HTTP/1.1" 404 205 0.004162 10.0.0.240 - - [2026-03-26 02:52:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.65 - - [2026-03-26 02:52:25] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001074 10.0.0.240 - - [2026-03-26 02:52:25] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.050997 10.0.0.240 - - [2026-03-26 02:52:25] "POST /network-policys HTTP/1.1" 200 527 0.030008 10.0.0.240 - - [2026-03-26 02:52:25] "GET /network-policy/295045b2-8d52-4801-934e-6e5af0f0b1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.007298 10.0.0.240 - - [2026-03-26 02:52:26] "POST /fqname-to-id HTTP/1.1" 404 205 0.004568 10.0.0.240 - - [2026-03-26 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.65 - - [2026-03-26 02:52:26] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000955 10.0.0.240 - - [2026-03-26 02:52:26] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.040512 10.0.0.240 - - [2026-03-26 02:52:26] "POST /network-policys HTTP/1.1" 200 527 0.077635 10.0.0.240 - - [2026-03-26 02:52:26] "GET /network-policy/ab2e4496-0ee3-4aa5-9c35-47ecb36ec0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.005548 10.0.0.240 - - [2026-03-26 02:52:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003353 10.0.0.240 - - [2026-03-26 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.65 - - [2026-03-26 02:52:26] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000933 10.0.0.240 - - [2026-03-26 02:52:26] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049270 10.0.0.240 - - [2026-03-26 02:52:26] "POST /network-policys HTTP/1.1" 200 531 0.032730 10.0.0.240 - - [2026-03-26 02:52:26] "GET /network-policy/b1bed78d-cd71-4fdb-82ef-3d927e784fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.005846 10.0.0.240 - - [2026-03-26 02:52:26] "POST /fqname-to-id HTTP/1.1" 404 206 0.002993 10.0.0.240 - - [2026-03-26 02:52:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003334 10.0.0.65 - - [2026-03-26 02:52:26] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001076 10.0.0.240 - - [2026-03-26 02:52:26] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.043931 10.0.0.240 - - [2026-03-26 02:52:27] "POST /network-policys HTTP/1.1" 200 529 0.029530 10.0.0.240 - - [2026-03-26 02:52:27] "GET /network-policy/b5fb52ad-5f40-4b3d-adea-82b0013093e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006590 10.0.0.240 - - [2026-03-26 02:52:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003216 10.0.0.240 - - [2026-03-26 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.65 - - [2026-03-26 02:52:27] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000975 10.0.0.240 - - [2026-03-26 02:52:27] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049229 10.0.0.240 - - [2026-03-26 02:52:27] "POST /network-policys HTTP/1.1" 200 529 0.027558 10.0.0.240 - - [2026-03-26 02:52:27] "GET /network-policy/bdd48e3b-670d-4b6d-af42-970aa02a5c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.006102 10.0.0.240 - - [2026-03-26 02:52:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.003731 10.0.0.240 - - [2026-03-26 02:52:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.65 - - [2026-03-26 02:52:27] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000873 10.0.0.240 - - [2026-03-26 02:52:27] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044420 10.0.0.240 - - [2026-03-26 02:52:27] "POST /network-policys HTTP/1.1" 200 529 0.027945 10.0.0.240 - - [2026-03-26 02:52:27] "GET /network-policy/3e7679a8-a47a-44cd-a1e9-3a8431cffce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.005868 10.0.0.240 - - [2026-03-26 02:52:28] "POST /fqname-to-id HTTP/1.1" 404 206 0.003108 10.0.0.240 - - [2026-03-26 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.65 - - [2026-03-26 02:52:28] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000898 10.0.0.240 - - [2026-03-26 02:52:28] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.045454 10.0.0.240 - - [2026-03-26 02:52:28] "POST /network-policys HTTP/1.1" 200 529 0.032575 10.0.0.240 - - [2026-03-26 02:52:28] "GET /network-policy/05f100b3-97bd-4a84-9bc5-96b784465502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006706 10.0.0.240 - - [2026-03-26 02:52:28] "POST /fqname-to-id HTTP/1.1" 404 208 0.003113 10.0.0.240 - - [2026-03-26 02:52:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.65 - - [2026-03-26 02:52:28] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001150 10.0.0.240 - - [2026-03-26 02:52:28] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.041883 10.0.0.240 - - [2026-03-26 02:52:28] "POST /network-policys HTTP/1.1" 200 533 0.028908 10.0.0.240 - - [2026-03-26 02:52:28] "GET /network-policy/43a4b1d3-5f8f-49dd-8130-d8b47ed9dbd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.006036 10.0.0.22 - - [2026-03-26 02:52:28] "POST /fqname-to-id HTTP/1.1" 404 246 0.002516 10.0.0.240 - - [2026-03-26 02:52:29] "POST /neutron/network HTTP/1.1" 200 1157 0.012004 10.0.0.240 - - [2026-03-26 02:52:29] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.004805 10.0.0.240 - - [2026-03-26 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002328 10.0.0.240 - - [2026-03-26 02:52:29] "GET /network-policy/7bb0ff38-b2b3-4473-9203-fb60a4f09126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.013319 10.0.0.22 - - [2026-03-26 02:52:29] "POST /access-control-lists HTTP/1.1" 200 603 0.056873 10.0.0.240 - - [2026-03-26 02:52:29] "POST /neutron/network HTTP/1.1" 200 1159 0.013194 10.0.0.240 - - [2026-03-26 02:52:29] "GET /virtual-network/c4ac91c8-8062-48fd-b728-e48ffbe5d720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.010192 10.0.0.240 - - [2026-03-26 02:52:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005962 10.0.0.240 - - [2026-03-26 02:52:29] "GET /network-policy/b1bed78d-cd71-4fdb-82ef-3d927e784fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.004620 10.0.0.240 - - [2026-03-26 02:52:29] "POST /id-to-fqname HTTP/1.1" 200 229 0.001187 10.0.0.65 - - [2026-03-26 02:52:30] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.240 - - [2026-03-26 02:52:30] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.084271 10.0.0.240 - - [2026-03-26 02:52:30] "POST /neutron/port HTTP/1.1" 200 117 0.007433 10.0.0.240 - - [2026-03-26 02:52:30] "POST /id-to-fqname HTTP/1.1" 200 229 0.001433 10.0.0.240 - - [2026-03-26 02:52:31] "POST /neutron/network HTTP/1.1" 200 1169 0.007409 10.0.0.240 - - [2026-03-26 02:52:31] "POST /neutron/port HTTP/1.1" 200 1061 0.022774 10.0.0.65 - - [2026-03-26 02:52:32] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000969 10.0.0.240 - - [2026-03-26 02:52:32] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.099243 10.0.0.240 - - [2026-03-26 02:52:32] "POST /neutron/network HTTP/1.1" 200 1159 0.066151 10.0.0.240 - - [2026-03-26 02:52:32] "POST /neutron/subnet HTTP/1.1" 200 675 0.014335 10.0.0.240 - - [2026-03-26 02:52:32] "POST /neutron/port HTTP/1.1" 200 1125 0.023408 10.0.0.240 - - [2026-03-26 02:52:32] "POST /neutron/port HTTP/1.1" 200 1125 0.017913 10.0.0.65 - - [2026-03-26 02:52:32] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000979 10.0.0.22 - - [2026-03-26 02:52:33] "PUT /access-control-list/6947da12-791c-445f-bd05-1dc60c485e23 HTTP/1.1" 200 272 0.025550 10.0.0.240 - - [2026-03-26 02:52:33] "POST /neutron/port HTTP/1.1" 200 1061 0.353590 10.0.0.240 - - [2026-03-26 02:52:33] "POST /neutron/port HTTP/1.1" 200 1115 0.129237 10.0.0.240 - - [2026-03-26 02:52:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.013447 10.0.0.240 - - [2026-03-26 02:52:37] "POST /neutron/port HTTP/1.1" 200 1125 0.017064 10.0.0.240 - - [2026-03-26 02:52:37] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007322 10.0.0.240 - - [2026-03-26 02:52:37] "GET /virtual-machine/7b66d843-7dda-43e8-80ad-1cafc6c1a967 HTTP/1.1" 401 293 0.000513 10.0.0.240 - - [2026-03-26 02:52:38] "GET /virtual-machine/7b66d843-7dda-43e8-80ad-1cafc6c1a967 HTTP/1.1" 200 1297 0.038780 10.0.0.240 - - [2026-03-26 02:52:38] "GET /virtual-machine-interface/7baf7aa9-6c52-4a55-ab36-9da86b70dbd4 HTTP/1.1" 200 2951 0.005251 10.0.0.240 - - [2026-03-26 02:52:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003076 10.0.0.240 - - [2026-03-26 02:52:38] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003767 10.0.0.240 - - [2026-03-26 02:52:38] "GET /virtual-networks?parent_id=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003367 10.0.0.240 - - [2026-03-26 02:52:38] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005399 10.0.0.240 - - [2026-03-26 02:52:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.240 - - [2026-03-26 02:52:41] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006492 10.0.0.65 - - [2026-03-26 02:52:42] "GET /obj-perms HTTP/1.1" 200 5075 0.056801 10.0.0.240 - - [2026-03-26 02:52:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.240 - - [2026-03-26 02:52:45] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006284 10.0.0.240 - - [2026-03-26 02:52:47] "POST /neutron/port HTTP/1.1" 200 1125 0.018322 10.0.0.240 - - [2026-03-26 02:52:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003587 10.0.0.240 - - [2026-03-26 02:52:47] "POST /neutron/network HTTP/1.1" 200 1157 0.009827 10.0.0.240 - - [2026-03-26 02:52:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.240 - - [2026-03-26 02:52:49] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005265 10.0.0.240 - - [2026-03-26 02:52:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.240 - - [2026-03-26 02:52:53] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005735 10.0.0.240 - - [2026-03-26 02:52:54] "POST /neutron/network HTTP/1.1" 200 1169 0.006237 10.0.0.240 - - [2026-03-26 02:52:54] "POST /neutron/port HTTP/1.1" 200 117 0.001190 10.0.0.240 - - [2026-03-26 02:52:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.240 - - [2026-03-26 02:52:57] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005508 10.0.0.240 - - [2026-03-26 02:53:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.240 - - [2026-03-26 02:53:01] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006368 10.0.0.240 - - [2026-03-26 02:53:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003441 10.0.0.240 - - [2026-03-26 02:53:06] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006529 10.0.0.240 - - [2026-03-26 02:53:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.240 - - [2026-03-26 02:53:10] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004097 10.0.0.240 - - [2026-03-26 02:53:10] "GET /virtual-networks?parent_id=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003052 10.0.0.240 - - [2026-03-26 02:53:10] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006242 10.0.0.240 - - [2026-03-26 02:53:10] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006990 10.0.0.240 - - [2026-03-26 02:53:19] "POST /neutron/port HTTP/1.1" 200 1125 0.024244 10.0.0.240 - - [2026-03-26 02:53:19] "POST /neutron/security_group HTTP/1.1" 200 2064 0.006118 10.0.0.240 - - [2026-03-26 02:53:25] "POST /neutron/port HTTP/1.1" 200 1125 0.019756 10.0.0.240 - - [2026-03-26 02:53:31] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007919 10.0.0.240 - - [2026-03-26 02:53:31] "POST /neutron/port HTTP/1.1" 200 1125 0.018051 10.0.0.240 - - [2026-03-26 02:53:31] "GET /virtual-machine/5c74f944-03e1-4c8a-910a-fcc2a959e742 HTTP/1.1" 200 1298 0.006087 10.0.0.240 - - [2026-03-26 02:53:31] "GET /virtual-machine-interface/6e249a64-1248-452f-99d8-6981f3d856ce HTTP/1.1" 200 2951 0.005821 10.0.0.240 - - [2026-03-26 02:53:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.240 - - [2026-03-26 02:53:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004294 10.0.0.240 - - [2026-03-26 02:53:31] "GET /virtual-networks?parent_id=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003727 10.0.0.240 - - [2026-03-26 02:53:31] "GET /virtual-network/c4ac91c8-8062-48fd-b728-e48ffbe5d720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.006229 10.0.0.240 - - [2026-03-26 02:53:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003952 10.0.0.240 - - [2026-03-26 02:53:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004120 10.0.0.240 - - [2026-03-26 02:53:32] "GET /virtual-networks?parent_id=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.005516 10.0.0.240 - - [2026-03-26 02:53:32] "GET /virtual-network/c4ac91c8-8062-48fd-b728-e48ffbe5d720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.007195 10.0.0.240 - - [2026-03-26 02:53:32] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008212 10.0.0.240 - - [2026-03-26 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.240 - - [2026-03-26 02:53:33] "GET /network-policy/b1bed78d-cd71-4fdb-82ef-3d927e784fa0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1944 0.003962 10.0.0.240 - - [2026-03-26 02:53:33] "POST /neutron/port HTTP/1.1" 200 1125 0.020387 10.0.0.240 - - [2026-03-26 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003401 10.0.0.240 - - [2026-03-26 02:53:33] "GET /network-policy/7bb0ff38-b2b3-4473-9203-fb60a4f09126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.005234 10.0.0.240 - - [2026-03-26 02:53:33] "POST /neutron/network HTTP/1.1" 200 1157 0.103838 10.0.0.240 - - [2026-03-26 02:53:33] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.007215 10.0.0.240 - - [2026-03-26 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.240 - - [2026-03-26 02:53:33] "GET /network-policy/c2bc0db0-b3d8-425b-a173-29a1d89489a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004942 10.0.0.240 - - [2026-03-26 02:53:48] "POST /neutron/port HTTP/1.1" 200 1125 0.056736 10.0.0.240 - - [2026-03-26 02:53:48] "POST /neutron/subnet HTTP/1.1" 200 675 0.022198 10.0.0.240 - - [2026-03-26 02:53:55] "POST /neutron/port HTTP/1.1" 200 1125 0.020048 10.0.0.240 - - [2026-03-26 02:53:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004067 10.0.0.240 - - [2026-03-26 02:53:55] "POST /neutron/network HTTP/1.1" 200 1159 0.008904 10.0.0.22 - - [2026-03-26 02:53:57] "POST /ref-update HTTP/1.1" 200 156 0.040875 10.0.0.240 - - [2026-03-26 02:53:57] "POST /neutron/network HTTP/1.1" 200 1160 0.024752 10.0.0.240 - - [2026-03-26 02:53:57] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.021277 10.0.0.240 - - [2026-03-26 02:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006615 10.0.0.240 - - [2026-03-26 02:53:57] "GET /network-policy/43a4b1d3-5f8f-49dd-8130-d8b47ed9dbd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1126 0.003993 10.0.0.22 - - [2026-03-26 02:54:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.22 - - [2026-03-26 02:54:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.22 - - [2026-03-26 02:54:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.22 - - [2026-03-26 02:54:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000574 10.0.0.65 - - [2026-03-26 02:54:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.65 - - [2026-03-26 02:54:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.65 - - [2026-03-26 02:54:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.65 - - [2026-03-26 02:54:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000633 10.0.0.240 - - [2026-03-26 02:54:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.240 - - [2026-03-26 02:54:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.240 - - [2026-03-26 02:54:06] "POST /neutron/network HTTP/1.1" 200 1157 0.014915 10.0.0.240 - - [2026-03-26 02:54:06] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.006557 10.0.0.240 - - [2026-03-26 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002724 10.0.0.240 - - [2026-03-26 02:54:06] "GET /network-policy/295045b2-8d52-4801-934e-6e5af0f0b1f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3983 0.004412 10.0.0.240 - - [2026-03-26 02:54:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000396 10.0.0.240 - - [2026-03-26 02:54:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000337 10.0.0.22 - - [2026-03-26 02:54:15] "PUT /access-control-list/299bda20-6bb1-48fc-98f9-8846cf57d27d HTTP/1.1" 200 272 0.027618 10.0.0.240 - - [2026-03-26 02:54:15] "POST /neutron/network HTTP/1.1" 200 1157 0.012464 10.0.0.240 - - [2026-03-26 02:54:15] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2873 0.005274 10.0.0.240 - - [2026-03-26 02:54:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.240 - - [2026-03-26 02:54:15] "GET /network-policy/ab2e4496-0ee3-4aa5-9c35-47ecb36ec0e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004059 10.0.0.240 - - [2026-03-26 02:54:23] "POST /neutron/network HTTP/1.1" 200 1158 0.022152 10.0.0.240 - - [2026-03-26 02:54:23] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.012361 10.0.0.240 - - [2026-03-26 02:54:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.240 - - [2026-03-26 02:54:23] "GET /network-policy/b5fb52ad-5f40-4b3d-adea-82b0013093e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.003889 10.0.0.22 - - [2026-03-26 02:54:31] "PUT /access-control-list/299bda20-6bb1-48fc-98f9-8846cf57d27d HTTP/1.1" 200 272 0.014699 10.0.0.240 - - [2026-03-26 02:54:32] "POST /neutron/network HTTP/1.1" 200 1158 0.020660 10.0.0.240 - - [2026-03-26 02:54:32] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.016023 10.0.0.240 - - [2026-03-26 02:54:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005052 10.0.0.240 - - [2026-03-26 02:54:32] "GET /network-policy/bdd48e3b-670d-4b6d-af42-970aa02a5c6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3987 0.004594 10.0.0.240 - - [2026-03-26 02:54:39] "POST /neutron/network HTTP/1.1" 200 1158 0.018002 10.0.0.240 - - [2026-03-26 02:54:39] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.007484 10.0.0.240 - - [2026-03-26 02:54:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.240 - - [2026-03-26 02:54:39] "GET /network-policy/3e7679a8-a47a-44cd-a1e9-3a8431cffce2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006984 10.0.0.240 - - [2026-03-26 02:54:44] "GET /obj-perms HTTP/1.1" 200 5075 0.052387 10.0.0.22 - - [2026-03-26 02:54:44] "GET /obj-perms HTTP/1.1" 200 5075 0.053349 10.0.0.240 - - [2026-03-26 02:54:48] "POST /neutron/network HTTP/1.1" 200 1168 0.007879 10.0.0.240 - - [2026-03-26 02:54:48] "POST /neutron/port HTTP/1.1" 200 117 0.001130 10.0.0.240 - - [2026-03-26 02:54:48] "POST /neutron/network HTTP/1.1" 200 1158 0.092627 10.0.0.22 - - [2026-03-26 02:54:48] "PUT /access-control-list/299bda20-6bb1-48fc-98f9-8846cf57d27d HTTP/1.1" 200 272 0.062700 10.0.0.240 - - [2026-03-26 02:54:48] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.012586 10.0.0.240 - - [2026-03-26 02:54:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005198 10.0.0.240 - - [2026-03-26 02:54:48] "GET /network-policy/05f100b3-97bd-4a84-9bc5-96b784465502?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004764 10.0.0.240 - - [2026-03-26 02:54:56] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2874 0.005650 10.0.0.240 - - [2026-03-26 02:54:56] "POST /neutron/network HTTP/1.1" 200 1074 0.087270 10.0.0.240 - - [2026-03-26 02:54:56] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.006170 10.0.0.240 - - [2026-03-26 02:54:56] "GET /virtual-machine/5c74f944-03e1-4c8a-910a-fcc2a959e742 HTTP/1.1" 200 1298 0.004648 10.0.0.240 - - [2026-03-26 02:54:56] "POST /neutron/port HTTP/1.1" 200 1115 0.015621 10.0.0.240 - - [2026-03-26 02:54:57] "POST /neutron/port HTTP/1.1" 200 117 0.006404 10.0.0.240 - - [2026-03-26 02:54:58] "GET /virtual-machine/5c74f944-03e1-4c8a-910a-fcc2a959e742 HTTP/1.1" 404 171 0.003559 10.0.0.240 - - [2026-03-26 02:54:58] "GET /virtual-machine/5c74f944-03e1-4c8a-910a-fcc2a959e742 HTTP/1.1" 404 171 0.003865 10.0.0.240 - - [2026-03-26 02:54:58] "GET /virtual-machine/5c74f944-03e1-4c8a-910a-fcc2a959e742 HTTP/1.1" 404 171 0.003134 10.0.0.240 - - [2026-03-26 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.240 - - [2026-03-26 02:54:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003425 10.0.0.240 - - [2026-03-26 02:54:58] "GET /virtual-networks?parent_id=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003375 10.0.0.240 - - [2026-03-26 02:54:58] "GET /virtual-network/c4ac91c8-8062-48fd-b728-e48ffbe5d720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005213 10.0.0.240 - - [2026-03-26 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.240 - - [2026-03-26 02:54:58] "GET /routing-instance/967bc748-9d06-46ff-9bdd-66c128d050ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.007381 10.0.0.240 - - [2026-03-26 02:54:58] "GET /route-target/d22afc1f-9c3f-472b-933c-3ede242a1901?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004664 10.0.0.65 - - [2026-03-26 02:55:02] "GET /obj-perms HTTP/1.1" 200 5032 0.058772 10.0.0.240 - - [2026-03-26 02:55:05] "GET /obj-perms HTTP/1.1" 200 5032 0.003788 10.0.0.240 - - [2026-03-26 02:55:05] "GET /virtual-machine/7b66d843-7dda-43e8-80ad-1cafc6c1a967 HTTP/1.1" 200 1297 0.006568 10.0.0.240 - - [2026-03-26 02:55:05] "POST /neutron/port HTTP/1.1" 200 1125 0.019607 10.0.0.240 - - [2026-03-26 02:55:07] "GET /virtual-machine/7b66d843-7dda-43e8-80ad-1cafc6c1a967 HTTP/1.1" 404 171 0.002991 10.0.0.240 - - [2026-03-26 02:55:07] "GET /virtual-machine/7b66d843-7dda-43e8-80ad-1cafc6c1a967 HTTP/1.1" 404 171 0.002915 10.0.0.240 - - [2026-03-26 02:55:07] "GET /virtual-machine/7b66d843-7dda-43e8-80ad-1cafc6c1a967 HTTP/1.1" 404 171 0.003030 10.0.0.240 - - [2026-03-26 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003517 10.0.0.240 - - [2026-03-26 02:55:07] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003996 10.0.0.240 - - [2026-03-26 02:55:07] "GET /virtual-networks?parent_id=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003456 10.0.0.240 - - [2026-03-26 02:55:07] "GET /virtual-network/bc54e97a-60a5-4998-a056-a0dbb3d1a016?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.008108 10.0.0.240 - - [2026-03-26 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.240 - - [2026-03-26 02:55:07] "GET /routing-instance/889f5636-6ffd-4db6-b153-14cb0804af37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.004798 10.0.0.240 - - [2026-03-26 02:55:07] "GET /route-target/b9fb455f-7343-4dd4-88b1-0c2572b34348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006423 10.0.0.240 - - [2026-03-26 02:55:07] "GET /obj-perms HTTP/1.1" 200 5032 0.006528 10.0.0.65 - - [2026-03-26 02:55:07] "GET /obj-perms HTTP/1.1" 200 5032 0.003908 10.0.0.240 - - [2026-03-26 02:55:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003881 10.0.0.65 - - [2026-03-26 02:55:17] "GET /obj-perms HTTP/1.1" 200 5032 0.003779 10.0.0.240 - - [2026-03-26 02:55:26] "GET /obj-perms HTTP/1.1" 200 5032 0.004325 10.0.0.65 - - [2026-03-26 02:55:26] "GET /obj-perms HTTP/1.1" 200 5032 0.003641 10.0.0.240 - - [2026-03-26 02:55:35] "GET /obj-perms HTTP/1.1" 200 5032 0.004207 10.0.0.65 - - [2026-03-26 02:55:35] "GET /obj-perms HTTP/1.1" 200 5032 0.005210 10.0.0.240 - - [2026-03-26 02:55:35] "GET /virtual-network/c4ac91c8-8062-48fd-b728-e48ffbe5d720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.005948 10.0.0.240 - - [2026-03-26 02:55:35] "POST /neutron/network HTTP/1.1" 200 1159 0.008867 10.0.0.22 - - [2026-03-26 02:55:35] "DELETE /access-control-list/6947da12-791c-445f-bd05-1dc60c485e23 HTTP/1.1" 200 115 0.051506 10.0.0.240 - - [2026-03-26 02:55:35] "GET /virtual-network/c4ac91c8-8062-48fd-b728-e48ffbe5d720?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2575 0.010758 10.0.0.240 - - [2026-03-26 02:55:36] "DELETE /network-policy/43a4b1d3-5f8f-49dd-8130-d8b47ed9dbd2 HTTP/1.1" 200 115 0.056911 10.0.0.240 - - [2026-03-26 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007080 10.0.0.65 - - [2026-03-26 02:55:36] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.034172 10.0.0.240 - - [2026-03-26 02:55:36] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.081850 10.0.0.240 - - [2026-03-26 02:55:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51085851&detail=False&count=False&shared=False HTTP/1.1" 200 2072 0.005362 10.0.0.240 - - [2026-03-26 02:55:36] "DELETE /network-policy/05f100b3-97bd-4a84-9bc5-96b784465502 HTTP/1.1" 200 115 0.044897 10.0.0.240 - - [2026-03-26 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006150 10.0.0.65 - - [2026-03-26 02:55:36] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000905 10.0.0.240 - - [2026-03-26 02:55:36] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.059648 10.0.0.240 - - [2026-03-26 02:55:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51085851&detail=False&count=False&shared=False HTTP/1.1" 200 1856 0.006542 10.0.0.240 - - [2026-03-26 02:55:36] "DELETE /network-policy/3e7679a8-a47a-44cd-a1e9-3a8431cffce2 HTTP/1.1" 200 115 0.045614 10.0.0.240 - - [2026-03-26 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.018795 10.0.0.65 - - [2026-03-26 02:55:36] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001148 10.0.0.240 - - [2026-03-26 02:55:36] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.039581 10.0.0.240 - - [2026-03-26 02:55:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51085851&detail=False&count=False&shared=False HTTP/1.1" 200 1640 0.005524 10.0.0.240 - - [2026-03-26 02:55:36] "DELETE /network-policy/bdd48e3b-670d-4b6d-af42-970aa02a5c6d HTTP/1.1" 200 115 0.028182 10.0.0.240 - - [2026-03-26 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.013279 10.0.0.65 - - [2026-03-26 02:55:36] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000977 10.0.0.240 - - [2026-03-26 02:55:36] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.051349 10.0.0.240 - - [2026-03-26 02:55:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51085851&detail=False&count=False&shared=False HTTP/1.1" 200 1424 0.006074 10.0.0.240 - - [2026-03-26 02:55:37] "DELETE /network-policy/b5fb52ad-5f40-4b3d-adea-82b0013093e8 HTTP/1.1" 200 115 0.051091 10.0.0.240 - - [2026-03-26 02:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008231 10.0.0.65 - - [2026-03-26 02:55:37] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000909 10.0.0.240 - - [2026-03-26 02:55:37] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.089670 10.0.0.240 - - [2026-03-26 02:55:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51085851&detail=False&count=False&shared=False HTTP/1.1" 200 1208 0.013948 10.0.0.240 - - [2026-03-26 02:55:37] "DELETE /network-policy/b1bed78d-cd71-4fdb-82ef-3d927e784fa0 HTTP/1.1" 200 115 0.042859 10.0.0.240 - - [2026-03-26 02:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.009687 10.0.0.65 - - [2026-03-26 02:55:37] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001057 10.0.0.240 - - [2026-03-26 02:55:37] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.038362 10.0.0.240 - - [2026-03-26 02:55:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51085851&detail=False&count=False&shared=False HTTP/1.1" 200 990 0.005700 10.0.0.240 - - [2026-03-26 02:55:37] "DELETE /network-policy/ab2e4496-0ee3-4aa5-9c35-47ecb36ec0e7 HTTP/1.1" 200 115 0.044024 10.0.0.240 - - [2026-03-26 02:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.013427 10.0.0.65 - - [2026-03-26 02:55:37] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000906 10.0.0.240 - - [2026-03-26 02:55:37] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.052819 10.0.0.240 - - [2026-03-26 02:55:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51085851&detail=False&count=False&shared=False HTTP/1.1" 200 775 0.005095 10.0.0.240 - - [2026-03-26 02:55:37] "DELETE /network-policy/295045b2-8d52-4801-934e-6e5af0f0b1f9 HTTP/1.1" 200 115 0.057329 10.0.0.240 - - [2026-03-26 02:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004479 10.0.0.65 - - [2026-03-26 02:55:37] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000967 10.0.0.240 - - [2026-03-26 02:55:38] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.065349 10.0.0.240 - - [2026-03-26 02:55:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51085851&detail=False&count=False&shared=False HTTP/1.1" 200 560 0.006286 10.0.0.240 - - [2026-03-26 02:55:38] "DELETE /network-policy/c2bc0db0-b3d8-425b-a173-29a1d89489a3 HTTP/1.1" 200 115 0.045969 10.0.0.240 - - [2026-03-26 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.65 - - [2026-03-26 02:55:38] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000910 10.0.0.240 - - [2026-03-26 02:55:38] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.049921 10.0.0.240 - - [2026-03-26 02:55:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51085851&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.005233 10.0.0.240 - - [2026-03-26 02:55:38] "DELETE /network-policy/7bb0ff38-b2b3-4473-9203-fb60a4f09126 HTTP/1.1" 200 115 0.034812 10.0.0.240 - - [2026-03-26 02:55:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.65 - - [2026-03-26 02:55:38] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000862 10.0.0.240 - - [2026-03-26 02:55:38] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.044572 10.0.0.240 - - [2026-03-26 02:55:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-51085851&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005970 10.0.0.240 - - [2026-03-26 02:55:38] "POST /neutron/network HTTP/1.1" 200 1074 0.010370 10.0.0.22 - - [2026-03-26 02:55:38] "DELETE /route-target/d22afc1f-9c3f-472b-933c-3ede242a1901 HTTP/1.1" 200 115 0.026240 10.0.0.65 - - [2026-03-26 02:55:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004114 10.0.0.65 - - [2026-03-26 02:55:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003030 10.0.0.65 - - [2026-03-26 02:55:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002993 10.0.0.65 - - [2026-03-26 02:55:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002398 10.0.0.240 - - [2026-03-26 02:55:39] "POST /neutron/network HTTP/1.1" 200 151 0.156687 10.0.0.240 - - [2026-03-26 02:55:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004818 10.0.0.240 - - [2026-03-26 02:55:39] "DELETE /network-ipam/7013314e-1231-4345-941f-fa58571b324a HTTP/1.1" 200 115 0.036983 10.0.0.240 - - [2026-03-26 02:55:39] "POST /fqname-to-id HTTP/1.1" 404 248 0.003598 10.0.0.65 - - [2026-03-26 02:55:39] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000878 10.0.0.65 - - [2026-03-26 02:55:39] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1493 0.054283 10.0.0.65 - - [2026-03-26 02:55:39] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001170 10.0.0.65 - - [2026-03-26 02:55:39] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?fields=security_groups HTTP/1.1" 200 1382 0.049337 10.0.0.65 - - [2026-03-26 02:55:39] "DELETE /security-group/5791bccc-ecb6-4456-87a2-b7640c01823d HTTP/1.1" 200 115 0.059074 10.0.0.65 - - [2026-03-26 02:55:39] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001700 10.0.0.22 - - [2026-03-26 02:55:39] "DELETE /access-control-list/6e260146-2379-4a02-aff3-b816ab373520 HTTP/1.1" 200 115 0.052373 10.0.0.65 - - [2026-03-26 02:55:39] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?fields=application_policy_sets HTTP/1.1" 200 1421 0.063813 10.0.0.240 - - [2026-03-26 02:55:39] "DELETE /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a HTTP/1.1" 200 115 0.436993 10.0.0.65 - - [2026-03-26 02:55:39] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.240 - - [2026-03-26 02:55:39] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?fields=projects HTTP/1.1" 200 1439 0.011206 10.0.0.65 - - [2026-03-26 02:55:41] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003164 10.0.0.65 - - [2026-03-26 02:55:41] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000942 10.0.0.65 - - [2026-03-26 02:55:41] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.032548 10.0.0.65 - - [2026-03-26 02:55:41] "POST /id-to-fqname HTTP/1.1" 200 196 0.001092 10.0.0.65 - - [2026-03-26 02:55:41] "POST /fqname-to-id HTTP/1.1" 404 205 0.014571 10.0.0.65 - - [2026-03-26 02:55:41] "POST /security-groups HTTP/1.1" 200 597 0.031327 10.0.0.65 - - [2026-03-26 02:55:41] "POST /projects HTTP/1.1" 200 597 0.246300 10.0.0.22 - - [2026-03-26 02:55:41] "POST /access-control-lists HTTP/1.1" 200 602 0.027844 10.0.0.65 - - [2026-03-26 02:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.316916 10.0.0.240 - - [2026-03-26 02:55:41] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1388 0.452422 10.0.0.65 - - [2026-03-26 02:55:41] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001401 10.0.0.240 - - [2026-03-26 02:55:41] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?fields=virtual_networks HTTP/1.1" 200 1045 0.040243 10.0.0.65 - - [2026-03-26 02:55:41] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000962 10.0.0.240 - - [2026-03-26 02:55:41] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.041941 10.0.0.65 - - [2026-03-26 02:55:41] "GET /projects?obj_uuids=c64ce6d5-ae9c-4e10-9f62-7de9578af18a&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001187 10.0.0.240 - - [2026-03-26 02:55:42] "GET /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a?fields=security_groups HTTP/1.1" 200 1277 0.039268 10.0.0.240 - - [2026-03-26 02:55:42] "POST /fqname-to-id HTTP/1.1" 404 200 0.027991 10.0.0.65 - - [2026-03-26 02:55:42] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003480 10.0.0.65 - - [2026-03-26 02:55:43] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000977 10.0.0.65 - - [2026-03-26 02:55:43] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007117 10.0.0.65 - - [2026-03-26 02:55:43] "POST /id-to-fqname HTTP/1.1" 200 202 0.004729 10.0.0.65 - - [2026-03-26 02:55:43] "POST /fqname-to-id HTTP/1.1" 404 211 0.007376 10.0.0.65 - - [2026-03-26 02:55:43] "POST /security-groups HTTP/1.1" 200 603 0.081601 10.0.0.22 - - [2026-03-26 02:55:43] "POST /fqname-to-id HTTP/1.1" 404 246 0.003557 10.0.0.65 - - [2026-03-26 02:55:43] "POST /projects HTTP/1.1" 200 609 0.314893 10.0.0.65 - - [2026-03-26 02:55:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.396503 10.0.0.22 - - [2026-03-26 02:55:43] "POST /access-control-lists HTTP/1.1" 200 606 0.052202 10.0.0.240 - - [2026-03-26 02:55:43] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.564276 10.0.0.240 - - [2026-03-26 02:55:44] "GET / HTTP/1.1" 200 35931 0.001885 10.0.0.240 - - [2026-03-26 02:55:46] "GET /obj-perms HTTP/1.1" 200 5075 0.056783 10.0.0.240 - - [2026-03-26 02:55:47] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000409 10.0.0.65 - - [2026-03-26 02:55:47] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000973 10.0.0.240 - - [2026-03-26 02:55:47] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.073332 10.0.0.240 - - [2026-03-26 02:55:48] "GET / HTTP/1.1" 200 35931 0.001983 10.0.0.240 - - [2026-03-26 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003368 10.0.0.65 - - [2026-03-26 02:55:48] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001011 10.0.0.240 - - [2026-03-26 02:55:48] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008694 10.0.0.240 - - [2026-03-26 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.65 - - [2026-03-26 02:55:48] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001220 10.0.0.240 - - [2026-03-26 02:55:49] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048553 10.0.0.240 - - [2026-03-26 02:55:50] "GET /domains HTTP/1.1" 401 293 0.000576 10.0.0.240 - - [2026-03-26 02:55:50] "GET /domains HTTP/1.1" 200 280 0.028775 10.0.0.65 - - [2026-03-26 02:55:50] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001339 10.0.0.240 - - [2026-03-26 02:55:50] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87 HTTP/1.1" 200 2972 0.011618 10.0.0.65 - - [2026-03-26 02:55:50] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249 10.0.0.240 - - [2026-03-26 02:55:50] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9 HTTP/1.1" 200 1925 0.082985 10.0.0.240 - - [2026-03-26 02:55:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003704 10.0.0.240 - - [2026-03-26 02:55:50] "POST /network-ipams HTTP/1.1" 200 621 0.044914 10.0.0.240 - - [2026-03-26 02:55:50] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 810 0.003521 10.0.0.240 - - [2026-03-26 02:55:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.240 - - [2026-03-26 02:55:50] "GET /network-ipam/bec10a84-d182-4b4a-8300-4c791aef5a69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.006264 10.0.0.240 - - [2026-03-26 02:55:50] "PUT /network-ipam/bec10a84-d182-4b4a-8300-4c791aef5a69 HTTP/1.1" 200 258 0.013662 10.0.0.240 - - [2026-03-26 02:55:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.240 - - [2026-03-26 02:55:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.038458 10.0.0.65 - - [2026-03-26 02:55:51] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000841 10.0.0.240 - - [2026-03-26 02:55:51] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044662 10.0.0.65 - - [2026-03-26 02:55:51] "POST /useragent-kv HTTP/1.1" 200 115 0.010203 10.0.0.240 - - [2026-03-26 02:55:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.265327 10.0.0.240 - - [2026-03-26 02:55:52] "POST /neutron/network HTTP/1.1" 200 1337 0.013794 10.0.0.240 - - [2026-03-26 02:55:52] "POST /id-to-fqname HTTP/1.1" 200 235 0.001021 10.0.0.240 - - [2026-03-26 02:55:52] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005644 10.0.0.240 - - [2026-03-26 02:55:52] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005237 10.0.0.240 - - [2026-03-26 02:55:52] "POST /neutron/subnet HTTP/1.1" 200 701 0.010268 10.0.0.240 - - [2026-03-26 02:55:53] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.005567 10.0.0.22 - - [2026-03-26 02:55:54] "GET /obj-perms HTTP/1.1" 200 5038 0.053869 10.0.0.65 - - [2026-03-26 02:55:54] "GET /obj-perms HTTP/1.1" 200 5038 0.050332 10.0.0.240 - - [2026-03-26 02:55:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.65 - - [2026-03-26 02:55:54] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000956 10.0.0.240 - - [2026-03-26 02:55:54] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048715 10.0.0.240 - - [2026-03-26 02:55:54] "POST /neutron/network HTTP/1.1" 200 117 0.016023 10.0.0.22 - - [2026-03-26 02:55:54] "POST /route-targets HTTP/1.1" 200 327 0.012452 10.0.0.65 - - [2026-03-26 02:55:55] "POST /useragent-kv HTTP/1.1" 200 115 0.007647 10.0.0.240 - - [2026-03-26 02:55:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.188170 10.0.0.22 - - [2026-03-26 02:55:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.069447 10.0.0.240 - - [2026-03-26 02:55:55] "POST /id-to-fqname HTTP/1.1" 200 235 0.001232 10.0.0.240 - - [2026-03-26 02:55:55] "GET /virtual-network/69e779ed-76fa-4942-a05c-b555e194427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.009251 10.0.0.240 - - [2026-03-26 02:55:55] "POST /neutron/network HTTP/1.1" 200 1337 0.011313 10.0.0.240 - - [2026-03-26 02:55:55] "GET /virtual-network/69e779ed-76fa-4942-a05c-b555e194427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.005167 10.0.0.240 - - [2026-03-26 02:55:55] "POST /neutron/subnet HTTP/1.1" 200 701 0.023861 10.0.0.240 - - [2026-03-26 02:55:56] "GET /virtual-network/69e779ed-76fa-4942-a05c-b555e194427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008079 10.0.0.240 - - [2026-03-26 02:55:56] "POST /fqname-to-id HTTP/1.1" 404 211 0.003467 10.0.0.240 - - [2026-03-26 02:55:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003522 10.0.0.65 - - [2026-03-26 02:55:56] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001069 10.0.0.240 - - [2026-03-26 02:55:56] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050978 10.0.0.240 - - [2026-03-26 02:55:56] "POST /network-policys HTTP/1.1" 200 533 0.028303 10.0.0.240 - - [2026-03-26 02:55:56] "GET /network-policy/36f69195-c2d9-4066-8c8e-dec714d94953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.007815 10.0.0.240 - - [2026-03-26 02:55:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.003961 10.0.0.240 - - [2026-03-26 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.65 - - [2026-03-26 02:55:57] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001249 10.0.0.240 - - [2026-03-26 02:55:57] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.048735 10.0.0.240 - - [2026-03-26 02:55:57] "POST /network-policys HTTP/1.1" 200 533 0.028176 10.0.0.240 - - [2026-03-26 02:55:57] "GET /network-policy/7133aa6f-08f5-479e-83ed-72fb242326e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.006980 10.0.0.240 - - [2026-03-26 02:55:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.003211 10.0.0.240 - - [2026-03-26 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.65 - - [2026-03-26 02:55:57] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001036 10.0.0.240 - - [2026-03-26 02:55:57] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.046778 10.0.0.240 - - [2026-03-26 02:55:57] "POST /network-policys HTTP/1.1" 200 533 0.034511 10.0.0.240 - - [2026-03-26 02:55:57] "GET /network-policy/2d5c87b7-b5b7-4838-b936-9078789417e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.011627 10.0.0.240 - - [2026-03-26 02:55:57] "POST /fqname-to-id HTTP/1.1" 404 211 0.003257 10.0.0.240 - - [2026-03-26 02:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.65 - - [2026-03-26 02:55:57] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000889 10.0.0.240 - - [2026-03-26 02:55:57] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.041448 10.0.0.240 - - [2026-03-26 02:55:57] "POST /network-policys HTTP/1.1" 200 533 0.029639 10.0.0.240 - - [2026-03-26 02:55:58] "GET /network-policy/e7fa36d1-b89f-43c6-a29f-6bb0d1b30d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007893 10.0.0.240 - - [2026-03-26 02:55:58] "POST /fqname-to-id HTTP/1.1" 404 213 0.003446 10.0.0.240 - - [2026-03-26 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.65 - - [2026-03-26 02:55:58] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000933 10.0.0.240 - - [2026-03-26 02:55:58] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.052182 10.0.0.240 - - [2026-03-26 02:55:58] "POST /network-policys HTTP/1.1" 200 537 0.034569 10.0.0.240 - - [2026-03-26 02:55:58] "GET /network-policy/16d414e3-8ffd-46f5-9e30-d32739b9a950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.005562 10.0.0.240 - - [2026-03-26 02:55:58] "POST /fqname-to-id HTTP/1.1" 404 212 0.003212 10.0.0.240 - - [2026-03-26 02:55:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.65 - - [2026-03-26 02:55:58] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001010 10.0.0.240 - - [2026-03-26 02:55:58] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047081 10.0.0.240 - - [2026-03-26 02:55:58] "POST /network-policys HTTP/1.1" 200 535 0.038328 10.0.0.240 - - [2026-03-26 02:55:58] "GET /network-policy/f75e6407-0092-42dc-9b61-7d356243b743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005221 10.0.0.240 - - [2026-03-26 02:55:59] "POST /fqname-to-id HTTP/1.1" 404 212 0.004526 10.0.0.240 - - [2026-03-26 02:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003178 10.0.0.65 - - [2026-03-26 02:55:59] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001151 10.0.0.240 - - [2026-03-26 02:55:59] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.051794 10.0.0.22 - - [2026-03-26 02:55:59] "DELETE /access-control-list/a206cb9a-307d-42e1-8262-ac2126e5ae05 HTTP/1.1" 200 115 0.047538 10.0.0.240 - - [2026-03-26 02:55:59] "POST /network-policys HTTP/1.1" 200 535 0.039906 10.0.0.240 - - [2026-03-26 02:55:59] "GET /network-policy/b412f121-9037-4e7f-be32-e66124079924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006104 10.0.0.240 - - [2026-03-26 02:55:59] "POST /fqname-to-id HTTP/1.1" 404 212 0.003109 10.0.0.240 - - [2026-03-26 02:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.002971 10.0.0.65 - - [2026-03-26 02:55:59] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001033 10.0.0.240 - - [2026-03-26 02:55:59] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.042374 10.0.0.240 - - [2026-03-26 02:55:59] "POST /network-policys HTTP/1.1" 200 535 0.075273 10.0.0.240 - - [2026-03-26 02:55:59] "GET /network-policy/03d5e95d-a624-4aa8-b77b-caf8ee628ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.006406 10.0.0.240 - - [2026-03-26 02:55:59] "POST /fqname-to-id HTTP/1.1" 404 212 0.003062 10.0.0.240 - - [2026-03-26 02:55:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.65 - - [2026-03-26 02:56:00] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001197 10.0.0.240 - - [2026-03-26 02:56:00] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050875 10.0.0.240 - - [2026-03-26 02:56:00] "POST /network-policys HTTP/1.1" 200 535 0.077564 10.0.0.240 - - [2026-03-26 02:56:00] "GET /network-policy/5a7c295a-c3b1-4389-ac52-b8018b79c40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.006199 10.0.0.240 - - [2026-03-26 02:56:00] "POST /fqname-to-id HTTP/1.1" 404 214 0.003617 10.0.0.240 - - [2026-03-26 02:56:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004500 10.0.0.65 - - [2026-03-26 02:56:00] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001044 10.0.0.240 - - [2026-03-26 02:56:00] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054485 10.0.0.240 - - [2026-03-26 02:56:00] "POST /network-policys HTTP/1.1" 200 539 0.033653 10.0.0.240 - - [2026-03-26 02:56:00] "GET /network-policy/b9d3d308-4d1d-4528-8045-240b9588a868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006994 10.0.0.240 - - [2026-03-26 02:56:01] "POST /neutron/network HTTP/1.1" 200 1425 0.085561 10.0.0.240 - - [2026-03-26 02:56:01] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005951 10.0.0.240 - - [2026-03-26 02:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.240 - - [2026-03-26 02:56:01] "GET /network-policy/36f69195-c2d9-4066-8c8e-dec714d94953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.004673 10.0.0.22 - - [2026-03-26 02:56:01] "POST /fqname-to-id HTTP/1.1" 404 252 0.005047 10.0.0.240 - - [2026-03-26 02:56:01] "POST /neutron/network HTTP/1.1" 200 1427 0.086775 10.0.0.240 - - [2026-03-26 02:56:01] "GET /virtual-network/69e779ed-76fa-4942-a05c-b555e194427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.013599 10.0.0.240 - - [2026-03-26 02:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.010395 10.0.0.240 - - [2026-03-26 02:56:01] "GET /network-policy/16d414e3-8ffd-46f5-9e30-d32739b9a950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.003837 10.0.0.240 - - [2026-03-26 02:56:01] "POST /id-to-fqname HTTP/1.1" 200 235 0.001360 10.0.0.65 - - [2026-03-26 02:56:02] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001237 10.0.0.240 - - [2026-03-26 02:56:02] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.077436 10.0.0.240 - - [2026-03-26 02:56:02] "POST /neutron/network HTTP/1.1" 200 1425 0.013813 10.0.0.240 - - [2026-03-26 02:56:02] "POST /id-to-fqname HTTP/1.1" 200 235 0.001248 10.0.0.240 - - [2026-03-26 02:56:03] "POST /neutron/port HTTP/1.1" 200 117 0.006145 10.0.0.65 - - [2026-03-26 02:56:03] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001089 10.0.0.22 - - [2026-03-26 02:56:03] "PUT /access-control-list/563f0298-4690-4cfd-a62c-041e3b3078b9 HTTP/1.1" 200 272 0.022334 10.0.0.240 - - [2026-03-26 02:56:03] "POST /neutron/port HTTP/1.1" 200 1174 0.394752 10.0.0.240 - - [2026-03-26 02:56:03] "POST /neutron/port HTTP/1.1" 200 1228 0.123529 10.0.0.65 - - [2026-03-26 02:56:04] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001414 10.0.0.240 - - [2026-03-26 02:56:04] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.071133 10.0.0.240 - - [2026-03-26 02:56:04] "POST /neutron/network HTTP/1.1" 200 1427 0.017614 10.0.0.240 - - [2026-03-26 02:56:04] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.240 - - [2026-03-26 02:56:04] "POST /neutron/port HTTP/1.1" 200 1238 0.024419 10.0.0.240 - - [2026-03-26 02:56:04] "POST /neutron/port HTTP/1.1" 200 1238 0.019078 10.0.0.65 - - [2026-03-26 02:56:04] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001125 10.0.0.240 - - [2026-03-26 02:56:05] "POST /neutron/port HTTP/1.1" 200 1174 0.381119 10.0.0.240 - - [2026-03-26 02:56:05] "POST /neutron/port HTTP/1.1" 200 1228 0.150842 10.0.0.240 - - [2026-03-26 02:56:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003882 10.0.0.240 - - [2026-03-26 02:56:05] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.240 - - [2026-03-26 02:56:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009002 10.0.0.240 - - [2026-03-26 02:56:09] "POST /neutron/port HTTP/1.1" 200 1238 0.021353 10.0.0.240 - - [2026-03-26 02:56:09] "GET /virtual-machine/60fe570f-fd57-4927-a63b-3937fc200e95 HTTP/1.1" 401 293 0.000415 10.0.0.240 - - [2026-03-26 02:56:10] "GET /virtual-machine/60fe570f-fd57-4927-a63b-3937fc200e95 HTTP/1.1" 200 1304 0.035612 10.0.0.240 - - [2026-03-26 02:56:10] "GET /virtual-machine-interface/14dc96ec-7b8e-410d-9628-176ba9114213 HTTP/1.1" 200 3169 0.009323 10.0.0.240 - - [2026-03-26 02:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.240 - - [2026-03-26 02:56:10] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003694 10.0.0.240 - - [2026-03-26 02:56:10] "GET /virtual-networks?parent_id=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.002791 10.0.0.240 - - [2026-03-26 02:56:10] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005862 10.0.0.240 - - [2026-03-26 02:56:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004263 10.0.0.240 - - [2026-03-26 02:56:13] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006462 10.0.0.65 - - [2026-03-26 02:56:16] "DELETE /project/c64ce6d5-ae9c-4e10-9f62-7de9578af18a HTTP/1.1" 404 177 0.002593 10.0.0.65 - - [2026-03-26 02:56:16] "DELETE /project/c64ce6d5ae9c4e109f627de9578af18a HTTP/1.1" 404 173 0.005931 10.0.0.65 - - [2026-03-26 02:56:16] "DELETE /project/a3cb0e08c9cc411db63e24239786d7a9 HTTP/1.1" 404 173 0.004929 10.0.0.240 - - [2026-03-26 02:56:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.240 - - [2026-03-26 02:56:17] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005841 10.0.0.240 - - [2026-03-26 02:56:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.240 - - [2026-03-26 02:56:21] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005936 10.0.0.240 - - [2026-03-26 02:56:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.240 - - [2026-03-26 02:56:25] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005443 10.0.0.240 - - [2026-03-26 02:56:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.240 - - [2026-03-26 02:56:29] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005629 10.0.0.240 - - [2026-03-26 02:56:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.240 - - [2026-03-26 02:56:33] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006654 10.0.0.240 - - [2026-03-26 02:56:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.240 - - [2026-03-26 02:56:38] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.004905 10.0.0.240 - - [2026-03-26 02:56:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004379 10.0.0.240 - - [2026-03-26 02:56:42] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005321 10.0.0.240 - - [2026-03-26 02:56:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.240 - - [2026-03-26 02:56:44] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005012 10.0.0.240 - - [2026-03-26 02:56:44] "GET /virtual-networks?parent_id=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003070 10.0.0.240 - - [2026-03-26 02:56:44] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005843 10.0.0.240 - - [2026-03-26 02:56:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007423 10.0.0.240 - - [2026-03-26 02:56:51] "POST /neutron/port HTTP/1.1" 200 1238 0.020185 10.0.0.240 - - [2026-03-26 02:56:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003801 10.0.0.240 - - [2026-03-26 02:56:51] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018064 10.0.0.240 - - [2026-03-26 02:56:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.039041 10.0.0.240 - - [2026-03-26 02:56:51] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007512 10.0.0.240 - - [2026-03-26 02:56:58] "POST /neutron/port HTTP/1.1" 200 1238 0.017921 10.0.0.240 - - [2026-03-26 02:56:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003677 10.0.0.240 - - [2026-03-26 02:56:58] "POST /neutron/port HTTP/1.1" 200 117 0.001451 10.0.0.240 - - [2026-03-26 02:56:59] "POST /neutron/port HTTP/1.1" 200 1238 0.018929 10.0.0.240 - - [2026-03-26 02:57:05] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007814 10.0.0.240 - - [2026-03-26 02:57:05] "POST /neutron/port HTTP/1.1" 200 1238 0.020884 10.0.0.240 - - [2026-03-26 02:57:05] "GET /virtual-machine/eb73066f-602e-472d-842d-836bbbd6d4da HTTP/1.1" 200 1304 0.005870 10.0.0.240 - - [2026-03-26 02:57:05] "GET /virtual-machine-interface/b356c61f-c679-4497-879a-3b783d3e027b HTTP/1.1" 200 3169 0.005531 10.0.0.240 - - [2026-03-26 02:57:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006314 10.0.0.240 - - [2026-03-26 02:57:05] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004170 10.0.0.240 - - [2026-03-26 02:57:05] "GET /virtual-networks?parent_id=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003474 10.0.0.240 - - [2026-03-26 02:57:05] "GET /virtual-network/69e779ed-76fa-4942-a05c-b555e194427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006138 10.0.0.240 - - [2026-03-26 02:57:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.240 - - [2026-03-26 02:57:06] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004309 10.0.0.240 - - [2026-03-26 02:57:06] "GET /virtual-networks?parent_id=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.006740 10.0.0.240 - - [2026-03-26 02:57:06] "GET /virtual-network/69e779ed-76fa-4942-a05c-b555e194427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006060 10.0.0.240 - - [2026-03-26 02:57:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007581 10.0.0.240 - - [2026-03-26 02:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.240 - - [2026-03-26 02:57:07] "GET /network-policy/16d414e3-8ffd-46f5-9e30-d32739b9a950?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1950 0.004525 10.0.0.240 - - [2026-03-26 02:57:07] "POST /neutron/port HTTP/1.1" 200 1238 0.019375 10.0.0.240 - - [2026-03-26 02:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003124 10.0.0.240 - - [2026-03-26 02:57:07] "GET /network-policy/36f69195-c2d9-4066-8c8e-dec714d94953?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.003745 10.0.0.22 - - [2026-03-26 02:57:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.013859 10.0.0.240 - - [2026-03-26 02:57:07] "POST /neutron/network HTTP/1.1" 200 1425 0.133498 10.0.0.240 - - [2026-03-26 02:57:07] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.006323 10.0.0.240 - - [2026-03-26 02:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003254 10.0.0.240 - - [2026-03-26 02:57:07] "GET /network-policy/7133aa6f-08f5-479e-83ed-72fb242326e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4990 0.005830 10.0.0.22 - - [2026-03-26 02:57:27] "PUT /access-control-list/563f0298-4690-4cfd-a62c-041e3b3078b9 HTTP/1.1" 200 272 0.013250 10.0.0.240 - - [2026-03-26 02:57:27] "POST /neutron/network HTTP/1.1" 200 1428 0.100944 10.0.0.240 - - [2026-03-26 02:57:27] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3484 0.009739 10.0.0.240 - - [2026-03-26 02:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003243 10.0.0.240 - - [2026-03-26 02:57:27] "GET /network-policy/b9d3d308-4d1d-4528-8045-240b9588a868?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003750 10.0.0.240 - - [2026-03-26 02:57:39] "POST /neutron/network HTTP/1.1" 200 1425 0.106606 10.0.0.240 - - [2026-03-26 02:57:39] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.005393 10.0.0.240 - - [2026-03-26 02:57:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007520 10.0.0.22 - - [2026-03-26 02:57:39] "POST /ref-update HTTP/1.1" 200 156 0.029508 10.0.0.240 - - [2026-03-26 02:57:39] "GET /network-policy/2d5c87b7-b5b7-4838-b936-9078789417e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4991 0.005982 10.0.0.240 - - [2026-03-26 02:57:47] "GET /obj-perms HTTP/1.1" 200 5075 0.058638 10.0.0.22 - - [2026-03-26 02:57:47] "GET /obj-perms HTTP/1.1" 200 5075 0.060590 10.0.0.22 - - [2026-03-26 02:57:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.005309 10.0.0.240 - - [2026-03-26 02:57:51] "POST /neutron/network HTTP/1.1" 200 1425 0.087443 10.0.0.240 - - [2026-03-26 02:57:52] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3481 0.007603 10.0.0.240 - - [2026-03-26 02:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003283 10.0.0.240 - - [2026-03-26 02:57:52] "GET /network-policy/e7fa36d1-b89f-43c6-a29f-6bb0d1b30d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004009 10.0.0.240 - - [2026-03-26 02:57:52] "POST /neutron/port HTTP/1.1" 200 1238 0.016688 10.0.0.240 - - [2026-03-26 02:57:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004009 10.0.0.240 - - [2026-03-26 02:57:52] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.240 - - [2026-03-26 02:57:59] "POST /neutron/port HTTP/1.1" 200 1238 0.058179 10.0.0.240 - - [2026-03-26 02:57:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004076 10.0.0.240 - - [2026-03-26 02:57:59] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.240 - - [2026-03-26 02:58:02] "POST /neutron/network HTTP/1.1" 200 1426 0.116182 10.0.0.22 - - [2026-03-26 02:58:02] "POST /ref-update HTTP/1.1" 200 156 0.050238 10.0.0.240 - - [2026-03-26 02:58:02] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.009157 10.0.0.240 - - [2026-03-26 02:58:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004182 10.0.0.240 - - [2026-03-26 02:58:02] "GET /network-policy/f75e6407-0092-42dc-9b61-7d356243b743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.005806 10.0.0.240 - - [2026-03-26 02:58:14] "POST /neutron/network HTTP/1.1" 200 1426 0.105191 10.0.0.240 - - [2026-03-26 02:58:14] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006726 10.0.0.240 - - [2026-03-26 02:58:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.007959 10.0.0.240 - - [2026-03-26 02:58:14] "GET /network-policy/b412f121-9037-4e7f-be32-e66124079924?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004971 10.0.0.22 - - [2026-03-26 02:58:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.004496 10.0.0.240 - - [2026-03-26 02:58:25] "POST /neutron/network HTTP/1.1" 200 1426 0.090792 10.0.0.22 - - [2026-03-26 02:58:25] "PUT /access-control-list/563f0298-4690-4cfd-a62c-041e3b3078b9 HTTP/1.1" 200 272 0.064282 10.0.0.240 - - [2026-03-26 02:58:25] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.010718 10.0.0.240 - - [2026-03-26 02:58:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003024 10.0.0.240 - - [2026-03-26 02:58:25] "GET /network-policy/03d5e95d-a624-4aa8-b77b-caf8ee628ac0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.004171 10.0.0.240 - - [2026-03-26 02:58:37] "POST /neutron/network HTTP/1.1" 200 1426 0.128148 10.0.0.240 - - [2026-03-26 02:58:37] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.006161 10.0.0.240 - - [2026-03-26 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003317 10.0.0.240 - - [2026-03-26 02:58:37] "GET /network-policy/5a7c295a-c3b1-4389-ac52-b8018b79c40b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.005699 10.0.0.240 - - [2026-03-26 02:58:47] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005534 10.0.0.240 - - [2026-03-26 02:58:47] "POST /neutron/network HTTP/1.1" 200 1337 0.079412 10.0.0.240 - - [2026-03-26 02:58:47] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007187 10.0.0.22 - - [2026-03-26 02:58:47] "POST /ref-update HTTP/1.1" 200 156 0.029321 10.0.0.240 - - [2026-03-26 02:58:47] "GET /virtual-machine/eb73066f-602e-472d-842d-836bbbd6d4da HTTP/1.1" 200 1304 0.004219 10.0.0.65 - - [2026-03-26 02:58:48] "GET /obj-perms HTTP/1.1" 200 5075 0.049429 10.0.0.240 - - [2026-03-26 02:58:48] "POST /neutron/port HTTP/1.1" 200 1228 0.087708 10.0.0.240 - - [2026-03-26 02:58:49] "GET /virtual-machine/eb73066f-602e-472d-842d-836bbbd6d4da HTTP/1.1" 404 171 0.003433 10.0.0.240 - - [2026-03-26 02:58:49] "GET /virtual-machine/eb73066f-602e-472d-842d-836bbbd6d4da HTTP/1.1" 404 171 0.003216 10.0.0.240 - - [2026-03-26 02:58:49] "GET /virtual-machine/eb73066f-602e-472d-842d-836bbbd6d4da HTTP/1.1" 404 171 0.003014 10.0.0.240 - - [2026-03-26 02:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.016357 10.0.0.240 - - [2026-03-26 02:58:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004370 10.0.0.240 - - [2026-03-26 02:58:50] "GET /virtual-networks?parent_id=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003231 10.0.0.240 - - [2026-03-26 02:58:50] "GET /virtual-network/69e779ed-76fa-4942-a05c-b555e194427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005480 10.0.0.240 - - [2026-03-26 02:58:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003658 10.0.0.240 - - [2026-03-26 02:58:50] "GET /routing-instance/f8419b1e-6520-4e25-97f6-f2d63d3db4a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1500 0.005952 10.0.0.240 - - [2026-03-26 02:58:50] "GET /route-target/752b622e-1e28-4608-9e6d-27186b7da858?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004022 10.0.0.240 - - [2026-03-26 02:58:52] "POST /neutron/port HTTP/1.1" 200 1238 0.041622 10.0.0.240 - - [2026-03-26 02:58:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003991 10.0.0.240 - - [2026-03-26 02:58:52] "POST /neutron/port HTTP/1.1" 200 117 0.001057 10.0.0.240 - - [2026-03-26 02:58:53] "GET /obj-perms HTTP/1.1" 200 5038 0.057246 10.0.0.65 - - [2026-03-26 02:58:56] "GET /obj-perms HTTP/1.1" 200 5038 0.003419 10.0.0.240 - - [2026-03-26 02:59:02] "GET /obj-perms HTTP/1.1" 200 5038 0.004110 10.0.0.22 - - [2026-03-26 02:59:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.22 - - [2026-03-26 02:59:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.22 - - [2026-03-26 02:59:03] "GET /global-system-configs HTTP/1.1" 401 293 0.001091 10.0.0.22 - - [2026-03-26 02:59:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000357 10.0.0.65 - - [2026-03-26 02:59:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.65 - - [2026-03-26 02:59:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.65 - - [2026-03-26 02:59:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.65 - - [2026-03-26 02:59:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000342 10.0.0.240 - - [2026-03-26 02:59:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.240 - - [2026-03-26 02:59:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.65 - - [2026-03-26 02:59:05] "GET /obj-perms HTTP/1.1" 200 5038 0.004004 10.0.0.240 - - [2026-03-26 02:59:05] "GET /obj-perms HTTP/1.1" 200 5038 0.003609 10.0.0.240 - - [2026-03-26 02:59:05] "GET /virtual-machine/60fe570f-fd57-4927-a63b-3937fc200e95 HTTP/1.1" 200 1304 0.004840 10.0.0.240 - - [2026-03-26 02:59:06] "POST /neutron/port HTTP/1.1" 200 1228 0.017008 10.0.0.240 - - [2026-03-26 02:59:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000506 10.0.0.240 - - [2026-03-26 02:59:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.240 - - [2026-03-26 02:59:07] "GET /virtual-machine/60fe570f-fd57-4927-a63b-3937fc200e95 HTTP/1.1" 404 171 0.003183 10.0.0.240 - - [2026-03-26 02:59:07] "GET /virtual-machine/60fe570f-fd57-4927-a63b-3937fc200e95 HTTP/1.1" 404 171 0.003404 10.0.0.240 - - [2026-03-26 02:59:07] "GET /virtual-machine/60fe570f-fd57-4927-a63b-3937fc200e95 HTTP/1.1" 404 171 0.004483 10.0.0.240 - - [2026-03-26 02:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.240 - - [2026-03-26 02:59:08] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003886 10.0.0.240 - - [2026-03-26 02:59:08] "GET /virtual-networks?parent_id=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 601 0.003011 10.0.0.240 - - [2026-03-26 02:59:08] "GET /virtual-network/a3295162-4b75-44c4-a921-2c05ccb62a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3177 0.007047 10.0.0.240 - - [2026-03-26 02:59:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003092 10.0.0.240 - - [2026-03-26 02:59:08] "GET /routing-instance/3c85cbcc-0811-4e07-8846-481ee86d9cbc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.005502 10.0.0.240 - - [2026-03-26 02:59:08] "GET /route-target/f584140f-6c7e-44fb-b2d7-e587656f1089?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005055 10.0.0.65 - - [2026-03-26 02:59:11] "GET /obj-perms HTTP/1.1" 200 5038 0.003780 10.0.0.240 - - [2026-03-26 02:59:14] "GET /obj-perms HTTP/1.1" 200 5038 0.004656 10.0.0.65 - - [2026-03-26 02:59:20] "GET /obj-perms HTTP/1.1" 200 5038 0.003889 10.0.0.240 - - [2026-03-26 02:59:23] "GET /obj-perms HTTP/1.1" 200 5038 0.004216 10.0.0.65 - - [2026-03-26 02:59:29] "GET /obj-perms HTTP/1.1" 200 5038 0.003923 10.0.0.240 - - [2026-03-26 02:59:32] "GET /obj-perms HTTP/1.1" 200 5038 0.004220 10.0.0.240 - - [2026-03-26 02:59:36] "GET /obj-perms HTTP/1.1" 200 5038 0.004165 10.0.0.65 - - [2026-03-26 02:59:36] "GET /obj-perms HTTP/1.1" 200 5038 0.003929 10.0.0.240 - - [2026-03-26 02:59:36] "GET /virtual-network/69e779ed-76fa-4942-a05c-b555e194427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3482 0.005593 10.0.0.22 - - [2026-03-26 02:59:36] "POST /fqname-to-id HTTP/1.1" 404 207 0.005887 10.0.0.240 - - [2026-03-26 02:59:36] "POST /neutron/network HTTP/1.1" 200 1337 0.123854 10.0.0.240 - - [2026-03-26 02:59:36] "GET /virtual-network/69e779ed-76fa-4942-a05c-b555e194427a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3176 0.008960 10.0.0.240 - - [2026-03-26 02:59:36] "DELETE /network-policy/b9d3d308-4d1d-4528-8045-240b9588a868 HTTP/1.1" 200 115 0.054793 10.0.0.240 - - [2026-03-26 02:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007675 10.0.0.65 - - [2026-03-26 02:59:36] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001101 10.0.0.240 - - [2026-03-26 02:59:36] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050246 10.0.0.240 - - [2026-03-26 02:59:36] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-66400336&detail=False&count=False&shared=False HTTP/1.1" 200 2126 0.011057 10.0.0.240 - - [2026-03-26 02:59:37] "DELETE /network-policy/5a7c295a-c3b1-4389-ac52-b8018b79c40b HTTP/1.1" 200 115 0.070836 10.0.0.240 - - [2026-03-26 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.65 - - [2026-03-26 02:59:37] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001617 10.0.0.240 - - [2026-03-26 02:59:37] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.070046 10.0.0.240 - - [2026-03-26 02:59:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-66400336&detail=False&count=False&shared=False HTTP/1.1" 200 1904 0.005636 10.0.0.240 - - [2026-03-26 02:59:37] "DELETE /network-policy/03d5e95d-a624-4aa8-b77b-caf8ee628ac0 HTTP/1.1" 200 115 0.044897 10.0.0.240 - - [2026-03-26 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006146 10.0.0.65 - - [2026-03-26 02:59:37] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000996 10.0.0.240 - - [2026-03-26 02:59:37] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.047514 10.0.0.240 - - [2026-03-26 02:59:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-66400336&detail=False&count=False&shared=False HTTP/1.1" 200 1682 0.005534 10.0.0.240 - - [2026-03-26 02:59:37] "DELETE /network-policy/b412f121-9037-4e7f-be32-e66124079924 HTTP/1.1" 200 115 0.039834 10.0.0.240 - - [2026-03-26 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.65 - - [2026-03-26 02:59:37] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001153 10.0.0.240 - - [2026-03-26 02:59:37] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.049747 10.0.0.240 - - [2026-03-26 02:59:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-66400336&detail=False&count=False&shared=False HTTP/1.1" 200 1460 0.006294 10.0.0.240 - - [2026-03-26 02:59:37] "DELETE /network-policy/f75e6407-0092-42dc-9b61-7d356243b743 HTTP/1.1" 200 115 0.037992 10.0.0.240 - - [2026-03-26 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.65 - - [2026-03-26 02:59:37] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001152 10.0.0.240 - - [2026-03-26 02:59:37] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.044882 10.0.0.240 - - [2026-03-26 02:59:37] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-66400336&detail=False&count=False&shared=False HTTP/1.1" 200 1238 0.005335 10.0.0.240 - - [2026-03-26 02:59:37] "DELETE /network-policy/16d414e3-8ffd-46f5-9e30-d32739b9a950 HTTP/1.1" 200 115 0.039489 10.0.0.240 - - [2026-03-26 02:59:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006089 10.0.0.65 - - [2026-03-26 02:59:38] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001436 10.0.0.240 - - [2026-03-26 02:59:38] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.054537 10.0.0.240 - - [2026-03-26 02:59:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-66400336&detail=False&count=False&shared=False HTTP/1.1" 200 1014 0.010902 10.0.0.240 - - [2026-03-26 02:59:38] "DELETE /network-policy/e7fa36d1-b89f-43c6-a29f-6bb0d1b30d43 HTTP/1.1" 200 115 0.045416 10.0.0.240 - - [2026-03-26 02:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008134 10.0.0.65 - - [2026-03-26 02:59:38] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001347 10.0.0.240 - - [2026-03-26 02:59:38] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.052988 10.0.0.240 - - [2026-03-26 02:59:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-66400336&detail=False&count=False&shared=False HTTP/1.1" 200 793 0.005984 10.0.0.240 - - [2026-03-26 02:59:38] "DELETE /network-policy/2d5c87b7-b5b7-4838-b936-9078789417e5 HTTP/1.1" 200 115 0.041679 10.0.0.240 - - [2026-03-26 02:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.65 - - [2026-03-26 02:59:38] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001318 10.0.0.240 - - [2026-03-26 02:59:38] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.052186 10.0.0.240 - - [2026-03-26 02:59:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-66400336&detail=False&count=False&shared=False HTTP/1.1" 200 572 0.005372 10.0.0.240 - - [2026-03-26 02:59:38] "DELETE /network-policy/7133aa6f-08f5-479e-83ed-72fb242326e0 HTTP/1.1" 200 115 0.052570 10.0.0.240 - - [2026-03-26 02:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.65 - - [2026-03-26 02:59:38] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001237 10.0.0.240 - - [2026-03-26 02:59:38] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.058791 10.0.0.240 - - [2026-03-26 02:59:38] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-66400336&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.005818 10.0.0.240 - - [2026-03-26 02:59:38] "DELETE /network-policy/36f69195-c2d9-4066-8c8e-dec714d94953 HTTP/1.1" 200 115 0.040525 10.0.0.240 - - [2026-03-26 02:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008112 10.0.0.65 - - [2026-03-26 02:59:39] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001307 10.0.0.240 - - [2026-03-26 02:59:39] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.050064 10.0.0.240 - - [2026-03-26 02:59:39] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-66400336&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005910 10.0.0.65 - - [2026-03-26 02:59:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003372 10.0.0.22 - - [2026-03-26 02:59:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.65 - - [2026-03-26 02:59:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004169 10.0.0.65 - - [2026-03-26 02:59:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003139 10.0.0.65 - - [2026-03-26 02:59:39] "POST /useragent-kv HTTP/1.1" 200 115 0.004708 10.0.0.65 - - [2026-03-26 02:59:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002811 10.0.0.65 - - [2026-03-26 02:59:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002193 10.0.0.240 - - [2026-03-26 02:59:39] "POST /neutron/network HTTP/1.1" 200 151 0.176825 10.0.0.22 - - [2026-03-26 02:59:39] "DELETE /route-target/f584140f-6c7e-44fb-b2d7-e587656f1089 HTTP/1.1" 200 115 0.038058 10.0.0.240 - - [2026-03-26 02:59:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003446 10.0.0.240 - - [2026-03-26 02:59:40] "DELETE /network-ipam/bec10a84-d182-4b4a-8300-4c791aef5a69 HTTP/1.1" 200 115 0.045521 10.0.0.240 - - [2026-03-26 02:59:40] "POST /fqname-to-id HTTP/1.1" 404 260 0.003470 10.0.0.65 - - [2026-03-26 02:59:40] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.65 - - [2026-03-26 02:59:40] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1517 0.040207 10.0.0.65 - - [2026-03-26 02:59:40] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000886 10.0.0.65 - - [2026-03-26 02:59:40] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?fields=security_groups HTTP/1.1" 200 1400 0.040120 10.0.0.65 - - [2026-03-26 02:59:40] "DELETE /security-group/87bc9e3a-5500-49e6-b118-7371b4c2abc3 HTTP/1.1" 200 115 0.056048 10.0.0.65 - - [2026-03-26 02:59:40] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000934 10.0.0.65 - - [2026-03-26 02:59:40] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?fields=application_policy_sets HTTP/1.1" 200 1439 0.061741 10.0.0.240 - - [2026-03-26 02:59:40] "DELETE /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9 HTTP/1.1" 200 115 0.420606 10.0.0.65 - - [2026-03-26 02:59:40] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000877 10.0.0.240 - - [2026-03-26 02:59:40] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?fields=projects HTTP/1.1" 200 1439 0.031245 10.0.0.65 - - [2026-03-26 02:59:41] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002953 10.0.0.65 - - [2026-03-26 02:59:42] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.65 - - [2026-03-26 02:59:42] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.050096 10.0.0.65 - - [2026-03-26 02:59:42] "POST /id-to-fqname HTTP/1.1" 200 202 0.002706 10.0.0.65 - - [2026-03-26 02:59:42] "POST /fqname-to-id HTTP/1.1" 404 211 0.005750 10.0.0.65 - - [2026-03-26 02:59:42] "POST /security-groups HTTP/1.1" 200 603 0.078054 10.0.0.22 - - [2026-03-26 02:59:42] "POST /fqname-to-id HTTP/1.1" 404 246 0.003070 10.0.0.65 - - [2026-03-26 02:59:42] "POST /projects HTTP/1.1" 200 609 0.290673 10.0.0.65 - - [2026-03-26 02:59:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.368360 10.0.0.22 - - [2026-03-26 02:59:42] "POST /access-control-lists HTTP/1.1" 200 606 0.032882 10.0.0.240 - - [2026-03-26 02:59:42] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.555721 10.0.0.65 - - [2026-03-26 02:59:42] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001372 10.0.0.240 - - [2026-03-26 02:59:42] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?fields=virtual_networks HTTP/1.1" 200 1057 0.060931 10.0.0.65 - - [2026-03-26 02:59:42] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001685 10.0.0.240 - - [2026-03-26 02:59:42] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.039935 10.0.0.65 - - [2026-03-26 02:59:42] "GET /projects?obj_uuids=a3cb0e08-c9cc-411d-b63e-24239786d7a9&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001030 10.0.0.240 - - [2026-03-26 02:59:42] "GET /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9?fields=security_groups HTTP/1.1" 200 1295 0.040347 10.0.0.240 - - [2026-03-26 02:59:43] "POST /fqname-to-id HTTP/1.1" 404 182 0.029574 10.0.0.65 - - [2026-03-26 02:59:43] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003603 10.0.0.65 - - [2026-03-26 02:59:43] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001002 10.0.0.65 - - [2026-03-26 02:59:43] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007604 10.0.0.65 - - [2026-03-26 02:59:43] "POST /id-to-fqname HTTP/1.1" 200 184 0.008754 10.0.0.65 - - [2026-03-26 02:59:43] "POST /fqname-to-id HTTP/1.1" 404 193 0.008527 10.0.0.65 - - [2026-03-26 02:59:44] "POST /security-groups HTTP/1.1" 200 585 0.077547 10.0.0.65 - - [2026-03-26 02:59:44] "POST /projects HTTP/1.1" 200 573 0.288536 10.0.0.65 - - [2026-03-26 02:59:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.321769 10.0.0.22 - - [2026-03-26 02:59:44] "POST /fqname-to-id HTTP/1.1" 404 227 0.011146 10.0.0.240 - - [2026-03-26 02:59:44] "GET /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.496037 10.0.0.240 - - [2026-03-26 02:59:45] "GET / HTTP/1.1" 200 35931 0.002035 10.0.0.240 - - [2026-03-26 02:59:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000414 10.0.0.240 - - [2026-03-26 02:59:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.060270 10.0.0.65 - - [2026-03-26 02:59:46] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001049 10.0.0.240 - - [2026-03-26 02:59:46] "GET /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.046196 10.0.0.240 - - [2026-03-26 02:59:46] "POST /neutron/network HTTP/1.1" 200 117 0.043547 10.0.0.22 - - [2026-03-26 02:59:46] "POST /ref-update HTTP/1.1" 200 156 0.024040 10.0.0.65 - - [2026-03-26 02:59:47] "POST /useragent-kv HTTP/1.1" 200 115 0.011916 10.0.0.240 - - [2026-03-26 02:59:47] "POST /neutron/subnet HTTP/1.1" 200 823 0.196468 10.0.0.240 - - [2026-03-26 02:59:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.001208 10.0.0.240 - - [2026-03-26 02:59:47] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005821 10.0.0.240 - - [2026-03-26 02:59:47] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005826 10.0.0.240 - - [2026-03-26 02:59:47] "POST /neutron/network HTTP/1.1" 200 990 0.009170 10.0.0.240 - - [2026-03-26 02:59:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002979 10.0.0.65 - - [2026-03-26 02:59:47] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000934 10.0.0.240 - - [2026-03-26 02:59:47] "GET /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.045110 10.0.0.240 - - [2026-03-26 02:59:47] "POST /neutron/network HTTP/1.1" 200 117 0.014338 10.0.0.65 - - [2026-03-26 02:59:48] "POST /useragent-kv HTTP/1.1" 200 115 0.007633 10.0.0.240 - - [2026-03-26 02:59:48] "POST /neutron/subnet HTTP/1.1" 200 828 0.214148 10.0.0.240 - - [2026-03-26 02:59:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001299 10.0.0.240 - - [2026-03-26 02:59:48] "GET /virtual-network/886a2569-4715-4111-8da2-cc0a9b58fc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005611 10.0.0.240 - - [2026-03-26 02:59:48] "GET /virtual-network/886a2569-4715-4111-8da2-cc0a9b58fc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006566 10.0.0.240 - - [2026-03-26 02:59:48] "POST /neutron/network HTTP/1.1" 200 992 0.009054 10.0.0.240 - - [2026-03-26 02:59:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001158 10.0.0.240 - - [2026-03-26 02:59:48] "POST /neutron/network HTTP/1.1" 200 1000 0.006751 10.0.0.22 - - [2026-03-26 02:59:49] "GET /obj-perms HTTP/1.1" 200 5075 0.061224 10.0.0.65 - - [2026-03-26 02:59:49] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001144 10.0.0.240 - - [2026-03-26 02:59:49] "GET /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.174495 10.0.0.240 - - [2026-03-26 02:59:49] "POST /neutron/port HTTP/1.1" 200 117 0.006171 10.0.0.240 - - [2026-03-26 02:59:49] "POST /id-to-fqname HTTP/1.1" 200 214 0.001081 10.0.0.240 - - [2026-03-26 02:59:50] "POST /neutron/network HTTP/1.1" 200 1000 0.008507 10.0.0.65 - - [2026-03-26 02:59:50] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.003214 10.0.0.240 - - [2026-03-26 02:59:50] "POST /neutron/port HTTP/1.1" 200 1159 0.054671 10.0.0.240 - - [2026-03-26 02:59:50] "GET /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.102471 10.0.0.240 - - [2026-03-26 02:59:51] "POST /neutron/port HTTP/1.1" 200 1223 0.019351 10.0.0.240 - - [2026-03-26 02:59:51] "POST /neutron/subnet HTTP/1.1" 200 1375 0.012825 10.0.0.240 - - [2026-03-26 02:59:51] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.240 - - [2026-03-26 02:59:51] "POST /neutron/port HTTP/1.1" 200 117 0.006928 10.0.0.240 - - [2026-03-26 02:59:51] "POST /id-to-fqname HTTP/1.1" 200 214 0.001210 10.0.0.240 - - [2026-03-26 02:59:51] "POST /neutron/network HTTP/1.1" 200 1002 0.007211 10.0.0.240 - - [2026-03-26 02:59:52] "POST /neutron/port HTTP/1.1" 200 1159 0.023746 10.0.0.240 - - [2026-03-26 02:59:52] "POST /neutron/port HTTP/1.1" 200 1223 0.022176 10.0.0.240 - - [2026-03-26 02:59:52] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014959 10.0.0.65 - - [2026-03-26 02:59:52] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001056 10.0.0.240 - - [2026-03-26 02:59:52] "GET /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.117321 10.0.0.240 - - [2026-03-26 02:59:52] "POST /neutron/network HTTP/1.1" 200 990 0.047313 10.0.0.240 - - [2026-03-26 02:59:52] "POST /neutron/security_group HTTP/1.1" 200 2052 0.010226 10.0.0.240 - - [2026-03-26 02:59:52] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007334 10.0.0.240 - - [2026-03-26 02:59:53] "POST /neutron/port HTTP/1.1" 200 1223 0.016429 10.0.0.240 - - [2026-03-26 02:59:53] "GET /virtual-machine/5c367cb5-aab5-4448-88dd-ccdd982cde51 HTTP/1.1" 401 293 0.000425 10.0.0.65 - - [2026-03-26 02:59:53] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000881 10.0.0.240 - - [2026-03-26 02:59:53] "POST /neutron/port HTTP/1.1" 200 1161 0.373155 10.0.0.240 - - [2026-03-26 02:59:53] "GET /virtual-machine/5c367cb5-aab5-4448-88dd-ccdd982cde51 HTTP/1.1" 200 1285 0.039639 10.0.0.240 - - [2026-03-26 02:59:53] "GET /virtual-machine-interface/cd6c9906-deaf-4cd5-af36-5c594fa2c02a HTTP/1.1" 200 3106 0.005012 10.0.0.240 - - [2026-03-26 02:59:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005396 10.0.0.240 - - [2026-03-26 02:59:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003517 10.0.0.240 - - [2026-03-26 02:59:53] "GET /virtual-networks?parent_id=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.002937 10.0.0.240 - - [2026-03-26 02:59:53] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.017049 10.0.0.240 - - [2026-03-26 02:59:53] "POST /neutron/port HTTP/1.1" 200 1215 0.149945 10.0.0.240 - - [2026-03-26 02:59:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003539 10.0.0.240 - - [2026-03-26 02:59:53] "POST /neutron/port HTTP/1.1" 200 117 0.001271 10.0.0.240 - - [2026-03-26 02:59:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.240 - - [2026-03-26 02:59:56] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005867 10.0.0.22 - - [2026-03-26 03:00:00] "DELETE /access-control-list/57976094-9cf9-4623-a03e-cb7dc2c0c7dd HTTP/1.1" 200 115 0.109605 10.0.0.240 - - [2026-03-26 03:00:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.240 - - [2026-03-26 03:00:00] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005707 10.0.0.240 - - [2026-03-26 03:00:01] "POST /neutron/port HTTP/1.1" 200 1223 0.022410 10.0.0.240 - - [2026-03-26 03:00:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003825 10.0.0.240 - - [2026-03-26 03:00:01] "POST /neutron/port HTTP/1.1" 200 117 0.001534 10.0.0.240 - - [2026-03-26 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.240 - - [2026-03-26 03:00:04] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006060 10.0.0.240 - - [2026-03-26 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003574 10.0.0.240 - - [2026-03-26 03:00:09] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005729 10.0.0.240 - - [2026-03-26 03:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003611 10.0.0.240 - - [2026-03-26 03:00:13] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005410 10.0.0.65 - - [2026-03-26 03:00:16] "DELETE /project/a3cb0e08-c9cc-411d-b63e-24239786d7a9 HTTP/1.1" 404 177 0.002681 10.0.0.65 - - [2026-03-26 03:00:16] "DELETE /project/1a928a5fb1cb4054a65bd561f8b23aed HTTP/1.1" 404 173 0.007029 10.0.0.65 - - [2026-03-26 03:00:16] "DELETE /project/a3cb0e08c9cc411db63e24239786d7a9 HTTP/1.1" 404 173 0.005805 10.0.0.240 - - [2026-03-26 03:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.240 - - [2026-03-26 03:00:17] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005673 10.0.0.240 - - [2026-03-26 03:00:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.240 - - [2026-03-26 03:00:21] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006828 10.0.0.240 - - [2026-03-26 03:00:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003617 10.0.0.240 - - [2026-03-26 03:00:25] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005414 10.0.0.240 - - [2026-03-26 03:00:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004050 10.0.0.240 - - [2026-03-26 03:00:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004496 10.0.0.240 - - [2026-03-26 03:00:29] "GET /virtual-networks?parent_id=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003671 10.0.0.240 - - [2026-03-26 03:00:29] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007276 10.0.0.240 - - [2026-03-26 03:00:29] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007247 10.0.0.240 - - [2026-03-26 03:00:37] "POST /neutron/port HTTP/1.1" 200 1223 0.017912 10.0.0.240 - - [2026-03-26 03:00:40] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007723 10.0.0.240 - - [2026-03-26 03:00:47] "POST /neutron/port HTTP/1.1" 200 1223 0.018375 10.0.0.240 - - [2026-03-26 03:00:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008070 10.0.0.240 - - [2026-03-26 03:00:50] "POST /neutron/port HTTP/1.1" 200 1223 0.019376 10.0.0.240 - - [2026-03-26 03:00:50] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008210 10.0.0.240 - - [2026-03-26 03:00:50] "GET /virtual-machine/14ed8494-ae91-4c90-a3a1-8d679a7eafd0 HTTP/1.1" 200 1286 0.006078 10.0.0.240 - - [2026-03-26 03:00:50] "GET /virtual-machine-interface/567d4bd2-8e44-4641-a157-5988a0e1a415 HTTP/1.1" 200 3105 0.005227 10.0.0.240 - - [2026-03-26 03:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.240 - - [2026-03-26 03:00:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004142 10.0.0.240 - - [2026-03-26 03:00:50] "GET /virtual-networks?parent_id=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003140 10.0.0.240 - - [2026-03-26 03:00:50] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.008267 10.0.0.240 - - [2026-03-26 03:00:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.240 - - [2026-03-26 03:00:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003717 10.0.0.240 - - [2026-03-26 03:00:51] "GET /virtual-networks?parent_id=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003300 10.0.0.240 - - [2026-03-26 03:00:51] "GET /virtual-network/43ac6fab-d270-4f5a-a04c-685a39343e22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006341 10.0.0.240 - - [2026-03-26 03:00:55] "POST /neutron/port HTTP/1.1" 200 1223 0.021044 10.0.0.240 - - [2026-03-26 03:00:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004151 10.0.0.240 - - [2026-03-26 03:00:55] "POST /neutron/port HTTP/1.1" 200 117 0.001106 10.0.0.240 - - [2026-03-26 03:00:57] "POST /neutron/port HTTP/1.1" 200 1223 0.027961 10.0.0.240 - - [2026-03-26 03:01:01] "POST /neutron/port HTTP/1.1" 200 1223 0.018653 10.0.0.240 - - [2026-03-26 03:01:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004211 10.0.0.240 - - [2026-03-26 03:01:01] "POST /neutron/port HTTP/1.1" 200 117 0.001145 10.0.0.240 - - [2026-03-26 03:01:02] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009445 10.0.0.240 - - [2026-03-26 03:01:02] "POST /neutron/port HTTP/1.1" 200 1225 0.019149 10.0.0.240 - - [2026-03-26 03:01:02] "GET /virtual-machine/fd109a5c-1507-4026-a317-c1e42423a48a HTTP/1.1" 200 1287 0.006838 10.0.0.240 - - [2026-03-26 03:01:02] "GET /virtual-machine-interface/19cedfe8-496b-4bcd-8086-a485b0fd36db HTTP/1.1" 200 3104 0.006689 10.0.0.240 - - [2026-03-26 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.240 - - [2026-03-26 03:01:02] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003937 10.0.0.240 - - [2026-03-26 03:01:02] "GET /virtual-networks?parent_id=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003623 10.0.0.240 - - [2026-03-26 03:01:02] "GET /virtual-network/886a2569-4715-4111-8da2-cc0a9b58fc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005913 10.0.0.240 - - [2026-03-26 03:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004010 10.0.0.240 - - [2026-03-26 03:01:03] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006527 10.0.0.240 - - [2026-03-26 03:01:03] "GET /virtual-networks?parent_id=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 559 0.003141 10.0.0.240 - - [2026-03-26 03:01:03] "GET /virtual-network/886a2569-4715-4111-8da2-cc0a9b58fc94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006732 10.0.0.240 - - [2026-03-26 03:01:05] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003613 10.0.0.240 - - [2026-03-26 03:01:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.002988 10.0.0.240 - - [2026-03-26 03:01:05] "GET /global-qos-config/f1e23ec6-e4b5-4968-a31c-b6d890de7d2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1085 0.004338 10.0.0.240 - - [2026-03-26 03:01:05] "POST /fqname-to-id HTTP/1.1" 404 222 0.005261 10.0.0.240 - - [2026-03-26 03:01:05] "POST /forwarding-classs HTTP/1.1" 200 576 0.033947 10.0.0.240 - - [2026-03-26 03:01:05] "POST /id-to-fqname HTTP/1.1" 200 232 0.003455 10.0.0.240 - - [2026-03-26 03:01:05] "GET /forwarding-class/9b57c290-d463-4454-bab1-5ded29eea2d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1252 0.005003 10.0.0.65 - - [2026-03-26 03:01:05] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.033897 10.0.0.240 - - [2026-03-26 03:01:05] "GET /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.076275 10.0.0.240 - - [2026-03-26 03:01:05] "POST /fqname-to-id HTTP/1.1" 404 211 0.003518 10.0.0.240 - - [2026-03-26 03:01:05] "POST /qos-configs HTTP/1.1" 200 543 0.052401 10.0.0.240 - - [2026-03-26 03:01:06] "POST /id-to-fqname HTTP/1.1" 200 217 0.004153 10.0.0.240 - - [2026-03-26 03:01:06] "GET /qos-config/76f4aed7-70b5-40d7-b4e7-e3b3cc94017c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004356 10.0.0.240 - - [2026-03-26 03:01:06] "GET /virtual-machine-interface/cd6c9906-deaf-4cd5-af36-5c594fa2c02a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.005584 10.0.0.240 - - [2026-03-26 03:01:06] "POST /ref-update HTTP/1.1" 200 156 0.016209 10.0.0.240 - - [2026-03-26 03:01:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007670 10.0.0.240 - - [2026-03-26 03:01:06] "POST /neutron/port HTTP/1.1" 200 1223 0.020808 10.0.0.240 - - [2026-03-26 03:01:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007660 10.0.0.240 - - [2026-03-26 03:01:06] "POST /id-to-fqname HTTP/1.1" 200 214 0.001295 10.0.0.240 - - [2026-03-26 03:01:06] "GET /virtual-machine/5c367cb5-aab5-4448-88dd-ccdd982cde51 HTTP/1.1" 200 1285 0.003685 10.0.0.240 - - [2026-03-26 03:01:06] "GET /virtual-machine-interface/cd6c9906-deaf-4cd5-af36-5c594fa2c02a HTTP/1.1" 200 3353 0.005609 10.0.0.240 - - [2026-03-26 03:01:06] "GET /instance-ip/2af5ffba-6c9d-4b52-9a00-c5454680c9f3 HTTP/1.1" 200 1607 0.005892 10.0.0.240 - - [2026-03-26 03:01:06] "GET /instance-ip/4a7af7ba-803e-45cf-9497-370f40cdd6d0 HTTP/1.1" 200 1627 0.006033 10.0.0.240 - - [2026-03-26 03:01:06] "POST /neutron/port HTTP/1.1" 200 1223 0.019772 10.0.0.240 - - [2026-03-26 03:01:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.011565 10.0.0.240 - - [2026-03-26 03:01:06] "POST /neutron/port HTTP/1.1" 200 1223 0.017167 10.0.0.240 - - [2026-03-26 03:01:07] "POST /neutron/network HTTP/1.1" 200 990 0.009285 10.0.0.240 - - [2026-03-26 03:01:07] "POST /id-to-fqname HTTP/1.1" 200 214 0.001452 10.0.0.240 - - [2026-03-26 03:01:07] "GET /virtual-machine/14ed8494-ae91-4c90-a3a1-8d679a7eafd0 HTTP/1.1" 200 1286 0.004231 10.0.0.240 - - [2026-03-26 03:01:07] "GET /virtual-machine-interface/567d4bd2-8e44-4641-a157-5988a0e1a415 HTTP/1.1" 200 3105 0.005745 10.0.0.240 - - [2026-03-26 03:01:07] "GET /instance-ip/2fda91ff-f52a-4294-b710-2032df86698c HTTP/1.1" 200 1607 0.006206 10.0.0.240 - - [2026-03-26 03:01:07] "GET /instance-ip/76af06d3-8589-452e-8433-036d26b37a98 HTTP/1.1" 200 1626 0.005943 10.0.0.240 - - [2026-03-26 03:01:31] "GET /virtual-machine-interface/cd6c9906-deaf-4cd5-af36-5c594fa2c02a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2938 0.005949 10.0.0.240 - - [2026-03-26 03:01:31] "POST /ref-update HTTP/1.1" 200 156 0.015904 10.0.0.240 - - [2026-03-26 03:01:31] "DELETE /qos-config/76f4aed7-70b5-40d7-b4e7-e3b3cc94017c HTTP/1.1" 200 115 0.039352 10.0.0.240 - - [2026-03-26 03:01:31] "POST /id-to-fqname HTTP/1.1" 200 232 0.001256 10.0.0.240 - - [2026-03-26 03:01:31] "DELETE /forwarding-class/9b57c290-d463-4454-bab1-5ded29eea2d1 HTTP/1.1" 200 115 0.031448 10.0.0.240 - - [2026-03-26 03:01:33] "POST /neutron/port HTTP/1.1" 200 1225 0.018036 10.0.0.240 - - [2026-03-26 03:01:33] "POST /neutron/port HTTP/1.1" 200 1223 0.016929 10.0.0.240 - - [2026-03-26 03:01:33] "POST /neutron/port HTTP/1.1" 200 1213 0.014411 10.0.0.240 - - [2026-03-26 03:01:34] "POST /neutron/network HTTP/1.1" 200 992 0.010087 10.0.0.22 - - [2026-03-26 03:01:35] "DELETE /route-target/9b644214-08ef-4fc5-ac50-6b0a9f8d960c HTTP/1.1" 200 115 0.032763 10.0.0.65 - - [2026-03-26 03:01:35] "POST /useragent-kv HTTP/1.1" 200 115 0.006094 10.0.0.65 - - [2026-03-26 03:01:35] "POST /useragent-kv HTTP/1.1" 200 115 0.008679 10.0.0.65 - - [2026-03-26 03:01:35] "POST /useragent-kv HTTP/1.1" 200 115 0.006027 10.0.0.65 - - [2026-03-26 03:01:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003221 10.0.0.240 - - [2026-03-26 03:01:35] "POST /neutron/network HTTP/1.1" 200 151 0.201120 10.0.0.65 - - [2026-03-26 03:01:35] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001516 10.0.0.240 - - [2026-03-26 03:01:35] "GET /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.115057 10.0.0.65 - - [2026-03-26 03:01:35] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001878 10.0.0.240 - - [2026-03-26 03:01:35] "GET /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed?fields=virtual_networks HTTP/1.1" 200 1020 0.065213 10.0.0.65 - - [2026-03-26 03:01:35] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002543 10.0.0.240 - - [2026-03-26 03:01:35] "GET /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.075770 10.0.0.65 - - [2026-03-26 03:01:35] "GET /projects?obj_uuids=1a928a5f-b1cb-4054-a65b-d561f8b23aed&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001651 10.0.0.240 - - [2026-03-26 03:01:35] "GET /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed?fields=security_groups HTTP/1.1" 200 1240 0.064545 10.0.0.240 - - [2026-03-26 03:01:36] "POST /fqname-to-id HTTP/1.1" 404 181 0.036410 10.0.0.65 - - [2026-03-26 03:01:36] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.012077 10.0.0.65 - - [2026-03-26 03:01:36] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000923 10.0.0.65 - - [2026-03-26 03:01:36] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.055225 10.0.0.65 - - [2026-03-26 03:01:37] "POST /id-to-fqname HTTP/1.1" 200 183 0.004488 10.0.0.65 - - [2026-03-26 03:01:37] "POST /fqname-to-id HTTP/1.1" 404 192 0.009989 10.0.0.65 - - [2026-03-26 03:01:37] "POST /security-groups HTTP/1.1" 200 584 0.050793 10.0.0.22 - - [2026-03-26 03:01:37] "POST /fqname-to-id HTTP/1.1" 404 227 0.006916 10.0.0.65 - - [2026-03-26 03:01:37] "POST /projects HTTP/1.1" 200 571 0.287015 10.0.0.65 - - [2026-03-26 03:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.347174 10.0.0.240 - - [2026-03-26 03:01:37] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.580215 10.0.0.22 - - [2026-03-26 03:01:37] "POST /access-control-lists HTTP/1.1" 200 587 0.073660 10.0.0.240 - - [2026-03-26 03:01:38] "GET / HTTP/1.1" 200 35931 0.001759 10.0.0.240 - - [2026-03-26 03:01:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000410 10.0.0.240 - - [2026-03-26 03:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.064207 10.0.0.65 - - [2026-03-26 03:01:41] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001297 10.0.0.240 - - [2026-03-26 03:01:41] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.053486 10.0.0.65 - - [2026-03-26 03:01:41] "POST /useragent-kv HTTP/1.1" 200 115 0.012961 10.0.0.240 - - [2026-03-26 03:01:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.241291 10.0.0.240 - - [2026-03-26 03:01:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001221 10.0.0.240 - - [2026-03-26 03:01:41] "GET /virtual-network/5dd9b922-c377-4458-8041-cb285cb646d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005232 10.0.0.240 - - [2026-03-26 03:01:41] "GET /virtual-network/5dd9b922-c377-4458-8041-cb285cb646d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006556 10.0.0.240 - - [2026-03-26 03:01:41] "POST /neutron/network HTTP/1.1" 200 829 0.006796 10.0.0.240 - - [2026-03-26 03:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.240 - - [2026-03-26 03:01:41] "GET /virtual-network/5dd9b922-c377-4458-8041-cb285cb646d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005585 10.0.0.22 - - [2026-03-26 03:01:41] "POST /route-targets HTTP/1.1" 200 323 0.020689 10.0.0.240 - - [2026-03-26 03:01:41] "PUT /virtual-network/5dd9b922-c377-4458-8041-cb285cb646d0 HTTP/1.1" 200 264 0.064597 10.0.0.240 - - [2026-03-26 03:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.65 - - [2026-03-26 03:01:41] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001283 10.0.0.240 - - [2026-03-26 03:01:42] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.047802 10.0.0.65 - - [2026-03-26 03:01:42] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001260 10.0.0.240 - - [2026-03-26 03:01:42] "POST /neutron/network HTTP/1.1" 200 612 0.126328 10.0.0.22 - - [2026-03-26 03:01:42] "POST /ref-update HTTP/1.1" 200 156 0.021888 10.0.0.240 - - [2026-03-26 03:01:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.003753 10.0.0.240 - - [2026-03-26 03:01:42] "GET /virtual-network/f8afe3de-98fc-453c-9af3-e4b49ffc832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006368 10.0.0.240 - - [2026-03-26 03:01:42] "POST /neutron/network HTTP/1.1" 200 830 0.006550 10.0.0.240 - - [2026-03-26 03:01:42] "GET /virtual-network/f8afe3de-98fc-453c-9af3-e4b49ffc832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005531 10.0.0.240 - - [2026-03-26 03:01:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.240 - - [2026-03-26 03:01:42] "GET /virtual-network/f8afe3de-98fc-453c-9af3-e4b49ffc832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005824 10.0.0.240 - - [2026-03-26 03:01:42] "PUT /virtual-network/f8afe3de-98fc-453c-9af3-e4b49ffc832f HTTP/1.1" 200 264 0.070732 10.0.0.240 - - [2026-03-26 03:01:42] "POST /id-to-fqname HTTP/1.1" 200 220 0.001315 10.0.0.240 - - [2026-03-26 03:01:42] "POST /neutron/network HTTP/1.1" 200 839 0.007874 10.0.0.65 - - [2026-03-26 03:01:43] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001210 10.0.0.240 - - [2026-03-26 03:01:43] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.068205 10.0.0.240 - - [2026-03-26 03:01:43] "POST /neutron/port HTTP/1.1" 200 117 0.006931 10.0.0.240 - - [2026-03-26 03:01:43] "POST /id-to-fqname HTTP/1.1" 200 220 0.001255 10.0.0.240 - - [2026-03-26 03:01:44] "POST /neutron/network HTTP/1.1" 200 839 0.007713 10.0.0.240 - - [2026-03-26 03:01:44] "POST /neutron/port HTTP/1.1" 200 1051 0.019690 10.0.0.65 - - [2026-03-26 03:01:45] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001772 10.0.0.240 - - [2026-03-26 03:01:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004696 10.0.0.240 - - [2026-03-26 03:01:45] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.083696 10.0.0.240 - - [2026-03-26 03:01:45] "POST /neutron/network HTTP/1.1" 200 830 0.052052 10.0.0.240 - - [2026-03-26 03:01:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007766 10.0.0.240 - - [2026-03-26 03:01:45] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007055 10.0.0.240 - - [2026-03-26 03:01:46] "POST /neutron/port HTTP/1.1" 200 1052 0.017025 10.0.0.240 - - [2026-03-26 03:01:46] "POST /neutron/port HTTP/1.1" 200 1116 0.022455 10.0.0.240 - - [2026-03-26 03:01:46] "POST /neutron/port HTTP/1.1" 200 117 0.001253 10.0.0.240 - - [2026-03-26 03:01:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006866 10.0.0.240 - - [2026-03-26 03:01:50] "POST /neutron/port HTTP/1.1" 200 1115 0.020901 10.0.0.240 - - [2026-03-26 03:01:50] "GET /virtual-machine/87b32e68-88e1-4716-9563-96d072b953b2 HTTP/1.1" 401 293 0.000495 10.0.0.240 - - [2026-03-26 03:01:51] "GET /virtual-machine/87b32e68-88e1-4716-9563-96d072b953b2 HTTP/1.1" 200 1285 0.055382 10.0.0.240 - - [2026-03-26 03:01:51] "GET /virtual-machine-interface/517e65e3-c439-4b67-92c9-c306447f84ed HTTP/1.1" 200 2927 0.005689 10.0.0.240 - - [2026-03-26 03:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.240 - - [2026-03-26 03:01:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004048 10.0.0.240 - - [2026-03-26 03:01:51] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003118 10.0.0.240 - - [2026-03-26 03:01:51] "GET /virtual-network/5dd9b922-c377-4458-8041-cb285cb646d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005704 10.0.0.240 - - [2026-03-26 03:01:53] "POST /neutron/security_group HTTP/1.1" 200 2051 0.035199 10.0.0.240 - - [2026-03-26 03:01:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.240 - - [2026-03-26 03:01:54] "GET /virtual-network/5dd9b922-c377-4458-8041-cb285cb646d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005186 10.0.0.240 - - [2026-03-26 03:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.240 - - [2026-03-26 03:01:56] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004217 10.0.0.240 - - [2026-03-26 03:01:56] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004091 10.0.0.240 - - [2026-03-26 03:01:56] "GET /virtual-network/5dd9b922-c377-4458-8041-cb285cb646d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007682 10.0.0.240 - - [2026-03-26 03:01:57] "POST /neutron/port HTTP/1.1" 200 1116 0.018183 10.0.0.240 - - [2026-03-26 03:01:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007635 10.0.0.240 - - [2026-03-26 03:01:57] "GET /virtual-machine/6663c396-e9db-4722-a891-a97816d24992 HTTP/1.1" 200 1285 0.008700 10.0.0.240 - - [2026-03-26 03:01:57] "GET /virtual-machine-interface/02804e9a-18f4-43c6-a686-41203d75e479 HTTP/1.1" 200 2926 0.005984 10.0.0.240 - - [2026-03-26 03:01:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.240 - - [2026-03-26 03:01:57] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004423 10.0.0.240 - - [2026-03-26 03:01:57] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003371 10.0.0.240 - - [2026-03-26 03:01:57] "GET /virtual-network/f8afe3de-98fc-453c-9af3-e4b49ffc832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006413 10.0.0.240 - - [2026-03-26 03:01:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.240 - - [2026-03-26 03:01:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004651 10.0.0.240 - - [2026-03-26 03:01:58] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002712 10.0.0.240 - - [2026-03-26 03:01:58] "GET /virtual-network/f8afe3de-98fc-453c-9af3-e4b49ffc832f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2108 0.006159 10.0.0.240 - - [2026-03-26 03:01:58] "POST /routing-policys HTTP/1.1" 200 534 0.026423 10.0.0.240 - - [2026-03-26 03:01:58] "GET /virtual-network/5dd9b922-c377-4458-8041-cb285cb646d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.016197 10.0.0.240 - - [2026-03-26 03:01:58] "PUT /virtual-network/5dd9b922-c377-4458-8041-cb285cb646d0 HTTP/1.1" 200 264 0.066584 10.0.0.22 - - [2026-03-26 03:02:00] "DELETE /access-control-list/8d5b0c13-44f6-439f-b1fe-3bd557f556db HTTP/1.1" 200 115 0.037399 10.0.0.240 - - [2026-03-26 03:02:01] "POST /neutron/port HTTP/1.1" 200 1116 0.023941 10.0.0.240 - - [2026-03-26 03:02:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004920 10.0.0.240 - - [2026-03-26 03:02:01] "POST /neutron/network HTTP/1.1" 200 830 0.008411 10.0.0.240 - - [2026-03-26 03:02:03] "POST /ref-update HTTP/1.1" 200 156 0.052486 10.0.0.240 - - [2026-03-26 03:02:03] "DELETE /routing-policy/f9e1efd1-be11-46da-91aa-5f72b635238f HTTP/1.1" 200 115 0.052443 10.0.0.240 - - [2026-03-26 03:02:03] "POST /neutron/port HTTP/1.1" 200 1116 0.018330 10.0.0.240 - - [2026-03-26 03:02:03] "POST /neutron/port HTTP/1.1" 200 1115 0.016206 10.0.0.240 - - [2026-03-26 03:02:05] "POST /neutron/network HTTP/1.1" 200 830 0.006583 10.0.0.22 - - [2026-03-26 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004456 10.0.0.22 - - [2026-03-26 03:02:05] "DELETE /route-target/667f5660-9873-43d3-8c33-e0d1821ad489 HTTP/1.1" 409 239 0.015253 10.0.0.65 - - [2026-03-26 03:02:05] "POST /useragent-kv HTTP/1.1" 200 115 0.006277 10.0.0.65 - - [2026-03-26 03:02:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007696 10.0.0.22 - - [2026-03-26 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.240 - - [2026-03-26 03:02:05] "POST /neutron/network HTTP/1.1" 200 151 0.171756 10.0.0.240 - - [2026-03-26 03:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004073 10.0.0.65 - - [2026-03-26 03:02:08] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000932 10.0.0.240 - - [2026-03-26 03:02:08] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.052070 10.0.0.22 - - [2026-03-26 03:02:08] "POST /ref-update HTTP/1.1" 200 156 0.026650 10.0.0.65 - - [2026-03-26 03:02:08] "POST /useragent-kv HTTP/1.1" 200 115 0.008246 10.0.0.240 - - [2026-03-26 03:02:08] "POST /neutron/subnet HTTP/1.1" 200 729 0.233385 10.0.0.240 - - [2026-03-26 03:02:08] "POST /id-to-fqname HTTP/1.1" 200 220 0.001438 10.0.0.240 - - [2026-03-26 03:02:08] "GET /virtual-network/c38fe874-37a3-4ff3-8126-c74fddcd7020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005344 10.0.0.240 - - [2026-03-26 03:02:08] "GET /virtual-network/c38fe874-37a3-4ff3-8126-c74fddcd7020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006248 10.0.0.240 - - [2026-03-26 03:02:08] "POST /neutron/network HTTP/1.1" 200 832 0.006442 10.0.0.240 - - [2026-03-26 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.240 - - [2026-03-26 03:02:09] "GET /virtual-network/c38fe874-37a3-4ff3-8126-c74fddcd7020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005835 10.0.0.240 - - [2026-03-26 03:02:09] "PUT /virtual-network/c38fe874-37a3-4ff3-8126-c74fddcd7020 HTTP/1.1" 200 264 0.068927 10.0.0.240 - - [2026-03-26 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004171 10.0.0.65 - - [2026-03-26 03:02:09] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000928 10.0.0.240 - - [2026-03-26 03:02:09] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.045108 10.0.0.65 - - [2026-03-26 03:02:09] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000950 10.0.0.240 - - [2026-03-26 03:02:09] "POST /neutron/network HTTP/1.1" 200 612 0.132860 10.0.0.22 - - [2026-03-26 03:02:09] "POST /route-targets HTTP/1.1" 200 327 0.014927 10.0.0.240 - - [2026-03-26 03:02:09] "POST /id-to-fqname HTTP/1.1" 200 220 0.002870 10.0.0.240 - - [2026-03-26 03:02:09] "GET /virtual-network/fa30e5ed-68cc-488e-971c-ebb1d2a198d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007023 10.0.0.240 - - [2026-03-26 03:02:09] "POST /neutron/network HTTP/1.1" 200 833 0.006007 10.0.0.240 - - [2026-03-26 03:02:09] "GET /virtual-network/fa30e5ed-68cc-488e-971c-ebb1d2a198d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008434 10.0.0.240 - - [2026-03-26 03:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004014 10.0.0.240 - - [2026-03-26 03:02:09] "GET /virtual-network/fa30e5ed-68cc-488e-971c-ebb1d2a198d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.004949 10.0.0.240 - - [2026-03-26 03:02:09] "PUT /virtual-network/fa30e5ed-68cc-488e-971c-ebb1d2a198d3 HTTP/1.1" 200 264 0.064694 10.0.0.240 - - [2026-03-26 03:02:10] "POST /id-to-fqname HTTP/1.1" 200 220 0.001514 10.0.0.240 - - [2026-03-26 03:02:10] "POST /neutron/network HTTP/1.1" 200 842 0.007029 10.0.0.65 - - [2026-03-26 03:02:10] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001217 10.0.0.240 - - [2026-03-26 03:02:11] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.100760 10.0.0.240 - - [2026-03-26 03:02:11] "POST /neutron/port HTTP/1.1" 200 117 0.007099 10.0.0.240 - - [2026-03-26 03:02:11] "POST /id-to-fqname HTTP/1.1" 200 220 0.001385 10.0.0.240 - - [2026-03-26 03:02:11] "POST /neutron/network HTTP/1.1" 200 842 0.006813 10.0.0.240 - - [2026-03-26 03:02:12] "POST /neutron/port HTTP/1.1" 200 1054 0.017741 10.0.0.240 - - [2026-03-26 03:02:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004419 10.0.0.240 - - [2026-03-26 03:02:12] "POST /neutron/network HTTP/1.1" 200 832 0.006313 10.0.0.65 - - [2026-03-26 03:02:12] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000974 10.0.0.240 - - [2026-03-26 03:02:12] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.092294 10.0.0.240 - - [2026-03-26 03:02:12] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008110 10.0.0.240 - - [2026-03-26 03:02:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007908 10.0.0.240 - - [2026-03-26 03:02:13] "POST /neutron/port HTTP/1.1" 200 1055 0.018042 10.0.0.240 - - [2026-03-26 03:02:13] "POST /neutron/port HTTP/1.1" 200 1119 0.017213 10.0.0.240 - - [2026-03-26 03:02:13] "POST /neutron/port HTTP/1.1" 200 117 0.001031 10.0.0.65 - - [2026-03-26 03:02:16] "DELETE /project/85e89fdc39cf4752ba06ace0eae25d97 HTTP/1.1" 404 173 0.002647 10.0.0.65 - - [2026-03-26 03:02:16] "DELETE /project/1a928a5f-b1cb-4054-a65b-d561f8b23aed HTTP/1.1" 404 177 0.005185 10.0.0.240 - - [2026-03-26 03:02:18] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007471 10.0.0.240 - - [2026-03-26 03:02:18] "POST /neutron/port HTTP/1.1" 200 1118 0.019830 10.0.0.240 - - [2026-03-26 03:02:18] "GET /virtual-machine/594c5004-0867-4c80-970e-05b11462c3f7 HTTP/1.1" 200 1285 0.006647 10.0.0.240 - - [2026-03-26 03:02:18] "GET /virtual-machine-interface/1da5a233-99dd-4587-b8f5-1b5079d54c6e HTTP/1.1" 200 2927 0.005150 10.0.0.240 - - [2026-03-26 03:02:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.240 - - [2026-03-26 03:02:18] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004539 10.0.0.240 - - [2026-03-26 03:02:18] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005360 10.0.0.240 - - [2026-03-26 03:02:18] "GET /virtual-network/c38fe874-37a3-4ff3-8126-c74fddcd7020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006378 10.0.0.240 - - [2026-03-26 03:02:20] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006577 10.0.0.240 - - [2026-03-26 03:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.240 - - [2026-03-26 03:02:21] "GET /virtual-network/c38fe874-37a3-4ff3-8126-c74fddcd7020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.007733 10.0.0.240 - - [2026-03-26 03:02:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003529 10.0.0.240 - - [2026-03-26 03:02:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003444 10.0.0.240 - - [2026-03-26 03:02:23] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.002896 10.0.0.240 - - [2026-03-26 03:02:23] "GET /virtual-network/c38fe874-37a3-4ff3-8126-c74fddcd7020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005917 10.0.0.240 - - [2026-03-26 03:02:23] "POST /neutron/port HTTP/1.1" 200 1119 0.019319 10.0.0.240 - - [2026-03-26 03:02:23] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009103 10.0.0.240 - - [2026-03-26 03:02:24] "GET /virtual-machine/4e78d07e-b7ad-408e-83ae-5ce0cb206d03 HTTP/1.1" 200 1284 0.007155 10.0.0.240 - - [2026-03-26 03:02:24] "GET /virtual-machine-interface/39139307-cbda-4bed-913b-d2b130c0f0cc HTTP/1.1" 200 2927 0.005230 10.0.0.240 - - [2026-03-26 03:02:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.240 - - [2026-03-26 03:02:24] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004008 10.0.0.240 - - [2026-03-26 03:02:24] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003983 10.0.0.240 - - [2026-03-26 03:02:24] "GET /virtual-network/fa30e5ed-68cc-488e-971c-ebb1d2a198d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006347 10.0.0.240 - - [2026-03-26 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.240 - - [2026-03-26 03:02:25] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006225 10.0.0.240 - - [2026-03-26 03:02:25] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003463 10.0.0.240 - - [2026-03-26 03:02:25] "GET /virtual-network/fa30e5ed-68cc-488e-971c-ebb1d2a198d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005887 10.0.0.240 - - [2026-03-26 03:02:25] "POST /routing-policys HTTP/1.1" 200 534 0.027647 10.0.0.240 - - [2026-03-26 03:02:25] "GET /virtual-network/c38fe874-37a3-4ff3-8126-c74fddcd7020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.019578 10.0.0.22 - - [2026-03-26 03:02:25] "POST /ref-update HTTP/1.1" 200 156 0.030103 10.0.0.240 - - [2026-03-26 03:02:25] "PUT /virtual-network/c38fe874-37a3-4ff3-8126-c74fddcd7020 HTTP/1.1" 200 264 0.061602 10.0.0.240 - - [2026-03-26 03:02:29] "POST /routing-policys HTTP/1.1" 200 534 0.028877 10.0.0.240 - - [2026-03-26 03:02:29] "GET /virtual-network/c38fe874-37a3-4ff3-8126-c74fddcd7020?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2359 0.012959 10.0.0.240 - - [2026-03-26 03:02:29] "PUT /virtual-network/c38fe874-37a3-4ff3-8126-c74fddcd7020 HTTP/1.1" 200 264 0.052846 10.0.0.240 - - [2026-03-26 03:02:29] "POST /ref-update HTTP/1.1" 200 156 0.054991 10.0.0.22 - - [2026-03-26 03:02:29] "POST /ref-update HTTP/1.1" 200 156 0.024734 10.0.0.240 - - [2026-03-26 03:02:29] "DELETE /routing-policy/5f670408-dfba-4aba-9e20-2e543bc1b920 HTTP/1.1" 200 115 0.035178 10.0.0.240 - - [2026-03-26 03:02:29] "POST /ref-update HTTP/1.1" 200 156 0.052411 10.0.0.240 - - [2026-03-26 03:02:29] "DELETE /routing-policy/2bf52f7b-fc7f-42d7-bcca-4cd69f75826b HTTP/1.1" 200 115 0.040223 10.0.0.240 - - [2026-03-26 03:02:29] "POST /neutron/network HTTP/1.1" 200 833 0.008445 10.0.0.240 - - [2026-03-26 03:02:30] "POST /neutron/port HTTP/1.1" 200 1109 0.014841 10.0.0.240 - - [2026-03-26 03:02:30] "POST /neutron/port HTTP/1.1" 200 1108 0.024433 10.0.0.65 - - [2026-03-26 03:02:32] "POST /useragent-kv HTTP/1.1" 200 115 0.003865 10.0.0.65 - - [2026-03-26 03:02:32] "POST /useragent-kv HTTP/1.1" 200 115 0.002037 10.0.0.240 - - [2026-03-26 03:02:32] "POST /neutron/network HTTP/1.1" 200 151 0.144154 10.0.0.22 - - [2026-03-26 03:02:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.22 - - [2026-03-26 03:02:32] "DELETE /route-target/8deb8a05-4332-4a3b-a8d8-d12f2076a0f0 HTTP/1.1" 200 115 0.026551 10.0.0.240 - - [2026-03-26 03:02:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.65 - - [2026-03-26 03:02:34] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001006 10.0.0.240 - - [2026-03-26 03:02:34] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.048951 10.0.0.240 - - [2026-03-26 03:02:35] "POST /neutron/network HTTP/1.1" 200 117 0.011791 10.0.0.240 - - [2026-03-26 03:02:35] "POST /neutron/network HTTP/1.1" 200 831 0.013655 10.0.0.240 - - [2026-03-26 03:02:35] "POST /id-to-fqname HTTP/1.1" 200 220 0.002357 10.0.0.240 - - [2026-03-26 03:02:35] "GET /virtual-network/95eecd2d-f981-4ad4-b6fb-6e700ffe2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.009200 10.0.0.240 - - [2026-03-26 03:02:35] "GET /virtual-network/95eecd2d-f981-4ad4-b6fb-6e700ffe2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005546 10.0.0.240 - - [2026-03-26 03:02:35] "POST /neutron/subnet HTTP/1.1" 200 725 0.008547 10.0.0.240 - - [2026-03-26 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.240 - - [2026-03-26 03:02:35] "GET /virtual-network/95eecd2d-f981-4ad4-b6fb-6e700ffe2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007541 10.0.0.240 - - [2026-03-26 03:02:35] "PUT /virtual-network/95eecd2d-f981-4ad4-b6fb-6e700ffe2a49 HTTP/1.1" 200 264 0.082987 10.0.0.22 - - [2026-03-26 03:02:35] "POST /route-targets HTTP/1.1" 200 327 0.019871 10.0.0.240 - - [2026-03-26 03:02:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009424 10.0.0.65 - - [2026-03-26 03:02:35] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001280 10.0.0.22 - - [2026-03-26 03:02:35] "POST /ref-update HTTP/1.1" 200 156 0.035415 10.0.0.240 - - [2026-03-26 03:02:35] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.089215 10.0.0.65 - - [2026-03-26 03:02:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002568 10.0.0.240 - - [2026-03-26 03:02:36] "POST /neutron/subnet HTTP/1.1" 200 725 0.194882 10.0.0.240 - - [2026-03-26 03:02:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001174 10.0.0.240 - - [2026-03-26 03:02:36] "GET /virtual-network/9a6ac310-7bc2-41f3-8b99-23ecd2730ff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.004894 10.0.0.240 - - [2026-03-26 03:02:36] "GET /virtual-network/9a6ac310-7bc2-41f3-8b99-23ecd2730ff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005310 10.0.0.240 - - [2026-03-26 03:02:36] "POST /neutron/network HTTP/1.1" 200 831 0.006978 10.0.0.240 - - [2026-03-26 03:02:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003868 10.0.0.240 - - [2026-03-26 03:02:36] "GET /virtual-network/9a6ac310-7bc2-41f3-8b99-23ecd2730ff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005319 10.0.0.240 - - [2026-03-26 03:02:36] "PUT /virtual-network/9a6ac310-7bc2-41f3-8b99-23ecd2730ff4 HTTP/1.1" 200 264 0.069687 10.0.0.22 - - [2026-03-26 03:02:36] "POST /ref-update HTTP/1.1" 200 156 0.017928 10.0.0.240 - - [2026-03-26 03:02:36] "POST /id-to-fqname HTTP/1.1" 200 220 0.001401 10.0.0.65 - - [2026-03-26 03:02:37] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001087 10.0.0.240 - - [2026-03-26 03:02:37] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.092514 10.0.0.240 - - [2026-03-26 03:02:37] "POST /neutron/network HTTP/1.1" 200 831 0.006732 10.0.0.240 - - [2026-03-26 03:02:37] "POST /id-to-fqname HTTP/1.1" 200 220 0.001376 10.0.0.240 - - [2026-03-26 03:02:38] "POST /neutron/port HTTP/1.1" 200 117 0.008050 10.0.0.65 - - [2026-03-26 03:02:38] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001004 10.0.0.240 - - [2026-03-26 03:02:38] "POST /neutron/port HTTP/1.1" 200 1053 0.357860 10.0.0.240 - - [2026-03-26 03:02:39] "POST /neutron/port HTTP/1.1" 200 1107 0.139700 10.0.0.65 - - [2026-03-26 03:02:39] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000939 10.0.0.240 - - [2026-03-26 03:02:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.008517 10.0.0.240 - - [2026-03-26 03:02:39] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.104005 10.0.0.240 - - [2026-03-26 03:02:39] "POST /neutron/network HTTP/1.1" 200 831 0.006400 10.0.0.240 - - [2026-03-26 03:02:39] "POST /neutron/port HTTP/1.1" 200 117 0.007783 10.0.0.240 - - [2026-03-26 03:02:40] "POST /neutron/network HTTP/1.1" 200 841 0.011647 10.0.0.240 - - [2026-03-26 03:02:40] "POST /neutron/port HTTP/1.1" 200 1053 0.022047 10.0.0.240 - - [2026-03-26 03:02:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004210 10.0.0.240 - - [2026-03-26 03:02:40] "POST /neutron/network HTTP/1.1" 200 831 0.007050 10.0.0.240 - - [2026-03-26 03:02:44] "POST /neutron/port HTTP/1.1" 200 1117 0.018679 10.0.0.240 - - [2026-03-26 03:02:44] "POST /neutron/security_group HTTP/1.1" 200 2051 0.006716 10.0.0.240 - - [2026-03-26 03:02:44] "GET /virtual-machine/74b6eeba-9850-423c-8830-ea2cd0ad3545 HTTP/1.1" 200 1284 0.005223 10.0.0.240 - - [2026-03-26 03:02:44] "GET /virtual-machine-interface/e411a5a9-c11a-41cb-bb95-c6ed7e14e739 HTTP/1.1" 200 2928 0.005084 10.0.0.240 - - [2026-03-26 03:02:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.240 - - [2026-03-26 03:02:44] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003596 10.0.0.240 - - [2026-03-26 03:02:44] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003083 10.0.0.240 - - [2026-03-26 03:02:45] "GET /virtual-network/95eecd2d-f981-4ad4-b6fb-6e700ffe2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007210 10.0.0.240 - - [2026-03-26 03:02:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004488 10.0.0.240 - - [2026-03-26 03:02:48] "GET /virtual-network/95eecd2d-f981-4ad4-b6fb-6e700ffe2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.007128 10.0.0.240 - - [2026-03-26 03:02:49] "POST /neutron/port HTTP/1.1" 200 1117 0.020715 10.0.0.240 - - [2026-03-26 03:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.240 - - [2026-03-26 03:02:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003571 10.0.0.240 - - [2026-03-26 03:02:50] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003506 10.0.0.240 - - [2026-03-26 03:02:50] "GET /virtual-network/95eecd2d-f981-4ad4-b6fb-6e700ffe2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006064 10.0.0.240 - - [2026-03-26 03:02:50] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007440 10.0.0.240 - - [2026-03-26 03:02:50] "POST /neutron/port HTTP/1.1" 200 1117 0.017808 10.0.0.240 - - [2026-03-26 03:02:50] "GET /virtual-machine/95c88d23-2c68-4414-9d46-ea554db3576c HTTP/1.1" 200 1286 0.005533 10.0.0.240 - - [2026-03-26 03:02:50] "GET /virtual-machine-interface/c7ea2541-ffbf-4e07-afef-4a2068ec6dcb HTTP/1.1" 200 2928 0.005837 10.0.0.240 - - [2026-03-26 03:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003062 10.0.0.240 - - [2026-03-26 03:02:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003952 10.0.0.240 - - [2026-03-26 03:02:50] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003235 10.0.0.240 - - [2026-03-26 03:02:50] "GET /virtual-network/9a6ac310-7bc2-41f3-8b99-23ecd2730ff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.005725 10.0.0.240 - - [2026-03-26 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.240 - - [2026-03-26 03:02:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005984 10.0.0.240 - - [2026-03-26 03:02:51] "GET /virtual-networks?parent_id=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003366 10.0.0.240 - - [2026-03-26 03:02:51] "GET /virtual-network/9a6ac310-7bc2-41f3-8b99-23ecd2730ff4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006075 10.0.0.240 - - [2026-03-26 03:02:52] "POST /interface-route-tables HTTP/1.1" 200 574 0.031101 10.0.0.240 - - [2026-03-26 03:02:52] "GET /interface-route-table/6d543656-c199-4a20-bce7-692583baec79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1307 0.012632 10.0.0.240 - - [2026-03-26 03:02:52] "GET /virtual-machine-interface/e411a5a9-c11a-41cb-bb95-c6ed7e14e739?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.005649 10.0.0.240 - - [2026-03-26 03:02:52] "POST /ref-update HTTP/1.1" 200 156 0.015987 10.0.0.240 - - [2026-03-26 03:02:52] "POST /routing-policys HTTP/1.1" 200 534 0.028270 10.0.0.240 - - [2026-03-26 03:02:52] "GET /virtual-network/95eecd2d-f981-4ad4-b6fb-6e700ffe2a49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006942 10.0.0.240 - - [2026-03-26 03:02:52] "PUT /virtual-network/95eecd2d-f981-4ad4-b6fb-6e700ffe2a49 HTTP/1.1" 200 264 0.069098 10.0.0.65 - - [2026-03-26 03:02:52] "GET /obj-perms HTTP/1.1" 200 5075 0.096664 10.0.0.240 - - [2026-03-26 03:02:56] "POST /ref-update HTTP/1.1" 200 156 0.052716 10.0.0.240 - - [2026-03-26 03:02:56] "DELETE /routing-policy/372a5ef5-a8a2-4b8a-b3be-5b6e0d604c62 HTTP/1.1" 200 115 0.047813 10.0.0.240 - - [2026-03-26 03:02:56] "POST /neutron/network HTTP/1.1" 400 204 0.016951 10.0.0.240 - - [2026-03-26 03:02:57] "POST /neutron/port HTTP/1.1" 200 151 0.182197 10.0.0.240 - - [2026-03-26 03:02:57] "POST /neutron/port HTTP/1.1" 200 151 0.178163 10.0.0.22 - - [2026-03-26 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.240 - - [2026-03-26 03:02:58] "POST /neutron/network HTTP/1.1" 200 831 0.007388 10.0.0.22 - - [2026-03-26 03:02:58] "DELETE /route-target/11c427f9-0092-4113-84fe-92590f8a51cc HTTP/1.1" 409 239 0.012900 10.0.0.22 - - [2026-03-26 03:02:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.65 - - [2026-03-26 03:03:00] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000940 10.0.0.240 - - [2026-03-26 03:03:00] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.049350 10.0.0.65 - - [2026-03-26 03:03:00] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001416 10.0.0.240 - - [2026-03-26 03:03:00] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?fields=virtual_networks HTTP/1.1" 200 1018 0.054059 10.0.0.65 - - [2026-03-26 03:03:00] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001287 10.0.0.240 - - [2026-03-26 03:03:00] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.042987 10.0.0.65 - - [2026-03-26 03:03:00] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000978 10.0.0.240 - - [2026-03-26 03:03:00] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?fields=security_groups HTTP/1.1" 200 1237 0.042099 10.0.0.240 - - [2026-03-26 03:03:01] "POST /fqname-to-id HTTP/1.1" 404 192 0.029274 10.0.0.65 - - [2026-03-26 03:03:01] "GET /projects?obj_uuids=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003934 10.0.0.65 - - [2026-03-26 03:03:01] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001395 10.0.0.65 - - [2026-03-26 03:03:01] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008401 10.0.0.65 - - [2026-03-26 03:03:01] "POST /id-to-fqname HTTP/1.1" 200 194 0.001149 10.0.0.65 - - [2026-03-26 03:03:01] "POST /fqname-to-id HTTP/1.1" 404 203 0.003074 10.0.0.65 - - [2026-03-26 03:03:01] "POST /security-groups HTTP/1.1" 200 595 0.077512 10.0.0.65 - - [2026-03-26 03:03:01] "POST /projects HTTP/1.1" 200 593 0.304215 10.0.0.22 - - [2026-03-26 03:03:01] "POST /access-control-lists HTTP/1.1" 200 600 0.028127 10.0.0.65 - - [2026-03-26 03:03:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.381439 10.0.0.240 - - [2026-03-26 03:03:02] "GET /project/1faa3447-d195-4615-b85f-535ed65b38dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.538167 10.0.0.240 - - [2026-03-26 03:03:03] "GET / HTTP/1.1" 200 35931 0.001462 10.0.0.240 - - [2026-03-26 03:03:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000452 10.0.0.240 - - [2026-03-26 03:03:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.059880 10.0.0.65 - - [2026-03-26 03:03:05] "GET /projects?obj_uuids=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001355 10.0.0.240 - - [2026-03-26 03:03:05] "GET /project/1faa3447-d195-4615-b85f-535ed65b38dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.052930 10.0.0.65 - - [2026-03-26 03:03:05] "GET /projects?obj_uuids=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001019 10.0.0.240 - - [2026-03-26 03:03:05] "POST /neutron/network HTTP/1.1" 200 613 0.172225 10.0.0.22 - - [2026-03-26 03:03:05] "POST /route-targets HTTP/1.1" 200 327 0.014832 10.0.0.240 - - [2026-03-26 03:03:06] "POST /id-to-fqname HTTP/1.1" 200 226 0.003881 10.0.0.240 - - [2026-03-26 03:03:06] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006144 10.0.0.240 - - [2026-03-26 03:03:06] "POST /neutron/network HTTP/1.1" 200 831 0.006935 10.0.0.240 - - [2026-03-26 03:03:06] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004971 10.0.0.240 - - [2026-03-26 03:03:06] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005552 10.0.0.240 - - [2026-03-26 03:03:07] "GET /obj-perms HTTP/1.1" 200 5057 0.064602 10.0.0.22 - - [2026-03-26 03:03:07] "GET /obj-perms HTTP/1.1" 200 5057 0.067041 10.0.0.240 - - [2026-03-26 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.240 - - [2026-03-26 03:03:08] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005768 10.0.0.240 - - [2026-03-26 03:03:08] "PUT /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6 HTTP/1.1" 200 264 0.077751 10.0.0.22 - - [2026-03-26 03:03:08] "POST /ref-update HTTP/1.1" 200 156 0.045110 10.0.0.240 - - [2026-03-26 03:03:13] "POST /id-to-fqname HTTP/1.1" 200 226 0.001924 10.0.0.240 - - [2026-03-26 03:03:13] "POST /neutron/network HTTP/1.1" 200 841 0.007260 10.0.0.65 - - [2026-03-26 03:03:14] "GET /projects?obj_uuids=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001341 10.0.0.240 - - [2026-03-26 03:03:14] "GET /project/1faa3447-d195-4615-b85f-535ed65b38dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.089504 10.0.0.240 - - [2026-03-26 03:03:14] "POST /neutron/port HTTP/1.1" 200 117 0.006469 10.0.0.65 - - [2026-03-26 03:03:15] "GET /projects?obj_uuids=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000971 10.0.0.240 - - [2026-03-26 03:03:15] "POST /neutron/port HTTP/1.1" 200 1063 0.278963 10.0.0.240 - - [2026-03-26 03:03:15] "POST /neutron/port HTTP/1.1" 200 1117 0.122027 10.0.0.240 - - [2026-03-26 03:03:15] "POST /neutron/subnet HTTP/1.1" 200 693 0.009367 10.0.0.65 - - [2026-03-26 03:03:16] "DELETE /project/1faa3447d1954615b85f535ed65b38dd HTTP/1.1" 404 173 0.003961 10.0.0.65 - - [2026-03-26 03:03:16] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000836 10.0.0.65 - - [2026-03-26 03:03:16] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.046862 10.0.0.65 - - [2026-03-26 03:03:16] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001031 10.0.0.65 - - [2026-03-26 03:03:17] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?fields=security_groups HTTP/1.1" 200 1088 0.040741 10.0.0.65 - - [2026-03-26 03:03:17] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000889 10.0.0.65 - - [2026-03-26 03:03:17] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?fields=application_policy_sets HTTP/1.1" 200 1381 0.044080 10.0.0.65 - - [2026-03-26 03:03:17] "DELETE /project/85e89fdc-39cf-4752-ba06-ace0eae25d97 HTTP/1.1" 409 278 0.229040 10.0.0.240 - - [2026-03-26 03:03:19] "POST /neutron/port HTTP/1.1" 200 1127 0.017373 10.0.0.240 - - [2026-03-26 03:03:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008054 10.0.0.240 - - [2026-03-26 03:03:20] "GET /virtual-machine/6cecd942-a0d5-4f32-94e4-e57e0a143eb5 HTTP/1.1" 401 293 0.000583 10.0.0.240 - - [2026-03-26 03:03:20] "GET /virtual-machine/6cecd942-a0d5-4f32-94e4-e57e0a143eb5 HTTP/1.1" 200 1296 0.032148 10.0.0.240 - - [2026-03-26 03:03:20] "GET /virtual-machine-interface/2116f6cb-87ab-43cc-9f48-a2f7bfabacd0 HTTP/1.1" 200 2967 0.006046 10.0.0.240 - - [2026-03-26 03:03:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.240 - - [2026-03-26 03:03:20] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004535 10.0.0.240 - - [2026-03-26 03:03:20] "GET /virtual-networks?parent_id=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003381 10.0.0.240 - - [2026-03-26 03:03:20] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006963 10.0.0.240 - - [2026-03-26 03:03:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003554 10.0.0.240 - - [2026-03-26 03:03:23] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005328 10.0.0.240 - - [2026-03-26 03:03:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.240 - - [2026-03-26 03:03:27] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005058 10.0.0.240 - - [2026-03-26 03:03:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.240 - - [2026-03-26 03:03:31] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005265 10.0.0.240 - - [2026-03-26 03:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003780 10.0.0.240 - - [2026-03-26 03:03:35] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006187 10.0.0.240 - - [2026-03-26 03:03:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004629 10.0.0.240 - - [2026-03-26 03:03:39] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006512 10.0.0.240 - - [2026-03-26 03:03:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.240 - - [2026-03-26 03:03:44] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005871 10.0.0.240 - - [2026-03-26 03:03:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.240 - - [2026-03-26 03:03:48] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005349 10.0.0.240 - - [2026-03-26 03:03:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.240 - - [2026-03-26 03:03:52] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007003 10.0.0.240 - - [2026-03-26 03:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.240 - - [2026-03-26 03:03:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004285 10.0.0.240 - - [2026-03-26 03:03:54] "GET /virtual-networks?parent_id=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002939 10.0.0.240 - - [2026-03-26 03:03:54] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005760 10.0.0.240 - - [2026-03-26 03:03:54] "POST /neutron/port HTTP/1.1" 200 1127 0.020264 10.0.0.240 - - [2026-03-26 03:03:59] "POST /neutron/port HTTP/1.1" 200 1127 0.052089 10.0.0.240 - - [2026-03-26 03:03:59] "POST /neutron/subnet HTTP/1.1" 200 693 0.008915 10.0.0.240 - - [2026-03-26 03:03:59] "POST /neutron/port HTTP/1.1" 200 1127 0.019018 10.0.0.240 - - [2026-03-26 03:04:02] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006650 10.0.0.22 - - [2026-03-26 03:04:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.22 - - [2026-03-26 03:04:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.22 - - [2026-03-26 03:04:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.22 - - [2026-03-26 03:04:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.65 - - [2026-03-26 03:04:04] "GET /global-system-configs HTTP/1.1" 401 293 0.001815 10.0.0.65 - - [2026-03-26 03:04:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000512 10.0.0.65 - - [2026-03-26 03:04:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000336 10.0.0.65 - - [2026-03-26 03:04:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.240 - - [2026-03-26 03:04:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.240 - - [2026-03-26 03:04:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.240 - - [2026-03-26 03:04:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000551 10.0.0.240 - - [2026-03-26 03:04:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.240 - - [2026-03-26 03:04:10] "POST /neutron/port HTTP/1.1" 200 1127 0.023709 10.0.0.240 - - [2026-03-26 03:04:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003276 10.0.0.240 - - [2026-03-26 03:04:15] "GET /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004936 10.0.0.240 - - [2026-03-26 03:04:15] "PUT /virtual-network/2538f53a-d168-489f-b583-d549fbbe89f6 HTTP/1.1" 200 264 0.044339 10.0.0.22 - - [2026-03-26 03:04:15] "POST /ref-update HTTP/1.1" 200 156 0.028459 10.0.0.240 - - [2026-03-26 03:04:20] "POST /neutron/network HTTP/1.1" 400 204 0.018083 10.0.0.240 - - [2026-03-26 03:04:21] "POST /neutron/port HTTP/1.1" 200 151 0.202809 10.0.0.22 - - [2026-03-26 03:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007324 10.0.0.240 - - [2026-03-26 03:04:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003606 10.0.0.65 - - [2026-03-26 03:04:25] "GET /projects?obj_uuids=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001084 10.0.0.240 - - [2026-03-26 03:04:25] "GET /project/1faa3447-d195-4615-b85f-535ed65b38dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043517 10.0.0.240 - - [2026-03-26 03:04:25] "POST /neutron/network HTTP/1.1" 200 117 0.013842 10.0.0.22 - - [2026-03-26 03:04:25] "POST /ref-update HTTP/1.1" 200 156 0.027972 10.0.0.240 - - [2026-03-26 03:04:26] "POST /neutron/network HTTP/1.1" 200 831 0.008933 10.0.0.240 - - [2026-03-26 03:04:26] "POST /id-to-fqname HTTP/1.1" 200 226 0.001389 10.0.0.240 - - [2026-03-26 03:04:26] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006949 10.0.0.240 - - [2026-03-26 03:04:26] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006675 10.0.0.240 - - [2026-03-26 03:04:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.009517 10.0.0.240 - - [2026-03-26 03:04:26] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005638 10.0.0.240 - - [2026-03-26 03:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.240 - - [2026-03-26 03:04:26] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005535 10.0.0.240 - - [2026-03-26 03:04:26] "PUT /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac HTTP/1.1" 200 264 0.050405 10.0.0.240 - - [2026-03-26 03:04:31] "POST /id-to-fqname HTTP/1.1" 200 226 0.001352 10.0.0.65 - - [2026-03-26 03:04:32] "GET /projects?obj_uuids=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001048 10.0.0.240 - - [2026-03-26 03:04:32] "GET /project/1faa3447-d195-4615-b85f-535ed65b38dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.069868 10.0.0.240 - - [2026-03-26 03:04:33] "POST /neutron/port HTTP/1.1" 200 117 0.006700 10.0.0.240 - - [2026-03-26 03:04:33] "POST /neutron/network HTTP/1.1" 200 841 0.008446 10.0.0.240 - - [2026-03-26 03:04:33] "POST /neutron/port HTTP/1.1" 200 1063 0.044050 10.0.0.240 - - [2026-03-26 03:04:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003906 10.0.0.240 - - [2026-03-26 03:04:34] "POST /neutron/network HTTP/1.1" 200 831 0.006267 10.0.0.240 - - [2026-03-26 03:04:38] "POST /neutron/port HTTP/1.1" 200 1127 0.019172 10.0.0.240 - - [2026-03-26 03:04:38] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006709 10.0.0.240 - - [2026-03-26 03:04:38] "GET /virtual-machine/66f62e70-ee04-482f-be34-ca0fc6638442 HTTP/1.1" 200 1296 0.006027 10.0.0.240 - - [2026-03-26 03:04:38] "GET /virtual-machine-interface/5f734801-97f4-414b-92b1-99f7be4a9b22 HTTP/1.1" 200 2967 0.005150 10.0.0.240 - - [2026-03-26 03:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004255 10.0.0.240 - - [2026-03-26 03:04:38] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003714 10.0.0.240 - - [2026-03-26 03:04:38] "GET /virtual-networks?parent_id=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002975 10.0.0.240 - - [2026-03-26 03:04:38] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.014659 10.0.0.240 - - [2026-03-26 03:04:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.240 - - [2026-03-26 03:04:41] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006317 10.0.0.240 - - [2026-03-26 03:04:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003613 10.0.0.240 - - [2026-03-26 03:04:45] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.004912 10.0.0.240 - - [2026-03-26 03:04:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004566 10.0.0.240 - - [2026-03-26 03:04:49] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006432 10.0.0.65 - - [2026-03-26 03:04:53] "GET /obj-perms HTTP/1.1" 200 5075 0.053391 10.0.0.240 - - [2026-03-26 03:04:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.240 - - [2026-03-26 03:04:53] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006840 10.0.0.240 - - [2026-03-26 03:04:54] "GET /obj-perms HTTP/1.1" 200 5075 0.055554 10.0.0.240 - - [2026-03-26 03:04:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.240 - - [2026-03-26 03:04:58] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005526 10.0.0.240 - - [2026-03-26 03:05:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.240 - - [2026-03-26 03:05:02] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006751 10.0.0.240 - - [2026-03-26 03:05:05] "POST /neutron/network HTTP/1.1" 200 841 0.006199 10.0.0.240 - - [2026-03-26 03:05:05] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.240 - - [2026-03-26 03:05:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.240 - - [2026-03-26 03:05:06] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006788 10.0.0.240 - - [2026-03-26 03:05:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.240 - - [2026-03-26 03:05:10] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006218 10.0.0.240 - - [2026-03-26 03:05:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.240 - - [2026-03-26 03:05:12] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003634 10.0.0.240 - - [2026-03-26 03:05:12] "GET /virtual-networks?parent_id=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003101 10.0.0.240 - - [2026-03-26 03:05:12] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006012 10.0.0.240 - - [2026-03-26 03:05:12] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009553 10.0.0.240 - - [2026-03-26 03:05:19] "POST /neutron/port HTTP/1.1" 200 1127 0.020045 10.0.0.240 - - [2026-03-26 03:05:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007287 10.0.0.240 - - [2026-03-26 03:05:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.240 - - [2026-03-26 03:05:28] "GET /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.005546 10.0.0.240 - - [2026-03-26 03:05:28] "PUT /virtual-network/706f59ef-71c0-4968-a315-255c7c668cac HTTP/1.1" 200 264 0.083718 10.0.0.22 - - [2026-03-26 03:05:28] "POST /ref-update HTTP/1.1" 200 156 0.089226 10.0.0.240 - - [2026-03-26 03:05:33] "POST /neutron/port HTTP/1.1" 200 1127 0.018323 10.0.0.240 - - [2026-03-26 03:05:35] "POST /neutron/network HTTP/1.1" 200 831 0.007350 10.0.0.22 - - [2026-03-26 03:05:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.65 - - [2026-03-26 03:05:37] "GET /projects?obj_uuids=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001030 10.0.0.240 - - [2026-03-26 03:05:37] "GET /project/1faa3447-d195-4615-b85f-535ed65b38dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.098259 10.0.0.65 - - [2026-03-26 03:05:37] "GET /projects?obj_uuids=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001480 10.0.0.240 - - [2026-03-26 03:05:37] "GET /project/1faa3447-d195-4615-b85f-535ed65b38dd?fields=virtual_networks HTTP/1.1" 200 1040 0.050701 10.0.0.65 - - [2026-03-26 03:05:37] "GET /projects?obj_uuids=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000993 10.0.0.240 - - [2026-03-26 03:05:37] "GET /project/1faa3447-d195-4615-b85f-535ed65b38dd?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.075293 10.0.0.65 - - [2026-03-26 03:05:37] "GET /projects?obj_uuids=1faa3447-d195-4615-b85f-535ed65b38dd&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001626 10.0.0.240 - - [2026-03-26 03:05:37] "GET /project/1faa3447-d195-4615-b85f-535ed65b38dd?fields=security_groups HTTP/1.1" 200 1270 0.038918 10.0.0.240 - - [2026-03-26 03:05:38] "POST /fqname-to-id HTTP/1.1" 404 213 0.035583 10.0.0.65 - - [2026-03-26 03:05:38] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003948 10.0.0.65 - - [2026-03-26 03:05:38] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001202 10.0.0.65 - - [2026-03-26 03:05:38] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007539 10.0.0.65 - - [2026-03-26 03:05:39] "POST /id-to-fqname HTTP/1.1" 200 216 0.002996 10.0.0.65 - - [2026-03-26 03:05:39] "POST /fqname-to-id HTTP/1.1" 404 227 0.002798 10.0.0.65 - - [2026-03-26 03:05:39] "POST /security-groups HTTP/1.1" 200 616 0.077433 10.0.0.65 - - [2026-03-26 03:05:39] "POST /projects HTTP/1.1" 200 635 0.305946 10.0.0.65 - - [2026-03-26 03:05:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.346992 10.0.0.22 - - [2026-03-26 03:05:39] "POST /access-control-lists HTTP/1.1" 200 621 0.028729 10.0.0.240 - - [2026-03-26 03:05:39] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.519194 10.0.0.240 - - [2026-03-26 03:05:40] "GET / HTTP/1.1" 200 35931 0.001659 10.0.0.240 - - [2026-03-26 03:05:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000452 10.0.0.240 - - [2026-03-26 03:05:42] "POST /fqname-to-id HTTP/1.1" 404 249 0.065272 10.0.0.22 - - [2026-03-26 03:05:42] "POST /fqname-to-id HTTP/1.1" 404 281 0.003440 10.0.0.22 - - [2026-03-26 03:05:42] "POST /access-control-lists HTTP/1.1" 200 641 0.025110 10.0.0.22 - - [2026-03-26 03:05:43] "PUT /access-control-list/79cd8955-2d21-4cf9-9c51-7bd714d4bf87 HTTP/1.1" 200 272 0.020671 10.0.0.65 - - [2026-03-26 03:05:43] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000910 10.0.0.240 - - [2026-03-26 03:05:43] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.081013 10.0.0.240 - - [2026-03-26 03:05:43] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.020036 10.0.0.240 - - [2026-03-26 03:05:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003844 10.0.0.22 - - [2026-03-26 03:05:43] "PUT /access-control-list/79cd8955-2d21-4cf9-9c51-7bd714d4bf87 HTTP/1.1" 200 272 0.020092 10.0.0.240 - - [2026-03-26 03:05:43] "GET /security-group/a1b80e2a-0170-47ab-8a68-c4cc668fc653?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.008116 10.0.0.240 - - [2026-03-26 03:05:44] "POST /neutron/security_group HTTP/1.1" 200 1025 0.004493 10.0.0.240 - - [2026-03-26 03:05:44] "POST /fqname-to-id HTTP/1.1" 404 249 0.003139 10.0.0.240 - - [2026-03-26 03:05:45] "POST /fqname-to-id HTTP/1.1" 404 249 0.003940 10.0.0.22 - - [2026-03-26 03:05:45] "POST /fqname-to-id HTTP/1.1" 404 281 0.004875 10.0.0.22 - - [2026-03-26 03:05:45] "POST /access-control-lists HTTP/1.1" 200 641 0.030984 10.0.0.22 - - [2026-03-26 03:05:45] "PUT /access-control-list/32b7a71b-9e1c-4f52-ba12-25b604b433ed HTTP/1.1" 200 272 0.016156 10.0.0.65 - - [2026-03-26 03:05:45] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001002 10.0.0.240 - - [2026-03-26 03:05:45] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.057085 10.0.0.240 - - [2026-03-26 03:05:45] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.021802 10.0.0.240 - - [2026-03-26 03:05:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.22 - - [2026-03-26 03:05:46] "PUT /access-control-list/32b7a71b-9e1c-4f52-ba12-25b604b433ed HTTP/1.1" 200 272 0.017734 10.0.0.240 - - [2026-03-26 03:05:46] "GET /security-group/3f7e1c21-3054-4459-9521-9a8aa0a048c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2026 0.008826 10.0.0.65 - - [2026-03-26 03:05:46] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001292 10.0.0.240 - - [2026-03-26 03:05:46] "POST /neutron/security_group_rule HTTP/1.1" 200 2207 0.041333 10.0.0.240 - - [2026-03-26 03:05:46] "POST /neutron/security_group_rule HTTP/1.1" 200 600 0.133198 10.0.0.240 - - [2026-03-26 03:05:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.65 - - [2026-03-26 03:05:47] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000904 10.0.0.22 - - [2026-03-26 03:05:47] "PUT /access-control-list/3b049386-726c-4720-a47a-b1043096c853 HTTP/1.1" 200 272 0.014680 10.0.0.240 - - [2026-03-26 03:05:47] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.065185 10.0.0.65 - - [2026-03-26 03:05:47] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001193 10.0.0.240 - - [2026-03-26 03:05:47] "POST /neutron/network HTTP/1.1" 200 720 0.121912 10.0.0.22 - - [2026-03-26 03:05:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.049880 10.0.0.240 - - [2026-03-26 03:05:47] "POST /neutron/network HTTP/1.1" 200 1114 0.012078 10.0.0.240 - - [2026-03-26 03:05:47] "POST /id-to-fqname HTTP/1.1" 200 290 0.001335 10.0.0.240 - - [2026-03-26 03:05:47] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005745 10.0.0.240 - - [2026-03-26 03:05:47] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005805 10.0.0.240 - - [2026-03-26 03:05:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.009517 10.0.0.240 - - [2026-03-26 03:05:48] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006472 10.0.0.22 - - [2026-03-26 03:05:49] "GET /obj-perms HTTP/1.1" 200 5099 0.055735 10.0.0.240 - - [2026-03-26 03:05:49] "POST /id-to-fqname HTTP/1.1" 200 290 0.001225 10.0.0.240 - - [2026-03-26 03:05:49] "POST /neutron/network HTTP/1.1" 200 1124 0.007625 10.0.0.65 - - [2026-03-26 03:05:50] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001020 10.0.0.240 - - [2026-03-26 03:05:50] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.068674 10.0.0.240 - - [2026-03-26 03:05:50] "POST /neutron/port HTTP/1.1" 200 117 0.006318 10.0.0.240 - - [2026-03-26 03:05:50] "POST /id-to-fqname HTTP/1.1" 200 290 0.001240 10.0.0.240 - - [2026-03-26 03:05:51] "POST /neutron/network HTTP/1.1" 200 1124 0.008025 10.0.0.65 - - [2026-03-26 03:05:51] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001343 10.0.0.240 - - [2026-03-26 03:05:51] "POST /neutron/port HTTP/1.1" 200 1193 0.354406 10.0.0.240 - - [2026-03-26 03:05:52] "POST /neutron/port HTTP/1.1" 200 1247 0.122065 10.0.0.65 - - [2026-03-26 03:05:52] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001307 10.0.0.240 - - [2026-03-26 03:05:52] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.097302 10.0.0.240 - - [2026-03-26 03:05:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004699 10.0.0.240 - - [2026-03-26 03:05:52] "POST /neutron/port HTTP/1.1" 200 117 0.001423 10.0.0.240 - - [2026-03-26 03:05:52] "POST /neutron/port HTTP/1.1" 200 1257 0.023205 10.0.0.240 - - [2026-03-26 03:05:52] "POST /neutron/port HTTP/1.1" 200 1257 0.019389 10.0.0.65 - - [2026-03-26 03:05:52] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001083 10.0.0.240 - - [2026-03-26 03:05:52] "POST /neutron/security_group HTTP/1.1" 200 3458 0.054677 10.0.0.240 - - [2026-03-26 03:05:53] "POST /neutron/port HTTP/1.1" 200 1193 0.022587 10.0.0.240 - - [2026-03-26 03:05:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004270 10.0.0.240 - - [2026-03-26 03:05:53] "POST /neutron/port HTTP/1.1" 200 117 0.001276 10.0.0.240 - - [2026-03-26 03:05:57] "POST /neutron/port HTTP/1.1" 200 1257 0.017284 10.0.0.240 - - [2026-03-26 03:05:57] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007081 10.0.0.240 - - [2026-03-26 03:05:57] "POST /neutron/port HTTP/1.1" 200 1257 0.023729 10.0.0.240 - - [2026-03-26 03:05:57] "GET /virtual-machine/09d7a76d-a35c-43d9-920f-9551f47c5a2f HTTP/1.1" 401 293 0.000472 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-machine/09d7a76d-a35c-43d9-920f-9551f47c5a2f HTTP/1.1" 200 1316 0.031687 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-machine/09d7a76d-a35c-43d9-920f-9551f47c5a2f HTTP/1.1" 200 1316 0.004643 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-machine-interface/2584b0e1-62e0-468e-89a5-dd38a330819e HTTP/1.1" 200 3416 0.005534 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-machine/09d7a76d-a35c-43d9-920f-9551f47c5a2f HTTP/1.1" 200 1316 0.003568 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-machine-interface/2584b0e1-62e0-468e-89a5-dd38a330819e HTTP/1.1" 200 3416 0.005394 10.0.0.240 - - [2026-03-26 03:05:58] "GET /instance-ip/90b355f2-4068-46cc-a86f-badf938eb366 HTTP/1.1" 200 1736 0.005936 10.0.0.240 - - [2026-03-26 03:05:58] "GET /instance-ip/ec12c744-4746-48e2-892d-e7cca0a53129 HTTP/1.1" 200 1716 0.006012 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-machine/09d7a76d-a35c-43d9-920f-9551f47c5a2f HTTP/1.1" 200 1316 0.003397 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-machine-interface/2584b0e1-62e0-468e-89a5-dd38a330819e HTTP/1.1" 200 3416 0.007423 10.0.0.240 - - [2026-03-26 03:05:58] "GET /instance-ip/90b355f2-4068-46cc-a86f-badf938eb366 HTTP/1.1" 200 1736 0.005116 10.0.0.240 - - [2026-03-26 03:05:58] "GET /instance-ip/ec12c744-4746-48e2-892d-e7cca0a53129 HTTP/1.1" 200 1716 0.004404 10.0.0.240 - - [2026-03-26 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.240 - - [2026-03-26 03:05:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003840 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003068 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006545 10.0.0.240 - - [2026-03-26 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.240 - - [2026-03-26 03:05:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004047 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003284 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006335 10.0.0.240 - - [2026-03-26 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.240 - - [2026-03-26 03:05:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004093 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003428 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006623 10.0.0.240 - - [2026-03-26 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.240 - - [2026-03-26 03:05:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004256 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002932 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007339 10.0.0.240 - - [2026-03-26 03:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.240 - - [2026-03-26 03:05:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004585 10.0.0.240 - - [2026-03-26 03:05:58] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003348 10.0.0.240 - - [2026-03-26 03:05:59] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005829 10.0.0.240 - - [2026-03-26 03:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003340 10.0.0.240 - - [2026-03-26 03:05:59] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003973 10.0.0.240 - - [2026-03-26 03:05:59] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003426 10.0.0.240 - - [2026-03-26 03:05:59] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007079 10.0.0.240 - - [2026-03-26 03:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.240 - - [2026-03-26 03:05:59] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005184 10.0.0.240 - - [2026-03-26 03:05:59] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003078 10.0.0.240 - - [2026-03-26 03:05:59] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006242 10.0.0.240 - - [2026-03-26 03:06:00] "POST /neutron/port HTTP/1.1" 200 1257 0.020061 10.0.0.240 - - [2026-03-26 03:06:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004209 10.0.0.240 - - [2026-03-26 03:06:00] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.22 - - [2026-03-26 03:06:01] "DELETE /access-control-list/e6bd205d-3aac-4b72-90d0-1591452f48d8 HTTP/1.1" 200 115 0.049022 10.0.0.240 - - [2026-03-26 03:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.240 - - [2026-03-26 03:06:02] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005599 10.0.0.240 - - [2026-03-26 03:06:05] "POST /neutron/port HTTP/1.1" 200 1257 0.021139 10.0.0.240 - - [2026-03-26 03:06:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004395 10.0.0.240 - - [2026-03-26 03:06:05] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.240 - - [2026-03-26 03:06:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.240 - - [2026-03-26 03:06:06] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005684 10.0.0.240 - - [2026-03-26 03:06:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.240 - - [2026-03-26 03:06:10] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005383 10.0.0.240 - - [2026-03-26 03:06:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.240 - - [2026-03-26 03:06:14] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005027 10.0.0.65 - - [2026-03-26 03:06:17] "DELETE /project/cba1a03263134bec8eeb4ef0d986af2f HTTP/1.1" 404 173 0.002533 10.0.0.65 - - [2026-03-26 03:06:17] "DELETE /project/1faa3447-d195-4615-b85f-535ed65b38dd HTTP/1.1" 404 177 0.004803 10.0.0.240 - - [2026-03-26 03:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.240 - - [2026-03-26 03:06:18] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005845 10.0.0.240 - - [2026-03-26 03:06:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.240 - - [2026-03-26 03:06:22] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006157 10.0.0.240 - - [2026-03-26 03:06:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.240 - - [2026-03-26 03:06:26] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005422 10.0.0.240 - - [2026-03-26 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.005140 10.0.0.240 - - [2026-03-26 03:06:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005442 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003435 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007781 10.0.0.240 - - [2026-03-26 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.240 - - [2026-03-26 03:06:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003983 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003435 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005727 10.0.0.240 - - [2026-03-26 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003261 10.0.0.240 - - [2026-03-26 03:06:31] "GET /routing-instance/8801f49b-6c5c-41bd-a13c-65135c2d8e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.007713 10.0.0.240 - - [2026-03-26 03:06:31] "GET /route-target/dca08d87-9d3b-4a59-a654-9eb09f9f7759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003930 10.0.0.240 - - [2026-03-26 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004460 10.0.0.240 - - [2026-03-26 03:06:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004212 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002957 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006156 10.0.0.240 - - [2026-03-26 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.240 - - [2026-03-26 03:06:31] "GET /routing-instance/8801f49b-6c5c-41bd-a13c-65135c2d8e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004995 10.0.0.240 - - [2026-03-26 03:06:31] "GET /route-target/dca08d87-9d3b-4a59-a654-9eb09f9f7759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003794 10.0.0.240 - - [2026-03-26 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.240 - - [2026-03-26 03:06:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004784 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003890 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.008298 10.0.0.240 - - [2026-03-26 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.240 - - [2026-03-26 03:06:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004412 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003250 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005298 10.0.0.240 - - [2026-03-26 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003303 10.0.0.240 - - [2026-03-26 03:06:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004695 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003359 10.0.0.240 - - [2026-03-26 03:06:31] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006284 10.0.0.65 - - [2026-03-26 03:06:32] "GET /obj-perms HTTP/1.1" 200 5099 0.060693 10.0.0.240 - - [2026-03-26 03:06:32] "GET /obj-perms HTTP/1.1" 200 5099 0.058815 10.0.0.240 - - [2026-03-26 03:06:32] "GET /obj-perms HTTP/1.1" 200 5099 0.003787 10.0.0.65 - - [2026-03-26 03:06:32] "GET /obj-perms HTTP/1.1" 200 5099 0.003774 10.0.0.240 - - [2026-03-26 03:06:32] "GET /virtual-machine/09d7a76d-a35c-43d9-920f-9551f47c5a2f HTTP/1.1" 200 1316 0.004058 10.0.0.240 - - [2026-03-26 03:06:32] "GET /virtual-machine-interface/2584b0e1-62e0-468e-89a5-dd38a330819e HTTP/1.1" 200 3416 0.005798 10.0.0.240 - - [2026-03-26 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003967 10.0.0.240 - - [2026-03-26 03:06:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003699 10.0.0.240 - - [2026-03-26 03:06:32] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003188 10.0.0.240 - - [2026-03-26 03:06:32] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006269 10.0.0.240 - - [2026-03-26 03:06:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.240 - - [2026-03-26 03:06:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003854 10.0.0.240 - - [2026-03-26 03:06:33] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003669 10.0.0.240 - - [2026-03-26 03:06:33] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007332 10.0.0.240 - - [2026-03-26 03:06:33] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008790 10.0.0.240 - - [2026-03-26 03:06:39] "POST /neutron/port HTTP/1.1" 200 1257 0.031543 10.0.0.240 - - [2026-03-26 03:06:39] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008447 10.0.0.240 - - [2026-03-26 03:06:49] "POST /neutron/port HTTP/1.1" 200 1257 0.016886 10.0.0.240 - - [2026-03-26 03:06:49] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007030 10.0.0.240 - - [2026-03-26 03:06:49] "POST /neutron/port HTTP/1.1" 200 1257 0.023300 10.0.0.240 - - [2026-03-26 03:06:49] "GET /virtual-machine/48bf1f55-9e89-4ef2-bc08-d3f0f612eee4 HTTP/1.1" 200 1317 0.006266 10.0.0.240 - - [2026-03-26 03:06:49] "GET /virtual-machine/48bf1f55-9e89-4ef2-bc08-d3f0f612eee4 HTTP/1.1" 200 1317 0.003584 10.0.0.240 - - [2026-03-26 03:06:49] "GET /virtual-machine-interface/7f63b306-2d3c-4a7b-a29c-098ae0b37a4e HTTP/1.1" 200 3417 0.006178 10.0.0.240 - - [2026-03-26 03:06:49] "GET /virtual-machine/48bf1f55-9e89-4ef2-bc08-d3f0f612eee4 HTTP/1.1" 200 1317 0.003820 10.0.0.240 - - [2026-03-26 03:06:49] "GET /virtual-machine-interface/7f63b306-2d3c-4a7b-a29c-098ae0b37a4e HTTP/1.1" 200 3417 0.005438 10.0.0.240 - - [2026-03-26 03:06:49] "GET /instance-ip/3f073700-05bd-49fe-a2af-62348852a867 HTTP/1.1" 200 1716 0.006565 10.0.0.240 - - [2026-03-26 03:06:49] "GET /instance-ip/612675de-9ec2-4a6c-a6a1-81d22ac8c326 HTTP/1.1" 200 1735 0.006376 10.0.0.240 - - [2026-03-26 03:06:49] "GET /virtual-machine/48bf1f55-9e89-4ef2-bc08-d3f0f612eee4 HTTP/1.1" 200 1317 0.003979 10.0.0.240 - - [2026-03-26 03:06:49] "GET /virtual-machine-interface/7f63b306-2d3c-4a7b-a29c-098ae0b37a4e HTTP/1.1" 200 3417 0.004717 10.0.0.240 - - [2026-03-26 03:06:49] "GET /instance-ip/3f073700-05bd-49fe-a2af-62348852a867 HTTP/1.1" 200 1716 0.004897 10.0.0.240 - - [2026-03-26 03:06:49] "GET /instance-ip/612675de-9ec2-4a6c-a6a1-81d22ac8c326 HTTP/1.1" 200 1735 0.004738 10.0.0.240 - - [2026-03-26 03:06:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.240 - - [2026-03-26 03:06:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004493 10.0.0.240 - - [2026-03-26 03:06:49] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003825 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006676 10.0.0.240 - - [2026-03-26 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.240 - - [2026-03-26 03:06:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004524 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003211 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006228 10.0.0.240 - - [2026-03-26 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004481 10.0.0.240 - - [2026-03-26 03:06:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004292 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003066 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006751 10.0.0.240 - - [2026-03-26 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003832 10.0.0.240 - - [2026-03-26 03:06:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004092 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003438 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005674 10.0.0.240 - - [2026-03-26 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.240 - - [2026-03-26 03:06:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004596 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003262 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006371 10.0.0.240 - - [2026-03-26 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004563 10.0.0.240 - - [2026-03-26 03:06:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004087 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003627 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006348 10.0.0.240 - - [2026-03-26 03:06:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.240 - - [2026-03-26 03:06:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007132 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003228 10.0.0.240 - - [2026-03-26 03:06:50] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005616 10.0.0.240 - - [2026-03-26 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.240 - - [2026-03-26 03:06:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004925 10.0.0.240 - - [2026-03-26 03:06:51] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002989 10.0.0.240 - - [2026-03-26 03:06:51] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006234 10.0.0.240 - - [2026-03-26 03:06:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003209 10.0.0.240 - - [2026-03-26 03:06:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004314 10.0.0.240 - - [2026-03-26 03:06:52] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003647 10.0.0.240 - - [2026-03-26 03:06:52] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005896 10.0.0.240 - - [2026-03-26 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.240 - - [2026-03-26 03:06:52] "GET /routing-instance/8801f49b-6c5c-41bd-a13c-65135c2d8e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.006684 10.0.0.240 - - [2026-03-26 03:06:52] "GET /route-target/dca08d87-9d3b-4a59-a654-9eb09f9f7759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004766 10.0.0.240 - - [2026-03-26 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.240 - - [2026-03-26 03:06:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003473 10.0.0.240 - - [2026-03-26 03:06:52] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002870 10.0.0.240 - - [2026-03-26 03:06:52] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005625 10.0.0.240 - - [2026-03-26 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.240 - - [2026-03-26 03:06:52] "GET /routing-instance/8801f49b-6c5c-41bd-a13c-65135c2d8e03?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1680 0.004500 10.0.0.240 - - [2026-03-26 03:06:52] "GET /route-target/dca08d87-9d3b-4a59-a654-9eb09f9f7759?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003808 10.0.0.240 - - [2026-03-26 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003424 10.0.0.240 - - [2026-03-26 03:06:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004715 10.0.0.240 - - [2026-03-26 03:06:52] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.002860 10.0.0.240 - - [2026-03-26 03:06:52] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006333 10.0.0.240 - - [2026-03-26 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.240 - - [2026-03-26 03:06:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006792 10.0.0.240 - - [2026-03-26 03:06:52] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003562 10.0.0.240 - - [2026-03-26 03:06:52] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.007186 10.0.0.240 - - [2026-03-26 03:06:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.240 - - [2026-03-26 03:06:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004412 10.0.0.240 - - [2026-03-26 03:06:52] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.006391 10.0.0.240 - - [2026-03-26 03:06:52] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005942 10.0.0.65 - - [2026-03-26 03:06:52] "GET /obj-perms HTTP/1.1" 200 5099 0.004141 10.0.0.240 - - [2026-03-26 03:06:52] "GET /obj-perms HTTP/1.1" 200 5099 0.004073 10.0.0.240 - - [2026-03-26 03:06:52] "GET /obj-perms HTTP/1.1" 200 5099 0.008649 10.0.0.65 - - [2026-03-26 03:06:52] "GET /obj-perms HTTP/1.1" 200 5099 0.004428 10.0.0.240 - - [2026-03-26 03:06:53] "GET /obj-perms HTTP/1.1" 200 5099 0.004374 10.0.0.22 - - [2026-03-26 03:06:53] "GET /obj-perms HTTP/1.1" 200 5099 0.003546 10.0.0.240 - - [2026-03-26 03:06:53] "GET /virtual-machine/48bf1f55-9e89-4ef2-bc08-d3f0f612eee4 HTTP/1.1" 200 1317 0.004754 10.0.0.240 - - [2026-03-26 03:06:53] "GET /virtual-machine-interface/7f63b306-2d3c-4a7b-a29c-098ae0b37a4e HTTP/1.1" 200 3417 0.007841 10.0.0.240 - - [2026-03-26 03:06:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.240 - - [2026-03-26 03:06:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004905 10.0.0.240 - - [2026-03-26 03:06:53] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003596 10.0.0.240 - - [2026-03-26 03:06:53] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.005977 10.0.0.240 - - [2026-03-26 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005601 10.0.0.240 - - [2026-03-26 03:06:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008751 10.0.0.240 - - [2026-03-26 03:06:54] "GET /virtual-networks?parent_id=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 421 0.003590 10.0.0.240 - - [2026-03-26 03:06:54] "GET /virtual-network/70671e90-ac7a-49ca-ac55-5da91751fb7a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2812 0.006805 10.0.0.240 - - [2026-03-26 03:06:54] "GET /virtual-machine/09d7a76d-a35c-43d9-920f-9551f47c5a2f HTTP/1.1" 200 1316 0.004382 10.0.0.240 - - [2026-03-26 03:06:54] "GET /virtual-machine-interface/2584b0e1-62e0-468e-89a5-dd38a330819e HTTP/1.1" 200 3416 0.005175 10.0.0.240 - - [2026-03-26 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.240 - - [2026-03-26 03:06:54] "GET /security-group/3f7e1c21-3054-4459-9521-9a8aa0a048c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004388 10.0.0.240 - - [2026-03-26 03:06:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.240 - - [2026-03-26 03:06:54] "GET /security-group/3f7e1c21-3054-4459-9521-9a8aa0a048c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004825 10.0.0.240 - - [2026-03-26 03:06:54] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008300 10.0.0.240 - - [2026-03-26 03:06:54] "POST /neutron/port HTTP/1.1" 200 1247 0.015922 10.0.0.240 - - [2026-03-26 03:06:54] "GET /virtual-machine/09d7a76d-a35c-43d9-920f-9551f47c5a2f HTTP/1.1" 200 1316 0.004116 10.0.0.240 - - [2026-03-26 03:06:54] "GET /virtual-machine-interface/2584b0e1-62e0-468e-89a5-dd38a330819e HTTP/1.1" 200 3360 0.007540 10.0.0.240 - - [2026-03-26 03:06:54] "POST /neutron/port HTTP/1.1" 200 1219 0.018050 10.0.0.240 - - [2026-03-26 03:06:55] "POST /neutron/port HTTP/1.1" 200 1247 0.074134 10.0.0.240 - - [2026-03-26 03:06:55] "GET /virtual-machine/09d7a76d-a35c-43d9-920f-9551f47c5a2f HTTP/1.1" 200 1316 0.009212 10.0.0.240 - - [2026-03-26 03:06:55] "GET /virtual-machine-interface/2584b0e1-62e0-468e-89a5-dd38a330819e HTTP/1.1" 200 3416 0.005857 10.0.0.240 - - [2026-03-26 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003738 10.0.0.240 - - [2026-03-26 03:06:55] "GET /security-group/3f7e1c21-3054-4459-9521-9a8aa0a048c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.004046 10.0.0.240 - - [2026-03-26 03:06:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.240 - - [2026-03-26 03:06:55] "GET /security-group/3f7e1c21-3054-4459-9521-9a8aa0a048c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.003926 10.0.0.240 - - [2026-03-26 03:06:55] "POST /neutron/security_group HTTP/1.1" 200 151 0.144703 10.0.0.240 - - [2026-03-26 03:06:55] "POST /fqname-to-id HTTP/1.1" 404 249 0.005513 10.0.0.22 - - [2026-03-26 03:06:55] "DELETE /access-control-list/32b7a71b-9e1c-4f52-ba12-25b604b433ed HTTP/1.1" 200 115 0.038982 10.0.0.240 - - [2026-03-26 03:06:55] "POST /fqname-to-id HTTP/1.1" 404 249 0.003353 10.0.0.240 - - [2026-03-26 03:06:55] "POST /neutron/security_group HTTP/1.1" 200 117 0.010945 10.0.0.240 - - [2026-03-26 03:06:56] "POST /neutron/network HTTP/1.1" 400 204 0.014857 10.0.0.240 - - [2026-03-26 03:07:00] "POST /neutron/network HTTP/1.1" 200 1114 0.009763 10.0.0.240 - - [2026-03-26 03:07:00] "POST /neutron/port HTTP/1.1" 200 1219 0.024015 10.0.0.240 - - [2026-03-26 03:07:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003775 10.0.0.240 - - [2026-03-26 03:07:00] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.240 - - [2026-03-26 03:07:02] "POST /neutron/network HTTP/1.1" 400 204 0.020435 10.0.0.240 - - [2026-03-26 03:07:05] "POST /neutron/port HTTP/1.1" 200 1219 0.022459 10.0.0.240 - - [2026-03-26 03:07:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003683 10.0.0.240 - - [2026-03-26 03:07:05] "POST /neutron/port HTTP/1.1" 200 117 0.001342 10.0.0.240 - - [2026-03-26 03:07:06] "POST /neutron/network HTTP/1.1" 200 1114 0.010514 10.0.0.240 - - [2026-03-26 03:07:08] "POST /neutron/network HTTP/1.1" 400 204 0.016702 10.0.0.240 - - [2026-03-26 03:07:12] "POST /neutron/network HTTP/1.1" 200 1114 0.010192 10.0.0.240 - - [2026-03-26 03:07:14] "POST /neutron/network HTTP/1.1" 400 204 0.014168 10.0.0.240 - - [2026-03-26 03:07:18] "POST /neutron/network HTTP/1.1" 200 1114 0.010374 10.0.0.240 - - [2026-03-26 03:07:20] "POST /neutron/network HTTP/1.1" 400 204 0.017604 10.0.0.240 - - [2026-03-26 03:07:24] "POST /neutron/network HTTP/1.1" 200 1114 0.009820 10.0.0.240 - - [2026-03-26 03:07:26] "POST /neutron/network HTTP/1.1" 400 204 0.013105 10.0.0.240 - - [2026-03-26 03:07:30] "POST /neutron/network HTTP/1.1" 200 1114 0.011990 10.0.0.240 - - [2026-03-26 03:07:32] "POST /neutron/network HTTP/1.1" 400 204 0.014878 10.0.0.240 - - [2026-03-26 03:07:37] "POST /neutron/network HTTP/1.1" 200 1114 0.009273 10.0.0.240 - - [2026-03-26 03:07:39] "POST /neutron/network HTTP/1.1" 400 204 0.020426 10.0.0.240 - - [2026-03-26 03:07:43] "POST /neutron/network HTTP/1.1" 200 1114 0.009016 10.0.0.240 - - [2026-03-26 03:07:45] "POST /neutron/network HTTP/1.1" 400 204 0.014698 10.0.0.65 - - [2026-03-26 03:07:56] "GET /obj-perms HTTP/1.1" 200 5075 0.057201 10.0.0.240 - - [2026-03-26 03:08:02] "POST /neutron/port HTTP/1.1" 200 1219 0.019399 10.0.0.240 - - [2026-03-26 03:08:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003641 10.0.0.240 - - [2026-03-26 03:08:02] "POST /neutron/port HTTP/1.1" 200 117 0.001113 10.0.0.240 - - [2026-03-26 03:08:06] "POST /neutron/port HTTP/1.1" 200 1219 0.017099 10.0.0.240 - - [2026-03-26 03:08:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003805 10.0.0.240 - - [2026-03-26 03:08:06] "POST /neutron/port HTTP/1.1" 200 117 0.001089 10.0.0.240 - - [2026-03-26 03:08:37] "POST /neutron/security_group HTTP/1.1" 400 209 0.003744 10.0.0.65 - - [2026-03-26 03:08:38] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.043680 10.0.0.240 - - [2026-03-26 03:08:38] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.102706 10.0.0.65 - - [2026-03-26 03:08:38] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000958 10.0.0.240 - - [2026-03-26 03:08:38] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.060617 10.0.0.65 - - [2026-03-26 03:08:40] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000894 10.0.0.240 - - [2026-03-26 03:08:41] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.062880 10.0.0.65 - - [2026-03-26 03:08:41] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001914 10.0.0.240 - - [2026-03-26 03:08:41] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.051938 10.0.0.65 - - [2026-03-26 03:08:43] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001107 10.0.0.240 - - [2026-03-26 03:08:43] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.049874 10.0.0.65 - - [2026-03-26 03:08:43] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000938 10.0.0.240 - - [2026-03-26 03:08:43] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.052043 10.0.0.65 - - [2026-03-26 03:08:45] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000976 10.0.0.240 - - [2026-03-26 03:08:45] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.041086 10.0.0.65 - - [2026-03-26 03:08:45] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001375 10.0.0.240 - - [2026-03-26 03:08:45] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.041871 10.0.0.65 - - [2026-03-26 03:08:47] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001260 10.0.0.240 - - [2026-03-26 03:08:47] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.045814 10.0.0.65 - - [2026-03-26 03:08:47] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000965 10.0.0.240 - - [2026-03-26 03:08:47] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.030631 10.0.0.65 - - [2026-03-26 03:08:49] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000851 10.0.0.240 - - [2026-03-26 03:08:49] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.047036 10.0.0.65 - - [2026-03-26 03:08:49] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001114 10.0.0.240 - - [2026-03-26 03:08:49] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.054849 10.0.0.65 - - [2026-03-26 03:08:51] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001433 10.0.0.240 - - [2026-03-26 03:08:51] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.046780 10.0.0.65 - - [2026-03-26 03:08:51] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001218 10.0.0.240 - - [2026-03-26 03:08:51] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.046265 10.0.0.65 - - [2026-03-26 03:08:53] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001178 10.0.0.240 - - [2026-03-26 03:08:53] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.044718 10.0.0.65 - - [2026-03-26 03:08:53] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000884 10.0.0.240 - - [2026-03-26 03:08:53] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.038003 10.0.0.65 - - [2026-03-26 03:08:55] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001184 10.0.0.240 - - [2026-03-26 03:08:56] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.058092 10.0.0.65 - - [2026-03-26 03:08:56] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000921 10.0.0.240 - - [2026-03-26 03:08:56] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.061137 10.0.0.65 - - [2026-03-26 03:08:58] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001270 10.0.0.240 - - [2026-03-26 03:08:58] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.053481 10.0.0.65 - - [2026-03-26 03:08:58] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001284 10.0.0.240 - - [2026-03-26 03:08:58] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.052532 10.0.0.65 - - [2026-03-26 03:09:00] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001054 10.0.0.240 - - [2026-03-26 03:09:00] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.042557 10.0.0.65 - - [2026-03-26 03:09:00] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000971 10.0.0.240 - - [2026-03-26 03:09:00] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.042559 10.0.0.65 - - [2026-03-26 03:09:02] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001170 10.0.0.240 - - [2026-03-26 03:09:02] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.044278 10.0.0.65 - - [2026-03-26 03:09:02] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001237 10.0.0.240 - - [2026-03-26 03:09:02] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.045982 10.0.0.240 - - [2026-03-26 03:09:03] "POST /neutron/network HTTP/1.1" 200 1124 0.045218 10.0.0.240 - - [2026-03-26 03:09:03] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016093 10.0.0.240 - - [2026-03-26 03:09:03] "POST /neutron/network HTTP/1.1" 200 1114 0.011049 10.0.0.22 - - [2026-03-26 03:09:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000595 10.0.0.22 - - [2026-03-26 03:09:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.22 - - [2026-03-26 03:09:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.22 - - [2026-03-26 03:09:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.65 - - [2026-03-26 03:09:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.65 - - [2026-03-26 03:09:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.65 - - [2026-03-26 03:09:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.65 - - [2026-03-26 03:09:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000525 10.0.0.65 - - [2026-03-26 03:09:04] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001121 10.0.0.240 - - [2026-03-26 03:09:04] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.051420 10.0.0.65 - - [2026-03-26 03:09:04] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001060 10.0.0.240 - - [2026-03-26 03:09:04] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.046152 10.0.0.240 - - [2026-03-26 03:09:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.240 - - [2026-03-26 03:09:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.65 - - [2026-03-26 03:09:06] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001372 10.0.0.240 - - [2026-03-26 03:09:06] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.041629 10.0.0.65 - - [2026-03-26 03:09:06] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001043 10.0.0.240 - - [2026-03-26 03:09:06] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.041419 10.0.0.240 - - [2026-03-26 03:09:07] "POST /neutron/network HTTP/1.1" 200 1124 0.007462 10.0.0.240 - - [2026-03-26 03:09:07] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015448 10.0.0.240 - - [2026-03-26 03:09:07] "POST /neutron/network HTTP/1.1" 200 1114 0.010385 10.0.0.240 - - [2026-03-26 03:09:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.240 - - [2026-03-26 03:09:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.65 - - [2026-03-26 03:09:08] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001427 10.0.0.240 - - [2026-03-26 03:09:08] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.054541 10.0.0.65 - - [2026-03-26 03:09:08] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001422 10.0.0.240 - - [2026-03-26 03:09:08] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.058676 10.0.0.65 - - [2026-03-26 03:09:11] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001074 10.0.0.240 - - [2026-03-26 03:09:11] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.046934 10.0.0.65 - - [2026-03-26 03:09:11] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000882 10.0.0.240 - - [2026-03-26 03:09:11] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.042132 10.0.0.65 - - [2026-03-26 03:09:13] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000932 10.0.0.240 - - [2026-03-26 03:09:13] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.043548 10.0.0.65 - - [2026-03-26 03:09:13] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.002345 10.0.0.240 - - [2026-03-26 03:09:13] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.050428 10.0.0.65 - - [2026-03-26 03:09:15] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001143 10.0.0.240 - - [2026-03-26 03:09:15] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.045273 10.0.0.65 - - [2026-03-26 03:09:15] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001163 10.0.0.240 - - [2026-03-26 03:09:15] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.040447 10.0.0.65 - - [2026-03-26 03:09:17] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001088 10.0.0.240 - - [2026-03-26 03:09:17] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.048298 10.0.0.65 - - [2026-03-26 03:09:17] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000897 10.0.0.240 - - [2026-03-26 03:09:17] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.041110 10.0.0.65 - - [2026-03-26 03:09:19] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001503 10.0.0.240 - - [2026-03-26 03:09:19] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.047516 10.0.0.65 - - [2026-03-26 03:09:19] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001597 10.0.0.240 - - [2026-03-26 03:09:19] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.044775 10.0.0.65 - - [2026-03-26 03:09:21] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001497 10.0.0.240 - - [2026-03-26 03:09:21] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.045255 10.0.0.65 - - [2026-03-26 03:09:21] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001039 10.0.0.240 - - [2026-03-26 03:09:21] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.037847 10.0.0.65 - - [2026-03-26 03:09:23] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000890 10.0.0.240 - - [2026-03-26 03:09:23] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.045977 10.0.0.65 - - [2026-03-26 03:09:23] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001583 10.0.0.240 - - [2026-03-26 03:09:23] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.041183 10.0.0.65 - - [2026-03-26 03:09:26] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000952 10.0.0.240 - - [2026-03-26 03:09:26] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.054197 10.0.0.65 - - [2026-03-26 03:09:26] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000928 10.0.0.240 - - [2026-03-26 03:09:26] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.029179 10.0.0.65 - - [2026-03-26 03:09:28] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000873 10.0.0.240 - - [2026-03-26 03:09:28] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.045961 10.0.0.65 - - [2026-03-26 03:09:28] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001124 10.0.0.240 - - [2026-03-26 03:09:28] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.033791 10.0.0.65 - - [2026-03-26 03:09:30] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001120 10.0.0.240 - - [2026-03-26 03:09:30] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.043066 10.0.0.65 - - [2026-03-26 03:09:30] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001420 10.0.0.240 - - [2026-03-26 03:09:30] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.039104 10.0.0.65 - - [2026-03-26 03:09:32] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001069 10.0.0.240 - - [2026-03-26 03:09:32] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.046123 10.0.0.65 - - [2026-03-26 03:09:32] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001156 10.0.0.240 - - [2026-03-26 03:09:32] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.038774 10.0.0.65 - - [2026-03-26 03:09:34] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000998 10.0.0.240 - - [2026-03-26 03:09:34] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.046263 10.0.0.65 - - [2026-03-26 03:09:34] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001257 10.0.0.240 - - [2026-03-26 03:09:34] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.037456 10.0.0.65 - - [2026-03-26 03:09:36] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001186 10.0.0.240 - - [2026-03-26 03:09:36] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.056797 10.0.0.65 - - [2026-03-26 03:09:36] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.005596 10.0.0.240 - - [2026-03-26 03:09:36] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.054865 10.0.0.65 - - [2026-03-26 03:09:38] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001206 10.0.0.240 - - [2026-03-26 03:09:38] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.038728 10.0.0.65 - - [2026-03-26 03:09:38] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001031 10.0.0.240 - - [2026-03-26 03:09:38] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.044317 10.0.0.65 - - [2026-03-26 03:09:40] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000890 10.0.0.240 - - [2026-03-26 03:09:40] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.041287 10.0.0.65 - - [2026-03-26 03:09:41] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001034 10.0.0.240 - - [2026-03-26 03:09:41] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.032755 10.0.0.65 - - [2026-03-26 03:09:43] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000926 10.0.0.240 - - [2026-03-26 03:09:43] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1464 0.047937 10.0.0.65 - - [2026-03-26 03:09:43] "GET /projects?obj_uuids=cba1a032-6313-4bec-8eeb-4ef0d986af2f&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001326 10.0.0.240 - - [2026-03-26 03:09:43] "GET /project/cba1a032-6313-4bec-8eeb-4ef0d986af2f?fields=virtual_networks HTTP/1.1" 200 1391 0.038120 10.0.0.240 - - [2026-03-26 03:09:43] "POST /fqname-to-id HTTP/1.1" 404 218 0.030037 10.0.0.65 - - [2026-03-26 03:09:43] "GET /projects?obj_uuids=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003325 10.0.0.65 - - [2026-03-26 03:09:43] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003013 10.0.0.65 - - [2026-03-26 03:09:43] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040699 10.0.0.65 - - [2026-03-26 03:09:43] "POST /id-to-fqname HTTP/1.1" 200 221 0.001458 10.0.0.65 - - [2026-03-26 03:09:43] "POST /fqname-to-id HTTP/1.1" 404 232 0.012393 10.0.0.65 - - [2026-03-26 03:09:43] "POST /security-groups HTTP/1.1" 200 621 0.032086 10.0.0.65 - - [2026-03-26 03:09:44] "POST /projects HTTP/1.1" 200 645 0.240093 10.0.0.22 - - [2026-03-26 03:09:44] "POST /fqname-to-id HTTP/1.1" 404 263 0.008285 10.0.0.65 - - [2026-03-26 03:09:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.313506 10.0.0.240 - - [2026-03-26 03:09:44] "GET /project/da65a568-9387-4257-84cb-cc4d0b107b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.499422 10.0.0.240 - - [2026-03-26 03:09:45] "GET / HTTP/1.1" 200 35931 0.001757 10.0.0.240 - - [2026-03-26 03:09:47] "POST /fqname-to-id HTTP/1.1" 401 293 0.000417 10.0.0.240 - - [2026-03-26 03:09:47] "POST /fqname-to-id HTTP/1.1" 404 254 0.057383 10.0.0.240 - - [2026-03-26 03:09:47] "POST /security-groups HTTP/1.1" 200 595 0.034410 10.0.0.240 - - [2026-03-26 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.22 - - [2026-03-26 03:09:47] "POST /access-control-lists HTTP/1.1" 200 648 0.028607 10.0.0.240 - - [2026-03-26 03:09:47] "GET /security-group/ee049849-a96b-4c7f-9e4a-bca4f3bdcb0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.007378 10.0.0.240 - - [2026-03-26 03:09:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003316 10.0.0.240 - - [2026-03-26 03:09:47] "GET /security-group/ee049849-a96b-4c7f-9e4a-bca4f3bdcb0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1945 0.004639 10.0.0.240 - - [2026-03-26 03:09:48] "DELETE /security-group/ee049849-a96b-4c7f-9e4a-bca4f3bdcb0a HTTP/1.1" 200 115 0.054046 10.0.0.240 - - [2026-03-26 03:09:48] "POST /fqname-to-id HTTP/1.1" 404 254 0.003528 10.0.0.22 - - [2026-03-26 03:09:48] "DELETE /access-control-list/c5c99fac-ecac-4e00-9c6c-8e67f037d445 HTTP/1.1" 200 115 0.039421 10.0.0.240 - - [2026-03-26 03:09:48] "POST /fqname-to-id HTTP/1.1" 404 254 0.003461 10.0.0.240 - - [2026-03-26 03:09:48] "POST /security-groups HTTP/1.1" 200 595 0.030641 10.0.0.240 - - [2026-03-26 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.22 - - [2026-03-26 03:09:48] "POST /access-control-lists HTTP/1.1" 200 648 0.026891 10.0.0.240 - - [2026-03-26 03:09:48] "GET /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005872 10.0.0.240 - - [2026-03-26 03:09:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.002828 10.0.0.240 - - [2026-03-26 03:09:48] "GET /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.004570 10.0.0.240 - - [2026-03-26 03:09:49] "GET /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1943 0.005474 10.0.0.240 - - [2026-03-26 03:09:49] "PUT /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f HTTP/1.1" 200 262 0.025750 10.0.0.22 - - [2026-03-26 03:09:49] "PUT /access-control-list/e4fe167b-820d-4dbe-b7bb-99ece19c6713 HTTP/1.1" 200 272 0.012951 10.0.0.240 - - [2026-03-26 03:09:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005961 10.0.0.65 - - [2026-03-26 03:09:49] "GET /projects?obj_uuids=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001195 10.0.0.240 - - [2026-03-26 03:09:49] "GET /project/da65a568-9387-4257-84cb-cc4d0b107b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.042407 10.0.0.22 - - [2026-03-26 03:09:49] "POST /ref-update HTTP/1.1" 200 156 0.028958 10.0.0.65 - - [2026-03-26 03:09:49] "POST /useragent-kv HTTP/1.1" 200 115 0.009678 10.0.0.240 - - [2026-03-26 03:09:49] "POST /neutron/subnet HTTP/1.1" 200 724 0.277014 10.0.0.240 - - [2026-03-26 03:09:49] "POST /id-to-fqname HTTP/1.1" 200 300 0.001753 10.0.0.240 - - [2026-03-26 03:09:49] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005259 10.0.0.240 - - [2026-03-26 03:09:50] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006143 10.0.0.240 - - [2026-03-26 03:09:50] "POST /neutron/network HTTP/1.1" 200 954 0.008496 10.0.0.240 - - [2026-03-26 03:09:50] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006236 10.0.0.240 - - [2026-03-26 03:09:50] "GET /obj-perms HTTP/1.1" 200 5109 0.082759 10.0.0.22 - - [2026-03-26 03:09:51] "GET /obj-perms HTTP/1.1" 200 5109 0.055174 10.0.0.240 - - [2026-03-26 03:09:51] "POST /id-to-fqname HTTP/1.1" 200 300 0.001177 10.0.0.240 - - [2026-03-26 03:09:51] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007660 10.0.0.65 - - [2026-03-26 03:09:52] "GET /projects?obj_uuids=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001153 10.0.0.240 - - [2026-03-26 03:09:52] "GET /project/da65a568-9387-4257-84cb-cc4d0b107b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.081127 10.0.0.240 - - [2026-03-26 03:09:53] "POST /neutron/port HTTP/1.1" 200 2284 0.028530 10.0.0.240 - - [2026-03-26 03:09:53] "POST /id-to-fqname HTTP/1.1" 200 300 0.001179 10.0.0.240 - - [2026-03-26 03:09:53] "POST /neutron/security_group HTTP/1.1" 200 1292 0.011216 10.0.0.65 - - [2026-03-26 03:09:53] "GET /projects?obj_uuids=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000923 10.0.0.240 - - [2026-03-26 03:09:53] "POST /neutron/security_group HTTP/1.1" 200 3298 0.057374 10.0.0.240 - - [2026-03-26 03:09:53] "POST /neutron/port HTTP/1.1" 200 1090 0.018615 10.0.0.65 - - [2026-03-26 03:09:54] "GET /projects?obj_uuids=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001001 10.0.0.240 - - [2026-03-26 03:09:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004694 10.0.0.240 - - [2026-03-26 03:09:54] "GET /project/da65a568-9387-4257-84cb-cc4d0b107b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.084987 10.0.0.240 - - [2026-03-26 03:09:54] "POST /neutron/network HTTP/1.1" 200 954 0.041140 10.0.0.240 - - [2026-03-26 03:09:54] "POST /neutron/security_group HTTP/1.1" 200 1292 0.006854 10.0.0.240 - - [2026-03-26 03:09:54] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008234 10.0.0.65 - - [2026-03-26 03:09:55] "GET /projects?obj_uuids=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001265 10.0.0.240 - - [2026-03-26 03:09:55] "POST /neutron/port HTTP/1.1" 200 1090 0.283206 10.0.0.240 - - [2026-03-26 03:09:55] "POST /neutron/port HTTP/1.1" 200 1144 0.154982 10.0.0.240 - - [2026-03-26 03:09:55] "POST /neutron/subnet HTTP/1.1" 200 698 0.010030 10.0.0.240 - - [2026-03-26 03:09:59] "POST /neutron/port HTTP/1.1" 200 1155 0.025339 10.0.0.240 - - [2026-03-26 03:09:59] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007212 10.0.0.240 - - [2026-03-26 03:10:00] "POST /neutron/port HTTP/1.1" 200 1155 0.021434 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 401 293 0.000400 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 200 1323 0.032019 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 200 1323 0.003759 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-machine-interface/57c188d7-217e-43fb-9149-335f9e266d30 HTTP/1.1" 200 3263 0.005214 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 200 1323 0.003791 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-machine-interface/57c188d7-217e-43fb-9149-335f9e266d30 HTTP/1.1" 200 3263 0.004894 10.0.0.240 - - [2026-03-26 03:10:00] "GET /instance-ip/1955b2bd-def0-4d6f-a09b-2519e101e2c2 HTTP/1.1" 200 1730 0.006597 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 200 1323 0.004421 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-machine-interface/57c188d7-217e-43fb-9149-335f9e266d30 HTTP/1.1" 200 3263 0.005451 10.0.0.240 - - [2026-03-26 03:10:00] "GET /instance-ip/1955b2bd-def0-4d6f-a09b-2519e101e2c2 HTTP/1.1" 200 1730 0.004226 10.0.0.240 - - [2026-03-26 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.240 - - [2026-03-26 03:10:00] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004251 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003269 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005712 10.0.0.240 - - [2026-03-26 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.240 - - [2026-03-26 03:10:00] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005003 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003732 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006369 10.0.0.240 - - [2026-03-26 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.240 - - [2026-03-26 03:10:00] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004243 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004205 10.0.0.240 - - [2026-03-26 03:10:00] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006732 10.0.0.240 - - [2026-03-26 03:10:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003202 10.0.0.240 - - [2026-03-26 03:10:00] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006259 10.0.0.240 - - [2026-03-26 03:10:01] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003412 10.0.0.240 - - [2026-03-26 03:10:01] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008166 10.0.0.240 - - [2026-03-26 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.240 - - [2026-03-26 03:10:01] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004293 10.0.0.240 - - [2026-03-26 03:10:01] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003331 10.0.0.240 - - [2026-03-26 03:10:01] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006184 10.0.0.240 - - [2026-03-26 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.240 - - [2026-03-26 03:10:01] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003984 10.0.0.240 - - [2026-03-26 03:10:01] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004091 10.0.0.240 - - [2026-03-26 03:10:01] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006092 10.0.0.240 - - [2026-03-26 03:10:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003485 10.0.0.240 - - [2026-03-26 03:10:01] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004539 10.0.0.240 - - [2026-03-26 03:10:01] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003403 10.0.0.240 - - [2026-03-26 03:10:01] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005839 10.0.0.240 - - [2026-03-26 03:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004310 10.0.0.240 - - [2026-03-26 03:10:04] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006250 10.0.0.240 - - [2026-03-26 03:10:05] "POST /neutron/port HTTP/1.1" 200 1219 0.021287 10.0.0.240 - - [2026-03-26 03:10:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003934 10.0.0.240 - - [2026-03-26 03:10:05] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.240 - - [2026-03-26 03:10:08] "POST /neutron/port HTTP/1.1" 200 1219 0.018084 10.0.0.240 - - [2026-03-26 03:10:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004028 10.0.0.240 - - [2026-03-26 03:10:08] "POST /neutron/port HTTP/1.1" 200 117 0.001206 10.0.0.240 - - [2026-03-26 03:10:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.240 - - [2026-03-26 03:10:08] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.013372 10.0.0.240 - - [2026-03-26 03:10:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.240 - - [2026-03-26 03:10:12] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005561 10.0.0.240 - - [2026-03-26 03:10:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.240 - - [2026-03-26 03:10:16] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005663 10.0.0.65 - - [2026-03-26 03:10:17] "DELETE /project/da65a5689387425784cbcc4d0b107b6d HTTP/1.1" 404 173 0.003033 10.0.0.240 - - [2026-03-26 03:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.240 - - [2026-03-26 03:10:20] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006903 10.0.0.240 - - [2026-03-26 03:10:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004037 10.0.0.240 - - [2026-03-26 03:10:25] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006243 10.0.0.240 - - [2026-03-26 03:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004212 10.0.0.240 - - [2026-03-26 03:10:29] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005765 10.0.0.240 - - [2026-03-26 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.240 - - [2026-03-26 03:10:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004061 10.0.0.240 - - [2026-03-26 03:10:33] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002938 10.0.0.240 - - [2026-03-26 03:10:33] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009423 10.0.0.240 - - [2026-03-26 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003872 10.0.0.240 - - [2026-03-26 03:10:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005229 10.0.0.240 - - [2026-03-26 03:10:33] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004467 10.0.0.240 - - [2026-03-26 03:10:33] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005996 10.0.0.240 - - [2026-03-26 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003063 10.0.0.240 - - [2026-03-26 03:10:33] "GET /routing-instance/3857c651-7d88-4b18-a3da-5438c4ca65e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004552 10.0.0.240 - - [2026-03-26 03:10:33] "GET /route-target/9ab9ab7f-a8b7-455d-a829-e2a062650017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004283 10.0.0.240 - - [2026-03-26 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.240 - - [2026-03-26 03:10:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003754 10.0.0.240 - - [2026-03-26 03:10:33] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003030 10.0.0.240 - - [2026-03-26 03:10:33] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005899 10.0.0.240 - - [2026-03-26 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.240 - - [2026-03-26 03:10:33] "GET /routing-instance/3857c651-7d88-4b18-a3da-5438c4ca65e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005036 10.0.0.240 - - [2026-03-26 03:10:33] "GET /route-target/9ab9ab7f-a8b7-455d-a829-e2a062650017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003587 10.0.0.240 - - [2026-03-26 03:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.240 - - [2026-03-26 03:10:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004123 10.0.0.240 - - [2026-03-26 03:10:34] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003062 10.0.0.240 - - [2026-03-26 03:10:34] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006274 10.0.0.240 - - [2026-03-26 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.240 - - [2026-03-26 03:10:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004038 10.0.0.240 - - [2026-03-26 03:10:34] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003152 10.0.0.240 - - [2026-03-26 03:10:34] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005913 10.0.0.240 - - [2026-03-26 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003086 10.0.0.240 - - [2026-03-26 03:10:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003914 10.0.0.240 - - [2026-03-26 03:10:34] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003176 10.0.0.240 - - [2026-03-26 03:10:34] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006162 10.0.0.65 - - [2026-03-26 03:10:34] "GET /obj-perms HTTP/1.1" 200 5109 0.067749 10.0.0.240 - - [2026-03-26 03:10:34] "GET /obj-perms HTTP/1.1" 200 5109 0.003926 10.0.0.240 - - [2026-03-26 03:10:34] "GET /obj-perms HTTP/1.1" 200 5109 0.003343 10.0.0.65 - - [2026-03-26 03:10:34] "GET /obj-perms HTTP/1.1" 200 5109 0.003911 10.0.0.240 - - [2026-03-26 03:10:34] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 200 1323 0.003768 10.0.0.240 - - [2026-03-26 03:10:34] "GET /virtual-machine-interface/57c188d7-217e-43fb-9149-335f9e266d30 HTTP/1.1" 200 3263 0.005124 10.0.0.240 - - [2026-03-26 03:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.240 - - [2026-03-26 03:10:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003512 10.0.0.240 - - [2026-03-26 03:10:34] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002785 10.0.0.240 - - [2026-03-26 03:10:35] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006449 10.0.0.240 - - [2026-03-26 03:10:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009052 10.0.0.240 - - [2026-03-26 03:10:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004117 10.0.0.240 - - [2026-03-26 03:10:36] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003205 10.0.0.240 - - [2026-03-26 03:10:36] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006489 10.0.0.240 - - [2026-03-26 03:10:36] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008035 10.0.0.240 - - [2026-03-26 03:10:42] "POST /neutron/port HTTP/1.1" 200 1155 0.046823 10.0.0.240 - - [2026-03-26 03:10:42] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008556 10.0.0.240 - - [2026-03-26 03:10:51] "POST /neutron/port HTTP/1.1" 200 1155 0.017749 10.0.0.240 - - [2026-03-26 03:10:52] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009277 10.0.0.240 - - [2026-03-26 03:10:52] "POST /neutron/port HTTP/1.1" 200 1155 0.021202 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-machine/fa071727-57a6-4ef9-9675-8db57c5423b3 HTTP/1.1" 200 1323 0.005539 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-machine/fa071727-57a6-4ef9-9675-8db57c5423b3 HTTP/1.1" 200 1323 0.004049 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-machine-interface/6bec18da-c0d6-482e-b2bd-4ddb87ce40a9 HTTP/1.1" 200 3263 0.004785 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-machine/fa071727-57a6-4ef9-9675-8db57c5423b3 HTTP/1.1" 200 1323 0.003808 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-machine-interface/6bec18da-c0d6-482e-b2bd-4ddb87ce40a9 HTTP/1.1" 200 3263 0.006079 10.0.0.240 - - [2026-03-26 03:10:52] "GET /instance-ip/532e966f-d7b6-47dd-ba93-5abda301d1af HTTP/1.1" 200 1730 0.005556 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-machine/fa071727-57a6-4ef9-9675-8db57c5423b3 HTTP/1.1" 200 1323 0.003997 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-machine-interface/6bec18da-c0d6-482e-b2bd-4ddb87ce40a9 HTTP/1.1" 200 3263 0.007400 10.0.0.240 - - [2026-03-26 03:10:52] "GET /instance-ip/532e966f-d7b6-47dd-ba93-5abda301d1af HTTP/1.1" 200 1730 0.004281 10.0.0.240 - - [2026-03-26 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.240 - - [2026-03-26 03:10:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003841 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002741 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005770 10.0.0.240 - - [2026-03-26 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.240 - - [2026-03-26 03:10:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004196 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003402 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006387 10.0.0.240 - - [2026-03-26 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.240 - - [2026-03-26 03:10:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004287 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003233 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006791 10.0.0.240 - - [2026-03-26 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.240 - - [2026-03-26 03:10:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003961 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002810 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006036 10.0.0.240 - - [2026-03-26 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.240 - - [2026-03-26 03:10:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003974 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002901 10.0.0.240 - - [2026-03-26 03:10:52] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006787 10.0.0.240 - - [2026-03-26 03:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.240 - - [2026-03-26 03:10:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004263 10.0.0.240 - - [2026-03-26 03:10:53] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002789 10.0.0.240 - - [2026-03-26 03:10:53] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006448 10.0.0.240 - - [2026-03-26 03:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.240 - - [2026-03-26 03:10:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004623 10.0.0.240 - - [2026-03-26 03:10:53] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003589 10.0.0.240 - - [2026-03-26 03:10:53] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006012 10.0.0.240 - - [2026-03-26 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.240 - - [2026-03-26 03:10:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003993 10.0.0.240 - - [2026-03-26 03:10:54] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.004012 10.0.0.240 - - [2026-03-26 03:10:54] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006004 10.0.0.240 - - [2026-03-26 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.240 - - [2026-03-26 03:10:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003890 10.0.0.240 - - [2026-03-26 03:10:54] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.002948 10.0.0.240 - - [2026-03-26 03:10:54] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005623 10.0.0.240 - - [2026-03-26 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.240 - - [2026-03-26 03:10:54] "GET /routing-instance/3857c651-7d88-4b18-a3da-5438c4ca65e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004246 10.0.0.240 - - [2026-03-26 03:10:54] "GET /route-target/9ab9ab7f-a8b7-455d-a829-e2a062650017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003932 10.0.0.240 - - [2026-03-26 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.240 - - [2026-03-26 03:10:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003361 10.0.0.240 - - [2026-03-26 03:10:54] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003040 10.0.0.240 - - [2026-03-26 03:10:54] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006916 10.0.0.240 - - [2026-03-26 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.240 - - [2026-03-26 03:10:54] "GET /routing-instance/3857c651-7d88-4b18-a3da-5438c4ca65e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005889 10.0.0.240 - - [2026-03-26 03:10:54] "GET /route-target/9ab9ab7f-a8b7-455d-a829-e2a062650017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003660 10.0.0.240 - - [2026-03-26 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003331 10.0.0.240 - - [2026-03-26 03:10:55] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004270 10.0.0.240 - - [2026-03-26 03:10:55] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003954 10.0.0.240 - - [2026-03-26 03:10:55] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005567 10.0.0.240 - - [2026-03-26 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.240 - - [2026-03-26 03:10:55] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005821 10.0.0.240 - - [2026-03-26 03:10:55] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003841 10.0.0.240 - - [2026-03-26 03:10:55] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.005783 10.0.0.240 - - [2026-03-26 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.240 - - [2026-03-26 03:10:55] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003879 10.0.0.240 - - [2026-03-26 03:10:55] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003302 10.0.0.240 - - [2026-03-26 03:10:55] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006700 10.0.0.65 - - [2026-03-26 03:10:55] "GET /obj-perms HTTP/1.1" 200 5109 0.003674 10.0.0.240 - - [2026-03-26 03:10:55] "GET /obj-perms HTTP/1.1" 200 5109 0.004039 10.0.0.240 - - [2026-03-26 03:10:55] "GET /obj-perms HTTP/1.1" 200 5109 0.004448 10.0.0.65 - - [2026-03-26 03:10:55] "GET /obj-perms HTTP/1.1" 200 5109 0.003966 10.0.0.240 - - [2026-03-26 03:10:55] "GET /obj-perms HTTP/1.1" 200 5109 0.003760 10.0.0.22 - - [2026-03-26 03:10:55] "GET /obj-perms HTTP/1.1" 200 5109 0.004753 10.0.0.240 - - [2026-03-26 03:10:55] "GET /virtual-machine/fa071727-57a6-4ef9-9675-8db57c5423b3 HTTP/1.1" 200 1323 0.004601 10.0.0.240 - - [2026-03-26 03:10:55] "GET /virtual-machine-interface/6bec18da-c0d6-482e-b2bd-4ddb87ce40a9 HTTP/1.1" 200 3263 0.005054 10.0.0.240 - - [2026-03-26 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005027 10.0.0.240 - - [2026-03-26 03:10:55] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003665 10.0.0.240 - - [2026-03-26 03:10:55] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003562 10.0.0.240 - - [2026-03-26 03:10:55] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.009724 10.0.0.240 - - [2026-03-26 03:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.240 - - [2026-03-26 03:10:56] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004826 10.0.0.240 - - [2026-03-26 03:10:56] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003687 10.0.0.240 - - [2026-03-26 03:10:57] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.006313 10.0.0.240 - - [2026-03-26 03:10:57] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 200 1323 0.004286 10.0.0.240 - - [2026-03-26 03:10:57] "GET /virtual-machine-interface/57c188d7-217e-43fb-9149-335f9e266d30 HTTP/1.1" 200 3263 0.005796 10.0.0.240 - - [2026-03-26 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003052 10.0.0.240 - - [2026-03-26 03:10:57] "GET /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004204 10.0.0.240 - - [2026-03-26 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.240 - - [2026-03-26 03:10:57] "GET /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005547 10.0.0.240 - - [2026-03-26 03:10:57] "POST /neutron/security_group HTTP/1.1" 200 1292 0.008291 10.0.0.240 - - [2026-03-26 03:10:57] "POST /neutron/port HTTP/1.1" 200 1144 0.017405 10.0.0.240 - - [2026-03-26 03:10:57] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 200 1323 0.003454 10.0.0.240 - - [2026-03-26 03:10:57] "GET /virtual-machine-interface/57c188d7-217e-43fb-9149-335f9e266d30 HTTP/1.1" 200 3202 0.007684 10.0.0.240 - - [2026-03-26 03:10:57] "POST /neutron/port HTTP/1.1" 200 1116 0.023605 10.0.0.240 - - [2026-03-26 03:10:57] "POST /neutron/port HTTP/1.1" 200 1144 0.070572 10.0.0.240 - - [2026-03-26 03:10:57] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 200 1323 0.004173 10.0.0.240 - - [2026-03-26 03:10:57] "GET /virtual-machine-interface/57c188d7-217e-43fb-9149-335f9e266d30 HTTP/1.1" 200 3263 0.008117 10.0.0.240 - - [2026-03-26 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004210 10.0.0.240 - - [2026-03-26 03:10:57] "GET /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004873 10.0.0.240 - - [2026-03-26 03:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004861 10.0.0.240 - - [2026-03-26 03:10:57] "GET /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.005266 10.0.0.240 - - [2026-03-26 03:10:57] "DELETE /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f HTTP/1.1" 409 336 0.010851 10.0.0.65 - - [2026-03-26 03:10:58] "GET /obj-perms HTTP/1.1" 200 5075 0.052719 10.0.0.240 - - [2026-03-26 03:11:07] "POST /neutron/port HTTP/1.1" 200 1155 0.016169 10.0.0.240 - - [2026-03-26 03:11:07] "POST /neutron/subnet HTTP/1.1" 200 698 0.009150 10.0.0.240 - - [2026-03-26 03:11:09] "POST /neutron/port HTTP/1.1" 200 1155 0.018316 10.0.0.240 - - [2026-03-26 03:11:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004010 10.0.0.240 - - [2026-03-26 03:11:09] "POST /neutron/network HTTP/1.1" 200 954 0.006546 10.0.0.240 - - [2026-03-26 03:11:53] "GET /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.004200 10.0.0.240 - - [2026-03-26 03:11:53] "PUT /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f HTTP/1.1" 200 262 0.015873 10.0.0.240 - - [2026-03-26 03:11:56] "POST /neutron/port HTTP/1.1" 200 1144 0.013315 10.0.0.240 - - [2026-03-26 03:11:56] "GET /virtual-machine/fa071727-57a6-4ef9-9675-8db57c5423b3 HTTP/1.1" 200 1323 0.003996 10.0.0.240 - - [2026-03-26 03:11:56] "POST /neutron/port HTTP/1.1" 200 1116 0.018695 10.0.0.240 - - [2026-03-26 03:11:58] "GET /virtual-machine/fa071727-57a6-4ef9-9675-8db57c5423b3 HTTP/1.1" 404 171 0.003435 10.0.0.240 - - [2026-03-26 03:11:58] "GET /virtual-machine/fa071727-57a6-4ef9-9675-8db57c5423b3 HTTP/1.1" 404 171 0.002530 10.0.0.240 - - [2026-03-26 03:11:58] "GET /virtual-machine/fa071727-57a6-4ef9-9675-8db57c5423b3 HTTP/1.1" 404 171 0.003513 10.0.0.240 - - [2026-03-26 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004707 10.0.0.240 - - [2026-03-26 03:11:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004204 10.0.0.240 - - [2026-03-26 03:11:58] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003455 10.0.0.240 - - [2026-03-26 03:11:58] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008013 10.0.0.240 - - [2026-03-26 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.240 - - [2026-03-26 03:11:58] "GET /routing-instance/3857c651-7d88-4b18-a3da-5438c4ca65e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.004883 10.0.0.240 - - [2026-03-26 03:11:58] "GET /route-target/9ab9ab7f-a8b7-455d-a829-e2a062650017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004352 10.0.0.240 - - [2026-03-26 03:12:02] "GET /obj-perms HTTP/1.1" 200 5109 0.003957 10.0.0.65 - - [2026-03-26 03:12:02] "GET /obj-perms HTTP/1.1" 200 5109 0.004812 10.0.0.240 - - [2026-03-26 03:12:05] "GET /obj-perms HTTP/1.1" 200 5109 0.004812 10.0.0.240 - - [2026-03-26 03:12:05] "POST /neutron/security_group HTTP/1.1" 200 1288 0.007423 10.0.0.240 - - [2026-03-26 03:12:05] "POST /neutron/port HTTP/1.1" 200 1144 0.013804 10.0.0.240 - - [2026-03-26 03:12:05] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 200 1323 0.004993 10.0.0.240 - - [2026-03-26 03:12:06] "POST /neutron/port HTTP/1.1" 200 1106 0.018647 10.0.0.240 - - [2026-03-26 03:12:07] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 404 171 0.003354 10.0.0.240 - - [2026-03-26 03:12:07] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 404 171 0.003132 10.0.0.240 - - [2026-03-26 03:12:07] "GET /virtual-machine/9f3c16cd-87ba-4765-96ef-0cde203b928b HTTP/1.1" 404 171 0.003052 10.0.0.240 - - [2026-03-26 03:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003575 10.0.0.240 - - [2026-03-26 03:12:07] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003638 10.0.0.240 - - [2026-03-26 03:12:07] "GET /virtual-networks?parent_id=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 431 0.003225 10.0.0.240 - - [2026-03-26 03:12:07] "GET /virtual-network/79107a6e-6f66-4a7e-a9b2-488437226071?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2250 0.008280 10.0.0.240 - - [2026-03-26 03:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003043 10.0.0.240 - - [2026-03-26 03:12:07] "GET /routing-instance/3857c651-7d88-4b18-a3da-5438c4ca65e5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1705 0.005390 10.0.0.240 - - [2026-03-26 03:12:07] "GET /route-target/9ab9ab7f-a8b7-455d-a829-e2a062650017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005594 10.0.0.65 - - [2026-03-26 03:12:08] "GET /obj-perms HTTP/1.1" 200 5109 0.004410 10.0.0.240 - - [2026-03-26 03:12:08] "POST /neutron/port HTTP/1.1" 200 1219 0.022487 10.0.0.240 - - [2026-03-26 03:12:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004140 10.0.0.240 - - [2026-03-26 03:12:08] "POST /neutron/port HTTP/1.1" 200 117 0.001035 10.0.0.240 - - [2026-03-26 03:12:09] "POST /neutron/port HTTP/1.1" 200 1219 0.017118 10.0.0.240 - - [2026-03-26 03:12:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004045 10.0.0.240 - - [2026-03-26 03:12:09] "POST /neutron/port HTTP/1.1" 200 117 0.001068 10.0.0.240 - - [2026-03-26 03:12:14] "GET /obj-perms HTTP/1.1" 200 5109 0.004000 10.0.0.65 - - [2026-03-26 03:12:17] "GET /obj-perms HTTP/1.1" 200 5109 0.004790 10.0.0.240 - - [2026-03-26 03:12:23] "GET /obj-perms HTTP/1.1" 200 5109 0.003801 10.0.0.65 - - [2026-03-26 03:12:26] "GET /obj-perms HTTP/1.1" 200 5109 0.003866 10.0.0.240 - - [2026-03-26 03:12:32] "GET /obj-perms HTTP/1.1" 200 5109 0.003680 10.0.0.65 - - [2026-03-26 03:12:35] "GET /obj-perms HTTP/1.1" 200 5109 0.003406 10.0.0.240 - - [2026-03-26 03:12:35] "GET /obj-perms HTTP/1.1" 200 5109 0.009320 10.0.0.22 - - [2026-03-26 03:12:35] "GET /obj-perms HTTP/1.1" 200 5109 0.010314 10.0.0.65 - - [2026-03-26 03:12:35] "POST /useragent-kv HTTP/1.1" 200 115 0.005318 10.0.0.65 - - [2026-03-26 03:12:35] "POST /useragent-kv HTTP/1.1" 200 115 0.002535 10.0.0.240 - - [2026-03-26 03:12:36] "POST /neutron/network HTTP/1.1" 200 151 0.161049 10.0.0.22 - - [2026-03-26 03:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.052976 10.0.0.240 - - [2026-03-26 03:12:36] "DELETE /security-group/448c5c7d-9e38-4c86-86ab-f52db3f6850f HTTP/1.1" 200 115 0.056759 10.0.0.240 - - [2026-03-26 03:12:36] "POST /fqname-to-id HTTP/1.1" 404 254 0.003138 10.0.0.22 - - [2026-03-26 03:12:36] "DELETE /access-control-list/8119f6c0-62f9-49bc-936f-4cdb374089a5 HTTP/1.1" 200 115 0.053904 10.0.0.65 - - [2026-03-26 03:12:37] "GET /projects?obj_uuids=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001993 10.0.0.240 - - [2026-03-26 03:12:38] "GET /project/da65a568-9387-4257-84cb-cc4d0b107b6d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.079554 10.0.0.65 - - [2026-03-26 03:12:38] "GET /projects?obj_uuids=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000973 10.0.0.240 - - [2026-03-26 03:12:38] "GET /project/da65a568-9387-4257-84cb-cc4d0b107b6d?fields=virtual_networks HTTP/1.1" 200 1092 0.050888 10.0.0.65 - - [2026-03-26 03:12:38] "GET /projects?obj_uuids=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001024 10.0.0.240 - - [2026-03-26 03:12:38] "GET /project/da65a568-9387-4257-84cb-cc4d0b107b6d?fields=virtual_machine_interfaces HTTP/1.1" 200 1092 0.040077 10.0.0.65 - - [2026-03-26 03:12:38] "GET /projects?obj_uuids=da65a568-9387-4257-84cb-cc4d0b107b6d&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.000938 10.0.0.240 - - [2026-03-26 03:12:38] "GET /project/da65a568-9387-4257-84cb-cc4d0b107b6d?fields=security_groups HTTP/1.1" 200 1348 0.054045 10.0.0.240 - - [2026-03-26 03:12:39] "POST /fqname-to-id HTTP/1.1" 404 209 0.032936 10.0.0.65 - - [2026-03-26 03:12:39] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003627 10.0.0.65 - - [2026-03-26 03:12:39] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000986 10.0.0.65 - - [2026-03-26 03:12:39] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006925 10.0.0.65 - - [2026-03-26 03:12:39] "POST /id-to-fqname HTTP/1.1" 200 212 0.003581 10.0.0.65 - - [2026-03-26 03:12:39] "POST /fqname-to-id HTTP/1.1" 404 222 0.007108 10.0.0.65 - - [2026-03-26 03:12:39] "POST /security-groups HTTP/1.1" 200 612 0.081983 10.0.0.65 - - [2026-03-26 03:12:39] "POST /projects HTTP/1.1" 200 627 0.305651 10.0.0.22 - - [2026-03-26 03:12:39] "POST /fqname-to-id HTTP/1.1" 404 254 0.007238 10.0.0.65 - - [2026-03-26 03:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.391747 10.0.0.240 - - [2026-03-26 03:12:39] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.539509 10.0.0.240 - - [2026-03-26 03:12:40] "GET / HTTP/1.1" 200 35931 0.002214 10.0.0.240 - - [2026-03-26 03:12:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000425 10.0.0.240 - - [2026-03-26 03:12:43] "POST /fqname-to-id HTTP/1.1" 404 245 0.059325 10.0.0.22 - - [2026-03-26 03:12:43] "POST /access-control-lists HTTP/1.1" 200 639 0.033149 10.0.0.22 - - [2026-03-26 03:12:43] "PUT /access-control-list/c34ea44b-5e0e-45fa-8a0a-5ea2d386eac6 HTTP/1.1" 200 272 0.012137 10.0.0.240 - - [2026-03-26 03:12:43] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.040871 10.0.0.22 - - [2026-03-26 03:12:43] "PUT /access-control-list/679c2d91-4165-406c-89ec-80e8babbf44c HTTP/1.1" 200 272 0.017055 10.0.0.240 - - [2026-03-26 03:12:44] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.115699 10.0.0.240 - - [2026-03-26 03:12:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.240 - - [2026-03-26 03:12:44] "GET /security-group/dfc50ee7-b7b8-45a7-a0fd-b3f54c037560?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.004166 10.0.0.240 - - [2026-03-26 03:12:45] "POST /neutron/security_group HTTP/1.1" 200 151 0.070976 10.0.0.240 - - [2026-03-26 03:12:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.003064 10.0.0.22 - - [2026-03-26 03:12:45] "DELETE /access-control-list/c34ea44b-5e0e-45fa-8a0a-5ea2d386eac6 HTTP/1.1" 200 115 0.044069 10.0.0.240 - - [2026-03-26 03:12:45] "POST /fqname-to-id HTTP/1.1" 404 245 0.003658 10.0.0.22 - - [2026-03-26 03:12:45] "POST /access-control-lists HTTP/1.1" 200 639 0.027481 10.0.0.22 - - [2026-03-26 03:12:45] "PUT /access-control-list/8979f919-7200-4f8b-8851-372b5b2ac292 HTTP/1.1" 200 272 0.018478 10.0.0.240 - - [2026-03-26 03:12:45] "POST /neutron/security_group_rule HTTP/1.1" 200 539 0.011678 10.0.0.22 - - [2026-03-26 03:12:46] "PUT /access-control-list/72bc7ee3-cf01-4c52-b164-98122ee75905 HTTP/1.1" 200 272 0.016579 10.0.0.240 - - [2026-03-26 03:12:46] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.169268 10.0.0.240 - - [2026-03-26 03:12:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158 10.0.0.240 - - [2026-03-26 03:12:46] "GET /security-group/f6931970-382b-422a-9e89-1a6d20883559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2001 0.004743 10.0.0.240 - - [2026-03-26 03:12:46] "POST /neutron/security_group_rule HTTP/1.1" 200 547 0.009860 10.0.0.22 - - [2026-03-26 03:12:46] "PUT /access-control-list/72bc7ee3-cf01-4c52-b164-98122ee75905 HTTP/1.1" 200 272 0.013325 10.0.0.240 - - [2026-03-26 03:12:47] "POST /neutron/security_group_rule HTTP/1.1" 200 585 0.167136 10.0.0.240 - - [2026-03-26 03:12:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.65 - - [2026-03-26 03:12:47] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001392 10.0.0.240 - - [2026-03-26 03:12:47] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.059233 10.0.0.22 - - [2026-03-26 03:12:47] "POST /route-targets HTTP/1.1" 200 327 0.013769 10.0.0.65 - - [2026-03-26 03:12:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007730 10.0.0.240 - - [2026-03-26 03:12:47] "POST /neutron/subnet HTTP/1.1" 200 734 0.204673 10.0.0.240 - - [2026-03-26 03:12:47] "POST /id-to-fqname HTTP/1.1" 200 282 0.001308 10.0.0.240 - - [2026-03-26 03:12:47] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005543 10.0.0.240 - - [2026-03-26 03:12:47] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006127 10.0.0.240 - - [2026-03-26 03:12:47] "POST /neutron/network HTTP/1.1" 200 929 0.006660 10.0.0.240 - - [2026-03-26 03:12:48] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005697 10.0.0.240 - - [2026-03-26 03:12:49] "POST /id-to-fqname HTTP/1.1" 200 282 0.001271 10.0.0.240 - - [2026-03-26 03:12:49] "POST /neutron/security_group HTTP/1.1" 200 1421 0.008135 10.0.0.65 - - [2026-03-26 03:12:50] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000964 10.0.0.240 - - [2026-03-26 03:12:50] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.075396 10.0.0.240 - - [2026-03-26 03:12:51] "POST /neutron/port HTTP/1.1" 200 2284 0.027906 10.0.0.240 - - [2026-03-26 03:12:51] "POST /id-to-fqname HTTP/1.1" 200 282 0.001257 10.0.0.240 - - [2026-03-26 03:12:51] "POST /neutron/security_group HTTP/1.1" 200 1421 0.006760 10.0.0.65 - - [2026-03-26 03:12:51] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000882 10.0.0.240 - - [2026-03-26 03:12:51] "POST /neutron/security_group HTTP/1.1" 200 3418 0.069471 10.0.0.240 - - [2026-03-26 03:12:52] "POST /neutron/port HTTP/1.1" 200 1083 0.020504 10.0.0.240 - - [2026-03-26 03:12:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003795 10.0.0.240 - - [2026-03-26 03:12:52] "POST /neutron/network HTTP/1.1" 200 929 0.007411 10.0.0.65 - - [2026-03-26 03:12:52] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000932 10.0.0.240 - - [2026-03-26 03:12:52] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.090650 10.0.0.240 - - [2026-03-26 03:12:52] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007322 10.0.0.240 - - [2026-03-26 03:12:52] "POST /neutron/security_group HTTP/1.1" 200 1421 0.008372 10.0.0.65 - - [2026-03-26 03:12:53] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001428 10.0.0.240 - - [2026-03-26 03:12:53] "POST /neutron/port HTTP/1.1" 200 1083 0.320798 10.0.0.240 - - [2026-03-26 03:12:53] "POST /neutron/port HTTP/1.1" 200 1137 0.105906 10.0.0.240 - - [2026-03-26 03:12:53] "POST /neutron/subnet HTTP/1.1" 200 708 0.007947 10.0.0.240 - - [2026-03-26 03:12:57] "POST /neutron/port HTTP/1.1" 200 1147 0.018143 10.0.0.240 - - [2026-03-26 03:12:58] "POST /neutron/security_group HTTP/1.1" 200 1421 0.008360 10.0.0.240 - - [2026-03-26 03:12:58] "POST /neutron/port HTTP/1.1" 200 1147 0.017906 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-machine/60bcbb26-305f-4535-9bb4-6e577c42ecfb HTTP/1.1" 401 293 0.000659 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-machine/60bcbb26-305f-4535-9bb4-6e577c42ecfb HTTP/1.1" 200 1313 0.035389 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-machine/60bcbb26-305f-4535-9bb4-6e577c42ecfb HTTP/1.1" 200 1313 0.004253 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-machine-interface/e04f7681-b18f-4b55-8a33-3b5d0fe70995 HTTP/1.1" 200 3191 0.005359 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-machine/60bcbb26-305f-4535-9bb4-6e577c42ecfb HTTP/1.1" 200 1313 0.004820 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-machine-interface/e04f7681-b18f-4b55-8a33-3b5d0fe70995 HTTP/1.1" 200 3191 0.006200 10.0.0.240 - - [2026-03-26 03:12:58] "GET /instance-ip/36ef86fc-310f-4ca1-9f50-7a637bfb760f HTTP/1.1" 200 1705 0.007710 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-machine/60bcbb26-305f-4535-9bb4-6e577c42ecfb HTTP/1.1" 200 1313 0.004845 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-machine-interface/e04f7681-b18f-4b55-8a33-3b5d0fe70995 HTTP/1.1" 200 3191 0.005884 10.0.0.240 - - [2026-03-26 03:12:58] "GET /instance-ip/36ef86fc-310f-4ca1-9f50-7a637bfb760f HTTP/1.1" 200 1705 0.004899 10.0.0.240 - - [2026-03-26 03:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.240 - - [2026-03-26 03:12:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004355 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003099 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005481 10.0.0.240 - - [2026-03-26 03:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.240 - - [2026-03-26 03:12:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004416 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003520 10.0.0.240 - - [2026-03-26 03:12:58] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006065 10.0.0.240 - - [2026-03-26 03:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006243 10.0.0.240 - - [2026-03-26 03:12:59] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004407 10.0.0.240 - - [2026-03-26 03:12:59] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003243 10.0.0.240 - - [2026-03-26 03:12:59] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006739 10.0.0.240 - - [2026-03-26 03:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.240 - - [2026-03-26 03:12:59] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005417 10.0.0.240 - - [2026-03-26 03:12:59] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004279 10.0.0.240 - - [2026-03-26 03:12:59] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007361 10.0.0.240 - - [2026-03-26 03:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003071 10.0.0.240 - - [2026-03-26 03:12:59] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004177 10.0.0.240 - - [2026-03-26 03:12:59] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002823 10.0.0.240 - - [2026-03-26 03:12:59] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005623 10.0.0.240 - - [2026-03-26 03:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.240 - - [2026-03-26 03:12:59] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003894 10.0.0.240 - - [2026-03-26 03:12:59] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003050 10.0.0.240 - - [2026-03-26 03:12:59] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007427 10.0.0.240 - - [2026-03-26 03:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.240 - - [2026-03-26 03:12:59] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004197 10.0.0.240 - - [2026-03-26 03:12:59] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003341 10.0.0.240 - - [2026-03-26 03:12:59] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005796 10.0.0.22 - - [2026-03-26 03:13:02] "DELETE /access-control-list/9f7af197-4050-4763-ae03-84ba04f9a415 HTTP/1.1" 200 115 0.046810 10.0.0.240 - - [2026-03-26 03:13:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.240 - - [2026-03-26 03:13:02] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006045 10.0.0.240 - - [2026-03-26 03:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.011602 10.0.0.240 - - [2026-03-26 03:13:06] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007323 10.0.0.240 - - [2026-03-26 03:13:10] "POST /neutron/port HTTP/1.1" 200 1219 0.018105 10.0.0.240 - - [2026-03-26 03:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.240 - - [2026-03-26 03:13:10] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006790 10.0.0.240 - - [2026-03-26 03:13:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003999 10.0.0.240 - - [2026-03-26 03:13:11] "POST /neutron/port HTTP/1.1" 200 117 0.001099 10.0.0.240 - - [2026-03-26 03:13:11] "POST /neutron/port HTTP/1.1" 200 1219 0.020495 10.0.0.240 - - [2026-03-26 03:13:11] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003958 10.0.0.240 - - [2026-03-26 03:13:11] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.240 - - [2026-03-26 03:13:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.240 - - [2026-03-26 03:13:15] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005659 10.0.0.65 - - [2026-03-26 03:13:17] "DELETE /project/da65a568-9387-4257-84cb-cc4d0b107b6d HTTP/1.1" 404 177 0.004038 10.0.0.65 - - [2026-03-26 03:13:17] "DELETE /project/fbf3d5013783446fb6de4f5dd88d1280 HTTP/1.1" 404 173 0.006142 10.0.0.240 - - [2026-03-26 03:13:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004308 10.0.0.240 - - [2026-03-26 03:13:19] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006913 10.0.0.240 - - [2026-03-26 03:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.240 - - [2026-03-26 03:13:23] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006186 10.0.0.240 - - [2026-03-26 03:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.240 - - [2026-03-26 03:13:27] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005238 10.0.0.240 - - [2026-03-26 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.240 - - [2026-03-26 03:13:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003736 10.0.0.240 - - [2026-03-26 03:13:29] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003421 10.0.0.240 - - [2026-03-26 03:13:29] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005455 10.0.0.240 - - [2026-03-26 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.240 - - [2026-03-26 03:13:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004219 10.0.0.240 - - [2026-03-26 03:13:29] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002978 10.0.0.240 - - [2026-03-26 03:13:29] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006213 10.0.0.240 - - [2026-03-26 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002846 10.0.0.240 - - [2026-03-26 03:13:29] "GET /routing-instance/29c564e2-0636-4ec2-8e05-5028e9616b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005014 10.0.0.240 - - [2026-03-26 03:13:29] "GET /route-target/a24df829-af3c-4b60-8320-84acdf44121f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004316 10.0.0.240 - - [2026-03-26 03:13:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.240 - - [2026-03-26 03:13:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004218 10.0.0.240 - - [2026-03-26 03:13:29] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004804 10.0.0.240 - - [2026-03-26 03:13:30] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007816 10.0.0.240 - - [2026-03-26 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.240 - - [2026-03-26 03:13:30] "GET /routing-instance/29c564e2-0636-4ec2-8e05-5028e9616b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004579 10.0.0.240 - - [2026-03-26 03:13:30] "GET /route-target/a24df829-af3c-4b60-8320-84acdf44121f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004354 10.0.0.240 - - [2026-03-26 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.240 - - [2026-03-26 03:13:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004459 10.0.0.240 - - [2026-03-26 03:13:30] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003521 10.0.0.240 - - [2026-03-26 03:13:30] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006692 10.0.0.240 - - [2026-03-26 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005393 10.0.0.240 - - [2026-03-26 03:13:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004120 10.0.0.240 - - [2026-03-26 03:13:30] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003430 10.0.0.240 - - [2026-03-26 03:13:30] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005904 10.0.0.240 - - [2026-03-26 03:13:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.240 - - [2026-03-26 03:13:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004331 10.0.0.240 - - [2026-03-26 03:13:30] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003517 10.0.0.240 - - [2026-03-26 03:13:30] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006340 10.0.0.65 - - [2026-03-26 03:13:30] "GET /obj-perms HTTP/1.1" 200 5091 0.068439 10.0.0.240 - - [2026-03-26 03:13:30] "GET /obj-perms HTTP/1.1" 200 5091 0.060396 10.0.0.240 - - [2026-03-26 03:13:30] "GET /obj-perms HTTP/1.1" 200 5091 0.003704 10.0.0.65 - - [2026-03-26 03:13:30] "GET /obj-perms HTTP/1.1" 200 5091 0.004206 10.0.0.240 - - [2026-03-26 03:13:31] "GET /obj-perms HTTP/1.1" 200 5091 0.004472 10.0.0.22 - - [2026-03-26 03:13:31] "GET /obj-perms HTTP/1.1" 200 5091 0.062397 10.0.0.240 - - [2026-03-26 03:13:31] "GET /virtual-machine/60bcbb26-305f-4535-9bb4-6e577c42ecfb HTTP/1.1" 200 1313 0.004128 10.0.0.240 - - [2026-03-26 03:13:31] "GET /virtual-machine-interface/e04f7681-b18f-4b55-8a33-3b5d0fe70995 HTTP/1.1" 200 3191 0.005515 10.0.0.240 - - [2026-03-26 03:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003270 10.0.0.240 - - [2026-03-26 03:13:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006868 10.0.0.240 - - [2026-03-26 03:13:31] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.005051 10.0.0.240 - - [2026-03-26 03:13:31] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005619 10.0.0.240 - - [2026-03-26 03:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.240 - - [2026-03-26 03:13:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004397 10.0.0.240 - - [2026-03-26 03:13:32] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003421 10.0.0.240 - - [2026-03-26 03:13:32] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005842 10.0.0.240 - - [2026-03-26 03:13:32] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007952 10.0.0.240 - - [2026-03-26 03:13:38] "POST /neutron/port HTTP/1.1" 200 1147 0.022336 10.0.0.240 - - [2026-03-26 03:13:39] "POST /neutron/security_group HTTP/1.1" 200 1421 0.006735 10.0.0.240 - - [2026-03-26 03:13:48] "POST /neutron/port HTTP/1.1" 200 1147 0.017847 10.0.0.240 - - [2026-03-26 03:13:48] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007229 10.0.0.240 - - [2026-03-26 03:13:48] "POST /neutron/port HTTP/1.1" 200 1147 0.021165 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-machine/9c97f057-8d8c-408a-8999-de369c40d9b8 HTTP/1.1" 200 1313 0.006130 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-machine/9c97f057-8d8c-408a-8999-de369c40d9b8 HTTP/1.1" 200 1313 0.004011 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-machine-interface/8e42cc9d-67aa-4344-b17c-fa4993a11869 HTTP/1.1" 200 3192 0.006837 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-machine/9c97f057-8d8c-408a-8999-de369c40d9b8 HTTP/1.1" 200 1313 0.004207 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-machine-interface/8e42cc9d-67aa-4344-b17c-fa4993a11869 HTTP/1.1" 200 3192 0.006589 10.0.0.240 - - [2026-03-26 03:13:48] "GET /instance-ip/730e8121-25ae-48d8-acb3-d59524b3b7e2 HTTP/1.1" 200 1705 0.006954 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-machine/9c97f057-8d8c-408a-8999-de369c40d9b8 HTTP/1.1" 200 1313 0.005508 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-machine-interface/8e42cc9d-67aa-4344-b17c-fa4993a11869 HTTP/1.1" 200 3192 0.008350 10.0.0.240 - - [2026-03-26 03:13:48] "GET /instance-ip/730e8121-25ae-48d8-acb3-d59524b3b7e2 HTTP/1.1" 200 1705 0.004054 10.0.0.240 - - [2026-03-26 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.240 - - [2026-03-26 03:13:48] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004009 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003232 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007279 10.0.0.240 - - [2026-03-26 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.240 - - [2026-03-26 03:13:48] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004809 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003263 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007030 10.0.0.240 - - [2026-03-26 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003344 10.0.0.240 - - [2026-03-26 03:13:48] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004163 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.004043 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.010134 10.0.0.240 - - [2026-03-26 03:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.240 - - [2026-03-26 03:13:48] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005672 10.0.0.240 - - [2026-03-26 03:13:48] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003170 10.0.0.240 - - [2026-03-26 03:13:49] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007235 10.0.0.240 - - [2026-03-26 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.240 - - [2026-03-26 03:13:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004834 10.0.0.240 - - [2026-03-26 03:13:49] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003087 10.0.0.240 - - [2026-03-26 03:13:49] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.007487 10.0.0.240 - - [2026-03-26 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.240 - - [2026-03-26 03:13:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004260 10.0.0.240 - - [2026-03-26 03:13:49] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003464 10.0.0.240 - - [2026-03-26 03:13:49] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006577 10.0.0.240 - - [2026-03-26 03:13:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.240 - - [2026-03-26 03:13:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005090 10.0.0.240 - - [2026-03-26 03:13:49] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003142 10.0.0.240 - - [2026-03-26 03:13:49] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.008742 10.0.0.240 - - [2026-03-26 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004151 10.0.0.240 - - [2026-03-26 03:13:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004266 10.0.0.240 - - [2026-03-26 03:13:50] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003273 10.0.0.240 - - [2026-03-26 03:13:50] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006819 10.0.0.240 - - [2026-03-26 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.240 - - [2026-03-26 03:13:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003950 10.0.0.240 - - [2026-03-26 03:13:50] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003564 10.0.0.240 - - [2026-03-26 03:13:50] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006211 10.0.0.240 - - [2026-03-26 03:13:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.240 - - [2026-03-26 03:13:50] "GET /routing-instance/29c564e2-0636-4ec2-8e05-5028e9616b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.005566 10.0.0.240 - - [2026-03-26 03:13:50] "GET /route-target/a24df829-af3c-4b60-8320-84acdf44121f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003953 10.0.0.240 - - [2026-03-26 03:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003760 10.0.0.240 - - [2026-03-26 03:13:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004580 10.0.0.240 - - [2026-03-26 03:13:51] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002888 10.0.0.240 - - [2026-03-26 03:13:51] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006977 10.0.0.240 - - [2026-03-26 03:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.240 - - [2026-03-26 03:13:51] "GET /routing-instance/29c564e2-0636-4ec2-8e05-5028e9616b63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1660 0.004632 10.0.0.240 - - [2026-03-26 03:13:51] "GET /route-target/a24df829-af3c-4b60-8320-84acdf44121f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004452 10.0.0.240 - - [2026-03-26 03:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.240 - - [2026-03-26 03:13:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004596 10.0.0.240 - - [2026-03-26 03:13:51] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002944 10.0.0.240 - - [2026-03-26 03:13:51] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005741 10.0.0.240 - - [2026-03-26 03:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.240 - - [2026-03-26 03:13:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004070 10.0.0.240 - - [2026-03-26 03:13:51] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003472 10.0.0.240 - - [2026-03-26 03:13:51] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.005497 10.0.0.240 - - [2026-03-26 03:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.240 - - [2026-03-26 03:13:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004072 10.0.0.240 - - [2026-03-26 03:13:51] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002972 10.0.0.240 - - [2026-03-26 03:13:51] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.008430 10.0.0.65 - - [2026-03-26 03:13:51] "GET /obj-perms HTTP/1.1" 200 5091 0.003968 10.0.0.240 - - [2026-03-26 03:13:51] "GET /obj-perms HTTP/1.1" 200 5091 0.003760 10.0.0.65 - - [2026-03-26 03:13:51] "GET /obj-perms HTTP/1.1" 200 5091 0.003881 10.0.0.240 - - [2026-03-26 03:13:51] "GET /obj-perms HTTP/1.1" 200 5091 0.003600 10.0.0.240 - - [2026-03-26 03:13:51] "GET /virtual-machine/9c97f057-8d8c-408a-8999-de369c40d9b8 HTTP/1.1" 200 1313 0.003677 10.0.0.240 - - [2026-03-26 03:13:52] "GET /virtual-machine-interface/8e42cc9d-67aa-4344-b17c-fa4993a11869 HTTP/1.1" 200 3192 0.005538 10.0.0.240 - - [2026-03-26 03:13:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003615 10.0.0.240 - - [2026-03-26 03:13:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004278 10.0.0.240 - - [2026-03-26 03:13:52] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.003409 10.0.0.240 - - [2026-03-26 03:13:52] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006562 10.0.0.240 - - [2026-03-26 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.240 - - [2026-03-26 03:13:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003743 10.0.0.240 - - [2026-03-26 03:13:53] "GET /virtual-networks?parent_id=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 413 0.002873 10.0.0.240 - - [2026-03-26 03:13:53] "GET /virtual-network/2958b69f-7bd1-46aa-a30e-1e6b93e21b68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2211 0.006301 10.0.0.240 - - [2026-03-26 03:13:53] "GET /virtual-machine/60bcbb26-305f-4535-9bb4-6e577c42ecfb HTTP/1.1" 200 1313 0.005668 10.0.0.240 - - [2026-03-26 03:13:53] "GET /virtual-machine-interface/e04f7681-b18f-4b55-8a33-3b5d0fe70995 HTTP/1.1" 200 3191 0.006705 10.0.0.240 - - [2026-03-26 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.240 - - [2026-03-26 03:13:53] "GET /security-group/f6931970-382b-422a-9e89-1a6d20883559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.004729 10.0.0.240 - - [2026-03-26 03:13:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.240 - - [2026-03-26 03:13:53] "GET /security-group/f6931970-382b-422a-9e89-1a6d20883559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.004227 10.0.0.240 - - [2026-03-26 03:13:53] "POST /neutron/security_group HTTP/1.1" 200 1421 0.007370 10.0.0.240 - - [2026-03-26 03:13:53] "POST /neutron/port HTTP/1.1" 200 1137 0.014651 10.0.0.240 - - [2026-03-26 03:13:53] "GET /virtual-machine/60bcbb26-305f-4535-9bb4-6e577c42ecfb HTTP/1.1" 200 1313 0.004191 10.0.0.240 - - [2026-03-26 03:13:53] "GET /virtual-machine-interface/e04f7681-b18f-4b55-8a33-3b5d0fe70995 HTTP/1.1" 200 3139 0.009816 10.0.0.240 - - [2026-03-26 03:13:53] "POST /neutron/port HTTP/1.1" 200 1109 0.021707 10.0.0.240 - - [2026-03-26 03:13:54] "POST /neutron/port HTTP/1.1" 200 1137 0.077529 10.0.0.240 - - [2026-03-26 03:13:54] "GET /virtual-machine/60bcbb26-305f-4535-9bb4-6e577c42ecfb HTTP/1.1" 200 1313 0.003553 10.0.0.240 - - [2026-03-26 03:13:54] "GET /virtual-machine-interface/e04f7681-b18f-4b55-8a33-3b5d0fe70995 HTTP/1.1" 200 3191 0.005245 10.0.0.240 - - [2026-03-26 03:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.240 - - [2026-03-26 03:13:54] "GET /security-group/f6931970-382b-422a-9e89-1a6d20883559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.003377 10.0.0.240 - - [2026-03-26 03:13:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.240 - - [2026-03-26 03:13:54] "GET /security-group/f6931970-382b-422a-9e89-1a6d20883559?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2701 0.004926 10.0.0.240 - - [2026-03-26 03:13:54] "POST /neutron/security_group HTTP/1.1" 200 151 0.156090 10.0.0.240 - - [2026-03-26 03:13:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.004839 10.0.0.240 - - [2026-03-26 03:13:54] "POST /fqname-to-id HTTP/1.1" 404 245 0.003498 10.0.0.240 - - [2026-03-26 03:13:54] "POST /neutron/security_group HTTP/1.1" 200 117 0.006621 10.0.0.240 - - [2026-03-26 03:13:54] "POST /neutron/network HTTP/1.1" 400 204 0.013886 10.0.0.240 - - [2026-03-26 03:13:59] "POST /neutron/network HTTP/1.1" 200 929 0.007662 10.0.0.240 - - [2026-03-26 03:14:01] "POST /neutron/network HTTP/1.1" 400 204 0.015730 10.0.0.65 - - [2026-03-26 03:14:01] "GET /obj-perms HTTP/1.1" 200 5075 0.066519 10.0.0.22 - - [2026-03-26 03:14:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.22 - - [2026-03-26 03:14:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.22 - - [2026-03-26 03:14:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.22 - - [2026-03-26 03:14:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000355 10.0.0.65 - - [2026-03-26 03:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.65 - - [2026-03-26 03:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.65 - - [2026-03-26 03:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.65 - - [2026-03-26 03:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000351 10.0.0.240 - - [2026-03-26 03:14:05] "POST /neutron/network HTTP/1.1" 200 929 0.007303 10.0.0.240 - - [2026-03-26 03:14:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.240 - - [2026-03-26 03:14:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000346 10.0.0.240 - - [2026-03-26 03:14:07] "POST /neutron/network HTTP/1.1" 400 204 0.015930 10.0.0.240 - - [2026-03-26 03:14:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.240 - - [2026-03-26 03:14:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.240 - - [2026-03-26 03:14:11] "POST /neutron/network HTTP/1.1" 200 929 0.007474 10.0.0.240 - - [2026-03-26 03:14:12] "POST /neutron/port HTTP/1.1" 200 1109 0.057391 10.0.0.240 - - [2026-03-26 03:14:12] "POST /neutron/port HTTP/1.1" 200 1109 0.019879 10.0.0.240 - - [2026-03-26 03:14:12] "POST /neutron/network HTTP/1.1" 200 939 0.009500 10.0.0.240 - - [2026-03-26 03:14:12] "POST /neutron/network HTTP/1.1" 200 929 0.006679 10.0.0.240 - - [2026-03-26 03:14:12] "POST /neutron/network HTTP/1.1" 200 929 0.007310 10.0.0.240 - - [2026-03-26 03:14:15] "POST /neutron/network HTTP/1.1" 200 929 0.006659 10.0.0.240 - - [2026-03-26 03:14:17] "POST /neutron/network HTTP/1.1" 400 204 0.013374 10.0.0.240 - - [2026-03-26 03:14:21] "POST /neutron/network HTTP/1.1" 200 929 0.006839 10.0.0.240 - - [2026-03-26 03:14:23] "POST /neutron/network HTTP/1.1" 400 204 0.013622 10.0.0.240 - - [2026-03-26 03:14:27] "POST /neutron/network HTTP/1.1" 200 929 0.006766 10.0.0.240 - - [2026-03-26 03:14:29] "POST /neutron/network HTTP/1.1" 400 204 0.013777 10.0.0.240 - - [2026-03-26 03:14:33] "POST /neutron/network HTTP/1.1" 200 929 0.007638 10.0.0.240 - - [2026-03-26 03:14:35] "POST /neutron/network HTTP/1.1" 400 204 0.013117 10.0.0.240 - - [2026-03-26 03:14:39] "POST /neutron/network HTTP/1.1" 200 929 0.007810 10.0.0.240 - - [2026-03-26 03:14:41] "POST /neutron/network HTTP/1.1" 400 204 0.013911 10.0.0.240 - - [2026-03-26 03:14:46] "POST /neutron/network HTTP/1.1" 200 929 0.007236 10.0.0.240 - - [2026-03-26 03:15:14] "POST /neutron/port HTTP/1.1" 200 1219 0.020185 10.0.0.240 - - [2026-03-26 03:15:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006010 10.0.0.240 - - [2026-03-26 03:15:14] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013270 10.0.0.240 - - [2026-03-26 03:15:14] "POST /neutron/network HTTP/1.1" 200 1114 0.009375 10.0.0.240 - - [2026-03-26 03:15:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.035453 10.0.0.240 - - [2026-03-26 03:15:14] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.65 - - [2026-03-26 03:15:37] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.033763 10.0.0.240 - - [2026-03-26 03:15:37] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.096078 10.0.0.65 - - [2026-03-26 03:15:37] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000939 10.0.0.240 - - [2026-03-26 03:15:37] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.042985 10.0.0.65 - - [2026-03-26 03:15:39] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001032 10.0.0.240 - - [2026-03-26 03:15:39] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.048849 10.0.0.65 - - [2026-03-26 03:15:39] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001039 10.0.0.240 - - [2026-03-26 03:15:39] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.054556 10.0.0.65 - - [2026-03-26 03:15:41] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001425 10.0.0.240 - - [2026-03-26 03:15:41] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.044773 10.0.0.65 - - [2026-03-26 03:15:41] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001226 10.0.0.240 - - [2026-03-26 03:15:41] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.033006 10.0.0.65 - - [2026-03-26 03:15:43] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000923 10.0.0.240 - - [2026-03-26 03:15:44] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.039927 10.0.0.65 - - [2026-03-26 03:15:44] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002013 10.0.0.240 - - [2026-03-26 03:15:44] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.043015 10.0.0.65 - - [2026-03-26 03:15:46] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001434 10.0.0.240 - - [2026-03-26 03:15:46] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043672 10.0.0.65 - - [2026-03-26 03:15:46] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001757 10.0.0.240 - - [2026-03-26 03:15:46] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.042851 10.0.0.65 - - [2026-03-26 03:15:48] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001114 10.0.0.240 - - [2026-03-26 03:15:48] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.040451 10.0.0.65 - - [2026-03-26 03:15:48] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000926 10.0.0.240 - - [2026-03-26 03:15:48] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.047267 10.0.0.65 - - [2026-03-26 03:15:50] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000981 10.0.0.240 - - [2026-03-26 03:15:50] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.044545 10.0.0.65 - - [2026-03-26 03:15:50] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000984 10.0.0.240 - - [2026-03-26 03:15:50] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.044524 10.0.0.65 - - [2026-03-26 03:15:52] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001420 10.0.0.240 - - [2026-03-26 03:15:52] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.052102 10.0.0.65 - - [2026-03-26 03:15:52] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000839 10.0.0.240 - - [2026-03-26 03:15:52] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.042236 10.0.0.65 - - [2026-03-26 03:15:54] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000955 10.0.0.240 - - [2026-03-26 03:15:54] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.047745 10.0.0.65 - - [2026-03-26 03:15:54] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000924 10.0.0.240 - - [2026-03-26 03:15:54] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.040520 10.0.0.65 - - [2026-03-26 03:15:56] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000985 10.0.0.240 - - [2026-03-26 03:15:56] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.041662 10.0.0.65 - - [2026-03-26 03:15:56] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002393 10.0.0.240 - - [2026-03-26 03:15:56] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.046173 10.0.0.65 - - [2026-03-26 03:15:58] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001078 10.0.0.240 - - [2026-03-26 03:15:58] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.045152 10.0.0.65 - - [2026-03-26 03:15:58] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000920 10.0.0.240 - - [2026-03-26 03:15:59] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.039725 10.0.0.65 - - [2026-03-26 03:16:01] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001001 10.0.0.240 - - [2026-03-26 03:16:01] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.052695 10.0.0.65 - - [2026-03-26 03:16:01] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000983 10.0.0.240 - - [2026-03-26 03:16:01] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.048625 10.0.0.240 - - [2026-03-26 03:16:03] "GET /obj-perms HTTP/1.1" 200 5075 0.052684 10.0.0.65 - - [2026-03-26 03:16:03] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001256 10.0.0.240 - - [2026-03-26 03:16:03] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.044612 10.0.0.65 - - [2026-03-26 03:16:03] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000929 10.0.0.240 - - [2026-03-26 03:16:03] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.046212 10.0.0.22 - - [2026-03-26 03:16:03] "GET /obj-perms HTTP/1.1" 200 5075 0.056997 10.0.0.65 - - [2026-03-26 03:16:05] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001392 10.0.0.240 - - [2026-03-26 03:16:05] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.058144 10.0.0.65 - - [2026-03-26 03:16:05] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001023 10.0.0.240 - - [2026-03-26 03:16:05] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.050032 10.0.0.65 - - [2026-03-26 03:16:07] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001183 10.0.0.240 - - [2026-03-26 03:16:07] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.039604 10.0.0.65 - - [2026-03-26 03:16:07] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000932 10.0.0.240 - - [2026-03-26 03:16:07] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.042865 10.0.0.65 - - [2026-03-26 03:16:09] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001360 10.0.0.240 - - [2026-03-26 03:16:09] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.044400 10.0.0.65 - - [2026-03-26 03:16:09] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001278 10.0.0.240 - - [2026-03-26 03:16:09] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.054534 10.0.0.65 - - [2026-03-26 03:16:11] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001105 10.0.0.240 - - [2026-03-26 03:16:11] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.047122 10.0.0.65 - - [2026-03-26 03:16:11] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000902 10.0.0.240 - - [2026-03-26 03:16:11] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.037067 10.0.0.65 - - [2026-03-26 03:16:13] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001077 10.0.0.240 - - [2026-03-26 03:16:13] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.039021 10.0.0.65 - - [2026-03-26 03:16:13] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000925 10.0.0.240 - - [2026-03-26 03:16:14] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.037692 10.0.0.240 - - [2026-03-26 03:16:15] "POST /neutron/port HTTP/1.1" 200 1109 0.018244 10.0.0.240 - - [2026-03-26 03:16:15] "POST /neutron/port HTTP/1.1" 200 1109 0.019529 10.0.0.240 - - [2026-03-26 03:16:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003910 10.0.0.240 - - [2026-03-26 03:16:15] "POST /neutron/subnet HTTP/1.1" 200 708 0.008861 10.0.0.240 - - [2026-03-26 03:16:15] "POST /neutron/network HTTP/1.1" 200 929 0.007030 10.0.0.65 - - [2026-03-26 03:16:16] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000985 10.0.0.240 - - [2026-03-26 03:16:16] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.038135 10.0.0.65 - - [2026-03-26 03:16:16] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001068 10.0.0.240 - - [2026-03-26 03:16:16] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.089506 10.0.0.65 - - [2026-03-26 03:16:18] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001007 10.0.0.240 - - [2026-03-26 03:16:18] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.038313 10.0.0.65 - - [2026-03-26 03:16:18] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001242 10.0.0.240 - - [2026-03-26 03:16:18] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.039976 10.0.0.65 - - [2026-03-26 03:16:20] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001129 10.0.0.240 - - [2026-03-26 03:16:20] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.046436 10.0.0.65 - - [2026-03-26 03:16:20] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000882 10.0.0.240 - - [2026-03-26 03:16:20] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.050507 10.0.0.65 - - [2026-03-26 03:16:22] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001382 10.0.0.240 - - [2026-03-26 03:16:22] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.048843 10.0.0.65 - - [2026-03-26 03:16:22] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001313 10.0.0.240 - - [2026-03-26 03:16:22] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.051442 10.0.0.65 - - [2026-03-26 03:16:24] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002336 10.0.0.240 - - [2026-03-26 03:16:24] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.061774 10.0.0.65 - - [2026-03-26 03:16:24] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001146 10.0.0.240 - - [2026-03-26 03:16:24] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.037361 10.0.0.65 - - [2026-03-26 03:16:26] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001305 10.0.0.240 - - [2026-03-26 03:16:26] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.041316 10.0.0.65 - - [2026-03-26 03:16:26] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000908 10.0.0.240 - - [2026-03-26 03:16:26] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.042034 10.0.0.65 - - [2026-03-26 03:16:28] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000887 10.0.0.240 - - [2026-03-26 03:16:28] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.044964 10.0.0.65 - - [2026-03-26 03:16:28] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001412 10.0.0.240 - - [2026-03-26 03:16:29] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.044976 10.0.0.65 - - [2026-03-26 03:16:31] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000964 10.0.0.240 - - [2026-03-26 03:16:31] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.039156 10.0.0.65 - - [2026-03-26 03:16:31] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000996 10.0.0.240 - - [2026-03-26 03:16:31] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.042956 10.0.0.65 - - [2026-03-26 03:16:33] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001380 10.0.0.240 - - [2026-03-26 03:16:33] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.044914 10.0.0.65 - - [2026-03-26 03:16:33] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001090 10.0.0.240 - - [2026-03-26 03:16:33] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.056228 10.0.0.65 - - [2026-03-26 03:16:35] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001359 10.0.0.240 - - [2026-03-26 03:16:35] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.065437 10.0.0.65 - - [2026-03-26 03:16:35] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000960 10.0.0.240 - - [2026-03-26 03:16:35] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.045345 10.0.0.65 - - [2026-03-26 03:16:37] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000984 10.0.0.240 - - [2026-03-26 03:16:37] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.067033 10.0.0.65 - - [2026-03-26 03:16:37] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001195 10.0.0.240 - - [2026-03-26 03:16:37] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.050715 10.0.0.65 - - [2026-03-26 03:16:39] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000986 10.0.0.240 - - [2026-03-26 03:16:39] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.043766 10.0.0.65 - - [2026-03-26 03:16:39] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001018 10.0.0.240 - - [2026-03-26 03:16:39] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.048528 10.0.0.65 - - [2026-03-26 03:16:41] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001034 10.0.0.240 - - [2026-03-26 03:16:41] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.037459 10.0.0.65 - - [2026-03-26 03:16:41] "GET /projects?obj_uuids=fbf3d501-3783-446f-b6de-4f5dd88d1280&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001896 10.0.0.240 - - [2026-03-26 03:16:41] "GET /project/fbf3d501-3783-446f-b6de-4f5dd88d1280?fields=virtual_networks HTTP/1.1" 200 1375 0.087373 10.0.0.240 - - [2026-03-26 03:16:42] "POST /fqname-to-id HTTP/1.1" 404 186 0.027192 10.0.0.65 - - [2026-03-26 03:16:42] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003214 10.0.0.65 - - [2026-03-26 03:16:42] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000958 10.0.0.65 - - [2026-03-26 03:16:42] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.037255 10.0.0.65 - - [2026-03-26 03:16:42] "POST /id-to-fqname HTTP/1.1" 200 188 0.003078 10.0.0.65 - - [2026-03-26 03:16:42] "POST /fqname-to-id HTTP/1.1" 404 197 0.012232 10.0.0.65 - - [2026-03-26 03:16:42] "POST /security-groups HTTP/1.1" 200 589 0.073598 10.0.0.22 - - [2026-03-26 03:16:42] "POST /fqname-to-id HTTP/1.1" 404 232 0.004446 10.0.0.65 - - [2026-03-26 03:16:42] "POST /projects HTTP/1.1" 200 581 0.300601 10.0.0.65 - - [2026-03-26 03:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.371894 10.0.0.22 - - [2026-03-26 03:16:42] "POST /access-control-lists HTTP/1.1" 200 592 0.033116 10.0.0.240 - - [2026-03-26 03:16:42] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.558643 10.0.0.240 - - [2026-03-26 03:16:44] "GET / HTTP/1.1" 200 35931 0.001890 10.0.0.240 - - [2026-03-26 03:16:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000534 10.0.0.240 - - [2026-03-26 03:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.065502 10.0.0.65 - - [2026-03-26 03:16:46] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001003 10.0.0.240 - - [2026-03-26 03:16:46] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042530 10.0.0.65 - - [2026-03-26 03:16:46] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002139 10.0.0.240 - - [2026-03-26 03:16:46] "POST /neutron/network HTTP/1.1" 200 615 0.173812 10.0.0.240 - - [2026-03-26 03:16:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.004397 10.0.0.240 - - [2026-03-26 03:16:46] "GET /virtual-network/52e566ba-9ac7-46c9-86ff-246db927a971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.008717 10.0.0.240 - - [2026-03-26 03:16:47] "POST /neutron/network HTTP/1.1" 200 833 0.006992 10.0.0.240 - - [2026-03-26 03:16:47] "GET /virtual-network/52e566ba-9ac7-46c9-86ff-246db927a971?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005379 10.0.0.240 - - [2026-03-26 03:16:47] "POST /id-to-fqname HTTP/1.1" 200 224 0.001417 10.0.0.240 - - [2026-03-26 03:16:47] "POST /neutron/port HTTP/1.1" 200 4196 0.031117 10.0.0.65 - - [2026-03-26 03:16:48] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.240 - - [2026-03-26 03:16:48] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.085237 10.0.0.240 - - [2026-03-26 03:16:48] "POST /neutron/port HTTP/1.1" 200 4196 0.046877 10.0.0.240 - - [2026-03-26 03:16:48] "POST /neutron/network HTTP/1.1" 200 843 0.007072 10.0.0.240 - - [2026-03-26 03:16:49] "POST /neutron/port HTTP/1.1" 200 1057 0.016787 10.0.0.240 - - [2026-03-26 03:16:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004099 10.0.0.240 - - [2026-03-26 03:16:49] "POST /neutron/network HTTP/1.1" 200 833 0.006633 10.0.0.240 - - [2026-03-26 03:16:53] "POST /neutron/port HTTP/1.1" 200 1121 0.018550 10.0.0.240 - - [2026-03-26 03:16:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.65 - - [2026-03-26 03:16:53] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000995 10.0.0.240 - - [2026-03-26 03:16:53] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040562 10.0.0.65 - - [2026-03-26 03:16:53] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000924 10.0.0.240 - - [2026-03-26 03:16:54] "POST /neutron/network HTTP/1.1" 200 613 0.138002 10.0.0.22 - - [2026-03-26 03:16:54] "POST /route-targets HTTP/1.1" 200 327 0.012057 10.0.0.240 - - [2026-03-26 03:16:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.003969 10.0.0.240 - - [2026-03-26 03:16:54] "GET /virtual-network/85f288f7-7976-4974-b182-50cb906345ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005285 10.0.0.240 - - [2026-03-26 03:16:54] "POST /neutron/network HTTP/1.1" 200 832 0.006663 10.0.0.240 - - [2026-03-26 03:16:54] "GET /virtual-network/85f288f7-7976-4974-b182-50cb906345ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004744 10.0.0.240 - - [2026-03-26 03:16:54] "GET /virtual-network/85f288f7-7976-4974-b182-50cb906345ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005562 10.0.0.240 - - [2026-03-26 03:16:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.65 - - [2026-03-26 03:16:56] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000824 10.0.0.240 - - [2026-03-26 03:16:56] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.040541 10.0.0.240 - - [2026-03-26 03:16:56] "POST /neutron/network HTTP/1.1" 200 117 0.016434 10.0.0.22 - - [2026-03-26 03:16:56] "POST /ref-update HTTP/1.1" 200 156 0.025304 10.0.0.240 - - [2026-03-26 03:16:57] "POST /neutron/network HTTP/1.1" 200 831 0.008550 10.0.0.240 - - [2026-03-26 03:16:57] "POST /id-to-fqname HTTP/1.1" 200 223 0.001507 10.0.0.240 - - [2026-03-26 03:16:57] "GET /virtual-network/be7c0e19-940a-4b7c-bf07-de99d1e63a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006392 10.0.0.240 - - [2026-03-26 03:16:57] "GET /virtual-network/be7c0e19-940a-4b7c-bf07-de99d1e63a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.010326 10.0.0.240 - - [2026-03-26 03:16:57] "POST /neutron/subnet HTTP/1.1" 200 720 0.009123 10.0.0.240 - - [2026-03-26 03:16:57] "GET /virtual-network/be7c0e19-940a-4b7c-bf07-de99d1e63a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005504 10.0.0.65 - - [2026-03-26 03:16:57] "GET /obj-perms HTTP/1.1" 200 5045 0.054561 10.0.0.240 - - [2026-03-26 03:16:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003132 10.0.0.65 - - [2026-03-26 03:16:57] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000870 10.0.0.240 - - [2026-03-26 03:16:57] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047361 10.0.0.65 - - [2026-03-26 03:16:58] "POST /useragent-kv HTTP/1.1" 200 115 0.010721 10.0.0.240 - - [2026-03-26 03:16:58] "POST /neutron/subnet HTTP/1.1" 200 715 0.205324 10.0.0.240 - - [2026-03-26 03:16:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001351 10.0.0.240 - - [2026-03-26 03:16:58] "GET /virtual-network/67f0bf4d-c480-47fe-b004-d73ad8b8c50e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005189 10.0.0.240 - - [2026-03-26 03:16:58] "GET /virtual-network/67f0bf4d-c480-47fe-b004-d73ad8b8c50e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005569 10.0.0.240 - - [2026-03-26 03:16:58] "POST /neutron/network HTTP/1.1" 200 832 0.006389 10.0.0.240 - - [2026-03-26 03:16:58] "GET /virtual-network/67f0bf4d-c480-47fe-b004-d73ad8b8c50e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005973 10.0.0.240 - - [2026-03-26 03:16:59] "GET /obj-perms HTTP/1.1" 200 5045 0.054348 10.0.0.22 - - [2026-03-26 03:16:59] "GET /obj-perms HTTP/1.1" 200 5045 0.054868 10.0.0.240 - - [2026-03-26 03:16:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001375 10.0.0.240 - - [2026-03-26 03:16:59] "POST /neutron/security_group HTTP/1.1" 200 2056 0.006657 10.0.0.65 - - [2026-03-26 03:17:00] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000897 10.0.0.240 - - [2026-03-26 03:17:00] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.071374 10.0.0.240 - - [2026-03-26 03:17:00] "POST /neutron/port HTTP/1.1" 200 5164 0.043596 10.0.0.240 - - [2026-03-26 03:17:00] "POST /id-to-fqname HTTP/1.1" 200 224 0.001367 10.0.0.240 - - [2026-03-26 03:17:00] "POST /neutron/port HTTP/1.1" 200 5164 0.048101 10.0.0.240 - - [2026-03-26 03:17:01] "POST /neutron/network HTTP/1.1" 200 841 0.007197 10.0.0.240 - - [2026-03-26 03:17:01] "POST /neutron/port HTTP/1.1" 200 1057 0.017744 10.0.0.240 - - [2026-03-26 03:17:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004348 10.0.0.240 - - [2026-03-26 03:17:01] "POST /neutron/network HTTP/1.1" 200 831 0.009687 10.0.0.65 - - [2026-03-26 03:17:01] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001281 10.0.0.240 - - [2026-03-26 03:17:01] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.121134 10.0.0.240 - - [2026-03-26 03:17:02] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011666 10.0.0.240 - - [2026-03-26 03:17:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.003265 10.0.0.240 - - [2026-03-26 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003123 10.0.0.65 - - [2026-03-26 03:17:02] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001581 10.0.0.240 - - [2026-03-26 03:17:02] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008346 10.0.0.240 - - [2026-03-26 03:17:02] "POST /service-templates HTTP/1.1" 200 543 0.034695 10.0.0.240 - - [2026-03-26 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004834 10.0.0.240 - - [2026-03-26 03:17:02] "GET /service-template/58a74de6-51d3-4ecd-a050-6e66fb616a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006061 10.0.0.240 - - [2026-03-26 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.240 - - [2026-03-26 03:17:02] "GET /service-template/58a74de6-51d3-4ecd-a050-6e66fb616a7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.003817 10.0.0.65 - - [2026-03-26 03:17:02] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001240 10.0.0.240 - - [2026-03-26 03:17:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.000850 10.0.0.240 - - [2026-03-26 03:17:02] "POST /id-to-fqname HTTP/1.1" 200 223 0.002249 10.0.0.240 - - [2026-03-26 03:17:02] "POST /id-to-fqname HTTP/1.1" 200 224 0.001230 10.0.0.240 - - [2026-03-26 03:17:02] "POST /neutron/port HTTP/1.1" 200 1056 0.334329 10.0.0.240 - - [2026-03-26 03:17:02] "POST /neutron/port HTTP/1.1" 200 1056 0.012351 10.0.0.240 - - [2026-03-26 03:17:03] "POST /neutron/port HTTP/1.1" 200 1120 0.019540 10.0.0.240 - - [2026-03-26 03:17:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004357 10.0.0.240 - - [2026-03-26 03:17:03] "DELETE /service-template/58a74de6-51d3-4ecd-a050-6e66fb616a7e HTTP/1.1" 200 115 0.033507 10.0.0.240 - - [2026-03-26 03:17:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.005272 10.0.0.240 - - [2026-03-26 03:17:03] "POST /neutron/port HTTP/1.1" 200 117 0.000957 10.0.0.240 - - [2026-03-26 03:17:03] "POST /neutron/network HTTP/1.1" 400 204 0.014910 10.0.0.240 - - [2026-03-26 03:17:04] "POST /neutron/port HTTP/1.1" 200 151 0.205885 10.0.0.240 - - [2026-03-26 03:17:05] "POST /neutron/port HTTP/1.1" 200 151 0.186810 10.0.0.22 - - [2026-03-26 03:17:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006568 10.0.0.240 - - [2026-03-26 03:17:05] "POST /neutron/port HTTP/1.1" 200 117 0.007203 10.0.0.22 - - [2026-03-26 03:17:06] "DELETE /route-target/016dec9a-110e-4c5b-b054-0e77b6c4dab0 HTTP/1.1" 200 115 0.022972 10.0.0.240 - - [2026-03-26 03:17:06] "POST /neutron/network HTTP/1.1" 200 832 0.007191 10.0.0.240 - - [2026-03-26 03:17:06] "POST /neutron/network HTTP/1.1" 400 204 0.022919 10.0.0.240 - - [2026-03-26 03:17:07] "POST /neutron/port HTTP/1.1" 200 151 0.175669 10.0.0.22 - - [2026-03-26 03:17:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.240 - - [2026-03-26 03:17:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.069760 10.0.0.65 - - [2026-03-26 03:17:11] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000819 10.0.0.240 - - [2026-03-26 03:17:11] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044861 10.0.0.240 - - [2026-03-26 03:17:11] "POST /neutron/network HTTP/1.1" 200 117 0.012322 10.0.0.22 - - [2026-03-26 03:17:12] "POST /ref-update HTTP/1.1" 200 156 0.023940 10.0.0.240 - - [2026-03-26 03:17:12] "POST /neutron/network HTTP/1.1" 200 831 0.008166 10.0.0.240 - - [2026-03-26 03:17:12] "POST /id-to-fqname HTTP/1.1" 200 223 0.001272 10.0.0.240 - - [2026-03-26 03:17:12] "GET /virtual-network/5dfa2804-ddb8-4a31-b8f2-5ce3c1a56ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006008 10.0.0.240 - - [2026-03-26 03:17:12] "GET /virtual-network/5dfa2804-ddb8-4a31-b8f2-5ce3c1a56ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006428 10.0.0.240 - - [2026-03-26 03:17:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.008670 10.0.0.240 - - [2026-03-26 03:17:12] "GET /virtual-network/5dfa2804-ddb8-4a31-b8f2-5ce3c1a56ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006001 10.0.0.65 - - [2026-03-26 03:17:12] "GET /obj-perms HTTP/1.1" 200 5045 0.003280 10.0.0.240 - - [2026-03-26 03:17:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.65 - - [2026-03-26 03:17:12] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001464 10.0.0.240 - - [2026-03-26 03:17:12] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045168 10.0.0.65 - - [2026-03-26 03:17:13] "POST /useragent-kv HTTP/1.1" 200 115 0.009974 10.0.0.240 - - [2026-03-26 03:17:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.172113 10.0.0.240 - - [2026-03-26 03:17:13] "POST /id-to-fqname HTTP/1.1" 200 223 0.001717 10.0.0.240 - - [2026-03-26 03:17:13] "GET /virtual-network/ab87506f-2b0c-4c52-bd7f-b6110cce166e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005388 10.0.0.240 - - [2026-03-26 03:17:13] "GET /virtual-network/ab87506f-2b0c-4c52-bd7f-b6110cce166e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006828 10.0.0.240 - - [2026-03-26 03:17:13] "POST /neutron/network HTTP/1.1" 200 833 0.006632 10.0.0.240 - - [2026-03-26 03:17:13] "GET /virtual-network/ab87506f-2b0c-4c52-bd7f-b6110cce166e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006106 10.0.0.240 - - [2026-03-26 03:17:13] "GET /obj-perms HTTP/1.1" 200 5045 0.004381 10.0.0.240 - - [2026-03-26 03:17:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.65 - - [2026-03-26 03:17:13] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001332 10.0.0.240 - - [2026-03-26 03:17:13] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.055627 10.0.0.65 - - [2026-03-26 03:17:14] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001169 10.0.0.240 - - [2026-03-26 03:17:14] "POST /neutron/network HTTP/1.1" 200 615 0.115541 10.0.0.22 - - [2026-03-26 03:17:14] "POST /route-targets HTTP/1.1" 200 327 0.019264 10.0.0.240 - - [2026-03-26 03:17:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.003988 10.0.0.240 - - [2026-03-26 03:17:14] "GET /virtual-network/7878aef8-ccfc-45d8-a25c-8adb9af5cfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006305 10.0.0.240 - - [2026-03-26 03:17:14] "POST /neutron/network HTTP/1.1" 200 834 0.006418 10.0.0.240 - - [2026-03-26 03:17:14] "GET /virtual-network/7878aef8-ccfc-45d8-a25c-8adb9af5cfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005709 10.0.0.240 - - [2026-03-26 03:17:14] "GET /virtual-network/7878aef8-ccfc-45d8-a25c-8adb9af5cfb2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005651 10.0.0.22 - - [2026-03-26 03:17:14] "GET /obj-perms HTTP/1.1" 200 5045 0.003439 10.0.0.240 - - [2026-03-26 03:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.65 - - [2026-03-26 03:17:15] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000874 10.0.0.240 - - [2026-03-26 03:17:15] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.058731 10.0.0.240 - - [2026-03-26 03:17:15] "POST /neutron/network HTTP/1.1" 200 117 0.018070 10.0.0.240 - - [2026-03-26 03:17:15] "POST /neutron/port HTTP/1.1" 200 1219 0.016445 10.0.0.22 - - [2026-03-26 03:17:15] "POST /ref-update HTTP/1.1" 200 156 0.029114 10.0.0.240 - - [2026-03-26 03:17:15] "POST /neutron/port HTTP/1.1" 200 117 0.001193 10.0.0.65 - - [2026-03-26 03:17:15] "POST /useragent-kv HTTP/1.1" 200 115 0.012261 10.0.0.240 - - [2026-03-26 03:17:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.245883 10.0.0.240 - - [2026-03-26 03:17:15] "POST /neutron/network HTTP/1.1" 200 845 0.006818 10.0.0.240 - - [2026-03-26 03:17:15] "POST /id-to-fqname HTTP/1.1" 200 229 0.001130 10.0.0.240 - - [2026-03-26 03:17:15] "GET /virtual-network/4f8b6410-81b4-4fb9-a214-63199e8e1e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005316 10.0.0.240 - - [2026-03-26 03:17:15] "GET /virtual-network/4f8b6410-81b4-4fb9-a214-63199e8e1e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005864 10.0.0.240 - - [2026-03-26 03:17:15] "POST /neutron/subnet HTTP/1.1" 200 729 0.009257 10.0.0.240 - - [2026-03-26 03:17:15] "GET /virtual-network/4f8b6410-81b4-4fb9-a214-63199e8e1e9b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005935 10.0.0.65 - - [2026-03-26 03:17:16] "GET /obj-perms HTTP/1.1" 200 5045 0.004755 10.0.0.240 - - [2026-03-26 03:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005949 10.0.0.65 - - [2026-03-26 03:17:16] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001118 10.0.0.240 - - [2026-03-26 03:17:16] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052684 10.0.0.240 - - [2026-03-26 03:17:16] "POST /neutron/network HTTP/1.1" 200 117 0.017893 10.0.0.240 - - [2026-03-26 03:17:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003391 10.0.0.240 - - [2026-03-26 03:17:16] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.65 - - [2026-03-26 03:17:16] "POST /useragent-kv HTTP/1.1" 200 115 0.004043 10.0.0.240 - - [2026-03-26 03:17:16] "POST /neutron/subnet HTTP/1.1" 200 724 0.168221 10.0.0.240 - - [2026-03-26 03:17:16] "POST /id-to-fqname HTTP/1.1" 200 230 0.001667 10.0.0.240 - - [2026-03-26 03:17:16] "GET /virtual-network/874ec9d5-98c5-4973-8c1c-d022d8d6f732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005104 10.0.0.240 - - [2026-03-26 03:17:16] "GET /virtual-network/874ec9d5-98c5-4973-8c1c-d022d8d6f732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005817 10.0.0.240 - - [2026-03-26 03:17:16] "POST /neutron/network HTTP/1.1" 200 846 0.006973 10.0.0.240 - - [2026-03-26 03:17:17] "GET /virtual-network/874ec9d5-98c5-4973-8c1c-d022d8d6f732?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006962 10.0.0.240 - - [2026-03-26 03:17:17] "GET /obj-perms HTTP/1.1" 200 5045 0.003740 10.0.0.240 - - [2026-03-26 03:17:17] "POST /id-to-fqname HTTP/1.1" 200 223 0.001189 10.0.0.240 - - [2026-03-26 03:17:17] "POST /neutron/network HTTP/1.1" 200 843 0.006033 10.0.0.65 - - [2026-03-26 03:17:17] "DELETE /project/5aec9403357b498fb9fcbe93a6846c8c HTTP/1.1" 404 173 0.003764 10.0.0.65 - - [2026-03-26 03:17:18] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000971 10.0.0.240 - - [2026-03-26 03:17:18] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.092890 10.0.0.240 - - [2026-03-26 03:17:18] "POST /neutron/port HTTP/1.1" 200 117 0.005872 10.0.0.240 - - [2026-03-26 03:17:18] "POST /id-to-fqname HTTP/1.1" 200 224 0.001336 10.0.0.240 - - [2026-03-26 03:17:19] "POST /neutron/network HTTP/1.1" 200 843 0.009502 10.0.0.240 - - [2026-03-26 03:17:19] "POST /neutron/port HTTP/1.1" 200 1059 0.017449 10.0.0.240 - - [2026-03-26 03:17:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003725 10.0.0.240 - - [2026-03-26 03:17:19] "POST /neutron/network HTTP/1.1" 200 833 0.009567 10.0.0.65 - - [2026-03-26 03:17:19] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000819 10.0.0.240 - - [2026-03-26 03:17:19] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.075707 10.0.0.240 - - [2026-03-26 03:17:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007859 10.0.0.240 - - [2026-03-26 03:17:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.003755 10.0.0.240 - - [2026-03-26 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.65 - - [2026-03-26 03:17:20] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001020 10.0.0.240 - - [2026-03-26 03:17:20] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008511 10.0.0.240 - - [2026-03-26 03:17:20] "POST /service-templates HTTP/1.1" 200 543 0.026351 10.0.0.240 - - [2026-03-26 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.240 - - [2026-03-26 03:17:20] "GET /service-template/e34aeeef-f761-4f8c-845d-5d075e849239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006844 10.0.0.240 - - [2026-03-26 03:17:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003174 10.0.0.240 - - [2026-03-26 03:17:20] "GET /service-template/e34aeeef-f761-4f8c-845d-5d075e849239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004652 10.0.0.240 - - [2026-03-26 03:17:20] "POST /id-to-fqname HTTP/1.1" 200 223 0.001046 10.0.0.65 - - [2026-03-26 03:17:20] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000790 10.0.0.240 - - [2026-03-26 03:17:20] "POST /id-to-fqname HTTP/1.1" 200 229 0.002101 10.0.0.240 - - [2026-03-26 03:17:20] "POST /id-to-fqname HTTP/1.1" 200 230 0.001335 10.0.0.240 - - [2026-03-26 03:17:20] "POST /neutron/port HTTP/1.1" 200 1058 0.319169 10.0.0.240 - - [2026-03-26 03:17:20] "POST /neutron/port HTTP/1.1" 200 1058 0.023352 10.0.0.240 - - [2026-03-26 03:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.240 - - [2026-03-26 03:17:21] "DELETE /service-template/e34aeeef-f761-4f8c-845d-5d075e849239 HTTP/1.1" 200 115 0.032752 10.0.0.240 - - [2026-03-26 03:17:21] "POST /neutron/port HTTP/1.1" 200 1122 0.030144 10.0.0.240 - - [2026-03-26 03:17:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.005176 10.0.0.240 - - [2026-03-26 03:17:21] "POST /neutron/port HTTP/1.1" 200 117 0.002004 10.0.0.22 - - [2026-03-26 03:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.65 - - [2026-03-26 03:17:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004155 10.0.0.65 - - [2026-03-26 03:17:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002860 10.0.0.240 - - [2026-03-26 03:17:21] "POST /neutron/network HTTP/1.1" 200 151 0.129956 10.0.0.22 - - [2026-03-26 03:17:21] "DELETE /route-target/b0ac858d-a49f-43e3-a245-33bfbbc16915 HTTP/1.1" 200 115 0.020022 10.0.0.240 - - [2026-03-26 03:17:21] "POST /neutron/port HTTP/1.1" 200 1123 0.020131 10.0.0.240 - - [2026-03-26 03:17:22] "POST /neutron/network HTTP/1.1" 200 834 0.007589 10.0.0.240 - - [2026-03-26 03:17:22] "POST /neutron/port HTTP/1.1" 200 1112 0.016819 10.0.0.240 - - [2026-03-26 03:17:22] "POST /neutron/network HTTP/1.1" 200 2187 0.009921 10.0.0.240 - - [2026-03-26 03:17:24] "POST /neutron/network HTTP/1.1" 200 834 0.007371 10.0.0.22 - - [2026-03-26 03:17:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.006529 10.0.0.65 - - [2026-03-26 03:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.003941 10.0.0.65 - - [2026-03-26 03:17:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005309 10.0.0.240 - - [2026-03-26 03:17:24] "POST /neutron/network HTTP/1.1" 200 151 0.146991 10.0.0.22 - - [2026-03-26 03:17:25] "DELETE /route-target/8be6b169-8c86-4e5c-909b-cd4622e8c139 HTTP/1.1" 200 115 0.024072 10.0.0.65 - - [2026-03-26 03:17:26] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000991 10.0.0.240 - - [2026-03-26 03:17:26] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047451 10.0.0.65 - - [2026-03-26 03:17:26] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001532 10.0.0.240 - - [2026-03-26 03:17:26] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?fields=virtual_networks HTTP/1.1" 200 1028 0.053691 10.0.0.65 - - [2026-03-26 03:17:26] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.240 - - [2026-03-26 03:17:26] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.045148 10.0.0.65 - - [2026-03-26 03:17:26] "GET /projects?obj_uuids=5aec9403-357b-498f-b9fc-be93a6846c8c&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001433 10.0.0.240 - - [2026-03-26 03:17:26] "GET /project/5aec9403-357b-498f-b9fc-be93a6846c8c?fields=security_groups HTTP/1.1" 200 1252 0.048059 10.0.0.240 - - [2026-03-26 03:17:27] "POST /fqname-to-id HTTP/1.1" 404 186 0.034086 10.0.0.65 - - [2026-03-26 03:17:27] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003177 10.0.0.65 - - [2026-03-26 03:17:27] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002058 10.0.0.65 - - [2026-03-26 03:17:27] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008387 10.0.0.65 - - [2026-03-26 03:17:28] "POST /id-to-fqname HTTP/1.1" 200 188 0.002083 10.0.0.65 - - [2026-03-26 03:17:28] "POST /fqname-to-id HTTP/1.1" 404 197 0.005502 10.0.0.65 - - [2026-03-26 03:17:28] "POST /security-groups HTTP/1.1" 200 589 0.050540 10.0.0.65 - - [2026-03-26 03:17:28] "POST /projects HTTP/1.1" 200 581 0.259818 10.0.0.22 - - [2026-03-26 03:17:28] "POST /fqname-to-id HTTP/1.1" 404 231 0.007685 10.0.0.65 - - [2026-03-26 03:17:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.336165 10.0.0.240 - - [2026-03-26 03:17:28] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.477895 10.0.0.240 - - [2026-03-26 03:17:29] "GET / HTTP/1.1" 200 35931 0.001642 10.0.0.240 - - [2026-03-26 03:17:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000653 10.0.0.240 - - [2026-03-26 03:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.068573 10.0.0.65 - - [2026-03-26 03:17:31] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.240 - - [2026-03-26 03:17:31] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.047584 10.0.0.240 - - [2026-03-26 03:17:31] "POST /neutron/network HTTP/1.1" 200 117 0.051587 10.0.0.22 - - [2026-03-26 03:17:32] "POST /ref-update HTTP/1.1" 200 156 0.026423 10.0.0.240 - - [2026-03-26 03:17:32] "POST /neutron/network HTTP/1.1" 200 832 0.009217 10.0.0.240 - - [2026-03-26 03:17:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001152 10.0.0.240 - - [2026-03-26 03:17:32] "GET /virtual-network/7b3fbcdc-5203-4422-acb6-afd813118d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006113 10.0.0.240 - - [2026-03-26 03:17:32] "GET /virtual-network/7b3fbcdc-5203-4422-acb6-afd813118d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006106 10.0.0.240 - - [2026-03-26 03:17:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.009593 10.0.0.240 - - [2026-03-26 03:17:33] "GET /virtual-network/7b3fbcdc-5203-4422-acb6-afd813118d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006131 10.0.0.22 - - [2026-03-26 03:17:34] "GET /obj-perms HTTP/1.1" 200 5045 0.071815 10.0.0.240 - - [2026-03-26 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003379 10.0.0.65 - - [2026-03-26 03:17:34] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002731 10.0.0.240 - - [2026-03-26 03:17:34] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.050652 10.0.0.65 - - [2026-03-26 03:17:35] "POST /useragent-kv HTTP/1.1" 200 115 0.009475 10.0.0.240 - - [2026-03-26 03:17:35] "POST /neutron/subnet HTTP/1.1" 200 720 0.252321 10.0.0.240 - - [2026-03-26 03:17:35] "POST /id-to-fqname HTTP/1.1" 200 225 0.001344 10.0.0.240 - - [2026-03-26 03:17:35] "GET /virtual-network/d4e5665b-7102-48d8-b191-6b8e3498242d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005508 10.0.0.240 - - [2026-03-26 03:17:35] "GET /virtual-network/d4e5665b-7102-48d8-b191-6b8e3498242d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005624 10.0.0.240 - - [2026-03-26 03:17:35] "POST /neutron/network HTTP/1.1" 200 835 0.006341 10.0.0.240 - - [2026-03-26 03:17:35] "GET /virtual-network/d4e5665b-7102-48d8-b191-6b8e3498242d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.010199 10.0.0.65 - - [2026-03-26 03:17:36] "GET /obj-perms HTTP/1.1" 200 5045 0.052561 10.0.0.240 - - [2026-03-26 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003745 10.0.0.65 - - [2026-03-26 03:17:36] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000930 10.0.0.240 - - [2026-03-26 03:17:36] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.052303 10.0.0.65 - - [2026-03-26 03:17:36] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000997 10.0.0.240 - - [2026-03-26 03:17:36] "POST /neutron/network HTTP/1.1" 200 619 0.163442 10.0.0.22 - - [2026-03-26 03:17:36] "POST /route-targets HTTP/1.1" 200 327 0.043662 10.0.0.240 - - [2026-03-26 03:17:36] "POST /id-to-fqname HTTP/1.1" 200 226 0.004178 10.0.0.240 - - [2026-03-26 03:17:36] "GET /virtual-network/23a6d5d3-fe22-4a30-beeb-6aff20cd6db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006279 10.0.0.240 - - [2026-03-26 03:17:36] "POST /neutron/network HTTP/1.1" 200 835 0.008125 10.0.0.240 - - [2026-03-26 03:17:36] "GET /virtual-network/23a6d5d3-fe22-4a30-beeb-6aff20cd6db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005596 10.0.0.240 - - [2026-03-26 03:17:37] "GET /virtual-network/23a6d5d3-fe22-4a30-beeb-6aff20cd6db0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006063 10.0.0.240 - - [2026-03-26 03:17:37] "GET /obj-perms HTTP/1.1" 200 5045 0.070961 10.0.0.240 - - [2026-03-26 03:17:37] "POST /id-to-fqname HTTP/1.1" 200 225 0.001333 10.0.0.240 - - [2026-03-26 03:17:37] "POST /neutron/port HTTP/1.1" 200 4196 0.041371 10.0.0.65 - - [2026-03-26 03:17:38] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001445 10.0.0.240 - - [2026-03-26 03:17:38] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.085458 10.0.0.240 - - [2026-03-26 03:17:39] "POST /neutron/port HTTP/1.1" 200 4196 0.049884 10.0.0.240 - - [2026-03-26 03:17:39] "POST /id-to-fqname HTTP/1.1" 200 226 0.001217 10.0.0.240 - - [2026-03-26 03:17:39] "POST /neutron/network HTTP/1.1" 200 845 0.008738 10.0.0.240 - - [2026-03-26 03:17:40] "POST /neutron/port HTTP/1.1" 200 1057 0.019284 10.0.0.240 - - [2026-03-26 03:17:40] "POST /neutron/port HTTP/1.1" 200 1121 0.022053 10.0.0.240 - - [2026-03-26 03:17:40] "POST /neutron/port HTTP/1.1" 200 117 0.001143 10.0.0.65 - - [2026-03-26 03:17:40] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001194 10.0.0.240 - - [2026-03-26 03:17:40] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.088436 10.0.0.240 - - [2026-03-26 03:17:40] "POST /neutron/port HTTP/1.1" 200 5164 0.033700 10.0.0.240 - - [2026-03-26 03:17:40] "POST /fqname-to-id HTTP/1.1" 404 193 0.005428 10.0.0.240 - - [2026-03-26 03:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003011 10.0.0.65 - - [2026-03-26 03:17:40] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001174 10.0.0.240 - - [2026-03-26 03:17:40] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007643 10.0.0.240 - - [2026-03-26 03:17:41] "POST /service-templates HTTP/1.1" 200 543 0.040261 10.0.0.240 - - [2026-03-26 03:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003908 10.0.0.240 - - [2026-03-26 03:17:41] "GET /service-template/c6b32ec8-e27d-479c-a09b-966008977239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.006704 10.0.0.240 - - [2026-03-26 03:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.002880 10.0.0.240 - - [2026-03-26 03:17:41] "POST /neutron/network HTTP/1.1" 200 845 0.006911 10.0.0.240 - - [2026-03-26 03:17:41] "GET /service-template/c6b32ec8-e27d-479c-a09b-966008977239?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004648 10.0.0.240 - - [2026-03-26 03:17:41] "POST /id-to-fqname HTTP/1.1" 200 223 0.001264 10.0.0.240 - - [2026-03-26 03:17:41] "POST /id-to-fqname HTTP/1.1" 200 225 0.000992 10.0.0.240 - - [2026-03-26 03:17:41] "POST /id-to-fqname HTTP/1.1" 200 226 0.001448 10.0.0.240 - - [2026-03-26 03:17:41] "POST /neutron/port HTTP/1.1" 200 1055 0.022251 10.0.0.240 - - [2026-03-26 03:17:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.240 - - [2026-03-26 03:17:41] "POST /neutron/port HTTP/1.1" 200 1109 0.100991 10.0.0.240 - - [2026-03-26 03:17:41] "DELETE /service-template/c6b32ec8-e27d-479c-a09b-966008977239 HTTP/1.1" 200 115 0.050817 10.0.0.240 - - [2026-03-26 03:17:41] "POST /fqname-to-id HTTP/1.1" 404 193 0.003032 10.0.0.240 - - [2026-03-26 03:17:41] "POST /neutron/subnet HTTP/1.1" 200 684 0.009096 10.0.0.240 - - [2026-03-26 03:17:42] "POST /neutron/network HTTP/1.1" 200 835 0.010270 10.0.0.240 - - [2026-03-26 03:17:42] "POST /neutron/port HTTP/1.1" 200 1111 0.016023 10.0.0.240 - - [2026-03-26 03:17:43] "POST /neutron/port HTTP/1.1" 200 1109 0.012973 10.0.0.240 - - [2026-03-26 03:17:43] "POST /neutron/network HTTP/1.1" 200 2191 0.008933 10.0.0.240 - - [2026-03-26 03:17:44] "POST /neutron/network HTTP/1.1" 200 835 0.007572 10.0.0.22 - - [2026-03-26 03:17:44] "DELETE /route-target/b64683b0-e7a9-4971-b6f8-04e6b3ac97dc HTTP/1.1" 200 115 0.024552 10.0.0.65 - - [2026-03-26 03:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004408 10.0.0.65 - - [2026-03-26 03:17:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003518 10.0.0.240 - - [2026-03-26 03:17:44] "POST /neutron/network HTTP/1.1" 200 151 0.119305 10.0.0.22 - - [2026-03-26 03:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.006552 10.0.0.240 - - [2026-03-26 03:17:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.65 - - [2026-03-26 03:17:47] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001411 10.0.0.240 - - [2026-03-26 03:17:47] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.043223 10.0.0.240 - - [2026-03-26 03:17:47] "POST /neutron/network HTTP/1.1" 200 117 0.017524 10.0.0.240 - - [2026-03-26 03:17:48] "POST /neutron/network HTTP/1.1" 200 834 0.009211 10.0.0.240 - - [2026-03-26 03:17:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001161 10.0.0.240 - - [2026-03-26 03:17:48] "GET /virtual-network/65d67722-d814-4f3d-8181-babaaa974847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005191 10.0.0.240 - - [2026-03-26 03:17:48] "GET /virtual-network/65d67722-d814-4f3d-8181-babaaa974847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006861 10.0.0.240 - - [2026-03-26 03:17:48] "POST /neutron/subnet HTTP/1.1" 200 734 0.011199 10.0.0.22 - - [2026-03-26 03:17:48] "POST /ref-update HTTP/1.1" 200 156 0.020017 10.0.0.240 - - [2026-03-26 03:17:53] "GET /virtual-network/65d67722-d814-4f3d-8181-babaaa974847?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005801 10.0.0.22 - - [2026-03-26 03:17:53] "GET /obj-perms HTTP/1.1" 200 5045 0.004410 10.0.0.240 - - [2026-03-26 03:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.65 - - [2026-03-26 03:17:54] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000964 10.0.0.240 - - [2026-03-26 03:17:54] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.042237 10.0.0.65 - - [2026-03-26 03:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.008519 10.0.0.240 - - [2026-03-26 03:17:54] "POST /neutron/subnet HTTP/1.1" 200 729 0.249515 10.0.0.240 - - [2026-03-26 03:17:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001270 10.0.0.240 - - [2026-03-26 03:17:54] "GET /virtual-network/b2c1b156-7b86-4a30-b580-b4fa6936e748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005437 10.0.0.240 - - [2026-03-26 03:17:54] "GET /virtual-network/b2c1b156-7b86-4a30-b580-b4fa6936e748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005487 10.0.0.240 - - [2026-03-26 03:17:54] "POST /neutron/network HTTP/1.1" 200 833 0.006607 10.0.0.240 - - [2026-03-26 03:17:54] "GET /virtual-network/b2c1b156-7b86-4a30-b580-b4fa6936e748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005520 10.0.0.65 - - [2026-03-26 03:17:55] "GET /obj-perms HTTP/1.1" 200 5045 0.004141 10.0.0.240 - - [2026-03-26 03:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.65 - - [2026-03-26 03:17:55] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001354 10.0.0.240 - - [2026-03-26 03:17:55] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.045009 10.0.0.65 - - [2026-03-26 03:17:55] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001018 10.0.0.240 - - [2026-03-26 03:17:55] "POST /neutron/network HTTP/1.1" 200 615 0.128501 10.0.0.22 - - [2026-03-26 03:17:55] "POST /route-targets HTTP/1.1" 200 327 0.012185 10.0.0.240 - - [2026-03-26 03:17:55] "POST /id-to-fqname HTTP/1.1" 200 224 0.003463 10.0.0.240 - - [2026-03-26 03:17:55] "GET /virtual-network/1871f1dd-7933-4092-900f-6ce67fd342df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005660 10.0.0.240 - - [2026-03-26 03:17:55] "POST /neutron/network HTTP/1.1" 200 834 0.006673 10.0.0.240 - - [2026-03-26 03:17:55] "GET /virtual-network/1871f1dd-7933-4092-900f-6ce67fd342df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005439 10.0.0.240 - - [2026-03-26 03:17:55] "GET /virtual-network/1871f1dd-7933-4092-900f-6ce67fd342df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006227 10.0.0.240 - - [2026-03-26 03:17:56] "GET /obj-perms HTTP/1.1" 200 5045 0.003702 10.0.0.240 - - [2026-03-26 03:17:56] "POST /id-to-fqname HTTP/1.1" 200 223 0.001321 10.0.0.240 - - [2026-03-26 03:17:56] "POST /neutron/port HTTP/1.1" 200 4196 0.029132 10.0.0.65 - - [2026-03-26 03:17:57] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001085 10.0.0.240 - - [2026-03-26 03:17:57] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.079781 10.0.0.240 - - [2026-03-26 03:17:57] "POST /neutron/port HTTP/1.1" 200 4196 0.035722 10.0.0.240 - - [2026-03-26 03:17:57] "POST /id-to-fqname HTTP/1.1" 200 224 0.001326 10.0.0.240 - - [2026-03-26 03:17:57] "POST /neutron/network HTTP/1.1" 200 844 0.006810 10.0.0.240 - - [2026-03-26 03:17:58] "POST /neutron/port HTTP/1.1" 200 1059 0.024163 10.0.0.240 - - [2026-03-26 03:17:58] "POST /neutron/port HTTP/1.1" 200 1123 0.028029 10.0.0.240 - - [2026-03-26 03:17:58] "POST /neutron/port HTTP/1.1" 200 117 0.001110 10.0.0.65 - - [2026-03-26 03:17:58] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001373 10.0.0.240 - - [2026-03-26 03:17:58] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.081072 10.0.0.240 - - [2026-03-26 03:17:59] "POST /neutron/port HTTP/1.1" 200 5166 0.042583 10.0.0.240 - - [2026-03-26 03:17:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.003675 10.0.0.240 - - [2026-03-26 03:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003117 10.0.0.65 - - [2026-03-26 03:17:59] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000941 10.0.0.240 - - [2026-03-26 03:17:59] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007256 10.0.0.240 - - [2026-03-26 03:17:59] "POST /service-templates HTTP/1.1" 200 543 0.029874 10.0.0.240 - - [2026-03-26 03:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005155 10.0.0.240 - - [2026-03-26 03:17:59] "GET /service-template/49d8b73f-771d-428a-af2f-75bede7b28de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.011315 10.0.0.240 - - [2026-03-26 03:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003102 10.0.0.240 - - [2026-03-26 03:17:59] "POST /neutron/network HTTP/1.1" 200 844 0.006181 10.0.0.240 - - [2026-03-26 03:17:59] "GET /service-template/49d8b73f-771d-428a-af2f-75bede7b28de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004593 10.0.0.240 - - [2026-03-26 03:17:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001194 10.0.0.240 - - [2026-03-26 03:17:59] "POST /id-to-fqname HTTP/1.1" 200 223 0.001240 10.0.0.240 - - [2026-03-26 03:17:59] "POST /id-to-fqname HTTP/1.1" 200 224 0.001309 10.0.0.240 - - [2026-03-26 03:17:59] "POST /neutron/port HTTP/1.1" 200 1058 0.024292 10.0.0.240 - - [2026-03-26 03:17:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003284 10.0.0.240 - - [2026-03-26 03:17:59] "DELETE /service-template/49d8b73f-771d-428a-af2f-75bede7b28de HTTP/1.1" 200 115 0.052922 10.0.0.240 - - [2026-03-26 03:17:59] "POST /fqname-to-id HTTP/1.1" 404 193 0.016765 10.0.0.240 - - [2026-03-26 03:17:59] "POST /neutron/port HTTP/1.1" 200 1112 0.124974 10.0.0.240 - - [2026-03-26 03:18:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.009214 10.0.0.240 - - [2026-03-26 03:18:00] "POST /neutron/network HTTP/1.1" 200 834 0.008319 10.0.0.240 - - [2026-03-26 03:18:00] "POST /neutron/port HTTP/1.1" 200 1113 0.018475 10.0.0.240 - - [2026-03-26 03:18:01] "POST /neutron/port HTTP/1.1" 200 1112 0.016787 10.0.0.240 - - [2026-03-26 03:18:01] "POST /neutron/network HTTP/1.1" 200 2190 0.011497 10.0.0.240 - - [2026-03-26 03:18:02] "POST /neutron/network HTTP/1.1" 200 834 0.008250 10.0.0.22 - - [2026-03-26 03:18:02] "DELETE /route-target/42d11a35-6741-4cfa-9af7-8c43ad744018 HTTP/1.1" 200 115 0.028645 10.0.0.65 - - [2026-03-26 03:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.004825 10.0.0.65 - - [2026-03-26 03:18:02] "POST /useragent-kv HTTP/1.1" 200 115 0.003302 10.0.0.240 - - [2026-03-26 03:18:02] "POST /neutron/network HTTP/1.1" 200 151 0.135333 10.0.0.22 - - [2026-03-26 03:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004841 10.0.0.22 - - [2026-03-26 03:18:03] "DELETE /access-control-list/333ce76c-6209-47f1-9130-5d390a18e92c HTTP/1.1" 200 115 0.040153 10.0.0.65 - - [2026-03-26 03:18:05] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001356 10.0.0.240 - - [2026-03-26 03:18:05] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.418482 10.0.0.65 - - [2026-03-26 03:18:05] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001315 10.0.0.240 - - [2026-03-26 03:18:05] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?fields=virtual_networks HTTP/1.1" 200 1028 0.065458 10.0.0.22 - - [2026-03-26 03:18:05] "GET /obj-perms HTTP/1.1" 200 5075 0.132822 10.0.0.65 - - [2026-03-26 03:18:05] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000931 10.0.0.240 - - [2026-03-26 03:18:05] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.054674 10.0.0.65 - - [2026-03-26 03:18:05] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001351 10.0.0.240 - - [2026-03-26 03:18:05] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?fields=security_groups HTTP/1.1" 200 1252 0.042653 10.0.0.240 - - [2026-03-26 03:18:06] "POST /fqname-to-id HTTP/1.1" 404 184 0.036832 10.0.0.65 - - [2026-03-26 03:18:06] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003430 10.0.0.65 - - [2026-03-26 03:18:06] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001092 10.0.0.65 - - [2026-03-26 03:18:06] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008354 10.0.0.65 - - [2026-03-26 03:18:06] "POST /id-to-fqname HTTP/1.1" 200 186 0.001157 10.0.0.65 - - [2026-03-26 03:18:06] "POST /fqname-to-id HTTP/1.1" 404 195 0.006143 10.0.0.65 - - [2026-03-26 03:18:06] "POST /security-groups HTTP/1.1" 200 587 0.034144 10.0.0.65 - - [2026-03-26 03:18:07] "POST /projects HTTP/1.1" 200 577 0.253628 10.0.0.65 - - [2026-03-26 03:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.293589 10.0.0.22 - - [2026-03-26 03:18:07] "POST /fqname-to-id HTTP/1.1" 404 229 0.012130 10.0.0.240 - - [2026-03-26 03:18:07] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.450792 10.0.0.240 - - [2026-03-26 03:18:08] "GET / HTTP/1.1" 200 35931 0.001819 10.0.0.240 - - [2026-03-26 03:18:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000579 10.0.0.240 - - [2026-03-26 03:18:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.067916 10.0.0.65 - - [2026-03-26 03:18:10] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001197 10.0.0.240 - - [2026-03-26 03:18:10] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.040115 10.0.0.240 - - [2026-03-26 03:18:10] "POST /neutron/network HTTP/1.1" 200 117 0.052277 10.0.0.22 - - [2026-03-26 03:18:10] "POST /ref-update HTTP/1.1" 200 156 0.025269 10.0.0.240 - - [2026-03-26 03:18:11] "POST /neutron/network HTTP/1.1" 200 829 0.010209 10.0.0.240 - - [2026-03-26 03:18:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001121 10.0.0.240 - - [2026-03-26 03:18:11] "GET /virtual-network/88912b06-bf62-4747-9c9b-5a06702dc2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005229 10.0.0.240 - - [2026-03-26 03:18:11] "GET /virtual-network/88912b06-bf62-4747-9c9b-5a06702dc2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006754 10.0.0.240 - - [2026-03-26 03:18:11] "POST /neutron/subnet HTTP/1.1" 200 719 0.009521 10.0.0.240 - - [2026-03-26 03:18:11] "GET /virtual-network/88912b06-bf62-4747-9c9b-5a06702dc2bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.005578 10.0.0.65 - - [2026-03-26 03:18:13] "GET /obj-perms HTTP/1.1" 200 5041 0.061892 10.0.0.240 - - [2026-03-26 03:18:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.65 - - [2026-03-26 03:18:13] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001270 10.0.0.240 - - [2026-03-26 03:18:13] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.048604 10.0.0.65 - - [2026-03-26 03:18:13] "POST /useragent-kv HTTP/1.1" 200 115 0.027527 10.0.0.240 - - [2026-03-26 03:18:13] "POST /neutron/subnet HTTP/1.1" 200 734 0.217459 10.0.0.240 - - [2026-03-26 03:18:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001294 10.0.0.240 - - [2026-03-26 03:18:13] "GET /virtual-network/d7372eed-cdb6-4ffe-b344-84317a89556e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006430 10.0.0.240 - - [2026-03-26 03:18:14] "GET /virtual-network/d7372eed-cdb6-4ffe-b344-84317a89556e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006039 10.0.0.240 - - [2026-03-26 03:18:14] "POST /neutron/network HTTP/1.1" 200 832 0.007093 10.0.0.240 - - [2026-03-26 03:18:14] "GET /virtual-network/d7372eed-cdb6-4ffe-b344-84317a89556e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005519 10.0.0.240 - - [2026-03-26 03:18:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.65 - - [2026-03-26 03:18:14] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001377 10.0.0.240 - - [2026-03-26 03:18:14] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.052975 10.0.0.65 - - [2026-03-26 03:18:14] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001021 10.0.0.240 - - [2026-03-26 03:18:14] "POST /neutron/network HTTP/1.1" 200 613 0.115788 10.0.0.22 - - [2026-03-26 03:18:14] "POST /route-targets HTTP/1.1" 200 327 0.013051 10.0.0.240 - - [2026-03-26 03:18:15] "POST /id-to-fqname HTTP/1.1" 200 222 0.003040 10.0.0.240 - - [2026-03-26 03:18:15] "GET /virtual-network/07e537a9-f1f3-46ad-8e8e-6fce7e9c7e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005955 10.0.0.240 - - [2026-03-26 03:18:15] "POST /neutron/port HTTP/1.1" 200 1109 0.017963 10.0.0.240 - - [2026-03-26 03:18:15] "GET /virtual-network/07e537a9-f1f3-46ad-8e8e-6fce7e9c7e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.004554 10.0.0.240 - - [2026-03-26 03:18:15] "POST /neutron/port HTTP/1.1" 200 1109 0.024994 10.0.0.240 - - [2026-03-26 03:18:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003803 10.0.0.240 - - [2026-03-26 03:18:15] "POST /neutron/network HTTP/1.1" 200 929 0.020352 10.0.0.240 - - [2026-03-26 03:18:15] "GET /virtual-network/07e537a9-f1f3-46ad-8e8e-6fce7e9c7e4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005246 10.0.0.240 - - [2026-03-26 03:18:15] "GET /obj-perms HTTP/1.1" 200 5041 0.063589 10.0.0.22 - - [2026-03-26 03:18:15] "GET /obj-perms HTTP/1.1" 200 5041 0.051657 10.0.0.240 - - [2026-03-26 03:18:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001328 10.0.0.65 - - [2026-03-26 03:18:17] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001170 10.0.0.240 - - [2026-03-26 03:18:17] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.082013 10.0.0.240 - - [2026-03-26 03:18:17] "POST /neutron/network HTTP/1.1" 200 832 0.067446 10.0.0.240 - - [2026-03-26 03:18:17] "POST /neutron/network HTTP/1.1" 200 939 0.007370 10.0.0.240 - - [2026-03-26 03:18:17] "POST /neutron/subnet HTTP/1.1" 200 708 0.008474 10.0.0.240 - - [2026-03-26 03:18:17] "POST /neutron/port HTTP/1.1" 200 117 0.006143 10.0.0.240 - - [2026-03-26 03:18:17] "POST /id-to-fqname HTTP/1.1" 200 222 0.001765 10.0.0.240 - - [2026-03-26 03:18:17] "POST /neutron/network HTTP/1.1" 200 842 0.007025 10.0.0.65 - - [2026-03-26 03:18:18] "DELETE /project/5aec9403-357b-498f-b9fc-be93a6846c8c HTTP/1.1" 404 177 0.006270 10.0.0.65 - - [2026-03-26 03:18:18] "DELETE /project/423c3fe0befe4ea8ba6cb0e8672fbe7b HTTP/1.1" 404 173 0.005477 10.0.0.65 - - [2026-03-26 03:18:18] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001210 10.0.0.65 - - [2026-03-26 03:18:18] "DELETE /project/a53dd520bcbc45058b950438b79dcb21 HTTP/1.1" 404 173 0.014456 10.0.0.65 - - [2026-03-26 03:18:18] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.058589 10.0.0.65 - - [2026-03-26 03:18:18] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001310 10.0.0.65 - - [2026-03-26 03:18:18] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?fields=security_groups HTTP/1.1" 200 1357 0.050139 10.0.0.65 - - [2026-03-26 03:18:18] "DELETE /security-group/ea60e4d1-2fda-4e99-b147-c191b7e2f800 HTTP/1.1" 200 115 0.062140 10.0.0.65 - - [2026-03-26 03:18:18] "GET /projects?obj_uuids=423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001135 10.0.0.240 - - [2026-03-26 03:18:18] "POST /neutron/port HTTP/1.1" 200 1058 0.043314 10.0.0.65 - - [2026-03-26 03:18:18] "GET /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b?fields=application_policy_sets HTTP/1.1" 200 1396 0.063669 10.0.0.22 - - [2026-03-26 03:18:18] "DELETE /access-control-list/35f8993e-5c92-4755-a371-409fa17fecfa HTTP/1.1" 200 115 0.054613 10.0.0.65 - - [2026-03-26 03:18:18] "DELETE /project/423c3fe0-befe-4ea8-ba6c-b0e8672fbe7b HTTP/1.1" 200 115 0.497591 10.0.0.240 - - [2026-03-26 03:18:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005161 10.0.0.240 - - [2026-03-26 03:18:18] "POST /neutron/network HTTP/1.1" 200 832 0.008720 10.0.0.65 - - [2026-03-26 03:18:18] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001031 10.0.0.240 - - [2026-03-26 03:18:18] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.086603 10.0.0.240 - - [2026-03-26 03:18:19] "POST /neutron/security_group HTTP/1.1" 200 2054 0.007239 10.0.0.240 - - [2026-03-26 03:18:19] "POST /fqname-to-id HTTP/1.1" 404 193 0.003019 10.0.0.240 - - [2026-03-26 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.65 - - [2026-03-26 03:18:19] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001449 10.0.0.240 - - [2026-03-26 03:18:19] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008338 10.0.0.240 - - [2026-03-26 03:18:19] "POST /service-templates HTTP/1.1" 200 543 0.041741 10.0.0.240 - - [2026-03-26 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.240 - - [2026-03-26 03:18:19] "GET /service-template/05c998c3-0b78-421f-84ac-89507e0ba2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.009627 10.0.0.240 - - [2026-03-26 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002991 10.0.0.240 - - [2026-03-26 03:18:19] "GET /service-template/05c998c3-0b78-421f-84ac-89507e0ba2eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.004697 10.0.0.240 - - [2026-03-26 03:18:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001381 10.0.0.240 - - [2026-03-26 03:18:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001029 10.0.0.240 - - [2026-03-26 03:18:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001346 10.0.0.65 - - [2026-03-26 03:18:19] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001132 10.0.0.240 - - [2026-03-26 03:18:19] "POST /neutron/port HTTP/1.1" 200 1057 0.335777 10.0.0.240 - - [2026-03-26 03:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.006042 10.0.0.240 - - [2026-03-26 03:18:20] "POST /neutron/port HTTP/1.1" 200 1057 0.023194 10.0.0.240 - - [2026-03-26 03:18:20] "DELETE /service-template/05c998c3-0b78-421f-84ac-89507e0ba2eb HTTP/1.1" 200 115 0.050356 10.0.0.240 - - [2026-03-26 03:18:20] "POST /fqname-to-id HTTP/1.1" 404 193 0.011410 10.0.0.240 - - [2026-03-26 03:18:20] "POST /neutron/port HTTP/1.1" 200 1121 0.022180 10.0.0.240 - - [2026-03-26 03:18:20] "POST /neutron/port HTTP/1.1" 200 117 0.001126 10.0.0.240 - - [2026-03-26 03:18:20] "POST /neutron/network HTTP/1.1" 200 833 0.008015 10.0.0.240 - - [2026-03-26 03:18:21] "POST /neutron/port HTTP/1.1" 200 151 0.174244 10.0.0.240 - - [2026-03-26 03:18:21] "POST /neutron/port HTTP/1.1" 200 151 0.161647 10.0.0.240 - - [2026-03-26 03:18:22] "POST /neutron/network HTTP/1.1" 200 117 0.023080 10.0.0.240 - - [2026-03-26 03:18:22] "POST /neutron/port HTTP/1.1" 200 117 0.006304 10.0.0.22 - - [2026-03-26 03:18:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.240 - - [2026-03-26 03:18:23] "POST /neutron/network HTTP/1.1" 200 829 0.007022 10.0.0.22 - - [2026-03-26 03:18:23] "DELETE /route-target/38bf5fb2-fa03-4d2d-b4e3-17ea423ed6ce HTTP/1.1" 200 115 0.022422 10.0.0.240 - - [2026-03-26 03:18:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.65 - - [2026-03-26 03:18:25] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001057 10.0.0.240 - - [2026-03-26 03:18:26] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.047391 10.0.0.65 - - [2026-03-26 03:18:26] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000909 10.0.0.240 - - [2026-03-26 03:18:26] "POST /neutron/network HTTP/1.1" 200 611 0.145092 10.0.0.240 - - [2026-03-26 03:18:26] "POST /id-to-fqname HTTP/1.1" 200 221 0.003530 10.0.0.240 - - [2026-03-26 03:18:26] "GET /virtual-network/aa258791-ade5-4e94-9265-a41d607c2290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005706 10.0.0.240 - - [2026-03-26 03:18:26] "POST /neutron/network HTTP/1.1" 200 831 0.006433 10.0.0.240 - - [2026-03-26 03:18:26] "GET /virtual-network/aa258791-ade5-4e94-9265-a41d607c2290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005253 10.0.0.240 - - [2026-03-26 03:18:26] "GET /virtual-network/aa258791-ade5-4e94-9265-a41d607c2290?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007972 10.0.0.65 - - [2026-03-26 03:18:27] "GET /obj-perms HTTP/1.1" 200 5041 0.004136 10.0.0.240 - - [2026-03-26 03:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003430 10.0.0.65 - - [2026-03-26 03:18:27] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001024 10.0.0.240 - - [2026-03-26 03:18:27] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.045951 10.0.0.240 - - [2026-03-26 03:18:27] "POST /neutron/network HTTP/1.1" 200 117 0.018729 10.0.0.22 - - [2026-03-26 03:18:27] "POST /route-targets HTTP/1.1" 200 327 0.013540 10.0.0.240 - - [2026-03-26 03:18:27] "POST /neutron/network HTTP/1.1" 200 832 0.010058 10.0.0.240 - - [2026-03-26 03:18:27] "POST /id-to-fqname HTTP/1.1" 200 221 0.001182 10.0.0.240 - - [2026-03-26 03:18:27] "GET /virtual-network/337807e5-683d-4fe2-a396-95a5e16a8a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.009282 10.0.0.240 - - [2026-03-26 03:18:27] "GET /virtual-network/337807e5-683d-4fe2-a396-95a5e16a8a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006945 10.0.0.240 - - [2026-03-26 03:18:27] "POST /neutron/subnet HTTP/1.1" 200 734 0.008431 10.0.0.240 - - [2026-03-26 03:18:28] "GET /virtual-network/337807e5-683d-4fe2-a396-95a5e16a8a70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005909 10.0.0.240 - - [2026-03-26 03:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.65 - - [2026-03-26 03:18:28] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000954 10.0.0.240 - - [2026-03-26 03:18:28] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.045022 10.0.0.22 - - [2026-03-26 03:18:28] "POST /ref-update HTTP/1.1" 200 156 0.019427 10.0.0.65 - - [2026-03-26 03:18:28] "POST /useragent-kv HTTP/1.1" 200 115 0.014363 10.0.0.240 - - [2026-03-26 03:18:28] "POST /neutron/subnet HTTP/1.1" 200 720 0.253700 10.0.0.240 - - [2026-03-26 03:18:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001176 10.0.0.240 - - [2026-03-26 03:18:29] "GET /virtual-network/f9eb1efc-e14f-4914-a706-b99912ea89a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.010816 10.0.0.240 - - [2026-03-26 03:18:29] "GET /virtual-network/f9eb1efc-e14f-4914-a706-b99912ea89a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005528 10.0.0.240 - - [2026-03-26 03:18:29] "POST /neutron/network HTTP/1.1" 200 831 0.007593 10.0.0.240 - - [2026-03-26 03:18:29] "GET /virtual-network/f9eb1efc-e14f-4914-a706-b99912ea89a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005791 10.0.0.240 - - [2026-03-26 03:18:29] "GET /obj-perms HTTP/1.1" 200 5041 0.003722 10.0.0.22 - - [2026-03-26 03:18:29] "GET /obj-perms HTTP/1.1" 200 5041 0.003424 10.0.0.240 - - [2026-03-26 03:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.65 - - [2026-03-26 03:18:29] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001427 10.0.0.240 - - [2026-03-26 03:18:29] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.042445 10.0.0.65 - - [2026-03-26 03:18:29] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001086 10.0.0.240 - - [2026-03-26 03:18:29] "POST /neutron/network HTTP/1.1" 200 623 0.123116 10.0.0.240 - - [2026-03-26 03:18:30] "POST /id-to-fqname HTTP/1.1" 200 227 0.003328 10.0.0.240 - - [2026-03-26 03:18:30] "GET /virtual-network/8c5af1d7-838f-4b52-8a8c-a5b58cb1e156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.006222 10.0.0.240 - - [2026-03-26 03:18:30] "POST /neutron/network HTTP/1.1" 200 839 0.008397 10.0.0.240 - - [2026-03-26 03:18:30] "GET /virtual-network/8c5af1d7-838f-4b52-8a8c-a5b58cb1e156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.007204 10.0.0.240 - - [2026-03-26 03:18:30] "GET /virtual-network/8c5af1d7-838f-4b52-8a8c-a5b58cb1e156?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2056 0.005528 10.0.0.65 - - [2026-03-26 03:18:30] "GET /obj-perms HTTP/1.1" 200 5041 0.003759 10.0.0.240 - - [2026-03-26 03:18:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.65 - - [2026-03-26 03:18:30] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000875 10.0.0.240 - - [2026-03-26 03:18:30] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.046345 10.0.0.240 - - [2026-03-26 03:18:30] "POST /neutron/network HTTP/1.1" 200 117 0.016804 10.0.0.22 - - [2026-03-26 03:18:30] "POST /route-targets HTTP/1.1" 200 327 0.018583 10.0.0.240 - - [2026-03-26 03:18:31] "POST /neutron/network HTTP/1.1" 200 845 0.008776 10.0.0.240 - - [2026-03-26 03:18:31] "POST /id-to-fqname HTTP/1.1" 200 228 0.001189 10.0.0.240 - - [2026-03-26 03:18:31] "GET /virtual-network/d296dfe8-e26a-4048-bedf-579cf5046c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005044 10.0.0.240 - - [2026-03-26 03:18:31] "GET /virtual-network/d296dfe8-e26a-4048-bedf-579cf5046c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005679 10.0.0.240 - - [2026-03-26 03:18:31] "POST /neutron/subnet HTTP/1.1" 200 729 0.008412 10.0.0.240 - - [2026-03-26 03:18:31] "GET /virtual-network/d296dfe8-e26a-4048-bedf-579cf5046c77?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005818 10.0.0.240 - - [2026-03-26 03:18:31] "POST /id-to-fqname HTTP/1.1" 200 221 0.001230 10.0.0.65 - - [2026-03-26 03:18:32] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000917 10.0.0.240 - - [2026-03-26 03:18:32] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.071593 10.0.0.240 - - [2026-03-26 03:18:32] "POST /neutron/network HTTP/1.1" 200 832 0.006466 10.0.0.240 - - [2026-03-26 03:18:33] "POST /id-to-fqname HTTP/1.1" 200 222 0.001282 10.0.0.240 - - [2026-03-26 03:18:33] "POST /neutron/port HTTP/1.1" 200 4196 0.030735 10.0.0.65 - - [2026-03-26 03:18:33] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000993 10.0.0.240 - - [2026-03-26 03:18:33] "POST /neutron/port HTTP/1.1" 200 1058 0.294708 10.0.0.240 - - [2026-03-26 03:18:33] "POST /neutron/port HTTP/1.1" 200 1112 0.109468 10.0.0.240 - - [2026-03-26 03:18:34] "POST /neutron/subnet HTTP/1.1" 200 708 0.009419 10.0.0.65 - - [2026-03-26 03:18:34] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001244 10.0.0.240 - - [2026-03-26 03:18:34] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.079007 10.0.0.240 - - [2026-03-26 03:18:34] "POST /neutron/network HTTP/1.1" 200 831 0.006632 10.0.0.240 - - [2026-03-26 03:18:34] "POST /neutron/port HTTP/1.1" 200 117 0.006179 10.0.0.240 - - [2026-03-26 03:18:34] "POST /fqname-to-id HTTP/1.1" 404 193 0.003276 10.0.0.240 - - [2026-03-26 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003233 10.0.0.65 - - [2026-03-26 03:18:34] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001323 10.0.0.240 - - [2026-03-26 03:18:34] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007435 10.0.0.240 - - [2026-03-26 03:18:34] "POST /service-templates HTTP/1.1" 200 543 0.029837 10.0.0.240 - - [2026-03-26 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007356 10.0.0.240 - - [2026-03-26 03:18:34] "GET /service-template/ec38b8a4-c217-476b-95ae-62ea4eb62da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.007149 10.0.0.240 - - [2026-03-26 03:18:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.016824 10.0.0.240 - - [2026-03-26 03:18:34] "GET /service-template/ec38b8a4-c217-476b-95ae-62ea4eb62da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1813 0.003885 10.0.0.240 - - [2026-03-26 03:18:34] "POST /id-to-fqname HTTP/1.1" 200 221 0.001032 10.0.0.240 - - [2026-03-26 03:18:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001247 10.0.0.240 - - [2026-03-26 03:18:35] "POST /id-to-fqname HTTP/1.1" 200 228 0.003080 10.0.0.240 - - [2026-03-26 03:18:35] "POST /neutron/port HTTP/1.1" 200 5994 0.107938 10.0.0.240 - - [2026-03-26 03:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.240 - - [2026-03-26 03:18:35] "POST /neutron/port HTTP/1.1" 200 1055 0.020990 10.0.0.240 - - [2026-03-26 03:18:35] "DELETE /service-template/ec38b8a4-c217-476b-95ae-62ea4eb62da4 HTTP/1.1" 200 115 0.040802 10.0.0.240 - - [2026-03-26 03:18:35] "POST /fqname-to-id HTTP/1.1" 404 193 0.005093 10.0.0.240 - - [2026-03-26 03:18:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003636 10.0.0.240 - - [2026-03-26 03:18:35] "POST /neutron/port HTTP/1.1" 200 117 0.001052 10.0.0.22 - - [2026-03-26 03:18:35] "DELETE /route-target/b64f0bfe-1f7b-42c5-b583-d347a9d9e5f6 HTTP/1.1" 200 115 0.030294 10.0.0.240 - - [2026-03-26 03:18:36] "POST /neutron/network HTTP/1.1" 200 839 0.006724 10.0.0.240 - - [2026-03-26 03:18:36] "POST /neutron/port HTTP/1.1" 200 1112 0.022598 10.0.0.240 - - [2026-03-26 03:18:36] "POST /neutron/network HTTP/1.1" 400 204 0.013872 10.0.0.240 - - [2026-03-26 03:18:37] "POST /neutron/port HTTP/1.1" 200 151 0.196061 10.0.0.240 - - [2026-03-26 03:18:37] "POST /neutron/network HTTP/1.1" 200 117 0.021208 10.0.0.22 - - [2026-03-26 03:18:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006395 10.0.0.65 - - [2026-03-26 03:18:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003598 10.0.0.65 - - [2026-03-26 03:18:38] "POST /useragent-kv HTTP/1.1" 200 115 0.007035 10.0.0.240 - - [2026-03-26 03:18:38] "POST /neutron/network HTTP/1.1" 200 151 0.135876 10.0.0.22 - - [2026-03-26 03:18:39] "DELETE /route-target/b3eec286-918d-4f74-b67e-281f4359d47b HTTP/1.1" 200 115 0.035501 10.0.0.240 - - [2026-03-26 03:18:39] "POST /neutron/network HTTP/1.1" 200 831 0.006727 10.0.0.65 - - [2026-03-26 03:18:41] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001001 10.0.0.240 - - [2026-03-26 03:18:41] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.036710 10.0.0.65 - - [2026-03-26 03:18:41] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001169 10.0.0.240 - - [2026-03-26 03:18:41] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?fields=virtual_networks HTTP/1.1" 200 1025 0.048377 10.0.0.65 - - [2026-03-26 03:18:41] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001135 10.0.0.240 - - [2026-03-26 03:18:41] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.045543 10.0.0.65 - - [2026-03-26 03:18:41] "GET /projects?obj_uuids=a53dd520-bcbc-4505-8b95-0438b79dcb21&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000975 10.0.0.240 - - [2026-03-26 03:18:41] "GET /project/a53dd520-bcbc-4505-8b95-0438b79dcb21?fields=security_groups HTTP/1.1" 200 1247 0.051006 10.0.0.240 - - [2026-03-26 03:18:42] "POST /fqname-to-id HTTP/1.1" 404 190 0.025804 10.0.0.65 - - [2026-03-26 03:18:42] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002850 10.0.0.65 - - [2026-03-26 03:18:42] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000894 10.0.0.65 - - [2026-03-26 03:18:42] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007559 10.0.0.65 - - [2026-03-26 03:18:42] "POST /id-to-fqname HTTP/1.1" 200 192 0.004009 10.0.0.65 - - [2026-03-26 03:18:42] "POST /fqname-to-id HTTP/1.1" 404 201 0.008263 10.0.0.65 - - [2026-03-26 03:18:42] "POST /security-groups HTTP/1.1" 200 593 0.077321 10.0.0.22 - - [2026-03-26 03:18:42] "POST /fqname-to-id HTTP/1.1" 404 236 0.005409 10.0.0.65 - - [2026-03-26 03:18:42] "POST /projects HTTP/1.1" 200 589 0.287195 10.0.0.65 - - [2026-03-26 03:18:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.360075 10.0.0.22 - - [2026-03-26 03:18:42] "POST /access-control-lists HTTP/1.1" 200 596 0.037260 10.0.0.240 - - [2026-03-26 03:18:42] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.505449 10.0.0.240 - - [2026-03-26 03:18:44] "GET / HTTP/1.1" 200 35931 0.001642 10.0.0.240 - - [2026-03-26 03:18:45] "POST /fqname-to-id HTTP/1.1" 401 293 0.000541 10.0.0.240 - - [2026-03-26 03:18:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.078927 10.0.0.65 - - [2026-03-26 03:18:46] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000906 10.0.0.240 - - [2026-03-26 03:18:46] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045657 10.0.0.65 - - [2026-03-26 03:18:46] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000958 10.0.0.240 - - [2026-03-26 03:18:46] "POST /neutron/network HTTP/1.1" 200 611 0.162040 10.0.0.240 - - [2026-03-26 03:18:46] "POST /id-to-fqname HTTP/1.1" 200 224 0.003335 10.0.0.240 - - [2026-03-26 03:18:46] "GET /virtual-network/12203dc9-b481-45e5-906f-28a9bc20f7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005774 10.0.0.240 - - [2026-03-26 03:18:46] "POST /neutron/network HTTP/1.1" 200 830 0.008429 10.0.0.240 - - [2026-03-26 03:18:47] "GET /virtual-network/12203dc9-b481-45e5-906f-28a9bc20f7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005392 10.0.0.240 - - [2026-03-26 03:18:47] "GET /virtual-network/12203dc9-b481-45e5-906f-28a9bc20f7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005227 10.0.0.240 - - [2026-03-26 03:18:48] "GET /obj-perms HTTP/1.1" 200 5053 0.065521 10.0.0.22 - - [2026-03-26 03:18:48] "GET /obj-perms HTTP/1.1" 200 5053 0.063830 10.0.0.240 - - [2026-03-26 03:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.65 - - [2026-03-26 03:18:49] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001346 10.0.0.240 - - [2026-03-26 03:18:49] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048086 10.0.0.240 - - [2026-03-26 03:18:49] "POST /neutron/network HTTP/1.1" 200 117 0.018092 10.0.0.240 - - [2026-03-26 03:18:49] "POST /neutron/network HTTP/1.1" 200 828 0.009975 10.0.0.240 - - [2026-03-26 03:18:49] "POST /id-to-fqname HTTP/1.1" 200 225 0.001043 10.0.0.240 - - [2026-03-26 03:18:49] "GET /virtual-network/6c0f3091-8384-4cd2-901a-9bcc8b3bff8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005963 10.0.0.240 - - [2026-03-26 03:18:49] "GET /virtual-network/6c0f3091-8384-4cd2-901a-9bcc8b3bff8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005445 10.0.0.240 - - [2026-03-26 03:18:49] "POST /neutron/subnet HTTP/1.1" 200 705 0.009072 10.0.0.22 - - [2026-03-26 03:18:49] "POST /route-targets HTTP/1.1" 200 327 0.033106 10.0.0.240 - - [2026-03-26 03:18:55] "GET /virtual-network/6c0f3091-8384-4cd2-901a-9bcc8b3bff8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005926 10.0.0.65 - - [2026-03-26 03:18:55] "GET /obj-perms HTTP/1.1" 200 5053 0.049544 10.0.0.240 - - [2026-03-26 03:18:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.65 - - [2026-03-26 03:18:55] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001564 10.0.0.240 - - [2026-03-26 03:18:55] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.039586 10.0.0.22 - - [2026-03-26 03:18:55] "POST /ref-update HTTP/1.1" 200 156 0.038462 10.0.0.65 - - [2026-03-26 03:18:56] "POST /useragent-kv HTTP/1.1" 200 115 0.002738 10.0.0.240 - - [2026-03-26 03:18:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.209875 10.0.0.240 - - [2026-03-26 03:18:56] "POST /id-to-fqname HTTP/1.1" 200 227 0.001273 10.0.0.240 - - [2026-03-26 03:18:56] "GET /virtual-network/50b658c3-0933-4bb1-9320-023f50b74fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005799 10.0.0.240 - - [2026-03-26 03:18:56] "GET /virtual-network/50b658c3-0933-4bb1-9320-023f50b74fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005394 10.0.0.240 - - [2026-03-26 03:18:56] "POST /neutron/network HTTP/1.1" 200 837 0.008150 10.0.0.240 - - [2026-03-26 03:18:56] "GET /virtual-network/50b658c3-0933-4bb1-9320-023f50b74fae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.005400 10.0.0.240 - - [2026-03-26 03:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.65 - - [2026-03-26 03:18:56] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001354 10.0.0.240 - - [2026-03-26 03:18:56] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.044899 10.0.0.65 - - [2026-03-26 03:18:56] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001369 10.0.0.240 - - [2026-03-26 03:18:57] "POST /neutron/network HTTP/1.1" 200 629 0.140094 10.0.0.240 - - [2026-03-26 03:18:57] "POST /id-to-fqname HTTP/1.1" 200 233 0.003369 10.0.0.240 - - [2026-03-26 03:18:57] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004999 10.0.0.240 - - [2026-03-26 03:18:57] "POST /neutron/network HTTP/1.1" 200 848 0.008137 10.0.0.240 - - [2026-03-26 03:18:57] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005796 10.0.0.240 - - [2026-03-26 03:18:57] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006289 10.0.0.240 - - [2026-03-26 03:18:57] "GET /obj-perms HTTP/1.1" 200 5053 0.003403 10.0.0.22 - - [2026-03-26 03:18:57] "GET /obj-perms HTTP/1.1" 200 5053 0.003702 10.0.0.240 - - [2026-03-26 03:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.65 - - [2026-03-26 03:18:57] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001136 10.0.0.240 - - [2026-03-26 03:18:57] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045739 10.0.0.240 - - [2026-03-26 03:18:57] "POST /neutron/network HTTP/1.1" 200 117 0.017069 10.0.0.22 - - [2026-03-26 03:18:58] "POST /route-targets HTTP/1.1" 200 327 0.017432 10.0.0.240 - - [2026-03-26 03:18:58] "POST /neutron/network HTTP/1.1" 200 852 0.012426 10.0.0.240 - - [2026-03-26 03:18:58] "POST /id-to-fqname HTTP/1.1" 200 234 0.001219 10.0.0.240 - - [2026-03-26 03:18:58] "GET /virtual-network/3adb085b-2f03-4006-bb0b-25e768840037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005490 10.0.0.240 - - [2026-03-26 03:18:58] "GET /virtual-network/3adb085b-2f03-4006-bb0b-25e768840037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005125 10.0.0.240 - - [2026-03-26 03:18:58] "POST /neutron/subnet HTTP/1.1" 200 734 0.008637 10.0.0.240 - - [2026-03-26 03:18:58] "GET /virtual-network/3adb085b-2f03-4006-bb0b-25e768840037?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005648 10.0.0.65 - - [2026-03-26 03:18:58] "GET /obj-perms HTTP/1.1" 200 5053 0.003968 10.0.0.240 - - [2026-03-26 03:18:58] "POST /id-to-fqname HTTP/1.1" 200 224 0.001292 10.0.0.65 - - [2026-03-26 03:19:00] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001016 10.0.0.240 - - [2026-03-26 03:19:00] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.077439 10.0.0.240 - - [2026-03-26 03:19:00] "POST /neutron/network HTTP/1.1" 200 830 0.007227 10.0.0.240 - - [2026-03-26 03:19:00] "POST /id-to-fqname HTTP/1.1" 200 225 0.001247 10.0.0.240 - - [2026-03-26 03:19:00] "POST /neutron/port HTTP/1.1" 200 4196 0.039630 10.0.0.65 - - [2026-03-26 03:19:00] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001065 10.0.0.240 - - [2026-03-26 03:19:01] "POST /neutron/port HTTP/1.1" 200 1062 0.324422 10.0.0.240 - - [2026-03-26 03:19:01] "POST /neutron/port HTTP/1.1" 200 1116 0.110904 10.0.0.240 - - [2026-03-26 03:19:01] "POST /neutron/subnet HTTP/1.1" 200 699 0.008767 10.0.0.65 - - [2026-03-26 03:19:01] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001794 10.0.0.240 - - [2026-03-26 03:19:01] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.085778 10.0.0.240 - - [2026-03-26 03:19:01] "POST /neutron/network HTTP/1.1" 200 828 0.007308 10.0.0.240 - - [2026-03-26 03:19:01] "POST /neutron/port HTTP/1.1" 200 117 0.006613 10.0.0.240 - - [2026-03-26 03:19:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.003555 10.0.0.240 - - [2026-03-26 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.002891 10.0.0.65 - - [2026-03-26 03:19:01] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001602 10.0.0.240 - - [2026-03-26 03:19:01] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008306 10.0.0.240 - - [2026-03-26 03:19:02] "POST /service-templates HTTP/1.1" 200 543 0.027867 10.0.0.240 - - [2026-03-26 03:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003144 10.0.0.240 - - [2026-03-26 03:19:02] "GET /service-template/b431a11c-dee9-4514-bff2-74f79f1fd001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.006504 10.0.0.240 - - [2026-03-26 03:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.240 - - [2026-03-26 03:19:02] "GET /service-template/b431a11c-dee9-4514-bff2-74f79f1fd001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.007876 10.0.0.240 - - [2026-03-26 03:19:02] "POST /id-to-fqname HTTP/1.1" 200 233 0.001781 10.0.0.240 - - [2026-03-26 03:19:02] "POST /neutron/port HTTP/1.1" 200 6004 0.087582 10.0.0.240 - - [2026-03-26 03:19:02] "POST /neutron/port HTTP/1.1" 200 1058 0.017157 10.0.0.240 - - [2026-03-26 03:19:02] "POST /neutron/port HTTP/1.1" 200 1122 0.019675 10.0.0.240 - - [2026-03-26 03:19:02] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.65 - - [2026-03-26 03:19:03] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001320 10.0.0.240 - - [2026-03-26 03:19:03] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.080599 10.0.0.22 - - [2026-03-26 03:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.22 - - [2026-03-26 03:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.22 - - [2026-03-26 03:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000307 10.0.0.240 - - [2026-03-26 03:19:03] "POST /neutron/port HTTP/1.1" 200 6138 0.053725 10.0.0.22 - - [2026-03-26 03:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.240 - - [2026-03-26 03:19:03] "GET /virtual-machine/0a641fc7-72e5-4ce4-b96b-5ae674d4997c HTTP/1.1" 401 293 0.000361 10.0.0.240 - - [2026-03-26 03:19:04] "POST /neutron/network HTTP/1.1" 200 858 0.006634 10.0.0.65 - - [2026-03-26 03:19:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.240 - - [2026-03-26 03:19:04] "GET /virtual-machine/0a641fc7-72e5-4ce4-b96b-5ae674d4997c HTTP/1.1" 404 171 0.065508 10.0.0.65 - - [2026-03-26 03:19:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000383 10.0.0.65 - - [2026-03-26 03:19:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.65 - - [2026-03-26 03:19:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.240 - - [2026-03-26 03:19:04] "POST /neutron/port HTTP/1.1" 200 1062 0.017233 10.0.0.240 - - [2026-03-26 03:19:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004370 10.0.0.240 - - [2026-03-26 03:19:04] "POST /neutron/network HTTP/1.1" 200 848 0.007769 10.0.0.240 - - [2026-03-26 03:19:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.240 - - [2026-03-26 03:19:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.240 - - [2026-03-26 03:19:06] "GET /virtual-machine/0a641fc7-72e5-4ce4-b96b-5ae674d4997c HTTP/1.1" 200 1293 0.006578 10.0.0.240 - - [2026-03-26 03:19:06] "GET /virtual-machine-interface/32c9cae0-7105-4980-988b-7a600484fcc3 HTTP/1.1" 200 2984 0.008616 10.0.0.240 - - [2026-03-26 03:19:06] "GET /virtual-machine-interface/32c9cae0-7105-4980-988b-7a600484fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2763 0.005792 10.0.0.240 - - [2026-03-26 03:19:06] "PUT /virtual-machine-interface/32c9cae0-7105-4980-988b-7a600484fcc3 HTTP/1.1" 200 284 0.017832 10.0.0.240 - - [2026-03-26 03:19:06] "POST /neutron/port HTTP/1.1" 200 1126 0.026232 10.0.0.240 - - [2026-03-26 03:19:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009062 10.0.0.240 - - [2026-03-26 03:19:06] "GET /virtual-machine/0a641fc7-72e5-4ce4-b96b-5ae674d4997c HTTP/1.1" 200 1293 0.004006 10.0.0.240 - - [2026-03-26 03:19:06] "GET /virtual-machine-interface/32c9cae0-7105-4980-988b-7a600484fcc3 HTTP/1.1" 200 3034 0.005852 10.0.0.240 - - [2026-03-26 03:19:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003286 10.0.0.240 - - [2026-03-26 03:19:06] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005033 10.0.0.240 - - [2026-03-26 03:19:06] "GET /virtual-networks?parent_id=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004149 10.0.0.240 - - [2026-03-26 03:19:06] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005344 10.0.0.240 - - [2026-03-26 03:19:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000533 10.0.0.240 - - [2026-03-26 03:19:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000343 10.0.0.240 - - [2026-03-26 03:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.240 - - [2026-03-26 03:19:09] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005325 10.0.0.240 - - [2026-03-26 03:19:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.240 - - [2026-03-26 03:19:14] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005678 10.0.0.240 - - [2026-03-26 03:19:15] "POST /neutron/network HTTP/1.1" 200 1124 0.036512 10.0.0.240 - - [2026-03-26 03:19:15] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014166 10.0.0.240 - - [2026-03-26 03:19:15] "POST /neutron/network HTTP/1.1" 200 1114 0.010222 10.0.0.22 - - [2026-03-26 03:19:17] "DELETE /access-control-list/31d42b08-2810-48c7-8d87-209f5850256a HTTP/1.1" 200 115 0.053022 10.0.0.240 - - [2026-03-26 03:19:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.240 - - [2026-03-26 03:19:18] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.004904 10.0.0.65 - - [2026-03-26 03:19:18] "DELETE /project/a53dd520-bcbc-4505-8b95-0438b79dcb21 HTTP/1.1" 404 177 0.004895 10.0.0.65 - - [2026-03-26 03:19:18] "DELETE /project/8b5fb30ac015439490f6c89e5c26307b HTTP/1.1" 404 173 0.004356 10.0.0.240 - - [2026-03-26 03:19:19] "POST /neutron/network HTTP/1.1" 200 1124 0.007229 10.0.0.240 - - [2026-03-26 03:19:19] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013487 10.0.0.240 - - [2026-03-26 03:19:19] "POST /neutron/network HTTP/1.1" 200 1114 0.010719 10.0.0.240 - - [2026-03-26 03:19:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004226 10.0.0.240 - - [2026-03-26 03:19:22] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006649 10.0.0.240 - - [2026-03-26 03:19:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003223 10.0.0.240 - - [2026-03-26 03:19:26] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005421 10.0.0.240 - - [2026-03-26 03:19:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003313 10.0.0.240 - - [2026-03-26 03:19:30] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005676 10.0.0.240 - - [2026-03-26 03:19:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.240 - - [2026-03-26 03:19:34] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.010298 10.0.0.240 - - [2026-03-26 03:19:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.011683 10.0.0.240 - - [2026-03-26 03:19:38] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.016709 10.0.0.240 - - [2026-03-26 03:19:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.240 - - [2026-03-26 03:19:42] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006621 10.0.0.240 - - [2026-03-26 03:19:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.240 - - [2026-03-26 03:19:46] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005965 10.0.0.240 - - [2026-03-26 03:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003326 10.0.0.240 - - [2026-03-26 03:19:50] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005771 10.0.0.240 - - [2026-03-26 03:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.240 - - [2026-03-26 03:19:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003848 10.0.0.240 - - [2026-03-26 03:19:53] "GET /virtual-networks?parent_id=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003455 10.0.0.240 - - [2026-03-26 03:19:53] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006659 10.0.0.240 - - [2026-03-26 03:19:53] "POST /neutron/port HTTP/1.1" 200 1126 0.016459 10.0.0.240 - - [2026-03-26 03:19:56] "POST /neutron/security_group HTTP/1.1" 200 2060 0.031359 10.0.0.240 - - [2026-03-26 03:20:01] "POST /neutron/port HTTP/1.1" 200 1126 0.018332 10.0.0.240 - - [2026-03-26 03:20:03] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008718 10.0.0.240 - - [2026-03-26 03:20:07] "GET /obj-perms HTTP/1.1" 200 5075 0.058512 10.0.0.240 - - [2026-03-26 03:20:13] "POST /fqname-to-id HTTP/1.1" 404 211 0.003668 10.0.0.240 - - [2026-03-26 03:20:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.65 - - [2026-03-26 03:20:13] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002003 10.0.0.240 - - [2026-03-26 03:20:14] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.041885 10.0.0.240 - - [2026-03-26 03:20:14] "POST /service-instances HTTP/1.1" 200 547 0.035596 10.0.0.240 - - [2026-03-26 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003210 10.0.0.240 - - [2026-03-26 03:20:14] "GET /service-instance/49bdab12-db76-46e5-8505-b13112c33149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006699 10.0.0.240 - - [2026-03-26 03:20:14] "POST /port-tuples HTTP/1.1" 200 590 0.042153 10.0.0.240 - - [2026-03-26 03:20:14] "GET /virtual-machine-interface/32c9cae0-7105-4980-988b-7a600484fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2813 0.008550 10.0.0.240 - - [2026-03-26 03:20:14] "PUT /virtual-machine-interface/32c9cae0-7105-4980-988b-7a600484fcc3 HTTP/1.1" 200 284 0.017367 10.0.0.240 - - [2026-03-26 03:20:14] "POST /ref-update HTTP/1.1" 200 156 0.017781 10.0.0.22 - - [2026-03-26 03:20:14] "POST /instance-ips HTTP/1.1" 200 373 0.050410 10.0.0.240 - - [2026-03-26 03:20:14] "POST /neutron/port HTTP/1.1" 200 1126 0.036436 10.0.0.22 - - [2026-03-26 03:20:14] "POST /ref-relax-for-delete HTTP/1.1" 200 156 0.020488 10.0.0.240 - - [2026-03-26 03:20:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013340 10.0.0.22 - - [2026-03-26 03:20:14] "POST /ref-update HTTP/1.1" 200 156 0.030286 10.0.0.240 - - [2026-03-26 03:20:14] "GET /virtual-machine/88950546-7c88-45a8-a1f3-905d2955215e HTTP/1.1" 200 1294 0.006597 10.0.0.240 - - [2026-03-26 03:20:14] "GET /virtual-machine-interface/cd982dd1-b902-4864-8ba9-c5207794348c HTTP/1.1" 200 2958 0.005267 10.0.0.240 - - [2026-03-26 03:20:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.240 - - [2026-03-26 03:20:14] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003750 10.0.0.240 - - [2026-03-26 03:20:14] "GET /virtual-networks?parent_id=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003099 10.0.0.240 - - [2026-03-26 03:20:14] "GET /virtual-network/12203dc9-b481-45e5-906f-28a9bc20f7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.005511 10.0.0.240 - - [2026-03-26 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003518 10.0.0.240 - - [2026-03-26 03:20:16] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004208 10.0.0.240 - - [2026-03-26 03:20:16] "GET /virtual-networks?parent_id=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003677 10.0.0.240 - - [2026-03-26 03:20:16] "GET /virtual-network/12203dc9-b481-45e5-906f-28a9bc20f7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006012 10.0.0.240 - - [2026-03-26 03:20:16] "POST /neutron/port HTTP/1.1" 200 1122 0.018016 10.0.0.240 - - [2026-03-26 03:20:16] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008407 10.0.0.240 - - [2026-03-26 03:20:16] "POST /neutron/port HTTP/1.1" 200 1109 0.018250 10.0.0.240 - - [2026-03-26 03:20:16] "GET /virtual-machine/4967c332-ccbd-4628-8b90-2161a46bddb7 HTTP/1.1" 200 1294 0.006811 10.0.0.240 - - [2026-03-26 03:20:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003690 10.0.0.240 - - [2026-03-26 03:20:16] "GET /virtual-machine-interface/75df41c2-f183-4866-bcc9-645f1d83f847 HTTP/1.1" 200 2960 0.005807 10.0.0.240 - - [2026-03-26 03:20:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003065 10.0.0.240 - - [2026-03-26 03:20:16] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004591 10.0.0.240 - - [2026-03-26 03:20:16] "GET /virtual-networks?parent_id=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.002996 10.0.0.240 - - [2026-03-26 03:20:16] "POST /neutron/network HTTP/1.1" 200 929 0.006011 10.0.0.240 - - [2026-03-26 03:20:16] "GET /virtual-network/6c0f3091-8384-4cd2-901a-9bcc8b3bff8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.005990 10.0.0.240 - - [2026-03-26 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003185 10.0.0.240 - - [2026-03-26 03:20:17] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003971 10.0.0.240 - - [2026-03-26 03:20:17] "GET /virtual-networks?parent_id=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003728 10.0.0.240 - - [2026-03-26 03:20:17] "GET /virtual-network/6c0f3091-8384-4cd2-901a-9bcc8b3bff8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006632 10.0.0.240 - - [2026-03-26 03:20:17] "POST /fqname-to-id HTTP/1.1" 404 215 0.003586 10.0.0.240 - - [2026-03-26 03:20:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003145 10.0.0.65 - - [2026-03-26 03:20:18] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001094 10.0.0.240 - - [2026-03-26 03:20:18] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.045451 10.0.0.240 - - [2026-03-26 03:20:18] "POST /network-policys HTTP/1.1" 200 551 0.029315 10.0.0.240 - - [2026-03-26 03:20:18] "GET /network-policy/63965d93-fcda-499d-8354-639243c637fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.005968 10.0.0.240 - - [2026-03-26 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.005306 10.0.0.240 - - [2026-03-26 03:20:18] "GET /virtual-network/12203dc9-b481-45e5-906f-28a9bc20f7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006222 10.0.0.240 - - [2026-03-26 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003277 10.0.0.240 - - [2026-03-26 03:20:18] "GET /network-policy/63965d93-fcda-499d-8354-639243c637fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.003983 10.0.0.240 - - [2026-03-26 03:20:18] "POST /ref-update HTTP/1.1" 200 156 0.053787 10.0.0.240 - - [2026-03-26 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.006633 10.0.0.22 - - [2026-03-26 03:20:18] "POST /ref-update HTTP/1.1" 200 156 0.029460 10.0.0.240 - - [2026-03-26 03:20:18] "GET /network-policy/63965d93-fcda-499d-8354-639243c637fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004289 10.0.0.240 - - [2026-03-26 03:20:18] "GET /virtual-network/12203dc9-b481-45e5-906f-28a9bc20f7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.009810 10.0.0.240 - - [2026-03-26 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003171 10.0.0.240 - - [2026-03-26 03:20:18] "GET /network-policy/63965d93-fcda-499d-8354-639243c637fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.003652 10.0.0.240 - - [2026-03-26 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003482 10.0.0.240 - - [2026-03-26 03:20:18] "GET /virtual-network/6c0f3091-8384-4cd2-901a-9bcc8b3bff8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.006693 10.0.0.240 - - [2026-03-26 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.240 - - [2026-03-26 03:20:18] "GET /network-policy/63965d93-fcda-499d-8354-639243c637fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004309 10.0.0.240 - - [2026-03-26 03:20:18] "POST /ref-update HTTP/1.1" 200 156 0.066029 10.0.0.240 - - [2026-03-26 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.015696 10.0.0.22 - - [2026-03-26 03:20:18] "POST /ref-update HTTP/1.1" 200 156 0.038110 10.0.0.240 - - [2026-03-26 03:20:18] "GET /network-policy/63965d93-fcda-499d-8354-639243c637fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.005351 10.0.0.240 - - [2026-03-26 03:20:18] "GET /virtual-network/6c0f3091-8384-4cd2-901a-9bcc8b3bff8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2353 0.008246 10.0.0.240 - - [2026-03-26 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.240 - - [2026-03-26 03:20:18] "GET /network-policy/63965d93-fcda-499d-8354-639243c637fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004640 10.0.0.240 - - [2026-03-26 03:20:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003095 10.0.0.240 - - [2026-03-26 03:20:19] "GET /service-template/b431a11c-dee9-4514-bff2-74f79f1fd001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1644 0.005490 10.0.0.240 - - [2026-03-26 03:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.65 - - [2026-03-26 03:20:19] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001408 10.0.0.240 - - [2026-03-26 03:20:19] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.047063 10.0.0.240 - - [2026-03-26 03:20:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.240 - - [2026-03-26 03:20:19] "GET /service-instance/49bdab12-db76-46e5-8505-b13112c33149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2542 0.007401 10.0.0.240 - - [2026-03-26 03:20:19] "POST /neutron/port HTTP/1.1" 200 1109 0.048814 10.0.0.240 - - [2026-03-26 03:20:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003990 10.0.0.240 - - [2026-03-26 03:20:19] "POST /neutron/network HTTP/1.1" 200 929 0.007292 10.0.0.240 - - [2026-03-26 03:20:19] "POST /neutron/port HTTP/1.1" 200 1384 0.029917 10.0.0.240 - - [2026-03-26 03:20:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007254 10.0.0.240 - - [2026-03-26 03:20:19] "POST /neutron/network HTTP/1.1" 200 822 0.018384 10.0.0.240 - - [2026-03-26 03:20:20] "POST /id-to-fqname HTTP/1.1" 200 233 0.001390 10.0.0.240 - - [2026-03-26 03:20:20] "GET /virtual-machine/0a641fc7-72e5-4ce4-b96b-5ae674d4997c HTTP/1.1" 200 1293 0.004451 10.0.0.240 - - [2026-03-26 03:20:20] "GET /virtual-machine-interface/32c9cae0-7105-4980-988b-7a600484fcc3 HTTP/1.1" 200 3890 0.007116 10.0.0.240 - - [2026-03-26 03:20:20] "GET /instance-ip/0debad8e-af9c-45a0-9a58-1d8c58ebdaff HTTP/1.1" 200 1635 0.007063 10.0.0.240 - - [2026-03-26 03:20:20] "GET /instance-ip/14f550fa-80fc-4726-b556-ee57c080617b HTTP/1.1" 200 1964 0.004092 10.0.0.240 - - [2026-03-26 03:20:20] "GET /instance-ip/42e640af-73a1-421c-a0a6-b51ca13b905e HTTP/1.1" 200 1962 0.005744 10.0.0.240 - - [2026-03-26 03:20:20] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008405 10.0.0.240 - - [2026-03-26 03:20:20] "GET /virtual-machine/0a641fc7-72e5-4ce4-b96b-5ae674d4997c HTTP/1.1" 200 1293 0.004847 10.0.0.240 - - [2026-03-26 03:20:20] "GET /virtual-machine-interface/32c9cae0-7105-4980-988b-7a600484fcc3 HTTP/1.1" 200 3890 0.005752 10.0.0.240 - - [2026-03-26 03:20:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.240 - - [2026-03-26 03:20:20] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004350 10.0.0.240 - - [2026-03-26 03:20:20] "GET /virtual-networks?parent_id=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003445 10.0.0.240 - - [2026-03-26 03:20:20] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007823 10.0.0.240 - - [2026-03-26 03:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004687 10.0.0.240 - - [2026-03-26 03:20:21] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004174 10.0.0.240 - - [2026-03-26 03:20:21] "GET /virtual-networks?parent_id=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004540 10.0.0.240 - - [2026-03-26 03:20:21] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005934 10.0.0.240 - - [2026-03-26 03:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.240 - - [2026-03-26 03:20:21] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004381 10.0.0.240 - - [2026-03-26 03:20:21] "GET /virtual-networks?parent_id=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.004143 10.0.0.240 - - [2026-03-26 03:20:21] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005381 10.0.0.240 - - [2026-03-26 03:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.240 - - [2026-03-26 03:20:21] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004844 10.0.0.240 - - [2026-03-26 03:20:21] "GET /virtual-networks?parent_id=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003067 10.0.0.240 - - [2026-03-26 03:20:21] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.007273 10.0.0.240 - - [2026-03-26 03:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003491 10.0.0.240 - - [2026-03-26 03:20:21] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003815 10.0.0.240 - - [2026-03-26 03:20:21] "GET /virtual-networks?parent_id=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 1275 0.003565 10.0.0.240 - - [2026-03-26 03:20:21] "GET /virtual-network/9c9fe8da-e636-4748-87b1-0be8d6386fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005947 10.0.0.240 - - [2026-03-26 03:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003796 10.0.0.240 - - [2026-03-26 03:20:22] "GET /routing-instance/2d88ee84-8f41-4eab-a883-e86fb8020fd3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.003975 10.0.0.240 - - [2026-03-26 03:20:22] "GET /routing-instance/2d88ee84-8f41-4eab-a883-e86fb8020fd3?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1589 0.005772 10.0.0.240 - - [2026-03-26 03:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.240 - - [2026-03-26 03:20:22] "GET /routing-instance/291fd2f6-e8bc-4324-af2b-4934d98519c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2100 0.004946 10.0.0.240 - - [2026-03-26 03:20:22] "GET /routing-instance/291fd2f6-e8bc-4324-af2b-4934d98519c8?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.006231 10.0.0.240 - - [2026-03-26 03:21:07] "GET /network-policy/63965d93-fcda-499d-8354-639243c637fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2472 0.004639 10.0.0.240 - - [2026-03-26 03:21:07] "PUT /network-policy/63965d93-fcda-499d-8354-639243c637fc HTTP/1.1" 200 262 0.016312 10.0.0.240 - - [2026-03-26 03:21:07] "GET /network-policy/63965d93-fcda-499d-8354-639243c637fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004685 10.0.0.22 - - [2026-03-26 03:21:07] "PUT /access-control-list/ac5f0603-21a1-496a-b320-224746510851 HTTP/1.1" 200 272 0.065513 10.0.0.240 - - [2026-03-26 03:21:07] "POST /neutron/port HTTP/1.1" 200 1384 0.029269 10.0.0.22 - - [2026-03-26 03:21:08] "GET /obj-perms HTTP/1.1" 200 5075 0.070843 10.0.0.240 - - [2026-03-26 03:21:17] "POST /neutron/port HTTP/1.1" 200 1126 0.017210 10.0.0.240 - - [2026-03-26 03:21:17] "POST /neutron/subnet HTTP/1.1" 200 699 0.009151 10.0.0.240 - - [2026-03-26 03:21:19] "POST /neutron/port HTTP/1.1" 200 1122 0.018803 10.0.0.240 - - [2026-03-26 03:21:19] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005179 10.0.0.240 - - [2026-03-26 03:21:19] "POST /neutron/network HTTP/1.1" 200 920 0.007377 10.0.0.240 - - [2026-03-26 03:21:36] "POST /ref-update HTTP/1.1" 200 156 0.060479 10.0.0.240 - - [2026-03-26 03:21:36] "POST /neutron/network HTTP/1.1" 200 828 0.009393 10.0.0.240 - - [2026-03-26 03:21:36] "GET /virtual-network/6c0f3091-8384-4cd2-901a-9bcc8b3bff8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2041 0.009382 10.0.0.240 - - [2026-03-26 03:21:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.240 - - [2026-03-26 03:21:36] "GET /network-policy/63965d93-fcda-499d-8354-639243c637fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.004086 10.0.0.240 - - [2026-03-26 03:21:36] "POST /ref-update HTTP/1.1" 200 156 0.060729 10.0.0.240 - - [2026-03-26 03:21:37] "GET /virtual-network/12203dc9-b481-45e5-906f-28a9bc20f7ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.013699 10.0.0.240 - - [2026-03-26 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003361 10.0.0.240 - - [2026-03-26 03:21:37] "GET /network-policy/63965d93-fcda-499d-8354-639243c637fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3768 0.003921 10.0.0.240 - - [2026-03-26 03:21:37] "DELETE /network-policy/63965d93-fcda-499d-8354-639243c637fc HTTP/1.1" 200 115 0.036982 10.0.0.240 - - [2026-03-26 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.240 - - [2026-03-26 03:21:37] "DELETE /service-instance/49bdab12-db76-46e5-8505-b13112c33149 HTTP/1.1" 200 115 0.053112 10.0.0.22 - - [2026-03-26 03:21:37] "DELETE /access-control-list/ac5f0603-21a1-496a-b320-224746510851 HTTP/1.1" 200 115 0.059677 10.0.0.22 - - [2026-03-26 03:21:37] "DELETE /instance-ip/14f550fa-80fc-4726-b556-ee57c080617b HTTP/1.1" 200 115 0.184186 10.0.0.240 - - [2026-03-26 03:21:37] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003551 10.0.0.240 - - [2026-03-26 03:21:37] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003535 10.0.0.22 - - [2026-03-26 03:21:37] "POST /ref-update HTTP/1.1" 200 156 0.026397 10.0.0.22 - - [2026-03-26 03:21:37] "POST /ref-update HTTP/1.1" 200 156 0.035613 10.0.0.240 - - [2026-03-26 03:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.240 - - [2026-03-26 03:21:37] "DELETE /service-template/b431a11c-dee9-4514-bff2-74f79f1fd001 HTTP/1.1" 200 115 0.046314 10.0.0.240 - - [2026-03-26 03:21:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.004269 10.0.0.65 - - [2026-03-26 03:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.054118 10.0.0.65 - - [2026-03-26 03:21:38] "POST /useragent-kv HTTP/1.1" 200 115 0.003633 10.0.0.240 - - [2026-03-26 03:21:38] "POST /neutron/network HTTP/1.1" 200 151 0.174453 10.0.0.240 - - [2026-03-26 03:21:38] "POST /neutron/network HTTP/1.1" 200 848 0.010162 10.0.0.240 - - [2026-03-26 03:21:38] "POST /neutron/port HTTP/1.1" 200 1126 0.025884 10.0.0.240 - - [2026-03-26 03:21:38] "POST /neutron/port HTTP/1.1" 200 151 0.286628 10.0.0.22 - - [2026-03-26 03:21:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.008118 10.0.0.240 - - [2026-03-26 03:21:39] "POST /neutron/network HTTP/1.1" 200 837 0.008790 10.0.0.22 - - [2026-03-26 03:21:39] "DELETE /route-target/4ea19224-7538-4db6-a139-92251b657f8c HTTP/1.1" 200 115 0.025650 10.0.0.65 - - [2026-03-26 03:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003170 10.0.0.65 - - [2026-03-26 03:21:39] "POST /useragent-kv HTTP/1.1" 200 115 0.005488 10.0.0.240 - - [2026-03-26 03:21:39] "POST /neutron/network HTTP/1.1" 200 151 0.132513 10.0.0.22 - - [2026-03-26 03:21:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.65 - - [2026-03-26 03:21:41] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000925 10.0.0.240 - - [2026-03-26 03:21:41] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.048534 10.0.0.65 - - [2026-03-26 03:21:41] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001857 10.0.0.240 - - [2026-03-26 03:21:41] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?fields=virtual_networks HTTP/1.1" 200 1037 0.040644 10.0.0.65 - - [2026-03-26 03:21:41] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000926 10.0.0.240 - - [2026-03-26 03:21:41] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.039435 10.0.0.65 - - [2026-03-26 03:21:41] "GET /projects?obj_uuids=8b5fb30a-c015-4394-90f6-c89e5c26307b&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000941 10.0.0.240 - - [2026-03-26 03:21:41] "GET /project/8b5fb30a-c015-4394-90f6-c89e5c26307b?fields=security_groups HTTP/1.1" 200 1265 0.051502 10.0.0.240 - - [2026-03-26 03:21:42] "POST /fqname-to-id HTTP/1.1" 404 189 0.030084 10.0.0.65 - - [2026-03-26 03:21:42] "GET /projects?obj_uuids=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002810 10.0.0.65 - - [2026-03-26 03:21:42] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000990 10.0.0.65 - - [2026-03-26 03:21:42] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.036905 10.0.0.65 - - [2026-03-26 03:21:43] "POST /id-to-fqname HTTP/1.1" 200 191 0.001627 10.0.0.65 - - [2026-03-26 03:21:43] "POST /fqname-to-id HTTP/1.1" 404 200 0.012304 10.0.0.65 - - [2026-03-26 03:21:43] "POST /security-groups HTTP/1.1" 200 592 0.077803 10.0.0.65 - - [2026-03-26 03:21:43] "POST /projects HTTP/1.1" 200 587 0.297564 10.0.0.22 - - [2026-03-26 03:21:43] "POST /access-control-lists HTTP/1.1" 200 597 0.029558 10.0.0.65 - - [2026-03-26 03:21:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.369382 10.0.0.240 - - [2026-03-26 03:21:43] "GET /project/0a48bcb5-5cca-403d-aaf9-95d8022e48a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.548234 10.0.0.240 - - [2026-03-26 03:21:44] "GET / HTTP/1.1" 200 35931 0.002160 10.0.0.240 - - [2026-03-26 03:21:46] "GET /project/0a48bcb5-5cca-403d-aaf9-95d8022e48a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000499 10.0.0.65 - - [2026-03-26 03:21:47] "GET /projects?obj_uuids=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001292 10.0.0.240 - - [2026-03-26 03:21:47] "GET /project/0a48bcb5-5cca-403d-aaf9-95d8022e48a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.068964 10.0.0.240 - - [2026-03-26 03:21:47] "POST /fqname-to-id HTTP/1.1" 404 180 0.003500 10.0.0.240 - - [2026-03-26 03:21:47] "POST /virtual-DNSs HTTP/1.1" 200 507 0.034279 10.0.0.240 - - [2026-03-26 03:21:47] "GET /virtual-DNS/c89bcdba-57d6-43c2-99a8-d1f2b79230ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.006968 10.0.0.240 - - [2026-03-26 03:21:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004055 10.0.0.240 - - [2026-03-26 03:21:47] "GET /virtual-DNS/c89bcdba-57d6-43c2-99a8-d1f2b79230ae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004142 10.0.0.240 - - [2026-03-26 03:21:47] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003434 10.0.0.240 - - [2026-03-26 03:21:48] "POST /network-ipams HTTP/1.1" 200 514 0.030415 10.0.0.240 - - [2026-03-26 03:21:48] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 751 0.003062 10.0.0.240 - - [2026-03-26 03:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.240 - - [2026-03-26 03:21:48] "GET /network-ipam/88d4f98f-da12-4bb4-904b-af3d489a9119?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.006585 10.0.0.240 - - [2026-03-26 03:21:48] "PUT /network-ipam/88d4f98f-da12-4bb4-904b-af3d489a9119 HTTP/1.1" 200 258 0.015013 10.0.0.240 - - [2026-03-26 03:21:48] "POST /ref-update HTTP/1.1" 200 156 0.013668 10.0.0.240 - - [2026-03-26 03:21:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.65 - - [2026-03-26 03:21:48] "GET /projects?obj_uuids=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001060 10.0.0.240 - - [2026-03-26 03:21:48] "GET /project/0a48bcb5-5cca-403d-aaf9-95d8022e48a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.043580 10.0.0.240 - - [2026-03-26 03:21:48] "POST /neutron/network HTTP/1.1" 200 117 0.041532 10.0.0.22 - - [2026-03-26 03:21:48] "POST /route-targets HTTP/1.1" 200 327 0.038715 10.0.0.240 - - [2026-03-26 03:21:49] "POST /neutron/network HTTP/1.1" 200 833 0.008686 10.0.0.240 - - [2026-03-26 03:21:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001208 10.0.0.240 - - [2026-03-26 03:21:49] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005260 10.0.0.240 - - [2026-03-26 03:21:49] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008096 10.0.0.240 - - [2026-03-26 03:21:49] "POST /neutron/subnet HTTP/1.1" 200 711 0.008694 10.0.0.240 - - [2026-03-26 03:21:49] "POST /id-to-fqname HTTP/1.1" 200 227 0.001217 10.0.0.240 - - [2026-03-26 03:21:49] "POST /neutron/port HTTP/1.1" 200 4196 0.029565 10.0.0.65 - - [2026-03-26 03:21:50] "GET /projects?obj_uuids=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.240 - - [2026-03-26 03:21:50] "GET /project/0a48bcb5-5cca-403d-aaf9-95d8022e48a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.071801 10.0.0.240 - - [2026-03-26 03:21:50] "POST /neutron/port HTTP/1.1" 200 4196 0.035658 10.0.0.240 - - [2026-03-26 03:21:50] "POST /neutron/network HTTP/1.1" 200 843 0.007743 10.0.0.240 - - [2026-03-26 03:21:51] "POST /neutron/port HTTP/1.1" 200 1058 0.017238 10.0.0.240 - - [2026-03-26 03:21:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003696 10.0.0.240 - - [2026-03-26 03:21:51] "POST /neutron/network HTTP/1.1" 200 833 0.006768 10.0.0.240 - - [2026-03-26 03:21:55] "POST /neutron/port HTTP/1.1" 200 1122 0.017913 10.0.0.240 - - [2026-03-26 03:21:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007492 10.0.0.240 - - [2026-03-26 03:21:55] "GET /virtual-machine/7accf7cb-a1eb-4bf8-98f4-54f4b50db58d HTTP/1.1" 401 293 0.000458 10.0.0.240 - - [2026-03-26 03:21:56] "GET /virtual-machine/7accf7cb-a1eb-4bf8-98f4-54f4b50db58d HTTP/1.1" 200 1293 0.036349 10.0.0.240 - - [2026-03-26 03:21:56] "GET /virtual-machine-interface/9d8b5270-746a-4505-98ee-f9efb59a6029 HTTP/1.1" 200 2965 0.005455 10.0.0.240 - - [2026-03-26 03:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.240 - - [2026-03-26 03:21:56] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003873 10.0.0.240 - - [2026-03-26 03:21:56] "GET /virtual-networks?parent_id=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002691 10.0.0.240 - - [2026-03-26 03:21:56] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006785 10.0.0.240 - - [2026-03-26 03:21:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.240 - - [2026-03-26 03:21:59] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005531 10.0.0.240 - - [2026-03-26 03:22:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.240 - - [2026-03-26 03:22:03] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006228 10.0.0.22 - - [2026-03-26 03:22:04] "DELETE /access-control-list/cd6a493c-bc0b-47c2-b5a6-90d1b160a2b1 HTTP/1.1" 200 115 0.049031 10.0.0.240 - - [2026-03-26 03:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.240 - - [2026-03-26 03:22:07] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005415 10.0.0.240 - - [2026-03-26 03:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004172 10.0.0.240 - - [2026-03-26 03:22:11] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007827 10.0.0.240 - - [2026-03-26 03:22:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.240 - - [2026-03-26 03:22:15] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006238 10.0.0.65 - - [2026-03-26 03:22:18] "DELETE /project/0a48bcb55cca403daaf995d8022e48a5 HTTP/1.1" 404 173 0.003243 10.0.0.65 - - [2026-03-26 03:22:18] "DELETE /project/8b5fb30a-c015-4394-90f6-c89e5c26307b HTTP/1.1" 404 177 0.006249 10.0.0.240 - - [2026-03-26 03:22:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.240 - - [2026-03-26 03:22:19] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005795 10.0.0.240 - - [2026-03-26 03:22:20] "POST /neutron/network HTTP/1.1" 200 1124 0.007858 10.0.0.240 - - [2026-03-26 03:22:20] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013571 10.0.0.240 - - [2026-03-26 03:22:20] "POST /neutron/network HTTP/1.1" 200 1114 0.011119 10.0.0.240 - - [2026-03-26 03:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004992 10.0.0.240 - - [2026-03-26 03:22:24] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005864 10.0.0.240 - - [2026-03-26 03:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.240 - - [2026-03-26 03:22:28] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005918 10.0.0.240 - - [2026-03-26 03:22:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.240 - - [2026-03-26 03:22:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003552 10.0.0.240 - - [2026-03-26 03:22:30] "GET /virtual-networks?parent_id=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003073 10.0.0.240 - - [2026-03-26 03:22:30] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005613 10.0.0.240 - - [2026-03-26 03:22:35] "POST /neutron/port HTTP/1.1" 200 1122 0.024035 10.0.0.240 - - [2026-03-26 03:22:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007301 10.0.0.240 - - [2026-03-26 03:22:45] "POST /neutron/port HTTP/1.1" 200 1122 0.017409 10.0.0.65 - - [2026-03-26 03:23:09] "GET /obj-perms HTTP/1.1" 200 5075 0.056902 10.0.0.240 - - [2026-03-26 03:23:13] "POST /neutron/network HTTP/1.1" 200 833 0.006505 10.0.0.240 - - [2026-03-26 03:23:13] "POST /id-to-fqname HTTP/1.1" 200 227 0.001147 10.0.0.240 - - [2026-03-26 03:23:13] "POST /neutron/network HTTP/1.1" 200 843 0.006731 10.0.0.65 - - [2026-03-26 03:23:14] "GET /projects?obj_uuids=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.240 - - [2026-03-26 03:23:14] "GET /project/0a48bcb5-5cca-403d-aaf9-95d8022e48a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.072898 10.0.0.240 - - [2026-03-26 03:23:14] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008758 10.0.0.240 - - [2026-03-26 03:23:14] "POST /neutron/network HTTP/1.1" 200 843 0.008023 10.0.0.240 - - [2026-03-26 03:23:15] "POST /neutron/port HTTP/1.1" 200 1058 0.019189 10.0.0.240 - - [2026-03-26 03:23:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003924 10.0.0.240 - - [2026-03-26 03:23:15] "POST /neutron/network HTTP/1.1" 200 833 0.006373 10.0.0.240 - - [2026-03-26 03:23:18] "POST /neutron/network HTTP/1.1" 200 1124 0.007682 10.0.0.240 - - [2026-03-26 03:23:18] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015002 10.0.0.240 - - [2026-03-26 03:23:19] "POST /neutron/network HTTP/1.1" 200 1114 0.009008 10.0.0.240 - - [2026-03-26 03:23:19] "POST /neutron/port HTTP/1.1" 200 1122 0.018998 10.0.0.240 - - [2026-03-26 03:23:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008771 10.0.0.240 - - [2026-03-26 03:23:19] "GET /virtual-machine/408b210d-b562-4b7f-9bdc-34013b0c26f7 HTTP/1.1" 200 1293 0.007077 10.0.0.240 - - [2026-03-26 03:23:19] "GET /virtual-machine-interface/f1a03392-ea71-4437-8ddc-aa6b594aca93 HTTP/1.1" 200 2965 0.005687 10.0.0.240 - - [2026-03-26 03:23:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003260 10.0.0.240 - - [2026-03-26 03:23:19] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003991 10.0.0.240 - - [2026-03-26 03:23:19] "GET /virtual-networks?parent_id=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003391 10.0.0.240 - - [2026-03-26 03:23:19] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005978 10.0.0.240 - - [2026-03-26 03:23:22] "POST /neutron/network HTTP/1.1" 200 939 0.006574 10.0.0.240 - - [2026-03-26 03:23:22] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.240 - - [2026-03-26 03:23:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.240 - - [2026-03-26 03:23:23] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006193 10.0.0.240 - - [2026-03-26 03:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.240 - - [2026-03-26 03:23:27] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005429 10.0.0.240 - - [2026-03-26 03:23:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004159 10.0.0.240 - - [2026-03-26 03:23:31] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006418 10.0.0.240 - - [2026-03-26 03:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003330 10.0.0.240 - - [2026-03-26 03:23:35] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005312 10.0.0.240 - - [2026-03-26 03:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.240 - - [2026-03-26 03:23:39] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007484 10.0.0.240 - - [2026-03-26 03:23:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.240 - - [2026-03-26 03:23:43] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.004952 10.0.0.240 - - [2026-03-26 03:23:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003104 10.0.0.240 - - [2026-03-26 03:23:47] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005081 10.0.0.240 - - [2026-03-26 03:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.240 - - [2026-03-26 03:23:51] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005319 10.0.0.240 - - [2026-03-26 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003170 10.0.0.240 - - [2026-03-26 03:23:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003982 10.0.0.240 - - [2026-03-26 03:23:53] "GET /virtual-networks?parent_id=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.002827 10.0.0.240 - - [2026-03-26 03:23:53] "GET /virtual-network/c6509405-a72a-4b18-a156-e0fa030645d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007383 10.0.0.240 - - [2026-03-26 03:23:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006726 10.0.0.240 - - [2026-03-26 03:24:01] "POST /neutron/port HTTP/1.1" 200 1122 0.020156 10.0.0.22 - - [2026-03-26 03:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.22 - - [2026-03-26 03:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.22 - - [2026-03-26 03:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.22 - - [2026-03-26 03:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.65 - - [2026-03-26 03:24:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000557 10.0.0.65 - - [2026-03-26 03:24:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.240 - - [2026-03-26 03:24:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007838 10.0.0.65 - - [2026-03-26 03:24:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.65 - - [2026-03-26 03:24:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000500 10.0.0.240 - - [2026-03-26 03:24:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.240 - - [2026-03-26 03:24:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.240 - - [2026-03-26 03:24:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.240 - - [2026-03-26 03:24:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000326 10.0.0.240 - - [2026-03-26 03:24:19] "POST /neutron/network HTTP/1.1" 200 939 0.035270 10.0.0.240 - - [2026-03-26 03:24:20] "POST /neutron/port HTTP/1.1" 200 117 0.001154 10.0.0.240 - - [2026-03-26 03:24:23] "POST /neutron/port HTTP/1.1" 200 1219 0.017583 10.0.0.240 - - [2026-03-26 03:24:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004368 10.0.0.240 - - [2026-03-26 03:24:23] "POST /neutron/port HTTP/1.1" 200 117 0.001123 10.0.0.240 - - [2026-03-26 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.005872 10.0.0.240 - - [2026-03-26 03:24:38] "DELETE /virtual-DNS/c89bcdba-57d6-43c2-99a8-d1f2b79230ae HTTP/1.1" 409 235 0.020802 10.0.0.240 - - [2026-03-26 03:24:38] "POST /fqname-to-id HTTP/1.1" 404 192 0.003493 10.0.0.240 - - [2026-03-26 03:24:38] "POST /virtual-DNS-records HTTP/1.1" 200 531 0.029252 10.0.0.240 - - [2026-03-26 03:24:38] "GET /virtual-DNS-record/f93b2b92-9c26-4ef6-a752-8244d468bb82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.006597 10.0.0.240 - - [2026-03-26 03:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.240 - - [2026-03-26 03:24:38] "GET /virtual-DNS-record/f93b2b92-9c26-4ef6-a752-8244d468bb82?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1337 0.004739 10.0.0.240 - - [2026-03-26 03:24:45] "DELETE /virtual-DNS-record/f93b2b92-9c26-4ef6-a752-8244d468bb82 HTTP/1.1" 200 115 0.029602 10.0.0.240 - - [2026-03-26 03:24:45] "POST /fqname-to-id HTTP/1.1" 404 184 0.003048 10.0.0.240 - - [2026-03-26 03:24:45] "POST /neutron/network HTTP/1.1" 400 204 0.013118 10.0.0.240 - - [2026-03-26 03:24:45] "POST /neutron/port HTTP/1.1" 200 151 0.214722 10.0.0.240 - - [2026-03-26 03:24:46] "POST /neutron/port HTTP/1.1" 200 151 0.209978 10.0.0.240 - - [2026-03-26 03:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.006425 10.0.0.240 - - [2026-03-26 03:24:47] "DELETE /network-ipam/88d4f98f-da12-4bb4-904b-af3d489a9119 HTTP/1.1" 200 115 0.071921 10.0.0.240 - - [2026-03-26 03:24:47] "DELETE /virtual-DNS/c89bcdba-57d6-43c2-99a8-d1f2b79230ae HTTP/1.1" 200 115 0.047866 10.0.0.240 - - [2026-03-26 03:24:47] "POST /fqname-to-id HTTP/1.1" 404 180 0.014388 10.0.0.65 - - [2026-03-26 03:24:49] "GET /projects?obj_uuids=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001151 10.0.0.240 - - [2026-03-26 03:24:49] "GET /project/0a48bcb5-5cca-403d-aaf9-95d8022e48a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1366 0.075416 10.0.0.65 - - [2026-03-26 03:24:49] "GET /projects?obj_uuids=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000923 10.0.0.240 - - [2026-03-26 03:24:49] "GET /project/0a48bcb5-5cca-403d-aaf9-95d8022e48a5?fields=virtual_networks HTTP/1.1" 200 1033 0.050514 10.0.0.65 - - [2026-03-26 03:24:49] "GET /projects?obj_uuids=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001001 10.0.0.240 - - [2026-03-26 03:24:49] "GET /project/0a48bcb5-5cca-403d-aaf9-95d8022e48a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.040536 10.0.0.65 - - [2026-03-26 03:24:49] "GET /projects?obj_uuids=0a48bcb5-5cca-403d-aaf9-95d8022e48a5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002100 10.0.0.240 - - [2026-03-26 03:24:49] "GET /project/0a48bcb5-5cca-403d-aaf9-95d8022e48a5?fields=security_groups HTTP/1.1" 200 1260 0.057268 10.0.0.240 - - [2026-03-26 03:24:50] "POST /fqname-to-id HTTP/1.1" 404 189 0.027385 10.0.0.65 - - [2026-03-26 03:24:50] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003890 10.0.0.65 - - [2026-03-26 03:24:50] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001618 10.0.0.65 - - [2026-03-26 03:24:50] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007899 10.0.0.65 - - [2026-03-26 03:24:50] "POST /id-to-fqname HTTP/1.1" 200 191 0.004608 10.0.0.65 - - [2026-03-26 03:24:50] "POST /fqname-to-id HTTP/1.1" 404 200 0.007376 10.0.0.65 - - [2026-03-26 03:24:50] "POST /security-groups HTTP/1.1" 200 592 0.073486 10.0.0.65 - - [2026-03-26 03:24:50] "POST /projects HTTP/1.1" 200 587 0.283737 10.0.0.22 - - [2026-03-26 03:24:50] "POST /fqname-to-id HTTP/1.1" 404 235 0.038155 10.0.0.65 - - [2026-03-26 03:24:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.355844 10.0.0.22 - - [2026-03-26 03:24:50] "POST /access-control-lists HTTP/1.1" 200 595 0.030177 10.0.0.240 - - [2026-03-26 03:24:50] "GET /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.530486 10.0.0.240 - - [2026-03-26 03:24:52] "GET / HTTP/1.1" 200 35931 0.001780 10.0.0.240 - - [2026-03-26 03:24:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000390 10.0.0.240 - - [2026-03-26 03:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.055267 10.0.0.65 - - [2026-03-26 03:24:54] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001151 10.0.0.240 - - [2026-03-26 03:24:54] "GET /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050196 10.0.0.240 - - [2026-03-26 03:24:54] "POST /neutron/network HTTP/1.1" 200 117 0.045411 10.0.0.240 - - [2026-03-26 03:24:54] "POST /neutron/network HTTP/1.1" 200 829 0.008482 10.0.0.240 - - [2026-03-26 03:24:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001117 10.0.0.240 - - [2026-03-26 03:24:54] "GET /virtual-network/ab961aba-261a-4d1a-bf63-6ca1a7574c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005062 10.0.0.240 - - [2026-03-26 03:24:55] "GET /virtual-network/ab961aba-261a-4d1a-bf63-6ca1a7574c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005243 10.0.0.240 - - [2026-03-26 03:24:55] "POST /neutron/subnet HTTP/1.1" 200 734 0.010507 10.0.0.240 - - [2026-03-26 03:24:55] "GET /virtual-network/ab961aba-261a-4d1a-bf63-6ca1a7574c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006825 10.0.0.240 - - [2026-03-26 03:24:56] "GET /obj-perms HTTP/1.1" 200 5051 0.054988 10.0.0.22 - - [2026-03-26 03:24:56] "GET /obj-perms HTTP/1.1" 200 5051 0.050918 10.0.0.240 - - [2026-03-26 03:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003100 10.0.0.65 - - [2026-03-26 03:24:57] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001157 10.0.0.240 - - [2026-03-26 03:24:57] "GET /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.032404 10.0.0.22 - - [2026-03-26 03:24:57] "POST /route-targets HTTP/1.1" 200 327 0.014224 10.0.0.65 - - [2026-03-26 03:24:57] "POST /useragent-kv HTTP/1.1" 200 115 0.005913 10.0.0.240 - - [2026-03-26 03:24:57] "POST /neutron/subnet HTTP/1.1" 200 724 0.202062 10.0.0.240 - - [2026-03-26 03:24:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001373 10.0.0.240 - - [2026-03-26 03:24:57] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005258 10.0.0.240 - - [2026-03-26 03:24:57] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005186 10.0.0.240 - - [2026-03-26 03:24:57] "POST /neutron/network HTTP/1.1" 200 827 0.006729 10.0.0.240 - - [2026-03-26 03:24:57] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007421 10.0.0.65 - - [2026-03-26 03:24:58] "GET /obj-perms HTTP/1.1" 200 5051 0.051066 10.0.0.240 - - [2026-03-26 03:24:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001388 10.0.0.22 - - [2026-03-26 03:25:05] "DELETE /access-control-list/b1331a45-a612-4bab-b7e0-e86c1c42d361 HTTP/1.1" 200 115 0.046964 10.0.0.240 - - [2026-03-26 03:25:15] "POST /neutron/network HTTP/1.1" 200 837 0.007995 10.0.0.65 - - [2026-03-26 03:25:15] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001104 10.0.0.240 - - [2026-03-26 03:25:15] "GET /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.075994 10.0.0.240 - - [2026-03-26 03:25:16] "POST /neutron/port HTTP/1.1" 200 117 0.006917 10.0.0.240 - - [2026-03-26 03:25:16] "POST /id-to-fqname HTTP/1.1" 200 222 0.001309 10.0.0.240 - - [2026-03-26 03:25:16] "POST /neutron/network HTTP/1.1" 200 837 0.006480 10.0.0.240 - - [2026-03-26 03:25:17] "POST /neutron/port HTTP/1.1" 200 1061 0.036692 10.0.0.65 - - [2026-03-26 03:25:17] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001018 10.0.0.240 - - [2026-03-26 03:25:17] "GET /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.132636 10.0.0.240 - - [2026-03-26 03:25:17] "POST /neutron/port HTTP/1.1" 200 1125 0.043663 10.0.0.240 - - [2026-03-26 03:25:17] "POST /neutron/port HTTP/1.1" 200 5168 0.156498 10.0.0.240 - - [2026-03-26 03:25:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017030 10.0.0.240 - - [2026-03-26 03:25:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.015361 10.0.0.65 - - [2026-03-26 03:25:18] "DELETE /project/0a48bcb5-5cca-403d-aaf9-95d8022e48a5 HTTP/1.1" 404 177 0.004165 10.0.0.65 - - [2026-03-26 03:25:18] "DELETE /project/bb20ba7d119947f28c4517e93d0f2634 HTTP/1.1" 404 173 0.014049 10.0.0.240 - - [2026-03-26 03:25:19] "POST /neutron/port HTTP/1.1" 200 1063 0.073448 10.0.0.240 - - [2026-03-26 03:25:19] "POST /neutron/port HTTP/1.1" 200 1127 0.045137 10.0.0.240 - - [2026-03-26 03:25:19] "POST /neutron/port HTTP/1.1" 200 117 0.004564 10.0.0.240 - - [2026-03-26 03:25:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017995 10.0.0.240 - - [2026-03-26 03:25:25] "POST /neutron/network HTTP/1.1" 200 939 0.020465 10.0.0.240 - - [2026-03-26 03:25:25] "POST /neutron/port HTTP/1.1" 200 117 0.001075 10.0.0.240 - - [2026-03-26 03:25:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010422 10.0.0.240 - - [2026-03-26 03:25:38] "POST /neutron/port HTTP/1.1" 200 1125 0.018283 10.0.0.240 - - [2026-03-26 03:25:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008206 10.0.0.240 - - [2026-03-26 03:25:54] "POST /neutron/port HTTP/1.1" 200 1125 0.018208 10.0.0.240 - - [2026-03-26 03:25:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008324 10.0.0.240 - - [2026-03-26 03:25:54] "GET /virtual-machine/72f53692-fefd-4b01-b022-c93b969643be HTTP/1.1" 401 293 0.000396 10.0.0.240 - - [2026-03-26 03:25:54] "GET /virtual-machine/72f53692-fefd-4b01-b022-c93b969643be HTTP/1.1" 200 1293 0.031400 10.0.0.240 - - [2026-03-26 03:25:54] "GET /virtual-machine-interface/04f32691-f5e4-4d48-8c7d-2872915d5c22 HTTP/1.1" 200 2948 0.005577 10.0.0.240 - - [2026-03-26 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003356 10.0.0.240 - - [2026-03-26 03:25:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004555 10.0.0.240 - - [2026-03-26 03:25:54] "GET /virtual-networks?parent_id=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003415 10.0.0.240 - - [2026-03-26 03:25:54] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006076 10.0.0.240 - - [2026-03-26 03:25:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.240 - - [2026-03-26 03:25:57] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005235 10.0.0.240 - - [2026-03-26 03:26:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.240 - - [2026-03-26 03:26:01] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006488 10.0.0.240 - - [2026-03-26 03:26:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.240 - - [2026-03-26 03:26:06] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005544 10.0.0.240 - - [2026-03-26 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.240 - - [2026-03-26 03:26:10] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005378 10.0.0.240 - - [2026-03-26 03:26:13] "GET /obj-perms HTTP/1.1" 200 5075 0.064466 10.0.0.240 - - [2026-03-26 03:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.240 - - [2026-03-26 03:26:14] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004752 10.0.0.240 - - [2026-03-26 03:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.240 - - [2026-03-26 03:26:18] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006238 10.0.0.240 - - [2026-03-26 03:26:20] "POST /neutron/port HTTP/1.1" 200 1219 0.020833 10.0.0.240 - - [2026-03-26 03:26:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004169 10.0.0.240 - - [2026-03-26 03:26:21] "POST /neutron/port HTTP/1.1" 200 117 0.001054 10.0.0.240 - - [2026-03-26 03:26:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.240 - - [2026-03-26 03:26:22] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005456 10.0.0.240 - - [2026-03-26 03:26:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.240 - - [2026-03-26 03:26:26] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005980 10.0.0.240 - - [2026-03-26 03:26:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003703 10.0.0.240 - - [2026-03-26 03:26:30] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005459 10.0.0.240 - - [2026-03-26 03:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.240 - - [2026-03-26 03:26:34] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006174 10.0.0.240 - - [2026-03-26 03:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.240 - - [2026-03-26 03:26:38] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.004991 10.0.0.240 - - [2026-03-26 03:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003318 10.0.0.240 - - [2026-03-26 03:26:42] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006818 10.0.0.240 - - [2026-03-26 03:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003184 10.0.0.240 - - [2026-03-26 03:26:44] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004388 10.0.0.240 - - [2026-03-26 03:26:44] "GET /virtual-networks?parent_id=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003124 10.0.0.240 - - [2026-03-26 03:26:45] "GET /virtual-network/7a33e1fe-5d7b-45d4-bef0-9a0935549828?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006188 10.0.0.240 - - [2026-03-26 03:26:45] "POST /neutron/port HTTP/1.1" 200 1125 0.016502 10.0.0.240 - - [2026-03-26 03:26:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008642 10.0.0.240 - - [2026-03-26 03:26:59] "POST /neutron/port HTTP/1.1" 200 1125 0.045979 10.0.0.240 - - [2026-03-26 03:27:00] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007619 10.0.0.240 - - [2026-03-26 03:27:05] "POST /neutron/port HTTP/1.1" 200 1125 0.021271 10.0.0.240 - - [2026-03-26 03:27:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007293 10.0.0.22 - - [2026-03-26 03:27:13] "GET /obj-perms HTTP/1.1" 200 5075 0.050740 10.0.0.240 - - [2026-03-26 03:27:21] "POST /neutron/port HTTP/1.1" 200 1125 0.018678 10.0.0.240 - - [2026-03-26 03:27:22] "POST /neutron/port HTTP/1.1" 200 1109 0.018919 10.0.0.240 - - [2026-03-26 03:27:22] "POST /neutron/subnet HTTP/1.1" 200 708 0.009501 10.0.0.240 - - [2026-03-26 03:27:26] "POST /neutron/port HTTP/1.1" 200 1125 0.018190 10.0.0.240 - - [2026-03-26 03:27:28] "POST /neutron/port HTTP/1.1" 200 1219 0.021462 10.0.0.240 - - [2026-03-26 03:27:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003997 10.0.0.240 - - [2026-03-26 03:27:28] "POST /neutron/port HTTP/1.1" 200 117 0.001334 10.0.0.240 - - [2026-03-26 03:27:31] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008762 10.0.0.240 - - [2026-03-26 03:27:41] "POST /neutron/port HTTP/1.1" 200 1127 0.018466 10.0.0.240 - - [2026-03-26 03:27:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006814 10.0.0.240 - - [2026-03-26 03:27:42] "GET /virtual-machine/a7ab95e3-ccc4-4b75-903d-fec146be3049 HTTP/1.1" 200 1294 0.005965 10.0.0.240 - - [2026-03-26 03:27:42] "GET /virtual-machine-interface/e4dcbafc-aece-4de3-b9d3-221c046a6cb7 HTTP/1.1" 200 2950 0.004964 10.0.0.240 - - [2026-03-26 03:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.240 - - [2026-03-26 03:27:42] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005515 10.0.0.240 - - [2026-03-26 03:27:42] "GET /virtual-networks?parent_id=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003292 10.0.0.240 - - [2026-03-26 03:27:42] "GET /virtual-network/ab961aba-261a-4d1a-bf63-6ca1a7574c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005728 10.0.0.240 - - [2026-03-26 03:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.240 - - [2026-03-26 03:27:43] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003669 10.0.0.240 - - [2026-03-26 03:27:43] "GET /virtual-networks?parent_id=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004056 10.0.0.240 - - [2026-03-26 03:27:43] "GET /virtual-network/ab961aba-261a-4d1a-bf63-6ca1a7574c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006585 10.0.0.240 - - [2026-03-26 03:27:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003268 10.0.0.65 - - [2026-03-26 03:27:43] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.037147 10.0.0.240 - - [2026-03-26 03:27:43] "GET /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.073821 10.0.0.240 - - [2026-03-26 03:27:43] "GET /virtual-network/ab961aba-261a-4d1a-bf63-6ca1a7574c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006148 10.0.0.240 - - [2026-03-26 03:27:43] "GET /floating-ip-pools?parent_id=ab961aba-261a-4d1a-bf63-6ca1a7574c1b&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004502 10.0.0.240 - - [2026-03-26 03:27:43] "GET /virtual-network/ab961aba-261a-4d1a-bf63-6ca1a7574c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006001 10.0.0.240 - - [2026-03-26 03:27:43] "POST /floating-ip-pools HTTP/1.1" 200 598 0.033546 10.0.0.240 - - [2026-03-26 03:27:43] "POST /ref-update HTTP/1.1" 200 156 0.016115 10.0.0.240 - - [2026-03-26 03:27:43] "GET /virtual-network/ab961aba-261a-4d1a-bf63-6ca1a7574c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006399 10.0.0.240 - - [2026-03-26 03:27:44] "GET /virtual-network/ab961aba-261a-4d1a-bf63-6ca1a7574c1b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005810 10.0.0.65 - - [2026-03-26 03:27:44] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000989 10.0.0.240 - - [2026-03-26 03:27:44] "POST /neutron/floatingip HTTP/1.1" 200 532 0.141991 10.0.0.240 - - [2026-03-26 03:27:44] "POST /neutron/floatingip HTTP/1.1" 200 579 0.061714 10.0.0.240 - - [2026-03-26 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.008368 10.0.0.240 - - [2026-03-26 03:27:44] "GET /routing-instance/77b7e991-17f5-4de9-99c3-d3fbdf6059cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.006522 10.0.0.240 - - [2026-03-26 03:27:44] "GET /route-target/9a8d62ac-6117-488e-8c0f-6c54ea080384?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003887 10.0.0.240 - - [2026-03-26 03:28:10] "POST /neutron/floatingip HTTP/1.1" 200 532 0.029308 10.0.0.240 - - [2026-03-26 03:28:10] "GET /floating-ip-pool/622a8da2-6af0-4e20-a59c-c7db6533a72c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.003987 10.0.0.240 - - [2026-03-26 03:28:10] "POST /ref-update HTTP/1.1" 200 156 0.018570 10.0.0.240 - - [2026-03-26 03:28:10] "DELETE /floating-ip-pool/622a8da2-6af0-4e20-a59c-c7db6533a72c HTTP/1.1" 200 115 0.042761 10.0.0.240 - - [2026-03-26 03:28:10] "POST /neutron/network HTTP/1.1" 200 827 0.007089 10.0.0.240 - - [2026-03-26 03:28:11] "POST /neutron/port HTTP/1.1" 200 1117 0.027666 10.0.0.240 - - [2026-03-26 03:28:11] "POST /neutron/port HTTP/1.1" 200 1115 0.015709 10.0.0.65 - - [2026-03-26 03:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004229 10.0.0.65 - - [2026-03-26 03:28:13] "POST /useragent-kv HTTP/1.1" 200 115 0.003146 10.0.0.240 - - [2026-03-26 03:28:13] "POST /neutron/network HTTP/1.1" 200 151 0.129036 10.0.0.22 - - [2026-03-26 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.65 - - [2026-03-26 03:28:15] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000986 10.0.0.240 - - [2026-03-26 03:28:15] "GET /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.046153 10.0.0.65 - - [2026-03-26 03:28:15] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000893 10.0.0.240 - - [2026-03-26 03:28:15] "GET /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634?fields=virtual_networks HTTP/1.1" 200 1035 0.040871 10.0.0.65 - - [2026-03-26 03:28:15] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000993 10.0.0.240 - - [2026-03-26 03:28:15] "GET /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.041441 10.0.0.65 - - [2026-03-26 03:28:15] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001070 10.0.0.240 - - [2026-03-26 03:28:15] "GET /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634?fields=security_groups HTTP/1.1" 200 1262 0.043241 10.0.0.240 - - [2026-03-26 03:28:16] "POST /fqname-to-id HTTP/1.1" 404 188 0.046330 10.0.0.65 - - [2026-03-26 03:28:16] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002816 10.0.0.65 - - [2026-03-26 03:28:16] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001063 10.0.0.65 - - [2026-03-26 03:28:16] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035134 10.0.0.65 - - [2026-03-26 03:28:16] "POST /id-to-fqname HTTP/1.1" 200 190 0.002318 10.0.0.65 - - [2026-03-26 03:28:16] "POST /fqname-to-id HTTP/1.1" 404 199 0.008682 10.0.0.65 - - [2026-03-26 03:28:16] "POST /security-groups HTTP/1.1" 200 591 0.034679 10.0.0.65 - - [2026-03-26 03:28:16] "POST /projects HTTP/1.1" 200 585 0.236163 10.0.0.22 - - [2026-03-26 03:28:16] "POST /access-control-lists HTTP/1.1" 200 596 0.025222 10.0.0.65 - - [2026-03-26 03:28:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.311917 10.0.0.240 - - [2026-03-26 03:28:16] "GET /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.478768 10.0.0.240 - - [2026-03-26 03:28:18] "GET / HTTP/1.1" 200 35931 0.001495 10.0.0.22 - - [2026-03-26 03:28:19] "DELETE /access-control-list/23524659-e0d7-498a-b035-aa49fe176ded HTTP/1.1" 200 115 0.038452 10.0.0.65 - - [2026-03-26 03:28:19] "DELETE /project/7f1fcc3f23d94bd1ba663329f17878fd HTTP/1.1" 404 173 0.015470 10.0.0.65 - - [2026-03-26 03:28:19] "GET /projects?obj_uuids=bb20ba7d-1199-47f2-8c45-17e93d0f2634&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002217 10.0.0.65 - - [2026-03-26 03:28:19] "GET /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 188 0.035920 10.0.0.65 - - [2026-03-26 03:28:19] "DELETE /project/bb20ba7d-1199-47f2-8c45-17e93d0f2634 HTTP/1.1" 404 171 0.050291 10.0.0.240 - - [2026-03-26 03:28:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000521 10.0.0.240 - - [2026-03-26 03:28:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.030888 10.0.0.65 - - [2026-03-26 03:28:20] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000853 10.0.0.240 - - [2026-03-26 03:28:20] "GET /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.038451 10.0.0.240 - - [2026-03-26 03:28:21] "POST /neutron/network HTTP/1.1" 200 117 0.043302 10.0.0.22 - - [2026-03-26 03:28:21] "POST /ref-update HTTP/1.1" 200 156 0.027036 10.0.0.240 - - [2026-03-26 03:28:21] "POST /neutron/network HTTP/1.1" 200 839 0.009992 10.0.0.240 - - [2026-03-26 03:28:21] "POST /id-to-fqname HTTP/1.1" 200 230 0.001001 10.0.0.240 - - [2026-03-26 03:28:21] "GET /virtual-network/7a1beb1c-ddaa-4b88-8b47-a697885b7a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005163 10.0.0.240 - - [2026-03-26 03:28:21] "GET /virtual-network/7a1beb1c-ddaa-4b88-8b47-a697885b7a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007410 10.0.0.240 - - [2026-03-26 03:28:21] "POST /neutron/subnet HTTP/1.1" 200 701 0.009007 10.0.0.240 - - [2026-03-26 03:28:21] "POST /id-to-fqname HTTP/1.1" 200 230 0.001180 10.0.0.240 - - [2026-03-26 03:28:22] "POST /neutron/network HTTP/1.1" 200 849 0.006840 10.0.0.65 - - [2026-03-26 03:28:22] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001288 10.0.0.240 - - [2026-03-26 03:28:22] "GET /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.081782 10.0.0.240 - - [2026-03-26 03:28:23] "POST /neutron/port HTTP/1.1" 200 117 0.006644 10.0.0.240 - - [2026-03-26 03:28:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.240 - - [2026-03-26 03:28:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003623 10.0.0.240 - - [2026-03-26 03:28:23] "PUT /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae HTTP/1.1" 200 276 0.011286 10.0.0.65 - - [2026-03-26 03:28:23] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.240 - - [2026-03-26 03:28:23] "POST /neutron/port HTTP/1.1" 200 1055 0.303587 10.0.0.240 - - [2026-03-26 03:28:24] "POST /neutron/port HTTP/1.1" 200 1109 0.116651 10.0.0.240 - - [2026-03-26 03:28:24] "POST /neutron/subnet HTTP/1.1" 200 675 0.008752 10.0.0.240 - - [2026-03-26 03:28:28] "POST /neutron/port HTTP/1.1" 200 1119 0.020310 10.0.0.240 - - [2026-03-26 03:28:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007023 10.0.0.240 - - [2026-03-26 03:28:29] "GET /virtual-machine/b8fe5d6f-46b1-4603-a92a-74505461d6ec HTTP/1.1" 401 293 0.000672 10.0.0.240 - - [2026-03-26 03:28:29] "GET /virtual-machine/b8fe5d6f-46b1-4603-a92a-74505461d6ec HTTP/1.1" 200 1293 0.032508 10.0.0.240 - - [2026-03-26 03:28:29] "GET /virtual-machine-interface/0fc06b04-08a2-49fb-8242-1b9c6feb364d HTTP/1.1" 200 2970 0.005410 10.0.0.240 - - [2026-03-26 03:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004039 10.0.0.240 - - [2026-03-26 03:28:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.004066 10.0.0.240 - - [2026-03-26 03:28:29] "GET /virtual-networks?parent_id=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002788 10.0.0.240 - - [2026-03-26 03:28:29] "GET /virtual-network/7a1beb1c-ddaa-4b88-8b47-a697885b7a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006323 10.0.0.240 - - [2026-03-26 03:28:30] "POST /neutron/port HTTP/1.1" 200 1109 0.017170 10.0.0.240 - - [2026-03-26 03:28:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003943 10.0.0.240 - - [2026-03-26 03:28:30] "POST /neutron/network HTTP/1.1" 200 929 0.006386 10.0.0.240 - - [2026-03-26 03:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003562 10.0.0.240 - - [2026-03-26 03:28:32] "GET /virtual-network/7a1beb1c-ddaa-4b88-8b47-a697885b7a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005951 10.0.0.240 - - [2026-03-26 03:28:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.240 - - [2026-03-26 03:28:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003756 10.0.0.240 - - [2026-03-26 03:28:34] "GET /virtual-networks?parent_id=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002981 10.0.0.240 - - [2026-03-26 03:28:34] "GET /virtual-network/7a1beb1c-ddaa-4b88-8b47-a697885b7a1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005763 10.0.0.240 - - [2026-03-26 03:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.240 - - [2026-03-26 03:28:35] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1885 0.003874 10.0.0.240 - - [2026-03-26 03:28:35] "PUT /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae HTTP/1.1" 200 276 0.010489 10.0.0.240 - - [2026-03-26 03:28:35] "POST /neutron/network HTTP/1.1" 200 839 0.010890 10.0.0.240 - - [2026-03-26 03:28:36] "POST /neutron/port HTTP/1.1" 200 1109 0.019499 10.0.0.65 - - [2026-03-26 03:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005043 10.0.0.65 - - [2026-03-26 03:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.005341 10.0.0.240 - - [2026-03-26 03:28:38] "POST /neutron/network HTTP/1.1" 200 151 0.125127 10.0.0.240 - - [2026-03-26 03:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.65 - - [2026-03-26 03:28:41] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000950 10.0.0.240 - - [2026-03-26 03:28:41] "GET /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.036615 10.0.0.22 - - [2026-03-26 03:28:41] "POST /route-targets HTTP/1.1" 200 327 0.014971 10.0.0.65 - - [2026-03-26 03:28:41] "POST /useragent-kv HTTP/1.1" 200 115 0.009548 10.0.0.240 - - [2026-03-26 03:28:41] "POST /neutron/subnet HTTP/1.1" 200 715 0.240728 10.0.0.240 - - [2026-03-26 03:28:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001274 10.0.0.240 - - [2026-03-26 03:28:41] "GET /virtual-network/f6dbd7b1-c490-4658-b167-6a2c651dd1cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005566 10.0.0.240 - - [2026-03-26 03:28:41] "GET /virtual-network/f6dbd7b1-c490-4658-b167-6a2c651dd1cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006955 10.0.0.240 - - [2026-03-26 03:28:41] "POST /neutron/network HTTP/1.1" 200 822 0.006369 10.0.0.240 - - [2026-03-26 03:28:41] "POST /id-to-fqname HTTP/1.1" 200 220 0.001196 10.0.0.240 - - [2026-03-26 03:28:42] "POST /neutron/network HTTP/1.1" 200 832 0.006469 10.0.0.65 - - [2026-03-26 03:28:42] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000990 10.0.0.240 - - [2026-03-26 03:28:42] "GET /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.080007 10.0.0.240 - - [2026-03-26 03:28:43] "POST /neutron/port HTTP/1.1" 200 117 0.006216 10.0.0.65 - - [2026-03-26 03:28:43] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000945 10.0.0.240 - - [2026-03-26 03:28:43] "POST /neutron/port HTTP/1.1" 200 1058 0.295505 10.0.0.240 - - [2026-03-26 03:28:43] "POST /neutron/port HTTP/1.1" 200 1112 0.102624 10.0.0.240 - - [2026-03-26 03:28:43] "POST /neutron/subnet HTTP/1.1" 200 689 0.008917 10.0.0.240 - - [2026-03-26 03:28:48] "POST /neutron/port HTTP/1.1" 200 1122 0.017918 10.0.0.240 - - [2026-03-26 03:28:48] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007711 10.0.0.240 - - [2026-03-26 03:28:48] "GET /virtual-machine/81ab9424-6a1c-4c5d-9c24-5f7462002667 HTTP/1.1" 200 1292 0.005608 10.0.0.240 - - [2026-03-26 03:28:48] "GET /virtual-machine-interface/9cc493d7-2380-4764-a937-6024ead3b4e2 HTTP/1.1" 200 2942 0.005934 10.0.0.240 - - [2026-03-26 03:28:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.240 - - [2026-03-26 03:28:48] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004202 10.0.0.240 - - [2026-03-26 03:28:48] "GET /virtual-networks?parent_id=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003194 10.0.0.240 - - [2026-03-26 03:28:48] "GET /virtual-network/f6dbd7b1-c490-4658-b167-6a2c651dd1cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005991 10.0.0.240 - - [2026-03-26 03:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.240 - - [2026-03-26 03:28:51] "GET /virtual-network/f6dbd7b1-c490-4658-b167-6a2c651dd1cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007803 10.0.0.240 - - [2026-03-26 03:28:52] "POST /neutron/port HTTP/1.1" 200 1122 0.018658 10.0.0.240 - - [2026-03-26 03:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.240 - - [2026-03-26 03:28:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003697 10.0.0.240 - - [2026-03-26 03:28:53] "GET /virtual-networks?parent_id=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002969 10.0.0.240 - - [2026-03-26 03:28:53] "GET /virtual-network/f6dbd7b1-c490-4658-b167-6a2c651dd1cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006557 10.0.0.240 - - [2026-03-26 03:28:54] "POST /neutron/network HTTP/1.1" 400 204 0.013770 10.0.0.240 - - [2026-03-26 03:28:55] "POST /neutron/port HTTP/1.1" 200 151 0.155391 10.0.0.22 - - [2026-03-26 03:28:56] "DELETE /route-target/3a6d1708-671e-465d-ac14-7e8650992c3d HTTP/1.1" 200 115 0.021113 10.0.0.240 - - [2026-03-26 03:28:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 545 0.003268 10.0.0.240 - - [2026-03-26 03:28:59] "POST /network-ipams HTTP/1.1" 200 541 0.027786 10.0.0.240 - - [2026-03-26 03:28:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 764 0.003833 10.0.0.240 - - [2026-03-26 03:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.240 - - [2026-03-26 03:28:59] "GET /network-ipam/1e977c24-1821-446a-a0f5-8dd956ebd88a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1329 0.006635 10.0.0.240 - - [2026-03-26 03:28:59] "PUT /network-ipam/1e977c24-1821-446a-a0f5-8dd956ebd88a HTTP/1.1" 200 258 0.013845 10.0.0.240 - - [2026-03-26 03:28:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.005545 10.0.0.65 - - [2026-03-26 03:28:59] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001531 10.0.0.240 - - [2026-03-26 03:28:59] "GET /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.056773 10.0.0.240 - - [2026-03-26 03:28:59] "POST /neutron/network HTTP/1.1" 200 117 0.015958 10.0.0.65 - - [2026-03-26 03:29:00] "POST /useragent-kv HTTP/1.1" 200 115 0.013699 10.0.0.240 - - [2026-03-26 03:29:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.207888 10.0.0.240 - - [2026-03-26 03:29:00] "POST /id-to-fqname HTTP/1.1" 200 220 0.001535 10.0.0.240 - - [2026-03-26 03:29:00] "GET /virtual-network/0f085712-abbd-4cca-bdad-cc5abfe92751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005625 10.0.0.240 - - [2026-03-26 03:29:00] "GET /virtual-network/0f085712-abbd-4cca-bdad-cc5abfe92751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005785 10.0.0.240 - - [2026-03-26 03:29:00] "POST /neutron/network HTTP/1.1" 200 994 0.022033 10.0.0.240 - - [2026-03-26 03:29:00] "POST /neutron/network HTTP/1.1" 200 994 0.009361 10.0.0.65 - - [2026-03-26 03:29:00] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001018 10.0.0.240 - - [2026-03-26 03:29:00] "POST /neutron/port HTTP/1.1" 200 1017 0.280662 10.0.0.240 - - [2026-03-26 03:29:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001220 10.0.0.240 - - [2026-03-26 03:29:01] "POST /neutron/port HTTP/1.1" 200 1017 0.013249 10.0.0.240 - - [2026-03-26 03:29:01] "POST /neutron/port HTTP/1.1" 200 1017 0.012601 10.0.0.240 - - [2026-03-26 03:29:01] "POST /neutron/port HTTP/1.1" 200 117 0.006423 10.0.0.240 - - [2026-03-26 03:29:01] "POST /id-to-fqname HTTP/1.1" 200 220 0.001609 10.0.0.240 - - [2026-03-26 03:29:02] "POST /neutron/port HTTP/1.1" 200 1017 0.050773 10.0.0.240 - - [2026-03-26 03:29:02] "POST /neutron/network HTTP/1.1" 200 994 0.009269 10.0.0.240 - - [2026-03-26 03:29:02] "POST /neutron/port HTTP/1.1" 200 1017 0.012840 10.0.0.240 - - [2026-03-26 03:29:02] "POST /neutron/port HTTP/1.1" 200 1119 0.020997 10.0.0.240 - - [2026-03-26 03:29:02] "POST /neutron/subnet HTTP/1.1" 200 673 0.011662 10.0.0.240 - - [2026-03-26 03:29:02] "POST /neutron/network HTTP/1.1" 200 994 0.008718 10.0.0.240 - - [2026-03-26 03:29:02] "POST /id-to-fqname HTTP/1.1" 200 220 0.001214 10.0.0.240 - - [2026-03-26 03:29:02] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006962 10.0.0.240 - - [2026-03-26 03:29:03] "POST /neutron/network HTTP/1.1" 200 1004 0.006653 10.0.0.240 - - [2026-03-26 03:29:03] "POST /neutron/port HTTP/1.1" 200 1109 0.130043 10.0.0.240 - - [2026-03-26 03:29:03] "POST /neutron/subnet HTTP/1.1" 200 673 0.016005 10.0.0.22 - - [2026-03-26 03:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.22 - - [2026-03-26 03:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000361 10.0.0.22 - - [2026-03-26 03:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.22 - - [2026-03-26 03:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.65 - - [2026-03-26 03:29:04] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001220 10.0.0.65 - - [2026-03-26 03:29:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000342 10.0.0.240 - - [2026-03-26 03:29:04] "GET /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.101409 10.0.0.240 - - [2026-03-26 03:29:04] "POST /neutron/network HTTP/1.1" 200 994 0.014687 10.0.0.65 - - [2026-03-26 03:29:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.240 - - [2026-03-26 03:29:04] "POST /neutron/port HTTP/1.1" 200 117 0.007393 10.0.0.65 - - [2026-03-26 03:29:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.65 - - [2026-03-26 03:29:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000391 10.0.0.240 - - [2026-03-26 03:29:04] "GET /virtual-network/0f085712-abbd-4cca-bdad-cc5abfe92751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.005868 10.0.0.240 - - [2026-03-26 03:29:05] "POST /neutron/port HTTP/1.1" 200 1055 0.018500 10.0.0.240 - - [2026-03-26 03:29:05] "POST /neutron/port HTTP/1.1" 200 1119 0.030640 10.0.0.240 - - [2026-03-26 03:29:05] "POST /neutron/port HTTP/1.1" 200 117 0.001207 10.0.0.240 - - [2026-03-26 03:29:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.240 - - [2026-03-26 03:29:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000384 10.0.0.65 - - [2026-03-26 03:29:06] "GET /obj-perms HTTP/1.1" 200 5049 0.061784 10.0.0.240 - - [2026-03-26 03:29:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008711 10.0.0.240 - - [2026-03-26 03:29:06] "POST /neutron/port HTTP/1.1" 200 1119 0.031142 10.0.0.240 - - [2026-03-26 03:29:06] "GET /virtual-machine/05c3ffab-8040-4f68-b450-d70e455fc978 HTTP/1.1" 200 1287 0.006205 10.0.0.240 - - [2026-03-26 03:29:06] "GET /virtual-machine-interface/b41b3633-926f-4f2e-9834-f7e6421b11f7 HTTP/1.1" 200 2942 0.004979 10.0.0.240 - - [2026-03-26 03:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003378 10.0.0.240 - - [2026-03-26 03:29:06] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003637 10.0.0.240 - - [2026-03-26 03:29:06] "GET /virtual-networks?parent_id=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002833 10.0.0.240 - - [2026-03-26 03:29:07] "GET /virtual-network/0f085712-abbd-4cca-bdad-cc5abfe92751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006478 10.0.0.240 - - [2026-03-26 03:29:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000377 10.0.0.240 - - [2026-03-26 03:29:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.240 - - [2026-03-26 03:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.240 - - [2026-03-26 03:29:10] "GET /virtual-network/0f085712-abbd-4cca-bdad-cc5abfe92751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.011471 10.0.0.240 - - [2026-03-26 03:29:12] "POST /neutron/security_group HTTP/1.1" 200 2058 0.006240 10.0.0.240 - - [2026-03-26 03:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.240 - - [2026-03-26 03:29:14] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003844 10.0.0.240 - - [2026-03-26 03:29:14] "GET /virtual-networks?parent_id=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003249 10.0.0.240 - - [2026-03-26 03:29:14] "GET /virtual-network/0f085712-abbd-4cca-bdad-cc5abfe92751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006540 10.0.0.240 - - [2026-03-26 03:29:14] "POST /neutron/port HTTP/1.1" 200 1119 0.020130 10.0.0.240 - - [2026-03-26 03:29:15] "GET /obj-perms HTTP/1.1" 200 5075 0.056851 10.0.0.240 - - [2026-03-26 03:29:16] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008235 10.0.0.240 - - [2026-03-26 03:29:19] "POST /neutron/port HTTP/1.1" 200 1119 0.018529 10.0.0.240 - - [2026-03-26 03:29:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009071 10.0.0.240 - - [2026-03-26 03:29:19] "GET /virtual-machine/d68a163e-6c7c-4d9e-bf99-eb8673405310 HTTP/1.1" 200 1289 0.007097 10.0.0.240 - - [2026-03-26 03:29:19] "GET /virtual-machine-interface/6a144e69-3e68-4f96-8831-14877faee60b HTTP/1.1" 200 2940 0.006387 10.0.0.240 - - [2026-03-26 03:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003905 10.0.0.240 - - [2026-03-26 03:29:19] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003389 10.0.0.240 - - [2026-03-26 03:29:19] "GET /virtual-networks?parent_id=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002870 10.0.0.240 - - [2026-03-26 03:29:20] "GET /virtual-network/0f085712-abbd-4cca-bdad-cc5abfe92751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007821 10.0.0.240 - - [2026-03-26 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.240 - - [2026-03-26 03:29:21] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004135 10.0.0.240 - - [2026-03-26 03:29:21] "GET /virtual-networks?parent_id=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003158 10.0.0.240 - - [2026-03-26 03:29:21] "GET /virtual-network/0f085712-abbd-4cca-bdad-cc5abfe92751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.007741 10.0.0.240 - - [2026-03-26 03:29:21] "POST /neutron/port HTTP/1.1" 200 1119 0.016851 10.0.0.240 - - [2026-03-26 03:29:21] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007320 10.0.0.240 - - [2026-03-26 03:29:21] "GET /virtual-machine/bff666a5-2623-495f-ad84-64c2a6ae38c2 HTTP/1.1" 200 1293 0.006094 10.0.0.240 - - [2026-03-26 03:29:21] "GET /virtual-machine-interface/c2dee8a7-6079-489b-b87c-33a143b8e72a HTTP/1.1" 200 2942 0.004815 10.0.0.240 - - [2026-03-26 03:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.240 - - [2026-03-26 03:29:21] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003902 10.0.0.240 - - [2026-03-26 03:29:21] "GET /virtual-networks?parent_id=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002838 10.0.0.240 - - [2026-03-26 03:29:21] "GET /virtual-network/0f085712-abbd-4cca-bdad-cc5abfe92751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006626 10.0.0.240 - - [2026-03-26 03:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003348 10.0.0.240 - - [2026-03-26 03:29:22] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003887 10.0.0.240 - - [2026-03-26 03:29:22] "GET /virtual-networks?parent_id=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002930 10.0.0.240 - - [2026-03-26 03:29:22] "GET /virtual-network/0f085712-abbd-4cca-bdad-cc5abfe92751?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2548 0.006100 10.0.0.240 - - [2026-03-26 03:29:23] "POST /neutron/network HTTP/1.1" 200 1124 0.031643 10.0.0.240 - - [2026-03-26 03:29:23] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014520 10.0.0.240 - - [2026-03-26 03:29:23] "POST /neutron/network HTTP/1.1" 200 1114 0.009482 10.0.0.240 - - [2026-03-26 03:29:39] "POST /neutron/port HTTP/1.1" 200 151 0.186324 10.0.0.240 - - [2026-03-26 03:29:39] "POST /neutron/port HTTP/1.1" 200 1109 0.014840 10.0.0.240 - - [2026-03-26 03:29:39] "POST /neutron/port HTTP/1.1" 200 151 0.232268 10.0.0.22 - - [2026-03-26 03:29:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007932 10.0.0.240 - - [2026-03-26 03:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.240 - - [2026-03-26 03:29:40] "DELETE /network-ipam/1e977c24-1821-446a-a0f5-8dd956ebd88a HTTP/1.1" 200 115 0.039686 10.0.0.240 - - [2026-03-26 03:29:40] "POST /fqname-to-id HTTP/1.1" 404 211 0.003749 10.0.0.65 - - [2026-03-26 03:29:41] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.240 - - [2026-03-26 03:29:41] "GET /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.046673 10.0.0.65 - - [2026-03-26 03:29:41] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001036 10.0.0.240 - - [2026-03-26 03:29:41] "GET /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd?fields=virtual_networks HTTP/1.1" 200 1032 0.044642 10.0.0.65 - - [2026-03-26 03:29:41] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000939 10.0.0.240 - - [2026-03-26 03:29:41] "GET /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.039770 10.0.0.65 - - [2026-03-26 03:29:41] "GET /projects?obj_uuids=7f1fcc3f-23d9-4bd1-ba66-3329f17878fd&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000993 10.0.0.240 - - [2026-03-26 03:29:41] "GET /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd?fields=security_groups HTTP/1.1" 200 1258 0.044418 10.0.0.240 - - [2026-03-26 03:29:42] "POST /fqname-to-id HTTP/1.1" 404 196 0.026704 10.0.0.65 - - [2026-03-26 03:29:42] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003633 10.0.0.65 - - [2026-03-26 03:29:42] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.65 - - [2026-03-26 03:29:42] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007473 10.0.0.65 - - [2026-03-26 03:29:42] "POST /id-to-fqname HTTP/1.1" 200 198 0.003995 10.0.0.65 - - [2026-03-26 03:29:42] "POST /fqname-to-id HTTP/1.1" 404 207 0.004713 10.0.0.65 - - [2026-03-26 03:29:43] "POST /security-groups HTTP/1.1" 200 599 0.081824 10.0.0.65 - - [2026-03-26 03:29:43] "POST /projects HTTP/1.1" 200 601 0.287592 10.0.0.65 - - [2026-03-26 03:29:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.323964 10.0.0.22 - - [2026-03-26 03:29:43] "POST /access-control-lists HTTP/1.1" 200 604 0.030627 10.0.0.240 - - [2026-03-26 03:29:43] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.463806 10.0.0.240 - - [2026-03-26 03:29:44] "POST /neutron/port HTTP/1.1" 200 117 0.006697 10.0.0.240 - - [2026-03-26 03:29:44] "GET / HTTP/1.1" 200 35931 0.002501 10.0.0.240 - - [2026-03-26 03:29:44] "POST /neutron/port HTTP/1.1" 400 205 0.011516 10.0.0.240 - - [2026-03-26 03:29:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000594 10.0.0.240 - - [2026-03-26 03:29:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.064283 10.0.0.65 - - [2026-03-26 03:29:46] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000955 10.0.0.240 - - [2026-03-26 03:29:46] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054420 10.0.0.22 - - [2026-03-26 03:29:47] "POST /route-targets HTTP/1.1" 200 327 0.014938 10.0.0.65 - - [2026-03-26 03:29:47] "POST /useragent-kv HTTP/1.1" 200 115 0.007238 10.0.0.240 - - [2026-03-26 03:29:47] "POST /neutron/subnet HTTP/1.1" 200 828 0.263066 10.0.0.22 - - [2026-03-26 03:29:47] "POST /fqname-to-id HTTP/1.1" 404 207 0.046500 10.0.0.240 - - [2026-03-26 03:29:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001253 10.0.0.240 - - [2026-03-26 03:29:47] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007822 10.0.0.240 - - [2026-03-26 03:29:47] "POST /neutron/network HTTP/1.1" 200 1006 0.008698 10.0.0.240 - - [2026-03-26 03:29:47] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.004896 10.0.0.240 - - [2026-03-26 03:29:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.008402 10.0.0.240 - - [2026-03-26 03:29:48] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005570 10.0.0.22 - - [2026-03-26 03:29:49] "GET /obj-perms HTTP/1.1" 200 5065 0.055001 10.0.0.240 - - [2026-03-26 03:29:49] "POST /id-to-fqname HTTP/1.1" 200 228 0.001339 10.0.0.65 - - [2026-03-26 03:29:50] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001000 10.0.0.240 - - [2026-03-26 03:29:50] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.081455 10.0.0.240 - - [2026-03-26 03:29:50] "POST /neutron/network HTTP/1.1" 200 1006 0.009568 10.0.0.240 - - [2026-03-26 03:29:51] "POST /id-to-fqname HTTP/1.1" 200 228 0.001311 10.0.0.240 - - [2026-03-26 03:29:51] "POST /neutron/port HTTP/1.1" 200 4196 0.038620 10.0.0.65 - - [2026-03-26 03:29:51] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.240 - - [2026-03-26 03:29:51] "POST /neutron/port HTTP/1.1" 200 1175 0.364609 10.0.0.240 - - [2026-03-26 03:29:52] "POST /neutron/port HTTP/1.1" 200 1229 0.112099 10.0.0.240 - - [2026-03-26 03:29:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004600 10.0.0.240 - - [2026-03-26 03:29:52] "POST /neutron/port HTTP/1.1" 200 117 0.001661 10.0.0.65 - - [2026-03-26 03:29:52] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000934 10.0.0.240 - - [2026-03-26 03:29:52] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.085579 10.0.0.240 - - [2026-03-26 03:29:52] "POST /neutron/port HTTP/1.1" 200 5281 0.042356 10.0.0.240 - - [2026-03-26 03:29:52] "POST /id-to-fqname HTTP/1.1" 200 228 0.001175 10.0.0.240 - - [2026-03-26 03:29:52] "POST /neutron/port HTTP/1.1" 200 5281 0.058620 10.0.0.65 - - [2026-03-26 03:29:53] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000988 10.0.0.240 - - [2026-03-26 03:29:53] "POST /neutron/port HTTP/1.1" 200 1175 0.301472 10.0.0.240 - - [2026-03-26 03:29:53] "POST /neutron/port HTTP/1.1" 200 1175 0.015173 10.0.0.240 - - [2026-03-26 03:29:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004296 10.0.0.240 - - [2026-03-26 03:29:53] "POST /neutron/port HTTP/1.1" 200 117 0.001502 10.0.0.65 - - [2026-03-26 03:29:54] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001128 10.0.0.240 - - [2026-03-26 03:29:54] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.093303 10.0.0.240 - - [2026-03-26 03:29:54] "POST /neutron/network HTTP/1.1" 200 1006 0.013544 10.0.0.240 - - [2026-03-26 03:29:54] "POST /neutron/port HTTP/1.1" 200 117 0.005879 10.0.0.240 - - [2026-03-26 03:29:54] "POST /id-to-fqname HTTP/1.1" 200 228 0.001341 10.0.0.240 - - [2026-03-26 03:29:54] "POST /neutron/network HTTP/1.1" 200 1016 0.007287 10.0.0.240 - - [2026-03-26 03:29:55] "POST /neutron/port HTTP/1.1" 200 1175 0.024208 10.0.0.240 - - [2026-03-26 03:29:55] "POST /neutron/port HTTP/1.1" 200 1239 0.018643 10.0.0.240 - - [2026-03-26 03:29:55] "POST /neutron/subnet HTTP/1.1" 200 1384 0.013630 10.0.0.240 - - [2026-03-26 03:29:55] "POST /neutron/network HTTP/1.1" 200 1006 0.009284 10.0.0.65 - - [2026-03-26 03:29:55] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000962 10.0.0.240 - - [2026-03-26 03:29:55] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.071359 10.0.0.240 - - [2026-03-26 03:29:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006793 10.0.0.240 - - [2026-03-26 03:29:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006958 10.0.0.240 - - [2026-03-26 03:29:56] "POST /neutron/port HTTP/1.1" 200 1239 0.020801 10.0.0.240 - - [2026-03-26 03:29:56] "GET /virtual-machine/7882667d-cac4-46ff-9d95-1e2e5240cea5 HTTP/1.1" 401 293 0.000380 10.0.0.65 - - [2026-03-26 03:29:56] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001065 10.0.0.240 - - [2026-03-26 03:29:56] "POST /neutron/port HTTP/1.1" 200 1175 0.299914 10.0.0.240 - - [2026-03-26 03:29:56] "GET /virtual-machine/7882667d-cac4-46ff-9d95-1e2e5240cea5 HTTP/1.1" 200 1300 0.035642 10.0.0.240 - - [2026-03-26 03:29:56] "GET /virtual-machine-interface/1d2631ff-4002-4b54-be4e-f098e013229c HTTP/1.1" 200 3175 0.007099 10.0.0.240 - - [2026-03-26 03:29:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005017 10.0.0.240 - - [2026-03-26 03:29:56] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003119 10.0.0.240 - - [2026-03-26 03:29:56] "GET /virtual-networks?parent_id=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002656 10.0.0.240 - - [2026-03-26 03:29:56] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008089 10.0.0.240 - - [2026-03-26 03:29:57] "POST /neutron/port HTTP/1.1" 200 1229 0.153741 10.0.0.240 - - [2026-03-26 03:29:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004166 10.0.0.240 - - [2026-03-26 03:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.240 - - [2026-03-26 03:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.240 - - [2026-03-26 03:30:00] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005456 10.0.0.240 - - [2026-03-26 03:30:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.240 - - [2026-03-26 03:30:04] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005811 10.0.0.22 - - [2026-03-26 03:30:06] "DELETE /access-control-list/1b1146ec-9543-40eb-802c-c7995fc90e5b HTTP/1.1" 200 115 0.108866 10.0.0.240 - - [2026-03-26 03:30:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.240 - - [2026-03-26 03:30:08] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005400 10.0.0.240 - - [2026-03-26 03:30:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.240 - - [2026-03-26 03:30:12] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005782 10.0.0.65 - - [2026-03-26 03:30:16] "GET /obj-perms HTTP/1.1" 200 5075 0.055034 10.0.0.240 - - [2026-03-26 03:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.240 - - [2026-03-26 03:30:16] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005762 10.0.0.65 - - [2026-03-26 03:30:19] "DELETE /project/7f1fcc3f-23d9-4bd1-ba66-3329f17878fd HTTP/1.1" 404 177 0.004311 10.0.0.65 - - [2026-03-26 03:30:19] "DELETE /project/834d3acb616640009c9f95eb6c8a91e3 HTTP/1.1" 404 173 0.004315 10.0.0.240 - - [2026-03-26 03:30:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004087 10.0.0.240 - - [2026-03-26 03:30:20] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006833 10.0.0.240 - - [2026-03-26 03:30:23] "POST /neutron/port HTTP/1.1" 200 1109 0.017229 10.0.0.240 - - [2026-03-26 03:30:23] "POST /neutron/subnet HTTP/1.1" 200 708 0.009821 10.0.0.240 - - [2026-03-26 03:30:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.240 - - [2026-03-26 03:30:24] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005076 10.0.0.240 - - [2026-03-26 03:30:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.240 - - [2026-03-26 03:30:28] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005767 10.0.0.240 - - [2026-03-26 03:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003267 10.0.0.240 - - [2026-03-26 03:30:32] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005284 10.0.0.240 - - [2026-03-26 03:30:33] "POST /neutron/port HTTP/1.1" 200 1219 0.051746 10.0.0.240 - - [2026-03-26 03:30:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005081 10.0.0.240 - - [2026-03-26 03:30:33] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.240 - - [2026-03-26 03:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004017 10.0.0.240 - - [2026-03-26 03:30:36] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005870 10.0.0.240 - - [2026-03-26 03:30:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.240 - - [2026-03-26 03:30:41] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005900 10.0.0.240 - - [2026-03-26 03:30:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.240 - - [2026-03-26 03:30:45] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007334 10.0.0.240 - - [2026-03-26 03:30:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004659 10.0.0.240 - - [2026-03-26 03:30:49] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005942 10.0.0.240 - - [2026-03-26 03:30:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.240 - - [2026-03-26 03:30:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003463 10.0.0.240 - - [2026-03-26 03:30:51] "GET /virtual-networks?parent_id=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002733 10.0.0.240 - - [2026-03-26 03:30:51] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.009341 10.0.0.240 - - [2026-03-26 03:30:51] "POST /neutron/port HTTP/1.1" 200 1239 0.022762 10.0.0.240 - - [2026-03-26 03:30:56] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007815 10.0.0.240 - - [2026-03-26 03:30:59] "POST /neutron/port HTTP/1.1" 200 1239 0.019355 10.0.0.240 - - [2026-03-26 03:31:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008063 10.0.0.240 - - [2026-03-26 03:31:02] "POST /neutron/port HTTP/1.1" 200 1239 0.031336 10.0.0.240 - - [2026-03-26 03:31:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008370 10.0.0.240 - - [2026-03-26 03:31:12] "POST /neutron/port HTTP/1.1" 200 1239 0.020773 10.0.0.240 - - [2026-03-26 03:31:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007390 10.0.0.240 - - [2026-03-26 03:31:12] "GET /virtual-machine/d97af1a9-0c9e-4205-953c-a8c27c94f74a HTTP/1.1" 200 1301 0.005646 10.0.0.240 - - [2026-03-26 03:31:12] "GET /virtual-machine-interface/7102c0b8-0136-42dc-91dd-d38405f8eb48 HTTP/1.1" 200 3175 0.005461 10.0.0.240 - - [2026-03-26 03:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.240 - - [2026-03-26 03:31:12] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004554 10.0.0.240 - - [2026-03-26 03:31:12] "GET /virtual-networks?parent_id=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003696 10.0.0.240 - - [2026-03-26 03:31:12] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005721 10.0.0.240 - - [2026-03-26 03:31:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.240 - - [2026-03-26 03:31:13] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004005 10.0.0.240 - - [2026-03-26 03:31:13] "GET /virtual-networks?parent_id=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002984 10.0.0.240 - - [2026-03-26 03:31:13] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006387 10.0.0.240 - - [2026-03-26 03:31:14] "POST /neutron/port HTTP/1.1" 200 1239 0.017844 10.0.0.240 - - [2026-03-26 03:31:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007858 10.0.0.240 - - [2026-03-26 03:31:14] "GET /virtual-machine/8efe103e-a82c-42bd-af59-689eff30f74f HTTP/1.1" 200 1301 0.005955 10.0.0.240 - - [2026-03-26 03:31:14] "GET /virtual-machine-interface/da4a2bd4-8929-4c3d-9c12-92332270bd51 HTTP/1.1" 200 3176 0.005993 10.0.0.240 - - [2026-03-26 03:31:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003013 10.0.0.240 - - [2026-03-26 03:31:14] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010699 10.0.0.240 - - [2026-03-26 03:31:14] "GET /virtual-networks?parent_id=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.004309 10.0.0.240 - - [2026-03-26 03:31:14] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006536 10.0.0.240 - - [2026-03-26 03:31:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004571 10.0.0.240 - - [2026-03-26 03:31:15] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004966 10.0.0.240 - - [2026-03-26 03:31:15] "GET /virtual-networks?parent_id=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003310 10.0.0.240 - - [2026-03-26 03:31:15] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.007071 10.0.0.240 - - [2026-03-26 03:31:35] "POST /neutron/network HTTP/1.1" 200 939 0.007162 10.0.0.240 - - [2026-03-26 03:31:35] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.65 - - [2026-03-26 03:31:35] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001097 10.0.0.240 - - [2026-03-26 03:31:35] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052241 10.0.0.240 - - [2026-03-26 03:31:35] "POST /fqname-to-id HTTP/1.1" 404 226 0.008286 10.0.0.240 - - [2026-03-26 03:31:35] "POST /interface-route-tables HTTP/1.1" 200 575 0.033452 10.0.0.240 - - [2026-03-26 03:31:35] "GET /interface-route-table/7a1fb6b6-b6e8-43c7-8a51-1a28e8612f56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1332 0.007074 10.0.0.240 - - [2026-03-26 03:31:35] "GET /virtual-machine-interface/1d2631ff-4002-4b54-be4e-f098e013229c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006058 10.0.0.240 - - [2026-03-26 03:31:35] "POST /ref-update HTTP/1.1" 200 156 0.022116 10.0.0.65 - - [2026-03-26 03:31:44] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001284 10.0.0.240 - - [2026-03-26 03:31:44] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.043477 10.0.0.240 - - [2026-03-26 03:31:44] "POST /fqname-to-id HTTP/1.1" 404 226 0.003599 10.0.0.240 - - [2026-03-26 03:31:45] "POST /interface-route-tables HTTP/1.1" 200 575 0.029880 10.0.0.240 - - [2026-03-26 03:31:45] "GET /interface-route-table/d13b2da3-34fd-44ed-ae1b-eefc61d21d8e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.006927 10.0.0.240 - - [2026-03-26 03:31:45] "GET /virtual-machine-interface/7102c0b8-0136-42dc-91dd-d38405f8eb48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.006329 10.0.0.240 - - [2026-03-26 03:31:45] "POST /ref-update HTTP/1.1" 200 156 0.014339 10.0.0.240 - - [2026-03-26 03:31:47] "GET /virtual-machine-interface/da4a2bd4-8929-4c3d-9c12-92332270bd51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.006338 10.0.0.240 - - [2026-03-26 03:31:47] "PUT /virtual-machine-interface/da4a2bd4-8929-4c3d-9c12-92332270bd51 HTTP/1.1" 200 284 0.013910 10.0.0.240 - - [2026-03-26 03:31:47] "GET /virtual-machine-interface/1d2631ff-4002-4b54-be4e-f098e013229c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.008555 10.0.0.240 - - [2026-03-26 03:31:47] "PUT /virtual-machine-interface/1d2631ff-4002-4b54-be4e-f098e013229c HTTP/1.1" 200 284 0.016919 10.0.0.240 - - [2026-03-26 03:31:47] "GET /virtual-machine-interface/7102c0b8-0136-42dc-91dd-d38405f8eb48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3041 0.010997 10.0.0.240 - - [2026-03-26 03:31:47] "PUT /virtual-machine-interface/7102c0b8-0136-42dc-91dd-d38405f8eb48 HTTP/1.1" 200 284 0.015001 10.0.0.240 - - [2026-03-26 03:32:18] "GET /obj-perms HTTP/1.1" 200 5075 0.078166 10.0.0.240 - - [2026-03-26 03:32:27] "POST /neutron/port HTTP/1.1" 200 1219 0.020861 10.0.0.240 - - [2026-03-26 03:32:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004276 10.0.0.240 - - [2026-03-26 03:32:27] "POST /neutron/port HTTP/1.1" 200 117 0.001153 10.0.0.240 - - [2026-03-26 03:32:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008936 10.0.0.240 - - [2026-03-26 03:32:35] "POST /neutron/port HTTP/1.1" 200 1239 0.019323 10.0.0.240 - - [2026-03-26 03:32:35] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007593 10.0.0.240 - - [2026-03-26 03:32:35] "GET /virtual-machine/b89a0a63-5b4e-4adc-9b5c-730d71b314b7 HTTP/1.1" 200 1301 0.011540 10.0.0.240 - - [2026-03-26 03:32:35] "GET /virtual-machine-interface/9f2b23aa-b01e-4d02-a826-63dfa954b377 HTTP/1.1" 200 3176 0.005041 10.0.0.240 - - [2026-03-26 03:32:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004976 10.0.0.240 - - [2026-03-26 03:32:35] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003275 10.0.0.240 - - [2026-03-26 03:32:35] "GET /virtual-networks?parent_id=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.005217 10.0.0.240 - - [2026-03-26 03:32:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003716 10.0.0.240 - - [2026-03-26 03:32:35] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005715 10.0.0.240 - - [2026-03-26 03:32:35] "POST /neutron/port HTTP/1.1" 200 117 0.001257 10.0.0.240 - - [2026-03-26 03:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.240 - - [2026-03-26 03:32:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004173 10.0.0.240 - - [2026-03-26 03:32:36] "GET /virtual-networks?parent_id=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003641 10.0.0.240 - - [2026-03-26 03:32:36] "GET /virtual-network/95759e53-0661-453b-a5b2-469b5a5bd0c9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.006125 10.0.0.240 - - [2026-03-26 03:32:36] "GET /virtual-machine-interface/9f2b23aa-b01e-4d02-a826-63dfa954b377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2761 0.005995 10.0.0.240 - - [2026-03-26 03:32:36] "PUT /virtual-machine-interface/9f2b23aa-b01e-4d02-a826-63dfa954b377 HTTP/1.1" 200 284 0.014561 10.0.0.65 - - [2026-03-26 03:33:14] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.029730 10.0.0.240 - - [2026-03-26 03:33:14] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067638 10.0.0.240 - - [2026-03-26 03:33:14] "POST /fqname-to-id HTTP/1.1" 404 226 0.003418 10.0.0.240 - - [2026-03-26 03:33:14] "POST /interface-route-tables HTTP/1.1" 200 575 0.028738 10.0.0.240 - - [2026-03-26 03:33:14] "GET /interface-route-table/dd68d194-0d9d-4418-b213-269d28322243?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1334 0.007091 10.0.0.240 - - [2026-03-26 03:33:14] "GET /virtual-machine-interface/9f2b23aa-b01e-4d02-a826-63dfa954b377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2811 0.006194 10.0.0.240 - - [2026-03-26 03:33:14] "POST /ref-update HTTP/1.1" 200 156 0.014363 10.0.0.240 - - [2026-03-26 03:33:16] "GET /virtual-machine-interface/1d2631ff-4002-4b54-be4e-f098e013229c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.005468 10.0.0.240 - - [2026-03-26 03:33:16] "POST /ref-update HTTP/1.1" 200 156 0.014915 10.0.0.240 - - [2026-03-26 03:33:16] "DELETE /interface-route-table/7a1fb6b6-b6e8-43c7-8a51-1a28e8612f56 HTTP/1.1" 200 115 0.050223 10.0.0.240 - - [2026-03-26 03:33:16] "POST /neutron/port HTTP/1.1" 200 1229 0.020612 10.0.0.22 - - [2026-03-26 03:33:18] "GET /obj-perms HTTP/1.1" 200 5075 0.075446 10.0.0.240 - - [2026-03-26 03:33:28] "POST /neutron/port HTTP/1.1" 200 1109 0.017952 10.0.0.240 - - [2026-03-26 03:33:28] "POST /neutron/subnet HTTP/1.1" 200 708 0.012148 10.0.0.240 - - [2026-03-26 03:33:35] "POST /neutron/port HTTP/1.1" 200 1239 0.021412 10.0.0.240 - - [2026-03-26 03:33:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005006 10.0.0.240 - - [2026-03-26 03:33:35] "POST /neutron/port HTTP/1.1" 200 117 0.001160 10.0.0.240 - - [2026-03-26 03:33:39] "GET /virtual-machine-interface/9f2b23aa-b01e-4d02-a826-63dfa954b377?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3092 0.013551 10.0.0.240 - - [2026-03-26 03:33:39] "POST /ref-update HTTP/1.1" 200 156 0.018395 10.0.0.240 - - [2026-03-26 03:33:39] "DELETE /interface-route-table/dd68d194-0d9d-4418-b213-269d28322243 HTTP/1.1" 200 115 0.041723 10.0.0.240 - - [2026-03-26 03:33:39] "GET /virtual-machine-interface/7102c0b8-0136-42dc-91dd-d38405f8eb48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007214 10.0.0.240 - - [2026-03-26 03:33:39] "POST /ref-update HTTP/1.1" 200 156 0.020797 10.0.0.240 - - [2026-03-26 03:33:39] "DELETE /interface-route-table/d13b2da3-34fd-44ed-ae1b-eefc61d21d8e HTTP/1.1" 200 115 0.039006 10.0.0.240 - - [2026-03-26 03:33:39] "POST /neutron/network HTTP/1.1" 200 1006 0.010578 10.0.0.240 - - [2026-03-26 03:33:39] "POST /neutron/port HTTP/1.1" 200 1229 0.020531 10.0.0.240 - - [2026-03-26 03:33:40] "POST /neutron/port HTTP/1.1" 200 1229 0.025257 10.0.0.240 - - [2026-03-26 03:33:40] "POST /neutron/port HTTP/1.1" 200 1229 0.015554 10.0.0.65 - - [2026-03-26 03:33:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004655 10.0.0.65 - - [2026-03-26 03:33:41] "POST /useragent-kv HTTP/1.1" 200 115 0.003191 10.0.0.65 - - [2026-03-26 03:33:41] "POST /useragent-kv HTTP/1.1" 200 115 0.004106 10.0.0.65 - - [2026-03-26 03:33:41] "POST /useragent-kv HTTP/1.1" 200 115 0.002787 10.0.0.240 - - [2026-03-26 03:33:41] "POST /neutron/network HTTP/1.1" 200 151 0.148409 10.0.0.65 - - [2026-03-26 03:33:43] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.240 - - [2026-03-26 03:33:43] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075695 10.0.0.65 - - [2026-03-26 03:33:43] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001256 10.0.0.240 - - [2026-03-26 03:33:43] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?fields=virtual_networks HTTP/1.1" 200 1048 0.046299 10.0.0.65 - - [2026-03-26 03:33:43] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001294 10.0.0.240 - - [2026-03-26 03:33:43] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.043205 10.0.0.65 - - [2026-03-26 03:33:43] "GET /projects?obj_uuids=834d3acb-6166-4000-9c9f-95eb6c8a91e3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001367 10.0.0.240 - - [2026-03-26 03:33:43] "GET /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3?fields=security_groups HTTP/1.1" 200 1282 0.052214 10.0.0.240 - - [2026-03-26 03:33:44] "POST /fqname-to-id HTTP/1.1" 404 183 0.030172 10.0.0.65 - - [2026-03-26 03:33:44] "GET /projects?obj_uuids=19b6dc97-b517-4727-9266-b329b9a0f756&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003397 10.0.0.65 - - [2026-03-26 03:33:44] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001309 10.0.0.65 - - [2026-03-26 03:33:44] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.043608 10.0.0.65 - - [2026-03-26 03:33:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.004549 10.0.0.65 - - [2026-03-26 03:33:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.005023 10.0.0.65 - - [2026-03-26 03:33:45] "POST /security-groups HTTP/1.1" 200 586 0.081494 10.0.0.22 - - [2026-03-26 03:33:45] "POST /fqname-to-id HTTP/1.1" 404 229 0.003376 10.0.0.65 - - [2026-03-26 03:33:45] "POST /projects HTTP/1.1" 200 575 0.310453 10.0.0.65 - - [2026-03-26 03:33:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.349277 10.0.0.240 - - [2026-03-26 03:33:45] "GET /project/19b6dc97-b517-4727-9266-b329b9a0f756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.542846 10.0.0.22 - - [2026-03-26 03:33:45] "POST /access-control-lists HTTP/1.1" 200 589 0.046709 10.0.0.240 - - [2026-03-26 03:33:46] "GET / HTTP/1.1" 200 35931 0.001922 10.0.0.65 - - [2026-03-26 03:33:49] "GET /projects?obj_uuids=19b6dc97-b517-4727-9266-b329b9a0f756&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001941 10.0.0.240 - - [2026-03-26 03:33:49] "GET /project/19b6dc97-b517-4727-9266-b329b9a0f756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.059560 10.0.0.65 - - [2026-03-26 03:33:49] "GET /projects?obj_uuids=19b6dc97-b517-4727-9266-b329b9a0f756&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001184 10.0.0.240 - - [2026-03-26 03:33:49] "GET /project/19b6dc97-b517-4727-9266-b329b9a0f756?fields=virtual_networks HTTP/1.1" 200 1022 0.049212 10.0.0.65 - - [2026-03-26 03:33:49] "GET /projects?obj_uuids=19b6dc97-b517-4727-9266-b329b9a0f756&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001405 10.0.0.240 - - [2026-03-26 03:33:49] "GET /project/19b6dc97-b517-4727-9266-b329b9a0f756?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.046816 10.0.0.65 - - [2026-03-26 03:33:49] "GET /projects?obj_uuids=19b6dc97-b517-4727-9266-b329b9a0f756&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000936 10.0.0.240 - - [2026-03-26 03:33:50] "GET /project/19b6dc97-b517-4727-9266-b329b9a0f756?fields=security_groups HTTP/1.1" 200 1243 0.047571 10.0.0.240 - - [2026-03-26 03:33:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.031732 10.0.0.65 - - [2026-03-26 03:33:51] "GET /projects?obj_uuids=0d450306-c3eb-4a1b-841f-f03d07798cce&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003578 10.0.0.65 - - [2026-03-26 03:33:51] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.65 - - [2026-03-26 03:33:51] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008057 10.0.0.65 - - [2026-03-26 03:33:51] "POST /id-to-fqname HTTP/1.1" 200 195 0.004686 10.0.0.65 - - [2026-03-26 03:33:51] "POST /fqname-to-id HTTP/1.1" 404 204 0.011371 10.0.0.65 - - [2026-03-26 03:33:51] "POST /security-groups HTTP/1.1" 200 596 0.034050 10.0.0.65 - - [2026-03-26 03:33:51] "POST /projects HTTP/1.1" 200 595 0.248007 10.0.0.22 - - [2026-03-26 03:33:51] "POST /fqname-to-id HTTP/1.1" 404 238 0.017216 10.0.0.65 - - [2026-03-26 03:33:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.321287 10.0.0.240 - - [2026-03-26 03:33:51] "GET /project/0d450306-c3eb-4a1b-841f-f03d07798cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.455205 10.0.0.240 - - [2026-03-26 03:33:52] "GET / HTTP/1.1" 200 35931 0.001456 10.0.0.65 - - [2026-03-26 03:33:55] "GET /projects?obj_uuids=0d450306-c3eb-4a1b-841f-f03d07798cce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001180 10.0.0.240 - - [2026-03-26 03:33:55] "GET /project/0d450306-c3eb-4a1b-841f-f03d07798cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.046154 10.0.0.65 - - [2026-03-26 03:33:55] "GET /projects?obj_uuids=0d450306-c3eb-4a1b-841f-f03d07798cce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001259 10.0.0.240 - - [2026-03-26 03:33:55] "GET /project/0d450306-c3eb-4a1b-841f-f03d07798cce?fields=virtual_networks HTTP/1.1" 200 1040 0.048586 10.0.0.65 - - [2026-03-26 03:33:55] "GET /projects?obj_uuids=0d450306-c3eb-4a1b-841f-f03d07798cce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001033 10.0.0.240 - - [2026-03-26 03:33:55] "GET /project/0d450306-c3eb-4a1b-841f-f03d07798cce?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.054532 10.0.0.65 - - [2026-03-26 03:33:55] "GET /projects?obj_uuids=0d450306-c3eb-4a1b-841f-f03d07798cce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001125 10.0.0.240 - - [2026-03-26 03:33:55] "GET /project/0d450306-c3eb-4a1b-841f-f03d07798cce?fields=security_groups HTTP/1.1" 200 1271 0.048384 10.0.0.240 - - [2026-03-26 03:33:57] "POST /fqname-to-id HTTP/1.1" 404 199 0.039593 10.0.0.65 - - [2026-03-26 03:33:57] "GET /projects?obj_uuids=1bab902c-bad3-4b73-9e8d-9befedae91a5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003088 10.0.0.65 - - [2026-03-26 03:33:57] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001164 10.0.0.65 - - [2026-03-26 03:33:57] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007998 10.0.0.65 - - [2026-03-26 03:33:57] "POST /id-to-fqname HTTP/1.1" 200 201 0.006021 10.0.0.65 - - [2026-03-26 03:33:57] "POST /fqname-to-id HTTP/1.1" 404 210 0.007452 10.0.0.65 - - [2026-03-26 03:33:57] "POST /security-groups HTTP/1.1" 200 602 0.036893 10.0.0.65 - - [2026-03-26 03:33:57] "POST /projects HTTP/1.1" 200 607 0.266897 10.0.0.22 - - [2026-03-26 03:33:57] "POST /access-control-lists HTTP/1.1" 200 607 0.028607 10.0.0.65 - - [2026-03-26 03:33:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.346537 10.0.0.240 - - [2026-03-26 03:33:57] "GET /project/1bab902c-bad3-4b73-9e8d-9befedae91a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.506469 10.0.0.240 - - [2026-03-26 03:33:58] "GET / HTTP/1.1" 200 35931 0.001925 10.0.0.65 - - [2026-03-26 03:34:01] "GET /projects?obj_uuids=1bab902c-bad3-4b73-9e8d-9befedae91a5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001125 10.0.0.240 - - [2026-03-26 03:34:01] "GET /project/1bab902c-bad3-4b73-9e8d-9befedae91a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.070692 10.0.0.65 - - [2026-03-26 03:34:01] "GET /projects?obj_uuids=1bab902c-bad3-4b73-9e8d-9befedae91a5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001049 10.0.0.240 - - [2026-03-26 03:34:02] "GET /project/1bab902c-bad3-4b73-9e8d-9befedae91a5?fields=virtual_networks HTTP/1.1" 200 1054 0.059075 10.0.0.65 - - [2026-03-26 03:34:02] "GET /projects?obj_uuids=1bab902c-bad3-4b73-9e8d-9befedae91a5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001261 10.0.0.240 - - [2026-03-26 03:34:02] "GET /project/1bab902c-bad3-4b73-9e8d-9befedae91a5?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.052382 10.0.0.65 - - [2026-03-26 03:34:02] "GET /projects?obj_uuids=1bab902c-bad3-4b73-9e8d-9befedae91a5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001089 10.0.0.240 - - [2026-03-26 03:34:02] "GET /project/1bab902c-bad3-4b73-9e8d-9befedae91a5?fields=security_groups HTTP/1.1" 200 1291 0.074148 10.0.0.240 - - [2026-03-26 03:34:03] "POST /fqname-to-id HTTP/1.1" 404 185 0.037877 10.0.0.65 - - [2026-03-26 03:34:03] "GET /projects?obj_uuids=35d367da-018f-44da-8a7d-24767a1c6015&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003640 10.0.0.65 - - [2026-03-26 03:34:03] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001129 10.0.0.65 - - [2026-03-26 03:34:03] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008473 10.0.0.65 - - [2026-03-26 03:34:03] "POST /id-to-fqname HTTP/1.1" 200 187 0.005100 10.0.0.65 - - [2026-03-26 03:34:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.009207 10.0.0.65 - - [2026-03-26 03:34:03] "POST /security-groups HTTP/1.1" 200 588 0.038075 10.0.0.22 - - [2026-03-26 03:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000612 10.0.0.22 - - [2026-03-26 03:34:03] "POST /fqname-to-id HTTP/1.1" 404 231 0.012238 10.0.0.65 - - [2026-03-26 03:34:03] "POST /projects HTTP/1.1" 200 579 0.282837 10.0.0.22 - - [2026-03-26 03:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.65 - - [2026-03-26 03:34:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.374452 10.0.0.22 - - [2026-03-26 03:34:03] "POST /access-control-lists HTTP/1.1" 200 591 0.048696 10.0.0.240 - - [2026-03-26 03:34:03] "GET /project/35d367da-018f-44da-8a7d-24767a1c6015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.536987 10.0.0.22 - - [2026-03-26 03:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000334 10.0.0.22 - - [2026-03-26 03:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.65 - - [2026-03-26 03:34:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.65 - - [2026-03-26 03:34:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.65 - - [2026-03-26 03:34:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.65 - - [2026-03-26 03:34:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.240 - - [2026-03-26 03:34:05] "GET / HTTP/1.1" 200 35931 0.002075 10.0.0.240 - - [2026-03-26 03:34:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000603 10.0.0.240 - - [2026-03-26 03:34:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000591 10.0.0.240 - - [2026-03-26 03:34:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.240 - - [2026-03-26 03:34:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000902 10.0.0.65 - - [2026-03-26 03:34:08] "GET /projects?obj_uuids=35d367da-018f-44da-8a7d-24767a1c6015&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001071 10.0.0.240 - - [2026-03-26 03:34:08] "GET /project/35d367da-018f-44da-8a7d-24767a1c6015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1350 0.049476 10.0.0.65 - - [2026-03-26 03:34:08] "GET /projects?obj_uuids=35d367da-018f-44da-8a7d-24767a1c6015&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001351 10.0.0.240 - - [2026-03-26 03:34:08] "GET /project/35d367da-018f-44da-8a7d-24767a1c6015?fields=virtual_networks HTTP/1.1" 200 1025 0.050743 10.0.0.65 - - [2026-03-26 03:34:08] "GET /projects?obj_uuids=35d367da-018f-44da-8a7d-24767a1c6015&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001594 10.0.0.240 - - [2026-03-26 03:34:08] "GET /project/35d367da-018f-44da-8a7d-24767a1c6015?fields=virtual_machine_interfaces HTTP/1.1" 200 1025 0.050884 10.0.0.65 - - [2026-03-26 03:34:08] "GET /projects?obj_uuids=35d367da-018f-44da-8a7d-24767a1c6015&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000921 10.0.0.240 - - [2026-03-26 03:34:08] "GET /project/35d367da-018f-44da-8a7d-24767a1c6015?fields=security_groups HTTP/1.1" 200 1248 0.054449 10.0.0.240 - - [2026-03-26 03:34:09] "POST /fqname-to-id HTTP/1.1" 404 182 0.041855 10.0.0.65 - - [2026-03-26 03:34:10] "GET /projects?obj_uuids=3d90e790-cf66-4919-9ac1-2f89def6f706&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004299 10.0.0.65 - - [2026-03-26 03:34:10] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001648 10.0.0.65 - - [2026-03-26 03:34:10] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010773 10.0.0.65 - - [2026-03-26 03:34:10] "POST /id-to-fqname HTTP/1.1" 200 184 0.002433 10.0.0.65 - - [2026-03-26 03:34:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.010452 10.0.0.65 - - [2026-03-26 03:34:10] "POST /security-groups HTTP/1.1" 200 585 0.089860 10.0.0.22 - - [2026-03-26 03:34:10] "POST /fqname-to-id HTTP/1.1" 404 228 0.008192 10.0.0.65 - - [2026-03-26 03:34:10] "POST /projects HTTP/1.1" 200 573 0.365395 10.0.0.65 - - [2026-03-26 03:34:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.403149 10.0.0.240 - - [2026-03-26 03:34:10] "GET /project/3d90e790-cf66-4919-9ac1-2f89def6f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.583143 10.0.0.22 - - [2026-03-26 03:34:10] "POST /access-control-lists HTTP/1.1" 200 588 0.065054 10.0.0.240 - - [2026-03-26 03:34:11] "GET / HTTP/1.1" 200 35931 0.002128 10.0.0.65 - - [2026-03-26 03:34:14] "GET /projects?obj_uuids=3d90e790-cf66-4919-9ac1-2f89def6f706&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001148 10.0.0.240 - - [2026-03-26 03:34:15] "GET /project/3d90e790-cf66-4919-9ac1-2f89def6f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1339 0.062010 10.0.0.65 - - [2026-03-26 03:34:15] "GET /projects?obj_uuids=3d90e790-cf66-4919-9ac1-2f89def6f706&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002599 10.0.0.240 - - [2026-03-26 03:34:15] "GET /project/3d90e790-cf66-4919-9ac1-2f89def6f706?fields=virtual_networks HTTP/1.1" 200 1020 0.062081 10.0.0.65 - - [2026-03-26 03:34:15] "GET /projects?obj_uuids=3d90e790-cf66-4919-9ac1-2f89def6f706&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001456 10.0.0.240 - - [2026-03-26 03:34:15] "GET /project/3d90e790-cf66-4919-9ac1-2f89def6f706?fields=virtual_machine_interfaces HTTP/1.1" 200 1020 0.052219 10.0.0.65 - - [2026-03-26 03:34:15] "GET /projects?obj_uuids=3d90e790-cf66-4919-9ac1-2f89def6f706&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001100 10.0.0.240 - - [2026-03-26 03:34:15] "GET /project/3d90e790-cf66-4919-9ac1-2f89def6f706?fields=security_groups HTTP/1.1" 200 1240 0.045651 10.0.0.240 - - [2026-03-26 03:34:16] "POST /fqname-to-id HTTP/1.1" 404 186 0.028063 10.0.0.65 - - [2026-03-26 03:34:16] "GET /projects?obj_uuids=38887d35-02be-41c7-aff3-c84b1271a6c4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004867 10.0.0.65 - - [2026-03-26 03:34:16] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001233 10.0.0.65 - - [2026-03-26 03:34:16] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008989 10.0.0.65 - - [2026-03-26 03:34:16] "POST /id-to-fqname HTTP/1.1" 200 188 0.001904 10.0.0.65 - - [2026-03-26 03:34:16] "POST /fqname-to-id HTTP/1.1" 404 197 0.003399 10.0.0.65 - - [2026-03-26 03:34:16] "POST /security-groups HTTP/1.1" 200 589 0.034893 10.0.0.65 - - [2026-03-26 03:34:16] "POST /projects HTTP/1.1" 200 581 0.341814 10.0.0.22 - - [2026-03-26 03:34:16] "POST /fqname-to-id HTTP/1.1" 404 231 0.010719 10.0.0.65 - - [2026-03-26 03:34:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.417831 10.0.0.240 - - [2026-03-26 03:34:16] "GET /project/38887d35-02be-41c7-aff3-c84b1271a6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.593869 10.0.0.240 - - [2026-03-26 03:34:18] "GET / HTTP/1.1" 200 35931 0.001618 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /project/35d367da018f44da8a7d24767a1c6015 HTTP/1.1" 404 173 0.023465 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /project/38887d3502be41c7aff3c84b1271a6c4 HTTP/1.1" 404 173 0.011784 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /project/834d3acb-6166-4000-9c9f-95eb6c8a91e3 HTTP/1.1" 404 177 0.030215 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /project/19b6dc97b51747279266b329b9a0f756 HTTP/1.1" 404 173 0.032380 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /project/3d90e790cf6649199ac12f89def6f706 HTTP/1.1" 404 173 0.020705 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /project/1bab902cbad34b739e8d9befedae91a5 HTTP/1.1" 404 173 0.028385 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=19b6dc97-b517-4727-9266-b329b9a0f756&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001194 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=35d367da-018f-44da-8a7d-24767a1c6015&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001061 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=3d90e790-cf66-4919-9ac1-2f89def6f706&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000869 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=1bab902c-bad3-4b73-9e8d-9befedae91a5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000940 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /project/0d450306c3eb4a1b841ff03d07798cce HTTP/1.1" 404 173 0.009582 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=0d450306-c3eb-4a1b-841f-f03d07798cce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001065 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/19b6dc97-b517-4727-9266-b329b9a0f756?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.099173 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/3d90e790-cf66-4919-9ac1-2f89def6f706?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1444 0.119285 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/1bab902c-bad3-4b73-9e8d-9befedae91a5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1512 0.133106 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/35d367da-018f-44da-8a7d-24767a1c6015?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1455 0.135281 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=19b6dc97-b517-4727-9266-b329b9a0f756&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001199 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=3d90e790-cf66-4919-9ac1-2f89def6f706&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001028 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=35d367da-018f-44da-8a7d-24767a1c6015&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001015 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=1bab902c-bad3-4b73-9e8d-9befedae91a5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001010 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/0d450306-c3eb-4a1b-841f-f03d07798cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.185818 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=0d450306-c3eb-4a1b-841f-f03d07798cce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001271 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/19b6dc97-b517-4727-9266-b329b9a0f756?fields=security_groups HTTP/1.1" 200 1348 0.133599 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/1bab902c-bad3-4b73-9e8d-9befedae91a5?fields=security_groups HTTP/1.1" 200 1396 0.128150 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/35d367da-018f-44da-8a7d-24767a1c6015?fields=security_groups HTTP/1.1" 200 1353 0.132628 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/3d90e790-cf66-4919-9ac1-2f89def6f706?fields=security_groups HTTP/1.1" 200 1345 0.148530 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/0d450306-c3eb-4a1b-841f-f03d07798cce?fields=security_groups HTTP/1.1" 200 1376 0.117237 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /security-group/e352bb53-2560-4798-9fc3-93b5e1c96049 HTTP/1.1" 200 115 0.146853 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /security-group/433d88a1-ddf5-41fe-8451-272553c1c86f HTTP/1.1" 200 115 0.139284 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=19b6dc97-b517-4727-9266-b329b9a0f756&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001120 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=1bab902c-bad3-4b73-9e8d-9befedae91a5&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001688 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /security-group/49ea0e57-1d84-4acd-b28a-175e74dc37fb HTTP/1.1" 200 115 0.161457 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=35d367da-018f-44da-8a7d-24767a1c6015&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001917 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /security-group/f27fcc51-7113-4c18-8955-edc879ed7234 HTTP/1.1" 200 115 0.187765 10.0.0.65 - - [2026-03-26 03:34:20] "DELETE /security-group/eaa1e288-58a7-429a-b584-c9cb173e6f55 HTTP/1.1" 200 115 0.170997 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=3d90e790-cf66-4919-9ac1-2f89def6f706&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001425 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/19b6dc97-b517-4727-9266-b329b9a0f756?fields=application_policy_sets HTTP/1.1" 200 1387 0.108768 10.0.0.65 - - [2026-03-26 03:34:20] "GET /projects?obj_uuids=0d450306-c3eb-4a1b-841f-f03d07798cce&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006277 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/1bab902c-bad3-4b73-9e8d-9befedae91a5?fields=application_policy_sets HTTP/1.1" 200 1435 0.133569 10.0.0.22 - - [2026-03-26 03:34:20] "DELETE /access-control-list/2356192a-d9a0-4dfa-99e6-44aa73cf3ddb HTTP/1.1" 200 115 0.129308 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/3d90e790-cf66-4919-9ac1-2f89def6f706?fields=application_policy_sets HTTP/1.1" 200 1384 0.133151 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/35d367da-018f-44da-8a7d-24767a1c6015?fields=application_policy_sets HTTP/1.1" 200 1392 0.211046 10.0.0.65 - - [2026-03-26 03:34:20] "GET /project/0d450306-c3eb-4a1b-841f-f03d07798cce?fields=application_policy_sets HTTP/1.1" 200 1415 0.252703 10.0.0.22 - - [2026-03-26 03:34:20] "DELETE /access-control-list/06bcb5c1-c255-4f56-add4-9af9fb21acbe HTTP/1.1" 200 115 0.173749 10.0.0.65 - - [2026-03-26 03:34:21] "GET /projects?obj_uuids=38887d35-02be-41c7-aff3-c84b1271a6c4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002188 10.0.0.65 - - [2026-03-26 03:34:21] "DELETE /project/19b6dc97-b517-4727-9266-b329b9a0f756 HTTP/1.1" 200 115 1.190124 10.0.0.22 - - [2026-03-26 03:34:21] "DELETE /access-control-list/823fdcea-f04c-4c68-b00e-5009e5a6857f HTTP/1.1" 200 115 0.178784 10.0.0.240 - - [2026-03-26 03:34:21] "GET /project/38887d35-02be-41c7-aff3-c84b1271a6c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.143646 10.0.0.65 - - [2026-03-26 03:34:21] "DELETE /project/1bab902c-bad3-4b73-9e8d-9befedae91a5 HTTP/1.1" 200 115 1.292409 10.0.0.65 - - [2026-03-26 03:34:21] "GET /projects?obj_uuids=38887d35-02be-41c7-aff3-c84b1271a6c4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001836 10.0.0.65 - - [2026-03-26 03:34:21] "DELETE /project/3d90e790-cf66-4919-9ac1-2f89def6f706 HTTP/1.1" 200 115 1.304726 10.0.0.65 - - [2026-03-26 03:34:21] "DELETE /project/35d367da-018f-44da-8a7d-24767a1c6015 HTTP/1.1" 200 115 1.311252 10.0.0.65 - - [2026-03-26 03:34:21] "DELETE /project/0d450306-c3eb-4a1b-841f-f03d07798cce HTTP/1.1" 200 115 1.315239 10.0.0.240 - - [2026-03-26 03:34:21] "GET /project/38887d35-02be-41c7-aff3-c84b1271a6c4?fields=virtual_networks HTTP/1.1" 200 1028 0.115648 10.0.0.65 - - [2026-03-26 03:34:21] "GET /projects?obj_uuids=38887d35-02be-41c7-aff3-c84b1271a6c4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001053 10.0.0.240 - - [2026-03-26 03:34:21] "GET /project/38887d35-02be-41c7-aff3-c84b1271a6c4?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.054042 10.0.0.65 - - [2026-03-26 03:34:21] "GET /projects?obj_uuids=38887d35-02be-41c7-aff3-c84b1271a6c4&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001132 10.0.0.240 - - [2026-03-26 03:34:21] "GET /project/38887d35-02be-41c7-aff3-c84b1271a6c4?fields=security_groups HTTP/1.1" 200 1252 0.052829 10.0.0.240 - - [2026-03-26 03:34:22] "POST /fqname-to-id HTTP/1.1" 404 186 0.037907 10.0.0.65 - - [2026-03-26 03:34:22] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003044 10.0.0.65 - - [2026-03-26 03:34:22] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000904 10.0.0.65 - - [2026-03-26 03:34:22] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008491 10.0.0.65 - - [2026-03-26 03:34:22] "POST /id-to-fqname HTTP/1.1" 200 188 0.008811 10.0.0.65 - - [2026-03-26 03:34:22] "POST /fqname-to-id HTTP/1.1" 404 197 0.008785 10.0.0.65 - - [2026-03-26 03:34:22] "POST /security-groups HTTP/1.1" 200 589 0.079216 10.0.0.22 - - [2026-03-26 03:34:22] "POST /fqname-to-id HTTP/1.1" 404 232 0.005663 10.0.0.65 - - [2026-03-26 03:34:22] "POST /projects HTTP/1.1" 200 581 0.300663 10.0.0.65 - - [2026-03-26 03:34:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.378586 10.0.0.22 - - [2026-03-26 03:34:23] "POST /access-control-lists HTTP/1.1" 200 592 0.032737 10.0.0.240 - - [2026-03-26 03:34:23] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.536544 10.0.0.240 - - [2026-03-26 03:34:24] "GET / HTTP/1.1" 200 35931 0.001623 10.0.0.240 - - [2026-03-26 03:34:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.240 - - [2026-03-26 03:34:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.061912 10.0.0.65 - - [2026-03-26 03:34:26] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001015 10.0.0.240 - - [2026-03-26 03:34:26] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.044510 10.0.0.65 - - [2026-03-26 03:34:27] "POST /useragent-kv HTTP/1.1" 200 115 0.011987 10.0.0.240 - - [2026-03-26 03:34:27] "POST /neutron/subnet HTTP/1.1" 200 715 0.308084 10.0.0.240 - - [2026-03-26 03:34:27] "POST /id-to-fqname HTTP/1.1" 200 218 0.001392 10.0.0.240 - - [2026-03-26 03:34:27] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.005537 10.0.0.240 - - [2026-03-26 03:34:27] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006764 10.0.0.240 - - [2026-03-26 03:34:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003814 10.0.0.240 - - [2026-03-26 03:34:27] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.006370 10.0.0.22 - - [2026-03-26 03:34:27] "POST /route-targets HTTP/1.1" 200 323 0.015864 10.0.0.240 - - [2026-03-26 03:34:27] "PUT /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7 HTTP/1.1" 200 264 0.070071 10.0.0.240 - - [2026-03-26 03:34:27] "POST /neutron/network HTTP/1.1" 200 820 0.007748 10.0.0.240 - - [2026-03-26 03:34:28] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006508 10.0.0.65 - - [2026-03-26 03:34:29] "GET /obj-perms HTTP/1.1" 200 5045 0.063517 10.0.0.240 - - [2026-03-26 03:34:29] "POST /neutron/subnet HTTP/1.1" 200 715 0.010714 10.0.0.240 - - [2026-03-26 03:34:29] "POST /id-to-fqname HTTP/1.1" 200 218 0.001416 10.0.0.65 - - [2026-03-26 03:34:30] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000977 10.0.0.240 - - [2026-03-26 03:34:30] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.077624 10.0.0.240 - - [2026-03-26 03:34:30] "POST /neutron/network HTTP/1.1" 200 820 0.033267 10.0.0.240 - - [2026-03-26 03:34:31] "POST /neutron/port HTTP/1.1" 200 117 0.006471 10.0.0.240 - - [2026-03-26 03:34:32] "POST /neutron/port HTTP/1.1" 200 1056 0.055484 10.0.0.240 - - [2026-03-26 03:34:32] "POST /neutron/port HTTP/1.1" 200 1120 0.018920 10.0.0.240 - - [2026-03-26 03:34:32] "POST /neutron/port HTTP/1.1" 200 117 0.001350 10.0.0.240 - - [2026-03-26 03:34:35] "POST /neutron/port HTTP/1.1" 200 1219 0.020868 10.0.0.240 - - [2026-03-26 03:34:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004666 10.0.0.240 - - [2026-03-26 03:34:35] "POST /neutron/port HTTP/1.1" 200 117 0.001577 10.0.0.240 - - [2026-03-26 03:34:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010550 10.0.0.240 - - [2026-03-26 03:34:36] "POST /neutron/port HTTP/1.1" 200 1120 0.020806 10.0.0.240 - - [2026-03-26 03:34:36] "GET /virtual-machine/b256a47d-98a4-403e-8c2b-21874ca9bbba HTTP/1.1" 401 293 0.000562 10.0.0.240 - - [2026-03-26 03:34:36] "GET /virtual-machine/b256a47d-98a4-403e-8c2b-21874ca9bbba HTTP/1.1" 200 1291 0.034167 10.0.0.240 - - [2026-03-26 03:34:36] "GET /virtual-machine-interface/b3fcd0bb-dd23-40b3-9be4-695e086d30b9 HTTP/1.1" 200 2932 0.005929 10.0.0.240 - - [2026-03-26 03:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004763 10.0.0.240 - - [2026-03-26 03:34:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004494 10.0.0.240 - - [2026-03-26 03:34:36] "GET /virtual-networks?parent_id=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003575 10.0.0.240 - - [2026-03-26 03:34:37] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.012486 10.0.0.240 - - [2026-03-26 03:34:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.240 - - [2026-03-26 03:34:40] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006264 10.0.0.240 - - [2026-03-26 03:34:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004461 10.0.0.240 - - [2026-03-26 03:34:44] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005944 10.0.0.240 - - [2026-03-26 03:34:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.240 - - [2026-03-26 03:34:48] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006433 10.0.0.240 - - [2026-03-26 03:34:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.240 - - [2026-03-26 03:34:52] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006861 10.0.0.240 - - [2026-03-26 03:34:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.240 - - [2026-03-26 03:34:56] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.008783 10.0.0.240 - - [2026-03-26 03:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004390 10.0.0.240 - - [2026-03-26 03:35:00] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006603 10.0.0.240 - - [2026-03-26 03:35:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.240 - - [2026-03-26 03:35:04] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005593 10.0.0.240 - - [2026-03-26 03:35:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005462 10.0.0.240 - - [2026-03-26 03:35:08] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007691 10.0.0.240 - - [2026-03-26 03:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003547 10.0.0.240 - - [2026-03-26 03:35:10] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005608 10.0.0.240 - - [2026-03-26 03:35:10] "GET /virtual-networks?parent_id=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003283 10.0.0.240 - - [2026-03-26 03:35:10] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007481 10.0.0.240 - - [2026-03-26 03:35:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008262 10.0.0.240 - - [2026-03-26 03:35:20] "POST /neutron/port HTTP/1.1" 200 1120 0.127517 10.0.0.240 - - [2026-03-26 03:35:21] "GET /obj-perms HTTP/1.1" 200 5075 0.184856 10.0.0.22 - - [2026-03-26 03:35:21] "DELETE /access-control-list/33b8f438-a274-4e0a-8dae-4c7bfed1e8f8 HTTP/1.1" 200 115 0.111580 10.0.0.65 - - [2026-03-26 03:35:21] "DELETE /project/d9aab05433ae400b892ac1a901d662ef HTTP/1.1" 404 173 0.004031 10.0.0.65 - - [2026-03-26 03:35:21] "DELETE /project/38887d35-02be-41c7-aff3-c84b1271a6c4 HTTP/1.1" 404 177 0.007493 10.0.0.240 - - [2026-03-26 03:35:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007459 10.0.0.240 - - [2026-03-26 03:35:31] "POST /neutron/port HTTP/1.1" 200 1219 0.050043 10.0.0.240 - - [2026-03-26 03:35:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.013957 10.0.0.240 - - [2026-03-26 03:35:31] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.240 - - [2026-03-26 03:35:31] "POST /neutron/port HTTP/1.1" 200 1120 0.020705 10.0.0.240 - - [2026-03-26 03:35:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008370 10.0.0.240 - - [2026-03-26 03:35:32] "POST /neutron/port HTTP/1.1" 200 1120 0.023243 10.0.0.240 - - [2026-03-26 03:35:32] "POST /neutron/network HTTP/1.1" 200 820 0.008140 10.0.0.240 - - [2026-03-26 03:35:32] "POST /id-to-fqname HTTP/1.1" 200 218 0.001310 10.0.0.240 - - [2026-03-26 03:35:32] "GET /virtual-machine/b256a47d-98a4-403e-8c2b-21874ca9bbba HTTP/1.1" 200 1291 0.004647 10.0.0.240 - - [2026-03-26 03:35:32] "GET /virtual-machine-interface/b3fcd0bb-dd23-40b3-9be4-695e086d30b9 HTTP/1.1" 200 2932 0.005846 10.0.0.240 - - [2026-03-26 03:35:32] "GET /instance-ip/3927c855-46e9-4e48-8adc-642ae2f919be HTTP/1.1" 200 1614 0.007449 10.0.0.240 - - [2026-03-26 03:35:32] "POST /fqname-to-id HTTP/1.1" 404 208 0.004019 10.0.0.240 - - [2026-03-26 03:35:32] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006502 10.0.0.65 - - [2026-03-26 03:35:32] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001063 10.0.0.240 - - [2026-03-26 03:35:32] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.068488 10.0.0.240 - - [2026-03-26 03:35:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.240 - - [2026-03-26 03:35:32] "GET /security-group/bb06b54e-96ba-4f18-8154-9845aea61da4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3748 0.004720 10.0.0.240 - - [2026-03-26 03:35:32] "POST /virtual-machine-interfaces HTTP/1.1" 200 563 0.078628 10.0.0.240 - - [2026-03-26 03:35:32] "POST /instance-ips HTTP/1.1" 200 357 0.040654 10.0.0.240 - - [2026-03-26 03:35:32] "GET /instance-ip/098f7d62-5f46-4330-9517-660a2be1831f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1567 0.006195 10.0.0.240 - - [2026-03-26 03:35:32] "GET /virtual-machine-interface/e896a5c9-bf04-4e06-95af-823bc405a996?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2342 0.005982 10.0.0.240 - - [2026-03-26 03:35:32] "GET /virtual-machine-interface/e896a5c9-bf04-4e06-95af-823bc405a996?fields=instance_ip_back_refs HTTP/1.1" 200 1324 0.008062 10.0.0.240 - - [2026-03-26 03:35:32] "GET /instance-ip/098f7d62-5f46-4330-9517-660a2be1831f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1567 0.005562 10.0.0.240 - - [2026-03-26 03:35:32] "POST /id-to-fqname HTTP/1.1" 200 218 0.001307 10.0.0.240 - - [2026-03-26 03:35:33] "POST /neutron/port HTTP/1.1" 200 963 0.011993 10.0.0.240 - - [2026-03-26 03:35:33] "POST /neutron/port HTTP/1.1" 200 963 0.013107 10.0.0.240 - - [2026-03-26 03:35:33] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009684 10.0.0.240 - - [2026-03-26 03:35:33] "POST /neutron/port HTTP/1.1" 200 963 0.013999 10.0.0.240 - - [2026-03-26 03:35:34] "POST /neutron/port HTTP/1.1" 200 963 0.013858 10.0.0.240 - - [2026-03-26 03:35:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004885 10.0.0.240 - - [2026-03-26 03:35:34] "POST /neutron/network HTTP/1.1" 200 820 0.007625 10.0.0.240 - - [2026-03-26 03:35:36] "POST /neutron/network HTTP/1.1" 200 939 0.040135 10.0.0.240 - - [2026-03-26 03:35:36] "POST /neutron/port HTTP/1.1" 200 117 0.001090 10.0.0.240 - - [2026-03-26 03:35:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008893 10.0.0.240 - - [2026-03-26 03:35:38] "POST /neutron/port HTTP/1.1" 200 1065 0.041230 10.0.0.240 - - [2026-03-26 03:35:38] "GET /virtual-machine/84625755-b591-4021-9ff3-5338d4412af4 HTTP/1.1" 200 1268 0.012881 10.0.0.240 - - [2026-03-26 03:35:39] "GET /virtual-machine-interface/e896a5c9-bf04-4e06-95af-823bc405a996 HTTP/1.1" 200 2982 0.006948 10.0.0.240 - - [2026-03-26 03:35:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.240 - - [2026-03-26 03:35:39] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005101 10.0.0.240 - - [2026-03-26 03:35:39] "GET /virtual-networks?parent_id=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005834 10.0.0.240 - - [2026-03-26 03:35:39] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005771 10.0.0.240 - - [2026-03-26 03:35:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.240 - - [2026-03-26 03:35:42] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005885 10.0.0.240 - - [2026-03-26 03:35:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.240 - - [2026-03-26 03:35:46] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006723 10.0.0.240 - - [2026-03-26 03:35:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.240 - - [2026-03-26 03:35:50] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005615 10.0.0.240 - - [2026-03-26 03:35:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.240 - - [2026-03-26 03:35:54] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006569 10.0.0.240 - - [2026-03-26 03:35:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.240 - - [2026-03-26 03:35:58] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007331 10.0.0.240 - - [2026-03-26 03:36:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.240 - - [2026-03-26 03:36:02] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005895 10.0.0.240 - - [2026-03-26 03:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004023 10.0.0.240 - - [2026-03-26 03:36:06] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005729 10.0.0.240 - - [2026-03-26 03:36:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.240 - - [2026-03-26 03:36:10] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006113 10.0.0.240 - - [2026-03-26 03:36:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.240 - - [2026-03-26 03:36:14] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006847 10.0.0.240 - - [2026-03-26 03:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.240 - - [2026-03-26 03:36:17] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004499 10.0.0.240 - - [2026-03-26 03:36:17] "GET /virtual-networks?parent_id=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003200 10.0.0.240 - - [2026-03-26 03:36:17] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006655 10.0.0.240 - - [2026-03-26 03:36:17] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008292 10.0.0.22 - - [2026-03-26 03:36:21] "GET /obj-perms HTTP/1.1" 200 5075 0.103264 10.0.0.240 - - [2026-03-26 03:36:27] "POST /neutron/port HTTP/1.1" 200 1065 0.019275 10.0.0.240 - - [2026-03-26 03:36:27] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010324 10.0.0.240 - - [2026-03-26 03:36:31] "POST /neutron/network HTTP/1.1" 200 939 0.007289 10.0.0.240 - - [2026-03-26 03:36:31] "POST /neutron/port HTTP/1.1" 200 117 0.001366 10.0.0.240 - - [2026-03-26 03:36:32] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008146 10.0.0.240 - - [2026-03-26 03:36:36] "POST /neutron/network HTTP/1.1" 200 1124 0.006889 10.0.0.240 - - [2026-03-26 03:36:36] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016850 10.0.0.240 - - [2026-03-26 03:36:36] "POST /neutron/network HTTP/1.1" 200 1114 0.014079 10.0.0.240 - - [2026-03-26 03:36:37] "POST /id-to-fqname HTTP/1.1" 200 218 0.001712 10.0.0.240 - - [2026-03-26 03:36:38] "POST /neutron/network HTTP/1.1" 200 830 0.009391 10.0.0.65 - - [2026-03-26 03:36:38] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002119 10.0.0.240 - - [2026-03-26 03:36:39] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.101146 10.0.0.240 - - [2026-03-26 03:36:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009130 10.0.0.240 - - [2026-03-26 03:36:39] "POST /neutron/network HTTP/1.1" 200 830 0.012278 10.0.0.240 - - [2026-03-26 03:36:40] "POST /neutron/port HTTP/1.1" 200 1056 0.020062 10.0.0.240 - - [2026-03-26 03:36:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004105 10.0.0.240 - - [2026-03-26 03:36:40] "POST /neutron/network HTTP/1.1" 200 820 0.007830 10.0.0.240 - - [2026-03-26 03:36:44] "POST /neutron/port HTTP/1.1" 200 1120 0.023500 10.0.0.240 - - [2026-03-26 03:36:44] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009737 10.0.0.240 - - [2026-03-26 03:36:44] "GET /virtual-machine/2ff26d47-1c69-47bb-b26e-efeb28dfd998 HTTP/1.1" 200 1290 0.007422 10.0.0.240 - - [2026-03-26 03:36:44] "GET /virtual-machine-interface/a4357940-66e5-4a9d-bf06-e4e8a0a16b61 HTTP/1.1" 200 2932 0.005967 10.0.0.240 - - [2026-03-26 03:36:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.240 - - [2026-03-26 03:36:44] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004422 10.0.0.240 - - [2026-03-26 03:36:44] "GET /virtual-networks?parent_id=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003754 10.0.0.240 - - [2026-03-26 03:36:44] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007427 10.0.0.240 - - [2026-03-26 03:36:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004767 10.0.0.240 - - [2026-03-26 03:36:47] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.008743 10.0.0.240 - - [2026-03-26 03:36:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.240 - - [2026-03-26 03:36:52] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006216 10.0.0.240 - - [2026-03-26 03:36:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.240 - - [2026-03-26 03:36:56] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.008287 10.0.0.240 - - [2026-03-26 03:37:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.240 - - [2026-03-26 03:37:00] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007374 10.0.0.240 - - [2026-03-26 03:37:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.240 - - [2026-03-26 03:37:04] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006537 10.0.0.240 - - [2026-03-26 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004053 10.0.0.240 - - [2026-03-26 03:37:08] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.008167 10.0.0.240 - - [2026-03-26 03:37:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.240 - - [2026-03-26 03:37:12] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006808 10.0.0.240 - - [2026-03-26 03:37:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004093 10.0.0.240 - - [2026-03-26 03:37:16] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006307 10.0.0.240 - - [2026-03-26 03:37:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.240 - - [2026-03-26 03:37:18] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004481 10.0.0.240 - - [2026-03-26 03:37:18] "GET /virtual-networks?parent_id=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005622 10.0.0.240 - - [2026-03-26 03:37:18] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006473 10.0.0.240 - - [2026-03-26 03:37:24] "POST /neutron/port HTTP/1.1" 200 1120 0.019401 10.0.0.240 - - [2026-03-26 03:37:26] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007830 10.0.0.240 - - [2026-03-26 03:37:33] "POST /neutron/port HTTP/1.1" 200 1120 0.019305 10.0.0.240 - - [2026-03-26 03:37:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004488 10.0.0.240 - - [2026-03-26 03:37:33] "POST /neutron/network HTTP/1.1" 200 820 0.009542 10.0.0.240 - - [2026-03-26 03:37:37] "POST /neutron/port HTTP/1.1" 200 1109 0.024207 10.0.0.240 - - [2026-03-26 03:37:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005284 10.0.0.240 - - [2026-03-26 03:37:37] "POST /neutron/network HTTP/1.1" 200 929 0.007213 10.0.0.240 - - [2026-03-26 03:37:39] "POST /neutron/port HTTP/1.1" 200 1120 0.017645 10.0.0.240 - - [2026-03-26 03:37:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007944 10.0.0.240 - - [2026-03-26 03:37:40] "POST /neutron/network HTTP/1.1" 200 794 0.016808 10.0.0.240 - - [2026-03-26 03:37:40] "POST /id-to-fqname HTTP/1.1" 200 218 0.001342 10.0.0.240 - - [2026-03-26 03:37:40] "GET /virtual-machine/2ff26d47-1c69-47bb-b26e-efeb28dfd998 HTTP/1.1" 200 1290 0.005528 10.0.0.240 - - [2026-03-26 03:37:40] "GET /virtual-machine-interface/a4357940-66e5-4a9d-bf06-e4e8a0a16b61 HTTP/1.1" 200 2932 0.005532 10.0.0.240 - - [2026-03-26 03:37:40] "GET /instance-ip/93614391-6a51-407f-b7d7-35a18fd3f2c7 HTTP/1.1" 200 1615 0.011384 10.0.0.240 - - [2026-03-26 03:37:40] "GET /virtual-machine-interface/a4357940-66e5-4a9d-bf06-e4e8a0a16b61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2711 0.006222 10.0.0.240 - - [2026-03-26 03:37:40] "PUT /virtual-machine-interface/a4357940-66e5-4a9d-bf06-e4e8a0a16b61 HTTP/1.1" 200 284 0.018273 10.0.0.65 - - [2026-03-26 03:38:23] "GET /obj-perms HTTP/1.1" 200 5075 0.068518 10.0.0.240 - - [2026-03-26 03:38:33] "POST /neutron/port HTTP/1.1" 200 1219 0.017517 10.0.0.240 - - [2026-03-26 03:38:33] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005940 10.0.0.240 - - [2026-03-26 03:38:33] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.240 - - [2026-03-26 03:38:38] "POST /neutron/port HTTP/1.1" 200 1219 0.017715 10.0.0.240 - - [2026-03-26 03:38:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004821 10.0.0.240 - - [2026-03-26 03:38:38] "POST /neutron/port HTTP/1.1" 200 117 0.001500 10.0.0.240 - - [2026-03-26 03:39:02] "DELETE /instance-ip/098f7d62-5f46-4330-9517-660a2be1831f HTTP/1.1" 200 115 0.063121 10.0.0.240 - - [2026-03-26 03:39:02] "DELETE /virtual-machine-interface/e896a5c9-bf04-4e06-95af-823bc405a996 HTTP/1.1" 200 115 0.081011 10.0.0.240 - - [2026-03-26 03:39:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003561 10.0.0.240 - - [2026-03-26 03:39:02] "GET /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006555 10.0.0.240 - - [2026-03-26 03:39:03] "PUT /virtual-network/beee1b11-cdaf-4818-8a30-6f7dc8895ac7 HTTP/1.1" 200 264 0.070276 10.0.0.240 - - [2026-03-26 03:39:03] "POST /neutron/network HTTP/1.1" 400 204 0.017755 10.0.0.22 - - [2026-03-26 03:39:03] "DELETE /route-target/f245b1b3-375a-4a8c-8e6f-0f710deb753b HTTP/1.1" 200 115 0.069023 10.0.0.240 - - [2026-03-26 03:39:03] "POST /neutron/port HTTP/1.1" 200 151 0.243643 10.0.0.22 - - [2026-03-26 03:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.240 - - [2026-03-26 03:39:03] "POST /neutron/port HTTP/1.1" 200 151 0.219420 10.0.0.22 - - [2026-03-26 03:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000366 10.0.0.22 - - [2026-03-26 03:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.22 - - [2026-03-26 03:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.65 - - [2026-03-26 03:39:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000385 10.0.0.65 - - [2026-03-26 03:39:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000538 10.0.0.65 - - [2026-03-26 03:39:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.65 - - [2026-03-26 03:39:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.240 - - [2026-03-26 03:39:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000397 10.0.0.240 - - [2026-03-26 03:39:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.65 - - [2026-03-26 03:39:06] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.042627 10.0.0.240 - - [2026-03-26 03:39:06] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1355 0.127610 10.0.0.65 - - [2026-03-26 03:39:06] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002049 10.0.0.240 - - [2026-03-26 03:39:06] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?fields=virtual_networks HTTP/1.1" 200 1028 0.050523 10.0.0.65 - - [2026-03-26 03:39:07] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001349 10.0.0.240 - - [2026-03-26 03:39:07] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1028 0.047444 10.0.0.65 - - [2026-03-26 03:39:07] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001072 10.0.0.240 - - [2026-03-26 03:39:07] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?fields=security_groups HTTP/1.1" 200 1252 0.057691 10.0.0.240 - - [2026-03-26 03:39:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.240 - - [2026-03-26 03:39:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.240 - - [2026-03-26 03:39:08] "POST /neutron/port HTTP/1.1" 200 117 0.004669 10.0.0.240 - - [2026-03-26 03:39:08] "POST /fqname-to-id HTTP/1.1" 404 185 0.048150 10.0.0.65 - - [2026-03-26 03:39:08] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002986 10.0.0.65 - - [2026-03-26 03:39:08] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000884 10.0.0.65 - - [2026-03-26 03:39:08] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038774 10.0.0.65 - - [2026-03-26 03:39:08] "POST /id-to-fqname HTTP/1.1" 200 187 0.001080 10.0.0.65 - - [2026-03-26 03:39:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.011602 10.0.0.65 - - [2026-03-26 03:39:08] "POST /security-groups HTTP/1.1" 200 588 0.033185 10.0.0.22 - - [2026-03-26 03:39:08] "POST /fqname-to-id HTTP/1.1" 404 231 0.003575 10.0.0.65 - - [2026-03-26 03:39:08] "POST /projects HTTP/1.1" 200 579 0.247056 10.0.0.65 - - [2026-03-26 03:39:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.290520 10.0.0.240 - - [2026-03-26 03:39:08] "GET /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.493334 10.0.0.22 - - [2026-03-26 03:39:08] "POST /access-control-lists HTTP/1.1" 200 591 0.051336 10.0.0.240 - - [2026-03-26 03:39:10] "GET / HTTP/1.1" 200 35931 0.002361 10.0.0.240 - - [2026-03-26 03:39:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000418 10.0.0.240 - - [2026-03-26 03:39:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.072233 10.0.0.65 - - [2026-03-26 03:39:12] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001060 10.0.0.240 - - [2026-03-26 03:39:12] "GET /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.048306 10.0.0.65 - - [2026-03-26 03:39:12] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001205 10.0.0.240 - - [2026-03-26 03:39:12] "POST /neutron/network HTTP/1.1" 200 610 0.156994 10.0.0.240 - - [2026-03-26 03:39:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.003258 10.0.0.240 - - [2026-03-26 03:39:13] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006291 10.0.0.240 - - [2026-03-26 03:39:13] "POST /neutron/network HTTP/1.1" 200 828 0.007152 10.0.0.240 - - [2026-03-26 03:39:13] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005271 10.0.0.240 - - [2026-03-26 03:39:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.003363 10.0.0.240 - - [2026-03-26 03:39:13] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006501 10.0.0.65 - - [2026-03-26 03:39:13] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000947 10.0.0.240 - - [2026-03-26 03:39:13] "POST /neutron/port HTTP/1.1" 200 982 0.247612 10.0.0.240 - - [2026-03-26 03:39:13] "GET /virtual-machine-interface/2f454445-dc89-4b41-8069-f030e133231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2349 0.005349 10.0.0.240 - - [2026-03-26 03:39:13] "GET /virtual-machine-interface/2f454445-dc89-4b41-8069-f030e133231b?fields=instance_ip_back_refs HTTP/1.1" 200 1318 0.005469 10.0.0.240 - - [2026-03-26 03:39:13] "GET /instance-ip/491eb010-3d44-4177-8322-7e5cc9c5f9f0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1598 0.004481 10.0.0.240 - - [2026-03-26 03:39:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001326 10.0.0.65 - - [2026-03-26 03:39:14] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001601 10.0.0.240 - - [2026-03-26 03:39:14] "GET /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.074887 10.0.0.240 - - [2026-03-26 03:39:14] "POST /neutron/network HTTP/1.1" 200 828 0.006577 10.0.0.240 - - [2026-03-26 03:39:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.001706 10.0.0.240 - - [2026-03-26 03:39:15] "POST /neutron/port HTTP/1.1" 200 4196 0.035121 10.0.0.240 - - [2026-03-26 03:39:15] "POST /neutron/network HTTP/1.1" 200 828 0.006758 10.0.0.240 - - [2026-03-26 03:39:15] "POST /neutron/network HTTP/1.1" 200 838 0.010314 10.0.0.240 - - [2026-03-26 03:39:15] "POST /neutron/port HTTP/1.1" 200 117 0.011405 10.0.0.65 - - [2026-03-26 03:39:15] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001232 10.0.0.240 - - [2026-03-26 03:39:15] "GET /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.051609 10.0.0.240 - - [2026-03-26 03:39:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.003588 10.0.0.240 - - [2026-03-26 03:39:15] "POST /interface-route-tables HTTP/1.1" 200 556 0.033937 10.0.0.240 - - [2026-03-26 03:39:15] "GET /interface-route-table/16e6b09b-85db-40c2-8772-68c379b021a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.006267 10.0.0.240 - - [2026-03-26 03:39:16] "POST /neutron/port HTTP/1.1" 200 1110 0.132031 10.0.0.240 - - [2026-03-26 03:39:16] "POST /neutron/subnet HTTP/1.1" 200 693 0.008917 10.0.0.240 - - [2026-03-26 03:39:16] "POST /neutron/network HTTP/1.1" 200 828 0.006509 10.0.0.240 - - [2026-03-26 03:39:16] "POST /neutron/port HTTP/1.1" 200 982 0.012243 10.0.0.240 - - [2026-03-26 03:39:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003676 10.0.0.240 - - [2026-03-26 03:39:16] "POST /neutron/network HTTP/1.1" 200 828 0.011773 10.0.0.240 - - [2026-03-26 03:39:16] "GET /virtual-machine-interface/2f454445-dc89-4b41-8069-f030e133231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2662 0.009028 10.0.0.240 - - [2026-03-26 03:39:16] "POST /ref-update HTTP/1.1" 200 156 0.015628 10.0.0.65 - - [2026-03-26 03:39:22] "DELETE /project/cbcbb59ab92843a19e6ff836c01438ca HTTP/1.1" 404 173 0.004318 10.0.0.65 - - [2026-03-26 03:39:22] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000828 10.0.0.65 - - [2026-03-26 03:39:22] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.048456 10.0.0.65 - - [2026-03-26 03:39:22] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001076 10.0.0.65 - - [2026-03-26 03:39:22] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?fields=security_groups HTTP/1.1" 200 1357 0.046502 10.0.0.240 - - [2026-03-26 03:39:22] "POST /neutron/port HTTP/1.1" 200 1120 0.014304 10.0.0.65 - - [2026-03-26 03:39:22] "DELETE /security-group/bb06b54e-96ba-4f18-8154-9845aea61da4 HTTP/1.1" 200 115 0.054661 10.0.0.65 - - [2026-03-26 03:39:22] "GET /projects?obj_uuids=d9aab054-33ae-400b-892a-c1a901d662ef&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000946 10.0.0.22 - - [2026-03-26 03:39:22] "DELETE /access-control-list/23773221-a9e7-46cb-a6ab-4f873edf846f HTTP/1.1" 200 115 0.049562 10.0.0.65 - - [2026-03-26 03:39:22] "GET /project/d9aab054-33ae-400b-892a-c1a901d662ef?fields=application_policy_sets HTTP/1.1" 200 1396 0.071443 10.0.0.65 - - [2026-03-26 03:39:22] "DELETE /project/d9aab054-33ae-400b-892a-c1a901d662ef HTTP/1.1" 200 115 0.418428 10.0.0.240 - - [2026-03-26 03:39:22] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007286 10.0.0.240 - - [2026-03-26 03:39:22] "POST /neutron/port HTTP/1.1" 200 1120 0.016629 10.0.0.240 - - [2026-03-26 03:39:22] "GET /virtual-machine/5339842b-405f-49fa-9552-7b59e867564f HTTP/1.1" 401 293 0.000641 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-machine/5339842b-405f-49fa-9552-7b59e867564f HTTP/1.1" 200 1289 0.033013 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-machine/5339842b-405f-49fa-9552-7b59e867564f HTTP/1.1" 200 1289 0.004798 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-machine-interface/ef1f885b-6ef0-4da3-bee0-a9fdf9b12bc2 HTTP/1.1" 200 2939 0.005605 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-machine/5339842b-405f-49fa-9552-7b59e867564f HTTP/1.1" 200 1289 0.003625 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-machine-interface/ef1f885b-6ef0-4da3-bee0-a9fdf9b12bc2 HTTP/1.1" 200 2939 0.005848 10.0.0.240 - - [2026-03-26 03:39:23] "GET /instance-ip/e7c055da-d585-4e25-b2e7-0ee82fe8437d HTTP/1.1" 200 1618 0.006124 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-machine/5339842b-405f-49fa-9552-7b59e867564f HTTP/1.1" 200 1289 0.004032 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-machine-interface/ef1f885b-6ef0-4da3-bee0-a9fdf9b12bc2 HTTP/1.1" 200 2939 0.005109 10.0.0.240 - - [2026-03-26 03:39:23] "GET /instance-ip/e7c055da-d585-4e25-b2e7-0ee82fe8437d HTTP/1.1" 200 1618 0.003809 10.0.0.240 - - [2026-03-26 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003603 10.0.0.240 - - [2026-03-26 03:39:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003962 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003122 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006797 10.0.0.240 - - [2026-03-26 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.240 - - [2026-03-26 03:39:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004116 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003370 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006336 10.0.0.240 - - [2026-03-26 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.240 - - [2026-03-26 03:39:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004183 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003326 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005997 10.0.0.240 - - [2026-03-26 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.240 - - [2026-03-26 03:39:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005267 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003079 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006952 10.0.0.240 - - [2026-03-26 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004012 10.0.0.240 - - [2026-03-26 03:39:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003675 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003005 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005886 10.0.0.240 - - [2026-03-26 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.240 - - [2026-03-26 03:39:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004340 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002915 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006342 10.0.0.240 - - [2026-03-26 03:39:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003259 10.0.0.240 - - [2026-03-26 03:39:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003881 10.0.0.240 - - [2026-03-26 03:39:23] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003167 10.0.0.240 - - [2026-03-26 03:39:24] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005923 10.0.0.240 - - [2026-03-26 03:39:24] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007986 10.0.0.240 - - [2026-03-26 03:39:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003252 10.0.0.240 - - [2026-03-26 03:39:27] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.004445 10.0.0.240 - - [2026-03-26 03:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004011 10.0.0.240 - - [2026-03-26 03:39:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003979 10.0.0.240 - - [2026-03-26 03:39:29] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002402 10.0.0.240 - - [2026-03-26 03:39:29] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005803 10.0.0.240 - - [2026-03-26 03:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.240 - - [2026-03-26 03:39:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003218 10.0.0.240 - - [2026-03-26 03:39:29] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003375 10.0.0.240 - - [2026-03-26 03:39:29] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005603 10.0.0.240 - - [2026-03-26 03:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.002708 10.0.0.240 - - [2026-03-26 03:39:29] "GET /routing-instance/44f68893-49d8-4e26-b42e-665f4e7fcb27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.006536 10.0.0.240 - - [2026-03-26 03:39:29] "GET /route-target/371428d5-04ff-4311-b7a0-f710a831ed4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004594 10.0.0.240 - - [2026-03-26 03:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003335 10.0.0.240 - - [2026-03-26 03:39:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003682 10.0.0.240 - - [2026-03-26 03:39:29] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002821 10.0.0.240 - - [2026-03-26 03:39:29] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006526 10.0.0.240 - - [2026-03-26 03:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.240 - - [2026-03-26 03:39:29] "GET /routing-instance/44f68893-49d8-4e26-b42e-665f4e7fcb27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004604 10.0.0.240 - - [2026-03-26 03:39:29] "GET /route-target/371428d5-04ff-4311-b7a0-f710a831ed4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004210 10.0.0.240 - - [2026-03-26 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.240 - - [2026-03-26 03:39:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004072 10.0.0.240 - - [2026-03-26 03:39:30] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003733 10.0.0.240 - - [2026-03-26 03:39:30] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005886 10.0.0.240 - - [2026-03-26 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003438 10.0.0.240 - - [2026-03-26 03:39:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004057 10.0.0.240 - - [2026-03-26 03:39:30] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003273 10.0.0.240 - - [2026-03-26 03:39:30] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005448 10.0.0.240 - - [2026-03-26 03:39:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003455 10.0.0.240 - - [2026-03-26 03:39:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004426 10.0.0.240 - - [2026-03-26 03:39:30] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002960 10.0.0.240 - - [2026-03-26 03:39:30] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005759 10.0.0.65 - - [2026-03-26 03:39:32] "GET /obj-perms HTTP/1.1" 200 5043 0.075920 10.0.0.240 - - [2026-03-26 03:39:34] "POST /neutron/port HTTP/1.1" 200 1109 0.085691 10.0.0.240 - - [2026-03-26 03:39:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004413 10.0.0.240 - - [2026-03-26 03:39:34] "POST /neutron/network HTTP/1.1" 200 929 0.006860 10.0.0.240 - - [2026-03-26 03:39:35] "GET /obj-perms HTTP/1.1" 200 5043 0.058506 10.0.0.240 - - [2026-03-26 03:39:35] "GET /obj-perms HTTP/1.1" 200 5043 0.004261 10.0.0.65 - - [2026-03-26 03:39:35] "GET /obj-perms HTTP/1.1" 200 5043 0.003756 10.0.0.240 - - [2026-03-26 03:39:35] "GET /obj-perms HTTP/1.1" 200 5043 0.004258 10.0.0.22 - - [2026-03-26 03:39:36] "GET /obj-perms HTTP/1.1" 200 5043 0.066567 10.0.0.65 - - [2026-03-26 03:39:36] "GET /obj-perms HTTP/1.1" 200 5043 0.003377 10.0.0.240 - - [2026-03-26 03:39:36] "POST /neutron/port HTTP/1.1" 200 1084 0.026332 10.0.0.240 - - [2026-03-26 03:39:36] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007635 10.0.0.240 - - [2026-03-26 03:39:36] "GET /virtual-machine/a41681b2-47e4-45d7-b073-853b19a40fb2 HTTP/1.1" 200 1268 0.006613 10.0.0.240 - - [2026-03-26 03:39:36] "GET /virtual-machine-interface/2f454445-dc89-4b41-8069-f030e133231b HTTP/1.1" 200 3149 0.005195 10.0.0.240 - - [2026-03-26 03:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004436 10.0.0.240 - - [2026-03-26 03:39:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003726 10.0.0.240 - - [2026-03-26 03:39:36] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003388 10.0.0.240 - - [2026-03-26 03:39:36] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005966 10.0.0.240 - - [2026-03-26 03:39:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003173 10.0.0.240 - - [2026-03-26 03:39:37] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003997 10.0.0.240 - - [2026-03-26 03:39:37] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003418 10.0.0.240 - - [2026-03-26 03:39:37] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005487 10.0.0.240 - - [2026-03-26 03:39:38] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005711 10.0.0.240 - - [2026-03-26 03:39:39] "GET /virtual-machine/5339842b-405f-49fa-9552-7b59e867564f HTTP/1.1" 200 1289 0.004284 10.0.0.240 - - [2026-03-26 03:39:39] "POST /neutron/network HTTP/1.1" 200 939 0.010000 10.0.0.240 - - [2026-03-26 03:39:39] "POST /neutron/port HTTP/1.1" 200 117 0.001224 10.0.0.240 - - [2026-03-26 03:39:39] "POST /neutron/port HTTP/1.1" 200 1110 0.015029 10.0.0.240 - - [2026-03-26 03:39:41] "GET /virtual-machine/5339842b-405f-49fa-9552-7b59e867564f HTTP/1.1" 404 171 0.003271 10.0.0.240 - - [2026-03-26 03:39:41] "GET /virtual-machine/5339842b-405f-49fa-9552-7b59e867564f HTTP/1.1" 404 171 0.003415 10.0.0.240 - - [2026-03-26 03:39:41] "GET /virtual-machine/5339842b-405f-49fa-9552-7b59e867564f HTTP/1.1" 404 171 0.002707 10.0.0.240 - - [2026-03-26 03:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.240 - - [2026-03-26 03:39:41] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004421 10.0.0.240 - - [2026-03-26 03:39:41] "GET /virtual-networks?parent_id=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003469 10.0.0.240 - - [2026-03-26 03:39:41] "GET /virtual-network/1b7b7a3a-3824-44b7-99fa-4a9a094c4a30?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007279 10.0.0.240 - - [2026-03-26 03:39:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.240 - - [2026-03-26 03:39:41] "GET /routing-instance/44f68893-49d8-4e26-b42e-665f4e7fcb27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1488 0.004946 10.0.0.240 - - [2026-03-26 03:39:41] "GET /route-target/371428d5-04ff-4311-b7a0-f710a831ed4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004327 10.0.0.240 - - [2026-03-26 03:39:44] "GET /obj-perms HTTP/1.1" 200 5043 0.003990 10.0.0.65 - - [2026-03-26 03:39:44] "GET /obj-perms HTTP/1.1" 200 5043 0.003600 10.0.0.240 - - [2026-03-26 03:39:53] "GET /obj-perms HTTP/1.1" 200 5043 0.003939 10.0.0.65 - - [2026-03-26 03:39:54] "GET /obj-perms HTTP/1.1" 200 5043 0.004393 10.0.0.240 - - [2026-03-26 03:40:03] "GET /obj-perms HTTP/1.1" 200 5043 0.003692 10.0.0.65 - - [2026-03-26 03:40:03] "GET /obj-perms HTTP/1.1" 200 5043 0.003992 10.0.0.240 - - [2026-03-26 03:40:06] "GET /obj-perms HTTP/1.1" 200 5043 0.007891 10.0.0.240 - - [2026-03-26 03:40:06] "GET /interface-route-table/16e6b09b-85db-40c2-8772-68c379b021a2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1273 0.004080 10.0.0.240 - - [2026-03-26 03:40:06] "GET /virtual-machine-interface/2f454445-dc89-4b41-8069-f030e133231b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2928 0.005616 10.0.0.240 - - [2026-03-26 03:40:06] "POST /ref-update HTTP/1.1" 200 156 0.018298 10.0.0.240 - - [2026-03-26 03:40:06] "DELETE /interface-route-table/16e6b09b-85db-40c2-8772-68c379b021a2 HTTP/1.1" 200 115 0.034746 10.0.0.240 - - [2026-03-26 03:40:06] "POST /neutron/port HTTP/1.1" 200 151 0.197649 10.0.0.22 - - [2026-03-26 03:40:07] "DELETE /route-target/371428d5-04ff-4311-b7a0-f710a831ed4b HTTP/1.1" 200 115 0.024179 10.0.0.65 - - [2026-03-26 03:40:08] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002127 10.0.0.240 - - [2026-03-26 03:40:08] "GET /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.057140 10.0.0.65 - - [2026-03-26 03:40:08] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000939 10.0.0.240 - - [2026-03-26 03:40:08] "GET /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca?fields=virtual_networks HTTP/1.1" 200 1027 0.048084 10.0.0.65 - - [2026-03-26 03:40:08] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000956 10.0.0.240 - - [2026-03-26 03:40:08] "GET /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1027 0.046023 10.0.0.65 - - [2026-03-26 03:40:08] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002071 10.0.0.240 - - [2026-03-26 03:40:08] "GET /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca?fields=security_groups HTTP/1.1" 200 1250 0.056245 10.0.0.240 - - [2026-03-26 03:40:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.036003 10.0.0.65 - - [2026-03-26 03:40:09] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003707 10.0.0.65 - - [2026-03-26 03:40:09] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001431 10.0.0.65 - - [2026-03-26 03:40:10] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008242 10.0.0.65 - - [2026-03-26 03:40:10] "POST /id-to-fqname HTTP/1.1" 200 194 0.006781 10.0.0.65 - - [2026-03-26 03:40:10] "POST /fqname-to-id HTTP/1.1" 404 203 0.007566 10.0.0.65 - - [2026-03-26 03:40:10] "POST /security-groups HTTP/1.1" 200 595 0.077472 10.0.0.65 - - [2026-03-26 03:40:10] "POST /projects HTTP/1.1" 200 593 0.329554 10.0.0.22 - - [2026-03-26 03:40:10] "POST /fqname-to-id HTTP/1.1" 404 237 0.014188 10.0.0.65 - - [2026-03-26 03:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.418635 10.0.0.240 - - [2026-03-26 03:40:10] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.573477 10.0.0.240 - - [2026-03-26 03:40:11] "GET / HTTP/1.1" 200 35931 0.001493 10.0.0.240 - - [2026-03-26 03:40:12] "POST /neutron/port HTTP/1.1" 200 117 0.006590 10.0.0.240 - - [2026-03-26 03:40:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000583 10.0.0.240 - - [2026-03-26 03:40:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.058638 10.0.0.65 - - [2026-03-26 03:40:12] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001138 10.0.0.240 - - [2026-03-26 03:40:12] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.041266 10.0.0.65 - - [2026-03-26 03:40:13] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001044 10.0.0.240 - - [2026-03-26 03:40:13] "POST /neutron/network HTTP/1.1" 200 609 0.163314 10.0.0.22 - - [2026-03-26 03:40:13] "POST /ref-update HTTP/1.1" 200 156 0.030736 10.0.0.240 - - [2026-03-26 03:40:13] "POST /id-to-fqname HTTP/1.1" 200 224 0.003981 10.0.0.240 - - [2026-03-26 03:40:13] "GET /virtual-network/973ee064-373a-4797-ad23-9d990798e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005745 10.0.0.240 - - [2026-03-26 03:40:13] "POST /neutron/network HTTP/1.1" 200 826 0.006826 10.0.0.240 - - [2026-03-26 03:40:13] "GET /virtual-network/973ee064-373a-4797-ad23-9d990798e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006412 10.0.0.240 - - [2026-03-26 03:40:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.65 - - [2026-03-26 03:40:13] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001133 10.0.0.240 - - [2026-03-26 03:40:13] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.055960 10.0.0.240 - - [2026-03-26 03:40:13] "POST /neutron/network HTTP/1.1" 200 117 0.014414 10.0.0.240 - - [2026-03-26 03:40:14] "POST /neutron/network HTTP/1.1" 200 825 0.011045 10.0.0.240 - - [2026-03-26 03:40:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001271 10.0.0.240 - - [2026-03-26 03:40:14] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005822 10.0.0.240 - - [2026-03-26 03:40:14] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006387 10.0.0.240 - - [2026-03-26 03:40:14] "POST /neutron/subnet HTTP/1.1" 200 710 0.009619 10.0.0.240 - - [2026-03-26 03:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003108 10.0.0.65 - - [2026-03-26 03:40:14] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000884 10.0.0.240 - - [2026-03-26 03:40:14] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045023 10.0.0.22 - - [2026-03-26 03:40:14] "POST /route-targets HTTP/1.1" 200 327 0.012729 10.0.0.65 - - [2026-03-26 03:40:14] "POST /useragent-kv HTTP/1.1" 200 115 0.010601 10.0.0.240 - - [2026-03-26 03:40:14] "POST /neutron/subnet HTTP/1.1" 200 719 0.195313 10.0.0.240 - - [2026-03-26 03:40:14] "POST /id-to-fqname HTTP/1.1" 200 224 0.001366 10.0.0.240 - - [2026-03-26 03:40:14] "GET /virtual-network/d417c217-cac6-4de9-9e6a-18c1d3fb8be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006210 10.0.0.240 - - [2026-03-26 03:40:14] "GET /virtual-network/d417c217-cac6-4de9-9e6a-18c1d3fb8be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006029 10.0.0.240 - - [2026-03-26 03:40:14] "POST /neutron/network HTTP/1.1" 200 827 0.006323 10.0.0.240 - - [2026-03-26 03:40:14] "POST /fqname-to-id HTTP/1.1" 404 214 0.003136 10.0.0.240 - - [2026-03-26 03:40:14] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005591 10.0.0.240 - - [2026-03-26 03:40:15] "GET /virtual-machine-interface/ab9c3ec0-ab2b-4ac9-8384-812fde162304?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008332 10.0.0.240 - - [2026-03-26 03:40:15] "GET /virtual-machine-interface/ab9c3ec0-ab2b-4ac9-8384-812fde162304?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.011893 10.0.0.240 - - [2026-03-26 03:40:15] "GET /instance-ip/f9b73ad3-482c-4fb5-ae3e-32d2273223aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1608 0.005648 10.0.0.240 - - [2026-03-26 03:40:15] "POST /fqname-to-id HTTP/1.1" 404 214 0.003407 10.0.0.240 - - [2026-03-26 03:40:15] "GET /virtual-network/973ee064-373a-4797-ad23-9d990798e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007769 10.0.0.65 - - [2026-03-26 03:40:15] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001179 10.0.0.240 - - [2026-03-26 03:40:15] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.045458 10.0.0.240 - - [2026-03-26 03:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.240 - - [2026-03-26 03:40:15] "GET /security-group/5155b44b-1fb2-4941-996c-c68f6430786e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.005680 10.0.0.240 - - [2026-03-26 03:40:15] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.091445 10.0.0.240 - - [2026-03-26 03:40:15] "POST /instance-ips HTTP/1.1" 200 357 0.050046 10.0.0.240 - - [2026-03-26 03:40:15] "GET /virtual-machine-interface/f5399f2e-5203-475b-90ad-8f0d89b607f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.005512 10.0.0.240 - - [2026-03-26 03:40:15] "GET /virtual-machine-interface/f5399f2e-5203-475b-90ad-8f0d89b607f7?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.009544 10.0.0.240 - - [2026-03-26 03:40:15] "GET /instance-ip/cb231a2b-84ca-48eb-a775-2e48421c5137?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1581 0.004898 10.0.0.240 - - [2026-03-26 03:40:15] "POST /fqname-to-id HTTP/1.1" 404 214 0.003352 10.0.0.240 - - [2026-03-26 03:40:15] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006738 10.0.0.65 - - [2026-03-26 03:40:15] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001184 10.0.0.240 - - [2026-03-26 03:40:16] "POST /neutron/port HTTP/1.1" 200 987 0.257846 10.0.0.240 - - [2026-03-26 03:40:16] "GET /virtual-machine-interface/86c18217-af0a-4b02-9e17-61e20fb7fabb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.007174 10.0.0.240 - - [2026-03-26 03:40:16] "GET /virtual-machine-interface/86c18217-af0a-4b02-9e17-61e20fb7fabb?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.007660 10.0.0.240 - - [2026-03-26 03:40:16] "GET /instance-ip/830be85b-fedb-4784-8d32-44802be5a6d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1607 0.005162 10.0.0.240 - - [2026-03-26 03:40:16] "POST /fqname-to-id HTTP/1.1" 404 214 0.003306 10.0.0.240 - - [2026-03-26 03:40:16] "GET /virtual-network/973ee064-373a-4797-ad23-9d990798e743?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006027 10.0.0.65 - - [2026-03-26 03:40:16] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001660 10.0.0.240 - - [2026-03-26 03:40:16] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.060439 10.0.0.240 - - [2026-03-26 03:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.240 - - [2026-03-26 03:40:16] "GET /security-group/5155b44b-1fb2-4941-996c-c68f6430786e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004655 10.0.0.240 - - [2026-03-26 03:40:16] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.129425 10.0.0.240 - - [2026-03-26 03:40:16] "POST /instance-ips HTTP/1.1" 200 357 0.035356 10.0.0.240 - - [2026-03-26 03:40:16] "GET /virtual-machine-interface/cf2fee2c-8756-491f-833d-997a0748b69b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2649 0.009637 10.0.0.240 - - [2026-03-26 03:40:16] "GET /virtual-machine-interface/cf2fee2c-8756-491f-833d-997a0748b69b?fields=instance_ip_back_refs HTTP/1.1" 200 1335 0.012683 10.0.0.240 - - [2026-03-26 03:40:16] "GET /instance-ip/7ab8b254-aa2d-4d64-983b-d37e4d8ce753?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1580 0.004703 10.0.0.240 - - [2026-03-26 03:40:16] "POST /fqname-to-id HTTP/1.1" 404 214 0.003068 10.0.0.240 - - [2026-03-26 03:40:16] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007792 10.0.0.240 - - [2026-03-26 03:40:17] "GET /virtual-machine-interface/4f238ca2-fc40-4897-b514-3ed06fbcfecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.008641 10.0.0.240 - - [2026-03-26 03:40:17] "GET /virtual-machine-interface/4f238ca2-fc40-4897-b514-3ed06fbcfecb?fields=instance_ip_back_refs HTTP/1.1" 200 1333 0.012295 10.0.0.240 - - [2026-03-26 03:40:17] "GET /instance-ip/007be4ed-bbb1-4f9e-9a4e-4717166a1138?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1605 0.004555 10.0.0.240 - - [2026-03-26 03:40:17] "POST /fqname-to-id HTTP/1.1" 404 214 0.004460 10.0.0.240 - - [2026-03-26 03:40:17] "GET /virtual-network/d417c217-cac6-4de9-9e6a-18c1d3fb8be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007929 10.0.0.65 - - [2026-03-26 03:40:17] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001608 10.0.0.240 - - [2026-03-26 03:40:17] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.074990 10.0.0.240 - - [2026-03-26 03:40:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004811 10.0.0.240 - - [2026-03-26 03:40:17] "GET /security-group/5155b44b-1fb2-4941-996c-c68f6430786e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3766 0.004646 10.0.0.240 - - [2026-03-26 03:40:17] "POST /virtual-machine-interfaces HTTP/1.1" 200 569 0.111283 10.0.0.240 - - [2026-03-26 03:40:17] "POST /instance-ips HTTP/1.1" 200 357 0.056540 10.0.0.240 - - [2026-03-26 03:40:17] "GET /virtual-machine-interface/961e0963-6e9e-4472-94e5-3f2bb56b6002?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.008168 10.0.0.240 - - [2026-03-26 03:40:17] "GET /virtual-machine-interface/961e0963-6e9e-4472-94e5-3f2bb56b6002?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.012163 10.0.0.240 - - [2026-03-26 03:40:17] "GET /instance-ip/a14fd311-6a81-45d4-bd3a-06a20ac5682f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1582 0.005595 10.0.0.240 - - [2026-03-26 03:40:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001192 10.0.0.240 - - [2026-03-26 03:40:19] "POST /neutron/port HTTP/1.1" 200 987 0.012342 10.0.0.240 - - [2026-03-26 03:40:19] "POST /neutron/port HTTP/1.1" 200 987 0.012578 10.0.0.240 - - [2026-03-26 03:40:19] "POST /neutron/port HTTP/1.1" 200 117 0.006032 10.0.0.240 - - [2026-03-26 03:40:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001312 10.0.0.240 - - [2026-03-26 03:40:20] "POST /neutron/port HTTP/1.1" 200 987 0.013837 10.0.0.240 - - [2026-03-26 03:40:20] "POST /neutron/port HTTP/1.1" 200 987 0.011654 10.0.0.240 - - [2026-03-26 03:40:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004556 10.0.0.240 - - [2026-03-26 03:40:20] "POST /neutron/network HTTP/1.1" 200 825 0.011410 10.0.0.65 - - [2026-03-26 03:40:20] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001227 10.0.0.240 - - [2026-03-26 03:40:20] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.092961 10.0.0.240 - - [2026-03-26 03:40:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.011690 10.0.0.240 - - [2026-03-26 03:40:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001380 10.0.0.240 - - [2026-03-26 03:40:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010711 10.0.0.65 - - [2026-03-26 03:40:21] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001352 10.0.0.240 - - [2026-03-26 03:40:21] "POST /neutron/port HTTP/1.1" 200 987 0.012910 10.0.0.240 - - [2026-03-26 03:40:22] "POST /neutron/port HTTP/1.1" 200 1063 0.364927 10.0.0.240 - - [2026-03-26 03:40:22] "POST /neutron/port HTTP/1.1" 200 6052 0.072446 10.0.0.240 - - [2026-03-26 03:40:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013274 10.0.0.240 - - [2026-03-26 03:40:22] "POST /neutron/port HTTP/1.1" 200 1127 0.024031 10.0.0.240 - - [2026-03-26 03:40:22] "POST /neutron/router HTTP/1.1" 200 598 0.009597 10.0.0.65 - - [2026-03-26 03:40:22] "DELETE /project/9cecf9ef58cd4f378571d5ef9e9447e4 HTTP/1.1" 404 173 0.004999 10.0.0.65 - - [2026-03-26 03:40:22] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001470 10.0.0.65 - - [2026-03-26 03:40:22] "GET /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1457 0.049208 10.0.0.65 - - [2026-03-26 03:40:22] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001096 10.0.0.240 - - [2026-03-26 03:40:22] "POST /neutron/network HTTP/1.1" 200 827 0.021730 10.0.0.22 - - [2026-03-26 03:40:22] "PUT /logical-router/2bf7d390-604b-4d58-ae03-e55971f04f2d HTTP/1.1" 200 262 0.155261 10.0.0.65 - - [2026-03-26 03:40:22] "GET /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca?fields=security_groups HTTP/1.1" 200 1355 0.109699 10.0.0.65 - - [2026-03-26 03:40:22] "DELETE /security-group/c4f0c2f0-49d0-4fc4-918e-e28db0ed95e2 HTTP/1.1" 200 115 0.076007 10.0.0.65 - - [2026-03-26 03:40:22] "GET /projects?obj_uuids=cbcbb59a-b928-43a1-9e6f-f836c01438ca&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001178 10.0.0.65 - - [2026-03-26 03:40:22] "GET /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca?fields=application_policy_sets HTTP/1.1" 200 1394 0.053777 10.0.0.240 - - [2026-03-26 03:40:22] "POST /neutron/port HTTP/1.1" 200 987 0.036114 10.0.0.240 - - [2026-03-26 03:40:23] "POST /neutron/router HTTP/1.1" 200 598 0.039111 10.0.0.22 - - [2026-03-26 03:40:23] "POST /ref-update HTTP/1.1" 200 156 0.085397 10.0.0.65 - - [2026-03-26 03:40:23] "DELETE /project/cbcbb59a-b928-43a1-9e6f-f836c01438ca HTTP/1.1" 200 115 0.689334 10.0.0.240 - - [2026-03-26 03:40:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006437 10.0.0.240 - - [2026-03-26 03:40:23] "POST /neutron/network HTTP/1.1" 200 825 0.005897 10.0.0.240 - - [2026-03-26 03:40:23] "POST /neutron/port HTTP/1.1" 200 1089 0.021111 10.0.0.240 - - [2026-03-26 03:40:23] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008396 10.0.0.240 - - [2026-03-26 03:40:23] "GET /virtual-machine/d3373a60-a5d3-4168-b6c9-42e6317d6ee4 HTTP/1.1" 401 293 0.000368 10.0.0.240 - - [2026-03-26 03:40:24] "GET /virtual-machine/d3373a60-a5d3-4168-b6c9-42e6317d6ee4 HTTP/1.1" 200 1275 0.032102 10.0.0.240 - - [2026-03-26 03:40:24] "GET /virtual-machine-interface/ab9c3ec0-ab2b-4ac9-8384-812fde162304 HTTP/1.1" 200 3187 0.005108 10.0.0.240 - - [2026-03-26 03:40:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.240 - - [2026-03-26 03:40:24] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003590 10.0.0.240 - - [2026-03-26 03:40:24] "GET /virtual-networks?parent_id=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003511 10.0.0.240 - - [2026-03-26 03:40:24] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005943 10.0.0.22 - - [2026-03-26 03:40:25] "GET /obj-perms HTTP/1.1" 200 5075 0.055291 10.0.0.240 - - [2026-03-26 03:40:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.240 - - [2026-03-26 03:40:27] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006991 10.0.0.240 - - [2026-03-26 03:40:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003473 10.0.0.240 - - [2026-03-26 03:40:31] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006170 10.0.0.240 - - [2026-03-26 03:40:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.006105 10.0.0.240 - - [2026-03-26 03:40:35] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.025486 10.0.0.240 - - [2026-03-26 03:40:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.240 - - [2026-03-26 03:40:39] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005192 10.0.0.240 - - [2026-03-26 03:40:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005355 10.0.0.240 - - [2026-03-26 03:40:43] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.007082 10.0.0.240 - - [2026-03-26 03:40:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.240 - - [2026-03-26 03:40:48] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006164 10.0.0.240 - - [2026-03-26 03:40:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.240 - - [2026-03-26 03:40:52] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005491 10.0.0.240 - - [2026-03-26 03:40:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.240 - - [2026-03-26 03:40:56] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005812 10.0.0.240 - - [2026-03-26 03:41:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.240 - - [2026-03-26 03:41:00] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006121 10.0.0.240 - - [2026-03-26 03:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.240 - - [2026-03-26 03:41:04] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006082 10.0.0.240 - - [2026-03-26 03:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.240 - - [2026-03-26 03:41:06] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003929 10.0.0.240 - - [2026-03-26 03:41:06] "GET /virtual-networks?parent_id=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003754 10.0.0.240 - - [2026-03-26 03:41:06] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.008617 10.0.0.240 - - [2026-03-26 03:41:11] "POST /neutron/port HTTP/1.1" 200 1089 0.019908 10.0.0.240 - - [2026-03-26 03:41:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.041308 10.0.0.240 - - [2026-03-26 03:41:17] "POST /neutron/port HTTP/1.1" 200 1089 0.017297 10.0.0.240 - - [2026-03-26 03:41:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.006065 10.0.0.65 - - [2026-03-26 03:41:26] "GET /obj-perms HTTP/1.1" 200 5075 0.053727 10.0.0.240 - - [2026-03-26 03:41:27] "POST /neutron/port HTTP/1.1" 200 1127 0.020900 10.0.0.240 - - [2026-03-26 03:41:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008923 10.0.0.240 - - [2026-03-26 03:41:27] "GET /virtual-machine/a98d167d-379b-415d-9094-5ccacd4dbb49 HTTP/1.1" 200 1297 0.005545 10.0.0.240 - - [2026-03-26 03:41:27] "GET /virtual-machine-interface/58e2e13f-a5f7-4e4a-8344-e2cf2cb85aee HTTP/1.1" 200 2960 0.006008 10.0.0.240 - - [2026-03-26 03:41:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.240 - - [2026-03-26 03:41:27] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004069 10.0.0.240 - - [2026-03-26 03:41:27] "GET /virtual-networks?parent_id=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003173 10.0.0.240 - - [2026-03-26 03:41:27] "GET /virtual-network/d417c217-cac6-4de9-9e6a-18c1d3fb8be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006930 10.0.0.240 - - [2026-03-26 03:41:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.240 - - [2026-03-26 03:41:28] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004935 10.0.0.240 - - [2026-03-26 03:41:28] "GET /virtual-networks?parent_id=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003197 10.0.0.240 - - [2026-03-26 03:41:28] "GET /virtual-network/d417c217-cac6-4de9-9e6a-18c1d3fb8be3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006412 10.0.0.240 - - [2026-03-26 03:41:29] "POST /neutron/port HTTP/1.1" 200 1089 0.022144 10.0.0.240 - - [2026-03-26 03:41:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007638 10.0.0.240 - - [2026-03-26 03:41:29] "GET /virtual-machine/dfd751cc-7158-421b-8ac4-8046e9f9031a HTTP/1.1" 200 1274 0.006398 10.0.0.240 - - [2026-03-26 03:41:29] "GET /virtual-machine-interface/4f238ca2-fc40-4897-b514-3ed06fbcfecb HTTP/1.1" 200 3187 0.006846 10.0.0.240 - - [2026-03-26 03:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.240 - - [2026-03-26 03:41:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004867 10.0.0.240 - - [2026-03-26 03:41:29] "GET /virtual-networks?parent_id=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003411 10.0.0.240 - - [2026-03-26 03:41:29] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006414 10.0.0.240 - - [2026-03-26 03:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004101 10.0.0.240 - - [2026-03-26 03:41:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004721 10.0.0.240 - - [2026-03-26 03:41:30] "GET /virtual-networks?parent_id=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 803 0.003375 10.0.0.240 - - [2026-03-26 03:41:30] "GET /virtual-network/4c266401-62f4-4e70-83e7-3c0b9459e8d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006814 10.0.0.240 - - [2026-03-26 03:41:38] "POST /neutron/port HTTP/1.1" 200 1219 0.018330 10.0.0.240 - - [2026-03-26 03:41:38] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004918 10.0.0.240 - - [2026-03-26 03:41:38] "POST /neutron/port HTTP/1.1" 200 117 0.001251 10.0.0.240 - - [2026-03-26 03:41:41] "POST /neutron/port HTTP/1.1" 200 1219 0.046306 10.0.0.240 - - [2026-03-26 03:41:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004533 10.0.0.240 - - [2026-03-26 03:41:41] "POST /neutron/port HTTP/1.1" 200 117 0.001401 10.0.0.240 - - [2026-03-26 03:42:40] "POST /neutron/port HTTP/1.1" 200 1109 0.020653 10.0.0.240 - - [2026-03-26 03:42:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003764 10.0.0.240 - - [2026-03-26 03:42:40] "POST /neutron/network HTTP/1.1" 200 929 0.007355 10.0.0.240 - - [2026-03-26 03:42:43] "POST /neutron/network HTTP/1.1" 200 939 0.006832 10.0.0.240 - - [2026-03-26 03:42:43] "POST /neutron/port HTTP/1.1" 200 117 0.002002 10.0.0.240 - - [2026-03-26 03:42:46] "POST /neutron/router HTTP/1.1" 200 344 0.199601 10.0.0.240 - - [2026-03-26 03:42:47] "POST /neutron/router HTTP/1.1" 200 598 0.006471 10.0.0.22 - - [2026-03-26 03:42:47] "GET /logical-router/2bf7d390-604b-4d58-ae03-e55971f04f2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.041160 10.0.0.22 - - [2026-03-26 03:42:47] "POST /ref-update HTTP/1.1" 200 156 0.018428 10.0.0.240 - - [2026-03-26 03:42:48] "POST /neutron/port HTTP/1.1" 200 1117 0.019029 10.0.0.240 - - [2026-03-26 03:42:49] "DELETE /instance-ip/a14fd311-6a81-45d4-bd3a-06a20ac5682f HTTP/1.1" 200 115 0.047276 10.0.0.240 - - [2026-03-26 03:42:49] "DELETE /virtual-machine-interface/961e0963-6e9e-4472-94e5-3f2bb56b6002 HTTP/1.1" 200 115 0.065644 10.0.0.240 - - [2026-03-26 03:42:49] "POST /neutron/port HTTP/1.1" 200 151 0.178960 10.0.0.240 - - [2026-03-26 03:42:49] "DELETE /instance-ip/7ab8b254-aa2d-4d64-983b-d37e4d8ce753 HTTP/1.1" 200 115 0.063508 10.0.0.240 - - [2026-03-26 03:42:49] "DELETE /virtual-machine-interface/cf2fee2c-8756-491f-833d-997a0748b69b HTTP/1.1" 200 115 0.056982 10.0.0.240 - - [2026-03-26 03:42:49] "DELETE /instance-ip/cb231a2b-84ca-48eb-a775-2e48421c5137 HTTP/1.1" 200 115 0.058469 10.0.0.240 - - [2026-03-26 03:42:49] "DELETE /virtual-machine-interface/f5399f2e-5203-475b-90ad-8f0d89b607f7 HTTP/1.1" 200 115 0.100012 10.0.0.240 - - [2026-03-26 03:42:49] "POST /neutron/port HTTP/1.1" 200 1079 0.019949 10.0.0.22 - - [2026-03-26 03:42:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005466 10.0.0.65 - - [2026-03-26 03:42:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005608 10.0.0.65 - - [2026-03-26 03:42:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003275 10.0.0.240 - - [2026-03-26 03:42:50] "POST /neutron/network HTTP/1.1" 200 151 0.148161 10.0.0.22 - - [2026-03-26 03:42:50] "DELETE /route-target/67c000b2-f711-4626-8ec0-b66d86f1a09a HTTP/1.1" 200 115 0.034730 10.0.0.240 - - [2026-03-26 03:42:50] "POST /neutron/network HTTP/1.1" 200 826 0.016368 10.0.0.65 - - [2026-03-26 03:42:50] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001052 10.0.0.240 - - [2026-03-26 03:42:50] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.061815 10.0.0.65 - - [2026-03-26 03:42:50] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002142 10.0.0.240 - - [2026-03-26 03:42:50] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?fields=virtual_networks HTTP/1.1" 200 1040 0.049905 10.0.0.65 - - [2026-03-26 03:42:50] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001006 10.0.0.240 - - [2026-03-26 03:42:50] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.045774 10.0.0.65 - - [2026-03-26 03:42:50] "GET /projects?obj_uuids=9cecf9ef-58cd-4f37-8571-d5ef9e9447e4&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001503 10.0.0.240 - - [2026-03-26 03:42:51] "GET /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4?fields=security_groups HTTP/1.1" 200 1270 0.042320 10.0.0.240 - - [2026-03-26 03:42:51] "POST /fqname-to-id HTTP/1.1" 404 187 0.029920 10.0.0.65 - - [2026-03-26 03:42:51] "GET /projects?obj_uuids=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002941 10.0.0.65 - - [2026-03-26 03:42:52] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.65 - - [2026-03-26 03:42:52] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008377 10.0.0.65 - - [2026-03-26 03:42:52] "POST /id-to-fqname HTTP/1.1" 200 189 0.001557 10.0.0.65 - - [2026-03-26 03:42:52] "POST /fqname-to-id HTTP/1.1" 404 198 0.005186 10.0.0.65 - - [2026-03-26 03:42:52] "POST /security-groups HTTP/1.1" 200 590 0.031218 10.0.0.22 - - [2026-03-26 03:42:52] "POST /fqname-to-id HTTP/1.1" 404 233 0.004466 10.0.0.65 - - [2026-03-26 03:42:52] "POST /projects HTTP/1.1" 200 583 0.255613 10.0.0.22 - - [2026-03-26 03:42:52] "POST /access-control-lists HTTP/1.1" 200 593 0.031037 10.0.0.65 - - [2026-03-26 03:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.335468 10.0.0.240 - - [2026-03-26 03:42:52] "GET /project/12d0290c-46c7-4e14-88c8-ae487a9ac278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.471796 10.0.0.240 - - [2026-03-26 03:42:53] "POST /neutron/port HTTP/1.1" 400 205 0.004307 10.0.0.240 - - [2026-03-26 03:42:53] "GET / HTTP/1.1" 200 35931 0.002253 10.0.0.240 - - [2026-03-26 03:42:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000494 10.0.0.240 - - [2026-03-26 03:42:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.065254 10.0.0.65 - - [2026-03-26 03:42:55] "GET /projects?obj_uuids=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001151 10.0.0.240 - - [2026-03-26 03:42:55] "GET /project/12d0290c-46c7-4e14-88c8-ae487a9ac278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.048643 10.0.0.240 - - [2026-03-26 03:42:56] "POST /neutron/network HTTP/1.1" 200 117 0.039197 10.0.0.240 - - [2026-03-26 03:42:56] "POST /neutron/network HTTP/1.1" 200 824 0.010332 10.0.0.240 - - [2026-03-26 03:42:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001267 10.0.0.240 - - [2026-03-26 03:42:56] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005189 10.0.0.240 - - [2026-03-26 03:42:56] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008409 10.0.0.240 - - [2026-03-26 03:42:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.009647 10.0.0.240 - - [2026-03-26 03:42:57] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006037 10.0.0.240 - - [2026-03-26 03:42:57] "GET /obj-perms HTTP/1.1" 200 5047 0.059913 10.0.0.240 - - [2026-03-26 03:42:58] "POST /id-to-fqname HTTP/1.1" 200 219 0.001258 10.0.0.65 - - [2026-03-26 03:42:59] "GET /projects?obj_uuids=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001149 10.0.0.240 - - [2026-03-26 03:42:59] "GET /project/12d0290c-46c7-4e14-88c8-ae487a9ac278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.085962 10.0.0.240 - - [2026-03-26 03:43:00] "POST /neutron/network HTTP/1.1" 200 824 0.038685 10.0.0.240 - - [2026-03-26 03:43:00] "POST /id-to-fqname HTTP/1.1" 200 219 0.001770 10.0.0.240 - - [2026-03-26 03:43:00] "POST /neutron/port HTTP/1.1" 200 4196 0.032874 10.0.0.65 - - [2026-03-26 03:43:00] "GET /projects?obj_uuids=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001014 10.0.0.240 - - [2026-03-26 03:43:00] "POST /neutron/port HTTP/1.1" 200 1060 0.336937 10.0.0.240 - - [2026-03-26 03:43:01] "POST /neutron/port HTTP/1.1" 200 1114 0.132724 10.0.0.240 - - [2026-03-26 03:43:01] "POST /neutron/subnet HTTP/1.1" 200 703 0.016250 10.0.0.65 - - [2026-03-26 03:43:01] "GET /projects?obj_uuids=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000960 10.0.0.240 - - [2026-03-26 03:43:01] "GET /project/12d0290c-46c7-4e14-88c8-ae487a9ac278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.095661 10.0.0.240 - - [2026-03-26 03:43:01] "POST /neutron/network HTTP/1.1" 200 824 0.007273 10.0.0.240 - - [2026-03-26 03:43:01] "POST /neutron/port HTTP/1.1" 200 117 0.007113 10.0.0.240 - - [2026-03-26 03:43:02] "POST /neutron/network HTTP/1.1" 200 834 0.009002 10.0.0.240 - - [2026-03-26 03:43:02] "POST /neutron/port HTTP/1.1" 200 1060 0.018247 10.0.0.240 - - [2026-03-26 03:43:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007196 10.0.0.240 - - [2026-03-26 03:43:03] "POST /neutron/network HTTP/1.1" 200 824 0.007142 10.0.0.240 - - [2026-03-26 03:43:07] "POST /neutron/port HTTP/1.1" 200 1124 0.016361 10.0.0.240 - - [2026-03-26 03:43:07] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007661 10.0.0.240 - - [2026-03-26 03:43:07] "GET /virtual-machine/d6e65dc1-a2eb-4ef7-8344-234c5f641d98 HTTP/1.1" 401 293 0.000389 10.0.0.240 - - [2026-03-26 03:43:07] "GET /virtual-machine/d6e65dc1-a2eb-4ef7-8344-234c5f641d98 HTTP/1.1" 200 1291 0.043754 10.0.0.240 - - [2026-03-26 03:43:07] "GET /virtual-machine-interface/29165f7a-67ec-45f4-9d5e-1c6bc069d384 HTTP/1.1" 200 2936 0.005692 10.0.0.240 - - [2026-03-26 03:43:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005683 10.0.0.240 - - [2026-03-26 03:43:07] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003726 10.0.0.240 - - [2026-03-26 03:43:07] "GET /virtual-networks?parent_id=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003017 10.0.0.240 - - [2026-03-26 03:43:07] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.015463 10.0.0.22 - - [2026-03-26 03:43:07] "DELETE /access-control-list/f1ee6a9e-f75f-4ef1-aba9-ce1d7d04f314 HTTP/1.1" 200 115 0.032661 10.0.0.240 - - [2026-03-26 03:43:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004495 10.0.0.240 - - [2026-03-26 03:43:10] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006419 10.0.0.240 - - [2026-03-26 03:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.240 - - [2026-03-26 03:43:14] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005899 10.0.0.240 - - [2026-03-26 03:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004051 10.0.0.240 - - [2026-03-26 03:43:18] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005483 10.0.0.240 - - [2026-03-26 03:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.240 - - [2026-03-26 03:43:23] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005588 10.0.0.65 - - [2026-03-26 03:43:23] "DELETE /project/9cecf9ef-58cd-4f37-8571-d5ef9e9447e4 HTTP/1.1" 404 177 0.004392 10.0.0.65 - - [2026-03-26 03:43:23] "DELETE /project/12d0290c46c74e1488c8ae487a9ac278 HTTP/1.1" 404 173 0.003519 10.0.0.240 - - [2026-03-26 03:43:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.240 - - [2026-03-26 03:43:27] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005483 10.0.0.22 - - [2026-03-26 03:43:28] "GET /obj-perms HTTP/1.1" 200 5075 0.050586 10.0.0.240 - - [2026-03-26 03:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.240 - - [2026-03-26 03:43:31] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005181 10.0.0.240 - - [2026-03-26 03:43:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.240 - - [2026-03-26 03:43:35] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005792 10.0.0.240 - - [2026-03-26 03:43:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.240 - - [2026-03-26 03:43:39] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005091 10.0.0.240 - - [2026-03-26 03:43:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.240 - - [2026-03-26 03:43:43] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005492 10.0.0.240 - - [2026-03-26 03:43:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.240 - - [2026-03-26 03:43:47] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006159 10.0.0.240 - - [2026-03-26 03:43:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003219 10.0.0.240 - - [2026-03-26 03:43:51] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005820 10.0.0.240 - - [2026-03-26 03:43:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.240 - - [2026-03-26 03:43:55] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006140 10.0.0.240 - - [2026-03-26 03:43:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004191 10.0.0.240 - - [2026-03-26 03:43:59] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005527 10.0.0.240 - - [2026-03-26 03:44:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.240 - - [2026-03-26 03:44:02] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005025 10.0.0.240 - - [2026-03-26 03:44:02] "GET /virtual-networks?parent_id=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003093 10.0.0.240 - - [2026-03-26 03:44:02] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006190 10.0.0.22 - - [2026-03-26 03:44:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.22 - - [2026-03-26 03:44:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000560 10.0.0.22 - - [2026-03-26 03:44:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000414 10.0.0.22 - - [2026-03-26 03:44:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.65 - - [2026-03-26 03:44:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.65 - - [2026-03-26 03:44:04] "GET /global-system-configs HTTP/1.1" 401 293 0.001143 10.0.0.65 - - [2026-03-26 03:44:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.65 - - [2026-03-26 03:44:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.240 - - [2026-03-26 03:44:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000348 10.0.0.240 - - [2026-03-26 03:44:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.240 - - [2026-03-26 03:44:07] "POST /neutron/port HTTP/1.1" 200 1124 0.019506 10.0.0.240 - - [2026-03-26 03:44:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000573 10.0.0.240 - - [2026-03-26 03:44:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.240 - - [2026-03-26 03:44:08] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007808 10.0.0.240 - - [2026-03-26 03:44:16] "POST /neutron/port HTTP/1.1" 200 1124 0.023062 10.0.0.240 - - [2026-03-26 03:44:17] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007042 10.0.0.240 - - [2026-03-26 03:44:28] "POST /neutron/port HTTP/1.1" 200 1124 0.023969 10.0.0.240 - - [2026-03-26 03:44:28] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007864 10.0.0.240 - - [2026-03-26 03:44:28] "GET /virtual-machine/143f8c43-d0f4-4b96-9f46-05f83c720414 HTTP/1.1" 200 1291 0.005889 10.0.0.240 - - [2026-03-26 03:44:28] "GET /virtual-machine-interface/5ce2e9e8-3015-466f-b62e-84a20057867b HTTP/1.1" 200 2936 0.006101 10.0.0.240 - - [2026-03-26 03:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003479 10.0.0.240 - - [2026-03-26 03:44:28] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003568 10.0.0.240 - - [2026-03-26 03:44:28] "GET /virtual-networks?parent_id=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003019 10.0.0.240 - - [2026-03-26 03:44:28] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006074 10.0.0.65 - - [2026-03-26 03:44:28] "GET /obj-perms HTTP/1.1" 200 5075 0.051445 10.0.0.240 - - [2026-03-26 03:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.240 - - [2026-03-26 03:44:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004166 10.0.0.240 - - [2026-03-26 03:44:29] "GET /virtual-networks?parent_id=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004455 10.0.0.240 - - [2026-03-26 03:44:29] "GET /virtual-network/cfcb122f-6a51-4f80-a29f-bbb52dfdf010?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006169 10.0.0.240 - - [2026-03-26 03:44:43] "POST /neutron/port HTTP/1.1" 200 1219 0.046759 10.0.0.240 - - [2026-03-26 03:44:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003873 10.0.0.240 - - [2026-03-26 03:44:43] "POST /neutron/port HTTP/1.1" 200 117 0.001256 10.0.0.240 - - [2026-03-26 03:44:46] "POST /neutron/port HTTP/1.1" 200 1219 0.016443 10.0.0.240 - - [2026-03-26 03:44:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004008 10.0.0.240 - - [2026-03-26 03:44:46] "POST /neutron/port HTTP/1.1" 200 117 0.001155 10.0.0.240 - - [2026-03-26 03:45:45] "POST /neutron/port HTTP/1.1" 200 1109 0.020914 10.0.0.240 - - [2026-03-26 03:45:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003716 10.0.0.240 - - [2026-03-26 03:45:45] "POST /neutron/network HTTP/1.1" 200 929 0.008406 10.0.0.240 - - [2026-03-26 03:45:47] "POST /neutron/network HTTP/1.1" 200 939 0.007677 10.0.0.240 - - [2026-03-26 03:45:47] "POST /neutron/port HTTP/1.1" 200 117 0.001236 10.0.0.240 - - [2026-03-26 03:45:48] "POST /neutron/network HTTP/1.1" 400 204 0.018074 10.0.0.240 - - [2026-03-26 03:45:49] "POST /neutron/port HTTP/1.1" 200 1124 0.021283 10.0.0.240 - - [2026-03-26 03:45:49] "POST /neutron/port HTTP/1.1" 200 151 0.251402 10.0.0.22 - - [2026-03-26 03:45:50] "DELETE /route-target/362e30bc-fe4d-45e3-922a-c0a3157125b8 HTTP/1.1" 200 115 0.075574 10.0.0.65 - - [2026-03-26 03:45:52] "GET /projects?obj_uuids=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.047487 10.0.0.240 - - [2026-03-26 03:45:52] "GET /project/12d0290c-46c7-4e14-88c8-ae487a9ac278?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1358 0.137513 10.0.0.65 - - [2026-03-26 03:45:52] "GET /projects?obj_uuids=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001338 10.0.0.240 - - [2026-03-26 03:45:52] "GET /project/12d0290c-46c7-4e14-88c8-ae487a9ac278?fields=virtual_networks HTTP/1.1" 200 1029 0.055924 10.0.0.65 - - [2026-03-26 03:45:52] "GET /projects?obj_uuids=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001251 10.0.0.240 - - [2026-03-26 03:45:52] "GET /project/12d0290c-46c7-4e14-88c8-ae487a9ac278?fields=virtual_machine_interfaces HTTP/1.1" 200 1029 0.047155 10.0.0.65 - - [2026-03-26 03:45:52] "GET /projects?obj_uuids=12d0290c-46c7-4e14-88c8-ae487a9ac278&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000953 10.0.0.240 - - [2026-03-26 03:45:52] "GET /project/12d0290c-46c7-4e14-88c8-ae487a9ac278?fields=security_groups HTTP/1.1" 200 1254 0.049303 10.0.0.240 - - [2026-03-26 03:45:53] "POST /fqname-to-id HTTP/1.1" 404 187 0.031482 10.0.0.65 - - [2026-03-26 03:45:53] "GET /projects?obj_uuids=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003692 10.0.0.65 - - [2026-03-26 03:45:53] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000955 10.0.0.65 - - [2026-03-26 03:45:53] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.035760 10.0.0.65 - - [2026-03-26 03:45:54] "POST /id-to-fqname HTTP/1.1" 200 189 0.002035 10.0.0.65 - - [2026-03-26 03:45:54] "POST /fqname-to-id HTTP/1.1" 404 198 0.005517 10.0.0.65 - - [2026-03-26 03:45:54] "POST /security-groups HTTP/1.1" 200 590 0.032305 10.0.0.65 - - [2026-03-26 03:45:54] "POST /projects HTTP/1.1" 200 583 0.259695 10.0.0.65 - - [2026-03-26 03:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.297003 10.0.0.22 - - [2026-03-26 03:45:54] "POST /fqname-to-id HTTP/1.1" 404 232 0.012950 10.0.0.240 - - [2026-03-26 03:45:54] "GET /project/80e3fa64-510b-494a-9b19-06c4c5c96e78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.480778 10.0.0.240 - - [2026-03-26 03:45:55] "GET / HTTP/1.1" 200 35931 0.001981 10.0.0.240 - - [2026-03-26 03:45:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000427 10.0.0.240 - - [2026-03-26 03:45:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.057140 10.0.0.65 - - [2026-03-26 03:45:57] "GET /projects?obj_uuids=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001167 10.0.0.240 - - [2026-03-26 03:45:57] "GET /project/80e3fa64-510b-494a-9b19-06c4c5c96e78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.056083 10.0.0.240 - - [2026-03-26 03:45:57] "POST /neutron/network HTTP/1.1" 200 117 0.051106 10.0.0.22 - - [2026-03-26 03:45:58] "POST /ref-update HTTP/1.1" 200 156 0.033715 10.0.0.240 - - [2026-03-26 03:45:58] "POST /neutron/network HTTP/1.1" 200 823 0.009477 10.0.0.240 - - [2026-03-26 03:45:58] "POST /id-to-fqname HTTP/1.1" 200 219 0.001375 10.0.0.240 - - [2026-03-26 03:45:58] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005958 10.0.0.240 - - [2026-03-26 03:45:58] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006566 10.0.0.240 - - [2026-03-26 03:45:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.011515 10.0.0.240 - - [2026-03-26 03:45:59] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007700 10.0.0.240 - - [2026-03-26 03:45:59] "GET /obj-perms HTTP/1.1" 200 5047 0.059855 10.0.0.240 - - [2026-03-26 03:46:00] "POST /id-to-fqname HTTP/1.1" 200 219 0.001274 10.0.0.65 - - [2026-03-26 03:46:01] "GET /projects?obj_uuids=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001249 10.0.0.240 - - [2026-03-26 03:46:01] "GET /project/80e3fa64-510b-494a-9b19-06c4c5c96e78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.078881 10.0.0.240 - - [2026-03-26 03:46:01] "POST /neutron/network HTTP/1.1" 200 823 0.007357 10.0.0.240 - - [2026-03-26 03:46:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.001290 10.0.0.240 - - [2026-03-26 03:46:02] "POST /neutron/port HTTP/1.1" 200 4196 0.035639 10.0.0.65 - - [2026-03-26 03:46:02] "GET /projects?obj_uuids=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001028 10.0.0.240 - - [2026-03-26 03:46:02] "POST /neutron/port HTTP/1.1" 200 1059 0.317509 10.0.0.240 - - [2026-03-26 03:46:03] "POST /neutron/port HTTP/1.1" 200 1113 0.113101 10.0.0.240 - - [2026-03-26 03:46:03] "POST /neutron/subnet HTTP/1.1" 200 699 0.010078 10.0.0.65 - - [2026-03-26 03:46:03] "GET /projects?obj_uuids=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001438 10.0.0.240 - - [2026-03-26 03:46:03] "GET /project/80e3fa64-510b-494a-9b19-06c4c5c96e78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.077702 10.0.0.240 - - [2026-03-26 03:46:03] "POST /neutron/network HTTP/1.1" 200 823 0.008998 10.0.0.240 - - [2026-03-26 03:46:03] "POST /neutron/port HTTP/1.1" 200 117 0.006863 10.0.0.240 - - [2026-03-26 03:46:04] "POST /neutron/network HTTP/1.1" 200 833 0.007393 10.0.0.240 - - [2026-03-26 03:46:04] "POST /neutron/port HTTP/1.1" 200 1059 0.017837 10.0.0.240 - - [2026-03-26 03:46:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003911 10.0.0.240 - - [2026-03-26 03:46:04] "POST /neutron/network HTTP/1.1" 200 823 0.006888 10.0.0.240 - - [2026-03-26 03:46:08] "POST /neutron/port HTTP/1.1" 200 1123 0.021164 10.0.0.240 - - [2026-03-26 03:46:09] "POST /neutron/security_group HTTP/1.1" 200 2057 0.009018 10.0.0.240 - - [2026-03-26 03:46:09] "GET /virtual-machine/85a59de2-8519-44fb-836b-c175db6eea3e HTTP/1.1" 401 293 0.000387 10.0.0.240 - - [2026-03-26 03:46:09] "GET /virtual-machine/85a59de2-8519-44fb-836b-c175db6eea3e HTTP/1.1" 200 1290 0.043693 10.0.0.240 - - [2026-03-26 03:46:09] "GET /virtual-machine-interface/749f8f2f-0eec-4e89-b5de-aa1131706532 HTTP/1.1" 200 2936 0.005763 10.0.0.240 - - [2026-03-26 03:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.240 - - [2026-03-26 03:46:09] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004300 10.0.0.240 - - [2026-03-26 03:46:09] "GET /virtual-networks?parent_id=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003637 10.0.0.240 - - [2026-03-26 03:46:09] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006232 10.0.0.240 - - [2026-03-26 03:46:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.240 - - [2026-03-26 03:46:12] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005948 10.0.0.240 - - [2026-03-26 03:46:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003387 10.0.0.240 - - [2026-03-26 03:46:16] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006139 10.0.0.240 - - [2026-03-26 03:46:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.240 - - [2026-03-26 03:46:20] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005234 10.0.0.65 - - [2026-03-26 03:46:23] "DELETE /project/80e3fa64510b494a9b1906c4c5c96e78 HTTP/1.1" 404 173 0.003849 10.0.0.65 - - [2026-03-26 03:46:23] "DELETE /project/12d0290c-46c7-4e14-88c8-ae487a9ac278 HTTP/1.1" 404 177 0.006264 10.0.0.240 - - [2026-03-26 03:46:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.240 - - [2026-03-26 03:46:25] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005725 10.0.0.240 - - [2026-03-26 03:46:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.240 - - [2026-03-26 03:46:29] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005609 10.0.0.22 - - [2026-03-26 03:46:30] "GET /obj-perms HTTP/1.1" 200 5075 0.052847 10.0.0.240 - - [2026-03-26 03:46:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.240 - - [2026-03-26 03:46:33] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005402 10.0.0.240 - - [2026-03-26 03:46:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.240 - - [2026-03-26 03:46:37] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006780 10.0.0.240 - - [2026-03-26 03:46:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003807 10.0.0.240 - - [2026-03-26 03:46:41] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006686 10.0.0.240 - - [2026-03-26 03:46:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.240 - - [2026-03-26 03:46:45] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006015 10.0.0.240 - - [2026-03-26 03:46:49] "POST /neutron/network HTTP/1.1" 200 1124 0.036471 10.0.0.240 - - [2026-03-26 03:46:49] "POST /neutron/subnet HTTP/1.1" 200 1389 0.013157 10.0.0.240 - - [2026-03-26 03:46:49] "POST /neutron/network HTTP/1.1" 200 1114 0.009998 10.0.0.240 - - [2026-03-26 03:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.240 - - [2026-03-26 03:46:49] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.005452 10.0.0.240 - - [2026-03-26 03:46:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003352 10.0.0.240 - - [2026-03-26 03:46:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004052 10.0.0.240 - - [2026-03-26 03:46:51] "GET /virtual-networks?parent_id=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003006 10.0.0.240 - - [2026-03-26 03:46:51] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006209 10.0.0.240 - - [2026-03-26 03:46:57] "POST /neutron/port HTTP/1.1" 200 1123 0.019115 10.0.0.240 - - [2026-03-26 03:46:59] "POST /neutron/security_group HTTP/1.1" 200 2057 0.033127 10.0.0.240 - - [2026-03-26 03:47:02] "POST /neutron/port HTTP/1.1" 200 1123 0.018905 10.0.0.240 - - [2026-03-26 03:47:07] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007783 10.0.0.240 - - [2026-03-26 03:47:12] "POST /neutron/port HTTP/1.1" 200 1123 0.034695 10.0.0.240 - - [2026-03-26 03:47:12] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007543 10.0.0.240 - - [2026-03-26 03:47:12] "GET /virtual-machine/10dadabd-c19f-4655-9ef4-dbd550f31e17 HTTP/1.1" 200 1291 0.005895 10.0.0.240 - - [2026-03-26 03:47:12] "GET /virtual-machine-interface/ea731d8a-a615-4d10-be1b-cc85c8400363 HTTP/1.1" 200 2937 0.006287 10.0.0.240 - - [2026-03-26 03:47:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003295 10.0.0.240 - - [2026-03-26 03:47:12] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003802 10.0.0.240 - - [2026-03-26 03:47:12] "GET /virtual-networks?parent_id=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003656 10.0.0.240 - - [2026-03-26 03:47:12] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007639 10.0.0.240 - - [2026-03-26 03:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.240 - - [2026-03-26 03:47:14] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004875 10.0.0.240 - - [2026-03-26 03:47:14] "GET /virtual-networks?parent_id=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003156 10.0.0.240 - - [2026-03-26 03:47:14] "GET /virtual-network/ba1cc801-ccf9-47b2-8acb-6ec9e911523b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007155 10.0.0.65 - - [2026-03-26 03:47:31] "GET /obj-perms HTTP/1.1" 200 5075 0.051846 10.0.0.240 - - [2026-03-26 03:47:47] "POST /neutron/network HTTP/1.1" 200 1124 0.006923 10.0.0.240 - - [2026-03-26 03:47:47] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015944 10.0.0.240 - - [2026-03-26 03:47:47] "POST /neutron/network HTTP/1.1" 200 1114 0.010173 10.0.0.240 - - [2026-03-26 03:47:49] "POST /neutron/network HTTP/1.1" 200 939 0.007129 10.0.0.240 - - [2026-03-26 03:47:49] "POST /neutron/port HTTP/1.1" 200 117 0.001060 10.0.0.240 - - [2026-03-26 03:48:12] "POST /neutron/network HTTP/1.1" 400 204 0.017051 10.0.0.240 - - [2026-03-26 03:48:12] "POST /neutron/port HTTP/1.1" 200 1123 0.020747 10.0.0.240 - - [2026-03-26 03:48:12] "POST /neutron/port HTTP/1.1" 200 151 0.231136 10.0.0.22 - - [2026-03-26 03:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.65 - - [2026-03-26 03:48:15] "GET /projects?obj_uuids=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000999 10.0.0.240 - - [2026-03-26 03:48:15] "GET /project/80e3fa64-510b-494a-9b19-06c4c5c96e78?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.042957 10.0.0.65 - - [2026-03-26 03:48:15] "GET /projects?obj_uuids=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000906 10.0.0.240 - - [2026-03-26 03:48:15] "GET /project/80e3fa64-510b-494a-9b19-06c4c5c96e78?fields=virtual_networks HTTP/1.1" 200 1030 0.042323 10.0.0.65 - - [2026-03-26 03:48:15] "GET /projects?obj_uuids=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000894 10.0.0.240 - - [2026-03-26 03:48:15] "GET /project/80e3fa64-510b-494a-9b19-06c4c5c96e78?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.042049 10.0.0.65 - - [2026-03-26 03:48:15] "GET /projects?obj_uuids=80e3fa64-510b-494a-9b19-06c4c5c96e78&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001473 10.0.0.240 - - [2026-03-26 03:48:16] "GET /project/80e3fa64-510b-494a-9b19-06c4c5c96e78?fields=security_groups HTTP/1.1" 200 1255 0.043518 10.0.0.22 - - [2026-03-26 03:48:22] "DELETE /access-control-list/7f6eeba3-54b9-4275-88e6-f634e4596bfc HTTP/1.1" 200 115 0.051862 10.0.0.65 - - [2026-03-26 03:48:23] "DELETE /project/80e3fa64-510b-494a-9b19-06c4c5c96e78 HTTP/1.1" 404 177 0.003930 10.0.0.240 - - [2026-03-26 03:48:32] "GET / HTTP/1.1" 200 35931 0.003385 10.0.0.240 - - [2026-03-26 03:48:33] "POST /fqname-to-id HTTP/1.1" 401 293 0.000533 10.0.0.240 - - [2026-03-26 03:48:33] "POST /fqname-to-id HTTP/1.1" 404 201 0.059006 10.0.0.65 - - [2026-03-26 03:48:33] "GET /projects?obj_uuids=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002976 10.0.0.65 - - [2026-03-26 03:48:33] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001250 10.0.0.65 - - [2026-03-26 03:48:33] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008056 10.0.0.65 - - [2026-03-26 03:48:33] "POST /id-to-fqname HTTP/1.1" 200 203 0.004419 10.0.0.65 - - [2026-03-26 03:48:33] "POST /fqname-to-id HTTP/1.1" 404 212 0.011017 10.0.0.65 - - [2026-03-26 03:48:33] "POST /security-groups HTTP/1.1" 200 604 0.077585 10.0.0.65 - - [2026-03-26 03:48:34] "POST /projects HTTP/1.1" 200 611 0.299937 10.0.0.65 - - [2026-03-26 03:48:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.338320 10.0.0.22 - - [2026-03-26 03:48:34] "POST /fqname-to-id HTTP/1.1" 404 246 0.013082 10.0.0.240 - - [2026-03-26 03:48:34] "GET /project/c5e1ff74-6a9f-4014-ac55-81ef854eb555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.481200 10.0.0.240 - - [2026-03-26 03:48:35] "GET / HTTP/1.1" 200 35931 0.001747 10.0.0.240 - - [2026-03-26 03:48:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000410 10.0.0.240 - - [2026-03-26 03:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.059826 10.0.0.65 - - [2026-03-26 03:48:36] "GET /projects?obj_uuids=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000863 10.0.0.240 - - [2026-03-26 03:48:36] "GET /project/c5e1ff74-6a9f-4014-ac55-81ef854eb555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.054003 10.0.0.240 - - [2026-03-26 03:48:36] "POST /neutron/network HTTP/1.1" 200 117 0.041403 10.0.0.22 - - [2026-03-26 03:48:36] "POST /ref-update HTTP/1.1" 200 156 0.036703 10.0.0.240 - - [2026-03-26 03:48:36] "POST /neutron/network HTTP/1.1" 200 839 0.012696 10.0.0.240 - - [2026-03-26 03:48:37] "POST /id-to-fqname HTTP/1.1" 200 234 0.001153 10.0.0.240 - - [2026-03-26 03:48:37] "GET /virtual-network/b3a849ca-0f90-4b5b-a876-9f9a760d27ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005198 10.0.0.240 - - [2026-03-26 03:48:37] "GET /virtual-network/b3a849ca-0f90-4b5b-a876-9f9a760d27ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005117 10.0.0.240 - - [2026-03-26 03:48:37] "POST /neutron/subnet HTTP/1.1" 200 725 0.011337 10.0.0.240 - - [2026-03-26 03:48:37] "POST /id-to-fqname HTTP/1.1" 200 234 0.001230 10.0.0.65 - - [2026-03-26 03:48:38] "GET /projects?obj_uuids=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000945 10.0.0.240 - - [2026-03-26 03:48:38] "GET /project/c5e1ff74-6a9f-4014-ac55-81ef854eb555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.071201 10.0.0.240 - - [2026-03-26 03:48:38] "POST /neutron/network HTTP/1.1" 200 839 0.037396 10.0.0.240 - - [2026-03-26 03:48:38] "POST /id-to-fqname HTTP/1.1" 200 234 0.001243 10.0.0.240 - - [2026-03-26 03:48:38] "POST /neutron/port HTTP/1.1" 200 4196 0.038710 10.0.0.65 - - [2026-03-26 03:48:39] "GET /projects?obj_uuids=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001129 10.0.0.240 - - [2026-03-26 03:48:39] "POST /neutron/port HTTP/1.1" 200 1073 0.348337 10.0.0.240 - - [2026-03-26 03:48:39] "POST /neutron/port HTTP/1.1" 200 1127 0.126195 10.0.0.240 - - [2026-03-26 03:48:39] "POST /neutron/subnet HTTP/1.1" 200 699 0.012800 10.0.0.65 - - [2026-03-26 03:48:39] "GET /projects?obj_uuids=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002683 10.0.0.240 - - [2026-03-26 03:48:39] "GET /project/c5e1ff74-6a9f-4014-ac55-81ef854eb555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.149078 10.0.0.240 - - [2026-03-26 03:48:40] "POST /neutron/network HTTP/1.1" 200 839 0.009649 10.0.0.240 - - [2026-03-26 03:48:40] "POST /neutron/port HTTP/1.1" 200 117 0.006462 10.0.0.240 - - [2026-03-26 03:48:41] "GET /virtual-network/b3a849ca-0f90-4b5b-a876-9f9a760d27ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006282 10.0.0.240 - - [2026-03-26 03:48:41] "POST /neutron/port HTTP/1.1" 200 1073 0.020106 10.0.0.240 - - [2026-03-26 03:48:41] "POST /neutron/port HTTP/1.1" 200 1137 0.020918 10.0.0.240 - - [2026-03-26 03:48:41] "POST /neutron/port HTTP/1.1" 200 117 0.001119 10.0.0.240 - - [2026-03-26 03:48:41] "GET /obj-perms HTTP/1.1" 200 5075 0.077242 10.0.0.240 - - [2026-03-26 03:48:42] "POST /neutron/security_group HTTP/1.1" 200 2071 0.009271 10.0.0.240 - - [2026-03-26 03:48:43] "POST /neutron/port HTTP/1.1" 200 1137 0.020351 10.0.0.240 - - [2026-03-26 03:48:43] "GET /virtual-machine/8abe3faf-82a5-46f6-8e70-e82b1e7d4d70 HTTP/1.1" 401 293 0.000384 10.0.0.240 - - [2026-03-26 03:48:43] "GET /virtual-machine/8abe3faf-82a5-46f6-8e70-e82b1e7d4d70 HTTP/1.1" 200 1305 0.035639 10.0.0.240 - - [2026-03-26 03:48:43] "GET /virtual-machine-interface/7c97f4ab-1d39-46ae-9f8f-7ae44a96c349 HTTP/1.1" 200 3009 0.005525 10.0.0.240 - - [2026-03-26 03:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.002924 10.0.0.240 - - [2026-03-26 03:48:43] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003659 10.0.0.240 - - [2026-03-26 03:48:43] "GET /virtual-networks?parent_id=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002890 10.0.0.240 - - [2026-03-26 03:48:43] "GET /virtual-network/b3a849ca-0f90-4b5b-a876-9f9a760d27ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005596 10.0.0.240 - - [2026-03-26 03:48:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.240 - - [2026-03-26 03:48:46] "GET /virtual-network/b3a849ca-0f90-4b5b-a876-9f9a760d27ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006755 10.0.0.240 - - [2026-03-26 03:48:49] "POST /neutron/port HTTP/1.1" 200 1109 0.017985 10.0.0.240 - - [2026-03-26 03:48:49] "POST /neutron/subnet HTTP/1.1" 200 708 0.009683 10.0.0.240 - - [2026-03-26 03:48:50] "POST /neutron/port HTTP/1.1" 200 1219 0.019098 10.0.0.240 - - [2026-03-26 03:48:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003818 10.0.0.240 - - [2026-03-26 03:48:50] "POST /neutron/port HTTP/1.1" 200 117 0.001103 10.0.0.240 - - [2026-03-26 03:48:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.240 - - [2026-03-26 03:48:50] "GET /virtual-network/b3a849ca-0f90-4b5b-a876-9f9a760d27ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005649 10.0.0.240 - - [2026-03-26 03:48:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.240 - - [2026-03-26 03:48:54] "GET /virtual-network/b3a849ca-0f90-4b5b-a876-9f9a760d27ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005802 10.0.0.240 - - [2026-03-26 03:48:58] "POST /neutron/port HTTP/1.1" 200 1137 0.019009 10.0.0.240 - - [2026-03-26 03:48:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.240 - - [2026-03-26 03:48:58] "GET /virtual-network/b3a849ca-0f90-4b5b-a876-9f9a760d27ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005811 10.0.0.240 - - [2026-03-26 03:49:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.240 - - [2026-03-26 03:49:00] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003644 10.0.0.240 - - [2026-03-26 03:49:00] "GET /virtual-networks?parent_id=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003819 10.0.0.240 - - [2026-03-26 03:49:00] "GET /virtual-network/b3a849ca-0f90-4b5b-a876-9f9a760d27ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006811 10.0.0.240 - - [2026-03-26 03:49:01] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007792 10.0.0.22 - - [2026-03-26 03:49:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000440 10.0.0.22 - - [2026-03-26 03:49:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.22 - - [2026-03-26 03:49:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.22 - - [2026-03-26 03:49:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.65 - - [2026-03-26 03:49:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000382 10.0.0.65 - - [2026-03-26 03:49:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.65 - - [2026-03-26 03:49:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.65 - - [2026-03-26 03:49:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000362 10.0.0.240 - - [2026-03-26 03:49:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.240 - - [2026-03-26 03:49:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000389 10.0.0.240 - - [2026-03-26 03:49:06] "POST /neutron/port HTTP/1.1" 200 1137 0.018720 10.0.0.240 - - [2026-03-26 03:49:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000363 10.0.0.240 - - [2026-03-26 03:49:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.240 - - [2026-03-26 03:49:11] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007511 10.0.0.240 - - [2026-03-26 03:49:11] "POST /neutron/port HTTP/1.1" 200 1137 0.019524 10.0.0.240 - - [2026-03-26 03:49:11] "GET /virtual-machine/405efe0f-b28c-4394-9721-2b6bf4281454 HTTP/1.1" 200 1305 0.005907 10.0.0.240 - - [2026-03-26 03:49:11] "GET /virtual-machine-interface/98815c99-2504-4a9c-8efc-a6de7567709c HTTP/1.1" 200 3010 0.006998 10.0.0.240 - - [2026-03-26 03:49:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003299 10.0.0.240 - - [2026-03-26 03:49:11] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004734 10.0.0.240 - - [2026-03-26 03:49:11] "GET /virtual-networks?parent_id=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.003325 10.0.0.240 - - [2026-03-26 03:49:11] "GET /virtual-network/b3a849ca-0f90-4b5b-a876-9f9a760d27ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006447 10.0.0.240 - - [2026-03-26 03:49:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.240 - - [2026-03-26 03:49:12] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003599 10.0.0.240 - - [2026-03-26 03:49:12] "GET /virtual-networks?parent_id=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.002888 10.0.0.240 - - [2026-03-26 03:49:12] "GET /virtual-network/b3a849ca-0f90-4b5b-a876-9f9a760d27ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006472 10.0.0.240 - - [2026-03-26 03:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.240 - - [2026-03-26 03:49:13] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004186 10.0.0.240 - - [2026-03-26 03:49:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005151 10.0.0.240 - - [2026-03-26 03:49:13] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004289 10.0.0.240 - - [2026-03-26 03:49:13] "PUT /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae HTTP/1.1" 200 276 0.026946 10.0.0.65 - - [2026-03-26 03:49:23] "DELETE /project/c5e1ff746a9f4014ac5581ef854eb555 HTTP/1.1" 404 173 0.003358 10.0.0.240 - - [2026-03-26 03:49:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.240 - - [2026-03-26 03:49:24] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1640 0.004523 10.0.0.240 - - [2026-03-26 03:49:24] "PUT /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae HTTP/1.1" 200 276 0.012840 10.0.0.22 - - [2026-03-26 03:49:33] "GET /obj-perms HTTP/1.1" 200 5075 0.058257 10.0.0.240 - - [2026-03-26 03:49:51] "POST /neutron/port HTTP/1.1" 200 1109 0.017136 10.0.0.240 - - [2026-03-26 03:49:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.008395 10.0.0.240 - - [2026-03-26 03:50:16] "POST /neutron/network HTTP/1.1" 200 839 0.009030 10.0.0.240 - - [2026-03-26 03:50:17] "POST /neutron/port HTTP/1.1" 200 1137 0.017364 10.0.0.240 - - [2026-03-26 03:50:17] "POST /neutron/port HTTP/1.1" 200 151 0.267139 10.0.0.65 - - [2026-03-26 03:50:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005185 10.0.0.65 - - [2026-03-26 03:50:18] "POST /useragent-kv HTTP/1.1" 200 115 0.002728 10.0.0.240 - - [2026-03-26 03:50:18] "POST /neutron/network HTTP/1.1" 200 151 0.142742 10.0.0.65 - - [2026-03-26 03:50:18] "GET /projects?obj_uuids=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001666 10.0.0.240 - - [2026-03-26 03:50:18] "GET /project/c5e1ff74-6a9f-4014-ac55-81ef854eb555?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1416 0.038896 10.0.0.65 - - [2026-03-26 03:50:18] "GET /projects?obj_uuids=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.000965 10.0.0.240 - - [2026-03-26 03:50:19] "GET /project/c5e1ff74-6a9f-4014-ac55-81ef854eb555?fields=virtual_networks HTTP/1.1" 200 1059 0.047015 10.0.0.65 - - [2026-03-26 03:50:19] "GET /projects?obj_uuids=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001085 10.0.0.240 - - [2026-03-26 03:50:19] "GET /project/c5e1ff74-6a9f-4014-ac55-81ef854eb555?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.048692 10.0.0.65 - - [2026-03-26 03:50:19] "GET /projects?obj_uuids=c5e1ff74-6a9f-4014-ac55-81ef854eb555&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001168 10.0.0.240 - - [2026-03-26 03:50:19] "GET /project/c5e1ff74-6a9f-4014-ac55-81ef854eb555?fields=security_groups HTTP/1.1" 200 1298 0.054795 10.0.0.240 - - [2026-03-26 03:50:20] "POST /fqname-to-id HTTP/1.1" 404 206 0.029654 10.0.0.65 - - [2026-03-26 03:50:20] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.006394 10.0.0.65 - - [2026-03-26 03:50:20] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.65 - - [2026-03-26 03:50:20] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008147 10.0.0.65 - - [2026-03-26 03:50:20] "POST /id-to-fqname HTTP/1.1" 200 209 0.001279 10.0.0.65 - - [2026-03-26 03:50:20] "POST /fqname-to-id HTTP/1.1" 404 217 0.004772 10.0.0.65 - - [2026-03-26 03:50:20] "POST /security-groups HTTP/1.1" 200 609 0.081515 10.0.0.22 - - [2026-03-26 03:50:20] "POST /fqname-to-id HTTP/1.1" 404 252 0.004063 10.0.0.65 - - [2026-03-26 03:50:20] "POST /projects HTTP/1.1" 200 621 0.293746 10.0.0.65 - - [2026-03-26 03:50:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.369853 10.0.0.22 - - [2026-03-26 03:50:20] "POST /access-control-lists HTTP/1.1" 200 612 0.039639 10.0.0.240 - - [2026-03-26 03:50:20] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.543226 10.0.0.240 - - [2026-03-26 03:50:22] "GET / HTTP/1.1" 200 35931 0.002088 10.0.0.240 - - [2026-03-26 03:50:22] "POST /fqname-to-id HTTP/1.1" 401 293 0.000466 10.0.0.240 - - [2026-03-26 03:50:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.079801 10.0.0.65 - - [2026-03-26 03:50:22] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000975 10.0.0.240 - - [2026-03-26 03:50:23] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.039964 10.0.0.22 - - [2026-03-26 03:50:23] "POST /route-targets HTTP/1.1" 200 327 0.022481 10.0.0.65 - - [2026-03-26 03:50:23] "DELETE /project/c5e1ff74-6a9f-4014-ac55-81ef854eb555 HTTP/1.1" 404 177 0.002782 10.0.0.65 - - [2026-03-26 03:50:23] "DELETE /project/6750c5b755c0491aab646801c7b0a322 HTTP/1.1" 404 173 0.005347 10.0.0.65 - - [2026-03-26 03:50:23] "POST /useragent-kv HTTP/1.1" 200 115 0.007737 10.0.0.240 - - [2026-03-26 03:50:23] "POST /neutron/subnet HTTP/1.1" 200 729 0.322540 10.0.0.240 - - [2026-03-26 03:50:23] "POST /id-to-fqname HTTP/1.1" 200 239 0.001301 10.0.0.240 - - [2026-03-26 03:50:23] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006294 10.0.0.240 - - [2026-03-26 03:50:23] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006042 10.0.0.240 - - [2026-03-26 03:50:23] "POST /neutron/network HTTP/1.1" 200 845 0.006660 10.0.0.240 - - [2026-03-26 03:50:24] "POST /id-to-fqname HTTP/1.1" 200 239 0.001261 10.0.0.240 - - [2026-03-26 03:50:24] "POST /neutron/network HTTP/1.1" 200 855 0.008101 10.0.0.65 - - [2026-03-26 03:50:25] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001195 10.0.0.240 - - [2026-03-26 03:50:25] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.077806 10.0.0.240 - - [2026-03-26 03:50:25] "POST /neutron/port HTTP/1.1" 200 117 0.006503 10.0.0.240 - - [2026-03-26 03:50:25] "POST /id-to-fqname HTTP/1.1" 200 239 0.001397 10.0.0.240 - - [2026-03-26 03:50:25] "POST /neutron/network HTTP/1.1" 200 855 0.008090 10.0.0.240 - - [2026-03-26 03:50:26] "POST /neutron/port HTTP/1.1" 200 1079 0.051751 10.0.0.240 - - [2026-03-26 03:50:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004210 10.0.0.65 - - [2026-03-26 03:50:26] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000990 10.0.0.240 - - [2026-03-26 03:50:26] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.099876 10.0.0.240 - - [2026-03-26 03:50:26] "POST /neutron/network HTTP/1.1" 200 845 0.010342 10.0.0.240 - - [2026-03-26 03:50:27] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009068 10.0.0.65 - - [2026-03-26 03:50:27] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001127 10.0.0.240 - - [2026-03-26 03:50:27] "POST /neutron/port HTTP/1.1" 200 1079 0.285951 10.0.0.240 - - [2026-03-26 03:50:27] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005244 10.0.0.240 - - [2026-03-26 03:50:28] "POST /neutron/port HTTP/1.1" 200 1133 0.121359 10.0.0.240 - - [2026-03-26 03:50:28] "POST /neutron/subnet HTTP/1.1" 200 703 0.009554 10.0.0.65 - - [2026-03-26 03:50:29] "GET /obj-perms HTTP/1.1" 200 5085 0.068156 10.0.0.240 - - [2026-03-26 03:50:29] "POST /neutron/port HTTP/1.1" 200 1143 0.024951 10.0.0.240 - - [2026-03-26 03:50:29] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010044 10.0.0.240 - - [2026-03-26 03:50:29] "GET /virtual-machine/8cfabd1e-bea2-4e0d-b4ff-be3eff8de118 HTTP/1.1" 401 293 0.000484 10.0.0.240 - - [2026-03-26 03:50:30] "GET /virtual-machine/8cfabd1e-bea2-4e0d-b4ff-be3eff8de118 HTTP/1.1" 200 1311 0.039393 10.0.0.240 - - [2026-03-26 03:50:30] "GET /virtual-machine-interface/0fb71b31-38ab-4990-b2a9-60aed79f04d0 HTTP/1.1" 200 3034 0.005623 10.0.0.240 - - [2026-03-26 03:50:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003858 10.0.0.240 - - [2026-03-26 03:50:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003908 10.0.0.240 - - [2026-03-26 03:50:30] "GET /virtual-networks?parent_id=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004240 10.0.0.240 - - [2026-03-26 03:50:30] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005975 10.0.0.240 - - [2026-03-26 03:50:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003744 10.0.0.240 - - [2026-03-26 03:50:33] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006082 10.0.0.240 - - [2026-03-26 03:50:34] "GET /obj-perms HTTP/1.1" 200 5075 0.063608 10.0.0.240 - - [2026-03-26 03:50:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.240 - - [2026-03-26 03:50:37] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005398 10.0.0.240 - - [2026-03-26 03:50:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.240 - - [2026-03-26 03:50:41] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005741 10.0.0.240 - - [2026-03-26 03:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.240 - - [2026-03-26 03:50:45] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007279 10.0.0.240 - - [2026-03-26 03:50:45] "POST /neutron/port HTTP/1.1" 200 1143 0.019937 10.0.0.240 - - [2026-03-26 03:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004102 10.0.0.240 - - [2026-03-26 03:50:47] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004817 10.0.0.240 - - [2026-03-26 03:50:47] "GET /virtual-networks?parent_id=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003624 10.0.0.240 - - [2026-03-26 03:50:47] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006663 10.0.0.240 - - [2026-03-26 03:50:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010261 10.0.0.240 - - [2026-03-26 03:50:50] "POST /neutron/port HTTP/1.1" 200 1219 0.021362 10.0.0.240 - - [2026-03-26 03:50:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003949 10.0.0.240 - - [2026-03-26 03:50:50] "POST /neutron/port HTTP/1.1" 200 117 0.001124 10.0.0.240 - - [2026-03-26 03:50:52] "POST /neutron/port HTTP/1.1" 200 1219 0.019617 10.0.0.240 - - [2026-03-26 03:50:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003746 10.0.0.240 - - [2026-03-26 03:50:52] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.240 - - [2026-03-26 03:50:53] "POST /neutron/port HTTP/1.1" 200 1143 0.019789 10.0.0.240 - - [2026-03-26 03:50:58] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007361 10.0.0.240 - - [2026-03-26 03:50:58] "POST /neutron/port HTTP/1.1" 200 1143 0.016336 10.0.0.240 - - [2026-03-26 03:50:58] "GET /virtual-machine/f8098a8d-e5ba-4982-a822-d81ce78c57da HTTP/1.1" 200 1311 0.006344 10.0.0.240 - - [2026-03-26 03:50:58] "GET /virtual-machine-interface/c0f6e8c5-1ce2-4972-9e28-eceef08ee691 HTTP/1.1" 200 3035 0.005610 10.0.0.240 - - [2026-03-26 03:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.240 - - [2026-03-26 03:50:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003723 10.0.0.240 - - [2026-03-26 03:50:58] "GET /virtual-networks?parent_id=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003343 10.0.0.240 - - [2026-03-26 03:50:58] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006473 10.0.0.240 - - [2026-03-26 03:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003461 10.0.0.240 - - [2026-03-26 03:50:59] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004522 10.0.0.240 - - [2026-03-26 03:50:59] "GET /virtual-networks?parent_id=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.003019 10.0.0.240 - - [2026-03-26 03:50:59] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006917 10.0.0.240 - - [2026-03-26 03:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.65 - - [2026-03-26 03:51:00] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.046457 10.0.0.240 - - [2026-03-26 03:51:00] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.093119 10.0.0.65 - - [2026-03-26 03:51:00] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000934 10.0.0.240 - - [2026-03-26 03:51:00] "POST /neutron/network HTTP/1.1" 200 625 0.137039 10.0.0.22 - - [2026-03-26 03:51:00] "POST /ref-update HTTP/1.1" 200 156 0.055173 10.0.0.240 - - [2026-03-26 03:51:00] "POST /id-to-fqname HTTP/1.1" 200 239 0.003456 10.0.0.240 - - [2026-03-26 03:51:00] "GET /virtual-network/967ae200-ff4d-438e-9a34-da703d772557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006881 10.0.0.240 - - [2026-03-26 03:51:00] "POST /neutron/network HTTP/1.1" 200 843 0.007237 10.0.0.240 - - [2026-03-26 03:51:00] "GET /virtual-network/967ae200-ff4d-438e-9a34-da703d772557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006026 10.0.0.240 - - [2026-03-26 03:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.65 - - [2026-03-26 03:51:00] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000880 10.0.0.240 - - [2026-03-26 03:51:00] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.043710 10.0.0.240 - - [2026-03-26 03:51:01] "POST /neutron/network HTTP/1.1" 200 117 0.020236 10.0.0.240 - - [2026-03-26 03:51:01] "POST /neutron/network HTTP/1.1" 200 849 0.011585 10.0.0.240 - - [2026-03-26 03:51:01] "POST /id-to-fqname HTTP/1.1" 200 242 0.001173 10.0.0.240 - - [2026-03-26 03:51:01] "GET /virtual-network/8e66bfe9-84c5-45a3-a4a3-6f0187c17f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005641 10.0.0.240 - - [2026-03-26 03:51:01] "GET /virtual-network/8e66bfe9-84c5-45a3-a4a3-6f0187c17f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005535 10.0.0.240 - - [2026-03-26 03:51:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.010601 10.0.0.240 - - [2026-03-26 03:51:01] "POST /id-to-fqname HTTP/1.1" 200 239 0.001447 10.0.0.240 - - [2026-03-26 03:51:01] "POST /neutron/network HTTP/1.1" 200 853 0.006996 10.0.0.65 - - [2026-03-26 03:51:02] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001592 10.0.0.240 - - [2026-03-26 03:51:02] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.090908 10.0.0.240 - - [2026-03-26 03:51:03] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009055 10.0.0.240 - - [2026-03-26 03:51:03] "POST /id-to-fqname HTTP/1.1" 200 242 0.001361 10.0.0.240 - - [2026-03-26 03:51:03] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007991 10.0.0.65 - - [2026-03-26 03:51:03] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001061 10.0.0.240 - - [2026-03-26 03:51:04] "POST /neutron/port HTTP/1.1" 200 1077 0.297829 10.0.0.240 - - [2026-03-26 03:51:04] "POST /neutron/port HTTP/1.1" 200 1131 0.106458 10.0.0.240 - - [2026-03-26 03:51:04] "POST /neutron/subnet HTTP/1.1" 200 694 0.009382 10.0.0.65 - - [2026-03-26 03:51:04] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001206 10.0.0.240 - - [2026-03-26 03:51:04] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.079426 10.0.0.240 - - [2026-03-26 03:51:04] "POST /neutron/network HTTP/1.1" 200 849 0.007902 10.0.0.240 - - [2026-03-26 03:51:04] "POST /neutron/port HTTP/1.1" 200 117 0.007372 10.0.0.240 - - [2026-03-26 03:51:04] "POST /id-to-fqname HTTP/1.1" 200 239 0.001669 10.0.0.240 - - [2026-03-26 03:51:04] "POST /id-to-fqname HTTP/1.1" 200 239 0.001046 10.0.0.240 - - [2026-03-26 03:51:05] "POST /neutron/network HTTP/1.1" 200 859 0.006766 10.0.0.240 - - [2026-03-26 03:51:05] "POST /neutron/port HTTP/1.1" 200 1077 0.018815 10.0.0.240 - - [2026-03-26 03:51:05] "POST /neutron/port HTTP/1.1" 200 1141 0.021104 10.0.0.240 - - [2026-03-26 03:51:05] "POST /neutron/port HTTP/1.1" 200 117 0.001049 10.0.0.65 - - [2026-03-26 03:51:06] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001041 10.0.0.240 - - [2026-03-26 03:51:06] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.075384 10.0.0.240 - - [2026-03-26 03:51:06] "POST /neutron/network HTTP/1.1" 200 843 0.007804 10.0.0.240 - - [2026-03-26 03:51:06] "POST /neutron/port HTTP/1.1" 200 117 0.006426 10.0.0.240 - - [2026-03-26 03:51:07] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006057 10.0.0.65 - - [2026-03-26 03:51:07] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000973 10.0.0.240 - - [2026-03-26 03:51:08] "GET /virtual-network/967ae200-ff4d-438e-9a34-da703d772557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.009269 10.0.0.240 - - [2026-03-26 03:51:08] "POST /neutron/port HTTP/1.1" 200 1077 0.367690 10.0.0.240 - - [2026-03-26 03:51:08] "POST /neutron/port HTTP/1.1" 200 1133 0.174103 10.0.0.22 - - [2026-03-26 03:51:08] "GET /obj-perms HTTP/1.1" 200 5085 0.103202 10.0.0.65 - - [2026-03-26 03:51:08] "GET /obj-perms HTTP/1.1" 200 5085 0.005934 10.0.0.240 - - [2026-03-26 03:51:08] "POST /neutron/port HTTP/1.1" 200 1131 0.153743 10.0.0.240 - - [2026-03-26 03:51:08] "GET /virtual-network/8e66bfe9-84c5-45a3-a4a3-6f0187c17f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.008800 10.0.0.240 - - [2026-03-26 03:51:08] "POST /neutron/subnet HTTP/1.1" 200 703 0.011149 10.0.0.240 - - [2026-03-26 03:51:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003853 10.0.0.240 - - [2026-03-26 03:51:09] "POST /neutron/network HTTP/1.1" 200 843 0.007803 10.0.0.240 - - [2026-03-26 03:51:09] "GET /obj-perms HTTP/1.1" 200 5085 0.098176 10.0.0.240 - - [2026-03-26 03:51:09] "POST /neutron/port HTTP/1.1" 200 1141 0.023520 10.0.0.240 - - [2026-03-26 03:51:09] "POST /neutron/security_group HTTP/1.1" 200 2076 0.010420 10.0.0.240 - - [2026-03-26 03:51:09] "GET /virtual-machine/0873e170-e00b-4de7-b90a-534cfaae7169 HTTP/1.1" 200 1309 0.006577 10.0.0.240 - - [2026-03-26 03:51:09] "GET /virtual-machine-interface/cf064ef1-5358-47b6-960d-61118c6e9b1a HTTP/1.1" 200 3044 0.007785 10.0.0.240 - - [2026-03-26 03:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003594 10.0.0.240 - - [2026-03-26 03:51:09] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003248 10.0.0.240 - - [2026-03-26 03:51:09] "GET /virtual-networks?parent_id=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003315 10.0.0.240 - - [2026-03-26 03:51:09] "GET /virtual-network/8e66bfe9-84c5-45a3-a4a3-6f0187c17f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006060 10.0.0.240 - - [2026-03-26 03:51:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.240 - - [2026-03-26 03:51:12] "GET /virtual-network/8e66bfe9-84c5-45a3-a4a3-6f0187c17f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006091 10.0.0.240 - - [2026-03-26 03:51:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.240 - - [2026-03-26 03:51:16] "GET /virtual-network/8e66bfe9-84c5-45a3-a4a3-6f0187c17f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005322 10.0.0.240 - - [2026-03-26 03:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.240 - - [2026-03-26 03:51:21] "GET /virtual-network/8e66bfe9-84c5-45a3-a4a3-6f0187c17f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.005735 10.0.0.240 - - [2026-03-26 03:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.240 - - [2026-03-26 03:51:25] "GET /virtual-network/8e66bfe9-84c5-45a3-a4a3-6f0187c17f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007631 10.0.0.240 - - [2026-03-26 03:51:25] "POST /neutron/port HTTP/1.1" 200 2132 0.020536 10.0.0.240 - - [2026-03-26 03:51:26] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006622 10.0.0.240 - - [2026-03-26 03:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003910 10.0.0.240 - - [2026-03-26 03:51:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004835 10.0.0.240 - - [2026-03-26 03:51:29] "GET /virtual-networks?parent_id=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003804 10.0.0.240 - - [2026-03-26 03:51:29] "GET /virtual-network/8e66bfe9-84c5-45a3-a4a3-6f0187c17f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.007434 10.0.0.240 - - [2026-03-26 03:51:34] "POST /neutron/port HTTP/1.1" 200 1141 0.019657 10.0.0.240 - - [2026-03-26 03:51:34] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008012 10.0.0.240 - - [2026-03-26 03:51:34] "GET /virtual-machine/57b29268-c434-4d37-b57b-a6d245709985 HTTP/1.1" 200 1310 0.010384 10.0.0.240 - - [2026-03-26 03:51:34] "GET /virtual-machine-interface/d77ad2dc-65d9-470d-ae3c-2004bee7ec7d HTTP/1.1" 200 3035 0.007057 10.0.0.240 - - [2026-03-26 03:51:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.240 - - [2026-03-26 03:51:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003853 10.0.0.240 - - [2026-03-26 03:51:34] "GET /virtual-networks?parent_id=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003905 10.0.0.240 - - [2026-03-26 03:51:35] "GET /virtual-network/967ae200-ff4d-438e-9a34-da703d772557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006478 10.0.0.240 - - [2026-03-26 03:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005575 10.0.0.240 - - [2026-03-26 03:51:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004940 10.0.0.240 - - [2026-03-26 03:51:36] "GET /virtual-networks?parent_id=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003268 10.0.0.240 - - [2026-03-26 03:51:36] "GET /virtual-network/967ae200-ff4d-438e-9a34-da703d772557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.008710 10.0.0.240 - - [2026-03-26 03:51:36] "POST /neutron/port HTTP/1.1" 200 2132 0.020169 10.0.0.240 - - [2026-03-26 03:51:36] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008731 10.0.0.240 - - [2026-03-26 03:51:36] "POST /neutron/port HTTP/1.1" 200 2132 0.028297 10.0.0.240 - - [2026-03-26 03:51:36] "GET /virtual-machine/aa5ca56b-13dd-46e5-bf18-4a57c83e7a69 HTTP/1.1" 200 1587 0.008962 10.0.0.240 - - [2026-03-26 03:51:36] "GET /virtual-machine-interface/11ddc53e-f637-4577-861d-e63414ea18cb HTTP/1.1" 200 3033 0.008657 10.0.0.240 - - [2026-03-26 03:51:36] "GET /virtual-machine-interface/f6f8c5f2-d246-4874-a668-f5b1b2738f32 HTTP/1.1" 200 3035 0.006791 10.0.0.240 - - [2026-03-26 03:51:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005255 10.0.0.240 - - [2026-03-26 03:51:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003938 10.0.0.240 - - [2026-03-26 03:51:36] "GET /virtual-networks?parent_id=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003692 10.0.0.240 - - [2026-03-26 03:51:36] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007140 10.0.0.240 - - [2026-03-26 03:51:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.240 - - [2026-03-26 03:51:37] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004001 10.0.0.240 - - [2026-03-26 03:51:37] "GET /virtual-networks?parent_id=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003174 10.0.0.240 - - [2026-03-26 03:51:38] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005742 10.0.0.240 - - [2026-03-26 03:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.240 - - [2026-03-26 03:51:38] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003968 10.0.0.240 - - [2026-03-26 03:51:38] "GET /virtual-networks?parent_id=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 851 0.003494 10.0.0.240 - - [2026-03-26 03:51:38] "GET /virtual-network/967ae200-ff4d-438e-9a34-da703d772557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.005558 10.0.0.240 - - [2026-03-26 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.014701 10.0.0.240 - - [2026-03-26 03:51:39] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004073 10.0.0.240 - - [2026-03-26 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003047 10.0.0.240 - - [2026-03-26 03:51:39] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004982 10.0.0.240 - - [2026-03-26 03:51:39] "PUT /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae HTTP/1.1" 200 276 0.010262 10.0.0.240 - - [2026-03-26 03:51:39] "POST /fqname-to-id HTTP/1.1" 404 217 0.003788 10.0.0.240 - - [2026-03-26 03:51:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005506 10.0.0.65 - - [2026-03-26 03:51:39] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001284 10.0.0.240 - - [2026-03-26 03:51:39] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.044064 10.0.0.240 - - [2026-03-26 03:51:40] "POST /network-policys HTTP/1.1" 200 539 0.030872 10.0.0.240 - - [2026-03-26 03:51:40] "GET /network-policy/24990294-9da8-4a17-8c92-ebb9daf4d09e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.010173 10.0.0.240 - - [2026-03-26 03:51:40] "POST /neutron/network HTTP/1.1" 200 939 0.076002 10.0.0.240 - - [2026-03-26 03:51:40] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006516 10.0.0.240 - - [2026-03-26 03:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003406 10.0.0.240 - - [2026-03-26 03:51:40] "GET /network-policy/24990294-9da8-4a17-8c92-ebb9daf4d09e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004150 10.0.0.240 - - [2026-03-26 03:51:40] "POST /neutron/network HTTP/1.1" 200 937 0.080874 10.0.0.240 - - [2026-03-26 03:51:40] "GET /virtual-network/967ae200-ff4d-438e-9a34-da703d772557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.006632 10.0.0.240 - - [2026-03-26 03:51:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.240 - - [2026-03-26 03:51:40] "GET /network-policy/24990294-9da8-4a17-8c92-ebb9daf4d09e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1992 0.004671 10.0.0.22 - - [2026-03-26 03:51:40] "POST /fqname-to-id HTTP/1.1" 404 254 0.003657 10.0.0.22 - - [2026-03-26 03:51:40] "POST /fqname-to-id HTTP/1.1" 404 254 0.009999 10.0.0.240 - - [2026-03-26 03:51:40] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006063 10.0.0.22 - - [2026-03-26 03:51:41] "GET /obj-perms HTTP/1.1" 200 5085 0.004099 10.0.0.65 - - [2026-03-26 03:51:41] "GET /obj-perms HTTP/1.1" 200 5085 0.003610 10.0.0.240 - - [2026-03-26 03:51:41] "GET /virtual-network/967ae200-ff4d-438e-9a34-da703d772557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.006175 10.0.0.240 - - [2026-03-26 03:51:41] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.006207 10.0.0.240 - - [2026-03-26 03:51:42] "GET /obj-perms HTTP/1.1" 200 5085 0.007845 10.0.0.240 - - [2026-03-26 03:51:42] "GET /virtual-network/967ae200-ff4d-438e-9a34-da703d772557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.005867 10.0.0.22 - - [2026-03-26 03:51:42] "GET /obj-perms HTTP/1.1" 200 5085 0.004225 10.0.0.65 - - [2026-03-26 03:51:42] "GET /obj-perms HTTP/1.1" 200 5085 0.003398 10.0.0.240 - - [2026-03-26 03:51:42] "GET /virtual-network/8e66bfe9-84c5-45a3-a4a3-6f0187c17f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2086 0.006063 10.0.0.240 - - [2026-03-26 03:51:50] "POST /neutron/port HTTP/1.1" 200 1109 0.017404 10.0.0.240 - - [2026-03-26 03:51:50] "POST /neutron/subnet HTTP/1.1" 200 708 0.011397 10.0.0.240 - - [2026-03-26 03:51:53] "POST /neutron/port HTTP/1.1" 200 1109 0.049429 10.0.0.240 - - [2026-03-26 03:51:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004179 10.0.0.240 - - [2026-03-26 03:51:53] "POST /neutron/network HTTP/1.1" 200 929 0.006352 10.0.0.240 - - [2026-03-26 03:51:56] "GET /obj-perms HTTP/1.1" 200 5085 0.004519 10.0.0.240 - - [2026-03-26 03:52:35] "GET /obj-perms HTTP/1.1" 200 5075 0.059162 10.0.0.240 - - [2026-03-26 03:52:51] "POST /neutron/network HTTP/1.1" 200 949 0.007673 10.0.0.240 - - [2026-03-26 03:52:51] "POST /neutron/port HTTP/1.1" 200 117 0.001096 10.0.0.240 - - [2026-03-26 03:52:53] "POST /neutron/port HTTP/1.1" 200 1219 0.018114 10.0.0.240 - - [2026-03-26 03:52:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004776 10.0.0.240 - - [2026-03-26 03:52:53] "POST /neutron/port HTTP/1.1" 200 117 0.001086 10.0.0.240 - - [2026-03-26 03:53:52] "POST /neutron/port HTTP/1.1" 200 1143 0.017533 10.0.0.240 - - [2026-03-26 03:53:52] "POST /neutron/subnet HTTP/1.1" 200 703 0.009183 10.0.0.240 - - [2026-03-26 03:53:54] "POST /neutron/port HTTP/1.1" 200 1109 0.019041 10.0.0.240 - - [2026-03-26 03:53:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004041 10.0.0.240 - - [2026-03-26 03:53:54] "POST /neutron/network HTTP/1.1" 200 929 0.009775 10.0.0.22 - - [2026-03-26 03:54:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.22 - - [2026-03-26 03:54:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.22 - - [2026-03-26 03:54:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000342 10.0.0.22 - - [2026-03-26 03:54:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000340 10.0.0.65 - - [2026-03-26 03:54:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.65 - - [2026-03-26 03:54:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000360 10.0.0.65 - - [2026-03-26 03:54:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.65 - - [2026-03-26 03:54:04] "GET /global-system-configs HTTP/1.1" 401 293 0.001058 10.0.0.240 - - [2026-03-26 03:54:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.240 - - [2026-03-26 03:54:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000541 10.0.0.240 - - [2026-03-26 03:54:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000495 10.0.0.240 - - [2026-03-26 03:54:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000343 10.0.0.22 - - [2026-03-26 03:54:37] "GET /obj-perms HTTP/1.1" 200 5075 0.058585 10.0.0.65 - - [2026-03-26 03:54:38] "GET /obj-perms HTTP/1.1" 200 5075 0.064665 10.0.0.240 - - [2026-03-26 03:54:52] "POST /neutron/network HTTP/1.1" 200 1124 0.007682 10.0.0.240 - - [2026-03-26 03:54:52] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016794 10.0.0.240 - - [2026-03-26 03:54:52] "POST /neutron/network HTTP/1.1" 200 1114 0.010089 10.0.0.240 - - [2026-03-26 03:54:55] "POST /neutron/network HTTP/1.1" 200 947 0.007243 10.0.0.240 - - [2026-03-26 03:54:55] "POST /neutron/port HTTP/1.1" 200 117 0.001061 10.0.0.240 - - [2026-03-26 03:55:20] "GET /virtual-network/967ae200-ff4d-438e-9a34-da703d772557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2387 0.006281 10.0.0.240 - - [2026-03-26 03:55:20] "POST /neutron/network HTTP/1.1" 200 843 0.094682 10.0.0.240 - - [2026-03-26 03:55:20] "GET /virtual-network/967ae200-ff4d-438e-9a34-da703d772557?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.010779 10.0.0.240 - - [2026-03-26 03:55:20] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2393 0.005244 10.0.0.240 - - [2026-03-26 03:55:20] "POST /neutron/network HTTP/1.1" 200 845 0.073779 10.0.0.240 - - [2026-03-26 03:55:20] "GET /virtual-network/aef1774d-96ae-45ae-9f34-35d4ea182f71?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006484 10.0.0.240 - - [2026-03-26 03:55:20] "DELETE /network-policy/24990294-9da8-4a17-8c92-ebb9daf4d09e HTTP/1.1" 200 115 0.032833 10.0.0.240 - - [2026-03-26 03:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004556 10.0.0.240 - - [2026-03-26 03:55:20] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.005532 10.0.0.240 - - [2026-03-26 03:55:20] "PUT /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae HTTP/1.1" 200 276 0.014683 10.0.0.22 - - [2026-03-26 03:55:20] "DELETE /access-control-list/38d87a53-8d33-4660-9724-ed003511f06e HTTP/1.1" 200 115 0.034476 10.0.0.22 - - [2026-03-26 03:55:20] "DELETE /access-control-list/a2f3b1bf-33af-4a71-a836-606284d12b44 HTTP/1.1" 200 115 0.041597 10.0.0.240 - - [2026-03-26 03:55:22] "POST /neutron/network HTTP/1.1" 400 204 0.013756 10.0.0.240 - - [2026-03-26 03:55:22] "POST /neutron/port HTTP/1.1" 200 1141 0.021664 10.0.0.240 - - [2026-03-26 03:55:22] "POST /neutron/port HTTP/1.1" 200 151 0.257648 10.0.0.240 - - [2026-03-26 03:55:23] "POST /neutron/port HTTP/1.1" 200 151 0.236709 10.0.0.240 - - [2026-03-26 03:55:24] "POST /neutron/network HTTP/1.1" 200 849 0.037702 10.0.0.22 - - [2026-03-26 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.013318 10.0.0.65 - - [2026-03-26 03:55:24] "POST /useragent-kv HTTP/1.1" 200 115 0.005990 10.0.0.65 - - [2026-03-26 03:55:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002832 10.0.0.240 - - [2026-03-26 03:55:24] "POST /neutron/network HTTP/1.1" 200 151 0.133999 10.0.0.22 - - [2026-03-26 03:55:24] "DELETE /route-target/eff36213-bd83-44cd-b5de-f0e1517ca2a9 HTTP/1.1" 200 115 0.029583 10.0.0.240 - - [2026-03-26 03:55:25] "POST /neutron/port HTTP/1.1" 200 1143 0.019638 10.0.0.240 - - [2026-03-26 03:55:25] "POST /neutron/port HTTP/1.1" 200 1143 0.019874 10.0.0.240 - - [2026-03-26 03:55:27] "POST /neutron/network HTTP/1.1" 200 845 0.007179 10.0.0.65 - - [2026-03-26 03:55:27] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001814 10.0.0.240 - - [2026-03-26 03:55:27] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1435 0.071467 10.0.0.65 - - [2026-03-26 03:55:27] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001051 10.0.0.240 - - [2026-03-26 03:55:27] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?fields=virtual_networks HTTP/1.1" 200 1068 0.065307 10.0.0.65 - - [2026-03-26 03:55:27] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001112 10.0.0.240 - - [2026-03-26 03:55:27] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.035796 10.0.0.65 - - [2026-03-26 03:55:27] "GET /projects?obj_uuids=6750c5b7-55c0-491a-ab64-6801c7b0a322&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001513 10.0.0.240 - - [2026-03-26 03:55:27] "GET /project/6750c5b7-55c0-491a-ab64-6801c7b0a322?fields=security_groups HTTP/1.1" 200 1312 0.050304 10.0.0.240 - - [2026-03-26 03:55:28] "POST /fqname-to-id HTTP/1.1" 404 183 0.032367 10.0.0.65 - - [2026-03-26 03:55:28] "GET /projects?obj_uuids=b3d321d5-3403-4883-b1d8-be0f20e0222c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004131 10.0.0.65 - - [2026-03-26 03:55:29] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001458 10.0.0.65 - - [2026-03-26 03:55:29] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.042866 10.0.0.65 - - [2026-03-26 03:55:29] "POST /id-to-fqname HTTP/1.1" 200 185 0.003370 10.0.0.65 - - [2026-03-26 03:55:29] "POST /fqname-to-id HTTP/1.1" 404 194 0.005353 10.0.0.65 - - [2026-03-26 03:55:29] "POST /security-groups HTTP/1.1" 200 586 0.030756 10.0.0.22 - - [2026-03-26 03:55:29] "POST /fqname-to-id HTTP/1.1" 404 229 0.008177 10.0.0.65 - - [2026-03-26 03:55:29] "POST /projects HTTP/1.1" 200 575 0.254967 10.0.0.65 - - [2026-03-26 03:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.330882 10.0.0.240 - - [2026-03-26 03:55:29] "GET /project/b3d321d5-3403-4883-b1d8-be0f20e0222c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.517140 10.0.0.22 - - [2026-03-26 03:55:29] "POST /access-control-lists HTTP/1.1" 200 589 0.037634 10.0.0.240 - - [2026-03-26 03:55:30] "GET / HTTP/1.1" 200 35931 0.001958 10.0.0.65 - - [2026-03-26 03:55:31] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001209 10.0.0.240 - - [2026-03-26 03:55:31] "GET /project/abfcc8a9-517e-4734-b66e-3216085c53f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.104151 10.0.0.240 - - [2026-03-26 03:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.240 - - [2026-03-26 03:55:32] "GET /security-group/9667c8f8-098b-44b8-b0cc-676bcf4a418c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004979 10.0.0.240 - - [2026-03-26 03:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003139 10.0.0.65 - - [2026-03-26 03:55:32] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002358 10.0.0.240 - - [2026-03-26 03:55:32] "GET /project/abfcc8a9-517e-4734-b66e-3216085c53f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.054873 10.0.0.240 - - [2026-03-26 03:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.240 - - [2026-03-26 03:55:32] "GET /security-group/9667c8f8-098b-44b8-b0cc-676bcf4a418c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3709 0.004606 10.0.0.240 - - [2026-03-26 03:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.240 - - [2026-03-26 03:55:32] "PUT /security-group/9667c8f8-098b-44b8-b0cc-676bcf4a418c HTTP/1.1" 200 262 0.018028 10.0.0.65 - - [2026-03-26 03:55:34] "GET /projects?obj_uuids=b3d321d5-3403-4883-b1d8-be0f20e0222c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001313 10.0.0.240 - - [2026-03-26 03:55:35] "GET /project/b3d321d5-3403-4883-b1d8-be0f20e0222c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1344 0.056101 10.0.0.65 - - [2026-03-26 03:55:35] "GET /projects?obj_uuids=b3d321d5-3403-4883-b1d8-be0f20e0222c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001080 10.0.0.240 - - [2026-03-26 03:55:35] "GET /project/b3d321d5-3403-4883-b1d8-be0f20e0222c?fields=virtual_networks HTTP/1.1" 200 1023 0.060747 10.0.0.65 - - [2026-03-26 03:55:35] "GET /projects?obj_uuids=b3d321d5-3403-4883-b1d8-be0f20e0222c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001699 10.0.0.240 - - [2026-03-26 03:55:35] "GET /project/b3d321d5-3403-4883-b1d8-be0f20e0222c?fields=virtual_machine_interfaces HTTP/1.1" 200 1023 0.047945 10.0.0.65 - - [2026-03-26 03:55:35] "GET /projects?obj_uuids=b3d321d5-3403-4883-b1d8-be0f20e0222c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001126 10.0.0.240 - - [2026-03-26 03:55:35] "GET /project/b3d321d5-3403-4883-b1d8-be0f20e0222c?fields=security_groups HTTP/1.1" 200 1244 0.052134 10.0.0.240 - - [2026-03-26 03:55:36] "POST /fqname-to-id HTTP/1.1" 404 192 0.031655 10.0.0.65 - - [2026-03-26 03:55:36] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003423 10.0.0.65 - - [2026-03-26 03:55:36] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001215 10.0.0.65 - - [2026-03-26 03:55:36] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009372 10.0.0.65 - - [2026-03-26 03:55:36] "POST /id-to-fqname HTTP/1.1" 200 194 0.005759 10.0.0.65 - - [2026-03-26 03:55:36] "POST /fqname-to-id HTTP/1.1" 404 203 0.020046 10.0.0.65 - - [2026-03-26 03:55:36] "POST /security-groups HTTP/1.1" 200 595 0.037272 10.0.0.22 - - [2026-03-26 03:55:36] "POST /fqname-to-id HTTP/1.1" 404 238 0.007522 10.0.0.65 - - [2026-03-26 03:55:36] "POST /projects HTTP/1.1" 200 593 0.298304 10.0.0.65 - - [2026-03-26 03:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.338410 10.0.0.240 - - [2026-03-26 03:55:36] "GET /project/53f791f9-d51a-4972-9b6a-48bda5417ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.517008 10.0.0.22 - - [2026-03-26 03:55:36] "POST /access-control-lists HTTP/1.1" 200 598 0.068743 10.0.0.240 - - [2026-03-26 03:55:38] "GET / HTTP/1.1" 200 35931 0.002138 10.0.0.240 - - [2026-03-26 03:55:39] "GET /obj-perms HTTP/1.1" 200 5075 0.435473 10.0.0.240 - - [2026-03-26 03:55:40] "POST /fqname-to-id HTTP/1.1" 401 293 0.000452 10.0.0.240 - - [2026-03-26 03:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.033819 10.0.0.65 - - [2026-03-26 03:55:41] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000924 10.0.0.240 - - [2026-03-26 03:55:41] "GET /project/53f791f9-d51a-4972-9b6a-48bda5417ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.035861 10.0.0.65 - - [2026-03-26 03:55:41] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001059 10.0.0.240 - - [2026-03-26 03:55:41] "POST /neutron/network HTTP/1.1" 200 623 0.196805 10.0.0.240 - - [2026-03-26 03:55:41] "POST /id-to-fqname HTTP/1.1" 200 231 0.002976 10.0.0.240 - - [2026-03-26 03:55:42] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005725 10.0.0.240 - - [2026-03-26 03:55:42] "POST /neutron/network HTTP/1.1" 200 843 0.007910 10.0.0.240 - - [2026-03-26 03:55:42] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005438 10.0.0.240 - - [2026-03-26 03:55:42] "POST /id-to-fqname HTTP/1.1" 200 231 0.001383 10.0.0.240 - - [2026-03-26 03:55:42] "POST /neutron/port HTTP/1.1" 200 4196 0.028850 10.0.0.65 - - [2026-03-26 03:55:43] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000962 10.0.0.240 - - [2026-03-26 03:55:43] "GET /project/53f791f9-d51a-4972-9b6a-48bda5417ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.067392 10.0.0.240 - - [2026-03-26 03:55:43] "POST /neutron/port HTTP/1.1" 200 4196 0.035778 10.0.0.240 - - [2026-03-26 03:55:43] "POST /id-to-fqname HTTP/1.1" 200 231 0.001528 10.0.0.240 - - [2026-03-26 03:55:43] "POST /neutron/network HTTP/1.1" 200 853 0.006948 10.0.0.240 - - [2026-03-26 03:55:44] "POST /neutron/port HTTP/1.1" 200 1065 0.044249 10.0.0.240 - - [2026-03-26 03:55:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004045 10.0.0.240 - - [2026-03-26 03:55:44] "POST /neutron/network HTTP/1.1" 200 843 0.007220 10.0.0.240 - - [2026-03-26 03:55:54] "POST /neutron/network HTTP/1.1" 200 939 0.007003 10.0.0.240 - - [2026-03-26 03:55:54] "POST /neutron/port HTTP/1.1" 200 117 0.002129 10.0.0.240 - - [2026-03-26 03:56:00] "POST /neutron/security_group HTTP/1.1" 200 2062 0.047243 10.0.0.65 - - [2026-03-26 03:56:07] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.035962 10.0.0.240 - - [2026-03-26 03:56:07] "GET /project/53f791f9-d51a-4972-9b6a-48bda5417ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.119756 10.0.0.240 - - [2026-03-26 03:56:08] "POST /neutron/port HTTP/1.1" 200 5172 0.055706 10.0.0.240 - - [2026-03-26 03:56:08] "POST /neutron/port HTTP/1.1" 200 1129 0.022373 10.0.0.240 - - [2026-03-26 03:56:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007591 10.0.0.240 - - [2026-03-26 03:56:08] "GET /virtual-machine/59cec1a2-0539-4893-9a9c-47963b551eca HTTP/1.1" 401 293 0.000398 10.0.0.240 - - [2026-03-26 03:56:08] "POST /neutron/network HTTP/1.1" 200 853 0.006404 10.0.0.240 - - [2026-03-26 03:56:08] "GET /virtual-machine/59cec1a2-0539-4893-9a9c-47963b551eca HTTP/1.1" 200 1296 0.058310 10.0.0.240 - - [2026-03-26 03:56:09] "GET /virtual-machine-interface/ad76a3a3-6cbe-44cc-98d5-db935e112359 HTTP/1.1" 200 2983 0.020467 10.0.0.240 - - [2026-03-26 03:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.015250 10.0.0.240 - - [2026-03-26 03:56:09] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005488 10.0.0.240 - - [2026-03-26 03:56:09] "GET /virtual-networks?parent_id=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002944 10.0.0.240 - - [2026-03-26 03:56:09] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.012974 10.0.0.240 - - [2026-03-26 03:56:09] "POST /neutron/port HTTP/1.1" 200 1065 0.071038 10.0.0.22 - - [2026-03-26 03:56:10] "DELETE /access-control-list/ca64fadb-2f53-4a77-9839-1c642021c8b4 HTTP/1.1" 200 115 0.116019 10.0.0.240 - - [2026-03-26 03:56:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.015448 10.0.0.240 - - [2026-03-26 03:56:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006423 10.0.0.240 - - [2026-03-26 03:56:10] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004580 10.0.0.240 - - [2026-03-26 03:56:10] "GET /virtual-networks?parent_id=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.013540 10.0.0.240 - - [2026-03-26 03:56:10] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.021204 10.0.0.240 - - [2026-03-26 03:56:10] "POST /neutron/network HTTP/1.1" 200 843 0.008518 10.0.0.240 - - [2026-03-26 03:56:15] "POST /neutron/port HTTP/1.1" 200 1129 0.055725 10.0.0.240 - - [2026-03-26 03:56:21] "POST /neutron/security_group HTTP/1.1" 200 2062 0.019527 10.0.0.65 - - [2026-03-26 03:56:24] "DELETE /project/53f791f9d51a49729b6a48bda5417ae7 HTTP/1.1" 404 173 0.009131 10.0.0.65 - - [2026-03-26 03:56:24] "DELETE /project/b3d321d534034883b1d8be0f20e0222c HTTP/1.1" 404 173 0.004126 10.0.0.65 - - [2026-03-26 03:56:24] "DELETE /project/6750c5b7-55c0-491a-ab64-6801c7b0a322 HTTP/1.1" 404 177 0.005474 10.0.0.65 - - [2026-03-26 03:56:24] "GET /projects?obj_uuids=b3d321d5-3403-4883-b1d8-be0f20e0222c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000791 10.0.0.65 - - [2026-03-26 03:56:24] "GET /project/b3d321d5-3403-4883-b1d8-be0f20e0222c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1449 0.044546 10.0.0.65 - - [2026-03-26 03:56:24] "GET /projects?obj_uuids=b3d321d5-3403-4883-b1d8-be0f20e0222c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001237 10.0.0.65 - - [2026-03-26 03:56:24] "GET /project/b3d321d5-3403-4883-b1d8-be0f20e0222c?fields=security_groups HTTP/1.1" 200 1349 0.050488 10.0.0.65 - - [2026-03-26 03:56:24] "DELETE /security-group/6468fe39-e899-4e04-aab3-8e5c8fc7c807 HTTP/1.1" 200 115 0.070467 10.0.0.65 - - [2026-03-26 03:56:24] "GET /projects?obj_uuids=b3d321d5-3403-4883-b1d8-be0f20e0222c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.007210 10.0.0.65 - - [2026-03-26 03:56:24] "GET /project/b3d321d5-3403-4883-b1d8-be0f20e0222c?fields=application_policy_sets HTTP/1.1" 200 1388 0.051082 10.0.0.22 - - [2026-03-26 03:56:24] "DELETE /access-control-list/f8b0ede9-533b-4920-8ffc-dda1edba266d HTTP/1.1" 200 115 0.052672 10.0.0.65 - - [2026-03-26 03:56:24] "DELETE /project/b3d321d5-3403-4883-b1d8-be0f20e0222c HTTP/1.1" 200 115 0.470108 10.0.0.240 - - [2026-03-26 03:56:31] "POST /neutron/port HTTP/1.1" 200 1129 0.020569 10.0.0.240 - - [2026-03-26 03:56:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007522 10.0.0.240 - - [2026-03-26 03:56:46] "POST /neutron/port HTTP/1.1" 200 1129 0.020443 10.0.0.240 - - [2026-03-26 03:56:51] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007840 10.0.0.240 - - [2026-03-26 03:56:51] "POST /neutron/port HTTP/1.1" 200 1129 0.021055 10.0.0.240 - - [2026-03-26 03:56:51] "GET /virtual-machine/54189533-f61c-4eb8-bced-4cad6ed555b7 HTTP/1.1" 200 1296 0.006397 10.0.0.240 - - [2026-03-26 03:56:51] "GET /virtual-machine-interface/a1ec87b2-410a-4848-9bfd-682af580cc91 HTTP/1.1" 200 2983 0.006813 10.0.0.240 - - [2026-03-26 03:56:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003624 10.0.0.240 - - [2026-03-26 03:56:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004229 10.0.0.240 - - [2026-03-26 03:56:51] "GET /virtual-networks?parent_id=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003435 10.0.0.240 - - [2026-03-26 03:56:51] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006021 10.0.0.240 - - [2026-03-26 03:56:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006866 10.0.0.240 - - [2026-03-26 03:56:55] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005766 10.0.0.240 - - [2026-03-26 03:56:55] "POST /neutron/port HTTP/1.1" 200 1219 0.051002 10.0.0.240 - - [2026-03-26 03:56:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004275 10.0.0.240 - - [2026-03-26 03:56:55] "POST /neutron/port HTTP/1.1" 200 117 0.001249 10.0.0.240 - - [2026-03-26 03:56:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004299 10.0.0.240 - - [2026-03-26 03:56:59] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.008918 10.0.0.240 - - [2026-03-26 03:57:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.240 - - [2026-03-26 03:57:03] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005433 10.0.0.240 - - [2026-03-26 03:57:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.240 - - [2026-03-26 03:57:07] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007257 10.0.0.240 - - [2026-03-26 03:57:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003367 10.0.0.240 - - [2026-03-26 03:57:11] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006666 10.0.0.240 - - [2026-03-26 03:57:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003475 10.0.0.240 - - [2026-03-26 03:57:15] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005007 10.0.0.240 - - [2026-03-26 03:57:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.240 - - [2026-03-26 03:57:19] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007587 10.0.0.240 - - [2026-03-26 03:57:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.240 - - [2026-03-26 03:57:23] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006408 10.0.0.240 - - [2026-03-26 03:57:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.240 - - [2026-03-26 03:57:27] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006054 10.0.0.240 - - [2026-03-26 03:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.240 - - [2026-03-26 03:57:31] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006059 10.0.0.240 - - [2026-03-26 03:57:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.240 - - [2026-03-26 03:57:35] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005001 10.0.0.240 - - [2026-03-26 03:57:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006260 10.0.0.240 - - [2026-03-26 03:57:40] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.006611 10.0.0.65 - - [2026-03-26 03:57:41] "GET /obj-perms HTTP/1.1" 200 5075 0.096328 10.0.0.240 - - [2026-03-26 03:57:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005118 10.0.0.240 - - [2026-03-26 03:57:44] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005972 10.0.0.240 - - [2026-03-26 03:57:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004446 10.0.0.240 - - [2026-03-26 03:57:48] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005615 10.0.0.240 - - [2026-03-26 03:57:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004469 10.0.0.240 - - [2026-03-26 03:57:52] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.007477 10.0.0.240 - - [2026-03-26 03:57:54] "POST /neutron/port HTTP/1.1" 200 1219 0.023363 10.0.0.240 - - [2026-03-26 03:57:54] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003852 10.0.0.240 - - [2026-03-26 03:57:54] "POST /neutron/port HTTP/1.1" 200 117 0.001078 10.0.0.240 - - [2026-03-26 03:57:56] "POST /neutron/port HTTP/1.1" 200 1109 0.019244 10.0.0.240 - - [2026-03-26 03:57:56] "POST /neutron/subnet HTTP/1.1" 200 708 0.009480 10.0.0.240 - - [2026-03-26 03:57:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.240 - - [2026-03-26 03:57:56] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005809 10.0.0.240 - - [2026-03-26 03:57:58] "POST /neutron/port HTTP/1.1" 200 1129 0.021716 10.0.0.240 - - [2026-03-26 03:57:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.240 - - [2026-03-26 03:57:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004098 10.0.0.240 - - [2026-03-26 03:57:58] "GET /virtual-networks?parent_id=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003001 10.0.0.240 - - [2026-03-26 03:57:58] "GET /virtual-network/d7c06c8f-e644-41ef-9db1-5dd34450eed6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2073 0.005762 10.0.0.240 - - [2026-03-26 03:57:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009139 10.0.0.240 - - [2026-03-26 03:58:09] "POST /neutron/port HTTP/1.1" 200 1129 0.017087 10.0.0.240 - - [2026-03-26 03:58:14] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007828 10.0.0.240 - - [2026-03-26 03:58:24] "POST /neutron/port HTTP/1.1" 200 1129 0.017772 10.0.0.240 - - [2026-03-26 03:58:29] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008847 10.0.0.240 - - [2026-03-26 03:58:40] "POST /neutron/port HTTP/1.1" 200 1129 0.023904 10.0.0.22 - - [2026-03-26 03:58:42] "GET /obj-perms HTTP/1.1" 200 5075 0.053919 10.0.0.240 - - [2026-03-26 03:58:45] "POST /fqname-to-id HTTP/1.1" 404 240 0.003541 10.0.0.240 - - [2026-03-26 03:58:45] "POST /bgp-as-a-services HTTP/1.1" 200 597 0.040869 10.0.0.240 - - [2026-03-26 03:58:45] "GET /bgp-as-a-service/f81147a0-a608-4c98-a064-12050655495e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1624 0.007777 10.0.0.240 - - [2026-03-26 03:58:45] "GET /virtual-machine-interface/a1ec87b2-410a-4848-9bfd-682af580cc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2762 0.006329 10.0.0.240 - - [2026-03-26 03:58:45] "POST /ref-update HTTP/1.1" 200 156 0.015744 10.0.0.240 - - [2026-03-26 03:58:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.009689 10.0.0.22 - - [2026-03-26 03:58:46] "POST /ref-update HTTP/1.1" 200 156 0.043981 10.0.0.240 - - [2026-03-26 03:58:55] "POST /neutron/port HTTP/1.1" 200 1109 0.016517 10.0.0.240 - - [2026-03-26 03:58:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004024 10.0.0.240 - - [2026-03-26 03:58:55] "POST /neutron/network HTTP/1.1" 200 929 0.006372 10.0.0.240 - - [2026-03-26 03:58:57] "POST /neutron/network HTTP/1.1" 200 853 0.007140 10.0.0.240 - - [2026-03-26 03:58:57] "POST /neutron/port HTTP/1.1" 200 117 0.001085 10.0.0.22 - - [2026-03-26 03:59:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000725 10.0.0.22 - - [2026-03-26 03:59:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000518 10.0.0.22 - - [2026-03-26 03:59:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000510 10.0.0.22 - - [2026-03-26 03:59:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.65 - - [2026-03-26 03:59:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000380 10.0.0.65 - - [2026-03-26 03:59:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000372 10.0.0.65 - - [2026-03-26 03:59:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.65 - - [2026-03-26 03:59:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000470 10.0.0.240 - - [2026-03-26 03:59:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000798 10.0.0.240 - - [2026-03-26 03:59:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.240 - - [2026-03-26 03:59:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000344 10.0.0.240 - - [2026-03-26 03:59:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.240 - - [2026-03-26 03:59:09] "GET /bgp-as-a-service/f81147a0-a608-4c98-a064-12050655495e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2251 0.005922 10.0.0.240 - - [2026-03-26 03:59:09] "GET /virtual-machine-interface/a1ec87b2-410a-4848-9bfd-682af580cc91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3091 0.007484 10.0.0.240 - - [2026-03-26 03:59:09] "POST /ref-update HTTP/1.1" 200 156 0.013610 10.0.0.22 - - [2026-03-26 03:59:09] "POST /ref-update HTTP/1.1" 200 156 0.015535 10.0.0.240 - - [2026-03-26 03:59:10] "DELETE /bgp-as-a-service/f81147a0-a608-4c98-a064-12050655495e HTTP/1.1" 200 115 0.074816 10.0.0.240 - - [2026-03-26 03:59:10] "POST /neutron/network HTTP/1.1" 400 204 0.014052 10.0.0.240 - - [2026-03-26 03:59:10] "POST /neutron/port HTTP/1.1" 200 151 0.220553 10.0.0.240 - - [2026-03-26 03:59:11] "POST /neutron/port HTTP/1.1" 200 151 0.241454 10.0.0.22 - - [2026-03-26 03:59:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.65 - - [2026-03-26 03:59:13] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001160 10.0.0.240 - - [2026-03-26 03:59:13] "GET /project/53f791f9-d51a-4972-9b6a-48bda5417ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.043002 10.0.0.65 - - [2026-03-26 03:59:13] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000924 10.0.0.240 - - [2026-03-26 03:59:13] "GET /project/53f791f9-d51a-4972-9b6a-48bda5417ae7?fields=virtual_networks HTTP/1.1" 200 1040 0.045038 10.0.0.65 - - [2026-03-26 03:59:14] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000951 10.0.0.240 - - [2026-03-26 03:59:14] "GET /project/53f791f9-d51a-4972-9b6a-48bda5417ae7?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.040113 10.0.0.65 - - [2026-03-26 03:59:14] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000934 10.0.0.240 - - [2026-03-26 03:59:14] "GET /project/53f791f9-d51a-4972-9b6a-48bda5417ae7?fields=security_groups HTTP/1.1" 200 1270 0.035814 10.0.0.240 - - [2026-03-26 03:59:15] "POST /fqname-to-id HTTP/1.1" 404 189 0.031854 10.0.0.65 - - [2026-03-26 03:59:15] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003816 10.0.0.65 - - [2026-03-26 03:59:15] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001013 10.0.0.65 - - [2026-03-26 03:59:15] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007167 10.0.0.65 - - [2026-03-26 03:59:15] "POST /id-to-fqname HTTP/1.1" 200 191 0.005440 10.0.0.65 - - [2026-03-26 03:59:15] "POST /fqname-to-id HTTP/1.1" 404 200 0.005947 10.0.0.65 - - [2026-03-26 03:59:15] "POST /security-groups HTTP/1.1" 200 592 0.038547 10.0.0.65 - - [2026-03-26 03:59:15] "POST /projects HTTP/1.1" 200 587 0.251577 10.0.0.65 - - [2026-03-26 03:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.289012 10.0.0.22 - - [2026-03-26 03:59:15] "POST /access-control-lists HTTP/1.1" 200 597 0.032376 10.0.0.240 - - [2026-03-26 03:59:15] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.448982 10.0.0.240 - - [2026-03-26 03:59:16] "GET / HTTP/1.1" 200 35931 0.001911 10.0.0.240 - - [2026-03-26 03:59:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.240 - - [2026-03-26 03:59:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.075292 10.0.0.65 - - [2026-03-26 03:59:19] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.240 - - [2026-03-26 03:59:19] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.040033 10.0.0.240 - - [2026-03-26 03:59:19] "POST /neutron/network HTTP/1.1" 200 117 0.036761 10.0.0.22 - - [2026-03-26 03:59:19] "POST /route-targets HTTP/1.1" 200 327 0.021731 10.0.0.240 - - [2026-03-26 03:59:19] "POST /neutron/network HTTP/1.1" 200 832 0.008669 10.0.0.240 - - [2026-03-26 03:59:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001128 10.0.0.240 - - [2026-03-26 03:59:19] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006859 10.0.0.240 - - [2026-03-26 03:59:19] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007107 10.0.0.240 - - [2026-03-26 03:59:19] "POST /neutron/subnet HTTP/1.1" 200 719 0.009157 10.0.0.240 - - [2026-03-26 03:59:19] "POST /id-to-fqname HTTP/1.1" 200 225 0.001240 10.0.0.65 - - [2026-03-26 03:59:20] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001098 10.0.0.240 - - [2026-03-26 03:59:20] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.072017 10.0.0.240 - - [2026-03-26 03:59:20] "POST /neutron/network HTTP/1.1" 200 832 0.034677 10.0.0.240 - - [2026-03-26 03:59:21] "POST /id-to-fqname HTTP/1.1" 200 225 0.001331 10.0.0.240 - - [2026-03-26 03:59:21] "POST /neutron/port HTTP/1.1" 200 4196 0.034663 10.0.0.65 - - [2026-03-26 03:59:21] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000944 10.0.0.240 - - [2026-03-26 03:59:21] "POST /neutron/port HTTP/1.1" 200 1060 0.387230 10.0.0.240 - - [2026-03-26 03:59:22] "POST /neutron/port HTTP/1.1" 200 1114 0.176944 10.0.0.65 - - [2026-03-26 03:59:22] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001274 10.0.0.240 - - [2026-03-26 03:59:22] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.122362 10.0.0.240 - - [2026-03-26 03:59:22] "POST /neutron/network HTTP/1.1" 200 832 0.023561 10.0.0.240 - - [2026-03-26 03:59:22] "POST /neutron/network HTTP/1.1" 200 832 0.022484 10.0.0.240 - - [2026-03-26 03:59:22] "POST /neutron/port HTTP/1.1" 200 117 0.007386 10.0.0.240 - - [2026-03-26 03:59:22] "POST /id-to-fqname HTTP/1.1" 200 225 0.001701 10.0.0.65 - - [2026-03-26 03:59:23] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001038 10.0.0.240 - - [2026-03-26 03:59:23] "POST /neutron/port HTTP/1.1" 200 1060 0.557716 10.0.0.240 - - [2026-03-26 03:59:23] "POST /neutron/port HTTP/1.1" 200 1060 0.023264 10.0.0.240 - - [2026-03-26 03:59:24] "POST /neutron/port HTTP/1.1" 200 1124 0.057470 10.0.0.240 - - [2026-03-26 03:59:24] "POST /neutron/port HTTP/1.1" 200 117 0.001391 10.0.0.65 - - [2026-03-26 03:59:24] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002390 10.0.0.240 - - [2026-03-26 03:59:24] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.128910 10.0.0.65 - - [2026-03-26 03:59:24] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001285 10.0.0.65 - - [2026-03-26 03:59:24] "DELETE /project/e1399bf2ad074adf9180accf11228730 HTTP/1.1" 404 173 0.006635 10.0.0.240 - - [2026-03-26 03:59:24] "POST /neutron/port HTTP/1.1" 200 6138 0.206651 10.0.0.65 - - [2026-03-26 03:59:24] "GET /project/53f791f9-d51a-4972-9b6a-48bda5417ae7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.123212 10.0.0.65 - - [2026-03-26 03:59:24] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000891 10.0.0.65 - - [2026-03-26 03:59:24] "GET /project/53f791f9-d51a-4972-9b6a-48bda5417ae7?fields=security_groups HTTP/1.1" 200 1375 0.074754 10.0.0.240 - - [2026-03-26 03:59:25] "POST /neutron/port HTTP/1.1" 200 1124 0.040786 10.0.0.65 - - [2026-03-26 03:59:25] "DELETE /security-group/8ce80191-60f6-49a6-a72a-1d834efa86e8 HTTP/1.1" 200 115 0.136030 10.0.0.65 - - [2026-03-26 03:59:25] "GET /projects?obj_uuids=53f791f9-d51a-4972-9b6a-48bda5417ae7&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001399 10.0.0.65 - - [2026-03-26 03:59:25] "GET /project/53f791f9-d51a-4972-9b6a-48bda5417ae7?fields=application_policy_sets HTTP/1.1" 200 1414 0.096385 10.0.0.65 - - [2026-03-26 03:59:25] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001398 10.0.0.22 - - [2026-03-26 03:59:25] "DELETE /access-control-list/ad1d22da-04c7-4478-b35c-de45518784c2 HTTP/1.1" 200 115 0.112954 10.0.0.65 - - [2026-03-26 03:59:25] "DELETE /project/53f791f9-d51a-4972-9b6a-48bda5417ae7 HTTP/1.1" 200 115 0.762187 10.0.0.240 - - [2026-03-26 03:59:25] "POST /neutron/port HTTP/1.1" 200 1060 0.618975 10.0.0.240 - - [2026-03-26 03:59:26] "POST /neutron/port HTTP/1.1" 200 1114 0.210191 10.0.0.240 - - [2026-03-26 03:59:26] "POST /neutron/subnet HTTP/1.1" 200 693 0.017487 10.0.0.240 - - [2026-03-26 03:59:30] "POST /neutron/port HTTP/1.1" 200 1124 0.049578 10.0.0.240 - - [2026-03-26 03:59:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008173 10.0.0.240 - - [2026-03-26 03:59:42] "GET /obj-perms HTTP/1.1" 200 5075 0.064264 10.0.0.240 - - [2026-03-26 03:59:45] "POST /neutron/port HTTP/1.1" 200 1124 0.020500 10.0.0.240 - - [2026-03-26 03:59:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007652 10.0.0.240 - - [2026-03-26 03:59:57] "POST /neutron/port HTTP/1.1" 200 1219 0.018599 10.0.0.240 - - [2026-03-26 03:59:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.240 - - [2026-03-26 03:59:57] "POST /neutron/port HTTP/1.1" 200 117 0.001163 10.0.0.240 - - [2026-03-26 04:00:00] "POST /neutron/port HTTP/1.1" 200 1124 0.020142 10.0.0.240 - - [2026-03-26 04:00:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008902 10.0.0.240 - - [2026-03-26 04:00:06] "POST /neutron/port HTTP/1.1" 200 1124 0.021160 10.0.0.240 - - [2026-03-26 04:00:06] "GET /virtual-machine/03b4ed32-4365-490e-80b3-6c0d3416ac8e HTTP/1.1" 401 293 0.000428 10.0.0.240 - - [2026-03-26 04:00:06] "GET /virtual-machine/03b4ed32-4365-490e-80b3-6c0d3416ac8e HTTP/1.1" 200 1291 0.037901 10.0.0.240 - - [2026-03-26 04:00:06] "GET /virtual-machine-interface/2aa4cdc5-c982-4966-9bd6-e1f0f58804c1 HTTP/1.1" 200 2958 0.006321 10.0.0.240 - - [2026-03-26 04:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.240 - - [2026-03-26 04:00:06] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005047 10.0.0.240 - - [2026-03-26 04:00:06] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003980 10.0.0.240 - - [2026-03-26 04:00:06] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006217 10.0.0.240 - - [2026-03-26 04:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.240 - - [2026-03-26 04:00:09] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005934 10.0.0.240 - - [2026-03-26 04:00:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003266 10.0.0.240 - - [2026-03-26 04:00:13] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005596 10.0.0.240 - - [2026-03-26 04:00:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004717 10.0.0.240 - - [2026-03-26 04:00:18] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007557 10.0.0.240 - - [2026-03-26 04:00:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005233 10.0.0.240 - - [2026-03-26 04:00:22] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007130 10.0.0.240 - - [2026-03-26 04:00:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004036 10.0.0.240 - - [2026-03-26 04:00:26] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007786 10.0.0.240 - - [2026-03-26 04:00:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003600 10.0.0.240 - - [2026-03-26 04:00:30] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005439 10.0.0.240 - - [2026-03-26 04:00:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006869 10.0.0.240 - - [2026-03-26 04:00:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005219 10.0.0.240 - - [2026-03-26 04:00:34] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007407 10.0.0.240 - - [2026-03-26 04:00:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.240 - - [2026-03-26 04:00:38] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007059 10.0.0.240 - - [2026-03-26 04:00:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.240 - - [2026-03-26 04:00:42] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006917 10.0.0.240 - - [2026-03-26 04:00:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.240 - - [2026-03-26 04:00:46] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005590 10.0.0.240 - - [2026-03-26 04:00:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003853 10.0.0.240 - - [2026-03-26 04:00:50] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005610 10.0.0.240 - - [2026-03-26 04:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.240 - - [2026-03-26 04:00:54] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006651 10.0.0.240 - - [2026-03-26 04:00:57] "POST /neutron/network HTTP/1.1" 200 939 0.006417 10.0.0.240 - - [2026-03-26 04:00:57] "POST /neutron/port HTTP/1.1" 200 117 0.001139 10.0.0.240 - - [2026-03-26 04:00:58] "POST /neutron/port HTTP/1.1" 200 1219 0.063106 10.0.0.240 - - [2026-03-26 04:00:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005117 10.0.0.240 - - [2026-03-26 04:00:58] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.240 - - [2026-03-26 04:00:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.240 - - [2026-03-26 04:00:58] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006829 10.0.0.240 - - [2026-03-26 04:01:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005137 10.0.0.240 - - [2026-03-26 04:01:03] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006603 10.0.0.240 - - [2026-03-26 04:01:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.240 - - [2026-03-26 04:01:07] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006334 10.0.0.240 - - [2026-03-26 04:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.240 - - [2026-03-26 04:01:11] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006646 10.0.0.240 - - [2026-03-26 04:01:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004362 10.0.0.240 - - [2026-03-26 04:01:15] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006839 10.0.0.240 - - [2026-03-26 04:01:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.240 - - [2026-03-26 04:01:19] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007066 10.0.0.240 - - [2026-03-26 04:01:19] "POST /neutron/security_group HTTP/1.1" 200 2059 0.035375 10.0.0.240 - - [2026-03-26 04:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.240 - - [2026-03-26 04:01:21] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004046 10.0.0.240 - - [2026-03-26 04:01:21] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003011 10.0.0.240 - - [2026-03-26 04:01:21] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005563 10.0.0.240 - - [2026-03-26 04:01:21] "POST /neutron/port HTTP/1.1" 200 1124 0.021192 10.0.0.240 - - [2026-03-26 04:01:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007238 10.0.0.240 - - [2026-03-26 04:01:37] "POST /neutron/port HTTP/1.1" 200 1124 0.035587 10.0.0.240 - - [2026-03-26 04:01:42] "POST /neutron/security_group HTTP/1.1" 200 2059 0.017168 10.0.0.240 - - [2026-03-26 04:01:52] "POST /neutron/port HTTP/1.1" 200 1124 0.019930 10.0.0.240 - - [2026-03-26 04:01:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008640 10.0.0.240 - - [2026-03-26 04:01:59] "POST /neutron/port HTTP/1.1" 200 1124 0.058153 10.0.0.240 - - [2026-03-26 04:01:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.010474 10.0.0.240 - - [2026-03-26 04:01:59] "POST /neutron/network HTTP/1.1" 200 929 0.008256 10.0.0.240 - - [2026-03-26 04:01:59] "POST /neutron/subnet HTTP/1.1" 200 693 0.010139 10.0.0.240 - - [2026-03-26 04:02:03] "POST /neutron/port HTTP/1.1" 200 1124 0.021715 10.0.0.240 - - [2026-03-26 04:02:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008451 10.0.0.240 - - [2026-03-26 04:02:08] "POST /neutron/port HTTP/1.1" 200 1124 0.021602 10.0.0.240 - - [2026-03-26 04:02:08] "GET /virtual-machine/edb52ae7-b57e-4a3c-92b4-1df1e6418c05 HTTP/1.1" 200 1294 0.006416 10.0.0.240 - - [2026-03-26 04:02:08] "GET /virtual-machine-interface/8804be53-67a0-4155-83ef-8ab0578faa6e HTTP/1.1" 200 2957 0.006294 10.0.0.240 - - [2026-03-26 04:02:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.240 - - [2026-03-26 04:02:08] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005792 10.0.0.240 - - [2026-03-26 04:02:08] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003245 10.0.0.240 - - [2026-03-26 04:02:08] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006655 10.0.0.240 - - [2026-03-26 04:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.240 - - [2026-03-26 04:02:09] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004991 10.0.0.240 - - [2026-03-26 04:02:09] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004370 10.0.0.240 - - [2026-03-26 04:02:09] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007742 10.0.0.240 - - [2026-03-26 04:02:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009767 10.0.0.240 - - [2026-03-26 04:02:10] "POST /neutron/port HTTP/1.1" 200 1124 0.019344 10.0.0.240 - - [2026-03-26 04:02:10] "GET /virtual-machine/dced86ef-b399-4af1-906f-417901a12552 HTTP/1.1" 200 1294 0.010092 10.0.0.240 - - [2026-03-26 04:02:10] "GET /virtual-machine-interface/2c767ea8-1f23-4feb-b96f-d9d3ee396e69 HTTP/1.1" 200 2958 0.012406 10.0.0.240 - - [2026-03-26 04:02:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005192 10.0.0.240 - - [2026-03-26 04:02:10] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005233 10.0.0.240 - - [2026-03-26 04:02:10] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004821 10.0.0.240 - - [2026-03-26 04:02:10] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006215 10.0.0.240 - - [2026-03-26 04:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.240 - - [2026-03-26 04:02:11] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003901 10.0.0.240 - - [2026-03-26 04:02:11] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003838 10.0.0.240 - - [2026-03-26 04:02:11] "GET /virtual-network/b19398fa-197e-411a-8216-7f14b76e773a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.009849 10.0.0.240 - - [2026-03-26 04:02:11] "POST /fqname-to-id HTTP/1.1" 404 198 0.003931 10.0.0.240 - - [2026-03-26 04:02:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004289 10.0.0.240 - - [2026-03-26 04:02:11] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.012026 10.0.0.240 - - [2026-03-26 04:02:11] "POST /control-node-zones HTTP/1.1" 200 569 0.029198 10.0.0.240 - - [2026-03-26 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.240 - - [2026-03-26 04:02:12] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005109 10.0.0.240 - - [2026-03-26 04:02:12] "GET /control-node-zone/3d9ba8a3-c0ef-4c5f-869b-09e00bdb1237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006471 10.0.0.240 - - [2026-03-26 04:02:12] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.022736 10.0.0.240 - - [2026-03-26 04:02:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.003780 10.0.0.240 - - [2026-03-26 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.240 - - [2026-03-26 04:02:12] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007842 10.0.0.240 - - [2026-03-26 04:02:12] "POST /control-node-zones HTTP/1.1" 200 569 0.029281 10.0.0.240 - - [2026-03-26 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.240 - - [2026-03-26 04:02:12] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005999 10.0.0.240 - - [2026-03-26 04:02:12] "GET /control-node-zone/15ee60ae-ad53-4eae-8fe9-17edebbc8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006500 10.0.0.240 - - [2026-03-26 04:02:12] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.023694 10.0.0.240 - - [2026-03-26 04:02:12] "POST /fqname-to-id HTTP/1.1" 404 198 0.003593 10.0.0.240 - - [2026-03-26 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003198 10.0.0.240 - - [2026-03-26 04:02:12] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.011771 10.0.0.240 - - [2026-03-26 04:02:12] "POST /control-node-zones HTTP/1.1" 200 569 0.033148 10.0.0.240 - - [2026-03-26 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.240 - - [2026-03-26 04:02:12] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004688 10.0.0.240 - - [2026-03-26 04:02:12] "GET /control-node-zone/c701ce5e-a232-4c7b-8daf-8e247bd1cfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007030 10.0.0.240 - - [2026-03-26 04:02:12] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.024446 10.0.0.240 - - [2026-03-26 04:02:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004329 10.0.0.240 - - [2026-03-26 04:02:13] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006419 10.0.0.240 - - [2026-03-26 04:02:13] "POST /fqname-to-id HTTP/1.1" 404 234 0.003754 10.0.0.240 - - [2026-03-26 04:02:13] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.038185 10.0.0.240 - - [2026-03-26 04:02:13] "POST /neutron/subnet HTTP/1.1" 200 719 0.009689 10.0.0.240 - - [2026-03-26 04:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.240 - - [2026-03-26 04:02:13] "GET /bgp-as-a-service/d45d0683-c452-40eb-9286-9dbfaa82ee99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006336 10.0.0.240 - - [2026-03-26 04:02:13] "GET /control-node-zone/3d9ba8a3-c0ef-4c5f-869b-09e00bdb1237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004569 10.0.0.240 - - [2026-03-26 04:02:13] "POST /ref-update HTTP/1.1" 200 156 0.017463 10.0.0.240 - - [2026-03-26 04:02:31] "GET /bgp-as-a-service/d45d0683-c452-40eb-9286-9dbfaa82ee99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.008636 10.0.0.240 - - [2026-03-26 04:02:31] "GET /virtual-machine-interface/2aa4cdc5-c982-4966-9bd6-e1f0f58804c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006002 10.0.0.240 - - [2026-03-26 04:02:31] "POST /ref-update HTTP/1.1" 200 156 0.015345 10.0.0.22 - - [2026-03-26 04:02:31] "POST /ref-update HTTP/1.1" 200 156 0.057519 10.0.0.240 - - [2026-03-26 04:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.240 - - [2026-03-26 04:02:33] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006088 10.0.0.240 - - [2026-03-26 04:02:33] "POST /fqname-to-id HTTP/1.1" 404 234 0.003820 10.0.0.240 - - [2026-03-26 04:02:33] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.037248 10.0.0.240 - - [2026-03-26 04:02:33] "POST /neutron/network HTTP/1.1" 200 832 0.008303 10.0.0.240 - - [2026-03-26 04:02:33] "POST /neutron/subnet HTTP/1.1" 200 719 0.010611 10.0.0.240 - - [2026-03-26 04:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003490 10.0.0.240 - - [2026-03-26 04:02:33] "GET /bgp-as-a-service/d558d115-d565-40f5-bb5e-300164acf7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006611 10.0.0.240 - - [2026-03-26 04:02:33] "GET /control-node-zone/15ee60ae-ad53-4eae-8fe9-17edebbc8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003780 10.0.0.240 - - [2026-03-26 04:02:33] "POST /ref-update HTTP/1.1" 200 156 0.015963 10.0.0.240 - - [2026-03-26 04:02:42] "GET /bgp-as-a-service/d558d115-d565-40f5-bb5e-300164acf7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1838 0.006885 10.0.0.240 - - [2026-03-26 04:02:42] "GET /virtual-machine-interface/8804be53-67a0-4155-83ef-8ab0578faa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2736 0.005914 10.0.0.240 - - [2026-03-26 04:02:42] "POST /ref-update HTTP/1.1" 200 156 0.013606 10.0.0.22 - - [2026-03-26 04:02:42] "POST /bgp-routers HTTP/1.1" 200 640 0.043146 10.0.0.22 - - [2026-03-26 04:02:43] "PUT /bgp-router/d808323d-0450-4ae2-80b0-e25d7f914dd5 HTTP/1.1" 200 254 0.041024 10.0.0.65 - - [2026-03-26 04:02:45] "GET /obj-perms HTTP/1.1" 200 5075 0.058455 10.0.0.240 - - [2026-03-26 04:02:59] "POST /neutron/port HTTP/1.1" 200 1124 0.020752 10.0.0.240 - - [2026-03-26 04:02:59] "POST /neutron/network HTTP/1.1" 200 1124 0.008423 10.0.0.240 - - [2026-03-26 04:02:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004423 10.0.0.240 - - [2026-03-26 04:02:59] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015949 10.0.0.240 - - [2026-03-26 04:02:59] "POST /neutron/port HTTP/1.1" 200 117 0.001231 10.0.0.240 - - [2026-03-26 04:03:02] "GET /control-node-zone/3d9ba8a3-c0ef-4c5f-869b-09e00bdb1237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004987 10.0.0.240 - - [2026-03-26 04:03:02] "POST /ref-update HTTP/1.1" 200 156 0.020523 10.0.0.240 - - [2026-03-26 04:03:02] "GET /control-node-zone/15ee60ae-ad53-4eae-8fe9-17edebbc8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006577 10.0.0.240 - - [2026-03-26 04:03:02] "POST /ref-update HTTP/1.1" 200 156 0.023249 10.0.0.240 - - [2026-03-26 04:03:02] "GET /control-node-zone/c701ce5e-a232-4c7b-8daf-8e247bd1cfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004301 10.0.0.240 - - [2026-03-26 04:03:02] "POST /ref-update HTTP/1.1" 200 156 0.021740 10.0.0.240 - - [2026-03-26 04:03:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003607 10.0.0.240 - - [2026-03-26 04:03:02] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004982 10.0.0.240 - - [2026-03-26 04:03:02] "GET /control-node-zone/3d9ba8a3-c0ef-4c5f-869b-09e00bdb1237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004347 10.0.0.240 - - [2026-03-26 04:03:02] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.031577 10.0.0.240 - - [2026-03-26 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.240 - - [2026-03-26 04:03:03] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005136 10.0.0.240 - - [2026-03-26 04:03:03] "GET /control-node-zone/15ee60ae-ad53-4eae-8fe9-17edebbc8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004150 10.0.0.240 - - [2026-03-26 04:03:03] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.023637 10.0.0.240 - - [2026-03-26 04:03:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003293 10.0.0.240 - - [2026-03-26 04:03:03] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007099 10.0.0.240 - - [2026-03-26 04:03:03] "GET /control-node-zone/c701ce5e-a232-4c7b-8daf-8e247bd1cfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.005109 10.0.0.240 - - [2026-03-26 04:03:03] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.025929 10.0.0.240 - - [2026-03-26 04:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004798 10.0.0.240 - - [2026-03-26 04:03:15] "GET /bgp-as-a-service/d45d0683-c452-40eb-9286-9dbfaa82ee99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.006582 10.0.0.240 - - [2026-03-26 04:03:15] "GET /control-node-zone/3d9ba8a3-c0ef-4c5f-869b-09e00bdb1237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.003925 10.0.0.240 - - [2026-03-26 04:03:15] "POST /ref-update HTTP/1.1" 200 156 0.018054 10.0.0.240 - - [2026-03-26 04:03:15] "GET /control-node-zone/3d9ba8a3-c0ef-4c5f-869b-09e00bdb1237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.004754 10.0.0.240 - - [2026-03-26 04:03:15] "POST /ref-update HTTP/1.1" 200 156 0.024952 10.0.0.240 - - [2026-03-26 04:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.240 - - [2026-03-26 04:03:15] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.009011 10.0.0.240 - - [2026-03-26 04:03:15] "POST /neutron/subnet HTTP/1.1" 200 719 0.009447 10.0.0.240 - - [2026-03-26 04:03:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.240 - - [2026-03-26 04:03:15] "GET /bgp-as-a-service/d45d0683-c452-40eb-9286-9dbfaa82ee99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2158 0.005922 10.0.0.240 - - [2026-03-26 04:03:15] "GET /control-node-zone/c701ce5e-a232-4c7b-8daf-8e247bd1cfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.003333 10.0.0.240 - - [2026-03-26 04:03:15] "POST /ref-update HTTP/1.1" 200 156 0.100549 10.0.0.240 - - [2026-03-26 04:03:18] "GET /bgp-as-a-service/d45d0683-c452-40eb-9286-9dbfaa82ee99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.006394 10.0.0.240 - - [2026-03-26 04:03:18] "GET /virtual-machine-interface/2aa4cdc5-c982-4966-9bd6-e1f0f58804c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.006097 10.0.0.240 - - [2026-03-26 04:03:31] "GET /bgp-as-a-service/d45d0683-c452-40eb-9286-9dbfaa82ee99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2446 0.005815 10.0.0.240 - - [2026-03-26 04:03:31] "GET /virtual-machine-interface/2aa4cdc5-c982-4966-9bd6-e1f0f58804c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.006402 10.0.0.240 - - [2026-03-26 04:03:31] "POST /ref-update HTTP/1.1" 200 156 0.016736 10.0.0.240 - - [2026-03-26 04:03:31] "GET /bgp-as-a-service/d558d115-d565-40f5-bb5e-300164acf7e9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2448 0.013033 10.0.0.240 - - [2026-03-26 04:03:31] "GET /virtual-machine-interface/8804be53-67a0-4155-83ef-8ab0578faa6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3051 0.009578 10.0.0.240 - - [2026-03-26 04:03:31] "POST /ref-update HTTP/1.1" 200 156 0.038738 10.0.0.22 - - [2026-03-26 04:03:31] "DELETE /bgp-router/576ef6d6-1f27-48ad-8086-cd49a6d46728 HTTP/1.1" 200 115 0.067454 10.0.0.240 - - [2026-03-26 04:03:31] "DELETE /bgp-as-a-service/d558d115-d565-40f5-bb5e-300164acf7e9 HTTP/1.1" 200 115 0.079184 10.0.0.240 - - [2026-03-26 04:03:31] "GET /bgp-as-a-service/d45d0683-c452-40eb-9286-9dbfaa82ee99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.008377 10.0.0.240 - - [2026-03-26 04:03:31] "GET /virtual-machine-interface/2aa4cdc5-c982-4966-9bd6-e1f0f58804c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.027965 10.0.0.22 - - [2026-03-26 04:03:31] "DELETE /bgp-router/d808323d-0450-4ae2-80b0-e25d7f914dd5 HTTP/1.1" 200 115 0.080501 10.0.0.240 - - [2026-03-26 04:03:31] "DELETE /bgp-as-a-service/d45d0683-c452-40eb-9286-9dbfaa82ee99 HTTP/1.1" 200 115 0.083779 10.0.0.240 - - [2026-03-26 04:03:31] "GET /control-node-zone/c701ce5e-a232-4c7b-8daf-8e247bd1cfcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.007015 10.0.0.240 - - [2026-03-26 04:03:31] "POST /ref-update HTTP/1.1" 200 156 0.031463 10.0.0.240 - - [2026-03-26 04:03:31] "DELETE /control-node-zone/c701ce5e-a232-4c7b-8daf-8e247bd1cfcc HTTP/1.1" 200 115 0.044158 10.0.0.240 - - [2026-03-26 04:03:31] "GET /control-node-zone/15ee60ae-ad53-4eae-8fe9-17edebbc8331?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004356 10.0.0.240 - - [2026-03-26 04:03:31] "POST /ref-update HTTP/1.1" 200 156 0.022483 10.0.0.240 - - [2026-03-26 04:03:31] "DELETE /control-node-zone/15ee60ae-ad53-4eae-8fe9-17edebbc8331 HTTP/1.1" 200 115 0.031070 10.0.0.240 - - [2026-03-26 04:03:31] "GET /control-node-zone/3d9ba8a3-c0ef-4c5f-869b-09e00bdb1237?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1132 0.006348 10.0.0.240 - - [2026-03-26 04:03:31] "DELETE /control-node-zone/3d9ba8a3-c0ef-4c5f-869b-09e00bdb1237 HTTP/1.1" 200 115 0.036855 10.0.0.240 - - [2026-03-26 04:03:32] "POST /neutron/network HTTP/1.1" 200 832 0.007842 10.0.0.240 - - [2026-03-26 04:03:32] "POST /neutron/port HTTP/1.1" 200 1114 0.017331 10.0.0.240 - - [2026-03-26 04:03:32] "POST /neutron/port HTTP/1.1" 200 1114 0.032193 10.0.0.240 - - [2026-03-26 04:03:32] "POST /neutron/port HTTP/1.1" 200 1114 0.025480 10.0.0.65 - - [2026-03-26 04:03:34] "POST /useragent-kv HTTP/1.1" 200 115 0.077250 10.0.0.65 - - [2026-03-26 04:03:34] "POST /useragent-kv HTTP/1.1" 200 115 0.003500 10.0.0.240 - - [2026-03-26 04:03:34] "POST /neutron/network HTTP/1.1" 200 151 0.251281 10.0.0.240 - - [2026-03-26 04:03:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004162 10.0.0.65 - - [2026-03-26 04:03:37] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001323 10.0.0.240 - - [2026-03-26 04:03:37] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.057678 10.0.0.22 - - [2026-03-26 04:03:37] "POST /route-targets HTTP/1.1" 200 327 0.018418 10.0.0.65 - - [2026-03-26 04:03:37] "POST /useragent-kv HTTP/1.1" 200 115 0.008250 10.0.0.240 - - [2026-03-26 04:03:37] "POST /neutron/subnet HTTP/1.1" 200 729 0.201860 10.0.0.240 - - [2026-03-26 04:03:37] "POST /id-to-fqname HTTP/1.1" 200 225 0.001279 10.0.0.240 - - [2026-03-26 04:03:37] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005423 10.0.0.240 - - [2026-03-26 04:03:37] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006388 10.0.0.240 - - [2026-03-26 04:03:37] "POST /neutron/network HTTP/1.1" 200 834 0.012268 10.0.0.240 - - [2026-03-26 04:03:37] "POST /id-to-fqname HTTP/1.1" 200 225 0.001353 10.0.0.240 - - [2026-03-26 04:03:38] "POST /neutron/network HTTP/1.1" 200 844 0.007951 10.0.0.65 - - [2026-03-26 04:03:39] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001106 10.0.0.240 - - [2026-03-26 04:03:39] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.131901 10.0.0.240 - - [2026-03-26 04:03:39] "POST /neutron/port HTTP/1.1" 200 117 0.006308 10.0.0.240 - - [2026-03-26 04:03:39] "POST /id-to-fqname HTTP/1.1" 200 225 0.001418 10.0.0.240 - - [2026-03-26 04:03:39] "POST /neutron/network HTTP/1.1" 200 844 0.020136 10.0.0.240 - - [2026-03-26 04:03:40] "POST /neutron/port HTTP/1.1" 200 1062 0.020201 10.0.0.240 - - [2026-03-26 04:03:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004252 10.0.0.240 - - [2026-03-26 04:03:40] "POST /neutron/network HTTP/1.1" 200 834 0.010703 10.0.0.65 - - [2026-03-26 04:03:40] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001336 10.0.0.240 - - [2026-03-26 04:03:40] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.091716 10.0.0.240 - - [2026-03-26 04:03:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007586 10.0.0.240 - - [2026-03-26 04:03:41] "POST /id-to-fqname HTTP/1.1" 200 225 0.001847 10.0.0.240 - - [2026-03-26 04:03:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007171 10.0.0.65 - - [2026-03-26 04:03:41] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000891 10.0.0.240 - - [2026-03-26 04:03:41] "POST /neutron/port HTTP/1.1" 200 1062 0.257562 10.0.0.240 - - [2026-03-26 04:03:42] "POST /neutron/port HTTP/1.1" 200 1116 0.137183 10.0.0.240 - - [2026-03-26 04:03:42] "POST /neutron/subnet HTTP/1.1" 200 703 0.009835 10.0.0.65 - - [2026-03-26 04:03:42] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001221 10.0.0.240 - - [2026-03-26 04:03:42] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.088511 10.0.0.240 - - [2026-03-26 04:03:42] "POST /neutron/network HTTP/1.1" 200 834 0.010140 10.0.0.240 - - [2026-03-26 04:03:42] "POST /neutron/port HTTP/1.1" 200 117 0.007327 10.0.0.240 - - [2026-03-26 04:03:42] "POST /neutron/port HTTP/1.1" 200 1126 0.020663 10.0.0.240 - - [2026-03-26 04:03:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008477 10.0.0.240 - - [2026-03-26 04:03:43] "GET /virtual-machine/c1439276-d214-42d7-88ed-3d94dcf49e1c HTTP/1.1" 200 1293 0.006510 10.0.0.240 - - [2026-03-26 04:03:43] "GET /virtual-machine-interface/99728302-728d-4ba6-815d-c3d4b7d0876a HTTP/1.1" 200 2958 0.005811 10.0.0.240 - - [2026-03-26 04:03:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.240 - - [2026-03-26 04:03:43] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004142 10.0.0.240 - - [2026-03-26 04:03:43] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004148 10.0.0.240 - - [2026-03-26 04:03:43] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008853 10.0.0.240 - - [2026-03-26 04:03:43] "POST /neutron/port HTTP/1.1" 200 1062 0.019814 10.0.0.240 - - [2026-03-26 04:03:43] "POST /neutron/port HTTP/1.1" 200 1126 0.018902 10.0.0.240 - - [2026-03-26 04:03:43] "POST /neutron/port HTTP/1.1" 200 117 0.001438 10.0.0.22 - - [2026-03-26 04:03:45] "GET /obj-perms HTTP/1.1" 200 5075 0.055521 10.0.0.240 - - [2026-03-26 04:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004313 10.0.0.240 - - [2026-03-26 04:03:46] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008059 10.0.0.240 - - [2026-03-26 04:03:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005518 10.0.0.240 - - [2026-03-26 04:03:50] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006892 10.0.0.240 - - [2026-03-26 04:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.240 - - [2026-03-26 04:03:54] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006127 10.0.0.240 - - [2026-03-26 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.240 - - [2026-03-26 04:03:58] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005710 10.0.0.240 - - [2026-03-26 04:03:59] "POST /neutron/port HTTP/1.1" 200 1109 0.017888 10.0.0.240 - - [2026-03-26 04:03:59] "POST /neutron/subnet HTTP/1.1" 200 708 0.010183 10.0.0.240 - - [2026-03-26 04:04:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.240 - - [2026-03-26 04:04:02] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006215 10.0.0.22 - - [2026-03-26 04:04:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.22 - - [2026-03-26 04:04:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.22 - - [2026-03-26 04:04:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000670 10.0.0.22 - - [2026-03-26 04:04:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000338 10.0.0.65 - - [2026-03-26 04:04:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.65 - - [2026-03-26 04:04:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.65 - - [2026-03-26 04:04:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.65 - - [2026-03-26 04:04:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.240 - - [2026-03-26 04:04:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.240 - - [2026-03-26 04:04:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000404 10.0.0.240 - - [2026-03-26 04:04:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.240 - - [2026-03-26 04:04:06] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007321 10.0.0.240 - - [2026-03-26 04:04:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.240 - - [2026-03-26 04:04:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000379 10.0.0.240 - - [2026-03-26 04:04:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003935 10.0.0.240 - - [2026-03-26 04:04:10] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006045 10.0.0.240 - - [2026-03-26 04:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.240 - - [2026-03-26 04:04:14] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006522 10.0.0.240 - - [2026-03-26 04:04:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.035867 10.0.0.240 - - [2026-03-26 04:04:19] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007674 10.0.0.240 - - [2026-03-26 04:04:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.240 - - [2026-03-26 04:04:23] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006746 10.0.0.240 - - [2026-03-26 04:04:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004049 10.0.0.240 - - [2026-03-26 04:04:27] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006479 10.0.0.240 - - [2026-03-26 04:04:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.240 - - [2026-03-26 04:04:31] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.010216 10.0.0.240 - - [2026-03-26 04:04:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.240 - - [2026-03-26 04:04:35] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005236 10.0.0.240 - - [2026-03-26 04:04:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006423 10.0.0.240 - - [2026-03-26 04:04:39] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007120 10.0.0.240 - - [2026-03-26 04:04:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.240 - - [2026-03-26 04:04:43] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005639 10.0.0.240 - - [2026-03-26 04:04:46] "GET /obj-perms HTTP/1.1" 200 5075 0.064869 10.0.0.240 - - [2026-03-26 04:04:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003916 10.0.0.240 - - [2026-03-26 04:04:47] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006215 10.0.0.240 - - [2026-03-26 04:04:48] "POST /neutron/port HTTP/1.1" 200 1126 0.021850 10.0.0.240 - - [2026-03-26 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003439 10.0.0.240 - - [2026-03-26 04:04:51] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005946 10.0.0.240 - - [2026-03-26 04:04:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007341 10.0.0.240 - - [2026-03-26 04:04:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.240 - - [2026-03-26 04:04:55] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004586 10.0.0.240 - - [2026-03-26 04:04:55] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003340 10.0.0.240 - - [2026-03-26 04:04:56] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007246 10.0.0.240 - - [2026-03-26 04:05:01] "POST /neutron/port HTTP/1.1" 200 1219 0.023427 10.0.0.240 - - [2026-03-26 04:05:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004863 10.0.0.240 - - [2026-03-26 04:05:01] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.240 - - [2026-03-26 04:05:01] "POST /neutron/port HTTP/1.1" 200 1126 0.050235 10.0.0.240 - - [2026-03-26 04:05:05] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006749 10.0.0.240 - - [2026-03-26 04:05:11] "POST /neutron/port HTTP/1.1" 200 1126 0.019182 10.0.0.240 - - [2026-03-26 04:05:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009957 10.0.0.240 - - [2026-03-26 04:05:27] "POST /neutron/port HTTP/1.1" 200 1126 0.018588 10.0.0.240 - - [2026-03-26 04:05:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007375 10.0.0.240 - - [2026-03-26 04:05:42] "POST /neutron/port HTTP/1.1" 200 1126 0.019185 10.0.0.240 - - [2026-03-26 04:05:48] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007837 10.0.0.240 - - [2026-03-26 04:05:53] "POST /neutron/port HTTP/1.1" 200 1126 0.019787 10.0.0.240 - - [2026-03-26 04:05:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008102 10.0.0.240 - - [2026-03-26 04:05:53] "GET /virtual-machine/8a1b6c12-0009-4dc8-85da-a02bff562006 HTTP/1.1" 200 1292 0.038957 10.0.0.240 - - [2026-03-26 04:05:53] "GET /virtual-machine-interface/3f622498-332f-4b23-908a-ee9242b30118 HTTP/1.1" 200 2958 0.008479 10.0.0.240 - - [2026-03-26 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003715 10.0.0.240 - - [2026-03-26 04:05:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005922 10.0.0.240 - - [2026-03-26 04:05:53] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003311 10.0.0.240 - - [2026-03-26 04:05:53] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008936 10.0.0.240 - - [2026-03-26 04:05:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.240 - - [2026-03-26 04:05:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004345 10.0.0.240 - - [2026-03-26 04:05:54] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003274 10.0.0.240 - - [2026-03-26 04:05:54] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005963 10.0.0.240 - - [2026-03-26 04:05:55] "POST /neutron/port HTTP/1.1" 200 1126 0.021445 10.0.0.240 - - [2026-03-26 04:05:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008364 10.0.0.240 - - [2026-03-26 04:05:55] "GET /virtual-machine/52b221fc-c38f-4c91-a0ad-1e3a68687961 HTTP/1.1" 200 1293 0.006315 10.0.0.240 - - [2026-03-26 04:05:55] "GET /virtual-machine-interface/9b0467f3-1c9a-43b7-a01c-a94e928da0ae HTTP/1.1" 200 2959 0.005752 10.0.0.240 - - [2026-03-26 04:05:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.240 - - [2026-03-26 04:05:55] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004587 10.0.0.240 - - [2026-03-26 04:05:55] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003180 10.0.0.240 - - [2026-03-26 04:05:55] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007841 10.0.0.240 - - [2026-03-26 04:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003990 10.0.0.240 - - [2026-03-26 04:05:56] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004510 10.0.0.240 - - [2026-03-26 04:05:56] "GET /virtual-networks?parent_id=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003160 10.0.0.240 - - [2026-03-26 04:05:56] "GET /virtual-network/4aea6788-6fca-4ff5-b4a2-f52dca503ec4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.009185 10.0.0.240 - - [2026-03-26 04:06:01] "POST /neutron/port HTTP/1.1" 200 1219 0.023814 10.0.0.240 - - [2026-03-26 04:06:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004311 10.0.0.240 - - [2026-03-26 04:06:01] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.240 - - [2026-03-26 04:06:01] "POST /fqname-to-id HTTP/1.1" 404 198 0.005113 10.0.0.240 - - [2026-03-26 04:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003186 10.0.0.240 - - [2026-03-26 04:06:01] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007018 10.0.0.240 - - [2026-03-26 04:06:01] "POST /control-node-zones HTTP/1.1" 200 569 0.032976 10.0.0.240 - - [2026-03-26 04:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.240 - - [2026-03-26 04:06:02] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006261 10.0.0.240 - - [2026-03-26 04:06:02] "GET /control-node-zone/2cbaa946-cec7-44a4-a320-ce0acb58d749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006070 10.0.0.240 - - [2026-03-26 04:06:02] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.023535 10.0.0.240 - - [2026-03-26 04:06:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.003504 10.0.0.240 - - [2026-03-26 04:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003938 10.0.0.240 - - [2026-03-26 04:06:02] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007577 10.0.0.240 - - [2026-03-26 04:06:02] "POST /control-node-zones HTTP/1.1" 200 569 0.033075 10.0.0.240 - - [2026-03-26 04:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004231 10.0.0.240 - - [2026-03-26 04:06:02] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006902 10.0.0.240 - - [2026-03-26 04:06:02] "GET /control-node-zone/f7aa2a78-3fd6-4543-ba1f-a39db0b743d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.006356 10.0.0.240 - - [2026-03-26 04:06:02] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.027747 10.0.0.240 - - [2026-03-26 04:06:02] "POST /fqname-to-id HTTP/1.1" 404 198 0.004220 10.0.0.240 - - [2026-03-26 04:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004021 10.0.0.240 - - [2026-03-26 04:06:02] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007195 10.0.0.240 - - [2026-03-26 04:06:02] "POST /control-node-zones HTTP/1.1" 200 569 0.055087 10.0.0.240 - - [2026-03-26 04:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004971 10.0.0.240 - - [2026-03-26 04:06:02] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007046 10.0.0.240 - - [2026-03-26 04:06:02] "GET /control-node-zone/723f6b8e-1dc5-4694-affe-446c81bf509d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.007203 10.0.0.240 - - [2026-03-26 04:06:02] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.032986 10.0.0.240 - - [2026-03-26 04:06:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003884 10.0.0.240 - - [2026-03-26 04:06:02] "POST /neutron/port HTTP/1.1" 200 1109 0.068641 10.0.0.240 - - [2026-03-26 04:06:02] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.006954 10.0.0.240 - - [2026-03-26 04:06:02] "POST /fqname-to-id HTTP/1.1" 404 234 0.003979 10.0.0.240 - - [2026-03-26 04:06:03] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.042707 10.0.0.240 - - [2026-03-26 04:06:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004080 10.0.0.240 - - [2026-03-26 04:06:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.013978 10.0.0.240 - - [2026-03-26 04:06:03] "POST /neutron/network HTTP/1.1" 200 834 0.007121 10.0.0.240 - - [2026-03-26 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003234 10.0.0.240 - - [2026-03-26 04:06:03] "GET /bgp-as-a-service/dac72c20-01e9-4104-bc25-492c5997ef1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1548 0.006680 10.0.0.240 - - [2026-03-26 04:06:03] "GET /control-node-zone/2cbaa946-cec7-44a4-a320-ce0acb58d749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004651 10.0.0.240 - - [2026-03-26 04:06:03] "POST /ref-update HTTP/1.1" 200 156 0.018366 10.0.0.240 - - [2026-03-26 04:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004688 10.0.0.240 - - [2026-03-26 04:06:03] "GET /bgp-as-a-service/dac72c20-01e9-4104-bc25-492c5997ef1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1836 0.007697 10.0.0.240 - - [2026-03-26 04:06:03] "GET /control-node-zone/f7aa2a78-3fd6-4543-ba1f-a39db0b743d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004455 10.0.0.240 - - [2026-03-26 04:06:03] "POST /ref-update HTTP/1.1" 200 156 0.017429 10.0.0.240 - - [2026-03-26 04:06:17] "GET /bgp-as-a-service/dac72c20-01e9-4104-bc25-492c5997ef1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2098 0.006948 10.0.0.240 - - [2026-03-26 04:06:17] "GET /virtual-machine-interface/99728302-728d-4ba6-815d-c3d4b7d0876a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.006095 10.0.0.240 - - [2026-03-26 04:06:17] "POST /ref-update HTTP/1.1" 200 156 0.015985 10.0.0.22 - - [2026-03-26 04:06:17] "POST /bgp-routers HTTP/1.1" 200 640 0.050701 10.0.0.22 - - [2026-03-26 04:06:17] "PUT /bgp-router/d3e581d5-349a-45e9-82cb-f1db11f195ae HTTP/1.1" 200 254 0.044050 10.0.0.240 - - [2026-03-26 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.240 - - [2026-03-26 04:06:18] "GET /global-system-config/96ff8120-1efa-4716-86ae-d4c9eb47ba25?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1963 0.007724 10.0.0.240 - - [2026-03-26 04:06:18] "POST /fqname-to-id HTTP/1.1" 404 234 0.003547 10.0.0.240 - - [2026-03-26 04:06:18] "POST /bgp-as-a-services HTTP/1.1" 200 588 0.031813 10.0.0.240 - - [2026-03-26 04:06:18] "POST /neutron/subnet HTTP/1.1" 200 729 0.009696 10.0.0.240 - - [2026-03-26 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.240 - - [2026-03-26 04:06:18] "GET /bgp-as-a-service/8574b0cd-58dc-41ff-b45f-8b82bbb5dc4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1547 0.009562 10.0.0.240 - - [2026-03-26 04:06:18] "GET /control-node-zone/2cbaa946-cec7-44a4-a320-ce0acb58d749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.006576 10.0.0.240 - - [2026-03-26 04:06:18] "POST /ref-update HTTP/1.1" 200 156 0.022892 10.0.0.240 - - [2026-03-26 04:06:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004547 10.0.0.240 - - [2026-03-26 04:06:18] "GET /bgp-as-a-service/8574b0cd-58dc-41ff-b45f-8b82bbb5dc4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1835 0.007219 10.0.0.240 - - [2026-03-26 04:06:18] "GET /control-node-zone/f7aa2a78-3fd6-4543-ba1f-a39db0b743d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004441 10.0.0.240 - - [2026-03-26 04:06:18] "POST /ref-update HTTP/1.1" 200 156 0.016155 10.0.0.240 - - [2026-03-26 04:06:28] "GET /bgp-as-a-service/8574b0cd-58dc-41ff-b45f-8b82bbb5dc4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006946 10.0.0.240 - - [2026-03-26 04:06:28] "GET /virtual-machine-interface/3f622498-332f-4b23-908a-ee9242b30118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2737 0.005242 10.0.0.240 - - [2026-03-26 04:06:28] "POST /ref-update HTTP/1.1" 200 156 0.013855 10.0.0.22 - - [2026-03-26 04:06:28] "POST /ref-update HTTP/1.1" 200 156 0.021501 10.0.0.65 - - [2026-03-26 04:06:48] "GET /obj-perms HTTP/1.1" 200 5075 0.052816 10.0.0.240 - - [2026-03-26 04:06:51] "GET /bgp-as-a-service/8574b0cd-58dc-41ff-b45f-8b82bbb5dc4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2707 0.007622 10.0.0.240 - - [2026-03-26 04:06:51] "GET /virtual-machine-interface/3f622498-332f-4b23-908a-ee9242b30118?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.009352 10.0.0.240 - - [2026-03-26 04:06:51] "POST /ref-update HTTP/1.1" 200 156 0.019501 10.0.0.22 - - [2026-03-26 04:06:51] "POST /ref-update HTTP/1.1" 200 156 0.032419 10.0.0.240 - - [2026-03-26 04:06:51] "DELETE /bgp-as-a-service/8574b0cd-58dc-41ff-b45f-8b82bbb5dc4d HTTP/1.1" 200 115 0.060469 10.0.0.240 - - [2026-03-26 04:06:51] "GET /bgp-as-a-service/dac72c20-01e9-4104-bc25-492c5997ef1e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2708 0.008337 10.0.0.240 - - [2026-03-26 04:06:51] "GET /virtual-machine-interface/99728302-728d-4ba6-815d-c3d4b7d0876a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3052 0.032453 10.0.0.240 - - [2026-03-26 04:06:51] "POST /ref-update HTTP/1.1" 200 156 0.017787 10.0.0.22 - - [2026-03-26 04:06:51] "POST /ref-update HTTP/1.1" 200 156 0.028577 10.0.0.240 - - [2026-03-26 04:06:51] "DELETE /bgp-as-a-service/dac72c20-01e9-4104-bc25-492c5997ef1e HTTP/1.1" 200 115 0.078593 10.0.0.240 - - [2026-03-26 04:06:51] "GET /control-node-zone/723f6b8e-1dc5-4694-affe-446c81bf509d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.011109 10.0.0.240 - - [2026-03-26 04:06:51] "POST /ref-update HTTP/1.1" 200 156 0.020552 10.0.0.240 - - [2026-03-26 04:06:51] "DELETE /control-node-zone/723f6b8e-1dc5-4694-affe-446c81bf509d HTTP/1.1" 200 115 0.032376 10.0.0.240 - - [2026-03-26 04:06:51] "GET /control-node-zone/f7aa2a78-3fd6-4543-ba1f-a39db0b743d1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1134 0.004355 10.0.0.240 - - [2026-03-26 04:06:51] "POST /ref-update HTTP/1.1" 200 156 0.021728 10.0.0.240 - - [2026-03-26 04:06:52] "DELETE /control-node-zone/f7aa2a78-3fd6-4543-ba1f-a39db0b743d1 HTTP/1.1" 200 115 0.030060 10.0.0.240 - - [2026-03-26 04:06:52] "GET /control-node-zone/2cbaa946-cec7-44a4-a320-ce0acb58d749?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004311 10.0.0.240 - - [2026-03-26 04:06:52] "POST /ref-update HTTP/1.1" 200 156 0.019548 10.0.0.240 - - [2026-03-26 04:06:52] "DELETE /control-node-zone/2cbaa946-cec7-44a4-a320-ce0acb58d749 HTTP/1.1" 200 115 0.030569 10.0.0.240 - - [2026-03-26 04:06:52] "POST /neutron/network HTTP/1.1" 200 834 0.007812 10.0.0.240 - - [2026-03-26 04:06:52] "POST /neutron/port HTTP/1.1" 200 1126 0.020767 10.0.0.240 - - [2026-03-26 04:06:52] "POST /neutron/port HTTP/1.1" 200 1116 0.013557 10.0.0.240 - - [2026-03-26 04:06:53] "POST /neutron/port HTTP/1.1" 200 1116 0.042664 10.0.0.65 - - [2026-03-26 04:06:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002592 10.0.0.65 - - [2026-03-26 04:06:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002097 10.0.0.240 - - [2026-03-26 04:06:54] "POST /neutron/network HTTP/1.1" 200 151 0.168077 10.0.0.22 - - [2026-03-26 04:06:54] "DELETE /route-target/d8a47dc1-4748-42a8-8e26-01dab37686fb HTTP/1.1" 200 115 0.020945 10.0.0.65 - - [2026-03-26 04:06:55] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001042 10.0.0.240 - - [2026-03-26 04:06:56] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.082551 10.0.0.65 - - [2026-03-26 04:06:56] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001179 10.0.0.240 - - [2026-03-26 04:06:56] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?fields=virtual_networks HTTP/1.1" 200 1035 0.038238 10.0.0.65 - - [2026-03-26 04:06:56] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000948 10.0.0.240 - - [2026-03-26 04:06:56] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.044411 10.0.0.65 - - [2026-03-26 04:06:56] "GET /projects?obj_uuids=e1399bf2-ad07-4adf-9180-accf11228730&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000997 10.0.0.240 - - [2026-03-26 04:06:56] "GET /project/e1399bf2-ad07-4adf-9180-accf11228730?fields=security_groups HTTP/1.1" 200 1262 0.045465 10.0.0.240 - - [2026-03-26 04:06:57] "POST /fqname-to-id HTTP/1.1" 404 181 0.051205 10.0.0.65 - - [2026-03-26 04:06:57] "GET /projects?obj_uuids=2be96724-1366-453c-aa7a-a91ba85478aa&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003149 10.0.0.65 - - [2026-03-26 04:06:57] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001274 10.0.0.65 - - [2026-03-26 04:06:57] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.043151 10.0.0.65 - - [2026-03-26 04:06:57] "POST /id-to-fqname HTTP/1.1" 200 183 0.002046 10.0.0.65 - - [2026-03-26 04:06:57] "POST /fqname-to-id HTTP/1.1" 404 192 0.005991 10.0.0.65 - - [2026-03-26 04:06:57] "POST /security-groups HTTP/1.1" 200 584 0.090259 10.0.0.65 - - [2026-03-26 04:06:57] "POST /projects HTTP/1.1" 200 571 0.324179 10.0.0.65 - - [2026-03-26 04:06:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.362148 10.0.0.22 - - [2026-03-26 04:06:57] "POST /fqname-to-id HTTP/1.1" 404 226 0.006871 10.0.0.240 - - [2026-03-26 04:06:57] "GET /project/2be96724-1366-453c-aa7a-a91ba85478aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.564313 10.0.0.240 - - [2026-03-26 04:06:59] "GET / HTTP/1.1" 200 35931 0.001455 10.0.0.65 - - [2026-03-26 04:07:02] "GET /projects?obj_uuids=2be96724-1366-453c-aa7a-a91ba85478aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001080 10.0.0.240 - - [2026-03-26 04:07:02] "GET /project/2be96724-1366-453c-aa7a-a91ba85478aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.046314 10.0.0.65 - - [2026-03-26 04:07:02] "GET /projects?obj_uuids=2be96724-1366-453c-aa7a-a91ba85478aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.002506 10.0.0.240 - - [2026-03-26 04:07:02] "GET /project/2be96724-1366-453c-aa7a-a91ba85478aa?fields=virtual_networks HTTP/1.1" 200 1018 0.055816 10.0.0.65 - - [2026-03-26 04:07:02] "GET /projects?obj_uuids=2be96724-1366-453c-aa7a-a91ba85478aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001036 10.0.0.240 - - [2026-03-26 04:07:02] "GET /project/2be96724-1366-453c-aa7a-a91ba85478aa?fields=virtual_machine_interfaces HTTP/1.1" 200 1018 0.046218 10.0.0.65 - - [2026-03-26 04:07:02] "GET /projects?obj_uuids=2be96724-1366-453c-aa7a-a91ba85478aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001267 10.0.0.240 - - [2026-03-26 04:07:02] "GET /project/2be96724-1366-453c-aa7a-a91ba85478aa?fields=security_groups HTTP/1.1" 200 1237 0.044113 10.0.0.240 - - [2026-03-26 04:07:03] "POST /fqname-to-id HTTP/1.1" 404 189 0.034522 10.0.0.240 - - [2026-03-26 04:07:03] "POST /neutron/network HTTP/1.1" 200 939 0.045757 10.0.0.65 - - [2026-03-26 04:07:03] "GET /projects?obj_uuids=44782c73-8ac4-4787-b694-60966856d2f5&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003227 10.0.0.240 - - [2026-03-26 04:07:03] "POST /neutron/port HTTP/1.1" 200 117 0.001208 10.0.0.65 - - [2026-03-26 04:07:03] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000936 10.0.0.65 - - [2026-03-26 04:07:03] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007411 10.0.0.65 - - [2026-03-26 04:07:03] "POST /id-to-fqname HTTP/1.1" 200 191 0.003305 10.0.0.65 - - [2026-03-26 04:07:04] "POST /fqname-to-id HTTP/1.1" 404 200 0.007654 10.0.0.65 - - [2026-03-26 04:07:04] "POST /security-groups HTTP/1.1" 200 592 0.037790 10.0.0.65 - - [2026-03-26 04:07:04] "POST /projects HTTP/1.1" 200 587 0.268821 10.0.0.22 - - [2026-03-26 04:07:04] "POST /access-control-lists HTTP/1.1" 200 597 0.039256 10.0.0.65 - - [2026-03-26 04:07:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.339684 10.0.0.240 - - [2026-03-26 04:07:04] "GET /project/44782c73-8ac4-4787-b694-60966856d2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.493771 10.0.0.240 - - [2026-03-26 04:07:05] "GET / HTTP/1.1" 200 35931 0.001397 10.0.0.65 - - [2026-03-26 04:07:08] "GET /projects?obj_uuids=44782c73-8ac4-4787-b694-60966856d2f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001447 10.0.0.240 - - [2026-03-26 04:07:08] "GET /project/44782c73-8ac4-4787-b694-60966856d2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050437 10.0.0.65 - - [2026-03-26 04:07:08] "GET /projects?obj_uuids=44782c73-8ac4-4787-b694-60966856d2f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.240 - - [2026-03-26 04:07:08] "GET /project/44782c73-8ac4-4787-b694-60966856d2f5?fields=virtual_networks HTTP/1.1" 200 1034 0.059886 10.0.0.65 - - [2026-03-26 04:07:08] "GET /projects?obj_uuids=44782c73-8ac4-4787-b694-60966856d2f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001476 10.0.0.240 - - [2026-03-26 04:07:08] "GET /project/44782c73-8ac4-4787-b694-60966856d2f5?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.050372 10.0.0.65 - - [2026-03-26 04:07:08] "GET /projects?obj_uuids=44782c73-8ac4-4787-b694-60966856d2f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001230 10.0.0.240 - - [2026-03-26 04:07:08] "GET /project/44782c73-8ac4-4787-b694-60966856d2f5?fields=security_groups HTTP/1.1" 200 1261 0.045120 10.0.0.240 - - [2026-03-26 04:07:09] "POST /fqname-to-id HTTP/1.1" 404 195 0.030321 10.0.0.65 - - [2026-03-26 04:07:09] "GET /projects?obj_uuids=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002654 10.0.0.65 - - [2026-03-26 04:07:10] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001205 10.0.0.65 - - [2026-03-26 04:07:10] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008675 10.0.0.65 - - [2026-03-26 04:07:10] "POST /id-to-fqname HTTP/1.1" 200 197 0.003526 10.0.0.65 - - [2026-03-26 04:07:10] "POST /fqname-to-id HTTP/1.1" 404 206 0.012965 10.0.0.65 - - [2026-03-26 04:07:10] "POST /security-groups HTTP/1.1" 200 598 0.034931 10.0.0.22 - - [2026-03-26 04:07:10] "POST /fqname-to-id HTTP/1.1" 404 241 0.005673 10.0.0.65 - - [2026-03-26 04:07:10] "POST /projects HTTP/1.1" 200 599 0.269831 10.0.0.65 - - [2026-03-26 04:07:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.320191 10.0.0.22 - - [2026-03-26 04:07:10] "POST /access-control-lists HTTP/1.1" 200 601 0.043655 10.0.0.240 - - [2026-03-26 04:07:10] "GET /project/c9fbaa79-de50-44df-8d83-fa3c86c1df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.526047 10.0.0.240 - - [2026-03-26 04:07:11] "GET / HTTP/1.1" 200 35931 0.002378 10.0.0.240 - - [2026-03-26 04:07:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.240 - - [2026-03-26 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.042591 10.0.0.240 - - [2026-03-26 04:07:14] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004106 10.0.0.240 - - [2026-03-26 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.240 - - [2026-03-26 04:07:14] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004779 10.0.0.240 - - [2026-03-26 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003305 10.0.0.240 - - [2026-03-26 04:07:14] "PUT /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae HTTP/1.1" 200 276 0.013666 10.0.0.240 - - [2026-03-26 04:07:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006775 10.0.0.65 - - [2026-03-26 04:07:15] "GET /projects?obj_uuids=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001355 10.0.0.240 - - [2026-03-26 04:07:15] "GET /project/c9fbaa79-de50-44df-8d83-fa3c86c1df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.057509 10.0.0.65 - - [2026-03-26 04:07:15] "GET /projects?obj_uuids=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001329 10.0.0.240 - - [2026-03-26 04:07:15] "POST /neutron/network HTTP/1.1" 200 594 0.188799 10.0.0.22 - - [2026-03-26 04:07:15] "POST /route-targets HTTP/1.1" 200 327 0.024189 10.0.0.240 - - [2026-03-26 04:07:15] "POST /id-to-fqname HTTP/1.1" 200 218 0.003936 10.0.0.240 - - [2026-03-26 04:07:15] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006375 10.0.0.240 - - [2026-03-26 04:07:15] "POST /neutron/network HTTP/1.1" 200 808 0.007969 10.0.0.240 - - [2026-03-26 04:07:15] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006161 10.0.0.240 - - [2026-03-26 04:07:15] "POST /id-to-fqname HTTP/1.1" 200 218 0.001434 10.0.0.240 - - [2026-03-26 04:07:16] "POST /neutron/port HTTP/1.1" 200 4196 0.034708 10.0.0.65 - - [2026-03-26 04:07:17] "GET /projects?obj_uuids=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001061 10.0.0.240 - - [2026-03-26 04:07:17] "GET /project/c9fbaa79-de50-44df-8d83-fa3c86c1df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.066965 10.0.0.240 - - [2026-03-26 04:07:17] "POST /neutron/port HTTP/1.1" 200 4196 0.048074 10.0.0.240 - - [2026-03-26 04:07:17] "POST /id-to-fqname HTTP/1.1" 200 218 0.001241 10.0.0.240 - - [2026-03-26 04:07:17] "POST /neutron/network HTTP/1.1" 200 818 0.007469 10.0.0.240 - - [2026-03-26 04:07:18] "POST /neutron/port HTTP/1.1" 200 1062 0.021881 10.0.0.240 - - [2026-03-26 04:07:18] "POST /neutron/port HTTP/1.1" 200 1126 0.032082 10.0.0.240 - - [2026-03-26 04:07:18] "POST /neutron/port HTTP/1.1" 200 117 0.001209 10.0.0.65 - - [2026-03-26 04:07:18] "GET /projects?obj_uuids=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000951 10.0.0.240 - - [2026-03-26 04:07:18] "GET /project/c9fbaa79-de50-44df-8d83-fa3c86c1df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.076845 10.0.0.240 - - [2026-03-26 04:07:19] "POST /neutron/port HTTP/1.1" 200 5169 0.038536 10.0.0.240 - - [2026-03-26 04:07:19] "POST /neutron/network HTTP/1.1" 200 818 0.007776 10.0.0.240 - - [2026-03-26 04:07:19] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007581 10.0.0.240 - - [2026-03-26 04:07:19] "POST /neutron/port HTTP/1.1" 200 1062 0.020455 10.0.0.240 - - [2026-03-26 04:07:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004074 10.0.0.240 - - [2026-03-26 04:07:20] "POST /neutron/network HTTP/1.1" 200 808 0.013674 10.0.0.22 - - [2026-03-26 04:07:21] "GET /obj-perms HTTP/1.1" 200 5063 0.058995 10.0.0.240 - - [2026-03-26 04:07:21] "POST /neutron/port HTTP/1.1" 200 1126 0.022601 10.0.0.240 - - [2026-03-26 04:07:21] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009028 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 401 293 0.000444 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 200 1299 0.051515 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 200 1299 0.006401 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-machine-interface/8c0d60e7-74df-45ed-b42c-971fd61c9d78 HTTP/1.1" 200 2950 0.006111 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 200 1299 0.005034 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-machine-interface/8c0d60e7-74df-45ed-b42c-971fd61c9d78 HTTP/1.1" 200 2950 0.006496 10.0.0.240 - - [2026-03-26 04:07:22] "GET /instance-ip/d735efd6-53d9-4e9a-bc5e-472fb03fae5a HTTP/1.1" 200 1621 0.007353 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 200 1299 0.004798 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-machine-interface/8c0d60e7-74df-45ed-b42c-971fd61c9d78 HTTP/1.1" 200 2950 0.006032 10.0.0.240 - - [2026-03-26 04:07:22] "GET /instance-ip/d735efd6-53d9-4e9a-bc5e-472fb03fae5a HTTP/1.1" 200 1621 0.004960 10.0.0.240 - - [2026-03-26 04:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.007792 10.0.0.240 - - [2026-03-26 04:07:22] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004451 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003606 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006634 10.0.0.240 - - [2026-03-26 04:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003412 10.0.0.240 - - [2026-03-26 04:07:22] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004380 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003684 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006477 10.0.0.240 - - [2026-03-26 04:07:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005739 10.0.0.240 - - [2026-03-26 04:07:22] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.010200 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003033 10.0.0.240 - - [2026-03-26 04:07:22] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007575 10.0.0.240 - - [2026-03-26 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.007352 10.0.0.240 - - [2026-03-26 04:07:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006175 10.0.0.240 - - [2026-03-26 04:07:23] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003880 10.0.0.240 - - [2026-03-26 04:07:23] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007860 10.0.0.240 - - [2026-03-26 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.240 - - [2026-03-26 04:07:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006212 10.0.0.240 - - [2026-03-26 04:07:23] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003762 10.0.0.240 - - [2026-03-26 04:07:23] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006590 10.0.0.240 - - [2026-03-26 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.240 - - [2026-03-26 04:07:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005093 10.0.0.240 - - [2026-03-26 04:07:23] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003748 10.0.0.240 - - [2026-03-26 04:07:23] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009215 10.0.0.240 - - [2026-03-26 04:07:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003597 10.0.0.240 - - [2026-03-26 04:07:23] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004742 10.0.0.240 - - [2026-03-26 04:07:23] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003873 10.0.0.240 - - [2026-03-26 04:07:23] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006542 10.0.0.65 - - [2026-03-26 04:07:26] "DELETE /project/2be967241366453caa7aa91ba85478aa HTTP/1.1" 404 173 0.014920 10.0.0.65 - - [2026-03-26 04:07:26] "DELETE /project/44782c738ac44787b69460966856d2f5 HTTP/1.1" 404 173 0.011853 10.0.0.65 - - [2026-03-26 04:07:26] "DELETE /project/c9fbaa79de5044df8d83fa3c86c1df68 HTTP/1.1" 404 173 0.011076 10.0.0.65 - - [2026-03-26 04:07:26] "DELETE /project/e1399bf2-ad07-4adf-9180-accf11228730 HTTP/1.1" 404 177 0.008141 10.0.0.65 - - [2026-03-26 04:07:26] "GET /projects?obj_uuids=2be96724-1366-453c-aa7a-a91ba85478aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000994 10.0.0.65 - - [2026-03-26 04:07:26] "GET /projects?obj_uuids=44782c73-8ac4-4787-b694-60966856d2f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000913 10.0.0.65 - - [2026-03-26 04:07:26] "GET /project/2be96724-1366-453c-aa7a-a91ba85478aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.082127 10.0.0.65 - - [2026-03-26 04:07:26] "GET /project/44782c73-8ac4-4787-b694-60966856d2f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1472 0.095948 10.0.0.65 - - [2026-03-26 04:07:26] "GET /projects?obj_uuids=2be96724-1366-453c-aa7a-a91ba85478aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000902 10.0.0.65 - - [2026-03-26 04:07:26] "GET /projects?obj_uuids=44782c73-8ac4-4787-b694-60966856d2f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001195 10.0.0.65 - - [2026-03-26 04:07:26] "GET /project/2be96724-1366-453c-aa7a-a91ba85478aa?fields=security_groups HTTP/1.1" 200 1342 0.041729 10.0.0.65 - - [2026-03-26 04:07:26] "GET /project/44782c73-8ac4-4787-b694-60966856d2f5?fields=security_groups HTTP/1.1" 200 1366 0.074107 10.0.0.65 - - [2026-03-26 04:07:26] "DELETE /security-group/f0d6cf01-09cf-40af-a9d9-07c16346bfea HTTP/1.1" 200 115 0.064683 10.0.0.65 - - [2026-03-26 04:07:26] "GET /projects?obj_uuids=2be96724-1366-453c-aa7a-a91ba85478aa&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.003271 10.0.0.65 - - [2026-03-26 04:07:26] "GET /project/2be96724-1366-453c-aa7a-a91ba85478aa?fields=application_policy_sets HTTP/1.1" 200 1381 0.098724 10.0.0.22 - - [2026-03-26 04:07:26] "DELETE /access-control-list/d83647bb-8cea-4ecc-a928-6d99fef9d054 HTTP/1.1" 200 115 0.082260 10.0.0.65 - - [2026-03-26 04:07:26] "DELETE /security-group/231432b4-6553-4c24-9015-29befcf19b50 HTTP/1.1" 200 115 0.143172 10.0.0.65 - - [2026-03-26 04:07:26] "GET /projects?obj_uuids=44782c73-8ac4-4787-b694-60966856d2f5&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001245 10.0.0.65 - - [2026-03-26 04:07:26] "GET /project/44782c73-8ac4-4787-b694-60966856d2f5?fields=application_policy_sets HTTP/1.1" 200 1405 0.076333 10.0.0.240 - - [2026-03-26 04:07:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.007978 10.0.0.240 - - [2026-03-26 04:07:26] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.018014 10.0.0.65 - - [2026-03-26 04:07:26] "DELETE /project/2be96724-1366-453c-aa7a-a91ba85478aa HTTP/1.1" 200 115 0.641037 10.0.0.65 - - [2026-03-26 04:07:26] "DELETE /project/44782c73-8ac4-4787-b694-60966856d2f5 HTTP/1.1" 200 115 0.680792 10.0.0.240 - - [2026-03-26 04:07:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004003 10.0.0.240 - - [2026-03-26 04:07:30] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007483 10.0.0.240 - - [2026-03-26 04:07:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005521 10.0.0.240 - - [2026-03-26 04:07:34] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007449 10.0.0.240 - - [2026-03-26 04:07:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.240 - - [2026-03-26 04:07:38] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006116 10.0.0.240 - - [2026-03-26 04:07:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004312 10.0.0.240 - - [2026-03-26 04:07:43] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005691 10.0.0.240 - - [2026-03-26 04:07:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.240 - - [2026-03-26 04:07:47] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007387 10.0.0.240 - - [2026-03-26 04:07:49] "GET /obj-perms HTTP/1.1" 200 5075 0.061798 10.0.0.240 - - [2026-03-26 04:07:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.240 - - [2026-03-26 04:07:51] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006905 10.0.0.240 - - [2026-03-26 04:07:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.240 - - [2026-03-26 04:07:55] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006812 10.0.0.240 - - [2026-03-26 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.240 - - [2026-03-26 04:07:57] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004096 10.0.0.240 - - [2026-03-26 04:07:57] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003493 10.0.0.240 - - [2026-03-26 04:07:57] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006338 10.0.0.240 - - [2026-03-26 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003222 10.0.0.240 - - [2026-03-26 04:07:57] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003941 10.0.0.240 - - [2026-03-26 04:07:57] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004081 10.0.0.240 - - [2026-03-26 04:07:57] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005714 10.0.0.240 - - [2026-03-26 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002954 10.0.0.240 - - [2026-03-26 04:07:57] "GET /routing-instance/d0f59cdf-b729-40de-ae4d-332798c69e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006851 10.0.0.240 - - [2026-03-26 04:07:57] "GET /route-target/09aa55a3-01f5-4aa1-86ab-2ba19a3ca4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.005048 10.0.0.240 - - [2026-03-26 04:07:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.240 - - [2026-03-26 04:07:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003920 10.0.0.240 - - [2026-03-26 04:07:58] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004199 10.0.0.240 - - [2026-03-26 04:07:58] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005833 10.0.0.240 - - [2026-03-26 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.002981 10.0.0.240 - - [2026-03-26 04:07:58] "GET /routing-instance/d0f59cdf-b729-40de-ae4d-332798c69e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004577 10.0.0.240 - - [2026-03-26 04:07:58] "GET /route-target/09aa55a3-01f5-4aa1-86ab-2ba19a3ca4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.005622 10.0.0.240 - - [2026-03-26 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.240 - - [2026-03-26 04:07:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004637 10.0.0.240 - - [2026-03-26 04:07:58] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.005884 10.0.0.240 - - [2026-03-26 04:07:58] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007940 10.0.0.240 - - [2026-03-26 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007797 10.0.0.240 - - [2026-03-26 04:07:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005164 10.0.0.240 - - [2026-03-26 04:07:58] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003551 10.0.0.240 - - [2026-03-26 04:07:58] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005967 10.0.0.240 - - [2026-03-26 04:07:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.009326 10.0.0.240 - - [2026-03-26 04:07:58] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.011154 10.0.0.240 - - [2026-03-26 04:07:58] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003626 10.0.0.240 - - [2026-03-26 04:07:58] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006596 10.0.0.65 - - [2026-03-26 04:07:58] "GET /obj-perms HTTP/1.1" 200 5063 0.060035 10.0.0.240 - - [2026-03-26 04:07:58] "GET /obj-perms HTTP/1.1" 200 5063 0.061910 10.0.0.240 - - [2026-03-26 04:07:59] "GET /obj-perms HTTP/1.1" 200 5063 0.003985 10.0.0.65 - - [2026-03-26 04:07:59] "GET /obj-perms HTTP/1.1" 200 5063 0.006587 10.0.0.240 - - [2026-03-26 04:07:59] "POST /neutron/port HTTP/1.1" 200 1126 0.020756 10.0.0.240 - - [2026-03-26 04:07:59] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008579 10.0.0.240 - - [2026-03-26 04:07:59] "POST /neutron/port HTTP/1.1" 200 1126 0.019942 10.0.0.240 - - [2026-03-26 04:07:59] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 200 1299 0.007628 10.0.0.240 - - [2026-03-26 04:07:59] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 200 1299 0.004398 10.0.0.240 - - [2026-03-26 04:07:59] "GET /virtual-machine-interface/289a1a85-47d0-4eda-b2f8-331a17c36b65 HTTP/1.1" 200 2949 0.006636 10.0.0.240 - - [2026-03-26 04:07:59] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 200 1299 0.004419 10.0.0.240 - - [2026-03-26 04:07:59] "GET /virtual-machine-interface/289a1a85-47d0-4eda-b2f8-331a17c36b65 HTTP/1.1" 200 2949 0.005789 10.0.0.240 - - [2026-03-26 04:07:59] "GET /instance-ip/2cbc5eb6-e58e-4066-ade5-9301752e002b HTTP/1.1" 200 1620 0.006116 10.0.0.240 - - [2026-03-26 04:07:59] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 200 1299 0.004055 10.0.0.240 - - [2026-03-26 04:07:59] "GET /virtual-machine-interface/289a1a85-47d0-4eda-b2f8-331a17c36b65 HTTP/1.1" 200 2949 0.005565 10.0.0.240 - - [2026-03-26 04:07:59] "GET /instance-ip/2cbc5eb6-e58e-4066-ade5-9301752e002b HTTP/1.1" 200 1620 0.006257 10.0.0.240 - - [2026-03-26 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.240 - - [2026-03-26 04:07:59] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004065 10.0.0.240 - - [2026-03-26 04:07:59] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004254 10.0.0.240 - - [2026-03-26 04:07:59] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007043 10.0.0.240 - - [2026-03-26 04:07:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.240 - - [2026-03-26 04:07:59] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006017 10.0.0.240 - - [2026-03-26 04:07:59] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003849 10.0.0.240 - - [2026-03-26 04:07:59] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006120 10.0.0.240 - - [2026-03-26 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.240 - - [2026-03-26 04:08:00] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006278 10.0.0.240 - - [2026-03-26 04:08:00] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.007032 10.0.0.240 - - [2026-03-26 04:08:00] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007486 10.0.0.240 - - [2026-03-26 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003862 10.0.0.240 - - [2026-03-26 04:08:00] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004839 10.0.0.240 - - [2026-03-26 04:08:00] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004387 10.0.0.240 - - [2026-03-26 04:08:00] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006690 10.0.0.240 - - [2026-03-26 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.240 - - [2026-03-26 04:08:00] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005072 10.0.0.240 - - [2026-03-26 04:08:00] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003836 10.0.0.240 - - [2026-03-26 04:08:00] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008203 10.0.0.240 - - [2026-03-26 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005015 10.0.0.240 - - [2026-03-26 04:08:00] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006204 10.0.0.240 - - [2026-03-26 04:08:00] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003455 10.0.0.240 - - [2026-03-26 04:08:00] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006411 10.0.0.240 - - [2026-03-26 04:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004382 10.0.0.240 - - [2026-03-26 04:08:00] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004841 10.0.0.240 - - [2026-03-26 04:08:00] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003455 10.0.0.240 - - [2026-03-26 04:08:00] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006060 10.0.0.240 - - [2026-03-26 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.240 - - [2026-03-26 04:08:03] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006082 10.0.0.240 - - [2026-03-26 04:08:04] "POST /neutron/port HTTP/1.1" 200 1219 0.020360 10.0.0.240 - - [2026-03-26 04:08:04] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004456 10.0.0.240 - - [2026-03-26 04:08:04] "POST /neutron/port HTTP/1.1" 200 117 0.001480 10.0.0.240 - - [2026-03-26 04:08:07] "POST /neutron/security_group HTTP/1.1" 200 2065 0.048445 10.0.0.240 - - [2026-03-26 04:08:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004179 10.0.0.240 - - [2026-03-26 04:08:07] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006839 10.0.0.240 - - [2026-03-26 04:08:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.240 - - [2026-03-26 04:08:11] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007098 10.0.0.240 - - [2026-03-26 04:08:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.240 - - [2026-03-26 04:08:16] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005677 10.0.0.240 - - [2026-03-26 04:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.240 - - [2026-03-26 04:08:20] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009572 10.0.0.240 - - [2026-03-26 04:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.240 - - [2026-03-26 04:08:24] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005635 10.0.0.240 - - [2026-03-26 04:08:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.240 - - [2026-03-26 04:08:28] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006212 10.0.0.240 - - [2026-03-26 04:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005617 10.0.0.240 - - [2026-03-26 04:08:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004937 10.0.0.240 - - [2026-03-26 04:08:30] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003589 10.0.0.240 - - [2026-03-26 04:08:30] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007120 10.0.0.240 - - [2026-03-26 04:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.240 - - [2026-03-26 04:08:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004257 10.0.0.240 - - [2026-03-26 04:08:30] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003210 10.0.0.240 - - [2026-03-26 04:08:30] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007289 10.0.0.240 - - [2026-03-26 04:08:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003419 10.0.0.240 - - [2026-03-26 04:08:30] "GET /routing-instance/d0f59cdf-b729-40de-ae4d-332798c69e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.005205 10.0.0.240 - - [2026-03-26 04:08:30] "GET /route-target/09aa55a3-01f5-4aa1-86ab-2ba19a3ca4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004375 10.0.0.240 - - [2026-03-26 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.240 - - [2026-03-26 04:08:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004253 10.0.0.240 - - [2026-03-26 04:08:31] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003420 10.0.0.240 - - [2026-03-26 04:08:31] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006379 10.0.0.240 - - [2026-03-26 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.240 - - [2026-03-26 04:08:31] "GET /routing-instance/d0f59cdf-b729-40de-ae4d-332798c69e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004941 10.0.0.240 - - [2026-03-26 04:08:31] "GET /route-target/09aa55a3-01f5-4aa1-86ab-2ba19a3ca4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.003855 10.0.0.240 - - [2026-03-26 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.240 - - [2026-03-26 04:08:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004417 10.0.0.240 - - [2026-03-26 04:08:31] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003466 10.0.0.240 - - [2026-03-26 04:08:31] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007327 10.0.0.240 - - [2026-03-26 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004239 10.0.0.240 - - [2026-03-26 04:08:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006562 10.0.0.240 - - [2026-03-26 04:08:31] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003765 10.0.0.240 - - [2026-03-26 04:08:31] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006720 10.0.0.240 - - [2026-03-26 04:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.240 - - [2026-03-26 04:08:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005356 10.0.0.240 - - [2026-03-26 04:08:31] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003936 10.0.0.240 - - [2026-03-26 04:08:31] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005666 10.0.0.240 - - [2026-03-26 04:08:31] "GET /obj-perms HTTP/1.1" 200 5063 0.003975 10.0.0.65 - - [2026-03-26 04:08:31] "GET /obj-perms HTTP/1.1" 200 5063 0.003954 10.0.0.240 - - [2026-03-26 04:08:31] "GET /obj-perms HTTP/1.1" 200 5063 0.004259 10.0.0.65 - - [2026-03-26 04:08:31] "GET /obj-perms HTTP/1.1" 200 5063 0.004424 10.0.0.22 - - [2026-03-26 04:08:31] "GET /obj-perms HTTP/1.1" 200 5063 0.004308 10.0.0.240 - - [2026-03-26 04:08:32] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 200 1299 0.004143 10.0.0.240 - - [2026-03-26 04:08:32] "GET /virtual-machine-interface/8c0d60e7-74df-45ed-b42c-971fd61c9d78 HTTP/1.1" 200 2950 0.006620 10.0.0.240 - - [2026-03-26 04:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004637 10.0.0.240 - - [2026-03-26 04:08:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004399 10.0.0.240 - - [2026-03-26 04:08:32] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003377 10.0.0.240 - - [2026-03-26 04:08:32] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006034 10.0.0.240 - - [2026-03-26 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.240 - - [2026-03-26 04:08:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005421 10.0.0.240 - - [2026-03-26 04:08:33] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003615 10.0.0.240 - - [2026-03-26 04:08:33] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006237 10.0.0.240 - - [2026-03-26 04:08:33] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 200 1299 0.005273 10.0.0.240 - - [2026-03-26 04:08:33] "GET /virtual-machine-interface/289a1a85-47d0-4eda-b2f8-331a17c36b65 HTTP/1.1" 200 2949 0.006381 10.0.0.240 - - [2026-03-26 04:08:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004147 10.0.0.240 - - [2026-03-26 04:08:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004709 10.0.0.240 - - [2026-03-26 04:08:33] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003510 10.0.0.240 - - [2026-03-26 04:08:33] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007257 10.0.0.240 - - [2026-03-26 04:08:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.007495 10.0.0.240 - - [2026-03-26 04:08:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005062 10.0.0.240 - - [2026-03-26 04:08:34] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003839 10.0.0.240 - - [2026-03-26 04:08:34] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006900 10.0.0.240 - - [2026-03-26 04:08:34] "POST /neutron/port HTTP/1.1" 200 1126 0.019135 10.0.0.240 - - [2026-03-26 04:08:40] "POST /neutron/security_group HTTP/1.1" 200 2065 0.008046 10.0.0.240 - - [2026-03-26 04:08:50] "GET /obj-perms HTTP/1.1" 200 5075 0.076717 10.0.0.240 - - [2026-03-26 04:09:03] "POST /neutron/network HTTP/1.1" 200 1124 0.007259 10.0.0.240 - - [2026-03-26 04:09:03] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015823 10.0.0.240 - - [2026-03-26 04:09:03] "POST /neutron/network HTTP/1.1" 200 1114 0.011671 10.0.0.22 - - [2026-03-26 04:09:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.22 - - [2026-03-26 04:09:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000386 10.0.0.22 - - [2026-03-26 04:09:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000516 10.0.0.22 - - [2026-03-26 04:09:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000371 10.0.0.65 - - [2026-03-26 04:09:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.65 - - [2026-03-26 04:09:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.65 - - [2026-03-26 04:09:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000364 10.0.0.65 - - [2026-03-26 04:09:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.240 - - [2026-03-26 04:09:05] "GET /global-system-configs HTTP/1.1" 401 293 0.001143 10.0.0.240 - - [2026-03-26 04:09:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.240 - - [2026-03-26 04:09:06] "POST /neutron/network HTTP/1.1" 200 939 0.006488 10.0.0.240 - - [2026-03-26 04:09:06] "POST /neutron/port HTTP/1.1" 200 117 0.001169 10.0.0.240 - - [2026-03-26 04:09:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000378 10.0.0.240 - - [2026-03-26 04:09:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000347 10.0.0.65 - - [2026-03-26 04:09:51] "GET /obj-perms HTTP/1.1" 200 5075 0.053889 10.0.0.240 - - [2026-03-26 04:10:05] "POST /neutron/port HTTP/1.1" 200 1109 0.019365 10.0.0.240 - - [2026-03-26 04:10:05] "POST /neutron/subnet HTTP/1.1" 200 708 0.010309 10.0.0.240 - - [2026-03-26 04:10:06] "POST /neutron/port HTTP/1.1" 200 1126 0.019257 10.0.0.240 - - [2026-03-26 04:10:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004487 10.0.0.240 - - [2026-03-26 04:10:06] "POST /neutron/network HTTP/1.1" 200 808 0.007734 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 200 1299 0.003863 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-machine-interface/8c0d60e7-74df-45ed-b42c-971fd61c9d78 HTTP/1.1" 200 2950 0.005180 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 200 1299 0.008785 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-machine-interface/8c0d60e7-74df-45ed-b42c-971fd61c9d78 HTTP/1.1" 200 2950 0.006829 10.0.0.240 - - [2026-03-26 04:10:31] "GET /instance-ip/d735efd6-53d9-4e9a-bc5e-472fb03fae5a HTTP/1.1" 200 1621 0.005419 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 200 1299 0.004980 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-machine-interface/8c0d60e7-74df-45ed-b42c-971fd61c9d78 HTTP/1.1" 200 2950 0.006115 10.0.0.240 - - [2026-03-26 04:10:31] "GET /instance-ip/d735efd6-53d9-4e9a-bc5e-472fb03fae5a HTTP/1.1" 200 1621 0.005152 10.0.0.240 - - [2026-03-26 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.240 - - [2026-03-26 04:10:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004004 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003071 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006528 10.0.0.240 - - [2026-03-26 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.240 - - [2026-03-26 04:10:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006029 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003478 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006698 10.0.0.240 - - [2026-03-26 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004115 10.0.0.240 - - [2026-03-26 04:10:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005329 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003245 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006987 10.0.0.240 - - [2026-03-26 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.240 - - [2026-03-26 04:10:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004895 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003968 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006308 10.0.0.240 - - [2026-03-26 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.240 - - [2026-03-26 04:10:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005248 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003645 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006783 10.0.0.240 - - [2026-03-26 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.240 - - [2026-03-26 04:10:31] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005393 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004314 10.0.0.240 - - [2026-03-26 04:10:31] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007219 10.0.0.240 - - [2026-03-26 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.240 - - [2026-03-26 04:10:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004656 10.0.0.240 - - [2026-03-26 04:10:32] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003421 10.0.0.240 - - [2026-03-26 04:10:32] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008604 10.0.0.240 - - [2026-03-26 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.240 - - [2026-03-26 04:10:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004255 10.0.0.240 - - [2026-03-26 04:10:33] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003725 10.0.0.240 - - [2026-03-26 04:10:33] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006410 10.0.0.240 - - [2026-03-26 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003699 10.0.0.240 - - [2026-03-26 04:10:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005008 10.0.0.240 - - [2026-03-26 04:10:33] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003192 10.0.0.240 - - [2026-03-26 04:10:33] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006195 10.0.0.240 - - [2026-03-26 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004114 10.0.0.240 - - [2026-03-26 04:10:33] "GET /routing-instance/d0f59cdf-b729-40de-ae4d-332798c69e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006879 10.0.0.240 - - [2026-03-26 04:10:33] "GET /route-target/09aa55a3-01f5-4aa1-86ab-2ba19a3ca4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.005236 10.0.0.240 - - [2026-03-26 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.005013 10.0.0.240 - - [2026-03-26 04:10:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004392 10.0.0.240 - - [2026-03-26 04:10:33] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003555 10.0.0.240 - - [2026-03-26 04:10:33] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008478 10.0.0.240 - - [2026-03-26 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.007093 10.0.0.240 - - [2026-03-26 04:10:33] "GET /routing-instance/d0f59cdf-b729-40de-ae4d-332798c69e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.006139 10.0.0.240 - - [2026-03-26 04:10:33] "GET /route-target/09aa55a3-01f5-4aa1-86ab-2ba19a3ca4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.006587 10.0.0.240 - - [2026-03-26 04:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.240 - - [2026-03-26 04:10:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004867 10.0.0.240 - - [2026-03-26 04:10:34] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004098 10.0.0.240 - - [2026-03-26 04:10:34] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006679 10.0.0.240 - - [2026-03-26 04:10:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.240 - - [2026-03-26 04:10:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008832 10.0.0.240 - - [2026-03-26 04:10:34] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003340 10.0.0.240 - - [2026-03-26 04:10:34] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008287 10.0.0.65 - - [2026-03-26 04:10:38] "GET /obj-perms HTTP/1.1" 200 5063 0.004069 10.0.0.65 - - [2026-03-26 04:10:44] "GET /obj-perms HTTP/1.1" 200 5063 0.005789 10.0.0.65 - - [2026-03-26 04:10:48] "GET /obj-perms HTTP/1.1" 200 5063 0.004343 10.0.0.240 - - [2026-03-26 04:10:48] "GET /obj-perms HTTP/1.1" 200 5063 0.003838 10.0.0.240 - - [2026-03-26 04:10:48] "GET /obj-perms HTTP/1.1" 200 5063 0.003557 10.0.0.22 - - [2026-03-26 04:10:48] "GET /obj-perms HTTP/1.1" 200 5063 0.005151 10.0.0.240 - - [2026-03-26 04:10:48] "POST /neutron/port HTTP/1.1" 200 1126 0.024019 10.0.0.240 - - [2026-03-26 04:10:48] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 200 1299 0.005932 10.0.0.240 - - [2026-03-26 04:10:48] "GET /virtual-machine-interface/289a1a85-47d0-4eda-b2f8-331a17c36b65 HTTP/1.1" 200 2949 0.008108 10.0.0.240 - - [2026-03-26 04:10:48] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 200 1299 0.005177 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-machine-interface/289a1a85-47d0-4eda-b2f8-331a17c36b65 HTTP/1.1" 200 2949 0.006651 10.0.0.240 - - [2026-03-26 04:10:49] "GET /instance-ip/2cbc5eb6-e58e-4066-ade5-9301752e002b HTTP/1.1" 200 1620 0.004990 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 200 1299 0.005500 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-machine-interface/289a1a85-47d0-4eda-b2f8-331a17c36b65 HTTP/1.1" 200 2949 0.006358 10.0.0.240 - - [2026-03-26 04:10:49] "GET /instance-ip/2cbc5eb6-e58e-4066-ade5-9301752e002b HTTP/1.1" 200 1620 0.004513 10.0.0.240 - - [2026-03-26 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.240 - - [2026-03-26 04:10:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004260 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003508 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006497 10.0.0.240 - - [2026-03-26 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.240 - - [2026-03-26 04:10:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006349 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004460 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007577 10.0.0.240 - - [2026-03-26 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.240 - - [2026-03-26 04:10:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004662 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003553 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005846 10.0.0.240 - - [2026-03-26 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.240 - - [2026-03-26 04:10:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005114 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003460 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007464 10.0.0.240 - - [2026-03-26 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.240 - - [2026-03-26 04:10:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004817 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003716 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008126 10.0.0.240 - - [2026-03-26 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.005640 10.0.0.240 - - [2026-03-26 04:10:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004244 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003781 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.008173 10.0.0.240 - - [2026-03-26 04:10:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.240 - - [2026-03-26 04:10:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005378 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004317 10.0.0.240 - - [2026-03-26 04:10:49] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006227 10.0.0.240 - - [2026-03-26 04:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.240 - - [2026-03-26 04:10:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004671 10.0.0.240 - - [2026-03-26 04:10:51] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003509 10.0.0.240 - - [2026-03-26 04:10:51] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006408 10.0.0.240 - - [2026-03-26 04:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006035 10.0.0.240 - - [2026-03-26 04:10:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005635 10.0.0.240 - - [2026-03-26 04:10:51] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003332 10.0.0.240 - - [2026-03-26 04:10:51] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006932 10.0.0.240 - - [2026-03-26 04:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004425 10.0.0.240 - - [2026-03-26 04:10:51] "GET /routing-instance/d0f59cdf-b729-40de-ae4d-332798c69e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004656 10.0.0.240 - - [2026-03-26 04:10:51] "GET /route-target/09aa55a3-01f5-4aa1-86ab-2ba19a3ca4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004608 10.0.0.240 - - [2026-03-26 04:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.240 - - [2026-03-26 04:10:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004447 10.0.0.240 - - [2026-03-26 04:10:51] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003396 10.0.0.240 - - [2026-03-26 04:10:51] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.010476 10.0.0.240 - - [2026-03-26 04:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.240 - - [2026-03-26 04:10:51] "GET /routing-instance/d0f59cdf-b729-40de-ae4d-332798c69e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.007755 10.0.0.240 - - [2026-03-26 04:10:51] "GET /route-target/09aa55a3-01f5-4aa1-86ab-2ba19a3ca4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004315 10.0.0.240 - - [2026-03-26 04:10:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.240 - - [2026-03-26 04:10:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004356 10.0.0.240 - - [2026-03-26 04:10:51] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003983 10.0.0.240 - - [2026-03-26 04:10:51] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007598 10.0.0.240 - - [2026-03-26 04:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.240 - - [2026-03-26 04:10:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004476 10.0.0.240 - - [2026-03-26 04:10:52] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003187 10.0.0.240 - - [2026-03-26 04:10:52] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.007306 10.0.0.65 - - [2026-03-26 04:10:52] "GET /obj-perms HTTP/1.1" 200 5063 0.004688 10.0.0.240 - - [2026-03-26 04:10:52] "GET /obj-perms HTTP/1.1" 200 5063 0.004473 10.0.0.240 - - [2026-03-26 04:10:52] "GET /obj-perms HTTP/1.1" 200 5063 0.004186 10.0.0.22 - - [2026-03-26 04:10:52] "GET /obj-perms HTTP/1.1" 200 5063 0.005011 10.0.0.240 - - [2026-03-26 04:10:52] "GET /obj-perms HTTP/1.1" 200 5063 0.003725 10.0.0.65 - - [2026-03-26 04:10:52] "GET /obj-perms HTTP/1.1" 200 5063 0.003938 10.0.0.240 - - [2026-03-26 04:11:06] "POST /neutron/port HTTP/1.1" 200 1126 0.019404 10.0.0.240 - - [2026-03-26 04:11:06] "POST /neutron/subnet HTTP/1.1" 200 675 0.012013 10.0.0.240 - - [2026-03-26 04:11:07] "POST /neutron/port HTTP/1.1" 200 1219 0.051369 10.0.0.240 - - [2026-03-26 04:11:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007810 10.0.0.240 - - [2026-03-26 04:11:08] "POST /neutron/port HTTP/1.1" 200 117 0.001135 10.0.0.240 - - [2026-03-26 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.240 - - [2026-03-26 04:11:12] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004078 10.0.0.240 - - [2026-03-26 04:11:12] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003750 10.0.0.240 - - [2026-03-26 04:11:12] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006528 10.0.0.240 - - [2026-03-26 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004428 10.0.0.240 - - [2026-03-26 04:11:14] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005691 10.0.0.240 - - [2026-03-26 04:11:14] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004917 10.0.0.240 - - [2026-03-26 04:11:14] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006170 10.0.0.240 - - [2026-03-26 04:11:29] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 200 1299 0.004310 10.0.0.240 - - [2026-03-26 04:11:29] "GET /virtual-machine-interface/289a1a85-47d0-4eda-b2f8-331a17c36b65 HTTP/1.1" 200 2949 0.005671 10.0.0.240 - - [2026-03-26 04:11:29] "GET /instance-ip/2cbc5eb6-e58e-4066-ade5-9301752e002b HTTP/1.1" 200 1620 0.005806 10.0.0.240 - - [2026-03-26 04:11:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.240 - - [2026-03-26 04:11:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003770 10.0.0.240 - - [2026-03-26 04:11:29] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003659 10.0.0.240 - - [2026-03-26 04:11:29] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.006124 10.0.0.240 - - [2026-03-26 04:11:32] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 200 1299 0.009547 10.0.0.240 - - [2026-03-26 04:11:33] "POST /neutron/port HTTP/1.1" 200 1126 0.021707 10.0.0.240 - - [2026-03-26 04:11:34] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.004163 10.0.0.240 - - [2026-03-26 04:11:34] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003324 10.0.0.240 - - [2026-03-26 04:11:34] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003368 10.0.0.240 - - [2026-03-26 04:11:36] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003545 10.0.0.240 - - [2026-03-26 04:11:37] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.004357 10.0.0.240 - - [2026-03-26 04:11:38] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003078 10.0.0.240 - - [2026-03-26 04:11:39] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.013016 10.0.0.240 - - [2026-03-26 04:11:40] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.005925 10.0.0.240 - - [2026-03-26 04:11:41] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003445 10.0.0.240 - - [2026-03-26 04:11:41] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003302 10.0.0.240 - - [2026-03-26 04:11:42] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.004470 10.0.0.240 - - [2026-03-26 04:11:43] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.005708 10.0.0.240 - - [2026-03-26 04:11:44] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003211 10.0.0.240 - - [2026-03-26 04:11:45] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.004122 10.0.0.240 - - [2026-03-26 04:11:46] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003525 10.0.0.240 - - [2026-03-26 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.240 - - [2026-03-26 04:11:46] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004699 10.0.0.240 - - [2026-03-26 04:11:46] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002992 10.0.0.240 - - [2026-03-26 04:11:46] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.009519 10.0.0.240 - - [2026-03-26 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.240 - - [2026-03-26 04:11:46] "GET /routing-instance/d0f59cdf-b729-40de-ae4d-332798c69e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004378 10.0.0.240 - - [2026-03-26 04:11:46] "GET /route-target/09aa55a3-01f5-4aa1-86ab-2ba19a3ca4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004289 10.0.0.240 - - [2026-03-26 04:11:46] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003131 10.0.0.240 - - [2026-03-26 04:11:47] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003583 10.0.0.240 - - [2026-03-26 04:11:48] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.004021 10.0.0.240 - - [2026-03-26 04:11:49] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003928 10.0.0.240 - - [2026-03-26 04:11:50] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003887 10.0.0.240 - - [2026-03-26 04:11:51] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.004430 10.0.0.240 - - [2026-03-26 04:11:51] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.004370 10.0.0.240 - - [2026-03-26 04:11:52] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003351 10.0.0.240 - - [2026-03-26 04:11:53] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.004624 10.0.0.240 - - [2026-03-26 04:11:54] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003643 10.0.0.240 - - [2026-03-26 04:11:55] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.003838 10.0.0.240 - - [2026-03-26 04:11:56] "GET /virtual-machine/23297aad-d625-483f-a377-c47fe14c7628 HTTP/1.1" 404 171 0.004858 10.0.0.22 - - [2026-03-26 04:11:56] "GET /obj-perms HTTP/1.1" 200 5063 0.004056 10.0.0.240 - - [2026-03-26 04:11:56] "GET /obj-perms HTTP/1.1" 200 5063 0.004526 10.0.0.240 - - [2026-03-26 04:11:56] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 200 1299 0.003877 10.0.0.240 - - [2026-03-26 04:11:57] "POST /neutron/port HTTP/1.1" 200 1126 0.019650 10.0.0.240 - - [2026-03-26 04:11:58] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.004951 10.0.0.240 - - [2026-03-26 04:11:58] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.002815 10.0.0.240 - - [2026-03-26 04:11:58] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.006175 10.0.0.240 - - [2026-03-26 04:11:58] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.004160 10.0.0.240 - - [2026-03-26 04:11:59] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.003362 10.0.0.240 - - [2026-03-26 04:12:00] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.003618 10.0.0.240 - - [2026-03-26 04:12:01] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.003843 10.0.0.240 - - [2026-03-26 04:12:03] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.003101 10.0.0.240 - - [2026-03-26 04:12:04] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.003706 10.0.0.240 - - [2026-03-26 04:12:04] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.003840 10.0.0.240 - - [2026-03-26 04:12:05] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.005201 10.0.0.240 - - [2026-03-26 04:12:06] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.003309 10.0.0.240 - - [2026-03-26 04:12:07] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.003652 10.0.0.240 - - [2026-03-26 04:12:08] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.003536 10.0.0.240 - - [2026-03-26 04:12:08] "POST /neutron/port HTTP/1.1" 200 1219 0.066257 10.0.0.240 - - [2026-03-26 04:12:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006617 10.0.0.240 - - [2026-03-26 04:12:08] "POST /neutron/port HTTP/1.1" 200 117 0.001129 10.0.0.240 - - [2026-03-26 04:12:08] "POST /neutron/port HTTP/1.1" 200 1109 0.035088 10.0.0.240 - - [2026-03-26 04:12:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003748 10.0.0.240 - - [2026-03-26 04:12:08] "POST /neutron/network HTTP/1.1" 200 929 0.008019 10.0.0.240 - - [2026-03-26 04:12:09] "GET /virtual-machine/1ff6d666-048a-4c8a-b38e-2980fbede64d HTTP/1.1" 404 171 0.004204 10.0.0.240 - - [2026-03-26 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.240 - - [2026-03-26 04:12:09] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003911 10.0.0.240 - - [2026-03-26 04:12:09] "GET /virtual-networks?parent_id=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003496 10.0.0.240 - - [2026-03-26 04:12:09] "GET /virtual-network/9fb37ecf-048c-4a1e-8217-8e31f05780dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.005853 10.0.0.240 - - [2026-03-26 04:12:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.010084 10.0.0.240 - - [2026-03-26 04:12:09] "GET /routing-instance/d0f59cdf-b729-40de-ae4d-332798c69e7e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1447 0.004904 10.0.0.240 - - [2026-03-26 04:12:09] "GET /route-target/09aa55a3-01f5-4aa1-86ab-2ba19a3ca4c5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 899 0.004018 10.0.0.240 - - [2026-03-26 04:12:12] "GET /obj-perms HTTP/1.1" 200 5063 0.004153 10.0.0.22 - - [2026-03-26 04:12:12] "GET /obj-perms HTTP/1.1" 200 5063 0.004914 10.0.0.240 - - [2026-03-26 04:12:18] "GET /obj-perms HTTP/1.1" 200 5063 0.004181 10.0.0.22 - - [2026-03-26 04:12:18] "GET /obj-perms HTTP/1.1" 200 5063 0.004453 10.0.0.65 - - [2026-03-26 04:12:18] "GET /obj-perms HTTP/1.1" 200 5063 0.004403 10.0.0.22 - - [2026-03-26 04:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.057103 10.0.0.240 - - [2026-03-26 04:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.033755 10.0.0.240 - - [2026-03-26 04:12:19] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004241 10.0.0.240 - - [2026-03-26 04:12:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.240 - - [2026-03-26 04:12:19] "PUT /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae HTTP/1.1" 200 276 0.012819 10.0.0.65 - - [2026-03-26 04:12:21] "GET /projects?obj_uuids=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.026313 10.0.0.240 - - [2026-03-26 04:12:21] "GET /project/c9fbaa79-de50-44df-8d83-fa3c86c1df68?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.100453 10.0.0.65 - - [2026-03-26 04:12:21] "GET /projects?obj_uuids=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.000944 10.0.0.240 - - [2026-03-26 04:12:21] "GET /project/c9fbaa79-de50-44df-8d83-fa3c86c1df68?fields=virtual_networks HTTP/1.1" 200 1047 0.049388 10.0.0.65 - - [2026-03-26 04:12:21] "GET /projects?obj_uuids=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001237 10.0.0.240 - - [2026-03-26 04:12:21] "GET /project/c9fbaa79-de50-44df-8d83-fa3c86c1df68?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.044587 10.0.0.65 - - [2026-03-26 04:12:22] "GET /projects?obj_uuids=c9fbaa79-de50-44df-8d83-fa3c86c1df68&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001005 10.0.0.240 - - [2026-03-26 04:12:22] "GET /project/c9fbaa79-de50-44df-8d83-fa3c86c1df68?fields=security_groups HTTP/1.1" 200 1280 0.044059 10.0.0.240 - - [2026-03-26 04:12:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.030120 10.0.0.65 - - [2026-03-26 04:12:23] "GET /projects?obj_uuids=37946a73-eff7-4938-a2a2-ed8f8dd42e27&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003063 10.0.0.65 - - [2026-03-26 04:12:23] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001086 10.0.0.65 - - [2026-03-26 04:12:23] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.039265 10.0.0.65 - - [2026-03-26 04:12:23] "POST /id-to-fqname HTTP/1.1" 200 196 0.005783 10.0.0.65 - - [2026-03-26 04:12:23] "POST /fqname-to-id HTTP/1.1" 404 205 0.005908 10.0.0.65 - - [2026-03-26 04:12:23] "POST /security-groups HTTP/1.1" 200 597 0.036870 10.0.0.65 - - [2026-03-26 04:12:23] "POST /projects HTTP/1.1" 200 597 0.262010 10.0.0.65 - - [2026-03-26 04:12:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.338672 10.0.0.22 - - [2026-03-26 04:12:23] "POST /access-control-lists HTTP/1.1" 200 602 0.032122 10.0.0.240 - - [2026-03-26 04:12:23] "GET /project/37946a73-eff7-4938-a2a2-ed8f8dd42e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.523112 10.0.0.240 - - [2026-03-26 04:12:24] "GET / HTTP/1.1" 200 35931 0.003334 10.0.0.22 - - [2026-03-26 04:12:25] "DELETE /access-control-list/469d3e3f-cba6-4b99-86b8-7c0705c260e7 HTTP/1.1" 200 115 0.059386 10.0.0.65 - - [2026-03-26 04:12:26] "DELETE /project/37946a73eff74938a2a2ed8f8dd42e27 HTTP/1.1" 404 173 0.003362 10.0.0.65 - - [2026-03-26 04:12:26] "DELETE /project/c9fbaa79-de50-44df-8d83-fa3c86c1df68 HTTP/1.1" 404 177 0.005749 10.0.0.65 - - [2026-03-26 04:12:28] "GET /projects?obj_uuids=37946a73-eff7-4938-a2a2-ed8f8dd42e27&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001123 10.0.0.240 - - [2026-03-26 04:12:28] "GET /project/37946a73-eff7-4938-a2a2-ed8f8dd42e27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1387 0.057137 10.0.0.65 - - [2026-03-26 04:12:28] "GET /projects?obj_uuids=37946a73-eff7-4938-a2a2-ed8f8dd42e27&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000989 10.0.0.240 - - [2026-03-26 04:12:28] "GET /project/37946a73-eff7-4938-a2a2-ed8f8dd42e27?fields=virtual_networks HTTP/1.1" 200 1044 0.045199 10.0.0.65 - - [2026-03-26 04:12:28] "GET /projects?obj_uuids=37946a73-eff7-4938-a2a2-ed8f8dd42e27&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001018 10.0.0.240 - - [2026-03-26 04:12:28] "GET /project/37946a73-eff7-4938-a2a2-ed8f8dd42e27?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.047584 10.0.0.65 - - [2026-03-26 04:12:28] "GET /projects?obj_uuids=37946a73-eff7-4938-a2a2-ed8f8dd42e27&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001305 10.0.0.240 - - [2026-03-26 04:12:28] "GET /project/37946a73-eff7-4938-a2a2-ed8f8dd42e27?fields=security_groups HTTP/1.1" 200 1276 0.050516 10.0.0.240 - - [2026-03-26 04:12:29] "POST /fqname-to-id HTTP/1.1" 404 188 0.034594 10.0.0.65 - - [2026-03-26 04:12:29] "GET /projects?obj_uuids=4c11b2b5-524a-46a9-8042-0f77424ad556&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004192 10.0.0.65 - - [2026-03-26 04:12:29] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001255 10.0.0.65 - - [2026-03-26 04:12:29] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008286 10.0.0.65 - - [2026-03-26 04:12:29] "POST /id-to-fqname HTTP/1.1" 200 190 0.003966 10.0.0.65 - - [2026-03-26 04:12:29] "POST /fqname-to-id HTTP/1.1" 404 199 0.005545 10.0.0.65 - - [2026-03-26 04:12:29] "POST /security-groups HTTP/1.1" 200 591 0.077993 10.0.0.65 - - [2026-03-26 04:12:29] "POST /projects HTTP/1.1" 200 585 0.301858 10.0.0.65 - - [2026-03-26 04:12:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.341624 10.0.0.22 - - [2026-03-26 04:12:29] "POST /access-control-lists HTTP/1.1" 200 596 0.041050 10.0.0.240 - - [2026-03-26 04:12:29] "GET /project/4c11b2b5-524a-46a9-8042-0f77424ad556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.489314 10.0.0.240 - - [2026-03-26 04:12:31] "GET / HTTP/1.1" 200 35931 0.001698 10.0.0.65 - - [2026-03-26 04:12:34] "GET /projects?obj_uuids=4c11b2b5-524a-46a9-8042-0f77424ad556&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001035 10.0.0.240 - - [2026-03-26 04:12:34] "GET /project/4c11b2b5-524a-46a9-8042-0f77424ad556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1362 0.051559 10.0.0.65 - - [2026-03-26 04:12:34] "GET /projects?obj_uuids=4c11b2b5-524a-46a9-8042-0f77424ad556&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.240 - - [2026-03-26 04:12:34] "GET /project/4c11b2b5-524a-46a9-8042-0f77424ad556?fields=virtual_networks HTTP/1.1" 200 1031 0.047991 10.0.0.65 - - [2026-03-26 04:12:34] "GET /projects?obj_uuids=4c11b2b5-524a-46a9-8042-0f77424ad556&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001087 10.0.0.240 - - [2026-03-26 04:12:34] "GET /project/4c11b2b5-524a-46a9-8042-0f77424ad556?fields=virtual_machine_interfaces HTTP/1.1" 200 1031 0.051106 10.0.0.65 - - [2026-03-26 04:12:34] "GET /projects?obj_uuids=4c11b2b5-524a-46a9-8042-0f77424ad556&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001289 10.0.0.240 - - [2026-03-26 04:12:34] "GET /project/4c11b2b5-524a-46a9-8042-0f77424ad556?fields=security_groups HTTP/1.1" 200 1257 0.049583 10.0.0.240 - - [2026-03-26 04:12:35] "POST /fqname-to-id HTTP/1.1" 404 196 0.030836 10.0.0.65 - - [2026-03-26 04:12:35] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003614 10.0.0.65 - - [2026-03-26 04:12:35] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001153 10.0.0.65 - - [2026-03-26 04:12:35] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008070 10.0.0.65 - - [2026-03-26 04:12:35] "POST /id-to-fqname HTTP/1.1" 200 198 0.002798 10.0.0.65 - - [2026-03-26 04:12:35] "POST /fqname-to-id HTTP/1.1" 404 207 0.017239 10.0.0.65 - - [2026-03-26 04:12:36] "POST /security-groups HTTP/1.1" 200 599 0.078630 10.0.0.22 - - [2026-03-26 04:12:36] "POST /fqname-to-id HTTP/1.1" 404 242 0.005408 10.0.0.65 - - [2026-03-26 04:12:36] "POST /projects HTTP/1.1" 200 601 0.331455 10.0.0.65 - - [2026-03-26 04:12:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.379966 10.0.0.240 - - [2026-03-26 04:12:36] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.577614 10.0.0.22 - - [2026-03-26 04:12:36] "POST /access-control-lists HTTP/1.1" 200 602 0.076782 10.0.0.240 - - [2026-03-26 04:12:37] "GET / HTTP/1.1" 200 35931 0.001938 10.0.0.240 - - [2026-03-26 04:12:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000442 10.0.0.240 - - [2026-03-26 04:12:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.070566 10.0.0.65 - - [2026-03-26 04:12:38] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000888 10.0.0.240 - - [2026-03-26 04:12:38] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.040585 10.0.0.240 - - [2026-03-26 04:12:38] "POST /neutron/network HTTP/1.1" 200 117 0.072342 10.0.0.65 - - [2026-03-26 04:12:39] "POST /useragent-kv HTTP/1.1" 200 115 0.006055 10.0.0.240 - - [2026-03-26 04:12:39] "POST /neutron/subnet HTTP/1.1" 200 725 0.264997 10.0.0.240 - - [2026-03-26 04:12:39] "POST /id-to-fqname HTTP/1.1" 200 222 0.001468 10.0.0.240 - - [2026-03-26 04:12:39] "GET /virtual-network/2a3c2630-dfc4-4e93-9307-8b791f322e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005826 10.0.0.240 - - [2026-03-26 04:12:39] "GET /virtual-network/2a3c2630-dfc4-4e93-9307-8b791f322e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006723 10.0.0.240 - - [2026-03-26 04:12:39] "POST /neutron/network HTTP/1.1" 200 975 0.010683 10.0.0.240 - - [2026-03-26 04:12:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.65 - - [2026-03-26 04:12:39] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000996 10.0.0.240 - - [2026-03-26 04:12:39] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.046049 10.0.0.240 - - [2026-03-26 04:12:39] "POST /neutron/network HTTP/1.1" 200 117 0.030261 10.0.0.22 - - [2026-03-26 04:12:40] "POST /route-targets HTTP/1.1" 200 327 0.016286 10.0.0.22 - - [2026-03-26 04:12:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.055966 10.0.0.65 - - [2026-03-26 04:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.008427 10.0.0.240 - - [2026-03-26 04:12:40] "POST /neutron/subnet HTTP/1.1" 200 720 0.259651 10.0.0.240 - - [2026-03-26 04:12:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001782 10.0.0.240 - - [2026-03-26 04:12:40] "GET /virtual-network/0704e667-46e0-4e1e-8ae0-1de3412d7c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.005740 10.0.0.240 - - [2026-03-26 04:12:40] "GET /virtual-network/0704e667-46e0-4e1e-8ae0-1de3412d7c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006883 10.0.0.240 - - [2026-03-26 04:12:40] "POST /neutron/network HTTP/1.1" 200 974 0.012025 10.0.0.240 - - [2026-03-26 04:12:40] "POST /id-to-fqname HTTP/1.1" 200 222 0.001684 10.0.0.240 - - [2026-03-26 04:12:40] "POST /neutron/port HTTP/1.1" 200 4196 0.043696 10.0.0.65 - - [2026-03-26 04:12:41] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001108 10.0.0.240 - - [2026-03-26 04:12:41] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074850 10.0.0.240 - - [2026-03-26 04:12:42] "POST /neutron/port HTTP/1.1" 200 4196 0.043468 10.0.0.240 - - [2026-03-26 04:12:42] "POST /id-to-fqname HTTP/1.1" 200 222 0.001256 10.0.0.240 - - [2026-03-26 04:12:42] "POST /neutron/network HTTP/1.1" 200 984 0.008162 10.0.0.240 - - [2026-03-26 04:12:43] "POST /neutron/port HTTP/1.1" 200 1153 0.023016 10.0.0.65 - - [2026-03-26 04:12:43] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001165 10.0.0.240 - - [2026-03-26 04:12:43] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.072073 10.0.0.240 - - [2026-03-26 04:12:43] "POST /neutron/port HTTP/1.1" 200 1217 0.043590 10.0.0.240 - - [2026-03-26 04:12:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004411 10.0.0.240 - - [2026-03-26 04:12:43] "POST /neutron/port HTTP/1.1" 200 117 0.001146 10.0.0.240 - - [2026-03-26 04:12:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008364 10.0.0.240 - - [2026-03-26 04:12:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007840 10.0.0.240 - - [2026-03-26 04:12:44] "POST /neutron/port HTTP/1.1" 200 1152 0.023112 10.0.0.240 - - [2026-03-26 04:12:44] "POST /neutron/port HTTP/1.1" 200 1216 0.020952 10.0.0.240 - - [2026-03-26 04:12:44] "POST /neutron/subnet HTTP/1.1" 200 1268 0.013314 10.0.0.240 - - [2026-03-26 04:12:44] "POST /neutron/network HTTP/1.1" 200 974 0.009693 10.0.0.240 - - [2026-03-26 04:12:49] "POST /neutron/port HTTP/1.1" 200 1217 0.019655 10.0.0.240 - - [2026-03-26 04:12:49] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008480 10.0.0.240 - - [2026-03-26 04:12:49] "GET /virtual-machine/911e32a8-412a-43aa-b12c-269e4ca04f5a HTTP/1.1" 401 293 0.000420 10.0.0.240 - - [2026-03-26 04:12:49] "GET /virtual-machine/911e32a8-412a-43aa-b12c-269e4ca04f5a HTTP/1.1" 200 1301 0.040993 10.0.0.240 - - [2026-03-26 04:12:49] "GET /virtual-machine-interface/7d032fa0-370d-4db0-84d0-211908f01b91 HTTP/1.1" 200 3156 0.005385 10.0.0.240 - - [2026-03-26 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.006692 10.0.0.240 - - [2026-03-26 04:12:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006449 10.0.0.240 - - [2026-03-26 04:12:49] "GET /virtual-networks?parent_id=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003480 10.0.0.240 - - [2026-03-26 04:12:49] "GET /virtual-network/2a3c2630-dfc4-4e93-9307-8b791f322e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007161 10.0.0.240 - - [2026-03-26 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003731 10.0.0.240 - - [2026-03-26 04:12:52] "GET /virtual-network/2a3c2630-dfc4-4e93-9307-8b791f322e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007056 10.0.0.240 - - [2026-03-26 04:12:54] "POST /neutron/port HTTP/1.1" 200 1216 0.024566 10.0.0.240 - - [2026-03-26 04:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.240 - - [2026-03-26 04:12:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004713 10.0.0.240 - - [2026-03-26 04:12:54] "GET /virtual-networks?parent_id=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004234 10.0.0.240 - - [2026-03-26 04:12:54] "GET /virtual-network/2a3c2630-dfc4-4e93-9307-8b791f322e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006707 10.0.0.240 - - [2026-03-26 04:12:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010464 10.0.0.240 - - [2026-03-26 04:12:55] "POST /neutron/port HTTP/1.1" 200 1216 0.020396 10.0.0.240 - - [2026-03-26 04:12:55] "GET /virtual-machine/f106c730-a069-4ac8-8886-8667815d441d HTTP/1.1" 200 1300 0.008199 10.0.0.240 - - [2026-03-26 04:12:55] "GET /virtual-machine-interface/a56fdc60-dd51-44a2-b5ac-bd5033b94cdb HTTP/1.1" 200 3158 0.006605 10.0.0.240 - - [2026-03-26 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.240 - - [2026-03-26 04:12:55] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007688 10.0.0.240 - - [2026-03-26 04:12:55] "GET /virtual-networks?parent_id=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004050 10.0.0.240 - - [2026-03-26 04:12:55] "GET /virtual-network/0704e667-46e0-4e1e-8ae0-1de3412d7c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.006276 10.0.0.240 - - [2026-03-26 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.240 - - [2026-03-26 04:12:56] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003747 10.0.0.240 - - [2026-03-26 04:12:56] "GET /virtual-networks?parent_id=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003412 10.0.0.240 - - [2026-03-26 04:12:56] "GET /virtual-network/0704e667-46e0-4e1e-8ae0-1de3412d7c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.010031 10.0.0.240 - - [2026-03-26 04:12:56] "POST /fqname-to-id HTTP/1.1" 404 209 0.003453 10.0.0.240 - - [2026-03-26 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.65 - - [2026-03-26 04:12:56] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.240 - - [2026-03-26 04:12:56] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.052510 10.0.0.240 - - [2026-03-26 04:12:57] "POST /network-policys HTTP/1.1" 200 533 0.032803 10.0.0.240 - - [2026-03-26 04:12:57] "GET /network-policy/9f28b380-deaf-4296-b773-9a5080602d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.007024 10.0.0.240 - - [2026-03-26 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.240 - - [2026-03-26 04:12:57] "GET /virtual-network/2a3c2630-dfc4-4e93-9307-8b791f322e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006133 10.0.0.240 - - [2026-03-26 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003493 10.0.0.240 - - [2026-03-26 04:12:57] "GET /network-policy/9f28b380-deaf-4296-b773-9a5080602d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.005088 10.0.0.240 - - [2026-03-26 04:12:57] "POST /ref-update HTTP/1.1" 200 156 0.059208 10.0.0.240 - - [2026-03-26 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.22 - - [2026-03-26 04:12:57] "POST /access-control-lists HTTP/1.1" 200 578 0.089619 10.0.0.240 - - [2026-03-26 04:12:57] "GET /network-policy/9f28b380-deaf-4296-b773-9a5080602d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.006775 10.0.0.240 - - [2026-03-26 04:12:57] "GET /virtual-network/2a3c2630-dfc4-4e93-9307-8b791f322e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.007729 10.0.0.240 - - [2026-03-26 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.240 - - [2026-03-26 04:12:57] "GET /network-policy/9f28b380-deaf-4296-b773-9a5080602d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004424 10.0.0.240 - - [2026-03-26 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004208 10.0.0.240 - - [2026-03-26 04:12:57] "GET /virtual-network/0704e667-46e0-4e1e-8ae0-1de3412d7c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.007030 10.0.0.240 - - [2026-03-26 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003791 10.0.0.240 - - [2026-03-26 04:12:57] "GET /network-policy/9f28b380-deaf-4296-b773-9a5080602d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004559 10.0.0.22 - - [2026-03-26 04:12:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.007666 10.0.0.240 - - [2026-03-26 04:12:57] "POST /ref-update HTTP/1.1" 200 156 0.057456 10.0.0.240 - - [2026-03-26 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005939 10.0.0.22 - - [2026-03-26 04:12:57] "POST /access-control-lists HTTP/1.1" 200 578 0.043123 10.0.0.240 - - [2026-03-26 04:12:57] "GET /network-policy/9f28b380-deaf-4296-b773-9a5080602d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004900 10.0.0.240 - - [2026-03-26 04:12:57] "POST /neutron/network HTTP/1.1" 200 1060 0.031923 10.0.0.240 - - [2026-03-26 04:12:57] "GET /virtual-network/0704e667-46e0-4e1e-8ae0-1de3412d7c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2862 0.016499 10.0.0.240 - - [2026-03-26 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.009727 10.0.0.240 - - [2026-03-26 04:12:57] "GET /network-policy/9f28b380-deaf-4296-b773-9a5080602d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004311 10.0.0.240 - - [2026-03-26 04:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.65 - - [2026-03-26 04:12:57] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001127 10.0.0.240 - - [2026-03-26 04:12:58] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.047764 10.0.0.22 - - [2026-03-26 04:12:58] "POST /ref-update HTTP/1.1" 200 156 0.029707 10.0.0.65 - - [2026-03-26 04:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009502 10.0.0.240 - - [2026-03-26 04:12:58] "POST /neutron/subnet HTTP/1.1" 200 701 0.273782 10.0.0.240 - - [2026-03-26 04:12:58] "POST /id-to-fqname HTTP/1.1" 200 214 0.001353 10.0.0.240 - - [2026-03-26 04:12:58] "GET /virtual-network/e7b2c87c-63c1-4a26-a633-8893c41edf95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006403 10.0.0.240 - - [2026-03-26 04:12:58] "GET /virtual-network/e7b2c87c-63c1-4a26-a633-8893c41edf95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006264 10.0.0.240 - - [2026-03-26 04:12:58] "POST /neutron/network HTTP/1.1" 200 799 0.007791 10.0.0.240 - - [2026-03-26 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.65 - - [2026-03-26 04:12:58] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000868 10.0.0.240 - - [2026-03-26 04:12:58] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.053586 10.0.0.65 - - [2026-03-26 04:12:58] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000918 10.0.0.240 - - [2026-03-26 04:12:59] "POST /neutron/network HTTP/1.1" 200 585 0.186052 10.0.0.240 - - [2026-03-26 04:12:59] "POST /id-to-fqname HTTP/1.1" 200 214 0.003603 10.0.0.240 - - [2026-03-26 04:12:59] "GET /virtual-network/90d89d0f-d726-4534-8243-4da53ac4455c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007071 10.0.0.240 - - [2026-03-26 04:12:59] "POST /neutron/network HTTP/1.1" 200 799 0.008760 10.0.0.240 - - [2026-03-26 04:12:59] "GET /virtual-network/90d89d0f-d726-4534-8243-4da53ac4455c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.005641 10.0.0.240 - - [2026-03-26 04:12:59] "POST /fqname-to-id HTTP/1.1" 404 239 0.003739 10.0.0.240 - - [2026-03-26 04:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003351 10.0.0.65 - - [2026-03-26 04:12:59] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.240 - - [2026-03-26 04:12:59] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.050899 10.0.0.240 - - [2026-03-26 04:12:59] "POST /network-policys HTTP/1.1" 200 587 0.031542 10.0.0.240 - - [2026-03-26 04:12:59] "GET /network-policy/8864e171-8223-4510-afe4-43eb371653be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006689 10.0.0.240 - - [2026-03-26 04:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.240 - - [2026-03-26 04:12:59] "GET /virtual-network/e7b2c87c-63c1-4a26-a633-8893c41edf95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005656 10.0.0.240 - - [2026-03-26 04:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.240 - - [2026-03-26 04:12:59] "GET /network-policy/8864e171-8223-4510-afe4-43eb371653be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005182 10.0.0.22 - - [2026-03-26 04:12:59] "POST /fqname-to-id HTTP/1.1" 404 210 0.006325 10.0.0.240 - - [2026-03-26 04:12:59] "POST /ref-update HTTP/1.1" 200 156 0.062183 10.0.0.240 - - [2026-03-26 04:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004386 10.0.0.240 - - [2026-03-26 04:12:59] "GET /network-policy/8864e171-8223-4510-afe4-43eb371653be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004307 10.0.0.240 - - [2026-03-26 04:12:59] "POST /neutron/network HTTP/1.1" 200 912 0.010949 10.0.0.240 - - [2026-03-26 04:12:59] "GET /virtual-network/e7b2c87c-63c1-4a26-a633-8893c41edf95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.005377 10.0.0.240 - - [2026-03-26 04:12:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.240 - - [2026-03-26 04:13:00] "GET /network-policy/8864e171-8223-4510-afe4-43eb371653be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004675 10.0.0.240 - - [2026-03-26 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003972 10.0.0.240 - - [2026-03-26 04:13:00] "GET /virtual-network/90d89d0f-d726-4534-8243-4da53ac4455c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.007668 10.0.0.240 - - [2026-03-26 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.240 - - [2026-03-26 04:13:00] "GET /network-policy/8864e171-8223-4510-afe4-43eb371653be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005519 10.0.0.240 - - [2026-03-26 04:13:00] "POST /ref-update HTTP/1.1" 200 156 0.070524 10.0.0.22 - - [2026-03-26 04:13:00] "POST /access-control-lists HTTP/1.1" 200 554 0.065648 10.0.0.240 - - [2026-03-26 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.011396 10.0.0.240 - - [2026-03-26 04:13:00] "GET /network-policy/8864e171-8223-4510-afe4-43eb371653be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.011722 10.0.0.240 - - [2026-03-26 04:13:00] "GET /virtual-network/90d89d0f-d726-4534-8243-4da53ac4455c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.012503 10.0.0.240 - - [2026-03-26 04:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.240 - - [2026-03-26 04:13:00] "GET /network-policy/8864e171-8223-4510-afe4-43eb371653be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004547 10.0.0.240 - - [2026-03-26 04:13:00] "POST /id-to-fqname HTTP/1.1" 200 214 0.001520 10.0.0.240 - - [2026-03-26 04:13:00] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008562 10.0.0.65 - - [2026-03-26 04:13:01] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001239 10.0.0.240 - - [2026-03-26 04:13:01] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.085088 10.0.0.240 - - [2026-03-26 04:13:01] "POST /neutron/port HTTP/1.1" 200 6321 0.049443 10.0.0.240 - - [2026-03-26 04:13:01] "POST /id-to-fqname HTTP/1.1" 200 214 0.001256 10.0.0.240 - - [2026-03-26 04:13:02] "POST /neutron/port HTTP/1.1" 200 6321 0.049001 10.0.0.240 - - [2026-03-26 04:13:02] "POST /neutron/network HTTP/1.1" 200 922 0.007061 10.0.0.240 - - [2026-03-26 04:13:02] "POST /neutron/port HTTP/1.1" 200 1063 0.024910 10.0.0.240 - - [2026-03-26 04:13:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005621 10.0.0.240 - - [2026-03-26 04:13:03] "POST /neutron/network HTTP/1.1" 200 912 0.008394 10.0.0.65 - - [2026-03-26 04:13:03] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.240 - - [2026-03-26 04:13:03] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.079958 10.0.0.240 - - [2026-03-26 04:13:03] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008335 10.0.0.240 - - [2026-03-26 04:13:03] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003487 10.0.0.240 - - [2026-03-26 04:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003285 10.0.0.240 - - [2026-03-26 04:13:03] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004793 10.0.0.65 - - [2026-03-26 04:13:04] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.22 - - [2026-03-26 04:13:04] "PUT /access-control-list/d1ab9b25-950a-4ee3-ab3d-87c6df693802 HTTP/1.1" 200 272 0.024318 10.0.0.240 - - [2026-03-26 04:13:04] "POST /neutron/port HTTP/1.1" 200 1063 0.341052 10.0.0.240 - - [2026-03-26 04:13:04] "POST /neutron/port HTTP/1.1" 200 1117 0.122490 10.0.0.240 - - [2026-03-26 04:13:04] "POST /neutron/subnet HTTP/1.1" 200 675 0.010593 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004320 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004496 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004428 10.0.0.240 - - [2026-03-26 04:13:05] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.030982 10.0.0.240 - - [2026-03-26 04:13:05] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.049441 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009207 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009264 10.0.0.240 - - [2026-03-26 04:13:05] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.047457 10.0.0.240 - - [2026-03-26 04:13:05] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.057386 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.015258 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005375 10.0.0.240 - - [2026-03-26 04:13:05] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.041288 10.0.0.240 - - [2026-03-26 04:13:05] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.060392 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.011254 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005720 10.0.0.240 - - [2026-03-26 04:13:05] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.024204 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.005159 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005044 10.0.0.240 - - [2026-03-26 04:13:05] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004887 10.0.0.240 - - [2026-03-26 04:13:05] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.032026 10.0.0.240 - - [2026-03-26 04:13:06] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.031698 10.0.0.240 - - [2026-03-26 04:13:06] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008934 10.0.0.240 - - [2026-03-26 04:13:06] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006583 10.0.0.240 - - [2026-03-26 04:13:06] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.037500 10.0.0.240 - - [2026-03-26 04:13:06] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.035050 10.0.0.240 - - [2026-03-26 04:13:06] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011626 10.0.0.240 - - [2026-03-26 04:13:06] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009094 10.0.0.240 - - [2026-03-26 04:13:06] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.034231 10.0.0.240 - - [2026-03-26 04:13:06] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.036400 10.0.0.240 - - [2026-03-26 04:13:06] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006911 10.0.0.240 - - [2026-03-26 04:13:06] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009726 10.0.0.240 - - [2026-03-26 04:13:06] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.025383 10.0.0.240 - - [2026-03-26 04:13:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004035 10.0.0.240 - - [2026-03-26 04:13:06] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006202 10.0.0.240 - - [2026-03-26 04:13:06] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004670 10.0.0.240 - - [2026-03-26 04:13:06] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.030389 10.0.0.240 - - [2026-03-26 04:13:06] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.052994 10.0.0.240 - - [2026-03-26 04:13:06] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.013375 10.0.0.240 - - [2026-03-26 04:13:06] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.010715 10.0.0.240 - - [2026-03-26 04:13:06] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.047034 10.0.0.240 - - [2026-03-26 04:13:06] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.040177 10.0.0.240 - - [2026-03-26 04:13:07] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007236 10.0.0.240 - - [2026-03-26 04:13:07] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006627 10.0.0.240 - - [2026-03-26 04:13:07] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.033482 10.0.0.240 - - [2026-03-26 04:13:07] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.034399 10.0.0.240 - - [2026-03-26 04:13:07] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005135 10.0.0.240 - - [2026-03-26 04:13:07] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006587 10.0.0.240 - - [2026-03-26 04:13:07] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.018240 10.0.0.240 - - [2026-03-26 04:13:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003371 10.0.0.240 - - [2026-03-26 04:13:07] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005118 10.0.0.240 - - [2026-03-26 04:13:07] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005065 10.0.0.240 - - [2026-03-26 04:13:07] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.027813 10.0.0.240 - - [2026-03-26 04:13:07] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.041659 10.0.0.240 - - [2026-03-26 04:13:07] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008619 10.0.0.240 - - [2026-03-26 04:13:07] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.011205 10.0.0.240 - - [2026-03-26 04:13:07] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.032547 10.0.0.240 - - [2026-03-26 04:13:07] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.039398 10.0.0.240 - - [2026-03-26 04:13:07] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.024275 10.0.0.240 - - [2026-03-26 04:13:07] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2965 0.005264 10.0.0.240 - - [2026-03-26 04:13:07] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.044997 10.0.0.240 - - [2026-03-26 04:13:07] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.048772 10.0.0.240 - - [2026-03-26 04:13:10] "POST /neutron/port HTTP/1.1" 200 1109 0.019925 10.0.0.240 - - [2026-03-26 04:13:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004238 10.0.0.240 - - [2026-03-26 04:13:10] "POST /neutron/network HTTP/1.1" 200 929 0.010406 10.0.0.240 - - [2026-03-26 04:13:13] "POST /neutron/port HTTP/1.1" 200 1127 0.044768 10.0.0.240 - - [2026-03-26 04:13:17] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004232 10.0.0.240 - - [2026-03-26 04:13:17] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006512 10.0.0.240 - - [2026-03-26 04:13:17] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005620 10.0.0.240 - - [2026-03-26 04:13:18] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.034108 10.0.0.240 - - [2026-03-26 04:13:18] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.050229 10.0.0.240 - - [2026-03-26 04:13:18] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.015370 10.0.0.240 - - [2026-03-26 04:13:18] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.009222 10.0.0.240 - - [2026-03-26 04:13:18] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.036120 10.0.0.240 - - [2026-03-26 04:13:18] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.036099 10.0.0.240 - - [2026-03-26 04:13:18] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004599 10.0.0.240 - - [2026-03-26 04:13:18] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006207 10.0.0.240 - - [2026-03-26 04:13:18] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.030858 10.0.0.240 - - [2026-03-26 04:13:18] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.057545 10.0.0.240 - - [2026-03-26 04:13:18] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005258 10.0.0.240 - - [2026-03-26 04:13:18] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009419 10.0.0.240 - - [2026-03-26 04:13:18] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.022078 10.0.0.240 - - [2026-03-26 04:13:18] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.006069 10.0.0.240 - - [2026-03-26 04:13:18] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004611 10.0.0.240 - - [2026-03-26 04:13:18] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004398 10.0.0.240 - - [2026-03-26 04:13:18] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.030912 10.0.0.240 - - [2026-03-26 04:13:18] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.060488 10.0.0.240 - - [2026-03-26 04:13:18] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012148 10.0.0.240 - - [2026-03-26 04:13:18] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005909 10.0.0.240 - - [2026-03-26 04:13:18] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.042446 10.0.0.240 - - [2026-03-26 04:13:19] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.053981 10.0.0.240 - - [2026-03-26 04:13:19] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006071 10.0.0.240 - - [2026-03-26 04:13:19] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004778 10.0.0.240 - - [2026-03-26 04:13:19] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.060362 10.0.0.240 - - [2026-03-26 04:13:19] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.073032 10.0.0.240 - - [2026-03-26 04:13:19] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004945 10.0.0.240 - - [2026-03-26 04:13:19] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009046 10.0.0.240 - - [2026-03-26 04:13:19] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.033738 10.0.0.240 - - [2026-03-26 04:13:19] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004660 10.0.0.240 - - [2026-03-26 04:13:19] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005981 10.0.0.240 - - [2026-03-26 04:13:19] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006298 10.0.0.240 - - [2026-03-26 04:13:19] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.032213 10.0.0.240 - - [2026-03-26 04:13:19] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.064093 10.0.0.240 - - [2026-03-26 04:13:19] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012663 10.0.0.240 - - [2026-03-26 04:13:19] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.013139 10.0.0.240 - - [2026-03-26 04:13:19] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.044063 10.0.0.240 - - [2026-03-26 04:13:19] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.050301 10.0.0.240 - - [2026-03-26 04:13:19] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005867 10.0.0.240 - - [2026-03-26 04:13:19] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008355 10.0.0.240 - - [2026-03-26 04:13:20] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.052609 10.0.0.240 - - [2026-03-26 04:13:20] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.044893 10.0.0.240 - - [2026-03-26 04:13:20] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008544 10.0.0.240 - - [2026-03-26 04:13:20] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011410 10.0.0.240 - - [2026-03-26 04:13:20] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.023529 10.0.0.240 - - [2026-03-26 04:13:20] "POST /ref-update HTTP/1.1" 200 156 0.059123 10.0.0.240 - - [2026-03-26 04:13:20] "GET /virtual-network/90d89d0f-d726-4534-8243-4da53ac4455c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1999 0.024015 10.0.0.240 - - [2026-03-26 04:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.240 - - [2026-03-26 04:13:20] "GET /network-policy/8864e171-8223-4510-afe4-43eb371653be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005677 10.0.0.240 - - [2026-03-26 04:13:20] "POST /ref-update HTTP/1.1" 200 156 0.085407 10.0.0.22 - - [2026-03-26 04:13:20] "DELETE /access-control-list/c7271600-4019-4700-8733-f727cd800f9a HTTP/1.1" 200 115 0.100134 10.0.0.240 - - [2026-03-26 04:13:20] "POST /neutron/network HTTP/1.1" 200 799 0.027655 10.0.0.240 - - [2026-03-26 04:13:20] "GET /virtual-network/e7b2c87c-63c1-4a26-a633-8893c41edf95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.009215 10.0.0.240 - - [2026-03-26 04:13:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.033621 10.0.0.240 - - [2026-03-26 04:13:20] "GET /network-policy/8864e171-8223-4510-afe4-43eb371653be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003765 10.0.0.240 - - [2026-03-26 04:13:20] "DELETE /network-policy/8864e171-8223-4510-afe4-43eb371653be HTTP/1.1" 200 115 0.042759 10.0.0.240 - - [2026-03-26 04:13:20] "POST /neutron/network HTTP/1.1" 400 204 0.013469 10.0.0.240 - - [2026-03-26 04:13:21] "POST /neutron/port HTTP/1.1" 200 151 0.230150 10.0.0.240 - - [2026-03-26 04:13:23] "POST /neutron/network HTTP/1.1" 200 799 0.007222 10.0.0.22 - - [2026-03-26 04:13:23] "DELETE /route-target/8e861560-0b4e-4ec1-821b-b8db2dd949fa HTTP/1.1" 200 115 0.032634 10.0.0.65 - - [2026-03-26 04:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003333 10.0.0.65 - - [2026-03-26 04:13:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002431 10.0.0.240 - - [2026-03-26 04:13:23] "POST /neutron/network HTTP/1.1" 200 151 0.132457 10.0.0.240 - - [2026-03-26 04:13:23] "POST /ref-update HTTP/1.1" 200 156 0.072686 10.0.0.22 - - [2026-03-26 04:13:23] "DELETE /access-control-list/2ce73dfd-cd27-473f-90ba-1cb66ed62f39 HTTP/1.1" 200 115 0.053005 10.0.0.240 - - [2026-03-26 04:13:23] "GET /virtual-network/0704e667-46e0-4e1e-8ae0-1de3412d7c6e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2555 0.008304 10.0.0.240 - - [2026-03-26 04:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.008659 10.0.0.240 - - [2026-03-26 04:13:23] "GET /network-policy/9f28b380-deaf-4296-b773-9a5080602d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004305 10.0.0.240 - - [2026-03-26 04:13:23] "POST /ref-update HTTP/1.1" 200 156 0.057201 10.0.0.22 - - [2026-03-26 04:13:23] "POST /ref-update HTTP/1.1" 200 156 0.040965 10.0.0.240 - - [2026-03-26 04:13:23] "GET /virtual-network/2a3c2630-dfc4-4e93-9307-8b791f322e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.022347 10.0.0.240 - - [2026-03-26 04:13:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003914 10.0.0.240 - - [2026-03-26 04:13:23] "GET /network-policy/9f28b380-deaf-4296-b773-9a5080602d0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2096 0.004913 10.0.0.240 - - [2026-03-26 04:13:23] "DELETE /network-policy/9f28b380-deaf-4296-b773-9a5080602d0a HTTP/1.1" 200 115 0.040431 10.0.0.240 - - [2026-03-26 04:13:23] "POST /neutron/network HTTP/1.1" 200 974 0.011660 10.0.0.240 - - [2026-03-26 04:13:24] "POST /neutron/port HTTP/1.1" 200 1206 0.020158 10.0.0.240 - - [2026-03-26 04:13:24] "POST /neutron/port HTTP/1.1" 200 1207 0.020950 10.0.0.65 - - [2026-03-26 04:13:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006530 10.0.0.65 - - [2026-03-26 04:13:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002748 10.0.0.65 - - [2026-03-26 04:13:26] "POST /useragent-kv HTTP/1.1" 200 115 0.002393 10.0.0.65 - - [2026-03-26 04:13:26] "POST /useragent-kv HTTP/1.1" 200 115 0.006093 10.0.0.240 - - [2026-03-26 04:13:26] "POST /neutron/network HTTP/1.1" 200 151 0.188085 10.0.0.22 - - [2026-03-26 04:13:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004388 10.0.0.22 - - [2026-03-26 04:13:26] "DELETE /route-target/76354071-4f90-4e9b-91bf-8a9db3e4b407 HTTP/1.1" 200 115 0.034433 10.0.0.65 - - [2026-03-26 04:13:27] "DELETE /project/37946a73-eff7-4938-a2a2-ed8f8dd42e27 HTTP/1.1" 404 177 0.007234 10.0.0.65 - - [2026-03-26 04:13:27] "DELETE /project/2c455207624347babf186500cc87f46d HTTP/1.1" 404 173 0.004779 10.0.0.65 - - [2026-03-26 04:13:27] "DELETE /project/4c11b2b5524a46a980420f77424ad556 HTTP/1.1" 404 173 0.006119 10.0.0.65 - - [2026-03-26 04:13:27] "GET /projects?obj_uuids=4c11b2b5-524a-46a9-8042-0f77424ad556&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000903 10.0.0.65 - - [2026-03-26 04:13:27] "GET /project/4c11b2b5-524a-46a9-8042-0f77424ad556?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.062867 10.0.0.65 - - [2026-03-26 04:13:27] "GET /projects?obj_uuids=4c11b2b5-524a-46a9-8042-0f77424ad556&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001856 10.0.0.65 - - [2026-03-26 04:13:27] "GET /project/4c11b2b5-524a-46a9-8042-0f77424ad556?fields=security_groups HTTP/1.1" 200 1362 0.059932 10.0.0.65 - - [2026-03-26 04:13:27] "DELETE /security-group/a815305f-5d9c-4092-8c6c-da1f9441de39 HTTP/1.1" 200 115 0.054895 10.0.0.65 - - [2026-03-26 04:13:27] "GET /projects?obj_uuids=4c11b2b5-524a-46a9-8042-0f77424ad556&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001137 10.0.0.65 - - [2026-03-26 04:13:27] "GET /project/4c11b2b5-524a-46a9-8042-0f77424ad556?fields=application_policy_sets HTTP/1.1" 200 1401 0.069932 10.0.0.65 - - [2026-03-26 04:13:27] "DELETE /project/4c11b2b5-524a-46a9-8042-0f77424ad556 HTTP/1.1" 200 115 0.471187 10.0.0.240 - - [2026-03-26 04:13:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.65 - - [2026-03-26 04:13:27] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001052 10.0.0.240 - - [2026-03-26 04:13:27] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.067992 10.0.0.240 - - [2026-03-26 04:13:27] "POST /neutron/network HTTP/1.1" 200 117 0.013454 10.0.0.22 - - [2026-03-26 04:13:28] "POST /route-targets HTTP/1.1" 200 327 0.022265 10.0.0.22 - - [2026-03-26 04:13:28] "POST /fqname-to-id HTTP/1.1" 404 207 0.011902 10.0.0.65 - - [2026-03-26 04:13:28] "POST /useragent-kv HTTP/1.1" 200 115 0.008531 10.0.0.240 - - [2026-03-26 04:13:28] "POST /neutron/subnet HTTP/1.1" 200 724 0.170850 10.0.0.240 - - [2026-03-26 04:13:28] "POST /id-to-fqname HTTP/1.1" 200 222 0.001595 10.0.0.240 - - [2026-03-26 04:13:28] "GET /virtual-network/ac383dc1-aa94-44ce-8678-29be1e944a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005767 10.0.0.240 - - [2026-03-26 04:13:28] "GET /virtual-network/ac383dc1-aa94-44ce-8678-29be1e944a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005551 10.0.0.240 - - [2026-03-26 04:13:28] "POST /neutron/network HTTP/1.1" 200 975 0.008978 10.0.0.240 - - [2026-03-26 04:13:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.65 - - [2026-03-26 04:13:28] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001592 10.0.0.240 - - [2026-03-26 04:13:28] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.048225 10.0.0.240 - - [2026-03-26 04:13:28] "POST /neutron/network HTTP/1.1" 200 117 0.016419 10.0.0.22 - - [2026-03-26 04:13:29] "POST /ref-update HTTP/1.1" 200 156 0.024021 10.0.0.22 - - [2026-03-26 04:13:29] "POST /fqname-to-id HTTP/1.1" 404 207 0.008953 10.0.0.65 - - [2026-03-26 04:13:29] "POST /useragent-kv HTTP/1.1" 200 115 0.008279 10.0.0.240 - - [2026-03-26 04:13:29] "POST /neutron/subnet HTTP/1.1" 200 724 0.194368 10.0.0.240 - - [2026-03-26 04:13:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001212 10.0.0.240 - - [2026-03-26 04:13:29] "GET /virtual-network/812210c5-dde6-4cf2-9796-c458bfdadd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005742 10.0.0.240 - - [2026-03-26 04:13:29] "GET /virtual-network/812210c5-dde6-4cf2-9796-c458bfdadd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005341 10.0.0.240 - - [2026-03-26 04:13:29] "POST /neutron/network HTTP/1.1" 200 975 0.009502 10.0.0.240 - - [2026-03-26 04:13:29] "POST /id-to-fqname HTTP/1.1" 200 222 0.001555 10.0.0.240 - - [2026-03-26 04:13:29] "POST /neutron/port HTTP/1.1" 200 4196 0.034694 10.0.0.65 - - [2026-03-26 04:13:30] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001261 10.0.0.240 - - [2026-03-26 04:13:30] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.074188 10.0.0.240 - - [2026-03-26 04:13:30] "POST /neutron/port HTTP/1.1" 200 4196 0.047657 10.0.0.240 - - [2026-03-26 04:13:30] "POST /id-to-fqname HTTP/1.1" 200 222 0.001945 10.0.0.240 - - [2026-03-26 04:13:31] "POST /neutron/network HTTP/1.1" 200 985 0.008461 10.0.0.240 - - [2026-03-26 04:13:31] "POST /neutron/port HTTP/1.1" 200 1153 0.026617 10.0.0.240 - - [2026-03-26 04:13:31] "POST /neutron/port HTTP/1.1" 200 1217 0.022015 10.0.0.240 - - [2026-03-26 04:13:32] "POST /neutron/subnet HTTP/1.1" 200 1272 0.016695 10.0.0.240 - - [2026-03-26 04:13:32] "POST /neutron/network HTTP/1.1" 200 975 0.010851 10.0.0.65 - - [2026-03-26 04:13:32] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001323 10.0.0.240 - - [2026-03-26 04:13:32] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.071239 10.0.0.240 - - [2026-03-26 04:13:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008119 10.0.0.240 - - [2026-03-26 04:13:32] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007580 10.0.0.240 - - [2026-03-26 04:13:33] "POST /neutron/port HTTP/1.1" 200 1153 0.026501 10.0.0.240 - - [2026-03-26 04:13:33] "POST /neutron/port HTTP/1.1" 200 1217 0.024095 10.0.0.240 - - [2026-03-26 04:13:33] "POST /neutron/subnet HTTP/1.1" 200 1272 0.014831 10.0.0.240 - - [2026-03-26 04:13:33] "POST /neutron/network HTTP/1.1" 200 975 0.010323 10.0.0.240 - - [2026-03-26 04:13:37] "POST /neutron/port HTTP/1.1" 200 1217 0.020259 10.0.0.240 - - [2026-03-26 04:13:37] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007125 10.0.0.240 - - [2026-03-26 04:13:37] "GET /virtual-machine/4f4a9fe7-c745-4e7f-8780-c956ee84de61 HTTP/1.1" 200 1299 0.006494 10.0.0.240 - - [2026-03-26 04:13:37] "GET /virtual-machine-interface/63c23de4-a909-496d-acc8-3c419fa1fb04 HTTP/1.1" 200 3157 0.009230 10.0.0.240 - - [2026-03-26 04:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005351 10.0.0.240 - - [2026-03-26 04:13:37] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004722 10.0.0.240 - - [2026-03-26 04:13:37] "GET /virtual-networks?parent_id=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.004234 10.0.0.240 - - [2026-03-26 04:13:38] "GET /virtual-network/ac383dc1-aa94-44ce-8678-29be1e944a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007283 10.0.0.240 - - [2026-03-26 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004089 10.0.0.240 - - [2026-03-26 04:13:41] "GET /virtual-network/ac383dc1-aa94-44ce-8678-29be1e944a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.013253 10.0.0.240 - - [2026-03-26 04:13:42] "POST /neutron/port HTTP/1.1" 200 1217 0.021463 10.0.0.240 - - [2026-03-26 04:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.240 - - [2026-03-26 04:13:43] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004711 10.0.0.240 - - [2026-03-26 04:13:43] "GET /virtual-networks?parent_id=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003252 10.0.0.240 - - [2026-03-26 04:13:43] "GET /virtual-network/ac383dc1-aa94-44ce-8678-29be1e944a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006426 10.0.0.240 - - [2026-03-26 04:13:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009829 10.0.0.240 - - [2026-03-26 04:13:43] "POST /neutron/port HTTP/1.1" 200 1217 0.020762 10.0.0.240 - - [2026-03-26 04:13:43] "GET /virtual-machine/1c3139c7-3538-48a7-bc95-a3709af712f7 HTTP/1.1" 200 1300 0.007482 10.0.0.240 - - [2026-03-26 04:13:43] "GET /virtual-machine-interface/0115d34e-8ddb-4445-8fea-b64640419ad4 HTTP/1.1" 200 3155 0.005790 10.0.0.240 - - [2026-03-26 04:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.240 - - [2026-03-26 04:13:43] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004459 10.0.0.240 - - [2026-03-26 04:13:43] "GET /virtual-networks?parent_id=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003846 10.0.0.240 - - [2026-03-26 04:13:43] "GET /virtual-network/812210c5-dde6-4cf2-9796-c458bfdadd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008504 10.0.0.240 - - [2026-03-26 04:13:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.240 - - [2026-03-26 04:13:44] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003965 10.0.0.240 - - [2026-03-26 04:13:44] "GET /virtual-networks?parent_id=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003383 10.0.0.240 - - [2026-03-26 04:13:45] "GET /virtual-network/812210c5-dde6-4cf2-9796-c458bfdadd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007474 10.0.0.240 - - [2026-03-26 04:13:45] "POST /fqname-to-id HTTP/1.1" 404 209 0.004378 10.0.0.240 - - [2026-03-26 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.65 - - [2026-03-26 04:13:45] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001513 10.0.0.240 - - [2026-03-26 04:13:45] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045993 10.0.0.240 - - [2026-03-26 04:13:45] "POST /network-policys HTTP/1.1" 200 533 0.040843 10.0.0.240 - - [2026-03-26 04:13:45] "GET /network-policy/17e21371-d758-4ee3-8699-357f989ad3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.007296 10.0.0.240 - - [2026-03-26 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.240 - - [2026-03-26 04:13:45] "GET /virtual-network/ac383dc1-aa94-44ce-8678-29be1e944a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.007086 10.0.0.240 - - [2026-03-26 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.240 - - [2026-03-26 04:13:45] "GET /network-policy/17e21371-d758-4ee3-8699-357f989ad3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005259 10.0.0.240 - - [2026-03-26 04:13:45] "POST /ref-update HTTP/1.1" 200 156 0.065368 10.0.0.240 - - [2026-03-26 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.240 - - [2026-03-26 04:13:45] "GET /network-policy/17e21371-d758-4ee3-8699-357f989ad3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004458 10.0.0.240 - - [2026-03-26 04:13:45] "GET /virtual-network/ac383dc1-aa94-44ce-8678-29be1e944a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.008638 10.0.0.240 - - [2026-03-26 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006900 10.0.0.240 - - [2026-03-26 04:13:45] "GET /network-policy/17e21371-d758-4ee3-8699-357f989ad3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004518 10.0.0.240 - - [2026-03-26 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.240 - - [2026-03-26 04:13:45] "GET /virtual-network/812210c5-dde6-4cf2-9796-c458bfdadd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006838 10.0.0.240 - - [2026-03-26 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003782 10.0.0.240 - - [2026-03-26 04:13:45] "GET /network-policy/17e21371-d758-4ee3-8699-357f989ad3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003982 10.0.0.240 - - [2026-03-26 04:13:45] "POST /ref-update HTTP/1.1" 200 156 0.076687 10.0.0.22 - - [2026-03-26 04:13:45] "PUT /access-control-list/e05a89fa-59f8-47ec-97f9-ef6c829b4868 HTTP/1.1" 200 272 0.027784 10.0.0.240 - - [2026-03-26 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005782 10.0.0.240 - - [2026-03-26 04:13:46] "GET /network-policy/17e21371-d758-4ee3-8699-357f989ad3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.004036 10.0.0.240 - - [2026-03-26 04:13:46] "POST /neutron/network HTTP/1.1" 200 1061 0.018423 10.0.0.22 - - [2026-03-26 04:13:46] "POST /ref-update HTTP/1.1" 200 156 0.035993 10.0.0.240 - - [2026-03-26 04:13:46] "GET /virtual-network/812210c5-dde6-4cf2-9796-c458bfdadd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.010759 10.0.0.240 - - [2026-03-26 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005311 10.0.0.240 - - [2026-03-26 04:13:46] "GET /network-policy/17e21371-d758-4ee3-8699-357f989ad3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.005408 10.0.0.240 - - [2026-03-26 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003221 10.0.0.65 - - [2026-03-26 04:13:46] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.240 - - [2026-03-26 04:13:46] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.036718 10.0.0.65 - - [2026-03-26 04:13:46] "POST /useragent-kv HTTP/1.1" 200 115 0.008300 10.0.0.240 - - [2026-03-26 04:13:46] "POST /neutron/subnet HTTP/1.1" 200 701 0.240994 10.0.0.240 - - [2026-03-26 04:13:46] "POST /id-to-fqname HTTP/1.1" 200 214 0.001411 10.0.0.240 - - [2026-03-26 04:13:46] "GET /virtual-network/fb770f22-a592-4311-ab65-3b597fcbe588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.009933 10.0.0.240 - - [2026-03-26 04:13:46] "GET /virtual-network/fb770f22-a592-4311-ab65-3b597fcbe588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005830 10.0.0.240 - - [2026-03-26 04:13:46] "POST /neutron/network HTTP/1.1" 200 799 0.009737 10.0.0.240 - - [2026-03-26 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003595 10.0.0.65 - - [2026-03-26 04:13:46] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000926 10.0.0.240 - - [2026-03-26 04:13:46] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.045572 10.0.0.65 - - [2026-03-26 04:13:47] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001056 10.0.0.240 - - [2026-03-26 04:13:47] "POST /neutron/network HTTP/1.1" 200 585 0.141548 10.0.0.22 - - [2026-03-26 04:13:47] "POST /route-targets HTTP/1.1" 200 327 0.013740 10.0.0.240 - - [2026-03-26 04:13:47] "POST /id-to-fqname HTTP/1.1" 200 214 0.003362 10.0.0.240 - - [2026-03-26 04:13:47] "GET /virtual-network/ee169060-60de-4141-adf2-93635f3dbba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006048 10.0.0.240 - - [2026-03-26 04:13:47] "POST /neutron/network HTTP/1.1" 200 799 0.008492 10.0.0.240 - - [2026-03-26 04:13:47] "GET /virtual-network/ee169060-60de-4141-adf2-93635f3dbba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.005855 10.0.0.240 - - [2026-03-26 04:13:47] "POST /fqname-to-id HTTP/1.1" 404 239 0.003496 10.0.0.240 - - [2026-03-26 04:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004430 10.0.0.65 - - [2026-03-26 04:13:47] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001033 10.0.0.240 - - [2026-03-26 04:13:47] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.049921 10.0.0.240 - - [2026-03-26 04:13:47] "POST /network-policys HTTP/1.1" 200 587 0.031949 10.0.0.240 - - [2026-03-26 04:13:47] "GET /network-policy/64b5e310-7776-4343-9bb2-e50839b50177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006298 10.0.0.240 - - [2026-03-26 04:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003719 10.0.0.240 - - [2026-03-26 04:13:47] "GET /virtual-network/fb770f22-a592-4311-ab65-3b597fcbe588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.007020 10.0.0.240 - - [2026-03-26 04:13:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003444 10.0.0.240 - - [2026-03-26 04:13:47] "GET /network-policy/64b5e310-7776-4343-9bb2-e50839b50177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005303 10.0.0.240 - - [2026-03-26 04:13:48] "POST /ref-update HTTP/1.1" 200 156 0.064299 10.0.0.22 - - [2026-03-26 04:13:48] "POST /access-control-lists HTTP/1.1" 200 554 0.051468 10.0.0.240 - - [2026-03-26 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005564 10.0.0.240 - - [2026-03-26 04:13:48] "GET /network-policy/64b5e310-7776-4343-9bb2-e50839b50177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005447 10.0.0.240 - - [2026-03-26 04:13:48] "POST /neutron/network HTTP/1.1" 200 912 0.010046 10.0.0.240 - - [2026-03-26 04:13:48] "GET /virtual-network/fb770f22-a592-4311-ab65-3b597fcbe588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2333 0.005548 10.0.0.240 - - [2026-03-26 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.240 - - [2026-03-26 04:13:48] "GET /network-policy/64b5e310-7776-4343-9bb2-e50839b50177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006847 10.0.0.240 - - [2026-03-26 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004577 10.0.0.240 - - [2026-03-26 04:13:48] "GET /virtual-network/ee169060-60de-4141-adf2-93635f3dbba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.006810 10.0.0.240 - - [2026-03-26 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.240 - - [2026-03-26 04:13:48] "GET /network-policy/64b5e310-7776-4343-9bb2-e50839b50177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.005149 10.0.0.240 - - [2026-03-26 04:13:48] "POST /ref-update HTTP/1.1" 200 156 0.058227 10.0.0.240 - - [2026-03-26 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.240 - - [2026-03-26 04:13:48] "GET /network-policy/64b5e310-7776-4343-9bb2-e50839b50177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006944 10.0.0.22 - - [2026-03-26 04:13:48] "POST /ref-update HTTP/1.1" 200 156 0.029785 10.0.0.240 - - [2026-03-26 04:13:48] "GET /virtual-network/ee169060-60de-4141-adf2-93635f3dbba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2334 0.023444 10.0.0.240 - - [2026-03-26 04:13:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004153 10.0.0.240 - - [2026-03-26 04:13:48] "GET /network-policy/64b5e310-7776-4343-9bb2-e50839b50177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.004522 10.0.0.240 - - [2026-03-26 04:13:48] "POST /id-to-fqname HTTP/1.1" 200 214 0.001308 10.0.0.240 - - [2026-03-26 04:13:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007426 10.0.0.65 - - [2026-03-26 04:13:49] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001408 10.0.0.240 - - [2026-03-26 04:13:49] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.099872 10.0.0.240 - - [2026-03-26 04:13:50] "POST /neutron/port HTTP/1.1" 200 6322 0.051255 10.0.0.240 - - [2026-03-26 04:13:50] "POST /id-to-fqname HTTP/1.1" 200 214 0.001237 10.0.0.240 - - [2026-03-26 04:13:50] "POST /neutron/port HTTP/1.1" 200 6322 0.048978 10.0.0.240 - - [2026-03-26 04:13:50] "POST /neutron/network HTTP/1.1" 200 922 0.006792 10.0.0.240 - - [2026-03-26 04:13:51] "POST /neutron/port HTTP/1.1" 200 1063 0.022639 10.0.0.240 - - [2026-03-26 04:13:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004000 10.0.0.240 - - [2026-03-26 04:13:51] "POST /neutron/network HTTP/1.1" 200 912 0.008681 10.0.0.65 - - [2026-03-26 04:13:51] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.240 - - [2026-03-26 04:13:51] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.098948 10.0.0.240 - - [2026-03-26 04:13:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008691 10.0.0.240 - - [2026-03-26 04:13:51] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003868 10.0.0.240 - - [2026-03-26 04:13:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003192 10.0.0.240 - - [2026-03-26 04:13:52] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007733 10.0.0.65 - - [2026-03-26 04:13:52] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001205 10.0.0.240 - - [2026-03-26 04:13:52] "POST /neutron/port HTTP/1.1" 200 1063 0.340337 10.0.0.240 - - [2026-03-26 04:13:52] "POST /neutron/port HTTP/1.1" 200 1117 0.130715 10.0.0.240 - - [2026-03-26 04:13:52] "POST /neutron/subnet HTTP/1.1" 200 675 0.009093 10.0.0.240 - - [2026-03-26 04:13:53] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003248 10.0.0.240 - - [2026-03-26 04:13:53] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005370 10.0.0.240 - - [2026-03-26 04:13:53] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004184 10.0.0.240 - - [2026-03-26 04:13:53] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.032840 10.0.0.240 - - [2026-03-26 04:13:53] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.042749 10.0.0.240 - - [2026-03-26 04:13:53] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005792 10.0.0.240 - - [2026-03-26 04:13:53] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007801 10.0.0.240 - - [2026-03-26 04:13:53] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.032361 10.0.0.240 - - [2026-03-26 04:13:53] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.046418 10.0.0.240 - - [2026-03-26 04:13:53] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.009462 10.0.0.240 - - [2026-03-26 04:13:53] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011877 10.0.0.240 - - [2026-03-26 04:13:53] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.030436 10.0.0.240 - - [2026-03-26 04:13:53] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.059007 10.0.0.240 - - [2026-03-26 04:13:53] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007073 10.0.0.240 - - [2026-03-26 04:13:53] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010529 10.0.0.240 - - [2026-03-26 04:13:53] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.023246 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003676 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005635 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004859 10.0.0.240 - - [2026-03-26 04:13:54] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.028260 10.0.0.240 - - [2026-03-26 04:13:54] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.062598 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007455 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006883 10.0.0.240 - - [2026-03-26 04:13:54] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.042283 10.0.0.240 - - [2026-03-26 04:13:54] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.050554 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.013495 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005773 10.0.0.240 - - [2026-03-26 04:13:54] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.039346 10.0.0.240 - - [2026-03-26 04:13:54] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.055344 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005802 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005096 10.0.0.240 - - [2026-03-26 04:13:54] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.035028 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003480 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005050 10.0.0.240 - - [2026-03-26 04:13:54] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005172 10.0.0.240 - - [2026-03-26 04:13:54] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.031881 10.0.0.240 - - [2026-03-26 04:13:54] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.050999 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.014908 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.014021 10.0.0.240 - - [2026-03-26 04:13:55] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.046714 10.0.0.240 - - [2026-03-26 04:13:55] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.049572 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.012110 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.011289 10.0.0.240 - - [2026-03-26 04:13:55] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.033467 10.0.0.240 - - [2026-03-26 04:13:55] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.036738 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.008758 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.007988 10.0.0.240 - - [2026-03-26 04:13:55] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.025729 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005687 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006347 10.0.0.240 - - [2026-03-26 04:13:55] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.021351 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005558 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005961 10.0.0.240 - - [2026-03-26 04:13:55] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.026410 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006339 10.0.0.240 - - [2026-03-26 04:13:55] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.005458 10.0.0.240 - - [2026-03-26 04:13:55] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.021918 10.0.0.240 - - [2026-03-26 04:14:00] "POST /neutron/port HTTP/1.1" 200 1127 0.022374 10.0.0.240 - - [2026-03-26 04:14:02] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009427 10.0.0.22 - - [2026-03-26 04:14:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.22 - - [2026-03-26 04:14:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.22 - - [2026-03-26 04:14:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.22 - - [2026-03-26 04:14:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000648 10.0.0.65 - - [2026-03-26 04:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.65 - - [2026-03-26 04:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.65 - - [2026-03-26 04:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000515 10.0.0.65 - - [2026-03-26 04:14:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.240 - - [2026-03-26 04:14:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000387 10.0.0.240 - - [2026-03-26 04:14:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.240 - - [2026-03-26 04:14:05] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003843 10.0.0.240 - - [2026-03-26 04:14:05] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005466 10.0.0.240 - - [2026-03-26 04:14:05] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.004485 10.0.0.240 - - [2026-03-26 04:14:05] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.028248 10.0.0.240 - - [2026-03-26 04:14:06] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.039327 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005751 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004219 10.0.0.240 - - [2026-03-26 04:14:06] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.043238 10.0.0.240 - - [2026-03-26 04:14:06] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.055392 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008591 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.010716 10.0.0.240 - - [2026-03-26 04:14:06] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.028862 10.0.0.240 - - [2026-03-26 04:14:06] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.042038 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.015754 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.005500 10.0.0.240 - - [2026-03-26 04:14:06] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.024745 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.004222 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005108 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.003971 10.0.0.240 - - [2026-03-26 04:14:06] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.031061 10.0.0.240 - - [2026-03-26 04:14:06] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.046757 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006166 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005314 10.0.0.240 - - [2026-03-26 04:14:06] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.033710 10.0.0.240 - - [2026-03-26 04:14:06] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.052676 10.0.0.240 - - [2026-03-26 04:14:06] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.010645 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008972 10.0.0.240 - - [2026-03-26 04:14:07] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.032853 10.0.0.240 - - [2026-03-26 04:14:07] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.052407 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.028185 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.007318 10.0.0.240 - - [2026-03-26 04:14:07] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.019266 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 897 0.003569 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005219 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004617 10.0.0.240 - - [2026-03-26 04:14:07] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.034571 10.0.0.240 - - [2026-03-26 04:14:07] "PUT /bgp-router/a3fca9dd-1377-405d-aaeb-2a4b83099573 HTTP/1.1" 200 254 0.047290 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.006456 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2839 0.004708 10.0.0.240 - - [2026-03-26 04:14:07] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.048131 10.0.0.240 - - [2026-03-26 04:14:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000915 10.0.0.240 - - [2026-03-26 04:14:07] "PUT /bgp-router/ec6de616-e448-45f7-aeff-d660d0d656cd HTTP/1.1" 200 254 0.054366 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.004950 10.0.0.240 - - [2026-03-26 04:14:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000328 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.008336 10.0.0.240 - - [2026-03-26 04:14:07] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.051429 10.0.0.240 - - [2026-03-26 04:14:07] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.037161 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.005090 10.0.0.240 - - [2026-03-26 04:14:07] "GET /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2902 0.006133 10.0.0.240 - - [2026-03-26 04:14:08] "PUT /bgp-router/ccc57c7d-788d-40ac-ab1a-0aea43f5c74c HTTP/1.1" 200 254 0.038563 10.0.0.240 - - [2026-03-26 04:14:08] "POST /ref-update HTTP/1.1" 200 156 0.074394 10.0.0.22 - - [2026-03-26 04:14:08] "DELETE /access-control-list/ef0d0707-3a9b-407e-9957-22d695c0103b HTTP/1.1" 200 115 0.064548 10.0.0.240 - - [2026-03-26 04:14:08] "GET /virtual-network/ee169060-60de-4141-adf2-93635f3dbba5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.017858 10.0.0.240 - - [2026-03-26 04:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010548 10.0.0.240 - - [2026-03-26 04:14:08] "GET /network-policy/64b5e310-7776-4343-9bb2-e50839b50177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.006312 10.0.0.240 - - [2026-03-26 04:14:08] "POST /ref-update HTTP/1.1" 200 156 0.071346 10.0.0.22 - - [2026-03-26 04:14:08] "POST /ref-update HTTP/1.1" 200 156 0.034971 10.0.0.240 - - [2026-03-26 04:14:08] "GET /virtual-network/fb770f22-a592-4311-ab65-3b597fcbe588?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2000 0.021176 10.0.0.240 - - [2026-03-26 04:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004569 10.0.0.240 - - [2026-03-26 04:14:08] "GET /network-policy/64b5e310-7776-4343-9bb2-e50839b50177?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2160 0.003868 10.0.0.240 - - [2026-03-26 04:14:08] "POST /neutron/port HTTP/1.1" 200 1127 0.020263 10.0.0.240 - - [2026-03-26 04:14:08] "DELETE /network-policy/64b5e310-7776-4343-9bb2-e50839b50177 HTTP/1.1" 200 115 0.052547 10.0.0.240 - - [2026-03-26 04:14:08] "POST /neutron/port HTTP/1.1" 200 1117 0.030862 10.0.0.240 - - [2026-03-26 04:14:08] "POST /neutron/port HTTP/1.1" 200 151 0.245977 10.0.0.65 - - [2026-03-26 04:14:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003889 10.0.0.65 - - [2026-03-26 04:14:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003782 10.0.0.240 - - [2026-03-26 04:14:10] "POST /neutron/network HTTP/1.1" 200 151 0.162982 10.0.0.22 - - [2026-03-26 04:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006052 10.0.0.22 - - [2026-03-26 04:14:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.006386 10.0.0.240 - - [2026-03-26 04:14:11] "POST /ref-update HTTP/1.1" 200 156 0.078065 10.0.0.240 - - [2026-03-26 04:14:11] "POST /neutron/port HTTP/1.1" 200 1219 0.056841 10.0.0.240 - - [2026-03-26 04:14:11] "GET /virtual-network/812210c5-dde6-4cf2-9796-c458bfdadd02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.009324 10.0.0.240 - - [2026-03-26 04:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.002928 10.0.0.22 - - [2026-03-26 04:14:11] "POST /ref-update HTTP/1.1" 200 156 0.030458 10.0.0.240 - - [2026-03-26 04:14:11] "GET /network-policy/17e21371-d758-4ee3-8699-357f989ad3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.003359 10.0.0.240 - - [2026-03-26 04:14:11] "POST /neutron/network HTTP/1.1" 200 1124 0.009904 10.0.0.240 - - [2026-03-26 04:14:11] "POST /ref-update HTTP/1.1" 200 156 0.063329 10.0.0.240 - - [2026-03-26 04:14:11] "POST /neutron/network HTTP/1.1" 200 975 0.024875 10.0.0.240 - - [2026-03-26 04:14:11] "GET /virtual-network/ac383dc1-aa94-44ce-8678-29be1e944a08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.004899 10.0.0.240 - - [2026-03-26 04:14:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.005934 10.0.0.240 - - [2026-03-26 04:14:11] "POST /neutron/port HTTP/1.1" 200 117 0.001545 10.0.0.240 - - [2026-03-26 04:14:11] "GET /network-policy/17e21371-d758-4ee3-8699-357f989ad3e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2094 0.008910 10.0.0.240 - - [2026-03-26 04:14:11] "DELETE /network-policy/17e21371-d758-4ee3-8699-357f989ad3e8 HTTP/1.1" 200 115 0.057748 10.0.0.240 - - [2026-03-26 04:14:11] "POST /neutron/network HTTP/1.1" 400 204 0.019891 10.0.0.240 - - [2026-03-26 04:14:12] "POST /neutron/port HTTP/1.1" 200 1207 0.027724 10.0.0.240 - - [2026-03-26 04:14:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006768 10.0.0.240 - - [2026-03-26 04:14:12] "POST /neutron/subnet HTTP/1.1" 200 1389 0.049261 10.0.0.240 - - [2026-03-26 04:14:12] "POST /neutron/network HTTP/1.1" 200 1114 0.013821 10.0.0.240 - - [2026-03-26 04:14:12] "POST /neutron/port HTTP/1.1" 200 151 0.379728 10.0.0.22 - - [2026-03-26 04:14:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004225 10.0.0.240 - - [2026-03-26 04:14:14] "POST /neutron/network HTTP/1.1" 200 975 0.019871 10.0.0.22 - - [2026-03-26 04:14:14] "DELETE /route-target/f210b470-d3a3-479d-9ca3-6a8e8bd98315 HTTP/1.1" 200 115 0.018276 10.0.0.65 - - [2026-03-26 04:14:15] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001101 10.0.0.240 - - [2026-03-26 04:14:15] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.039945 10.0.0.65 - - [2026-03-26 04:14:15] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001140 10.0.0.240 - - [2026-03-26 04:14:15] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?fields=virtual_networks HTTP/1.1" 200 1048 0.043251 10.0.0.65 - - [2026-03-26 04:14:15] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001057 10.0.0.240 - - [2026-03-26 04:14:15] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.052067 10.0.0.65 - - [2026-03-26 04:14:15] "GET /projects?obj_uuids=2c455207-6243-47ba-bf18-6500cc87f46d&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002074 10.0.0.240 - - [2026-03-26 04:14:15] "GET /project/2c455207-6243-47ba-bf18-6500cc87f46d?fields=security_groups HTTP/1.1" 200 1282 0.057244 10.0.0.240 - - [2026-03-26 04:14:16] "POST /fqname-to-id HTTP/1.1" 404 183 0.028329 10.0.0.65 - - [2026-03-26 04:14:16] "GET /projects?obj_uuids=350a8124-3adc-4185-99e5-22149acca41c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003698 10.0.0.65 - - [2026-03-26 04:14:16] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001043 10.0.0.65 - - [2026-03-26 04:14:16] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007858 10.0.0.65 - - [2026-03-26 04:14:17] "POST /id-to-fqname HTTP/1.1" 200 185 0.002405 10.0.0.65 - - [2026-03-26 04:14:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.010526 10.0.0.65 - - [2026-03-26 04:14:17] "POST /security-groups HTTP/1.1" 200 586 0.085856 10.0.0.65 - - [2026-03-26 04:14:17] "POST /projects HTTP/1.1" 200 575 0.296038 10.0.0.65 - - [2026-03-26 04:14:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.332645 10.0.0.22 - - [2026-03-26 04:14:17] "POST /fqname-to-id HTTP/1.1" 404 228 0.010043 10.0.0.240 - - [2026-03-26 04:14:17] "GET /project/350a8124-3adc-4185-99e5-22149acca41c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.491155 10.0.0.240 - - [2026-03-26 04:14:18] "GET / HTTP/1.1" 200 35931 0.001904 10.0.0.240 - - [2026-03-26 04:14:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000471 10.0.0.240 - - [2026-03-26 04:14:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.035218 10.0.0.240 - - [2026-03-26 04:14:21] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003979 10.0.0.240 - - [2026-03-26 04:14:21] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003657 10.0.0.240 - - [2026-03-26 04:14:21] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.003976 10.0.0.240 - - [2026-03-26 04:14:21] "PUT /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86 HTTP/1.1" 200 264 0.018757 10.0.0.240 - - [2026-03-26 04:14:23] "POST /fqname-to-id HTTP/1.1" 404 183 0.029826 10.0.0.65 - - [2026-03-26 04:14:23] "GET /projects?obj_uuids=2d8ced83-c5fa-458c-901a-750efbbcecc3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003128 10.0.0.65 - - [2026-03-26 04:14:23] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001071 10.0.0.65 - - [2026-03-26 04:14:23] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.007525 10.0.0.65 - - [2026-03-26 04:14:23] "POST /id-to-fqname HTTP/1.1" 200 185 0.005611 10.0.0.65 - - [2026-03-26 04:14:23] "POST /fqname-to-id HTTP/1.1" 404 194 0.008060 10.0.0.65 - - [2026-03-26 04:14:24] "POST /security-groups HTTP/1.1" 200 586 0.035841 10.0.0.65 - - [2026-03-26 04:14:24] "POST /projects HTTP/1.1" 200 575 0.273422 10.0.0.65 - - [2026-03-26 04:14:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.316247 10.0.0.22 - - [2026-03-26 04:14:24] "POST /access-control-lists HTTP/1.1" 200 591 0.044366 10.0.0.240 - - [2026-03-26 04:14:24] "GET /project/2d8ced83-c5fa-458c-901a-750efbbcecc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.498970 10.0.0.240 - - [2026-03-26 04:14:24] "POST /fqname-to-id HTTP/1.1" 404 183 0.031466 10.0.0.65 - - [2026-03-26 04:14:24] "GET /projects?obj_uuids=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003128 10.0.0.65 - - [2026-03-26 04:14:24] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001725 10.0.0.65 - - [2026-03-26 04:14:24] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008129 10.0.0.65 - - [2026-03-26 04:14:24] "POST /id-to-fqname HTTP/1.1" 200 185 0.006948 10.0.0.65 - - [2026-03-26 04:14:24] "POST /fqname-to-id HTTP/1.1" 404 194 0.006791 10.0.0.65 - - [2026-03-26 04:14:25] "POST /security-groups HTTP/1.1" 200 586 0.095227 10.0.0.22 - - [2026-03-26 04:14:25] "POST /fqname-to-id HTTP/1.1" 404 229 0.015151 10.0.0.65 - - [2026-03-26 04:14:25] "POST /projects HTTP/1.1" 200 575 0.322476 10.0.0.65 - - [2026-03-26 04:14:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.402595 10.0.0.22 - - [2026-03-26 04:14:25] "POST /access-control-lists HTTP/1.1" 200 589 0.033683 10.0.0.240 - - [2026-03-26 04:14:25] "GET /project/aca65082-03d5-445b-88f6-d7b82460fe55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.567029 10.0.0.240 - - [2026-03-26 04:14:25] "GET / HTTP/1.1" 200 35931 0.002454 10.0.0.240 - - [2026-03-26 04:14:26] "GET / HTTP/1.1" 200 35931 0.001866 10.0.0.240 - - [2026-03-26 04:14:27] "POST /fqname-to-id HTTP/1.1" 404 183 0.003696 10.0.0.240 - - [2026-03-26 04:14:27] "POST /api-access-lists HTTP/1.1" 200 521 0.024002 10.0.0.240 - - [2026-03-26 04:14:27] "GET /api-access-list/e549d1fb-c172-4f05-81a4-f0d1ebe80a79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1265 0.018047 10.0.0.65 - - [2026-03-26 04:14:27] "DELETE /project/2c455207-6243-47ba-bf18-6500cc87f46d HTTP/1.1" 404 177 0.007906 10.0.0.65 - - [2026-03-26 04:14:27] "DELETE /project/aca6508203d5445b88f6d7b82460fe55 HTTP/1.1" 404 173 0.007624 10.0.0.65 - - [2026-03-26 04:14:27] "DELETE /project/350a81243adc418599e522149acca41c HTTP/1.1" 404 173 0.005749 10.0.0.65 - - [2026-03-26 04:14:27] "DELETE /project/2d8ced83c5fa458c901a750efbbcecc3 HTTP/1.1" 404 173 0.007604 10.0.0.240 - - [2026-03-26 04:14:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000688 10.0.0.240 - - [2026-03-26 04:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.117878 10.0.0.65 - - [2026-03-26 04:14:28] "GET /projects?obj_uuids=2d8ced83-c5fa-458c-901a-750efbbcecc3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001131 10.0.0.240 - - [2026-03-26 04:14:28] "GET /project/2d8ced83-c5fa-458c-901a-750efbbcecc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.070555 10.0.0.240 - - [2026-03-26 04:14:28] "GET /virtual-networks?parent_id=2d8ced83-c5fa-458c-901a-750efbbcecc3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.022869 10.0.0.240 - - [2026-03-26 04:14:28] "POST /virtual-networks HTTP/1.1" 200 568 0.110389 10.0.0.22 - - [2026-03-26 04:14:28] "POST /route-targets HTTP/1.1" 200 327 0.016943 10.0.0.240 - - [2026-03-26 04:14:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.034401 10.0.0.240 - - [2026-03-26 04:14:28] "GET /network-ipam/63e96dbc-cb23-40d8-83f1-cb1d68dd5fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.021711 10.0.0.65 - - [2026-03-26 04:14:29] "POST /useragent-kv HTTP/1.1" 200 115 0.011089 10.0.0.240 - - [2026-03-26 04:14:29] "POST /ref-update HTTP/1.1" 200 156 0.095609 10.0.0.240 - - [2026-03-26 04:14:29] "POST /neutron/network HTTP/1.1" 200 833 0.065005 10.0.0.240 - - [2026-03-26 04:14:29] "GET /virtual-network/d7f2fde1-de43-4d13-aaf4-800d1b686693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.022835 10.0.0.240 - - [2026-03-26 04:14:30] "GET /obj-perms HTTP/1.1" 200 4934 0.079746 10.0.0.240 - - [2026-03-26 04:14:31] "GET /virtual-network/d7f2fde1-de43-4d13-aaf4-800d1b686693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.025241 10.0.0.240 - - [2026-03-26 04:14:31] "GET /obj-perms HTTP/1.1" 200 4934 0.077864 10.0.0.240 - - [2026-03-26 04:14:32] "GET /obj-perms HTTP/1.1" 200 4934 0.023071 10.0.0.240 - - [2026-03-26 04:14:32] "POST /id-to-fqname HTTP/1.1" 401 293 0.000512 10.0.0.240 - - [2026-03-26 04:14:32] "POST /id-to-fqname HTTP/1.1" 200 230 0.057187 10.0.0.240 - - [2026-03-26 04:14:33] "POST /neutron/port HTTP/1.1" 200 4196 0.066655 10.0.0.65 - - [2026-03-26 04:14:34] "GET /projects?obj_uuids=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001005 10.0.0.240 - - [2026-03-26 04:14:34] "GET /project/aca65082-03d5-445b-88f6-d7b82460fe55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.085154 10.0.0.240 - - [2026-03-26 04:14:34] "POST /neutron/port HTTP/1.1" 200 4196 0.037756 10.0.0.240 - - [2026-03-26 04:14:34] "POST /neutron/network HTTP/1.1" 200 843 0.078890 10.0.0.240 - - [2026-03-26 04:14:35] "POST /neutron/port HTTP/1.1" 200 1056 0.025960 10.0.0.240 - - [2026-03-26 04:14:36] "POST /neutron/port HTTP/1.1" 200 1120 0.023530 10.0.0.240 - - [2026-03-26 04:14:36] "POST /neutron/port HTTP/1.1" 200 117 0.001407 10.0.0.240 - - [2026-03-26 04:14:39] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009621 10.0.0.240 - - [2026-03-26 04:14:39] "POST /neutron/port HTTP/1.1" 200 1120 0.025063 10.0.0.240 - - [2026-03-26 04:14:39] "POST /neutron/security_group HTTP/1.1" 200 2053 0.008725 10.0.0.240 - - [2026-03-26 04:14:39] "GET /virtual-machine/07be1e79-c1b5-4d8b-9643-a4b8a98c264e HTTP/1.1" 401 293 0.000624 10.0.0.240 - - [2026-03-26 04:14:40] "GET /virtual-machine/07be1e79-c1b5-4d8b-9643-a4b8a98c264e HTTP/1.1" 200 1286 0.057462 10.0.0.240 - - [2026-03-26 04:14:40] "GET /virtual-machine/07be1e79-c1b5-4d8b-9643-a4b8a98c264e HTTP/1.1" 200 1286 0.028149 10.0.0.240 - - [2026-03-26 04:14:40] "GET /virtual-machine-interface/c818e935-1d5e-4785-ba22-82338ed723cc HTTP/1.1" 200 2531 0.024628 10.0.0.240 - - [2026-03-26 04:14:40] "GET /virtual-machine/07be1e79-c1b5-4d8b-9643-a4b8a98c264e HTTP/1.1" 200 1286 0.021537 10.0.0.240 - - [2026-03-26 04:14:40] "GET /virtual-machine-interface/c818e935-1d5e-4785-ba22-82338ed723cc HTTP/1.1" 200 2531 0.024048 10.0.0.240 - - [2026-03-26 04:14:40] "GET /instance-ip/0b3bb15d-7b08-43b4-b7c7-ef4f14ab0c9f HTTP/1.1" 200 1625 0.022008 10.0.0.240 - - [2026-03-26 04:14:40] "GET /virtual-machine/07be1e79-c1b5-4d8b-9643-a4b8a98c264e HTTP/1.1" 200 1286 0.020222 10.0.0.240 - - [2026-03-26 04:14:40] "GET /virtual-machine-interface/c818e935-1d5e-4785-ba22-82338ed723cc HTTP/1.1" 200 2531 0.038911 10.0.0.240 - - [2026-03-26 04:14:40] "GET /instance-ip/0b3bb15d-7b08-43b4-b7c7-ef4f14ab0c9f HTTP/1.1" 200 1625 0.032890 10.0.0.240 - - [2026-03-26 04:14:40] "POST /fqname-to-id HTTP/1.1" 403 339 0.019026 10.0.0.240 - - [2026-03-26 04:14:40] "GET / HTTP/1.1" 200 35931 0.001663 10.0.0.240 - - [2026-03-26 04:14:41] "POST /fqname-to-id HTTP/1.1" 401 293 0.000413 10.0.0.240 - - [2026-03-26 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.027535 10.0.0.240 - - [2026-03-26 04:14:41] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004022 10.0.0.240 - - [2026-03-26 04:14:41] "GET /virtual-networks?parent_id=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018084 10.0.0.240 - - [2026-03-26 04:14:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.016431 10.0.0.240 - - [2026-03-26 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.240 - - [2026-03-26 04:14:41] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005872 10.0.0.240 - - [2026-03-26 04:14:41] "GET /virtual-networks?parent_id=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020059 10.0.0.240 - - [2026-03-26 04:14:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.016320 10.0.0.240 - - [2026-03-26 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.240 - - [2026-03-26 04:14:41] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004894 10.0.0.240 - - [2026-03-26 04:14:41] "GET /virtual-networks?parent_id=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019744 10.0.0.240 - - [2026-03-26 04:14:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.020742 10.0.0.240 - - [2026-03-26 04:14:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003717 10.0.0.240 - - [2026-03-26 04:14:41] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004105 10.0.0.240 - - [2026-03-26 04:14:41] "GET /virtual-networks?parent_id=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019565 10.0.0.240 - - [2026-03-26 04:14:41] "POST /fqname-to-id HTTP/1.1" 403 339 0.018259 10.0.0.240 - - [2026-03-26 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.240 - - [2026-03-26 04:14:42] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004736 10.0.0.240 - - [2026-03-26 04:14:42] "GET /virtual-networks?parent_id=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019380 10.0.0.240 - - [2026-03-26 04:14:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.016251 10.0.0.240 - - [2026-03-26 04:14:45] "GET /virtual-network/d7f2fde1-de43-4d13-aaf4-800d1b686693?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1984 0.021710 10.0.0.240 - - [2026-03-26 04:14:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.018797 10.0.0.240 - - [2026-03-26 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.240 - - [2026-03-26 04:14:47] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007544 10.0.0.240 - - [2026-03-26 04:14:47] "GET /virtual-networks?parent_id=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.016907 10.0.0.240 - - [2026-03-26 04:14:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.017951 10.0.0.240 - - [2026-03-26 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003158 10.0.0.240 - - [2026-03-26 04:14:47] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003837 10.0.0.240 - - [2026-03-26 04:14:47] "GET /virtual-networks?parent_id=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019056 10.0.0.240 - - [2026-03-26 04:14:47] "POST /fqname-to-id HTTP/1.1" 403 361 0.017287 10.0.0.240 - - [2026-03-26 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004872 10.0.0.240 - - [2026-03-26 04:14:47] "GET /routing-instance/887fe6c6-cd5e-4c94-9da2-6c8a644658ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.006426 10.0.0.240 - - [2026-03-26 04:14:47] "GET /route-target/4892cbc9-d22d-4644-a156-b174b571656d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.016197 10.0.0.240 - - [2026-03-26 04:14:47] "GET /route-target/4892cbc9-d22d-4644-a156-b174b571656d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004240 10.0.0.240 - - [2026-03-26 04:14:47] "POST /fqname-to-id HTTP/1.1" 403 339 0.017288 10.0.0.240 - - [2026-03-26 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004539 10.0.0.240 - - [2026-03-26 04:14:47] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004777 10.0.0.240 - - [2026-03-26 04:14:47] "GET /virtual-networks?parent_id=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018085 10.0.0.240 - - [2026-03-26 04:14:47] "POST /fqname-to-id HTTP/1.1" 403 361 0.020289 10.0.0.240 - - [2026-03-26 04:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.240 - - [2026-03-26 04:14:47] "GET /routing-instance/887fe6c6-cd5e-4c94-9da2-6c8a644658ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.005724 10.0.0.240 - - [2026-03-26 04:14:48] "GET /route-target/4892cbc9-d22d-4644-a156-b174b571656d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017401 10.0.0.240 - - [2026-03-26 04:14:48] "GET /route-target/4892cbc9-d22d-4644-a156-b174b571656d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004671 10.0.0.240 - - [2026-03-26 04:14:48] "POST /fqname-to-id HTTP/1.1" 403 339 0.018349 10.0.0.240 - - [2026-03-26 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.240 - - [2026-03-26 04:14:48] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007703 10.0.0.240 - - [2026-03-26 04:14:48] "GET /virtual-networks?parent_id=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019947 10.0.0.240 - - [2026-03-26 04:14:48] "POST /fqname-to-id HTTP/1.1" 403 339 0.020310 10.0.0.240 - - [2026-03-26 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.240 - - [2026-03-26 04:14:48] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004399 10.0.0.240 - - [2026-03-26 04:14:48] "GET /virtual-networks?parent_id=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018382 10.0.0.65 - - [2026-03-26 04:14:48] "GET /virtual-machine/07be1e79-c1b5-4d8b-9643-a4b8a98c264e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 991 0.043929 10.0.0.240 - - [2026-03-26 04:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.029384 10.0.0.240 - - [2026-03-26 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.009762 10.0.0.240 - - [2026-03-26 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.002831 10.0.0.240 - - [2026-03-26 04:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.65 - - [2026-03-26 04:14:49] "GET /obj-perms HTTP/1.1" 200 4934 0.045556 10.0.0.240 - - [2026-03-26 04:14:49] "GET /obj-perms HTTP/1.1" 200 4934 0.015469 10.0.0.240 - - [2026-03-26 04:14:50] "GET /obj-perms HTTP/1.1" 200 5039 0.062776 10.0.0.22 - - [2026-03-26 04:14:50] "GET /obj-perms HTTP/1.1" 200 5039 0.080899 10.0.0.240 - - [2026-03-26 04:14:51] "GET /obj-perms HTTP/1.1" 200 4934 0.072324 10.0.0.240 - - [2026-03-26 04:14:51] "GET /obj-perms HTTP/1.1" 200 4934 0.018400 10.0.0.22 - - [2026-03-26 04:14:52] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.067104 10.0.0.65 - - [2026-03-26 04:14:52] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.030887 10.0.0.240 - - [2026-03-26 04:14:52] "GET /virtual-machine/07be1e79-c1b5-4d8b-9643-a4b8a98c264e HTTP/1.1" 200 1286 0.022845 10.0.0.240 - - [2026-03-26 04:14:52] "POST /neutron/port HTTP/1.1" 200 1120 0.020223 10.0.0.240 - - [2026-03-26 04:14:54] "GET /virtual-machine/07be1e79-c1b5-4d8b-9643-a4b8a98c264e HTTP/1.1" 404 171 0.018090 10.0.0.240 - - [2026-03-26 04:14:54] "GET /virtual-machine/07be1e79-c1b5-4d8b-9643-a4b8a98c264e HTTP/1.1" 404 171 0.017247 10.0.0.240 - - [2026-03-26 04:14:54] "GET /virtual-machine/07be1e79-c1b5-4d8b-9643-a4b8a98c264e HTTP/1.1" 404 171 0.012977 10.0.0.240 - - [2026-03-26 04:14:54] "POST /fqname-to-id HTTP/1.1" 403 339 0.019431 10.0.0.240 - - [2026-03-26 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.240 - - [2026-03-26 04:14:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004438 10.0.0.240 - - [2026-03-26 04:14:54] "GET /virtual-networks?parent_id=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023541 10.0.0.240 - - [2026-03-26 04:14:54] "POST /fqname-to-id HTTP/1.1" 403 361 0.020655 10.0.0.240 - - [2026-03-26 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.240 - - [2026-03-26 04:14:54] "GET /routing-instance/887fe6c6-cd5e-4c94-9da2-6c8a644658ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1530 0.004894 10.0.0.240 - - [2026-03-26 04:14:54] "GET /route-target/4892cbc9-d22d-4644-a156-b174b571656d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015397 10.0.0.240 - - [2026-03-26 04:14:54] "GET /route-target/4892cbc9-d22d-4644-a156-b174b571656d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004524 10.0.0.240 - - [2026-03-26 04:14:55] "GET /obj-perms HTTP/1.1" 200 4934 0.016021 10.0.0.240 - - [2026-03-26 04:14:56] "GET /obj-perms HTTP/1.1" 200 5075 0.084468 10.0.0.240 - - [2026-03-26 04:15:02] "GET /obj-perms HTTP/1.1" 200 5039 0.004463 10.0.0.22 - - [2026-03-26 04:15:02] "GET /obj-perms HTTP/1.1" 200 5039 0.004955 10.0.0.240 - - [2026-03-26 04:15:11] "GET /obj-perms HTTP/1.1" 200 5039 0.004741 10.0.0.22 - - [2026-03-26 04:15:11] "GET /obj-perms HTTP/1.1" 200 5039 0.004312 10.0.0.240 - - [2026-03-26 04:15:12] "POST /neutron/port HTTP/1.1" 200 1109 0.022426 10.0.0.240 - - [2026-03-26 04:15:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003666 10.0.0.240 - - [2026-03-26 04:15:12] "POST /neutron/network HTTP/1.1" 200 929 0.008110 10.0.0.240 - - [2026-03-26 04:15:13] "POST /neutron/network HTTP/1.1" 200 939 0.006326 10.0.0.240 - - [2026-03-26 04:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.001045 10.0.0.240 - - [2026-03-26 04:15:18] "GET /obj-perms HTTP/1.1" 200 5039 0.004025 10.0.0.22 - - [2026-03-26 04:15:18] "GET /obj-perms HTTP/1.1" 200 5039 0.004572 10.0.0.65 - - [2026-03-26 04:15:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005663 10.0.0.65 - - [2026-03-26 04:15:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003702 10.0.0.240 - - [2026-03-26 04:15:18] "DELETE /virtual-network/d7f2fde1-de43-4d13-aaf4-800d1b686693 HTTP/1.1" 200 115 0.141843 10.0.0.22 - - [2026-03-26 04:15:18] "DELETE /route-target/4892cbc9-d22d-4644-a156-b174b571656d HTTP/1.1" 200 115 0.038175 10.0.0.240 - - [2026-03-26 04:15:18] "DELETE /api-access-list/e549d1fb-c172-4f05-81a4-f0d1ebe80a79 HTTP/1.1" 200 115 0.060116 10.0.0.65 - - [2026-03-26 04:15:19] "GET /projects?obj_uuids=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001062 10.0.0.240 - - [2026-03-26 04:15:19] "GET /project/aca65082-03d5-445b-88f6-d7b82460fe55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.046522 10.0.0.65 - - [2026-03-26 04:15:19] "GET /projects?obj_uuids=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001543 10.0.0.240 - - [2026-03-26 04:15:19] "GET /project/aca65082-03d5-445b-88f6-d7b82460fe55?fields=virtual_networks HTTP/1.1" 200 1022 0.046193 10.0.0.65 - - [2026-03-26 04:15:19] "GET /projects?obj_uuids=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001422 10.0.0.240 - - [2026-03-26 04:15:19] "GET /project/aca65082-03d5-445b-88f6-d7b82460fe55?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.047103 10.0.0.65 - - [2026-03-26 04:15:19] "GET /projects?obj_uuids=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001034 10.0.0.240 - - [2026-03-26 04:15:19] "GET /project/aca65082-03d5-445b-88f6-d7b82460fe55?fields=security_groups HTTP/1.1" 200 1243 0.042476 10.0.0.65 - - [2026-03-26 04:15:19] "GET /projects?obj_uuids=2d8ced83-c5fa-458c-901a-750efbbcecc3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000990 10.0.0.240 - - [2026-03-26 04:15:19] "GET /project/2d8ced83-c5fa-458c-901a-750efbbcecc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.049949 10.0.0.65 - - [2026-03-26 04:15:19] "GET /projects?obj_uuids=2d8ced83-c5fa-458c-901a-750efbbcecc3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001848 10.0.0.240 - - [2026-03-26 04:15:19] "GET /project/2d8ced83-c5fa-458c-901a-750efbbcecc3?fields=virtual_networks HTTP/1.1" 200 1022 0.046980 10.0.0.65 - - [2026-03-26 04:15:20] "GET /projects?obj_uuids=2d8ced83-c5fa-458c-901a-750efbbcecc3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001432 10.0.0.240 - - [2026-03-26 04:15:20] "GET /project/2d8ced83-c5fa-458c-901a-750efbbcecc3?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.054985 10.0.0.65 - - [2026-03-26 04:15:20] "GET /projects?obj_uuids=2d8ced83-c5fa-458c-901a-750efbbcecc3&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001468 10.0.0.240 - - [2026-03-26 04:15:20] "GET /project/2d8ced83-c5fa-458c-901a-750efbbcecc3?fields=security_groups HTTP/1.1" 200 1243 0.054665 10.0.0.240 - - [2026-03-26 04:15:22] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004530 10.0.0.240 - - [2026-03-26 04:15:22] "PUT /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86 HTTP/1.1" 200 264 0.013749 10.0.0.65 - - [2026-03-26 04:15:22] "GET /projects?obj_uuids=350a8124-3adc-4185-99e5-22149acca41c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002775 10.0.0.240 - - [2026-03-26 04:15:22] "GET /project/350a8124-3adc-4185-99e5-22149acca41c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1343 0.058644 10.0.0.65 - - [2026-03-26 04:15:22] "GET /projects?obj_uuids=350a8124-3adc-4185-99e5-22149acca41c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001423 10.0.0.240 - - [2026-03-26 04:15:23] "GET /project/350a8124-3adc-4185-99e5-22149acca41c?fields=virtual_networks HTTP/1.1" 200 1022 0.066388 10.0.0.65 - - [2026-03-26 04:15:23] "GET /projects?obj_uuids=350a8124-3adc-4185-99e5-22149acca41c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001903 10.0.0.240 - - [2026-03-26 04:15:23] "GET /project/350a8124-3adc-4185-99e5-22149acca41c?fields=virtual_machine_interfaces HTTP/1.1" 200 1022 0.050763 10.0.0.65 - - [2026-03-26 04:15:23] "GET /projects?obj_uuids=350a8124-3adc-4185-99e5-22149acca41c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000889 10.0.0.240 - - [2026-03-26 04:15:23] "GET /project/350a8124-3adc-4185-99e5-22149acca41c?fields=security_groups HTTP/1.1" 200 1243 0.051735 10.0.0.240 - - [2026-03-26 04:15:24] "POST /fqname-to-id HTTP/1.1" 404 188 0.032469 10.0.0.65 - - [2026-03-26 04:15:24] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003495 10.0.0.65 - - [2026-03-26 04:15:24] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001093 10.0.0.65 - - [2026-03-26 04:15:24] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.009802 10.0.0.65 - - [2026-03-26 04:15:24] "POST /id-to-fqname HTTP/1.1" 200 190 0.003797 10.0.0.65 - - [2026-03-26 04:15:24] "POST /fqname-to-id HTTP/1.1" 404 199 0.005536 10.0.0.65 - - [2026-03-26 04:15:24] "POST /security-groups HTTP/1.1" 200 591 0.037180 10.0.0.65 - - [2026-03-26 04:15:24] "POST /projects HTTP/1.1" 200 585 0.247226 10.0.0.65 - - [2026-03-26 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.328297 10.0.0.22 - - [2026-03-26 04:15:24] "POST /fqname-to-id HTTP/1.1" 404 233 0.015682 10.0.0.240 - - [2026-03-26 04:15:24] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.496539 10.0.0.240 - - [2026-03-26 04:15:25] "GET / HTTP/1.1" 200 35931 0.001486 10.0.0.22 - - [2026-03-26 04:15:28] "DELETE /access-control-list/1bd1ae8f-349f-4398-82af-8ebc531f1ffa HTTP/1.1" 200 115 0.074960 10.0.0.22 - - [2026-03-26 04:15:28] "DELETE /access-control-list/46cc6b2a-013a-49c9-89e7-43c3b8cef635 HTTP/1.1" 200 115 0.065498 10.0.0.65 - - [2026-03-26 04:15:28] "DELETE /project/ccde7121bb5d4dcf87d66f91a4435810 HTTP/1.1" 404 173 0.018465 10.0.0.65 - - [2026-03-26 04:15:28] "DELETE /project/2d8ced83-c5fa-458c-901a-750efbbcecc3 HTTP/1.1" 404 177 0.026561 10.0.0.65 - - [2026-03-26 04:15:28] "GET /projects?obj_uuids=aca65082-03d5-445b-88f6-d7b82460fe55&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001659 10.0.0.65 - - [2026-03-26 04:15:28] "GET /projects?obj_uuids=350a8124-3adc-4185-99e5-22149acca41c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000923 10.0.0.65 - - [2026-03-26 04:15:28] "GET /project/350a8124-3adc-4185-99e5-22149acca41c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 182 0.016593 10.0.0.65 - - [2026-03-26 04:15:28] "GET /project/aca65082-03d5-445b-88f6-d7b82460fe55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 182 0.016093 10.0.0.65 - - [2026-03-26 04:15:28] "DELETE /project/350a8124-3adc-4185-99e5-22149acca41c HTTP/1.1" 404 171 0.032571 10.0.0.65 - - [2026-03-26 04:15:28] "DELETE /project/aca65082-03d5-445b-88f6-d7b82460fe55 HTTP/1.1" 404 171 0.037827 10.0.0.240 - - [2026-03-26 04:15:28] "POST /fqname-to-id HTTP/1.1" 401 293 0.000674 10.0.0.240 - - [2026-03-26 04:15:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.034508 10.0.0.240 - - [2026-03-26 04:15:29] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004586 10.0.0.240 - - [2026-03-26 04:15:29] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004331 10.0.0.240 - - [2026-03-26 04:15:29] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1881 0.004020 10.0.0.240 - - [2026-03-26 04:15:29] "PUT /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86 HTTP/1.1" 200 264 0.012341 10.0.0.240 - - [2026-03-26 04:15:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.027512 10.0.0.65 - - [2026-03-26 04:15:31] "GET /projects?obj_uuids=35efe47f-a67d-4946-b9d7-97049e45ea33&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003023 10.0.0.65 - - [2026-03-26 04:15:31] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000957 10.0.0.65 - - [2026-03-26 04:15:31] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.006942 10.0.0.65 - - [2026-03-26 04:15:31] "POST /id-to-fqname HTTP/1.1" 200 190 0.003152 10.0.0.65 - - [2026-03-26 04:15:31] "POST /fqname-to-id HTTP/1.1" 404 199 0.005556 10.0.0.65 - - [2026-03-26 04:15:31] "POST /security-groups HTTP/1.1" 200 591 0.038933 10.0.0.65 - - [2026-03-26 04:15:31] "POST /projects HTTP/1.1" 200 585 0.268677 10.0.0.22 - - [2026-03-26 04:15:31] "POST /access-control-lists HTTP/1.1" 200 596 0.033216 10.0.0.65 - - [2026-03-26 04:15:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.342369 10.0.0.240 - - [2026-03-26 04:15:31] "GET /project/35efe47f-a67d-4946-b9d7-97049e45ea33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.484673 10.0.0.240 - - [2026-03-26 04:15:31] "POST /fqname-to-id HTTP/1.1" 404 188 0.027826 10.0.0.65 - - [2026-03-26 04:15:32] "GET /projects?obj_uuids=8ba6a80b-a4c3-4563-adc6-02f83d2f37e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003083 10.0.0.65 - - [2026-03-26 04:15:32] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.003087 10.0.0.65 - - [2026-03-26 04:15:32] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010423 10.0.0.65 - - [2026-03-26 04:15:32] "POST /id-to-fqname HTTP/1.1" 200 190 0.005389 10.0.0.65 - - [2026-03-26 04:15:32] "POST /fqname-to-id HTTP/1.1" 404 199 0.010901 10.0.0.65 - - [2026-03-26 04:15:32] "POST /security-groups HTTP/1.1" 200 591 0.085864 10.0.0.22 - - [2026-03-26 04:15:32] "POST /fqname-to-id HTTP/1.1" 404 234 0.005582 10.0.0.65 - - [2026-03-26 04:15:32] "POST /projects HTTP/1.1" 200 585 0.313212 10.0.0.65 - - [2026-03-26 04:15:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.395475 10.0.0.22 - - [2026-03-26 04:15:32] "POST /access-control-lists HTTP/1.1" 200 594 0.030961 10.0.0.240 - - [2026-03-26 04:15:32] "GET /project/8ba6a80b-a4c3-4563-adc6-02f83d2f37e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.569546 10.0.0.240 - - [2026-03-26 04:15:33] "GET / HTTP/1.1" 200 35931 0.001955 10.0.0.240 - - [2026-03-26 04:15:34] "GET / HTTP/1.1" 200 35931 0.001670 10.0.0.240 - - [2026-03-26 04:15:34] "POST /fqname-to-id HTTP/1.1" 404 183 0.004059 10.0.0.240 - - [2026-03-26 04:15:34] "POST /api-access-lists HTTP/1.1" 200 521 0.025600 10.0.0.240 - - [2026-03-26 04:15:34] "GET /api-access-list/1bf1cb46-f063-4fab-b3a2-47de5d142b67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1289 0.006244 10.0.0.240 - - [2026-03-26 04:15:35] "POST /fqname-to-id HTTP/1.1" 401 293 0.000435 10.0.0.240 - - [2026-03-26 04:15:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.059609 10.0.0.65 - - [2026-03-26 04:15:35] "GET /projects?obj_uuids=35efe47f-a67d-4946-b9d7-97049e45ea33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001070 10.0.0.240 - - [2026-03-26 04:15:35] "GET /project/35efe47f-a67d-4946-b9d7-97049e45ea33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.067514 10.0.0.240 - - [2026-03-26 04:15:35] "GET /virtual-networks?parent_id=35efe47f-a67d-4946-b9d7-97049e45ea33&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.023690 10.0.0.240 - - [2026-03-26 04:15:35] "POST /virtual-networks HTTP/1.1" 200 583 0.148651 10.0.0.240 - - [2026-03-26 04:15:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.060937 10.0.0.240 - - [2026-03-26 04:15:36] "GET /network-ipam/63e96dbc-cb23-40d8-83f1-cb1d68dd5fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.019849 10.0.0.65 - - [2026-03-26 04:15:36] "POST /useragent-kv HTTP/1.1" 200 115 0.008541 10.0.0.240 - - [2026-03-26 04:15:36] "POST /ref-update HTTP/1.1" 200 156 0.134738 10.0.0.240 - - [2026-03-26 04:15:36] "POST /neutron/network HTTP/1.1" 200 848 0.072124 10.0.0.240 - - [2026-03-26 04:15:36] "GET /virtual-network/3946c1c7-d394-48d3-a8c4-66e79b4d5954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2013 0.021931 10.0.0.240 - - [2026-03-26 04:15:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000469 10.0.0.240 - - [2026-03-26 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.066981 10.0.0.65 - - [2026-03-26 04:15:37] "GET /projects?obj_uuids=8ba6a80b-a4c3-4563-adc6-02f83d2f37e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.240 - - [2026-03-26 04:15:37] "GET /project/8ba6a80b-a4c3-4563-adc6-02f83d2f37e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.079062 10.0.0.240 - - [2026-03-26 04:15:37] "GET /virtual-networks?parent_id=8ba6a80b-a4c3-4563-adc6-02f83d2f37e3&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020885 10.0.0.240 - - [2026-03-26 04:15:37] "POST /virtual-networks HTTP/1.1" 200 583 0.123987 10.0.0.22 - - [2026-03-26 04:15:37] "POST /route-targets HTTP/1.1" 200 327 0.016008 10.0.0.240 - - [2026-03-26 04:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.050925 10.0.0.240 - - [2026-03-26 04:15:37] "GET /network-ipam/63e96dbc-cb23-40d8-83f1-cb1d68dd5fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.035988 10.0.0.65 - - [2026-03-26 04:15:37] "POST /useragent-kv HTTP/1.1" 200 115 0.014298 10.0.0.240 - - [2026-03-26 04:15:37] "POST /ref-update HTTP/1.1" 200 156 0.161200 10.0.0.240 - - [2026-03-26 04:15:38] "POST /neutron/network HTTP/1.1" 200 848 0.064210 10.0.0.240 - - [2026-03-26 04:15:38] "GET /virtual-network/f771587b-35aa-4f93-98c0-2f3fddb43be4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2012 0.024436 10.0.0.240 - - [2026-03-26 04:15:38] "POST /neutron/subnet HTTP/1.1" 200 676 0.045563 10.0.0.240 - - [2026-03-26 04:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004603 10.0.0.240 - - [2026-03-26 04:15:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.22 - - [2026-03-26 04:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.034995 10.0.0.65 - - [2026-03-26 04:15:41] "GET /obj-perms HTTP/1.1" 403 257 0.046688 10.0.0.65 - - [2026-03-26 04:15:41] "GET /virtual-network/3946c1c7-d394-48d3-a8c4-66e79b4d5954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.014870 10.0.0.240 - - [2026-03-26 04:15:42] "GET /obj-perms HTTP/1.1" 403 257 0.044693 10.0.0.240 - - [2026-03-26 04:15:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.074628 10.0.0.240 - - [2026-03-26 04:15:42] "PUT /virtual-network/3946c1c7-d394-48d3-a8c4-66e79b4d5954 HTTP/1.1" 200 264 0.053694 10.0.0.240 - - [2026-03-26 04:15:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003432 10.0.0.240 - - [2026-03-26 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.22 - - [2026-03-26 04:15:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.65 - - [2026-03-26 04:15:44] "GET /virtual-network/3946c1c7-d394-48d3-a8c4-66e79b4d5954?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 376 0.045859 10.0.0.240 - - [2026-03-26 04:15:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.240 - - [2026-03-26 04:15:44] "GET /obj-perms HTTP/1.1" 403 257 0.046715 10.0.0.240 - - [2026-03-26 04:15:44] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.043091 10.0.0.240 - - [2026-03-26 04:15:44] "PUT /virtual-network/3946c1c7-d394-48d3-a8c4-66e79b4d5954 HTTP/1.1" 200 264 0.065713 10.0.0.65 - - [2026-03-26 04:15:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003694 10.0.0.65 - - [2026-03-26 04:15:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003810 10.0.0.240 - - [2026-03-26 04:15:44] "DELETE /virtual-network/f771587b-35aa-4f93-98c0-2f3fddb43be4 HTTP/1.1" 200 115 0.144078 10.0.0.22 - - [2026-03-26 04:15:44] "DELETE /route-target/1bb1506c-d424-478b-97a7-6dc7c03da725 HTTP/1.1" 200 115 0.038200 10.0.0.65 - - [2026-03-26 04:15:44] "POST /useragent-kv HTTP/1.1" 200 115 0.003730 10.0.0.65 - - [2026-03-26 04:15:44] "POST /useragent-kv HTTP/1.1" 200 115 0.004432 10.0.0.240 - - [2026-03-26 04:15:44] "DELETE /virtual-network/3946c1c7-d394-48d3-a8c4-66e79b4d5954 HTTP/1.1" 200 115 0.152007 10.0.0.240 - - [2026-03-26 04:15:44] "DELETE /api-access-list/1bf1cb46-f063-4fab-b3a2-47de5d142b67 HTTP/1.1" 200 115 0.042828 10.0.0.65 - - [2026-03-26 04:15:45] "GET /projects?obj_uuids=8ba6a80b-a4c3-4563-adc6-02f83d2f37e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001074 10.0.0.240 - - [2026-03-26 04:15:45] "GET /project/8ba6a80b-a4c3-4563-adc6-02f83d2f37e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1364 0.039406 10.0.0.65 - - [2026-03-26 04:15:45] "GET /projects?obj_uuids=8ba6a80b-a4c3-4563-adc6-02f83d2f37e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001616 10.0.0.240 - - [2026-03-26 04:15:45] "GET /project/8ba6a80b-a4c3-4563-adc6-02f83d2f37e3?fields=virtual_networks HTTP/1.1" 200 1033 0.071481 10.0.0.65 - - [2026-03-26 04:15:45] "GET /projects?obj_uuids=8ba6a80b-a4c3-4563-adc6-02f83d2f37e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.240 - - [2026-03-26 04:15:45] "GET /project/8ba6a80b-a4c3-4563-adc6-02f83d2f37e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1033 0.045191 10.0.0.65 - - [2026-03-26 04:15:45] "GET /projects?obj_uuids=8ba6a80b-a4c3-4563-adc6-02f83d2f37e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001049 10.0.0.240 - - [2026-03-26 04:15:45] "GET /project/8ba6a80b-a4c3-4563-adc6-02f83d2f37e3?fields=security_groups HTTP/1.1" 200 1259 0.038882 10.0.0.65 - - [2026-03-26 04:15:45] "GET /projects?obj_uuids=35efe47f-a67d-4946-b9d7-97049e45ea33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001449 10.0.0.240 - - [2026-03-26 04:15:45] "GET /project/35efe47f-a67d-4946-b9d7-97049e45ea33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.048539 10.0.0.65 - - [2026-03-26 04:15:45] "GET /projects?obj_uuids=35efe47f-a67d-4946-b9d7-97049e45ea33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.240 - - [2026-03-26 04:15:45] "GET /project/35efe47f-a67d-4946-b9d7-97049e45ea33?fields=virtual_networks HTTP/1.1" 200 1032 0.048239 10.0.0.65 - - [2026-03-26 04:15:46] "GET /projects?obj_uuids=35efe47f-a67d-4946-b9d7-97049e45ea33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.240 - - [2026-03-26 04:15:46] "GET /project/35efe47f-a67d-4946-b9d7-97049e45ea33?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050907 10.0.0.65 - - [2026-03-26 04:15:46] "GET /projects?obj_uuids=35efe47f-a67d-4946-b9d7-97049e45ea33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001354 10.0.0.240 - - [2026-03-26 04:15:46] "GET /project/35efe47f-a67d-4946-b9d7-97049e45ea33?fields=security_groups HTTP/1.1" 200 1258 0.051957 10.0.0.240 - - [2026-03-26 04:15:49] "GET / HTTP/1.1" 200 35931 0.001959 10.0.0.240 - - [2026-03-26 04:15:50] "GET / HTTP/1.1" 200 35931 0.001802 10.0.0.240 - - [2026-03-26 04:15:51] "POST /fqname-to-id HTTP/1.1" 401 293 0.000461 10.0.0.240 - - [2026-03-26 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.081268 10.0.0.65 - - [2026-03-26 04:15:51] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001115 10.0.0.240 - - [2026-03-26 04:15:51] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.069506 10.0.0.240 - - [2026-03-26 04:15:51] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.013221 10.0.0.240 - - [2026-03-26 04:15:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.015995 10.0.0.240 - - [2026-03-26 04:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.016172 10.0.0.65 - - [2026-03-26 04:15:51] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.240 - - [2026-03-26 04:15:51] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.024034 10.0.0.240 - - [2026-03-26 04:15:52] "POST /service-templates HTTP/1.1" 403 264 0.012776 10.0.0.240 - - [2026-03-26 04:15:52] "POST /fqname-to-id HTTP/1.1" 404 215 0.003834 10.0.0.240 - - [2026-03-26 04:15:52] "POST /api-access-lists HTTP/1.1" 200 555 0.028912 10.0.0.240 - - [2026-03-26 04:15:52] "GET /api-access-list/dbb4a983-1857-4d32-90c7-9183234782c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.008259 10.0.0.240 - - [2026-03-26 04:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.017674 10.0.0.65 - - [2026-03-26 04:15:52] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.240 - - [2026-03-26 04:15:52] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.064128 10.0.0.240 - - [2026-03-26 04:15:52] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017955 10.0.0.240 - - [2026-03-26 04:15:52] "POST /virtual-networks HTTP/1.1" 200 583 0.104555 10.0.0.22 - - [2026-03-26 04:15:52] "POST /route-targets HTTP/1.1" 200 327 0.019179 10.0.0.240 - - [2026-03-26 04:15:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.030542 10.0.0.240 - - [2026-03-26 04:15:52] "GET /network-ipam/63e96dbc-cb23-40d8-83f1-cb1d68dd5fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.016291 10.0.0.65 - - [2026-03-26 04:15:52] "POST /useragent-kv HTTP/1.1" 200 115 0.010306 10.0.0.240 - - [2026-03-26 04:15:52] "POST /ref-update HTTP/1.1" 200 156 0.107460 10.0.0.240 - - [2026-03-26 04:15:53] "GET /virtual-network/3870f31a-3675-41b7-bc0a-69e1ec74924c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.021215 10.0.0.240 - - [2026-03-26 04:15:53] "POST /neutron/network HTTP/1.1" 200 846 0.075020 10.0.0.240 - - [2026-03-26 04:15:53] "GET /virtual-network/3870f31a-3675-41b7-bc0a-69e1ec74924c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.006612 10.0.0.240 - - [2026-03-26 04:15:53] "GET /network-ipam/63e96dbc-cb23-40d8-83f1-cb1d68dd5fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004329 10.0.0.240 - - [2026-03-26 04:15:53] "GET /virtual-network/3870f31a-3675-41b7-bc0a-69e1ec74924c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.005762 10.0.0.240 - - [2026-03-26 04:15:54] "POST /fqname-to-id HTTP/1.1" 404 197 0.016487 10.0.0.240 - - [2026-03-26 04:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.013231 10.0.0.65 - - [2026-03-26 04:15:54] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002407 10.0.0.240 - - [2026-03-26 04:15:54] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.022161 10.0.0.240 - - [2026-03-26 04:15:54] "POST /service-templates HTTP/1.1" 403 264 0.014203 10.0.0.240 - - [2026-03-26 04:15:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.004450 10.0.0.240 - - [2026-03-26 04:15:54] "POST /api-access-lists HTTP/1.1" 200 521 0.024534 10.0.0.240 - - [2026-03-26 04:15:54] "GET /api-access-list/b7a04a62-9992-4672-844d-d0207745d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.006250 10.0.0.240 - - [2026-03-26 04:15:55] "POST /fqname-to-id HTTP/1.1" 404 197 0.021779 10.0.0.240 - - [2026-03-26 04:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.019208 10.0.0.65 - - [2026-03-26 04:15:55] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001213 10.0.0.240 - - [2026-03-26 04:15:55] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.026731 10.0.0.240 - - [2026-03-26 04:15:55] "POST /service-templates HTTP/1.1" 200 551 0.044098 10.0.0.240 - - [2026-03-26 04:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.024648 10.0.0.240 - - [2026-03-26 04:15:55] "GET /service-template/80c82597-6ba1-4848-8d88-4047250f8645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.018254 10.0.0.240 - - [2026-03-26 04:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.015119 10.0.0.240 - - [2026-03-26 04:15:55] "GET /service-template/80c82597-6ba1-4848-8d88-4047250f8645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1853 0.018190 10.0.0.240 - - [2026-03-26 04:15:57] "GET /obj-perms HTTP/1.1" 403 257 0.058985 10.0.0.22 - - [2026-03-26 04:15:57] "GET /obj-perms HTTP/1.1" 200 5075 0.390481 10.0.0.22 - - [2026-03-26 04:15:57] "GET /virtual-network/3870f31a-3675-41b7-bc0a-69e1ec74924c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.043850 10.0.0.65 - - [2026-03-26 04:15:58] "GET /obj-perms HTTP/1.1" 403 257 0.049869 10.0.0.240 - - [2026-03-26 04:15:58] "GET /obj-perms HTTP/1.1" 403 257 0.017246 10.0.0.240 - - [2026-03-26 04:15:58] "GET /api-access-list/dbb4a983-1857-4d32-90c7-9183234782c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1324 0.005326 10.0.0.240 - - [2026-03-26 04:15:58] "PUT /api-access-list/dbb4a983-1857-4d32-90c7-9183234782c6 HTTP/1.1" 200 264 0.012897 10.0.0.240 - - [2026-03-26 04:15:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000425 10.0.0.240 - - [2026-03-26 04:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.078461 10.0.0.65 - - [2026-03-26 04:15:59] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001423 10.0.0.240 - - [2026-03-26 04:15:59] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.072291 10.0.0.240 - - [2026-03-26 04:15:59] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.025811 10.0.0.240 - - [2026-03-26 04:15:59] "POST /virtual-networks HTTP/1.1" 403 263 0.017465 10.0.0.240 - - [2026-03-26 04:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.240 - - [2026-03-26 04:15:59] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 371 0.039987 10.0.0.240 - - [2026-03-26 04:15:59] "GET /api-access-list/b7a04a62-9992-4672-844d-d0207745d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1290 0.005188 10.0.0.240 - - [2026-03-26 04:15:59] "PUT /api-access-list/b7a04a62-9992-4672-844d-d0207745d709 HTTP/1.1" 200 264 0.013916 10.0.0.240 - - [2026-03-26 04:15:59] "POST /fqname-to-id HTTP/1.1" 404 197 0.019599 10.0.0.240 - - [2026-03-26 04:15:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.017593 10.0.0.65 - - [2026-03-26 04:16:00] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001197 10.0.0.240 - - [2026-03-26 04:16:00] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.026421 10.0.0.240 - - [2026-03-26 04:16:00] "POST /service-templates HTTP/1.1" 403 264 0.020571 10.0.0.240 - - [2026-03-26 04:16:00] "GET /api-access-list/dbb4a983-1857-4d32-90c7-9183234782c6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1461 0.004195 10.0.0.240 - - [2026-03-26 04:16:00] "PUT /api-access-list/dbb4a983-1857-4d32-90c7-9183234782c6 HTTP/1.1" 200 264 0.013189 10.0.0.240 - - [2026-03-26 04:16:00] "GET /api-access-list/b7a04a62-9992-4672-844d-d0207745d709?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1428 0.009823 10.0.0.240 - - [2026-03-26 04:16:00] "PUT /api-access-list/b7a04a62-9992-4672-844d-d0207745d709 HTTP/1.1" 200 264 0.013865 10.0.0.240 - - [2026-03-26 04:16:01] "GET /virtual-network/3870f31a-3675-41b7-bc0a-69e1ec74924c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.017778 10.0.0.240 - - [2026-03-26 04:16:01] "GET /virtual-network/3870f31a-3675-41b7-bc0a-69e1ec74924c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.046077 10.0.0.22 - - [2026-03-26 04:16:01] "GET /virtual-network/3870f31a-3675-41b7-bc0a-69e1ec74924c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.019989 10.0.0.22 - - [2026-03-26 04:16:02] "GET /virtual-network/3870f31a-3675-41b7-bc0a-69e1ec74924c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.051696 10.0.0.65 - - [2026-03-26 04:16:02] "GET /obj-perms HTTP/1.1" 403 257 0.022621 10.0.0.65 - - [2026-03-26 04:16:02] "GET /obj-perms HTTP/1.1" 403 257 0.048989 10.0.0.240 - - [2026-03-26 04:16:02] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004494 10.0.0.240 - - [2026-03-26 04:16:02] "PUT /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86 HTTP/1.1" 200 264 0.015279 10.0.0.240 - - [2026-03-26 04:16:02] "GET /obj-perms HTTP/1.1" 403 257 0.016834 10.0.0.240 - - [2026-03-26 04:16:03] "GET /obj-perms HTTP/1.1" 403 257 0.015004 10.0.0.240 - - [2026-03-26 04:16:03] "DELETE /api-access-list/dbb4a983-1857-4d32-90c7-9183234782c6 HTTP/1.1" 200 115 0.048332 10.0.0.240 - - [2026-03-26 04:16:03] "DELETE /api-access-list/b7a04a62-9992-4672-844d-d0207745d709 HTTP/1.1" 200 115 0.029774 10.0.0.240 - - [2026-03-26 04:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004959 10.0.0.22 - - [2026-03-26 04:16:04] "GET /virtual-network/3870f31a-3675-41b7-bc0a-69e1ec74924c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 263 0.049035 10.0.0.65 - - [2026-03-26 04:16:05] "GET /obj-perms HTTP/1.1" 403 257 0.043755 10.0.0.240 - - [2026-03-26 04:16:05] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 403 263 0.046315 10.0.0.240 - - [2026-03-26 04:16:05] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2685 0.004735 10.0.0.240 - - [2026-03-26 04:16:05] "PUT /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86 HTTP/1.1" 200 264 0.015317 10.0.0.240 - - [2026-03-26 04:16:05] "GET /virtual-network/3870f31a-3675-41b7-bc0a-69e1ec74924c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.022311 10.0.0.240 - - [2026-03-26 04:16:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.025777 10.0.0.240 - - [2026-03-26 04:16:05] "DELETE /service-template/80c82597-6ba1-4848-8d88-4047250f8645 HTTP/1.1" 200 115 0.052665 10.0.0.240 - - [2026-03-26 04:16:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.021482 10.0.0.65 - - [2026-03-26 04:16:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004053 10.0.0.65 - - [2026-03-26 04:16:05] "POST /useragent-kv HTTP/1.1" 200 115 0.005278 10.0.0.240 - - [2026-03-26 04:16:05] "DELETE /virtual-network/3870f31a-3675-41b7-bc0a-69e1ec74924c HTTP/1.1" 200 115 0.169205 10.0.0.22 - - [2026-03-26 04:16:06] "DELETE /route-target/34a6327c-dfff-4b53-9bc4-db7a23b7a2f9 HTTP/1.1" 200 115 0.033367 10.0.0.240 - - [2026-03-26 04:16:06] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.004718 10.0.0.240 - - [2026-03-26 04:16:06] "PUT /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86 HTTP/1.1" 200 264 0.013215 10.0.0.240 - - [2026-03-26 04:16:06] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2691 0.004900 10.0.0.240 - - [2026-03-26 04:16:06] "PUT /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86 HTTP/1.1" 200 264 0.014595 10.0.0.240 - - [2026-03-26 04:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.65 - - [2026-03-26 04:16:08] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001310 10.0.0.240 - - [2026-03-26 04:16:09] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.061263 10.0.0.240 - - [2026-03-26 04:16:09] "POST /neutron/network HTTP/1.1" 200 117 0.137405 10.0.0.240 - - [2026-03-26 04:16:09] "POST /neutron/network HTTP/1.1" 200 862 0.009473 10.0.0.240 - - [2026-03-26 04:16:09] "POST /id-to-fqname HTTP/1.1" 200 240 0.001717 10.0.0.240 - - [2026-03-26 04:16:09] "GET /virtual-network/b0398802-7c05-4663-9da7-17c2687c2bcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006192 10.0.0.240 - - [2026-03-26 04:16:09] "GET /virtual-network/b0398802-7c05-4663-9da7-17c2687c2bcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008334 10.0.0.240 - - [2026-03-26 04:16:09] "POST /neutron/subnet HTTP/1.1" 200 723 0.023454 10.0.0.240 - - [2026-03-26 04:16:09] "GET /virtual-network/b0398802-7c05-4663-9da7-17c2687c2bcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008673 10.0.0.240 - - [2026-03-26 04:16:10] "GET /network-ipam/63e96dbc-cb23-40d8-83f1-cb1d68dd5fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.007870 10.0.0.240 - - [2026-03-26 04:16:10] "GET /virtual-network/b0398802-7c05-4663-9da7-17c2687c2bcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007509 10.0.0.240 - - [2026-03-26 04:16:10] "GET /obj-perms HTTP/1.1" 200 5049 0.066595 10.0.0.65 - - [2026-03-26 04:16:10] "GET /obj-perms HTTP/1.1" 200 5049 0.067317 10.0.0.240 - - [2026-03-26 04:16:10] "POST /fqname-to-id HTTP/1.1" 404 215 0.003436 10.0.0.240 - - [2026-03-26 04:16:10] "POST /api-access-lists HTTP/1.1" 200 555 0.033379 10.0.0.240 - - [2026-03-26 04:16:11] "GET /api-access-list/f17bccd7-5f49-4364-894f-61f762579c69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2442 0.006142 10.0.0.240 - - [2026-03-26 04:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.016365 10.0.0.65 - - [2026-03-26 04:16:11] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001340 10.0.0.240 - - [2026-03-26 04:16:11] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.076311 10.0.0.65 - - [2026-03-26 04:16:11] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001268 10.0.0.240 - - [2026-03-26 04:16:11] "POST /neutron/network HTTP/1.1" 200 645 0.187107 10.0.0.22 - - [2026-03-26 04:16:11] "POST /route-targets HTTP/1.1" 200 327 0.016487 10.0.0.65 - - [2026-03-26 04:16:11] "POST /useragent-kv HTTP/1.1" 200 115 0.008137 10.0.0.240 - - [2026-03-26 04:16:11] "POST /neutron/subnet HTTP/1.1" 200 724 0.307426 10.0.0.240 - - [2026-03-26 04:16:11] "POST /id-to-fqname HTTP/1.1" 200 240 0.014199 10.0.0.240 - - [2026-03-26 04:16:12] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022273 10.0.0.240 - - [2026-03-26 04:16:12] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.020874 10.0.0.240 - - [2026-03-26 04:16:12] "POST /neutron/network HTTP/1.1" 200 864 0.040549 10.0.0.240 - - [2026-03-26 04:16:12] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.006558 10.0.0.240 - - [2026-03-26 04:16:12] "GET /network-ipam/63e96dbc-cb23-40d8-83f1-cb1d68dd5fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.004789 10.0.0.240 - - [2026-03-26 04:16:12] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.007102 10.0.0.240 - - [2026-03-26 04:16:12] "POST /fqname-to-id HTTP/1.1" 404 232 0.017328 10.0.0.65 - - [2026-03-26 04:16:12] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001322 10.0.0.22 - - [2026-03-26 04:16:13] "POST /access-control-lists HTTP/1.1" 200 626 0.026715 10.0.0.22 - - [2026-03-26 04:16:13] "PUT /access-control-list/01d93ab6-04d0-4c47-ba71-b406edeca7ef HTTP/1.1" 200 272 0.019289 10.0.0.240 - - [2026-03-26 04:16:13] "POST /neutron/security_group HTTP/1.1" 200 1426 0.572399 10.0.0.240 - - [2026-03-26 04:16:13] "POST /neutron/security_group HTTP/1.1" 200 1426 0.021170 10.0.0.22 - - [2026-03-26 04:16:14] "PUT /access-control-list/9102ed95-caa8-4db9-bcd3-d906ee0dec71 HTTP/1.1" 200 272 0.018781 10.0.0.65 - - [2026-03-26 04:16:14] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.240 - - [2026-03-26 04:16:14] "POST /neutron/security_group_rule HTTP/1.1" 200 570 0.100277 10.0.0.240 - - [2026-03-26 04:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.022864 10.0.0.240 - - [2026-03-26 04:16:14] "GET /security-group/ef37f688-4336-4dfd-934a-5cf13973b763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.031661 10.0.0.240 - - [2026-03-26 04:16:15] "POST /id-to-fqname HTTP/1.1" 200 240 0.018715 10.0.0.240 - - [2026-03-26 04:16:15] "POST /neutron/port HTTP/1.1" 200 1219 0.020113 10.0.0.240 - - [2026-03-26 04:16:15] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003989 10.0.0.240 - - [2026-03-26 04:16:15] "POST /neutron/port HTTP/1.1" 200 117 0.001162 10.0.0.240 - - [2026-03-26 04:16:15] "POST /neutron/port HTTP/1.1" 200 4196 0.061677 10.0.0.65 - - [2026-03-26 04:16:16] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001061 10.0.0.240 - - [2026-03-26 04:16:16] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.082558 10.0.0.240 - - [2026-03-26 04:16:17] "POST /neutron/port HTTP/1.1" 200 4196 0.049118 10.0.0.240 - - [2026-03-26 04:16:17] "POST /neutron/network HTTP/1.1" 200 874 0.043887 10.0.0.240 - - [2026-03-26 04:16:18] "POST /neutron/port HTTP/1.1" 200 1060 0.019014 10.0.0.240 - - [2026-03-26 04:16:18] "POST /neutron/port HTTP/1.1" 200 1124 0.020044 10.0.0.240 - - [2026-03-26 04:16:18] "POST /neutron/port HTTP/1.1" 200 117 0.001117 10.0.0.240 - - [2026-03-26 04:16:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008146 10.0.0.240 - - [2026-03-26 04:16:22] "POST /neutron/port HTTP/1.1" 200 1124 0.019300 10.0.0.240 - - [2026-03-26 04:16:22] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008474 10.0.0.240 - - [2026-03-26 04:16:22] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396 HTTP/1.1" 401 293 0.000564 10.0.0.240 - - [2026-03-26 04:16:23] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396 HTTP/1.1" 200 1293 0.059584 10.0.0.240 - - [2026-03-26 04:16:23] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396 HTTP/1.1" 200 1293 0.029147 10.0.0.240 - - [2026-03-26 04:16:23] "GET /virtual-machine-interface/d925b297-54ae-4f88-96e9-b212e7345867 HTTP/1.1" 200 3024 0.029721 10.0.0.240 - - [2026-03-26 04:16:23] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396 HTTP/1.1" 200 1293 0.017224 10.0.0.240 - - [2026-03-26 04:16:23] "GET /virtual-machine-interface/d925b297-54ae-4f88-96e9-b212e7345867 HTTP/1.1" 200 3024 0.019579 10.0.0.240 - - [2026-03-26 04:16:23] "GET /instance-ip/52969493-c391-4e7a-9882-e54824641cf6 HTTP/1.1" 200 1640 0.019254 10.0.0.240 - - [2026-03-26 04:16:23] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396 HTTP/1.1" 200 1293 0.020569 10.0.0.240 - - [2026-03-26 04:16:23] "GET /virtual-machine-interface/d925b297-54ae-4f88-96e9-b212e7345867 HTTP/1.1" 200 3024 0.024039 10.0.0.240 - - [2026-03-26 04:16:23] "GET /instance-ip/52969493-c391-4e7a-9882-e54824641cf6 HTTP/1.1" 200 1640 0.018369 10.0.0.240 - - [2026-03-26 04:16:23] "POST /fqname-to-id HTTP/1.1" 403 354 0.016940 10.0.0.240 - - [2026-03-26 04:16:23] "GET / HTTP/1.1" 200 35931 0.002017 10.0.0.240 - - [2026-03-26 04:16:23] "POST /fqname-to-id HTTP/1.1" 401 293 0.000392 10.0.0.240 - - [2026-03-26 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.033452 10.0.0.240 - - [2026-03-26 04:16:24] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004835 10.0.0.240 - - [2026-03-26 04:16:24] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.026075 10.0.0.240 - - [2026-03-26 04:16:24] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022955 10.0.0.240 - - [2026-03-26 04:16:24] "POST /fqname-to-id HTTP/1.1" 403 354 0.023278 10.0.0.240 - - [2026-03-26 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003944 10.0.0.240 - - [2026-03-26 04:16:24] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003975 10.0.0.240 - - [2026-03-26 04:16:24] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.030184 10.0.0.240 - - [2026-03-26 04:16:24] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.023657 10.0.0.240 - - [2026-03-26 04:16:24] "POST /fqname-to-id HTTP/1.1" 403 354 0.022860 10.0.0.240 - - [2026-03-26 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005468 10.0.0.240 - - [2026-03-26 04:16:24] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005028 10.0.0.240 - - [2026-03-26 04:16:24] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025874 10.0.0.240 - - [2026-03-26 04:16:24] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.031141 10.0.0.240 - - [2026-03-26 04:16:24] "POST /fqname-to-id HTTP/1.1" 403 354 0.018201 10.0.0.240 - - [2026-03-26 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.240 - - [2026-03-26 04:16:24] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005251 10.0.0.240 - - [2026-03-26 04:16:24] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023870 10.0.0.240 - - [2026-03-26 04:16:24] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.023968 10.0.0.240 - - [2026-03-26 04:16:24] "POST /fqname-to-id HTTP/1.1" 403 354 0.017735 10.0.0.240 - - [2026-03-26 04:16:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004860 10.0.0.240 - - [2026-03-26 04:16:24] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004214 10.0.0.240 - - [2026-03-26 04:16:24] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.021842 10.0.0.240 - - [2026-03-26 04:16:24] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.023549 10.0.0.240 - - [2026-03-26 04:16:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.016728 10.0.0.240 - - [2026-03-26 04:16:28] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.020071 10.0.0.65 - - [2026-03-26 04:16:28] "DELETE /project/35efe47fa67d4946b9d797049e45ea33 HTTP/1.1" 404 173 0.006262 10.0.0.65 - - [2026-03-26 04:16:28] "DELETE /project/8ba6a80ba4c34563adc602f83d2f37e3 HTTP/1.1" 404 173 0.010359 10.0.0.65 - - [2026-03-26 04:16:28] "GET /projects?obj_uuids=8ba6a80b-a4c3-4563-adc6-02f83d2f37e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000816 10.0.0.65 - - [2026-03-26 04:16:28] "GET /projects?obj_uuids=35efe47f-a67d-4946-b9d7-97049e45ea33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000727 10.0.0.65 - - [2026-03-26 04:16:28] "GET /project/35efe47f-a67d-4946-b9d7-97049e45ea33?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.066294 10.0.0.65 - - [2026-03-26 04:16:28] "GET /project/8ba6a80b-a4c3-4563-adc6-02f83d2f37e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.074297 10.0.0.65 - - [2026-03-26 04:16:28] "GET /projects?obj_uuids=35efe47f-a67d-4946-b9d7-97049e45ea33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.65 - - [2026-03-26 04:16:28] "GET /projects?obj_uuids=8ba6a80b-a4c3-4563-adc6-02f83d2f37e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001673 10.0.0.65 - - [2026-03-26 04:16:28] "GET /project/8ba6a80b-a4c3-4563-adc6-02f83d2f37e3?fields=security_groups HTTP/1.1" 200 1364 0.087232 10.0.0.65 - - [2026-03-26 04:16:28] "GET /project/35efe47f-a67d-4946-b9d7-97049e45ea33?fields=security_groups HTTP/1.1" 200 1363 0.098319 10.0.0.65 - - [2026-03-26 04:16:28] "DELETE /security-group/9b9f2867-3ba0-49f8-a141-b4ce40dee141 HTTP/1.1" 200 115 0.068003 10.0.0.65 - - [2026-03-26 04:16:28] "GET /projects?obj_uuids=8ba6a80b-a4c3-4563-adc6-02f83d2f37e3&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001558 10.0.0.65 - - [2026-03-26 04:16:28] "DELETE /security-group/aad13049-3ea1-4586-9f50-1d34cabe9128 HTTP/1.1" 200 115 0.098136 10.0.0.65 - - [2026-03-26 04:16:28] "GET /projects?obj_uuids=35efe47f-a67d-4946-b9d7-97049e45ea33&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001415 10.0.0.65 - - [2026-03-26 04:16:28] "GET /project/8ba6a80b-a4c3-4563-adc6-02f83d2f37e3?fields=application_policy_sets HTTP/1.1" 200 1403 0.074805 10.0.0.22 - - [2026-03-26 04:16:28] "DELETE /access-control-list/4f3084b9-4873-4966-a838-969f656588b5 HTTP/1.1" 200 115 0.076555 10.0.0.65 - - [2026-03-26 04:16:28] "GET /project/35efe47f-a67d-4946-b9d7-97049e45ea33?fields=application_policy_sets HTTP/1.1" 200 1402 0.121084 10.0.0.65 - - [2026-03-26 04:16:29] "DELETE /project/8ba6a80b-a4c3-4563-adc6-02f83d2f37e3 HTTP/1.1" 200 115 0.662075 10.0.0.65 - - [2026-03-26 04:16:29] "DELETE /project/35efe47f-a67d-4946-b9d7-97049e45ea33 HTTP/1.1" 200 115 0.693074 10.0.0.240 - - [2026-03-26 04:16:30] "POST /fqname-to-id HTTP/1.1" 403 354 0.018977 10.0.0.240 - - [2026-03-26 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003032 10.0.0.240 - - [2026-03-26 04:16:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003702 10.0.0.240 - - [2026-03-26 04:16:30] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023171 10.0.0.240 - - [2026-03-26 04:16:30] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022767 10.0.0.240 - - [2026-03-26 04:16:30] "POST /fqname-to-id HTTP/1.1" 403 354 0.017790 10.0.0.240 - - [2026-03-26 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003459 10.0.0.240 - - [2026-03-26 04:16:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003686 10.0.0.240 - - [2026-03-26 04:16:30] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.023011 10.0.0.240 - - [2026-03-26 04:16:30] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022079 10.0.0.240 - - [2026-03-26 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.026649 10.0.0.240 - - [2026-03-26 04:16:30] "GET /routing-instance/47fae8b8-bb5d-4c20-b7c7-f1c3dfa46af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.022716 10.0.0.240 - - [2026-03-26 04:16:30] "POST /fqname-to-id HTTP/1.1" 403 354 0.017047 10.0.0.240 - - [2026-03-26 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.240 - - [2026-03-26 04:16:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.089380 10.0.0.240 - - [2026-03-26 04:16:30] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025692 10.0.0.240 - - [2026-03-26 04:16:30] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.020656 10.0.0.240 - - [2026-03-26 04:16:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.016379 10.0.0.240 - - [2026-03-26 04:16:30] "GET /routing-instance/47fae8b8-bb5d-4c20-b7c7-f1c3dfa46af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.018730 10.0.0.65 - - [2026-03-26 04:16:31] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.018028 10.0.0.65 - - [2026-03-26 04:16:35] "GET /obj-perms HTTP/1.1" 403 257 0.015129 10.0.0.65 - - [2026-03-26 04:16:37] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.024927 10.0.0.240 - - [2026-03-26 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.240 - - [2026-03-26 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.006460 10.0.0.65 - - [2026-03-26 04:16:39] "GET /obj-perms HTTP/1.1" 403 257 0.016150 10.0.0.240 - - [2026-03-26 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.240 - - [2026-03-26 04:16:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.65 - - [2026-03-26 04:16:39] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.016406 10.0.0.240 - - [2026-03-26 04:16:39] "GET /obj-perms HTTP/1.1" 403 257 0.013551 10.0.0.240 - - [2026-03-26 04:16:40] "GET /obj-perms HTTP/1.1" 200 5049 0.004426 10.0.0.22 - - [2026-03-26 04:16:40] "GET /obj-perms HTTP/1.1" 200 5049 0.097508 10.0.0.240 - - [2026-03-26 04:16:41] "GET /obj-perms HTTP/1.1" 403 257 0.044824 10.0.0.240 - - [2026-03-26 04:16:41] "GET /obj-perms HTTP/1.1" 403 257 0.018032 10.0.0.22 - - [2026-03-26 04:16:41] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 320 0.031765 10.0.0.240 - - [2026-03-26 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.017671 10.0.0.65 - - [2026-03-26 04:16:41] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001763 10.0.0.240 - - [2026-03-26 04:16:41] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.076375 10.0.0.240 - - [2026-03-26 04:16:41] "GET /virtual-network/b0398802-7c05-4663-9da7-17c2687c2bcd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.030197 10.0.0.240 - - [2026-03-26 04:16:41] "GET /floating-ip-pools?parent_id=b0398802-7c05-4663-9da7-17c2687c2bcd&detail=False&count=False&shared=False HTTP/1.1" 200 393 0.023860 10.0.0.240 - - [2026-03-26 04:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.029893 10.0.0.240 - - [2026-03-26 04:16:41] "GET /floating-ip-pool/b12050a9-f2fa-4762-a85a-e5997242de90?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1182 0.018468 10.0.0.65 - - [2026-03-26 04:16:41] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001746 10.0.0.240 - - [2026-03-26 04:16:41] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.068673 10.0.0.240 - - [2026-03-26 04:16:41] "POST /floating-ips HTTP/1.1" 200 616 0.081324 10.0.0.240 - - [2026-03-26 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.030666 10.0.0.240 - - [2026-03-26 04:16:42] "GET /floating-ip/58a16aed-a462-4d13-b8fc-ed250ec0ee7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.026429 10.0.0.240 - - [2026-03-26 04:16:42] "GET /floating-ip/58a16aed-a462-4d13-b8fc-ed250ec0ee7b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1475 0.021687 10.0.0.240 - - [2026-03-26 04:16:42] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.022323 10.0.0.240 - - [2026-03-26 04:16:42] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1204 0.019502 10.0.0.240 - - [2026-03-26 04:16:42] "GET /virtual-machine-interface/d925b297-54ae-4f88-96e9-b212e7345867?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.026632 10.0.0.240 - - [2026-03-26 04:16:42] "POST /ref-update HTTP/1.1" 200 156 0.043138 10.0.0.240 - - [2026-03-26 04:16:42] "POST /neutron/floatingip HTTP/1.1" 200 547 0.093854 10.0.0.240 - - [2026-03-26 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.017015 10.0.0.240 - - [2026-03-26 04:16:42] "GET /routing-instance/5255d2dc-c448-46df-b333-5a71d9403005?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.023966 10.0.0.240 - - [2026-03-26 04:16:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.240 - - [2026-03-26 04:16:42] "GET /virtual-networks?detail=False&count=False&shared=False HTTP/1.1" 200 611 0.042629 10.0.0.240 - - [2026-03-26 04:16:43] "POST /neutron/port HTTP/1.1" 200 1114 0.088889 10.0.0.240 - - [2026-03-26 04:16:43] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396 HTTP/1.1" 200 1293 0.021521 10.0.0.240 - - [2026-03-26 04:16:43] "GET /virtual-machine-interface/d925b297-54ae-4f88-96e9-b212e7345867 HTTP/1.1" 200 3586 0.022354 10.0.0.240 - - [2026-03-26 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.017280 10.0.0.240 - - [2026-03-26 04:16:43] "GET /security-group/ef37f688-4336-4dfd-934a-5cf13973b763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.017547 10.0.0.240 - - [2026-03-26 04:16:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.018636 10.0.0.240 - - [2026-03-26 04:16:43] "GET /security-group/ef37f688-4336-4dfd-934a-5cf13973b763?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1317 0.020305 10.0.0.240 - - [2026-03-26 04:16:43] "POST /neutron/security_group HTTP/1.1" 200 568 0.018649 10.0.0.240 - - [2026-03-26 04:16:43] "DELETE /floating-ip/58a16aed-a462-4d13-b8fc-ed250ec0ee7b HTTP/1.1" 200 115 0.072590 10.0.0.240 - - [2026-03-26 04:16:44] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396 HTTP/1.1" 200 1293 0.028138 10.0.0.240 - - [2026-03-26 04:16:44] "POST /neutron/port HTTP/1.1" 200 151 0.238533 10.0.0.240 - - [2026-03-26 04:16:46] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396 HTTP/1.1" 404 171 0.018589 10.0.0.240 - - [2026-03-26 04:16:46] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396 HTTP/1.1" 404 171 0.018439 10.0.0.240 - - [2026-03-26 04:16:46] "GET /virtual-machine/d7ec279f-d6c8-4449-a153-a177cf2e8396 HTTP/1.1" 404 171 0.015116 10.0.0.240 - - [2026-03-26 04:16:46] "POST /fqname-to-id HTTP/1.1" 403 354 0.018060 10.0.0.240 - - [2026-03-26 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.240 - - [2026-03-26 04:16:46] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003975 10.0.0.240 - - [2026-03-26 04:16:46] "GET /virtual-networks?parent_id=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 611 0.025109 10.0.0.240 - - [2026-03-26 04:16:46] "GET /virtual-network/74ddf7ba-9259-4b0a-8fc8-bc5f4629baa9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2122 0.022119 10.0.0.240 - - [2026-03-26 04:16:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.018480 10.0.0.240 - - [2026-03-26 04:16:46] "GET /routing-instance/47fae8b8-bb5d-4c20-b7c7-f1c3dfa46af9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1359 0.025947 10.0.0.240 - - [2026-03-26 04:16:47] "GET /obj-perms HTTP/1.1" 403 257 0.039448 10.0.0.240 - - [2026-03-26 04:16:50] "GET /obj-perms HTTP/1.1" 200 5049 0.004403 10.0.0.22 - - [2026-03-26 04:16:53] "GET /obj-perms HTTP/1.1" 200 5049 0.004418 10.0.0.240 - - [2026-03-26 04:16:58] "GET /obj-perms HTTP/1.1" 200 5075 0.055185 10.0.0.22 - - [2026-03-26 04:16:59] "GET /obj-perms HTTP/1.1" 200 5049 0.003989 10.0.0.240 - - [2026-03-26 04:17:05] "GET /obj-perms HTTP/1.1" 200 5049 0.004890 10.0.0.22 - - [2026-03-26 04:17:08] "GET /obj-perms HTTP/1.1" 200 5049 0.004411 10.0.0.240 - - [2026-03-26 04:17:08] "GET /obj-perms HTTP/1.1" 200 5049 0.005052 10.0.0.65 - - [2026-03-26 04:17:08] "GET /obj-perms HTTP/1.1" 200 5049 0.005651 10.0.0.22 - - [2026-03-26 04:17:09] "DELETE /access-control-list/01d93ab6-04d0-4c47-ba71-b406edeca7ef HTTP/1.1" 200 115 0.057776 10.0.0.240 - - [2026-03-26 04:17:09] "POST /fqname-to-id HTTP/1.1" 404 232 0.040632 10.0.0.240 - - [2026-03-26 04:17:09] "POST /neutron/network HTTP/1.1" 200 864 0.048228 10.0.0.22 - - [2026-03-26 04:17:09] "DELETE /route-target/74832805-1794-4792-b3a5-0bfed6eeceb4 HTTP/1.1" 200 115 0.034077 10.0.0.240 - - [2026-03-26 04:17:09] "DELETE /api-access-list/f17bccd7-5f49-4364-894f-61f762579c69 HTTP/1.1" 200 115 0.059071 10.0.0.65 - - [2026-03-26 04:17:10] "POST /useragent-kv HTTP/1.1" 200 115 0.004365 10.0.0.65 - - [2026-03-26 04:17:10] "POST /useragent-kv HTTP/1.1" 200 115 0.003178 10.0.0.240 - - [2026-03-26 04:17:10] "POST /neutron/network HTTP/1.1" 200 151 0.194834 10.0.0.240 - - [2026-03-26 04:17:12] "GET /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2410 0.004486 10.0.0.240 - - [2026-03-26 04:17:12] "PUT /api-access-list/4dd682c5-fe53-417c-bd51-980df9f17f86 HTTP/1.1" 200 264 0.015439 10.0.0.65 - - [2026-03-26 04:17:12] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001409 10.0.0.240 - - [2026-03-26 04:17:12] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.050128 10.0.0.65 - - [2026-03-26 04:17:12] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000981 10.0.0.240 - - [2026-03-26 04:17:12] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?fields=virtual_networks HTTP/1.1" 200 1032 0.048901 10.0.0.65 - - [2026-03-26 04:17:12] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001064 10.0.0.240 - - [2026-03-26 04:17:12] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.047357 10.0.0.65 - - [2026-03-26 04:17:12] "GET /projects?obj_uuids=ccde7121-bb5d-4dcf-87d6-6f91a4435810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000921 10.0.0.240 - - [2026-03-26 04:17:12] "GET /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810?fields=security_groups HTTP/1.1" 200 1258 0.044752 10.0.0.65 - - [2026-03-26 04:17:13] "GET /projects?obj_uuids=abfcc8a9-517e-4734-b66e-3216085c53f5&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001012 10.0.0.240 - - [2026-03-26 04:17:13] "GET /project/abfcc8a9-517e-4734-b66e-3216085c53f5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1272 0.055699 10.0.0.22 - - [2026-03-26 04:17:14] "DELETE /access-control-list/ed155de3-4ce9-41a3-a9a0-f997c86f395a HTTP/1.1" 200 115 0.046732 [Introspect:8084]10.0.0.240 - - [2026-03-26 04:17:15] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001291 10.0.0.240 - - [2026-03-26 04:17:15] "POST /neutron/network HTTP/1.1" 200 939 0.039765 10.0.0.240 - - [2026-03-26 04:17:15] "POST /neutron/port HTTP/1.1" 200 117 0.001750 10.0.0.240 - - [2026-03-26 04:17:16] "POST /neutron/port HTTP/1.1" 200 1219 0.051388 10.0.0.240 - - [2026-03-26 04:17:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003873 10.0.0.240 - - [2026-03-26 04:17:17] "POST /neutron/port HTTP/1.1" 200 117 0.001312 10.0.0.240 - - [2026-03-26 04:17:17] "POST /fqname-to-id HTTP/1.1" 404 189 0.033931 10.0.0.65 - - [2026-03-26 04:17:17] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004366 10.0.0.65 - - [2026-03-26 04:17:17] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001224 10.0.0.65 - - [2026-03-26 04:17:17] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008825 10.0.0.65 - - [2026-03-26 04:17:17] "POST /id-to-fqname HTTP/1.1" 200 191 0.005060 10.0.0.65 - - [2026-03-26 04:17:17] "POST /fqname-to-id HTTP/1.1" 404 200 0.007886 10.0.0.65 - - [2026-03-26 04:17:17] "POST /security-groups HTTP/1.1" 200 592 0.077602 10.0.0.65 - - [2026-03-26 04:17:17] "POST /projects HTTP/1.1" 200 587 0.304015 10.0.0.22 - - [2026-03-26 04:17:17] "POST /access-control-lists HTTP/1.1" 200 597 0.033391 10.0.0.65 - - [2026-03-26 04:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.379175 10.0.0.240 - - [2026-03-26 04:17:18] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.546445 10.0.0.240 - - [2026-03-26 04:17:19] "GET / HTTP/1.1" 200 35931 0.001535 10.0.0.240 - - [2026-03-26 04:17:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000493 10.0.0.240 - - [2026-03-26 04:17:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.060022 10.0.0.65 - - [2026-03-26 04:17:21] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.028434 10.0.0.240 - - [2026-03-26 04:17:21] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.079931 10.0.0.65 - - [2026-03-26 04:17:21] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001154 10.0.0.240 - - [2026-03-26 04:17:21] "POST /neutron/network HTTP/1.1" 200 608 0.170719 10.0.0.22 - - [2026-03-26 04:17:21] "POST /route-targets HTTP/1.1" 200 327 0.066507 10.0.0.240 - - [2026-03-26 04:17:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.003336 10.0.0.240 - - [2026-03-26 04:17:22] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006566 10.0.0.240 - - [2026-03-26 04:17:22] "POST /neutron/network HTTP/1.1" 200 825 0.007909 10.0.0.240 - - [2026-03-26 04:17:22] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007935 10.0.0.240 - - [2026-03-26 04:17:22] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007358 10.0.0.240 - - [2026-03-26 04:17:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001272 10.0.0.240 - - [2026-03-26 04:17:24] "POST /neutron/port HTTP/1.1" 200 4196 0.032710 10.0.0.65 - - [2026-03-26 04:17:25] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001512 10.0.0.240 - - [2026-03-26 04:17:25] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.079264 10.0.0.240 - - [2026-03-26 04:17:26] "POST /neutron/port HTTP/1.1" 200 4196 0.044190 10.0.0.240 - - [2026-03-26 04:17:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001298 10.0.0.240 - - [2026-03-26 04:17:26] "POST /neutron/network HTTP/1.1" 200 835 0.008403 10.0.0.240 - - [2026-03-26 04:17:26] "POST /neutron/port HTTP/1.1" 200 1059 0.019198 10.0.0.240 - - [2026-03-26 04:17:27] "POST /neutron/port HTTP/1.1" 200 1123 0.022199 10.0.0.240 - - [2026-03-26 04:17:27] "POST /neutron/port HTTP/1.1" 200 117 0.001316 10.0.0.65 - - [2026-03-26 04:17:27] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.240 - - [2026-03-26 04:17:27] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.080449 10.0.0.240 - - [2026-03-26 04:17:27] "POST /neutron/port HTTP/1.1" 200 5166 0.043740 10.0.0.240 - - [2026-03-26 04:17:27] "POST /neutron/port HTTP/1.1" 200 1123 0.022815 10.0.0.65 - - [2026-03-26 04:17:27] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.240 - - [2026-03-26 04:17:28] "POST /neutron/port HTTP/1.1" 200 1059 0.323848 10.0.0.240 - - [2026-03-26 04:17:28] "POST /neutron/port HTTP/1.1" 200 1113 0.123437 10.0.0.240 - - [2026-03-26 04:17:28] "POST /neutron/subnet HTTP/1.1" 200 690 0.011280 10.0.0.65 - - [2026-03-26 04:17:29] "DELETE /project/d6ea1904a93e4150adb31bffdbab0298 HTTP/1.1" 404 173 0.043249 10.0.0.65 - - [2026-03-26 04:17:29] "DELETE /project/ccde7121-bb5d-4dcf-87d6-6f91a4435810 HTTP/1.1" 404 177 0.067780 10.0.0.240 - - [2026-03-26 04:17:32] "POST /neutron/port HTTP/1.1" 200 1123 0.021021 10.0.0.240 - - [2026-03-26 04:17:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008257 10.0.0.240 - - [2026-03-26 04:17:33] "GET /virtual-machine/71522dfc-fd4d-4392-bd61-e3df4b233c4a HTTP/1.1" 401 293 0.000494 10.0.0.240 - - [2026-03-26 04:17:33] "GET /virtual-machine/71522dfc-fd4d-4392-bd61-e3df4b233c4a HTTP/1.1" 200 1293 0.032829 10.0.0.240 - - [2026-03-26 04:17:33] "GET /virtual-machine-interface/fc00523e-009e-4a8c-8841-ba72d473e898 HTTP/1.1" 200 2949 0.005731 10.0.0.240 - - [2026-03-26 04:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003452 10.0.0.240 - - [2026-03-26 04:17:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005180 10.0.0.240 - - [2026-03-26 04:17:33] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003304 10.0.0.240 - - [2026-03-26 04:17:33] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.017195 10.0.0.240 - - [2026-03-26 04:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004274 10.0.0.240 - - [2026-03-26 04:17:36] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007499 10.0.0.240 - - [2026-03-26 04:17:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.240 - - [2026-03-26 04:17:40] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006982 10.0.0.240 - - [2026-03-26 04:17:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004286 10.0.0.240 - - [2026-03-26 04:17:44] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006453 10.0.0.240 - - [2026-03-26 04:17:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004075 10.0.0.240 - - [2026-03-26 04:17:48] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007275 10.0.0.240 - - [2026-03-26 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.240 - - [2026-03-26 04:17:53] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007107 10.0.0.240 - - [2026-03-26 04:17:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004292 10.0.0.240 - - [2026-03-26 04:17:57] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006068 10.0.0.240 - - [2026-03-26 04:18:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004464 10.0.0.240 - - [2026-03-26 04:18:01] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006362 10.0.0.240 - - [2026-03-26 04:18:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003544 10.0.0.240 - - [2026-03-26 04:18:05] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006301 10.0.0.240 - - [2026-03-26 04:18:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003708 10.0.0.240 - - [2026-03-26 04:18:07] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004678 10.0.0.240 - - [2026-03-26 04:18:07] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004514 10.0.0.240 - - [2026-03-26 04:18:07] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006785 10.0.0.240 - - [2026-03-26 04:18:07] "POST /neutron/port HTTP/1.1" 200 1123 0.022758 10.0.0.240 - - [2026-03-26 04:18:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010189 10.0.0.240 - - [2026-03-26 04:18:16] "POST /neutron/network HTTP/1.1" 200 1124 0.009003 10.0.0.240 - - [2026-03-26 04:18:16] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016534 10.0.0.240 - - [2026-03-26 04:18:16] "POST /neutron/network HTTP/1.1" 200 1114 0.009580 10.0.0.240 - - [2026-03-26 04:18:17] "POST /neutron/port HTTP/1.1" 200 1123 0.031417 10.0.0.240 - - [2026-03-26 04:18:18] "POST /neutron/port HTTP/1.1" 200 1109 0.019593 10.0.0.240 - - [2026-03-26 04:18:18] "POST /neutron/subnet HTTP/1.1" 200 708 0.009724 10.0.0.240 - - [2026-03-26 04:18:20] "POST /neutron/port HTTP/1.1" 200 1123 0.051894 10.0.0.240 - - [2026-03-26 04:18:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008727 10.0.0.240 - - [2026-03-26 04:18:28] "POST /neutron/port HTTP/1.1" 200 1123 0.026794 10.0.0.240 - - [2026-03-26 04:18:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007793 10.0.0.240 - - [2026-03-26 04:18:28] "GET /virtual-machine/19ee9846-b10a-4d54-a86f-a007a3ea2d67 HTTP/1.1" 200 1293 0.007110 10.0.0.240 - - [2026-03-26 04:18:28] "GET /virtual-machine-interface/d7fc4cec-4912-433d-a09d-f2984f66e447 HTTP/1.1" 200 2950 0.007975 10.0.0.240 - - [2026-03-26 04:18:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003694 10.0.0.240 - - [2026-03-26 04:18:28] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004256 10.0.0.240 - - [2026-03-26 04:18:28] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003823 10.0.0.240 - - [2026-03-26 04:18:28] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009042 10.0.0.240 - - [2026-03-26 04:18:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.240 - - [2026-03-26 04:18:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004579 10.0.0.240 - - [2026-03-26 04:18:29] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003237 10.0.0.240 - - [2026-03-26 04:18:29] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006122 10.0.0.22 - - [2026-03-26 04:18:59] "GET /obj-perms HTTP/1.1" 200 5075 0.075811 10.0.0.65 - - [2026-03-26 04:19:00] "GET /obj-perms HTTP/1.1" 200 5075 0.065812 10.0.0.22 - - [2026-03-26 04:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.22 - - [2026-03-26 04:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.22 - - [2026-03-26 04:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.001081 10.0.0.22 - - [2026-03-26 04:19:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000511 10.0.0.65 - - [2026-03-26 04:19:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000365 10.0.0.65 - - [2026-03-26 04:19:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000374 10.0.0.65 - - [2026-03-26 04:19:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.65 - - [2026-03-26 04:19:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.240 - - [2026-03-26 04:19:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.240 - - [2026-03-26 04:19:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000536 10.0.0.240 - - [2026-03-26 04:19:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.240 - - [2026-03-26 04:19:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.240 - - [2026-03-26 04:19:16] "POST /neutron/port HTTP/1.1" 200 1109 0.019449 10.0.0.240 - - [2026-03-26 04:19:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004506 10.0.0.240 - - [2026-03-26 04:19:16] "POST /neutron/network HTTP/1.1" 200 929 0.007519 10.0.0.240 - - [2026-03-26 04:19:18] "POST /neutron/network HTTP/1.1" 200 1124 0.007824 10.0.0.240 - - [2026-03-26 04:19:18] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015354 10.0.0.240 - - [2026-03-26 04:19:18] "POST /neutron/network HTTP/1.1" 200 1114 0.012681 10.0.0.240 - - [2026-03-26 04:19:49] "GET /virtual-machine/71522dfc-fd4d-4392-bd61-e3df4b233c4a HTTP/1.1" 200 1293 0.004611 10.0.0.240 - - [2026-03-26 04:19:49] "GET /virtual-machine-interface/fc00523e-009e-4a8c-8841-ba72d473e898 HTTP/1.1" 200 2949 0.006150 10.0.0.240 - - [2026-03-26 04:19:49] "GET /virtual-machine/71522dfc-fd4d-4392-bd61-e3df4b233c4a HTTP/1.1" 200 1293 0.004465 10.0.0.240 - - [2026-03-26 04:19:49] "GET /virtual-machine-interface/fc00523e-009e-4a8c-8841-ba72d473e898 HTTP/1.1" 200 2949 0.006687 10.0.0.240 - - [2026-03-26 04:19:49] "GET /instance-ip/522b16bf-8d9e-4686-8c41-93db0d0aacdb HTTP/1.1" 200 1621 0.008722 10.0.0.240 - - [2026-03-26 04:19:49] "GET /virtual-machine/71522dfc-fd4d-4392-bd61-e3df4b233c4a HTTP/1.1" 200 1293 0.004181 10.0.0.240 - - [2026-03-26 04:19:49] "GET /virtual-machine-interface/fc00523e-009e-4a8c-8841-ba72d473e898 HTTP/1.1" 200 2949 0.005478 10.0.0.240 - - [2026-03-26 04:19:49] "GET /instance-ip/522b16bf-8d9e-4686-8c41-93db0d0aacdb HTTP/1.1" 200 1621 0.004274 10.0.0.240 - - [2026-03-26 04:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.240 - - [2026-03-26 04:19:49] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004267 10.0.0.240 - - [2026-03-26 04:19:49] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003269 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008012 10.0.0.240 - - [2026-03-26 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.240 - - [2026-03-26 04:19:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004709 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003033 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009684 10.0.0.240 - - [2026-03-26 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005153 10.0.0.240 - - [2026-03-26 04:19:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004649 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005589 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005917 10.0.0.240 - - [2026-03-26 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.240 - - [2026-03-26 04:19:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005417 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003582 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005816 10.0.0.240 - - [2026-03-26 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003399 10.0.0.240 - - [2026-03-26 04:19:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004829 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003313 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006546 10.0.0.240 - - [2026-03-26 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004415 10.0.0.240 - - [2026-03-26 04:19:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003937 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003695 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006863 10.0.0.240 - - [2026-03-26 04:19:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.240 - - [2026-03-26 04:19:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.011419 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003491 10.0.0.240 - - [2026-03-26 04:19:50] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009975 10.0.0.240 - - [2026-03-26 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.240 - - [2026-03-26 04:19:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004758 10.0.0.240 - - [2026-03-26 04:19:51] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003319 10.0.0.240 - - [2026-03-26 04:19:51] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008368 10.0.0.240 - - [2026-03-26 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004363 10.0.0.240 - - [2026-03-26 04:19:51] "GET /routing-instance/d041be7e-08f2-4b06-b2f9-2ea020032499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.007773 10.0.0.240 - - [2026-03-26 04:19:51] "GET /route-target/44925248-0e94-4477-ba73-87ec930a6038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005650 10.0.0.240 - - [2026-03-26 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003389 10.0.0.240 - - [2026-03-26 04:19:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005323 10.0.0.240 - - [2026-03-26 04:19:51] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003309 10.0.0.240 - - [2026-03-26 04:19:51] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006202 10.0.0.240 - - [2026-03-26 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.240 - - [2026-03-26 04:19:51] "GET /routing-instance/d041be7e-08f2-4b06-b2f9-2ea020032499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005019 10.0.0.240 - - [2026-03-26 04:19:51] "GET /route-target/44925248-0e94-4477-ba73-87ec930a6038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004405 10.0.0.240 - - [2026-03-26 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.240 - - [2026-03-26 04:19:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004421 10.0.0.240 - - [2026-03-26 04:19:51] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003090 10.0.0.240 - - [2026-03-26 04:19:51] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006817 10.0.0.240 - - [2026-03-26 04:19:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004074 10.0.0.240 - - [2026-03-26 04:19:51] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006109 10.0.0.240 - - [2026-03-26 04:19:51] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004378 10.0.0.240 - - [2026-03-26 04:19:51] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006902 10.0.0.240 - - [2026-03-26 04:19:51] "GET /obj-perms HTTP/1.1" 200 5051 0.067433 10.0.0.240 - - [2026-03-26 04:19:52] "GET /obj-perms HTTP/1.1" 200 5051 0.004277 10.0.0.65 - - [2026-03-26 04:19:52] "GET /obj-perms HTTP/1.1" 200 5051 0.055593 10.0.0.240 - - [2026-03-26 04:19:52] "GET /obj-perms HTTP/1.1" 200 5051 0.004229 10.0.0.22 - - [2026-03-26 04:19:52] "GET /obj-perms HTTP/1.1" 200 5051 0.067121 10.0.0.240 - - [2026-03-26 04:19:52] "POST /neutron/port HTTP/1.1" 200 1123 0.019117 10.0.0.240 - - [2026-03-26 04:19:52] "GET /virtual-machine/19ee9846-b10a-4d54-a86f-a007a3ea2d67 HTTP/1.1" 200 1293 0.004579 10.0.0.240 - - [2026-03-26 04:19:52] "GET /virtual-machine-interface/d7fc4cec-4912-433d-a09d-f2984f66e447 HTTP/1.1" 200 2950 0.006242 10.0.0.240 - - [2026-03-26 04:19:52] "GET /virtual-machine/19ee9846-b10a-4d54-a86f-a007a3ea2d67 HTTP/1.1" 200 1293 0.005389 10.0.0.240 - - [2026-03-26 04:19:52] "GET /virtual-machine-interface/d7fc4cec-4912-433d-a09d-f2984f66e447 HTTP/1.1" 200 2950 0.005811 10.0.0.240 - - [2026-03-26 04:19:52] "GET /instance-ip/6950cadb-2a50-4ec4-a7f9-593b0f448867 HTTP/1.1" 200 1621 0.007706 10.0.0.240 - - [2026-03-26 04:19:52] "GET /virtual-machine/19ee9846-b10a-4d54-a86f-a007a3ea2d67 HTTP/1.1" 200 1293 0.003814 10.0.0.240 - - [2026-03-26 04:19:52] "GET /virtual-machine-interface/d7fc4cec-4912-433d-a09d-f2984f66e447 HTTP/1.1" 200 2950 0.005902 10.0.0.240 - - [2026-03-26 04:19:52] "GET /instance-ip/6950cadb-2a50-4ec4-a7f9-593b0f448867 HTTP/1.1" 200 1621 0.004198 10.0.0.240 - - [2026-03-26 04:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.240 - - [2026-03-26 04:19:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004611 10.0.0.240 - - [2026-03-26 04:19:52] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003839 10.0.0.240 - - [2026-03-26 04:19:52] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005860 10.0.0.240 - - [2026-03-26 04:19:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003496 10.0.0.240 - - [2026-03-26 04:19:52] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005250 10.0.0.240 - - [2026-03-26 04:19:52] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003388 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007049 10.0.0.240 - - [2026-03-26 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003826 10.0.0.240 - - [2026-03-26 04:19:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004521 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003583 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006466 10.0.0.240 - - [2026-03-26 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.240 - - [2026-03-26 04:19:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004504 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004689 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006053 10.0.0.240 - - [2026-03-26 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.240 - - [2026-03-26 04:19:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005294 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003568 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006413 10.0.0.240 - - [2026-03-26 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.240 - - [2026-03-26 04:19:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004177 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003176 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006704 10.0.0.240 - - [2026-03-26 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003532 10.0.0.240 - - [2026-03-26 04:19:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005024 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.011934 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006882 10.0.0.240 - - [2026-03-26 04:19:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003573 10.0.0.240 - - [2026-03-26 04:19:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003864 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002891 10.0.0.240 - - [2026-03-26 04:19:53] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007394 10.0.0.240 - - [2026-03-26 04:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.240 - - [2026-03-26 04:19:54] "GET /routing-instance/d041be7e-08f2-4b06-b2f9-2ea020032499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004202 10.0.0.240 - - [2026-03-26 04:19:54] "GET /route-target/44925248-0e94-4477-ba73-87ec930a6038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004344 10.0.0.240 - - [2026-03-26 04:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004070 10.0.0.240 - - [2026-03-26 04:19:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003361 10.0.0.240 - - [2026-03-26 04:19:54] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003008 10.0.0.240 - - [2026-03-26 04:19:54] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006619 10.0.0.240 - - [2026-03-26 04:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.240 - - [2026-03-26 04:19:54] "GET /routing-instance/d041be7e-08f2-4b06-b2f9-2ea020032499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005646 10.0.0.240 - - [2026-03-26 04:19:54] "GET /route-target/44925248-0e94-4477-ba73-87ec930a6038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004837 10.0.0.240 - - [2026-03-26 04:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.240 - - [2026-03-26 04:19:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004954 10.0.0.240 - - [2026-03-26 04:19:54] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004013 10.0.0.240 - - [2026-03-26 04:19:54] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008116 10.0.0.240 - - [2026-03-26 04:19:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.240 - - [2026-03-26 04:19:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004444 10.0.0.240 - - [2026-03-26 04:19:54] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002970 10.0.0.240 - - [2026-03-26 04:19:54] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006769 10.0.0.65 - - [2026-03-26 04:19:54] "GET /obj-perms HTTP/1.1" 200 5051 0.004103 10.0.0.240 - - [2026-03-26 04:19:54] "GET /obj-perms HTTP/1.1" 200 5051 0.003988 10.0.0.240 - - [2026-03-26 04:19:54] "GET /obj-perms HTTP/1.1" 200 5051 0.004541 10.0.0.22 - - [2026-03-26 04:19:55] "GET /obj-perms HTTP/1.1" 200 5051 0.004920 10.0.0.240 - - [2026-03-26 04:20:00] "GET /virtual-machine/19ee9846-b10a-4d54-a86f-a007a3ea2d67 HTTP/1.1" 200 1293 0.004895 10.0.0.240 - - [2026-03-26 04:20:00] "POST /neutron/port HTTP/1.1" 200 1113 0.015145 10.0.0.240 - - [2026-03-26 04:20:02] "GET /virtual-machine/19ee9846-b10a-4d54-a86f-a007a3ea2d67 HTTP/1.1" 404 171 0.003469 10.0.0.240 - - [2026-03-26 04:20:02] "GET /virtual-machine/19ee9846-b10a-4d54-a86f-a007a3ea2d67 HTTP/1.1" 404 171 0.003425 10.0.0.240 - - [2026-03-26 04:20:02] "GET /virtual-machine/19ee9846-b10a-4d54-a86f-a007a3ea2d67 HTTP/1.1" 404 171 0.003470 10.0.0.240 - - [2026-03-26 04:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.240 - - [2026-03-26 04:20:02] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004483 10.0.0.240 - - [2026-03-26 04:20:02] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003003 10.0.0.240 - - [2026-03-26 04:20:02] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007280 10.0.0.240 - - [2026-03-26 04:20:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.240 - - [2026-03-26 04:20:02] "GET /routing-instance/d041be7e-08f2-4b06-b2f9-2ea020032499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.005780 10.0.0.240 - - [2026-03-26 04:20:02] "GET /route-target/44925248-0e94-4477-ba73-87ec930a6038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004846 10.0.0.240 - - [2026-03-26 04:20:02] "GET /obj-perms HTTP/1.1" 200 5051 0.004378 10.0.0.22 - - [2026-03-26 04:20:06] "GET /obj-perms HTTP/1.1" 200 5051 0.004808 10.0.0.240 - - [2026-03-26 04:20:09] "GET /obj-perms HTTP/1.1" 200 5051 0.004962 10.0.0.65 - - [2026-03-26 04:20:09] "GET /obj-perms HTTP/1.1" 200 5051 0.005244 10.0.0.240 - - [2026-03-26 04:20:09] "GET /virtual-machine/71522dfc-fd4d-4392-bd61-e3df4b233c4a HTTP/1.1" 200 1293 0.005482 10.0.0.240 - - [2026-03-26 04:20:09] "POST /neutron/port HTTP/1.1" 200 1113 0.021437 10.0.0.240 - - [2026-03-26 04:20:11] "GET /virtual-machine/71522dfc-fd4d-4392-bd61-e3df4b233c4a HTTP/1.1" 404 171 0.003278 10.0.0.240 - - [2026-03-26 04:20:11] "GET /virtual-machine/71522dfc-fd4d-4392-bd61-e3df4b233c4a HTTP/1.1" 404 171 0.004974 10.0.0.240 - - [2026-03-26 04:20:11] "GET /virtual-machine/71522dfc-fd4d-4392-bd61-e3df4b233c4a HTTP/1.1" 404 171 0.003593 10.0.0.240 - - [2026-03-26 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.240 - - [2026-03-26 04:20:11] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005172 10.0.0.240 - - [2026-03-26 04:20:11] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004216 10.0.0.240 - - [2026-03-26 04:20:11] "GET /virtual-network/d08901dc-947a-48b2-ac76-ff1a1d09b895?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006073 10.0.0.240 - - [2026-03-26 04:20:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003463 10.0.0.240 - - [2026-03-26 04:20:11] "GET /routing-instance/d041be7e-08f2-4b06-b2f9-2ea020032499?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.004749 10.0.0.240 - - [2026-03-26 04:20:11] "GET /route-target/44925248-0e94-4477-ba73-87ec930a6038?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004924 10.0.0.22 - - [2026-03-26 04:20:11] "GET /obj-perms HTTP/1.1" 200 5051 0.004672 10.0.0.240 - - [2026-03-26 04:20:14] "GET /obj-perms HTTP/1.1" 200 5051 0.004212 10.0.0.240 - - [2026-03-26 04:20:18] "GET /obj-perms HTTP/1.1" 200 5051 0.004544 10.0.0.22 - - [2026-03-26 04:20:18] "GET /obj-perms HTTP/1.1" 200 5051 0.003929 10.0.0.65 - - [2026-03-26 04:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003410 10.0.0.65 - - [2026-03-26 04:20:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003166 10.0.0.240 - - [2026-03-26 04:20:18] "POST /neutron/network HTTP/1.1" 200 151 0.143875 10.0.0.22 - - [2026-03-26 04:20:18] "DELETE /route-target/44925248-0e94-4477-ba73-87ec930a6038 HTTP/1.1" 200 115 0.029610 10.0.0.240 - - [2026-03-26 04:20:18] "POST /neutron/network HTTP/1.1" 200 939 0.006803 10.0.0.240 - - [2026-03-26 04:20:18] "POST /neutron/port HTTP/1.1" 200 117 0.001050 10.0.0.240 - - [2026-03-26 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.003335 10.0.0.240 - - [2026-03-26 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003265 10.0.0.65 - - [2026-03-26 04:20:21] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001054 10.0.0.240 - - [2026-03-26 04:20:21] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.053768 10.0.0.240 - - [2026-03-26 04:20:21] "POST /network-policys HTTP/1.1" 200 522 0.035026 10.0.0.240 - - [2026-03-26 04:20:21] "GET /network-policy/f2c265ae-9dd6-4f10-94b6-95dc611c9e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.006915 10.0.0.240 - - [2026-03-26 04:20:21] "POST /fqname-to-id HTTP/1.1" 404 200 0.003627 10.0.0.240 - - [2026-03-26 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004233 10.0.0.65 - - [2026-03-26 04:20:21] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.240 - - [2026-03-26 04:20:21] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048625 10.0.0.240 - - [2026-03-26 04:20:21] "POST /network-policys HTTP/1.1" 200 522 0.031087 10.0.0.240 - - [2026-03-26 04:20:21] "GET /network-policy/c374127a-8470-482f-83fa-7f0a80a7ae59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007575 10.0.0.240 - - [2026-03-26 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.65 - - [2026-03-26 04:20:21] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001134 10.0.0.240 - - [2026-03-26 04:20:21] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.055738 10.0.0.240 - - [2026-03-26 04:20:21] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004247 10.0.0.240 - - [2026-03-26 04:20:21] "POST /virtual-networks HTTP/1.1" 200 546 0.088613 10.0.0.240 - - [2026-03-26 04:20:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005028 10.0.0.240 - - [2026-03-26 04:20:22] "GET /network-ipam/63e96dbc-cb23-40d8-83f1-cb1d68dd5fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.003648 10.0.0.65 - - [2026-03-26 04:20:22] "POST /useragent-kv HTTP/1.1" 200 115 0.008058 10.0.0.240 - - [2026-03-26 04:20:22] "POST /ref-update HTTP/1.1" 200 156 0.086054 10.0.0.240 - - [2026-03-26 04:20:22] "POST /neutron/network HTTP/1.1" 200 809 0.007670 10.0.0.240 - - [2026-03-26 04:20:22] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006296 10.0.0.240 - - [2026-03-26 04:20:22] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006421 10.0.0.240 - - [2026-03-26 04:20:22] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007487 10.0.0.240 - - [2026-03-26 04:20:22] "PUT /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8 HTTP/1.1" 200 264 0.045455 10.0.0.240 - - [2026-03-26 04:20:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.240 - - [2026-03-26 04:20:22] "GET /network-policy/f2c265ae-9dd6-4f10-94b6-95dc611c9e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004523 10.0.0.22 - - [2026-03-26 04:20:23] "POST /fqname-to-id HTTP/1.1" 404 237 0.006827 10.0.0.240 - - [2026-03-26 04:20:23] "POST /ref-update HTTP/1.1" 200 156 0.053457 10.0.0.240 - - [2026-03-26 04:20:23] "POST /neutron/network HTTP/1.1" 200 886 0.007571 10.0.0.240 - - [2026-03-26 04:20:23] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005334 10.0.0.240 - - [2026-03-26 04:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003523 10.0.0.240 - - [2026-03-26 04:20:23] "GET /network-policy/f2c265ae-9dd6-4f10-94b6-95dc611c9e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004150 10.0.0.240 - - [2026-03-26 04:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.002980 10.0.0.65 - - [2026-03-26 04:20:23] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001793 10.0.0.240 - - [2026-03-26 04:20:23] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.058800 10.0.0.240 - - [2026-03-26 04:20:23] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003593 10.0.0.240 - - [2026-03-26 04:20:23] "POST /virtual-networks HTTP/1.1" 200 546 0.081342 10.0.0.240 - - [2026-03-26 04:20:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003398 10.0.0.22 - - [2026-03-26 04:20:23] "POST /ref-update HTTP/1.1" 200 156 0.026905 10.0.0.240 - - [2026-03-26 04:20:23] "GET /network-ipam/63e96dbc-cb23-40d8-83f1-cb1d68dd5fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.007394 10.0.0.65 - - [2026-03-26 04:20:23] "POST /useragent-kv HTTP/1.1" 200 115 0.012626 10.0.0.240 - - [2026-03-26 04:20:23] "POST /ref-update HTTP/1.1" 200 156 0.079017 10.0.0.240 - - [2026-03-26 04:20:23] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.006580 10.0.0.240 - - [2026-03-26 04:20:23] "POST /neutron/network HTTP/1.1" 200 809 0.007936 10.0.0.240 - - [2026-03-26 04:20:24] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005954 10.0.0.65 - - [2026-03-26 04:20:24] "GET /obj-perms HTTP/1.1" 200 5051 0.004264 10.0.0.240 - - [2026-03-26 04:20:24] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.005975 10.0.0.240 - - [2026-03-26 04:20:24] "PUT /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d HTTP/1.1" 200 264 0.052045 10.0.0.240 - - [2026-03-26 04:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.240 - - [2026-03-26 04:20:24] "GET /network-policy/c374127a-8470-482f-83fa-7f0a80a7ae59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004318 10.0.0.240 - - [2026-03-26 04:20:24] "POST /ref-update HTTP/1.1" 200 156 0.048711 10.0.0.240 - - [2026-03-26 04:20:24] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009337 10.0.0.240 - - [2026-03-26 04:20:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.22 - - [2026-03-26 04:20:24] "POST /ref-update HTTP/1.1" 200 156 0.038772 10.0.0.240 - - [2026-03-26 04:20:24] "GET /network-policy/c374127a-8470-482f-83fa-7f0a80a7ae59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.003934 10.0.0.240 - - [2026-03-26 04:20:24] "POST /id-to-fqname HTTP/1.1" 200 222 0.001017 10.0.0.240 - - [2026-03-26 04:20:24] "POST /neutron/port HTTP/1.1" 200 4196 0.028457 10.0.0.65 - - [2026-03-26 04:20:25] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001423 10.0.0.240 - - [2026-03-26 04:20:25] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.084210 10.0.0.240 - - [2026-03-26 04:20:26] "POST /neutron/port HTTP/1.1" 200 4196 0.042497 10.0.0.240 - - [2026-03-26 04:20:26] "POST /id-to-fqname HTTP/1.1" 200 222 0.001575 10.0.0.240 - - [2026-03-26 04:20:26] "POST /neutron/network HTTP/1.1" 200 896 0.007352 10.0.0.240 - - [2026-03-26 04:20:27] "POST /neutron/port HTTP/1.1" 200 1061 0.030797 10.0.0.240 - - [2026-03-26 04:20:27] "POST /neutron/port HTTP/1.1" 200 1125 0.023935 10.0.0.240 - - [2026-03-26 04:20:27] "POST /neutron/port HTTP/1.1" 200 117 0.001133 10.0.0.65 - - [2026-03-26 04:20:27] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000978 10.0.0.240 - - [2026-03-26 04:20:27] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.083694 10.0.0.240 - - [2026-03-26 04:20:27] "POST /neutron/port HTTP/1.1" 200 5168 0.042665 10.0.0.240 - - [2026-03-26 04:20:27] "POST /neutron/port HTTP/1.1" 200 1125 0.020458 10.0.0.65 - - [2026-03-26 04:20:28] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001185 10.0.0.240 - - [2026-03-26 04:20:28] "POST /neutron/port HTTP/1.1" 200 1061 0.337061 10.0.0.240 - - [2026-03-26 04:20:28] "POST /neutron/port HTTP/1.1" 200 1115 0.117698 10.0.0.240 - - [2026-03-26 04:20:28] "POST /neutron/subnet HTTP/1.1" 200 646 0.013882 10.0.0.240 - - [2026-03-26 04:20:33] "POST /neutron/port HTTP/1.1" 200 1125 0.020992 10.0.0.240 - - [2026-03-26 04:20:33] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009356 10.0.0.240 - - [2026-03-26 04:20:33] "GET /virtual-machine/cade8670-6e46-4181-9dfc-aa8e24d8f2e9 HTTP/1.1" 200 1294 0.008051 10.0.0.240 - - [2026-03-26 04:20:33] "GET /virtual-machine-interface/a2232231-06bc-4a55-a3bf-ff9324184998 HTTP/1.1" 200 2950 0.007385 10.0.0.240 - - [2026-03-26 04:20:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003799 10.0.0.240 - - [2026-03-26 04:20:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005203 10.0.0.240 - - [2026-03-26 04:20:33] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003442 10.0.0.240 - - [2026-03-26 04:20:33] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006414 10.0.0.240 - - [2026-03-26 04:20:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.240 - - [2026-03-26 04:20:36] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006415 10.0.0.240 - - [2026-03-26 04:20:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.240 - - [2026-03-26 04:20:40] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.017181 10.0.0.240 - - [2026-03-26 04:20:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003961 10.0.0.240 - - [2026-03-26 04:20:44] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006381 10.0.0.240 - - [2026-03-26 04:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005829 10.0.0.240 - - [2026-03-26 04:20:48] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007264 10.0.0.240 - - [2026-03-26 04:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003572 10.0.0.240 - - [2026-03-26 04:20:52] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005461 10.0.0.240 - - [2026-03-26 04:20:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.240 - - [2026-03-26 04:20:57] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006109 10.0.0.240 - - [2026-03-26 04:21:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.240 - - [2026-03-26 04:21:01] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006919 10.0.0.240 - - [2026-03-26 04:21:02] "GET /obj-perms HTTP/1.1" 200 5075 0.059160 10.0.0.240 - - [2026-03-26 04:21:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004264 10.0.0.240 - - [2026-03-26 04:21:05] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006496 10.0.0.240 - - [2026-03-26 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.240 - - [2026-03-26 04:21:07] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004791 10.0.0.240 - - [2026-03-26 04:21:07] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003561 10.0.0.240 - - [2026-03-26 04:21:07] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006240 10.0.0.240 - - [2026-03-26 04:21:07] "POST /neutron/port HTTP/1.1" 200 1125 0.020557 10.0.0.240 - - [2026-03-26 04:21:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008882 10.0.0.240 - - [2026-03-26 04:21:17] "POST /neutron/port HTTP/1.1" 200 1125 0.020708 10.0.0.240 - - [2026-03-26 04:21:18] "POST /neutron/port HTTP/1.1" 200 1219 0.020807 10.0.0.240 - - [2026-03-26 04:21:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004185 10.0.0.240 - - [2026-03-26 04:21:18] "POST /neutron/port HTTP/1.1" 200 117 0.001443 10.0.0.240 - - [2026-03-26 04:21:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008918 10.0.0.240 - - [2026-03-26 04:21:28] "POST /neutron/port HTTP/1.1" 200 1125 0.032252 10.0.0.240 - - [2026-03-26 04:21:28] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010344 10.0.0.240 - - [2026-03-26 04:21:28] "GET /virtual-machine/19cb4ef5-8472-4687-9a98-1c84d1c272ce HTTP/1.1" 200 1293 0.006180 10.0.0.240 - - [2026-03-26 04:21:28] "GET /virtual-machine-interface/7c960373-87f6-4fe8-b843-4f06a30e442a HTTP/1.1" 200 2949 0.005164 10.0.0.240 - - [2026-03-26 04:21:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.240 - - [2026-03-26 04:21:28] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004227 10.0.0.240 - - [2026-03-26 04:21:28] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003550 10.0.0.240 - - [2026-03-26 04:21:28] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006178 10.0.0.240 - - [2026-03-26 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.240 - - [2026-03-26 04:21:29] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003813 10.0.0.240 - - [2026-03-26 04:21:29] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003838 10.0.0.240 - - [2026-03-26 04:21:29] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006102 10.0.0.22 - - [2026-03-26 04:22:02] "GET /obj-perms HTTP/1.1" 200 5075 0.063401 10.0.0.240 - - [2026-03-26 04:22:18] "POST /neutron/port HTTP/1.1" 200 1109 0.050130 10.0.0.240 - - [2026-03-26 04:22:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004597 10.0.0.240 - - [2026-03-26 04:22:18] "POST /neutron/network HTTP/1.1" 200 929 0.007056 10.0.0.240 - - [2026-03-26 04:22:20] "POST /neutron/network HTTP/1.1" 200 1124 0.039543 10.0.0.240 - - [2026-03-26 04:22:20] "POST /neutron/subnet HTTP/1.1" 200 1389 0.019263 10.0.0.240 - - [2026-03-26 04:22:20] "POST /neutron/network HTTP/1.1" 200 1114 0.010293 ++ LOG_DIR=/var/log/contrail ++ export CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ CONTAINER_LOG_DIR=/var/log/contrail/config-api ++ mkdir -p /var/log/contrail/config-api ++ log_file=/var/log/contrail/config-api/console.log ++ touch /var/log/contrail/config-api/console.log ++ chmod 600 /var/log/contrail/config-api/console.log ++ exec +++ tee -a /var/log/contrail/config-api/console.log +++ date ++ echo 'INFO: =================== Thu Mar 26 04:23:00 AM UTC 2026 ===================' INFO: =================== Thu Mar 26 04:23:00 AM UTC 2026 =================== ++ 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 +++ local nic=ens3 +++ ip addr show dev ens3 +++ cut -d / -f 1 +++ awk '{print $2}' +++ grep 'inet ' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.65 ++ 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 +++ tail -n 1 +++ awk '/pagesize=2M/{print($3)}' ++ 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.240,10.0.0.22,10.0.0.65 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ ANALYTICSDB_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ ANALYTICS_SNMP_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8081 ' +++ '[' -n '10.0.0.240:8081 10.0.0.22:8081 10.0.0.65:8081 ' ']' +++ echo '10.0.0.240:8081 10.0.0.22:8081 10.0.0.65:8081' ++ ANALYTICS_SERVERS='10.0.0.240:8081 10.0.0.22:8081 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9042 ' +++ '[' -n '10.0.0.240:9042 10.0.0.22:9042 10.0.0.65:9042 ' ']' +++ echo '10.0.0.240:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.240:9042 10.0.0.22:9042 10.0.0.65:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8086 ' +++ '[' -n '10.0.0.240:8086 10.0.0.22:8086 10.0.0.65:8086 ' ']' +++ echo '10.0.0.240:8086 10.0.0.22:8086 10.0.0.65:8086' ++ COLLECTOR_SERVERS='10.0.0.240:8086 10.0.0.22:8086 10.0.0.65: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.240,10.0.0.22,10.0.0.65 ++ CONFIGDB_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:8082 ' +++ '[' -n '10.0.0.240:8082 10.0.0.22:8082 10.0.0.65:8082 ' ']' +++ echo '10.0.0.240:8082 10.0.0.22:8082 10.0.0.65:8082' ++ CONFIG_SERVERS='10.0.0.240:8082 10.0.0.22:8082 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9161 ' +++ '[' -n '10.0.0.240:9161 10.0.0.22:9161 10.0.0.65:9161 ' ']' +++ echo '10.0.0.240:9161 10.0.0.22:9161 10.0.0.65:9161' ++ CONFIGDB_SERVERS='10.0.0.240:9161 10.0.0.22:9161 10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9041 ' +++ '[' -n '10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041 ' ']' +++ echo '10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041' ++ CONFIG_API_VIP= ++ CONFIG_API_SSL_ENABLE=false ++ CONFIG_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CONFIG_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CONFIG_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CONFIG_API_WORKER_COUNT=1 ++ CONFIG_API_MAX_REQUESTS=1024 ++ ANALYTICS_API_SSL_ENABLE=false ++ ANALYTICS_API_SSL_INSECURE=True ++ ANALYTICS_API_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ ANALYTICS_API_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ ANALYTICS_API_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_ENABLE=false ++ CASSANDRA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ CASSANDRA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ CASSANDRA_SSL_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ CASSANDRA_SSL_KEYSTORE_PASSWORD=astrophytum ++ CASSANDRA_SSL_TRUSTSTORE_PASSWORD=ornatum ++ CASSANDRA_SSL_PROTOCOL=TLS ++ CASSANDRA_SSL_ALGORITHM=SunX509 ++ CASSANDRA_SSL_CIPHER_SUITES='[TLS_RSA_WITH_AES_128_CBC_SHA,TLS_RSA_WITH_AES_256_CBC_SHA,TLS_DHE_RSA_WITH_AES_128_CBC_SHA,TLS_DHE_RSA_WITH_AES_256_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA,TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA]' ++ CASSANDRA_CONFIG_MEMTABLE_FLUSH_WRITER=4 ++ CASSANDRA_CONFIG_CONCURRECT_COMPACTORS=4 ++ CASSANDRA_CONFIG_COMPACTION_THROUGHPUT_MB_PER_SEC=256 ++ CASSANDRA_CONFIG_CONCURRECT_READS=64 ++ CASSANDRA_CONFIG_CONCURRECT_WRITES=64 ++ CASSANDRA_CONFIG_MEMTABLE_ALLOCATION_TYPE=offheap_objects ++ CASSANDRA_REAPER_ENABLED=false ++ CASSANDRA_REAPER_JMX_KEY=reaperJmxKey ++ CASSANDRA_REAPER_JMX_AUTH_USERNAME=reaperUser ++ CASSANDRA_REAPER_JMX_AUTH_PASSWORD=reaperPass ++ CASSANDRA_REAPER_APP_PORT=8071 ++ CASSANDRA_REAPER_ADM_PORT=8072 ++ CONTROL_NODES=10.20.0.254,10.20.0.14,10.20.0.18 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.254,10.20.0.14,10.20.0.18 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:2181, +++ '[' -n 10.0.0.240:2181,10.0.0.22:2181,10.0.0.65:2181, ']' +++ echo 10.0.0.240:2181,10.0.0.22:2181,10.0.0.65:2181 ++ ZOOKEEPER_SERVERS=10.0.0.240:2181,10.0.0.22:2181,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:2181 ' +++ '[' -n '10.0.0.240:2181 10.0.0.22:2181 10.0.0.65:2181 ' ']' +++ echo '10.0.0.240:2181 10.0.0.22:2181 10.0.0.65:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.240:2181 10.0.0.22:2181 10.0.0.65:2181' ++ RABBITMQ_NODES=10.0.0.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+=10.0.0.240:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+=10.0.0.22:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+=10.0.0.65:5673, +++ '[' -n 10.0.0.240:5673,10.0.0.22:5673,10.0.0.65:5673, ']' +++ echo 10.0.0.240:5673,10.0.0.22:5673,10.0.0.65:5673 ++ RABBITMQ_SERVERS=10.0.0.240:5673,10.0.0.22:5673,10.0.0.65: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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:6379 ' +++ '[' -n '10.0.0.240:6379 10.0.0.22:6379 10.0.0.65:6379 ' ']' +++ echo '10.0.0.240:6379 10.0.0.22:6379 10.0.0.65:6379' ++ REDIS_SERVERS='10.0.0.240:6379 10.0.0.22:6379 10.0.0.65: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.240,10.0.0.22,10.0.0.65 ++ 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.240 +++ local server_address=10.0.0.240 +++ extended_server_list+='10.0.0.240:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.22 +++ local server_address=10.0.0.22 +++ extended_server_list+='10.0.0.22:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.65 +++ local server_address=10.0.0.65 +++ extended_server_list+='10.0.0.65:9092 ' +++ '[' -n '10.0.0.240:9092 10.0.0.22:9092 10.0.0.65:9092 ' ']' +++ echo '10.0.0.240:9092 10.0.0.22:9092 10.0.0.65:9092' ++ KAFKA_SERVERS='10.0.0.240:9092 10.0.0.22:9092 10.0.0.65: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.240 ++ 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.240,10.0.0.22,10.0.0.65 ++ 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.240,10.0.0.22,10.0.0.65 ++ 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.240,10.0.0.22,10.0.0.65 ++ cut -d , -f 1 + local cassandra=10.0.0.240 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.240 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.240,10.0.0.22,10.0.0.65 +++ local servers=10.0.0.240,10.0.0.22,10.0.0.65 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ sort +++ local local_ips=,10.0.0.65,10.20.0.18,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.240'\''))' +++ local server_ip=10.0.0.240 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.240 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.22'\''))' +++ local server_ip=10.0.0.22 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.22 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.22, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.65'\''))' +++ local server_ip=10.0.0.65 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.65 ]] +++ [[ ,10.0.0.65,10.20.0.18,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.65, ]] +++ echo 10.0.0.65 3 +++ return ++ local ip=10.0.0.65 ++ [[ -z 10.0.0.65 ]] ++ echo 10.0.0.65 + host_ip=10.0.0.65 + [[ cql == \c\q\l ]] ++ echo 10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.240:9041 10.0.0.22:9041 10.0.0.65:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.65: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 ++ sort ++ sed 's/^API__//g' ++ grep '^API__.*__.*=.*$' ++ 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: 03/26/2026 04:23:09.761 7f2400bc08c0 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 03/26/2026 04:23:09.922 7f2400bc08c0 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 03/26/2026 04:23:09.938 7f2400bc08c0 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 03/26/2026 04:23:09.939 7f2400bc08c0 [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.65:8082/ Hit Ctrl-C to quit. 10.0.0.65 - - [2026-03-26 04:23:10] "GET / HTTP/1.1" 503 181 0.000245 10.0.0.65 - - [2026-03-26 04:23:10] "GET / HTTP/1.1" 503 181 0.000235 [Introspect:8084]10.0.0.240 - - [2026-03-26 04:23:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3223 0.001755 10.0.0.65 - - [2026-03-26 04:23:11] "GET / HTTP/1.1" 200 45871 0.001411 10.0.0.65 - - [2026-03-26 04:23:11] "GET / HTTP/1.1" 200 45871 0.001042 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.65 - - [2026-03-26 04:23:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000582 10.0.0.65 - - [2026-03-26 04:23:11] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000324 10.0.0.65 - - [2026-03-26 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.734425 10.0.0.65 - - [2026-03-26 04:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003931 10.0.0.65 - - [2026-03-26 04:23:12] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.428278 10.0.0.65 - - [2026-03-26 04:23:12] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 1718 0.003245 /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.65 - - [2026-03-26 04:23:13] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001437 10.0.0.65 - - [2026-03-26 04:23:13] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.047470 10.0.0.65 - - [2026-03-26 04:23:13] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001129 10.0.0.65 - - [2026-03-26 04:23:13] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?fields=security_groups HTTP/1.1" 200 1088 0.039329 10.0.0.65 - - [2026-03-26 04:23:13] "GET /projects?obj_uuids=85e89fdc-39cf-4752-ba06-ace0eae25d97&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001437 10.0.0.65 - - [2026-03-26 04:23:13] "GET /project/85e89fdc-39cf-4752-ba06-ace0eae25d97?fields=application_policy_sets HTTP/1.1" 200 1381 0.055149 10.0.0.65 - - [2026-03-26 04:23:13] "DELETE /project/85e89fdc-39cf-4752-ba06-ace0eae25d97 HTTP/1.1" 409 278 0.243009 [Introspect:8084]10.0.0.240 - - [2026-03-26 04:23:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001297 [Introspect:8084]10.0.0.240 - - [2026-03-26 04:23:16] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.001377 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.240 - - [2026-03-26 04:23:17] "GET /obj-perms HTTP/1.1" 200 5051 0.435723 10.0.0.240 - - [2026-03-26 04:23:18] "GET /obj-perms HTTP/1.1" 200 5051 0.004840 10.0.0.240 - - [2026-03-26 04:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.034132 10.0.0.65 - - [2026-03-26 04:23:18] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000997 10.0.0.240 - - [2026-03-26 04:23:18] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.048126 10.0.0.240 - - [2026-03-26 04:23:18] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 575 0.003844 10.0.0.240 - - [2026-03-26 04:23:18] "POST /virtual-networks HTTP/1.1" 200 546 0.098204 10.0.0.240 - - [2026-03-26 04:23:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.240 - - [2026-03-26 04:23:18] "GET /network-ipam/63e96dbc-cb23-40d8-83f1-cb1d68dd5fe0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1087 0.005610 10.0.0.65 - - [2026-03-26 04:23:18] "POST /useragent-kv HTTP/1.1" 200 115 0.007766 10.0.0.240 - - [2026-03-26 04:23:18] "POST /ref-update HTTP/1.1" 200 156 0.075510 10.0.0.240 - - [2026-03-26 04:23:18] "GET /virtual-network/519c7d9b-a5c0-45c3-b4a4-413dcaefc247?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1931 0.006851 10.0.0.240 - - [2026-03-26 04:23:18] "POST /neutron/network HTTP/1.1" 200 809 0.046819 10.0.0.22 - - [2026-03-26 04:23:19] "POST /route-targets HTTP/1.1" 200 327 0.053863 10.0.0.240 - - [2026-03-26 04:23:19] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006055 10.0.0.240 - - [2026-03-26 04:23:19] "POST /neutron/port HTTP/1.1" 200 1125 0.050382 10.0.0.240 - - [2026-03-26 04:23:19] "POST /neutron/subnet HTTP/1.1" 200 646 0.009824 10.0.0.240 - - [2026-03-26 04:23:19] "GET /obj-perms HTTP/1.1" 200 5051 0.004359 10.0.0.65 - - [2026-03-26 04:23:19] "GET /obj-perms HTTP/1.1" 200 5051 0.076497 10.0.0.240 - - [2026-03-26 04:23:19] "POST /id-to-fqname HTTP/1.1" 200 222 0.001424 10.0.0.240 - - [2026-03-26 04:23:19] "POST /neutron/port HTTP/1.1" 200 6140 0.051660 10.0.0.65 - - [2026-03-26 04:23:20] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001028 10.0.0.240 - - [2026-03-26 04:23:20] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.101151 10.0.0.240 - - [2026-03-26 04:23:20] "POST /neutron/network HTTP/1.1" 200 886 0.048573 10.0.0.240 - - [2026-03-26 04:23:21] "POST /neutron/port HTTP/1.1" 200 6140 0.066294 10.0.0.240 - - [2026-03-26 04:23:21] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010593 10.0.0.240 - - [2026-03-26 04:23:21] "POST /neutron/port HTTP/1.1" 200 117 0.009459 10.0.0.240 - - [2026-03-26 04:23:21] "POST /neutron/network HTTP/1.1" 200 896 0.008827 10.0.0.240 - - [2026-03-26 04:23:22] "POST /neutron/port HTTP/1.1" 200 1061 0.053410 10.0.0.240 - - [2026-03-26 04:23:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004253 10.0.0.240 - - [2026-03-26 04:23:22] "POST /neutron/network HTTP/1.1" 200 886 0.008196 10.0.0.240 - - [2026-03-26 04:23:26] "POST /neutron/port HTTP/1.1" 200 1125 0.024321 10.0.0.240 - - [2026-03-26 04:23:26] "POST /neutron/security_group HTTP/1.1" 200 2059 0.011457 10.0.0.240 - - [2026-03-26 04:23:26] "GET /virtual-machine/44507bd0-83f9-42f8-aa7f-6cc3e5a53434 HTTP/1.1" 200 1293 0.037397 10.0.0.240 - - [2026-03-26 04:23:26] "GET /virtual-machine/44507bd0-83f9-42f8-aa7f-6cc3e5a53434 HTTP/1.1" 200 1293 0.004325 10.0.0.240 - - [2026-03-26 04:23:26] "GET /virtual-machine-interface/39e88bcc-d5ef-4c7f-95be-e8e66783bd89 HTTP/1.1" 200 2949 0.006318 10.0.0.240 - - [2026-03-26 04:23:26] "GET /virtual-machine/44507bd0-83f9-42f8-aa7f-6cc3e5a53434 HTTP/1.1" 200 1293 0.004874 10.0.0.240 - - [2026-03-26 04:23:26] "GET /virtual-machine-interface/39e88bcc-d5ef-4c7f-95be-e8e66783bd89 HTTP/1.1" 200 2949 0.006163 10.0.0.240 - - [2026-03-26 04:23:26] "GET /instance-ip/e37fc274-90f5-44fc-8695-ceb97161d3f8 HTTP/1.1" 200 1623 0.007431 10.0.0.240 - - [2026-03-26 04:23:26] "GET /virtual-machine/44507bd0-83f9-42f8-aa7f-6cc3e5a53434 HTTP/1.1" 200 1293 0.004231 10.0.0.240 - - [2026-03-26 04:23:26] "GET /virtual-machine-interface/39e88bcc-d5ef-4c7f-95be-e8e66783bd89 HTTP/1.1" 200 2949 0.006471 10.0.0.240 - - [2026-03-26 04:23:26] "GET /instance-ip/e37fc274-90f5-44fc-8695-ceb97161d3f8 HTTP/1.1" 200 1623 0.004508 10.0.0.240 - - [2026-03-26 04:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004863 10.0.0.240 - - [2026-03-26 04:23:26] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004344 10.0.0.240 - - [2026-03-26 04:23:26] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004157 10.0.0.240 - - [2026-03-26 04:23:26] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006910 10.0.0.240 - - [2026-03-26 04:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004154 10.0.0.240 - - [2026-03-26 04:23:27] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004400 10.0.0.240 - - [2026-03-26 04:23:27] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004720 10.0.0.240 - - [2026-03-26 04:23:27] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006314 10.0.0.240 - - [2026-03-26 04:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.240 - - [2026-03-26 04:23:27] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005212 10.0.0.240 - - [2026-03-26 04:23:27] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003152 10.0.0.240 - - [2026-03-26 04:23:27] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007536 10.0.0.240 - - [2026-03-26 04:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.240 - - [2026-03-26 04:23:27] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006209 10.0.0.240 - - [2026-03-26 04:23:27] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003890 10.0.0.240 - - [2026-03-26 04:23:27] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006649 10.0.0.240 - - [2026-03-26 04:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.240 - - [2026-03-26 04:23:27] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004959 10.0.0.240 - - [2026-03-26 04:23:27] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003903 10.0.0.240 - - [2026-03-26 04:23:27] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005615 10.0.0.240 - - [2026-03-26 04:23:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.240 - - [2026-03-26 04:23:30] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006704 10.0.0.240 - - [2026-03-26 04:23:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.240 - - [2026-03-26 04:23:34] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006025 10.0.0.240 - - [2026-03-26 04:23:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.240 - - [2026-03-26 04:23:38] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006190 10.0.0.240 - - [2026-03-26 04:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004548 10.0.0.240 - - [2026-03-26 04:23:42] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006393 10.0.0.240 - - [2026-03-26 04:23:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004691 10.0.0.240 - - [2026-03-26 04:23:46] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006348 10.0.0.240 - - [2026-03-26 04:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.240 - - [2026-03-26 04:23:51] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008001 10.0.0.240 - - [2026-03-26 04:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.240 - - [2026-03-26 04:23:55] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006801 10.0.0.240 - - [2026-03-26 04:23:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003477 10.0.0.240 - - [2026-03-26 04:23:59] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006593 10.0.0.240 - - [2026-03-26 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.240 - - [2026-03-26 04:24:01] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004220 10.0.0.240 - - [2026-03-26 04:24:01] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003366 10.0.0.240 - - [2026-03-26 04:24:01] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009793 10.0.0.240 - - [2026-03-26 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.240 - - [2026-03-26 04:24:01] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004806 10.0.0.240 - - [2026-03-26 04:24:01] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003613 10.0.0.240 - - [2026-03-26 04:24:01] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007022 10.0.0.240 - - [2026-03-26 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004892 10.0.0.240 - - [2026-03-26 04:24:01] "GET /routing-instance/13cbbb6d-fcc5-4cb6-91be-b30ebf5c8aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006344 10.0.0.240 - - [2026-03-26 04:24:01] "GET /route-target/d65c7605-daae-4b34-87b9-cbd879fb8b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005679 10.0.0.240 - - [2026-03-26 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004189 10.0.0.240 - - [2026-03-26 04:24:01] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004359 10.0.0.240 - - [2026-03-26 04:24:01] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003592 10.0.0.240 - - [2026-03-26 04:24:01] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009323 10.0.0.240 - - [2026-03-26 04:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.240 - - [2026-03-26 04:24:01] "GET /routing-instance/13cbbb6d-fcc5-4cb6-91be-b30ebf5c8aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.006342 10.0.0.240 - - [2026-03-26 04:24:01] "GET /route-target/d65c7605-daae-4b34-87b9-cbd879fb8b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004332 10.0.0.240 - - [2026-03-26 04:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004092 10.0.0.240 - - [2026-03-26 04:24:02] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004331 10.0.0.240 - - [2026-03-26 04:24:02] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003799 10.0.0.240 - - [2026-03-26 04:24:02] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007861 10.0.0.240 - - [2026-03-26 04:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.240 - - [2026-03-26 04:24:02] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005703 10.0.0.240 - - [2026-03-26 04:24:02] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004278 10.0.0.240 - - [2026-03-26 04:24:02] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006478 10.0.0.240 - - [2026-03-26 04:24:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.240 - - [2026-03-26 04:24:02] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005081 10.0.0.240 - - [2026-03-26 04:24:02] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003988 10.0.0.240 - - [2026-03-26 04:24:02] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007914 10.0.0.240 - - [2026-03-26 04:24:02] "GET /obj-perms HTTP/1.1" 200 5051 0.003881 10.0.0.65 - - [2026-03-26 04:24:02] "GET /obj-perms HTTP/1.1" 200 5051 0.008319 10.0.0.22 - - [2026-03-26 04:24:02] "GET /obj-perms HTTP/1.1" 200 5051 0.060974 10.0.0.240 - - [2026-03-26 04:24:02] "GET /obj-perms HTTP/1.1" 200 5051 0.004265 10.0.0.240 - - [2026-03-26 04:24:03] "POST /id-to-fqname HTTP/1.1" 200 222 0.002542 10.0.0.240 - - [2026-03-26 04:24:03] "POST /neutron/port HTTP/1.1" 200 7112 0.058606 10.0.0.22 - - [2026-03-26 04:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000430 10.0.0.22 - - [2026-03-26 04:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.22 - - [2026-03-26 04:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000394 10.0.0.22 - - [2026-03-26 04:24:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.65 - - [2026-03-26 04:24:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000376 10.0.0.65 - - [2026-03-26 04:24:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.65 - - [2026-03-26 04:24:04] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005973 10.0.0.240 - - [2026-03-26 04:24:04] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.113744 10.0.0.240 - - [2026-03-26 04:24:04] "POST /neutron/network HTTP/1.1" 200 886 0.006945 10.0.0.240 - - [2026-03-26 04:24:04] "POST /neutron/port HTTP/1.1" 200 117 0.007720 10.0.0.65 - - [2026-03-26 04:24:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.65 - - [2026-03-26 04:24:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000540 10.0.0.65 - - [2026-03-26 04:24:05] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001401 10.0.0.240 - - [2026-03-26 04:24:05] "POST /neutron/port HTTP/1.1" 200 1061 0.336532 10.0.0.240 - - [2026-03-26 04:24:05] "POST /neutron/port HTTP/1.1" 200 1115 0.143646 10.0.0.240 - - [2026-03-26 04:24:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000982 10.0.0.240 - - [2026-03-26 04:24:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000349 10.0.0.240 - - [2026-03-26 04:24:05] "POST /neutron/subnet HTTP/1.1" 200 646 0.013908 10.0.0.240 - - [2026-03-26 04:24:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000663 10.0.0.240 - - [2026-03-26 04:24:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.240 - - [2026-03-26 04:24:09] "POST /neutron/port HTTP/1.1" 200 1125 0.023023 10.0.0.240 - - [2026-03-26 04:24:10] "POST /neutron/security_group HTTP/1.1" 200 2059 0.069077 10.0.0.240 - - [2026-03-26 04:24:10] "POST /neutron/port HTTP/1.1" 200 1125 0.022169 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-machine/6dfd56d8-294e-424b-a8e6-bd841710fa8e HTTP/1.1" 200 1293 0.006889 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-machine/6dfd56d8-294e-424b-a8e6-bd841710fa8e HTTP/1.1" 200 1293 0.003962 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-machine-interface/b8d58d48-f553-448e-93fc-1cd6ca25169b HTTP/1.1" 200 2950 0.010802 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-machine/6dfd56d8-294e-424b-a8e6-bd841710fa8e HTTP/1.1" 200 1293 0.004374 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-machine-interface/b8d58d48-f553-448e-93fc-1cd6ca25169b HTTP/1.1" 200 2950 0.005635 10.0.0.240 - - [2026-03-26 04:24:10] "GET /instance-ip/bbe9734a-3635-4bd0-bf39-a8791c7c8af4 HTTP/1.1" 200 1624 0.007714 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-machine/6dfd56d8-294e-424b-a8e6-bd841710fa8e HTTP/1.1" 200 1293 0.005138 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-machine-interface/b8d58d48-f553-448e-93fc-1cd6ca25169b HTTP/1.1" 200 2950 0.006690 10.0.0.240 - - [2026-03-26 04:24:10] "GET /instance-ip/bbe9734a-3635-4bd0-bf39-a8791c7c8af4 HTTP/1.1" 200 1624 0.006896 10.0.0.240 - - [2026-03-26 04:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003801 10.0.0.240 - - [2026-03-26 04:24:10] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004585 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005739 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005605 10.0.0.240 - - [2026-03-26 04:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.240 - - [2026-03-26 04:24:10] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005125 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004521 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006014 10.0.0.240 - - [2026-03-26 04:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004190 10.0.0.240 - - [2026-03-26 04:24:10] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004750 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004149 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.009828 10.0.0.240 - - [2026-03-26 04:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003630 10.0.0.240 - - [2026-03-26 04:24:10] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004429 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004111 10.0.0.240 - - [2026-03-26 04:24:10] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006135 10.0.0.240 - - [2026-03-26 04:24:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.240 - - [2026-03-26 04:24:11] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005055 10.0.0.240 - - [2026-03-26 04:24:11] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003847 10.0.0.240 - - [2026-03-26 04:24:11] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006302 10.0.0.240 - - [2026-03-26 04:24:12] "POST /neutron/security_group HTTP/1.1" 200 2059 0.034779 10.0.0.240 - - [2026-03-26 04:24:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.240 - - [2026-03-26 04:24:14] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006638 10.0.0.240 - - [2026-03-26 04:24:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.240 - - [2026-03-26 04:24:18] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007299 10.0.0.240 - - [2026-03-26 04:24:21] "POST /neutron/network HTTP/1.1" 200 1124 0.012805 10.0.0.240 - - [2026-03-26 04:24:21] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015352 10.0.0.240 - - [2026-03-26 04:24:21] "POST /neutron/network HTTP/1.1" 200 1114 0.011683 10.0.0.240 - - [2026-03-26 04:24:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003466 10.0.0.240 - - [2026-03-26 04:24:22] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006815 10.0.0.240 - - [2026-03-26 04:24:23] "POST /neutron/network HTTP/1.1" 200 896 0.006929 10.0.0.240 - - [2026-03-26 04:24:23] "POST /neutron/port HTTP/1.1" 200 117 0.001069 10.0.0.240 - - [2026-03-26 04:24:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003718 10.0.0.240 - - [2026-03-26 04:24:26] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006495 10.0.0.240 - - [2026-03-26 04:24:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004638 10.0.0.240 - - [2026-03-26 04:24:30] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006037 10.0.0.240 - - [2026-03-26 04:24:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.240 - - [2026-03-26 04:24:34] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007199 10.0.0.240 - - [2026-03-26 04:24:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004634 10.0.0.240 - - [2026-03-26 04:24:38] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008768 10.0.0.240 - - [2026-03-26 04:24:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.240 - - [2026-03-26 04:24:42] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007109 10.0.0.240 - - [2026-03-26 04:24:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004826 10.0.0.240 - - [2026-03-26 04:24:46] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006079 10.0.0.240 - - [2026-03-26 04:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.240 - - [2026-03-26 04:24:51] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006135 10.0.0.240 - - [2026-03-26 04:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004088 10.0.0.240 - - [2026-03-26 04:24:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004439 10.0.0.240 - - [2026-03-26 04:24:53] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003998 10.0.0.240 - - [2026-03-26 04:24:53] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007207 10.0.0.240 - - [2026-03-26 04:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.240 - - [2026-03-26 04:24:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003854 10.0.0.240 - - [2026-03-26 04:24:53] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003107 10.0.0.240 - - [2026-03-26 04:24:53] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006217 10.0.0.240 - - [2026-03-26 04:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.240 - - [2026-03-26 04:24:53] "GET /routing-instance/1bc65c8b-e0d9-4ef1-9849-ddf2382ae4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005143 10.0.0.240 - - [2026-03-26 04:24:53] "GET /route-target/66f9ebb6-e590-448b-91fc-b1c7eddc3464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004199 10.0.0.240 - - [2026-03-26 04:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004196 10.0.0.240 - - [2026-03-26 04:24:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004761 10.0.0.240 - - [2026-03-26 04:24:53] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003754 10.0.0.240 - - [2026-03-26 04:24:53] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008276 10.0.0.240 - - [2026-03-26 04:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.240 - - [2026-03-26 04:24:53] "GET /routing-instance/1bc65c8b-e0d9-4ef1-9849-ddf2382ae4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.004967 10.0.0.240 - - [2026-03-26 04:24:53] "GET /route-target/66f9ebb6-e590-448b-91fc-b1c7eddc3464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004366 10.0.0.240 - - [2026-03-26 04:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006 10.0.0.240 - - [2026-03-26 04:24:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005064 10.0.0.240 - - [2026-03-26 04:24:53] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003660 10.0.0.240 - - [2026-03-26 04:24:53] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.008049 10.0.0.240 - - [2026-03-26 04:24:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003619 10.0.0.240 - - [2026-03-26 04:24:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005498 10.0.0.240 - - [2026-03-26 04:24:54] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003636 10.0.0.240 - - [2026-03-26 04:24:54] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007707 10.0.0.240 - - [2026-03-26 04:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006537 10.0.0.240 - - [2026-03-26 04:24:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004760 10.0.0.240 - - [2026-03-26 04:24:54] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005814 10.0.0.240 - - [2026-03-26 04:24:54] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006419 10.0.0.65 - - [2026-03-26 04:24:54] "GET /obj-perms HTTP/1.1" 200 5051 0.004818 10.0.0.240 - - [2026-03-26 04:24:54] "GET /obj-perms HTTP/1.1" 200 5051 0.006474 10.0.0.240 - - [2026-03-26 04:24:54] "GET /obj-perms HTTP/1.1" 200 5051 0.004788 10.0.0.65 - - [2026-03-26 04:24:54] "GET /obj-perms HTTP/1.1" 200 5051 0.003866 10.0.0.240 - - [2026-03-26 04:24:54] "GET /obj-perms HTTP/1.1" 200 5051 0.004906 10.0.0.22 - - [2026-03-26 04:24:54] "GET /obj-perms HTTP/1.1" 200 5051 0.004598 10.0.0.240 - - [2026-03-26 04:24:54] "GET /virtual-machine/44507bd0-83f9-42f8-aa7f-6cc3e5a53434 HTTP/1.1" 200 1293 0.004651 10.0.0.240 - - [2026-03-26 04:24:54] "GET /virtual-machine-interface/39e88bcc-d5ef-4c7f-95be-e8e66783bd89 HTTP/1.1" 200 2949 0.014680 10.0.0.240 - - [2026-03-26 04:24:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.240 - - [2026-03-26 04:24:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004390 10.0.0.240 - - [2026-03-26 04:24:54] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003273 10.0.0.240 - - [2026-03-26 04:24:54] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006205 10.0.0.240 - - [2026-03-26 04:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007222 10.0.0.240 - - [2026-03-26 04:24:55] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004241 10.0.0.240 - - [2026-03-26 04:24:55] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003957 10.0.0.240 - - [2026-03-26 04:24:55] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005152 10.0.0.240 - - [2026-03-26 04:24:56] "GET /virtual-machine/6dfd56d8-294e-424b-a8e6-bd841710fa8e HTTP/1.1" 200 1293 0.003927 10.0.0.240 - - [2026-03-26 04:24:56] "GET /virtual-machine-interface/b8d58d48-f553-448e-93fc-1cd6ca25169b HTTP/1.1" 200 2950 0.009129 10.0.0.240 - - [2026-03-26 04:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.240 - - [2026-03-26 04:24:56] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004206 10.0.0.240 - - [2026-03-26 04:24:56] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003964 10.0.0.240 - - [2026-03-26 04:24:56] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.005713 10.0.0.240 - - [2026-03-26 04:24:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.240 - - [2026-03-26 04:24:57] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004242 10.0.0.240 - - [2026-03-26 04:24:57] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003001 10.0.0.240 - - [2026-03-26 04:24:57] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006701 10.0.0.240 - - [2026-03-26 04:24:57] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007448 10.0.0.240 - - [2026-03-26 04:25:03] "POST /neutron/port HTTP/1.1" 200 1125 0.021100 10.0.0.65 - - [2026-03-26 04:25:06] "GET /obj-perms HTTP/1.1" 200 5075 0.069162 10.0.0.240 - - [2026-03-26 04:25:07] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008369 10.0.0.240 - - [2026-03-26 04:25:22] "POST /neutron/port HTTP/1.1" 200 1109 0.019534 10.0.0.240 - - [2026-03-26 04:25:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004499 10.0.0.240 - - [2026-03-26 04:25:22] "POST /neutron/network HTTP/1.1" 200 929 0.007771 10.0.0.240 - - [2026-03-26 04:25:24] "POST /neutron/network HTTP/1.1" 200 1124 0.007829 10.0.0.240 - - [2026-03-26 04:25:24] "POST /neutron/subnet HTTP/1.1" 200 1389 0.014356 10.0.0.240 - - [2026-03-26 04:25:24] "POST /neutron/network HTTP/1.1" 200 1114 0.012107 10.0.0.240 - - [2026-03-26 04:26:00] "GET /virtual-machine/6dfd56d8-294e-424b-a8e6-bd841710fa8e HTTP/1.1" 200 1293 0.008184 10.0.0.240 - - [2026-03-26 04:26:01] "POST /neutron/port HTTP/1.1" 200 151 0.231778 10.0.0.240 - - [2026-03-26 04:26:02] "GET /virtual-machine/6dfd56d8-294e-424b-a8e6-bd841710fa8e HTTP/1.1" 404 171 0.004022 10.0.0.240 - - [2026-03-26 04:26:02] "GET /virtual-machine/6dfd56d8-294e-424b-a8e6-bd841710fa8e HTTP/1.1" 404 171 0.004030 10.0.0.240 - - [2026-03-26 04:26:02] "GET /virtual-machine/6dfd56d8-294e-424b-a8e6-bd841710fa8e HTTP/1.1" 404 171 0.003134 10.0.0.240 - - [2026-03-26 04:26:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.240 - - [2026-03-26 04:26:02] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005473 10.0.0.240 - - [2026-03-26 04:26:03] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003679 10.0.0.240 - - [2026-03-26 04:26:03] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.007292 10.0.0.240 - - [2026-03-26 04:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003433 10.0.0.240 - - [2026-03-26 04:26:03] "GET /routing-instance/1bc65c8b-e0d9-4ef1-9849-ddf2382ae4f9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.005403 10.0.0.240 - - [2026-03-26 04:26:03] "GET /route-target/66f9ebb6-e590-448b-91fc-b1c7eddc3464?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005837 10.0.0.240 - - [2026-03-26 04:26:06] "GET /obj-perms HTTP/1.1" 200 5075 0.060274 10.0.0.65 - - [2026-03-26 04:26:09] "GET /obj-perms HTTP/1.1" 200 5051 0.004113 10.0.0.240 - - [2026-03-26 04:26:15] "GET /obj-perms HTTP/1.1" 200 5051 0.004551 10.0.0.65 - - [2026-03-26 04:26:18] "GET /obj-perms HTTP/1.1" 200 5051 0.004759 10.0.0.240 - - [2026-03-26 04:26:24] "POST /neutron/network HTTP/1.1" 200 896 0.010261 10.0.0.240 - - [2026-03-26 04:26:24] "POST /neutron/port HTTP/1.1" 200 117 0.001355 10.0.0.240 - - [2026-03-26 04:26:24] "GET /obj-perms HTTP/1.1" 200 5051 0.004039 10.0.0.240 - - [2026-03-26 04:26:26] "POST /neutron/port HTTP/1.1" 200 1109 0.022062 10.0.0.240 - - [2026-03-26 04:26:26] "POST /neutron/subnet HTTP/1.1" 200 708 0.009820 10.0.0.65 - - [2026-03-26 04:26:28] "GET /obj-perms HTTP/1.1" 200 5051 0.004545 10.0.0.240 - - [2026-03-26 04:26:31] "GET /obj-perms HTTP/1.1" 200 5051 0.004346 10.0.0.22 - - [2026-03-26 04:26:31] "GET /obj-perms HTTP/1.1" 200 5051 0.003906 10.0.0.240 - - [2026-03-26 04:26:31] "GET /virtual-machine/44507bd0-83f9-42f8-aa7f-6cc3e5a53434 HTTP/1.1" 200 1293 0.005722 10.0.0.240 - - [2026-03-26 04:26:31] "POST /neutron/port HTTP/1.1" 200 1125 0.021711 10.0.0.240 - - [2026-03-26 04:26:33] "GET /virtual-machine/44507bd0-83f9-42f8-aa7f-6cc3e5a53434 HTTP/1.1" 404 171 0.003873 10.0.0.240 - - [2026-03-26 04:26:33] "GET /virtual-machine/44507bd0-83f9-42f8-aa7f-6cc3e5a53434 HTTP/1.1" 404 171 0.003333 10.0.0.240 - - [2026-03-26 04:26:33] "GET /virtual-machine/44507bd0-83f9-42f8-aa7f-6cc3e5a53434 HTTP/1.1" 404 171 0.003608 10.0.0.240 - - [2026-03-26 04:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.240 - - [2026-03-26 04:26:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005105 10.0.0.240 - - [2026-03-26 04:26:33] "GET /virtual-networks?parent_id=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003422 10.0.0.240 - - [2026-03-26 04:26:33] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2225 0.006199 10.0.0.240 - - [2026-03-26 04:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003061 10.0.0.240 - - [2026-03-26 04:26:33] "GET /routing-instance/13cbbb6d-fcc5-4cb6-91be-b30ebf5c8aa6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1787 0.007795 10.0.0.240 - - [2026-03-26 04:26:33] "GET /route-target/d65c7605-daae-4b34-87b9-cbd879fb8b79?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003885 10.0.0.240 - - [2026-03-26 04:26:37] "GET /obj-perms HTTP/1.1" 200 5051 0.004639 10.0.0.22 - - [2026-03-26 04:26:37] "GET /obj-perms HTTP/1.1" 200 5051 0.005442 10.0.0.65 - - [2026-03-26 04:26:37] "GET /obj-perms HTTP/1.1" 200 5051 0.004047 10.0.0.65 - - [2026-03-26 04:26:37] "POST /useragent-kv HTTP/1.1" 200 115 0.017971 10.0.0.65 - - [2026-03-26 04:26:37] "POST /useragent-kv HTTP/1.1" 200 115 0.003387 10.0.0.240 - - [2026-03-26 04:26:37] "DELETE /virtual-network/519c7d9b-a5c0-45c3-b4a4-413dcaefc247 HTTP/1.1" 200 115 0.186076 10.0.0.22 - - [2026-03-26 04:26:37] "DELETE /route-target/fb42b1a8-b2ce-4429-b0b0-97d4d85e4281 HTTP/1.1" 200 115 0.030373 10.0.0.240 - - [2026-03-26 04:26:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003986 10.0.0.240 - - [2026-03-26 04:26:37] "GET /network-policy/c374127a-8470-482f-83fa-7f0a80a7ae59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.004879 10.0.0.240 - - [2026-03-26 04:26:37] "POST /ref-update HTTP/1.1" 200 156 0.063181 10.0.0.240 - - [2026-03-26 04:26:37] "POST /neutron/network HTTP/1.1" 200 809 0.014402 10.0.0.240 - - [2026-03-26 04:26:37] "GET /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.009408 10.0.0.240 - - [2026-03-26 04:26:37] "DELETE /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d HTTP/1.1" 409 234 0.026473 10.0.0.240 - - [2026-03-26 04:26:38] "POST /neutron/port HTTP/1.1" 200 1125 0.018477 10.0.0.240 - - [2026-03-26 04:26:38] "POST /neutron/port HTTP/1.1" 200 151 0.306514 10.0.0.65 - - [2026-03-26 04:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.003900 10.0.0.65 - - [2026-03-26 04:26:39] "POST /useragent-kv HTTP/1.1" 200 115 0.002555 10.0.0.240 - - [2026-03-26 04:26:39] "DELETE /virtual-network/2ee44c43-1f3c-44b9-a944-884b40134a0d HTTP/1.1" 200 115 0.158528 10.0.0.22 - - [2026-03-26 04:26:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.007006 10.0.0.240 - - [2026-03-26 04:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.240 - - [2026-03-26 04:26:40] "GET /network-policy/f2c265ae-9dd6-4f10-94b6-95dc611c9e51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2079 0.004236 10.0.0.240 - - [2026-03-26 04:26:40] "POST /ref-update HTTP/1.1" 200 156 0.055489 10.0.0.240 - - [2026-03-26 04:26:40] "GET /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1932 0.007488 10.0.0.22 - - [2026-03-26 04:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.010475 10.0.0.65 - - [2026-03-26 04:26:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006540 10.0.0.65 - - [2026-03-26 04:26:40] "POST /useragent-kv HTTP/1.1" 200 115 0.010546 10.0.0.240 - - [2026-03-26 04:26:40] "DELETE /virtual-network/f0f4e03f-1999-448c-88a4-9513c1b295f8 HTTP/1.1" 200 115 0.153452 10.0.0.240 - - [2026-03-26 04:26:40] "DELETE /network-policy/c374127a-8470-482f-83fa-7f0a80a7ae59 HTTP/1.1" 200 115 0.045397 10.0.0.240 - - [2026-03-26 04:26:40] "DELETE /network-policy/f2c265ae-9dd6-4f10-94b6-95dc611c9e51 HTTP/1.1" 200 115 0.044394 10.0.0.240 - - [2026-03-26 04:27:08] "GET /obj-perms HTTP/1.1" 200 5075 0.076294 10.0.0.65 - - [2026-03-26 04:27:09] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001213 10.0.0.240 - - [2026-03-26 04:27:09] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.089417 10.0.0.65 - - [2026-03-26 04:27:09] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005783 10.0.0.240 - - [2026-03-26 04:27:09] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?fields=virtual_networks HTTP/1.1" 200 1035 0.058529 10.0.0.65 - - [2026-03-26 04:27:09] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001051 10.0.0.240 - - [2026-03-26 04:27:09] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.051371 10.0.0.65 - - [2026-03-26 04:27:09] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001137 10.0.0.240 - - [2026-03-26 04:27:09] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?fields=security_groups HTTP/1.1" 200 1262 0.056718 10.0.0.240 - - [2026-03-26 04:27:10] "POST /fqname-to-id HTTP/1.1" 404 188 0.039069 10.0.0.65 - - [2026-03-26 04:27:10] "GET /projects?obj_uuids=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004369 10.0.0.65 - - [2026-03-26 04:27:10] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001659 10.0.0.65 - - [2026-03-26 04:27:10] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.010775 10.0.0.65 - - [2026-03-26 04:27:10] "POST /id-to-fqname HTTP/1.1" 200 190 0.006145 10.0.0.65 - - [2026-03-26 04:27:10] "POST /fqname-to-id HTTP/1.1" 404 199 0.006799 10.0.0.65 - - [2026-03-26 04:27:10] "POST /security-groups HTTP/1.1" 200 591 0.081438 10.0.0.65 - - [2026-03-26 04:27:11] "POST /projects HTTP/1.1" 200 585 0.309401 10.0.0.65 - - [2026-03-26 04:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.352396 10.0.0.22 - - [2026-03-26 04:27:11] "POST /access-control-lists HTTP/1.1" 200 596 0.038313 10.0.0.240 - - [2026-03-26 04:27:11] "GET /project/7e5f2fc0-0818-4deb-a9fb-6a21e45ec210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.546291 10.0.0.240 - - [2026-03-26 04:27:12] "GET / HTTP/1.1" 200 35931 0.002017 10.0.0.65 - - [2026-03-26 04:27:13] "DELETE /project/7e5f2fc008184deba9fb6a21e45ec210 HTTP/1.1" 404 173 0.004959 10.0.0.65 - - [2026-03-26 04:27:13] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001123 10.0.0.65 - - [2026-03-26 04:27:13] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.046266 10.0.0.65 - - [2026-03-26 04:27:13] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001073 10.0.0.65 - - [2026-03-26 04:27:13] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?fields=security_groups HTTP/1.1" 200 1367 0.047680 10.0.0.65 - - [2026-03-26 04:27:14] "DELETE /security-group/0c62824e-54ac-4876-944f-64a7693e004c HTTP/1.1" 200 115 0.053314 10.0.0.65 - - [2026-03-26 04:27:14] "GET /projects?obj_uuids=d6ea1904-a93e-4150-adb3-1bffdbab0298&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002412 10.0.0.22 - - [2026-03-26 04:27:14] "DELETE /access-control-list/a3a1fa74-1c72-44b4-97b0-825344627399 HTTP/1.1" 200 115 0.064283 10.0.0.65 - - [2026-03-26 04:27:14] "GET /project/d6ea1904-a93e-4150-adb3-1bffdbab0298?fields=application_policy_sets HTTP/1.1" 200 1406 0.070638 10.0.0.240 - - [2026-03-26 04:27:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000667 10.0.0.65 - - [2026-03-26 04:27:14] "DELETE /project/d6ea1904-a93e-4150-adb3-1bffdbab0298 HTTP/1.1" 200 115 0.437281 10.0.0.240 - - [2026-03-26 04:27:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.035584 10.0.0.65 - - [2026-03-26 04:27:14] "GET /projects?obj_uuids=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001362 10.0.0.240 - - [2026-03-26 04:27:14] "GET /project/7e5f2fc0-0818-4deb-a9fb-6a21e45ec210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.057307 10.0.0.65 - - [2026-03-26 04:27:14] "GET /projects?obj_uuids=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001306 10.0.0.240 - - [2026-03-26 04:27:14] "POST /neutron/network HTTP/1.1" 200 605 0.187447 10.0.0.22 - - [2026-03-26 04:27:15] "POST /ref-update HTTP/1.1" 200 156 0.028719 10.0.0.240 - - [2026-03-26 04:27:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.004912 10.0.0.240 - - [2026-03-26 04:27:15] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006214 10.0.0.240 - - [2026-03-26 04:27:15] "POST /neutron/network HTTP/1.1" 200 824 0.006995 10.0.0.240 - - [2026-03-26 04:27:15] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005172 10.0.0.240 - - [2026-03-26 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003382 10.0.0.65 - - [2026-03-26 04:27:15] "GET /projects?obj_uuids=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000946 10.0.0.240 - - [2026-03-26 04:27:15] "GET /project/7e5f2fc0-0818-4deb-a9fb-6a21e45ec210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.045775 10.0.0.240 - - [2026-03-26 04:27:15] "POST /neutron/network HTTP/1.1" 200 117 0.020917 10.0.0.240 - - [2026-03-26 04:27:15] "POST /neutron/network HTTP/1.1" 200 826 0.011567 10.0.0.240 - - [2026-03-26 04:27:15] "POST /id-to-fqname HTTP/1.1" 200 220 0.001529 10.0.0.240 - - [2026-03-26 04:27:15] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006179 10.0.0.240 - - [2026-03-26 04:27:16] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006269 10.0.0.240 - - [2026-03-26 04:27:16] "POST /neutron/subnet HTTP/1.1" 200 734 0.014470 10.0.0.240 - - [2026-03-26 04:27:16] "POST /id-to-fqname HTTP/1.1" 200 220 0.001309 10.0.0.65 - - [2026-03-26 04:27:17] "GET /projects?obj_uuids=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001139 10.0.0.240 - - [2026-03-26 04:27:17] "GET /project/7e5f2fc0-0818-4deb-a9fb-6a21e45ec210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.081433 10.0.0.240 - - [2026-03-26 04:27:17] "POST /neutron/network HTTP/1.1" 200 824 0.007964 10.0.0.240 - - [2026-03-26 04:27:17] "POST /id-to-fqname HTTP/1.1" 200 220 0.001397 10.0.0.240 - - [2026-03-26 04:27:17] "POST /neutron/port HTTP/1.1" 200 4196 0.039423 10.0.0.65 - - [2026-03-26 04:27:18] "GET /projects?obj_uuids=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001182 10.0.0.240 - - [2026-03-26 04:27:18] "POST /neutron/port HTTP/1.1" 200 1060 0.323151 10.0.0.240 - - [2026-03-26 04:27:18] "POST /neutron/port HTTP/1.1" 200 1114 0.142135 10.0.0.240 - - [2026-03-26 04:27:18] "POST /neutron/subnet HTTP/1.1" 200 698 0.010936 10.0.0.65 - - [2026-03-26 04:27:18] "GET /projects?obj_uuids=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001537 10.0.0.240 - - [2026-03-26 04:27:18] "GET /project/7e5f2fc0-0818-4deb-a9fb-6a21e45ec210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.084848 10.0.0.240 - - [2026-03-26 04:27:18] "POST /neutron/network HTTP/1.1" 200 826 0.007361 10.0.0.240 - - [2026-03-26 04:27:19] "POST /neutron/port HTTP/1.1" 200 117 0.006310 10.0.0.240 - - [2026-03-26 04:27:19] "POST /neutron/network HTTP/1.1" 200 836 0.008471 10.0.0.240 - - [2026-03-26 04:27:20] "POST /neutron/port HTTP/1.1" 200 1062 0.022587 10.0.0.240 - - [2026-03-26 04:27:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004690 10.0.0.240 - - [2026-03-26 04:27:20] "POST /neutron/network HTTP/1.1" 200 826 0.008969 10.0.0.240 - - [2026-03-26 04:27:24] "POST /neutron/port HTTP/1.1" 200 1124 0.019952 10.0.0.240 - - [2026-03-26 04:27:24] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009396 10.0.0.240 - - [2026-03-26 04:27:24] "GET /virtual-machine/837a45a4-d3df-4170-bf79-53ed66d21ada HTTP/1.1" 401 293 0.000468 10.0.0.240 - - [2026-03-26 04:27:25] "GET /virtual-machine/837a45a4-d3df-4170-bf79-53ed66d21ada HTTP/1.1" 200 1292 0.036932 10.0.0.240 - - [2026-03-26 04:27:25] "GET /virtual-machine-interface/f2535286-dc01-4bbc-9009-06d6c03b14c6 HTTP/1.1" 200 2942 0.008542 10.0.0.240 - - [2026-03-26 04:27:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005088 10.0.0.240 - - [2026-03-26 04:27:25] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005131 10.0.0.240 - - [2026-03-26 04:27:25] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003843 10.0.0.240 - - [2026-03-26 04:27:25] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006881 10.0.0.240 - - [2026-03-26 04:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538 10.0.0.240 - - [2026-03-26 04:27:28] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.009277 10.0.0.240 - - [2026-03-26 04:27:28] "POST /neutron/port HTTP/1.1" 200 1126 0.027843 10.0.0.240 - - [2026-03-26 04:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.240 - - [2026-03-26 04:27:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005477 10.0.0.240 - - [2026-03-26 04:27:30] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003606 10.0.0.240 - - [2026-03-26 04:27:30] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006385 10.0.0.240 - - [2026-03-26 04:27:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009217 10.0.0.240 - - [2026-03-26 04:27:30] "POST /neutron/port HTTP/1.1" 200 1126 0.023086 10.0.0.240 - - [2026-03-26 04:27:30] "GET /virtual-machine/74cc329b-c97b-475e-8cb8-1a01a318fcd1 HTTP/1.1" 200 1292 0.007091 10.0.0.240 - - [2026-03-26 04:27:30] "GET /virtual-machine-interface/a1e693c7-479d-4a12-a5d2-0b037b1af69d HTTP/1.1" 200 2942 0.008523 10.0.0.240 - - [2026-03-26 04:27:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.240 - - [2026-03-26 04:27:30] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004045 10.0.0.240 - - [2026-03-26 04:27:30] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003355 10.0.0.240 - - [2026-03-26 04:27:31] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007042 10.0.0.240 - - [2026-03-26 04:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.240 - - [2026-03-26 04:27:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005839 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005001 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006551 10.0.0.240 - - [2026-03-26 04:27:32] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007777 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-machine/837a45a4-d3df-4170-bf79-53ed66d21ada HTTP/1.1" 200 1292 0.007098 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-machine-interface/f2535286-dc01-4bbc-9009-06d6c03b14c6 HTTP/1.1" 200 2942 0.005813 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-machine/837a45a4-d3df-4170-bf79-53ed66d21ada HTTP/1.1" 200 1292 0.004479 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-machine-interface/f2535286-dc01-4bbc-9009-06d6c03b14c6 HTTP/1.1" 200 2942 0.006328 10.0.0.240 - - [2026-03-26 04:27:32] "GET /instance-ip/23618840-1388-409e-b30a-7131aa1f8652 HTTP/1.1" 200 1620 0.007061 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-machine/837a45a4-d3df-4170-bf79-53ed66d21ada HTTP/1.1" 200 1292 0.007521 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-machine-interface/f2535286-dc01-4bbc-9009-06d6c03b14c6 HTTP/1.1" 200 2942 0.006172 10.0.0.240 - - [2026-03-26 04:27:32] "GET /instance-ip/23618840-1388-409e-b30a-7131aa1f8652 HTTP/1.1" 200 1620 0.005365 10.0.0.240 - - [2026-03-26 04:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004019 10.0.0.240 - - [2026-03-26 04:27:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004358 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003849 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007998 10.0.0.240 - - [2026-03-26 04:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004150 10.0.0.240 - - [2026-03-26 04:27:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006984 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003749 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006755 10.0.0.240 - - [2026-03-26 04:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.240 - - [2026-03-26 04:27:32] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004809 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004043 10.0.0.240 - - [2026-03-26 04:27:32] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006491 10.0.0.240 - - [2026-03-26 04:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004139 10.0.0.240 - - [2026-03-26 04:27:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005269 10.0.0.240 - - [2026-03-26 04:27:33] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004690 10.0.0.240 - - [2026-03-26 04:27:33] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006860 10.0.0.240 - - [2026-03-26 04:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.240 - - [2026-03-26 04:27:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004670 10.0.0.240 - - [2026-03-26 04:27:33] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004202 10.0.0.240 - - [2026-03-26 04:27:33] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007300 10.0.0.240 - - [2026-03-26 04:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004751 10.0.0.240 - - [2026-03-26 04:27:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003911 10.0.0.240 - - [2026-03-26 04:27:33] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003928 10.0.0.240 - - [2026-03-26 04:27:33] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010970 10.0.0.240 - - [2026-03-26 04:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004298 10.0.0.240 - - [2026-03-26 04:27:33] "GET /routing-instance/dfe2c295-1c22-42c7-9e9d-9c990fc7e7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005800 10.0.0.240 - - [2026-03-26 04:27:33] "GET /route-target/e739e505-24b5-4c76-99a4-0324a7b078d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005515 10.0.0.240 - - [2026-03-26 04:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.240 - - [2026-03-26 04:27:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004422 10.0.0.240 - - [2026-03-26 04:27:33] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003312 10.0.0.240 - - [2026-03-26 04:27:33] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007166 10.0.0.240 - - [2026-03-26 04:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.240 - - [2026-03-26 04:27:33] "GET /routing-instance/dfe2c295-1c22-42c7-9e9d-9c990fc7e7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.004885 10.0.0.240 - - [2026-03-26 04:27:33] "GET /route-target/e739e505-24b5-4c76-99a4-0324a7b078d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004947 10.0.0.240 - - [2026-03-26 04:27:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.240 - - [2026-03-26 04:27:33] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004776 10.0.0.240 - - [2026-03-26 04:27:33] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003726 10.0.0.240 - - [2026-03-26 04:27:34] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.010798 10.0.0.240 - - [2026-03-26 04:27:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003891 10.0.0.240 - - [2026-03-26 04:27:34] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005797 10.0.0.240 - - [2026-03-26 04:27:34] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003478 10.0.0.240 - - [2026-03-26 04:27:34] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007223 10.0.0.65 - - [2026-03-26 04:27:35] "GET /obj-perms HTTP/1.1" 200 5049 0.061736 10.0.0.240 - - [2026-03-26 04:27:35] "GET /obj-perms HTTP/1.1" 200 5049 0.057510 10.0.0.240 - - [2026-03-26 04:27:35] "GET /obj-perms HTTP/1.1" 200 5049 0.004843 10.0.0.65 - - [2026-03-26 04:27:35] "GET /obj-perms HTTP/1.1" 200 5049 0.004088 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-machine/74cc329b-c97b-475e-8cb8-1a01a318fcd1 HTTP/1.1" 200 1292 0.004776 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-machine-interface/a1e693c7-479d-4a12-a5d2-0b037b1af69d HTTP/1.1" 200 2942 0.006569 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-machine/74cc329b-c97b-475e-8cb8-1a01a318fcd1 HTTP/1.1" 200 1292 0.005065 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-machine-interface/a1e693c7-479d-4a12-a5d2-0b037b1af69d HTTP/1.1" 200 2942 0.022336 10.0.0.240 - - [2026-03-26 04:27:36] "GET /instance-ip/88f96fa1-fb5e-46ee-ba84-7cb5983db047 HTTP/1.1" 200 1622 0.006801 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-machine/74cc329b-c97b-475e-8cb8-1a01a318fcd1 HTTP/1.1" 200 1292 0.004192 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-machine-interface/a1e693c7-479d-4a12-a5d2-0b037b1af69d HTTP/1.1" 200 2942 0.006174 10.0.0.240 - - [2026-03-26 04:27:36] "GET /instance-ip/88f96fa1-fb5e-46ee-ba84-7cb5983db047 HTTP/1.1" 200 1622 0.004625 10.0.0.240 - - [2026-03-26 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004273 10.0.0.240 - - [2026-03-26 04:27:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005347 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003340 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.010515 10.0.0.240 - - [2026-03-26 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.240 - - [2026-03-26 04:27:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.007195 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003581 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007149 10.0.0.240 - - [2026-03-26 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004181 10.0.0.240 - - [2026-03-26 04:27:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005031 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004330 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.007622 10.0.0.240 - - [2026-03-26 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.240 - - [2026-03-26 04:27:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004440 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004429 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008390 10.0.0.240 - - [2026-03-26 04:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003539 10.0.0.240 - - [2026-03-26 04:27:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004355 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003749 10.0.0.240 - - [2026-03-26 04:27:36] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006915 10.0.0.240 - - [2026-03-26 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.240 - - [2026-03-26 04:27:37] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006725 10.0.0.240 - - [2026-03-26 04:27:37] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003773 10.0.0.240 - - [2026-03-26 04:27:37] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006485 10.0.0.240 - - [2026-03-26 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005289 10.0.0.240 - - [2026-03-26 04:27:37] "GET /routing-instance/b6850434-21ff-46ba-9e0e-b787be8c61a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.007685 10.0.0.240 - - [2026-03-26 04:27:37] "GET /route-target/5f90e352-76bc-4fcc-b734-a22c7fd9be29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004430 10.0.0.240 - - [2026-03-26 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005259 10.0.0.240 - - [2026-03-26 04:27:37] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003710 10.0.0.240 - - [2026-03-26 04:27:37] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003703 10.0.0.240 - - [2026-03-26 04:27:37] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006372 10.0.0.240 - - [2026-03-26 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003355 10.0.0.240 - - [2026-03-26 04:27:37] "GET /routing-instance/b6850434-21ff-46ba-9e0e-b787be8c61a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.010266 10.0.0.240 - - [2026-03-26 04:27:37] "GET /route-target/5f90e352-76bc-4fcc-b734-a22c7fd9be29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005259 10.0.0.240 - - [2026-03-26 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003251 10.0.0.240 - - [2026-03-26 04:27:37] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005465 10.0.0.240 - - [2026-03-26 04:27:37] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004706 10.0.0.240 - - [2026-03-26 04:27:37] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.006347 10.0.0.240 - - [2026-03-26 04:27:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005326 10.0.0.240 - - [2026-03-26 04:27:37] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004493 10.0.0.240 - - [2026-03-26 04:27:37] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.008545 10.0.0.240 - - [2026-03-26 04:27:37] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008528 10.0.0.240 - - [2026-03-26 04:27:37] "GET /obj-perms HTTP/1.1" 200 5049 0.004599 10.0.0.65 - - [2026-03-26 04:27:37] "GET /obj-perms HTTP/1.1" 200 5049 0.004522 10.0.0.240 - - [2026-03-26 04:27:38] "GET /obj-perms HTTP/1.1" 200 5049 0.005336 10.0.0.22 - - [2026-03-26 04:27:38] "GET /obj-perms HTTP/1.1" 200 5049 0.068656 10.0.0.240 - - [2026-03-26 04:27:58] "GET /virtual-machine/74cc329b-c97b-475e-8cb8-1a01a318fcd1 HTTP/1.1" 200 1292 0.004573 10.0.0.240 - - [2026-03-26 04:27:59] "POST /neutron/port HTTP/1.1" 200 1126 0.020371 10.0.0.240 - - [2026-03-26 04:28:00] "GET /virtual-machine/74cc329b-c97b-475e-8cb8-1a01a318fcd1 HTTP/1.1" 404 171 0.003600 10.0.0.240 - - [2026-03-26 04:28:00] "GET /virtual-machine/74cc329b-c97b-475e-8cb8-1a01a318fcd1 HTTP/1.1" 404 171 0.003559 10.0.0.240 - - [2026-03-26 04:28:00] "GET /virtual-machine/74cc329b-c97b-475e-8cb8-1a01a318fcd1 HTTP/1.1" 404 171 0.003041 10.0.0.240 - - [2026-03-26 04:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.240 - - [2026-03-26 04:28:01] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005478 10.0.0.240 - - [2026-03-26 04:28:01] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.004860 10.0.0.240 - - [2026-03-26 04:28:01] "GET /virtual-network/d56ad912-d78f-4786-b20a-c1de8e4b438c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2046 0.008401 10.0.0.240 - - [2026-03-26 04:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005347 10.0.0.240 - - [2026-03-26 04:28:01] "GET /routing-instance/b6850434-21ff-46ba-9e0e-b787be8c61a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.005851 10.0.0.240 - - [2026-03-26 04:28:01] "GET /route-target/5f90e352-76bc-4fcc-b734-a22c7fd9be29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005031 10.0.0.240 - - [2026-03-26 04:28:01] "GET /obj-perms HTTP/1.1" 200 5049 0.004345 10.0.0.22 - - [2026-03-26 04:28:04] "GET /obj-perms HTTP/1.1" 200 5049 0.004382 10.0.0.240 - - [2026-03-26 04:28:07] "GET /obj-perms HTTP/1.1" 200 5049 0.004524 10.0.0.65 - - [2026-03-26 04:28:07] "GET /obj-perms HTTP/1.1" 200 5049 0.003905 10.0.0.240 - - [2026-03-26 04:28:07] "GET /virtual-machine/837a45a4-d3df-4170-bf79-53ed66d21ada HTTP/1.1" 200 1292 0.004279 10.0.0.240 - - [2026-03-26 04:28:08] "POST /neutron/port HTTP/1.1" 200 1124 0.025812 10.0.0.22 - - [2026-03-26 04:28:08] "GET /obj-perms HTTP/1.1" 200 5075 0.086305 10.0.0.240 - - [2026-03-26 04:28:09] "GET /virtual-machine/837a45a4-d3df-4170-bf79-53ed66d21ada HTTP/1.1" 404 171 0.003559 10.0.0.240 - - [2026-03-26 04:28:09] "GET /virtual-machine/837a45a4-d3df-4170-bf79-53ed66d21ada HTTP/1.1" 404 171 0.004720 10.0.0.240 - - [2026-03-26 04:28:09] "GET /virtual-machine/837a45a4-d3df-4170-bf79-53ed66d21ada HTTP/1.1" 404 171 0.007748 10.0.0.240 - - [2026-03-26 04:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003838 10.0.0.240 - - [2026-03-26 04:28:10] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004163 10.0.0.240 - - [2026-03-26 04:28:10] "GET /virtual-networks?parent_id=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003673 10.0.0.240 - - [2026-03-26 04:28:10] "GET /virtual-network/eba9d482-cc0e-4610-960d-73aa8a8faa87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006993 10.0.0.240 - - [2026-03-26 04:28:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004164 10.0.0.240 - - [2026-03-26 04:28:10] "GET /routing-instance/dfe2c295-1c22-42c7-9e9d-9c990fc7e7d9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1476 0.009205 10.0.0.240 - - [2026-03-26 04:28:10] "GET /route-target/e739e505-24b5-4c76-99a4-0324a7b078d2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006089 10.0.0.240 - - [2026-03-26 04:28:13] "GET /obj-perms HTTP/1.1" 200 5049 0.004665 10.0.0.65 - - [2026-03-26 04:28:13] "GET /obj-perms HTTP/1.1" 200 5049 0.004754 10.0.0.240 - - [2026-03-26 04:28:22] "GET /obj-perms HTTP/1.1" 200 5049 0.005113 10.0.0.65 - - [2026-03-26 04:28:22] "GET /obj-perms HTTP/1.1" 200 5049 0.004166 10.0.0.240 - - [2026-03-26 04:28:26] "POST /neutron/port HTTP/1.1" 200 1219 0.050696 10.0.0.240 - - [2026-03-26 04:28:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010732 10.0.0.240 - - [2026-03-26 04:28:26] "POST /neutron/port HTTP/1.1" 200 117 0.001262 10.0.0.240 - - [2026-03-26 04:28:27] "POST /neutron/port HTTP/1.1" 200 1219 0.052384 10.0.0.240 - - [2026-03-26 04:28:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003488 10.0.0.240 - - [2026-03-26 04:28:28] "POST /neutron/port HTTP/1.1" 200 117 0.001120 10.0.0.240 - - [2026-03-26 04:28:28] "GET /obj-perms HTTP/1.1" 200 5049 0.005806 10.0.0.65 - - [2026-03-26 04:28:29] "GET /obj-perms HTTP/1.1" 200 5049 0.004736 10.0.0.240 - - [2026-03-26 04:28:29] "POST /neutron/network HTTP/1.1" 200 826 0.007855 10.0.0.22 - - [2026-03-26 04:28:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.067292 10.0.0.22 - - [2026-03-26 04:28:29] "DELETE /route-target/e739e505-24b5-4c76-99a4-0324a7b078d2 HTTP/1.1" 200 115 0.035084 10.0.0.65 - - [2026-03-26 04:28:29] "POST /useragent-kv HTTP/1.1" 200 115 0.055588 10.0.0.65 - - [2026-03-26 04:28:29] "POST /useragent-kv HTTP/1.1" 200 115 0.005084 10.0.0.240 - - [2026-03-26 04:28:29] "POST /neutron/network HTTP/1.1" 200 151 0.203270 10.0.0.65 - - [2026-03-26 04:28:30] "GET /projects?obj_uuids=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001299 10.0.0.240 - - [2026-03-26 04:28:30] "GET /project/7e5f2fc0-0818-4deb-a9fb-6a21e45ec210?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.047863 10.0.0.65 - - [2026-03-26 04:28:30] "GET /projects?obj_uuids=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001171 10.0.0.240 - - [2026-03-26 04:28:30] "GET /project/7e5f2fc0-0818-4deb-a9fb-6a21e45ec210?fields=virtual_networks HTTP/1.1" 200 1032 0.049082 10.0.0.65 - - [2026-03-26 04:28:30] "GET /projects?obj_uuids=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001285 10.0.0.240 - - [2026-03-26 04:28:30] "GET /project/7e5f2fc0-0818-4deb-a9fb-6a21e45ec210?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.050862 10.0.0.65 - - [2026-03-26 04:28:31] "GET /projects?obj_uuids=7e5f2fc0-0818-4deb-a9fb-6a21e45ec210&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001113 10.0.0.240 - - [2026-03-26 04:28:31] "GET /project/7e5f2fc0-0818-4deb-a9fb-6a21e45ec210?fields=security_groups HTTP/1.1" 200 1258 0.044943 10.0.0.240 - - [2026-03-26 04:28:31] "POST /fqname-to-id HTTP/1.1" 404 196 0.038393 10.0.0.65 - - [2026-03-26 04:28:32] "GET /projects?obj_uuids=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003632 10.0.0.65 - - [2026-03-26 04:28:32] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001693 10.0.0.65 - - [2026-03-26 04:28:32] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.040786 10.0.0.65 - - [2026-03-26 04:28:32] "POST /id-to-fqname HTTP/1.1" 200 198 0.004122 10.0.0.65 - - [2026-03-26 04:28:32] "POST /fqname-to-id HTTP/1.1" 404 207 0.005671 10.0.0.65 - - [2026-03-26 04:28:32] "POST /security-groups HTTP/1.1" 200 599 0.085703 10.0.0.65 - - [2026-03-26 04:28:32] "POST /projects HTTP/1.1" 200 601 0.336365 10.0.0.65 - - [2026-03-26 04:28:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.375541 10.0.0.22 - - [2026-03-26 04:28:32] "POST /fqname-to-id HTTP/1.1" 404 241 0.008318 10.0.0.240 - - [2026-03-26 04:28:32] "GET /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.581236 10.0.0.240 - - [2026-03-26 04:28:33] "GET / HTTP/1.1" 200 35931 0.001716 10.0.0.240 - - [2026-03-26 04:28:37] "POST /fqname-to-id HTTP/1.1" 401 293 0.000445 10.0.0.240 - - [2026-03-26 04:28:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.072823 10.0.0.65 - - [2026-03-26 04:28:37] "GET /projects?obj_uuids=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001088 10.0.0.240 - - [2026-03-26 04:28:37] "GET /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.075134 10.0.0.22 - - [2026-03-26 04:28:38] "POST /ref-update HTTP/1.1" 200 156 0.033586 10.0.0.65 - - [2026-03-26 04:28:38] "POST /useragent-kv HTTP/1.1" 200 115 0.008739 10.0.0.240 - - [2026-03-26 04:28:38] "POST /neutron/subnet HTTP/1.1" 200 719 0.279627 10.0.0.240 - - [2026-03-26 04:28:38] "POST /id-to-fqname HTTP/1.1" 200 228 0.001268 10.0.0.240 - - [2026-03-26 04:28:38] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008602 10.0.0.240 - - [2026-03-26 04:28:38] "POST /neutron/network HTTP/1.1" 200 1005 0.010094 10.0.0.240 - - [2026-03-26 04:28:38] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006074 10.0.0.240 - - [2026-03-26 04:28:38] "POST /neutron/subnet HTTP/1.1" 200 828 0.010576 10.0.0.240 - - [2026-03-26 04:28:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003396 10.0.0.65 - - [2026-03-26 04:28:38] "GET /projects?obj_uuids=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000867 10.0.0.240 - - [2026-03-26 04:28:38] "GET /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055050 10.0.0.65 - - [2026-03-26 04:28:39] "POST /useragent-kv HTTP/1.1" 200 115 0.010270 10.0.0.240 - - [2026-03-26 04:28:39] "POST /neutron/subnet HTTP/1.1" 200 729 0.246599 10.0.0.22 - - [2026-03-26 04:28:39] "POST /fqname-to-id HTTP/1.1" 404 207 0.070848 10.0.0.240 - - [2026-03-26 04:28:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001302 10.0.0.240 - - [2026-03-26 04:28:39] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008476 10.0.0.240 - - [2026-03-26 04:28:39] "POST /neutron/network HTTP/1.1" 200 1005 0.014926 10.0.0.240 - - [2026-03-26 04:28:39] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.016164 10.0.0.240 - - [2026-03-26 04:28:39] "POST /neutron/subnet HTTP/1.1" 200 818 0.010689 10.0.0.240 - - [2026-03-26 04:28:40] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007060 10.0.0.240 - - [2026-03-26 04:28:42] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006606 10.0.0.240 - - [2026-03-26 04:28:43] "GET /obj-perms HTTP/1.1" 200 5065 0.064573 10.0.0.22 - - [2026-03-26 04:28:43] "GET /obj-perms HTTP/1.1" 200 5065 0.060507 10.0.0.240 - - [2026-03-26 04:28:43] "POST /neutron/subnet HTTP/1.1" 200 828 0.010396 10.0.0.240 - - [2026-03-26 04:28:43] "POST /id-to-fqname HTTP/1.1" 200 228 0.001183 10.0.0.65 - - [2026-03-26 04:28:44] "GET /projects?obj_uuids=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001180 10.0.0.240 - - [2026-03-26 04:28:44] "GET /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.076884 10.0.0.240 - - [2026-03-26 04:28:44] "POST /neutron/network HTTP/1.1" 200 1005 0.041362 10.0.0.240 - - [2026-03-26 04:28:44] "POST /neutron/port HTTP/1.1" 200 117 0.007531 10.0.0.240 - - [2026-03-26 04:28:45] "POST /neutron/port HTTP/1.1" 200 1174 0.033252 10.0.0.240 - - [2026-03-26 04:28:45] "POST /neutron/port HTTP/1.1" 200 1238 0.021263 10.0.0.240 - - [2026-03-26 04:28:45] "POST /neutron/subnet HTTP/1.1" 200 1379 0.019131 10.0.0.240 - - [2026-03-26 04:28:45] "POST /neutron/network HTTP/1.1" 200 1005 0.012005 10.0.0.240 - - [2026-03-26 04:28:49] "POST /neutron/port HTTP/1.1" 200 1238 0.022759 10.0.0.240 - - [2026-03-26 04:28:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008700 10.0.0.240 - - [2026-03-26 04:28:50] "GET /virtual-machine/15f0aa20-0dee-4481-82e0-98bf2f2bc83c HTTP/1.1" 401 293 0.000435 10.0.0.240 - - [2026-03-26 04:28:50] "GET /virtual-machine/15f0aa20-0dee-4481-82e0-98bf2f2bc83c HTTP/1.1" 200 1299 0.048790 10.0.0.240 - - [2026-03-26 04:28:50] "GET /virtual-machine-interface/356de770-2e11-4a10-b614-9827a9573faf HTTP/1.1" 200 3175 0.006490 10.0.0.240 - - [2026-03-26 04:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.009375 10.0.0.240 - - [2026-03-26 04:28:50] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005734 10.0.0.240 - - [2026-03-26 04:28:50] "GET /virtual-networks?parent_id=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004173 10.0.0.240 - - [2026-03-26 04:28:50] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006907 10.0.0.240 - - [2026-03-26 04:28:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003381 10.0.0.240 - - [2026-03-26 04:28:53] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006014 10.0.0.22 - - [2026-03-26 04:28:57] "DELETE /access-control-list/5d00dc76-7836-487d-bbcc-e69ce5b4b5c0 HTTP/1.1" 200 115 0.042784 10.0.0.240 - - [2026-03-26 04:28:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.240 - - [2026-03-26 04:28:57] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006173 10.0.0.240 - - [2026-03-26 04:29:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.240 - - [2026-03-26 04:29:01] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005424 10.0.0.22 - - [2026-03-26 04:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000403 10.0.0.22 - - [2026-03-26 04:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.22 - - [2026-03-26 04:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000516 10.0.0.22 - - [2026-03-26 04:29:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.65 - - [2026-03-26 04:29:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000504 10.0.0.65 - - [2026-03-26 04:29:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000519 10.0.0.65 - - [2026-03-26 04:29:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000592 10.0.0.65 - - [2026-03-26 04:29:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.240 - - [2026-03-26 04:29:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000504 10.0.0.240 - - [2026-03-26 04:29:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.240 - - [2026-03-26 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.240 - - [2026-03-26 04:29:06] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006378 10.0.0.240 - - [2026-03-26 04:29:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.240 - - [2026-03-26 04:29:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.240 - - [2026-03-26 04:29:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003666 10.0.0.240 - - [2026-03-26 04:29:10] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006340 10.0.0.240 - - [2026-03-26 04:29:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006558 10.0.0.240 - - [2026-03-26 04:29:14] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006474 10.0.0.65 - - [2026-03-26 04:29:14] "DELETE /project/787f1b2e94b64f9e98ef03f1005a34ed HTTP/1.1" 404 173 0.005150 10.0.0.65 - - [2026-03-26 04:29:14] "DELETE /project/7e5f2fc0-0818-4deb-a9fb-6a21e45ec210 HTTP/1.1" 404 177 0.004148 10.0.0.240 - - [2026-03-26 04:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003895 10.0.0.240 - - [2026-03-26 04:29:18] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006557 10.0.0.240 - - [2026-03-26 04:29:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.240 - - [2026-03-26 04:29:22] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008357 10.0.0.240 - - [2026-03-26 04:29:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.240 - - [2026-03-26 04:29:26] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004294 10.0.0.240 - - [2026-03-26 04:29:26] "GET /virtual-networks?parent_id=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003517 10.0.0.240 - - [2026-03-26 04:29:26] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007141 10.0.0.240 - - [2026-03-26 04:29:27] "POST /neutron/port HTTP/1.1" 200 1109 0.020861 10.0.0.240 - - [2026-03-26 04:29:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004243 10.0.0.240 - - [2026-03-26 04:29:27] "POST /neutron/network HTTP/1.1" 200 929 0.007786 10.0.0.240 - - [2026-03-26 04:29:29] "POST /neutron/network HTTP/1.1" 200 939 0.007428 10.0.0.240 - - [2026-03-26 04:29:29] "POST /neutron/port HTTP/1.1" 200 117 0.001066 10.0.0.240 - - [2026-03-26 04:29:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009020 10.0.0.240 - - [2026-03-26 04:29:37] "POST /neutron/port HTTP/1.1" 200 1238 0.029620 10.0.0.240 - - [2026-03-26 04:29:42] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007576 10.0.0.240 - - [2026-03-26 04:29:47] "POST /neutron/port HTTP/1.1" 200 1238 0.020955 10.0.0.240 - - [2026-03-26 04:29:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008022 10.0.0.240 - - [2026-03-26 04:29:47] "POST /neutron/network HTTP/1.1" 200 979 0.020521 10.0.0.240 - - [2026-03-26 04:29:47] "POST /id-to-fqname HTTP/1.1" 200 228 0.001282 10.0.0.240 - - [2026-03-26 04:29:47] "GET /virtual-machine/15f0aa20-0dee-4481-82e0-98bf2f2bc83c HTTP/1.1" 200 1299 0.004684 10.0.0.240 - - [2026-03-26 04:29:47] "GET /virtual-machine-interface/356de770-2e11-4a10-b614-9827a9573faf HTTP/1.1" 200 3175 0.005580 10.0.0.240 - - [2026-03-26 04:29:47] "GET /instance-ip/7d059be7-8087-4d4c-a37a-7b99db6898be HTTP/1.1" 200 1656 0.006323 10.0.0.240 - - [2026-03-26 04:29:47] "GET /instance-ip/9e5c40bf-da82-4711-8973-f391669ca226 HTTP/1.1" 200 1635 0.006176 10.0.0.240 - - [2026-03-26 04:29:48] "POST /fqname-to-id HTTP/1.1" 404 218 0.003631 10.0.0.240 - - [2026-03-26 04:29:48] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007279 10.0.0.65 - - [2026-03-26 04:29:48] "GET /projects?obj_uuids=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001204 10.0.0.240 - - [2026-03-26 04:29:48] "GET /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.054162 10.0.0.240 - - [2026-03-26 04:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003873 10.0.0.240 - - [2026-03-26 04:29:48] "GET /security-group/51a96f53-64f1-44e9-bb9c-9ec5f2627b8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3778 0.004871 10.0.0.240 - - [2026-03-26 04:29:48] "POST /virtual-machine-interfaces HTTP/1.1" 200 573 0.098184 10.0.0.240 - - [2026-03-26 04:29:48] "POST /instance-ips HTTP/1.1" 200 357 0.044172 10.0.0.240 - - [2026-03-26 04:29:48] "GET /instance-ip/c7fd2943-85e6-4155-b919-a25d8d1e9f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.007740 10.0.0.240 - - [2026-03-26 04:29:48] "POST /instance-ips HTTP/1.1" 200 357 0.044309 10.0.0.240 - - [2026-03-26 04:29:48] "GET /instance-ip/3273310c-f1d2-4b72-8c04-d6c1d56f7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.006975 10.0.0.240 - - [2026-03-26 04:29:48] "GET /virtual-machine-interface/1e858065-ed37-441d-b315-37319ba382bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2391 0.006465 10.0.0.240 - - [2026-03-26 04:29:48] "GET /virtual-machine-interface/1e858065-ed37-441d-b315-37319ba382bf?fields=instance_ip_back_refs HTTP/1.1" 200 1537 0.007701 10.0.0.240 - - [2026-03-26 04:29:48] "GET /instance-ip/3273310c-f1d2-4b72-8c04-d6c1d56f7ea0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.004687 10.0.0.240 - - [2026-03-26 04:29:48] "GET /instance-ip/c7fd2943-85e6-4155-b919-a25d8d1e9f9a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1590 0.005170 10.0.0.240 - - [2026-03-26 04:29:48] "POST /id-to-fqname HTTP/1.1" 200 228 0.002211 10.0.0.240 - - [2026-03-26 04:29:48] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011636 10.0.0.240 - - [2026-03-26 04:29:49] "POST /neutron/network HTTP/1.1" 200 1005 0.011064 10.0.0.240 - - [2026-03-26 04:29:49] "POST /neutron/port HTTP/1.1" 200 5280 0.044404 10.0.0.240 - - [2026-03-26 04:29:49] "POST /neutron/port HTTP/1.1" 200 117 0.007878 10.0.0.240 - - [2026-03-26 04:29:49] "POST /neutron/port HTTP/1.1" 200 1080 0.017635 10.0.0.240 - - [2026-03-26 04:29:50] "POST /neutron/port HTTP/1.1" 200 1183 0.021755 10.0.0.240 - - [2026-03-26 04:29:50] "POST /neutron/subnet HTTP/1.1" 200 1379 0.016512 10.0.0.240 - - [2026-03-26 04:29:50] "POST /neutron/network HTTP/1.1" 200 1005 0.012879 10.0.0.240 - - [2026-03-26 04:29:54] "POST /neutron/port HTTP/1.1" 200 1183 0.021071 10.0.0.240 - - [2026-03-26 04:29:54] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008553 10.0.0.240 - - [2026-03-26 04:29:54] "GET /virtual-machine/b7209350-13f3-49a8-b0d8-c0573185763c HTTP/1.1" 200 1279 0.007312 10.0.0.240 - - [2026-03-26 04:29:54] "GET /virtual-machine-interface/1e858065-ed37-441d-b315-37319ba382bf HTTP/1.1" 200 3225 0.006883 10.0.0.240 - - [2026-03-26 04:29:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.240 - - [2026-03-26 04:29:54] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005563 10.0.0.240 - - [2026-03-26 04:29:54] "GET /virtual-networks?parent_id=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003468 10.0.0.240 - - [2026-03-26 04:29:54] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007465 10.0.0.240 - - [2026-03-26 04:29:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003649 10.0.0.240 - - [2026-03-26 04:29:58] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007313 10.0.0.240 - - [2026-03-26 04:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004931 10.0.0.240 - - [2026-03-26 04:30:02] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007118 10.0.0.240 - - [2026-03-26 04:30:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004109 10.0.0.240 - - [2026-03-26 04:30:06] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006249 10.0.0.65 - - [2026-03-26 04:30:10] "GET /obj-perms HTTP/1.1" 200 5075 0.075165 10.0.0.240 - - [2026-03-26 04:30:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004530 10.0.0.240 - - [2026-03-26 04:30:10] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.010004 10.0.0.240 - - [2026-03-26 04:30:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003845 10.0.0.240 - - [2026-03-26 04:30:14] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006523 10.0.0.240 - - [2026-03-26 04:30:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.240 - - [2026-03-26 04:30:18] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.011332 10.0.0.240 - - [2026-03-26 04:30:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005870 10.0.0.240 - - [2026-03-26 04:30:22] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006425 10.0.0.240 - - [2026-03-26 04:30:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.240 - - [2026-03-26 04:30:26] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005485 10.0.0.240 - - [2026-03-26 04:30:29] "POST /neutron/network HTTP/1.1" 200 1124 0.007423 10.0.0.240 - - [2026-03-26 04:30:29] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016761 10.0.0.240 - - [2026-03-26 04:30:29] "POST /neutron/network HTTP/1.1" 200 1114 0.010888 10.0.0.240 - - [2026-03-26 04:30:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003177 10.0.0.240 - - [2026-03-26 04:30:30] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009019 10.0.0.240 - - [2026-03-26 04:30:31] "POST /neutron/network HTTP/1.1" 200 1124 0.009567 10.0.0.240 - - [2026-03-26 04:30:31] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017562 10.0.0.240 - - [2026-03-26 04:30:31] "POST /neutron/network HTTP/1.1" 200 1114 0.011963 10.0.0.240 - - [2026-03-26 04:30:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.240 - - [2026-03-26 04:30:34] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005900 10.0.0.240 - - [2026-03-26 04:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005800 10.0.0.240 - - [2026-03-26 04:30:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005090 10.0.0.240 - - [2026-03-26 04:30:36] "GET /virtual-networks?parent_id=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.009486 10.0.0.240 - - [2026-03-26 04:30:37] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006949 10.0.0.240 - - [2026-03-26 04:30:42] "POST /neutron/port HTTP/1.1" 200 1183 0.020670 10.0.0.240 - - [2026-03-26 04:30:47] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007784 10.0.0.240 - - [2026-03-26 04:30:52] "POST /neutron/port HTTP/1.1" 200 1183 0.022470 10.0.0.240 - - [2026-03-26 04:30:57] "POST /id-to-fqname HTTP/1.1" 200 228 0.001282 10.0.0.240 - - [2026-03-26 04:30:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007802 10.0.0.65 - - [2026-03-26 04:30:59] "GET /projects?obj_uuids=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001744 10.0.0.240 - - [2026-03-26 04:30:59] "GET /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.099418 10.0.0.240 - - [2026-03-26 04:30:59] "POST /neutron/port HTTP/1.1" 200 6309 0.049794 10.0.0.240 - - [2026-03-26 04:30:59] "POST /neutron/port HTTP/1.1" 200 117 0.015197 10.0.0.240 - - [2026-03-26 04:31:00] "POST /neutron/port HTTP/1.1" 200 1174 0.029130 10.0.0.240 - - [2026-03-26 04:31:00] "POST /neutron/port HTTP/1.1" 200 1238 0.024902 10.0.0.240 - - [2026-03-26 04:31:00] "POST /neutron/subnet HTTP/1.1" 200 1379 0.017370 10.0.0.240 - - [2026-03-26 04:31:00] "POST /neutron/network HTTP/1.1" 200 1005 0.010695 10.0.0.240 - - [2026-03-26 04:31:04] "POST /neutron/port HTTP/1.1" 200 1238 0.019860 10.0.0.240 - - [2026-03-26 04:31:04] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008515 10.0.0.240 - - [2026-03-26 04:31:04] "GET /virtual-machine/f42a8b42-7f07-4208-88c7-953d29fb4f15 HTTP/1.1" 200 1300 0.007489 10.0.0.240 - - [2026-03-26 04:31:04] "GET /virtual-machine-interface/28a5d4f2-2c5f-446c-b8ec-1202cf1b12ad HTTP/1.1" 200 3175 0.006287 10.0.0.240 - - [2026-03-26 04:31:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003822 10.0.0.240 - - [2026-03-26 04:31:04] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.008456 10.0.0.240 - - [2026-03-26 04:31:04] "GET /virtual-networks?parent_id=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.004187 10.0.0.240 - - [2026-03-26 04:31:04] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007895 10.0.0.240 - - [2026-03-26 04:31:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.240 - - [2026-03-26 04:31:08] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005494 10.0.0.240 - - [2026-03-26 04:31:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.240 - - [2026-03-26 04:31:12] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007448 10.0.0.240 - - [2026-03-26 04:31:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.240 - - [2026-03-26 04:31:16] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007971 10.0.0.240 - - [2026-03-26 04:31:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003818 10.0.0.240 - - [2026-03-26 04:31:20] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006935 10.0.0.240 - - [2026-03-26 04:31:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004306 10.0.0.240 - - [2026-03-26 04:31:24] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007495 10.0.0.240 - - [2026-03-26 04:31:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004336 10.0.0.240 - - [2026-03-26 04:31:28] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006187 10.0.0.240 - - [2026-03-26 04:31:31] "POST /neutron/port HTTP/1.1" 200 1109 0.021818 10.0.0.240 - - [2026-03-26 04:31:31] "POST /neutron/network HTTP/1.1" 200 939 0.007533 10.0.0.240 - - [2026-03-26 04:31:31] "POST /neutron/subnet HTTP/1.1" 200 708 0.011387 10.0.0.240 - - [2026-03-26 04:31:31] "POST /neutron/network HTTP/1.1" 200 929 0.007642 10.0.0.240 - - [2026-03-26 04:31:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.240 - - [2026-03-26 04:31:32] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006524 10.0.0.240 - - [2026-03-26 04:31:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.240 - - [2026-03-26 04:31:36] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006176 10.0.0.240 - - [2026-03-26 04:31:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.240 - - [2026-03-26 04:31:40] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006878 10.0.0.240 - - [2026-03-26 04:31:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.240 - - [2026-03-26 04:31:44] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006853 10.0.0.240 - - [2026-03-26 04:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.240 - - [2026-03-26 04:31:48] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005695 10.0.0.240 - - [2026-03-26 04:31:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.240 - - [2026-03-26 04:31:53] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004361 10.0.0.240 - - [2026-03-26 04:31:53] "GET /virtual-networks?parent_id=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 587 0.003602 10.0.0.240 - - [2026-03-26 04:31:53] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007236 10.0.0.240 - - [2026-03-26 04:31:53] "POST /neutron/port HTTP/1.1" 200 1238 0.022888 10.0.0.240 - - [2026-03-26 04:31:58] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008677 10.0.0.240 - - [2026-03-26 04:32:06] "POST /neutron/port HTTP/1.1" 200 1238 0.051869 10.0.0.240 - - [2026-03-26 04:32:08] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008622 10.0.0.240 - - [2026-03-26 04:32:12] "GET /obj-perms HTTP/1.1" 200 5075 0.066708 10.0.0.22 - - [2026-03-26 04:32:12] "GET /obj-perms HTTP/1.1" 200 5075 0.070457 10.0.0.240 - - [2026-03-26 04:32:19] "POST /neutron/port HTTP/1.1" 200 1238 0.020999 10.0.0.240 - - [2026-03-26 04:32:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008991 10.0.0.240 - - [2026-03-26 04:32:19] "POST /neutron/port HTTP/1.1" 200 1238 0.021557 10.0.0.240 - - [2026-03-26 04:32:19] "POST /neutron/network HTTP/1.1" 200 1005 0.010667 10.0.0.240 - - [2026-03-26 04:32:19] "POST /id-to-fqname HTTP/1.1" 200 228 0.001233 10.0.0.240 - - [2026-03-26 04:32:19] "GET /virtual-machine/f42a8b42-7f07-4208-88c7-953d29fb4f15 HTTP/1.1" 200 1300 0.004100 10.0.0.240 - - [2026-03-26 04:32:19] "GET /virtual-machine-interface/28a5d4f2-2c5f-446c-b8ec-1202cf1b12ad HTTP/1.1" 200 3175 0.006099 10.0.0.240 - - [2026-03-26 04:32:19] "GET /instance-ip/0963db74-5d8b-4936-be94-a4b1d6debae0 HTTP/1.1" 200 1653 0.007329 10.0.0.240 - - [2026-03-26 04:32:19] "GET /instance-ip/6319777d-f5a5-4863-afea-23474cc67558 HTTP/1.1" 200 1637 0.012343 10.0.0.240 - - [2026-03-26 04:32:19] "POST /fqname-to-id HTTP/1.1" 404 230 0.004062 10.0.0.240 - - [2026-03-26 04:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003752 10.0.0.65 - - [2026-03-26 04:32:19] "GET /projects?obj_uuids=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001038 10.0.0.240 - - [2026-03-26 04:32:19] "GET /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.055546 10.0.0.240 - - [2026-03-26 04:32:19] "POST /network-policys HTTP/1.1" 200 569 0.034862 10.0.0.240 - - [2026-03-26 04:32:19] "GET /network-policy/b7f2cc47-284f-4267-9ef6-c1a754d33001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.006903 10.0.0.240 - - [2026-03-26 04:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005765 10.0.0.240 - - [2026-03-26 04:32:20] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008011 10.0.0.240 - - [2026-03-26 04:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004290 10.0.0.240 - - [2026-03-26 04:32:20] "GET /network-policy/b7f2cc47-284f-4267-9ef6-c1a754d33001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005997 10.0.0.240 - - [2026-03-26 04:32:20] "POST /ref-update HTTP/1.1" 200 156 0.062040 10.0.0.240 - - [2026-03-26 04:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003357 10.0.0.240 - - [2026-03-26 04:32:20] "GET /network-policy/b7f2cc47-284f-4267-9ef6-c1a754d33001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004903 10.0.0.240 - - [2026-03-26 04:32:20] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2961 0.010144 10.0.0.240 - - [2026-03-26 04:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004330 10.0.0.240 - - [2026-03-26 04:32:20] "GET /network-policy/b7f2cc47-284f-4267-9ef6-c1a754d33001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004497 10.0.0.240 - - [2026-03-26 04:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003392 10.0.0.240 - - [2026-03-26 04:32:20] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.010173 10.0.0.240 - - [2026-03-26 04:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004718 10.0.0.240 - - [2026-03-26 04:32:20] "GET /network-policy/b7f2cc47-284f-4267-9ef6-c1a754d33001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004608 10.0.0.240 - - [2026-03-26 04:32:20] "POST /ref-update HTTP/1.1" 200 156 0.067679 10.0.0.240 - - [2026-03-26 04:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003535 10.0.0.22 - - [2026-03-26 04:32:20] "POST /access-control-lists HTTP/1.1" 200 596 0.112028 10.0.0.240 - - [2026-03-26 04:32:20] "GET /network-policy/b7f2cc47-284f-4267-9ef6-c1a754d33001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.004539 10.0.0.240 - - [2026-03-26 04:32:20] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2960 0.008664 10.0.0.240 - - [2026-03-26 04:32:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.22 - - [2026-03-26 04:32:20] "POST /ref-update HTTP/1.1" 200 156 0.032371 10.0.0.240 - - [2026-03-26 04:32:20] "GET /network-policy/b7f2cc47-284f-4267-9ef6-c1a754d33001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.011109 10.0.0.240 - - [2026-03-26 04:32:20] "GET /virtual-machine-interface/28a5d4f2-2c5f-446c-b8ec-1202cf1b12ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2760 0.007497 10.0.0.240 - - [2026-03-26 04:32:20] "PUT /virtual-machine-interface/28a5d4f2-2c5f-446c-b8ec-1202cf1b12ad HTTP/1.1" 200 284 0.029269 10.0.0.240 - - [2026-03-26 04:32:20] "GET /virtual-machine-interface/28a5d4f2-2c5f-446c-b8ec-1202cf1b12ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3070 0.007901 10.0.0.240 - - [2026-03-26 04:32:20] "PUT /virtual-machine-interface/28a5d4f2-2c5f-446c-b8ec-1202cf1b12ad HTTP/1.1" 200 284 0.020898 10.0.0.240 - - [2026-03-26 04:32:31] "POST /neutron/port HTTP/1.1" 200 1219 0.027106 10.0.0.240 - - [2026-03-26 04:32:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004871 10.0.0.240 - - [2026-03-26 04:32:31] "POST /neutron/port HTTP/1.1" 200 117 0.001557 10.0.0.240 - - [2026-03-26 04:32:32] "POST /neutron/port HTTP/1.1" 200 1238 0.024527 10.0.0.240 - - [2026-03-26 04:32:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004852 10.0.0.240 - - [2026-03-26 04:32:32] "POST /neutron/port HTTP/1.1" 200 117 0.001248 10.0.0.240 - - [2026-03-26 04:33:32] "POST /neutron/port HTTP/1.1" 200 1183 0.050241 10.0.0.240 - - [2026-03-26 04:33:32] "POST /neutron/network HTTP/1.1" 200 1119 0.008378 10.0.0.240 - - [2026-03-26 04:33:32] "POST /neutron/port HTTP/1.1" 200 1109 0.069010 10.0.0.240 - - [2026-03-26 04:33:32] "POST /neutron/network HTTP/1.1" 200 939 0.011477 10.0.0.240 - - [2026-03-26 04:33:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004763 10.0.0.240 - - [2026-03-26 04:33:32] "POST /neutron/network HTTP/1.1" 200 929 0.008043 10.0.0.22 - - [2026-03-26 04:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.22 - - [2026-03-26 04:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.22 - - [2026-03-26 04:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.22 - - [2026-03-26 04:34:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.65 - - [2026-03-26 04:34:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000367 10.0.0.65 - - [2026-03-26 04:34:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000422 10.0.0.65 - - [2026-03-26 04:34:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.65 - - [2026-03-26 04:34:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 10.0.0.240 - - [2026-03-26 04:34:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.240 - - [2026-03-26 04:34:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.240 - - [2026-03-26 04:34:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.240 - - [2026-03-26 04:34:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.65 - - [2026-03-26 04:34:14] "GET /obj-perms HTTP/1.1" 200 5075 0.053532 10.0.0.240 - - [2026-03-26 04:34:24] "POST /ref-update HTTP/1.1" 200 156 0.087767 10.0.0.22 - - [2026-03-26 04:34:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.069463 10.0.0.22 - - [2026-03-26 04:34:25] "POST /ref-update HTTP/1.1" 200 156 0.081207 10.0.0.240 - - [2026-03-26 04:34:25] "GET /virtual-network/4ba5df00-e3f8-4bbd-adf4-b08dff450b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.017470 10.0.0.240 - - [2026-03-26 04:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.240 - - [2026-03-26 04:34:25] "GET /network-policy/b7f2cc47-284f-4267-9ef6-c1a754d33001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005242 10.0.0.240 - - [2026-03-26 04:34:25] "POST /ref-update HTTP/1.1" 200 156 0.054810 10.0.0.240 - - [2026-03-26 04:34:25] "GET /virtual-network/353ce09d-ea31-4171-9495-ae6c2f9348be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009295 10.0.0.240 - - [2026-03-26 04:34:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.240 - - [2026-03-26 04:34:25] "GET /network-policy/b7f2cc47-284f-4267-9ef6-c1a754d33001?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2168 0.005676 10.0.0.240 - - [2026-03-26 04:34:25] "DELETE /network-policy/b7f2cc47-284f-4267-9ef6-c1a754d33001 HTTP/1.1" 200 115 0.042489 10.0.0.240 - - [2026-03-26 04:34:25] "DELETE /instance-ip/3273310c-f1d2-4b72-8c04-d6c1d56f7ea0 HTTP/1.1" 200 115 0.054790 10.0.0.240 - - [2026-03-26 04:34:25] "DELETE /instance-ip/c7fd2943-85e6-4155-b919-a25d8d1e9f9a HTTP/1.1" 200 115 0.104575 10.0.0.240 - - [2026-03-26 04:34:25] "DELETE /virtual-machine-interface/1e858065-ed37-441d-b315-37319ba382bf HTTP/1.1" 200 115 0.098785 10.0.0.240 - - [2026-03-26 04:34:26] "POST /neutron/port HTTP/1.1" 200 1238 0.056031 10.0.0.240 - - [2026-03-26 04:34:26] "POST /neutron/port HTTP/1.1" 200 1228 0.018468 10.0.0.240 - - [2026-03-26 04:34:26] "POST /neutron/port HTTP/1.1" 200 1228 0.018565 10.0.0.22 - - [2026-03-26 04:34:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.008298 10.0.0.65 - - [2026-03-26 04:34:28] "POST /useragent-kv HTTP/1.1" 200 115 0.076386 10.0.0.65 - - [2026-03-26 04:34:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003066 10.0.0.65 - - [2026-03-26 04:34:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002592 10.0.0.65 - - [2026-03-26 04:34:28] "POST /useragent-kv HTTP/1.1" 200 115 0.002671 10.0.0.240 - - [2026-03-26 04:34:28] "POST /neutron/network HTTP/1.1" 200 151 0.264635 10.0.0.22 - - [2026-03-26 04:34:28] "DELETE /route-target/0560e1b5-7dbc-4b06-826c-fb68be0e6db0 HTTP/1.1" 200 115 0.027432 10.0.0.240 - - [2026-03-26 04:34:31] "POST /neutron/port HTTP/1.1" 200 117 0.006331 10.0.0.65 - - [2026-03-26 04:34:31] "GET /projects?obj_uuids=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001099 10.0.0.240 - - [2026-03-26 04:34:31] "GET /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1395 0.079356 10.0.0.65 - - [2026-03-26 04:34:31] "GET /projects?obj_uuids=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.240 - - [2026-03-26 04:34:31] "GET /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed?fields=virtual_networks HTTP/1.1" 200 1048 0.047538 10.0.0.65 - - [2026-03-26 04:34:31] "GET /projects?obj_uuids=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000880 10.0.0.240 - - [2026-03-26 04:34:31] "GET /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.044214 10.0.0.65 - - [2026-03-26 04:34:31] "GET /projects?obj_uuids=787f1b2e-94b6-4f9e-98ef-03f1005a34ed&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000940 10.0.0.240 - - [2026-03-26 04:34:32] "GET /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed?fields=security_groups HTTP/1.1" 200 1282 0.045542 10.0.0.240 - - [2026-03-26 04:34:32] "POST /neutron/port HTTP/1.1" 200 1219 0.019856 10.0.0.240 - - [2026-03-26 04:34:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005458 10.0.0.240 - - [2026-03-26 04:34:32] "POST /neutron/port HTTP/1.1" 200 117 0.001431 10.0.0.240 - - [2026-03-26 04:34:32] "POST /fqname-to-id HTTP/1.1" 404 192 0.030295 10.0.0.65 - - [2026-03-26 04:34:33] "GET /projects?obj_uuids=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004108 10.0.0.65 - - [2026-03-26 04:34:33] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001436 10.0.0.65 - - [2026-03-26 04:34:33] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.038880 10.0.0.65 - - [2026-03-26 04:34:33] "POST /id-to-fqname HTTP/1.1" 200 194 0.002564 10.0.0.65 - - [2026-03-26 04:34:33] "POST /fqname-to-id HTTP/1.1" 404 203 0.009579 10.0.0.65 - - [2026-03-26 04:34:33] "POST /security-groups HTTP/1.1" 200 595 0.078416 10.0.0.65 - - [2026-03-26 04:34:33] "POST /projects HTTP/1.1" 200 593 0.316048 10.0.0.22 - - [2026-03-26 04:34:33] "POST /fqname-to-id HTTP/1.1" 404 237 0.015041 10.0.0.65 - - [2026-03-26 04:34:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.397105 10.0.0.240 - - [2026-03-26 04:34:33] "GET /project/9fe0392a-89b2-46de-abc3-8ee2212575ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.574159 10.0.0.240 - - [2026-03-26 04:34:34] "GET / HTTP/1.1" 200 35931 0.002053 10.0.0.240 - - [2026-03-26 04:34:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000551 10.0.0.240 - - [2026-03-26 04:34:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.083876 10.0.0.65 - - [2026-03-26 04:34:36] "GET /projects?obj_uuids=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001163 10.0.0.240 - - [2026-03-26 04:34:37] "GET /project/9fe0392a-89b2-46de-abc3-8ee2212575ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.054416 10.0.0.65 - - [2026-03-26 04:34:37] "GET /projects?obj_uuids=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001438 10.0.0.240 - - [2026-03-26 04:34:37] "POST /neutron/network HTTP/1.1" 200 609 0.200050 10.0.0.22 - - [2026-03-26 04:34:37] "POST /ref-update HTTP/1.1" 200 156 0.040373 10.0.0.240 - - [2026-03-26 04:34:38] "POST /neutron/network HTTP/1.1" 200 1001 0.016604 10.0.0.240 - - [2026-03-26 04:34:38] "POST /id-to-fqname HTTP/1.1" 200 224 0.001342 10.0.0.240 - - [2026-03-26 04:34:38] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006855 10.0.0.240 - - [2026-03-26 04:34:38] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007046 10.0.0.240 - - [2026-03-26 04:34:38] "POST /neutron/subnet HTTP/1.1" 200 720 0.010010 10.0.0.240 - - [2026-03-26 04:34:38] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007413 10.0.0.240 - - [2026-03-26 04:34:40] "POST /id-to-fqname HTTP/1.1" 200 224 0.001587 10.0.0.240 - - [2026-03-26 04:34:40] "POST /neutron/network HTTP/1.1" 200 1011 0.008856 10.0.0.65 - - [2026-03-26 04:34:41] "GET /projects?obj_uuids=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001798 10.0.0.240 - - [2026-03-26 04:34:41] "GET /project/9fe0392a-89b2-46de-abc3-8ee2212575ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.082706 10.0.0.240 - - [2026-03-26 04:34:41] "POST /neutron/port HTTP/1.1" 200 117 0.007757 10.0.0.240 - - [2026-03-26 04:34:41] "POST /id-to-fqname HTTP/1.1" 200 224 0.001258 10.0.0.240 - - [2026-03-26 04:34:42] "POST /neutron/network HTTP/1.1" 200 1011 0.011776 10.0.0.240 - - [2026-03-26 04:34:43] "POST /neutron/port HTTP/1.1" 200 1170 0.042933 10.0.0.65 - - [2026-03-26 04:34:43] "GET /projects?obj_uuids=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001004 10.0.0.240 - - [2026-03-26 04:34:43] "GET /project/9fe0392a-89b2-46de-abc3-8ee2212575ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.083021 10.0.0.240 - - [2026-03-26 04:34:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003664 10.0.0.240 - - [2026-03-26 04:34:43] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016770 10.0.0.240 - - [2026-03-26 04:34:43] "POST /neutron/network HTTP/1.1" 200 1001 0.011601 10.0.0.240 - - [2026-03-26 04:34:43] "POST /neutron/port HTTP/1.1" 200 117 0.007477 10.0.0.240 - - [2026-03-26 04:34:43] "POST /id-to-fqname HTTP/1.1" 200 224 0.001728 10.0.0.240 - - [2026-03-26 04:34:44] "POST /neutron/network HTTP/1.1" 200 1011 0.008490 10.0.0.240 - - [2026-03-26 04:34:44] "POST /neutron/port HTTP/1.1" 200 1170 0.028540 10.0.0.240 - - [2026-03-26 04:34:44] "POST /neutron/port HTTP/1.1" 200 1234 0.026014 10.0.0.240 - - [2026-03-26 04:34:45] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016711 10.0.0.240 - - [2026-03-26 04:34:45] "POST /neutron/network HTTP/1.1" 200 1001 0.012308 10.0.0.65 - - [2026-03-26 04:34:45] "GET /projects?obj_uuids=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001202 10.0.0.240 - - [2026-03-26 04:34:45] "GET /project/9fe0392a-89b2-46de-abc3-8ee2212575ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.080110 10.0.0.240 - - [2026-03-26 04:34:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009647 10.0.0.240 - - [2026-03-26 04:34:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010211 10.0.0.240 - - [2026-03-26 04:34:45] "POST /neutron/port HTTP/1.1" 200 1234 0.021166 10.0.0.240 - - [2026-03-26 04:34:45] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008303 10.0.0.240 - - [2026-03-26 04:34:45] "GET /virtual-machine/7709fcae-0a69-4e44-98ec-7d28c5ae22aa HTTP/1.1" 401 293 0.000397 10.0.0.240 - - [2026-03-26 04:34:46] "POST /neutron/port HTTP/1.1" 200 1224 0.137916 10.0.0.240 - - [2026-03-26 04:34:46] "GET /virtual-machine/7709fcae-0a69-4e44-98ec-7d28c5ae22aa HTTP/1.1" 200 1296 0.068155 10.0.0.240 - - [2026-03-26 04:34:46] "GET /virtual-machine-interface/88d6c9fc-f243-472a-bebc-c22dd9fd6424 HTTP/1.1" 200 3155 0.013405 10.0.0.240 - - [2026-03-26 04:34:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005024 10.0.0.240 - - [2026-03-26 04:34:46] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.005049 10.0.0.240 - - [2026-03-26 04:34:46] "GET /virtual-networks?parent_id=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003841 10.0.0.240 - - [2026-03-26 04:34:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007008 10.0.0.240 - - [2026-03-26 04:34:46] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006728 10.0.0.240 - - [2026-03-26 04:34:46] "POST /neutron/port HTTP/1.1" 200 117 0.001386 10.0.0.240 - - [2026-03-26 04:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.007678 10.0.0.240 - - [2026-03-26 04:34:49] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008844 10.0.0.240 - - [2026-03-26 04:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.240 - - [2026-03-26 04:34:53] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.008125 10.0.0.240 - - [2026-03-26 04:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004636 10.0.0.240 - - [2026-03-26 04:34:57] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007375 10.0.0.240 - - [2026-03-26 04:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004169 10.0.0.240 - - [2026-03-26 04:35:01] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006374 10.0.0.240 - - [2026-03-26 04:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.240 - - [2026-03-26 04:35:06] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007032 10.0.0.240 - - [2026-03-26 04:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.240 - - [2026-03-26 04:35:10] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007281 10.0.0.240 - - [2026-03-26 04:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003909 10.0.0.240 - - [2026-03-26 04:35:14] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.009503 10.0.0.240 - - [2026-03-26 04:35:14] "GET /obj-perms HTTP/1.1" 200 5075 0.072734 10.0.0.65 - - [2026-03-26 04:35:15] "DELETE /project/9fe0392a89b246deabc38ee2212575ed HTTP/1.1" 404 173 0.004706 10.0.0.65 - - [2026-03-26 04:35:15] "DELETE /project/787f1b2e-94b6-4f9e-98ef-03f1005a34ed HTTP/1.1" 404 177 0.003783 10.0.0.22 - - [2026-03-26 04:35:15] "GET /obj-perms HTTP/1.1" 200 5075 0.094205 10.0.0.240 - - [2026-03-26 04:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.240 - - [2026-03-26 04:35:18] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006560 10.0.0.240 - - [2026-03-26 04:35:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.240 - - [2026-03-26 04:35:22] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007630 10.0.0.240 - - [2026-03-26 04:35:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004311 10.0.0.240 - - [2026-03-26 04:35:26] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.005222 10.0.0.240 - - [2026-03-26 04:35:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005482 10.0.0.240 - - [2026-03-26 04:35:30] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006310 10.0.0.240 - - [2026-03-26 04:35:34] "POST /neutron/port HTTP/1.1" 200 1109 0.019885 10.0.0.240 - - [2026-03-26 04:35:34] "POST /neutron/subnet HTTP/1.1" 200 708 0.011499 10.0.0.240 - - [2026-03-26 04:35:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.240 - - [2026-03-26 04:35:34] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007612 10.0.0.240 - - [2026-03-26 04:35:35] "POST /neutron/port HTTP/1.1" 200 1219 0.023969 10.0.0.240 - - [2026-03-26 04:35:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004313 10.0.0.240 - - [2026-03-26 04:35:35] "POST /neutron/port HTTP/1.1" 200 117 0.001305 10.0.0.240 - - [2026-03-26 04:35:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003565 10.0.0.240 - - [2026-03-26 04:35:36] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.006390 10.0.0.240 - - [2026-03-26 04:35:36] "GET /virtual-networks?parent_id=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.005921 10.0.0.240 - - [2026-03-26 04:35:36] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007522 10.0.0.240 - - [2026-03-26 04:35:37] "POST /neutron/port HTTP/1.1" 200 1234 0.021533 10.0.0.240 - - [2026-03-26 04:35:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007383 10.0.0.240 - - [2026-03-26 04:35:47] "POST /neutron/port HTTP/1.1" 200 1234 0.019439 10.0.0.240 - - [2026-03-26 04:35:50] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007912 10.0.0.240 - - [2026-03-26 04:35:52] "POST /neutron/port HTTP/1.1" 200 1234 0.022087 10.0.0.240 - - [2026-03-26 04:35:57] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007170 10.0.0.240 - - [2026-03-26 04:36:03] "POST /neutron/port HTTP/1.1" 200 1234 0.035903 10.0.0.240 - - [2026-03-26 04:36:03] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008796 10.0.0.240 - - [2026-03-26 04:36:03] "GET /virtual-machine/7e44259c-d360-4d59-8af3-1aeb36efef1b HTTP/1.1" 200 1296 0.006358 10.0.0.240 - - [2026-03-26 04:36:03] "GET /virtual-machine-interface/aed3e0cc-4236-429b-a94a-14ebeee3604b HTTP/1.1" 200 3156 0.005630 10.0.0.240 - - [2026-03-26 04:36:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004143 10.0.0.240 - - [2026-03-26 04:36:03] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.003792 10.0.0.240 - - [2026-03-26 04:36:03] "GET /virtual-networks?parent_id=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003393 10.0.0.240 - - [2026-03-26 04:36:03] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006696 10.0.0.240 - - [2026-03-26 04:36:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003322 10.0.0.240 - - [2026-03-26 04:36:04] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004512 10.0.0.240 - - [2026-03-26 04:36:04] "GET /virtual-networks?parent_id=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.004456 10.0.0.240 - - [2026-03-26 04:36:04] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.007255 10.0.0.240 - - [2026-03-26 04:36:04] "POST /neutron/port HTTP/1.1" 200 1234 0.021742 10.0.0.240 - - [2026-03-26 04:36:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008321 10.0.0.240 - - [2026-03-26 04:36:05] "GET /virtual-machine/6a11d86e-0b9e-41ce-b7f1-0b4be0c23db6 HTTP/1.1" 200 1296 0.006264 10.0.0.240 - - [2026-03-26 04:36:05] "GET /virtual-machine-interface/4daa9e3d-0862-45d1-a09f-b07701effbd0 HTTP/1.1" 200 3155 0.005487 10.0.0.240 - - [2026-03-26 04:36:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.240 - - [2026-03-26 04:36:05] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004528 10.0.0.240 - - [2026-03-26 04:36:05] "GET /virtual-networks?parent_id=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003390 10.0.0.240 - - [2026-03-26 04:36:05] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006195 10.0.0.240 - - [2026-03-26 04:36:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003833 10.0.0.240 - - [2026-03-26 04:36:06] "GET /global-vrouter-config/ddced49d-1aa5-4ac1-98f8-9d590a05dcae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1616 0.004450 10.0.0.240 - - [2026-03-26 04:36:06] "GET /virtual-networks?parent_id=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.003791 10.0.0.240 - - [2026-03-26 04:36:06] "GET /virtual-network/f7e1342a-6a87-4dac-a0ee-38620bb30fb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2629 0.006462 10.0.0.240 - - [2026-03-26 04:36:06] "GET /virtual-machine-interface/4daa9e3d-0862-45d1-a09f-b07701effbd0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2740 0.007118 10.0.0.240 - - [2026-03-26 04:36:06] "PUT /virtual-machine-interface/4daa9e3d-0862-45d1-a09f-b07701effbd0 HTTP/1.1" 200 284 0.017735 10.0.0.240 - - [2026-03-26 04:36:34] "POST /neutron/network HTTP/1.1" 200 1124 0.007466 10.0.0.240 - - [2026-03-26 04:36:34] "POST /neutron/subnet HTTP/1.1" 200 1389 0.016608 10.0.0.240 - - [2026-03-26 04:36:34] "POST /neutron/network HTTP/1.1" 200 1114 0.010141 10.0.0.240 - - [2026-03-26 04:36:37] "POST /neutron/network HTTP/1.1" 200 939 0.007919 10.0.0.240 - - [2026-03-26 04:36:37] "POST /neutron/port HTTP/1.1" 200 117 0.001151 10.0.0.65 - - [2026-03-26 04:37:16] "GET /obj-perms HTTP/1.1" 200 5075 0.064758 10.0.0.240 - - [2026-03-26 04:37:34] "POST /neutron/network HTTP/1.1" 400 204 0.018685 10.0.0.240 - - [2026-03-26 04:37:34] "POST /neutron/port HTTP/1.1" 200 1224 0.017302 10.0.0.240 - - [2026-03-26 04:37:35] "POST /neutron/port HTTP/1.1" 200 151 0.311400 10.0.0.240 - - [2026-03-26 04:37:35] "POST /neutron/port HTTP/1.1" 200 151 0.421052 10.0.0.22 - - [2026-03-26 04:37:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004046 10.0.0.240 - - [2026-03-26 04:37:37] "POST /neutron/port HTTP/1.1" 200 1109 0.027844 10.0.0.240 - - [2026-03-26 04:37:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004447 10.0.0.240 - - [2026-03-26 04:37:37] "POST /neutron/network HTTP/1.1" 200 929 0.007183 10.0.0.65 - - [2026-03-26 04:37:38] "GET /projects?obj_uuids=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001666 10.0.0.240 - - [2026-03-26 04:37:38] "GET /project/9fe0392a-89b2-46de-abc3-8ee2212575ed?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.049826 10.0.0.65 - - [2026-03-26 04:37:38] "GET /projects?obj_uuids=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001387 10.0.0.240 - - [2026-03-26 04:37:38] "GET /project/9fe0392a-89b2-46de-abc3-8ee2212575ed?fields=virtual_networks HTTP/1.1" 200 1041 0.071891 10.0.0.65 - - [2026-03-26 04:37:38] "GET /projects?obj_uuids=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001461 10.0.0.240 - - [2026-03-26 04:37:38] "GET /project/9fe0392a-89b2-46de-abc3-8ee2212575ed?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.067495 10.0.0.65 - - [2026-03-26 04:37:38] "GET /projects?obj_uuids=9fe0392a-89b2-46de-abc3-8ee2212575ed&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001487 10.0.0.240 - - [2026-03-26 04:37:38] "GET /project/9fe0392a-89b2-46de-abc3-8ee2212575ed?fields=security_groups HTTP/1.1" 200 1271 0.064645 10.0.0.240 - - [2026-03-26 04:37:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.047649 10.0.0.65 - - [2026-03-26 04:37:39] "GET /projects?obj_uuids=673a9b83-a030-4b47-9825-3e2ee24883f8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003474 10.0.0.65 - - [2026-03-26 04:37:39] "GET /domains?obj_uuids=b07ef41d-f358-4169-a694-2c6c20158c87&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001121 10.0.0.65 - - [2026-03-26 04:37:39] "GET /domain/b07ef41d-f358-4169-a694-2c6c20158c87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 929 0.008649 10.0.0.65 - - [2026-03-26 04:37:40] "POST /id-to-fqname HTTP/1.1" 200 190 0.004183 10.0.0.65 - - [2026-03-26 04:37:40] "POST /fqname-to-id HTTP/1.1" 404 199 0.004380 10.0.0.65 - - [2026-03-26 04:37:40] "POST /security-groups HTTP/1.1" 200 591 0.040380 10.0.0.65 - - [2026-03-26 04:37:40] "POST /projects HTTP/1.1" 200 585 0.320553 10.0.0.65 - - [2026-03-26 04:37:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.391119 10.0.0.22 - - [2026-03-26 04:37:40] "POST /access-control-lists HTTP/1.1" 200 596 0.047375 10.0.0.240 - - [2026-03-26 04:37:40] "GET /project/673a9b83-a030-4b47-9825-3e2ee24883f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.611670 10.0.0.240 - - [2026-03-26 04:37:41] "GET / HTTP/1.1" 200 35931 0.001817 10.0.0.22 - - [2026-03-26 04:37:43] "DELETE /access-control-list/b9da473f-a392-44ca-87c7-74fddb339d7b HTTP/1.1" 200 115 0.039011 10.0.0.65 - - [2026-03-26 04:37:47] "GET /projects?obj_uuids=673a9b83-a030-4b47-9825-3e2ee24883f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001222 10.0.0.240 - - [2026-03-26 04:37:47] "GET /project/673a9b83-a030-4b47-9825-3e2ee24883f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1363 0.051519 10.0.0.65 - - [2026-03-26 04:37:47] "GET /projects?obj_uuids=673a9b83-a030-4b47-9825-3e2ee24883f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001103 10.0.0.240 - - [2026-03-26 04:37:47] "GET /project/673a9b83-a030-4b47-9825-3e2ee24883f8?fields=virtual_networks HTTP/1.1" 200 1032 0.053356 10.0.0.65 - - [2026-03-26 04:37:47] "GET /projects?obj_uuids=673a9b83-a030-4b47-9825-3e2ee24883f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001186 10.0.0.240 - - [2026-03-26 04:37:47] "GET /project/673a9b83-a030-4b47-9825-3e2ee24883f8?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.048985 10.0.0.65 - - [2026-03-26 04:37:47] "GET /projects?obj_uuids=673a9b83-a030-4b47-9825-3e2ee24883f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001170 10.0.0.240 - - [2026-03-26 04:37:47] "GET /project/673a9b83-a030-4b47-9825-3e2ee24883f8?fields=security_groups HTTP/1.1" 200 1258 0.045268 10.0.0.65 - - [2026-03-26 04:38:15] "DELETE /project/9fe0392a-89b2-46de-abc3-8ee2212575ed HTTP/1.1" 404 177 0.008686 10.0.0.65 - - [2026-03-26 04:38:15] "DELETE /project/673a9b83a0304b4798253e2ee24883f8 HTTP/1.1" 404 173 0.005666 10.0.0.65 - - [2026-03-26 04:38:15] "GET /projects?obj_uuids=673a9b83-a030-4b47-9825-3e2ee24883f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000880 10.0.0.65 - - [2026-03-26 04:38:15] "GET /project/673a9b83-a030-4b47-9825-3e2ee24883f8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1468 0.059798 10.0.0.65 - - [2026-03-26 04:38:15] "GET /projects?obj_uuids=673a9b83-a030-4b47-9825-3e2ee24883f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000887 10.0.0.65 - - [2026-03-26 04:38:15] "GET /project/673a9b83-a030-4b47-9825-3e2ee24883f8?fields=security_groups HTTP/1.1" 200 1363 0.067367 10.0.0.65 - - [2026-03-26 04:38:15] "DELETE /security-group/0b4aacad-f3de-4137-9656-b9f4f24c076a HTTP/1.1" 200 115 0.065148 10.0.0.65 - - [2026-03-26 04:38:15] "GET /projects?obj_uuids=673a9b83-a030-4b47-9825-3e2ee24883f8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001101 10.0.0.65 - - [2026-03-26 04:38:15] "GET /project/673a9b83-a030-4b47-9825-3e2ee24883f8?fields=application_policy_sets HTTP/1.1" 200 1402 0.073118 10.0.0.22 - - [2026-03-26 04:38:15] "DELETE /access-control-list/21407b18-94c6-47f8-8e5f-790e74894ce5 HTTP/1.1" 200 115 0.069997 10.0.0.65 - - [2026-03-26 04:38:15] "DELETE /project/673a9b83-a030-4b47-9825-3e2ee24883f8 HTTP/1.1" 200 115 0.498884 10.0.0.240 - - [2026-03-26 04:38:39] "POST /neutron/network HTTP/1.1" 200 1124 0.050094 10.0.0.240 - - [2026-03-26 04:38:39] "POST /neutron/subnet HTTP/1.1" 200 1389 0.017389 10.0.0.240 - - [2026-03-26 04:38:39] "POST /neutron/network HTTP/1.1" 200 1114 0.010086 10.0.0.22 - - [2026-03-26 04:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000757 10.0.0.22 - - [2026-03-26 04:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.22 - - [2026-03-26 04:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.22 - - [2026-03-26 04:39:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000408 10.0.0.65 - - [2026-03-26 04:39:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000393 10.0.0.65 - - [2026-03-26 04:39:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000420 10.0.0.65 - - [2026-03-26 04:39:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000507 10.0.0.65 - - [2026-03-26 04:39:04] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.240 - - [2026-03-26 04:39:05] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.240 - - [2026-03-26 04:39:05] "GET /global-system-configs HTTP/1.1" 401 293 0.001311 10.0.0.240 - - [2026-03-26 04:39:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.240 - - [2026-03-26 04:39:07] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.240 - - [2026-03-26 04:39:18] "GET /obj-perms HTTP/1.1" 200 5075 0.068200 10.0.0.240 - - [2026-03-26 04:39:39] "POST /neutron/network HTTP/1.1" 200 1124 0.040797 10.0.0.240 - - [2026-03-26 04:39:39] "POST /neutron/subnet HTTP/1.1" 200 1389 0.015496 10.0.0.240 - - [2026-03-26 04:39:39] "POST /neutron/network HTTP/1.1" 200 1114 0.012185 10.0.0.240 - - [2026-03-26 04:39:40] "POST /neutron/network HTTP/1.1" 200 939 0.007455 10.0.0.240 - - [2026-03-26 04:39:40] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.22 - - [2026-03-26 04:40:19] "GET /obj-perms HTTP/1.1" 200 5075 0.067578 10.0.0.240 - - [2026-03-26 04:40:39] "POST /neutron/port HTTP/1.1" 200 1109 0.025995 10.0.0.240 - - [2026-03-26 04:40:39] "POST /neutron/subnet HTTP/1.1" 200 708 0.009806 10.0.0.240 - - [2026-03-26 04:40:40] "POST /neutron/port HTTP/1.1" 200 1219 0.018774 10.0.0.240 - - [2026-03-26 04:40:40] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004260 10.0.0.240 - - [2026-03-26 04:40:40] "POST /neutron/port HTTP/1.1" 200 117 0.001627 [Introspect:8084]10.0.0.65 - - [2026-03-26 04:41:11] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 846 0.000881 [Introspect:8084]10.0.0.65 - - [2026-03-26 04:41:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3160 0.000968