++ 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 Oct 30 02:12:16 AM UTC 2025 ===================' INFO: =================== Thu Oct 30 02:12:16 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ cut -d / -f 1 +++ get_cidr_for_nic ens3 +++ command -v ip +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ awk '{print $2}' +++ head -n 1 ++ DEFAULT_LOCAL_IP=10.0.0.240 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 +++ mount -t hugetlbfs ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ANALYTICSDB_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ANALYTICS_SNMP_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ 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 ' +++ '[' -n '10.0.0.242:8081 10.0.0.254:8081 10.0.0.240:8081 ' ']' +++ echo '10.0.0.242:8081 10.0.0.254:8081 10.0.0.240:8081' ++ ANALYTICS_SERVERS='10.0.0.242:8081 10.0.0.254:8081 10.0.0.240:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ 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 ' +++ '[' -n '10.0.0.242:9042 10.0.0.254:9042 10.0.0.240:9042 ' ']' +++ echo '10.0.0.242:9042 10.0.0.254:9042 10.0.0.240:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.242:9042 10.0.0.254:9042 10.0.0.240:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ 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 ' +++ '[' -n '10.0.0.242:8086 10.0.0.254:8086 10.0.0.240:8086 ' ']' +++ echo '10.0.0.242:8086 10.0.0.254:8086 10.0.0.240:8086' ++ COLLECTOR_SERVERS='10.0.0.242:8086 10.0.0.254:8086 10.0.0.240:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ CONFIGDB_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ 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 ' +++ '[' -n '10.0.0.242:8082 10.0.0.254:8082 10.0.0.240:8082 ' ']' +++ echo '10.0.0.242:8082 10.0.0.254:8082 10.0.0.240:8082' ++ CONFIG_SERVERS='10.0.0.242:8082 10.0.0.254:8082 10.0.0.240:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ 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 ' +++ '[' -n '10.0.0.242:9161 10.0.0.254:9161 10.0.0.240:9161 ' ']' +++ echo '10.0.0.242:9161 10.0.0.254:9161 10.0.0.240:9161' ++ CONFIGDB_SERVERS='10.0.0.242:9161 10.0.0.254:9161 10.0.0.240:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ 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 ' +++ '[' -n '10.0.0.242:9041 10.0.0.254:9041 10.0.0.240:9041 ' ']' +++ echo '10.0.0.242:9041 10.0.0.254:9041 10.0.0.240:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.242:9041 10.0.0.254:9041 10.0.0.240: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.131,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.131,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:2181, +++ 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, +++ '[' -n 10.0.0.242:2181,10.0.0.254:2181,10.0.0.240:2181, ']' +++ echo 10.0.0.242:2181,10.0.0.254:2181,10.0.0.240:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242:2181,10.0.0.254:2181,10.0.0.240:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:2181 ' +++ 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 ' +++ '[' -n '10.0.0.242:2181 10.0.0.254:2181 10.0.0.240:2181 ' ']' +++ echo '10.0.0.242:2181 10.0.0.254:2181 10.0.0.240:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.242:2181 10.0.0.254:2181 10.0.0.240:2181' ++ RABBITMQ_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:5673, +++ 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, +++ '[' -n 10.0.0.242:5673,10.0.0.254:5673,10.0.0.240:5673, ']' +++ echo 10.0.0.242:5673,10.0.0.254:5673,10.0.0.240:5673 ++ RABBITMQ_SERVERS=10.0.0.242:5673,10.0.0.254:5673,10.0.0.240:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:6379 ' +++ 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 ' +++ '[' -n '10.0.0.242:6379 10.0.0.254:6379 10.0.0.240:6379 ' ']' +++ echo '10.0.0.242:6379 10.0.0.254:6379 10.0.0.240:6379' ++ REDIS_SERVERS='10.0.0.242:6379 10.0.0.254:6379 10.0.0.240:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9092 ' +++ 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 ' +++ '[' -n '10.0.0.242:9092 10.0.0.254:9092 10.0.0.240:9092 ' ']' +++ echo '10.0.0.242:9092 10.0.0.254:9092 10.0.0.240:9092' ++ KAFKA_SERVERS='10.0.0.242:9092 10.0.0.254:9092 10.0.0.240:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.242 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.242,10.0.0.254,10.0.0.240 ++ cut -d , -f 1 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.242 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.242,10.0.0.254,10.0.0.240 +++ local servers=10.0.0.242,10.0.0.254,10.0.0.240 +++ local server_list= +++ IFS=, +++ read -ra server_list +++ cut -d ' ' -f 1 ++++ tr '\n' , ++++ get_local_ips ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ grep -vi host ++++ cat /proc/net/fib_trie ++++ sort +++ local local_ips=,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.254'\''))' +++ local server_ip=10.0.0.254 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.254 ]] +++ [[ ,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.254, ]] +++ (( 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.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ echo 10.0.0.240 3 +++ return ++ local ip=10.0.0.240 ++ [[ -z 10.0.0.240 ]] ++ echo 10.0.0.240 + host_ip=10.0.0.240 + [[ cql == \c\q\l ]] ++ sed 's/,/ /g' ++ echo 10.0.0.242:9041 10.0.0.254:9041 10.0.0.240:9041 + cassandra_server_list='10.0.0.242:9041 10.0.0.254:9041 10.0.0.240:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.240:8082' + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled False + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + neutron_section= + mkdir -p /etc/contrail + introspect_port_list=("${CONFIG_API_INTROSPECT_PORT}") + admin_port_list=("${CONFIG_API_ADMIN_PORT}") + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT-1 )) + (( index=0 )) + (( index < CONFIG_API_WORKER_COUNT )) + cat ++ get_introspect_listen_ip_for_node CONFIG ++ local ip=0.0.0.0 ++ is_enabled True ++ local val=true ++ [[ true == \t\r\u\e ]] ++ echo 0.0.0.0 + add_ini_params_from_env API /etc/contrail/contrail-api-0.conf + local service_name=API + local cfg_path=/etc/contrail/contrail-api-0.conf + local delim=__ ++ sed 's/^API__//g' ++ cut -d = -f 1 ++ sort ++ grep '^API__.*__.*=.*$' ++ set -o posix ++ set + local vars= + local section= + (( ++index )) + (( index < CONFIG_API_WORKER_COUNT )) + (( CONFIG_API_WORKER_COUNT > 1 )) + service_cmd='/usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0' + set_third_party_auth_config + [[ keystone != \k\e\y\s\t\o\n\e ]] + local tmp_file=/etc/contrail/contrail-keystone-auth.conf.tmp + cat + [[ /v3 == \/\v\3 ]] + cat + [[ http == \h\t\t\p\s ]] + [[ -n '' ]] + [[ -n '' ]] + [[ -n public ]] + echo 'interface = public' + mv -f /etc/contrail/contrail-keystone-auth.conf.tmp /etc/contrail/contrail-keystone-auth.conf + set_vnc_api_lib_ini + local tmp_file=/etc/contrail/vnc_api_lib.ini.tmp + cat + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + [[ keystone == \k\e\y\s\t\o\n\e ]] + cat + [[ http == \h\t\t\p\s ]] + mv -f /etc/contrail/vnc_api_lib.ini.tmp /etc/contrail/vnc_api_lib.ini + upgrade_old_logs contrail-api + local template=contrail-api ++ dirname /var/log/contrail/config-api + local old_dir=/var/log/contrail + mkdir -p /var/log/contrail/config-api + chmod 755 /var/log/contrail/config-api + mv -n '/var/log/contrail/*contrail-api.log*' /var/log/contrail/config-api/ + true + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + chown 1999:1999 /var/log/contrail/config-api + find /var/log/contrail/config-api -uid 0 -exec chown 1999:1999 '{}' + + run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + local owner_opts=1999:1999 + mkdir -p /etc/contrail /var/lib/contrail + chown 1999:1999 /etc/contrail /var/lib/contrail + find /etc/contrail -uid 0 -exec chown 1999:1999 '{}' + + chmod 755 /etc/contrail + do_run_service /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 + [[ -n 1999 ]] + [[ -n 1999 ]] + mkdir -p /var/crashes + chmod 777 /var/crashes ++ id -un 1999 + local user_name=contrail + export HOME=/home/contrail + HOME=/home/contrail + mkdir -p /home/contrail + chown -R 1999:1999 /home/contrail + exec setpriv --reuid 1999 --regid 1999 --clear-groups --no-new-privs /usr/local/bin/contrail-api --conf_file /etc/contrail/contrail-api-0.conf --conf_file /etc/contrail/contrail-keystone-auth.conf --worker_id 0 /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:287: SyntaxWarning: "is not" with a literal. Did you mean "!="? if ip_alloc_unit is not 1: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1113: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: /usr/local/lib/python3.9/site-packages/vnc_cfg_api_server/vnc_addr_mgmt.py:1910: SyntaxWarning: "is" with a literal. Did you mean "=="? if len(ipam_subnets) is 0: 10/30/2025 02:12:26.781 7fd96383ce40 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/30/2025 02:12:26.943 7fd96383ce40 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/30/2025 02:12:26.957 7fd96383ce40 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/30/2025 02:12:26.957 7fd96383ce40 [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.240:8082/ Hit Ctrl-C to quit. 10.0.0.240 - - [2025-10-30 02:12:48] "GET / HTTP/1.1" 503 181 0.000233 10.0.0.240 - - [2025-10-30 02:12:48] "GET / HTTP/1.1" 503 181 0.000149 10.0.0.254 - - [2025-10-30 02:12:48] "GET / HTTP/1.1" 200 36215 0.001638 10.0.0.240 - - [2025-10-30 02:12:49] "GET / HTTP/1.1" 200 45871 0.001316 10.0.0.240 - - [2025-10-30 02:12:49] "GET / HTTP/1.1" 200 45871 0.001104 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 - - [2025-10-30 02:12:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000557 10.0.0.240 - - [2025-10-30 02:12:49] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000259 10.0.0.254 - - [2025-10-30 02:12:50] "GET / HTTP/1.1" 200 36215 0.002118 10.0.0.240 - - [2025-10-30 02:12:50] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.684833 10.0.0.240 - - [2025-10-30 02:12:50] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 336 0.005903 10.0.0.240 - - [2025-10-30 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.351160 10.0.0.240 - - [2025-10-30 02:12:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.011074 /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.254 - - [2025-10-30 02:12:53] "GET / HTTP/1.1" 200 36215 0.001743 10.0.0.254 - - [2025-10-30 02:12:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000477 10.0.0.254 - - [2025-10-30 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 186 0.028543 10.0.0.254 - - [2025-10-30 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158 10.0.0.254 - - [2025-10-30 02:12:54] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.012567 10.0.0.254 - - [2025-10-30 02:12:54] "POST /service-appliance-sets HTTP/1.1" 200 555 0.046461 10.0.0.254 - - [2025-10-30 02:12:54] "POST /fqname-to-id HTTP/1.1" 404 180 0.004609 10.0.0.254 - - [2025-10-30 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.009510 10.0.0.254 - - [2025-10-30 02:12:54] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.010313 10.0.0.254 - - [2025-10-30 02:12:54] "POST /service-appliance-sets HTTP/1.1" 200 543 0.075264 10.0.0.254 - - [2025-10-30 02:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.005038 10.0.0.254 - - [2025-10-30 02:12:54] "GET /network-ipam/559eee14-8042-41da-8c58-1c94cb755ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.021857 10.0.0.254 - - [2025-10-30 02:12:55] "POST /service-templates HTTP/1.1" 200 513 0.052784 10.0.0.254 - - [2025-10-30 02:12:55] "GET / HTTP/1.1" 200 36215 0.001866 10.0.0.254 - - [2025-10-30 02:12:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000373 10.0.0.254 - - [2025-10-30 02:12:55] "POST /service-templates HTTP/1.1" 200 503 0.063490 10.0.0.254 - - [2025-10-30 02:12:55] "POST /service-templates HTTP/1.1" 200 517 0.062091 10.0.0.254 - - [2025-10-30 02:12:55] "POST /service-templates HTTP/1.1" 200 537 0.067867 10.0.0.254 - - [2025-10-30 02:12:55] "POST /service-templates HTTP/1.1" 200 509 0.067780 10.0.0.254 - - [2025-10-30 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.454757 10.0.0.254 - - [2025-10-30 02:12:56] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008525 10.0.0.242 - - [2025-10-30 02:12:56] "GET / HTTP/1.1" 200 36215 0.001667 10.0.0.242 - - [2025-10-30 02:12:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000516 10.0.0.254 - - [2025-10-30 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.005045 10.0.0.254 - - [2025-10-30 02:12:56] "POST /config-nodes HTTP/1.1" 200 601 0.074678 10.0.0.242 - - [2025-10-30 02:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.044767 10.0.0.242 - - [2025-10-30 02:12:56] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.007879 10.0.0.242 - - [2025-10-30 02:12:56] "POST /fqname-to-id HTTP/1.1" 404 220 0.008583 10.0.0.240 - - [2025-10-30 02:12:56] "GET / HTTP/1.1" 200 36215 0.001573 10.0.0.240 - - [2025-10-30 02:12:56] "POST /fqname-to-id HTTP/1.1" 401 293 0.000402 10.0.0.242 - - [2025-10-30 02:12:56] "POST /config-nodes HTTP/1.1" 200 601 0.148612 10.0.0.240 - - [2025-10-30 02:12:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.042279 10.0.0.240 - - [2025-10-30 02:12:57] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.006905 10.0.0.240 - - [2025-10-30 02:12:57] "POST /fqname-to-id HTTP/1.1" 404 220 0.015408 10.0.0.254 - - [2025-10-30 02:12:57] "GET / HTTP/1.1" 200 36215 0.001805 10.0.0.254 - - [2025-10-30 02:12:57] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000415 10.0.0.240 - - [2025-10-30 02:12:57] "POST /config-nodes HTTP/1.1" 200 601 0.071155 10.0.0.254 - - [2025-10-30 02:12:57] "GET / HTTP/1.1" 200 36215 0.002443 10.0.0.254 - - [2025-10-30 02:12:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000540 10.0.0.242 - - [2025-10-30 02:12:57] "GET / HTTP/1.1" 200 36215 0.001535 10.0.0.242 - - [2025-10-30 02:12:57] "POST /global-vrouter-configs HTTP/1.1" 401 293 0.000959 10.0.0.254 - - [2025-10-30 02:12:58] "POST /global-vrouter-configs HTTP/1.1" 409 251 0.530150 10.0.0.254 - - [2025-10-30 02:13:00] "POST /fqname-to-id HTTP/1.1" 200 156 2.175480 10.0.0.254 - - [2025-10-30 02:13:00] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1061 0.008583 10.0.0.254 - - [2025-10-30 02:13:00] "POST /fqname-to-id HTTP/1.1" 404 220 0.006849 10.0.0.254 - - [2025-10-30 02:13:00] "POST /config-database-nodes HTTP/1.1" 200 619 0.070334 10.0.0.254 - - [2025-10-30 02:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.001065 10.0.0.254 - - [2025-10-30 02:13:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.242 - - [2025-10-30 02:13:01] "POST /global-vrouter-configs HTTP/1.1" 409 251 1.301417 10.0.0.240 - - [2025-10-30 02:13:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.254 - - [2025-10-30 02:13:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000488 10.0.0.254 - - [2025-10-30 02:13:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.242 - - [2025-10-30 02:13:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.240 - - [2025-10-30 02:13:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000611 10.0.0.240 - - [2025-10-30 02:13:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000652 10.0.0.242 - - [2025-10-30 02:13:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000520 10.0.0.240 - - [2025-10-30 02:13:02] "GET /global-system-configs HTTP/1.1" 401 293 0.001053 10.0.0.242 - - [2025-10-30 02:13:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.254 - - [2025-10-30 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.006054 10.0.0.254 - - [2025-10-30 02:13:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1217 0.012623 10.0.0.254 - - [2025-10-30 02:13:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.005719 10.0.0.254 - - [2025-10-30 02:13:03] "PUT /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363 HTTP/1.1" 200 277 0.018963 10.0.0.242 - - [2025-10-30 02:13:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.242 - - [2025-10-30 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005908 10.0.0.242 - - [2025-10-30 02:13:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.005688 10.0.0.242 - - [2025-10-30 02:13:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005547 10.0.0.242 - - [2025-10-30 02:13:06] "PUT /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363 HTTP/1.1" 200 277 0.017011 10.0.0.254 - - [2025-10-30 02:13:10] "GET /network-ipam/559eee14-8042-41da-8c58-1c94cb755ab8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1955 0.035378 10.0.0.254 - - [2025-10-30 02:13:10] "POST /fqname-to-id HTTP/1.1" 404 224 0.008427 10.0.0.254 - - [2025-10-30 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.032207 10.0.0.254 - - [2025-10-30 02:13:11] "POST /route-targets HTTP/1.1" 200 328 0.021537 10.0.0.254 - - [2025-10-30 02:13:11] "POST /ref-update HTTP/1.1" 200 156 0.034002 10.0.0.254 - - [2025-10-30 02:13:11] "PUT /access-control-list/8bddaf45-d560-4581-bbb7-fdb13b2eb262 HTTP/1.1" 200 273 0.025871 10.0.0.254 - - [2025-10-30 02:13:44] "POST /ref-update HTTP/1.1" 200 156 0.041307 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 - - [2025-10-30 02:15:58] "GET /obj-perms HTTP/1.1" 200 5075 0.364740 10.0.0.242 - - [2025-10-30 02:16:58] "GET /obj-perms HTTP/1.1" 200 5075 0.063060 10.0.0.254 - - [2025-10-30 02:16:59] "GET /obj-perms HTTP/1.1" 200 5075 0.045530 10.0.0.254 - - [2025-10-30 02:17:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.254 - - [2025-10-30 02:17:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000667 10.0.0.254 - - [2025-10-30 02:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000517 10.0.0.254 - - [2025-10-30 02:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.240 - - [2025-10-30 02:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.240 - - [2025-10-30 02:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000487 10.0.0.242 - - [2025-10-30 02:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.240 - - [2025-10-30 02:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.242 - - [2025-10-30 02:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.240 - - [2025-10-30 02:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000577 10.0.0.242 - - [2025-10-30 02:18:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000692 10.0.0.242 - - [2025-10-30 02:18:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000514 [Introspect:8084]10.0.0.240 - - [2025-10-30 02:18:20] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001245 [Introspect:8084]10.0.0.240 - - [2025-10-30 02:18:20] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.001083 [Introspect:8084]10.0.0.240 - - [2025-10-30 02:18:40] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.000988 [Introspect:8084]10.0.0.240 - - [2025-10-30 02:18:40] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.000942 10.0.0.242 - - [2025-10-30 02:19:48] "GET / HTTP/1.1" 200 36215 0.001894 10.0.0.242 - - [2025-10-30 02:19:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000531 10.0.0.242 - - [2025-10-30 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 186 0.044287 10.0.0.240 - - [2025-10-30 02:19:49] "GET /projects?obj_uuids=a8aa6ae9-4a1b-4579-8035-100eecba0092&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.057919 10.0.0.240 - - [2025-10-30 02:19:49] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000973 10.0.0.240 - - [2025-10-30 02:19:49] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.030249 10.0.0.240 - - [2025-10-30 02:19:49] "POST /id-to-fqname HTTP/1.1" 200 188 0.005172 10.0.0.240 - - [2025-10-30 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 197 0.014953 10.0.0.240 - - [2025-10-30 02:19:49] "POST /security-groups HTTP/1.1" 200 589 0.088736 10.0.0.240 - - [2025-10-30 02:19:49] "POST /projects HTTP/1.1" 200 581 0.366252 10.0.0.254 - - [2025-10-30 02:19:49] "POST /fqname-to-id HTTP/1.1" 404 232 0.025532 10.0.0.240 - - [2025-10-30 02:19:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.438637 10.0.0.242 - - [2025-10-30 02:19:50] "GET /project/a8aa6ae9-4a1b-4579-8035-100eecba0092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.667328 10.0.0.254 - - [2025-10-30 02:19:50] "POST /access-control-lists HTTP/1.1" 200 594 0.077303 10.0.0.242 - - [2025-10-30 02:19:51] "GET / HTTP/1.1" 200 36215 0.002002 10.0.0.240 - - [2025-10-30 02:19:51] "DELETE /project/a8aa6ae94a1b45798035100eecba0092 HTTP/1.1" 404 173 0.003933 10.0.0.240 - - [2025-10-30 02:19:54] "GET /projects?obj_uuids=a8aa6ae9-4a1b-4579-8035-100eecba0092&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001139 10.0.0.242 - - [2025-10-30 02:19:54] "GET /project/a8aa6ae9-4a1b-4579-8035-100eecba0092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.068010 10.0.0.240 - - [2025-10-30 02:19:54] "GET /projects?obj_uuids=a8aa6ae9-4a1b-4579-8035-100eecba0092&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001236 10.0.0.242 - - [2025-10-30 02:19:54] "GET /project/a8aa6ae9-4a1b-4579-8035-100eecba0092?fields=virtual_networks HTTP/1.1" 200 1040 0.054108 10.0.0.240 - - [2025-10-30 02:19:54] "GET /projects?obj_uuids=a8aa6ae9-4a1b-4579-8035-100eecba0092&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001019 10.0.0.242 - - [2025-10-30 02:19:54] "GET /project/a8aa6ae9-4a1b-4579-8035-100eecba0092?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.048965 10.0.0.240 - - [2025-10-30 02:19:54] "GET /projects?obj_uuids=a8aa6ae9-4a1b-4579-8035-100eecba0092&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001215 10.0.0.242 - - [2025-10-30 02:19:54] "GET /project/a8aa6ae9-4a1b-4579-8035-100eecba0092?fields=security_groups HTTP/1.1" 200 1265 0.084994 10.0.0.240 - - [2025-10-30 02:19:55] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004322 10.0.0.240 - - [2025-10-30 02:19:55] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000959 10.0.0.240 - - [2025-10-30 02:19:55] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007848 10.0.0.240 - - [2025-10-30 02:19:55] "POST /id-to-fqname HTTP/1.1" 200 167 0.001214 10.0.0.240 - - [2025-10-30 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 176 0.004723 10.0.0.240 - - [2025-10-30 02:19:55] "POST /security-groups HTTP/1.1" 200 568 0.038789 10.0.0.240 - - [2025-10-30 02:19:55] "POST /projects HTTP/1.1" 200 539 0.293544 10.0.0.254 - - [2025-10-30 02:19:55] "POST /fqname-to-id HTTP/1.1" 404 206 0.015721 10.0.0.240 - - [2025-10-30 02:19:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.377815 10.0.0.242 - - [2025-10-30 02:19:55] "GET /project/4f8b91c9-4f47-4fe0-ac3e-4769319c554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.534326 [Introspect:8084]10.0.0.242 - - [2025-10-30 02:19:56] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.001233 10.0.0.240 - - [2025-10-30 02:19:57] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001052 10.0.0.242 - - [2025-10-30 02:19:57] "GET /project/4f8b91c9-4f47-4fe0-ac3e-4769319c554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.063907 10.0.0.240 - - [2025-10-30 02:19:58] "GET /obj-perms HTTP/1.1" 200 5075 0.054705 [Introspect:8084]10.0.0.242 - - [2025-10-30 02:20:00] "GET /Snh_CollectorInfoRequest HTTP/1.1" 200 373 0.000731 10.0.0.242 - - [2025-10-30 02:20:00] "GET /obj-perms HTTP/1.1" 200 5075 0.050405 10.0.0.242 - - [2025-10-30 02:20:00] "GET /obj-perms HTTP/1.1" 200 5075 0.005696 10.0.0.242 - - [2025-10-30 02:20:00] "GET /obj-perms HTTP/1.1" 200 5075 0.004827 10.0.0.242 - - [2025-10-30 02:20:00] "GET /obj-perms HTTP/1.1" 200 5075 0.004817 10.0.0.242 - - [2025-10-30 02:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.005563 10.0.0.242 - - [2025-10-30 02:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004865 10.0.0.242 - - [2025-10-30 02:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004823 10.0.0.242 - - [2025-10-30 02:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004810 10.0.0.242 - - [2025-10-30 02:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004813 10.0.0.242 - - [2025-10-30 02:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.005450 10.0.0.242 - - [2025-10-30 02:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.005729 10.0.0.240 - - [2025-10-30 02:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004357 10.0.0.242 - - [2025-10-30 02:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004937 10.0.0.240 - - [2025-10-30 02:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004447 10.0.0.240 - - [2025-10-30 02:20:01] "GET /obj-perms HTTP/1.1" 200 5075 0.004652 10.0.0.242 - - [2025-10-30 02:20:03] "GET /obj-perms HTTP/1.1" 200 5075 0.004612 10.0.0.242 - - [2025-10-30 02:20:03] "GET /obj-perms HTTP/1.1" 200 5075 0.004556 10.0.0.242 - - [2025-10-30 02:20:03] "GET /obj-perms HTTP/1.1" 200 5075 0.005527 10.0.0.242 - - [2025-10-30 02:20:03] "GET /obj-perms HTTP/1.1" 200 5075 0.004529 10.0.0.242 - - [2025-10-30 02:20:03] "GET /obj-perms HTTP/1.1" 200 5075 0.004876 10.0.0.242 - - [2025-10-30 02:20:03] "GET /obj-perms HTTP/1.1" 200 5075 0.006134 10.0.0.242 - - [2025-10-30 02:20:03] "GET /obj-perms HTTP/1.1" 200 5075 0.005306 10.0.0.242 - - [2025-10-30 02:20:03] "GET /obj-perms HTTP/1.1" 200 5075 0.006310 10.0.0.242 - - [2025-10-30 02:20:03] "GET /obj-perms HTTP/1.1" 200 5075 0.005797 10.0.0.242 - - [2025-10-30 02:20:04] "GET /obj-perms HTTP/1.1" 200 5075 0.007050 10.0.0.242 - - [2025-10-30 02:20:04] "GET /obj-perms HTTP/1.1" 200 5075 0.005279 10.0.0.242 - - [2025-10-30 02:20:06] "GET /obj-perms HTTP/1.1" 200 5075 0.005736 10.0.0.242 - - [2025-10-30 02:20:06] "GET /obj-perms HTTP/1.1" 200 5075 0.004737 10.0.0.242 - - [2025-10-30 02:20:07] "GET /obj-perms HTTP/1.1" 200 5075 0.004947 10.0.0.242 - - [2025-10-30 02:20:07] "GET /obj-perms HTTP/1.1" 200 5075 0.006078 10.0.0.242 - - [2025-10-30 02:20:08] "GET /obj-perms HTTP/1.1" 200 5075 0.004578 10.0.0.242 - - [2025-10-30 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 199 0.025930 10.0.0.240 - - [2025-10-30 02:20:09] "GET /projects?obj_uuids=4404dde3-1fb0-43e9-94d3-29b53beb81ee&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005162 10.0.0.240 - - [2025-10-30 02:20:09] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001616 10.0.0.240 - - [2025-10-30 02:20:09] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011736 10.0.0.240 - - [2025-10-30 02:20:09] "POST /id-to-fqname HTTP/1.1" 200 201 0.012751 10.0.0.240 - - [2025-10-30 02:20:09] "POST /fqname-to-id HTTP/1.1" 404 210 0.009736 10.0.0.240 - - [2025-10-30 02:20:09] "POST /security-groups HTTP/1.1" 200 602 0.042569 10.0.0.240 - - [2025-10-30 02:20:09] "POST /projects HTTP/1.1" 200 607 0.335285 10.0.0.240 - - [2025-10-30 02:20:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.369121 10.0.0.254 - - [2025-10-30 02:20:10] "POST /access-control-lists HTTP/1.1" 200 609 0.043040 10.0.0.242 - - [2025-10-30 02:20:10] "GET /project/4404dde3-1fb0-43e9-94d3-29b53beb81ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.575691 10.0.0.242 - - [2025-10-30 02:20:11] "GET / HTTP/1.1" 200 36215 0.001922 10.0.0.242 - - [2025-10-30 02:20:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000652 10.0.0.242 - - [2025-10-30 02:20:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.054497 10.0.0.240 - - [2025-10-30 02:20:12] "GET /projects?obj_uuids=4404dde3-1fb0-43e9-94d3-29b53beb81ee&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001670 10.0.0.242 - - [2025-10-30 02:20:12] "GET /project/4404dde3-1fb0-43e9-94d3-29b53beb81ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.062188 10.0.0.254 - - [2025-10-30 02:20:13] "POST /route-targets HTTP/1.1" 200 328 0.017758 10.0.0.240 - - [2025-10-30 02:20:13] "POST /useragent-kv HTTP/1.1" 200 115 0.017033 10.0.0.242 - - [2025-10-30 02:20:13] "POST /neutron/subnet HTTP/1.1" 200 729 0.267478 10.0.0.242 - - [2025-10-30 02:20:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001477 10.0.0.242 - - [2025-10-30 02:20:13] "GET /virtual-network/7a42787a-1d9f-4b76-8273-717140a65e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007311 10.0.0.242 - - [2025-10-30 02:20:13] "GET /virtual-network/7a42787a-1d9f-4b76-8273-717140a65e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006297 10.0.0.242 - - [2025-10-30 02:20:13] "POST /neutron/network HTTP/1.1" 200 840 0.008358 10.0.0.242 - - [2025-10-30 02:20:14] "GET /virtual-network/7a42787a-1d9f-4b76-8273-717140a65e12?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007917 10.0.0.254 - - [2025-10-30 02:20:15] "GET /obj-perms HTTP/1.1" 200 5071 0.047515 10.0.0.242 - - [2025-10-30 02:20:15] "POST /id-to-fqname HTTP/1.1" 200 233 0.001742 10.0.0.240 - - [2025-10-30 02:20:18] "GET /projects?obj_uuids=4404dde3-1fb0-43e9-94d3-29b53beb81ee&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001039 10.0.0.242 - - [2025-10-30 02:20:18] "GET /project/4404dde3-1fb0-43e9-94d3-29b53beb81ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.155280 10.0.0.242 - - [2025-10-30 02:20:18] "POST /neutron/network HTTP/1.1" 200 840 0.034889 10.0.0.242 - - [2025-10-30 02:20:19] "POST /neutron/port HTTP/1.1" 200 117 0.008913 10.0.0.242 - - [2025-10-30 02:20:20] "POST /neutron/port HTTP/1.1" 200 1072 0.061395 10.0.0.242 - - [2025-10-30 02:20:21] "POST /neutron/port HTTP/1.1" 200 1100 0.023106 10.0.0.242 - - [2025-10-30 02:20:21] "POST /neutron/port HTTP/1.1" 200 117 0.001540 10.0.0.242 - - [2025-10-30 02:20:24] "POST /neutron/security_group HTTP/1.1" 200 2069 0.009899 10.0.0.242 - - [2025-10-30 02:20:29] "GET /obj-perms HTTP/1.1" 200 5071 0.062513 10.0.0.242 - - [2025-10-30 02:20:31] "POST /neutron/port HTTP/1.1" 200 1100 0.025194 10.0.0.242 - - [2025-10-30 02:20:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006156 10.0.0.242 - - [2025-10-30 02:20:31] "POST /neutron/network HTTP/1.1" 200 840 0.011229 10.0.0.242 - - [2025-10-30 02:20:32] "GET /obj-perms HTTP/1.1" 200 5071 0.004740 10.0.0.242 - - [2025-10-30 02:20:34] "POST /neutron/security_group HTTP/1.1" 200 2069 0.034102 10.0.0.242 - - [2025-10-30 02:20:35] "POST /neutron/port HTTP/1.1" 200 1126 0.016623 10.0.0.240 - - [2025-10-30 02:20:37] "POST /useragent-kv HTTP/1.1" 200 115 0.006156 10.0.0.240 - - [2025-10-30 02:20:37] "POST /useragent-kv HTTP/1.1" 200 115 0.006356 10.0.0.242 - - [2025-10-30 02:20:37] "POST /neutron/network HTTP/1.1" 200 151 0.240533 10.0.0.254 - - [2025-10-30 02:20:37] "DELETE /route-target/340b586f-0b7f-4329-b9bb-edc921cb9f78 HTTP/1.1" 200 115 0.054180 10.0.0.240 - - [2025-10-30 02:20:38] "GET /projects?obj_uuids=4404dde3-1fb0-43e9-94d3-29b53beb81ee&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002041 10.0.0.242 - - [2025-10-30 02:20:38] "GET /project/4404dde3-1fb0-43e9-94d3-29b53beb81ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.082334 10.0.0.240 - - [2025-10-30 02:20:38] "GET /projects?obj_uuids=4404dde3-1fb0-43e9-94d3-29b53beb81ee&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001019 10.0.0.242 - - [2025-10-30 02:20:38] "GET /project/4404dde3-1fb0-43e9-94d3-29b53beb81ee?fields=virtual_networks HTTP/1.1" 200 1066 0.090033 10.0.0.240 - - [2025-10-30 02:20:38] "GET /projects?obj_uuids=4404dde3-1fb0-43e9-94d3-29b53beb81ee&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001202 10.0.0.242 - - [2025-10-30 02:20:38] "GET /project/4404dde3-1fb0-43e9-94d3-29b53beb81ee?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.078786 10.0.0.240 - - [2025-10-30 02:20:38] "GET /projects?obj_uuids=4404dde3-1fb0-43e9-94d3-29b53beb81ee&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001369 10.0.0.242 - - [2025-10-30 02:20:38] "GET /project/4404dde3-1fb0-43e9-94d3-29b53beb81ee?fields=security_groups HTTP/1.1" 200 1304 0.090974 10.0.0.240 - - [2025-10-30 02:20:39] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001246 10.0.0.242 - - [2025-10-30 02:20:39] "GET /project/4f8b91c9-4f47-4fe0-ac3e-4769319c554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.071069 10.0.0.240 - - [2025-10-30 02:20:45] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001162 10.0.0.242 - - [2025-10-30 02:20:45] "GET /project/4f8b91c9-4f47-4fe0-ac3e-4769319c554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.066849 10.0.0.242 - - [2025-10-30 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 200 0.026510 10.0.0.240 - - [2025-10-30 02:20:48] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004504 10.0.0.240 - - [2025-10-30 02:20:48] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001010 10.0.0.240 - - [2025-10-30 02:20:48] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007782 10.0.0.240 - - [2025-10-30 02:20:48] "POST /id-to-fqname HTTP/1.1" 200 202 0.001245 10.0.0.240 - - [2025-10-30 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 211 0.013263 10.0.0.240 - - [2025-10-30 02:20:48] "POST /security-groups HTTP/1.1" 200 603 0.039747 10.0.0.240 - - [2025-10-30 02:20:48] "POST /projects HTTP/1.1" 200 609 0.306397 10.0.0.240 - - [2025-10-30 02:20:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.388608 10.0.0.254 - - [2025-10-30 02:20:48] "POST /fqname-to-id HTTP/1.1" 404 245 0.020094 10.0.0.242 - - [2025-10-30 02:20:48] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.595931 10.0.0.242 - - [2025-10-30 02:20:49] "GET / HTTP/1.1" 200 36215 0.003423 10.0.0.242 - - [2025-10-30 02:20:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000716 10.0.0.242 - - [2025-10-30 02:20:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.052284 10.0.0.240 - - [2025-10-30 02:20:50] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001267 10.0.0.242 - - [2025-10-30 02:20:50] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.102337 10.0.0.240 - - [2025-10-30 02:20:51] "DELETE /project/4404dde31fb043e994d329b53beb81ee HTTP/1.1" 404 173 0.011361 10.0.0.240 - - [2025-10-30 02:20:51] "DELETE /project/4f8b91c94f474fe0ac3e4769319c554e HTTP/1.1" 404 173 0.010404 10.0.0.240 - - [2025-10-30 02:20:51] "DELETE /project/672848c6053b4f55bc49a9a0dbf29a1c HTTP/1.1" 404 173 0.011130 10.0.0.240 - - [2025-10-30 02:20:51] "GET /projects?obj_uuids=a8aa6ae9-4a1b-4579-8035-100eecba0092&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001404 10.0.0.240 - - [2025-10-30 02:20:51] "GET /projects?obj_uuids=4404dde3-1fb0-43e9-94d3-29b53beb81ee&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.000950 10.0.0.240 - - [2025-10-30 02:20:51] "GET /project/a8aa6ae9-4a1b-4579-8035-100eecba0092?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.113577 10.0.0.240 - - [2025-10-30 02:20:51] "GET /project/4404dde3-1fb0-43e9-94d3-29b53beb81ee?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.141606 10.0.0.240 - - [2025-10-30 02:20:51] "GET /projects?obj_uuids=a8aa6ae9-4a1b-4579-8035-100eecba0092&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001333 10.0.0.240 - - [2025-10-30 02:20:51] "GET /projects?obj_uuids=4404dde3-1fb0-43e9-94d3-29b53beb81ee&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001029 10.0.0.240 - - [2025-10-30 02:20:51] "GET /project/a8aa6ae9-4a1b-4579-8035-100eecba0092?fields=security_groups HTTP/1.1" 200 1367 0.106590 10.0.0.240 - - [2025-10-30 02:20:51] "POST /useragent-kv HTTP/1.1" 200 115 0.013072 10.0.0.240 - - [2025-10-30 02:20:51] "GET /project/4404dde3-1fb0-43e9-94d3-29b53beb81ee?fields=security_groups HTTP/1.1" 200 1406 0.166209 10.0.0.242 - - [2025-10-30 02:20:51] "POST /neutron/subnet HTTP/1.1" 200 725 0.440697 10.0.0.242 - - [2025-10-30 02:20:51] "POST /id-to-fqname HTTP/1.1" 200 275 0.009112 10.0.0.242 - - [2025-10-30 02:20:51] "GET /virtual-network/f4e68144-4be9-4f29-8649-ae2e9813c6a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.008727 10.0.0.240 - - [2025-10-30 02:20:51] "DELETE /security-group/f7faf6ba-2984-416b-873a-1e0c6c4c77cf HTTP/1.1" 200 115 0.143511 10.0.0.240 - - [2025-10-30 02:20:51] "GET /projects?obj_uuids=a8aa6ae9-4a1b-4579-8035-100eecba0092&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001062 10.0.0.254 - - [2025-10-30 02:20:51] "POST /ref-update HTTP/1.1" 200 156 0.051516 10.0.0.242 - - [2025-10-30 02:20:51] "GET /virtual-network/f4e68144-4be9-4f29-8649-ae2e9813c6a1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.019843 10.0.0.242 - - [2025-10-30 02:20:51] "POST /neutron/network HTTP/1.1" 200 922 0.042252 10.0.0.240 - - [2025-10-30 02:20:51] "GET /project/a8aa6ae9-4a1b-4579-8035-100eecba0092?fields=application_policy_sets HTTP/1.1" 200 1406 0.117097 10.0.0.240 - - [2025-10-30 02:20:51] "DELETE /security-group/64c54c63-4222-46e2-8f2f-c661173b4399 HTTP/1.1" 200 115 0.170460 10.0.0.240 - - [2025-10-30 02:20:51] "GET /projects?obj_uuids=4404dde3-1fb0-43e9-94d3-29b53beb81ee&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001920 10.0.0.242 - - [2025-10-30 02:20:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.014598 10.0.0.240 - - [2025-10-30 02:20:51] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002095 10.0.0.240 - - [2025-10-30 02:20:51] "GET /project/4404dde3-1fb0-43e9-94d3-29b53beb81ee?fields=application_policy_sets HTTP/1.1" 200 1445 0.113888 10.0.0.254 - - [2025-10-30 02:20:51] "DELETE /access-control-list/b13610c5-d91e-4f32-9d19-e6606267cc78 HTTP/1.1" 200 115 0.104696 10.0.0.242 - - [2025-10-30 02:20:51] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.169360 10.0.0.240 - - [2025-10-30 02:20:52] "DELETE /project/a8aa6ae9-4a1b-4579-8035-100eecba0092 HTTP/1.1" 200 115 0.873841 10.0.0.240 - - [2025-10-30 02:20:52] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001141 10.0.0.240 - - [2025-10-30 02:20:52] "DELETE /project/4404dde3-1fb0-43e9-94d3-29b53beb81ee HTTP/1.1" 200 115 1.020154 10.0.0.242 - - [2025-10-30 02:20:52] "POST /neutron/network HTTP/1.1" 200 703 0.238910 10.0.0.254 - - [2025-10-30 02:20:52] "POST /ref-update HTTP/1.1" 200 156 0.036469 10.0.0.242 - - [2025-10-30 02:20:52] "POST /id-to-fqname HTTP/1.1" 200 275 0.003810 10.0.0.242 - - [2025-10-30 02:20:52] "GET /virtual-network/98efb12d-d116-4d9b-9ec0-4fa138245067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.006269 10.0.0.242 - - [2025-10-30 02:20:52] "POST /neutron/network HTTP/1.1" 200 921 0.012711 10.0.0.242 - - [2025-10-30 02:20:52] "GET /virtual-network/98efb12d-d116-4d9b-9ec0-4fa138245067?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2193 0.005824 10.0.0.242 - - [2025-10-30 02:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003521 10.0.0.240 - - [2025-10-30 02:20:52] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000998 10.0.0.242 - - [2025-10-30 02:20:52] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.085670 10.0.0.242 - - [2025-10-30 02:20:52] "POST /neutron/network HTTP/1.1" 200 117 0.043169 10.0.0.242 - - [2025-10-30 02:20:53] "POST /neutron/network HTTP/1.1" 200 923 0.017423 10.0.0.242 - - [2025-10-30 02:20:53] "POST /id-to-fqname HTTP/1.1" 200 276 0.001684 10.0.0.242 - - [2025-10-30 02:20:53] "GET /virtual-network/a4afef34-4c24-418a-85d0-97b6433f7132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.007389 10.0.0.242 - - [2025-10-30 02:20:53] "GET /virtual-network/a4afef34-4c24-418a-85d0-97b6433f7132?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2195 0.008599 10.0.0.242 - - [2025-10-30 02:20:53] "POST /neutron/subnet HTTP/1.1" 200 720 0.010860 10.0.0.242 - - [2025-10-30 02:20:53] "POST /id-to-fqname HTTP/1.1" 200 275 0.001028 10.0.0.240 - - [2025-10-30 02:20:54] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001074 10.0.0.242 - - [2025-10-30 02:20:54] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.092487 10.0.0.242 - - [2025-10-30 02:20:55] "POST /neutron/port HTTP/1.1" 200 117 0.007839 10.0.0.242 - - [2025-10-30 02:20:55] "POST /id-to-fqname HTTP/1.1" 200 276 0.001783 10.0.0.242 - - [2025-10-30 02:20:55] "POST /neutron/network HTTP/1.1" 200 933 0.009575 10.0.0.242 - - [2025-10-30 02:20:55] "POST /neutron/port HTTP/1.1" 200 1071 0.017353 10.0.0.240 - - [2025-10-30 02:20:55] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001320 10.0.0.242 - - [2025-10-30 02:20:56] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.110410 10.0.0.242 - - [2025-10-30 02:20:56] "POST /neutron/port HTTP/1.1" 200 1099 0.027475 10.0.0.242 - - [2025-10-30 02:20:56] "POST /neutron/subnet HTTP/1.1" 200 694 0.012706 10.0.0.242 - - [2025-10-30 02:20:56] "POST /neutron/port HTTP/1.1" 200 1099 0.025442 10.0.0.242 - - [2025-10-30 02:20:57] "POST /neutron/network HTTP/1.1" 200 933 0.008889 10.0.0.242 - - [2025-10-30 02:20:57] "POST /neutron/network HTTP/1.1" 200 921 0.011022 10.0.0.242 - - [2025-10-30 02:20:58] "POST /neutron/port HTTP/1.1" 200 1125 0.152509 10.0.0.242 - - [2025-10-30 02:20:58] "POST /neutron/subnet HTTP/1.1" 200 694 0.010726 10.0.0.242 - - [2025-10-30 02:20:58] "POST /neutron/port HTTP/1.1" 200 1099 0.021619 10.0.0.242 - - [2025-10-30 02:21:00] "POST /neutron/network HTTP/1.1" 200 921 0.018337 10.0.0.254 - - [2025-10-30 02:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004161 10.0.0.242 - - [2025-10-30 02:21:00] "POST /neutron/network HTTP/1.1" 400 204 0.014119 10.0.0.242 - - [2025-10-30 02:21:02] "POST /neutron/port HTTP/1.1" 200 151 0.220821 10.0.0.242 - - [2025-10-30 02:21:02] "POST /neutron/network HTTP/1.1" 200 117 0.021863 10.0.0.240 - - [2025-10-30 02:21:02] "GET /obj-perms HTTP/1.1" 200 5075 0.099940 10.0.0.242 - - [2025-10-30 02:21:02] "POST /neutron/network HTTP/1.1" 200 922 0.012944 10.0.0.254 - - [2025-10-30 02:21:02] "DELETE /route-target/53de84fb-3149-419d-a861-437e0cbed4bd HTTP/1.1" 200 115 0.059161 10.0.0.240 - - [2025-10-30 02:21:02] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001071 10.0.0.242 - - [2025-10-30 02:21:02] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.073054 10.0.0.240 - - [2025-10-30 02:21:02] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001327 10.0.0.242 - - [2025-10-30 02:21:02] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?fields=virtual_networks HTTP/1.1" 200 1068 0.050372 10.0.0.240 - - [2025-10-30 02:21:02] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001172 10.0.0.242 - - [2025-10-30 02:21:02] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.064947 10.0.0.240 - - [2025-10-30 02:21:02] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001663 10.0.0.242 - - [2025-10-30 02:21:03] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?fields=security_groups HTTP/1.1" 200 1307 0.072014 10.0.0.242 - - [2025-10-30 02:21:03] "POST /fqname-to-id HTTP/1.1" 404 190 0.027158 10.0.0.240 - - [2025-10-30 02:21:03] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005121 10.0.0.240 - - [2025-10-30 02:21:04] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.240 - - [2025-10-30 02:21:04] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008150 10.0.0.240 - - [2025-10-30 02:21:04] "POST /id-to-fqname HTTP/1.1" 200 192 0.005206 10.0.0.240 - - [2025-10-30 02:21:04] "POST /fqname-to-id HTTP/1.1" 404 201 0.005142 10.0.0.240 - - [2025-10-30 02:21:04] "POST /security-groups HTTP/1.1" 200 593 0.090167 10.0.0.254 - - [2025-10-30 02:21:04] "POST /fqname-to-id HTTP/1.1" 404 236 0.005874 10.0.0.240 - - [2025-10-30 02:21:04] "POST /projects HTTP/1.1" 200 589 0.325137 10.0.0.240 - - [2025-10-30 02:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.380528 10.0.0.242 - - [2025-10-30 02:21:04] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.646280 10.0.0.254 - - [2025-10-30 02:21:04] "POST /access-control-lists HTTP/1.1" 200 598 0.058264 10.0.0.242 - - [2025-10-30 02:21:05] "GET / HTTP/1.1" 200 36215 0.002482 10.0.0.242 - - [2025-10-30 02:21:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000665 10.0.0.242 - - [2025-10-30 02:21:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.054954 10.0.0.240 - - [2025-10-30 02:21:06] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001046 10.0.0.242 - - [2025-10-30 02:21:06] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.084999 10.0.0.242 - - [2025-10-30 02:21:06] "POST /neutron/network HTTP/1.1" 200 117 0.045532 10.0.0.242 - - [2025-10-30 02:21:07] "POST /neutron/network HTTP/1.1" 200 891 0.009882 10.0.0.242 - - [2025-10-30 02:21:07] "POST /id-to-fqname HTTP/1.1" 200 255 0.001108 10.0.0.242 - - [2025-10-30 02:21:07] "GET /virtual-network/06e63446-9f3f-4347-8d74-c293a7545775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005412 10.0.0.242 - - [2025-10-30 02:21:07] "GET /virtual-network/06e63446-9f3f-4347-8d74-c293a7545775?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005915 10.0.0.242 - - [2025-10-30 02:21:07] "POST /neutron/subnet HTTP/1.1" 200 720 0.009463 10.0.0.242 - - [2025-10-30 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002946 10.0.0.240 - - [2025-10-30 02:21:07] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000967 10.0.0.242 - - [2025-10-30 02:21:07] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.048768 10.0.0.254 - - [2025-10-30 02:21:07] "POST /route-targets HTTP/1.1" 200 328 0.013344 10.0.0.240 - - [2025-10-30 02:21:07] "POST /useragent-kv HTTP/1.1" 200 115 0.009321 10.0.0.242 - - [2025-10-30 02:21:07] "POST /neutron/subnet HTTP/1.1" 200 725 0.261306 10.0.0.242 - - [2025-10-30 02:21:07] "POST /id-to-fqname HTTP/1.1" 200 255 0.001524 10.0.0.242 - - [2025-10-30 02:21:07] "GET /virtual-network/bc160ca1-1020-45a6-900f-913a583898ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.005679 10.0.0.242 - - [2025-10-30 02:21:07] "GET /virtual-network/bc160ca1-1020-45a6-900f-913a583898ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2146 0.006330 10.0.0.242 - - [2025-10-30 02:21:07] "POST /neutron/network HTTP/1.1" 200 892 0.006663 10.0.0.242 - - [2025-10-30 02:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.240 - - [2025-10-30 02:21:07] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001144 10.0.0.242 - - [2025-10-30 02:21:07] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.053431 10.0.0.240 - - [2025-10-30 02:21:08] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001074 10.0.0.242 - - [2025-10-30 02:21:08] "POST /neutron/network HTTP/1.1" 200 675 0.158068 10.0.0.254 - - [2025-10-30 02:21:08] "POST /ref-update HTTP/1.1" 200 156 0.059083 10.0.0.242 - - [2025-10-30 02:21:08] "POST /id-to-fqname HTTP/1.1" 200 256 0.005491 10.0.0.242 - - [2025-10-30 02:21:08] "GET /virtual-network/575ebe4e-8f6b-44b8-9f4e-9aee18f55654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.008225 10.0.0.242 - - [2025-10-30 02:21:08] "POST /neutron/network HTTP/1.1" 200 896 0.012906 10.0.0.242 - - [2025-10-30 02:21:08] "GET /virtual-network/575ebe4e-8f6b-44b8-9f4e-9aee18f55654?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2154 0.006747 10.0.0.242 - - [2025-10-30 02:21:08] "POST /id-to-fqname HTTP/1.1" 200 255 0.001375 10.0.0.242 - - [2025-10-30 02:21:08] "POST /neutron/network HTTP/1.1" 200 902 0.009275 10.0.0.240 - - [2025-10-30 02:21:09] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001036 10.0.0.242 - - [2025-10-30 02:21:09] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.061852 10.0.0.242 - - [2025-10-30 02:21:09] "POST /neutron/port HTTP/1.1" 200 117 0.008139 10.0.0.242 - - [2025-10-30 02:21:09] "POST /id-to-fqname HTTP/1.1" 200 256 0.001309 10.0.0.242 - - [2025-10-30 02:21:10] "POST /neutron/network HTTP/1.1" 200 902 0.010905 10.0.0.242 - - [2025-10-30 02:21:10] "POST /neutron/port HTTP/1.1" 200 1062 0.022858 10.0.0.242 - - [2025-10-30 02:21:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004484 10.0.0.240 - - [2025-10-30 02:21:10] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001032 10.0.0.242 - - [2025-10-30 02:21:10] "POST /neutron/network HTTP/1.1" 200 892 0.010311 10.0.0.242 - - [2025-10-30 02:21:11] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.108909 10.0.0.242 - - [2025-10-30 02:21:11] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009709 10.0.0.240 - - [2025-10-30 02:21:11] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001148 10.0.0.242 - - [2025-10-30 02:21:12] "POST /neutron/port HTTP/1.1" 200 1064 0.363074 10.0.0.242 - - [2025-10-30 02:21:12] "POST /neutron/port HTTP/1.1" 200 1118 0.157819 10.0.0.242 - - [2025-10-30 02:21:12] "POST /neutron/subnet HTTP/1.1" 200 708 0.009676 10.0.0.242 - - [2025-10-30 02:21:12] "POST /neutron/network HTTP/1.1" 200 892 0.007465 10.0.0.242 - - [2025-10-30 02:21:13] "POST /neutron/port HTTP/1.1" 200 1116 0.015427 10.0.0.242 - - [2025-10-30 02:21:13] "POST /neutron/port HTTP/1.1" 200 1118 0.024756 10.0.0.242 - - [2025-10-30 02:21:14] "POST /neutron/network HTTP/1.1" 200 892 0.008974 10.0.0.254 - - [2025-10-30 02:21:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.240 - - [2025-10-30 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.009907 10.0.0.240 - - [2025-10-30 02:21:15] "POST /useragent-kv HTTP/1.1" 200 115 0.006049 10.0.0.242 - - [2025-10-30 02:21:15] "POST /neutron/network HTTP/1.1" 200 151 0.150619 10.0.0.240 - - [2025-10-30 02:21:15] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001044 10.0.0.254 - - [2025-10-30 02:21:15] "DELETE /route-target/36f94b11-deec-4fa0-b0bd-ac5be517fc31 HTTP/1.1" 200 115 0.037312 10.0.0.242 - - [2025-10-30 02:21:15] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.065439 10.0.0.240 - - [2025-10-30 02:21:15] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001168 10.0.0.242 - - [2025-10-30 02:21:15] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?fields=virtual_networks HTTP/1.1" 200 1048 0.063956 10.0.0.240 - - [2025-10-30 02:21:15] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001393 10.0.0.242 - - [2025-10-30 02:21:15] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.078098 10.0.0.240 - - [2025-10-30 02:21:15] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001023 10.0.0.242 - - [2025-10-30 02:21:15] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?fields=security_groups HTTP/1.1" 200 1277 0.064523 10.0.0.242 - - [2025-10-30 02:21:16] "POST /fqname-to-id HTTP/1.1" 404 196 0.032366 10.0.0.240 - - [2025-10-30 02:21:16] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003551 10.0.0.240 - - [2025-10-30 02:21:16] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000980 10.0.0.240 - - [2025-10-30 02:21:16] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008628 10.0.0.240 - - [2025-10-30 02:21:17] "POST /id-to-fqname HTTP/1.1" 200 198 0.003847 10.0.0.240 - - [2025-10-30 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 207 0.013591 10.0.0.240 - - [2025-10-30 02:21:17] "POST /security-groups HTTP/1.1" 200 599 0.093198 10.0.0.240 - - [2025-10-30 02:21:17] "POST /projects HTTP/1.1" 200 601 0.370978 10.0.0.254 - - [2025-10-30 02:21:17] "POST /fqname-to-id HTTP/1.1" 404 241 0.007976 10.0.0.240 - - [2025-10-30 02:21:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.453033 10.0.0.242 - - [2025-10-30 02:21:17] "GET /project/d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.591551 10.0.0.242 - - [2025-10-30 02:21:18] "GET / HTTP/1.1" 200 36215 0.002968 10.0.0.242 - - [2025-10-30 02:21:18] "POST /fqname-to-id HTTP/1.1" 401 293 0.000516 10.0.0.242 - - [2025-10-30 02:21:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.056066 10.0.0.240 - - [2025-10-30 02:21:19] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000938 10.0.0.242 - - [2025-10-30 02:21:19] "GET /project/d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.050183 10.0.0.242 - - [2025-10-30 02:21:19] "POST /neutron/network HTTP/1.1" 200 117 0.038694 10.0.0.254 - - [2025-10-30 02:21:19] "POST /ref-update HTTP/1.1" 200 156 0.032746 10.0.0.242 - - [2025-10-30 02:21:20] "POST /neutron/network HTTP/1.1" 200 910 0.010024 10.0.0.242 - - [2025-10-30 02:21:20] "POST /id-to-fqname HTTP/1.1" 200 267 0.001658 10.0.0.242 - - [2025-10-30 02:21:20] "GET /virtual-network/ea030f0b-3c3f-4577-b27b-923d09ab1d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.005771 10.0.0.242 - - [2025-10-30 02:21:20] "GET /virtual-network/ea030f0b-3c3f-4577-b27b-923d09ab1d1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.007128 10.0.0.242 - - [2025-10-30 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.010286 10.0.0.242 - - [2025-10-30 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.240 - - [2025-10-30 02:21:20] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001010 10.0.0.242 - - [2025-10-30 02:21:20] "GET /project/d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.049649 10.0.0.240 - - [2025-10-30 02:21:20] "POST /useragent-kv HTTP/1.1" 200 115 0.009199 10.0.0.242 - - [2025-10-30 02:21:20] "POST /neutron/subnet HTTP/1.1" 200 725 0.199220 10.0.0.242 - - [2025-10-30 02:21:20] "POST /id-to-fqname HTTP/1.1" 200 267 0.001739 10.0.0.242 - - [2025-10-30 02:21:20] "GET /virtual-network/be2db88f-8f3a-4c99-bc2b-83ce27fba92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.006041 10.0.0.242 - - [2025-10-30 02:21:20] "GET /virtual-network/be2db88f-8f3a-4c99-bc2b-83ce27fba92b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2176 0.008353 10.0.0.242 - - [2025-10-30 02:21:20] "POST /neutron/network HTTP/1.1" 200 910 0.008340 10.0.0.242 - - [2025-10-30 02:21:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.240 - - [2025-10-30 02:21:20] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000908 10.0.0.242 - - [2025-10-30 02:21:20] "GET /project/d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.053324 10.0.0.240 - - [2025-10-30 02:21:20] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001062 10.0.0.242 - - [2025-10-30 02:21:21] "POST /neutron/network HTTP/1.1" 200 693 0.158520 10.0.0.254 - - [2025-10-30 02:21:21] "POST /route-targets HTTP/1.1" 200 328 0.014157 10.0.0.242 - - [2025-10-30 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 268 0.003789 10.0.0.242 - - [2025-10-30 02:21:21] "GET /virtual-network/89fc32d2-4f28-4ba1-a6d4-a7a6dbbed00b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005928 10.0.0.242 - - [2025-10-30 02:21:21] "POST /neutron/network HTTP/1.1" 200 912 0.008000 10.0.0.242 - - [2025-10-30 02:21:21] "GET /virtual-network/89fc32d2-4f28-4ba1-a6d4-a7a6dbbed00b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2178 0.005026 10.0.0.242 - - [2025-10-30 02:21:21] "POST /id-to-fqname HTTP/1.1" 200 267 0.001374 10.0.0.240 - - [2025-10-30 02:21:52] "DELETE /project/d63a7b1d10fc4a36a02623ae4c1e8bf1 HTTP/1.1" 404 173 0.008298 10.0.0.240 - - [2025-10-30 02:21:52] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000998 10.0.0.240 - - [2025-10-30 02:21:52] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000811 10.0.0.240 - - [2025-10-30 02:21:52] "DELETE /project/cebe53d998704d3f887fd2e833029d43 HTTP/1.1" 404 173 0.020379 10.0.0.240 - - [2025-10-30 02:21:52] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.068237 10.0.0.240 - - [2025-10-30 02:21:52] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001736 10.0.0.240 - - [2025-10-30 02:21:52] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.095879 10.0.0.240 - - [2025-10-30 02:21:52] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002222 10.0.0.240 - - [2025-10-30 02:21:52] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?fields=security_groups HTTP/1.1" 200 1379 0.083215 10.0.0.240 - - [2025-10-30 02:21:52] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?fields=security_groups HTTP/1.1" 200 1409 0.115533 10.0.0.240 - - [2025-10-30 02:21:52] "DELETE /security-group/80c8a3b9-663e-4bb6-864f-67ef1901d096 HTTP/1.1" 200 115 0.068938 10.0.0.240 - - [2025-10-30 02:21:52] "GET /projects?obj_uuids=cebe53d9-9870-4d3f-887f-d2e833029d43&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001400 10.0.0.240 - - [2025-10-30 02:21:52] "DELETE /security-group/dbb4192d-d14c-430d-a6b2-424f24b6fcac HTTP/1.1" 200 115 0.109254 10.0.0.240 - - [2025-10-30 02:21:52] "GET /projects?obj_uuids=672848c6-053b-4f55-bc49-a9a0dbf29a1c&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003749 10.0.0.240 - - [2025-10-30 02:21:52] "GET /project/cebe53d9-9870-4d3f-887f-d2e833029d43?fields=application_policy_sets HTTP/1.1" 200 1418 0.121021 10.0.0.254 - - [2025-10-30 02:21:52] "DELETE /access-control-list/26d1e390-9dd5-4972-af11-743c0180354d HTTP/1.1" 200 115 0.099508 10.0.0.240 - - [2025-10-30 02:21:52] "GET /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c?fields=application_policy_sets HTTP/1.1" 200 1448 0.116757 10.0.0.240 - - [2025-10-30 02:21:52] "DELETE /project/cebe53d9-9870-4d3f-887f-d2e833029d43 HTTP/1.1" 200 115 0.685991 10.0.0.240 - - [2025-10-30 02:21:53] "DELETE /project/672848c6-053b-4f55-bc49-a9a0dbf29a1c HTTP/1.1" 200 115 0.748381 10.0.0.242 - - [2025-10-30 02:21:56] "POST /neutron/network HTTP/1.1" 200 920 0.007901 10.0.0.240 - - [2025-10-30 02:21:57] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.242 - - [2025-10-30 02:21:57] "GET /project/d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.080810 10.0.0.242 - - [2025-10-30 02:21:57] "POST /neutron/port HTTP/1.1" 200 117 0.006810 10.0.0.242 - - [2025-10-30 02:21:57] "POST /id-to-fqname HTTP/1.1" 200 268 0.001215 10.0.0.242 - - [2025-10-30 02:21:57] "POST /neutron/network HTTP/1.1" 200 920 0.007423 10.0.0.240 - - [2025-10-30 02:21:58] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001333 10.0.0.242 - - [2025-10-30 02:21:58] "GET /project/d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.097728 10.0.0.242 - - [2025-10-30 02:21:58] "POST /neutron/port HTTP/1.1" 200 1068 0.020841 10.0.0.242 - - [2025-10-30 02:21:58] "POST /neutron/port HTTP/1.1" 200 1096 0.068160 10.0.0.242 - - [2025-10-30 02:21:58] "POST /neutron/port HTTP/1.1" 200 117 0.006699 10.0.0.240 - - [2025-10-30 02:21:58] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001806 10.0.0.242 - - [2025-10-30 02:21:59] "POST /neutron/port HTTP/1.1" 200 117 0.001318 10.0.0.242 - - [2025-10-30 02:21:59] "GET /project/4f8b91c9-4f47-4fe0-ac3e-4769319c554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.064253 10.0.0.240 - - [2025-10-30 02:21:59] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001072 10.0.0.242 - - [2025-10-30 02:21:59] "POST /neutron/port HTTP/1.1" 200 1068 0.378879 10.0.0.242 - - [2025-10-30 02:21:59] "POST /neutron/port HTTP/1.1" 200 1122 0.185099 10.0.0.242 - - [2025-10-30 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008609 10.0.0.242 - - [2025-10-30 02:22:00] "GET /security-group/216b0367-5303-48db-9829-ce37b6c5e761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.007079 10.0.0.242 - - [2025-10-30 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.008106 10.0.0.240 - - [2025-10-30 02:22:00] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001174 10.0.0.242 - - [2025-10-30 02:22:00] "POST /neutron/subnet HTTP/1.1" 200 699 0.019124 10.0.0.242 - - [2025-10-30 02:22:00] "GET /project/4f8b91c9-4f47-4fe0-ac3e-4769319c554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.069973 10.0.0.242 - - [2025-10-30 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.007465 10.0.0.242 - - [2025-10-30 02:22:00] "GET /security-group/216b0367-5303-48db-9829-ce37b6c5e761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3697 0.005147 10.0.0.242 - - [2025-10-30 02:22:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004705 10.0.0.242 - - [2025-10-30 02:22:00] "PUT /security-group/216b0367-5303-48db-9829-ce37b6c5e761 HTTP/1.1" 200 263 0.038556 10.0.0.254 - - [2025-10-30 02:22:00] "PUT /access-control-list/fcd346d3-a5de-459b-89a3-6b7eeb7bec7e HTTP/1.1" 200 273 0.017430 10.0.0.242 - - [2025-10-30 02:22:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.009698 10.0.0.242 - - [2025-10-30 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.240 - - [2025-10-30 02:22:01] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.242 - - [2025-10-30 02:22:01] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009117 10.0.0.242 - - [2025-10-30 02:22:01] "POST /service-templates HTTP/1.1" 200 545 0.050036 10.0.0.242 - - [2025-10-30 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005329 10.0.0.242 - - [2025-10-30 02:22:01] "GET /service-template/891e4ae9-6550-46c6-8ffb-cdbd24528eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.011824 10.0.0.242 - - [2025-10-30 02:22:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004919 10.0.0.242 - - [2025-10-30 02:22:01] "GET /service-template/891e4ae9-6550-46c6-8ffb-cdbd24528eeb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1825 0.007087 10.0.0.242 - - [2025-10-30 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 267 0.002229 10.0.0.242 - - [2025-10-30 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 267 0.002817 10.0.0.242 - - [2025-10-30 02:22:01] "POST /id-to-fqname HTTP/1.1" 200 268 0.002630 10.0.0.242 - - [2025-10-30 02:22:01] "POST /neutron/port HTTP/1.1" 200 2076 0.033914 10.0.0.242 - - [2025-10-30 02:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005129 10.0.0.242 - - [2025-10-30 02:22:02] "DELETE /service-template/891e4ae9-6550-46c6-8ffb-cdbd24528eeb HTTP/1.1" 200 115 0.049681 10.0.0.242 - - [2025-10-30 02:22:02] "POST /fqname-to-id HTTP/1.1" 404 193 0.005424 10.0.0.242 - - [2025-10-30 02:22:04] "POST /neutron/network HTTP/1.1" 400 204 0.021795 10.0.0.242 - - [2025-10-30 02:22:08] "POST /neutron/network HTTP/1.1" 200 910 0.011855 10.0.0.242 - - [2025-10-30 02:22:10] "POST /neutron/network HTTP/1.1" 400 204 0.017374 10.0.0.242 - - [2025-10-30 02:22:15] "POST /neutron/network HTTP/1.1" 200 910 0.008090 10.0.0.242 - - [2025-10-30 02:22:17] "POST /neutron/network HTTP/1.1" 400 204 0.015728 10.0.0.242 - - [2025-10-30 02:22:21] "POST /neutron/network HTTP/1.1" 200 910 0.010291 10.0.0.242 - - [2025-10-30 02:22:23] "POST /neutron/network HTTP/1.1" 400 204 0.020631 10.0.0.242 - - [2025-10-30 02:22:27] "POST /neutron/network HTTP/1.1" 200 910 0.008769 10.0.0.242 - - [2025-10-30 02:22:29] "POST /neutron/network HTTP/1.1" 400 204 0.016473 10.0.0.242 - - [2025-10-30 02:22:33] "POST /neutron/network HTTP/1.1" 200 910 0.009547 10.0.0.242 - - [2025-10-30 02:22:35] "POST /neutron/network HTTP/1.1" 400 204 0.019109 10.0.0.242 - - [2025-10-30 02:22:39] "POST /neutron/network HTTP/1.1" 200 910 0.009034 10.0.0.242 - - [2025-10-30 02:22:41] "POST /neutron/network HTTP/1.1" 400 204 0.019788 10.0.0.242 - - [2025-10-30 02:22:45] "POST /neutron/network HTTP/1.1" 200 910 0.010427 10.0.0.242 - - [2025-10-30 02:22:47] "POST /neutron/network HTTP/1.1" 400 204 0.015960 10.0.0.242 - - [2025-10-30 02:22:50] "POST /neutron/port HTTP/1.1" 200 1096 0.015990 10.0.0.242 - - [2025-10-30 02:22:51] "POST /neutron/port HTTP/1.1" 200 117 0.007616 10.0.0.242 - - [2025-10-30 02:22:52] "POST /neutron/network HTTP/1.1" 200 912 0.008480 10.0.0.254 - - [2025-10-30 02:22:52] "DELETE /route-target/bf639526-4618-4cfd-86a6-44d1bee71bf4 HTTP/1.1" 200 115 0.038079 10.0.0.242 - - [2025-10-30 02:22:52] "POST /neutron/port HTTP/1.1" 200 1122 0.019675 10.0.0.242 - - [2025-10-30 02:22:54] "POST /neutron/network HTTP/1.1" 200 912 0.008193 10.0.0.254 - - [2025-10-30 02:22:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.007317 10.0.0.240 - - [2025-10-30 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003586 10.0.0.240 - - [2025-10-30 02:22:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002640 10.0.0.242 - - [2025-10-30 02:22:54] "POST /neutron/network HTTP/1.1" 200 151 0.159480 10.0.0.240 - - [2025-10-30 02:22:54] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000964 10.0.0.242 - - [2025-10-30 02:22:54] "GET /project/d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.085815 10.0.0.240 - - [2025-10-30 02:22:54] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001903 10.0.0.242 - - [2025-10-30 02:22:54] "GET /project/d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1?fields=virtual_networks HTTP/1.1" 200 1061 0.055217 10.0.0.240 - - [2025-10-30 02:22:54] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.242 - - [2025-10-30 02:22:54] "GET /project/d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.053775 10.0.0.240 - - [2025-10-30 02:22:54] "GET /projects?obj_uuids=d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.242 - - [2025-10-30 02:22:54] "GET /project/d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1?fields=security_groups HTTP/1.1" 200 1296 0.072320 10.0.0.242 - - [2025-10-30 02:22:55] "POST /fqname-to-id HTTP/1.1" 404 189 0.025584 10.0.0.240 - - [2025-10-30 02:22:55] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003910 10.0.0.240 - - [2025-10-30 02:22:55] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001157 10.0.0.240 - - [2025-10-30 02:22:55] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008145 10.0.0.240 - - [2025-10-30 02:22:56] "POST /id-to-fqname HTTP/1.1" 200 191 0.002181 10.0.0.240 - - [2025-10-30 02:22:56] "POST /fqname-to-id HTTP/1.1" 404 200 0.011502 10.0.0.240 - - [2025-10-30 02:22:56] "POST /security-groups HTTP/1.1" 200 592 0.078102 10.0.0.240 - - [2025-10-30 02:22:56] "POST /projects HTTP/1.1" 200 587 0.347379 10.0.0.254 - - [2025-10-30 02:22:56] "POST /access-control-lists HTTP/1.1" 200 599 0.040710 10.0.0.240 - - [2025-10-30 02:22:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.432217 10.0.0.242 - - [2025-10-30 02:22:56] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.579062 10.0.0.242 - - [2025-10-30 02:22:57] "GET / HTTP/1.1" 200 36215 0.002410 10.0.0.242 - - [2025-10-30 02:22:57] "POST /fqname-to-id HTTP/1.1" 401 293 0.000492 10.0.0.242 - - [2025-10-30 02:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.059969 10.0.0.240 - - [2025-10-30 02:22:58] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000967 10.0.0.242 - - [2025-10-30 02:22:58] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.067303 10.0.0.254 - - [2025-10-30 02:22:58] "POST /route-targets HTTP/1.1" 200 328 0.015255 10.0.0.240 - - [2025-10-30 02:22:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008860 10.0.0.242 - - [2025-10-30 02:22:58] "POST /neutron/subnet HTTP/1.1" 200 725 0.229291 10.0.0.242 - - [2025-10-30 02:22:58] "POST /id-to-fqname HTTP/1.1" 200 253 0.001443 10.0.0.242 - - [2025-10-30 02:22:58] "GET /virtual-network/e5005951-c2a0-4789-9257-d27375ea7a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.006087 10.0.0.242 - - [2025-10-30 02:22:58] "GET /virtual-network/e5005951-c2a0-4789-9257-d27375ea7a9c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2141 0.005851 10.0.0.242 - - [2025-10-30 02:22:58] "POST /neutron/network HTTP/1.1" 200 889 0.006572 10.0.0.242 - - [2025-10-30 02:22:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.240 - - [2025-10-30 02:22:58] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001261 10.0.0.242 - - [2025-10-30 02:22:58] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.065642 10.0.0.240 - - [2025-10-30 02:22:59] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001147 10.0.0.242 - - [2025-10-30 02:22:59] "POST /neutron/network HTTP/1.1" 200 670 0.137254 10.0.0.254 - - [2025-10-30 02:22:59] "POST /ref-update HTTP/1.1" 200 156 0.029127 10.0.0.254 - - [2025-10-30 02:22:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000654 10.0.0.242 - - [2025-10-30 02:22:59] "POST /id-to-fqname HTTP/1.1" 200 253 0.004031 10.0.0.242 - - [2025-10-30 02:22:59] "GET /virtual-network/2e9dbf35-7dc7-4af1-9445-f82199b75fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.007924 10.0.0.254 - - [2025-10-30 02:22:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.242 - - [2025-10-30 02:22:59] "POST /neutron/network HTTP/1.1" 200 888 0.009667 10.0.0.242 - - [2025-10-30 02:22:59] "GET /virtual-network/2e9dbf35-7dc7-4af1-9445-f82199b75fdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2137 0.006559 10.0.0.242 - - [2025-10-30 02:22:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.240 - - [2025-10-30 02:22:59] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000987 10.0.0.242 - - [2025-10-30 02:22:59] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.042756 10.0.0.242 - - [2025-10-30 02:22:59] "POST /neutron/network HTTP/1.1" 200 117 0.019071 10.0.0.254 - - [2025-10-30 02:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000668 10.0.0.254 - - [2025-10-30 02:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000410 10.0.0.242 - - [2025-10-30 02:23:00] "POST /neutron/network HTTP/1.1" 200 891 0.009701 10.0.0.242 - - [2025-10-30 02:23:00] "POST /id-to-fqname HTTP/1.1" 200 254 0.001168 10.0.0.242 - - [2025-10-30 02:23:00] "GET /virtual-network/a5226d1f-cab1-4bfc-b40f-5737ffe4b9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.005610 10.0.0.242 - - [2025-10-30 02:23:00] "GET /virtual-network/a5226d1f-cab1-4bfc-b40f-5737ffe4b9fd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2144 0.006611 10.0.0.242 - - [2025-10-30 02:23:00] "POST /neutron/subnet HTTP/1.1" 200 724 0.010839 10.0.0.242 - - [2025-10-30 02:23:00] "POST /id-to-fqname HTTP/1.1" 200 253 0.001314 10.0.0.240 - - [2025-10-30 02:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000646 10.0.0.240 - - [2025-10-30 02:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000574 10.0.0.240 - - [2025-10-30 02:23:01] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001514 10.0.0.242 - - [2025-10-30 02:23:01] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.088862 10.0.0.242 - - [2025-10-30 02:23:01] "POST /neutron/port HTTP/1.1" 200 117 0.009167 10.0.0.242 - - [2025-10-30 02:23:01] "POST /id-to-fqname HTTP/1.1" 200 254 0.001958 10.0.0.242 - - [2025-10-30 02:23:01] "POST /neutron/network HTTP/1.1" 200 901 0.011398 10.0.0.242 - - [2025-10-30 02:23:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.240 - - [2025-10-30 02:23:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.242 - - [2025-10-30 02:23:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000548 10.0.0.240 - - [2025-10-30 02:23:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000667 10.0.0.242 - - [2025-10-30 02:23:02] "POST /neutron/port HTTP/1.1" 200 1060 0.033761 10.0.0.240 - - [2025-10-30 02:23:02] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001274 10.0.0.242 - - [2025-10-30 02:23:02] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.088616 10.0.0.242 - - [2025-10-30 02:23:02] "POST /neutron/port HTTP/1.1" 200 1088 0.043193 10.0.0.242 - - [2025-10-30 02:23:02] "POST /neutron/subnet HTTP/1.1" 200 694 0.010016 10.0.0.242 - - [2025-10-30 02:23:02] "POST /neutron/port HTTP/1.1" 200 1088 0.020340 10.0.0.242 - - [2025-10-30 02:23:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000697 10.0.0.242 - - [2025-10-30 02:23:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000630 10.0.0.242 - - [2025-10-30 02:23:03] "POST /neutron/network HTTP/1.1" 200 901 0.008618 10.0.0.242 - - [2025-10-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 404 193 0.011048 10.0.0.242 - - [2025-10-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.008179 10.0.0.240 - - [2025-10-30 02:23:03] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001743 10.0.0.242 - - [2025-10-30 02:23:03] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.013386 10.0.0.242 - - [2025-10-30 02:23:03] "POST /service-templates HTTP/1.1" 200 545 0.046310 10.0.0.242 - - [2025-10-30 02:23:03] "POST /neutron/port HTTP/1.1" 200 1061 0.034928 10.0.0.242 - - [2025-10-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.242 - - [2025-10-30 02:23:03] "GET /service-template/c7cc1145-b666-4f00-9f4e-6ca5ddd492d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.012261 10.0.0.242 - - [2025-10-30 02:23:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.242 - - [2025-10-30 02:23:03] "GET /service-template/c7cc1145-b666-4f00-9f4e-6ca5ddd492d5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1819 0.008499 10.0.0.242 - - [2025-10-30 02:23:03] "POST /id-to-fqname HTTP/1.1" 200 253 0.001870 10.0.0.242 - - [2025-10-30 02:23:03] "POST /id-to-fqname HTTP/1.1" 200 253 0.001417 10.0.0.242 - - [2025-10-30 02:23:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004504 10.0.0.242 - - [2025-10-30 02:23:03] "POST /id-to-fqname HTTP/1.1" 200 254 0.001417 10.0.0.242 - - [2025-10-30 02:23:04] "POST /neutron/network HTTP/1.1" 200 891 0.008091 10.0.0.242 - - [2025-10-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004986 10.0.0.242 - - [2025-10-30 02:23:04] "DELETE /service-template/c7cc1145-b666-4f00-9f4e-6ca5ddd492d5 HTTP/1.1" 200 115 0.037870 10.0.0.242 - - [2025-10-30 02:23:04] "POST /fqname-to-id HTTP/1.1" 404 193 0.007774 10.0.0.242 - - [2025-10-30 02:23:04] "GET /obj-perms HTTP/1.1" 200 5075 0.071702 10.0.0.254 - - [2025-10-30 02:23:04] "DELETE /access-control-list/1ed4a4f2-ba08-47d0-955f-021883a98132 HTTP/1.1" 200 115 0.048861 10.0.0.242 - - [2025-10-30 02:23:06] "POST /neutron/network HTTP/1.1" 200 888 0.008523 10.0.0.242 - - [2025-10-30 02:23:07] "POST /neutron/port HTTP/1.1" 200 1115 0.018233 10.0.0.242 - - [2025-10-30 02:23:07] "POST /neutron/port HTTP/1.1" 200 1114 0.031032 10.0.0.240 - - [2025-10-30 02:23:09] "POST /useragent-kv HTTP/1.1" 200 115 0.025058 10.0.0.240 - - [2025-10-30 02:23:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002472 10.0.0.242 - - [2025-10-30 02:23:09] "POST /neutron/network HTTP/1.1" 200 151 0.151389 10.0.0.254 - - [2025-10-30 02:23:09] "DELETE /route-target/e829ffb7-f5dc-4558-b50f-c06656088ecf HTTP/1.1" 200 115 0.019799 10.0.0.242 - - [2025-10-30 02:23:09] "POST /neutron/network HTTP/1.1" 200 889 0.014207 10.0.0.254 - - [2025-10-30 02:23:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.240 - - [2025-10-30 02:23:09] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003501 10.0.0.242 - - [2025-10-30 02:23:09] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.060443 10.0.0.240 - - [2025-10-30 02:23:09] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002168 10.0.0.242 - - [2025-10-30 02:23:09] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?fields=virtual_networks HTTP/1.1" 200 1046 0.056674 10.0.0.240 - - [2025-10-30 02:23:09] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001153 10.0.0.242 - - [2025-10-30 02:23:09] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.057940 10.0.0.240 - - [2025-10-30 02:23:09] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001045 10.0.0.242 - - [2025-10-30 02:23:09] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?fields=security_groups HTTP/1.1" 200 1274 0.041063 10.0.0.242 - - [2025-10-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 404 193 0.026366 10.0.0.240 - - [2025-10-30 02:23:10] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003733 10.0.0.240 - - [2025-10-30 02:23:10] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001004 10.0.0.240 - - [2025-10-30 02:23:10] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.012236 10.0.0.240 - - [2025-10-30 02:23:10] "POST /id-to-fqname HTTP/1.1" 200 195 0.004994 10.0.0.240 - - [2025-10-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 404 204 0.004156 10.0.0.240 - - [2025-10-30 02:23:10] "POST /security-groups HTTP/1.1" 200 596 0.039346 10.0.0.240 - - [2025-10-30 02:23:10] "POST /projects HTTP/1.1" 200 595 0.276309 10.0.0.254 - - [2025-10-30 02:23:10] "POST /access-control-lists HTTP/1.1" 200 603 0.035885 10.0.0.240 - - [2025-10-30 02:23:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.348971 10.0.0.242 - - [2025-10-30 02:23:11] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.542572 10.0.0.242 - - [2025-10-30 02:23:12] "GET / HTTP/1.1" 200 36215 0.002112 10.0.0.242 - - [2025-10-30 02:23:12] "POST /fqname-to-id HTTP/1.1" 401 293 0.000932 10.0.0.242 - - [2025-10-30 02:23:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.075922 10.0.0.240 - - [2025-10-30 02:23:13] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000947 10.0.0.242 - - [2025-10-30 02:23:13] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.047074 10.0.0.240 - - [2025-10-30 02:23:13] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001068 10.0.0.242 - - [2025-10-30 02:23:13] "POST /neutron/network HTTP/1.1" 200 682 0.194376 10.0.0.254 - - [2025-10-30 02:23:13] "POST /route-targets HTTP/1.1" 200 328 0.019364 10.0.0.242 - - [2025-10-30 02:23:14] "POST /neutron/network HTTP/1.1" 200 1076 0.011309 10.0.0.242 - - [2025-10-30 02:23:14] "POST /id-to-fqname HTTP/1.1" 200 261 0.001179 10.0.0.242 - - [2025-10-30 02:23:14] "GET /virtual-network/a094c17d-f14f-445a-8107-8b7fd4fa9764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005579 10.0.0.242 - - [2025-10-30 02:23:14] "GET /virtual-network/a094c17d-f14f-445a-8107-8b7fd4fa9764?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.005408 10.0.0.242 - - [2025-10-30 02:23:14] "POST /neutron/subnet HTTP/1.1" 200 828 0.011588 10.0.0.254 - - [2025-10-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.033805 10.0.0.242 - - [2025-10-30 02:23:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003553 10.0.0.240 - - [2025-10-30 02:23:14] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000908 10.0.0.242 - - [2025-10-30 02:23:14] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.054257 10.0.0.240 - - [2025-10-30 02:23:14] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001059 10.0.0.242 - - [2025-10-30 02:23:14] "POST /neutron/network HTTP/1.1" 200 682 0.157137 10.0.0.254 - - [2025-10-30 02:23:14] "POST /ref-update HTTP/1.1" 200 156 0.027056 10.0.0.242 - - [2025-10-30 02:23:15] "POST /neutron/network HTTP/1.1" 200 1076 0.012044 10.0.0.242 - - [2025-10-30 02:23:15] "POST /id-to-fqname HTTP/1.1" 200 261 0.001522 10.0.0.242 - - [2025-10-30 02:23:15] "GET /virtual-network/7bacd54f-a6f9-4375-b169-c7bd137fcb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.007850 10.0.0.242 - - [2025-10-30 02:23:15] "GET /virtual-network/7bacd54f-a6f9-4375-b169-c7bd137fcb4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2747 0.006791 10.0.0.242 - - [2025-10-30 02:23:15] "POST /neutron/subnet HTTP/1.1" 200 828 0.010227 10.0.0.242 - - [2025-10-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003549 10.0.0.240 - - [2025-10-30 02:23:15] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001006 10.0.0.242 - - [2025-10-30 02:23:15] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.050026 10.0.0.240 - - [2025-10-30 02:23:15] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000996 10.0.0.242 - - [2025-10-30 02:23:15] "POST /neutron/network HTTP/1.1" 200 684 0.216716 10.0.0.254 - - [2025-10-30 02:23:15] "POST /fqname-to-id HTTP/1.1" 404 207 0.008699 10.0.0.242 - - [2025-10-30 02:23:16] "POST /neutron/network HTTP/1.1" 200 1078 0.012821 10.0.0.242 - - [2025-10-30 02:23:16] "POST /id-to-fqname HTTP/1.1" 200 262 0.001082 10.0.0.242 - - [2025-10-30 02:23:16] "GET /virtual-network/445550cf-f718-42f1-a408-abc019645d69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2750 0.005122 10.0.0.242 - - [2025-10-30 02:23:16] "GET /virtual-network/445550cf-f718-42f1-a408-abc019645d69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2750 0.006326 10.0.0.242 - - [2025-10-30 02:23:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.009919 10.0.0.242 - - [2025-10-30 02:23:16] "POST /id-to-fqname HTTP/1.1" 200 261 0.001408 10.0.0.240 - - [2025-10-30 02:23:17] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001394 10.0.0.242 - - [2025-10-30 02:23:17] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.075077 10.0.0.242 - - [2025-10-30 02:23:17] "POST /neutron/network HTTP/1.1" 200 1076 0.011380 10.0.0.242 - - [2025-10-30 02:23:17] "POST /id-to-fqname HTTP/1.1" 200 262 0.001823 10.0.0.242 - - [2025-10-30 02:23:17] "POST /neutron/port HTTP/1.1" 200 117 0.008960 10.0.0.240 - - [2025-10-30 02:23:18] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001118 10.0.0.242 - - [2025-10-30 02:23:18] "POST /neutron/port HTTP/1.1" 200 1173 0.343915 10.0.0.240 - - [2025-10-30 02:23:18] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001870 10.0.0.242 - - [2025-10-30 02:23:18] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.135036 10.0.0.242 - - [2025-10-30 02:23:18] "POST /neutron/port HTTP/1.1" 200 1227 0.213820 10.0.0.242 - - [2025-10-30 02:23:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004010 10.0.0.242 - - [2025-10-30 02:23:18] "POST /neutron/port HTTP/1.1" 200 117 0.001215 10.0.0.242 - - [2025-10-30 02:23:18] "POST /neutron/network HTTP/1.1" 200 1076 0.009498 10.0.0.242 - - [2025-10-30 02:23:19] "POST /neutron/network HTTP/1.1" 200 1088 0.008217 10.0.0.242 - - [2025-10-30 02:23:19] "POST /neutron/port HTTP/1.1" 200 1173 0.020634 10.0.0.242 - - [2025-10-30 02:23:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009580 10.0.0.242 - - [2025-10-30 02:23:20] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.242 - - [2025-10-30 02:23:20] "POST /neutron/network HTTP/1.1" 200 1076 0.012873 10.0.0.242 - - [2025-10-30 02:23:21] "POST /neutron/port HTTP/1.1" 200 1227 0.014132 10.0.0.242 - - [2025-10-30 02:23:21] "POST /neutron/port HTTP/1.1" 200 1227 0.019480 10.0.0.242 - - [2025-10-30 02:23:22] "POST /neutron/network HTTP/1.1" 200 1076 0.013250 10.0.0.254 - - [2025-10-30 02:23:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005669 10.0.0.240 - - [2025-10-30 02:23:23] "POST /useragent-kv HTTP/1.1" 200 115 0.003948 10.0.0.240 - - [2025-10-30 02:23:23] "POST /useragent-kv HTTP/1.1" 200 115 0.004838 10.0.0.240 - - [2025-10-30 02:23:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002976 10.0.0.240 - - [2025-10-30 02:23:23] "POST /useragent-kv HTTP/1.1" 200 115 0.002905 10.0.0.242 - - [2025-10-30 02:23:23] "POST /neutron/network HTTP/1.1" 200 151 0.215034 10.0.0.254 - - [2025-10-30 02:23:23] "DELETE /route-target/434e8aa9-024e-4408-a52d-20eab8a9c976 HTTP/1.1" 200 115 0.051503 10.0.0.240 - - [2025-10-30 02:23:23] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001098 10.0.0.242 - - [2025-10-30 02:23:23] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.065778 10.0.0.240 - - [2025-10-30 02:23:23] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001292 10.0.0.242 - - [2025-10-30 02:23:23] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?fields=virtual_networks HTTP/1.1" 200 1055 0.059816 10.0.0.240 - - [2025-10-30 02:23:23] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001617 10.0.0.242 - - [2025-10-30 02:23:23] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.068991 10.0.0.240 - - [2025-10-30 02:23:23] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001240 10.0.0.242 - - [2025-10-30 02:23:23] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?fields=security_groups HTTP/1.1" 200 1287 0.050711 10.0.0.242 - - [2025-10-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 196 0.026612 10.0.0.240 - - [2025-10-30 02:23:24] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004570 10.0.0.240 - - [2025-10-30 02:23:24] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000954 10.0.0.240 - - [2025-10-30 02:23:24] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007929 10.0.0.240 - - [2025-10-30 02:23:24] "POST /id-to-fqname HTTP/1.1" 200 198 0.003994 10.0.0.240 - - [2025-10-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 207 0.007269 10.0.0.240 - - [2025-10-30 02:23:24] "POST /security-groups HTTP/1.1" 200 599 0.077749 10.0.0.254 - - [2025-10-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 404 242 0.004938 10.0.0.240 - - [2025-10-30 02:23:24] "POST /projects HTTP/1.1" 200 601 0.297004 10.0.0.240 - - [2025-10-30 02:23:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.370382 10.0.0.254 - - [2025-10-30 02:23:24] "POST /access-control-lists HTTP/1.1" 200 604 0.033046 10.0.0.242 - - [2025-10-30 02:23:24] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.517382 10.0.0.242 - - [2025-10-30 02:23:26] "GET / HTTP/1.1" 200 36215 0.001670 10.0.0.242 - - [2025-10-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 401 293 0.000511 10.0.0.242 - - [2025-10-30 02:23:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.054823 10.0.0.240 - - [2025-10-30 02:23:26] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001200 10.0.0.242 - - [2025-10-30 02:23:26] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.051561 10.0.0.242 - - [2025-10-30 02:23:26] "POST /neutron/network HTTP/1.1" 200 117 0.039750 10.0.0.242 - - [2025-10-30 02:23:27] "POST /neutron/network HTTP/1.1" 200 911 0.009767 10.0.0.242 - - [2025-10-30 02:23:27] "POST /id-to-fqname HTTP/1.1" 200 267 0.001205 10.0.0.242 - - [2025-10-30 02:23:27] "GET /virtual-network/92913464-4f77-4134-9b76-8fd31200b167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.005656 10.0.0.242 - - [2025-10-30 02:23:27] "GET /virtual-network/92913464-4f77-4134-9b76-8fd31200b167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2179 0.007753 10.0.0.242 - - [2025-10-30 02:23:27] "POST /neutron/subnet HTTP/1.1" 200 729 0.011655 10.0.0.242 - - [2025-10-30 02:23:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003988 10.0.0.240 - - [2025-10-30 02:23:27] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001040 10.0.0.242 - - [2025-10-30 02:23:27] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.046891 10.0.0.254 - - [2025-10-30 02:23:28] "POST /route-targets HTTP/1.1" 200 328 0.019065 10.0.0.240 - - [2025-10-30 02:23:28] "POST /useragent-kv HTTP/1.1" 200 115 0.003182 10.0.0.242 - - [2025-10-30 02:23:28] "POST /neutron/subnet HTTP/1.1" 200 734 0.250403 10.0.0.242 - - [2025-10-30 02:23:28] "POST /id-to-fqname HTTP/1.1" 200 267 0.001806 10.0.0.242 - - [2025-10-30 02:23:28] "GET /virtual-network/48ddb06f-3730-4399-9737-9b8342653a97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.006418 10.0.0.242 - - [2025-10-30 02:23:28] "GET /virtual-network/48ddb06f-3730-4399-9737-9b8342653a97?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2181 0.009925 10.0.0.242 - - [2025-10-30 02:23:28] "POST /neutron/network HTTP/1.1" 200 912 0.009405 10.0.0.242 - - [2025-10-30 02:23:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003734 10.0.0.240 - - [2025-10-30 02:23:28] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000916 10.0.0.242 - - [2025-10-30 02:23:28] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.060021 10.0.0.240 - - [2025-10-30 02:23:28] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001311 10.0.0.242 - - [2025-10-30 02:23:28] "POST /neutron/network HTTP/1.1" 200 693 0.125942 10.0.0.254 - - [2025-10-30 02:23:28] "POST /ref-update HTTP/1.1" 200 156 0.027113 10.0.0.242 - - [2025-10-30 02:23:28] "POST /id-to-fqname HTTP/1.1" 200 268 0.004106 10.0.0.242 - - [2025-10-30 02:23:28] "GET /virtual-network/2d9fc5f4-8618-442a-b818-8e28ef2b8182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.006214 10.0.0.242 - - [2025-10-30 02:23:28] "POST /neutron/network HTTP/1.1" 200 911 0.006896 10.0.0.242 - - [2025-10-30 02:23:28] "GET /virtual-network/2d9fc5f4-8618-442a-b818-8e28ef2b8182?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2175 0.005656 10.0.0.242 - - [2025-10-30 02:23:29] "POST /id-to-fqname HTTP/1.1" 200 267 0.001392 10.0.0.242 - - [2025-10-30 02:23:29] "POST /neutron/network HTTP/1.1" 200 922 0.007339 10.0.0.240 - - [2025-10-30 02:23:29] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001348 10.0.0.242 - - [2025-10-30 02:23:29] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.069319 10.0.0.242 - - [2025-10-30 02:23:30] "POST /neutron/port HTTP/1.1" 200 117 0.009575 10.0.0.242 - - [2025-10-30 02:23:30] "POST /id-to-fqname HTTP/1.1" 200 268 0.002083 10.0.0.242 - - [2025-10-30 02:23:30] "POST /neutron/network HTTP/1.1" 200 922 0.007429 10.0.0.242 - - [2025-10-30 02:23:30] "POST /neutron/port HTTP/1.1" 200 1070 0.018445 10.0.0.242 - - [2025-10-30 02:23:31] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004321 10.0.0.242 - - [2025-10-30 02:23:31] "POST /neutron/network HTTP/1.1" 200 912 0.008434 10.0.0.240 - - [2025-10-30 02:23:31] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001132 10.0.0.242 - - [2025-10-30 02:23:31] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.076012 10.0.0.242 - - [2025-10-30 02:23:31] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007887 10.0.0.240 - - [2025-10-30 02:23:31] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001268 10.0.0.242 - - [2025-10-30 02:23:32] "POST /neutron/port HTTP/1.1" 200 1067 0.336260 10.0.0.242 - - [2025-10-30 02:23:32] "POST /neutron/port HTTP/1.1" 200 1121 0.140705 10.0.0.242 - - [2025-10-30 02:23:32] "POST /neutron/subnet HTTP/1.1" 200 694 0.011972 10.0.0.242 - - [2025-10-30 02:23:33] "POST /neutron/network HTTP/1.1" 200 912 0.007449 10.0.0.242 - - [2025-10-30 02:23:33] "POST /neutron/port HTTP/1.1" 200 1124 0.013981 10.0.0.242 - - [2025-10-30 02:23:34] "POST /neutron/port HTTP/1.1" 200 1121 0.017884 10.0.0.242 - - [2025-10-30 02:23:35] "POST /neutron/network HTTP/1.1" 200 912 0.011885 10.0.0.240 - - [2025-10-30 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.010727 10.0.0.254 - - [2025-10-30 02:23:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.009961 10.0.0.240 - - [2025-10-30 02:23:35] "POST /useragent-kv HTTP/1.1" 200 115 0.003531 10.0.0.242 - - [2025-10-30 02:23:35] "POST /neutron/network HTTP/1.1" 200 151 0.187370 10.0.0.240 - - [2025-10-30 02:23:35] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.254 - - [2025-10-30 02:23:35] "DELETE /route-target/93bd5754-b5cb-4a66-996b-997ef943777a HTTP/1.1" 200 115 0.046140 10.0.0.242 - - [2025-10-30 02:23:35] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.081921 10.0.0.240 - - [2025-10-30 02:23:35] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.242 - - [2025-10-30 02:23:35] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?fields=virtual_networks HTTP/1.1" 200 1061 0.069434 10.0.0.240 - - [2025-10-30 02:23:36] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001073 10.0.0.242 - - [2025-10-30 02:23:36] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.073733 10.0.0.240 - - [2025-10-30 02:23:36] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001482 10.0.0.242 - - [2025-10-30 02:23:36] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?fields=security_groups HTTP/1.1" 200 1296 0.056248 10.0.0.242 - - [2025-10-30 02:23:36] "POST /fqname-to-id HTTP/1.1" 404 193 0.028277 10.0.0.240 - - [2025-10-30 02:23:37] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003793 10.0.0.240 - - [2025-10-30 02:23:37] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001296 10.0.0.240 - - [2025-10-30 02:23:37] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007556 10.0.0.240 - - [2025-10-30 02:23:37] "POST /id-to-fqname HTTP/1.1" 200 195 0.006577 10.0.0.240 - - [2025-10-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 204 0.006354 10.0.0.240 - - [2025-10-30 02:23:37] "POST /security-groups HTTP/1.1" 200 596 0.083680 10.0.0.240 - - [2025-10-30 02:23:37] "POST /projects HTTP/1.1" 200 595 0.354824 10.0.0.240 - - [2025-10-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.431442 10.0.0.254 - - [2025-10-30 02:23:37] "POST /fqname-to-id HTTP/1.1" 404 238 0.034448 10.0.0.242 - - [2025-10-30 02:23:37] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.634591 10.0.0.242 - - [2025-10-30 02:23:38] "GET / HTTP/1.1" 200 36215 0.001895 10.0.0.242 - - [2025-10-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 401 293 0.000536 10.0.0.242 - - [2025-10-30 02:23:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.065674 10.0.0.240 - - [2025-10-30 02:23:39] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001120 10.0.0.242 - - [2025-10-30 02:23:39] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.055155 10.0.0.242 - - [2025-10-30 02:23:39] "POST /neutron/network HTTP/1.1" 200 117 0.040894 10.0.0.254 - - [2025-10-30 02:23:39] "POST /ref-update HTTP/1.1" 200 156 0.026623 10.0.0.242 - - [2025-10-30 02:23:40] "POST /neutron/network HTTP/1.1" 200 901 0.008916 10.0.0.242 - - [2025-10-30 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 261 0.001102 10.0.0.242 - - [2025-10-30 02:23:40] "GET /virtual-network/a1db0125-3464-46a3-b8dd-178ba25e9b21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005136 10.0.0.242 - - [2025-10-30 02:23:40] "GET /virtual-network/a1db0125-3464-46a3-b8dd-178ba25e9b21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2161 0.005602 10.0.0.242 - - [2025-10-30 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 725 0.011091 10.0.0.242 - - [2025-10-30 02:23:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003176 10.0.0.240 - - [2025-10-30 02:23:40] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000939 10.0.0.242 - - [2025-10-30 02:23:40] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.061898 10.0.0.240 - - [2025-10-30 02:23:40] "POST /useragent-kv HTTP/1.1" 200 115 0.013453 10.0.0.242 - - [2025-10-30 02:23:40] "POST /neutron/subnet HTTP/1.1" 200 710 0.209293 10.0.0.242 - - [2025-10-30 02:23:40] "POST /id-to-fqname HTTP/1.1" 200 261 0.001788 10.0.0.242 - - [2025-10-30 02:23:40] "GET /virtual-network/6a35fee9-1cfb-4acf-ada1-3c228c1000eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.006588 10.0.0.242 - - [2025-10-30 02:23:40] "GET /virtual-network/6a35fee9-1cfb-4acf-ada1-3c228c1000eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2151 0.009214 10.0.0.242 - - [2025-10-30 02:23:40] "POST /neutron/network HTTP/1.1" 200 898 0.007899 10.0.0.242 - - [2025-10-30 02:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004083 10.0.0.240 - - [2025-10-30 02:23:41] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001018 10.0.0.242 - - [2025-10-30 02:23:41] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.050895 10.0.0.240 - - [2025-10-30 02:23:41] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000997 10.0.0.242 - - [2025-10-30 02:23:41] "POST /neutron/network HTTP/1.1" 200 684 0.151141 10.0.0.254 - - [2025-10-30 02:23:41] "POST /route-targets HTTP/1.1" 200 328 0.016232 10.0.0.242 - - [2025-10-30 02:23:41] "POST /id-to-fqname HTTP/1.1" 200 262 0.003852 10.0.0.242 - - [2025-10-30 02:23:41] "GET /virtual-network/77ab890a-9d3e-4265-a94a-adbf6a86ee8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006939 10.0.0.242 - - [2025-10-30 02:23:41] "POST /neutron/network HTTP/1.1" 200 903 0.006999 10.0.0.242 - - [2025-10-30 02:23:41] "GET /virtual-network/77ab890a-9d3e-4265-a94a-adbf6a86ee8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2164 0.006836 10.0.0.242 - - [2025-10-30 02:23:41] "POST /id-to-fqname HTTP/1.1" 200 261 0.001416 10.0.0.242 - - [2025-10-30 02:23:41] "POST /neutron/network HTTP/1.1" 200 908 0.006751 10.0.0.240 - - [2025-10-30 02:23:42] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001657 10.0.0.242 - - [2025-10-30 02:23:42] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.083429 10.0.0.242 - - [2025-10-30 02:23:42] "POST /neutron/port HTTP/1.1" 200 117 0.010823 10.0.0.242 - - [2025-10-30 02:23:42] "POST /id-to-fqname HTTP/1.1" 200 262 0.001194 10.0.0.242 - - [2025-10-30 02:23:43] "POST /neutron/network HTTP/1.1" 200 908 0.008368 10.0.0.242 - - [2025-10-30 02:23:43] "POST /neutron/port HTTP/1.1" 200 1062 0.014356 10.0.0.240 - - [2025-10-30 02:23:43] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001029 10.0.0.242 - - [2025-10-30 02:23:43] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.084763 10.0.0.242 - - [2025-10-30 02:23:43] "POST /neutron/network HTTP/1.1" 200 903 0.006132 10.0.0.242 - - [2025-10-30 02:23:43] "POST /neutron/port HTTP/1.1" 200 117 0.001245 10.0.0.242 - - [2025-10-30 02:23:44] "POST /neutron/security_group HTTP/1.1" 200 2063 0.007706 10.0.0.240 - - [2025-10-30 02:23:44] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001430 10.0.0.242 - - [2025-10-30 02:23:44] "POST /neutron/port HTTP/1.1" 200 1065 0.330677 10.0.0.242 - - [2025-10-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 404 193 0.004115 10.0.0.242 - - [2025-10-30 02:23:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.002883 10.0.0.240 - - [2025-10-30 02:23:44] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001310 10.0.0.242 - - [2025-10-30 02:23:44] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009078 10.0.0.242 - - [2025-10-30 02:23:45] "POST /neutron/port HTTP/1.1" 200 1119 0.148871 10.0.0.242 - - [2025-10-30 02:23:45] "POST /service-templates HTTP/1.1" 200 545 0.087617 10.0.0.242 - - [2025-10-30 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003304 10.0.0.242 - - [2025-10-30 02:23:45] "POST /neutron/subnet HTTP/1.1" 200 698 0.008570 10.0.0.242 - - [2025-10-30 02:23:45] "GET /service-template/aae8fa90-f316-4dd3-888e-538b178f3ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.007267 10.0.0.242 - - [2025-10-30 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003631 10.0.0.242 - - [2025-10-30 02:23:45] "GET /service-template/aae8fa90-f316-4dd3-888e-538b178f3ce5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1822 0.004345 10.0.0.242 - - [2025-10-30 02:23:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001400 10.0.0.242 - - [2025-10-30 02:23:45] "POST /id-to-fqname HTTP/1.1" 200 261 0.001676 10.0.0.242 - - [2025-10-30 02:23:45] "POST /id-to-fqname HTTP/1.1" 200 262 0.001532 10.0.0.242 - - [2025-10-30 02:23:45] "POST /neutron/port HTTP/1.1" 200 2067 0.018573 10.0.0.242 - - [2025-10-30 02:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.242 - - [2025-10-30 02:23:45] "DELETE /service-template/aae8fa90-f316-4dd3-888e-538b178f3ce5 HTTP/1.1" 200 115 0.030177 10.0.0.242 - - [2025-10-30 02:23:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.005560 10.0.0.242 - - [2025-10-30 02:23:47] "POST /neutron/network HTTP/1.1" 400 204 0.013922 10.0.0.242 - - [2025-10-30 02:23:48] "POST /neutron/port HTTP/1.1" 200 151 0.260200 10.0.0.242 - - [2025-10-30 02:23:48] "POST /neutron/port HTTP/1.1" 200 151 0.297210 10.0.0.254 - - [2025-10-30 02:23:49] "DELETE /route-target/b9a6b925-407c-4891-ac89-20cffec77cbd HTTP/1.1" 200 115 0.027157 10.0.0.242 - - [2025-10-30 02:23:49] "POST /neutron/network HTTP/1.1" 200 903 0.017907 10.0.0.240 - - [2025-10-30 02:23:50] "POST /useragent-kv HTTP/1.1" 200 115 0.005103 10.0.0.240 - - [2025-10-30 02:23:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003906 10.0.0.254 - - [2025-10-30 02:23:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.242 - - [2025-10-30 02:23:50] "POST /neutron/network HTTP/1.1" 200 151 0.123940 10.0.0.240 - - [2025-10-30 02:23:50] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001002 10.0.0.242 - - [2025-10-30 02:23:50] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1397 0.095196 10.0.0.240 - - [2025-10-30 02:23:50] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001143 10.0.0.242 - - [2025-10-30 02:23:50] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?fields=virtual_networks HTTP/1.1" 200 1055 0.046854 10.0.0.240 - - [2025-10-30 02:23:50] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001635 10.0.0.242 - - [2025-10-30 02:23:50] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.050199 10.0.0.240 - - [2025-10-30 02:23:50] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001071 10.0.0.242 - - [2025-10-30 02:23:50] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?fields=security_groups HTTP/1.1" 200 1287 0.048730 10.0.0.242 - - [2025-10-30 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 197 0.028262 10.0.0.240 - - [2025-10-30 02:23:51] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004388 10.0.0.240 - - [2025-10-30 02:23:51] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000998 10.0.0.240 - - [2025-10-30 02:23:51] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007668 10.0.0.240 - - [2025-10-30 02:23:51] "POST /id-to-fqname HTTP/1.1" 200 199 0.004875 10.0.0.240 - - [2025-10-30 02:23:51] "POST /fqname-to-id HTTP/1.1" 404 208 0.010326 10.0.0.240 - - [2025-10-30 02:23:51] "POST /security-groups HTTP/1.1" 200 600 0.080588 10.0.0.240 - - [2025-10-30 02:23:51] "POST /projects HTTP/1.1" 200 603 0.296368 10.0.0.254 - - [2025-10-30 02:23:51] "POST /access-control-lists HTTP/1.1" 200 607 0.026130 10.0.0.240 - - [2025-10-30 02:23:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.363199 10.0.0.242 - - [2025-10-30 02:23:51] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.515878 10.0.0.242 - - [2025-10-30 02:23:53] "GET / HTTP/1.1" 200 36215 0.001867 10.0.0.240 - - [2025-10-30 02:23:53] "DELETE /project/d79e926b0e9049ffb221331ddc9f6381 HTTP/1.1" 404 173 0.018448 10.0.0.240 - - [2025-10-30 02:23:53] "DELETE /project/a70b0a93c89d4cfaa40bb2988e88201c HTTP/1.1" 404 173 0.024468 10.0.0.240 - - [2025-10-30 02:23:53] "DELETE /project/6d6f5fdae8b9407ba04f70208b13b595 HTTP/1.1" 404 173 0.010225 10.0.0.240 - - [2025-10-30 02:23:53] "DELETE /project/be3abd8c3fd64f66a2d946916b5729bf HTTP/1.1" 404 173 0.011570 10.0.0.240 - - [2025-10-30 02:23:53] "DELETE /project/91226852ad384190b9911de10f5617dc HTTP/1.1" 404 173 0.018293 10.0.0.240 - - [2025-10-30 02:23:53] "DELETE /project/d63a7b1d-10fc-4a36-a026-23ae4c1e8bf1 HTTP/1.1" 404 177 0.013948 10.0.0.240 - - [2025-10-30 02:23:53] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000897 10.0.0.240 - - [2025-10-30 02:23:53] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000839 10.0.0.240 - - [2025-10-30 02:23:53] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000819 10.0.0.240 - - [2025-10-30 02:23:53] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000864 10.0.0.240 - - [2025-10-30 02:23:53] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.068987 10.0.0.242 - - [2025-10-30 02:23:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000630 10.0.0.240 - - [2025-10-30 02:23:53] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.006253 10.0.0.240 - - [2025-10-30 02:23:53] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.097984 10.0.0.240 - - [2025-10-30 02:23:53] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1499 0.114535 10.0.0.240 - - [2025-10-30 02:23:53] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.120527 10.0.0.240 - - [2025-10-30 02:23:53] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001341 10.0.0.240 - - [2025-10-30 02:23:53] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001403 10.0.0.240 - - [2025-10-30 02:23:53] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001273 10.0.0.240 - - [2025-10-30 02:23:53] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?fields=security_groups HTTP/1.1" 200 1398 0.107527 10.0.0.240 - - [2025-10-30 02:23:53] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?fields=security_groups HTTP/1.1" 200 1376 0.069962 10.0.0.240 - - [2025-10-30 02:23:53] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?fields=security_groups HTTP/1.1" 200 1389 0.085328 10.0.0.240 - - [2025-10-30 02:23:53] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?fields=security_groups HTTP/1.1" 200 1389 0.162369 10.0.0.240 - - [2025-10-30 02:23:53] "DELETE /security-group/baca8c98-129a-415f-9165-799ccffcbee4 HTTP/1.1" 200 115 0.177597 10.0.0.240 - - [2025-10-30 02:23:53] "GET /projects?obj_uuids=91226852-ad38-4190-b991-1de10f5617dc&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001196 10.0.0.240 - - [2025-10-30 02:23:53] "DELETE /security-group/35bac1ce-d785-4c25-a9d1-4b9c4ab3b6eb HTTP/1.1" 200 115 0.188754 10.0.0.240 - - [2025-10-30 02:23:53] "DELETE /security-group/abcc65ae-bf4d-446f-b38e-a3dd6af50fc9 HTTP/1.1" 200 115 0.173070 10.0.0.240 - - [2025-10-30 02:23:53] "GET /projects?obj_uuids=6d6f5fda-e8b9-407b-a04f-70208b13b595&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001129 10.0.0.254 - - [2025-10-30 02:23:53] "DELETE /access-control-list/bcadbf3b-53b7-486f-815c-557879b604b0 HTTP/1.1" 200 115 0.125140 10.0.0.240 - - [2025-10-30 02:23:53] "GET /projects?obj_uuids=be3abd8c-3fd6-4f66-a2d9-46916b5729bf&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000928 10.0.0.240 - - [2025-10-30 02:23:53] "GET /project/91226852-ad38-4190-b991-1de10f5617dc?fields=application_policy_sets HTTP/1.1" 200 1437 0.103209 10.0.0.240 - - [2025-10-30 02:23:53] "DELETE /security-group/bceb3368-dc5f-45e9-8a6e-e817a152ae1d HTTP/1.1" 200 115 0.196117 10.0.0.240 - - [2025-10-30 02:23:54] "GET /projects?obj_uuids=d79e926b-0e90-49ff-b221-331ddc9f6381&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004612 10.0.0.240 - - [2025-10-30 02:23:54] "GET /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf?fields=application_policy_sets HTTP/1.1" 200 1428 0.147694 10.0.0.242 - - [2025-10-30 02:23:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.068197 10.0.0.240 - - [2025-10-30 02:23:54] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001160 10.0.0.240 - - [2025-10-30 02:23:54] "GET /project/6d6f5fda-e8b9-407b-a04f-70208b13b595?fields=application_policy_sets HTTP/1.1" 200 1415 0.225738 10.0.0.240 - - [2025-10-30 02:23:54] "GET /project/d79e926b-0e90-49ff-b221-331ddc9f6381?fields=application_policy_sets HTTP/1.1" 200 1428 0.172868 10.0.0.254 - - [2025-10-30 02:23:54] "DELETE /access-control-list/fce7f8b0-dd12-4a23-b47d-c15e6a3f3162 HTTP/1.1" 200 115 0.155620 10.0.0.242 - - [2025-10-30 02:23:54] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.148022 10.0.0.240 - - [2025-10-30 02:23:54] "DELETE /project/91226852-ad38-4190-b991-1de10f5617dc HTTP/1.1" 200 115 0.992157 10.0.0.254 - - [2025-10-30 02:23:54] "DELETE /access-control-list/69c608d5-5198-40a2-a07c-9613c4c19472 HTTP/1.1" 200 115 0.131934 10.0.0.240 - - [2025-10-30 02:23:54] "DELETE /project/be3abd8c-3fd6-4f66-a2d9-46916b5729bf HTTP/1.1" 200 115 1.074916 10.0.0.240 - - [2025-10-30 02:23:54] "DELETE /project/6d6f5fda-e8b9-407b-a04f-70208b13b595 HTTP/1.1" 200 115 1.112959 10.0.0.240 - - [2025-10-30 02:23:54] "DELETE /project/d79e926b-0e90-49ff-b221-331ddc9f6381 HTTP/1.1" 200 115 1.109479 10.0.0.254 - - [2025-10-30 02:23:54] "POST /ref-update HTTP/1.1" 200 156 0.038904 10.0.0.240 - - [2025-10-30 02:23:54] "POST /useragent-kv HTTP/1.1" 200 115 0.005286 10.0.0.242 - - [2025-10-30 02:23:54] "POST /neutron/subnet HTTP/1.1" 200 828 0.209394 10.0.0.254 - - [2025-10-30 02:23:55] "POST /fqname-to-id HTTP/1.1" 404 207 0.011344 10.0.0.242 - - [2025-10-30 02:23:55] "POST /id-to-fqname HTTP/1.1" 200 269 0.001487 10.0.0.242 - - [2025-10-30 02:23:55] "GET /virtual-network/18234cf0-eae2-46fd-ba32-8a597712875a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.010196 10.0.0.242 - - [2025-10-30 02:23:55] "POST /neutron/network HTTP/1.1" 200 1088 0.009076 10.0.0.242 - - [2025-10-30 02:23:55] "GET /virtual-network/18234cf0-eae2-46fd-ba32-8a597712875a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.005701 10.0.0.242 - - [2025-10-30 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 729 0.009482 10.0.0.242 - - [2025-10-30 02:23:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002827 10.0.0.240 - - [2025-10-30 02:23:55] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000913 10.0.0.242 - - [2025-10-30 02:23:55] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.055956 10.0.0.240 - - [2025-10-30 02:23:55] "POST /useragent-kv HTTP/1.1" 200 115 0.008436 10.0.0.242 - - [2025-10-30 02:23:55] "POST /neutron/subnet HTTP/1.1" 200 828 0.250969 10.0.0.242 - - [2025-10-30 02:23:56] "POST /id-to-fqname HTTP/1.1" 200 269 0.001531 10.0.0.242 - - [2025-10-30 02:23:56] "GET /virtual-network/88da1f2a-1d8c-4b5c-81c3-5742a794482f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.007903 10.0.0.242 - - [2025-10-30 02:23:56] "POST /neutron/network HTTP/1.1" 200 1085 0.009340 10.0.0.242 - - [2025-10-30 02:23:56] "GET /virtual-network/88da1f2a-1d8c-4b5c-81c3-5742a794482f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2758 0.005388 10.0.0.242 - - [2025-10-30 02:23:56] "POST /neutron/subnet HTTP/1.1" 200 715 0.010027 10.0.0.242 - - [2025-10-30 02:23:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002909 10.0.0.240 - - [2025-10-30 02:23:56] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001040 10.0.0.242 - - [2025-10-30 02:23:56] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.036144 10.0.0.254 - - [2025-10-30 02:23:56] "POST /route-targets HTTP/1.1" 200 328 0.018080 10.0.0.254 - - [2025-10-30 02:23:56] "POST /fqname-to-id HTTP/1.1" 404 207 0.003587 10.0.0.240 - - [2025-10-30 02:23:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004967 10.0.0.242 - - [2025-10-30 02:23:56] "POST /neutron/subnet HTTP/1.1" 200 828 0.156595 10.0.0.242 - - [2025-10-30 02:23:56] "POST /id-to-fqname HTTP/1.1" 200 270 0.001482 10.0.0.242 - - [2025-10-30 02:23:56] "GET /virtual-network/49ec3163-e0d1-43fc-bbb5-d7dcaf3b1536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2771 0.007563 10.0.0.242 - - [2025-10-30 02:23:56] "POST /neutron/network HTTP/1.1" 200 1090 0.009871 10.0.0.242 - - [2025-10-30 02:23:56] "GET /virtual-network/49ec3163-e0d1-43fc-bbb5-d7dcaf3b1536?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2771 0.005564 10.0.0.242 - - [2025-10-30 02:23:56] "POST /neutron/subnet HTTP/1.1" 200 729 0.009882 10.0.0.242 - - [2025-10-30 02:23:56] "POST /id-to-fqname HTTP/1.1" 200 269 0.001199 10.0.0.240 - - [2025-10-30 02:23:57] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001516 10.0.0.242 - - [2025-10-30 02:23:57] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.083195 10.0.0.242 - - [2025-10-30 02:23:58] "POST /neutron/port HTTP/1.1" 200 117 0.007303 10.0.0.242 - - [2025-10-30 02:23:58] "POST /id-to-fqname HTTP/1.1" 200 270 0.002413 10.0.0.242 - - [2025-10-30 02:23:58] "POST /neutron/network HTTP/1.1" 200 1100 0.010359 10.0.0.242 - - [2025-10-30 02:23:59] "POST /neutron/port HTTP/1.1" 200 1174 0.020170 10.0.0.240 - - [2025-10-30 02:23:59] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001065 10.0.0.242 - - [2025-10-30 02:23:59] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.100945 10.0.0.242 - - [2025-10-30 02:23:59] "POST /neutron/port HTTP/1.1" 200 1202 0.040174 10.0.0.242 - - [2025-10-30 02:23:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005733 10.0.0.242 - - [2025-10-30 02:23:59] "POST /neutron/port HTTP/1.1" 200 117 0.001853 10.0.0.242 - - [2025-10-30 02:23:59] "POST /neutron/security_group HTTP/1.1" 200 2067 0.011008 10.0.0.240 - - [2025-10-30 02:23:59] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001216 10.0.0.242 - - [2025-10-30 02:24:00] "POST /neutron/port HTTP/1.1" 200 1177 0.363750 10.0.0.242 - - [2025-10-30 02:24:00] "POST /neutron/port HTTP/1.1" 200 1231 0.123483 10.0.0.242 - - [2025-10-30 02:24:00] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005059 10.0.0.242 - - [2025-10-30 02:24:00] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.242 - - [2025-10-30 02:24:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.004005 10.0.0.242 - - [2025-10-30 02:24:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003971 10.0.0.240 - - [2025-10-30 02:24:00] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001494 10.0.0.242 - - [2025-10-30 02:24:00] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.011151 10.0.0.242 - - [2025-10-30 02:24:01] "POST /service-templates HTTP/1.1" 200 545 0.046610 10.0.0.242 - - [2025-10-30 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.242 - - [2025-10-30 02:24:01] "GET /service-template/c6f9814f-4ffe-46cf-aee3-cec7c8ab0319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.009099 10.0.0.242 - - [2025-10-30 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005559 10.0.0.242 - - [2025-10-30 02:24:01] "GET /service-template/c6f9814f-4ffe-46cf-aee3-cec7c8ab0319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1827 0.006155 10.0.0.242 - - [2025-10-30 02:24:01] "POST /id-to-fqname HTTP/1.1" 200 269 0.002174 10.0.0.242 - - [2025-10-30 02:24:01] "POST /id-to-fqname HTTP/1.1" 200 269 0.002114 10.0.0.242 - - [2025-10-30 02:24:01] "POST /id-to-fqname HTTP/1.1" 200 270 0.001967 10.0.0.242 - - [2025-10-30 02:24:01] "POST /neutron/security_group HTTP/1.1" 200 2067 0.010626 10.0.0.242 - - [2025-10-30 02:24:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004635 10.0.0.242 - - [2025-10-30 02:24:01] "DELETE /service-template/c6f9814f-4ffe-46cf-aee3-cec7c8ab0319 HTTP/1.1" 200 115 0.040170 10.0.0.242 - - [2025-10-30 02:24:01] "POST /fqname-to-id HTTP/1.1" 404 193 0.006104 10.0.0.242 - - [2025-10-30 02:24:03] "POST /neutron/port HTTP/1.1" 200 1205 0.018028 10.0.0.242 - - [2025-10-30 02:24:03] "POST /neutron/port HTTP/1.1" 200 1228 0.014112 10.0.0.242 - - [2025-10-30 02:24:05] "POST /neutron/network HTTP/1.1" 200 1085 0.010188 10.0.0.254 - - [2025-10-30 02:24:05] "DELETE /route-target/5c2e9198-97d4-49e2-85bd-fb1ae26341e1 HTTP/1.1" 200 115 0.028552 10.0.0.240 - - [2025-10-30 02:24:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007093 10.0.0.240 - - [2025-10-30 02:24:05] "POST /useragent-kv HTTP/1.1" 200 115 0.004871 10.0.0.240 - - [2025-10-30 02:24:05] "POST /useragent-kv HTTP/1.1" 200 115 0.002903 10.0.0.240 - - [2025-10-30 02:24:05] "POST /useragent-kv HTTP/1.1" 200 115 0.003169 10.0.0.242 - - [2025-10-30 02:24:05] "POST /neutron/network HTTP/1.1" 200 151 0.201278 10.0.0.254 - - [2025-10-30 02:24:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.240 - - [2025-10-30 02:24:05] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001042 10.0.0.242 - - [2025-10-30 02:24:05] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.057126 10.0.0.240 - - [2025-10-30 02:24:05] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001152 10.0.0.242 - - [2025-10-30 02:24:06] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?fields=virtual_networks HTTP/1.1" 200 1063 0.062958 10.0.0.240 - - [2025-10-30 02:24:06] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001039 10.0.0.242 - - [2025-10-30 02:24:06] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?fields=virtual_machine_interfaces HTTP/1.1" 200 1063 0.050871 10.0.0.240 - - [2025-10-30 02:24:06] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001055 10.0.0.242 - - [2025-10-30 02:24:06] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?fields=security_groups HTTP/1.1" 200 1299 0.053331 10.0.0.242 - - [2025-10-30 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 200 0.031234 10.0.0.240 - - [2025-10-30 02:24:07] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003754 10.0.0.240 - - [2025-10-30 02:24:07] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001342 10.0.0.240 - - [2025-10-30 02:24:07] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008704 10.0.0.240 - - [2025-10-30 02:24:07] "POST /id-to-fqname HTTP/1.1" 200 202 0.005228 10.0.0.240 - - [2025-10-30 02:24:07] "POST /fqname-to-id HTTP/1.1" 404 211 0.009608 10.0.0.240 - - [2025-10-30 02:24:07] "POST /security-groups HTTP/1.1" 200 603 0.037660 10.0.0.240 - - [2025-10-30 02:24:07] "POST /projects HTTP/1.1" 200 609 0.266725 10.0.0.254 - - [2025-10-30 02:24:07] "POST /access-control-lists HTTP/1.1" 200 610 0.034789 10.0.0.240 - - [2025-10-30 02:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.349747 10.0.0.242 - - [2025-10-30 02:24:07] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.492897 10.0.0.242 - - [2025-10-30 02:24:08] "GET / HTTP/1.1" 200 36215 0.002357 10.0.0.242 - - [2025-10-30 02:24:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000623 10.0.0.242 - - [2025-10-30 02:24:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.054507 10.0.0.240 - - [2025-10-30 02:24:10] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001024 10.0.0.242 - - [2025-10-30 02:24:10] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.053423 10.0.0.242 - - [2025-10-30 02:24:10] "POST /neutron/network HTTP/1.1" 200 117 0.038239 10.0.0.254 - - [2025-10-30 02:24:10] "POST /route-targets HTTP/1.1" 200 328 0.016553 10.0.0.242 - - [2025-10-30 02:24:10] "POST /neutron/network HTTP/1.1" 200 836 0.010871 10.0.0.242 - - [2025-10-30 02:24:10] "POST /id-to-fqname HTTP/1.1" 200 233 0.001103 10.0.0.242 - - [2025-10-30 02:24:10] "GET /virtual-network/532cbb28-901d-475a-9fb4-b4795126baf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005499 10.0.0.242 - - [2025-10-30 02:24:10] "GET /virtual-network/532cbb28-901d-475a-9fb4-b4795126baf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006183 10.0.0.242 - - [2025-10-30 02:24:10] "POST /neutron/subnet HTTP/1.1" 200 715 0.011887 10.0.0.242 - - [2025-10-30 02:24:11] "GET /virtual-network/532cbb28-901d-475a-9fb4-b4795126baf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006237 10.0.0.254 - - [2025-10-30 02:24:12] "GET /obj-perms HTTP/1.1" 200 5073 0.052975 10.0.0.240 - - [2025-10-30 02:24:12] "GET /obj-perms HTTP/1.1" 200 5073 0.046275 10.0.0.242 - - [2025-10-30 02:24:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.240 - - [2025-10-30 02:24:12] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001336 10.0.0.242 - - [2025-10-30 02:24:12] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.052910 10.0.0.254 - - [2025-10-30 02:24:13] "POST /ref-update HTTP/1.1" 200 156 0.031520 10.0.0.240 - - [2025-10-30 02:24:13] "POST /useragent-kv HTTP/1.1" 200 115 0.016427 10.0.0.242 - - [2025-10-30 02:24:13] "POST /neutron/subnet HTTP/1.1" 200 724 0.211305 10.0.0.242 - - [2025-10-30 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001258 10.0.0.242 - - [2025-10-30 02:24:13] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005681 10.0.0.242 - - [2025-10-30 02:24:13] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006606 10.0.0.242 - - [2025-10-30 02:24:13] "POST /neutron/network HTTP/1.1" 200 838 0.008871 10.0.0.242 - - [2025-10-30 02:24:13] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006429 10.0.0.242 - - [2025-10-30 02:24:13] "GET /obj-perms HTTP/1.1" 200 5073 0.045679 10.0.0.242 - - [2025-10-30 02:24:13] "POST /id-to-fqname HTTP/1.1" 200 233 0.001945 10.0.0.240 - - [2025-10-30 02:24:45] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.242 - - [2025-10-30 02:24:45] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.064173 10.0.0.242 - - [2025-10-30 02:24:45] "POST /neutron/network HTTP/1.1" 200 838 0.007360 10.0.0.242 - - [2025-10-30 02:24:46] "POST /id-to-fqname HTTP/1.1" 200 233 0.001491 10.0.0.242 - - [2025-10-30 02:24:46] "POST /neutron/port HTTP/1.1" 200 117 0.007008 10.0.0.240 - - [2025-10-30 02:24:46] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001286 10.0.0.242 - - [2025-10-30 02:24:46] "POST /neutron/port HTTP/1.1" 200 1072 0.430140 10.0.0.240 - - [2025-10-30 02:24:46] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001504 10.0.0.242 - - [2025-10-30 02:24:47] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.104783 10.0.0.242 - - [2025-10-30 02:24:47] "POST /neutron/port HTTP/1.1" 200 1126 0.179663 10.0.0.242 - - [2025-10-30 02:24:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006533 10.0.0.242 - - [2025-10-30 02:24:47] "POST /neutron/port HTTP/1.1" 200 117 0.001918 10.0.0.242 - - [2025-10-30 02:24:47] "POST /neutron/port HTTP/1.1" 200 117 0.011879 10.0.0.242 - - [2025-10-30 02:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003709 10.0.0.240 - - [2025-10-30 02:24:47] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001442 10.0.0.242 - - [2025-10-30 02:24:47] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.046298 10.0.0.242 - - [2025-10-30 02:24:47] "GET /virtual-network/532cbb28-901d-475a-9fb4-b4795126baf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.006299 10.0.0.242 - - [2025-10-30 02:24:47] "GET /floating-ip-pools?parent_id=532cbb28-901d-475a-9fb4-b4795126baf9&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004157 10.0.0.242 - - [2025-10-30 02:24:47] "GET /virtual-network/532cbb28-901d-475a-9fb4-b4795126baf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007229 10.0.0.242 - - [2025-10-30 02:24:47] "POST /floating-ip-pools HTTP/1.1" 200 611 0.039815 10.0.0.242 - - [2025-10-30 02:24:47] "POST /ref-update HTTP/1.1" 200 156 0.019948 10.0.0.242 - - [2025-10-30 02:24:47] "GET /virtual-network/532cbb28-901d-475a-9fb4-b4795126baf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008157 10.0.0.242 - - [2025-10-30 02:24:48] "GET /virtual-network/532cbb28-901d-475a-9fb4-b4795126baf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.005565 10.0.0.242 - - [2025-10-30 02:24:48] "POST /neutron/port HTTP/1.1" 200 1100 0.027895 10.0.0.242 - - [2025-10-30 02:24:48] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009866 10.0.0.242 - - [2025-10-30 02:24:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.010846 10.0.0.242 - - [2025-10-30 02:24:48] "POST /neutron/network HTTP/1.1" 200 836 0.007513 10.0.0.240 - - [2025-10-30 02:24:54] "DELETE /project/bd9be5c2f6064c86a2bec728df7909ac HTTP/1.1" 404 173 0.053916 10.0.0.240 - - [2025-10-30 02:24:54] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.001515 10.0.0.240 - - [2025-10-30 02:24:54] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1515 0.098544 10.0.0.240 - - [2025-10-30 02:24:54] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000920 10.0.0.240 - - [2025-10-30 02:24:54] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?fields=security_groups HTTP/1.1" 200 1401 0.055564 10.0.0.240 - - [2025-10-30 02:24:54] "DELETE /security-group/b3a8184a-fbeb-4430-b293-c6d1a9c8a9c5 HTTP/1.1" 200 115 0.084563 10.0.0.240 - - [2025-10-30 02:24:54] "GET /projects?obj_uuids=a70b0a93-c89d-4cfa-a40b-b2988e88201c&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.000974 10.0.0.240 - - [2025-10-30 02:24:54] "GET /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c?fields=application_policy_sets HTTP/1.1" 200 1440 0.076147 10.0.0.240 - - [2025-10-30 02:24:55] "DELETE /project/a70b0a93-c89d-4cfa-a40b-b2988e88201c HTTP/1.1" 200 115 0.609402 10.0.0.242 - - [2025-10-30 02:24:58] "POST /neutron/port HTTP/1.1" 200 1100 0.022701 10.0.0.242 - - [2025-10-30 02:25:03] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008391 10.0.0.242 - - [2025-10-30 02:25:13] "POST /neutron/port HTTP/1.1" 200 1100 0.015072 10.0.0.242 - - [2025-10-30 02:25:18] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008014 10.0.0.242 - - [2025-10-30 02:25:29] "POST /neutron/port HTTP/1.1" 200 1100 0.016724 10.0.0.242 - - [2025-10-30 02:25:34] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007777 10.0.0.242 - - [2025-10-30 02:25:44] "POST /neutron/port HTTP/1.1" 200 1098 0.023069 10.0.0.242 - - [2025-10-30 02:25:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005112 10.0.0.242 - - [2025-10-30 02:25:44] "POST /neutron/network HTTP/1.1" 200 836 0.009269 10.0.0.242 - - [2025-10-30 02:25:44] "POST /neutron/port HTTP/1.1" 200 1100 0.022802 10.0.0.242 - - [2025-10-30 02:25:44] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009652 10.0.0.242 - - [2025-10-30 02:25:44] "GET /virtual-machine/aebc0cb6-2ed8-4089-9977-9455069f6bbc HTTP/1.1" 401 293 0.000559 10.0.0.242 - - [2025-10-30 02:25:44] "GET /virtual-machine/aebc0cb6-2ed8-4089-9977-9455069f6bbc HTTP/1.1" 200 1307 0.028111 10.0.0.242 - - [2025-10-30 02:25:44] "GET /virtual-machine-interface/68b0b5f5-326a-4222-b695-3dd59cfddebe HTTP/1.1" 200 3011 0.006274 10.0.0.242 - - [2025-10-30 02:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003501 10.0.0.242 - - [2025-10-30 02:25:45] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003551 10.0.0.242 - - [2025-10-30 02:25:45] "GET /virtual-networks?parent_id=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003222 10.0.0.242 - - [2025-10-30 02:25:45] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006870 10.0.0.242 - - [2025-10-30 02:25:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003781 10.0.0.242 - - [2025-10-30 02:25:48] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006273 10.0.0.242 - - [2025-10-30 02:25:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004035 10.0.0.242 - - [2025-10-30 02:25:52] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006052 10.0.0.242 - - [2025-10-30 02:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004974 10.0.0.242 - - [2025-10-30 02:25:56] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.007979 10.0.0.242 - - [2025-10-30 02:26:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003550 10.0.0.242 - - [2025-10-30 02:26:00] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005594 10.0.0.242 - - [2025-10-30 02:26:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005175 10.0.0.242 - - [2025-10-30 02:26:04] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.008604 10.0.0.254 - - [2025-10-30 02:26:07] "GET /obj-perms HTTP/1.1" 200 5075 0.055009 10.0.0.242 - - [2025-10-30 02:26:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004008 10.0.0.242 - - [2025-10-30 02:26:08] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006850 10.0.0.242 - - [2025-10-30 02:26:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.242 - - [2025-10-30 02:26:12] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.006605 10.0.0.242 - - [2025-10-30 02:26:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004004 10.0.0.242 - - [2025-10-30 02:26:14] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003898 10.0.0.242 - - [2025-10-30 02:26:14] "GET /virtual-networks?parent_id=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003061 10.0.0.242 - - [2025-10-30 02:26:14] "GET /virtual-network/681bea7b-aac1-4eaa-b31c-8561010222c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2070 0.005913 10.0.0.242 - - [2025-10-30 02:26:19] "POST /neutron/port HTTP/1.1" 200 1100 0.019747 10.0.0.242 - - [2025-10-30 02:26:24] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008232 10.0.0.242 - - [2025-10-30 02:26:30] "POST /neutron/port HTTP/1.1" 200 1100 0.017897 10.0.0.242 - - [2025-10-30 02:26:35] "POST /neutron/port HTTP/1.1" 200 1100 0.023039 10.0.0.242 - - [2025-10-30 02:26:35] "POST /neutron/port HTTP/1.1" 200 1098 0.019899 10.0.0.242 - - [2025-10-30 02:26:35] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010933 10.0.0.242 - - [2025-10-30 02:26:35] "GET /virtual-machine/9a493f60-246f-49f7-8cbb-d769b7c0a217 HTTP/1.1" 200 1307 0.006917 10.0.0.242 - - [2025-10-30 02:26:35] "GET /virtual-machine-interface/f1189dc5-b4e9-40a8-80ae-71fbc789dee0 HTTP/1.1" 200 3011 0.006190 10.0.0.242 - - [2025-10-30 02:26:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004516 10.0.0.242 - - [2025-10-30 02:26:35] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004425 10.0.0.242 - - [2025-10-30 02:26:35] "GET /virtual-networks?parent_id=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.003774 10.0.0.242 - - [2025-10-30 02:26:35] "GET /virtual-network/532cbb28-901d-475a-9fb4-b4795126baf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.008180 10.0.0.242 - - [2025-10-30 02:26:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004822 10.0.0.242 - - [2025-10-30 02:26:36] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005268 10.0.0.242 - - [2025-10-30 02:26:36] "GET /virtual-networks?parent_id=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 599 0.004843 10.0.0.242 - - [2025-10-30 02:26:36] "GET /virtual-network/532cbb28-901d-475a-9fb4-b4795126baf9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2063 0.007786 10.0.0.242 - - [2025-10-30 02:26:37] "POST /neutron/port HTTP/1.1" 200 1098 0.021668 10.0.0.242 - - [2025-10-30 02:26:39] "POST /neutron/port HTTP/1.1" 200 1100 0.044854 10.0.0.242 - - [2025-10-30 02:26:39] "POST /neutron/subnet HTTP/1.1" 200 698 0.009545 10.0.0.242 - - [2025-10-30 02:26:42] "POST /neutron/port HTTP/1.1" 200 1098 0.016585 10.0.0.242 - - [2025-10-30 02:26:44] "POST /neutron/port HTTP/1.1" 200 1098 0.038160 10.0.0.242 - - [2025-10-30 02:26:44] "POST /neutron/subnet HTTP/1.1" 200 689 0.011565 10.0.0.242 - - [2025-10-30 02:26:46] "POST /neutron/port HTTP/1.1" 200 1098 0.039394 10.0.0.242 - - [2025-10-30 02:26:47] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007608 10.0.0.242 - - [2025-10-30 02:26:57] "POST /neutron/floatingip HTTP/1.1" 200 575 0.012717 10.0.0.242 - - [2025-10-30 02:26:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.002875 10.0.0.242 - - [2025-10-30 02:26:57] "GET /routing-instance/aba59514-6caf-43c7-a78a-84a07e04a707?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.006071 10.0.0.242 - - [2025-10-30 02:26:57] "GET /route-target/a683ff47-e8d5-4840-a974-f332d20b30dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004968 10.0.0.240 - - [2025-10-30 02:27:07] "GET /obj-perms HTTP/1.1" 200 5075 0.065380 10.0.0.242 - - [2025-10-30 02:27:36] "POST /neutron/floatingip HTTP/1.1" 200 528 0.009468 10.0.0.242 - - [2025-10-30 02:27:36] "GET /floating-ip-pool/9c29f381-1690-4daf-af3d-30920e5e26b1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1209 0.004590 10.0.0.242 - - [2025-10-30 02:27:36] "POST /ref-update HTTP/1.1" 200 156 0.015124 10.0.0.242 - - [2025-10-30 02:27:36] "DELETE /floating-ip-pool/9c29f381-1690-4daf-af3d-30920e5e26b1 HTTP/1.1" 200 115 0.040178 10.0.0.242 - - [2025-10-30 02:27:37] "POST /neutron/network HTTP/1.1" 400 204 0.018408 10.0.0.242 - - [2025-10-30 02:27:37] "POST /neutron/port HTTP/1.1" 200 151 0.263901 10.0.0.242 - - [2025-10-30 02:27:37] "POST /neutron/port HTTP/1.1" 200 151 0.268587 10.0.0.254 - - [2025-10-30 02:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.041120 10.0.0.242 - - [2025-10-30 02:27:39] "POST /neutron/network HTTP/1.1" 200 836 0.006919 10.0.0.254 - - [2025-10-30 02:27:39] "DELETE /route-target/a683ff47-e8d5-4840-a974-f332d20b30dd HTTP/1.1" 200 115 0.029437 10.0.0.240 - - [2025-10-30 02:27:41] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.242 - - [2025-10-30 02:27:41] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1425 0.071095 10.0.0.240 - - [2025-10-30 02:27:41] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001008 10.0.0.242 - - [2025-10-30 02:27:41] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?fields=virtual_networks HTTP/1.1" 200 1069 0.045020 10.0.0.240 - - [2025-10-30 02:27:41] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002253 10.0.0.242 - - [2025-10-30 02:27:41] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.055549 10.0.0.240 - - [2025-10-30 02:27:41] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001065 10.0.0.242 - - [2025-10-30 02:27:41] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?fields=security_groups HTTP/1.1" 200 1308 0.049666 10.0.0.242 - - [2025-10-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 188 0.033438 10.0.0.240 - - [2025-10-30 02:27:42] "GET /projects?obj_uuids=fddb65c2-209f-4ccd-9444-8a5ee325d95f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003608 10.0.0.240 - - [2025-10-30 02:27:42] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001005 10.0.0.240 - - [2025-10-30 02:27:42] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007497 10.0.0.240 - - [2025-10-30 02:27:42] "POST /id-to-fqname HTTP/1.1" 200 190 0.004930 10.0.0.240 - - [2025-10-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 199 0.010273 10.0.0.240 - - [2025-10-30 02:27:42] "POST /security-groups HTTP/1.1" 200 591 0.038257 10.0.0.240 - - [2025-10-30 02:27:42] "POST /projects HTTP/1.1" 200 585 0.295164 10.0.0.254 - - [2025-10-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 404 233 0.006433 10.0.0.240 - - [2025-10-30 02:27:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.369437 10.0.0.242 - - [2025-10-30 02:27:42] "GET /project/fddb65c2-209f-4ccd-9444-8a5ee325d95f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.508977 10.0.0.242 - - [2025-10-30 02:27:43] "GET / HTTP/1.1" 200 36215 0.002213 10.0.0.240 - - [2025-10-30 02:27:46] "GET /projects?obj_uuids=fddb65c2-209f-4ccd-9444-8a5ee325d95f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001112 10.0.0.242 - - [2025-10-30 02:27:46] "GET /project/fddb65c2-209f-4ccd-9444-8a5ee325d95f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.045258 10.0.0.240 - - [2025-10-30 02:27:46] "GET /projects?obj_uuids=fddb65c2-209f-4ccd-9444-8a5ee325d95f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000977 10.0.0.242 - - [2025-10-30 02:27:47] "GET /project/fddb65c2-209f-4ccd-9444-8a5ee325d95f?fields=virtual_networks HTTP/1.1" 200 1045 0.052882 10.0.0.240 - - [2025-10-30 02:27:47] "GET /projects?obj_uuids=fddb65c2-209f-4ccd-9444-8a5ee325d95f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001321 10.0.0.242 - - [2025-10-30 02:27:47] "GET /project/fddb65c2-209f-4ccd-9444-8a5ee325d95f?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.050716 10.0.0.240 - - [2025-10-30 02:27:47] "GET /projects?obj_uuids=fddb65c2-209f-4ccd-9444-8a5ee325d95f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001043 10.0.0.242 - - [2025-10-30 02:27:47] "GET /project/fddb65c2-209f-4ccd-9444-8a5ee325d95f?fields=security_groups HTTP/1.1" 200 1272 0.045232 10.0.0.242 - - [2025-10-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 404 183 0.025340 10.0.0.240 - - [2025-10-30 02:27:48] "GET /projects?obj_uuids=205b7ba4-0283-48f0-90a2-775938d6b16c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003468 10.0.0.240 - - [2025-10-30 02:27:48] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.240 - - [2025-10-30 02:27:48] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007433 10.0.0.240 - - [2025-10-30 02:27:48] "POST /id-to-fqname HTTP/1.1" 200 185 0.001244 10.0.0.240 - - [2025-10-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 404 194 0.009773 10.0.0.240 - - [2025-10-30 02:27:48] "POST /security-groups HTTP/1.1" 200 586 0.073417 10.0.0.240 - - [2025-10-30 02:27:48] "POST /projects HTTP/1.1" 200 575 0.281868 10.0.0.254 - - [2025-10-30 02:27:48] "POST /access-control-lists HTTP/1.1" 200 593 0.027185 10.0.0.240 - - [2025-10-30 02:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.350912 10.0.0.242 - - [2025-10-30 02:27:48] "GET /project/205b7ba4-0283-48f0-90a2-775938d6b16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.491186 10.0.0.242 - - [2025-10-30 02:27:49] "GET / HTTP/1.1" 200 36215 0.001604 10.0.0.240 - - [2025-10-30 02:27:55] "GET /projects?obj_uuids=205b7ba4-0283-48f0-90a2-775938d6b16c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001091 10.0.0.242 - - [2025-10-30 02:27:55] "GET /project/205b7ba4-0283-48f0-90a2-775938d6b16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050019 10.0.0.240 - - [2025-10-30 02:27:55] "GET /projects?obj_uuids=205b7ba4-0283-48f0-90a2-775938d6b16c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001445 10.0.0.242 - - [2025-10-30 02:27:55] "GET /project/205b7ba4-0283-48f0-90a2-775938d6b16c?fields=virtual_networks HTTP/1.1" 200 1034 0.042335 10.0.0.240 - - [2025-10-30 02:27:55] "GET /projects?obj_uuids=205b7ba4-0283-48f0-90a2-775938d6b16c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000992 10.0.0.240 - - [2025-10-30 02:27:55] "DELETE /project/205b7ba4028348f090a2775938d6b16c HTTP/1.1" 404 173 0.008890 10.0.0.240 - - [2025-10-30 02:27:55] "DELETE /project/fddb65c2209f4ccd94448a5ee325d95f HTTP/1.1" 404 173 0.012527 10.0.0.240 - - [2025-10-30 02:27:55] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000957 10.0.0.240 - - [2025-10-30 02:27:55] "GET /projects?obj_uuids=fddb65c2-209f-4ccd-9444-8a5ee325d95f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000928 10.0.0.242 - - [2025-10-30 02:27:55] "GET /project/205b7ba4-0283-48f0-90a2-775938d6b16c?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.061121 10.0.0.240 - - [2025-10-30 02:27:55] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1527 0.069494 10.0.0.240 - - [2025-10-30 02:27:55] "GET /project/fddb65c2-209f-4ccd-9444-8a5ee325d95f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.084400 10.0.0.240 - - [2025-10-30 02:27:55] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001663 10.0.0.240 - - [2025-10-30 02:27:55] "GET /projects?obj_uuids=fddb65c2-209f-4ccd-9444-8a5ee325d95f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001478 10.0.0.240 - - [2025-10-30 02:27:55] "GET /projects?obj_uuids=205b7ba4-0283-48f0-90a2-775938d6b16c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002032 10.0.0.240 - - [2025-10-30 02:27:55] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?fields=security_groups HTTP/1.1" 200 1410 0.070807 10.0.0.240 - - [2025-10-30 02:27:55] "GET /project/fddb65c2-209f-4ccd-9444-8a5ee325d95f?fields=security_groups HTTP/1.1" 200 1374 0.102139 10.0.0.242 - - [2025-10-30 02:27:55] "GET /project/205b7ba4-0283-48f0-90a2-775938d6b16c?fields=security_groups HTTP/1.1" 200 1256 0.125710 10.0.0.240 - - [2025-10-30 02:27:55] "DELETE /security-group/f247d248-b522-49d7-9719-1e5df056a271 HTTP/1.1" 200 115 0.077285 10.0.0.240 - - [2025-10-30 02:27:55] "GET /projects?obj_uuids=bd9be5c2-f606-4c86-a2be-c728df7909ac&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001130 10.0.0.254 - - [2025-10-30 02:27:55] "DELETE /access-control-list/40903a8d-e269-4bae-8da6-822fe9a2b282 HTTP/1.1" 200 115 0.042674 10.0.0.240 - - [2025-10-30 02:27:55] "DELETE /security-group/07f5be3a-71d1-4527-9927-56e84233ef40 HTTP/1.1" 200 115 0.081437 10.0.0.240 - - [2025-10-30 02:27:55] "GET /projects?obj_uuids=fddb65c2-209f-4ccd-9444-8a5ee325d95f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003436 10.0.0.240 - - [2025-10-30 02:27:55] "GET /project/bd9be5c2-f606-4c86-a2be-c728df7909ac?fields=application_policy_sets HTTP/1.1" 200 1449 0.068833 10.0.0.240 - - [2025-10-30 02:27:55] "GET /project/fddb65c2-209f-4ccd-9444-8a5ee325d95f?fields=application_policy_sets HTTP/1.1" 200 1413 0.061700 10.0.0.254 - - [2025-10-30 02:27:55] "DELETE /access-control-list/4eafaa4f-8a80-4b67-b88a-0433262f74da HTTP/1.1" 200 115 0.069924 10.0.0.240 - - [2025-10-30 02:27:55] "DELETE /project/bd9be5c2-f606-4c86-a2be-c728df7909ac HTTP/1.1" 200 115 0.591231 10.0.0.240 - - [2025-10-30 02:27:56] "DELETE /project/fddb65c2-209f-4ccd-9444-8a5ee325d95f HTTP/1.1" 200 115 0.644771 10.0.0.242 - - [2025-10-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 404 187 0.022590 10.0.0.240 - - [2025-10-30 02:27:56] "GET /projects?obj_uuids=71754aab-1910-4cee-a796-0b10ff73f267&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002996 10.0.0.240 - - [2025-10-30 02:27:56] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001035 10.0.0.240 - - [2025-10-30 02:27:56] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007408 10.0.0.240 - - [2025-10-30 02:27:56] "POST /id-to-fqname HTTP/1.1" 200 189 0.001290 10.0.0.240 - - [2025-10-30 02:27:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.022265 10.0.0.240 - - [2025-10-30 02:27:56] "POST /security-groups HTTP/1.1" 200 590 0.078598 10.0.0.240 - - [2025-10-30 02:27:56] "POST /projects HTTP/1.1" 200 583 0.304187 10.0.0.254 - - [2025-10-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 404 232 0.006107 10.0.0.240 - - [2025-10-30 02:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.386345 10.0.0.242 - - [2025-10-30 02:27:57] "GET /project/71754aab-1910-4cee-a796-0b10ff73f267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.527269 10.0.0.242 - - [2025-10-30 02:27:58] "GET / HTTP/1.1" 200 36215 0.001564 10.0.0.254 - - [2025-10-30 02:27:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.254 - - [2025-10-30 02:27:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000564 10.0.0.254 - - [2025-10-30 02:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.254 - - [2025-10-30 02:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.240 - - [2025-10-30 02:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000787 10.0.0.240 - - [2025-10-30 02:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.240 - - [2025-10-30 02:28:01] "GET /projects?obj_uuids=71754aab-1910-4cee-a796-0b10ff73f267&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001043 10.0.0.242 - - [2025-10-30 02:28:01] "GET /project/71754aab-1910-4cee-a796-0b10ff73f267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.060843 10.0.0.240 - - [2025-10-30 02:28:01] "GET /projects?obj_uuids=71754aab-1910-4cee-a796-0b10ff73f267&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001355 10.0.0.242 - - [2025-10-30 02:28:01] "GET /project/71754aab-1910-4cee-a796-0b10ff73f267?fields=virtual_networks HTTP/1.1" 200 1042 0.051210 10.0.0.240 - - [2025-10-30 02:28:01] "GET /projects?obj_uuids=71754aab-1910-4cee-a796-0b10ff73f267&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001562 10.0.0.242 - - [2025-10-30 02:28:01] "GET /project/71754aab-1910-4cee-a796-0b10ff73f267?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.058933 10.0.0.240 - - [2025-10-30 02:28:01] "GET /projects?obj_uuids=71754aab-1910-4cee-a796-0b10ff73f267&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001854 10.0.0.242 - - [2025-10-30 02:28:01] "GET /project/71754aab-1910-4cee-a796-0b10ff73f267?fields=security_groups HTTP/1.1" 200 1268 0.057668 10.0.0.242 - - [2025-10-30 02:28:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000704 10.0.0.240 - - [2025-10-30 02:28:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000547 10.0.0.242 - - [2025-10-30 02:28:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.240 - - [2025-10-30 02:28:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.242 - - [2025-10-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 404 188 0.032056 10.0.0.240 - - [2025-10-30 02:28:02] "GET /projects?obj_uuids=9b92741b-76f4-46c3-952f-d139e21aca48&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003561 10.0.0.240 - - [2025-10-30 02:28:02] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000993 10.0.0.240 - - [2025-10-30 02:28:02] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007811 10.0.0.240 - - [2025-10-30 02:28:02] "POST /id-to-fqname HTTP/1.1" 200 190 0.007730 10.0.0.240 - - [2025-10-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.007510 10.0.0.240 - - [2025-10-30 02:28:02] "POST /security-groups HTTP/1.1" 200 591 0.030783 10.0.0.240 - - [2025-10-30 02:28:02] "POST /projects HTTP/1.1" 200 585 0.251235 10.0.0.254 - - [2025-10-30 02:28:02] "POST /access-control-lists HTTP/1.1" 200 598 0.035352 10.0.0.240 - - [2025-10-30 02:28:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.326860 10.0.0.242 - - [2025-10-30 02:28:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.242 - - [2025-10-30 02:28:03] "GET /project/9b92741b-76f4-46c3-952f-d139e21aca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.461029 10.0.0.242 - - [2025-10-30 02:28:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.242 - - [2025-10-30 02:28:04] "GET / HTTP/1.1" 200 36215 0.002447 10.0.0.240 - - [2025-10-30 02:28:07] "GET /projects?obj_uuids=9b92741b-76f4-46c3-952f-d139e21aca48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001100 10.0.0.242 - - [2025-10-30 02:28:07] "GET /project/9b92741b-76f4-46c3-952f-d139e21aca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.059680 10.0.0.240 - - [2025-10-30 02:28:07] "GET /projects?obj_uuids=9b92741b-76f4-46c3-952f-d139e21aca48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001047 10.0.0.242 - - [2025-10-30 02:28:07] "GET /project/9b92741b-76f4-46c3-952f-d139e21aca48?fields=virtual_networks HTTP/1.1" 200 1045 0.053667 10.0.0.240 - - [2025-10-30 02:28:07] "GET /projects?obj_uuids=9b92741b-76f4-46c3-952f-d139e21aca48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001348 10.0.0.242 - - [2025-10-30 02:28:07] "GET /project/9b92741b-76f4-46c3-952f-d139e21aca48?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.041914 10.0.0.240 - - [2025-10-30 02:28:07] "GET /projects?obj_uuids=9b92741b-76f4-46c3-952f-d139e21aca48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001197 10.0.0.242 - - [2025-10-30 02:28:07] "GET /project/9b92741b-76f4-46c3-952f-d139e21aca48?fields=security_groups HTTP/1.1" 200 1272 0.044096 10.0.0.242 - - [2025-10-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 404 192 0.028001 10.0.0.240 - - [2025-10-30 02:28:09] "GET /projects?obj_uuids=6f7cca76-44f2-4593-b6e0-0bf2a109da96&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003692 10.0.0.240 - - [2025-10-30 02:28:09] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.240 - - [2025-10-30 02:28:09] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008215 10.0.0.240 - - [2025-10-30 02:28:09] "POST /id-to-fqname HTTP/1.1" 200 194 0.001323 10.0.0.240 - - [2025-10-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 404 203 0.008886 10.0.0.240 - - [2025-10-30 02:28:09] "POST /security-groups HTTP/1.1" 200 595 0.077920 10.0.0.254 - - [2025-10-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 404 238 0.004511 10.0.0.240 - - [2025-10-30 02:28:09] "POST /projects HTTP/1.1" 200 593 0.273024 10.0.0.240 - - [2025-10-30 02:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.343178 10.0.0.254 - - [2025-10-30 02:28:09] "POST /access-control-lists HTTP/1.1" 200 600 0.029134 10.0.0.242 - - [2025-10-30 02:28:09] "GET /project/6f7cca76-44f2-4593-b6e0-0bf2a109da96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.493410 10.0.0.242 - - [2025-10-30 02:28:10] "GET / HTTP/1.1" 200 36215 0.001516 10.0.0.240 - - [2025-10-30 02:28:13] "GET /projects?obj_uuids=6f7cca76-44f2-4593-b6e0-0bf2a109da96&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001014 10.0.0.242 - - [2025-10-30 02:28:13] "GET /project/6f7cca76-44f2-4593-b6e0-0bf2a109da96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.063864 10.0.0.240 - - [2025-10-30 02:28:13] "GET /projects?obj_uuids=6f7cca76-44f2-4593-b6e0-0bf2a109da96&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000943 10.0.0.242 - - [2025-10-30 02:28:14] "GET /project/6f7cca76-44f2-4593-b6e0-0bf2a109da96?fields=virtual_networks HTTP/1.1" 200 1052 0.069460 10.0.0.240 - - [2025-10-30 02:28:14] "GET /projects?obj_uuids=6f7cca76-44f2-4593-b6e0-0bf2a109da96&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001060 10.0.0.242 - - [2025-10-30 02:28:14] "GET /project/6f7cca76-44f2-4593-b6e0-0bf2a109da96?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.044050 10.0.0.240 - - [2025-10-30 02:28:14] "GET /projects?obj_uuids=6f7cca76-44f2-4593-b6e0-0bf2a109da96&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001056 10.0.0.242 - - [2025-10-30 02:28:14] "GET /project/6f7cca76-44f2-4593-b6e0-0bf2a109da96?fields=security_groups HTTP/1.1" 200 1283 0.054222 10.0.0.242 - - [2025-10-30 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 183 0.025794 10.0.0.240 - - [2025-10-30 02:28:15] "GET /projects?obj_uuids=1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003174 10.0.0.240 - - [2025-10-30 02:28:15] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000997 10.0.0.240 - - [2025-10-30 02:28:15] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007482 10.0.0.240 - - [2025-10-30 02:28:15] "POST /id-to-fqname HTTP/1.1" 200 185 0.001623 10.0.0.240 - - [2025-10-30 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 194 0.012233 10.0.0.240 - - [2025-10-30 02:28:15] "POST /security-groups HTTP/1.1" 200 586 0.043158 10.0.0.240 - - [2025-10-30 02:28:15] "POST /projects HTTP/1.1" 200 575 0.294106 10.0.0.254 - - [2025-10-30 02:28:15] "POST /fqname-to-id HTTP/1.1" 404 228 0.019238 10.0.0.240 - - [2025-10-30 02:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.369424 10.0.0.242 - - [2025-10-30 02:28:15] "GET /project/1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.539330 10.0.0.242 - - [2025-10-30 02:28:16] "GET / HTTP/1.1" 200 36215 0.002354 10.0.0.242 - - [2025-10-30 02:28:17] "POST /fqname-to-id HTTP/1.1" 404 193 0.004659 10.0.0.254 - - [2025-10-30 02:28:17] "POST /access-control-lists HTTP/1.1" 200 592 0.041039 10.0.0.254 - - [2025-10-30 02:28:17] "PUT /access-control-list/35086bf3-e492-42c4-8150-0e89f674adaa HTTP/1.1" 200 273 0.020920 10.0.0.240 - - [2025-10-30 02:28:17] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.002399 10.0.0.242 - - [2025-10-30 02:28:17] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.098255 10.0.0.242 - - [2025-10-30 02:28:18] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.029013 10.0.0.254 - - [2025-10-30 02:28:18] "PUT /access-control-list/7e3c632b-95e1-4ff7-8577-958526dc2625 HTTP/1.1" 200 273 0.031533 10.0.0.242 - - [2025-10-30 02:28:18] "POST /fqname-to-id HTTP/1.1" 404 193 0.006368 10.0.0.254 - - [2025-10-30 02:28:18] "POST /access-control-lists HTTP/1.1" 200 592 0.043535 10.0.0.254 - - [2025-10-30 02:28:18] "PUT /access-control-list/8fe0d162-ef71-4f6c-ba6a-f04f680ccbd0 HTTP/1.1" 200 273 0.018329 10.0.0.240 - - [2025-10-30 02:28:18] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001277 10.0.0.242 - - [2025-10-30 02:28:18] "POST /neutron/security_group_rule HTTP/1.1" 200 2549 0.071747 10.0.0.254 - - [2025-10-30 02:28:18] "PUT /access-control-list/c8c2f1d8-5c6e-47f2-8185-f3fdbf80122b HTTP/1.1" 200 273 0.021173 10.0.0.242 - - [2025-10-30 02:28:18] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.018880 10.0.0.242 - - [2025-10-30 02:28:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000534 10.0.0.242 - - [2025-10-30 02:28:19] "POST /fqname-to-id HTTP/1.1" 404 210 0.028078 10.0.0.254 - - [2025-10-30 02:28:19] "POST /access-control-lists HTTP/1.1" 200 609 0.026952 10.0.0.254 - - [2025-10-30 02:28:19] "PUT /access-control-list/da42662d-ee5c-4645-a248-5320ab7efcf2 HTTP/1.1" 200 273 0.012530 10.0.0.240 - - [2025-10-30 02:28:19] "GET /projects?obj_uuids=1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001158 10.0.0.242 - - [2025-10-30 02:28:19] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.101135 10.0.0.242 - - [2025-10-30 02:28:20] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.121293 10.0.0.254 - - [2025-10-30 02:28:20] "PUT /access-control-list/602ec734-389f-4896-994b-a88d2f3ff1a4 HTTP/1.1" 200 273 0.126557 10.0.0.242 - - [2025-10-30 02:28:20] "POST /fqname-to-id HTTP/1.1" 404 210 0.011722 10.0.0.254 - - [2025-10-30 02:28:20] "POST /access-control-lists HTTP/1.1" 200 609 0.027973 10.0.0.254 - - [2025-10-30 02:28:20] "PUT /access-control-list/c39b5c4a-fdc3-4176-a00c-2e7176b90da3 HTTP/1.1" 200 273 0.012331 10.0.0.240 - - [2025-10-30 02:28:20] "GET /projects?obj_uuids=1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001012 10.0.0.242 - - [2025-10-30 02:28:20] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.056192 10.0.0.242 - - [2025-10-30 02:28:21] "POST /neutron/security_group_rule HTTP/1.1" 200 534 0.017675 10.0.0.254 - - [2025-10-30 02:28:21] "PUT /access-control-list/594e158b-4a68-47a6-bbde-b150d2c2acbf HTTP/1.1" 200 273 0.027759 10.0.0.242 - - [2025-10-30 02:28:22] "POST /neutron/router HTTP/1.1" 200 541 0.006615 10.0.0.242 - - [2025-10-30 02:28:22] "POST /neutron/router HTTP/1.1" 200 541 0.003975 10.0.0.254 - - [2025-10-30 02:28:22] "PUT /logical-router/13301aa9-3ce4-4cac-99fb-f6687c17f0c6 HTTP/1.1" 200 263 0.059247 10.0.0.242 - - [2025-10-30 02:28:22] "POST /neutron/router HTTP/1.1" 200 541 0.008838 10.0.0.242 - - [2025-10-30 02:28:22] "POST /neutron/router HTTP/1.1" 200 541 0.005310 10.0.0.242 - - [2025-10-30 02:28:22] "POST /neutron/router HTTP/1.1" 200 541 0.005880 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 541 0.005251 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 541 0.004916 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 541 0.004705 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 541 0.004188 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 541 0.004651 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 541 0.004262 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 541 0.006505 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 151 0.077584 10.0.0.254 - - [2025-10-30 02:28:23] "POST /route-targets HTTP/1.1" 200 328 0.021928 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 559 0.006727 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 559 0.008066 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 559 0.004608 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 559 0.004888 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 559 0.005564 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 559 0.004771 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 559 0.005236 10.0.0.242 - - [2025-10-30 02:28:23] "POST /neutron/router HTTP/1.1" 200 559 0.006763 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 559 0.005557 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 559 0.004504 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 559 0.006401 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 560 0.046497 10.0.0.240 - - [2025-10-30 02:28:24] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001197 10.0.0.254 - - [2025-10-30 02:28:24] "DELETE /route-target/865d3f19-3792-451c-b843-bc30138a1809 HTTP/1.1" 200 115 0.034869 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 541 0.113441 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 541 0.011846 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 541 0.004680 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 541 0.004659 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 541 0.005117 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 541 0.006516 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 541 0.005498 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 541 0.004485 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 541 0.004319 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 541 0.004692 10.0.0.242 - - [2025-10-30 02:28:24] "POST /neutron/router HTTP/1.1" 200 541 0.004906 10.0.0.242 - - [2025-10-30 02:28:25] "POST /neutron/router HTTP/1.1" 200 541 0.042065 10.0.0.242 - - [2025-10-30 02:28:25] "POST /neutron/router HTTP/1.1" 200 542 0.004673 10.0.0.254 - - [2025-10-30 02:28:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.012312 10.0.0.254 - - [2025-10-30 02:28:25] "GET /logical-router/8b147fe2-641c-46cd-9651-0c1e910934a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.055925 10.0.0.242 - - [2025-10-30 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 151 0.133421 10.0.0.254 - - [2025-10-30 02:28:25] "DELETE /access-control-list/594e158b-4a68-47a6-bbde-b150d2c2acbf HTTP/1.1" 200 115 0.030724 10.0.0.242 - - [2025-10-30 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 506 0.003917 10.0.0.254 - - [2025-10-30 02:28:25] "DELETE /access-control-list/8fe0d162-ef71-4f6c-ba6a-f04f680ccbd0 HTTP/1.1" 200 115 0.044112 10.0.0.242 - - [2025-10-30 02:28:25] "POST /neutron/security_group HTTP/1.1" 200 151 0.070709 10.0.0.254 - - [2025-10-30 02:28:25] "DELETE /access-control-list/7e3c632b-95e1-4ff7-8577-958526dc2625 HTTP/1.1" 200 115 0.031685 10.0.0.240 - - [2025-10-30 02:28:27] "GET /projects?obj_uuids=1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001324 10.0.0.242 - - [2025-10-30 02:28:27] "GET /project/1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050144 10.0.0.240 - - [2025-10-30 02:28:27] "GET /projects?obj_uuids=1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001580 10.0.0.242 - - [2025-10-30 02:28:27] "GET /project/1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63?fields=virtual_networks HTTP/1.1" 200 1034 0.058872 10.0.0.240 - - [2025-10-30 02:28:27] "GET /projects?obj_uuids=1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002024 10.0.0.242 - - [2025-10-30 02:28:27] "GET /project/1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.049847 10.0.0.240 - - [2025-10-30 02:28:27] "GET /projects?obj_uuids=1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001343 10.0.0.242 - - [2025-10-30 02:28:27] "GET /project/1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63?fields=security_groups HTTP/1.1" 200 1256 0.045623 10.0.0.242 - - [2025-10-30 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 184 0.027074 10.0.0.240 - - [2025-10-30 02:28:28] "GET /projects?obj_uuids=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003238 10.0.0.240 - - [2025-10-30 02:28:28] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000965 10.0.0.240 - - [2025-10-30 02:28:28] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007292 10.0.0.240 - - [2025-10-30 02:28:28] "POST /id-to-fqname HTTP/1.1" 200 186 0.005570 10.0.0.240 - - [2025-10-30 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 195 0.007995 10.0.0.240 - - [2025-10-30 02:28:28] "POST /security-groups HTTP/1.1" 200 587 0.032108 10.0.0.240 - - [2025-10-30 02:28:28] "POST /projects HTTP/1.1" 200 577 0.266586 10.0.0.254 - - [2025-10-30 02:28:28] "POST /fqname-to-id HTTP/1.1" 404 229 0.013246 10.0.0.240 - - [2025-10-30 02:28:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.336201 10.0.0.242 - - [2025-10-30 02:28:28] "GET /project/f6d8d895-20b1-4ba1-b959-eb5a97d57802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.464040 10.0.0.242 - - [2025-10-30 02:28:29] "GET / HTTP/1.1" 200 36215 0.002562 10.0.0.242 - - [2025-10-30 02:28:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000531 10.0.0.242 - - [2025-10-30 02:28:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.072099 10.0.0.240 - - [2025-10-30 02:28:31] "GET /projects?obj_uuids=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000943 10.0.0.242 - - [2025-10-30 02:28:31] "GET /project/f6d8d895-20b1-4ba1-b959-eb5a97d57802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.041581 10.0.0.254 - - [2025-10-30 02:28:32] "POST /ref-update HTTP/1.1" 200 156 0.026941 10.0.0.240 - - [2025-10-30 02:28:32] "POST /useragent-kv HTTP/1.1" 200 115 0.007883 10.0.0.242 - - [2025-10-30 02:28:32] "POST /neutron/subnet HTTP/1.1" 200 725 0.247006 10.0.0.242 - - [2025-10-30 02:28:32] "POST /id-to-fqname HTTP/1.1" 200 216 0.001616 10.0.0.242 - - [2025-10-30 02:28:32] "GET /virtual-network/159c5166-c2e3-41c4-9661-2f915859d4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005473 10.0.0.242 - - [2025-10-30 02:28:32] "GET /virtual-network/159c5166-c2e3-41c4-9661-2f915859d4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005421 10.0.0.242 - - [2025-10-30 02:28:32] "POST /neutron/network HTTP/1.1" 200 820 0.006447 10.0.0.242 - - [2025-10-30 02:28:32] "POST /fqname-to-id HTTP/1.1" 404 206 0.003254 10.0.0.242 - - [2025-10-30 02:28:32] "GET /virtual-network/159c5166-c2e3-41c4-9661-2f915859d4b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006076 10.0.0.242 - - [2025-10-30 02:28:32] "GET /virtual-machine-interface/8d46ea55-b9bd-4881-9f2a-99910bf8adfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2390 0.008134 10.0.0.242 - - [2025-10-30 02:28:32] "GET /virtual-machine-interface/8d46ea55-b9bd-4881-9f2a-99910bf8adfb?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.009140 10.0.0.242 - - [2025-10-30 02:28:32] "GET /instance-ip/2893af37-3aca-45b8-8ac7-24c79a268cce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.010186 10.0.0.242 - - [2025-10-30 02:28:33] "POST /neutron/port HTTP/1.1" 200 1017 0.009199 10.0.0.240 - - [2025-10-30 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004665 10.0.0.240 - - [2025-10-30 02:28:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004404 10.0.0.242 - - [2025-10-30 02:28:33] "POST /neutron/network HTTP/1.1" 200 151 0.125831 10.0.0.242 - - [2025-10-30 02:28:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.008705 10.0.0.240 - - [2025-10-30 02:28:35] "GET /projects?obj_uuids=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001071 10.0.0.242 - - [2025-10-30 02:28:36] "GET /project/f6d8d895-20b1-4ba1-b959-eb5a97d57802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.059306 10.0.0.254 - - [2025-10-30 02:28:36] "POST /route-targets HTTP/1.1" 200 328 0.022454 10.0.0.240 - - [2025-10-30 02:28:36] "POST /useragent-kv HTTP/1.1" 200 115 0.019451 10.0.0.242 - - [2025-10-30 02:28:36] "POST /neutron/subnet HTTP/1.1" 200 724 0.226367 10.0.0.242 - - [2025-10-30 02:28:36] "POST /id-to-fqname HTTP/1.1" 200 217 0.001441 10.0.0.242 - - [2025-10-30 02:28:36] "GET /virtual-network/e801b6e9-6584-4b2a-8b10-0d580ea10ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.011591 10.0.0.242 - - [2025-10-30 02:28:36] "POST /neutron/network HTTP/1.1" 200 977 0.014650 10.0.0.242 - - [2025-10-30 02:28:36] "GET /virtual-network/e801b6e9-6584-4b2a-8b10-0d580ea10ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.008047 10.0.0.242 - - [2025-10-30 02:28:36] "POST /neutron/subnet HTTP/1.1" 200 720 0.018043 10.0.0.242 - - [2025-10-30 02:28:37] "POST /id-to-fqname HTTP/1.1" 200 217 0.001440 10.0.0.242 - - [2025-10-30 02:28:37] "POST /neutron/port HTTP/1.1" 200 1018 0.015803 10.0.0.242 - - [2025-10-30 02:28:37] "POST /neutron/port HTTP/1.1" 200 1018 0.010285 10.0.0.242 - - [2025-10-30 02:28:38] "POST /id-to-fqname HTTP/1.1" 200 217 0.001476 10.0.0.242 - - [2025-10-30 02:28:38] "POST /neutron/port HTTP/1.1" 200 117 0.017288 10.0.0.242 - - [2025-10-30 02:28:38] "POST /neutron/network HTTP/1.1" 200 977 0.097687 10.0.0.242 - - [2025-10-30 02:28:38] "POST /neutron/port HTTP/1.1" 200 1017 0.017996 10.0.0.242 - - [2025-10-30 02:28:38] "POST /neutron/port HTTP/1.1" 200 117 0.006693 10.0.0.242 - - [2025-10-30 02:28:39] "POST /neutron/network HTTP/1.1" 200 987 0.007900 10.0.0.242 - - [2025-10-30 02:28:39] "POST /neutron/port HTTP/1.1" 200 1017 0.008950 10.0.0.242 - - [2025-10-30 02:28:39] "POST /neutron/port HTTP/1.1" 200 1017 0.007223 10.0.0.242 - - [2025-10-30 02:28:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004655 10.0.0.242 - - [2025-10-30 02:28:39] "POST /neutron/port HTTP/1.1" 200 117 0.001411 10.0.0.242 - - [2025-10-30 02:28:39] "POST /neutron/subnet HTTP/1.1" 200 694 0.013824 10.0.0.242 - - [2025-10-30 02:28:43] "POST /neutron/port HTTP/1.1" 200 1084 0.027982 10.0.0.242 - - [2025-10-30 02:28:44] "POST /neutron/security_group HTTP/1.1" 200 2054 0.008297 10.0.0.242 - - [2025-10-30 02:28:44] "GET /virtual-machine/42f2afd7-c58c-4020-8dbe-497d70ee5cea HTTP/1.1" 401 293 0.000459 10.0.0.242 - - [2025-10-30 02:28:44] "GET /virtual-machine/42f2afd7-c58c-4020-8dbe-497d70ee5cea HTTP/1.1" 200 1286 0.033997 10.0.0.242 - - [2025-10-30 02:28:44] "GET /virtual-machine-interface/96ac53fc-01a9-43b9-82d2-23c8893101a7 HTTP/1.1" 200 2931 0.006063 10.0.0.242 - - [2025-10-30 02:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.242 - - [2025-10-30 02:28:44] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003916 10.0.0.242 - - [2025-10-30 02:28:44] "GET /virtual-networks?parent_id=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003483 10.0.0.242 - - [2025-10-30 02:28:44] "GET /virtual-network/e801b6e9-6584-4b2a-8b10-0d580ea10ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006755 10.0.0.242 - - [2025-10-30 02:28:47] "POST /neutron/port HTTP/1.1" 200 1083 0.017002 10.0.0.242 - - [2025-10-30 02:28:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004074 10.0.0.242 - - [2025-10-30 02:28:47] "POST /neutron/network HTTP/1.1" 200 977 0.011599 10.0.0.242 - - [2025-10-30 02:28:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.242 - - [2025-10-30 02:28:47] "GET /virtual-network/e801b6e9-6584-4b2a-8b10-0d580ea10ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006000 10.0.0.242 - - [2025-10-30 02:28:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.242 - - [2025-10-30 02:28:49] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003620 10.0.0.242 - - [2025-10-30 02:28:49] "GET /virtual-networks?parent_id=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002795 10.0.0.242 - - [2025-10-30 02:28:49] "GET /virtual-network/e801b6e9-6584-4b2a-8b10-0d580ea10ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.007188 10.0.0.242 - - [2025-10-30 02:28:50] "POST /neutron/port HTTP/1.1" 200 1083 0.016266 10.0.0.242 - - [2025-10-30 02:28:50] "POST /neutron/port HTTP/1.1" 200 1083 0.016158 10.0.0.242 - - [2025-10-30 02:28:50] "POST /neutron/port HTTP/1.1" 200 1083 0.016973 10.0.0.242 - - [2025-10-30 02:28:50] "GET /virtual-machine/0bb25ad8-27ef-48ac-aa15-ea8b6d3fa9e3 HTTP/1.1" 200 1285 0.005999 10.0.0.242 - - [2025-10-30 02:28:50] "GET /virtual-machine-interface/f68120a9-edce-4f21-b60f-3e83b1a01e10 HTTP/1.1" 200 2932 0.005352 10.0.0.242 - - [2025-10-30 02:28:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003541 10.0.0.242 - - [2025-10-30 02:28:50] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003857 10.0.0.242 - - [2025-10-30 02:28:50] "GET /virtual-networks?parent_id=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003238 10.0.0.242 - - [2025-10-30 02:28:50] "GET /virtual-network/e801b6e9-6584-4b2a-8b10-0d580ea10ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.006488 10.0.0.242 - - [2025-10-30 02:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.242 - - [2025-10-30 02:28:51] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004152 10.0.0.242 - - [2025-10-30 02:28:51] "GET /virtual-networks?parent_id=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.003333 10.0.0.242 - - [2025-10-30 02:28:51] "GET /virtual-network/e801b6e9-6584-4b2a-8b10-0d580ea10ff2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2562 0.005894 10.0.0.242 - - [2025-10-30 02:28:55] "POST /neutron/port HTTP/1.1" 200 1109 0.012142 10.0.0.242 - - [2025-10-30 02:28:55] "POST /neutron/port HTTP/1.1" 200 1110 0.011741 10.0.0.240 - - [2025-10-30 02:28:55] "POST /useragent-kv HTTP/1.1" 200 115 0.003320 10.0.0.240 - - [2025-10-30 02:28:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002565 10.0.0.240 - - [2025-10-30 02:28:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002437 10.0.0.240 - - [2025-10-30 02:28:55] "POST /useragent-kv HTTP/1.1" 200 115 0.002514 10.0.0.242 - - [2025-10-30 02:28:55] "POST /neutron/network HTTP/1.1" 200 151 0.148101 10.0.0.254 - - [2025-10-30 02:28:55] "DELETE /route-target/c75596e9-975b-4e12-a48a-ebb7a1bf8696 HTTP/1.1" 200 115 0.031319 10.0.0.240 - - [2025-10-30 02:28:56] "DELETE /project/1a8312d81ac943a1ab985e4bebcbfb63 HTTP/1.1" 404 173 0.024337 10.0.0.240 - - [2025-10-30 02:28:56] "DELETE /project/6f7cca7644f24593b6e00bf2a109da96 HTTP/1.1" 404 173 0.027329 10.0.0.240 - - [2025-10-30 02:28:56] "DELETE /project/f6d8d89520b14ba1b959eb5a97d57802 HTTP/1.1" 404 173 0.026063 10.0.0.240 - - [2025-10-30 02:28:56] "DELETE /project/9b92741b76f446c3952fd139e21aca48 HTTP/1.1" 404 173 0.018460 10.0.0.240 - - [2025-10-30 02:28:56] "DELETE /project/71754aab19104ceea7960b10ff73f267 HTTP/1.1" 404 173 0.014076 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=9b92741b-76f4-46c3-952f-d139e21aca48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000886 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=71754aab-1910-4cee-a796-0b10ff73f267&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000828 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=205b7ba4-0283-48f0-90a2-775938d6b16c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000792 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000868 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=6f7cca76-44f2-4593-b6e0-0bf2a109da96&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000827 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.075437 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/71754aab-1910-4cee-a796-0b10ff73f267?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.086855 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/6f7cca76-44f2-4593-b6e0-0bf2a109da96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1494 0.090607 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/9b92741b-76f4-46c3-952f-d139e21aca48?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.109500 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/205b7ba4-0283-48f0-90a2-775938d6b16c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.132914 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001727 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=6f7cca76-44f2-4593-b6e0-0bf2a109da96&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000969 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=71754aab-1910-4cee-a796-0b10ff73f267&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000867 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=9b92741b-76f4-46c3-952f-d139e21aca48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001114 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=205b7ba4-0283-48f0-90a2-775938d6b16c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001131 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/9b92741b-76f4-46c3-952f-d139e21aca48?fields=security_groups HTTP/1.1" 200 1374 0.077989 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/71754aab-1910-4cee-a796-0b10ff73f267?fields=security_groups HTTP/1.1" 200 1370 0.120416 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/6f7cca76-44f2-4593-b6e0-0bf2a109da96?fields=security_groups HTTP/1.1" 200 1385 0.144548 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/205b7ba4-0283-48f0-90a2-775938d6b16c?fields=security_groups HTTP/1.1" 200 1358 0.141368 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63?fields=security_groups HTTP/1.1" 200 1358 0.186544 10.0.0.240 - - [2025-10-30 02:28:56] "DELETE /security-group/e2ead8ca-b787-4fb1-98a7-eb9c43cb0ee7 HTTP/1.1" 200 115 0.149528 10.0.0.240 - - [2025-10-30 02:28:56] "DELETE /security-group/df3088c4-de27-44d1-a4bb-c6609769fdf9 HTTP/1.1" 200 115 0.172916 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=9b92741b-76f4-46c3-952f-d139e21aca48&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004086 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=71754aab-1910-4cee-a796-0b10ff73f267&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001187 10.0.0.240 - - [2025-10-30 02:28:56] "DELETE /security-group/8e89c9c3-2bb4-4113-b1c2-677c81a28d32 HTTP/1.1" 200 115 0.281419 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=6f7cca76-44f2-4593-b6e0-0bf2a109da96&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001138 10.0.0.240 - - [2025-10-30 02:28:56] "DELETE /security-group/c197f2c3-2bfa-4da9-ad1f-2e3ea4ac7b30 HTTP/1.1" 200 115 0.316226 10.0.0.240 - - [2025-10-30 02:28:56] "DELETE /security-group/f29c1228-d638-45b3-99a8-5d58e3599611 HTTP/1.1" 200 115 0.323167 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/9b92741b-76f4-46c3-952f-d139e21aca48?fields=application_policy_sets HTTP/1.1" 200 1413 0.212315 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=205b7ba4-0283-48f0-90a2-775938d6b16c&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001813 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/71754aab-1910-4cee-a796-0b10ff73f267?fields=application_policy_sets HTTP/1.1" 200 1409 0.206582 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001816 10.0.0.254 - - [2025-10-30 02:28:56] "DELETE /access-control-list/0b5973a3-5f3c-4916-9a58-c5bb1d2a23e9 HTTP/1.1" 200 115 0.234268 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/6f7cca76-44f2-4593-b6e0-0bf2a109da96?fields=application_policy_sets HTTP/1.1" 200 1424 0.177159 10.0.0.240 - - [2025-10-30 02:28:56] "GET /projects?obj_uuids=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.004794 10.0.0.240 - - [2025-10-30 02:28:56] "GET /project/205b7ba4-0283-48f0-90a2-775938d6b16c?fields=application_policy_sets HTTP/1.1" 200 1397 0.192341 10.0.0.240 - - [2025-10-30 02:28:57] "GET /project/1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63?fields=application_policy_sets HTTP/1.1" 200 1397 0.263117 10.0.0.242 - - [2025-10-30 02:28:57] "GET /project/f6d8d895-20b1-4ba1-b959-eb5a97d57802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.220723 10.0.0.240 - - [2025-10-30 02:28:57] "GET /projects?obj_uuids=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001123 10.0.0.254 - - [2025-10-30 02:28:57] "DELETE /access-control-list/c2cffb9f-d1b2-4576-9238-0809759952a8 HTTP/1.1" 200 115 0.117793 10.0.0.240 - - [2025-10-30 02:28:57] "DELETE /project/9b92741b-76f4-46c3-952f-d139e21aca48 HTTP/1.1" 200 115 1.164007 10.0.0.242 - - [2025-10-30 02:28:57] "GET /project/f6d8d895-20b1-4ba1-b959-eb5a97d57802?fields=virtual_networks HTTP/1.1" 200 1037 0.152461 10.0.0.240 - - [2025-10-30 02:28:57] "GET /projects?obj_uuids=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001830 10.0.0.240 - - [2025-10-30 02:28:57] "DELETE /project/71754aab-1910-4cee-a796-0b10ff73f267 HTTP/1.1" 200 115 1.276084 10.0.0.240 - - [2025-10-30 02:28:57] "DELETE /project/6f7cca76-44f2-4593-b6e0-0bf2a109da96 HTTP/1.1" 200 115 1.314574 10.0.0.240 - - [2025-10-30 02:28:57] "DELETE /project/205b7ba4-0283-48f0-90a2-775938d6b16c HTTP/1.1" 200 115 1.338127 10.0.0.242 - - [2025-10-30 02:28:57] "GET /project/f6d8d895-20b1-4ba1-b959-eb5a97d57802?fields=virtual_machine_interfaces HTTP/1.1" 200 1037 0.133443 10.0.0.240 - - [2025-10-30 02:28:57] "DELETE /project/1a8312d8-1ac9-43a1-ab98-5e4bebcbfb63 HTTP/1.1" 200 115 1.388803 10.0.0.254 - - [2025-10-30 02:28:57] "DELETE /access-control-list/cb81992e-2e72-43b8-b083-6f4dc3829be7 HTTP/1.1" 200 115 0.116135 10.0.0.240 - - [2025-10-30 02:28:57] "GET /projects?obj_uuids=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002888 10.0.0.242 - - [2025-10-30 02:28:57] "GET /project/f6d8d895-20b1-4ba1-b959-eb5a97d57802?fields=security_groups HTTP/1.1" 200 1260 0.066029 10.0.0.242 - - [2025-10-30 02:28:58] "POST /fqname-to-id HTTP/1.1" 404 186 0.028603 10.0.0.240 - - [2025-10-30 02:28:58] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004082 10.0.0.240 - - [2025-10-30 02:28:58] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001130 10.0.0.240 - - [2025-10-30 02:28:58] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007907 10.0.0.240 - - [2025-10-30 02:28:58] "POST /id-to-fqname HTTP/1.1" 200 188 0.003228 10.0.0.240 - - [2025-10-30 02:28:58] "POST /fqname-to-id HTTP/1.1" 404 197 0.007165 10.0.0.240 - - [2025-10-30 02:28:58] "POST /security-groups HTTP/1.1" 200 589 0.034012 10.0.0.240 - - [2025-10-30 02:28:58] "POST /projects HTTP/1.1" 200 581 0.259908 10.0.0.254 - - [2025-10-30 02:28:58] "POST /access-control-lists HTTP/1.1" 200 596 0.026189 10.0.0.240 - - [2025-10-30 02:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.336297 10.0.0.242 - - [2025-10-30 02:28:58] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.478291 10.0.0.242 - - [2025-10-30 02:28:59] "GET / HTTP/1.1" 200 36215 0.003210 10.0.0.242 - - [2025-10-30 02:29:00] "POST /neutron/port HTTP/1.1" 200 117 0.006610 10.0.0.242 - - [2025-10-30 02:29:01] "POST /fqname-to-id HTTP/1.1" 401 293 0.000627 10.0.0.242 - - [2025-10-30 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.051564 10.0.0.240 - - [2025-10-30 02:29:02] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001170 10.0.0.242 - - [2025-10-30 02:29:02] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.047662 10.0.0.240 - - [2025-10-30 02:29:02] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001107 10.0.0.242 - - [2025-10-30 02:29:02] "POST /neutron/network HTTP/1.1" 200 605 0.174784 10.0.0.254 - - [2025-10-30 02:29:02] "POST /route-targets HTTP/1.1" 200 328 0.015277 10.0.0.242 - - [2025-10-30 02:29:02] "POST /id-to-fqname HTTP/1.1" 200 219 0.005830 10.0.0.242 - - [2025-10-30 02:29:02] "GET /virtual-network/ff0fc4ed-0d47-4094-b0ae-e3988d894c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006424 10.0.0.242 - - [2025-10-30 02:29:02] "POST /neutron/network HTTP/1.1" 200 824 0.006540 10.0.0.242 - - [2025-10-30 02:29:02] "GET /virtual-network/ff0fc4ed-0d47-4094-b0ae-e3988d894c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005709 10.0.0.242 - - [2025-10-30 02:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003979 10.0.0.240 - - [2025-10-30 02:29:02] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001537 10.0.0.242 - - [2025-10-30 02:29:02] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.058331 10.0.0.242 - - [2025-10-30 02:29:03] "POST /neutron/network HTTP/1.1" 200 117 0.039052 10.0.0.254 - - [2025-10-30 02:29:03] "POST /ref-update HTTP/1.1" 200 156 0.035994 10.0.0.242 - - [2025-10-30 02:29:03] "POST /neutron/network HTTP/1.1" 200 825 0.011092 10.0.0.242 - - [2025-10-30 02:29:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.001783 10.0.0.242 - - [2025-10-30 02:29:03] "GET /virtual-network/04c52057-7fa5-473f-bfec-2ebee659f35a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007826 10.0.0.242 - - [2025-10-30 02:29:03] "GET /virtual-network/04c52057-7fa5-473f-bfec-2ebee659f35a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006737 10.0.0.242 - - [2025-10-30 02:29:03] "POST /neutron/subnet HTTP/1.1" 200 729 0.014600 10.0.0.242 - - [2025-10-30 02:29:03] "POST /id-to-fqname HTTP/1.1" 200 219 0.001809 10.0.0.240 - - [2025-10-30 02:29:04] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001226 10.0.0.242 - - [2025-10-30 02:29:04] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.063819 10.0.0.242 - - [2025-10-30 02:29:04] "POST /neutron/port HTTP/1.1" 200 117 0.006220 10.0.0.242 - - [2025-10-30 02:29:04] "POST /id-to-fqname HTTP/1.1" 200 219 0.001472 10.0.0.242 - - [2025-10-30 02:29:04] "POST /neutron/network HTTP/1.1" 200 835 0.007738 10.0.0.242 - - [2025-10-30 02:29:05] "POST /neutron/port HTTP/1.1" 200 1058 0.018850 10.0.0.240 - - [2025-10-30 02:29:05] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002212 10.0.0.242 - - [2025-10-30 02:29:05] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.101576 10.0.0.242 - - [2025-10-30 02:29:05] "POST /neutron/network HTTP/1.1" 200 825 0.021853 10.0.0.242 - - [2025-10-30 02:29:06] "POST /neutron/subnet HTTP/1.1" 200 699 0.016690 10.0.0.242 - - [2025-10-30 02:29:06] "POST /neutron/port HTTP/1.1" 200 1086 0.029732 10.0.0.240 - - [2025-10-30 02:29:06] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002716 10.0.0.242 - - [2025-10-30 02:29:06] "POST /neutron/router HTTP/1.1" 200 580 0.104167 10.0.0.242 - - [2025-10-30 02:29:06] "POST /neutron/network HTTP/1.1" 200 835 0.011368 10.0.0.254 - - [2025-10-30 02:29:06] "POST /ref-update HTTP/1.1" 200 156 0.032103 10.0.0.242 - - [2025-10-30 02:29:06] "POST /neutron/security_group HTTP/1.1" 200 2056 0.018947 10.0.0.242 - - [2025-10-30 02:29:07] "POST /neutron/port HTTP/1.1" 200 1113 0.129222 10.0.0.242 - - [2025-10-30 02:29:07] "POST /neutron/subnet HTTP/1.1" 200 703 0.009747 10.0.0.242 - - [2025-10-30 02:29:09] "GET /obj-perms HTTP/1.1" 200 5075 0.065071 10.0.0.242 - - [2025-10-30 02:29:11] "POST /neutron/port HTTP/1.1" 200 1086 0.018842 10.0.0.242 - - [2025-10-30 02:29:11] "POST /neutron/security_group HTTP/1.1" 200 2056 0.013695 10.0.0.242 - - [2025-10-30 02:29:12] "GET /virtual-machine/3e147347-a6a1-4385-950b-77dbcd9ce0e7 HTTP/1.1" 401 293 0.000838 10.0.0.242 - - [2025-10-30 02:29:12] "GET /virtual-machine/3e147347-a6a1-4385-950b-77dbcd9ce0e7 HTTP/1.1" 200 1292 0.034198 10.0.0.242 - - [2025-10-30 02:29:12] "GET /virtual-machine-interface/9e4db6c6-96b1-4870-a619-48219f5f0413 HTTP/1.1" 200 2942 0.008264 10.0.0.242 - - [2025-10-30 02:29:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005576 10.0.0.242 - - [2025-10-30 02:29:12] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005625 10.0.0.242 - - [2025-10-30 02:29:12] "GET /virtual-networks?parent_id=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.005105 10.0.0.242 - - [2025-10-30 02:29:12] "GET /virtual-network/ff0fc4ed-0d47-4094-b0ae-e3988d894c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008111 10.0.0.242 - - [2025-10-30 02:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.242 - - [2025-10-30 02:29:15] "GET /virtual-network/ff0fc4ed-0d47-4094-b0ae-e3988d894c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005941 10.0.0.242 - - [2025-10-30 02:29:16] "POST /neutron/port HTTP/1.1" 200 1086 0.018184 10.0.0.242 - - [2025-10-30 02:29:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004315 10.0.0.242 - - [2025-10-30 02:29:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004011 10.0.0.242 - - [2025-10-30 02:29:17] "GET /virtual-networks?parent_id=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003104 10.0.0.242 - - [2025-10-30 02:29:17] "GET /virtual-network/ff0fc4ed-0d47-4094-b0ae-e3988d894c0a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.019346 10.0.0.242 - - [2025-10-30 02:29:18] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007901 10.0.0.242 - - [2025-10-30 02:29:18] "POST /neutron/port HTTP/1.1" 200 1087 0.016701 10.0.0.242 - - [2025-10-30 02:29:18] "GET /virtual-machine/b32c267b-9b66-430f-af3b-5ed94d21aba4 HTTP/1.1" 200 1293 0.006744 10.0.0.242 - - [2025-10-30 02:29:18] "GET /virtual-machine-interface/8c38619b-048e-4e35-9d22-8db774ad5048 HTTP/1.1" 200 2942 0.006833 10.0.0.242 - - [2025-10-30 02:29:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003836 10.0.0.242 - - [2025-10-30 02:29:18] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004915 10.0.0.242 - - [2025-10-30 02:29:18] "GET /virtual-networks?parent_id=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003247 10.0.0.242 - - [2025-10-30 02:29:18] "GET /virtual-network/04c52057-7fa5-473f-bfec-2ebee659f35a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006988 10.0.0.242 - - [2025-10-30 02:29:19] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007520 10.0.0.242 - - [2025-10-30 02:29:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004149 10.0.0.242 - - [2025-10-30 02:29:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004728 10.0.0.242 - - [2025-10-30 02:29:21] "GET /virtual-networks?parent_id=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 571 0.003921 10.0.0.242 - - [2025-10-30 02:29:21] "GET /virtual-network/04c52057-7fa5-473f-bfec-2ebee659f35a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007147 10.0.0.242 - - [2025-10-30 02:29:26] "POST /neutron/port HTTP/1.1" 200 1885 0.045160 10.0.0.242 - - [2025-10-30 02:29:31] "POST /neutron/router HTTP/1.1" 200 580 0.009068 10.0.0.254 - - [2025-10-30 02:29:32] "POST /ref-update HTTP/1.1" 200 156 0.019001 10.0.0.242 - - [2025-10-30 02:29:34] "POST /neutron/router HTTP/1.1" 200 344 0.226114 10.0.0.242 - - [2025-10-30 02:29:34] "POST /neutron/router HTTP/1.1" 200 580 0.010097 10.0.0.254 - - [2025-10-30 02:29:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004443 10.0.0.242 - - [2025-10-30 02:29:35] "POST /neutron/network HTTP/1.1" 400 204 0.014619 10.0.0.242 - - [2025-10-30 02:29:35] "POST /neutron/port HTTP/1.1" 200 151 0.301286 10.0.0.242 - - [2025-10-30 02:29:35] "POST /neutron/port HTTP/1.1" 200 151 0.336716 10.0.0.254 - - [2025-10-30 02:29:37] "DELETE /route-target/cbca1cfc-a1c4-41f0-9f65-49ec734f995b HTTP/1.1" 200 115 0.037904 10.0.0.242 - - [2025-10-30 02:29:37] "POST /neutron/network HTTP/1.1" 200 824 0.015060 10.0.0.240 - - [2025-10-30 02:29:38] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.242 - - [2025-10-30 02:29:38] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.051286 10.0.0.240 - - [2025-10-30 02:29:38] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002548 10.0.0.242 - - [2025-10-30 02:29:38] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?fields=virtual_networks HTTP/1.1" 200 1041 0.064452 10.0.0.240 - - [2025-10-30 02:29:38] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001094 10.0.0.242 - - [2025-10-30 02:29:39] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.078873 10.0.0.240 - - [2025-10-30 02:29:39] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001479 10.0.0.242 - - [2025-10-30 02:29:39] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?fields=security_groups HTTP/1.1" 200 1266 0.046757 10.0.0.242 - - [2025-10-30 02:29:39] "POST /fqname-to-id HTTP/1.1" 404 191 0.028406 10.0.0.240 - - [2025-10-30 02:29:40] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003250 10.0.0.240 - - [2025-10-30 02:29:40] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000988 10.0.0.240 - - [2025-10-30 02:29:40] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007544 10.0.0.240 - - [2025-10-30 02:29:40] "POST /id-to-fqname HTTP/1.1" 200 193 0.006534 10.0.0.240 - - [2025-10-30 02:29:40] "POST /fqname-to-id HTTP/1.1" 404 202 0.005372 10.0.0.240 - - [2025-10-30 02:29:40] "POST /security-groups HTTP/1.1" 200 594 0.079139 10.0.0.254 - - [2025-10-30 02:29:40] "POST /fqname-to-id HTTP/1.1" 404 237 0.005147 10.0.0.240 - - [2025-10-30 02:29:40] "POST /projects HTTP/1.1" 200 591 0.307217 10.0.0.240 - - [2025-10-30 02:29:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.375860 10.0.0.254 - - [2025-10-30 02:29:40] "POST /access-control-lists HTTP/1.1" 200 599 0.036724 10.0.0.242 - - [2025-10-30 02:29:40] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.535542 10.0.0.242 - - [2025-10-30 02:29:41] "GET / HTTP/1.1" 200 36215 0.001706 10.0.0.242 - - [2025-10-30 02:29:43] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000511 10.0.0.240 - - [2025-10-30 02:29:43] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001170 10.0.0.242 - - [2025-10-30 02:29:44] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.068166 10.0.0.242 - - [2025-10-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003279 10.0.0.242 - - [2025-10-30 02:29:44] "GET /security-group/b062babb-7221-4a47-9840-7b4d3ed1d91d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.006585 10.0.0.242 - - [2025-10-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.240 - - [2025-10-30 02:29:44] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001354 10.0.0.242 - - [2025-10-30 02:29:44] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.038509 10.0.0.242 - - [2025-10-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.242 - - [2025-10-30 02:29:44] "GET /security-group/b062babb-7221-4a47-9840-7b4d3ed1d91d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3776 0.005143 10.0.0.242 - - [2025-10-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003309 10.0.0.242 - - [2025-10-30 02:29:44] "PUT /security-group/b062babb-7221-4a47-9840-7b4d3ed1d91d HTTP/1.1" 200 263 0.022215 10.0.0.242 - - [2025-10-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 404 202 0.003345 10.0.0.242 - - [2025-10-30 02:29:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.240 - - [2025-10-30 02:29:44] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000988 10.0.0.242 - - [2025-10-30 02:29:44] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.067024 10.0.0.240 - - [2025-10-30 02:29:44] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001232 10.0.0.242 - - [2025-10-30 02:29:44] "POST /neutron/network HTTP/1.1" 200 608 0.159901 10.0.0.254 - - [2025-10-30 02:29:44] "POST /route-targets HTTP/1.1" 200 328 0.016348 10.0.0.242 - - [2025-10-30 02:29:45] "POST /id-to-fqname HTTP/1.1" 200 223 0.004451 10.0.0.242 - - [2025-10-30 02:29:45] "GET /virtual-network/da86cc13-9cae-4ecd-92de-b84cfa52b348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006202 10.0.0.242 - - [2025-10-30 02:29:45] "POST /neutron/network HTTP/1.1" 200 827 0.008065 10.0.0.242 - - [2025-10-30 02:29:45] "GET /virtual-network/da86cc13-9cae-4ecd-92de-b84cfa52b348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006152 10.0.0.242 - - [2025-10-30 02:29:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.240 - - [2025-10-30 02:29:45] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001123 10.0.0.242 - - [2025-10-30 02:29:45] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.047165 10.0.0.242 - - [2025-10-30 02:29:45] "POST /neutron/network HTTP/1.1" 200 117 0.013822 10.0.0.254 - - [2025-10-30 02:29:45] "POST /ref-update HTTP/1.1" 200 156 0.042345 10.0.0.242 - - [2025-10-30 02:29:45] "POST /neutron/network HTTP/1.1" 200 835 0.011878 10.0.0.242 - - [2025-10-30 02:29:45] "POST /id-to-fqname HTTP/1.1" 200 227 0.002138 10.0.0.242 - - [2025-10-30 02:29:45] "GET /virtual-network/eae42750-a57a-4d52-8d24-edbad175b0e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006998 10.0.0.242 - - [2025-10-30 02:29:46] "GET /virtual-network/eae42750-a57a-4d52-8d24-edbad175b0e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007297 10.0.0.242 - - [2025-10-30 02:29:46] "POST /neutron/subnet HTTP/1.1" 200 729 0.010701 10.0.0.242 - - [2025-10-30 02:29:46] "POST /id-to-fqname HTTP/1.1" 200 223 0.001417 10.0.0.240 - - [2025-10-30 02:29:46] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001127 10.0.0.242 - - [2025-10-30 02:29:47] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.063281 10.0.0.242 - - [2025-10-30 02:29:47] "POST /neutron/port HTTP/1.1" 200 117 0.006740 10.0.0.242 - - [2025-10-30 02:29:47] "POST /id-to-fqname HTTP/1.1" 200 227 0.001341 10.0.0.242 - - [2025-10-30 02:29:47] "POST /neutron/network HTTP/1.1" 200 845 0.008536 10.0.0.242 - - [2025-10-30 02:29:48] "POST /neutron/port HTTP/1.1" 200 1063 0.019133 10.0.0.240 - - [2025-10-30 02:29:48] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001443 10.0.0.242 - - [2025-10-30 02:29:48] "POST /neutron/port HTTP/1.1" 200 1091 0.037612 10.0.0.242 - - [2025-10-30 02:29:48] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.097825 10.0.0.242 - - [2025-10-30 02:29:48] "POST /neutron/subnet HTTP/1.1" 200 698 0.009428 10.0.0.242 - - [2025-10-30 02:29:48] "POST /neutron/port HTTP/1.1" 200 1091 0.019633 10.0.0.240 - - [2025-10-30 02:29:48] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000960 10.0.0.242 - - [2025-10-30 02:29:48] "POST /neutron/router HTTP/1.1" 200 585 0.119123 10.0.0.242 - - [2025-10-30 02:29:48] "POST /neutron/router HTTP/1.1" 200 656 0.032946 10.0.0.254 - - [2025-10-30 02:29:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.037840 10.0.0.240 - - [2025-10-30 02:29:49] "POST /useragent-kv HTTP/1.1" 200 115 0.002796 10.0.0.254 - - [2025-10-30 02:29:49] "POST /virtual-networks HTTP/1.1" 200 696 0.183564 10.0.0.240 - - [2025-10-30 02:29:49] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.008334 10.0.0.254 - - [2025-10-30 02:29:49] "POST /route-targets HTTP/1.1" 200 328 0.032084 10.0.0.254 - - [2025-10-30 02:29:49] "PUT /logical-router/350000e6-50bd-4e56-a1ae-337df3bf49cb HTTP/1.1" 200 263 0.078871 10.0.0.254 - - [2025-10-30 02:29:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.010781 10.0.0.242 - - [2025-10-30 02:29:49] "POST /neutron/port HTTP/1.1" 200 1064 0.576313 10.0.0.242 - - [2025-10-30 02:29:49] "POST /neutron/port HTTP/1.1" 200 1064 0.015376 10.0.0.254 - - [2025-10-30 02:29:49] "POST /chown HTTP/1.1" 200 109 0.029334 10.0.0.254 - - [2025-10-30 02:29:49] "POST /chown HTTP/1.1" 200 109 0.024574 10.0.0.242 - - [2025-10-30 02:29:49] "POST /neutron/port HTTP/1.1" 200 1092 0.042334 10.0.0.254 - - [2025-10-30 02:29:49] "POST /ref-update HTTP/1.1" 200 156 0.033128 10.0.0.242 - - [2025-10-30 02:29:50] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.254 - - [2025-10-30 02:29:50] "POST /instance-ips HTTP/1.1" 200 550 0.043203 10.0.0.254 - - [2025-10-30 02:29:50] "PUT /virtual-machine-interface/8ae71aa5-d96f-4914-84a4-7828890f8040 HTTP/1.1" 200 285 0.022820 10.0.0.254 - - [2025-10-30 02:29:50] "POST /ref-update HTTP/1.1" 200 156 0.029077 10.0.0.254 - - [2025-10-30 02:29:50] "POST /ref-update HTTP/1.1" 200 156 0.032455 10.0.0.254 - - [2025-10-30 02:29:50] "POST /chown HTTP/1.1" 200 109 0.029283 10.0.0.254 - - [2025-10-30 02:29:50] "PUT /virtual-machine-interface/d03847b3-0974-4916-bfa2-b3a287e3e479 HTTP/1.1" 200 285 0.029667 10.0.0.254 - - [2025-10-30 02:29:50] "POST /ref-update HTTP/1.1" 200 156 0.031166 10.0.0.254 - - [2025-10-30 02:29:50] "PUT /routing-instance/8155df04-9111-4b6b-bb1d-29c6a7263ad4 HTTP/1.1" 200 267 0.049230 10.0.0.254 - - [2025-10-30 02:29:51] "POST /instance-ips HTTP/1.1" 400 316 0.019048 10.0.0.254 - - [2025-10-30 02:29:51] "PUT /instance-ip/e37b1c4a-8fb9-4768-9e25-1edfc26c83db HTTP/1.1" 200 257 0.034843 10.0.0.254 - - [2025-10-30 02:29:51] "POST /ref-update HTTP/1.1" 200 156 0.032465 10.0.0.242 - - [2025-10-30 02:29:54] "POST /neutron/security_group HTTP/1.1" 200 2002 0.010625 10.0.0.242 - - [2025-10-30 02:29:54] "POST /neutron/port HTTP/1.1" 200 1091 0.018831 10.0.0.242 - - [2025-10-30 02:29:54] "GET /virtual-machine/9b3b5ab9-e1da-4293-9857-2b693aa037e4 HTTP/1.1" 401 293 0.000630 10.0.0.242 - - [2025-10-30 02:29:55] "GET /virtual-machine/9b3b5ab9-e1da-4293-9857-2b693aa037e4 HTTP/1.1" 200 1298 0.043568 10.0.0.242 - - [2025-10-30 02:29:55] "GET /virtual-machine-interface/d2dc335f-9165-42e7-a599-d90d83aad042 HTTP/1.1" 200 2964 0.005517 10.0.0.242 - - [2025-10-30 02:29:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004123 10.0.0.242 - - [2025-10-30 02:29:55] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003966 10.0.0.242 - - [2025-10-30 02:29:55] "GET /virtual-networks?parent_id=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003059 10.0.0.242 - - [2025-10-30 02:29:55] "GET /virtual-network/da86cc13-9cae-4ecd-92de-b84cfa52b348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007034 10.0.0.242 - - [2025-10-30 02:29:56] "POST /neutron/security_group HTTP/1.1" 200 2002 0.007301 10.0.0.240 - - [2025-10-30 02:29:57] "DELETE /project/bcbd503b7a1e44d3a6d9c56ba2038544 HTTP/1.1" 404 173 0.031015 10.0.0.240 - - [2025-10-30 02:29:57] "DELETE /project/b3eb24a936cd400db74dbfbe45bf9cb8 HTTP/1.1" 404 173 0.054977 10.0.0.240 - - [2025-10-30 02:29:57] "GET /projects?obj_uuids=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001431 10.0.0.240 - - [2025-10-30 02:29:57] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001033 10.0.0.240 - - [2025-10-30 02:29:57] "GET /project/f6d8d895-20b1-4ba1-b959-eb5a97d57802?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.100822 10.0.0.240 - - [2025-10-30 02:29:57] "GET /projects?obj_uuids=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001151 10.0.0.240 - - [2025-10-30 02:29:57] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.134992 10.0.0.240 - - [2025-10-30 02:29:57] "GET /project/f6d8d895-20b1-4ba1-b959-eb5a97d57802?fields=security_groups HTTP/1.1" 200 1362 0.073349 10.0.0.240 - - [2025-10-30 02:29:57] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001568 10.0.0.240 - - [2025-10-30 02:29:57] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?fields=security_groups HTTP/1.1" 200 1368 0.048342 10.0.0.240 - - [2025-10-30 02:29:57] "DELETE /security-group/f57c0b4a-65d7-4a26-b715-de0f7f5330dc HTTP/1.1" 200 115 0.060945 10.0.0.240 - - [2025-10-30 02:29:57] "GET /projects?obj_uuids=f6d8d895-20b1-4ba1-b959-eb5a97d57802&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000918 10.0.0.254 - - [2025-10-30 02:29:57] "DELETE /access-control-list/a7f687a0-dbee-4c87-98fe-d05beddbf0d7 HTTP/1.1" 200 115 0.042117 10.0.0.240 - - [2025-10-30 02:29:57] "GET /project/f6d8d895-20b1-4ba1-b959-eb5a97d57802?fields=application_policy_sets HTTP/1.1" 200 1401 0.060913 10.0.0.240 - - [2025-10-30 02:29:57] "DELETE /security-group/f04dbac0-b499-4611-9308-d25847d54249 HTTP/1.1" 200 115 0.093402 10.0.0.240 - - [2025-10-30 02:29:57] "GET /projects?obj_uuids=b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001014 10.0.0.240 - - [2025-10-30 02:29:58] "GET /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8?fields=application_policy_sets HTTP/1.1" 200 1407 0.050086 10.0.0.254 - - [2025-10-30 02:29:58] "DELETE /access-control-list/a9305825-1813-448d-af0a-63c73cf4c417 HTTP/1.1" 200 115 0.060061 10.0.0.240 - - [2025-10-30 02:29:58] "DELETE /project/f6d8d895-20b1-4ba1-b959-eb5a97d57802 HTTP/1.1" 200 115 0.645484 10.0.0.242 - - [2025-10-30 02:29:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.007099 10.0.0.242 - - [2025-10-30 02:29:58] "GET /virtual-network/da86cc13-9cae-4ecd-92de-b84cfa52b348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.009251 10.0.0.240 - - [2025-10-30 02:29:58] "DELETE /project/b3eb24a9-36cd-400d-b74d-bfbe45bf9cb8 HTTP/1.1" 200 115 0.712923 10.0.0.242 - - [2025-10-30 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.242 - - [2025-10-30 02:30:00] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004084 10.0.0.242 - - [2025-10-30 02:30:00] "GET /virtual-networks?parent_id=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003854 10.0.0.242 - - [2025-10-30 02:30:00] "GET /virtual-network/da86cc13-9cae-4ecd-92de-b84cfa52b348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006471 10.0.0.242 - - [2025-10-30 02:30:00] "POST /neutron/port HTTP/1.1" 200 1092 0.022247 10.0.0.242 - - [2025-10-30 02:30:00] "POST /neutron/security_group HTTP/1.1" 200 2002 0.009470 10.0.0.242 - - [2025-10-30 02:30:00] "GET /virtual-machine/017052b8-e237-478a-ad7d-9def5293b561 HTTP/1.1" 200 1296 0.009377 10.0.0.242 - - [2025-10-30 02:30:00] "GET /virtual-machine-interface/12b08a12-3882-46a9-b934-fad94b60a2ed HTTP/1.1" 200 2975 0.011677 10.0.0.242 - - [2025-10-30 02:30:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005915 10.0.0.242 - - [2025-10-30 02:30:00] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004450 10.0.0.242 - - [2025-10-30 02:30:00] "GET /virtual-networks?parent_id=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.003510 10.0.0.242 - - [2025-10-30 02:30:00] "GET /virtual-network/eae42750-a57a-4d52-8d24-edbad175b0e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.006451 10.0.0.242 - - [2025-10-30 02:30:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.006546 10.0.0.242 - - [2025-10-30 02:30:02] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005664 10.0.0.242 - - [2025-10-30 02:30:02] "GET /virtual-networks?parent_id=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 881 0.004107 10.0.0.242 - - [2025-10-30 02:30:02] "GET /virtual-network/eae42750-a57a-4d52-8d24-edbad175b0e0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2068 0.007045 10.0.0.242 - - [2025-10-30 02:30:05] "POST /neutron/router HTTP/1.1" 200 656 0.011087 10.0.0.254 - - [2025-10-30 02:30:06] "PUT /logical-router/350000e6-50bd-4e56-a1ae-337df3bf49cb HTTP/1.1" 500 213 0.129745 10.0.0.242 - - [2025-10-30 02:30:06] "POST /neutron/router HTTP/1.1" 200 151 0.219224 10.0.0.254 - - [2025-10-30 02:30:06] "DELETE /route-target/410f4daf-7611-489d-b0d1-03da0455a371 HTTP/1.1" 409 240 0.091183 10.0.0.254 - - [2025-10-30 02:30:06] "DELETE /route-table/b9ae0629-409e-4466-9af7-4f0dcbf11bc4 HTTP/1.1" 200 115 0.074708 10.0.0.254 - - [2025-10-30 02:30:06] "POST /ref-update HTTP/1.1" 200 156 0.023888 10.0.0.240 - - [2025-10-30 02:30:07] "POST /useragent-kv HTTP/1.1" 200 115 0.008179 10.0.0.240 - - [2025-10-30 02:30:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003688 10.0.0.254 - - [2025-10-30 02:30:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006448 10.0.0.254 - - [2025-10-30 02:30:07] "DELETE /virtual-network/58ec2110-380f-4b6a-adae-f536ae40fef0 HTTP/1.1" 200 115 0.280817 10.0.0.242 - - [2025-10-30 02:30:07] "POST /neutron/port HTTP/1.1" 200 1092 0.022658 10.0.0.242 - - [2025-10-30 02:30:07] "POST /neutron/port HTTP/1.1" 200 1091 0.017183 10.0.0.254 - - [2025-10-30 02:30:07] "POST /ref-update HTTP/1.1" 200 156 0.027990 10.0.0.254 - - [2025-10-30 02:30:07] "GET /virtual-machine-interface/8ae71aa5-d96f-4914-84a4-7828890f8040?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1345 0.010624 10.0.0.254 - - [2025-10-30 02:30:07] "DELETE /virtual-machine/159c7bc2-01d3-4786-a25b-edb10f12f473 HTTP/1.1" 200 115 0.058210 10.0.0.254 - - [2025-10-30 02:30:07] "GET /virtual-machine-interface/d03847b3-0974-4916-bfa2-b3a287e3e479?fields=floating_ip_back_refs%2Cinstance_ip_back_refs%2Cinterface_route_table_refs HTTP/1.1" 200 1667 0.006762 10.0.0.254 - - [2025-10-30 02:30:07] "DELETE /instance-ip/01d1c244-8f07-407b-a13c-904f9967b1ac HTTP/1.1" 200 115 0.047540 10.0.0.254 - - [2025-10-30 02:30:07] "DELETE /virtual-machine/cf3a4350-345f-4b2a-babe-c8d3a9d930a1 HTTP/1.1" 200 115 0.043262 10.0.0.242 - - [2025-10-30 02:30:08] "POST /neutron/network HTTP/1.1" 200 835 0.007957 10.0.0.254 - - [2025-10-30 02:30:08] "DELETE /route-target/55fd3acf-c1e7-430c-9d72-c430f8dd8455 HTTP/1.1" 200 115 0.030413 10.0.0.240 - - [2025-10-30 02:30:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003328 10.0.0.240 - - [2025-10-30 02:30:09] "POST /useragent-kv HTTP/1.1" 200 115 0.002926 10.0.0.242 - - [2025-10-30 02:30:09] "POST /neutron/network HTTP/1.1" 200 151 0.137142 10.0.0.240 - - [2025-10-30 02:30:10] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001207 10.0.0.242 - - [2025-10-30 02:30:10] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1389 0.047284 10.0.0.240 - - [2025-10-30 02:30:10] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001000 10.0.0.242 - - [2025-10-30 02:30:10] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?fields=virtual_networks HTTP/1.1" 200 1051 0.038761 10.0.0.240 - - [2025-10-30 02:30:10] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001005 10.0.0.242 - - [2025-10-30 02:30:10] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?fields=virtual_machine_interfaces HTTP/1.1" 200 1051 0.046426 10.0.0.240 - - [2025-10-30 02:30:10] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001511 10.0.0.242 - - [2025-10-30 02:30:10] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?fields=security_groups HTTP/1.1" 200 1281 0.039295 10.0.0.242 - - [2025-10-30 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 196 0.024095 10.0.0.240 - - [2025-10-30 02:30:11] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004179 10.0.0.240 - - [2025-10-30 02:30:11] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001829 10.0.0.240 - - [2025-10-30 02:30:11] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009861 10.0.0.240 - - [2025-10-30 02:30:11] "POST /id-to-fqname HTTP/1.1" 200 198 0.003555 10.0.0.240 - - [2025-10-30 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.002985 10.0.0.240 - - [2025-10-30 02:30:11] "POST /security-groups HTTP/1.1" 200 599 0.077317 10.0.0.254 - - [2025-10-30 02:30:11] "POST /fqname-to-id HTTP/1.1" 404 242 0.004958 10.0.0.240 - - [2025-10-30 02:30:11] "POST /projects HTTP/1.1" 200 601 0.316920 10.0.0.240 - - [2025-10-30 02:30:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.390364 10.0.0.254 - - [2025-10-30 02:30:11] "POST /access-control-lists HTTP/1.1" 200 604 0.030248 10.0.0.242 - - [2025-10-30 02:30:12] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.555050 10.0.0.242 - - [2025-10-30 02:30:13] "GET / HTTP/1.1" 200 36215 0.002598 10.0.0.242 - - [2025-10-30 02:30:14] "POST /fqname-to-id HTTP/1.1" 401 293 0.000524 10.0.0.242 - - [2025-10-30 02:30:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.055124 10.0.0.240 - - [2025-10-30 02:30:15] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000937 10.0.0.242 - - [2025-10-30 02:30:15] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.052219 10.0.0.240 - - [2025-10-30 02:30:15] "POST /useragent-kv HTTP/1.1" 200 115 0.007813 10.0.0.242 - - [2025-10-30 02:30:15] "POST /neutron/subnet HTTP/1.1" 200 730 0.261178 10.0.0.242 - - [2025-10-30 02:30:16] "POST /id-to-fqname HTTP/1.1" 200 228 0.001455 10.0.0.242 - - [2025-10-30 02:30:16] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.008081 10.0.0.242 - - [2025-10-30 02:30:16] "POST /neutron/network HTTP/1.1" 200 1007 0.013105 10.0.0.242 - - [2025-10-30 02:30:16] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.007732 10.0.0.242 - - [2025-10-30 02:30:16] "POST /neutron/subnet HTTP/1.1" 200 828 0.009672 10.0.0.242 - - [2025-10-30 02:30:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.240 - - [2025-10-30 02:30:16] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001327 10.0.0.242 - - [2025-10-30 02:30:16] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.044074 10.0.0.254 - - [2025-10-30 02:30:16] "POST /route-targets HTTP/1.1" 200 328 0.019432 10.0.0.240 - - [2025-10-30 02:30:16] "POST /useragent-kv HTTP/1.1" 200 115 0.009638 10.0.0.242 - - [2025-10-30 02:30:16] "POST /neutron/subnet HTTP/1.1" 200 720 0.222711 10.0.0.254 - - [2025-10-30 02:30:16] "POST /fqname-to-id HTTP/1.1" 404 207 0.052313 10.0.0.242 - - [2025-10-30 02:30:17] "POST /id-to-fqname HTTP/1.1" 200 228 0.001684 10.0.0.242 - - [2025-10-30 02:30:17] "GET /virtual-network/d9cb7ad0-7228-4728-98d0-aa817ea90684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.008610 10.0.0.242 - - [2025-10-30 02:30:17] "POST /neutron/network HTTP/1.1" 200 1005 0.012212 10.0.0.242 - - [2025-10-30 02:30:17] "GET /virtual-network/d9cb7ad0-7228-4728-98d0-aa817ea90684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.005841 10.0.0.242 - - [2025-10-30 02:30:17] "POST /neutron/subnet HTTP/1.1" 200 828 0.009447 10.0.0.242 - - [2025-10-30 02:30:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.002812 10.0.0.242 - - [2025-10-30 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002985 10.0.0.240 - - [2025-10-30 02:30:17] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001089 10.0.0.242 - - [2025-10-30 02:30:17] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.046442 10.0.0.242 - - [2025-10-30 02:30:17] "POST /network-policys HTTP/1.1" 200 579 0.072170 10.0.0.242 - - [2025-10-30 02:30:17] "GET /network-policy/5fe489e2-ce95-4b81-a7d1-ee53fced8c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.007081 10.0.0.242 - - [2025-10-30 02:30:17] "POST /neutron/network HTTP/1.1" 200 1115 0.011202 10.0.0.242 - - [2025-10-30 02:30:17] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.006463 10.0.0.242 - - [2025-10-30 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.254 - - [2025-10-30 02:30:17] "POST /access-control-lists HTTP/1.1" 200 598 0.101243 10.0.0.242 - - [2025-10-30 02:30:17] "GET /network-policy/5fe489e2-ce95-4b81-a7d1-ee53fced8c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.005270 10.0.0.242 - - [2025-10-30 02:30:17] "POST /neutron/network HTTP/1.1" 200 1113 0.040132 10.0.0.242 - - [2025-10-30 02:30:17] "GET /virtual-network/d9cb7ad0-7228-4728-98d0-aa817ea90684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006627 10.0.0.242 - - [2025-10-30 02:30:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005158 10.0.0.254 - - [2025-10-30 02:30:17] "POST /ref-update HTTP/1.1" 200 156 0.037027 10.0.0.242 - - [2025-10-30 02:30:17] "GET /network-policy/5fe489e2-ce95-4b81-a7d1-ee53fced8c55?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3130 0.018888 10.0.0.242 - - [2025-10-30 02:30:18] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.006613 10.0.0.254 - - [2025-10-30 02:30:19] "GET /obj-perms HTTP/1.1" 200 5065 0.063384 10.0.0.240 - - [2025-10-30 02:30:19] "GET /obj-perms HTTP/1.1" 200 5065 0.051140 10.0.0.242 - - [2025-10-30 02:30:20] "GET /virtual-network/d9cb7ad0-7228-4728-98d0-aa817ea90684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006347 10.0.0.242 - - [2025-10-30 02:30:20] "GET /obj-perms HTTP/1.1" 200 5065 0.045550 10.0.0.242 - - [2025-10-30 02:30:20] "POST /id-to-fqname HTTP/1.1" 200 228 0.001535 10.0.0.240 - - [2025-10-30 02:30:21] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001661 10.0.0.242 - - [2025-10-30 02:30:21] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.081294 10.0.0.242 - - [2025-10-30 02:30:21] "POST /neutron/port HTTP/1.1" 200 117 0.008231 10.0.0.242 - - [2025-10-30 02:30:21] "POST /id-to-fqname HTTP/1.1" 200 228 0.001625 10.0.0.242 - - [2025-10-30 02:30:22] "POST /neutron/network HTTP/1.1" 200 1123 0.010776 10.0.0.242 - - [2025-10-30 02:30:22] "POST /neutron/port HTTP/1.1" 200 1176 0.023543 10.0.0.240 - - [2025-10-30 02:30:22] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001123 10.0.0.242 - - [2025-10-30 02:30:22] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.105245 10.0.0.242 - - [2025-10-30 02:30:22] "POST /neutron/port HTTP/1.1" 200 1204 0.023022 10.0.0.242 - - [2025-10-30 02:30:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005257 10.0.0.242 - - [2025-10-30 02:30:23] "POST /neutron/port HTTP/1.1" 200 117 0.001741 10.0.0.242 - - [2025-10-30 02:30:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010290 10.0.0.242 - - [2025-10-30 02:30:23] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013858 10.0.0.242 - - [2025-10-30 02:30:24] "POST /neutron/port HTTP/1.1" 200 1174 0.023053 10.0.0.242 - - [2025-10-30 02:30:24] "POST /neutron/port HTTP/1.1" 200 1202 0.020968 10.0.0.242 - - [2025-10-30 02:30:24] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014953 10.0.0.242 - - [2025-10-30 02:30:24] "POST /neutron/network HTTP/1.1" 200 1113 0.012209 10.0.0.242 - - [2025-10-30 02:30:28] "POST /neutron/port HTTP/1.1" 200 1204 0.016638 10.0.0.242 - - [2025-10-30 02:30:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009084 10.0.0.242 - - [2025-10-30 02:30:28] "GET /virtual-machine/07058774-bcb6-4227-b124-2848979a58b8 HTTP/1.1" 401 293 0.000428 10.0.0.242 - - [2025-10-30 02:30:29] "GET /virtual-machine/07058774-bcb6-4227-b124-2848979a58b8 HTTP/1.1" 200 1301 0.034649 10.0.0.242 - - [2025-10-30 02:30:29] "GET /virtual-machine-interface/ed43edf0-7895-476a-9d35-4e94fb6926b4 HTTP/1.1" 200 3184 0.006089 10.0.0.242 - - [2025-10-30 02:30:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.242 - - [2025-10-30 02:30:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004188 10.0.0.242 - - [2025-10-30 02:30:29] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003884 10.0.0.242 - - [2025-10-30 02:30:29] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.006669 10.0.0.242 - - [2025-10-30 02:30:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.242 - - [2025-10-30 02:30:32] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.006274 10.0.0.242 - - [2025-10-30 02:30:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.242 - - [2025-10-30 02:30:36] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.006107 10.0.0.242 - - [2025-10-30 02:30:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006351 10.0.0.242 - - [2025-10-30 02:30:40] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.005963 10.0.0.242 - - [2025-10-30 02:30:42] "POST /neutron/network HTTP/1.1" 200 1125 0.009924 10.0.0.242 - - [2025-10-30 02:30:42] "POST /neutron/subnet HTTP/1.1" 200 1390 0.016606 10.0.0.242 - - [2025-10-30 02:30:42] "POST /neutron/network HTTP/1.1" 200 1115 0.013047 10.0.0.242 - - [2025-10-30 02:30:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.242 - - [2025-10-30 02:30:44] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.005460 10.0.0.242 - - [2025-10-30 02:30:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004494 10.0.0.242 - - [2025-10-30 02:30:48] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.006151 10.0.0.242 - - [2025-10-30 02:30:51] "POST /neutron/network HTTP/1.1" 200 1123 0.009451 10.0.0.242 - - [2025-10-30 02:30:51] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016220 10.0.0.242 - - [2025-10-30 02:30:51] "POST /neutron/network HTTP/1.1" 200 1113 0.013610 10.0.0.242 - - [2025-10-30 02:30:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004005 10.0.0.242 - - [2025-10-30 02:30:52] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.007627 10.0.0.242 - - [2025-10-30 02:30:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004553 10.0.0.242 - - [2025-10-30 02:30:56] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.007113 10.0.0.240 - - [2025-10-30 02:30:58] "DELETE /project/d4abb9e43bba473d9fd23a37ef66fcc3 HTTP/1.1" 404 173 0.004195 10.0.0.240 - - [2025-10-30 02:30:58] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.000929 10.0.0.240 - - [2025-10-30 02:30:58] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1491 0.049628 10.0.0.240 - - [2025-10-30 02:30:58] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001095 10.0.0.240 - - [2025-10-30 02:30:58] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?fields=security_groups HTTP/1.1" 200 1383 0.041306 10.0.0.240 - - [2025-10-30 02:30:58] "DELETE /security-group/b062babb-7221-4a47-9840-7b4d3ed1d91d HTTP/1.1" 200 115 0.050462 10.0.0.240 - - [2025-10-30 02:30:58] "GET /projects?obj_uuids=bcbd503b-7a1e-44d3-a6d9-c56ba2038544&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.001145 10.0.0.254 - - [2025-10-30 02:30:58] "DELETE /access-control-list/e94cd91f-ddff-49e8-ba60-7711d6f77d3c HTTP/1.1" 200 115 0.039754 10.0.0.240 - - [2025-10-30 02:30:58] "GET /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544?fields=application_policy_sets HTTP/1.1" 200 1422 0.043193 10.0.0.240 - - [2025-10-30 02:30:58] "DELETE /project/bcbd503b-7a1e-44d3-a6d9-c56ba2038544 HTTP/1.1" 200 115 0.385129 10.0.0.242 - - [2025-10-30 02:31:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.242 - - [2025-10-30 02:31:00] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003703 10.0.0.242 - - [2025-10-30 02:31:00] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003003 10.0.0.242 - - [2025-10-30 02:31:00] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.006549 10.0.0.242 - - [2025-10-30 02:31:06] "POST /neutron/port HTTP/1.1" 200 1204 0.025839 10.0.0.242 - - [2025-10-30 02:31:09] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007817 10.0.0.242 - - [2025-10-30 02:31:16] "POST /neutron/port HTTP/1.1" 200 1204 0.022916 10.0.0.242 - - [2025-10-30 02:31:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007790 10.0.0.242 - - [2025-10-30 02:31:22] "POST /neutron/port HTTP/1.1" 200 1202 0.015869 10.0.0.242 - - [2025-10-30 02:31:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007836 10.0.0.242 - - [2025-10-30 02:31:22] "GET /virtual-machine/09e0cebf-4bc6-4c80-a9d1-353b289f6473 HTTP/1.1" 200 1301 0.005700 10.0.0.242 - - [2025-10-30 02:31:22] "GET /virtual-machine-interface/201f60ca-38b0-4727-8b24-6d84d76ece90 HTTP/1.1" 200 3183 0.005305 10.0.0.242 - - [2025-10-30 02:31:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003975 10.0.0.242 - - [2025-10-30 02:31:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003881 10.0.0.242 - - [2025-10-30 02:31:22] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003353 10.0.0.242 - - [2025-10-30 02:31:22] "GET /virtual-network/d9cb7ad0-7228-4728-98d0-aa817ea90684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006619 10.0.0.242 - - [2025-10-30 02:31:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.242 - - [2025-10-30 02:31:23] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004124 10.0.0.242 - - [2025-10-30 02:31:23] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002856 10.0.0.242 - - [2025-10-30 02:31:23] "GET /virtual-network/d9cb7ad0-7228-4728-98d0-aa817ea90684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006034 10.0.0.242 - - [2025-10-30 02:31:43] "POST /neutron/port HTTP/1.1" 200 1204 0.043663 10.0.0.242 - - [2025-10-30 02:31:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005325 10.0.0.242 - - [2025-10-30 02:31:43] "POST /neutron/port HTTP/1.1" 200 117 0.001353 10.0.0.242 - - [2025-10-30 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.240 - - [2025-10-30 02:31:47] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001077 10.0.0.242 - - [2025-10-30 02:31:47] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.044982 10.0.0.242 - - [2025-10-30 02:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.242 - - [2025-10-30 02:31:47] "PUT /network-policy/5fe489e2-ce95-4b81-a7d1-ee53fced8c55 HTTP/1.1" 200 263 0.014812 10.0.0.254 - - [2025-10-30 02:31:48] "PUT /access-control-list/80d16c46-ed22-4a3a-9fa6-af6cb56bf6d3 HTTP/1.1" 200 273 0.040578 10.0.0.242 - - [2025-10-30 02:31:51] "GET /virtual-network/d9cb7ad0-7228-4728-98d0-aa817ea90684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2966 0.006441 10.0.0.242 - - [2025-10-30 02:31:51] "POST /neutron/network HTTP/1.1" 200 1113 0.010178 10.0.0.254 - - [2025-10-30 02:31:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.006326 10.0.0.242 - - [2025-10-30 02:31:51] "GET /virtual-network/d9cb7ad0-7228-4728-98d0-aa817ea90684?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2641 0.011221 10.0.0.242 - - [2025-10-30 02:31:51] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2972 0.014256 10.0.0.242 - - [2025-10-30 02:31:51] "POST /neutron/network HTTP/1.1" 200 1115 0.009267 10.0.0.254 - - [2025-10-30 02:31:52] "DELETE /access-control-list/80d16c46-ed22-4a3a-9fa6-af6cb56bf6d3 HTTP/1.1" 200 115 0.057865 10.0.0.242 - - [2025-10-30 02:31:52] "GET /virtual-network/f98a1d48-f56e-4167-b717-ca7416c1f353?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2647 0.010928 10.0.0.242 - - [2025-10-30 02:31:52] "DELETE /network-policy/5fe489e2-ce95-4b81-a7d1-ee53fced8c55 HTTP/1.1" 200 115 0.076518 10.0.0.242 - - [2025-10-30 02:31:52] "POST /neutron/network HTTP/1.1" 200 1005 0.013535 10.0.0.242 - - [2025-10-30 02:31:52] "POST /neutron/port HTTP/1.1" 200 1202 0.016002 10.0.0.242 - - [2025-10-30 02:31:52] "POST /neutron/port HTTP/1.1" 200 151 0.338301 10.0.0.240 - - [2025-10-30 02:31:54] "POST /useragent-kv HTTP/1.1" 200 115 0.007199 10.0.0.240 - - [2025-10-30 02:31:54] "POST /useragent-kv HTTP/1.1" 200 115 0.003116 10.0.0.240 - - [2025-10-30 02:31:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002461 10.0.0.240 - - [2025-10-30 02:31:54] "POST /useragent-kv HTTP/1.1" 200 115 0.002343 10.0.0.242 - - [2025-10-30 02:31:54] "POST /neutron/network HTTP/1.1" 200 151 0.158341 10.0.0.254 - - [2025-10-30 02:31:54] "DELETE /route-target/625a98c3-598a-4156-bffe-03a80bb2ff06 HTTP/1.1" 200 115 0.026757 10.0.0.240 - - [2025-10-30 02:31:59] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001102 10.0.0.242 - - [2025-10-30 02:31:59] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.044465 10.0.0.242 - - [2025-10-30 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.240 - - [2025-10-30 02:31:59] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000974 10.0.0.242 - - [2025-10-30 02:31:59] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007310 10.0.0.242 - - [2025-10-30 02:31:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.240 - - [2025-10-30 02:31:59] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001167 10.0.0.242 - - [2025-10-30 02:31:59] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.047292 10.0.0.242 - - [2025-10-30 02:32:00] "GET /domains HTTP/1.1" 200 281 0.003456 10.0.0.240 - - [2025-10-30 02:32:00] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001037 10.0.0.242 - - [2025-10-30 02:32:00] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f HTTP/1.1" 200 2591 0.018289 10.0.0.240 - - [2025-10-30 02:32:00] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000980 10.0.0.242 - - [2025-10-30 02:32:00] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3 HTTP/1.1" 200 1916 0.095284 10.0.0.242 - - [2025-10-30 02:32:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003507 10.0.0.242 - - [2025-10-30 02:32:00] "POST /network-ipams HTTP/1.1" 200 611 0.029812 10.0.0.242 - - [2025-10-30 02:32:00] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 805 0.003811 10.0.0.242 - - [2025-10-30 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004392 10.0.0.242 - - [2025-10-30 02:32:00] "GET /network-ipam/741a4dfb-9ff2-4f35-b3fc-9bd8aec07aa4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.007031 10.0.0.242 - - [2025-10-30 02:32:00] "PUT /network-ipam/741a4dfb-9ff2-4f35-b3fc-9bd8aec07aa4 HTTP/1.1" 200 259 0.018809 10.0.0.242 - - [2025-10-30 02:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004359 10.0.0.240 - - [2025-10-30 02:32:00] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001155 10.0.0.242 - - [2025-10-30 02:32:00] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.053464 10.0.0.242 - - [2025-10-30 02:32:00] "POST /neutron/network HTTP/1.1" 200 117 0.013525 10.0.0.254 - - [2025-10-30 02:32:01] "POST /route-targets HTTP/1.1" 200 328 0.014924 10.0.0.240 - - [2025-10-30 02:32:01] "POST /useragent-kv HTTP/1.1" 200 115 0.009095 10.0.0.242 - - [2025-10-30 02:32:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.248408 10.0.0.242 - - [2025-10-30 02:32:01] "POST /id-to-fqname HTTP/1.1" 200 231 0.001492 10.0.0.242 - - [2025-10-30 02:32:01] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.007745 10.0.0.242 - - [2025-10-30 02:32:01] "POST /neutron/network HTTP/1.1" 200 1309 0.011566 10.0.0.242 - - [2025-10-30 02:32:01] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005584 10.0.0.242 - - [2025-10-30 02:32:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.010937 10.0.0.242 - - [2025-10-30 02:32:02] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006275 10.0.0.254 - - [2025-10-30 02:32:02] "GET /obj-perms HTTP/1.1" 200 5065 0.005710 10.0.0.240 - - [2025-10-30 02:32:02] "GET /obj-perms HTTP/1.1" 200 5065 0.005446 10.0.0.242 - - [2025-10-30 02:32:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004342 10.0.0.240 - - [2025-10-30 02:32:02] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001650 10.0.0.242 - - [2025-10-30 02:32:02] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.045408 10.0.0.240 - - [2025-10-30 02:32:02] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001034 10.0.0.242 - - [2025-10-30 02:32:02] "POST /neutron/network HTTP/1.1" 200 619 0.144258 10.0.0.254 - - [2025-10-30 02:32:02] "POST /ref-update HTTP/1.1" 200 156 0.037470 10.0.0.254 - - [2025-10-30 02:32:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.006912 10.0.0.240 - - [2025-10-30 02:32:03] "POST /useragent-kv HTTP/1.1" 200 115 0.007432 10.0.0.242 - - [2025-10-30 02:32:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.215074 10.0.0.242 - - [2025-10-30 02:32:03] "POST /id-to-fqname HTTP/1.1" 200 231 0.001565 10.0.0.242 - - [2025-10-30 02:32:03] "GET /virtual-network/c4df492b-8769-4bc6-bc69-6d75cb1ac86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005830 10.0.0.242 - - [2025-10-30 02:32:03] "GET /virtual-network/c4df492b-8769-4bc6-bc69-6d75cb1ac86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006293 10.0.0.242 - - [2025-10-30 02:32:03] "POST /neutron/network HTTP/1.1" 200 1309 0.011683 10.0.0.242 - - [2025-10-30 02:32:03] "POST /neutron/subnet HTTP/1.1" 200 828 0.013609 10.0.0.242 - - [2025-10-30 02:32:03] "GET /virtual-network/c4df492b-8769-4bc6-bc69-6d75cb1ac86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006447 10.0.0.242 - - [2025-10-30 02:32:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005562 10.0.0.240 - - [2025-10-30 02:32:04] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001144 10.0.0.242 - - [2025-10-30 02:32:04] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.053303 10.0.0.240 - - [2025-10-30 02:32:04] "POST /useragent-kv HTTP/1.1" 200 115 0.015398 10.0.0.242 - - [2025-10-30 02:32:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.243550 10.0.0.242 - - [2025-10-30 02:32:05] "POST /neutron/network HTTP/1.1" 200 1309 0.018191 10.0.0.242 - - [2025-10-30 02:32:05] "POST /id-to-fqname HTTP/1.1" 200 231 0.001349 10.0.0.242 - - [2025-10-30 02:32:05] "GET /virtual-network/96d9568e-ebea-4b5a-b051-8f6b8e5ff014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005934 10.0.0.242 - - [2025-10-30 02:32:05] "GET /virtual-network/96d9568e-ebea-4b5a-b051-8f6b8e5ff014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006402 10.0.0.242 - - [2025-10-30 02:32:05] "POST /neutron/subnet HTTP/1.1" 200 701 0.012947 10.0.0.242 - - [2025-10-30 02:32:05] "GET /virtual-network/96d9568e-ebea-4b5a-b051-8f6b8e5ff014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.006840 10.0.0.242 - - [2025-10-30 02:32:05] "GET /obj-perms HTTP/1.1" 200 5065 0.003971 10.0.0.242 - - [2025-10-30 02:32:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.240 - - [2025-10-30 02:32:06] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001036 10.0.0.242 - - [2025-10-30 02:32:06] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.046499 10.0.0.242 - - [2025-10-30 02:32:06] "POST /neutron/network HTTP/1.1" 200 117 0.017308 10.0.0.254 - - [2025-10-30 02:32:06] "POST /ref-update HTTP/1.1" 200 156 0.025228 10.0.0.240 - - [2025-10-30 02:32:06] "POST /useragent-kv HTTP/1.1" 200 115 0.012011 10.0.0.242 - - [2025-10-30 02:32:06] "POST /neutron/subnet HTTP/1.1" 200 701 0.290909 10.0.0.242 - - [2025-10-30 02:32:07] "POST /id-to-fqname HTTP/1.1" 200 231 0.001502 10.0.0.242 - - [2025-10-30 02:32:07] "GET /virtual-network/000b882a-439b-4cf4-a717-9e3e7660ebcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.007897 10.0.0.242 - - [2025-10-30 02:32:07] "POST /neutron/network HTTP/1.1" 200 1308 0.016530 10.0.0.242 - - [2025-10-30 02:32:07] "GET /virtual-network/000b882a-439b-4cf4-a717-9e3e7660ebcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.005508 10.0.0.242 - - [2025-10-30 02:32:07] "POST /neutron/subnet HTTP/1.1" 200 701 0.008592 10.0.0.242 - - [2025-10-30 02:32:07] "GET /virtual-network/000b882a-439b-4cf4-a717-9e3e7660ebcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.006031 10.0.0.254 - - [2025-10-30 02:32:07] "GET /obj-perms HTTP/1.1" 200 5065 0.004725 10.0.0.240 - - [2025-10-30 02:32:07] "GET /obj-perms HTTP/1.1" 200 5065 0.003746 10.0.0.242 - - [2025-10-30 02:32:07] "POST /fqname-to-id HTTP/1.1" 404 225 0.004247 10.0.0.242 - - [2025-10-30 02:32:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004252 10.0.0.240 - - [2025-10-30 02:32:07] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001385 10.0.0.242 - - [2025-10-30 02:32:07] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.050567 10.0.0.242 - - [2025-10-30 02:32:07] "POST /network-policys HTTP/1.1" 200 561 0.038650 10.0.0.242 - - [2025-10-30 02:32:08] "GET /network-policy/8d95f54f-1da4-45e6-ad9c-c7cb4d0b77eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.007773 10.0.0.242 - - [2025-10-30 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 225 0.004301 10.0.0.242 - - [2025-10-30 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004622 10.0.0.240 - - [2025-10-30 02:32:08] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001136 10.0.0.242 - - [2025-10-30 02:32:08] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.040046 10.0.0.242 - - [2025-10-30 02:32:08] "POST /network-policys HTTP/1.1" 200 561 0.029795 10.0.0.242 - - [2025-10-30 02:32:08] "GET /network-policy/85763a6a-59c9-47eb-88a2-47f9230c7ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007068 10.0.0.242 - - [2025-10-30 02:32:08] "POST /fqname-to-id HTTP/1.1" 404 225 0.003429 10.0.0.242 - - [2025-10-30 02:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.240 - - [2025-10-30 02:32:08] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001208 10.0.0.242 - - [2025-10-30 02:32:08] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.069654 10.0.0.242 - - [2025-10-30 02:32:08] "POST /network-policys HTTP/1.1" 200 561 0.033239 10.0.0.242 - - [2025-10-30 02:32:08] "GET /network-policy/3fb8802a-522e-4bbc-b05d-d9b1760282db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.008758 10.0.0.242 - - [2025-10-30 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 225 0.004173 10.0.0.242 - - [2025-10-30 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.240 - - [2025-10-30 02:32:09] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001343 10.0.0.242 - - [2025-10-30 02:32:09] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.049171 10.0.0.242 - - [2025-10-30 02:32:09] "POST /network-policys HTTP/1.1" 200 561 0.032229 10.0.0.242 - - [2025-10-30 02:32:09] "GET /network-policy/2e11c062-2a39-418c-9cb4-905cf66b1488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.009230 10.0.0.242 - - [2025-10-30 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 225 0.004573 10.0.0.242 - - [2025-10-30 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.240 - - [2025-10-30 02:32:09] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001409 10.0.0.242 - - [2025-10-30 02:32:09] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.051700 10.0.0.242 - - [2025-10-30 02:32:09] "POST /network-policys HTTP/1.1" 200 561 0.033927 10.0.0.242 - - [2025-10-30 02:32:09] "GET /network-policy/8d0bde50-96b4-40c4-83b2-2e262134f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.008536 10.0.0.242 - - [2025-10-30 02:32:09] "POST /fqname-to-id HTTP/1.1" 404 225 0.005076 10.0.0.242 - - [2025-10-30 02:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004882 10.0.0.240 - - [2025-10-30 02:32:09] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001727 10.0.0.242 - - [2025-10-30 02:32:09] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.054373 10.0.0.242 - - [2025-10-30 02:32:09] "POST /network-policys HTTP/1.1" 200 561 0.037331 10.0.0.242 - - [2025-10-30 02:32:10] "GET /network-policy/b8187ed8-1ee8-470f-88d7-01f9e0b0124a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.006834 10.0.0.242 - - [2025-10-30 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.003540 10.0.0.242 - - [2025-10-30 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003320 10.0.0.240 - - [2025-10-30 02:32:10] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.242 - - [2025-10-30 02:32:10] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.047503 10.0.0.242 - - [2025-10-30 02:32:10] "POST /network-policys HTTP/1.1" 200 561 0.033863 10.0.0.242 - - [2025-10-30 02:32:10] "GET /network-policy/2b360c4b-f6f5-41d1-814b-2bca57943d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.015815 10.0.0.242 - - [2025-10-30 02:32:10] "POST /fqname-to-id HTTP/1.1" 404 225 0.012939 10.0.0.242 - - [2025-10-30 02:32:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.240 - - [2025-10-30 02:32:10] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001294 10.0.0.242 - - [2025-10-30 02:32:10] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.048703 10.0.0.242 - - [2025-10-30 02:32:10] "POST /network-policys HTTP/1.1" 200 561 0.035498 10.0.0.242 - - [2025-10-30 02:32:10] "GET /network-policy/def2c171-a195-471e-8313-361a12bba046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.008013 10.0.0.254 - - [2025-10-30 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.004276 10.0.0.242 - - [2025-10-30 02:32:11] "POST /neutron/network HTTP/1.1" 200 1494 0.101905 10.0.0.242 - - [2025-10-30 02:32:11] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.008192 10.0.0.242 - - [2025-10-30 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.242 - - [2025-10-30 02:32:11] "GET /network-policy/85763a6a-59c9-47eb-88a2-47f9230c7ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.005623 10.0.0.242 - - [2025-10-30 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.242 - - [2025-10-30 02:32:11] "GET /network-policy/8d95f54f-1da4-45e6-ad9c-c7cb4d0b77eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.006311 10.0.0.254 - - [2025-10-30 02:32:11] "POST /fqname-to-id HTTP/1.1" 404 248 0.004781 10.0.0.242 - - [2025-10-30 02:32:11] "POST /neutron/network HTTP/1.1" 200 1494 0.134332 10.0.0.242 - - [2025-10-30 02:32:11] "GET /virtual-network/c4df492b-8769-4bc6-bc69-6d75cb1ac86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.019203 10.0.0.242 - - [2025-10-30 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.006392 10.0.0.242 - - [2025-10-30 02:32:11] "GET /network-policy/2e11c062-2a39-418c-9cb4-905cf66b1488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.006141 10.0.0.242 - - [2025-10-30 02:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.242 - - [2025-10-30 02:32:12] "GET /network-policy/3fb8802a-522e-4bbc-b05d-d9b1760282db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.006486 10.0.0.254 - - [2025-10-30 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 248 0.004173 10.0.0.242 - - [2025-10-30 02:32:12] "POST /neutron/network HTTP/1.1" 200 1494 0.097991 10.0.0.242 - - [2025-10-30 02:32:12] "GET /virtual-network/96d9568e-ebea-4b5a-b051-8f6b8e5ff014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006354 10.0.0.242 - - [2025-10-30 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003180 10.0.0.242 - - [2025-10-30 02:32:12] "GET /network-policy/8d0bde50-96b4-40c4-83b2-2e262134f124?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.023818 10.0.0.242 - - [2025-10-30 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.242 - - [2025-10-30 02:32:12] "GET /network-policy/b8187ed8-1ee8-470f-88d7-01f9e0b0124a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.005658 10.0.0.254 - - [2025-10-30 02:32:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.008606 10.0.0.242 - - [2025-10-30 02:32:12] "POST /neutron/network HTTP/1.1" 200 1493 0.129907 10.0.0.254 - - [2025-10-30 02:32:12] "POST /access-control-lists HTTP/1.1" 200 607 0.050165 10.0.0.242 - - [2025-10-30 02:32:12] "GET /virtual-network/000b882a-439b-4cf4-a717-9e3e7660ebcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006445 10.0.0.242 - - [2025-10-30 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003025 10.0.0.242 - - [2025-10-30 02:32:12] "GET /network-policy/2b360c4b-f6f5-41d1-814b-2bca57943d4b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8844 0.005084 10.0.0.242 - - [2025-10-30 02:32:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003395 10.0.0.242 - - [2025-10-30 02:32:12] "GET /network-policy/def2c171-a195-471e-8313-361a12bba046?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5021 0.004935 10.0.0.242 - - [2025-10-30 02:32:12] "POST /id-to-fqname HTTP/1.1" 200 231 0.001306 10.0.0.240 - - [2025-10-30 02:32:48] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001076 10.0.0.242 - - [2025-10-30 02:32:48] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.064469 10.0.0.242 - - [2025-10-30 02:32:48] "POST /neutron/network HTTP/1.1" 200 1494 0.010840 10.0.0.242 - - [2025-10-30 02:32:48] "POST /id-to-fqname HTTP/1.1" 200 231 0.001473 10.0.0.242 - - [2025-10-30 02:32:48] "POST /neutron/port HTTP/1.1" 200 117 0.006727 10.0.0.240 - - [2025-10-30 02:32:48] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000991 10.0.0.242 - - [2025-10-30 02:32:49] "POST /neutron/port HTTP/1.1" 200 1170 0.476269 10.0.0.240 - - [2025-10-30 02:32:49] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.242 - - [2025-10-30 02:32:49] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.097083 10.0.0.242 - - [2025-10-30 02:32:49] "POST /neutron/port HTTP/1.1" 200 1224 0.213377 10.0.0.242 - - [2025-10-30 02:32:49] "POST /neutron/port HTTP/1.1" 200 1198 0.028723 10.0.0.242 - - [2025-10-30 02:32:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004044 10.0.0.242 - - [2025-10-30 02:32:50] "POST /neutron/port HTTP/1.1" 200 1198 0.029029 10.0.0.242 - - [2025-10-30 02:32:50] "POST /neutron/port HTTP/1.1" 200 117 0.002707 10.0.0.240 - - [2025-10-30 02:32:50] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001177 10.0.0.242 - - [2025-10-30 02:32:51] "POST /neutron/port HTTP/1.1" 200 1170 0.471956 10.0.0.242 - - [2025-10-30 02:32:51] "POST /neutron/port HTTP/1.1" 200 1224 0.207212 10.0.0.242 - - [2025-10-30 02:32:51] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004150 10.0.0.242 - - [2025-10-30 02:32:51] "POST /neutron/port HTTP/1.1" 200 117 0.002913 10.0.0.242 - - [2025-10-30 02:32:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.013404 10.0.0.254 - - [2025-10-30 02:32:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000486 10.0.0.254 - - [2025-10-30 02:32:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.254 - - [2025-10-30 02:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.254 - - [2025-10-30 02:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.240 - - [2025-10-30 02:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.240 - - [2025-10-30 02:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.242 - - [2025-10-30 02:33:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.240 - - [2025-10-30 02:33:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.242 - - [2025-10-30 02:33:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.240 - - [2025-10-30 02:33:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000388 10.0.0.242 - - [2025-10-30 02:33:03] "GET /global-system-configs HTTP/1.1" 401 293 0.001128 10.0.0.242 - - [2025-10-30 02:33:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.242 - - [2025-10-30 02:33:05] "POST /neutron/port HTTP/1.1" 200 1198 0.018524 10.0.0.242 - - [2025-10-30 02:33:10] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009634 10.0.0.242 - - [2025-10-30 02:33:13] "GET /obj-perms HTTP/1.1" 200 5075 0.055774 10.0.0.242 - - [2025-10-30 02:33:20] "POST /neutron/port HTTP/1.1" 200 1198 0.018989 10.0.0.242 - - [2025-10-30 02:33:25] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015929 10.0.0.242 - - [2025-10-30 02:33:36] "POST /neutron/port HTTP/1.1" 200 1198 0.026969 10.0.0.242 - - [2025-10-30 02:33:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008242 10.0.0.242 - - [2025-10-30 02:33:41] "POST /neutron/port HTTP/1.1" 200 1198 0.023260 10.0.0.242 - - [2025-10-30 02:33:41] "GET /virtual-machine/0c843d71-f78c-4851-95da-c7d49af4e757 HTTP/1.1" 200 1301 0.006211 10.0.0.242 - - [2025-10-30 02:33:41] "GET /virtual-machine-interface/949ba0c3-8475-4cc6-a0c7-aecc6c3278c4 HTTP/1.1" 200 3193 0.005601 10.0.0.242 - - [2025-10-30 02:33:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.242 - - [2025-10-30 02:33:41] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003767 10.0.0.242 - - [2025-10-30 02:33:41] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003572 10.0.0.242 - - [2025-10-30 02:33:41] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007079 10.0.0.242 - - [2025-10-30 02:33:43] "POST /neutron/port HTTP/1.1" 200 1198 0.015914 10.0.0.242 - - [2025-10-30 02:33:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004296 10.0.0.242 - - [2025-10-30 02:33:43] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.242 - - [2025-10-30 02:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.242 - - [2025-10-30 02:33:44] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.005449 10.0.0.242 - - [2025-10-30 02:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.242 - - [2025-10-30 02:33:48] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006445 10.0.0.242 - - [2025-10-30 02:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.242 - - [2025-10-30 02:33:52] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007382 10.0.0.242 - - [2025-10-30 02:33:55] "POST /neutron/port HTTP/1.1" 200 1198 0.016550 10.0.0.242 - - [2025-10-30 02:33:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003788 10.0.0.242 - - [2025-10-30 02:33:55] "POST /neutron/port HTTP/1.1" 200 117 0.001309 10.0.0.242 - - [2025-10-30 02:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.242 - - [2025-10-30 02:33:56] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006974 10.0.0.242 - - [2025-10-30 02:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003453 10.0.0.242 - - [2025-10-30 02:34:00] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006504 10.0.0.242 - - [2025-10-30 02:34:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.242 - - [2025-10-30 02:34:05] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007820 10.0.0.242 - - [2025-10-30 02:34:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004884 10.0.0.242 - - [2025-10-30 02:34:09] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006153 10.0.0.242 - - [2025-10-30 02:34:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003592 10.0.0.242 - - [2025-10-30 02:34:13] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006788 10.0.0.242 - - [2025-10-30 02:34:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.242 - - [2025-10-30 02:34:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004040 10.0.0.242 - - [2025-10-30 02:34:17] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003738 10.0.0.242 - - [2025-10-30 02:34:17] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.010849 10.0.0.242 - - [2025-10-30 02:34:17] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008295 10.0.0.242 - - [2025-10-30 02:34:26] "POST /neutron/port HTTP/1.1" 200 1198 0.043242 10.0.0.242 - - [2025-10-30 02:34:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008886 10.0.0.242 - - [2025-10-30 02:34:38] "POST /neutron/port HTTP/1.1" 200 1198 0.014861 10.0.0.242 - - [2025-10-30 02:34:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007867 10.0.0.242 - - [2025-10-30 02:34:38] "GET /virtual-machine/f3d2a92f-d5e2-45b5-8963-26ba7b605e74 HTTP/1.1" 200 1302 0.006539 10.0.0.242 - - [2025-10-30 02:34:38] "GET /virtual-machine-interface/c2bc1f1f-6348-4dc5-b92d-52e9365de110 HTTP/1.1" 200 3193 0.005958 10.0.0.242 - - [2025-10-30 02:34:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.242 - - [2025-10-30 02:34:38] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004984 10.0.0.242 - - [2025-10-30 02:34:38] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003536 10.0.0.242 - - [2025-10-30 02:34:38] "GET /virtual-network/c4df492b-8769-4bc6-bc69-6d75cb1ac86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006233 10.0.0.242 - - [2025-10-30 02:34:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.242 - - [2025-10-30 02:34:39] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003597 10.0.0.242 - - [2025-10-30 02:34:39] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003215 10.0.0.242 - - [2025-10-30 02:34:39] "GET /virtual-network/c4df492b-8769-4bc6-bc69-6d75cb1ac86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.008041 10.0.0.242 - - [2025-10-30 02:34:39] "POST /neutron/port HTTP/1.1" 200 1198 0.016785 10.0.0.242 - - [2025-10-30 02:34:44] "POST /neutron/port HTTP/1.1" 200 1198 0.016188 10.0.0.242 - - [2025-10-30 02:34:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004691 10.0.0.242 - - [2025-10-30 02:34:44] "POST /neutron/port HTTP/1.1" 200 117 0.001352 10.0.0.242 - - [2025-10-30 02:34:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008348 10.0.0.242 - - [2025-10-30 02:34:50] "POST /neutron/port HTTP/1.1" 200 1198 0.027672 10.0.0.242 - - [2025-10-30 02:34:55] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009598 10.0.0.242 - - [2025-10-30 02:34:55] "POST /neutron/network HTTP/1.1" 200 1504 0.009412 10.0.0.242 - - [2025-10-30 02:34:55] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018542 10.0.0.242 - - [2025-10-30 02:34:55] "POST /neutron/network HTTP/1.1" 200 1494 0.013317 10.0.0.242 - - [2025-10-30 02:35:00] "POST /neutron/port HTTP/1.1" 200 1198 0.022737 10.0.0.242 - - [2025-10-30 02:35:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.242 - - [2025-10-30 02:35:01] "GET /network-policy/3fb8802a-522e-4bbc-b05d-d9b1760282db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6939 0.008373 10.0.0.242 - - [2025-10-30 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004575 10.0.0.242 - - [2025-10-30 02:35:01] "GET /network-policy/2e11c062-2a39-418c-9cb4-905cf66b1488?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8845 0.007566 10.0.0.242 - - [2025-10-30 02:35:01] "POST /neutron/security_group HTTP/1.1" 200 2066 0.011741 10.0.0.242 - - [2025-10-30 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005365 10.0.0.242 - - [2025-10-30 02:35:01] "GET /network-policy/8d95f54f-1da4-45e6-ad9c-c7cb4d0b77eb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6940 0.006901 10.0.0.242 - - [2025-10-30 02:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004975 10.0.0.242 - - [2025-10-30 02:35:01] "GET /network-policy/85763a6a-59c9-47eb-88a2-47f9230c7ecb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5020 0.007540 10.0.0.254 - - [2025-10-30 02:35:14] "GET /obj-perms HTTP/1.1" 200 5075 0.044597 10.0.0.242 - - [2025-10-30 02:35:44] "GET /virtual-machine/f3d2a92f-d5e2-45b5-8963-26ba7b605e74 HTTP/1.1" 200 1302 0.027164 10.0.0.242 - - [2025-10-30 02:35:45] "POST /neutron/port HTTP/1.1" 200 1198 0.039496 10.0.0.242 - - [2025-10-30 02:35:45] "POST /neutron/port HTTP/1.1" 200 1224 0.015935 10.0.0.242 - - [2025-10-30 02:35:45] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016491 10.0.0.242 - - [2025-10-30 02:35:45] "POST /neutron/network HTTP/1.1" 200 1494 0.027780 10.0.0.242 - - [2025-10-30 02:35:46] "GET /virtual-machine/f3d2a92f-d5e2-45b5-8963-26ba7b605e74 HTTP/1.1" 404 171 0.004304 10.0.0.242 - - [2025-10-30 02:35:46] "GET /virtual-machine/f3d2a92f-d5e2-45b5-8963-26ba7b605e74 HTTP/1.1" 404 171 0.003670 10.0.0.242 - - [2025-10-30 02:35:46] "GET /virtual-machine/f3d2a92f-d5e2-45b5-8963-26ba7b605e74 HTTP/1.1" 404 171 0.003622 10.0.0.242 - - [2025-10-30 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.031049 10.0.0.242 - - [2025-10-30 02:35:47] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005191 10.0.0.242 - - [2025-10-30 02:35:47] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.004630 10.0.0.242 - - [2025-10-30 02:35:47] "GET /virtual-network/c4df492b-8769-4bc6-bc69-6d75cb1ac86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007258 10.0.0.242 - - [2025-10-30 02:35:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.242 - - [2025-10-30 02:35:47] "GET /routing-instance/908b7bf2-e5f0-4572-aeb7-2df0e692e4cf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.005374 10.0.0.242 - - [2025-10-30 02:35:47] "GET /route-target/251c0e13-b9e0-4a81-a2f5-cdf88c6b09de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004107 10.0.0.242 - - [2025-10-30 02:35:47] "GET /virtual-machine/f3d2a92f-d5e2-45b5-8963-26ba7b605e74 HTTP/1.1" 404 171 0.003292 10.0.0.242 - - [2025-10-30 02:35:48] "GET /virtual-machine/f3d2a92f-d5e2-45b5-8963-26ba7b605e74 HTTP/1.1" 404 171 0.003784 10.0.0.242 - - [2025-10-30 02:35:49] "GET /virtual-machine/f3d2a92f-d5e2-45b5-8963-26ba7b605e74 HTTP/1.1" 404 171 0.004512 10.0.0.242 - - [2025-10-30 02:35:50] "GET /virtual-machine/f3d2a92f-d5e2-45b5-8963-26ba7b605e74 HTTP/1.1" 404 171 0.004157 10.0.0.242 - - [2025-10-30 02:35:51] "GET /virtual-machine/f3d2a92f-d5e2-45b5-8963-26ba7b605e74 HTTP/1.1" 404 171 0.003404 10.0.0.242 - - [2025-10-30 02:35:52] "GET /virtual-machine/f3d2a92f-d5e2-45b5-8963-26ba7b605e74 HTTP/1.1" 404 171 0.003406 10.0.0.240 - - [2025-10-30 02:35:52] "GET /obj-perms HTTP/1.1" 200 5065 0.044042 10.0.0.242 - - [2025-10-30 02:35:55] "GET /obj-perms HTTP/1.1" 200 5065 0.050752 10.0.0.240 - - [2025-10-30 02:36:01] "GET /obj-perms HTTP/1.1" 200 5065 0.004744 10.0.0.242 - - [2025-10-30 02:36:04] "GET /obj-perms HTTP/1.1" 200 5065 0.004377 10.0.0.242 - - [2025-10-30 02:36:05] "GET /virtual-machine/0c843d71-f78c-4851-95da-c7d49af4e757 HTTP/1.1" 200 1301 0.005173 10.0.0.242 - - [2025-10-30 02:36:05] "POST /neutron/port HTTP/1.1" 200 151 0.235613 10.0.0.242 - - [2025-10-30 02:36:07] "GET /virtual-machine/0c843d71-f78c-4851-95da-c7d49af4e757 HTTP/1.1" 404 171 0.003604 10.0.0.242 - - [2025-10-30 02:36:07] "GET /virtual-machine/0c843d71-f78c-4851-95da-c7d49af4e757 HTTP/1.1" 404 171 0.003196 10.0.0.242 - - [2025-10-30 02:36:07] "GET /virtual-machine/0c843d71-f78c-4851-95da-c7d49af4e757 HTTP/1.1" 404 171 0.002815 10.0.0.242 - - [2025-10-30 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004607 10.0.0.242 - - [2025-10-30 02:36:07] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004424 10.0.0.242 - - [2025-10-30 02:36:07] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 1059 0.003980 10.0.0.242 - - [2025-10-30 02:36:07] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.009367 10.0.0.242 - - [2025-10-30 02:36:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003443 10.0.0.242 - - [2025-10-30 02:36:07] "GET /routing-instance/af102d11-12c2-4b56-9621-e516a1f88a8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.004934 10.0.0.242 - - [2025-10-30 02:36:07] "GET /route-target/3adf02a4-b05f-49d9-bce2-41ba15ea9c40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003686 10.0.0.242 - - [2025-10-30 02:36:07] "GET /obj-perms HTTP/1.1" 200 5065 0.009765 10.0.0.242 - - [2025-10-30 02:36:10] "GET /obj-perms HTTP/1.1" 200 5065 0.004889 10.0.0.242 - - [2025-10-30 02:36:13] "GET /obj-perms HTTP/1.1" 200 5065 0.004048 10.0.0.240 - - [2025-10-30 02:36:13] "GET /obj-perms HTTP/1.1" 200 5065 0.003891 10.0.0.242 - - [2025-10-30 02:36:14] "GET /virtual-network/000b882a-439b-4cf4-a717-9e3e7660ebcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3799 0.006224 10.0.0.242 - - [2025-10-30 02:36:14] "POST /neutron/network HTTP/1.1" 200 1308 0.013936 10.0.0.242 - - [2025-10-30 02:36:14] "GET /virtual-network/000b882a-439b-4cf4-a717-9e3e7660ebcc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3192 0.006567 10.0.0.254 - - [2025-10-30 02:36:14] "DELETE /access-control-list/893f9c6a-525b-4970-a510-9ca321db8117 HTTP/1.1" 200 115 0.116318 10.0.0.242 - - [2025-10-30 02:36:14] "GET /virtual-network/96d9568e-ebea-4b5a-b051-8f6b8e5ff014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006855 10.0.0.242 - - [2025-10-30 02:36:14] "POST /neutron/network HTTP/1.1" 200 1309 0.054507 10.0.0.242 - - [2025-10-30 02:36:14] "GET /virtual-network/96d9568e-ebea-4b5a-b051-8f6b8e5ff014?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.012896 10.0.0.242 - - [2025-10-30 02:36:14] "GET /virtual-network/c4df492b-8769-4bc6-bc69-6d75cb1ac86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.007243 10.0.0.242 - - [2025-10-30 02:36:14] "POST /neutron/network HTTP/1.1" 200 1309 0.015611 10.0.0.242 - - [2025-10-30 02:36:14] "GET /virtual-network/c4df492b-8769-4bc6-bc69-6d75cb1ac86b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.005765 10.0.0.254 - - [2025-10-30 02:36:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.099488 10.0.0.254 - - [2025-10-30 02:36:15] "POST /ref-update HTTP/1.1" 200 156 0.037755 10.0.0.242 - - [2025-10-30 02:36:15] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3806 0.006517 10.0.0.242 - - [2025-10-30 02:36:15] "POST /neutron/network HTTP/1.1" 200 1309 0.018909 10.0.0.242 - - [2025-10-30 02:36:15] "GET /virtual-network/ef1fa795-d492-4455-9d75-5315019c2e56?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3199 0.025096 10.0.0.242 - - [2025-10-30 02:36:15] "DELETE /network-policy/def2c171-a195-471e-8313-361a12bba046 HTTP/1.1" 200 115 0.045120 10.0.0.242 - - [2025-10-30 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.240 - - [2025-10-30 02:36:15] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.034102 10.0.0.242 - - [2025-10-30 02:36:15] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.103806 10.0.0.242 - - [2025-10-30 02:36:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-16686948&detail=False&count=False&shared=False HTTP/1.1" 200 1762 0.006547 10.0.0.242 - - [2025-10-30 02:36:15] "DELETE /network-policy/2b360c4b-f6f5-41d1-814b-2bca57943d4b HTTP/1.1" 200 115 0.055726 10.0.0.242 - - [2025-10-30 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.240 - - [2025-10-30 02:36:15] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001742 10.0.0.242 - - [2025-10-30 02:36:15] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.053077 10.0.0.242 - - [2025-10-30 02:36:15] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-16686948&detail=False&count=False&shared=False HTTP/1.1" 200 1529 0.005673 10.0.0.242 - - [2025-10-30 02:36:15] "DELETE /network-policy/b8187ed8-1ee8-470f-88d7-01f9e0b0124a HTTP/1.1" 200 115 0.048829 10.0.0.242 - - [2025-10-30 02:36:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.008082 10.0.0.240 - - [2025-10-30 02:36:16] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001068 10.0.0.242 - - [2025-10-30 02:36:16] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.056736 10.0.0.242 - - [2025-10-30 02:36:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-16686948&detail=False&count=False&shared=False HTTP/1.1" 200 1296 0.007517 10.0.0.242 - - [2025-10-30 02:36:16] "DELETE /network-policy/8d0bde50-96b4-40c4-83b2-2e262134f124 HTTP/1.1" 200 115 0.047236 10.0.0.242 - - [2025-10-30 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.240 - - [2025-10-30 02:36:16] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001193 10.0.0.242 - - [2025-10-30 02:36:16] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.059364 10.0.0.242 - - [2025-10-30 02:36:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-16686948&detail=False&count=False&shared=False HTTP/1.1" 200 1062 0.006968 10.0.0.242 - - [2025-10-30 02:36:16] "DELETE /network-policy/2e11c062-2a39-418c-9cb4-905cf66b1488 HTTP/1.1" 200 115 0.059716 10.0.0.242 - - [2025-10-30 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004525 10.0.0.240 - - [2025-10-30 02:36:16] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001350 10.0.0.242 - - [2025-10-30 02:36:16] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.060445 10.0.0.242 - - [2025-10-30 02:36:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-16686948&detail=False&count=False&shared=False HTTP/1.1" 200 829 0.006404 10.0.0.242 - - [2025-10-30 02:36:16] "DELETE /network-policy/3fb8802a-522e-4bbc-b05d-d9b1760282db HTTP/1.1" 200 115 0.046610 10.0.0.242 - - [2025-10-30 02:36:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.007252 10.0.0.240 - - [2025-10-30 02:36:16] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001598 10.0.0.242 - - [2025-10-30 02:36:16] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.074781 10.0.0.242 - - [2025-10-30 02:36:16] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-16686948&detail=False&count=False&shared=False HTTP/1.1" 200 596 0.007196 10.0.0.242 - - [2025-10-30 02:36:17] "DELETE /network-policy/85763a6a-59c9-47eb-88a2-47f9230c7ecb HTTP/1.1" 200 115 0.045331 10.0.0.242 - - [2025-10-30 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.012421 10.0.0.240 - - [2025-10-30 02:36:17] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001678 10.0.0.242 - - [2025-10-30 02:36:17] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.055015 10.0.0.242 - - [2025-10-30 02:36:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-16686948&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.006348 10.0.0.242 - - [2025-10-30 02:36:17] "DELETE /network-policy/8d95f54f-1da4-45e6-ad9c-c7cb4d0b77eb HTTP/1.1" 200 115 0.050989 10.0.0.242 - - [2025-10-30 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005721 10.0.0.240 - - [2025-10-30 02:36:17] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001441 10.0.0.242 - - [2025-10-30 02:36:17] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.049678 10.0.0.242 - - [2025-10-30 02:36:17] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyIpv4v6-16686948&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007406 10.0.0.254 - - [2025-10-30 02:36:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.242 - - [2025-10-30 02:36:17] "POST /neutron/network HTTP/1.1" 200 1309 0.021613 10.0.0.254 - - [2025-10-30 02:36:18] "DELETE /route-target/410f4daf-7611-489d-b0d1-03da0455a371 HTTP/1.1" 200 115 0.021433 10.0.0.240 - - [2025-10-30 02:36:18] "POST /useragent-kv HTTP/1.1" 200 115 0.006037 10.0.0.240 - - [2025-10-30 02:36:18] "POST /useragent-kv HTTP/1.1" 200 115 0.008033 10.0.0.240 - - [2025-10-30 02:36:18] "POST /useragent-kv HTTP/1.1" 200 115 0.004476 10.0.0.240 - - [2025-10-30 02:36:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003612 10.0.0.240 - - [2025-10-30 02:36:18] "POST /useragent-kv HTTP/1.1" 200 115 0.005737 10.0.0.240 - - [2025-10-30 02:36:18] "POST /useragent-kv HTTP/1.1" 200 115 0.003268 10.0.0.242 - - [2025-10-30 02:36:18] "POST /neutron/network HTTP/1.1" 200 151 0.190856 10.0.0.254 - - [2025-10-30 02:36:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004413 10.0.0.242 - - [2025-10-30 02:36:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.242 - - [2025-10-30 02:36:19] "DELETE /network-ipam/741a4dfb-9ff2-4f35-b3fc-9bd8aec07aa4 HTTP/1.1" 200 115 0.044883 10.0.0.242 - - [2025-10-30 02:36:19] "POST /fqname-to-id HTTP/1.1" 404 252 0.005007 10.0.0.240 - - [2025-10-30 02:36:19] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001174 10.0.0.240 - - [2025-10-30 02:36:19] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1511 0.055054 10.0.0.240 - - [2025-10-30 02:36:19] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001515 10.0.0.240 - - [2025-10-30 02:36:19] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?fields=security_groups HTTP/1.1" 200 1398 0.046499 10.0.0.240 - - [2025-10-30 02:36:19] "DELETE /security-group/9f440e52-0849-4f35-9df4-c329b837244d HTTP/1.1" 200 115 0.055758 10.0.0.240 - - [2025-10-30 02:36:19] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001653 10.0.0.240 - - [2025-10-30 02:36:19] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?fields=application_policy_sets HTTP/1.1" 200 1437 0.077637 10.0.0.254 - - [2025-10-30 02:36:19] "DELETE /access-control-list/c3eec381-a381-4839-83a6-aacfedae9d12 HTTP/1.1" 200 115 0.067035 10.0.0.242 - - [2025-10-30 02:36:19] "DELETE /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3 HTTP/1.1" 200 115 0.451134 10.0.0.240 - - [2025-10-30 02:36:19] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001000 10.0.0.242 - - [2025-10-30 02:36:19] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?fields=projects HTTP/1.1" 200 1247 0.011948 10.0.0.242 - - [2025-10-30 02:36:24] "POST /fqname-to-id HTTP/1.1" 404 225 0.003640 10.0.0.240 - - [2025-10-30 02:36:25] "POST /id-to-fqname HTTP/1.1" 200 198 0.006010 10.0.0.240 - - [2025-10-30 02:36:25] "POST /fqname-to-id HTTP/1.1" 404 207 0.006168 10.0.0.240 - - [2025-10-30 02:36:25] "POST /security-groups HTTP/1.1" 200 599 0.031496 10.0.0.240 - - [2025-10-30 02:36:25] "POST /projects HTTP/1.1" 200 601 0.251548 10.0.0.242 - - [2025-10-30 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.282189 10.0.0.254 - - [2025-10-30 02:36:25] "POST /fqname-to-id HTTP/1.1" 404 241 0.015146 10.0.0.240 - - [2025-10-30 02:36:25] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.242 - - [2025-10-30 02:36:25] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.046411 10.0.0.242 - - [2025-10-30 02:36:25] "POST /network-policys HTTP/1.1" 200 561 0.036068 10.0.0.242 - - [2025-10-30 02:36:25] "GET /network-policy/0d2f2ecb-9451-431c-98b8-fac0f59e0a50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.007088 10.0.0.242 - - [2025-10-30 02:36:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003159 10.0.0.240 - - [2025-10-30 02:36:25] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001226 10.0.0.242 - - [2025-10-30 02:36:25] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.037575 10.0.0.242 - - [2025-10-30 02:36:25] "POST /neutron/network HTTP/1.1" 200 117 0.014030 10.0.0.254 - - [2025-10-30 02:36:25] "POST /ref-update HTTP/1.1" 200 156 0.027032 10.0.0.240 - - [2025-10-30 02:36:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007988 10.0.0.242 - - [2025-10-30 02:36:26] "POST /neutron/subnet HTTP/1.1" 200 823 0.173561 10.0.0.242 - - [2025-10-30 02:36:26] "POST /id-to-fqname HTTP/1.1" 200 229 0.001340 10.0.0.242 - - [2025-10-30 02:36:26] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005787 10.0.0.242 - - [2025-10-30 02:36:26] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.005599 10.0.0.242 - - [2025-10-30 02:36:26] "POST /neutron/network HTTP/1.1" 200 1006 0.009077 10.0.0.242 - - [2025-10-30 02:36:26] "POST /neutron/network HTTP/1.1" 200 1006 0.009450 10.0.0.254 - - [2025-10-30 02:36:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.003767 10.0.0.242 - - [2025-10-30 02:36:26] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.014384 10.0.0.242 - - [2025-10-30 02:36:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.242 - - [2025-10-30 02:36:26] "GET /network-policy/0d2f2ecb-9451-431c-98b8-fac0f59e0a50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3106 0.004773 10.0.0.242 - - [2025-10-30 02:36:26] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005821 10.0.0.242 - - [2025-10-30 02:36:26] "GET /obj-perms HTTP/1.1" 200 5065 0.004367 10.0.0.254 - - [2025-10-30 02:36:26] "GET /obj-perms HTTP/1.1" 200 5065 0.047210 10.0.0.242 - - [2025-10-30 02:36:26] "POST /id-to-fqname HTTP/1.1" 200 229 0.002494 10.0.0.242 - - [2025-10-30 02:36:27] "POST /neutron/network HTTP/1.1" 200 1115 0.008684 10.0.0.240 - - [2025-10-30 02:36:27] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001060 10.0.0.242 - - [2025-10-30 02:36:27] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.065521 10.0.0.242 - - [2025-10-30 02:36:28] "POST /neutron/port HTTP/1.1" 200 117 0.006820 10.0.0.242 - - [2025-10-30 02:36:28] "POST /id-to-fqname HTTP/1.1" 200 229 0.001465 10.0.0.242 - - [2025-10-30 02:36:28] "POST /neutron/network HTTP/1.1" 200 1115 0.007579 10.0.0.254 - - [2025-10-30 02:36:28] "PUT /access-control-list/f59a0e5d-6bc9-437d-b7fb-7df221e81b03 HTTP/1.1" 200 273 0.068912 10.0.0.242 - - [2025-10-30 02:36:29] "POST /neutron/port HTTP/1.1" 200 1173 0.019261 10.0.0.240 - - [2025-10-30 02:36:29] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001113 10.0.0.242 - - [2025-10-30 02:36:29] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.080266 10.0.0.242 - - [2025-10-30 02:36:29] "POST /neutron/network HTTP/1.1" 200 1105 0.035550 10.0.0.242 - - [2025-10-30 02:36:29] "POST /neutron/subnet HTTP/1.1" 200 1376 0.012192 10.0.0.242 - - [2025-10-30 02:36:29] "POST /neutron/network HTTP/1.1" 200 1105 0.010327 10.0.0.242 - - [2025-10-30 02:36:29] "POST /neutron/port HTTP/1.1" 200 117 0.008402 10.0.0.242 - - [2025-10-30 02:36:29] "POST /neutron/network HTTP/1.1" 200 1115 0.008276 10.0.0.242 - - [2025-10-30 02:36:30] "POST /neutron/port HTTP/1.1" 200 1173 0.022719 10.0.0.242 - - [2025-10-30 02:36:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004077 10.0.0.242 - - [2025-10-30 02:36:30] "POST /neutron/port HTTP/1.1" 200 117 0.001211 10.0.0.242 - - [2025-10-30 02:36:34] "POST /neutron/port HTTP/1.1" 200 1201 0.020379 10.0.0.242 - - [2025-10-30 02:36:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008108 10.0.0.242 - - [2025-10-30 02:36:34] "GET /virtual-machine/16180567-ff9a-4cd6-be52-2f6451721f13 HTTP/1.1" 200 1302 0.005979 10.0.0.242 - - [2025-10-30 02:36:34] "GET /virtual-machine-interface/149ad194-6af4-4ea0-a338-ef649f6c04be HTTP/1.1" 200 3186 0.006283 10.0.0.242 - - [2025-10-30 02:36:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.242 - - [2025-10-30 02:36:34] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004720 10.0.0.242 - - [2025-10-30 02:36:34] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002965 10.0.0.242 - - [2025-10-30 02:36:35] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006800 10.0.0.242 - - [2025-10-30 02:36:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004680 10.0.0.242 - - [2025-10-30 02:36:38] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006363 10.0.0.242 - - [2025-10-30 02:36:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003653 10.0.0.242 - - [2025-10-30 02:36:42] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005871 10.0.0.242 - - [2025-10-30 02:36:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003540 10.0.0.242 - - [2025-10-30 02:36:46] "POST /neutron/port HTTP/1.1" 200 1201 0.047403 10.0.0.242 - - [2025-10-30 02:36:46] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006812 10.0.0.242 - - [2025-10-30 02:36:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005117 10.0.0.242 - - [2025-10-30 02:36:46] "POST /neutron/port HTTP/1.1" 200 117 0.002078 10.0.0.242 - - [2025-10-30 02:36:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.242 - - [2025-10-30 02:36:50] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005878 10.0.0.242 - - [2025-10-30 02:36:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.242 - - [2025-10-30 02:36:54] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008645 10.0.0.242 - - [2025-10-30 02:36:57] "POST /neutron/port HTTP/1.1" 200 1201 0.023437 10.0.0.242 - - [2025-10-30 02:36:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005205 10.0.0.242 - - [2025-10-30 02:36:57] "POST /neutron/port HTTP/1.1" 200 117 0.001622 10.0.0.242 - - [2025-10-30 02:36:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.242 - - [2025-10-30 02:36:58] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005660 10.0.0.240 - - [2025-10-30 02:36:58] "DELETE /project/d4abb9e43bba473d9fd23a37ef66fcc3 HTTP/1.1" 404 173 0.028822 10.0.0.242 - - [2025-10-30 02:37:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005043 10.0.0.242 - - [2025-10-30 02:37:02] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.007309 10.0.0.242 - - [2025-10-30 02:37:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.008857 10.0.0.242 - - [2025-10-30 02:37:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004731 10.0.0.242 - - [2025-10-30 02:37:06] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.004117 10.0.0.242 - - [2025-10-30 02:37:06] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.008777 10.0.0.242 - - [2025-10-30 02:37:06] "POST /neutron/port HTTP/1.1" 200 1201 0.020640 10.0.0.242 - - [2025-10-30 02:37:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008312 10.0.0.240 - - [2025-10-30 02:37:16] "GET /obj-perms HTTP/1.1" 200 5075 0.049268 10.0.0.242 - - [2025-10-30 02:37:17] "POST /neutron/port HTTP/1.1" 200 1201 0.018272 10.0.0.242 - - [2025-10-30 02:37:22] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007375 10.0.0.242 - - [2025-10-30 02:37:27] "POST /neutron/port HTTP/1.1" 200 1201 0.030634 10.0.0.242 - - [2025-10-30 02:37:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007050 10.0.0.242 - - [2025-10-30 02:37:27] "GET /virtual-machine/121fbe29-8948-406b-854f-3c4666838d51 HTTP/1.1" 200 1301 0.006050 10.0.0.242 - - [2025-10-30 02:37:27] "GET /virtual-machine-interface/9126a237-7b03-419a-a1aa-0e836eac67f2 HTTP/1.1" 200 3187 0.006208 10.0.0.242 - - [2025-10-30 02:37:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003435 10.0.0.242 - - [2025-10-30 02:37:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003495 10.0.0.242 - - [2025-10-30 02:37:27] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002727 10.0.0.242 - - [2025-10-30 02:37:27] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.005921 10.0.0.242 - - [2025-10-30 02:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003686 10.0.0.242 - - [2025-10-30 02:37:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003699 10.0.0.242 - - [2025-10-30 02:37:29] "GET /virtual-networks?parent_id=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.003172 10.0.0.242 - - [2025-10-30 02:37:29] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006393 10.0.0.242 - - [2025-10-30 02:37:29] "POST /neutron/port HTTP/1.1" 200 1201 0.015994 10.0.0.242 - - [2025-10-30 02:37:46] "POST /neutron/port HTTP/1.1" 200 1201 0.017372 10.0.0.242 - - [2025-10-30 02:37:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005217 10.0.0.242 - - [2025-10-30 02:37:46] "POST /neutron/port HTTP/1.1" 200 117 0.001772 10.0.0.242 - - [2025-10-30 02:37:53] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2955 0.006644 10.0.0.242 - - [2025-10-30 02:37:54] "POST /neutron/network HTTP/1.1" 200 1006 0.094006 10.0.0.242 - - [2025-10-30 02:37:54] "GET /virtual-network/1e962de8-4d42-462b-809e-f357881ae48c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2639 0.009206 10.0.0.242 - - [2025-10-30 02:37:54] "POST /neutron/network HTTP/1.1" 400 204 0.016148 10.0.0.242 - - [2025-10-30 02:37:54] "POST /neutron/port HTTP/1.1" 200 1227 0.018196 10.0.0.242 - - [2025-10-30 02:37:54] "POST /neutron/port HTTP/1.1" 200 151 0.319373 10.0.0.254 - - [2025-10-30 02:37:56] "DELETE /route-target/98029611-a349-49d1-8900-ce1953546ded HTTP/1.1" 200 115 0.029460 10.0.0.242 - - [2025-10-30 02:37:56] "DELETE /network-policy/0d2f2ecb-9451-431c-98b8-fac0f59e0a50 HTTP/1.1" 200 115 0.046463 10.0.0.240 - - [2025-10-30 02:37:59] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001118 10.0.0.242 - - [2025-10-30 02:37:59] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1409 0.065964 10.0.0.240 - - [2025-10-30 02:37:59] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000920 10.0.0.242 - - [2025-10-30 02:37:59] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?fields=virtual_networks HTTP/1.1" 200 1061 0.040239 10.0.0.240 - - [2025-10-30 02:37:59] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002430 10.0.0.242 - - [2025-10-30 02:37:59] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?fields=virtual_machine_interfaces HTTP/1.1" 200 1061 0.052775 10.0.0.254 - - [2025-10-30 02:37:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.254 - - [2025-10-30 02:37:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.240 - - [2025-10-30 02:37:59] "GET /projects?obj_uuids=d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001606 10.0.0.242 - - [2025-10-30 02:37:59] "GET /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3?fields=security_groups HTTP/1.1" 200 1296 0.055990 10.0.0.254 - - [2025-10-30 02:38:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000716 10.0.0.254 - - [2025-10-30 02:38:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000613 10.0.0.242 - - [2025-10-30 02:38:00] "POST /fqname-to-id HTTP/1.1" 404 202 0.026964 10.0.0.240 - - [2025-10-30 02:38:00] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003494 10.0.0.240 - - [2025-10-30 02:38:00] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001548 10.0.0.240 - - [2025-10-30 02:38:00] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011066 10.0.0.240 - - [2025-10-30 02:38:00] "POST /id-to-fqname HTTP/1.1" 200 204 0.004837 10.0.0.240 - - [2025-10-30 02:38:00] "POST /fqname-to-id HTTP/1.1" 404 213 0.005065 10.0.0.240 - - [2025-10-30 02:38:00] "POST /security-groups HTTP/1.1" 200 605 0.036942 10.0.0.240 - - [2025-10-30 02:38:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000509 10.0.0.240 - - [2025-10-30 02:38:00] "POST /projects HTTP/1.1" 200 613 0.244315 10.0.0.254 - - [2025-10-30 02:38:00] "POST /fqname-to-id HTTP/1.1" 404 247 0.004569 10.0.0.240 - - [2025-10-30 02:38:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000354 10.0.0.240 - - [2025-10-30 02:38:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.316720 10.0.0.242 - - [2025-10-30 02:38:00] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.458548 10.0.0.242 - - [2025-10-30 02:38:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000508 10.0.0.240 - - [2025-10-30 02:38:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.242 - - [2025-10-30 02:38:02] "GET / HTTP/1.1" 200 36215 0.002325 10.0.0.242 - - [2025-10-30 02:38:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.240 - - [2025-10-30 02:38:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000457 10.0.0.242 - - [2025-10-30 02:38:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000596 10.0.0.242 - - [2025-10-30 02:38:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000906 10.0.0.242 - - [2025-10-30 02:38:05] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000758 10.0.0.240 - - [2025-10-30 02:38:05] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001279 10.0.0.242 - - [2025-10-30 02:38:05] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.102753 10.0.0.242 - - [2025-10-30 02:38:06] "GET / HTTP/1.1" 200 36215 0.002006 10.0.0.242 - - [2025-10-30 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.009823 10.0.0.240 - - [2025-10-30 02:38:07] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002716 10.0.0.242 - - [2025-10-30 02:38:07] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.015550 10.0.0.242 - - [2025-10-30 02:38:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.011406 10.0.0.254 - - [2025-10-30 02:38:07] "DELETE /access-control-list/1b71b1b4-43df-40db-bce3-4aa409552031 HTTP/1.1" 200 115 0.073141 10.0.0.240 - - [2025-10-30 02:38:07] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001699 10.0.0.242 - - [2025-10-30 02:38:07] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.060320 10.0.0.242 - - [2025-10-30 02:38:08] "GET /domains HTTP/1.1" 401 293 0.000693 10.0.0.242 - - [2025-10-30 02:38:08] "GET /domains HTTP/1.1" 200 281 0.028151 10.0.0.240 - - [2025-10-30 02:38:08] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001264 10.0.0.242 - - [2025-10-30 02:38:08] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f HTTP/1.1" 200 2597 0.010846 10.0.0.240 - - [2025-10-30 02:38:08] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001788 10.0.0.242 - - [2025-10-30 02:38:08] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6 HTTP/1.1" 200 1951 0.099599 10.0.0.242 - - [2025-10-30 02:38:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003406 10.0.0.242 - - [2025-10-30 02:38:08] "POST /network-ipams HTTP/1.1" 200 629 0.028872 10.0.0.242 - - [2025-10-30 02:38:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 817 0.004288 10.0.0.242 - - [2025-10-30 02:38:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004570 10.0.0.242 - - [2025-10-30 02:38:08] "GET /network-ipam/86055c12-a738-407d-8b13-c2ed38c0ba60?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1422 0.007603 10.0.0.242 - - [2025-10-30 02:38:08] "PUT /network-ipam/86055c12-a738-407d-8b13-c2ed38c0ba60 HTTP/1.1" 200 259 0.018222 10.0.0.242 - - [2025-10-30 02:38:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000564 10.0.0.242 - - [2025-10-30 02:38:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.033191 10.0.0.240 - - [2025-10-30 02:38:09] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001236 10.0.0.242 - - [2025-10-30 02:38:09] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.055381 10.0.0.242 - - [2025-10-30 02:38:09] "POST /neutron/network HTTP/1.1" 200 117 0.037536 10.0.0.240 - - [2025-10-30 02:38:10] "POST /useragent-kv HTTP/1.1" 200 115 0.010801 10.0.0.242 - - [2025-10-30 02:38:10] "POST /neutron/subnet HTTP/1.1" 200 828 0.193802 10.0.0.242 - - [2025-10-30 02:38:10] "POST /id-to-fqname HTTP/1.1" 200 237 0.002875 10.0.0.242 - - [2025-10-30 02:38:10] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.008559 10.0.0.242 - - [2025-10-30 02:38:10] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.009538 10.0.0.242 - - [2025-10-30 02:38:10] "POST /neutron/network HTTP/1.1" 200 1142 0.014047 10.0.0.242 - - [2025-10-30 02:38:10] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.007127 10.0.0.242 - - [2025-10-30 02:38:12] "POST /fqname-to-id HTTP/1.1" 404 231 0.006563 10.0.0.242 - - [2025-10-30 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.240 - - [2025-10-30 02:38:12] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001068 10.0.0.242 - - [2025-10-30 02:38:12] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.049015 10.0.0.242 - - [2025-10-30 02:38:12] "POST /network-policys HTTP/1.1" 200 567 0.030718 10.0.0.242 - - [2025-10-30 02:38:12] "GET /network-policy/4515ce00-04ab-45f6-b325-240d06e15167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.011372 10.0.0.242 - - [2025-10-30 02:38:12] "POST /fqname-to-id HTTP/1.1" 404 231 0.003443 10.0.0.242 - - [2025-10-30 02:38:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.007518 10.0.0.240 - - [2025-10-30 02:38:12] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001002 10.0.0.242 - - [2025-10-30 02:38:12] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.053011 10.0.0.242 - - [2025-10-30 02:38:12] "POST /network-policys HTTP/1.1" 200 567 0.035499 10.0.0.242 - - [2025-10-30 02:38:12] "GET /network-policy/0a1d0b15-5bb1-462d-8fd6-dc15b73a7cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.007732 10.0.0.242 - - [2025-10-30 02:38:13] "POST /fqname-to-id HTTP/1.1" 404 231 0.003595 10.0.0.242 - - [2025-10-30 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.240 - - [2025-10-30 02:38:13] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001198 10.0.0.242 - - [2025-10-30 02:38:13] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.042667 10.0.0.242 - - [2025-10-30 02:38:13] "POST /network-policys HTTP/1.1" 200 567 0.034911 10.0.0.242 - - [2025-10-30 02:38:13] "GET /network-policy/310a9d9d-1838-4b7f-9a06-f74fb15ddd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.007222 10.0.0.242 - - [2025-10-30 02:38:13] "POST /neutron/network HTTP/1.1" 200 1142 0.011337 10.0.0.254 - - [2025-10-30 02:38:13] "POST /fqname-to-id HTTP/1.1" 404 254 0.008759 10.0.0.254 - - [2025-10-30 02:38:13] "POST /fqname-to-id HTTP/1.1" 404 207 0.004132 10.0.0.242 - - [2025-10-30 02:38:13] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.010885 10.0.0.242 - - [2025-10-30 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.005970 10.0.0.242 - - [2025-10-30 02:38:13] "GET /network-policy/0a1d0b15-5bb1-462d-8fd6-dc15b73a7cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.006747 10.0.0.242 - - [2025-10-30 02:38:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.242 - - [2025-10-30 02:38:13] "GET /network-policy/4515ce00-04ab-45f6-b325-240d06e15167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.005642 10.0.0.242 - - [2025-10-30 02:38:13] "POST /id-to-fqname HTTP/1.1" 200 237 0.001846 10.0.0.242 - - [2025-10-30 02:38:14] "POST /neutron/network HTTP/1.1" 200 1350 0.007985 10.0.0.240 - - [2025-10-30 02:38:14] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001191 10.0.0.242 - - [2025-10-30 02:38:14] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.077949 10.0.0.242 - - [2025-10-30 02:38:15] "POST /neutron/port HTTP/1.1" 200 117 0.012699 10.0.0.240 - - [2025-10-30 02:38:15] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001152 10.0.0.242 - - [2025-10-30 02:38:16] "POST /neutron/port HTTP/1.1" 200 1181 0.400665 10.0.0.242 - - [2025-10-30 02:38:16] "POST /neutron/port HTTP/1.1" 200 1235 0.132803 10.0.0.242 - - [2025-10-30 02:38:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004183 10.0.0.242 - - [2025-10-30 02:38:16] "POST /neutron/port HTTP/1.1" 200 117 0.001367 10.0.0.254 - - [2025-10-30 02:38:17] "GET /obj-perms HTTP/1.1" 200 5075 0.048292 10.0.0.242 - - [2025-10-30 02:38:20] "POST /neutron/security_group HTTP/1.1" 200 2072 0.008422 10.0.0.242 - - [2025-10-30 02:38:20] "POST /neutron/port HTTP/1.1" 200 1209 0.018067 10.0.0.242 - - [2025-10-30 02:38:20] "GET /virtual-machine/713b7619-ab9b-4579-8ef0-cab14354312b HTTP/1.1" 401 293 0.000682 10.0.0.242 - - [2025-10-30 02:38:20] "GET /virtual-machine/713b7619-ab9b-4579-8ef0-cab14354312b HTTP/1.1" 200 1308 0.028988 10.0.0.242 - - [2025-10-30 02:38:20] "GET /virtual-machine-interface/eb84da84-859c-45d3-a881-c81e42879ae9 HTTP/1.1" 200 3186 0.006332 10.0.0.242 - - [2025-10-30 02:38:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003506 10.0.0.242 - - [2025-10-30 02:38:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004000 10.0.0.242 - - [2025-10-30 02:38:20] "GET /virtual-networks?parent_id=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002906 10.0.0.242 - - [2025-10-30 02:38:20] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.006142 10.0.0.242 - - [2025-10-30 02:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.242 - - [2025-10-30 02:38:24] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005898 10.0.0.242 - - [2025-10-30 02:38:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003786 10.0.0.242 - - [2025-10-30 02:38:28] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005973 10.0.0.242 - - [2025-10-30 02:38:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004601 10.0.0.242 - - [2025-10-30 02:38:32] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005470 10.0.0.242 - - [2025-10-30 02:38:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003711 10.0.0.242 - - [2025-10-30 02:38:36] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.006173 10.0.0.242 - - [2025-10-30 02:38:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.242 - - [2025-10-30 02:38:40] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.007519 10.0.0.242 - - [2025-10-30 02:38:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.242 - - [2025-10-30 02:38:44] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005895 10.0.0.242 - - [2025-10-30 02:38:46] "POST /neutron/port HTTP/1.1" 200 1209 0.020864 10.0.0.242 - - [2025-10-30 02:38:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004207 10.0.0.242 - - [2025-10-30 02:38:46] "POST /neutron/port HTTP/1.1" 200 117 0.001699 10.0.0.242 - - [2025-10-30 02:38:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004725 10.0.0.242 - - [2025-10-30 02:38:48] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.005777 10.0.0.242 - - [2025-10-30 02:38:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.008970 10.0.0.242 - - [2025-10-30 02:38:52] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.006148 10.0.0.242 - - [2025-10-30 02:38:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004987 10.0.0.242 - - [2025-10-30 02:38:54] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004241 10.0.0.242 - - [2025-10-30 02:38:54] "GET /virtual-networks?parent_id=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.005863 10.0.0.242 - - [2025-10-30 02:38:54] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3307 0.009289 10.0.0.242 - - [2025-10-30 02:38:55] "POST /neutron/security_group HTTP/1.1" 200 2072 0.010163 10.0.0.240 - - [2025-10-30 02:38:59] "DELETE /project/6a57fe54911b438f92304da19b118ba6 HTTP/1.1" 404 173 0.002753 10.0.0.240 - - [2025-10-30 02:38:59] "DELETE /project/d4abb9e4-3bba-473d-9fd2-3a37ef66fcc3 HTTP/1.1" 404 177 0.005157 10.0.0.242 - - [2025-10-30 02:39:02] "POST /neutron/port HTTP/1.1" 200 1209 0.018100 10.0.0.242 - - [2025-10-30 02:39:05] "POST /neutron/security_group HTTP/1.1" 200 2072 0.009459 10.0.0.242 - - [2025-10-30 02:39:15] "POST /neutron/port HTTP/1.1" 200 1209 0.018082 10.0.0.242 - - [2025-10-30 02:39:15] "POST /neutron/security_group HTTP/1.1" 200 2072 0.007249 10.0.0.242 - - [2025-10-30 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004438 10.0.0.242 - - [2025-10-30 02:39:16] "GET /network-policy/4515ce00-04ab-45f6-b325-240d06e15167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.003771 10.0.0.242 - - [2025-10-30 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.002955 10.0.0.242 - - [2025-10-30 02:39:16] "GET /network-policy/0a1d0b15-5bb1-462d-8fd6-dc15b73a7cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004343 10.0.0.242 - - [2025-10-30 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004183 10.0.0.242 - - [2025-10-30 02:39:16] "GET /network-policy/310a9d9d-1838-4b7f-9a06-f74fb15ddd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.003498 10.0.0.242 - - [2025-10-30 02:39:16] "POST /neutron/network HTTP/1.1" 200 1432 0.020525 10.0.0.254 - - [2025-10-30 02:39:16] "PUT /access-control-list/d8e19311-5d92-46ef-9c97-613b530c14f2 HTTP/1.1" 200 273 0.079416 10.0.0.242 - - [2025-10-30 02:39:16] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3604 0.020569 10.0.0.242 - - [2025-10-30 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.242 - - [2025-10-30 02:39:16] "GET /network-policy/0a1d0b15-5bb1-462d-8fd6-dc15b73a7cb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3111 0.004449 10.0.0.242 - - [2025-10-30 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003764 10.0.0.242 - - [2025-10-30 02:39:16] "GET /network-policy/310a9d9d-1838-4b7f-9a06-f74fb15ddd40?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2142 0.004180 10.0.0.242 - - [2025-10-30 02:39:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003431 10.0.0.242 - - [2025-10-30 02:39:16] "GET /network-policy/4515ce00-04ab-45f6-b325-240d06e15167?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4076 0.004435 10.0.0.242 - - [2025-10-30 02:39:17] "GET /obj-perms HTTP/1.1" 200 5075 0.050224 10.0.0.242 - - [2025-10-30 02:39:21] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3604 0.008057 10.0.0.242 - - [2025-10-30 02:39:21] "POST /neutron/network HTTP/1.1" 200 1142 0.021900 10.0.0.242 - - [2025-10-30 02:39:21] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.007993 10.0.0.242 - - [2025-10-30 02:39:26] "GET /virtual-machine/713b7619-ab9b-4579-8ef0-cab14354312b HTTP/1.1" 200 1308 0.005256 10.0.0.242 - - [2025-10-30 02:39:27] "POST /neutron/port HTTP/1.1" 200 151 0.232793 10.0.0.242 - - [2025-10-30 02:39:28] "GET /virtual-machine/713b7619-ab9b-4579-8ef0-cab14354312b HTTP/1.1" 404 171 0.003192 10.0.0.242 - - [2025-10-30 02:39:28] "GET /virtual-machine/713b7619-ab9b-4579-8ef0-cab14354312b HTTP/1.1" 404 171 0.002999 10.0.0.242 - - [2025-10-30 02:39:28] "GET /virtual-machine/713b7619-ab9b-4579-8ef0-cab14354312b HTTP/1.1" 404 171 0.002642 10.0.0.242 - - [2025-10-30 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.242 - - [2025-10-30 02:39:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004542 10.0.0.242 - - [2025-10-30 02:39:29] "GET /virtual-networks?parent_id=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.002733 10.0.0.242 - - [2025-10-30 02:39:29] "GET /virtual-network/7b05f819-0a72-4eb7-8096-f3733526814d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2688 0.008106 10.0.0.242 - - [2025-10-30 02:39:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003830 10.0.0.242 - - [2025-10-30 02:39:29] "GET /routing-instance/7480c42d-fe83-4e28-849b-c70dc05133c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.005024 10.0.0.242 - - [2025-10-30 02:39:29] "GET /route-target/b241d009-c737-4430-86c3-317a051158af?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004422 10.0.0.242 - - [2025-10-30 02:39:32] "GET /obj-perms HTTP/1.1" 200 5040 0.049691 10.0.0.242 - - [2025-10-30 02:39:35] "GET /obj-perms HTTP/1.1" 200 5040 0.005618 10.0.0.242 - - [2025-10-30 02:39:41] "GET /obj-perms HTTP/1.1" 200 5040 0.004515 10.0.0.242 - - [2025-10-30 02:39:44] "GET /obj-perms HTTP/1.1" 200 5040 0.004308 10.0.0.240 - - [2025-10-30 02:39:45] "GET /obj-perms HTTP/1.1" 200 5040 0.054592 10.0.0.242 - - [2025-10-30 02:39:45] "DELETE /network-policy/310a9d9d-1838-4b7f-9a06-f74fb15ddd40 HTTP/1.1" 200 115 0.036224 10.0.0.242 - - [2025-10-30 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007984 10.0.0.240 - - [2025-10-30 02:39:45] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001141 10.0.0.242 - - [2025-10-30 02:39:45] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.056622 10.0.0.242 - - [2025-10-30 02:39:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-13746646&detail=False&count=False&shared=False HTTP/1.1" 200 608 0.006032 10.0.0.242 - - [2025-10-30 02:39:45] "DELETE /network-policy/0a1d0b15-5bb1-462d-8fd6-dc15b73a7cb0 HTTP/1.1" 200 115 0.036866 10.0.0.242 - - [2025-10-30 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.009457 10.0.0.240 - - [2025-10-30 02:39:45] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001190 10.0.0.242 - - [2025-10-30 02:39:45] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.061162 10.0.0.242 - - [2025-10-30 02:39:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-13746646&detail=False&count=False&shared=False HTTP/1.1" 200 369 0.006787 10.0.0.242 - - [2025-10-30 02:39:45] "DELETE /network-policy/4515ce00-04ab-45f6-b325-240d06e15167 HTTP/1.1" 200 115 0.052083 10.0.0.242 - - [2025-10-30 02:39:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.007118 10.0.0.240 - - [2025-10-30 02:39:45] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001440 10.0.0.242 - - [2025-10-30 02:39:45] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.046892 10.0.0.242 - - [2025-10-30 02:39:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyModifyIpv4v6-13746646&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.007074 10.0.0.254 - - [2025-10-30 02:39:46] "DELETE /route-target/b241d009-c737-4430-86c3-317a051158af HTTP/1.1" 200 115 0.027804 10.0.0.242 - - [2025-10-30 02:39:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005822 10.0.0.242 - - [2025-10-30 02:39:46] "DELETE /network-ipam/86055c12-a738-407d-8b13-c2ed38c0ba60 HTTP/1.1" 200 115 0.044509 10.0.0.242 - - [2025-10-30 02:39:46] "POST /fqname-to-id HTTP/1.1" 404 264 0.005727 10.0.0.240 - - [2025-10-30 02:39:46] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001454 10.0.0.240 - - [2025-10-30 02:39:46] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.053175 10.0.0.240 - - [2025-10-30 02:39:46] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.002181 10.0.0.240 - - [2025-10-30 02:39:46] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?fields=security_groups HTTP/1.1" 200 1415 0.077274 10.0.0.240 - - [2025-10-30 02:39:46] "DELETE /security-group/6e0794bd-80f6-4376-a7c5-deac5f19025b HTTP/1.1" 200 115 0.066112 10.0.0.240 - - [2025-10-30 02:39:46] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001146 10.0.0.240 - - [2025-10-30 02:39:46] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?fields=application_policy_sets HTTP/1.1" 200 1454 0.076905 10.0.0.242 - - [2025-10-30 02:39:46] "DELETE /project/6a57fe54-911b-438f-9230-4da19b118ba6 HTTP/1.1" 200 115 0.523702 10.0.0.240 - - [2025-10-30 02:39:46] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002123 10.0.0.242 - - [2025-10-30 02:39:46] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?fields=projects HTTP/1.1" 200 1247 0.017386 10.0.0.240 - - [2025-10-30 02:39:49] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004042 10.0.0.240 - - [2025-10-30 02:39:49] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002233 10.0.0.240 - - [2025-10-30 02:39:49] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.058701 10.0.0.240 - - [2025-10-30 02:39:49] "POST /id-to-fqname HTTP/1.1" 200 204 0.003420 10.0.0.240 - - [2025-10-30 02:39:49] "POST /fqname-to-id HTTP/1.1" 404 213 0.009656 10.0.0.240 - - [2025-10-30 02:39:50] "POST /security-groups HTTP/1.1" 200 605 0.081539 10.0.0.254 - - [2025-10-30 02:39:50] "POST /fqname-to-id HTTP/1.1" 404 248 0.005376 10.0.0.240 - - [2025-10-30 02:39:50] "POST /projects HTTP/1.1" 200 613 0.328931 10.0.0.240 - - [2025-10-30 02:39:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.408146 10.0.0.254 - - [2025-10-30 02:39:50] "POST /access-control-lists HTTP/1.1" 200 610 0.046409 10.0.0.242 - - [2025-10-30 02:39:50] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1432 0.613733 10.0.0.240 - - [2025-10-30 02:39:50] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001566 10.0.0.242 - - [2025-10-30 02:39:50] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?fields=virtual_networks HTTP/1.1" 200 1072 0.052067 10.0.0.240 - - [2025-10-30 02:39:50] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001141 10.0.0.242 - - [2025-10-30 02:39:50] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?fields=virtual_machine_interfaces HTTP/1.1" 200 1072 0.056632 10.0.0.240 - - [2025-10-30 02:39:50] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001127 10.0.0.242 - - [2025-10-30 02:39:50] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?fields=security_groups HTTP/1.1" 200 1313 0.059540 10.0.0.242 - - [2025-10-30 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 204 0.025721 10.0.0.240 - - [2025-10-30 02:39:51] "GET /projects?obj_uuids=c9c79c94-5388-40f3-8a41-c413cd482fa7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003379 10.0.0.240 - - [2025-10-30 02:39:51] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001106 10.0.0.240 - - [2025-10-30 02:39:51] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008271 10.0.0.240 - - [2025-10-30 02:39:51] "POST /id-to-fqname HTTP/1.1" 200 206 0.007535 10.0.0.240 - - [2025-10-30 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 215 0.011646 10.0.0.240 - - [2025-10-30 02:39:51] "POST /security-groups HTTP/1.1" 200 607 0.081086 10.0.0.240 - - [2025-10-30 02:39:51] "POST /projects HTTP/1.1" 200 617 0.363984 10.0.0.254 - - [2025-10-30 02:39:51] "POST /fqname-to-id HTTP/1.1" 404 249 0.007137 10.0.0.240 - - [2025-10-30 02:39:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.437345 10.0.0.242 - - [2025-10-30 02:39:51] "GET /project/c9c79c94-5388-40f3-8a41-c413cd482fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.580853 10.0.0.242 - - [2025-10-30 02:39:52] "GET / HTTP/1.1" 200 36215 0.001890 10.0.0.242 - - [2025-10-30 02:39:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000639 10.0.0.242 - - [2025-10-30 02:39:56] "POST /fqname-to-id HTTP/1.1" 404 233 0.061804 10.0.0.242 - - [2025-10-30 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.240 - - [2025-10-30 02:39:56] "GET /projects?obj_uuids=c9c79c94-5388-40f3-8a41-c413cd482fa7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001360 10.0.0.242 - - [2025-10-30 02:39:56] "GET /project/c9c79c94-5388-40f3-8a41-c413cd482fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.045052 10.0.0.242 - - [2025-10-30 02:39:56] "POST /network-policys HTTP/1.1" 200 569 0.034544 10.0.0.242 - - [2025-10-30 02:39:56] "GET /network-policy/ffeb7b6b-be7e-40e1-9c2f-16f87b60a714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.009098 10.0.0.242 - - [2025-10-30 02:39:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.240 - - [2025-10-30 02:39:56] "GET /projects?obj_uuids=c9c79c94-5388-40f3-8a41-c413cd482fa7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001846 10.0.0.242 - - [2025-10-30 02:39:56] "GET /project/c9c79c94-5388-40f3-8a41-c413cd482fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.042763 10.0.0.242 - - [2025-10-30 02:39:56] "POST /neutron/network HTTP/1.1" 200 117 0.035441 10.0.0.254 - - [2025-10-30 02:39:56] "POST /ref-update HTTP/1.1" 200 156 0.050123 10.0.0.254 - - [2025-10-30 02:39:57] "POST /fqname-to-id HTTP/1.1" 404 207 0.006771 10.0.0.240 - - [2025-10-30 02:39:57] "POST /useragent-kv HTTP/1.1" 200 115 0.007959 10.0.0.242 - - [2025-10-30 02:39:57] "POST /neutron/subnet HTTP/1.1" 200 828 0.213736 10.0.0.242 - - [2025-10-30 02:39:57] "POST /id-to-fqname HTTP/1.1" 200 237 0.001592 10.0.0.242 - - [2025-10-30 02:39:57] "GET /virtual-network/9e61325c-cfeb-4b0d-9ca7-f4e12421b6de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2657 0.006032 10.0.0.242 - - [2025-10-30 02:39:57] "GET /virtual-network/9e61325c-cfeb-4b0d-9ca7-f4e12421b6de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2657 0.005707 10.0.0.242 - - [2025-10-30 02:39:57] "POST /neutron/network HTTP/1.1" 200 1014 0.009069 10.0.0.242 - - [2025-10-30 02:39:57] "POST /neutron/network HTTP/1.1" 200 1014 0.008916 10.0.0.242 - - [2025-10-30 02:39:57] "GET /virtual-network/9e61325c-cfeb-4b0d-9ca7-f4e12421b6de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2981 0.008155 10.0.0.242 - - [2025-10-30 02:39:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.242 - - [2025-10-30 02:39:57] "GET /network-policy/ffeb7b6b-be7e-40e1-9c2f-16f87b60a714?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3156 0.004428 10.0.0.242 - - [2025-10-30 02:39:58] "GET /virtual-network/9e61325c-cfeb-4b0d-9ca7-f4e12421b6de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2981 0.005856 10.0.0.242 - - [2025-10-30 02:39:58] "GET /obj-perms HTTP/1.1" 200 5081 0.048755 10.0.0.240 - - [2025-10-30 02:39:59] "DELETE /project/c9c79c94538840f38a41c413cd482fa7 HTTP/1.1" 404 173 0.005159 10.0.0.240 - - [2025-10-30 02:39:59] "DELETE /project/6a57fe54911b438f92304da19b118ba6 HTTP/1.1" 404 173 0.004251 10.0.0.240 - - [2025-10-30 02:39:59] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.000877 10.0.0.240 - - [2025-10-30 02:39:59] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1534 0.039142 10.0.0.240 - - [2025-10-30 02:39:59] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001432 10.0.0.240 - - [2025-10-30 02:39:59] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?fields=security_groups HTTP/1.1" 200 1415 0.043853 10.0.0.240 - - [2025-10-30 02:39:59] "DELETE /security-group/a8922ff2-d6c1-4dbd-af87-5b007a51fd5f HTTP/1.1" 200 115 0.064466 10.0.0.240 - - [2025-10-30 02:39:59] "GET /projects?obj_uuids=6a57fe54-911b-438f-9230-4da19b118ba6&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.001023 10.0.0.254 - - [2025-10-30 02:39:59] "DELETE /access-control-list/741bdb08-f13d-4016-ad53-a3b5164b1965 HTTP/1.1" 200 115 0.047240 10.0.0.240 - - [2025-10-30 02:39:59] "GET /project/6a57fe54-911b-438f-9230-4da19b118ba6?fields=application_policy_sets HTTP/1.1" 200 1454 0.058005 10.0.0.240 - - [2025-10-30 02:39:59] "DELETE /project/6a57fe54-911b-438f-9230-4da19b118ba6 HTTP/1.1" 200 115 0.419386 10.0.0.242 - - [2025-10-30 02:39:59] "DELETE /network-policy/ffeb7b6b-be7e-40e1-9c2f-16f87b60a714 HTTP/1.1" 409 239 0.008116 10.0.0.242 - - [2025-10-30 02:39:59] "POST /neutron/network HTTP/1.1" 200 1121 0.009002 10.0.0.254 - - [2025-10-30 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005920 10.0.0.242 - - [2025-10-30 02:40:00] "DELETE /network-policy/ffeb7b6b-be7e-40e1-9c2f-16f87b60a714 HTTP/1.1" 200 115 0.038934 10.0.0.242 - - [2025-10-30 02:40:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.240 - - [2025-10-30 02:40:00] "GET /projects?obj_uuids=c9c79c94-5388-40f3-8a41-c413cd482fa7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001086 10.0.0.242 - - [2025-10-30 02:40:00] "GET /project/c9c79c94-5388-40f3-8a41-c413cd482fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.041398 10.0.0.242 - - [2025-10-30 02:40:00] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestBasicPolicyNegativeIpv4v6-21822043&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006582 10.0.0.240 - - [2025-10-30 02:40:03] "GET /projects?obj_uuids=c9c79c94-5388-40f3-8a41-c413cd482fa7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001765 10.0.0.242 - - [2025-10-30 02:40:03] "GET /project/c9c79c94-5388-40f3-8a41-c413cd482fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1440 0.068686 10.0.0.240 - - [2025-10-30 02:40:03] "GET /projects?obj_uuids=c9c79c94-5388-40f3-8a41-c413cd482fa7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001639 10.0.0.242 - - [2025-10-30 02:40:03] "GET /project/c9c79c94-5388-40f3-8a41-c413cd482fa7?fields=virtual_networks HTTP/1.1" 200 1076 0.060145 10.0.0.240 - - [2025-10-30 02:40:03] "GET /projects?obj_uuids=c9c79c94-5388-40f3-8a41-c413cd482fa7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001212 10.0.0.242 - - [2025-10-30 02:40:03] "GET /project/c9c79c94-5388-40f3-8a41-c413cd482fa7?fields=virtual_machine_interfaces HTTP/1.1" 200 1076 0.047395 10.0.0.240 - - [2025-10-30 02:40:03] "GET /projects?obj_uuids=c9c79c94-5388-40f3-8a41-c413cd482fa7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001065 10.0.0.242 - - [2025-10-30 02:40:03] "GET /project/c9c79c94-5388-40f3-8a41-c413cd482fa7?fields=security_groups HTTP/1.1" 200 1319 0.044738 10.0.0.242 - - [2025-10-30 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 188 0.025252 10.0.0.240 - - [2025-10-30 02:40:04] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003647 10.0.0.240 - - [2025-10-30 02:40:04] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001101 10.0.0.240 - - [2025-10-30 02:40:04] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007791 10.0.0.240 - - [2025-10-30 02:40:04] "POST /id-to-fqname HTTP/1.1" 200 190 0.005448 10.0.0.240 - - [2025-10-30 02:40:04] "POST /fqname-to-id HTTP/1.1" 404 199 0.012296 10.0.0.240 - - [2025-10-30 02:40:04] "POST /security-groups HTTP/1.1" 200 591 0.077048 10.0.0.240 - - [2025-10-30 02:40:04] "POST /projects HTTP/1.1" 200 585 0.310206 10.0.0.254 - - [2025-10-30 02:40:04] "POST /access-control-lists HTTP/1.1" 200 598 0.053047 10.0.0.240 - - [2025-10-30 02:40:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.386595 10.0.0.242 - - [2025-10-30 02:40:04] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.546517 10.0.0.242 - - [2025-10-30 02:40:05] "GET / HTTP/1.1" 200 36215 0.001639 10.0.0.242 - - [2025-10-30 02:40:07] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000573 10.0.0.242 - - [2025-10-30 02:40:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.029668 10.0.0.242 - - [2025-10-30 02:40:08] "POST /network-ipams HTTP/1.1" 200 515 0.036456 10.0.0.242 - - [2025-10-30 02:40:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003697 10.0.0.242 - - [2025-10-30 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.242 - - [2025-10-30 02:40:08] "GET /network-ipam/6a1df9e0-6c91-4516-8af7-1b64b2ebafbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.007070 10.0.0.242 - - [2025-10-30 02:40:08] "PUT /network-ipam/6a1df9e0-6c91-4516-8af7-1b64b2ebafbe HTTP/1.1" 200 259 0.014295 10.0.0.242 - - [2025-10-30 02:40:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 753 0.003484 10.0.0.242 - - [2025-10-30 02:40:08] "POST /network-ipams HTTP/1.1" 200 515 0.027950 10.0.0.242 - - [2025-10-30 02:40:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.003606 10.0.0.242 - - [2025-10-30 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.242 - - [2025-10-30 02:40:08] "GET /network-ipam/c4d6d3f8-ddf4-42b1-b731-a34362247ff0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.006228 10.0.0.242 - - [2025-10-30 02:40:08] "PUT /network-ipam/c4d6d3f8-ddf4-42b1-b731-a34362247ff0 HTTP/1.1" 200 259 0.014919 10.0.0.242 - - [2025-10-30 02:40:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 959 0.004877 10.0.0.242 - - [2025-10-30 02:40:08] "POST /network-ipams HTTP/1.1" 200 515 0.033458 10.0.0.242 - - [2025-10-30 02:40:08] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1166 0.003457 10.0.0.242 - - [2025-10-30 02:40:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.242 - - [2025-10-30 02:40:08] "GET /network-ipam/ef88d70e-ad4e-4784-b71c-802bc73f66e4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1245 0.007156 10.0.0.242 - - [2025-10-30 02:40:08] "PUT /network-ipam/ef88d70e-ad4e-4784-b71c-802bc73f66e4 HTTP/1.1" 200 259 0.014687 10.0.0.242 - - [2025-10-30 02:40:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003747 10.0.0.240 - - [2025-10-30 02:40:09] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001165 10.0.0.242 - - [2025-10-30 02:40:09] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.053111 10.0.0.240 - - [2025-10-30 02:40:09] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002271 10.0.0.242 - - [2025-10-30 02:40:10] "POST /neutron/network HTTP/1.1" 200 607 0.177111 10.0.0.254 - - [2025-10-30 02:40:10] "POST /route-targets HTTP/1.1" 200 328 0.016743 10.0.0.242 - - [2025-10-30 02:40:10] "POST /id-to-fqname HTTP/1.1" 200 221 0.004665 10.0.0.242 - - [2025-10-30 02:40:10] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007821 10.0.0.242 - - [2025-10-30 02:40:10] "POST /neutron/network HTTP/1.1" 200 825 0.006492 10.0.0.242 - - [2025-10-30 02:40:10] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.004865 10.0.0.242 - - [2025-10-30 02:40:10] "POST /neutron/network HTTP/1.1" 200 825 0.009663 10.0.0.242 - - [2025-10-30 02:40:10] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.009114 10.0.0.242 - - [2025-10-30 02:40:10] "GET /network-ipam/6a1df9e0-6c91-4516-8af7-1b64b2ebafbe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1244 0.004430 10.0.0.242 - - [2025-10-30 02:40:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.240 - - [2025-10-30 02:40:10] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001386 10.0.0.242 - - [2025-10-30 02:40:10] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.041940 10.0.0.254 - - [2025-10-30 02:40:10] "POST /ref-update HTTP/1.1" 200 156 0.024623 10.0.0.240 - - [2025-10-30 02:40:11] "POST /useragent-kv HTTP/1.1" 200 115 0.008739 10.0.0.242 - - [2025-10-30 02:40:11] "POST /neutron/subnet HTTP/1.1" 200 715 0.242836 10.0.0.242 - - [2025-10-30 02:40:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.001441 10.0.0.242 - - [2025-10-30 02:40:11] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.007319 10.0.0.242 - - [2025-10-30 02:40:11] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.008025 10.0.0.242 - - [2025-10-30 02:40:11] "POST /neutron/network HTTP/1.1" 200 822 0.010146 10.0.0.242 - - [2025-10-30 02:40:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003374 10.0.0.240 - - [2025-10-30 02:40:11] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001062 10.0.0.242 - - [2025-10-30 02:40:11] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.047378 10.0.0.240 - - [2025-10-30 02:40:11] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001048 10.0.0.242 - - [2025-10-30 02:40:11] "POST /neutron/network HTTP/1.1" 200 607 0.148526 10.0.0.242 - - [2025-10-30 02:40:11] "POST /id-to-fqname HTTP/1.1" 200 221 0.004498 10.0.0.242 - - [2025-10-30 02:40:11] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005700 10.0.0.242 - - [2025-10-30 02:40:11] "POST /neutron/network HTTP/1.1" 200 825 0.007244 10.0.0.242 - - [2025-10-30 02:40:11] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.005386 10.0.0.242 - - [2025-10-30 02:40:12] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006003 10.0.0.254 - - [2025-10-30 02:40:13] "GET /obj-perms HTTP/1.1" 200 5049 0.054590 10.0.0.242 - - [2025-10-30 02:40:13] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.006198 10.0.0.240 - - [2025-10-30 02:40:14] "GET /obj-perms HTTP/1.1" 200 5049 0.049969 10.0.0.242 - - [2025-10-30 02:40:14] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006016 10.0.0.242 - - [2025-10-30 02:40:14] "GET /obj-perms HTTP/1.1" 200 5049 0.052655 10.0.0.242 - - [2025-10-30 02:40:14] "POST /fqname-to-id HTTP/1.1" 404 215 0.003694 10.0.0.242 - - [2025-10-30 02:40:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003328 10.0.0.240 - - [2025-10-30 02:40:14] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001333 10.0.0.242 - - [2025-10-30 02:40:14] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.066599 10.0.0.242 - - [2025-10-30 02:40:14] "POST /network-policys HTTP/1.1" 200 555 0.048592 10.0.0.242 - - [2025-10-30 02:40:14] "GET /network-policy/97137d49-81d3-45ab-8011-7e61833d3d70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2124 0.007665 10.0.0.242 - - [2025-10-30 02:40:14] "POST /fqname-to-id HTTP/1.1" 404 215 0.003641 10.0.0.242 - - [2025-10-30 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.240 - - [2025-10-30 02:40:15] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.242 - - [2025-10-30 02:40:15] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.041389 10.0.0.242 - - [2025-10-30 02:40:15] "POST /network-policys HTTP/1.1" 200 555 0.031966 10.0.0.242 - - [2025-10-30 02:40:15] "GET /network-policy/72d77d1e-9478-46d2-9d2b-2d86f8f9d90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.007104 10.0.0.242 - - [2025-10-30 02:40:15] "POST /fqname-to-id HTTP/1.1" 404 215 0.003776 10.0.0.242 - - [2025-10-30 02:40:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005453 10.0.0.240 - - [2025-10-30 02:40:15] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001603 10.0.0.242 - - [2025-10-30 02:40:15] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.045627 10.0.0.242 - - [2025-10-30 02:40:15] "POST /network-policys HTTP/1.1" 200 555 0.028595 10.0.0.242 - - [2025-10-30 02:40:15] "GET /network-policy/5c1a4fe1-a779-4a49-983c-017ad6e71d88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2123 0.006309 10.0.0.254 - - [2025-10-30 02:40:15] "POST /fqname-to-id HTTP/1.1" 404 236 0.016643 10.0.0.242 - - [2025-10-30 02:40:15] "POST /ref-update HTTP/1.1" 200 156 0.075887 10.0.0.242 - - [2025-10-30 02:40:15] "POST /ref-update HTTP/1.1" 200 156 0.102731 10.0.0.242 - - [2025-10-30 02:40:16] "POST /neutron/network HTTP/1.1" 200 822 0.006710 10.0.0.254 - - [2025-10-30 02:40:16] "POST /fqname-to-id HTTP/1.1" 404 236 0.011144 10.0.0.242 - - [2025-10-30 02:40:16] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.013005 10.0.0.242 - - [2025-10-30 02:40:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.008066 10.0.0.242 - - [2025-10-30 02:40:16] "GET /network-policy/72d77d1e-9478-46d2-9d2b-2d86f8f9d90d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2129 0.004841 10.0.0.242 - - [2025-10-30 02:40:16] "POST /id-to-fqname HTTP/1.1" 200 221 0.001328 10.0.0.242 - - [2025-10-30 02:40:16] "POST /neutron/network HTTP/1.1" 200 1006 0.012830 10.0.0.240 - - [2025-10-30 02:40:17] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001255 10.0.0.242 - - [2025-10-30 02:40:17] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.100238 10.0.0.242 - - [2025-10-30 02:40:17] "POST /neutron/port HTTP/1.1" 200 117 0.007443 10.0.0.242 - - [2025-10-30 02:40:17] "POST /id-to-fqname HTTP/1.1" 200 221 0.001822 10.0.0.242 - - [2025-10-30 02:40:18] "POST /neutron/network HTTP/1.1" 200 1006 0.008864 10.0.0.242 - - [2025-10-30 02:40:18] "POST /neutron/port HTTP/1.1" 200 1061 0.019988 10.0.0.242 - - [2025-10-30 02:40:18] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004437 10.0.0.242 - - [2025-10-30 02:40:18] "POST /neutron/network HTTP/1.1" 200 996 0.008475 10.0.0.240 - - [2025-10-30 02:40:18] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001615 10.0.0.254 - - [2025-10-30 02:40:18] "GET /obj-perms HTTP/1.1" 200 5075 0.114048 10.0.0.242 - - [2025-10-30 02:40:18] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.099717 10.0.0.242 - - [2025-10-30 02:40:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010182 10.0.0.242 - - [2025-10-30 02:40:19] "POST /id-to-fqname HTTP/1.1" 200 221 0.001987 10.0.0.242 - - [2025-10-30 02:40:19] "POST /neutron/security_group HTTP/1.1" 200 2058 0.011476 10.0.0.240 - - [2025-10-30 02:40:19] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001649 10.0.0.254 - - [2025-10-30 02:40:19] "PUT /access-control-list/35c45fa1-7b45-427e-ba29-e8ddb23134fe HTTP/1.1" 200 273 0.022535 10.0.0.242 - - [2025-10-30 02:40:20] "POST /neutron/port HTTP/1.1" 200 1058 0.393348 10.0.0.240 - - [2025-10-30 02:40:20] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001791 10.0.0.242 - - [2025-10-30 02:40:20] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.113740 10.0.0.242 - - [2025-10-30 02:40:20] "POST /neutron/network HTTP/1.1" 200 825 0.009690 10.0.0.242 - - [2025-10-30 02:40:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.048027 10.0.0.242 - - [2025-10-30 02:40:20] "POST /neutron/subnet HTTP/1.1" 200 689 0.011706 10.0.0.242 - - [2025-10-30 02:40:20] "POST /neutron/port HTTP/1.1" 200 117 0.007066 10.0.0.242 - - [2025-10-30 02:40:20] "POST /neutron/port HTTP/1.1" 200 1089 0.019423 10.0.0.242 - - [2025-10-30 02:40:20] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008225 10.0.0.242 - - [2025-10-30 02:40:21] "POST /neutron/port HTTP/1.1" 200 1089 0.016341 10.0.0.242 - - [2025-10-30 02:40:21] "GET /virtual-machine/e59197d3-704c-402a-bda7-561537ddd019 HTTP/1.1" 401 293 0.000696 10.0.0.242 - - [2025-10-30 02:40:21] "POST /neutron/port HTTP/1.1" 200 1061 0.018351 10.0.0.242 - - [2025-10-30 02:40:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005319 10.0.0.242 - - [2025-10-30 02:40:21] "GET /virtual-machine/e59197d3-704c-402a-bda7-561537ddd019 HTTP/1.1" 200 1295 0.033541 10.0.0.242 - - [2025-10-30 02:40:21] "POST /neutron/network HTTP/1.1" 200 825 0.010127 10.0.0.242 - - [2025-10-30 02:40:21] "GET /virtual-machine/e59197d3-704c-402a-bda7-561537ddd019 HTTP/1.1" 200 1295 0.012784 10.0.0.242 - - [2025-10-30 02:40:21] "GET /virtual-machine-interface/9f94fc03-f848-41fd-8a4d-72bd0f975b3e HTTP/1.1" 200 2951 0.006736 10.0.0.242 - - [2025-10-30 02:40:21] "GET /virtual-machine/e59197d3-704c-402a-bda7-561537ddd019 HTTP/1.1" 200 1295 0.004474 10.0.0.242 - - [2025-10-30 02:40:21] "GET /virtual-machine-interface/9f94fc03-f848-41fd-8a4d-72bd0f975b3e HTTP/1.1" 200 2951 0.006437 10.0.0.242 - - [2025-10-30 02:40:21] "GET /instance-ip/49e79486-75cc-468b-b0f6-c6f41a93a755 HTTP/1.1" 200 1625 0.006896 10.0.0.242 - - [2025-10-30 02:40:21] "GET /virtual-machine/e59197d3-704c-402a-bda7-561537ddd019 HTTP/1.1" 200 1295 0.003920 10.0.0.242 - - [2025-10-30 02:40:21] "GET /virtual-machine-interface/9f94fc03-f848-41fd-8a4d-72bd0f975b3e HTTP/1.1" 200 2951 0.007782 10.0.0.242 - - [2025-10-30 02:40:21] "GET /instance-ip/49e79486-75cc-468b-b0f6-c6f41a93a755 HTTP/1.1" 200 1625 0.005764 10.0.0.242 - - [2025-10-30 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.242 - - [2025-10-30 02:40:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004507 10.0.0.242 - - [2025-10-30 02:40:21] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006445 10.0.0.242 - - [2025-10-30 02:40:21] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006236 10.0.0.242 - - [2025-10-30 02:40:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003632 10.0.0.242 - - [2025-10-30 02:40:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005353 10.0.0.242 - - [2025-10-30 02:40:21] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003961 10.0.0.242 - - [2025-10-30 02:40:22] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.136694 10.0.0.242 - - [2025-10-30 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.242 - - [2025-10-30 02:40:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005644 10.0.0.242 - - [2025-10-30 02:40:22] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.006220 10.0.0.242 - - [2025-10-30 02:40:22] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007362 10.0.0.242 - - [2025-10-30 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005781 10.0.0.242 - - [2025-10-30 02:40:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005479 10.0.0.242 - - [2025-10-30 02:40:22] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004449 10.0.0.242 - - [2025-10-30 02:40:22] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.008321 10.0.0.242 - - [2025-10-30 02:40:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004538 10.0.0.242 - - [2025-10-30 02:40:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005615 10.0.0.242 - - [2025-10-30 02:40:22] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004298 10.0.0.242 - - [2025-10-30 02:40:22] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007344 10.0.0.242 - - [2025-10-30 02:40:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.242 - - [2025-10-30 02:40:25] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006942 10.0.0.242 - - [2025-10-30 02:40:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005002 10.0.0.242 - - [2025-10-30 02:40:29] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007601 10.0.0.242 - - [2025-10-30 02:40:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004988 10.0.0.242 - - [2025-10-30 02:40:33] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007501 10.0.0.242 - - [2025-10-30 02:40:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005784 10.0.0.242 - - [2025-10-30 02:40:37] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006071 10.0.0.242 - - [2025-10-30 02:40:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.242 - - [2025-10-30 02:40:42] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005928 10.0.0.242 - - [2025-10-30 02:40:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.242 - - [2025-10-30 02:40:46] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005956 10.0.0.242 - - [2025-10-30 02:40:47] "POST /neutron/network HTTP/1.1" 200 1006 0.007577 10.0.0.242 - - [2025-10-30 02:40:47] "POST /neutron/port HTTP/1.1" 200 117 0.001669 10.0.0.242 - - [2025-10-30 02:40:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.242 - - [2025-10-30 02:40:50] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006354 10.0.0.242 - - [2025-10-30 02:40:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003771 10.0.0.242 - - [2025-10-30 02:40:54] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005858 10.0.0.242 - - [2025-10-30 02:40:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003650 10.0.0.242 - - [2025-10-30 02:40:58] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005132 10.0.0.240 - - [2025-10-30 02:40:59] "DELETE /project/e5762e07d0514deb8071c031e34ad976 HTTP/1.1" 404 173 0.005229 10.0.0.240 - - [2025-10-30 02:40:59] "GET /projects?obj_uuids=c9c79c94-5388-40f3-8a41-c413cd482fa7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001238 10.0.0.240 - - [2025-10-30 02:40:59] "GET /project/c9c79c94-5388-40f3-8a41-c413cd482fa7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1542 0.051979 10.0.0.240 - - [2025-10-30 02:40:59] "GET /projects?obj_uuids=c9c79c94-5388-40f3-8a41-c413cd482fa7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001180 10.0.0.240 - - [2025-10-30 02:40:59] "GET /project/c9c79c94-5388-40f3-8a41-c413cd482fa7?fields=security_groups HTTP/1.1" 200 1421 0.050020 10.0.0.240 - - [2025-10-30 02:40:59] "DELETE /security-group/e7d78a8f-3eda-4563-91c8-8e8e1a2348fc HTTP/1.1" 200 115 0.070513 10.0.0.240 - - [2025-10-30 02:40:59] "GET /projects?obj_uuids=c9c79c94-5388-40f3-8a41-c413cd482fa7&detail=False&count=False&shared=False HTTP/1.1" 200 365 0.001036 10.0.0.240 - - [2025-10-30 02:40:59] "GET /project/c9c79c94-5388-40f3-8a41-c413cd482fa7?fields=application_policy_sets HTTP/1.1" 200 1460 0.059956 10.0.0.240 - - [2025-10-30 02:41:00] "DELETE /project/c9c79c94-5388-40f3-8a41-c413cd482fa7 HTTP/1.1" 200 115 0.450310 10.0.0.242 - - [2025-10-30 02:41:02] "POST /neutron/port HTTP/1.1" 200 1086 0.019115 10.0.0.242 - - [2025-10-30 02:41:02] "POST /neutron/subnet HTTP/1.1" 200 689 0.011174 10.0.0.242 - - [2025-10-30 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005574 10.0.0.242 - - [2025-10-30 02:41:02] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005053 10.0.0.242 - - [2025-10-30 02:41:02] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003724 10.0.0.242 - - [2025-10-30 02:41:02] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006480 10.0.0.242 - - [2025-10-30 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004412 10.0.0.242 - - [2025-10-30 02:41:02] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004073 10.0.0.242 - - [2025-10-30 02:41:02] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003265 10.0.0.242 - - [2025-10-30 02:41:02] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006385 10.0.0.242 - - [2025-10-30 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003046 10.0.0.242 - - [2025-10-30 02:41:02] "GET /routing-instance/7a7c2893-6b5a-4d3b-bb70-7d1955a4ca08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004843 10.0.0.242 - - [2025-10-30 02:41:02] "GET /route-target/801d4d3c-1ff0-44a7-96ff-fded84b15e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003692 10.0.0.242 - - [2025-10-30 02:41:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.242 - - [2025-10-30 02:41:02] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003787 10.0.0.242 - - [2025-10-30 02:41:02] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002914 10.0.0.242 - - [2025-10-30 02:41:03] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007789 10.0.0.242 - - [2025-10-30 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003069 10.0.0.242 - - [2025-10-30 02:41:03] "GET /routing-instance/7a7c2893-6b5a-4d3b-bb70-7d1955a4ca08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.004472 10.0.0.242 - - [2025-10-30 02:41:03] "GET /route-target/801d4d3c-1ff0-44a7-96ff-fded84b15e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004352 10.0.0.242 - - [2025-10-30 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.242 - - [2025-10-30 02:41:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004879 10.0.0.242 - - [2025-10-30 02:41:03] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003237 10.0.0.242 - - [2025-10-30 02:41:03] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006262 10.0.0.242 - - [2025-10-30 02:41:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003287 10.0.0.242 - - [2025-10-30 02:41:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004036 10.0.0.242 - - [2025-10-30 02:41:03] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.002760 10.0.0.242 - - [2025-10-30 02:41:03] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.005821 10.0.0.240 - - [2025-10-30 02:41:03] "GET /obj-perms HTTP/1.1" 200 5049 0.003526 10.0.0.242 - - [2025-10-30 02:41:03] "GET /obj-perms HTTP/1.1" 200 5049 0.004100 10.0.0.242 - - [2025-10-30 02:41:03] "GET /obj-perms HTTP/1.1" 200 5049 0.004346 10.0.0.242 - - [2025-10-30 02:41:03] "GET /obj-perms HTTP/1.1" 200 5049 0.004041 10.0.0.240 - - [2025-10-30 02:41:03] "GET /obj-perms HTTP/1.1" 200 5049 0.004893 10.0.0.242 - - [2025-10-30 02:41:03] "POST /neutron/port HTTP/1.1" 200 1086 0.017149 10.0.0.242 - - [2025-10-30 02:41:03] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008242 10.0.0.242 - - [2025-10-30 02:41:04] "POST /neutron/port HTTP/1.1" 200 1086 0.018654 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-machine/739cbc9c-da10-47ed-b511-f568202b97f4 HTTP/1.1" 200 1294 0.007870 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-machine/739cbc9c-da10-47ed-b511-f568202b97f4 HTTP/1.1" 200 1294 0.004507 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-machine-interface/444e5fe4-5461-402c-9de7-a445117ef0a0 HTTP/1.1" 200 2951 0.006669 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-machine/739cbc9c-da10-47ed-b511-f568202b97f4 HTTP/1.1" 200 1294 0.004599 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-machine-interface/444e5fe4-5461-402c-9de7-a445117ef0a0 HTTP/1.1" 200 2951 0.006459 10.0.0.242 - - [2025-10-30 02:41:04] "GET /instance-ip/83377205-9d06-4d2e-a390-818cb83f81f0 HTTP/1.1" 200 1622 0.006340 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-machine/739cbc9c-da10-47ed-b511-f568202b97f4 HTTP/1.1" 200 1294 0.004505 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-machine-interface/444e5fe4-5461-402c-9de7-a445117ef0a0 HTTP/1.1" 200 2951 0.007385 10.0.0.242 - - [2025-10-30 02:41:04] "GET /instance-ip/83377205-9d06-4d2e-a390-818cb83f81f0 HTTP/1.1" 200 1622 0.005605 10.0.0.242 - - [2025-10-30 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005871 10.0.0.242 - - [2025-10-30 02:41:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004242 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003166 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006304 10.0.0.242 - - [2025-10-30 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003902 10.0.0.242 - - [2025-10-30 02:41:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005438 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004765 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.008091 10.0.0.242 - - [2025-10-30 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.242 - - [2025-10-30 02:41:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004209 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003568 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006230 10.0.0.242 - - [2025-10-30 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003480 10.0.0.242 - - [2025-10-30 02:41:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004753 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003103 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006389 10.0.0.242 - - [2025-10-30 02:41:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.242 - - [2025-10-30 02:41:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004774 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003665 10.0.0.242 - - [2025-10-30 02:41:04] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006113 10.0.0.242 - - [2025-10-30 02:41:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.242 - - [2025-10-30 02:41:05] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003856 10.0.0.242 - - [2025-10-30 02:41:05] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003419 10.0.0.242 - - [2025-10-30 02:41:05] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.007041 10.0.0.242 - - [2025-10-30 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003966 10.0.0.242 - - [2025-10-30 02:41:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003904 10.0.0.242 - - [2025-10-30 02:41:06] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003399 10.0.0.242 - - [2025-10-30 02:41:06] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006193 10.0.0.242 - - [2025-10-30 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003425 10.0.0.242 - - [2025-10-30 02:41:06] "GET /routing-instance/37c4c8e6-55b2-467b-9739-463b2857d674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005323 10.0.0.242 - - [2025-10-30 02:41:06] "GET /route-target/bd79564e-37ee-4a55-809b-75b60c292d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003934 10.0.0.242 - - [2025-10-30 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.242 - - [2025-10-30 02:41:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003835 10.0.0.242 - - [2025-10-30 02:41:06] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003045 10.0.0.242 - - [2025-10-30 02:41:06] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006893 10.0.0.242 - - [2025-10-30 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003077 10.0.0.242 - - [2025-10-30 02:41:06] "GET /routing-instance/37c4c8e6-55b2-467b-9739-463b2857d674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005516 10.0.0.242 - - [2025-10-30 02:41:06] "GET /route-target/bd79564e-37ee-4a55-809b-75b60c292d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005114 10.0.0.242 - - [2025-10-30 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003852 10.0.0.242 - - [2025-10-30 02:41:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005667 10.0.0.242 - - [2025-10-30 02:41:06] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004458 10.0.0.242 - - [2025-10-30 02:41:06] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.008690 10.0.0.242 - - [2025-10-30 02:41:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005036 10.0.0.242 - - [2025-10-30 02:41:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005935 10.0.0.242 - - [2025-10-30 02:41:06] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004183 10.0.0.242 - - [2025-10-30 02:41:06] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.007176 10.0.0.242 - - [2025-10-30 02:41:06] "GET /obj-perms HTTP/1.1" 200 5049 0.006209 10.0.0.240 - - [2025-10-30 02:41:06] "GET /obj-perms HTTP/1.1" 200 5049 0.006293 10.0.0.242 - - [2025-10-30 02:41:07] "GET /obj-perms HTTP/1.1" 200 5049 0.005340 10.0.0.240 - - [2025-10-30 02:41:07] "GET /obj-perms HTTP/1.1" 200 5049 0.004922 10.0.0.242 - - [2025-10-30 02:41:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009661 10.0.0.242 - - [2025-10-30 02:41:07] "POST /neutron/port HTTP/1.1" 200 1089 0.021494 10.0.0.242 - - [2025-10-30 02:41:07] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007331 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-machine/78a130c4-924c-40d7-8756-0b7375d2684e HTTP/1.1" 200 1293 0.007178 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-machine/78a130c4-924c-40d7-8756-0b7375d2684e HTTP/1.1" 200 1293 0.007976 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-machine-interface/c8f58b61-4ede-4600-a846-d426a1a0aa2f HTTP/1.1" 200 2952 0.010921 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-machine/78a130c4-924c-40d7-8756-0b7375d2684e HTTP/1.1" 200 1293 0.003955 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-machine-interface/c8f58b61-4ede-4600-a846-d426a1a0aa2f HTTP/1.1" 200 2952 0.005580 10.0.0.242 - - [2025-10-30 02:41:07] "GET /instance-ip/2008225c-d3d6-4e4c-85d1-b58d864e42ec HTTP/1.1" 200 1624 0.006475 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-machine/78a130c4-924c-40d7-8756-0b7375d2684e HTTP/1.1" 200 1293 0.003723 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-machine-interface/c8f58b61-4ede-4600-a846-d426a1a0aa2f HTTP/1.1" 200 2952 0.005555 10.0.0.242 - - [2025-10-30 02:41:07] "GET /instance-ip/2008225c-d3d6-4e4c-85d1-b58d864e42ec HTTP/1.1" 200 1624 0.004183 10.0.0.242 - - [2025-10-30 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.242 - - [2025-10-30 02:41:07] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004281 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003392 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006079 10.0.0.242 - - [2025-10-30 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.242 - - [2025-10-30 02:41:07] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004513 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003502 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007511 10.0.0.242 - - [2025-10-30 02:41:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003753 10.0.0.242 - - [2025-10-30 02:41:07] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003887 10.0.0.242 - - [2025-10-30 02:41:07] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003213 10.0.0.242 - - [2025-10-30 02:41:08] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006849 10.0.0.242 - - [2025-10-30 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004048 10.0.0.242 - - [2025-10-30 02:41:08] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005604 10.0.0.242 - - [2025-10-30 02:41:08] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005097 10.0.0.242 - - [2025-10-30 02:41:08] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.008745 10.0.0.242 - - [2025-10-30 02:41:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.006035 10.0.0.242 - - [2025-10-30 02:41:08] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005220 10.0.0.242 - - [2025-10-30 02:41:08] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004148 10.0.0.242 - - [2025-10-30 02:41:08] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006885 10.0.0.242 - - [2025-10-30 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004802 10.0.0.242 - - [2025-10-30 02:41:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005089 10.0.0.242 - - [2025-10-30 02:41:09] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003996 10.0.0.242 - - [2025-10-30 02:41:09] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006799 10.0.0.242 - - [2025-10-30 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.242 - - [2025-10-30 02:41:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004595 10.0.0.242 - - [2025-10-30 02:41:09] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003453 10.0.0.242 - - [2025-10-30 02:41:09] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007211 10.0.0.242 - - [2025-10-30 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003669 10.0.0.242 - - [2025-10-30 02:41:09] "GET /routing-instance/70f1c17c-355a-4138-a8df-4ff3e3b5015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.009133 10.0.0.242 - - [2025-10-30 02:41:09] "GET /route-target/5f898d97-b923-44e2-abc2-2980d530f68f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004736 10.0.0.242 - - [2025-10-30 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.242 - - [2025-10-30 02:41:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004523 10.0.0.242 - - [2025-10-30 02:41:09] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003700 10.0.0.242 - - [2025-10-30 02:41:09] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006465 10.0.0.242 - - [2025-10-30 02:41:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.242 - - [2025-10-30 02:41:10] "GET /routing-instance/70f1c17c-355a-4138-a8df-4ff3e3b5015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.004464 10.0.0.242 - - [2025-10-30 02:41:10] "GET /route-target/5f898d97-b923-44e2-abc2-2980d530f68f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004594 10.0.0.242 - - [2025-10-30 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.242 - - [2025-10-30 02:41:10] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005921 10.0.0.242 - - [2025-10-30 02:41:10] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004029 10.0.0.242 - - [2025-10-30 02:41:10] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007654 10.0.0.242 - - [2025-10-30 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.005268 10.0.0.242 - - [2025-10-30 02:41:10] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005639 10.0.0.242 - - [2025-10-30 02:41:10] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003275 10.0.0.242 - - [2025-10-30 02:41:10] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006319 10.0.0.242 - - [2025-10-30 02:41:10] "GET /obj-perms HTTP/1.1" 200 5049 0.003949 10.0.0.240 - - [2025-10-30 02:41:10] "GET /obj-perms HTTP/1.1" 200 5049 0.004172 10.0.0.242 - - [2025-10-30 02:41:10] "GET /obj-perms HTTP/1.1" 200 5049 0.004556 10.0.0.242 - - [2025-10-30 02:41:10] "GET /obj-perms HTTP/1.1" 200 5049 0.004314 10.0.0.254 - - [2025-10-30 02:41:10] "GET /obj-perms HTTP/1.1" 200 5049 0.004010 10.0.0.242 - - [2025-10-30 02:41:10] "GET /virtual-machine/e59197d3-704c-402a-bda7-561537ddd019 HTTP/1.1" 200 1295 0.004434 10.0.0.242 - - [2025-10-30 02:41:10] "GET /virtual-machine-interface/9f94fc03-f848-41fd-8a4d-72bd0f975b3e HTTP/1.1" 200 2951 0.006071 10.0.0.242 - - [2025-10-30 02:41:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.242 - - [2025-10-30 02:41:10] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003772 10.0.0.242 - - [2025-10-30 02:41:10] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003388 10.0.0.242 - - [2025-10-30 02:41:10] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006128 10.0.0.242 - - [2025-10-30 02:41:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.242 - - [2025-10-30 02:41:11] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004781 10.0.0.242 - - [2025-10-30 02:41:11] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003058 10.0.0.242 - - [2025-10-30 02:41:11] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.006293 10.0.0.242 - - [2025-10-30 02:41:12] "POST /neutron/port HTTP/1.1" 200 1089 0.018795 10.0.0.242 - - [2025-10-30 02:41:15] "POST /neutron/security_group HTTP/1.1" 200 2058 0.027157 10.0.0.242 - - [2025-10-30 02:41:17] "POST /neutron/port HTTP/1.1" 200 1089 0.017188 10.0.0.242 - - [2025-10-30 02:41:22] "GET /virtual-machine/739cbc9c-da10-47ed-b511-f568202b97f4 HTTP/1.1" 200 1294 0.004973 10.0.0.242 - - [2025-10-30 02:41:22] "GET /virtual-machine-interface/444e5fe4-5461-402c-9de7-a445117ef0a0 HTTP/1.1" 200 2951 0.005357 10.0.0.242 - - [2025-10-30 02:41:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.242 - - [2025-10-30 02:41:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004786 10.0.0.242 - - [2025-10-30 02:41:22] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.005641 10.0.0.242 - - [2025-10-30 02:41:22] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006566 10.0.0.242 - - [2025-10-30 02:41:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.242 - - [2025-10-30 02:41:23] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004073 10.0.0.242 - - [2025-10-30 02:41:23] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.004138 10.0.0.242 - - [2025-10-30 02:41:23] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006706 10.0.0.242 - - [2025-10-30 02:41:23] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010374 10.0.0.242 - - [2025-10-30 02:41:29] "GET /virtual-machine/78a130c4-924c-40d7-8756-0b7375d2684e HTTP/1.1" 200 1293 0.004892 10.0.0.242 - - [2025-10-30 02:41:29] "GET /virtual-machine-interface/c8f58b61-4ede-4600-a846-d426a1a0aa2f HTTP/1.1" 200 2952 0.006509 10.0.0.242 - - [2025-10-30 02:41:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003774 10.0.0.242 - - [2025-10-30 02:41:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004144 10.0.0.242 - - [2025-10-30 02:41:29] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003802 10.0.0.242 - - [2025-10-30 02:41:29] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006260 10.0.0.242 - - [2025-10-30 02:41:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004201 10.0.0.242 - - [2025-10-30 02:41:30] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004478 10.0.0.242 - - [2025-10-30 02:41:30] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003500 10.0.0.242 - - [2025-10-30 02:41:30] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007311 10.0.0.242 - - [2025-10-30 02:41:49] "POST /neutron/network HTTP/1.1" 200 835 0.029450 10.0.0.242 - - [2025-10-30 02:41:49] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.242 - - [2025-10-30 02:42:04] "POST /neutron/port HTTP/1.1" 200 1086 0.017234 10.0.0.242 - - [2025-10-30 02:42:04] "POST /neutron/subnet HTTP/1.1" 200 689 0.009488 10.0.0.242 - - [2025-10-30 02:42:18] "GET /virtual-machine/78a130c4-924c-40d7-8756-0b7375d2684e HTTP/1.1" 200 1293 0.004604 10.0.0.242 - - [2025-10-30 02:42:19] "POST /neutron/port HTTP/1.1" 200 1089 0.023241 10.0.0.242 - - [2025-10-30 02:42:20] "GET /virtual-machine/78a130c4-924c-40d7-8756-0b7375d2684e HTTP/1.1" 404 171 0.003917 10.0.0.242 - - [2025-10-30 02:42:20] "GET /virtual-machine/78a130c4-924c-40d7-8756-0b7375d2684e HTTP/1.1" 404 171 0.003414 10.0.0.242 - - [2025-10-30 02:42:20] "GET /virtual-machine/78a130c4-924c-40d7-8756-0b7375d2684e HTTP/1.1" 404 171 0.002507 10.0.0.242 - - [2025-10-30 02:42:20] "GET /obj-perms HTTP/1.1" 200 5075 0.048320 10.0.0.242 - - [2025-10-30 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.242 - - [2025-10-30 02:42:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003743 10.0.0.242 - - [2025-10-30 02:42:20] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003380 10.0.0.242 - - [2025-10-30 02:42:20] "GET /virtual-network/7ef5fbc6-f99b-4e20-a637-be5b7bafaba0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007786 10.0.0.242 - - [2025-10-30 02:42:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004163 10.0.0.242 - - [2025-10-30 02:42:20] "GET /routing-instance/70f1c17c-355a-4138-a8df-4ff3e3b5015e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.006491 10.0.0.242 - - [2025-10-30 02:42:20] "GET /route-target/5f898d97-b923-44e2-abc2-2980d530f68f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005482 10.0.0.242 - - [2025-10-30 02:42:24] "GET /obj-perms HTTP/1.1" 200 5049 0.004031 10.0.0.242 - - [2025-10-30 02:42:27] "GET /obj-perms HTTP/1.1" 200 5049 0.004627 10.0.0.242 - - [2025-10-30 02:42:33] "GET /obj-perms HTTP/1.1" 200 5049 0.007190 10.0.0.242 - - [2025-10-30 02:42:36] "GET /obj-perms HTTP/1.1" 200 5049 0.003829 10.0.0.242 - - [2025-10-30 02:42:42] "GET /obj-perms HTTP/1.1" 200 5049 0.004233 10.0.0.242 - - [2025-10-30 02:42:42] "GET /obj-perms HTTP/1.1" 200 5049 0.003969 10.0.0.240 - - [2025-10-30 02:42:42] "GET /obj-perms HTTP/1.1" 200 5049 0.005943 10.0.0.242 - - [2025-10-30 02:42:42] "GET /virtual-machine/739cbc9c-da10-47ed-b511-f568202b97f4 HTTP/1.1" 200 1294 0.004727 10.0.0.242 - - [2025-10-30 02:42:43] "POST /neutron/port HTTP/1.1" 200 1086 0.019531 10.0.0.242 - - [2025-10-30 02:42:44] "GET /virtual-machine/739cbc9c-da10-47ed-b511-f568202b97f4 HTTP/1.1" 404 171 0.003816 10.0.0.242 - - [2025-10-30 02:42:44] "GET /virtual-machine/739cbc9c-da10-47ed-b511-f568202b97f4 HTTP/1.1" 404 171 0.003063 10.0.0.242 - - [2025-10-30 02:42:44] "GET /virtual-machine/739cbc9c-da10-47ed-b511-f568202b97f4 HTTP/1.1" 404 171 0.002914 10.0.0.242 - - [2025-10-30 02:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005254 10.0.0.242 - - [2025-10-30 02:42:45] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004404 10.0.0.242 - - [2025-10-30 02:42:45] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003569 10.0.0.242 - - [2025-10-30 02:42:45] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006286 10.0.0.242 - - [2025-10-30 02:42:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.242 - - [2025-10-30 02:42:45] "GET /routing-instance/37c4c8e6-55b2-467b-9739-463b2857d674?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005766 10.0.0.242 - - [2025-10-30 02:42:45] "GET /route-target/bd79564e-37ee-4a55-809b-75b60c292d95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005236 10.0.0.242 - - [2025-10-30 02:42:49] "POST /neutron/port HTTP/1.1" 200 1089 0.016855 10.0.0.242 - - [2025-10-30 02:42:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005188 10.0.0.242 - - [2025-10-30 02:42:49] "POST /neutron/network HTTP/1.1" 200 996 0.009362 10.0.0.242 - - [2025-10-30 02:42:51] "GET /obj-perms HTTP/1.1" 200 5049 0.005649 10.0.0.240 - - [2025-10-30 02:42:51] "GET /obj-perms HTTP/1.1" 200 5049 0.005494 10.0.0.254 - - [2025-10-30 02:42:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.254 - - [2025-10-30 02:42:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000401 10.0.0.254 - - [2025-10-30 02:43:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000444 10.0.0.254 - - [2025-10-30 02:43:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.242 - - [2025-10-30 02:43:00] "GET /obj-perms HTTP/1.1" 200 5049 0.004270 10.0.0.240 - - [2025-10-30 02:43:00] "GET /obj-perms HTTP/1.1" 200 5049 0.004713 10.0.0.240 - - [2025-10-30 02:43:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000602 10.0.0.240 - - [2025-10-30 02:43:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.242 - - [2025-10-30 02:43:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.240 - - [2025-10-30 02:43:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.242 - - [2025-10-30 02:43:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.240 - - [2025-10-30 02:43:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.242 - - [2025-10-30 02:43:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000678 10.0.0.242 - - [2025-10-30 02:43:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000671 10.0.0.242 - - [2025-10-30 02:43:06] "GET /obj-perms HTTP/1.1" 200 5049 0.006084 10.0.0.254 - - [2025-10-30 02:43:06] "GET /obj-perms HTTP/1.1" 200 5049 0.004850 10.0.0.240 - - [2025-10-30 02:43:06] "GET /obj-perms HTTP/1.1" 200 5049 0.004753 10.0.0.242 - - [2025-10-30 02:43:06] "GET /virtual-machine/e59197d3-704c-402a-bda7-561537ddd019 HTTP/1.1" 200 1295 0.005395 10.0.0.242 - - [2025-10-30 02:43:07] "POST /neutron/port HTTP/1.1" 200 151 0.216190 10.0.0.242 - - [2025-10-30 02:43:08] "GET /virtual-machine/e59197d3-704c-402a-bda7-561537ddd019 HTTP/1.1" 404 171 0.004104 10.0.0.242 - - [2025-10-30 02:43:08] "GET /virtual-machine/e59197d3-704c-402a-bda7-561537ddd019 HTTP/1.1" 404 171 0.003278 10.0.0.242 - - [2025-10-30 02:43:08] "GET /virtual-machine/e59197d3-704c-402a-bda7-561537ddd019 HTTP/1.1" 404 171 0.003574 10.0.0.242 - - [2025-10-30 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007533 10.0.0.242 - - [2025-10-30 02:43:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004444 10.0.0.242 - - [2025-10-30 02:43:09] "GET /virtual-networks?parent_id=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 797 0.003506 10.0.0.242 - - [2025-10-30 02:43:09] "GET /virtual-network/7d55fb1f-0003-4d3d-ab43-68109ea6ad62?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2640 0.007562 10.0.0.242 - - [2025-10-30 02:43:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.242 - - [2025-10-30 02:43:09] "GET /routing-instance/7a7c2893-6b5a-4d3b-bb70-7d1955a4ca08?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1789 0.005620 10.0.0.242 - - [2025-10-30 02:43:09] "GET /route-target/801d4d3c-1ff0-44a7-96ff-fded84b15e4a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004501 10.0.0.242 - - [2025-10-30 02:43:09] "GET /obj-perms HTTP/1.1" 200 5049 0.004966 10.0.0.242 - - [2025-10-30 02:43:12] "GET /obj-perms HTTP/1.1" 200 5049 0.004539 10.0.0.242 - - [2025-10-30 02:43:12] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2348 0.006030 10.0.0.242 - - [2025-10-30 02:43:12] "POST /neutron/network HTTP/1.1" 200 822 0.014457 10.0.0.242 - - [2025-10-30 02:43:12] "GET /virtual-network/cb0f82ef-ef94-4944-b6bc-6891680978b3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2039 0.011264 10.0.0.254 - - [2025-10-30 02:43:12] "DELETE /access-control-list/35c45fa1-7b45-427e-ba29-e8ddb23134fe HTTP/1.1" 200 115 0.126111 10.0.0.242 - - [2025-10-30 02:43:13] "POST /ref-update HTTP/1.1" 200 156 0.064742 10.0.0.242 - - [2025-10-30 02:43:13] "POST /ref-update HTTP/1.1" 200 156 0.087981 10.0.0.254 - - [2025-10-30 02:43:13] "POST /ref-update HTTP/1.1" 200 156 0.064877 10.0.0.242 - - [2025-10-30 02:43:13] "DELETE /network-policy/5c1a4fe1-a779-4a49-983c-017ad6e71d88 HTTP/1.1" 200 115 0.076303 10.0.0.242 - - [2025-10-30 02:43:13] "DELETE /network-policy/72d77d1e-9478-46d2-9d2b-2d86f8f9d90d HTTP/1.1" 200 115 0.044594 10.0.0.242 - - [2025-10-30 02:43:13] "DELETE /network-policy/97137d49-81d3-45ab-8011-7e61833d3d70 HTTP/1.1" 200 115 0.078935 10.0.0.254 - - [2025-10-30 02:43:13] "DELETE /route-target/5f898d97-b923-44e2-abc2-2980d530f68f HTTP/1.1" 200 115 0.033453 10.0.0.242 - - [2025-10-30 02:43:13] "POST /neutron/network HTTP/1.1" 200 822 0.009284 10.0.0.254 - - [2025-10-30 02:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003730 10.0.0.240 - - [2025-10-30 02:43:14] "POST /useragent-kv HTTP/1.1" 200 115 0.037143 10.0.0.240 - - [2025-10-30 02:43:14] "POST /useragent-kv HTTP/1.1" 200 115 0.003914 10.0.0.242 - - [2025-10-30 02:43:14] "POST /neutron/network HTTP/1.1" 200 151 0.179681 10.0.0.242 - - [2025-10-30 02:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.242 - - [2025-10-30 02:43:14] "DELETE /network-ipam/ef88d70e-ad4e-4784-b71c-802bc73f66e4 HTTP/1.1" 200 115 0.035556 10.0.0.242 - - [2025-10-30 02:43:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.003597 10.0.0.242 - - [2025-10-30 02:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005025 10.0.0.242 - - [2025-10-30 02:43:14] "DELETE /network-ipam/c4d6d3f8-ddf4-42b1-b731-a34362247ff0 HTTP/1.1" 200 115 0.059584 10.0.0.242 - - [2025-10-30 02:43:14] "POST /fqname-to-id HTTP/1.1" 404 197 0.004628 10.0.0.242 - - [2025-10-30 02:43:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.242 - - [2025-10-30 02:43:15] "DELETE /network-ipam/6a1df9e0-6c91-4516-8af7-1b64b2ebafbe HTTP/1.1" 200 115 0.066558 10.0.0.242 - - [2025-10-30 02:43:15] "POST /fqname-to-id HTTP/1.1" 404 197 0.004026 10.0.0.240 - - [2025-10-30 02:43:16] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001135 10.0.0.242 - - [2025-10-30 02:43:16] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.084816 10.0.0.240 - - [2025-10-30 02:43:16] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001083 10.0.0.242 - - [2025-10-30 02:43:16] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?fields=virtual_networks HTTP/1.1" 200 1044 0.054929 10.0.0.240 - - [2025-10-30 02:43:16] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001024 10.0.0.242 - - [2025-10-30 02:43:16] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.062374 10.0.0.240 - - [2025-10-30 02:43:16] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001911 10.0.0.242 - - [2025-10-30 02:43:16] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?fields=security_groups HTTP/1.1" 200 1271 0.067438 10.0.0.242 - - [2025-10-30 02:43:17] "POST /fqname-to-id HTTP/1.1" 404 194 0.026405 10.0.0.240 - - [2025-10-30 02:43:17] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005731 10.0.0.240 - - [2025-10-30 02:43:17] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002064 10.0.0.240 - - [2025-10-30 02:43:17] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036275 10.0.0.240 - - [2025-10-30 02:43:17] "POST /id-to-fqname HTTP/1.1" 200 196 0.004398 10.0.0.240 - - [2025-10-30 02:43:17] "POST /fqname-to-id HTTP/1.1" 404 205 0.007767 10.0.0.240 - - [2025-10-30 02:43:18] "POST /security-groups HTTP/1.1" 200 597 0.097233 10.0.0.240 - - [2025-10-30 02:43:18] "POST /projects HTTP/1.1" 200 597 0.342544 10.0.0.254 - - [2025-10-30 02:43:18] "POST /access-control-lists HTTP/1.1" 200 604 0.030297 10.0.0.240 - - [2025-10-30 02:43:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.414122 10.0.0.242 - - [2025-10-30 02:43:18] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.606066 10.0.0.242 - - [2025-10-30 02:43:19] "GET / HTTP/1.1" 200 36215 0.001604 10.0.0.242 - - [2025-10-30 02:43:22] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000470 10.0.0.242 - - [2025-10-30 02:43:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.028089 10.0.0.242 - - [2025-10-30 02:43:23] "POST /network-ipams HTTP/1.1" 200 521 0.030180 10.0.0.242 - - [2025-10-30 02:43:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.004163 10.0.0.242 - - [2025-10-30 02:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004927 10.0.0.242 - - [2025-10-30 02:43:23] "GET /network-ipam/6abcd862-8aea-479c-87e1-d559cb00c205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.008250 10.0.0.242 - - [2025-10-30 02:43:23] "PUT /network-ipam/6abcd862-8aea-479c-87e1-d559cb00c205 HTTP/1.1" 200 259 0.018705 10.0.0.242 - - [2025-10-30 02:43:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 759 0.004151 10.0.0.242 - - [2025-10-30 02:43:23] "POST /network-ipams HTTP/1.1" 200 521 0.031802 10.0.0.242 - - [2025-10-30 02:43:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.003773 10.0.0.242 - - [2025-10-30 02:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.242 - - [2025-10-30 02:43:23] "GET /network-ipam/5dd8ba2a-e49b-45d0-9dd9-f5887e8d14fe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.007840 10.0.0.242 - - [2025-10-30 02:43:23] "PUT /network-ipam/5dd8ba2a-e49b-45d0-9dd9-f5887e8d14fe HTTP/1.1" 200 259 0.016509 10.0.0.242 - - [2025-10-30 02:43:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 971 0.004113 10.0.0.242 - - [2025-10-30 02:43:23] "POST /network-ipams HTTP/1.1" 200 521 0.031856 10.0.0.242 - - [2025-10-30 02:43:23] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 1184 0.004485 10.0.0.242 - - [2025-10-30 02:43:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005077 10.0.0.242 - - [2025-10-30 02:43:23] "GET /network-ipam/1a3f02aa-0337-4f12-a515-a10cbef4bc51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1256 0.007645 10.0.0.242 - - [2025-10-30 02:43:23] "PUT /network-ipam/1a3f02aa-0337-4f12-a515-a10cbef4bc51 HTTP/1.1" 200 259 0.016644 10.0.0.242 - - [2025-10-30 02:43:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.240 - - [2025-10-30 02:43:24] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001011 10.0.0.242 - - [2025-10-30 02:43:24] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.048136 10.0.0.240 - - [2025-10-30 02:43:25] "POST /useragent-kv HTTP/1.1" 200 115 0.009243 10.0.0.242 - - [2025-10-30 02:43:25] "POST /neutron/subnet HTTP/1.1" 200 730 0.247195 10.0.0.254 - - [2025-10-30 02:43:25] "POST /route-targets HTTP/1.1" 200 328 0.013310 10.0.0.242 - - [2025-10-30 02:43:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.001488 10.0.0.242 - - [2025-10-30 02:43:25] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.007740 10.0.0.242 - - [2025-10-30 02:43:25] "POST /neutron/network HTTP/1.1" 200 1015 0.009591 10.0.0.242 - - [2025-10-30 02:43:25] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.004961 10.0.0.242 - - [2025-10-30 02:43:25] "POST /neutron/subnet HTTP/1.1" 200 828 0.009240 10.0.0.242 - - [2025-10-30 02:43:25] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.007364 10.0.0.242 - - [2025-10-30 02:43:25] "GET /network-ipam/6abcd862-8aea-479c-87e1-d559cb00c205?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1255 0.003894 10.0.0.242 - - [2025-10-30 02:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003614 10.0.0.240 - - [2025-10-30 02:43:25] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001079 10.0.0.242 - - [2025-10-30 02:43:25] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.041108 10.0.0.240 - - [2025-10-30 02:43:26] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001075 10.0.0.242 - - [2025-10-30 02:43:26] "POST /neutron/network HTTP/1.1" 200 613 0.123700 10.0.0.254 - - [2025-10-30 02:43:26] "POST /ref-update HTTP/1.1" 200 156 0.023193 10.0.0.254 - - [2025-10-30 02:43:26] "POST /fqname-to-id HTTP/1.1" 404 207 0.031438 10.0.0.242 - - [2025-10-30 02:43:26] "POST /neutron/network HTTP/1.1" 200 1016 0.012162 10.0.0.242 - - [2025-10-30 02:43:26] "POST /id-to-fqname HTTP/1.1" 200 227 0.001215 10.0.0.242 - - [2025-10-30 02:43:26] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006222 10.0.0.242 - - [2025-10-30 02:43:26] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.006100 10.0.0.242 - - [2025-10-30 02:43:26] "POST /neutron/subnet HTTP/1.1" 200 734 0.009833 10.0.0.242 - - [2025-10-30 02:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003696 10.0.0.240 - - [2025-10-30 02:43:26] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001518 10.0.0.242 - - [2025-10-30 02:43:26] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.052271 10.0.0.240 - - [2025-10-30 02:43:26] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001397 10.0.0.242 - - [2025-10-30 02:43:27] "POST /neutron/network HTTP/1.1" 200 613 0.139298 10.0.0.242 - - [2025-10-30 02:43:27] "POST /neutron/network HTTP/1.1" 200 1014 0.014314 10.0.0.242 - - [2025-10-30 02:43:27] "POST /id-to-fqname HTTP/1.1" 200 227 0.001104 10.0.0.242 - - [2025-10-30 02:43:27] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.005071 10.0.0.242 - - [2025-10-30 02:43:27] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006624 10.0.0.242 - - [2025-10-30 02:43:27] "POST /neutron/subnet HTTP/1.1" 200 724 0.008859 10.0.0.242 - - [2025-10-30 02:43:27] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006977 10.0.0.254 - - [2025-10-30 02:43:28] "GET /obj-perms HTTP/1.1" 200 5061 0.048970 10.0.0.240 - - [2025-10-30 02:43:29] "GET /obj-perms HTTP/1.1" 200 5061 0.048980 10.0.0.242 - - [2025-10-30 02:43:29] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.009278 10.0.0.242 - - [2025-10-30 02:43:29] "GET /obj-perms HTTP/1.1" 200 5061 0.044377 10.0.0.242 - - [2025-10-30 02:43:30] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006267 10.0.0.242 - - [2025-10-30 02:43:30] "POST /fqname-to-id HTTP/1.1" 404 224 0.003806 10.0.0.242 - - [2025-10-30 02:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.002997 10.0.0.240 - - [2025-10-30 02:43:30] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001003 10.0.0.242 - - [2025-10-30 02:43:30] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.049254 10.0.0.242 - - [2025-10-30 02:43:30] "POST /network-policys HTTP/1.1" 200 561 0.026649 10.0.0.242 - - [2025-10-30 02:43:30] "GET /network-policy/b2bb401f-2efe-4c4c-abda-db61b784dbf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.013433 10.0.0.242 - - [2025-10-30 02:43:30] "POST /fqname-to-id HTTP/1.1" 404 224 0.002978 10.0.0.242 - - [2025-10-30 02:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.240 - - [2025-10-30 02:43:30] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001022 10.0.0.242 - - [2025-10-30 02:43:30] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.045043 10.0.0.242 - - [2025-10-30 02:43:30] "POST /network-policys HTTP/1.1" 200 561 0.033974 10.0.0.242 - - [2025-10-30 02:43:30] "GET /network-policy/d95bc257-57fe-4c09-9f2c-3647f2c8225e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.008064 10.0.0.242 - - [2025-10-30 02:43:30] "POST /fqname-to-id HTTP/1.1" 404 224 0.002954 10.0.0.242 - - [2025-10-30 02:43:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004082 10.0.0.240 - - [2025-10-30 02:43:31] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001033 10.0.0.242 - - [2025-10-30 02:43:31] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.051538 10.0.0.242 - - [2025-10-30 02:43:31] "POST /network-policys HTTP/1.1" 200 561 0.032002 10.0.0.242 - - [2025-10-30 02:43:31] "GET /network-policy/58e89cf4-557d-49ad-aacb-bc5a76b5396a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.008585 10.0.0.254 - - [2025-10-30 02:43:31] "POST /fqname-to-id HTTP/1.1" 404 242 0.003879 10.0.0.242 - - [2025-10-30 02:43:31] "POST /neutron/network HTTP/1.1" 200 1199 0.094962 10.0.0.242 - - [2025-10-30 02:43:31] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006151 10.0.0.242 - - [2025-10-30 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.002706 10.0.0.242 - - [2025-10-30 02:43:31] "GET /network-policy/b2bb401f-2efe-4c4c-abda-db61b784dbf3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2148 0.005652 10.0.0.242 - - [2025-10-30 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003103 10.0.0.242 - - [2025-10-30 02:43:31] "GET /network-policy/d95bc257-57fe-4c09-9f2c-3647f2c8225e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2979 0.004278 10.0.0.254 - - [2025-10-30 02:43:31] "POST /fqname-to-id HTTP/1.1" 404 207 0.010413 10.0.0.242 - - [2025-10-30 02:43:31] "POST /neutron/network HTTP/1.1" 200 1114 0.077163 10.0.0.254 - - [2025-10-30 02:43:31] "POST /access-control-lists HTTP/1.1" 200 599 0.036201 10.0.0.242 - - [2025-10-30 02:43:31] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007778 10.0.0.242 - - [2025-10-30 02:43:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.015445 10.0.0.242 - - [2025-10-30 02:43:31] "GET /network-policy/58e89cf4-557d-49ad-aacb-bc5a76b5396a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.004250 10.0.0.242 - - [2025-10-30 02:43:31] "POST /id-to-fqname HTTP/1.1" 200 227 0.001441 10.0.0.240 - - [2025-10-30 02:43:32] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001070 10.0.0.242 - - [2025-10-30 02:43:32] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.065995 10.0.0.242 - - [2025-10-30 02:43:33] "POST /neutron/network HTTP/1.1" 200 1199 0.037498 10.0.0.242 - - [2025-10-30 02:43:33] "POST /id-to-fqname HTTP/1.1" 200 227 0.001464 10.0.0.242 - - [2025-10-30 02:43:33] "POST /neutron/port HTTP/1.1" 200 117 0.006763 10.0.0.240 - - [2025-10-30 02:43:33] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000978 10.0.0.242 - - [2025-10-30 02:43:34] "POST /neutron/port HTTP/1.1" 200 1174 0.343146 10.0.0.240 - - [2025-10-30 02:43:34] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001012 10.0.0.242 - - [2025-10-30 02:43:34] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.114542 10.0.0.242 - - [2025-10-30 02:43:34] "POST /neutron/port HTTP/1.1" 200 1228 0.143120 10.0.0.242 - - [2025-10-30 02:43:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004182 10.0.0.242 - - [2025-10-30 02:43:34] "POST /neutron/port HTTP/1.1" 200 117 0.001326 10.0.0.242 - - [2025-10-30 02:43:34] "POST /neutron/port HTTP/1.1" 200 1202 0.021774 10.0.0.242 - - [2025-10-30 02:43:34] "POST /id-to-fqname HTTP/1.1" 200 227 0.001390 10.0.0.242 - - [2025-10-30 02:43:34] "POST /neutron/port HTTP/1.1" 200 1202 0.019160 10.0.0.242 - - [2025-10-30 02:43:34] "POST /neutron/network HTTP/1.1" 200 1024 0.006877 10.0.0.254 - - [2025-10-30 02:43:35] "PUT /access-control-list/ed688af4-b448-4e76-a67f-c96cda61a0d0 HTTP/1.1" 200 273 0.021951 10.0.0.242 - - [2025-10-30 02:43:35] "POST /neutron/port HTTP/1.1" 200 1175 0.022163 10.0.0.242 - - [2025-10-30 02:43:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005547 10.0.0.240 - - [2025-10-30 02:43:35] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000983 10.0.0.242 - - [2025-10-30 02:43:35] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.103695 10.0.0.242 - - [2025-10-30 02:43:35] "POST /neutron/port HTTP/1.1" 200 117 0.001813 10.0.0.242 - - [2025-10-30 02:43:35] "POST /neutron/network HTTP/1.1" 200 1114 0.012106 10.0.0.242 - - [2025-10-30 02:43:36] "POST /neutron/port HTTP/1.1" 200 117 0.007046 10.0.0.242 - - [2025-10-30 02:43:36] "POST /neutron/port HTTP/1.1" 200 1202 0.018433 10.0.0.242 - - [2025-10-30 02:43:36] "POST /neutron/security_group HTTP/1.1" 200 2064 0.012138 10.0.0.242 - - [2025-10-30 02:43:36] "POST /neutron/network HTTP/1.1" 200 1024 0.011404 10.0.0.242 - - [2025-10-30 02:43:36] "GET /virtual-machine/2e5a927d-4bc8-4e5e-92aa-28c559f75bd6 HTTP/1.1" 401 293 0.000445 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-machine/2e5a927d-4bc8-4e5e-92aa-28c559f75bd6 HTTP/1.1" 200 1300 0.059488 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-machine/2e5a927d-4bc8-4e5e-92aa-28c559f75bd6 HTTP/1.1" 200 1300 0.004553 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-machine-interface/ed0dad3a-22cb-4764-82f8-83cdc19efc5a HTTP/1.1" 200 3176 0.006416 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-machine/2e5a927d-4bc8-4e5e-92aa-28c559f75bd6 HTTP/1.1" 200 1300 0.004021 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-machine-interface/ed0dad3a-22cb-4764-82f8-83cdc19efc5a HTTP/1.1" 200 3176 0.005618 10.0.0.242 - - [2025-10-30 02:43:37] "GET /instance-ip/6bcdaaad-8adf-476c-bdd3-aaca09a93df3 HTTP/1.1" 200 1637 0.006153 10.0.0.242 - - [2025-10-30 02:43:37] "GET /instance-ip/a360293b-a3a4-4fd0-bf64-948750c20910 HTTP/1.1" 200 1657 0.006654 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-machine/2e5a927d-4bc8-4e5e-92aa-28c559f75bd6 HTTP/1.1" 200 1300 0.003420 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-machine-interface/ed0dad3a-22cb-4764-82f8-83cdc19efc5a HTTP/1.1" 200 3176 0.015847 10.0.0.242 - - [2025-10-30 02:43:37] "GET /instance-ip/6bcdaaad-8adf-476c-bdd3-aaca09a93df3 HTTP/1.1" 200 1637 0.006800 10.0.0.242 - - [2025-10-30 02:43:37] "GET /instance-ip/a360293b-a3a4-4fd0-bf64-948750c20910 HTTP/1.1" 200 1657 0.007362 10.0.0.242 - - [2025-10-30 02:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.242 - - [2025-10-30 02:43:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003417 10.0.0.242 - - [2025-10-30 02:43:37] "POST /neutron/port HTTP/1.1" 200 1173 0.032007 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.010286 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006189 10.0.0.242 - - [2025-10-30 02:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003231 10.0.0.242 - - [2025-10-30 02:43:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004512 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.006638 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006273 10.0.0.242 - - [2025-10-30 02:43:37] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004413 10.0.0.242 - - [2025-10-30 02:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.242 - - [2025-10-30 02:43:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005764 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002923 10.0.0.242 - - [2025-10-30 02:43:37] "POST /neutron/port HTTP/1.1" 200 117 0.001343 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006623 10.0.0.242 - - [2025-10-30 02:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005107 10.0.0.242 - - [2025-10-30 02:43:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007823 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.006174 10.0.0.242 - - [2025-10-30 02:43:37] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.007674 10.0.0.242 - - [2025-10-30 02:43:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.242 - - [2025-10-30 02:43:38] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005975 10.0.0.242 - - [2025-10-30 02:43:38] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003875 10.0.0.242 - - [2025-10-30 02:43:38] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.008168 10.0.0.242 - - [2025-10-30 02:43:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005012 10.0.0.242 - - [2025-10-30 02:43:41] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.007404 10.0.0.242 - - [2025-10-30 02:43:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005577 10.0.0.242 - - [2025-10-30 02:43:45] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.008203 10.0.0.242 - - [2025-10-30 02:43:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.242 - - [2025-10-30 02:43:49] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005597 10.0.0.242 - - [2025-10-30 02:43:50] "POST /neutron/port HTTP/1.1" 200 1202 0.019254 10.0.0.242 - - [2025-10-30 02:43:50] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004243 10.0.0.242 - - [2025-10-30 02:43:50] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.242 - - [2025-10-30 02:43:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003943 10.0.0.242 - - [2025-10-30 02:43:53] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005727 10.0.0.242 - - [2025-10-30 02:43:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.242 - - [2025-10-30 02:43:57] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005390 10.0.0.240 - - [2025-10-30 02:44:00] "DELETE /project/19c163588ab2484789fd7e7abefe0cfb HTTP/1.1" 404 173 0.003962 10.0.0.240 - - [2025-10-30 02:44:00] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000892 10.0.0.240 - - [2025-10-30 02:44:00] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.043349 10.0.0.240 - - [2025-10-30 02:44:00] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.240 - - [2025-10-30 02:44:00] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?fields=security_groups HTTP/1.1" 200 1373 0.058657 10.0.0.240 - - [2025-10-30 02:44:00] "DELETE /security-group/ec3f8f07-d7c7-46ac-abbd-91c5f043cba7 HTTP/1.1" 200 115 0.047805 10.0.0.240 - - [2025-10-30 02:44:00] "GET /projects?obj_uuids=e5762e07-d051-4deb-8071-c031e34ad976&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000955 10.0.0.240 - - [2025-10-30 02:44:00] "GET /project/e5762e07-d051-4deb-8071-c031e34ad976?fields=application_policy_sets HTTP/1.1" 200 1412 0.041878 10.0.0.240 - - [2025-10-30 02:44:00] "DELETE /project/e5762e07-d051-4deb-8071-c031e34ad976 HTTP/1.1" 200 115 0.414417 10.0.0.242 - - [2025-10-30 02:44:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004203 10.0.0.242 - - [2025-10-30 02:44:01] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006799 10.0.0.242 - - [2025-10-30 02:44:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.242 - - [2025-10-30 02:44:05] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006342 10.0.0.242 - - [2025-10-30 02:44:06] "POST /neutron/port HTTP/1.1" 200 1203 0.020252 10.0.0.242 - - [2025-10-30 02:44:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005204 10.0.0.242 - - [2025-10-30 02:44:06] "POST /neutron/port HTTP/1.1" 200 117 0.001365 10.0.0.242 - - [2025-10-30 02:44:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003805 10.0.0.242 - - [2025-10-30 02:44:09] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005881 10.0.0.242 - - [2025-10-30 02:44:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004817 10.0.0.242 - - [2025-10-30 02:44:13] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005639 10.0.0.242 - - [2025-10-30 02:44:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.242 - - [2025-10-30 02:44:18] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.005841 10.0.0.242 - - [2025-10-30 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.242 - - [2025-10-30 02:44:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004383 10.0.0.242 - - [2025-10-30 02:44:20] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003699 10.0.0.242 - - [2025-10-30 02:44:20] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006596 10.0.0.242 - - [2025-10-30 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004042 10.0.0.242 - - [2025-10-30 02:44:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004409 10.0.0.242 - - [2025-10-30 02:44:20] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003465 10.0.0.242 - - [2025-10-30 02:44:20] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.007945 10.0.0.242 - - [2025-10-30 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004287 10.0.0.242 - - [2025-10-30 02:44:20] "GET /routing-instance/7005a0a5-6cf2-489f-99ef-e2eba5c2022c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005495 10.0.0.242 - - [2025-10-30 02:44:20] "GET /route-target/30139408-38eb-43b9-9a93-0ce3750d30ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004435 10.0.0.242 - - [2025-10-30 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.242 - - [2025-10-30 02:44:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003955 10.0.0.242 - - [2025-10-30 02:44:20] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003367 10.0.0.242 - - [2025-10-30 02:44:20] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006998 10.0.0.242 - - [2025-10-30 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.242 - - [2025-10-30 02:44:20] "GET /routing-instance/7005a0a5-6cf2-489f-99ef-e2eba5c2022c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005288 10.0.0.242 - - [2025-10-30 02:44:20] "GET /route-target/30139408-38eb-43b9-9a93-0ce3750d30ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004370 10.0.0.242 - - [2025-10-30 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004845 10.0.0.242 - - [2025-10-30 02:44:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004599 10.0.0.242 - - [2025-10-30 02:44:20] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003809 10.0.0.242 - - [2025-10-30 02:44:20] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006484 10.0.0.242 - - [2025-10-30 02:44:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.242 - - [2025-10-30 02:44:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004610 10.0.0.242 - - [2025-10-30 02:44:20] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003641 10.0.0.242 - - [2025-10-30 02:44:21] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006540 10.0.0.242 - - [2025-10-30 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003520 10.0.0.242 - - [2025-10-30 02:44:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006304 10.0.0.242 - - [2025-10-30 02:44:21] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005066 10.0.0.242 - - [2025-10-30 02:44:21] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.007442 10.0.0.242 - - [2025-10-30 02:44:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003887 10.0.0.242 - - [2025-10-30 02:44:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004346 10.0.0.242 - - [2025-10-30 02:44:21] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003556 10.0.0.242 - - [2025-10-30 02:44:21] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.007087 10.0.0.240 - - [2025-10-30 02:44:21] "GET /obj-perms HTTP/1.1" 200 5061 0.005557 10.0.0.242 - - [2025-10-30 02:44:21] "GET /obj-perms HTTP/1.1" 200 5061 0.006027 10.0.0.242 - - [2025-10-30 02:44:21] "GET /obj-perms HTTP/1.1" 200 5061 0.004740 10.0.0.242 - - [2025-10-30 02:44:21] "GET /obj-perms HTTP/1.1" 200 5061 0.008146 10.0.0.254 - - [2025-10-30 02:44:21] "GET /obj-perms HTTP/1.1" 200 5061 0.003925 10.0.0.240 - - [2025-10-30 02:44:21] "GET /obj-perms HTTP/1.1" 200 5061 0.003687 10.0.0.242 - - [2025-10-30 02:44:21] "POST /neutron/port HTTP/1.1" 200 1203 0.016228 10.0.0.242 - - [2025-10-30 02:44:21] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007572 10.0.0.242 - - [2025-10-30 02:44:21] "GET /obj-perms HTTP/1.1" 200 5075 0.051390 10.0.0.242 - - [2025-10-30 02:44:21] "POST /neutron/port HTTP/1.1" 200 1203 0.014686 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-machine/2f967809-2f1f-46b3-8c28-21919d47ddc8 HTTP/1.1" 200 1300 0.006485 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-machine/2f967809-2f1f-46b3-8c28-21919d47ddc8 HTTP/1.1" 200 1300 0.004607 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-machine-interface/425c6b98-d0dc-462c-b72b-bec0f651247a HTTP/1.1" 200 3176 0.005769 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-machine/2f967809-2f1f-46b3-8c28-21919d47ddc8 HTTP/1.1" 200 1300 0.004472 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-machine-interface/425c6b98-d0dc-462c-b72b-bec0f651247a HTTP/1.1" 200 3176 0.005506 10.0.0.242 - - [2025-10-30 02:44:22] "GET /instance-ip/09836c48-8e2d-4b3b-b696-77dfd5c48573 HTTP/1.1" 200 1655 0.005964 10.0.0.242 - - [2025-10-30 02:44:22] "GET /instance-ip/587d5547-bf32-4b78-bb62-787797563c85 HTTP/1.1" 200 1638 0.006836 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-machine/2f967809-2f1f-46b3-8c28-21919d47ddc8 HTTP/1.1" 200 1300 0.004305 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-machine-interface/425c6b98-d0dc-462c-b72b-bec0f651247a HTTP/1.1" 200 3176 0.005754 10.0.0.242 - - [2025-10-30 02:44:22] "GET /instance-ip/09836c48-8e2d-4b3b-b696-77dfd5c48573 HTTP/1.1" 200 1655 0.004043 10.0.0.242 - - [2025-10-30 02:44:22] "GET /instance-ip/587d5547-bf32-4b78-bb62-787797563c85 HTTP/1.1" 200 1638 0.004952 10.0.0.242 - - [2025-10-30 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.242 - - [2025-10-30 02:44:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003877 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003598 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008093 10.0.0.242 - - [2025-10-30 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004587 10.0.0.242 - - [2025-10-30 02:44:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005703 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004647 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007876 10.0.0.242 - - [2025-10-30 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005527 10.0.0.242 - - [2025-10-30 02:44:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005663 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004177 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008493 10.0.0.242 - - [2025-10-30 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003962 10.0.0.242 - - [2025-10-30 02:44:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004796 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003273 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005875 10.0.0.242 - - [2025-10-30 02:44:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.242 - - [2025-10-30 02:44:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004858 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003477 10.0.0.242 - - [2025-10-30 02:44:22] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007589 10.0.0.242 - - [2025-10-30 02:44:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003888 10.0.0.242 - - [2025-10-30 02:44:23] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003771 10.0.0.242 - - [2025-10-30 02:44:23] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002914 10.0.0.242 - - [2025-10-30 02:44:23] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006355 10.0.0.242 - - [2025-10-30 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004955 10.0.0.242 - - [2025-10-30 02:44:24] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003963 10.0.0.242 - - [2025-10-30 02:44:24] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004008 10.0.0.242 - - [2025-10-30 02:44:24] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007227 10.0.0.242 - - [2025-10-30 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.242 - - [2025-10-30 02:44:24] "GET /routing-instance/8f09e12f-566c-4bec-88d1-f53b58ad397f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005081 10.0.0.242 - - [2025-10-30 02:44:24] "GET /route-target/6e296f6b-99ad-4001-8636-1e147b065470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004424 10.0.0.242 - - [2025-10-30 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003500 10.0.0.242 - - [2025-10-30 02:44:24] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003790 10.0.0.242 - - [2025-10-30 02:44:24] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.007337 10.0.0.242 - - [2025-10-30 02:44:24] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007442 10.0.0.242 - - [2025-10-30 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005159 10.0.0.242 - - [2025-10-30 02:44:24] "GET /routing-instance/8f09e12f-566c-4bec-88d1-f53b58ad397f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.006352 10.0.0.242 - - [2025-10-30 02:44:24] "GET /route-target/6e296f6b-99ad-4001-8636-1e147b065470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004346 10.0.0.242 - - [2025-10-30 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.242 - - [2025-10-30 02:44:24] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007320 10.0.0.242 - - [2025-10-30 02:44:24] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003793 10.0.0.242 - - [2025-10-30 02:44:24] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007298 10.0.0.242 - - [2025-10-30 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003885 10.0.0.242 - - [2025-10-30 02:44:24] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005574 10.0.0.242 - - [2025-10-30 02:44:24] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005713 10.0.0.242 - - [2025-10-30 02:44:24] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007645 10.0.0.242 - - [2025-10-30 02:44:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004738 10.0.0.242 - - [2025-10-30 02:44:24] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005668 10.0.0.242 - - [2025-10-30 02:44:24] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004206 10.0.0.242 - - [2025-10-30 02:44:24] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007464 10.0.0.242 - - [2025-10-30 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.242 - - [2025-10-30 02:44:25] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004524 10.0.0.242 - - [2025-10-30 02:44:25] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003349 10.0.0.242 - - [2025-10-30 02:44:25] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007665 10.0.0.242 - - [2025-10-30 02:44:25] "GET /obj-perms HTTP/1.1" 200 5061 0.005103 10.0.0.240 - - [2025-10-30 02:44:25] "GET /obj-perms HTTP/1.1" 200 5061 0.005605 10.0.0.242 - - [2025-10-30 02:44:25] "GET /obj-perms HTTP/1.1" 200 5061 0.004668 10.0.0.240 - - [2025-10-30 02:44:25] "GET /obj-perms HTTP/1.1" 200 5061 0.004065 10.0.0.242 - - [2025-10-30 02:44:25] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010679 10.0.0.242 - - [2025-10-30 02:44:25] "POST /neutron/port HTTP/1.1" 200 1201 0.024378 10.0.0.242 - - [2025-10-30 02:44:25] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008642 10.0.0.242 - - [2025-10-30 02:44:25] "GET /virtual-machine/69f62194-826a-4b69-ae97-f0e8146d17de HTTP/1.1" 200 1300 0.008257 10.0.0.242 - - [2025-10-30 02:44:25] "GET /virtual-machine/69f62194-826a-4b69-ae97-f0e8146d17de HTTP/1.1" 200 1300 0.005414 10.0.0.242 - - [2025-10-30 02:44:25] "GET /virtual-machine-interface/4cca7dde-213c-499f-bb2c-e25e7fd52f1e HTTP/1.1" 200 3176 0.006528 10.0.0.242 - - [2025-10-30 02:44:25] "GET /virtual-machine/69f62194-826a-4b69-ae97-f0e8146d17de HTTP/1.1" 200 1300 0.004877 10.0.0.242 - - [2025-10-30 02:44:25] "GET /virtual-machine-interface/4cca7dde-213c-499f-bb2c-e25e7fd52f1e HTTP/1.1" 200 3176 0.007050 10.0.0.242 - - [2025-10-30 02:44:25] "GET /instance-ip/c9d087d8-1c8f-415d-a3f1-543371227286 HTTP/1.1" 200 1657 0.010047 10.0.0.242 - - [2025-10-30 02:44:25] "GET /instance-ip/f58ab5aa-0363-4cfd-a051-f8b096d02b91 HTTP/1.1" 200 1637 0.008548 10.0.0.242 - - [2025-10-30 02:44:25] "GET /virtual-machine/69f62194-826a-4b69-ae97-f0e8146d17de HTTP/1.1" 200 1300 0.004748 10.0.0.242 - - [2025-10-30 02:44:25] "GET /virtual-machine-interface/4cca7dde-213c-499f-bb2c-e25e7fd52f1e HTTP/1.1" 200 3176 0.007270 10.0.0.242 - - [2025-10-30 02:44:25] "GET /instance-ip/c9d087d8-1c8f-415d-a3f1-543371227286 HTTP/1.1" 200 1657 0.005300 10.0.0.242 - - [2025-10-30 02:44:25] "GET /instance-ip/f58ab5aa-0363-4cfd-a051-f8b096d02b91 HTTP/1.1" 200 1637 0.005348 10.0.0.242 - - [2025-10-30 02:44:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004878 10.0.0.242 - - [2025-10-30 02:44:25] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004362 10.0.0.242 - - [2025-10-30 02:44:25] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003916 10.0.0.242 - - [2025-10-30 02:44:26] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007635 10.0.0.242 - - [2025-10-30 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.242 - - [2025-10-30 02:44:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005378 10.0.0.242 - - [2025-10-30 02:44:26] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004877 10.0.0.242 - - [2025-10-30 02:44:26] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.008324 10.0.0.242 - - [2025-10-30 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.005278 10.0.0.242 - - [2025-10-30 02:44:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005120 10.0.0.242 - - [2025-10-30 02:44:26] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003903 10.0.0.242 - - [2025-10-30 02:44:26] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007118 10.0.0.242 - - [2025-10-30 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.242 - - [2025-10-30 02:44:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004463 10.0.0.242 - - [2025-10-30 02:44:26] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003097 10.0.0.242 - - [2025-10-30 02:44:26] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.010004 10.0.0.242 - - [2025-10-30 02:44:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.242 - - [2025-10-30 02:44:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004368 10.0.0.242 - - [2025-10-30 02:44:26] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003171 10.0.0.242 - - [2025-10-30 02:44:26] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006251 10.0.0.242 - - [2025-10-30 02:44:27] "POST /neutron/port HTTP/1.1" 200 1203 0.016421 10.0.0.242 - - [2025-10-30 02:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.242 - - [2025-10-30 02:44:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003815 10.0.0.242 - - [2025-10-30 02:44:27] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003059 10.0.0.242 - - [2025-10-30 02:44:27] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007592 10.0.0.242 - - [2025-10-30 02:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003593 10.0.0.242 - - [2025-10-30 02:44:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003389 10.0.0.242 - - [2025-10-30 02:44:27] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003665 10.0.0.242 - - [2025-10-30 02:44:27] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006761 10.0.0.242 - - [2025-10-30 02:44:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.242 - - [2025-10-30 02:44:27] "GET /routing-instance/f95253be-648c-480a-9836-ca8e7ea17adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.007797 10.0.0.242 - - [2025-10-30 02:44:28] "GET /route-target/8c001092-2bae-4ad1-8821-cf302a146504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005629 10.0.0.242 - - [2025-10-30 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003924 10.0.0.242 - - [2025-10-30 02:44:28] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004371 10.0.0.242 - - [2025-10-30 02:44:28] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004237 10.0.0.242 - - [2025-10-30 02:44:28] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006691 10.0.0.242 - - [2025-10-30 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.242 - - [2025-10-30 02:44:28] "GET /routing-instance/f95253be-648c-480a-9836-ca8e7ea17adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004724 10.0.0.242 - - [2025-10-30 02:44:28] "GET /route-target/8c001092-2bae-4ad1-8821-cf302a146504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004857 10.0.0.242 - - [2025-10-30 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003591 10.0.0.242 - - [2025-10-30 02:44:28] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004334 10.0.0.242 - - [2025-10-30 02:44:28] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004135 10.0.0.242 - - [2025-10-30 02:44:28] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007259 10.0.0.242 - - [2025-10-30 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003297 10.0.0.242 - - [2025-10-30 02:44:28] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004186 10.0.0.242 - - [2025-10-30 02:44:28] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.002896 10.0.0.242 - - [2025-10-30 02:44:28] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006138 10.0.0.242 - - [2025-10-30 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.242 - - [2025-10-30 02:44:28] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004342 10.0.0.242 - - [2025-10-30 02:44:28] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003003 10.0.0.242 - - [2025-10-30 02:44:28] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006475 10.0.0.242 - - [2025-10-30 02:44:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003228 10.0.0.242 - - [2025-10-30 02:44:28] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004878 10.0.0.242 - - [2025-10-30 02:44:28] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004310 10.0.0.242 - - [2025-10-30 02:44:28] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.007120 10.0.0.242 - - [2025-10-30 02:44:28] "GET /obj-perms HTTP/1.1" 200 5061 0.004414 10.0.0.242 - - [2025-10-30 02:44:28] "GET /obj-perms HTTP/1.1" 200 5061 0.004031 10.0.0.240 - - [2025-10-30 02:44:29] "GET /obj-perms HTTP/1.1" 200 5061 0.003925 10.0.0.242 - - [2025-10-30 02:44:29] "GET /obj-perms HTTP/1.1" 200 5061 0.004431 10.0.0.242 - - [2025-10-30 02:44:29] "GET /obj-perms HTTP/1.1" 200 5061 0.003895 10.0.0.254 - - [2025-10-30 02:44:29] "GET /obj-perms HTTP/1.1" 200 5061 0.003541 10.0.0.242 - - [2025-10-30 02:44:29] "GET /virtual-machine/2e5a927d-4bc8-4e5e-92aa-28c559f75bd6 HTTP/1.1" 200 1300 0.004856 10.0.0.242 - - [2025-10-30 02:44:29] "GET /virtual-machine-interface/ed0dad3a-22cb-4764-82f8-83cdc19efc5a HTTP/1.1" 200 3176 0.005916 10.0.0.242 - - [2025-10-30 02:44:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003601 10.0.0.242 - - [2025-10-30 02:44:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003370 10.0.0.242 - - [2025-10-30 02:44:29] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003018 10.0.0.242 - - [2025-10-30 02:44:29] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.008071 10.0.0.242 - - [2025-10-30 02:44:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.242 - - [2025-10-30 02:44:30] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004080 10.0.0.242 - - [2025-10-30 02:44:30] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003728 10.0.0.242 - - [2025-10-30 02:44:30] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006239 10.0.0.242 - - [2025-10-30 02:44:30] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007216 10.0.0.242 - - [2025-10-30 02:44:35] "POST /neutron/port HTTP/1.1" 200 1202 0.017756 10.0.0.242 - - [2025-10-30 02:44:40] "GET /virtual-machine/2f967809-2f1f-46b3-8c28-21919d47ddc8 HTTP/1.1" 200 1300 0.005635 10.0.0.242 - - [2025-10-30 02:44:40] "GET /virtual-machine-interface/425c6b98-d0dc-462c-b72b-bec0f651247a HTTP/1.1" 200 3176 0.007716 10.0.0.242 - - [2025-10-30 02:44:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003810 10.0.0.242 - - [2025-10-30 02:44:40] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003470 10.0.0.242 - - [2025-10-30 02:44:40] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.004203 10.0.0.242 - - [2025-10-30 02:44:41] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.007679 10.0.0.242 - - [2025-10-30 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003675 10.0.0.242 - - [2025-10-30 02:44:42] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003612 10.0.0.242 - - [2025-10-30 02:44:42] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005334 10.0.0.242 - - [2025-10-30 02:44:42] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006289 10.0.0.242 - - [2025-10-30 02:44:42] "GET /virtual-machine/69f62194-826a-4b69-ae97-f0e8146d17de HTTP/1.1" 200 1300 0.004442 10.0.0.242 - - [2025-10-30 02:44:42] "GET /virtual-machine-interface/4cca7dde-213c-499f-bb2c-e25e7fd52f1e HTTP/1.1" 200 3176 0.006429 10.0.0.242 - - [2025-10-30 02:44:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.242 - - [2025-10-30 02:44:42] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004781 10.0.0.242 - - [2025-10-30 02:44:42] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003115 10.0.0.242 - - [2025-10-30 02:44:42] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.008274 10.0.0.242 - - [2025-10-30 02:44:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003767 10.0.0.242 - - [2025-10-30 02:44:43] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004596 10.0.0.242 - - [2025-10-30 02:44:43] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003242 10.0.0.242 - - [2025-10-30 02:44:43] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006827 10.0.0.242 - - [2025-10-30 02:44:52] "POST /neutron/port HTTP/1.1" 200 1201 0.020682 10.0.0.242 - - [2025-10-30 02:44:52] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004178 10.0.0.242 - - [2025-10-30 02:44:52] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.242 - - [2025-10-30 02:45:05] "GET /virtual-machine/69f62194-826a-4b69-ae97-f0e8146d17de HTTP/1.1" 200 1300 0.004620 10.0.0.242 - - [2025-10-30 02:45:05] "POST /neutron/port HTTP/1.1" 200 1227 0.014836 10.0.0.242 - - [2025-10-30 02:45:07] "GET /virtual-machine/69f62194-826a-4b69-ae97-f0e8146d17de HTTP/1.1" 404 171 0.003377 10.0.0.242 - - [2025-10-30 02:45:07] "GET /virtual-machine/69f62194-826a-4b69-ae97-f0e8146d17de HTTP/1.1" 404 171 0.003366 10.0.0.242 - - [2025-10-30 02:45:07] "GET /virtual-machine/69f62194-826a-4b69-ae97-f0e8146d17de HTTP/1.1" 404 171 0.003427 10.0.0.242 - - [2025-10-30 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003864 10.0.0.242 - - [2025-10-30 02:45:07] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003999 10.0.0.242 - - [2025-10-30 02:45:07] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003585 10.0.0.242 - - [2025-10-30 02:45:07] "GET /virtual-network/0d231d11-4418-4097-8bf5-17001c83038d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2645 0.006452 10.0.0.242 - - [2025-10-30 02:45:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.242 - - [2025-10-30 02:45:07] "GET /routing-instance/f95253be-648c-480a-9836-ca8e7ea17adc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1489 0.004994 10.0.0.242 - - [2025-10-30 02:45:07] "GET /route-target/8c001092-2bae-4ad1-8821-cf302a146504?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006025 10.0.0.242 - - [2025-10-30 02:45:08] "POST /neutron/port HTTP/1.1" 200 1203 0.037955 10.0.0.242 - - [2025-10-30 02:45:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004880 10.0.0.242 - - [2025-10-30 02:45:08] "POST /neutron/port HTTP/1.1" 200 117 0.001300 10.0.0.242 - - [2025-10-30 02:45:10] "GET /obj-perms HTTP/1.1" 200 5061 0.004207 10.0.0.242 - - [2025-10-30 02:45:13] "GET /obj-perms HTTP/1.1" 200 5061 0.004355 10.0.0.242 - - [2025-10-30 02:45:14] "GET /virtual-machine/2f967809-2f1f-46b3-8c28-21919d47ddc8 HTTP/1.1" 200 1300 0.005185 10.0.0.242 - - [2025-10-30 02:45:14] "POST /neutron/port HTTP/1.1" 200 1229 0.019286 10.0.0.242 - - [2025-10-30 02:45:16] "GET /virtual-machine/2f967809-2f1f-46b3-8c28-21919d47ddc8 HTTP/1.1" 404 171 0.003272 10.0.0.242 - - [2025-10-30 02:45:16] "GET /virtual-machine/2f967809-2f1f-46b3-8c28-21919d47ddc8 HTTP/1.1" 404 171 0.002549 10.0.0.242 - - [2025-10-30 02:45:16] "GET /virtual-machine/2f967809-2f1f-46b3-8c28-21919d47ddc8 HTTP/1.1" 404 171 0.002979 10.0.0.242 - - [2025-10-30 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.242 - - [2025-10-30 02:45:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003657 10.0.0.242 - - [2025-10-30 02:45:16] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.003335 10.0.0.242 - - [2025-10-30 02:45:16] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.008072 10.0.0.242 - - [2025-10-30 02:45:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.242 - - [2025-10-30 02:45:16] "GET /routing-instance/8f09e12f-566c-4bec-88d1-f53b58ad397f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.006215 10.0.0.242 - - [2025-10-30 02:45:16] "GET /route-target/6e296f6b-99ad-4001-8636-1e147b065470?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.006378 10.0.0.242 - - [2025-10-30 02:45:16] "GET /obj-perms HTTP/1.1" 200 5061 0.004175 10.0.0.240 - - [2025-10-30 02:45:16] "GET /obj-perms HTTP/1.1" 200 5061 0.004114 10.0.0.240 - - [2025-10-30 02:45:22] "GET /obj-perms HTTP/1.1" 200 5061 0.004218 10.0.0.242 - - [2025-10-30 02:45:22] "GET /obj-perms HTTP/1.1" 200 5075 0.047446 10.0.0.242 - - [2025-10-30 02:45:31] "GET /obj-perms HTTP/1.1" 200 5061 0.005177 10.0.0.240 - - [2025-10-30 02:45:31] "GET /obj-perms HTTP/1.1" 200 5061 0.004157 10.0.0.242 - - [2025-10-30 02:45:35] "GET /obj-perms HTTP/1.1" 200 5061 0.006760 10.0.0.242 - - [2025-10-30 02:45:35] "GET /virtual-machine/2e5a927d-4bc8-4e5e-92aa-28c559f75bd6 HTTP/1.1" 200 1300 0.004797 10.0.0.242 - - [2025-10-30 02:45:35] "POST /neutron/port HTTP/1.1" 200 1228 0.016164 10.0.0.242 - - [2025-10-30 02:45:37] "GET /virtual-machine/2e5a927d-4bc8-4e5e-92aa-28c559f75bd6 HTTP/1.1" 404 171 0.004472 10.0.0.242 - - [2025-10-30 02:45:37] "GET /virtual-machine/2e5a927d-4bc8-4e5e-92aa-28c559f75bd6 HTTP/1.1" 404 171 0.004197 10.0.0.242 - - [2025-10-30 02:45:37] "GET /virtual-machine/2e5a927d-4bc8-4e5e-92aa-28c559f75bd6 HTTP/1.1" 404 171 0.004171 10.0.0.242 - - [2025-10-30 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.242 - - [2025-10-30 02:45:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005395 10.0.0.242 - - [2025-10-30 02:45:37] "GET /virtual-networks?parent_id=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 815 0.005313 10.0.0.242 - - [2025-10-30 02:45:37] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.008025 10.0.0.242 - - [2025-10-30 02:45:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.242 - - [2025-10-30 02:45:37] "GET /routing-instance/7005a0a5-6cf2-489f-99ef-e2eba5c2022c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1801 0.005144 10.0.0.242 - - [2025-10-30 02:45:37] "GET /route-target/30139408-38eb-43b9-9a93-0ce3750d30ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004443 10.0.0.242 - - [2025-10-30 02:45:40] "GET /obj-perms HTTP/1.1" 200 5061 0.004095 10.0.0.242 - - [2025-10-30 02:45:43] "GET /obj-perms HTTP/1.1" 200 5061 0.003922 10.0.0.254 - - [2025-10-30 02:45:43] "GET /obj-perms HTTP/1.1" 200 5061 0.003950 10.0.0.240 - - [2025-10-30 02:45:43] "GET /obj-perms HTTP/1.1" 200 5061 0.005958 10.0.0.242 - - [2025-10-30 02:45:44] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006601 10.0.0.242 - - [2025-10-30 02:45:44] "POST /neutron/network HTTP/1.1" 200 1016 0.094138 10.0.0.254 - - [2025-10-30 02:45:44] "DELETE /access-control-list/ed688af4-b448-4e76-a67f-c96cda61a0d0 HTTP/1.1" 200 115 0.055851 10.0.0.242 - - [2025-10-30 02:45:44] "GET /virtual-network/83e3a50e-a30a-4d15-a9dc-204f6f8bf9f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2652 0.007174 10.0.0.242 - - [2025-10-30 02:45:44] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3255 0.006083 10.0.0.242 - - [2025-10-30 02:45:44] "POST /neutron/network HTTP/1.1" 200 1015 0.082386 10.0.0.242 - - [2025-10-30 02:45:44] "GET /virtual-network/df8a361c-b621-4d25-a71f-039a2923d2fc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2650 0.006760 10.0.0.254 - - [2025-10-30 02:45:44] "POST /ref-update HTTP/1.1" 200 156 0.027806 10.0.0.242 - - [2025-10-30 02:45:44] "DELETE /network-policy/58e89cf4-557d-49ad-aacb-bc5a76b5396a HTTP/1.1" 200 115 0.075068 10.0.0.242 - - [2025-10-30 02:45:44] "DELETE /network-policy/d95bc257-57fe-4c09-9f2c-3647f2c8225e HTTP/1.1" 200 115 0.045824 10.0.0.242 - - [2025-10-30 02:45:44] "DELETE /network-policy/b2bb401f-2efe-4c4c-abda-db61b784dbf3 HTTP/1.1" 200 115 0.043080 10.0.0.240 - - [2025-10-30 02:45:45] "POST /useragent-kv HTTP/1.1" 200 115 0.004759 10.0.0.240 - - [2025-10-30 02:45:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003047 10.0.0.240 - - [2025-10-30 02:45:45] "POST /useragent-kv HTTP/1.1" 200 115 0.003850 10.0.0.240 - - [2025-10-30 02:45:45] "POST /useragent-kv HTTP/1.1" 200 115 0.002324 10.0.0.242 - - [2025-10-30 02:45:45] "POST /neutron/network HTTP/1.1" 200 151 0.179015 10.0.0.254 - - [2025-10-30 02:45:45] "DELETE /route-target/8c001092-2bae-4ad1-8821-cf302a146504 HTTP/1.1" 200 115 0.026165 10.0.0.242 - - [2025-10-30 02:45:45] "POST /neutron/network HTTP/1.1" 200 1015 0.009536 10.0.0.254 - - [2025-10-30 02:45:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003578 10.0.0.242 - - [2025-10-30 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003716 10.0.0.242 - - [2025-10-30 02:45:46] "DELETE /network-ipam/1a3f02aa-0337-4f12-a515-a10cbef4bc51 HTTP/1.1" 200 115 0.031303 10.0.0.242 - - [2025-10-30 02:45:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.003914 10.0.0.242 - - [2025-10-30 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004594 10.0.0.242 - - [2025-10-30 02:45:46] "DELETE /network-ipam/5dd8ba2a-e49b-45d0-9dd9-f5887e8d14fe HTTP/1.1" 200 115 0.047665 10.0.0.242 - - [2025-10-30 02:45:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.004199 10.0.0.242 - - [2025-10-30 02:45:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004211 10.0.0.242 - - [2025-10-30 02:45:46] "DELETE /network-ipam/6abcd862-8aea-479c-87e1-d559cb00c205 HTTP/1.1" 200 115 0.051214 10.0.0.242 - - [2025-10-30 02:45:46] "POST /fqname-to-id HTTP/1.1" 404 203 0.004585 10.0.0.240 - - [2025-10-30 02:45:49] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001087 10.0.0.242 - - [2025-10-30 02:45:49] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1399 0.048773 10.0.0.240 - - [2025-10-30 02:45:49] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001143 10.0.0.242 - - [2025-10-30 02:45:49] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?fields=virtual_networks HTTP/1.1" 200 1055 0.050486 10.0.0.240 - - [2025-10-30 02:45:49] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001233 10.0.0.242 - - [2025-10-30 02:45:49] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?fields=virtual_machine_interfaces HTTP/1.1" 200 1055 0.058681 10.0.0.240 - - [2025-10-30 02:45:49] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001122 10.0.0.242 - - [2025-10-30 02:45:49] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?fields=security_groups HTTP/1.1" 200 1288 0.051328 10.0.0.242 - - [2025-10-30 02:45:50] "POST /fqname-to-id HTTP/1.1" 404 190 0.027197 10.0.0.240 - - [2025-10-30 02:45:50] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004427 10.0.0.240 - - [2025-10-30 02:45:50] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001292 10.0.0.240 - - [2025-10-30 02:45:50] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008967 10.0.0.240 - - [2025-10-30 02:45:50] "POST /id-to-fqname HTTP/1.1" 200 192 0.005393 10.0.0.240 - - [2025-10-30 02:45:50] "POST /fqname-to-id HTTP/1.1" 404 201 0.006545 10.0.0.240 - - [2025-10-30 02:45:50] "POST /security-groups HTTP/1.1" 200 593 0.038018 10.0.0.240 - - [2025-10-30 02:45:50] "POST /projects HTTP/1.1" 200 589 0.281007 10.0.0.254 - - [2025-10-30 02:45:50] "POST /access-control-lists HTTP/1.1" 200 600 0.026742 10.0.0.240 - - [2025-10-30 02:45:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.358484 10.0.0.242 - - [2025-10-30 02:45:50] "GET /project/7dd93c32-2920-412a-87b6-1f0590cbdc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.510048 10.0.0.242 - - [2025-10-30 02:45:51] "GET / HTTP/1.1" 200 36215 0.003081 10.0.0.242 - - [2025-10-30 02:45:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000507 10.0.0.242 - - [2025-10-30 02:45:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.054379 10.0.0.240 - - [2025-10-30 02:45:53] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000978 10.0.0.242 - - [2025-10-30 02:45:53] "GET /project/7dd93c32-2920-412a-87b6-1f0590cbdc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.037397 10.0.0.240 - - [2025-10-30 02:45:54] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001072 10.0.0.242 - - [2025-10-30 02:45:54] "POST /neutron/network HTTP/1.1" 200 607 0.148001 10.0.0.254 - - [2025-10-30 02:45:54] "POST /route-targets HTTP/1.1" 200 328 0.014235 10.0.0.242 - - [2025-10-30 02:45:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.003396 10.0.0.242 - - [2025-10-30 02:45:54] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005374 10.0.0.242 - - [2025-10-30 02:45:54] "POST /neutron/network HTTP/1.1" 200 825 0.006830 10.0.0.242 - - [2025-10-30 02:45:54] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006346 10.0.0.242 - - [2025-10-30 02:45:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003275 10.0.0.240 - - [2025-10-30 02:45:54] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001201 10.0.0.242 - - [2025-10-30 02:45:54] "GET /project/7dd93c32-2920-412a-87b6-1f0590cbdc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.038007 10.0.0.242 - - [2025-10-30 02:45:54] "POST /neutron/network HTTP/1.1" 200 117 0.013667 10.0.0.254 - - [2025-10-30 02:45:54] "POST /ref-update HTTP/1.1" 200 156 0.025464 10.0.0.242 - - [2025-10-30 02:45:55] "POST /neutron/network HTTP/1.1" 200 823 0.009727 10.0.0.242 - - [2025-10-30 02:45:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001260 10.0.0.242 - - [2025-10-30 02:45:55] "GET /virtual-network/a9c8f5f2-8361-462e-836d-2313358e0d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.005730 10.0.0.242 - - [2025-10-30 02:45:55] "GET /virtual-network/a9c8f5f2-8361-462e-836d-2313358e0d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.006234 10.0.0.242 - - [2025-10-30 02:45:55] "POST /neutron/subnet HTTP/1.1" 200 710 0.009962 10.0.0.242 - - [2025-10-30 02:45:55] "POST /fqname-to-id HTTP/1.1" 404 228 0.002744 10.0.0.242 - - [2025-10-30 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002631 10.0.0.240 - - [2025-10-30 02:45:55] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.002756 10.0.0.242 - - [2025-10-30 02:45:55] "GET /project/7dd93c32-2920-412a-87b6-1f0590cbdc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.046583 10.0.0.242 - - [2025-10-30 02:45:55] "POST /network-policys HTTP/1.1" 200 573 0.030015 10.0.0.242 - - [2025-10-30 02:45:55] "GET /network-policy/4aa6c3cf-b54f-422b-89e7-0490f3aac74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006058 10.0.0.242 - - [2025-10-30 02:45:55] "POST /neutron/network HTTP/1.1" 200 927 0.009981 10.0.0.242 - - [2025-10-30 02:45:55] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005410 10.0.0.242 - - [2025-10-30 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002904 10.0.0.242 - - [2025-10-30 02:45:55] "GET /network-policy/4aa6c3cf-b54f-422b-89e7-0490f3aac74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.011727 10.0.0.254 - - [2025-10-30 02:45:55] "POST /fqname-to-id HTTP/1.1" 404 236 0.014121 10.0.0.242 - - [2025-10-30 02:45:55] "POST /neutron/network HTTP/1.1" 200 925 0.011992 10.0.0.242 - - [2025-10-30 02:45:55] "GET /virtual-network/a9c8f5f2-8361-462e-836d-2313358e0d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.005403 10.0.0.242 - - [2025-10-30 02:45:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.002992 10.0.0.242 - - [2025-10-30 02:45:55] "GET /network-policy/4aa6c3cf-b54f-422b-89e7-0490f3aac74f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2153 0.006658 10.0.0.254 - - [2025-10-30 02:45:55] "PUT /access-control-list/84a27126-5631-41d9-8ef6-fd3bbe1f0338 HTTP/1.1" 200 273 0.033907 10.0.0.242 - - [2025-10-30 02:45:56] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006119 10.0.0.242 - - [2025-10-30 02:45:56] "GET /obj-perms HTTP/1.1" 200 5053 0.062596 10.0.0.242 - - [2025-10-30 02:45:57] "GET /virtual-network/a9c8f5f2-8361-462e-836d-2313358e0d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006019 10.0.0.242 - - [2025-10-30 02:45:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001969 10.0.0.240 - - [2025-10-30 02:45:59] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001319 10.0.0.242 - - [2025-10-30 02:45:59] "GET /project/7dd93c32-2920-412a-87b6-1f0590cbdc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.063290 10.0.0.242 - - [2025-10-30 02:45:59] "POST /neutron/port HTTP/1.1" 200 117 0.009435 10.0.0.242 - - [2025-10-30 02:45:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.002722 10.0.0.242 - - [2025-10-30 02:45:59] "POST /neutron/network HTTP/1.1" 200 935 0.009323 10.0.0.242 - - [2025-10-30 02:46:00] "POST /neutron/port HTTP/1.1" 200 1061 0.016122 10.0.0.240 - - [2025-10-30 02:46:00] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001508 10.0.0.242 - - [2025-10-30 02:46:00] "GET /project/7dd93c32-2920-412a-87b6-1f0590cbdc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.094594 10.0.0.242 - - [2025-10-30 02:46:00] "POST /neutron/network HTTP/1.1" 200 925 0.011518 10.0.0.242 - - [2025-10-30 02:46:00] "POST /neutron/subnet HTTP/1.1" 200 693 0.013546 10.0.0.242 - - [2025-10-30 02:46:00] "POST /neutron/port HTTP/1.1" 200 1089 0.022769 10.0.0.240 - - [2025-10-30 02:46:00] "DELETE /project/7dd93c322920412a87b61f0590cbdc35 HTTP/1.1" 404 173 0.004249 10.0.0.240 - - [2025-10-30 02:46:00] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000928 10.0.0.240 - - [2025-10-30 02:46:00] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.048247 10.0.0.240 - - [2025-10-30 02:46:00] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001015 10.0.0.240 - - [2025-10-30 02:46:00] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?fields=security_groups HTTP/1.1" 200 1390 0.048196 10.0.0.242 - - [2025-10-30 02:46:00] "POST /neutron/port HTTP/1.1" 200 1089 0.020838 10.0.0.240 - - [2025-10-30 02:46:01] "DELETE /security-group/a916c696-e5f4-4229-b275-9ee1be40a3a9 HTTP/1.1" 200 115 0.052416 10.0.0.240 - - [2025-10-30 02:46:01] "GET /projects?obj_uuids=19c16358-8ab2-4847-89fd-7e7abefe0cfb&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000905 10.0.0.240 - - [2025-10-30 02:46:01] "GET /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb?fields=application_policy_sets HTTP/1.1" 200 1429 0.045971 10.0.0.240 - - [2025-10-30 02:46:01] "DELETE /project/19c16358-8ab2-4847-89fd-7e7abefe0cfb HTTP/1.1" 200 115 0.421557 10.0.0.240 - - [2025-10-30 02:46:01] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001048 10.0.0.254 - - [2025-10-30 02:46:01] "PUT /access-control-list/b35532a5-90e1-47e9-bd51-65640eeb65bb HTTP/1.1" 200 273 0.064106 10.0.0.242 - - [2025-10-30 02:46:01] "POST /neutron/port HTTP/1.1" 200 1059 0.326643 10.0.0.242 - - [2025-10-30 02:46:01] "POST /neutron/port HTTP/1.1" 200 1113 0.145629 10.0.0.242 - - [2025-10-30 02:46:02] "POST /neutron/subnet HTTP/1.1" 200 684 0.009447 10.0.0.242 - - [2025-10-30 02:46:06] "POST /neutron/port HTTP/1.1" 200 1089 0.025406 10.0.0.242 - - [2025-10-30 02:46:06] "POST /neutron/security_group HTTP/1.1" 200 2060 0.013431 10.0.0.242 - - [2025-10-30 02:46:06] "GET /virtual-machine/c7782075-07a7-429c-b2e5-969758d89b83 HTTP/1.1" 401 293 0.000586 10.0.0.242 - - [2025-10-30 02:46:06] "GET /virtual-machine/c7782075-07a7-429c-b2e5-969758d89b83 HTTP/1.1" 200 1297 0.031689 10.0.0.242 - - [2025-10-30 02:46:06] "GET /virtual-machine-interface/9fc815b2-b29c-410d-887b-799e20690e7e HTTP/1.1" 200 2958 0.006831 10.0.0.242 - - [2025-10-30 02:46:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004796 10.0.0.242 - - [2025-10-30 02:46:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004800 10.0.0.242 - - [2025-10-30 02:46:06] "GET /virtual-networks?parent_id=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004300 10.0.0.242 - - [2025-10-30 02:46:06] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007029 10.0.0.242 - - [2025-10-30 02:46:08] "POST /neutron/port HTTP/1.1" 200 1087 0.016355 10.0.0.242 - - [2025-10-30 02:46:08] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004415 10.0.0.242 - - [2025-10-30 02:46:08] "POST /neutron/network HTTP/1.1" 200 925 0.007443 10.0.0.242 - - [2025-10-30 02:46:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004079 10.0.0.242 - - [2025-10-30 02:46:09] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005499 10.0.0.242 - - [2025-10-30 02:46:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004948 10.0.0.242 - - [2025-10-30 02:46:13] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006629 10.0.0.242 - - [2025-10-30 02:46:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004701 10.0.0.242 - - [2025-10-30 02:46:18] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006119 10.0.0.242 - - [2025-10-30 02:46:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005775 10.0.0.242 - - [2025-10-30 02:46:22] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.005905 10.0.0.254 - - [2025-10-30 02:46:23] "GET /obj-perms HTTP/1.1" 200 5075 0.047676 10.0.0.240 - - [2025-10-30 02:46:23] "GET /obj-perms HTTP/1.1" 200 5075 0.046378 10.0.0.242 - - [2025-10-30 02:46:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.242 - - [2025-10-30 02:46:26] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006741 10.0.0.242 - - [2025-10-30 02:46:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004006 10.0.0.242 - - [2025-10-30 02:46:30] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006080 10.0.0.242 - - [2025-10-30 02:46:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005247 10.0.0.242 - - [2025-10-30 02:46:34] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.006812 10.0.0.242 - - [2025-10-30 02:46:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.242 - - [2025-10-30 02:46:38] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004262 10.0.0.242 - - [2025-10-30 02:46:38] "GET /virtual-networks?parent_id=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003968 10.0.0.242 - - [2025-10-30 02:46:38] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007318 10.0.0.242 - - [2025-10-30 02:46:43] "POST /neutron/port HTTP/1.1" 200 1089 0.020786 10.0.0.242 - - [2025-10-30 02:46:46] "POST /neutron/security_group HTTP/1.1" 200 2060 0.031418 10.0.0.242 - - [2025-10-30 02:46:53] "POST /neutron/port HTTP/1.1" 200 1087 0.016237 10.0.0.242 - - [2025-10-30 02:46:54] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007436 10.0.0.242 - - [2025-10-30 02:46:54] "POST /neutron/network HTTP/1.1" 200 937 0.027241 10.0.0.242 - - [2025-10-30 02:46:54] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.242 - - [2025-10-30 02:46:59] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008278 10.0.0.242 - - [2025-10-30 02:46:59] "POST /neutron/port HTTP/1.1" 200 1087 0.014333 10.0.0.242 - - [2025-10-30 02:46:59] "GET /virtual-machine/86c47104-563d-46bc-8312-40f382fcb955 HTTP/1.1" 200 1295 0.006601 10.0.0.242 - - [2025-10-30 02:46:59] "GET /virtual-machine-interface/1eafa637-29bc-431a-aab0-ef5115bc380f HTTP/1.1" 200 2958 0.006465 10.0.0.242 - - [2025-10-30 02:46:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.242 - - [2025-10-30 02:46:59] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003853 10.0.0.242 - - [2025-10-30 02:46:59] "GET /virtual-networks?parent_id=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003421 10.0.0.242 - - [2025-10-30 02:46:59] "GET /virtual-network/a9c8f5f2-8361-462e-836d-2313358e0d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.010475 10.0.0.242 - - [2025-10-30 02:47:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004113 10.0.0.242 - - [2025-10-30 02:47:00] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004211 10.0.0.242 - - [2025-10-30 02:47:00] "GET /virtual-networks?parent_id=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003324 10.0.0.242 - - [2025-10-30 02:47:00] "GET /virtual-network/a9c8f5f2-8361-462e-836d-2313358e0d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.006099 10.0.0.242 - - [2025-10-30 02:47:01] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009001 10.0.0.242 - - [2025-10-30 02:47:08] "POST /neutron/network HTTP/1.1" 200 935 0.007163 10.0.0.242 - - [2025-10-30 02:47:08] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.242 - - [2025-10-30 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003928 10.0.0.240 - - [2025-10-30 02:47:52] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000992 10.0.0.242 - - [2025-10-30 02:47:52] "GET /project/7dd93c32-2920-412a-87b6-1f0590cbdc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.050869 10.0.0.242 - - [2025-10-30 02:47:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.242 - - [2025-10-30 02:47:52] "PUT /network-policy/4aa6c3cf-b54f-422b-89e7-0490f3aac74f HTTP/1.1" 200 263 0.017528 10.0.0.254 - - [2025-10-30 02:47:53] "PUT /access-control-list/84a27126-5631-41d9-8ef6-fd3bbe1f0338 HTTP/1.1" 200 273 0.069915 10.0.0.242 - - [2025-10-30 02:47:56] "POST /neutron/port HTTP/1.1" 200 1089 0.015824 10.0.0.242 - - [2025-10-30 02:47:56] "GET /virtual-network/a9c8f5f2-8361-462e-836d-2313358e0d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2357 0.007078 10.0.0.242 - - [2025-10-30 02:47:56] "POST /neutron/subnet HTTP/1.1" 200 693 0.015476 10.0.0.242 - - [2025-10-30 02:47:56] "POST /neutron/port HTTP/1.1" 200 117 0.001637 10.0.0.242 - - [2025-10-30 02:47:56] "GET /virtual-network/a9c8f5f2-8361-462e-836d-2313358e0d26?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2038 0.009114 10.0.0.242 - - [2025-10-30 02:47:56] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2364 0.007049 10.0.0.242 - - [2025-10-30 02:47:56] "POST /neutron/network HTTP/1.1" 200 927 0.009646 10.0.0.254 - - [2025-10-30 02:47:56] "DELETE /access-control-list/84a27126-5631-41d9-8ef6-fd3bbe1f0338 HTTP/1.1" 200 115 0.082333 10.0.0.242 - - [2025-10-30 02:47:56] "GET /virtual-network/cd46de82-f798-4f1b-aa90-5e55b9852e2d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.016016 10.0.0.242 - - [2025-10-30 02:47:56] "DELETE /network-policy/4aa6c3cf-b54f-422b-89e7-0490f3aac74f HTTP/1.1" 200 115 0.038500 10.0.0.242 - - [2025-10-30 02:47:56] "POST /neutron/port HTTP/1.1" 200 1087 0.031276 10.0.0.242 - - [2025-10-30 02:47:56] "POST /neutron/port HTTP/1.1" 200 1113 0.011987 10.0.0.242 - - [2025-10-30 02:47:56] "POST /neutron/port HTTP/1.1" 200 1115 0.018914 10.0.0.240 - - [2025-10-30 02:47:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003789 10.0.0.240 - - [2025-10-30 02:47:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003055 10.0.0.242 - - [2025-10-30 02:47:58] "POST /neutron/network HTTP/1.1" 200 151 0.130355 10.0.0.254 - - [2025-10-30 02:47:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004879 10.0.0.254 - - [2025-10-30 02:47:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.254 - - [2025-10-30 02:47:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000370 10.0.0.254 - - [2025-10-30 02:48:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.254 - - [2025-10-30 02:48:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.240 - - [2025-10-30 02:48:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000475 10.0.0.240 - - [2025-10-30 02:48:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.240 - - [2025-10-30 02:48:00] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001066 10.0.0.242 - - [2025-10-30 02:48:00] "GET /project/7dd93c32-2920-412a-87b6-1f0590cbdc35?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1383 0.057274 10.0.0.240 - - [2025-10-30 02:48:00] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001071 10.0.0.242 - - [2025-10-30 02:48:00] "GET /project/7dd93c32-2920-412a-87b6-1f0590cbdc35?fields=virtual_networks HTTP/1.1" 200 1047 0.053875 10.0.0.240 - - [2025-10-30 02:48:01] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001108 10.0.0.242 - - [2025-10-30 02:48:01] "GET /project/7dd93c32-2920-412a-87b6-1f0590cbdc35?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.052897 10.0.0.240 - - [2025-10-30 02:48:01] "GET /projects?obj_uuids=7dd93c32-2920-412a-87b6-1f0590cbdc35&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001445 10.0.0.242 - - [2025-10-30 02:48:01] "GET /project/7dd93c32-2920-412a-87b6-1f0590cbdc35?fields=security_groups HTTP/1.1" 200 1276 0.033210 10.0.0.242 - - [2025-10-30 02:48:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000637 10.0.0.240 - - [2025-10-30 02:48:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000593 10.0.0.242 - - [2025-10-30 02:48:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.240 - - [2025-10-30 02:48:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000716 10.0.0.242 - - [2025-10-30 02:48:02] "POST /fqname-to-id HTTP/1.1" 404 200 0.142104 10.0.0.240 - - [2025-10-30 02:48:02] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004933 10.0.0.240 - - [2025-10-30 02:48:02] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001047 10.0.0.240 - - [2025-10-30 02:48:02] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007943 10.0.0.240 - - [2025-10-30 02:48:02] "POST /id-to-fqname HTTP/1.1" 200 202 0.010222 10.0.0.240 - - [2025-10-30 02:48:02] "POST /fqname-to-id HTTP/1.1" 404 211 0.005492 10.0.0.240 - - [2025-10-30 02:48:02] "POST /security-groups HTTP/1.1" 200 603 0.080857 10.0.0.240 - - [2025-10-30 02:48:02] "POST /projects HTTP/1.1" 200 609 0.322788 10.0.0.254 - - [2025-10-30 02:48:02] "POST /access-control-lists HTTP/1.1" 200 610 0.033181 10.0.0.240 - - [2025-10-30 02:48:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.403592 10.0.0.242 - - [2025-10-30 02:48:02] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.581055 10.0.0.242 - - [2025-10-30 02:48:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.242 - - [2025-10-30 02:48:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000427 10.0.0.242 - - [2025-10-30 02:48:04] "GET / HTTP/1.1" 200 36215 0.002232 10.0.0.242 - - [2025-10-30 02:48:07] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000462 10.0.0.240 - - [2025-10-30 02:48:07] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001271 10.0.0.242 - - [2025-10-30 02:48:07] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.077535 10.0.0.254 - - [2025-10-30 02:48:08] "DELETE /access-control-list/97c7b1f3-b723-4a66-9c70-e00953817a73 HTTP/1.1" 200 115 0.076355 10.0.0.242 - - [2025-10-30 02:48:08] "GET / HTTP/1.1" 200 36215 0.002018 10.0.0.242 - - [2025-10-30 02:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.007343 10.0.0.240 - - [2025-10-30 02:48:08] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001052 10.0.0.242 - - [2025-10-30 02:48:08] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007630 10.0.0.242 - - [2025-10-30 02:48:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.240 - - [2025-10-30 02:48:08] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001086 10.0.0.242 - - [2025-10-30 02:48:08] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.046794 10.0.0.242 - - [2025-10-30 02:48:09] "GET /domains HTTP/1.1" 401 293 0.000588 10.0.0.242 - - [2025-10-30 02:48:10] "GET /domains HTTP/1.1" 200 281 0.027953 10.0.0.240 - - [2025-10-30 02:48:10] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001113 10.0.0.242 - - [2025-10-30 02:48:10] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f HTTP/1.1" 200 2595 0.009853 10.0.0.240 - - [2025-10-30 02:48:10] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000901 10.0.0.242 - - [2025-10-30 02:48:10] "GET /project/64502700-fb24-4489-809a-d658286482f7 HTTP/1.1" 200 1938 0.081890 10.0.0.242 - - [2025-10-30 02:48:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003947 10.0.0.242 - - [2025-10-30 02:48:10] "POST /network-ipams HTTP/1.1" 200 623 0.026688 10.0.0.242 - - [2025-10-30 02:48:10] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.003638 10.0.0.242 - - [2025-10-30 02:48:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.242 - - [2025-10-30 02:48:10] "GET /network-ipam/f7201358-492d-4ac9-aef0-13527a89d910?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1413 0.006458 10.0.0.242 - - [2025-10-30 02:48:10] "PUT /network-ipam/f7201358-492d-4ac9-aef0-13527a89d910 HTTP/1.1" 200 259 0.016321 10.0.0.242 - - [2025-10-30 02:48:10] "POST /fqname-to-id HTTP/1.1" 401 293 0.000468 10.0.0.242 - - [2025-10-30 02:48:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.024197 10.0.0.240 - - [2025-10-30 02:48:11] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001100 10.0.0.242 - - [2025-10-30 02:48:11] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.045950 10.0.0.242 - - [2025-10-30 02:48:11] "POST /neutron/network HTTP/1.1" 200 117 0.035293 10.0.0.254 - - [2025-10-30 02:48:11] "POST /ref-update HTTP/1.1" 200 156 0.028832 10.0.0.240 - - [2025-10-30 02:48:11] "POST /useragent-kv HTTP/1.1" 200 115 0.009261 10.0.0.242 - - [2025-10-30 02:48:11] "POST /neutron/subnet HTTP/1.1" 200 701 0.193178 10.0.0.254 - - [2025-10-30 02:48:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.004905 10.0.0.242 - - [2025-10-30 02:48:12] "POST /id-to-fqname HTTP/1.1" 200 235 0.001409 10.0.0.242 - - [2025-10-30 02:48:12] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.007902 10.0.0.242 - - [2025-10-30 02:48:12] "POST /neutron/network HTTP/1.1" 200 1337 0.011065 10.0.0.242 - - [2025-10-30 02:48:12] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005133 10.0.0.242 - - [2025-10-30 02:48:12] "POST /neutron/subnet HTTP/1.1" 200 701 0.009268 10.0.0.242 - - [2025-10-30 02:48:12] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.006171 10.0.0.242 - - [2025-10-30 02:48:13] "GET /obj-perms HTTP/1.1" 200 5038 0.065346 10.0.0.242 - - [2025-10-30 02:48:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.003618 10.0.0.242 - - [2025-10-30 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004816 10.0.0.240 - - [2025-10-30 02:48:14] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.033257 10.0.0.242 - - [2025-10-30 02:48:14] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.078668 10.0.0.242 - - [2025-10-30 02:48:14] "POST /network-policys HTTP/1.1" 200 565 0.041555 10.0.0.242 - - [2025-10-30 02:48:14] "GET /network-policy/25f18cc2-6830-4c31-a7f5-adfdf25d22b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.016567 10.0.0.242 - - [2025-10-30 02:48:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.004910 10.0.0.242 - - [2025-10-30 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003161 10.0.0.240 - - [2025-10-30 02:48:14] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001023 10.0.0.242 - - [2025-10-30 02:48:14] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.050820 10.0.0.242 - - [2025-10-30 02:48:14] "POST /network-policys HTTP/1.1" 200 565 0.032819 10.0.0.242 - - [2025-10-30 02:48:14] "GET /network-policy/1326c010-a0f0-4884-96bb-aa6258789a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.010073 10.0.0.242 - - [2025-10-30 02:48:14] "POST /fqname-to-id HTTP/1.1" 404 229 0.003843 10.0.0.242 - - [2025-10-30 02:48:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006699 10.0.0.240 - - [2025-10-30 02:48:15] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001543 10.0.0.242 - - [2025-10-30 02:48:15] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.061485 10.0.0.242 - - [2025-10-30 02:48:15] "POST /network-policys HTTP/1.1" 200 565 0.028743 10.0.0.242 - - [2025-10-30 02:48:15] "GET /network-policy/fed06a0b-2fc3-45ce-9a41-4ca438b8ad87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006325 10.0.0.242 - - [2025-10-30 02:48:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003691 10.0.0.242 - - [2025-10-30 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003829 10.0.0.240 - - [2025-10-30 02:48:15] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001253 10.0.0.242 - - [2025-10-30 02:48:15] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.055962 10.0.0.242 - - [2025-10-30 02:48:15] "POST /network-policys HTTP/1.1" 200 565 0.033213 10.0.0.242 - - [2025-10-30 02:48:15] "GET /network-policy/c395a58b-c07e-4eba-88a3-589427e07df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.007057 10.0.0.242 - - [2025-10-30 02:48:15] "POST /fqname-to-id HTTP/1.1" 404 229 0.003389 10.0.0.242 - - [2025-10-30 02:48:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003680 10.0.0.240 - - [2025-10-30 02:48:15] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001238 10.0.0.242 - - [2025-10-30 02:48:15] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.052832 10.0.0.242 - - [2025-10-30 02:48:15] "POST /network-policys HTTP/1.1" 200 565 0.031006 10.0.0.242 - - [2025-10-30 02:48:15] "GET /network-policy/c416203d-9fe8-47f0-a55f-7ff8606edb5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006424 10.0.0.242 - - [2025-10-30 02:48:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.003534 10.0.0.242 - - [2025-10-30 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.240 - - [2025-10-30 02:48:16] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001075 10.0.0.242 - - [2025-10-30 02:48:16] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.055882 10.0.0.242 - - [2025-10-30 02:48:16] "POST /network-policys HTTP/1.1" 200 565 0.027992 10.0.0.242 - - [2025-10-30 02:48:16] "GET /network-policy/4cc7a129-abc7-4bf5-a57f-bd27f56d4ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006804 10.0.0.242 - - [2025-10-30 02:48:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.004113 10.0.0.242 - - [2025-10-30 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.240 - - [2025-10-30 02:48:16] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001451 10.0.0.242 - - [2025-10-30 02:48:16] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.057472 10.0.0.242 - - [2025-10-30 02:48:16] "POST /network-policys HTTP/1.1" 200 565 0.035141 10.0.0.242 - - [2025-10-30 02:48:16] "GET /network-policy/05b41d02-daa6-4d2d-a897-0ee2597637a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006771 10.0.0.242 - - [2025-10-30 02:48:16] "POST /fqname-to-id HTTP/1.1" 404 229 0.005352 10.0.0.242 - - [2025-10-30 02:48:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.240 - - [2025-10-30 02:48:17] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001134 10.0.0.242 - - [2025-10-30 02:48:17] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.053798 10.0.0.242 - - [2025-10-30 02:48:17] "POST /network-policys HTTP/1.1" 200 565 0.030218 10.0.0.242 - - [2025-10-30 02:48:17] "GET /network-policy/902e97ad-6d74-43d7-9cd1-2828f7593c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.007073 10.0.0.242 - - [2025-10-30 02:48:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.005597 10.0.0.242 - - [2025-10-30 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.011682 10.0.0.240 - - [2025-10-30 02:48:17] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001121 10.0.0.242 - - [2025-10-30 02:48:17] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.051905 10.0.0.242 - - [2025-10-30 02:48:17] "POST /network-policys HTTP/1.1" 200 565 0.043643 10.0.0.242 - - [2025-10-30 02:48:17] "GET /network-policy/5c9a72ac-9839-4fa5-9f13-bd29bf3c9645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.008321 10.0.0.242 - - [2025-10-30 02:48:17] "POST /fqname-to-id HTTP/1.1" 404 229 0.003438 10.0.0.242 - - [2025-10-30 02:48:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.002767 10.0.0.240 - - [2025-10-30 02:48:17] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001107 10.0.0.242 - - [2025-10-30 02:48:17] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.056069 10.0.0.242 - - [2025-10-30 02:48:17] "POST /network-policys HTTP/1.1" 200 565 0.026688 10.0.0.242 - - [2025-10-30 02:48:17] "GET /network-policy/c3ab6b16-8376-4cb6-8d68-2cb60a2064b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006391 10.0.0.242 - - [2025-10-30 02:48:18] "POST /neutron/network HTTP/1.1" 200 2250 0.145437 10.0.0.242 - - [2025-10-30 02:48:18] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.006547 10.0.0.242 - - [2025-10-30 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.242 - - [2025-10-30 02:48:18] "GET /network-policy/05b41d02-daa6-4d2d-a897-0ee2597637a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.004332 10.0.0.242 - - [2025-10-30 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.242 - - [2025-10-30 02:48:18] "GET /network-policy/1326c010-a0f0-4884-96bb-aa6258789a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.006602 10.0.0.242 - - [2025-10-30 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003851 10.0.0.242 - - [2025-10-30 02:48:18] "GET /network-policy/25f18cc2-6830-4c31-a7f5-adfdf25d22b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005414 10.0.0.242 - - [2025-10-30 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003003 10.0.0.242 - - [2025-10-30 02:48:18] "GET /network-policy/4cc7a129-abc7-4bf5-a57f-bd27f56d4ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004533 10.0.0.242 - - [2025-10-30 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003141 10.0.0.242 - - [2025-10-30 02:48:18] "GET /network-policy/5c9a72ac-9839-4fa5-9f13-bd29bf3c9645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004890 10.0.0.242 - - [2025-10-30 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.242 - - [2025-10-30 02:48:18] "GET /network-policy/902e97ad-6d74-43d7-9cd1-2828f7593c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004905 10.0.0.242 - - [2025-10-30 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003175 10.0.0.242 - - [2025-10-30 02:48:18] "GET /network-policy/c395a58b-c07e-4eba-88a3-589427e07df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004942 10.0.0.242 - - [2025-10-30 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.242 - - [2025-10-30 02:48:18] "GET /network-policy/c3ab6b16-8376-4cb6-8d68-2cb60a2064b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004946 10.0.0.242 - - [2025-10-30 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003311 10.0.0.242 - - [2025-10-30 02:48:18] "GET /network-policy/c416203d-9fe8-47f0-a55f-7ff8606edb5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004873 10.0.0.242 - - [2025-10-30 02:48:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003449 10.0.0.242 - - [2025-10-30 02:48:19] "GET /network-policy/fed06a0b-2fc3-45ce-9a41-4ca438b8ad87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004970 10.0.0.242 - - [2025-10-30 02:48:19] "POST /id-to-fqname HTTP/1.1" 200 235 0.001447 10.0.0.240 - - [2025-10-30 02:48:20] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001027 10.0.0.242 - - [2025-10-30 02:48:20] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.065084 10.0.0.242 - - [2025-10-30 02:48:20] "POST /neutron/network HTTP/1.1" 200 2250 0.014706 10.0.0.242 - - [2025-10-30 02:48:20] "POST /neutron/port HTTP/1.1" 200 117 0.007108 10.0.0.254 - - [2025-10-30 02:48:20] "PUT /access-control-list/d92959a3-3d98-4fdc-9b17-8c900a26a2a9 HTTP/1.1" 200 273 0.064739 10.0.0.242 - - [2025-10-30 02:48:21] "POST /neutron/port HTTP/1.1" 200 1174 0.019482 10.0.0.242 - - [2025-10-30 02:48:21] "POST /neutron/port HTTP/1.1" 200 1202 0.018583 10.0.0.242 - - [2025-10-30 02:48:21] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016419 10.0.0.242 - - [2025-10-30 02:48:21] "POST /neutron/network HTTP/1.1" 200 2250 0.012261 10.0.0.242 - - [2025-10-30 02:48:25] "POST /neutron/port HTTP/1.1" 200 1202 0.017719 10.0.0.242 - - [2025-10-30 02:48:25] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008879 10.0.0.242 - - [2025-10-30 02:48:25] "GET /virtual-machine/f976b95e-1777-4af7-920d-7bfa1d61a173 HTTP/1.1" 401 293 0.000457 10.0.0.242 - - [2025-10-30 02:48:25] "GET /virtual-machine/f976b95e-1777-4af7-920d-7bfa1d61a173 HTTP/1.1" 200 1307 0.027685 10.0.0.242 - - [2025-10-30 02:48:25] "GET /virtual-machine-interface/f9e1301e-f2cd-4e48-abaf-c724f05cd146 HTTP/1.1" 200 3178 0.005800 10.0.0.242 - - [2025-10-30 02:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003981 10.0.0.242 - - [2025-10-30 02:48:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003909 10.0.0.242 - - [2025-10-30 02:48:26] "GET /virtual-networks?parent_id=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003359 10.0.0.242 - - [2025-10-30 02:48:26] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.007219 10.0.0.242 - - [2025-10-30 02:48:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003618 10.0.0.242 - - [2025-10-30 02:48:29] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.005775 10.0.0.242 - - [2025-10-30 02:48:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003823 10.0.0.242 - - [2025-10-30 02:48:33] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.005608 10.0.0.242 - - [2025-10-30 02:48:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937 10.0.0.242 - - [2025-10-30 02:48:37] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.007007 10.0.0.242 - - [2025-10-30 02:48:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004453 10.0.0.242 - - [2025-10-30 02:48:41] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.009081 10.0.0.242 - - [2025-10-30 02:48:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005602 10.0.0.242 - - [2025-10-30 02:48:45] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.007781 10.0.0.242 - - [2025-10-30 02:48:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004934 10.0.0.242 - - [2025-10-30 02:48:49] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.012388 10.0.0.242 - - [2025-10-30 02:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.242 - - [2025-10-30 02:48:53] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.007145 10.0.0.242 - - [2025-10-30 02:48:56] "POST /neutron/network HTTP/1.1" 200 2260 0.010523 10.0.0.242 - - [2025-10-30 02:48:56] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018151 10.0.0.242 - - [2025-10-30 02:48:56] "POST /neutron/network HTTP/1.1" 200 2250 0.017181 10.0.0.242 - - [2025-10-30 02:48:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004669 10.0.0.242 - - [2025-10-30 02:48:57] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.007171 10.0.0.242 - - [2025-10-30 02:48:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.242 - - [2025-10-30 02:48:59] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003781 10.0.0.242 - - [2025-10-30 02:48:59] "GET /virtual-networks?parent_id=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002930 10.0.0.242 - - [2025-10-30 02:49:00] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 6155 0.007142 10.0.0.240 - - [2025-10-30 02:49:01] "DELETE /project/64502700fb244489809ad658286482f7 HTTP/1.1" 404 173 0.035484 10.0.0.240 - - [2025-10-30 02:49:01] "DELETE /project/7dd93c32-2920-412a-87b6-1f0590cbdc35 HTTP/1.1" 404 177 0.046035 10.0.0.242 - - [2025-10-30 02:49:05] "POST /neutron/port HTTP/1.1" 200 1202 0.019114 10.0.0.242 - - [2025-10-30 02:49:07] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007703 10.0.0.242 - - [2025-10-30 02:49:15] "POST /neutron/port HTTP/1.1" 200 1202 0.018350 10.0.0.242 - - [2025-10-30 02:49:20] "POST /neutron/security_group HTTP/1.1" 200 2070 0.007168 10.0.0.242 - - [2025-10-30 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003271 10.0.0.242 - - [2025-10-30 02:49:21] "GET /network-policy/25f18cc2-6830-4c31-a7f5-adfdf25d22b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.003946 10.0.0.242 - - [2025-10-30 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.002736 10.0.0.242 - - [2025-10-30 02:49:21] "GET /network-policy/1326c010-a0f0-4884-96bb-aa6258789a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.004761 10.0.0.242 - - [2025-10-30 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.242 - - [2025-10-30 02:49:21] "GET /network-policy/fed06a0b-2fc3-45ce-9a41-4ca438b8ad87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004819 10.0.0.242 - - [2025-10-30 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.242 - - [2025-10-30 02:49:21] "GET /network-policy/c395a58b-c07e-4eba-88a3-589427e07df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004703 10.0.0.242 - - [2025-10-30 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003644 10.0.0.242 - - [2025-10-30 02:49:21] "GET /network-policy/c416203d-9fe8-47f0-a55f-7ff8606edb5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.005810 10.0.0.242 - - [2025-10-30 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.242 - - [2025-10-30 02:49:21] "GET /network-policy/4cc7a129-abc7-4bf5-a57f-bd27f56d4ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004499 10.0.0.242 - - [2025-10-30 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003055 10.0.0.242 - - [2025-10-30 02:49:21] "GET /network-policy/05b41d02-daa6-4d2d-a897-0ee2597637a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.006721 10.0.0.242 - - [2025-10-30 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004554 10.0.0.242 - - [2025-10-30 02:49:21] "GET /network-policy/902e97ad-6d74-43d7-9cd1-2828f7593c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.006630 10.0.0.242 - - [2025-10-30 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004062 10.0.0.242 - - [2025-10-30 02:49:21] "GET /network-policy/5c9a72ac-9839-4fa5-9f13-bd29bf3c9645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005025 10.0.0.242 - - [2025-10-30 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003014 10.0.0.242 - - [2025-10-30 02:49:21] "GET /network-policy/c3ab6b16-8376-4cb6-8d68-2cb60a2064b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004789 10.0.0.242 - - [2025-10-30 02:49:21] "POST /neutron/network HTTP/1.1" 200 2250 0.014291 10.0.0.242 - - [2025-10-30 02:49:21] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.012030 10.0.0.242 - - [2025-10-30 02:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010934 10.0.0.242 - - [2025-10-30 02:49:22] "GET /network-policy/25f18cc2-6830-4c31-a7f5-adfdf25d22b6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.006068 10.0.0.254 - - [2025-10-30 02:49:25] "GET /obj-perms HTTP/1.1" 200 5075 0.048064 10.0.0.240 - - [2025-10-30 02:49:25] "GET /obj-perms HTTP/1.1" 200 5075 0.044498 10.0.0.242 - - [2025-10-30 02:49:27] "POST /neutron/network HTTP/1.1" 200 1440 0.013409 10.0.0.254 - - [2025-10-30 02:49:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.049904 10.0.0.242 - - [2025-10-30 02:49:27] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.008013 10.0.0.242 - - [2025-10-30 02:49:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005376 10.0.0.242 - - [2025-10-30 02:49:27] "GET /network-policy/1326c010-a0f0-4884-96bb-aa6258789a22?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 8882 0.005041 10.0.0.242 - - [2025-10-30 02:49:32] "POST /neutron/network HTTP/1.1" 200 1440 0.019530 10.0.0.254 - - [2025-10-30 02:49:32] "PUT /access-control-list/d92959a3-3d98-4fdc-9b17-8c900a26a2a9 HTTP/1.1" 200 273 0.019715 10.0.0.242 - - [2025-10-30 02:49:32] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.008082 10.0.0.242 - - [2025-10-30 02:49:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003075 10.0.0.242 - - [2025-10-30 02:49:32] "GET /network-policy/fed06a0b-2fc3-45ce-9a41-4ca438b8ad87?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004433 10.0.0.242 - - [2025-10-30 02:49:37] "POST /neutron/network HTTP/1.1" 200 1440 0.014093 10.0.0.242 - - [2025-10-30 02:49:37] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.009742 10.0.0.242 - - [2025-10-30 02:49:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003663 10.0.0.242 - - [2025-10-30 02:49:37] "GET /network-policy/c395a58b-c07e-4eba-88a3-589427e07df0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004782 10.0.0.242 - - [2025-10-30 02:49:42] "POST /neutron/network HTTP/1.1" 200 1440 0.011200 10.0.0.254 - - [2025-10-30 02:49:43] "POST /fqname-to-id HTTP/1.1" 404 207 0.008933 10.0.0.242 - - [2025-10-30 02:49:43] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.008565 10.0.0.242 - - [2025-10-30 02:49:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003227 10.0.0.242 - - [2025-10-30 02:49:43] "GET /network-policy/c416203d-9fe8-47f0-a55f-7ff8606edb5a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004996 10.0.0.242 - - [2025-10-30 02:49:48] "POST /neutron/network HTTP/1.1" 200 1440 0.011308 10.0.0.254 - - [2025-10-30 02:49:48] "PUT /access-control-list/d92959a3-3d98-4fdc-9b17-8c900a26a2a9 HTTP/1.1" 200 273 0.016659 10.0.0.242 - - [2025-10-30 02:49:48] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.008272 10.0.0.242 - - [2025-10-30 02:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003155 10.0.0.242 - - [2025-10-30 02:49:48] "GET /network-policy/4cc7a129-abc7-4bf5-a57f-bd27f56d4ccd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.004348 10.0.0.242 - - [2025-10-30 02:49:53] "POST /neutron/network HTTP/1.1" 200 1440 0.012297 10.0.0.242 - - [2025-10-30 02:49:53] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.012545 10.0.0.242 - - [2025-10-30 02:49:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004675 10.0.0.242 - - [2025-10-30 02:49:53] "GET /network-policy/05b41d02-daa6-4d2d-a897-0ee2597637a3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5025 0.005785 10.0.0.242 - - [2025-10-30 02:49:56] "POST /neutron/port HTTP/1.1" 200 1202 0.019187 10.0.0.242 - - [2025-10-30 02:49:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004535 10.0.0.242 - - [2025-10-30 02:49:56] "POST /neutron/port HTTP/1.1" 200 117 0.001301 10.0.0.242 - - [2025-10-30 02:49:58] "POST /neutron/network HTTP/1.1" 200 1440 0.012816 10.0.0.254 - - [2025-10-30 02:49:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.002893 10.0.0.242 - - [2025-10-30 02:49:58] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.008046 10.0.0.242 - - [2025-10-30 02:49:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003394 10.0.0.242 - - [2025-10-30 02:49:58] "GET /network-policy/902e97ad-6d74-43d7-9cd1-2828f7593c9d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004513 10.0.0.242 - - [2025-10-30 02:50:04] "POST /neutron/network HTTP/1.1" 200 1440 0.013467 10.0.0.254 - - [2025-10-30 02:50:04] "PUT /access-control-list/d92959a3-3d98-4fdc-9b17-8c900a26a2a9 HTTP/1.1" 200 273 0.020431 10.0.0.242 - - [2025-10-30 02:50:04] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.009346 10.0.0.242 - - [2025-10-30 02:50:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003244 10.0.0.242 - - [2025-10-30 02:50:04] "GET /network-policy/5c9a72ac-9839-4fa5-9f13-bd29bf3c9645?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5026 0.005108 10.0.0.242 - - [2025-10-30 02:50:09] "POST /neutron/network HTTP/1.1" 200 1440 0.011684 10.0.0.242 - - [2025-10-30 02:50:09] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.009866 10.0.0.242 - - [2025-10-30 02:50:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.242 - - [2025-10-30 02:50:09] "GET /network-policy/c3ab6b16-8376-4cb6-8d68-2cb60a2064b7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 5027 0.004905 10.0.0.242 - - [2025-10-30 02:50:14] "GET /virtual-machine/f976b95e-1777-4af7-920d-7bfa1d61a173 HTTP/1.1" 200 1307 0.004905 10.0.0.242 - - [2025-10-30 02:50:15] "POST /neutron/port HTTP/1.1" 200 1202 0.027940 10.0.0.242 - - [2025-10-30 02:50:16] "GET /virtual-machine/f976b95e-1777-4af7-920d-7bfa1d61a173 HTTP/1.1" 404 171 0.004406 10.0.0.242 - - [2025-10-30 02:50:16] "GET /virtual-machine/f976b95e-1777-4af7-920d-7bfa1d61a173 HTTP/1.1" 404 171 0.003047 10.0.0.242 - - [2025-10-30 02:50:16] "GET /virtual-machine/f976b95e-1777-4af7-920d-7bfa1d61a173 HTTP/1.1" 404 171 0.002520 10.0.0.242 - - [2025-10-30 02:50:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.242 - - [2025-10-30 02:50:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004509 10.0.0.242 - - [2025-10-30 02:50:16] "GET /virtual-networks?parent_id=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.003468 10.0.0.242 - - [2025-10-30 02:50:16] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.006982 10.0.0.242 - - [2025-10-30 02:50:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004085 10.0.0.242 - - [2025-10-30 02:50:17] "GET /routing-instance/a74a402b-396b-40ec-ae81-6fb2a1d25bd2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.004845 10.0.0.242 - - [2025-10-30 02:50:17] "GET /route-target/cbb1d824-e408-4320-a38d-90687abfe4ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004673 10.0.0.242 - - [2025-10-30 02:50:17] "GET /obj-perms HTTP/1.1" 200 5038 0.004606 10.0.0.242 - - [2025-10-30 02:50:23] "GET /obj-perms HTTP/1.1" 200 5038 0.005098 10.0.0.242 - - [2025-10-30 02:50:26] "GET /obj-perms HTTP/1.1" 200 5038 0.005513 10.0.0.242 - - [2025-10-30 02:50:29] "GET /obj-perms HTTP/1.1" 200 5038 0.004390 10.0.0.242 - - [2025-10-30 02:50:35] "GET /obj-perms HTTP/1.1" 200 5038 0.013925 10.0.0.242 - - [2025-10-30 02:50:38] "GET /obj-perms HTTP/1.1" 200 5038 0.004076 10.0.0.242 - - [2025-10-30 02:50:44] "GET /obj-perms HTTP/1.1" 200 5038 0.004396 10.0.0.242 - - [2025-10-30 02:50:45] "GET /obj-perms HTTP/1.1" 200 5038 0.004369 10.0.0.242 - - [2025-10-30 02:50:45] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3500 0.009233 10.0.0.242 - - [2025-10-30 02:50:45] "POST /neutron/network HTTP/1.1" 200 1440 0.014171 10.0.0.254 - - [2025-10-30 02:50:45] "POST /fqname-to-id HTTP/1.1" 404 207 0.005809 10.0.0.242 - - [2025-10-30 02:50:45] "GET /virtual-network/a71a963b-c3ac-46fa-bb67-a491be456f70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.009567 10.0.0.242 - - [2025-10-30 02:50:45] "DELETE /network-policy/c3ab6b16-8376-4cb6-8d68-2cb60a2064b7 HTTP/1.1" 200 115 0.051626 10.0.0.242 - - [2025-10-30 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004240 10.0.0.240 - - [2025-10-30 02:50:45] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001037 10.0.0.242 - - [2025-10-30 02:50:45] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.039350 10.0.0.242 - - [2025-10-30 02:50:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-36717510&detail=False&count=False&shared=False HTTP/1.1" 200 2264 0.005735 10.0.0.242 - - [2025-10-30 02:50:45] "DELETE /network-policy/5c9a72ac-9839-4fa5-9f13-bd29bf3c9645 HTTP/1.1" 200 115 0.040271 10.0.0.242 - - [2025-10-30 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005466 10.0.0.240 - - [2025-10-30 02:50:45] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001558 10.0.0.242 - - [2025-10-30 02:50:45] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.057766 10.0.0.242 - - [2025-10-30 02:50:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-36717510&detail=False&count=False&shared=False HTTP/1.1" 200 2027 0.005924 10.0.0.242 - - [2025-10-30 02:50:45] "DELETE /network-policy/902e97ad-6d74-43d7-9cd1-2828f7593c9d HTTP/1.1" 200 115 0.045887 10.0.0.242 - - [2025-10-30 02:50:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.240 - - [2025-10-30 02:50:45] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001123 10.0.0.242 - - [2025-10-30 02:50:46] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.051706 10.0.0.242 - - [2025-10-30 02:50:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-36717510&detail=False&count=False&shared=False HTTP/1.1" 200 1790 0.007005 10.0.0.242 - - [2025-10-30 02:50:46] "DELETE /network-policy/05b41d02-daa6-4d2d-a897-0ee2597637a3 HTTP/1.1" 200 115 0.038419 10.0.0.242 - - [2025-10-30 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004942 10.0.0.240 - - [2025-10-30 02:50:46] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001429 10.0.0.242 - - [2025-10-30 02:50:46] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.045162 10.0.0.242 - - [2025-10-30 02:50:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-36717510&detail=False&count=False&shared=False HTTP/1.1" 200 1553 0.006701 10.0.0.242 - - [2025-10-30 02:50:46] "DELETE /network-policy/4cc7a129-abc7-4bf5-a57f-bd27f56d4ccd HTTP/1.1" 200 115 0.044543 10.0.0.242 - - [2025-10-30 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005722 10.0.0.240 - - [2025-10-30 02:50:46] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001510 10.0.0.242 - - [2025-10-30 02:50:46] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.054808 10.0.0.242 - - [2025-10-30 02:50:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-36717510&detail=False&count=False&shared=False HTTP/1.1" 200 1316 0.007474 10.0.0.242 - - [2025-10-30 02:50:46] "DELETE /network-policy/c416203d-9fe8-47f0-a55f-7ff8606edb5a HTTP/1.1" 200 115 0.039464 10.0.0.242 - - [2025-10-30 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.007589 10.0.0.240 - - [2025-10-30 02:50:46] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001619 10.0.0.242 - - [2025-10-30 02:50:46] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.051626 10.0.0.242 - - [2025-10-30 02:50:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-36717510&detail=False&count=False&shared=False HTTP/1.1" 200 1078 0.005924 10.0.0.242 - - [2025-10-30 02:50:46] "DELETE /network-policy/c395a58b-c07e-4eba-88a3-589427e07df0 HTTP/1.1" 200 115 0.040897 10.0.0.242 - - [2025-10-30 02:50:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005430 10.0.0.240 - - [2025-10-30 02:50:46] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001199 10.0.0.242 - - [2025-10-30 02:50:46] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.041950 10.0.0.242 - - [2025-10-30 02:50:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-36717510&detail=False&count=False&shared=False HTTP/1.1" 200 841 0.008519 10.0.0.242 - - [2025-10-30 02:50:47] "DELETE /network-policy/fed06a0b-2fc3-45ce-9a41-4ca438b8ad87 HTTP/1.1" 200 115 0.060497 10.0.0.242 - - [2025-10-30 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.240 - - [2025-10-30 02:50:47] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001489 10.0.0.242 - - [2025-10-30 02:50:47] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.049049 10.0.0.242 - - [2025-10-30 02:50:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-36717510&detail=False&count=False&shared=False HTTP/1.1" 200 604 0.005980 10.0.0.242 - - [2025-10-30 02:50:47] "DELETE /network-policy/1326c010-a0f0-4884-96bb-aa6258789a22 HTTP/1.1" 200 115 0.053078 10.0.0.242 - - [2025-10-30 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.240 - - [2025-10-30 02:50:47] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001167 10.0.0.242 - - [2025-10-30 02:50:47] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.059767 10.0.0.242 - - [2025-10-30 02:50:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-36717510&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.008370 10.0.0.242 - - [2025-10-30 02:50:47] "DELETE /network-policy/25f18cc2-6830-4c31-a7f5-adfdf25d22b6 HTTP/1.1" 200 115 0.038468 10.0.0.242 - - [2025-10-30 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.240 - - [2025-10-30 02:50:47] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.242 - - [2025-10-30 02:50:47] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.047853 10.0.0.242 - - [2025-10-30 02:50:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy0Ipv4v6-36717510&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005881 10.0.0.242 - - [2025-10-30 02:50:47] "POST /neutron/network HTTP/1.1" 200 1337 0.013062 10.0.0.254 - - [2025-10-30 02:50:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004610 10.0.0.242 - - [2025-10-30 02:50:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.242 - - [2025-10-30 02:50:48] "DELETE /network-ipam/f7201358-492d-4ac9-aef0-13527a89d910 HTTP/1.1" 200 115 0.042630 10.0.0.242 - - [2025-10-30 02:50:48] "POST /fqname-to-id HTTP/1.1" 404 260 0.004858 10.0.0.240 - - [2025-10-30 02:50:48] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000949 10.0.0.240 - - [2025-10-30 02:50:48] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.047141 10.0.0.240 - - [2025-10-30 02:50:48] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001251 10.0.0.240 - - [2025-10-30 02:50:48] "GET /project/64502700-fb24-4489-809a-d658286482f7?fields=security_groups HTTP/1.1" 200 1408 0.048928 10.0.0.240 - - [2025-10-30 02:50:48] "DELETE /security-group/6d414f85-85d2-40be-ab6f-336c52f06b12 HTTP/1.1" 200 115 0.048708 10.0.0.240 - - [2025-10-30 02:50:48] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.002525 10.0.0.240 - - [2025-10-30 02:50:48] "GET /project/64502700-fb24-4489-809a-d658286482f7?fields=application_policy_sets HTTP/1.1" 200 1447 0.069514 10.0.0.254 - - [2025-10-30 02:50:48] "DELETE /access-control-list/88258887-fb50-4cb0-b56b-e85ab9ec9148 HTTP/1.1" 200 115 0.057866 10.0.0.242 - - [2025-10-30 02:50:48] "DELETE /project/64502700-fb24-4489-809a-d658286482f7 HTTP/1.1" 200 115 0.411091 10.0.0.240 - - [2025-10-30 02:50:48] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001621 10.0.0.242 - - [2025-10-30 02:50:48] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?fields=projects HTTP/1.1" 200 1247 0.013759 10.0.0.240 - - [2025-10-30 02:50:51] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003824 10.0.0.240 - - [2025-10-30 02:50:51] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001067 10.0.0.240 - - [2025-10-30 02:50:51] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.050757 10.0.0.240 - - [2025-10-30 02:50:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.003491 10.0.0.240 - - [2025-10-30 02:50:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.005904 10.0.0.240 - - [2025-10-30 02:50:51] "POST /security-groups HTTP/1.1" 200 603 0.028907 10.0.0.240 - - [2025-10-30 02:50:51] "POST /projects HTTP/1.1" 200 609 0.239108 10.0.0.254 - - [2025-10-30 02:50:51] "POST /fqname-to-id HTTP/1.1" 404 245 0.014778 10.0.0.240 - - [2025-10-30 02:50:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.308478 10.0.0.242 - - [2025-10-30 02:50:51] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1423 0.484246 10.0.0.240 - - [2025-10-30 02:50:51] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001203 10.0.0.242 - - [2025-10-30 02:50:51] "GET /project/64502700-fb24-4489-809a-d658286482f7?fields=virtual_networks HTTP/1.1" 200 1067 0.053308 10.0.0.240 - - [2025-10-30 02:50:51] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001031 10.0.0.242 - - [2025-10-30 02:50:52] "GET /project/64502700-fb24-4489-809a-d658286482f7?fields=virtual_machine_interfaces HTTP/1.1" 200 1067 0.044109 10.0.0.240 - - [2025-10-30 02:50:52] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001626 10.0.0.242 - - [2025-10-30 02:50:52] "GET /project/64502700-fb24-4489-809a-d658286482f7?fields=security_groups HTTP/1.1" 200 1306 0.053543 10.0.0.242 - - [2025-10-30 02:50:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.030046 10.0.0.240 - - [2025-10-30 02:50:52] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003481 10.0.0.240 - - [2025-10-30 02:50:53] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001689 10.0.0.240 - - [2025-10-30 02:50:53] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009226 10.0.0.240 - - [2025-10-30 02:50:53] "POST /id-to-fqname HTTP/1.1" 200 196 0.005722 10.0.0.240 - - [2025-10-30 02:50:53] "POST /fqname-to-id HTTP/1.1" 404 205 0.012926 10.0.0.240 - - [2025-10-30 02:50:53] "POST /security-groups HTTP/1.1" 200 597 0.038231 10.0.0.240 - - [2025-10-30 02:50:53] "POST /projects HTTP/1.1" 200 597 0.279963 10.0.0.240 - - [2025-10-30 02:50:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.314872 10.0.0.254 - - [2025-10-30 02:50:53] "POST /access-control-lists HTTP/1.1" 200 604 0.034668 10.0.0.242 - - [2025-10-30 02:50:53] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.487122 10.0.0.242 - - [2025-10-30 02:50:54] "GET / HTTP/1.1" 200 36215 0.002047 10.0.0.242 - - [2025-10-30 02:50:56] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000670 10.0.0.240 - - [2025-10-30 02:50:57] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001539 10.0.0.242 - - [2025-10-30 02:50:57] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.075392 10.0.0.242 - - [2025-10-30 02:50:57] "GET / HTTP/1.1" 200 36215 0.002489 10.0.0.242 - - [2025-10-30 02:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004041 10.0.0.240 - - [2025-10-30 02:50:58] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000953 10.0.0.242 - - [2025-10-30 02:50:58] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007018 10.0.0.242 - - [2025-10-30 02:50:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.240 - - [2025-10-30 02:50:58] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001110 10.0.0.242 - - [2025-10-30 02:50:58] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.048639 10.0.0.242 - - [2025-10-30 02:50:59] "GET /domains HTTP/1.1" 401 293 0.000426 10.0.0.242 - - [2025-10-30 02:50:59] "GET /domains HTTP/1.1" 200 281 0.033689 10.0.0.240 - - [2025-10-30 02:50:59] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.242 - - [2025-10-30 02:50:59] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f HTTP/1.1" 200 2788 0.010841 10.0.0.240 - - [2025-10-30 02:50:59] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001156 10.0.0.242 - - [2025-10-30 02:50:59] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689 HTTP/1.1" 200 1903 0.092596 10.0.0.242 - - [2025-10-30 02:50:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003000 10.0.0.242 - - [2025-10-30 02:50:59] "POST /network-ipams HTTP/1.1" 200 605 0.035298 10.0.0.242 - - [2025-10-30 02:50:59] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 801 0.003723 10.0.0.242 - - [2025-10-30 02:50:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003903 10.0.0.242 - - [2025-10-30 02:50:59] "GET /network-ipam/67bb77a3-8f08-4394-8113-db1a91b9fcba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.006346 10.0.0.242 - - [2025-10-30 02:50:59] "PUT /network-ipam/67bb77a3-8f08-4394-8113-db1a91b9fcba HTTP/1.1" 200 259 0.013770 10.0.0.242 - - [2025-10-30 02:51:00] "POST /fqname-to-id HTTP/1.1" 401 293 0.000506 10.0.0.242 - - [2025-10-30 02:51:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.027781 10.0.0.240 - - [2025-10-30 02:51:00] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001197 10.0.0.242 - - [2025-10-30 02:51:00] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.040978 10.0.0.240 - - [2025-10-30 02:51:00] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001365 10.0.0.242 - - [2025-10-30 02:51:00] "POST /neutron/network HTTP/1.1" 200 617 0.168721 10.0.0.254 - - [2025-10-30 02:51:00] "POST /route-targets HTTP/1.1" 200 328 0.015010 10.0.0.242 - - [2025-10-30 02:51:01] "POST /neutron/network HTTP/1.1" 200 1074 0.013836 10.0.0.242 - - [2025-10-30 02:51:01] "POST /id-to-fqname HTTP/1.1" 200 229 0.001240 10.0.0.242 - - [2025-10-30 02:51:01] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006353 10.0.0.242 - - [2025-10-30 02:51:01] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006061 10.0.0.242 - - [2025-10-30 02:51:01] "POST /neutron/subnet HTTP/1.1" 200 701 0.011043 10.0.0.240 - - [2025-10-30 02:51:01] "DELETE /project/64502700fb244489809ad658286482f7 HTTP/1.1" 404 173 0.008728 10.0.0.240 - - [2025-10-30 02:51:01] "DELETE /project/87f6942ba6bf47379b61755d593ca689 HTTP/1.1" 404 173 0.005326 10.0.0.240 - - [2025-10-30 02:51:01] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000926 10.0.0.240 - - [2025-10-30 02:51:01] "GET /project/64502700-fb24-4489-809a-d658286482f7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1525 0.053941 10.0.0.240 - - [2025-10-30 02:51:01] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001678 10.0.0.240 - - [2025-10-30 02:51:01] "GET /project/64502700-fb24-4489-809a-d658286482f7?fields=security_groups HTTP/1.1" 200 1408 0.070616 10.0.0.242 - - [2025-10-30 02:51:02] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.027589 10.0.0.240 - - [2025-10-30 02:51:02] "DELETE /security-group/6661424b-4dc7-4eb5-8c36-c22abb42133f HTTP/1.1" 200 115 0.070713 10.0.0.240 - - [2025-10-30 02:51:02] "GET /projects?obj_uuids=64502700-fb24-4489-809a-d658286482f7&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001178 10.0.0.240 - - [2025-10-30 02:51:02] "GET /project/64502700-fb24-4489-809a-d658286482f7?fields=application_policy_sets HTTP/1.1" 200 1447 0.071149 10.0.0.254 - - [2025-10-30 02:51:02] "DELETE /access-control-list/4cb42221-5678-4e97-b398-2a84af301fc8 HTTP/1.1" 200 115 0.089515 10.0.0.240 - - [2025-10-30 02:51:02] "DELETE /project/64502700-fb24-4489-809a-d658286482f7 HTTP/1.1" 200 115 0.507305 10.0.0.254 - - [2025-10-30 02:51:03] "GET /obj-perms HTTP/1.1" 200 5032 0.058348 10.0.0.242 - - [2025-10-30 02:51:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.240 - - [2025-10-30 02:51:03] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001120 10.0.0.242 - - [2025-10-30 02:51:03] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.042220 10.0.0.240 - - [2025-10-30 02:51:03] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001060 10.0.0.242 - - [2025-10-30 02:51:03] "POST /neutron/network HTTP/1.1" 200 617 0.117540 10.0.0.242 - - [2025-10-30 02:51:04] "POST /neutron/network HTTP/1.1" 200 1074 0.010762 10.0.0.242 - - [2025-10-30 02:51:04] "POST /id-to-fqname HTTP/1.1" 200 229 0.001096 10.0.0.242 - - [2025-10-30 02:51:04] "GET /virtual-network/a2d77d43-d4aa-432b-97cd-7a1c4fc84e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.007755 10.0.0.242 - - [2025-10-30 02:51:04] "GET /virtual-network/a2d77d43-d4aa-432b-97cd-7a1c4fc84e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006457 10.0.0.242 - - [2025-10-30 02:51:04] "POST /neutron/subnet HTTP/1.1" 200 701 0.012603 10.0.0.242 - - [2025-10-30 02:51:04] "GET /virtual-network/a2d77d43-d4aa-432b-97cd-7a1c4fc84e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.006015 10.0.0.240 - - [2025-10-30 02:51:04] "GET /obj-perms HTTP/1.1" 200 5032 0.055418 10.0.0.242 - - [2025-10-30 02:51:04] "POST /fqname-to-id HTTP/1.1" 404 205 0.003516 10.0.0.242 - - [2025-10-30 02:51:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.002894 10.0.0.240 - - [2025-10-30 02:51:04] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001540 10.0.0.242 - - [2025-10-30 02:51:05] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.043459 10.0.0.242 - - [2025-10-30 02:51:05] "POST /network-policys HTTP/1.1" 200 529 0.084068 10.0.0.242 - - [2025-10-30 02:51:05] "GET /network-policy/b06a3b98-d096-4b4a-996b-9810bbc5223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.007030 10.0.0.242 - - [2025-10-30 02:51:05] "POST /fqname-to-id HTTP/1.1" 404 205 0.003506 10.0.0.242 - - [2025-10-30 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.240 - - [2025-10-30 02:51:05] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001026 10.0.0.242 - - [2025-10-30 02:51:05] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.052222 10.0.0.242 - - [2025-10-30 02:51:05] "POST /network-policys HTTP/1.1" 200 529 0.034864 10.0.0.242 - - [2025-10-30 02:51:05] "GET /network-policy/34c63a7a-7bd2-4af4-b7eb-039082609572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.006968 10.0.0.242 - - [2025-10-30 02:51:05] "POST /fqname-to-id HTTP/1.1" 404 205 0.003429 10.0.0.242 - - [2025-10-30 02:51:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003420 10.0.0.240 - - [2025-10-30 02:51:05] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001043 10.0.0.242 - - [2025-10-30 02:51:05] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.047949 10.0.0.242 - - [2025-10-30 02:51:05] "POST /network-policys HTTP/1.1" 200 529 0.073516 10.0.0.242 - - [2025-10-30 02:51:06] "GET /network-policy/06c57932-302c-4a84-ad11-a969a6389a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.008828 10.0.0.242 - - [2025-10-30 02:51:06] "POST /fqname-to-id HTTP/1.1" 404 205 0.003723 10.0.0.242 - - [2025-10-30 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002881 10.0.0.240 - - [2025-10-30 02:51:06] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001071 10.0.0.242 - - [2025-10-30 02:51:06] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.052288 10.0.0.242 - - [2025-10-30 02:51:06] "POST /network-policys HTTP/1.1" 200 529 0.081306 10.0.0.242 - - [2025-10-30 02:51:06] "GET /network-policy/d5f66e55-a8e1-4d17-bd5f-f74c756df9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.015815 10.0.0.242 - - [2025-10-30 02:51:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.003548 10.0.0.242 - - [2025-10-30 02:51:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002882 10.0.0.240 - - [2025-10-30 02:51:06] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001057 10.0.0.242 - - [2025-10-30 02:51:06] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.041899 10.0.0.242 - - [2025-10-30 02:51:06] "POST /network-policys HTTP/1.1" 200 533 0.028136 10.0.0.242 - - [2025-10-30 02:51:06] "GET /network-policy/60ce057d-fa04-4f61-bada-0c2d3af6d9cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.006224 10.0.0.242 - - [2025-10-30 02:51:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.003274 10.0.0.242 - - [2025-10-30 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.002691 10.0.0.240 - - [2025-10-30 02:51:07] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001009 10.0.0.242 - - [2025-10-30 02:51:07] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.046911 10.0.0.242 - - [2025-10-30 02:51:07] "POST /network-policys HTTP/1.1" 200 531 0.026665 10.0.0.242 - - [2025-10-30 02:51:07] "GET /network-policy/d76fd979-6baf-4361-942f-c8dba2f61544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.006573 10.0.0.242 - - [2025-10-30 02:51:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.004005 10.0.0.242 - - [2025-10-30 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003405 10.0.0.240 - - [2025-10-30 02:51:07] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001446 10.0.0.242 - - [2025-10-30 02:51:07] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.053726 10.0.0.242 - - [2025-10-30 02:51:07] "POST /network-policys HTTP/1.1" 200 531 0.033066 10.0.0.242 - - [2025-10-30 02:51:07] "GET /network-policy/50abea2c-e98c-467c-9ec8-bdf9ea6e89b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.007049 10.0.0.242 - - [2025-10-30 02:51:07] "POST /fqname-to-id HTTP/1.1" 404 206 0.003287 10.0.0.242 - - [2025-10-30 02:51:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003073 10.0.0.240 - - [2025-10-30 02:51:07] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001063 10.0.0.242 - - [2025-10-30 02:51:07] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.048239 10.0.0.242 - - [2025-10-30 02:51:07] "POST /network-policys HTTP/1.1" 200 531 0.034872 10.0.0.242 - - [2025-10-30 02:51:07] "GET /network-policy/e3c8dc08-adf0-444a-9c72-7216c4d15554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.007108 10.0.0.242 - - [2025-10-30 02:51:08] "POST /fqname-to-id HTTP/1.1" 404 206 0.003133 10.0.0.242 - - [2025-10-30 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003016 10.0.0.240 - - [2025-10-30 02:51:08] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001030 10.0.0.242 - - [2025-10-30 02:51:08] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.043160 10.0.0.242 - - [2025-10-30 02:51:08] "POST /network-policys HTTP/1.1" 200 531 0.031639 10.0.0.242 - - [2025-10-30 02:51:08] "GET /network-policy/2edafabb-102c-4b81-919a-7799bffa239c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006928 10.0.0.242 - - [2025-10-30 02:51:08] "POST /fqname-to-id HTTP/1.1" 404 208 0.004533 10.0.0.242 - - [2025-10-30 02:51:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.002995 10.0.0.240 - - [2025-10-30 02:51:08] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001495 10.0.0.242 - - [2025-10-30 02:51:08] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.074837 10.0.0.242 - - [2025-10-30 02:51:08] "POST /network-policys HTTP/1.1" 200 535 0.030572 10.0.0.242 - - [2025-10-30 02:51:08] "GET /network-policy/b628c625-93ab-4279-bd3f-98a1e7f05de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.006377 10.0.0.254 - - [2025-10-30 02:51:09] "POST /fqname-to-id HTTP/1.1" 404 246 0.005928 10.0.0.242 - - [2025-10-30 02:51:09] "POST /neutron/network HTTP/1.1" 200 1157 0.101848 10.0.0.242 - - [2025-10-30 02:51:09] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.010197 10.0.0.242 - - [2025-10-30 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004623 10.0.0.242 - - [2025-10-30 02:51:09] "GET /network-policy/b06a3b98-d096-4b4a-996b-9810bbc5223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.006754 10.0.0.242 - - [2025-10-30 02:51:09] "POST /neutron/network HTTP/1.1" 200 1159 0.084376 10.0.0.254 - - [2025-10-30 02:51:09] "POST /access-control-lists HTTP/1.1" 200 605 0.049785 10.0.0.242 - - [2025-10-30 02:51:09] "GET /virtual-network/a2d77d43-d4aa-432b-97cd-7a1c4fc84e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.008815 10.0.0.242 - - [2025-10-30 02:51:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.007854 10.0.0.242 - - [2025-10-30 02:51:09] "GET /network-policy/60ce057d-fa04-4f61-bada-0c2d3af6d9cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.005166 10.0.0.242 - - [2025-10-30 02:51:09] "POST /id-to-fqname HTTP/1.1" 200 229 0.001336 10.0.0.240 - - [2025-10-30 02:51:10] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001601 10.0.0.242 - - [2025-10-30 02:51:10] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.071049 10.0.0.242 - - [2025-10-30 02:51:11] "POST /neutron/network HTTP/1.1" 200 1157 0.042612 10.0.0.242 - - [2025-10-30 02:51:11] "POST /id-to-fqname HTTP/1.1" 200 229 0.001806 10.0.0.242 - - [2025-10-30 02:51:11] "POST /neutron/port HTTP/1.1" 200 117 0.007174 10.0.0.240 - - [2025-10-30 02:51:11] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001033 10.0.0.242 - - [2025-10-30 02:51:12] "POST /neutron/port HTTP/1.1" 200 1061 0.297306 10.0.0.240 - - [2025-10-30 02:51:12] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001300 10.0.0.242 - - [2025-10-30 02:51:12] "POST /neutron/port HTTP/1.1" 200 1115 0.144741 10.0.0.242 - - [2025-10-30 02:51:12] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.120622 10.0.0.242 - - [2025-10-30 02:51:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006438 10.0.0.242 - - [2025-10-30 02:51:12] "POST /neutron/network HTTP/1.1" 200 1157 0.009438 10.0.0.242 - - [2025-10-30 02:51:12] "POST /neutron/port HTTP/1.1" 200 117 0.006663 10.0.0.242 - - [2025-10-30 02:51:13] "POST /neutron/network HTTP/1.1" 200 1169 0.008732 10.0.0.254 - - [2025-10-30 02:51:13] "PUT /access-control-list/bfb07242-e61e-47ae-a324-3e907cfa2ace HTTP/1.1" 200 273 0.014289 10.0.0.242 - - [2025-10-30 02:51:13] "POST /neutron/port HTTP/1.1" 200 1061 0.037943 10.0.0.242 - - [2025-10-30 02:51:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004388 10.0.0.242 - - [2025-10-30 02:51:13] "POST /neutron/network HTTP/1.1" 200 1159 0.009672 10.0.0.242 - - [2025-10-30 02:51:17] "POST /neutron/port HTTP/1.1" 200 1089 0.017322 10.0.0.242 - - [2025-10-30 02:51:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007967 10.0.0.242 - - [2025-10-30 02:51:18] "GET /virtual-machine/e597c563-183b-4fbd-aa88-ce5124f19741 HTTP/1.1" 401 293 0.000354 10.0.0.242 - - [2025-10-30 02:51:18] "GET /virtual-machine/e597c563-183b-4fbd-aa88-ce5124f19741 HTTP/1.1" 200 1301 0.031468 10.0.0.242 - - [2025-10-30 02:51:18] "GET /virtual-machine-interface/fb40a214-6c2b-4306-ba38-0d4fdeaa252b HTTP/1.1" 200 2959 0.005580 10.0.0.242 - - [2025-10-30 02:51:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004130 10.0.0.242 - - [2025-10-30 02:51:18] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003847 10.0.0.242 - - [2025-10-30 02:51:18] "GET /virtual-networks?parent_id=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002671 10.0.0.242 - - [2025-10-30 02:51:18] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006905 10.0.0.242 - - [2025-10-30 02:51:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003881 10.0.0.242 - - [2025-10-30 02:51:21] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005286 10.0.0.242 - - [2025-10-30 02:51:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.242 - - [2025-10-30 02:51:25] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005676 10.0.0.242 - - [2025-10-30 02:51:27] "GET /obj-perms HTTP/1.1" 200 5075 0.046154 10.0.0.242 - - [2025-10-30 02:51:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003800 10.0.0.242 - - [2025-10-30 02:51:29] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005394 10.0.0.242 - - [2025-10-30 02:51:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.242 - - [2025-10-30 02:51:33] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006291 10.0.0.242 - - [2025-10-30 02:51:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004090 10.0.0.242 - - [2025-10-30 02:51:38] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008627 10.0.0.242 - - [2025-10-30 02:51:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005314 10.0.0.242 - - [2025-10-30 02:51:42] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006883 10.0.0.242 - - [2025-10-30 02:51:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004969 10.0.0.242 - - [2025-10-30 02:51:46] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007729 10.0.0.242 - - [2025-10-30 02:51:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005044 10.0.0.242 - - [2025-10-30 02:51:50] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005547 10.0.0.242 - - [2025-10-30 02:51:50] "GET /virtual-networks?parent_id=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003621 10.0.0.242 - - [2025-10-30 02:51:50] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.006846 10.0.0.242 - - [2025-10-30 02:51:55] "POST /neutron/port HTTP/1.1" 200 1089 0.018630 10.0.0.242 - - [2025-10-30 02:51:58] "POST /neutron/port HTTP/1.1" 200 1089 0.036739 10.0.0.242 - - [2025-10-30 02:51:58] "POST /neutron/subnet HTTP/1.1" 200 675 0.014794 10.0.0.242 - - [2025-10-30 02:51:58] "POST /neutron/port HTTP/1.1" 200 1089 0.047751 10.0.0.242 - - [2025-10-30 02:52:00] "POST /neutron/security_group HTTP/1.1" 200 2064 0.010643 10.0.0.242 - - [2025-10-30 02:52:07] "POST /neutron/port HTTP/1.1" 200 1089 0.018272 10.0.0.242 - - [2025-10-30 02:52:11] "POST /neutron/security_group HTTP/1.1" 200 2064 0.008009 10.0.0.242 - - [2025-10-30 02:52:11] "POST /neutron/port HTTP/1.1" 200 1089 0.017111 10.0.0.242 - - [2025-10-30 02:52:11] "GET /virtual-machine/c75172d2-d193-4fde-a910-8c6606a8e079 HTTP/1.1" 200 1301 0.006825 10.0.0.242 - - [2025-10-30 02:52:11] "GET /virtual-machine-interface/603e97b0-a0d1-4146-a4e7-67c8e1d85d80 HTTP/1.1" 200 2958 0.005758 10.0.0.242 - - [2025-10-30 02:52:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003626 10.0.0.242 - - [2025-10-30 02:52:11] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004505 10.0.0.242 - - [2025-10-30 02:52:11] "GET /virtual-networks?parent_id=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003262 10.0.0.242 - - [2025-10-30 02:52:11] "GET /virtual-network/a2d77d43-d4aa-432b-97cd-7a1c4fc84e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.006083 10.0.0.242 - - [2025-10-30 02:52:11] "POST /neutron/port HTTP/1.1" 200 1089 0.015935 10.0.0.242 - - [2025-10-30 02:52:11] "POST /neutron/subnet HTTP/1.1" 200 675 0.015010 10.0.0.242 - - [2025-10-30 02:52:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.242 - - [2025-10-30 02:52:12] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003765 10.0.0.242 - - [2025-10-30 02:52:12] "GET /virtual-networks?parent_id=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.002990 10.0.0.242 - - [2025-10-30 02:52:12] "GET /virtual-network/a2d77d43-d4aa-432b-97cd-7a1c4fc84e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.006836 10.0.0.242 - - [2025-10-30 02:52:12] "POST /neutron/port HTTP/1.1" 200 1089 0.017649 10.0.0.242 - - [2025-10-30 02:52:18] "POST /neutron/security_group HTTP/1.1" 200 2064 0.009558 10.0.0.242 - - [2025-10-30 02:52:23] "POST /neutron/port HTTP/1.1" 200 1089 0.015373 10.0.0.242 - - [2025-10-30 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003404 10.0.0.242 - - [2025-10-30 02:52:23] "GET /network-policy/60ce057d-fa04-4f61-bada-0c2d3af6d9cc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1946 0.003513 10.0.0.242 - - [2025-10-30 02:52:23] "POST /neutron/security_group HTTP/1.1" 200 2064 0.007597 10.0.0.242 - - [2025-10-30 02:52:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003315 10.0.0.242 - - [2025-10-30 02:52:23] "GET /network-policy/b06a3b98-d096-4b4a-996b-9810bbc5223d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.003965 10.0.0.242 - - [2025-10-30 02:52:24] "POST /neutron/network HTTP/1.1" 200 1157 0.015322 10.0.0.242 - - [2025-10-30 02:52:24] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.005342 10.0.0.242 - - [2025-10-30 02:52:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.002497 10.0.0.242 - - [2025-10-30 02:52:24] "GET /network-policy/34c63a7a-7bd2-4af4-b7eb-039082609572?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3985 0.004688 10.0.0.242 - - [2025-10-30 02:52:58] "POST /neutron/network HTTP/1.1" 200 1167 0.007034 10.0.0.242 - - [2025-10-30 02:52:58] "POST /neutron/port HTTP/1.1" 200 117 0.001797 10.0.0.254 - - [2025-10-30 02:52:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000466 10.0.0.254 - - [2025-10-30 02:52:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000617 10.0.0.254 - - [2025-10-30 02:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000562 10.0.0.254 - - [2025-10-30 02:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000603 10.0.0.240 - - [2025-10-30 02:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.001158 10.0.0.240 - - [2025-10-30 02:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.242 - - [2025-10-30 02:53:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000526 10.0.0.240 - - [2025-10-30 02:53:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000478 10.0.0.242 - - [2025-10-30 02:53:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.240 - - [2025-10-30 02:53:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000489 10.0.0.242 - - [2025-10-30 02:53:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.242 - - [2025-10-30 02:53:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.242 - - [2025-10-30 02:53:13] "POST /neutron/port HTTP/1.1" 200 1089 0.019907 10.0.0.242 - - [2025-10-30 02:53:13] "POST /neutron/subnet HTTP/1.1" 200 675 0.015360 10.0.0.242 - - [2025-10-30 02:53:15] "POST /neutron/network HTTP/1.1" 200 1157 0.009502 10.0.0.254 - - [2025-10-30 02:53:15] "POST /ref-update HTTP/1.1" 200 156 0.050644 10.0.0.242 - - [2025-10-30 02:53:15] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.008974 10.0.0.242 - - [2025-10-30 02:53:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007724 10.0.0.242 - - [2025-10-30 02:53:15] "GET /network-policy/b628c625-93ab-4279-bd3f-98a1e7f05de5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1130 0.005512 10.0.0.242 - - [2025-10-30 02:53:24] "POST /neutron/network HTTP/1.1" 200 1160 0.010540 10.0.0.242 - - [2025-10-30 02:53:24] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.008039 10.0.0.242 - - [2025-10-30 02:53:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003126 10.0.0.242 - - [2025-10-30 02:53:24] "GET /network-policy/06c57932-302c-4a84-ad11-a969a6389a5f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3984 0.004439 10.0.0.254 - - [2025-10-30 02:53:28] "GET /obj-perms HTTP/1.1" 200 5075 0.048943 10.0.0.242 - - [2025-10-30 02:53:33] "POST /neutron/network HTTP/1.1" 200 1157 0.012687 10.0.0.242 - - [2025-10-30 02:53:33] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2876 0.007789 10.0.0.254 - - [2025-10-30 02:53:33] "PUT /access-control-list/523ef2b8-d53f-47b5-ae7d-dee56250c6b3 HTTP/1.1" 200 273 0.079234 10.0.0.242 - - [2025-10-30 02:53:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.011730 10.0.0.242 - - [2025-10-30 02:53:33] "GET /network-policy/d5f66e55-a8e1-4d17-bd5f-f74c756df9c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3986 0.004491 10.0.0.242 - - [2025-10-30 02:53:41] "POST /neutron/network HTTP/1.1" 200 1157 0.011158 10.0.0.242 - - [2025-10-30 02:53:41] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.018468 10.0.0.242 - - [2025-10-30 02:53:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004557 10.0.0.242 - - [2025-10-30 02:53:41] "GET /network-policy/d76fd979-6baf-4361-942f-c8dba2f61544?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.004970 10.0.0.242 - - [2025-10-30 02:53:49] "POST /neutron/network HTTP/1.1" 200 1158 0.010151 10.0.0.254 - - [2025-10-30 02:53:50] "PUT /access-control-list/523ef2b8-d53f-47b5-ae7d-dee56250c6b3 HTTP/1.1" 200 273 0.017532 10.0.0.242 - - [2025-10-30 02:53:50] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.040959 10.0.0.242 - - [2025-10-30 02:53:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003589 10.0.0.242 - - [2025-10-30 02:53:50] "GET /network-policy/50abea2c-e98c-467c-9ec8-bdf9ea6e89b4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.006800 10.0.0.242 - - [2025-10-30 02:53:57] "POST /neutron/network HTTP/1.1" 200 1158 0.010720 10.0.0.242 - - [2025-10-30 02:53:57] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.009301 10.0.0.242 - - [2025-10-30 02:53:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003246 10.0.0.242 - - [2025-10-30 02:53:57] "GET /network-policy/e3c8dc08-adf0-444a-9c72-7216c4d15554?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3989 0.004887 10.0.0.242 - - [2025-10-30 02:53:58] "POST /neutron/port HTTP/1.1" 200 1089 0.015256 10.0.0.242 - - [2025-10-30 02:53:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005502 10.0.0.242 - - [2025-10-30 02:53:58] "POST /neutron/network HTTP/1.1" 200 1158 0.011527 10.0.0.254 - - [2025-10-30 02:54:06] "PUT /access-control-list/523ef2b8-d53f-47b5-ae7d-dee56250c6b3 HTTP/1.1" 200 273 0.069293 10.0.0.242 - - [2025-10-30 02:54:06] "POST /neutron/network HTTP/1.1" 200 1158 0.026521 10.0.0.242 - - [2025-10-30 02:54:06] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.008620 10.0.0.242 - - [2025-10-30 02:54:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004537 10.0.0.242 - - [2025-10-30 02:54:06] "GET /network-policy/2edafabb-102c-4b81-919a-7799bffa239c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3988 0.004654 10.0.0.242 - - [2025-10-30 02:54:14] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2877 0.006325 10.0.0.242 - - [2025-10-30 02:54:14] "POST /neutron/network HTTP/1.1" 200 1074 0.012684 10.0.0.242 - - [2025-10-30 02:54:14] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.025124 10.0.0.242 - - [2025-10-30 02:54:14] "GET /virtual-machine/c75172d2-d193-4fde-a910-8c6606a8e079 HTTP/1.1" 200 1301 0.005467 10.0.0.242 - - [2025-10-30 02:54:15] "POST /neutron/port HTTP/1.1" 200 151 0.246074 10.0.0.242 - - [2025-10-30 02:54:16] "GET /virtual-machine/c75172d2-d193-4fde-a910-8c6606a8e079 HTTP/1.1" 404 171 0.004230 10.0.0.242 - - [2025-10-30 02:54:16] "GET /virtual-machine/c75172d2-d193-4fde-a910-8c6606a8e079 HTTP/1.1" 404 171 0.003550 10.0.0.242 - - [2025-10-30 02:54:16] "GET /virtual-machine/c75172d2-d193-4fde-a910-8c6606a8e079 HTTP/1.1" 404 171 0.003270 10.0.0.242 - - [2025-10-30 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.242 - - [2025-10-30 02:54:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003903 10.0.0.242 - - [2025-10-30 02:54:16] "GET /virtual-networks?parent_id=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003206 10.0.0.242 - - [2025-10-30 02:54:16] "GET /virtual-network/a2d77d43-d4aa-432b-97cd-7a1c4fc84e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.007394 10.0.0.242 - - [2025-10-30 02:54:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003427 10.0.0.242 - - [2025-10-30 02:54:16] "GET /routing-instance/8ca01fb8-fb95-49b9-888a-44961f3a05d7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1496 0.005194 10.0.0.242 - - [2025-10-30 02:54:16] "GET /route-target/b1353946-6c23-4ce3-a0df-2c14eaa7b026?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004913 10.0.0.240 - - [2025-10-30 02:54:16] "GET /obj-perms HTTP/1.1" 200 5032 0.008035 10.0.0.242 - - [2025-10-30 02:54:20] "GET /obj-perms HTTP/1.1" 200 5032 0.051130 10.0.0.240 - - [2025-10-30 02:54:26] "GET /obj-perms HTTP/1.1" 200 5032 0.004497 10.0.0.242 - - [2025-10-30 02:54:29] "GET /obj-perms HTTP/1.1" 200 5032 0.005552 10.0.0.240 - - [2025-10-30 02:54:32] "GET /obj-perms HTTP/1.1" 200 5032 0.004652 10.0.0.242 - - [2025-10-30 02:54:35] "GET /obj-perms HTTP/1.1" 200 5032 0.004118 10.0.0.242 - - [2025-10-30 02:54:35] "GET /virtual-machine/e597c563-183b-4fbd-aa88-ce5124f19741 HTTP/1.1" 200 1301 0.004378 10.0.0.242 - - [2025-10-30 02:54:36] "POST /neutron/port HTTP/1.1" 200 151 0.187907 10.0.0.242 - - [2025-10-30 02:54:37] "GET /virtual-machine/e597c563-183b-4fbd-aa88-ce5124f19741 HTTP/1.1" 404 171 0.003659 10.0.0.242 - - [2025-10-30 02:54:37] "GET /virtual-machine/e597c563-183b-4fbd-aa88-ce5124f19741 HTTP/1.1" 404 171 0.004488 10.0.0.242 - - [2025-10-30 02:54:37] "GET /virtual-machine/e597c563-183b-4fbd-aa88-ce5124f19741 HTTP/1.1" 404 171 0.002510 10.0.0.242 - - [2025-10-30 02:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.242 - - [2025-10-30 02:54:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003904 10.0.0.242 - - [2025-10-30 02:54:37] "GET /virtual-networks?parent_id=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 591 0.003329 10.0.0.242 - - [2025-10-30 02:54:37] "GET /virtual-network/2f716fe8-d947-4035-a108-fa0b023bf268?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2577 0.006884 10.0.0.242 - - [2025-10-30 02:54:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003488 10.0.0.242 - - [2025-10-30 02:54:37] "GET /routing-instance/cd27b603-4fbc-4841-baee-e8e6a14f1036?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1497 0.008476 10.0.0.242 - - [2025-10-30 02:54:37] "GET /route-target/ac574cc3-79fd-4054-9938-d2d592af9b42?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004307 10.0.0.242 - - [2025-10-30 02:54:38] "GET /obj-perms HTTP/1.1" 200 5032 0.004098 10.0.0.242 - - [2025-10-30 02:54:41] "GET /obj-perms HTTP/1.1" 200 5032 0.004665 10.0.0.242 - - [2025-10-30 02:54:44] "GET /obj-perms HTTP/1.1" 200 5032 0.004335 10.0.0.240 - - [2025-10-30 02:54:44] "GET /obj-perms HTTP/1.1" 200 5032 0.003977 10.0.0.242 - - [2025-10-30 02:54:44] "GET /virtual-network/a2d77d43-d4aa-432b-97cd-7a1c4fc84e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2879 0.005791 10.0.0.254 - - [2025-10-30 02:54:44] "DELETE /access-control-list/bfb07242-e61e-47ae-a324-3e907cfa2ace HTTP/1.1" 200 115 0.044317 10.0.0.242 - - [2025-10-30 02:54:44] "POST /neutron/network HTTP/1.1" 200 1074 0.014094 10.0.0.242 - - [2025-10-30 02:54:44] "GET /virtual-network/a2d77d43-d4aa-432b-97cd-7a1c4fc84e99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2578 0.013242 10.0.0.242 - - [2025-10-30 02:54:44] "DELETE /network-policy/b628c625-93ab-4279-bd3f-98a1e7f05de5 HTTP/1.1" 200 115 0.028721 10.0.0.242 - - [2025-10-30 02:54:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.240 - - [2025-10-30 02:54:44] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.027523 10.0.0.242 - - [2025-10-30 02:54:44] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.065999 10.0.0.242 - - [2025-10-30 02:54:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-13697946&detail=False&count=False&shared=False HTTP/1.1" 200 2081 0.005751 10.0.0.242 - - [2025-10-30 02:54:45] "DELETE /network-policy/2edafabb-102c-4b81-919a-7799bffa239c HTTP/1.1" 200 115 0.035735 10.0.0.242 - - [2025-10-30 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003129 10.0.0.240 - - [2025-10-30 02:54:45] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001097 10.0.0.242 - - [2025-10-30 02:54:45] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.049446 10.0.0.242 - - [2025-10-30 02:54:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-13697946&detail=False&count=False&shared=False HTTP/1.1" 200 1864 0.006163 10.0.0.242 - - [2025-10-30 02:54:45] "DELETE /network-policy/e3c8dc08-adf0-444a-9c72-7216c4d15554 HTTP/1.1" 200 115 0.046524 10.0.0.242 - - [2025-10-30 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.240 - - [2025-10-30 02:54:45] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001536 10.0.0.242 - - [2025-10-30 02:54:45] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.050889 10.0.0.242 - - [2025-10-30 02:54:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-13697946&detail=False&count=False&shared=False HTTP/1.1" 200 1647 0.005977 10.0.0.242 - - [2025-10-30 02:54:45] "DELETE /network-policy/50abea2c-e98c-467c-9ec8-bdf9ea6e89b4 HTTP/1.1" 200 115 0.041934 10.0.0.242 - - [2025-10-30 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003296 10.0.0.240 - - [2025-10-30 02:54:45] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001037 10.0.0.242 - - [2025-10-30 02:54:45] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.044775 10.0.0.242 - - [2025-10-30 02:54:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-13697946&detail=False&count=False&shared=False HTTP/1.1" 200 1430 0.006412 10.0.0.242 - - [2025-10-30 02:54:45] "DELETE /network-policy/d76fd979-6baf-4361-942f-c8dba2f61544 HTTP/1.1" 200 115 0.033953 10.0.0.242 - - [2025-10-30 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004288 10.0.0.240 - - [2025-10-30 02:54:45] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001649 10.0.0.242 - - [2025-10-30 02:54:45] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.051055 10.0.0.242 - - [2025-10-30 02:54:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-13697946&detail=False&count=False&shared=False HTTP/1.1" 200 1213 0.005841 10.0.0.242 - - [2025-10-30 02:54:45] "DELETE /network-policy/60ce057d-fa04-4f61-bada-0c2d3af6d9cc HTTP/1.1" 200 115 0.042457 10.0.0.242 - - [2025-10-30 02:54:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.240 - - [2025-10-30 02:54:45] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001131 10.0.0.242 - - [2025-10-30 02:54:46] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.048863 10.0.0.242 - - [2025-10-30 02:54:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-13697946&detail=False&count=False&shared=False HTTP/1.1" 200 994 0.006245 10.0.0.242 - - [2025-10-30 02:54:46] "DELETE /network-policy/d5f66e55-a8e1-4d17-bd5f-f74c756df9c8 HTTP/1.1" 200 115 0.043569 10.0.0.242 - - [2025-10-30 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.240 - - [2025-10-30 02:54:46] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001116 10.0.0.242 - - [2025-10-30 02:54:46] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.047601 10.0.0.242 - - [2025-10-30 02:54:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-13697946&detail=False&count=False&shared=False HTTP/1.1" 200 778 0.005911 10.0.0.242 - - [2025-10-30 02:54:46] "DELETE /network-policy/06c57932-302c-4a84-ad11-a969a6389a5f HTTP/1.1" 200 115 0.047818 10.0.0.242 - - [2025-10-30 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003637 10.0.0.240 - - [2025-10-30 02:54:46] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001436 10.0.0.242 - - [2025-10-30 02:54:46] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.043573 10.0.0.242 - - [2025-10-30 02:54:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-13697946&detail=False&count=False&shared=False HTTP/1.1" 200 562 0.006110 10.0.0.242 - - [2025-10-30 02:54:46] "DELETE /network-policy/34c63a7a-7bd2-4af4-b7eb-039082609572 HTTP/1.1" 200 115 0.037569 10.0.0.242 - - [2025-10-30 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004047 10.0.0.240 - - [2025-10-30 02:54:46] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001090 10.0.0.242 - - [2025-10-30 02:54:46] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.045162 10.0.0.242 - - [2025-10-30 02:54:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-13697946&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.006655 10.0.0.242 - - [2025-10-30 02:54:46] "DELETE /network-policy/b06a3b98-d096-4b4a-996b-9810bbc5223d HTTP/1.1" 200 115 0.041618 10.0.0.242 - - [2025-10-30 02:54:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005034 10.0.0.240 - - [2025-10-30 02:54:46] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001465 10.0.0.242 - - [2025-10-30 02:54:46] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.048205 10.0.0.242 - - [2025-10-30 02:54:47] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1-13697946&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.006639 10.0.0.254 - - [2025-10-30 02:54:47] "DELETE /route-target/b1353946-6c23-4ce3-a0df-2c14eaa7b026 HTTP/1.1" 200 115 0.021204 10.0.0.242 - - [2025-10-30 02:54:47] "POST /neutron/network HTTP/1.1" 200 1074 0.009324 10.0.0.242 - - [2025-10-30 02:54:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004777 10.0.0.242 - - [2025-10-30 02:54:47] "DELETE /network-ipam/67bb77a3-8f08-4394-8113-db1a91b9fcba HTTP/1.1" 200 115 0.038005 10.0.0.242 - - [2025-10-30 02:54:47] "POST /fqname-to-id HTTP/1.1" 404 248 0.003575 10.0.0.240 - - [2025-10-30 02:54:48] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001196 10.0.0.240 - - [2025-10-30 02:54:48] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.051402 10.0.0.240 - - [2025-10-30 02:54:48] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001787 10.0.0.240 - - [2025-10-30 02:54:48] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?fields=security_groups HTTP/1.1" 200 1391 0.056019 10.0.0.240 - - [2025-10-30 02:54:48] "DELETE /security-group/5338c115-bcc5-4a26-91e8-e202a4ec8101 HTTP/1.1" 200 115 0.067710 10.0.0.240 - - [2025-10-30 02:54:48] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001351 10.0.0.254 - - [2025-10-30 02:54:48] "DELETE /access-control-list/46e64770-e398-4fca-aa09-d59ba27a0818 HTTP/1.1" 200 115 0.051114 10.0.0.240 - - [2025-10-30 02:54:48] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?fields=application_policy_sets HTTP/1.1" 200 1430 0.046834 10.0.0.242 - - [2025-10-30 02:54:48] "DELETE /project/87f6942b-a6bf-4737-9b61-755d593ca689 HTTP/1.1" 200 115 0.442239 10.0.0.240 - - [2025-10-30 02:54:48] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001207 10.0.0.242 - - [2025-10-30 02:54:48] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?fields=projects HTTP/1.1" 200 1247 0.013751 10.0.0.240 - - [2025-10-30 02:54:49] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004154 10.0.0.240 - - [2025-10-30 02:54:49] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001349 10.0.0.240 - - [2025-10-30 02:54:49] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.040100 10.0.0.240 - - [2025-10-30 02:54:49] "POST /id-to-fqname HTTP/1.1" 200 196 0.003112 10.0.0.240 - - [2025-10-30 02:54:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.007038 10.0.0.240 - - [2025-10-30 02:54:50] "POST /security-groups HTTP/1.1" 200 597 0.034924 10.0.0.240 - - [2025-10-30 02:54:50] "POST /projects HTTP/1.1" 200 597 0.251940 10.0.0.240 - - [2025-10-30 02:54:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.286671 10.0.0.254 - - [2025-10-30 02:54:50] "POST /access-control-lists HTTP/1.1" 200 604 0.029633 10.0.0.242 - - [2025-10-30 02:54:50] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1400 0.436670 10.0.0.240 - - [2025-10-30 02:54:50] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001747 10.0.0.242 - - [2025-10-30 02:54:50] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?fields=virtual_networks HTTP/1.1" 200 1056 0.083742 10.0.0.240 - - [2025-10-30 02:54:50] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001232 10.0.0.242 - - [2025-10-30 02:54:50] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?fields=virtual_machine_interfaces HTTP/1.1" 200 1056 0.047896 10.0.0.240 - - [2025-10-30 02:54:50] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001064 10.0.0.242 - - [2025-10-30 02:54:50] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?fields=security_groups HTTP/1.1" 200 1289 0.044677 10.0.0.242 - - [2025-10-30 02:54:51] "POST /fqname-to-id HTTP/1.1" 404 200 0.024409 10.0.0.240 - - [2025-10-30 02:54:51] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003743 10.0.0.240 - - [2025-10-30 02:54:51] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001777 10.0.0.240 - - [2025-10-30 02:54:51] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010083 10.0.0.240 - - [2025-10-30 02:54:51] "POST /id-to-fqname HTTP/1.1" 200 202 0.003278 10.0.0.240 - - [2025-10-30 02:54:51] "POST /fqname-to-id HTTP/1.1" 404 211 0.009748 10.0.0.240 - - [2025-10-30 02:54:51] "POST /security-groups HTTP/1.1" 200 603 0.027225 10.0.0.254 - - [2025-10-30 02:54:51] "POST /fqname-to-id HTTP/1.1" 404 246 0.007724 10.0.0.240 - - [2025-10-30 02:54:51] "POST /projects HTTP/1.1" 200 609 0.254884 10.0.0.240 - - [2025-10-30 02:54:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.330880 10.0.0.254 - - [2025-10-30 02:54:51] "POST /access-control-lists HTTP/1.1" 200 608 0.031037 10.0.0.242 - - [2025-10-30 02:54:51] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.470932 10.0.0.242 - - [2025-10-30 02:54:52] "GET / HTTP/1.1" 200 36215 0.003170 10.0.0.242 - - [2025-10-30 02:54:54] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000526 10.0.0.240 - - [2025-10-30 02:54:55] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001216 10.0.0.242 - - [2025-10-30 02:54:55] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.072472 10.0.0.242 - - [2025-10-30 02:54:55] "GET / HTTP/1.1" 200 36215 0.001953 10.0.0.242 - - [2025-10-30 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.240 - - [2025-10-30 02:54:56] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000947 10.0.0.242 - - [2025-10-30 02:54:56] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007140 10.0.0.242 - - [2025-10-30 02:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003985 10.0.0.240 - - [2025-10-30 02:54:56] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001110 10.0.0.242 - - [2025-10-30 02:54:56] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.049891 10.0.0.242 - - [2025-10-30 02:54:57] "GET /domains HTTP/1.1" 401 293 0.000579 10.0.0.242 - - [2025-10-30 02:54:57] "GET /domains HTTP/1.1" 200 281 0.025897 10.0.0.240 - - [2025-10-30 02:54:57] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001070 10.0.0.242 - - [2025-10-30 02:54:57] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f HTTP/1.1" 200 2788 0.010149 10.0.0.240 - - [2025-10-30 02:54:57] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000961 10.0.0.242 - - [2025-10-30 02:54:57] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05 HTTP/1.1" 200 1939 0.090648 10.0.0.242 - - [2025-10-30 02:54:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.004762 10.0.0.242 - - [2025-10-30 02:54:57] "POST /network-ipams HTTP/1.1" 200 623 0.031466 10.0.0.242 - - [2025-10-30 02:54:57] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 813 0.008502 10.0.0.242 - - [2025-10-30 02:54:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004674 10.0.0.242 - - [2025-10-30 02:54:58] "GET /network-ipam/254773cd-1963-4d08-9405-072ac99e62f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1412 0.007851 10.0.0.242 - - [2025-10-30 02:54:58] "PUT /network-ipam/254773cd-1963-4d08-9405-072ac99e62f2 HTTP/1.1" 200 259 0.015086 10.0.0.242 - - [2025-10-30 02:54:58] "POST /fqname-to-id HTTP/1.1" 401 293 0.000495 10.0.0.242 - - [2025-10-30 02:54:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.023932 10.0.0.240 - - [2025-10-30 02:54:58] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000954 10.0.0.242 - - [2025-10-30 02:54:58] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.047426 10.0.0.240 - - [2025-10-30 02:54:58] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001384 10.0.0.242 - - [2025-10-30 02:54:58] "POST /neutron/network HTTP/1.1" 200 623 0.148777 10.0.0.240 - - [2025-10-30 02:54:59] "POST /useragent-kv HTTP/1.1" 200 115 0.016105 10.0.0.242 - - [2025-10-30 02:54:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.277352 10.0.0.242 - - [2025-10-30 02:54:59] "POST /id-to-fqname HTTP/1.1" 200 235 0.001430 10.0.0.242 - - [2025-10-30 02:54:59] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005844 10.0.0.242 - - [2025-10-30 02:54:59] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.006807 10.0.0.242 - - [2025-10-30 02:54:59] "POST /neutron/network HTTP/1.1" 200 1337 0.011297 10.0.0.242 - - [2025-10-30 02:54:59] "POST /neutron/subnet HTTP/1.1" 200 828 0.014852 10.0.0.242 - - [2025-10-30 02:55:00] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.006078 10.0.0.254 - - [2025-10-30 02:55:01] "GET /obj-perms HTTP/1.1" 200 5038 0.047797 10.0.0.242 - - [2025-10-30 02:55:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.240 - - [2025-10-30 02:55:01] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001602 10.0.0.242 - - [2025-10-30 02:55:01] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.045497 10.0.0.254 - - [2025-10-30 02:55:02] "POST /route-targets HTTP/1.1" 200 328 0.015043 10.0.0.240 - - [2025-10-30 02:55:02] "POST /useragent-kv HTTP/1.1" 200 115 0.008935 10.0.0.242 - - [2025-10-30 02:55:02] "POST /neutron/subnet HTTP/1.1" 200 701 0.192534 10.0.0.240 - - [2025-10-30 02:55:02] "DELETE /project/87f6942ba6bf47379b61755d593ca689 HTTP/1.1" 404 173 0.004402 10.0.0.240 - - [2025-10-30 02:55:02] "DELETE /project/7360584050c642e3a321ec2f6d376b05 HTTP/1.1" 404 173 0.008426 10.0.0.240 - - [2025-10-30 02:55:02] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001029 10.0.0.240 - - [2025-10-30 02:55:02] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.049688 10.0.0.240 - - [2025-10-30 02:55:02] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001316 10.0.0.240 - - [2025-10-30 02:55:02] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?fields=security_groups HTTP/1.1" 200 1391 0.060845 10.0.0.242 - - [2025-10-30 02:55:02] "POST /neutron/network HTTP/1.1" 200 1337 0.014250 10.0.0.242 - - [2025-10-30 02:55:02] "POST /id-to-fqname HTTP/1.1" 200 235 0.001131 10.0.0.242 - - [2025-10-30 02:55:02] "GET /virtual-network/2ee148a6-d868-483d-be3e-43e2f83621ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.011180 10.0.0.240 - - [2025-10-30 02:55:02] "DELETE /security-group/d5d1dabe-202f-4d15-a6e8-ca948bd7d486 HTTP/1.1" 200 115 0.070365 10.0.0.240 - - [2025-10-30 02:55:02] "GET /projects?obj_uuids=87f6942b-a6bf-4737-9b61-755d593ca689&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001004 10.0.0.242 - - [2025-10-30 02:55:02] "GET /virtual-network/2ee148a6-d868-483d-be3e-43e2f83621ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.004771 10.0.0.240 - - [2025-10-30 02:55:02] "GET /project/87f6942b-a6bf-4737-9b61-755d593ca689?fields=application_policy_sets HTTP/1.1" 200 1430 0.058940 10.0.0.254 - - [2025-10-30 02:55:02] "DELETE /access-control-list/a957f082-ef1b-4008-9553-047ef596f704 HTTP/1.1" 200 115 0.047520 10.0.0.242 - - [2025-10-30 02:55:02] "POST /neutron/subnet HTTP/1.1" 200 701 0.018861 10.0.0.240 - - [2025-10-30 02:55:02] "DELETE /project/87f6942b-a6bf-4737-9b61-755d593ca689 HTTP/1.1" 200 115 0.431378 10.0.0.242 - - [2025-10-30 02:55:03] "GET /virtual-network/2ee148a6-d868-483d-be3e-43e2f83621ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.006252 10.0.0.242 - - [2025-10-30 02:55:03] "GET /obj-perms HTTP/1.1" 200 5038 0.047388 10.0.0.242 - - [2025-10-30 02:55:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.003545 10.0.0.242 - - [2025-10-30 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003018 10.0.0.240 - - [2025-10-30 02:55:03] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001019 10.0.0.242 - - [2025-10-30 02:55:03] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.088517 10.0.0.242 - - [2025-10-30 02:55:03] "POST /network-policys HTTP/1.1" 200 535 0.030082 10.0.0.242 - - [2025-10-30 02:55:03] "GET /network-policy/4819868e-9c08-4611-8136-3dde2d8b6f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.006617 10.0.0.242 - - [2025-10-30 02:55:03] "POST /fqname-to-id HTTP/1.1" 404 211 0.003639 10.0.0.242 - - [2025-10-30 02:55:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.240 - - [2025-10-30 02:55:03] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001154 10.0.0.242 - - [2025-10-30 02:55:04] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.048523 10.0.0.242 - - [2025-10-30 02:55:04] "POST /network-policys HTTP/1.1" 200 535 0.029796 10.0.0.242 - - [2025-10-30 02:55:04] "GET /network-policy/0b553400-2a9c-4893-9670-8caac7a3e241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.007099 10.0.0.242 - - [2025-10-30 02:55:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.003555 10.0.0.242 - - [2025-10-30 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003468 10.0.0.240 - - [2025-10-30 02:55:04] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001144 10.0.0.242 - - [2025-10-30 02:55:04] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.044846 10.0.0.242 - - [2025-10-30 02:55:04] "POST /network-policys HTTP/1.1" 200 535 0.031769 10.0.0.242 - - [2025-10-30 02:55:04] "GET /network-policy/38e1c30a-0540-4876-b8c0-e5c44750a8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.008111 10.0.0.242 - - [2025-10-30 02:55:04] "POST /fqname-to-id HTTP/1.1" 404 211 0.004456 10.0.0.242 - - [2025-10-30 02:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.240 - - [2025-10-30 02:55:04] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001334 10.0.0.242 - - [2025-10-30 02:55:04] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.080867 10.0.0.242 - - [2025-10-30 02:55:04] "POST /network-policys HTTP/1.1" 200 535 0.028491 10.0.0.242 - - [2025-10-30 02:55:04] "GET /network-policy/9b230db2-7bf8-4fc2-a732-91ca0539648f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.008341 10.0.0.242 - - [2025-10-30 02:55:05] "POST /fqname-to-id HTTP/1.1" 404 213 0.009315 10.0.0.242 - - [2025-10-30 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003798 10.0.0.240 - - [2025-10-30 02:55:05] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001593 10.0.0.242 - - [2025-10-30 02:55:05] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.053983 10.0.0.242 - - [2025-10-30 02:55:05] "POST /network-policys HTTP/1.1" 200 539 0.035524 10.0.0.242 - - [2025-10-30 02:55:05] "GET /network-policy/c19692e6-5415-4376-a245-16469c2ea4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.007233 10.0.0.242 - - [2025-10-30 02:55:05] "POST /fqname-to-id HTTP/1.1" 404 212 0.003948 10.0.0.242 - - [2025-10-30 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003407 10.0.0.240 - - [2025-10-30 02:55:05] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001115 10.0.0.242 - - [2025-10-30 02:55:05] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.055589 10.0.0.242 - - [2025-10-30 02:55:05] "POST /network-policys HTTP/1.1" 200 537 0.028662 10.0.0.242 - - [2025-10-30 02:55:05] "GET /network-policy/03dd7874-5b78-40ed-b8b4-7c82f7439548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.006753 10.0.0.242 - - [2025-10-30 02:55:05] "POST /fqname-to-id HTTP/1.1" 404 212 0.003616 10.0.0.242 - - [2025-10-30 02:55:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003292 10.0.0.240 - - [2025-10-30 02:55:05] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001083 10.0.0.242 - - [2025-10-30 02:55:06] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.054623 10.0.0.242 - - [2025-10-30 02:55:06] "POST /network-policys HTTP/1.1" 200 537 0.038341 10.0.0.242 - - [2025-10-30 02:55:06] "GET /network-policy/f06978b6-b35e-4506-b964-ee13fb6d2549?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.008283 10.0.0.242 - - [2025-10-30 02:55:06] "POST /fqname-to-id HTTP/1.1" 404 212 0.004023 10.0.0.242 - - [2025-10-30 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004734 10.0.0.240 - - [2025-10-30 02:55:06] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001386 10.0.0.242 - - [2025-10-30 02:55:06] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.048595 10.0.0.242 - - [2025-10-30 02:55:06] "POST /network-policys HTTP/1.1" 200 537 0.027927 10.0.0.242 - - [2025-10-30 02:55:06] "GET /network-policy/4327c485-25e8-440a-8de0-bcbaf46cb5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.005939 10.0.0.242 - - [2025-10-30 02:55:06] "POST /fqname-to-id HTTP/1.1" 404 212 0.003316 10.0.0.242 - - [2025-10-30 02:55:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.002786 10.0.0.240 - - [2025-10-30 02:55:06] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001195 10.0.0.242 - - [2025-10-30 02:55:06] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.043749 10.0.0.242 - - [2025-10-30 02:55:06] "POST /network-policys HTTP/1.1" 200 537 0.030603 10.0.0.242 - - [2025-10-30 02:55:06] "GET /network-policy/327d32ec-b111-41b1-ae80-b4336567c7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006555 10.0.0.242 - - [2025-10-30 02:55:07] "POST /fqname-to-id HTTP/1.1" 404 214 0.003730 10.0.0.242 - - [2025-10-30 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.240 - - [2025-10-30 02:55:07] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001117 10.0.0.242 - - [2025-10-30 02:55:07] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.061396 10.0.0.242 - - [2025-10-30 02:55:07] "POST /network-policys HTTP/1.1" 200 541 0.031424 10.0.0.242 - - [2025-10-30 02:55:07] "GET /network-policy/472c0b3f-2db1-4455-b7bf-9136d5c25a50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.008859 10.0.0.242 - - [2025-10-30 02:55:07] "POST /neutron/network HTTP/1.1" 200 1337 0.014795 10.0.0.254 - - [2025-10-30 02:55:07] "POST /fqname-to-id HTTP/1.1" 404 207 0.029147 10.0.0.242 - - [2025-10-30 02:55:07] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.009011 10.0.0.242 - - [2025-10-30 02:55:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003068 10.0.0.242 - - [2025-10-30 02:55:07] "GET /network-policy/4819868e-9c08-4611-8136-3dde2d8b6f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005392 10.0.0.242 - - [2025-10-30 02:55:08] "POST /neutron/network HTTP/1.1" 200 1337 0.014196 10.0.0.254 - - [2025-10-30 02:55:08] "POST /fqname-to-id HTTP/1.1" 404 252 0.016239 10.0.0.242 - - [2025-10-30 02:55:08] "GET /virtual-network/2ee148a6-d868-483d-be3e-43e2f83621ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.033159 10.0.0.242 - - [2025-10-30 02:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005398 10.0.0.242 - - [2025-10-30 02:55:08] "GET /network-policy/c19692e6-5415-4376-a245-16469c2ea4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004534 10.0.0.242 - - [2025-10-30 02:55:08] "POST /id-to-fqname HTTP/1.1" 200 235 0.001378 10.0.0.242 - - [2025-10-30 02:55:08] "POST /neutron/network HTTP/1.1" 200 1435 0.010050 10.0.0.240 - - [2025-10-30 02:55:09] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001055 10.0.0.242 - - [2025-10-30 02:55:09] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.075409 10.0.0.242 - - [2025-10-30 02:55:09] "POST /neutron/port HTTP/1.1" 200 117 0.007006 10.0.0.242 - - [2025-10-30 02:55:09] "POST /id-to-fqname HTTP/1.1" 200 235 0.001396 10.0.0.242 - - [2025-10-30 02:55:10] "POST /neutron/network HTTP/1.1" 200 1435 0.009215 10.0.0.254 - - [2025-10-30 02:55:10] "PUT /access-control-list/de93eca3-887b-45cb-ab84-34c0dcdade03 HTTP/1.1" 200 273 0.026733 10.0.0.242 - - [2025-10-30 02:55:10] "POST /neutron/port HTTP/1.1" 200 1174 0.025653 10.0.0.240 - - [2025-10-30 02:55:10] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001135 10.0.0.242 - - [2025-10-30 02:55:10] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.087073 10.0.0.242 - - [2025-10-30 02:55:10] "POST /neutron/port HTTP/1.1" 200 1202 0.017698 10.0.0.242 - - [2025-10-30 02:55:10] "POST /neutron/subnet HTTP/1.1" 200 1361 0.019021 10.0.0.242 - - [2025-10-30 02:55:11] "POST /neutron/port HTTP/1.1" 200 1202 0.019972 10.0.0.242 - - [2025-10-30 02:55:11] "POST /neutron/port HTTP/1.1" 200 117 0.009103 10.0.0.242 - - [2025-10-30 02:55:11] "POST /neutron/network HTTP/1.1" 200 1437 0.009615 10.0.0.242 - - [2025-10-30 02:55:12] "POST /neutron/port HTTP/1.1" 200 1174 0.025395 10.0.0.242 - - [2025-10-30 02:55:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006379 10.0.0.242 - - [2025-10-30 02:55:12] "POST /neutron/port HTTP/1.1" 200 117 0.001724 10.0.0.242 - - [2025-10-30 02:55:16] "POST /neutron/port HTTP/1.1" 200 1202 0.024589 10.0.0.242 - - [2025-10-30 02:55:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008248 10.0.0.242 - - [2025-10-30 02:55:16] "GET /virtual-machine/68ad5ec2-59a4-445f-bdfe-1cbc7db701f6 HTTP/1.1" 401 293 0.000441 10.0.0.242 - - [2025-10-30 02:55:16] "GET /virtual-machine/68ad5ec2-59a4-445f-bdfe-1cbc7db701f6 HTTP/1.1" 200 1306 0.029906 10.0.0.242 - - [2025-10-30 02:55:16] "GET /virtual-machine-interface/27caf13f-2a7e-4f6d-b539-e5c989876fe4 HTTP/1.1" 200 3177 0.008365 10.0.0.242 - - [2025-10-30 02:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003651 10.0.0.242 - - [2025-10-30 02:55:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005747 10.0.0.242 - - [2025-10-30 02:55:16] "GET /virtual-networks?parent_id=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004028 10.0.0.242 - - [2025-10-30 02:55:17] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.008341 10.0.0.242 - - [2025-10-30 02:55:17] "POST /neutron/port HTTP/1.1" 200 1202 0.020383 10.0.0.242 - - [2025-10-30 02:55:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004127 10.0.0.242 - - [2025-10-30 02:55:17] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.242 - - [2025-10-30 02:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004317 10.0.0.242 - - [2025-10-30 02:55:20] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.006584 10.0.0.242 - - [2025-10-30 02:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004602 10.0.0.242 - - [2025-10-30 02:55:24] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.006844 10.0.0.242 - - [2025-10-30 02:55:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.242 - - [2025-10-30 02:55:28] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.006563 10.0.0.240 - - [2025-10-30 02:55:30] "GET /obj-perms HTTP/1.1" 200 5075 0.051586 10.0.0.242 - - [2025-10-30 02:55:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004320 10.0.0.242 - - [2025-10-30 02:55:32] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.006167 10.0.0.242 - - [2025-10-30 02:55:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004034 10.0.0.242 - - [2025-10-30 02:55:36] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.006523 10.0.0.242 - - [2025-10-30 02:55:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.005059 10.0.0.242 - - [2025-10-30 02:55:40] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.006803 10.0.0.242 - - [2025-10-30 02:55:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004849 10.0.0.242 - - [2025-10-30 02:55:44] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.006343 10.0.0.242 - - [2025-10-30 02:55:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.005455 10.0.0.242 - - [2025-10-30 02:55:48] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005764 10.0.0.242 - - [2025-10-30 02:55:48] "GET /virtual-networks?parent_id=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004388 10.0.0.242 - - [2025-10-30 02:55:48] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.008758 10.0.0.242 - - [2025-10-30 02:55:48] "POST /neutron/port HTTP/1.1" 200 1202 0.019939 10.0.0.242 - - [2025-10-30 02:55:54] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010154 10.0.0.242 - - [2025-10-30 02:55:59] "POST /neutron/port HTTP/1.1" 200 1202 0.017743 10.0.0.242 - - [2025-10-30 02:56:01] "POST /neutron/port HTTP/1.1" 200 1202 0.021187 10.0.0.242 - - [2025-10-30 02:56:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008082 10.0.0.242 - - [2025-10-30 02:56:01] "POST /neutron/port HTTP/1.1" 200 117 0.001896 10.0.0.242 - - [2025-10-30 02:56:04] "POST /neutron/security_group HTTP/1.1" 200 2070 0.010952 10.0.0.242 - - [2025-10-30 02:56:09] "POST /neutron/port HTTP/1.1" 200 1202 0.020350 10.0.0.242 - - [2025-10-30 02:56:09] "POST /neutron/security_group HTTP/1.1" 200 2070 0.009816 10.0.0.242 - - [2025-10-30 02:56:09] "GET /virtual-machine/c5daac7d-10e2-419c-af34-149bbf3f35c1 HTTP/1.1" 200 1307 0.007472 10.0.0.242 - - [2025-10-30 02:56:09] "GET /virtual-machine-interface/fa8b3b24-ffc2-472d-9985-b688aa40943a HTTP/1.1" 200 3178 0.005991 10.0.0.242 - - [2025-10-30 02:56:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.242 - - [2025-10-30 02:56:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004287 10.0.0.242 - - [2025-10-30 02:56:09] "GET /virtual-networks?parent_id=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003380 10.0.0.242 - - [2025-10-30 02:56:10] "GET /virtual-network/2ee148a6-d868-483d-be3e-43e2f83621ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.006834 10.0.0.242 - - [2025-10-30 02:56:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004551 10.0.0.242 - - [2025-10-30 02:56:11] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005049 10.0.0.242 - - [2025-10-30 02:56:11] "GET /virtual-networks?parent_id=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.004530 10.0.0.242 - - [2025-10-30 02:56:11] "GET /virtual-network/2ee148a6-d868-483d-be3e-43e2f83621ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.007592 10.0.0.242 - - [2025-10-30 02:56:11] "POST /neutron/port HTTP/1.1" 200 1202 0.019647 10.0.0.242 - - [2025-10-30 02:56:16] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008583 10.0.0.242 - - [2025-10-30 02:56:19] "POST /neutron/network HTTP/1.1" 200 1437 0.029603 10.0.0.242 - - [2025-10-30 02:56:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016000 10.0.0.242 - - [2025-10-30 02:56:19] "POST /neutron/network HTTP/1.1" 200 1427 0.011186 10.0.0.242 - - [2025-10-30 02:56:21] "POST /neutron/port HTTP/1.1" 200 1202 0.018239 10.0.0.242 - - [2025-10-30 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.242 - - [2025-10-30 02:56:22] "GET /network-policy/c19692e6-5415-4376-a245-16469c2ea4ff?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1953 0.004477 10.0.0.242 - - [2025-10-30 02:56:22] "POST /neutron/security_group HTTP/1.1" 200 2070 0.008894 10.0.0.242 - - [2025-10-30 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.242 - - [2025-10-30 02:56:22] "GET /network-policy/4819868e-9c08-4611-8136-3dde2d8b6f69?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.004951 10.0.0.242 - - [2025-10-30 02:56:22] "POST /neutron/network HTTP/1.1" 200 1425 0.017782 10.0.0.242 - - [2025-10-30 02:56:22] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.005749 10.0.0.242 - - [2025-10-30 02:56:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.002978 10.0.0.242 - - [2025-10-30 02:56:22] "GET /network-policy/0b553400-2a9c-4893-9670-8caac7a3e241?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4992 0.005338 10.0.0.254 - - [2025-10-30 02:56:30] "GET /obj-perms HTTP/1.1" 200 5075 0.047768 10.0.0.242 - - [2025-10-30 02:57:03] "POST /neutron/network HTTP/1.1" 200 1435 0.027681 10.0.0.242 - - [2025-10-30 02:57:03] "POST /neutron/subnet HTTP/1.1" 200 1361 0.016001 10.0.0.242 - - [2025-10-30 02:57:03] "POST /neutron/network HTTP/1.1" 200 1425 0.013440 10.0.0.254 - - [2025-10-30 02:57:11] "POST /fqname-to-id HTTP/1.1" 404 207 0.009439 10.0.0.254 - - [2025-10-30 02:57:11] "PUT /access-control-list/de93eca3-887b-45cb-ab84-34c0dcdade03 HTTP/1.1" 200 273 0.018061 10.0.0.242 - - [2025-10-30 02:57:12] "POST /neutron/network HTTP/1.1" 200 1428 0.031162 10.0.0.242 - - [2025-10-30 02:57:12] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3488 0.008924 10.0.0.242 - - [2025-10-30 02:57:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.242 - - [2025-10-30 02:57:12] "GET /network-policy/472c0b3f-2db1-4455-b7bf-9136d5c25a50?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005699 10.0.0.242 - - [2025-10-30 02:57:19] "POST /neutron/network HTTP/1.1" 200 1437 0.010659 10.0.0.242 - - [2025-10-30 02:57:19] "POST /neutron/subnet HTTP/1.1" 200 1361 0.014740 10.0.0.242 - - [2025-10-30 02:57:19] "POST /neutron/network HTTP/1.1" 200 1427 0.013872 10.0.0.254 - - [2025-10-30 02:57:24] "POST /ref-update HTTP/1.1" 200 156 0.045250 10.0.0.242 - - [2025-10-30 02:57:24] "POST /neutron/network HTTP/1.1" 200 1425 0.030169 10.0.0.242 - - [2025-10-30 02:57:24] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.005734 10.0.0.242 - - [2025-10-30 02:57:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.011853 10.0.0.242 - - [2025-10-30 02:57:24] "GET /network-policy/38e1c30a-0540-4876-b8c0-e5c44750a8de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4993 0.005070 10.0.0.242 - - [2025-10-30 02:57:36] "POST /neutron/network HTTP/1.1" 200 1425 0.023000 10.0.0.242 - - [2025-10-30 02:57:36] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3485 0.006335 10.0.0.242 - - [2025-10-30 02:57:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004297 10.0.0.242 - - [2025-10-30 02:57:36] "GET /network-policy/9b230db2-7bf8-4fc2-a732-91ca0539648f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4994 0.004727 10.0.0.254 - - [2025-10-30 02:57:46] "POST /fqname-to-id HTTP/1.1" 404 207 0.006661 10.0.0.254 - - [2025-10-30 02:57:46] "POST /ref-update HTTP/1.1" 200 156 0.049784 10.0.0.242 - - [2025-10-30 02:57:46] "POST /neutron/network HTTP/1.1" 200 1426 0.033001 10.0.0.242 - - [2025-10-30 02:57:46] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.015221 10.0.0.242 - - [2025-10-30 02:57:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.006979 10.0.0.242 - - [2025-10-30 02:57:46] "GET /network-policy/03dd7874-5b78-40ed-b8b4-7c82f7439548?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4995 0.004943 10.0.0.254 - - [2025-10-30 02:57:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.254 - - [2025-10-30 02:57:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000544 10.0.0.242 - - [2025-10-30 02:57:59] "POST /neutron/network HTTP/1.1" 200 1426 0.012507 10.0.0.242 - - [2025-10-30 02:57:59] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.004996 10.0.0.242 - - [2025-10-30 02:57:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003194 10.0.0.242 - - [2025-10-30 02:57:59] "GET /network-policy/f06978b6-b35e-4506-b964-ee13fb6d2549?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4997 0.005393 10.0.0.254 - - [2025-10-30 02:58:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.254 - - [2025-10-30 02:58:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.240 - - [2025-10-30 02:58:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000455 10.0.0.240 - - [2025-10-30 02:58:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.242 - - [2025-10-30 02:58:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.240 - - [2025-10-30 02:58:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.242 - - [2025-10-30 02:58:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.240 - - [2025-10-30 02:58:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000419 10.0.0.242 - - [2025-10-30 02:58:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.242 - - [2025-10-30 02:58:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000687 10.0.0.242 - - [2025-10-30 02:58:05] "POST /neutron/network HTTP/1.1" 200 1436 0.007781 10.0.0.242 - - [2025-10-30 02:58:05] "POST /neutron/subnet HTTP/1.1" 200 1361 0.015823 10.0.0.242 - - [2025-10-30 02:58:05] "POST /neutron/network HTTP/1.1" 200 1426 0.011481 10.0.0.254 - - [2025-10-30 02:58:09] "PUT /access-control-list/de93eca3-887b-45cb-ab84-34c0dcdade03 HTTP/1.1" 200 273 0.035098 10.0.0.242 - - [2025-10-30 02:58:09] "POST /neutron/network HTTP/1.1" 200 1426 0.024742 10.0.0.242 - - [2025-10-30 02:58:09] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.005416 10.0.0.242 - - [2025-10-30 02:58:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.002809 10.0.0.242 - - [2025-10-30 02:58:09] "GET /network-policy/4327c485-25e8-440a-8de0-bcbaf46cb5de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.004303 10.0.0.242 - - [2025-10-30 02:58:20] "POST /neutron/network HTTP/1.1" 200 1437 0.010419 10.0.0.242 - - [2025-10-30 02:58:20] "POST /neutron/subnet HTTP/1.1" 200 1361 0.018479 10.0.0.242 - - [2025-10-30 02:58:20] "POST /neutron/network HTTP/1.1" 200 1427 0.014618 10.0.0.254 - - [2025-10-30 02:58:21] "POST /fqname-to-id HTTP/1.1" 404 207 0.005848 10.0.0.242 - - [2025-10-30 02:58:22] "POST /neutron/network HTTP/1.1" 200 1426 0.031472 10.0.0.242 - - [2025-10-30 02:58:22] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.006511 10.0.0.242 - - [2025-10-30 02:58:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003824 10.0.0.242 - - [2025-10-30 02:58:22] "GET /network-policy/327d32ec-b111-41b1-ae80-b4336567c7a0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 4996 0.006657 10.0.0.242 - - [2025-10-30 02:58:32] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.006667 10.0.0.242 - - [2025-10-30 02:58:32] "POST /neutron/network HTTP/1.1" 200 1337 0.012374 10.0.0.242 - - [2025-10-30 02:58:32] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.005214 10.0.0.242 - - [2025-10-30 02:58:32] "GET /virtual-machine/c5daac7d-10e2-419c-af34-149bbf3f35c1 HTTP/1.1" 200 1307 0.005657 10.0.0.254 - - [2025-10-30 02:58:32] "POST /ref-update HTTP/1.1" 200 156 0.021863 10.0.0.242 - - [2025-10-30 02:58:33] "POST /neutron/port HTTP/1.1" 200 151 0.243578 10.0.0.242 - - [2025-10-30 02:58:34] "GET /virtual-machine/c5daac7d-10e2-419c-af34-149bbf3f35c1 HTTP/1.1" 404 171 0.003444 10.0.0.242 - - [2025-10-30 02:58:34] "GET /virtual-machine/c5daac7d-10e2-419c-af34-149bbf3f35c1 HTTP/1.1" 404 171 0.003518 10.0.0.242 - - [2025-10-30 02:58:34] "GET /virtual-machine/c5daac7d-10e2-419c-af34-149bbf3f35c1 HTTP/1.1" 404 171 0.002604 10.0.0.242 - - [2025-10-30 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.242 - - [2025-10-30 02:58:34] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004379 10.0.0.242 - - [2025-10-30 02:58:34] "GET /virtual-networks?parent_id=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003278 10.0.0.242 - - [2025-10-30 02:58:34] "GET /virtual-network/2ee148a6-d868-483d-be3e-43e2f83621ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.006430 10.0.0.242 - - [2025-10-30 02:58:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004038 10.0.0.242 - - [2025-10-30 02:58:34] "GET /routing-instance/2537ba1d-1bdb-4ad0-ab34-b612573f9f1a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1502 0.005021 10.0.0.242 - - [2025-10-30 02:58:34] "GET /route-target/73cebfe6-a77f-4594-a67d-d3f57d4ce77b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.007169 10.0.0.242 - - [2025-10-30 02:58:34] "GET /obj-perms HTTP/1.1" 200 5038 0.004168 10.0.0.240 - - [2025-10-30 02:58:34] "GET /obj-perms HTTP/1.1" 200 5038 0.059692 10.0.0.242 - - [2025-10-30 02:58:35] "GET /virtual-machine/68ad5ec2-59a4-445f-bdfe-1cbc7db701f6 HTTP/1.1" 200 1306 0.004617 10.0.0.242 - - [2025-10-30 02:58:35] "POST /neutron/port HTTP/1.1" 200 151 0.282683 10.0.0.242 - - [2025-10-30 02:58:37] "GET /virtual-machine/68ad5ec2-59a4-445f-bdfe-1cbc7db701f6 HTTP/1.1" 404 171 0.003402 10.0.0.242 - - [2025-10-30 02:58:37] "GET /virtual-machine/68ad5ec2-59a4-445f-bdfe-1cbc7db701f6 HTTP/1.1" 404 171 0.003124 10.0.0.242 - - [2025-10-30 02:58:37] "GET /virtual-machine/68ad5ec2-59a4-445f-bdfe-1cbc7db701f6 HTTP/1.1" 404 171 0.003088 10.0.0.242 - - [2025-10-30 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004241 10.0.0.242 - - [2025-10-30 02:58:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003743 10.0.0.242 - - [2025-10-30 02:58:37] "GET /virtual-networks?parent_id=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 603 0.003106 10.0.0.242 - - [2025-10-30 02:58:37] "GET /virtual-network/8c6bf667-777f-476d-a413-9228016814c7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3180 0.006207 10.0.0.242 - - [2025-10-30 02:58:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003504 10.0.0.242 - - [2025-10-30 02:58:37] "GET /routing-instance/0f6c0a02-3843-42c6-84aa-a226cec261d4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1501 0.005049 10.0.0.242 - - [2025-10-30 02:58:37] "GET /route-target/14ca1fc0-b2b9-4447-8198-19a999ccbcc9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004304 10.0.0.242 - - [2025-10-30 02:58:37] "GET /obj-perms HTTP/1.1" 200 5038 0.004130 10.0.0.242 - - [2025-10-30 02:58:40] "GET /obj-perms HTTP/1.1" 200 5038 0.005617 10.0.0.242 - - [2025-10-30 02:58:43] "GET /obj-perms HTTP/1.1" 200 5038 0.004032 10.0.0.254 - - [2025-10-30 02:58:43] "GET /obj-perms HTTP/1.1" 200 5038 0.004218 10.0.0.242 - - [2025-10-30 02:58:44] "GET /virtual-network/2ee148a6-d868-483d-be3e-43e2f83621ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3486 0.006229 10.0.0.242 - - [2025-10-30 02:58:44] "POST /neutron/network HTTP/1.1" 200 1337 0.013303 10.0.0.242 - - [2025-10-30 02:58:44] "GET /virtual-network/2ee148a6-d868-483d-be3e-43e2f83621ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3179 0.017725 10.0.0.242 - - [2025-10-30 02:58:44] "DELETE /network-policy/472c0b3f-2db1-4455-b7bf-9136d5c25a50 HTTP/1.1" 200 115 0.043658 10.0.0.242 - - [2025-10-30 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005274 10.0.0.240 - - [2025-10-30 02:58:44] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001413 10.0.0.242 - - [2025-10-30 02:58:44] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.053496 10.0.0.242 - - [2025-10-30 02:58:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56074280&detail=False&count=False&shared=False HTTP/1.1" 200 2135 0.007526 10.0.0.242 - - [2025-10-30 02:58:44] "DELETE /network-policy/327d32ec-b111-41b1-ae80-b4336567c7a0 HTTP/1.1" 200 115 0.040242 10.0.0.242 - - [2025-10-30 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005983 10.0.0.240 - - [2025-10-30 02:58:44] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001111 10.0.0.242 - - [2025-10-30 02:58:44] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.049318 10.0.0.242 - - [2025-10-30 02:58:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56074280&detail=False&count=False&shared=False HTTP/1.1" 200 1912 0.005963 10.0.0.242 - - [2025-10-30 02:58:44] "DELETE /network-policy/4327c485-25e8-440a-8de0-bcbaf46cb5de HTTP/1.1" 200 115 0.035526 10.0.0.242 - - [2025-10-30 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.240 - - [2025-10-30 02:58:44] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001091 10.0.0.242 - - [2025-10-30 02:58:44] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.043866 10.0.0.242 - - [2025-10-30 02:58:44] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56074280&detail=False&count=False&shared=False HTTP/1.1" 200 1689 0.007196 10.0.0.242 - - [2025-10-30 02:58:44] "DELETE /network-policy/f06978b6-b35e-4506-b964-ee13fb6d2549 HTTP/1.1" 200 115 0.041330 10.0.0.242 - - [2025-10-30 02:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004865 10.0.0.240 - - [2025-10-30 02:58:45] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001474 10.0.0.242 - - [2025-10-30 02:58:45] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.050445 10.0.0.242 - - [2025-10-30 02:58:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56074280&detail=False&count=False&shared=False HTTP/1.1" 200 1466 0.007196 10.0.0.242 - - [2025-10-30 02:58:45] "DELETE /network-policy/03dd7874-5b78-40ed-b8b4-7c82f7439548 HTTP/1.1" 200 115 0.039321 10.0.0.242 - - [2025-10-30 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005111 10.0.0.240 - - [2025-10-30 02:58:45] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001109 10.0.0.242 - - [2025-10-30 02:58:45] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.044987 10.0.0.242 - - [2025-10-30 02:58:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56074280&detail=False&count=False&shared=False HTTP/1.1" 200 1243 0.007317 10.0.0.242 - - [2025-10-30 02:58:45] "DELETE /network-policy/c19692e6-5415-4376-a245-16469c2ea4ff HTTP/1.1" 200 115 0.041205 10.0.0.242 - - [2025-10-30 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.240 - - [2025-10-30 02:58:45] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001092 10.0.0.242 - - [2025-10-30 02:58:45] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.039266 10.0.0.242 - - [2025-10-30 02:58:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56074280&detail=False&count=False&shared=False HTTP/1.1" 200 1018 0.005525 10.0.0.242 - - [2025-10-30 02:58:45] "DELETE /network-policy/9b230db2-7bf8-4fc2-a732-91ca0539648f HTTP/1.1" 200 115 0.043898 10.0.0.242 - - [2025-10-30 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.006050 10.0.0.240 - - [2025-10-30 02:58:45] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001563 10.0.0.242 - - [2025-10-30 02:58:45] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.054370 10.0.0.242 - - [2025-10-30 02:58:45] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56074280&detail=False&count=False&shared=False HTTP/1.1" 200 796 0.007010 10.0.0.242 - - [2025-10-30 02:58:45] "DELETE /network-policy/38e1c30a-0540-4876-b8c0-e5c44750a8de HTTP/1.1" 200 115 0.038799 10.0.0.242 - - [2025-10-30 02:58:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005980 10.0.0.240 - - [2025-10-30 02:58:45] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001112 10.0.0.242 - - [2025-10-30 02:58:45] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.044766 10.0.0.242 - - [2025-10-30 02:58:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56074280&detail=False&count=False&shared=False HTTP/1.1" 200 574 0.005769 10.0.0.242 - - [2025-10-30 02:58:46] "DELETE /network-policy/0b553400-2a9c-4893-9670-8caac7a3e241 HTTP/1.1" 200 115 0.042954 10.0.0.242 - - [2025-10-30 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004478 10.0.0.240 - - [2025-10-30 02:58:46] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001766 10.0.0.242 - - [2025-10-30 02:58:46] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.052621 10.0.0.242 - - [2025-10-30 02:58:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56074280&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.007590 10.0.0.242 - - [2025-10-30 02:58:46] "DELETE /network-policy/4819868e-9c08-4611-8136-3dde2d8b6f69 HTTP/1.1" 200 115 0.041049 10.0.0.242 - - [2025-10-30 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003576 10.0.0.240 - - [2025-10-30 02:58:46] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001347 10.0.0.242 - - [2025-10-30 02:58:46] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.043216 10.0.0.242 - - [2025-10-30 02:58:46] "GET /network-policys?parent_fq_name_str=default-domain%3Actest-TestDetailedPolicy1Ipv4v6-56074280&detail=False&count=False&shared=False HTTP/1.1" 200 131 0.005417 10.0.0.254 - - [2025-10-30 02:58:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.026139 10.0.0.242 - - [2025-10-30 02:58:46] "POST /neutron/network HTTP/1.1" 200 1337 0.019447 10.0.0.254 - - [2025-10-30 02:58:47] "DELETE /route-target/14ca1fc0-b2b9-4447-8198-19a999ccbcc9 HTTP/1.1" 200 115 0.031709 10.0.0.242 - - [2025-10-30 02:58:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.242 - - [2025-10-30 02:58:47] "DELETE /network-ipam/254773cd-1963-4d08-9405-072ac99e62f2 HTTP/1.1" 200 115 0.031942 10.0.0.242 - - [2025-10-30 02:58:47] "POST /fqname-to-id HTTP/1.1" 404 260 0.004620 10.0.0.240 - - [2025-10-30 02:58:47] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000959 10.0.0.240 - - [2025-10-30 02:58:47] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.038077 10.0.0.240 - - [2025-10-30 02:58:47] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000984 10.0.0.240 - - [2025-10-30 02:58:47] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?fields=security_groups HTTP/1.1" 200 1409 0.052492 10.0.0.240 - - [2025-10-30 02:58:47] "DELETE /security-group/3251484e-269c-4011-82a2-5412523fd895 HTTP/1.1" 200 115 0.046969 10.0.0.240 - - [2025-10-30 02:58:47] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.000932 10.0.0.240 - - [2025-10-30 02:58:47] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?fields=application_policy_sets HTTP/1.1" 200 1448 0.055083 10.0.0.242 - - [2025-10-30 02:58:47] "DELETE /project/73605840-50c6-42e3-a321-ec2f6d376b05 HTTP/1.1" 200 115 0.411329 10.0.0.240 - - [2025-10-30 02:58:47] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.242 - - [2025-10-30 02:58:47] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?fields=projects HTTP/1.1" 200 1247 0.010002 10.0.0.240 - - [2025-10-30 02:58:49] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.005133 10.0.0.240 - - [2025-10-30 02:58:49] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001065 10.0.0.240 - - [2025-10-30 02:58:49] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.053334 10.0.0.240 - - [2025-10-30 02:58:49] "POST /id-to-fqname HTTP/1.1" 200 202 0.005277 10.0.0.240 - - [2025-10-30 02:58:49] "POST /fqname-to-id HTTP/1.1" 404 211 0.007209 10.0.0.240 - - [2025-10-30 02:58:49] "POST /security-groups HTTP/1.1" 200 603 0.029866 10.0.0.254 - - [2025-10-30 02:58:49] "POST /fqname-to-id HTTP/1.1" 404 246 0.005096 10.0.0.240 - - [2025-10-30 02:58:49] "POST /projects HTTP/1.1" 200 609 0.327788 10.0.0.240 - - [2025-10-30 02:58:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.406324 10.0.0.254 - - [2025-10-30 02:58:49] "POST /access-control-lists HTTP/1.1" 200 608 0.038049 10.0.0.242 - - [2025-10-30 02:58:49] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1424 0.595331 10.0.0.240 - - [2025-10-30 02:58:49] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001163 10.0.0.242 - - [2025-10-30 02:58:49] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?fields=virtual_networks HTTP/1.1" 200 1068 0.050966 10.0.0.240 - - [2025-10-30 02:58:49] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001003 10.0.0.242 - - [2025-10-30 02:58:50] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?fields=virtual_machine_interfaces HTTP/1.1" 200 1068 0.049230 10.0.0.240 - - [2025-10-30 02:58:50] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001048 10.0.0.242 - - [2025-10-30 02:58:50] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?fields=security_groups HTTP/1.1" 200 1307 0.058175 10.0.0.242 - - [2025-10-30 02:58:50] "POST /fqname-to-id HTTP/1.1" 404 182 0.023970 10.0.0.240 - - [2025-10-30 02:58:50] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003040 10.0.0.240 - - [2025-10-30 02:58:51] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001118 10.0.0.240 - - [2025-10-30 02:58:51] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008364 10.0.0.240 - - [2025-10-30 02:58:51] "POST /id-to-fqname HTTP/1.1" 200 184 0.004930 10.0.0.240 - - [2025-10-30 02:58:51] "POST /fqname-to-id HTTP/1.1" 404 193 0.006322 10.0.0.240 - - [2025-10-30 02:58:51] "POST /security-groups HTTP/1.1" 200 585 0.028588 10.0.0.240 - - [2025-10-30 02:58:51] "POST /projects HTTP/1.1" 200 573 0.252105 10.0.0.254 - - [2025-10-30 02:58:51] "POST /fqname-to-id HTTP/1.1" 404 227 0.011563 10.0.0.240 - - [2025-10-30 02:58:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.321636 10.0.0.242 - - [2025-10-30 02:58:51] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.477252 10.0.0.242 - - [2025-10-30 02:58:52] "GET / HTTP/1.1" 200 36215 0.002534 10.0.0.242 - - [2025-10-30 02:58:53] "POST /fqname-to-id HTTP/1.1" 401 293 0.000674 10.0.0.242 - - [2025-10-30 02:58:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.057411 10.0.0.240 - - [2025-10-30 02:58:53] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001664 10.0.0.242 - - [2025-10-30 02:58:53] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.047620 10.0.0.240 - - [2025-10-30 02:58:53] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001060 10.0.0.242 - - [2025-10-30 02:58:53] "POST /neutron/network HTTP/1.1" 200 599 0.158529 10.0.0.254 - - [2025-10-30 02:58:53] "POST /ref-update HTTP/1.1" 200 156 0.025853 10.0.0.254 - - [2025-10-30 02:58:54] "POST /fqname-to-id HTTP/1.1" 404 207 0.004816 10.0.0.242 - - [2025-10-30 02:58:54] "POST /neutron/network HTTP/1.1" 200 991 0.011470 10.0.0.242 - - [2025-10-30 02:58:54] "POST /id-to-fqname HTTP/1.1" 200 214 0.001395 10.0.0.242 - - [2025-10-30 02:58:54] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005667 10.0.0.242 - - [2025-10-30 02:58:54] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006735 10.0.0.242 - - [2025-10-30 02:58:54] "POST /neutron/subnet HTTP/1.1" 200 720 0.009721 10.0.0.242 - - [2025-10-30 02:58:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004305 10.0.0.240 - - [2025-10-30 02:58:54] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001016 10.0.0.242 - - [2025-10-30 02:58:54] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.053112 10.0.0.240 - - [2025-10-30 02:58:54] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001202 10.0.0.242 - - [2025-10-30 02:58:54] "POST /neutron/network HTTP/1.1" 200 599 0.140332 10.0.0.242 - - [2025-10-30 02:58:55] "POST /neutron/network HTTP/1.1" 200 989 0.011837 10.0.0.242 - - [2025-10-30 02:58:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001693 10.0.0.242 - - [2025-10-30 02:58:55] "GET /virtual-network/45026e77-23c3-47f4-952a-925e140774dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.005609 10.0.0.242 - - [2025-10-30 02:58:55] "GET /virtual-network/45026e77-23c3-47f4-952a-925e140774dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006408 10.0.0.242 - - [2025-10-30 02:58:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.015210 10.0.0.242 - - [2025-10-30 02:58:55] "POST /id-to-fqname HTTP/1.1" 200 214 0.001226 10.0.0.240 - - [2025-10-30 02:58:56] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001036 10.0.0.242 - - [2025-10-30 02:58:56] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.090992 10.0.0.242 - - [2025-10-30 02:58:56] "POST /neutron/network HTTP/1.1" 200 991 0.040608 10.0.0.242 - - [2025-10-30 02:58:56] "POST /id-to-fqname HTTP/1.1" 200 214 0.001786 10.0.0.242 - - [2025-10-30 02:58:56] "POST /neutron/port HTTP/1.1" 200 117 0.007859 10.0.0.240 - - [2025-10-30 02:58:57] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001011 10.0.0.242 - - [2025-10-30 02:58:57] "POST /neutron/port HTTP/1.1" 200 1160 0.342387 10.0.0.240 - - [2025-10-30 02:58:57] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001153 10.0.0.242 - - [2025-10-30 02:58:57] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.100688 10.0.0.242 - - [2025-10-30 02:58:57] "POST /neutron/port HTTP/1.1" 200 1214 0.155797 10.0.0.242 - - [2025-10-30 02:58:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004516 10.0.0.242 - - [2025-10-30 02:58:57] "POST /neutron/port HTTP/1.1" 200 117 0.001313 10.0.0.242 - - [2025-10-30 02:58:57] "POST /neutron/port HTTP/1.1" 200 1188 0.027082 10.0.0.242 - - [2025-10-30 02:58:57] "POST /id-to-fqname HTTP/1.1" 200 214 0.001607 10.0.0.242 - - [2025-10-30 02:58:58] "POST /neutron/port HTTP/1.1" 200 1188 0.017145 10.0.0.242 - - [2025-10-30 02:58:58] "POST /neutron/network HTTP/1.1" 200 1001 0.007432 10.0.0.242 - - [2025-10-30 02:58:58] "POST /neutron/port HTTP/1.1" 200 1160 0.021850 10.0.0.242 - - [2025-10-30 02:58:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004198 10.0.0.240 - - [2025-10-30 02:58:58] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001161 10.0.0.242 - - [2025-10-30 02:58:58] "POST /neutron/port HTTP/1.1" 200 117 0.000889 10.0.0.242 - - [2025-10-30 02:58:59] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.083522 10.0.0.242 - - [2025-10-30 02:58:59] "POST /neutron/network HTTP/1.1" 200 989 0.013483 10.0.0.242 - - [2025-10-30 02:58:59] "POST /neutron/port HTTP/1.1" 200 117 0.007338 10.0.0.242 - - [2025-10-30 02:58:59] "POST /neutron/port HTTP/1.1" 200 1188 0.015954 10.0.0.242 - - [2025-10-30 02:58:59] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007845 10.0.0.242 - - [2025-10-30 02:58:59] "GET /virtual-machine/a01a7395-f20b-49f1-ab48-4ae841f3334a HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2025-10-30 02:59:00] "POST /neutron/port HTTP/1.1" 200 1158 0.020448 10.0.0.242 - - [2025-10-30 02:59:00] "GET /virtual-machine/a01a7395-f20b-49f1-ab48-4ae841f3334a HTTP/1.1" 200 1289 0.093608 10.0.0.242 - - [2025-10-30 02:59:00] "GET /virtual-machine-interface/0917b7a5-7c8f-4eb6-8c29-5b3c80ab5623 HTTP/1.1" 200 3112 0.006220 10.0.0.242 - - [2025-10-30 02:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004523 10.0.0.242 - - [2025-10-30 02:59:00] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003113 10.0.0.242 - - [2025-10-30 02:59:00] "GET /virtual-networks?parent_id=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004436 10.0.0.242 - - [2025-10-30 02:59:00] "POST /neutron/port HTTP/1.1" 200 1186 0.019368 10.0.0.242 - - [2025-10-30 02:59:00] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006482 10.0.0.242 - - [2025-10-30 02:59:00] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013839 10.0.0.242 - - [2025-10-30 02:59:00] "POST /neutron/network HTTP/1.1" 200 989 0.010332 10.0.0.240 - - [2025-10-30 02:59:03] "DELETE /project/7360584050c642e3a321ec2f6d376b05 HTTP/1.1" 404 173 0.004227 10.0.0.240 - - [2025-10-30 02:59:03] "DELETE /project/1bce79f3041249929a00e4506a3ef5ea HTTP/1.1" 404 173 0.008176 10.0.0.240 - - [2025-10-30 02:59:03] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001248 10.0.0.240 - - [2025-10-30 02:59:03] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1526 0.058738 10.0.0.240 - - [2025-10-30 02:59:03] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001288 10.0.0.240 - - [2025-10-30 02:59:03] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?fields=security_groups HTTP/1.1" 200 1409 0.053626 10.0.0.240 - - [2025-10-30 02:59:03] "DELETE /security-group/62ed2f1b-7d72-4942-9149-e2940692812e HTTP/1.1" 200 115 0.070467 10.0.0.240 - - [2025-10-30 02:59:03] "GET /projects?obj_uuids=73605840-50c6-42e3-a321-ec2f6d376b05&detail=False&count=False&shared=False HTTP/1.1" 200 361 0.001156 10.0.0.254 - - [2025-10-30 02:59:03] "DELETE /access-control-list/0cbd404e-50b6-406f-ab66-fdb51b77ed50 HTTP/1.1" 200 115 0.047305 10.0.0.240 - - [2025-10-30 02:59:03] "GET /project/73605840-50c6-42e3-a321-ec2f6d376b05?fields=application_policy_sets HTTP/1.1" 200 1448 0.064662 10.0.0.242 - - [2025-10-30 02:59:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004449 10.0.0.242 - - [2025-10-30 02:59:03] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.016786 10.0.0.240 - - [2025-10-30 02:59:03] "DELETE /project/73605840-50c6-42e3-a321-ec2f6d376b05 HTTP/1.1" 200 115 0.501681 10.0.0.242 - - [2025-10-30 02:59:07] "POST /neutron/network HTTP/1.1" 200 1001 0.008518 10.0.0.242 - - [2025-10-30 02:59:07] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016284 10.0.0.242 - - [2025-10-30 02:59:07] "POST /neutron/network HTTP/1.1" 200 991 0.011580 10.0.0.242 - - [2025-10-30 02:59:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.242 - - [2025-10-30 02:59:07] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006184 10.0.0.242 - - [2025-10-30 02:59:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003948 10.0.0.242 - - [2025-10-30 02:59:11] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006049 10.0.0.242 - - [2025-10-30 02:59:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003345 10.0.0.242 - - [2025-10-30 02:59:15] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.010400 10.0.0.242 - - [2025-10-30 02:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.242 - - [2025-10-30 02:59:19] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006057 10.0.0.242 - - [2025-10-30 02:59:22] "POST /neutron/network HTTP/1.1" 200 1001 0.008755 10.0.0.242 - - [2025-10-30 02:59:22] "POST /neutron/subnet HTTP/1.1" 200 1380 0.014529 10.0.0.242 - - [2025-10-30 02:59:22] "POST /neutron/network HTTP/1.1" 200 991 0.010838 10.0.0.242 - - [2025-10-30 02:59:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004136 10.0.0.242 - - [2025-10-30 02:59:23] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005706 10.0.0.242 - - [2025-10-30 02:59:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.242 - - [2025-10-30 02:59:28] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.005629 10.0.0.242 - - [2025-10-30 02:59:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.242 - - [2025-10-30 02:59:32] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.007069 10.0.0.242 - - [2025-10-30 02:59:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004966 10.0.0.242 - - [2025-10-30 02:59:36] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006402 10.0.0.242 - - [2025-10-30 02:59:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.006222 10.0.0.242 - - [2025-10-30 02:59:38] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004918 10.0.0.242 - - [2025-10-30 02:59:38] "GET /virtual-networks?parent_id=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003667 10.0.0.242 - - [2025-10-30 02:59:38] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.007074 10.0.0.242 - - [2025-10-30 02:59:43] "POST /neutron/port HTTP/1.1" 200 1188 0.019751 10.0.0.242 - - [2025-10-30 02:59:48] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008413 10.0.0.242 - - [2025-10-30 02:59:52] "POST /neutron/port HTTP/1.1" 200 1188 0.042557 10.0.0.242 - - [2025-10-30 02:59:54] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009044 10.0.0.242 - - [2025-10-30 02:59:59] "POST /neutron/port HTTP/1.1" 200 1188 0.015746 10.0.0.242 - - [2025-10-30 03:00:04] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008287 10.0.0.242 - - [2025-10-30 03:00:04] "POST /neutron/port HTTP/1.1" 200 1188 0.016687 10.0.0.242 - - [2025-10-30 03:00:04] "GET /virtual-machine/00defb28-8067-4489-bb4e-5f8b504e4200 HTTP/1.1" 200 1286 0.006908 10.0.0.242 - - [2025-10-30 03:00:04] "GET /virtual-machine-interface/eaf8f88a-1dda-4727-9f2e-da42d52fe9de HTTP/1.1" 200 3114 0.007886 10.0.0.242 - - [2025-10-30 03:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.242 - - [2025-10-30 03:00:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003589 10.0.0.242 - - [2025-10-30 03:00:04] "GET /virtual-networks?parent_id=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003139 10.0.0.242 - - [2025-10-30 03:00:04] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006827 10.0.0.242 - - [2025-10-30 03:00:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.242 - - [2025-10-30 03:00:05] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004589 10.0.0.242 - - [2025-10-30 03:00:05] "GET /virtual-networks?parent_id=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004320 10.0.0.242 - - [2025-10-30 03:00:05] "GET /virtual-network/2f784bd8-c7d2-42ae-b492-3dd8703f623a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2612 0.006610 10.0.0.242 - - [2025-10-30 03:00:06] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007679 10.0.0.242 - - [2025-10-30 03:00:06] "POST /neutron/port HTTP/1.1" 200 1186 0.022847 10.0.0.242 - - [2025-10-30 03:00:06] "GET /virtual-machine/06895a6c-0cec-4858-bfdb-7250673bbb44 HTTP/1.1" 200 1287 0.006934 10.0.0.242 - - [2025-10-30 03:00:06] "GET /virtual-machine-interface/f0f0d3c0-f3e8-4863-919f-6b68eb0c2403 HTTP/1.1" 200 3114 0.007255 10.0.0.242 - - [2025-10-30 03:00:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.006296 10.0.0.242 - - [2025-10-30 03:00:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005765 10.0.0.242 - - [2025-10-30 03:00:06] "GET /virtual-networks?parent_id=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.004593 10.0.0.242 - - [2025-10-30 03:00:06] "GET /virtual-network/45026e77-23c3-47f4-952a-925e140774dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.006249 10.0.0.242 - - [2025-10-30 03:00:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003874 10.0.0.242 - - [2025-10-30 03:00:07] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004560 10.0.0.242 - - [2025-10-30 03:00:07] "GET /virtual-networks?parent_id=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 561 0.003615 10.0.0.242 - - [2025-10-30 03:00:07] "GET /virtual-network/45026e77-23c3-47f4-952a-925e140774dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2606 0.007094 10.0.0.242 - - [2025-10-30 03:00:09] "GET /forwarding-classs?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.004407 10.0.0.242 - - [2025-10-30 03:00:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004229 10.0.0.242 - - [2025-10-30 03:00:09] "GET /global-qos-config/da0d31ce-a460-40f1-8483-afbace33b09e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1086 0.005407 10.0.0.242 - - [2025-10-30 03:00:09] "POST /fqname-to-id HTTP/1.1" 404 222 0.005897 10.0.0.242 - - [2025-10-30 03:00:09] "POST /neutron/port HTTP/1.1" 200 1186 0.021235 10.0.0.242 - - [2025-10-30 03:00:09] "POST /forwarding-classs HTTP/1.1" 200 578 0.043689 10.0.0.242 - - [2025-10-30 03:00:09] "POST /id-to-fqname HTTP/1.1" 200 232 0.004687 10.0.0.242 - - [2025-10-30 03:00:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004187 10.0.0.242 - - [2025-10-30 03:00:09] "GET /forwarding-class/a8b7b080-59d3-4e57-a8b4-c2970dc298f4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1254 0.004792 10.0.0.242 - - [2025-10-30 03:00:09] "POST /neutron/port HTTP/1.1" 200 117 0.001216 10.0.0.240 - - [2025-10-30 03:00:09] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.045520 10.0.0.242 - - [2025-10-30 03:00:09] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.085340 10.0.0.242 - - [2025-10-30 03:00:09] "POST /fqname-to-id HTTP/1.1" 404 211 0.003519 10.0.0.242 - - [2025-10-30 03:00:09] "POST /qos-configs HTTP/1.1" 200 545 0.034554 10.0.0.242 - - [2025-10-30 03:00:09] "POST /id-to-fqname HTTP/1.1" 200 217 0.003899 10.0.0.242 - - [2025-10-30 03:00:09] "GET /qos-config/89d1be08-c4e2-49e7-87d8-959b26fc64ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1505 0.005126 10.0.0.242 - - [2025-10-30 03:00:09] "GET /virtual-machine-interface/0917b7a5-7c8f-4eb6-8c29-5b3c80ab5623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2695 0.007008 10.0.0.242 - - [2025-10-30 03:00:09] "POST /ref-update HTTP/1.1" 200 156 0.015817 10.0.0.242 - - [2025-10-30 03:00:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.008297 10.0.0.242 - - [2025-10-30 03:00:10] "POST /neutron/port HTTP/1.1" 200 1188 0.018771 10.0.0.242 - - [2025-10-30 03:00:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.007644 10.0.0.242 - - [2025-10-30 03:00:10] "POST /id-to-fqname HTTP/1.1" 200 214 0.001394 10.0.0.242 - - [2025-10-30 03:00:10] "GET /virtual-machine/a01a7395-f20b-49f1-ab48-4ae841f3334a HTTP/1.1" 200 1289 0.004672 10.0.0.242 - - [2025-10-30 03:00:10] "GET /virtual-machine-interface/0917b7a5-7c8f-4eb6-8c29-5b3c80ab5623 HTTP/1.1" 200 3360 0.005614 10.0.0.242 - - [2025-10-30 03:00:10] "GET /instance-ip/7342694e-08b2-4107-9e57-ef3377d23f0c HTTP/1.1" 200 1631 0.007347 10.0.0.242 - - [2025-10-30 03:00:10] "GET /instance-ip/90a98d23-ef3a-4684-a088-629d1dcd43a3 HTTP/1.1" 200 1611 0.006949 10.0.0.242 - - [2025-10-30 03:00:10] "POST /neutron/port HTTP/1.1" 200 1188 0.023149 10.0.0.242 - - [2025-10-30 03:00:10] "POST /neutron/security_group HTTP/1.1" 200 2052 0.009781 10.0.0.242 - - [2025-10-30 03:00:10] "POST /neutron/port HTTP/1.1" 200 1188 0.019291 10.0.0.242 - - [2025-10-30 03:00:10] "POST /neutron/network HTTP/1.1" 200 991 0.010351 10.0.0.242 - - [2025-10-30 03:00:10] "POST /id-to-fqname HTTP/1.1" 200 214 0.001177 10.0.0.242 - - [2025-10-30 03:00:10] "GET /virtual-machine/00defb28-8067-4489-bb4e-5f8b504e4200 HTTP/1.1" 200 1286 0.004396 10.0.0.242 - - [2025-10-30 03:00:10] "GET /virtual-machine-interface/eaf8f88a-1dda-4727-9f2e-da42d52fe9de HTTP/1.1" 200 3114 0.009238 10.0.0.242 - - [2025-10-30 03:00:10] "GET /instance-ip/33ebe0ab-0f46-4b4e-89fb-2f5b952c0654 HTTP/1.1" 200 1630 0.006634 10.0.0.242 - - [2025-10-30 03:00:10] "GET /instance-ip/e0139667-f127-4aa6-ad08-f142f6c59bf3 HTTP/1.1" 200 1611 0.007931 10.0.0.242 - - [2025-10-30 03:00:23] "POST /neutron/network HTTP/1.1" 200 1001 0.008880 10.0.0.242 - - [2025-10-30 03:00:23] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016368 10.0.0.242 - - [2025-10-30 03:00:23] "POST /neutron/network HTTP/1.1" 200 991 0.026149 10.0.0.240 - - [2025-10-30 03:00:33] "GET /obj-perms HTTP/1.1" 200 5075 0.080293 10.0.0.242 - - [2025-10-30 03:00:33] "GET /obj-perms HTTP/1.1" 200 5075 0.066019 10.0.0.242 - - [2025-10-30 03:00:43] "GET /virtual-machine-interface/0917b7a5-7c8f-4eb6-8c29-5b3c80ab5623?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2943 0.007998 10.0.0.242 - - [2025-10-30 03:00:43] "POST /ref-update HTTP/1.1" 200 156 0.020386 10.0.0.242 - - [2025-10-30 03:00:43] "DELETE /qos-config/89d1be08-c4e2-49e7-87d8-959b26fc64ef HTTP/1.1" 200 115 0.047880 10.0.0.242 - - [2025-10-30 03:00:43] "POST /id-to-fqname HTTP/1.1" 200 232 0.004191 10.0.0.242 - - [2025-10-30 03:00:43] "DELETE /forwarding-class/a8b7b080-59d3-4e57-a8b4-c2970dc298f4 HTTP/1.1" 200 115 0.041504 10.0.0.242 - - [2025-10-30 03:00:45] "POST /neutron/port HTTP/1.1" 200 1186 0.024954 10.0.0.242 - - [2025-10-30 03:00:45] "POST /neutron/port HTTP/1.1" 200 1188 0.027445 10.0.0.242 - - [2025-10-30 03:00:46] "POST /neutron/port HTTP/1.1" 200 1188 0.025521 10.0.0.242 - - [2025-10-30 03:00:47] "POST /neutron/network HTTP/1.1" 200 989 0.012549 10.0.0.254 - - [2025-10-30 03:00:47] "DELETE /route-target/9a8de6b2-d461-463e-9818-d07487628076 HTTP/1.1" 200 115 0.023374 10.0.0.240 - - [2025-10-30 03:00:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004606 10.0.0.240 - - [2025-10-30 03:00:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003785 10.0.0.240 - - [2025-10-30 03:00:47] "POST /useragent-kv HTTP/1.1" 200 115 0.004201 10.0.0.240 - - [2025-10-30 03:00:47] "POST /useragent-kv HTTP/1.1" 200 115 0.003324 10.0.0.242 - - [2025-10-30 03:00:47] "POST /neutron/network HTTP/1.1" 200 151 0.161322 10.0.0.240 - - [2025-10-30 03:00:47] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002444 10.0.0.242 - - [2025-10-30 03:00:48] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.095294 10.0.0.240 - - [2025-10-30 03:00:48] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001713 10.0.0.242 - - [2025-10-30 03:00:48] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?fields=virtual_networks HTTP/1.1" 200 1032 0.053394 10.0.0.240 - - [2025-10-30 03:00:48] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001337 10.0.0.242 - - [2025-10-30 03:00:48] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.052258 10.0.0.240 - - [2025-10-30 03:00:48] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001091 10.0.0.242 - - [2025-10-30 03:00:48] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?fields=security_groups HTTP/1.1" 200 1253 0.050339 10.0.0.242 - - [2025-10-30 03:00:49] "POST /fqname-to-id HTTP/1.1" 404 181 0.026335 10.0.0.240 - - [2025-10-30 03:00:49] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003347 10.0.0.240 - - [2025-10-30 03:00:49] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001801 10.0.0.240 - - [2025-10-30 03:00:49] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.046270 10.0.0.240 - - [2025-10-30 03:00:49] "POST /id-to-fqname HTTP/1.1" 200 183 0.006593 10.0.0.240 - - [2025-10-30 03:00:49] "POST /fqname-to-id HTTP/1.1" 404 192 0.005982 10.0.0.240 - - [2025-10-30 03:00:49] "POST /security-groups HTTP/1.1" 200 584 0.034395 10.0.0.254 - - [2025-10-30 03:00:49] "POST /fqname-to-id HTTP/1.1" 404 227 0.003515 10.0.0.240 - - [2025-10-30 03:00:49] "POST /projects HTTP/1.1" 200 571 0.275824 10.0.0.240 - - [2025-10-30 03:00:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.347140 10.0.0.254 - - [2025-10-30 03:00:49] "POST /access-control-lists HTTP/1.1" 200 589 0.032033 10.0.0.242 - - [2025-10-30 03:00:49] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.527040 10.0.0.242 - - [2025-10-30 03:00:50] "GET / HTTP/1.1" 200 36215 0.001703 10.0.0.242 - - [2025-10-30 03:00:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000562 10.0.0.242 - - [2025-10-30 03:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.051686 10.0.0.240 - - [2025-10-30 03:00:52] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001452 10.0.0.242 - - [2025-10-30 03:00:52] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.047801 10.0.0.240 - - [2025-10-30 03:00:53] "POST /useragent-kv HTTP/1.1" 200 115 0.013082 10.0.0.242 - - [2025-10-30 03:00:53] "POST /neutron/subnet HTTP/1.1" 200 730 0.288386 10.0.0.242 - - [2025-10-30 03:00:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001528 10.0.0.242 - - [2025-10-30 03:00:53] "GET /virtual-network/2b8464f8-1211-4f72-b513-9d690d6a0e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006631 10.0.0.242 - - [2025-10-30 03:00:53] "GET /virtual-network/2b8464f8-1211-4f72-b513-9d690d6a0e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007176 10.0.0.242 - - [2025-10-30 03:00:53] "POST /neutron/network HTTP/1.1" 200 832 0.008480 10.0.0.242 - - [2025-10-30 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003456 10.0.0.242 - - [2025-10-30 03:00:53] "GET /virtual-network/2b8464f8-1211-4f72-b513-9d690d6a0e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005557 10.0.0.254 - - [2025-10-30 03:00:53] "POST /route-targets HTTP/1.1" 200 324 0.034595 10.0.0.242 - - [2025-10-30 03:00:53] "PUT /virtual-network/2b8464f8-1211-4f72-b513-9d690d6a0e84 HTTP/1.1" 200 265 0.084471 10.0.0.242 - - [2025-10-30 03:00:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.240 - - [2025-10-30 03:00:53] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001126 10.0.0.242 - - [2025-10-30 03:00:53] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.049926 10.0.0.240 - - [2025-10-30 03:00:53] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001225 10.0.0.242 - - [2025-10-30 03:00:53] "POST /neutron/network HTTP/1.1" 200 612 0.109849 10.0.0.254 - - [2025-10-30 03:00:54] "POST /ref-update HTTP/1.1" 200 156 0.032758 10.0.0.242 - - [2025-10-30 03:00:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.004787 10.0.0.242 - - [2025-10-30 03:00:54] "GET /virtual-network/6e49c418-9e79-4a2b-93b2-8cfef4a15a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007070 10.0.0.242 - - [2025-10-30 03:00:54] "POST /neutron/network HTTP/1.1" 200 832 0.007596 10.0.0.242 - - [2025-10-30 03:00:54] "GET /virtual-network/6e49c418-9e79-4a2b-93b2-8cfef4a15a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005661 10.0.0.242 - - [2025-10-30 03:00:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.242 - - [2025-10-30 03:00:54] "GET /virtual-network/6e49c418-9e79-4a2b-93b2-8cfef4a15a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006750 10.0.0.242 - - [2025-10-30 03:00:54] "PUT /virtual-network/6e49c418-9e79-4a2b-93b2-8cfef4a15a0d HTTP/1.1" 200 265 0.101976 10.0.0.242 - - [2025-10-30 03:00:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001466 10.0.0.242 - - [2025-10-30 03:00:54] "POST /neutron/network HTTP/1.1" 200 842 0.010728 10.0.0.240 - - [2025-10-30 03:00:55] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001904 10.0.0.242 - - [2025-10-30 03:00:55] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.099137 10.0.0.242 - - [2025-10-30 03:00:55] "POST /neutron/port HTTP/1.1" 200 117 0.010294 10.0.0.242 - - [2025-10-30 03:00:55] "POST /id-to-fqname HTTP/1.1" 200 220 0.002099 10.0.0.242 - - [2025-10-30 03:00:56] "POST /neutron/network HTTP/1.1" 200 842 0.007538 10.0.0.242 - - [2025-10-30 03:00:56] "POST /neutron/port HTTP/1.1" 200 1054 0.017634 10.0.0.240 - - [2025-10-30 03:00:56] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001130 10.0.0.242 - - [2025-10-30 03:00:56] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.099419 10.0.0.242 - - [2025-10-30 03:00:56] "POST /neutron/network HTTP/1.1" 200 832 0.010706 10.0.0.242 - - [2025-10-30 03:00:56] "POST /neutron/port HTTP/1.1" 200 117 0.002132 10.0.0.242 - - [2025-10-30 03:00:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010489 10.0.0.242 - - [2025-10-30 03:00:57] "POST /neutron/security_group HTTP/1.1" 200 2051 0.009407 10.0.0.242 - - [2025-10-30 03:00:57] "POST /neutron/port HTTP/1.1" 200 1054 0.021040 10.0.0.242 - - [2025-10-30 03:00:57] "POST /neutron/port HTTP/1.1" 200 1082 0.021307 10.0.0.242 - - [2025-10-30 03:00:58] "POST /neutron/port HTTP/1.1" 200 117 0.001779 10.0.0.242 - - [2025-10-30 03:01:02] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010024 10.0.0.242 - - [2025-10-30 03:01:02] "POST /neutron/port HTTP/1.1" 200 1082 0.023537 10.0.0.242 - - [2025-10-30 03:01:02] "GET /virtual-machine/b203a6bf-91e2-441c-a6b2-e283d4f92147 HTTP/1.1" 401 293 0.000594 10.0.0.242 - - [2025-10-30 03:01:02] "GET /virtual-machine/b203a6bf-91e2-441c-a6b2-e283d4f92147 HTTP/1.1" 200 1288 0.031378 10.0.0.242 - - [2025-10-30 03:01:02] "GET /virtual-machine-interface/a49d78c2-d76a-46db-a3fd-5762aad3cbdf HTTP/1.1" 200 2935 0.007362 10.0.0.242 - - [2025-10-30 03:01:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004792 10.0.0.242 - - [2025-10-30 03:01:02] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005052 10.0.0.242 - - [2025-10-30 03:01:02] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003682 10.0.0.242 - - [2025-10-30 03:01:02] "GET /virtual-network/2b8464f8-1211-4f72-b513-9d690d6a0e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007847 10.0.0.240 - - [2025-10-30 03:01:03] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001714 10.0.0.240 - - [2025-10-30 03:01:03] "DELETE /project/2b4985c7e4204c17991ab1601e663a3d HTTP/1.1" 404 173 0.010227 10.0.0.240 - - [2025-10-30 03:01:03] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.055413 10.0.0.240 - - [2025-10-30 03:01:03] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001273 10.0.0.240 - - [2025-10-30 03:01:03] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?fields=security_groups HTTP/1.1" 200 1355 0.051768 10.0.0.240 - - [2025-10-30 03:01:03] "DELETE /security-group/131b78d2-29de-4c05-8071-72f5fe3bdcc2 HTTP/1.1" 200 115 0.063276 10.0.0.240 - - [2025-10-30 03:01:03] "GET /projects?obj_uuids=1bce79f3-0412-4992-9a00-e4506a3ef5ea&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001342 10.0.0.240 - - [2025-10-30 03:01:04] "GET /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea?fields=application_policy_sets HTTP/1.1" 200 1394 0.072202 10.0.0.254 - - [2025-10-30 03:01:04] "DELETE /access-control-list/b8267f56-3090-4c8a-a29e-67a25ebd42e6 HTTP/1.1" 200 115 0.071175 10.0.0.240 - - [2025-10-30 03:01:04] "DELETE /project/1bce79f3-0412-4992-9a00-e4506a3ef5ea HTTP/1.1" 200 115 0.466005 10.0.0.242 - - [2025-10-30 03:01:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007926 10.0.0.242 - - [2025-10-30 03:01:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003917 10.0.0.242 - - [2025-10-30 03:01:06] "GET /virtual-network/2b8464f8-1211-4f72-b513-9d690d6a0e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007085 10.0.0.242 - - [2025-10-30 03:01:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.242 - - [2025-10-30 03:01:08] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004474 10.0.0.242 - - [2025-10-30 03:01:08] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003808 10.0.0.242 - - [2025-10-30 03:01:08] "GET /virtual-network/2b8464f8-1211-4f72-b513-9d690d6a0e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007461 10.0.0.242 - - [2025-10-30 03:01:08] "POST /neutron/port HTTP/1.1" 200 1082 0.016257 10.0.0.242 - - [2025-10-30 03:01:10] "POST /neutron/port HTTP/1.1" 200 1082 0.015388 10.0.0.242 - - [2025-10-30 03:01:10] "POST /neutron/subnet HTTP/1.1" 200 704 0.009299 10.0.0.242 - - [2025-10-30 03:01:13] "POST /neutron/port HTTP/1.1" 200 1082 0.014815 10.0.0.242 - - [2025-10-30 03:01:13] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007779 10.0.0.242 - - [2025-10-30 03:01:13] "GET /virtual-machine/e313f8a4-2066-422b-99a9-f038338b9cfb HTTP/1.1" 200 1288 0.006809 10.0.0.242 - - [2025-10-30 03:01:13] "GET /virtual-machine-interface/2f40611e-0027-426c-9866-b41e09ed3318 HTTP/1.1" 200 2934 0.005761 10.0.0.242 - - [2025-10-30 03:01:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003681 10.0.0.242 - - [2025-10-30 03:01:13] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003914 10.0.0.242 - - [2025-10-30 03:01:13] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003489 10.0.0.242 - - [2025-10-30 03:01:13] "GET /virtual-network/6e49c418-9e79-4a2b-93b2-8cfef4a15a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.006166 10.0.0.242 - - [2025-10-30 03:01:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.242 - - [2025-10-30 03:01:14] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004287 10.0.0.242 - - [2025-10-30 03:01:14] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003690 10.0.0.242 - - [2025-10-30 03:01:15] "GET /virtual-network/6e49c418-9e79-4a2b-93b2-8cfef4a15a0d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.007125 10.0.0.242 - - [2025-10-30 03:01:15] "POST /routing-policys HTTP/1.1" 200 536 0.028421 10.0.0.242 - - [2025-10-30 03:01:15] "GET /virtual-network/2b8464f8-1211-4f72-b513-9d690d6a0e84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2116 0.021367 10.0.0.242 - - [2025-10-30 03:01:15] "PUT /virtual-network/2b8464f8-1211-4f72-b513-9d690d6a0e84 HTTP/1.1" 200 265 0.062241 10.0.0.242 - - [2025-10-30 03:01:19] "POST /ref-update HTTP/1.1" 200 156 0.056144 10.0.0.242 - - [2025-10-30 03:01:19] "DELETE /routing-policy/8a3602dd-b42a-4779-be30-a9c36836e819 HTTP/1.1" 200 115 0.065146 10.0.0.242 - - [2025-10-30 03:01:19] "POST /neutron/network HTTP/1.1" 200 832 0.009181 10.0.0.242 - - [2025-10-30 03:01:20] "POST /neutron/port HTTP/1.1" 200 1108 0.014339 10.0.0.242 - - [2025-10-30 03:01:20] "POST /neutron/port HTTP/1.1" 200 1108 0.013063 10.0.0.240 - - [2025-10-30 03:01:21] "POST /useragent-kv HTTP/1.1" 200 115 0.004843 10.0.0.254 - - [2025-10-30 03:01:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006025 10.0.0.240 - - [2025-10-30 03:01:21] "POST /useragent-kv HTTP/1.1" 200 115 0.002781 10.0.0.242 - - [2025-10-30 03:01:21] "POST /neutron/network HTTP/1.1" 200 151 0.168831 10.0.0.254 - - [2025-10-30 03:01:21] "DELETE /route-target/d1c58d0e-6508-4916-8cd7-0fcdde3c9194 HTTP/1.1" 409 240 0.008916 10.0.0.254 - - [2025-10-30 03:01:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.242 - - [2025-10-30 03:01:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.240 - - [2025-10-30 03:01:24] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001516 10.0.0.242 - - [2025-10-30 03:01:24] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.052663 10.0.0.242 - - [2025-10-30 03:01:24] "POST /neutron/network HTTP/1.1" 200 117 0.014080 10.0.0.254 - - [2025-10-30 03:01:25] "POST /ref-update HTTP/1.1" 200 156 0.033072 10.0.0.242 - - [2025-10-30 03:01:25] "POST /neutron/network HTTP/1.1" 200 831 0.011358 10.0.0.242 - - [2025-10-30 03:01:25] "POST /id-to-fqname HTTP/1.1" 200 220 0.001312 10.0.0.242 - - [2025-10-30 03:01:25] "GET /virtual-network/48db9938-e2d2-4040-ad22-fe8e6a72e55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006912 10.0.0.242 - - [2025-10-30 03:01:25] "GET /virtual-network/48db9938-e2d2-4040-ad22-fe8e6a72e55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006039 10.0.0.242 - - [2025-10-30 03:01:25] "POST /neutron/subnet HTTP/1.1" 200 724 0.010542 10.0.0.242 - - [2025-10-30 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003089 10.0.0.242 - - [2025-10-30 03:01:25] "GET /virtual-network/48db9938-e2d2-4040-ad22-fe8e6a72e55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006406 10.0.0.242 - - [2025-10-30 03:01:25] "PUT /virtual-network/48db9938-e2d2-4040-ad22-fe8e6a72e55c HTTP/1.1" 200 265 0.073305 10.0.0.242 - - [2025-10-30 03:01:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.010445 10.0.0.240 - - [2025-10-30 03:01:25] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001215 10.0.0.242 - - [2025-10-30 03:01:25] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.046334 10.0.0.254 - - [2025-10-30 03:01:26] "POST /route-targets HTTP/1.1" 200 328 0.016672 10.0.0.240 - - [2025-10-30 03:01:26] "POST /useragent-kv HTTP/1.1" 200 115 0.007854 10.0.0.242 - - [2025-10-30 03:01:26] "POST /neutron/subnet HTTP/1.1" 200 724 0.215662 10.0.0.242 - - [2025-10-30 03:01:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001808 10.0.0.242 - - [2025-10-30 03:01:26] "GET /virtual-network/ca72e8bc-b53f-468c-b0b5-9da8864b042a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007402 10.0.0.242 - - [2025-10-30 03:01:26] "GET /virtual-network/ca72e8bc-b53f-468c-b0b5-9da8864b042a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.008533 10.0.0.242 - - [2025-10-30 03:01:26] "POST /neutron/network HTTP/1.1" 200 831 0.008098 10.0.0.242 - - [2025-10-30 03:01:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.242 - - [2025-10-30 03:01:26] "GET /virtual-network/ca72e8bc-b53f-468c-b0b5-9da8864b042a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006193 10.0.0.242 - - [2025-10-30 03:01:26] "PUT /virtual-network/ca72e8bc-b53f-468c-b0b5-9da8864b042a HTTP/1.1" 200 265 0.093091 10.0.0.242 - - [2025-10-30 03:01:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001486 10.0.0.240 - - [2025-10-30 03:01:27] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001654 10.0.0.242 - - [2025-10-30 03:01:27] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.079550 10.0.0.242 - - [2025-10-30 03:01:27] "POST /neutron/network HTTP/1.1" 200 831 0.009152 10.0.0.242 - - [2025-10-30 03:01:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001664 10.0.0.242 - - [2025-10-30 03:01:27] "POST /neutron/port HTTP/1.1" 200 117 0.006974 10.0.0.240 - - [2025-10-30 03:01:28] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001450 10.0.0.242 - - [2025-10-30 03:01:28] "POST /neutron/port HTTP/1.1" 200 1053 0.300288 10.0.0.242 - - [2025-10-30 03:01:28] "POST /neutron/port HTTP/1.1" 200 1107 0.108094 10.0.0.240 - - [2025-10-30 03:01:28] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001092 10.0.0.242 - - [2025-10-30 03:01:28] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.069379 10.0.0.242 - - [2025-10-30 03:01:28] "POST /neutron/subnet HTTP/1.1" 200 698 0.038149 10.0.0.242 - - [2025-10-30 03:01:28] "POST /neutron/network HTTP/1.1" 200 831 0.008451 10.0.0.242 - - [2025-10-30 03:01:28] "POST /neutron/port HTTP/1.1" 200 117 0.007001 10.0.0.242 - - [2025-10-30 03:01:29] "POST /neutron/network HTTP/1.1" 200 841 0.010279 10.0.0.242 - - [2025-10-30 03:01:29] "POST /neutron/port HTTP/1.1" 200 1053 0.044221 10.0.0.242 - - [2025-10-30 03:01:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006819 10.0.0.242 - - [2025-10-30 03:01:30] "POST /neutron/network HTTP/1.1" 200 831 0.008853 10.0.0.242 - - [2025-10-30 03:01:34] "POST /neutron/port HTTP/1.1" 200 1081 0.016851 10.0.0.242 - - [2025-10-30 03:01:34] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008573 10.0.0.242 - - [2025-10-30 03:01:34] "GET /virtual-machine/8050637f-e42a-4ecd-91dd-2110cf4855bd HTTP/1.1" 200 1287 0.006640 10.0.0.242 - - [2025-10-30 03:01:34] "GET /virtual-machine-interface/10fc262d-f706-4835-bb20-3dcd7f0c233a HTTP/1.1" 200 2934 0.005904 10.0.0.242 - - [2025-10-30 03:01:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004202 10.0.0.242 - - [2025-10-30 03:01:34] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004612 10.0.0.242 - - [2025-10-30 03:01:34] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003271 10.0.0.242 - - [2025-10-30 03:01:34] "GET /virtual-network/48db9938-e2d2-4040-ad22-fe8e6a72e55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006372 10.0.0.242 - - [2025-10-30 03:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004356 10.0.0.242 - - [2025-10-30 03:01:37] "GET /virtual-network/48db9938-e2d2-4040-ad22-fe8e6a72e55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.006447 10.0.0.242 - - [2025-10-30 03:01:39] "POST /neutron/port HTTP/1.1" 200 1081 0.016138 10.0.0.242 - - [2025-10-30 03:01:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.242 - - [2025-10-30 03:01:39] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003570 10.0.0.242 - - [2025-10-30 03:01:39] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003457 10.0.0.242 - - [2025-10-30 03:01:39] "GET /virtual-network/48db9938-e2d2-4040-ad22-fe8e6a72e55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.005949 10.0.0.242 - - [2025-10-30 03:01:39] "POST /neutron/security_group HTTP/1.1" 200 2051 0.007994 10.0.0.242 - - [2025-10-30 03:01:40] "POST /neutron/port HTTP/1.1" 200 1081 0.020080 10.0.0.242 - - [2025-10-30 03:01:40] "GET /virtual-machine/7858362c-3c2f-4f29-aeac-3a98845b1220 HTTP/1.1" 200 1287 0.007957 10.0.0.242 - - [2025-10-30 03:01:40] "GET /virtual-machine-interface/aecdb57b-3894-4373-9d19-26ff7c19c4b9 HTTP/1.1" 200 2935 0.007529 10.0.0.242 - - [2025-10-30 03:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.242 - - [2025-10-30 03:01:40] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004531 10.0.0.242 - - [2025-10-30 03:01:40] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005025 10.0.0.242 - - [2025-10-30 03:01:40] "GET /virtual-network/ca72e8bc-b53f-468c-b0b5-9da8864b042a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.007577 10.0.0.242 - - [2025-10-30 03:01:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003841 10.0.0.242 - - [2025-10-30 03:01:41] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003942 10.0.0.242 - - [2025-10-30 03:01:41] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.002990 10.0.0.242 - - [2025-10-30 03:01:41] "GET /virtual-network/ca72e8bc-b53f-468c-b0b5-9da8864b042a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2114 0.006640 10.0.0.242 - - [2025-10-30 03:01:41] "POST /routing-policys HTTP/1.1" 200 536 0.026224 10.0.0.242 - - [2025-10-30 03:01:41] "GET /virtual-network/48db9938-e2d2-4040-ad22-fe8e6a72e55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2113 0.012063 10.0.0.254 - - [2025-10-30 03:01:41] "POST /ref-update HTTP/1.1" 200 156 0.024112 10.0.0.242 - - [2025-10-30 03:01:41] "PUT /virtual-network/48db9938-e2d2-4040-ad22-fe8e6a72e55c HTTP/1.1" 200 265 0.058817 10.0.0.242 - - [2025-10-30 03:01:45] "POST /routing-policys HTTP/1.1" 200 536 0.029574 10.0.0.242 - - [2025-10-30 03:01:45] "GET /virtual-network/48db9938-e2d2-4040-ad22-fe8e6a72e55c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2360 0.015696 10.0.0.242 - - [2025-10-30 03:01:45] "PUT /virtual-network/48db9938-e2d2-4040-ad22-fe8e6a72e55c HTTP/1.1" 200 265 0.064491 10.0.0.242 - - [2025-10-30 03:01:45] "POST /ref-update HTTP/1.1" 200 156 0.052371 10.0.0.254 - - [2025-10-30 03:01:45] "POST /ref-update HTTP/1.1" 200 156 0.033744 10.0.0.242 - - [2025-10-30 03:01:45] "DELETE /routing-policy/9d73d069-1d4e-40a1-8776-3fc6ca6b03f8 HTTP/1.1" 200 115 0.065963 10.0.0.242 - - [2025-10-30 03:01:45] "POST /ref-update HTTP/1.1" 200 156 0.066531 10.0.0.242 - - [2025-10-30 03:01:45] "DELETE /routing-policy/512e5ece-508c-49c5-be47-8f59f743af68 HTTP/1.1" 200 115 0.035523 10.0.0.242 - - [2025-10-30 03:01:46] "POST /neutron/network HTTP/1.1" 400 204 0.016927 10.0.0.242 - - [2025-10-30 03:01:46] "POST /neutron/port HTTP/1.1" 200 151 0.187585 10.0.0.242 - - [2025-10-30 03:01:46] "POST /neutron/port HTTP/1.1" 200 151 0.240618 10.0.0.254 - - [2025-10-30 03:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004300 10.0.0.242 - - [2025-10-30 03:01:48] "POST /neutron/network HTTP/1.1" 200 831 0.017189 10.0.0.254 - - [2025-10-30 03:01:48] "DELETE /route-target/aa213fcc-1a5d-4fd1-b51f-155f1a31c2a5 HTTP/1.1" 200 115 0.028388 10.0.0.242 - - [2025-10-30 03:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.240 - - [2025-10-30 03:01:51] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001151 10.0.0.242 - - [2025-10-30 03:01:51] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.053611 10.0.0.240 - - [2025-10-30 03:01:51] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001854 10.0.0.242 - - [2025-10-30 03:01:51] "POST /neutron/network HTTP/1.1" 200 612 0.163820 10.0.0.254 - - [2025-10-30 03:01:51] "POST /route-targets HTTP/1.1" 200 328 0.015853 10.0.0.242 - - [2025-10-30 03:01:51] "POST /id-to-fqname HTTP/1.1" 200 220 0.005127 10.0.0.242 - - [2025-10-30 03:01:51] "GET /virtual-network/ad1aa6d5-f89b-4823-bc9e-197b7e99e0a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007230 10.0.0.242 - - [2025-10-30 03:01:51] "POST /neutron/network HTTP/1.1" 200 830 0.007379 10.0.0.242 - - [2025-10-30 03:01:51] "GET /virtual-network/ad1aa6d5-f89b-4823-bc9e-197b7e99e0a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005911 10.0.0.242 - - [2025-10-30 03:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.242 - - [2025-10-30 03:01:51] "GET /virtual-network/ad1aa6d5-f89b-4823-bc9e-197b7e99e0a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005612 10.0.0.242 - - [2025-10-30 03:01:51] "PUT /virtual-network/ad1aa6d5-f89b-4823-bc9e-197b7e99e0a8 HTTP/1.1" 200 265 0.071429 10.0.0.254 - - [2025-10-30 03:01:51] "POST /ref-update HTTP/1.1" 200 156 0.036642 10.0.0.242 - - [2025-10-30 03:01:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005084 10.0.0.240 - - [2025-10-30 03:01:51] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001157 10.0.0.242 - - [2025-10-30 03:01:51] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.053727 10.0.0.242 - - [2025-10-30 03:01:52] "POST /neutron/network HTTP/1.1" 200 117 0.019144 10.0.0.242 - - [2025-10-30 03:01:52] "POST /neutron/network HTTP/1.1" 200 831 0.011518 10.0.0.242 - - [2025-10-30 03:01:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001759 10.0.0.242 - - [2025-10-30 03:01:52] "GET /virtual-network/7278a148-c674-4709-858f-539a043c449b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006146 10.0.0.242 - - [2025-10-30 03:01:52] "GET /virtual-network/7278a148-c674-4709-858f-539a043c449b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006292 10.0.0.242 - - [2025-10-30 03:01:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.009580 10.0.0.242 - - [2025-10-30 03:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.242 - - [2025-10-30 03:01:52] "GET /virtual-network/7278a148-c674-4709-858f-539a043c449b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007531 10.0.0.242 - - [2025-10-30 03:01:52] "PUT /virtual-network/7278a148-c674-4709-858f-539a043c449b HTTP/1.1" 200 265 0.060026 10.0.0.254 - - [2025-10-30 03:01:52] "POST /ref-update HTTP/1.1" 200 156 0.031683 10.0.0.242 - - [2025-10-30 03:01:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001951 10.0.0.240 - - [2025-10-30 03:01:53] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001761 10.0.0.242 - - [2025-10-30 03:01:53] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.088554 10.0.0.242 - - [2025-10-30 03:01:53] "POST /neutron/port HTTP/1.1" 200 117 0.008492 10.0.0.242 - - [2025-10-30 03:01:53] "POST /id-to-fqname HTTP/1.1" 200 220 0.001993 10.0.0.242 - - [2025-10-30 03:01:54] "POST /neutron/network HTTP/1.1" 200 841 0.009289 10.0.0.242 - - [2025-10-30 03:01:54] "POST /neutron/port HTTP/1.1" 200 1052 0.015818 10.0.0.242 - - [2025-10-30 03:01:54] "POST /neutron/port HTTP/1.1" 200 1080 0.025941 10.0.0.240 - - [2025-10-30 03:01:54] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001531 10.0.0.242 - - [2025-10-30 03:01:54] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.087013 10.0.0.242 - - [2025-10-30 03:01:54] "POST /neutron/port HTTP/1.1" 200 117 0.001980 10.0.0.242 - - [2025-10-30 03:01:55] "POST /neutron/port HTTP/1.1" 200 1080 0.020555 10.0.0.242 - - [2025-10-30 03:01:55] "POST /neutron/port HTTP/1.1" 200 1080 0.026800 10.0.0.240 - - [2025-10-30 03:01:55] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001985 10.0.0.242 - - [2025-10-30 03:01:55] "POST /neutron/port HTTP/1.1" 200 1053 0.330752 10.0.0.242 - - [2025-10-30 03:01:56] "POST /neutron/port HTTP/1.1" 200 1107 0.119154 10.0.0.242 - - [2025-10-30 03:01:56] "POST /neutron/subnet HTTP/1.1" 200 698 0.010789 10.0.0.242 - - [2025-10-30 03:02:00] "POST /neutron/port HTTP/1.1" 200 1080 0.017731 10.0.0.242 - - [2025-10-30 03:02:00] "POST /neutron/security_group HTTP/1.1" 200 2051 0.010448 10.0.0.242 - - [2025-10-30 03:02:00] "GET /virtual-machine/06e1f215-060c-47bf-88b0-5e3d28f93e1e HTTP/1.1" 200 1285 0.008847 10.0.0.242 - - [2025-10-30 03:02:00] "GET /virtual-machine-interface/7849ec2b-4978-4ff8-a154-badf3868ca96 HTTP/1.1" 200 2934 0.007631 10.0.0.242 - - [2025-10-30 03:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005128 10.0.0.242 - - [2025-10-30 03:02:00] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004968 10.0.0.242 - - [2025-10-30 03:02:00] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004217 10.0.0.242 - - [2025-10-30 03:02:00] "GET /virtual-network/ad1aa6d5-f89b-4823-bc9e-197b7e99e0a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006640 10.0.0.242 - - [2025-10-30 03:02:03] "POST /neutron/port HTTP/1.1" 200 1080 0.020133 10.0.0.242 - - [2025-10-30 03:02:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004562 10.0.0.242 - - [2025-10-30 03:02:03] "GET /virtual-network/ad1aa6d5-f89b-4823-bc9e-197b7e99e0a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006325 10.0.0.242 - - [2025-10-30 03:02:05] "POST /neutron/security_group HTTP/1.1" 200 2051 0.008401 10.0.0.242 - - [2025-10-30 03:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004407 10.0.0.242 - - [2025-10-30 03:02:05] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007072 10.0.0.242 - - [2025-10-30 03:02:05] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.007938 10.0.0.242 - - [2025-10-30 03:02:05] "GET /virtual-network/ad1aa6d5-f89b-4823-bc9e-197b7e99e0a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006056 10.0.0.242 - - [2025-10-30 03:02:06] "POST /neutron/port HTTP/1.1" 200 1081 0.019466 10.0.0.242 - - [2025-10-30 03:02:06] "POST /neutron/security_group HTTP/1.1" 200 2051 0.011033 10.0.0.242 - - [2025-10-30 03:02:06] "GET /virtual-machine/2d2ad789-bf42-487f-ad86-2c956e499775 HTTP/1.1" 200 1287 0.008063 10.0.0.242 - - [2025-10-30 03:02:06] "GET /virtual-machine-interface/5a938cae-25c3-4185-8b3d-1799423ef72e HTTP/1.1" 200 2934 0.007071 10.0.0.242 - - [2025-10-30 03:02:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004152 10.0.0.242 - - [2025-10-30 03:02:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008230 10.0.0.242 - - [2025-10-30 03:02:06] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003799 10.0.0.242 - - [2025-10-30 03:02:06] "GET /virtual-network/7278a148-c674-4709-858f-539a043c449b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.008054 10.0.0.242 - - [2025-10-30 03:02:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003837 10.0.0.242 - - [2025-10-30 03:02:07] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004076 10.0.0.242 - - [2025-10-30 03:02:07] "GET /virtual-networks?parent_id=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003000 10.0.0.242 - - [2025-10-30 03:02:07] "GET /virtual-network/7278a148-c674-4709-858f-539a043c449b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.007799 10.0.0.242 - - [2025-10-30 03:02:10] "POST /neutron/port HTTP/1.1" 200 1080 0.040565 10.0.0.242 - - [2025-10-30 03:02:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005631 10.0.0.242 - - [2025-10-30 03:02:10] "POST /neutron/network HTTP/1.1" 200 830 0.009042 10.0.0.242 - - [2025-10-30 03:02:13] "POST /interface-route-tables HTTP/1.1" 200 576 0.033702 10.0.0.242 - - [2025-10-30 03:02:13] "GET /interface-route-table/87e378d2-bc8b-46ba-9429-df187e486a51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1305 0.010180 10.0.0.242 - - [2025-10-30 03:02:13] "GET /virtual-machine-interface/7849ec2b-4978-4ff8-a154-badf3868ca96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2712 0.007303 10.0.0.242 - - [2025-10-30 03:02:13] "POST /ref-update HTTP/1.1" 200 156 0.018192 10.0.0.242 - - [2025-10-30 03:02:13] "POST /routing-policys HTTP/1.1" 200 536 0.032219 10.0.0.242 - - [2025-10-30 03:02:13] "GET /virtual-network/ad1aa6d5-f89b-4823-bc9e-197b7e99e0a8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2111 0.006958 10.0.0.242 - - [2025-10-30 03:02:13] "PUT /virtual-network/ad1aa6d5-f89b-4823-bc9e-197b7e99e0a8 HTTP/1.1" 200 265 0.086782 10.0.0.242 - - [2025-10-30 03:02:17] "POST /ref-update HTTP/1.1" 200 156 0.056474 10.0.0.242 - - [2025-10-30 03:02:17] "DELETE /routing-policy/025f400f-2fd5-4986-ad1a-8f975f8c9097 HTTP/1.1" 200 115 0.060748 10.0.0.242 - - [2025-10-30 03:02:17] "POST /neutron/port HTTP/1.1" 200 1081 0.018616 10.0.0.242 - - [2025-10-30 03:02:17] "POST /neutron/port HTTP/1.1" 200 1080 0.017574 10.0.0.242 - - [2025-10-30 03:02:19] "POST /neutron/network HTTP/1.1" 200 831 0.007136 10.0.0.254 - - [2025-10-30 03:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.254 - - [2025-10-30 03:02:19] "DELETE /route-target/7d72bff5-d028-47b3-a7b5-64572233d39b HTTP/1.1" 409 240 0.007384 10.0.0.240 - - [2025-10-30 03:02:19] "POST /useragent-kv HTTP/1.1" 200 115 0.005114 10.0.0.240 - - [2025-10-30 03:02:19] "POST /useragent-kv HTTP/1.1" 200 115 0.003404 10.0.0.242 - - [2025-10-30 03:02:19] "POST /neutron/network HTTP/1.1" 200 151 0.125849 10.0.0.254 - - [2025-10-30 03:02:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.240 - - [2025-10-30 03:02:21] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001485 10.0.0.242 - - [2025-10-30 03:02:21] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.060313 10.0.0.240 - - [2025-10-30 03:02:21] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001087 10.0.0.242 - - [2025-10-30 03:02:21] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?fields=virtual_networks HTTP/1.1" 200 1030 0.044876 10.0.0.240 - - [2025-10-30 03:02:21] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001024 10.0.0.242 - - [2025-10-30 03:02:21] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.052772 10.0.0.240 - - [2025-10-30 03:02:21] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001860 10.0.0.242 - - [2025-10-30 03:02:21] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?fields=security_groups HTTP/1.1" 200 1250 0.046765 10.0.0.242 - - [2025-10-30 03:02:22] "POST /fqname-to-id HTTP/1.1" 404 192 0.031579 10.0.0.240 - - [2025-10-30 03:02:22] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003814 10.0.0.240 - - [2025-10-30 03:02:22] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001472 10.0.0.240 - - [2025-10-30 03:02:22] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008446 10.0.0.240 - - [2025-10-30 03:02:22] "POST /id-to-fqname HTTP/1.1" 200 194 0.002310 10.0.0.240 - - [2025-10-30 03:02:22] "POST /fqname-to-id HTTP/1.1" 404 203 0.011333 10.0.0.240 - - [2025-10-30 03:02:22] "POST /security-groups HTTP/1.1" 200 595 0.029932 10.0.0.240 - - [2025-10-30 03:02:22] "POST /projects HTTP/1.1" 200 593 0.246862 10.0.0.254 - - [2025-10-30 03:02:22] "POST /access-control-lists HTTP/1.1" 200 602 0.027577 10.0.0.240 - - [2025-10-30 03:02:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.329551 10.0.0.242 - - [2025-10-30 03:02:22] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.487968 10.0.0.242 - - [2025-10-30 03:02:23] "GET / HTTP/1.1" 200 36215 0.001636 10.0.0.242 - - [2025-10-30 03:02:25] "POST /fqname-to-id HTTP/1.1" 401 293 0.000502 10.0.0.242 - - [2025-10-30 03:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.054856 10.0.0.240 - - [2025-10-30 03:02:25] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000977 10.0.0.242 - - [2025-10-30 03:02:25] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.042020 10.0.0.254 - - [2025-10-30 03:02:26] "POST /route-targets HTTP/1.1" 200 328 0.020321 10.0.0.240 - - [2025-10-30 03:02:26] "POST /useragent-kv HTTP/1.1" 200 115 0.008593 10.0.0.242 - - [2025-10-30 03:02:26] "POST /neutron/subnet HTTP/1.1" 200 720 0.210508 10.0.0.242 - - [2025-10-30 03:02:26] "POST /id-to-fqname HTTP/1.1" 200 226 0.001478 10.0.0.242 - - [2025-10-30 03:02:26] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005582 10.0.0.242 - - [2025-10-30 03:02:26] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005954 10.0.0.242 - - [2025-10-30 03:02:26] "POST /neutron/network HTTP/1.1" 200 831 0.006489 10.0.0.242 - - [2025-10-30 03:02:27] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006667 10.0.0.254 - - [2025-10-30 03:02:28] "GET /obj-perms HTTP/1.1" 200 5057 0.051599 10.0.0.242 - - [2025-10-30 03:02:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005645 10.0.0.242 - - [2025-10-30 03:02:28] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008215 10.0.0.242 - - [2025-10-30 03:02:28] "PUT /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3 HTTP/1.1" 200 265 0.057316 10.0.0.254 - - [2025-10-30 03:02:28] "POST /ref-update HTTP/1.1" 200 156 0.029674 10.0.0.242 - - [2025-10-30 03:02:33] "POST /id-to-fqname HTTP/1.1" 200 226 0.001468 10.0.0.240 - - [2025-10-30 03:02:34] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001486 10.0.0.242 - - [2025-10-30 03:02:34] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.063233 10.0.0.242 - - [2025-10-30 03:02:34] "POST /neutron/network HTTP/1.1" 200 831 0.009330 10.0.0.242 - - [2025-10-30 03:02:34] "POST /neutron/port HTTP/1.1" 200 117 0.006243 10.0.0.242 - - [2025-10-30 03:02:35] "POST /neutron/port HTTP/1.1" 200 1063 0.014647 10.0.0.242 - - [2025-10-30 03:02:35] "POST /neutron/port HTTP/1.1" 200 1091 0.025909 10.0.0.242 - - [2025-10-30 03:02:35] "POST /neutron/port HTTP/1.1" 200 117 0.001184 10.0.0.242 - - [2025-10-30 03:02:39] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007798 10.0.0.242 - - [2025-10-30 03:02:40] "POST /neutron/port HTTP/1.1" 200 1091 0.016047 10.0.0.242 - - [2025-10-30 03:02:40] "GET /virtual-machine/07558cd8-b4c6-458e-9bdb-ba2a53e05742 HTTP/1.1" 401 293 0.000540 10.0.0.242 - - [2025-10-30 03:02:40] "GET /virtual-machine/07558cd8-b4c6-458e-9bdb-ba2a53e05742 HTTP/1.1" 200 1297 0.032356 10.0.0.242 - - [2025-10-30 03:02:40] "GET /virtual-machine-interface/75244ab4-7e05-4d25-b0ee-0bdac6c7eb1f HTTP/1.1" 200 2974 0.008329 10.0.0.242 - - [2025-10-30 03:02:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004696 10.0.0.242 - - [2025-10-30 03:02:40] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005319 10.0.0.242 - - [2025-10-30 03:02:40] "GET /virtual-networks?parent_id=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003557 10.0.0.242 - - [2025-10-30 03:02:40] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.008997 10.0.0.242 - - [2025-10-30 03:02:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004739 10.0.0.242 - - [2025-10-30 03:02:43] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006540 10.0.0.242 - - [2025-10-30 03:02:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.242 - - [2025-10-30 03:02:47] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005631 10.0.0.242 - - [2025-10-30 03:02:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003989 10.0.0.242 - - [2025-10-30 03:02:51] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005219 10.0.0.242 - - [2025-10-30 03:02:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.242 - - [2025-10-30 03:02:55] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005549 10.0.0.254 - - [2025-10-30 03:02:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.254 - - [2025-10-30 03:02:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.242 - - [2025-10-30 03:03:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003797 10.0.0.242 - - [2025-10-30 03:03:00] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006262 10.0.0.254 - - [2025-10-30 03:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.254 - - [2025-10-30 03:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.240 - - [2025-10-30 03:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.240 - - [2025-10-30 03:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.242 - - [2025-10-30 03:03:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.240 - - [2025-10-30 03:03:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000603 10.0.0.242 - - [2025-10-30 03:03:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000602 10.0.0.240 - - [2025-10-30 03:03:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000723 10.0.0.242 - - [2025-10-30 03:03:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000435 10.0.0.242 - - [2025-10-30 03:03:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000445 10.0.0.242 - - [2025-10-30 03:03:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004681 10.0.0.242 - - [2025-10-30 03:03:04] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006579 10.0.0.240 - - [2025-10-30 03:03:04] "DELETE /project/d0f24fda68ee4abdb6ff5f2fc45911ef HTTP/1.1" 404 173 0.005271 10.0.0.240 - - [2025-10-30 03:03:04] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001068 10.0.0.240 - - [2025-10-30 03:03:04] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.061335 10.0.0.240 - - [2025-10-30 03:03:04] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001713 10.0.0.240 - - [2025-10-30 03:03:04] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?fields=security_groups HTTP/1.1" 200 1352 0.061669 10.0.0.240 - - [2025-10-30 03:03:04] "DELETE /security-group/296b597c-6627-441f-ba27-86694a126f2c HTTP/1.1" 200 115 0.052697 10.0.0.240 - - [2025-10-30 03:03:04] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001321 10.0.0.240 - - [2025-10-30 03:03:04] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?fields=application_policy_sets HTTP/1.1" 200 1391 0.101889 10.0.0.240 - - [2025-10-30 03:03:04] "DELETE /project/2b4985c7-e420-4c17-991a-b1601e663a3d HTTP/1.1" 409 278 0.387020 10.0.0.242 - - [2025-10-30 03:03:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.242 - - [2025-10-30 03:03:08] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.005957 10.0.0.242 - - [2025-10-30 03:03:12] "POST /neutron/port HTTP/1.1" 200 1091 0.015657 10.0.0.242 - - [2025-10-30 03:03:12] "POST /neutron/subnet HTTP/1.1" 200 694 0.013303 10.0.0.242 - - [2025-10-30 03:03:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004121 10.0.0.242 - - [2025-10-30 03:03:12] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006479 10.0.0.242 - - [2025-10-30 03:03:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004486 10.0.0.242 - - [2025-10-30 03:03:14] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003909 10.0.0.242 - - [2025-10-30 03:03:14] "GET /virtual-networks?parent_id=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.005659 10.0.0.242 - - [2025-10-30 03:03:14] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006167 10.0.0.242 - - [2025-10-30 03:03:14] "POST /neutron/port HTTP/1.1" 200 1091 0.016003 10.0.0.242 - - [2025-10-30 03:03:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007516 10.0.0.242 - - [2025-10-30 03:03:24] "POST /neutron/port HTTP/1.1" 200 1091 0.016238 10.0.0.242 - - [2025-10-30 03:03:30] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007821 10.0.0.242 - - [2025-10-30 03:03:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.003623 10.0.0.242 - - [2025-10-30 03:03:35] "GET /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2119 0.006080 10.0.0.242 - - [2025-10-30 03:03:35] "PUT /virtual-network/42b6fa7a-adcd-4234-b640-2b4f8c6d96e3 HTTP/1.1" 200 265 0.064740 10.0.0.254 - - [2025-10-30 03:03:35] "POST /ref-update HTTP/1.1" 200 156 0.044244 10.0.0.240 - - [2025-10-30 03:03:35] "GET /obj-perms HTTP/1.1" 200 5075 0.052599 10.0.0.242 - - [2025-10-30 03:03:36] "GET /obj-perms HTTP/1.1" 200 5075 0.043643 10.0.0.242 - - [2025-10-30 03:03:41] "POST /neutron/port HTTP/1.1" 200 1091 0.022738 10.0.0.242 - - [2025-10-30 03:03:42] "POST /neutron/network HTTP/1.1" 200 831 0.007261 10.0.0.254 - - [2025-10-30 03:03:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.005695 10.0.0.242 - - [2025-10-30 03:03:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003743 10.0.0.240 - - [2025-10-30 03:03:45] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000960 10.0.0.242 - - [2025-10-30 03:03:45] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.037070 10.0.0.240 - - [2025-10-30 03:03:45] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001155 10.0.0.242 - - [2025-10-30 03:03:45] "POST /neutron/network HTTP/1.1" 200 613 0.144860 10.0.0.254 - - [2025-10-30 03:03:46] "POST /ref-update HTTP/1.1" 200 156 0.030240 10.0.0.242 - - [2025-10-30 03:03:46] "POST /id-to-fqname HTTP/1.1" 200 226 0.004027 10.0.0.242 - - [2025-10-30 03:03:46] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005803 10.0.0.242 - - [2025-10-30 03:03:46] "POST /neutron/network HTTP/1.1" 200 830 0.007019 10.0.0.242 - - [2025-10-30 03:03:46] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006466 10.0.0.242 - - [2025-10-30 03:03:46] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006564 10.0.0.242 - - [2025-10-30 03:03:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.242 - - [2025-10-30 03:03:46] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.005822 10.0.0.242 - - [2025-10-30 03:03:46] "PUT /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29 HTTP/1.1" 200 265 0.086211 10.0.0.242 - - [2025-10-30 03:03:52] "POST /id-to-fqname HTTP/1.1" 200 226 0.001514 10.0.0.242 - - [2025-10-30 03:03:52] "POST /neutron/network HTTP/1.1" 200 840 0.007419 10.0.0.240 - - [2025-10-30 03:03:52] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001435 10.0.0.242 - - [2025-10-30 03:03:52] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.072832 10.0.0.242 - - [2025-10-30 03:03:53] "POST /neutron/port HTTP/1.1" 200 117 0.007139 10.0.0.240 - - [2025-10-30 03:03:53] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001585 10.0.0.242 - - [2025-10-30 03:03:53] "POST /neutron/port HTTP/1.1" 200 1062 0.336498 10.0.0.242 - - [2025-10-30 03:03:54] "POST /neutron/port HTTP/1.1" 200 1116 0.101492 10.0.0.242 - - [2025-10-30 03:03:54] "POST /neutron/subnet HTTP/1.1" 200 689 0.009132 10.0.0.242 - - [2025-10-30 03:03:58] "POST /neutron/port HTTP/1.1" 200 1090 0.014519 10.0.0.242 - - [2025-10-30 03:03:58] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008194 10.0.0.242 - - [2025-10-30 03:03:58] "GET /virtual-machine/bea009ba-11d9-4ea1-a625-4425405cc7f3 HTTP/1.1" 200 1299 0.006815 10.0.0.242 - - [2025-10-30 03:03:58] "GET /virtual-machine-interface/0e1e156b-7d31-4e45-a766-82d19a617246 HTTP/1.1" 200 2974 0.005394 10.0.0.242 - - [2025-10-30 03:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003499 10.0.0.242 - - [2025-10-30 03:03:58] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003800 10.0.0.242 - - [2025-10-30 03:03:58] "GET /virtual-networks?parent_id=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003445 10.0.0.242 - - [2025-10-30 03:03:58] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006705 10.0.0.242 - - [2025-10-30 03:04:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.242 - - [2025-10-30 03:04:01] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006259 10.0.0.242 - - [2025-10-30 03:04:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.242 - - [2025-10-30 03:04:05] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005723 10.0.0.242 - - [2025-10-30 03:04:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003483 10.0.0.242 - - [2025-10-30 03:04:10] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005926 10.0.0.242 - - [2025-10-30 03:04:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004863 10.0.0.242 - - [2025-10-30 03:04:14] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007292 10.0.0.242 - - [2025-10-30 03:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003759 10.0.0.242 - - [2025-10-30 03:04:18] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005526 10.0.0.242 - - [2025-10-30 03:04:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003385 10.0.0.242 - - [2025-10-30 03:04:22] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005852 10.0.0.242 - - [2025-10-30 03:04:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.242 - - [2025-10-30 03:04:26] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006223 10.0.0.242 - - [2025-10-30 03:04:28] "POST /neutron/port HTTP/1.1" 200 1090 0.017026 10.0.0.242 - - [2025-10-30 03:04:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004752 10.0.0.242 - - [2025-10-30 03:04:28] "POST /neutron/network HTTP/1.1" 200 830 0.007521 10.0.0.242 - - [2025-10-30 03:04:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005417 10.0.0.242 - - [2025-10-30 03:04:30] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.007748 10.0.0.242 - - [2025-10-30 03:04:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003749 10.0.0.242 - - [2025-10-30 03:04:34] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006347 10.0.0.254 - - [2025-10-30 03:04:36] "GET /obj-perms HTTP/1.1" 200 5075 0.047823 10.0.0.242 - - [2025-10-30 03:04:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003677 10.0.0.242 - - [2025-10-30 03:04:38] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005415 10.0.0.242 - - [2025-10-30 03:04:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004447 10.0.0.242 - - [2025-10-30 03:04:42] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005520 10.0.0.242 - - [2025-10-30 03:04:42] "GET /virtual-networks?parent_id=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 358 0.003390 10.0.0.242 - - [2025-10-30 03:04:42] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.006233 10.0.0.242 - - [2025-10-30 03:04:48] "POST /neutron/port HTTP/1.1" 200 1090 0.017964 10.0.0.242 - - [2025-10-30 03:04:53] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007513 10.0.0.242 - - [2025-10-30 03:04:58] "POST /neutron/port HTTP/1.1" 200 1090 0.019363 10.0.0.242 - - [2025-10-30 03:05:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003647 10.0.0.242 - - [2025-10-30 03:05:03] "GET /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2117 0.005438 10.0.0.242 - - [2025-10-30 03:05:03] "PUT /virtual-network/bc74a061-75e9-4593-ac7b-f65469842c29 HTTP/1.1" 200 265 0.060231 10.0.0.254 - - [2025-10-30 03:05:03] "POST /ref-update HTTP/1.1" 200 156 0.048646 10.0.0.242 - - [2025-10-30 03:05:08] "POST /neutron/network HTTP/1.1" 400 204 0.018362 10.0.0.242 - - [2025-10-30 03:05:09] "POST /neutron/port HTTP/1.1" 200 151 0.168872 10.0.0.254 - - [2025-10-30 03:05:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.240 - - [2025-10-30 03:05:12] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.024341 10.0.0.242 - - [2025-10-30 03:05:12] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.097035 10.0.0.240 - - [2025-10-30 03:05:12] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001021 10.0.0.242 - - [2025-10-30 03:05:12] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?fields=virtual_networks HTTP/1.1" 200 1053 0.044282 10.0.0.240 - - [2025-10-30 03:05:12] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001849 10.0.0.242 - - [2025-10-30 03:05:12] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.053211 10.0.0.240 - - [2025-10-30 03:05:12] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001573 10.0.0.242 - - [2025-10-30 03:05:12] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?fields=security_groups HTTP/1.1" 200 1284 0.049720 10.0.0.242 - - [2025-10-30 03:05:13] "POST /fqname-to-id HTTP/1.1" 404 213 0.032150 10.0.0.240 - - [2025-10-30 03:05:13] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003102 10.0.0.240 - - [2025-10-30 03:05:13] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001415 10.0.0.240 - - [2025-10-30 03:05:13] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007913 10.0.0.240 - - [2025-10-30 03:05:14] "POST /id-to-fqname HTTP/1.1" 200 216 0.003378 10.0.0.240 - - [2025-10-30 03:05:14] "POST /fqname-to-id HTTP/1.1" 404 227 0.015054 10.0.0.240 - - [2025-10-30 03:05:14] "POST /security-groups HTTP/1.1" 200 616 0.037628 10.0.0.240 - - [2025-10-30 03:05:14] "POST /projects HTTP/1.1" 200 635 0.268145 10.0.0.254 - - [2025-10-30 03:05:14] "POST /access-control-lists HTTP/1.1" 200 623 0.027078 10.0.0.240 - - [2025-10-30 03:05:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.344410 10.0.0.242 - - [2025-10-30 03:05:14] "GET /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.493152 10.0.0.242 - - [2025-10-30 03:05:15] "GET / HTTP/1.1" 200 36215 0.001758 10.0.0.242 - - [2025-10-30 03:05:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000711 10.0.0.242 - - [2025-10-30 03:05:17] "POST /fqname-to-id HTTP/1.1" 404 249 0.083170 10.0.0.240 - - [2025-10-30 03:05:17] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001065 10.0.0.254 - - [2025-10-30 03:05:17] "POST /fqname-to-id HTTP/1.1" 404 281 0.004987 10.0.0.254 - - [2025-10-30 03:05:17] "POST /access-control-lists HTTP/1.1" 200 643 0.028202 10.0.0.242 - - [2025-10-30 03:05:18] "POST /neutron/security_group HTTP/1.1" 200 1427 0.385484 10.0.0.254 - - [2025-10-30 03:05:18] "PUT /access-control-list/09d6804d-7a3e-49ec-8f55-0a4530b04094 HTTP/1.1" 200 273 0.020474 10.0.0.242 - - [2025-10-30 03:05:18] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164013 10.0.0.242 - - [2025-10-30 03:05:18] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.178093 10.0.0.242 - - [2025-10-30 03:05:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004353 10.0.0.242 - - [2025-10-30 03:05:18] "GET /security-group/694f3d1a-9f71-4c20-8df6-e5ea4d430eae?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2029 0.005331 10.0.0.254 - - [2025-10-30 03:05:18] "PUT /access-control-list/09d6804d-7a3e-49ec-8f55-0a4530b04094 HTTP/1.1" 200 273 0.015630 10.0.0.242 - - [2025-10-30 03:05:19] "POST /fqname-to-id HTTP/1.1" 404 249 0.003165 10.0.0.242 - - [2025-10-30 03:05:19] "POST /fqname-to-id HTTP/1.1" 404 249 0.004052 10.0.0.240 - - [2025-10-30 03:05:19] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001373 10.0.0.254 - - [2025-10-30 03:05:19] "POST /fqname-to-id HTTP/1.1" 404 281 0.003831 10.0.0.254 - - [2025-10-30 03:05:20] "POST /access-control-lists HTTP/1.1" 200 643 0.038273 10.0.0.242 - - [2025-10-30 03:05:20] "POST /neutron/security_group HTTP/1.1" 200 1427 0.486805 10.0.0.254 - - [2025-10-30 03:05:20] "PUT /access-control-list/47869b56-bad3-4ec1-976b-b70c7fa8a81d HTTP/1.1" 200 273 0.026592 10.0.0.242 - - [2025-10-30 03:05:20] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.112889 10.0.0.242 - - [2025-10-30 03:05:20] "POST /neutron/security_group_rule HTTP/1.1" 200 602 0.147734 10.0.0.242 - - [2025-10-30 03:05:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.002781 10.0.0.242 - - [2025-10-30 03:05:20] "GET /security-group/925726a2-2d24-412f-b92c-84f145e5c9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2030 0.003111 10.0.0.254 - - [2025-10-30 03:05:20] "PUT /access-control-list/47869b56-bad3-4ec1-976b-b70c7fa8a81d HTTP/1.1" 200 273 0.016470 10.0.0.242 - - [2025-10-30 03:05:21] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.125764 10.0.0.254 - - [2025-10-30 03:05:21] "PUT /access-control-list/288a9548-a045-41d3-8c36-dc3c029ae986 HTTP/1.1" 200 273 0.014460 10.0.0.242 - - [2025-10-30 03:05:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.240 - - [2025-10-30 03:05:21] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001181 10.0.0.242 - - [2025-10-30 03:05:21] "GET /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.062141 10.0.0.242 - - [2025-10-30 03:05:21] "POST /neutron/network HTTP/1.1" 200 117 0.014021 10.0.0.254 - - [2025-10-30 03:05:22] "POST /fqname-to-id HTTP/1.1" 404 207 0.052617 10.0.0.240 - - [2025-10-30 03:05:22] "POST /useragent-kv HTTP/1.1" 200 115 0.009582 10.0.0.242 - - [2025-10-30 03:05:22] "POST /neutron/subnet HTTP/1.1" 200 710 0.184397 10.0.0.242 - - [2025-10-30 03:05:22] "POST /id-to-fqname HTTP/1.1" 200 290 0.001447 10.0.0.242 - - [2025-10-30 03:05:22] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005323 10.0.0.242 - - [2025-10-30 03:05:22] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006505 10.0.0.242 - - [2025-10-30 03:05:22] "POST /neutron/network HTTP/1.1" 200 1110 0.010750 10.0.0.242 - - [2025-10-30 03:05:22] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006197 10.0.0.240 - - [2025-10-30 03:05:24] "GET /obj-perms HTTP/1.1" 200 5099 0.046321 10.0.0.242 - - [2025-10-30 03:05:24] "POST /id-to-fqname HTTP/1.1" 200 290 0.001365 10.0.0.242 - - [2025-10-30 03:05:24] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008072 10.0.0.240 - - [2025-10-30 03:05:25] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001076 10.0.0.242 - - [2025-10-30 03:05:25] "GET /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.069820 10.0.0.242 - - [2025-10-30 03:05:25] "POST /neutron/port HTTP/1.1" 200 117 0.006880 10.0.0.242 - - [2025-10-30 03:05:25] "POST /id-to-fqname HTTP/1.1" 200 290 0.001428 10.0.0.242 - - [2025-10-30 03:05:25] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007949 10.0.0.240 - - [2025-10-30 03:05:25] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001041 10.0.0.242 - - [2025-10-30 03:05:25] "POST /neutron/security_group HTTP/1.1" 200 3458 0.053812 10.0.0.240 - - [2025-10-30 03:05:26] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000936 10.0.0.242 - - [2025-10-30 03:05:26] "POST /neutron/port HTTP/1.1" 200 1189 0.025781 10.0.0.242 - - [2025-10-30 03:05:26] "GET /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.076683 10.0.0.242 - - [2025-10-30 03:05:26] "POST /neutron/port HTTP/1.1" 200 1217 0.022551 10.0.0.242 - - [2025-10-30 03:05:26] "POST /neutron/port HTTP/1.1" 200 1217 0.021630 10.0.0.242 - - [2025-10-30 03:05:26] "POST /neutron/port HTTP/1.1" 200 117 0.001319 10.0.0.242 - - [2025-10-30 03:05:26] "POST /neutron/network HTTP/1.1" 200 1110 0.009120 10.0.0.242 - - [2025-10-30 03:05:27] "POST /neutron/network HTTP/1.1" 200 1120 0.008354 10.0.0.242 - - [2025-10-30 03:05:27] "POST /neutron/port HTTP/1.1" 200 1189 0.020167 10.0.0.242 - - [2025-10-30 03:05:27] "POST /neutron/port HTTP/1.1" 200 1217 0.024150 10.0.0.242 - - [2025-10-30 03:05:27] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013546 10.0.0.242 - - [2025-10-30 03:05:27] "POST /neutron/network HTTP/1.1" 200 1110 0.010870 10.0.0.242 - - [2025-10-30 03:05:29] "POST /neutron/network HTTP/1.1" 200 1120 0.009783 10.0.0.242 - - [2025-10-30 03:05:29] "POST /neutron/subnet HTTP/1.1" 200 1370 0.013088 10.0.0.242 - - [2025-10-30 03:05:29] "POST /neutron/network HTTP/1.1" 200 1110 0.009625 10.0.0.242 - - [2025-10-30 03:05:32] "POST /neutron/port HTTP/1.1" 200 1217 0.017732 10.0.0.242 - - [2025-10-30 03:05:32] "POST /neutron/security_group HTTP/1.1" 200 1457 0.007119 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 401 293 0.000476 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 200 1318 0.031399 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 200 1318 0.003733 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-machine-interface/c8243e79-0c67-4431-ad8a-dd138a86bbf7 HTTP/1.1" 200 3426 0.005626 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 200 1318 0.003972 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-machine-interface/c8243e79-0c67-4431-ad8a-dd138a86bbf7 HTTP/1.1" 200 3426 0.005104 10.0.0.242 - - [2025-10-30 03:05:32] "GET /instance-ip/3d311de3-5c7e-4480-979a-232dd6a76938 HTTP/1.1" 200 1715 0.006481 10.0.0.242 - - [2025-10-30 03:05:32] "GET /instance-ip/d7eb7147-d211-4f2f-b5bb-5af7fadb298e HTTP/1.1" 200 1739 0.005679 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 200 1318 0.004164 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-machine-interface/c8243e79-0c67-4431-ad8a-dd138a86bbf7 HTTP/1.1" 200 3426 0.005164 10.0.0.242 - - [2025-10-30 03:05:32] "GET /instance-ip/3d311de3-5c7e-4480-979a-232dd6a76938 HTTP/1.1" 200 1715 0.004481 10.0.0.242 - - [2025-10-30 03:05:32] "GET /instance-ip/d7eb7147-d211-4f2f-b5bb-5af7fadb298e HTTP/1.1" 200 1739 0.003969 10.0.0.242 - - [2025-10-30 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003957 10.0.0.242 - - [2025-10-30 03:05:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004003 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002836 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006880 10.0.0.242 - - [2025-10-30 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.242 - - [2025-10-30 03:05:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004629 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003311 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006317 10.0.0.242 - - [2025-10-30 03:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003454 10.0.0.242 - - [2025-10-30 03:05:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004278 10.0.0.242 - - [2025-10-30 03:05:32] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003139 10.0.0.242 - - [2025-10-30 03:05:33] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006259 10.0.0.242 - - [2025-10-30 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004077 10.0.0.242 - - [2025-10-30 03:05:33] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004865 10.0.0.242 - - [2025-10-30 03:05:33] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003516 10.0.0.242 - - [2025-10-30 03:05:33] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006152 10.0.0.242 - - [2025-10-30 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.242 - - [2025-10-30 03:05:33] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004616 10.0.0.242 - - [2025-10-30 03:05:33] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002990 10.0.0.242 - - [2025-10-30 03:05:33] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006636 10.0.0.242 - - [2025-10-30 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.242 - - [2025-10-30 03:05:33] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004837 10.0.0.242 - - [2025-10-30 03:05:33] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003406 10.0.0.242 - - [2025-10-30 03:05:33] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006374 10.0.0.242 - - [2025-10-30 03:05:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.242 - - [2025-10-30 03:05:33] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004510 10.0.0.242 - - [2025-10-30 03:05:33] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003468 10.0.0.242 - - [2025-10-30 03:05:33] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006243 10.0.0.242 - - [2025-10-30 03:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.008863 10.0.0.242 - - [2025-10-30 03:05:36] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008856 10.0.0.242 - - [2025-10-30 03:05:37] "GET /obj-perms HTTP/1.1" 200 5075 0.048462 10.0.0.242 - - [2025-10-30 03:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.242 - - [2025-10-30 03:05:40] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006270 10.0.0.242 - - [2025-10-30 03:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004140 10.0.0.242 - - [2025-10-30 03:05:44] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006232 10.0.0.242 - - [2025-10-30 03:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003871 10.0.0.242 - - [2025-10-30 03:05:48] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006981 10.0.0.242 - - [2025-10-30 03:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004503 10.0.0.242 - - [2025-10-30 03:05:53] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006970 10.0.0.242 - - [2025-10-30 03:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005104 10.0.0.242 - - [2025-10-30 03:05:57] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007248 10.0.0.242 - - [2025-10-30 03:06:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005368 10.0.0.242 - - [2025-10-30 03:06:01] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007850 10.0.0.242 - - [2025-10-30 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.242 - - [2025-10-30 03:06:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003828 10.0.0.242 - - [2025-10-30 03:06:03] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002802 10.0.0.242 - - [2025-10-30 03:06:03] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006160 10.0.0.242 - - [2025-10-30 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003350 10.0.0.242 - - [2025-10-30 03:06:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005788 10.0.0.242 - - [2025-10-30 03:06:03] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003628 10.0.0.242 - - [2025-10-30 03:06:03] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007490 10.0.0.242 - - [2025-10-30 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003770 10.0.0.242 - - [2025-10-30 03:06:03] "GET /routing-instance/744bcab6-9f15-4b4e-a741-74b800818e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005708 10.0.0.242 - - [2025-10-30 03:06:03] "GET /route-target/ae882862-f91b-4a21-ae74-e90a854a8796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004671 10.0.0.242 - - [2025-10-30 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.242 - - [2025-10-30 03:06:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004217 10.0.0.242 - - [2025-10-30 03:06:03] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003867 10.0.0.242 - - [2025-10-30 03:06:03] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007287 10.0.0.242 - - [2025-10-30 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003849 10.0.0.242 - - [2025-10-30 03:06:03] "GET /routing-instance/744bcab6-9f15-4b4e-a741-74b800818e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004650 10.0.0.242 - - [2025-10-30 03:06:03] "GET /route-target/ae882862-f91b-4a21-ae74-e90a854a8796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003500 10.0.0.242 - - [2025-10-30 03:06:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003498 10.0.0.242 - - [2025-10-30 03:06:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004555 10.0.0.242 - - [2025-10-30 03:06:03] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002852 10.0.0.242 - - [2025-10-30 03:06:04] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006015 10.0.0.242 - - [2025-10-30 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.242 - - [2025-10-30 03:06:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003998 10.0.0.242 - - [2025-10-30 03:06:04] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002833 10.0.0.242 - - [2025-10-30 03:06:04] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006159 10.0.0.242 - - [2025-10-30 03:06:04] "GET /obj-perms HTTP/1.1" 200 5099 0.050662 10.0.0.240 - - [2025-10-30 03:06:04] "GET /obj-perms HTTP/1.1" 200 5099 0.003994 10.0.0.242 - - [2025-10-30 03:06:04] "GET /obj-perms HTTP/1.1" 200 5099 0.004333 10.0.0.242 - - [2025-10-30 03:06:04] "GET /obj-perms HTTP/1.1" 200 5099 0.003918 10.0.0.254 - - [2025-10-30 03:06:04] "GET /obj-perms HTTP/1.1" 200 5099 0.046929 10.0.0.242 - - [2025-10-30 03:06:04] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 200 1318 0.003985 10.0.0.242 - - [2025-10-30 03:06:04] "GET /virtual-machine-interface/c8243e79-0c67-4431-ad8a-dd138a86bbf7 HTTP/1.1" 200 3426 0.004864 10.0.0.242 - - [2025-10-30 03:06:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.242 - - [2025-10-30 03:06:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003545 10.0.0.242 - - [2025-10-30 03:06:04] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002916 10.0.0.242 - - [2025-10-30 03:06:04] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005846 10.0.0.240 - - [2025-10-30 03:06:04] "DELETE /project/d9384c6094e54af89d4b3dc7fdb30f0b HTTP/1.1" 404 173 0.032989 10.0.0.240 - - [2025-10-30 03:06:04] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001206 10.0.0.240 - - [2025-10-30 03:06:04] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.041187 10.0.0.240 - - [2025-10-30 03:06:04] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000967 10.0.0.240 - - [2025-10-30 03:06:04] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?fields=security_groups HTTP/1.1" 200 1386 0.037246 10.0.0.240 - - [2025-10-30 03:06:05] "DELETE /security-group/aefc3721-7b0d-45d2-a4a4-b2cb99a8365d HTTP/1.1" 200 115 0.053843 10.0.0.240 - - [2025-10-30 03:06:05] "GET /projects?obj_uuids=d0f24fda-68ee-4abd-b6ff-5f2fc45911ef&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001559 10.0.0.254 - - [2025-10-30 03:06:05] "DELETE /access-control-list/e3fa7e21-0590-45da-9f15-44150ed551f2 HTTP/1.1" 200 115 0.059534 10.0.0.240 - - [2025-10-30 03:06:05] "GET /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef?fields=application_policy_sets HTTP/1.1" 200 1425 0.065815 10.0.0.240 - - [2025-10-30 03:06:05] "DELETE /project/d0f24fda-68ee-4abd-b6ff-5f2fc45911ef HTTP/1.1" 200 115 0.461075 10.0.0.242 - - [2025-10-30 03:06:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004866 10.0.0.242 - - [2025-10-30 03:06:05] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005251 10.0.0.242 - - [2025-10-30 03:06:05] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004022 10.0.0.242 - - [2025-10-30 03:06:05] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007546 10.0.0.242 - - [2025-10-30 03:06:06] "POST /neutron/port HTTP/1.1" 200 1217 0.021519 10.0.0.242 - - [2025-10-30 03:06:11] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009175 10.0.0.242 - - [2025-10-30 03:06:16] "POST /neutron/port HTTP/1.1" 200 1217 0.025851 10.0.0.242 - - [2025-10-30 03:06:17] "POST /neutron/port HTTP/1.1" 200 1217 0.019554 10.0.0.242 - - [2025-10-30 03:06:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005442 10.0.0.242 - - [2025-10-30 03:06:17] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.242 - - [2025-10-30 03:06:19] "POST /neutron/security_group HTTP/1.1" 200 1457 0.031799 10.0.0.242 - - [2025-10-30 03:06:26] "POST /neutron/port HTTP/1.1" 200 1217 0.016934 10.0.0.242 - - [2025-10-30 03:06:26] "POST /neutron/security_group HTTP/1.1" 200 1457 0.009466 10.0.0.242 - - [2025-10-30 03:06:27] "POST /neutron/port HTTP/1.1" 200 1217 0.018964 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-machine/ee8a4e20-bc39-4f38-9c02-be84df9bbae2 HTTP/1.1" 200 1320 0.006641 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-machine/ee8a4e20-bc39-4f38-9c02-be84df9bbae2 HTTP/1.1" 200 1320 0.004067 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-machine-interface/f618633f-e70c-425d-b87a-b2e16974c1e4 HTTP/1.1" 200 3426 0.006253 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-machine/ee8a4e20-bc39-4f38-9c02-be84df9bbae2 HTTP/1.1" 200 1320 0.003825 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-machine-interface/f618633f-e70c-425d-b87a-b2e16974c1e4 HTTP/1.1" 200 3426 0.005840 10.0.0.242 - - [2025-10-30 03:06:27] "GET /instance-ip/0e2f56b0-9c16-406c-8bbe-8f6a9f2041e6 HTTP/1.1" 200 1738 0.006506 10.0.0.242 - - [2025-10-30 03:06:27] "GET /instance-ip/7d51a80a-48b7-4261-8c98-f01329164ba0 HTTP/1.1" 200 1715 0.005899 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-machine/ee8a4e20-bc39-4f38-9c02-be84df9bbae2 HTTP/1.1" 200 1320 0.004046 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-machine-interface/f618633f-e70c-425d-b87a-b2e16974c1e4 HTTP/1.1" 200 3426 0.005802 10.0.0.242 - - [2025-10-30 03:06:27] "GET /instance-ip/0e2f56b0-9c16-406c-8bbe-8f6a9f2041e6 HTTP/1.1" 200 1738 0.005327 10.0.0.242 - - [2025-10-30 03:06:27] "GET /instance-ip/7d51a80a-48b7-4261-8c98-f01329164ba0 HTTP/1.1" 200 1715 0.006114 10.0.0.242 - - [2025-10-30 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004506 10.0.0.242 - - [2025-10-30 03:06:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003925 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003453 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006035 10.0.0.242 - - [2025-10-30 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.242 - - [2025-10-30 03:06:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.009799 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003307 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007065 10.0.0.242 - - [2025-10-30 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003877 10.0.0.242 - - [2025-10-30 03:06:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003635 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.002826 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006068 10.0.0.242 - - [2025-10-30 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005189 10.0.0.242 - - [2025-10-30 03:06:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004501 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003902 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006282 10.0.0.242 - - [2025-10-30 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.242 - - [2025-10-30 03:06:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004798 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003497 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.008428 10.0.0.242 - - [2025-10-30 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003662 10.0.0.242 - - [2025-10-30 03:06:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004661 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003272 10.0.0.242 - - [2025-10-30 03:06:27] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007492 10.0.0.242 - - [2025-10-30 03:06:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004025 10.0.0.242 - - [2025-10-30 03:06:28] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004697 10.0.0.242 - - [2025-10-30 03:06:28] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003731 10.0.0.242 - - [2025-10-30 03:06:28] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006448 10.0.0.242 - - [2025-10-30 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003728 10.0.0.242 - - [2025-10-30 03:06:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003671 10.0.0.242 - - [2025-10-30 03:06:29] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003453 10.0.0.242 - - [2025-10-30 03:06:29] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.010176 10.0.0.242 - - [2025-10-30 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005383 10.0.0.242 - - [2025-10-30 03:06:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005770 10.0.0.242 - - [2025-10-30 03:06:29] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.004413 10.0.0.242 - - [2025-10-30 03:06:29] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.010798 10.0.0.242 - - [2025-10-30 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004565 10.0.0.242 - - [2025-10-30 03:06:29] "GET /routing-instance/744bcab6-9f15-4b4e-a741-74b800818e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.004782 10.0.0.242 - - [2025-10-30 03:06:29] "GET /route-target/ae882862-f91b-4a21-ae74-e90a854a8796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.003981 10.0.0.242 - - [2025-10-30 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.242 - - [2025-10-30 03:06:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004582 10.0.0.242 - - [2025-10-30 03:06:29] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003606 10.0.0.242 - - [2025-10-30 03:06:29] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007789 10.0.0.242 - - [2025-10-30 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004616 10.0.0.242 - - [2025-10-30 03:06:29] "GET /routing-instance/744bcab6-9f15-4b4e-a741-74b800818e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.006963 10.0.0.242 - - [2025-10-30 03:06:29] "GET /route-target/ae882862-f91b-4a21-ae74-e90a854a8796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004149 10.0.0.242 - - [2025-10-30 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003536 10.0.0.242 - - [2025-10-30 03:06:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005448 10.0.0.242 - - [2025-10-30 03:06:29] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003186 10.0.0.242 - - [2025-10-30 03:06:29] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005996 10.0.0.242 - - [2025-10-30 03:06:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003130 10.0.0.242 - - [2025-10-30 03:06:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004582 10.0.0.242 - - [2025-10-30 03:06:29] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003211 10.0.0.242 - - [2025-10-30 03:06:29] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006456 10.0.0.240 - - [2025-10-30 03:06:30] "GET /obj-perms HTTP/1.1" 200 5099 0.003868 10.0.0.242 - - [2025-10-30 03:06:30] "GET /obj-perms HTTP/1.1" 200 5099 0.003837 10.0.0.242 - - [2025-10-30 03:06:30] "GET /obj-perms HTTP/1.1" 200 5099 0.004133 10.0.0.242 - - [2025-10-30 03:06:30] "POST /neutron/port HTTP/1.1" 200 1217 0.041604 10.0.0.240 - - [2025-10-30 03:06:30] "GET /obj-perms HTTP/1.1" 200 5099 0.003824 10.0.0.242 - - [2025-10-30 03:06:30] "GET /virtual-machine/ee8a4e20-bc39-4f38-9c02-be84df9bbae2 HTTP/1.1" 200 1320 0.005298 10.0.0.242 - - [2025-10-30 03:06:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004311 10.0.0.242 - - [2025-10-30 03:06:30] "GET /virtual-machine-interface/f618633f-e70c-425d-b87a-b2e16974c1e4 HTTP/1.1" 200 3426 0.006111 10.0.0.242 - - [2025-10-30 03:06:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004890 10.0.0.242 - - [2025-10-30 03:06:30] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004829 10.0.0.242 - - [2025-10-30 03:06:30] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003787 10.0.0.242 - - [2025-10-30 03:06:30] "POST /neutron/port HTTP/1.1" 200 117 0.001732 10.0.0.242 - - [2025-10-30 03:06:30] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006027 10.0.0.242 - - [2025-10-30 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003802 10.0.0.242 - - [2025-10-30 03:06:31] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004185 10.0.0.242 - - [2025-10-30 03:06:31] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003370 10.0.0.242 - - [2025-10-30 03:06:31] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.005947 10.0.0.242 - - [2025-10-30 03:06:31] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 200 1318 0.004403 10.0.0.242 - - [2025-10-30 03:06:31] "GET /virtual-machine-interface/c8243e79-0c67-4431-ad8a-dd138a86bbf7 HTTP/1.1" 200 3426 0.006000 10.0.0.242 - - [2025-10-30 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.242 - - [2025-10-30 03:06:31] "GET /security-group/925726a2-2d24-412f-b92c-84f145e5c9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.006093 10.0.0.242 - - [2025-10-30 03:06:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003290 10.0.0.242 - - [2025-10-30 03:06:31] "GET /security-group/925726a2-2d24-412f-b92c-84f145e5c9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.004852 10.0.0.242 - - [2025-10-30 03:06:31] "POST /neutron/security_group HTTP/1.1" 200 1457 0.008153 10.0.0.242 - - [2025-10-30 03:06:32] "POST /neutron/port HTTP/1.1" 200 1243 0.018527 10.0.0.242 - - [2025-10-30 03:06:32] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 200 1318 0.008865 10.0.0.242 - - [2025-10-30 03:06:32] "GET /virtual-machine-interface/c8243e79-0c67-4431-ad8a-dd138a86bbf7 HTTP/1.1" 200 3370 0.011210 10.0.0.242 - - [2025-10-30 03:06:32] "POST /neutron/port HTTP/1.1" 200 1179 0.020270 10.0.0.242 - - [2025-10-30 03:06:32] "POST /neutron/port HTTP/1.1" 200 1243 0.081843 10.0.0.242 - - [2025-10-30 03:06:32] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 200 1318 0.005137 10.0.0.242 - - [2025-10-30 03:06:32] "GET /virtual-machine-interface/c8243e79-0c67-4431-ad8a-dd138a86bbf7 HTTP/1.1" 200 3426 0.006749 10.0.0.242 - - [2025-10-30 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004278 10.0.0.242 - - [2025-10-30 03:06:32] "GET /security-group/925726a2-2d24-412f-b92c-84f145e5c9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.005408 10.0.0.242 - - [2025-10-30 03:06:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.005442 10.0.0.242 - - [2025-10-30 03:06:32] "GET /security-group/925726a2-2d24-412f-b92c-84f145e5c9ad?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2743 0.008474 10.0.0.242 - - [2025-10-30 03:06:32] "POST /neutron/security_group HTTP/1.1" 400 206 0.013834 10.0.0.242 - - [2025-10-30 03:06:57] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.117337 10.0.0.242 - - [2025-10-30 03:06:57] "POST /neutron/security_group_rule HTTP/1.1" 200 599 0.114403 10.0.0.254 - - [2025-10-30 03:06:57] "PUT /access-control-list/288a9548-a045-41d3-8c36-dc3c029ae986 HTTP/1.1" 200 273 0.013000 10.0.0.242 - - [2025-10-30 03:07:00] "POST /neutron/port HTTP/1.1" 200 1217 0.021301 10.0.0.242 - - [2025-10-30 03:07:00] "POST /neutron/port HTTP/1.1" 200 1205 0.081540 10.0.0.242 - - [2025-10-30 03:07:00] "GET /virtual-machine/ee8a4e20-bc39-4f38-9c02-be84df9bbae2 HTTP/1.1" 200 1320 0.005061 10.0.0.242 - - [2025-10-30 03:07:01] "POST /neutron/port HTTP/1.1" 200 151 0.284060 10.0.0.242 - - [2025-10-30 03:07:02] "GET /virtual-machine/ee8a4e20-bc39-4f38-9c02-be84df9bbae2 HTTP/1.1" 404 171 0.004242 10.0.0.242 - - [2025-10-30 03:07:02] "GET /virtual-machine/ee8a4e20-bc39-4f38-9c02-be84df9bbae2 HTTP/1.1" 404 171 0.005814 10.0.0.242 - - [2025-10-30 03:07:02] "GET /virtual-machine/ee8a4e20-bc39-4f38-9c02-be84df9bbae2 HTTP/1.1" 404 171 0.003475 10.0.0.242 - - [2025-10-30 03:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003865 10.0.0.242 - - [2025-10-30 03:07:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004751 10.0.0.242 - - [2025-10-30 03:07:03] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003265 10.0.0.242 - - [2025-10-30 03:07:03] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.006202 10.0.0.242 - - [2025-10-30 03:07:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.242 - - [2025-10-30 03:07:03] "GET /routing-instance/744bcab6-9f15-4b4e-a741-74b800818e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.006271 10.0.0.242 - - [2025-10-30 03:07:03] "GET /route-target/ae882862-f91b-4a21-ae74-e90a854a8796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005502 10.0.0.242 - - [2025-10-30 03:07:03] "GET /obj-perms HTTP/1.1" 200 5099 0.004526 10.0.0.240 - - [2025-10-30 03:07:03] "GET /obj-perms HTTP/1.1" 200 5099 0.004005 10.0.0.242 - - [2025-10-30 03:07:06] "GET /obj-perms HTTP/1.1" 200 5099 0.004293 10.0.0.242 - - [2025-10-30 03:07:06] "POST /neutron/port HTTP/1.1" 200 1243 0.016415 10.0.0.242 - - [2025-10-30 03:07:06] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 200 1318 0.007051 10.0.0.242 - - [2025-10-30 03:07:07] "POST /neutron/port HTTP/1.1" 200 1179 0.017998 10.0.0.242 - - [2025-10-30 03:07:08] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 404 171 0.004793 10.0.0.242 - - [2025-10-30 03:07:08] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 404 171 0.003776 10.0.0.242 - - [2025-10-30 03:07:08] "GET /virtual-machine/48b8455d-eaab-4984-88ad-af17666f65b6 HTTP/1.1" 404 171 0.003277 10.0.0.242 - - [2025-10-30 03:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004704 10.0.0.242 - - [2025-10-30 03:07:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006267 10.0.0.242 - - [2025-10-30 03:07:09] "GET /virtual-networks?parent_id=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 422 0.003991 10.0.0.242 - - [2025-10-30 03:07:09] "GET /virtual-network/e6e83bcc-01cf-49ce-81d0-ede5ae6ab88e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2803 0.007182 10.0.0.242 - - [2025-10-30 03:07:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004923 10.0.0.242 - - [2025-10-30 03:07:09] "GET /routing-instance/744bcab6-9f15-4b4e-a741-74b800818e8f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1683 0.005887 10.0.0.242 - - [2025-10-30 03:07:09] "GET /route-target/ae882862-f91b-4a21-ae74-e90a854a8796?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004517 10.0.0.242 - - [2025-10-30 03:07:12] "GET /obj-perms HTTP/1.1" 200 5099 0.004069 10.0.0.242 - - [2025-10-30 03:07:12] "GET /obj-perms HTTP/1.1" 200 5099 0.004171 10.0.0.254 - - [2025-10-30 03:07:12] "GET /obj-perms HTTP/1.1" 200 5099 0.004259 10.0.0.240 - - [2025-10-30 03:07:12] "GET /obj-perms HTTP/1.1" 200 5099 0.003700 10.0.0.242 - - [2025-10-30 03:07:12] "POST /neutron/network HTTP/1.1" 200 1110 0.009678 10.0.0.254 - - [2025-10-30 03:07:12] "DELETE /route-target/ae882862-f91b-4a21-ae74-e90a854a8796 HTTP/1.1" 200 115 0.020272 10.0.0.242 - - [2025-10-30 03:07:12] "POST /neutron/security_group HTTP/1.1" 200 151 0.061749 10.0.0.242 - - [2025-10-30 03:07:13] "POST /fqname-to-id HTTP/1.1" 404 249 0.004681 10.0.0.240 - - [2025-10-30 03:07:14] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001017 10.0.0.242 - - [2025-10-30 03:07:14] "GET /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1477 0.042392 10.0.0.240 - - [2025-10-30 03:07:14] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001048 10.0.0.242 - - [2025-10-30 03:07:14] "GET /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b?fields=virtual_networks HTTP/1.1" 200 1095 0.039061 10.0.0.240 - - [2025-10-30 03:07:14] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001145 10.0.0.242 - - [2025-10-30 03:07:14] "GET /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b?fields=virtual_machine_interfaces HTTP/1.1" 200 1095 0.042459 10.0.0.240 - - [2025-10-30 03:07:14] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001769 10.0.0.242 - - [2025-10-30 03:07:14] "GET /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b?fields=security_groups HTTP/1.1" 200 1347 0.055954 10.0.0.242 - - [2025-10-30 03:07:15] "POST /fqname-to-id HTTP/1.1" 404 218 0.034382 10.0.0.240 - - [2025-10-30 03:07:15] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003762 10.0.0.240 - - [2025-10-30 03:07:15] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000932 10.0.0.240 - - [2025-10-30 03:07:15] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008302 10.0.0.240 - - [2025-10-30 03:07:15] "POST /id-to-fqname HTTP/1.1" 200 221 0.001226 10.0.0.240 - - [2025-10-30 03:07:15] "POST /fqname-to-id HTTP/1.1" 404 232 0.004591 10.0.0.240 - - [2025-10-30 03:07:16] "POST /security-groups HTTP/1.1" 200 621 0.031582 10.0.0.254 - - [2025-10-30 03:07:16] "POST /fqname-to-id HTTP/1.1" 404 264 0.008312 10.0.0.240 - - [2025-10-30 03:07:16] "POST /projects HTTP/1.1" 200 645 0.249058 10.0.0.240 - - [2025-10-30 03:07:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.324726 10.0.0.254 - - [2025-10-30 03:07:16] "POST /access-control-lists HTTP/1.1" 200 626 0.032437 10.0.0.242 - - [2025-10-30 03:07:16] "GET /project/44a17cb3-2778-4ba9-8545-288ac9a132ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.466318 10.0.0.242 - - [2025-10-30 03:07:17] "GET / HTTP/1.1" 200 36215 0.002148 10.0.0.242 - - [2025-10-30 03:07:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000498 10.0.0.242 - - [2025-10-30 03:07:19] "POST /fqname-to-id HTTP/1.1" 404 254 0.060587 10.0.0.242 - - [2025-10-30 03:07:19] "POST /security-groups HTTP/1.1" 200 597 0.040714 10.0.0.242 - - [2025-10-30 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002962 10.0.0.254 - - [2025-10-30 03:07:19] "POST /fqname-to-id HTTP/1.1" 404 285 0.006675 10.0.0.242 - - [2025-10-30 03:07:19] "GET /security-group/b0a911fb-7c17-4b5d-be4e-9e7f3c13f39f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.010675 10.0.0.242 - - [2025-10-30 03:07:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.242 - - [2025-10-30 03:07:19] "GET /security-group/b0a911fb-7c17-4b5d-be4e-9e7f3c13f39f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.005748 10.0.0.242 - - [2025-10-30 03:07:20] "DELETE /security-group/b0a911fb-7c17-4b5d-be4e-9e7f3c13f39f HTTP/1.1" 200 115 0.066402 10.0.0.242 - - [2025-10-30 03:07:20] "POST /fqname-to-id HTTP/1.1" 404 254 0.003338 10.0.0.254 - - [2025-10-30 03:07:20] "DELETE /access-control-list/a45d91b5-7f18-4de9-9dbc-7e2bb8085bd2 HTTP/1.1" 200 115 0.029789 10.0.0.242 - - [2025-10-30 03:07:20] "POST /fqname-to-id HTTP/1.1" 404 254 0.003641 10.0.0.242 - - [2025-10-30 03:07:20] "POST /security-groups HTTP/1.1" 200 597 0.035775 10.0.0.242 - - [2025-10-30 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003157 10.0.0.254 - - [2025-10-30 03:07:20] "POST /fqname-to-id HTTP/1.1" 404 285 0.007007 10.0.0.242 - - [2025-10-30 03:07:20] "GET /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.005335 10.0.0.242 - - [2025-10-30 03:07:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.242 - - [2025-10-30 03:07:20] "GET /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.004066 10.0.0.242 - - [2025-10-30 03:07:21] "GET /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1948 0.004698 10.0.0.242 - - [2025-10-30 03:07:21] "PUT /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb HTTP/1.1" 200 263 0.018183 10.0.0.242 - - [2025-10-30 03:07:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.010548 10.0.0.254 - - [2025-10-30 03:07:21] "PUT /access-control-list/d1c92db0-e844-4589-9681-d2cb8d141b45 HTTP/1.1" 200 273 0.020337 10.0.0.240 - - [2025-10-30 03:07:21] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001077 10.0.0.242 - - [2025-10-30 03:07:21] "GET /project/44a17cb3-2778-4ba9-8545-288ac9a132ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.036197 10.0.0.240 - - [2025-10-30 03:07:21] "POST /useragent-kv HTTP/1.1" 200 115 0.010210 10.0.0.242 - - [2025-10-30 03:07:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.236519 10.0.0.242 - - [2025-10-30 03:07:22] "POST /id-to-fqname HTTP/1.1" 200 300 0.001451 10.0.0.242 - - [2025-10-30 03:07:22] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005117 10.0.0.242 - - [2025-10-30 03:07:22] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005996 10.0.0.242 - - [2025-10-30 03:07:22] "POST /neutron/network HTTP/1.1" 200 954 0.005994 10.0.0.242 - - [2025-10-30 03:07:22] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005846 10.0.0.242 - - [2025-10-30 03:07:23] "POST /id-to-fqname HTTP/1.1" 200 300 0.002202 10.0.0.242 - - [2025-10-30 03:07:23] "POST /neutron/network HTTP/1.1" 200 964 0.007454 10.0.0.240 - - [2025-10-30 03:07:24] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001135 10.0.0.242 - - [2025-10-30 03:07:24] "GET /project/44a17cb3-2778-4ba9-8545-288ac9a132ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.064996 10.0.0.242 - - [2025-10-30 03:07:24] "POST /neutron/port HTTP/1.1" 200 117 0.006373 10.0.0.242 - - [2025-10-30 03:07:24] "POST /id-to-fqname HTTP/1.1" 200 300 0.001461 10.0.0.242 - - [2025-10-30 03:07:24] "POST /neutron/network HTTP/1.1" 200 964 0.007592 10.0.0.240 - - [2025-10-30 03:07:25] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001089 10.0.0.242 - - [2025-10-30 03:07:25] "POST /neutron/port HTTP/1.1" 200 1090 0.334213 10.0.0.240 - - [2025-10-30 03:07:25] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001244 10.0.0.242 - - [2025-10-30 03:07:25] "GET /project/44a17cb3-2778-4ba9-8545-288ac9a132ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.079478 10.0.0.242 - - [2025-10-30 03:07:25] "POST /neutron/network HTTP/1.1" 200 954 0.057217 10.0.0.242 - - [2025-10-30 03:07:26] "POST /neutron/port HTTP/1.1" 200 1119 0.023934 10.0.0.242 - - [2025-10-30 03:07:26] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007382 10.0.0.242 - - [2025-10-30 03:07:26] "POST /neutron/network HTTP/1.1" 200 954 0.037708 10.0.0.242 - - [2025-10-30 03:07:26] "POST /neutron/network HTTP/1.1" 200 964 0.006944 10.0.0.242 - - [2025-10-30 03:07:26] "POST /neutron/port HTTP/1.1" 200 1090 0.017229 10.0.0.242 - - [2025-10-30 03:07:27] "POST /neutron/port HTTP/1.1" 200 1119 0.017150 10.0.0.242 - - [2025-10-30 03:07:27] "POST /neutron/port HTTP/1.1" 200 117 0.001293 10.0.0.242 - - [2025-10-30 03:07:30] "POST /neutron/port HTTP/1.1" 200 1119 0.018966 10.0.0.242 - - [2025-10-30 03:07:30] "POST /neutron/subnet HTTP/1.1" 200 699 0.009585 10.0.0.242 - - [2025-10-30 03:07:31] "POST /neutron/port HTTP/1.1" 200 1119 0.017671 10.0.0.242 - - [2025-10-30 03:07:31] "POST /neutron/security_group HTTP/1.1" 200 1292 0.007840 10.0.0.242 - - [2025-10-30 03:07:31] "POST /neutron/port HTTP/1.1" 200 1119 0.015740 10.0.0.242 - - [2025-10-30 03:07:31] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 401 293 0.000656 10.0.0.242 - - [2025-10-30 03:07:31] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 200 1324 0.027478 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 200 1324 0.004629 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-machine-interface/49b1733b-b4cb-4aa6-a9fe-2012b6603e3b HTTP/1.1" 200 3270 0.005774 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 200 1324 0.005201 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-machine-interface/49b1733b-b4cb-4aa6-a9fe-2012b6603e3b HTTP/1.1" 200 3270 0.006258 10.0.0.242 - - [2025-10-30 03:07:32] "GET /instance-ip/3af9c72d-7b2e-42f8-870b-65b29d7ce806 HTTP/1.1" 200 1732 0.007601 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 200 1324 0.005332 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-machine-interface/49b1733b-b4cb-4aa6-a9fe-2012b6603e3b HTTP/1.1" 200 3270 0.006945 10.0.0.242 - - [2025-10-30 03:07:32] "GET /instance-ip/3af9c72d-7b2e-42f8-870b-65b29d7ce806 HTTP/1.1" 200 1732 0.005373 10.0.0.242 - - [2025-10-30 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.242 - - [2025-10-30 03:07:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003708 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003800 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006300 10.0.0.242 - - [2025-10-30 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.242 - - [2025-10-30 03:07:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004676 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004722 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007434 10.0.0.242 - - [2025-10-30 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.010469 10.0.0.242 - - [2025-10-30 03:07:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004382 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003456 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006181 10.0.0.242 - - [2025-10-30 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003915 10.0.0.242 - - [2025-10-30 03:07:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004915 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004125 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006432 10.0.0.242 - - [2025-10-30 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.242 - - [2025-10-30 03:07:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004684 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003280 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006371 10.0.0.242 - - [2025-10-30 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004138 10.0.0.242 - - [2025-10-30 03:07:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004534 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003260 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006272 10.0.0.242 - - [2025-10-30 03:07:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.242 - - [2025-10-30 03:07:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004550 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003407 10.0.0.242 - - [2025-10-30 03:07:32] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006249 10.0.0.242 - - [2025-10-30 03:07:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003457 10.0.0.242 - - [2025-10-30 03:07:36] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005895 10.0.0.242 - - [2025-10-30 03:07:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004487 10.0.0.242 - - [2025-10-30 03:07:40] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007892 10.0.0.242 - - [2025-10-30 03:07:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.242 - - [2025-10-30 03:07:44] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006080 10.0.0.242 - - [2025-10-30 03:07:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.242 - - [2025-10-30 03:07:48] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005617 10.0.0.242 - - [2025-10-30 03:07:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.242 - - [2025-10-30 03:07:52] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005942 10.0.0.242 - - [2025-10-30 03:07:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003448 10.0.0.242 - - [2025-10-30 03:07:56] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005328 10.0.0.254 - - [2025-10-30 03:07:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000687 10.0.0.254 - - [2025-10-30 03:07:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000459 10.0.0.254 - - [2025-10-30 03:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000544 10.0.0.254 - - [2025-10-30 03:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000544 10.0.0.242 - - [2025-10-30 03:08:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004276 10.0.0.242 - - [2025-10-30 03:08:00] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006939 10.0.0.240 - - [2025-10-30 03:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.240 - - [2025-10-30 03:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.242 - - [2025-10-30 03:08:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000561 10.0.0.240 - - [2025-10-30 03:08:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000582 10.0.0.242 - - [2025-10-30 03:08:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000567 10.0.0.240 - - [2025-10-30 03:08:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000543 10.0.0.242 - - [2025-10-30 03:08:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004499 10.0.0.242 - - [2025-10-30 03:08:02] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004518 10.0.0.242 - - [2025-10-30 03:08:02] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003479 10.0.0.242 - - [2025-10-30 03:08:02] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.011237 10.0.0.242 - - [2025-10-30 03:08:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.242 - - [2025-10-30 03:08:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.242 - - [2025-10-30 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003524 10.0.0.242 - - [2025-10-30 03:08:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003525 10.0.0.242 - - [2025-10-30 03:08:03] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003778 10.0.0.242 - - [2025-10-30 03:08:03] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006008 10.0.0.242 - - [2025-10-30 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.242 - - [2025-10-30 03:08:03] "GET /routing-instance/7fa93ddc-2bf1-44a2-829b-20c04eee25db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004579 10.0.0.242 - - [2025-10-30 03:08:03] "GET /route-target/295ad9de-4d39-41fb-873c-daa38ef93648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.003989 10.0.0.242 - - [2025-10-30 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.242 - - [2025-10-30 03:08:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004318 10.0.0.242 - - [2025-10-30 03:08:03] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003053 10.0.0.242 - - [2025-10-30 03:08:03] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006201 10.0.0.242 - - [2025-10-30 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.242 - - [2025-10-30 03:08:03] "GET /routing-instance/7fa93ddc-2bf1-44a2-829b-20c04eee25db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004345 10.0.0.242 - - [2025-10-30 03:08:03] "GET /route-target/295ad9de-4d39-41fb-873c-daa38ef93648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004502 10.0.0.242 - - [2025-10-30 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004895 10.0.0.242 - - [2025-10-30 03:08:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005942 10.0.0.242 - - [2025-10-30 03:08:03] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003637 10.0.0.242 - - [2025-10-30 03:08:03] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006229 10.0.0.242 - - [2025-10-30 03:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003655 10.0.0.242 - - [2025-10-30 03:08:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004288 10.0.0.242 - - [2025-10-30 03:08:03] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003454 10.0.0.242 - - [2025-10-30 03:08:03] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006075 10.0.0.240 - - [2025-10-30 03:08:03] "GET /obj-perms HTTP/1.1" 200 5109 0.059889 10.0.0.242 - - [2025-10-30 03:08:03] "GET /obj-perms HTTP/1.1" 200 5109 0.042275 10.0.0.242 - - [2025-10-30 03:08:04] "GET /obj-perms HTTP/1.1" 200 5109 0.004547 10.0.0.242 - - [2025-10-30 03:08:04] "GET /obj-perms HTTP/1.1" 200 5109 0.004045 10.0.0.254 - - [2025-10-30 03:08:04] "GET /obj-perms HTTP/1.1" 200 5109 0.051705 10.0.0.240 - - [2025-10-30 03:08:04] "GET /obj-perms HTTP/1.1" 200 5109 0.004941 10.0.0.242 - - [2025-10-30 03:08:04] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 200 1324 0.004524 10.0.0.242 - - [2025-10-30 03:08:04] "GET /virtual-machine-interface/49b1733b-b4cb-4aa6-a9fe-2012b6603e3b HTTP/1.1" 200 3270 0.008142 10.0.0.242 - - [2025-10-30 03:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004334 10.0.0.242 - - [2025-10-30 03:08:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004015 10.0.0.242 - - [2025-10-30 03:08:04] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003464 10.0.0.242 - - [2025-10-30 03:08:04] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006700 10.0.0.240 - - [2025-10-30 03:08:05] "DELETE /project/44a17cb327784ba98545288ac9a132ef HTTP/1.1" 404 173 0.006792 10.0.0.240 - - [2025-10-30 03:08:05] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000894 10.0.0.240 - - [2025-10-30 03:08:05] "GET /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1579 0.036747 10.0.0.240 - - [2025-10-30 03:08:05] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.001115 10.0.0.240 - - [2025-10-30 03:08:05] "GET /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b?fields=security_groups HTTP/1.1" 200 1449 0.044229 10.0.0.242 - - [2025-10-30 03:08:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.013891 10.0.0.242 - - [2025-10-30 03:08:05] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004087 10.0.0.242 - - [2025-10-30 03:08:05] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003121 10.0.0.242 - - [2025-10-30 03:08:05] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008206 10.0.0.240 - - [2025-10-30 03:08:05] "DELETE /security-group/ca42d2a6-be8a-4d77-9788-aebf6e5382d8 HTTP/1.1" 200 115 0.061788 10.0.0.240 - - [2025-10-30 03:08:05] "GET /projects?obj_uuids=d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b&detail=False&count=False&shared=False HTTP/1.1" 200 374 0.000859 10.0.0.254 - - [2025-10-30 03:08:05] "DELETE /access-control-list/bb9fb2ea-226c-4ffa-8b9f-a8b8a598cc09 HTTP/1.1" 200 115 0.043341 10.0.0.240 - - [2025-10-30 03:08:05] "GET /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b?fields=application_policy_sets HTTP/1.1" 200 1488 0.062397 10.0.0.242 - - [2025-10-30 03:08:05] "POST /neutron/security_group HTTP/1.1" 200 1292 0.017367 10.0.0.240 - - [2025-10-30 03:08:05] "DELETE /project/d9384c60-94e5-4af8-9d4b-3dc7fdb30f0b HTTP/1.1" 200 115 0.403888 10.0.0.242 - - [2025-10-30 03:08:12] "POST /neutron/port HTTP/1.1" 200 1119 0.016495 10.0.0.242 - - [2025-10-30 03:08:16] "POST /neutron/security_group HTTP/1.1" 200 1292 0.010792 10.0.0.242 - - [2025-10-30 03:08:20] "POST /neutron/port HTTP/1.1" 200 1119 0.016809 10.0.0.242 - - [2025-10-30 03:08:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005343 10.0.0.242 - - [2025-10-30 03:08:20] "POST /neutron/network HTTP/1.1" 200 954 0.009772 10.0.0.242 - - [2025-10-30 03:08:21] "POST /neutron/port HTTP/1.1" 200 1119 0.017006 10.0.0.242 - - [2025-10-30 03:08:21] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009926 10.0.0.242 - - [2025-10-30 03:08:21] "GET /virtual-machine/97f33fa0-27d3-49d2-a99e-4fff63263d13 HTTP/1.1" 200 1325 0.007896 10.0.0.242 - - [2025-10-30 03:08:21] "GET /virtual-machine/97f33fa0-27d3-49d2-a99e-4fff63263d13 HTTP/1.1" 200 1325 0.004446 10.0.0.242 - - [2025-10-30 03:08:21] "GET /virtual-machine-interface/4cb84123-1f20-41c8-9e87-fd33d680f646 HTTP/1.1" 200 3270 0.007323 10.0.0.242 - - [2025-10-30 03:08:21] "GET /virtual-machine/97f33fa0-27d3-49d2-a99e-4fff63263d13 HTTP/1.1" 200 1325 0.005262 10.0.0.242 - - [2025-10-30 03:08:21] "GET /virtual-machine-interface/4cb84123-1f20-41c8-9e87-fd33d680f646 HTTP/1.1" 200 3270 0.006640 10.0.0.242 - - [2025-10-30 03:08:21] "GET /instance-ip/f1b23e0f-b51f-4548-92a9-fb34380e5e3f HTTP/1.1" 200 1734 0.006778 10.0.0.242 - - [2025-10-30 03:08:21] "GET /virtual-machine/97f33fa0-27d3-49d2-a99e-4fff63263d13 HTTP/1.1" 200 1325 0.003664 10.0.0.242 - - [2025-10-30 03:08:21] "GET /virtual-machine-interface/4cb84123-1f20-41c8-9e87-fd33d680f646 HTTP/1.1" 200 3270 0.005584 10.0.0.242 - - [2025-10-30 03:08:21] "GET /instance-ip/f1b23e0f-b51f-4548-92a9-fb34380e5e3f HTTP/1.1" 200 1734 0.004259 10.0.0.242 - - [2025-10-30 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004188 10.0.0.242 - - [2025-10-30 03:08:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004200 10.0.0.242 - - [2025-10-30 03:08:21] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004388 10.0.0.242 - - [2025-10-30 03:08:21] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.008251 10.0.0.242 - - [2025-10-30 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004995 10.0.0.242 - - [2025-10-30 03:08:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005634 10.0.0.242 - - [2025-10-30 03:08:21] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004035 10.0.0.242 - - [2025-10-30 03:08:21] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007946 10.0.0.242 - - [2025-10-30 03:08:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.006621 10.0.0.242 - - [2025-10-30 03:08:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005654 10.0.0.242 - - [2025-10-30 03:08:22] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003849 10.0.0.242 - - [2025-10-30 03:08:22] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007156 10.0.0.242 - - [2025-10-30 03:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.242 - - [2025-10-30 03:08:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004701 10.0.0.242 - - [2025-10-30 03:08:22] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003812 10.0.0.242 - - [2025-10-30 03:08:22] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009079 10.0.0.242 - - [2025-10-30 03:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.242 - - [2025-10-30 03:08:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007081 10.0.0.242 - - [2025-10-30 03:08:22] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004035 10.0.0.242 - - [2025-10-30 03:08:22] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007290 10.0.0.242 - - [2025-10-30 03:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004970 10.0.0.242 - - [2025-10-30 03:08:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005878 10.0.0.242 - - [2025-10-30 03:08:22] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004001 10.0.0.242 - - [2025-10-30 03:08:22] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.009078 10.0.0.242 - - [2025-10-30 03:08:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.242 - - [2025-10-30 03:08:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004568 10.0.0.242 - - [2025-10-30 03:08:22] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003459 10.0.0.242 - - [2025-10-30 03:08:22] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006724 10.0.0.242 - - [2025-10-30 03:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004060 10.0.0.242 - - [2025-10-30 03:08:23] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004509 10.0.0.242 - - [2025-10-30 03:08:23] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003210 10.0.0.242 - - [2025-10-30 03:08:23] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007413 10.0.0.242 - - [2025-10-30 03:08:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.005213 10.0.0.242 - - [2025-10-30 03:08:23] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005615 10.0.0.242 - - [2025-10-30 03:08:23] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004013 10.0.0.242 - - [2025-10-30 03:08:24] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.007739 10.0.0.242 - - [2025-10-30 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.242 - - [2025-10-30 03:08:24] "GET /routing-instance/7fa93ddc-2bf1-44a2-829b-20c04eee25db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.006270 10.0.0.242 - - [2025-10-30 03:08:24] "GET /route-target/295ad9de-4d39-41fb-873c-daa38ef93648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.005957 10.0.0.242 - - [2025-10-30 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005394 10.0.0.242 - - [2025-10-30 03:08:24] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004354 10.0.0.242 - - [2025-10-30 03:08:24] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003497 10.0.0.242 - - [2025-10-30 03:08:24] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006402 10.0.0.242 - - [2025-10-30 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003546 10.0.0.242 - - [2025-10-30 03:08:24] "GET /routing-instance/7fa93ddc-2bf1-44a2-829b-20c04eee25db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.005035 10.0.0.242 - - [2025-10-30 03:08:24] "GET /route-target/295ad9de-4d39-41fb-873c-daa38ef93648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004144 10.0.0.242 - - [2025-10-30 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003587 10.0.0.242 - - [2025-10-30 03:08:24] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006925 10.0.0.242 - - [2025-10-30 03:08:24] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004645 10.0.0.242 - - [2025-10-30 03:08:24] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.005821 10.0.0.242 - - [2025-10-30 03:08:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.242 - - [2025-10-30 03:08:24] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004857 10.0.0.242 - - [2025-10-30 03:08:24] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003251 10.0.0.242 - - [2025-10-30 03:08:24] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006465 10.0.0.242 - - [2025-10-30 03:08:24] "GET /obj-perms HTTP/1.1" 200 5109 0.003993 10.0.0.240 - - [2025-10-30 03:08:24] "GET /obj-perms HTTP/1.1" 200 5109 0.004372 10.0.0.242 - - [2025-10-30 03:08:24] "GET /obj-perms HTTP/1.1" 200 5109 0.004066 10.0.0.240 - - [2025-10-30 03:08:24] "GET /obj-perms HTTP/1.1" 200 5109 0.005707 10.0.0.242 - - [2025-10-30 03:08:24] "GET /virtual-machine/97f33fa0-27d3-49d2-a99e-4fff63263d13 HTTP/1.1" 200 1325 0.003741 10.0.0.242 - - [2025-10-30 03:08:25] "GET /virtual-machine-interface/4cb84123-1f20-41c8-9e87-fd33d680f646 HTTP/1.1" 200 3270 0.006160 10.0.0.242 - - [2025-10-30 03:08:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.242 - - [2025-10-30 03:08:25] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004014 10.0.0.242 - - [2025-10-30 03:08:25] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003704 10.0.0.242 - - [2025-10-30 03:08:25] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006717 10.0.0.242 - - [2025-10-30 03:08:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004429 10.0.0.242 - - [2025-10-30 03:08:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004273 10.0.0.242 - - [2025-10-30 03:08:26] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.003135 10.0.0.242 - - [2025-10-30 03:08:26] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006268 10.0.0.242 - - [2025-10-30 03:08:26] "POST /neutron/port HTTP/1.1" 200 1119 0.015473 10.0.0.242 - - [2025-10-30 03:08:31] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 200 1324 0.005756 10.0.0.242 - - [2025-10-30 03:08:31] "GET /virtual-machine-interface/49b1733b-b4cb-4aa6-a9fe-2012b6603e3b HTTP/1.1" 200 3270 0.008286 10.0.0.242 - - [2025-10-30 03:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003298 10.0.0.242 - - [2025-10-30 03:08:31] "GET /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004607 10.0.0.242 - - [2025-10-30 03:08:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003656 10.0.0.242 - - [2025-10-30 03:08:31] "GET /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004761 10.0.0.242 - - [2025-10-30 03:08:31] "POST /neutron/security_group HTTP/1.1" 200 1292 0.009158 10.0.0.242 - - [2025-10-30 03:08:31] "POST /neutron/port HTTP/1.1" 200 1144 0.014809 10.0.0.242 - - [2025-10-30 03:08:31] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 200 1324 0.004363 10.0.0.242 - - [2025-10-30 03:08:31] "GET /virtual-machine-interface/49b1733b-b4cb-4aa6-a9fe-2012b6603e3b HTTP/1.1" 200 3209 0.007617 10.0.0.242 - - [2025-10-30 03:08:32] "POST /neutron/port HTTP/1.1" 200 1080 0.019021 10.0.0.242 - - [2025-10-30 03:08:32] "POST /neutron/port HTTP/1.1" 200 1106 0.012291 10.0.0.242 - - [2025-10-30 03:08:32] "POST /neutron/network HTTP/1.1" 200 964 0.008636 10.0.0.242 - - [2025-10-30 03:08:32] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 200 1324 0.003340 10.0.0.242 - - [2025-10-30 03:08:32] "GET /virtual-machine-interface/49b1733b-b4cb-4aa6-a9fe-2012b6603e3b HTTP/1.1" 200 3270 0.007772 10.0.0.242 - - [2025-10-30 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.002897 10.0.0.242 - - [2025-10-30 03:08:32] "GET /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004092 10.0.0.242 - - [2025-10-30 03:08:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003010 10.0.0.242 - - [2025-10-30 03:08:32] "POST /neutron/port HTTP/1.1" 200 117 0.001272 10.0.0.242 - - [2025-10-30 03:08:32] "GET /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.004076 10.0.0.242 - - [2025-10-30 03:08:32] "DELETE /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb HTTP/1.1" 409 338 0.009243 10.0.0.242 - - [2025-10-30 03:08:39] "GET /obj-perms HTTP/1.1" 200 5075 0.047854 10.0.0.242 - - [2025-10-30 03:09:22] "POST /neutron/port HTTP/1.1" 200 1119 0.014784 10.0.0.242 - - [2025-10-30 03:09:22] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003929 10.0.0.242 - - [2025-10-30 03:09:22] "POST /neutron/network HTTP/1.1" 200 954 0.010206 10.0.0.242 - - [2025-10-30 03:09:33] "POST /neutron/network HTTP/1.1" 200 964 0.010376 10.0.0.242 - - [2025-10-30 03:09:33] "POST /neutron/port HTTP/1.1" 200 117 0.001801 10.0.0.242 - - [2025-10-30 03:10:01] "GET /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2581 0.007253 10.0.0.242 - - [2025-10-30 03:10:01] "PUT /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb HTTP/1.1" 200 263 0.026686 10.0.0.254 - - [2025-10-30 03:10:01] "PUT /access-control-list/d1c92db0-e844-4589-9681-d2cb8d141b45 HTTP/1.1" 200 273 0.018897 10.0.0.242 - - [2025-10-30 03:10:04] "POST /neutron/port HTTP/1.1" 200 1119 0.020738 10.0.0.242 - - [2025-10-30 03:10:04] "POST /neutron/port HTTP/1.1" 200 1106 0.082697 10.0.0.242 - - [2025-10-30 03:10:04] "GET /virtual-machine/97f33fa0-27d3-49d2-a99e-4fff63263d13 HTTP/1.1" 200 1325 0.004848 10.0.0.242 - - [2025-10-30 03:10:05] "POST /neutron/port HTTP/1.1" 200 151 0.161556 10.0.0.242 - - [2025-10-30 03:10:06] "GET /virtual-machine/97f33fa0-27d3-49d2-a99e-4fff63263d13 HTTP/1.1" 404 171 0.004153 10.0.0.242 - - [2025-10-30 03:10:06] "GET /virtual-machine/97f33fa0-27d3-49d2-a99e-4fff63263d13 HTTP/1.1" 404 171 0.002822 10.0.0.242 - - [2025-10-30 03:10:06] "GET /virtual-machine/97f33fa0-27d3-49d2-a99e-4fff63263d13 HTTP/1.1" 404 171 0.002842 10.0.0.242 - - [2025-10-30 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004791 10.0.0.242 - - [2025-10-30 03:10:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005033 10.0.0.242 - - [2025-10-30 03:10:06] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.004009 10.0.0.242 - - [2025-10-30 03:10:06] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006404 10.0.0.242 - - [2025-10-30 03:10:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003235 10.0.0.242 - - [2025-10-30 03:10:07] "GET /routing-instance/7fa93ddc-2bf1-44a2-829b-20c04eee25db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.011519 10.0.0.242 - - [2025-10-30 03:10:07] "GET /route-target/295ad9de-4d39-41fb-873c-daa38ef93648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.011215 10.0.0.242 - - [2025-10-30 03:10:10] "GET /obj-perms HTTP/1.1" 200 5109 0.006363 10.0.0.240 - - [2025-10-30 03:10:10] "GET /obj-perms HTTP/1.1" 200 5109 0.005835 10.0.0.242 - - [2025-10-30 03:10:19] "GET /obj-perms HTTP/1.1" 200 5109 0.004246 10.0.0.240 - - [2025-10-30 03:10:19] "GET /obj-perms HTTP/1.1" 200 5109 0.004372 10.0.0.242 - - [2025-10-30 03:10:24] "POST /neutron/network HTTP/1.1" 200 964 0.009249 10.0.0.242 - - [2025-10-30 03:10:24] "POST /neutron/port HTTP/1.1" 200 117 0.001344 10.0.0.242 - - [2025-10-30 03:10:28] "GET /obj-perms HTTP/1.1" 200 5109 0.004820 10.0.0.240 - - [2025-10-30 03:10:28] "GET /obj-perms HTTP/1.1" 200 5109 0.004031 10.0.0.242 - - [2025-10-30 03:10:34] "GET /obj-perms HTTP/1.1" 200 5109 0.005625 10.0.0.254 - - [2025-10-30 03:10:34] "GET /obj-perms HTTP/1.1" 200 5109 0.003939 10.0.0.240 - - [2025-10-30 03:10:34] "GET /obj-perms HTTP/1.1" 200 5109 0.005192 10.0.0.242 - - [2025-10-30 03:10:35] "POST /neutron/port HTTP/1.1" 200 1119 0.016999 10.0.0.242 - - [2025-10-30 03:10:35] "POST /neutron/port HTTP/1.1" 200 1106 0.092446 10.0.0.242 - - [2025-10-30 03:10:35] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 200 1324 0.004757 10.0.0.242 - - [2025-10-30 03:10:36] "POST /neutron/port HTTP/1.1" 200 151 0.232806 10.0.0.242 - - [2025-10-30 03:10:37] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 404 171 0.003508 10.0.0.242 - - [2025-10-30 03:10:37] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 404 171 0.003027 10.0.0.242 - - [2025-10-30 03:10:37] "GET /virtual-machine/10ffa5c0-2482-4cb9-a96a-4a38c18c4124 HTTP/1.1" 404 171 0.004056 10.0.0.242 - - [2025-10-30 03:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003806 10.0.0.242 - - [2025-10-30 03:10:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004073 10.0.0.242 - - [2025-10-30 03:10:37] "GET /virtual-networks?parent_id=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 432 0.002878 10.0.0.242 - - [2025-10-30 03:10:37] "GET /virtual-network/dd835474-0917-487c-a544-aa409150fdcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2254 0.006158 10.0.0.242 - - [2025-10-30 03:10:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003051 10.0.0.242 - - [2025-10-30 03:10:37] "GET /routing-instance/7fa93ddc-2bf1-44a2-829b-20c04eee25db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1707 0.004618 10.0.0.242 - - [2025-10-30 03:10:37] "GET /route-target/295ad9de-4d39-41fb-873c-daa38ef93648?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 901 0.004008 10.0.0.242 - - [2025-10-30 03:10:37] "GET /obj-perms HTTP/1.1" 200 5109 0.006900 10.0.0.242 - - [2025-10-30 03:10:43] "GET /obj-perms HTTP/1.1" 200 5109 0.004048 10.0.0.242 - - [2025-10-30 03:10:43] "GET /obj-perms HTTP/1.1" 200 5109 0.004741 10.0.0.242 - - [2025-10-30 03:10:44] "DELETE /security-group/db43a0d2-a48e-43ad-8fe0-252e3ff91ceb HTTP/1.1" 200 115 0.054222 10.0.0.242 - - [2025-10-30 03:10:44] "POST /fqname-to-id HTTP/1.1" 404 254 0.003978 10.0.0.254 - - [2025-10-30 03:10:44] "DELETE /access-control-list/35a1d4d9-a268-4b49-b333-4a18603b7c9d HTTP/1.1" 200 115 0.060483 10.0.0.240 - - [2025-10-30 03:10:46] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.025339 10.0.0.242 - - [2025-10-30 03:10:46] "GET /project/44a17cb3-2778-4ba9-8545-288ac9a132ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.094783 10.0.0.240 - - [2025-10-30 03:10:46] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001422 10.0.0.242 - - [2025-10-30 03:10:46] "GET /project/44a17cb3-2778-4ba9-8545-288ac9a132ef?fields=virtual_networks HTTP/1.1" 200 1103 0.044457 10.0.0.240 - - [2025-10-30 03:10:46] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001164 10.0.0.242 - - [2025-10-30 03:10:46] "GET /project/44a17cb3-2778-4ba9-8545-288ac9a132ef?fields=virtual_machine_interfaces HTTP/1.1" 200 1103 0.051917 10.0.0.240 - - [2025-10-30 03:10:46] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001121 10.0.0.242 - - [2025-10-30 03:10:46] "GET /project/44a17cb3-2778-4ba9-8545-288ac9a132ef?fields=security_groups HTTP/1.1" 200 1360 0.064368 10.0.0.242 - - [2025-10-30 03:10:47] "POST /fqname-to-id HTTP/1.1" 404 209 0.025868 10.0.0.240 - - [2025-10-30 03:10:47] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004221 10.0.0.240 - - [2025-10-30 03:10:47] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001409 10.0.0.240 - - [2025-10-30 03:10:47] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009436 10.0.0.240 - - [2025-10-30 03:10:47] "POST /id-to-fqname HTTP/1.1" 200 212 0.002913 10.0.0.240 - - [2025-10-30 03:10:47] "POST /fqname-to-id HTTP/1.1" 404 222 0.009240 10.0.0.240 - - [2025-10-30 03:10:47] "POST /security-groups HTTP/1.1" 200 612 0.075676 10.0.0.240 - - [2025-10-30 03:10:47] "POST /projects HTTP/1.1" 200 627 0.296676 10.0.0.254 - - [2025-10-30 03:10:47] "POST /access-control-lists HTTP/1.1" 200 619 0.030783 10.0.0.240 - - [2025-10-30 03:10:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.368182 10.0.0.242 - - [2025-10-30 03:10:47] "GET /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.514379 10.0.0.242 - - [2025-10-30 03:10:48] "GET / HTTP/1.1" 200 36215 0.001627 10.0.0.242 - - [2025-10-30 03:10:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.242 - - [2025-10-30 03:10:50] "POST /fqname-to-id HTTP/1.1" 404 245 0.054258 10.0.0.240 - - [2025-10-30 03:10:51] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001112 10.0.0.254 - - [2025-10-30 03:10:51] "POST /fqname-to-id HTTP/1.1" 404 277 0.005042 10.0.0.254 - - [2025-10-30 03:10:51] "POST /access-control-lists HTTP/1.1" 200 639 0.075837 10.0.0.242 - - [2025-10-30 03:10:51] "POST /neutron/security_group HTTP/1.1" 200 1423 0.438302 10.0.0.254 - - [2025-10-30 03:10:51] "PUT /access-control-list/fedda1b0-828b-4214-9f8c-a910f00f65ff HTTP/1.1" 200 273 0.018134 10.0.0.242 - - [2025-10-30 03:10:51] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.160225 10.0.0.242 - - [2025-10-30 03:10:52] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.120956 10.0.0.242 - - [2025-10-30 03:10:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004668 10.0.0.254 - - [2025-10-30 03:10:52] "PUT /access-control-list/fedda1b0-828b-4214-9f8c-a910f00f65ff HTTP/1.1" 200 273 0.018185 10.0.0.242 - - [2025-10-30 03:10:52] "GET /security-group/572edaf2-00f0-48e7-8cf8-c663c51e57fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.013208 10.0.0.242 - - [2025-10-30 03:10:52] "POST /fqname-to-id HTTP/1.1" 404 245 0.004951 10.0.0.242 - - [2025-10-30 03:10:53] "POST /fqname-to-id HTTP/1.1" 404 245 0.004406 10.0.0.240 - - [2025-10-30 03:10:53] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.004097 10.0.0.254 - - [2025-10-30 03:10:53] "POST /fqname-to-id HTTP/1.1" 404 277 0.004389 10.0.0.254 - - [2025-10-30 03:10:53] "POST /access-control-lists HTTP/1.1" 200 639 0.042670 10.0.0.242 - - [2025-10-30 03:10:53] "POST /neutron/security_group HTTP/1.1" 200 1423 0.352312 10.0.0.254 - - [2025-10-30 03:10:53] "PUT /access-control-list/c30a936e-5bf9-4676-9f54-7d9587ce04f8 HTTP/1.1" 200 273 0.022020 10.0.0.242 - - [2025-10-30 03:10:53] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.173920 10.0.0.242 - - [2025-10-30 03:10:54] "POST /neutron/security_group_rule HTTP/1.1" 200 584 0.119390 10.0.0.242 - - [2025-10-30 03:10:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003165 10.0.0.242 - - [2025-10-30 03:10:54] "GET /security-group/510228db-b45d-4376-a3e1-fd9eed5e471d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2003 0.004007 10.0.0.254 - - [2025-10-30 03:10:54] "PUT /access-control-list/c30a936e-5bf9-4676-9f54-7d9587ce04f8 HTTP/1.1" 200 273 0.021591 10.0.0.242 - - [2025-10-30 03:10:54] "POST /neutron/security_group_rule HTTP/1.1" 200 115 0.164466 10.0.0.242 - - [2025-10-30 03:10:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003584 10.0.0.254 - - [2025-10-30 03:10:55] "PUT /access-control-list/af2ba4e9-edd1-4f10-b3f5-d97c1e9329e1 HTTP/1.1" 200 273 0.016329 10.0.0.240 - - [2025-10-30 03:10:55] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001124 10.0.0.242 - - [2025-10-30 03:10:55] "GET /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.051468 10.0.0.242 - - [2025-10-30 03:10:55] "POST /neutron/network HTTP/1.1" 200 117 0.012213 10.0.0.242 - - [2025-10-30 03:10:55] "POST /neutron/network HTTP/1.1" 200 925 0.011719 10.0.0.242 - - [2025-10-30 03:10:55] "POST /id-to-fqname HTTP/1.1" 200 282 0.002231 10.0.0.242 - - [2025-10-30 03:10:55] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008143 10.0.0.242 - - [2025-10-30 03:10:55] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008131 10.0.0.242 - - [2025-10-30 03:10:55] "POST /neutron/subnet HTTP/1.1" 200 715 0.013152 10.0.0.242 - - [2025-10-30 03:10:56] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006847 10.0.0.254 - - [2025-10-30 03:10:57] "GET /obj-perms HTTP/1.1" 200 5091 0.053770 10.0.0.240 - - [2025-10-30 03:10:57] "GET /obj-perms HTTP/1.1" 200 5091 0.057860 10.0.0.242 - - [2025-10-30 03:10:57] "POST /id-to-fqname HTTP/1.1" 200 282 0.001627 10.0.0.240 - - [2025-10-30 03:10:58] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.002006 10.0.0.242 - - [2025-10-30 03:10:58] "GET /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.083962 10.0.0.242 - - [2025-10-30 03:10:58] "POST /neutron/network HTTP/1.1" 200 925 0.009643 10.0.0.242 - - [2025-10-30 03:10:58] "POST /id-to-fqname HTTP/1.1" 200 282 0.002202 10.0.0.242 - - [2025-10-30 03:10:58] "POST /neutron/port HTTP/1.1" 200 117 0.007604 10.0.0.242 - - [2025-10-30 03:10:59] "POST /neutron/network HTTP/1.1" 200 935 0.007380 10.0.0.242 - - [2025-10-30 03:10:59] "POST /neutron/port HTTP/1.1" 200 1079 0.016981 10.0.0.240 - - [2025-10-30 03:10:59] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001030 10.0.0.242 - - [2025-10-30 03:10:59] "POST /neutron/port HTTP/1.1" 200 1107 0.019131 10.0.0.242 - - [2025-10-30 03:10:59] "GET /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.081649 10.0.0.242 - - [2025-10-30 03:10:59] "POST /neutron/network HTTP/1.1" 200 925 0.007496 10.0.0.242 - - [2025-10-30 03:10:59] "POST /neutron/port HTTP/1.1" 200 1107 0.019908 10.0.0.242 - - [2025-10-30 03:11:00] "POST /neutron/port HTTP/1.1" 200 1107 0.020044 10.0.0.240 - - [2025-10-30 03:11:00] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001574 10.0.0.242 - - [2025-10-30 03:11:00] "POST /neutron/security_group HTTP/1.1" 200 3410 0.078697 10.0.0.242 - - [2025-10-30 03:11:00] "POST /neutron/port HTTP/1.1" 200 1079 0.021514 10.0.0.242 - - [2025-10-30 03:11:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004900 10.0.0.242 - - [2025-10-30 03:11:01] "POST /neutron/network HTTP/1.1" 200 925 0.008314 10.0.0.242 - - [2025-10-30 03:11:05] "POST /neutron/port HTTP/1.1" 200 1107 0.019987 10.0.0.242 - - [2025-10-30 03:11:05] "POST /neutron/security_group HTTP/1.1" 200 1413 0.011845 10.0.0.242 - - [2025-10-30 03:11:05] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 401 293 0.000907 10.0.0.242 - - [2025-10-30 03:11:05] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 200 1316 0.028455 10.0.0.242 - - [2025-10-30 03:11:05] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 200 1316 0.003951 10.0.0.242 - - [2025-10-30 03:11:05] "GET /virtual-machine-interface/b6a21308-ca53-42d2-a257-3248d329ba40 HTTP/1.1" 200 3199 0.005120 10.0.0.242 - - [2025-10-30 03:11:05] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 200 1316 0.004031 10.0.0.242 - - [2025-10-30 03:11:05] "GET /virtual-machine-interface/b6a21308-ca53-42d2-a257-3248d329ba40 HTTP/1.1" 200 3199 0.005522 10.0.0.242 - - [2025-10-30 03:11:05] "GET /instance-ip/931efeca-29e0-4735-85c6-0af45a7296cd HTTP/1.1" 200 1704 0.014724 10.0.0.242 - - [2025-10-30 03:11:05] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 200 1316 0.004067 10.0.0.242 - - [2025-10-30 03:11:05] "GET /virtual-machine-interface/b6a21308-ca53-42d2-a257-3248d329ba40 HTTP/1.1" 200 3199 0.005497 10.0.0.242 - - [2025-10-30 03:11:05] "GET /instance-ip/931efeca-29e0-4735-85c6-0af45a7296cd HTTP/1.1" 200 1704 0.004783 10.0.0.242 - - [2025-10-30 03:11:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.006943 10.0.0.242 - - [2025-10-30 03:11:05] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006307 10.0.0.242 - - [2025-10-30 03:11:05] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003983 10.0.0.240 - - [2025-10-30 03:11:05] "DELETE /project/4d629c1f09e34807bd8dc124ebc5cb7f HTTP/1.1" 404 173 0.035447 10.0.0.240 - - [2025-10-30 03:11:05] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001681 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006466 10.0.0.240 - - [2025-10-30 03:11:06] "GET /project/44a17cb3-2778-4ba9-8545-288ac9a132ef?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1597 0.062737 10.0.0.242 - - [2025-10-30 03:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.019778 10.0.0.240 - - [2025-10-30 03:11:06] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001226 10.0.0.240 - - [2025-10-30 03:11:06] "GET /project/44a17cb3-2778-4ba9-8545-288ac9a132ef?fields=security_groups HTTP/1.1" 200 1462 0.056396 10.0.0.242 - - [2025-10-30 03:11:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.014033 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004189 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005921 10.0.0.242 - - [2025-10-30 03:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.016453 10.0.0.240 - - [2025-10-30 03:11:06] "DELETE /security-group/72d793c8-1ee6-403e-8f72-dd6d6c876ad8 HTTP/1.1" 200 115 0.074421 10.0.0.240 - - [2025-10-30 03:11:06] "GET /projects?obj_uuids=44a17cb3-2778-4ba9-8545-288ac9a132ef&detail=False&count=False&shared=False HTTP/1.1" 200 379 0.001510 10.0.0.254 - - [2025-10-30 03:11:06] "DELETE /access-control-list/f2c7b3c1-0dc5-4c82-bebc-9b940b227152 HTTP/1.1" 200 115 0.060266 10.0.0.242 - - [2025-10-30 03:11:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.013820 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005784 10.0.0.240 - - [2025-10-30 03:11:06] "GET /project/44a17cb3-2778-4ba9-8545-288ac9a132ef?fields=application_policy_sets HTTP/1.1" 200 1501 0.066647 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.012838 10.0.0.242 - - [2025-10-30 03:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003253 10.0.0.242 - - [2025-10-30 03:11:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006153 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003339 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.019367 10.0.0.240 - - [2025-10-30 03:11:06] "DELETE /project/44a17cb3-2778-4ba9-8545-288ac9a132ef HTTP/1.1" 200 115 0.542162 10.0.0.242 - - [2025-10-30 03:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.242 - - [2025-10-30 03:11:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005290 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004756 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008354 10.0.0.242 - - [2025-10-30 03:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.242 - - [2025-10-30 03:11:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005325 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003474 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006875 10.0.0.242 - - [2025-10-30 03:11:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.242 - - [2025-10-30 03:11:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004160 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003068 10.0.0.242 - - [2025-10-30 03:11:06] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007524 10.0.0.242 - - [2025-10-30 03:11:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003447 10.0.0.242 - - [2025-10-30 03:11:09] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005658 10.0.0.242 - - [2025-10-30 03:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004552 10.0.0.242 - - [2025-10-30 03:11:14] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006087 10.0.0.242 - - [2025-10-30 03:11:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.242 - - [2025-10-30 03:11:18] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005650 10.0.0.242 - - [2025-10-30 03:11:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.242 - - [2025-10-30 03:11:22] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005477 10.0.0.242 - - [2025-10-30 03:11:24] "POST /neutron/port HTTP/1.1" 200 1107 0.014782 10.0.0.242 - - [2025-10-30 03:11:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004406 10.0.0.242 - - [2025-10-30 03:11:24] "POST /neutron/network HTTP/1.1" 200 925 0.006703 10.0.0.242 - - [2025-10-30 03:11:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004245 10.0.0.242 - - [2025-10-30 03:11:26] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006490 10.0.0.242 - - [2025-10-30 03:11:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003942 10.0.0.242 - - [2025-10-30 03:11:30] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.005607 10.0.0.242 - - [2025-10-30 03:11:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004177 10.0.0.242 - - [2025-10-30 03:11:34] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006383 10.0.0.242 - - [2025-10-30 03:11:35] "POST /neutron/network HTTP/1.1" 200 935 0.032934 10.0.0.242 - - [2025-10-30 03:11:35] "POST /neutron/port HTTP/1.1" 200 117 0.001697 10.0.0.242 - - [2025-10-30 03:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.242 - - [2025-10-30 03:11:36] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005651 10.0.0.242 - - [2025-10-30 03:11:36] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003346 10.0.0.242 - - [2025-10-30 03:11:36] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006273 10.0.0.242 - - [2025-10-30 03:11:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.242 - - [2025-10-30 03:11:36] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004627 10.0.0.242 - - [2025-10-30 03:11:36] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004622 10.0.0.242 - - [2025-10-30 03:11:37] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007382 10.0.0.242 - - [2025-10-30 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004204 10.0.0.242 - - [2025-10-30 03:11:37] "GET /routing-instance/2e63834c-f1e6-4bde-bc02-cf90013a5614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.008456 10.0.0.242 - - [2025-10-30 03:11:37] "GET /route-target/ec602d9c-53ea-4d5d-869f-9008fca994d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004812 10.0.0.242 - - [2025-10-30 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008132 10.0.0.242 - - [2025-10-30 03:11:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006976 10.0.0.242 - - [2025-10-30 03:11:37] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004049 10.0.0.242 - - [2025-10-30 03:11:37] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006307 10.0.0.242 - - [2025-10-30 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004027 10.0.0.242 - - [2025-10-30 03:11:37] "GET /routing-instance/2e63834c-f1e6-4bde-bc02-cf90013a5614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.005783 10.0.0.242 - - [2025-10-30 03:11:37] "GET /route-target/ec602d9c-53ea-4d5d-869f-9008fca994d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004505 10.0.0.242 - - [2025-10-30 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006444 10.0.0.242 - - [2025-10-30 03:11:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004838 10.0.0.242 - - [2025-10-30 03:11:37] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003611 10.0.0.242 - - [2025-10-30 03:11:37] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007122 10.0.0.242 - - [2025-10-30 03:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004350 10.0.0.242 - - [2025-10-30 03:11:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004816 10.0.0.242 - - [2025-10-30 03:11:37] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003581 10.0.0.242 - - [2025-10-30 03:11:37] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008431 10.0.0.242 - - [2025-10-30 03:11:37] "GET /obj-perms HTTP/1.1" 200 5091 0.067315 10.0.0.240 - - [2025-10-30 03:11:38] "GET /obj-perms HTTP/1.1" 200 5091 0.006245 10.0.0.242 - - [2025-10-30 03:11:38] "GET /obj-perms HTTP/1.1" 200 5091 0.005534 10.0.0.242 - - [2025-10-30 03:11:38] "GET /obj-perms HTTP/1.1" 200 5091 0.005962 10.0.0.242 - - [2025-10-30 03:11:38] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 200 1316 0.005922 10.0.0.242 - - [2025-10-30 03:11:38] "GET /virtual-machine-interface/b6a21308-ca53-42d2-a257-3248d329ba40 HTTP/1.1" 200 3199 0.007973 10.0.0.242 - - [2025-10-30 03:11:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004647 10.0.0.242 - - [2025-10-30 03:11:38] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005003 10.0.0.242 - - [2025-10-30 03:11:38] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003904 10.0.0.242 - - [2025-10-30 03:11:38] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007666 10.0.0.242 - - [2025-10-30 03:11:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.005682 10.0.0.242 - - [2025-10-30 03:11:39] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005954 10.0.0.242 - - [2025-10-30 03:11:39] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004659 10.0.0.242 - - [2025-10-30 03:11:39] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008416 10.0.0.242 - - [2025-10-30 03:11:39] "POST /neutron/security_group HTTP/1.1" 200 1413 0.009601 10.0.0.242 - - [2025-10-30 03:11:45] "POST /neutron/port HTTP/1.1" 200 1107 0.050997 10.0.0.242 - - [2025-10-30 03:11:50] "POST /neutron/security_group HTTP/1.1" 200 1413 0.015313 10.0.0.242 - - [2025-10-30 03:11:55] "POST /neutron/port HTTP/1.1" 200 1107 0.022313 10.0.0.242 - - [2025-10-30 03:11:55] "POST /neutron/security_group HTTP/1.1" 200 1413 0.008361 10.0.0.242 - - [2025-10-30 03:11:55] "POST /neutron/port HTTP/1.1" 200 1107 0.018657 10.0.0.242 - - [2025-10-30 03:11:55] "GET /virtual-machine/ef660434-71f4-4a7b-8914-6ad6d11a264a HTTP/1.1" 200 1315 0.007551 10.0.0.242 - - [2025-10-30 03:11:55] "GET /virtual-machine/ef660434-71f4-4a7b-8914-6ad6d11a264a HTTP/1.1" 200 1315 0.004164 10.0.0.242 - - [2025-10-30 03:11:55] "GET /virtual-machine-interface/eaa969ce-3fb1-47d7-927a-bbad4f91b66a HTTP/1.1" 200 3199 0.006221 10.0.0.242 - - [2025-10-30 03:11:55] "GET /virtual-machine/ef660434-71f4-4a7b-8914-6ad6d11a264a HTTP/1.1" 200 1315 0.004165 10.0.0.242 - - [2025-10-30 03:11:55] "GET /virtual-machine-interface/eaa969ce-3fb1-47d7-927a-bbad4f91b66a HTTP/1.1" 200 3199 0.005771 10.0.0.242 - - [2025-10-30 03:11:55] "GET /instance-ip/45064a37-162f-46f2-a1ec-2d02a3bc97aa HTTP/1.1" 200 1704 0.006799 10.0.0.242 - - [2025-10-30 03:11:55] "GET /virtual-machine/ef660434-71f4-4a7b-8914-6ad6d11a264a HTTP/1.1" 200 1315 0.003694 10.0.0.242 - - [2025-10-30 03:11:55] "GET /virtual-machine-interface/eaa969ce-3fb1-47d7-927a-bbad4f91b66a HTTP/1.1" 200 3199 0.005645 10.0.0.242 - - [2025-10-30 03:11:55] "GET /instance-ip/45064a37-162f-46f2-a1ec-2d02a3bc97aa HTTP/1.1" 200 1704 0.004754 10.0.0.242 - - [2025-10-30 03:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003984 10.0.0.242 - - [2025-10-30 03:11:55] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004447 10.0.0.242 - - [2025-10-30 03:11:55] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003655 10.0.0.242 - - [2025-10-30 03:11:55] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006471 10.0.0.242 - - [2025-10-30 03:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005127 10.0.0.242 - - [2025-10-30 03:11:55] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004633 10.0.0.242 - - [2025-10-30 03:11:55] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003505 10.0.0.242 - - [2025-10-30 03:11:56] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008042 10.0.0.242 - - [2025-10-30 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004838 10.0.0.242 - - [2025-10-30 03:11:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005750 10.0.0.242 - - [2025-10-30 03:11:56] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003710 10.0.0.242 - - [2025-10-30 03:11:56] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006435 10.0.0.242 - - [2025-10-30 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005109 10.0.0.242 - - [2025-10-30 03:11:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007177 10.0.0.242 - - [2025-10-30 03:11:56] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005438 10.0.0.242 - - [2025-10-30 03:11:56] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.010131 10.0.0.242 - - [2025-10-30 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005550 10.0.0.242 - - [2025-10-30 03:11:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006179 10.0.0.242 - - [2025-10-30 03:11:56] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004495 10.0.0.242 - - [2025-10-30 03:11:56] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008084 10.0.0.242 - - [2025-10-30 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.242 - - [2025-10-30 03:11:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006015 10.0.0.242 - - [2025-10-30 03:11:56] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005600 10.0.0.242 - - [2025-10-30 03:11:56] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.009882 10.0.0.242 - - [2025-10-30 03:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004998 10.0.0.242 - - [2025-10-30 03:11:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006055 10.0.0.242 - - [2025-10-30 03:11:56] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005197 10.0.0.242 - - [2025-10-30 03:11:56] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.009253 10.0.0.242 - - [2025-10-30 03:11:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006190 10.0.0.242 - - [2025-10-30 03:11:57] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005935 10.0.0.242 - - [2025-10-30 03:11:57] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004940 10.0.0.242 - - [2025-10-30 03:11:57] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007420 10.0.0.242 - - [2025-10-30 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005369 10.0.0.242 - - [2025-10-30 03:11:58] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005096 10.0.0.242 - - [2025-10-30 03:11:58] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003693 10.0.0.242 - - [2025-10-30 03:11:58] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.009952 10.0.0.242 - - [2025-10-30 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004369 10.0.0.242 - - [2025-10-30 03:11:58] "GET /routing-instance/2e63834c-f1e6-4bde-bc02-cf90013a5614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.006651 10.0.0.242 - - [2025-10-30 03:11:58] "GET /route-target/ec602d9c-53ea-4d5d-869f-9008fca994d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005350 10.0.0.242 - - [2025-10-30 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.005244 10.0.0.242 - - [2025-10-30 03:11:58] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005734 10.0.0.242 - - [2025-10-30 03:11:58] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004701 10.0.0.242 - - [2025-10-30 03:11:58] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.009773 10.0.0.242 - - [2025-10-30 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.242 - - [2025-10-30 03:11:58] "GET /routing-instance/2e63834c-f1e6-4bde-bc02-cf90013a5614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.006581 10.0.0.242 - - [2025-10-30 03:11:58] "GET /route-target/ec602d9c-53ea-4d5d-869f-9008fca994d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005285 10.0.0.242 - - [2025-10-30 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004641 10.0.0.242 - - [2025-10-30 03:11:58] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006772 10.0.0.242 - - [2025-10-30 03:11:58] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.005264 10.0.0.242 - - [2025-10-30 03:11:58] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008365 10.0.0.242 - - [2025-10-30 03:11:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.242 - - [2025-10-30 03:11:58] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005162 10.0.0.242 - - [2025-10-30 03:11:58] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004237 10.0.0.242 - - [2025-10-30 03:11:58] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006589 10.0.0.242 - - [2025-10-30 03:11:58] "GET /obj-perms HTTP/1.1" 200 5091 0.005089 10.0.0.240 - - [2025-10-30 03:11:58] "GET /obj-perms HTTP/1.1" 200 5091 0.004267 10.0.0.242 - - [2025-10-30 03:11:58] "GET /obj-perms HTTP/1.1" 200 5091 0.004621 10.0.0.240 - - [2025-10-30 03:11:59] "GET /obj-perms HTTP/1.1" 200 5091 0.004236 10.0.0.242 - - [2025-10-30 03:11:59] "GET /obj-perms HTTP/1.1" 200 5091 0.005184 10.0.0.254 - - [2025-10-30 03:11:59] "GET /obj-perms HTTP/1.1" 200 5091 0.004372 10.0.0.242 - - [2025-10-30 03:11:59] "GET /virtual-machine/ef660434-71f4-4a7b-8914-6ad6d11a264a HTTP/1.1" 200 1315 0.005851 10.0.0.242 - - [2025-10-30 03:11:59] "GET /virtual-machine-interface/eaa969ce-3fb1-47d7-927a-bbad4f91b66a HTTP/1.1" 200 3199 0.007694 10.0.0.242 - - [2025-10-30 03:11:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004621 10.0.0.242 - - [2025-10-30 03:11:59] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004883 10.0.0.242 - - [2025-10-30 03:11:59] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.004067 10.0.0.242 - - [2025-10-30 03:11:59] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.008276 10.0.0.242 - - [2025-10-30 03:12:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.242 - - [2025-10-30 03:12:00] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004181 10.0.0.242 - - [2025-10-30 03:12:00] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003287 10.0.0.242 - - [2025-10-30 03:12:00] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.006282 10.0.0.242 - - [2025-10-30 03:12:00] "POST /neutron/security_group HTTP/1.1" 200 1413 0.010930 10.0.0.242 - - [2025-10-30 03:12:05] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 200 1316 0.004751 10.0.0.242 - - [2025-10-30 03:12:05] "GET /virtual-machine-interface/b6a21308-ca53-42d2-a257-3248d329ba40 HTTP/1.1" 200 3199 0.009911 10.0.0.242 - - [2025-10-30 03:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.242 - - [2025-10-30 03:12:05] "GET /security-group/510228db-b45d-4376-a3e1-fd9eed5e471d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.003674 10.0.0.242 - - [2025-10-30 03:12:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003445 10.0.0.242 - - [2025-10-30 03:12:05] "GET /security-group/510228db-b45d-4376-a3e1-fd9eed5e471d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.004811 10.0.0.242 - - [2025-10-30 03:12:05] "POST /neutron/port HTTP/1.1" 200 1107 0.015794 10.0.0.242 - - [2025-10-30 03:12:06] "POST /neutron/port HTTP/1.1" 200 1095 0.101205 10.0.0.242 - - [2025-10-30 03:12:06] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 200 1316 0.005275 10.0.0.242 - - [2025-10-30 03:12:06] "GET /virtual-machine-interface/b6a21308-ca53-42d2-a257-3248d329ba40 HTTP/1.1" 200 3147 0.005950 10.0.0.242 - - [2025-10-30 03:12:06] "POST /neutron/port HTTP/1.1" 200 1095 0.013469 10.0.0.242 - - [2025-10-30 03:12:06] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 200 1316 0.005786 10.0.0.242 - - [2025-10-30 03:12:06] "GET /virtual-machine-interface/b6a21308-ca53-42d2-a257-3248d329ba40 HTTP/1.1" 200 3199 0.007955 10.0.0.242 - - [2025-10-30 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003332 10.0.0.242 - - [2025-10-30 03:12:06] "GET /security-group/510228db-b45d-4376-a3e1-fd9eed5e471d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.004356 10.0.0.242 - - [2025-10-30 03:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003511 10.0.0.242 - - [2025-10-30 03:12:06] "GET /security-group/510228db-b45d-4376-a3e1-fd9eed5e471d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2694 0.004915 10.0.0.242 - - [2025-10-30 03:12:06] "POST /neutron/security_group HTTP/1.1" 200 1439 0.004550 10.0.0.242 - - [2025-10-30 03:12:24] "POST /neutron/port HTTP/1.1" 200 1107 0.018823 10.0.0.242 - - [2025-10-30 03:12:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004336 10.0.0.242 - - [2025-10-30 03:12:24] "POST /neutron/network HTTP/1.1" 200 925 0.008100 10.0.0.242 - - [2025-10-30 03:12:37] "POST /neutron/network HTTP/1.1" 200 935 0.011278 10.0.0.242 - - [2025-10-30 03:12:37] "POST /neutron/port HTTP/1.1" 200 117 0.001314 10.0.0.254 - - [2025-10-30 03:12:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000730 10.0.0.254 - - [2025-10-30 03:12:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.254 - - [2025-10-30 03:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.254 - - [2025-10-30 03:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000534 10.0.0.240 - - [2025-10-30 03:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000566 10.0.0.240 - - [2025-10-30 03:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000625 10.0.0.242 - - [2025-10-30 03:13:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000581 10.0.0.240 - - [2025-10-30 03:13:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000737 10.0.0.242 - - [2025-10-30 03:13:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000539 10.0.0.240 - - [2025-10-30 03:13:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000556 10.0.0.242 - - [2025-10-30 03:13:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000458 10.0.0.242 - - [2025-10-30 03:13:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000412 10.0.0.242 - - [2025-10-30 03:13:25] "POST /neutron/port HTTP/1.1" 200 1107 0.046267 10.0.0.242 - - [2025-10-30 03:13:25] "POST /neutron/subnet HTTP/1.1" 200 689 0.010088 10.0.0.240 - - [2025-10-30 03:13:35] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001645 10.0.0.242 - - [2025-10-30 03:13:35] "POST /neutron/security_group_rule HTTP/1.1" 200 2624 0.068449 10.0.0.242 - - [2025-10-30 03:13:35] "POST /neutron/security_group_rule HTTP/1.1" 200 545 0.013658 10.0.0.242 - - [2025-10-30 03:13:35] "POST /neutron/security_group_rule HTTP/1.1" 200 581 0.152751 10.0.0.254 - - [2025-10-30 03:13:36] "PUT /access-control-list/af2ba4e9-edd1-4f10-b3f5-d97c1e9329e1 HTTP/1.1" 200 273 0.022856 10.0.0.242 - - [2025-10-30 03:13:38] "POST /neutron/port HTTP/1.1" 200 1133 0.012011 10.0.0.242 - - [2025-10-30 03:13:38] "GET /virtual-machine/ef660434-71f4-4a7b-8914-6ad6d11a264a HTTP/1.1" 200 1315 0.004808 10.0.0.242 - - [2025-10-30 03:13:39] "POST /neutron/port HTTP/1.1" 200 1069 0.018854 10.0.0.242 - - [2025-10-30 03:13:40] "GET /virtual-machine/ef660434-71f4-4a7b-8914-6ad6d11a264a HTTP/1.1" 404 171 0.004080 10.0.0.242 - - [2025-10-30 03:13:40] "GET /virtual-machine/ef660434-71f4-4a7b-8914-6ad6d11a264a HTTP/1.1" 404 171 0.002968 10.0.0.242 - - [2025-10-30 03:13:40] "GET /virtual-machine/ef660434-71f4-4a7b-8914-6ad6d11a264a HTTP/1.1" 404 171 0.002738 10.0.0.242 - - [2025-10-30 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.005148 10.0.0.242 - - [2025-10-30 03:13:41] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005538 10.0.0.242 - - [2025-10-30 03:13:41] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.003861 10.0.0.242 - - [2025-10-30 03:13:41] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007370 10.0.0.242 - - [2025-10-30 03:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.242 - - [2025-10-30 03:13:41] "GET /routing-instance/2e63834c-f1e6-4bde-bc02-cf90013a5614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.005746 10.0.0.242 - - [2025-10-30 03:13:41] "GET /route-target/ec602d9c-53ea-4d5d-869f-9008fca994d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004865 10.0.0.240 - - [2025-10-30 03:13:41] "GET /obj-perms HTTP/1.1" 200 5091 0.005716 10.0.0.242 - - [2025-10-30 03:13:44] "GET /obj-perms HTTP/1.1" 200 5091 0.004377 10.0.0.240 - - [2025-10-30 03:13:47] "GET /obj-perms HTTP/1.1" 200 5091 0.004203 10.0.0.242 - - [2025-10-30 03:13:53] "GET /obj-perms HTTP/1.1" 200 5091 0.004035 10.0.0.240 - - [2025-10-30 03:13:56] "GET /obj-perms HTTP/1.1" 200 5091 0.003610 10.0.0.242 - - [2025-10-30 03:14:02] "GET /obj-perms HTTP/1.1" 200 5091 0.004269 10.0.0.240 - - [2025-10-30 03:14:05] "GET /obj-perms HTTP/1.1" 200 5091 0.005740 10.0.0.242 - - [2025-10-30 03:14:05] "GET /obj-perms HTTP/1.1" 200 5091 0.005032 10.0.0.242 - - [2025-10-30 03:14:06] "POST /neutron/security_group HTTP/1.1" 200 1413 0.012027 10.0.0.242 - - [2025-10-30 03:14:06] "POST /neutron/port HTTP/1.1" 200 1133 0.015345 10.0.0.242 - - [2025-10-30 03:14:06] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 200 1316 0.006725 10.0.0.242 - - [2025-10-30 03:14:06] "POST /neutron/port HTTP/1.1" 200 1095 0.020087 10.0.0.242 - - [2025-10-30 03:14:08] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 404 171 0.003570 10.0.0.242 - - [2025-10-30 03:14:08] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 404 171 0.004187 10.0.0.242 - - [2025-10-30 03:14:08] "GET /virtual-machine/ba112498-458f-4164-9e19-5b1cb931602b HTTP/1.1" 404 171 0.002800 10.0.0.242 - - [2025-10-30 03:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003855 10.0.0.242 - - [2025-10-30 03:14:08] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004013 10.0.0.242 - - [2025-10-30 03:14:08] "GET /virtual-networks?parent_id=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 414 0.002951 10.0.0.242 - - [2025-10-30 03:14:08] "GET /virtual-network/25b6de1d-0fc8-4045-a330-59edec64268a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2202 0.007046 10.0.0.242 - - [2025-10-30 03:14:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.242 - - [2025-10-30 03:14:08] "GET /routing-instance/2e63834c-f1e6-4bde-bc02-cf90013a5614?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1663 0.004502 10.0.0.242 - - [2025-10-30 03:14:08] "GET /route-target/ec602d9c-53ea-4d5d-869f-9008fca994d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004858 10.0.0.242 - - [2025-10-30 03:14:11] "GET /obj-perms HTTP/1.1" 200 5091 0.006701 10.0.0.242 - - [2025-10-30 03:14:15] "GET /obj-perms HTTP/1.1" 200 5091 0.004905 10.0.0.254 - - [2025-10-30 03:14:15] "GET /obj-perms HTTP/1.1" 200 5091 0.004488 10.0.0.240 - - [2025-10-30 03:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.004950 10.0.0.240 - - [2025-10-30 03:14:15] "POST /useragent-kv HTTP/1.1" 200 115 0.003747 10.0.0.242 - - [2025-10-30 03:14:15] "POST /neutron/network HTTP/1.1" 200 151 0.208540 10.0.0.254 - - [2025-10-30 03:14:15] "DELETE /route-target/ec602d9c-53ea-4d5d-869f-9008fca994d6 HTTP/1.1" 200 115 0.036186 10.0.0.242 - - [2025-10-30 03:14:15] "POST /fqname-to-id HTTP/1.1" 404 245 0.004498 10.0.0.240 - - [2025-10-30 03:14:17] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001055 10.0.0.242 - - [2025-10-30 03:14:17] "GET /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1460 0.052615 10.0.0.240 - - [2025-10-30 03:14:17] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001147 10.0.0.242 - - [2025-10-30 03:14:17] "GET /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f?fields=virtual_networks HTTP/1.1" 200 1086 0.052507 10.0.0.240 - - [2025-10-30 03:14:17] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000961 10.0.0.242 - - [2025-10-30 03:14:17] "GET /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f?fields=virtual_machine_interfaces HTTP/1.1" 200 1086 0.038388 10.0.0.240 - - [2025-10-30 03:14:17] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001002 10.0.0.242 - - [2025-10-30 03:14:17] "GET /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f?fields=security_groups HTTP/1.1" 200 1334 0.041749 10.0.0.242 - - [2025-10-30 03:14:18] "POST /fqname-to-id HTTP/1.1" 404 186 0.026415 10.0.0.240 - - [2025-10-30 03:14:18] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003229 10.0.0.240 - - [2025-10-30 03:14:18] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000987 10.0.0.240 - - [2025-10-30 03:14:18] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007159 10.0.0.240 - - [2025-10-30 03:14:18] "POST /id-to-fqname HTTP/1.1" 200 188 0.005059 10.0.0.240 - - [2025-10-30 03:14:18] "POST /fqname-to-id HTTP/1.1" 404 197 0.011866 10.0.0.240 - - [2025-10-30 03:14:18] "POST /security-groups HTTP/1.1" 200 589 0.036838 10.0.0.254 - - [2025-10-30 03:14:18] "POST /fqname-to-id HTTP/1.1" 404 232 0.006285 10.0.0.240 - - [2025-10-30 03:14:18] "POST /projects HTTP/1.1" 200 581 0.269103 10.0.0.240 - - [2025-10-30 03:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.339387 10.0.0.254 - - [2025-10-30 03:14:19] "POST /access-control-lists HTTP/1.1" 200 594 0.035311 10.0.0.242 - - [2025-10-30 03:14:19] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.502352 10.0.0.242 - - [2025-10-30 03:14:20] "GET / HTTP/1.1" 200 36215 0.001642 10.0.0.242 - - [2025-10-30 03:14:21] "POST /fqname-to-id HTTP/1.1" 401 293 0.000685 10.0.0.242 - - [2025-10-30 03:14:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.058742 10.0.0.240 - - [2025-10-30 03:14:22] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001045 10.0.0.242 - - [2025-10-30 03:14:22] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047949 10.0.0.242 - - [2025-10-30 03:14:22] "POST /neutron/network HTTP/1.1" 200 117 0.035461 10.0.0.242 - - [2025-10-30 03:14:23] "POST /neutron/network HTTP/1.1" 200 834 0.009233 10.0.0.242 - - [2025-10-30 03:14:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001216 10.0.0.242 - - [2025-10-30 03:14:23] "GET /virtual-network/77314133-be51-4d5e-b7a7-8c4deeee6c4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.005422 10.0.0.242 - - [2025-10-30 03:14:23] "GET /virtual-network/77314133-be51-4d5e-b7a7-8c4deeee6c4d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006206 10.0.0.242 - - [2025-10-30 03:14:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.010635 10.0.0.242 - - [2025-10-30 03:14:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001492 10.0.0.240 - - [2025-10-30 03:14:24] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001306 10.0.0.242 - - [2025-10-30 03:14:24] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.074829 10.0.0.242 - - [2025-10-30 03:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.007477 10.0.0.242 - - [2025-10-30 03:14:24] "POST /neutron/network HTTP/1.1" 200 844 0.007862 10.0.0.242 - - [2025-10-30 03:14:25] "POST /neutron/port HTTP/1.1" 200 1058 0.017253 10.0.0.242 - - [2025-10-30 03:14:25] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004756 10.0.0.242 - - [2025-10-30 03:14:25] "POST /neutron/network HTTP/1.1" 200 834 0.007610 10.0.0.242 - - [2025-10-30 03:14:29] "POST /neutron/port HTTP/1.1" 200 1086 0.018155 10.0.0.242 - - [2025-10-30 03:14:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004069 10.0.0.240 - - [2025-10-30 03:14:29] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000984 10.0.0.242 - - [2025-10-30 03:14:29] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044594 10.0.0.240 - - [2025-10-30 03:14:29] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001013 10.0.0.242 - - [2025-10-30 03:14:29] "POST /neutron/network HTTP/1.1" 200 613 0.119427 10.0.0.254 - - [2025-10-30 03:14:29] "POST /route-targets HTTP/1.1" 200 328 0.012968 10.0.0.242 - - [2025-10-30 03:14:30] "POST /id-to-fqname HTTP/1.1" 200 223 0.003629 10.0.0.242 - - [2025-10-30 03:14:30] "GET /virtual-network/6503a35e-dc82-4928-811c-bc659c52d8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007251 10.0.0.242 - - [2025-10-30 03:14:30] "POST /neutron/network HTTP/1.1" 200 834 0.007040 10.0.0.242 - - [2025-10-30 03:14:30] "GET /virtual-network/6503a35e-dc82-4928-811c-bc659c52d8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005620 10.0.0.242 - - [2025-10-30 03:14:30] "GET /virtual-network/6503a35e-dc82-4928-811c-bc659c52d8c8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006437 10.0.0.242 - - [2025-10-30 03:14:31] "GET /obj-perms HTTP/1.1" 200 5045 0.050997 10.0.0.240 - - [2025-10-30 03:14:31] "GET /obj-perms HTTP/1.1" 200 5045 0.050758 10.0.0.242 - - [2025-10-30 03:14:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004643 10.0.0.240 - - [2025-10-30 03:14:32] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001093 10.0.0.242 - - [2025-10-30 03:14:32] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.051933 10.0.0.242 - - [2025-10-30 03:14:32] "POST /neutron/network HTTP/1.1" 200 117 0.015398 10.0.0.254 - - [2025-10-30 03:14:32] "POST /ref-update HTTP/1.1" 200 156 0.032280 10.0.0.242 - - [2025-10-30 03:14:32] "POST /neutron/network HTTP/1.1" 200 834 0.010425 10.0.0.242 - - [2025-10-30 03:14:32] "POST /id-to-fqname HTTP/1.1" 200 223 0.001442 10.0.0.242 - - [2025-10-30 03:14:32] "GET /virtual-network/5d8f847e-acfa-4246-abed-d15e805b0bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005636 10.0.0.242 - - [2025-10-30 03:14:32] "GET /virtual-network/5d8f847e-acfa-4246-abed-d15e805b0bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006227 10.0.0.242 - - [2025-10-30 03:14:32] "POST /neutron/subnet HTTP/1.1" 200 734 0.009303 10.0.0.242 - - [2025-10-30 03:14:32] "GET /virtual-network/5d8f847e-acfa-4246-abed-d15e805b0bdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005949 10.0.0.242 - - [2025-10-30 03:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.240 - - [2025-10-30 03:14:33] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001348 10.0.0.242 - - [2025-10-30 03:14:33] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.064497 10.0.0.240 - - [2025-10-30 03:14:33] "POST /useragent-kv HTTP/1.1" 200 115 0.016995 10.0.0.242 - - [2025-10-30 03:14:33] "POST /neutron/subnet HTTP/1.1" 200 734 0.255044 10.0.0.242 - - [2025-10-30 03:14:33] "POST /id-to-fqname HTTP/1.1" 200 224 0.001634 10.0.0.242 - - [2025-10-30 03:14:33] "GET /virtual-network/03b19efa-f00f-4f18-9d99-5aa9e52a2c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006204 10.0.0.242 - - [2025-10-30 03:14:33] "GET /virtual-network/03b19efa-f00f-4f18-9d99-5aa9e52a2c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006158 10.0.0.242 - - [2025-10-30 03:14:33] "POST /neutron/network HTTP/1.1" 200 836 0.006866 10.0.0.242 - - [2025-10-30 03:14:34] "GET /virtual-network/03b19efa-f00f-4f18-9d99-5aa9e52a2c6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007109 10.0.0.254 - - [2025-10-30 03:14:34] "GET /obj-perms HTTP/1.1" 200 5045 0.047069 10.0.0.242 - - [2025-10-30 03:14:34] "POST /id-to-fqname HTTP/1.1" 200 223 0.001465 10.0.0.242 - - [2025-10-30 03:14:34] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008160 10.0.0.240 - - [2025-10-30 03:14:35] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001083 10.0.0.242 - - [2025-10-30 03:14:35] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.066442 10.0.0.242 - - [2025-10-30 03:14:35] "POST /neutron/port HTTP/1.1" 200 1086 0.020620 10.0.0.242 - - [2025-10-30 03:14:35] "POST /id-to-fqname HTTP/1.1" 200 224 0.001840 10.0.0.242 - - [2025-10-30 03:14:35] "POST /neutron/port HTTP/1.1" 200 1086 0.023767 10.0.0.242 - - [2025-10-30 03:14:36] "POST /neutron/network HTTP/1.1" 200 844 0.009398 10.0.0.242 - - [2025-10-30 03:14:36] "POST /neutron/port HTTP/1.1" 200 1060 0.017334 10.0.0.242 - - [2025-10-30 03:14:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004834 10.0.0.242 - - [2025-10-30 03:14:36] "POST /neutron/network HTTP/1.1" 200 834 0.007832 10.0.0.240 - - [2025-10-30 03:14:36] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001531 10.0.0.242 - - [2025-10-30 03:14:36] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.107869 10.0.0.242 - - [2025-10-30 03:14:37] "POST /neutron/security_group HTTP/1.1" 200 2056 0.021018 10.0.0.242 - - [2025-10-30 03:14:37] "POST /fqname-to-id HTTP/1.1" 404 193 0.004043 10.0.0.242 - - [2025-10-30 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.002868 10.0.0.240 - - [2025-10-30 03:14:37] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001150 10.0.0.242 - - [2025-10-30 03:14:37] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008620 10.0.0.242 - - [2025-10-30 03:14:37] "POST /service-templates HTTP/1.1" 200 545 0.037023 10.0.0.242 - - [2025-10-30 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003688 10.0.0.242 - - [2025-10-30 03:14:37] "GET /service-template/03deb305-fed6-4a80-b6b3-9c9b43ab3951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.011555 10.0.0.242 - - [2025-10-30 03:14:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.242 - - [2025-10-30 03:14:37] "GET /service-template/03deb305-fed6-4a80-b6b3-9c9b43ab3951?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1818 0.008689 10.0.0.240 - - [2025-10-30 03:14:37] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001172 10.0.0.242 - - [2025-10-30 03:14:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.001362 10.0.0.242 - - [2025-10-30 03:14:37] "POST /id-to-fqname HTTP/1.1" 200 223 0.004850 10.0.0.242 - - [2025-10-30 03:14:37] "POST /id-to-fqname HTTP/1.1" 200 224 0.001694 10.0.0.242 - - [2025-10-30 03:14:37] "POST /neutron/port HTTP/1.1" 200 1060 0.331986 10.0.0.242 - - [2025-10-30 03:14:38] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007646 10.0.0.242 - - [2025-10-30 03:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003999 10.0.0.242 - - [2025-10-30 03:14:38] "POST /neutron/port HTTP/1.1" 200 1088 0.023632 10.0.0.242 - - [2025-10-30 03:14:38] "DELETE /service-template/03deb305-fed6-4a80-b6b3-9c9b43ab3951 HTTP/1.1" 200 115 0.040985 10.0.0.242 - - [2025-10-30 03:14:38] "POST /fqname-to-id HTTP/1.1" 404 193 0.008686 10.0.0.242 - - [2025-10-30 03:14:38] "POST /neutron/port HTTP/1.1" 200 117 0.001205 10.0.0.242 - - [2025-10-30 03:14:38] "POST /neutron/network HTTP/1.1" 400 204 0.016593 10.0.0.242 - - [2025-10-30 03:14:39] "POST /neutron/port HTTP/1.1" 200 151 0.174553 10.0.0.242 - - [2025-10-30 03:14:40] "POST /neutron/port HTTP/1.1" 200 151 0.158189 10.0.0.242 - - [2025-10-30 03:14:40] "POST /neutron/port HTTP/1.1" 200 117 0.009403 10.0.0.254 - - [2025-10-30 03:14:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003134 10.0.0.254 - - [2025-10-30 03:14:41] "DELETE /route-target/ae6c775d-831f-47e8-8254-5a3c74f9cf35 HTTP/1.1" 200 115 0.029748 10.0.0.242 - - [2025-10-30 03:14:41] "POST /neutron/network HTTP/1.1" 200 834 0.010627 10.0.0.242 - - [2025-10-30 03:14:41] "POST /neutron/network HTTP/1.1" 400 204 0.012905 10.0.0.242 - - [2025-10-30 03:14:42] "POST /neutron/port HTTP/1.1" 200 151 0.174195 10.0.0.254 - - [2025-10-30 03:14:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004631 10.0.0.242 - - [2025-10-30 03:14:44] "GET /obj-perms HTTP/1.1" 200 5075 0.051864 10.0.0.242 - - [2025-10-30 03:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005519 10.0.0.240 - - [2025-10-30 03:14:46] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001411 10.0.0.242 - - [2025-10-30 03:14:46] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.057518 10.0.0.242 - - [2025-10-30 03:14:46] "POST /neutron/network HTTP/1.1" 200 117 0.013498 10.0.0.254 - - [2025-10-30 03:14:46] "POST /ref-update HTTP/1.1" 200 156 0.040545 10.0.0.242 - - [2025-10-30 03:14:47] "POST /neutron/network HTTP/1.1" 200 832 0.010499 10.0.0.242 - - [2025-10-30 03:14:47] "POST /id-to-fqname HTTP/1.1" 200 223 0.001380 10.0.0.242 - - [2025-10-30 03:14:47] "GET /virtual-network/aa73060f-e549-48ff-a264-f0d53b1e2e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.007032 10.0.0.242 - - [2025-10-30 03:14:47] "GET /virtual-network/aa73060f-e549-48ff-a264-f0d53b1e2e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.005946 10.0.0.242 - - [2025-10-30 03:14:47] "POST /neutron/subnet HTTP/1.1" 200 724 0.009991 10.0.0.242 - - [2025-10-30 03:14:47] "GET /virtual-network/aa73060f-e549-48ff-a264-f0d53b1e2e04?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2055 0.006548 10.0.0.240 - - [2025-10-30 03:14:47] "GET /obj-perms HTTP/1.1" 200 5045 0.004139 10.0.0.242 - - [2025-10-30 03:14:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.240 - - [2025-10-30 03:14:47] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.242 - - [2025-10-30 03:14:47] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.047261 10.0.0.240 - - [2025-10-30 03:14:48] "POST /useragent-kv HTTP/1.1" 200 115 0.014914 10.0.0.242 - - [2025-10-30 03:14:48] "POST /neutron/subnet HTTP/1.1" 200 719 0.246035 10.0.0.242 - - [2025-10-30 03:14:48] "POST /id-to-fqname HTTP/1.1" 200 223 0.001544 10.0.0.242 - - [2025-10-30 03:14:48] "GET /virtual-network/652e5854-465b-4f5c-b868-82ab0bd24afe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005628 10.0.0.242 - - [2025-10-30 03:14:48] "GET /virtual-network/652e5854-465b-4f5c-b868-82ab0bd24afe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.006220 10.0.0.242 - - [2025-10-30 03:14:48] "POST /neutron/network HTTP/1.1" 200 831 0.008578 10.0.0.242 - - [2025-10-30 03:14:48] "GET /virtual-network/652e5854-465b-4f5c-b868-82ab0bd24afe?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.007914 10.0.0.254 - - [2025-10-30 03:14:48] "GET /obj-perms HTTP/1.1" 200 5045 0.005025 10.0.0.242 - - [2025-10-30 03:14:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004512 10.0.0.240 - - [2025-10-30 03:14:48] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001307 10.0.0.242 - - [2025-10-30 03:14:48] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.044514 10.0.0.240 - - [2025-10-30 03:14:48] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001714 10.0.0.242 - - [2025-10-30 03:14:48] "POST /neutron/network HTTP/1.1" 200 615 0.142313 10.0.0.254 - - [2025-10-30 03:14:49] "POST /route-targets HTTP/1.1" 200 328 0.014984 10.0.0.242 - - [2025-10-30 03:14:49] "POST /id-to-fqname HTTP/1.1" 200 224 0.004170 10.0.0.242 - - [2025-10-30 03:14:49] "GET /virtual-network/a7ea5ff7-398e-47d4-ac2f-7e0d8363f417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005807 10.0.0.242 - - [2025-10-30 03:14:49] "POST /neutron/network HTTP/1.1" 200 835 0.007730 10.0.0.242 - - [2025-10-30 03:14:49] "GET /virtual-network/a7ea5ff7-398e-47d4-ac2f-7e0d8363f417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005647 10.0.0.242 - - [2025-10-30 03:14:49] "GET /virtual-network/a7ea5ff7-398e-47d4-ac2f-7e0d8363f417?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006240 10.0.0.242 - - [2025-10-30 03:14:49] "GET /obj-perms HTTP/1.1" 200 5045 0.004622 10.0.0.242 - - [2025-10-30 03:14:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003586 10.0.0.240 - - [2025-10-30 03:14:49] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000941 10.0.0.242 - - [2025-10-30 03:14:49] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.050513 10.0.0.242 - - [2025-10-30 03:14:49] "POST /neutron/network HTTP/1.1" 200 117 0.017546 10.0.0.254 - - [2025-10-30 03:14:50] "POST /ref-update HTTP/1.1" 200 156 0.025334 10.0.0.242 - - [2025-10-30 03:14:50] "POST /neutron/network HTTP/1.1" 200 844 0.010298 10.0.0.242 - - [2025-10-30 03:14:50] "POST /id-to-fqname HTTP/1.1" 200 229 0.001229 10.0.0.242 - - [2025-10-30 03:14:50] "GET /virtual-network/61980431-a743-43e9-8842-ba73bb71f5be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.007658 10.0.0.242 - - [2025-10-30 03:14:50] "GET /virtual-network/61980431-a743-43e9-8842-ba73bb71f5be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006205 10.0.0.242 - - [2025-10-30 03:14:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.010236 10.0.0.242 - - [2025-10-30 03:14:50] "GET /virtual-network/61980431-a743-43e9-8842-ba73bb71f5be?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2071 0.006156 10.0.0.240 - - [2025-10-30 03:14:50] "GET /obj-perms HTTP/1.1" 200 5045 0.004145 10.0.0.242 - - [2025-10-30 03:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004825 10.0.0.240 - - [2025-10-30 03:14:51] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000944 10.0.0.242 - - [2025-10-30 03:14:51] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.060723 10.0.0.240 - - [2025-10-30 03:14:51] "POST /useragent-kv HTTP/1.1" 200 115 0.008368 10.0.0.242 - - [2025-10-30 03:14:51] "POST /neutron/subnet HTTP/1.1" 200 710 0.189862 10.0.0.242 - - [2025-10-30 03:14:51] "POST /id-to-fqname HTTP/1.1" 200 230 0.002264 10.0.0.242 - - [2025-10-30 03:14:51] "GET /virtual-network/c803782e-a1fc-4267-9b7d-377a4db45daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007391 10.0.0.242 - - [2025-10-30 03:14:51] "GET /virtual-network/c803782e-a1fc-4267-9b7d-377a4db45daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007174 10.0.0.242 - - [2025-10-30 03:14:51] "POST /neutron/network HTTP/1.1" 200 843 0.007227 10.0.0.242 - - [2025-10-30 03:14:51] "GET /virtual-network/c803782e-a1fc-4267-9b7d-377a4db45daa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2067 0.007716 10.0.0.254 - - [2025-10-30 03:14:52] "GET /obj-perms HTTP/1.1" 200 5045 0.005122 10.0.0.242 - - [2025-10-30 03:14:52] "POST /id-to-fqname HTTP/1.1" 200 223 0.002297 10.0.0.240 - - [2025-10-30 03:14:52] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001205 10.0.0.242 - - [2025-10-30 03:14:52] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.072198 10.0.0.242 - - [2025-10-30 03:14:53] "POST /neutron/network HTTP/1.1" 200 831 0.035316 10.0.0.242 - - [2025-10-30 03:14:53] "POST /id-to-fqname HTTP/1.1" 200 224 0.001830 10.0.0.242 - - [2025-10-30 03:14:53] "POST /neutron/port HTTP/1.1" 200 117 0.006508 10.0.0.240 - - [2025-10-30 03:14:53] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001510 10.0.0.242 - - [2025-10-30 03:14:53] "POST /neutron/port HTTP/1.1" 200 1057 0.299925 10.0.0.242 - - [2025-10-30 03:14:54] "POST /neutron/port HTTP/1.1" 200 1111 0.104979 10.0.0.242 - - [2025-10-30 03:14:54] "POST /neutron/subnet HTTP/1.1" 200 693 0.009523 10.0.0.240 - - [2025-10-30 03:14:54] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001091 10.0.0.242 - - [2025-10-30 03:14:54] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.075594 10.0.0.242 - - [2025-10-30 03:14:54] "POST /neutron/network HTTP/1.1" 200 835 0.007100 10.0.0.242 - - [2025-10-30 03:14:54] "POST /neutron/port HTTP/1.1" 200 117 0.007418 10.0.0.242 - - [2025-10-30 03:14:54] "POST /fqname-to-id HTTP/1.1" 404 193 0.003881 10.0.0.242 - - [2025-10-30 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.240 - - [2025-10-30 03:14:54] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001248 10.0.0.242 - - [2025-10-30 03:14:54] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.008609 10.0.0.242 - - [2025-10-30 03:14:54] "POST /service-templates HTTP/1.1" 200 545 0.033406 10.0.0.242 - - [2025-10-30 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.242 - - [2025-10-30 03:14:54] "GET /service-template/0ad122ff-3f96-421f-8015-210461de31ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.006708 10.0.0.242 - - [2025-10-30 03:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.242 - - [2025-10-30 03:14:54] "GET /service-template/0ad122ff-3f96-421f-8015-210461de31ec?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1814 0.004773 10.0.0.242 - - [2025-10-30 03:14:54] "POST /id-to-fqname HTTP/1.1" 200 223 0.001188 10.0.0.242 - - [2025-10-30 03:14:54] "POST /id-to-fqname HTTP/1.1" 200 229 0.001636 10.0.0.242 - - [2025-10-30 03:14:55] "POST /id-to-fqname HTTP/1.1" 200 230 0.001462 10.0.0.242 - - [2025-10-30 03:14:55] "POST /neutron/port HTTP/1.1" 200 2002 0.054698 10.0.0.242 - - [2025-10-30 03:14:55] "POST /neutron/port HTTP/1.1" 200 1059 0.018687 10.0.0.242 - - [2025-10-30 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.242 - - [2025-10-30 03:14:55] "DELETE /service-template/0ad122ff-3f96-421f-8015-210461de31ec HTTP/1.1" 200 115 0.052849 10.0.0.242 - - [2025-10-30 03:14:55] "POST /fqname-to-id HTTP/1.1" 404 193 0.007835 10.0.0.242 - - [2025-10-30 03:14:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003907 10.0.0.242 - - [2025-10-30 03:14:55] "POST /neutron/network HTTP/1.1" 200 835 0.008575 10.0.0.254 - - [2025-10-30 03:14:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.006749 10.0.0.242 - - [2025-10-30 03:14:56] "POST /neutron/network HTTP/1.1" 200 844 0.007597 10.0.0.242 - - [2025-10-30 03:14:56] "POST /neutron/port HTTP/1.1" 200 1111 0.044882 10.0.0.254 - - [2025-10-30 03:14:56] "DELETE /route-target/8bf1c7d1-59c8-45a9-94a9-8a9553a3f3c7 HTTP/1.1" 200 115 0.050430 10.0.0.242 - - [2025-10-30 03:14:56] "POST /neutron/network HTTP/1.1" 400 204 0.016406 10.0.0.242 - - [2025-10-30 03:14:57] "POST /neutron/port HTTP/1.1" 200 151 0.209764 10.0.0.242 - - [2025-10-30 03:14:57] "POST /neutron/network HTTP/1.1" 200 117 0.012759 10.0.0.240 - - [2025-10-30 03:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.009905 10.0.0.240 - - [2025-10-30 03:14:58] "POST /useragent-kv HTTP/1.1" 200 115 0.012649 10.0.0.242 - - [2025-10-30 03:14:58] "POST /neutron/network HTTP/1.1" 200 151 0.176246 10.0.0.254 - - [2025-10-30 03:14:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004618 10.0.0.242 - - [2025-10-30 03:14:59] "POST /neutron/network HTTP/1.1" 200 832 0.010686 10.0.0.254 - - [2025-10-30 03:14:59] "DELETE /route-target/2d058dfd-c0c3-4117-8fe4-28b50ef327e9 HTTP/1.1" 200 115 0.029414 10.0.0.240 - - [2025-10-30 03:15:01] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001820 10.0.0.242 - - [2025-10-30 03:15:01] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1368 0.054939 10.0.0.240 - - [2025-10-30 03:15:01] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001559 10.0.0.242 - - [2025-10-30 03:15:01] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?fields=virtual_networks HTTP/1.1" 200 1040 0.067225 10.0.0.240 - - [2025-10-30 03:15:01] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001663 10.0.0.242 - - [2025-10-30 03:15:01] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?fields=virtual_machine_interfaces HTTP/1.1" 200 1040 0.058384 10.0.0.240 - - [2025-10-30 03:15:01] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001493 10.0.0.242 - - [2025-10-30 03:15:01] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?fields=security_groups HTTP/1.1" 200 1265 0.050379 10.0.0.242 - - [2025-10-30 03:15:02] "POST /fqname-to-id HTTP/1.1" 404 186 0.026609 10.0.0.240 - - [2025-10-30 03:15:02] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003298 10.0.0.240 - - [2025-10-30 03:15:02] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001127 10.0.0.240 - - [2025-10-30 03:15:02] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008279 10.0.0.240 - - [2025-10-30 03:15:02] "POST /id-to-fqname HTTP/1.1" 200 188 0.002719 10.0.0.240 - - [2025-10-30 03:15:02] "POST /fqname-to-id HTTP/1.1" 404 197 0.006171 10.0.0.240 - - [2025-10-30 03:15:02] "POST /security-groups HTTP/1.1" 200 589 0.038538 10.0.0.240 - - [2025-10-30 03:15:02] "POST /projects HTTP/1.1" 200 581 0.285343 10.0.0.240 - - [2025-10-30 03:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.357220 10.0.0.254 - - [2025-10-30 03:15:02] "POST /fqname-to-id HTTP/1.1" 404 231 0.008773 10.0.0.242 - - [2025-10-30 03:15:02] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.521064 10.0.0.242 - - [2025-10-30 03:15:03] "GET / HTTP/1.1" 200 36215 0.001777 10.0.0.242 - - [2025-10-30 03:15:05] "POST /fqname-to-id HTTP/1.1" 401 293 0.000542 10.0.0.242 - - [2025-10-30 03:15:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.053670 10.0.0.240 - - [2025-10-30 03:15:05] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000960 10.0.0.242 - - [2025-10-30 03:15:05] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.038073 10.0.0.240 - - [2025-10-30 03:15:06] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001032 10.0.0.242 - - [2025-10-30 03:15:06] "POST /neutron/network HTTP/1.1" 200 613 0.161881 10.0.0.254 - - [2025-10-30 03:15:06] "POST /ref-update HTTP/1.1" 200 156 0.027687 10.0.0.242 - - [2025-10-30 03:15:06] "POST /id-to-fqname HTTP/1.1" 200 223 0.005374 10.0.0.242 - - [2025-10-30 03:15:06] "GET /virtual-network/8c50eb18-b915-4dfc-8950-8496bcfbb425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006864 10.0.0.242 - - [2025-10-30 03:15:06] "POST /neutron/network HTTP/1.1" 200 830 0.006510 10.0.0.242 - - [2025-10-30 03:15:06] "GET /virtual-network/8c50eb18-b915-4dfc-8950-8496bcfbb425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005610 10.0.0.240 - - [2025-10-30 03:15:06] "DELETE /project/3673fdbeddd24ad58881117716dae232 HTTP/1.1" 404 173 0.012741 10.0.0.240 - - [2025-10-30 03:15:06] "DELETE /project/116fc43c7ed045bdadc20523e4e0e959 HTTP/1.1" 404 173 0.009338 10.0.0.240 - - [2025-10-30 03:15:06] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000976 10.0.0.240 - - [2025-10-30 03:15:06] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.000841 10.0.0.240 - - [2025-10-30 03:15:07] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1470 0.065344 10.0.0.240 - - [2025-10-30 03:15:07] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001304 10.0.0.240 - - [2025-10-30 03:15:07] "GET /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1562 0.087008 10.0.0.240 - - [2025-10-30 03:15:07] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001175 10.0.0.240 - - [2025-10-30 03:15:07] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?fields=security_groups HTTP/1.1" 200 1367 0.161259 10.0.0.242 - - [2025-10-30 03:15:07] "GET /virtual-network/8c50eb18-b915-4dfc-8950-8496bcfbb425?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.014054 10.0.0.240 - - [2025-10-30 03:15:07] "GET /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f?fields=security_groups HTTP/1.1" 200 1436 0.169589 10.0.0.240 - - [2025-10-30 03:15:07] "DELETE /security-group/f2b04fa0-4932-4241-affb-6334b7c9befe HTTP/1.1" 200 115 0.051939 10.0.0.240 - - [2025-10-30 03:15:07] "GET /projects?obj_uuids=116fc43c-7ed0-45bd-adc2-0523e4e0e959&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001040 10.0.0.240 - - [2025-10-30 03:15:07] "DELETE /security-group/d5935060-a249-4d58-95a0-7a80d3c580a7 HTTP/1.1" 200 115 0.074361 10.0.0.240 - - [2025-10-30 03:15:07] "GET /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959?fields=application_policy_sets HTTP/1.1" 200 1406 0.064833 10.0.0.240 - - [2025-10-30 03:15:07] "GET /projects?obj_uuids=4d629c1f-09e3-4807-bd8d-c124ebc5cb7f&detail=False&count=False&shared=False HTTP/1.1" 200 370 0.001330 10.0.0.240 - - [2025-10-30 03:15:07] "GET /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f?fields=application_policy_sets HTTP/1.1" 200 1475 0.098742 10.0.0.254 - - [2025-10-30 03:15:07] "DELETE /access-control-list/6a686a18-12d6-45fd-bc1d-d5e21a345e0e HTTP/1.1" 200 115 0.076880 10.0.0.240 - - [2025-10-30 03:15:07] "DELETE /project/116fc43c-7ed0-45bd-adc2-0523e4e0e959 HTTP/1.1" 200 115 0.679743 10.0.0.240 - - [2025-10-30 03:15:07] "DELETE /project/4d629c1f-09e3-4807-bd8d-c124ebc5cb7f HTTP/1.1" 200 115 0.736671 10.0.0.242 - - [2025-10-30 03:15:07] "GET /obj-perms HTTP/1.1" 200 5045 0.046356 10.0.0.242 - - [2025-10-30 03:15:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004591 10.0.0.240 - - [2025-10-30 03:15:08] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001405 10.0.0.242 - - [2025-10-30 03:15:08] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.051579 10.0.0.242 - - [2025-10-30 03:15:08] "POST /neutron/network HTTP/1.1" 200 117 0.015763 10.0.0.254 - - [2025-10-30 03:15:09] "POST /ref-update HTTP/1.1" 200 156 0.030614 10.0.0.242 - - [2025-10-30 03:15:09] "POST /neutron/network HTTP/1.1" 200 836 0.010158 10.0.0.242 - - [2025-10-30 03:15:09] "POST /id-to-fqname HTTP/1.1" 200 225 0.001635 10.0.0.242 - - [2025-10-30 03:15:09] "GET /virtual-network/ad24db4d-4b7d-451c-8992-ee109f6225bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006187 10.0.0.242 - - [2025-10-30 03:15:09] "GET /virtual-network/ad24db4d-4b7d-451c-8992-ee109f6225bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007859 10.0.0.242 - - [2025-10-30 03:15:09] "POST /neutron/subnet HTTP/1.1" 200 724 0.008884 10.0.0.242 - - [2025-10-30 03:15:09] "GET /virtual-network/ad24db4d-4b7d-451c-8992-ee109f6225bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.005824 10.0.0.240 - - [2025-10-30 03:15:09] "GET /obj-perms HTTP/1.1" 200 5045 0.049973 10.0.0.242 - - [2025-10-30 03:15:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003773 10.0.0.240 - - [2025-10-30 03:15:09] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000993 10.0.0.242 - - [2025-10-30 03:15:10] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043199 10.0.0.240 - - [2025-10-30 03:15:10] "POST /useragent-kv HTTP/1.1" 200 115 0.014359 10.0.0.242 - - [2025-10-30 03:15:10] "POST /neutron/subnet HTTP/1.1" 200 725 0.215733 10.0.0.242 - - [2025-10-30 03:15:10] "POST /id-to-fqname HTTP/1.1" 200 226 0.002088 10.0.0.242 - - [2025-10-30 03:15:10] "GET /virtual-network/94fa04d2-ef85-4303-ba08-6b61ab8b8462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006896 10.0.0.242 - - [2025-10-30 03:15:10] "GET /virtual-network/94fa04d2-ef85-4303-ba08-6b61ab8b8462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.009890 10.0.0.242 - - [2025-10-30 03:15:10] "POST /neutron/network HTTP/1.1" 200 838 0.007717 10.0.0.242 - - [2025-10-30 03:15:10] "GET /virtual-network/94fa04d2-ef85-4303-ba08-6b61ab8b8462?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2064 0.006950 10.0.0.254 - - [2025-10-30 03:15:11] "GET /obj-perms HTTP/1.1" 200 5045 0.049870 10.0.0.242 - - [2025-10-30 03:15:11] "POST /id-to-fqname HTTP/1.1" 200 225 0.001681 10.0.0.240 - - [2025-10-30 03:15:12] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001777 10.0.0.242 - - [2025-10-30 03:15:12] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.072752 10.0.0.242 - - [2025-10-30 03:15:12] "POST /neutron/network HTTP/1.1" 200 836 0.015890 10.0.0.242 - - [2025-10-30 03:15:12] "POST /id-to-fqname HTTP/1.1" 200 226 0.001448 10.0.0.242 - - [2025-10-30 03:15:12] "POST /neutron/port HTTP/1.1" 200 117 0.008086 10.0.0.240 - - [2025-10-30 03:15:12] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001588 10.0.0.242 - - [2025-10-30 03:15:13] "POST /neutron/port HTTP/1.1" 200 1058 0.339842 10.0.0.240 - - [2025-10-30 03:15:13] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001445 10.0.0.242 - - [2025-10-30 03:15:13] "POST /neutron/port HTTP/1.1" 200 1112 0.130995 10.0.0.242 - - [2025-10-30 03:15:13] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.099624 10.0.0.242 - - [2025-10-30 03:15:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005259 10.0.0.242 - - [2025-10-30 03:15:13] "POST /neutron/network HTTP/1.1" 200 836 0.006637 10.0.0.242 - - [2025-10-30 03:15:13] "POST /neutron/port HTTP/1.1" 200 117 0.008051 10.0.0.242 - - [2025-10-30 03:15:13] "POST /fqname-to-id HTTP/1.1" 404 193 0.003862 10.0.0.242 - - [2025-10-30 03:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003310 10.0.0.240 - - [2025-10-30 03:15:13] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001932 10.0.0.242 - - [2025-10-30 03:15:13] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010310 10.0.0.242 - - [2025-10-30 03:15:13] "POST /service-templates HTTP/1.1" 200 545 0.034376 10.0.0.242 - - [2025-10-30 03:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004198 10.0.0.242 - - [2025-10-30 03:15:13] "GET /service-template/b2a5eca7-95a3-4c7a-96eb-a0a9d651ae47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.006359 10.0.0.242 - - [2025-10-30 03:15:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003182 10.0.0.242 - - [2025-10-30 03:15:14] "GET /service-template/b2a5eca7-95a3-4c7a-96eb-a0a9d651ae47?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.004153 10.0.0.242 - - [2025-10-30 03:15:14] "POST /id-to-fqname HTTP/1.1" 200 223 0.001633 10.0.0.242 - - [2025-10-30 03:15:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.001426 10.0.0.242 - - [2025-10-30 03:15:14] "POST /id-to-fqname HTTP/1.1" 200 226 0.001422 10.0.0.242 - - [2025-10-30 03:15:14] "POST /neutron/port HTTP/1.1" 200 2002 0.029128 10.0.0.242 - - [2025-10-30 03:15:14] "POST /neutron/port HTTP/1.1" 200 1058 0.011810 10.0.0.242 - - [2025-10-30 03:15:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003008 10.0.0.242 - - [2025-10-30 03:15:14] "DELETE /service-template/b2a5eca7-95a3-4c7a-96eb-a0a9d651ae47 HTTP/1.1" 200 115 0.061723 10.0.0.242 - - [2025-10-30 03:15:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.002973 10.0.0.242 - - [2025-10-30 03:15:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004392 10.0.0.242 - - [2025-10-30 03:15:14] "POST /neutron/network HTTP/1.1" 200 838 0.006595 10.0.0.242 - - [2025-10-30 03:15:15] "POST /neutron/port HTTP/1.1" 200 1086 0.019273 10.0.0.242 - - [2025-10-30 03:15:16] "POST /neutron/port HTTP/1.1" 200 1086 0.019192 10.0.0.242 - - [2025-10-30 03:15:16] "POST /neutron/port HTTP/1.1" 200 117 0.010126 10.0.0.242 - - [2025-10-30 03:15:16] "POST /neutron/port HTTP/1.1" 200 117 0.008577 10.0.0.254 - - [2025-10-30 03:15:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004760 10.0.0.242 - - [2025-10-30 03:15:17] "POST /neutron/network HTTP/1.1" 200 836 0.008677 10.0.0.254 - - [2025-10-30 03:15:17] "DELETE /route-target/ba4caa2a-545a-4b64-9725-8a4f28015c79 HTTP/1.1" 200 115 0.025612 10.0.0.240 - - [2025-10-30 03:15:17] "POST /useragent-kv HTTP/1.1" 200 115 0.006092 10.0.0.240 - - [2025-10-30 03:15:17] "POST /useragent-kv HTTP/1.1" 200 115 0.003242 10.0.0.242 - - [2025-10-30 03:15:17] "POST /neutron/network HTTP/1.1" 200 151 0.145809 10.0.0.242 - - [2025-10-30 03:15:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005081 10.0.0.240 - - [2025-10-30 03:15:20] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001358 10.0.0.242 - - [2025-10-30 03:15:20] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.046664 10.0.0.254 - - [2025-10-30 03:15:20] "POST /route-targets HTTP/1.1" 200 328 0.019821 10.0.0.240 - - [2025-10-30 03:15:21] "POST /useragent-kv HTTP/1.1" 200 115 0.020074 10.0.0.242 - - [2025-10-30 03:15:21] "POST /neutron/subnet HTTP/1.1" 200 725 0.260559 10.0.0.242 - - [2025-10-30 03:15:21] "POST /id-to-fqname HTTP/1.1" 200 223 0.001468 10.0.0.242 - - [2025-10-30 03:15:21] "GET /virtual-network/3202ba20-7ed9-4719-a908-90504a20b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005555 10.0.0.242 - - [2025-10-30 03:15:21] "GET /virtual-network/3202ba20-7ed9-4719-a908-90504a20b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007153 10.0.0.242 - - [2025-10-30 03:15:21] "POST /neutron/network HTTP/1.1" 200 832 0.007921 10.0.0.242 - - [2025-10-30 03:15:21] "GET /virtual-network/3202ba20-7ed9-4719-a908-90504a20b319?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005893 10.0.0.242 - - [2025-10-30 03:15:21] "GET /obj-perms HTTP/1.1" 200 5045 0.004855 10.0.0.242 - - [2025-10-30 03:15:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.240 - - [2025-10-30 03:15:21] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000928 10.0.0.242 - - [2025-10-30 03:15:21] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.043855 10.0.0.240 - - [2025-10-30 03:15:21] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001240 10.0.0.242 - - [2025-10-30 03:15:21] "POST /neutron/network HTTP/1.1" 200 613 0.137107 10.0.0.254 - - [2025-10-30 03:15:22] "POST /ref-update HTTP/1.1" 200 156 0.030482 10.0.0.242 - - [2025-10-30 03:15:22] "POST /id-to-fqname HTTP/1.1" 200 223 0.003463 10.0.0.242 - - [2025-10-30 03:15:22] "GET /virtual-network/97c76e8f-d6f2-457e-ac13-a7656e84ba8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006188 10.0.0.242 - - [2025-10-30 03:15:22] "POST /neutron/network HTTP/1.1" 200 831 0.007756 10.0.0.242 - - [2025-10-30 03:15:22] "GET /virtual-network/97c76e8f-d6f2-457e-ac13-a7656e84ba8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.008456 10.0.0.242 - - [2025-10-30 03:15:22] "GET /virtual-network/97c76e8f-d6f2-457e-ac13-a7656e84ba8b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006234 10.0.0.240 - - [2025-10-30 03:15:22] "GET /obj-perms HTTP/1.1" 200 5045 0.004298 10.0.0.242 - - [2025-10-30 03:15:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.240 - - [2025-10-30 03:15:22] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001172 10.0.0.242 - - [2025-10-30 03:15:22] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.050309 10.0.0.242 - - [2025-10-30 03:15:22] "POST /neutron/network HTTP/1.1" 200 117 0.018165 10.0.0.242 - - [2025-10-30 03:15:23] "POST /neutron/network HTTP/1.1" 200 834 0.012599 10.0.0.242 - - [2025-10-30 03:15:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001640 10.0.0.242 - - [2025-10-30 03:15:23] "GET /virtual-network/107c35d0-8026-48a4-8eb7-4ae715173538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.007453 10.0.0.242 - - [2025-10-30 03:15:23] "GET /virtual-network/107c35d0-8026-48a4-8eb7-4ae715173538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.006854 10.0.0.242 - - [2025-10-30 03:15:23] "POST /neutron/subnet HTTP/1.1" 200 724 0.014111 10.0.0.242 - - [2025-10-30 03:15:23] "GET /virtual-network/107c35d0-8026-48a4-8eb7-4ae715173538?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2057 0.008066 10.0.0.254 - - [2025-10-30 03:15:23] "GET /obj-perms HTTP/1.1" 200 5045 0.004575 10.0.0.242 - - [2025-10-30 03:15:24] "POST /id-to-fqname HTTP/1.1" 200 223 0.001425 10.0.0.240 - - [2025-10-30 03:15:24] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001798 10.0.0.242 - - [2025-10-30 03:15:24] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.103445 10.0.0.242 - - [2025-10-30 03:15:25] "POST /neutron/port HTTP/1.1" 200 117 0.011096 10.0.0.242 - - [2025-10-30 03:15:25] "POST /id-to-fqname HTTP/1.1" 200 224 0.001404 10.0.0.242 - - [2025-10-30 03:15:25] "POST /neutron/network HTTP/1.1" 200 844 0.007703 10.0.0.242 - - [2025-10-30 03:15:25] "POST /neutron/port HTTP/1.1" 200 1057 0.016949 10.0.0.242 - - [2025-10-30 03:15:26] "POST /neutron/port HTTP/1.1" 200 1085 0.022945 10.0.0.242 - - [2025-10-30 03:15:26] "POST /neutron/port HTTP/1.1" 200 117 0.001304 10.0.0.240 - - [2025-10-30 03:15:26] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001098 10.0.0.242 - - [2025-10-30 03:15:26] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.077233 10.0.0.242 - - [2025-10-30 03:15:26] "POST /neutron/port HTTP/1.1" 200 1085 0.027859 10.0.0.242 - - [2025-10-30 03:15:26] "POST /fqname-to-id HTTP/1.1" 404 193 0.003331 10.0.0.242 - - [2025-10-30 03:15:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.002927 10.0.0.240 - - [2025-10-30 03:15:27] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001058 10.0.0.242 - - [2025-10-30 03:15:27] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.007858 10.0.0.242 - - [2025-10-30 03:15:27] "POST /service-templates HTTP/1.1" 200 545 0.038401 10.0.0.242 - - [2025-10-30 03:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004584 10.0.0.242 - - [2025-10-30 03:15:27] "GET /service-template/a8a8da85-15a5-44e9-a5e2-eef7dd8f2f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.009054 10.0.0.242 - - [2025-10-30 03:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004964 10.0.0.242 - - [2025-10-30 03:15:27] "GET /service-template/a8a8da85-15a5-44e9-a5e2-eef7dd8f2f51?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1820 0.005376 10.0.0.242 - - [2025-10-30 03:15:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.001838 10.0.0.242 - - [2025-10-30 03:15:27] "POST /id-to-fqname HTTP/1.1" 200 223 0.002193 10.0.0.242 - - [2025-10-30 03:15:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001893 10.0.0.242 - - [2025-10-30 03:15:27] "POST /neutron/port HTTP/1.1" 200 1085 0.021214 10.0.0.242 - - [2025-10-30 03:15:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004505 10.0.0.240 - - [2025-10-30 03:15:27] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001446 10.0.0.242 - - [2025-10-30 03:15:27] "DELETE /service-template/a8a8da85-15a5-44e9-a5e2-eef7dd8f2f51 HTTP/1.1" 200 115 0.046909 10.0.0.242 - - [2025-10-30 03:15:27] "POST /fqname-to-id HTTP/1.1" 404 193 0.006263 10.0.0.242 - - [2025-10-30 03:15:27] "POST /neutron/port HTTP/1.1" 200 1058 0.337187 10.0.0.242 - - [2025-10-30 03:15:27] "POST /neutron/port HTTP/1.1" 200 1058 0.011791 10.0.0.242 - - [2025-10-30 03:15:28] "POST /neutron/port HTTP/1.1" 200 1086 0.018485 10.0.0.242 - - [2025-10-30 03:15:28] "POST /neutron/port HTTP/1.1" 200 117 0.001469 10.0.0.242 - - [2025-10-30 03:15:28] "POST /neutron/port HTTP/1.1" 200 1111 0.012627 10.0.0.242 - - [2025-10-30 03:15:29] "POST /neutron/port HTTP/1.1" 200 1112 0.014485 10.0.0.242 - - [2025-10-30 03:15:30] "POST /neutron/network HTTP/1.1" 200 2186 0.012383 10.0.0.242 - - [2025-10-30 03:15:30] "POST /neutron/network HTTP/1.1" 200 117 0.011134 10.0.0.254 - - [2025-10-30 03:15:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004713 10.0.0.242 - - [2025-10-30 03:15:30] "POST /neutron/port HTTP/1.1" 200 117 0.008013 10.0.0.254 - - [2025-10-30 03:15:30] "DELETE /route-target/62dfb5a8-75b3-4440-b68f-12a98386fe29 HTTP/1.1" 200 115 0.034900 10.0.0.240 - - [2025-10-30 03:15:32] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001087 10.0.0.242 - - [2025-10-30 03:15:32] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1367 0.052719 10.0.0.240 - - [2025-10-30 03:15:32] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001713 10.0.0.242 - - [2025-10-30 03:15:32] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?fields=virtual_networks HTTP/1.1" 200 1039 0.060437 10.0.0.240 - - [2025-10-30 03:15:32] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001326 10.0.0.242 - - [2025-10-30 03:15:32] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.045343 10.0.0.240 - - [2025-10-30 03:15:32] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.242 - - [2025-10-30 03:15:32] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?fields=security_groups HTTP/1.1" 200 1264 0.044692 10.0.0.242 - - [2025-10-30 03:15:33] "POST /fqname-to-id HTTP/1.1" 404 184 0.034377 10.0.0.240 - - [2025-10-30 03:15:33] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003584 10.0.0.240 - - [2025-10-30 03:15:33] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001025 10.0.0.240 - - [2025-10-30 03:15:33] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007573 10.0.0.240 - - [2025-10-30 03:15:33] "POST /id-to-fqname HTTP/1.1" 200 186 0.010467 10.0.0.240 - - [2025-10-30 03:15:33] "POST /fqname-to-id HTTP/1.1" 404 195 0.006866 10.0.0.240 - - [2025-10-30 03:15:33] "POST /security-groups HTTP/1.1" 200 587 0.073602 10.0.0.254 - - [2025-10-30 03:15:33] "POST /fqname-to-id HTTP/1.1" 404 230 0.004599 10.0.0.240 - - [2025-10-30 03:15:33] "POST /projects HTTP/1.1" 200 577 0.317531 10.0.0.240 - - [2025-10-30 03:15:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.388736 10.0.0.254 - - [2025-10-30 03:15:33] "POST /access-control-lists HTTP/1.1" 200 592 0.037119 10.0.0.242 - - [2025-10-30 03:15:34] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.532595 10.0.0.242 - - [2025-10-30 03:15:35] "GET / HTTP/1.1" 200 36215 0.001573 10.0.0.242 - - [2025-10-30 03:15:36] "POST /fqname-to-id HTTP/1.1" 401 293 0.000777 10.0.0.242 - - [2025-10-30 03:15:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.060140 10.0.0.240 - - [2025-10-30 03:15:37] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001310 10.0.0.242 - - [2025-10-30 03:15:37] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.071194 10.0.0.242 - - [2025-10-30 03:15:37] "POST /neutron/network HTTP/1.1" 200 117 0.035912 10.0.0.242 - - [2025-10-30 03:15:37] "POST /neutron/network HTTP/1.1" 200 828 0.009406 10.0.0.242 - - [2025-10-30 03:15:37] "POST /id-to-fqname HTTP/1.1" 200 221 0.001183 10.0.0.242 - - [2025-10-30 03:15:37] "GET /virtual-network/77207014-6e60-4fab-a8f1-149495fa975b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006671 10.0.0.242 - - [2025-10-30 03:15:37] "GET /virtual-network/77207014-6e60-4fab-a8f1-149495fa975b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.007124 10.0.0.242 - - [2025-10-30 03:15:37] "POST /neutron/subnet HTTP/1.1" 200 715 0.012317 10.0.0.242 - - [2025-10-30 03:15:38] "GET /virtual-network/77207014-6e60-4fab-a8f1-149495fa975b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2044 0.006623 10.0.0.242 - - [2025-10-30 03:15:39] "GET /obj-perms HTTP/1.1" 200 5041 0.057176 10.0.0.242 - - [2025-10-30 03:15:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004868 10.0.0.240 - - [2025-10-30 03:15:39] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001064 10.0.0.242 - - [2025-10-30 03:15:39] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.043938 10.0.0.254 - - [2025-10-30 03:15:40] "POST /route-targets HTTP/1.1" 200 328 0.013733 10.0.0.240 - - [2025-10-30 03:15:40] "POST /useragent-kv HTTP/1.1" 200 115 0.009533 10.0.0.242 - - [2025-10-30 03:15:40] "POST /neutron/subnet HTTP/1.1" 200 724 0.193692 10.0.0.242 - - [2025-10-30 03:15:40] "POST /id-to-fqname HTTP/1.1" 200 221 0.001439 10.0.0.242 - - [2025-10-30 03:15:40] "GET /virtual-network/c8fa7008-69e9-474c-98a4-dea335bf4aa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005457 10.0.0.242 - - [2025-10-30 03:15:40] "GET /virtual-network/c8fa7008-69e9-474c-98a4-dea335bf4aa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005962 10.0.0.242 - - [2025-10-30 03:15:40] "POST /neutron/network HTTP/1.1" 200 830 0.007454 10.0.0.242 - - [2025-10-30 03:15:40] "GET /virtual-network/c8fa7008-69e9-474c-98a4-dea335bf4aa5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2051 0.005961 10.0.0.240 - - [2025-10-30 03:15:41] "GET /obj-perms HTTP/1.1" 200 5041 0.047998 10.0.0.242 - - [2025-10-30 03:15:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.240 - - [2025-10-30 03:15:41] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000965 10.0.0.242 - - [2025-10-30 03:15:41] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.046969 10.0.0.240 - - [2025-10-30 03:15:41] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001027 10.0.0.242 - - [2025-10-30 03:15:41] "POST /neutron/network HTTP/1.1" 200 613 0.157708 10.0.0.254 - - [2025-10-30 03:15:41] "POST /ref-update HTTP/1.1" 200 156 0.022803 10.0.0.242 - - [2025-10-30 03:15:41] "POST /id-to-fqname HTTP/1.1" 200 222 0.012681 10.0.0.242 - - [2025-10-30 03:15:41] "GET /virtual-network/b2e8f0e7-6cb0-4dfb-8b89-c4562151ee21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009223 10.0.0.242 - - [2025-10-30 03:15:41] "POST /neutron/network HTTP/1.1" 200 832 0.018054 10.0.0.242 - - [2025-10-30 03:15:41] "GET /virtual-network/b2e8f0e7-6cb0-4dfb-8b89-c4562151ee21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.008541 10.0.0.242 - - [2025-10-30 03:15:42] "GET /virtual-network/b2e8f0e7-6cb0-4dfb-8b89-c4562151ee21?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.009638 10.0.0.254 - - [2025-10-30 03:15:42] "GET /obj-perms HTTP/1.1" 200 5041 0.054676 10.0.0.242 - - [2025-10-30 03:15:42] "POST /id-to-fqname HTTP/1.1" 200 221 0.001483 10.0.0.242 - - [2025-10-30 03:15:42] "POST /neutron/network HTTP/1.1" 200 840 0.008555 10.0.0.240 - - [2025-10-30 03:15:43] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001356 10.0.0.242 - - [2025-10-30 03:15:43] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.070354 10.0.0.242 - - [2025-10-30 03:15:43] "POST /neutron/port HTTP/1.1" 200 117 0.009779 10.0.0.242 - - [2025-10-30 03:15:43] "POST /id-to-fqname HTTP/1.1" 200 222 0.003230 10.0.0.242 - - [2025-10-30 03:15:44] "POST /neutron/network HTTP/1.1" 200 840 0.011747 10.0.0.242 - - [2025-10-30 03:15:44] "POST /neutron/port HTTP/1.1" 200 1056 0.018318 10.0.0.242 - - [2025-10-30 03:15:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004244 10.0.0.242 - - [2025-10-30 03:15:44] "POST /neutron/network HTTP/1.1" 200 830 0.008373 10.0.0.240 - - [2025-10-30 03:15:44] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001170 10.0.0.242 - - [2025-10-30 03:15:44] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.211210 10.0.0.242 - - [2025-10-30 03:15:45] "POST /neutron/security_group HTTP/1.1" 200 2054 0.009922 10.0.0.242 - - [2025-10-30 03:15:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.003275 10.0.0.242 - - [2025-10-30 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002921 10.0.0.240 - - [2025-10-30 03:15:45] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001461 10.0.0.242 - - [2025-10-30 03:15:45] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009615 10.0.0.242 - - [2025-10-30 03:15:45] "POST /service-templates HTTP/1.1" 200 545 0.037366 10.0.0.242 - - [2025-10-30 03:15:45] "GET /obj-perms HTTP/1.1" 200 5075 0.094475 10.0.0.242 - - [2025-10-30 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004243 10.0.0.242 - - [2025-10-30 03:15:45] "GET /service-template/d65317f7-c307-46aa-8560-402a6f76c2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.006670 10.0.0.242 - - [2025-10-30 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002958 10.0.0.242 - - [2025-10-30 03:15:45] "GET /service-template/d65317f7-c307-46aa-8560-402a6f76c2bd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1817 0.004937 10.0.0.242 - - [2025-10-30 03:15:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001514 10.0.0.242 - - [2025-10-30 03:15:45] "POST /id-to-fqname HTTP/1.1" 200 221 0.001571 10.0.0.240 - - [2025-10-30 03:15:45] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001196 10.0.0.242 - - [2025-10-30 03:15:45] "POST /id-to-fqname HTTP/1.1" 200 222 0.001302 10.0.0.242 - - [2025-10-30 03:15:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004913 10.0.0.242 - - [2025-10-30 03:15:45] "DELETE /service-template/d65317f7-c307-46aa-8560-402a6f76c2bd HTTP/1.1" 200 115 0.030817 10.0.0.242 - - [2025-10-30 03:15:45] "POST /neutron/port HTTP/1.1" 200 1056 0.395185 10.0.0.242 - - [2025-10-30 03:15:45] "POST /fqname-to-id HTTP/1.1" 404 193 0.006716 10.0.0.242 - - [2025-10-30 03:15:46] "POST /neutron/port HTTP/1.1" 200 1056 0.012099 10.0.0.242 - - [2025-10-30 03:15:46] "POST /neutron/port HTTP/1.1" 200 1084 0.020534 10.0.0.242 - - [2025-10-30 03:15:46] "POST /neutron/subnet HTTP/1.1" 200 699 0.009634 10.0.0.242 - - [2025-10-30 03:15:46] "POST /neutron/network HTTP/1.1" 200 832 0.009286 10.0.0.242 - - [2025-10-30 03:15:46] "POST /neutron/port HTTP/1.1" 200 151 0.224237 10.0.0.242 - - [2025-10-30 03:15:47] "POST /neutron/port HTTP/1.1" 200 151 0.190480 10.0.0.242 - - [2025-10-30 03:15:48] "POST /neutron/network HTTP/1.1" 200 117 0.011863 10.0.0.242 - - [2025-10-30 03:15:48] "POST /neutron/port HTTP/1.1" 200 117 0.005661 10.0.0.254 - - [2025-10-30 03:15:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.031154 10.0.0.242 - - [2025-10-30 03:15:49] "POST /neutron/network HTTP/1.1" 200 828 0.009541 10.0.0.254 - - [2025-10-30 03:15:49] "DELETE /route-target/66a55708-7540-4945-8f16-e40fd6fa036b HTTP/1.1" 200 115 0.022336 10.0.0.242 - - [2025-10-30 03:15:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.005037 10.0.0.240 - - [2025-10-30 03:15:51] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.029370 10.0.0.242 - - [2025-10-30 03:15:52] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.086153 10.0.0.240 - - [2025-10-30 03:15:52] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001209 10.0.0.242 - - [2025-10-30 03:15:52] "POST /neutron/network HTTP/1.1" 200 611 0.118289 10.0.0.242 - - [2025-10-30 03:15:52] "POST /id-to-fqname HTTP/1.1" 200 221 0.003932 10.0.0.242 - - [2025-10-30 03:15:52] "GET /virtual-network/4d00fc75-31b6-417c-bf42-0c64221b1149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.007544 10.0.0.242 - - [2025-10-30 03:15:52] "POST /neutron/network HTTP/1.1" 200 829 0.009197 10.0.0.242 - - [2025-10-30 03:15:52] "GET /virtual-network/4d00fc75-31b6-417c-bf42-0c64221b1149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006730 10.0.0.242 - - [2025-10-30 03:15:52] "GET /virtual-network/4d00fc75-31b6-417c-bf42-0c64221b1149?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2047 0.006949 10.0.0.240 - - [2025-10-30 03:15:53] "GET /obj-perms HTTP/1.1" 200 5041 0.004717 10.0.0.242 - - [2025-10-30 03:15:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.240 - - [2025-10-30 03:15:53] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001139 10.0.0.242 - - [2025-10-30 03:15:53] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.041358 10.0.0.242 - - [2025-10-30 03:15:53] "POST /neutron/network HTTP/1.1" 200 117 0.016238 10.0.0.254 - - [2025-10-30 03:15:53] "POST /route-targets HTTP/1.1" 200 328 0.016921 10.0.0.242 - - [2025-10-30 03:15:53] "POST /neutron/network HTTP/1.1" 200 830 0.011672 10.0.0.242 - - [2025-10-30 03:15:53] "POST /id-to-fqname HTTP/1.1" 200 221 0.001629 10.0.0.242 - - [2025-10-30 03:15:53] "GET /virtual-network/3da76bdc-1d7b-4635-8ed1-81ae7a141360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.006288 10.0.0.242 - - [2025-10-30 03:15:53] "GET /virtual-network/3da76bdc-1d7b-4635-8ed1-81ae7a141360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007076 10.0.0.242 - - [2025-10-30 03:15:53] "POST /neutron/subnet HTTP/1.1" 200 724 0.009471 10.0.0.242 - - [2025-10-30 03:15:53] "GET /virtual-network/3da76bdc-1d7b-4635-8ed1-81ae7a141360?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2050 0.007555 10.0.0.242 - - [2025-10-30 03:15:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.240 - - [2025-10-30 03:15:54] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000977 10.0.0.242 - - [2025-10-30 03:15:54] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.045281 10.0.0.254 - - [2025-10-30 03:15:54] "POST /ref-update HTTP/1.1" 200 156 0.031727 10.0.0.240 - - [2025-10-30 03:15:54] "POST /useragent-kv HTTP/1.1" 200 115 0.011222 10.0.0.242 - - [2025-10-30 03:15:54] "POST /neutron/subnet HTTP/1.1" 200 734 0.192036 10.0.0.242 - - [2025-10-30 03:15:54] "POST /id-to-fqname HTTP/1.1" 200 222 0.001437 10.0.0.242 - - [2025-10-30 03:15:54] "GET /virtual-network/c4432a47-0363-47b7-9722-1ae72161f2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.008345 10.0.0.242 - - [2025-10-30 03:15:54] "GET /virtual-network/c4432a47-0363-47b7-9722-1ae72161f2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007582 10.0.0.242 - - [2025-10-30 03:15:54] "POST /neutron/network HTTP/1.1" 200 834 0.007605 10.0.0.242 - - [2025-10-30 03:15:54] "GET /virtual-network/c4432a47-0363-47b7-9722-1ae72161f2d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006170 10.0.0.242 - - [2025-10-30 03:15:55] "GET /obj-perms HTTP/1.1" 200 5041 0.003941 10.0.0.254 - - [2025-10-30 03:15:55] "GET /obj-perms HTTP/1.1" 200 5041 0.004304 10.0.0.242 - - [2025-10-30 03:15:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003530 10.0.0.240 - - [2025-10-30 03:15:55] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000944 10.0.0.242 - - [2025-10-30 03:15:55] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.042639 10.0.0.240 - - [2025-10-30 03:15:55] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001595 10.0.0.242 - - [2025-10-30 03:15:55] "POST /neutron/network HTTP/1.1" 200 623 0.157841 10.0.0.242 - - [2025-10-30 03:15:55] "POST /id-to-fqname HTTP/1.1" 200 227 0.004245 10.0.0.242 - - [2025-10-30 03:15:55] "GET /virtual-network/770459e3-871b-4ff3-ac91-4f62cae677d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007040 10.0.0.242 - - [2025-10-30 03:15:55] "POST /neutron/network HTTP/1.1" 200 840 0.010082 10.0.0.242 - - [2025-10-30 03:15:55] "GET /virtual-network/770459e3-871b-4ff3-ac91-4f62cae677d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.007651 10.0.0.242 - - [2025-10-30 03:15:56] "GET /virtual-network/770459e3-871b-4ff3-ac91-4f62cae677d8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2062 0.006421 10.0.0.240 - - [2025-10-30 03:15:56] "GET /obj-perms HTTP/1.1" 200 5041 0.004438 10.0.0.242 - - [2025-10-30 03:15:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004886 10.0.0.240 - - [2025-10-30 03:15:56] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001243 10.0.0.242 - - [2025-10-30 03:15:56] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.060527 10.0.0.242 - - [2025-10-30 03:15:56] "POST /neutron/network HTTP/1.1" 200 117 0.020440 10.0.0.254 - - [2025-10-30 03:15:56] "POST /route-targets HTTP/1.1" 200 328 0.017816 10.0.0.242 - - [2025-10-30 03:15:56] "POST /neutron/network HTTP/1.1" 200 845 0.011517 10.0.0.242 - - [2025-10-30 03:15:56] "POST /id-to-fqname HTTP/1.1" 200 228 0.001367 10.0.0.242 - - [2025-10-30 03:15:56] "GET /virtual-network/e1d1ae3e-2382-43a7-8197-6d9999392201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.007014 10.0.0.242 - - [2025-10-30 03:15:56] "GET /virtual-network/e1d1ae3e-2382-43a7-8197-6d9999392201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006934 10.0.0.242 - - [2025-10-30 03:15:57] "POST /neutron/subnet HTTP/1.1" 200 729 0.009659 10.0.0.242 - - [2025-10-30 03:15:57] "GET /virtual-network/e1d1ae3e-2382-43a7-8197-6d9999392201?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2074 0.006774 10.0.0.242 - - [2025-10-30 03:15:57] "POST /id-to-fqname HTTP/1.1" 200 221 0.001607 10.0.0.240 - - [2025-10-30 03:15:58] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001131 10.0.0.242 - - [2025-10-30 03:15:58] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.071051 10.0.0.242 - - [2025-10-30 03:15:58] "POST /neutron/port HTTP/1.1" 200 117 0.006650 10.0.0.242 - - [2025-10-30 03:15:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001503 10.0.0.242 - - [2025-10-30 03:15:58] "POST /neutron/network HTTP/1.1" 200 844 0.006955 10.0.0.242 - - [2025-10-30 03:15:59] "POST /neutron/port HTTP/1.1" 200 1056 0.015917 10.0.0.242 - - [2025-10-30 03:15:59] "POST /neutron/port HTTP/1.1" 200 1084 0.018862 10.0.0.240 - - [2025-10-30 03:15:59] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001083 10.0.0.242 - - [2025-10-30 03:15:59] "POST /neutron/port HTTP/1.1" 200 117 0.001462 10.0.0.242 - - [2025-10-30 03:15:59] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.083680 10.0.0.242 - - [2025-10-30 03:15:59] "POST /neutron/port HTTP/1.1" 200 1084 0.023660 10.0.0.242 - - [2025-10-30 03:16:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.005364 10.0.0.242 - - [2025-10-30 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.240 - - [2025-10-30 03:16:00] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001486 10.0.0.242 - - [2025-10-30 03:16:00] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.010958 10.0.0.242 - - [2025-10-30 03:16:00] "POST /service-templates HTTP/1.1" 200 545 0.060752 10.0.0.242 - - [2025-10-30 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.005139 10.0.0.242 - - [2025-10-30 03:16:00] "GET /service-template/d778d4bb-e346-4f28-aeb6-4a3a65bfceb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.008611 10.0.0.242 - - [2025-10-30 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.242 - - [2025-10-30 03:16:00] "POST /neutron/network HTTP/1.1" 200 844 0.009604 10.0.0.242 - - [2025-10-30 03:16:00] "GET /service-template/d778d4bb-e346-4f28-aeb6-4a3a65bfceb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1815 0.006303 10.0.0.242 - - [2025-10-30 03:16:00] "POST /id-to-fqname HTTP/1.1" 200 221 0.001939 10.0.0.242 - - [2025-10-30 03:16:00] "POST /id-to-fqname HTTP/1.1" 200 227 0.001431 10.0.0.242 - - [2025-10-30 03:16:00] "POST /id-to-fqname HTTP/1.1" 200 228 0.002223 10.0.0.242 - - [2025-10-30 03:16:00] "POST /neutron/security_group HTTP/1.1" 200 2054 0.011546 10.0.0.242 - - [2025-10-30 03:16:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004582 10.0.0.242 - - [2025-10-30 03:16:00] "DELETE /service-template/d778d4bb-e346-4f28-aeb6-4a3a65bfceb7 HTTP/1.1" 200 115 0.043166 10.0.0.242 - - [2025-10-30 03:16:00] "POST /fqname-to-id HTTP/1.1" 404 193 0.005308 10.0.0.242 - - [2025-10-30 03:16:00] "POST /neutron/port HTTP/1.1" 200 1112 0.154160 10.0.0.242 - - [2025-10-30 03:16:01] "POST /neutron/subnet HTTP/1.1" 200 708 0.010503 10.0.0.242 - - [2025-10-30 03:16:01] "POST /neutron/network HTTP/1.1" 200 834 0.009449 10.0.0.254 - - [2025-10-30 03:16:01] "DELETE /route-target/da328ea0-95a9-4354-a072-960f517839d3 HTTP/1.1" 200 115 0.027967 10.0.0.240 - - [2025-10-30 03:16:01] "POST /useragent-kv HTTP/1.1" 200 115 0.006908 10.0.0.240 - - [2025-10-30 03:16:01] "POST /useragent-kv HTTP/1.1" 200 115 0.002458 10.0.0.242 - - [2025-10-30 03:16:01] "POST /neutron/network HTTP/1.1" 200 151 0.148164 10.0.0.242 - - [2025-10-30 03:16:01] "POST /neutron/port HTTP/1.1" 200 151 0.275869 10.0.0.242 - - [2025-10-30 03:16:02] "POST /neutron/port HTTP/1.1" 200 1086 0.017538 10.0.0.242 - - [2025-10-30 03:16:02] "POST /neutron/port HTTP/1.1" 200 117 0.007672 10.0.0.242 - - [2025-10-30 03:16:03] "POST /neutron/port HTTP/1.1" 200 117 0.008745 10.0.0.254 - - [2025-10-30 03:16:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.242 - - [2025-10-30 03:16:04] "POST /neutron/network HTTP/1.1" 200 830 0.008279 10.0.0.254 - - [2025-10-30 03:16:04] "DELETE /route-target/bc9853df-c2d8-440c-ae90-a7ef01642e61 HTTP/1.1" 200 115 0.040271 10.0.0.240 - - [2025-10-30 03:16:04] "POST /useragent-kv HTTP/1.1" 200 115 0.007232 10.0.0.240 - - [2025-10-30 03:16:04] "POST /useragent-kv HTTP/1.1" 200 115 0.004989 10.0.0.242 - - [2025-10-30 03:16:04] "POST /neutron/network HTTP/1.1" 200 151 0.131588 10.0.0.240 - - [2025-10-30 03:16:06] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001794 10.0.0.242 - - [2025-10-30 03:16:06] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1360 0.097288 10.0.0.240 - - [2025-10-30 03:16:06] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.000954 10.0.0.242 - - [2025-10-30 03:16:06] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?fields=virtual_networks HTTP/1.1" 200 1036 0.057265 10.0.0.240 - - [2025-10-30 03:16:06] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002610 10.0.0.242 - - [2025-10-30 03:16:06] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?fields=virtual_machine_interfaces HTTP/1.1" 200 1036 0.058376 10.0.0.240 - - [2025-10-30 03:16:06] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.002153 10.0.0.242 - - [2025-10-30 03:16:06] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?fields=security_groups HTTP/1.1" 200 1259 0.050292 10.0.0.242 - - [2025-10-30 03:16:07] "POST /fqname-to-id HTTP/1.1" 404 190 0.026440 10.0.0.240 - - [2025-10-30 03:16:07] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004425 10.0.0.240 - - [2025-10-30 03:16:07] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001418 10.0.0.240 - - [2025-10-30 03:16:07] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039448 10.0.0.240 - - [2025-10-30 03:16:07] "DELETE /project/2ee20ab467d942ce9bba66f37d99df39 HTTP/1.1" 404 173 0.006539 10.0.0.240 - - [2025-10-30 03:16:07] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001010 10.0.0.240 - - [2025-10-30 03:16:07] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000801 10.0.0.240 - - [2025-10-30 03:16:07] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1462 0.068172 10.0.0.240 - - [2025-10-30 03:16:07] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1469 0.082873 10.0.0.240 - - [2025-10-30 03:16:07] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001200 10.0.0.240 - - [2025-10-30 03:16:07] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001261 10.0.0.240 - - [2025-10-30 03:16:07] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?fields=security_groups HTTP/1.1" 200 1361 0.070288 10.0.0.240 - - [2025-10-30 03:16:07] "POST /id-to-fqname HTTP/1.1" 200 192 0.002426 10.0.0.240 - - [2025-10-30 03:16:07] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?fields=security_groups HTTP/1.1" 200 1366 0.099198 10.0.0.240 - - [2025-10-30 03:16:07] "POST /fqname-to-id HTTP/1.1" 404 201 0.003268 10.0.0.240 - - [2025-10-30 03:16:08] "DELETE /security-group/d70ab198-e242-4e46-bdc1-29d3c5de31de HTTP/1.1" 200 115 0.070815 10.0.0.240 - - [2025-10-30 03:16:08] "GET /projects?obj_uuids=2ee20ab4-67d9-42ce-9bba-66f37d99df39&detail=False&count=False&shared=False HTTP/1.1" 200 345 0.001012 10.0.0.254 - - [2025-10-30 03:16:08] "DELETE /access-control-list/98b4ae9e-f516-4829-8ea9-d901cf39cb60 HTTP/1.1" 200 115 0.058698 10.0.0.240 - - [2025-10-30 03:16:08] "GET /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39?fields=application_policy_sets HTTP/1.1" 200 1400 0.064106 10.0.0.240 - - [2025-10-30 03:16:08] "POST /security-groups HTTP/1.1" 200 593 0.101637 10.0.0.240 - - [2025-10-30 03:16:08] "DELETE /security-group/957213cc-76b6-4eb6-96c2-63a259a260fe HTTP/1.1" 200 115 0.119489 10.0.0.240 - - [2025-10-30 03:16:08] "GET /projects?obj_uuids=3673fdbe-ddd2-4ad5-8881-117716dae232&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001116 10.0.0.240 - - [2025-10-30 03:16:08] "POST /projects HTTP/1.1" 200 589 0.429520 10.0.0.240 - - [2025-10-30 03:16:08] "GET /project/3673fdbe-ddd2-4ad5-8881-117716dae232?fields=application_policy_sets HTTP/1.1" 200 1405 0.087219 10.0.0.240 - - [2025-10-30 03:16:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.507316 10.0.0.254 - - [2025-10-30 03:16:08] "DELETE /access-control-list/3b38376a-e078-4607-b522-a2c3960782c5 HTTP/1.1" 200 115 0.073221 10.0.0.242 - - [2025-10-30 03:16:08] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.707583 10.0.0.254 - - [2025-10-30 03:16:08] "POST /fqname-to-id HTTP/1.1" 404 235 0.024364 10.0.0.240 - - [2025-10-30 03:16:08] "DELETE /project/2ee20ab4-67d9-42ce-9bba-66f37d99df39 HTTP/1.1" 200 115 0.579251 10.0.0.240 - - [2025-10-30 03:16:08] "DELETE /project/3673fdbe-ddd2-4ad5-8881-117716dae232 HTTP/1.1" 200 115 0.688613 10.0.0.242 - - [2025-10-30 03:16:09] "GET / HTTP/1.1" 200 36215 0.002600 10.0.0.242 - - [2025-10-30 03:16:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000460 10.0.0.242 - - [2025-10-30 03:16:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.028493 10.0.0.240 - - [2025-10-30 03:16:11] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001216 10.0.0.242 - - [2025-10-30 03:16:11] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.049794 10.0.0.254 - - [2025-10-30 03:16:11] "POST /ref-update HTTP/1.1" 200 156 0.029900 10.0.0.240 - - [2025-10-30 03:16:12] "POST /useragent-kv HTTP/1.1" 200 115 0.008789 10.0.0.242 - - [2025-10-30 03:16:12] "POST /neutron/subnet HTTP/1.1" 200 720 0.270742 10.0.0.242 - - [2025-10-30 03:16:12] "POST /id-to-fqname HTTP/1.1" 200 224 0.001425 10.0.0.242 - - [2025-10-30 03:16:12] "GET /virtual-network/0d8d5b4a-1f0f-493c-aae5-cb336e2dda54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006038 10.0.0.242 - - [2025-10-30 03:16:12] "GET /virtual-network/0d8d5b4a-1f0f-493c-aae5-cb336e2dda54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011282 10.0.0.242 - - [2025-10-30 03:16:12] "POST /neutron/network HTTP/1.1" 200 829 0.007856 10.0.0.242 - - [2025-10-30 03:16:12] "GET /virtual-network/0d8d5b4a-1f0f-493c-aae5-cb336e2dda54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005892 10.0.0.242 - - [2025-10-30 03:16:13] "GET /obj-perms HTTP/1.1" 200 5053 0.062219 10.0.0.254 - - [2025-10-30 03:16:13] "GET /obj-perms HTTP/1.1" 200 5053 0.045395 10.0.0.242 - - [2025-10-30 03:16:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003898 10.0.0.240 - - [2025-10-30 03:16:14] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001333 10.0.0.242 - - [2025-10-30 03:16:14] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.043040 10.0.0.240 - - [2025-10-30 03:16:14] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001049 10.0.0.242 - - [2025-10-30 03:16:14] "POST /neutron/network HTTP/1.1" 200 613 0.151892 10.0.0.242 - - [2025-10-30 03:16:14] "POST /id-to-fqname HTTP/1.1" 200 225 0.004614 10.0.0.242 - - [2025-10-30 03:16:14] "GET /virtual-network/33850190-b4cb-4323-9e4a-fcc3af09cb94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007347 10.0.0.242 - - [2025-10-30 03:16:14] "POST /neutron/network HTTP/1.1" 200 833 0.009294 10.0.0.242 - - [2025-10-30 03:16:14] "GET /virtual-network/33850190-b4cb-4323-9e4a-fcc3af09cb94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.013247 10.0.0.242 - - [2025-10-30 03:16:15] "GET /virtual-network/33850190-b4cb-4323-9e4a-fcc3af09cb94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.008389 10.0.0.240 - - [2025-10-30 03:16:15] "GET /obj-perms HTTP/1.1" 200 5053 0.059434 10.0.0.242 - - [2025-10-30 03:16:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003646 10.0.0.240 - - [2025-10-30 03:16:15] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000946 10.0.0.242 - - [2025-10-30 03:16:15] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.043996 10.0.0.242 - - [2025-10-30 03:16:15] "POST /neutron/network HTTP/1.1" 200 117 0.017309 10.0.0.254 - - [2025-10-30 03:16:15] "POST /route-targets HTTP/1.1" 200 328 0.015791 10.0.0.242 - - [2025-10-30 03:16:16] "POST /neutron/network HTTP/1.1" 200 835 0.011715 10.0.0.242 - - [2025-10-30 03:16:16] "POST /id-to-fqname HTTP/1.1" 200 227 0.002502 10.0.0.242 - - [2025-10-30 03:16:16] "GET /virtual-network/da0baf77-cbba-456b-be6c-e50c71490c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.009862 10.0.0.242 - - [2025-10-30 03:16:16] "GET /virtual-network/da0baf77-cbba-456b-be6c-e50c71490c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.006892 10.0.0.242 - - [2025-10-30 03:16:16] "POST /neutron/subnet HTTP/1.1" 200 719 0.010456 10.0.0.242 - - [2025-10-30 03:16:16] "GET /virtual-network/da0baf77-cbba-456b-be6c-e50c71490c41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2060 0.007388 10.0.0.242 - - [2025-10-30 03:16:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.240 - - [2025-10-30 03:16:16] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001322 10.0.0.242 - - [2025-10-30 03:16:16] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.071786 10.0.0.254 - - [2025-10-30 03:16:17] "POST /ref-update HTTP/1.1" 200 156 0.033008 10.0.0.240 - - [2025-10-30 03:16:17] "POST /useragent-kv HTTP/1.1" 200 115 0.013968 10.0.0.242 - - [2025-10-30 03:16:17] "POST /neutron/subnet HTTP/1.1" 200 725 0.234873 10.0.0.242 - - [2025-10-30 03:16:17] "POST /id-to-fqname HTTP/1.1" 200 233 0.001462 10.0.0.242 - - [2025-10-30 03:16:17] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008763 10.0.0.242 - - [2025-10-30 03:16:17] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007240 10.0.0.242 - - [2025-10-30 03:16:17] "POST /neutron/network HTTP/1.1" 200 848 0.008532 10.0.0.242 - - [2025-10-30 03:16:17] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005848 10.0.0.242 - - [2025-10-30 03:16:17] "GET /obj-perms HTTP/1.1" 200 5053 0.003767 10.0.0.254 - - [2025-10-30 03:16:17] "GET /obj-perms HTTP/1.1" 200 5053 0.003549 10.0.0.242 - - [2025-10-30 03:16:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005247 10.0.0.240 - - [2025-10-30 03:16:17] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001551 10.0.0.242 - - [2025-10-30 03:16:18] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.053288 10.0.0.240 - - [2025-10-30 03:16:18] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001085 10.0.0.242 - - [2025-10-30 03:16:18] "POST /neutron/network HTTP/1.1" 200 631 0.167620 10.0.0.242 - - [2025-10-30 03:16:18] "POST /id-to-fqname HTTP/1.1" 200 234 0.003808 10.0.0.242 - - [2025-10-30 03:16:18] "GET /virtual-network/1b7baad6-576e-44fc-a603-e7a2dfe1743a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005401 10.0.0.242 - - [2025-10-30 03:16:18] "POST /neutron/network HTTP/1.1" 200 850 0.007229 10.0.0.242 - - [2025-10-30 03:16:18] "GET /virtual-network/1b7baad6-576e-44fc-a603-e7a2dfe1743a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005747 10.0.0.242 - - [2025-10-30 03:16:18] "GET /virtual-network/1b7baad6-576e-44fc-a603-e7a2dfe1743a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.008688 10.0.0.240 - - [2025-10-30 03:16:19] "GET /obj-perms HTTP/1.1" 200 5053 0.004541 10.0.0.242 - - [2025-10-30 03:16:19] "POST /id-to-fqname HTTP/1.1" 200 224 0.001486 10.0.0.242 - - [2025-10-30 03:16:19] "POST /neutron/network HTTP/1.1" 200 839 0.011719 10.0.0.240 - - [2025-10-30 03:16:20] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001366 10.0.0.242 - - [2025-10-30 03:16:20] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.077489 10.0.0.242 - - [2025-10-30 03:16:20] "POST /neutron/port HTTP/1.1" 200 117 0.007118 10.0.0.242 - - [2025-10-30 03:16:20] "POST /id-to-fqname HTTP/1.1" 200 225 0.001406 10.0.0.242 - - [2025-10-30 03:16:20] "POST /neutron/network HTTP/1.1" 200 839 0.007833 10.0.0.242 - - [2025-10-30 03:16:21] "POST /neutron/port HTTP/1.1" 200 1061 0.018959 10.0.0.242 - - [2025-10-30 03:16:21] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004193 10.0.0.240 - - [2025-10-30 03:16:21] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001080 10.0.0.242 - - [2025-10-30 03:16:21] "POST /neutron/network HTTP/1.1" 200 829 0.011097 10.0.0.242 - - [2025-10-30 03:16:21] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.075959 10.0.0.242 - - [2025-10-30 03:16:21] "POST /neutron/security_group HTTP/1.1" 200 2060 0.008328 10.0.0.242 - - [2025-10-30 03:16:21] "POST /fqname-to-id HTTP/1.1" 404 193 0.006380 10.0.0.242 - - [2025-10-30 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003739 10.0.0.240 - - [2025-10-30 03:16:21] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001688 10.0.0.242 - - [2025-10-30 03:16:21] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.009457 10.0.0.242 - - [2025-10-30 03:16:21] "POST /service-templates HTTP/1.1" 200 545 0.027912 10.0.0.242 - - [2025-10-30 03:16:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003560 10.0.0.242 - - [2025-10-30 03:16:22] "GET /service-template/b1f09535-7850-4cbe-bf32-33913e0eaa53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.006682 10.0.0.242 - - [2025-10-30 03:16:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.242 - - [2025-10-30 03:16:22] "GET /service-template/b1f09535-7850-4cbe-bf32-33913e0eaa53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.006250 10.0.0.242 - - [2025-10-30 03:16:22] "POST /id-to-fqname HTTP/1.1" 200 233 0.001863 10.0.0.240 - - [2025-10-30 03:16:22] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001358 10.0.0.242 - - [2025-10-30 03:16:22] "POST /neutron/port HTTP/1.1" 200 1063 0.318172 10.0.0.242 - - [2025-10-30 03:16:22] "POST /neutron/port HTTP/1.1" 200 1063 0.018673 10.0.0.242 - - [2025-10-30 03:16:22] "POST /neutron/network HTTP/1.1" 200 858 0.012114 10.0.0.242 - - [2025-10-30 03:16:22] "POST /neutron/subnet HTTP/1.1" 200 703 0.009936 10.0.0.240 - - [2025-10-30 03:16:23] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001589 10.0.0.242 - - [2025-10-30 03:16:23] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.069672 10.0.0.242 - - [2025-10-30 03:16:23] "POST /neutron/network HTTP/1.1" 200 848 0.009811 10.0.0.242 - - [2025-10-30 03:16:23] "POST /neutron/port HTTP/1.1" 200 117 0.006822 10.0.0.242 - - [2025-10-30 03:16:23] "GET /virtual-machine/cd233d55-d506-4a8f-803b-59a781c325e1 HTTP/1.1" 401 293 0.000422 10.0.0.242 - - [2025-10-30 03:16:23] "GET /virtual-machine/cd233d55-d506-4a8f-803b-59a781c325e1 HTTP/1.1" 404 171 0.027495 10.0.0.242 - - [2025-10-30 03:16:24] "POST /neutron/port HTTP/1.1" 200 1062 0.016163 10.0.0.242 - - [2025-10-30 03:16:24] "POST /neutron/port HTTP/1.1" 200 1090 0.017046 10.0.0.242 - - [2025-10-30 03:16:24] "POST /neutron/port HTTP/1.1" 200 117 0.001797 10.0.0.242 - - [2025-10-30 03:16:25] "GET /virtual-machine/cd233d55-d506-4a8f-803b-59a781c325e1 HTTP/1.1" 200 1296 0.008655 10.0.0.242 - - [2025-10-30 03:16:25] "GET /virtual-machine-interface/6f3d3c4a-5a3b-478b-9ba8-24e6c292478b HTTP/1.1" 200 2991 0.007378 10.0.0.242 - - [2025-10-30 03:16:25] "GET /virtual-machine-interface/6f3d3c4a-5a3b-478b-9ba8-24e6c292478b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2769 0.007267 10.0.0.242 - - [2025-10-30 03:16:25] "PUT /virtual-machine-interface/6f3d3c4a-5a3b-478b-9ba8-24e6c292478b HTTP/1.1" 200 285 0.017767 10.0.0.242 - - [2025-10-30 03:16:26] "POST /neutron/security_group HTTP/1.1" 200 2060 0.016886 10.0.0.242 - - [2025-10-30 03:16:26] "POST /neutron/port HTTP/1.1" 200 1090 0.017160 10.0.0.242 - - [2025-10-30 03:16:26] "GET /virtual-machine/cd233d55-d506-4a8f-803b-59a781c325e1 HTTP/1.1" 200 1296 0.004427 10.0.0.242 - - [2025-10-30 03:16:26] "GET /virtual-machine-interface/6f3d3c4a-5a3b-478b-9ba8-24e6c292478b HTTP/1.1" 200 3041 0.006502 10.0.0.242 - - [2025-10-30 03:16:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004511 10.0.0.242 - - [2025-10-30 03:16:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005383 10.0.0.242 - - [2025-10-30 03:16:26] "GET /virtual-networks?parent_id=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004582 10.0.0.242 - - [2025-10-30 03:16:26] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007802 10.0.0.242 - - [2025-10-30 03:16:27] "POST /neutron/port HTTP/1.1" 200 1089 0.021966 10.0.0.242 - - [2025-10-30 03:16:27] "POST /neutron/subnet HTTP/1.1" 200 694 0.011608 10.0.0.242 - - [2025-10-30 03:16:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004749 10.0.0.242 - - [2025-10-30 03:16:29] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006851 10.0.0.242 - - [2025-10-30 03:16:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.242 - - [2025-10-30 03:16:33] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005662 10.0.0.242 - - [2025-10-30 03:16:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004700 10.0.0.242 - - [2025-10-30 03:16:37] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008768 10.0.0.242 - - [2025-10-30 03:16:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003612 10.0.0.242 - - [2025-10-30 03:16:41] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006926 10.0.0.242 - - [2025-10-30 03:16:44] "POST /neutron/port HTTP/1.1" 200 1091 0.044326 10.0.0.242 - - [2025-10-30 03:16:44] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005055 10.0.0.242 - - [2025-10-30 03:16:44] "POST /neutron/network HTTP/1.1" 200 833 0.009684 10.0.0.242 - - [2025-10-30 03:16:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.242 - - [2025-10-30 03:16:45] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007302 10.0.0.242 - - [2025-10-30 03:16:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003940 10.0.0.242 - - [2025-10-30 03:16:49] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.007104 10.0.0.242 - - [2025-10-30 03:16:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004719 10.0.0.242 - - [2025-10-30 03:16:54] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005845 10.0.0.242 - - [2025-10-30 03:16:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004026 10.0.0.242 - - [2025-10-30 03:16:58] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006298 10.0.0.242 - - [2025-10-30 03:17:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.242 - - [2025-10-30 03:17:02] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006253 10.0.0.242 - - [2025-10-30 03:17:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.242 - - [2025-10-30 03:17:06] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.005913 10.0.0.242 - - [2025-10-30 03:17:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003698 10.0.0.242 - - [2025-10-30 03:17:08] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004384 10.0.0.242 - - [2025-10-30 03:17:08] "GET /virtual-networks?parent_id=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003359 10.0.0.242 - - [2025-10-30 03:17:08] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006260 10.0.0.242 - - [2025-10-30 03:17:13] "POST /neutron/port HTTP/1.1" 200 1090 0.021443 10.0.0.242 - - [2025-10-30 03:17:14] "POST /neutron/security_group HTTP/1.1" 200 2060 0.032581 10.0.0.242 - - [2025-10-30 03:17:18] "POST /neutron/port HTTP/1.1" 200 1090 0.017728 10.0.0.242 - - [2025-10-30 03:17:19] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007855 10.0.0.242 - - [2025-10-30 03:17:27] "POST /neutron/port HTTP/1.1" 200 1090 0.019872 10.0.0.242 - - [2025-10-30 03:17:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.007566 10.0.0.242 - - [2025-10-30 03:17:27] "POST /neutron/network HTTP/1.1" 200 848 0.006856 10.0.0.242 - - [2025-10-30 03:17:29] "POST /fqname-to-id HTTP/1.1" 404 211 0.004514 10.0.0.242 - - [2025-10-30 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004173 10.0.0.240 - - [2025-10-30 03:17:29] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001117 10.0.0.242 - - [2025-10-30 03:17:29] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.052689 10.0.0.242 - - [2025-10-30 03:17:29] "POST /service-instances HTTP/1.1" 200 549 0.032257 10.0.0.242 - - [2025-10-30 03:17:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.242 - - [2025-10-30 03:17:29] "GET /service-instance/e3eb94ad-525b-4108-9bbe-957cb49276bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2077 0.006877 10.0.0.242 - - [2025-10-30 03:17:29] "POST /port-tuples HTTP/1.1" 200 592 0.053956 10.0.0.242 - - [2025-10-30 03:17:29] "GET /virtual-machine-interface/6f3d3c4a-5a3b-478b-9ba8-24e6c292478b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2819 0.008314 10.0.0.242 - - [2025-10-30 03:17:29] "PUT /virtual-machine-interface/6f3d3c4a-5a3b-478b-9ba8-24e6c292478b HTTP/1.1" 200 285 0.017563 10.0.0.242 - - [2025-10-30 03:17:29] "POST /ref-update HTTP/1.1" 200 156 0.018700 10.0.0.254 - - [2025-10-30 03:17:30] "POST /ref-update HTTP/1.1" 200 156 0.041725 10.0.0.242 - - [2025-10-30 03:17:30] "POST /neutron/port HTTP/1.1" 200 1089 0.014673 10.0.0.254 - - [2025-10-30 03:17:30] "POST /ref-update HTTP/1.1" 200 156 0.036001 10.0.0.242 - - [2025-10-30 03:17:30] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007589 10.0.0.242 - - [2025-10-30 03:17:30] "GET /virtual-machine/5e061939-687b-4097-8ba8-65dd167995ba HTTP/1.1" 200 1296 0.006078 10.0.0.242 - - [2025-10-30 03:17:30] "GET /virtual-machine-interface/05a22a1b-3b7a-427c-9009-8590c49b7297 HTTP/1.1" 200 2963 0.005655 10.0.0.242 - - [2025-10-30 03:17:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003375 10.0.0.242 - - [2025-10-30 03:17:30] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003542 10.0.0.242 - - [2025-10-30 03:17:30] "GET /virtual-networks?parent_id=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003525 10.0.0.242 - - [2025-10-30 03:17:30] "GET /virtual-network/0d8d5b4a-1f0f-493c-aae5-cb336e2dda54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008068 10.0.0.242 - - [2025-10-30 03:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004094 10.0.0.242 - - [2025-10-30 03:17:31] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003810 10.0.0.242 - - [2025-10-30 03:17:31] "GET /virtual-networks?parent_id=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003240 10.0.0.242 - - [2025-10-30 03:17:31] "GET /virtual-network/0d8d5b4a-1f0f-493c-aae5-cb336e2dda54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005996 10.0.0.242 - - [2025-10-30 03:17:31] "POST /neutron/port HTTP/1.1" 200 1091 0.017930 10.0.0.242 - - [2025-10-30 03:17:31] "POST /neutron/security_group HTTP/1.1" 200 2060 0.007817 10.0.0.242 - - [2025-10-30 03:17:31] "GET /virtual-machine/52aab495-69f4-474a-b83f-768153d77c40 HTTP/1.1" 200 1296 0.009872 10.0.0.242 - - [2025-10-30 03:17:31] "GET /virtual-machine-interface/8e6f0065-8b7e-4104-bd5c-680254ac6e38 HTTP/1.1" 200 2968 0.025616 10.0.0.242 - - [2025-10-30 03:17:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004709 10.0.0.242 - - [2025-10-30 03:17:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005424 10.0.0.242 - - [2025-10-30 03:17:32] "GET /virtual-networks?parent_id=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004764 10.0.0.242 - - [2025-10-30 03:17:32] "GET /virtual-network/33850190-b4cb-4323-9e4a-fcc3af09cb94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007640 10.0.0.242 - - [2025-10-30 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.242 - - [2025-10-30 03:17:33] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004937 10.0.0.242 - - [2025-10-30 03:17:33] "GET /virtual-networks?parent_id=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003731 10.0.0.242 - - [2025-10-30 03:17:33] "GET /virtual-network/33850190-b4cb-4323-9e4a-fcc3af09cb94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006394 10.0.0.242 - - [2025-10-30 03:17:33] "POST /fqname-to-id HTTP/1.1" 404 215 0.004129 10.0.0.242 - - [2025-10-30 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003428 10.0.0.240 - - [2025-10-30 03:17:33] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001219 10.0.0.242 - - [2025-10-30 03:17:33] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.053639 10.0.0.242 - - [2025-10-30 03:17:33] "POST /network-policys HTTP/1.1" 200 553 0.034349 10.0.0.242 - - [2025-10-30 03:17:33] "GET /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.009298 10.0.0.242 - - [2025-10-30 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004875 10.0.0.242 - - [2025-10-30 03:17:33] "GET /virtual-network/0d8d5b4a-1f0f-493c-aae5-cb336e2dda54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007994 10.0.0.242 - - [2025-10-30 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.242 - - [2025-10-30 03:17:33] "GET /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.010130 10.0.0.254 - - [2025-10-30 03:17:33] "POST /fqname-to-id HTTP/1.1" 404 240 0.007909 10.0.0.242 - - [2025-10-30 03:17:33] "POST /ref-update HTTP/1.1" 200 156 0.070935 10.0.0.242 - - [2025-10-30 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.010603 10.0.0.242 - - [2025-10-30 03:17:33] "GET /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.006026 10.0.0.242 - - [2025-10-30 03:17:33] "GET /virtual-network/0d8d5b4a-1f0f-493c-aae5-cb336e2dda54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2363 0.008828 10.0.0.242 - - [2025-10-30 03:17:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003249 10.0.0.242 - - [2025-10-30 03:17:34] "GET /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.004812 10.0.0.242 - - [2025-10-30 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003027 10.0.0.242 - - [2025-10-30 03:17:34] "GET /virtual-network/33850190-b4cb-4323-9e4a-fcc3af09cb94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.007039 10.0.0.242 - - [2025-10-30 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003289 10.0.0.242 - - [2025-10-30 03:17:34] "GET /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005119 10.0.0.242 - - [2025-10-30 03:17:34] "POST /ref-update HTTP/1.1" 200 156 0.066550 10.0.0.254 - - [2025-10-30 03:17:34] "PUT /access-control-list/53a16b80-276d-4f84-8a91-969e5b698e4b HTTP/1.1" 200 273 0.025466 10.0.0.242 - - [2025-10-30 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.006951 10.0.0.242 - - [2025-10-30 03:17:34] "GET /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005307 10.0.0.254 - - [2025-10-30 03:17:34] "POST /ref-update HTTP/1.1" 200 156 0.032895 10.0.0.242 - - [2025-10-30 03:17:34] "GET /virtual-network/33850190-b4cb-4323-9e4a-fcc3af09cb94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2373 0.021924 10.0.0.242 - - [2025-10-30 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.015044 10.0.0.242 - - [2025-10-30 03:17:34] "GET /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.005475 10.0.0.242 - - [2025-10-30 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005721 10.0.0.242 - - [2025-10-30 03:17:34] "GET /service-template/b1f09535-7850-4cbe-bf32-33913e0eaa53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1646 0.006947 10.0.0.242 - - [2025-10-30 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.240 - - [2025-10-30 03:17:34] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001182 10.0.0.242 - - [2025-10-30 03:17:34] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.050959 10.0.0.242 - - [2025-10-30 03:17:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.005244 10.0.0.242 - - [2025-10-30 03:17:34] "GET /service-instance/e3eb94ad-525b-4108-9bbe-957cb49276bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2549 0.016968 10.0.0.242 - - [2025-10-30 03:17:35] "POST /neutron/port HTTP/1.1" 200 1384 0.039906 10.0.0.242 - - [2025-10-30 03:17:35] "POST /neutron/security_group HTTP/1.1" 200 2060 0.009233 10.0.0.242 - - [2025-10-30 03:17:35] "POST /neutron/port HTTP/1.1" 200 1384 0.028752 10.0.0.242 - - [2025-10-30 03:17:35] "POST /neutron/network HTTP/1.1" 200 848 0.006828 10.0.0.242 - - [2025-10-30 03:17:35] "POST /id-to-fqname HTTP/1.1" 200 233 0.001287 10.0.0.242 - - [2025-10-30 03:17:35] "GET /virtual-machine/cd233d55-d506-4a8f-803b-59a781c325e1 HTTP/1.1" 200 1296 0.003853 10.0.0.242 - - [2025-10-30 03:17:35] "GET /virtual-machine-interface/6f3d3c4a-5a3b-478b-9ba8-24e6c292478b HTTP/1.1" 200 3900 0.007688 10.0.0.242 - - [2025-10-30 03:17:35] "GET /instance-ip/01048513-06c1-42c0-a2f5-53fd6f1eb054 HTTP/1.1" 200 1966 0.004834 10.0.0.242 - - [2025-10-30 03:17:35] "GET /instance-ip/5923a472-b072-44bd-8294-cf5600f2c91b HTTP/1.1" 200 1637 0.006156 10.0.0.242 - - [2025-10-30 03:17:35] "GET /instance-ip/899bb20f-9e81-4e4e-b01a-4733e748bba6 HTTP/1.1" 200 1966 0.004179 10.0.0.242 - - [2025-10-30 03:17:35] "POST /neutron/port HTTP/1.1" 200 1384 0.020366 10.0.0.242 - - [2025-10-30 03:17:35] "GET /virtual-machine/cd233d55-d506-4a8f-803b-59a781c325e1 HTTP/1.1" 200 1296 0.004461 10.0.0.242 - - [2025-10-30 03:17:35] "GET /virtual-machine-interface/6f3d3c4a-5a3b-478b-9ba8-24e6c292478b HTTP/1.1" 200 3900 0.005737 10.0.0.242 - - [2025-10-30 03:17:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004072 10.0.0.242 - - [2025-10-30 03:17:35] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004168 10.0.0.242 - - [2025-10-30 03:17:35] "GET /virtual-networks?parent_id=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003542 10.0.0.242 - - [2025-10-30 03:17:35] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006193 10.0.0.242 - - [2025-10-30 03:17:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004332 10.0.0.242 - - [2025-10-30 03:17:36] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004335 10.0.0.242 - - [2025-10-30 03:17:36] "GET /virtual-networks?parent_id=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003402 10.0.0.242 - - [2025-10-30 03:17:37] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008463 10.0.0.242 - - [2025-10-30 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.006979 10.0.0.242 - - [2025-10-30 03:17:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005552 10.0.0.242 - - [2025-10-30 03:17:37] "GET /virtual-networks?parent_id=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004313 10.0.0.242 - - [2025-10-30 03:17:37] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.008318 10.0.0.242 - - [2025-10-30 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.242 - - [2025-10-30 03:17:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006343 10.0.0.242 - - [2025-10-30 03:17:37] "GET /virtual-networks?parent_id=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.003937 10.0.0.242 - - [2025-10-30 03:17:37] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006989 10.0.0.242 - - [2025-10-30 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003869 10.0.0.242 - - [2025-10-30 03:17:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004972 10.0.0.242 - - [2025-10-30 03:17:37] "GET /virtual-networks?parent_id=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 1280 0.004050 10.0.0.242 - - [2025-10-30 03:17:37] "GET /virtual-network/593794a1-163f-45f5-8b5d-937d4a6d2a2f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.009524 10.0.0.242 - - [2025-10-30 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003933 10.0.0.242 - - [2025-10-30 03:17:37] "GET /routing-instance/3562e8c3-676d-4c87-a6bd-f9648e24ac57?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.004562 10.0.0.242 - - [2025-10-30 03:17:37] "GET /routing-instance/3562e8c3-676d-4c87-a6bd-f9648e24ac57?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1592 0.014407 10.0.0.242 - - [2025-10-30 03:17:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.004107 10.0.0.242 - - [2025-10-30 03:17:37] "GET /routing-instance/8fc2eeb4-cc7c-47f7-8707-1f5df13de5aa?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2105 0.004772 10.0.0.242 - - [2025-10-30 03:17:37] "GET /routing-instance/8fc2eeb4-cc7c-47f7-8707-1f5df13de5aa?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1595 0.006469 10.0.0.242 - - [2025-10-30 03:17:44] "POST /neutron/port HTTP/1.1" 200 1091 0.016073 10.0.0.242 - - [2025-10-30 03:17:44] "POST /neutron/subnet HTTP/1.1" 200 703 0.010981 10.0.0.254 - - [2025-10-30 03:17:46] "GET /obj-perms HTTP/1.1" 200 5075 0.066495 10.0.0.254 - - [2025-10-30 03:17:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.254 - - [2025-10-30 03:17:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000439 10.0.0.254 - - [2025-10-30 03:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000659 10.0.0.254 - - [2025-10-30 03:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000559 10.0.0.240 - - [2025-10-30 03:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.240 - - [2025-10-30 03:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.242 - - [2025-10-30 03:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.240 - - [2025-10-30 03:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.242 - - [2025-10-30 03:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.240 - - [2025-10-30 03:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.242 - - [2025-10-30 03:18:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000546 10.0.0.242 - - [2025-10-30 03:18:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000530 10.0.0.242 - - [2025-10-30 03:18:20] "GET /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2475 0.014930 10.0.0.242 - - [2025-10-30 03:18:20] "PUT /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454 HTTP/1.1" 200 263 0.015527 10.0.0.242 - - [2025-10-30 03:18:20] "GET /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.008623 10.0.0.254 - - [2025-10-30 03:18:20] "PUT /access-control-list/3bdcd367-b778-4a9f-a5da-9e8ecac391ee HTTP/1.1" 200 273 0.022526 10.0.0.242 - - [2025-10-30 03:18:21] "POST /neutron/port HTTP/1.1" 200 1384 0.020078 10.0.0.242 - - [2025-10-30 03:18:28] "POST /neutron/port HTTP/1.1" 200 1089 0.040408 10.0.0.242 - - [2025-10-30 03:18:28] "POST /neutron/subnet HTTP/1.1" 200 694 0.015827 10.0.0.242 - - [2025-10-30 03:18:44] "POST /neutron/port HTTP/1.1" 200 1384 0.021983 10.0.0.242 - - [2025-10-30 03:18:45] "POST /neutron/port HTTP/1.1" 200 1091 0.016660 10.0.0.242 - - [2025-10-30 03:18:45] "POST /neutron/subnet HTTP/1.1" 200 703 0.009451 10.0.0.242 - - [2025-10-30 03:18:47] "GET /obj-perms HTTP/1.1" 200 5075 0.044132 10.0.0.242 - - [2025-10-30 03:18:49] "POST /ref-update HTTP/1.1" 200 156 0.061778 10.0.0.242 - - [2025-10-30 03:18:49] "POST /neutron/network HTTP/1.1" 200 833 0.011014 10.0.0.242 - - [2025-10-30 03:18:49] "GET /virtual-network/33850190-b4cb-4323-9e4a-fcc3af09cb94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006485 10.0.0.242 - - [2025-10-30 03:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003329 10.0.0.242 - - [2025-10-30 03:18:49] "GET /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.005678 10.0.0.242 - - [2025-10-30 03:18:49] "POST /ref-update HTTP/1.1" 200 156 0.055749 10.0.0.242 - - [2025-10-30 03:18:49] "GET /virtual-network/0d8d5b4a-1f0f-493c-aae5-cb336e2dda54?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.011610 10.0.0.242 - - [2025-10-30 03:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004187 10.0.0.242 - - [2025-10-30 03:18:49] "GET /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3771 0.006476 10.0.0.242 - - [2025-10-30 03:18:49] "DELETE /network-policy/4c7a2a76-ce28-4921-b4cf-e13904b3d454 HTTP/1.1" 200 115 0.054553 10.0.0.242 - - [2025-10-30 03:18:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.242 - - [2025-10-30 03:18:49] "DELETE /service-instance/e3eb94ad-525b-4108-9bbe-957cb49276bc HTTP/1.1" 200 115 0.061247 10.0.0.254 - - [2025-10-30 03:18:50] "POST /ref-update HTTP/1.1" 200 156 0.028941 10.0.0.242 - - [2025-10-30 03:18:50] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.010829 10.0.0.242 - - [2025-10-30 03:18:50] "GET /service-instances?detail=False&count=False&shared=False HTTP/1.1" 200 133 0.007833 10.0.0.254 - - [2025-10-30 03:18:50] "POST /ref-update HTTP/1.1" 200 156 0.102870 10.0.0.254 - - [2025-10-30 03:18:50] "DELETE /instance-ip/899bb20f-9e81-4e4e-b01a-4733e748bba6 HTTP/1.1" 200 115 0.087774 10.0.0.254 - - [2025-10-30 03:18:50] "POST /ref-update HTTP/1.1" 200 156 0.047502 10.0.0.242 - - [2025-10-30 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.006049 10.0.0.242 - - [2025-10-30 03:18:50] "DELETE /service-template/b1f09535-7850-4cbe-bf32-33913e0eaa53 HTTP/1.1" 200 115 0.060504 10.0.0.242 - - [2025-10-30 03:18:50] "POST /fqname-to-id HTTP/1.1" 404 193 0.005388 10.0.0.240 - - [2025-10-30 03:18:50] "POST /useragent-kv HTTP/1.1" 200 115 0.003741 10.0.0.240 - - [2025-10-30 03:18:50] "POST /useragent-kv HTTP/1.1" 200 115 0.004720 10.0.0.254 - - [2025-10-30 03:18:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.242 - - [2025-10-30 03:18:50] "POST /neutron/network HTTP/1.1" 200 151 0.139062 10.0.0.242 - - [2025-10-30 03:18:51] "POST /neutron/port HTTP/1.1" 200 1091 0.045869 10.0.0.242 - - [2025-10-30 03:18:51] "POST /neutron/port HTTP/1.1" 200 1117 0.011282 10.0.0.242 - - [2025-10-30 03:18:51] "POST /neutron/port HTTP/1.1" 200 151 0.335281 10.0.0.242 - - [2025-10-30 03:18:53] "POST /neutron/network HTTP/1.1" 200 848 0.008395 10.0.0.254 - - [2025-10-30 03:18:53] "DELETE /route-target/90fd2527-1e02-4ec5-b957-33120265d26a HTTP/1.1" 200 115 0.033500 10.0.0.240 - - [2025-10-30 03:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.010601 10.0.0.240 - - [2025-10-30 03:18:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002499 10.0.0.242 - - [2025-10-30 03:18:53] "POST /neutron/network HTTP/1.1" 200 151 0.123665 10.0.0.254 - - [2025-10-30 03:18:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004020 10.0.0.242 - - [2025-10-30 03:18:54] "POST /neutron/network HTTP/1.1" 200 829 0.008133 10.0.0.254 - - [2025-10-30 03:18:54] "DELETE /route-target/8f70556b-3ccf-420e-9b22-a81ffc8a6f5a HTTP/1.1" 200 115 0.031314 10.0.0.240 - - [2025-10-30 03:18:56] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001315 10.0.0.242 - - [2025-10-30 03:18:56] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1384 0.050612 10.0.0.240 - - [2025-10-30 03:18:56] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001737 10.0.0.242 - - [2025-10-30 03:18:56] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?fields=virtual_networks HTTP/1.1" 200 1048 0.051743 10.0.0.240 - - [2025-10-30 03:18:56] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001238 10.0.0.242 - - [2025-10-30 03:18:56] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?fields=virtual_machine_interfaces HTTP/1.1" 200 1048 0.047249 10.0.0.240 - - [2025-10-30 03:18:56] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001277 10.0.0.242 - - [2025-10-30 03:18:56] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?fields=security_groups HTTP/1.1" 200 1277 0.057393 10.0.0.242 - - [2025-10-30 03:18:57] "POST /fqname-to-id HTTP/1.1" 404 189 0.024973 10.0.0.240 - - [2025-10-30 03:18:57] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003468 10.0.0.240 - - [2025-10-30 03:18:57] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001016 10.0.0.240 - - [2025-10-30 03:18:57] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007435 10.0.0.240 - - [2025-10-30 03:18:57] "POST /id-to-fqname HTTP/1.1" 200 191 0.008405 10.0.0.240 - - [2025-10-30 03:18:57] "POST /fqname-to-id HTTP/1.1" 404 200 0.007610 10.0.0.240 - - [2025-10-30 03:18:57] "POST /security-groups HTTP/1.1" 200 592 0.035203 10.0.0.240 - - [2025-10-30 03:18:57] "POST /projects HTTP/1.1" 200 587 0.272263 10.0.0.254 - - [2025-10-30 03:18:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.010282 10.0.0.240 - - [2025-10-30 03:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.348341 10.0.0.242 - - [2025-10-30 03:18:57] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.498034 10.0.0.242 - - [2025-10-30 03:18:58] "GET / HTTP/1.1" 200 36215 0.002145 10.0.0.242 - - [2025-10-30 03:19:00] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 401 293 0.000645 10.0.0.240 - - [2025-10-30 03:19:01] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001268 10.0.0.242 - - [2025-10-30 03:19:01] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.073599 10.0.0.242 - - [2025-10-30 03:19:01] "POST /fqname-to-id HTTP/1.1" 404 180 0.004806 10.0.0.242 - - [2025-10-30 03:19:01] "POST /virtual-DNSs HTTP/1.1" 200 509 0.035279 10.0.0.242 - - [2025-10-30 03:19:01] "GET /virtual-DNS/076e689f-b2f0-4d10-b84e-72c3844a7452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.007442 10.0.0.242 - - [2025-10-30 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004753 10.0.0.242 - - [2025-10-30 03:19:01] "GET /virtual-DNS/076e689f-b2f0-4d10-b84e-72c3844a7452?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1439 0.004731 10.0.0.242 - - [2025-10-30 03:19:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.005926 10.0.0.242 - - [2025-10-30 03:19:01] "POST /network-ipams HTTP/1.1" 200 516 0.035671 10.0.0.242 - - [2025-10-30 03:19:01] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 754 0.004306 10.0.0.242 - - [2025-10-30 03:19:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005380 10.0.0.242 - - [2025-10-30 03:19:02] "GET /network-ipam/72826307-3539-4ae2-9296-32b140f9d4bc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.007868 10.0.0.242 - - [2025-10-30 03:19:02] "PUT /network-ipam/72826307-3539-4ae2-9296-32b140f9d4bc HTTP/1.1" 200 259 0.015918 10.0.0.242 - - [2025-10-30 03:19:02] "POST /ref-update HTTP/1.1" 200 156 0.015326 10.0.0.242 - - [2025-10-30 03:19:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.240 - - [2025-10-30 03:19:02] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001114 10.0.0.242 - - [2025-10-30 03:19:02] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.041405 10.0.0.240 - - [2025-10-30 03:19:02] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001092 10.0.0.242 - - [2025-10-30 03:19:02] "POST /neutron/network HTTP/1.1" 200 618 0.157576 10.0.0.254 - - [2025-10-30 03:19:02] "POST /ref-update HTTP/1.1" 200 156 0.034173 10.0.0.242 - - [2025-10-30 03:19:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.004516 10.0.0.242 - - [2025-10-30 03:19:02] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006593 10.0.0.242 - - [2025-10-30 03:19:02] "POST /neutron/network HTTP/1.1" 200 833 0.008246 10.0.0.242 - - [2025-10-30 03:19:02] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006695 10.0.0.242 - - [2025-10-30 03:19:02] "POST /neutron/network HTTP/1.1" 200 807 0.025351 10.0.0.242 - - [2025-10-30 03:19:02] "POST /id-to-fqname HTTP/1.1" 200 227 0.001959 10.0.0.240 - - [2025-10-30 03:19:03] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001136 10.0.0.242 - - [2025-10-30 03:19:03] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.064784 10.0.0.242 - - [2025-10-30 03:19:03] "POST /neutron/network HTTP/1.1" 200 833 0.007540 10.0.0.242 - - [2025-10-30 03:19:04] "POST /neutron/port HTTP/1.1" 200 117 0.006870 10.0.0.242 - - [2025-10-30 03:19:04] "POST /neutron/port HTTP/1.1" 200 1058 0.020328 10.0.0.242 - - [2025-10-30 03:19:05] "POST /neutron/port HTTP/1.1" 200 1086 0.018393 10.0.0.242 - - [2025-10-30 03:19:05] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.240 - - [2025-10-30 03:19:08] "DELETE /project/07388599c46a45edb431f44c39692a94 HTTP/1.1" 404 173 0.004074 10.0.0.240 - - [2025-10-30 03:19:08] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000885 10.0.0.240 - - [2025-10-30 03:19:08] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1486 0.049911 10.0.0.240 - - [2025-10-30 03:19:08] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.000940 10.0.0.240 - - [2025-10-30 03:19:08] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?fields=security_groups HTTP/1.1" 200 1379 0.037311 10.0.0.240 - - [2025-10-30 03:19:08] "DELETE /security-group/a3f8226a-974a-4566-84d0-5a8bf49998af HTTP/1.1" 200 115 0.046727 10.0.0.240 - - [2025-10-30 03:19:08] "GET /projects?obj_uuids=87799cae-8436-4406-9135-c5f72077e25d&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.001251 10.0.0.240 - - [2025-10-30 03:19:08] "GET /project/87799cae-8436-4406-9135-c5f72077e25d?fields=application_policy_sets HTTP/1.1" 200 1418 0.055682 10.0.0.240 - - [2025-10-30 03:19:09] "DELETE /project/87799cae-8436-4406-9135-c5f72077e25d HTTP/1.1" 200 115 0.419627 10.0.0.242 - - [2025-10-30 03:19:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012761 10.0.0.242 - - [2025-10-30 03:19:09] "POST /neutron/port HTTP/1.1" 200 1086 0.019578 10.0.0.242 - - [2025-10-30 03:19:09] "GET /virtual-machine/7383877b-c014-45f0-a1d6-c45c145f9b1a HTTP/1.1" 401 293 0.000744 10.0.0.242 - - [2025-10-30 03:19:09] "GET /virtual-machine/7383877b-c014-45f0-a1d6-c45c145f9b1a HTTP/1.1" 200 1295 0.032600 10.0.0.242 - - [2025-10-30 03:19:09] "GET /virtual-machine-interface/78d45c47-6440-4bab-8d59-7b522b9ef038 HTTP/1.1" 200 2971 0.007143 10.0.0.242 - - [2025-10-30 03:19:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.242 - - [2025-10-30 03:19:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005301 10.0.0.242 - - [2025-10-30 03:19:09] "GET /virtual-networks?parent_id=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003742 10.0.0.242 - - [2025-10-30 03:19:09] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007925 10.0.0.242 - - [2025-10-30 03:19:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004057 10.0.0.242 - - [2025-10-30 03:19:12] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005941 10.0.0.242 - - [2025-10-30 03:19:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004416 10.0.0.242 - - [2025-10-30 03:19:17] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006098 10.0.0.242 - - [2025-10-30 03:19:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.242 - - [2025-10-30 03:19:21] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006279 10.0.0.242 - - [2025-10-30 03:19:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004404 10.0.0.242 - - [2025-10-30 03:19:25] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005412 10.0.0.242 - - [2025-10-30 03:19:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004220 10.0.0.242 - - [2025-10-30 03:19:29] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005950 10.0.0.242 - - [2025-10-30 03:19:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.242 - - [2025-10-30 03:19:33] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008003 10.0.0.242 - - [2025-10-30 03:19:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.242 - - [2025-10-30 03:19:37] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005516 10.0.0.242 - - [2025-10-30 03:19:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004677 10.0.0.242 - - [2025-10-30 03:19:41] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006680 10.0.0.242 - - [2025-10-30 03:19:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.242 - - [2025-10-30 03:19:43] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004108 10.0.0.242 - - [2025-10-30 03:19:43] "GET /virtual-networks?parent_id=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.002979 10.0.0.242 - - [2025-10-30 03:19:43] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007231 10.0.0.242 - - [2025-10-30 03:19:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009465 10.0.0.240 - - [2025-10-30 03:19:48] "GET /obj-perms HTTP/1.1" 200 5075 0.049412 10.0.0.242 - - [2025-10-30 03:19:51] "POST /neutron/port HTTP/1.1" 200 1086 0.019693 10.0.0.242 - - [2025-10-30 03:19:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008639 10.0.0.242 - - [2025-10-30 03:20:25] "POST /neutron/network HTTP/1.1" 200 807 0.019617 10.0.0.242 - - [2025-10-30 03:20:25] "POST /id-to-fqname HTTP/1.1" 200 227 0.002042 10.0.0.242 - - [2025-10-30 03:20:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010292 10.0.0.240 - - [2025-10-30 03:20:26] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001723 10.0.0.242 - - [2025-10-30 03:20:26] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.073791 10.0.0.242 - - [2025-10-30 03:20:27] "POST /neutron/port HTTP/1.1" 200 1086 0.019394 10.0.0.242 - - [2025-10-30 03:20:27] "POST /neutron/port HTTP/1.1" 200 117 0.006274 10.0.0.242 - - [2025-10-30 03:20:27] "POST /neutron/port HTTP/1.1" 200 1058 0.021368 10.0.0.242 - - [2025-10-30 03:20:28] "POST /neutron/port HTTP/1.1" 200 1086 0.019977 10.0.0.242 - - [2025-10-30 03:20:28] "POST /neutron/port HTTP/1.1" 200 117 0.001408 10.0.0.242 - - [2025-10-30 03:20:30] "POST /neutron/port HTTP/1.1" 200 1086 0.026503 10.0.0.242 - - [2025-10-30 03:20:30] "POST /neutron/subnet HTTP/1.1" 200 685 0.009467 10.0.0.242 - - [2025-10-30 03:20:32] "POST /neutron/port HTTP/1.1" 200 1086 0.015837 10.0.0.242 - - [2025-10-30 03:20:32] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009378 10.0.0.242 - - [2025-10-30 03:20:32] "GET /virtual-machine/bda39901-a145-4e66-ace7-d4dd8b7fc1a5 HTTP/1.1" 200 1296 0.008206 10.0.0.242 - - [2025-10-30 03:20:32] "GET /virtual-machine-interface/f95586df-5830-4a72-9c27-4a87d8da5305 HTTP/1.1" 200 2972 0.007261 10.0.0.242 - - [2025-10-30 03:20:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003889 10.0.0.242 - - [2025-10-30 03:20:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004005 10.0.0.242 - - [2025-10-30 03:20:32] "GET /virtual-networks?parent_id=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003497 10.0.0.242 - - [2025-10-30 03:20:32] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006416 10.0.0.242 - - [2025-10-30 03:20:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004962 10.0.0.242 - - [2025-10-30 03:20:35] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008492 10.0.0.242 - - [2025-10-30 03:20:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003692 10.0.0.242 - - [2025-10-30 03:20:39] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005841 10.0.0.242 - - [2025-10-30 03:20:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004600 10.0.0.242 - - [2025-10-30 03:20:43] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006248 10.0.0.242 - - [2025-10-30 03:20:46] "POST /neutron/port HTTP/1.1" 200 1086 0.016360 10.0.0.242 - - [2025-10-30 03:20:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005589 10.0.0.242 - - [2025-10-30 03:20:46] "POST /neutron/network HTTP/1.1" 200 833 0.010041 10.0.0.242 - - [2025-10-30 03:20:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.242 - - [2025-10-30 03:20:47] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005788 10.0.0.242 - - [2025-10-30 03:20:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.242 - - [2025-10-30 03:20:52] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005785 10.0.0.242 - - [2025-10-30 03:20:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004910 10.0.0.242 - - [2025-10-30 03:20:56] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.008154 10.0.0.242 - - [2025-10-30 03:21:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.242 - - [2025-10-30 03:21:00] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.006299 10.0.0.242 - - [2025-10-30 03:21:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004657 10.0.0.242 - - [2025-10-30 03:21:04] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.005764 10.0.0.242 - - [2025-10-30 03:21:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.242 - - [2025-10-30 03:21:08] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007640 10.0.0.242 - - [2025-10-30 03:21:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.242 - - [2025-10-30 03:21:10] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003681 10.0.0.242 - - [2025-10-30 03:21:10] "GET /virtual-networks?parent_id=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 359 0.003347 10.0.0.242 - - [2025-10-30 03:21:10] "GET /virtual-network/59e1b00e-e9ab-469a-b33f-23de62684a15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2053 0.007635 10.0.0.242 - - [2025-10-30 03:21:15] "POST /neutron/port HTTP/1.1" 200 1086 0.016026 10.0.0.242 - - [2025-10-30 03:21:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010889 10.0.0.242 - - [2025-10-30 03:21:26] "POST /neutron/port HTTP/1.1" 200 1086 0.015668 10.0.0.242 - - [2025-10-30 03:21:32] "POST /neutron/port HTTP/1.1" 200 1086 0.019981 10.0.0.242 - - [2025-10-30 03:21:32] "POST /neutron/subnet HTTP/1.1" 200 685 0.010262 10.0.0.242 - - [2025-10-30 03:21:46] "POST /neutron/port HTTP/1.1" 200 1086 0.054912 10.0.0.242 - - [2025-10-30 03:21:46] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004855 10.0.0.242 - - [2025-10-30 03:21:46] "POST /neutron/network HTTP/1.1" 200 833 0.008902 10.0.0.242 - - [2025-10-30 03:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.242 - - [2025-10-30 03:22:02] "DELETE /virtual-DNS/076e689f-b2f0-4d10-b84e-72c3844a7452 HTTP/1.1" 409 236 0.012024 10.0.0.242 - - [2025-10-30 03:22:02] "POST /fqname-to-id HTTP/1.1" 404 192 0.005298 10.0.0.242 - - [2025-10-30 03:22:02] "POST /virtual-DNS-records HTTP/1.1" 200 533 0.027442 10.0.0.242 - - [2025-10-30 03:22:02] "GET /virtual-DNS-record/6e49b685-307a-4f75-b09d-c6b275dcd2fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.007554 10.0.0.242 - - [2025-10-30 03:22:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003685 10.0.0.242 - - [2025-10-30 03:22:02] "GET /virtual-DNS-record/6e49b685-307a-4f75-b09d-c6b275dcd2fb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1338 0.004977 10.0.0.242 - - [2025-10-30 03:22:08] "DELETE /virtual-DNS-record/6e49b685-307a-4f75-b09d-c6b275dcd2fb HTTP/1.1" 200 115 0.026322 10.0.0.242 - - [2025-10-30 03:22:08] "POST /fqname-to-id HTTP/1.1" 404 184 0.003750 10.0.0.242 - - [2025-10-30 03:22:09] "POST /neutron/port HTTP/1.1" 200 1086 0.015629 10.0.0.242 - - [2025-10-30 03:22:09] "POST /neutron/port HTTP/1.1" 200 1086 0.029299 10.0.0.242 - - [2025-10-30 03:22:11] "POST /neutron/network HTTP/1.1" 200 833 0.007747 10.0.0.242 - - [2025-10-30 03:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004253 10.0.0.254 - - [2025-10-30 03:22:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.035326 10.0.0.242 - - [2025-10-30 03:22:11] "DELETE /network-ipam/72826307-3539-4ae2-9296-32b140f9d4bc HTTP/1.1" 200 115 0.043038 10.0.0.242 - - [2025-10-30 03:22:11] "DELETE /virtual-DNS/076e689f-b2f0-4d10-b84e-72c3844a7452 HTTP/1.1" 200 115 0.046842 10.0.0.242 - - [2025-10-30 03:22:11] "POST /fqname-to-id HTTP/1.1" 404 180 0.004358 10.0.0.240 - - [2025-10-30 03:22:12] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.024589 10.0.0.242 - - [2025-10-30 03:22:12] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.094020 10.0.0.240 - - [2025-10-30 03:22:12] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001077 10.0.0.242 - - [2025-10-30 03:22:12] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?fields=virtual_networks HTTP/1.1" 200 1045 0.039457 10.0.0.240 - - [2025-10-30 03:22:12] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001043 10.0.0.242 - - [2025-10-30 03:22:12] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.045407 10.0.0.240 - - [2025-10-30 03:22:12] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001091 10.0.0.242 - - [2025-10-30 03:22:13] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?fields=security_groups HTTP/1.1" 200 1273 0.040523 10.0.0.242 - - [2025-10-30 03:22:13] "POST /fqname-to-id HTTP/1.1" 404 189 0.027157 10.0.0.240 - - [2025-10-30 03:22:13] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004374 10.0.0.240 - - [2025-10-30 03:22:13] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001560 10.0.0.240 - - [2025-10-30 03:22:13] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035444 10.0.0.240 - - [2025-10-30 03:22:14] "POST /id-to-fqname HTTP/1.1" 200 191 0.001347 10.0.0.240 - - [2025-10-30 03:22:14] "POST /fqname-to-id HTTP/1.1" 404 200 0.006115 10.0.0.240 - - [2025-10-30 03:22:14] "POST /security-groups HTTP/1.1" 200 592 0.031203 10.0.0.240 - - [2025-10-30 03:22:14] "POST /projects HTTP/1.1" 200 587 0.235821 10.0.0.240 - - [2025-10-30 03:22:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.269552 10.0.0.254 - - [2025-10-30 03:22:14] "POST /access-control-lists HTTP/1.1" 200 599 0.030140 10.0.0.242 - - [2025-10-30 03:22:14] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.470582 10.0.0.242 - - [2025-10-30 03:22:15] "GET / HTTP/1.1" 200 36215 0.002864 10.0.0.242 - - [2025-10-30 03:22:17] "POST /fqname-to-id HTTP/1.1" 401 293 0.000574 10.0.0.242 - - [2025-10-30 03:22:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.057194 10.0.0.240 - - [2025-10-30 03:22:17] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000911 10.0.0.242 - - [2025-10-30 03:22:17] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.057279 10.0.0.240 - - [2025-10-30 03:22:17] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001674 10.0.0.242 - - [2025-10-30 03:22:17] "POST /neutron/network HTTP/1.1" 200 608 0.159508 10.0.0.254 - - [2025-10-30 03:22:17] "POST /route-targets HTTP/1.1" 200 328 0.015016 10.0.0.242 - - [2025-10-30 03:22:18] "POST /id-to-fqname HTTP/1.1" 200 222 0.003652 10.0.0.242 - - [2025-10-30 03:22:18] "GET /virtual-network/f90b4748-a203-4c14-90f2-c51bb3c04f27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006305 10.0.0.242 - - [2025-10-30 03:22:18] "POST /neutron/network HTTP/1.1" 200 828 0.006924 10.0.0.242 - - [2025-10-30 03:22:18] "GET /virtual-network/f90b4748-a203-4c14-90f2-c51bb3c04f27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006842 10.0.0.242 - - [2025-10-30 03:22:18] "GET /virtual-network/f90b4748-a203-4c14-90f2-c51bb3c04f27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006920 10.0.0.242 - - [2025-10-30 03:22:19] "GET /obj-perms HTTP/1.1" 200 5051 0.050894 10.0.0.254 - - [2025-10-30 03:22:19] "GET /obj-perms HTTP/1.1" 200 5051 0.053995 10.0.0.242 - - [2025-10-30 03:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004968 10.0.0.240 - - [2025-10-30 03:22:20] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001734 10.0.0.242 - - [2025-10-30 03:22:20] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.050486 10.0.0.242 - - [2025-10-30 03:22:20] "POST /neutron/network HTTP/1.1" 200 117 0.017033 10.0.0.254 - - [2025-10-30 03:22:20] "POST /ref-update HTTP/1.1" 200 156 0.029174 10.0.0.242 - - [2025-10-30 03:22:20] "POST /neutron/network HTTP/1.1" 200 827 0.016433 10.0.0.242 - - [2025-10-30 03:22:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.002289 10.0.0.242 - - [2025-10-30 03:22:20] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007177 10.0.0.242 - - [2025-10-30 03:22:20] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006333 10.0.0.242 - - [2025-10-30 03:22:20] "POST /neutron/subnet HTTP/1.1" 200 724 0.010562 10.0.0.242 - - [2025-10-30 03:22:21] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006508 10.0.0.240 - - [2025-10-30 03:22:21] "GET /obj-perms HTTP/1.1" 200 5051 0.045564 10.0.0.242 - - [2025-10-30 03:22:21] "POST /id-to-fqname HTTP/1.1" 200 222 0.001989 10.0.0.240 - - [2025-10-30 03:22:37] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002321 10.0.0.242 - - [2025-10-30 03:22:37] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.087706 10.0.0.242 - - [2025-10-30 03:22:37] "POST /neutron/port HTTP/1.1" 200 117 0.010451 10.0.0.242 - - [2025-10-30 03:22:37] "POST /id-to-fqname HTTP/1.1" 200 222 0.001450 10.0.0.242 - - [2025-10-30 03:22:38] "POST /neutron/network HTTP/1.1" 200 838 0.009048 10.0.0.240 - - [2025-10-30 03:22:38] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001107 10.0.0.242 - - [2025-10-30 03:22:38] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.129402 10.0.0.242 - - [2025-10-30 03:22:39] "POST /neutron/network HTTP/1.1" 200 828 0.051523 10.0.0.242 - - [2025-10-30 03:22:39] "POST /neutron/port HTTP/1.1" 200 117 0.017836 10.0.0.242 - - [2025-10-30 03:22:39] "POST /neutron/port HTTP/1.1" 200 1115 0.194561 10.0.0.242 - - [2025-10-30 03:22:39] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008068 10.0.0.242 - - [2025-10-30 03:22:39] "POST /neutron/port HTTP/1.1" 200 117 0.001947 10.0.0.240 - - [2025-10-30 03:22:39] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002239 10.0.0.242 - - [2025-10-30 03:22:40] "POST /neutron/port HTTP/1.1" 200 1062 0.446767 10.0.0.242 - - [2025-10-30 03:22:40] "POST /neutron/port HTTP/1.1" 200 1116 0.156540 10.0.0.242 - - [2025-10-30 03:22:40] "POST /neutron/subnet HTTP/1.1" 200 704 0.014650 10.0.0.242 - - [2025-10-30 03:22:44] "POST /neutron/port HTTP/1.1" 200 1089 0.021784 10.0.0.242 - - [2025-10-30 03:22:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008747 10.0.0.254 - - [2025-10-30 03:22:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000661 10.0.0.254 - - [2025-10-30 03:22:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000543 10.0.0.242 - - [2025-10-30 03:22:59] "POST /neutron/port HTTP/1.1" 200 1089 0.018145 10.0.0.254 - - [2025-10-30 03:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000513 10.0.0.254 - - [2025-10-30 03:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000400 10.0.0.240 - - [2025-10-30 03:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.240 - - [2025-10-30 03:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2025-10-30 03:23:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000471 10.0.0.240 - - [2025-10-30 03:23:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.242 - - [2025-10-30 03:23:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.240 - - [2025-10-30 03:23:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.242 - - [2025-10-30 03:23:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000405 10.0.0.242 - - [2025-10-30 03:23:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.242 - - [2025-10-30 03:23:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009029 10.0.0.242 - - [2025-10-30 03:23:05] "POST /neutron/port HTTP/1.1" 200 1089 0.015621 10.0.0.242 - - [2025-10-30 03:23:05] "GET /virtual-machine/bc9c4c4b-001b-4098-8105-0c68e4a95d08 HTTP/1.1" 401 293 0.000547 10.0.0.242 - - [2025-10-30 03:23:05] "GET /virtual-machine/bc9c4c4b-001b-4098-8105-0c68e4a95d08 HTTP/1.1" 200 1295 0.029310 10.0.0.242 - - [2025-10-30 03:23:05] "GET /virtual-machine-interface/b7fbe08d-9a6b-48c2-85a3-e1ba241a596b HTTP/1.1" 200 2956 0.006331 10.0.0.242 - - [2025-10-30 03:23:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.242 - - [2025-10-30 03:23:05] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005157 10.0.0.242 - - [2025-10-30 03:23:05] "GET /virtual-networks?parent_id=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003731 10.0.0.242 - - [2025-10-30 03:23:05] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006160 10.0.0.242 - - [2025-10-30 03:23:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004619 10.0.0.242 - - [2025-10-30 03:23:08] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005467 10.0.0.240 - - [2025-10-30 03:23:09] "DELETE /project/6a3e9519cc6a49e3b35a5196bdd4c176 HTTP/1.1" 404 173 0.004238 10.0.0.240 - - [2025-10-30 03:23:09] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000943 10.0.0.240 - - [2025-10-30 03:23:09] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.044326 10.0.0.240 - - [2025-10-30 03:23:09] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001115 10.0.0.240 - - [2025-10-30 03:23:09] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?fields=security_groups HTTP/1.1" 200 1375 0.048518 10.0.0.240 - - [2025-10-30 03:23:09] "DELETE /security-group/77cfd2e0-6b4f-48d2-b0f4-c211f216e2c3 HTTP/1.1" 200 115 0.051842 10.0.0.240 - - [2025-10-30 03:23:09] "GET /projects?obj_uuids=07388599-c46a-45ed-b431-f44c39692a94&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001022 10.0.0.240 - - [2025-10-30 03:23:09] "GET /project/07388599-c46a-45ed-b431-f44c39692a94?fields=application_policy_sets HTTP/1.1" 200 1414 0.053345 10.0.0.240 - - [2025-10-30 03:23:09] "DELETE /project/07388599-c46a-45ed-b431-f44c39692a94 HTTP/1.1" 200 115 0.420084 10.0.0.242 - - [2025-10-30 03:23:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.242 - - [2025-10-30 03:23:12] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006936 10.0.0.242 - - [2025-10-30 03:23:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005348 10.0.0.242 - - [2025-10-30 03:23:16] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008634 10.0.0.242 - - [2025-10-30 03:23:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004031 10.0.0.242 - - [2025-10-30 03:23:21] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007026 10.0.0.242 - - [2025-10-30 03:23:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005156 10.0.0.242 - - [2025-10-30 03:23:25] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006932 10.0.0.242 - - [2025-10-30 03:23:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004016 10.0.0.242 - - [2025-10-30 03:23:29] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005653 10.0.0.242 - - [2025-10-30 03:23:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.242 - - [2025-10-30 03:23:33] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005906 10.0.0.242 - - [2025-10-30 03:23:34] "POST /neutron/port HTTP/1.1" 200 1089 0.037723 10.0.0.242 - - [2025-10-30 03:23:34] "POST /neutron/subnet HTTP/1.1" 200 698 0.009645 10.0.0.242 - - [2025-10-30 03:23:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.242 - - [2025-10-30 03:23:37] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005703 10.0.0.242 - - [2025-10-30 03:23:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.242 - - [2025-10-30 03:23:41] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005126 10.0.0.242 - - [2025-10-30 03:23:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004925 10.0.0.242 - - [2025-10-30 03:23:45] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006225 10.0.0.242 - - [2025-10-30 03:23:49] "POST /neutron/port HTTP/1.1" 200 1090 0.019403 10.0.0.242 - - [2025-10-30 03:23:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005176 10.0.0.242 - - [2025-10-30 03:23:49] "POST /neutron/network HTTP/1.1" 200 828 0.008544 10.0.0.242 - - [2025-10-30 03:23:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004351 10.0.0.242 - - [2025-10-30 03:23:49] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006509 10.0.0.254 - - [2025-10-30 03:23:51] "GET /obj-perms HTTP/1.1" 200 5075 0.044548 10.0.0.242 - - [2025-10-30 03:23:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004590 10.0.0.242 - - [2025-10-30 03:23:53] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007988 10.0.0.242 - - [2025-10-30 03:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004665 10.0.0.242 - - [2025-10-30 03:23:57] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005275 10.0.0.242 - - [2025-10-30 03:23:57] "GET /virtual-networks?parent_id=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003370 10.0.0.242 - - [2025-10-30 03:23:57] "GET /virtual-network/d6585b44-bf4e-47c1-8d16-a19c6a1e2701?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007912 10.0.0.242 - - [2025-10-30 03:24:03] "POST /neutron/port HTTP/1.1" 200 1089 0.018786 10.0.0.242 - - [2025-10-30 03:24:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010073 10.0.0.242 - - [2025-10-30 03:24:15] "POST /neutron/port HTTP/1.1" 200 1089 0.056572 10.0.0.242 - - [2025-10-30 03:24:18] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010106 10.0.0.242 - - [2025-10-30 03:24:23] "POST /neutron/port HTTP/1.1" 200 1089 0.021503 10.0.0.242 - - [2025-10-30 03:24:29] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010750 10.0.0.242 - - [2025-10-30 03:24:34] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010481 10.0.0.242 - - [2025-10-30 03:24:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005198 10.0.0.242 - - [2025-10-30 03:24:34] "POST /neutron/network HTTP/1.1" 200 827 0.010721 10.0.0.242 - - [2025-10-30 03:24:44] "POST /neutron/port HTTP/1.1" 200 1089 0.014668 10.0.0.242 - - [2025-10-30 03:24:49] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008971 10.0.0.242 - - [2025-10-30 03:24:51] "POST /neutron/network HTTP/1.1" 200 838 0.008114 10.0.0.242 - - [2025-10-30 03:24:51] "POST /neutron/port HTTP/1.1" 200 117 0.001707 10.0.0.242 - - [2025-10-30 03:24:52] "GET /obj-perms HTTP/1.1" 200 5075 0.060217 10.0.0.242 - - [2025-10-30 03:24:54] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008511 10.0.0.242 - - [2025-10-30 03:24:55] "POST /neutron/port HTTP/1.1" 200 1090 0.018222 10.0.0.242 - - [2025-10-30 03:24:55] "GET /virtual-machine/ff9f858f-66ff-4b4c-927d-370450e76789 HTTP/1.1" 200 1296 0.005546 10.0.0.242 - - [2025-10-30 03:24:55] "GET /virtual-machine-interface/4aa37c66-1b96-4624-a1a5-922c19c3e66c HTTP/1.1" 200 2956 0.006723 10.0.0.242 - - [2025-10-30 03:24:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.242 - - [2025-10-30 03:24:55] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004648 10.0.0.242 - - [2025-10-30 03:24:55] "GET /virtual-networks?parent_id=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003756 10.0.0.242 - - [2025-10-30 03:24:55] "GET /virtual-network/f90b4748-a203-4c14-90f2-c51bb3c04f27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006016 10.0.0.242 - - [2025-10-30 03:24:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004797 10.0.0.242 - - [2025-10-30 03:24:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005524 10.0.0.242 - - [2025-10-30 03:24:56] "GET /virtual-networks?parent_id=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003919 10.0.0.242 - - [2025-10-30 03:24:56] "GET /virtual-network/f90b4748-a203-4c14-90f2-c51bb3c04f27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006897 10.0.0.242 - - [2025-10-30 03:24:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008949 10.0.0.242 - - [2025-10-30 03:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004877 10.0.0.240 - - [2025-10-30 03:25:06] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001129 10.0.0.242 - - [2025-10-30 03:25:06] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.044962 10.0.0.242 - - [2025-10-30 03:25:06] "GET /virtual-network/f90b4748-a203-4c14-90f2-c51bb3c04f27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.007741 10.0.0.242 - - [2025-10-30 03:25:06] "GET /floating-ip-pools?parent_id=f90b4748-a203-4c14-90f2-c51bb3c04f27&detail=False&count=False&shared=False HTTP/1.1" 200 133 0.003465 10.0.0.242 - - [2025-10-30 03:25:06] "GET /virtual-network/f90b4748-a203-4c14-90f2-c51bb3c04f27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006397 10.0.0.242 - - [2025-10-30 03:25:06] "POST /floating-ip-pools HTTP/1.1" 200 600 0.032546 10.0.0.242 - - [2025-10-30 03:25:07] "POST /ref-update HTTP/1.1" 200 156 0.016329 10.0.0.242 - - [2025-10-30 03:25:07] "GET /virtual-network/f90b4748-a203-4c14-90f2-c51bb3c04f27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006315 10.0.0.242 - - [2025-10-30 03:25:07] "GET /virtual-network/f90b4748-a203-4c14-90f2-c51bb3c04f27?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2052 0.006016 10.0.0.240 - - [2025-10-30 03:25:07] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001269 10.0.0.242 - - [2025-10-30 03:25:07] "POST /neutron/floatingip HTTP/1.1" 200 531 0.112009 10.0.0.242 - - [2025-10-30 03:25:07] "POST /neutron/floatingip HTTP/1.1" 200 578 0.057559 10.0.0.242 - - [2025-10-30 03:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004572 10.0.0.242 - - [2025-10-30 03:25:07] "GET /routing-instance/f31dd171-79c2-4609-9dee-150b77c0aa67?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.006524 10.0.0.242 - - [2025-10-30 03:25:07] "GET /route-target/bd2cd2fa-4c98-4636-af5e-1e99cb2c41de?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005683 10.0.0.242 - - [2025-10-30 03:25:33] "POST /neutron/floatingip HTTP/1.1" 200 531 0.038192 10.0.0.242 - - [2025-10-30 03:25:34] "GET /floating-ip-pool/2178b7d6-8440-45b9-9277-291589ea9476?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1186 0.004207 10.0.0.242 - - [2025-10-30 03:25:34] "POST /ref-update HTTP/1.1" 200 156 0.013993 10.0.0.242 - - [2025-10-30 03:25:34] "DELETE /floating-ip-pool/2178b7d6-8440-45b9-9277-291589ea9476 HTTP/1.1" 200 115 0.037729 10.0.0.242 - - [2025-10-30 03:25:34] "POST /neutron/network HTTP/1.1" 200 827 0.007037 10.0.0.242 - - [2025-10-30 03:25:34] "POST /neutron/port HTTP/1.1" 200 1089 0.015000 10.0.0.242 - - [2025-10-30 03:25:35] "POST /neutron/port HTTP/1.1" 200 151 0.227123 10.0.0.240 - - [2025-10-30 03:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002764 10.0.0.240 - - [2025-10-30 03:25:36] "POST /useragent-kv HTTP/1.1" 200 115 0.002888 10.0.0.254 - - [2025-10-30 03:25:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.242 - - [2025-10-30 03:25:36] "POST /neutron/network HTTP/1.1" 200 151 0.118783 10.0.0.254 - - [2025-10-30 03:25:36] "DELETE /route-target/bd2cd2fa-4c98-4636-af5e-1e99cb2c41de HTTP/1.1" 200 115 0.022130 10.0.0.240 - - [2025-10-30 03:25:38] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.242 - - [2025-10-30 03:25:38] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.060234 10.0.0.240 - - [2025-10-30 03:25:38] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001011 10.0.0.242 - - [2025-10-30 03:25:38] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?fields=virtual_networks HTTP/1.1" 200 1046 0.052485 10.0.0.240 - - [2025-10-30 03:25:38] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.242 - - [2025-10-30 03:25:38] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.057416 10.0.0.240 - - [2025-10-30 03:25:38] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001698 10.0.0.242 - - [2025-10-30 03:25:38] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?fields=security_groups HTTP/1.1" 200 1274 0.042490 10.0.0.242 - - [2025-10-30 03:25:39] "POST /fqname-to-id HTTP/1.1" 404 188 0.025568 10.0.0.240 - - [2025-10-30 03:25:39] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003031 10.0.0.240 - - [2025-10-30 03:25:39] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001493 10.0.0.240 - - [2025-10-30 03:25:39] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007956 10.0.0.240 - - [2025-10-30 03:25:39] "POST /id-to-fqname HTTP/1.1" 200 190 0.007808 10.0.0.240 - - [2025-10-30 03:25:39] "POST /fqname-to-id HTTP/1.1" 404 199 0.005651 10.0.0.240 - - [2025-10-30 03:25:40] "POST /security-groups HTTP/1.1" 200 591 0.079157 10.0.0.240 - - [2025-10-30 03:25:40] "POST /projects HTTP/1.1" 200 585 0.307300 10.0.0.254 - - [2025-10-30 03:25:40] "POST /fqname-to-id HTTP/1.1" 404 233 0.011365 10.0.0.240 - - [2025-10-30 03:25:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.379615 10.0.0.242 - - [2025-10-30 03:25:40] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.519677 10.0.0.242 - - [2025-10-30 03:25:41] "GET / HTTP/1.1" 200 36215 0.002493 10.0.0.242 - - [2025-10-30 03:25:42] "POST /fqname-to-id HTTP/1.1" 401 293 0.000543 10.0.0.242 - - [2025-10-30 03:25:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.056532 10.0.0.240 - - [2025-10-30 03:25:43] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000991 10.0.0.242 - - [2025-10-30 03:25:43] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.041998 10.0.0.242 - - [2025-10-30 03:25:43] "POST /neutron/network HTTP/1.1" 200 117 0.039983 10.0.0.254 - - [2025-10-30 03:25:43] "POST /ref-update HTTP/1.1" 200 156 0.030189 10.0.0.242 - - [2025-10-30 03:25:43] "POST /neutron/network HTTP/1.1" 200 839 0.008551 10.0.0.242 - - [2025-10-30 03:25:43] "POST /id-to-fqname HTTP/1.1" 200 230 0.001371 10.0.0.242 - - [2025-10-30 03:25:43] "GET /virtual-network/b0c5d213-b242-411c-a15f-c5557fc837c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005846 10.0.0.242 - - [2025-10-30 03:25:44] "GET /virtual-network/b0c5d213-b242-411c-a15f-c5557fc837c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005946 10.0.0.242 - - [2025-10-30 03:25:44] "POST /neutron/subnet HTTP/1.1" 200 701 0.009050 10.0.0.242 - - [2025-10-30 03:25:44] "POST /id-to-fqname HTTP/1.1" 200 230 0.001542 10.0.0.240 - - [2025-10-30 03:25:44] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001228 10.0.0.242 - - [2025-10-30 03:25:45] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.068528 10.0.0.242 - - [2025-10-30 03:25:45] "POST /neutron/network HTTP/1.1" 200 839 0.006533 10.0.0.242 - - [2025-10-30 03:25:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003684 10.0.0.242 - - [2025-10-30 03:25:45] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004805 10.0.0.242 - - [2025-10-30 03:25:45] "PUT /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363 HTTP/1.1" 200 277 0.012865 10.0.0.242 - - [2025-10-30 03:25:45] "POST /neutron/port HTTP/1.1" 200 117 0.006813 10.0.0.242 - - [2025-10-30 03:25:45] "POST /neutron/port HTTP/1.1" 200 1055 0.014816 10.0.0.242 - - [2025-10-30 03:25:46] "POST /neutron/port HTTP/1.1" 200 1083 0.016744 10.0.0.242 - - [2025-10-30 03:25:46] "POST /neutron/port HTTP/1.1" 200 117 0.001254 10.0.0.242 - - [2025-10-30 03:25:50] "POST /neutron/security_group HTTP/1.1" 200 2058 0.010907 10.0.0.242 - - [2025-10-30 03:25:50] "POST /neutron/port HTTP/1.1" 200 1083 0.014961 10.0.0.242 - - [2025-10-30 03:25:50] "GET /virtual-machine/add2ec7b-86fb-428b-bc28-2a52bb77ee14 HTTP/1.1" 401 293 0.000439 10.0.0.242 - - [2025-10-30 03:25:51] "GET /virtual-machine/add2ec7b-86fb-428b-bc28-2a52bb77ee14 HTTP/1.1" 200 1295 0.029747 10.0.0.242 - - [2025-10-30 03:25:51] "GET /virtual-machine-interface/92042874-8836-440e-8417-82f4c3276410 HTTP/1.1" 200 2978 0.005608 10.0.0.242 - - [2025-10-30 03:25:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.242 - - [2025-10-30 03:25:51] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.004036 10.0.0.242 - - [2025-10-30 03:25:51] "GET /virtual-networks?parent_id=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.003221 10.0.0.242 - - [2025-10-30 03:25:51] "GET /virtual-network/b0c5d213-b242-411c-a15f-c5557fc837c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.010381 10.0.0.240 - - [2025-10-30 03:25:52] "GET /obj-perms HTTP/1.1" 200 5075 0.053409 10.0.0.242 - - [2025-10-30 03:25:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003892 10.0.0.242 - - [2025-10-30 03:25:54] "GET /virtual-network/b0c5d213-b242-411c-a15f-c5557fc837c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.005799 10.0.0.242 - - [2025-10-30 03:25:54] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008651 10.0.0.242 - - [2025-10-30 03:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004133 10.0.0.242 - - [2025-10-30 03:25:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.004316 10.0.0.242 - - [2025-10-30 03:25:56] "GET /virtual-networks?parent_id=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.004307 10.0.0.242 - - [2025-10-30 03:25:56] "GET /virtual-network/b0c5d213-b242-411c-a15f-c5557fc837c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2059 0.006278 10.0.0.242 - - [2025-10-30 03:25:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.242 - - [2025-10-30 03:25:58] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1886 0.003739 10.0.0.242 - - [2025-10-30 03:25:58] "PUT /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363 HTTP/1.1" 200 277 0.013222 10.0.0.242 - - [2025-10-30 03:25:58] "POST /neutron/port HTTP/1.1" 200 1083 0.016961 10.0.0.242 - - [2025-10-30 03:26:00] "POST /neutron/network HTTP/1.1" 200 839 0.007238 10.0.0.242 - - [2025-10-30 03:26:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003725 10.0.0.240 - - [2025-10-30 03:26:03] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001244 10.0.0.242 - - [2025-10-30 03:26:03] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.036222 10.0.0.240 - - [2025-10-30 03:26:03] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001180 10.0.0.242 - - [2025-10-30 03:26:03] "POST /neutron/network HTTP/1.1" 200 605 0.118454 10.0.0.254 - - [2025-10-30 03:26:03] "POST /route-targets HTTP/1.1" 200 328 0.011957 10.0.0.242 - - [2025-10-30 03:26:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.003419 10.0.0.242 - - [2025-10-30 03:26:04] "GET /virtual-network/db6335b4-8263-4995-833c-88474eb2bb2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005298 10.0.0.242 - - [2025-10-30 03:26:04] "POST /neutron/network HTTP/1.1" 200 823 0.006722 10.0.0.242 - - [2025-10-30 03:26:04] "GET /virtual-network/db6335b4-8263-4995-833c-88474eb2bb2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005837 10.0.0.242 - - [2025-10-30 03:26:04] "POST /id-to-fqname HTTP/1.1" 200 220 0.001454 10.0.0.242 - - [2025-10-30 03:26:04] "POST /neutron/network HTTP/1.1" 200 833 0.007411 10.0.0.240 - - [2025-10-30 03:26:05] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001476 10.0.0.242 - - [2025-10-30 03:26:05] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.086251 10.0.0.242 - - [2025-10-30 03:26:05] "POST /neutron/port HTTP/1.1" 200 117 0.008122 10.0.0.240 - - [2025-10-30 03:26:05] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001348 10.0.0.242 - - [2025-10-30 03:26:06] "POST /neutron/port HTTP/1.1" 200 1059 0.283713 10.0.0.242 - - [2025-10-30 03:26:06] "POST /neutron/port HTTP/1.1" 200 1113 0.127626 10.0.0.242 - - [2025-10-30 03:26:06] "POST /neutron/subnet HTTP/1.1" 200 694 0.009420 10.0.0.240 - - [2025-10-30 03:26:09] "DELETE /project/a1ea488a1ff24594b258820097c3c810 HTTP/1.1" 404 173 0.008210 10.0.0.240 - - [2025-10-30 03:26:09] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001105 10.0.0.240 - - [2025-10-30 03:26:09] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1482 0.049895 10.0.0.240 - - [2025-10-30 03:26:09] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001127 10.0.0.240 - - [2025-10-30 03:26:09] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?fields=security_groups HTTP/1.1" 200 1376 0.039390 10.0.0.240 - - [2025-10-30 03:26:09] "DELETE /security-group/6b86d28c-41f7-448b-9489-2830d3b79ed7 HTTP/1.1" 200 115 0.046371 10.0.0.240 - - [2025-10-30 03:26:10] "GET /projects?obj_uuids=6a3e9519-cc6a-49e3-b35a-5196bdd4c176&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001030 10.0.0.240 - - [2025-10-30 03:26:10] "GET /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176?fields=application_policy_sets HTTP/1.1" 200 1415 0.039731 10.0.0.254 - - [2025-10-30 03:26:10] "DELETE /access-control-list/63a79619-413b-40f6-8fdc-ebc72afe0bb5 HTTP/1.1" 200 115 0.053414 10.0.0.240 - - [2025-10-30 03:26:10] "DELETE /project/6a3e9519-cc6a-49e3-b35a-5196bdd4c176 HTTP/1.1" 200 115 0.391900 10.0.0.242 - - [2025-10-30 03:26:10] "POST /neutron/port HTTP/1.1" 200 1087 0.015822 10.0.0.242 - - [2025-10-30 03:26:10] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009261 10.0.0.242 - - [2025-10-30 03:26:10] "GET /virtual-machine/99cf85d3-1dc5-4184-b614-ebc8280067c4 HTTP/1.1" 200 1295 0.007218 10.0.0.242 - - [2025-10-30 03:26:10] "GET /virtual-machine-interface/c1d6f409-883e-451f-88a1-328299af30d7 HTTP/1.1" 200 2948 0.006644 10.0.0.242 - - [2025-10-30 03:26:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004396 10.0.0.242 - - [2025-10-30 03:26:10] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005011 10.0.0.242 - - [2025-10-30 03:26:10] "GET /virtual-networks?parent_id=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004253 10.0.0.242 - - [2025-10-30 03:26:10] "GET /virtual-network/db6335b4-8263-4995-833c-88474eb2bb2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008128 10.0.0.242 - - [2025-10-30 03:26:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004989 10.0.0.242 - - [2025-10-30 03:26:13] "GET /virtual-network/db6335b4-8263-4995-833c-88474eb2bb2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.008522 10.0.0.242 - - [2025-10-30 03:26:15] "POST /neutron/port HTTP/1.1" 200 1087 0.014731 10.0.0.242 - - [2025-10-30 03:26:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004457 10.0.0.242 - - [2025-10-30 03:26:18] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005093 10.0.0.242 - - [2025-10-30 03:26:18] "GET /virtual-networks?parent_id=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003483 10.0.0.242 - - [2025-10-30 03:26:18] "GET /virtual-network/db6335b4-8263-4995-833c-88474eb2bb2b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.006806 10.0.0.242 - - [2025-10-30 03:26:20] "POST /neutron/network HTTP/1.1" 400 204 0.020823 10.0.0.242 - - [2025-10-30 03:26:20] "POST /neutron/port HTTP/1.1" 200 151 0.166877 10.0.0.242 - - [2025-10-30 03:26:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 547 0.003997 10.0.0.242 - - [2025-10-30 03:26:25] "POST /network-ipams HTTP/1.1" 200 543 0.036738 10.0.0.242 - - [2025-10-30 03:26:25] "GET /network-ipams?detail=False&count=False&shared=False HTTP/1.1" 200 767 0.003807 10.0.0.242 - - [2025-10-30 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003676 10.0.0.242 - - [2025-10-30 03:26:25] "GET /network-ipam/75e383f7-ddf6-4a91-9753-368ba4280e91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1286 0.007376 10.0.0.242 - - [2025-10-30 03:26:25] "PUT /network-ipam/75e383f7-ddf6-4a91-9753-368ba4280e91 HTTP/1.1" 200 259 0.013685 10.0.0.242 - - [2025-10-30 03:26:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003567 10.0.0.240 - - [2025-10-30 03:26:25] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001010 10.0.0.242 - - [2025-10-30 03:26:25] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.045809 10.0.0.242 - - [2025-10-30 03:26:25] "POST /neutron/network HTTP/1.1" 200 117 0.012492 10.0.0.254 - - [2025-10-30 03:26:25] "POST /route-targets HTTP/1.1" 200 328 0.012519 10.0.0.240 - - [2025-10-30 03:26:26] "POST /useragent-kv HTTP/1.1" 200 115 0.009985 10.0.0.242 - - [2025-10-30 03:26:26] "POST /neutron/subnet HTTP/1.1" 200 699 0.174716 10.0.0.242 - - [2025-10-30 03:26:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001342 10.0.0.242 - - [2025-10-30 03:26:26] "GET /virtual-network/f11138e4-6fda-4cb4-a528-cf0636a97f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005896 10.0.0.242 - - [2025-10-30 03:26:26] "GET /virtual-network/f11138e4-6fda-4cb4-a528-cf0636a97f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006260 10.0.0.242 - - [2025-10-30 03:26:26] "POST /neutron/network HTTP/1.1" 200 994 0.009700 10.0.0.242 - - [2025-10-30 03:26:26] "POST /neutron/network HTTP/1.1" 200 994 0.008815 10.0.0.240 - - [2025-10-30 03:26:26] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001144 10.0.0.242 - - [2025-10-30 03:26:26] "POST /neutron/port HTTP/1.1" 200 1017 0.218216 10.0.0.242 - - [2025-10-30 03:26:26] "POST /id-to-fqname HTTP/1.1" 200 220 0.001450 10.0.0.242 - - [2025-10-30 03:26:26] "POST /neutron/port HTTP/1.1" 200 1017 0.010375 10.0.0.242 - - [2025-10-30 03:26:27] "POST /neutron/port HTTP/1.1" 200 117 0.006198 10.0.0.242 - - [2025-10-30 03:26:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001487 10.0.0.242 - - [2025-10-30 03:26:27] "POST /neutron/port HTTP/1.1" 200 117 0.006384 10.0.0.242 - - [2025-10-30 03:26:27] "POST /neutron/network HTTP/1.1" 200 994 0.009180 10.0.0.242 - - [2025-10-30 03:26:27] "POST /neutron/port HTTP/1.1" 200 1017 0.013204 10.0.0.242 - - [2025-10-30 03:26:27] "POST /neutron/port HTTP/1.1" 200 117 0.008116 10.0.0.242 - - [2025-10-30 03:26:27] "POST /neutron/port HTTP/1.1" 200 117 0.007321 10.0.0.242 - - [2025-10-30 03:26:27] "POST /id-to-fqname HTTP/1.1" 200 220 0.001456 10.0.0.242 - - [2025-10-30 03:26:27] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003936 10.0.0.242 - - [2025-10-30 03:26:28] "POST /neutron/port HTTP/1.1" 200 117 0.001337 10.0.0.242 - - [2025-10-30 03:26:28] "POST /neutron/port HTTP/1.1" 200 1017 0.015686 10.0.0.242 - - [2025-10-30 03:26:28] "POST /neutron/port HTTP/1.1" 200 1017 0.012155 10.0.0.242 - - [2025-10-30 03:26:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004140 10.0.0.242 - - [2025-10-30 03:26:28] "POST /neutron/network HTTP/1.1" 200 994 0.009398 10.0.0.240 - - [2025-10-30 03:26:28] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001057 10.0.0.242 - - [2025-10-30 03:26:28] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.073178 10.0.0.242 - - [2025-10-30 03:26:29] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007944 10.0.0.242 - - [2025-10-30 03:26:29] "GET /virtual-network/f11138e4-6fda-4cb4-a528-cf0636a97f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005963 10.0.0.240 - - [2025-10-30 03:26:29] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001260 10.0.0.242 - - [2025-10-30 03:26:30] "POST /neutron/port HTTP/1.1" 200 1055 0.348136 10.0.0.242 - - [2025-10-30 03:26:30] "POST /neutron/port HTTP/1.1" 200 1109 0.118140 10.0.0.242 - - [2025-10-30 03:26:30] "POST /neutron/subnet HTTP/1.1" 200 673 0.014839 10.0.0.242 - - [2025-10-30 03:26:31] "POST /neutron/port HTTP/1.1" 200 1083 0.019552 10.0.0.242 - - [2025-10-30 03:26:31] "POST /neutron/security_group HTTP/1.1" 200 2058 0.009242 10.0.0.242 - - [2025-10-30 03:26:31] "GET /virtual-machine/22bc2a17-49dc-4770-82c1-f56eb923751e HTTP/1.1" 200 1289 0.007727 10.0.0.242 - - [2025-10-30 03:26:31] "GET /virtual-machine-interface/979e6930-5c6e-41d1-b904-c7b27953f21c HTTP/1.1" 200 2949 0.007027 10.0.0.242 - - [2025-10-30 03:26:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.004076 10.0.0.242 - - [2025-10-30 03:26:31] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004668 10.0.0.242 - - [2025-10-30 03:26:31] "GET /virtual-networks?parent_id=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003367 10.0.0.242 - - [2025-10-30 03:26:31] "GET /virtual-network/f11138e4-6fda-4cb4-a528-cf0636a97f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006844 10.0.0.242 - - [2025-10-30 03:26:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003476 10.0.0.242 - - [2025-10-30 03:26:34] "GET /virtual-network/f11138e4-6fda-4cb4-a528-cf0636a97f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005628 10.0.0.242 - - [2025-10-30 03:26:36] "POST /neutron/port HTTP/1.1" 200 1083 0.022935 10.0.0.242 - - [2025-10-30 03:26:36] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004473 10.0.0.242 - - [2025-10-30 03:26:36] "POST /neutron/network HTTP/1.1" 200 994 0.010246 10.0.0.242 - - [2025-10-30 03:26:37] "POST /neutron/port HTTP/1.1" 200 1083 0.019416 10.0.0.242 - - [2025-10-30 03:26:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004214 10.0.0.242 - - [2025-10-30 03:26:38] "GET /virtual-network/f11138e4-6fda-4cb4-a528-cf0636a97f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005774 10.0.0.242 - - [2025-10-30 03:26:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003380 10.0.0.242 - - [2025-10-30 03:26:40] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004625 10.0.0.242 - - [2025-10-30 03:26:40] "GET /virtual-networks?parent_id=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003421 10.0.0.242 - - [2025-10-30 03:26:40] "GET /virtual-network/f11138e4-6fda-4cb4-a528-cf0636a97f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006723 10.0.0.242 - - [2025-10-30 03:26:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008533 10.0.0.242 - - [2025-10-30 03:26:41] "POST /neutron/port HTTP/1.1" 200 1083 0.014491 10.0.0.242 - - [2025-10-30 03:26:41] "GET /virtual-machine/d4d7ad9b-a5c7-4d32-b53b-f27f0fa738ad HTTP/1.1" 200 1291 0.007166 10.0.0.242 - - [2025-10-30 03:26:41] "GET /virtual-machine-interface/14fcf19b-6757-44e3-ad00-17a1f263e9d7 HTTP/1.1" 200 2948 0.014726 10.0.0.242 - - [2025-10-30 03:26:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003474 10.0.0.242 - - [2025-10-30 03:26:41] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004173 10.0.0.242 - - [2025-10-30 03:26:41] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007514 10.0.0.242 - - [2025-10-30 03:26:41] "GET /virtual-networks?parent_id=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003303 10.0.0.242 - - [2025-10-30 03:26:41] "GET /virtual-network/f11138e4-6fda-4cb4-a528-cf0636a97f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006516 10.0.0.242 - - [2025-10-30 03:26:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003640 10.0.0.242 - - [2025-10-30 03:26:42] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004189 10.0.0.242 - - [2025-10-30 03:26:42] "GET /virtual-networks?parent_id=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.003337 10.0.0.242 - - [2025-10-30 03:26:42] "GET /virtual-network/f11138e4-6fda-4cb4-a528-cf0636a97f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.005910 10.0.0.242 - - [2025-10-30 03:26:42] "POST /neutron/port HTTP/1.1" 200 1083 0.016877 10.0.0.242 - - [2025-10-30 03:26:43] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007681 10.0.0.242 - - [2025-10-30 03:26:43] "GET /virtual-machine/65b43f3b-b51d-4e31-a9d6-1fa070a3f071 HTTP/1.1" 200 1294 0.006380 10.0.0.242 - - [2025-10-30 03:26:43] "GET /virtual-machine-interface/a1a3c628-076b-42be-a626-ddd6f7e106d1 HTTP/1.1" 200 2949 0.005468 10.0.0.242 - - [2025-10-30 03:26:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003605 10.0.0.242 - - [2025-10-30 03:26:43] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003716 10.0.0.242 - - [2025-10-30 03:26:43] "GET /virtual-networks?parent_id=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.004770 10.0.0.242 - - [2025-10-30 03:26:43] "GET /virtual-network/f11138e4-6fda-4cb4-a528-cf0636a97f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006193 10.0.0.242 - - [2025-10-30 03:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004328 10.0.0.242 - - [2025-10-30 03:26:44] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007139 10.0.0.242 - - [2025-10-30 03:26:44] "GET /virtual-networks?parent_id=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 352 0.002930 10.0.0.242 - - [2025-10-30 03:26:44] "GET /virtual-network/f11138e4-6fda-4cb4-a528-cf0636a97f28?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2552 0.006001 10.0.0.242 - - [2025-10-30 03:26:52] "POST /neutron/network HTTP/1.1" 200 1004 0.030441 10.0.0.242 - - [2025-10-30 03:26:52] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.254 - - [2025-10-30 03:26:53] "GET /obj-perms HTTP/1.1" 200 5075 0.052304 10.0.0.242 - - [2025-10-30 03:27:00] "POST /neutron/port HTTP/1.1" 200 1109 0.012593 10.0.0.242 - - [2025-10-30 03:27:00] "POST /neutron/port HTTP/1.1" 200 1109 0.011751 10.0.0.242 - - [2025-10-30 03:27:00] "POST /neutron/port HTTP/1.1" 200 1109 0.010600 10.0.0.240 - - [2025-10-30 03:27:00] "POST /useragent-kv HTTP/1.1" 200 115 0.004721 10.0.0.240 - - [2025-10-30 03:27:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003608 10.0.0.240 - - [2025-10-30 03:27:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003882 10.0.0.240 - - [2025-10-30 03:27:00] "POST /useragent-kv HTTP/1.1" 200 115 0.003738 10.0.0.242 - - [2025-10-30 03:27:00] "POST /neutron/network HTTP/1.1" 200 151 0.182122 10.0.0.254 - - [2025-10-30 03:27:00] "DELETE /route-target/de3df063-2736-479f-a7b6-3b2b34ab743d HTTP/1.1" 200 115 0.032423 10.0.0.242 - - [2025-10-30 03:27:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004740 10.0.0.242 - - [2025-10-30 03:27:01] "DELETE /network-ipam/75e383f7-ddf6-4a91-9753-368ba4280e91 HTTP/1.1" 200 115 0.043427 10.0.0.242 - - [2025-10-30 03:27:01] "POST /fqname-to-id HTTP/1.1" 404 211 0.003603 10.0.0.240 - - [2025-10-30 03:27:02] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001119 10.0.0.242 - - [2025-10-30 03:27:02] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.046915 10.0.0.240 - - [2025-10-30 03:27:02] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000968 10.0.0.242 - - [2025-10-30 03:27:02] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?fields=virtual_networks HTTP/1.1" 200 1045 0.061578 10.0.0.240 - - [2025-10-30 03:27:02] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001106 10.0.0.242 - - [2025-10-30 03:27:02] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.047757 10.0.0.240 - - [2025-10-30 03:27:02] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001502 10.0.0.242 - - [2025-10-30 03:27:02] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?fields=security_groups HTTP/1.1" 200 1272 0.045019 10.0.0.242 - - [2025-10-30 03:27:03] "POST /fqname-to-id HTTP/1.1" 404 196 0.025447 10.0.0.240 - - [2025-10-30 03:27:03] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003050 10.0.0.240 - - [2025-10-30 03:27:03] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001588 10.0.0.240 - - [2025-10-30 03:27:03] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008862 10.0.0.240 - - [2025-10-30 03:27:03] "POST /id-to-fqname HTTP/1.1" 200 198 0.002502 10.0.0.240 - - [2025-10-30 03:27:03] "POST /fqname-to-id HTTP/1.1" 404 207 0.011764 10.0.0.240 - - [2025-10-30 03:27:04] "POST /security-groups HTTP/1.1" 200 599 0.038725 10.0.0.240 - - [2025-10-30 03:27:04] "POST /projects HTTP/1.1" 200 601 0.256990 10.0.0.254 - - [2025-10-30 03:27:04] "POST /fqname-to-id HTTP/1.1" 404 241 0.018930 10.0.0.240 - - [2025-10-30 03:27:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.327702 10.0.0.242 - - [2025-10-30 03:27:04] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.460050 10.0.0.242 - - [2025-10-30 03:27:05] "GET / HTTP/1.1" 200 36215 0.002329 10.0.0.242 - - [2025-10-30 03:27:05] "POST /neutron/port HTTP/1.1" 200 117 0.007940 10.0.0.242 - - [2025-10-30 03:27:07] "POST /fqname-to-id HTTP/1.1" 401 293 0.000507 10.0.0.242 - - [2025-10-30 03:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.054191 10.0.0.240 - - [2025-10-30 03:27:07] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001055 10.0.0.242 - - [2025-10-30 03:27:07] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.056951 10.0.0.240 - - [2025-10-30 03:27:07] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001593 10.0.0.242 - - [2025-10-30 03:27:07] "POST /neutron/network HTTP/1.1" 200 613 0.175947 10.0.0.254 - - [2025-10-30 03:27:07] "POST /ref-update HTTP/1.1" 200 156 0.036497 10.0.0.242 - - [2025-10-30 03:27:08] "POST /neutron/network HTTP/1.1" 200 1004 0.012860 10.0.0.242 - - [2025-10-30 03:27:08] "POST /id-to-fqname HTTP/1.1" 200 228 0.001147 10.0.0.242 - - [2025-10-30 03:27:08] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005354 10.0.0.242 - - [2025-10-30 03:27:08] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006076 10.0.0.242 - - [2025-10-30 03:27:08] "POST /neutron/subnet HTTP/1.1" 200 823 0.010877 10.0.0.242 - - [2025-10-30 03:27:09] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006861 10.0.0.242 - - [2025-10-30 03:27:09] "GET /obj-perms HTTP/1.1" 200 5065 0.050922 10.0.0.240 - - [2025-10-30 03:27:10] "DELETE /project/414da9af65ef4eca9fc84e363348bd6f HTTP/1.1" 404 173 0.004781 10.0.0.240 - - [2025-10-30 03:27:10] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000932 10.0.0.240 - - [2025-10-30 03:27:10] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.043877 10.0.0.240 - - [2025-10-30 03:27:10] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001298 10.0.0.242 - - [2025-10-30 03:27:10] "POST /id-to-fqname HTTP/1.1" 200 228 0.001254 10.0.0.240 - - [2025-10-30 03:27:10] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?fields=security_groups HTTP/1.1" 200 1374 0.041556 10.0.0.240 - - [2025-10-30 03:27:10] "DELETE /security-group/c865ab54-d6c0-4691-b226-7a4c8d8d2eab HTTP/1.1" 200 115 0.061070 10.0.0.240 - - [2025-10-30 03:27:10] "GET /projects?obj_uuids=a1ea488a-1ff2-4594-b258-820097c3c810&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001031 10.0.0.240 - - [2025-10-30 03:27:10] "GET /project/a1ea488a-1ff2-4594-b258-820097c3c810?fields=application_policy_sets HTTP/1.1" 200 1413 0.047984 10.0.0.240 - - [2025-10-30 03:27:10] "DELETE /project/a1ea488a-1ff2-4594-b258-820097c3c810 HTTP/1.1" 200 115 0.417995 10.0.0.240 - - [2025-10-30 03:27:11] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001039 10.0.0.242 - - [2025-10-30 03:27:11] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.080718 10.0.0.242 - - [2025-10-30 03:27:11] "POST /neutron/network HTTP/1.1" 200 1004 0.011161 10.0.0.242 - - [2025-10-30 03:27:11] "POST /id-to-fqname HTTP/1.1" 200 228 0.001513 10.0.0.242 - - [2025-10-30 03:27:11] "POST /neutron/port HTTP/1.1" 200 117 0.006615 10.0.0.240 - - [2025-10-30 03:27:12] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.023833 10.0.0.242 - - [2025-10-30 03:27:12] "POST /neutron/port HTTP/1.1" 200 1173 0.347059 10.0.0.242 - - [2025-10-30 03:27:12] "POST /neutron/port HTTP/1.1" 200 1227 0.124803 10.0.0.240 - - [2025-10-30 03:27:12] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001058 10.0.0.242 - - [2025-10-30 03:27:12] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.079088 10.0.0.242 - - [2025-10-30 03:27:12] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004663 10.0.0.242 - - [2025-10-30 03:27:12] "POST /neutron/port HTTP/1.1" 200 117 0.001192 10.0.0.242 - - [2025-10-30 03:27:12] "POST /neutron/port HTTP/1.1" 200 1201 0.030901 10.0.0.242 - - [2025-10-30 03:27:13] "POST /id-to-fqname HTTP/1.1" 200 228 0.001649 10.0.0.242 - - [2025-10-30 03:27:13] "POST /neutron/port HTTP/1.1" 200 1201 0.023683 10.0.0.242 - - [2025-10-30 03:27:13] "POST /neutron/network HTTP/1.1" 200 1014 0.007261 10.0.0.242 - - [2025-10-30 03:27:13] "POST /neutron/port HTTP/1.1" 200 1173 0.017711 10.0.0.242 - - [2025-10-30 03:27:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004112 10.0.0.242 - - [2025-10-30 03:27:14] "POST /neutron/port HTTP/1.1" 200 117 0.001358 10.0.0.240 - - [2025-10-30 03:27:14] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001035 10.0.0.242 - - [2025-10-30 03:27:14] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.088007 10.0.0.242 - - [2025-10-30 03:27:14] "POST /neutron/network HTTP/1.1" 200 1004 0.014849 10.0.0.242 - - [2025-10-30 03:27:14] "POST /neutron/port HTTP/1.1" 200 117 0.006209 10.0.0.242 - - [2025-10-30 03:27:14] "POST /id-to-fqname HTTP/1.1" 200 228 0.001359 10.0.0.242 - - [2025-10-30 03:27:14] "POST /neutron/network HTTP/1.1" 200 1014 0.007298 10.0.0.242 - - [2025-10-30 03:27:15] "POST /neutron/port HTTP/1.1" 200 1173 0.022199 10.0.0.240 - - [2025-10-30 03:27:15] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001306 10.0.0.242 - - [2025-10-30 03:27:15] "POST /neutron/port HTTP/1.1" 200 1201 0.022578 10.0.0.242 - - [2025-10-30 03:27:15] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.084699 10.0.0.242 - - [2025-10-30 03:27:15] "POST /neutron/network HTTP/1.1" 200 1004 0.008515 10.0.0.242 - - [2025-10-30 03:27:15] "POST /neutron/port HTTP/1.1" 200 117 0.001222 10.0.0.242 - - [2025-10-30 03:27:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008080 10.0.0.242 - - [2025-10-30 03:27:16] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008735 10.0.0.242 - - [2025-10-30 03:27:16] "POST /neutron/port HTTP/1.1" 200 1201 0.017153 10.0.0.242 - - [2025-10-30 03:27:16] "GET /virtual-machine/5bb5a7d7-2466-404d-ba24-65bbff3bafc1 HTTP/1.1" 401 293 0.000487 10.0.0.240 - - [2025-10-30 03:27:16] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001092 10.0.0.242 - - [2025-10-30 03:27:16] "POST /neutron/port HTTP/1.1" 200 1173 0.359447 10.0.0.242 - - [2025-10-30 03:27:16] "GET /virtual-machine/5bb5a7d7-2466-404d-ba24-65bbff3bafc1 HTTP/1.1" 200 1302 0.052928 10.0.0.242 - - [2025-10-30 03:27:17] "GET /virtual-machine-interface/ae6138d2-e376-4552-af9d-8f0aedd68997 HTTP/1.1" 200 3184 0.006578 10.0.0.242 - - [2025-10-30 03:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003422 10.0.0.242 - - [2025-10-30 03:27:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003461 10.0.0.242 - - [2025-10-30 03:27:17] "GET /virtual-networks?parent_id=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003007 10.0.0.242 - - [2025-10-30 03:27:17] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005383 10.0.0.242 - - [2025-10-30 03:27:17] "POST /neutron/port HTTP/1.1" 200 1227 0.132298 10.0.0.242 - - [2025-10-30 03:27:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003992 10.0.0.242 - - [2025-10-30 03:27:17] "POST /neutron/port HTTP/1.1" 200 117 0.001247 10.0.0.242 - - [2025-10-30 03:27:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.242 - - [2025-10-30 03:27:20] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005921 10.0.0.242 - - [2025-10-30 03:27:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004815 10.0.0.242 - - [2025-10-30 03:27:24] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006511 10.0.0.242 - - [2025-10-30 03:27:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005184 10.0.0.242 - - [2025-10-30 03:27:28] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005740 10.0.0.242 - - [2025-10-30 03:27:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003783 10.0.0.242 - - [2025-10-30 03:27:32] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005814 10.0.0.242 - - [2025-10-30 03:27:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004222 10.0.0.242 - - [2025-10-30 03:27:36] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006475 10.0.0.242 - - [2025-10-30 03:27:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003991 10.0.0.242 - - [2025-10-30 03:27:40] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005368 10.0.0.242 - - [2025-10-30 03:27:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.005388 10.0.0.242 - - [2025-10-30 03:27:44] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008059 10.0.0.242 - - [2025-10-30 03:27:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004710 10.0.0.242 - - [2025-10-30 03:27:48] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.008032 10.0.0.242 - - [2025-10-30 03:27:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.242 - - [2025-10-30 03:27:52] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007663 10.0.0.242 - - [2025-10-30 03:27:53] "POST /neutron/port HTTP/1.1" 200 1201 0.022078 10.0.0.242 - - [2025-10-30 03:27:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006317 10.0.0.242 - - [2025-10-30 03:27:53] "POST /neutron/port HTTP/1.1" 200 117 0.002106 10.0.0.240 - - [2025-10-30 03:27:53] "GET /obj-perms HTTP/1.1" 200 5075 0.053039 10.0.0.242 - - [2025-10-30 03:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004380 10.0.0.242 - - [2025-10-30 03:27:57] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005799 10.0.0.254 - - [2025-10-30 03:27:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.254 - - [2025-10-30 03:27:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.254 - - [2025-10-30 03:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000613 10.0.0.254 - - [2025-10-30 03:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000693 10.0.0.240 - - [2025-10-30 03:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.240 - - [2025-10-30 03:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.242 - - [2025-10-30 03:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.242 - - [2025-10-30 03:28:01] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006749 10.0.0.242 - - [2025-10-30 03:28:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000450 10.0.0.240 - - [2025-10-30 03:28:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000606 10.0.0.242 - - [2025-10-30 03:28:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000635 10.0.0.240 - - [2025-10-30 03:28:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000572 10.0.0.242 - - [2025-10-30 03:28:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000485 10.0.0.242 - - [2025-10-30 03:28:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.242 - - [2025-10-30 03:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005039 10.0.0.242 - - [2025-10-30 03:28:05] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006730 10.0.0.242 - - [2025-10-30 03:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005260 10.0.0.242 - - [2025-10-30 03:28:09] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006106 10.0.0.242 - - [2025-10-30 03:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003757 10.0.0.242 - - [2025-10-30 03:28:13] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005918 10.0.0.242 - - [2025-10-30 03:28:13] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006909 10.0.0.242 - - [2025-10-30 03:28:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003577 10.0.0.242 - - [2025-10-30 03:28:15] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003727 10.0.0.242 - - [2025-10-30 03:28:15] "GET /virtual-networks?parent_id=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002740 10.0.0.242 - - [2025-10-30 03:28:15] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006113 10.0.0.242 - - [2025-10-30 03:28:20] "POST /neutron/port HTTP/1.1" 200 1201 0.017024 10.0.0.242 - - [2025-10-30 03:28:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008166 10.0.0.242 - - [2025-10-30 03:28:26] "POST /neutron/port HTTP/1.1" 200 1201 0.016052 10.0.0.242 - - [2025-10-30 03:28:27] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007864 10.0.0.242 - - [2025-10-30 03:28:36] "POST /neutron/port HTTP/1.1" 200 1201 0.022455 10.0.0.242 - - [2025-10-30 03:28:39] "POST /neutron/port HTTP/1.1" 200 1201 0.036426 10.0.0.242 - - [2025-10-30 03:28:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004327 10.0.0.242 - - [2025-10-30 03:28:39] "POST /neutron/port HTTP/1.1" 200 117 0.001370 10.0.0.242 - - [2025-10-30 03:28:41] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009452 10.0.0.242 - - [2025-10-30 03:28:41] "POST /neutron/port HTTP/1.1" 200 1201 0.015396 10.0.0.242 - - [2025-10-30 03:28:41] "GET /virtual-machine/161cbbb1-3893-4103-960d-8dfada93a64a HTTP/1.1" 200 1302 0.006507 10.0.0.242 - - [2025-10-30 03:28:41] "GET /virtual-machine-interface/7dbf6f47-2ae8-4959-8a85-00e6f9945be5 HTTP/1.1" 200 3182 0.005568 10.0.0.242 - - [2025-10-30 03:28:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003929 10.0.0.242 - - [2025-10-30 03:28:41] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004184 10.0.0.242 - - [2025-10-30 03:28:41] "GET /virtual-networks?parent_id=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003273 10.0.0.242 - - [2025-10-30 03:28:41] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006689 10.0.0.242 - - [2025-10-30 03:28:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003555 10.0.0.242 - - [2025-10-30 03:28:42] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003823 10.0.0.242 - - [2025-10-30 03:28:42] "GET /virtual-networks?parent_id=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003428 10.0.0.242 - - [2025-10-30 03:28:43] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006481 10.0.0.242 - - [2025-10-30 03:28:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007744 10.0.0.242 - - [2025-10-30 03:28:43] "POST /neutron/port HTTP/1.1" 200 1201 0.015381 10.0.0.242 - - [2025-10-30 03:28:43] "GET /virtual-machine/9d186ca4-4e31-4d9a-8478-aa807aac55bf HTTP/1.1" 200 1302 0.016241 10.0.0.242 - - [2025-10-30 03:28:43] "GET /virtual-machine-interface/9a0693e7-658b-44ed-b9be-41ed69206b3e HTTP/1.1" 200 3184 0.006003 10.0.0.242 - - [2025-10-30 03:28:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003670 10.0.0.242 - - [2025-10-30 03:28:43] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004459 10.0.0.242 - - [2025-10-30 03:28:43] "GET /virtual-networks?parent_id=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.004035 10.0.0.242 - - [2025-10-30 03:28:43] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006512 10.0.0.242 - - [2025-10-30 03:28:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.242 - - [2025-10-30 03:28:44] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003928 10.0.0.242 - - [2025-10-30 03:28:44] "GET /virtual-networks?parent_id=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003022 10.0.0.242 - - [2025-10-30 03:28:44] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.005945 10.0.0.242 - - [2025-10-30 03:28:55] "POST /neutron/port HTTP/1.1" 200 1201 0.017640 10.0.0.242 - - [2025-10-30 03:28:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004563 10.0.0.242 - - [2025-10-30 03:28:55] "POST /neutron/port HTTP/1.1" 200 117 0.001961 10.0.0.240 - - [2025-10-30 03:29:06] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001232 10.0.0.242 - - [2025-10-30 03:29:06] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.053251 10.0.0.242 - - [2025-10-30 03:29:06] "POST /fqname-to-id HTTP/1.1" 404 226 0.004381 10.0.0.242 - - [2025-10-30 03:29:06] "POST /interface-route-tables HTTP/1.1" 200 577 0.041595 10.0.0.242 - - [2025-10-30 03:29:06] "GET /interface-route-table/1e57b298-a51c-46c9-b537-9fb6bbd93434?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.008754 10.0.0.242 - - [2025-10-30 03:29:06] "GET /virtual-machine-interface/ae6138d2-e376-4552-af9d-8f0aedd68997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006520 10.0.0.242 - - [2025-10-30 03:29:06] "POST /ref-update HTTP/1.1" 200 156 0.016298 10.0.0.242 - - [2025-10-30 03:29:39] "POST /neutron/port HTTP/1.1" 200 1201 0.015651 10.0.0.242 - - [2025-10-30 03:29:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004015 10.0.0.242 - - [2025-10-30 03:29:39] "POST /neutron/port HTTP/1.1" 200 117 0.001274 10.0.0.240 - - [2025-10-30 03:29:52] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001645 10.0.0.242 - - [2025-10-30 03:29:52] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.063681 10.0.0.242 - - [2025-10-30 03:29:52] "POST /fqname-to-id HTTP/1.1" 404 226 0.006238 10.0.0.242 - - [2025-10-30 03:29:53] "POST /interface-route-tables HTTP/1.1" 200 577 0.026749 10.0.0.242 - - [2025-10-30 03:29:53] "GET /interface-route-table/785d3250-c112-43d1-a87f-837c7d045b52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006900 10.0.0.242 - - [2025-10-30 03:29:53] "GET /virtual-machine-interface/7dbf6f47-2ae8-4959-8a85-00e6f9945be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2765 0.006423 10.0.0.242 - - [2025-10-30 03:29:53] "POST /ref-update HTTP/1.1" 200 156 0.015422 10.0.0.242 - - [2025-10-30 03:29:54] "GET /virtual-machine-interface/9a0693e7-658b-44ed-b9be-41ed69206b3e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.008141 10.0.0.242 - - [2025-10-30 03:29:54] "PUT /virtual-machine-interface/9a0693e7-658b-44ed-b9be-41ed69206b3e HTTP/1.1" 200 285 0.017077 10.0.0.242 - - [2025-10-30 03:29:54] "GET /virtual-machine-interface/ae6138d2-e376-4552-af9d-8f0aedd68997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3049 0.009706 10.0.0.242 - - [2025-10-30 03:29:54] "PUT /virtual-machine-interface/ae6138d2-e376-4552-af9d-8f0aedd68997 HTTP/1.1" 200 285 0.017785 10.0.0.242 - - [2025-10-30 03:29:54] "GET /virtual-machine-interface/7dbf6f47-2ae8-4959-8a85-00e6f9945be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3047 0.011713 10.0.0.242 - - [2025-10-30 03:29:54] "PUT /virtual-machine-interface/7dbf6f47-2ae8-4959-8a85-00e6f9945be5 HTTP/1.1" 200 285 0.019488 10.0.0.254 - - [2025-10-30 03:29:55] "GET /obj-perms HTTP/1.1" 200 5075 0.054250 10.0.0.242 - - [2025-10-30 03:29:57] "POST /neutron/port HTTP/1.1" 200 1201 0.022273 10.0.0.242 - - [2025-10-30 03:29:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005617 10.0.0.242 - - [2025-10-30 03:29:57] "POST /neutron/port HTTP/1.1" 200 117 0.001635 10.0.0.242 - - [2025-10-30 03:30:41] "POST /neutron/port HTTP/1.1" 200 1201 0.015816 10.0.0.242 - - [2025-10-30 03:30:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004098 10.0.0.242 - - [2025-10-30 03:30:41] "POST /neutron/port HTTP/1.1" 200 117 0.001335 10.0.0.242 - - [2025-10-30 03:30:53] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009780 10.0.0.242 - - [2025-10-30 03:30:53] "POST /neutron/port HTTP/1.1" 200 1201 0.016728 10.0.0.242 - - [2025-10-30 03:30:53] "GET /virtual-machine/8db72b82-f4ab-4f55-b4e3-73ee270304c6 HTTP/1.1" 200 1303 0.006192 10.0.0.242 - - [2025-10-30 03:30:53] "GET /virtual-machine-interface/21daa14e-68dc-4438-b1fc-07a0bf4baf94 HTTP/1.1" 200 3183 0.005306 10.0.0.242 - - [2025-10-30 03:30:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003440 10.0.0.242 - - [2025-10-30 03:30:53] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003803 10.0.0.242 - - [2025-10-30 03:30:53] "GET /virtual-networks?parent_id=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.003044 10.0.0.242 - - [2025-10-30 03:30:53] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.006983 10.0.0.242 - - [2025-10-30 03:30:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004015 10.0.0.242 - - [2025-10-30 03:30:54] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003504 10.0.0.242 - - [2025-10-30 03:30:54] "GET /virtual-networks?parent_id=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.002643 10.0.0.242 - - [2025-10-30 03:30:55] "GET /virtual-network/a2fce4c3-00f2-47d4-8d40-473c388768e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2638 0.007372 10.0.0.242 - - [2025-10-30 03:30:55] "GET /virtual-machine-interface/21daa14e-68dc-4438-b1fc-07a0bf4baf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2766 0.006120 10.0.0.242 - - [2025-10-30 03:30:55] "PUT /virtual-machine-interface/21daa14e-68dc-4438-b1fc-07a0bf4baf94 HTTP/1.1" 200 285 0.013350 10.0.0.242 - - [2025-10-30 03:30:56] "GET /obj-perms HTTP/1.1" 200 5075 0.050239 10.0.0.242 - - [2025-10-30 03:30:59] "POST /neutron/port HTTP/1.1" 200 1201 0.018004 10.0.0.242 - - [2025-10-30 03:30:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003976 10.0.0.242 - - [2025-10-30 03:30:59] "POST /neutron/port HTTP/1.1" 200 117 0.001353 10.0.0.240 - - [2025-10-30 03:31:33] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001112 10.0.0.242 - - [2025-10-30 03:31:33] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.056717 10.0.0.242 - - [2025-10-30 03:31:33] "POST /fqname-to-id HTTP/1.1" 404 226 0.004600 10.0.0.242 - - [2025-10-30 03:31:33] "POST /interface-route-tables HTTP/1.1" 200 577 0.027449 10.0.0.242 - - [2025-10-30 03:31:33] "GET /interface-route-table/45c2f90f-196f-4ac3-8c11-03c8c97b7443?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1335 0.006789 10.0.0.242 - - [2025-10-30 03:31:33] "GET /virtual-machine-interface/21daa14e-68dc-4438-b1fc-07a0bf4baf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2816 0.007131 10.0.0.242 - - [2025-10-30 03:31:33] "POST /ref-update HTTP/1.1" 200 156 0.015389 10.0.0.242 - - [2025-10-30 03:31:34] "GET /virtual-machine-interface/ae6138d2-e376-4552-af9d-8f0aedd68997?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3099 0.006281 10.0.0.242 - - [2025-10-30 03:31:34] "POST /ref-update HTTP/1.1" 200 156 0.016195 10.0.0.242 - - [2025-10-30 03:31:34] "DELETE /interface-route-table/1e57b298-a51c-46c9-b537-9fb6bbd93434 HTTP/1.1" 200 115 0.032439 10.0.0.242 - - [2025-10-30 03:31:35] "POST /neutron/port HTTP/1.1" 200 1227 0.022133 10.0.0.242 - - [2025-10-30 03:31:41] "POST /neutron/port HTTP/1.1" 200 1201 0.016232 10.0.0.242 - - [2025-10-30 03:31:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004261 10.0.0.242 - - [2025-10-30 03:31:41] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.242 - - [2025-10-30 03:31:45] "GET /virtual-machine-interface/21daa14e-68dc-4438-b1fc-07a0bf4baf94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.006933 10.0.0.242 - - [2025-10-30 03:31:45] "POST /ref-update HTTP/1.1" 200 156 0.018062 10.0.0.242 - - [2025-10-30 03:31:45] "DELETE /interface-route-table/45c2f90f-196f-4ac3-8c11-03c8c97b7443 HTTP/1.1" 200 115 0.030110 10.0.0.242 - - [2025-10-30 03:31:45] "GET /virtual-machine-interface/7dbf6f47-2ae8-4959-8a85-00e6f9945be5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3097 0.006569 10.0.0.242 - - [2025-10-30 03:31:45] "POST /ref-update HTTP/1.1" 200 156 0.016160 10.0.0.242 - - [2025-10-30 03:31:45] "DELETE /interface-route-table/785d3250-c112-43d1-a87f-837c7d045b52 HTTP/1.1" 200 115 0.037732 10.0.0.242 - - [2025-10-30 03:31:45] "POST /neutron/network HTTP/1.1" 400 204 0.017775 10.0.0.242 - - [2025-10-30 03:31:46] "POST /neutron/port HTTP/1.1" 200 151 0.244263 10.0.0.242 - - [2025-10-30 03:31:46] "POST /neutron/port HTTP/1.1" 200 151 0.286023 10.0.0.242 - - [2025-10-30 03:31:46] "POST /neutron/port HTTP/1.1" 200 151 0.318816 10.0.0.254 - - [2025-10-30 03:31:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.036258 10.0.0.240 - - [2025-10-30 03:31:49] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001579 10.0.0.242 - - [2025-10-30 03:31:49] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.071079 10.0.0.240 - - [2025-10-30 03:31:49] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001080 10.0.0.242 - - [2025-10-30 03:31:49] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?fields=virtual_networks HTTP/1.1" 200 1060 0.055866 10.0.0.240 - - [2025-10-30 03:31:49] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002043 10.0.0.242 - - [2025-10-30 03:31:49] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.087555 10.0.0.240 - - [2025-10-30 03:31:49] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.242 - - [2025-10-30 03:31:49] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?fields=security_groups HTTP/1.1" 200 1295 0.041481 10.0.0.242 - - [2025-10-30 03:31:50] "POST /fqname-to-id HTTP/1.1" 404 183 0.025012 10.0.0.240 - - [2025-10-30 03:31:50] "GET /projects?obj_uuids=2127e587-0ee7-475e-b395-8a27e35c9172&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003547 10.0.0.240 - - [2025-10-30 03:31:50] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001074 10.0.0.240 - - [2025-10-30 03:31:50] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039298 10.0.0.240 - - [2025-10-30 03:31:50] "POST /id-to-fqname HTTP/1.1" 200 185 0.006645 10.0.0.240 - - [2025-10-30 03:31:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.006828 10.0.0.240 - - [2025-10-30 03:31:50] "POST /security-groups HTTP/1.1" 200 586 0.078288 10.0.0.240 - - [2025-10-30 03:31:50] "POST /projects HTTP/1.1" 200 575 0.298813 10.0.0.240 - - [2025-10-30 03:31:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.371657 10.0.0.254 - - [2025-10-30 03:31:51] "POST /access-control-lists HTTP/1.1" 200 593 0.032750 10.0.0.242 - - [2025-10-30 03:31:51] "GET /project/2127e587-0ee7-475e-b395-8a27e35c9172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.575651 10.0.0.242 - - [2025-10-30 03:31:52] "GET / HTTP/1.1" 200 36215 0.002881 10.0.0.240 - - [2025-10-30 03:31:55] "GET /projects?obj_uuids=2127e587-0ee7-475e-b395-8a27e35c9172&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001586 10.0.0.242 - - [2025-10-30 03:31:55] "GET /project/2127e587-0ee7-475e-b395-8a27e35c9172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.050057 10.0.0.240 - - [2025-10-30 03:31:55] "GET /projects?obj_uuids=2127e587-0ee7-475e-b395-8a27e35c9172&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001872 10.0.0.242 - - [2025-10-30 03:31:55] "GET /project/2127e587-0ee7-475e-b395-8a27e35c9172?fields=virtual_networks HTTP/1.1" 200 1034 0.063664 10.0.0.240 - - [2025-10-30 03:31:55] "GET /projects?obj_uuids=2127e587-0ee7-475e-b395-8a27e35c9172&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001482 10.0.0.242 - - [2025-10-30 03:31:55] "GET /project/2127e587-0ee7-475e-b395-8a27e35c9172?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.056271 10.0.0.240 - - [2025-10-30 03:31:55] "GET /projects?obj_uuids=2127e587-0ee7-475e-b395-8a27e35c9172&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001222 10.0.0.242 - - [2025-10-30 03:31:55] "GET /project/2127e587-0ee7-475e-b395-8a27e35c9172?fields=security_groups HTTP/1.1" 200 1256 0.049604 10.0.0.242 - - [2025-10-30 03:31:56] "POST /fqname-to-id HTTP/1.1" 404 193 0.025992 10.0.0.240 - - [2025-10-30 03:31:56] "GET /projects?obj_uuids=0f33578f-a852-43d9-95b2-1d294266ef1f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003938 10.0.0.240 - - [2025-10-30 03:31:56] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001066 10.0.0.240 - - [2025-10-30 03:31:56] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007670 10.0.0.240 - - [2025-10-30 03:31:56] "POST /id-to-fqname HTTP/1.1" 200 195 0.004879 10.0.0.240 - - [2025-10-30 03:31:56] "POST /fqname-to-id HTTP/1.1" 404 204 0.004332 10.0.0.240 - - [2025-10-30 03:31:57] "POST /security-groups HTTP/1.1" 200 596 0.038026 10.0.0.254 - - [2025-10-30 03:31:57] "POST /fqname-to-id HTTP/1.1" 404 239 0.005380 10.0.0.240 - - [2025-10-30 03:31:57] "POST /projects HTTP/1.1" 200 595 0.272619 10.0.0.240 - - [2025-10-30 03:31:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.575337 10.0.0.254 - - [2025-10-30 03:31:57] "POST /access-control-lists HTTP/1.1" 200 601 0.028346 10.0.0.242 - - [2025-10-30 03:31:57] "GET /project/0f33578f-a852-43d9-95b2-1d294266ef1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.722565 10.0.0.240 - - [2025-10-30 03:31:57] "GET /obj-perms HTTP/1.1" 200 5075 0.065878 10.0.0.242 - - [2025-10-30 03:31:58] "GET / HTTP/1.1" 200 36215 0.002388 10.0.0.240 - - [2025-10-30 03:32:01] "GET /projects?obj_uuids=0f33578f-a852-43d9-95b2-1d294266ef1f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001676 10.0.0.242 - - [2025-10-30 03:32:01] "GET /project/0f33578f-a852-43d9-95b2-1d294266ef1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1396 0.069765 10.0.0.240 - - [2025-10-30 03:32:01] "GET /projects?obj_uuids=0f33578f-a852-43d9-95b2-1d294266ef1f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000966 10.0.0.242 - - [2025-10-30 03:32:01] "GET /project/0f33578f-a852-43d9-95b2-1d294266ef1f?fields=virtual_networks HTTP/1.1" 200 1054 0.060526 10.0.0.240 - - [2025-10-30 03:32:01] "GET /projects?obj_uuids=0f33578f-a852-43d9-95b2-1d294266ef1f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002073 10.0.0.242 - - [2025-10-30 03:32:01] "GET /project/0f33578f-a852-43d9-95b2-1d294266ef1f?fields=virtual_machine_interfaces HTTP/1.1" 200 1054 0.058370 10.0.0.240 - - [2025-10-30 03:32:01] "GET /projects?obj_uuids=0f33578f-a852-43d9-95b2-1d294266ef1f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001044 10.0.0.242 - - [2025-10-30 03:32:01] "GET /project/0f33578f-a852-43d9-95b2-1d294266ef1f?fields=security_groups HTTP/1.1" 200 1286 0.052321 10.0.0.242 - - [2025-10-30 03:32:02] "POST /fqname-to-id HTTP/1.1" 404 199 0.026633 10.0.0.240 - - [2025-10-30 03:32:02] "GET /projects?obj_uuids=137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.009654 10.0.0.240 - - [2025-10-30 03:32:02] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001038 10.0.0.240 - - [2025-10-30 03:32:02] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007513 10.0.0.240 - - [2025-10-30 03:32:03] "POST /id-to-fqname HTTP/1.1" 200 201 0.005860 10.0.0.240 - - [2025-10-30 03:32:03] "POST /fqname-to-id HTTP/1.1" 404 210 0.007983 10.0.0.240 - - [2025-10-30 03:32:03] "POST /security-groups HTTP/1.1" 200 602 0.073115 10.0.0.240 - - [2025-10-30 03:32:03] "POST /projects HTTP/1.1" 200 607 0.298385 10.0.0.254 - - [2025-10-30 03:32:03] "POST /fqname-to-id HTTP/1.1" 404 244 0.005508 10.0.0.240 - - [2025-10-30 03:32:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.377006 10.0.0.242 - - [2025-10-30 03:32:03] "GET /project/137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.533417 10.0.0.242 - - [2025-10-30 03:32:04] "GET / HTTP/1.1" 200 36215 0.001592 10.0.0.240 - - [2025-10-30 03:32:07] "GET /projects?obj_uuids=137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001063 10.0.0.242 - - [2025-10-30 03:32:07] "GET /project/137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1420 0.049929 10.0.0.240 - - [2025-10-30 03:32:07] "GET /projects?obj_uuids=137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001038 10.0.0.242 - - [2025-10-30 03:32:07] "GET /project/137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a?fields=virtual_networks HTTP/1.1" 200 1066 0.057735 10.0.0.240 - - [2025-10-30 03:32:07] "GET /projects?obj_uuids=137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001002 10.0.0.242 - - [2025-10-30 03:32:07] "GET /project/137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a?fields=virtual_machine_interfaces HTTP/1.1" 200 1066 0.062150 10.0.0.240 - - [2025-10-30 03:32:07] "GET /projects?obj_uuids=137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001242 10.0.0.242 - - [2025-10-30 03:32:07] "GET /project/137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a?fields=security_groups HTTP/1.1" 200 1304 0.046140 10.0.0.242 - - [2025-10-30 03:32:08] "POST /fqname-to-id HTTP/1.1" 404 185 0.027163 10.0.0.240 - - [2025-10-30 03:32:08] "GET /projects?obj_uuids=b9806243-da95-4953-ae80-cea2baf84f58&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003237 10.0.0.240 - - [2025-10-30 03:32:08] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001045 10.0.0.240 - - [2025-10-30 03:32:08] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007987 10.0.0.240 - - [2025-10-30 03:32:08] "POST /id-to-fqname HTTP/1.1" 200 187 0.001847 10.0.0.240 - - [2025-10-30 03:32:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.004778 10.0.0.240 - - [2025-10-30 03:32:08] "POST /security-groups HTTP/1.1" 200 588 0.069342 10.0.0.240 - - [2025-10-30 03:32:09] "POST /projects HTTP/1.1" 200 579 0.303871 10.0.0.254 - - [2025-10-30 03:32:09] "POST /access-control-lists HTTP/1.1" 200 595 0.035294 10.0.0.240 - - [2025-10-30 03:32:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.381107 10.0.0.242 - - [2025-10-30 03:32:09] "GET /project/b9806243-da95-4953-ae80-cea2baf84f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.529415 10.0.0.242 - - [2025-10-30 03:32:10] "GET / HTTP/1.1" 200 36215 0.001676 10.0.0.240 - - [2025-10-30 03:32:11] "DELETE /project/0f33578fa85243d995b21d294266ef1f HTTP/1.1" 404 173 0.018742 10.0.0.240 - - [2025-10-30 03:32:11] "DELETE /project/2127e5870ee7475eb3958a27e35c9172 HTTP/1.1" 404 173 0.014779 10.0.0.240 - - [2025-10-30 03:32:11] "DELETE /project/b9806243da954953ae80cea2baf84f58 HTTP/1.1" 404 173 0.010481 10.0.0.240 - - [2025-10-30 03:32:11] "DELETE /project/137c5fffae304aa3bd5dbb8a6c7f958a HTTP/1.1" 404 173 0.020777 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001048 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=2127e587-0ee7-475e-b395-8a27e35c9172&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000865 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=0f33578f-a852-43d9-95b2-1d294266ef1f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.000771 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000787 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/0f33578f-a852-43d9-95b2-1d294266ef1f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1498 0.077850 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/2127e587-0ee7-475e-b395-8a27e35c9172?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.088885 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=0f33578f-a852-43d9-95b2-1d294266ef1f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001123 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1522 0.107389 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=2127e587-0ee7-475e-b395-8a27e35c9172&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001104 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1510 0.126930 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001034 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000931 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/0f33578f-a852-43d9-95b2-1d294266ef1f?fields=security_groups HTTP/1.1" 200 1388 0.101297 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/2127e587-0ee7-475e-b395-8a27e35c9172?fields=security_groups HTTP/1.1" 200 1358 0.139513 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?fields=security_groups HTTP/1.1" 200 1397 0.122377 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a?fields=security_groups HTTP/1.1" 200 1406 0.188277 10.0.0.240 - - [2025-10-30 03:32:11] "DELETE /security-group/8ae6dcfb-8816-4b6f-b476-fa16ab79c9ff HTTP/1.1" 200 115 0.138403 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=0f33578f-a852-43d9-95b2-1d294266ef1f&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.001299 10.0.0.254 - - [2025-10-30 03:32:11] "DELETE /access-control-list/b4471403-1216-4b4b-ac63-3aca4d0336b0 HTTP/1.1" 200 115 0.076091 10.0.0.240 - - [2025-10-30 03:32:11] "DELETE /security-group/7d168ff0-9d6d-40ad-bb08-957e555b29ee HTTP/1.1" 200 115 0.152460 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=2127e587-0ee7-475e-b395-8a27e35c9172&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000986 10.0.0.240 - - [2025-10-30 03:32:11] "DELETE /security-group/2a156413-7d76-4453-ae00-9d24ff01acbc HTTP/1.1" 200 115 0.128175 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=414da9af-65ef-4eca-9fc8-4e363348bd6f&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001125 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/0f33578f-a852-43d9-95b2-1d294266ef1f?fields=application_policy_sets HTTP/1.1" 200 1427 0.092466 10.0.0.240 - - [2025-10-30 03:32:11] "DELETE /security-group/757f1178-66dc-4d26-bd45-b4a8240a757e HTTP/1.1" 200 115 0.156197 10.0.0.240 - - [2025-10-30 03:32:11] "GET /projects?obj_uuids=137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a&detail=False&count=False&shared=False HTTP/1.1" 200 360 0.001020 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/414da9af-65ef-4eca-9fc8-4e363348bd6f?fields=application_policy_sets HTTP/1.1" 200 1436 0.109818 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/2127e587-0ee7-475e-b395-8a27e35c9172?fields=application_policy_sets HTTP/1.1" 200 1397 0.171091 10.0.0.240 - - [2025-10-30 03:32:11] "GET /project/137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a?fields=application_policy_sets HTTP/1.1" 200 1445 0.214973 10.0.0.254 - - [2025-10-30 03:32:11] "DELETE /access-control-list/f8d1623f-c9e9-416e-b42f-42f569032b19 HTTP/1.1" 200 115 0.165392 10.0.0.240 - - [2025-10-30 03:32:12] "DELETE /project/0f33578f-a852-43d9-95b2-1d294266ef1f HTTP/1.1" 200 115 0.949703 10.0.0.254 - - [2025-10-30 03:32:12] "DELETE /access-control-list/109dbb08-27a5-4948-88ac-ae6ff02cf2d2 HTTP/1.1" 200 115 0.076920 10.0.0.240 - - [2025-10-30 03:32:12] "DELETE /project/2127e587-0ee7-475e-b395-8a27e35c9172 HTTP/1.1" 200 115 1.010060 10.0.0.240 - - [2025-10-30 03:32:12] "DELETE /project/414da9af-65ef-4eca-9fc8-4e363348bd6f HTTP/1.1" 200 115 1.007144 10.0.0.240 - - [2025-10-30 03:32:12] "DELETE /project/137c5fff-ae30-4aa3-bd5d-bb8a6c7f958a HTTP/1.1" 200 115 1.054794 10.0.0.240 - - [2025-10-30 03:32:13] "GET /projects?obj_uuids=b9806243-da95-4953-ae80-cea2baf84f58&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.032709 10.0.0.242 - - [2025-10-30 03:32:13] "GET /project/b9806243-da95-4953-ae80-cea2baf84f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.073566 10.0.0.240 - - [2025-10-30 03:32:13] "GET /projects?obj_uuids=b9806243-da95-4953-ae80-cea2baf84f58&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001118 10.0.0.242 - - [2025-10-30 03:32:13] "GET /project/b9806243-da95-4953-ae80-cea2baf84f58?fields=virtual_networks HTTP/1.1" 200 1039 0.047853 10.0.0.240 - - [2025-10-30 03:32:13] "GET /projects?obj_uuids=b9806243-da95-4953-ae80-cea2baf84f58&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002138 10.0.0.242 - - [2025-10-30 03:32:13] "GET /project/b9806243-da95-4953-ae80-cea2baf84f58?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.047453 10.0.0.240 - - [2025-10-30 03:32:13] "GET /projects?obj_uuids=b9806243-da95-4953-ae80-cea2baf84f58&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001052 10.0.0.242 - - [2025-10-30 03:32:13] "GET /project/b9806243-da95-4953-ae80-cea2baf84f58?fields=security_groups HTTP/1.1" 200 1263 0.047448 10.0.0.242 - - [2025-10-30 03:32:14] "POST /fqname-to-id HTTP/1.1" 404 182 0.031289 10.0.0.240 - - [2025-10-30 03:32:14] "GET /projects?obj_uuids=c3265d5d-5a79-4e25-84db-3d007996d919&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004186 10.0.0.240 - - [2025-10-30 03:32:14] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001028 10.0.0.240 - - [2025-10-30 03:32:14] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007927 10.0.0.240 - - [2025-10-30 03:32:14] "POST /id-to-fqname HTTP/1.1" 200 184 0.003605 10.0.0.240 - - [2025-10-30 03:32:14] "POST /fqname-to-id HTTP/1.1" 404 193 0.010576 10.0.0.240 - - [2025-10-30 03:32:15] "POST /security-groups HTTP/1.1" 200 585 0.086397 10.0.0.240 - - [2025-10-30 03:32:15] "POST /projects HTTP/1.1" 200 573 0.383001 10.0.0.254 - - [2025-10-30 03:32:15] "POST /access-control-lists HTTP/1.1" 200 592 0.031875 10.0.0.240 - - [2025-10-30 03:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.459272 10.0.0.242 - - [2025-10-30 03:32:15] "GET /project/c3265d5d-5a79-4e25-84db-3d007996d919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.611601 10.0.0.242 - - [2025-10-30 03:32:16] "GET / HTTP/1.1" 200 36215 0.001668 10.0.0.240 - - [2025-10-30 03:32:19] "GET /projects?obj_uuids=c3265d5d-5a79-4e25-84db-3d007996d919&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001049 10.0.0.242 - - [2025-10-30 03:32:19] "GET /project/c3265d5d-5a79-4e25-84db-3d007996d919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1352 0.040419 10.0.0.240 - - [2025-10-30 03:32:19] "GET /projects?obj_uuids=c3265d5d-5a79-4e25-84db-3d007996d919&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001226 10.0.0.242 - - [2025-10-30 03:32:19] "GET /project/c3265d5d-5a79-4e25-84db-3d007996d919?fields=virtual_networks HTTP/1.1" 200 1032 0.055840 10.0.0.240 - - [2025-10-30 03:32:19] "GET /projects?obj_uuids=c3265d5d-5a79-4e25-84db-3d007996d919&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001443 10.0.0.242 - - [2025-10-30 03:32:19] "GET /project/c3265d5d-5a79-4e25-84db-3d007996d919?fields=virtual_machine_interfaces HTTP/1.1" 200 1032 0.051319 10.0.0.240 - - [2025-10-30 03:32:19] "GET /projects?obj_uuids=c3265d5d-5a79-4e25-84db-3d007996d919&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.001139 10.0.0.242 - - [2025-10-30 03:32:19] "GET /project/c3265d5d-5a79-4e25-84db-3d007996d919?fields=security_groups HTTP/1.1" 200 1253 0.058711 10.0.0.242 - - [2025-10-30 03:32:20] "POST /fqname-to-id HTTP/1.1" 404 186 0.027233 10.0.0.240 - - [2025-10-30 03:32:20] "GET /projects?obj_uuids=e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004390 10.0.0.240 - - [2025-10-30 03:32:20] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001494 10.0.0.240 - - [2025-10-30 03:32:20] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009567 10.0.0.240 - - [2025-10-30 03:32:20] "POST /id-to-fqname HTTP/1.1" 200 188 0.005401 10.0.0.240 - - [2025-10-30 03:32:20] "POST /fqname-to-id HTTP/1.1" 404 197 0.013155 10.0.0.240 - - [2025-10-30 03:32:20] "POST /security-groups HTTP/1.1" 200 589 0.039114 10.0.0.254 - - [2025-10-30 03:32:20] "POST /fqname-to-id HTTP/1.1" 404 232 0.009346 10.0.0.240 - - [2025-10-30 03:32:21] "POST /projects HTTP/1.1" 200 581 0.282217 10.0.0.240 - - [2025-10-30 03:32:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.364416 10.0.0.254 - - [2025-10-30 03:32:21] "POST /access-control-lists HTTP/1.1" 200 594 0.040762 10.0.0.242 - - [2025-10-30 03:32:21] "GET /project/e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.534387 10.0.0.242 - - [2025-10-30 03:32:22] "GET / HTTP/1.1" 200 36215 0.137114 10.0.0.240 - - [2025-10-30 03:32:25] "GET /projects?obj_uuids=e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001583 10.0.0.242 - - [2025-10-30 03:32:25] "GET /project/e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.057034 10.0.0.240 - - [2025-10-30 03:32:25] "GET /projects?obj_uuids=e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002009 10.0.0.242 - - [2025-10-30 03:32:25] "GET /project/e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd?fields=virtual_networks HTTP/1.1" 200 1041 0.058710 10.0.0.240 - - [2025-10-30 03:32:25] "GET /projects?obj_uuids=e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001534 10.0.0.242 - - [2025-10-30 03:32:25] "GET /project/e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.043028 10.0.0.240 - - [2025-10-30 03:32:25] "GET /projects?obj_uuids=e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001972 10.0.0.242 - - [2025-10-30 03:32:25] "GET /project/e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd?fields=security_groups HTTP/1.1" 200 1266 0.053595 10.0.0.242 - - [2025-10-30 03:32:26] "POST /fqname-to-id HTTP/1.1" 404 186 0.037360 10.0.0.240 - - [2025-10-30 03:32:26] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003558 10.0.0.240 - - [2025-10-30 03:32:26] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001247 10.0.0.240 - - [2025-10-30 03:32:26] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009341 10.0.0.240 - - [2025-10-30 03:32:26] "POST /id-to-fqname HTTP/1.1" 200 188 0.004999 10.0.0.240 - - [2025-10-30 03:32:26] "POST /fqname-to-id HTTP/1.1" 404 197 0.011189 10.0.0.240 - - [2025-10-30 03:32:26] "POST /security-groups HTTP/1.1" 200 589 0.082021 10.0.0.240 - - [2025-10-30 03:32:26] "POST /projects HTTP/1.1" 200 581 0.331975 10.0.0.254 - - [2025-10-30 03:32:26] "POST /fqname-to-id HTTP/1.1" 404 231 0.009214 10.0.0.240 - - [2025-10-30 03:32:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.403477 10.0.0.242 - - [2025-10-30 03:32:27] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.543123 10.0.0.242 - - [2025-10-30 03:32:28] "GET / HTTP/1.1" 200 36215 0.002838 10.0.0.242 - - [2025-10-30 03:32:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000496 10.0.0.242 - - [2025-10-30 03:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.052847 10.0.0.240 - - [2025-10-30 03:32:30] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000963 10.0.0.242 - - [2025-10-30 03:32:30] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.037840 10.0.0.242 - - [2025-10-30 03:32:30] "POST /neutron/network HTTP/1.1" 200 117 0.040068 10.0.0.254 - - [2025-10-30 03:32:30] "POST /ref-update HTTP/1.1" 200 156 0.034066 10.0.0.242 - - [2025-10-30 03:32:30] "POST /neutron/network HTTP/1.1" 200 822 0.009767 10.0.0.242 - - [2025-10-30 03:32:30] "POST /id-to-fqname HTTP/1.1" 200 218 0.001207 10.0.0.242 - - [2025-10-30 03:32:30] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.005564 10.0.0.242 - - [2025-10-30 03:32:30] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007622 10.0.0.242 - - [2025-10-30 03:32:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004400 10.0.0.242 - - [2025-10-30 03:32:31] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2040 0.007833 10.0.0.242 - - [2025-10-30 03:32:31] "PUT /virtual-network/e163924b-78c0-498a-ac4a-d42728694826 HTTP/1.1" 200 265 0.056240 10.0.0.242 - - [2025-10-30 03:32:31] "POST /neutron/subnet HTTP/1.1" 200 724 0.010810 10.0.0.242 - - [2025-10-30 03:32:31] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006047 10.0.0.242 - - [2025-10-30 03:32:33] "POST /id-to-fqname HTTP/1.1" 200 218 0.001474 10.0.0.242 - - [2025-10-30 03:32:33] "POST /neutron/network HTTP/1.1" 200 832 0.007134 10.0.0.240 - - [2025-10-30 03:32:34] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001876 10.0.0.242 - - [2025-10-30 03:32:34] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.073321 10.0.0.242 - - [2025-10-30 03:32:34] "POST /neutron/port HTTP/1.1" 200 117 0.008135 10.0.0.240 - - [2025-10-30 03:32:34] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000990 10.0.0.242 - - [2025-10-30 03:32:35] "POST /neutron/port HTTP/1.1" 200 1058 0.294943 10.0.0.242 - - [2025-10-30 03:32:35] "POST /neutron/port HTTP/1.1" 200 1112 0.136969 10.0.0.242 - - [2025-10-30 03:32:35] "POST /neutron/subnet HTTP/1.1" 200 698 0.009706 10.0.0.242 - - [2025-10-30 03:32:39] "POST /neutron/port HTTP/1.1" 200 1086 0.015418 10.0.0.242 - - [2025-10-30 03:32:39] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009998 10.0.0.242 - - [2025-10-30 03:32:39] "GET /virtual-machine/0c20c677-084d-4255-aaf9-c7243eeb2011 HTTP/1.1" 401 293 0.000455 10.0.0.242 - - [2025-10-30 03:32:40] "GET /virtual-machine/0c20c677-084d-4255-aaf9-c7243eeb2011 HTTP/1.1" 200 1291 0.028526 10.0.0.242 - - [2025-10-30 03:32:40] "GET /virtual-machine-interface/7eedd718-0dcd-4dd2-bcbe-96082abcb3fe HTTP/1.1" 200 2938 0.006002 10.0.0.242 - - [2025-10-30 03:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003883 10.0.0.242 - - [2025-10-30 03:32:40] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003935 10.0.0.242 - - [2025-10-30 03:32:40] "GET /virtual-networks?parent_id=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003137 10.0.0.242 - - [2025-10-30 03:32:40] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006286 10.0.0.242 - - [2025-10-30 03:32:41] "POST /neutron/port HTTP/1.1" 200 1086 0.015651 10.0.0.242 - - [2025-10-30 03:32:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004322 10.0.0.242 - - [2025-10-30 03:32:41] "POST /neutron/network HTTP/1.1" 200 822 0.006956 10.0.0.242 - - [2025-10-30 03:32:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.242 - - [2025-10-30 03:32:43] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007422 10.0.0.242 - - [2025-10-30 03:32:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003706 10.0.0.242 - - [2025-10-30 03:32:47] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006012 10.0.0.242 - - [2025-10-30 03:32:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004840 10.0.0.242 - - [2025-10-30 03:32:51] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008693 10.0.0.242 - - [2025-10-30 03:32:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005019 10.0.0.242 - - [2025-10-30 03:32:55] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.008504 10.0.0.254 - - [2025-10-30 03:32:58] "GET /obj-perms HTTP/1.1" 200 5075 0.065053 10.0.0.254 - - [2025-10-30 03:32:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000456 10.0.0.254 - - [2025-10-30 03:32:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000494 10.0.0.242 - - [2025-10-30 03:32:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003919 10.0.0.242 - - [2025-10-30 03:32:59] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006735 10.0.0.254 - - [2025-10-30 03:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000665 10.0.0.254 - - [2025-10-30 03:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000436 10.0.0.240 - - [2025-10-30 03:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.001246 10.0.0.240 - - [2025-10-30 03:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000659 10.0.0.242 - - [2025-10-30 03:33:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.240 - - [2025-10-30 03:33:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000588 10.0.0.242 - - [2025-10-30 03:33:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000567 10.0.0.240 - - [2025-10-30 03:33:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000932 10.0.0.242 - - [2025-10-30 03:33:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.242 - - [2025-10-30 03:33:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.242 - - [2025-10-30 03:33:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003588 10.0.0.242 - - [2025-10-30 03:33:03] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005788 10.0.0.242 - - [2025-10-30 03:33:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005371 10.0.0.242 - - [2025-10-30 03:33:07] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007390 10.0.0.242 - - [2025-10-30 03:33:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.242 - - [2025-10-30 03:33:11] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005423 10.0.0.240 - - [2025-10-30 03:33:12] "DELETE /project/c78450738ca04b6abd1e7938bccf46b8 HTTP/1.1" 404 173 0.012662 10.0.0.240 - - [2025-10-30 03:33:12] "DELETE /project/c3265d5d5a794e2584db3d007996d919 HTTP/1.1" 404 173 0.016414 10.0.0.240 - - [2025-10-30 03:33:12] "DELETE /project/e6348bd4d4ab40f3b5f69c0aaa372bdd HTTP/1.1" 404 173 0.008732 10.0.0.240 - - [2025-10-30 03:33:12] "GET /projects?obj_uuids=b9806243-da95-4953-ae80-cea2baf84f58&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000889 10.0.0.240 - - [2025-10-30 03:33:12] "GET /projects?obj_uuids=c3265d5d-5a79-4e25-84db-3d007996d919&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000817 10.0.0.240 - - [2025-10-30 03:33:12] "GET /projects?obj_uuids=e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000883 10.0.0.240 - - [2025-10-30 03:33:12] "GET /project/e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.074188 10.0.0.240 - - [2025-10-30 03:33:12] "GET /project/b9806243-da95-4953-ae80-cea2baf84f58?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.086395 10.0.0.240 - - [2025-10-30 03:33:12] "GET /project/c3265d5d-5a79-4e25-84db-3d007996d919?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1454 0.104408 10.0.0.240 - - [2025-10-30 03:33:12] "GET /projects?obj_uuids=e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002718 10.0.0.240 - - [2025-10-30 03:33:12] "GET /projects?obj_uuids=b9806243-da95-4953-ae80-cea2baf84f58&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002831 10.0.0.240 - - [2025-10-30 03:33:12] "GET /projects?obj_uuids=c3265d5d-5a79-4e25-84db-3d007996d919&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.000972 10.0.0.240 - - [2025-10-30 03:33:12] "GET /project/e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd?fields=security_groups HTTP/1.1" 200 1368 0.103160 10.0.0.240 - - [2025-10-30 03:33:12] "GET /project/c3265d5d-5a79-4e25-84db-3d007996d919?fields=security_groups HTTP/1.1" 200 1355 0.078062 10.0.0.240 - - [2025-10-30 03:33:12] "GET /project/b9806243-da95-4953-ae80-cea2baf84f58?fields=security_groups HTTP/1.1" 200 1365 0.093192 10.0.0.240 - - [2025-10-30 03:33:12] "DELETE /security-group/80b92f91-d21f-4888-8786-afccf2964785 HTTP/1.1" 200 115 0.198619 10.0.0.240 - - [2025-10-30 03:33:12] "GET /projects?obj_uuids=e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002231 10.0.0.240 - - [2025-10-30 03:33:12] "DELETE /security-group/5e5d04a7-817a-4ed2-bd53-1636ef9657b1 HTTP/1.1" 200 115 0.194848 10.0.0.240 - - [2025-10-30 03:33:12] "GET /projects?obj_uuids=c3265d5d-5a79-4e25-84db-3d007996d919&detail=False&count=False&shared=False HTTP/1.1" 200 343 0.002307 10.0.0.240 - - [2025-10-30 03:33:12] "DELETE /security-group/c1b9009e-ba1b-4b9f-8b17-c5ced68d7b73 HTTP/1.1" 200 115 0.231974 10.0.0.254 - - [2025-10-30 03:33:12] "DELETE /access-control-list/60e92c6e-820e-46dd-a9dc-135659c91d95 HTTP/1.1" 200 115 0.136392 10.0.0.240 - - [2025-10-30 03:33:12] "GET /projects?obj_uuids=b9806243-da95-4953-ae80-cea2baf84f58&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.002580 10.0.0.240 - - [2025-10-30 03:33:12] "GET /project/e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd?fields=application_policy_sets HTTP/1.1" 200 1407 0.137027 10.0.0.240 - - [2025-10-30 03:33:12] "GET /project/b9806243-da95-4953-ae80-cea2baf84f58?fields=application_policy_sets HTTP/1.1" 200 1107 0.141299 10.0.0.240 - - [2025-10-30 03:33:12] "GET /project/c3265d5d-5a79-4e25-84db-3d007996d919?fields=application_policy_sets HTTP/1.1" 200 1394 0.201692 10.0.0.240 - - [2025-10-30 03:33:12] "DELETE /project/b9806243-da95-4953-ae80-cea2baf84f58 HTTP/1.1" 404 171 0.726052 10.0.0.254 - - [2025-10-30 03:33:12] "DELETE /access-control-list/e9efcd11-626c-4377-9580-a6dc67082c48 HTTP/1.1" 200 115 0.086959 10.0.0.240 - - [2025-10-30 03:33:13] "DELETE /project/e6348bd4-d4ab-40f3-b5f6-9c0aaa372bdd HTTP/1.1" 200 115 0.887576 10.0.0.240 - - [2025-10-30 03:33:13] "DELETE /project/c3265d5d-5a79-4e25-84db-3d007996d919 HTTP/1.1" 200 115 0.923021 10.0.0.242 - - [2025-10-30 03:33:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003742 10.0.0.242 - - [2025-10-30 03:33:14] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004048 10.0.0.242 - - [2025-10-30 03:33:14] "GET /virtual-networks?parent_id=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003351 10.0.0.242 - - [2025-10-30 03:33:14] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007402 10.0.0.242 - - [2025-10-30 03:33:19] "POST /neutron/port HTTP/1.1" 200 1086 0.016451 10.0.0.242 - - [2025-10-30 03:33:21] "POST /neutron/security_group HTTP/1.1" 200 2056 0.030375 10.0.0.242 - - [2025-10-30 03:33:29] "POST /neutron/port HTTP/1.1" 200 1086 0.015713 10.0.0.242 - - [2025-10-30 03:33:29] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007772 10.0.0.242 - - [2025-10-30 03:33:30] "POST /neutron/port HTTP/1.1" 200 1086 0.020754 10.0.0.242 - - [2025-10-30 03:33:30] "POST /neutron/network HTTP/1.1" 200 822 0.008488 10.0.0.242 - - [2025-10-30 03:33:30] "POST /id-to-fqname HTTP/1.1" 200 218 0.001313 10.0.0.242 - - [2025-10-30 03:33:30] "GET /virtual-machine/0c20c677-084d-4255-aaf9-c7243eeb2011 HTTP/1.1" 200 1291 0.005017 10.0.0.242 - - [2025-10-30 03:33:30] "GET /virtual-machine-interface/7eedd718-0dcd-4dd2-bcbe-96082abcb3fe HTTP/1.1" 200 2938 0.006043 10.0.0.242 - - [2025-10-30 03:33:30] "GET /instance-ip/41e4b175-8a84-4e53-88d3-88ef34e26353 HTTP/1.1" 200 1618 0.006447 10.0.0.242 - - [2025-10-30 03:33:30] "POST /fqname-to-id HTTP/1.1" 404 208 0.005134 10.0.0.242 - - [2025-10-30 03:33:30] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006014 10.0.0.240 - - [2025-10-30 03:33:30] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000919 10.0.0.242 - - [2025-10-30 03:33:30] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.052951 10.0.0.242 - - [2025-10-30 03:33:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003665 10.0.0.242 - - [2025-10-30 03:33:30] "GET /security-group/a8dea276-d5b8-45d8-8ede-845cc4a6079b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3761 0.005225 10.0.0.242 - - [2025-10-30 03:33:30] "POST /virtual-machine-interfaces HTTP/1.1" 200 565 0.080064 10.0.0.242 - - [2025-10-30 03:33:30] "POST /instance-ips HTTP/1.1" 200 358 0.045732 10.0.0.242 - - [2025-10-30 03:33:30] "GET /instance-ip/5aafad83-7e8c-43c6-8de3-eb4ac3fdfd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.007361 10.0.0.242 - - [2025-10-30 03:33:30] "GET /virtual-machine-interface/e91184d4-7a59-4748-9c88-f905ee172293?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2347 0.008340 10.0.0.242 - - [2025-10-30 03:33:30] "GET /virtual-machine-interface/e91184d4-7a59-4748-9c88-f905ee172293?fields=instance_ip_back_refs HTTP/1.1" 200 1327 0.010010 10.0.0.242 - - [2025-10-30 03:33:30] "GET /instance-ip/5aafad83-7e8c-43c6-8de3-eb4ac3fdfd94?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1573 0.005180 10.0.0.242 - - [2025-10-30 03:33:30] "POST /id-to-fqname HTTP/1.1" 200 218 0.001431 10.0.0.242 - - [2025-10-30 03:33:31] "POST /neutron/port HTTP/1.1" 200 965 0.012425 10.0.0.242 - - [2025-10-30 03:33:31] "POST /neutron/port HTTP/1.1" 200 965 0.013013 10.0.0.242 - - [2025-10-30 03:33:31] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007979 10.0.0.242 - - [2025-10-30 03:33:31] "POST /neutron/port HTTP/1.1" 200 965 0.010408 10.0.0.242 - - [2025-10-30 03:33:31] "POST /neutron/port HTTP/1.1" 200 965 0.009661 10.0.0.242 - - [2025-10-30 03:33:32] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004622 10.0.0.242 - - [2025-10-30 03:33:32] "POST /neutron/network HTTP/1.1" 200 822 0.007581 10.0.0.242 - - [2025-10-30 03:33:36] "POST /neutron/port HTTP/1.1" 200 1031 0.016672 10.0.0.242 - - [2025-10-30 03:33:36] "POST /neutron/security_group HTTP/1.1" 200 2056 0.007683 10.0.0.242 - - [2025-10-30 03:33:36] "GET /virtual-machine/65750def-6255-484d-b6be-c5da30ee9756 HTTP/1.1" 200 1270 0.006238 10.0.0.242 - - [2025-10-30 03:33:36] "GET /virtual-machine-interface/e91184d4-7a59-4748-9c88-f905ee172293 HTTP/1.1" 200 2989 0.006251 10.0.0.242 - - [2025-10-30 03:33:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003510 10.0.0.242 - - [2025-10-30 03:33:36] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003472 10.0.0.242 - - [2025-10-30 03:33:36] "GET /virtual-networks?parent_id=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002854 10.0.0.242 - - [2025-10-30 03:33:36] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006337 10.0.0.242 - - [2025-10-30 03:33:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003552 10.0.0.242 - - [2025-10-30 03:33:39] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005496 10.0.0.242 - - [2025-10-30 03:33:42] "POST /neutron/network HTTP/1.1" 200 832 0.028495 10.0.0.242 - - [2025-10-30 03:33:42] "POST /neutron/port HTTP/1.1" 200 117 0.001238 10.0.0.242 - - [2025-10-30 03:33:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.242 - - [2025-10-30 03:33:44] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005785 10.0.0.242 - - [2025-10-30 03:33:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003602 10.0.0.242 - - [2025-10-30 03:33:48] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005771 10.0.0.242 - - [2025-10-30 03:33:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.242 - - [2025-10-30 03:33:52] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006066 10.0.0.242 - - [2025-10-30 03:33:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005615 10.0.0.242 - - [2025-10-30 03:33:56] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007633 10.0.0.242 - - [2025-10-30 03:33:58] "GET /obj-perms HTTP/1.1" 200 5075 0.047585 10.0.0.242 - - [2025-10-30 03:34:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.242 - - [2025-10-30 03:34:00] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006391 10.0.0.242 - - [2025-10-30 03:34:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003778 10.0.0.242 - - [2025-10-30 03:34:04] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006120 10.0.0.242 - - [2025-10-30 03:34:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004223 10.0.0.242 - - [2025-10-30 03:34:08] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006361 10.0.0.242 - - [2025-10-30 03:34:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004071 10.0.0.242 - - [2025-10-30 03:34:12] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005500 10.0.0.242 - - [2025-10-30 03:34:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003727 10.0.0.242 - - [2025-10-30 03:34:14] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003592 10.0.0.242 - - [2025-10-30 03:34:14] "GET /virtual-networks?parent_id=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003324 10.0.0.242 - - [2025-10-30 03:34:14] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006167 10.0.0.242 - - [2025-10-30 03:34:14] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008171 10.0.0.242 - - [2025-10-30 03:34:23] "POST /neutron/port HTTP/1.1" 200 1031 0.021660 10.0.0.242 - - [2025-10-30 03:34:25] "POST /neutron/security_group HTTP/1.1" 200 2056 0.009746 10.0.0.242 - - [2025-10-30 03:34:35] "POST /id-to-fqname HTTP/1.1" 200 218 0.001452 10.0.0.242 - - [2025-10-30 03:34:35] "POST /neutron/port HTTP/1.1" 200 2001 0.015907 10.0.0.240 - - [2025-10-30 03:34:36] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001050 10.0.0.242 - - [2025-10-30 03:34:36] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.077732 10.0.0.242 - - [2025-10-30 03:34:36] "POST /neutron/network HTTP/1.1" 200 822 0.036865 10.0.0.242 - - [2025-10-30 03:34:36] "POST /neutron/port HTTP/1.1" 200 117 0.009173 10.0.0.240 - - [2025-10-30 03:34:37] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001400 10.0.0.242 - - [2025-10-30 03:34:37] "POST /neutron/port HTTP/1.1" 200 1058 0.376139 10.0.0.242 - - [2025-10-30 03:34:38] "POST /neutron/port HTTP/1.1" 200 1112 0.140116 10.0.0.242 - - [2025-10-30 03:34:38] "POST /neutron/subnet HTTP/1.1" 200 698 0.010407 10.0.0.242 - - [2025-10-30 03:34:42] "POST /neutron/port HTTP/1.1" 200 1086 0.016288 10.0.0.242 - - [2025-10-30 03:34:42] "POST /neutron/security_group HTTP/1.1" 200 2056 0.008318 10.0.0.242 - - [2025-10-30 03:34:42] "POST /neutron/port HTTP/1.1" 200 1031 0.018124 10.0.0.242 - - [2025-10-30 03:34:42] "GET /virtual-machine/bab76665-a71f-4a68-b0e9-010730390307 HTTP/1.1" 200 1293 0.007650 10.0.0.242 - - [2025-10-30 03:34:42] "GET /virtual-machine-interface/2e326c0d-e6da-4aac-9b1c-ff9781291126 HTTP/1.1" 200 2938 0.007928 10.0.0.242 - - [2025-10-30 03:34:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.006841 10.0.0.242 - - [2025-10-30 03:34:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004155 10.0.0.242 - - [2025-10-30 03:34:42] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004293 10.0.0.242 - - [2025-10-30 03:34:42] "GET /virtual-networks?parent_id=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003994 10.0.0.242 - - [2025-10-30 03:34:42] "POST /neutron/network HTTP/1.1" 200 822 0.007140 10.0.0.242 - - [2025-10-30 03:34:42] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005766 10.0.0.242 - - [2025-10-30 03:34:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004013 10.0.0.242 - - [2025-10-30 03:34:45] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005669 10.0.0.242 - - [2025-10-30 03:34:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003882 10.0.0.242 - - [2025-10-30 03:34:49] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005507 10.0.0.242 - - [2025-10-30 03:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005491 10.0.0.242 - - [2025-10-30 03:34:53] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006310 10.0.0.242 - - [2025-10-30 03:34:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004432 10.0.0.242 - - [2025-10-30 03:34:57] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006298 10.0.0.242 - - [2025-10-30 03:34:59] "POST /neutron/network HTTP/1.1" 200 832 0.010475 10.0.0.242 - - [2025-10-30 03:34:59] "POST /neutron/port HTTP/1.1" 200 117 0.001242 10.0.0.240 - - [2025-10-30 03:34:59] "GET /obj-perms HTTP/1.1" 200 5075 0.054521 10.0.0.242 - - [2025-10-30 03:35:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004148 10.0.0.242 - - [2025-10-30 03:35:01] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005714 10.0.0.242 - - [2025-10-30 03:35:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005888 10.0.0.242 - - [2025-10-30 03:35:06] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007000 10.0.0.242 - - [2025-10-30 03:35:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003976 10.0.0.242 - - [2025-10-30 03:35:10] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006158 10.0.0.242 - - [2025-10-30 03:35:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.005233 10.0.0.242 - - [2025-10-30 03:35:14] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007644 10.0.0.242 - - [2025-10-30 03:35:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003308 10.0.0.242 - - [2025-10-30 03:35:18] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.005778 10.0.0.242 - - [2025-10-30 03:35:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004221 10.0.0.242 - - [2025-10-30 03:35:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004286 10.0.0.242 - - [2025-10-30 03:35:20] "GET /virtual-networks?parent_id=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004199 10.0.0.242 - - [2025-10-30 03:35:20] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.007523 10.0.0.242 - - [2025-10-30 03:35:20] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010661 10.0.0.242 - - [2025-10-30 03:35:29] "POST /neutron/port HTTP/1.1" 200 1086 0.016054 10.0.0.242 - - [2025-10-30 03:35:30] "POST /neutron/security_group HTTP/1.1" 200 2056 0.011465 10.0.0.242 - - [2025-10-30 03:35:41] "POST /neutron/port HTTP/1.1" 200 1086 0.020443 10.0.0.242 - - [2025-10-30 03:35:41] "POST /neutron/security_group HTTP/1.1" 200 2056 0.010488 10.0.0.242 - - [2025-10-30 03:35:41] "POST /neutron/port HTTP/1.1" 200 1086 0.019930 10.0.0.242 - - [2025-10-30 03:35:41] "POST /neutron/network HTTP/1.1" 200 822 0.008307 10.0.0.242 - - [2025-10-30 03:35:41] "POST /id-to-fqname HTTP/1.1" 200 218 0.001572 10.0.0.242 - - [2025-10-30 03:35:41] "GET /virtual-machine/bab76665-a71f-4a68-b0e9-010730390307 HTTP/1.1" 200 1293 0.004765 10.0.0.242 - - [2025-10-30 03:35:41] "GET /virtual-machine-interface/2e326c0d-e6da-4aac-9b1c-ff9781291126 HTTP/1.1" 200 2938 0.007323 10.0.0.242 - - [2025-10-30 03:35:41] "GET /instance-ip/f92d7704-c3d9-4ccd-ba9b-038b4aabe24b HTTP/1.1" 200 1620 0.016151 10.0.0.242 - - [2025-10-30 03:35:41] "GET /virtual-machine-interface/2e326c0d-e6da-4aac-9b1c-ff9781291126?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2716 0.006739 10.0.0.242 - - [2025-10-30 03:35:41] "PUT /virtual-machine-interface/2e326c0d-e6da-4aac-9b1c-ff9781291126 HTTP/1.1" 200 285 0.020216 10.0.0.242 - - [2025-10-30 03:35:44] "POST /neutron/network HTTP/1.1" 200 832 0.007276 10.0.0.242 - - [2025-10-30 03:35:44] "POST /neutron/port HTTP/1.1" 200 117 0.001213 10.0.0.242 - - [2025-10-30 03:35:59] "POST /neutron/port HTTP/1.1" 200 1086 0.021967 10.0.0.242 - - [2025-10-30 03:35:59] "POST /neutron/subnet HTTP/1.1" 200 698 0.009704 10.0.0.242 - - [2025-10-30 03:36:45] "POST /neutron/port HTTP/1.1" 200 1031 0.018706 10.0.0.242 - - [2025-10-30 03:36:45] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005454 10.0.0.242 - - [2025-10-30 03:36:45] "POST /neutron/network HTTP/1.1" 200 822 0.009598 10.0.0.242 - - [2025-10-30 03:37:00] "POST /neutron/network HTTP/1.1" 200 832 0.011536 10.0.0.242 - - [2025-10-30 03:37:00] "POST /neutron/port HTTP/1.1" 200 117 0.001871 10.0.0.242 - - [2025-10-30 03:37:02] "DELETE /instance-ip/5aafad83-7e8c-43c6-8de3-eb4ac3fdfd94 HTTP/1.1" 200 115 0.040589 10.0.0.242 - - [2025-10-30 03:37:03] "DELETE /virtual-machine-interface/e91184d4-7a59-4748-9c88-f905ee172293 HTTP/1.1" 200 115 0.083454 10.0.0.242 - - [2025-10-30 03:37:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.242 - - [2025-10-30 03:37:03] "GET /virtual-network/e163924b-78c0-498a-ac4a-d42728694826?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2103 0.006080 10.0.0.242 - - [2025-10-30 03:37:03] "PUT /virtual-network/e163924b-78c0-498a-ac4a-d42728694826 HTTP/1.1" 200 265 0.057375 10.0.0.242 - - [2025-10-30 03:37:03] "POST /neutron/network HTTP/1.1" 400 204 0.019430 10.0.0.254 - - [2025-10-30 03:37:03] "POST /ref-update HTTP/1.1" 200 156 0.056549 10.0.0.242 - - [2025-10-30 03:37:03] "POST /neutron/port HTTP/1.1" 200 151 0.264988 10.0.0.242 - - [2025-10-30 03:37:03] "POST /neutron/port HTTP/1.1" 200 151 0.227427 10.0.0.254 - - [2025-10-30 03:37:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.007259 10.0.0.240 - - [2025-10-30 03:37:07] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001504 10.0.0.242 - - [2025-10-30 03:37:07] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1369 0.095587 10.0.0.240 - - [2025-10-30 03:37:07] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001483 10.0.0.242 - - [2025-10-30 03:37:07] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?fields=virtual_networks HTTP/1.1" 200 1041 0.072193 10.0.0.240 - - [2025-10-30 03:37:07] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.002562 10.0.0.242 - - [2025-10-30 03:37:07] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.073802 10.0.0.240 - - [2025-10-30 03:37:07] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001683 10.0.0.242 - - [2025-10-30 03:37:07] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?fields=security_groups HTTP/1.1" 200 1266 0.050850 10.0.0.242 - - [2025-10-30 03:37:08] "POST /fqname-to-id HTTP/1.1" 404 185 0.023715 10.0.0.240 - - [2025-10-30 03:37:08] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004211 10.0.0.242 - - [2025-10-30 03:37:08] "POST /neutron/port HTTP/1.1" 200 117 0.005507 10.0.0.240 - - [2025-10-30 03:37:08] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001094 10.0.0.240 - - [2025-10-30 03:37:08] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035662 10.0.0.240 - - [2025-10-30 03:37:08] "POST /id-to-fqname HTTP/1.1" 200 187 0.009223 10.0.0.240 - - [2025-10-30 03:37:08] "POST /fqname-to-id HTTP/1.1" 404 196 0.009020 10.0.0.240 - - [2025-10-30 03:37:08] "POST /security-groups HTTP/1.1" 200 588 0.080491 10.0.0.240 - - [2025-10-30 03:37:08] "POST /projects HTTP/1.1" 200 579 0.321100 10.0.0.254 - - [2025-10-30 03:37:08] "POST /access-control-lists HTTP/1.1" 200 595 0.026906 10.0.0.240 - - [2025-10-30 03:37:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.394746 10.0.0.242 - - [2025-10-30 03:37:08] "GET /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.575020 10.0.0.242 - - [2025-10-30 03:37:09] "GET / HTTP/1.1" 200 36215 0.001894 10.0.0.242 - - [2025-10-30 03:37:11] "POST /fqname-to-id HTTP/1.1" 401 293 0.000529 10.0.0.242 - - [2025-10-30 03:37:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.063311 10.0.0.240 - - [2025-10-30 03:37:11] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001062 10.0.0.242 - - [2025-10-30 03:37:11] "GET /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.049185 10.0.0.240 - - [2025-10-30 03:37:12] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001053 10.0.0.242 - - [2025-10-30 03:37:12] "POST /neutron/network HTTP/1.1" 200 610 0.185755 10.0.0.254 - - [2025-10-30 03:37:12] "POST /route-targets HTTP/1.1" 200 328 0.018186 10.0.0.242 - - [2025-10-30 03:37:12] "POST /id-to-fqname HTTP/1.1" 200 221 0.005106 10.0.0.242 - - [2025-10-30 03:37:12] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006605 10.0.0.242 - - [2025-10-30 03:37:12] "POST /neutron/network HTTP/1.1" 200 829 0.008180 10.0.0.242 - - [2025-10-30 03:37:12] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006297 10.0.0.242 - - [2025-10-30 03:37:12] "POST /fqname-to-id HTTP/1.1" 404 207 0.003497 10.0.0.242 - - [2025-10-30 03:37:12] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.005477 10.0.0.240 - - [2025-10-30 03:37:12] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.000964 10.0.0.242 - - [2025-10-30 03:37:12] "POST /neutron/port HTTP/1.1" 200 983 0.275603 10.0.0.242 - - [2025-10-30 03:37:12] "GET /virtual-machine-interface/07ec9c04-bae6-4ea5-ae97-ecb5a48326bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2354 0.005930 10.0.0.242 - - [2025-10-30 03:37:12] "GET /virtual-machine-interface/07ec9c04-bae6-4ea5-ae97-ecb5a48326bb?fields=instance_ip_back_refs HTTP/1.1" 200 1321 0.005016 10.0.0.242 - - [2025-10-30 03:37:13] "GET /instance-ip/a4ff5c2b-083e-4d05-9aef-8c08e08713dd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1604 0.005619 10.0.0.242 - - [2025-10-30 03:37:13] "POST /id-to-fqname HTTP/1.1" 200 221 0.001510 10.0.0.240 - - [2025-10-30 03:37:13] "DELETE /project/d8abed70aabe4f9caf70fab6c5b91b16 HTTP/1.1" 404 173 0.005458 10.0.0.240 - - [2025-10-30 03:37:13] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001081 10.0.0.240 - - [2025-10-30 03:37:13] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1471 0.126647 10.0.0.240 - - [2025-10-30 03:37:13] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.001389 10.0.0.240 - - [2025-10-30 03:37:13] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?fields=security_groups HTTP/1.1" 200 1109 0.063712 10.0.0.240 - - [2025-10-30 03:37:13] "GET /projects?obj_uuids=c7845073-8ca0-4b6a-bd1e-7938bccf46b8&detail=False&count=False&shared=False HTTP/1.1" 200 347 0.000959 10.0.0.254 - - [2025-10-30 03:37:13] "DELETE /access-control-list/fa8b2657-7689-41ea-8505-f131436d8891 HTTP/1.1" 200 115 0.051654 10.0.0.240 - - [2025-10-30 03:37:13] "GET /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8?fields=application_policy_sets HTTP/1.1" 200 1407 0.058786 10.0.0.240 - - [2025-10-30 03:37:13] "DELETE /project/c7845073-8ca0-4b6a-bd1e-7938bccf46b8 HTTP/1.1" 200 115 0.505321 10.0.0.240 - - [2025-10-30 03:37:14] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001361 10.0.0.242 - - [2025-10-30 03:37:14] "GET /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.069950 10.0.0.242 - - [2025-10-30 03:37:14] "POST /neutron/port HTTP/1.1" 200 117 0.008216 10.0.0.242 - - [2025-10-30 03:37:14] "POST /id-to-fqname HTTP/1.1" 200 221 0.002009 10.0.0.242 - - [2025-10-30 03:37:14] "POST /neutron/port HTTP/1.1" 200 983 0.010246 10.0.0.242 - - [2025-10-30 03:37:14] "POST /neutron/port HTTP/1.1" 200 983 0.009731 10.0.0.240 - - [2025-10-30 03:37:14] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.003247 10.0.0.240 - - [2025-10-30 03:37:15] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001535 10.0.0.242 - - [2025-10-30 03:37:15] "GET /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.073774 10.0.0.242 - - [2025-10-30 03:37:15] "POST /fqname-to-id HTTP/1.1" 404 208 0.004308 10.0.0.242 - - [2025-10-30 03:37:15] "POST /interface-route-tables HTTP/1.1" 200 558 0.077064 10.0.0.242 - - [2025-10-30 03:37:15] "POST /neutron/port HTTP/1.1" 200 1057 0.375379 10.0.0.242 - - [2025-10-30 03:37:15] "GET /interface-route-table/2a0e31ec-0ec2-4021-8d1b-eb262d2c1777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.009711 10.0.0.242 - - [2025-10-30 03:37:15] "POST /neutron/port HTTP/1.1" 200 1057 0.015652 10.0.0.242 - - [2025-10-30 03:37:15] "POST /neutron/port HTTP/1.1" 200 1085 0.023417 10.0.0.242 - - [2025-10-30 03:37:15] "POST /neutron/port HTTP/1.1" 200 983 0.012103 10.0.0.242 - - [2025-10-30 03:37:15] "POST /neutron/network HTTP/1.1" 200 829 0.009430 10.0.0.242 - - [2025-10-30 03:37:15] "POST /neutron/port HTTP/1.1" 200 1075 0.149079 10.0.0.242 - - [2025-10-30 03:37:16] "POST /neutron/subnet HTTP/1.1" 200 698 0.015608 10.0.0.242 - - [2025-10-30 03:37:16] "GET /virtual-machine-interface/07ec9c04-bae6-4ea5-ae97-ecb5a48326bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2668 0.006433 10.0.0.242 - - [2025-10-30 03:37:16] "POST /ref-update HTTP/1.1" 200 156 0.015933 10.0.0.242 - - [2025-10-30 03:37:16] "POST /neutron/port HTTP/1.1" 200 1085 0.017769 10.0.0.242 - - [2025-10-30 03:37:21] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007935 10.0.0.242 - - [2025-10-30 03:37:21] "POST /neutron/port HTTP/1.1" 200 1085 0.018000 10.0.0.242 - - [2025-10-30 03:37:21] "POST /neutron/security_group HTTP/1.1" 200 2055 0.007599 10.0.0.242 - - [2025-10-30 03:37:21] "GET /virtual-machine/eea27f05-b3f4-4437-8e0d-82c9e41c31e3 HTTP/1.1" 401 293 0.000436 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-machine/eea27f05-b3f4-4437-8e0d-82c9e41c31e3 HTTP/1.1" 200 1292 0.030734 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-machine/eea27f05-b3f4-4437-8e0d-82c9e41c31e3 HTTP/1.1" 200 1292 0.004190 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-machine-interface/3456d38e-2cca-4af4-9671-77de1e31d3a5 HTTP/1.1" 200 2945 0.005450 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-machine/eea27f05-b3f4-4437-8e0d-82c9e41c31e3 HTTP/1.1" 200 1292 0.004037 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-machine-interface/3456d38e-2cca-4af4-9671-77de1e31d3a5 HTTP/1.1" 200 2945 0.005888 10.0.0.242 - - [2025-10-30 03:37:22] "GET /instance-ip/457a9c17-4854-489a-9d10-8ec3c8332124 HTTP/1.1" 200 1621 0.005927 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-machine/eea27f05-b3f4-4437-8e0d-82c9e41c31e3 HTTP/1.1" 200 1292 0.003794 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-machine-interface/3456d38e-2cca-4af4-9671-77de1e31d3a5 HTTP/1.1" 200 2945 0.005277 10.0.0.242 - - [2025-10-30 03:37:22] "GET /instance-ip/457a9c17-4854-489a-9d10-8ec3c8332124 HTTP/1.1" 200 1621 0.004601 10.0.0.242 - - [2025-10-30 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004343 10.0.0.242 - - [2025-10-30 03:37:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004572 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003391 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007355 10.0.0.242 - - [2025-10-30 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003528 10.0.0.242 - - [2025-10-30 03:37:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004735 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003285 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006978 10.0.0.242 - - [2025-10-30 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003671 10.0.0.242 - - [2025-10-30 03:37:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005841 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004227 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007283 10.0.0.242 - - [2025-10-30 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004883 10.0.0.242 - - [2025-10-30 03:37:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004882 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004072 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006861 10.0.0.242 - - [2025-10-30 03:37:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.005198 10.0.0.242 - - [2025-10-30 03:37:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005462 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003551 10.0.0.242 - - [2025-10-30 03:37:22] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008431 10.0.0.242 - - [2025-10-30 03:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004341 10.0.0.242 - - [2025-10-30 03:37:23] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005835 10.0.0.242 - - [2025-10-30 03:37:23] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004180 10.0.0.242 - - [2025-10-30 03:37:23] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007824 10.0.0.242 - - [2025-10-30 03:37:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003958 10.0.0.242 - - [2025-10-30 03:37:23] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004852 10.0.0.242 - - [2025-10-30 03:37:23] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004149 10.0.0.242 - - [2025-10-30 03:37:23] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008012 10.0.0.242 - - [2025-10-30 03:37:25] "POST /neutron/port HTTP/1.1" 200 1085 0.019264 10.0.0.242 - - [2025-10-30 03:37:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.242 - - [2025-10-30 03:37:26] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006116 10.0.0.242 - - [2025-10-30 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004435 10.0.0.242 - - [2025-10-30 03:37:28] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004076 10.0.0.242 - - [2025-10-30 03:37:28] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003477 10.0.0.242 - - [2025-10-30 03:37:28] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007138 10.0.0.242 - - [2025-10-30 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005124 10.0.0.242 - - [2025-10-30 03:37:28] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005799 10.0.0.242 - - [2025-10-30 03:37:28] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.006008 10.0.0.242 - - [2025-10-30 03:37:28] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007755 10.0.0.242 - - [2025-10-30 03:37:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004917 10.0.0.242 - - [2025-10-30 03:37:28] "GET /routing-instance/9fb68257-ab39-437b-a9d4-38c2ca106856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.009434 10.0.0.242 - - [2025-10-30 03:37:28] "GET /route-target/3d04e1a6-ded7-49d6-9f4e-0fbe9700df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006668 10.0.0.242 - - [2025-10-30 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.242 - - [2025-10-30 03:37:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004809 10.0.0.242 - - [2025-10-30 03:37:29] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004195 10.0.0.242 - - [2025-10-30 03:37:29] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.008392 10.0.0.242 - - [2025-10-30 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.005006 10.0.0.242 - - [2025-10-30 03:37:29] "GET /routing-instance/9fb68257-ab39-437b-a9d4-38c2ca106856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.006343 10.0.0.242 - - [2025-10-30 03:37:29] "GET /route-target/3d04e1a6-ded7-49d6-9f4e-0fbe9700df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006327 10.0.0.242 - - [2025-10-30 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004476 10.0.0.242 - - [2025-10-30 03:37:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005949 10.0.0.242 - - [2025-10-30 03:37:29] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.004326 10.0.0.242 - - [2025-10-30 03:37:29] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006825 10.0.0.242 - - [2025-10-30 03:37:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004156 10.0.0.242 - - [2025-10-30 03:37:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006201 10.0.0.242 - - [2025-10-30 03:37:29] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.005389 10.0.0.242 - - [2025-10-30 03:37:29] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007934 10.0.0.240 - - [2025-10-30 03:37:31] "GET /obj-perms HTTP/1.1" 200 5043 0.060917 10.0.0.240 - - [2025-10-30 03:37:38] "GET /obj-perms HTTP/1.1" 200 5043 0.004450 10.0.0.240 - - [2025-10-30 03:37:44] "GET /obj-perms HTTP/1.1" 200 5043 0.004092 10.0.0.242 - - [2025-10-30 03:37:44] "GET /obj-perms HTTP/1.1" 200 5043 0.057360 10.0.0.242 - - [2025-10-30 03:37:44] "GET /obj-perms HTTP/1.1" 200 5043 0.004376 10.0.0.242 - - [2025-10-30 03:37:44] "GET /obj-perms HTTP/1.1" 200 5043 0.004263 10.0.0.254 - - [2025-10-30 03:37:45] "GET /obj-perms HTTP/1.1" 200 5043 0.051964 10.0.0.240 - - [2025-10-30 03:37:45] "GET /obj-perms HTTP/1.1" 200 5043 0.004589 10.0.0.242 - - [2025-10-30 03:37:45] "POST /neutron/security_group HTTP/1.1" 200 2055 0.013235 10.0.0.242 - - [2025-10-30 03:37:45] "POST /neutron/port HTTP/1.1" 200 1049 0.020829 10.0.0.242 - - [2025-10-30 03:37:45] "GET /virtual-machine/7cba6762-ba9b-4f6a-a828-6ec1db8904db HTTP/1.1" 200 1269 0.006530 10.0.0.242 - - [2025-10-30 03:37:45] "GET /virtual-machine-interface/07ec9c04-bae6-4ea5-ae97-ecb5a48326bb HTTP/1.1" 200 3157 0.005715 10.0.0.242 - - [2025-10-30 03:37:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003580 10.0.0.242 - - [2025-10-30 03:37:45] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004267 10.0.0.242 - - [2025-10-30 03:37:45] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003201 10.0.0.242 - - [2025-10-30 03:37:45] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007310 10.0.0.242 - - [2025-10-30 03:37:46] "POST /neutron/port HTTP/1.1" 200 1085 0.016148 10.0.0.242 - - [2025-10-30 03:37:46] "POST /neutron/subnet HTTP/1.1" 200 698 0.009503 10.0.0.242 - - [2025-10-30 03:37:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003790 10.0.0.242 - - [2025-10-30 03:37:46] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003734 10.0.0.242 - - [2025-10-30 03:37:46] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003092 10.0.0.242 - - [2025-10-30 03:37:46] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.007590 10.0.0.242 - - [2025-10-30 03:37:47] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006326 10.0.0.242 - - [2025-10-30 03:37:47] "GET /obj-perms HTTP/1.1" 200 5043 0.004780 10.0.0.242 - - [2025-10-30 03:37:47] "GET /virtual-machine/eea27f05-b3f4-4437-8e0d-82c9e41c31e3 HTTP/1.1" 200 1292 0.006703 10.0.0.242 - - [2025-10-30 03:37:48] "POST /neutron/port HTTP/1.1" 200 1085 0.016518 10.0.0.242 - - [2025-10-30 03:37:50] "GET /virtual-machine/eea27f05-b3f4-4437-8e0d-82c9e41c31e3 HTTP/1.1" 404 171 0.004141 10.0.0.242 - - [2025-10-30 03:37:50] "GET /virtual-machine/eea27f05-b3f4-4437-8e0d-82c9e41c31e3 HTTP/1.1" 404 171 0.003015 10.0.0.242 - - [2025-10-30 03:37:50] "GET /virtual-machine/eea27f05-b3f4-4437-8e0d-82c9e41c31e3 HTTP/1.1" 404 171 0.002997 10.0.0.242 - - [2025-10-30 03:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.242 - - [2025-10-30 03:37:50] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005404 10.0.0.242 - - [2025-10-30 03:37:50] "GET /virtual-networks?parent_id=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003977 10.0.0.242 - - [2025-10-30 03:37:50] "GET /virtual-network/1e4c2d76-f0ae-469c-baa6-e64849f5593e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2049 0.006574 10.0.0.242 - - [2025-10-30 03:37:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003557 10.0.0.242 - - [2025-10-30 03:37:50] "GET /routing-instance/9fb68257-ab39-437b-a9d4-38c2ca106856?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1492 0.005097 10.0.0.242 - - [2025-10-30 03:37:50] "GET /route-target/3d04e1a6-ded7-49d6-9f4e-0fbe9700df20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004786 10.0.0.242 - - [2025-10-30 03:37:53] "GET /obj-perms HTTP/1.1" 200 5043 0.004423 10.0.0.242 - - [2025-10-30 03:37:56] "GET /obj-perms HTTP/1.1" 200 5043 0.004961 10.0.0.254 - - [2025-10-30 03:37:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.254 - - [2025-10-30 03:37:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.254 - - [2025-10-30 03:38:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.254 - - [2025-10-30 03:38:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000418 10.0.0.240 - - [2025-10-30 03:38:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000693 10.0.0.240 - - [2025-10-30 03:38:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000697 10.0.0.242 - - [2025-10-30 03:38:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000638 10.0.0.240 - - [2025-10-30 03:38:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000565 10.0.0.242 - - [2025-10-30 03:38:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000505 10.0.0.240 - - [2025-10-30 03:38:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000550 10.0.0.242 - - [2025-10-30 03:38:02] "POST /neutron/port HTTP/1.1" 200 1049 0.016296 10.0.0.242 - - [2025-10-30 03:38:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005216 10.0.0.242 - - [2025-10-30 03:38:02] "POST /neutron/network HTTP/1.1" 200 829 0.006935 10.0.0.242 - - [2025-10-30 03:38:02] "GET /obj-perms HTTP/1.1" 200 5043 0.004056 10.0.0.242 - - [2025-10-30 03:38:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.242 - - [2025-10-30 03:38:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000437 10.0.0.242 - - [2025-10-30 03:38:06] "GET /obj-perms HTTP/1.1" 200 5043 0.004041 10.0.0.242 - - [2025-10-30 03:38:12] "GET /obj-perms HTTP/1.1" 200 5043 0.004857 10.0.0.242 - - [2025-10-30 03:38:15] "GET /obj-perms HTTP/1.1" 200 5043 0.004396 10.0.0.254 - - [2025-10-30 03:38:15] "GET /obj-perms HTTP/1.1" 200 5043 0.003711 10.0.0.240 - - [2025-10-30 03:38:15] "GET /obj-perms HTTP/1.1" 200 5043 0.003413 10.0.0.242 - - [2025-10-30 03:38:15] "GET /interface-route-table/2a0e31ec-0ec2-4021-8d1b-eb262d2c1777?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1276 0.003592 10.0.0.242 - - [2025-10-30 03:38:15] "GET /virtual-machine-interface/07ec9c04-bae6-4ea5-ae97-ecb5a48326bb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2935 0.005090 10.0.0.242 - - [2025-10-30 03:38:15] "POST /ref-update HTTP/1.1" 200 156 0.014763 10.0.0.242 - - [2025-10-30 03:38:15] "DELETE /interface-route-table/2a0e31ec-0ec2-4021-8d1b-eb262d2c1777 HTTP/1.1" 200 115 0.038140 10.0.0.242 - - [2025-10-30 03:38:15] "POST /neutron/network HTTP/1.1" 200 829 0.007586 10.0.0.240 - - [2025-10-30 03:38:17] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001024 10.0.0.242 - - [2025-10-30 03:38:17] "GET /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.044613 10.0.0.240 - - [2025-10-30 03:38:17] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001362 10.0.0.242 - - [2025-10-30 03:38:17] "GET /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16?fields=virtual_networks HTTP/1.1" 200 1039 0.061444 10.0.0.240 - - [2025-10-30 03:38:17] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001318 10.0.0.242 - - [2025-10-30 03:38:17] "GET /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16?fields=virtual_machine_interfaces HTTP/1.1" 200 1039 0.053967 10.0.0.240 - - [2025-10-30 03:38:17] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001696 10.0.0.242 - - [2025-10-30 03:38:17] "GET /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16?fields=security_groups HTTP/1.1" 200 1263 0.050842 10.0.0.242 - - [2025-10-30 03:38:18] "POST /fqname-to-id HTTP/1.1" 404 192 0.025589 10.0.0.240 - - [2025-10-30 03:38:18] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002836 10.0.0.240 - - [2025-10-30 03:38:18] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001312 10.0.0.240 - - [2025-10-30 03:38:18] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007169 10.0.0.240 - - [2025-10-30 03:38:18] "POST /id-to-fqname HTTP/1.1" 200 194 0.002515 10.0.0.240 - - [2025-10-30 03:38:18] "POST /fqname-to-id HTTP/1.1" 404 203 0.006198 10.0.0.240 - - [2025-10-30 03:38:19] "POST /security-groups HTTP/1.1" 200 595 0.033382 10.0.0.254 - - [2025-10-30 03:38:19] "POST /fqname-to-id HTTP/1.1" 404 238 0.004414 10.0.0.240 - - [2025-10-30 03:38:19] "POST /projects HTTP/1.1" 200 593 0.244757 10.0.0.240 - - [2025-10-30 03:38:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.316784 10.0.0.254 - - [2025-10-30 03:38:19] "POST /access-control-lists HTTP/1.1" 200 600 0.034724 10.0.0.242 - - [2025-10-30 03:38:19] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.454880 10.0.0.242 - - [2025-10-30 03:38:20] "GET / HTTP/1.1" 200 36215 0.002151 10.0.0.242 - - [2025-10-30 03:38:20] "POST /fqname-to-id HTTP/1.1" 401 293 0.000538 10.0.0.242 - - [2025-10-30 03:38:21] "POST /neutron/port HTTP/1.1" 400 205 0.003881 10.0.0.242 - - [2025-10-30 03:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.070623 10.0.0.240 - - [2025-10-30 03:38:21] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001097 10.0.0.242 - - [2025-10-30 03:38:21] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.043394 10.0.0.240 - - [2025-10-30 03:38:21] "POST /useragent-kv HTTP/1.1" 200 115 0.011373 10.0.0.242 - - [2025-10-30 03:38:21] "POST /neutron/subnet HTTP/1.1" 200 715 0.250932 10.0.0.242 - - [2025-10-30 03:38:21] "POST /id-to-fqname HTTP/1.1" 200 224 0.001469 10.0.0.242 - - [2025-10-30 03:38:21] "GET /virtual-network/ee08d032-6779-41a9-8671-903e5617ca70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006086 10.0.0.242 - - [2025-10-30 03:38:21] "GET /virtual-network/ee08d032-6779-41a9-8671-903e5617ca70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.005713 10.0.0.242 - - [2025-10-30 03:38:21] "POST /neutron/network HTTP/1.1" 200 826 0.007195 10.0.0.242 - - [2025-10-30 03:38:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003672 10.0.0.240 - - [2025-10-30 03:38:21] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001070 10.0.0.242 - - [2025-10-30 03:38:21] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.054922 10.0.0.240 - - [2025-10-30 03:38:22] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001435 10.0.0.242 - - [2025-10-30 03:38:22] "POST /neutron/network HTTP/1.1" 200 609 0.143780 10.0.0.254 - - [2025-10-30 03:38:22] "POST /route-targets HTTP/1.1" 200 328 0.015818 10.0.0.242 - - [2025-10-30 03:38:22] "POST /id-to-fqname HTTP/1.1" 200 224 0.004608 10.0.0.242 - - [2025-10-30 03:38:22] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007748 10.0.0.242 - - [2025-10-30 03:38:22] "POST /neutron/network HTTP/1.1" 200 825 0.008110 10.0.0.242 - - [2025-10-30 03:38:22] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006466 10.0.0.242 - - [2025-10-30 03:38:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.240 - - [2025-10-30 03:38:22] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000977 10.0.0.242 - - [2025-10-30 03:38:22] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.050328 10.0.0.242 - - [2025-10-30 03:38:22] "POST /neutron/network HTTP/1.1" 200 117 0.018734 10.0.0.254 - - [2025-10-30 03:38:22] "POST /ref-update HTTP/1.1" 200 156 0.028538 10.0.0.242 - - [2025-10-30 03:38:23] "POST /neutron/network HTTP/1.1" 200 830 0.009428 10.0.0.242 - - [2025-10-30 03:38:23] "POST /id-to-fqname HTTP/1.1" 200 224 0.001355 10.0.0.242 - - [2025-10-30 03:38:23] "GET /virtual-network/b928c469-1096-4886-a8e2-e0d7f11d3ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.005681 10.0.0.242 - - [2025-10-30 03:38:23] "GET /virtual-network/b928c469-1096-4886-a8e2-e0d7f11d3ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006197 10.0.0.242 - - [2025-10-30 03:38:23] "POST /neutron/subnet HTTP/1.1" 200 734 0.009412 10.0.0.242 - - [2025-10-30 03:38:23] "POST /fqname-to-id HTTP/1.1" 404 214 0.002961 10.0.0.242 - - [2025-10-30 03:38:23] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.004856 10.0.0.242 - - [2025-10-30 03:38:23] "GET /virtual-machine-interface/0fc0fa63-4ccb-4409-bc48-a727e0113b8a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.008343 10.0.0.242 - - [2025-10-30 03:38:23] "GET /virtual-machine-interface/0fc0fa63-4ccb-4409-bc48-a727e0113b8a?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.011180 10.0.0.242 - - [2025-10-30 03:38:23] "GET /instance-ip/738c1da5-adc2-4614-bf00-6606957df114?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.005307 10.0.0.242 - - [2025-10-30 03:38:23] "POST /fqname-to-id HTTP/1.1" 404 214 0.003048 10.0.0.242 - - [2025-10-30 03:38:23] "GET /virtual-network/ee08d032-6779-41a9-8671-903e5617ca70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006503 10.0.0.240 - - [2025-10-30 03:38:23] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001033 10.0.0.242 - - [2025-10-30 03:38:23] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.044001 10.0.0.242 - - [2025-10-30 03:38:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003464 10.0.0.242 - - [2025-10-30 03:38:23] "GET /security-group/8de73d6c-c2a4-4a56-bcea-4ec4386eef91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.005381 10.0.0.242 - - [2025-10-30 03:38:23] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.105404 10.0.0.242 - - [2025-10-30 03:38:24] "POST /instance-ips HTTP/1.1" 200 358 0.046053 10.0.0.242 - - [2025-10-30 03:38:24] "GET /virtual-machine-interface/73a0409b-cee0-4cc1-a0aa-eef452d51745?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2654 0.007869 10.0.0.242 - - [2025-10-30 03:38:24] "GET /virtual-machine-interface/73a0409b-cee0-4cc1-a0aa-eef452d51745?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.011592 10.0.0.242 - - [2025-10-30 03:38:24] "GET /instance-ip/915a6b9b-c54b-4bac-8302-9d811a38b988?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.005337 10.0.0.242 - - [2025-10-30 03:38:24] "POST /fqname-to-id HTTP/1.1" 404 214 0.003589 10.0.0.242 - - [2025-10-30 03:38:24] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006555 10.0.0.242 - - [2025-10-30 03:38:24] "GET /virtual-machine-interface/347d5fb1-3569-4a2e-b6ee-04f3432196ce?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.007658 10.0.0.242 - - [2025-10-30 03:38:24] "GET /virtual-machine-interface/347d5fb1-3569-4a2e-b6ee-04f3432196ce?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.008981 10.0.0.242 - - [2025-10-30 03:38:24] "GET /instance-ip/0d1c6be0-2959-4f46-9567-a247aabe4107?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1609 0.005110 10.0.0.242 - - [2025-10-30 03:38:24] "POST /fqname-to-id HTTP/1.1" 404 214 0.003158 10.0.0.242 - - [2025-10-30 03:38:24] "GET /virtual-network/ee08d032-6779-41a9-8671-903e5617ca70?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007437 10.0.0.240 - - [2025-10-30 03:38:24] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000936 10.0.0.242 - - [2025-10-30 03:38:24] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.046447 10.0.0.242 - - [2025-10-30 03:38:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003470 10.0.0.242 - - [2025-10-30 03:38:24] "GET /security-group/8de73d6c-c2a4-4a56-bcea-4ec4386eef91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.004950 10.0.0.242 - - [2025-10-30 03:38:24] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.113124 10.0.0.242 - - [2025-10-30 03:38:24] "POST /instance-ips HTTP/1.1" 200 358 0.033171 10.0.0.242 - - [2025-10-30 03:38:25] "GET /virtual-machine-interface/5b2c5f89-4c10-4b09-996d-e46eccc78e06?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2655 0.007161 10.0.0.242 - - [2025-10-30 03:38:25] "GET /virtual-machine-interface/5b2c5f89-4c10-4b09-996d-e46eccc78e06?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.010014 10.0.0.242 - - [2025-10-30 03:38:25] "GET /instance-ip/65357d13-42a2-4a5f-8e5d-f771cfece052?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1583 0.004936 10.0.0.242 - - [2025-10-30 03:38:25] "POST /fqname-to-id HTTP/1.1" 404 214 0.003925 10.0.0.242 - - [2025-10-30 03:38:25] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007081 10.0.0.240 - - [2025-10-30 03:38:25] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001137 10.0.0.242 - - [2025-10-30 03:38:25] "POST /neutron/port HTTP/1.1" 200 987 0.247445 10.0.0.242 - - [2025-10-30 03:38:25] "GET /virtual-machine-interface/880b4016-0023-45ca-a6a5-07351f80b357?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2378 0.006429 10.0.0.242 - - [2025-10-30 03:38:25] "GET /virtual-machine-interface/880b4016-0023-45ca-a6a5-07351f80b357?fields=instance_ip_back_refs HTTP/1.1" 200 1336 0.006257 10.0.0.242 - - [2025-10-30 03:38:25] "GET /instance-ip/440af591-6be8-4124-ade9-1958b36164b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1610 0.005900 10.0.0.242 - - [2025-10-30 03:38:25] "POST /fqname-to-id HTTP/1.1" 404 214 0.006565 10.0.0.242 - - [2025-10-30 03:38:25] "GET /virtual-network/b928c469-1096-4886-a8e2-e0d7f11d3ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008315 10.0.0.240 - - [2025-10-30 03:38:25] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001424 10.0.0.242 - - [2025-10-30 03:38:25] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.060276 10.0.0.242 - - [2025-10-30 03:38:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004160 10.0.0.242 - - [2025-10-30 03:38:25] "GET /security-group/8de73d6c-c2a4-4a56-bcea-4ec4386eef91?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3779 0.004831 10.0.0.242 - - [2025-10-30 03:38:25] "POST /virtual-machine-interfaces HTTP/1.1" 200 571 0.116436 10.0.0.242 - - [2025-10-30 03:38:25] "POST /instance-ips HTTP/1.1" 200 358 0.051298 10.0.0.242 - - [2025-10-30 03:38:25] "GET /virtual-machine-interface/66bbb294-f6c9-4e79-a584-c453aef30c4c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2653 0.007703 10.0.0.242 - - [2025-10-30 03:38:26] "GET /virtual-machine-interface/66bbb294-f6c9-4e79-a584-c453aef30c4c?fields=instance_ip_back_refs HTTP/1.1" 200 1338 0.010181 10.0.0.242 - - [2025-10-30 03:38:26] "GET /instance-ip/67b534e4-1025-49d3-97a4-436f7ec84ddc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1587 0.005619 10.0.0.242 - - [2025-10-30 03:38:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001577 10.0.0.242 - - [2025-10-30 03:38:27] "POST /neutron/network HTTP/1.1" 200 825 0.006948 10.0.0.242 - - [2025-10-30 03:38:27] "POST /neutron/port HTTP/1.1" 200 117 0.006817 10.0.0.242 - - [2025-10-30 03:38:27] "POST /id-to-fqname HTTP/1.1" 200 224 0.001357 10.0.0.242 - - [2025-10-30 03:38:28] "POST /neutron/network HTTP/1.1" 200 840 0.008473 10.0.0.242 - - [2025-10-30 03:38:28] "POST /neutron/port HTTP/1.1" 200 987 0.010734 10.0.0.242 - - [2025-10-30 03:38:28] "POST /neutron/port HTTP/1.1" 200 1053 0.019354 10.0.0.242 - - [2025-10-30 03:38:28] "POST /neutron/port HTTP/1.1" 200 117 0.001234 10.0.0.240 - - [2025-10-30 03:38:28] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001086 10.0.0.242 - - [2025-10-30 03:38:28] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.082407 10.0.0.242 - - [2025-10-30 03:38:29] "POST /neutron/port HTTP/1.1" 200 1053 0.023211 10.0.0.242 - - [2025-10-30 03:38:29] "POST /id-to-fqname HTTP/1.1" 200 224 0.002326 10.0.0.242 - - [2025-10-30 03:38:29] "POST /neutron/port HTTP/1.1" 200 1053 0.018314 10.0.0.242 - - [2025-10-30 03:38:29] "POST /neutron/port HTTP/1.1" 200 987 0.010949 10.0.0.240 - - [2025-10-30 03:38:29] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001577 10.0.0.242 - - [2025-10-30 03:38:29] "POST /neutron/port HTTP/1.1" 200 1066 0.277889 10.0.0.242 - - [2025-10-30 03:38:29] "POST /neutron/port HTTP/1.1" 200 1066 0.013380 10.0.0.242 - - [2025-10-30 03:38:30] "POST /neutron/port HTTP/1.1" 200 1120 0.114791 10.0.0.240 - - [2025-10-30 03:38:30] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001063 10.0.0.242 - - [2025-10-30 03:38:30] "POST /neutron/subnet HTTP/1.1" 200 708 0.011028 10.0.0.242 - - [2025-10-30 03:38:30] "POST /neutron/router HTTP/1.1" 200 598 0.120999 10.0.0.242 - - [2025-10-30 03:38:30] "POST /neutron/router HTTP/1.1" 200 598 0.004745 10.0.0.242 - - [2025-10-30 03:38:30] "POST /neutron/network HTTP/1.1" 200 835 0.015521 10.0.0.254 - - [2025-10-30 03:38:30] "POST /ref-update HTTP/1.1" 200 156 0.021789 10.0.0.242 - - [2025-10-30 03:38:30] "POST /neutron/port HTTP/1.1" 200 987 0.017319 10.0.0.242 - - [2025-10-30 03:38:30] "POST /neutron/port HTTP/1.1" 200 1053 0.016772 10.0.0.242 - - [2025-10-30 03:38:31] "POST /neutron/port HTTP/1.1" 200 117 0.001432 10.0.0.242 - - [2025-10-30 03:38:31] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008042 10.0.0.242 - - [2025-10-30 03:38:31] "POST /neutron/port HTTP/1.1" 200 1053 0.020560 10.0.0.242 - - [2025-10-30 03:38:31] "GET /virtual-machine/dceb3017-eedb-422a-ad9b-a868e99145d1 HTTP/1.1" 401 293 0.000775 10.0.0.242 - - [2025-10-30 03:38:31] "GET /virtual-machine/dceb3017-eedb-422a-ad9b-a868e99145d1 HTTP/1.1" 200 1277 0.040850 10.0.0.242 - - [2025-10-30 03:38:31] "GET /virtual-machine-interface/0fc0fa63-4ccb-4409-bc48-a727e0113b8a HTTP/1.1" 200 3195 0.006454 10.0.0.242 - - [2025-10-30 03:38:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003876 10.0.0.242 - - [2025-10-30 03:38:31] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004747 10.0.0.242 - - [2025-10-30 03:38:31] "GET /virtual-networks?parent_id=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003145 10.0.0.242 - - [2025-10-30 03:38:31] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006476 10.0.0.242 - - [2025-10-30 03:38:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.003741 10.0.0.242 - - [2025-10-30 03:38:34] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005267 10.0.0.242 - - [2025-10-30 03:38:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.242 - - [2025-10-30 03:38:39] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005733 10.0.0.242 - - [2025-10-30 03:38:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003724 10.0.0.242 - - [2025-10-30 03:38:43] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005938 10.0.0.242 - - [2025-10-30 03:38:46] "POST /neutron/port HTTP/1.1" 200 1053 0.046947 10.0.0.242 - - [2025-10-30 03:38:46] "POST /neutron/subnet HTTP/1.1" 200 684 0.015410 10.0.0.242 - - [2025-10-30 03:38:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.242 - - [2025-10-30 03:38:47] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005475 10.0.0.242 - - [2025-10-30 03:38:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004785 10.0.0.242 - - [2025-10-30 03:38:51] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008165 10.0.0.242 - - [2025-10-30 03:38:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004365 10.0.0.242 - - [2025-10-30 03:38:55] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006095 10.0.0.242 - - [2025-10-30 03:38:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003756 10.0.0.242 - - [2025-10-30 03:38:59] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006320 10.0.0.242 - - [2025-10-30 03:39:02] "GET /obj-perms HTTP/1.1" 200 5075 0.050485 10.0.0.242 - - [2025-10-30 03:39:03] "POST /neutron/port HTTP/1.1" 200 1094 0.015783 10.0.0.242 - - [2025-10-30 03:39:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003621 10.0.0.242 - - [2025-10-30 03:39:03] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005347 10.0.0.242 - - [2025-10-30 03:39:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005440 10.0.0.242 - - [2025-10-30 03:39:03] "POST /neutron/network HTTP/1.1" 200 830 0.008207 10.0.0.242 - - [2025-10-30 03:39:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005021 10.0.0.242 - - [2025-10-30 03:39:07] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006443 10.0.0.242 - - [2025-10-30 03:39:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003740 10.0.0.242 - - [2025-10-30 03:39:11] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005580 10.0.0.242 - - [2025-10-30 03:39:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.010357 10.0.0.242 - - [2025-10-30 03:39:13] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008371 10.0.0.242 - - [2025-10-30 03:39:13] "GET /virtual-networks?parent_id=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.008475 10.0.0.240 - - [2025-10-30 03:39:13] "DELETE /project/47599c7b0f15433992ea0c8e67f08a59 HTTP/1.1" 404 173 0.007144 10.0.0.240 - - [2025-10-30 03:39:13] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001043 10.0.0.242 - - [2025-10-30 03:39:14] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.014474 10.0.0.240 - - [2025-10-30 03:39:14] "GET /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1467 0.088257 10.0.0.240 - - [2025-10-30 03:39:14] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001408 10.0.0.254 - - [2025-10-30 03:39:14] "DELETE /access-control-list/b08d54c8-d641-4852-8be1-67f50744a3b7 HTTP/1.1" 200 115 0.085952 10.0.0.240 - - [2025-10-30 03:39:14] "GET /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16?fields=security_groups HTTP/1.1" 200 1107 0.106197 10.0.0.240 - - [2025-10-30 03:39:14] "GET /projects?obj_uuids=d8abed70-aabe-4f9c-af70-fab6c5b91b16&detail=False&count=False&shared=False HTTP/1.1" 200 346 0.001024 10.0.0.240 - - [2025-10-30 03:39:14] "GET /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16?fields=application_policy_sets HTTP/1.1" 200 1404 0.050251 10.0.0.240 - - [2025-10-30 03:39:14] "DELETE /project/d8abed70-aabe-4f9c-af70-fab6c5b91b16 HTTP/1.1" 200 115 0.419831 10.0.0.242 - - [2025-10-30 03:39:19] "POST /neutron/port HTTP/1.1" 200 1053 0.014671 10.0.0.242 - - [2025-10-30 03:39:22] "POST /neutron/security_group HTTP/1.1" 200 2062 0.034038 10.0.0.242 - - [2025-10-30 03:39:25] "POST /neutron/port HTTP/1.1" 200 1094 0.017023 10.0.0.242 - - [2025-10-30 03:39:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.007374 10.0.0.242 - - [2025-10-30 03:39:34] "POST /neutron/port HTTP/1.1" 200 1094 0.018183 10.0.0.242 - - [2025-10-30 03:39:35] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008126 10.0.0.242 - - [2025-10-30 03:39:35] "GET /virtual-machine/5a9346dc-7b9b-49fd-8755-f474a6477bf0 HTTP/1.1" 200 1297 0.006232 10.0.0.242 - - [2025-10-30 03:39:35] "GET /virtual-machine-interface/a120c8e1-4bf8-4067-be08-ccdf1b2f075c HTTP/1.1" 200 2969 0.007085 10.0.0.242 - - [2025-10-30 03:39:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004593 10.0.0.242 - - [2025-10-30 03:39:35] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.010472 10.0.0.242 - - [2025-10-30 03:39:35] "GET /virtual-networks?parent_id=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004176 10.0.0.242 - - [2025-10-30 03:39:35] "GET /virtual-network/b928c469-1096-4886-a8e2-e0d7f11d3ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.008332 10.0.0.242 - - [2025-10-30 03:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006137 10.0.0.242 - - [2025-10-30 03:39:36] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.012171 10.0.0.242 - - [2025-10-30 03:39:36] "GET /virtual-networks?parent_id=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.011693 10.0.0.242 - - [2025-10-30 03:39:36] "GET /virtual-network/b928c469-1096-4886-a8e2-e0d7f11d3ca5?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2058 0.006358 10.0.0.242 - - [2025-10-30 03:39:36] "POST /neutron/port HTTP/1.1" 200 1053 0.020440 10.0.0.242 - - [2025-10-30 03:39:36] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008893 10.0.0.242 - - [2025-10-30 03:39:36] "GET /virtual-machine/214d57ac-e95b-42ee-aa97-ff78971fc472 HTTP/1.1" 200 1276 0.008387 10.0.0.242 - - [2025-10-30 03:39:36] "GET /virtual-machine-interface/880b4016-0023-45ca-a6a5-07351f80b357 HTTP/1.1" 200 3195 0.007822 10.0.0.242 - - [2025-10-30 03:39:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004908 10.0.0.242 - - [2025-10-30 03:39:36] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005741 10.0.0.242 - - [2025-10-30 03:39:36] "GET /virtual-networks?parent_id=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.004508 10.0.0.242 - - [2025-10-30 03:39:37] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008731 10.0.0.242 - - [2025-10-30 03:39:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.242 - - [2025-10-30 03:39:38] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005338 10.0.0.242 - - [2025-10-30 03:39:38] "GET /virtual-networks?parent_id=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 806 0.003004 10.0.0.242 - - [2025-10-30 03:39:38] "GET /virtual-network/6b0ee4fe-7453-42a2-aa84-9241ed2eb186?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006137 10.0.0.242 - - [2025-10-30 03:39:48] "POST /neutron/port HTTP/1.1" 200 1053 0.015042 10.0.0.242 - - [2025-10-30 03:39:48] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005032 10.0.0.242 - - [2025-10-30 03:39:48] "POST /neutron/network HTTP/1.1" 200 825 0.007058 10.0.0.242 - - [2025-10-30 03:40:04] "POST /neutron/network HTTP/1.1" 200 840 0.034817 10.0.0.242 - - [2025-10-30 03:40:04] "POST /neutron/port HTTP/1.1" 200 117 0.001380 10.0.0.242 - - [2025-10-30 03:40:48] "POST /neutron/port HTTP/1.1" 200 1053 0.016104 10.0.0.242 - - [2025-10-30 03:40:48] "POST /neutron/subnet HTTP/1.1" 200 684 0.009328 10.0.0.242 - - [2025-10-30 03:41:06] "POST /neutron/port HTTP/1.1" 200 1094 0.020010 10.0.0.242 - - [2025-10-30 03:41:06] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004134 10.0.0.242 - - [2025-10-30 03:41:06] "POST /neutron/network HTTP/1.1" 200 830 0.007673 10.0.0.242 - - [2025-10-30 03:41:36] "POST /neutron/router HTTP/1.1" 200 598 0.013075 10.0.0.242 - - [2025-10-30 03:41:37] "POST /neutron/router HTTP/1.1" 200 151 0.088699 10.0.0.254 - - [2025-10-30 03:41:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.007236 10.0.0.242 - - [2025-10-30 03:41:38] "POST /neutron/port HTTP/1.1" 200 151 0.215784 10.0.0.242 - - [2025-10-30 03:41:38] "DELETE /instance-ip/67b534e4-1025-49d3-97a4-436f7ec84ddc HTTP/1.1" 200 115 0.055182 10.0.0.242 - - [2025-10-30 03:41:38] "DELETE /virtual-machine-interface/66bbb294-f6c9-4e79-a584-c453aef30c4c HTTP/1.1" 200 115 0.069508 10.0.0.242 - - [2025-10-30 03:41:39] "DELETE /instance-ip/65357d13-42a2-4a5f-8e5d-f771cfece052 HTTP/1.1" 200 115 0.043828 10.0.0.242 - - [2025-10-30 03:41:39] "DELETE /virtual-machine-interface/5b2c5f89-4c10-4b09-996d-e46eccc78e06 HTTP/1.1" 200 115 0.091323 10.0.0.242 - - [2025-10-30 03:41:39] "POST /neutron/port HTTP/1.1" 200 987 0.014664 10.0.0.242 - - [2025-10-30 03:41:39] "DELETE /instance-ip/915a6b9b-c54b-4bac-8302-9d811a38b988 HTTP/1.1" 200 115 0.048652 10.0.0.242 - - [2025-10-30 03:41:39] "DELETE /virtual-machine-interface/73a0409b-cee0-4cc1-a0aa-eef452d51745 HTTP/1.1" 200 115 0.089358 10.0.0.242 - - [2025-10-30 03:41:39] "POST /neutron/port HTTP/1.1" 200 151 0.202566 10.0.0.254 - - [2025-10-30 03:41:39] "DELETE /route-target/76d58ba2-755d-44a8-91ee-ca9d3742837f HTTP/1.1" 200 115 0.019146 10.0.0.242 - - [2025-10-30 03:41:39] "POST /neutron/network HTTP/1.1" 200 825 0.007570 10.0.0.240 - - [2025-10-30 03:41:40] "POST /useragent-kv HTTP/1.1" 200 115 0.005315 10.0.0.254 - - [2025-10-30 03:41:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.008501 10.0.0.240 - - [2025-10-30 03:41:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006498 10.0.0.242 - - [2025-10-30 03:41:40] "POST /neutron/network HTTP/1.1" 200 151 0.141275 10.0.0.240 - - [2025-10-30 03:41:40] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002979 10.0.0.242 - - [2025-10-30 03:41:40] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1392 0.118067 10.0.0.240 - - [2025-10-30 03:41:40] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001177 10.0.0.242 - - [2025-10-30 03:41:40] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?fields=virtual_networks HTTP/1.1" 200 1052 0.049562 10.0.0.240 - - [2025-10-30 03:41:40] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001467 10.0.0.242 - - [2025-10-30 03:41:40] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?fields=virtual_machine_interfaces HTTP/1.1" 200 1052 0.051407 10.0.0.240 - - [2025-10-30 03:41:40] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001135 10.0.0.242 - - [2025-10-30 03:41:40] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?fields=security_groups HTTP/1.1" 200 1283 0.046696 10.0.0.242 - - [2025-10-30 03:41:41] "POST /fqname-to-id HTTP/1.1" 404 187 0.026484 10.0.0.240 - - [2025-10-30 03:41:41] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004490 10.0.0.240 - - [2025-10-30 03:41:41] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000960 10.0.0.240 - - [2025-10-30 03:41:41] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.006997 10.0.0.240 - - [2025-10-30 03:41:41] "POST /id-to-fqname HTTP/1.1" 200 189 0.007162 10.0.0.240 - - [2025-10-30 03:41:41] "POST /fqname-to-id HTTP/1.1" 404 198 0.005135 10.0.0.240 - - [2025-10-30 03:41:41] "POST /security-groups HTTP/1.1" 200 590 0.073638 10.0.0.240 - - [2025-10-30 03:41:41] "POST /projects HTTP/1.1" 200 583 0.306910 10.0.0.254 - - [2025-10-30 03:41:41] "POST /access-control-lists HTTP/1.1" 200 597 0.027408 10.0.0.240 - - [2025-10-30 03:41:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.381614 10.0.0.242 - - [2025-10-30 03:41:42] "GET /project/78316c32-560f-4544-8cd7-17972f0d4e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.528727 10.0.0.242 - - [2025-10-30 03:41:43] "GET / HTTP/1.1" 200 36215 0.001706 10.0.0.242 - - [2025-10-30 03:41:43] "POST /neutron/port HTTP/1.1" 200 117 0.006675 10.0.0.242 - - [2025-10-30 03:41:44] "POST /fqname-to-id HTTP/1.1" 401 293 0.000528 10.0.0.242 - - [2025-10-30 03:41:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.062664 10.0.0.240 - - [2025-10-30 03:41:45] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000979 10.0.0.242 - - [2025-10-30 03:41:45] "GET /project/78316c32-560f-4544-8cd7-17972f0d4e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.042202 10.0.0.240 - - [2025-10-30 03:41:45] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001547 10.0.0.242 - - [2025-10-30 03:41:45] "POST /neutron/network HTTP/1.1" 200 604 0.154153 10.0.0.254 - - [2025-10-30 03:41:45] "POST /route-targets HTTP/1.1" 200 328 0.017691 10.0.0.242 - - [2025-10-30 03:41:45] "POST /id-to-fqname HTTP/1.1" 200 219 0.005243 10.0.0.242 - - [2025-10-30 03:41:45] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007249 10.0.0.242 - - [2025-10-30 03:41:45] "POST /neutron/network HTTP/1.1" 200 825 0.007396 10.0.0.242 - - [2025-10-30 03:41:45] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006634 10.0.0.242 - - [2025-10-30 03:41:46] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007902 10.0.0.254 - - [2025-10-30 03:41:47] "GET /obj-perms HTTP/1.1" 200 5047 0.050023 10.0.0.240 - - [2025-10-30 03:41:47] "GET /obj-perms HTTP/1.1" 200 5047 0.066441 10.0.0.242 - - [2025-10-30 03:41:47] "POST /id-to-fqname HTTP/1.1" 200 219 0.001554 10.0.0.242 - - [2025-10-30 03:41:47] "POST /neutron/network HTTP/1.1" 200 835 0.008229 10.0.0.240 - - [2025-10-30 03:41:48] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001081 10.0.0.242 - - [2025-10-30 03:41:48] "GET /project/78316c32-560f-4544-8cd7-17972f0d4e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.064698 10.0.0.242 - - [2025-10-30 03:41:48] "POST /neutron/port HTTP/1.1" 200 117 0.007071 10.0.0.242 - - [2025-10-30 03:41:48] "POST /id-to-fqname HTTP/1.1" 200 219 0.001373 10.0.0.242 - - [2025-10-30 03:41:49] "POST /neutron/network HTTP/1.1" 200 835 0.007313 10.0.0.242 - - [2025-10-30 03:41:49] "POST /neutron/port HTTP/1.1" 200 1061 0.021242 10.0.0.240 - - [2025-10-30 03:41:49] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001020 10.0.0.242 - - [2025-10-30 03:41:49] "GET /project/78316c32-560f-4544-8cd7-17972f0d4e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.071721 10.0.0.242 - - [2025-10-30 03:41:50] "POST /neutron/port HTTP/1.1" 200 1089 0.021348 10.0.0.242 - - [2025-10-30 03:41:50] "POST /neutron/port HTTP/1.1" 200 117 0.001283 10.0.0.242 - - [2025-10-30 03:41:50] "POST /neutron/security_group HTTP/1.1" 200 2057 0.011119 10.0.0.242 - - [2025-10-30 03:41:50] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008004 10.0.0.242 - - [2025-10-30 03:41:51] "POST /neutron/port HTTP/1.1" 200 1061 0.016079 10.0.0.242 - - [2025-10-30 03:41:51] "POST /neutron/port HTTP/1.1" 200 1089 0.025216 10.0.0.242 - - [2025-10-30 03:41:51] "POST /neutron/port HTTP/1.1" 200 117 0.001378 10.0.0.242 - - [2025-10-30 03:41:55] "POST /neutron/security_group HTTP/1.1" 200 2057 0.012261 10.0.0.242 - - [2025-10-30 03:41:55] "POST /neutron/port HTTP/1.1" 200 1089 0.015326 10.0.0.242 - - [2025-10-30 03:41:55] "GET /virtual-machine/1b7b67c5-1cd1-4924-bebf-8a3ba522c950 HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2025-10-30 03:41:56] "GET /virtual-machine/1b7b67c5-1cd1-4924-bebf-8a3ba522c950 HTTP/1.1" 200 1293 0.030833 10.0.0.242 - - [2025-10-30 03:41:56] "GET /virtual-machine-interface/7456ae29-099a-4466-a885-212019fb8072 HTTP/1.1" 200 2943 0.005906 10.0.0.242 - - [2025-10-30 03:41:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004238 10.0.0.242 - - [2025-10-30 03:41:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004031 10.0.0.242 - - [2025-10-30 03:41:56] "GET /virtual-networks?parent_id=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003189 10.0.0.242 - - [2025-10-30 03:41:56] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006151 10.0.0.242 - - [2025-10-30 03:41:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004112 10.0.0.242 - - [2025-10-30 03:41:59] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006317 10.0.0.242 - - [2025-10-30 03:42:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003622 10.0.0.242 - - [2025-10-30 03:42:03] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005167 10.0.0.242 - - [2025-10-30 03:42:04] "GET /obj-perms HTTP/1.1" 200 5075 0.053455 10.0.0.242 - - [2025-10-30 03:42:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.006227 10.0.0.242 - - [2025-10-30 03:42:07] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007135 10.0.0.242 - - [2025-10-30 03:42:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003816 10.0.0.242 - - [2025-10-30 03:42:11] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006423 10.0.0.240 - - [2025-10-30 03:42:14] "DELETE /project/78316c32560f45448cd717972f0d4e19 HTTP/1.1" 404 173 0.106607 10.0.0.240 - - [2025-10-30 03:42:14] "GET /projects?obj_uuids=47599c7b-0f15-4339-92ea-0c8e67f08a59&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001090 10.0.0.254 - - [2025-10-30 03:42:14] "DELETE /access-control-list/2819b495-6723-46ef-9933-589417e51492 HTTP/1.1" 200 115 0.103773 10.0.0.240 - - [2025-10-30 03:42:14] "GET /project/47599c7b-0f15-4339-92ea-0c8e67f08a59?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 171 0.134180 10.0.0.240 - - [2025-10-30 03:42:14] "DELETE /project/47599c7b-0f15-4339-92ea-0c8e67f08a59 HTTP/1.1" 404 171 0.233222 10.0.0.242 - - [2025-10-30 03:42:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.242 - - [2025-10-30 03:42:15] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006245 10.0.0.242 - - [2025-10-30 03:42:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003689 10.0.0.242 - - [2025-10-30 03:42:19] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005711 10.0.0.242 - - [2025-10-30 03:42:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004091 10.0.0.242 - - [2025-10-30 03:42:23] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005543 10.0.0.242 - - [2025-10-30 03:42:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004756 10.0.0.242 - - [2025-10-30 03:42:27] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006169 10.0.0.242 - - [2025-10-30 03:42:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.006219 10.0.0.242 - - [2025-10-30 03:42:32] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005990 10.0.0.242 - - [2025-10-30 03:42:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004000 10.0.0.242 - - [2025-10-30 03:42:36] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006168 10.0.0.242 - - [2025-10-30 03:42:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004217 10.0.0.242 - - [2025-10-30 03:42:40] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.005795 10.0.0.242 - - [2025-10-30 03:42:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004649 10.0.0.242 - - [2025-10-30 03:42:44] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.007850 10.0.0.242 - - [2025-10-30 03:42:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004040 10.0.0.242 - - [2025-10-30 03:42:48] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006320 10.0.0.242 - - [2025-10-30 03:42:51] "POST /neutron/port HTTP/1.1" 200 1089 0.016429 10.0.0.242 - - [2025-10-30 03:42:51] "POST /neutron/subnet HTTP/1.1" 200 708 0.010120 10.0.0.242 - - [2025-10-30 03:42:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.242 - - [2025-10-30 03:42:52] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006067 10.0.0.242 - - [2025-10-30 03:42:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004510 10.0.0.242 - - [2025-10-30 03:42:56] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006981 10.0.0.242 - - [2025-10-30 03:42:56] "POST /neutron/port HTTP/1.1" 200 1089 0.018669 10.0.0.242 - - [2025-10-30 03:42:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.242 - - [2025-10-30 03:42:58] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004646 10.0.0.242 - - [2025-10-30 03:42:58] "GET /virtual-networks?parent_id=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003285 10.0.0.242 - - [2025-10-30 03:42:58] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.006287 10.0.0.242 - - [2025-10-30 03:42:58] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008953 10.0.0.254 - - [2025-10-30 03:42:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000733 10.0.0.254 - - [2025-10-30 03:42:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000473 10.0.0.254 - - [2025-10-30 03:43:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000568 10.0.0.254 - - [2025-10-30 03:43:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000809 10.0.0.240 - - [2025-10-30 03:43:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000624 10.0.0.240 - - [2025-10-30 03:43:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000615 10.0.0.242 - - [2025-10-30 03:43:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000600 10.0.0.240 - - [2025-10-30 03:43:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000521 10.0.0.242 - - [2025-10-30 03:43:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.240 - - [2025-10-30 03:43:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000398 10.0.0.242 - - [2025-10-30 03:43:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000549 10.0.0.242 - - [2025-10-30 03:43:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000564 10.0.0.242 - - [2025-10-30 03:43:09] "POST /neutron/port HTTP/1.1" 200 1089 0.016308 10.0.0.242 - - [2025-10-30 03:43:14] "POST /neutron/security_group HTTP/1.1" 200 2057 0.007455 10.0.0.242 - - [2025-10-30 03:43:19] "POST /neutron/port HTTP/1.1" 200 1089 0.016281 10.0.0.242 - - [2025-10-30 03:43:24] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008137 10.0.0.242 - - [2025-10-30 03:43:24] "POST /neutron/port HTTP/1.1" 200 1089 0.019187 10.0.0.242 - - [2025-10-30 03:43:25] "GET /virtual-machine/136d9b92-1755-4505-b822-9c1d9432a14f HTTP/1.1" 200 1293 0.008151 10.0.0.242 - - [2025-10-30 03:43:25] "GET /virtual-machine-interface/5ee605bf-2070-489a-beff-3e95779d3837 HTTP/1.1" 200 2943 0.008437 10.0.0.242 - - [2025-10-30 03:43:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.242 - - [2025-10-30 03:43:25] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005159 10.0.0.242 - - [2025-10-30 03:43:25] "GET /virtual-networks?parent_id=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004776 10.0.0.242 - - [2025-10-30 03:43:25] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008915 10.0.0.242 - - [2025-10-30 03:43:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004168 10.0.0.242 - - [2025-10-30 03:43:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006005 10.0.0.242 - - [2025-10-30 03:43:26] "GET /virtual-networks?parent_id=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004251 10.0.0.242 - - [2025-10-30 03:43:26] "GET /virtual-network/ffebecde-a8e2-40b7-997c-b03ff9fad157?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2048 0.008788 10.0.0.242 - - [2025-10-30 03:43:52] "POST /neutron/port HTTP/1.1" 200 1089 0.042403 10.0.0.242 - - [2025-10-30 03:43:52] "POST /neutron/subnet HTTP/1.1" 200 708 0.011880 10.0.0.242 - - [2025-10-30 03:44:43] "POST /neutron/network HTTP/1.1" 200 825 0.007241 10.0.0.242 - - [2025-10-30 03:44:44] "POST /neutron/port HTTP/1.1" 200 1115 0.012964 10.0.0.242 - - [2025-10-30 03:44:44] "POST /neutron/port HTTP/1.1" 200 1115 0.018770 10.0.0.240 - - [2025-10-30 03:44:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004462 10.0.0.240 - - [2025-10-30 03:44:46] "POST /useragent-kv HTTP/1.1" 200 115 0.004018 10.0.0.242 - - [2025-10-30 03:44:46] "POST /neutron/network HTTP/1.1" 200 151 0.121591 10.0.0.240 - - [2025-10-30 03:44:47] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001301 10.0.0.242 - - [2025-10-30 03:44:47] "GET /project/78316c32-560f-4544-8cd7-17972f0d4e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1372 0.077900 10.0.0.240 - - [2025-10-30 03:44:47] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001179 10.0.0.242 - - [2025-10-30 03:44:47] "GET /project/78316c32-560f-4544-8cd7-17972f0d4e19?fields=virtual_networks HTTP/1.1" 200 1042 0.053600 10.0.0.240 - - [2025-10-30 03:44:47] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001043 10.0.0.242 - - [2025-10-30 03:44:47] "GET /project/78316c32-560f-4544-8cd7-17972f0d4e19?fields=virtual_machine_interfaces HTTP/1.1" 200 1042 0.051585 10.0.0.240 - - [2025-10-30 03:44:47] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001512 10.0.0.242 - - [2025-10-30 03:44:47] "GET /project/78316c32-560f-4544-8cd7-17972f0d4e19?fields=security_groups HTTP/1.1" 200 1268 0.057789 10.0.0.242 - - [2025-10-30 03:44:48] "POST /fqname-to-id HTTP/1.1" 404 187 0.024294 10.0.0.240 - - [2025-10-30 03:44:48] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003320 10.0.0.240 - - [2025-10-30 03:44:48] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000951 10.0.0.240 - - [2025-10-30 03:44:48] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007025 10.0.0.240 - - [2025-10-30 03:44:48] "POST /id-to-fqname HTTP/1.1" 200 189 0.003517 10.0.0.240 - - [2025-10-30 03:44:48] "POST /fqname-to-id HTTP/1.1" 404 198 0.007713 10.0.0.240 - - [2025-10-30 03:44:49] "POST /security-groups HTTP/1.1" 200 590 0.077367 10.0.0.254 - - [2025-10-30 03:44:49] "POST /fqname-to-id HTTP/1.1" 404 233 0.004925 10.0.0.240 - - [2025-10-30 03:44:49] "POST /projects HTTP/1.1" 200 583 0.283168 10.0.0.240 - - [2025-10-30 03:44:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.355771 10.0.0.254 - - [2025-10-30 03:44:49] "POST /access-control-lists HTTP/1.1" 200 595 0.035115 10.0.0.242 - - [2025-10-30 03:44:49] "GET /project/44e0de05-e2d4-453d-8765-dad38b2ca51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.500574 10.0.0.242 - - [2025-10-30 03:44:50] "GET / HTTP/1.1" 200 36215 0.001873 10.0.0.242 - - [2025-10-30 03:44:52] "POST /fqname-to-id HTTP/1.1" 401 293 0.000502 10.0.0.242 - - [2025-10-30 03:44:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.057904 10.0.0.240 - - [2025-10-30 03:44:52] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001475 10.0.0.242 - - [2025-10-30 03:44:52] "GET /project/44e0de05-e2d4-453d-8765-dad38b2ca51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.057794 10.0.0.240 - - [2025-10-30 03:44:53] "POST /useragent-kv HTTP/1.1" 200 115 0.007723 10.0.0.242 - - [2025-10-30 03:44:53] "POST /neutron/subnet HTTP/1.1" 200 715 0.238913 10.0.0.242 - - [2025-10-30 03:44:53] "POST /id-to-fqname HTTP/1.1" 200 219 0.001375 10.0.0.242 - - [2025-10-30 03:44:53] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.009178 10.0.0.242 - - [2025-10-30 03:44:53] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006242 10.0.0.242 - - [2025-10-30 03:44:53] "POST /neutron/network HTTP/1.1" 200 821 0.010405 10.0.0.242 - - [2025-10-30 03:44:53] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007278 10.0.0.254 - - [2025-10-30 03:44:54] "GET /obj-perms HTTP/1.1" 200 5047 0.049274 10.0.0.240 - - [2025-10-30 03:44:55] "GET /obj-perms HTTP/1.1" 200 5047 0.047122 10.0.0.242 - - [2025-10-30 03:44:55] "POST /id-to-fqname HTTP/1.1" 200 219 0.001421 10.0.0.240 - - [2025-10-30 03:44:55] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001116 10.0.0.242 - - [2025-10-30 03:44:55] "GET /project/44e0de05-e2d4-453d-8765-dad38b2ca51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.070933 10.0.0.242 - - [2025-10-30 03:44:56] "POST /neutron/network HTTP/1.1" 200 821 0.028980 10.0.0.242 - - [2025-10-30 03:44:56] "POST /id-to-fqname HTTP/1.1" 200 219 0.001508 10.0.0.242 - - [2025-10-30 03:44:56] "POST /neutron/port HTTP/1.1" 200 117 0.006922 10.0.0.240 - - [2025-10-30 03:44:56] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001277 10.0.0.242 - - [2025-10-30 03:44:56] "POST /neutron/port HTTP/1.1" 200 1057 0.288786 10.0.0.240 - - [2025-10-30 03:44:57] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.000990 10.0.0.242 - - [2025-10-30 03:44:57] "POST /neutron/port HTTP/1.1" 200 1111 0.118455 10.0.0.242 - - [2025-10-30 03:44:57] "GET /project/44e0de05-e2d4-453d-8765-dad38b2ca51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.104473 10.0.0.242 - - [2025-10-30 03:44:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004404 10.0.0.242 - - [2025-10-30 03:44:57] "POST /neutron/network HTTP/1.1" 200 821 0.007531 10.0.0.242 - - [2025-10-30 03:44:57] "POST /neutron/port HTTP/1.1" 200 117 0.008434 10.0.0.242 - - [2025-10-30 03:44:57] "POST /neutron/network HTTP/1.1" 200 831 0.008239 10.0.0.242 - - [2025-10-30 03:44:58] "POST /neutron/port HTTP/1.1" 200 1057 0.021449 10.0.0.242 - - [2025-10-30 03:44:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005067 10.0.0.242 - - [2025-10-30 03:44:58] "POST /neutron/network HTTP/1.1" 200 821 0.007356 10.0.0.242 - - [2025-10-30 03:45:02] "POST /neutron/port HTTP/1.1" 200 1085 0.021038 10.0.0.242 - - [2025-10-30 03:45:02] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008710 10.0.0.242 - - [2025-10-30 03:45:02] "GET /virtual-machine/3087f9a8-90f7-4784-9c75-4604507178d7 HTTP/1.1" 401 293 0.000641 10.0.0.242 - - [2025-10-30 03:45:03] "GET /virtual-machine/3087f9a8-90f7-4784-9c75-4604507178d7 HTTP/1.1" 200 1293 0.029300 10.0.0.242 - - [2025-10-30 03:45:03] "GET /virtual-machine-interface/ff73385c-5cba-4d22-8761-ac650419bcbc HTTP/1.1" 200 2943 0.005754 10.0.0.242 - - [2025-10-30 03:45:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004997 10.0.0.242 - - [2025-10-30 03:45:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004278 10.0.0.242 - - [2025-10-30 03:45:03] "GET /virtual-networks?parent_id=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.003956 10.0.0.242 - - [2025-10-30 03:45:03] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006521 10.0.0.242 - - [2025-10-30 03:45:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.242 - - [2025-10-30 03:45:06] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006831 10.0.0.242 - - [2025-10-30 03:45:06] "GET /obj-perms HTTP/1.1" 200 5075 0.052397 10.0.0.242 - - [2025-10-30 03:45:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003472 10.0.0.242 - - [2025-10-30 03:45:10] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005792 10.0.0.242 - - [2025-10-30 03:45:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004809 10.0.0.242 - - [2025-10-30 03:45:14] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007062 10.0.0.240 - - [2025-10-30 03:45:15] "DELETE /project/44e0de05e2d4453d8765dad38b2ca51a HTTP/1.1" 404 173 0.012005 10.0.0.240 - - [2025-10-30 03:45:15] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001726 10.0.0.240 - - [2025-10-30 03:45:15] "GET /project/78316c32-560f-4544-8cd7-17972f0d4e19?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1474 0.075680 10.0.0.240 - - [2025-10-30 03:45:15] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.003774 10.0.0.240 - - [2025-10-30 03:45:15] "GET /project/78316c32-560f-4544-8cd7-17972f0d4e19?fields=security_groups HTTP/1.1" 200 1110 0.164571 10.0.0.254 - - [2025-10-30 03:45:15] "DELETE /access-control-list/925207be-8cc4-49c7-b438-0e858307f55b HTTP/1.1" 200 115 0.143171 10.0.0.240 - - [2025-10-30 03:45:15] "GET /projects?obj_uuids=78316c32-560f-4544-8cd7-17972f0d4e19&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.005367 10.0.0.240 - - [2025-10-30 03:45:15] "GET /project/78316c32-560f-4544-8cd7-17972f0d4e19?fields=application_policy_sets HTTP/1.1" 404 171 0.068616 10.0.0.240 - - [2025-10-30 03:45:15] "DELETE /project/78316c32-560f-4544-8cd7-17972f0d4e19 HTTP/1.1" 404 171 0.446361 10.0.0.242 - - [2025-10-30 03:45:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.242 - - [2025-10-30 03:45:18] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.005757 10.0.0.242 - - [2025-10-30 03:45:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.242 - - [2025-10-30 03:45:22] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006390 10.0.0.242 - - [2025-10-30 03:45:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004702 10.0.0.242 - - [2025-10-30 03:45:26] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007117 10.0.0.242 - - [2025-10-30 03:45:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.004242 10.0.0.242 - - [2025-10-30 03:45:30] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007913 10.0.0.242 - - [2025-10-30 03:45:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004550 10.0.0.242 - - [2025-10-30 03:45:35] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007342 10.0.0.242 - - [2025-10-30 03:45:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003894 10.0.0.242 - - [2025-10-30 03:45:39] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006238 10.0.0.242 - - [2025-10-30 03:45:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004583 10.0.0.242 - - [2025-10-30 03:45:43] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004646 10.0.0.242 - - [2025-10-30 03:45:43] "GET /virtual-networks?parent_id=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004179 10.0.0.242 - - [2025-10-30 03:45:43] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.007654 10.0.0.242 - - [2025-10-30 03:45:48] "POST /neutron/port HTTP/1.1" 200 1085 0.017288 10.0.0.242 - - [2025-10-30 03:45:51] "POST /neutron/security_group HTTP/1.1" 200 2057 0.027587 10.0.0.242 - - [2025-10-30 03:45:53] "POST /neutron/port HTTP/1.1" 200 1085 0.019347 10.0.0.242 - - [2025-10-30 03:45:54] "POST /neutron/port HTTP/1.1" 200 1085 0.016142 10.0.0.242 - - [2025-10-30 03:45:54] "POST /neutron/subnet HTTP/1.1" 200 689 0.009471 10.0.0.242 - - [2025-10-30 03:45:58] "POST /neutron/port HTTP/1.1" 200 1085 0.015969 10.0.0.242 - - [2025-10-30 03:46:04] "POST /neutron/security_group HTTP/1.1" 200 2057 0.008677 10.0.0.242 - - [2025-10-30 03:46:04] "POST /neutron/port HTTP/1.1" 200 1085 0.018717 10.0.0.242 - - [2025-10-30 03:46:04] "GET /virtual-machine/608ab6ef-b895-4645-87b7-5d881e17375e HTTP/1.1" 200 1292 0.006357 10.0.0.242 - - [2025-10-30 03:46:04] "GET /virtual-machine-interface/b114a9a9-b8b6-4b1d-95ee-d6446c8d9805 HTTP/1.1" 200 2944 0.006151 10.0.0.242 - - [2025-10-30 03:46:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.242 - - [2025-10-30 03:46:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004280 10.0.0.242 - - [2025-10-30 03:46:04] "GET /virtual-networks?parent_id=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004047 10.0.0.242 - - [2025-10-30 03:46:04] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.006715 10.0.0.242 - - [2025-10-30 03:46:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005075 10.0.0.242 - - [2025-10-30 03:46:05] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005162 10.0.0.242 - - [2025-10-30 03:46:05] "GET /virtual-networks?parent_id=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 351 0.004249 10.0.0.242 - - [2025-10-30 03:46:05] "GET /virtual-network/4d4e7bea-237a-4a99-9746-1697b71c7b85?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2035 0.008016 10.0.0.242 - - [2025-10-30 03:46:27] "POST /neutron/network HTTP/1.1" 400 204 0.016660 10.0.0.242 - - [2025-10-30 03:46:28] "POST /neutron/port HTTP/1.1" 200 151 0.218305 10.0.0.242 - - [2025-10-30 03:46:28] "POST /neutron/port HTTP/1.1" 200 151 0.257698 10.0.0.254 - - [2025-10-30 03:46:29] "DELETE /route-target/c897344b-2274-4f5a-ac68-e407a5e22a76 HTTP/1.1" 200 115 0.023440 10.0.0.240 - - [2025-10-30 03:46:31] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001140 10.0.0.242 - - [2025-10-30 03:46:31] "GET /project/44e0de05-e2d4-453d-8765-dad38b2ca51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1371 0.058056 10.0.0.240 - - [2025-10-30 03:46:31] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001098 10.0.0.242 - - [2025-10-30 03:46:31] "GET /project/44e0de05-e2d4-453d-8765-dad38b2ca51a?fields=virtual_networks HTTP/1.1" 200 1041 0.041693 10.0.0.240 - - [2025-10-30 03:46:31] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001114 10.0.0.242 - - [2025-10-30 03:46:31] "GET /project/44e0de05-e2d4-453d-8765-dad38b2ca51a?fields=virtual_machine_interfaces HTTP/1.1" 200 1041 0.036396 10.0.0.240 - - [2025-10-30 03:46:31] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001569 10.0.0.242 - - [2025-10-30 03:46:31] "GET /project/44e0de05-e2d4-453d-8765-dad38b2ca51a?fields=security_groups HTTP/1.1" 200 1267 0.046192 10.0.0.242 - - [2025-10-30 03:46:46] "GET / HTTP/1.1" 200 36215 0.002999 10.0.0.242 - - [2025-10-30 03:46:46] "POST /fqname-to-id HTTP/1.1" 401 293 0.000677 10.0.0.242 - - [2025-10-30 03:46:47] "POST /fqname-to-id HTTP/1.1" 404 201 0.053730 10.0.0.240 - - [2025-10-30 03:46:47] "GET /projects?obj_uuids=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003571 10.0.0.240 - - [2025-10-30 03:46:47] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001095 10.0.0.240 - - [2025-10-30 03:46:47] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008204 10.0.0.240 - - [2025-10-30 03:46:47] "POST /id-to-fqname HTTP/1.1" 200 203 0.006866 10.0.0.240 - - [2025-10-30 03:46:47] "POST /fqname-to-id HTTP/1.1" 404 212 0.004729 10.0.0.240 - - [2025-10-30 03:46:47] "POST /security-groups HTTP/1.1" 200 604 0.037266 10.0.0.240 - - [2025-10-30 03:46:47] "POST /projects HTTP/1.1" 200 611 0.238360 10.0.0.254 - - [2025-10-30 03:46:47] "POST /fqname-to-id HTTP/1.1" 404 246 0.012306 10.0.0.240 - - [2025-10-30 03:46:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.310482 10.0.0.242 - - [2025-10-30 03:46:47] "GET /project/06d60e07-8f16-4931-bcd2-93b67c69211b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.451169 10.0.0.242 - - [2025-10-30 03:46:48] "GET / HTTP/1.1" 200 36215 0.001848 10.0.0.242 - - [2025-10-30 03:46:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000514 10.0.0.242 - - [2025-10-30 03:46:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.066129 10.0.0.240 - - [2025-10-30 03:46:49] "GET /projects?obj_uuids=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001076 10.0.0.242 - - [2025-10-30 03:46:49] "GET /project/06d60e07-8f16-4931-bcd2-93b67c69211b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.042644 10.0.0.242 - - [2025-10-30 03:46:49] "POST /neutron/network HTTP/1.1" 200 117 0.042001 10.0.0.254 - - [2025-10-30 03:46:49] "POST /ref-update HTTP/1.1" 200 156 0.019358 10.0.0.242 - - [2025-10-30 03:46:50] "POST /neutron/network HTTP/1.1" 200 839 0.010299 10.0.0.242 - - [2025-10-30 03:46:50] "POST /id-to-fqname HTTP/1.1" 200 234 0.001309 10.0.0.242 - - [2025-10-30 03:46:50] "GET /virtual-network/fe919f8a-67bb-46f3-8264-5d5180c2a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.005624 10.0.0.242 - - [2025-10-30 03:46:50] "GET /virtual-network/fe919f8a-67bb-46f3-8264-5d5180c2a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006080 10.0.0.242 - - [2025-10-30 03:46:50] "POST /neutron/subnet HTTP/1.1" 200 725 0.009334 10.0.0.242 - - [2025-10-30 03:46:50] "POST /id-to-fqname HTTP/1.1" 200 234 0.001413 10.0.0.240 - - [2025-10-30 03:46:51] "GET /projects?obj_uuids=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001130 10.0.0.242 - - [2025-10-30 03:46:51] "GET /project/06d60e07-8f16-4931-bcd2-93b67c69211b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.075890 10.0.0.242 - - [2025-10-30 03:46:51] "POST /neutron/port HTTP/1.1" 200 117 0.006299 10.0.0.242 - - [2025-10-30 03:46:51] "POST /id-to-fqname HTTP/1.1" 200 234 0.001674 10.0.0.242 - - [2025-10-30 03:46:51] "POST /neutron/network HTTP/1.1" 200 849 0.007760 10.0.0.242 - - [2025-10-30 03:46:52] "POST /neutron/port HTTP/1.1" 200 1073 0.016428 10.0.0.240 - - [2025-10-30 03:46:52] "GET /projects?obj_uuids=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001050 10.0.0.242 - - [2025-10-30 03:46:52] "GET /project/06d60e07-8f16-4931-bcd2-93b67c69211b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.105695 10.0.0.242 - - [2025-10-30 03:46:52] "POST /neutron/network HTTP/1.1" 200 839 0.012595 10.0.0.242 - - [2025-10-30 03:46:52] "POST /neutron/subnet HTTP/1.1" 200 699 0.012974 10.0.0.242 - - [2025-10-30 03:46:52] "POST /neutron/network HTTP/1.1" 200 839 0.007329 10.0.0.242 - - [2025-10-30 03:46:53] "POST /neutron/network HTTP/1.1" 200 849 0.008643 10.0.0.242 - - [2025-10-30 03:46:53] "GET /virtual-network/fe919f8a-67bb-46f3-8264-5d5180c2a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006003 10.0.0.242 - - [2025-10-30 03:46:53] "POST /neutron/port HTTP/1.1" 200 1073 0.018077 10.0.0.242 - - [2025-10-30 03:46:53] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004158 10.0.0.242 - - [2025-10-30 03:46:53] "POST /neutron/network HTTP/1.1" 200 839 0.007474 10.0.0.242 - - [2025-10-30 03:46:55] "POST /neutron/port HTTP/1.1" 200 1101 0.018066 10.0.0.242 - - [2025-10-30 03:46:55] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007801 10.0.0.242 - - [2025-10-30 03:46:55] "GET /virtual-machine/a0399b6d-96df-436a-8619-b61979de1ab9 HTTP/1.1" 401 293 0.000386 10.0.0.242 - - [2025-10-30 03:46:55] "GET /virtual-machine/a0399b6d-96df-436a-8619-b61979de1ab9 HTTP/1.1" 200 1307 0.037333 10.0.0.242 - - [2025-10-30 03:46:55] "GET /virtual-machine-interface/120b5adb-276f-4702-886f-c268d6a2a0d0 HTTP/1.1" 200 3015 0.006837 10.0.0.242 - - [2025-10-30 03:46:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004887 10.0.0.242 - - [2025-10-30 03:46:55] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006639 10.0.0.242 - - [2025-10-30 03:46:55] "GET /virtual-networks?parent_id=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.005346 10.0.0.242 - - [2025-10-30 03:46:55] "GET /virtual-network/fe919f8a-67bb-46f3-8264-5d5180c2a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008315 10.0.0.242 - - [2025-10-30 03:46:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004409 10.0.0.242 - - [2025-10-30 03:46:58] "GET /virtual-network/fe919f8a-67bb-46f3-8264-5d5180c2a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007453 10.0.0.242 - - [2025-10-30 03:47:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.004646 10.0.0.242 - - [2025-10-30 03:47:02] "GET /virtual-network/fe919f8a-67bb-46f3-8264-5d5180c2a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.007178 10.0.0.242 - - [2025-10-30 03:47:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.005495 10.0.0.242 - - [2025-10-30 03:47:06] "GET /virtual-network/fe919f8a-67bb-46f3-8264-5d5180c2a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006249 10.0.0.254 - - [2025-10-30 03:47:08] "GET /obj-perms HTTP/1.1" 200 5075 0.052922 10.0.0.240 - - [2025-10-30 03:47:08] "GET /obj-perms HTTP/1.1" 200 5075 0.055520 10.0.0.242 - - [2025-10-30 03:47:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.006186 10.0.0.242 - - [2025-10-30 03:47:10] "GET /virtual-network/fe919f8a-67bb-46f3-8264-5d5180c2a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.011000 10.0.0.242 - - [2025-10-30 03:47:14] "POST /neutron/port HTTP/1.1" 200 1101 0.019729 10.0.0.242 - - [2025-10-30 03:47:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.004561 10.0.0.242 - - [2025-10-30 03:47:14] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004335 10.0.0.242 - - [2025-10-30 03:47:14] "GET /virtual-networks?parent_id=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002991 10.0.0.242 - - [2025-10-30 03:47:14] "GET /virtual-network/fe919f8a-67bb-46f3-8264-5d5180c2a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008648 10.0.0.242 - - [2025-10-30 03:47:15] "POST /neutron/security_group HTTP/1.1" 200 2071 0.007583 10.0.0.240 - - [2025-10-30 03:47:15] "DELETE /project/06d60e078f164931bcd293b67c69211b HTTP/1.1" 404 173 0.055184 10.0.0.240 - - [2025-10-30 03:47:15] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.002684 10.0.0.240 - - [2025-10-30 03:47:15] "GET /project/44e0de05-e2d4-453d-8765-dad38b2ca51a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1473 0.105812 10.0.0.240 - - [2025-10-30 03:47:15] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001243 10.0.0.240 - - [2025-10-30 03:47:15] "GET /project/44e0de05-e2d4-453d-8765-dad38b2ca51a?fields=security_groups HTTP/1.1" 200 1109 0.074373 10.0.0.240 - - [2025-10-30 03:47:16] "GET /projects?obj_uuids=44e0de05-e2d4-453d-8765-dad38b2ca51a&detail=False&count=False&shared=False HTTP/1.1" 200 348 0.001077 10.0.0.240 - - [2025-10-30 03:47:16] "GET /project/44e0de05-e2d4-453d-8765-dad38b2ca51a?fields=application_policy_sets HTTP/1.1" 200 1408 0.070337 10.0.0.240 - - [2025-10-30 03:47:16] "DELETE /project/44e0de05-e2d4-453d-8765-dad38b2ca51a HTTP/1.1" 200 115 0.514301 10.0.0.242 - - [2025-10-30 03:47:20] "POST /neutron/port HTTP/1.1" 200 1101 0.015742 10.0.0.242 - - [2025-10-30 03:47:20] "POST /neutron/security_group HTTP/1.1" 200 2071 0.008332 10.0.0.242 - - [2025-10-30 03:47:20] "GET /virtual-machine/df3a806f-d297-49ec-a604-be3a27a5b728 HTTP/1.1" 200 1308 0.007107 10.0.0.242 - - [2025-10-30 03:47:20] "GET /virtual-machine-interface/e82c8b0f-18a8-4bba-8863-b7b374f00e2b HTTP/1.1" 200 3016 0.005861 10.0.0.242 - - [2025-10-30 03:47:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.242 - - [2025-10-30 03:47:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004271 10.0.0.242 - - [2025-10-30 03:47:20] "GET /virtual-networks?parent_id=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.003130 10.0.0.242 - - [2025-10-30 03:47:20] "GET /virtual-network/fe919f8a-67bb-46f3-8264-5d5180c2a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.006355 10.0.0.242 - - [2025-10-30 03:47:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004007 10.0.0.242 - - [2025-10-30 03:47:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003718 10.0.0.242 - - [2025-10-30 03:47:21] "GET /virtual-networks?parent_id=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 366 0.002675 10.0.0.242 - - [2025-10-30 03:47:21] "GET /virtual-network/fe919f8a-67bb-46f3-8264-5d5180c2a6b9?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2072 0.008668 10.0.0.242 - - [2025-10-30 03:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004234 10.0.0.242 - - [2025-10-30 03:47:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003862 10.0.0.242 - - [2025-10-30 03:47:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.242 - - [2025-10-30 03:47:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004109 10.0.0.242 - - [2025-10-30 03:47:22] "PUT /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363 HTTP/1.1" 200 277 0.010465 10.0.0.242 - - [2025-10-30 03:47:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004327 10.0.0.242 - - [2025-10-30 03:47:33] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1641 0.005115 10.0.0.242 - - [2025-10-30 03:47:33] "PUT /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363 HTTP/1.1" 200 277 0.020956 10.0.0.242 - - [2025-10-30 03:47:56] "POST /neutron/network HTTP/1.1" 200 849 0.007736 10.0.0.242 - - [2025-10-30 03:47:56] "POST /neutron/port HTTP/1.1" 200 117 0.001611 10.0.0.254 - - [2025-10-30 03:47:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000516 10.0.0.254 - - [2025-10-30 03:47:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.254 - - [2025-10-30 03:48:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000606 10.0.0.254 - - [2025-10-30 03:48:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.240 - - [2025-10-30 03:48:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000659 10.0.0.240 - - [2025-10-30 03:48:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000777 10.0.0.242 - - [2025-10-30 03:48:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.240 - - [2025-10-30 03:48:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.242 - - [2025-10-30 03:48:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000417 10.0.0.240 - - [2025-10-30 03:48:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.242 - - [2025-10-30 03:48:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.242 - - [2025-10-30 03:48:03] "GET /global-system-configs HTTP/1.1" 401 293 0.001252 10.0.0.242 - - [2025-10-30 03:48:08] "GET /obj-perms HTTP/1.1" 200 5075 0.053213 10.0.0.242 - - [2025-10-30 03:48:24] "POST /neutron/network HTTP/1.1" 400 204 0.019587 10.0.0.242 - - [2025-10-30 03:48:24] "POST /neutron/port HTTP/1.1" 200 1101 0.017411 10.0.0.242 - - [2025-10-30 03:48:25] "POST /neutron/port HTTP/1.1" 200 151 0.287965 10.0.0.254 - - [2025-10-30 03:48:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.033180 10.0.0.240 - - [2025-10-30 03:48:26] "GET /projects?obj_uuids=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001004 10.0.0.242 - - [2025-10-30 03:48:26] "GET /project/06d60e07-8f16-4931-bcd2-93b67c69211b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1427 0.063537 10.0.0.240 - - [2025-10-30 03:48:26] "GET /projects?obj_uuids=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001359 10.0.0.242 - - [2025-10-30 03:48:26] "GET /project/06d60e07-8f16-4931-bcd2-93b67c69211b?fields=virtual_networks HTTP/1.1" 200 1069 0.047853 10.0.0.240 - - [2025-10-30 03:48:26] "GET /projects?obj_uuids=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001041 10.0.0.242 - - [2025-10-30 03:48:26] "GET /project/06d60e07-8f16-4931-bcd2-93b67c69211b?fields=virtual_machine_interfaces HTTP/1.1" 200 1069 0.039004 10.0.0.240 - - [2025-10-30 03:48:26] "GET /projects?obj_uuids=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001483 10.0.0.242 - - [2025-10-30 03:48:26] "GET /project/06d60e07-8f16-4931-bcd2-93b67c69211b?fields=security_groups HTTP/1.1" 200 1309 0.051436 10.0.0.242 - - [2025-10-30 03:48:27] "POST /fqname-to-id HTTP/1.1" 404 206 0.027142 10.0.0.240 - - [2025-10-30 03:48:27] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003803 10.0.0.240 - - [2025-10-30 03:48:27] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001365 10.0.0.240 - - [2025-10-30 03:48:27] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008233 10.0.0.240 - - [2025-10-30 03:48:27] "POST /id-to-fqname HTTP/1.1" 200 209 0.001433 10.0.0.240 - - [2025-10-30 03:48:27] "POST /fqname-to-id HTTP/1.1" 404 217 0.008418 10.0.0.240 - - [2025-10-30 03:48:28] "POST /security-groups HTTP/1.1" 200 609 0.081669 10.0.0.240 - - [2025-10-30 03:48:28] "POST /projects HTTP/1.1" 200 621 0.308672 10.0.0.254 - - [2025-10-30 03:48:28] "POST /access-control-lists HTTP/1.1" 200 616 0.036367 10.0.0.240 - - [2025-10-30 03:48:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.376970 10.0.0.242 - - [2025-10-30 03:48:28] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.537835 10.0.0.242 - - [2025-10-30 03:48:29] "GET / HTTP/1.1" 200 36215 0.001929 10.0.0.242 - - [2025-10-30 03:48:29] "POST /fqname-to-id HTTP/1.1" 401 293 0.000677 10.0.0.242 - - [2025-10-30 03:48:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.057982 10.0.0.240 - - [2025-10-30 03:48:30] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000971 10.0.0.242 - - [2025-10-30 03:48:30] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.038839 10.0.0.242 - - [2025-10-30 03:48:30] "POST /neutron/network HTTP/1.1" 200 117 0.035871 10.0.0.254 - - [2025-10-30 03:48:30] "POST /route-targets HTTP/1.1" 200 328 0.012672 10.0.0.242 - - [2025-10-30 03:48:30] "POST /neutron/network HTTP/1.1" 200 844 0.009193 10.0.0.242 - - [2025-10-30 03:48:30] "POST /id-to-fqname HTTP/1.1" 200 239 0.001196 10.0.0.242 - - [2025-10-30 03:48:30] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005347 10.0.0.242 - - [2025-10-30 03:48:30] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006152 10.0.0.242 - - [2025-10-30 03:48:30] "POST /neutron/subnet HTTP/1.1" 200 725 0.009313 10.0.0.242 - - [2025-10-30 03:48:30] "POST /id-to-fqname HTTP/1.1" 200 239 0.001410 10.0.0.240 - - [2025-10-30 03:48:31] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001069 10.0.0.242 - - [2025-10-30 03:48:31] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.065558 10.0.0.242 - - [2025-10-30 03:48:32] "POST /neutron/port HTTP/1.1" 200 117 0.007133 10.0.0.242 - - [2025-10-30 03:48:32] "POST /id-to-fqname HTTP/1.1" 200 239 0.001668 10.0.0.242 - - [2025-10-30 03:48:32] "POST /neutron/network HTTP/1.1" 200 854 0.006856 10.0.0.242 - - [2025-10-30 03:48:32] "POST /neutron/port HTTP/1.1" 200 1078 0.016285 10.0.0.242 - - [2025-10-30 03:48:32] "POST /neutron/port HTTP/1.1" 200 1106 0.020564 10.0.0.242 - - [2025-10-30 03:48:32] "POST /neutron/port HTTP/1.1" 200 117 0.001339 10.0.0.240 - - [2025-10-30 03:48:33] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001267 10.0.0.242 - - [2025-10-30 03:48:33] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.076037 10.0.0.242 - - [2025-10-30 03:48:33] "POST /neutron/port HTTP/1.1" 200 1106 0.018824 10.0.0.242 - - [2025-10-30 03:48:33] "POST /neutron/network HTTP/1.1" 200 854 0.010511 10.0.0.242 - - [2025-10-30 03:48:34] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007518 10.0.0.242 - - [2025-10-30 03:48:34] "POST /neutron/port HTTP/1.1" 200 1078 0.019933 10.0.0.242 - - [2025-10-30 03:48:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004362 10.0.0.242 - - [2025-10-30 03:48:34] "POST /neutron/network HTTP/1.1" 200 844 0.009832 10.0.0.242 - - [2025-10-30 03:48:35] "POST /neutron/port HTTP/1.1" 200 1106 0.018260 10.0.0.242 - - [2025-10-30 03:48:35] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009877 10.0.0.242 - - [2025-10-30 03:48:35] "GET /virtual-machine/2c9b4b68-f722-43cd-94b4-9fd5d86218ad HTTP/1.1" 401 293 0.000572 10.0.0.242 - - [2025-10-30 03:48:36] "GET /virtual-machine/2c9b4b68-f722-43cd-94b4-9fd5d86218ad HTTP/1.1" 200 1312 0.032857 10.0.0.242 - - [2025-10-30 03:48:36] "GET /virtual-machine-interface/590721da-df56-4db2-beab-dd3af157b6e4 HTTP/1.1" 200 3041 0.008775 10.0.0.242 - - [2025-10-30 03:48:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004393 10.0.0.242 - - [2025-10-30 03:48:36] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004905 10.0.0.242 - - [2025-10-30 03:48:36] "GET /virtual-networks?parent_id=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.005646 10.0.0.242 - - [2025-10-30 03:48:36] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.008061 10.0.0.242 - - [2025-10-30 03:48:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004030 10.0.0.242 - - [2025-10-30 03:48:39] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006525 10.0.0.242 - - [2025-10-30 03:48:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.003748 10.0.0.242 - - [2025-10-30 03:48:43] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007933 10.0.0.242 - - [2025-10-30 03:48:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003641 10.0.0.242 - - [2025-10-30 03:48:47] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.005634 10.0.0.242 - - [2025-10-30 03:48:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003720 10.0.0.242 - - [2025-10-30 03:48:51] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007351 10.0.0.242 - - [2025-10-30 03:48:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.005439 10.0.0.242 - - [2025-10-30 03:48:53] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004655 10.0.0.242 - - [2025-10-30 03:48:53] "GET /virtual-networks?parent_id=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003923 10.0.0.242 - - [2025-10-30 03:48:53] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.007932 10.0.0.242 - - [2025-10-30 03:48:53] "POST /neutron/port HTTP/1.1" 200 1106 0.017463 10.0.0.242 - - [2025-10-30 03:48:54] "POST /neutron/security_group HTTP/1.1" 200 2076 0.006878 10.0.0.242 - - [2025-10-30 03:49:04] "POST /neutron/port HTTP/1.1" 200 1106 0.021729 10.0.0.242 - - [2025-10-30 03:49:04] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008216 10.0.0.242 - - [2025-10-30 03:49:04] "GET /virtual-machine/604a40ab-9908-4013-a24d-b4253b3fcf18 HTTP/1.1" 200 1312 0.006908 10.0.0.242 - - [2025-10-30 03:49:04] "GET /virtual-machine-interface/415204fa-ae8f-413d-b27c-e6a8401275c4 HTTP/1.1" 200 3041 0.006388 10.0.0.242 - - [2025-10-30 03:49:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003867 10.0.0.242 - - [2025-10-30 03:49:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004035 10.0.0.242 - - [2025-10-30 03:49:04] "GET /virtual-networks?parent_id=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.003780 10.0.0.242 - - [2025-10-30 03:49:04] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006851 10.0.0.242 - - [2025-10-30 03:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005538 10.0.0.242 - - [2025-10-30 03:49:05] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005442 10.0.0.242 - - [2025-10-30 03:49:05] "GET /virtual-networks?parent_id=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 371 0.004141 10.0.0.242 - - [2025-10-30 03:49:05] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006780 10.0.0.242 - - [2025-10-30 03:49:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.005301 10.0.0.240 - - [2025-10-30 03:49:05] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000999 10.0.0.242 - - [2025-10-30 03:49:06] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.053105 10.0.0.242 - - [2025-10-30 03:49:06] "POST /neutron/network HTTP/1.1" 200 117 0.016061 10.0.0.254 - - [2025-10-30 03:49:06] "POST /ref-update HTTP/1.1" 200 156 0.028332 10.0.0.242 - - [2025-10-30 03:49:06] "POST /neutron/network HTTP/1.1" 200 843 0.010771 10.0.0.242 - - [2025-10-30 03:49:06] "POST /id-to-fqname HTTP/1.1" 200 239 0.001489 10.0.0.242 - - [2025-10-30 03:49:06] "GET /virtual-network/0588e724-d7c2-42c3-8e13-c13de7197892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007103 10.0.0.242 - - [2025-10-30 03:49:06] "GET /virtual-network/0588e724-d7c2-42c3-8e13-c13de7197892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006643 10.0.0.242 - - [2025-10-30 03:49:06] "POST /neutron/subnet HTTP/1.1" 200 720 0.010700 10.0.0.242 - - [2025-10-30 03:49:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003429 10.0.0.240 - - [2025-10-30 03:49:06] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001043 10.0.0.242 - - [2025-10-30 03:49:06] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.055889 10.0.0.240 - - [2025-10-30 03:49:07] "POST /useragent-kv HTTP/1.1" 200 115 0.017814 10.0.0.242 - - [2025-10-30 03:49:07] "POST /neutron/subnet HTTP/1.1" 200 729 0.255673 10.0.0.242 - - [2025-10-30 03:49:07] "POST /id-to-fqname HTTP/1.1" 200 242 0.001987 10.0.0.242 - - [2025-10-30 03:49:07] "GET /virtual-network/4d44802b-1692-4f39-8089-3b8bfe208eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006534 10.0.0.242 - - [2025-10-30 03:49:07] "GET /virtual-network/4d44802b-1692-4f39-8089-3b8bfe208eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006109 10.0.0.242 - - [2025-10-30 03:49:07] "POST /neutron/network HTTP/1.1" 200 851 0.009117 10.0.0.242 - - [2025-10-30 03:49:07] "POST /id-to-fqname HTTP/1.1" 200 239 0.001482 10.0.0.242 - - [2025-10-30 03:49:07] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007448 10.0.0.240 - - [2025-10-30 03:49:08] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001095 10.0.0.242 - - [2025-10-30 03:49:08] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.067699 10.0.0.242 - - [2025-10-30 03:49:08] "POST /neutron/port HTTP/1.1" 200 2096 0.019325 10.0.0.242 - - [2025-10-30 03:49:08] "POST /id-to-fqname HTTP/1.1" 200 242 0.001455 10.0.0.242 - - [2025-10-30 03:49:08] "POST /neutron/port HTTP/1.1" 200 2096 0.023363 10.0.0.242 - - [2025-10-30 03:49:08] "POST /neutron/network HTTP/1.1" 200 853 0.007260 10.0.0.240 - - [2025-10-30 03:49:09] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001071 10.0.0.242 - - [2025-10-30 03:49:09] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.111686 10.0.0.242 - - [2025-10-30 03:49:10] "POST /neutron/port HTTP/1.1" 200 1077 0.371296 10.0.0.242 - - [2025-10-30 03:49:10] "POST /neutron/port HTTP/1.1" 200 1105 0.023928 10.0.0.242 - - [2025-10-30 03:49:10] "POST /neutron/subnet HTTP/1.1" 200 694 0.011920 10.0.0.242 - - [2025-10-30 03:49:10] "POST /neutron/port HTTP/1.1" 200 117 0.007146 10.0.0.242 - - [2025-10-30 03:49:10] "POST /id-to-fqname HTTP/1.1" 200 239 0.001239 10.0.0.242 - - [2025-10-30 03:49:10] "POST /id-to-fqname HTTP/1.1" 200 239 0.001054 10.0.0.242 - - [2025-10-30 03:49:10] "POST /neutron/security_group HTTP/1.1" 200 2076 0.009870 10.0.0.240 - - [2025-10-30 03:49:10] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001257 10.0.0.242 - - [2025-10-30 03:49:11] "POST /neutron/port HTTP/1.1" 200 1079 0.299884 10.0.0.242 - - [2025-10-30 03:49:11] "POST /neutron/port HTTP/1.1" 200 1133 0.110123 10.0.0.242 - - [2025-10-30 03:49:11] "POST /neutron/subnet HTTP/1.1" 200 703 0.013469 10.0.0.240 - - [2025-10-30 03:49:11] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001222 10.0.0.242 - - [2025-10-30 03:49:11] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.087488 10.0.0.242 - - [2025-10-30 03:49:11] "POST /neutron/network HTTP/1.1" 200 844 0.006706 10.0.0.242 - - [2025-10-30 03:49:12] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008402 10.0.0.242 - - [2025-10-30 03:49:12] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006130 10.0.0.242 - - [2025-10-30 03:49:12] "GET /obj-perms HTTP/1.1" 200 5085 0.102640 10.0.0.240 - - [2025-10-30 03:49:12] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001054 10.0.0.254 - - [2025-10-30 03:49:12] "GET /obj-perms HTTP/1.1" 200 5085 0.066967 10.0.0.240 - - [2025-10-30 03:49:12] "GET /obj-perms HTTP/1.1" 200 5085 0.065969 10.0.0.242 - - [2025-10-30 03:49:13] "POST /neutron/port HTTP/1.1" 200 1078 0.369620 10.0.0.242 - - [2025-10-30 03:49:13] "GET /virtual-network/0588e724-d7c2-42c3-8e13-c13de7197892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.005812 10.0.0.242 - - [2025-10-30 03:49:13] "POST /neutron/port HTTP/1.1" 200 1078 0.070497 10.0.0.242 - - [2025-10-30 03:49:13] "GET /virtual-network/4d44802b-1692-4f39-8089-3b8bfe208eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006898 10.0.0.242 - - [2025-10-30 03:49:13] "POST /neutron/port HTTP/1.1" 200 1077 0.017723 10.0.0.242 - - [2025-10-30 03:49:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004231 10.0.0.242 - - [2025-10-30 03:49:14] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.242 - - [2025-10-30 03:49:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004267 10.0.0.242 - - [2025-10-30 03:49:14] "POST /neutron/port HTTP/1.1" 200 117 0.001261 10.0.0.242 - - [2025-10-30 03:49:14] "POST /neutron/port HTTP/1.1" 200 1107 0.016863 10.0.0.242 - - [2025-10-30 03:49:14] "GET /virtual-machine/10872de1-6dec-48c3-8d96-de19b308f813 HTTP/1.1" 200 1312 0.006634 10.0.0.242 - - [2025-10-30 03:49:14] "GET /virtual-machine-interface/7b265374-e901-4156-8557-e23b94da0635 HTTP/1.1" 200 3049 0.005709 10.0.0.242 - - [2025-10-30 03:49:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003657 10.0.0.242 - - [2025-10-30 03:49:14] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004462 10.0.0.242 - - [2025-10-30 03:49:14] "GET /virtual-networks?parent_id=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003141 10.0.0.242 - - [2025-10-30 03:49:14] "GET /virtual-network/4d44802b-1692-4f39-8089-3b8bfe208eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.008781 10.0.0.242 - - [2025-10-30 03:49:15] "POST /neutron/port HTTP/1.1" 200 1105 0.020748 10.0.0.242 - - [2025-10-30 03:49:15] "POST /neutron/subnet HTTP/1.1" 200 694 0.011696 10.0.0.240 - - [2025-10-30 03:49:16] "DELETE /project/7f5f4f841c0c426e93986021e6c8e34c HTTP/1.1" 404 173 0.006685 10.0.0.240 - - [2025-10-30 03:49:16] "GET /projects?obj_uuids=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001446 10.0.0.240 - - [2025-10-30 03:49:16] "GET /project/06d60e07-8f16-4931-bcd2-93b67c69211b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1529 0.069052 10.0.0.240 - - [2025-10-30 03:49:16] "GET /projects?obj_uuids=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.001218 10.0.0.240 - - [2025-10-30 03:49:16] "GET /project/06d60e07-8f16-4931-bcd2-93b67c69211b?fields=security_groups HTTP/1.1" 200 1411 0.055485 10.0.0.240 - - [2025-10-30 03:49:16] "DELETE /security-group/f724bc16-f70a-441c-8984-ae8a89670b54 HTTP/1.1" 200 115 0.080308 10.0.0.240 - - [2025-10-30 03:49:16] "GET /projects?obj_uuids=06d60e07-8f16-4931-bcd2-93b67c69211b&detail=False&count=False&shared=False HTTP/1.1" 200 362 0.002206 10.0.0.254 - - [2025-10-30 03:49:16] "DELETE /access-control-list/153379c8-9580-4c84-b87a-c253cd46a71a HTTP/1.1" 200 115 0.051036 10.0.0.240 - - [2025-10-30 03:49:16] "GET /project/06d60e07-8f16-4931-bcd2-93b67c69211b?fields=application_policy_sets HTTP/1.1" 200 1450 0.066951 10.0.0.240 - - [2025-10-30 03:49:16] "DELETE /project/06d60e07-8f16-4931-bcd2-93b67c69211b HTTP/1.1" 404 190 0.515768 10.0.0.242 - - [2025-10-30 03:49:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004258 10.0.0.242 - - [2025-10-30 03:49:17] "GET /virtual-network/4d44802b-1692-4f39-8089-3b8bfe208eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006520 10.0.0.242 - - [2025-10-30 03:49:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.005697 10.0.0.242 - - [2025-10-30 03:49:21] "GET /virtual-network/4d44802b-1692-4f39-8089-3b8bfe208eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007606 10.0.0.242 - - [2025-10-30 03:49:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003819 10.0.0.242 - - [2025-10-30 03:49:26] "GET /virtual-network/4d44802b-1692-4f39-8089-3b8bfe208eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.005567 10.0.0.242 - - [2025-10-30 03:49:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.005014 10.0.0.242 - - [2025-10-30 03:49:30] "GET /virtual-network/4d44802b-1692-4f39-8089-3b8bfe208eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.007991 10.0.0.242 - - [2025-10-30 03:49:30] "POST /neutron/port HTTP/1.1" 200 2095 0.019159 10.0.0.242 - - [2025-10-30 03:49:33] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007012 10.0.0.242 - - [2025-10-30 03:49:34] "POST /fqname-to-id HTTP/1.1" 200 156 0.004867 10.0.0.242 - - [2025-10-30 03:49:34] "GET /virtual-network/4d44802b-1692-4f39-8089-3b8bfe208eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006906 10.0.0.242 - - [2025-10-30 03:49:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.242 - - [2025-10-30 03:49:36] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003939 10.0.0.242 - - [2025-10-30 03:49:36] "GET /virtual-networks?parent_id=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003737 10.0.0.242 - - [2025-10-30 03:49:36] "GET /virtual-network/4d44802b-1692-4f39-8089-3b8bfe208eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006112 10.0.0.242 - - [2025-10-30 03:49:36] "POST /neutron/port HTTP/1.1" 200 1107 0.017052 10.0.0.242 - - [2025-10-30 03:49:41] "POST /neutron/security_group HTTP/1.1" 200 2076 0.007805 10.0.0.242 - - [2025-10-30 03:49:46] "POST /neutron/port HTTP/1.1" 200 1105 0.014920 10.0.0.242 - - [2025-10-30 03:49:47] "POST /neutron/security_group HTTP/1.1" 200 2076 0.012197 10.0.0.242 - - [2025-10-30 03:49:47] "GET /virtual-machine/4b18a168-571d-43a3-8410-dcc5a9de8917 HTTP/1.1" 200 1311 0.007245 10.0.0.242 - - [2025-10-30 03:49:47] "GET /virtual-machine-interface/4fb8a1de-eafa-49dd-8578-39f5126b2ef6 HTTP/1.1" 200 3040 0.005906 10.0.0.242 - - [2025-10-30 03:49:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004166 10.0.0.242 - - [2025-10-30 03:49:47] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004429 10.0.0.242 - - [2025-10-30 03:49:47] "GET /virtual-networks?parent_id=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003897 10.0.0.242 - - [2025-10-30 03:49:47] "GET /virtual-network/0588e724-d7c2-42c3-8e13-c13de7197892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.007878 10.0.0.242 - - [2025-10-30 03:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003777 10.0.0.242 - - [2025-10-30 03:49:48] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003973 10.0.0.242 - - [2025-10-30 03:49:48] "GET /virtual-networks?parent_id=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003960 10.0.0.242 - - [2025-10-30 03:49:48] "GET /virtual-network/0588e724-d7c2-42c3-8e13-c13de7197892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006707 10.0.0.242 - - [2025-10-30 03:49:48] "POST /neutron/port HTTP/1.1" 200 2095 0.015373 10.0.0.242 - - [2025-10-30 03:49:48] "POST /neutron/security_group HTTP/1.1" 200 2076 0.008043 10.0.0.242 - - [2025-10-30 03:49:48] "GET /virtual-machine/a6285d30-516c-464c-8979-5e6d70f4ffc8 HTTP/1.1" 200 1589 0.005934 10.0.0.242 - - [2025-10-30 03:49:48] "GET /virtual-machine-interface/686e1602-7416-42e7-94aa-3eec1401f1dc HTTP/1.1" 200 3041 0.005223 10.0.0.242 - - [2025-10-30 03:49:48] "GET /virtual-machine-interface/82586a26-5905-4ba5-bc6d-5913f197d13d HTTP/1.1" 200 3041 0.004943 10.0.0.242 - - [2025-10-30 03:49:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.242 - - [2025-10-30 03:49:48] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004241 10.0.0.242 - - [2025-10-30 03:49:48] "GET /virtual-networks?parent_id=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003188 10.0.0.242 - - [2025-10-30 03:49:49] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006132 10.0.0.242 - - [2025-10-30 03:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003811 10.0.0.242 - - [2025-10-30 03:49:50] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004221 10.0.0.242 - - [2025-10-30 03:49:50] "GET /virtual-networks?parent_id=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.003300 10.0.0.242 - - [2025-10-30 03:49:50] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.006423 10.0.0.242 - - [2025-10-30 03:49:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003514 10.0.0.242 - - [2025-10-30 03:49:50] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005041 10.0.0.242 - - [2025-10-30 03:49:50] "GET /virtual-networks?parent_id=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 854 0.004634 10.0.0.242 - - [2025-10-30 03:49:50] "GET /virtual-network/0588e724-d7c2-42c3-8e13-c13de7197892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.006385 10.0.0.242 - - [2025-10-30 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003912 10.0.0.242 - - [2025-10-30 03:49:51] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003486 10.0.0.242 - - [2025-10-30 03:49:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.002859 10.0.0.242 - - [2025-10-30 03:49:51] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004218 10.0.0.242 - - [2025-10-30 03:49:51] "PUT /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363 HTTP/1.1" 200 277 0.011529 10.0.0.242 - - [2025-10-30 03:49:52] "POST /fqname-to-id HTTP/1.1" 404 217 0.003540 10.0.0.242 - - [2025-10-30 03:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003983 10.0.0.240 - - [2025-10-30 03:49:52] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001569 10.0.0.242 - - [2025-10-30 03:49:52] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.047340 10.0.0.242 - - [2025-10-30 03:49:52] "POST /network-policys HTTP/1.1" 200 541 0.030486 10.0.0.242 - - [2025-10-30 03:49:52] "GET /network-policy/125c2c6a-6e49-4cec-ab16-9541fd4d1733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.006460 10.0.0.242 - - [2025-10-30 03:49:52] "POST /neutron/network HTTP/1.1" 200 844 0.006493 10.0.0.242 - - [2025-10-30 03:49:52] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.007967 10.0.0.242 - - [2025-10-30 03:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003712 10.0.0.242 - - [2025-10-30 03:49:52] "GET /network-policy/125c2c6a-6e49-4cec-ab16-9541fd4d1733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.007283 10.0.0.242 - - [2025-10-30 03:49:52] "POST /neutron/network HTTP/1.1" 200 843 0.011215 10.0.0.242 - - [2025-10-30 03:49:52] "GET /virtual-network/0588e724-d7c2-42c3-8e13-c13de7197892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.008073 10.0.0.242 - - [2025-10-30 03:49:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.242 - - [2025-10-30 03:49:52] "GET /network-policy/125c2c6a-6e49-4cec-ab16-9541fd4d1733?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1994 0.004497 10.0.0.254 - - [2025-10-30 03:49:52] "POST /access-control-lists HTTP/1.1" 200 611 0.074351 10.0.0.242 - - [2025-10-30 03:49:52] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.005941 10.0.0.254 - - [2025-10-30 03:49:53] "POST /access-control-lists HTTP/1.1" 200 611 0.075504 10.0.0.242 - - [2025-10-30 03:49:53] "GET /obj-perms HTTP/1.1" 200 5085 0.003983 10.0.0.254 - - [2025-10-30 03:49:53] "GET /obj-perms HTTP/1.1" 200 5085 0.003595 10.0.0.240 - - [2025-10-30 03:49:53] "GET /obj-perms HTTP/1.1" 200 5085 0.004048 10.0.0.242 - - [2025-10-30 03:49:53] "GET /virtual-network/0588e724-d7c2-42c3-8e13-c13de7197892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006214 10.0.0.242 - - [2025-10-30 03:49:53] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.005834 10.0.0.242 - - [2025-10-30 03:49:54] "GET /virtual-network/0588e724-d7c2-42c3-8e13-c13de7197892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.006128 10.0.0.242 - - [2025-10-30 03:49:54] "GET /obj-perms HTTP/1.1" 200 5085 0.004179 10.0.0.254 - - [2025-10-30 03:49:54] "GET /obj-perms HTTP/1.1" 200 5085 0.003760 10.0.0.240 - - [2025-10-30 03:49:54] "GET /obj-perms HTTP/1.1" 200 5085 0.004180 10.0.0.242 - - [2025-10-30 03:49:54] "GET /virtual-network/4d44802b-1692-4f39-8089-3b8bfe208eba?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2093 0.006128 10.0.0.242 - - [2025-10-30 03:49:58] "POST /neutron/port HTTP/1.1" 200 1106 0.019589 10.0.0.242 - - [2025-10-30 03:49:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004217 10.0.0.242 - - [2025-10-30 03:49:58] "POST /neutron/network HTTP/1.1" 200 938 0.007897 10.0.0.242 - - [2025-10-30 03:50:09] "GET /obj-perms HTTP/1.1" 200 5085 0.005151 10.0.0.242 - - [2025-10-30 03:50:16] "POST /neutron/network HTTP/1.1" 200 861 0.009133 10.0.0.242 - - [2025-10-30 03:50:16] "POST /neutron/port HTTP/1.1" 200 117 0.001286 10.0.0.242 - - [2025-10-30 03:50:59] "POST /neutron/port HTTP/1.1" 200 1106 0.015537 10.0.0.242 - - [2025-10-30 03:50:59] "POST /neutron/subnet HTTP/1.1" 200 699 0.009840 10.0.0.254 - - [2025-10-30 03:51:11] "GET /obj-perms HTTP/1.1" 200 5075 0.055758 10.0.0.242 - - [2025-10-30 03:51:16] "POST /neutron/port HTTP/1.1" 200 1105 0.022576 10.0.0.242 - - [2025-10-30 03:51:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004307 10.0.0.242 - - [2025-10-30 03:51:16] "POST /neutron/network HTTP/1.1" 200 937 0.008281 10.0.0.242 - - [2025-10-30 03:51:59] "POST /neutron/network HTTP/1.1" 200 1743 0.010620 10.0.0.242 - - [2025-10-30 03:51:59] "POST /neutron/port HTTP/1.1" 200 117 0.001282 10.0.0.242 - - [2025-10-30 03:51:59] "POST /neutron/subnet HTTP/1.1" 200 694 0.012227 10.0.0.240 - - [2025-10-30 03:52:12] "GET /obj-perms HTTP/1.1" 200 5075 0.051211 10.0.0.242 - - [2025-10-30 03:52:12] "GET /obj-perms HTTP/1.1" 200 5075 0.043262 10.0.0.242 - - [2025-10-30 03:52:16] "POST /neutron/port HTTP/1.1" 200 1107 0.018690 10.0.0.242 - - [2025-10-30 03:52:16] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004144 10.0.0.242 - - [2025-10-30 03:52:16] "POST /neutron/network HTTP/1.1" 200 851 0.006936 10.0.0.254 - - [2025-10-30 03:52:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000479 10.0.0.254 - - [2025-10-30 03:52:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000474 10.0.0.254 - - [2025-10-30 03:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000451 10.0.0.254 - - [2025-10-30 03:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000416 10.0.0.240 - - [2025-10-30 03:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000538 10.0.0.240 - - [2025-10-30 03:53:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.242 - - [2025-10-30 03:53:01] "POST /neutron/network HTTP/1.1" 200 948 0.008308 10.0.0.242 - - [2025-10-30 03:53:01] "POST /neutron/port HTTP/1.1" 200 117 0.001310 10.0.0.242 - - [2025-10-30 03:53:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000432 10.0.0.242 - - [2025-10-30 03:53:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.240 - - [2025-10-30 03:53:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000477 10.0.0.240 - - [2025-10-30 03:53:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000498 10.0.0.242 - - [2025-10-30 03:53:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.242 - - [2025-10-30 03:53:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000581 10.0.0.242 - - [2025-10-30 03:53:16] "POST /neutron/port HTTP/1.1" 200 1105 0.018369 10.0.0.242 - - [2025-10-30 03:53:16] "POST /neutron/subnet HTTP/1.1" 200 694 0.012525 10.0.0.242 - - [2025-10-30 03:53:32] "GET /obj-perms HTTP/1.1" 200 5085 0.004118 10.0.0.242 - - [2025-10-30 03:53:35] "GET /virtual-network/0588e724-d7c2-42c3-8e13-c13de7197892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2389 0.031729 10.0.0.242 - - [2025-10-30 03:53:35] "POST /neutron/network HTTP/1.1" 200 937 0.028650 10.0.0.242 - - [2025-10-30 03:53:35] "GET /virtual-network/0588e724-d7c2-42c3-8e13-c13de7197892?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2078 0.008034 10.0.0.242 - - [2025-10-30 03:53:35] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2394 0.005786 10.0.0.242 - - [2025-10-30 03:53:35] "POST /neutron/network HTTP/1.1" 200 938 0.007281 10.0.0.242 - - [2025-10-30 03:53:35] "GET /virtual-network/f39b6b6f-ca3f-4d7b-9d30-29226bc65585?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2083 0.008150 10.0.0.242 - - [2025-10-30 03:53:35] "DELETE /network-policy/125c2c6a-6e49-4cec-ab16-9541fd4d1733 HTTP/1.1" 200 115 0.039478 10.0.0.242 - - [2025-10-30 03:53:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004608 10.0.0.242 - - [2025-10-30 03:53:35] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1642 0.004637 10.0.0.242 - - [2025-10-30 03:53:35] "PUT /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363 HTTP/1.1" 200 277 0.013193 10.0.0.254 - - [2025-10-30 03:53:35] "POST /ref-update HTTP/1.1" 200 156 0.058679 10.0.0.254 - - [2025-10-30 03:53:36] "POST /ref-update HTTP/1.1" 200 156 0.028321 10.0.0.242 - - [2025-10-30 03:53:37] "POST /neutron/network HTTP/1.1" 200 851 0.011330 10.0.0.242 - - [2025-10-30 03:53:37] "POST /neutron/port HTTP/1.1" 200 2095 0.023449 10.0.0.242 - - [2025-10-30 03:53:37] "POST /neutron/port HTTP/1.1" 200 1131 0.012247 10.0.0.242 - - [2025-10-30 03:53:38] "POST /neutron/port HTTP/1.1" 200 151 0.255036 10.0.0.242 - - [2025-10-30 03:53:38] "POST /neutron/port HTTP/1.1" 200 151 0.247909 10.0.0.254 - - [2025-10-30 03:53:39] "DELETE /route-target/f66b227c-b4e4-4937-9849-bb8d71be9dc9 HTTP/1.1" 200 115 0.022754 10.0.0.242 - - [2025-10-30 03:53:39] "POST /neutron/network HTTP/1.1" 200 843 0.006904 10.0.0.242 - - [2025-10-30 03:53:40] "POST /neutron/network HTTP/1.1" 400 204 0.015866 10.0.0.242 - - [2025-10-30 03:53:40] "POST /neutron/port HTTP/1.1" 200 1106 0.014320 10.0.0.242 - - [2025-10-30 03:53:41] "POST /neutron/port HTTP/1.1" 200 151 0.242980 10.0.0.254 - - [2025-10-30 03:53:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004043 10.0.0.240 - - [2025-10-30 03:53:42] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.031963 10.0.0.242 - - [2025-10-30 03:53:42] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1448 0.097425 10.0.0.240 - - [2025-10-30 03:53:42] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.002151 10.0.0.242 - - [2025-10-30 03:53:42] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?fields=virtual_networks HTTP/1.1" 200 1080 0.071707 10.0.0.240 - - [2025-10-30 03:53:42] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001086 10.0.0.242 - - [2025-10-30 03:53:43] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?fields=virtual_machine_interfaces HTTP/1.1" 200 1080 0.053786 10.0.0.240 - - [2025-10-30 03:53:43] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001019 10.0.0.242 - - [2025-10-30 03:53:43] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?fields=security_groups HTTP/1.1" 200 1325 0.048345 10.0.0.242 - - [2025-10-30 03:53:43] "POST /fqname-to-id HTTP/1.1" 404 183 0.027874 10.0.0.240 - - [2025-10-30 03:53:43] "GET /projects?obj_uuids=5c116031-6d85-4163-b427-540c6c2e42cb&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003296 10.0.0.240 - - [2025-10-30 03:53:44] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001112 10.0.0.240 - - [2025-10-30 03:53:44] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.035340 10.0.0.240 - - [2025-10-30 03:53:44] "POST /id-to-fqname HTTP/1.1" 200 185 0.001693 10.0.0.240 - - [2025-10-30 03:53:44] "POST /fqname-to-id HTTP/1.1" 404 194 0.002911 10.0.0.240 - - [2025-10-30 03:53:44] "POST /security-groups HTTP/1.1" 200 586 0.081489 10.0.0.240 - - [2025-10-30 03:53:44] "POST /projects HTTP/1.1" 200 575 0.276183 10.0.0.254 - - [2025-10-30 03:53:44] "POST /access-control-lists HTTP/1.1" 200 593 0.027009 10.0.0.240 - - [2025-10-30 03:53:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.347226 10.0.0.242 - - [2025-10-30 03:53:44] "GET /project/5c116031-6d85-4163-b427-540c6c2e42cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.540687 10.0.0.242 - - [2025-10-30 03:53:45] "GET / HTTP/1.1" 200 36215 0.001730 10.0.0.240 - - [2025-10-30 03:53:46] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001183 10.0.0.242 - - [2025-10-30 03:53:46] "GET /project/4f8b91c9-4f47-4fe0-ac3e-4769319c554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.044447 10.0.0.242 - - [2025-10-30 03:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003825 10.0.0.242 - - [2025-10-30 03:53:46] "GET /security-group/216b0367-5303-48db-9829-ce37b6c5e761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3720 0.005047 10.0.0.242 - - [2025-10-30 03:53:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.240 - - [2025-10-30 03:53:46] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001225 10.0.0.242 - - [2025-10-30 03:53:47] "GET /project/4f8b91c9-4f47-4fe0-ac3e-4769319c554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.051138 10.0.0.242 - - [2025-10-30 03:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.004459 10.0.0.242 - - [2025-10-30 03:53:47] "GET /security-group/216b0367-5303-48db-9829-ce37b6c5e761?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3720 0.005160 10.0.0.242 - - [2025-10-30 03:53:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003815 10.0.0.242 - - [2025-10-30 03:53:47] "PUT /security-group/216b0367-5303-48db-9829-ce37b6c5e761 HTTP/1.1" 200 263 0.020861 10.0.0.254 - - [2025-10-30 03:53:47] "PUT /access-control-list/fcd346d3-a5de-459b-89a3-6b7eeb7bec7e HTTP/1.1" 200 273 0.022277 10.0.0.240 - - [2025-10-30 03:53:49] "GET /projects?obj_uuids=5c116031-6d85-4163-b427-540c6c2e42cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001028 10.0.0.242 - - [2025-10-30 03:53:49] "GET /project/5c116031-6d85-4163-b427-540c6c2e42cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.039144 10.0.0.240 - - [2025-10-30 03:53:49] "GET /projects?obj_uuids=5c116031-6d85-4163-b427-540c6c2e42cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001048 10.0.0.242 - - [2025-10-30 03:53:49] "GET /project/5c116031-6d85-4163-b427-540c6c2e42cb?fields=virtual_networks HTTP/1.1" 200 1034 0.059419 10.0.0.240 - - [2025-10-30 03:53:49] "GET /projects?obj_uuids=5c116031-6d85-4163-b427-540c6c2e42cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001029 10.0.0.242 - - [2025-10-30 03:53:49] "GET /project/5c116031-6d85-4163-b427-540c6c2e42cb?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.039899 10.0.0.240 - - [2025-10-30 03:53:50] "GET /projects?obj_uuids=5c116031-6d85-4163-b427-540c6c2e42cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001283 10.0.0.242 - - [2025-10-30 03:53:50] "GET /project/5c116031-6d85-4163-b427-540c6c2e42cb?fields=security_groups HTTP/1.1" 200 1256 0.039655 10.0.0.242 - - [2025-10-30 03:53:50] "POST /fqname-to-id HTTP/1.1" 404 192 0.026097 10.0.0.240 - - [2025-10-30 03:53:50] "GET /projects?obj_uuids=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003340 10.0.0.240 - - [2025-10-30 03:53:51] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000971 10.0.0.240 - - [2025-10-30 03:53:51] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007375 10.0.0.240 - - [2025-10-30 03:53:51] "POST /id-to-fqname HTTP/1.1" 200 194 0.002555 10.0.0.240 - - [2025-10-30 03:53:51] "POST /fqname-to-id HTTP/1.1" 404 203 0.013559 10.0.0.240 - - [2025-10-30 03:53:51] "POST /security-groups HTTP/1.1" 200 595 0.082028 10.0.0.240 - - [2025-10-30 03:53:51] "POST /projects HTTP/1.1" 200 593 0.312563 10.0.0.254 - - [2025-10-30 03:53:51] "POST /access-control-lists HTTP/1.1" 200 602 0.033506 10.0.0.240 - - [2025-10-30 03:53:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.389183 10.0.0.242 - - [2025-10-30 03:53:51] "GET /project/e1aba1bb-717f-4189-b205-19116afba894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.535747 10.0.0.242 - - [2025-10-30 03:53:52] "GET / HTTP/1.1" 200 36215 0.003263 10.0.0.242 - - [2025-10-30 03:53:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000563 10.0.0.242 - - [2025-10-30 03:53:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.060237 10.0.0.240 - - [2025-10-30 03:53:54] "GET /projects?obj_uuids=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000994 10.0.0.242 - - [2025-10-30 03:53:54] "GET /project/e1aba1bb-717f-4189-b205-19116afba894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.041434 10.0.0.242 - - [2025-10-30 03:53:54] "POST /neutron/network HTTP/1.1" 200 117 0.039148 10.0.0.254 - - [2025-10-30 03:53:55] "POST /route-targets HTTP/1.1" 200 328 0.016915 10.0.0.242 - - [2025-10-30 03:53:55] "POST /neutron/network HTTP/1.1" 200 841 0.011617 10.0.0.242 - - [2025-10-30 03:53:55] "POST /id-to-fqname HTTP/1.1" 200 231 0.001527 10.0.0.242 - - [2025-10-30 03:53:55] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007743 10.0.0.242 - - [2025-10-30 03:53:55] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005952 10.0.0.242 - - [2025-10-30 03:53:55] "POST /neutron/subnet HTTP/1.1" 200 719 0.009465 10.0.0.242 - - [2025-10-30 03:53:55] "POST /id-to-fqname HTTP/1.1" 200 231 0.001290 10.0.0.240 - - [2025-10-30 03:53:56] "GET /projects?obj_uuids=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001275 10.0.0.242 - - [2025-10-30 03:53:56] "GET /project/e1aba1bb-717f-4189-b205-19116afba894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.065786 10.0.0.242 - - [2025-10-30 03:53:56] "POST /neutron/port HTTP/1.1" 200 117 0.007776 10.0.0.242 - - [2025-10-30 03:53:56] "POST /id-to-fqname HTTP/1.1" 200 231 0.002033 10.0.0.242 - - [2025-10-30 03:53:57] "POST /neutron/network HTTP/1.1" 200 851 0.009758 10.0.0.242 - - [2025-10-30 03:53:57] "POST /neutron/port HTTP/1.1" 200 1063 0.019051 10.0.0.242 - - [2025-10-30 03:53:57] "POST /neutron/floatingip HTTP/1.1" 200 117 0.009492 10.0.0.242 - - [2025-10-30 03:53:57] "POST /neutron/network HTTP/1.1" 200 841 0.009404 10.0.0.242 - - [2025-10-30 03:54:13] "GET /obj-perms HTTP/1.1" 200 5075 0.075647 10.0.0.240 - - [2025-10-30 03:54:17] "DELETE /project/5c1160316d854163b427540c6c2e42cb HTTP/1.1" 404 173 0.008261 10.0.0.240 - - [2025-10-30 03:54:17] "DELETE /project/e1aba1bb717f4189b20519116afba894 HTTP/1.1" 404 173 0.007508 10.0.0.240 - - [2025-10-30 03:54:17] "GET /projects?obj_uuids=5c116031-6d85-4163-b427-540c6c2e42cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000930 10.0.0.240 - - [2025-10-30 03:54:17] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.000858 10.0.0.240 - - [2025-10-30 03:54:17] "GET /project/5c116031-6d85-4163-b427-540c6c2e42cb?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.051957 10.0.0.240 - - [2025-10-30 03:54:17] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.061541 10.0.0.240 - - [2025-10-30 03:54:17] "GET /projects?obj_uuids=5c116031-6d85-4163-b427-540c6c2e42cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000984 10.0.0.240 - - [2025-10-30 03:54:17] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.001090 10.0.0.240 - - [2025-10-30 03:54:17] "GET /project/5c116031-6d85-4163-b427-540c6c2e42cb?fields=security_groups HTTP/1.1" 200 1358 0.061248 10.0.0.240 - - [2025-10-30 03:54:17] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?fields=security_groups HTTP/1.1" 200 1427 0.094257 10.0.0.240 - - [2025-10-30 03:54:17] "DELETE /security-group/a00a34d5-5cb4-4c2a-b580-e61e51dfdb61 HTTP/1.1" 200 115 0.135961 10.0.0.240 - - [2025-10-30 03:54:17] "GET /projects?obj_uuids=5c116031-6d85-4163-b427-540c6c2e42cb&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.005055 10.0.0.240 - - [2025-10-30 03:54:17] "DELETE /security-group/7a659166-e0ab-4c76-9fb4-b51975f0b90c HTTP/1.1" 200 115 0.127454 10.0.0.240 - - [2025-10-30 03:54:17] "GET /projects?obj_uuids=7f5f4f84-1c0c-426e-9398-6021e6c8e34c&detail=False&count=False&shared=False HTTP/1.1" 200 367 0.010900 10.0.0.254 - - [2025-10-30 03:54:17] "DELETE /access-control-list/714d67a1-25ac-41e4-a68e-db77765df638 HTTP/1.1" 200 115 0.059910 10.0.0.240 - - [2025-10-30 03:54:17] "GET /project/5c116031-6d85-4163-b427-540c6c2e42cb?fields=application_policy_sets HTTP/1.1" 200 1397 0.091781 10.0.0.240 - - [2025-10-30 03:54:18] "GET /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c?fields=application_policy_sets HTTP/1.1" 200 1466 0.164464 10.0.0.240 - - [2025-10-30 03:54:18] "DELETE /project/5c116031-6d85-4163-b427-540c6c2e42cb HTTP/1.1" 200 115 0.678956 10.0.0.240 - - [2025-10-30 03:54:18] "DELETE /project/7f5f4f84-1c0c-426e-9398-6021e6c8e34c HTTP/1.1" 200 115 0.725331 10.0.0.242 - - [2025-10-30 03:54:18] "POST /neutron/network HTTP/1.1" 200 851 0.006979 10.0.0.240 - - [2025-10-30 03:54:19] "GET /projects?obj_uuids=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001423 10.0.0.242 - - [2025-10-30 03:54:19] "GET /project/e1aba1bb-717f-4189-b205-19116afba894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.080789 10.0.0.242 - - [2025-10-30 03:54:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.013396 10.0.0.242 - - [2025-10-30 03:54:19] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009467 10.0.0.242 - - [2025-10-30 03:54:20] "POST /neutron/port HTTP/1.1" 200 1091 0.023975 10.0.0.242 - - [2025-10-30 03:54:20] "GET /virtual-machine/b73c9686-240d-4fe5-8feb-a53e105620f7 HTTP/1.1" 401 293 0.000620 10.0.0.240 - - [2025-10-30 03:54:20] "GET /projects?obj_uuids=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001344 10.0.0.242 - - [2025-10-30 03:54:20] "GET /virtual-machine/b73c9686-240d-4fe5-8feb-a53e105620f7 HTTP/1.1" 200 1299 0.083064 10.0.0.242 - - [2025-10-30 03:54:20] "GET /virtual-machine-interface/dad9f192-4d67-4a99-aa9f-a83bd3e15d6f HTTP/1.1" 200 2990 0.005428 10.0.0.242 - - [2025-10-30 03:54:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.004490 10.0.0.242 - - [2025-10-30 03:54:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.012062 10.0.0.242 - - [2025-10-30 03:54:20] "GET /virtual-networks?parent_id=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.005207 10.0.0.242 - - [2025-10-30 03:54:20] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007475 10.0.0.242 - - [2025-10-30 03:54:21] "POST /neutron/port HTTP/1.1" 200 1063 0.394415 10.0.0.242 - - [2025-10-30 03:54:21] "POST /neutron/port HTTP/1.1" 200 1117 0.176556 10.0.0.242 - - [2025-10-30 03:54:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.007119 10.0.0.242 - - [2025-10-30 03:54:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005609 10.0.0.242 - - [2025-10-30 03:54:21] "GET /virtual-networks?parent_id=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004960 10.0.0.242 - - [2025-10-30 03:54:21] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.012076 10.0.0.242 - - [2025-10-30 03:54:21] "POST /neutron/subnet HTTP/1.1" 200 693 0.018543 10.0.0.242 - - [2025-10-30 03:54:22] "POST /neutron/network HTTP/1.1" 200 841 0.008394 10.0.0.242 - - [2025-10-30 03:54:27] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009078 10.0.0.242 - - [2025-10-30 03:54:37] "POST /neutron/port HTTP/1.1" 200 1091 0.024517 10.0.0.242 - - [2025-10-30 03:54:42] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008124 10.0.0.242 - - [2025-10-30 03:54:52] "POST /neutron/port HTTP/1.1" 200 1091 0.019346 10.0.0.242 - - [2025-10-30 03:54:52] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009284 10.0.0.242 - - [2025-10-30 03:54:53] "GET /virtual-machine/af641b79-c92b-496e-b38c-14bc6c1f1134 HTTP/1.1" 200 1299 0.006591 10.0.0.242 - - [2025-10-30 03:54:53] "GET /virtual-machine-interface/c2d4391f-68a5-4dd8-b38e-cfc36f85e9e7 HTTP/1.1" 200 2990 0.006754 10.0.0.242 - - [2025-10-30 03:54:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003471 10.0.0.242 - - [2025-10-30 03:54:53] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003937 10.0.0.242 - - [2025-10-30 03:54:53] "GET /virtual-networks?parent_id=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.003126 10.0.0.242 - - [2025-10-30 03:54:53] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006035 10.0.0.242 - - [2025-10-30 03:54:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004052 10.0.0.242 - - [2025-10-30 03:54:56] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006378 10.0.0.242 - - [2025-10-30 03:55:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004504 10.0.0.242 - - [2025-10-30 03:55:00] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005869 10.0.0.242 - - [2025-10-30 03:55:03] "POST /neutron/port HTTP/1.1" 200 1091 0.041176 10.0.0.242 - - [2025-10-30 03:55:03] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004188 10.0.0.242 - - [2025-10-30 03:55:03] "POST /neutron/network HTTP/1.1" 200 841 0.007363 10.0.0.242 - - [2025-10-30 03:55:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005592 10.0.0.242 - - [2025-10-30 03:55:04] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008075 10.0.0.242 - - [2025-10-30 03:55:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003899 10.0.0.242 - - [2025-10-30 03:55:08] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005852 10.0.0.242 - - [2025-10-30 03:55:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003785 10.0.0.242 - - [2025-10-30 03:55:12] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005906 10.0.0.242 - - [2025-10-30 03:55:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006798 10.0.0.242 - - [2025-10-30 03:55:16] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006465 10.0.0.242 - - [2025-10-30 03:55:18] "POST /neutron/network HTTP/1.1" 200 851 0.008119 10.0.0.242 - - [2025-10-30 03:55:18] "POST /neutron/port HTTP/1.1" 200 117 0.001552 10.0.0.242 - - [2025-10-30 03:55:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.242 - - [2025-10-30 03:55:20] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005805 10.0.0.242 - - [2025-10-30 03:55:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003714 10.0.0.242 - - [2025-10-30 03:55:24] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006649 10.0.0.242 - - [2025-10-30 03:55:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004142 10.0.0.242 - - [2025-10-30 03:55:29] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005733 10.0.0.242 - - [2025-10-30 03:55:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004517 10.0.0.242 - - [2025-10-30 03:55:33] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006683 10.0.0.242 - - [2025-10-30 03:55:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.010394 10.0.0.242 - - [2025-10-30 03:55:37] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008023 10.0.0.242 - - [2025-10-30 03:55:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.242 - - [2025-10-30 03:55:41] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006087 10.0.0.242 - - [2025-10-30 03:55:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.005221 10.0.0.242 - - [2025-10-30 03:55:45] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.007075 10.0.0.242 - - [2025-10-30 03:55:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.242 - - [2025-10-30 03:55:49] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005619 10.0.0.242 - - [2025-10-30 03:55:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003437 10.0.0.242 - - [2025-10-30 03:55:53] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006006 10.0.0.242 - - [2025-10-30 03:55:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004261 10.0.0.242 - - [2025-10-30 03:55:57] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005361 10.0.0.242 - - [2025-10-30 03:56:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004193 10.0.0.242 - - [2025-10-30 03:56:01] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.005927 10.0.0.242 - - [2025-10-30 03:56:03] "POST /neutron/port HTTP/1.1" 200 1091 0.020291 10.0.0.242 - - [2025-10-30 03:56:03] "POST /neutron/subnet HTTP/1.1" 200 693 0.012362 10.0.0.242 - - [2025-10-30 03:56:04] "POST /neutron/port HTTP/1.1" 200 1091 0.043718 10.0.0.242 - - [2025-10-30 03:56:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003859 10.0.0.242 - - [2025-10-30 03:56:05] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.006232 10.0.0.242 - - [2025-10-30 03:56:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004930 10.0.0.242 - - [2025-10-30 03:56:07] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005666 10.0.0.242 - - [2025-10-30 03:56:08] "GET /virtual-networks?parent_id=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 363 0.004786 10.0.0.242 - - [2025-10-30 03:56:08] "GET /virtual-network/564214b6-520f-498b-be07-95c15c6c8100?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2069 0.008150 10.0.0.242 - - [2025-10-30 03:56:08] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009705 10.0.0.254 - - [2025-10-30 03:56:15] "GET /obj-perms HTTP/1.1" 200 5075 0.046236 10.0.0.240 - - [2025-10-30 03:56:15] "GET /obj-perms HTTP/1.1" 200 5075 0.051669 10.0.0.242 - - [2025-10-30 03:56:18] "POST /neutron/port HTTP/1.1" 200 1091 0.017878 10.0.0.242 - - [2025-10-30 03:56:20] "POST /neutron/port HTTP/1.1" 200 1091 0.017226 10.0.0.242 - - [2025-10-30 03:56:20] "POST /neutron/subnet HTTP/1.1" 200 693 0.009166 10.0.0.242 - - [2025-10-30 03:56:23] "POST /neutron/port HTTP/1.1" 200 1091 0.015081 10.0.0.242 - - [2025-10-30 03:56:28] "POST /neutron/security_group HTTP/1.1" 200 2062 0.010368 10.0.0.242 - - [2025-10-30 03:56:39] "POST /neutron/port HTTP/1.1" 200 1091 0.020611 10.0.0.242 - - [2025-10-30 03:56:44] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009192 10.0.0.242 - - [2025-10-30 03:56:54] "POST /fqname-to-id HTTP/1.1" 404 240 0.004615 10.0.0.242 - - [2025-10-30 03:56:54] "POST /bgp-as-a-services HTTP/1.1" 200 599 0.039695 10.0.0.242 - - [2025-10-30 03:56:55] "GET /bgp-as-a-service/d4bc3185-461b-48a7-9b6e-e4724226c525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1624 0.009550 10.0.0.242 - - [2025-10-30 03:56:55] "GET /virtual-machine-interface/c2d4391f-68a5-4dd8-b38e-cfc36f85e9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2768 0.006205 10.0.0.242 - - [2025-10-30 03:56:55] "POST /ref-update HTTP/1.1" 200 156 0.012431 10.0.0.254 - - [2025-10-30 03:56:55] "POST /bgp-routers HTTP/1.1" 200 605 0.036044 10.0.0.242 - - [2025-10-30 03:56:55] "POST /neutron/network HTTP/1.1" 200 841 0.009264 10.0.0.242 - - [2025-10-30 03:56:55] "POST /neutron/subnet HTTP/1.1" 200 719 0.010982 10.0.0.254 - - [2025-10-30 03:56:55] "POST /ref-update HTTP/1.1" 200 156 0.016760 10.0.0.242 - - [2025-10-30 03:57:04] "POST /neutron/network HTTP/1.1" 200 851 0.007052 10.0.0.242 - - [2025-10-30 03:57:04] "POST /neutron/port HTTP/1.1" 200 117 0.001264 10.0.0.242 - - [2025-10-30 03:57:22] "POST /neutron/port HTTP/1.1" 200 1091 0.017993 10.0.0.242 - - [2025-10-30 03:57:22] "POST /neutron/subnet HTTP/1.1" 200 693 0.008867 10.0.0.242 - - [2025-10-30 03:57:23] "GET /bgp-as-a-service/d4bc3185-461b-48a7-9b6e-e4724226c525?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2253 0.008448 10.0.0.242 - - [2025-10-30 03:57:23] "GET /virtual-machine-interface/c2d4391f-68a5-4dd8-b38e-cfc36f85e9e7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3098 0.005642 10.0.0.242 - - [2025-10-30 03:57:23] "POST /ref-update HTTP/1.1" 200 156 0.013156 10.0.0.254 - - [2025-10-30 03:57:23] "POST /ref-update HTTP/1.1" 200 156 0.021870 10.0.0.242 - - [2025-10-30 03:57:23] "DELETE /bgp-as-a-service/d4bc3185-461b-48a7-9b6e-e4724226c525 HTTP/1.1" 200 115 0.064244 10.0.0.242 - - [2025-10-30 03:57:23] "POST /neutron/network HTTP/1.1" 200 841 0.007761 10.0.0.242 - - [2025-10-30 03:57:24] "POST /neutron/port HTTP/1.1" 200 1117 0.013463 10.0.0.242 - - [2025-10-30 03:57:24] "POST /neutron/port HTTP/1.1" 200 1117 0.009848 10.0.0.240 - - [2025-10-30 03:57:25] "POST /useragent-kv HTTP/1.1" 200 115 0.010852 10.0.0.240 - - [2025-10-30 03:57:25] "POST /useragent-kv HTTP/1.1" 200 115 0.003019 10.0.0.242 - - [2025-10-30 03:57:25] "POST /neutron/network HTTP/1.1" 200 151 0.179618 10.0.0.254 - - [2025-10-30 03:57:25] "DELETE /route-target/d26d5d6a-4cae-4d97-a44d-17abf887ba8d HTTP/1.1" 200 115 0.028599 10.0.0.240 - - [2025-10-30 03:57:27] "GET /projects?obj_uuids=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001683 10.0.0.242 - - [2025-10-30 03:57:27] "GET /project/e1aba1bb-717f-4189-b205-19116afba894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.063149 10.0.0.240 - - [2025-10-30 03:57:27] "GET /projects?obj_uuids=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001490 10.0.0.242 - - [2025-10-30 03:57:27] "GET /project/e1aba1bb-717f-4189-b205-19116afba894?fields=virtual_networks HTTP/1.1" 200 1053 0.073784 10.0.0.240 - - [2025-10-30 03:57:27] "GET /projects?obj_uuids=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001770 10.0.0.242 - - [2025-10-30 03:57:27] "GET /project/e1aba1bb-717f-4189-b205-19116afba894?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.050504 10.0.0.240 - - [2025-10-30 03:57:27] "GET /projects?obj_uuids=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001868 10.0.0.242 - - [2025-10-30 03:57:27] "GET /project/e1aba1bb-717f-4189-b205-19116afba894?fields=security_groups HTTP/1.1" 200 1284 0.052590 10.0.0.242 - - [2025-10-30 03:57:28] "POST /fqname-to-id HTTP/1.1" 404 189 0.023683 10.0.0.240 - - [2025-10-30 03:57:28] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003706 10.0.0.240 - - [2025-10-30 03:57:28] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001345 10.0.0.240 - - [2025-10-30 03:57:28] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007638 10.0.0.240 - - [2025-10-30 03:57:28] "POST /id-to-fqname HTTP/1.1" 200 191 0.002029 10.0.0.240 - - [2025-10-30 03:57:28] "POST /fqname-to-id HTTP/1.1" 404 200 0.004361 10.0.0.240 - - [2025-10-30 03:57:28] "POST /security-groups HTTP/1.1" 200 592 0.031492 10.0.0.240 - - [2025-10-30 03:57:28] "POST /projects HTTP/1.1" 200 587 0.253094 10.0.0.254 - - [2025-10-30 03:57:28] "POST /fqname-to-id HTTP/1.1" 404 234 0.004941 10.0.0.240 - - [2025-10-30 03:57:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.321891 10.0.0.242 - - [2025-10-30 03:57:28] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.475925 10.0.0.242 - - [2025-10-30 03:57:29] "GET / HTTP/1.1" 200 36215 0.001573 10.0.0.242 - - [2025-10-30 03:57:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000705 10.0.0.242 - - [2025-10-30 03:57:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.056491 10.0.0.240 - - [2025-10-30 03:57:31] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001066 10.0.0.242 - - [2025-10-30 03:57:32] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.058770 10.0.0.254 - - [2025-10-30 03:57:32] "POST /ref-update HTTP/1.1" 200 156 0.027824 10.0.0.240 - - [2025-10-30 03:57:32] "POST /useragent-kv HTTP/1.1" 200 115 0.010406 10.0.0.242 - - [2025-10-30 03:57:32] "POST /neutron/subnet HTTP/1.1" 200 729 0.233446 10.0.0.242 - - [2025-10-30 03:57:32] "POST /id-to-fqname HTTP/1.1" 200 225 0.002086 10.0.0.242 - - [2025-10-30 03:57:32] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006962 10.0.0.242 - - [2025-10-30 03:57:32] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.008664 10.0.0.242 - - [2025-10-30 03:57:32] "POST /neutron/network HTTP/1.1" 200 834 0.009038 10.0.0.242 - - [2025-10-30 03:57:32] "POST /id-to-fqname HTTP/1.1" 200 225 0.001999 10.0.0.240 - - [2025-10-30 03:57:33] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003138 10.0.0.242 - - [2025-10-30 03:57:33] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.077003 10.0.0.242 - - [2025-10-30 03:57:33] "POST /neutron/network HTTP/1.1" 200 834 0.038638 10.0.0.242 - - [2025-10-30 03:57:33] "POST /id-to-fqname HTTP/1.1" 200 225 0.001415 10.0.0.242 - - [2025-10-30 03:57:34] "POST /neutron/port HTTP/1.1" 200 117 0.007851 10.0.0.240 - - [2025-10-30 03:57:34] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002283 10.0.0.242 - - [2025-10-30 03:57:34] "POST /neutron/port HTTP/1.1" 200 1062 0.424520 10.0.0.242 - - [2025-10-30 03:57:34] "POST /neutron/port HTTP/1.1" 200 1116 0.146756 10.0.0.240 - - [2025-10-30 03:57:34] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001407 10.0.0.242 - - [2025-10-30 03:57:35] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.097830 10.0.0.242 - - [2025-10-30 03:57:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005344 10.0.0.242 - - [2025-10-30 03:57:35] "POST /neutron/port HTTP/1.1" 200 1090 0.029208 10.0.0.242 - - [2025-10-30 03:57:35] "POST /neutron/port HTTP/1.1" 200 117 0.015374 10.0.0.242 - - [2025-10-30 03:57:35] "POST /id-to-fqname HTTP/1.1" 200 225 0.001819 10.0.0.242 - - [2025-10-30 03:57:35] "POST /neutron/network HTTP/1.1" 200 844 0.007662 10.0.0.242 - - [2025-10-30 03:57:36] "POST /neutron/port HTTP/1.1" 200 1062 0.027755 10.0.0.242 - - [2025-10-30 03:57:36] "POST /neutron/port HTTP/1.1" 200 1090 0.029787 10.0.0.240 - - [2025-10-30 03:57:36] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001024 10.0.0.242 - - [2025-10-30 03:57:36] "POST /neutron/port HTTP/1.1" 200 117 0.002687 10.0.0.242 - - [2025-10-30 03:57:36] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.107176 10.0.0.242 - - [2025-10-30 03:57:37] "POST /neutron/port HTTP/1.1" 200 2064 0.067859 10.0.0.242 - - [2025-10-30 03:57:37] "POST /neutron/port HTTP/1.1" 200 1090 0.054062 10.0.0.240 - - [2025-10-30 03:57:38] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001247 10.0.0.242 - - [2025-10-30 03:57:38] "POST /neutron/port HTTP/1.1" 200 1062 0.424072 10.0.0.242 - - [2025-10-30 03:57:39] "POST /neutron/port HTTP/1.1" 200 1116 0.135886 10.0.0.242 - - [2025-10-30 03:57:39] "POST /neutron/subnet HTTP/1.1" 200 703 0.009691 10.0.0.242 - - [2025-10-30 03:57:42] "POST /neutron/port HTTP/1.1" 200 1090 0.015980 10.0.0.242 - - [2025-10-30 03:57:47] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009455 10.0.0.242 - - [2025-10-30 03:57:57] "POST /neutron/port HTTP/1.1" 200 1090 0.025861 10.0.0.254 - - [2025-10-30 03:57:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.254 - - [2025-10-30 03:57:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.254 - - [2025-10-30 03:58:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000497 10.0.0.254 - - [2025-10-30 03:58:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000428 10.0.0.240 - - [2025-10-30 03:58:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.240 - - [2025-10-30 03:58:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.242 - - [2025-10-30 03:58:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000434 10.0.0.240 - - [2025-10-30 03:58:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.242 - - [2025-10-30 03:58:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000411 10.0.0.240 - - [2025-10-30 03:58:01] "GET /global-system-configs HTTP/1.1" 401 293 0.001145 10.0.0.242 - - [2025-10-30 03:58:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008300 10.0.0.242 - - [2025-10-30 03:58:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000421 10.0.0.242 - - [2025-10-30 03:58:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000441 10.0.0.242 - - [2025-10-30 03:58:08] "POST /neutron/port HTTP/1.1" 200 1090 0.018499 10.0.0.242 - - [2025-10-30 03:58:08] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007697 10.0.0.242 - - [2025-10-30 03:58:08] "GET /virtual-machine/cc4e8398-3a93-47a0-953e-b17dde0b4180 HTTP/1.1" 401 293 0.000525 10.0.0.242 - - [2025-10-30 03:58:08] "GET /virtual-machine/cc4e8398-3a93-47a0-953e-b17dde0b4180 HTTP/1.1" 200 1296 0.033897 10.0.0.242 - - [2025-10-30 03:58:08] "GET /virtual-machine-interface/ef7eaff3-56cf-4f7f-acd8-4881abc59da2 HTTP/1.1" 200 2966 0.007072 10.0.0.242 - - [2025-10-30 03:58:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004957 10.0.0.242 - - [2025-10-30 03:58:08] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005268 10.0.0.242 - - [2025-10-30 03:58:08] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004696 10.0.0.242 - - [2025-10-30 03:58:08] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007289 10.0.0.242 - - [2025-10-30 03:58:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003664 10.0.0.242 - - [2025-10-30 03:58:11] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005449 10.0.0.242 - - [2025-10-30 03:58:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003926 10.0.0.242 - - [2025-10-30 03:58:15] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.007843 10.0.0.242 - - [2025-10-30 03:58:16] "GET /obj-perms HTTP/1.1" 200 5075 0.052677 10.0.0.240 - - [2025-10-30 03:58:18] "DELETE /project/6500ea42243e409b873fc62e609afe53 HTTP/1.1" 404 173 0.015974 10.0.0.240 - - [2025-10-30 03:58:18] "GET /projects?obj_uuids=e1aba1bb-717f-4189-b205-19116afba894&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.003166 10.0.0.240 - - [2025-10-30 03:58:18] "GET /project/e1aba1bb-717f-4189-b205-19116afba894?exclude_back_refs=True&exclude_children=True HTTP/1.1" 404 191 0.028391 10.0.0.240 - - [2025-10-30 03:58:18] "DELETE /project/e1aba1bb-717f-4189-b205-19116afba894 HTTP/1.1" 404 171 0.040191 10.0.0.242 - - [2025-10-30 03:58:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003634 10.0.0.242 - - [2025-10-30 03:58:19] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005732 10.0.0.242 - - [2025-10-30 03:58:22] "POST /neutron/network HTTP/1.1" 200 844 0.006814 10.0.0.242 - - [2025-10-30 03:58:22] "POST /neutron/port HTTP/1.1" 200 117 0.001227 10.0.0.242 - - [2025-10-30 03:58:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004251 10.0.0.242 - - [2025-10-30 03:58:24] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005868 10.0.0.242 - - [2025-10-30 03:58:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003451 10.0.0.242 - - [2025-10-30 03:58:28] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006623 10.0.0.242 - - [2025-10-30 03:58:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.242 - - [2025-10-30 03:58:32] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005400 10.0.0.242 - - [2025-10-30 03:58:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.003936 10.0.0.242 - - [2025-10-30 03:58:36] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005633 10.0.0.242 - - [2025-10-30 03:58:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003537 10.0.0.242 - - [2025-10-30 03:58:40] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005971 10.0.0.242 - - [2025-10-30 03:58:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004024 10.0.0.242 - - [2025-10-30 03:58:44] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006395 10.0.0.242 - - [2025-10-30 03:58:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.242 - - [2025-10-30 03:58:48] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006768 10.0.0.242 - - [2025-10-30 03:58:50] "POST /neutron/security_group HTTP/1.1" 200 2059 0.006959 10.0.0.242 - - [2025-10-30 03:58:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003997 10.0.0.242 - - [2025-10-30 03:58:52] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005656 10.0.0.242 - - [2025-10-30 03:58:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003831 10.0.0.242 - - [2025-10-30 03:58:56] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005626 10.0.0.242 - - [2025-10-30 03:59:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.242 - - [2025-10-30 03:59:00] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.010540 10.0.0.242 - - [2025-10-30 03:59:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004781 10.0.0.242 - - [2025-10-30 03:59:05] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006856 10.0.0.242 - - [2025-10-30 03:59:06] "POST /neutron/network HTTP/1.1" 200 844 0.023722 10.0.0.242 - - [2025-10-30 03:59:06] "POST /neutron/port HTTP/1.1" 200 117 0.001292 10.0.0.242 - - [2025-10-30 03:59:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004066 10.0.0.242 - - [2025-10-30 03:59:09] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006015 10.0.0.242 - - [2025-10-30 03:59:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003839 10.0.0.242 - - [2025-10-30 03:59:13] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.005463 10.0.0.242 - - [2025-10-30 03:59:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003809 10.0.0.242 - - [2025-10-30 03:59:17] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006517 10.0.0.242 - - [2025-10-30 03:59:17] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007750 10.0.0.242 - - [2025-10-30 03:59:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004354 10.0.0.242 - - [2025-10-30 03:59:19] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005832 10.0.0.242 - - [2025-10-30 03:59:19] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003914 10.0.0.242 - - [2025-10-30 03:59:19] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006525 10.0.0.242 - - [2025-10-30 03:59:24] "POST /neutron/port HTTP/1.1" 200 1090 0.042380 10.0.0.242 - - [2025-10-30 03:59:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003967 10.0.0.242 - - [2025-10-30 03:59:24] "POST /neutron/network HTTP/1.1" 200 834 0.006792 10.0.0.242 - - [2025-10-30 03:59:25] "POST /neutron/port HTTP/1.1" 200 1090 0.014370 10.0.0.242 - - [2025-10-30 03:59:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008313 10.0.0.242 - - [2025-10-30 03:59:40] "POST /neutron/port HTTP/1.1" 200 1090 0.016493 10.0.0.242 - - [2025-10-30 03:59:45] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009439 10.0.0.242 - - [2025-10-30 03:59:55] "POST /neutron/port HTTP/1.1" 200 1090 0.017866 10.0.0.242 - - [2025-10-30 04:00:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.020884 10.0.0.242 - - [2025-10-30 04:00:01] "POST /neutron/port HTTP/1.1" 200 1090 0.018535 10.0.0.242 - - [2025-10-30 04:00:01] "GET /virtual-machine/3a58b554-d2ef-450d-8ae7-a6279b11aa0f HTTP/1.1" 200 1295 0.008391 10.0.0.242 - - [2025-10-30 04:00:01] "GET /virtual-machine-interface/a267c5c6-b5d3-47e6-a121-d2b88916c81c HTTP/1.1" 200 2966 0.009901 10.0.0.242 - - [2025-10-30 04:00:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005010 10.0.0.242 - - [2025-10-30 04:00:01] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007009 10.0.0.242 - - [2025-10-30 04:00:01] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004529 10.0.0.242 - - [2025-10-30 04:00:01] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.010809 10.0.0.242 - - [2025-10-30 04:00:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.242 - - [2025-10-30 04:00:02] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004024 10.0.0.242 - - [2025-10-30 04:00:02] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003659 10.0.0.242 - - [2025-10-30 04:00:02] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006482 10.0.0.242 - - [2025-10-30 04:00:02] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010778 10.0.0.242 - - [2025-10-30 04:00:03] "POST /neutron/port HTTP/1.1" 200 1090 0.015435 10.0.0.242 - - [2025-10-30 04:00:03] "GET /virtual-machine/2ceefc7d-c774-4c56-a757-7e4c676a2727 HTTP/1.1" 200 1295 0.007449 10.0.0.242 - - [2025-10-30 04:00:03] "GET /virtual-machine-interface/e4f21338-0420-48c8-88ca-8abecc46e258 HTTP/1.1" 200 2965 0.007363 10.0.0.242 - - [2025-10-30 04:00:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003526 10.0.0.242 - - [2025-10-30 04:00:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003928 10.0.0.242 - - [2025-10-30 04:00:03] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003535 10.0.0.242 - - [2025-10-30 04:00:03] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006352 10.0.0.242 - - [2025-10-30 04:00:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004361 10.0.0.242 - - [2025-10-30 04:00:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004549 10.0.0.242 - - [2025-10-30 04:00:04] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004435 10.0.0.242 - - [2025-10-30 04:00:04] "GET /virtual-network/989c6be8-7421-466d-b512-fc071f5f3c11?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2061 0.006304 10.0.0.242 - - [2025-10-30 04:00:04] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010041 10.0.0.242 - - [2025-10-30 04:00:06] "POST /neutron/network HTTP/1.1" 200 844 0.032007 10.0.0.242 - - [2025-10-30 04:00:06] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.242 - - [2025-10-30 04:00:09] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008746 10.0.0.242 - - [2025-10-30 04:00:14] "POST /fqname-to-id HTTP/1.1" 404 198 0.004312 10.0.0.242 - - [2025-10-30 04:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.008071 10.0.0.242 - - [2025-10-30 04:00:14] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.011453 10.0.0.242 - - [2025-10-30 04:00:14] "POST /control-node-zones HTTP/1.1" 200 571 0.031144 10.0.0.242 - - [2025-10-30 04:00:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.242 - - [2025-10-30 04:00:14] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008914 10.0.0.242 - - [2025-10-30 04:00:15] "GET /control-node-zone/3f442048-e8f1-4dac-8d7a-6a2a5ecf110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006556 10.0.0.242 - - [2025-10-30 04:00:15] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.028926 10.0.0.242 - - [2025-10-30 04:00:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.003351 10.0.0.242 - - [2025-10-30 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003901 10.0.0.242 - - [2025-10-30 04:00:15] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006980 10.0.0.242 - - [2025-10-30 04:00:15] "POST /control-node-zones HTTP/1.1" 200 571 0.128118 10.0.0.242 - - [2025-10-30 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.242 - - [2025-10-30 04:00:15] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005513 10.0.0.242 - - [2025-10-30 04:00:15] "GET /control-node-zone/88caddfb-04f4-486a-9290-5407773448c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005608 10.0.0.242 - - [2025-10-30 04:00:15] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.026585 10.0.0.242 - - [2025-10-30 04:00:15] "POST /fqname-to-id HTTP/1.1" 404 198 0.003529 10.0.0.242 - - [2025-10-30 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.242 - - [2025-10-30 04:00:15] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006562 10.0.0.242 - - [2025-10-30 04:00:15] "POST /control-node-zones HTTP/1.1" 200 571 0.031248 10.0.0.242 - - [2025-10-30 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003993 10.0.0.242 - - [2025-10-30 04:00:15] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005339 10.0.0.242 - - [2025-10-30 04:00:15] "GET /control-node-zone/d1d5b23a-323b-4d6b-b4d8-793ade8669c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.005268 10.0.0.242 - - [2025-10-30 04:00:15] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.019926 10.0.0.242 - - [2025-10-30 04:00:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003236 10.0.0.242 - - [2025-10-30 04:00:15] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.018958 10.0.0.242 - - [2025-10-30 04:00:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.003096 10.0.0.242 - - [2025-10-30 04:00:16] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.039997 10.0.0.242 - - [2025-10-30 04:00:16] "POST /neutron/network HTTP/1.1" 200 834 0.007127 10.0.0.242 - - [2025-10-30 04:00:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004132 10.0.0.242 - - [2025-10-30 04:00:16] "GET /bgp-as-a-service/f05c850d-df4c-4703-955f-1174ab356501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.006734 10.0.0.242 - - [2025-10-30 04:00:16] "GET /control-node-zone/3f442048-e8f1-4dac-8d7a-6a2a5ecf110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004426 10.0.0.242 - - [2025-10-30 04:00:16] "POST /ref-update HTTP/1.1" 200 156 0.021892 10.0.0.254 - - [2025-10-30 04:00:18] "GET /obj-perms HTTP/1.1" 200 5075 0.046069 10.0.0.242 - - [2025-10-30 04:00:23] "GET /bgp-as-a-service/f05c850d-df4c-4703-955f-1174ab356501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.006670 10.0.0.242 - - [2025-10-30 04:00:23] "GET /virtual-machine-interface/ef7eaff3-56cf-4f7f-acd8-4881abc59da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.008487 10.0.0.242 - - [2025-10-30 04:00:23] "POST /ref-update HTTP/1.1" 200 156 0.013444 10.0.0.254 - - [2025-10-30 04:00:23] "POST /bgp-routers HTTP/1.1" 200 596 0.050502 10.0.0.254 - - [2025-10-30 04:00:23] "POST /ref-update HTTP/1.1" 200 156 0.017976 10.0.0.242 - - [2025-10-30 04:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003625 10.0.0.242 - - [2025-10-30 04:00:24] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.005900 10.0.0.242 - - [2025-10-30 04:00:24] "POST /fqname-to-id HTTP/1.1" 404 234 0.002464 10.0.0.242 - - [2025-10-30 04:00:24] "POST /neutron/port HTTP/1.1" 200 1090 0.013892 10.0.0.242 - - [2025-10-30 04:00:24] "POST /neutron/subnet HTTP/1.1" 200 703 0.008216 10.0.0.242 - - [2025-10-30 04:00:24] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.036594 10.0.0.242 - - [2025-10-30 04:00:24] "POST /neutron/network HTTP/1.1" 200 834 0.006851 10.0.0.242 - - [2025-10-30 04:00:24] "POST /neutron/subnet HTTP/1.1" 200 729 0.009232 10.0.0.242 - - [2025-10-30 04:00:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003060 10.0.0.242 - - [2025-10-30 04:00:24] "GET /bgp-as-a-service/ae542973-4f11-4619-8069-9c7ced606084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1549 0.006123 10.0.0.242 - - [2025-10-30 04:00:24] "GET /control-node-zone/88caddfb-04f4-486a-9290-5407773448c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004103 10.0.0.242 - - [2025-10-30 04:00:24] "POST /ref-update HTTP/1.1" 200 156 0.013869 10.0.0.242 - - [2025-10-30 04:00:32] "GET /bgp-as-a-service/ae542973-4f11-4619-8069-9c7ced606084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1840 0.006655 10.0.0.242 - - [2025-10-30 04:00:32] "GET /virtual-machine-interface/a267c5c6-b5d3-47e6-a121-d2b88916c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.006621 10.0.0.242 - - [2025-10-30 04:00:32] "POST /ref-update HTTP/1.1" 200 156 0.014122 10.0.0.254 - - [2025-10-30 04:00:32] "POST /ref-update HTTP/1.1" 200 156 0.038707 10.0.0.242 - - [2025-10-30 04:00:51] "GET /control-node-zone/3f442048-e8f1-4dac-8d7a-6a2a5ecf110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006025 10.0.0.242 - - [2025-10-30 04:00:51] "POST /ref-update HTTP/1.1" 200 156 0.022184 10.0.0.242 - - [2025-10-30 04:00:51] "GET /control-node-zone/88caddfb-04f4-486a-9290-5407773448c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006155 10.0.0.242 - - [2025-10-30 04:00:51] "POST /ref-update HTTP/1.1" 200 156 0.020910 10.0.0.242 - - [2025-10-30 04:00:52] "GET /control-node-zone/d1d5b23a-323b-4d6b-b4d8-793ade8669c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.004269 10.0.0.242 - - [2025-10-30 04:00:52] "POST /ref-update HTTP/1.1" 200 156 0.025395 10.0.0.242 - - [2025-10-30 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.005137 10.0.0.242 - - [2025-10-30 04:00:52] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006662 10.0.0.242 - - [2025-10-30 04:00:52] "GET /control-node-zone/3f442048-e8f1-4dac-8d7a-6a2a5ecf110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004987 10.0.0.242 - - [2025-10-30 04:00:52] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.024308 10.0.0.242 - - [2025-10-30 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003992 10.0.0.242 - - [2025-10-30 04:00:52] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005692 10.0.0.242 - - [2025-10-30 04:00:52] "GET /control-node-zone/88caddfb-04f4-486a-9290-5407773448c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003529 10.0.0.242 - - [2025-10-30 04:00:52] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.020745 10.0.0.242 - - [2025-10-30 04:00:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004578 10.0.0.242 - - [2025-10-30 04:00:52] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005558 10.0.0.242 - - [2025-10-30 04:00:52] "GET /control-node-zone/d1d5b23a-323b-4d6b-b4d8-793ade8669c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003710 10.0.0.242 - - [2025-10-30 04:00:52] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.021458 10.0.0.242 - - [2025-10-30 04:01:08] "POST /neutron/network HTTP/1.1" 200 844 0.008540 10.0.0.242 - - [2025-10-30 04:01:08] "POST /neutron/port HTTP/1.1" 200 117 0.001356 10.0.0.242 - - [2025-10-30 04:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003921 10.0.0.242 - - [2025-10-30 04:01:10] "GET /bgp-as-a-service/f05c850d-df4c-4703-955f-1174ab356501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2451 0.005941 10.0.0.242 - - [2025-10-30 04:01:10] "GET /control-node-zone/3f442048-e8f1-4dac-8d7a-6a2a5ecf110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003460 10.0.0.242 - - [2025-10-30 04:01:10] "POST /ref-update HTTP/1.1" 200 156 0.015210 10.0.0.242 - - [2025-10-30 04:01:10] "GET /control-node-zone/3f442048-e8f1-4dac-8d7a-6a2a5ecf110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.004326 10.0.0.242 - - [2025-10-30 04:01:10] "POST /ref-update HTTP/1.1" 200 156 0.023553 10.0.0.242 - - [2025-10-30 04:01:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003582 10.0.0.242 - - [2025-10-30 04:01:11] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007395 10.0.0.242 - - [2025-10-30 04:01:11] "POST /neutron/subnet HTTP/1.1" 200 729 0.009719 10.0.0.242 - - [2025-10-30 04:01:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003583 10.0.0.242 - - [2025-10-30 04:01:11] "GET /bgp-as-a-service/f05c850d-df4c-4703-955f-1174ab356501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006054 10.0.0.242 - - [2025-10-30 04:01:11] "GET /control-node-zone/d1d5b23a-323b-4d6b-b4d8-793ade8669c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003915 10.0.0.242 - - [2025-10-30 04:01:11] "POST /ref-update HTTP/1.1" 200 156 0.020963 10.0.0.242 - - [2025-10-30 04:01:13] "GET /bgp-as-a-service/f05c850d-df4c-4703-955f-1174ab356501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2451 0.007058 10.0.0.242 - - [2025-10-30 04:01:13] "GET /virtual-machine-interface/ef7eaff3-56cf-4f7f-acd8-4881abc59da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.007548 10.0.0.240 - - [2025-10-30 04:01:18] "GET /obj-perms HTTP/1.1" 200 5075 0.128548 10.0.0.242 - - [2025-10-30 04:01:26] "POST /neutron/port HTTP/1.1" 200 1090 0.018661 10.0.0.242 - - [2025-10-30 04:01:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005630 10.0.0.242 - - [2025-10-30 04:01:26] "POST /neutron/network HTTP/1.1" 200 834 0.007048 10.0.0.242 - - [2025-10-30 04:01:26] "GET /bgp-as-a-service/f05c850d-df4c-4703-955f-1174ab356501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2451 0.004278 10.0.0.242 - - [2025-10-30 04:01:26] "GET /virtual-machine-interface/ef7eaff3-56cf-4f7f-acd8-4881abc59da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.005890 10.0.0.242 - - [2025-10-30 04:01:26] "POST /ref-update HTTP/1.1" 200 156 0.013519 10.0.0.242 - - [2025-10-30 04:01:26] "GET /bgp-as-a-service/ae542973-4f11-4619-8069-9c7ced606084?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2452 0.006204 10.0.0.242 - - [2025-10-30 04:01:26] "GET /virtual-machine-interface/a267c5c6-b5d3-47e6-a121-d2b88916c81c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.005632 10.0.0.242 - - [2025-10-30 04:01:26] "POST /ref-update HTTP/1.1" 200 156 0.012089 10.0.0.242 - - [2025-10-30 04:01:26] "DELETE /bgp-as-a-service/ae542973-4f11-4619-8069-9c7ced606084 HTTP/1.1" 200 115 0.048818 10.0.0.242 - - [2025-10-30 04:01:26] "GET /bgp-as-a-service/f05c850d-df4c-4703-955f-1174ab356501?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2155 0.015164 10.0.0.242 - - [2025-10-30 04:01:26] "GET /virtual-machine-interface/ef7eaff3-56cf-4f7f-acd8-4881abc59da2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.005172 10.0.0.242 - - [2025-10-30 04:01:26] "DELETE /bgp-as-a-service/f05c850d-df4c-4703-955f-1174ab356501 HTTP/1.1" 200 115 0.043021 10.0.0.242 - - [2025-10-30 04:01:26] "GET /control-node-zone/d1d5b23a-323b-4d6b-b4d8-793ade8669c4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.003980 10.0.0.242 - - [2025-10-30 04:01:26] "POST /ref-update HTTP/1.1" 200 156 0.025381 10.0.0.242 - - [2025-10-30 04:01:26] "DELETE /control-node-zone/d1d5b23a-323b-4d6b-b4d8-793ade8669c4 HTTP/1.1" 200 115 0.026403 10.0.0.242 - - [2025-10-30 04:01:26] "GET /control-node-zone/88caddfb-04f4-486a-9290-5407773448c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005757 10.0.0.242 - - [2025-10-30 04:01:26] "POST /ref-update HTTP/1.1" 200 156 0.020231 10.0.0.254 - - [2025-10-30 04:01:26] "POST /ref-update HTTP/1.1" 404 171 0.004129 10.0.0.242 - - [2025-10-30 04:01:27] "DELETE /control-node-zone/88caddfb-04f4-486a-9290-5407773448c3 HTTP/1.1" 200 115 0.052627 10.0.0.242 - - [2025-10-30 04:01:27] "GET /control-node-zone/3f442048-e8f1-4dac-8d7a-6a2a5ecf110a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.007517 10.0.0.254 - - [2025-10-30 04:01:27] "POST /ref-update HTTP/1.1" 200 156 0.025874 10.0.0.242 - - [2025-10-30 04:01:27] "DELETE /control-node-zone/3f442048-e8f1-4dac-8d7a-6a2a5ecf110a HTTP/1.1" 200 115 0.052159 10.0.0.242 - - [2025-10-30 04:01:27] "POST /neutron/port HTTP/1.1" 200 1090 0.020929 10.0.0.242 - - [2025-10-30 04:01:27] "POST /neutron/port HTTP/1.1" 200 1090 0.021387 10.0.0.242 - - [2025-10-30 04:01:28] "POST /neutron/port HTTP/1.1" 200 1090 0.036801 10.0.0.242 - - [2025-10-30 04:01:29] "POST /neutron/network HTTP/1.1" 200 834 0.007934 10.0.0.254 - - [2025-10-30 04:01:29] "DELETE /route-target/42237ced-00a4-4884-a223-29101102f816 HTTP/1.1" 200 115 0.024720 10.0.0.242 - - [2025-10-30 04:01:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004249 10.0.0.240 - - [2025-10-30 04:01:32] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.030140 10.0.0.242 - - [2025-10-30 04:01:32] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.075582 10.0.0.240 - - [2025-10-30 04:01:32] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001094 10.0.0.242 - - [2025-10-30 04:01:32] "POST /neutron/network HTTP/1.1" 200 614 0.126888 10.0.0.242 - - [2025-10-30 04:01:32] "POST /id-to-fqname HTTP/1.1" 200 225 0.003673 10.0.0.242 - - [2025-10-30 04:01:32] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005872 10.0.0.242 - - [2025-10-30 04:01:32] "POST /neutron/network HTTP/1.1" 200 832 0.007009 10.0.0.242 - - [2025-10-30 04:01:32] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005499 10.0.0.242 - - [2025-10-30 04:01:32] "POST /id-to-fqname HTTP/1.1" 200 225 0.001469 10.0.0.242 - - [2025-10-30 04:01:33] "POST /neutron/network HTTP/1.1" 200 842 0.008314 10.0.0.240 - - [2025-10-30 04:01:33] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001131 10.0.0.242 - - [2025-10-30 04:01:33] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.064590 10.0.0.242 - - [2025-10-30 04:01:34] "POST /neutron/port HTTP/1.1" 200 117 0.009571 10.0.0.242 - - [2025-10-30 04:01:34] "POST /id-to-fqname HTTP/1.1" 200 225 0.001403 10.0.0.242 - - [2025-10-30 04:01:34] "POST /neutron/network HTTP/1.1" 200 842 0.007892 10.0.0.242 - - [2025-10-30 04:01:34] "POST /neutron/port HTTP/1.1" 200 1060 0.019558 10.0.0.240 - - [2025-10-30 04:01:35] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000996 10.0.0.242 - - [2025-10-30 04:01:35] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.083759 10.0.0.242 - - [2025-10-30 04:01:35] "POST /neutron/network HTTP/1.1" 200 832 0.006981 10.0.0.242 - - [2025-10-30 04:01:35] "POST /neutron/port HTTP/1.1" 200 117 0.001284 10.0.0.242 - - [2025-10-30 04:01:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.012328 10.0.0.242 - - [2025-10-30 04:01:35] "POST /id-to-fqname HTTP/1.1" 200 225 0.001464 10.0.0.242 - - [2025-10-30 04:01:35] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008362 10.0.0.240 - - [2025-10-30 04:01:35] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001189 10.0.0.242 - - [2025-10-30 04:01:36] "POST /neutron/port HTTP/1.1" 200 1060 0.342487 10.0.0.242 - - [2025-10-30 04:01:36] "POST /neutron/port HTTP/1.1" 200 1114 0.144754 10.0.0.242 - - [2025-10-30 04:01:36] "POST /neutron/subnet HTTP/1.1" 200 693 0.013758 10.0.0.240 - - [2025-10-30 04:01:36] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001288 10.0.0.242 - - [2025-10-30 04:01:36] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.071090 10.0.0.242 - - [2025-10-30 04:01:36] "POST /neutron/network HTTP/1.1" 200 832 0.009104 10.0.0.242 - - [2025-10-30 04:01:36] "POST /neutron/port HTTP/1.1" 200 117 0.007028 10.0.0.242 - - [2025-10-30 04:01:37] "POST /neutron/port HTTP/1.1" 200 1088 0.023001 10.0.0.242 - - [2025-10-30 04:01:37] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008137 10.0.0.242 - - [2025-10-30 04:01:37] "GET /virtual-machine/a1382307-cbd5-4a67-8c61-25357bf28e0d HTTP/1.1" 200 1296 0.007714 10.0.0.242 - - [2025-10-30 04:01:37] "GET /virtual-machine-interface/e771e22d-9c70-4ece-a551-005689e20017 HTTP/1.1" 200 2966 0.005721 10.0.0.242 - - [2025-10-30 04:01:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.005553 10.0.0.242 - - [2025-10-30 04:01:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.008947 10.0.0.242 - - [2025-10-30 04:01:37] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003405 10.0.0.242 - - [2025-10-30 04:01:37] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006380 10.0.0.242 - - [2025-10-30 04:01:37] "POST /neutron/port HTTP/1.1" 200 1060 0.023178 10.0.0.242 - - [2025-10-30 04:01:38] "POST /neutron/port HTTP/1.1" 200 1088 0.019666 10.0.0.242 - - [2025-10-30 04:01:38] "POST /neutron/port HTTP/1.1" 200 117 0.001338 10.0.0.242 - - [2025-10-30 04:01:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004761 10.0.0.242 - - [2025-10-30 04:01:40] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005784 10.0.0.242 - - [2025-10-30 04:01:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004061 10.0.0.242 - - [2025-10-30 04:01:44] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007256 10.0.0.242 - - [2025-10-30 04:01:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.242 - - [2025-10-30 04:01:48] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005678 10.0.0.242 - - [2025-10-30 04:01:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004918 10.0.0.242 - - [2025-10-30 04:01:52] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007943 10.0.0.242 - - [2025-10-30 04:01:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.242 - - [2025-10-30 04:01:56] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007231 10.0.0.242 - - [2025-10-30 04:02:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.004750 10.0.0.242 - - [2025-10-30 04:02:00] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007645 10.0.0.242 - - [2025-10-30 04:02:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003930 10.0.0.242 - - [2025-10-30 04:02:05] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005954 10.0.0.242 - - [2025-10-30 04:02:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004333 10.0.0.242 - - [2025-10-30 04:02:09] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006563 10.0.0.242 - - [2025-10-30 04:02:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004002 10.0.0.242 - - [2025-10-30 04:02:13] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006450 10.0.0.242 - - [2025-10-30 04:02:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005412 10.0.0.242 - - [2025-10-30 04:02:17] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006358 10.0.0.242 - - [2025-10-30 04:02:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004420 10.0.0.242 - - [2025-10-30 04:02:21] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005644 10.0.0.242 - - [2025-10-30 04:02:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.005035 10.0.0.242 - - [2025-10-30 04:02:25] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006737 10.0.0.242 - - [2025-10-30 04:02:26] "POST /neutron/port HTTP/1.1" 200 1088 0.017567 10.0.0.242 - - [2025-10-30 04:02:26] "POST /neutron/subnet HTTP/1.1" 200 693 0.010409 10.0.0.242 - - [2025-10-30 04:02:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.004827 10.0.0.242 - - [2025-10-30 04:02:29] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005820 10.0.0.242 - - [2025-10-30 04:02:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.030764 10.0.0.242 - - [2025-10-30 04:02:33] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005666 10.0.0.242 - - [2025-10-30 04:02:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003503 10.0.0.242 - - [2025-10-30 04:02:37] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006310 10.0.0.242 - - [2025-10-30 04:02:40] "POST /neutron/port HTTP/1.1" 200 1088 0.040896 10.0.0.242 - - [2025-10-30 04:02:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003627 10.0.0.242 - - [2025-10-30 04:02:41] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.005498 10.0.0.242 - - [2025-10-30 04:02:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003722 10.0.0.242 - - [2025-10-30 04:02:46] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006646 10.0.0.242 - - [2025-10-30 04:02:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.004097 10.0.0.242 - - [2025-10-30 04:02:50] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006086 10.0.0.242 - - [2025-10-30 04:02:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004174 10.0.0.242 - - [2025-10-30 04:02:54] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006315 10.0.0.242 - - [2025-10-30 04:02:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010374 10.0.0.242 - - [2025-10-30 04:02:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003668 10.0.0.242 - - [2025-10-30 04:02:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003690 10.0.0.242 - - [2025-10-30 04:02:56] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002905 10.0.0.242 - - [2025-10-30 04:02:56] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006989 10.0.0.254 - - [2025-10-30 04:02:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000524 10.0.0.254 - - [2025-10-30 04:02:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000406 10.0.0.254 - - [2025-10-30 04:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.254 - - [2025-10-30 04:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000656 10.0.0.240 - - [2025-10-30 04:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.240 - - [2025-10-30 04:03:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000524 10.0.0.242 - - [2025-10-30 04:03:01] "POST /neutron/port HTTP/1.1" 200 1088 0.020475 10.0.0.242 - - [2025-10-30 04:03:01] "POST /neutron/security_group HTTP/1.1" 200 2059 0.033485 10.0.0.242 - - [2025-10-30 04:03:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000454 10.0.0.240 - - [2025-10-30 04:03:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.242 - - [2025-10-30 04:03:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000463 10.0.0.240 - - [2025-10-30 04:03:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000484 10.0.0.242 - - [2025-10-30 04:03:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.242 - - [2025-10-30 04:03:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000481 10.0.0.242 - - [2025-10-30 04:03:09] "POST /neutron/port HTTP/1.1" 200 1088 0.022689 10.0.0.242 - - [2025-10-30 04:03:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004149 10.0.0.242 - - [2025-10-30 04:03:09] "POST /neutron/network HTTP/1.1" 200 832 0.008612 10.0.0.242 - - [2025-10-30 04:03:17] "POST /neutron/port HTTP/1.1" 200 1088 0.017862 10.0.0.242 - - [2025-10-30 04:03:20] "GET /obj-perms HTTP/1.1" 200 5075 0.061006 10.0.0.242 - - [2025-10-30 04:03:22] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008484 10.0.0.242 - - [2025-10-30 04:03:26] "POST /neutron/network HTTP/1.1" 200 842 0.007982 10.0.0.242 - - [2025-10-30 04:03:26] "POST /neutron/port HTTP/1.1" 200 117 0.001452 10.0.0.242 - - [2025-10-30 04:03:27] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010182 10.0.0.242 - - [2025-10-30 04:03:37] "POST /neutron/port HTTP/1.1" 200 1088 0.015830 10.0.0.242 - - [2025-10-30 04:03:43] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008582 10.0.0.242 - - [2025-10-30 04:03:53] "POST /neutron/port HTTP/1.1" 200 1088 0.015291 10.0.0.242 - - [2025-10-30 04:03:53] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007767 10.0.0.242 - - [2025-10-30 04:03:53] "GET /virtual-machine/6f084fb9-a7ca-40bb-b636-803e2884a74b HTTP/1.1" 200 1295 0.034137 10.0.0.242 - - [2025-10-30 04:03:53] "GET /virtual-machine-interface/21ff9665-4376-4017-8826-22cd17000f02 HTTP/1.1" 200 2964 0.005532 10.0.0.242 - - [2025-10-30 04:03:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003590 10.0.0.242 - - [2025-10-30 04:03:53] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004075 10.0.0.242 - - [2025-10-30 04:03:53] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003027 10.0.0.242 - - [2025-10-30 04:03:53] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006001 10.0.0.242 - - [2025-10-30 04:03:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004058 10.0.0.242 - - [2025-10-30 04:03:54] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003592 10.0.0.242 - - [2025-10-30 04:03:54] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004913 10.0.0.242 - - [2025-10-30 04:03:54] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006464 10.0.0.242 - - [2025-10-30 04:03:55] "POST /neutron/port HTTP/1.1" 200 1088 0.014155 10.0.0.242 - - [2025-10-30 04:03:55] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007370 10.0.0.242 - - [2025-10-30 04:03:55] "GET /virtual-machine/8362c5c8-96a6-468c-93d5-aa82542e0b8c HTTP/1.1" 200 1295 0.006113 10.0.0.242 - - [2025-10-30 04:03:55] "GET /virtual-machine-interface/23d7dab2-a4fd-4de8-9403-bb8fb8c45b1e HTTP/1.1" 200 2965 0.006042 10.0.0.242 - - [2025-10-30 04:03:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003341 10.0.0.242 - - [2025-10-30 04:03:55] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003695 10.0.0.242 - - [2025-10-30 04:03:55] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.003030 10.0.0.242 - - [2025-10-30 04:03:55] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.006467 10.0.0.242 - - [2025-10-30 04:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003660 10.0.0.242 - - [2025-10-30 04:03:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004642 10.0.0.242 - - [2025-10-30 04:03:56] "GET /virtual-networks?parent_id=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.004153 10.0.0.242 - - [2025-10-30 04:03:56] "GET /virtual-network/1a5ab3e4-eee2-4b92-a064-1f3c65b8a8c3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2054 0.007494 10.0.0.242 - - [2025-10-30 04:03:56] "POST /fqname-to-id HTTP/1.1" 404 198 0.004832 10.0.0.242 - - [2025-10-30 04:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.002778 10.0.0.242 - - [2025-10-30 04:03:56] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006734 10.0.0.242 - - [2025-10-30 04:03:56] "POST /control-node-zones HTTP/1.1" 200 571 0.024932 10.0.0.242 - - [2025-10-30 04:03:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003761 10.0.0.242 - - [2025-10-30 04:03:56] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005065 10.0.0.242 - - [2025-10-30 04:03:56] "GET /control-node-zone/02da60b4-8a12-434e-833f-19578d4ff966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.005208 10.0.0.242 - - [2025-10-30 04:03:57] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.020675 10.0.0.242 - - [2025-10-30 04:03:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003593 10.0.0.242 - - [2025-10-30 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003566 10.0.0.242 - - [2025-10-30 04:03:57] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006572 10.0.0.242 - - [2025-10-30 04:03:57] "POST /control-node-zones HTTP/1.1" 200 571 0.029290 10.0.0.242 - - [2025-10-30 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003410 10.0.0.242 - - [2025-10-30 04:03:57] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005389 10.0.0.242 - - [2025-10-30 04:03:57] "GET /control-node-zone/51de316b-626c-4572-97d5-df755007774a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.006334 10.0.0.242 - - [2025-10-30 04:03:57] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.029094 10.0.0.242 - - [2025-10-30 04:03:57] "POST /fqname-to-id HTTP/1.1" 404 198 0.003726 10.0.0.242 - - [2025-10-30 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003516 10.0.0.242 - - [2025-10-30 04:03:57] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.007736 10.0.0.242 - - [2025-10-30 04:03:57] "POST /control-node-zones HTTP/1.1" 200 571 0.025520 10.0.0.242 - - [2025-10-30 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003982 10.0.0.242 - - [2025-10-30 04:03:57] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005721 10.0.0.242 - - [2025-10-30 04:03:57] "GET /control-node-zone/f20986ff-b77c-405d-8f16-c7eb6ecb04d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.006359 10.0.0.242 - - [2025-10-30 04:03:57] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.021143 10.0.0.242 - - [2025-10-30 04:03:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003585 10.0.0.242 - - [2025-10-30 04:03:57] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006839 10.0.0.242 - - [2025-10-30 04:03:57] "POST /fqname-to-id HTTP/1.1" 404 234 0.004629 10.0.0.242 - - [2025-10-30 04:03:57] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.028297 10.0.0.242 - - [2025-10-30 04:03:57] "POST /neutron/network HTTP/1.1" 200 832 0.007515 10.0.0.242 - - [2025-10-30 04:03:58] "POST /neutron/subnet HTTP/1.1" 200 719 0.010331 10.0.0.242 - - [2025-10-30 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003434 10.0.0.242 - - [2025-10-30 04:03:58] "GET /bgp-as-a-service/a3fe7488-5d33-4554-b31b-adb131919874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.006504 10.0.0.242 - - [2025-10-30 04:03:58] "GET /control-node-zone/02da60b4-8a12-434e-833f-19578d4ff966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004969 10.0.0.242 - - [2025-10-30 04:03:58] "POST /ref-update HTTP/1.1" 200 156 0.016849 10.0.0.242 - - [2025-10-30 04:03:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.242 - - [2025-10-30 04:03:58] "GET /bgp-as-a-service/a3fe7488-5d33-4554-b31b-adb131919874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.006582 10.0.0.242 - - [2025-10-30 04:03:58] "GET /control-node-zone/51de316b-626c-4572-97d5-df755007774a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003893 10.0.0.242 - - [2025-10-30 04:03:58] "POST /ref-update HTTP/1.1" 200 156 0.015289 10.0.0.242 - - [2025-10-30 04:04:09] "POST /neutron/network HTTP/1.1" 200 842 0.008023 10.0.0.242 - - [2025-10-30 04:04:09] "POST /neutron/port HTTP/1.1" 200 117 0.001324 10.0.0.242 - - [2025-10-30 04:04:16] "GET /bgp-as-a-service/a3fe7488-5d33-4554-b31b-adb131919874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.006936 10.0.0.242 - - [2025-10-30 04:04:16] "GET /virtual-machine-interface/e771e22d-9c70-4ece-a551-005689e20017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2744 0.006242 10.0.0.242 - - [2025-10-30 04:04:16] "POST /ref-update HTTP/1.1" 200 156 0.020193 10.0.0.254 - - [2025-10-30 04:04:16] "POST /bgp-routers HTTP/1.1" 200 596 0.029988 10.0.0.254 - - [2025-10-30 04:04:17] "POST /ref-update HTTP/1.1" 200 156 0.015922 10.0.0.242 - - [2025-10-30 04:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003937 10.0.0.242 - - [2025-10-30 04:04:17] "GET /global-system-config/b9b15092-69cc-4116-8f19-60bb35f65b39?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1968 0.006450 10.0.0.242 - - [2025-10-30 04:04:17] "POST /fqname-to-id HTTP/1.1" 404 234 0.002965 10.0.0.242 - - [2025-10-30 04:04:17] "POST /bgp-as-a-services HTTP/1.1" 200 590 0.030218 10.0.0.242 - - [2025-10-30 04:04:17] "POST /neutron/subnet HTTP/1.1" 200 719 0.009886 10.0.0.242 - - [2025-10-30 04:04:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003533 10.0.0.242 - - [2025-10-30 04:04:17] "GET /bgp-as-a-service/eb2a60bc-789e-42ab-bfae-75f67681d12c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1550 0.005424 10.0.0.242 - - [2025-10-30 04:04:17] "GET /control-node-zone/02da60b4-8a12-434e-833f-19578d4ff966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.004344 10.0.0.242 - - [2025-10-30 04:04:18] "POST /ref-update HTTP/1.1" 200 156 0.018595 10.0.0.242 - - [2025-10-30 04:04:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003768 10.0.0.242 - - [2025-10-30 04:04:18] "GET /bgp-as-a-service/eb2a60bc-789e-42ab-bfae-75f67681d12c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1839 0.006390 10.0.0.242 - - [2025-10-30 04:04:18] "GET /control-node-zone/51de316b-626c-4572-97d5-df755007774a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.003421 10.0.0.242 - - [2025-10-30 04:04:18] "POST /ref-update HTTP/1.1" 200 156 0.016378 10.0.0.242 - - [2025-10-30 04:04:26] "GET /bgp-as-a-service/eb2a60bc-789e-42ab-bfae-75f67681d12c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2102 0.009695 10.0.0.242 - - [2025-10-30 04:04:26] "GET /virtual-machine-interface/21ff9665-4376-4017-8826-22cd17000f02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2742 0.005510 10.0.0.242 - - [2025-10-30 04:04:26] "POST /ref-update HTTP/1.1" 200 156 0.018728 10.0.0.242 - - [2025-10-30 04:04:26] "POST /neutron/port HTTP/1.1" 200 1088 0.090494 10.0.0.254 - - [2025-10-30 04:04:26] "POST /ref-update HTTP/1.1" 200 156 0.033629 10.0.0.242 - - [2025-10-30 04:04:26] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004626 10.0.0.242 - - [2025-10-30 04:04:26] "POST /neutron/network HTTP/1.1" 200 832 0.006664 10.0.0.242 - - [2025-10-30 04:04:48] "GET /bgp-as-a-service/eb2a60bc-789e-42ab-bfae-75f67681d12c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2714 0.006811 10.0.0.242 - - [2025-10-30 04:04:48] "GET /virtual-machine-interface/21ff9665-4376-4017-8826-22cd17000f02?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3058 0.007616 10.0.0.242 - - [2025-10-30 04:04:48] "POST /ref-update HTTP/1.1" 200 156 0.013170 10.0.0.254 - - [2025-10-30 04:04:48] "POST /ref-update HTTP/1.1" 200 156 0.022511 10.0.0.242 - - [2025-10-30 04:04:48] "DELETE /bgp-as-a-service/eb2a60bc-789e-42ab-bfae-75f67681d12c HTTP/1.1" 200 115 0.065916 10.0.0.242 - - [2025-10-30 04:04:48] "GET /bgp-as-a-service/a3fe7488-5d33-4554-b31b-adb131919874?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2714 0.013767 10.0.0.242 - - [2025-10-30 04:04:48] "GET /virtual-machine-interface/e771e22d-9c70-4ece-a551-005689e20017?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3060 0.017399 10.0.0.242 - - [2025-10-30 04:04:48] "POST /ref-update HTTP/1.1" 200 156 0.014982 10.0.0.254 - - [2025-10-30 04:04:48] "POST /ref-update HTTP/1.1" 200 156 0.016208 10.0.0.242 - - [2025-10-30 04:04:48] "DELETE /bgp-as-a-service/a3fe7488-5d33-4554-b31b-adb131919874 HTTP/1.1" 200 115 0.068738 10.0.0.242 - - [2025-10-30 04:04:48] "GET /control-node-zone/f20986ff-b77c-405d-8f16-c7eb6ecb04d3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1136 0.011932 10.0.0.242 - - [2025-10-30 04:04:48] "POST /ref-update HTTP/1.1" 200 156 0.018917 10.0.0.242 - - [2025-10-30 04:04:48] "DELETE /control-node-zone/f20986ff-b77c-405d-8f16-c7eb6ecb04d3 HTTP/1.1" 200 115 0.027365 10.0.0.242 - - [2025-10-30 04:04:48] "GET /control-node-zone/51de316b-626c-4572-97d5-df755007774a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1135 0.005370 10.0.0.242 - - [2025-10-30 04:04:48] "POST /ref-update HTTP/1.1" 200 156 0.018835 10.0.0.242 - - [2025-10-30 04:04:48] "DELETE /control-node-zone/51de316b-626c-4572-97d5-df755007774a HTTP/1.1" 200 115 0.025687 10.0.0.242 - - [2025-10-30 04:04:48] "GET /control-node-zone/02da60b4-8a12-434e-833f-19578d4ff966?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1133 0.003927 10.0.0.242 - - [2025-10-30 04:04:48] "POST /ref-update HTTP/1.1" 200 156 0.018420 10.0.0.242 - - [2025-10-30 04:04:48] "DELETE /control-node-zone/02da60b4-8a12-434e-833f-19578d4ff966 HTTP/1.1" 200 115 0.029032 10.0.0.242 - - [2025-10-30 04:04:49] "POST /neutron/port HTTP/1.1" 200 1088 0.018005 10.0.0.242 - - [2025-10-30 04:04:49] "POST /neutron/port HTTP/1.1" 200 1114 0.012297 10.0.0.242 - - [2025-10-30 04:04:49] "POST /neutron/port HTTP/1.1" 200 1088 0.026627 10.0.0.242 - - [2025-10-30 04:04:51] "POST /neutron/network HTTP/1.1" 200 832 0.007400 10.0.0.254 - - [2025-10-30 04:04:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004374 10.0.0.240 - - [2025-10-30 04:04:52] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001149 10.0.0.242 - - [2025-10-30 04:04:52] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1379 0.074498 10.0.0.240 - - [2025-10-30 04:04:52] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001086 10.0.0.242 - - [2025-10-30 04:04:52] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?fields=virtual_networks HTTP/1.1" 200 1045 0.049103 10.0.0.240 - - [2025-10-30 04:04:52] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001057 10.0.0.242 - - [2025-10-30 04:04:52] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.040645 10.0.0.240 - - [2025-10-30 04:04:52] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001142 10.0.0.242 - - [2025-10-30 04:04:53] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?fields=security_groups HTTP/1.1" 200 1273 0.044292 10.0.0.242 - - [2025-10-30 04:04:53] "POST /fqname-to-id HTTP/1.1" 404 181 0.024180 10.0.0.240 - - [2025-10-30 04:04:53] "GET /projects?obj_uuids=26d48a06-314b-4707-a81f-4ab49af6eb52&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003138 10.0.0.240 - - [2025-10-30 04:04:53] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001305 10.0.0.240 - - [2025-10-30 04:04:53] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.032856 10.0.0.240 - - [2025-10-30 04:04:54] "POST /id-to-fqname HTTP/1.1" 200 183 0.001767 10.0.0.240 - - [2025-10-30 04:04:54] "POST /fqname-to-id HTTP/1.1" 404 192 0.007032 10.0.0.240 - - [2025-10-30 04:04:54] "POST /security-groups HTTP/1.1" 200 584 0.080986 10.0.0.240 - - [2025-10-30 04:04:54] "POST /projects HTTP/1.1" 200 571 0.278216 10.0.0.254 - - [2025-10-30 04:04:54] "POST /access-control-lists HTTP/1.1" 200 591 0.033828 10.0.0.240 - - [2025-10-30 04:04:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.353494 10.0.0.242 - - [2025-10-30 04:04:54] "GET /project/26d48a06-314b-4707-a81f-4ab49af6eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.508422 10.0.0.242 - - [2025-10-30 04:04:55] "GET / HTTP/1.1" 200 36215 0.003231 10.0.0.240 - - [2025-10-30 04:04:58] "GET /projects?obj_uuids=26d48a06-314b-4707-a81f-4ab49af6eb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001119 10.0.0.242 - - [2025-10-30 04:04:58] "GET /project/26d48a06-314b-4707-a81f-4ab49af6eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1348 0.039557 10.0.0.240 - - [2025-10-30 04:04:58] "GET /projects?obj_uuids=26d48a06-314b-4707-a81f-4ab49af6eb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001777 10.0.0.242 - - [2025-10-30 04:04:58] "GET /project/26d48a06-314b-4707-a81f-4ab49af6eb52?fields=virtual_networks HTTP/1.1" 200 1030 0.039950 10.0.0.240 - - [2025-10-30 04:04:58] "GET /projects?obj_uuids=26d48a06-314b-4707-a81f-4ab49af6eb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001525 10.0.0.242 - - [2025-10-30 04:04:58] "GET /project/26d48a06-314b-4707-a81f-4ab49af6eb52?fields=virtual_machine_interfaces HTTP/1.1" 200 1030 0.044281 10.0.0.240 - - [2025-10-30 04:04:58] "GET /projects?obj_uuids=26d48a06-314b-4707-a81f-4ab49af6eb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001110 10.0.0.242 - - [2025-10-30 04:04:58] "GET /project/26d48a06-314b-4707-a81f-4ab49af6eb52?fields=security_groups HTTP/1.1" 200 1250 0.045704 10.0.0.242 - - [2025-10-30 04:04:59] "POST /fqname-to-id HTTP/1.1" 404 189 0.029310 10.0.0.240 - - [2025-10-30 04:04:59] "GET /projects?obj_uuids=fe48c0de-9795-40be-acc8-3d8a811e6b4e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003509 10.0.0.240 - - [2025-10-30 04:04:59] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001494 10.0.0.240 - - [2025-10-30 04:04:59] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.009851 10.0.0.240 - - [2025-10-30 04:04:59] "POST /id-to-fqname HTTP/1.1" 200 191 0.005595 10.0.0.240 - - [2025-10-30 04:04:59] "POST /fqname-to-id HTTP/1.1" 404 200 0.006648 10.0.0.240 - - [2025-10-30 04:04:59] "POST /security-groups HTTP/1.1" 200 592 0.035921 10.0.0.254 - - [2025-10-30 04:04:59] "POST /fqname-to-id HTTP/1.1" 404 235 0.003522 10.0.0.240 - - [2025-10-30 04:04:59] "POST /projects HTTP/1.1" 200 587 0.262365 10.0.0.240 - - [2025-10-30 04:05:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.337034 10.0.0.254 - - [2025-10-30 04:05:00] "POST /access-control-lists HTTP/1.1" 200 597 0.041414 10.0.0.242 - - [2025-10-30 04:05:00] "GET /project/fe48c0de-9795-40be-acc8-3d8a811e6b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.488354 10.0.0.242 - - [2025-10-30 04:05:01] "GET / HTTP/1.1" 200 36215 0.002644 10.0.0.240 - - [2025-10-30 04:05:04] "GET /projects?obj_uuids=fe48c0de-9795-40be-acc8-3d8a811e6b4e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001983 10.0.0.242 - - [2025-10-30 04:05:04] "GET /project/fe48c0de-9795-40be-acc8-3d8a811e6b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1381 0.056099 10.0.0.240 - - [2025-10-30 04:05:04] "GET /projects?obj_uuids=fe48c0de-9795-40be-acc8-3d8a811e6b4e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001328 10.0.0.242 - - [2025-10-30 04:05:04] "GET /project/fe48c0de-9795-40be-acc8-3d8a811e6b4e?fields=virtual_networks HTTP/1.1" 200 1047 0.065558 10.0.0.240 - - [2025-10-30 04:05:04] "GET /projects?obj_uuids=fe48c0de-9795-40be-acc8-3d8a811e6b4e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001663 10.0.0.242 - - [2025-10-30 04:05:04] "GET /project/fe48c0de-9795-40be-acc8-3d8a811e6b4e?fields=virtual_machine_interfaces HTTP/1.1" 200 1047 0.056353 10.0.0.240 - - [2025-10-30 04:05:04] "GET /projects?obj_uuids=fe48c0de-9795-40be-acc8-3d8a811e6b4e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001774 10.0.0.242 - - [2025-10-30 04:05:04] "GET /project/fe48c0de-9795-40be-acc8-3d8a811e6b4e?fields=security_groups HTTP/1.1" 200 1275 0.056021 10.0.0.242 - - [2025-10-30 04:05:05] "POST /fqname-to-id HTTP/1.1" 404 195 0.030996 10.0.0.240 - - [2025-10-30 04:05:05] "GET /projects?obj_uuids=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003355 10.0.0.240 - - [2025-10-30 04:05:05] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000991 10.0.0.240 - - [2025-10-30 04:05:05] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007548 10.0.0.240 - - [2025-10-30 04:05:05] "POST /id-to-fqname HTTP/1.1" 200 197 0.011580 10.0.0.240 - - [2025-10-30 04:05:05] "POST /fqname-to-id HTTP/1.1" 404 206 0.009832 10.0.0.240 - - [2025-10-30 04:05:05] "POST /security-groups HTTP/1.1" 200 598 0.073694 10.0.0.240 - - [2025-10-30 04:05:05] "POST /projects HTTP/1.1" 200 599 0.302585 10.0.0.254 - - [2025-10-30 04:05:05] "POST /fqname-to-id HTTP/1.1" 404 240 0.009220 10.0.0.240 - - [2025-10-30 04:05:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.371972 10.0.0.242 - - [2025-10-30 04:05:06] "GET /project/726b9bac-0ac4-4344-9a45-6f89689a8d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.508682 10.0.0.242 - - [2025-10-30 04:05:07] "GET / HTTP/1.1" 200 36215 0.002415 10.0.0.242 - - [2025-10-30 04:05:08] "POST /fqname-to-id HTTP/1.1" 401 293 0.000483 10.0.0.242 - - [2025-10-30 04:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.067974 10.0.0.242 - - [2025-10-30 04:05:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004074 10.0.0.242 - - [2025-10-30 04:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003336 10.0.0.242 - - [2025-10-30 04:05:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004569 10.0.0.242 - - [2025-10-30 04:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003200 10.0.0.242 - - [2025-10-30 04:05:09] "PUT /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363 HTTP/1.1" 200 277 0.012270 10.0.0.242 - - [2025-10-30 04:05:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003633 10.0.0.240 - - [2025-10-30 04:05:09] "GET /projects?obj_uuids=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001165 10.0.0.242 - - [2025-10-30 04:05:09] "GET /project/726b9bac-0ac4-4344-9a45-6f89689a8d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.047714 10.0.0.240 - - [2025-10-30 04:05:09] "GET /projects?obj_uuids=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001040 10.0.0.242 - - [2025-10-30 04:05:09] "POST /neutron/network HTTP/1.1" 200 594 0.137920 10.0.0.254 - - [2025-10-30 04:05:09] "POST /ref-update HTTP/1.1" 200 156 0.025700 10.0.0.242 - - [2025-10-30 04:05:10] "POST /id-to-fqname HTTP/1.1" 200 218 0.003434 10.0.0.242 - - [2025-10-30 04:05:10] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005697 10.0.0.242 - - [2025-10-30 04:05:10] "POST /neutron/network HTTP/1.1" 200 808 0.007801 10.0.0.242 - - [2025-10-30 04:05:10] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005787 10.0.0.242 - - [2025-10-30 04:05:10] "POST /id-to-fqname HTTP/1.1" 200 218 0.001959 10.0.0.242 - - [2025-10-30 04:05:10] "POST /neutron/network HTTP/1.1" 200 818 0.008434 10.0.0.240 - - [2025-10-30 04:05:11] "GET /projects?obj_uuids=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001812 10.0.0.242 - - [2025-10-30 04:05:11] "GET /project/726b9bac-0ac4-4344-9a45-6f89689a8d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.078472 10.0.0.242 - - [2025-10-30 04:05:11] "POST /neutron/port HTTP/1.1" 200 117 0.009722 10.0.0.242 - - [2025-10-30 04:05:11] "POST /id-to-fqname HTTP/1.1" 200 218 0.001318 10.0.0.242 - - [2025-10-30 04:05:11] "POST /neutron/network HTTP/1.1" 200 818 0.008258 10.0.0.242 - - [2025-10-30 04:05:12] "POST /neutron/port HTTP/1.1" 200 1062 0.043644 10.0.0.240 - - [2025-10-30 04:05:12] "GET /projects?obj_uuids=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003785 10.0.0.242 - - [2025-10-30 04:05:12] "GET /project/726b9bac-0ac4-4344-9a45-6f89689a8d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.129870 10.0.0.242 - - [2025-10-30 04:05:12] "POST /neutron/network HTTP/1.1" 200 808 0.038074 10.0.0.242 - - [2025-10-30 04:05:12] "POST /neutron/port HTTP/1.1" 200 117 0.001220 10.0.0.242 - - [2025-10-30 04:05:12] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007932 10.0.0.240 - - [2025-10-30 04:05:13] "GET /projects?obj_uuids=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001467 10.0.0.242 - - [2025-10-30 04:05:13] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.015534 10.0.0.242 - - [2025-10-30 04:05:13] "POST /neutron/port HTTP/1.1" 200 1062 0.349257 10.0.0.242 - - [2025-10-30 04:05:13] "POST /neutron/port HTTP/1.1" 200 1116 0.101316 10.0.0.242 - - [2025-10-30 04:05:13] "POST /neutron/subnet HTTP/1.1" 200 675 0.012915 10.0.0.254 - - [2025-10-30 04:05:14] "GET /obj-perms HTTP/1.1" 200 5063 0.062573 10.0.0.240 - - [2025-10-30 04:05:14] "GET /obj-perms HTTP/1.1" 200 5063 0.050747 10.0.0.242 - - [2025-10-30 04:05:14] "POST /neutron/port HTTP/1.1" 200 1090 0.022411 10.0.0.242 - - [2025-10-30 04:05:15] "POST /neutron/security_group HTTP/1.1" 200 2065 0.009003 10.0.0.242 - - [2025-10-30 04:05:15] "POST /neutron/port HTTP/1.1" 200 1090 0.014855 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 401 293 0.000459 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 200 1301 0.032579 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 200 1301 0.005648 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-machine-interface/aca01617-f4cc-4f15-9619-5fb8a86d7134 HTTP/1.1" 200 2957 0.007812 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 200 1301 0.007045 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-machine-interface/aca01617-f4cc-4f15-9619-5fb8a86d7134 HTTP/1.1" 200 2957 0.008045 10.0.0.242 - - [2025-10-30 04:05:15] "GET /instance-ip/0a64a767-3790-44c1-a5ca-aef24ebaf956 HTTP/1.1" 200 1622 0.008501 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 200 1301 0.005975 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-machine-interface/aca01617-f4cc-4f15-9619-5fb8a86d7134 HTTP/1.1" 200 2957 0.007124 10.0.0.242 - - [2025-10-30 04:05:15] "GET /instance-ip/0a64a767-3790-44c1-a5ca-aef24ebaf956 HTTP/1.1" 200 1622 0.005963 10.0.0.242 - - [2025-10-30 04:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.007530 10.0.0.242 - - [2025-10-30 04:05:15] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004861 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003868 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009574 10.0.0.242 - - [2025-10-30 04:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004480 10.0.0.242 - - [2025-10-30 04:05:15] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004410 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003115 10.0.0.242 - - [2025-10-30 04:05:15] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006807 10.0.0.242 - - [2025-10-30 04:05:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004199 10.0.0.242 - - [2025-10-30 04:05:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006319 10.0.0.242 - - [2025-10-30 04:05:16] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003549 10.0.0.242 - - [2025-10-30 04:05:16] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006463 10.0.0.242 - - [2025-10-30 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004676 10.0.0.242 - - [2025-10-30 04:05:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004931 10.0.0.242 - - [2025-10-30 04:05:16] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003434 10.0.0.242 - - [2025-10-30 04:05:16] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006359 10.0.0.242 - - [2025-10-30 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003531 10.0.0.242 - - [2025-10-30 04:05:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004506 10.0.0.242 - - [2025-10-30 04:05:16] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003834 10.0.0.242 - - [2025-10-30 04:05:16] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006062 10.0.0.242 - - [2025-10-30 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.242 - - [2025-10-30 04:05:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005475 10.0.0.242 - - [2025-10-30 04:05:16] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004837 10.0.0.242 - - [2025-10-30 04:05:16] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006517 10.0.0.242 - - [2025-10-30 04:05:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003403 10.0.0.242 - - [2025-10-30 04:05:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004304 10.0.0.242 - - [2025-10-30 04:05:16] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007545 10.0.0.242 - - [2025-10-30 04:05:16] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006253 10.0.0.240 - - [2025-10-30 04:05:19] "DELETE /project/fe48c0de979540beacc83d8a811e6b4e HTTP/1.1" 404 173 0.013640 10.0.0.240 - - [2025-10-30 04:05:19] "DELETE /project/26d48a06314b4707a81f4ab49af6eb52 HTTP/1.1" 404 173 0.017456 10.0.0.240 - - [2025-10-30 04:05:19] "DELETE /project/726b9bac0ac443449a456f89689a8d2a HTTP/1.1" 404 173 0.009365 10.0.0.240 - - [2025-10-30 04:05:19] "GET /projects?obj_uuids=26d48a06-314b-4707-a81f-4ab49af6eb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000948 10.0.0.240 - - [2025-10-30 04:05:19] "GET /projects?obj_uuids=fe48c0de-9795-40be-acc8-3d8a811e6b4e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000842 10.0.0.240 - - [2025-10-30 04:05:19] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000817 10.0.0.240 - - [2025-10-30 04:05:19] "GET /project/fe48c0de-9795-40be-acc8-3d8a811e6b4e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1483 0.101773 10.0.0.240 - - [2025-10-30 04:05:19] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1481 0.119966 10.0.0.240 - - [2025-10-30 04:05:19] "GET /project/26d48a06-314b-4707-a81f-4ab49af6eb52?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.130422 10.0.0.240 - - [2025-10-30 04:05:19] "GET /projects?obj_uuids=fe48c0de-9795-40be-acc8-3d8a811e6b4e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001236 10.0.0.240 - - [2025-10-30 04:05:19] "GET /projects?obj_uuids=26d48a06-314b-4707-a81f-4ab49af6eb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001306 10.0.0.240 - - [2025-10-30 04:05:19] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000828 10.0.0.240 - - [2025-10-30 04:05:19] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?fields=security_groups HTTP/1.1" 200 1113 0.107197 10.0.0.240 - - [2025-10-30 04:05:19] "GET /project/26d48a06-314b-4707-a81f-4ab49af6eb52?fields=security_groups HTTP/1.1" 200 1352 0.144792 10.0.0.240 - - [2025-10-30 04:05:19] "GET /project/fe48c0de-9795-40be-acc8-3d8a811e6b4e?fields=security_groups HTTP/1.1" 200 1377 0.164145 10.0.0.240 - - [2025-10-30 04:05:19] "GET /projects?obj_uuids=6500ea42-243e-409b-873f-c62e609afe53&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000918 10.0.0.240 - - [2025-10-30 04:05:19] "GET /project/6500ea42-243e-409b-873f-c62e609afe53?fields=application_policy_sets HTTP/1.1" 404 171 0.044399 10.0.0.240 - - [2025-10-30 04:05:19] "DELETE /project/6500ea42-243e-409b-873f-c62e609afe53 HTTP/1.1" 404 171 0.428951 10.0.0.242 - - [2025-10-30 04:05:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004434 10.0.0.242 - - [2025-10-30 04:05:19] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.020474 10.0.0.240 - - [2025-10-30 04:05:19] "DELETE /security-group/c28a6d20-481f-408b-9890-c22ce0f3e412 HTTP/1.1" 200 115 0.159290 10.0.0.240 - - [2025-10-30 04:05:19] "GET /projects?obj_uuids=fe48c0de-9795-40be-acc8-3d8a811e6b4e&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001325 10.0.0.240 - - [2025-10-30 04:05:19] "DELETE /security-group/a459cd3a-9f6c-4c3f-baa8-130ab9f396af HTTP/1.1" 200 115 0.158632 10.0.0.240 - - [2025-10-30 04:05:19] "GET /projects?obj_uuids=26d48a06-314b-4707-a81f-4ab49af6eb52&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001212 10.0.0.254 - - [2025-10-30 04:05:19] "DELETE /access-control-list/5fc4ffae-169c-4273-893d-52b3f4379019 HTTP/1.1" 200 115 0.100145 10.0.0.240 - - [2025-10-30 04:05:19] "GET /project/fe48c0de-9795-40be-acc8-3d8a811e6b4e?fields=application_policy_sets HTTP/1.1" 200 1416 0.080784 10.0.0.240 - - [2025-10-30 04:05:19] "GET /project/26d48a06-314b-4707-a81f-4ab49af6eb52?fields=application_policy_sets HTTP/1.1" 200 1391 0.151198 10.0.0.254 - - [2025-10-30 04:05:20] "DELETE /access-control-list/8d13cd31-4f92-4927-af89-442d1b41a1b2 HTTP/1.1" 200 115 0.071753 10.0.0.240 - - [2025-10-30 04:05:20] "DELETE /project/fe48c0de-9795-40be-acc8-3d8a811e6b4e HTTP/1.1" 200 115 0.814560 10.0.0.240 - - [2025-10-30 04:05:20] "DELETE /project/26d48a06-314b-4707-a81f-4ab49af6eb52 HTTP/1.1" 200 115 0.876636 10.0.0.242 - - [2025-10-30 04:05:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004103 10.0.0.242 - - [2025-10-30 04:05:23] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006223 10.0.0.242 - - [2025-10-30 04:05:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003737 10.0.0.242 - - [2025-10-30 04:05:27] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007297 10.0.0.242 - - [2025-10-30 04:05:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004606 10.0.0.242 - - [2025-10-30 04:05:32] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006890 10.0.0.242 - - [2025-10-30 04:05:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.006846 10.0.0.242 - - [2025-10-30 04:05:36] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006795 10.0.0.242 - - [2025-10-30 04:05:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004441 10.0.0.242 - - [2025-10-30 04:05:40] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006462 10.0.0.242 - - [2025-10-30 04:05:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004405 10.0.0.242 - - [2025-10-30 04:05:44] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006483 10.0.0.242 - - [2025-10-30 04:05:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003559 10.0.0.242 - - [2025-10-30 04:05:48] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005748 10.0.0.242 - - [2025-10-30 04:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003846 10.0.0.242 - - [2025-10-30 04:05:50] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004383 10.0.0.242 - - [2025-10-30 04:05:50] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003128 10.0.0.242 - - [2025-10-30 04:05:50] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006011 10.0.0.242 - - [2025-10-30 04:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003969 10.0.0.242 - - [2025-10-30 04:05:50] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003773 10.0.0.242 - - [2025-10-30 04:05:50] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003266 10.0.0.242 - - [2025-10-30 04:05:50] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006709 10.0.0.242 - - [2025-10-30 04:05:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005133 10.0.0.242 - - [2025-10-30 04:05:50] "GET /routing-instance/c6f28b6e-0b73-4173-8e28-baa40fd48a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004902 10.0.0.242 - - [2025-10-30 04:05:50] "GET /route-target/e1cbce98-7145-4421-8a00-71fa1522ad32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005201 10.0.0.242 - - [2025-10-30 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.242 - - [2025-10-30 04:05:51] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004100 10.0.0.242 - - [2025-10-30 04:05:51] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003487 10.0.0.242 - - [2025-10-30 04:05:51] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006566 10.0.0.242 - - [2025-10-30 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003160 10.0.0.242 - - [2025-10-30 04:05:51] "GET /routing-instance/c6f28b6e-0b73-4173-8e28-baa40fd48a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005136 10.0.0.242 - - [2025-10-30 04:05:51] "GET /route-target/e1cbce98-7145-4421-8a00-71fa1522ad32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004519 10.0.0.242 - - [2025-10-30 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.242 - - [2025-10-30 04:05:51] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005492 10.0.0.242 - - [2025-10-30 04:05:51] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003833 10.0.0.242 - - [2025-10-30 04:05:51] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006544 10.0.0.242 - - [2025-10-30 04:05:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004219 10.0.0.242 - - [2025-10-30 04:05:51] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005293 10.0.0.242 - - [2025-10-30 04:05:51] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003222 10.0.0.242 - - [2025-10-30 04:05:51] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006947 10.0.0.242 - - [2025-10-30 04:05:51] "GET /obj-perms HTTP/1.1" 200 5063 0.052289 10.0.0.240 - - [2025-10-30 04:05:51] "GET /obj-perms HTTP/1.1" 200 5063 0.004318 10.0.0.242 - - [2025-10-30 04:05:51] "GET /obj-perms HTTP/1.1" 200 5063 0.003873 10.0.0.242 - - [2025-10-30 04:05:52] "GET /obj-perms HTTP/1.1" 200 5063 0.004855 10.0.0.242 - - [2025-10-30 04:05:52] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007475 10.0.0.242 - - [2025-10-30 04:05:52] "POST /neutron/port HTTP/1.1" 200 1090 0.021945 10.0.0.242 - - [2025-10-30 04:05:52] "POST /neutron/security_group HTTP/1.1" 200 2065 0.010167 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 200 1300 0.007947 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 200 1300 0.005655 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-machine-interface/fb1910fd-7e42-4dc5-86bb-3c112e14b943 HTTP/1.1" 200 2956 0.006063 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 200 1300 0.004164 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-machine-interface/fb1910fd-7e42-4dc5-86bb-3c112e14b943 HTTP/1.1" 200 2956 0.006376 10.0.0.242 - - [2025-10-30 04:05:52] "GET /instance-ip/91e4307a-f9e2-46ce-a111-fbdaebf81522 HTTP/1.1" 200 1624 0.006983 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 200 1300 0.004355 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-machine-interface/fb1910fd-7e42-4dc5-86bb-3c112e14b943 HTTP/1.1" 200 2956 0.005955 10.0.0.242 - - [2025-10-30 04:05:52] "GET /instance-ip/91e4307a-f9e2-46ce-a111-fbdaebf81522 HTTP/1.1" 200 1624 0.004606 10.0.0.242 - - [2025-10-30 04:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003947 10.0.0.242 - - [2025-10-30 04:05:52] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003833 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003136 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005912 10.0.0.242 - - [2025-10-30 04:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.242 - - [2025-10-30 04:05:52] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005754 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003215 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007134 10.0.0.242 - - [2025-10-30 04:05:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003968 10.0.0.242 - - [2025-10-30 04:05:52] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005040 10.0.0.242 - - [2025-10-30 04:05:52] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004192 10.0.0.242 - - [2025-10-30 04:05:53] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006360 10.0.0.242 - - [2025-10-30 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003751 10.0.0.242 - - [2025-10-30 04:05:53] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004374 10.0.0.242 - - [2025-10-30 04:05:53] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003399 10.0.0.242 - - [2025-10-30 04:05:53] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005859 10.0.0.242 - - [2025-10-30 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003687 10.0.0.242 - - [2025-10-30 04:05:53] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005519 10.0.0.242 - - [2025-10-30 04:05:53] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003871 10.0.0.242 - - [2025-10-30 04:05:53] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008362 10.0.0.242 - - [2025-10-30 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004340 10.0.0.242 - - [2025-10-30 04:05:53] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005508 10.0.0.242 - - [2025-10-30 04:05:53] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003692 10.0.0.242 - - [2025-10-30 04:05:53] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006614 10.0.0.242 - - [2025-10-30 04:05:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003941 10.0.0.242 - - [2025-10-30 04:05:53] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.011788 10.0.0.242 - - [2025-10-30 04:05:53] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.007692 10.0.0.242 - - [2025-10-30 04:05:53] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007135 10.0.0.242 - - [2025-10-30 04:05:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003878 10.0.0.242 - - [2025-10-30 04:05:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004222 10.0.0.242 - - [2025-10-30 04:05:56] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003241 10.0.0.242 - - [2025-10-30 04:05:56] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006547 10.0.0.242 - - [2025-10-30 04:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.006561 10.0.0.242 - - [2025-10-30 04:05:57] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005920 10.0.0.242 - - [2025-10-30 04:05:57] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004872 10.0.0.242 - - [2025-10-30 04:05:57] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007964 10.0.0.242 - - [2025-10-30 04:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003963 10.0.0.242 - - [2025-10-30 04:05:57] "GET /routing-instance/c6f28b6e-0b73-4173-8e28-baa40fd48a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005680 10.0.0.242 - - [2025-10-30 04:05:57] "GET /route-target/e1cbce98-7145-4421-8a00-71fa1522ad32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004492 10.0.0.242 - - [2025-10-30 04:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.005192 10.0.0.242 - - [2025-10-30 04:05:57] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005874 10.0.0.242 - - [2025-10-30 04:05:57] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004648 10.0.0.242 - - [2025-10-30 04:05:57] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008150 10.0.0.242 - - [2025-10-30 04:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004672 10.0.0.242 - - [2025-10-30 04:05:57] "GET /routing-instance/c6f28b6e-0b73-4173-8e28-baa40fd48a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005751 10.0.0.242 - - [2025-10-30 04:05:57] "GET /route-target/e1cbce98-7145-4421-8a00-71fa1522ad32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005586 10.0.0.242 - - [2025-10-30 04:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004126 10.0.0.242 - - [2025-10-30 04:05:57] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004496 10.0.0.242 - - [2025-10-30 04:05:57] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003413 10.0.0.242 - - [2025-10-30 04:05:57] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008866 10.0.0.242 - - [2025-10-30 04:05:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004628 10.0.0.242 - - [2025-10-30 04:05:57] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004043 10.0.0.242 - - [2025-10-30 04:05:57] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003282 10.0.0.242 - - [2025-10-30 04:05:57] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006237 10.0.0.240 - - [2025-10-30 04:05:57] "GET /obj-perms HTTP/1.1" 200 5063 0.004173 10.0.0.242 - - [2025-10-30 04:05:57] "GET /obj-perms HTTP/1.1" 200 5063 0.004638 10.0.0.242 - - [2025-10-30 04:05:57] "GET /obj-perms HTTP/1.1" 200 5063 0.005012 10.0.0.240 - - [2025-10-30 04:05:58] "GET /obj-perms HTTP/1.1" 200 5063 0.006195 10.0.0.242 - - [2025-10-30 04:05:58] "GET /obj-perms HTTP/1.1" 200 5063 0.004081 10.0.0.254 - - [2025-10-30 04:05:58] "GET /obj-perms HTTP/1.1" 200 5063 0.003532 10.0.0.242 - - [2025-10-30 04:05:58] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 200 1301 0.003978 10.0.0.242 - - [2025-10-30 04:05:58] "GET /virtual-machine-interface/aca01617-f4cc-4f15-9619-5fb8a86d7134 HTTP/1.1" 200 2957 0.006253 10.0.0.242 - - [2025-10-30 04:05:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.242 - - [2025-10-30 04:05:58] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004169 10.0.0.242 - - [2025-10-30 04:05:58] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003358 10.0.0.242 - - [2025-10-30 04:05:58] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006154 10.0.0.242 - - [2025-10-30 04:05:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.003525 10.0.0.242 - - [2025-10-30 04:05:59] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004213 10.0.0.242 - - [2025-10-30 04:05:59] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003026 10.0.0.242 - - [2025-10-30 04:05:59] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009048 10.0.0.242 - - [2025-10-30 04:05:59] "POST /neutron/port HTTP/1.1" 200 1090 0.017565 10.0.0.242 - - [2025-10-30 04:06:04] "POST /neutron/security_group HTTP/1.1" 200 2065 0.007883 10.0.0.242 - - [2025-10-30 04:06:09] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 200 1300 0.004936 10.0.0.242 - - [2025-10-30 04:06:09] "GET /virtual-machine-interface/fb1910fd-7e42-4dc5-86bb-3c112e14b943 HTTP/1.1" 200 2956 0.006871 10.0.0.242 - - [2025-10-30 04:06:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004720 10.0.0.242 - - [2025-10-30 04:06:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004749 10.0.0.242 - - [2025-10-30 04:06:09] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003744 10.0.0.242 - - [2025-10-30 04:06:10] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008799 10.0.0.242 - - [2025-10-30 04:06:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004230 10.0.0.242 - - [2025-10-30 04:06:11] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003736 10.0.0.242 - - [2025-10-30 04:06:11] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003000 10.0.0.242 - - [2025-10-30 04:06:11] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006015 10.0.0.242 - - [2025-10-30 04:06:11] "POST /neutron/port HTTP/1.1" 200 1090 0.017210 10.0.0.242 - - [2025-10-30 04:06:12] "POST /neutron/port HTTP/1.1" 200 1090 0.016292 10.0.0.242 - - [2025-10-30 04:06:12] "POST /neutron/subnet HTTP/1.1" 200 675 0.011976 10.0.0.242 - - [2025-10-30 04:06:30] "POST /neutron/port HTTP/1.1" 200 1090 0.019808 10.0.0.242 - - [2025-10-30 04:06:30] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005265 10.0.0.242 - - [2025-10-30 04:06:30] "POST /neutron/network HTTP/1.1" 200 808 0.008049 10.0.0.242 - - [2025-10-30 04:07:12] "POST /neutron/network HTTP/1.1" 200 818 0.006712 10.0.0.242 - - [2025-10-30 04:07:12] "POST /neutron/port HTTP/1.1" 200 117 0.001389 10.0.0.240 - - [2025-10-30 04:07:23] "GET /obj-perms HTTP/1.1" 200 5075 0.047322 10.0.0.242 - - [2025-10-30 04:07:31] "POST /neutron/port HTTP/1.1" 200 1090 0.020925 10.0.0.242 - - [2025-10-30 04:07:31] "POST /neutron/subnet HTTP/1.1" 200 675 0.011395 10.0.0.254 - - [2025-10-30 04:07:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000480 10.0.0.254 - - [2025-10-30 04:07:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.254 - - [2025-10-30 04:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.254 - - [2025-10-30 04:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.242 - - [2025-10-30 04:08:00] "POST /neutron/port HTTP/1.1" 200 1090 0.023948 10.0.0.240 - - [2025-10-30 04:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000644 10.0.0.240 - - [2025-10-30 04:08:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000443 10.0.0.242 - - [2025-10-30 04:08:00] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 200 1301 0.005114 10.0.0.242 - - [2025-10-30 04:08:00] "GET /virtual-machine-interface/aca01617-f4cc-4f15-9619-5fb8a86d7134 HTTP/1.1" 200 2957 0.006723 10.0.0.242 - - [2025-10-30 04:08:00] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 200 1301 0.003732 10.0.0.242 - - [2025-10-30 04:08:00] "GET /virtual-machine-interface/aca01617-f4cc-4f15-9619-5fb8a86d7134 HTTP/1.1" 200 2957 0.005830 10.0.0.242 - - [2025-10-30 04:08:00] "GET /instance-ip/0a64a767-3790-44c1-a5ca-aef24ebaf956 HTTP/1.1" 200 1622 0.004336 10.0.0.242 - - [2025-10-30 04:08:00] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 200 1301 0.011401 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-machine-interface/aca01617-f4cc-4f15-9619-5fb8a86d7134 HTTP/1.1" 200 2957 0.006218 10.0.0.242 - - [2025-10-30 04:08:01] "GET /instance-ip/0a64a767-3790-44c1-a5ca-aef24ebaf956 HTTP/1.1" 200 1622 0.010345 10.0.0.242 - - [2025-10-30 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003629 10.0.0.242 - - [2025-10-30 04:08:01] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003971 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003171 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006205 10.0.0.242 - - [2025-10-30 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003683 10.0.0.242 - - [2025-10-30 04:08:01] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004783 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003604 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006845 10.0.0.242 - - [2025-10-30 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003932 10.0.0.242 - - [2025-10-30 04:08:01] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005300 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003752 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006602 10.0.0.242 - - [2025-10-30 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.004742 10.0.0.242 - - [2025-10-30 04:08:01] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005627 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.005187 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009828 10.0.0.242 - - [2025-10-30 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003789 10.0.0.242 - - [2025-10-30 04:08:01] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004859 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003127 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006538 10.0.0.242 - - [2025-10-30 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.242 - - [2025-10-30 04:08:01] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004243 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003384 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006981 10.0.0.242 - - [2025-10-30 04:08:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005975 10.0.0.242 - - [2025-10-30 04:08:01] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004707 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004983 10.0.0.242 - - [2025-10-30 04:08:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000358 10.0.0.242 - - [2025-10-30 04:08:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000655 10.0.0.242 - - [2025-10-30 04:08:01] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007608 10.0.0.240 - - [2025-10-30 04:08:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000369 10.0.0.240 - - [2025-10-30 04:08:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000775 10.0.0.242 - - [2025-10-30 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.007270 10.0.0.242 - - [2025-10-30 04:08:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005949 10.0.0.242 - - [2025-10-30 04:08:03] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.008480 10.0.0.242 - - [2025-10-30 04:08:03] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006083 10.0.0.242 - - [2025-10-30 04:08:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.242 - - [2025-10-30 04:08:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000461 10.0.0.242 - - [2025-10-30 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003834 10.0.0.242 - - [2025-10-30 04:08:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004035 10.0.0.242 - - [2025-10-30 04:08:03] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003120 10.0.0.242 - - [2025-10-30 04:08:03] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.009825 10.0.0.242 - - [2025-10-30 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004844 10.0.0.242 - - [2025-10-30 04:08:03] "GET /routing-instance/c6f28b6e-0b73-4173-8e28-baa40fd48a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004713 10.0.0.242 - - [2025-10-30 04:08:03] "GET /route-target/e1cbce98-7145-4421-8a00-71fa1522ad32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.006068 10.0.0.242 - - [2025-10-30 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003953 10.0.0.242 - - [2025-10-30 04:08:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003953 10.0.0.242 - - [2025-10-30 04:08:03] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002952 10.0.0.242 - - [2025-10-30 04:08:03] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008371 10.0.0.242 - - [2025-10-30 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004465 10.0.0.242 - - [2025-10-30 04:08:03] "GET /routing-instance/c6f28b6e-0b73-4173-8e28-baa40fd48a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005994 10.0.0.242 - - [2025-10-30 04:08:03] "GET /route-target/e1cbce98-7145-4421-8a00-71fa1522ad32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.010830 10.0.0.242 - - [2025-10-30 04:08:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004417 10.0.0.242 - - [2025-10-30 04:08:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006281 10.0.0.242 - - [2025-10-30 04:08:03] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004329 10.0.0.242 - - [2025-10-30 04:08:03] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007683 10.0.0.242 - - [2025-10-30 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004256 10.0.0.242 - - [2025-10-30 04:08:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.011832 10.0.0.242 - - [2025-10-30 04:08:04] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004702 10.0.0.242 - - [2025-10-30 04:08:04] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.008251 10.0.0.242 - - [2025-10-30 04:08:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004946 10.0.0.242 - - [2025-10-30 04:08:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005670 10.0.0.242 - - [2025-10-30 04:08:04] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004965 10.0.0.242 - - [2025-10-30 04:08:04] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006613 10.0.0.240 - - [2025-10-30 04:08:08] "GET /obj-perms HTTP/1.1" 200 5063 0.004194 10.0.0.242 - - [2025-10-30 04:08:13] "POST /neutron/port HTTP/1.1" 200 1090 0.015995 10.0.0.242 - - [2025-10-30 04:08:13] "POST /neutron/subnet HTTP/1.1" 200 675 0.010968 10.0.0.240 - - [2025-10-30 04:08:14] "GET /obj-perms HTTP/1.1" 200 5063 0.005816 10.0.0.242 - - [2025-10-30 04:08:16] "GET /obj-perms HTTP/1.1" 200 5063 0.006404 10.0.0.242 - - [2025-10-30 04:08:16] "GET /obj-perms HTTP/1.1" 200 5063 0.003893 10.0.0.240 - - [2025-10-30 04:08:16] "GET /obj-perms HTTP/1.1" 200 5063 0.005108 10.0.0.254 - - [2025-10-30 04:08:16] "GET /obj-perms HTTP/1.1" 200 5063 0.004308 10.0.0.242 - - [2025-10-30 04:08:16] "GET /obj-perms HTTP/1.1" 200 5063 0.004541 10.0.0.242 - - [2025-10-30 04:08:16] "POST /neutron/port HTTP/1.1" 200 1090 0.017203 10.0.0.242 - - [2025-10-30 04:08:16] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 200 1300 0.004571 10.0.0.242 - - [2025-10-30 04:08:16] "GET /virtual-machine-interface/fb1910fd-7e42-4dc5-86bb-3c112e14b943 HTTP/1.1" 200 2956 0.005686 10.0.0.242 - - [2025-10-30 04:08:16] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 200 1300 0.004329 10.0.0.242 - - [2025-10-30 04:08:16] "GET /virtual-machine-interface/fb1910fd-7e42-4dc5-86bb-3c112e14b943 HTTP/1.1" 200 2956 0.006524 10.0.0.242 - - [2025-10-30 04:08:16] "GET /instance-ip/91e4307a-f9e2-46ce-a111-fbdaebf81522 HTTP/1.1" 200 1624 0.004740 10.0.0.242 - - [2025-10-30 04:08:16] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 200 1300 0.003985 10.0.0.242 - - [2025-10-30 04:08:16] "GET /virtual-machine-interface/fb1910fd-7e42-4dc5-86bb-3c112e14b943 HTTP/1.1" 200 2956 0.005934 10.0.0.242 - - [2025-10-30 04:08:16] "GET /instance-ip/91e4307a-f9e2-46ce-a111-fbdaebf81522 HTTP/1.1" 200 1624 0.005088 10.0.0.242 - - [2025-10-30 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005179 10.0.0.242 - - [2025-10-30 04:08:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007924 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003090 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006558 10.0.0.242 - - [2025-10-30 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003755 10.0.0.242 - - [2025-10-30 04:08:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004176 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004047 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006862 10.0.0.242 - - [2025-10-30 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004227 10.0.0.242 - - [2025-10-30 04:08:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004536 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004292 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006208 10.0.0.242 - - [2025-10-30 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004611 10.0.0.242 - - [2025-10-30 04:08:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004606 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003756 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006328 10.0.0.242 - - [2025-10-30 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.242 - - [2025-10-30 04:08:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004602 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003577 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006489 10.0.0.242 - - [2025-10-30 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003417 10.0.0.242 - - [2025-10-30 04:08:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004490 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003309 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005970 10.0.0.242 - - [2025-10-30 04:08:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004604 10.0.0.242 - - [2025-10-30 04:08:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004596 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004215 10.0.0.242 - - [2025-10-30 04:08:17] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006032 10.0.0.242 - - [2025-10-30 04:08:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.242 - - [2025-10-30 04:08:18] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003737 10.0.0.242 - - [2025-10-30 04:08:18] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002992 10.0.0.242 - - [2025-10-30 04:08:19] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006115 10.0.0.242 - - [2025-10-30 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004902 10.0.0.242 - - [2025-10-30 04:08:19] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005018 10.0.0.242 - - [2025-10-30 04:08:19] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004329 10.0.0.242 - - [2025-10-30 04:08:19] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006975 10.0.0.242 - - [2025-10-30 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003371 10.0.0.242 - - [2025-10-30 04:08:19] "GET /routing-instance/c6f28b6e-0b73-4173-8e28-baa40fd48a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004931 10.0.0.242 - - [2025-10-30 04:08:19] "GET /route-target/e1cbce98-7145-4421-8a00-71fa1522ad32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004405 10.0.0.242 - - [2025-10-30 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004549 10.0.0.242 - - [2025-10-30 04:08:19] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004272 10.0.0.242 - - [2025-10-30 04:08:19] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003037 10.0.0.242 - - [2025-10-30 04:08:19] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006349 10.0.0.242 - - [2025-10-30 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.002944 10.0.0.242 - - [2025-10-30 04:08:19] "GET /routing-instance/c6f28b6e-0b73-4173-8e28-baa40fd48a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.005108 10.0.0.242 - - [2025-10-30 04:08:19] "GET /route-target/e1cbce98-7145-4421-8a00-71fa1522ad32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004819 10.0.0.242 - - [2025-10-30 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004185 10.0.0.242 - - [2025-10-30 04:08:19] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004373 10.0.0.242 - - [2025-10-30 04:08:19] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003405 10.0.0.242 - - [2025-10-30 04:08:19] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006451 10.0.0.242 - - [2025-10-30 04:08:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003450 10.0.0.242 - - [2025-10-30 04:08:19] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004485 10.0.0.242 - - [2025-10-30 04:08:19] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003239 10.0.0.242 - - [2025-10-30 04:08:20] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.007198 10.0.0.242 - - [2025-10-30 04:08:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003616 10.0.0.242 - - [2025-10-30 04:08:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005708 10.0.0.242 - - [2025-10-30 04:08:20] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003990 10.0.0.242 - - [2025-10-30 04:08:20] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006306 10.0.0.240 - - [2025-10-30 04:08:20] "GET /obj-perms HTTP/1.1" 200 5063 0.005134 10.0.0.242 - - [2025-10-30 04:08:20] "GET /obj-perms HTTP/1.1" 200 5063 0.004726 10.0.0.242 - - [2025-10-30 04:08:20] "GET /obj-perms HTTP/1.1" 200 5063 0.005160 10.0.0.240 - - [2025-10-30 04:08:20] "GET /obj-perms HTTP/1.1" 200 5063 0.004088 10.0.0.254 - - [2025-10-30 04:08:24] "GET /obj-perms HTTP/1.1" 200 5075 0.045565 10.0.0.242 - - [2025-10-30 04:08:33] "POST /neutron/port HTTP/1.1" 200 1090 0.015153 10.0.0.242 - - [2025-10-30 04:08:33] "POST /neutron/subnet HTTP/1.1" 200 675 0.011054 10.0.0.242 - - [2025-10-30 04:08:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003732 10.0.0.242 - - [2025-10-30 04:08:40] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004488 10.0.0.242 - - [2025-10-30 04:08:40] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.002903 10.0.0.242 - - [2025-10-30 04:08:40] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006598 10.0.0.242 - - [2025-10-30 04:08:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.004084 10.0.0.242 - - [2025-10-30 04:08:41] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004213 10.0.0.242 - - [2025-10-30 04:08:41] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003602 10.0.0.242 - - [2025-10-30 04:08:42] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006615 10.0.0.242 - - [2025-10-30 04:08:57] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 200 1300 0.004836 10.0.0.242 - - [2025-10-30 04:08:57] "GET /virtual-machine-interface/fb1910fd-7e42-4dc5-86bb-3c112e14b943 HTTP/1.1" 200 2956 0.008633 10.0.0.242 - - [2025-10-30 04:08:57] "GET /instance-ip/91e4307a-f9e2-46ce-a111-fbdaebf81522 HTTP/1.1" 200 1624 0.004909 10.0.0.242 - - [2025-10-30 04:08:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003245 10.0.0.242 - - [2025-10-30 04:08:57] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003622 10.0.0.242 - - [2025-10-30 04:08:57] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003191 10.0.0.242 - - [2025-10-30 04:08:57] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.006054 10.0.0.242 - - [2025-10-30 04:09:00] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 200 1300 0.004557 10.0.0.242 - - [2025-10-30 04:09:01] "POST /neutron/port HTTP/1.1" 200 1090 0.020411 10.0.0.242 - - [2025-10-30 04:09:02] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.004797 10.0.0.242 - - [2025-10-30 04:09:02] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003491 10.0.0.242 - - [2025-10-30 04:09:02] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.002662 10.0.0.242 - - [2025-10-30 04:09:03] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003605 10.0.0.242 - - [2025-10-30 04:09:04] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003916 10.0.0.242 - - [2025-10-30 04:09:05] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.004082 10.0.0.242 - - [2025-10-30 04:09:06] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.004652 10.0.0.242 - - [2025-10-30 04:09:07] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003487 10.0.0.242 - - [2025-10-30 04:09:08] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003322 10.0.0.242 - - [2025-10-30 04:09:08] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.002944 10.0.0.242 - - [2025-10-30 04:09:09] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.004114 10.0.0.242 - - [2025-10-30 04:09:10] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.004044 10.0.0.242 - - [2025-10-30 04:09:11] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003689 10.0.0.242 - - [2025-10-30 04:09:12] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003656 10.0.0.242 - - [2025-10-30 04:09:13] "POST /neutron/port HTTP/1.1" 200 1090 0.017362 10.0.0.242 - - [2025-10-30 04:09:13] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004926 10.0.0.242 - - [2025-10-30 04:09:13] "POST /neutron/network HTTP/1.1" 200 808 0.012340 10.0.0.242 - - [2025-10-30 04:09:13] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.004989 10.0.0.242 - - [2025-10-30 04:09:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003934 10.0.0.242 - - [2025-10-30 04:09:13] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003935 10.0.0.242 - - [2025-10-30 04:09:13] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.003314 10.0.0.242 - - [2025-10-30 04:09:14] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.005952 10.0.0.242 - - [2025-10-30 04:09:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003204 10.0.0.242 - - [2025-10-30 04:09:14] "GET /routing-instance/c6f28b6e-0b73-4173-8e28-baa40fd48a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004647 10.0.0.242 - - [2025-10-30 04:09:14] "GET /route-target/e1cbce98-7145-4421-8a00-71fa1522ad32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.005170 10.0.0.242 - - [2025-10-30 04:09:14] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003426 10.0.0.242 - - [2025-10-30 04:09:15] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003069 10.0.0.242 - - [2025-10-30 04:09:16] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003441 10.0.0.242 - - [2025-10-30 04:09:17] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003487 10.0.0.242 - - [2025-10-30 04:09:18] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003600 10.0.0.242 - - [2025-10-30 04:09:19] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.005088 10.0.0.242 - - [2025-10-30 04:09:19] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003133 10.0.0.242 - - [2025-10-30 04:09:20] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.004480 10.0.0.242 - - [2025-10-30 04:09:21] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003289 10.0.0.242 - - [2025-10-30 04:09:22] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.003630 10.0.0.242 - - [2025-10-30 04:09:23] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.004379 10.0.0.242 - - [2025-10-30 04:09:24] "GET /virtual-machine/170f4b21-0904-4785-885c-5c8bce369935 HTTP/1.1" 404 171 0.004448 10.0.0.240 - - [2025-10-30 04:09:24] "GET /obj-perms HTTP/1.1" 200 5063 0.004351 10.0.0.242 - - [2025-10-30 04:09:24] "GET /obj-perms HTTP/1.1" 200 5063 0.003987 10.0.0.242 - - [2025-10-30 04:09:24] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 200 1301 0.005094 10.0.0.242 - - [2025-10-30 04:09:25] "POST /neutron/port HTTP/1.1" 200 151 0.189798 10.0.0.242 - - [2025-10-30 04:09:26] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.004409 10.0.0.242 - - [2025-10-30 04:09:26] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.003084 10.0.0.242 - - [2025-10-30 04:09:26] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.002545 10.0.0.242 - - [2025-10-30 04:09:26] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.004061 10.0.0.242 - - [2025-10-30 04:09:27] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.004228 10.0.0.242 - - [2025-10-30 04:09:28] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.003982 10.0.0.242 - - [2025-10-30 04:09:29] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.004044 10.0.0.242 - - [2025-10-30 04:09:30] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.003758 10.0.0.242 - - [2025-10-30 04:09:31] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.003212 10.0.0.242 - - [2025-10-30 04:09:31] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.003309 10.0.0.242 - - [2025-10-30 04:09:32] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.003460 10.0.0.242 - - [2025-10-30 04:09:33] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.003689 10.0.0.242 - - [2025-10-30 04:09:34] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.004734 10.0.0.242 - - [2025-10-30 04:09:35] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.003461 10.0.0.242 - - [2025-10-30 04:09:36] "GET /virtual-machine/4f9bbcfe-1a04-4cac-a167-34f5be4abec8 HTTP/1.1" 404 171 0.003316 10.0.0.242 - - [2025-10-30 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.242 - - [2025-10-30 04:09:36] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005404 10.0.0.242 - - [2025-10-30 04:09:36] "GET /virtual-networks?parent_id=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.004461 10.0.0.242 - - [2025-10-30 04:09:36] "GET /virtual-network/ffca8bd2-0cbb-4867-8221-bc8b7fd618e8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2015 0.013437 10.0.0.242 - - [2025-10-30 04:09:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.009985 10.0.0.242 - - [2025-10-30 04:09:37] "GET /routing-instance/c6f28b6e-0b73-4173-8e28-baa40fd48a96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.004215 10.0.0.242 - - [2025-10-30 04:09:37] "GET /route-target/e1cbce98-7145-4421-8a00-71fa1522ad32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004403 10.0.0.242 - - [2025-10-30 04:09:37] "GET /obj-perms HTTP/1.1" 200 5063 0.003883 10.0.0.254 - - [2025-10-30 04:09:37] "GET /obj-perms HTTP/1.1" 200 5063 0.004095 10.0.0.242 - - [2025-10-30 04:09:46] "GET /obj-perms HTTP/1.1" 200 5063 0.004683 10.0.0.254 - - [2025-10-30 04:09:46] "GET /obj-perms HTTP/1.1" 200 5063 0.004082 10.0.0.242 - - [2025-10-30 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003920 10.0.0.242 - - [2025-10-30 04:09:46] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004709 10.0.0.242 - - [2025-10-30 04:09:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.004810 10.0.0.242 - - [2025-10-30 04:09:46] "PUT /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363 HTTP/1.1" 200 277 0.018477 10.0.0.240 - - [2025-10-30 04:09:49] "GET /projects?obj_uuids=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.028430 10.0.0.242 - - [2025-10-30 04:09:49] "GET /project/726b9bac-0ac4-4344-9a45-6f89689a8d2a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1404 0.068860 10.0.0.240 - - [2025-10-30 04:09:49] "GET /projects?obj_uuids=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001177 10.0.0.242 - - [2025-10-30 04:09:49] "GET /project/726b9bac-0ac4-4344-9a45-6f89689a8d2a?fields=virtual_networks HTTP/1.1" 200 1058 0.050684 10.0.0.240 - - [2025-10-30 04:09:49] "GET /projects?obj_uuids=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001005 10.0.0.242 - - [2025-10-30 04:09:49] "GET /project/726b9bac-0ac4-4344-9a45-6f89689a8d2a?fields=virtual_machine_interfaces HTTP/1.1" 200 1058 0.042896 10.0.0.240 - - [2025-10-30 04:09:49] "GET /projects?obj_uuids=726b9bac-0ac4-4344-9a45-6f89689a8d2a&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.001102 10.0.0.242 - - [2025-10-30 04:09:49] "GET /project/726b9bac-0ac4-4344-9a45-6f89689a8d2a?fields=security_groups HTTP/1.1" 200 1292 0.047269 10.0.0.242 - - [2025-10-30 04:09:50] "POST /fqname-to-id HTTP/1.1" 404 194 0.027531 10.0.0.240 - - [2025-10-30 04:09:50] "GET /projects?obj_uuids=ce878cb5-f7da-4dc3-af13-39f5b2afe8e3&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003779 10.0.0.240 - - [2025-10-30 04:09:50] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001034 10.0.0.240 - - [2025-10-30 04:09:50] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007181 10.0.0.240 - - [2025-10-30 04:09:50] "POST /id-to-fqname HTTP/1.1" 200 196 0.002464 10.0.0.240 - - [2025-10-30 04:09:50] "POST /fqname-to-id HTTP/1.1" 404 205 0.007315 10.0.0.240 - - [2025-10-30 04:09:50] "POST /security-groups HTTP/1.1" 200 597 0.081855 10.0.0.240 - - [2025-10-30 04:09:51] "POST /projects HTTP/1.1" 200 597 0.294209 10.0.0.254 - - [2025-10-30 04:09:51] "POST /fqname-to-id HTTP/1.1" 404 240 0.032667 10.0.0.240 - - [2025-10-30 04:09:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.364804 10.0.0.254 - - [2025-10-30 04:09:51] "POST /access-control-lists HTTP/1.1" 200 602 0.035991 10.0.0.242 - - [2025-10-30 04:09:51] "GET /project/ce878cb5-f7da-4dc3-af13-39f5b2afe8e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.526448 10.0.0.242 - - [2025-10-30 04:09:52] "GET / HTTP/1.1" 200 36215 0.003936 10.0.0.240 - - [2025-10-30 04:09:55] "GET /projects?obj_uuids=ce878cb5-f7da-4dc3-af13-39f5b2afe8e3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001274 10.0.0.242 - - [2025-10-30 04:09:55] "GET /project/ce878cb5-f7da-4dc3-af13-39f5b2afe8e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1401 0.101325 10.0.0.240 - - [2025-10-30 04:09:55] "GET /projects?obj_uuids=ce878cb5-f7da-4dc3-af13-39f5b2afe8e3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000911 10.0.0.242 - - [2025-10-30 04:09:55] "GET /project/ce878cb5-f7da-4dc3-af13-39f5b2afe8e3?fields=virtual_networks HTTP/1.1" 200 1057 0.043166 10.0.0.240 - - [2025-10-30 04:09:55] "GET /projects?obj_uuids=ce878cb5-f7da-4dc3-af13-39f5b2afe8e3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001331 10.0.0.242 - - [2025-10-30 04:09:55] "GET /project/ce878cb5-f7da-4dc3-af13-39f5b2afe8e3?fields=virtual_machine_interfaces HTTP/1.1" 200 1057 0.045954 10.0.0.240 - - [2025-10-30 04:09:55] "GET /projects?obj_uuids=ce878cb5-f7da-4dc3-af13-39f5b2afe8e3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001047 10.0.0.242 - - [2025-10-30 04:09:55] "GET /project/ce878cb5-f7da-4dc3-af13-39f5b2afe8e3?fields=security_groups HTTP/1.1" 200 1290 0.033334 10.0.0.242 - - [2025-10-30 04:09:56] "POST /fqname-to-id HTTP/1.1" 404 188 0.025812 10.0.0.240 - - [2025-10-30 04:09:56] "GET /projects?obj_uuids=17115f06-d1ec-4208-a642-ae9066a58c37&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004478 10.0.0.240 - - [2025-10-30 04:09:56] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.000992 10.0.0.240 - - [2025-10-30 04:09:56] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.036034 10.0.0.240 - - [2025-10-30 04:09:56] "POST /id-to-fqname HTTP/1.1" 200 190 0.004240 10.0.0.240 - - [2025-10-30 04:09:56] "POST /fqname-to-id HTTP/1.1" 404 199 0.005610 10.0.0.240 - - [2025-10-30 04:09:56] "POST /security-groups HTTP/1.1" 200 591 0.029030 10.0.0.240 - - [2025-10-30 04:09:56] "POST /projects HTTP/1.1" 200 585 0.231475 10.0.0.240 - - [2025-10-30 04:09:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.266413 10.0.0.254 - - [2025-10-30 04:09:56] "POST /fqname-to-id HTTP/1.1" 404 233 0.012134 10.0.0.242 - - [2025-10-30 04:09:56] "GET /project/17115f06-d1ec-4208-a642-ae9066a58c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.443966 10.0.0.242 - - [2025-10-30 04:09:57] "GET / HTTP/1.1" 200 36215 0.001824 10.0.0.240 - - [2025-10-30 04:10:00] "GET /projects?obj_uuids=17115f06-d1ec-4208-a642-ae9066a58c37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001532 10.0.0.242 - - [2025-10-30 04:10:00] "GET /project/17115f06-d1ec-4208-a642-ae9066a58c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.060723 10.0.0.240 - - [2025-10-30 04:10:00] "GET /projects?obj_uuids=17115f06-d1ec-4208-a642-ae9066a58c37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001235 10.0.0.242 - - [2025-10-30 04:10:00] "GET /project/17115f06-d1ec-4208-a642-ae9066a58c37?fields=virtual_networks HTTP/1.1" 200 1044 0.060340 10.0.0.240 - - [2025-10-30 04:10:01] "GET /projects?obj_uuids=17115f06-d1ec-4208-a642-ae9066a58c37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001688 10.0.0.242 - - [2025-10-30 04:10:01] "GET /project/17115f06-d1ec-4208-a642-ae9066a58c37?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.068234 10.0.0.240 - - [2025-10-30 04:10:01] "GET /projects?obj_uuids=17115f06-d1ec-4208-a642-ae9066a58c37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001989 10.0.0.242 - - [2025-10-30 04:10:01] "GET /project/17115f06-d1ec-4208-a642-ae9066a58c37?fields=security_groups HTTP/1.1" 200 1271 0.062831 10.0.0.242 - - [2025-10-30 04:10:02] "POST /fqname-to-id HTTP/1.1" 404 196 0.028887 10.0.0.240 - - [2025-10-30 04:10:02] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004179 10.0.0.240 - - [2025-10-30 04:10:02] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001039 10.0.0.240 - - [2025-10-30 04:10:02] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007750 10.0.0.240 - - [2025-10-30 04:10:02] "POST /id-to-fqname HTTP/1.1" 200 198 0.006376 10.0.0.240 - - [2025-10-30 04:10:02] "POST /fqname-to-id HTTP/1.1" 404 207 0.010696 10.0.0.240 - - [2025-10-30 04:10:02] "POST /security-groups HTTP/1.1" 200 599 0.029663 10.0.0.240 - - [2025-10-30 04:10:02] "POST /projects HTTP/1.1" 200 601 0.235133 10.0.0.254 - - [2025-10-30 04:10:02] "POST /access-control-lists HTTP/1.1" 200 606 0.035354 10.0.0.240 - - [2025-10-30 04:10:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.312898 10.0.0.242 - - [2025-10-30 04:10:02] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.455462 10.0.0.242 - - [2025-10-30 04:10:03] "GET / HTTP/1.1" 200 36215 0.001743 10.0.0.242 - - [2025-10-30 04:10:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000485 10.0.0.242 - - [2025-10-30 04:10:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.079226 10.0.0.240 - - [2025-10-30 04:10:04] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001363 10.0.0.242 - - [2025-10-30 04:10:04] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.045791 10.0.0.242 - - [2025-10-30 04:10:04] "POST /neutron/network HTTP/1.1" 200 117 0.036375 10.0.0.254 - - [2025-10-30 04:10:04] "POST /route-targets HTTP/1.1" 200 328 0.012755 10.0.0.254 - - [2025-10-30 04:10:05] "POST /fqname-to-id HTTP/1.1" 404 207 0.060173 10.0.0.240 - - [2025-10-30 04:10:05] "POST /useragent-kv HTTP/1.1" 200 115 0.007843 10.0.0.242 - - [2025-10-30 04:10:05] "POST /neutron/subnet HTTP/1.1" 200 720 0.178644 10.0.0.242 - - [2025-10-30 04:10:05] "POST /id-to-fqname HTTP/1.1" 200 222 0.001534 10.0.0.242 - - [2025-10-30 04:10:05] "GET /virtual-network/06b327da-70a9-46dc-909a-59f9c1d854d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005435 10.0.0.242 - - [2025-10-30 04:10:05] "GET /virtual-network/06b327da-70a9-46dc-909a-59f9c1d854d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005952 10.0.0.242 - - [2025-10-30 04:10:05] "POST /neutron/network HTTP/1.1" 200 974 0.009776 10.0.0.242 - - [2025-10-30 04:10:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.003812 10.0.0.240 - - [2025-10-30 04:10:05] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001023 10.0.0.242 - - [2025-10-30 04:10:05] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.045552 10.0.0.242 - - [2025-10-30 04:10:05] "POST /neutron/network HTTP/1.1" 200 117 0.016560 10.0.0.254 - - [2025-10-30 04:10:05] "POST /ref-update HTTP/1.1" 200 156 0.029878 10.0.0.254 - - [2025-10-30 04:10:06] "POST /fqname-to-id HTTP/1.1" 404 207 0.005607 10.0.0.240 - - [2025-10-30 04:10:06] "POST /useragent-kv HTTP/1.1" 200 115 0.007738 10.0.0.242 - - [2025-10-30 04:10:06] "POST /neutron/subnet HTTP/1.1" 200 734 0.183542 10.0.0.242 - - [2025-10-30 04:10:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001384 10.0.0.242 - - [2025-10-30 04:10:06] "GET /virtual-network/2d6d7bb9-4007-497c-b0be-7f719070561c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006713 10.0.0.242 - - [2025-10-30 04:10:06] "GET /virtual-network/2d6d7bb9-4007-497c-b0be-7f719070561c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.007309 10.0.0.242 - - [2025-10-30 04:10:06] "POST /neutron/network HTTP/1.1" 200 977 0.009503 10.0.0.242 - - [2025-10-30 04:10:06] "POST /id-to-fqname HTTP/1.1" 200 222 0.001524 10.0.0.242 - - [2025-10-30 04:10:06] "POST /neutron/network HTTP/1.1" 200 984 0.007918 10.0.0.240 - - [2025-10-30 04:10:07] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001693 10.0.0.242 - - [2025-10-30 04:10:07] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.105530 10.0.0.242 - - [2025-10-30 04:10:07] "POST /neutron/port HTTP/1.1" 200 117 0.007926 10.0.0.242 - - [2025-10-30 04:10:07] "POST /id-to-fqname HTTP/1.1" 200 222 0.001637 10.0.0.242 - - [2025-10-30 04:10:08] "POST /neutron/network HTTP/1.1" 200 984 0.009359 10.0.0.242 - - [2025-10-30 04:10:08] "POST /neutron/port HTTP/1.1" 200 1152 0.021640 10.0.0.240 - - [2025-10-30 04:10:08] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000959 10.0.0.242 - - [2025-10-30 04:10:08] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.077207 10.0.0.242 - - [2025-10-30 04:10:09] "POST /neutron/port HTTP/1.1" 200 1180 0.018926 10.0.0.242 - - [2025-10-30 04:10:09] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003731 10.0.0.242 - - [2025-10-30 04:10:09] "POST /neutron/port HTTP/1.1" 200 117 0.001715 10.0.0.242 - - [2025-10-30 04:10:09] "POST /neutron/network HTTP/1.1" 200 974 0.014892 10.0.0.242 - - [2025-10-30 04:10:09] "POST /neutron/network HTTP/1.1" 200 987 0.009437 10.0.0.242 - - [2025-10-30 04:10:10] "POST /neutron/port HTTP/1.1" 200 1155 0.044526 10.0.0.242 - - [2025-10-30 04:10:10] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004556 10.0.0.242 - - [2025-10-30 04:10:10] "POST /neutron/port HTTP/1.1" 200 117 0.001567 10.0.0.242 - - [2025-10-30 04:10:14] "POST /neutron/port HTTP/1.1" 200 1180 0.046429 10.0.0.242 - - [2025-10-30 04:10:14] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004678 10.0.0.242 - - [2025-10-30 04:10:14] "POST /neutron/subnet HTTP/1.1" 200 1268 0.018874 10.0.0.242 - - [2025-10-30 04:10:14] "POST /neutron/port HTTP/1.1" 200 117 0.001269 10.0.0.242 - - [2025-10-30 04:10:14] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009236 10.0.0.242 - - [2025-10-30 04:10:14] "GET /virtual-machine/209e1069-b7fd-4520-b1fe-cad0822cdf21 HTTP/1.1" 401 293 0.000447 10.0.0.242 - - [2025-10-30 04:10:15] "GET /virtual-machine/209e1069-b7fd-4520-b1fe-cad0822cdf21 HTTP/1.1" 200 1302 0.032694 10.0.0.242 - - [2025-10-30 04:10:15] "GET /virtual-machine-interface/2b35696b-e2f0-4319-8864-eabbee100a51 HTTP/1.1" 200 3164 0.005763 10.0.0.242 - - [2025-10-30 04:10:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.242 - - [2025-10-30 04:10:15] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005358 10.0.0.242 - - [2025-10-30 04:10:15] "GET /virtual-networks?parent_id=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004625 10.0.0.242 - - [2025-10-30 04:10:15] "GET /virtual-network/06b327da-70a9-46dc-909a-59f9c1d854d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.007730 10.0.0.242 - - [2025-10-30 04:10:17] "POST /neutron/port HTTP/1.1" 200 1180 0.044533 10.0.0.242 - - [2025-10-30 04:10:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003896 10.0.0.242 - - [2025-10-30 04:10:18] "GET /virtual-network/06b327da-70a9-46dc-909a-59f9c1d854d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.005197 10.0.0.242 - - [2025-10-30 04:10:20] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007044 10.0.0.242 - - [2025-10-30 04:10:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.010809 10.0.0.242 - - [2025-10-30 04:10:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004348 10.0.0.242 - - [2025-10-30 04:10:20] "GET /virtual-networks?parent_id=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.009572 10.0.0.242 - - [2025-10-30 04:10:20] "GET /virtual-network/06b327da-70a9-46dc-909a-59f9c1d854d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.054581 10.0.0.240 - - [2025-10-30 04:10:20] "DELETE /project/726b9bac-0ac4-4344-9a45-6f89689a8d2a HTTP/1.1" 404 177 0.013515 10.0.0.240 - - [2025-10-30 04:10:20] "DELETE /project/17115f06d1ec4208a642ae9066a58c37 HTTP/1.1" 404 173 0.012075 10.0.0.240 - - [2025-10-30 04:10:20] "DELETE /project/ce878cb5f7da4dc3af1339f5b2afe8e3 HTTP/1.1" 404 173 0.016627 10.0.0.240 - - [2025-10-30 04:10:20] "DELETE /project/34604885da034301b0bbfe9e593dcb41 HTTP/1.1" 404 173 0.012154 10.0.0.240 - - [2025-10-30 04:10:20] "GET /projects?obj_uuids=ce878cb5-f7da-4dc3-af13-39f5b2afe8e3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.000979 10.0.0.240 - - [2025-10-30 04:10:20] "GET /projects?obj_uuids=17115f06-d1ec-4208-a642-ae9066a58c37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000811 10.0.0.240 - - [2025-10-30 04:10:20] "GET /project/ce878cb5-f7da-4dc3-af13-39f5b2afe8e3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1503 0.049475 10.0.0.240 - - [2025-10-30 04:10:20] "GET /projects?obj_uuids=ce878cb5-f7da-4dc3-af13-39f5b2afe8e3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001212 10.0.0.240 - - [2025-10-30 04:10:20] "GET /project/17115f06-d1ec-4208-a642-ae9066a58c37?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.078925 10.0.0.240 - - [2025-10-30 04:10:20] "GET /projects?obj_uuids=17115f06-d1ec-4208-a642-ae9066a58c37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001063 10.0.0.240 - - [2025-10-30 04:10:20] "GET /project/ce878cb5-f7da-4dc3-af13-39f5b2afe8e3?fields=security_groups HTTP/1.1" 200 1392 0.077087 10.0.0.240 - - [2025-10-30 04:10:20] "GET /project/17115f06-d1ec-4208-a642-ae9066a58c37?fields=security_groups HTTP/1.1" 200 1373 0.088432 10.0.0.240 - - [2025-10-30 04:10:20] "DELETE /security-group/db1b38b8-46d6-4627-bd0e-ba97a0cea92b HTTP/1.1" 200 115 0.062745 10.0.0.240 - - [2025-10-30 04:10:20] "GET /projects?obj_uuids=ce878cb5-f7da-4dc3-af13-39f5b2afe8e3&detail=False&count=False&shared=False HTTP/1.1" 200 355 0.001555 10.0.0.254 - - [2025-10-30 04:10:20] "DELETE /access-control-list/b56c85b1-9e76-4b19-a643-59701da55ff4 HTTP/1.1" 200 115 0.043308 10.0.0.240 - - [2025-10-30 04:10:20] "DELETE /security-group/9b8f671c-f1b6-43a9-ac49-7dd0c6c3a520 HTTP/1.1" 200 115 0.069865 10.0.0.240 - - [2025-10-30 04:10:20] "GET /projects?obj_uuids=17115f06-d1ec-4208-a642-ae9066a58c37&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001422 10.0.0.240 - - [2025-10-30 04:10:20] "GET /project/ce878cb5-f7da-4dc3-af13-39f5b2afe8e3?fields=application_policy_sets HTTP/1.1" 200 1431 0.067511 10.0.0.240 - - [2025-10-30 04:10:20] "GET /project/17115f06-d1ec-4208-a642-ae9066a58c37?fields=application_policy_sets HTTP/1.1" 200 1412 0.068350 10.0.0.242 - - [2025-10-30 04:10:20] "POST /neutron/port HTTP/1.1" 200 1183 0.044413 10.0.0.254 - - [2025-10-30 04:10:20] "DELETE /access-control-list/d5282fe5-1127-4ed9-86cc-3a404946148a HTTP/1.1" 200 115 0.053945 10.0.0.240 - - [2025-10-30 04:10:21] "DELETE /project/ce878cb5-f7da-4dc3-af13-39f5b2afe8e3 HTTP/1.1" 200 115 0.589849 10.0.0.240 - - [2025-10-30 04:10:21] "DELETE /project/17115f06-d1ec-4208-a642-ae9066a58c37 HTTP/1.1" 200 115 0.637720 10.0.0.242 - - [2025-10-30 04:10:21] "POST /neutron/security_group HTTP/1.1" 200 2066 0.012042 10.0.0.242 - - [2025-10-30 04:10:21] "GET /virtual-machine/64292fa3-3092-447e-9195-2128bf4d9574 HTTP/1.1" 200 1302 0.006764 10.0.0.242 - - [2025-10-30 04:10:21] "GET /virtual-machine-interface/69752e14-4d3b-49ae-a170-0cac3de145fd HTTP/1.1" 200 3165 0.010363 10.0.0.242 - - [2025-10-30 04:10:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003784 10.0.0.242 - - [2025-10-30 04:10:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003613 10.0.0.242 - - [2025-10-30 04:10:21] "GET /virtual-networks?parent_id=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003347 10.0.0.242 - - [2025-10-30 04:10:21] "GET /virtual-network/2d6d7bb9-4007-497c-b0be-7f719070561c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.005950 10.0.0.242 - - [2025-10-30 04:10:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.004194 10.0.0.242 - - [2025-10-30 04:10:22] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005167 10.0.0.242 - - [2025-10-30 04:10:22] "GET /virtual-networks?parent_id=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003667 10.0.0.242 - - [2025-10-30 04:10:22] "GET /virtual-network/2d6d7bb9-4007-497c-b0be-7f719070561c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006948 10.0.0.240 - - [2025-10-30 04:10:25] "GET /obj-perms HTTP/1.1" 200 5075 0.048148 10.0.0.242 - - [2025-10-30 04:10:25] "GET /obj-perms HTTP/1.1" 200 5075 0.051520 10.0.0.242 - - [2025-10-30 04:10:27] "POST /fqname-to-id HTTP/1.1" 404 209 0.004246 10.0.0.242 - - [2025-10-30 04:10:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003085 10.0.0.240 - - [2025-10-30 04:10:27] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001160 10.0.0.242 - - [2025-10-30 04:10:27] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.045530 10.0.0.242 - - [2025-10-30 04:10:27] "POST /network-policys HTTP/1.1" 200 535 0.028579 10.0.0.242 - - [2025-10-30 04:10:27] "GET /network-policy/14a0655f-6359-4ebf-a8ab-5150de2d7348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.007847 10.0.0.242 - - [2025-10-30 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003215 10.0.0.242 - - [2025-10-30 04:10:28] "GET /virtual-network/06b327da-70a9-46dc-909a-59f9c1d854d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.006966 10.0.0.242 - - [2025-10-30 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004318 10.0.0.242 - - [2025-10-30 04:10:28] "GET /network-policy/14a0655f-6359-4ebf-a8ab-5150de2d7348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005513 10.0.0.242 - - [2025-10-30 04:10:28] "POST /ref-update HTTP/1.1" 200 156 0.059696 10.0.0.242 - - [2025-10-30 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003599 10.0.0.242 - - [2025-10-30 04:10:28] "GET /network-policy/14a0655f-6359-4ebf-a8ab-5150de2d7348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005447 10.0.0.242 - - [2025-10-30 04:10:28] "POST /neutron/network HTTP/1.1" 200 1060 0.011377 10.0.0.242 - - [2025-10-30 04:10:28] "GET /virtual-network/06b327da-70a9-46dc-909a-59f9c1d854d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2866 0.005340 10.0.0.242 - - [2025-10-30 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.002952 10.0.0.242 - - [2025-10-30 04:10:28] "GET /network-policy/14a0655f-6359-4ebf-a8ab-5150de2d7348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004416 10.0.0.242 - - [2025-10-30 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003250 10.0.0.242 - - [2025-10-30 04:10:28] "GET /virtual-network/2d6d7bb9-4007-497c-b0be-7f719070561c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.006244 10.0.0.242 - - [2025-10-30 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003191 10.0.0.242 - - [2025-10-30 04:10:28] "GET /network-policy/14a0655f-6359-4ebf-a8ab-5150de2d7348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004090 10.0.0.254 - - [2025-10-30 04:10:28] "PUT /access-control-list/4c76b162-c9dc-4bdd-b181-f3667a2cf761 HTTP/1.1" 200 273 0.021277 10.0.0.242 - - [2025-10-30 04:10:28] "POST /ref-update HTTP/1.1" 200 156 0.064095 10.0.0.242 - - [2025-10-30 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004419 10.0.0.254 - - [2025-10-30 04:10:28] "POST /ref-update HTTP/1.1" 200 156 0.030819 10.0.0.242 - - [2025-10-30 04:10:28] "GET /network-policy/14a0655f-6359-4ebf-a8ab-5150de2d7348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.008883 10.0.0.242 - - [2025-10-30 04:10:28] "GET /virtual-network/2d6d7bb9-4007-497c-b0be-7f719070561c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2875 0.009053 10.0.0.242 - - [2025-10-30 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003033 10.0.0.242 - - [2025-10-30 04:10:28] "GET /network-policy/14a0655f-6359-4ebf-a8ab-5150de2d7348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005479 10.0.0.242 - - [2025-10-30 04:10:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.005333 10.0.0.240 - - [2025-10-30 04:10:28] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001564 10.0.0.242 - - [2025-10-30 04:10:28] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.047881 10.0.0.240 - - [2025-10-30 04:10:28] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000978 10.0.0.242 - - [2025-10-30 04:10:29] "POST /neutron/network HTTP/1.1" 200 585 0.113918 10.0.0.242 - - [2025-10-30 04:10:29] "POST /id-to-fqname HTTP/1.1" 200 214 0.003470 10.0.0.242 - - [2025-10-30 04:10:29] "GET /virtual-network/2c21af58-6cbd-4263-ba56-55bd64da321e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005328 10.0.0.242 - - [2025-10-30 04:10:29] "POST /neutron/network HTTP/1.1" 200 799 0.006191 10.0.0.242 - - [2025-10-30 04:10:29] "GET /virtual-network/2c21af58-6cbd-4263-ba56-55bd64da321e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006218 10.0.0.242 - - [2025-10-30 04:10:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003659 10.0.0.240 - - [2025-10-30 04:10:29] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000973 10.0.0.242 - - [2025-10-30 04:10:29] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.042537 10.0.0.242 - - [2025-10-30 04:10:29] "POST /neutron/network HTTP/1.1" 200 117 0.017431 10.0.0.254 - - [2025-10-30 04:10:29] "POST /route-targets HTTP/1.1" 200 328 0.012926 10.0.0.242 - - [2025-10-30 04:10:30] "POST /neutron/network HTTP/1.1" 200 799 0.012673 10.0.0.242 - - [2025-10-30 04:10:30] "POST /id-to-fqname HTTP/1.1" 200 214 0.001586 10.0.0.242 - - [2025-10-30 04:10:30] "GET /virtual-network/d33165a4-93ab-4911-81bb-be1d5cba5665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005649 10.0.0.242 - - [2025-10-30 04:10:30] "GET /virtual-network/d33165a4-93ab-4911-81bb-be1d5cba5665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006327 10.0.0.242 - - [2025-10-30 04:10:30] "POST /neutron/subnet HTTP/1.1" 200 701 0.014627 10.0.0.242 - - [2025-10-30 04:10:30] "POST /fqname-to-id HTTP/1.1" 404 239 0.004825 10.0.0.242 - - [2025-10-30 04:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003667 10.0.0.240 - - [2025-10-30 04:10:30] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001367 10.0.0.242 - - [2025-10-30 04:10:30] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.061896 10.0.0.242 - - [2025-10-30 04:10:30] "POST /network-policys HTTP/1.1" 200 589 0.034139 10.0.0.242 - - [2025-10-30 04:10:30] "GET /network-policy/dddbdd1f-a905-4730-80f3-19776b34369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007270 10.0.0.242 - - [2025-10-30 04:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003053 10.0.0.242 - - [2025-10-30 04:10:30] "GET /virtual-network/2c21af58-6cbd-4263-ba56-55bd64da321e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006097 10.0.0.242 - - [2025-10-30 04:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.242 - - [2025-10-30 04:10:30] "GET /network-policy/dddbdd1f-a905-4730-80f3-19776b34369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004537 10.0.0.242 - - [2025-10-30 04:10:30] "POST /ref-update HTTP/1.1" 200 156 0.057504 10.0.0.254 - - [2025-10-30 04:10:30] "POST /access-control-lists HTTP/1.1" 200 556 0.036295 10.0.0.242 - - [2025-10-30 04:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003736 10.0.0.242 - - [2025-10-30 04:10:30] "GET /network-policy/dddbdd1f-a905-4730-80f3-19776b34369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004171 10.0.0.242 - - [2025-10-30 04:10:30] "GET /virtual-network/2c21af58-6cbd-4263-ba56-55bd64da321e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.008045 10.0.0.242 - - [2025-10-30 04:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003342 10.0.0.242 - - [2025-10-30 04:10:30] "GET /network-policy/dddbdd1f-a905-4730-80f3-19776b34369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004254 10.0.0.242 - - [2025-10-30 04:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003203 10.0.0.242 - - [2025-10-30 04:10:30] "GET /virtual-network/d33165a4-93ab-4911-81bb-be1d5cba5665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006405 10.0.0.242 - - [2025-10-30 04:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003563 10.0.0.242 - - [2025-10-30 04:10:30] "GET /network-policy/dddbdd1f-a905-4730-80f3-19776b34369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004318 10.0.0.242 - - [2025-10-30 04:10:30] "POST /ref-update HTTP/1.1" 200 156 0.055328 10.0.0.242 - - [2025-10-30 04:10:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003049 10.0.0.254 - - [2025-10-30 04:10:30] "POST /ref-update HTTP/1.1" 200 156 0.026658 10.0.0.242 - - [2025-10-30 04:10:31] "GET /network-policy/dddbdd1f-a905-4730-80f3-19776b34369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.007433 10.0.0.242 - - [2025-10-30 04:10:31] "GET /virtual-network/d33165a4-93ab-4911-81bb-be1d5cba5665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.008502 10.0.0.242 - - [2025-10-30 04:10:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.242 - - [2025-10-30 04:10:31] "GET /network-policy/dddbdd1f-a905-4730-80f3-19776b34369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004179 10.0.0.242 - - [2025-10-30 04:10:31] "POST /id-to-fqname HTTP/1.1" 200 214 0.001115 10.0.0.242 - - [2025-10-30 04:10:31] "POST /neutron/port HTTP/1.1" 200 2245 0.020475 10.0.0.240 - - [2025-10-30 04:10:32] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001600 10.0.0.242 - - [2025-10-30 04:10:32] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.074214 10.0.0.242 - - [2025-10-30 04:10:32] "POST /neutron/network HTTP/1.1" 200 912 0.033916 10.0.0.242 - - [2025-10-30 04:10:32] "POST /neutron/port HTTP/1.1" 200 117 0.006900 10.0.0.242 - - [2025-10-30 04:10:32] "POST /id-to-fqname HTTP/1.1" 200 214 0.001286 10.0.0.242 - - [2025-10-30 04:10:32] "POST /neutron/network HTTP/1.1" 200 922 0.007767 10.0.0.242 - - [2025-10-30 04:10:33] "POST /neutron/port HTTP/1.1" 200 1063 0.016604 10.0.0.242 - - [2025-10-30 04:10:33] "POST /neutron/port HTTP/1.1" 200 1091 0.017952 10.0.0.242 - - [2025-10-30 04:10:33] "POST /neutron/port HTTP/1.1" 200 117 0.001233 10.0.0.240 - - [2025-10-30 04:10:33] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001257 10.0.0.242 - - [2025-10-30 04:10:33] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.078548 10.0.0.242 - - [2025-10-30 04:10:33] "POST /neutron/port HTTP/1.1" 200 3219 0.029967 10.0.0.242 - - [2025-10-30 04:10:33] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006899 10.0.0.242 - - [2025-10-30 04:10:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003278 10.0.0.242 - - [2025-10-30 04:10:34] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005078 10.0.0.242 - - [2025-10-30 04:10:34] "POST /neutron/port HTTP/1.1" 200 1183 0.017152 10.0.0.242 - - [2025-10-30 04:10:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.003809 10.0.0.242 - - [2025-10-30 04:10:34] "POST /neutron/network HTTP/1.1" 200 922 0.007457 10.0.0.242 - - [2025-10-30 04:10:34] "POST /neutron/port HTTP/1.1" 200 117 0.001258 10.0.0.242 - - [2025-10-30 04:10:34] "POST /neutron/port HTTP/1.1" 200 1063 0.018802 10.0.0.242 - - [2025-10-30 04:10:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004561 10.0.0.242 - - [2025-10-30 04:10:34] "POST /neutron/network HTTP/1.1" 200 912 0.008025 10.0.0.242 - - [2025-10-30 04:10:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004093 10.0.0.242 - - [2025-10-30 04:10:35] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004780 10.0.0.242 - - [2025-10-30 04:10:35] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005099 10.0.0.242 - - [2025-10-30 04:10:35] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.036220 10.0.0.242 - - [2025-10-30 04:10:35] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.048078 10.0.0.242 - - [2025-10-30 04:10:35] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006200 10.0.0.242 - - [2025-10-30 04:10:35] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005116 10.0.0.242 - - [2025-10-30 04:10:35] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.044686 10.0.0.242 - - [2025-10-30 04:10:35] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.044531 10.0.0.242 - - [2025-10-30 04:10:35] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.013050 10.0.0.242 - - [2025-10-30 04:10:35] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007051 10.0.0.242 - - [2025-10-30 04:10:35] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.035483 10.0.0.242 - - [2025-10-30 04:10:35] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.048098 10.0.0.242 - - [2025-10-30 04:10:35] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008711 10.0.0.242 - - [2025-10-30 04:10:35] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006374 10.0.0.242 - - [2025-10-30 04:10:35] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.037848 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.006303 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005313 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004280 10.0.0.242 - - [2025-10-30 04:10:36] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.030282 10.0.0.242 - - [2025-10-30 04:10:36] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.039287 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.017893 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006378 10.0.0.242 - - [2025-10-30 04:10:36] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.034541 10.0.0.242 - - [2025-10-30 04:10:36] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.070555 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005192 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004868 10.0.0.242 - - [2025-10-30 04:10:36] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.035846 10.0.0.242 - - [2025-10-30 04:10:36] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.046985 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.020634 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008188 10.0.0.242 - - [2025-10-30 04:10:36] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.025198 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004274 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006988 10.0.0.242 - - [2025-10-30 04:10:36] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006446 10.0.0.242 - - [2025-10-30 04:10:36] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.038584 10.0.0.242 - - [2025-10-30 04:10:36] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.052545 10.0.0.242 - - [2025-10-30 04:10:37] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005908 10.0.0.242 - - [2025-10-30 04:10:37] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.013693 10.0.0.242 - - [2025-10-30 04:10:37] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.062485 10.0.0.242 - - [2025-10-30 04:10:37] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.051476 10.0.0.242 - - [2025-10-30 04:10:37] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007684 10.0.0.242 - - [2025-10-30 04:10:37] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.007263 10.0.0.242 - - [2025-10-30 04:10:37] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.040892 10.0.0.242 - - [2025-10-30 04:10:37] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.047278 10.0.0.242 - - [2025-10-30 04:10:37] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006554 10.0.0.242 - - [2025-10-30 04:10:37] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.013037 10.0.0.242 - - [2025-10-30 04:10:37] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.037984 10.0.0.242 - - [2025-10-30 04:10:37] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004078 10.0.0.242 - - [2025-10-30 04:10:37] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005252 10.0.0.242 - - [2025-10-30 04:10:37] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005852 10.0.0.242 - - [2025-10-30 04:10:37] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.034872 10.0.0.242 - - [2025-10-30 04:10:37] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.058253 10.0.0.242 - - [2025-10-30 04:10:37] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.013546 10.0.0.242 - - [2025-10-30 04:10:37] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004959 10.0.0.242 - - [2025-10-30 04:10:37] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.040006 10.0.0.242 - - [2025-10-30 04:10:37] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.039639 10.0.0.242 - - [2025-10-30 04:10:38] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.015138 10.0.0.242 - - [2025-10-30 04:10:38] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.005543 10.0.0.242 - - [2025-10-30 04:10:38] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.053081 10.0.0.242 - - [2025-10-30 04:10:38] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.046198 10.0.0.242 - - [2025-10-30 04:10:44] "POST /neutron/port HTTP/1.1" 200 1091 0.017916 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003656 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.005138 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2969 0.004627 10.0.0.242 - - [2025-10-30 04:10:48] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.027585 10.0.0.242 - - [2025-10-30 04:10:48] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.038120 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.007774 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005404 10.0.0.242 - - [2025-10-30 04:10:48] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.028834 10.0.0.242 - - [2025-10-30 04:10:48] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.041256 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006000 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010162 10.0.0.242 - - [2025-10-30 04:10:48] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.027092 10.0.0.242 - - [2025-10-30 04:10:48] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.050532 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008462 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005734 10.0.0.242 - - [2025-10-30 04:10:48] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.021655 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003471 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004857 10.0.0.242 - - [2025-10-30 04:10:48] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004248 10.0.0.242 - - [2025-10-30 04:10:49] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.025073 10.0.0.242 - - [2025-10-30 04:10:49] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.037540 10.0.0.242 - - [2025-10-30 04:10:49] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.020371 10.0.0.242 - - [2025-10-30 04:10:49] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004970 10.0.0.242 - - [2025-10-30 04:10:49] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.028688 10.0.0.242 - - [2025-10-30 04:10:49] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.037368 10.0.0.242 - - [2025-10-30 04:10:49] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005927 10.0.0.242 - - [2025-10-30 04:10:49] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004974 10.0.0.242 - - [2025-10-30 04:10:49] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.034121 10.0.0.242 - - [2025-10-30 04:10:49] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.035844 10.0.0.242 - - [2025-10-30 04:10:49] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006945 10.0.0.242 - - [2025-10-30 04:10:49] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005453 10.0.0.242 - - [2025-10-30 04:10:49] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.017492 10.0.0.242 - - [2025-10-30 04:10:49] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003476 10.0.0.242 - - [2025-10-30 04:10:49] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005128 10.0.0.242 - - [2025-10-30 04:10:49] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004208 10.0.0.242 - - [2025-10-30 04:10:49] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.025929 10.0.0.242 - - [2025-10-30 04:10:49] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.038567 10.0.0.242 - - [2025-10-30 04:10:49] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.008449 10.0.0.242 - - [2025-10-30 04:10:49] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004838 10.0.0.242 - - [2025-10-30 04:10:49] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.030946 10.0.0.242 - - [2025-10-30 04:10:49] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.045722 10.0.0.242 - - [2025-10-30 04:10:50] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008766 10.0.0.242 - - [2025-10-30 04:10:50] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004812 10.0.0.242 - - [2025-10-30 04:10:50] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.038198 10.0.0.242 - - [2025-10-30 04:10:50] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.039069 10.0.0.242 - - [2025-10-30 04:10:50] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008604 10.0.0.242 - - [2025-10-30 04:10:50] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009714 10.0.0.242 - - [2025-10-30 04:10:50] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.026860 10.0.0.242 - - [2025-10-30 04:10:50] "POST /ref-update HTTP/1.1" 200 156 0.056557 10.0.0.254 - - [2025-10-30 04:10:50] "DELETE /access-control-list/9b33dc45-8ea2-4861-82a1-1e93fa537ad1 HTTP/1.1" 200 115 0.056102 10.0.0.242 - - [2025-10-30 04:10:50] "GET /virtual-network/d33165a4-93ab-4911-81bb-be1d5cba5665?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.020846 10.0.0.242 - - [2025-10-30 04:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005295 10.0.0.242 - - [2025-10-30 04:10:50] "GET /network-policy/dddbdd1f-a905-4730-80f3-19776b34369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004390 10.0.0.242 - - [2025-10-30 04:10:50] "POST /ref-update HTTP/1.1" 200 156 0.060945 10.0.0.254 - - [2025-10-30 04:10:50] "POST /ref-update HTTP/1.1" 200 156 0.029581 10.0.0.242 - - [2025-10-30 04:10:50] "POST /neutron/network HTTP/1.1" 200 799 0.018732 10.0.0.242 - - [2025-10-30 04:10:50] "GET /virtual-network/2c21af58-6cbd-4263-ba56-55bd64da321e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.011266 10.0.0.242 - - [2025-10-30 04:10:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.005061 10.0.0.242 - - [2025-10-30 04:10:50] "GET /network-policy/dddbdd1f-a905-4730-80f3-19776b34369a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004984 10.0.0.242 - - [2025-10-30 04:10:50] "DELETE /network-policy/dddbdd1f-a905-4730-80f3-19776b34369a HTTP/1.1" 200 115 0.038731 10.0.0.242 - - [2025-10-30 04:10:50] "POST /neutron/network HTTP/1.1" 200 799 0.010203 10.0.0.242 - - [2025-10-30 04:10:50] "POST /neutron/port HTTP/1.1" 200 1091 0.024126 10.0.0.242 - - [2025-10-30 04:10:52] "POST /neutron/network HTTP/1.1" 200 799 0.007242 10.0.0.240 - - [2025-10-30 04:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.006457 10.0.0.254 - - [2025-10-30 04:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004324 10.0.0.240 - - [2025-10-30 04:10:53] "POST /useragent-kv HTTP/1.1" 200 115 0.002113 10.0.0.242 - - [2025-10-30 04:10:53] "POST /neutron/network HTTP/1.1" 200 151 0.117321 10.0.0.254 - - [2025-10-30 04:10:53] "POST /fqname-to-id HTTP/1.1" 404 207 0.007221 10.0.0.242 - - [2025-10-30 04:10:53] "POST /ref-update HTTP/1.1" 200 156 0.059661 10.0.0.242 - - [2025-10-30 04:10:53] "GET /virtual-network/2d6d7bb9-4007-497c-b0be-7f719070561c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2568 0.021535 10.0.0.242 - - [2025-10-30 04:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004769 10.0.0.254 - - [2025-10-30 04:10:53] "POST /ref-update HTTP/1.1" 200 156 0.022241 10.0.0.242 - - [2025-10-30 04:10:53] "GET /network-policy/14a0655f-6359-4ebf-a8ab-5150de2d7348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004857 10.0.0.242 - - [2025-10-30 04:10:53] "POST /ref-update HTTP/1.1" 200 156 0.050345 10.0.0.242 - - [2025-10-30 04:10:53] "GET /virtual-network/06b327da-70a9-46dc-909a-59f9c1d854d6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2558 0.008659 10.0.0.242 - - [2025-10-30 04:10:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003107 10.0.0.242 - - [2025-10-30 04:10:53] "GET /network-policy/14a0655f-6359-4ebf-a8ab-5150de2d7348?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004313 10.0.0.242 - - [2025-10-30 04:10:53] "DELETE /network-policy/14a0655f-6359-4ebf-a8ab-5150de2d7348 HTTP/1.1" 200 115 0.031712 10.0.0.242 - - [2025-10-30 04:10:53] "POST /neutron/network HTTP/1.1" 200 977 0.009146 10.0.0.242 - - [2025-10-30 04:10:54] "POST /neutron/port HTTP/1.1" 200 1183 0.022700 10.0.0.242 - - [2025-10-30 04:10:54] "POST /neutron/port HTTP/1.1" 200 1209 0.017752 10.0.0.254 - - [2025-10-30 04:10:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005397 10.0.0.240 - - [2025-10-30 04:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003135 10.0.0.240 - - [2025-10-30 04:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003922 10.0.0.240 - - [2025-10-30 04:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.003413 10.0.0.240 - - [2025-10-30 04:10:56] "POST /useragent-kv HTTP/1.1" 200 115 0.004560 10.0.0.242 - - [2025-10-30 04:10:56] "POST /neutron/network HTTP/1.1" 200 151 0.176935 10.0.0.254 - - [2025-10-30 04:10:56] "DELETE /route-target/add5de02-3956-47a8-b019-2ec043d7bd9d HTTP/1.1" 200 115 0.019670 10.0.0.242 - - [2025-10-30 04:10:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003569 10.0.0.240 - - [2025-10-30 04:10:57] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001043 10.0.0.242 - - [2025-10-30 04:10:57] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.042384 10.0.0.242 - - [2025-10-30 04:10:57] "POST /neutron/network HTTP/1.1" 200 117 0.012095 10.0.0.254 - - [2025-10-30 04:10:58] "POST /fqname-to-id HTTP/1.1" 404 207 0.006795 10.0.0.240 - - [2025-10-30 04:10:58] "POST /useragent-kv HTTP/1.1" 200 115 0.008359 10.0.0.242 - - [2025-10-30 04:10:58] "POST /neutron/subnet HTTP/1.1" 200 720 0.204649 10.0.0.242 - - [2025-10-30 04:10:58] "POST /id-to-fqname HTTP/1.1" 200 222 0.001378 10.0.0.242 - - [2025-10-30 04:10:58] "GET /virtual-network/222ec4fe-df77-43fb-9825-a251c1a16e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.005427 10.0.0.242 - - [2025-10-30 04:10:58] "GET /virtual-network/222ec4fe-df77-43fb-9825-a251c1a16e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006206 10.0.0.242 - - [2025-10-30 04:10:58] "POST /neutron/network HTTP/1.1" 200 974 0.009739 10.0.0.242 - - [2025-10-30 04:10:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003347 10.0.0.240 - - [2025-10-30 04:10:58] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000941 10.0.0.242 - - [2025-10-30 04:10:58] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.048287 10.0.0.242 - - [2025-10-30 04:10:58] "POST /neutron/network HTTP/1.1" 200 117 0.015833 10.0.0.254 - - [2025-10-30 04:10:58] "POST /route-targets HTTP/1.1" 200 328 0.015827 10.0.0.240 - - [2025-10-30 04:10:59] "POST /useragent-kv HTTP/1.1" 200 115 0.008304 10.0.0.242 - - [2025-10-30 04:10:59] "POST /neutron/subnet HTTP/1.1" 200 729 0.188420 10.0.0.242 - - [2025-10-30 04:10:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001499 10.0.0.242 - - [2025-10-30 04:10:59] "GET /virtual-network/825463a3-aa78-420d-aaff-b97a125f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006682 10.0.0.242 - - [2025-10-30 04:10:59] "GET /virtual-network/825463a3-aa78-420d-aaff-b97a125f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007245 10.0.0.242 - - [2025-10-30 04:10:59] "POST /neutron/network HTTP/1.1" 200 976 0.013129 10.0.0.242 - - [2025-10-30 04:10:59] "POST /id-to-fqname HTTP/1.1" 200 222 0.001498 10.0.0.242 - - [2025-10-30 04:10:59] "POST /neutron/network HTTP/1.1" 200 984 0.008783 10.0.0.240 - - [2025-10-30 04:11:00] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001199 10.0.0.242 - - [2025-10-30 04:11:00] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.083896 10.0.0.242 - - [2025-10-30 04:11:00] "POST /neutron/port HTTP/1.1" 200 117 0.006773 10.0.0.242 - - [2025-10-30 04:11:00] "POST /id-to-fqname HTTP/1.1" 200 222 0.001429 10.0.0.242 - - [2025-10-30 04:11:00] "POST /neutron/network HTTP/1.1" 200 984 0.007633 10.0.0.242 - - [2025-10-30 04:11:01] "POST /neutron/port HTTP/1.1" 200 1152 0.021565 10.0.0.240 - - [2025-10-30 04:11:01] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001279 10.0.0.242 - - [2025-10-30 04:11:01] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.113457 10.0.0.242 - - [2025-10-30 04:11:01] "POST /neutron/port HTTP/1.1" 200 1180 0.021003 10.0.0.242 - - [2025-10-30 04:11:01] "POST /neutron/subnet HTTP/1.1" 200 1268 0.016496 10.0.0.242 - - [2025-10-30 04:11:01] "POST /neutron/port HTTP/1.1" 200 1180 0.026160 10.0.0.242 - - [2025-10-30 04:11:01] "POST /neutron/port HTTP/1.1" 200 117 0.007190 10.0.0.242 - - [2025-10-30 04:11:02] "POST /neutron/network HTTP/1.1" 200 986 0.006843 10.0.0.242 - - [2025-10-30 04:11:02] "POST /neutron/port HTTP/1.1" 200 1154 0.023666 10.0.0.242 - - [2025-10-30 04:11:02] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004081 10.0.0.242 - - [2025-10-30 04:11:02] "POST /neutron/port HTTP/1.1" 200 117 0.001267 10.0.0.242 - - [2025-10-30 04:11:06] "POST /neutron/port HTTP/1.1" 200 1180 0.017871 10.0.0.242 - - [2025-10-30 04:11:07] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007522 10.0.0.242 - - [2025-10-30 04:11:07] "GET /virtual-machine/c1dae34b-84c3-49e4-9c54-4804b497c735 HTTP/1.1" 200 1303 0.006584 10.0.0.242 - - [2025-10-30 04:11:07] "GET /virtual-machine-interface/43e37985-eb59-447b-ae2d-12b412e05a67 HTTP/1.1" 200 3165 0.007016 10.0.0.242 - - [2025-10-30 04:11:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004158 10.0.0.242 - - [2025-10-30 04:11:07] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004795 10.0.0.242 - - [2025-10-30 04:11:07] "GET /virtual-networks?parent_id=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003847 10.0.0.242 - - [2025-10-30 04:11:07] "GET /virtual-network/222ec4fe-df77-43fb-9825-a251c1a16e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006951 10.0.0.242 - - [2025-10-30 04:11:09] "POST /neutron/port HTTP/1.1" 200 1180 0.017869 10.0.0.242 - - [2025-10-30 04:11:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.003486 10.0.0.242 - - [2025-10-30 04:11:10] "GET /virtual-network/222ec4fe-df77-43fb-9825-a251c1a16e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006273 10.0.0.242 - - [2025-10-30 04:11:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007715 10.0.0.242 - - [2025-10-30 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003421 10.0.0.242 - - [2025-10-30 04:11:12] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004395 10.0.0.242 - - [2025-10-30 04:11:12] "GET /virtual-networks?parent_id=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004021 10.0.0.242 - - [2025-10-30 04:11:12] "GET /virtual-network/222ec4fe-df77-43fb-9825-a251c1a16e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.008563 10.0.0.242 - - [2025-10-30 04:11:12] "POST /neutron/port HTTP/1.1" 200 1182 0.017593 10.0.0.242 - - [2025-10-30 04:11:12] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008319 10.0.0.242 - - [2025-10-30 04:11:12] "GET /virtual-machine/25aeddea-cfbe-4950-a347-75836144df57 HTTP/1.1" 200 1302 0.006860 10.0.0.242 - - [2025-10-30 04:11:12] "GET /virtual-machine-interface/f143bac8-3e3f-4712-b312-752977d4e6eb HTTP/1.1" 200 3166 0.006541 10.0.0.242 - - [2025-10-30 04:11:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.242 - - [2025-10-30 04:11:12] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003807 10.0.0.242 - - [2025-10-30 04:11:12] "GET /virtual-networks?parent_id=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002973 10.0.0.242 - - [2025-10-30 04:11:13] "GET /virtual-network/825463a3-aa78-420d-aaff-b97a125f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.006117 10.0.0.242 - - [2025-10-30 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003495 10.0.0.242 - - [2025-10-30 04:11:14] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003388 10.0.0.242 - - [2025-10-30 04:11:14] "GET /virtual-networks?parent_id=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.002853 10.0.0.242 - - [2025-10-30 04:11:14] "GET /virtual-network/825463a3-aa78-420d-aaff-b97a125f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.005898 10.0.0.242 - - [2025-10-30 04:11:14] "POST /fqname-to-id HTTP/1.1" 404 209 0.004518 10.0.0.242 - - [2025-10-30 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.006060 10.0.0.242 - - [2025-10-30 04:11:14] "POST /neutron/network HTTP/1.1" 200 984 0.007264 10.0.0.240 - - [2025-10-30 04:11:14] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001832 10.0.0.242 - - [2025-10-30 04:11:14] "POST /neutron/subnet HTTP/1.1" 200 1268 0.014021 10.0.0.242 - - [2025-10-30 04:11:14] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.055123 10.0.0.242 - - [2025-10-30 04:11:14] "POST /neutron/network HTTP/1.1" 200 974 0.009203 10.0.0.242 - - [2025-10-30 04:11:14] "POST /network-policys HTTP/1.1" 200 535 0.045303 10.0.0.242 - - [2025-10-30 04:11:14] "GET /network-policy/0f100520-d01e-446a-b491-1ac0de7469c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.006992 10.0.0.242 - - [2025-10-30 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003237 10.0.0.242 - - [2025-10-30 04:11:14] "GET /virtual-network/222ec4fe-df77-43fb-9825-a251c1a16e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.006421 10.0.0.242 - - [2025-10-30 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003363 10.0.0.242 - - [2025-10-30 04:11:14] "GET /network-policy/0f100520-d01e-446a-b491-1ac0de7469c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004587 10.0.0.254 - - [2025-10-30 04:11:14] "POST /fqname-to-id HTTP/1.1" 404 207 0.006822 10.0.0.242 - - [2025-10-30 04:11:14] "POST /ref-update HTTP/1.1" 200 156 0.065752 10.0.0.242 - - [2025-10-30 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003763 10.0.0.242 - - [2025-10-30 04:11:14] "GET /network-policy/0f100520-d01e-446a-b491-1ac0de7469c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004570 10.0.0.242 - - [2025-10-30 04:11:14] "GET /virtual-network/222ec4fe-df77-43fb-9825-a251c1a16e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2867 0.008437 10.0.0.242 - - [2025-10-30 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003300 10.0.0.242 - - [2025-10-30 04:11:14] "GET /network-policy/0f100520-d01e-446a-b491-1ac0de7469c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.005728 10.0.0.242 - - [2025-10-30 04:11:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003922 10.0.0.242 - - [2025-10-30 04:11:14] "GET /virtual-network/825463a3-aa78-420d-aaff-b97a125f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.007439 10.0.0.242 - - [2025-10-30 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004119 10.0.0.242 - - [2025-10-30 04:11:15] "GET /network-policy/0f100520-d01e-446a-b491-1ac0de7469c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.012553 10.0.0.254 - - [2025-10-30 04:11:15] "POST /access-control-lists HTTP/1.1" 200 580 0.060107 10.0.0.242 - - [2025-10-30 04:11:15] "POST /ref-update HTTP/1.1" 200 156 0.144765 10.0.0.242 - - [2025-10-30 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005877 10.0.0.254 - - [2025-10-30 04:11:15] "POST /access-control-lists HTTP/1.1" 200 580 0.110792 10.0.0.242 - - [2025-10-30 04:11:15] "GET /network-policy/0f100520-d01e-446a-b491-1ac0de7469c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.012736 10.0.0.242 - - [2025-10-30 04:11:15] "GET /virtual-network/825463a3-aa78-420d-aaff-b97a125f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2872 0.011055 10.0.0.242 - - [2025-10-30 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004134 10.0.0.242 - - [2025-10-30 04:11:15] "GET /network-policy/0f100520-d01e-446a-b491-1ac0de7469c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004340 10.0.0.242 - - [2025-10-30 04:11:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005049 10.0.0.240 - - [2025-10-30 04:11:15] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002717 10.0.0.242 - - [2025-10-30 04:11:15] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.061000 10.0.0.242 - - [2025-10-30 04:11:15] "POST /neutron/network HTTP/1.1" 200 117 0.020756 10.0.0.254 - - [2025-10-30 04:11:15] "POST /ref-update HTTP/1.1" 200 156 0.029945 10.0.0.242 - - [2025-10-30 04:11:16] "POST /neutron/network HTTP/1.1" 200 799 0.011344 10.0.0.242 - - [2025-10-30 04:11:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.001349 10.0.0.242 - - [2025-10-30 04:11:16] "GET /virtual-network/2f044e52-0886-4b42-8e4b-528940001c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006408 10.0.0.242 - - [2025-10-30 04:11:16] "GET /virtual-network/2f044e52-0886-4b42-8e4b-528940001c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.008810 10.0.0.242 - - [2025-10-30 04:11:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.009851 10.0.0.242 - - [2025-10-30 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.004254 10.0.0.240 - - [2025-10-30 04:11:16] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002825 10.0.0.242 - - [2025-10-30 04:11:16] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.067785 10.0.0.240 - - [2025-10-30 04:11:16] "POST /useragent-kv HTTP/1.1" 200 115 0.013510 10.0.0.242 - - [2025-10-30 04:11:16] "POST /neutron/subnet HTTP/1.1" 200 701 0.228766 10.0.0.242 - - [2025-10-30 04:11:16] "POST /id-to-fqname HTTP/1.1" 200 214 0.001505 10.0.0.242 - - [2025-10-30 04:11:16] "GET /virtual-network/48ee8197-6cf7-409c-9604-9166a556c11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007011 10.0.0.242 - - [2025-10-30 04:11:16] "GET /virtual-network/48ee8197-6cf7-409c-9604-9166a556c11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005899 10.0.0.242 - - [2025-10-30 04:11:16] "POST /neutron/network HTTP/1.1" 200 799 0.008652 10.0.0.242 - - [2025-10-30 04:11:16] "POST /fqname-to-id HTTP/1.1" 404 239 0.005332 10.0.0.242 - - [2025-10-30 04:11:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.006943 10.0.0.240 - - [2025-10-30 04:11:16] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001155 10.0.0.242 - - [2025-10-30 04:11:17] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.063327 10.0.0.242 - - [2025-10-30 04:11:17] "POST /network-policys HTTP/1.1" 200 589 0.032284 10.0.0.242 - - [2025-10-30 04:11:17] "GET /network-policy/23fa1e57-0778-4e1a-92ec-f8f86c173c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.006346 10.0.0.242 - - [2025-10-30 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003875 10.0.0.242 - - [2025-10-30 04:11:17] "GET /virtual-network/2f044e52-0886-4b42-8e4b-528940001c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.006382 10.0.0.242 - - [2025-10-30 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003388 10.0.0.242 - - [2025-10-30 04:11:17] "GET /network-policy/23fa1e57-0778-4e1a-92ec-f8f86c173c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004250 10.0.0.254 - - [2025-10-30 04:11:17] "POST /fqname-to-id HTTP/1.1" 404 210 0.016055 10.0.0.242 - - [2025-10-30 04:11:17] "POST /ref-update HTTP/1.1" 200 156 0.067109 10.0.0.242 - - [2025-10-30 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004978 10.0.0.242 - - [2025-10-30 04:11:17] "GET /network-policy/23fa1e57-0778-4e1a-92ec-f8f86c173c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.009309 10.0.0.242 - - [2025-10-30 04:11:17] "GET /virtual-network/2f044e52-0886-4b42-8e4b-528940001c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.011704 10.0.0.242 - - [2025-10-30 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003111 10.0.0.242 - - [2025-10-30 04:11:17] "GET /network-policy/23fa1e57-0778-4e1a-92ec-f8f86c173c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004221 10.0.0.242 - - [2025-10-30 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003113 10.0.0.242 - - [2025-10-30 04:11:17] "GET /virtual-network/48ee8197-6cf7-409c-9604-9166a556c11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.005852 10.0.0.242 - - [2025-10-30 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003349 10.0.0.242 - - [2025-10-30 04:11:17] "GET /network-policy/23fa1e57-0778-4e1a-92ec-f8f86c173c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004938 10.0.0.242 - - [2025-10-30 04:11:17] "POST /ref-update HTTP/1.1" 200 156 0.062691 10.0.0.242 - - [2025-10-30 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003679 10.0.0.254 - - [2025-10-30 04:11:17] "POST /access-control-lists HTTP/1.1" 200 556 0.094170 10.0.0.242 - - [2025-10-30 04:11:17] "GET /network-policy/23fa1e57-0778-4e1a-92ec-f8f86c173c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.009214 10.0.0.242 - - [2025-10-30 04:11:17] "POST /neutron/network HTTP/1.1" 200 912 0.019156 10.0.0.242 - - [2025-10-30 04:11:17] "GET /virtual-network/48ee8197-6cf7-409c-9604-9166a556c11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2337 0.011492 10.0.0.242 - - [2025-10-30 04:11:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.013463 10.0.0.242 - - [2025-10-30 04:11:17] "GET /network-policy/23fa1e57-0778-4e1a-92ec-f8f86c173c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.004279 10.0.0.242 - - [2025-10-30 04:11:17] "POST /id-to-fqname HTTP/1.1" 200 214 0.001174 10.0.0.242 - - [2025-10-30 04:11:18] "POST /neutron/network HTTP/1.1" 200 922 0.010020 10.0.0.240 - - [2025-10-30 04:11:18] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001508 10.0.0.242 - - [2025-10-30 04:11:19] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.086438 10.0.0.242 - - [2025-10-30 04:11:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.015570 10.0.0.242 - - [2025-10-30 04:11:19] "POST /id-to-fqname HTTP/1.1" 200 214 0.001412 10.0.0.242 - - [2025-10-30 04:11:19] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007984 10.0.0.240 - - [2025-10-30 04:11:19] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001225 10.0.0.242 - - [2025-10-30 04:11:20] "POST /neutron/port HTTP/1.1" 200 1063 0.322878 10.0.0.242 - - [2025-10-30 04:11:20] "POST /neutron/port HTTP/1.1" 200 1117 0.125620 10.0.0.240 - - [2025-10-30 04:11:20] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002023 10.0.0.242 - - [2025-10-30 04:11:20] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.104096 10.0.0.242 - - [2025-10-30 04:11:20] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005824 10.0.0.242 - - [2025-10-30 04:11:20] "POST /neutron/network HTTP/1.1" 200 912 0.009100 10.0.0.242 - - [2025-10-30 04:11:20] "POST /neutron/port HTTP/1.1" 200 117 0.007077 10.0.0.242 - - [2025-10-30 04:11:20] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004550 10.0.0.242 - - [2025-10-30 04:11:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005616 10.0.0.242 - - [2025-10-30 04:11:21] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.008958 10.0.0.254 - - [2025-10-30 04:11:21] "PUT /access-control-list/f52eb32e-08fe-4c9b-85af-29a3b90544d6 HTTP/1.1" 200 273 0.030231 10.0.0.242 - - [2025-10-30 04:11:21] "POST /neutron/port HTTP/1.1" 200 1063 0.016581 10.0.0.242 - - [2025-10-30 04:11:21] "POST /neutron/port HTTP/1.1" 200 1091 0.020500 10.0.0.242 - - [2025-10-30 04:11:21] "POST /neutron/port HTTP/1.1" 200 117 0.001307 10.0.0.242 - - [2025-10-30 04:11:22] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004261 10.0.0.242 - - [2025-10-30 04:11:22] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005164 10.0.0.242 - - [2025-10-30 04:11:22] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004300 10.0.0.242 - - [2025-10-30 04:11:22] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.028979 10.0.0.242 - - [2025-10-30 04:11:22] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.036670 10.0.0.242 - - [2025-10-30 04:11:22] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006166 10.0.0.242 - - [2025-10-30 04:11:22] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007025 10.0.0.242 - - [2025-10-30 04:11:22] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.032774 10.0.0.242 - - [2025-10-30 04:11:22] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.037002 10.0.0.242 - - [2025-10-30 04:11:22] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.025383 10.0.0.242 - - [2025-10-30 04:11:22] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008388 10.0.0.242 - - [2025-10-30 04:11:22] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.026999 10.0.0.242 - - [2025-10-30 04:11:22] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.059541 10.0.0.242 - - [2025-10-30 04:11:22] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.018582 10.0.0.242 - - [2025-10-30 04:11:22] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007291 10.0.0.242 - - [2025-10-30 04:11:22] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.019584 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003530 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004965 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004339 10.0.0.242 - - [2025-10-30 04:11:23] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.027288 10.0.0.242 - - [2025-10-30 04:11:23] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.041121 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005084 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.007940 10.0.0.242 - - [2025-10-30 04:11:23] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.035483 10.0.0.242 - - [2025-10-30 04:11:23] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.034990 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005676 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.009132 10.0.0.242 - - [2025-10-30 04:11:23] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.034458 10.0.0.242 - - [2025-10-30 04:11:23] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.042969 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004623 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004448 10.0.0.242 - - [2025-10-30 04:11:23] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.042469 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.003658 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005077 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004869 10.0.0.242 - - [2025-10-30 04:11:23] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.027814 10.0.0.242 - - [2025-10-30 04:11:23] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.039926 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.006982 10.0.0.242 - - [2025-10-30 04:11:23] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005722 10.0.0.242 - - [2025-10-30 04:11:23] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.034384 10.0.0.242 - - [2025-10-30 04:11:24] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.030331 10.0.0.242 - - [2025-10-30 04:11:24] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010237 10.0.0.242 - - [2025-10-30 04:11:24] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.010026 10.0.0.242 - - [2025-10-30 04:11:24] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.038130 10.0.0.242 - - [2025-10-30 04:11:24] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.039700 10.0.0.242 - - [2025-10-30 04:11:24] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.008470 10.0.0.242 - - [2025-10-30 04:11:24] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.006745 10.0.0.242 - - [2025-10-30 04:11:24] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.022591 10.0.0.242 - - [2025-10-30 04:11:24] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005251 10.0.0.242 - - [2025-10-30 04:11:24] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004350 10.0.0.242 - - [2025-10-30 04:11:24] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.017950 10.0.0.242 - - [2025-10-30 04:11:24] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.005120 10.0.0.242 - - [2025-10-30 04:11:24] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.004514 10.0.0.242 - - [2025-10-30 04:11:24] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.018732 10.0.0.242 - - [2025-10-30 04:11:24] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.005389 10.0.0.242 - - [2025-10-30 04:11:24] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2841 0.004993 10.0.0.242 - - [2025-10-30 04:11:24] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.016848 10.0.0.242 - - [2025-10-30 04:11:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007002 10.0.0.242 - - [2025-10-30 04:11:34] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004627 10.0.0.242 - - [2025-10-30 04:11:34] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.006056 10.0.0.242 - - [2025-10-30 04:11:34] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.004209 10.0.0.242 - - [2025-10-30 04:11:34] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.031226 10.0.0.242 - - [2025-10-30 04:11:34] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.046416 10.0.0.242 - - [2025-10-30 04:11:34] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.006860 10.0.0.242 - - [2025-10-30 04:11:34] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.010682 10.0.0.242 - - [2025-10-30 04:11:34] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.029048 10.0.0.242 - - [2025-10-30 04:11:35] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.040455 10.0.0.242 - - [2025-10-30 04:11:35] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008996 10.0.0.242 - - [2025-10-30 04:11:35] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008802 10.0.0.242 - - [2025-10-30 04:11:35] "POST /neutron/port HTTP/1.1" 200 1182 0.056096 10.0.0.242 - - [2025-10-30 04:11:35] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.044607 10.0.0.242 - - [2025-10-30 04:11:35] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.037094 10.0.0.242 - - [2025-10-30 04:11:35] "POST /neutron/floatingip HTTP/1.1" 200 117 0.008059 10.0.0.242 - - [2025-10-30 04:11:35] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.005671 10.0.0.242 - - [2025-10-30 04:11:35] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2906 0.009799 10.0.0.242 - - [2025-10-30 04:11:35] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.027175 10.0.0.242 - - [2025-10-30 04:11:35] "POST /neutron/port HTTP/1.1" 200 117 0.004851 10.0.0.242 - - [2025-10-30 04:11:35] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004580 10.0.0.242 - - [2025-10-30 04:11:35] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.007025 10.0.0.242 - - [2025-10-30 04:11:35] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.005141 10.0.0.242 - - [2025-10-30 04:11:35] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.030751 10.0.0.242 - - [2025-10-30 04:11:35] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.052209 10.0.0.242 - - [2025-10-30 04:11:35] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004769 10.0.0.242 - - [2025-10-30 04:11:35] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.004704 10.0.0.242 - - [2025-10-30 04:11:35] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.038843 10.0.0.242 - - [2025-10-30 04:11:35] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.046489 10.0.0.242 - - [2025-10-30 04:11:35] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006839 10.0.0.242 - - [2025-10-30 04:11:35] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.009208 10.0.0.242 - - [2025-10-30 04:11:35] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.055159 10.0.0.242 - - [2025-10-30 04:11:36] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.065397 10.0.0.242 - - [2025-10-30 04:11:36] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.010422 10.0.0.242 - - [2025-10-30 04:11:36] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2907 0.005759 10.0.0.242 - - [2025-10-30 04:11:36] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.029180 10.0.0.242 - - [2025-10-30 04:11:36] "GET /bgp-routers?detail=False&count=False&shared=False HTTP/1.1" 200 900 0.004302 10.0.0.242 - - [2025-10-30 04:11:36] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.004798 10.0.0.242 - - [2025-10-30 04:11:36] "GET /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2843 0.006454 10.0.0.242 - - [2025-10-30 04:11:36] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.037063 10.0.0.242 - - [2025-10-30 04:11:36] "PUT /bgp-router/6cd92ca5-08fe-409c-9411-9ebed65075f2 HTTP/1.1" 200 255 0.062061 10.0.0.242 - - [2025-10-30 04:11:36] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.011400 10.0.0.242 - - [2025-10-30 04:11:36] "GET /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2844 0.011412 10.0.0.242 - - [2025-10-30 04:11:36] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.030394 10.0.0.242 - - [2025-10-30 04:11:36] "PUT /bgp-router/96c7bde1-a2da-4b39-a85f-c47551f01f83 HTTP/1.1" 200 255 0.047202 10.0.0.242 - - [2025-10-30 04:11:36] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008092 10.0.0.242 - - [2025-10-30 04:11:36] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006168 10.0.0.242 - - [2025-10-30 04:11:36] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.038138 10.0.0.242 - - [2025-10-30 04:11:36] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.081130 10.0.0.242 - - [2025-10-30 04:11:36] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.008185 10.0.0.242 - - [2025-10-30 04:11:36] "GET /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2904 0.006958 10.0.0.242 - - [2025-10-30 04:11:36] "PUT /bgp-router/3d826ddb-5595-4fb8-a5b3-9785c55f1ace HTTP/1.1" 200 255 0.035438 10.0.0.242 - - [2025-10-30 04:11:37] "POST /ref-update HTTP/1.1" 200 156 0.096215 10.0.0.242 - - [2025-10-30 04:11:37] "POST /neutron/network HTTP/1.1" 200 799 0.029405 10.0.0.242 - - [2025-10-30 04:11:37] "GET /virtual-network/48ee8197-6cf7-409c-9604-9166a556c11a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.007053 10.0.0.242 - - [2025-10-30 04:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.008251 10.0.0.242 - - [2025-10-30 04:11:37] "GET /network-policy/23fa1e57-0778-4e1a-92ec-f8f86c173c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.008142 10.0.0.242 - - [2025-10-30 04:11:37] "POST /ref-update HTTP/1.1" 200 156 0.084929 10.0.0.254 - - [2025-10-30 04:11:37] "DELETE /access-control-list/13e51c88-1673-4405-9663-ca3d671afacc HTTP/1.1" 200 115 0.066395 10.0.0.242 - - [2025-10-30 04:11:37] "GET /virtual-network/2f044e52-0886-4b42-8e4b-528940001c61?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2002 0.017511 10.0.0.242 - - [2025-10-30 04:11:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.242 - - [2025-10-30 04:11:37] "GET /network-policy/23fa1e57-0778-4e1a-92ec-f8f86c173c15?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2162 0.005822 10.0.0.242 - - [2025-10-30 04:11:37] "POST /neutron/port HTTP/1.1" 200 1091 0.046493 10.0.0.242 - - [2025-10-30 04:11:37] "DELETE /network-policy/23fa1e57-0778-4e1a-92ec-f8f86c173c15 HTTP/1.1" 200 115 0.063253 10.0.0.242 - - [2025-10-30 04:11:38] "POST /neutron/port HTTP/1.1" 200 151 0.375789 10.0.0.242 - - [2025-10-30 04:11:38] "POST /neutron/port HTTP/1.1" 200 151 0.363602 10.0.0.242 - - [2025-10-30 04:11:39] "POST /neutron/network HTTP/1.1" 200 799 0.014592 10.0.0.254 - - [2025-10-30 04:11:39] "DELETE /route-target/6b6c4e0a-89fc-4968-8232-09f87fcc2ce2 HTTP/1.1" 200 115 0.032654 10.0.0.242 - - [2025-10-30 04:11:40] "POST /ref-update HTTP/1.1" 200 156 0.087775 10.0.0.254 - - [2025-10-30 04:11:40] "DELETE /access-control-list/96b70124-4896-48fd-92df-04b599724ca8 HTTP/1.1" 200 115 0.050497 10.0.0.242 - - [2025-10-30 04:11:40] "GET /virtual-network/825463a3-aa78-420d-aaff-b97a125f155c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2565 0.009267 10.0.0.242 - - [2025-10-30 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004367 10.0.0.242 - - [2025-10-30 04:11:40] "GET /network-policy/0f100520-d01e-446a-b491-1ac0de7469c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004730 10.0.0.254 - - [2025-10-30 04:11:40] "POST /fqname-to-id HTTP/1.1" 404 207 0.010139 10.0.0.242 - - [2025-10-30 04:11:40] "POST /ref-update HTTP/1.1" 200 156 0.083667 10.0.0.254 - - [2025-10-30 04:11:40] "POST /ref-update HTTP/1.1" 200 156 0.043619 10.0.0.242 - - [2025-10-30 04:11:40] "POST /neutron/network HTTP/1.1" 200 974 0.017386 10.0.0.242 - - [2025-10-30 04:11:40] "GET /virtual-network/222ec4fe-df77-43fb-9825-a251c1a16e49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2559 0.010522 10.0.0.242 - - [2025-10-30 04:11:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.007111 10.0.0.242 - - [2025-10-30 04:11:40] "GET /network-policy/0f100520-d01e-446a-b491-1ac0de7469c1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2097 0.004313 10.0.0.242 - - [2025-10-30 04:11:40] "DELETE /network-policy/0f100520-d01e-446a-b491-1ac0de7469c1 HTTP/1.1" 200 115 0.053019 10.0.0.242 - - [2025-10-30 04:11:41] "POST /neutron/port HTTP/1.1" 200 1182 0.015935 10.0.0.242 - - [2025-10-30 04:11:41] "POST /neutron/port HTTP/1.1" 200 151 0.304681 10.0.0.242 - - [2025-10-30 04:11:42] "POST /neutron/network HTTP/1.1" 200 976 0.009583 10.0.0.254 - - [2025-10-30 04:11:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.005879 10.0.0.240 - - [2025-10-30 04:11:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003207 10.0.0.240 - - [2025-10-30 04:11:43] "POST /useragent-kv HTTP/1.1" 200 115 0.003039 10.0.0.240 - - [2025-10-30 04:11:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002738 10.0.0.240 - - [2025-10-30 04:11:43] "POST /useragent-kv HTTP/1.1" 200 115 0.002741 10.0.0.242 - - [2025-10-30 04:11:43] "POST /neutron/network HTTP/1.1" 200 151 0.159202 10.0.0.240 - - [2025-10-30 04:11:44] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001714 10.0.0.242 - - [2025-10-30 04:11:44] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1408 0.045605 10.0.0.240 - - [2025-10-30 04:11:44] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001211 10.0.0.242 - - [2025-10-30 04:11:44] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?fields=virtual_networks HTTP/1.1" 200 1060 0.049490 10.0.0.240 - - [2025-10-30 04:11:44] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001662 10.0.0.242 - - [2025-10-30 04:11:44] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?fields=virtual_machine_interfaces HTTP/1.1" 200 1060 0.055936 10.0.0.240 - - [2025-10-30 04:11:44] "GET /projects?obj_uuids=34604885-da03-4301-b0bb-fe9e593dcb41&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.002156 10.0.0.242 - - [2025-10-30 04:11:44] "GET /project/34604885-da03-4301-b0bb-fe9e593dcb41?fields=security_groups HTTP/1.1" 200 1295 0.059855 10.0.0.242 - - [2025-10-30 04:11:45] "POST /fqname-to-id HTTP/1.1" 404 183 0.033255 10.0.0.240 - - [2025-10-30 04:11:45] "GET /projects?obj_uuids=305e44d5-7a39-4dcd-b59c-a45380ddd0f6&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003184 10.0.0.240 - - [2025-10-30 04:11:45] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001300 10.0.0.240 - - [2025-10-30 04:11:45] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007506 10.0.0.240 - - [2025-10-30 04:11:45] "POST /id-to-fqname HTTP/1.1" 200 185 0.005358 10.0.0.240 - - [2025-10-30 04:11:45] "POST /fqname-to-id HTTP/1.1" 404 194 0.006802 10.0.0.240 - - [2025-10-30 04:11:45] "POST /security-groups HTTP/1.1" 200 586 0.028486 10.0.0.240 - - [2025-10-30 04:11:46] "POST /projects HTTP/1.1" 200 575 0.240808 10.0.0.254 - - [2025-10-30 04:11:46] "POST /access-control-lists HTTP/1.1" 200 593 0.029204 10.0.0.240 - - [2025-10-30 04:11:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.313509 10.0.0.242 - - [2025-10-30 04:11:46] "GET /project/305e44d5-7a39-4dcd-b59c-a45380ddd0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.450272 10.0.0.242 - - [2025-10-30 04:11:47] "GET / HTTP/1.1" 200 36215 0.002655 10.0.0.242 - - [2025-10-30 04:11:49] "POST /fqname-to-id HTTP/1.1" 401 293 0.000695 10.0.0.242 - - [2025-10-30 04:11:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.037853 10.0.0.242 - - [2025-10-30 04:11:49] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.006311 10.0.0.242 - - [2025-10-30 04:11:49] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.003649 10.0.0.242 - - [2025-10-30 04:11:49] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004606 10.0.0.242 - - [2025-10-30 04:11:49] "PUT /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637 HTTP/1.1" 200 265 0.016472 10.0.0.242 - - [2025-10-30 04:11:51] "POST /fqname-to-id HTTP/1.1" 404 183 0.022887 10.0.0.240 - - [2025-10-30 04:11:51] "GET /projects?obj_uuids=78aa7201-caad-4305-97e8-02016fd407ca&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.002966 10.0.0.240 - - [2025-10-30 04:11:51] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001075 10.0.0.240 - - [2025-10-30 04:11:51] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007599 10.0.0.240 - - [2025-10-30 04:11:52] "POST /id-to-fqname HTTP/1.1" 200 185 0.002387 10.0.0.240 - - [2025-10-30 04:11:52] "POST /fqname-to-id HTTP/1.1" 404 194 0.006097 10.0.0.240 - - [2025-10-30 04:11:52] "POST /security-groups HTTP/1.1" 200 586 0.030594 10.0.0.254 - - [2025-10-30 04:11:52] "POST /fqname-to-id HTTP/1.1" 404 229 0.002801 10.0.0.240 - - [2025-10-30 04:11:52] "POST /projects HTTP/1.1" 200 575 0.241834 10.0.0.240 - - [2025-10-30 04:11:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.311596 10.0.0.254 - - [2025-10-30 04:11:52] "POST /access-control-lists HTTP/1.1" 200 591 0.027208 10.0.0.242 - - [2025-10-30 04:11:52] "GET /project/78aa7201-caad-4305-97e8-02016fd407ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.454720 10.0.0.242 - - [2025-10-30 04:11:52] "POST /fqname-to-id HTTP/1.1" 404 183 0.024953 10.0.0.240 - - [2025-10-30 04:11:52] "GET /projects?obj_uuids=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003287 10.0.0.240 - - [2025-10-30 04:11:52] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001731 10.0.0.240 - - [2025-10-30 04:11:52] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010284 10.0.0.240 - - [2025-10-30 04:11:53] "POST /id-to-fqname HTTP/1.1" 200 185 0.005375 10.0.0.240 - - [2025-10-30 04:11:53] "POST /fqname-to-id HTTP/1.1" 404 194 0.005682 10.0.0.240 - - [2025-10-30 04:11:53] "POST /security-groups HTTP/1.1" 200 586 0.079382 10.0.0.240 - - [2025-10-30 04:11:53] "POST /projects HTTP/1.1" 200 575 0.331596 10.0.0.240 - - [2025-10-30 04:11:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.362675 10.0.0.254 - - [2025-10-30 04:11:53] "POST /fqname-to-id HTTP/1.1" 404 228 0.014225 10.0.0.242 - - [2025-10-30 04:11:53] "GET /project/9721f0bf-18bc-4907-ba00-717298d33311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.534388 10.0.0.242 - - [2025-10-30 04:11:53] "GET / HTTP/1.1" 200 36215 0.002158 10.0.0.242 - - [2025-10-30 04:11:54] "GET / HTTP/1.1" 200 36215 0.001598 10.0.0.242 - - [2025-10-30 04:11:55] "POST /fqname-to-id HTTP/1.1" 404 183 0.004147 10.0.0.242 - - [2025-10-30 04:11:55] "POST /api-access-lists HTTP/1.1" 200 523 0.023433 10.0.0.242 - - [2025-10-30 04:11:55] "GET /api-access-list/8837b25f-288c-460d-a93a-421ec59025dc?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1267 0.006269 10.0.0.242 - - [2025-10-30 04:11:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000512 10.0.0.242 - - [2025-10-30 04:11:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.123211 10.0.0.240 - - [2025-10-30 04:11:55] "GET /projects?obj_uuids=78aa7201-caad-4305-97e8-02016fd407ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001195 10.0.0.242 - - [2025-10-30 04:11:56] "GET /project/78aa7201-caad-4305-97e8-02016fd407ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.075212 10.0.0.242 - - [2025-10-30 04:11:56] "GET /virtual-networks?parent_id=78aa7201-caad-4305-97e8-02016fd407ca&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020087 10.0.0.242 - - [2025-10-30 04:11:56] "POST /virtual-networks HTTP/1.1" 200 570 0.132162 10.0.0.242 - - [2025-10-30 04:11:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.046288 10.0.0.254 - - [2025-10-30 04:11:56] "POST /ref-update HTTP/1.1" 200 156 0.032635 10.0.0.242 - - [2025-10-30 04:11:56] "GET /network-ipam/5dfe6f8f-eff7-4ced-9620-1447fd92076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.019701 10.0.0.240 - - [2025-10-30 04:11:56] "POST /useragent-kv HTTP/1.1" 200 115 0.008692 10.0.0.242 - - [2025-10-30 04:11:56] "POST /ref-update HTTP/1.1" 200 156 0.096524 10.0.0.242 - - [2025-10-30 04:11:56] "GET /virtual-network/3e65698c-df21-4a17-a9a3-39fd6d7999da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.018912 10.0.0.242 - - [2025-10-30 04:11:56] "POST /neutron/network HTTP/1.1" 200 833 0.055598 10.0.0.242 - - [2025-10-30 04:11:57] "POST /id-to-fqname HTTP/1.1" 401 293 0.000609 10.0.0.242 - - [2025-10-30 04:11:58] "POST /id-to-fqname HTTP/1.1" 200 230 0.042596 10.0.0.240 - - [2025-10-30 04:11:59] "GET /projects?obj_uuids=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001027 10.0.0.242 - - [2025-10-30 04:11:59] "GET /project/9721f0bf-18bc-4907-ba00-717298d33311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.063058 10.0.0.242 - - [2025-10-30 04:11:59] "POST /neutron/network HTTP/1.1" 200 833 0.007329 10.0.0.242 - - [2025-10-30 04:11:59] "POST /neutron/port HTTP/1.1" 200 117 0.027028 10.0.0.240 - - [2025-10-30 04:12:00] "GET /projects?obj_uuids=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001201 10.0.0.242 - - [2025-10-30 04:12:00] "POST /neutron/port HTTP/1.1" 200 1056 0.582200 10.0.0.242 - - [2025-10-30 04:12:01] "POST /neutron/port HTTP/1.1" 200 1110 0.141948 10.0.0.242 - - [2025-10-30 04:12:01] "POST /neutron/subnet HTTP/1.1" 200 654 0.013520 10.0.0.242 - - [2025-10-30 04:12:04] "POST /neutron/port HTTP/1.1" 200 1084 0.016096 10.0.0.242 - - [2025-10-30 04:12:05] "POST /neutron/security_group HTTP/1.1" 200 2053 0.010178 10.0.0.242 - - [2025-10-30 04:12:05] "POST /neutron/port HTTP/1.1" 200 1084 0.019443 10.0.0.242 - - [2025-10-30 04:12:05] "GET /virtual-machine/890ed39a-8a6c-436a-a79f-fb8e1c085b32 HTTP/1.1" 401 293 0.000472 10.0.0.242 - - [2025-10-30 04:12:05] "GET /virtual-machine/890ed39a-8a6c-436a-a79f-fb8e1c085b32 HTTP/1.1" 200 1289 0.048034 10.0.0.242 - - [2025-10-30 04:12:05] "GET /virtual-machine/890ed39a-8a6c-436a-a79f-fb8e1c085b32 HTTP/1.1" 200 1289 0.019553 10.0.0.242 - - [2025-10-30 04:12:05] "GET /virtual-machine-interface/33f70e8c-32b8-4082-8425-58364510f4fd HTTP/1.1" 200 2535 0.021438 10.0.0.242 - - [2025-10-30 04:12:05] "GET /virtual-machine/890ed39a-8a6c-436a-a79f-fb8e1c085b32 HTTP/1.1" 200 1289 0.016770 10.0.0.242 - - [2025-10-30 04:12:05] "GET /virtual-machine-interface/33f70e8c-32b8-4082-8425-58364510f4fd HTTP/1.1" 200 2535 0.020410 10.0.0.242 - - [2025-10-30 04:12:05] "GET /instance-ip/d4c06fa9-b5cd-4316-a871-5c2337a31e5a HTTP/1.1" 200 1630 0.019148 10.0.0.242 - - [2025-10-30 04:12:05] "GET /virtual-machine/890ed39a-8a6c-436a-a79f-fb8e1c085b32 HTTP/1.1" 200 1289 0.015847 10.0.0.242 - - [2025-10-30 04:12:05] "GET /virtual-machine-interface/33f70e8c-32b8-4082-8425-58364510f4fd HTTP/1.1" 200 2535 0.020473 10.0.0.242 - - [2025-10-30 04:12:05] "GET /instance-ip/d4c06fa9-b5cd-4316-a871-5c2337a31e5a HTTP/1.1" 200 1630 0.018126 10.0.0.242 - - [2025-10-30 04:12:05] "POST /fqname-to-id HTTP/1.1" 403 339 0.016377 10.0.0.242 - - [2025-10-30 04:12:05] "GET / HTTP/1.1" 200 36215 0.002120 10.0.0.242 - - [2025-10-30 04:12:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000449 10.0.0.242 - - [2025-10-30 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.039274 10.0.0.242 - - [2025-10-30 04:12:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006229 10.0.0.242 - - [2025-10-30 04:12:06] "GET /virtual-networks?parent_id=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020480 10.0.0.242 - - [2025-10-30 04:12:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.019966 10.0.0.242 - - [2025-10-30 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.242 - - [2025-10-30 04:12:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004204 10.0.0.242 - - [2025-10-30 04:12:06] "GET /virtual-networks?parent_id=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020229 10.0.0.242 - - [2025-10-30 04:12:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.015389 10.0.0.242 - - [2025-10-30 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.003890 10.0.0.242 - - [2025-10-30 04:12:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004347 10.0.0.242 - - [2025-10-30 04:12:06] "GET /virtual-networks?parent_id=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017351 10.0.0.242 - - [2025-10-30 04:12:06] "POST /fqname-to-id HTTP/1.1" 403 339 0.019383 10.0.0.242 - - [2025-10-30 04:12:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004595 10.0.0.242 - - [2025-10-30 04:12:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003953 10.0.0.242 - - [2025-10-30 04:12:06] "GET /virtual-networks?parent_id=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017609 10.0.0.242 - - [2025-10-30 04:12:07] "POST /fqname-to-id HTTP/1.1" 403 339 0.021756 10.0.0.242 - - [2025-10-30 04:12:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.005698 10.0.0.242 - - [2025-10-30 04:12:07] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005358 10.0.0.242 - - [2025-10-30 04:12:07] "GET /virtual-networks?parent_id=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019851 10.0.0.242 - - [2025-10-30 04:12:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.018574 10.0.0.242 - - [2025-10-30 04:12:10] "GET /virtual-network/3e65698c-df21-4a17-a9a3-39fd6d7999da?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1986 0.022870 10.0.0.242 - - [2025-10-30 04:12:10] "POST /neutron/security_group HTTP/1.1" 200 2053 0.009128 10.0.0.242 - - [2025-10-30 04:12:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.025004 10.0.0.242 - - [2025-10-30 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004625 10.0.0.242 - - [2025-10-30 04:12:12] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004428 10.0.0.242 - - [2025-10-30 04:12:12] "GET /virtual-networks?parent_id=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018778 10.0.0.242 - - [2025-10-30 04:12:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.018072 10.0.0.242 - - [2025-10-30 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.242 - - [2025-10-30 04:12:12] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004602 10.0.0.242 - - [2025-10-30 04:12:12] "GET /virtual-networks?parent_id=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019531 10.0.0.242 - - [2025-10-30 04:12:12] "POST /fqname-to-id HTTP/1.1" 403 361 0.020924 10.0.0.242 - - [2025-10-30 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004371 10.0.0.242 - - [2025-10-30 04:12:12] "GET /routing-instance/e6337f3b-2e5a-4cca-8675-77b9cf7f98db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.005016 10.0.0.242 - - [2025-10-30 04:12:12] "GET /route-target/32fda4f0-f0a2-4320-9041-c8f4a458cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.015537 10.0.0.242 - - [2025-10-30 04:12:12] "GET /route-target/32fda4f0-f0a2-4320-9041-c8f4a458cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.003886 10.0.0.242 - - [2025-10-30 04:12:12] "POST /fqname-to-id HTTP/1.1" 403 339 0.017549 10.0.0.242 - - [2025-10-30 04:12:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004708 10.0.0.242 - - [2025-10-30 04:12:12] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003295 10.0.0.242 - - [2025-10-30 04:12:13] "GET /virtual-networks?parent_id=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015810 10.0.0.242 - - [2025-10-30 04:12:13] "POST /fqname-to-id HTTP/1.1" 403 361 0.019195 10.0.0.242 - - [2025-10-30 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.242 - - [2025-10-30 04:12:13] "GET /routing-instance/e6337f3b-2e5a-4cca-8675-77b9cf7f98db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.005708 10.0.0.242 - - [2025-10-30 04:12:13] "GET /route-target/32fda4f0-f0a2-4320-9041-c8f4a458cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.017208 10.0.0.242 - - [2025-10-30 04:12:13] "GET /route-target/32fda4f0-f0a2-4320-9041-c8f4a458cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004608 10.0.0.242 - - [2025-10-30 04:12:13] "POST /fqname-to-id HTTP/1.1" 403 339 0.019147 10.0.0.242 - - [2025-10-30 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003080 10.0.0.242 - - [2025-10-30 04:12:13] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003737 10.0.0.242 - - [2025-10-30 04:12:13] "GET /virtual-networks?parent_id=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.014975 10.0.0.242 - - [2025-10-30 04:12:13] "POST /fqname-to-id HTTP/1.1" 403 339 0.018130 10.0.0.242 - - [2025-10-30 04:12:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003995 10.0.0.242 - - [2025-10-30 04:12:13] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005435 10.0.0.242 - - [2025-10-30 04:12:13] "GET /virtual-networks?parent_id=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.018946 10.0.0.240 - - [2025-10-30 04:12:13] "GET /virtual-machine/890ed39a-8a6c-436a-a79f-fb8e1c085b32?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.052233 10.0.0.242 - - [2025-10-30 04:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.024660 10.0.0.242 - - [2025-10-30 04:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003723 10.0.0.242 - - [2025-10-30 04:12:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.242 - - [2025-10-30 04:12:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004271 10.0.0.240 - - [2025-10-30 04:12:15] "GET /obj-perms HTTP/1.1" 200 4934 0.053508 10.0.0.242 - - [2025-10-30 04:12:15] "GET /obj-perms HTTP/1.1" 200 4934 0.060326 10.0.0.242 - - [2025-10-30 04:12:16] "GET /obj-perms HTTP/1.1" 200 5039 0.046148 10.0.0.242 - - [2025-10-30 04:12:16] "GET /obj-perms HTTP/1.1" 200 4934 0.068989 10.0.0.240 - - [2025-10-30 04:12:17] "GET /obj-perms HTTP/1.1" 200 5039 0.051923 10.0.0.242 - - [2025-10-30 04:12:17] "GET /obj-perms HTTP/1.1" 200 4934 0.017355 10.0.0.254 - - [2025-10-30 04:12:17] "GET /obj-perms HTTP/1.1" 200 4934 0.057731 10.0.0.242 - - [2025-10-30 04:12:17] "GET /virtual-machine/890ed39a-8a6c-436a-a79f-fb8e1c085b32 HTTP/1.1" 200 1289 0.017950 10.0.0.242 - - [2025-10-30 04:12:18] "POST /neutron/port HTTP/1.1" 200 151 0.204498 10.0.0.242 - - [2025-10-30 04:12:19] "GET /virtual-machine/890ed39a-8a6c-436a-a79f-fb8e1c085b32 HTTP/1.1" 404 171 0.017400 10.0.0.242 - - [2025-10-30 04:12:19] "GET /virtual-machine/890ed39a-8a6c-436a-a79f-fb8e1c085b32 HTTP/1.1" 404 171 0.016865 10.0.0.242 - - [2025-10-30 04:12:19] "GET /virtual-machine/890ed39a-8a6c-436a-a79f-fb8e1c085b32 HTTP/1.1" 404 171 0.016356 10.0.0.242 - - [2025-10-30 04:12:20] "POST /fqname-to-id HTTP/1.1" 403 339 0.019576 10.0.0.242 - - [2025-10-30 04:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.242 - - [2025-10-30 04:12:20] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003983 10.0.0.242 - - [2025-10-30 04:12:20] "GET /virtual-networks?parent_id=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.015612 10.0.0.242 - - [2025-10-30 04:12:20] "POST /fqname-to-id HTTP/1.1" 403 361 0.019508 10.0.0.242 - - [2025-10-30 04:12:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.005455 10.0.0.242 - - [2025-10-30 04:12:20] "GET /routing-instance/e6337f3b-2e5a-4cca-8675-77b9cf7f98db?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1533 0.005472 10.0.0.242 - - [2025-10-30 04:12:20] "GET /route-target/32fda4f0-f0a2-4320-9041-c8f4a458cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 403 361 0.018772 10.0.0.242 - - [2025-10-30 04:12:20] "GET /route-target/32fda4f0-f0a2-4320-9041-c8f4a458cc88?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004143 10.0.0.242 - - [2025-10-30 04:12:20] "GET /obj-perms HTTP/1.1" 200 4934 0.017728 10.0.0.242 - - [2025-10-30 04:12:20] "GET /obj-perms HTTP/1.1" 200 5039 0.003410 10.0.0.240 - - [2025-10-30 04:12:21] "GET /obj-perms HTTP/1.1" 200 5039 0.007431 10.0.0.240 - - [2025-10-30 04:12:21] "DELETE /project/305e44d57a394dcdb59ca45380ddd0f6 HTTP/1.1" 404 173 0.005886 10.0.0.240 - - [2025-10-30 04:12:21] "DELETE /project/34604885-da03-4301-b0bb-fe9e593dcb41 HTTP/1.1" 404 177 0.005548 10.0.0.240 - - [2025-10-30 04:12:21] "DELETE /project/78aa7201caad430597e802016fd407ca HTTP/1.1" 404 173 0.015151 10.0.0.240 - - [2025-10-30 04:12:21] "DELETE /project/9721f0bf18bc4907ba00717298d33311 HTTP/1.1" 404 173 0.007234 10.0.0.242 - - [2025-10-30 04:12:27] "GET /obj-perms HTTP/1.1" 200 5039 0.004326 10.0.0.240 - - [2025-10-30 04:12:30] "GET /obj-perms HTTP/1.1" 200 5039 0.004963 10.0.0.242 - - [2025-10-30 04:12:36] "GET /obj-perms HTTP/1.1" 200 5039 0.005312 10.0.0.240 - - [2025-10-30 04:12:39] "GET /obj-perms HTTP/1.1" 200 5039 0.004770 10.0.0.242 - - [2025-10-30 04:12:39] "GET /obj-perms HTTP/1.1" 200 5039 0.004620 10.0.0.254 - - [2025-10-30 04:12:39] "GET /obj-perms HTTP/1.1" 200 5039 0.057657 10.0.0.240 - - [2025-10-30 04:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.006224 10.0.0.254 - - [2025-10-30 04:12:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.006696 10.0.0.240 - - [2025-10-30 04:12:40] "POST /useragent-kv HTTP/1.1" 200 115 0.003557 10.0.0.242 - - [2025-10-30 04:12:40] "DELETE /virtual-network/3e65698c-df21-4a17-a9a3-39fd6d7999da HTTP/1.1" 200 115 0.176857 10.0.0.242 - - [2025-10-30 04:12:40] "DELETE /api-access-list/8837b25f-288c-460d-a93a-421ec59025dc HTTP/1.1" 200 115 0.056329 10.0.0.240 - - [2025-10-30 04:12:40] "GET /projects?obj_uuids=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001946 10.0.0.242 - - [2025-10-30 04:12:40] "GET /project/9721f0bf-18bc-4907-ba00-717298d33311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1357 0.053807 10.0.0.240 - - [2025-10-30 04:12:40] "GET /projects?obj_uuids=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002645 10.0.0.242 - - [2025-10-30 04:12:40] "GET /project/9721f0bf-18bc-4907-ba00-717298d33311?fields=virtual_networks HTTP/1.1" 200 1035 0.079647 10.0.0.240 - - [2025-10-30 04:12:40] "GET /projects?obj_uuids=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001441 10.0.0.242 - - [2025-10-30 04:12:40] "GET /project/9721f0bf-18bc-4907-ba00-717298d33311?fields=virtual_machine_interfaces HTTP/1.1" 200 1035 0.056968 10.0.0.240 - - [2025-10-30 04:12:40] "GET /projects?obj_uuids=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001558 10.0.0.242 - - [2025-10-30 04:12:40] "GET /project/9721f0bf-18bc-4907-ba00-717298d33311?fields=security_groups HTTP/1.1" 200 1257 0.075958 10.0.0.240 - - [2025-10-30 04:12:41] "GET /projects?obj_uuids=78aa7201-caad-4305-97e8-02016fd407ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002391 10.0.0.242 - - [2025-10-30 04:12:41] "GET /project/78aa7201-caad-4305-97e8-02016fd407ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.054887 10.0.0.240 - - [2025-10-30 04:12:41] "GET /projects?obj_uuids=78aa7201-caad-4305-97e8-02016fd407ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001272 10.0.0.242 - - [2025-10-30 04:12:41] "GET /project/78aa7201-caad-4305-97e8-02016fd407ca?fields=virtual_networks HTTP/1.1" 200 1034 0.047397 10.0.0.240 - - [2025-10-30 04:12:41] "GET /projects?obj_uuids=78aa7201-caad-4305-97e8-02016fd407ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001216 10.0.0.242 - - [2025-10-30 04:12:41] "GET /project/78aa7201-caad-4305-97e8-02016fd407ca?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.055401 10.0.0.240 - - [2025-10-30 04:12:41] "GET /projects?obj_uuids=78aa7201-caad-4305-97e8-02016fd407ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001074 10.0.0.242 - - [2025-10-30 04:12:41] "GET /project/78aa7201-caad-4305-97e8-02016fd407ca?fields=security_groups HTTP/1.1" 200 1256 0.052011 10.0.0.242 - - [2025-10-30 04:12:43] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.006647 10.0.0.242 - - [2025-10-30 04:12:44] "PUT /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637 HTTP/1.1" 200 265 0.014539 10.0.0.240 - - [2025-10-30 04:12:44] "GET /projects?obj_uuids=305e44d5-7a39-4dcd-b59c-a45380ddd0f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001299 10.0.0.242 - - [2025-10-30 04:12:44] "GET /project/305e44d5-7a39-4dcd-b59c-a45380ddd0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1356 0.049435 10.0.0.240 - - [2025-10-30 04:12:44] "GET /projects?obj_uuids=305e44d5-7a39-4dcd-b59c-a45380ddd0f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001046 10.0.0.242 - - [2025-10-30 04:12:44] "GET /project/305e44d5-7a39-4dcd-b59c-a45380ddd0f6?fields=virtual_networks HTTP/1.1" 200 1034 0.052548 10.0.0.240 - - [2025-10-30 04:12:44] "GET /projects?obj_uuids=305e44d5-7a39-4dcd-b59c-a45380ddd0f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001073 10.0.0.242 - - [2025-10-30 04:12:44] "GET /project/305e44d5-7a39-4dcd-b59c-a45380ddd0f6?fields=virtual_machine_interfaces HTTP/1.1" 200 1034 0.051619 10.0.0.240 - - [2025-10-30 04:12:44] "GET /projects?obj_uuids=305e44d5-7a39-4dcd-b59c-a45380ddd0f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001710 10.0.0.242 - - [2025-10-30 04:12:44] "GET /project/305e44d5-7a39-4dcd-b59c-a45380ddd0f6?fields=security_groups HTTP/1.1" 200 1256 0.053795 10.0.0.242 - - [2025-10-30 04:12:45] "POST /fqname-to-id HTTP/1.1" 404 188 0.027880 10.0.0.240 - - [2025-10-30 04:12:45] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003360 10.0.0.240 - - [2025-10-30 04:12:45] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001487 10.0.0.240 - - [2025-10-30 04:12:45] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008874 10.0.0.240 - - [2025-10-30 04:12:45] "POST /id-to-fqname HTTP/1.1" 200 190 0.008155 10.0.0.240 - - [2025-10-30 04:12:45] "POST /fqname-to-id HTTP/1.1" 404 199 0.003989 10.0.0.240 - - [2025-10-30 04:12:45] "POST /security-groups HTTP/1.1" 200 591 0.031552 10.0.0.240 - - [2025-10-30 04:12:45] "POST /projects HTTP/1.1" 200 585 0.257168 10.0.0.254 - - [2025-10-30 04:12:45] "POST /access-control-lists HTTP/1.1" 200 598 0.043964 10.0.0.240 - - [2025-10-30 04:12:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.333772 10.0.0.242 - - [2025-10-30 04:12:45] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.472293 10.0.0.242 - - [2025-10-30 04:12:46] "GET / HTTP/1.1" 200 36215 0.001655 10.0.0.242 - - [2025-10-30 04:12:48] "POST /fqname-to-id HTTP/1.1" 401 293 0.000652 10.0.0.242 - - [2025-10-30 04:12:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.031622 10.0.0.242 - - [2025-10-30 04:12:49] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.005462 10.0.0.242 - - [2025-10-30 04:12:49] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004632 10.0.0.242 - - [2025-10-30 04:12:49] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1882 0.004805 10.0.0.242 - - [2025-10-30 04:12:49] "PUT /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637 HTTP/1.1" 200 265 0.017905 10.0.0.242 - - [2025-10-30 04:12:50] "POST /fqname-to-id HTTP/1.1" 404 188 0.021648 10.0.0.240 - - [2025-10-30 04:12:50] "GET /projects?obj_uuids=a7609608-ab74-47b1-bb18-6e4126ebf94f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003190 10.0.0.240 - - [2025-10-30 04:12:50] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001108 10.0.0.240 - - [2025-10-30 04:12:50] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.008003 10.0.0.240 - - [2025-10-30 04:12:51] "POST /id-to-fqname HTTP/1.1" 200 190 0.001244 10.0.0.240 - - [2025-10-30 04:12:51] "POST /fqname-to-id HTTP/1.1" 404 199 0.008297 10.0.0.240 - - [2025-10-30 04:12:51] "POST /security-groups HTTP/1.1" 200 591 0.076847 10.0.0.254 - - [2025-10-30 04:12:51] "POST /fqname-to-id HTTP/1.1" 404 234 0.003322 10.0.0.240 - - [2025-10-30 04:12:51] "POST /projects HTTP/1.1" 200 585 0.275490 10.0.0.240 - - [2025-10-30 04:12:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.345515 10.0.0.254 - - [2025-10-30 04:12:51] "POST /access-control-lists HTTP/1.1" 200 596 0.035252 10.0.0.242 - - [2025-10-30 04:12:51] "GET /project/a7609608-ab74-47b1-bb18-6e4126ebf94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.484298 10.0.0.242 - - [2025-10-30 04:12:51] "POST /fqname-to-id HTTP/1.1" 404 188 0.022658 10.0.0.240 - - [2025-10-30 04:12:51] "GET /projects?obj_uuids=63ba4bdc-6ea3-4746-a50f-d33c576a795e&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003142 10.0.0.240 - - [2025-10-30 04:12:51] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.004332 10.0.0.240 - - [2025-10-30 04:12:51] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.013026 10.0.0.240 - - [2025-10-30 04:12:52] "POST /id-to-fqname HTTP/1.1" 200 190 0.001921 10.0.0.240 - - [2025-10-30 04:12:52] "POST /fqname-to-id HTTP/1.1" 404 199 0.005766 10.0.0.240 - - [2025-10-30 04:12:52] "POST /security-groups HTTP/1.1" 200 591 0.041949 10.0.0.240 - - [2025-10-30 04:12:52] "POST /projects HTTP/1.1" 200 585 0.274642 10.0.0.254 - - [2025-10-30 04:12:52] "POST /fqname-to-id HTTP/1.1" 404 233 0.010701 10.0.0.240 - - [2025-10-30 04:12:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.349343 10.0.0.242 - - [2025-10-30 04:12:52] "GET /project/63ba4bdc-6ea3-4746-a50f-d33c576a795e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.501247 10.0.0.242 - - [2025-10-30 04:12:52] "GET / HTTP/1.1" 200 36215 0.002764 10.0.0.242 - - [2025-10-30 04:12:53] "GET / HTTP/1.1" 200 36215 0.001918 10.0.0.242 - - [2025-10-30 04:12:54] "POST /fqname-to-id HTTP/1.1" 404 183 0.004789 10.0.0.242 - - [2025-10-30 04:12:54] "POST /api-access-lists HTTP/1.1" 200 523 0.024404 10.0.0.242 - - [2025-10-30 04:12:54] "GET /api-access-list/b1d18eb5-c01b-4a99-a5ce-eabdf61a2eb0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.005706 10.0.0.242 - - [2025-10-30 04:12:54] "POST /fqname-to-id HTTP/1.1" 401 293 0.000632 10.0.0.242 - - [2025-10-30 04:12:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.047687 10.0.0.240 - - [2025-10-30 04:12:54] "GET /projects?obj_uuids=a7609608-ab74-47b1-bb18-6e4126ebf94f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001226 10.0.0.242 - - [2025-10-30 04:12:55] "GET /project/a7609608-ab74-47b1-bb18-6e4126ebf94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.071921 10.0.0.242 - - [2025-10-30 04:12:55] "GET /virtual-networks?parent_id=a7609608-ab74-47b1-bb18-6e4126ebf94f&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.020944 10.0.0.242 - - [2025-10-30 04:12:55] "POST /virtual-networks HTTP/1.1" 200 585 0.113101 10.0.0.242 - - [2025-10-30 04:12:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.032834 10.0.0.254 - - [2025-10-30 04:12:55] "POST /ref-update HTTP/1.1" 200 156 0.029339 10.0.0.242 - - [2025-10-30 04:12:55] "GET /network-ipam/5dfe6f8f-eff7-4ced-9620-1447fd92076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.017524 10.0.0.240 - - [2025-10-30 04:12:55] "POST /useragent-kv HTTP/1.1" 200 115 0.004262 10.0.0.242 - - [2025-10-30 04:12:55] "POST /ref-update HTTP/1.1" 200 156 0.086618 10.0.0.242 - - [2025-10-30 04:12:55] "GET /virtual-network/cacd20ca-5f70-4d3c-9d32-5c457950be84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.019970 10.0.0.242 - - [2025-10-30 04:12:55] "POST /neutron/network HTTP/1.1" 200 849 0.059611 10.0.0.242 - - [2025-10-30 04:12:55] "POST /fqname-to-id HTTP/1.1" 401 293 0.000699 10.0.0.242 - - [2025-10-30 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.047595 10.0.0.240 - - [2025-10-30 04:12:56] "GET /projects?obj_uuids=63ba4bdc-6ea3-4746-a50f-d33c576a795e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001473 10.0.0.242 - - [2025-10-30 04:12:56] "GET /project/63ba4bdc-6ea3-4746-a50f-d33c576a795e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.073953 10.0.0.242 - - [2025-10-30 04:12:56] "GET /virtual-networks?parent_id=63ba4bdc-6ea3-4746-a50f-d33c576a795e&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.017624 10.0.0.242 - - [2025-10-30 04:12:56] "POST /virtual-networks HTTP/1.1" 200 585 0.097389 10.0.0.242 - - [2025-10-30 04:12:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.034264 10.0.0.242 - - [2025-10-30 04:12:56] "GET /network-ipam/5dfe6f8f-eff7-4ced-9620-1447fd92076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.019452 10.0.0.240 - - [2025-10-30 04:12:56] "POST /useragent-kv HTTP/1.1" 200 115 0.010463 10.0.0.242 - - [2025-10-30 04:12:56] "POST /ref-update HTTP/1.1" 200 156 0.110773 10.0.0.242 - - [2025-10-30 04:12:57] "POST /neutron/network HTTP/1.1" 200 845 0.062702 10.0.0.242 - - [2025-10-30 04:12:57] "GET /virtual-network/7d336553-8f5e-499e-8c02-791ba23cb229?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2007 0.019439 10.0.0.242 - - [2025-10-30 04:12:58] "PUT /virtual-network/cacd20ca-5f70-4d3c-9d32-5c457950be84 HTTP/1.1" 200 265 0.043223 10.0.0.242 - - [2025-10-30 04:12:58] "PUT /virtual-network/cacd20ca-5f70-4d3c-9d32-5c457950be84 HTTP/1.1" 200 265 0.046119 10.0.0.240 - - [2025-10-30 04:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.002779 10.0.0.240 - - [2025-10-30 04:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003348 10.0.0.242 - - [2025-10-30 04:12:58] "DELETE /virtual-network/7d336553-8f5e-499e-8c02-791ba23cb229 HTTP/1.1" 200 115 0.114727 10.0.0.254 - - [2025-10-30 04:12:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.006570 10.0.0.240 - - [2025-10-30 04:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003530 10.0.0.240 - - [2025-10-30 04:12:58] "POST /useragent-kv HTTP/1.1" 200 115 0.003016 10.0.0.242 - - [2025-10-30 04:12:58] "DELETE /virtual-network/cacd20ca-5f70-4d3c-9d32-5c457950be84 HTTP/1.1" 200 115 0.128122 10.0.0.254 - - [2025-10-30 04:12:58] "DELETE /route-target/656a6a48-9902-4282-bc44-798cf429ac8e HTTP/1.1" 200 115 0.026412 10.0.0.242 - - [2025-10-30 04:12:58] "DELETE /api-access-list/b1d18eb5-c01b-4a99-a5ce-eabdf61a2eb0 HTTP/1.1" 200 115 0.042766 10.0.0.240 - - [2025-10-30 04:12:58] "GET /projects?obj_uuids=63ba4bdc-6ea3-4746-a50f-d33c576a795e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001077 10.0.0.242 - - [2025-10-30 04:12:58] "GET /project/63ba4bdc-6ea3-4746-a50f-d33c576a795e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.046103 10.0.0.240 - - [2025-10-30 04:12:58] "GET /projects?obj_uuids=63ba4bdc-6ea3-4746-a50f-d33c576a795e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001707 10.0.0.242 - - [2025-10-30 04:12:58] "GET /project/63ba4bdc-6ea3-4746-a50f-d33c576a795e?fields=virtual_networks HTTP/1.1" 200 1044 0.045532 10.0.0.240 - - [2025-10-30 04:12:58] "GET /projects?obj_uuids=63ba4bdc-6ea3-4746-a50f-d33c576a795e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001181 10.0.0.242 - - [2025-10-30 04:12:58] "GET /project/63ba4bdc-6ea3-4746-a50f-d33c576a795e?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.051375 10.0.0.240 - - [2025-10-30 04:12:58] "GET /projects?obj_uuids=63ba4bdc-6ea3-4746-a50f-d33c576a795e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002876 10.0.0.242 - - [2025-10-30 04:12:58] "GET /project/63ba4bdc-6ea3-4746-a50f-d33c576a795e?fields=security_groups HTTP/1.1" 200 1271 0.049692 10.0.0.240 - - [2025-10-30 04:12:59] "GET /projects?obj_uuids=a7609608-ab74-47b1-bb18-6e4126ebf94f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001107 10.0.0.242 - - [2025-10-30 04:12:59] "GET /project/a7609608-ab74-47b1-bb18-6e4126ebf94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.045614 10.0.0.240 - - [2025-10-30 04:12:59] "GET /projects?obj_uuids=a7609608-ab74-47b1-bb18-6e4126ebf94f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001195 10.0.0.242 - - [2025-10-30 04:12:59] "GET /project/a7609608-ab74-47b1-bb18-6e4126ebf94f?fields=virtual_networks HTTP/1.1" 200 1045 0.047256 10.0.0.240 - - [2025-10-30 04:12:59] "GET /projects?obj_uuids=a7609608-ab74-47b1-bb18-6e4126ebf94f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001446 10.0.0.254 - - [2025-10-30 04:12:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000375 10.0.0.242 - - [2025-10-30 04:12:59] "GET /project/a7609608-ab74-47b1-bb18-6e4126ebf94f?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.045968 10.0.0.254 - - [2025-10-30 04:12:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000464 10.0.0.240 - - [2025-10-30 04:12:59] "GET /projects?obj_uuids=a7609608-ab74-47b1-bb18-6e4126ebf94f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001156 10.0.0.242 - - [2025-10-30 04:12:59] "GET /project/a7609608-ab74-47b1-bb18-6e4126ebf94f?fields=security_groups HTTP/1.1" 200 1272 0.040859 10.0.0.254 - - [2025-10-30 04:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000502 10.0.0.254 - - [2025-10-30 04:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.240 - - [2025-10-30 04:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000697 10.0.0.240 - - [2025-10-30 04:13:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000520 10.0.0.242 - - [2025-10-30 04:13:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000651 10.0.0.240 - - [2025-10-30 04:13:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000727 10.0.0.242 - - [2025-10-30 04:13:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000647 10.0.0.240 - - [2025-10-30 04:13:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.242 - - [2025-10-30 04:13:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000584 10.0.0.242 - - [2025-10-30 04:13:03] "GET / HTTP/1.1" 200 36215 0.002437 10.0.0.242 - - [2025-10-30 04:13:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000565 10.0.0.242 - - [2025-10-30 04:13:04] "GET / HTTP/1.1" 200 36215 0.002150 10.0.0.242 - - [2025-10-30 04:13:04] "POST /fqname-to-id HTTP/1.1" 401 293 0.000476 10.0.0.242 - - [2025-10-30 04:13:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.084590 10.0.0.240 - - [2025-10-30 04:13:04] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001893 10.0.0.242 - - [2025-10-30 04:13:05] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.072299 10.0.0.242 - - [2025-10-30 04:13:05] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 403 263 0.019555 10.0.0.242 - - [2025-10-30 04:13:05] "POST /fqname-to-id HTTP/1.1" 404 197 0.013906 10.0.0.242 - - [2025-10-30 04:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.020487 10.0.0.240 - - [2025-10-30 04:13:05] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001219 10.0.0.242 - - [2025-10-30 04:13:05] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.021434 10.0.0.242 - - [2025-10-30 04:13:05] "POST /service-templates HTTP/1.1" 403 264 0.012499 10.0.0.242 - - [2025-10-30 04:13:05] "POST /fqname-to-id HTTP/1.1" 404 215 0.003890 10.0.0.242 - - [2025-10-30 04:13:05] "POST /api-access-lists HTTP/1.1" 200 557 0.028267 10.0.0.242 - - [2025-10-30 04:13:05] "GET /api-access-list/8fe73ca2-d035-44c1-9765-b2a67699f603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.007068 10.0.0.242 - - [2025-10-30 04:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.018365 10.0.0.240 - - [2025-10-30 04:13:05] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001601 10.0.0.242 - - [2025-10-30 04:13:05] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.073815 10.0.0.242 - - [2025-10-30 04:13:05] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.019677 10.0.0.242 - - [2025-10-30 04:13:05] "POST /virtual-networks HTTP/1.1" 200 585 0.090135 10.0.0.242 - - [2025-10-30 04:13:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.032644 10.0.0.242 - - [2025-10-30 04:13:05] "GET /network-ipam/5dfe6f8f-eff7-4ced-9620-1447fd92076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.020929 10.0.0.240 - - [2025-10-30 04:13:06] "POST /useragent-kv HTTP/1.1" 200 115 0.013632 10.0.0.242 - - [2025-10-30 04:13:06] "POST /ref-update HTTP/1.1" 200 156 0.099252 10.0.0.242 - - [2025-10-30 04:13:06] "POST /neutron/network HTTP/1.1" 200 849 0.058220 10.0.0.242 - - [2025-10-30 04:13:06] "GET /virtual-network/47340f51-2ad8-4cd5-8aa6-292e57c3bedd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.021764 10.0.0.242 - - [2025-10-30 04:13:06] "POST /neutron/subnet HTTP/1.1" 200 684 0.049923 10.0.0.242 - - [2025-10-30 04:13:06] "GET /virtual-network/47340f51-2ad8-4cd5-8aa6-292e57c3bedd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.007856 10.0.0.242 - - [2025-10-30 04:13:06] "GET /network-ipam/5dfe6f8f-eff7-4ced-9620-1447fd92076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.005059 10.0.0.242 - - [2025-10-30 04:13:06] "GET /virtual-network/47340f51-2ad8-4cd5-8aa6-292e57c3bedd?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2018 0.007754 10.0.0.242 - - [2025-10-30 04:13:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.021956 10.0.0.242 - - [2025-10-30 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.017303 10.0.0.240 - - [2025-10-30 04:13:08] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001237 10.0.0.242 - - [2025-10-30 04:13:08] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.022621 10.0.0.242 - - [2025-10-30 04:13:08] "POST /service-templates HTTP/1.1" 403 264 0.016176 10.0.0.242 - - [2025-10-30 04:13:08] "POST /fqname-to-id HTTP/1.1" 404 183 0.004226 10.0.0.242 - - [2025-10-30 04:13:08] "POST /api-access-lists HTTP/1.1" 200 523 0.025862 10.0.0.242 - - [2025-10-30 04:13:08] "GET /api-access-list/74330539-373e-4fc1-8eb4-363264416a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.006426 10.0.0.242 - - [2025-10-30 04:13:08] "POST /fqname-to-id HTTP/1.1" 404 197 0.022522 10.0.0.242 - - [2025-10-30 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.021153 10.0.0.240 - - [2025-10-30 04:13:08] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001329 10.0.0.242 - - [2025-10-30 04:13:08] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.026807 10.0.0.242 - - [2025-10-30 04:13:08] "POST /service-templates HTTP/1.1" 200 553 0.059461 10.0.0.242 - - [2025-10-30 04:13:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.022496 10.0.0.242 - - [2025-10-30 04:13:09] "GET /service-template/f74e9744-df0f-4bc0-befc-dade04383fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.024017 10.0.0.242 - - [2025-10-30 04:13:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.020475 10.0.0.242 - - [2025-10-30 04:13:09] "GET /service-template/f74e9744-df0f-4bc0-befc-dade04383fdf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1856 0.029938 10.0.0.242 - - [2025-10-30 04:13:09] "GET /api-access-list/8fe73ca2-d035-44c1-9765-b2a67699f603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1326 0.003999 10.0.0.242 - - [2025-10-30 04:13:09] "PUT /api-access-list/8fe73ca2-d035-44c1-9765-b2a67699f603 HTTP/1.1" 200 265 0.016246 10.0.0.242 - - [2025-10-30 04:13:09] "POST /fqname-to-id HTTP/1.1" 401 293 0.000850 10.0.0.242 - - [2025-10-30 04:13:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.046220 10.0.0.240 - - [2025-10-30 04:13:10] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001806 10.0.0.242 - - [2025-10-30 04:13:10] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.082571 10.0.0.242 - - [2025-10-30 04:13:10] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 372 0.034119 10.0.0.242 - - [2025-10-30 04:13:10] "POST /virtual-networks HTTP/1.1" 403 263 0.019005 10.0.0.242 - - [2025-10-30 04:13:10] "GET /api-access-list/74330539-373e-4fc1-8eb4-363264416a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1292 0.003844 10.0.0.242 - - [2025-10-30 04:13:10] "PUT /api-access-list/74330539-373e-4fc1-8eb4-363264416a99 HTTP/1.1" 200 265 0.012633 10.0.0.242 - - [2025-10-30 04:13:11] "POST /fqname-to-id HTTP/1.1" 404 197 0.015541 10.0.0.242 - - [2025-10-30 04:13:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.017244 10.0.0.240 - - [2025-10-30 04:13:11] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001270 10.0.0.242 - - [2025-10-30 04:13:11] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 894 0.026241 10.0.0.242 - - [2025-10-30 04:13:11] "POST /service-templates HTTP/1.1" 403 264 0.016097 10.0.0.242 - - [2025-10-30 04:13:11] "GET /api-access-list/8fe73ca2-d035-44c1-9765-b2a67699f603?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1463 0.004056 10.0.0.242 - - [2025-10-30 04:13:11] "PUT /api-access-list/8fe73ca2-d035-44c1-9765-b2a67699f603 HTTP/1.1" 200 265 0.012021 10.0.0.242 - - [2025-10-30 04:13:11] "GET /api-access-list/74330539-373e-4fc1-8eb4-363264416a99?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1430 0.005404 10.0.0.242 - - [2025-10-30 04:13:11] "PUT /api-access-list/74330539-373e-4fc1-8eb4-363264416a99 HTTP/1.1" 200 265 0.015948 10.0.0.242 - - [2025-10-30 04:13:12] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005374 10.0.0.242 - - [2025-10-30 04:13:12] "PUT /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637 HTTP/1.1" 200 265 0.016260 10.0.0.242 - - [2025-10-30 04:13:12] "DELETE /api-access-list/8fe73ca2-d035-44c1-9765-b2a67699f603 HTTP/1.1" 200 115 0.041788 10.0.0.242 - - [2025-10-30 04:13:12] "DELETE /api-access-list/74330539-373e-4fc1-8eb4-363264416a99 HTTP/1.1" 200 115 0.038397 10.0.0.242 - - [2025-10-30 04:13:13] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2686 0.004452 10.0.0.242 - - [2025-10-30 04:13:13] "PUT /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637 HTTP/1.1" 200 265 0.017976 10.0.0.242 - - [2025-10-30 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.021610 10.0.0.242 - - [2025-10-30 04:13:13] "DELETE /service-template/f74e9744-df0f-4bc0-befc-dade04383fdf HTTP/1.1" 200 115 0.053364 10.0.0.242 - - [2025-10-30 04:13:13] "POST /fqname-to-id HTTP/1.1" 404 197 0.023480 10.0.0.254 - - [2025-10-30 04:13:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.006188 10.0.0.240 - - [2025-10-30 04:13:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004041 10.0.0.240 - - [2025-10-30 04:13:13] "POST /useragent-kv HTTP/1.1" 200 115 0.004060 10.0.0.242 - - [2025-10-30 04:13:13] "DELETE /virtual-network/47340f51-2ad8-4cd5-8aa6-292e57c3bedd HTTP/1.1" 200 115 0.142830 10.0.0.242 - - [2025-10-30 04:13:13] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2967 0.006205 10.0.0.242 - - [2025-10-30 04:13:13] "PUT /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637 HTTP/1.1" 200 265 0.017826 10.0.0.242 - - [2025-10-30 04:13:13] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2692 0.004995 10.0.0.242 - - [2025-10-30 04:13:13] "PUT /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637 HTTP/1.1" 200 265 0.013169 10.0.0.242 - - [2025-10-30 04:13:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003700 10.0.0.240 - - [2025-10-30 04:13:16] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001021 10.0.0.242 - - [2025-10-30 04:13:16] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.043564 10.0.0.240 - - [2025-10-30 04:13:16] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001782 10.0.0.242 - - [2025-10-30 04:13:16] "POST /neutron/network HTTP/1.1" 200 643 0.206675 10.0.0.254 - - [2025-10-30 04:13:16] "POST /ref-update HTTP/1.1" 200 156 0.038105 10.0.0.242 - - [2025-10-30 04:13:17] "POST /id-to-fqname HTTP/1.1" 200 240 0.004932 10.0.0.242 - - [2025-10-30 04:13:17] "GET /virtual-network/dca6c628-5053-440c-bd25-647e062e216b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006702 10.0.0.242 - - [2025-10-30 04:13:17] "POST /neutron/network HTTP/1.1" 200 864 0.009403 10.0.0.242 - - [2025-10-30 04:13:17] "GET /virtual-network/dca6c628-5053-440c-bd25-647e062e216b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.010801 10.0.0.242 - - [2025-10-30 04:13:17] "POST /neutron/network HTTP/1.1" 200 864 0.010309 10.0.0.242 - - [2025-10-30 04:13:17] "GET /virtual-network/dca6c628-5053-440c-bd25-647e062e216b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.010696 10.0.0.242 - - [2025-10-30 04:13:17] "GET /network-ipam/5dfe6f8f-eff7-4ced-9620-1447fd92076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.006231 10.0.0.242 - - [2025-10-30 04:13:17] "GET /virtual-network/dca6c628-5053-440c-bd25-647e062e216b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.006159 10.0.0.240 - - [2025-10-30 04:13:17] "GET /obj-perms HTTP/1.1" 200 5049 0.060260 10.0.0.242 - - [2025-10-30 04:13:18] "POST /fqname-to-id HTTP/1.1" 404 215 0.006159 10.0.0.242 - - [2025-10-30 04:13:18] "POST /api-access-lists HTTP/1.1" 200 557 0.049654 10.0.0.242 - - [2025-10-30 04:13:18] "GET /api-access-list/5dc71ff1-5b87-4bcd-a8ef-cd819996d636?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2444 0.007623 10.0.0.242 - - [2025-10-30 04:13:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.019171 10.0.0.240 - - [2025-10-30 04:13:18] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001263 10.0.0.242 - - [2025-10-30 04:13:18] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.064490 10.0.0.242 - - [2025-10-30 04:13:18] "POST /neutron/network HTTP/1.1" 200 693 0.033592 10.0.0.242 - - [2025-10-30 04:13:19] "POST /neutron/network HTTP/1.1" 200 865 0.037074 10.0.0.242 - - [2025-10-30 04:13:19] "POST /id-to-fqname HTTP/1.1" 200 240 0.018997 10.0.0.242 - - [2025-10-30 04:13:19] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.025774 10.0.0.242 - - [2025-10-30 04:13:19] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.021824 10.0.0.242 - - [2025-10-30 04:13:19] "POST /neutron/subnet HTTP/1.1" 200 729 0.046826 10.0.0.242 - - [2025-10-30 04:13:19] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.005728 10.0.0.242 - - [2025-10-30 04:13:19] "GET /network-ipam/5dfe6f8f-eff7-4ced-9620-1447fd92076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.004301 10.0.0.242 - - [2025-10-30 04:13:19] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.006319 10.0.0.242 - - [2025-10-30 04:13:19] "GET /obj-perms HTTP/1.1" 200 5049 0.132724 10.0.0.254 - - [2025-10-30 04:13:20] "GET /obj-perms HTTP/1.1" 200 5049 0.050989 10.0.0.242 - - [2025-10-30 04:13:20] "POST /fqname-to-id HTTP/1.1" 404 232 0.020296 10.0.0.254 - - [2025-10-30 04:13:20] "POST /fqname-to-id HTTP/1.1" 404 264 0.005183 10.0.0.254 - - [2025-10-30 04:13:20] "POST /access-control-lists HTTP/1.1" 200 626 0.031444 10.0.0.254 - - [2025-10-30 04:13:20] "PUT /access-control-list/82faaaaf-3f59-4c49-bd19-83e831cc0f92 HTTP/1.1" 200 273 0.027094 10.0.0.240 - - [2025-10-30 04:13:20] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001560 10.0.0.242 - - [2025-10-30 04:13:20] "POST /neutron/security_group_rule HTTP/1.1" 200 2608 0.092966 10.0.0.240 - - [2025-10-30 04:13:20] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001189 10.0.0.242 - - [2025-10-30 04:13:20] "POST /neutron/security_group_rule HTTP/1.1" 200 575 0.076347 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001473 10.0.0.240 - - [2025-10-30 04:13:21] "DELETE /project/a7609608ab7447b1bb186e4126ebf94f HTTP/1.1" 404 173 0.058196 10.0.0.240 - - [2025-10-30 04:13:21] "DELETE /project/30bb333ed4e246c78683f5f1a244a160 HTTP/1.1" 404 173 0.060868 10.0.0.240 - - [2025-10-30 04:13:21] "DELETE /project/63ba4bdc6ea34746a50fd33c576a795e HTTP/1.1" 404 173 0.073394 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=a7609608-ab74-47b1-bb18-6e4126ebf94f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.004604 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001071 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=305e44d5-7a39-4dcd-b59c-a45380ddd0f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001624 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=63ba4bdc-6ea3-4746-a50f-d33c576a795e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001216 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=78aa7201-caad-4305-97e8-02016fd407ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.000852 10.0.0.240 - - [2025-10-30 04:13:21] "GET /project/78aa7201-caad-4305-97e8-02016fd407ca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.201602 10.0.0.240 - - [2025-10-30 04:13:21] "GET /project/9721f0bf-18bc-4907-ba00-717298d33311?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1459 0.202759 10.0.0.240 - - [2025-10-30 04:13:21] "GET /project/305e44d5-7a39-4dcd-b59c-a45380ddd0f6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1458 0.218129 10.0.0.240 - - [2025-10-30 04:13:21] "GET /project/a7609608-ab74-47b1-bb18-6e4126ebf94f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.225142 10.0.0.240 - - [2025-10-30 04:13:21] "GET /project/63ba4bdc-6ea3-4746-a50f-d33c576a795e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.255089 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=78aa7201-caad-4305-97e8-02016fd407ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002436 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001923 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=305e44d5-7a39-4dcd-b59c-a45380ddd0f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002670 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=63ba4bdc-6ea3-4746-a50f-d33c576a795e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001573 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=a7609608-ab74-47b1-bb18-6e4126ebf94f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000978 10.0.0.240 - - [2025-10-30 04:13:21] "GET /project/78aa7201-caad-4305-97e8-02016fd407ca?fields=security_groups HTTP/1.1" 200 1102 0.161474 10.0.0.242 - - [2025-10-30 04:13:21] "POST /neutron/security_group_rule HTTP/1.1" 200 151 0.578152 10.0.0.240 - - [2025-10-30 04:13:21] "GET /project/305e44d5-7a39-4dcd-b59c-a45380ddd0f6?fields=security_groups HTTP/1.1" 200 1102 0.169822 10.0.0.240 - - [2025-10-30 04:13:21] "GET /project/9721f0bf-18bc-4907-ba00-717298d33311?fields=security_groups HTTP/1.1" 200 1103 0.221819 10.0.0.240 - - [2025-10-30 04:13:21] "GET /project/63ba4bdc-6ea3-4746-a50f-d33c576a795e?fields=security_groups HTTP/1.1" 200 1373 0.185889 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=78aa7201-caad-4305-97e8-02016fd407ca&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001136 10.0.0.240 - - [2025-10-30 04:13:21] "GET /projects?obj_uuids=305e44d5-7a39-4dcd-b59c-a45380ddd0f6&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.002370 10.0.0.240 - - [2025-10-30 04:13:21] "GET /project/a7609608-ab74-47b1-bb18-6e4126ebf94f?fields=security_groups HTTP/1.1" 200 1374 0.220366 10.0.0.240 - - [2025-10-30 04:13:22] "GET /projects?obj_uuids=9721f0bf-18bc-4907-ba00-717298d33311&detail=False&count=False&shared=False HTTP/1.1" 200 344 0.001147 10.0.0.242 - - [2025-10-30 04:13:22] "POST /fqname-to-id HTTP/1.1" 200 156 0.092880 10.0.0.240 - - [2025-10-30 04:13:22] "GET /project/78aa7201-caad-4305-97e8-02016fd407ca?fields=application_policy_sets HTTP/1.1" 200 1397 0.200912 10.0.0.242 - - [2025-10-30 04:13:22] "GET /security-group/6a4cc20f-b145-4397-bddc-0c11aeacc0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.105105 10.0.0.240 - - [2025-10-30 04:13:22] "GET /project/9721f0bf-18bc-4907-ba00-717298d33311?fields=application_policy_sets HTTP/1.1" 200 1398 0.163453 10.0.0.240 - - [2025-10-30 04:13:22] "GET /project/305e44d5-7a39-4dcd-b59c-a45380ddd0f6?fields=application_policy_sets HTTP/1.1" 200 1397 0.227718 10.0.0.254 - - [2025-10-30 04:13:22] "DELETE /access-control-list/d6d5fcff-a981-49a3-bbd3-ce35e9abffd4 HTTP/1.1" 200 115 0.165150 10.0.0.240 - - [2025-10-30 04:13:22] "DELETE /security-group/96d04057-2cbc-422f-975a-e1ed059e8ed1 HTTP/1.1" 200 115 0.223166 10.0.0.240 - - [2025-10-30 04:13:22] "GET /projects?obj_uuids=63ba4bdc-6ea3-4746-a50f-d33c576a795e&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002522 10.0.0.240 - - [2025-10-30 04:13:22] "DELETE /security-group/da0aa717-fdc5-4a3f-ba16-f6bcef014ecd HTTP/1.1" 200 115 0.268010 10.0.0.240 - - [2025-10-30 04:13:22] "GET /projects?obj_uuids=a7609608-ab74-47b1-bb18-6e4126ebf94f&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001075 10.0.0.240 - - [2025-10-30 04:13:22] "DELETE /project/9721f0bf-18bc-4907-ba00-717298d33311 HTTP/1.1" 404 190 1.121106 10.0.0.240 - - [2025-10-30 04:13:22] "DELETE /project/305e44d5-7a39-4dcd-b59c-a45380ddd0f6 HTTP/1.1" 404 190 1.135827 10.0.0.240 - - [2025-10-30 04:13:22] "GET /project/63ba4bdc-6ea3-4746-a50f-d33c576a795e?fields=application_policy_sets HTTP/1.1" 200 1412 0.379999 10.0.0.240 - - [2025-10-30 04:13:22] "DELETE /project/78aa7201-caad-4305-97e8-02016fd407ca HTTP/1.1" 200 115 1.160001 10.0.0.240 - - [2025-10-30 04:13:22] "GET /project/a7609608-ab74-47b1-bb18-6e4126ebf94f?fields=application_policy_sets HTTP/1.1" 200 1413 0.310840 10.0.0.254 - - [2025-10-30 04:13:22] "DELETE /access-control-list/62546462-eb09-4707-9377-729e99f96aa6 HTTP/1.1" 200 115 0.097781 10.0.0.254 - - [2025-10-30 04:13:22] "DELETE /access-control-list/9d494e37-9c98-47b7-a12c-80abb3d75ead HTTP/1.1" 200 115 0.082261 10.0.0.240 - - [2025-10-30 04:13:22] "DELETE /project/63ba4bdc-6ea3-4746-a50f-d33c576a795e HTTP/1.1" 200 115 1.446791 10.0.0.240 - - [2025-10-30 04:13:22] "DELETE /project/a7609608-ab74-47b1-bb18-6e4126ebf94f HTTP/1.1" 200 115 1.470466 10.0.0.254 - - [2025-10-30 04:13:23] "DELETE /access-control-list/a8cebc2e-6627-47b5-8b9b-efbc10dab79f HTTP/1.1" 200 115 0.026712 10.0.0.242 - - [2025-10-30 04:13:23] "POST /id-to-fqname HTTP/1.1" 200 240 0.032187 10.0.0.240 - - [2025-10-30 04:13:24] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001746 10.0.0.242 - - [2025-10-30 04:13:24] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.065642 10.0.0.242 - - [2025-10-30 04:13:24] "POST /neutron/network HTTP/1.1" 200 865 0.008161 10.0.0.242 - - [2025-10-30 04:13:25] "POST /neutron/port HTTP/1.1" 200 117 0.028643 10.0.0.240 - - [2025-10-30 04:13:25] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001473 10.0.0.242 - - [2025-10-30 04:13:26] "POST /neutron/port HTTP/1.1" 200 1061 0.448668 10.0.0.242 - - [2025-10-30 04:13:26] "POST /neutron/port HTTP/1.1" 200 1115 0.111581 10.0.0.242 - - [2025-10-30 04:13:26] "POST /neutron/subnet HTTP/1.1" 200 703 0.009766 10.0.0.242 - - [2025-10-30 04:13:30] "POST /neutron/port HTTP/1.1" 200 1089 0.019068 10.0.0.242 - - [2025-10-30 04:13:30] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007011 10.0.0.242 - - [2025-10-30 04:13:30] "POST /neutron/port HTTP/1.1" 200 1089 0.015579 10.0.0.242 - - [2025-10-30 04:13:30] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519 HTTP/1.1" 401 293 0.000467 10.0.0.242 - - [2025-10-30 04:13:30] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519 HTTP/1.1" 200 1294 0.041793 10.0.0.242 - - [2025-10-30 04:13:30] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519 HTTP/1.1" 200 1294 0.016645 10.0.0.242 - - [2025-10-30 04:13:30] "GET /virtual-machine-interface/aecb0b37-d7b3-4392-8d63-d3ece1cbcd20 HTTP/1.1" 200 3031 0.029137 10.0.0.242 - - [2025-10-30 04:13:31] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519 HTTP/1.1" 200 1294 0.019704 10.0.0.242 - - [2025-10-30 04:13:31] "GET /virtual-machine-interface/aecb0b37-d7b3-4392-8d63-d3ece1cbcd20 HTTP/1.1" 200 3031 0.034192 10.0.0.242 - - [2025-10-30 04:13:31] "GET /instance-ip/bd664177-f114-4718-93c9-740fdede0170 HTTP/1.1" 200 1645 0.028857 10.0.0.242 - - [2025-10-30 04:13:31] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519 HTTP/1.1" 200 1294 0.018110 10.0.0.242 - - [2025-10-30 04:13:31] "GET /virtual-machine-interface/aecb0b37-d7b3-4392-8d63-d3ece1cbcd20 HTTP/1.1" 200 3031 0.024224 10.0.0.242 - - [2025-10-30 04:13:31] "GET /instance-ip/bd664177-f114-4718-93c9-740fdede0170 HTTP/1.1" 200 1645 0.019931 10.0.0.242 - - [2025-10-30 04:13:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.019077 10.0.0.242 - - [2025-10-30 04:13:31] "GET / HTTP/1.1" 200 36215 0.002710 10.0.0.242 - - [2025-10-30 04:13:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000574 10.0.0.242 - - [2025-10-30 04:13:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.025537 10.0.0.242 - - [2025-10-30 04:13:31] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003894 10.0.0.242 - - [2025-10-30 04:13:31] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.020026 10.0.0.242 - - [2025-10-30 04:13:31] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.019883 10.0.0.242 - - [2025-10-30 04:13:31] "POST /fqname-to-id HTTP/1.1" 403 354 0.017729 10.0.0.242 - - [2025-10-30 04:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004170 10.0.0.242 - - [2025-10-30 04:13:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004730 10.0.0.242 - - [2025-10-30 04:13:32] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025505 10.0.0.242 - - [2025-10-30 04:13:32] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.021375 10.0.0.242 - - [2025-10-30 04:13:32] "POST /fqname-to-id HTTP/1.1" 403 354 0.017700 10.0.0.242 - - [2025-10-30 04:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004755 10.0.0.242 - - [2025-10-30 04:13:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004482 10.0.0.242 - - [2025-10-30 04:13:32] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021085 10.0.0.242 - - [2025-10-30 04:13:32] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.019944 10.0.0.242 - - [2025-10-30 04:13:32] "POST /fqname-to-id HTTP/1.1" 403 354 0.016659 10.0.0.242 - - [2025-10-30 04:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.242 - - [2025-10-30 04:13:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003960 10.0.0.242 - - [2025-10-30 04:13:32] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021956 10.0.0.242 - - [2025-10-30 04:13:32] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.022413 10.0.0.242 - - [2025-10-30 04:13:32] "POST /fqname-to-id HTTP/1.1" 403 354 0.015976 10.0.0.242 - - [2025-10-30 04:13:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003996 10.0.0.242 - - [2025-10-30 04:13:32] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004147 10.0.0.242 - - [2025-10-30 04:13:32] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.021740 10.0.0.242 - - [2025-10-30 04:13:32] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.019907 10.0.0.242 - - [2025-10-30 04:13:35] "POST /neutron/security_group HTTP/1.1" 200 2058 0.007941 10.0.0.242 - - [2025-10-30 04:13:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.019263 10.0.0.242 - - [2025-10-30 04:13:35] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.024496 10.0.0.242 - - [2025-10-30 04:13:37] "POST /fqname-to-id HTTP/1.1" 403 354 0.016022 10.0.0.242 - - [2025-10-30 04:13:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003255 10.0.0.242 - - [2025-10-30 04:13:37] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003711 10.0.0.242 - - [2025-10-30 04:13:37] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.025082 10.0.0.242 - - [2025-10-30 04:13:38] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.041534 10.0.0.242 - - [2025-10-30 04:13:38] "POST /neutron/network HTTP/1.1" 200 875 0.008743 10.0.0.242 - - [2025-10-30 04:13:38] "POST /fqname-to-id HTTP/1.1" 403 354 0.024539 10.0.0.242 - - [2025-10-30 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003364 10.0.0.242 - - [2025-10-30 04:13:38] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003803 10.0.0.242 - - [2025-10-30 04:13:38] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.020101 10.0.0.242 - - [2025-10-30 04:13:38] "POST /neutron/port HTTP/1.1" 200 117 0.001152 10.0.0.242 - - [2025-10-30 04:13:38] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.028517 10.0.0.242 - - [2025-10-30 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.019611 10.0.0.242 - - [2025-10-30 04:13:38] "GET /routing-instance/4e6dfc7a-d0fc-492a-8b3d-9b2ba2c72380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.032699 10.0.0.242 - - [2025-10-30 04:13:38] "POST /fqname-to-id HTTP/1.1" 403 354 0.017202 10.0.0.242 - - [2025-10-30 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.003847 10.0.0.242 - - [2025-10-30 04:13:38] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004113 10.0.0.242 - - [2025-10-30 04:13:38] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.022330 10.0.0.242 - - [2025-10-30 04:13:38] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.026083 10.0.0.242 - - [2025-10-30 04:13:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.016985 10.0.0.242 - - [2025-10-30 04:13:38] "GET /routing-instance/4e6dfc7a-d0fc-492a-8b3d-9b2ba2c72380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.019756 10.0.0.240 - - [2025-10-30 04:13:39] "GET /obj-perms HTTP/1.1" 403 257 0.049899 10.0.0.242 - - [2025-10-30 04:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.004458 10.0.0.242 - - [2025-10-30 04:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003765 10.0.0.240 - - [2025-10-30 04:13:39] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.022697 10.0.0.242 - - [2025-10-30 04:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003729 10.0.0.242 - - [2025-10-30 04:13:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003638 10.0.0.242 - - [2025-10-30 04:13:39] "GET /obj-perms HTTP/1.1" 403 257 0.035041 10.0.0.242 - - [2025-10-30 04:13:40] "GET /obj-perms HTTP/1.1" 200 5049 0.003992 10.0.0.240 - - [2025-10-30 04:13:40] "GET /obj-perms HTTP/1.1" 200 5049 0.004910 10.0.0.242 - - [2025-10-30 04:13:40] "GET /obj-perms HTTP/1.1" 403 257 0.037077 10.0.0.242 - - [2025-10-30 04:13:40] "GET /obj-perms HTTP/1.1" 403 257 0.012164 10.0.0.240 - - [2025-10-30 04:13:41] "GET /virtual-machines?detail=False&count=False&shared=False HTTP/1.1" 200 321 0.019352 10.0.0.242 - - [2025-10-30 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.022236 10.0.0.240 - - [2025-10-30 04:13:41] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001652 10.0.0.242 - - [2025-10-30 04:13:41] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.075892 10.0.0.242 - - [2025-10-30 04:13:41] "GET /virtual-network/dca6c628-5053-440c-bd25-647e062e216b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2112 0.023275 10.0.0.242 - - [2025-10-30 04:13:41] "GET /floating-ip-pools?parent_id=dca6c628-5053-440c-bd25-647e062e216b&detail=False&count=False&shared=False HTTP/1.1" 200 394 0.020459 10.0.0.242 - - [2025-10-30 04:13:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.017989 10.0.0.242 - - [2025-10-30 04:13:41] "GET /floating-ip-pool/f408a41a-2ed9-4544-972f-12a8f1f70e05?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1184 0.016766 10.0.0.240 - - [2025-10-30 04:13:41] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001194 10.0.0.242 - - [2025-10-30 04:13:41] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.070898 10.0.0.242 - - [2025-10-30 04:13:41] "POST /floating-ips HTTP/1.1" 200 618 0.068594 10.0.0.242 - - [2025-10-30 04:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.019011 10.0.0.242 - - [2025-10-30 04:13:42] "GET /floating-ip/768dbadf-ce49-4c27-ae88-c7fd32b13b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.018615 10.0.0.242 - - [2025-10-30 04:13:42] "GET /floating-ip/768dbadf-ce49-4c27-ae88-c7fd32b13b3a?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1480 0.018403 10.0.0.242 - - [2025-10-30 04:13:42] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 993 0.015484 10.0.0.242 - - [2025-10-30 04:13:42] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519?fields=virtual_machine_interface_back_refs HTTP/1.1" 200 1205 0.017305 10.0.0.242 - - [2025-10-30 04:13:42] "GET /virtual-machine-interface/aecb0b37-d7b3-4392-8d63-d3ece1cbcd20?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2809 0.022256 10.0.0.242 - - [2025-10-30 04:13:42] "POST /ref-update HTTP/1.1" 200 156 0.026575 10.0.0.242 - - [2025-10-30 04:13:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.015713 10.0.0.242 - - [2025-10-30 04:13:42] "GET /routing-instance/57d818ab-783f-4dbb-b657-528319b1a185?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1365 0.017809 10.0.0.242 - - [2025-10-30 04:13:42] "POST /neutron/security_group HTTP/1.1" 200 542 0.044405 10.0.0.242 - - [2025-10-30 04:13:42] "POST /neutron/port HTTP/1.1" 200 1115 0.072581 10.0.0.242 - - [2025-10-30 04:13:43] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519 HTTP/1.1" 200 1294 0.018587 10.0.0.242 - - [2025-10-30 04:13:43] "GET /virtual-machine-interface/aecb0b37-d7b3-4392-8d63-d3ece1cbcd20 HTTP/1.1" 200 3595 0.023623 10.0.0.242 - - [2025-10-30 04:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.014445 10.0.0.242 - - [2025-10-30 04:13:43] "GET /security-group/6a4cc20f-b145-4397-bddc-0c11aeacc0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.015942 10.0.0.242 - - [2025-10-30 04:13:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.018241 10.0.0.242 - - [2025-10-30 04:13:43] "GET /security-group/6a4cc20f-b145-4397-bddc-0c11aeacc0b0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1318 0.016158 10.0.0.242 - - [2025-10-30 04:13:43] "DELETE /floating-ip/768dbadf-ce49-4c27-ae88-c7fd32b13b3a HTTP/1.1" 200 115 0.071865 10.0.0.242 - - [2025-10-30 04:13:43] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519 HTTP/1.1" 200 1294 0.022961 10.0.0.242 - - [2025-10-30 04:13:44] "POST /neutron/port HTTP/1.1" 200 1130 0.016742 10.0.0.242 - - [2025-10-30 04:13:45] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519 HTTP/1.1" 404 171 0.016946 10.0.0.242 - - [2025-10-30 04:13:45] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519 HTTP/1.1" 404 171 0.012949 10.0.0.242 - - [2025-10-30 04:13:45] "GET /virtual-machine/36a07b9a-7d10-4ec5-bd58-54c209d80519 HTTP/1.1" 404 171 0.013492 10.0.0.242 - - [2025-10-30 04:13:45] "POST /fqname-to-id HTTP/1.1" 403 354 0.017549 10.0.0.242 - - [2025-10-30 04:13:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.002681 10.0.0.242 - - [2025-10-30 04:13:45] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003872 10.0.0.242 - - [2025-10-30 04:13:45] "GET /virtual-networks?parent_id=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 613 0.019449 10.0.0.242 - - [2025-10-30 04:13:46] "GET /virtual-network/0de2519d-8c53-4f05-a1df-31176510848d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2128 0.019776 10.0.0.242 - - [2025-10-30 04:13:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.015055 10.0.0.242 - - [2025-10-30 04:13:46] "GET /routing-instance/4e6dfc7a-d0fc-492a-8b3d-9b2ba2c72380?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1361 0.024153 10.0.0.242 - - [2025-10-30 04:13:46] "GET /obj-perms HTTP/1.1" 403 257 0.012614 10.0.0.242 - - [2025-10-30 04:13:46] "GET /obj-perms HTTP/1.1" 200 5049 0.004524 10.0.0.240 - - [2025-10-30 04:13:52] "GET /obj-perms HTTP/1.1" 200 5049 0.004991 10.0.0.242 - - [2025-10-30 04:13:55] "GET /obj-perms HTTP/1.1" 200 5049 0.003960 10.0.0.240 - - [2025-10-30 04:14:02] "GET /obj-perms HTTP/1.1" 200 5049 0.005400 10.0.0.242 - - [2025-10-30 04:14:05] "GET /obj-perms HTTP/1.1" 200 5049 0.005971 10.0.0.242 - - [2025-10-30 04:14:08] "GET /obj-perms HTTP/1.1" 200 5049 0.004166 10.0.0.254 - - [2025-10-30 04:14:08] "GET /obj-perms HTTP/1.1" 200 5049 0.004365 10.0.0.240 - - [2025-10-30 04:14:08] "GET /obj-perms HTTP/1.1" 200 5049 0.004232 10.0.0.242 - - [2025-10-30 04:14:08] "POST /neutron/security_group HTTP/1.1" 200 568 0.018081 10.0.0.242 - - [2025-10-30 04:14:08] "POST /fqname-to-id HTTP/1.1" 404 232 0.027369 10.0.0.240 - - [2025-10-30 04:14:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003368 10.0.0.240 - - [2025-10-30 04:14:09] "POST /useragent-kv HTTP/1.1" 200 115 0.003326 10.0.0.254 - - [2025-10-30 04:14:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004295 10.0.0.242 - - [2025-10-30 04:14:09] "POST /neutron/network HTTP/1.1" 200 151 0.178666 10.0.0.242 - - [2025-10-30 04:14:09] "DELETE /api-access-list/5dc71ff1-5b87-4bcd-a8ef-cd819996d636 HTTP/1.1" 200 115 0.049766 10.0.0.254 - - [2025-10-30 04:14:09] "DELETE /route-target/a5ae76d3-bb01-4f74-8917-5baf5de45de3 HTTP/1.1" 200 115 0.026432 10.0.0.242 - - [2025-10-30 04:14:11] "GET /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2411 0.005039 10.0.0.242 - - [2025-10-30 04:14:11] "PUT /api-access-list/6e19d5bf-bb0b-4b1f-824e-b1892b5e1637 HTTP/1.1" 200 265 0.011768 10.0.0.240 - - [2025-10-30 04:14:11] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001149 10.0.0.242 - - [2025-10-30 04:14:11] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1375 0.038790 10.0.0.240 - - [2025-10-30 04:14:11] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001081 10.0.0.242 - - [2025-10-30 04:14:11] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?fields=virtual_networks HTTP/1.1" 200 1043 0.038853 10.0.0.240 - - [2025-10-30 04:14:11] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000975 10.0.0.242 - - [2025-10-30 04:14:11] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?fields=virtual_machine_interfaces HTTP/1.1" 200 1043 0.042889 10.0.0.240 - - [2025-10-30 04:14:11] "GET /projects?obj_uuids=30bb333e-d4e2-46c7-8683-f5f1a244a160&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001456 10.0.0.242 - - [2025-10-30 04:14:11] "GET /project/30bb333e-d4e2-46c7-8683-f5f1a244a160?fields=security_groups HTTP/1.1" 200 1270 0.043903 10.0.0.240 - - [2025-10-30 04:14:12] "GET /projects?obj_uuids=4f8b91c9-4f47-4fe0-ac3e-4769319c554e&detail=False&count=False&shared=False HTTP/1.1" 200 326 0.001215 10.0.0.242 - - [2025-10-30 04:14:12] "GET /project/4f8b91c9-4f47-4fe0-ac3e-4769319c554e?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1284 0.047122 [Introspect:8084]10.0.0.242 - - [2025-10-30 04:14:14] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.001375 10.0.0.242 - - [2025-10-30 04:14:16] "POST /fqname-to-id HTTP/1.1" 404 189 0.027808 10.0.0.240 - - [2025-10-30 04:14:16] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.004381 10.0.0.240 - - [2025-10-30 04:14:16] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001269 10.0.0.240 - - [2025-10-30 04:14:16] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.010093 10.0.0.240 - - [2025-10-30 04:14:16] "POST /id-to-fqname HTTP/1.1" 200 191 0.004890 10.0.0.240 - - [2025-10-30 04:14:16] "POST /fqname-to-id HTTP/1.1" 404 200 0.012231 10.0.0.240 - - [2025-10-30 04:14:16] "POST /security-groups HTTP/1.1" 200 592 0.032020 10.0.0.240 - - [2025-10-30 04:14:16] "POST /projects HTTP/1.1" 200 587 0.253234 10.0.0.254 - - [2025-10-30 04:14:16] "POST /fqname-to-id HTTP/1.1" 404 234 0.015704 10.0.0.240 - - [2025-10-30 04:14:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.333306 10.0.0.242 - - [2025-10-30 04:14:16] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.481270 10.0.0.242 - - [2025-10-30 04:14:17] "GET / HTTP/1.1" 200 36215 0.003282 10.0.0.242 - - [2025-10-30 04:14:19] "POST /fqname-to-id HTTP/1.1" 401 293 0.000813 10.0.0.242 - - [2025-10-30 04:14:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.068744 10.0.0.240 - - [2025-10-30 04:14:19] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001092 10.0.0.242 - - [2025-10-30 04:14:19] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.046173 10.0.0.242 - - [2025-10-30 04:14:19] "POST /neutron/network HTTP/1.1" 200 117 0.042349 10.0.0.242 - - [2025-10-30 04:14:20] "POST /neutron/network HTTP/1.1" 200 825 0.008922 10.0.0.242 - - [2025-10-30 04:14:20] "POST /id-to-fqname HTTP/1.1" 200 222 0.001212 10.0.0.242 - - [2025-10-30 04:14:20] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005028 10.0.0.242 - - [2025-10-30 04:14:20] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006017 10.0.0.242 - - [2025-10-30 04:14:20] "POST /neutron/subnet HTTP/1.1" 200 716 0.010137 10.0.0.254 - - [2025-10-30 04:14:20] "POST /ref-update HTTP/1.1" 200 156 0.024423 10.0.0.242 - - [2025-10-30 04:14:21] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006531 10.0.0.242 - - [2025-10-30 04:14:22] "POST /id-to-fqname HTTP/1.1" 200 222 0.002111 10.0.0.240 - - [2025-10-30 04:14:23] "DELETE /project/30bb333e-d4e2-46c7-8683-f5f1a244a160 HTTP/1.1" 404 177 0.003747 10.0.0.240 - - [2025-10-30 04:14:23] "DELETE /project/79c405ba3f1b4827bb26121bf3675c96 HTTP/1.1" 404 173 0.007187 10.0.0.240 - - [2025-10-30 04:14:23] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001104 10.0.0.242 - - [2025-10-30 04:14:23] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.065857 10.0.0.242 - - [2025-10-30 04:14:23] "POST /neutron/port HTTP/1.1" 200 117 0.006565 10.0.0.242 - - [2025-10-30 04:14:23] "POST /id-to-fqname HTTP/1.1" 200 222 0.001398 10.0.0.242 - - [2025-10-30 04:14:23] "POST /neutron/network HTTP/1.1" 200 835 0.007617 10.0.0.242 - - [2025-10-30 04:14:24] "POST /neutron/port HTTP/1.1" 200 1059 0.016409 10.0.0.242 - - [2025-10-30 04:14:24] "POST /neutron/port HTTP/1.1" 200 1087 0.032066 10.0.0.240 - - [2025-10-30 04:14:24] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001477 10.0.0.242 - - [2025-10-30 04:14:24] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.107383 10.0.0.242 - - [2025-10-30 04:14:24] "POST /neutron/port HTTP/1.1" 200 117 0.001532 10.0.0.242 - - [2025-10-30 04:14:25] "POST /neutron/port HTTP/1.1" 200 1087 0.019448 10.0.0.242 - - [2025-10-30 04:14:25] "POST /neutron/port HTTP/1.1" 200 1087 0.015150 10.0.0.240 - - [2025-10-30 04:14:25] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.242 - - [2025-10-30 04:14:25] "POST /neutron/port HTTP/1.1" 200 1059 0.262025 10.0.0.242 - - [2025-10-30 04:14:25] "POST /neutron/port HTTP/1.1" 200 1113 0.101081 10.0.0.242 - - [2025-10-30 04:14:25] "POST /neutron/subnet HTTP/1.1" 200 690 0.011478 10.0.0.242 - - [2025-10-30 04:14:30] "POST /neutron/port HTTP/1.1" 200 1087 0.015245 10.0.0.242 - - [2025-10-30 04:14:30] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008733 10.0.0.242 - - [2025-10-30 04:14:30] "GET /virtual-machine/9cb5b8b5-862d-425a-8236-1b82df3d220b HTTP/1.1" 401 293 0.000562 10.0.0.242 - - [2025-10-30 04:14:30] "GET /virtual-machine/9cb5b8b5-862d-425a-8236-1b82df3d220b HTTP/1.1" 200 1295 0.032394 10.0.0.242 - - [2025-10-30 04:14:30] "GET /virtual-machine-interface/0d838b04-93b5-4e46-8c74-3f9e997c6c15 HTTP/1.1" 200 2955 0.006199 10.0.0.242 - - [2025-10-30 04:14:30] "POST /fqname-to-id HTTP/1.1" 200 156 0.003779 10.0.0.242 - - [2025-10-30 04:14:30] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003842 10.0.0.242 - - [2025-10-30 04:14:30] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003108 10.0.0.242 - - [2025-10-30 04:14:30] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006568 10.0.0.242 - - [2025-10-30 04:14:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004309 10.0.0.242 - - [2025-10-30 04:14:33] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006018 10.0.0.242 - - [2025-10-30 04:14:38] "POST /fqname-to-id HTTP/1.1" 200 156 0.004658 10.0.0.242 - - [2025-10-30 04:14:38] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008000 10.0.0.242 - - [2025-10-30 04:14:39] "POST /neutron/port HTTP/1.1" 200 1087 0.018939 10.0.0.242 - - [2025-10-30 04:14:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004397 10.0.0.242 - - [2025-10-30 04:14:39] "POST /neutron/network HTTP/1.1" 200 825 0.007496 10.0.0.242 - - [2025-10-30 04:14:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003803 10.0.0.242 - - [2025-10-30 04:14:42] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007996 10.0.0.242 - - [2025-10-30 04:14:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.005516 10.0.0.242 - - [2025-10-30 04:14:46] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005748 10.0.0.242 - - [2025-10-30 04:14:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.010450 10.0.0.242 - - [2025-10-30 04:14:50] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007290 10.0.0.242 - - [2025-10-30 04:14:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.006127 10.0.0.242 - - [2025-10-30 04:14:54] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005701 10.0.0.242 - - [2025-10-30 04:14:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.004399 10.0.0.242 - - [2025-10-30 04:14:58] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006104 10.0.0.242 - - [2025-10-30 04:15:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005182 10.0.0.242 - - [2025-10-30 04:15:02] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005474 10.0.0.242 - - [2025-10-30 04:15:02] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003701 10.0.0.242 - - [2025-10-30 04:15:02] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007244 10.0.0.242 - - [2025-10-30 04:15:07] "POST /neutron/port HTTP/1.1" 200 1087 0.018533 10.0.0.242 - - [2025-10-30 04:15:11] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007513 10.0.0.242 - - [2025-10-30 04:15:17] "POST /neutron/port HTTP/1.1" 200 1087 0.050156 10.0.0.242 - - [2025-10-30 04:15:17] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004364 10.0.0.242 - - [2025-10-30 04:15:17] "POST /neutron/network HTTP/1.1" 200 825 0.007430 10.0.0.242 - - [2025-10-30 04:15:18] "POST /neutron/port HTTP/1.1" 200 1087 0.039530 10.0.0.242 - - [2025-10-30 04:15:23] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007474 10.0.0.242 - - [2025-10-30 04:15:23] "POST /neutron/port HTTP/1.1" 200 1087 0.015660 10.0.0.242 - - [2025-10-30 04:15:23] "GET /virtual-machine/06dbd63d-effa-4037-bd1f-70719a0bdac8 HTTP/1.1" 200 1294 0.006755 10.0.0.242 - - [2025-10-30 04:15:23] "GET /virtual-machine-interface/1cf93fe8-3a4c-4431-872f-13bb7cdc68b9 HTTP/1.1" 200 2955 0.006362 10.0.0.242 - - [2025-10-30 04:15:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003697 10.0.0.242 - - [2025-10-30 04:15:23] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004237 10.0.0.242 - - [2025-10-30 04:15:23] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003520 10.0.0.242 - - [2025-10-30 04:15:23] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007467 10.0.0.242 - - [2025-10-30 04:15:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.005317 10.0.0.242 - - [2025-10-30 04:15:25] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004154 10.0.0.242 - - [2025-10-30 04:15:25] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003141 10.0.0.242 - - [2025-10-30 04:15:25] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006436 10.0.0.242 - - [2025-10-30 04:15:25] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008598 10.0.0.254 - - [2025-10-30 04:15:29] "GET /obj-perms HTTP/1.1" 200 5075 0.049908 10.0.0.242 - - [2025-10-30 04:15:41] "POST /neutron/network HTTP/1.1" 200 835 0.029881 10.0.0.242 - - [2025-10-30 04:15:41] "POST /neutron/port HTTP/1.1" 200 117 0.001679 10.0.0.242 - - [2025-10-30 04:16:19] "POST /neutron/port HTTP/1.1" 200 1087 0.024977 10.0.0.242 - - [2025-10-30 04:16:19] "POST /neutron/subnet HTTP/1.1" 200 690 0.011466 10.0.0.240 - - [2025-10-30 04:16:29] "GET /obj-perms HTTP/1.1" 200 5075 0.053364 10.0.0.242 - - [2025-10-30 04:16:30] "GET /obj-perms HTTP/1.1" 200 5075 0.050862 10.0.0.242 - - [2025-10-30 04:16:42] "POST /neutron/port HTTP/1.1" 200 1087 0.015105 10.0.0.242 - - [2025-10-30 04:16:42] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004183 10.0.0.242 - - [2025-10-30 04:16:42] "POST /neutron/network HTTP/1.1" 200 825 0.007023 10.0.0.242 - - [2025-10-30 04:17:14] "GET /virtual-machine/9cb5b8b5-862d-425a-8236-1b82df3d220b HTTP/1.1" 200 1295 0.005036 10.0.0.242 - - [2025-10-30 04:17:14] "GET /virtual-machine-interface/0d838b04-93b5-4e46-8c74-3f9e997c6c15 HTTP/1.1" 200 2955 0.007223 10.0.0.242 - - [2025-10-30 04:17:14] "GET /virtual-machine/9cb5b8b5-862d-425a-8236-1b82df3d220b HTTP/1.1" 200 1295 0.004566 10.0.0.242 - - [2025-10-30 04:17:14] "GET /virtual-machine-interface/0d838b04-93b5-4e46-8c74-3f9e997c6c15 HTTP/1.1" 200 2955 0.005347 10.0.0.242 - - [2025-10-30 04:17:14] "GET /instance-ip/f4264331-8370-48a0-8cb0-ebc02a0a3cc0 HTTP/1.1" 200 1625 0.012319 10.0.0.242 - - [2025-10-30 04:17:14] "GET /virtual-machine/9cb5b8b5-862d-425a-8236-1b82df3d220b HTTP/1.1" 200 1295 0.003864 10.0.0.242 - - [2025-10-30 04:17:14] "GET /virtual-machine-interface/0d838b04-93b5-4e46-8c74-3f9e997c6c15 HTTP/1.1" 200 2955 0.006967 10.0.0.242 - - [2025-10-30 04:17:14] "GET /instance-ip/f4264331-8370-48a0-8cb0-ebc02a0a3cc0 HTTP/1.1" 200 1625 0.004457 10.0.0.242 - - [2025-10-30 04:17:14] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.242 - - [2025-10-30 04:17:14] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003692 10.0.0.242 - - [2025-10-30 04:17:14] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003841 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006358 10.0.0.242 - - [2025-10-30 04:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004440 10.0.0.242 - - [2025-10-30 04:17:15] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004808 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003454 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008530 10.0.0.242 - - [2025-10-30 04:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004564 10.0.0.242 - - [2025-10-30 04:17:15] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004604 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.009805 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006661 10.0.0.242 - - [2025-10-30 04:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.005849 10.0.0.242 - - [2025-10-30 04:17:15] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004572 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003376 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006032 10.0.0.242 - - [2025-10-30 04:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004178 10.0.0.242 - - [2025-10-30 04:17:15] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007404 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003434 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.018158 10.0.0.242 - - [2025-10-30 04:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004282 10.0.0.242 - - [2025-10-30 04:17:15] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005338 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004898 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006204 10.0.0.242 - - [2025-10-30 04:17:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003484 10.0.0.242 - - [2025-10-30 04:17:15] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004373 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003327 10.0.0.242 - - [2025-10-30 04:17:15] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006082 10.0.0.242 - - [2025-10-30 04:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003564 10.0.0.242 - - [2025-10-30 04:17:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003560 10.0.0.242 - - [2025-10-30 04:17:16] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003368 10.0.0.242 - - [2025-10-30 04:17:16] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006060 10.0.0.242 - - [2025-10-30 04:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003044 10.0.0.242 - - [2025-10-30 04:17:16] "GET /routing-instance/ac13575a-170e-416a-9279-f3b48a364986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.004856 10.0.0.242 - - [2025-10-30 04:17:16] "GET /route-target/e2651ace-1ba9-4afe-a633-35dc2bd824ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004317 10.0.0.242 - - [2025-10-30 04:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003945 10.0.0.242 - - [2025-10-30 04:17:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004393 10.0.0.242 - - [2025-10-30 04:17:16] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003409 10.0.0.242 - - [2025-10-30 04:17:16] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006596 10.0.0.242 - - [2025-10-30 04:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.005199 10.0.0.242 - - [2025-10-30 04:17:16] "GET /routing-instance/ac13575a-170e-416a-9279-f3b48a364986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005227 10.0.0.242 - - [2025-10-30 04:17:16] "GET /route-target/e2651ace-1ba9-4afe-a633-35dc2bd824ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004493 10.0.0.242 - - [2025-10-30 04:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.242 - - [2025-10-30 04:17:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006906 10.0.0.242 - - [2025-10-30 04:17:16] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.006125 10.0.0.242 - - [2025-10-30 04:17:16] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005809 10.0.0.242 - - [2025-10-30 04:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.242 - - [2025-10-30 04:17:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006283 10.0.0.242 - - [2025-10-30 04:17:16] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004232 10.0.0.242 - - [2025-10-30 04:17:16] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006673 10.0.0.242 - - [2025-10-30 04:17:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003776 10.0.0.242 - - [2025-10-30 04:17:16] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004334 10.0.0.242 - - [2025-10-30 04:17:16] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003901 10.0.0.242 - - [2025-10-30 04:17:17] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006706 10.0.0.242 - - [2025-10-30 04:17:17] "GET /obj-perms HTTP/1.1" 200 5051 0.060490 10.0.0.240 - - [2025-10-30 04:17:17] "GET /obj-perms HTTP/1.1" 200 5051 0.053855 10.0.0.242 - - [2025-10-30 04:17:17] "GET /obj-perms HTTP/1.1" 200 5051 0.004555 10.0.0.254 - - [2025-10-30 04:17:17] "GET /obj-perms HTTP/1.1" 200 5051 0.054657 10.0.0.242 - - [2025-10-30 04:17:17] "POST /neutron/port HTTP/1.1" 200 1087 0.015691 10.0.0.242 - - [2025-10-30 04:17:17] "GET /virtual-machine/06dbd63d-effa-4037-bd1f-70719a0bdac8 HTTP/1.1" 200 1294 0.004845 10.0.0.242 - - [2025-10-30 04:17:17] "GET /virtual-machine-interface/1cf93fe8-3a4c-4431-872f-13bb7cdc68b9 HTTP/1.1" 200 2955 0.006426 10.0.0.242 - - [2025-10-30 04:17:17] "GET /virtual-machine/06dbd63d-effa-4037-bd1f-70719a0bdac8 HTTP/1.1" 200 1294 0.004368 10.0.0.242 - - [2025-10-30 04:17:17] "GET /virtual-machine-interface/1cf93fe8-3a4c-4431-872f-13bb7cdc68b9 HTTP/1.1" 200 2955 0.006071 10.0.0.242 - - [2025-10-30 04:17:17] "GET /instance-ip/7a0301c3-30a7-44cb-85ee-775a2547acd7 HTTP/1.1" 200 1623 0.005875 10.0.0.242 - - [2025-10-30 04:17:17] "GET /virtual-machine/06dbd63d-effa-4037-bd1f-70719a0bdac8 HTTP/1.1" 200 1294 0.003664 10.0.0.242 - - [2025-10-30 04:17:17] "GET /virtual-machine-interface/1cf93fe8-3a4c-4431-872f-13bb7cdc68b9 HTTP/1.1" 200 2955 0.005526 10.0.0.242 - - [2025-10-30 04:17:17] "GET /instance-ip/7a0301c3-30a7-44cb-85ee-775a2547acd7 HTTP/1.1" 200 1623 0.004121 10.0.0.242 - - [2025-10-30 04:17:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.004125 10.0.0.242 - - [2025-10-30 04:17:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004156 10.0.0.242 - - [2025-10-30 04:17:17] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003230 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.008277 10.0.0.242 - - [2025-10-30 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003758 10.0.0.242 - - [2025-10-30 04:17:18] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005426 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003725 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006188 10.0.0.242 - - [2025-10-30 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004346 10.0.0.242 - - [2025-10-30 04:17:18] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004514 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003619 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006324 10.0.0.242 - - [2025-10-30 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.004281 10.0.0.242 - - [2025-10-30 04:17:18] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004462 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003309 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006551 10.0.0.242 - - [2025-10-30 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.007474 10.0.0.242 - - [2025-10-30 04:17:18] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004420 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003259 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006431 10.0.0.242 - - [2025-10-30 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003534 10.0.0.242 - - [2025-10-30 04:17:18] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004622 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003525 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.005820 10.0.0.242 - - [2025-10-30 04:17:18] "POST /fqname-to-id HTTP/1.1" 200 156 0.003820 10.0.0.242 - - [2025-10-30 04:17:18] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004853 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003369 10.0.0.242 - - [2025-10-30 04:17:18] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007232 10.0.0.242 - - [2025-10-30 04:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004804 10.0.0.242 - - [2025-10-30 04:17:19] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005029 10.0.0.242 - - [2025-10-30 04:17:19] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004239 10.0.0.242 - - [2025-10-30 04:17:19] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006575 10.0.0.242 - - [2025-10-30 04:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.242 - - [2025-10-30 04:17:19] "GET /routing-instance/ac13575a-170e-416a-9279-f3b48a364986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005686 10.0.0.242 - - [2025-10-30 04:17:19] "GET /route-target/e2651ace-1ba9-4afe-a633-35dc2bd824ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004833 10.0.0.242 - - [2025-10-30 04:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 10.0.0.242 - - [2025-10-30 04:17:19] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003935 10.0.0.242 - - [2025-10-30 04:17:19] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.004627 10.0.0.242 - - [2025-10-30 04:17:19] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006193 10.0.0.242 - - [2025-10-30 04:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004018 10.0.0.242 - - [2025-10-30 04:17:19] "GET /routing-instance/ac13575a-170e-416a-9279-f3b48a364986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005643 10.0.0.242 - - [2025-10-30 04:17:19] "GET /route-target/e2651ace-1ba9-4afe-a633-35dc2bd824ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005390 10.0.0.242 - - [2025-10-30 04:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004206 10.0.0.242 - - [2025-10-30 04:17:19] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004461 10.0.0.242 - - [2025-10-30 04:17:19] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003174 10.0.0.242 - - [2025-10-30 04:17:19] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006171 10.0.0.242 - - [2025-10-30 04:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003462 10.0.0.242 - - [2025-10-30 04:17:19] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004415 10.0.0.242 - - [2025-10-30 04:17:19] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003753 10.0.0.242 - - [2025-10-30 04:17:19] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007405 10.0.0.242 - - [2025-10-30 04:17:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003835 10.0.0.242 - - [2025-10-30 04:17:19] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005069 10.0.0.242 - - [2025-10-30 04:17:19] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003349 10.0.0.242 - - [2025-10-30 04:17:19] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007380 10.0.0.242 - - [2025-10-30 04:17:20] "GET /obj-perms HTTP/1.1" 200 5051 0.004288 10.0.0.240 - - [2025-10-30 04:17:20] "GET /obj-perms HTTP/1.1" 200 5051 0.004712 10.0.0.242 - - [2025-10-30 04:17:20] "GET /obj-perms HTTP/1.1" 200 5051 0.004670 10.0.0.240 - - [2025-10-30 04:17:20] "GET /obj-perms HTTP/1.1" 200 5051 0.004132 10.0.0.242 - - [2025-10-30 04:17:21] "POST /neutron/port HTTP/1.1" 200 1087 0.018276 10.0.0.242 - - [2025-10-30 04:17:21] "POST /neutron/subnet HTTP/1.1" 200 690 0.012242 10.0.0.242 - - [2025-10-30 04:17:25] "GET /virtual-machine/06dbd63d-effa-4037-bd1f-70719a0bdac8 HTTP/1.1" 200 1294 0.005269 10.0.0.242 - - [2025-10-30 04:17:25] "POST /neutron/port HTTP/1.1" 200 1087 0.016729 10.0.0.242 - - [2025-10-30 04:17:27] "GET /virtual-machine/06dbd63d-effa-4037-bd1f-70719a0bdac8 HTTP/1.1" 404 171 0.003542 10.0.0.242 - - [2025-10-30 04:17:27] "GET /virtual-machine/06dbd63d-effa-4037-bd1f-70719a0bdac8 HTTP/1.1" 404 171 0.002674 10.0.0.242 - - [2025-10-30 04:17:27] "GET /virtual-machine/06dbd63d-effa-4037-bd1f-70719a0bdac8 HTTP/1.1" 404 171 0.002905 10.0.0.242 - - [2025-10-30 04:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003636 10.0.0.242 - - [2025-10-30 04:17:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003818 10.0.0.242 - - [2025-10-30 04:17:27] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003959 10.0.0.242 - - [2025-10-30 04:17:27] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.007777 10.0.0.242 - - [2025-10-30 04:17:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003397 10.0.0.242 - - [2025-10-30 04:17:27] "GET /routing-instance/ac13575a-170e-416a-9279-f3b48a364986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005525 10.0.0.242 - - [2025-10-30 04:17:27] "GET /route-target/e2651ace-1ba9-4afe-a633-35dc2bd824ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004998 10.0.0.242 - - [2025-10-30 04:17:28] "GET /obj-perms HTTP/1.1" 200 5051 0.003766 10.0.0.240 - - [2025-10-30 04:17:31] "GET /obj-perms HTTP/1.1" 200 5075 0.053723 10.0.0.242 - - [2025-10-30 04:17:37] "GET /obj-perms HTTP/1.1" 200 5051 0.005940 10.0.0.240 - - [2025-10-30 04:17:37] "GET /obj-perms HTTP/1.1" 200 5051 0.004029 10.0.0.242 - - [2025-10-30 04:17:40] "GET /obj-perms HTTP/1.1" 200 5051 0.004030 10.0.0.254 - - [2025-10-30 04:17:40] "GET /obj-perms HTTP/1.1" 200 5051 0.004230 10.0.0.242 - - [2025-10-30 04:17:40] "GET /virtual-machine/9cb5b8b5-862d-425a-8236-1b82df3d220b HTTP/1.1" 200 1295 0.004488 10.0.0.242 - - [2025-10-30 04:17:41] "POST /neutron/port HTTP/1.1" 200 1087 0.018860 10.0.0.242 - - [2025-10-30 04:17:42] "GET /virtual-machine/9cb5b8b5-862d-425a-8236-1b82df3d220b HTTP/1.1" 404 171 0.003946 10.0.0.242 - - [2025-10-30 04:17:42] "GET /virtual-machine/9cb5b8b5-862d-425a-8236-1b82df3d220b HTTP/1.1" 404 171 0.004125 10.0.0.242 - - [2025-10-30 04:17:42] "GET /virtual-machine/9cb5b8b5-862d-425a-8236-1b82df3d220b HTTP/1.1" 404 171 0.003678 10.0.0.242 - - [2025-10-30 04:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003769 10.0.0.242 - - [2025-10-30 04:17:42] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003895 10.0.0.242 - - [2025-10-30 04:17:42] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.002954 10.0.0.242 - - [2025-10-30 04:17:42] "GET /virtual-network/462a7c86-eb71-4e9e-a0cc-4512ad59f8d0?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2042 0.006633 10.0.0.242 - - [2025-10-30 04:17:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003538 10.0.0.242 - - [2025-10-30 04:17:42] "GET /routing-instance/ac13575a-170e-416a-9279-f3b48a364986?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1484 0.005293 10.0.0.242 - - [2025-10-30 04:17:42] "GET /route-target/e2651ace-1ba9-4afe-a633-35dc2bd824ac?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004546 10.0.0.242 - - [2025-10-30 04:17:49] "GET /obj-perms HTTP/1.1" 200 5051 0.004598 10.0.0.254 - - [2025-10-30 04:17:49] "GET /obj-perms HTTP/1.1" 200 5051 0.004065 10.0.0.240 - - [2025-10-30 04:17:49] "GET /obj-perms HTTP/1.1" 200 5051 0.003712 10.0.0.242 - - [2025-10-30 04:17:49] "POST /neutron/network HTTP/1.1" 200 825 0.007484 10.0.0.254 - - [2025-10-30 04:17:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.041247 10.0.0.242 - - [2025-10-30 04:17:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.003891 10.0.0.242 - - [2025-10-30 04:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003674 10.0.0.240 - - [2025-10-30 04:17:52] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.030724 10.0.0.242 - - [2025-10-30 04:17:52] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.076404 10.0.0.242 - - [2025-10-30 04:17:52] "POST /network-policys HTTP/1.1" 200 524 0.030570 10.0.0.242 - - [2025-10-30 04:17:52] "GET /network-policy/dbf67156-5a2a-45d5-90e6-9105f28c7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006294 10.0.0.242 - - [2025-10-30 04:17:52] "POST /fqname-to-id HTTP/1.1" 404 200 0.002993 10.0.0.242 - - [2025-10-30 04:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004118 10.0.0.240 - - [2025-10-30 04:17:52] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001090 10.0.0.242 - - [2025-10-30 04:17:52] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.045130 10.0.0.242 - - [2025-10-30 04:17:52] "POST /network-policys HTTP/1.1" 200 524 0.029734 10.0.0.242 - - [2025-10-30 04:17:52] "GET /network-policy/30ceacf1-02fe-421c-bc39-92f2fe327cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.006448 10.0.0.242 - - [2025-10-30 04:17:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003262 10.0.0.240 - - [2025-10-30 04:17:52] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001073 10.0.0.242 - - [2025-10-30 04:17:52] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.044410 10.0.0.242 - - [2025-10-30 04:17:53] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 132 0.004492 10.0.0.242 - - [2025-10-30 04:17:53] "POST /virtual-networks HTTP/1.1" 200 548 0.070989 10.0.0.242 - - [2025-10-30 04:17:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003377 10.0.0.242 - - [2025-10-30 04:17:53] "GET /network-ipam/5dfe6f8f-eff7-4ced-9620-1447fd92076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.009752 10.0.0.254 - - [2025-10-30 04:17:53] "POST /ref-update HTTP/1.1" 200 156 0.031193 10.0.0.240 - - [2025-10-30 04:17:53] "POST /useragent-kv HTTP/1.1" 200 115 0.008855 10.0.0.242 - - [2025-10-30 04:17:53] "POST /ref-update HTTP/1.1" 200 156 0.067422 10.0.0.242 - - [2025-10-30 04:17:53] "POST /neutron/network HTTP/1.1" 200 809 0.009598 10.0.0.242 - - [2025-10-30 04:17:53] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.005916 10.0.0.242 - - [2025-10-30 04:17:53] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006475 10.0.0.242 - - [2025-10-30 04:17:53] "GET /obj-perms HTTP/1.1" 200 5051 0.003983 10.0.0.242 - - [2025-10-30 04:17:53] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.006092 10.0.0.242 - - [2025-10-30 04:17:54] "PUT /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340 HTTP/1.1" 200 265 0.048431 10.0.0.242 - - [2025-10-30 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.242 - - [2025-10-30 04:17:54] "GET /network-policy/dbf67156-5a2a-45d5-90e6-9105f28c7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005630 10.0.0.242 - - [2025-10-30 04:17:54] "POST /ref-update HTTP/1.1" 200 156 0.054749 10.0.0.242 - - [2025-10-30 04:17:54] "POST /neutron/network HTTP/1.1" 200 886 0.012648 10.0.0.242 - - [2025-10-30 04:17:54] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005636 10.0.0.242 - - [2025-10-30 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.002802 10.0.0.242 - - [2025-10-30 04:17:54] "GET /network-policy/dbf67156-5a2a-45d5-90e6-9105f28c7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.005049 10.0.0.242 - - [2025-10-30 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003362 10.0.0.240 - - [2025-10-30 04:17:54] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001208 10.0.0.242 - - [2025-10-30 04:17:54] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.048129 10.0.0.242 - - [2025-10-30 04:17:54] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 354 0.003917 10.0.0.242 - - [2025-10-30 04:17:54] "POST /virtual-networks HTTP/1.1" 200 548 0.088751 10.0.0.242 - - [2025-10-30 04:17:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.003973 10.0.0.254 - - [2025-10-30 04:17:54] "POST /route-targets HTTP/1.1" 200 328 0.019303 10.0.0.242 - - [2025-10-30 04:17:54] "GET /network-ipam/5dfe6f8f-eff7-4ced-9620-1447fd92076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.009157 10.0.0.240 - - [2025-10-30 04:17:54] "POST /useragent-kv HTTP/1.1" 200 115 0.011278 10.0.0.242 - - [2025-10-30 04:17:54] "POST /ref-update HTTP/1.1" 200 156 0.086307 10.0.0.242 - - [2025-10-30 04:17:54] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.009459 10.0.0.242 - - [2025-10-30 04:17:54] "POST /neutron/network HTTP/1.1" 200 809 0.007976 10.0.0.242 - - [2025-10-30 04:17:55] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.010658 10.0.0.254 - - [2025-10-30 04:17:55] "GET /obj-perms HTTP/1.1" 200 5051 0.003855 10.0.0.242 - - [2025-10-30 04:17:55] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.006716 10.0.0.242 - - [2025-10-30 04:17:55] "PUT /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4 HTTP/1.1" 200 265 0.046471 10.0.0.242 - - [2025-10-30 04:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.003416 10.0.0.242 - - [2025-10-30 04:17:55] "GET /network-policy/30ceacf1-02fe-421c-bc39-92f2fe327cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004418 10.0.0.242 - - [2025-10-30 04:17:55] "POST /ref-update HTTP/1.1" 200 156 0.053075 10.0.0.254 - - [2025-10-30 04:17:55] "POST /access-control-lists HTTP/1.1" 200 594 0.042390 10.0.0.242 - - [2025-10-30 04:17:55] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.016248 10.0.0.242 - - [2025-10-30 04:17:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.007635 10.0.0.242 - - [2025-10-30 04:17:55] "GET /network-policy/30ceacf1-02fe-421c-bc39-92f2fe327cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004455 10.0.0.242 - - [2025-10-30 04:17:55] "POST /id-to-fqname HTTP/1.1" 200 222 0.001223 10.0.0.242 - - [2025-10-30 04:17:56] "POST /neutron/network HTTP/1.1" 200 896 0.006939 10.0.0.240 - - [2025-10-30 04:17:56] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001005 10.0.0.242 - - [2025-10-30 04:17:56] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.066413 10.0.0.242 - - [2025-10-30 04:17:56] "POST /neutron/port HTTP/1.1" 200 117 0.007065 10.0.0.242 - - [2025-10-30 04:17:56] "POST /id-to-fqname HTTP/1.1" 200 222 0.001204 10.0.0.242 - - [2025-10-30 04:17:57] "POST /neutron/network HTTP/1.1" 200 896 0.007330 10.0.0.242 - - [2025-10-30 04:17:57] "POST /neutron/port HTTP/1.1" 200 1061 0.015148 10.0.0.242 - - [2025-10-30 04:17:58] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004822 10.0.0.240 - - [2025-10-30 04:17:58] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001314 10.0.0.242 - - [2025-10-30 04:17:58] "POST /neutron/network HTTP/1.1" 200 886 0.007145 10.0.0.242 - - [2025-10-30 04:17:58] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.091086 10.0.0.242 - - [2025-10-30 04:17:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.010408 10.0.0.242 - - [2025-10-30 04:17:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008553 10.0.0.254 - - [2025-10-30 04:17:58] "PUT /access-control-list/138a6559-4d18-43ee-9be2-7bcb9d2ddfd1 HTTP/1.1" 200 273 0.015178 10.0.0.242 - - [2025-10-30 04:17:59] "POST /neutron/port HTTP/1.1" 200 1061 0.016292 10.0.0.242 - - [2025-10-30 04:17:59] "POST /neutron/port HTTP/1.1" 200 1089 0.017682 10.0.0.242 - - [2025-10-30 04:17:59] "POST /neutron/port HTTP/1.1" 200 117 0.001278 10.0.0.254 - - [2025-10-30 04:17:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.254 - - [2025-10-30 04:17:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000402 10.0.0.254 - - [2025-10-30 04:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000534 10.0.0.254 - - [2025-10-30 04:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000522 10.0.0.240 - - [2025-10-30 04:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.240 - - [2025-10-30 04:18:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000438 10.0.0.242 - - [2025-10-30 04:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000431 10.0.0.242 - - [2025-10-30 04:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000499 10.0.0.240 - - [2025-10-30 04:18:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000442 10.0.0.240 - - [2025-10-30 04:18:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000545 10.0.0.242 - - [2025-10-30 04:18:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000424 10.0.0.242 - - [2025-10-30 04:18:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000503 10.0.0.242 - - [2025-10-30 04:18:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008046 10.0.0.242 - - [2025-10-30 04:18:03] "POST /neutron/port HTTP/1.1" 200 1089 0.018006 10.0.0.242 - - [2025-10-30 04:18:03] "GET /virtual-machine/69b409f8-1235-4f0c-8292-07aa10cf5c93 HTTP/1.1" 200 1294 0.006639 10.0.0.242 - - [2025-10-30 04:18:03] "GET /virtual-machine-interface/7830489e-cb20-4e63-b846-3599cabdc766 HTTP/1.1" 200 2956 0.006309 10.0.0.242 - - [2025-10-30 04:18:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.004421 10.0.0.242 - - [2025-10-30 04:18:03] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004730 10.0.0.242 - - [2025-10-30 04:18:03] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003607 10.0.0.242 - - [2025-10-30 04:18:03] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006513 10.0.0.242 - - [2025-10-30 04:18:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004215 10.0.0.242 - - [2025-10-30 04:18:06] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006255 10.0.0.242 - - [2025-10-30 04:18:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004615 10.0.0.242 - - [2025-10-30 04:18:11] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006363 10.0.0.242 - - [2025-10-30 04:18:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003610 10.0.0.242 - - [2025-10-30 04:18:15] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005351 10.0.0.242 - - [2025-10-30 04:18:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003643 10.0.0.242 - - [2025-10-30 04:18:19] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006030 10.0.0.242 - - [2025-10-30 04:18:21] "POST /neutron/port HTTP/1.1" 200 1089 0.016310 10.0.0.242 - - [2025-10-30 04:18:21] "POST /neutron/subnet HTTP/1.1" 200 646 0.010349 10.0.0.242 - - [2025-10-30 04:18:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.003678 10.0.0.242 - - [2025-10-30 04:18:23] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005820 10.0.0.242 - - [2025-10-30 04:18:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003766 10.0.0.242 - - [2025-10-30 04:18:27] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006935 10.0.0.242 - - [2025-10-30 04:18:31] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.242 - - [2025-10-30 04:18:31] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005445 10.0.0.242 - - [2025-10-30 04:18:35] "POST /fqname-to-id HTTP/1.1" 200 156 0.004839 10.0.0.242 - - [2025-10-30 04:18:35] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005447 10.0.0.242 - - [2025-10-30 04:18:35] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.004050 10.0.0.242 - - [2025-10-30 04:18:35] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007503 10.0.0.242 - - [2025-10-30 04:18:35] "POST /neutron/port HTTP/1.1" 200 1089 0.018255 10.0.0.242 - - [2025-10-30 04:18:41] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008613 10.0.0.242 - - [2025-10-30 04:18:44] "POST /neutron/network HTTP/1.1" 200 896 0.007488 10.0.0.242 - - [2025-10-30 04:18:44] "POST /neutron/port HTTP/1.1" 200 117 0.001393 10.0.0.242 - - [2025-10-30 04:18:44] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008288 10.0.0.242 - - [2025-10-30 04:18:51] "POST /neutron/port HTTP/1.1" 200 1089 0.016723 10.0.0.242 - - [2025-10-30 04:18:51] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007338 10.0.0.242 - - [2025-10-30 04:18:56] "POST /neutron/port HTTP/1.1" 200 1089 0.018395 10.0.0.242 - - [2025-10-30 04:18:56] "POST /neutron/security_group HTTP/1.1" 200 2059 0.007785 10.0.0.242 - - [2025-10-30 04:18:56] "GET /virtual-machine/23e206f1-9931-4c19-8228-b1818e67bb8d HTTP/1.1" 200 1294 0.007223 10.0.0.242 - - [2025-10-30 04:18:56] "GET /virtual-machine-interface/17d12fd0-c8d1-4d79-8720-c05585805b91 HTTP/1.1" 200 2955 0.011997 10.0.0.242 - - [2025-10-30 04:18:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003848 10.0.0.242 - - [2025-10-30 04:18:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.007258 10.0.0.242 - - [2025-10-30 04:18:56] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.005563 10.0.0.242 - - [2025-10-30 04:18:56] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006726 10.0.0.242 - - [2025-10-30 04:18:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004383 10.0.0.242 - - [2025-10-30 04:18:57] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004647 10.0.0.242 - - [2025-10-30 04:18:57] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003867 10.0.0.242 - - [2025-10-30 04:18:58] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007202 10.0.0.242 - - [2025-10-30 04:19:23] "POST /neutron/port HTTP/1.1" 200 1089 0.016348 10.0.0.242 - - [2025-10-30 04:19:23] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004648 10.0.0.242 - - [2025-10-30 04:19:23] "POST /neutron/network HTTP/1.1" 200 886 0.008068 10.0.0.240 - - [2025-10-30 04:19:32] "GET /obj-perms HTTP/1.1" 200 5075 0.061345 10.0.0.242 - - [2025-10-30 04:19:32] "GET /obj-perms HTTP/1.1" 200 5075 0.051829 10.0.0.242 - - [2025-10-30 04:19:46] "POST /neutron/network HTTP/1.1" 200 896 0.007540 10.0.0.242 - - [2025-10-30 04:19:46] "POST /neutron/port HTTP/1.1" 200 117 0.001263 10.0.0.242 - - [2025-10-30 04:20:24] "POST /neutron/port HTTP/1.1" 200 1089 0.047193 10.0.0.242 - - [2025-10-30 04:20:24] "POST /neutron/network HTTP/1.1" 200 896 0.007660 10.0.0.242 - - [2025-10-30 04:20:24] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004786 10.0.0.242 - - [2025-10-30 04:20:24] "POST /neutron/subnet HTTP/1.1" 200 646 0.010638 10.0.0.242 - - [2025-10-30 04:20:24] "POST /neutron/port HTTP/1.1" 200 117 0.001676 10.0.0.242 - - [2025-10-30 04:20:24] "POST /neutron/network HTTP/1.1" 200 886 0.008390 10.0.0.242 - - [2025-10-30 04:20:47] "POST /neutron/port HTTP/1.1" 200 1089 0.043051 ++ 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 Oct 30 04:20:55 AM UTC 2025 ===================' INFO: =================== Thu Oct 30 04:20:55 AM UTC 2025 =================== ++ LOG_LOCAL=1 ++ source /functions.sh ++ source /contrail-functions.sh +++ get_default_ip ++++ get_default_nic ++++ get_gateway_nic_for_ip 1 ++++ command -v ip ++++ local ip=1 +++++ ip route get 1 +++++ grep -o 'dev.*' +++++ awk '{print $2}' ++++ local iface=ens3 ++++ [[ ens3 == \l\o ]] ++++ echo ens3 +++ local nic=ens3 +++ get_ip_for_nic ens3 +++ local nic=ens3 +++ get_cidr_for_nic ens3 +++ command -v ip +++ cut -d / -f 1 +++ local nic=ens3 +++ ip addr show dev ens3 +++ grep 'inet ' +++ head -n 1 +++ awk '{print $2}' ++ DEFAULT_LOCAL_IP=10.0.0.240 ++ ENCAP_PRIORITY=MPLSoUDP,MPLSoGRE,VXLAN ++ VXLAN_VN_ID_MODE=automatic ++ DPDK_UIO_DRIVER=uio_pci_generic ++ CPU_CORE_MASK=0x01 ++ SERVICE_CORE_MASK= ++ DPDK_CTRL_THREAD_MASK= ++ HUGE_PAGES= ++ HUGE_PAGES_DIR=/dev/hugepages ++ HUGE_PAGES_1GB=0 ++ HUGE_PAGES_2MB=256 ++ HUGE_PAGES_1GB_DIR= ++ HUGE_PAGES_2MB_DIR= ++ [[ 0 != 0 ]] ++ [[ 0 != 256 ]] ++ [[ -z '' ]] +++ mount -t hugetlbfs +++ awk '/pagesize=2M/{print($3)}' +++ tail -n 1 ++ HUGE_PAGES_2MB_DIR= ++ DPDK_MEM_PER_SOCKET=1024 ++ DPDK_COMMAND_ADDITIONAL_ARGS= ++ NIC_OFFLOAD_ENABLE=False ++ DPDK_ENABLE_VLAN_FWRD=False ++ DIST_SNAT_PROTO_PORT_LIST= ++ CLOUD_ORCHESTRATOR=openstack ++ CLOUD_ADMIN_ROLE=admin ++ AAA_MODE=rbac ++ AUTH_MODE=keystone ++ AUTH_PARAMS= ++ SSL_ENABLE=false ++ SSL_INSECURE=True ++ SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ SERVER_CA_KEYFILE=/etc/contrail/ssl/private/ca-key.pem ++ SELFSIGNED_CERTS_WITH_IPS=True ++ CONTROLLER_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ANALYTICS_ALARM_ENABLE=True ++ ANALYTICS_SNMP_ENABLE=True ++ ANALYTICSDB_ENABLE=True ++ ANALYTICS_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ANALYTICSDB_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ANALYTICS_SNMP_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ANALYTICS_API_PORT=8081 ++ ANALYTICS_API_INTROSPECT_PORT=8090 ++ ANALYTICSDB_PORT=9160 ++ ANALYTICSDB_CQL_PORT=9042 ++ TOPOLOGY_INTROSPECT_PORT=5921 ++ QUERYENGINE_INTROSPECT_PORT=8091 +++ get_server_list ANALYTICS ':8081 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8081 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8081 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8081 ' +++ 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 ' +++ '[' -n '10.0.0.242:8081 10.0.0.254:8081 10.0.0.240:8081 ' ']' +++ echo '10.0.0.242:8081 10.0.0.254:8081 10.0.0.240:8081' ++ ANALYTICS_SERVERS='10.0.0.242:8081 10.0.0.254:8081 10.0.0.240:8081' +++ get_server_list ANALYTICSDB ':9042 ' +++ local server_typ=ANALYTICSDB_NODES +++ local 'port_with_delim=:9042 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9042 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9042 ' +++ 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 ' +++ '[' -n '10.0.0.242:9042 10.0.0.254:9042 10.0.0.240:9042 ' ']' +++ echo '10.0.0.242:9042 10.0.0.254:9042 10.0.0.240:9042' ++ ANALYTICSDB_CQL_SERVERS='10.0.0.242:9042 10.0.0.254:9042 10.0.0.240:9042' ++ ANALYTICS_API_VIP= ++ ANALYTICS_ALARM_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ALARMGEN_INTROSPECT_PORT=5995 ++ BGP_PORT=179 ++ BGP_AUTO_MESH=true ++ BGP_ASN=64512 ++ ENABLE_4BYTE_AS=false ++ APPLY_DEFAULTS=true ++ COLLECTOR_PORT=8086 ++ COLLECTOR_INTROSPECT_PORT=8089 ++ COLLECTOR_SYSLOG_PORT=514 ++ COLLECTOR_SFLOW_PORT=6343 ++ COLLECTOR_IPFIX_PORT=4739 ++ COLLECTOR_PROTOBUF_PORT=3333 ++ COLLECTOR_STRUCTURED_SYSLOG_PORT=3514 ++ SNMPCOLLECTOR_INTROSPECT_PORT=5920 +++ get_server_list ANALYTICS ':8086 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:8086 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8086 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8086 ' +++ 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 ' +++ '[' -n '10.0.0.242:8086 10.0.0.254:8086 10.0.0.240:8086 ' ']' +++ echo '10.0.0.242:8086 10.0.0.254:8086 10.0.0.240:8086' ++ COLLECTOR_SERVERS='10.0.0.242:8086 10.0.0.254:8086 10.0.0.240:8086' ++ CASSANDRA_PORT=9160 ++ CASSANDRA_CQL_PORT=9042 ++ CASSANDRA_SSL_STORAGE_PORT=7011 ++ CASSANDRA_STORAGE_PORT=7010 ++ CASSANDRA_JMX_LOCAL_PORT=7200 ++ CONFIGDB_CASSANDRA_DRIVER=cql ++ CONFIG_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ CONFIGDB_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ CONFIG_API_PORT=8082 ++ CONFIG_API_INTROSPECT_PORT=8084 ++ CONFIG_API_ADMIN_PORT=8095 ++ CONFIGDB_PORT=9161 ++ CONFIGDB_CQL_PORT=9041 +++ get_server_list CONFIG ':8082 ' +++ local server_typ=CONFIG_NODES +++ local 'port_with_delim=:8082 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:8082 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:8082 ' +++ 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 ' +++ '[' -n '10.0.0.242:8082 10.0.0.254:8082 10.0.0.240:8082 ' ']' +++ echo '10.0.0.242:8082 10.0.0.254:8082 10.0.0.240:8082' ++ CONFIG_SERVERS='10.0.0.242:8082 10.0.0.254:8082 10.0.0.240:8082' +++ get_server_list CONFIGDB ':9161 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9161 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9161 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9161 ' +++ 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 ' +++ '[' -n '10.0.0.242:9161 10.0.0.254:9161 10.0.0.240:9161 ' ']' +++ echo '10.0.0.242:9161 10.0.0.254:9161 10.0.0.240:9161' ++ CONFIGDB_SERVERS='10.0.0.242:9161 10.0.0.254:9161 10.0.0.240:9161' +++ get_server_list CONFIGDB ':9041 ' +++ local server_typ=CONFIGDB_NODES +++ local 'port_with_delim=:9041 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9041 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9041 ' +++ 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 ' +++ '[' -n '10.0.0.242:9041 10.0.0.254:9041 10.0.0.240:9041 ' ']' +++ echo '10.0.0.242:9041 10.0.0.254:9041 10.0.0.240:9041' ++ CONFIGDB_CQL_SERVERS='10.0.0.242:9041 10.0.0.254:9041 10.0.0.240: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.131,10.20.0.254,10.20.0.14 ++ CONTROL_INTROSPECT_PORT=8083 ++ DNS_NODES=10.20.0.131,10.20.0.254,10.20.0.14 ++ DNS_SERVER_PORT=53 ++ DNS_INTROSPECT_PORT=8092 ++ RNDC_KEY=xvysmOR8lnUQRBcunkC6vg== ++ USE_EXTERNAL_TFTP=False ++ ZOOKEEPER_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ ZOOKEEPER_PORT=2181 ++ ZOOKEEPER_PORTS=2888:3888 +++ get_server_list ZOOKEEPER :2181, +++ local server_typ=ZOOKEEPER_NODES +++ local port_with_delim=:2181, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:2181, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:2181, +++ 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, +++ '[' -n 10.0.0.242:2181,10.0.0.254:2181,10.0.0.240:2181, ']' +++ echo 10.0.0.242:2181,10.0.0.254:2181,10.0.0.240:2181 ++ ZOOKEEPER_SERVERS=10.0.0.242:2181,10.0.0.254:2181,10.0.0.240:2181 +++ get_server_list ZOOKEEPER ':2181 ' +++ local server_typ=ZOOKEEPER_NODES +++ local 'port_with_delim=:2181 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:2181 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:2181 ' +++ 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 ' +++ '[' -n '10.0.0.242:2181 10.0.0.254:2181 10.0.0.240:2181 ' ']' +++ echo '10.0.0.242:2181 10.0.0.254:2181 10.0.0.240:2181' ++ ZOOKEEPER_SERVERS_SPACE_DELIM='10.0.0.242:2181 10.0.0.254:2181 10.0.0.240:2181' ++ RABBITMQ_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ RABBITMQ_NODE_PORT=5673 +++ get_server_list RABBITMQ :5673, +++ local server_typ=RABBITMQ_NODES +++ local port_with_delim=:5673, +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+=10.0.0.242:5673, +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+=10.0.0.254:5673, +++ 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, +++ '[' -n 10.0.0.242:5673,10.0.0.254:5673,10.0.0.240:5673, ']' +++ echo 10.0.0.242:5673,10.0.0.254:5673,10.0.0.240:5673 ++ RABBITMQ_SERVERS=10.0.0.242:5673,10.0.0.254:5673,10.0.0.240:5673 ++ RABBITMQ_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_SSL_FAIL_IF_NO_PEER_CERT=true ++ RABBITMQ_VHOST=/ ++ RABBITMQ_USER=guest ++ RABBITMQ_PASSWORD=guest ++ RABBITMQ_USE_SSL=false ++ RABBITMQ_SSL_VER=tlsv1.2 ++ RABBITMQ_CLIENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ RABBITMQ_CLIENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ RABBITMQ_CLIENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ RABBITMQ_HEARTBEAT_INTERVAL=60 ++ RABBITMQ_CLUSTER_PARTITION_HANDLING=autoheal ++ RABBITMQ_MIRRORED_QUEUE_MODE=all ++ REDIS_SERVER_PORT=6379 ++ REDIS_SERVER_PASSWORD= +++ get_server_list ANALYTICS ':6379 ' +++ local server_typ=ANALYTICS_NODES +++ local 'port_with_delim=:6379 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:6379 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:6379 ' +++ 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 ' +++ '[' -n '10.0.0.242:6379 10.0.0.254:6379 10.0.0.240:6379 ' ']' +++ echo '10.0.0.242:6379 10.0.0.254:6379 10.0.0.240:6379' ++ REDIS_SERVERS='10.0.0.242:6379 10.0.0.254:6379 10.0.0.240:6379' ++ REDIS_LISTEN_ADDRESS= ++ REDIS_PROTECTED_MODE= ++ REDIS_SSL_ENABLE=false ++ REDIS_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ REDIS_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ REDIS_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ redis_ssl_config= ++ KAFKA_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ KAFKA_PORT=9092 +++ get_server_list KAFKA ':9092 ' +++ local server_typ=KAFKA_NODES +++ local 'port_with_delim=:9092 ' +++ local server_list= +++ IFS=, +++ read -ra server_list +++ local extended_server_list= +++ for server in "${server_list[@]}" ++++ echo 10.0.0.242 +++ local server_address=10.0.0.242 +++ extended_server_list+='10.0.0.242:9092 ' +++ for server in "${server_list[@]}" ++++ echo 10.0.0.254 +++ local server_address=10.0.0.254 +++ extended_server_list+='10.0.0.254:9092 ' +++ 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 ' +++ '[' -n '10.0.0.242:9092 10.0.0.254:9092 10.0.0.240:9092 ' ']' +++ echo '10.0.0.242:9092 10.0.0.254:9092 10.0.0.240:9092' ++ KAFKA_SERVERS='10.0.0.242:9092 10.0.0.254:9092 10.0.0.240:9092' ++ KAFKA_SSL_ENABLE=false ++ KAFKA_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ KAFKA_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ KAFKA_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ KEYSTONE_AUTH_ADMIN_TENANT=admin ++ KEYSTONE_AUTH_ADMIN_USER=admin ++ KEYSTONE_AUTH_ADMIN_PASSWORD=contrail123 ++ KEYSTONE_AUTH_PROJECT_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_USER_DOMAIN_NAME=Default ++ KEYSTONE_AUTH_REGION_NAME=RegionOne ++ KEYSTONE_AUTH_URL_VERSION=/v3 ++ KEYSTONE_AUTH_HOST=10.0.0.242 ++ KEYSTONE_AUTH_PROTO=http ++ KEYSTONE_AUTH_ADMIN_PORT=5000 ++ KEYSTONE_AUTH_PUBLIC_PORT=5000 ++ KEYSTONE_AUTH_URL_TOKENS=/v3/auth/tokens ++ KEYSTONE_AUTH_INSECURE=True ++ KEYSTONE_AUTH_CERTFILE= ++ KEYSTONE_AUTH_KEYFILE= ++ KEYSTONE_AUTH_CA_CERTFILE= ++ KEYSTONE_AUTH_ENDPOINT_TYPE= ++ KEYSTONE_AUTH_SYNC_ON_DEMAND= ++ KEYSTONE_AUTH_INTERFACE=public ++ KUBEMANAGER_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ KUBERNETES_CLUSTER_NAME=k8s ++ KUBERNETES_CNI_META_PLUGIN=multus ++ METADATA_PROXY_SECRET=contrail ++ BARBICAN_TENANT_NAME=service ++ BARBICAN_USER=barbican ++ BARBICAN_PASSWORD=contrail123 ++ AGENT_MODE=kernel ++ EXTERNAL_ROUTERS= ++ SUBCLUSTER= ++ VROUTER_COMPUTE_NODE_ADDRESS= ++ VROUTER_MODULE_OPTIONS= ++ FABRIC_SNAT_HASH_TABLE_SIZE=4096 ++ TSN_EVPN_MODE=False ++ TSN_NODES='[]' ++ PRIORITY_ID= ++ PRIORITY_BANDWIDTH= ++ PRIORITY_SCHEDULING= ++ QOS_QUEUE_ID= ++ QOS_LOGICAL_QUEUES= ++ QOS_DEF_HW_QUEUE=False ++ PRIORITY_TAGGING=True ++ SLO_DESTINATION=collector ++ '[' -n '' ']' ++ SAMPLE_DESTINATION=collector ++ FLOW_EXPORT_RATE=0 ++ WEBUI_NODES=10.0.0.242,10.0.0.254,10.0.0.240 ++ WEBUI_JOB_SERVER_PORT=3000 ++ KUE_UI_PORT=3002 ++ WEBUI_HTTP_LISTEN_PORT=8180 ++ WEBUI_HTTPS_LISTEN_PORT=8143 ++ WEBUI_SSL_KEY_FILE=/etc/contrail/webui_ssl/cs-key.pem ++ WEBUI_SSL_CERT_FILE=/etc/contrail/webui_ssl/cs-cert.pem ++ WEBUI_SSL_CIPHERS=ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:AES256-SHA ++ WEBUI_STATIC_AUTH_USER=admin ++ WEBUI_STATIC_AUTH_PASSWORD=contrail123 ++ WEBUI_STATIC_AUTH_ROLE=cloudAdmin ++ XMPP_SERVER_PORT=5269 ++ XMPP_SSL_ENABLE=false ++ XMPP_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ XMPP_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ XMPP_SERVER_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ LINKLOCAL_SERVICE_PORT=80 ++ LINKLOCAL_SERVICE_NAME=metadata ++ LINKLOCAL_SERVICE_IP=169.254.169.254 ++ IPFABRIC_SERVICE_PORT=8775 ++ INTROSPECT_SSL_ENABLE=false ++ INTROSPECT_SSL_INSECURE=True ++ INTROSPECT_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ INTROSPECT_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ INTROSPECT_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ INTROSPECT_LISTEN_ALL=True ++ SANDESH_SSL_ENABLE=false ++ SANDESH_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_SERVER_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ SANDESH_SERVER_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ SANDESH_CA_CERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ METADATA_SSL_ENABLE=false ++ METADATA_SSL_CERTFILE= ++ METADATA_SSL_KEYFILE= ++ METADATA_SSL_CA_CERTFILE= ++ METADATA_SSL_CERT_TYPE= ++ CONFIGURE_IPTABLES=false ++ FWAAS_ENABLE=False ++ CONTAINERD_NAMESPACE=k8s.io ++ TOR_AGENT_OVS_KA=10000 ++ TOR_TYPE=ovs ++ TOR_OVS_PROTOCOL=tcp ++ TORAGENT_SSL_CERTFILE=/etc/contrail/ssl/certs/server.pem ++ TORAGENT_SSL_KEYFILE=/etc/contrail/ssl/private/server-privkey.pem ++ TORAGENT_SSL_CACERTFILE=/etc/contrail/ssl/certs/ca-cert.pem ++ [[ /v3 == \/\v\2\.\0 ]] ++ [[ openstack == \o\p\e\n\s\t\a\c\k ]] ++ AUTH_MODE=keystone ++ [[ keystone == \k\e\y\s\t\o\n\e ]] ++ AUTH_PARAMS='--admin_password contrail123' ++ AUTH_PARAMS+=' --admin_tenant_name admin' ++ AUTH_PARAMS+=' --admin_user admin' ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ read -r -d '' sandesh_client_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ xmpp_certs_config= ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ analytics_api_ssl_opts= ++ read -r -d '' rabbitmq_config ++ true ++ read -r -d '' rabbit_config ++ true ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ is_enabled false ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ kafka_ssl_config= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z '' ]] ++ is_enabled False ++ local val=false ++ [[ false == \t\r\u\e ]] ++ [[ false == \y\e\s ]] ++ [[ false == \e\n\a\b\l\e\d ]] ++ export TSN_AGENT_MODE= ++ TSN_AGENT_MODE= ++ [[ -n '' ]] ++ collector_stats_config= ++ [[ -z x ]] ++ RSYSLOGD_XFLOW_LISTEN_PORT=9898 + pre_start_init + wait_certs_if_ssl_enabled + is_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_config_api_certs_if_ssl_enabled + is_enabled false + local val=false + [[ false == \t\r\u\e ]] + [[ false == \y\e\s ]] + [[ false == \e\n\a\b\l\e\d ]] + return + wait_for_cassandra ++ echo 10.0.0.242,10.0.0.254,10.0.0.240 ++ cut -d , -f 1 + local cassandra=10.0.0.242 + (( i=1 )) + (( i<=30 )) + echo -e '\035\nquit' + nc -z 10.0.0.242 9041 + echo 'INFO: Cassandra is connected' INFO: Cassandra is connected + sleep 5 + return 0 + host_ip=0.0.0.0 + is_enabled + local val= + [[ '' == \t\r\u\e ]] + [[ '' == \y\e\s ]] + [[ '' == \e\n\a\b\l\e\d ]] ++ get_listen_ip_for_node CONFIG +++ find_my_ip_and_order_for_node CONFIG +++ local server_typ=CONFIG_NODES +++ find_my_ip_and_order_for_node_list 10.0.0.242,10.0.0.254,10.0.0.240 +++ cut -d ' ' -f 1 +++ local servers=10.0.0.242,10.0.0.254,10.0.0.240 +++ local server_list= +++ IFS=, +++ read -ra server_list ++++ get_local_ips ++++ tr '\n' , ++++ cat /proc/net/fib_trie ++++ grep -vi host ++++ awk '/32 host/ { print f } {f=$2}' ++++ uniq ++++ sort +++ local local_ips=,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, +++ local ord=1 +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.242'\''))' +++ local server_ip=10.0.0.242 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.242 ]] +++ [[ ,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.242, ]] +++ (( ord+=1 )) +++ for server in "${server_list[@]}" +++ local ret=0 ++++ python3 -c 'import socket; print(socket.gethostbyname('\''10.0.0.254'\''))' +++ local server_ip=10.0.0.254 +++ [[ 0 == 0 ]] +++ [[ -n 10.0.0.254 ]] +++ [[ ,10.0.0.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.254, ]] +++ (( 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.240,10.20.0.14,127.0.0.1,172.17.0.1,, =~ ,10\.0\.0\.240, ]] +++ echo 10.0.0.240 3 +++ return ++ local ip=10.0.0.240 ++ [[ -z 10.0.0.240 ]] ++ echo 10.0.0.240 + host_ip=10.0.0.240 + [[ cql == \c\q\l ]] ++ echo 10.0.0.242:9041 10.0.0.254:9041 10.0.0.240:9041 ++ sed 's/,/ /g' + cassandra_server_list='10.0.0.242:9041 10.0.0.254:9041 10.0.0.240:9041' + config_api_certs_config= + uwsgi_socket='protocol = http\nsocket = 10.0.0.240: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 ++ cut -d = -f 1 ++ grep '^API__.*__.*=.*$' ++ sed 's/^API__//g' ++ sort + 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: 10/30/2025 04:21:04.692 7fa000a52d40 [contrail-api] [INFO]: SANDESH: CONNECT TO COLLECTOR: True 10/30/2025 04:21:04.840 7fa000a52d40 [contrail-api] [INFO]: SANDESH: INTROSPECT IS ON: 0.0.0.0:8084 10/30/2025 04:21:04.852 7fa000a52d40 [contrail-api] [INFO]: SANDESH: Logging: LEVEL: [SYS_INFO] -> [SYS_DEBUG] 10/30/2025 04:21:04.852 7fa000a52d40 [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.240:8082/ Hit Ctrl-C to quit. 10.0.0.240 - - [2025-10-30 04:21:05] "GET / HTTP/1.1" 503 181 0.000368 10.0.0.240 - - [2025-10-30 04:21:05] "GET / HTTP/1.1" 503 181 0.000209 [Introspect:8084]10.0.0.242 - - [2025-10-30 04:21:06] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3229 0.001858 10.0.0.240 - - [2025-10-30 04:21:06] "GET / HTTP/1.1" 200 45871 0.001368 10.0.0.240 - - [2025-10-30 04:21:06] "GET / HTTP/1.1" 200 45871 0.001127 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 - - [2025-10-30 04:21:06] "POST /fqname-to-id HTTP/1.1" 401 293 0.000600 10.0.0.240 - - [2025-10-30 04:21:06] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 401 293 0.000262 10.0.0.240 - - [2025-10-30 04:21:07] "GET /domains?detail=False&count=False&shared=False HTTP/1.1" 200 315 0.633080 10.0.0.240 - - [2025-10-30 04:21:07] "GET /projects?detail=False&count=False&shared=False HTTP/1.1" 200 985 0.004015 10.0.0.240 - - [2025-10-30 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.371723 10.0.0.240 - - [2025-10-30 04:21:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003900 /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.240 - - [2025-10-30 04:21:07] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001105 10.0.0.240 - - [2025-10-30 04:21:07] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1450 0.050155 10.0.0.240 - - [2025-10-30 04:21:07] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.001086 10.0.0.240 - - [2025-10-30 04:21:08] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?fields=security_groups HTTP/1.1" 200 1098 0.046325 10.0.0.240 - - [2025-10-30 04:21:08] "GET /projects?obj_uuids=2b4985c7-e420-4c17-991a-b1601e663a3d&detail=False&count=False&shared=False HTTP/1.1" 200 342 0.000945 10.0.0.240 - - [2025-10-30 04:21:08] "GET /project/2b4985c7-e420-4c17-991a-b1601e663a3d?fields=application_policy_sets HTTP/1.1" 200 1391 0.043414 10.0.0.240 - - [2025-10-30 04:21:08] "DELETE /project/2b4985c7-e420-4c17-991a-b1601e663a3d HTTP/1.1" 409 278 0.239058 [Introspect:8084]10.0.0.242 - - [2025-10-30 04:21:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.001518 [Introspect:8084]10.0.0.242 - - [2025-10-30 04:21:11] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.001169 The option "admin_port" is not known to keystonemiddleware The option "max_requests" is not known to keystonemiddleware The option "signing_dir" is not known to keystonemiddleware The option "auth_url" is not known to keystonemiddleware The option "username" is not known to keystonemiddleware The option "password" is not known to keystonemiddleware The option "user_domain_name" is not known to keystonemiddleware The option "project_domain_name" is not known to keystonemiddleware The option "project_name" is not known to keystonemiddleware AuthToken middleware is set with keystone_authtoken.service_token_roles_required set to False. This is backwards compatible but deprecated behaviour. Please set this to True. Configuring www_authenticate_uri to point to the public identity endpoint is required; clients may not be able to authenticate against an admin endpoint Using the in-process token cache is deprecated as of the 4.2.0 release and may be removed in the 5.0.0 release or the 'O' development cycle. The in-process cache causes inconsistent results and high memory usage. When the feature is removed the auth_token middleware will not cache tokens by default which may result in performance issues. It is recommended to use memcache for the auth_token token cache by setting the memcached_servers option. 10.0.0.242 - - [2025-10-30 04:21:12] "GET /obj-perms HTTP/1.1" 200 5051 0.372344 10.0.0.242 - - [2025-10-30 04:21:12] "GET /obj-perms HTTP/1.1" 200 5051 0.003879 10.0.0.242 - - [2025-10-30 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.024586 10.0.0.240 - - [2025-10-30 04:21:13] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001040 10.0.0.242 - - [2025-10-30 04:21:13] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.044538 10.0.0.242 - - [2025-10-30 04:21:13] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 577 0.003875 10.0.0.242 - - [2025-10-30 04:21:13] "POST /virtual-networks HTTP/1.1" 200 548 0.086304 10.0.0.242 - - [2025-10-30 04:21:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003512 10.0.0.242 - - [2025-10-30 04:21:13] "GET /network-ipam/5dfe6f8f-eff7-4ced-9620-1447fd92076c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1045 0.004676 10.0.0.240 - - [2025-10-30 04:21:13] "POST /useragent-kv HTTP/1.1" 200 115 0.008428 10.0.0.242 - - [2025-10-30 04:21:13] "POST /ref-update HTTP/1.1" 200 156 0.074178 10.0.0.242 - - [2025-10-30 04:21:13] "POST /neutron/network HTTP/1.1" 200 809 0.036502 10.0.0.242 - - [2025-10-30 04:21:13] "GET /virtual-network/43893fb3-996a-401e-8bd3-f478df6ba09b?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1934 0.005641 10.0.0.242 - - [2025-10-30 04:21:14] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005956 10.0.0.254 - - [2025-10-30 04:21:14] "GET /obj-perms HTTP/1.1" 200 5051 0.046319 10.0.0.242 - - [2025-10-30 04:21:14] "POST /id-to-fqname HTTP/1.1" 200 222 0.002321 10.0.0.242 - - [2025-10-30 04:21:14] "POST /neutron/port HTTP/1.1" 200 2062 0.025928 10.0.0.240 - - [2025-10-30 04:21:15] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001212 10.0.0.242 - - [2025-10-30 04:21:15] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.079795 10.0.0.242 - - [2025-10-30 04:21:15] "POST /neutron/network HTTP/1.1" 200 886 0.027972 10.0.0.242 - - [2025-10-30 04:21:15] "POST /neutron/port HTTP/1.1" 200 117 0.007264 10.0.0.240 - - [2025-10-30 04:21:16] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001156 10.0.0.242 - - [2025-10-30 04:21:16] "POST /neutron/port HTTP/1.1" 200 1061 0.276598 10.0.0.242 - - [2025-10-30 04:21:16] "POST /neutron/port HTTP/1.1" 200 1115 0.143971 10.0.0.242 - - [2025-10-30 04:21:16] "POST /neutron/subnet HTTP/1.1" 200 646 0.013047 10.0.0.242 - - [2025-10-30 04:21:20] "POST /neutron/port HTTP/1.1" 200 1089 0.014939 10.0.0.242 - - [2025-10-30 04:21:20] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009099 10.0.0.242 - - [2025-10-30 04:21:21] "POST /neutron/port HTTP/1.1" 200 1089 0.017211 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-machine/c5848c9d-a2f0-49c4-8ebc-e44e451b64c5 HTTP/1.1" 200 1296 0.052820 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-machine/c5848c9d-a2f0-49c4-8ebc-e44e451b64c5 HTTP/1.1" 200 1296 0.003911 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-machine-interface/bb39b9a3-44e7-49de-8e1d-7807a9a51a65 HTTP/1.1" 200 2957 0.005754 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-machine/c5848c9d-a2f0-49c4-8ebc-e44e451b64c5 HTTP/1.1" 200 1296 0.003839 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-machine-interface/bb39b9a3-44e7-49de-8e1d-7807a9a51a65 HTTP/1.1" 200 2957 0.006120 10.0.0.242 - - [2025-10-30 04:21:21] "GET /instance-ip/21c86859-36d5-4961-b388-4c8bc4e8f5d8 HTTP/1.1" 200 1626 0.006491 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-machine/c5848c9d-a2f0-49c4-8ebc-e44e451b64c5 HTTP/1.1" 200 1296 0.004036 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-machine-interface/bb39b9a3-44e7-49de-8e1d-7807a9a51a65 HTTP/1.1" 200 2957 0.009051 10.0.0.242 - - [2025-10-30 04:21:21] "GET /instance-ip/21c86859-36d5-4961-b388-4c8bc4e8f5d8 HTTP/1.1" 200 1626 0.004496 10.0.0.242 - - [2025-10-30 04:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003980 10.0.0.242 - - [2025-10-30 04:21:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004306 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.005274 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006014 10.0.0.242 - - [2025-10-30 04:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003690 10.0.0.242 - - [2025-10-30 04:21:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005613 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003228 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006690 10.0.0.242 - - [2025-10-30 04:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003707 10.0.0.242 - - [2025-10-30 04:21:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004664 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003249 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006614 10.0.0.242 - - [2025-10-30 04:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.003604 10.0.0.242 - - [2025-10-30 04:21:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004920 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003989 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007733 10.0.0.242 - - [2025-10-30 04:21:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004786 10.0.0.242 - - [2025-10-30 04:21:21] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005723 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004391 10.0.0.242 - - [2025-10-30 04:21:21] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006711 10.0.0.242 - - [2025-10-30 04:21:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.004794 10.0.0.242 - - [2025-10-30 04:21:25] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005310 10.0.0.242 - - [2025-10-30 04:21:26] "POST /neutron/port HTTP/1.1" 200 1089 0.019401 10.0.0.242 - - [2025-10-30 04:21:26] "POST /neutron/subnet HTTP/1.1" 200 646 0.010175 10.0.0.242 - - [2025-10-30 04:21:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003570 10.0.0.242 - - [2025-10-30 04:21:29] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005404 10.0.0.242 - - [2025-10-30 04:21:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.004560 10.0.0.242 - - [2025-10-30 04:21:33] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.009886 10.0.0.242 - - [2025-10-30 04:21:34] "GET /obj-perms HTTP/1.1" 200 5075 0.044151 10.0.0.242 - - [2025-10-30 04:21:37] "POST /fqname-to-id HTTP/1.1" 200 156 0.003946 10.0.0.242 - - [2025-10-30 04:21:37] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005508 10.0.0.242 - - [2025-10-30 04:21:41] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.242 - - [2025-10-30 04:21:41] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006160 10.0.0.242 - - [2025-10-30 04:21:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.004205 10.0.0.242 - - [2025-10-30 04:21:45] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005696 10.0.0.242 - - [2025-10-30 04:21:49] "POST /neutron/port HTTP/1.1" 200 1089 0.043269 10.0.0.242 - - [2025-10-30 04:21:49] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004616 10.0.0.242 - - [2025-10-30 04:21:49] "POST /neutron/network HTTP/1.1" 200 886 0.007279 10.0.0.242 - - [2025-10-30 04:21:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004837 10.0.0.242 - - [2025-10-30 04:21:49] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007524 10.0.0.242 - - [2025-10-30 04:21:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.003746 10.0.0.242 - - [2025-10-30 04:21:53] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.005744 10.0.0.242 - - [2025-10-30 04:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005402 10.0.0.242 - - [2025-10-30 04:21:55] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005625 10.0.0.242 - - [2025-10-30 04:21:55] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004933 10.0.0.242 - - [2025-10-30 04:21:55] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.008375 10.0.0.242 - - [2025-10-30 04:21:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.005720 10.0.0.242 - - [2025-10-30 04:21:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006501 10.0.0.242 - - [2025-10-30 04:21:56] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.006020 10.0.0.242 - - [2025-10-30 04:21:56] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.007845 10.0.0.242 - - [2025-10-30 04:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.004522 10.0.0.242 - - [2025-10-30 04:21:56] "GET /routing-instance/c786deba-f335-4ccf-9622-e8ae22c45b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.005991 10.0.0.242 - - [2025-10-30 04:21:56] "GET /route-target/637df7ee-a1e6-4072-9169-10ea71d6b2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004990 10.0.0.242 - - [2025-10-30 04:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003628 10.0.0.242 - - [2025-10-30 04:21:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004508 10.0.0.242 - - [2025-10-30 04:21:56] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003335 10.0.0.242 - - [2025-10-30 04:21:56] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006624 10.0.0.242 - - [2025-10-30 04:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003469 10.0.0.242 - - [2025-10-30 04:21:56] "GET /routing-instance/c786deba-f335-4ccf-9622-e8ae22c45b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004865 10.0.0.242 - - [2025-10-30 04:21:56] "GET /route-target/637df7ee-a1e6-4072-9169-10ea71d6b2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004082 10.0.0.242 - - [2025-10-30 04:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003965 10.0.0.242 - - [2025-10-30 04:21:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006818 10.0.0.242 - - [2025-10-30 04:21:56] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004014 10.0.0.242 - - [2025-10-30 04:21:56] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006483 10.0.0.242 - - [2025-10-30 04:21:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003701 10.0.0.242 - - [2025-10-30 04:21:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004464 10.0.0.242 - - [2025-10-30 04:21:56] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003838 10.0.0.242 - - [2025-10-30 04:21:56] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006435 10.0.0.240 - - [2025-10-30 04:21:56] "GET /obj-perms HTTP/1.1" 200 5051 0.097423 10.0.0.242 - - [2025-10-30 04:21:56] "GET /obj-perms HTTP/1.1" 200 5051 0.005241 10.0.0.242 - - [2025-10-30 04:21:57] "GET /obj-perms HTTP/1.1" 200 5051 0.004264 10.0.0.242 - - [2025-10-30 04:21:57] "GET /obj-perms HTTP/1.1" 200 5051 0.004741 10.0.0.240 - - [2025-10-30 04:21:57] "GET /obj-perms HTTP/1.1" 200 5051 0.004025 10.0.0.242 - - [2025-10-30 04:21:57] "POST /id-to-fqname HTTP/1.1" 200 222 0.001245 10.0.0.242 - - [2025-10-30 04:21:57] "POST /neutron/network HTTP/1.1" 200 896 0.008235 10.0.0.240 - - [2025-10-30 04:21:58] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001046 10.0.0.242 - - [2025-10-30 04:21:58] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.072978 10.0.0.242 - - [2025-10-30 04:21:58] "POST /neutron/security_group HTTP/1.1" 200 2059 0.009378 10.0.0.242 - - [2025-10-30 04:21:58] "POST /neutron/network HTTP/1.1" 200 896 0.009697 10.0.0.242 - - [2025-10-30 04:21:59] "POST /neutron/port HTTP/1.1" 200 1061 0.020841 10.0.0.242 - - [2025-10-30 04:21:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005741 10.0.0.242 - - [2025-10-30 04:21:59] "POST /neutron/network HTTP/1.1" 200 886 0.007330 10.0.0.242 - - [2025-10-30 04:22:03] "POST /neutron/port HTTP/1.1" 200 1089 0.018865 10.0.0.242 - - [2025-10-30 04:22:03] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008751 10.0.0.242 - - [2025-10-30 04:22:04] "POST /neutron/port HTTP/1.1" 200 1089 0.016273 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-machine/200f356a-12a6-44da-b7df-a564b3fdf85e HTTP/1.1" 200 1295 0.006562 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-machine/200f356a-12a6-44da-b7df-a564b3fdf85e HTTP/1.1" 200 1295 0.003404 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-machine-interface/4c1e19d7-e2de-4c6c-b436-876a866b4c3e HTTP/1.1" 200 2956 0.005283 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-machine/200f356a-12a6-44da-b7df-a564b3fdf85e HTTP/1.1" 200 1295 0.003472 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-machine-interface/4c1e19d7-e2de-4c6c-b436-876a866b4c3e HTTP/1.1" 200 2956 0.005014 10.0.0.242 - - [2025-10-30 04:22:04] "GET /instance-ip/a59425e3-789f-4b00-a306-236fdd4e52d0 HTTP/1.1" 200 1627 0.006248 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-machine/200f356a-12a6-44da-b7df-a564b3fdf85e HTTP/1.1" 200 1295 0.004695 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-machine-interface/4c1e19d7-e2de-4c6c-b436-876a866b4c3e HTTP/1.1" 200 2956 0.005307 10.0.0.242 - - [2025-10-30 04:22:04] "GET /instance-ip/a59425e3-789f-4b00-a306-236fdd4e52d0 HTTP/1.1" 200 1627 0.005627 10.0.0.242 - - [2025-10-30 04:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.005267 10.0.0.242 - - [2025-10-30 04:22:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005116 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004168 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.009032 10.0.0.242 - - [2025-10-30 04:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004609 10.0.0.242 - - [2025-10-30 04:22:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005685 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004689 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.009064 10.0.0.242 - - [2025-10-30 04:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004996 10.0.0.242 - - [2025-10-30 04:22:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004897 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003457 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006799 10.0.0.242 - - [2025-10-30 04:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003726 10.0.0.242 - - [2025-10-30 04:22:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004182 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003685 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006300 10.0.0.242 - - [2025-10-30 04:22:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.004645 10.0.0.242 - - [2025-10-30 04:22:04] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004671 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003329 10.0.0.242 - - [2025-10-30 04:22:04] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005912 10.0.0.242 - - [2025-10-30 04:22:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.003950 10.0.0.242 - - [2025-10-30 04:22:07] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005510 10.0.0.242 - - [2025-10-30 04:22:12] "POST /fqname-to-id HTTP/1.1" 200 156 0.004695 10.0.0.242 - - [2025-10-30 04:22:12] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007066 10.0.0.242 - - [2025-10-30 04:22:16] "POST /fqname-to-id HTTP/1.1" 200 156 0.003302 10.0.0.242 - - [2025-10-30 04:22:16] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005632 10.0.0.242 - - [2025-10-30 04:22:20] "POST /fqname-to-id HTTP/1.1" 200 156 0.003977 10.0.0.242 - - [2025-10-30 04:22:20] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006366 10.0.0.242 - - [2025-10-30 04:22:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.003978 10.0.0.242 - - [2025-10-30 04:22:24] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005494 10.0.0.242 - - [2025-10-30 04:22:27] "POST /neutron/port HTTP/1.1" 200 1089 0.032340 10.0.0.242 - - [2025-10-30 04:22:27] "POST /neutron/subnet HTTP/1.1" 200 646 0.009826 10.0.0.242 - - [2025-10-30 04:22:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.003793 10.0.0.242 - - [2025-10-30 04:22:28] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005759 10.0.0.242 - - [2025-10-30 04:22:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.004095 10.0.0.242 - - [2025-10-30 04:22:32] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006971 10.0.0.242 - - [2025-10-30 04:22:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.007348 10.0.0.242 - - [2025-10-30 04:22:36] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006184 10.0.0.242 - - [2025-10-30 04:22:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.003754 10.0.0.242 - - [2025-10-30 04:22:40] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005501 10.0.0.242 - - [2025-10-30 04:22:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003620 10.0.0.242 - - [2025-10-30 04:22:42] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004247 10.0.0.242 - - [2025-10-30 04:22:42] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003410 10.0.0.242 - - [2025-10-30 04:22:42] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006429 10.0.0.242 - - [2025-10-30 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004122 10.0.0.242 - - [2025-10-30 04:22:43] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004156 10.0.0.242 - - [2025-10-30 04:22:43] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003377 10.0.0.242 - - [2025-10-30 04:22:43] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006215 10.0.0.242 - - [2025-10-30 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004493 10.0.0.242 - - [2025-10-30 04:22:43] "GET /routing-instance/f5363ba7-61a2-4cbe-a1a5-73efba3eb794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.006373 10.0.0.242 - - [2025-10-30 04:22:43] "GET /route-target/af8f0582-6a49-4ba5-a4d0-8ffaa663ba3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004247 10.0.0.242 - - [2025-10-30 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004937 10.0.0.242 - - [2025-10-30 04:22:43] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004983 10.0.0.242 - - [2025-10-30 04:22:43] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004418 10.0.0.242 - - [2025-10-30 04:22:43] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.007758 10.0.0.242 - - [2025-10-30 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004514 10.0.0.242 - - [2025-10-30 04:22:43] "GET /routing-instance/f5363ba7-61a2-4cbe-a1a5-73efba3eb794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.006592 10.0.0.242 - - [2025-10-30 04:22:43] "GET /route-target/af8f0582-6a49-4ba5-a4d0-8ffaa663ba3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004795 10.0.0.242 - - [2025-10-30 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004670 10.0.0.242 - - [2025-10-30 04:22:43] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006088 10.0.0.242 - - [2025-10-30 04:22:43] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004416 10.0.0.242 - - [2025-10-30 04:22:43] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006423 10.0.0.242 - - [2025-10-30 04:22:43] "POST /fqname-to-id HTTP/1.1" 200 156 0.004145 10.0.0.242 - - [2025-10-30 04:22:43] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005242 10.0.0.242 - - [2025-10-30 04:22:43] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004460 10.0.0.242 - - [2025-10-30 04:22:43] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.009297 10.0.0.242 - - [2025-10-30 04:22:43] "GET /obj-perms HTTP/1.1" 200 5051 0.003852 10.0.0.240 - - [2025-10-30 04:22:43] "GET /obj-perms HTTP/1.1" 200 5051 0.006694 10.0.0.242 - - [2025-10-30 04:22:43] "GET /obj-perms HTTP/1.1" 200 5051 0.003738 10.0.0.240 - - [2025-10-30 04:22:44] "GET /obj-perms HTTP/1.1" 200 5051 0.003955 10.0.0.254 - - [2025-10-30 04:22:44] "GET /obj-perms HTTP/1.1" 200 5051 0.004009 10.0.0.242 - - [2025-10-30 04:22:44] "GET /virtual-machine/c5848c9d-a2f0-49c4-8ebc-e44e451b64c5 HTTP/1.1" 200 1296 0.003802 10.0.0.242 - - [2025-10-30 04:22:44] "GET /virtual-machine-interface/bb39b9a3-44e7-49de-8e1d-7807a9a51a65 HTTP/1.1" 200 2957 0.005777 10.0.0.242 - - [2025-10-30 04:22:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.003247 10.0.0.242 - - [2025-10-30 04:22:44] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003370 10.0.0.242 - - [2025-10-30 04:22:44] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003058 10.0.0.242 - - [2025-10-30 04:22:44] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006144 10.0.0.242 - - [2025-10-30 04:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003502 10.0.0.242 - - [2025-10-30 04:22:45] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003785 10.0.0.242 - - [2025-10-30 04:22:45] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003600 10.0.0.242 - - [2025-10-30 04:22:45] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006173 10.0.0.242 - - [2025-10-30 04:22:45] "GET /virtual-machine/200f356a-12a6-44da-b7df-a564b3fdf85e HTTP/1.1" 200 1295 0.004531 10.0.0.242 - - [2025-10-30 04:22:45] "GET /virtual-machine-interface/4c1e19d7-e2de-4c6c-b436-876a866b4c3e HTTP/1.1" 200 2956 0.005933 10.0.0.242 - - [2025-10-30 04:22:45] "POST /fqname-to-id HTTP/1.1" 200 156 0.003654 10.0.0.242 - - [2025-10-30 04:22:45] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004385 10.0.0.242 - - [2025-10-30 04:22:45] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004069 10.0.0.242 - - [2025-10-30 04:22:45] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.005848 10.0.0.242 - - [2025-10-30 04:22:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003556 10.0.0.242 - - [2025-10-30 04:22:46] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003989 10.0.0.242 - - [2025-10-30 04:22:46] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003251 10.0.0.242 - - [2025-10-30 04:22:46] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006052 10.0.0.242 - - [2025-10-30 04:22:46] "POST /neutron/port HTTP/1.1" 200 1089 0.015258 10.0.0.242 - - [2025-10-30 04:22:51] "POST /neutron/port HTTP/1.1" 200 1089 0.020787 10.0.0.242 - - [2025-10-30 04:22:51] "POST /neutron/subnet HTTP/1.1" 200 646 0.018068 10.0.0.242 - - [2025-10-30 04:22:51] "POST /neutron/port HTTP/1.1" 200 1089 0.045954 10.0.0.242 - - [2025-10-30 04:22:52] "POST /neutron/security_group HTTP/1.1" 200 2059 0.008189 10.0.0.254 - - [2025-10-30 04:22:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000426 10.0.0.254 - - [2025-10-30 04:22:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000429 10.0.0.254 - - [2025-10-30 04:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000392 10.0.0.254 - - [2025-10-30 04:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000399 10.0.0.240 - - [2025-10-30 04:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000841 10.0.0.240 - - [2025-10-30 04:23:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000565 10.0.0.242 - - [2025-10-30 04:23:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000468 10.0.0.240 - - [2025-10-30 04:23:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000415 10.0.0.242 - - [2025-10-30 04:23:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000407 10.0.0.240 - - [2025-10-30 04:23:02] "GET /global-system-configs HTTP/1.1" 401 293 0.001028 10.0.0.242 - - [2025-10-30 04:23:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000446 10.0.0.242 - - [2025-10-30 04:23:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000390 10.0.0.242 - - [2025-10-30 04:23:28] "POST /neutron/port HTTP/1.1" 200 1089 0.023947 10.0.0.242 - - [2025-10-30 04:23:28] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004316 10.0.0.242 - - [2025-10-30 04:23:28] "POST /neutron/network HTTP/1.1" 200 886 0.007595 10.0.0.242 - - [2025-10-30 04:23:40] "GET /virtual-machine/200f356a-12a6-44da-b7df-a564b3fdf85e HTTP/1.1" 200 1295 0.005754 10.0.0.242 - - [2025-10-30 04:23:40] "POST /neutron/port HTTP/1.1" 200 151 0.177825 10.0.0.242 - - [2025-10-30 04:23:42] "GET /virtual-machine/200f356a-12a6-44da-b7df-a564b3fdf85e HTTP/1.1" 404 171 0.003376 10.0.0.242 - - [2025-10-30 04:23:42] "GET /virtual-machine/200f356a-12a6-44da-b7df-a564b3fdf85e HTTP/1.1" 404 171 0.002913 10.0.0.242 - - [2025-10-30 04:23:42] "GET /virtual-machine/200f356a-12a6-44da-b7df-a564b3fdf85e HTTP/1.1" 404 171 0.002886 10.0.0.242 - - [2025-10-30 04:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.004080 10.0.0.242 - - [2025-10-30 04:23:42] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004041 10.0.0.242 - - [2025-10-30 04:23:42] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.003073 10.0.0.242 - - [2025-10-30 04:23:42] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2230 0.006105 10.0.0.242 - - [2025-10-30 04:23:42] "POST /fqname-to-id HTTP/1.1" 200 156 0.003110 10.0.0.242 - - [2025-10-30 04:23:42] "GET /routing-instance/f5363ba7-61a2-4cbe-a1a5-73efba3eb794?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.006194 10.0.0.242 - - [2025-10-30 04:23:42] "GET /route-target/af8f0582-6a49-4ba5-a4d0-8ffaa663ba3f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004354 10.0.0.242 - - [2025-10-30 04:23:42] "GET /obj-perms HTTP/1.1" 200 5051 0.003968 10.0.0.240 - - [2025-10-30 04:23:42] "GET /obj-perms HTTP/1.1" 200 5051 0.005000 10.0.0.242 - - [2025-10-30 04:23:51] "GET /obj-perms HTTP/1.1" 200 5051 0.005601 10.0.0.240 - - [2025-10-30 04:23:52] "GET /obj-perms HTTP/1.1" 200 5051 0.004826 10.0.0.242 - - [2025-10-30 04:23:55] "GET /obj-perms HTTP/1.1" 200 5051 0.005255 10.0.0.242 - - [2025-10-30 04:23:55] "GET /virtual-machine/c5848c9d-a2f0-49c4-8ebc-e44e451b64c5 HTTP/1.1" 200 1296 0.006189 10.0.0.242 - - [2025-10-30 04:23:56] "POST /neutron/port HTTP/1.1" 200 151 0.205745 10.0.0.242 - - [2025-10-30 04:23:57] "GET /virtual-machine/c5848c9d-a2f0-49c4-8ebc-e44e451b64c5 HTTP/1.1" 404 171 0.003654 10.0.0.242 - - [2025-10-30 04:23:57] "GET /virtual-machine/c5848c9d-a2f0-49c4-8ebc-e44e451b64c5 HTTP/1.1" 404 171 0.003264 10.0.0.242 - - [2025-10-30 04:23:57] "GET /virtual-machine/c5848c9d-a2f0-49c4-8ebc-e44e451b64c5 HTTP/1.1" 404 171 0.002975 10.0.0.242 - - [2025-10-30 04:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.004207 10.0.0.242 - - [2025-10-30 04:23:57] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004300 10.0.0.242 - - [2025-10-30 04:23:57] "GET /virtual-networks?parent_id=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 800 0.004207 10.0.0.242 - - [2025-10-30 04:23:57] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2229 0.006360 10.0.0.242 - - [2025-10-30 04:23:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003212 10.0.0.242 - - [2025-10-30 04:23:57] "GET /routing-instance/c786deba-f335-4ccf-9622-e8ae22c45b95?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1792 0.004903 10.0.0.242 - - [2025-10-30 04:23:57] "GET /route-target/637df7ee-a1e6-4072-9169-10ea71d6b2ab?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 902 0.004611 10.0.0.242 - - [2025-10-30 04:24:00] "GET /obj-perms HTTP/1.1" 200 5051 0.004805 10.0.0.242 - - [2025-10-30 04:24:04] "GET /obj-perms HTTP/1.1" 200 5051 0.004043 10.0.0.254 - - [2025-10-30 04:24:04] "GET /obj-perms HTTP/1.1" 200 5051 0.060073 10.0.0.240 - - [2025-10-30 04:24:04] "GET /obj-perms HTTP/1.1" 200 5051 0.004111 10.0.0.240 - - [2025-10-30 04:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003131 10.0.0.240 - - [2025-10-30 04:24:04] "POST /useragent-kv HTTP/1.1" 200 115 0.003075 10.0.0.242 - - [2025-10-30 04:24:04] "DELETE /virtual-network/43893fb3-996a-401e-8bd3-f478df6ba09b HTTP/1.1" 200 115 0.124778 10.0.0.254 - - [2025-10-30 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.040119 10.0.0.242 - - [2025-10-30 04:24:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003956 10.0.0.242 - - [2025-10-30 04:24:04] "GET /network-policy/30ceacf1-02fe-421c-bc39-92f2fe327cca?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2080 0.004887 10.0.0.242 - - [2025-10-30 04:24:04] "POST /ref-update HTTP/1.1" 200 156 0.069003 10.0.0.254 - - [2025-10-30 04:24:04] "POST /ref-update HTTP/1.1" 200 156 0.023785 10.0.0.242 - - [2025-10-30 04:24:04] "GET /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1936 0.022478 10.0.0.242 - - [2025-10-30 04:24:04] "DELETE /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4 HTTP/1.1" 409 249 0.012622 10.0.0.242 - - [2025-10-30 04:24:04] "POST /neutron/port HTTP/1.1" 200 1115 0.012747 10.0.0.242 - - [2025-10-30 04:24:05] "POST /neutron/port HTTP/1.1" 200 1115 0.012948 10.0.0.240 - - [2025-10-30 04:24:06] "POST /useragent-kv HTTP/1.1" 200 115 0.004069 10.0.0.240 - - [2025-10-30 04:24:06] "POST /useragent-kv HTTP/1.1" 200 115 0.002698 10.0.0.242 - - [2025-10-30 04:24:06] "DELETE /virtual-network/f5831ebf-bcb8-4693-9069-ee474f9803a4 HTTP/1.1" 200 115 0.139179 10.0.0.242 - - [2025-10-30 04:24:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004896 10.0.0.242 - - [2025-10-30 04:24:07] "GET /network-policy/dbf67156-5a2a-45d5-90e6-9105f28c7855?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2081 0.006629 10.0.0.242 - - [2025-10-30 04:24:07] "POST /ref-update HTTP/1.1" 200 156 0.126795 10.0.0.254 - - [2025-10-30 04:24:07] "DELETE /access-control-list/5c6f0ef4-799e-45e2-a1c6-cb0654f531c7 HTTP/1.1" 200 115 0.110934 10.0.0.242 - - [2025-10-30 04:24:07] "GET /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1935 0.009224 10.0.0.240 - - [2025-10-30 04:24:07] "POST /useragent-kv HTTP/1.1" 200 115 0.005358 10.0.0.240 - - [2025-10-30 04:24:07] "POST /useragent-kv HTTP/1.1" 200 115 0.003570 10.0.0.242 - - [2025-10-30 04:24:07] "DELETE /virtual-network/6bfff103-d2d2-4b99-95af-412de1e4b340 HTTP/1.1" 200 115 0.146491 10.0.0.242 - - [2025-10-30 04:24:07] "DELETE /network-policy/30ceacf1-02fe-421c-bc39-92f2fe327cca HTTP/1.1" 200 115 0.035462 10.0.0.242 - - [2025-10-30 04:24:07] "DELETE /network-policy/dbf67156-5a2a-45d5-90e6-9105f28c7855 HTTP/1.1" 200 115 0.038115 10.0.0.242 - - [2025-10-30 04:24:37] "GET /obj-perms HTTP/1.1" 200 5075 0.060214 10.0.0.240 - - [2025-10-30 04:24:46] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001087 10.0.0.242 - - [2025-10-30 04:24:46] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1380 0.078689 10.0.0.240 - - [2025-10-30 04:24:46] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001053 10.0.0.242 - - [2025-10-30 04:24:46] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?fields=virtual_networks HTTP/1.1" 200 1046 0.048946 10.0.0.240 - - [2025-10-30 04:24:46] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.000990 10.0.0.242 - - [2025-10-30 04:24:46] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?fields=virtual_machine_interfaces HTTP/1.1" 200 1046 0.043350 10.0.0.240 - - [2025-10-30 04:24:46] "GET /projects?obj_uuids=79c405ba-3f1b-4827-bb26-121bf3675c96&detail=False&count=False&shared=False HTTP/1.1" 200 350 0.001136 10.0.0.242 - - [2025-10-30 04:24:46] "GET /project/79c405ba-3f1b-4827-bb26-121bf3675c96?fields=security_groups HTTP/1.1" 200 1274 0.039703 10.0.0.242 - - [2025-10-30 04:24:47] "POST /fqname-to-id HTTP/1.1" 404 188 0.031706 10.0.0.240 - - [2025-10-30 04:24:47] "GET /projects?obj_uuids=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003502 10.0.0.240 - - [2025-10-30 04:24:47] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.002056 10.0.0.240 - - [2025-10-30 04:24:47] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.011262 10.0.0.240 - - [2025-10-30 04:24:47] "POST /id-to-fqname HTTP/1.1" 200 190 0.002045 10.0.0.240 - - [2025-10-30 04:24:47] "POST /fqname-to-id HTTP/1.1" 404 199 0.015288 10.0.0.240 - - [2025-10-30 04:24:47] "POST /security-groups HTTP/1.1" 200 591 0.042247 10.0.0.254 - - [2025-10-30 04:24:47] "POST /fqname-to-id HTTP/1.1" 404 234 0.003383 10.0.0.240 - - [2025-10-30 04:24:47] "POST /projects HTTP/1.1" 200 585 0.289593 10.0.0.240 - - [2025-10-30 04:24:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.343179 10.0.0.242 - - [2025-10-30 04:24:48] "GET /project/ce8cf597-0890-43dd-b975-9c8c7561be98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.522723 10.0.0.254 - - [2025-10-30 04:24:48] "POST /access-control-lists HTTP/1.1" 200 596 0.052724 10.0.0.242 - - [2025-10-30 04:24:49] "GET / HTTP/1.1" 200 36215 0.001564 10.0.0.242 - - [2025-10-30 04:24:50] "POST /fqname-to-id HTTP/1.1" 401 293 0.000518 10.0.0.242 - - [2025-10-30 04:24:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.059314 10.0.0.240 - - [2025-10-30 04:24:51] "GET /projects?obj_uuids=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001674 10.0.0.242 - - [2025-10-30 04:24:51] "GET /project/ce8cf597-0890-43dd-b975-9c8c7561be98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.057351 10.0.0.242 - - [2025-10-30 04:24:51] "POST /neutron/network HTTP/1.1" 200 117 0.039400 10.0.0.242 - - [2025-10-30 04:24:52] "POST /neutron/network HTTP/1.1" 200 824 0.018230 10.0.0.242 - - [2025-10-30 04:24:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.002483 10.0.0.242 - - [2025-10-30 04:24:52] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.012489 10.0.0.254 - - [2025-10-30 04:24:52] "DELETE /access-control-list/37492687-27e1-40a2-93dd-89be3159a075 HTTP/1.1" 200 115 0.078227 10.0.0.242 - - [2025-10-30 04:24:52] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.010867 10.0.0.242 - - [2025-10-30 04:24:52] "POST /neutron/subnet HTTP/1.1" 200 724 0.013998 10.0.0.242 - - [2025-10-30 04:24:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.007599 10.0.0.240 - - [2025-10-30 04:24:52] "GET /projects?obj_uuids=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001984 10.0.0.242 - - [2025-10-30 04:24:52] "GET /project/ce8cf597-0890-43dd-b975-9c8c7561be98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.068735 10.0.0.254 - - [2025-10-30 04:24:52] "POST /ref-update HTTP/1.1" 200 156 0.029502 10.0.0.240 - - [2025-10-30 04:24:52] "POST /useragent-kv HTTP/1.1" 200 115 0.012433 10.0.0.242 - - [2025-10-30 04:24:52] "POST /neutron/subnet HTTP/1.1" 200 729 0.264315 10.0.0.242 - - [2025-10-30 04:24:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001981 10.0.0.242 - - [2025-10-30 04:24:52] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007359 10.0.0.242 - - [2025-10-30 04:24:52] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006192 10.0.0.242 - - [2025-10-30 04:24:52] "POST /neutron/network HTTP/1.1" 200 825 0.008157 10.0.0.242 - - [2025-10-30 04:24:52] "POST /id-to-fqname HTTP/1.1" 200 220 0.001412 10.0.0.240 - - [2025-10-30 04:24:53] "GET /projects?obj_uuids=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001385 10.0.0.242 - - [2025-10-30 04:24:53] "GET /project/ce8cf597-0890-43dd-b975-9c8c7561be98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.069115 10.0.0.242 - - [2025-10-30 04:24:53] "POST /neutron/network HTTP/1.1" 200 824 0.008551 10.0.0.242 - - [2025-10-30 04:24:54] "POST /id-to-fqname HTTP/1.1" 200 220 0.001783 10.0.0.242 - - [2025-10-30 04:24:54] "POST /neutron/port HTTP/1.1" 200 117 0.006516 10.0.0.240 - - [2025-10-30 04:24:54] "GET /projects?obj_uuids=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001244 10.0.0.242 - - [2025-10-30 04:24:54] "POST /neutron/port HTTP/1.1" 200 1060 0.284216 10.0.0.242 - - [2025-10-30 04:24:55] "POST /neutron/port HTTP/1.1" 200 1114 0.112151 10.0.0.240 - - [2025-10-30 04:24:55] "GET /projects?obj_uuids=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001001 10.0.0.242 - - [2025-10-30 04:24:55] "GET /project/ce8cf597-0890-43dd-b975-9c8c7561be98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.097534 10.0.0.242 - - [2025-10-30 04:24:55] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004413 10.0.0.242 - - [2025-10-30 04:24:55] "POST /neutron/network HTTP/1.1" 200 824 0.006757 10.0.0.242 - - [2025-10-30 04:24:55] "POST /neutron/port HTTP/1.1" 200 117 0.006838 10.0.0.242 - - [2025-10-30 04:24:55] "POST /neutron/network HTTP/1.1" 200 835 0.008958 10.0.0.242 - - [2025-10-30 04:24:56] "POST /neutron/port HTTP/1.1" 200 1061 0.016000 10.0.0.242 - - [2025-10-30 04:24:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004847 10.0.0.242 - - [2025-10-30 04:24:56] "POST /neutron/network HTTP/1.1" 200 825 0.007499 10.0.0.242 - - [2025-10-30 04:25:00] "POST /neutron/port HTTP/1.1" 200 1088 0.017320 10.0.0.242 - - [2025-10-30 04:25:00] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008808 10.0.0.242 - - [2025-10-30 04:25:00] "GET /virtual-machine/0f4d1357-5444-4a4a-9bc6-51689321004d HTTP/1.1" 401 293 0.000463 10.0.0.242 - - [2025-10-30 04:25:01] "GET /virtual-machine/0f4d1357-5444-4a4a-9bc6-51689321004d HTTP/1.1" 200 1294 0.029033 10.0.0.242 - - [2025-10-30 04:25:01] "GET /virtual-machine-interface/e4578c1c-c1ec-4881-b171-9845dd37cddc HTTP/1.1" 200 2949 0.006117 10.0.0.242 - - [2025-10-30 04:25:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.005057 10.0.0.242 - - [2025-10-30 04:25:01] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005225 10.0.0.242 - - [2025-10-30 04:25:01] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003748 10.0.0.242 - - [2025-10-30 04:25:01] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007108 10.0.0.242 - - [2025-10-30 04:25:04] "POST /fqname-to-id HTTP/1.1" 200 156 0.003527 10.0.0.242 - - [2025-10-30 04:25:04] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006238 10.0.0.242 - - [2025-10-30 04:25:05] "POST /neutron/port HTTP/1.1" 200 1089 0.018819 10.0.0.242 - - [2025-10-30 04:25:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.011108 10.0.0.242 - - [2025-10-30 04:25:06] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005097 10.0.0.242 - - [2025-10-30 04:25:06] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005421 10.0.0.242 - - [2025-10-30 04:25:06] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005995 10.0.0.242 - - [2025-10-30 04:25:06] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008395 10.0.0.242 - - [2025-10-30 04:25:06] "POST /neutron/port HTTP/1.1" 200 1089 0.019721 10.0.0.242 - - [2025-10-30 04:25:06] "GET /virtual-machine/f2feb09d-81c2-48bf-85b0-8648f7675182 HTTP/1.1" 200 1294 0.007172 10.0.0.242 - - [2025-10-30 04:25:07] "GET /virtual-machine-interface/41725431-433b-4510-8281-ad994bbcd5ba HTTP/1.1" 200 2947 0.005625 10.0.0.242 - - [2025-10-30 04:25:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004521 10.0.0.242 - - [2025-10-30 04:25:07] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004023 10.0.0.242 - - [2025-10-30 04:25:07] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003066 10.0.0.242 - - [2025-10-30 04:25:07] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006764 10.0.0.242 - - [2025-10-30 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.005302 10.0.0.242 - - [2025-10-30 04:25:08] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004543 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003315 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006461 10.0.0.240 - - [2025-10-30 04:25:08] "DELETE /project/ce8cf597089043ddb9759c8c7561be98 HTTP/1.1" 404 173 0.004114 10.0.0.240 - - [2025-10-30 04:25:08] "DELETE /project/79c405ba-3f1b-4827-bb26-121bf3675c96 HTTP/1.1" 404 177 0.003199 10.0.0.242 - - [2025-10-30 04:25:08] "POST /neutron/security_group HTTP/1.1" 200 2058 0.008265 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-machine/0f4d1357-5444-4a4a-9bc6-51689321004d HTTP/1.1" 200 1294 0.004702 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-machine-interface/e4578c1c-c1ec-4881-b171-9845dd37cddc HTTP/1.1" 200 2949 0.006250 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-machine/0f4d1357-5444-4a4a-9bc6-51689321004d HTTP/1.1" 200 1294 0.004151 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-machine-interface/e4578c1c-c1ec-4881-b171-9845dd37cddc HTTP/1.1" 200 2949 0.006032 10.0.0.242 - - [2025-10-30 04:25:08] "GET /instance-ip/d30f3e2d-1d16-4beb-b2e6-b5bf68e60043 HTTP/1.1" 200 1624 0.008663 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-machine/0f4d1357-5444-4a4a-9bc6-51689321004d HTTP/1.1" 200 1294 0.005352 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-machine-interface/e4578c1c-c1ec-4881-b171-9845dd37cddc HTTP/1.1" 200 2949 0.007962 10.0.0.242 - - [2025-10-30 04:25:08] "GET /instance-ip/d30f3e2d-1d16-4beb-b2e6-b5bf68e60043 HTTP/1.1" 200 1624 0.004301 10.0.0.242 - - [2025-10-30 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004360 10.0.0.242 - - [2025-10-30 04:25:08] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003972 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003207 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.005797 10.0.0.242 - - [2025-10-30 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003762 10.0.0.242 - - [2025-10-30 04:25:08] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004416 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003460 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006864 10.0.0.242 - - [2025-10-30 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.004788 10.0.0.242 - - [2025-10-30 04:25:08] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004158 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003402 10.0.0.242 - - [2025-10-30 04:25:08] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006418 10.0.0.242 - - [2025-10-30 04:25:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.003505 10.0.0.242 - - [2025-10-30 04:25:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005797 10.0.0.242 - - [2025-10-30 04:25:09] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004428 10.0.0.242 - - [2025-10-30 04:25:09] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008001 10.0.0.242 - - [2025-10-30 04:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004596 10.0.0.242 - - [2025-10-30 04:25:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005886 10.0.0.242 - - [2025-10-30 04:25:09] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004290 10.0.0.242 - - [2025-10-30 04:25:09] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006476 10.0.0.242 - - [2025-10-30 04:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.005858 10.0.0.242 - - [2025-10-30 04:25:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006535 10.0.0.242 - - [2025-10-30 04:25:09] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004074 10.0.0.242 - - [2025-10-30 04:25:09] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006434 10.0.0.242 - - [2025-10-30 04:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.004268 10.0.0.242 - - [2025-10-30 04:25:09] "GET /routing-instance/9302bb6d-b5b5-4b24-a691-9d01547b8214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.011839 10.0.0.242 - - [2025-10-30 04:25:09] "GET /route-target/e5441e95-b9f4-48bb-97d9-27676b562c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005220 10.0.0.242 - - [2025-10-30 04:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003827 10.0.0.242 - - [2025-10-30 04:25:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004592 10.0.0.242 - - [2025-10-30 04:25:09] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003055 10.0.0.242 - - [2025-10-30 04:25:09] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.006495 10.0.0.242 - - [2025-10-30 04:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003442 10.0.0.242 - - [2025-10-30 04:25:09] "GET /routing-instance/9302bb6d-b5b5-4b24-a691-9d01547b8214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004547 10.0.0.242 - - [2025-10-30 04:25:09] "GET /route-target/e5441e95-b9f4-48bb-97d9-27676b562c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004974 10.0.0.242 - - [2025-10-30 04:25:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003639 10.0.0.242 - - [2025-10-30 04:25:09] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004658 10.0.0.242 - - [2025-10-30 04:25:09] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004055 10.0.0.242 - - [2025-10-30 04:25:10] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007499 10.0.0.242 - - [2025-10-30 04:25:10] "POST /fqname-to-id HTTP/1.1" 200 156 0.004663 10.0.0.242 - - [2025-10-30 04:25:10] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005272 10.0.0.242 - - [2025-10-30 04:25:10] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003975 10.0.0.242 - - [2025-10-30 04:25:10] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.007965 10.0.0.240 - - [2025-10-30 04:25:14] "GET /obj-perms HTTP/1.1" 200 5049 0.062621 10.0.0.240 - - [2025-10-30 04:25:20] "GET /obj-perms HTTP/1.1" 200 5049 0.004093 10.0.0.240 - - [2025-10-30 04:25:25] "GET /obj-perms HTTP/1.1" 200 5049 0.003803 10.0.0.242 - - [2025-10-30 04:25:25] "GET /obj-perms HTTP/1.1" 200 5049 0.048769 10.0.0.242 - - [2025-10-30 04:25:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004422 10.0.0.240 - - [2025-10-30 04:25:25] "GET /obj-perms HTTP/1.1" 200 5049 0.004060 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-machine/f2feb09d-81c2-48bf-85b0-8648f7675182 HTTP/1.1" 200 1294 0.004573 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-machine-interface/41725431-433b-4510-8281-ad994bbcd5ba HTTP/1.1" 200 2947 0.005793 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-machine/f2feb09d-81c2-48bf-85b0-8648f7675182 HTTP/1.1" 200 1294 0.004036 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-machine-interface/41725431-433b-4510-8281-ad994bbcd5ba HTTP/1.1" 200 2947 0.009562 10.0.0.242 - - [2025-10-30 04:25:26] "GET /instance-ip/e6802907-0aed-4405-bcaf-8b0ec759233a HTTP/1.1" 200 1625 0.007371 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-machine/f2feb09d-81c2-48bf-85b0-8648f7675182 HTTP/1.1" 200 1294 0.004596 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-machine-interface/41725431-433b-4510-8281-ad994bbcd5ba HTTP/1.1" 200 2947 0.005981 10.0.0.242 - - [2025-10-30 04:25:26] "GET /instance-ip/e6802907-0aed-4405-bcaf-8b0ec759233a HTTP/1.1" 200 1625 0.004791 10.0.0.242 - - [2025-10-30 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003792 10.0.0.242 - - [2025-10-30 04:25:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004412 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003567 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.007109 10.0.0.242 - - [2025-10-30 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003494 10.0.0.242 - - [2025-10-30 04:25:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004612 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003881 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006465 10.0.0.242 - - [2025-10-30 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003508 10.0.0.242 - - [2025-10-30 04:25:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004889 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003698 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006972 10.0.0.242 - - [2025-10-30 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.004821 10.0.0.242 - - [2025-10-30 04:25:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.006478 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.005389 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.009705 10.0.0.242 - - [2025-10-30 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003880 10.0.0.242 - - [2025-10-30 04:25:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004703 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003491 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006354 10.0.0.242 - - [2025-10-30 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003951 10.0.0.242 - - [2025-10-30 04:25:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004052 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003720 10.0.0.242 - - [2025-10-30 04:25:26] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006042 10.0.0.242 - - [2025-10-30 04:25:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003939 10.0.0.242 - - [2025-10-30 04:25:26] "GET /routing-instance/c707b720-216c-4d9b-9c69-63087671bbcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004942 10.0.0.242 - - [2025-10-30 04:25:27] "GET /route-target/ff96df2c-6cc9-4f25-b3ef-34a335d96ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004899 10.0.0.242 - - [2025-10-30 04:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.005096 10.0.0.242 - - [2025-10-30 04:25:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005423 10.0.0.242 - - [2025-10-30 04:25:27] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004247 10.0.0.242 - - [2025-10-30 04:25:27] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.010380 10.0.0.242 - - [2025-10-30 04:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004947 10.0.0.242 - - [2025-10-30 04:25:27] "GET /routing-instance/c707b720-216c-4d9b-9c69-63087671bbcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006070 10.0.0.242 - - [2025-10-30 04:25:27] "GET /route-target/ff96df2c-6cc9-4f25-b3ef-34a335d96ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.005388 10.0.0.242 - - [2025-10-30 04:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004068 10.0.0.242 - - [2025-10-30 04:25:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004864 10.0.0.242 - - [2025-10-30 04:25:27] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003722 10.0.0.242 - - [2025-10-30 04:25:27] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006419 10.0.0.242 - - [2025-10-30 04:25:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003693 10.0.0.242 - - [2025-10-30 04:25:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004482 10.0.0.242 - - [2025-10-30 04:25:27] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.003824 10.0.0.242 - - [2025-10-30 04:25:27] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.008065 10.0.0.242 - - [2025-10-30 04:25:27] "GET /obj-perms HTTP/1.1" 200 5049 0.004552 10.0.0.240 - - [2025-10-30 04:25:27] "GET /obj-perms HTTP/1.1" 200 5049 0.004271 10.0.0.242 - - [2025-10-30 04:25:27] "GET /obj-perms HTTP/1.1" 200 5049 0.003699 10.0.0.242 - - [2025-10-30 04:25:27] "GET /obj-perms HTTP/1.1" 200 5049 0.005245 10.0.0.254 - - [2025-10-30 04:25:28] "GET /obj-perms HTTP/1.1" 200 5049 0.050313 10.0.0.242 - - [2025-10-30 04:25:29] "POST /neutron/port HTTP/1.1" 200 1089 0.019190 10.0.0.242 - - [2025-10-30 04:25:29] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004180 10.0.0.242 - - [2025-10-30 04:25:29] "POST /neutron/network HTTP/1.1" 200 825 0.008760 10.0.0.240 - - [2025-10-30 04:25:37] "GET /obj-perms HTTP/1.1" 200 5075 0.058431 10.0.0.242 - - [2025-10-30 04:25:52] "POST /neutron/network HTTP/1.1" 200 834 0.008389 10.0.0.242 - - [2025-10-30 04:25:52] "POST /neutron/port HTTP/1.1" 200 117 0.001195 10.0.0.242 - - [2025-10-30 04:25:54] "GET /virtual-machine/f2feb09d-81c2-48bf-85b0-8648f7675182 HTTP/1.1" 200 1294 0.005337 10.0.0.242 - - [2025-10-30 04:25:54] "POST /neutron/port HTTP/1.1" 200 1115 0.016021 10.0.0.242 - - [2025-10-30 04:25:56] "GET /virtual-machine/f2feb09d-81c2-48bf-85b0-8648f7675182 HTTP/1.1" 404 171 0.004336 10.0.0.242 - - [2025-10-30 04:25:56] "GET /virtual-machine/f2feb09d-81c2-48bf-85b0-8648f7675182 HTTP/1.1" 404 171 0.004206 10.0.0.242 - - [2025-10-30 04:25:56] "GET /virtual-machine/f2feb09d-81c2-48bf-85b0-8648f7675182 HTTP/1.1" 404 171 0.004061 10.0.0.242 - - [2025-10-30 04:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.005322 10.0.0.242 - - [2025-10-30 04:25:56] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.005373 10.0.0.242 - - [2025-10-30 04:25:56] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004092 10.0.0.242 - - [2025-10-30 04:25:56] "GET /virtual-network/6817027b-f153-4978-bcf6-c07d4e1aa698?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2045 0.006109 10.0.0.242 - - [2025-10-30 04:25:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.003181 10.0.0.242 - - [2025-10-30 04:25:56] "GET /routing-instance/c707b720-216c-4d9b-9c69-63087671bbcf?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.004238 10.0.0.242 - - [2025-10-30 04:25:56] "GET /route-target/ff96df2c-6cc9-4f25-b3ef-34a335d96ab3?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.004960 10.0.0.242 - - [2025-10-30 04:25:56] "GET /obj-perms HTTP/1.1" 200 5049 0.004079 10.0.0.242 - - [2025-10-30 04:25:59] "GET /obj-perms HTTP/1.1" 200 5049 0.004418 10.0.0.242 - - [2025-10-30 04:26:03] "GET /obj-perms HTTP/1.1" 200 5049 0.004415 10.0.0.242 - - [2025-10-30 04:26:03] "GET /virtual-machine/0f4d1357-5444-4a4a-9bc6-51689321004d HTTP/1.1" 200 1294 0.004528 10.0.0.242 - - [2025-10-30 04:26:03] "POST /neutron/port HTTP/1.1" 200 1114 0.013422 10.0.0.242 - - [2025-10-30 04:26:05] "GET /virtual-machine/0f4d1357-5444-4a4a-9bc6-51689321004d HTTP/1.1" 404 171 0.003334 10.0.0.242 - - [2025-10-30 04:26:05] "GET /virtual-machine/0f4d1357-5444-4a4a-9bc6-51689321004d HTTP/1.1" 404 171 0.003150 10.0.0.242 - - [2025-10-30 04:26:05] "GET /virtual-machine/0f4d1357-5444-4a4a-9bc6-51689321004d HTTP/1.1" 404 171 0.003717 10.0.0.242 - - [2025-10-30 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004104 10.0.0.242 - - [2025-10-30 04:26:05] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004956 10.0.0.242 - - [2025-10-30 04:26:05] "GET /virtual-networks?parent_id=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 573 0.004022 10.0.0.242 - - [2025-10-30 04:26:05] "GET /virtual-network/917abb89-81a4-4fce-a932-bb2a7864b736?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2043 0.008557 10.0.0.242 - - [2025-10-30 04:26:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004703 10.0.0.242 - - [2025-10-30 04:26:05] "GET /routing-instance/9302bb6d-b5b5-4b24-a691-9d01547b8214?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1479 0.006194 10.0.0.242 - - [2025-10-30 04:26:05] "GET /route-target/e5441e95-b9f4-48bb-97d9-27676b562c8d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 903 0.007636 10.0.0.242 - - [2025-10-30 04:26:08] "GET /obj-perms HTTP/1.1" 200 5049 0.006224 10.0.0.240 - - [2025-10-30 04:26:08] "GET /obj-perms HTTP/1.1" 200 5049 0.006007 10.0.0.242 - - [2025-10-30 04:26:18] "GET /obj-perms HTTP/1.1" 200 5049 0.003830 10.0.0.240 - - [2025-10-30 04:26:18] "GET /obj-perms HTTP/1.1" 200 5049 0.004305 10.0.0.242 - - [2025-10-30 04:26:24] "GET /obj-perms HTTP/1.1" 200 5049 0.004236 10.0.0.240 - - [2025-10-30 04:26:24] "GET /obj-perms HTTP/1.1" 200 5049 0.004638 10.0.0.240 - - [2025-10-30 04:26:24] "POST /useragent-kv HTTP/1.1" 200 115 0.033523 10.0.0.240 - - [2025-10-30 04:26:24] "POST /useragent-kv HTTP/1.1" 200 115 0.002377 10.0.0.242 - - [2025-10-30 04:26:24] "POST /neutron/network HTTP/1.1" 200 151 0.160906 10.0.0.254 - - [2025-10-30 04:26:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004801 10.0.0.240 - - [2025-10-30 04:26:25] "GET /projects?obj_uuids=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001341 10.0.0.242 - - [2025-10-30 04:26:26] "GET /project/ce8cf597-0890-43dd-b975-9c8c7561be98?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1377 0.050214 10.0.0.240 - - [2025-10-30 04:26:26] "GET /projects?obj_uuids=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001445 10.0.0.242 - - [2025-10-30 04:26:26] "GET /project/ce8cf597-0890-43dd-b975-9c8c7561be98?fields=virtual_networks HTTP/1.1" 200 1045 0.047057 10.0.0.240 - - [2025-10-30 04:26:26] "GET /projects?obj_uuids=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001065 10.0.0.242 - - [2025-10-30 04:26:26] "GET /project/ce8cf597-0890-43dd-b975-9c8c7561be98?fields=virtual_machine_interfaces HTTP/1.1" 200 1045 0.046606 10.0.0.240 - - [2025-10-30 04:26:26] "GET /projects?obj_uuids=ce8cf597-0890-43dd-b975-9c8c7561be98&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001160 10.0.0.242 - - [2025-10-30 04:26:26] "GET /project/ce8cf597-0890-43dd-b975-9c8c7561be98?fields=security_groups HTTP/1.1" 200 1272 0.035659 10.0.0.242 - - [2025-10-30 04:26:27] "POST /fqname-to-id HTTP/1.1" 404 196 0.023830 10.0.0.240 - - [2025-10-30 04:26:27] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003159 10.0.0.240 - - [2025-10-30 04:26:27] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001405 10.0.0.240 - - [2025-10-30 04:26:27] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.039760 10.0.0.240 - - [2025-10-30 04:26:27] "POST /id-to-fqname HTTP/1.1" 200 198 0.002073 10.0.0.240 - - [2025-10-30 04:26:27] "POST /fqname-to-id HTTP/1.1" 404 207 0.003368 10.0.0.240 - - [2025-10-30 04:26:27] "POST /security-groups HTTP/1.1" 200 599 0.074394 10.0.0.240 - - [2025-10-30 04:26:27] "POST /projects HTTP/1.1" 200 601 0.289888 10.0.0.240 - - [2025-10-30 04:26:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.330336 10.0.0.254 - - [2025-10-30 04:26:27] "POST /access-control-lists HTTP/1.1" 200 606 0.040559 10.0.0.242 - - [2025-10-30 04:26:27] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.522919 10.0.0.242 - - [2025-10-30 04:26:28] "GET / HTTP/1.1" 200 36215 0.001491 10.0.0.242 - - [2025-10-30 04:26:31] "POST /fqname-to-id HTTP/1.1" 401 293 0.000722 10.0.0.242 - - [2025-10-30 04:26:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.062436 10.0.0.240 - - [2025-10-30 04:26:32] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001266 10.0.0.242 - - [2025-10-30 04:26:32] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.049354 10.0.0.242 - - [2025-10-30 04:26:32] "POST /neutron/network HTTP/1.1" 200 117 0.032795 10.0.0.254 - - [2025-10-30 04:26:32] "POST /route-targets HTTP/1.1" 200 328 0.017926 10.0.0.240 - - [2025-10-30 04:26:32] "POST /useragent-kv HTTP/1.1" 200 115 0.010092 10.0.0.242 - - [2025-10-30 04:26:32] "POST /neutron/subnet HTTP/1.1" 200 823 0.196370 10.0.0.242 - - [2025-10-30 04:26:32] "POST /id-to-fqname HTTP/1.1" 200 228 0.001367 10.0.0.242 - - [2025-10-30 04:26:32] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005570 10.0.0.242 - - [2025-10-30 04:26:33] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005886 10.0.0.242 - - [2025-10-30 04:26:33] "POST /neutron/network HTTP/1.1" 200 1004 0.009767 10.0.0.242 - - [2025-10-30 04:26:33] "POST /fqname-to-id HTTP/1.1" 200 156 0.003648 10.0.0.240 - - [2025-10-30 04:26:33] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000975 10.0.0.242 - - [2025-10-30 04:26:33] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.058449 10.0.0.242 - - [2025-10-30 04:26:33] "POST /neutron/network HTTP/1.1" 200 117 0.019681 10.0.0.254 - - [2025-10-30 04:26:33] "POST /ref-update HTTP/1.1" 200 156 0.018395 10.0.0.240 - - [2025-10-30 04:26:33] "POST /useragent-kv HTTP/1.1" 200 115 0.004960 10.0.0.242 - - [2025-10-30 04:26:33] "POST /neutron/subnet HTTP/1.1" 200 813 0.161983 10.0.0.242 - - [2025-10-30 04:26:33] "POST /id-to-fqname HTTP/1.1" 200 228 0.001342 10.0.0.242 - - [2025-10-30 04:26:33] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005479 10.0.0.242 - - [2025-10-30 04:26:33] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005677 10.0.0.242 - - [2025-10-30 04:26:33] "POST /neutron/network HTTP/1.1" 200 1004 0.014802 10.0.0.242 - - [2025-10-30 04:26:34] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006043 10.0.0.254 - - [2025-10-30 04:26:35] "GET /obj-perms HTTP/1.1" 200 5065 0.056223 10.0.0.242 - - [2025-10-30 04:26:36] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007869 10.0.0.242 - - [2025-10-30 04:26:36] "GET /obj-perms HTTP/1.1" 200 5065 0.111749 10.0.0.242 - - [2025-10-30 04:26:36] "POST /neutron/network HTTP/1.1" 200 1004 0.021837 10.0.0.242 - - [2025-10-30 04:26:36] "POST /id-to-fqname HTTP/1.1" 200 228 0.001824 10.0.0.242 - - [2025-10-30 04:26:37] "POST /neutron/network HTTP/1.1" 200 1014 0.007264 10.0.0.240 - - [2025-10-30 04:26:37] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001456 10.0.0.242 - - [2025-10-30 04:26:38] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.093287 10.0.0.242 - - [2025-10-30 04:26:38] "POST /neutron/port HTTP/1.1" 200 117 0.012291 10.0.0.240 - - [2025-10-30 04:26:38] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001674 10.0.0.242 - - [2025-10-30 04:26:39] "POST /neutron/port HTTP/1.1" 200 1173 0.393933 10.0.0.240 - - [2025-10-30 04:26:39] "GET /obj-perms HTTP/1.1" 200 5075 0.063269 10.0.0.242 - - [2025-10-30 04:26:39] "POST /neutron/port HTTP/1.1" 200 1227 0.155006 10.0.0.242 - - [2025-10-30 04:26:39] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004753 10.0.0.242 - - [2025-10-30 04:26:39] "POST /neutron/port HTTP/1.1" 200 117 0.001652 10.0.0.242 - - [2025-10-30 04:26:43] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008486 10.0.0.242 - - [2025-10-30 04:26:43] "POST /neutron/port HTTP/1.1" 200 1201 0.016605 10.0.0.242 - - [2025-10-30 04:26:43] "GET /virtual-machine/f2b28932-3cdf-4500-9043-f00b1d759725 HTTP/1.1" 401 293 0.000517 10.0.0.242 - - [2025-10-30 04:26:43] "GET /virtual-machine/f2b28932-3cdf-4500-9043-f00b1d759725 HTTP/1.1" 200 1303 0.033674 10.0.0.242 - - [2025-10-30 04:26:43] "GET /virtual-machine-interface/6dad6a00-7bf6-446c-9469-ec787ed02574 HTTP/1.1" 200 3183 0.005642 10.0.0.242 - - [2025-10-30 04:26:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004022 10.0.0.242 - - [2025-10-30 04:26:44] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004634 10.0.0.242 - - [2025-10-30 04:26:44] "GET /virtual-networks?parent_id=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003381 10.0.0.242 - - [2025-10-30 04:26:44] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006538 10.0.0.242 - - [2025-10-30 04:26:47] "POST /fqname-to-id HTTP/1.1" 200 156 0.003886 10.0.0.242 - - [2025-10-30 04:26:47] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006304 10.0.0.242 - - [2025-10-30 04:26:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003337 10.0.0.242 - - [2025-10-30 04:26:51] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005846 10.0.0.242 - - [2025-10-30 04:26:55] "POST /fqname-to-id HTTP/1.1" 200 156 0.004368 10.0.0.242 - - [2025-10-30 04:26:55] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005543 10.0.0.242 - - [2025-10-30 04:26:59] "POST /fqname-to-id HTTP/1.1" 200 156 0.004176 10.0.0.242 - - [2025-10-30 04:26:59] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005787 10.0.0.242 - - [2025-10-30 04:27:03] "POST /fqname-to-id HTTP/1.1" 200 156 0.003817 10.0.0.242 - - [2025-10-30 04:27:03] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006046 10.0.0.242 - - [2025-10-30 04:27:07] "POST /fqname-to-id HTTP/1.1" 200 156 0.004678 10.0.0.242 - - [2025-10-30 04:27:07] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005770 10.0.0.240 - - [2025-10-30 04:27:08] "DELETE /project/ce8cf597-0890-43dd-b975-9c8c7561be98 HTTP/1.1" 404 177 0.007896 10.0.0.240 - - [2025-10-30 04:27:08] "DELETE /project/18cff7b5e0a5433d89f7a95d968ab0df HTTP/1.1" 404 173 0.007498 10.0.0.242 - - [2025-10-30 04:27:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.004612 10.0.0.242 - - [2025-10-30 04:27:11] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006453 10.0.0.242 - - [2025-10-30 04:27:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.004184 10.0.0.242 - - [2025-10-30 04:27:15] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007116 10.0.0.242 - - [2025-10-30 04:27:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.003863 10.0.0.242 - - [2025-10-30 04:27:17] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003857 10.0.0.242 - - [2025-10-30 04:27:17] "GET /virtual-networks?parent_id=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002724 10.0.0.242 - - [2025-10-30 04:27:17] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005613 10.0.0.242 - - [2025-10-30 04:27:18] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007991 10.0.0.242 - - [2025-10-30 04:27:26] "POST /neutron/port HTTP/1.1" 200 1201 0.014824 10.0.0.242 - - [2025-10-30 04:27:28] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008157 10.0.0.242 - - [2025-10-30 04:27:30] "POST /neutron/network HTTP/1.1" 200 1014 0.007093 10.0.0.242 - - [2025-10-30 04:27:30] "POST /neutron/subnet HTTP/1.1" 200 1375 0.014556 10.0.0.242 - - [2025-10-30 04:27:30] "POST /neutron/network HTTP/1.1" 200 1004 0.009020 10.0.0.242 - - [2025-10-30 04:27:38] "POST /neutron/port HTTP/1.1" 200 1201 0.026794 10.0.0.242 - - [2025-10-30 04:27:38] "POST /neutron/security_group HTTP/1.1" 200 2066 0.006811 10.0.0.242 - - [2025-10-30 04:27:39] "POST /neutron/port HTTP/1.1" 200 1201 0.015369 10.0.0.242 - - [2025-10-30 04:27:39] "POST /neutron/network HTTP/1.1" 200 1004 0.009569 10.0.0.242 - - [2025-10-30 04:27:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001248 10.0.0.242 - - [2025-10-30 04:27:39] "GET /virtual-machine/f2b28932-3cdf-4500-9043-f00b1d759725 HTTP/1.1" 200 1303 0.003874 10.0.0.242 - - [2025-10-30 04:27:39] "GET /virtual-machine-interface/6dad6a00-7bf6-446c-9469-ec787ed02574 HTTP/1.1" 200 3183 0.005703 10.0.0.242 - - [2025-10-30 04:27:39] "GET /instance-ip/5b7d3631-87bd-449b-826d-a717a0eccd80 HTTP/1.1" 200 1657 0.005786 10.0.0.242 - - [2025-10-30 04:27:39] "GET /instance-ip/6de12185-7e65-450d-83ee-409370b5afa8 HTTP/1.1" 200 1637 0.006952 10.0.0.242 - - [2025-10-30 04:27:39] "POST /fqname-to-id HTTP/1.1" 404 218 0.002984 10.0.0.242 - - [2025-10-30 04:27:39] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005177 10.0.0.240 - - [2025-10-30 04:27:39] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000921 10.0.0.242 - - [2025-10-30 04:27:39] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.067259 10.0.0.242 - - [2025-10-30 04:27:39] "POST /fqname-to-id HTTP/1.1" 200 156 0.003794 10.0.0.242 - - [2025-10-30 04:27:39] "GET /security-group/4f0a29ae-b21e-4185-9e79-b8db355f1bb7?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3790 0.005192 10.0.0.242 - - [2025-10-30 04:27:39] "POST /virtual-machine-interfaces HTTP/1.1" 200 575 0.079864 10.0.0.242 - - [2025-10-30 04:27:39] "POST /instance-ips HTTP/1.1" 200 358 0.040952 10.0.0.242 - - [2025-10-30 04:27:39] "GET /instance-ip/0a592360-b955-4eb1-bb9f-3eb5062bbc49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.006337 10.0.0.242 - - [2025-10-30 04:27:39] "POST /instance-ips HTTP/1.1" 200 358 0.049354 10.0.0.242 - - [2025-10-30 04:27:39] "GET /instance-ip/4be01ac1-e91d-452f-8228-b889bd80b748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.008004 10.0.0.242 - - [2025-10-30 04:27:39] "GET /virtual-machine-interface/7a2afa3c-c40f-406b-b053-a2c1c283cb84?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2396 0.006549 10.0.0.242 - - [2025-10-30 04:27:39] "GET /virtual-machine-interface/7a2afa3c-c40f-406b-b053-a2c1c283cb84?fields=instance_ip_back_refs HTTP/1.1" 200 1541 0.007994 10.0.0.242 - - [2025-10-30 04:27:39] "GET /instance-ip/0a592360-b955-4eb1-bb9f-3eb5062bbc49?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1592 0.004818 10.0.0.242 - - [2025-10-30 04:27:39] "GET /instance-ip/4be01ac1-e91d-452f-8228-b889bd80b748?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1611 0.005324 10.0.0.242 - - [2025-10-30 04:27:39] "POST /id-to-fqname HTTP/1.1" 200 228 0.001215 10.0.0.254 - - [2025-10-30 04:27:39] "GET /obj-perms HTTP/1.1" 200 5075 0.048445 10.0.0.242 - - [2025-10-30 04:27:40] "POST /neutron/port HTTP/1.1" 200 1080 0.018470 10.0.0.242 - - [2025-10-30 04:27:40] "POST /neutron/port HTTP/1.1" 200 1080 0.015007 10.0.0.242 - - [2025-10-30 04:27:40] "POST /neutron/security_group HTTP/1.1" 200 2066 0.008150 10.0.0.242 - - [2025-10-30 04:27:41] "POST /neutron/port HTTP/1.1" 200 1080 0.013355 10.0.0.242 - - [2025-10-30 04:27:41] "POST /neutron/port HTTP/1.1" 200 1080 0.025965 10.0.0.242 - - [2025-10-30 04:27:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004344 10.0.0.242 - - [2025-10-30 04:27:41] "POST /neutron/port HTTP/1.1" 200 117 0.001944 10.0.0.242 - - [2025-10-30 04:27:45] "POST /neutron/port HTTP/1.1" 200 1147 0.019550 10.0.0.242 - - [2025-10-30 04:27:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.010196 10.0.0.242 - - [2025-10-30 04:27:46] "GET /virtual-machine/356d058e-b5d5-40bd-a52f-027709cd444f HTTP/1.1" 200 1280 0.010546 10.0.0.242 - - [2025-10-30 04:27:46] "GET /virtual-machine-interface/7a2afa3c-c40f-406b-b053-a2c1c283cb84 HTTP/1.1" 200 3233 0.006650 10.0.0.242 - - [2025-10-30 04:27:46] "POST /fqname-to-id HTTP/1.1" 200 156 0.003596 10.0.0.242 - - [2025-10-30 04:27:46] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003822 10.0.0.242 - - [2025-10-30 04:27:46] "GET /virtual-networks?parent_id=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003678 10.0.0.242 - - [2025-10-30 04:27:46] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006115 10.0.0.242 - - [2025-10-30 04:27:49] "POST /fqname-to-id HTTP/1.1" 200 156 0.004128 10.0.0.242 - - [2025-10-30 04:27:49] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006002 10.0.0.242 - - [2025-10-30 04:27:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.004200 10.0.0.242 - - [2025-10-30 04:27:53] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005802 10.0.0.242 - - [2025-10-30 04:27:57] "POST /fqname-to-id HTTP/1.1" 200 156 0.003840 10.0.0.242 - - [2025-10-30 04:27:57] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006434 10.0.0.254 - - [2025-10-30 04:27:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000482 10.0.0.254 - - [2025-10-30 04:27:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000425 10.0.0.254 - - [2025-10-30 04:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000453 10.0.0.254 - - [2025-10-30 04:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000469 10.0.0.240 - - [2025-10-30 04:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.001452 10.0.0.240 - - [2025-10-30 04:28:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000528 10.0.0.242 - - [2025-10-30 04:28:01] "POST /fqname-to-id HTTP/1.1" 200 156 0.003788 10.0.0.242 - - [2025-10-30 04:28:01] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005879 10.0.0.242 - - [2025-10-30 04:28:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000695 10.0.0.240 - - [2025-10-30 04:28:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000598 10.0.0.242 - - [2025-10-30 04:28:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000650 10.0.0.240 - - [2025-10-30 04:28:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000640 10.0.0.242 - - [2025-10-30 04:28:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000541 10.0.0.242 - - [2025-10-30 04:28:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000615 10.0.0.242 - - [2025-10-30 04:28:05] "POST /fqname-to-id HTTP/1.1" 200 156 0.004029 10.0.0.242 - - [2025-10-30 04:28:05] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006175 10.0.0.242 - - [2025-10-30 04:28:09] "POST /fqname-to-id HTTP/1.1" 200 156 0.003492 10.0.0.242 - - [2025-10-30 04:28:09] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005790 10.0.0.242 - - [2025-10-30 04:28:13] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.242 - - [2025-10-30 04:28:13] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.005463 10.0.0.242 - - [2025-10-30 04:28:17] "POST /fqname-to-id HTTP/1.1" 200 156 0.005104 10.0.0.242 - - [2025-10-30 04:28:17] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.008848 10.0.0.242 - - [2025-10-30 04:28:21] "POST /fqname-to-id HTTP/1.1" 200 156 0.004197 10.0.0.242 - - [2025-10-30 04:28:22] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.007729 10.0.0.242 - - [2025-10-30 04:28:24] "POST /fqname-to-id HTTP/1.1" 200 156 0.004078 10.0.0.242 - - [2025-10-30 04:28:24] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004142 10.0.0.242 - - [2025-10-30 04:28:24] "GET /virtual-networks?parent_id=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.003199 10.0.0.242 - - [2025-10-30 04:28:24] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006483 10.0.0.242 - - [2025-10-30 04:28:24] "POST /neutron/port HTTP/1.1" 200 1147 0.016846 10.0.0.242 - - [2025-10-30 04:28:29] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009046 10.0.0.242 - - [2025-10-30 04:28:32] "POST /neutron/network HTTP/1.1" 200 1014 0.006997 10.0.0.242 - - [2025-10-30 04:28:32] "POST /neutron/subnet HTTP/1.1" 200 1375 0.015104 10.0.0.242 - - [2025-10-30 04:28:32] "POST /neutron/network HTTP/1.1" 200 1004 0.009451 10.0.0.242 - - [2025-10-30 04:28:34] "POST /neutron/port HTTP/1.1" 200 1147 0.016571 10.0.0.242 - - [2025-10-30 04:28:39] "POST /neutron/security_group HTTP/1.1" 200 2066 0.009483 10.0.0.242 - - [2025-10-30 04:28:44] "POST /id-to-fqname HTTP/1.1" 200 228 0.001450 10.0.0.242 - - [2025-10-30 04:28:45] "POST /neutron/network HTTP/1.1" 200 1014 0.007342 10.0.0.240 - - [2025-10-30 04:28:45] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001084 10.0.0.242 - - [2025-10-30 04:28:45] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.065835 10.0.0.242 - - [2025-10-30 04:28:46] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007672 10.0.0.242 - - [2025-10-30 04:28:46] "POST /neutron/network HTTP/1.1" 200 1014 0.007655 10.0.0.242 - - [2025-10-30 04:28:46] "POST /neutron/port HTTP/1.1" 200 1173 0.046219 10.0.0.242 - - [2025-10-30 04:28:47] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004314 10.0.0.242 - - [2025-10-30 04:28:47] "POST /neutron/port HTTP/1.1" 200 117 0.001241 10.0.0.242 - - [2025-10-30 04:28:51] "POST /neutron/port HTTP/1.1" 200 1201 0.018175 10.0.0.242 - - [2025-10-30 04:28:51] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007885 10.0.0.242 - - [2025-10-30 04:28:51] "GET /virtual-machine/36fa6fa4-7496-47f1-b2d6-0ac00851ef31 HTTP/1.1" 200 1302 0.007030 10.0.0.242 - - [2025-10-30 04:28:51] "GET /virtual-machine-interface/aa608d4a-3fc3-4887-aa2f-42e222afa5ea HTTP/1.1" 200 3184 0.005555 10.0.0.242 - - [2025-10-30 04:28:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003333 10.0.0.242 - - [2025-10-30 04:28:51] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003692 10.0.0.242 - - [2025-10-30 04:28:51] "GET /virtual-networks?parent_id=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002958 10.0.0.242 - - [2025-10-30 04:28:51] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006091 10.0.0.242 - - [2025-10-30 04:28:54] "POST /fqname-to-id HTTP/1.1" 200 156 0.004544 10.0.0.242 - - [2025-10-30 04:28:54] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006199 10.0.0.242 - - [2025-10-30 04:28:56] "POST /neutron/port HTTP/1.1" 200 1201 0.018710 10.0.0.242 - - [2025-10-30 04:28:56] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004613 10.0.0.242 - - [2025-10-30 04:28:56] "POST /neutron/port HTTP/1.1" 200 117 0.001299 10.0.0.242 - - [2025-10-30 04:28:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003808 10.0.0.242 - - [2025-10-30 04:28:58] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005835 10.0.0.242 - - [2025-10-30 04:29:02] "POST /fqname-to-id HTTP/1.1" 200 156 0.005022 10.0.0.242 - - [2025-10-30 04:29:02] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007423 10.0.0.242 - - [2025-10-30 04:29:06] "POST /fqname-to-id HTTP/1.1" 200 156 0.004790 10.0.0.242 - - [2025-10-30 04:29:06] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008055 10.0.0.242 - - [2025-10-30 04:29:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003775 10.0.0.242 - - [2025-10-30 04:29:11] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006231 10.0.0.242 - - [2025-10-30 04:29:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.242 - - [2025-10-30 04:29:15] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005374 10.0.0.242 - - [2025-10-30 04:29:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.003860 10.0.0.242 - - [2025-10-30 04:29:19] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008626 10.0.0.242 - - [2025-10-30 04:29:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004746 10.0.0.242 - - [2025-10-30 04:29:23] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.007406 10.0.0.242 - - [2025-10-30 04:29:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.004403 10.0.0.242 - - [2025-10-30 04:29:27] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.005702 10.0.0.242 - - [2025-10-30 04:29:29] "POST /fqname-to-id HTTP/1.1" 200 156 0.003721 10.0.0.242 - - [2025-10-30 04:29:29] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003763 10.0.0.242 - - [2025-10-30 04:29:29] "GET /virtual-networks?parent_id=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 589 0.002726 10.0.0.242 - - [2025-10-30 04:29:29] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006291 10.0.0.242 - - [2025-10-30 04:29:29] "POST /neutron/port HTTP/1.1" 200 1201 0.016704 10.0.0.242 - - [2025-10-30 04:29:34] "POST /neutron/port HTTP/1.1" 200 1147 0.019750 10.0.0.242 - - [2025-10-30 04:29:34] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005440 10.0.0.242 - - [2025-10-30 04:29:34] "POST /neutron/port HTTP/1.1" 200 117 0.001597 10.0.0.242 - - [2025-10-30 04:29:34] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007984 10.0.0.242 - - [2025-10-30 04:29:40] "POST /neutron/port HTTP/1.1" 200 1201 0.019461 10.0.0.242 - - [2025-10-30 04:29:45] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007022 10.0.0.242 - - [2025-10-30 04:29:50] "POST /neutron/port HTTP/1.1" 200 1201 0.016616 10.0.0.242 - - [2025-10-30 04:29:50] "POST /neutron/security_group HTTP/1.1" 200 2066 0.007578 10.0.0.242 - - [2025-10-30 04:29:50] "POST /neutron/network HTTP/1.1" 200 978 0.017196 10.0.0.242 - - [2025-10-30 04:29:50] "POST /id-to-fqname HTTP/1.1" 200 228 0.001350 10.0.0.242 - - [2025-10-30 04:29:50] "GET /virtual-machine/36fa6fa4-7496-47f1-b2d6-0ac00851ef31 HTTP/1.1" 200 1302 0.004068 10.0.0.242 - - [2025-10-30 04:29:50] "GET /virtual-machine-interface/aa608d4a-3fc3-4887-aa2f-42e222afa5ea HTTP/1.1" 200 3184 0.005957 10.0.0.242 - - [2025-10-30 04:29:50] "GET /instance-ip/0219d017-c925-4785-8ffd-8ae300f0a4ce HTTP/1.1" 200 1655 0.011817 10.0.0.242 - - [2025-10-30 04:29:50] "GET /instance-ip/e9bb423b-a1b8-40c9-a36a-15d0fe72d02d HTTP/1.1" 200 1641 0.006486 10.0.0.242 - - [2025-10-30 04:29:50] "POST /fqname-to-id HTTP/1.1" 404 230 0.003274 10.0.0.242 - - [2025-10-30 04:29:50] "POST /fqname-to-id HTTP/1.1" 200 156 0.003366 10.0.0.240 - - [2025-10-30 04:29:50] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001291 10.0.0.242 - - [2025-10-30 04:29:50] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.068489 10.0.0.242 - - [2025-10-30 04:29:51] "POST /network-policys HTTP/1.1" 200 571 0.032179 10.0.0.242 - - [2025-10-30 04:29:51] "GET /network-policy/c3a349e3-0cc8-413e-898e-647d9a451f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.006441 10.0.0.242 - - [2025-10-30 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.006269 10.0.0.242 - - [2025-10-30 04:29:51] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.006632 10.0.0.242 - - [2025-10-30 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003750 10.0.0.242 - - [2025-10-30 04:29:51] "GET /network-policy/c3a349e3-0cc8-413e-898e-647d9a451f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004966 10.0.0.242 - - [2025-10-30 04:29:51] "POST /ref-update HTTP/1.1" 200 156 0.061417 10.0.0.254 - - [2025-10-30 04:29:51] "POST /fqname-to-id HTTP/1.1" 404 207 0.035837 10.0.0.242 - - [2025-10-30 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003897 10.0.0.242 - - [2025-10-30 04:29:51] "GET /network-policy/c3a349e3-0cc8-413e-898e-647d9a451f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004271 10.0.0.242 - - [2025-10-30 04:29:51] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2962 0.009702 10.0.0.242 - - [2025-10-30 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004960 10.0.0.242 - - [2025-10-30 04:29:51] "GET /network-policy/c3a349e3-0cc8-413e-898e-647d9a451f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004700 10.0.0.242 - - [2025-10-30 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003543 10.0.0.242 - - [2025-10-30 04:29:51] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.006474 10.0.0.242 - - [2025-10-30 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003842 10.0.0.242 - - [2025-10-30 04:29:51] "GET /network-policy/c3a349e3-0cc8-413e-898e-647d9a451f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.004574 10.0.0.254 - - [2025-10-30 04:29:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.029892 10.0.0.242 - - [2025-10-30 04:29:51] "POST /ref-update HTTP/1.1" 200 156 0.062994 10.0.0.242 - - [2025-10-30 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.003713 10.0.0.242 - - [2025-10-30 04:29:51] "GET /network-policy/c3a349e3-0cc8-413e-898e-647d9a451f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.008188 10.0.0.242 - - [2025-10-30 04:29:51] "POST /neutron/network HTTP/1.1" 200 1108 0.027410 10.0.0.254 - - [2025-10-30 04:29:51] "POST /fqname-to-id HTTP/1.1" 404 242 0.015786 10.0.0.242 - - [2025-10-30 04:29:51] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2963 0.007907 10.0.0.242 - - [2025-10-30 04:29:51] "POST /fqname-to-id HTTP/1.1" 200 156 0.004001 10.0.0.242 - - [2025-10-30 04:29:51] "GET /network-policy/c3a349e3-0cc8-413e-898e-647d9a451f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005997 10.0.0.242 - - [2025-10-30 04:29:51] "GET /virtual-machine-interface/aa608d4a-3fc3-4887-aa2f-42e222afa5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2767 0.006017 10.0.0.242 - - [2025-10-30 04:29:51] "PUT /virtual-machine-interface/aa608d4a-3fc3-4887-aa2f-42e222afa5ea HTTP/1.1" 200 285 0.040803 10.0.0.242 - - [2025-10-30 04:29:51] "GET /virtual-machine-interface/aa608d4a-3fc3-4887-aa2f-42e222afa5ea?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 3077 0.012759 10.0.0.242 - - [2025-10-30 04:29:52] "PUT /virtual-machine-interface/aa608d4a-3fc3-4887-aa2f-42e222afa5ea HTTP/1.1" 200 285 0.043959 10.0.0.242 - - [2025-10-30 04:29:56] "POST /neutron/network HTTP/1.1" 200 1118 0.008426 10.0.0.242 - - [2025-10-30 04:29:56] "POST /neutron/subnet HTTP/1.1" 200 1374 0.028095 10.0.0.242 - - [2025-10-30 04:29:56] "POST /neutron/network HTTP/1.1" 200 1108 0.010638 10.0.0.242 - - [2025-10-30 04:30:35] "POST /neutron/network HTTP/1.1" 200 1118 0.008301 10.0.0.242 - - [2025-10-30 04:30:35] "POST /neutron/subnet HTTP/1.1" 200 1375 0.018403 10.0.0.242 - - [2025-10-30 04:30:35] "POST /neutron/network HTTP/1.1" 200 1108 0.009920 10.0.0.242 - - [2025-10-30 04:30:41] "GET /obj-perms HTTP/1.1" 200 5075 0.048038 10.0.0.242 - - [2025-10-30 04:30:56] "POST /neutron/network HTTP/1.1" 200 1118 0.008488 10.0.0.242 - - [2025-10-30 04:30:56] "POST /neutron/subnet HTTP/1.1" 200 1374 0.014930 10.0.0.242 - - [2025-10-30 04:30:56] "POST /neutron/network HTTP/1.1" 200 1108 0.009903 10.0.0.242 - - [2025-10-30 04:31:37] "POST /neutron/network HTTP/1.1" 200 1118 0.008465 10.0.0.242 - - [2025-10-30 04:31:37] "POST /neutron/subnet HTTP/1.1" 200 1375 0.029914 10.0.0.242 - - [2025-10-30 04:31:37] "POST /neutron/network HTTP/1.1" 200 1108 0.019615 10.0.0.240 - - [2025-10-30 04:31:42] "GET /obj-perms HTTP/1.1" 200 5075 0.055035 10.0.0.242 - - [2025-10-30 04:31:48] "POST /ref-update HTTP/1.1" 200 156 0.088793 10.0.0.242 - - [2025-10-30 04:31:48] "GET /virtual-network/97f13d22-1aa6-4d76-a7e2-8a69945e5de6?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2637 0.008893 10.0.0.242 - - [2025-10-30 04:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003489 10.0.0.242 - - [2025-10-30 04:31:48] "GET /network-policy/c3a349e3-0cc8-413e-898e-647d9a451f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005661 10.0.0.254 - - [2025-10-30 04:31:48] "POST /fqname-to-id HTTP/1.1" 404 207 0.004351 10.0.0.242 - - [2025-10-30 04:31:48] "POST /ref-update HTTP/1.1" 200 156 0.053033 10.0.0.242 - - [2025-10-30 04:31:48] "GET /virtual-network/1d322e66-a95f-4fa2-a36c-657133f4750f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2636 0.009609 10.0.0.242 - - [2025-10-30 04:31:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.003927 10.0.0.242 - - [2025-10-30 04:31:49] "GET /network-policy/c3a349e3-0cc8-413e-898e-647d9a451f1c?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2169 0.005576 10.0.0.242 - - [2025-10-30 04:31:49] "DELETE /network-policy/c3a349e3-0cc8-413e-898e-647d9a451f1c HTTP/1.1" 200 115 0.043763 10.0.0.254 - - [2025-10-30 04:31:49] "DELETE /access-control-list/80bc7f63-4e3c-472d-873a-5dbb5f3677a5 HTTP/1.1" 200 115 0.044396 10.0.0.254 - - [2025-10-30 04:31:49] "POST /ref-update HTTP/1.1" 200 156 0.024203 10.0.0.242 - - [2025-10-30 04:31:49] "DELETE /instance-ip/0a592360-b955-4eb1-bb9f-3eb5062bbc49 HTTP/1.1" 200 115 0.097722 10.0.0.242 - - [2025-10-30 04:31:49] "DELETE /instance-ip/4be01ac1-e91d-452f-8228-b889bd80b748 HTTP/1.1" 200 115 0.061779 10.0.0.242 - - [2025-10-30 04:31:49] "DELETE /virtual-machine-interface/7a2afa3c-c40f-406b-b053-a2c1c283cb84 HTTP/1.1" 200 115 0.116070 10.0.0.242 - - [2025-10-30 04:31:49] "POST /neutron/port HTTP/1.1" 200 1201 0.068290 10.0.0.242 - - [2025-10-30 04:31:49] "POST /neutron/port HTTP/1.1" 200 1227 0.014741 10.0.0.242 - - [2025-10-30 04:31:50] "POST /neutron/port HTTP/1.1" 200 1227 0.014183 10.0.0.240 - - [2025-10-30 04:31:52] "POST /useragent-kv HTTP/1.1" 200 115 0.048323 10.0.0.240 - - [2025-10-30 04:31:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002817 10.0.0.240 - - [2025-10-30 04:31:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002485 10.0.0.240 - - [2025-10-30 04:31:52] "POST /useragent-kv HTTP/1.1" 200 115 0.002508 10.0.0.242 - - [2025-10-30 04:31:52] "POST /neutron/network HTTP/1.1" 200 151 0.181452 10.0.0.254 - - [2025-10-30 04:31:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.004726 10.0.0.242 - - [2025-10-30 04:31:54] "POST /neutron/port HTTP/1.1" 200 117 0.005867 10.0.0.240 - - [2025-10-30 04:31:55] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001025 10.0.0.242 - - [2025-10-30 04:31:55] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1407 0.066060 10.0.0.240 - - [2025-10-30 04:31:55] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001143 10.0.0.242 - - [2025-10-30 04:31:55] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?fields=virtual_networks HTTP/1.1" 200 1059 0.049309 10.0.0.240 - - [2025-10-30 04:31:55] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001396 10.0.0.242 - - [2025-10-30 04:31:55] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?fields=virtual_machine_interfaces HTTP/1.1" 200 1059 0.047531 10.0.0.240 - - [2025-10-30 04:31:55] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001214 10.0.0.242 - - [2025-10-30 04:31:55] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?fields=security_groups HTTP/1.1" 200 1294 0.041214 10.0.0.242 - - [2025-10-30 04:31:56] "POST /fqname-to-id HTTP/1.1" 404 192 0.030009 10.0.0.240 - - [2025-10-30 04:31:56] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003531 10.0.0.240 - - [2025-10-30 04:31:56] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001030 10.0.0.240 - - [2025-10-30 04:31:56] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.037186 10.0.0.240 - - [2025-10-30 04:31:56] "POST /id-to-fqname HTTP/1.1" 200 194 0.006032 10.0.0.240 - - [2025-10-30 04:31:56] "POST /fqname-to-id HTTP/1.1" 404 203 0.009612 10.0.0.240 - - [2025-10-30 04:31:56] "POST /security-groups HTTP/1.1" 200 595 0.074228 10.0.0.240 - - [2025-10-30 04:31:56] "POST /projects HTTP/1.1" 200 593 0.305253 10.0.0.254 - - [2025-10-30 04:31:56] "POST /access-control-lists HTTP/1.1" 200 602 0.031664 10.0.0.240 - - [2025-10-30 04:31:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.379790 10.0.0.242 - - [2025-10-30 04:31:56] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.561102 10.0.0.242 - - [2025-10-30 04:31:57] "GET / HTTP/1.1" 200 36215 0.001526 10.0.0.242 - - [2025-10-30 04:31:59] "POST /fqname-to-id HTTP/1.1" 401 293 0.000538 10.0.0.242 - - [2025-10-30 04:32:00] "POST /fqname-to-id HTTP/1.1" 200 156 0.054205 10.0.0.240 - - [2025-10-30 04:32:00] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001374 10.0.0.242 - - [2025-10-30 04:32:00] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.057997 10.0.0.240 - - [2025-10-30 04:32:00] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000927 10.0.0.242 - - [2025-10-30 04:32:00] "POST /neutron/network HTTP/1.1" 200 609 0.167359 10.0.0.254 - - [2025-10-30 04:32:00] "POST /route-targets HTTP/1.1" 200 328 0.014382 10.0.0.242 - - [2025-10-30 04:32:01] "POST /neutron/network HTTP/1.1" 200 1001 0.013167 10.0.0.242 - - [2025-10-30 04:32:01] "POST /id-to-fqname HTTP/1.1" 200 224 0.001270 10.0.0.242 - - [2025-10-30 04:32:01] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006477 10.0.0.242 - - [2025-10-30 04:32:01] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005960 10.0.0.242 - - [2025-10-30 04:32:01] "POST /neutron/subnet HTTP/1.1" 200 720 0.010218 10.0.0.242 - - [2025-10-30 04:32:01] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005866 10.0.0.254 - - [2025-10-30 04:32:02] "GET /obj-perms HTTP/1.1" 200 5057 0.047797 10.0.0.242 - - [2025-10-30 04:32:03] "POST /id-to-fqname HTTP/1.1" 200 224 0.002006 10.0.0.240 - - [2025-10-30 04:32:04] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001095 10.0.0.242 - - [2025-10-30 04:32:04] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.070119 10.0.0.242 - - [2025-10-30 04:32:04] "POST /neutron/network HTTP/1.1" 200 1001 0.032520 10.0.0.242 - - [2025-10-30 04:32:04] "POST /id-to-fqname HTTP/1.1" 200 224 0.001898 10.0.0.242 - - [2025-10-30 04:32:04] "POST /neutron/port HTTP/1.1" 200 117 0.006396 10.0.0.240 - - [2025-10-30 04:32:04] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001117 10.0.0.242 - - [2025-10-30 04:32:05] "POST /neutron/port HTTP/1.1" 200 1170 0.337436 10.0.0.242 - - [2025-10-30 04:32:05] "POST /neutron/port HTTP/1.1" 200 1224 0.145949 10.0.0.240 - - [2025-10-30 04:32:05] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001119 10.0.0.242 - - [2025-10-30 04:32:05] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.090392 10.0.0.242 - - [2025-10-30 04:32:05] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004249 10.0.0.242 - - [2025-10-30 04:32:05] "POST /neutron/port HTTP/1.1" 200 117 0.001214 10.0.0.242 - - [2025-10-30 04:32:05] "POST /neutron/port HTTP/1.1" 200 1198 0.020429 10.0.0.242 - - [2025-10-30 04:32:05] "POST /id-to-fqname HTTP/1.1" 200 224 0.001392 10.0.0.242 - - [2025-10-30 04:32:06] "POST /neutron/port HTTP/1.1" 200 1198 0.018368 10.0.0.242 - - [2025-10-30 04:32:06] "POST /neutron/network HTTP/1.1" 200 1011 0.007615 10.0.0.242 - - [2025-10-30 04:32:06] "POST /neutron/port HTTP/1.1" 200 1170 0.023085 10.0.0.242 - - [2025-10-30 04:32:07] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005007 10.0.0.240 - - [2025-10-30 04:32:07] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.000995 10.0.0.242 - - [2025-10-30 04:32:07] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.076398 10.0.0.242 - - [2025-10-30 04:32:07] "POST /neutron/port HTTP/1.1" 200 117 0.001333 10.0.0.242 - - [2025-10-30 04:32:07] "POST /neutron/network HTTP/1.1" 200 1001 0.012469 10.0.0.242 - - [2025-10-30 04:32:07] "POST /neutron/port HTTP/1.1" 200 117 0.006310 10.0.0.242 - - [2025-10-30 04:32:07] "POST /neutron/port HTTP/1.1" 200 1198 0.017139 10.0.0.242 - - [2025-10-30 04:32:07] "POST /neutron/network HTTP/1.1" 200 1011 0.006339 10.0.0.242 - - [2025-10-30 04:32:07] "GET /virtual-machine/1a036a22-2c9e-43bc-8fcf-61d12bc8f02e HTTP/1.1" 401 293 0.000465 10.0.0.242 - - [2025-10-30 04:32:08] "POST /neutron/port HTTP/1.1" 200 1170 0.027987 10.0.0.242 - - [2025-10-30 04:32:08] "GET /virtual-machine/1a036a22-2c9e-43bc-8fcf-61d12bc8f02e HTTP/1.1" 200 1298 0.058732 10.0.0.242 - - [2025-10-30 04:32:08] "GET /virtual-machine-interface/40a4c6e7-3574-4046-9d96-b2d8ee43d647 HTTP/1.1" 200 3163 0.005787 10.0.0.242 - - [2025-10-30 04:32:08] "POST /fqname-to-id HTTP/1.1" 200 156 0.010697 10.0.0.242 - - [2025-10-30 04:32:08] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003969 10.0.0.242 - - [2025-10-30 04:32:08] "GET /virtual-networks?parent_id=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003726 10.0.0.242 - - [2025-10-30 04:32:08] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008897 10.0.0.242 - - [2025-10-30 04:32:08] "POST /neutron/port HTTP/1.1" 200 1198 0.045863 10.0.0.242 - - [2025-10-30 04:32:08] "POST /neutron/subnet HTTP/1.1" 200 1380 0.023007 10.0.0.242 - - [2025-10-30 04:32:08] "POST /neutron/network HTTP/1.1" 200 1001 0.016690 10.0.0.240 - - [2025-10-30 04:32:08] "DELETE /project/a4b6599f370d49f1b1f464343638624f HTTP/1.1" 404 173 0.003941 10.0.0.240 - - [2025-10-30 04:32:08] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.000919 10.0.0.240 - - [2025-10-30 04:32:09] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1509 0.051065 10.0.0.240 - - [2025-10-30 04:32:09] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001045 10.0.0.240 - - [2025-10-30 04:32:09] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?fields=security_groups HTTP/1.1" 200 1396 0.044690 10.0.0.240 - - [2025-10-30 04:32:09] "DELETE /security-group/4f0a29ae-b21e-4185-9e79-b8db355f1bb7 HTTP/1.1" 200 115 0.051363 10.0.0.240 - - [2025-10-30 04:32:09] "GET /projects?obj_uuids=18cff7b5-e0a5-433d-89f7-a95d968ab0df&detail=False&count=False&shared=False HTTP/1.1" 200 357 0.001528 10.0.0.240 - - [2025-10-30 04:32:09] "GET /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df?fields=application_policy_sets HTTP/1.1" 200 1435 0.069845 10.0.0.254 - - [2025-10-30 04:32:09] "DELETE /access-control-list/1befe953-89a9-4f52-87f0-02d001bd5096 HTTP/1.1" 200 115 0.064249 10.0.0.240 - - [2025-10-30 04:32:09] "DELETE /project/18cff7b5-e0a5-433d-89f7-a95d968ab0df HTTP/1.1" 200 115 0.454680 10.0.0.242 - - [2025-10-30 04:32:11] "POST /fqname-to-id HTTP/1.1" 200 156 0.003850 10.0.0.242 - - [2025-10-30 04:32:11] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006314 10.0.0.242 - - [2025-10-30 04:32:15] "POST /fqname-to-id HTTP/1.1" 200 156 0.003418 10.0.0.242 - - [2025-10-30 04:32:15] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005757 10.0.0.242 - - [2025-10-30 04:32:19] "POST /fqname-to-id HTTP/1.1" 200 156 0.004303 10.0.0.242 - - [2025-10-30 04:32:19] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006281 10.0.0.242 - - [2025-10-30 04:32:23] "POST /fqname-to-id HTTP/1.1" 200 156 0.004397 10.0.0.242 - - [2025-10-30 04:32:23] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005793 10.0.0.242 - - [2025-10-30 04:32:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004994 10.0.0.242 - - [2025-10-30 04:32:28] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007264 10.0.0.242 - - [2025-10-30 04:32:32] "POST /fqname-to-id HTTP/1.1" 200 156 0.003571 10.0.0.242 - - [2025-10-30 04:32:32] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005667 10.0.0.242 - - [2025-10-30 04:32:36] "POST /fqname-to-id HTTP/1.1" 200 156 0.005070 10.0.0.242 - - [2025-10-30 04:32:36] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.012471 10.0.0.242 - - [2025-10-30 04:32:39] "POST /neutron/network HTTP/1.1" 200 1011 0.009717 10.0.0.242 - - [2025-10-30 04:32:39] "POST /neutron/subnet HTTP/1.1" 200 1380 0.016397 10.0.0.242 - - [2025-10-30 04:32:39] "POST /neutron/network HTTP/1.1" 200 1001 0.010311 10.0.0.242 - - [2025-10-30 04:32:40] "POST /fqname-to-id HTTP/1.1" 200 156 0.004597 10.0.0.242 - - [2025-10-30 04:32:40] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.007259 10.0.0.242 - - [2025-10-30 04:32:44] "POST /fqname-to-id HTTP/1.1" 200 156 0.004520 10.0.0.242 - - [2025-10-30 04:32:44] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006408 10.0.0.242 - - [2025-10-30 04:32:48] "POST /fqname-to-id HTTP/1.1" 200 156 0.004406 10.0.0.242 - - [2025-10-30 04:32:48] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008006 10.0.0.242 - - [2025-10-30 04:32:52] "POST /fqname-to-id HTTP/1.1" 200 156 0.003804 10.0.0.242 - - [2025-10-30 04:32:52] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005884 10.0.0.242 - - [2025-10-30 04:32:56] "POST /fqname-to-id HTTP/1.1" 200 156 0.006768 10.0.0.242 - - [2025-10-30 04:32:56] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006640 10.0.0.242 - - [2025-10-30 04:32:58] "POST /fqname-to-id HTTP/1.1" 200 156 0.003821 10.0.0.242 - - [2025-10-30 04:32:58] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003978 10.0.0.242 - - [2025-10-30 04:32:58] "GET /virtual-networks?parent_id=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003193 10.0.0.242 - - [2025-10-30 04:32:58] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006697 10.0.0.242 - - [2025-10-30 04:32:59] "POST /neutron/port HTTP/1.1" 200 1198 0.017634 10.0.0.242 - - [2025-10-30 04:32:59] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004769 10.0.0.242 - - [2025-10-30 04:32:59] "POST /neutron/port HTTP/1.1" 200 117 0.001287 10.0.0.254 - - [2025-10-30 04:32:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000649 10.0.0.254 - - [2025-10-30 04:32:59] "GET /global-system-configs HTTP/1.1" 401 293 0.000537 10.0.0.254 - - [2025-10-30 04:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000433 10.0.0.254 - - [2025-10-30 04:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000599 10.0.0.242 - - [2025-10-30 04:33:00] "POST /neutron/port HTTP/1.1" 200 1198 0.040658 10.0.0.240 - - [2025-10-30 04:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000460 10.0.0.240 - - [2025-10-30 04:33:00] "GET /global-system-configs HTTP/1.1" 401 293 0.000462 10.0.0.242 - - [2025-10-30 04:33:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000586 10.0.0.242 - - [2025-10-30 04:33:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000423 10.0.0.240 - - [2025-10-30 04:33:01] "GET /global-system-configs HTTP/1.1" 401 293 0.000449 10.0.0.240 - - [2025-10-30 04:33:02] "GET /global-system-configs HTTP/1.1" 401 293 0.000492 10.0.0.242 - - [2025-10-30 04:33:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000448 10.0.0.242 - - [2025-10-30 04:33:03] "GET /global-system-configs HTTP/1.1" 401 293 0.000467 10.0.0.242 - - [2025-10-30 04:33:04] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009633 10.0.0.242 - - [2025-10-30 04:33:09] "POST /neutron/port HTTP/1.1" 200 1198 0.017680 10.0.0.242 - - [2025-10-30 04:33:09] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008053 10.0.0.242 - - [2025-10-30 04:33:19] "POST /neutron/port HTTP/1.1" 200 1198 0.019792 10.0.0.242 - - [2025-10-30 04:33:25] "POST /neutron/security_group HTTP/1.1" 200 2062 0.009089 10.0.0.242 - - [2025-10-30 04:33:25] "POST /neutron/port HTTP/1.1" 200 1198 0.024003 10.0.0.242 - - [2025-10-30 04:33:25] "GET /virtual-machine/215097d6-7e9d-4e93-a585-9b228ab4f425 HTTP/1.1" 200 1298 0.006613 10.0.0.242 - - [2025-10-30 04:33:25] "GET /virtual-machine-interface/980fcd17-2587-4455-a3c4-29e772597153 HTTP/1.1" 200 3164 0.005183 10.0.0.242 - - [2025-10-30 04:33:25] "POST /fqname-to-id HTTP/1.1" 200 156 0.003994 10.0.0.242 - - [2025-10-30 04:33:25] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003697 10.0.0.242 - - [2025-10-30 04:33:25] "GET /virtual-networks?parent_id=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.002864 10.0.0.242 - - [2025-10-30 04:33:25] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006492 10.0.0.242 - - [2025-10-30 04:33:26] "POST /fqname-to-id HTTP/1.1" 200 156 0.003478 10.0.0.242 - - [2025-10-30 04:33:26] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003961 10.0.0.242 - - [2025-10-30 04:33:26] "GET /virtual-networks?parent_id=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003855 10.0.0.242 - - [2025-10-30 04:33:26] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.006036 10.0.0.242 - - [2025-10-30 04:33:26] "POST /neutron/security_group HTTP/1.1" 200 2062 0.008327 10.0.0.242 - - [2025-10-30 04:33:26] "POST /neutron/port HTTP/1.1" 200 1198 0.015796 10.0.0.242 - - [2025-10-30 04:33:27] "GET /virtual-machine/0b542cd7-b320-42c4-a7ce-8dc88183191e HTTP/1.1" 200 1297 0.006042 10.0.0.242 - - [2025-10-30 04:33:27] "GET /virtual-machine-interface/4d8e23ec-c86e-43b9-9483-abc252199ca1 HTTP/1.1" 200 3163 0.005845 10.0.0.242 - - [2025-10-30 04:33:27] "POST /fqname-to-id HTTP/1.1" 200 156 0.003323 10.0.0.242 - - [2025-10-30 04:33:27] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.003987 10.0.0.242 - - [2025-10-30 04:33:27] "GET /virtual-networks?parent_id=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.004300 10.0.0.242 - - [2025-10-30 04:33:27] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.005825 10.0.0.242 - - [2025-10-30 04:33:28] "POST /fqname-to-id HTTP/1.1" 200 156 0.004870 10.0.0.242 - - [2025-10-30 04:33:28] "GET /global-vrouter-config/c6c1d5ad-5732-4726-8712-efb8a48b2363?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1617 0.004044 10.0.0.242 - - [2025-10-30 04:33:28] "GET /virtual-networks?parent_id=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 356 0.003681 10.0.0.242 - - [2025-10-30 04:33:28] "GET /virtual-network/6f997002-1a39-4e68-ab32-0c91469aa16d?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2631 0.008425 10.0.0.242 - - [2025-10-30 04:33:28] "GET /virtual-machine-interface/4d8e23ec-c86e-43b9-9483-abc252199ca1?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 2746 0.005863 10.0.0.242 - - [2025-10-30 04:33:28] "PUT /virtual-machine-interface/4d8e23ec-c86e-43b9-9483-abc252199ca1 HTTP/1.1" 200 285 0.018741 10.0.0.242 - - [2025-10-30 04:33:41] "POST /neutron/port HTTP/1.1" 200 1198 0.017866 10.0.0.242 - - [2025-10-30 04:33:41] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005387 10.0.0.242 - - [2025-10-30 04:33:41] "POST /neutron/port HTTP/1.1" 200 117 0.002046 10.0.0.242 - - [2025-10-30 04:33:43] "GET /obj-perms HTTP/1.1" 200 5075 0.051482 10.0.0.242 - - [2025-10-30 04:34:01] "POST /neutron/port HTTP/1.1" 200 1198 0.042959 10.0.0.242 - - [2025-10-30 04:34:01] "POST /neutron/floatingip HTTP/1.1" 200 117 0.005862 10.0.0.242 - - [2025-10-30 04:34:01] "POST /neutron/port HTTP/1.1" 200 117 0.001808 10.0.0.242 - - [2025-10-30 04:34:43] "POST /neutron/port HTTP/1.1" 200 1198 0.016365 10.0.0.242 - - [2025-10-30 04:34:43] "POST /neutron/floatingip HTTP/1.1" 200 117 0.004326 10.0.0.242 - - [2025-10-30 04:34:43] "POST /neutron/port HTTP/1.1" 200 117 0.001188 10.0.0.240 - - [2025-10-30 04:34:44] "GET /obj-perms HTTP/1.1" 200 5075 0.055612 10.0.0.242 - - [2025-10-30 04:34:48] "POST /neutron/network HTTP/1.1" 400 204 0.015318 10.0.0.242 - - [2025-10-30 04:34:49] "POST /neutron/port HTTP/1.1" 200 1198 0.032788 10.0.0.242 - - [2025-10-30 04:34:49] "POST /neutron/port HTTP/1.1" 200 151 0.267781 10.0.0.242 - - [2025-10-30 04:34:49] "POST /neutron/port HTTP/1.1" 200 151 0.334725 10.0.0.240 - - [2025-10-30 04:34:52] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001130 10.0.0.242 - - [2025-10-30 04:34:52] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1393 0.045763 10.0.0.240 - - [2025-10-30 04:34:52] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001291 10.0.0.242 - - [2025-10-30 04:34:52] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?fields=virtual_networks HTTP/1.1" 200 1053 0.047673 10.0.0.240 - - [2025-10-30 04:34:52] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001550 10.0.0.242 - - [2025-10-30 04:34:52] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?fields=virtual_machine_interfaces HTTP/1.1" 200 1053 0.043891 10.0.0.240 - - [2025-10-30 04:34:52] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001006 10.0.0.242 - - [2025-10-30 04:34:52] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?fields=security_groups HTTP/1.1" 200 1284 0.042930 10.0.0.242 - - [2025-10-30 04:34:53] "POST /fqname-to-id HTTP/1.1" 404 188 0.023605 10.0.0.240 - - [2025-10-30 04:34:53] "GET /projects?obj_uuids=8333a9ce-58d6-438c-a20e-8e789edcf1b8&detail=False&count=False&shared=False HTTP/1.1" 200 124 0.003362 10.0.0.240 - - [2025-10-30 04:34:53] "GET /domains?obj_uuids=2be6ea5e-665d-4a78-a8ec-f940f567f06f&detail=False&count=False&shared=False HTTP/1.1" 200 315 0.001003 10.0.0.240 - - [2025-10-30 04:34:53] "GET /domain/2be6ea5e-665d-4a78-a8ec-f940f567f06f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 928 0.007477 10.0.0.240 - - [2025-10-30 04:34:53] "POST /id-to-fqname HTTP/1.1" 200 190 0.001754 10.0.0.240 - - [2025-10-30 04:34:53] "POST /fqname-to-id HTTP/1.1" 404 199 0.004825 10.0.0.240 - - [2025-10-30 04:34:53] "POST /security-groups HTTP/1.1" 200 591 0.073284 10.0.0.240 - - [2025-10-30 04:34:53] "POST /projects HTTP/1.1" 200 585 0.294793 10.0.0.254 - - [2025-10-30 04:34:53] "POST /fqname-to-id HTTP/1.1" 404 234 0.036093 10.0.0.240 - - [2025-10-30 04:34:53] "POST /fqname-to-id HTTP/1.1" 200 156 0.363189 10.0.0.254 - - [2025-10-30 04:34:54] "POST /access-control-lists HTTP/1.1" 200 596 0.033283 10.0.0.242 - - [2025-10-30 04:34:54] "GET /project/8333a9ce-58d6-438c-a20e-8e789edcf1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.506984 10.0.0.242 - - [2025-10-30 04:34:55] "GET / HTTP/1.1" 200 36215 0.002858 10.0.0.240 - - [2025-10-30 04:35:00] "GET /projects?obj_uuids=8333a9ce-58d6-438c-a20e-8e789edcf1b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001543 10.0.0.242 - - [2025-10-30 04:35:00] "GET /project/8333a9ce-58d6-438c-a20e-8e789edcf1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1376 0.050268 10.0.0.240 - - [2025-10-30 04:35:00] "GET /projects?obj_uuids=8333a9ce-58d6-438c-a20e-8e789edcf1b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.000976 10.0.0.242 - - [2025-10-30 04:35:00] "GET /project/8333a9ce-58d6-438c-a20e-8e789edcf1b8?fields=virtual_networks HTTP/1.1" 200 1044 0.054627 10.0.0.240 - - [2025-10-30 04:35:00] "GET /projects?obj_uuids=8333a9ce-58d6-438c-a20e-8e789edcf1b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001465 10.0.0.242 - - [2025-10-30 04:35:00] "GET /project/8333a9ce-58d6-438c-a20e-8e789edcf1b8?fields=virtual_machine_interfaces HTTP/1.1" 200 1044 0.049608 10.0.0.240 - - [2025-10-30 04:35:00] "GET /projects?obj_uuids=8333a9ce-58d6-438c-a20e-8e789edcf1b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001248 10.0.0.242 - - [2025-10-30 04:35:01] "GET /project/8333a9ce-58d6-438c-a20e-8e789edcf1b8?fields=security_groups HTTP/1.1" 200 1271 0.050228 10.0.0.240 - - [2025-10-30 04:35:09] "DELETE /project/8333a9ce58d6438ca20e8e789edcf1b8 HTTP/1.1" 404 173 0.009755 10.0.0.240 - - [2025-10-30 04:35:09] "GET /projects?obj_uuids=8333a9ce-58d6-438c-a20e-8e789edcf1b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001004 10.0.0.240 - - [2025-10-30 04:35:09] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001280 10.0.0.240 - - [2025-10-30 04:35:09] "GET /project/8333a9ce-58d6-438c-a20e-8e789edcf1b8?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1478 0.057307 10.0.0.240 - - [2025-10-30 04:35:09] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?exclude_back_refs=True&exclude_children=True HTTP/1.1" 200 1495 0.076524 10.0.0.240 - - [2025-10-30 04:35:09] "GET /projects?obj_uuids=8333a9ce-58d6-438c-a20e-8e789edcf1b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.001813 10.0.0.240 - - [2025-10-30 04:35:09] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.001584 10.0.0.240 - - [2025-10-30 04:35:09] "GET /project/8333a9ce-58d6-438c-a20e-8e789edcf1b8?fields=security_groups HTTP/1.1" 200 1373 0.069999 10.0.0.240 - - [2025-10-30 04:35:09] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?fields=security_groups HTTP/1.1" 200 1386 0.117291 10.0.0.240 - - [2025-10-30 04:35:09] "DELETE /security-group/b29f8579-5571-47c6-b7df-c15224764b9a HTTP/1.1" 200 115 0.089310 10.0.0.240 - - [2025-10-30 04:35:09] "GET /projects?obj_uuids=8333a9ce-58d6-438c-a20e-8e789edcf1b8&detail=False&count=False&shared=False HTTP/1.1" 200 349 0.002307 10.0.0.240 - - [2025-10-30 04:35:10] "GET /project/8333a9ce-58d6-438c-a20e-8e789edcf1b8?fields=application_policy_sets HTTP/1.1" 200 1412 0.091320 10.0.0.240 - - [2025-10-30 04:35:10] "DELETE /security-group/094d78a0-d6ce-404c-b90f-d94dc20978bd HTTP/1.1" 200 115 0.159963 10.0.0.240 - - [2025-10-30 04:35:10] "GET /projects?obj_uuids=a4b6599f-370d-49f1-b1f4-64343638624f&detail=False&count=False&shared=False HTTP/1.1" 200 353 0.002344 10.0.0.254 - - [2025-10-30 04:35:10] "DELETE /access-control-list/c2f87f97-6852-4488-9284-38d155d7dafd HTTP/1.1" 200 115 0.079234 10.0.0.240 - - [2025-10-30 04:35:10] "GET /project/a4b6599f-370d-49f1-b1f4-64343638624f?fields=application_policy_sets HTTP/1.1" 200 1425 0.084276 10.0.0.240 - - [2025-10-30 04:35:10] "DELETE /project/8333a9ce-58d6-438c-a20e-8e789edcf1b8 HTTP/1.1" 200 115 0.700354 10.0.0.240 - - [2025-10-30 04:35:10] "DELETE /project/a4b6599f-370d-49f1-b1f4-64343638624f HTTP/1.1" 200 115 0.725628 10.0.0.254 - - [2025-10-30 04:35:45] "GET /obj-perms HTTP/1.1" 200 5075 0.052510 [Introspect:8084]10.0.0.240 - - [2025-10-30 04:36:48] "GET /Snh_SandeshUVECacheReq?x=ConfigApiWorker HTTP/1.1" 200 847 0.001011 [Introspect:8084]10.0.0.240 - - [2025-10-30 04:36:48] "GET /Snh_SandeshUVECacheReq?x=NodeStatus HTTP/1.1" 200 3167 0.000869